diff --git a/94/app.js b/94/app.js new file mode 100644 index 0000000..67a3826 --- /dev/null +++ b/94/app.js @@ -0,0 +1,40 @@ +!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/94/plugin/behaviors/index.js b/94/plugin/behaviors/index.js new file mode 100644 index 0000000..a5eedc2 --- /dev/null +++ b/94/plugin/behaviors/index.js @@ -0,0 +1,206 @@ +'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/94/plugin/packages/index.js b/94/plugin/packages/index.js new file mode 100644 index 0000000..2989f33 --- /dev/null +++ b/94/plugin/packages/index.js @@ -0,0 +1,120 @@ +'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/94/plugin/screen-diff/index.js b/94/plugin/screen-diff/index.js new file mode 100644 index 0000000..3774f88 --- /dev/null +++ b/94/plugin/screen-diff/index.js @@ -0,0 +1,200 @@ +(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/94/plugin/screen-diff/styles.css b/94/plugin/screen-diff/styles.css new file mode 100644 index 0000000..6cf2219 --- /dev/null +++ b/94/plugin/screen-diff/styles.css @@ -0,0 +1,30 @@ +.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/styles.css b/94/styles.css similarity index 100% rename from styles.css rename to 94/styles.css diff --git a/94/widgets/behaviors.json b/94/widgets/behaviors.json new file mode 100644 index 0000000..8f3c0b1 --- /dev/null +++ b/94/widgets/behaviors.json @@ -0,0 +1 @@ +{"total":15,"items":[]} \ No newline at end of file diff --git a/94/widgets/categories-trend.json b/94/widgets/categories-trend.json new file mode 100644 index 0000000..5540a4a --- /dev/null +++ b/94/widgets/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"Product defects":1}}] \ No newline at end of file diff --git a/94/widgets/categories.json b/94/widgets/categories.json new file mode 100644 index 0000000..f082687 --- /dev/null +++ b/94/widgets/categories.json @@ -0,0 +1 @@ +{"total":1,"items":[{"uid":"8fb3a91ba5aaf9de24cc8a92edc82b5d","name":"Product defects","statistic":{"failed":1,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/94/widgets/duration-trend.json b/94/widgets/duration-trend.json new file mode 100644 index 0000000..9a1e013 --- /dev/null +++ b/94/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"duration":2258}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"duration":2276}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"duration":2362}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"duration":2410}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"duration":2434}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"duration":2706}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"duration":2075}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"duration":2366}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"duration":2742}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"duration":2541}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"duration":2484}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"duration":2339}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"duration":2254}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"duration":2349}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"duration":2086}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"duration":2205}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"duration":2118}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"duration":2102}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"duration":2283}}] \ No newline at end of file diff --git a/94/widgets/duration.json b/94/widgets/duration.json new file mode 100644 index 0000000..7ed3b9d --- /dev/null +++ b/94/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"f7de2dbf099c843e","name":"Actuator health","time":{"start":1726523988109,"stop":1726523988147,"duration":38},"status":"passed","severity":"critical"},{"uid":"419771d3458b4b79","name":"Unauthorized access to delete post","time":{"start":1726523988001,"stop":1726523988032,"duration":31},"status":"passed","severity":"critical"},{"uid":"3617289e8025c7bd","name":"Get post not exists","time":{"start":1726523988203,"stop":1726523988250,"duration":47},"status":"passed","severity":"minor"},{"uid":"6ab776fb8b02c905","name":"Update post","time":{"start":1726523988360,"stop":1726523988427,"duration":67},"status":"passed","severity":"blocker"},{"uid":"2d506d5ca247a1c3","name":"Failed test","time":{"start":1726523988643,"stop":1726523988645,"duration":2},"status":"failed","severity":"normal"},{"uid":"cbd48745d8b3b651","name":"Update post not exists","time":{"start":1726523988429,"stop":1726523988481,"duration":52},"status":"passed","severity":"minor"},{"uid":"5f4de0644db81fa6","name":"Create post","time":{"start":1726523986412,"stop":1726523987302,"duration":890},"status":"passed","severity":"blocker"},{"uid":"7570ef3d1009b1b6","name":"Skipped test","time":{"start":1726523988655,"stop":1726523988670,"duration":15},"status":"skipped","severity":"normal"},{"uid":"82d2e0369b633d53","name":"Get posts","time":{"start":1726523988272,"stop":1726523988357,"duration":85},"status":"passed","severity":"blocker"},{"uid":"c1ca76e012a49196","name":"Get post","time":{"start":1726523988149,"stop":1726523988200,"duration":51},"status":"passed","severity":"blocker"},{"uid":"1b12af646f4f388","name":"Get method that throws exception","time":{"start":1726523988040,"stop":1726523988102,"duration":62},"status":"passed","severity":"trivial"},{"uid":"e8857c8d8a036885","name":"Delete post","time":{"start":1726523987370,"stop":1726523987947,"duration":577},"status":"passed","severity":"blocker"},{"uid":"468dc24f371781b6","name":"Delete post not exists","time":{"start":1726523987952,"stop":1726523987993,"duration":41},"status":"passed","severity":"minor"},{"uid":"60fea1994a91bda3","name":"User info","time":{"start":1726523988483,"stop":1726523988540,"duration":57},"status":"passed","severity":"normal"},{"uid":"607ae78cd0e04294","name":"Unauthorized access to get post","time":{"start":1726523988253,"stop":1726523988268,"duration":15},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/94/widgets/environment.json b/94/widgets/environment.json new file mode 100644 index 0000000..ce31b59 --- /dev/null +++ b/94/widgets/environment.json @@ -0,0 +1 @@ +[{"values":["release (tag: none)"],"name":"Build branch"},{"values":["aed380f"],"name":"Commit No"},{"values":["http://localhost:8080"],"name":"Stand url"}] \ No newline at end of file diff --git a/94/widgets/executors.json b/94/widgets/executors.json new file mode 100644 index 0000000..5e812da --- /dev/null +++ b/94/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://aceton41k.github.io/java-test-framework","buildOrder":94,"buildName":"GitHub Actions Run #10892647509","buildUrl":"https://github.com/aceton41k/java-test-framework/actions/runs/10892647509","reportName":"Allure Report with history","reportUrl":"https://aceton41k.github.io/java-test-framework/94/"}] \ No newline at end of file diff --git a/94/widgets/history-trend.json b/94/widgets/history-trend.json new file mode 100644 index 0000000..803c755 --- /dev/null +++ b/94/widgets/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}}] \ No newline at end of file diff --git a/94/widgets/launch.json b/94/widgets/launch.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/94/widgets/launch.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/94/widgets/retry-trend.json b/94/widgets/retry-trend.json new file mode 100644 index 0000000..123cafb --- /dev/null +++ b/94/widgets/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"run":11,"retry":0}}] \ No newline at end of file diff --git a/94/widgets/severity.json b/94/widgets/severity.json new file mode 100644 index 0000000..e8aea0f --- /dev/null +++ b/94/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"c1ca76e012a49196","name":"Get post","time":{"start":1726523988149,"stop":1726523988200,"duration":51},"status":"passed","severity":"blocker"},{"uid":"3617289e8025c7bd","name":"Get post not exists","time":{"start":1726523988203,"stop":1726523988250,"duration":47},"status":"passed","severity":"minor"},{"uid":"82d2e0369b633d53","name":"Get posts","time":{"start":1726523988272,"stop":1726523988357,"duration":85},"status":"passed","severity":"blocker"},{"uid":"f7de2dbf099c843e","name":"Actuator health","time":{"start":1726523988109,"stop":1726523988147,"duration":38},"status":"passed","severity":"critical"},{"uid":"7570ef3d1009b1b6","name":"Skipped test","time":{"start":1726523988655,"stop":1726523988670,"duration":15},"status":"skipped","severity":"normal"},{"uid":"e8857c8d8a036885","name":"Delete post","time":{"start":1726523987370,"stop":1726523987947,"duration":577},"status":"passed","severity":"blocker"},{"uid":"cbd48745d8b3b651","name":"Update post not exists","time":{"start":1726523988429,"stop":1726523988481,"duration":52},"status":"passed","severity":"minor"},{"uid":"60fea1994a91bda3","name":"User info","time":{"start":1726523988483,"stop":1726523988540,"duration":57},"status":"passed","severity":"normal"},{"uid":"6ab776fb8b02c905","name":"Update post","time":{"start":1726523988360,"stop":1726523988427,"duration":67},"status":"passed","severity":"blocker"},{"uid":"5f4de0644db81fa6","name":"Create post","time":{"start":1726523986412,"stop":1726523987302,"duration":890},"status":"passed","severity":"blocker"},{"uid":"468dc24f371781b6","name":"Delete post not exists","time":{"start":1726523987952,"stop":1726523987993,"duration":41},"status":"passed","severity":"minor"},{"uid":"419771d3458b4b79","name":"Unauthorized access to delete post","time":{"start":1726523988001,"stop":1726523988032,"duration":31},"status":"passed","severity":"critical"},{"uid":"607ae78cd0e04294","name":"Unauthorized access to get post","time":{"start":1726523988253,"stop":1726523988268,"duration":15},"status":"passed","severity":"normal"},{"uid":"1b12af646f4f388","name":"Get method that throws exception","time":{"start":1726523988040,"stop":1726523988102,"duration":62},"status":"passed","severity":"trivial"},{"uid":"2d506d5ca247a1c3","name":"Failed test","time":{"start":1726523988643,"stop":1726523988645,"duration":2},"status":"failed","severity":"normal"}] \ No newline at end of file diff --git a/94/widgets/status-chart.json b/94/widgets/status-chart.json new file mode 100644 index 0000000..7ed3b9d --- /dev/null +++ b/94/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"f7de2dbf099c843e","name":"Actuator health","time":{"start":1726523988109,"stop":1726523988147,"duration":38},"status":"passed","severity":"critical"},{"uid":"419771d3458b4b79","name":"Unauthorized access to delete post","time":{"start":1726523988001,"stop":1726523988032,"duration":31},"status":"passed","severity":"critical"},{"uid":"3617289e8025c7bd","name":"Get post not exists","time":{"start":1726523988203,"stop":1726523988250,"duration":47},"status":"passed","severity":"minor"},{"uid":"6ab776fb8b02c905","name":"Update post","time":{"start":1726523988360,"stop":1726523988427,"duration":67},"status":"passed","severity":"blocker"},{"uid":"2d506d5ca247a1c3","name":"Failed test","time":{"start":1726523988643,"stop":1726523988645,"duration":2},"status":"failed","severity":"normal"},{"uid":"cbd48745d8b3b651","name":"Update post not exists","time":{"start":1726523988429,"stop":1726523988481,"duration":52},"status":"passed","severity":"minor"},{"uid":"5f4de0644db81fa6","name":"Create post","time":{"start":1726523986412,"stop":1726523987302,"duration":890},"status":"passed","severity":"blocker"},{"uid":"7570ef3d1009b1b6","name":"Skipped test","time":{"start":1726523988655,"stop":1726523988670,"duration":15},"status":"skipped","severity":"normal"},{"uid":"82d2e0369b633d53","name":"Get posts","time":{"start":1726523988272,"stop":1726523988357,"duration":85},"status":"passed","severity":"blocker"},{"uid":"c1ca76e012a49196","name":"Get post","time":{"start":1726523988149,"stop":1726523988200,"duration":51},"status":"passed","severity":"blocker"},{"uid":"1b12af646f4f388","name":"Get method that throws exception","time":{"start":1726523988040,"stop":1726523988102,"duration":62},"status":"passed","severity":"trivial"},{"uid":"e8857c8d8a036885","name":"Delete post","time":{"start":1726523987370,"stop":1726523987947,"duration":577},"status":"passed","severity":"blocker"},{"uid":"468dc24f371781b6","name":"Delete post not exists","time":{"start":1726523987952,"stop":1726523987993,"duration":41},"status":"passed","severity":"minor"},{"uid":"60fea1994a91bda3","name":"User info","time":{"start":1726523988483,"stop":1726523988540,"duration":57},"status":"passed","severity":"normal"},{"uid":"607ae78cd0e04294","name":"Unauthorized access to get post","time":{"start":1726523988253,"stop":1726523988268,"duration":15},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/94/widgets/suites.json b/94/widgets/suites.json new file mode 100644 index 0000000..dce5783 --- /dev/null +++ b/94/widgets/suites.json @@ -0,0 +1 @@ +{"total":1,"items":[{"uid":"350742de9190af4e6a560acc7ec0396c","name":"Gradle suite","statistic":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}}]} \ No newline at end of file diff --git a/94/widgets/summary.json b/94/widgets/summary.json new file mode 100644 index 0000000..523151e --- /dev/null +++ b/94/widgets/summary.json @@ -0,0 +1 @@ +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15},"time":{"start":1726523986412,"stop":1726523988670,"duration":2258,"minDuration":2,"maxDuration":890,"sumDuration":2030}} \ No newline at end of file diff --git a/index.html b/index.html index d5df4d2..c68f6fb 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ - + diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index afabf7a..5540a4a 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"Product defects":1}}] \ No newline at end of file +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"Product defects":1}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index f2ea6e7..9a1e013 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"duration":2276}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"duration":2362}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"duration":2410}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"duration":2434}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"duration":2706}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"duration":2075}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"duration":2366}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"duration":2742}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"duration":2541}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"duration":2484}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"duration":2339}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"duration":2254}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"duration":2349}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"duration":2086}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"duration":2205}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"duration":2118}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"duration":2102}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"duration":2283}}] \ No newline at end of file +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"duration":2258}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"duration":2276}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"duration":2362}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"duration":2410}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"duration":2434}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"duration":2706}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"duration":2075}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"duration":2366}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"duration":2742}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"duration":2541}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"duration":2484}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"duration":2339}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"duration":2254}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"duration":2349}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"duration":2086}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"duration":2205}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"duration":2118}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"duration":2102}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"duration":2283}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index dc739cb..803c755 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}}] \ No newline at end of file +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":13,"unknown":0,"total":15}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":12,"unknown":0,"total":14}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":1,"passed":9,"unknown":0,"total":11}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index b042321..fb1fd7d 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"e79e707167b2d5894021d0f5bd53f2d4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cc503fd352a55101","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/cc503fd352a55101","status":"passed","time":{"start":1726523723731,"stop":1726523723799,"duration":68}},{"uid":"b9c7365ee5a5b48","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b9c7365ee5a5b48","status":"passed","time":{"start":1726510176154,"stop":1726510176234,"duration":80}},{"uid":"d28501fc2a3ae62","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/d28501fc2a3ae62","status":"passed","time":{"start":1726508080019,"stop":1726508080112,"duration":93}},{"uid":"3eaca103922a38ed","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/3eaca103922a38ed","status":"passed","time":{"start":1726507903464,"stop":1726507903550,"duration":86}},{"uid":"ae5f9a2401dabfcb","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/ae5f9a2401dabfcb","status":"passed","time":{"start":1726505424524,"stop":1726505424597,"duration":73}},{"uid":"a67446ef00ad4d1f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/a67446ef00ad4d1f","status":"passed","time":{"start":1726504159501,"stop":1726504159573,"duration":72}},{"uid":"1adbe4b8a4892d20","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/1adbe4b8a4892d20","status":"passed","time":{"start":1726482848805,"stop":1726482848887,"duration":82}},{"uid":"c586f217efd5ae1c","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/c586f217efd5ae1c","status":"passed","time":{"start":1726482588536,"stop":1726482588626,"duration":90}},{"uid":"b39e8760328cd548","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/b39e8760328cd548","status":"passed","time":{"start":1726482135278,"stop":1726482135404,"duration":126}},{"uid":"83e1d08cab9d0215","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/83e1d08cab9d0215","status":"passed","time":{"start":1726476203856,"stop":1726476203953,"duration":97}},{"uid":"271f576ed81b868b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/271f576ed81b868b","status":"passed","time":{"start":1726438408045,"stop":1726438408144,"duration":99}},{"uid":"18801060d4e84d89","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/18801060d4e84d89","status":"passed","time":{"start":1726437941004,"stop":1726437941080,"duration":76}},{"uid":"d196c5e5b1af8af4","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/d196c5e5b1af8af4","status":"passed","time":{"start":1726436444417,"stop":1726436444502,"duration":85}}]},"3a5647cb882946b03f8198bcd0571d5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"309a0e9b2d174bce","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/309a0e9b2d174bce","status":"passed","time":{"start":1726523723549,"stop":1726523723585,"duration":36}},{"uid":"d72886719a19fd63","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/d72886719a19fd63","status":"passed","time":{"start":1726510175976,"stop":1726510176007,"duration":31}},{"uid":"149a6b0fb6e66f86","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/149a6b0fb6e66f86","status":"passed","time":{"start":1726508079848,"stop":1726508079884,"duration":36}},{"uid":"4404a33268d66711","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/4404a33268d66711","status":"passed","time":{"start":1726507903205,"stop":1726507903258,"duration":53}},{"uid":"7265754a71b1ff14","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/7265754a71b1ff14","status":"passed","time":{"start":1726505424274,"stop":1726505424324,"duration":50}},{"uid":"510bb85acd9e993e","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/510bb85acd9e993e","status":"passed","time":{"start":1726504159340,"stop":1726504159364,"duration":24}}]},"da5aa131c00fb62f9df5be4c1fa5a7":{"statistic":{"failed":0,"broken":0,"skipped":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"f21d36bc4089d4b3","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/f21d36bc4089d4b3","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726523724106,"stop":1726523724106,"duration":0}},{"uid":"c529dec918a1b6a5","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/c529dec918a1b6a5","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726510176592,"stop":1726510176593,"duration":1}},{"uid":"815c1d89d217dafe","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/815c1d89d217dafe","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726508080402,"stop":1726508080402,"duration":0}},{"uid":"13deb2dace212869","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/13deb2dace212869","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726507903862,"stop":1726507903862,"duration":0}},{"uid":"ba0e421b52539408","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/ba0e421b52539408","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726505425032,"stop":1726505425032,"duration":0}},{"uid":"bbfce903e3b53f70","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/bbfce903e3b53f70","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726504159841,"stop":1726504159841,"duration":0}},{"uid":"44f6e29033ae47da","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/44f6e29033ae47da","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482849176,"stop":1726482849176,"duration":0}},{"uid":"c2640918a58bd499","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/c2640918a58bd499","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482589096,"stop":1726482589097,"duration":1}},{"uid":"dcf12b669619a981","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/dcf12b669619a981","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482135709,"stop":1726482135710,"duration":1}},{"uid":"563ace702b3b1e08","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/563ace702b3b1e08","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726476204229,"stop":1726476204230,"duration":1}},{"uid":"e54593e67cf12ec2","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/e54593e67cf12ec2","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726438408400,"stop":1726438408400,"duration":0}},{"uid":"fd13f746aa903d19","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/fd13f746aa903d19","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726437941395,"stop":1726437941396,"duration":1}},{"uid":"855510867305f0af","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/855510867305f0af","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726436444782,"stop":1726436444783,"duration":1}},{"uid":"d8dba5129d6bf411","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/d8dba5129d6bf411","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432488447,"stop":1726432488448,"duration":1}},{"uid":"91a62cda02896bd1","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/91a62cda02896bd1","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432296900,"stop":1726432296901,"duration":1}},{"uid":"be6de8d10a9d5c2","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/be6de8d10a9d5c2","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432061803,"stop":1726432061804,"duration":1}},{"uid":"fe6ae159ff0ecdea","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/fe6ae159ff0ecdea","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726431415431,"stop":1726431415432,"duration":1}},{"uid":"cbbe8b291263aff6","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/cbbe8b291263aff6","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726431069552,"stop":1726431069554,"duration":2}}]},"11fd719e5d91933e82d88153791db080":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e87119c48af6590","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/1e87119c48af6590","status":"passed","time":{"start":1726523723457,"stop":1726523723482,"duration":25}},{"uid":"3e291c1c93fff212","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/3e291c1c93fff212","status":"passed","time":{"start":1726510175874,"stop":1726510175912,"duration":38}},{"uid":"771e63c77aa1d889","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/771e63c77aa1d889","status":"passed","time":{"start":1726508079741,"stop":1726508079772,"duration":31}},{"uid":"20d61a88525d4bdb","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/20d61a88525d4bdb","status":"passed","time":{"start":1726507903081,"stop":1726507903130,"duration":49}},{"uid":"5743f4f7480b954a","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/5743f4f7480b954a","status":"passed","time":{"start":1726505424141,"stop":1726505424193,"duration":52}},{"uid":"8b2152d44957ffce","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/8b2152d44957ffce","status":"passed","time":{"start":1726504159219,"stop":1726504159261,"duration":42}},{"uid":"932abce135a6ed1f","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/932abce135a6ed1f","status":"passed","time":{"start":1726482848566,"stop":1726482848616,"duration":50}},{"uid":"b9a24cb2be7ff2c9","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/b9a24cb2be7ff2c9","status":"passed","time":{"start":1726482588291,"stop":1726482588327,"duration":36}},{"uid":"78be9cd2e7ce2bc8","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/78be9cd2e7ce2bc8","status":"passed","time":{"start":1726482134957,"stop":1726482135002,"duration":45}},{"uid":"8a590beddd9914d1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/8a590beddd9914d1","status":"passed","time":{"start":1726476203482,"stop":1726476203526,"duration":44}},{"uid":"a199e4cb1a9a6184","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/a199e4cb1a9a6184","status":"passed","time":{"start":1726438407767,"stop":1726438407818,"duration":51}},{"uid":"844903ea21ba0d67","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/844903ea21ba0d67","status":"passed","time":{"start":1726437940712,"stop":1726437940748,"duration":36}},{"uid":"ca9b34183857a6c9","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/ca9b34183857a6c9","status":"passed","time":{"start":1726436444113,"stop":1726436444175,"duration":62}}]},"a552cd26bfa0b3f59bbb109de818c98":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7bb83c598d7f04e","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/f7bb83c598d7f04e","status":"passed","time":{"start":1726523723705,"stop":1726523723727,"duration":22}},{"uid":"b5a9a4ac30589582","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b5a9a4ac30589582","status":"passed","time":{"start":1726510176130,"stop":1726510176151,"duration":21}},{"uid":"415ff21bf090e339","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/415ff21bf090e339","status":"passed","time":{"start":1726508080000,"stop":1726508080017,"duration":17}},{"uid":"2c0f859d48981822","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/2c0f859d48981822","status":"passed","time":{"start":1726507903403,"stop":1726507903458,"duration":55}},{"uid":"8f5445b905b2e874","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/8f5445b905b2e874","status":"passed","time":{"start":1726505424480,"stop":1726505424521,"duration":41}},{"uid":"3e707b5f4a7a53f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/3e707b5f4a7a53f","status":"passed","time":{"start":1726504159460,"stop":1726504159499,"duration":39}},{"uid":"5e8d5ff8a33cda36","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/5e8d5ff8a33cda36","status":"passed","time":{"start":1726482848772,"stop":1726482848803,"duration":31}},{"uid":"a70290498abce641","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/a70290498abce641","status":"passed","time":{"start":1726482588510,"stop":1726482588534,"duration":24}},{"uid":"91886199838953f9","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/91886199838953f9","status":"passed","time":{"start":1726482135234,"stop":1726482135276,"duration":42}},{"uid":"cb357dfabb6eb95","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/cb357dfabb6eb95","status":"passed","time":{"start":1726476203803,"stop":1726476203850,"duration":47}},{"uid":"3d6e9fa894449561","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/3d6e9fa894449561","status":"passed","time":{"start":1726438408008,"stop":1726438408042,"duration":34}},{"uid":"b5c0549361881e7f","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/b5c0549361881e7f","status":"passed","time":{"start":1726437940973,"stop":1726437941002,"duration":29}},{"uid":"125b98a3ed994f9e","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/125b98a3ed994f9e","status":"passed","time":{"start":1726436444382,"stop":1726436444415,"duration":33}}]},"d346e4998ac2b7fb361aedb8471cc04f":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"7db7e9243d375fba","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/7db7e9243d375fba","status":"passed","time":{"start":1726523723805,"stop":1726523723868,"duration":63}},{"uid":"a65849bb54d493ca","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/a65849bb54d493ca","status":"passed","time":{"start":1726510176237,"stop":1726510176328,"duration":91}},{"uid":"4f435d81eeda2f3e","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/4f435d81eeda2f3e","status":"passed","time":{"start":1726508080115,"stop":1726508080177,"duration":62}},{"uid":"ba83e70eaf4a8b6c","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/ba83e70eaf4a8b6c","status":"passed","time":{"start":1726507903552,"stop":1726507903624,"duration":72}},{"uid":"3d81472a8e5049df","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/3d81472a8e5049df","status":"passed","time":{"start":1726505424604,"stop":1726505424740,"duration":136}},{"uid":"584b0a791120570a","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/584b0a791120570a","status":"passed","time":{"start":1726504159575,"stop":1726504159634,"duration":59}},{"uid":"6df50b7ad3095532","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/6df50b7ad3095532","status":"passed","time":{"start":1726482848889,"stop":1726482848962,"duration":73}},{"uid":"93accda0695bab23","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/93accda0695bab23","status":"passed","time":{"start":1726482588629,"stop":1726482588755,"duration":126}},{"uid":"12532bcaf60414dd","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/12532bcaf60414dd","status":"passed","time":{"start":1726482135407,"stop":1726482135493,"duration":86}},{"uid":"4f334b37fb7a22d7","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/4f334b37fb7a22d7","status":"passed","time":{"start":1726476203956,"stop":1726476204040,"duration":84}},{"uid":"4ab6a32adacee54b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/4ab6a32adacee54b","status":"passed","time":{"start":1726438408146,"stop":1726438408208,"duration":62}},{"uid":"cda2ee94f66870c1","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/cda2ee94f66870c1","status":"passed","time":{"start":1726437941082,"stop":1726437941180,"duration":98}},{"uid":"e944a8130cbcc882","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/e944a8130cbcc882","status":"passed","time":{"start":1726436444504,"stop":1726436444581,"duration":77}},{"uid":"e9412161cf1f447c","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/e9412161cf1f447c","status":"passed","time":{"start":1726432488188,"stop":1726432488251,"duration":63}},{"uid":"c4a04dc851316115","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/c4a04dc851316115","status":"passed","time":{"start":1726432296635,"stop":1726432296696,"duration":61}},{"uid":"25797cbef5e91e88","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/25797cbef5e91e88","status":"passed","time":{"start":1726432061489,"stop":1726432061563,"duration":74}},{"uid":"3a6335c955151dcd","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/3a6335c955151dcd","status":"passed","time":{"start":1726431415133,"stop":1726431415190,"duration":57}},{"uid":"b6547468e32f768c","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/b6547468e32f768c","status":"passed","time":{"start":1726431069194,"stop":1726431069280,"duration":86}}]},"fc658e14fee590d9b6d9d86d69985140":{"statistic":{"failed":18,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":18},"items":[{"uid":"e3c7381f5c309022","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/e3c7381f5c309022","status":"failed","statusDetails":"This test is always failed","time":{"start":1726523724101,"stop":1726523724102,"duration":1}},{"uid":"9877acc5c80d040f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/9877acc5c80d040f","status":"failed","statusDetails":"This test is always failed","time":{"start":1726510176563,"stop":1726510176574,"duration":11}},{"uid":"c640ecc7f316b612","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/c640ecc7f316b612","status":"failed","statusDetails":"This test is always failed","time":{"start":1726508080397,"stop":1726508080398,"duration":1}},{"uid":"15932ff0d2c22a5f","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/15932ff0d2c22a5f","status":"failed","statusDetails":"This test is always failed","time":{"start":1726507903857,"stop":1726507903858,"duration":1}},{"uid":"f845fc0a0f89a6e1","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/f845fc0a0f89a6e1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726505424998,"stop":1726505425000,"duration":2}},{"uid":"b91f98242db92f08","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/b91f98242db92f08","status":"failed","statusDetails":"This test is always failed","time":{"start":1726504159836,"stop":1726504159838,"duration":2}},{"uid":"fe2a48d9d2b3151e","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/fe2a48d9d2b3151e","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482849171,"stop":1726482849173,"duration":2}},{"uid":"66658e6ffa524a77","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/66658e6ffa524a77","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482589091,"stop":1726482589093,"duration":2}},{"uid":"ceda18d37e9ad9b0","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/ceda18d37e9ad9b0","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482135704,"stop":1726482135706,"duration":2}},{"uid":"293a3f01dfcc35a3","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/293a3f01dfcc35a3","status":"failed","statusDetails":"This test is always failed","time":{"start":1726476204223,"stop":1726476204225,"duration":2}},{"uid":"c56979c123f7610b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/c56979c123f7610b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726438408395,"stop":1726438408396,"duration":1}},{"uid":"87be78a0e87e052b","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/87be78a0e87e052b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726437941389,"stop":1726437941391,"duration":2}},{"uid":"e899e0ec47306eaf","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/e899e0ec47306eaf","status":"failed","statusDetails":"This test is always failed","time":{"start":1726436444777,"stop":1726436444778,"duration":1}},{"uid":"6af1d64ff23b79c0","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/6af1d64ff23b79c0","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432488438,"stop":1726432488440,"duration":2}},{"uid":"d1bad7d38c93e0f1","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/d1bad7d38c93e0f1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432296896,"stop":1726432296897,"duration":1}},{"uid":"82417dcd685f1fb1","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/82417dcd685f1fb1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432061796,"stop":1726432061799,"duration":3}},{"uid":"24400eaed90b831b","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/24400eaed90b831b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726431415424,"stop":1726431415426,"duration":2}},{"uid":"1618420374ff3983","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/1618420374ff3983","status":"failed","statusDetails":"This test is always failed","time":{"start":1726431069543,"stop":1726431069545,"duration":2}}]},"1718a35bd275bae0b449ca83c8ae1e90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"b954b8b81fb301a8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/b954b8b81fb301a8","status":"passed","time":{"start":1726523723653,"stop":1726523723702,"duration":49}},{"uid":"7171a3e41b5b1a86","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/7171a3e41b5b1a86","status":"passed","time":{"start":1726510176072,"stop":1726510176127,"duration":55}},{"uid":"450abb9f36da37af","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/450abb9f36da37af","status":"passed","time":{"start":1726508079954,"stop":1726508079998,"duration":44}},{"uid":"4df1a54f6b54eea0","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/4df1a54f6b54eea0","status":"passed","time":{"start":1726507903326,"stop":1726507903400,"duration":74}},{"uid":"413e7e95a4f78606","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/413e7e95a4f78606","status":"passed","time":{"start":1726505424418,"stop":1726505424477,"duration":59}},{"uid":"441566fe54b32f08","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/441566fe54b32f08","status":"passed","time":{"start":1726504159415,"stop":1726504159457,"duration":42}},{"uid":"7823fa899dcdbc24","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/7823fa899dcdbc24","status":"passed","time":{"start":1726482848731,"stop":1726482848770,"duration":39}},{"uid":"6af23636c138feb0","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/6af23636c138feb0","status":"passed","time":{"start":1726482588459,"stop":1726482588507,"duration":48}},{"uid":"59c0ab5e94655219","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/59c0ab5e94655219","status":"passed","time":{"start":1726482135184,"stop":1726482135231,"duration":47}},{"uid":"afd1377156f904e","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/afd1377156f904e","status":"passed","time":{"start":1726476203720,"stop":1726476203800,"duration":80}},{"uid":"caac5e27db87eda8","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/caac5e27db87eda8","status":"passed","time":{"start":1726438407965,"stop":1726438408006,"duration":41}},{"uid":"ce73451ea5b30af3","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/ce73451ea5b30af3","status":"passed","time":{"start":1726437940897,"stop":1726437940970,"duration":73}},{"uid":"539f2d8ffcbabe28","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/539f2d8ffcbabe28","status":"passed","time":{"start":1726436444338,"stop":1726436444380,"duration":42}},{"uid":"b650de7ddbe2058d","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/b650de7ddbe2058d","status":"passed","time":{"start":1726432488127,"stop":1726432488186,"duration":59}},{"uid":"f845cd16af478484","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/f845cd16af478484","status":"passed","time":{"start":1726432296567,"stop":1726432296629,"duration":62}},{"uid":"1046a623c6765b82","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/1046a623c6765b82","status":"passed","time":{"start":1726432061430,"stop":1726432061486,"duration":56}},{"uid":"abdd6aa5d9f117c2","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/abdd6aa5d9f117c2","status":"passed","time":{"start":1726431415077,"stop":1726431415127,"duration":50}},{"uid":"c586830505d97593","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/c586830505d97593","status":"passed","time":{"start":1726431069128,"stop":1726431069192,"duration":64}}]},"38cdf6794a2cf96da31bfff1b5d40ab0":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"9cd1fe0326d5ac80","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/9cd1fe0326d5ac80","status":"passed","time":{"start":1726523723413,"stop":1726523723450,"duration":37}},{"uid":"9e3b4b8dbf815c4f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/9e3b4b8dbf815c4f","status":"passed","time":{"start":1726510175819,"stop":1726510175868,"duration":49}},{"uid":"7c0f8c74222d3de9","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/7c0f8c74222d3de9","status":"passed","time":{"start":1726508079693,"stop":1726508079734,"duration":41}},{"uid":"e0d72dcaee7ffc44","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/e0d72dcaee7ffc44","status":"passed","time":{"start":1726507903028,"stop":1726507903075,"duration":47}},{"uid":"a42ecb84d234d4c1","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/a42ecb84d234d4c1","status":"passed","time":{"start":1726505424072,"stop":1726505424128,"duration":56}},{"uid":"98f2715602f5b721","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/98f2715602f5b721","status":"passed","time":{"start":1726504159170,"stop":1726504159208,"duration":38}},{"uid":"f7c532e0a9e0e45b","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/f7c532e0a9e0e45b","status":"passed","time":{"start":1726482848477,"stop":1726482848537,"duration":60}},{"uid":"e2baa94633165756","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/e2baa94633165756","status":"passed","time":{"start":1726482588164,"stop":1726482588273,"duration":109}},{"uid":"4a153ca8987df57e","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/4a153ca8987df57e","status":"passed","time":{"start":1726482134891,"stop":1726482134935,"duration":44}},{"uid":"926bc549377bd0a2","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/926bc549377bd0a2","status":"passed","time":{"start":1726476203420,"stop":1726476203474,"duration":54}},{"uid":"8ed9d36eb50ddb4d","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/8ed9d36eb50ddb4d","status":"passed","time":{"start":1726438407696,"stop":1726438407756,"duration":60}},{"uid":"82ac46056e54ed88","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/82ac46056e54ed88","status":"passed","time":{"start":1726437940666,"stop":1726437940704,"duration":38}},{"uid":"4cb07476f4ddfb5a","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/4cb07476f4ddfb5a","status":"passed","time":{"start":1726436444051,"stop":1726436444106,"duration":55}},{"uid":"6a49b5f20d126948","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/6a49b5f20d126948","status":"passed","time":{"start":1726432487915,"stop":1726432487978,"duration":63}},{"uid":"6f263936e5272eac","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/6f263936e5272eac","status":"passed","time":{"start":1726432296327,"stop":1726432296385,"duration":58}},{"uid":"37e304b2e97efc6f","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/37e304b2e97efc6f","status":"passed","time":{"start":1726432061187,"stop":1726432061272,"duration":85}},{"uid":"7ef411d1b596babb","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/7ef411d1b596babb","status":"passed","time":{"start":1726431414869,"stop":1726431414948,"duration":79}},{"uid":"45c0256f5f35b822","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/45c0256f5f35b822","status":"passed","time":{"start":1726431068878,"stop":1726431068938,"duration":60}}]},"fcdf2c9229ba43a09a92755e9fa857a9":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"9e196927e01b3fc8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/9e196927e01b3fc8","status":"passed","time":{"start":1726523723873,"stop":1726523723921,"duration":48}},{"uid":"e108d0e50114f943","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/e108d0e50114f943","status":"passed","time":{"start":1726510176330,"stop":1726510176375,"duration":45}},{"uid":"b92399297039d35c","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/b92399297039d35c","status":"passed","time":{"start":1726508080180,"stop":1726508080219,"duration":39}},{"uid":"df96d6f053abc0b8","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/df96d6f053abc0b8","status":"passed","time":{"start":1726507903627,"stop":1726507903674,"duration":47}},{"uid":"f4c444cf5fb688df","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/f4c444cf5fb688df","status":"passed","time":{"start":1726505424754,"stop":1726505424821,"duration":67}},{"uid":"cbd1a3bb81ac06dc","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/cbd1a3bb81ac06dc","status":"passed","time":{"start":1726504159636,"stop":1726504159675,"duration":39}},{"uid":"86a1f6830b21c85","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/86a1f6830b21c85","status":"passed","time":{"start":1726482848964,"stop":1726482849051,"duration":87}},{"uid":"966e3bdca4c6762f","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/966e3bdca4c6762f","status":"passed","time":{"start":1726482588767,"stop":1726482588826,"duration":59}},{"uid":"4c94e98c07bb30a8","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/4c94e98c07bb30a8","status":"passed","time":{"start":1726482135499,"stop":1726482135545,"duration":46}},{"uid":"fafd8bf47ea4b93e","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/fafd8bf47ea4b93e","status":"passed","time":{"start":1726476204045,"stop":1726476204090,"duration":45}},{"uid":"f2592224c86ec2cc","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/f2592224c86ec2cc","status":"passed","time":{"start":1726438408211,"stop":1726438408259,"duration":48}},{"uid":"c1999a1bdaf458ed","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/c1999a1bdaf458ed","status":"passed","time":{"start":1726437941189,"stop":1726437941228,"duration":39}},{"uid":"bc5cec6a623e761b","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/bc5cec6a623e761b","status":"passed","time":{"start":1726436444583,"stop":1726436444647,"duration":64}},{"uid":"5bb73e36f258e3dd","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/5bb73e36f258e3dd","status":"passed","time":{"start":1726432488254,"stop":1726432488301,"duration":47}},{"uid":"3b49ffc4278c0d5","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/3b49ffc4278c0d5","status":"passed","time":{"start":1726432296699,"stop":1726432296774,"duration":75}},{"uid":"256b0775b49eab8c","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/256b0775b49eab8c","status":"passed","time":{"start":1726432061571,"stop":1726432061625,"duration":54}},{"uid":"b2135fbfa586511f","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/b2135fbfa586511f","status":"passed","time":{"start":1726431415192,"stop":1726431415261,"duration":69}},{"uid":"b27549e7663617c","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/b27549e7663617c","status":"passed","time":{"start":1726431069287,"stop":1726431069342,"duration":55}}]},"7a64b750ae213d9e1528cf389f275c99":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"d69d8828fa7d5018","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d69d8828fa7d5018","status":"passed","time":{"start":1726523723592,"stop":1726523723650,"duration":58}},{"uid":"b95cb376d0f466eb","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b95cb376d0f466eb","status":"passed","time":{"start":1726510176010,"stop":1726510176069,"duration":59}},{"uid":"4aaff97bb5583bc4","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/4aaff97bb5583bc4","status":"passed","time":{"start":1726508079891,"stop":1726508079947,"duration":56}},{"uid":"d17f2577d097bee5","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/d17f2577d097bee5","status":"passed","time":{"start":1726507903269,"stop":1726507903323,"duration":54}},{"uid":"743ef523f90a942c","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/743ef523f90a942c","status":"passed","time":{"start":1726505424332,"stop":1726505424415,"duration":83}},{"uid":"ddb83d6aef987f66","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/ddb83d6aef987f66","status":"passed","time":{"start":1726504159370,"stop":1726504159412,"duration":42}},{"uid":"71953ac2fc471c94","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/71953ac2fc471c94","status":"passed","time":{"start":1726482848680,"stop":1726482848727,"duration":47}},{"uid":"3f9635b848b32cdc","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/3f9635b848b32cdc","status":"passed","time":{"start":1726482588397,"stop":1726482588456,"duration":59}},{"uid":"ef82ecdd47de70c","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/ef82ecdd47de70c","status":"passed","time":{"start":1726482135087,"stop":1726482135180,"duration":93}},{"uid":"ea58fb439a258ae1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/ea58fb439a258ae1","status":"passed","time":{"start":1726476203632,"stop":1726476203706,"duration":74}},{"uid":"fb1be4a2b18406eb","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/fb1be4a2b18406eb","status":"passed","time":{"start":1726438407907,"stop":1726438407962,"duration":55}},{"uid":"32edb3adc89cc794","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/32edb3adc89cc794","status":"passed","time":{"start":1726437940823,"stop":1726437940878,"duration":55}},{"uid":"7ae9621c6313c06d","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/7ae9621c6313c06d","status":"passed","time":{"start":1726436444279,"stop":1726436444335,"duration":56}},{"uid":"85b26a88bd53cc8","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/85b26a88bd53cc8","status":"passed","time":{"start":1726432488054,"stop":1726432488124,"duration":70}},{"uid":"ad2b99dd74073acc","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/ad2b99dd74073acc","status":"passed","time":{"start":1726432296463,"stop":1726432296555,"duration":92}},{"uid":"2dd98ac87636f658","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/2dd98ac87636f658","status":"passed","time":{"start":1726432061363,"stop":1726432061422,"duration":59}},{"uid":"1d424081a53ec22d","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/1d424081a53ec22d","status":"passed","time":{"start":1726431415006,"stop":1726431415072,"duration":66}},{"uid":"90b7bb21b4e049e9","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/90b7bb21b4e049e9","status":"passed","time":{"start":1726431069048,"stop":1726431069125,"duration":77}}]},"2d1237c695511ccbd243739a9eaef73b":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"d56e46c8a5192533","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d56e46c8a5192533","status":"passed","time":{"start":1726523721830,"stop":1726523722758,"duration":928}},{"uid":"adce5ac2e88add4f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/adce5ac2e88add4f","status":"passed","time":{"start":1726510174231,"stop":1726510175127,"duration":896}},{"uid":"5f77b23e5468c1d","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/5f77b23e5468c1d","status":"passed","time":{"start":1726508077992,"stop":1726508078984,"duration":992}},{"uid":"51e3fd82267d8659","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/51e3fd82267d8659","status":"passed","time":{"start":1726507901428,"stop":1726507902374,"duration":946}},{"uid":"949a96438c4cba4","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/949a96438c4cba4","status":"passed","time":{"start":1726505422326,"stop":1726505423326,"duration":1000}},{"uid":"cfbf3e488ae4ff92","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/cfbf3e488ae4ff92","status":"passed","time":{"start":1726504157766,"stop":1726504158633,"duration":867}},{"uid":"becc7f1185935974","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/becc7f1185935974","status":"passed","time":{"start":1726482846810,"stop":1726482847872,"duration":1062}},{"uid":"971e5a636e861d8e","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/971e5a636e861d8e","status":"passed","time":{"start":1726482586355,"stop":1726482587501,"duration":1146}},{"uid":"f28ff94deaa0eb6f","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/f28ff94deaa0eb6f","status":"passed","time":{"start":1726482133169,"stop":1726482134184,"duration":1015}},{"uid":"ea0ce184c67a5ed1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/ea0ce184c67a5ed1","status":"passed","time":{"start":1726476201746,"stop":1726476202774,"duration":1028}},{"uid":"7061c4e05232dfb8","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/7061c4e05232dfb8","status":"passed","time":{"start":1726438406061,"stop":1726438407169,"duration":1108}},{"uid":"1fdf689dbec352cf","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/1fdf689dbec352cf","status":"passed","time":{"start":1726437939142,"stop":1726437939981,"duration":839}},{"uid":"987abf5330d9706d","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/987abf5330d9706d","status":"passed","time":{"start":1726436442434,"stop":1726436443424,"duration":990}},{"uid":"e869571b8127ff6e","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/e869571b8127ff6e","status":"passed","time":{"start":1726432486362,"stop":1726432487302,"duration":940}},{"uid":"69452b02fc536ddf","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/69452b02fc536ddf","status":"passed","time":{"start":1726432294696,"stop":1726432295569,"duration":873}},{"uid":"321c5e73c23fbabf","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/321c5e73c23fbabf","status":"passed","time":{"start":1726432059686,"stop":1726432060520,"duration":834}},{"uid":"aae13d99a6940bea","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/aae13d99a6940bea","status":"passed","time":{"start":1726431413330,"stop":1726431414249,"duration":919}},{"uid":"cded0d403d1f9bfa","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/cded0d403d1f9bfa","status":"passed","time":{"start":1726431067271,"stop":1726431068205,"duration":934}}]},"7e5d6c7d65001ec457b0ac8d7f83fabb":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"d7bedd1f1f9f86da","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d7bedd1f1f9f86da","status":"passed","time":{"start":1726523723485,"stop":1726523723545,"duration":60}},{"uid":"b4e057ae602042ca","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b4e057ae602042ca","status":"passed","time":{"start":1726510175917,"stop":1726510175973,"duration":56}},{"uid":"e44be5e0c5344e6e","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/e44be5e0c5344e6e","status":"passed","time":{"start":1726508079775,"stop":1726508079846,"duration":71}},{"uid":"7d4392becb33ceee","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/7d4392becb33ceee","status":"passed","time":{"start":1726507903136,"stop":1726507903202,"duration":66}},{"uid":"798ed06469115369","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/798ed06469115369","status":"passed","time":{"start":1726505424196,"stop":1726505424271,"duration":75}},{"uid":"314421a8c7c2419f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/314421a8c7c2419f","status":"passed","time":{"start":1726504159263,"stop":1726504159331,"duration":68}},{"uid":"fe6baa7f73426f62","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/fe6baa7f73426f62","status":"passed","time":{"start":1726482848619,"stop":1726482848676,"duration":57}},{"uid":"4d6f41a63ddeb73d","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/4d6f41a63ddeb73d","status":"passed","time":{"start":1726482588330,"stop":1726482588393,"duration":63}},{"uid":"5f9734926102f8d2","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/5f9734926102f8d2","status":"passed","time":{"start":1726482135009,"stop":1726482135084,"duration":75}},{"uid":"6e16a0cd88b82935","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/6e16a0cd88b82935","status":"passed","time":{"start":1726476203529,"stop":1726476203610,"duration":81}},{"uid":"f8b029bed4280613","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/f8b029bed4280613","status":"passed","time":{"start":1726438407821,"stop":1726438407901,"duration":80}},{"uid":"207f7c49b0a787d4","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/207f7c49b0a787d4","status":"passed","time":{"start":1726437940750,"stop":1726437940819,"duration":69}},{"uid":"1cab69d31abcd2e2","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/1cab69d31abcd2e2","status":"passed","time":{"start":1726436444179,"stop":1726436444276,"duration":97}},{"uid":"cdc4db2754fcf57b","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/cdc4db2754fcf57b","status":"passed","time":{"start":1726432487983,"stop":1726432488051,"duration":68}},{"uid":"ad277e26dbb5a739","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/ad277e26dbb5a739","status":"passed","time":{"start":1726432296391,"stop":1726432296460,"duration":69}},{"uid":"24294653030d7b83","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/24294653030d7b83","status":"passed","time":{"start":1726432061284,"stop":1726432061360,"duration":76}},{"uid":"63126dac495ba631","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/63126dac495ba631","status":"passed","time":{"start":1726431414954,"stop":1726431415003,"duration":49}},{"uid":"c082bec0c2effab9","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/c082bec0c2effab9","status":"passed","time":{"start":1726431068942,"stop":1726431069041,"duration":99}}]},"55f6d6f4c1511702785f22d4091946cf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"a5c3fe5063137ca8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/a5c3fe5063137ca8","status":"passed","time":{"start":1726523723924,"stop":1726523723987,"duration":63}},{"uid":"5a681b065e67a1fe","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/5a681b065e67a1fe","status":"passed","time":{"start":1726510176379,"stop":1726510176451,"duration":72}},{"uid":"d249d50e3fefbc49","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/d249d50e3fefbc49","status":"passed","time":{"start":1726508080222,"stop":1726508080299,"duration":77}},{"uid":"571ddd76186c7097","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/571ddd76186c7097","status":"passed","time":{"start":1726507903677,"stop":1726507903726,"duration":49}},{"uid":"8c45626b13cf129b","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/8c45626b13cf129b","status":"passed","time":{"start":1726505424829,"stop":1726505424911,"duration":82}},{"uid":"b843675c02a05e6f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/b843675c02a05e6f","status":"passed","time":{"start":1726504159679,"stop":1726504159728,"duration":49}},{"uid":"de543a8703301cd4","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/de543a8703301cd4","status":"passed","time":{"start":1726482849055,"stop":1726482849096,"duration":41}},{"uid":"dd45e5e7c9591b13","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/dd45e5e7c9591b13","status":"passed","time":{"start":1726482588829,"stop":1726482588899,"duration":70}},{"uid":"5073d56548ceab16","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/5073d56548ceab16","status":"passed","time":{"start":1726482135548,"stop":1726482135615,"duration":67}},{"uid":"6eb48e53154019aa","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/6eb48e53154019aa","status":"passed","time":{"start":1726476204102,"stop":1726476204151,"duration":49}},{"uid":"3b03f378074b2a38","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/3b03f378074b2a38","status":"passed","time":{"start":1726438408261,"stop":1726438408315,"duration":54}},{"uid":"cbb7e00df85485f7","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/cbb7e00df85485f7","status":"passed","time":{"start":1726437941231,"stop":1726437941320,"duration":89}},{"uid":"c45bf7f1d9d426f6","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/c45bf7f1d9d426f6","status":"passed","time":{"start":1726436444650,"stop":1726436444705,"duration":55}},{"uid":"14473b005dea28e5","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/14473b005dea28e5","status":"passed","time":{"start":1726432488304,"stop":1726432488362,"duration":58}},{"uid":"99ccbaadc978b40","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/99ccbaadc978b40","status":"passed","time":{"start":1726432296777,"stop":1726432296829,"duration":52}},{"uid":"a71298d8b24766ea","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/a71298d8b24766ea","status":"passed","time":{"start":1726432061631,"stop":1726432061712,"duration":81}},{"uid":"eedd4c6b38d36ea8","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/eedd4c6b38d36ea8","status":"passed","time":{"start":1726431415265,"stop":1726431415331,"duration":66}},{"uid":"49120f63afc8ce25","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/49120f63afc8ce25","status":"passed","time":{"start":1726431069357,"stop":1726431069443,"duration":86}}]},"f9087eca5aca08cb93b37c0517af2a8c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"25168e3d82f38a92","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/25168e3d82f38a92","status":"passed","time":{"start":1726523722850,"stop":1726523723409,"duration":559}},{"uid":"559f2fd885d28f5c","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/559f2fd885d28f5c","status":"passed","time":{"start":1726510175265,"stop":1726510175809,"duration":544}},{"uid":"c928eb2973176fa3","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/c928eb2973176fa3","status":"passed","time":{"start":1726508079057,"stop":1726508079684,"duration":627}},{"uid":"9cb2257cb5d4eb95","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/9cb2257cb5d4eb95","status":"passed","time":{"start":1726507902449,"stop":1726507903020,"duration":571}},{"uid":"4ebf016604a0954b","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/4ebf016604a0954b","status":"passed","time":{"start":1726505423402,"stop":1726505424063,"duration":661}},{"uid":"63fbb3d9f80cdc38","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/63fbb3d9f80cdc38","status":"passed","time":{"start":1726504158703,"stop":1726504159164,"duration":461}},{"uid":"581798f030ed40ee","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/581798f030ed40ee","status":"passed","time":{"start":1726482847962,"stop":1726482848469,"duration":507}},{"uid":"e7657dbf69a54e83","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/e7657dbf69a54e83","status":"passed","time":{"start":1726482587579,"stop":1726482588149,"duration":570}},{"uid":"92ff282c379fe160","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/92ff282c379fe160","status":"passed","time":{"start":1726482134311,"stop":1726482134886,"duration":575}},{"uid":"16d74f1ff2558e11","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/16d74f1ff2558e11","status":"passed","time":{"start":1726476202851,"stop":1726476203414,"duration":563}},{"uid":"238224ea3dbf96fe","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/238224ea3dbf96fe","status":"passed","time":{"start":1726438407235,"stop":1726438407691,"duration":456}},{"uid":"daa2d331516498db","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/daa2d331516498db","status":"passed","time":{"start":1726437940056,"stop":1726437940662,"duration":606}},{"uid":"d8fd3687815466b9","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/d8fd3687815466b9","status":"passed","time":{"start":1726436443500,"stop":1726436444047,"duration":547}},{"uid":"f4f8c08184c0eed2","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/f4f8c08184c0eed2","status":"passed","time":{"start":1726432487399,"stop":1726432487909,"duration":510}},{"uid":"3af2d6286d069153","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/3af2d6286d069153","status":"passed","time":{"start":1726432295646,"stop":1726432296316,"duration":670}},{"uid":"ce62a506f8efa1a0","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/ce62a506f8efa1a0","status":"passed","time":{"start":1726432060622,"stop":1726432061178,"duration":556}},{"uid":"459492915cac8152","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/459492915cac8152","status":"passed","time":{"start":1726431414362,"stop":1726431414863,"duration":501}},{"uid":"ff90c004cca85d43","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/ff90c004cca85d43","status":"passed","time":{"start":1726431068266,"stop":1726431068873,"duration":607}}]}} \ No newline at end of file +{"e79e707167b2d5894021d0f5bd53f2d4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82d2e0369b633d53","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/82d2e0369b633d53","status":"passed","time":{"start":1726523988272,"stop":1726523988357,"duration":85}},{"uid":"cc503fd352a55101","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/cc503fd352a55101","status":"passed","time":{"start":1726523723731,"stop":1726523723799,"duration":68}},{"uid":"b9c7365ee5a5b48","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b9c7365ee5a5b48","status":"passed","time":{"start":1726510176154,"stop":1726510176234,"duration":80}},{"uid":"d28501fc2a3ae62","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/d28501fc2a3ae62","status":"passed","time":{"start":1726508080019,"stop":1726508080112,"duration":93}},{"uid":"3eaca103922a38ed","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/3eaca103922a38ed","status":"passed","time":{"start":1726507903464,"stop":1726507903550,"duration":86}},{"uid":"ae5f9a2401dabfcb","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/ae5f9a2401dabfcb","status":"passed","time":{"start":1726505424524,"stop":1726505424597,"duration":73}},{"uid":"a67446ef00ad4d1f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/a67446ef00ad4d1f","status":"passed","time":{"start":1726504159501,"stop":1726504159573,"duration":72}},{"uid":"1adbe4b8a4892d20","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/1adbe4b8a4892d20","status":"passed","time":{"start":1726482848805,"stop":1726482848887,"duration":82}},{"uid":"c586f217efd5ae1c","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/c586f217efd5ae1c","status":"passed","time":{"start":1726482588536,"stop":1726482588626,"duration":90}},{"uid":"b39e8760328cd548","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/b39e8760328cd548","status":"passed","time":{"start":1726482135278,"stop":1726482135404,"duration":126}},{"uid":"83e1d08cab9d0215","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/83e1d08cab9d0215","status":"passed","time":{"start":1726476203856,"stop":1726476203953,"duration":97}},{"uid":"271f576ed81b868b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/271f576ed81b868b","status":"passed","time":{"start":1726438408045,"stop":1726438408144,"duration":99}},{"uid":"18801060d4e84d89","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/18801060d4e84d89","status":"passed","time":{"start":1726437941004,"stop":1726437941080,"duration":76}},{"uid":"d196c5e5b1af8af4","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/d196c5e5b1af8af4","status":"passed","time":{"start":1726436444417,"stop":1726436444502,"duration":85}}]},"3a5647cb882946b03f8198bcd0571d5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f7de2dbf099c843e","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/f7de2dbf099c843e","status":"passed","time":{"start":1726523988109,"stop":1726523988147,"duration":38}},{"uid":"309a0e9b2d174bce","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/309a0e9b2d174bce","status":"passed","time":{"start":1726523723549,"stop":1726523723585,"duration":36}},{"uid":"d72886719a19fd63","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/d72886719a19fd63","status":"passed","time":{"start":1726510175976,"stop":1726510176007,"duration":31}},{"uid":"149a6b0fb6e66f86","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/149a6b0fb6e66f86","status":"passed","time":{"start":1726508079848,"stop":1726508079884,"duration":36}},{"uid":"4404a33268d66711","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/4404a33268d66711","status":"passed","time":{"start":1726507903205,"stop":1726507903258,"duration":53}},{"uid":"7265754a71b1ff14","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/7265754a71b1ff14","status":"passed","time":{"start":1726505424274,"stop":1726505424324,"duration":50}},{"uid":"510bb85acd9e993e","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/510bb85acd9e993e","status":"passed","time":{"start":1726504159340,"stop":1726504159364,"duration":24}}]},"da5aa131c00fb62f9df5be4c1fa5a7":{"statistic":{"failed":0,"broken":0,"skipped":19,"passed":0,"unknown":0,"total":19},"items":[{"uid":"7570ef3d1009b1b6","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/7570ef3d1009b1b6","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726523988655,"stop":1726523988670,"duration":15}},{"uid":"f21d36bc4089d4b3","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/f21d36bc4089d4b3","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726523724106,"stop":1726523724106,"duration":0}},{"uid":"c529dec918a1b6a5","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/c529dec918a1b6a5","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726510176592,"stop":1726510176593,"duration":1}},{"uid":"815c1d89d217dafe","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/815c1d89d217dafe","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726508080402,"stop":1726508080402,"duration":0}},{"uid":"13deb2dace212869","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/13deb2dace212869","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726507903862,"stop":1726507903862,"duration":0}},{"uid":"ba0e421b52539408","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/ba0e421b52539408","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726505425032,"stop":1726505425032,"duration":0}},{"uid":"bbfce903e3b53f70","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/bbfce903e3b53f70","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726504159841,"stop":1726504159841,"duration":0}},{"uid":"44f6e29033ae47da","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/44f6e29033ae47da","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482849176,"stop":1726482849176,"duration":0}},{"uid":"c2640918a58bd499","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/c2640918a58bd499","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482589096,"stop":1726482589097,"duration":1}},{"uid":"dcf12b669619a981","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/dcf12b669619a981","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726482135709,"stop":1726482135710,"duration":1}},{"uid":"563ace702b3b1e08","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/563ace702b3b1e08","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726476204229,"stop":1726476204230,"duration":1}},{"uid":"e54593e67cf12ec2","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/e54593e67cf12ec2","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726438408400,"stop":1726438408400,"duration":0}},{"uid":"fd13f746aa903d19","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/fd13f746aa903d19","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726437941395,"stop":1726437941396,"duration":1}},{"uid":"855510867305f0af","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/855510867305f0af","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726436444782,"stop":1726436444783,"duration":1}},{"uid":"d8dba5129d6bf411","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/d8dba5129d6bf411","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432488447,"stop":1726432488448,"duration":1}},{"uid":"91a62cda02896bd1","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/91a62cda02896bd1","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432296900,"stop":1726432296901,"duration":1}},{"uid":"be6de8d10a9d5c2","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/be6de8d10a9d5c2","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726432061803,"stop":1726432061804,"duration":1}},{"uid":"fe6ae159ff0ecdea","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/fe6ae159ff0ecdea","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726431415431,"stop":1726431415432,"duration":1}},{"uid":"cbbe8b291263aff6","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/cbbe8b291263aff6","status":"skipped","statusDetails":"This test is always skipped","time":{"start":1726431069552,"stop":1726431069554,"duration":2}}]},"11fd719e5d91933e82d88153791db080":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"419771d3458b4b79","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/419771d3458b4b79","status":"passed","time":{"start":1726523988001,"stop":1726523988032,"duration":31}},{"uid":"1e87119c48af6590","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/1e87119c48af6590","status":"passed","time":{"start":1726523723457,"stop":1726523723482,"duration":25}},{"uid":"3e291c1c93fff212","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/3e291c1c93fff212","status":"passed","time":{"start":1726510175874,"stop":1726510175912,"duration":38}},{"uid":"771e63c77aa1d889","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/771e63c77aa1d889","status":"passed","time":{"start":1726508079741,"stop":1726508079772,"duration":31}},{"uid":"20d61a88525d4bdb","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/20d61a88525d4bdb","status":"passed","time":{"start":1726507903081,"stop":1726507903130,"duration":49}},{"uid":"5743f4f7480b954a","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/5743f4f7480b954a","status":"passed","time":{"start":1726505424141,"stop":1726505424193,"duration":52}},{"uid":"8b2152d44957ffce","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/8b2152d44957ffce","status":"passed","time":{"start":1726504159219,"stop":1726504159261,"duration":42}},{"uid":"932abce135a6ed1f","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/932abce135a6ed1f","status":"passed","time":{"start":1726482848566,"stop":1726482848616,"duration":50}},{"uid":"b9a24cb2be7ff2c9","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/b9a24cb2be7ff2c9","status":"passed","time":{"start":1726482588291,"stop":1726482588327,"duration":36}},{"uid":"78be9cd2e7ce2bc8","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/78be9cd2e7ce2bc8","status":"passed","time":{"start":1726482134957,"stop":1726482135002,"duration":45}},{"uid":"8a590beddd9914d1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/8a590beddd9914d1","status":"passed","time":{"start":1726476203482,"stop":1726476203526,"duration":44}},{"uid":"a199e4cb1a9a6184","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/a199e4cb1a9a6184","status":"passed","time":{"start":1726438407767,"stop":1726438407818,"duration":51}},{"uid":"844903ea21ba0d67","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/844903ea21ba0d67","status":"passed","time":{"start":1726437940712,"stop":1726437940748,"duration":36}},{"uid":"ca9b34183857a6c9","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/ca9b34183857a6c9","status":"passed","time":{"start":1726436444113,"stop":1726436444175,"duration":62}}]},"a552cd26bfa0b3f59bbb109de818c98":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"607ae78cd0e04294","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/607ae78cd0e04294","status":"passed","time":{"start":1726523988253,"stop":1726523988268,"duration":15}},{"uid":"f7bb83c598d7f04e","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/f7bb83c598d7f04e","status":"passed","time":{"start":1726523723705,"stop":1726523723727,"duration":22}},{"uid":"b5a9a4ac30589582","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b5a9a4ac30589582","status":"passed","time":{"start":1726510176130,"stop":1726510176151,"duration":21}},{"uid":"415ff21bf090e339","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/415ff21bf090e339","status":"passed","time":{"start":1726508080000,"stop":1726508080017,"duration":17}},{"uid":"2c0f859d48981822","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/2c0f859d48981822","status":"passed","time":{"start":1726507903403,"stop":1726507903458,"duration":55}},{"uid":"8f5445b905b2e874","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/8f5445b905b2e874","status":"passed","time":{"start":1726505424480,"stop":1726505424521,"duration":41}},{"uid":"3e707b5f4a7a53f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/3e707b5f4a7a53f","status":"passed","time":{"start":1726504159460,"stop":1726504159499,"duration":39}},{"uid":"5e8d5ff8a33cda36","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/5e8d5ff8a33cda36","status":"passed","time":{"start":1726482848772,"stop":1726482848803,"duration":31}},{"uid":"a70290498abce641","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/a70290498abce641","status":"passed","time":{"start":1726482588510,"stop":1726482588534,"duration":24}},{"uid":"91886199838953f9","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/91886199838953f9","status":"passed","time":{"start":1726482135234,"stop":1726482135276,"duration":42}},{"uid":"cb357dfabb6eb95","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/cb357dfabb6eb95","status":"passed","time":{"start":1726476203803,"stop":1726476203850,"duration":47}},{"uid":"3d6e9fa894449561","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/3d6e9fa894449561","status":"passed","time":{"start":1726438408008,"stop":1726438408042,"duration":34}},{"uid":"b5c0549361881e7f","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/b5c0549361881e7f","status":"passed","time":{"start":1726437940973,"stop":1726437941002,"duration":29}},{"uid":"125b98a3ed994f9e","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/125b98a3ed994f9e","status":"passed","time":{"start":1726436444382,"stop":1726436444415,"duration":33}}]},"d346e4998ac2b7fb361aedb8471cc04f":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"6ab776fb8b02c905","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/6ab776fb8b02c905","status":"passed","time":{"start":1726523988360,"stop":1726523988427,"duration":67}},{"uid":"7db7e9243d375fba","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/7db7e9243d375fba","status":"passed","time":{"start":1726523723805,"stop":1726523723868,"duration":63}},{"uid":"a65849bb54d493ca","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/a65849bb54d493ca","status":"passed","time":{"start":1726510176237,"stop":1726510176328,"duration":91}},{"uid":"4f435d81eeda2f3e","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/4f435d81eeda2f3e","status":"passed","time":{"start":1726508080115,"stop":1726508080177,"duration":62}},{"uid":"ba83e70eaf4a8b6c","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/ba83e70eaf4a8b6c","status":"passed","time":{"start":1726507903552,"stop":1726507903624,"duration":72}},{"uid":"3d81472a8e5049df","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/3d81472a8e5049df","status":"passed","time":{"start":1726505424604,"stop":1726505424740,"duration":136}},{"uid":"584b0a791120570a","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/584b0a791120570a","status":"passed","time":{"start":1726504159575,"stop":1726504159634,"duration":59}},{"uid":"6df50b7ad3095532","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/6df50b7ad3095532","status":"passed","time":{"start":1726482848889,"stop":1726482848962,"duration":73}},{"uid":"93accda0695bab23","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/93accda0695bab23","status":"passed","time":{"start":1726482588629,"stop":1726482588755,"duration":126}},{"uid":"12532bcaf60414dd","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/12532bcaf60414dd","status":"passed","time":{"start":1726482135407,"stop":1726482135493,"duration":86}},{"uid":"4f334b37fb7a22d7","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/4f334b37fb7a22d7","status":"passed","time":{"start":1726476203956,"stop":1726476204040,"duration":84}},{"uid":"4ab6a32adacee54b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/4ab6a32adacee54b","status":"passed","time":{"start":1726438408146,"stop":1726438408208,"duration":62}},{"uid":"cda2ee94f66870c1","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/cda2ee94f66870c1","status":"passed","time":{"start":1726437941082,"stop":1726437941180,"duration":98}},{"uid":"e944a8130cbcc882","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/e944a8130cbcc882","status":"passed","time":{"start":1726436444504,"stop":1726436444581,"duration":77}},{"uid":"e9412161cf1f447c","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/e9412161cf1f447c","status":"passed","time":{"start":1726432488188,"stop":1726432488251,"duration":63}},{"uid":"c4a04dc851316115","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/c4a04dc851316115","status":"passed","time":{"start":1726432296635,"stop":1726432296696,"duration":61}},{"uid":"25797cbef5e91e88","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/25797cbef5e91e88","status":"passed","time":{"start":1726432061489,"stop":1726432061563,"duration":74}},{"uid":"3a6335c955151dcd","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/3a6335c955151dcd","status":"passed","time":{"start":1726431415133,"stop":1726431415190,"duration":57}},{"uid":"b6547468e32f768c","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/b6547468e32f768c","status":"passed","time":{"start":1726431069194,"stop":1726431069280,"duration":86}}]},"fc658e14fee590d9b6d9d86d69985140":{"statistic":{"failed":19,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":19},"items":[{"uid":"2d506d5ca247a1c3","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/2d506d5ca247a1c3","status":"failed","statusDetails":"This test is always failed","time":{"start":1726523988643,"stop":1726523988645,"duration":2}},{"uid":"e3c7381f5c309022","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/e3c7381f5c309022","status":"failed","statusDetails":"This test is always failed","time":{"start":1726523724101,"stop":1726523724102,"duration":1}},{"uid":"9877acc5c80d040f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/9877acc5c80d040f","status":"failed","statusDetails":"This test is always failed","time":{"start":1726510176563,"stop":1726510176574,"duration":11}},{"uid":"c640ecc7f316b612","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/c640ecc7f316b612","status":"failed","statusDetails":"This test is always failed","time":{"start":1726508080397,"stop":1726508080398,"duration":1}},{"uid":"15932ff0d2c22a5f","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/15932ff0d2c22a5f","status":"failed","statusDetails":"This test is always failed","time":{"start":1726507903857,"stop":1726507903858,"duration":1}},{"uid":"f845fc0a0f89a6e1","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/f845fc0a0f89a6e1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726505424998,"stop":1726505425000,"duration":2}},{"uid":"b91f98242db92f08","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/b91f98242db92f08","status":"failed","statusDetails":"This test is always failed","time":{"start":1726504159836,"stop":1726504159838,"duration":2}},{"uid":"fe2a48d9d2b3151e","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/fe2a48d9d2b3151e","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482849171,"stop":1726482849173,"duration":2}},{"uid":"66658e6ffa524a77","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/66658e6ffa524a77","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482589091,"stop":1726482589093,"duration":2}},{"uid":"ceda18d37e9ad9b0","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/ceda18d37e9ad9b0","status":"failed","statusDetails":"This test is always failed","time":{"start":1726482135704,"stop":1726482135706,"duration":2}},{"uid":"293a3f01dfcc35a3","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/293a3f01dfcc35a3","status":"failed","statusDetails":"This test is always failed","time":{"start":1726476204223,"stop":1726476204225,"duration":2}},{"uid":"c56979c123f7610b","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/c56979c123f7610b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726438408395,"stop":1726438408396,"duration":1}},{"uid":"87be78a0e87e052b","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/87be78a0e87e052b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726437941389,"stop":1726437941391,"duration":2}},{"uid":"e899e0ec47306eaf","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/e899e0ec47306eaf","status":"failed","statusDetails":"This test is always failed","time":{"start":1726436444777,"stop":1726436444778,"duration":1}},{"uid":"6af1d64ff23b79c0","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/6af1d64ff23b79c0","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432488438,"stop":1726432488440,"duration":2}},{"uid":"d1bad7d38c93e0f1","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/d1bad7d38c93e0f1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432296896,"stop":1726432296897,"duration":1}},{"uid":"82417dcd685f1fb1","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/82417dcd685f1fb1","status":"failed","statusDetails":"This test is always failed","time":{"start":1726432061796,"stop":1726432061799,"duration":3}},{"uid":"24400eaed90b831b","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/24400eaed90b831b","status":"failed","statusDetails":"This test is always failed","time":{"start":1726431415424,"stop":1726431415426,"duration":2}},{"uid":"1618420374ff3983","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/1618420374ff3983","status":"failed","statusDetails":"This test is always failed","time":{"start":1726431069543,"stop":1726431069545,"duration":2}}]},"1718a35bd275bae0b449ca83c8ae1e90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"3617289e8025c7bd","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/3617289e8025c7bd","status":"passed","time":{"start":1726523988203,"stop":1726523988250,"duration":47}},{"uid":"b954b8b81fb301a8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/b954b8b81fb301a8","status":"passed","time":{"start":1726523723653,"stop":1726523723702,"duration":49}},{"uid":"7171a3e41b5b1a86","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/7171a3e41b5b1a86","status":"passed","time":{"start":1726510176072,"stop":1726510176127,"duration":55}},{"uid":"450abb9f36da37af","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/450abb9f36da37af","status":"passed","time":{"start":1726508079954,"stop":1726508079998,"duration":44}},{"uid":"4df1a54f6b54eea0","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/4df1a54f6b54eea0","status":"passed","time":{"start":1726507903326,"stop":1726507903400,"duration":74}},{"uid":"413e7e95a4f78606","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/413e7e95a4f78606","status":"passed","time":{"start":1726505424418,"stop":1726505424477,"duration":59}},{"uid":"441566fe54b32f08","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/441566fe54b32f08","status":"passed","time":{"start":1726504159415,"stop":1726504159457,"duration":42}},{"uid":"7823fa899dcdbc24","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/7823fa899dcdbc24","status":"passed","time":{"start":1726482848731,"stop":1726482848770,"duration":39}},{"uid":"6af23636c138feb0","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/6af23636c138feb0","status":"passed","time":{"start":1726482588459,"stop":1726482588507,"duration":48}},{"uid":"59c0ab5e94655219","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/59c0ab5e94655219","status":"passed","time":{"start":1726482135184,"stop":1726482135231,"duration":47}},{"uid":"afd1377156f904e","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/afd1377156f904e","status":"passed","time":{"start":1726476203720,"stop":1726476203800,"duration":80}},{"uid":"caac5e27db87eda8","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/caac5e27db87eda8","status":"passed","time":{"start":1726438407965,"stop":1726438408006,"duration":41}},{"uid":"ce73451ea5b30af3","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/ce73451ea5b30af3","status":"passed","time":{"start":1726437940897,"stop":1726437940970,"duration":73}},{"uid":"539f2d8ffcbabe28","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/539f2d8ffcbabe28","status":"passed","time":{"start":1726436444338,"stop":1726436444380,"duration":42}},{"uid":"b650de7ddbe2058d","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/b650de7ddbe2058d","status":"passed","time":{"start":1726432488127,"stop":1726432488186,"duration":59}},{"uid":"f845cd16af478484","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/f845cd16af478484","status":"passed","time":{"start":1726432296567,"stop":1726432296629,"duration":62}},{"uid":"1046a623c6765b82","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/1046a623c6765b82","status":"passed","time":{"start":1726432061430,"stop":1726432061486,"duration":56}},{"uid":"abdd6aa5d9f117c2","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/abdd6aa5d9f117c2","status":"passed","time":{"start":1726431415077,"stop":1726431415127,"duration":50}},{"uid":"c586830505d97593","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/c586830505d97593","status":"passed","time":{"start":1726431069128,"stop":1726431069192,"duration":64}}]},"38cdf6794a2cf96da31bfff1b5d40ab0":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"468dc24f371781b6","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/468dc24f371781b6","status":"passed","time":{"start":1726523987952,"stop":1726523987993,"duration":41}},{"uid":"9cd1fe0326d5ac80","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/9cd1fe0326d5ac80","status":"passed","time":{"start":1726523723413,"stop":1726523723450,"duration":37}},{"uid":"9e3b4b8dbf815c4f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/9e3b4b8dbf815c4f","status":"passed","time":{"start":1726510175819,"stop":1726510175868,"duration":49}},{"uid":"7c0f8c74222d3de9","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/7c0f8c74222d3de9","status":"passed","time":{"start":1726508079693,"stop":1726508079734,"duration":41}},{"uid":"e0d72dcaee7ffc44","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/e0d72dcaee7ffc44","status":"passed","time":{"start":1726507903028,"stop":1726507903075,"duration":47}},{"uid":"a42ecb84d234d4c1","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/a42ecb84d234d4c1","status":"passed","time":{"start":1726505424072,"stop":1726505424128,"duration":56}},{"uid":"98f2715602f5b721","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/98f2715602f5b721","status":"passed","time":{"start":1726504159170,"stop":1726504159208,"duration":38}},{"uid":"f7c532e0a9e0e45b","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/f7c532e0a9e0e45b","status":"passed","time":{"start":1726482848477,"stop":1726482848537,"duration":60}},{"uid":"e2baa94633165756","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/e2baa94633165756","status":"passed","time":{"start":1726482588164,"stop":1726482588273,"duration":109}},{"uid":"4a153ca8987df57e","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/4a153ca8987df57e","status":"passed","time":{"start":1726482134891,"stop":1726482134935,"duration":44}},{"uid":"926bc549377bd0a2","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/926bc549377bd0a2","status":"passed","time":{"start":1726476203420,"stop":1726476203474,"duration":54}},{"uid":"8ed9d36eb50ddb4d","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/8ed9d36eb50ddb4d","status":"passed","time":{"start":1726438407696,"stop":1726438407756,"duration":60}},{"uid":"82ac46056e54ed88","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/82ac46056e54ed88","status":"passed","time":{"start":1726437940666,"stop":1726437940704,"duration":38}},{"uid":"4cb07476f4ddfb5a","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/4cb07476f4ddfb5a","status":"passed","time":{"start":1726436444051,"stop":1726436444106,"duration":55}},{"uid":"6a49b5f20d126948","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/6a49b5f20d126948","status":"passed","time":{"start":1726432487915,"stop":1726432487978,"duration":63}},{"uid":"6f263936e5272eac","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/6f263936e5272eac","status":"passed","time":{"start":1726432296327,"stop":1726432296385,"duration":58}},{"uid":"37e304b2e97efc6f","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/37e304b2e97efc6f","status":"passed","time":{"start":1726432061187,"stop":1726432061272,"duration":85}},{"uid":"7ef411d1b596babb","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/7ef411d1b596babb","status":"passed","time":{"start":1726431414869,"stop":1726431414948,"duration":79}},{"uid":"45c0256f5f35b822","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/45c0256f5f35b822","status":"passed","time":{"start":1726431068878,"stop":1726431068938,"duration":60}}]},"fcdf2c9229ba43a09a92755e9fa857a9":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"cbd48745d8b3b651","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/cbd48745d8b3b651","status":"passed","time":{"start":1726523988429,"stop":1726523988481,"duration":52}},{"uid":"9e196927e01b3fc8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/9e196927e01b3fc8","status":"passed","time":{"start":1726523723873,"stop":1726523723921,"duration":48}},{"uid":"e108d0e50114f943","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/e108d0e50114f943","status":"passed","time":{"start":1726510176330,"stop":1726510176375,"duration":45}},{"uid":"b92399297039d35c","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/b92399297039d35c","status":"passed","time":{"start":1726508080180,"stop":1726508080219,"duration":39}},{"uid":"df96d6f053abc0b8","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/df96d6f053abc0b8","status":"passed","time":{"start":1726507903627,"stop":1726507903674,"duration":47}},{"uid":"f4c444cf5fb688df","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/f4c444cf5fb688df","status":"passed","time":{"start":1726505424754,"stop":1726505424821,"duration":67}},{"uid":"cbd1a3bb81ac06dc","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/cbd1a3bb81ac06dc","status":"passed","time":{"start":1726504159636,"stop":1726504159675,"duration":39}},{"uid":"86a1f6830b21c85","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/86a1f6830b21c85","status":"passed","time":{"start":1726482848964,"stop":1726482849051,"duration":87}},{"uid":"966e3bdca4c6762f","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/966e3bdca4c6762f","status":"passed","time":{"start":1726482588767,"stop":1726482588826,"duration":59}},{"uid":"4c94e98c07bb30a8","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/4c94e98c07bb30a8","status":"passed","time":{"start":1726482135499,"stop":1726482135545,"duration":46}},{"uid":"fafd8bf47ea4b93e","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/fafd8bf47ea4b93e","status":"passed","time":{"start":1726476204045,"stop":1726476204090,"duration":45}},{"uid":"f2592224c86ec2cc","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/f2592224c86ec2cc","status":"passed","time":{"start":1726438408211,"stop":1726438408259,"duration":48}},{"uid":"c1999a1bdaf458ed","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/c1999a1bdaf458ed","status":"passed","time":{"start":1726437941189,"stop":1726437941228,"duration":39}},{"uid":"bc5cec6a623e761b","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/bc5cec6a623e761b","status":"passed","time":{"start":1726436444583,"stop":1726436444647,"duration":64}},{"uid":"5bb73e36f258e3dd","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/5bb73e36f258e3dd","status":"passed","time":{"start":1726432488254,"stop":1726432488301,"duration":47}},{"uid":"3b49ffc4278c0d5","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/3b49ffc4278c0d5","status":"passed","time":{"start":1726432296699,"stop":1726432296774,"duration":75}},{"uid":"256b0775b49eab8c","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/256b0775b49eab8c","status":"passed","time":{"start":1726432061571,"stop":1726432061625,"duration":54}},{"uid":"b2135fbfa586511f","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/b2135fbfa586511f","status":"passed","time":{"start":1726431415192,"stop":1726431415261,"duration":69}},{"uid":"b27549e7663617c","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/b27549e7663617c","status":"passed","time":{"start":1726431069287,"stop":1726431069342,"duration":55}}]},"7a64b750ae213d9e1528cf389f275c99":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"c1ca76e012a49196","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/c1ca76e012a49196","status":"passed","time":{"start":1726523988149,"stop":1726523988200,"duration":51}},{"uid":"d69d8828fa7d5018","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d69d8828fa7d5018","status":"passed","time":{"start":1726523723592,"stop":1726523723650,"duration":58}},{"uid":"b95cb376d0f466eb","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b95cb376d0f466eb","status":"passed","time":{"start":1726510176010,"stop":1726510176069,"duration":59}},{"uid":"4aaff97bb5583bc4","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/4aaff97bb5583bc4","status":"passed","time":{"start":1726508079891,"stop":1726508079947,"duration":56}},{"uid":"d17f2577d097bee5","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/d17f2577d097bee5","status":"passed","time":{"start":1726507903269,"stop":1726507903323,"duration":54}},{"uid":"743ef523f90a942c","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/743ef523f90a942c","status":"passed","time":{"start":1726505424332,"stop":1726505424415,"duration":83}},{"uid":"ddb83d6aef987f66","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/ddb83d6aef987f66","status":"passed","time":{"start":1726504159370,"stop":1726504159412,"duration":42}},{"uid":"71953ac2fc471c94","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/71953ac2fc471c94","status":"passed","time":{"start":1726482848680,"stop":1726482848727,"duration":47}},{"uid":"3f9635b848b32cdc","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/3f9635b848b32cdc","status":"passed","time":{"start":1726482588397,"stop":1726482588456,"duration":59}},{"uid":"ef82ecdd47de70c","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/ef82ecdd47de70c","status":"passed","time":{"start":1726482135087,"stop":1726482135180,"duration":93}},{"uid":"ea58fb439a258ae1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/ea58fb439a258ae1","status":"passed","time":{"start":1726476203632,"stop":1726476203706,"duration":74}},{"uid":"fb1be4a2b18406eb","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/fb1be4a2b18406eb","status":"passed","time":{"start":1726438407907,"stop":1726438407962,"duration":55}},{"uid":"32edb3adc89cc794","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/32edb3adc89cc794","status":"passed","time":{"start":1726437940823,"stop":1726437940878,"duration":55}},{"uid":"7ae9621c6313c06d","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/7ae9621c6313c06d","status":"passed","time":{"start":1726436444279,"stop":1726436444335,"duration":56}},{"uid":"85b26a88bd53cc8","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/85b26a88bd53cc8","status":"passed","time":{"start":1726432488054,"stop":1726432488124,"duration":70}},{"uid":"ad2b99dd74073acc","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/ad2b99dd74073acc","status":"passed","time":{"start":1726432296463,"stop":1726432296555,"duration":92}},{"uid":"2dd98ac87636f658","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/2dd98ac87636f658","status":"passed","time":{"start":1726432061363,"stop":1726432061422,"duration":59}},{"uid":"1d424081a53ec22d","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/1d424081a53ec22d","status":"passed","time":{"start":1726431415006,"stop":1726431415072,"duration":66}},{"uid":"90b7bb21b4e049e9","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/90b7bb21b4e049e9","status":"passed","time":{"start":1726431069048,"stop":1726431069125,"duration":77}}]},"2d1237c695511ccbd243739a9eaef73b":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"5f4de0644db81fa6","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/5f4de0644db81fa6","status":"passed","time":{"start":1726523986412,"stop":1726523987302,"duration":890}},{"uid":"d56e46c8a5192533","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d56e46c8a5192533","status":"passed","time":{"start":1726523721830,"stop":1726523722758,"duration":928}},{"uid":"adce5ac2e88add4f","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/adce5ac2e88add4f","status":"passed","time":{"start":1726510174231,"stop":1726510175127,"duration":896}},{"uid":"5f77b23e5468c1d","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/5f77b23e5468c1d","status":"passed","time":{"start":1726508077992,"stop":1726508078984,"duration":992}},{"uid":"51e3fd82267d8659","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/51e3fd82267d8659","status":"passed","time":{"start":1726507901428,"stop":1726507902374,"duration":946}},{"uid":"949a96438c4cba4","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/949a96438c4cba4","status":"passed","time":{"start":1726505422326,"stop":1726505423326,"duration":1000}},{"uid":"cfbf3e488ae4ff92","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/cfbf3e488ae4ff92","status":"passed","time":{"start":1726504157766,"stop":1726504158633,"duration":867}},{"uid":"becc7f1185935974","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/becc7f1185935974","status":"passed","time":{"start":1726482846810,"stop":1726482847872,"duration":1062}},{"uid":"971e5a636e861d8e","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/971e5a636e861d8e","status":"passed","time":{"start":1726482586355,"stop":1726482587501,"duration":1146}},{"uid":"f28ff94deaa0eb6f","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/f28ff94deaa0eb6f","status":"passed","time":{"start":1726482133169,"stop":1726482134184,"duration":1015}},{"uid":"ea0ce184c67a5ed1","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/ea0ce184c67a5ed1","status":"passed","time":{"start":1726476201746,"stop":1726476202774,"duration":1028}},{"uid":"7061c4e05232dfb8","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/7061c4e05232dfb8","status":"passed","time":{"start":1726438406061,"stop":1726438407169,"duration":1108}},{"uid":"1fdf689dbec352cf","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/1fdf689dbec352cf","status":"passed","time":{"start":1726437939142,"stop":1726437939981,"duration":839}},{"uid":"987abf5330d9706d","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/987abf5330d9706d","status":"passed","time":{"start":1726436442434,"stop":1726436443424,"duration":990}},{"uid":"e869571b8127ff6e","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/e869571b8127ff6e","status":"passed","time":{"start":1726432486362,"stop":1726432487302,"duration":940}},{"uid":"69452b02fc536ddf","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/69452b02fc536ddf","status":"passed","time":{"start":1726432294696,"stop":1726432295569,"duration":873}},{"uid":"321c5e73c23fbabf","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/321c5e73c23fbabf","status":"passed","time":{"start":1726432059686,"stop":1726432060520,"duration":834}},{"uid":"aae13d99a6940bea","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/aae13d99a6940bea","status":"passed","time":{"start":1726431413330,"stop":1726431414249,"duration":919}},{"uid":"cded0d403d1f9bfa","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/cded0d403d1f9bfa","status":"passed","time":{"start":1726431067271,"stop":1726431068205,"duration":934}}]},"7e5d6c7d65001ec457b0ac8d7f83fabb":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"1b12af646f4f388","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/1b12af646f4f388","status":"passed","time":{"start":1726523988040,"stop":1726523988102,"duration":62}},{"uid":"d7bedd1f1f9f86da","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/d7bedd1f1f9f86da","status":"passed","time":{"start":1726523723485,"stop":1726523723545,"duration":60}},{"uid":"b4e057ae602042ca","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/b4e057ae602042ca","status":"passed","time":{"start":1726510175917,"stop":1726510175973,"duration":56}},{"uid":"e44be5e0c5344e6e","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/e44be5e0c5344e6e","status":"passed","time":{"start":1726508079775,"stop":1726508079846,"duration":71}},{"uid":"7d4392becb33ceee","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/7d4392becb33ceee","status":"passed","time":{"start":1726507903136,"stop":1726507903202,"duration":66}},{"uid":"798ed06469115369","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/798ed06469115369","status":"passed","time":{"start":1726505424196,"stop":1726505424271,"duration":75}},{"uid":"314421a8c7c2419f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/314421a8c7c2419f","status":"passed","time":{"start":1726504159263,"stop":1726504159331,"duration":68}},{"uid":"fe6baa7f73426f62","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/fe6baa7f73426f62","status":"passed","time":{"start":1726482848619,"stop":1726482848676,"duration":57}},{"uid":"4d6f41a63ddeb73d","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/4d6f41a63ddeb73d","status":"passed","time":{"start":1726482588330,"stop":1726482588393,"duration":63}},{"uid":"5f9734926102f8d2","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/5f9734926102f8d2","status":"passed","time":{"start":1726482135009,"stop":1726482135084,"duration":75}},{"uid":"6e16a0cd88b82935","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/6e16a0cd88b82935","status":"passed","time":{"start":1726476203529,"stop":1726476203610,"duration":81}},{"uid":"f8b029bed4280613","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/f8b029bed4280613","status":"passed","time":{"start":1726438407821,"stop":1726438407901,"duration":80}},{"uid":"207f7c49b0a787d4","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/207f7c49b0a787d4","status":"passed","time":{"start":1726437940750,"stop":1726437940819,"duration":69}},{"uid":"1cab69d31abcd2e2","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/1cab69d31abcd2e2","status":"passed","time":{"start":1726436444179,"stop":1726436444276,"duration":97}},{"uid":"cdc4db2754fcf57b","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/cdc4db2754fcf57b","status":"passed","time":{"start":1726432487983,"stop":1726432488051,"duration":68}},{"uid":"ad277e26dbb5a739","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/ad277e26dbb5a739","status":"passed","time":{"start":1726432296391,"stop":1726432296460,"duration":69}},{"uid":"24294653030d7b83","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/24294653030d7b83","status":"passed","time":{"start":1726432061284,"stop":1726432061360,"duration":76}},{"uid":"63126dac495ba631","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/63126dac495ba631","status":"passed","time":{"start":1726431414954,"stop":1726431415003,"duration":49}},{"uid":"c082bec0c2effab9","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/c082bec0c2effab9","status":"passed","time":{"start":1726431068942,"stop":1726431069041,"duration":99}}]},"55f6d6f4c1511702785f22d4091946cf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"60fea1994a91bda3","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/60fea1994a91bda3","status":"passed","time":{"start":1726523988483,"stop":1726523988540,"duration":57}},{"uid":"a5c3fe5063137ca8","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/a5c3fe5063137ca8","status":"passed","time":{"start":1726523723924,"stop":1726523723987,"duration":63}},{"uid":"5a681b065e67a1fe","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/5a681b065e67a1fe","status":"passed","time":{"start":1726510176379,"stop":1726510176451,"duration":72}},{"uid":"d249d50e3fefbc49","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/d249d50e3fefbc49","status":"passed","time":{"start":1726508080222,"stop":1726508080299,"duration":77}},{"uid":"571ddd76186c7097","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/571ddd76186c7097","status":"passed","time":{"start":1726507903677,"stop":1726507903726,"duration":49}},{"uid":"8c45626b13cf129b","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/8c45626b13cf129b","status":"passed","time":{"start":1726505424829,"stop":1726505424911,"duration":82}},{"uid":"b843675c02a05e6f","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/b843675c02a05e6f","status":"passed","time":{"start":1726504159679,"stop":1726504159728,"duration":49}},{"uid":"de543a8703301cd4","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/de543a8703301cd4","status":"passed","time":{"start":1726482849055,"stop":1726482849096,"duration":41}},{"uid":"dd45e5e7c9591b13","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/dd45e5e7c9591b13","status":"passed","time":{"start":1726482588829,"stop":1726482588899,"duration":70}},{"uid":"5073d56548ceab16","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/5073d56548ceab16","status":"passed","time":{"start":1726482135548,"stop":1726482135615,"duration":67}},{"uid":"6eb48e53154019aa","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/6eb48e53154019aa","status":"passed","time":{"start":1726476204102,"stop":1726476204151,"duration":49}},{"uid":"3b03f378074b2a38","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/3b03f378074b2a38","status":"passed","time":{"start":1726438408261,"stop":1726438408315,"duration":54}},{"uid":"cbb7e00df85485f7","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/cbb7e00df85485f7","status":"passed","time":{"start":1726437941231,"stop":1726437941320,"duration":89}},{"uid":"c45bf7f1d9d426f6","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/c45bf7f1d9d426f6","status":"passed","time":{"start":1726436444650,"stop":1726436444705,"duration":55}},{"uid":"14473b005dea28e5","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/14473b005dea28e5","status":"passed","time":{"start":1726432488304,"stop":1726432488362,"duration":58}},{"uid":"99ccbaadc978b40","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/99ccbaadc978b40","status":"passed","time":{"start":1726432296777,"stop":1726432296829,"duration":52}},{"uid":"a71298d8b24766ea","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/a71298d8b24766ea","status":"passed","time":{"start":1726432061631,"stop":1726432061712,"duration":81}},{"uid":"eedd4c6b38d36ea8","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/eedd4c6b38d36ea8","status":"passed","time":{"start":1726431415265,"stop":1726431415331,"duration":66}},{"uid":"49120f63afc8ce25","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/49120f63afc8ce25","status":"passed","time":{"start":1726431069357,"stop":1726431069443,"duration":86}}]},"f9087eca5aca08cb93b37c0517af2a8c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"e8857c8d8a036885","reportUrl":"https://aceton41k.github.io/java-test-framework/94//#testresult/e8857c8d8a036885","status":"passed","time":{"start":1726523987370,"stop":1726523987947,"duration":577}},{"uid":"25168e3d82f38a92","reportUrl":"https://aceton41k.github.io/java-test-framework/93//#testresult/25168e3d82f38a92","status":"passed","time":{"start":1726523722850,"stop":1726523723409,"duration":559}},{"uid":"559f2fd885d28f5c","reportUrl":"https://aceton41k.github.io/java-test-framework/91//#testresult/559f2fd885d28f5c","status":"passed","time":{"start":1726510175265,"stop":1726510175809,"duration":544}},{"uid":"c928eb2973176fa3","reportUrl":"https://aceton41k.github.io/java-test-framework/90//#testresult/c928eb2973176fa3","status":"passed","time":{"start":1726508079057,"stop":1726508079684,"duration":627}},{"uid":"9cb2257cb5d4eb95","reportUrl":"https://aceton41k.github.io/java-test-framework/89//#testresult/9cb2257cb5d4eb95","status":"passed","time":{"start":1726507902449,"stop":1726507903020,"duration":571}},{"uid":"4ebf016604a0954b","reportUrl":"https://aceton41k.github.io/java-test-framework/88//#testresult/4ebf016604a0954b","status":"passed","time":{"start":1726505423402,"stop":1726505424063,"duration":661}},{"uid":"63fbb3d9f80cdc38","reportUrl":"https://aceton41k.github.io/java-test-framework/87//#testresult/63fbb3d9f80cdc38","status":"passed","time":{"start":1726504158703,"stop":1726504159164,"duration":461}},{"uid":"581798f030ed40ee","reportUrl":"https://aceton41k.github.io/java-test-framework/86//#testresult/581798f030ed40ee","status":"passed","time":{"start":1726482847962,"stop":1726482848469,"duration":507}},{"uid":"e7657dbf69a54e83","reportUrl":"https://aceton41k.github.io/java-test-framework/85//#testresult/e7657dbf69a54e83","status":"passed","time":{"start":1726482587579,"stop":1726482588149,"duration":570}},{"uid":"92ff282c379fe160","reportUrl":"https://aceton41k.github.io/java-test-framework/84//#testresult/92ff282c379fe160","status":"passed","time":{"start":1726482134311,"stop":1726482134886,"duration":575}},{"uid":"16d74f1ff2558e11","reportUrl":"https://aceton41k.github.io/java-test-framework/83//#testresult/16d74f1ff2558e11","status":"passed","time":{"start":1726476202851,"stop":1726476203414,"duration":563}},{"uid":"238224ea3dbf96fe","reportUrl":"https://aceton41k.github.io/java-test-framework/82//#testresult/238224ea3dbf96fe","status":"passed","time":{"start":1726438407235,"stop":1726438407691,"duration":456}},{"uid":"daa2d331516498db","reportUrl":"https://aceton41k.github.io/java-test-framework/81//#testresult/daa2d331516498db","status":"passed","time":{"start":1726437940056,"stop":1726437940662,"duration":606}},{"uid":"d8fd3687815466b9","reportUrl":"https://aceton41k.github.io/java-test-framework/80//#testresult/d8fd3687815466b9","status":"passed","time":{"start":1726436443500,"stop":1726436444047,"duration":547}},{"uid":"f4f8c08184c0eed2","reportUrl":"https://aceton41k.github.io/java-test-framework/79//#testresult/f4f8c08184c0eed2","status":"passed","time":{"start":1726432487399,"stop":1726432487909,"duration":510}},{"uid":"3af2d6286d069153","reportUrl":"https://aceton41k.github.io/java-test-framework/78//#testresult/3af2d6286d069153","status":"passed","time":{"start":1726432295646,"stop":1726432296316,"duration":670}},{"uid":"ce62a506f8efa1a0","reportUrl":"https://aceton41k.github.io/java-test-framework/77//#testresult/ce62a506f8efa1a0","status":"passed","time":{"start":1726432060622,"stop":1726432061178,"duration":556}},{"uid":"459492915cac8152","reportUrl":"https://aceton41k.github.io/java-test-framework/76//#testresult/459492915cac8152","status":"passed","time":{"start":1726431414362,"stop":1726431414863,"duration":501}},{"uid":"ff90c004cca85d43","reportUrl":"https://aceton41k.github.io/java-test-framework/75//#testresult/ff90c004cca85d43","status":"passed","time":{"start":1726431068266,"stop":1726431068873,"duration":607}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 358aa46..123cafb 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"run":11,"retry":0}}] \ No newline at end of file +[{"buildOrder":94,"reportUrl":"https://aceton41k.github.io/java-test-framework/94/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":93,"reportUrl":"https://aceton41k.github.io/java-test-framework/93/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":91,"reportUrl":"https://aceton41k.github.io/java-test-framework/91/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":90,"reportUrl":"https://aceton41k.github.io/java-test-framework/90/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":89,"reportUrl":"https://aceton41k.github.io/java-test-framework/89/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":88,"reportUrl":"https://aceton41k.github.io/java-test-framework/88/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":87,"reportUrl":"https://aceton41k.github.io/java-test-framework/87/","reportName":"Allure Report with history","data":{"run":15,"retry":0}},{"buildOrder":86,"reportUrl":"https://aceton41k.github.io/java-test-framework/86/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":85,"reportUrl":"https://aceton41k.github.io/java-test-framework/85/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":84,"reportUrl":"https://aceton41k.github.io/java-test-framework/84/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":83,"reportUrl":"https://aceton41k.github.io/java-test-framework/83/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":82,"reportUrl":"https://aceton41k.github.io/java-test-framework/82/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":81,"reportUrl":"https://aceton41k.github.io/java-test-framework/81/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":80,"reportUrl":"https://aceton41k.github.io/java-test-framework/80/","reportName":"Allure Report with history","data":{"run":14,"retry":0}},{"buildOrder":79,"reportUrl":"https://aceton41k.github.io/java-test-framework/79/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":78,"reportUrl":"https://aceton41k.github.io/java-test-framework/78/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":77,"reportUrl":"https://aceton41k.github.io/java-test-framework/77/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":76,"reportUrl":"https://aceton41k.github.io/java-test-framework/76/","reportName":"Allure Report with history","data":{"run":11,"retry":0}},{"buildOrder":75,"reportUrl":"https://aceton41k.github.io/java-test-framework/75/","reportName":"Allure Report with history","data":{"run":11,"retry":0}}] \ No newline at end of file