browserstack-node-sdk 1.31.23 → 1.31.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a13_0x21920e=a13_0xa5b6;(function(_0x2f4aa5,_0x328d6a){const _0x478ed4=a13_0xa5b6,_0x317979=_0x2f4aa5();while(!![]){try{const _0x1d013f=-parseInt(_0x478ed4(0x288))/0x1+-parseInt(_0x478ed4(0x24e))/0x2+-parseInt(_0x478ed4(0x23b))/0x3*(-parseInt(_0x478ed4(0x25d))/0x4)+parseInt(_0x478ed4(0x286))/0x5*(-parseInt(_0x478ed4(0x205))/0x6)+parseInt(_0x478ed4(0x2b4))/0x7*(parseInt(_0x478ed4(0x26d))/0x8)+-parseInt(_0x478ed4(0x23c))/0x9+parseInt(_0x478ed4(0x25b))/0xa*(parseInt(_0x478ed4(0x201))/0xb);if(_0x1d013f===_0x328d6a)break;else _0x317979['push'](_0x317979['shift']());}catch(_0x1c1355){_0x317979['push'](_0x317979['shift']());}}}(a13_0x5d3f,0x3b602));function a13_0x5d3f(){const _0x207fff=['6fKyRPZ','3280068yYbgwb','BoZRE','pushPerfMeasures','fJNmv','failedExpectations','DCUDP','slice','protocol','UKkWd','imsnx','VVZmX','FUrux','percy','bstackA11yShouldScan','getEnv',':testAnalyticsId','tIDSf','saveTestResults','102176LepPEp','upVpH','setTimeout','hgCoZ','browserStackGlobals','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','sHOjs','lrELE','dpkuP','eiVBe','\x20|\x20','browserstackSessionName','fyOOG','12920QZJZdU','eponD','287692LDvYqc','app','aVQHs','zdZuK','error','KntMA','sJHGj','NalRR','errors','iIscL','ARYVb','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','fdcZz','zrpnE','undefined','passed','21056vHoyON','OqIQZ','getGlobal','log','../../helpers/globals','\x22}}','OHsiZ','jWSRg','ScpJy','CukCC','../../helpers/logger','dhDsY','geDio','shift','percyCaptureMode','JgcbQ','goVFN','NoNcU','vSYJf','GyOUX','SisKC','OXvmB','\x22,\x22level\x22:\x20\x22error\x22}}','ZyYpm','fHRKF','1372445Pamwtc','XIVdz','440219aJBKrB','coKYH','env','gOAjk','KxXqo','stringify','WPjYm','tmayE','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','LWVWD','DIFYk','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','tjDXe','PAVSS','getState','xHmTS','testcase','FVGwa','eJDxV','executeScript','qznFj','KIqOf','dOYjf','removeAllListeners','jFGIA','ojcqx','description','capabilities','JiPxN','qaAFZ','gQxAu','currentTestName','winstonLogger','vXEbR','debug','ogQfu','./test-observability/test-details','IuEsR','failed','kbybt','message','vJejD','getTestUUID','specStarted','133yawMMn','UfFTV','XZrTm','BS_A11Y_TEST_RUN_ID','isArray','xoQGd','MKUaI','FcyFX','XKDIM','Performing\x20scan\x20before\x20saving\x20results','DcQJp','pkLVK','OIvnA','QyXBI','name','aLALA','RqnDp','vjgxQ','YvGUW','executeAsyncScript','QvPEF','testPath','IWOaL','lnoyE','pendingUploads','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','AymSl','SfRcX','aMjJc','addReporter','push','10043KABXNp','EfDec','VXPxB','info','6cfziBJ','fKPwU','NACrl','../../helpers/test-observability/requestQueueHandler','performScan','WacFJ','getInstance','CaSmR','fALnr','ijitm','../../helpers/percy/utils','replace','IFjyY','eEbWx','jeRGA','http:','now','izCFs','session_','HNVHC','DebUW','hIUrC','rPqhI','nzPuX','length','initQuit','Failed\x20to\x20store\x20session\x20name:\x20','KhpBM','quitCount_','DlyJZ','NdrJG','rckTx','lUbWA','Ngqup','aarlf','TmzAQ','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','__drivers','IApfV','UfBmN','nfREn','tYYKw','.\x20Error\x20:','DqCEh','SnBMg','../../helpers/accessibility-automation/scripts','yYYjs','LNvjr','SKlAv','jjeHB','appium:app','fTYwJ','../../helpers/performance-tester','currentTest'];a13_0x5d3f=function(){return _0x207fff;};return a13_0x5d3f();}const util=require('util'),{isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require(a13_0x21920e(0x208));jest[a13_0x21920e(0x250)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a13_0x21920e(0x20f)),logger=require(a13_0x21920e(0x277))[a13_0x21920e(0x2a8)],TestDetails=require(a13_0x21920e(0x2ac)),PerformanceTester=require(a13_0x21920e(0x239)),scripts=require(a13_0x21920e(0x232)),globals=require(a13_0x21920e(0x271));globals[a13_0x21920e(0x252)]=browserStackGlobals;function stripUnicode(_0x24d56a){const _0x2a59f0=a13_0x21920e;return _0x24d56a[_0x2a59f0(0x210)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x206c6f=a13_0x21920e,_0x29875a={'dhDsY':function(_0x9908ed,_0x73784e){return _0x9908ed(_0x73784e);},'lrELE':function(_0x4f6ba0,_0x5b3ac9){return _0x4f6ba0>_0x5b3ac9;},'wvSXv':function(_0x26e1f7,_0x38674b){return _0x26e1f7(_0x38674b);},'exjnL':function(_0x415181,_0x58ecbc){return _0x415181(_0x58ecbc);},'lnoyE':_0x206c6f(0x1fb),'dOYjf':function(_0x53a211,_0x8c01bb){return _0x53a211<=_0x8c01bb;},'KxXqo':function(_0xc40838){return _0xc40838();},'FcyFX':function(_0x503484,_0x11f89b){return _0x503484(_0x11f89b);},'hIUrC':function(_0x148736,_0x327646){return _0x148736===_0x327646;},'CaSmR':'sPZGe','rckTx':'LvlJn','WacFJ':function(_0x6c484a,_0x301b9b){return _0x6c484a===_0x301b9b;},'VVZmX':'yPeYp','wNsRH':_0x206c6f(0x269),'pkLVK':function(_0x53086d,_0x39a341){return _0x53086d!==_0x39a341;},'XZrTm':_0x206c6f(0x26b),'upVpH':function(_0xf962c1,_0x3e35f7){return _0xf962c1!==_0x3e35f7;},'taJYW':_0x206c6f(0x2a6),'nfREn':_0x206c6f(0x225),'dUdIN':function(_0x29d608,_0x105cfb){return _0x29d608===_0x105cfb;},'DIFYk':_0x206c6f(0x1f8),'Ngqup':function(_0x2d06dd,_0x7d938e){return _0x2d06dd(_0x7d938e);},'OqIQZ':_0x206c6f(0x25a),'RqnDp':function(_0x40dffe,_0x27ccde){return _0x40dffe(_0x27ccde);},'tjDXe':_0x206c6f(0x23f),'LNvjr':_0x206c6f(0x230),'ojcqx':function(_0x5eb86d,_0xeab238){return _0x5eb86d!==_0xeab238;},'ogQfu':_0x206c6f(0x207),'MKUaI':function(_0x51ba0d,_0x44c22c){return _0x51ba0d!==_0x44c22c;},'QvPEF':_0x206c6f(0x29d),'geDio':_0x206c6f(0x227),'SnBMg':_0x206c6f(0x257),'yYYjs':_0x206c6f(0x236),'ZyYpm':_0x206c6f(0x2a0)};if(!_0x29875a[_0x206c6f(0x28c)](isBrowserstackInfra)){if(_0x29875a['hIUrC'](_0x29875a[_0x206c6f(0x20c)],_0x29875a[_0x206c6f(0x224)]))_0x3929d7[_0x206c6f(0x270)](_0x433e13);else return;}if(!sessionNameProvided){if(_0x29875a['WacFJ'](_0x29875a[_0x206c6f(0x246)],_0x29875a['wNsRH']))_0x415612=_0x29875a['dhDsY'](_0x116a23,_0x5307f7[_0x206c6f(0x28d)](_0x5ab061['currentTest'][_0x206c6f(0x2a2)]));else{const _0x38b79e=expect[_0x206c6f(0x296)]()[_0x206c6f(0x2a7)];await __drivers[0x0][_0x206c6f(0x29b)](_0x206c6f(0x268)+_0x38b79e+_0x206c6f(0x272));}}let _0x14dfa7=null,_0xb6a205=![];if(_0x29875a[_0x206c6f(0x1ed)](typeof jasmine,_0x29875a[_0x206c6f(0x1e4)]))_0x29875a[_0x206c6f(0x24f)](_0x29875a['taJYW'],_0x29875a[_0x206c6f(0x22d)])?jasmine[_0x206c6f(0x23a)][_0x206c6f(0x240)]&&_0x29875a[_0x206c6f(0x255)](jasmine[_0x206c6f(0x23a)]['failedExpectations']['length'],0x0)?_0x29875a['dUdIN'](_0x29875a['DIFYk'],_0x29875a[_0x206c6f(0x292)])?(_0xb6a205=!![],_0x14dfa7=_0x29875a[_0x206c6f(0x226)](stripUnicode,JSON[_0x206c6f(0x28d)](jasmine[_0x206c6f(0x23a)]['failedExpectations'][0x0]['message']))):_0x4ccce1['currentTest'][_0x206c6f(0x240)]&&_0x29875a[_0x206c6f(0x255)](_0xbdc10d[_0x206c6f(0x23a)][_0x206c6f(0x240)][_0x206c6f(0x21d)],0x0)?(_0x218539=!![],_0x56ecab=_0x29875a['wvSXv'](_0x1bd3ee,_0x1cfab3[_0x206c6f(0x28d)](_0x1b1032[_0x206c6f(0x23a)][_0x206c6f(0x240)][0x0][_0x206c6f(0x2b0)]))):_0x28486b=_0x29875a['exjnL'](_0x1904ce,_0x4d5cb9['stringify'](_0x51cbc4[_0x206c6f(0x23a)][_0x206c6f(0x2a2)])):_0x29875a['WacFJ'](_0x29875a[_0x206c6f(0x26e)],_0x29875a[_0x206c6f(0x26e)])?_0x14dfa7=_0x29875a[_0x206c6f(0x1f2)](stripUnicode,JSON['stringify'](jasmine[_0x206c6f(0x23a)]['description'])):_0x1aa522['currentTest']=_0x2add34:_0x1ba8be[_0x206c6f(0x204)](_0x29875a[_0x206c6f(0x1f9)]);else{if(_0x29875a[_0x206c6f(0x21a)](_0x29875a[_0x206c6f(0x294)],_0x29875a[_0x206c6f(0x234)]))_0x275ff1=new _0x3f0e6b(_0x23c442);else{if(testContext[_0x206c6f(0x265)]&&_0x29875a[_0x206c6f(0x255)](testContext[_0x206c6f(0x265)]['length'],0x0))_0x29875a[_0x206c6f(0x2a1)](_0x29875a[_0x206c6f(0x2ab)],_0x29875a[_0x206c6f(0x2ab)])?_0x29875a[_0x206c6f(0x29e)](_0x1daa35[_0x206c6f(0x20b)]()[_0x206c6f(0x1fa)],0x0)&&(_0x29875a[_0x206c6f(0x278)](_0x5be954,_0x1a6ef5),_0x29875a[_0x206c6f(0x28c)](_0x22d868)):(_0xb6a205=!![],_0x14dfa7=_0x29875a[_0x206c6f(0x278)](stripUnicode,JSON[_0x206c6f(0x28d)](testContext[_0x206c6f(0x265)][0x0][0x0][_0x206c6f(0x2b0)]||testContext[_0x206c6f(0x265)][0x0][0x0])));else{if(_0x29875a[_0x206c6f(0x1e8)](_0x29875a[_0x206c6f(0x1f6)],_0x29875a[_0x206c6f(0x1f6)]))return;else _0x14dfa7=_0x29875a[_0x206c6f(0x1f2)](stripUnicode,JSON[_0x206c6f(0x28d)](testContext[_0x206c6f(0x1f0)]));}}}_0xb6a205?_0x29875a[_0x206c6f(0x20a)](_0x29875a[_0x206c6f(0x279)],_0x29875a[_0x206c6f(0x231)])?_0x12e2d4['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x4fbf57):(__error_messages__[_0x206c6f(0x200)](_0x14dfa7),await __drivers[0x0][_0x206c6f(0x29b)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x14dfa7+_0x206c6f(0x283))):_0x29875a[_0x206c6f(0x1ed)](_0x29875a[_0x206c6f(0x233)],_0x29875a[_0x206c6f(0x284)])?await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x14dfa7+'\x22,\x22level\x22:\x20\x22info\x22}}'):(_0x492959=!![],_0x3a81c5=_0x29875a[_0x206c6f(0x1e9)](_0x3c83aa,_0x428672[_0x206c6f(0x28d)](_0x390093[_0x206c6f(0x265)][0x0][0x0][_0x206c6f(0x2b0)]||_0x7a2003[_0x206c6f(0x265)][0x0][0x0])));}const executeAnnotate=async(_0x598611,_0x2e8a6a)=>{const _0x269f2d=a13_0x21920e;await global[_0x269f2d(0x22a)][0x0][_0x269f2d(0x29b)](_0x269f2d(0x229)+_0x598611+',\x22level\x22:\x20\x22'+_0x2e8a6a+_0x269f2d(0x272));};function a13_0xa5b6(_0x346304,_0xb90978){const _0x5d3f54=a13_0x5d3f();return a13_0xa5b6=function(_0xa5b654,_0x2d2f3d){_0xa5b654=_0xa5b654-0x1e3;let _0x1ab1be=_0x5d3f54[_0xa5b654];return _0x1ab1be;},a13_0xa5b6(_0x346304,_0xb90978);}async function driverCleanup(){const _0x4ef7c6=a13_0x21920e,_0x4bc6fd={'IFjyY':_0x4ef7c6(0x1fb),'vjgxQ':function(_0x4e47eb,_0x2df11a){return _0x4e47eb>_0x2df11a;},'mlMCh':function(_0x493c9e,_0x1f785f){return _0x493c9e(_0x1f785f);},'QyXBI':function(_0x2866ea,_0x349846){return _0x2866ea(_0x349846);},'eJDxV':function(_0x3c4e00,_0x3aca45){return _0x3c4e00(_0x3aca45);},'AymSl':function(_0x2be510){return _0x2be510();},'qznFj':function(_0x104ef5,_0x3d2556){return _0x104ef5!==_0x3d2556;},'sJHGj':'tTHdc','AFKrQ':function(_0x48457d,_0x49be29){return _0x48457d===_0x49be29;},'jWSRg':'heRMI','dpkuP':_0x4ef7c6(0x280),'rPqhI':_0x4ef7c6(0x213),'UYvaw':function(_0x132ccf,_0x405a3f,_0x414572,_0x4dc505){return _0x132ccf(_0x405a3f,_0x414572,_0x4dc505);},'UKkWd':_0x4ef7c6(0x2ae),'imsnx':_0x4ef7c6(0x258),'WMOjn':function(_0x502979,_0xd293e5){return _0x502979===_0xd293e5;},'aLALA':_0x4ef7c6(0x25c),'SKlAv':function(_0x2e0792,_0x158472,_0x1f6823){return _0x2e0792(_0x158472,_0x1f6823);},'KhpBM':_0x4ef7c6(0x26c),'UfBmN':function(_0x3d56d9,_0x180ae1){return _0x3d56d9!==_0x180ae1;},'OXvmB':_0x4ef7c6(0x27e),'IApfV':'aPYCp','zrpnE':_0x4ef7c6(0x203),'vSYJf':'YeIxf','DebUW':function(_0x53fb5b,_0x38efc6){return _0x53fb5b===_0x38efc6;},'OVvNS':_0x4ef7c6(0x2af),'FVGwa':'abwGI','XKDIM':_0x4ef7c6(0x222)};if(!_0x4bc6fd['AymSl'](isBrowserstackInfra)){if(_0x4bc6fd[_0x4ef7c6(0x29c)](_0x4bc6fd[_0x4ef7c6(0x263)],_0x4bc6fd[_0x4ef7c6(0x263)]))_0x184f2c&&_0x448986['info'](_0x4bc6fd[_0x4ef7c6(0x211)]);else return;}let _0x13bdd0=![];try{if(_0x4bc6fd['AFKrQ'](_0x4bc6fd[_0x4ef7c6(0x274)],_0x4bc6fd[_0x4ef7c6(0x256)]))return _0x739efe[_0x4ef7c6(0x210)](/\\u001b\[.*?m/g,'')[_0x4ef7c6(0x242)](0x1,-0x1);else{await __drivers[0x0][_0x4ef7c6(0x217)],_0x13bdd0=!![];if(_0x4bc6fd[_0x4ef7c6(0x1f3)](__error_messages__[_0x4ef7c6(0x21d)],0x0))_0x4bc6fd[_0x4ef7c6(0x29c)](_0x4bc6fd[_0x4ef7c6(0x21b)],_0x4bc6fd[_0x4ef7c6(0x21b)])?_0x2c0847=![]:await _0x4bc6fd['UYvaw'](markSessionStatus,__drivers[0x0],_0x4bc6fd[_0x4ef7c6(0x244)],__error_messages__['join'](_0x4bc6fd[_0x4ef7c6(0x245)]));else{if(_0x4bc6fd['WMOjn'](_0x4bc6fd['aLALA'],_0x4bc6fd[_0x4ef7c6(0x1f1)]))await _0x4bc6fd[_0x4ef7c6(0x235)](markSessionStatus,__drivers[0x0],_0x4bc6fd[_0x4ef7c6(0x220)]);else{const _0x4cc817={};_0x4cc817[_0x4ef7c6(0x2b3)]=_0x4c9a34=>{const _0x137195=_0x4ef7c6;_0x4406d8[_0x137195(0x23a)]=_0x4c9a34;},_0x275b51[_0x4ef7c6(0x24a)]()[_0x4ef7c6(0x1ff)](_0x4cc817);}}}}catch(_0x4a0a87){_0x4bc6fd['UfBmN'](_0x4bc6fd[_0x4ef7c6(0x282)],_0x4bc6fd[_0x4ef7c6(0x22b)])?console[_0x4ef7c6(0x270)](_0x4a0a87):_0x19a560[_0x4ef7c6(0x265)]&&_0x4bc6fd[_0x4ef7c6(0x1f3)](_0x137266[_0x4ef7c6(0x265)][_0x4ef7c6(0x21d)],0x0)?(_0x3117b8=!![],_0x2ac230=_0x4bc6fd['mlMCh'](_0x2b3fdf,_0x4f6e28[_0x4ef7c6(0x28d)](_0xbaacbb[_0x4ef7c6(0x265)][0x0][0x0][_0x4ef7c6(0x2b0)]||_0x5c7f5e[_0x4ef7c6(0x265)][0x0][0x0]))):_0x460b08=_0x4bc6fd[_0x4ef7c6(0x1ef)](_0x326770,_0x415c8c[_0x4ef7c6(0x28d)](_0x43a3d1[_0x4ef7c6(0x1f0)]));}__error_messages__=[];if(_0x13bdd0){if(_0x4bc6fd[_0x4ef7c6(0x22c)](_0x4bc6fd[_0x4ef7c6(0x26a)],_0x4bc6fd[_0x4ef7c6(0x27f)]))try{_0x4bc6fd[_0x4ef7c6(0x219)](_0x4bc6fd['OVvNS'],_0x4bc6fd[_0x4ef7c6(0x299)])?(_0x1997f9=!![],_0x281251=_0x4bc6fd[_0x4ef7c6(0x29a)](_0x39e1ce,_0x535fbe[_0x4ef7c6(0x28d)](_0x39ae11[_0x4ef7c6(0x23a)][_0x4ef7c6(0x240)][0x0][_0x4ef7c6(0x2b0)]))):await __drivers[0x0][_0x4ef7c6(0x21e)]();}catch(_0x292569){_0x4bc6fd[_0x4ef7c6(0x219)](_0x4bc6fd[_0x4ef7c6(0x1ea)],_0x4bc6fd[_0x4ef7c6(0x1ea)])?console[_0x4ef7c6(0x270)](_0x292569):(_0x4bc6fd[_0x4ef7c6(0x1ef)](_0x331920,_0x131da3),_0x4bc6fd[_0x4ef7c6(0x1fc)](_0x1a37b8));}else return;}}beforeAll(async()=>{const _0x872f94=a13_0x21920e,_0x1a6aa8={'CukCC':function(_0x47e01b,_0x4e572e){return _0x47e01b!==_0x4e572e;},'OIvnA':'XsyJH','ijitm':_0x872f94(0x267),'UfFTV':function(_0x42857f,_0x212b3b){return _0x42857f<=_0x212b3b;},'OHsiZ':function(_0x3b55e0,_0x1be2cf){return _0x3b55e0(_0x1be2cf);},'HNVHC':function(_0x3868e2){return _0x3868e2();},'FUrux':function(_0x501443,_0x310ac8,_0x40a587){return _0x501443(_0x310ac8,_0x40a587);},'TmzAQ':function(_0x959719,_0x1bcfe3){return _0x959719!==_0x1bcfe3;},'nzPuX':'undefined','izCFs':function(_0x35db2a,_0x4269f4){return _0x35db2a===_0x4269f4;},'fALnr':'OXlEm','hgCoZ':function(_0x46b0cb,_0x488932){return _0x46b0cb===_0x488932;},'coKYH':_0x872f94(0x25f),'fTYwJ':_0x872f94(0x1ec),'fHRKF':function(_0x14f944){return _0x14f944();},'DCUDP':_0x872f94(0x202),'tYYKw':'kYiGR'};PerformanceTester['startMonitoring']();const _0xa36a16='browserstack internal helper hook';if(_0x1a6aa8[_0x872f94(0x228)](typeof jasmine,_0x1a6aa8[_0x872f94(0x21c)])){if(_0x1a6aa8[_0x872f94(0x216)](_0x1a6aa8['fALnr'],_0x1a6aa8[_0x872f94(0x20d)]))jasmine[_0x872f94(0x24a)]()['addReporter']({'specStarted':_0x5a5e43=>{const _0x50dcc4=_0x872f94;_0x1a6aa8[_0x50dcc4(0x276)](_0x1a6aa8[_0x50dcc4(0x1ee)],_0x1a6aa8[_0x50dcc4(0x20e)])?jasmine[_0x50dcc4(0x23a)]=_0x5a5e43:_0x17ac3d[_0x50dcc4(0x2aa)](_0x50dcc4(0x21f)+_0x3bc424);}});else{const _0x297d09=_0x1a6aa8[_0x872f94(0x247)](_0x255ba4,async()=>{const _0x318569=_0x872f94;_0x1a6aa8[_0x318569(0x1e3)](_0x9286d9[_0x318569(0x20b)]()[_0x318569(0x1fa)],0x0)&&(_0x1a6aa8[_0x318569(0x273)](_0x1c3d22,_0x297d09),_0x1a6aa8[_0x318569(0x218)](_0x5d1a5a));},0x3e8);}}let _0x580a3c=![];try{_0x1a6aa8[_0x872f94(0x251)](_0x1a6aa8[_0x872f94(0x289)],_0x1a6aa8[_0x872f94(0x289)])?(await __drivers[0x0][_0x872f94(0x217)],_0x580a3c=!![]):_0x17ccf0[_0x872f94(0x261)](_0x872f94(0x293)+_0x5433c9['getState']()[_0x872f94(0x2a7)]+_0x872f94(0x22f),_0x3f257b);}catch(_0x3e6ca6){}if(_0x580a3c)try{try{_0x1a6aa8[_0x872f94(0x276)](_0x1a6aa8[_0x872f94(0x238)],_0x1a6aa8['fTYwJ'])?(_0x1c5f23[_0x872f94(0x1e6)](_0x175d9c)&&_0x59ab13[0x0]&&(_0x339ef8[0x0][_0x872f94(0x259)]=_0x422f84),_0x12ea5e['browserstackSessionName']=_0x31c652):_0x1a6aa8[_0x872f94(0x285)](isTestObservabilitySession)&&(_0x1a6aa8[_0x872f94(0x251)](_0x1a6aa8[_0x872f94(0x241)],_0x1a6aa8['DCUDP'])?global['__drivers'][0x0]&&(_0x1a6aa8['izCFs'](_0x1a6aa8[_0x872f94(0x22e)],_0x1a6aa8[_0x872f94(0x22e)])?await _0x1a6aa8[_0x872f94(0x247)](sendPlatformDetails,global['__drivers'][0x0],TestDetails['getTestUUID'](process['pid']+_0x872f94(0x24b))):_0x5528f2[_0x872f94(0x270)](_0x422913)):_0x3a64ad=_0x1a6aa8[_0x872f94(0x273)](_0x47928e,_0x753b4a[_0x872f94(0x28d)](_0x2c2175[_0x872f94(0x1f0)])));}catch{}}catch(_0x49208b){}}),beforeEach(async()=>{const _0x1d020c=a13_0x21920e,_0x15775f={'tKhyn':function(_0x5ba297,_0x2aa13a){return _0x5ba297>_0x2aa13a;},'tIDSf':function(_0x51c674){return _0x51c674();},'LWVWD':function(_0x5ac62e,_0x2b0fb1){return _0x5ac62e>_0x2b0fb1;},'IuEsR':function(_0x51c023){return _0x51c023();},'JgcbQ':function(_0x3b46d7,_0x3ebef9,_0x484f3c){return _0x3b46d7(_0x3ebef9,_0x484f3c);},'FipTM':_0x1d020c(0x249),'gOAjk':'isAccessibilityPlatform','yErFl':function(_0x300717,_0x341607){return _0x300717===_0x341607;},'vXEbR':_0x1d020c(0x214),'FwUOh':function(_0x5e0e84,_0x2a756f){return _0x5e0e84===_0x2a756f;},'aMjJc':'https:','xoQGd':_0x1d020c(0x1fb),'KntMA':function(_0x538a6c,_0x39d126){return _0x538a6c>_0x39d126;}},_0x76366='browserstack internal helper hook';try{_0x15775f['tKhyn'](__drivers[_0x1d020c(0x21d)],0x1)&&(await _0x15775f[_0x1d020c(0x24c)](driverCleanup),__drivers['shift']());const _0x5cbe9d=expect[_0x1d020c(0x296)]()[_0x1d020c(0x2a7)];try{Array[_0x1d020c(0x1e6)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x5cbe9d),global[_0x1d020c(0x259)]=_0x5cbe9d;}catch(_0x1021a4){logger[_0x1d020c(0x2aa)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x1021a4);}__drivers[0x0][_0x1d020c(0x259)]=_0x5cbe9d;_0x15775f[_0x1d020c(0x291)](__drivers[0x0]['quitCount_'],0x0)&&await _0x15775f[_0x1d020c(0x2ad)](driverCleanup);const _0x5b912c=_0x15775f[_0x1d020c(0x27c)](shouldScanTestForAccessibility,_0x5cbe9d,![]);__drivers[0x0][_0x1d020c(0x249)]=_0x5b912c,globals['setGlobal'](_0x15775f['FipTM'],_0x5b912c);if(_0x15775f['tIDSf'](isAccessibilityAutomationSession)&&globals[_0x1d020c(0x26f)](_0x15775f[_0x1d020c(0x28b)]))try{const _0x2c446e=await __drivers[0x0][_0x1d020c(0x217)];if(_0x2c446e){let _0x2382c2=!![];const _0x4108f5=await __drivers[0x0]['getCurrentUrl']();let _0x4e8475;try{_0x4e8475=new URL(_0x4108f5);}catch(_0x225b83){_0x2382c2=![];}_0x2382c2=_0x15775f['yErFl'](_0x4e8475[_0x1d020c(0x243)],_0x15775f[_0x1d020c(0x2a9)])||_0x15775f['FwUOh'](_0x4e8475[_0x1d020c(0x243)],_0x15775f[_0x1d020c(0x1fe)]),_0x2382c2&&(_0x5b912c&&logger[_0x1d020c(0x204)](_0x15775f[_0x1d020c(0x1e7)]));}}catch(_0x2d9dcc){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x2d9dcc);}_0x15775f[_0x1d020c(0x262)](__drivers[0x0]['quitCount_'],0x0)&&await _0x15775f[_0x1d020c(0x24c)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x2d8f2c=a13_0x21920e,_0x30d0ef={'sHOjs':function(_0x4c2548,_0xcbba69){return _0x4c2548>_0xcbba69;},'JiPxN':function(_0x2d262f){return _0x2d262f();},'selTp':function(_0x2b356d,_0x56d5a1){return _0x2b356d===_0x56d5a1;},'qaAFZ':_0x2d8f2c(0x298),'XIVdz':function(_0x59d323,_0x1711ea){return _0x59d323>_0x1711ea;},'PAVSS':_0x2d8f2c(0x237),'fKPwU':function(_0x30a756,_0xb5fd36,_0x4f0613,_0x212287){return _0x30a756(_0xb5fd36,_0x4f0613,_0x212287);},'iIscL':function(_0x4a44f0,_0x5e78c4,_0x38338b){return _0x4a44f0(_0x5e78c4,_0x38338b);},'xHmTS':'isAccessibilityPlatform','ScpJy':'bstackA11yShouldScan','BoZRE':_0x2d8f2c(0x253),'NalRR':function(_0x1139c6,_0x134239){return _0x1139c6(_0x134239);},'tmayE':_0x2d8f2c(0x1eb),'NdrJG':_0x2d8f2c(0x290),'WPjYm':function(_0x2933af){return _0x2933af();},'DhRLY':function(_0x35b7da,_0xea85f6,_0x707832){return _0x35b7da(_0xea85f6,_0x707832);},'YRZNl':function(_0x4706f5){return _0x4706f5();},'zdZuK':'debug','eEbWx':function(_0x11e8e8){return _0x11e8e8();}},_0x4f38a5='browserstack internal helper hook';try{_0x30d0ef[_0x2d8f2c(0x254)](__drivers[_0x2d8f2c(0x21d)],0x1)&&(await _0x30d0ef[_0x2d8f2c(0x2a4)](driverCleanup),__drivers[_0x2d8f2c(0x27a)]());try{if(global[_0x2d8f2c(0x248)]&&_0x30d0ef['selTp'](global[_0x2d8f2c(0x27b)],_0x30d0ef[_0x2d8f2c(0x2a5)])&&__drivers[0x0]){const _0x1d3255=_0x30d0ef[_0x2d8f2c(0x287)](global[_0x2d8f2c(0x2a3)][_0x2d8f2c(0x21d)],0x0)?!!global[_0x2d8f2c(0x2a3)][0x0][_0x2d8f2c(0x25e)]||!!global[_0x2d8f2c(0x2a3)][0x0][_0x30d0ef[_0x2d8f2c(0x295)]]:![],_0x14135f={};_0x14135f[_0x2d8f2c(0x25e)]=_0x1d3255,await _0x30d0ef[_0x2d8f2c(0x206)](percyAutoCapture,__drivers[0x0],_0x30d0ef[_0x2d8f2c(0x2a5)],_0x14135f);}}catch(_0x4084c8){}const _0x3fd092=_0x30d0ef[_0x2d8f2c(0x266)](shouldScanTestForAccessibility,expect['getState']()[_0x2d8f2c(0x2a7)],![]);try{if(_0x30d0ef[_0x2d8f2c(0x2a4)](isAccessibilityAutomationSession)&&globals[_0x2d8f2c(0x26f)](_0x30d0ef[_0x2d8f2c(0x297)])&&globals['getGlobal'](_0x30d0ef[_0x2d8f2c(0x275)])){logger[_0x2d8f2c(0x204)](_0x30d0ef[_0x2d8f2c(0x23d)]);const _0x44aaa5={'saveResults':_0x3fd092,'testDetails':{'name':expect[_0x2d8f2c(0x296)]()['currentTestName'],'testRunId':process[_0x2d8f2c(0x28a)][_0x2d8f2c(0x1e5)],'filePath':expect[_0x2d8f2c(0x296)]()[_0x2d8f2c(0x1f7)],'scopeList':[expect[_0x2d8f2c(0x296)]()[_0x2d8f2c(0x2a7)]]},'platform':await _0x30d0ef[_0x2d8f2c(0x264)](fetchPlatformDetails,__drivers[0x0])};logger[_0x2d8f2c(0x2aa)](_0x30d0ef[_0x2d8f2c(0x28f)]),logger[_0x2d8f2c(0x2aa)](util['format'](await __drivers[0x0][_0x2d8f2c(0x1f5)](scripts[_0x2d8f2c(0x209)],{'method':expect[_0x2d8f2c(0x296)]()[_0x2d8f2c(0x2a7)]}))),await __drivers[0x0][_0x2d8f2c(0x1f5)](scripts[_0x2d8f2c(0x24d)],_0x44aaa5),logger[_0x2d8f2c(0x204)](_0x30d0ef[_0x2d8f2c(0x223)]);}}catch(_0x12eb46){logger[_0x2d8f2c(0x261)](_0x2d8f2c(0x293)+expect[_0x2d8f2c(0x296)]()[_0x2d8f2c(0x2a7)]+'.\x20Error\x20:',_0x12eb46);}await _0x30d0ef['JiPxN'](setContext);try{if(_0x30d0ef[_0x2d8f2c(0x28e)](isTestObservabilitySession)){global[_0x2d8f2c(0x22a)][0x0]&&await _0x30d0ef['DhRLY'](sendPlatformDetails,global[_0x2d8f2c(0x22a)][0x0],TestDetails[_0x2d8f2c(0x2b2)](process['pid']+_0x2d8f2c(0x24b)));if(_0x30d0ef['YRZNl'](isBrowserstackInfra)){const _0x2e22f7='ObservabilitySync:'+Date[_0x2d8f2c(0x215)]();await _0x30d0ef['DhRLY'](executeAnnotate,JSON[_0x2d8f2c(0x28d)](_0x2e22f7),_0x30d0ef[_0x2d8f2c(0x260)]);}}}catch(_0x4897d4){}_0x30d0ef['sHOjs'](__drivers[0x0][_0x2d8f2c(0x221)],0x0)&&await _0x30d0ef[_0x2d8f2c(0x212)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0xf33878=a13_0x21920e,_0x4f822c={'vJejD':function(_0x3fa9a0,_0x4be13f){return _0x3fa9a0<=_0x4be13f;},'YvGUW':function(_0x460833,_0xbb4227){return _0x460833(_0xbb4227);},'BSfMg':function(_0x55849d){return _0x55849d();},'SisKC':function(_0x3460d9,_0x439070,_0x3c5169){return _0x3460d9(_0x439070,_0x3c5169);}};jest[_0xf33878(0x250)](0x186a0),PerformanceTester[_0xf33878(0x23e)]();const _0x3975e5='browserstack internal helper hook';await new Promise(_0x33b61b=>{const _0x4d9d42=_0xf33878,_0x395812={'goVFN':function(_0x26350d,_0x185dc1){const _0x258b24=a13_0xa5b6;return _0x4f822c[_0x258b24(0x2b1)](_0x26350d,_0x185dc1);},'TuqdI':function(_0x159a8e,_0x359650){const _0x57a2a6=a13_0xa5b6;return _0x4f822c[_0x57a2a6(0x1f4)](_0x159a8e,_0x359650);},'SfRcX':function(_0x1f482a){return _0x4f822c['BSfMg'](_0x1f482a);}},_0x57ea61=_0x4f822c[_0x4d9d42(0x281)](setInterval,async()=>{const _0x42f297=_0x4d9d42;_0x395812[_0x42f297(0x27d)](RequestQueueHandler[_0x42f297(0x20b)]()[_0x42f297(0x1fa)],0x0)&&(_0x395812['TuqdI'](clearInterval,_0x57ea61),_0x395812[_0x42f297(0x1fd)](_0x33b61b));},0x3e8);});try{await _0x4f822c['BSfMg'](driverCleanup);}catch(_0x3141bc){}process[_0xf33878(0x29f)]();},0x2710);
|
|
1
|
+
function a13_0xaa19(){const _0x565bb0=['dnVtn','NKgql','DfxZE','format','qAjrp','EoknY','gkFXC','push','executeAsyncScript','oDiDB','gziDo','testPath','currentTestName','ngEuk','qDSxF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','../../helpers/test-observability/requestQueueHandler','percy','\x22}}','4uzzNIc','fXQmO','JmRmU','pendingUploads','./test-observability/test-details','../../helpers/test-observability/utils','http:','DJfJY','SEpTE','error','\x20|\x20','gxwnc','xaBvP','ezbia','1KNhxhg','aSetX','capabilities','../../helpers/globals','UxruM','DYjcV','../../helpers/percy/utils','iLvxX','YqSyX','executeScript','uvein','winstonLogger','BCLWY','getState','phXsm','qwthf','DavGz','debug','SXqsm','oWBgy','kHqjw','isAccessibilityPlatform','nIKQQ','McHDp','pFSTm','WBGRz','FZHvT','getEnv','Nepie','replace','pywLN','length','KuBSb','pid','rdlsi','stringify','bLPxG','addReporter','\x22,\x22level\x22:\x20\x22error\x22}}','name','session_','XSrea','VwBuc','IzXNU','ijxju','sXlTv','Qrqll',':testAnalyticsId','now','../../helpers/helper','ZSGoV','FyhgW','TusCE','2913708RpVhlu','sMYDs','getGlobal','rIMkO','AlnOU','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','LipUx','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','BcOIT','xxDNn',',\x22level\x22:\x20\x22','jKAuC','util','env','cygsr','slice','fbPJn','dFCdP','WNZcr','testcase','7969688tVDkjb','quitCount_','qwQje','description','sGPML','join','percyCaptureMode','3843072xnQILK','OPEaN','NoUkw','upRxA','bKset','SAHNI','KxUwv','failedExpectations','1129670fNDPLW','uegnK','sDTmi','hxQlh','TFROz','kXRjf','ULIBm','passed','huhUU','getInstance','eJzDA','info','mZqWN','SXnrL','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','RhaEP','cRCaN','.\x20Error\x20:','MdKsw','hJjRh','../../helpers/logger','undefined','oKyyM','getTestUUID','bstackA11yShouldScan','getCurrentUrl','appium:app','sIRKD','isArray','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HNmMX','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','CeHNT','setGlobal','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','__drivers','fmlgn','Failed\x20to\x20store\x20session\x20name:\x20','performScan','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','naqSz','FIzPK','FFkQy','kpUBn','NUPSO','8150968qGWmlG','KaWUH','HfVHb','../../helpers/accessibility-automation/scripts','2344360lbmaKC','3824754HNchHB','ulrbt','errors','mAHif','vjIxL','McCbO','BS_A11Y_TEST_RUN_ID','rKEQX','nOUmO','EKwhZ','message','HvbvM','currentTest','shift','eDgBj','XNvwV','JLJAG','protocol','ODOZL','PyDhJ','pJrsM','../../helpers/performance-tester','removeAllListeners','app','failed','FLreX','cjUcc','DhfiV','ObservabilitySync:','aWEjY','specStarted','sTruU','setTimeout','LwduO','lgcFe','pbubF','browserstackSessionName','AaTWj','FNLAi','log'];a13_0xaa19=function(){return _0x565bb0;};return a13_0xaa19();}const a13_0x31da3a=a13_0x4a6a;(function(_0x2f76de,_0x5ef100){const _0x2ccc13=a13_0x4a6a,_0x2cc3bc=_0x2f76de();while(!![]){try{const _0xe0f30=parseInt(_0x2ccc13(0x18c))/0x1*(parseInt(_0x2ccc13(0x1e4))/0x2)+parseInt(_0x2ccc13(0x1c1))/0x3*(parseInt(_0x2ccc13(0x251))/0x4)+parseInt(_0x2ccc13(0x215))/0x5+-parseInt(_0x2ccc13(0x216))/0x6+-parseInt(_0x2ccc13(0x211))/0x7+parseInt(_0x2ccc13(0x1d5))/0x8+-parseInt(_0x2ccc13(0x1dc))/0x9;if(_0xe0f30===_0x5ef100)break;else _0x2cc3bc['push'](_0x2cc3bc['shift']());}catch(_0x2e0c6e){_0x2cc3bc['push'](_0x2cc3bc['shift']());}}}(a13_0xaa19,0xbc8a7));const util=require(a13_0x31da3a(0x1cd)),{isTestObservabilitySession,sendPlatformDetails}=require(a13_0x31da3a(0x183)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x31da3a(0x1bd));let __error_messages__=[];const RequestQueueHandler=require(a13_0x31da3a(0x24e));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a13_0x31da3a(0x192)),logger=require(a13_0x31da3a(0x1f8))[a13_0x31da3a(0x197)],TestDetails=require(a13_0x31da3a(0x182)),PerformanceTester=require(a13_0x31da3a(0x22b)),scripts=require(a13_0x31da3a(0x214)),globals=require(a13_0x31da3a(0x18f));function a13_0x4a6a(_0x24c984,_0x1e4560){const _0xaa19f=a13_0xaa19();return a13_0x4a6a=function(_0x4a6a0f,_0x14cc43){_0x4a6a0f=_0x4a6a0f-0x182;let _0x58ae8f=_0xaa19f[_0x4a6a0f];return _0x58ae8f;},a13_0x4a6a(_0x24c984,_0x1e4560);}globals['browserStackGlobals']=browserStackGlobals;function stripUnicode(_0x214326){const _0x365f44=a13_0x31da3a;return _0x214326[_0x365f44(0x1a9)](/\\u001b\[.*?m/g,'')[_0x365f44(0x1d0)](0x1,-0x1);}async function setContext(){const _0x69cad=a13_0x31da3a,_0x1be0a7={'TusCE':function(_0x59f888,_0x38e5e9){return _0x59f888>_0x38e5e9;},'pJrsM':function(_0x3f6054,_0xdfa76){return _0x3f6054(_0xdfa76);},'rdlsi':function(_0x560f20,_0xef914c){return _0x560f20(_0xef914c);},'xxDNn':function(_0x409bd9){return _0x409bd9();},'LipUx':function(_0x19c926,_0x160784){return _0x19c926<=_0x160784;},'qwQje':function(_0x350e01,_0x57ee89){return _0x350e01(_0x57ee89);},'oWBgy':function(_0x876c69,_0x1f59d1,_0x4f00c6){return _0x876c69(_0x1f59d1,_0x4f00c6);},'sXlTv':function(_0x5e0ca9,_0x12b9f4){return _0x5e0ca9!==_0x12b9f4;},'cjUcc':_0x69cad(0x248),'pbubF':function(_0x7674fe,_0x2f36f7){return _0x7674fe===_0x2f36f7;},'BCLWY':_0x69cad(0x204),'FZHvT':_0x69cad(0x1f9),'gkFXC':'ssdqq','NUPSO':function(_0x2e93ec,_0xfb1dd5){return _0x2e93ec!==_0xfb1dd5;},'qAjrp':_0x69cad(0x1e2),'sTruU':_0x69cad(0x1ee),'qDSxF':function(_0xb4d650,_0x4ec17d){return _0xb4d650(_0x4ec17d);},'WNZcr':_0x69cad(0x1df),'vjIxL':function(_0x574d5d,_0x532ed5){return _0x574d5d===_0x532ed5;},'bLPxG':_0x69cad(0x1f3),'lgcFe':function(_0x4e8873,_0x50696a){return _0x4e8873!==_0x50696a;},'aWEjY':_0x69cad(0x237),'fmlgn':function(_0x3f2f27,_0x32d5ab){return _0x3f2f27(_0x32d5ab);},'ezbia':function(_0x1f1f40,_0x260cbc){return _0x1f1f40!==_0x260cbc;},'hxQlh':_0x69cad(0x1fa),'FNLAi':_0x69cad(0x1e1),'huhUU':_0x69cad(0x1b6),'mZqWN':function(_0x197ad0,_0x3570c2){return _0x197ad0===_0x3570c2;},'NKgql':_0x69cad(0x20c)};if(!_0x1be0a7[_0x69cad(0x1ca)](isBrowserstackInfra)){if(_0x1be0a7[_0x69cad(0x1b9)](_0x1be0a7[_0x69cad(0x230)],_0x1be0a7[_0x69cad(0x230)]))return;else return;}if(!sessionNameProvided){if(_0x1be0a7[_0x69cad(0x239)](_0x1be0a7[_0x69cad(0x198)],_0x1be0a7['BCLWY'])){const _0x3146e6=expect[_0x69cad(0x199)]()['currentTestName'];await __drivers[0x0][_0x69cad(0x195)](_0x69cad(0x1c6)+_0x3146e6+_0x69cad(0x250));}else _0x5f1cf0[_0x69cad(0x222)][_0x69cad(0x1e3)]&&_0x1be0a7[_0x69cad(0x1c0)](_0x948793[_0x69cad(0x222)][_0x69cad(0x1e3)][_0x69cad(0x1ab)],0x0)?(_0x576fad=!![],_0x19dce8=_0x1be0a7[_0x69cad(0x22a)](_0x288be6,_0x11fca3[_0x69cad(0x1af)](_0x2daecc['currentTest'][_0x69cad(0x1e3)][0x0]['message']))):_0x34ad88=_0x1be0a7[_0x69cad(0x22a)](_0x3a65da,_0x48e1d1[_0x69cad(0x1af)](_0x1cc1a6[_0x69cad(0x222)][_0x69cad(0x1d8)]));}let _0x1576f8=null,_0x9cfefc=![];if(_0x1be0a7[_0x69cad(0x1b9)](typeof jasmine,_0x1be0a7[_0x69cad(0x1a6)]))_0x1be0a7[_0x69cad(0x239)](_0x1be0a7[_0x69cad(0x244)],_0x1be0a7[_0x69cad(0x244)])?jasmine[_0x69cad(0x222)]['failedExpectations']&&_0x1be0a7[_0x69cad(0x1c0)](jasmine[_0x69cad(0x222)][_0x69cad(0x1e3)][_0x69cad(0x1ab)],0x0)?_0x1be0a7[_0x69cad(0x210)](_0x1be0a7[_0x69cad(0x242)],_0x1be0a7[_0x69cad(0x235)])?(_0x9cfefc=!![],_0x1576f8=_0x1be0a7[_0x69cad(0x24c)](stripUnicode,JSON[_0x69cad(0x1af)](jasmine[_0x69cad(0x222)][_0x69cad(0x1e3)][0x0]['message']))):_0x4eefad[_0x69cad(0x23d)](_0x33c430):_0x1be0a7['pbubF'](_0x1be0a7[_0x69cad(0x1d3)],_0x1be0a7[_0x69cad(0x1d3)])?_0x1576f8=_0x1be0a7[_0x69cad(0x1d7)](stripUnicode,JSON[_0x69cad(0x1af)](jasmine[_0x69cad(0x222)]['description'])):(_0x1be0a7[_0x69cad(0x1ae)](_0x18466b,_0x2d4ad5),_0x1be0a7[_0x69cad(0x1ca)](_0x3e87fd)):_0x1f2dc8[_0x69cad(0x187)](_0x69cad(0x1c8)+_0x287f80);else{if(_0x1be0a7['vjIxL'](_0x1be0a7[_0x69cad(0x1b0)],_0x1be0a7['bLPxG'])){if(testContext[_0x69cad(0x218)]&&_0x1be0a7[_0x69cad(0x1c0)](testContext[_0x69cad(0x218)][_0x69cad(0x1ab)],0x0))_0x1be0a7[_0x69cad(0x238)](_0x1be0a7[_0x69cad(0x233)],_0x1be0a7[_0x69cad(0x233)])?(_0x732cd5=!![],_0xd5c3e0=_0x1be0a7[_0x69cad(0x1ae)](_0x21ed15,_0x4cd167[_0x69cad(0x1af)](_0x33f7f9[_0x69cad(0x222)][_0x69cad(0x1e3)][0x0][_0x69cad(0x220)]))):(_0x9cfefc=!![],_0x1576f8=_0x1be0a7[_0x69cad(0x208)](stripUnicode,JSON[_0x69cad(0x1af)](testContext[_0x69cad(0x218)][0x0][0x0]['message']||testContext[_0x69cad(0x218)][0x0][0x0])));else{if(_0x1be0a7[_0x69cad(0x18b)](_0x1be0a7[_0x69cad(0x1e7)],_0x1be0a7[_0x69cad(0x23c)]))_0x1576f8=_0x1be0a7[_0x69cad(0x22a)](stripUnicode,JSON[_0x69cad(0x1af)](testContext['name']));else return _0x25e721[_0x69cad(0x1a9)](/\\u001b\[.*?m/g,'')[_0x69cad(0x1d0)](0x1,-0x1);}}else _0x32e59c[_0x69cad(0x23d)](_0x19313d);}if(_0x9cfefc){if(_0x1be0a7[_0x69cad(0x21a)](_0x1be0a7['huhUU'],_0x1be0a7[_0x69cad(0x1ec)]))__error_messages__[_0x69cad(0x245)](_0x1576f8),await __drivers[0x0][_0x69cad(0x195)](_0x69cad(0x203)+_0x1576f8+_0x69cad(0x1b2));else{const _0x4a2bbd=_0x1be0a7[_0x69cad(0x19f)](_0x39f78e,async()=>{const _0x3ab194=_0x69cad;_0x1be0a7[_0x3ab194(0x1c7)](_0x2470bb['getInstance']()[_0x3ab194(0x254)],0x0)&&(_0x1be0a7[_0x3ab194(0x1d7)](_0x49d0db,_0x4a2bbd),_0x1be0a7[_0x3ab194(0x1ca)](_0x24e508));},0x3e8);}}else _0x1be0a7[_0x69cad(0x1f0)](_0x1be0a7[_0x69cad(0x23f)],_0x1be0a7['NKgql'])?await __drivers[0x0][_0x69cad(0x195)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x1576f8+'\x22,\x22level\x22:\x20\x22info\x22}}'):_0x36d935=_0x1be0a7[_0x69cad(0x22a)](_0x47d654,_0xcb9ff6[_0x69cad(0x1af)](_0x3cbf2b[_0x69cad(0x1b3)]));}const executeAnnotate=async(_0x26dd0b,_0x4e30e5)=>{const _0x1878bb=a13_0x31da3a;await global[_0x1878bb(0x207)][0x0]['executeScript'](_0x1878bb(0x20b)+_0x26dd0b+_0x1878bb(0x1cb)+_0x4e30e5+_0x1878bb(0x250));};async function driverCleanup(){const _0x480d4b=a13_0x31da3a,_0x2b4e6e={'sMYDs':function(_0x1d8fad,_0x45d4bd){return _0x1d8fad(_0x45d4bd);},'XSrea':function(_0x6e69ae,_0x23a0ca){return _0x6e69ae>_0x23a0ca;},'kHqjw':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','JmRmU':function(_0x771a14,_0x2252e1){return _0x771a14(_0x2252e1);},'XjPYa':function(_0x58f776){return _0x58f776();},'aSetX':function(_0x7dce2b,_0x8a9688){return _0x7dce2b!==_0x8a9688;},'SEpTE':_0x480d4b(0x1a2),'WBGRz':function(_0x22886c,_0x261191){return _0x22886c===_0x261191;},'gxwnc':'ljkJf','IDlIz':_0x480d4b(0x1cf),'sIRKD':function(_0x57aaac,_0x328d26,_0x3085fd,_0x18a265){return _0x57aaac(_0x328d26,_0x3085fd,_0x18a265);},'CyLwt':_0x480d4b(0x22e),'YqSyX':_0x480d4b(0x188),'rKEQX':_0x480d4b(0x1b8),'Qrqll':function(_0x587376,_0x422b64,_0x2a8802){return _0x587376(_0x422b64,_0x2a8802);},'JLJAG':_0x480d4b(0x1eb),'FLreX':_0x480d4b(0x1a8),'DhfiV':function(_0x31f829,_0x40c204){return _0x31f829===_0x40c204;},'ulrbt':_0x480d4b(0x202),'qwthf':_0x480d4b(0x1e9),'iLvxX':_0x480d4b(0x1cc),'XNvwV':'rjsdm'};if(!_0x2b4e6e['XjPYa'](isBrowserstackInfra)){if(_0x2b4e6e[_0x480d4b(0x18d)](_0x2b4e6e['SEpTE'],_0x2b4e6e[_0x480d4b(0x186)]))_0x4c50a0=!![],_0x15397e=_0x2b4e6e[_0x480d4b(0x1c2)](_0x2fcc1d,_0x5aada5['stringify'](_0x281acb[_0x480d4b(0x218)][0x0][0x0][_0x480d4b(0x220)]||_0x5d0668[_0x480d4b(0x218)][0x0][0x0]));else return;}let _0x4bed45=![];try{if(_0x2b4e6e[_0x480d4b(0x1a5)](_0x2b4e6e[_0x480d4b(0x189)],_0x2b4e6e[_0x480d4b(0x189)])){await __drivers[0x0][_0x480d4b(0x1b4)],_0x4bed45=!![];if(_0x2b4e6e[_0x480d4b(0x1b5)](__error_messages__['length'],0x0))_0x2b4e6e[_0x480d4b(0x18d)](_0x2b4e6e['IDlIz'],_0x2b4e6e['IDlIz'])?_0x39d2eb=![]:await _0x2b4e6e[_0x480d4b(0x1ff)](markSessionStatus,__drivers[0x0],_0x2b4e6e['CyLwt'],__error_messages__[_0x480d4b(0x1da)](_0x2b4e6e[_0x480d4b(0x194)]));else{if(_0x2b4e6e[_0x480d4b(0x18d)](_0x2b4e6e[_0x480d4b(0x21d)],_0x2b4e6e[_0x480d4b(0x21d)]))return;else await _0x2b4e6e[_0x480d4b(0x1ba)](markSessionStatus,__drivers[0x0],_0x2b4e6e[_0x480d4b(0x226)]);}}else{const _0xc17b25={};_0xc17b25[_0x480d4b(0x234)]=_0x364a31=>{_0xac2a43['currentTest']=_0x364a31;},_0x4b8caa[_0x480d4b(0x1a7)]()[_0x480d4b(0x1b1)](_0xc17b25);}}catch(_0x3af6b6){_0x2b4e6e[_0x480d4b(0x18d)](_0x2b4e6e[_0x480d4b(0x22f)],_0x2b4e6e['FLreX'])?_0x2c1291[_0x480d4b(0x187)](_0x480d4b(0x206)+_0x1e7b6c[_0x480d4b(0x199)]()['currentTestName']+_0x480d4b(0x1f5),_0x5530a2):console[_0x480d4b(0x23d)](_0x3af6b6);}__error_messages__=[];if(_0x4bed45){if(_0x2b4e6e[_0x480d4b(0x231)](_0x2b4e6e[_0x480d4b(0x217)],_0x2b4e6e[_0x480d4b(0x19b)]))_0x469dac[_0x480d4b(0x218)]&&_0x2b4e6e[_0x480d4b(0x1b5)](_0x1306c2['errors'][_0x480d4b(0x1ab)],0x0)?(_0x43c792=!![],_0x16dfa5=_0x2b4e6e[_0x480d4b(0x1c2)](_0x50fd24,_0x11914e[_0x480d4b(0x1af)](_0x3437cf[_0x480d4b(0x218)][0x0][0x0]['message']||_0x6e4467[_0x480d4b(0x218)][0x0][0x0]))):_0x150bb4=_0x2b4e6e[_0x480d4b(0x1c2)](_0x499d5b,_0x5d6c0d['stringify'](_0x1c4499[_0x480d4b(0x1b3)]));else try{_0x2b4e6e['aSetX'](_0x2b4e6e[_0x480d4b(0x193)],_0x2b4e6e[_0x480d4b(0x193)])?_0x143b8e&&_0x4e43ea[_0x480d4b(0x1ef)](_0x2b4e6e[_0x480d4b(0x1a0)]):await __drivers[0x0]['initQuit']();}catch(_0x367793){_0x2b4e6e[_0x480d4b(0x18d)](_0x2b4e6e[_0x480d4b(0x225)],_0x2b4e6e[_0x480d4b(0x225)])?_0x513a8c=_0x2b4e6e[_0x480d4b(0x253)](_0x16f84e,_0x2ad3b5['stringify'](_0x407a21[_0x480d4b(0x222)][_0x480d4b(0x1d8)])):console['log'](_0x367793);}}}beforeAll(async()=>{const _0x5483a5=a13_0x31da3a,_0x3ee95f={'sGPML':function(_0x517e60,_0x496969){return _0x517e60===_0x496969;},'UxruM':_0x5483a5(0x23b),'BcOIT':_0x5483a5(0x1f2),'dFCdP':function(_0x31e583,_0x54a21b){return _0x31e583<=_0x54a21b;},'PyDhJ':function(_0x19dfe4,_0x20f080){return _0x19dfe4(_0x20f080);},'phXsm':function(_0x2ac5a6){return _0x2ac5a6();},'DYjcV':function(_0xc1c052,_0x523c37){return _0xc1c052!==_0x523c37;},'pFSTm':_0x5483a5(0x1f9),'AlnOU':function(_0x42deb6,_0x3e611d){return _0x42deb6!==_0x3e611d;},'ZSGoV':'Esyyj','ODOZL':_0x5483a5(0x221),'EoknY':_0x5483a5(0x1e5),'FIzPK':_0x5483a5(0x1e0),'FyhgW':function(_0x2164cc){return _0x2164cc();},'MqiAT':'Onjad','MdKsw':'PLxSj','sDTmi':_0x5483a5(0x21f),'nOUmO':function(_0x5bc2b4,_0x2c6808,_0x1678c9){return _0x5bc2b4(_0x2c6808,_0x1678c9);}};PerformanceTester['startMonitoring']();const _0x2fa44b='browserstack internal helper hook';_0x3ee95f[_0x5483a5(0x191)](typeof jasmine,_0x3ee95f[_0x5483a5(0x1a4)])&&(_0x3ee95f[_0x5483a5(0x1c5)](_0x3ee95f[_0x5483a5(0x1be)],_0x3ee95f[_0x5483a5(0x1be)])?_0x4fb822[_0x5483a5(0x222)]=_0x3f7563:jasmine['getEnv']()[_0x5483a5(0x1b1)]({'specStarted':_0x520d0a=>{const _0x15b99f=_0x5483a5;_0x3ee95f[_0x15b99f(0x1d9)](_0x3ee95f[_0x15b99f(0x190)],_0x3ee95f['UxruM'])?jasmine[_0x15b99f(0x222)]=_0x520d0a:_0x521cd6=new _0x1c42e2(_0x5c756a);}}));let _0x2dfa0c=![];try{_0x3ee95f['AlnOU'](_0x3ee95f[_0x5483a5(0x228)],_0x3ee95f[_0x5483a5(0x228)])?(_0x2be888[_0x5483a5(0x200)](_0x161c8c)&&_0x11083e[0x0]&&(_0xe885b9[0x0][_0x5483a5(0x23a)]=_0x3ba3c8),_0x34dfc9[_0x5483a5(0x23a)]=_0x16307b):(await __drivers[0x0][_0x5483a5(0x1b4)],_0x2dfa0c=!![]);}catch(_0x5c443e){}if(_0x2dfa0c)try{try{_0x3ee95f[_0x5483a5(0x1d9)](_0x3ee95f[_0x5483a5(0x243)],_0x3ee95f[_0x5483a5(0x20d)])?_0x1b9b93[_0x5483a5(0x1ef)](_0x3ee95f[_0x5483a5(0x1c9)]):_0x3ee95f[_0x5483a5(0x1bf)](isTestObservabilitySession)&&(_0x3ee95f[_0x5483a5(0x1c5)](_0x3ee95f['MqiAT'],_0x3ee95f[_0x5483a5(0x1f6)])?global['__drivers'][0x0]&&(_0x3ee95f[_0x5483a5(0x191)](_0x3ee95f[_0x5483a5(0x1e6)],_0x3ee95f['sDTmi'])?_0x37b836[_0x5483a5(0x19d)](_0x5483a5(0x209)+_0x15346c):await _0x3ee95f[_0x5483a5(0x21e)](sendPlatformDetails,global[_0x5483a5(0x207)][0x0],TestDetails[_0x5483a5(0x1fb)](process[_0x5483a5(0x1ad)]+':testAnalyticsId'))):_0x3ee95f[_0x5483a5(0x1d2)](_0x4df43a[_0x5483a5(0x1ed)]()['pendingUploads'],0x0)&&(_0x3ee95f[_0x5483a5(0x229)](_0x475fa3,_0x193f46),_0x3ee95f[_0x5483a5(0x19a)](_0x4df21f)));}catch{}}catch(_0x1d108b){}}),beforeEach(async()=>{const _0x53ab9f=a13_0x31da3a,_0x2103f7={'IzXNU':function(_0x469433,_0xb4d77){return _0x469433>_0xb4d77;},'cRCaN':function(_0x221e51){return _0x221e51();},'SXqsm':function(_0x46e0ac,_0x1ea83e){return _0x46e0ac>_0x1ea83e;},'mLtvg':function(_0x317c03,_0x38fc24,_0x3cc34a){return _0x317c03(_0x38fc24,_0x3cc34a);},'DavGz':_0x53ab9f(0x1fc),'pywLN':_0x53ab9f(0x1a1),'FFkQy':function(_0x2153c0,_0x38fe1b){return _0x2153c0===_0x38fe1b;},'uvein':_0x53ab9f(0x184),'DfxZE':'https:','xaBvP':_0x53ab9f(0x1f2)},_0x11dc72='browserstack internal helper hook';try{_0x2103f7[_0x53ab9f(0x1b7)](__drivers[_0x53ab9f(0x1ab)],0x1)&&(await _0x2103f7[_0x53ab9f(0x1f4)](driverCleanup),__drivers[_0x53ab9f(0x223)]());const _0x3d7242=expect[_0x53ab9f(0x199)]()[_0x53ab9f(0x24a)];try{Array[_0x53ab9f(0x200)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x3d7242),global[_0x53ab9f(0x23a)]=_0x3d7242;}catch(_0x4c2f87){logger['debug'](_0x53ab9f(0x209)+_0x4c2f87);}__drivers[0x0][_0x53ab9f(0x23a)]=_0x3d7242;_0x2103f7[_0x53ab9f(0x19e)](__drivers[0x0][_0x53ab9f(0x1d6)],0x0)&&await _0x2103f7[_0x53ab9f(0x1f4)](driverCleanup);const _0x46f100=_0x2103f7['mLtvg'](shouldScanTestForAccessibility,_0x3d7242,![]);__drivers[0x0][_0x53ab9f(0x1fc)]=_0x46f100,globals[_0x53ab9f(0x205)](_0x2103f7[_0x53ab9f(0x19c)],_0x46f100);if(_0x2103f7['cRCaN'](isAccessibilityAutomationSession)&&globals[_0x53ab9f(0x1c3)](_0x2103f7[_0x53ab9f(0x1aa)]))try{const _0x1c9ecf=await __drivers[0x0][_0x53ab9f(0x1b4)];if(_0x1c9ecf){let _0x38354a=!![];const _0x1c2a7b=await __drivers[0x0][_0x53ab9f(0x1fd)]();let _0x2889d9;try{_0x2889d9=new URL(_0x1c2a7b);}catch(_0x3e37d8){_0x38354a=![];}_0x38354a=_0x2103f7['FFkQy'](_0x2889d9[_0x53ab9f(0x227)],_0x2103f7[_0x53ab9f(0x196)])||_0x2103f7[_0x53ab9f(0x20e)](_0x2889d9[_0x53ab9f(0x227)],_0x2103f7[_0x53ab9f(0x240)]),_0x38354a&&(_0x46f100&&logger[_0x53ab9f(0x1ef)](_0x2103f7[_0x53ab9f(0x18a)]));}}catch(_0x1c5703){logger[_0x53ab9f(0x187)](_0x53ab9f(0x1c8)+_0x1c5703);}_0x2103f7[_0x53ab9f(0x19e)](__drivers[0x0]['quitCount_'],0x0)&&await _0x2103f7['cRCaN'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x649bf4=a13_0x31da3a,_0xdfa796={'eDgBj':function(_0x1bdfe6,_0x22449b){return _0x1bdfe6>_0x22449b;},'NoUkw':function(_0x5c7c89){return _0x5c7c89();},'OPEaN':function(_0x432065,_0x2c4731){return _0x432065===_0x2c4731;},'dnVtn':_0x649bf4(0x1d4),'zKwqA':_0x649bf4(0x1fe),'oDiDB':function(_0x31139b,_0xa08481,_0x2366ff,_0x6e67bd){return _0x31139b(_0xa08481,_0x2366ff,_0x6e67bd);},'McHDp':function(_0x314a7f,_0x2b29d8,_0x37ae93){return _0x314a7f(_0x2b29d8,_0x37ae93);},'KuBSb':function(_0x151cf3){return _0x151cf3();},'ngEuk':_0x649bf4(0x1a1),'cOgoh':_0x649bf4(0x1fc),'ULIBm':_0x649bf4(0x24d),'fXQmO':function(_0x2024e0,_0x20a36a){return _0x2024e0(_0x20a36a);},'zpSNQ':'Performing\x20scan\x20before\x20saving\x20results','SXnrL':_0x649bf4(0x201),'hJjRh':function(_0x674aa6,_0x53c4b4,_0x416903){return _0x674aa6(_0x53c4b4,_0x416903);},'lBQSV':function(_0x2aa637){return _0x2aa637();},'McCbO':function(_0x48efe4,_0x269c29,_0x108d15){return _0x48efe4(_0x269c29,_0x108d15);},'KaWUH':_0x649bf4(0x19d),'fbPJn':function(_0x19e3c4,_0x1ffcb4){return _0x19e3c4>_0x1ffcb4;}},_0x2fca91='browserstack internal helper hook';try{_0xdfa796['eDgBj'](__drivers[_0x649bf4(0x1ab)],0x1)&&(await _0xdfa796[_0x649bf4(0x1de)](driverCleanup),__drivers[_0x649bf4(0x223)]());try{if(global[_0x649bf4(0x24f)]&&_0xdfa796[_0x649bf4(0x1dd)](global[_0x649bf4(0x1db)],_0xdfa796[_0x649bf4(0x23e)])&&__drivers[0x0]){const _0x1dff37=_0xdfa796[_0x649bf4(0x224)](global[_0x649bf4(0x18e)][_0x649bf4(0x1ab)],0x0)?!!global[_0x649bf4(0x18e)][0x0][_0x649bf4(0x22d)]||!!global['capabilities'][0x0][_0xdfa796['zKwqA']]:![],_0x196f45={};_0x196f45['app']=_0x1dff37,await _0xdfa796[_0x649bf4(0x247)](percyAutoCapture,__drivers[0x0],_0xdfa796[_0x649bf4(0x23e)],_0x196f45);}}catch(_0x10f307){}const _0xd5df0c=_0xdfa796[_0x649bf4(0x1a3)](shouldScanTestForAccessibility,expect[_0x649bf4(0x199)]()[_0x649bf4(0x24a)],![]);try{if(_0xdfa796[_0x649bf4(0x1ac)](isAccessibilityAutomationSession)&&globals[_0x649bf4(0x1c3)](_0xdfa796[_0x649bf4(0x24b)])&&globals[_0x649bf4(0x1c3)](_0xdfa796['cOgoh'])){logger[_0x649bf4(0x1ef)](_0xdfa796[_0x649bf4(0x1ea)]);const _0x4431b7={'saveResults':_0xd5df0c,'testDetails':{'name':expect[_0x649bf4(0x199)]()[_0x649bf4(0x24a)],'testRunId':process[_0x649bf4(0x1ce)][_0x649bf4(0x21c)],'filePath':expect[_0x649bf4(0x199)]()[_0x649bf4(0x249)],'scopeList':[expect[_0x649bf4(0x199)]()[_0x649bf4(0x24a)]]},'platform':await _0xdfa796[_0x649bf4(0x252)](fetchPlatformDetails,__drivers[0x0])};logger[_0x649bf4(0x19d)](_0xdfa796['zpSNQ']),logger[_0x649bf4(0x19d)](util[_0x649bf4(0x241)](await __drivers[0x0]['executeAsyncScript'](scripts[_0x649bf4(0x20a)],{'method':expect['getState']()[_0x649bf4(0x24a)]}))),await __drivers[0x0][_0x649bf4(0x246)](scripts['saveTestResults'],_0x4431b7),logger[_0x649bf4(0x1ef)](_0xdfa796[_0x649bf4(0x1f1)]);}}catch(_0x5afe94){logger[_0x649bf4(0x187)](_0x649bf4(0x206)+expect[_0x649bf4(0x199)]()[_0x649bf4(0x24a)]+'.\x20Error\x20:',_0x5afe94);}await _0xdfa796[_0x649bf4(0x1ac)](setContext);try{if(_0xdfa796[_0x649bf4(0x1ac)](isTestObservabilitySession)){global[_0x649bf4(0x207)][0x0]&&await _0xdfa796[_0x649bf4(0x1f7)](sendPlatformDetails,global[_0x649bf4(0x207)][0x0],TestDetails[_0x649bf4(0x1fb)](process[_0x649bf4(0x1ad)]+_0x649bf4(0x1bb)));if(_0xdfa796['lBQSV'](isBrowserstackInfra)){const _0x3cbddf=_0x649bf4(0x232)+Date[_0x649bf4(0x1bc)]();await _0xdfa796[_0x649bf4(0x21b)](executeAnnotate,JSON['stringify'](_0x3cbddf),_0xdfa796[_0x649bf4(0x212)]);}}}catch(_0x2b92d3){}_0xdfa796[_0x649bf4(0x1d1)](__drivers[0x0]['quitCount_'],0x0)&&await _0xdfa796[_0x649bf4(0x1de)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x3e93d8=a13_0x31da3a,_0x3c9501={'rIMkO':function(_0x3cbfed,_0x44d6f4){return _0x3cbfed<=_0x44d6f4;},'uNPNF':function(_0x754148,_0x24e68f){return _0x754148(_0x24e68f);},'GWttP':function(_0x3044cb){return _0x3044cb();},'HfVHb':function(_0x245960,_0x21aa8f,_0x399925){return _0x245960(_0x21aa8f,_0x399925);},'DJfJY':function(_0x18a3e9){return _0x18a3e9();}};jest[_0x3e93d8(0x236)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x2ef064='browserstack internal helper hook';await new Promise(_0x292041=>{const _0x1e3c9f=_0x3e93d8,_0x65e4b4={'kpUBn':function(_0x65ca26,_0x9862fa){const _0x22570e=a13_0x4a6a;return _0x3c9501[_0x22570e(0x1c4)](_0x65ca26,_0x9862fa);},'TFROz':function(_0x4bfaf6,_0x157a1d){return _0x3c9501['uNPNF'](_0x4bfaf6,_0x157a1d);},'mAHif':function(_0x42bc7e){return _0x3c9501['GWttP'](_0x42bc7e);}},_0x5c52ca=_0x3c9501[_0x1e3c9f(0x213)](setInterval,async()=>{const _0x17e4d3=_0x1e3c9f;_0x65e4b4[_0x17e4d3(0x20f)](RequestQueueHandler[_0x17e4d3(0x1ed)]()['pendingUploads'],0x0)&&(_0x65e4b4[_0x17e4d3(0x1e8)](clearInterval,_0x5c52ca),_0x65e4b4[_0x17e4d3(0x219)](_0x292041));},0x3e8);});try{await _0x3c9501[_0x3e93d8(0x185)](driverCleanup);}catch(_0x11c343){}process[_0x3e93d8(0x22c)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xc86118,_0x339418){const _0x1aca04=a14_0x2d86,_0x5811a6=_0xc86118();while(!![]){try{const _0x4f8a56=parseInt(_0x1aca04(0xa0))/0x1*(parseInt(_0x1aca04(0x98))/0x2)+parseInt(_0x1aca04(0x9a))/0x3+-parseInt(_0x1aca04(0x96))/0x4+parseInt(_0x1aca04(0x9f))/0x5+-parseInt(_0x1aca04(0x99))/0x6+-parseInt(_0x1aca04(0x9b))/0x7*(parseInt(_0x1aca04(0x9c))/0x8)+parseInt(_0x1aca04(0x9e))/0x9*(parseInt(_0x1aca04(0x95))/0xa);if(_0x4f8a56===_0x339418)break;else _0x5811a6['push'](_0x5811a6['shift']());}catch(_0x41fae2){_0x5811a6['push'](_0x5811a6['shift']());}}}(a14_0x7f4b,0x61e5f));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require('../../../helpers/test-observability/utils');function a14_0x7f4b(){const _0x230938=['restore','225WsmDpR','856290DzjYDg','106349azkFOg','282570gyFvDw','2681708jCIkPc','setTimeout','10ipRzlG','4182360QqmMII','2028264zAnuCJ','7tMmhgJ','2536304dQUHVV'];a14_0x7f4b=function(){return _0x230938;};return a14_0x7f4b();}function a14_0x2d86(_0x12f866,_0x4ac6b7){const _0x7f4b43=a14_0x7f4b();return a14_0x2d86=function(_0x2d86df,_0x1fd992){_0x2d86df=_0x2d86df-0x95;let _0x5e5e0a=_0x7f4b43[_0x2d86df];return _0x5e5e0a;},a14_0x2d86(_0x12f866,_0x4ac6b7);}beforeAll(()=>{const _0x101e5e={'zUmhE':function(_0x3f03e0){return _0x3f03e0();}},_0x3fafa9='browserstack internal helper hook';_0x101e5e['zUmhE'](addRequestSpy);}),afterAll(async()=>{const _0x285aa4=a14_0x2d86,_0x315ee5='browserstack internal helper hook';jest[_0x285aa4(0x97)](0xea60),requestSpy[_0x285aa4(0x9d)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a15_0x49f4(_0x25b243,_0x201550){const _0x18a444=a15_0x18a4();return a15_0x49f4=function(_0x49f462,_0x117c37){_0x49f462=_0x49f462-0x1b6;let _0x17b4e1=_0x18a444[_0x49f462];return _0x17b4e1;},a15_0x49f4(_0x25b243,_0x201550);}const a15_0x220bf9=a15_0x49f4;(function(_0x918b45,_0x298479){const _0x1af2fa=a15_0x49f4,_0x268233=_0x918b45();while(!![]){try{const _0xd06191=-parseInt(_0x1af2fa(0x1bb))/0x1+parseInt(_0x1af2fa(0x1b6))/0x2*(parseInt(_0x1af2fa(0x1c3))/0x3)+-parseInt(_0x1af2fa(0x1cd))/0x4+-parseInt(_0x1af2fa(0x1cf))/0x5+parseInt(_0x1af2fa(0x1c6))/0x6+parseInt(_0x1af2fa(0x1cc))/0x7*(parseInt(_0x1af2fa(0x1b8))/0x8)+parseInt(_0x1af2fa(0x1d5))/0x9*(-parseInt(_0x1af2fa(0x1cb))/0xa);if(_0xd06191===_0x298479)break;else _0x268233['push'](_0x268233['shift']());}catch(_0x16abeb){_0x268233['push'](_0x268233['shift']());}}}(a15_0x18a4,0xe4df2));function a15_0x18a4(){const _0x6b80b4=['split','testRegex','isUndefined','3553371PlHpzg','1136606ZdZyOb','trim','61544qzvSHQ','push','null','355543qRIvbt','tFaQQ','map','get','shouldReRunObservabilityTests','../../../helpers/helper','../../../helpers/test-observability/utils','BROWSERSTACK_RERUN_TESTS','3WIjPbE','isTestObservabilitySession','khnWi','5441016sSCxIt','updateTestRerunConfig','LlilX','cliConfig','env','30dVLvnH','1603RXqWjR','1824864FruIfW','tsYvg','1515810XwEZjf','jebSW','rerunTests'];a15_0x18a4=function(){return _0x6b80b4;};return a15_0x18a4();}const testOpsHelper=require(a15_0x220bf9(0x1c1)),helper=require(a15_0x220bf9(0x1c0));exports[a15_0x220bf9(0x1c7)]=(_0x46c086,_0xcfe33a)=>{const _0x13136f=a15_0x220bf9,_0x335c48={};_0x335c48[_0x13136f(0x1c5)]=_0x13136f(0x1d1),_0x335c48['tFaQQ']=function(_0xdeda7b,_0x30369d){return _0xdeda7b!==_0x30369d;},_0x335c48[_0x13136f(0x1ce)]=_0x13136f(0x1ba),_0x335c48[_0x13136f(0x1d0)]=function(_0x548021,_0x3d9c88){return _0x548021!==_0x3d9c88;},_0x335c48[_0x13136f(0x1c8)]=function(_0x159bab,_0x36e8e5){return _0x159bab>_0x36e8e5;};const _0x56a400=_0x335c48;if(testOpsHelper[_0x13136f(0x1c4)]()&&testOpsHelper[_0x13136f(0x1bf)]()){let _0x3a5d68=process[_0x13136f(0x1ca)][_0x13136f(0x1c2)];!helper[_0x13136f(0x1d4)](_0xcfe33a['cliConfig'])&&_0xcfe33a[_0x13136f(0x1c9)]['has'](_0x56a400[_0x13136f(0x1c5)])&&(_0x3a5d68=_0xcfe33a[_0x13136f(0x1c9)][_0x13136f(0x1be)](_0x56a400[_0x13136f(0x1c5)]));const _0x47ce9d=[];_0x56a400[_0x13136f(0x1bc)](_0x3a5d68,_0x56a400[_0x13136f(0x1ce)])&&_0x56a400[_0x13136f(0x1d0)](_0x3a5d68,null)&&_0x3a5d68[_0x13136f(0x1d2)](',')[_0x13136f(0x1bd)](_0x3419b9=>{const _0x953676=_0x13136f;_0x47ce9d[_0x953676(0x1b9)](''+_0x3419b9[_0x953676(0x1b7)]());}),_0x56a400[_0x13136f(0x1c8)](_0x47ce9d['length'],0x0)&&(_0x46c086[_0x13136f(0x1d3)]=_0x47ce9d,delete _0x46c086['testMatch']);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x14cdd0=a16_0x594a;(function(_0x25d8c4,_0xce6f23){const _0x3d2c18=a16_0x594a,_0x850e2c=_0x25d8c4();while(!![]){try{const _0x10418f=parseInt(_0x3d2c18(0x22d))/0x1+-parseInt(_0x3d2c18(0x13f))/0x2*(parseInt(_0x3d2c18(0x18d))/0x3)+parseInt(_0x3d2c18(0x1d2))/0x4*(-parseInt(_0x3d2c18(0x241))/0x5)+-parseInt(_0x3d2c18(0x170))/0x6+-parseInt(_0x3d2c18(0x1db))/0x7*(parseInt(_0x3d2c18(0x1f6))/0x8)+-parseInt(_0x3d2c18(0x117))/0x9*(parseInt(_0x3d2c18(0x190))/0xa)+parseInt(_0x3d2c18(0x246))/0xb;if(_0x10418f===_0xce6f23)break;else _0x850e2c['push'](_0x850e2c['shift']());}catch(_0x193d6b){_0x850e2c['push'](_0x850e2c['shift']());}}}(a16_0x45a7,0x5f7a0));function a16_0x45a7(){const _0x23b192=['name','NXoxK','MdRxA','OyLhF','Fxsnw','type','rYdYD','dirname','LQgBr','_testResults','getHierarchy','zyoat','reverse','fLHGx','aEwOy','YYRjU','KbJVb','HwsIT','yQkUK','zsCCf','hook_data','logs','STATE_PENDING','UoXGG','MOQgB','fVnYS','split','vNuoW','EbkzW','nsBMI','bxenG','WiIXF','vPDuC','sendTestRunEvent','forEach','293891JLCEtm','location_prefix','dMlgR','Tgzzm','xdJWH','FkNzo','mmxan','inspect','AFTER_ALL','SQsrH','cOFjk','lcxhi','qmzlI','beforeAll','started_at','qqLnA','\x20with\x20error\x20:\x20','iEpBt','getTime','GCKdg','1920665ljlJLK','fqBir','rEYqZ','MvBxf','BiKrO','27809100GZATaa','MOdzJ','RBBeI','RPEPg','JunWj','findGitConfig','WGJFb','result','BEFORE_EACH','TYrRS','SsMKP','test_run_uuid','rBavR','join','jtLWa','failure_reason_expanded','rhUrz',':hookAnalyticsId','ygiAg','ijInE','test','IPncC','rxhIc','\x22\x20hook\x20for\x20\x22','ftQTC','FoFWi','bnoSm','bqipv','skipped','LaVnn','TKYhz','BrLsB','retryOf','YDokc','WObtg','Afttv','FBJSb','bkFTb','GtZfM','prefixTestPath','VPKOw','qJdxv','kVxXT','.git','sCPWI','appendTestPlatform','PqFuA','LIBXI','finished_at','kHZAg','PxeEM','hKjcb','FrsNK','tziqI','VItVY','_gitConfigPath','PlRoq','current_test','qyMxA','vGksb','push','afterEach','YbhrG','setTestUUID','QdTex','qNhFI','hDGMh','HnpUM','includes','YZLnt','err','cwGCg','ENCZh','UDaXI','zHFXn','tVTYm','analyticsResult','cwd',':testAnalyticsId','duration','failure_backtrace','bs:addLog:','gtAXy','uploadEventData','vUWgM','pyCJE','UeLDg','VoUJN','vZlZj','registerListeners','hQLar','configureGit','xNUjx','9Gpohed','Eixvk','fuFfK','TestRunFinished','IRQBQ','apply','root','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','BDCVk','test_run','cQwrE','QprtJ','jaENC','javascript','getRootParentFile','Wkckh','pid','nWuoW','ayyGH','RcSos','COyqk','glYJV','NZQYY','xVAiX','GTjog','TdUvk','RjVdX','ihMGC','length','wfMTu','cvFnx','oiYbm','flQMK','mapTestHooks','LQUch','xiUEB','AvcLq','0|3|1|2|4','DmDbj','poVZU','3994AtZiKq','DlUSu','passed','mJEZQ','VnEyQ','getHooksForTest','tptOp','BmGNf','aYUOE','rdWWM','dXlyb','AgIXF','js-','kQqAx','QAHaW','testStarted','fkSCS','uzKUM','pggDR','OnZtG','bs:addPlatformDetails:','VNhTx','fnSiK','hook_run_uuid','iwDgN','VHYoT','iLcem','ULOsJ','match','toString','../../../helpers/test-observability/utils','HzOrs','gZDbj','backtrace','mWMJL','XrAqz','qIHAM','BEFORE_ALL','efxKi','DtlMX','dWpOe','HookRunFinished','lJFeE','failure','_gitConfigured','getTestEnv','XvlDT','../../../helpers/test-observability/sessionHandler','parse','3544074bMBJCU','now','tNVJZ','akVlh','YnUQp','file','drgbF','vKVof','getTestUUID','jLeLo','bind','JmdIk','AmgSn','OLpRP','msoaL','qmZqm','FbRwx','hKXnK','generic','WpesD','JZQhZ','ystLE','oOkvL','AFTER_EACH','VwFdj','getName','testObservability','wYrjH','DVBxe','537jaPPvs','UBVno','umSGD','4038070lLZaEg','RntSV','call','appendTestItemLog','XAYJf','vmrfv','eXtrq','sOnUP','JEST','toISOString','wTArr','config','MZQte','vkVkZ','lYIMX','hJpED','XhvOR','rxTxK','FeEPQ','ELdXZ','DGWff','TestRunStarted','omLPU','pqzUl','mnNzT','failed','asyncError','AnanD','event_type','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','statSync','LogCreated','ZDKPm','KmhFd','xEyZB','wugKZ','MtgcX','XSFJD','fdhJo','markedStatus','hook_run','hWHjD','_testEnv','rJVWx','failure_type','pending','qedrw','util','jpXkp','Suoyn','uuid','hook_type','resetTestHooks','YdFrM','hookAnalyticsId','_paths','File\x20path\x20could\x20not\x20be\x20found','Omfaa','MfzUv','FloDI','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','wXvxv','removeAllListeners','zQaBJ','RXBeB','MxXkc','4ystGNm','yQyBR','hook_failure','../../utils/constants','bGxGc','nxqim','MJfMA','KEywI','oRvVR','77ugruzn','sep','xzDDe','OaPFn','xDbww','oaEvf','ROOT_DESCRIBE_BLOCK','DadXm','OCrfO','hOXzo','Jzjmq','XKaeC','parent','state','getFileName','ekhAj','qVPNi','Olmoh','FjfAS','failed\x20to\x20get\x20root\x20parent\x20file\x20','bKfjX','kGYku','rhbQg','qglzo','expanded','woizk','STATE_FAILED','505336LcjlJR','jhdHu','HkHNp','KOZaH','DLOet','HkCfN','oUAvk','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','UpOhX','BysFN','MEQFj','MJmaW','beforeEach','OMQwx','4|0|2|1|6|5|3','vJUwi','FgARW','errorsDetailed','lpXro','testAnalyticsId'];a16_0x45a7=function(){return _0x23b192;};return a16_0x45a7();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x14cdd0(0x15d)),SessionHandler=require(a16_0x14cdd0(0x16e)),{v4:uuidv4}=require(a16_0x14cdd0(0x1c2)),{name,version}=require('../../../../package.json'),stackTrace=require('stack-trace'),path=require('path'),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0x14cdd0(0x1d5)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require('../../../helpers/helper'),a16_0x338613={};function a16_0x594a(_0x5bc79a,_0x386c2a){const _0x45a7f=a16_0x45a7();return a16_0x594a=function(_0x594a48,_0x235367){_0x594a48=_0x594a48-0xf6;let _0x407f64=_0x45a7f[_0x594a48];return _0x407f64;},a16_0x594a(_0x5bc79a,_0x386c2a);}a16_0x338613['STATE_PASSED']=a16_0x14cdd0(0x141),a16_0x338613[a16_0x14cdd0(0x1f5)]=a16_0x14cdd0(0x1a9),a16_0x338613[a16_0x14cdd0(0x220)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x338613,a16_0x313eab={};a16_0x313eab[a16_0x14cdd0(0x23a)]=a16_0x14cdd0(0x164),a16_0x313eab['afterAll']=a16_0x14cdd0(0x235),a16_0x313eab[a16_0x14cdd0(0x202)]=a16_0x14cdd0(0x24e),a16_0x313eab[a16_0x14cdd0(0xf7)]=a16_0x14cdd0(0x187);const HOOK_TYPES_MAP=a16_0x313eab;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x3caa3d=a16_0x14cdd0,_0x397e45={'yQyBR':'6|5|4|3|0|1|2','JIaks':function(_0x9677ff){return _0x9677ff();}},_0x3159bf=_0x397e45[_0x3caa3d(0x1d3)][_0x3caa3d(0x224)]('|');let _0x1be618=0x0;while(!![]){switch(_0x3159bf[_0x1be618++]){case'0':this[_0x3caa3d(0x21e)]=[];continue;case'1':this[_0x3caa3d(0x16b)]=![];continue;case'2':this[_0x3caa3d(0x27d)]=null;continue;case'3':this['_paths']=new PathHelper({'cwd':process[_0x3caa3d(0x107)]()},this[_0x3caa3d(0x1ba)][_0x3caa3d(0x22e)]);continue;case'4':this[_0x3caa3d(0x1ba)]=this[_0x3caa3d(0x16c)]();continue;case'5':this[_0x3caa3d(0x213)]=[];continue;case'6':this[_0x3caa3d(0x18a)]=_0x397e45['JIaks'](isTestObservabilitySession);continue;}break;}}[a16_0x14cdd0(0x16c)]=()=>{const _0x174d3c=a16_0x14cdd0,_0x47c000={'cwGCg':_0x174d3c(0x182),'Qpfpu':function(_0x5a2f16){return _0x5a2f16();}};return{'ci':_0x47c000[_0x174d3c(0x101)],'key':_0x47c000['Qpfpu'](uuidv4),'version':version,'collector':_0x174d3c(0x14b)+name};};[a16_0x14cdd0(0x113)](){const _0x331fac=a16_0x14cdd0;process[_0x331fac(0x1ce)](_0x331fac(0x10b)+process['pid']),process['on'](_0x331fac(0x10b)+process[_0x331fac(0x127)],this[_0x331fac(0x193)]['bind'](this)),process['removeAllListeners'](_0x331fac(0x153)+process[_0x331fac(0x127)]),process['on'](_0x331fac(0x153)+process[_0x331fac(0x127)],this[_0x331fac(0x273)][_0x331fac(0x17a)](this));}[a16_0x14cdd0(0x14e)]=async _0x185f4e=>{const _0x132db9=a16_0x14cdd0,_0x352614={'oRvVR':_0x132db9(0x120),'IYZVK':function(_0x4c0694,_0x55e39b){return _0x4c0694!==_0x55e39b;},'PlRoq':'esoBa','kmRvC':function(_0x222fb9,_0x4baf33){return _0x222fb9>_0x4baf33;},'KbJVb':function(_0x8f8660,_0x1ea0aa){return _0x8f8660===_0x1ea0aa;},'slLnG':_0x132db9(0x17c),'VoUJN':_0x132db9(0x18f),'FjfAS':_0x132db9(0x1a5),'ENCZh':_0x132db9(0x158),'VItVY':function(_0xb9a10d,_0x78280f){return _0xb9a10d===_0x78280f;},'OyLhF':_0x132db9(0x131),'kQqAx':function(_0x540c78,_0x3c1762){return _0x540c78(_0x3c1762);}};try{if(_0x352614['IYZVK'](_0x352614[_0x132db9(0x27e)],_0x352614[_0x132db9(0x27e)]))_0x2e9edc[_0x352614[_0x132db9(0x1da)]]=_0x116dea;else{const _0x4e8493=this[_0x132db9(0x27f)];this[_0x132db9(0x27f)]=_0x185f4e,_0x185f4e['retryOf']=null,_0x185f4e[_0x132db9(0x209)]=TestDetails[_0x132db9(0xf9)](process[_0x132db9(0x127)]+_0x132db9(0x108)),_0x185f4e[_0x132db9(0x23b)]=new Date()['toISOString']();if(_0x352614['kmRvC'](_0x185f4e['_currentRetry'],0x0)&&_0x4e8493&&_0x352614['KbJVb'](_0x4e8493['title'],_0x185f4e['title'])){if(_0x352614[_0x132db9(0x21a)](_0x352614['slLnG'],_0x352614[_0x132db9(0x111)])){const _0x30476a=_0x398709['parse'][_0x132db9(0x192)](_0xb21b68,_0x33592a[_0x132db9(0x1aa)]);return _0x30476a[0x0][_0x132db9(0x1e9)]();}else _0x185f4e[_0x132db9(0x266)]=_0x4e8493[_0x132db9(0x209)],await this['sendTestRunEvent'](_0x185f4e,undefined,![],_0x352614[_0x132db9(0x1ed)]),_0x4e8493[_0x132db9(0x1e8)]=STATE_FAILED,await this['sendTestRunEvent'](_0x4e8493,undefined,!![]);}else _0x352614['IYZVK'](_0x352614[_0x132db9(0x102)],_0x352614[_0x132db9(0x102)])?!_0x1931b9['hookAnalyticsId']&&(_0x55add7[_0x132db9(0x1c6)]=_0x2e0181[_0x132db9(0xf9)](_0x2be957['pid']+_0x132db9(0x257))):await this[_0x132db9(0x22b)](_0x185f4e,undefined,![],_0x352614['FjfAS']);}}catch(_0x16182a){if(_0x352614[_0x132db9(0x27c)](_0x352614[_0x132db9(0x20d)],_0x352614[_0x132db9(0x20d)]))_0x352614[_0x132db9(0x14c)](debug,_0x132db9(0x1cc)+_0x16182a);else return;}};[a16_0x14cdd0(0x189)](_0x2335d3){const _0x569eaf=a16_0x14cdd0,_0x42c034={};_0x42c034[_0x569eaf(0x1ff)]=function(_0x1c455b,_0x273fe6){return _0x1c455b!==_0x273fe6;},_0x42c034['AEGJm']=_0x569eaf(0x25a),_0x42c034[_0x569eaf(0x1e0)]=function(_0x185e3d,_0x4ccc09){return _0x185e3d===_0x4ccc09;},_0x42c034[_0x569eaf(0x1d0)]=_0x569eaf(0x130);const _0x48409d=_0x42c034;if(_0x48409d[_0x569eaf(0x1ff)](_0x2335d3[_0x569eaf(0x20f)],_0x48409d['AEGJm'])){if(_0x48409d[_0x569eaf(0x1e0)](_0x48409d[_0x569eaf(0x1d0)],_0x48409d[_0x569eaf(0x1d0)]))return'\x22'+_0x2335d3['type']+_0x569eaf(0x25d)+(_0x2335d3[_0x569eaf(0x1e7)]&&_0x2335d3[_0x569eaf(0x1e7)][_0x569eaf(0x20a)])+'\x22';else this[_0x569eaf(0x138)](_0x2993be);}return _0x2335d3[_0x569eaf(0x20a)];}[a16_0x14cdd0(0x22b)]=async(_0x4e9794,_0x1d9d2c=undefined,_0x878b93=![],_0x564f0d=a16_0x14cdd0(0x11a))=>{const _0xa456d9=a16_0x14cdd0,_0x34a5e3={'jhdHu':_0xa456d9(0x271),'XAYJf':_0xa456d9(0x19b),'Fxsnw':function(_0x821c7e,_0x55d20e){return _0x821c7e(_0x55d20e);},'omLPU':_0xa456d9(0x100),'MJmaW':function(_0x443c35,_0x4d99f1){return _0x443c35!==_0x4d99f1;},'PxeEM':_0xa456d9(0x1e1),'FgARW':function(_0x3db83c,_0x14bee6){return _0x3db83c!==_0x14bee6;},'GCKdg':'failed','zQaBJ':'passed','BSycU':_0xa456d9(0x1bd),'jtLWa':function(_0x4846fb,_0x36a74c){return _0x4846fb==_0x36a74c;},'rBavR':function(_0xcb352,_0x4d550f){return _0xcb352===_0x4d550f;},'BmGNf':_0xa456d9(0x22a),'AgIXF':_0xa456d9(0x188),'kHZAg':_0xa456d9(0x13c),'TYrRS':_0xa456d9(0x1b8),'lYIMX':'failure','SQsrH':_0xa456d9(0x120),'lcxhi':_0xa456d9(0x24d),'vkVkZ':'failure_reason','aEwOy':_0xa456d9(0x1bc),'vKVof':'generic','sOnUP':function(_0x155950){return _0x155950();},'sCPWI':function(_0x52d15b,_0x5ac1ba){return _0x52d15b!==_0x5ac1ba;},'MOdzJ':_0xa456d9(0x1fe),'woizk':function(_0x510518,_0x47be33){return _0x510518!==_0x47be33;},'FeEPQ':_0xa456d9(0x112),'MtgcX':_0xa456d9(0x13e),'qJdxv':function(_0x1cd403,_0x451f0c){return _0x1cd403===_0x451f0c;},'kbdif':_0xa456d9(0x10f),'OCrfO':_0xa456d9(0x24c),'BPYNA':'jest-circus','vUWgM':_0xa456d9(0x231),'qmZqm':_0xa456d9(0x1bf),'aYUOE':function(_0x4705b2,_0x575628){return _0x4705b2!==_0x575628;},'Omfaa':function(_0x698cd6,_0x4a1558){return _0x698cd6!==_0x4a1558;},'RPEPg':_0xa456d9(0x265),'NheBi':_0xa456d9(0x25a),'YZLnt':function(_0x4f6144,_0x2f6278){return _0x4f6144===_0x2f6278;},'JucWC':_0xa456d9(0x14f),'HFhDo':_0xa456d9(0x121),'MxXkc':function(_0x3ff452,_0x58977a){return _0x3ff452===_0x58977a;},'wMMig':_0xa456d9(0x129),'tptOp':_0xa456d9(0x161),'vmrfv':_0xa456d9(0x1c8),'UDaXI':_0xa456d9(0x124),'FloDI':function(_0x5c3130,_0x3d9c15){return _0x5c3130===_0x3d9c15;},'KEywI':'TestRunSkipped','xzDDe':_0xa456d9(0x262),'tziqI':function(_0x5d5222,_0x513981){return _0x5d5222>_0x513981;},'OMQwx':function(_0x570cc0,_0x31ca09){return _0x570cc0-_0x31ca09;},'nsBMI':function(_0xa043e9,_0x469006){return _0xa043e9(_0x469006);},'xjzyW':_0xa456d9(0x23b),'NZQYY':function(_0x342077,_0x5f1928){return _0x342077!==_0x5f1928;},'VnEyQ':'wwgXN','iLcem':_0xa456d9(0x140),'UoXGG':_0xa456d9(0x276),'msoaL':function(_0x18b2a5,_0x178eb8){return _0x18b2a5!==_0x178eb8;},'HzOrs':_0xa456d9(0x26b),'hJpED':_0xa456d9(0x21c),'slwNj':_0xa456d9(0x168),'MJfMA':_0xa456d9(0x105),'pqzUl':'qOGZi','gtAXy':function(_0x398dc8,_0x4d50e3){return _0x398dc8===_0x4d50e3;},'VPKOw':_0xa456d9(0x268),'Suoyn':function(_0x313e7a,_0x584f88){return _0x313e7a===_0x584f88;},'nWuoW':_0xa456d9(0x136),'xNUjx':function(_0x2fd304,_0x412eaa){return _0x2fd304===_0x412eaa;},'dWpOe':_0xa456d9(0x19c),'nxqim':_0xa456d9(0x10a),'qvQrB':'backtrace','QdTex':_0xa456d9(0x255),'QAHaW':_0xa456d9(0x1f3),'HwsIT':'TestRunFinished','DVBxe':function(_0x1f0d0d,_0x1827bd){return _0x1f0d0d===_0x1827bd;},'HkHNp':_0xa456d9(0x1f1),'NXoxK':_0xa456d9(0x263),'mJEZQ':function(_0x3bf80c,_0x92a04f){return _0x3bf80c===_0x92a04f;},'fuFfK':_0xa456d9(0x279),'cJSQc':_0xa456d9(0x150),'lJFeE':_0xa456d9(0x1c3),'Ziqrf':function(_0x453e00,_0x517eb2){return _0x453e00!==_0x517eb2;},'GtZfM':_0xa456d9(0x11b),'MEQFj':_0xa456d9(0x243),'gZDbj':function(_0x123470,_0x545c09){return _0x123470>_0x545c09;},'EbkzW':_0xa456d9(0x135),'wYrjH':_0xa456d9(0x123),'vNuoW':function(_0x180b5b,_0x2cfd32){return _0x180b5b===_0x2cfd32;},'sHmvm':function(_0x508b9a,_0x487742){return _0x508b9a!==_0x487742;},'bxenG':_0xa456d9(0x1e5),'OLpRP':_0xa456d9(0x1ec),'AvcLq':_0xa456d9(0x23a),'VNhTx':_0xa456d9(0x210),'FvKJk':_0xa456d9(0x215),'hOXzo':function(_0x92a51,_0x4558b9){return _0x92a51!==_0x4558b9;},'RBBeI':'HfMkl','oOkvL':function(_0x229bc3,_0x5f2eed){return _0x229bc3(_0x5f2eed);}};try{if(_0x34a5e3[_0xa456d9(0x272)](_0x34a5e3[_0xa456d9(0x247)],_0x34a5e3[_0xa456d9(0x247)])){if(!_0x402107||!_0xbc03bb[_0xa456d9(0x1e7)])return;_0x3198b0['parent']['hooks'][_0xa456d9(0x22c)](_0x1014bb=>{const _0x2253b9=_0xa456d9;!_0x1014bb[_0x2253b9(0x1c6)]&&(_0x1014bb[_0x2253b9(0x1c6)]=_0x84df73['setTestUUID'](_0x584a78[_0x2253b9(0x127)]+_0x2253b9(0x257)));}),this[_0xa456d9(0x138)](_0x534856[_0xa456d9(0x1e7)]);}else{if(_0x4e9794['fn']&&_0x4e9794['fn'][_0xa456d9(0x15c)]()[_0xa456d9(0x15b)](/browserstack internal helper hook/)){if(_0x34a5e3['woizk'](_0x34a5e3[_0xa456d9(0x1a2)],_0x34a5e3[_0xa456d9(0x1b4)]))return;else _0x49069b[_0xa456d9(0x1c6)]&&_0x51f895[_0xa456d9(0xf6)](_0x5d153c[_0xa456d9(0x1c6)]);}await this[_0xa456d9(0x115)]();let _0x2e7729;try{if(_0x34a5e3[_0xa456d9(0x26f)](_0x34a5e3['kbdif'],_0x34a5e3['kbdif']))_0x2e7729=this[_0xa456d9(0x125)](_0x4e9794);else return _0x34b3b8[_0xa456d9(0x1ae)](_0x23e007[_0xa456d9(0x253)](_0x290df7,_0x34a5e3['jhdHu'],_0x34a5e3[_0xa456d9(0x194)])),_0x219df8;}catch(_0x145bc4){_0x34a5e3[_0xa456d9(0x1f4)](_0x34a5e3[_0xa456d9(0x1e3)],_0x34a5e3[_0xa456d9(0x1e3)])?_0x34a5e3[_0xa456d9(0x20e)](_0x5a363e,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x146886):(_0x34a5e3['Fxsnw'](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x145bc4),_0x2e7729=null);}if(_0x2e7729[_0xa456d9(0xfe)](_0x34a5e3['BPYNA'])){if(_0x34a5e3[_0xa456d9(0x272)](_0x34a5e3[_0xa456d9(0x10e)],_0x34a5e3[_0xa456d9(0x10e)]))_0x4c683b=[];else return;}const _0x23c42d=_0x34a5e3[_0xa456d9(0x20e)](require,_0x34a5e3[_0xa456d9(0x17f)]);let _0x30afe3=[];if(_0x34a5e3[_0xa456d9(0x147)](_0x4e9794[_0xa456d9(0x207)],undefined))_0x34a5e3[_0xa456d9(0x1c9)](_0x34a5e3['RPEPg'],_0x34a5e3[_0xa456d9(0x249)])?(_0x36fe07[_0xa456d9(0xf6)](_0x350a55[_0xa456d9(0x20a)]),_0x4b7508=_0x1d36c4[_0xa456d9(0x1e7)]):_0x30afe3=[_0x4e9794[_0xa456d9(0x207)],_0x34a5e3['NheBi']];else{if(_0x34a5e3['sCPWI'](_0x1d9d2c,undefined))_0x34a5e3['YZLnt'](_0x34a5e3['JucWC'],_0x34a5e3['HFhDo'])?_0x3ba1f6=[_0x31d5d8,_0x34a5e3[_0xa456d9(0x1a6)]]:_0x30afe3=[_0x1d9d2c,_0x34a5e3[_0xa456d9(0x1a6)]];else{if(_0x34a5e3[_0xa456d9(0x1d1)](_0x34a5e3['wMMig'],_0x34a5e3[_0xa456d9(0x145)])){let _0x365217=_0x5e9e45[_0xa456d9(0x1e7)];while(_0x365217&&_0x34a5e3[_0xa456d9(0x201)](_0x365217['name'],'')&&_0x34a5e3['MJmaW'](_0x365217[_0xa456d9(0x20a)],_0x34a5e3[_0xa456d9(0x278)])){_0x10e7d6[_0xa456d9(0xf6)](_0x365217['name']),_0x365217=_0x365217[_0xa456d9(0x1e7)];}}else _0x30afe3=[];}}const _0x225671=_0x34a5e3[_0xa456d9(0x1c9)](_0x4e9794[_0xa456d9(0x207)],undefined)?_0x23c42d[_0xa456d9(0x234)](_0x4e9794['errorsDetailed'][0x0]):_0x34a5e3['MJmaW'](_0x1d9d2c,undefined)?_0x1d9d2c[_0xa456d9(0x15c)]():undefined,_0x3157f9=_0x2e7729?this[_0xa456d9(0x1c7)][_0xa456d9(0x26d)](this['getRootParentFile'](_0x4e9794)):_0x34a5e3[_0xa456d9(0x195)],_0x5a5ab3={'framework':FRAMEWORKS[_0xa456d9(0x198)],'uuid':_0x4e9794[_0xa456d9(0x209)]||_0x4e9794[_0xa456d9(0x1c6)],'name':this[_0xa456d9(0x189)](_0x4e9794),'body':{'lang':_0x34a5e3[_0xa456d9(0x103)],'code':_0x4e9794['fn'][_0xa456d9(0x15c)]()},'scopes':this[_0xa456d9(0x214)](_0x4e9794),'file_name':_0x3157f9,'vc_filepath':this[_0xa456d9(0x27d)]&&_0x2e7729?path['relative'](this['_gitConfigPath'],_0x2e7729):null,'location':_0x3157f9,'result':_0x34a5e3[_0xa456d9(0x1cb)](_0x564f0d,_0x34a5e3[_0xa456d9(0x1d9)])?_0x34a5e3[_0xa456d9(0x1dd)]:this['analyticsResult'](_0x4e9794[_0xa456d9(0x207)]&&_0x34a5e3[_0xa456d9(0x27b)](_0x4e9794[_0xa456d9(0x207)][_0xa456d9(0x133)],0x0)?_0x34a5e3[_0xa456d9(0x240)]:_0x34a5e3[_0xa456d9(0x1cf)]),'failure_reason':_0x225671,'duration_in_ms':_0x4e9794[_0xa456d9(0x109)]||(_0x564f0d[_0xa456d9(0x15b)](/Finished/)||_0x564f0d[_0xa456d9(0x15b)](/Skipped/)?_0x34a5e3[_0xa456d9(0x203)](Date[_0xa456d9(0x171)](),new Date(_0x4e9794[_0xa456d9(0x23b)])[_0xa456d9(0x23f)]()):null),'started_at':_0x4e9794[_0xa456d9(0x23b)],'finished_at':_0x564f0d['match'](/Finished/)||_0x564f0d[_0xa456d9(0x15b)](/Skipped/)?new Date()[_0xa456d9(0x199)]():null,'failure':failureData[_0xa456d9(0x11c)](null,_0x30afe3),'failure_type':!_0x225671?null:_0x34a5e3[_0xa456d9(0x227)](getFailureType,_0x225671),'retry_of':_0x4e9794['retryOf']};_0x34a5e3[_0xa456d9(0xff)](_0x564f0d,_0x34a5e3[_0xa456d9(0x1d9)])&&!_0x5a5ab3[_0x34a5e3['xjzyW']]&&(_0x34a5e3[_0xa456d9(0x12d)](_0x34a5e3[_0xa456d9(0x143)],_0x34a5e3[_0xa456d9(0x159)])?_0x5a5ab3[_0x34a5e3['xjzyW']]=_0x5a5ab3[_0x34a5e3[_0xa456d9(0x221)]]:(this[_0xa456d9(0x213)][_0xa456d9(0xf6)](_0x4b7bf5),_0x512881['hooks']=this[_0xa456d9(0x144)](_0x4eff9a),this[_0xa456d9(0x1c4)](_0x557477)));if(_0x564f0d['match'](/HookRun/)){if(_0x34a5e3[_0xa456d9(0x17e)](_0x34a5e3[_0xa456d9(0x15e)],_0x34a5e3[_0xa456d9(0x19f)])){[_0x5a5ab3[_0xa456d9(0x1c3)],_0x5a5ab3[_0xa456d9(0x20a)]]=[_0x4e9794['type'],this[_0xa456d9(0x189)](_0x4e9794)];if(_0x34a5e3['FloDI'](_0x564f0d,_0x34a5e3['slwNj'])){if(_0x34a5e3[_0xa456d9(0x206)](_0x34a5e3[_0xa456d9(0x1d8)],_0x34a5e3[_0xa456d9(0x1a7)])){if(_0x34a5e3[_0xa456d9(0x272)](_0x5a5ab3[_0xa456d9(0x24d)],_0x34a5e3['GCKdg'])){if(_0x34a5e3[_0xa456d9(0x10c)](_0x34a5e3[_0xa456d9(0x26e)],_0x34a5e3['VPKOw']))_0x5a5ab3[_0xa456d9(0x24d)]=_0x34a5e3['zQaBJ'];else return this[_0xa456d9(0x27d)];}}else _0x34a5e3[_0xa456d9(0x206)](_0x98eb72[_0xa456d9(0x24d)],_0x34a5e3[_0xa456d9(0x240)])&&(_0x30e021[_0xa456d9(0x24d)]=_0x34a5e3[_0xa456d9(0x1cf)]);}}else{const _0xa89f02={};return _0xa89f02[_0x5dc3d2]=_0x34a5e3['zQaBJ'],_0xa89f02[_0x5e6928]=_0x34a5e3['BSycU'],_0xa89f02[_0x500b86]=_0x34a5e3[_0xa456d9(0x240)],_0xa89f02[_0x59a5a8];}}else _0x564f0d['match'](/TestRun/)&&(_0x34a5e3[_0xa456d9(0x1c1)](_0x34a5e3[_0xa456d9(0x128)],_0x34a5e3[_0xa456d9(0x128)])?this[_0xa456d9(0x138)](_0x4e9794):_0x3b0674['push'](_0x231f85[_0xa456d9(0x1c6)]));const _0x39916c=_0x5a5ab3[_0x34a5e3[_0xa456d9(0x19e)]][0x0];_0x39916c&&(_0x34a5e3[_0xa456d9(0x116)](_0x34a5e3[_0xa456d9(0x167)],_0x34a5e3[_0xa456d9(0x167)])?(_0x5a5ab3[_0x34a5e3[_0xa456d9(0x1d7)]]=_0x39916c[_0x34a5e3['qvQrB']],_0x5a5ab3[_0x34a5e3[_0xa456d9(0xfa)]]=_0x39916c[_0x34a5e3[_0xa456d9(0x14d)]]):_0x49f77d['hook_run_uuid']=_0x462eba);if([_0x34a5e3[_0xa456d9(0x21b)],_0x34a5e3[_0xa456d9(0x1d9)]][_0xa456d9(0xfe)](_0x564f0d)){if(_0x34a5e3[_0xa456d9(0x18c)](_0x34a5e3[_0xa456d9(0x1f8)],_0x34a5e3[_0xa456d9(0x20b)])){const _0x1804d4=_0x141386[_0xa456d9(0x1dc)];if(_0x34a5e3[_0xa456d9(0x254)](_0x2141b6,null)||_0x34a5e3[_0xa456d9(0x252)](_0x26eb5d,'')||_0x34a5e3[_0xa456d9(0x252)](_0x49a413,_0x1804d4))return null;try{return _0x46689c[_0xa456d9(0x1ae)](_0x2425cb[_0xa456d9(0x253)](_0x20c2bf,_0x34a5e3[_0xa456d9(0x1f7)],_0x34a5e3[_0xa456d9(0x194)])),_0xb2ddc5;}catch(_0x24e7ef){const _0x487d12=_0x36b18e[_0xa456d9(0x211)](_0x525f25);return this[_0xa456d9(0x24b)](_0x487d12);}}else this[_0xa456d9(0x213)][_0xa456d9(0xf6)](_0x5a5ab3),_0x5a5ab3['hooks']=this[_0xa456d9(0x144)](_0x4e9794),this[_0xa456d9(0x1c4)](_0x4e9794);}const _0x42c719={'event_type':_0x34a5e3[_0xa456d9(0x1c1)](_0x564f0d,_0x34a5e3[_0xa456d9(0x1d9)])?_0x34a5e3[_0xa456d9(0x21b)]:_0x564f0d};if(_0x564f0d[_0xa456d9(0x15b)](/HookRun/))_0x34a5e3[_0xa456d9(0x142)](_0x34a5e3[_0xa456d9(0x119)],_0x34a5e3['cJSQc'])?(_0x2b30e7[_0xa456d9(0x1ce)]('bs:addLog:'+_0x4c86d1['pid']),_0x4bd59d['on'](_0xa456d9(0x10b)+_0x120031[_0xa456d9(0x127)],this['appendTestItemLog']['bind'](this)),_0x31a362[_0xa456d9(0x1ce)]('bs:addPlatformDetails:'+_0x3b4538[_0xa456d9(0x127)]),_0x1fdba0['on'](_0xa456d9(0x153)+_0x4f42fa[_0xa456d9(0x127)],this['appendTestPlatform'][_0xa456d9(0x17a)](this))):(_0x5a5ab3[_0x34a5e3[_0xa456d9(0x169)]]=HOOK_TYPES_MAP[_0x5a5ab3[_0x34a5e3[_0xa456d9(0x169)]]],_0x42c719[_0x34a5e3[_0xa456d9(0x24f)]]=_0x5a5ab3);else{if(_0x34a5e3['Ziqrf'](_0x34a5e3[_0xa456d9(0x26c)],_0x34a5e3[_0xa456d9(0x200)]))_0x42c719[_0x34a5e3[_0xa456d9(0x236)]]=_0x5a5ab3;else return null;}_0x34a5e3[_0xa456d9(0x15f)](this[_0xa456d9(0x21e)][_0xa456d9(0x133)],0x0)&&[_0x34a5e3[_0xa456d9(0x21b)],_0x34a5e3[_0xa456d9(0x1d9)]][_0xa456d9(0xfe)](_0x564f0d)&&(_0x34a5e3[_0xa456d9(0x1f4)](_0x34a5e3[_0xa456d9(0x226)],_0x34a5e3[_0xa456d9(0x18b)])?(this['hook_data'][_0xa456d9(0x22c)](async _0x5d0d8e=>{const _0x374ee8=_0xa456d9;if(_0x34a5e3[_0x374ee8(0x252)](_0x34a5e3[_0x374ee8(0x146)],_0x34a5e3[_0x374ee8(0x14a)]))_0x4a0d3e['hookAnalyticsId']=_0x2a2437[_0x374ee8(0xf9)](_0x4691eb[_0x374ee8(0x127)]+_0x374ee8(0x257));else{const _0x379b61=_0x34a5e3[_0x374ee8(0x277)][_0x374ee8(0x224)]('|');let _0x5aa8ee=0x0;while(!![]){switch(_0x379b61[_0x5aa8ee++]){case'0':_0x5d0d8e[_0x34a5e3[_0x374ee8(0x24f)]][_0x34a5e3[_0x374ee8(0x19e)]]=_0x42c719[_0x34a5e3[_0x374ee8(0x236)]][_0x34a5e3['lYIMX']];continue;case'1':_0x5d0d8e[_0x34a5e3[_0x374ee8(0x24f)]][_0x34a5e3[_0x374ee8(0x238)]]=_0x42c719[_0x34a5e3['SQsrH']][_0x34a5e3[_0x374ee8(0x238)]];continue;case'2':_0x5d0d8e[_0x34a5e3['TYrRS']][_0x34a5e3[_0x374ee8(0x19d)]]=_0x42c719[_0x34a5e3[_0x374ee8(0x236)]][_0x34a5e3[_0x374ee8(0x19d)]];continue;case'3':_0x5d0d8e[_0x34a5e3[_0x374ee8(0x24f)]][_0x34a5e3[_0x374ee8(0x218)]]=_0x42c719[_0x34a5e3['SQsrH']][_0x34a5e3[_0x374ee8(0x218)]];continue;case'4':await SessionHandler['uploadEventData'](_0x5d0d8e);continue;}break;}}}),this[_0xa456d9(0x21e)]=[]):_0x34a5e3['Fxsnw'](_0x243aa3,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x211c4d));if(_0x34a5e3[_0xa456d9(0x225)](this['hook_failure'],_0x4e9794['type'])){if(_0x34a5e3['sHmvm'](_0x34a5e3[_0xa456d9(0x228)],_0x34a5e3[_0xa456d9(0x17d)])){this[_0xa456d9(0x21e)][_0xa456d9(0xf6)](_0x42c719);return;}else return;}if(_0x34a5e3[_0xa456d9(0x225)](this[_0xa456d9(0x1d4)],_0x34a5e3[_0xa456d9(0x13b)])&&_0x42c719[_0x34a5e3['SQsrH']]){if(_0x34a5e3[_0xa456d9(0x206)](_0x34a5e3[_0xa456d9(0x154)],_0x34a5e3['FvKJk']))_0x42c719[_0x34a5e3['SQsrH']][_0x34a5e3['lcxhi']]=_0x34a5e3[_0xa456d9(0x1dd)],_0x42c719[_0x34a5e3[_0xa456d9(0x236)]][_0x34a5e3[_0xa456d9(0x19e)]]=null,_0x42c719[_0x34a5e3[_0xa456d9(0x236)]][_0x34a5e3['aEwOy']]=null;else return{'ci':_0x34a5e3[_0xa456d9(0x177)],'key':_0x34a5e3[_0xa456d9(0x197)](_0x3e9d08),'version':_0x1ebaaf,'collector':_0xa456d9(0x14b)+_0x24b75d};}await SessionHandler[_0xa456d9(0x10d)](_0x42c719);}}catch(_0x18ed99){if(_0x34a5e3[_0xa456d9(0x1e4)](_0x34a5e3[_0xa456d9(0x248)],_0x34a5e3['RBBeI'])){this['hook_data'][_0xa456d9(0xf6)](_0x24ec5a);return;}else _0x34a5e3[_0xa456d9(0x186)](debug,_0xa456d9(0x11e)+_0x564f0d+'\x20with\x20error\x20:\x20'+_0x18ed99);}};[a16_0x14cdd0(0x24b)](_0x2e90ed){const _0x3d1933=a16_0x14cdd0,_0xc82edc={'ystLE':_0x3d1933(0x204),'yNotw':function(_0x52837b){return _0x52837b();},'HkCfN':function(_0x33b964,_0x172053){return _0x33b964==_0x172053;},'wXvxv':function(_0x3c401f,_0x447516){return _0x3c401f===_0x447516;},'kVxXT':function(_0x590d6c,_0x5f303b){return _0x590d6c!==_0x5f303b;},'hKXnK':_0x3d1933(0x1b3),'XrAqz':_0x3d1933(0x233),'FkNzo':_0x3d1933(0x1ca),'VLjzD':'.git','Tpuct':_0x3d1933(0x19b),'wTArr':function(_0x40ee4e,_0x20b4dc){return _0x40ee4e===_0x20b4dc;},'qglzo':'rxjaU'},_0x330f52=path[_0x3d1933(0x1dc)];if(_0xc82edc[_0x3d1933(0x1fb)](_0x2e90ed,null)||_0xc82edc['wXvxv'](_0x2e90ed,'')||_0xc82edc[_0x3d1933(0x1cd)](_0x2e90ed,_0x330f52)){if(_0xc82edc[_0x3d1933(0x270)](_0xc82edc[_0x3d1933(0x181)],_0xc82edc[_0x3d1933(0x162)]))return null;else return;}try{if(_0xc82edc[_0x3d1933(0x270)](_0xc82edc[_0x3d1933(0x232)],_0xc82edc[_0x3d1933(0x232)])){const _0x1b6472=_0xc82edc[_0x3d1933(0x185)]['split']('|');let _0x1d849f=0x0;while(!![]){switch(_0x1b6472[_0x1d849f++]){case'0':this[_0x3d1933(0x213)]=[];continue;case'1':this[_0x3d1933(0x1c7)]=new _0x233c6f({'cwd':_0x2bb1ca[_0x3d1933(0x107)]()},this[_0x3d1933(0x1ba)]['location_prefix']);continue;case'2':this['_testEnv']=this[_0x3d1933(0x16c)]();continue;case'3':this[_0x3d1933(0x27d)]=null;continue;case'4':this[_0x3d1933(0x18a)]=_0xc82edc['yNotw'](_0x313561);continue;case'5':this[_0x3d1933(0x16b)]=![];continue;case'6':this[_0x3d1933(0x21e)]=[];continue;}break;}}else return fs[_0x3d1933(0x1ae)](path[_0x3d1933(0x253)](_0x2e90ed,_0xc82edc['VLjzD'],_0xc82edc['Tpuct'])),_0x2e90ed;}catch(_0x11f276){if(_0xc82edc[_0x3d1933(0x19a)](_0xc82edc[_0x3d1933(0x1f2)],_0xc82edc['qglzo'])){const _0x6de9ac=path['dirname'](_0x2e90ed);return this['findGitConfig'](_0x6de9ac);}else return[];}}[a16_0x14cdd0(0x193)]=async _0x1b4cc8=>{const _0x4e84b6=a16_0x14cdd0,_0x344e0b={'ekhAj':function(_0x57edbb,_0x5b0891){return _0x57edbb(_0x5b0891);},'jcBmU':_0x4e84b6(0x1c3),'FbRwx':_0x4e84b6(0x1b8),'dMlgR':function(_0x431d7f,_0x1bc48f){return _0x431d7f!==_0x1bc48f;},'cOFjk':_0x4e84b6(0x1fc),'IPncC':'KFNzx','MvBxf':function(_0x2e0450,_0x38aaf2){return _0x2e0450!==_0x38aaf2;},'ZDKPm':_0x4e84b6(0x179),'hQLar':function(_0x2261f9,_0x2b4178){return _0x2261f9!==_0x2b4178;},'pggDR':_0x4e84b6(0x229),'qmzlI':_0x4e84b6(0x155),'FoFWi':_0x4e84b6(0x12c),'TFyYV':_0x4e84b6(0x1af),'bnoSm':function(_0x1e1c2f,_0x1da407){return _0x1e1c2f===_0x1da407;},'JunWj':_0x4e84b6(0x21d),'hWHjD':_0x4e84b6(0xfc)},_0x4304fb=TestDetails[_0x4e84b6(0x178)](process[_0x4e84b6(0x127)]+_0x4e84b6(0x257)),_0x4dd503=TestDetails[_0x4e84b6(0x178)](process[_0x4e84b6(0x127)]+_0x4e84b6(0x108));try{if(_0x344e0b[_0x4e84b6(0x22f)](_0x344e0b[_0x4e84b6(0x237)],_0x344e0b[_0x4e84b6(0x25b)])){(_0x4304fb||this['current_hook']&&!this['current_hook'][_0x4e84b6(0x1b7)])&&(_0x344e0b[_0x4e84b6(0x244)](_0x344e0b[_0x4e84b6(0x1b0)],_0x344e0b[_0x4e84b6(0x1b0)])?_0x344e0b[_0x4e84b6(0x1ea)](_0xfb79ce,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x47385d):_0x1b4cc8['hook_run_uuid']=_0x4304fb);if(!_0x1b4cc8['hook_run_uuid']&&_0x4dd503){if(_0x344e0b[_0x4e84b6(0x114)](_0x344e0b[_0x4e84b6(0x151)],_0x344e0b[_0x4e84b6(0x151)]))return'\x22'+_0x1afb0c[_0x4e84b6(0x20f)]+_0x4e84b6(0x25d)+(_0x305ff5[_0x4e84b6(0x1e7)]&&_0x32d4c8['parent']['name'])+'\x22';else _0x1b4cc8[_0x4e84b6(0x251)]=_0x4dd503;}if(_0x1b4cc8[_0x4e84b6(0x156)]||_0x1b4cc8[_0x4e84b6(0x251)]){if(_0x344e0b[_0x4e84b6(0x22f)](_0x344e0b[_0x4e84b6(0x239)],_0x344e0b[_0x4e84b6(0x25f)])){const _0xee9e21={};_0xee9e21[_0x4e84b6(0x1ac)]=_0x344e0b['TFyYV'],_0xee9e21[_0x4e84b6(0x21f)]=[_0x1b4cc8],await SessionHandler[_0x4e84b6(0x10d)](_0xee9e21);}else this[_0x4e84b6(0x27d)]=_0x5cb463['root'];}}else _0x49279f=this[_0x4e84b6(0x125)](_0x50caf9);}catch(_0x137b40){_0x344e0b[_0x4e84b6(0x260)](_0x344e0b[_0x4e84b6(0x24a)],_0x344e0b[_0x4e84b6(0x1b9)])?(_0x144327[_0x344e0b['jcBmU']]=_0x4517cc[_0xf42f86[_0x344e0b['jcBmU']]],_0x2ba9cb[_0x344e0b[_0x4e84b6(0x180)]]=_0x34e510):_0x344e0b[_0x4e84b6(0x1ea)](debug,_0x4e84b6(0x1fd)+_0x137b40);}};[a16_0x14cdd0(0x273)]=async _0x516a0d=>{const _0x5dbbbb=a16_0x14cdd0,_0x116b73={'rdWWM':function(_0x120f94,_0x59c764){return _0x120f94!==_0x59c764;},'ULOsJ':_0x5dbbbb(0x172),'YYRjU':_0x5dbbbb(0x1b5),'DGWff':'http_response','XvlDT':'CBTSessionCreated','jpXkp':function(_0x54472a,_0x1bf204){return _0x54472a===_0x1bf204;},'fLHGx':_0x5dbbbb(0x13a),'DtlMX':_0x5dbbbb(0x25c),'AkkXL':function(_0x19e0d8,_0x31435f){return _0x19e0d8(_0x31435f);}};try{if(_0x116b73[_0x5dbbbb(0x148)](_0x116b73[_0x5dbbbb(0x15a)],_0x116b73[_0x5dbbbb(0x219)])){const _0xfa2ea={'uuid':_0x516a0d[_0x5dbbbb(0x1c2)]||TestDetails['getTestUUID'](process[_0x5dbbbb(0x127)]+':testAnalyticsId'),'integrations':_0x516a0d[_0x116b73[_0x5dbbbb(0x1a4)]]},_0x3cae0c={};_0x3cae0c[_0x5dbbbb(0x1ac)]=_0x116b73[_0x5dbbbb(0x16d)],_0x3cae0c['test_run']=_0xfa2ea,await SessionHandler['uploadEventData'](_0x3cae0c);}else{if(_0x51699b[_0x5dbbbb(0x1aa)]){const _0x15b623=_0x5c04ba[_0x5dbbbb(0x16f)][_0x5dbbbb(0x192)](_0x1945be,_0x2caaa8[_0x5dbbbb(0x1aa)]);return _0x15b623[0x0][_0x5dbbbb(0x1e9)]();}if(_0xeed021['file'])return _0xe81810[_0x5dbbbb(0x175)];return null;}}catch(_0xbf3222){_0x116b73[_0x5dbbbb(0x1c0)](_0x116b73[_0x5dbbbb(0x217)],_0x116b73[_0x5dbbbb(0x166)])?_0x520034[_0x5dbbbb(0x251)]=_0x3c4779:_0x116b73['AkkXL'](debug,_0x5dbbbb(0x1ad)+_0xbf3222);}};async[a16_0x14cdd0(0x115)](){const _0x20e0c8=a16_0x14cdd0,_0x151d87={'bKfjX':'test_run','qNhFI':_0x20e0c8(0x24d),'ygiAg':'skipped','MJPwT':_0x20e0c8(0x16a),'fdhJo':_0x20e0c8(0x1bc),'Tgzzm':function(_0x5bc818,_0x1286e0){return _0x5bc818!==_0x1286e0;},'bGxGc':'ROOT_DESCRIBE_BLOCK','GTjog':'qsMtj','UeLDg':function(_0x3a6314){return _0x3a6314();},'WpesD':function(_0x686f16,_0x297006){return _0x686f16===_0x297006;},'MOQgB':_0x20e0c8(0x104),'qyMxA':_0x20e0c8(0x1f9)};if(this[_0x20e0c8(0x16b)]){if(_0x151d87[_0x20e0c8(0x230)](_0x151d87[_0x20e0c8(0x12f)],_0x151d87[_0x20e0c8(0x12f)]))_0x418614[_0x151d87[_0x20e0c8(0x1ef)]][_0x151d87[_0x20e0c8(0xfb)]]=_0x151d87[_0x20e0c8(0x258)],_0x4cfa65[_0x151d87[_0x20e0c8(0x1ef)]][_0x151d87['MJPwT']]=null,_0x26b7a8[_0x151d87[_0x20e0c8(0x1ef)]][_0x151d87[_0x20e0c8(0x1b6)]]=null;else return this[_0x20e0c8(0x27d)];}const _0xe75599=await _0x151d87[_0x20e0c8(0x110)](getGitMetaData);if(_0xe75599){if(_0x151d87[_0x20e0c8(0x183)](_0x151d87[_0x20e0c8(0x222)],_0x151d87[_0x20e0c8(0x280)])){const _0x3cba25=[];if(_0x2487fd&&_0x497cb9[_0x20e0c8(0x1e7)]){let _0x16d6ac=_0x61d8db[_0x20e0c8(0x1e7)];while(_0x16d6ac&&_0x151d87[_0x20e0c8(0x230)](_0x16d6ac[_0x20e0c8(0x20a)],'')&&_0x151d87['Tgzzm'](_0x16d6ac[_0x20e0c8(0x20a)],_0x151d87[_0x20e0c8(0x1d6)])){_0x3cba25[_0x20e0c8(0xf6)](_0x16d6ac['name']),_0x16d6ac=_0x16d6ac[_0x20e0c8(0x1e7)];}}return _0x3cba25[_0x20e0c8(0x216)](),_0x3cba25;}else this['_gitConfigPath']=_0xe75599[_0x20e0c8(0x11d)];}this[_0x20e0c8(0x16b)]=!![];}['analyticsResult'](_0x4c6e83){const _0x3cc8a0=a16_0x14cdd0,_0x2f4880={};_0x2f4880['RntSV']=_0x3cc8a0(0x141),_0x2f4880[_0x3cc8a0(0x26a)]=_0x3cc8a0(0x1bd),_0x2f4880[_0x3cc8a0(0x132)]='failed';const _0x50afeb=_0x2f4880,_0x33903d={};return _0x33903d[STATE_PASSED]=_0x50afeb[_0x3cc8a0(0x191)],_0x33903d[STATE_PENDING]=_0x50afeb['FBJSb'],_0x33903d[STATE_FAILED]=_0x50afeb[_0x3cc8a0(0x132)],_0x33903d[_0x4c6e83];}[a16_0x14cdd0(0x214)](_0x200bff){const _0x29c0aa=a16_0x14cdd0,_0x5d94ac={};_0x5d94ac[_0x29c0aa(0x18e)]=_0x29c0aa(0x25a),_0x5d94ac['MdRxA']='started_at',_0x5d94ac[_0x29c0aa(0x12b)]=_0x29c0aa(0x276),_0x5d94ac['qIHAM']=function(_0x2f96e6,_0x9e7334){return _0x2f96e6!==_0x9e7334;},_0x5d94ac[_0x29c0aa(0x13d)]=_0x29c0aa(0x256),_0x5d94ac[_0x29c0aa(0x173)]=function(_0x5f405e,_0x104b22){return _0x5f405e!==_0x104b22;},_0x5d94ac[_0x29c0aa(0x1b2)]=function(_0xd5ebbe,_0x2a21f7){return _0xd5ebbe!==_0x2a21f7;},_0x5d94ac[_0x29c0aa(0x122)]=_0x29c0aa(0x1e1),_0x5d94ac[_0x29c0aa(0x242)]=function(_0x31c0b5,_0x3ae5b8){return _0x31c0b5===_0x3ae5b8;},_0x5d94ac[_0x29c0aa(0x23c)]=_0x29c0aa(0x269),_0x5d94ac[_0x29c0aa(0x1fa)]=_0x29c0aa(0x245);const _0x15981e=_0x5d94ac,_0xa239f5=[];if(_0x200bff&&_0x200bff['parent']){if(_0x15981e[_0x29c0aa(0x163)](_0x15981e[_0x29c0aa(0x13d)],_0x15981e[_0x29c0aa(0x13d)]))_0x42f833=[_0x2b52c7['errorsDetailed'],_0x15981e[_0x29c0aa(0x18e)]];else{let _0x559b14=_0x200bff['parent'];while(_0x559b14&&_0x15981e[_0x29c0aa(0x173)](_0x559b14['name'],'')&&_0x15981e[_0x29c0aa(0x1b2)](_0x559b14['name'],_0x15981e[_0x29c0aa(0x122)])){_0x15981e['fqBir'](_0x15981e[_0x29c0aa(0x23c)],_0x15981e[_0x29c0aa(0x1fa)])?_0xa9c702[_0x15981e[_0x29c0aa(0x20c)]]=_0x2c0bac[_0x15981e[_0x29c0aa(0x12b)]]:(_0xa239f5['push'](_0x559b14[_0x29c0aa(0x20a)]),_0x559b14=_0x559b14[_0x29c0aa(0x1e7)]);}}}return _0xa239f5[_0x29c0aa(0x216)](),_0xa239f5;}['getRootParentFile']=_0x2a470c=>{const _0x5ab065=a16_0x14cdd0,_0x4b4f70={};_0x4b4f70['vGksb']=function(_0x5ea11b,_0xcff44f){return _0x5ea11b===_0xcff44f;},_0x4b4f70[_0x5ab065(0x264)]=_0x5ab065(0x196),_0x4b4f70[_0x5ab065(0x259)]=_0x5ab065(0xfd),_0x4b4f70['drgbF']=function(_0x160a69,_0x5a0a6c){return _0x160a69===_0x5a0a6c;},_0x4b4f70[_0x5ab065(0xf8)]=_0x5ab065(0x1f0),_0x4b4f70[_0x5ab065(0x17b)]=_0x5ab065(0x12a);const _0x2f760c=_0x4b4f70;if(_0x2a470c[_0x5ab065(0x1aa)]){if(_0x2f760c[_0x5ab065(0x281)](_0x2f760c[_0x5ab065(0x264)],_0x2f760c[_0x5ab065(0x259)]))_0xb951a2[_0x5ab065(0x1c6)]=null;else{const _0x1b0c1f=stackTrace[_0x5ab065(0x16f)]['call'](stackTrace,_0x2a470c[_0x5ab065(0x1aa)]);return _0x1b0c1f[0x0][_0x5ab065(0x1e9)]();}}if(_0x2a470c[_0x5ab065(0x175)]){if(_0x2f760c[_0x5ab065(0x176)](_0x2f760c[_0x5ab065(0xf8)],_0x2f760c[_0x5ab065(0x17b)]))return;else return _0x2a470c[_0x5ab065(0x175)];}return null;};['mapTestHooks']=_0x1e2ac3=>{const _0x32b283=a16_0x14cdd0,_0x2f2c11={};_0x2f2c11[_0x32b283(0x1c5)]=function(_0x458cba,_0x2becd4){return _0x458cba!==_0x2becd4;},_0x2f2c11['OnZtG']='test',_0x2f2c11[_0x32b283(0x223)]='Cdznx',_0x2f2c11['vJUwi']=_0x32b283(0x137),_0x2f2c11['bqipv']=function(_0x12663c,_0x22ee19){return _0x12663c===_0x22ee19;},_0x2f2c11['qedrw']='NRGGM',_0x2f2c11[_0x32b283(0x1b1)]=_0x32b283(0x165),_0x2f2c11['xDbww']=function(_0x400ee5,_0x127fb0){return _0x400ee5!==_0x127fb0;},_0x2f2c11[_0x32b283(0x174)]='xYjmC',_0x2f2c11[_0x32b283(0x1bb)]='GgCOy';const _0x5b644e=_0x2f2c11;if(!_0x1e2ac3||!_0x1e2ac3[_0x32b283(0x1e7)]){if(_0x5b644e[_0x32b283(0x1df)](_0x5b644e[_0x32b283(0x174)],_0x5b644e[_0x32b283(0x1bb)]))return;else{if(_0x5b644e[_0x32b283(0x1c5)](_0x1ca136[_0x32b283(0x20f)],_0x5b644e[_0x32b283(0x152)]))return'\x22'+_0x7e59c2[_0x32b283(0x20f)]+_0x32b283(0x25d)+(_0x5336ee[_0x32b283(0x1e7)]&&_0x2f4864[_0x32b283(0x1e7)]['name'])+'\x22';return _0x287217['name'];}}_0x1e2ac3[_0x32b283(0x1e7)]['hooks'][_0x32b283(0x22c)](_0x319932=>{const _0x467a8a=_0x32b283;if(_0x5b644e['YdFrM'](_0x5b644e['fVnYS'],_0x5b644e[_0x467a8a(0x205)])){if(!_0x319932[_0x467a8a(0x1c6)]){if(_0x5b644e[_0x467a8a(0x261)](_0x5b644e[_0x467a8a(0x1be)],_0x5b644e[_0x467a8a(0x1b1)])){const _0x4a5f45=_0x568ca6[_0x467a8a(0x211)](_0x167172);return this[_0x467a8a(0x24b)](_0x4a5f45);}else _0x319932[_0x467a8a(0x1c6)]=TestDetails['setTestUUID'](process[_0x467a8a(0x127)]+_0x467a8a(0x257));}}else return _0x36bec0[_0x467a8a(0x175)];}),this['mapTestHooks'](_0x1e2ac3[_0x32b283(0x1e7)]);};[a16_0x14cdd0(0x1c4)]=_0x10c2e9=>{const _0x589e6b=a16_0x14cdd0,_0x2f6e72={'XKaeC':_0x589e6b(0x10a),'cmhIn':_0x589e6b(0x160),'CHTKX':_0x589e6b(0x255),'rxTxK':_0x589e6b(0x1f3),'mnNzT':_0x589e6b(0x202),'AnanD':'afterEach','OWPUT':function(_0x124f4f,_0x46f595){return _0x124f4f(_0x46f595);},'wfMTu':function(_0x50f8cb,_0x37bfcf){return _0x50f8cb===_0x37bfcf;},'SsMKP':'jJmHQ','YafVE':_0x589e6b(0x118),'JZQhZ':_0x589e6b(0x149),'FrsNK':function(_0x11c548,_0xaf4410){return _0x11c548!==_0xaf4410;},'LQUch':_0x589e6b(0x1a0)};if(!_0x10c2e9||!_0x10c2e9[_0x589e6b(0x1e7)]){if(_0x2f6e72[_0x589e6b(0x27a)](_0x2f6e72[_0x589e6b(0x139)],_0x2f6e72[_0x589e6b(0x139)]))_0x4e9486[_0x2f6e72[_0x589e6b(0x1e6)]]=_0xfc74[_0x2f6e72['cmhIn']],_0x559df6[_0x2f6e72['CHTKX']]=_0x185879[_0x2f6e72[_0x589e6b(0x1a1)]];else return;}_0x10c2e9[_0x589e6b(0x1e7)]['hooks'][_0x589e6b(0x22c)](_0x46a50d=>{const _0x2904c7=_0x589e6b,_0x70e409={'fhXyh':function(_0x27b330,_0x2de803){return _0x2f6e72['OWPUT'](_0x27b330,_0x2de803);}};_0x2f6e72['wfMTu'](_0x2f6e72[_0x2904c7(0x250)],_0x2f6e72['YafVE'])?(_0x70e409['fhXyh'](_0x4986d2,_0x2904c7(0x1ee)+_0xe4d096),_0x4f8676=null):[_0x2f6e72[_0x2904c7(0x1a8)],_0x2f6e72['AnanD']][_0x2904c7(0xfe)](_0x46a50d[_0x2904c7(0x20f)])&&_0x46a50d[_0x2904c7(0x1c6)]&&(_0x2f6e72[_0x2904c7(0x134)](_0x2f6e72['JZQhZ'],_0x2f6e72[_0x2904c7(0x184)])?_0x46a50d[_0x2904c7(0x1c6)]=null:[_0x2f6e72[_0x2904c7(0x1a8)],_0x2f6e72[_0x2904c7(0x1ab)]][_0x2904c7(0xfe)](_0x5a9ee8['type'])&&_0x503985[_0x2904c7(0x1c6)]&&(_0x211925[_0x2904c7(0x1c6)]=null));}),this[_0x589e6b(0x138)](_0x10c2e9[_0x589e6b(0x1e7)]);};[a16_0x14cdd0(0x144)]=_0x450b6f=>{const _0x24905e=a16_0x14cdd0,_0x137c70={'lpXro':function(_0x397b59,_0x4d428c){return _0x397b59===_0x4d428c;},'Fpovn':_0x24905e(0x168),'Wkckh':function(_0xc79038,_0x3ccfb4){return _0xc79038!==_0x3ccfb4;},'LQgBr':_0x24905e(0x1a9),'BDCVk':_0x24905e(0x141),'YDokc':function(_0x3de026,_0x35d557){return _0x3de026(_0x35d557);},'DadXm':_0x24905e(0x1de),'ELdXZ':_0x24905e(0x23e),'LIBXI':_0x24905e(0x274),'iKdle':_0x24905e(0x157),'ftQTC':_0x24905e(0x1eb)};if(!_0x450b6f||!_0x450b6f['parent']){if(_0x137c70[_0x24905e(0x126)](_0x137c70['iKdle'],_0x137c70[_0x24905e(0x25e)]))return[];else[_0x3b3310['hook_type'],_0x1bf1ff['name']]=[_0xb2dc35['type'],this['getName'](_0x150aa3)],_0x137c70[_0x24905e(0x208)](_0x1e3abe,_0x137c70['Fpovn'])&&(_0x137c70['Wkckh'](_0x1cd0cd['result'],_0x137c70[_0x24905e(0x212)])&&(_0x162524[_0x24905e(0x24d)]=_0x137c70[_0x24905e(0x11f)]));}const _0x574015=[];return _0x450b6f[_0x24905e(0x1e7)]['hooks']['forEach'](_0x11dd09=>{const _0x42c57d=_0x24905e,_0x5e28a7={'xVAiX':function(_0x4cbe00,_0x474eae){const _0x230fba=a16_0x594a;return _0x137c70[_0x230fba(0x267)](_0x4cbe00,_0x474eae);}};_0x137c70[_0x42c57d(0x208)](_0x137c70[_0x42c57d(0x1e2)],_0x137c70[_0x42c57d(0x1a3)])?_0x4a1143[_0x42c57d(0x24d)]=_0x137c70[_0x42c57d(0x11f)]:_0x11dd09[_0x42c57d(0x1c6)]&&(_0x137c70[_0x42c57d(0x126)](_0x137c70[_0x42c57d(0x275)],_0x137c70['LIBXI'])?_0x5e28a7[_0x42c57d(0x12e)](_0x25c4d5,_0x42c57d(0x11e)+_0x20b720+_0x42c57d(0x23d)+_0x268a16):_0x574015[_0x42c57d(0xf6)](_0x11dd09[_0x42c57d(0x1c6)]));}),[..._0x574015,...this[_0x24905e(0x144)](_0x450b6f[_0x24905e(0x1e7)])];};},[a16_0x14cdd0(0x16c),a16_0x14cdd0(0x113),'testStarted',a16_0x14cdd0(0x189),a16_0x14cdd0(0x22b),a16_0x14cdd0(0x24b),a16_0x14cdd0(0x193),a16_0x14cdd0(0x273),a16_0x14cdd0(0x106),a16_0x14cdd0(0x214),'getRootParentFile',a16_0x14cdd0(0x138),a16_0x14cdd0(0x1c4),'getHooksForTest',a16_0x14cdd0(0x115)]);
|
|
1
|
+
const a16_0x50237e=a16_0x5cbe;function a16_0x5cbe(_0x4b87c6,_0x574ed7){const _0x36ab54=a16_0x36ab();return a16_0x5cbe=function(_0x5cbe01,_0x42cb65){_0x5cbe01=_0x5cbe01-0xaf;let _0x36ab78=_0x36ab54[_0x5cbe01];return _0x36ab78;},a16_0x5cbe(_0x4b87c6,_0x574ed7);}(function(_0x4bbc8d,_0x5be451){const _0x5e4f39=a16_0x5cbe,_0xd3ff97=_0x4bbc8d();while(!![]){try{const _0x414ff0=parseInt(_0x5e4f39(0x20b))/0x1*(parseInt(_0x5e4f39(0x241))/0x2)+-parseInt(_0x5e4f39(0x217))/0x3*(-parseInt(_0x5e4f39(0x100))/0x4)+parseInt(_0x5e4f39(0x1ec))/0x5+-parseInt(_0x5e4f39(0x129))/0x6+-parseInt(_0x5e4f39(0x120))/0x7*(-parseInt(_0x5e4f39(0x1bd))/0x8)+-parseInt(_0x5e4f39(0x165))/0x9+parseInt(_0x5e4f39(0xb5))/0xa*(-parseInt(_0x5e4f39(0x1ca))/0xb);if(_0x414ff0===_0x5be451)break;else _0xd3ff97['push'](_0xd3ff97['shift']());}catch(_0x46b434){_0xd3ff97['push'](_0xd3ff97['shift']());}}}(a16_0x36ab,0xe8ac1));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x50237e(0x216)),SessionHandler=require(a16_0x50237e(0x1ad)),{v4:uuidv4}=require(a16_0x50237e(0x1fb)),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x50237e(0x20d)),path=require(a16_0x50237e(0x19b)),fs=require('fs'),TestDetails=require(a16_0x50237e(0x231)),{FRAMEWORKS}=require(a16_0x50237e(0x18f)),{o11yClassErrorHandler}=require(a16_0x50237e(0x10f)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x3aa377={};a16_0x3aa377[a16_0x50237e(0x15a)]='passed',a16_0x3aa377[a16_0x50237e(0x23b)]=a16_0x50237e(0x111),a16_0x3aa377['STATE_PENDING']=a16_0x50237e(0x184);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x3aa377,a16_0x8e8d5b={};a16_0x8e8d5b[a16_0x50237e(0x211)]=a16_0x50237e(0x188),a16_0x8e8d5b[a16_0x50237e(0x124)]=a16_0x50237e(0x22c),a16_0x8e8d5b[a16_0x50237e(0x12a)]=a16_0x50237e(0x11c),a16_0x8e8d5b['afterEach']=a16_0x50237e(0x17d);function a16_0x36ab(){const _0x3290c2=['hook_data','GAPrQ','lseAc','call','match','includes','UnXBi','getTime','FVEHM','started_at','name','NgXxQ','OcXwC','STATE_PASSED','TXGdk','passed','jsBoX','knyyU','resetTestHooks','.git','XVQuk','sendTestRunEvent','hqBOf','iXbCI','9990027iFUdcw','EOXfo','JEST','ZpWZf','mzEpD','util','zzpGW','CBTSessionCreated','wSxMs','Fohev','miNEX','yvdDx','YYrpM','RcWUE','TPgtm','_gitConfigPath','getFileName','OLPXX','err','nrvEL','NUOCf','getTestUUID','length','File\x20path\x20could\x20not\x20be\x20found','AFTER_EACH','location_prefix','pECBq','retryOf','failure_backtrace','jGeKT','imWaA','pending','appendTestItemLog','WiUNn','tPQyj','BEFORE_ALL','xAtnz','YhlGx','ywkci','test','ZPKVo','qUIrY','../../utils/constants','SFMBY','JWlnk','hook_type','configureGit','current_hook','qILZH','xVdEa','mbMyr','ZwdFM','exports','OcpEM','path','dizoO','vyyxn','hooks','LiUlO','jest-circus','forEach','_testEnv','VYIrn','SEubs','gERIT','DbcDq','logs','Unkzt','fRrPK','setTestUUID','BpzzW','KApDX','../../../helpers/test-observability/sessionHandler','test_run_uuid','RGKqJ','LZENW','czemc','Hpomr','tIuJH','root','HookRunFinished','afterEach','LyIes','qwzGH','tMRWr','XfKkB','2|4|6|3|0|1|5','parse','376SwPENN','prefixTestPath','failure_reason_expanded','expanded','tYwGA','BfgKi','hcxBY','phlol','finished_at','qfUQS','PFAcf','ISWPA','YcvAg','20702tfzplZ','YPuHC','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','lCzOE','hOSTv','IvLqb','zQXsT','testStarted','LzLBZ','uploadEventData','igXaw','now','xeVId','cwd','mEDOx','wNiTc','ZptBO','WmuKt','IwAHR','qIDFi','analyticsResult','dFtig','xbuJj','mapTestHooks',':hookAnalyticsId','KWgUe','SsEwG','pid',':testAnalyticsId','Yroxh','alVtF','findGitConfig','uZyhJ','vMvjC','762070oWFwzd','oOpOu','ySYfY','RfMFi','PORjh','skipped','KmTaC','YKzeq','test_run','EUkoB','VWaFQ','type','HECZL','emmdW','generic','uuid','hVDtF','VIktT','rhbvj','BViOT','DTLyT','MgecM','arUNA','gWLmn','MJBES','nuiWf','nzyki','ZsJdU','IbCTr','CkFQY','bs:addLog:','759718bzXMCk','RnLef','stack-trace','oWviL','asyncError','file','beforeAll','taYNA','QYYms','http_response','markedStatus','../../../helpers/test-observability/utils','119958QoRMqp','dBHuU','tWFki','rutLi','EvePQ','KKMaF','push','clRME','fWimf','dirname','ADrNS','GNBli','cEvgo','LogCreated','SJGfL','hookAnalyticsId','NPvGa','qNYaO','BANQt','cHjWV','testAnalyticsId','AFTER_ALL','gnMgg','join','VxHSl','testObservability','./test-details','errorsDetailed','orJFl','wcLpd','registerListeners','failed\x20to\x20get\x20root\x20parent\x20file\x20','vsQTg','jOHKw','\x22\x20hook\x20for\x20\x22','FTnJO','STATE_FAILED','KvrCh','current_test','QFYSi','TestRunStarted','mvNeU','4KerszZ','IPCTH','unSBi','iUWhX','JiGUD','ykxiW','TZiCd','3020nhusgF','ofOUq','js-','NKiFO','mcJgv','getTestEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','getName','NrtYF','_gitConfigured','VhhhP','TdjTU','dmrSn','fkTBG','EFiKA','hook_failure','ufHpn','reverse','failure','Pkfil','DvdDQ','KwnDM','bs:addPlatformDetails:','euQqh','LXftE','hMiTZ','getHooksForTest','jQqPZ','NUJBq','TestRunSkipped','ncjox','zFwsf','backtrace','sCazY','HGGPF','nBJPd','toString','EUFxF','GcEiu','dSlcQ','bind','Pnqlt','RlVZc','mqlpz','HiAdm','failure_type','CmSLr','tFkFX','appendTestPlatform','EkXbN','inspect','nTZYP','apply','MrUxw','DKMDc','getRootParentFile','oVqTp','sFCYS','xKViW','failure_reason','jRnGT','avBoI','gdSAw','FDqCW','Yvzgp','elQQZ','YjxrJ','MLkTw','CGtvc','zrbki','config','pAFxl','NSRFP','ZuMGZ','removeAllListeners','40ddoFxx','DVxjO','gEJVJ','MuTmA','jGlIm','invaV','getHierarchy','hook_run_uuid','EwQPL','fsHbn','wwyqe','zfxIE','TPigX','parent','jEFto','../../../helpers/test-observability/error-handler','IKzOX','failed','OVmMi','iVswV','iGrvb','hqGsg','qkqRx','hIDtQ','RHEyi','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','1|4|2|3|0','jDqTv','BEFORE_EACH','_testResults','VWzdx','CnZhz','239442DUeLVI','BmEKq','nutLO','yOoKg','afterAll','IsMjU','NVjzZ','UPtAX','uveqE','6288000unMhji','beforeEach','Tihgk','ZWxnv','sep','toISOString','ROOT_DESCRIBE_BLOCK','OceGq','cfXfC','YbJBP','hSVGI','EMPqi','\x20with\x20error\x20:\x20','dRcud','JTmkG','state','IxCPt','LSPHf','tSuKQ','statSync','JeScP','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','TXxIE','hYENl','UjDPj','mlxkF','uiNzp','uYpOM','hook_run','_paths','lOhVC','result','split','GQRTu','zpnhB','dbanP'];a16_0x36ab=function(){return _0x3290c2;};return a16_0x36ab();}const HOOK_TYPES_MAP=a16_0x8e8d5b;module[a16_0x50237e(0x199)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x44cc64=a16_0x50237e,_0xe3d9f9={'tYwGA':'5|1|4|3|2|6|0','iGrvb':function(_0x28a08a){return _0x28a08a();}},_0x3fe77e=_0xe3d9f9[_0x44cc64(0x1c1)][_0x44cc64(0x149)]('|');let _0x37f048=0x0;while(!![]){switch(_0x3fe77e[_0x37f048++]){case'0':this['_gitConfigPath']=null;continue;case'1':this[_0x44cc64(0x11d)]=[];continue;case'2':this[_0x44cc64(0x14d)]=[];continue;case'3':this[_0x44cc64(0x146)]=new PathHelper({'cwd':process[_0x44cc64(0x1d7)]()},this[_0x44cc64(0x1a2)][_0x44cc64(0x17e)]);continue;case'4':this['_testEnv']=this[_0x44cc64(0xba)]();continue;case'5':this['testObservability']=_0xe3d9f9[_0x44cc64(0x114)](isTestObservabilitySession);continue;case'6':this[_0x44cc64(0xbe)]=![];continue;}break;}}[a16_0x50237e(0xba)]=()=>{const _0x11d8a9=a16_0x50237e,_0x465c9a={'RcWUE':'generic','jEFto':function(_0xbfffc4){return _0xbfffc4();}};return{'ci':_0x465c9a[_0x11d8a9(0x172)],'key':_0x465c9a[_0x11d8a9(0x10e)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x50237e(0x235)](){const _0x2797e1=a16_0x50237e;process[_0x2797e1(0xff)](_0x2797e1(0x20a)+process[_0x2797e1(0x1e5)]),process['on'](_0x2797e1(0x20a)+process[_0x2797e1(0x1e5)],this[_0x2797e1(0x185)][_0x2797e1(0xdd)](this)),process[_0x2797e1(0xff)](_0x2797e1(0xcb)+process[_0x2797e1(0x1e5)]),process['on'](_0x2797e1(0xcb)+process[_0x2797e1(0x1e5)],this[_0x2797e1(0xe5)][_0x2797e1(0xdd)](this));}[a16_0x50237e(0x1d1)]=async _0x1ef849=>{const _0x5f45f9=a16_0x50237e,_0x45c045={'HTsZj':_0x5f45f9(0x18c),'IKzOX':_0x5f45f9(0x1fa),'lseAc':function(_0x2799f2){return _0x2799f2();},'BfgKi':function(_0x3f6963,_0x258760){return _0x3f6963!==_0x258760;},'cTiUC':_0x5f45f9(0xc1),'jOHKw':_0x5f45f9(0x103),'dizoO':function(_0x11b00f,_0x272380){return _0x11b00f>_0x272380;},'xeVId':function(_0x5608d2,_0xde072a){return _0x5608d2===_0xde072a;},'VIktT':_0x5f45f9(0x1c8),'BpzzW':_0x5f45f9(0x23f),'zQXsT':function(_0x50f997,_0x3693db){return _0x50f997===_0x3693db;},'JYonK':'omYFK','wwyqe':_0x5f45f9(0x12c),'EFiKA':function(_0x4eedca,_0x545467){return _0x4eedca!==_0x545467;},'ywkci':_0x5f45f9(0x1df),'dBHuU':function(_0x2c46d3,_0x303db5){return _0x2c46d3(_0x303db5);}};try{if(_0x45c045[_0x5f45f9(0x1c2)](_0x45c045['cTiUC'],_0x45c045[_0x5f45f9(0x238)])){const _0x4e78e0=this[_0x5f45f9(0x23d)];this[_0x5f45f9(0x23d)]=_0x1ef849,_0x1ef849[_0x5f45f9(0x180)]=null,_0x1ef849[_0x5f45f9(0x22b)]=TestDetails['setTestUUID'](process[_0x5f45f9(0x1e5)]+_0x5f45f9(0x1e6)),_0x1ef849[_0x5f45f9(0x156)]=new Date()['toISOString'](),_0x45c045[_0x5f45f9(0x19c)](_0x1ef849['_currentRetry'],0x0)&&_0x4e78e0&&_0x45c045[_0x5f45f9(0x1d6)](_0x4e78e0['title'],_0x1ef849['title'])?_0x45c045['BfgKi'](_0x45c045[_0x5f45f9(0x1fd)],_0x45c045[_0x5f45f9(0x1fd)])?_0x3b534b=[_0x3f38bb['errorsDetailed'],_0x45c045['HTsZj']]:(_0x1ef849[_0x5f45f9(0x180)]=_0x4e78e0[_0x5f45f9(0x22b)],await this[_0x5f45f9(0x162)](_0x1ef849,undefined,![],_0x45c045[_0x5f45f9(0x1ab)]),_0x4e78e0[_0x5f45f9(0x138)]=STATE_FAILED,await this[_0x5f45f9(0x162)](_0x4e78e0,undefined,!![])):_0x45c045[_0x5f45f9(0x1d0)](_0x45c045['JYonK'],_0x45c045[_0x5f45f9(0x10a)])?_0x118b5f[_0x5f45f9(0x226)]=_0x42cd27[_0x5f45f9(0x1aa)](_0x3f004c[_0x5f45f9(0x1e5)]+':hookAnalyticsId'):await this[_0x5f45f9(0x162)](_0x1ef849,undefined,![],_0x45c045[_0x5f45f9(0x1ab)]);}else return{'ci':_0x45c045[_0x5f45f9(0x110)],'key':_0x45c045[_0x5f45f9(0x14f)](_0x56d604),'version':_0x2265e8,'collector':_0x5f45f9(0xb7)+_0x3611b};}catch(_0x21b359){if(_0x45c045[_0x5f45f9(0xc3)](_0x45c045[_0x5f45f9(0x18b)],_0x45c045[_0x5f45f9(0x18b)])){const _0x14dadb=_0x37e994['dirname'](_0xfa8605);return this[_0x5f45f9(0x1e9)](_0x14dadb);}else _0x45c045[_0x5f45f9(0x218)](debug,_0x5f45f9(0xbb)+_0x21b359);}};[a16_0x50237e(0xbc)](_0x518c7f){const _0x4518d5=a16_0x50237e,_0x7a0152={};_0x7a0152[_0x4518d5(0x153)]=function(_0x51bfd0,_0x45973c){return _0x51bfd0!==_0x45973c;},_0x7a0152[_0x4518d5(0x132)]='test',_0x7a0152[_0x4518d5(0x213)]=function(_0xaec6d8,_0x139681){return _0xaec6d8!==_0x139681;},_0x7a0152['OceGq']=_0x4518d5(0x23a);const _0x446629=_0x7a0152;if(_0x446629['UnXBi'](_0x518c7f['type'],_0x446629[_0x4518d5(0x132)])){if(_0x446629['QYYms'](_0x446629[_0x4518d5(0x130)],_0x446629[_0x4518d5(0x130)]))_0x52adac[_0x4518d5(0x226)]&&_0x1c5374[_0x4518d5(0x21d)](_0x4da654[_0x4518d5(0x226)]);else return'\x22'+_0x518c7f[_0x4518d5(0x1f7)]+'\x22\x20hook\x20for\x20\x22'+(_0x518c7f[_0x4518d5(0x10d)]&&_0x518c7f['parent'][_0x4518d5(0x157)])+'\x22';}return _0x518c7f[_0x4518d5(0x157)];}[a16_0x50237e(0x162)]=async(_0x3efc58,_0x560f68=undefined,_0xa5989a=![],_0x392c70='TestRunFinished')=>{const _0x3f17eb=a16_0x50237e,_0x270b91={'JWlnk':function(_0x4583d,_0x1e1b19){return _0x4583d!==_0x1e1b19;},'WmuKt':_0x3f17eb(0x111),'gdSAw':_0x3f17eb(0x15c),'OLPXX':function(_0x521bb1,_0xdc6c5d){return _0x521bb1(_0xdc6c5d);},'SEubs':_0x3f17eb(0x177),'hSVGI':_0x3f17eb(0x1f4),'NSRFP':function(_0x27f41d,_0x3bb546){return _0x27f41d(_0x3bb546);},'YPuHC':_0x3f17eb(0x12f),'wNiTc':function(_0x1d0044,_0x5b6ff0){return _0x1d0044(_0x5b6ff0);},'hcxBY':_0x3f17eb(0x156),'SJGfL':_0x3f17eb(0x1c5),'ykxiW':'zOYTK','qSSKr':_0x3f17eb(0x11a),'NUJBq':'hook_run','mzEpD':_0x3f17eb(0xc7),'mqlpz':_0x3f17eb(0x148),'KApDX':_0x3f17eb(0xf0),'uYpOM':_0x3f17eb(0xe2),'QFYSi':function(_0x497e5a,_0x14c43a){return _0x497e5a==_0x14c43a;},'KCDIk':function(_0x1f7946,_0x3463e0){return _0x1f7946===_0x3463e0;},'uveqE':function(_0x1478ec,_0x30e2fd){return _0x1478ec===_0x30e2fd;},'Fohev':_0x3f17eb(0x160),'mbMyr':_0x3f17eb(0xfb),'IsMjU':_0x3f17eb(0xe6),'luHWw':'bJiMM','tmvtc':function(_0xca8f85,_0x21a699){return _0xca8f85!==_0x21a699;},'ZPKVo':_0x3f17eb(0x187),'SJKPR':_0x3f17eb(0x14c),'DUcxW':function(_0x8232cb,_0x535cb0){return _0x8232cb===_0x535cb0;},'PIupu':_0x3f17eb(0x131),'hRXGz':_0x3f17eb(0x143),'tIuJH':function(_0x547f18,_0x4284c4){return _0x547f18===_0x4284c4;},'kpYnn':_0x3f17eb(0x209),'GNBli':_0x3f17eb(0x15d),'mybyR':_0x3f17eb(0x1a0),'ySYfY':_0x3f17eb(0x1a6),'LSPHf':function(_0x5a96d1,_0x34b4bc){return _0x5a96d1(_0x34b4bc);},'jGeKT':_0x3f17eb(0x16a),'DvdDQ':function(_0x380f40,_0x563b34){return _0x380f40!==_0x563b34;},'hqBOf':_0x3f17eb(0xd3),'VWzdx':_0x3f17eb(0x18c),'cRjwl':_0x3f17eb(0xb2),'qqoDs':_0x3f17eb(0x137),'TPigX':function(_0x1f589c,_0x3f48ac){return _0x1f589c!==_0x3f48ac;},'oiDon':_0x3f17eb(0xea),'RnLef':_0x3f17eb(0x22f),'EtdpK':function(_0x2ebf3f,_0x3b36a2){return _0x2ebf3f!==_0x3b36a2;},'Pnqlt':_0x3f17eb(0x17c),'unSBi':'javascript','hqGsg':_0x3f17eb(0xd2),'BANQt':'skipped','zFwsf':function(_0x3f0198,_0x5716be){return _0x3f0198>_0x5716be;},'YYrpM':function(_0x158a7a,_0x9b7b2e){return _0x158a7a-_0x9b7b2e;},'xKViW':function(_0x474035,_0x1c439d){return _0x474035(_0x1c439d);},'Tihgk':function(_0x14db21,_0x192d1c){return _0x14db21===_0x192d1c;},'TXGdk':function(_0x58c1c8,_0x1ac9d2){return _0x58c1c8===_0x1ac9d2;},'nuiWf':_0x3f17eb(0x1dc),'xbuJj':_0x3f17eb(0x233),'Hpomr':function(_0x5ae2dd,_0x173402){return _0x5ae2dd!==_0x173402;},'HECZL':_0x3f17eb(0x173),'jDqTv':_0x3f17eb(0xbf),'YRRrG':function(_0x29b3b4,_0x50b7a4){return _0x29b3b4===_0x50b7a4;},'kzpir':_0x3f17eb(0x1b5),'RlVZc':_0x3f17eb(0xfc),'clRME':_0x3f17eb(0x121),'xAtnz':function(_0x266813,_0x1f0afc){return _0x266813!==_0x1f0afc;},'JvuQY':function(_0x465b04,_0x3e8755){return _0x465b04===_0x3e8755;},'EUkoB':_0x3f17eb(0x11f),'mvNeU':_0x3f17eb(0x1d8),'oVqTp':function(_0x3f5ec3,_0x3afab7){return _0x3f5ec3===_0x3afab7;},'UPtAX':'hOPOC','NrtYF':_0x3f17eb(0x13b),'LiUlO':function(_0x126c41,_0x307168){return _0x126c41!==_0x307168;},'NUOCf':_0x3f17eb(0x1da),'KWgUe':'failure_backtrace','JeScP':_0x3f17eb(0xd5),'arUNA':_0x3f17eb(0x1bf),'hMiTZ':_0x3f17eb(0x1c0),'tWFki':'TestRunFinished','DKMDc':function(_0x2e4d4c,_0x12fd49){return _0x2e4d4c===_0x12fd49;},'emmdW':'LSsyn','kiiZA':_0x3f17eb(0x183),'qIDFi':function(_0x5cf955,_0x3ee423){return _0x5cf955!==_0x3ee423;},'ZuMGZ':_0x3f17eb(0x206),'RGKqJ':_0x3f17eb(0x126),'uZyhJ':_0x3f17eb(0x192),'pNBxN':_0x3f17eb(0x1cd),'miNEX':function(_0x1faecb,_0x19e168){return _0x1faecb===_0x19e168;},'GQRTu':'nWcdF','YhlGx':_0x3f17eb(0x1c9),'nrvEL':'vQUys','gvjYa':_0x3f17eb(0x234),'IvLqb':_0x3f17eb(0x211),'cHjWV':function(_0x72651d,_0x3fe92a){return _0x72651d!==_0x3fe92a;},'VWaFQ':_0x3f17eb(0x23c),'NPvGa':function(_0x1a3bb1,_0x1bf492){return _0x1a3bb1===_0x1bf492;},'qILZH':'ZItUx','tFkFX':function(_0x1a536f,_0x5d070c){return _0x1a536f(_0x5d070c);}};try{if(_0x270b91[_0x3f17eb(0x191)](_0x270b91[_0x3f17eb(0x125)],_0x270b91['luHWw'])){if(_0x3efc58['fn']&&_0x3efc58['fn'][_0x3f17eb(0xd9)]()[_0x3f17eb(0x151)](/browserstack internal helper hook/)){if(_0x270b91['tmvtc'](_0x270b91[_0x3f17eb(0x18d)],_0x270b91['SJKPR']))return;else{if(_0xd2e308['asyncError']){const _0x5964c3=_0x2cb2e5[_0x3f17eb(0x1bc)][_0x3f17eb(0x150)](_0x167534,_0x20fc45[_0x3f17eb(0x20f)]);return _0x5964c3[0x0][_0x3f17eb(0x175)]();}if(_0x20edb3[_0x3f17eb(0x210)])return _0x16ba7e[_0x3f17eb(0x210)];return null;}}await this[_0x3f17eb(0x193)]();let _0x1dc3cd;try{_0x270b91['DUcxW'](_0x270b91['PIupu'],_0x270b91['hRXGz'])?_0x270b91[_0x3f17eb(0x191)](_0x311c89['result'],_0x270b91['WmuKt'])&&(_0x37109f[_0x3f17eb(0x148)]=_0x270b91[_0x3f17eb(0xf3)]):_0x1dc3cd=this[_0x3f17eb(0xec)](_0x3efc58);}catch(_0x432406){_0x270b91[_0x3f17eb(0x1b3)](_0x270b91['kpYnn'],_0x270b91[_0x3f17eb(0x222)])?_0x270b91[_0x3f17eb(0x176)](_0x182fc2,_0x3f17eb(0x13e)+_0x89d5d1):(_0x270b91[_0x3f17eb(0xfd)](debug,_0x3f17eb(0x236)+_0x432406),_0x1dc3cd=null);}if(_0x1dc3cd['includes'](_0x270b91['mybyR'])){if(_0x270b91['tIuJH'](_0x270b91[_0x3f17eb(0x1ee)],_0x270b91[_0x3f17eb(0x1ee)]))return;else _0x2d6b06=[_0x310aa5,_0x270b91[_0x3f17eb(0x1a4)]];}const _0x24a410=_0x270b91[_0x3f17eb(0x13a)](require,_0x270b91[_0x3f17eb(0x182)]);let _0x5a4bf1=[];if(_0x270b91[_0x3f17eb(0xc9)](_0x3efc58[_0x3f17eb(0x232)],undefined))_0x270b91['DvdDQ'](_0x270b91[_0x3f17eb(0x163)],_0x270b91[_0x3f17eb(0x163)])?_0x3f8f6e[_0x270b91[_0x3f17eb(0x133)]]=_0x1759fa:_0x5a4bf1=[_0x3efc58['errorsDetailed'],_0x270b91[_0x3f17eb(0x11e)]];else{if(_0x270b91['DvdDQ'](_0x560f68,undefined))_0x270b91[_0x3f17eb(0x191)](_0x270b91['cRjwl'],_0x270b91['qqoDs'])?_0x5a4bf1=[_0x560f68,_0x270b91['SEubs']]:_0x3e349d['hookAnalyticsId']=null;else{if(_0x270b91[_0x3f17eb(0x10c)](_0x270b91['oiDon'],_0x270b91[_0x3f17eb(0x20c)]))_0x5a4bf1=[];else{if(!_0x1a2d3e||!_0x574833[_0x3f17eb(0x10d)])return[];const _0x3f65ae=[];return _0x5c70e5[_0x3f17eb(0x10d)][_0x3f17eb(0x19e)][_0x3f17eb(0x1a1)](_0x471c47=>{const _0x32b330=_0x3f17eb;_0x471c47[_0x32b330(0x226)]&&_0x3f65ae['push'](_0x471c47['hookAnalyticsId']);}),[..._0x3f65ae,...this['getHooksForTest'](_0x2644a3[_0x3f17eb(0x10d)])];}}}const _0x4183b0=_0x270b91['EtdpK'](_0x3efc58[_0x3f17eb(0x232)],undefined)?_0x24a410[_0x3f17eb(0xe7)](_0x3efc58[_0x3f17eb(0x232)][0x0]):_0x270b91['tmvtc'](_0x560f68,undefined)?_0x560f68['toString']():undefined,_0x252296=_0x1dc3cd?this[_0x3f17eb(0x146)][_0x3f17eb(0x1be)](this['getRootParentFile'](_0x3efc58)):_0x270b91[_0x3f17eb(0xde)],_0x3281d0={'framework':FRAMEWORKS[_0x3f17eb(0x167)],'uuid':_0x3efc58[_0x3f17eb(0x22b)]||_0x3efc58[_0x3f17eb(0x226)],'name':this[_0x3f17eb(0xbc)](_0x3efc58),'body':{'lang':_0x270b91[_0x3f17eb(0xb0)],'code':_0x3efc58['fn']['toString']()},'scopes':this[_0x3f17eb(0x106)](_0x3efc58),'file_name':_0x252296,'vc_filepath':this['_gitConfigPath']&&_0x1dc3cd?path['relative'](this['_gitConfigPath'],_0x1dc3cd):null,'location':_0x252296,'result':_0x270b91[_0x3f17eb(0x128)](_0x392c70,_0x270b91[_0x3f17eb(0x115)])?_0x270b91['BANQt']:this[_0x3f17eb(0x1de)](_0x3efc58['errorsDetailed']&&_0x270b91['zFwsf'](_0x3efc58[_0x3f17eb(0x232)]['length'],0x0)?_0x270b91['WmuKt']:_0x270b91[_0x3f17eb(0xf3)]),'failure_reason':_0x4183b0,'duration_in_ms':_0x3efc58['duration']||(_0x392c70['match'](/Finished/)||_0x392c70[_0x3f17eb(0x151)](/Skipped/)?_0x270b91[_0x3f17eb(0x171)](Date[_0x3f17eb(0x1d5)](),new Date(_0x3efc58[_0x3f17eb(0x156)])[_0x3f17eb(0x154)]()):null),'started_at':_0x3efc58[_0x3f17eb(0x156)],'finished_at':_0x392c70[_0x3f17eb(0x151)](/Finished/)||_0x392c70[_0x3f17eb(0x151)](/Skipped/)?new Date()[_0x3f17eb(0x12e)]():null,'failure':failureData[_0x3f17eb(0xe9)](null,_0x5a4bf1),'failure_type':!_0x4183b0?null:_0x270b91[_0x3f17eb(0xef)](getFailureType,_0x4183b0),'retry_of':_0x3efc58['retryOf']};if(_0x270b91[_0x3f17eb(0x12b)](_0x392c70,_0x270b91['hqGsg'])&&!_0x3281d0[_0x270b91[_0x3f17eb(0x1c3)]]){if(_0x270b91[_0x3f17eb(0x15b)](_0x270b91[_0x3f17eb(0x205)],_0x270b91[_0x3f17eb(0x1e0)]))return;else _0x3281d0[_0x270b91['hcxBY']]=_0x3281d0[_0x270b91[_0x3f17eb(0x225)]];}if(_0x392c70[_0x3f17eb(0x151)](/HookRun/)){if(_0x270b91[_0x3f17eb(0x1b2)](_0x270b91[_0x3f17eb(0x1f8)],_0x270b91[_0x3f17eb(0x11b)])){[_0x3281d0[_0x3f17eb(0x192)],_0x3281d0[_0x3f17eb(0x157)]]=[_0x3efc58[_0x3f17eb(0x1f7)],this['getName'](_0x3efc58)];if(_0x270b91['YRRrG'](_0x392c70,_0x270b91['kzpir'])){if(_0x270b91[_0x3f17eb(0x1b2)](_0x270b91[_0x3f17eb(0xdf)],_0x270b91[_0x3f17eb(0x21e)]))_0x270b91[_0x3f17eb(0x189)](_0x3281d0[_0x3f17eb(0x148)],_0x270b91[_0x3f17eb(0x1db)])&&(_0x270b91['JvuQY'](_0x270b91[_0x3f17eb(0x1f5)],_0x270b91[_0x3f17eb(0x240)])?_0x270b91[_0x3f17eb(0xfd)](_0x136144,_0x3f17eb(0x119)+_0x5cdba6+_0x3f17eb(0x135)+_0x2445b2):_0x3281d0[_0x3f17eb(0x148)]=_0x270b91[_0x3f17eb(0xf3)]);else return'\x22'+_0x4c6378[_0x3f17eb(0x1f7)]+_0x3f17eb(0x239)+(_0x311db5[_0x3f17eb(0x10d)]&&_0x3f3c97[_0x3f17eb(0x10d)][_0x3f17eb(0x157)])+'\x22';}}else!_0x3747a3[_0x3f17eb(0x226)]&&(_0x1f3ca4[_0x3f17eb(0x226)]=_0x44a778['setTestUUID'](_0x5591af[_0x3f17eb(0x1e5)]+_0x3f17eb(0x1e2)));}else{if(_0x392c70['match'](/TestRun/)){if(_0x270b91[_0x3f17eb(0xed)](_0x270b91[_0x3f17eb(0x127)],_0x270b91[_0x3f17eb(0xbd)])){let _0x35c1dc=_0x36bb94[_0x3f17eb(0x10d)];while(_0x35c1dc&&_0x270b91[_0x3f17eb(0x191)](_0x35c1dc[_0x3f17eb(0x157)],'')&&_0x270b91[_0x3f17eb(0x191)](_0x35c1dc[_0x3f17eb(0x157)],_0x270b91[_0x3f17eb(0x1cb)])){_0x571e8f[_0x3f17eb(0x21d)](_0x35c1dc[_0x3f17eb(0x157)]),_0x35c1dc=_0x35c1dc[_0x3f17eb(0x10d)];}}else this[_0x3f17eb(0x1e1)](_0x3efc58);}}const _0x1c22d9=_0x3281d0[_0x270b91[_0x3f17eb(0x169)]][0x0];_0x1c22d9&&(_0x270b91[_0x3f17eb(0x19f)](_0x270b91[_0x3f17eb(0x179)],_0x270b91['NUOCf'])?(_0x11117b['removeAllListeners'](_0x3f17eb(0x20a)+_0x498299[_0x3f17eb(0x1e5)]),_0x10b50d['on'](_0x3f17eb(0x20a)+_0x47f9c7[_0x3f17eb(0x1e5)],this[_0x3f17eb(0x185)][_0x3f17eb(0xdd)](this)),_0x4e69a9[_0x3f17eb(0xff)](_0x3f17eb(0xcb)+_0x646046[_0x3f17eb(0x1e5)]),_0xbf7f1b['on']('bs:addPlatformDetails:'+_0x18c59f[_0x3f17eb(0x1e5)],this[_0x3f17eb(0xe5)][_0x3f17eb(0xdd)](this))):(_0x3281d0[_0x270b91[_0x3f17eb(0x1e3)]]=_0x1c22d9[_0x270b91[_0x3f17eb(0x13d)]],_0x3281d0[_0x270b91[_0x3f17eb(0x202)]]=_0x1c22d9[_0x270b91[_0x3f17eb(0xce)]]));[_0x270b91[_0x3f17eb(0x219)],_0x270b91[_0x3f17eb(0x115)]][_0x3f17eb(0x152)](_0x392c70)&&(_0x270b91[_0x3f17eb(0xeb)](_0x270b91[_0x3f17eb(0x1f9)],_0x270b91['kiiZA'])?_0x270b91[_0x3f17eb(0x1d9)](_0x31ba2,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x1640dc):(this[_0x3f17eb(0x11d)][_0x3f17eb(0x21d)](_0x3281d0),_0x3281d0[_0x3f17eb(0x19e)]=this[_0x3f17eb(0xcf)](_0x3efc58),this[_0x3f17eb(0x15f)](_0x3efc58)));const _0x569c03={'event_type':_0x270b91['JvuQY'](_0x392c70,_0x270b91[_0x3f17eb(0x115)])?_0x270b91[_0x3f17eb(0x219)]:_0x392c70};_0x392c70[_0x3f17eb(0x151)](/HookRun/)?_0x270b91[_0x3f17eb(0x1dd)](_0x270b91[_0x3f17eb(0xfe)],_0x270b91[_0x3f17eb(0x1af)])?(_0x3281d0[_0x270b91[_0x3f17eb(0x1ea)]]=HOOK_TYPES_MAP[_0x3281d0[_0x270b91[_0x3f17eb(0x1ea)]]],_0x569c03[_0x270b91[_0x3f17eb(0xd1)]]=_0x3281d0):_0x5f2ce0['test_run_uuid']=_0x550f73:_0x270b91[_0x3f17eb(0xed)](_0x270b91['pNBxN'],_0x270b91['pNBxN'])?_0x569c03[_0x270b91[_0x3f17eb(0x133)]]=_0x3281d0:_0x4057b6[_0x270b91[_0x3f17eb(0x1c3)]]=_0x51792c[_0x270b91[_0x3f17eb(0x225)]];_0x270b91[_0x3f17eb(0xd4)](this[_0x3f17eb(0x14d)][_0x3f17eb(0x17b)],0x0)&&[_0x270b91[_0x3f17eb(0x219)],_0x270b91[_0x3f17eb(0x115)]]['includes'](_0x392c70)&&(_0x270b91['miNEX'](_0x270b91[_0x3f17eb(0x14a)],_0x270b91[_0x3f17eb(0x18a)])?(_0x53d938[_0x3f17eb(0x21d)](_0x47e917[_0x3f17eb(0x157)]),_0x328a33=_0x14eea1[_0x3f17eb(0x10d)]):(this['hook_data'][_0x3f17eb(0x1a1)](async _0x1045d1=>{const _0x4735bb=_0x3f17eb;if(_0x270b91[_0x4735bb(0x191)](_0x270b91[_0x4735bb(0xb3)],_0x270b91[_0x4735bb(0xb3)]))return;else{const _0x5ba61f=_0x270b91['qSSKr'][_0x4735bb(0x149)]('|');let _0xf5e6a1=0x0;while(!![]){switch(_0x5ba61f[_0xf5e6a1++]){case'0':await SessionHandler[_0x4735bb(0x1d3)](_0x1045d1);continue;case'1':_0x1045d1[_0x270b91[_0x4735bb(0xd1)]][_0x270b91['mzEpD']]=_0x569c03[_0x270b91['hSVGI']][_0x270b91[_0x4735bb(0x169)]];continue;case'2':_0x1045d1[_0x270b91[_0x4735bb(0xd1)]][_0x270b91['mqlpz']]=_0x569c03[_0x270b91[_0x4735bb(0x133)]][_0x270b91['mqlpz']];continue;case'3':_0x1045d1[_0x270b91[_0x4735bb(0xd1)]][_0x270b91[_0x4735bb(0x1ac)]]=_0x569c03[_0x270b91[_0x4735bb(0x133)]][_0x270b91[_0x4735bb(0x1ac)]];continue;case'4':_0x1045d1[_0x270b91[_0x4735bb(0xd1)]][_0x270b91[_0x4735bb(0x144)]]=_0x569c03[_0x270b91['hSVGI']][_0x270b91[_0x4735bb(0x144)]];continue;}break;}}}),this[_0x3f17eb(0x14d)]=[]));if(_0x270b91[_0x3f17eb(0x12b)](this['hook_failure'],_0x3efc58[_0x3f17eb(0x1f7)])){if(_0x270b91[_0x3f17eb(0x16f)](_0x270b91[_0x3f17eb(0x178)],_0x270b91['gvjYa'])){if(!_0x44a823||!_0x1e6152[_0x3f17eb(0x10d)])return;_0x2744d0[_0x3f17eb(0x10d)][_0x3f17eb(0x19e)]['forEach'](_0xffadc3=>{const _0x5155d7=_0x3f17eb;!_0xffadc3['hookAnalyticsId']&&(_0xffadc3[_0x5155d7(0x226)]=_0x36bcae[_0x5155d7(0x1aa)](_0x34de0e['pid']+_0x5155d7(0x1e2)));}),this[_0x3f17eb(0x1e1)](_0x4849db[_0x3f17eb(0x10d)]);}else{this[_0x3f17eb(0x14d)]['push'](_0x569c03);return;}}if(_0x270b91['Tihgk'](this[_0x3f17eb(0xc4)],_0x270b91[_0x3f17eb(0x1cf)])&&_0x569c03[_0x270b91['hSVGI']]){if(_0x270b91[_0x3f17eb(0x22a)](_0x270b91[_0x3f17eb(0x1f6)],_0x270b91[_0x3f17eb(0x1f6)])){this[_0x3f17eb(0x14d)][_0x3f17eb(0x21d)](_0x56c950);return;}else _0x569c03[_0x270b91[_0x3f17eb(0x133)]][_0x270b91[_0x3f17eb(0xe0)]]=_0x270b91[_0x3f17eb(0x229)],_0x569c03[_0x270b91[_0x3f17eb(0x133)]][_0x270b91[_0x3f17eb(0x169)]]=null,_0x569c03[_0x270b91[_0x3f17eb(0x133)]][_0x270b91[_0x3f17eb(0x144)]]=null;}await SessionHandler['uploadEventData'](_0x569c03);}else{const _0x53a6a7=_0x347533[_0x3f17eb(0x12d)];if(_0x270b91[_0x3f17eb(0x23e)](_0x576e21,null)||_0x270b91['KCDIk'](_0x59e16c,'')||_0x270b91[_0x3f17eb(0x128)](_0x1fe9b3,_0x53a6a7))return null;try{return _0x441874['statSync'](_0x3934b0[_0x3f17eb(0x22e)](_0x446f91,_0x270b91[_0x3f17eb(0x16e)],_0x270b91[_0x3f17eb(0x197)])),_0x197fe7;}catch(_0x3b02a7){const _0x4aa70c=_0x468a40[_0x3f17eb(0x220)](_0xfd44f8);return this[_0x3f17eb(0x1e9)](_0x4aa70c);}}}catch(_0x1dbaf8){_0x270b91[_0x3f17eb(0x227)](_0x270b91[_0x3f17eb(0x195)],_0x270b91[_0x3f17eb(0x195)])?_0x270b91[_0x3f17eb(0xe4)](debug,_0x3f17eb(0x119)+_0x392c70+'\x20with\x20error\x20:\x20'+_0x1dbaf8):this['_gitConfigPath']=_0x55de50[_0x3f17eb(0x1b4)];}};['findGitConfig'](_0x465569){const _0x98587c=a16_0x50237e,_0x3e4345={'iXbCI':_0x98587c(0x1bb),'fkTBG':function(_0x39f457){return _0x39f457();},'IxCPt':function(_0xdab15d,_0x2de1f7){return _0xdab15d==_0x2de1f7;},'rutLi':function(_0x49b998,_0x498de3){return _0x49b998===_0x498de3;},'hIDtQ':function(_0x16d934,_0x4350c3){return _0x16d934===_0x4350c3;},'qfUQS':'dZDnw','nrJFh':_0x98587c(0x1e4),'DVxjO':function(_0x253a9b,_0x64a9bc){return _0x253a9b===_0x64a9bc;},'qwzGH':_0x98587c(0x1a9),'OLKIY':_0x98587c(0x160),'dSlcQ':'config','vsQTg':function(_0x18c77e,_0x28fe96){return _0x18c77e!==_0x28fe96;},'KKMaF':_0x98587c(0x1fe),'ofOUq':_0x98587c(0x104)},_0x11082d=path[_0x98587c(0x12d)];if(_0x3e4345[_0x98587c(0x139)](_0x465569,null)||_0x3e4345[_0x98587c(0x21a)](_0x465569,'')||_0x3e4345[_0x98587c(0x117)](_0x465569,_0x11082d)){if(_0x3e4345[_0x98587c(0x117)](_0x3e4345[_0x98587c(0x1c6)],_0x3e4345['nrJFh'])){const _0x55b207=_0x1e2889[_0x98587c(0x1bc)][_0x98587c(0x150)](_0x15f70f,_0x536c06[_0x98587c(0x20f)]);return _0x55b207[0x0]['getFileName']();}else return null;}try{if(_0x3e4345[_0x98587c(0x101)](_0x3e4345[_0x98587c(0x1b8)],_0x3e4345[_0x98587c(0x1b8)]))return fs[_0x98587c(0x13c)](path[_0x98587c(0x22e)](_0x465569,_0x3e4345['OLKIY'],_0x3e4345[_0x98587c(0xdc)])),_0x465569;else{const _0x1dfed=_0x3e4345[_0x98587c(0x164)][_0x98587c(0x149)]('|');let _0x331a11=0x0;while(!![]){switch(_0x1dfed[_0x331a11++]){case'0':this[_0x98587c(0x14d)]=[];continue;case'1':this[_0x98587c(0xbe)]=![];continue;case'2':this[_0x98587c(0x230)]=_0x3e4345[_0x98587c(0xc2)](_0x45e793);continue;case'3':this['_paths']=new _0x54d368({'cwd':_0x25c59d[_0x98587c(0x1d7)]()},this['_testEnv'][_0x98587c(0x17e)]);continue;case'4':this['_testResults']=[];continue;case'5':this[_0x98587c(0x174)]=null;continue;case'6':this['_testEnv']=this[_0x98587c(0xba)]();continue;}break;}}}catch(_0x4f175e){if(_0x3e4345[_0x98587c(0x237)](_0x3e4345[_0x98587c(0x21c)],_0x3e4345[_0x98587c(0xb6)])){const _0x1d123a=path[_0x98587c(0x220)](_0x465569);return this[_0x98587c(0x1e9)](_0x1d123a);}else _0x22682c[_0x98587c(0x107)]=_0x26bfdd;}}[a16_0x50237e(0x185)]=async _0x255085=>{const _0x4e712f=a16_0x50237e,_0x514693={'DTLyT':function(_0x3121dd,_0x45b45a){return _0x3121dd(_0x45b45a);},'iVswV':_0x4e712f(0x192),'OcXwC':_0x4e712f(0x145),'hOSTv':function(_0x540d5e,_0x44ed08){return _0x540d5e!==_0x44ed08;},'zfxIE':_0x4e712f(0x16d),'IbCTr':_0x4e712f(0xf5),'ZsJdU':function(_0x2e59c9,_0x5728bf){return _0x2e59c9===_0x5728bf;},'nutLO':'WfUBd','hoUqG':_0x4e712f(0xc8),'tMRWr':_0x4e712f(0x1f2),'YjxrJ':function(_0x2dec26,_0x24f86f){return _0x2dec26!==_0x24f86f;},'qkqRx':_0x4e712f(0x21f),'ETXGw':_0x4e712f(0x224),'rdxTL':function(_0x1e19ec,_0x4f2a82){return _0x1e19ec===_0x4f2a82;},'Lczsf':_0x4e712f(0x105),'czemc':_0x4e712f(0x204)},_0x316a49=TestDetails[_0x4e712f(0x17a)](process[_0x4e712f(0x1e5)]+_0x4e712f(0x1e2)),_0x4507cf=TestDetails[_0x4e712f(0x17a)](process[_0x4e712f(0x1e5)]+_0x4e712f(0x1e6));try{if(_0x514693[_0x4e712f(0x1ce)](_0x514693[_0x4e712f(0x10b)],_0x514693[_0x4e712f(0x208)])){(_0x316a49||this[_0x4e712f(0x194)]&&!this[_0x4e712f(0x194)][_0x4e712f(0x215)])&&(_0x514693[_0x4e712f(0x207)](_0x514693['nutLO'],_0x514693[_0x4e712f(0x122)])?_0x255085[_0x4e712f(0x107)]=_0x316a49:_0x424aa2['push'](_0x4c750a[_0x4e712f(0x226)]));!_0x255085['hook_run_uuid']&&_0x4507cf&&(_0x514693[_0x4e712f(0x1ce)](_0x514693['hoUqG'],_0x514693[_0x4e712f(0x1b9)])?_0x255085[_0x4e712f(0x1ae)]=_0x4507cf:_0x4a6726=this['getRootParentFile'](_0x524979));if(_0x255085['hook_run_uuid']||_0x255085[_0x4e712f(0x1ae)]){if(_0x514693[_0x4e712f(0xf7)](_0x514693[_0x4e712f(0x116)],_0x514693['qkqRx']))_0x514693[_0x4e712f(0x200)](_0x2586b9,_0x4e712f(0x236)+_0x56c788),_0x4f6f0c=null;else{const _0x5759dd={};_0x5759dd['event_type']=_0x514693['ETXGw'],_0x5759dd[_0x4e712f(0x1a7)]=[_0x255085],await SessionHandler[_0x4e712f(0x1d3)](_0x5759dd);}}}else _0x886b26[_0x514693[_0x4e712f(0x113)]]=_0x488257[_0x318630[_0x514693[_0x4e712f(0x113)]]],_0x2ffdac[_0x514693[_0x4e712f(0x159)]]=_0x332ef1;}catch(_0x367082){if(_0x514693['rdxTL'](_0x514693['Lczsf'],_0x514693[_0x4e712f(0x1b1)]))return this[_0x4e712f(0x174)];else _0x514693[_0x4e712f(0x200)](debug,_0x4e712f(0x1cc)+_0x367082);}};['appendTestPlatform']=async _0x5631dd=>{const _0x537840=a16_0x50237e,_0x4be359={'XfKkB':function(_0x75affb,_0x223a8c){return _0x75affb===_0x223a8c;},'OcpEM':_0x537840(0x1b5),'ZpWZf':function(_0x18c244,_0x39aa6e){return _0x18c244!==_0x39aa6e;},'hVDtF':_0x537840(0x111),'mNEJP':_0x537840(0x15c),'avBoI':_0x537840(0xcc),'Mbvrk':'mRArg','qUIrY':_0x537840(0x214),'Yroxh':_0x537840(0x16c),'gEJVJ':function(_0x180f11,_0x4e44ad){return _0x180f11!==_0x4e44ad;},'gIzyY':_0x537840(0x118),'nTZYP':_0x537840(0xd7),'MLkTw':function(_0x5ea33d,_0xb01299){return _0x5ea33d(_0xb01299);}};try{if(_0x4be359['ZpWZf'](_0x4be359[_0x537840(0xf2)],_0x4be359['Mbvrk'])){const _0x35e043={'uuid':_0x5631dd[_0x537840(0x1fb)]||TestDetails[_0x537840(0x17a)](process['pid']+_0x537840(0x1e6)),'integrations':_0x5631dd[_0x4be359[_0x537840(0x18e)]]},_0x301e39={};_0x301e39['event_type']=_0x4be359[_0x537840(0x1e7)],_0x301e39[_0x537840(0x1f4)]=_0x35e043,await SessionHandler['uploadEventData'](_0x301e39);}else return[];}catch(_0xcfbf17){_0x4be359[_0x537840(0x102)](_0x4be359['gIzyY'],_0x4be359[_0x537840(0xe8)])?_0x4be359[_0x537840(0xf8)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0xcfbf17):([_0x3b2e07['hook_type'],_0x11bea9['name']]=[_0x566544['type'],this[_0x537840(0xbc)](_0x2d8639)],_0x4be359[_0x537840(0x1ba)](_0x3ba7ab,_0x4be359[_0x537840(0x19a)])&&(_0x4be359[_0x537840(0x168)](_0x3cd8d7[_0x537840(0x148)],_0x4be359[_0x537840(0x1fc)])&&(_0x5d5bcf[_0x537840(0x148)]=_0x4be359['mNEJP'])));}};async[a16_0x50237e(0x193)](){const _0x47f753=a16_0x50237e,_0x17b070={'zzpGW':function(_0x4a33bf,_0x511650){return _0x4a33bf===_0x511650;},'NgXxQ':'oCkZQ','rfBaA':_0x47f753(0x1a3),'TZiCd':function(_0x2b48b9){return _0x2b48b9();},'LZENW':function(_0x594bbd,_0x1e5e8b){return _0x594bbd===_0x1e5e8b;},'LyIes':_0x47f753(0xc0)};if(this['_gitConfigured'])return _0x17b070[_0x47f753(0x16b)](_0x17b070[_0x47f753(0x158)],_0x17b070['rfBaA'])?null:this[_0x47f753(0x174)];const _0x5e52ff=await _0x17b070[_0x47f753(0xb4)](getGitMetaData);_0x5e52ff&&(_0x17b070[_0x47f753(0x1b0)](_0x17b070[_0x47f753(0x1b7)],_0x17b070[_0x47f753(0x1b7)])?this[_0x47f753(0x174)]=_0x5e52ff[_0x47f753(0x1b4)]:(this[_0x47f753(0x11d)]['push'](_0x251ab2),_0x1247ee[_0x47f753(0x19e)]=this['getHooksForTest'](_0x36c9f8),this[_0x47f753(0x15f)](_0x5244f1))),this[_0x47f753(0xbe)]=!![];}[a16_0x50237e(0x1de)](_0x490ab9){const _0x10da69=a16_0x50237e,_0xbb39ac={};_0xbb39ac[_0x10da69(0x147)]=_0x10da69(0x15c),_0xbb39ac[_0x10da69(0xd6)]='pending',_0xbb39ac[_0x10da69(0x190)]=_0x10da69(0x111);const _0xc32d01=_0xbb39ac,_0x1addc7={};return _0x1addc7[STATE_PASSED]=_0xc32d01[_0x10da69(0x147)],_0x1addc7[STATE_PENDING]=_0xc32d01[_0x10da69(0xd6)],_0x1addc7[STATE_FAILED]=_0xc32d01[_0x10da69(0x190)],_0x1addc7[_0x490ab9];}[a16_0x50237e(0x106)](_0xc58f60){const _0x609eb2=a16_0x50237e,_0x278ecc={};_0x278ecc[_0x609eb2(0xf6)]=function(_0x24cf1e,_0x1329cd){return _0x24cf1e!==_0x1329cd;},_0x278ecc[_0x609eb2(0x1a8)]='ROOT_DESCRIBE_BLOCK',_0x278ecc['LXftE']='test_run',_0x278ecc['GcEiu']=_0x609eb2(0x148),_0x278ecc['iUWhX']=_0x609eb2(0x1f1),_0x278ecc[_0x609eb2(0x161)]=_0x609eb2(0xc7),_0x278ecc['nBJPd']=_0x609eb2(0xe2),_0x278ecc[_0x609eb2(0x198)]=function(_0x26dcf3,_0x4630eb){return _0x26dcf3===_0x4630eb;},_0x278ecc[_0x609eb2(0x221)]=_0x609eb2(0xb8),_0x278ecc[_0x609eb2(0x140)]=function(_0x183652,_0x31d0ca){return _0x183652!==_0x31d0ca;},_0x278ecc[_0x609eb2(0xc5)]='XUtpI';const _0x105c9c=_0x278ecc,_0x7b35a8=[];if(_0xc58f60&&_0xc58f60[_0x609eb2(0x10d)]){if(_0x105c9c[_0x609eb2(0x198)](_0x105c9c['ADrNS'],_0x105c9c[_0x609eb2(0x221)])){let _0x32db56=_0xc58f60[_0x609eb2(0x10d)];while(_0x32db56&&_0x105c9c['elQQZ'](_0x32db56[_0x609eb2(0x157)],'')&&_0x105c9c[_0x609eb2(0x140)](_0x32db56[_0x609eb2(0x157)],_0x105c9c[_0x609eb2(0x1a8)])){if(_0x105c9c['ZwdFM'](_0x105c9c[_0x609eb2(0xc5)],_0x105c9c[_0x609eb2(0xc5)]))_0x7b35a8[_0x609eb2(0x21d)](_0x32db56[_0x609eb2(0x157)]),_0x32db56=_0x32db56['parent'];else{const _0x36eb09=[];if(_0x41f53c&&_0x2bd273[_0x609eb2(0x10d)]){let _0x437947=_0x4019ee[_0x609eb2(0x10d)];while(_0x437947&&_0x105c9c[_0x609eb2(0xf6)](_0x437947[_0x609eb2(0x157)],'')&&_0x105c9c[_0x609eb2(0xf6)](_0x437947[_0x609eb2(0x157)],_0x105c9c[_0x609eb2(0x1a8)])){_0x36eb09[_0x609eb2(0x21d)](_0x437947[_0x609eb2(0x157)]),_0x437947=_0x437947['parent'];}}return _0x36eb09[_0x609eb2(0xc6)](),_0x36eb09;}}}else _0x3f6ada[_0x105c9c[_0x609eb2(0xcd)]][_0x105c9c[_0x609eb2(0xdb)]]=_0x105c9c[_0x609eb2(0xb1)],_0x3c4114[_0x105c9c['LXftE']][_0x105c9c[_0x609eb2(0x161)]]=null,_0x5150a4[_0x105c9c['LXftE']][_0x105c9c[_0x609eb2(0xd8)]]=null;}return _0x7b35a8[_0x609eb2(0xc6)](),_0x7b35a8;}[a16_0x50237e(0xec)]=_0x1fccb1=>{const _0x1baa4a=a16_0x50237e,_0x3064f5={};_0x3064f5[_0x1baa4a(0xf1)]=function(_0x2a5eae,_0x37d99f){return _0x2a5eae===_0x37d99f;},_0x3064f5['FDqCW']='ezHoH',_0x3064f5['IPCTH']=function(_0xedf3ed,_0x359a7a){return _0xedf3ed!==_0x359a7a;},_0x3064f5['mcJgv']='aWrZn',_0x3064f5[_0x1baa4a(0x136)]='LyUOK';const _0x47d0b=_0x3064f5;if(_0x1fccb1[_0x1baa4a(0x20f)]){if(_0x47d0b[_0x1baa4a(0xf1)](_0x47d0b[_0x1baa4a(0xf4)],_0x47d0b['FDqCW'])){const _0x52e1b2=stackTrace[_0x1baa4a(0x1bc)][_0x1baa4a(0x150)](stackTrace,_0x1fccb1['asyncError']);return _0x52e1b2[0x0]['getFileName']();}else return _0x28a69e['file'];}if(_0x1fccb1[_0x1baa4a(0x210)]){if(_0x47d0b[_0x1baa4a(0xaf)](_0x47d0b[_0x1baa4a(0xb9)],_0x47d0b[_0x1baa4a(0x136)]))return _0x1fccb1[_0x1baa4a(0x210)];else this[_0x1baa4a(0x1e1)](_0x58736d);}return null;};[a16_0x50237e(0x1e1)]=_0x53ce31=>{const _0x5bdc9d=a16_0x50237e,_0x559839={};_0x559839[_0x5bdc9d(0x1f3)]=function(_0x7f993b,_0x2b344d){return _0x7f993b!==_0x2b344d;},_0x559839[_0x5bdc9d(0xd0)]=_0x5bdc9d(0x18c),_0x559839[_0x5bdc9d(0x201)]=_0x5bdc9d(0x181),_0x559839['WiUNn']=_0x5bdc9d(0xd5),_0x559839['RZlGQ']=_0x5bdc9d(0x1bf),_0x559839[_0x5bdc9d(0x196)]=_0x5bdc9d(0x1c0),_0x559839[_0x5bdc9d(0x141)]='passed',_0x559839[_0x5bdc9d(0x134)]=_0x5bdc9d(0x184),_0x559839[_0x5bdc9d(0x14e)]=_0x5bdc9d(0x111),_0x559839[_0x5bdc9d(0x13f)]=function(_0x5876ff,_0x2fa1c0){return _0x5876ff!==_0x2fa1c0;},_0x559839['EUFxF']=_0x5bdc9d(0xf9),_0x559839[_0x5bdc9d(0x1a5)]='orlFL',_0x559839['PFAcf']='SETQY',_0x559839['RfMFi']=function(_0x4b96bc,_0x467aa4){return _0x4b96bc===_0x467aa4;},_0x559839['lXmCC']='tOWXX',_0x559839[_0x5bdc9d(0xca)]=_0x5bdc9d(0x17f);const _0x559025=_0x559839;if(!_0x53ce31||!_0x53ce31[_0x5bdc9d(0x10d)]){if(_0x559025[_0x5bdc9d(0x1ef)](_0x559025['lXmCC'],_0x559025[_0x5bdc9d(0xca)])){if(_0x559025[_0x5bdc9d(0x1f3)](_0x4e10c0[_0x5bdc9d(0x1f7)],_0x559025[_0x5bdc9d(0xd0)]))return'\x22'+_0x108b44[_0x5bdc9d(0x1f7)]+'\x22\x20hook\x20for\x20\x22'+(_0x36a555[_0x5bdc9d(0x10d)]&&_0x39cf58[_0x5bdc9d(0x10d)][_0x5bdc9d(0x157)])+'\x22';return _0x15c737['name'];}else return;}_0x53ce31[_0x5bdc9d(0x10d)]['hooks'][_0x5bdc9d(0x1a1)](_0x230678=>{const _0x2be420=_0x5bdc9d;if(_0x559025[_0x2be420(0x13f)](_0x559025[_0x2be420(0xda)],_0x559025['gERIT']))!_0x230678[_0x2be420(0x226)]&&(_0x559025[_0x2be420(0x13f)](_0x559025[_0x2be420(0x1c7)],_0x559025[_0x2be420(0x1c7)])?(_0x3c80ce[_0x559025['MgecM']]=_0x59488c[_0x559025[_0x2be420(0x186)]],_0x241f13[_0x559025['RZlGQ']]=_0x1df39d[_0x559025[_0x2be420(0x196)]]):_0x230678[_0x2be420(0x226)]=TestDetails[_0x2be420(0x1aa)](process[_0x2be420(0x1e5)]+':hookAnalyticsId'));else{const _0x2520a1={};return _0x2520a1[_0xffda98]=_0x559025[_0x2be420(0x141)],_0x2520a1[_0x4d6cd2]=_0x559025[_0x2be420(0x134)],_0x2520a1[_0x2b25cb]=_0x559025[_0x2be420(0x14e)],_0x2520a1[_0x7e3928];}}),this[_0x5bdc9d(0x1e1)](_0x53ce31['parent']);};['resetTestHooks']=_0x2601f0=>{const _0x36bff7=a16_0x50237e,_0x1737a={};_0x1737a['McOzx']=_0x36bff7(0x15c),_0x1737a['taYNA']=function(_0x29df19,_0x5e38cd){return _0x29df19!==_0x5e38cd;},_0x1737a[_0x36bff7(0x20e)]=_0x36bff7(0x1ed),_0x1737a[_0x36bff7(0x166)]=_0x36bff7(0x1ff),_0x1737a[_0x36bff7(0x1c4)]=_0x36bff7(0x12a),_0x1737a['fsHbn']=_0x36bff7(0x1b6),_0x1737a[_0x36bff7(0x1eb)]=function(_0x3a45ab,_0x1f6e5e){return _0x3a45ab===_0x1f6e5e;},_0x1737a[_0x36bff7(0x155)]='rYixV',_0x1737a['vyyxn']=_0x36bff7(0x223),_0x1737a['EwQPL']=_0x36bff7(0x123);const _0x2252d9=_0x1737a;if(!_0x2601f0||!_0x2601f0['parent']){if(_0x2252d9[_0x36bff7(0x212)](_0x2252d9[_0x36bff7(0x108)],_0x2252d9['EwQPL']))_0x24dc37=[];else return;}_0x2601f0[_0x36bff7(0x10d)][_0x36bff7(0x19e)]['forEach'](_0x5b3b83=>{const _0x16700f=_0x36bff7,_0x5cfb9f={};_0x5cfb9f[_0x16700f(0x170)]=_0x2252d9['McOzx'];const _0x4e628c=_0x5cfb9f;if(_0x2252d9[_0x16700f(0x212)](_0x2252d9[_0x16700f(0x20e)],_0x2252d9[_0x16700f(0x166)]))[_0x2252d9[_0x16700f(0x1c4)],_0x2252d9[_0x16700f(0x109)]][_0x16700f(0x152)](_0x5b3b83[_0x16700f(0x1f7)])&&_0x5b3b83[_0x16700f(0x226)]&&(_0x2252d9['vMvjC'](_0x2252d9[_0x16700f(0x155)],_0x2252d9[_0x16700f(0x19d)])?_0x3d9b86[_0x16700f(0x148)]=_0x4e628c['yvdDx']:_0x5b3b83[_0x16700f(0x226)]=null);else return;}),this[_0x36bff7(0x1e1)](_0x2601f0[_0x36bff7(0x10d)]);};[a16_0x50237e(0xcf)]=_0x5242c1=>{const _0xca33d5=a16_0x50237e,_0x64c5c3={'CmSLr':_0xca33d5(0x160),'alVtF':_0xca33d5(0xfb),'HiAdm':function(_0x1eccb1,_0x287328){return _0x1eccb1(_0x287328);},'gQjzk':'beforeEach','mlxkF':_0xca33d5(0x1b6),'QYJnu':function(_0x2ebf69,_0x37626d){return _0x2ebf69===_0x37626d;},'EvePQ':_0xca33d5(0x203),'sFCYS':function(_0x38fbfb,_0x6f338){return _0x38fbfb===_0x6f338;},'knyyU':_0xca33d5(0xfa),'gnMgg':_0xca33d5(0x112),'zpnhB':_0xca33d5(0x1f0),'qNYaO':'XJOfp'};if(!_0x5242c1||!_0x5242c1[_0xca33d5(0x10d)])return _0x64c5c3[_0xca33d5(0xee)](_0x64c5c3[_0xca33d5(0x14b)],_0x64c5c3[_0xca33d5(0x228)])?(_0x54137e['statSync'](_0x5b57d8[_0xca33d5(0x22e)](_0x5be97a,_0x64c5c3[_0xca33d5(0xe3)],_0x64c5c3[_0xca33d5(0x1e8)])),_0x5e2cb7):[];const _0x287e03=[];return _0x5242c1['parent'][_0xca33d5(0x19e)][_0xca33d5(0x1a1)](_0x45af87=>{const _0x2484cf=_0xca33d5,_0x5ad265={'igXaw':function(_0x3df8ff,_0x3d81e9){const _0x34415f=a16_0x5cbe;return _0x64c5c3[_0x34415f(0xe1)](_0x3df8ff,_0x3d81e9);},'LzLBZ':_0x64c5c3['gQjzk'],'JSCWM':_0x64c5c3[_0x2484cf(0x142)]};_0x64c5c3['QYJnu'](_0x64c5c3[_0x2484cf(0x21b)],_0x64c5c3[_0x2484cf(0x21b)])?_0x45af87[_0x2484cf(0x226)]&&(_0x64c5c3[_0x2484cf(0xee)](_0x64c5c3[_0x2484cf(0x15e)],_0x64c5c3[_0x2484cf(0x22d)])?_0x5ad265[_0x2484cf(0x1d4)](_0x21d318,_0x2484cf(0xbb)+_0x5b524b):_0x287e03[_0x2484cf(0x21d)](_0x45af87[_0x2484cf(0x226)])):[_0x5ad265[_0x2484cf(0x1d2)],_0x5ad265['JSCWM']]['includes'](_0x45e28f['type'])&&_0x115fcb[_0x2484cf(0x226)]&&(_0x598fbd['hookAnalyticsId']=null);}),[..._0x287e03,...this[_0xca33d5(0xcf)](_0x5242c1[_0xca33d5(0x10d)])];};},[a16_0x50237e(0xba),a16_0x50237e(0x235),a16_0x50237e(0x1d1),'getName',a16_0x50237e(0x162),'findGitConfig',a16_0x50237e(0x185),'appendTestPlatform',a16_0x50237e(0x1de),'getHierarchy','getRootParentFile',a16_0x50237e(0x1e1),'resetTestHooks',a16_0x50237e(0xcf),a16_0x50237e(0x193)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a17_0x266b91=a17_0x1967;function a17_0x1311(){const _0x398dc4=['mkdirSync','syFfy','sxOOe','616608EffqMz','458pCSDRj','BdOuw','HZIOR','SzeZh','env','parse','rvOVZ','uuid','GjyPa','getTestUUID','tests','333cIiWAt','recursive','30SviSwU','shutdown','4014stIYdn','218885BGpgIU','rmSync','BS_TESTOPS_BUILD_HASHED_ID','lFwYH','_projectId','29984QefTQY','342839LZfZUX','dirPath','setup','../../../helpers/helper','getFilePath','_test','force','join','99395UFWLpp','getTestRunIdFromTestInfo','retry','homedir','removeTestUUID','187OKFAsV','jest-o11y-','PBWFt','.browserstack','212660vqIctq','writeFileSync','OaeVp','yyvMD','readFileSync','existsSync','exports','stringify'];a17_0x1311=function(){return _0x398dc4;};return a17_0x1311();}(function(_0x20a9cd,_0x5d9f0e){const _0x4c5e73=a17_0x1967,_0x1ae3f2=_0x20a9cd();while(!![]){try{const _0x1f280a=parseInt(_0x4c5e73(0x133))/0x1+-parseInt(_0x4c5e73(0x148))/0x2*(-parseInt(_0x4c5e73(0x124))/0x3)+parseInt(_0x4c5e73(0x147))/0x4+-parseInt(_0x4c5e73(0x125))/0x5*(parseInt(_0x4c5e73(0x122))/0x6)+parseInt(_0x4c5e73(0x12b))/0x7+-parseInt(_0x4c5e73(0x12a))/0x8*(-parseInt(_0x4c5e73(0x120))/0x9)+-parseInt(_0x4c5e73(0x13c))/0xa*(parseInt(_0x4c5e73(0x138))/0xb);if(_0x1f280a===_0x5d9f0e)break;else _0x1ae3f2['push'](_0x1ae3f2['shift']());}catch(_0x465640){_0x1ae3f2['push'](_0x1ae3f2['shift']());}}}(a17_0x1311,0x28d1b));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a17_0x266b91(0x14f)),helper=require(a17_0x266b91(0x12e));class TestDetails{static [a17_0x266b91(0x11f)]={};static [a17_0x266b91(0x12c)]=path[a17_0x266b91(0x132)](helper[a17_0x266b91(0x136)](),a17_0x266b91(0x13b),a17_0x266b91(0x139)+process[a17_0x266b91(0x14c)][a17_0x266b91(0x127)]);static[a17_0x266b91(0x12d)](){const _0x580b36=a17_0x266b91,_0x453e8f={};_0x453e8f['sxOOe']=_0x580b36(0x13b);const _0x209b30=_0x453e8f;this['dirPath']=path['join'](helper[_0x580b36(0x136)](),_0x209b30[_0x580b36(0x146)],_0x580b36(0x139)+process[_0x580b36(0x14c)][_0x580b36(0x127)]),this[_0x580b36(0x123)]();const _0x479fa4={};_0x479fa4[_0x580b36(0x121)]=!![],fs[_0x580b36(0x144)](this['dirPath'],_0x479fa4);}static[a17_0x266b91(0x12f)](_0x53df66){const _0x552cda=a17_0x266b91,_0x544ab8={};_0x544ab8[_0x552cda(0x14b)]=function(_0x86582c,_0x9cc1e){return _0x86582c+_0x9cc1e;},_0x544ab8[_0x552cda(0x149)]='.json';const _0x451378=_0x544ab8;return path[_0x552cda(0x132)](this[_0x552cda(0x12c)],_0x451378[_0x552cda(0x14b)](_0x53df66,_0x451378[_0x552cda(0x149)]));}static[a17_0x266b91(0x134)](_0x584af1){const _0x250330=a17_0x266b91,_0x1ea263={};_0x1ea263[_0x250330(0x14a)]=function(_0xe9e1b4,_0x2d5957){return _0xe9e1b4+_0x2d5957;},_0x1ea263[_0x250330(0x128)]=function(_0x26f444,_0x25eb91){return _0x26f444+_0x25eb91;},_0x1ea263[_0x250330(0x145)]=function(_0x5b560b,_0x15f7f0){return _0x5b560b+_0x15f7f0;};const _0x5ca8e7=_0x1ea263;return _0x5ca8e7[_0x250330(0x14a)](_0x5ca8e7[_0x250330(0x128)](_0x5ca8e7[_0x250330(0x145)](_0x5ca8e7[_0x250330(0x14a)](_0x584af1[_0x250330(0x130)][_0x250330(0x129)],'-'),_0x584af1[_0x250330(0x130)]['id']),'-'),_0x584af1[_0x250330(0x135)]);}static[a17_0x266b91(0x151)](_0x3af21c){const _0xd72636=a17_0x266b91,_0x482b47={'VTvNI':function(_0x5c9ca6){return _0x5c9ca6();},'GjyPa':function(_0x28f6c0,_0x147a3f){return _0x28f6c0!==_0x147a3f;},'rvOVZ':'mzBem','OaeVp':_0xd72636(0x13a)},_0x19cdaf=this['getFilePath'](_0x3af21c);if(fs['existsSync'](_0x19cdaf)){if(_0x482b47[_0xd72636(0x150)](_0x482b47[_0xd72636(0x14e)],_0x482b47[_0xd72636(0x13e)])){const _0x1ab171=JSON[_0xd72636(0x14d)](fs[_0xd72636(0x140)](_0x19cdaf)['toString']());return this[_0xd72636(0x11f)][_0x3af21c]=_0x1ab171,this[_0xd72636(0x11f)][_0x3af21c][_0xd72636(0x14f)];}else{const _0xebcae7=this['getFilePath'](_0x5b8047);return this[_0xd72636(0x11f)][_0x7f311f]={'uuid':_0x482b47['VTvNI'](_0x577539)},_0x147c86[_0xd72636(0x13d)](_0xebcae7,_0x2269e7[_0xd72636(0x143)](this[_0xd72636(0x11f)][_0x5aadf5])),this[_0xd72636(0x11f)][_0x1b6199][_0xd72636(0x14f)];}}}static['setTestUUID'](_0x34835b){const _0x5a4141=a17_0x266b91,_0x27aacd={'yyvMD':function(_0x10edd8){return _0x10edd8();}},_0x578cdc=this[_0x5a4141(0x12f)](_0x34835b);return this[_0x5a4141(0x11f)][_0x34835b]={'uuid':_0x27aacd[_0x5a4141(0x13f)](uuidv4)},fs[_0x5a4141(0x13d)](_0x578cdc,JSON[_0x5a4141(0x143)](this[_0x5a4141(0x11f)][_0x34835b])),this[_0x5a4141(0x11f)][_0x34835b]['uuid'];}static[a17_0x266b91(0x137)](_0x1cf020){const _0x1e2f7d=a17_0x266b91,_0x4200ff=this[_0x1e2f7d(0x12f)](_0x1cf020);fs[_0x1e2f7d(0x141)](_0x4200ff)&&fs['unlinkSync'](_0x4200ff);}static[a17_0x266b91(0x123)](){const _0x172b86=a17_0x266b91,_0x42e688={};_0x42e688['recursive']=!![],_0x42e688[_0x172b86(0x131)]=!![],fs[_0x172b86(0x126)](this['dirPath'],_0x42e688);}}function a17_0x1967(_0x5a572c,_0x1d3962){const _0x13110d=a17_0x1311();return a17_0x1967=function(_0x196736,_0x1f3898){_0x196736=_0x196736-0x11f;let _0xb0ca94=_0x13110d[_0x196736];return _0xb0ca94;},a17_0x1967(_0x5a572c,_0x1d3962);}module[a17_0x266b91(0x142)]=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a18_0x20deeb=a18_0x1604;(function(_0x5672bf,_0x12044a){const _0x4bb74d=a18_0x1604,_0x1a479d=_0x5672bf();while(!![]){try{const _0x36010e=-parseInt(_0x4bb74d(0x6e))/0x1+parseInt(_0x4bb74d(0x73))/0x2*(parseInt(_0x4bb74d(0x79))/0x3)+-parseInt(_0x4bb74d(0x70))/0x4+parseInt(_0x4bb74d(0x6d))/0x5+parseInt(_0x4bb74d(0x72))/0x6+parseInt(_0x4bb74d(0x78))/0x7*(-parseInt(_0x4bb74d(0x71))/0x8)+-parseInt(_0x4bb74d(0x6c))/0x9*(parseInt(_0x4bb74d(0x77))/0xa);if(_0x36010e===_0x12044a)break;else _0x1a479d['push'](_0x1a479d['shift']());}catch(_0x5948a6){_0x1a479d['push'](_0x1a479d['shift']());}}}(a18_0x2e36,0x8c70f));function a18_0x1604(_0x220fb3,_0x246823){const _0x2e3657=a18_0x2e36();return a18_0x1604=function(_0x1604a9,_0x492c77){_0x1604a9=_0x1604a9-0x6c;let _0x406ee4=_0x2e3657[_0x1604a9];return _0x406ee4;},a18_0x1604(_0x220fb3,_0x246823);}const {requireModule}=require('../../helpers/helper');require(a18_0x20deeb(0x76))();const __wd__=requireModule(a18_0x20deeb(0x74));for(const key of Object[a18_0x20deeb(0x6f)](global[a18_0x20deeb(0x75)])){__wd__[key]=global[a18_0x20deeb(0x75)][key];}function a18_0x2e36(){const _0x1a9e1b=['keys','1462568CCrVqg','93880QkJpqM','1605180FBACTB','180920AsLqac','selenium-webdriver','__webdriver','../../helpers/setKeepAlive','3971830Idkiad','133PrshiU','36ehPsHE','9ExITBn','2445490XyXBsn','281111UYgVtj'];a18_0x2e36=function(){return _0x1a9e1b;};return a18_0x2e36();}
|