browserstack-node-sdk 1.31.3 → 1.31.5
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/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/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/browserstackSDKMethods.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.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/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/performance-tester.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_0x4ecd1c=a13_0x1d24;(function(_0x43eb94,_0x1b4f09){const _0x5c3415=a13_0x1d24,_0x1de233=_0x43eb94();while(!![]){try{const _0x34ef04=parseInt(_0x5c3415(0x1d9))/0x1+-parseInt(_0x5c3415(0x188))/0x2*(-parseInt(_0x5c3415(0x1e8))/0x3)+parseInt(_0x5c3415(0x120))/0x4*(-parseInt(_0x5c3415(0x1bc))/0x5)+parseInt(_0x5c3415(0x17b))/0x6*(-parseInt(_0x5c3415(0x141))/0x7)+parseInt(_0x5c3415(0x195))/0x8+parseInt(_0x5c3415(0x12b))/0x9+-parseInt(_0x5c3415(0x170))/0xa*(-parseInt(_0x5c3415(0x19a))/0xb);if(_0x34ef04===_0x1b4f09)break;else _0x1de233['push'](_0x1de233['shift']());}catch(_0x70bc4d){_0x1de233['push'](_0x1de233['shift']());}}}(a13_0x1e09,0x9b63b));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x4ecd1c(0x1c0)),{isBrowserstackInfra}=require(a13_0x4ecd1c(0x13c));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x4ecd1c(0x17d)),{percyAutoCapture}=require(a13_0x4ecd1c(0x1ab)),logger=require(a13_0x4ecd1c(0x148))[a13_0x4ecd1c(0x1ad)],TestDetails=require(a13_0x4ecd1c(0x181));function stripUnicode(_0x4f96e7){const _0x47f433=a13_0x4ecd1c;return _0x4f96e7['replace'](/\\u001b\[.*?m/g,'')[_0x47f433(0x11c)](0x1,-0x1);}async function setContext(){const _0x1f44ac=a13_0x4ecd1c,_0x7a7442={'dVhlm':function(_0x521eb5,_0x317af7){return _0x521eb5(_0x317af7);},'QoRVB':function(_0x4c3355,_0x2d02c8){return _0x4c3355<=_0x2d02c8;},'obvvN':function(_0x9d978c,_0x4fe356){return _0x9d978c(_0x4fe356);},'dFVzG':function(_0x502b2f){return _0x502b2f();},'FgtjX':function(_0x57c4f6,_0x1ada48){return _0x57c4f6>_0x1ada48;},'SXJnK':function(_0x2ab246,_0x26af6){return _0x2ab246>_0x26af6;},'zEXfq':function(_0x55e2c8,_0x54f2ec){return _0x55e2c8(_0x54f2ec);},'AhQez':function(_0x1646ae,_0x333386){return _0x1646ae<=_0x333386;},'XgHhj':function(_0x1dda0b,_0x1c3554,_0x2286ac){return _0x1dda0b(_0x1c3554,_0x2286ac);},'uFchl':function(_0x3fac42){return _0x3fac42();},'BGoMI':function(_0x278d43,_0xcc2485){return _0x278d43===_0xcc2485;},'KcIZp':_0x1f44ac(0x168),'OEnPZ':_0x1f44ac(0x17a),'NgKqG':function(_0x322051,_0x1896db){return _0x322051!==_0x1896db;},'OXPba':_0x1f44ac(0x196),'dyzcf':_0x1f44ac(0x11a),'rvWOq':function(_0x42d36f,_0x460bec){return _0x42d36f!==_0x460bec;},'veibR':_0x1f44ac(0x118),'umaky':_0x1f44ac(0x1d4),'ThwsL':function(_0xf35b03,_0x4f47c6){return _0xf35b03>_0x4f47c6;},'AVUCU':_0x1f44ac(0x124),'DzuCa':_0x1f44ac(0x137),'Vyslk':function(_0x961110,_0x3710e7){return _0x961110===_0x3710e7;},'PpPkg':_0x1f44ac(0x12d),'RXEcm':function(_0x15f0f7,_0x52b9ad){return _0x15f0f7>_0x52b9ad;},'adGaY':function(_0x46ff31,_0x37cbd7){return _0x46ff31===_0x37cbd7;},'hbYQe':_0x1f44ac(0x1b0),'botVu':function(_0x3a02a3,_0x2ee5f3){return _0x3a02a3!==_0x2ee5f3;},'fATjD':_0x1f44ac(0x1b2),'fgAGy':function(_0x2f6d93,_0x192d67){return _0x2f6d93(_0x192d67);},'vtomd':function(_0x764e44,_0x3d190e){return _0x764e44!==_0x3d190e;},'Rhsva':'enQHC','XFggr':_0x1f44ac(0x17f),'kTCwt':_0x1f44ac(0x1a1),'binOL':_0x1f44ac(0x11b)};if(!_0x7a7442[_0x1f44ac(0x16d)](isBrowserstackInfra)){if(_0x7a7442['BGoMI'](_0x7a7442[_0x1f44ac(0x182)],_0x7a7442['OEnPZ']))_0x355e84=!![],_0x2673bb=_0x7a7442[_0x1f44ac(0x16a)](_0x2d0880,_0x349e8e[_0x1f44ac(0x186)](_0x4aabb4['currentTest'][_0x1f44ac(0x192)][0x0]['message']));else return;}if(!sessionNameProvided){if(_0x7a7442[_0x1f44ac(0x1df)](_0x7a7442['OXPba'],_0x7a7442['dyzcf'])){const _0x3500d2=expect['getState']()[_0x1f44ac(0x19c)];await __drivers[0x0][_0x1f44ac(0x117)](_0x1f44ac(0x18d)+_0x3500d2+'\x22}}');}else _0x7a7442['QoRVB'](_0x1d2fa2['getInstance']()[_0x1f44ac(0x173)],0x0)&&(_0x7a7442['obvvN'](_0x46cf79,_0x1353b5),_0x7a7442[_0x1f44ac(0x1a2)](_0x992e8e));}let _0x243350=null,_0x5ca47f=![];if(_0x7a7442[_0x1f44ac(0x1a4)](typeof jasmine,_0x7a7442[_0x1f44ac(0x155)])){if(_0x7a7442['BGoMI'](_0x7a7442['umaky'],_0x7a7442['umaky'])){if(jasmine['currentTest']['failedExpectations']&&_0x7a7442[_0x1f44ac(0x140)](jasmine[_0x1f44ac(0x165)]['failedExpectations'][_0x1f44ac(0x1c2)],0x0))_0x7a7442[_0x1f44ac(0x190)](_0x7a7442[_0x1f44ac(0x12e)],_0x7a7442[_0x1f44ac(0x12e)])?(_0x5ca47f=!![],_0x243350=_0x7a7442[_0x1f44ac(0x1a6)](stripUnicode,JSON[_0x1f44ac(0x186)](jasmine[_0x1f44ac(0x165)][_0x1f44ac(0x192)][0x0][_0x1f44ac(0x156)]))):_0xd713a7=new _0x522dc4(_0xa35898);else{if(_0x7a7442['BGoMI'](_0x7a7442['DzuCa'],_0x7a7442[_0x1f44ac(0x178)]))_0x243350=_0x7a7442['obvvN'](stripUnicode,JSON['stringify'](jasmine[_0x1f44ac(0x165)]['description']));else{const _0x585077={};_0x585077[_0x1f44ac(0x163)]=_0x55e784=>{const _0x58f714=_0x1f44ac;_0x54076d[_0x58f714(0x165)]=_0x55e784;},_0x5c2366['getEnv']()['addReporter'](_0x585077);}}}else _0x1c4153[_0x1f44ac(0x133)](_0x1f44ac(0x16e)+this[_0x1f44ac(0x165)][_0x1f44ac(0x12f)]()+_0x1f44ac(0x1bd),_0x59b093);}else _0x7a7442[_0x1f44ac(0x1de)](_0x7a7442[_0x1f44ac(0x1dd)],_0x7a7442[_0x1f44ac(0x1dd)])?testContext[_0x1f44ac(0x19f)]&&_0x7a7442[_0x1f44ac(0x187)](testContext[_0x1f44ac(0x19f)][_0x1f44ac(0x1c2)],0x0)?_0x7a7442[_0x1f44ac(0x157)](_0x7a7442[_0x1f44ac(0x1d8)],_0x7a7442[_0x1f44ac(0x1d8)])?(_0x5ca47f=!![],_0x243350=_0x7a7442[_0x1f44ac(0x185)](stripUnicode,JSON[_0x1f44ac(0x186)](testContext[_0x1f44ac(0x19f)][0x0][0x0][_0x1f44ac(0x156)]||testContext['errors'][0x0][0x0]))):_0x5e3873[_0x1f44ac(0x165)]=_0x4ac169:_0x7a7442[_0x1f44ac(0x1b9)](_0x7a7442[_0x1f44ac(0x14d)],_0x7a7442[_0x1f44ac(0x14d)])?_0x16c46c['errors']&&_0x7a7442['FgtjX'](_0x30b673[_0x1f44ac(0x19f)][_0x1f44ac(0x1c2)],0x0)?(_0x50b312=!![],_0x44c3ac=_0x7a7442[_0x1f44ac(0x1a6)](_0x3b7b1c,_0x2500d9['stringify'](_0x50c00f['errors'][0x0][0x0][_0x1f44ac(0x156)]||_0x2588f5[_0x1f44ac(0x19f)][0x0][0x0]))):_0x9e79fe=_0x7a7442[_0x1f44ac(0x16a)](_0x5ccd9f,_0x587c78['stringify'](_0x57fc03['name'])):_0x243350=_0x7a7442[_0x1f44ac(0x175)](stripUnicode,JSON[_0x1f44ac(0x186)](testContext[_0x1f44ac(0x1d3)])):_0xb25297[_0x1f44ac(0x165)][_0x1f44ac(0x192)]&&_0x7a7442[_0x1f44ac(0x1c6)](_0x2a1302[_0x1f44ac(0x165)][_0x1f44ac(0x192)][_0x1f44ac(0x1c2)],0x0)?(_0x4ab1cd=!![],_0xf5c6da=_0x7a7442[_0x1f44ac(0x185)](_0x52f2b9,_0x18c18e[_0x1f44ac(0x186)](_0x1ee642['currentTest'][_0x1f44ac(0x192)][0x0][_0x1f44ac(0x156)]))):_0x1ae7de=_0x7a7442[_0x1f44ac(0x1a6)](_0x1c3582,_0x3a6946['stringify'](_0xe1d153[_0x1f44ac(0x165)][_0x1f44ac(0x19e)]));if(_0x5ca47f)_0x7a7442[_0x1f44ac(0x151)](_0x7a7442[_0x1f44ac(0x1a8)],_0x7a7442[_0x1f44ac(0x16f)])?(__error_messages__[_0x1f44ac(0x16c)](_0x243350),await __drivers[0x0][_0x1f44ac(0x117)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x243350+_0x1f44ac(0x11f))):(_0x32fdba[_0x1f44ac(0x194)](_0x13380a)&&_0x3fa0da[0x0]&&(_0x247085[0x0]['browserstackSessionName']=_0x336db1),_0x43a441['browserstackSessionName']=_0x58c117);else{if(_0x7a7442['botVu'](_0x7a7442['kTCwt'],_0x7a7442[_0x1f44ac(0x116)]))await __drivers[0x0]['executeScript'](_0x1f44ac(0x171)+_0x243350+'\x22,\x22level\x22:\x20\x22info\x22}}');else{const _0x1ac5f6=_0x7a7442[_0x1f44ac(0x1a9)](_0x3aacd,async()=>{const _0x259a12=_0x1f44ac;_0x7a7442[_0x259a12(0x179)](_0x1942f9['getInstance']()[_0x259a12(0x173)],0x0)&&(_0x7a7442['dVhlm'](_0x48206d,_0x1ac5f6),_0x7a7442[_0x259a12(0x1a2)](_0x36e1eb));},0x3e8);}}}function a13_0x1e09(){const _0x3fd9b2=['OaiNL','currentTest','TSRZr','orOcm','sqXYC','mmxbe','dVhlm','EPsoz','push','uFchl','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','XFggr','10QEpkBv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','MgiDA','pendingUploads','DVEyU','fgAGy','sAhVn','UoShu','DzuCa','AhQez','ZjUTG','80466QASvTU','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/accessibility-automation/helper','pid','CxJXa','dARsK','./test-observability/test-details','KcIZp','wfbVi','getInstance','zEXfq','stringify','RXEcm','549688CJuMzo','HAiEy','shift','hoBfq','iCqTp','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','shoSv','IVcUI','BGoMI','mIiUB','failedExpectations','poHbM','isArray','273456DMQhTp','PraWX','ocWbi','ctmtI','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','7229629rTNYkK','acKjT','currentTestName','executeAsyncScript','description','errors','nmcwz','JvPxU','dFVzG','hbDPy','rvWOq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','obvvN','browserstackSessionName','Rhsva','XgHhj','addReporter','../../helpers/percy/utils','rLJzN','winstonLogger','getTestUUID','IEgpN','HQXXy','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','rtQrv','isAccessibilityPlatform','session_','emXtT','AGVyu','UUChJ','wQGDd','botVu','\x20|\x20','__drivers','1051115zOOnYS','.\x20Error\x20:','CikFR','EBOLu','../../helpers/test-observability/utils','YjldQ','length','znNkg','ULYsc','TIAak','SXJnK','wJVBY','iNJNP','debug','ObservabilitySync:','ffCQF','UFqaq','capabilities','tFVRq','HWIvG','wwSHl','setTimeout','aMtRZ','name','gjazD','xQtuI','AboOh','OxgiT','hbYQe','416743UdxAxS','ihXXr','VkgMx','protocol','PpPkg','Vyslk','NgKqG','yhwam','pzZgg','http:','CDfTA','pybSz','initQuit','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','3SHLdEl','binOL','executeScript','undefined','IOeXT','YkSiW','CwEbD','slice',',\x22level\x22:\x20\x22','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','\x22,\x22level\x22:\x20\x22error\x22}}','8zdmOfB','JRHdk','removeAllListeners','rYvDx','onkqY','app','iGEfs','eXBxZ','WugMU','env','vDops','686187mkhpok','replace','clKHp','AVUCU','titlePath',':testAnalyticsId','vBdNK','FzIGN','error','MEnot','KtRyj','VDGwP','mplmd','log','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','nAupR','lEuss','../../helpers/helper','Oseoi','hDpOh','quitCount_','ThwsL','210bhJdhg','JEuFJ','JHsmz','oexAb','getState','DeiQY','JyGzK','../../helpers/logger','BS_A11Y_TEST_RUN_ID','psRCb','uKnCb','GdmBV','fATjD','percyCaptureMode','info','AxkJy','vtomd','KlBck','ieQGC','iqJKH','veibR','message','adGaY','RtdWL','kDpXN','Failed\x20to\x20store\x20session\x20name:\x20','ZUkhU','PJgnT','TfVHY','KwHAA','zpyvf','YmqKj','getCurrentUrl','xTZYe','specStarted'];a13_0x1e09=function(){return _0x3fd9b2;};return a13_0x1e09();}const executeAnnotate=async(_0x11c3fa,_0xacd911)=>{const _0x1a403d=a13_0x4ecd1c;await global[_0x1a403d(0x1bb)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x11c3fa+_0x1a403d(0x11d)+_0xacd911+'\x22}}');};function a13_0x1d24(_0x4b8067,_0x3d2239){const _0x1e0932=a13_0x1e09();return a13_0x1d24=function(_0x1d2463,_0x53ce65){_0x1d2463=_0x1d2463-0x116;let _0x10f1f1=_0x1e0932[_0x1d2463];return _0x10f1f1;},a13_0x1d24(_0x4b8067,_0x3d2239);}async function driverCleanup(){const _0x23f0d3=a13_0x4ecd1c,_0x4ff41a={'ZUkhU':function(_0x316b25,_0x1ff185){return _0x316b25(_0x1ff185);},'HAiEy':function(_0x306559){return _0x306559();},'MgiDA':function(_0x41f21e,_0x11d1b3){return _0x41f21e(_0x11d1b3);},'TIAak':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','lEuss':function(_0x5a8736,_0x3e0ee5){return _0x5a8736(_0x3e0ee5);},'hoBfq':function(_0x5ca202){return _0x5ca202();},'MEnot':function(_0x4c129f,_0x5b4546){return _0x4c129f===_0x5b4546;},'YmqKj':_0x23f0d3(0x153),'oexAb':_0x23f0d3(0x1e0),'iNJNP':function(_0x56b071,_0x262b07){return _0x56b071>_0x262b07;},'UoShu':function(_0x54cf84,_0x5e9e9a){return _0x54cf84===_0x5e9e9a;},'emXtT':_0x23f0d3(0x13a),'AxkJy':_0x23f0d3(0x152),'mIiUB':_0x23f0d3(0x1ba),'xQtuI':function(_0x235678,_0x3b4a20){return _0x235678===_0x3b4a20;},'aMtRZ':'GoGHm','TfVHY':_0x23f0d3(0x1ac),'OQbSJ':'browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','xTZYe':_0x23f0d3(0x1be),'znNkg':_0x23f0d3(0x1a3),'AGVyu':_0x23f0d3(0x123),'KwHAA':_0x23f0d3(0x128),'vDops':function(_0x576cd7,_0x2ce048){return _0x576cd7===_0x2ce048;},'GdmBV':_0x23f0d3(0x132),'Oseoi':'DuqQw','pzZgg':_0x23f0d3(0x13e)};if(!_0x4ff41a[_0x23f0d3(0x18b)](isBrowserstackInfra)){if(_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x160)],_0x4ff41a[_0x23f0d3(0x160)]))return;else _0x4ff41a[_0x23f0d3(0x15b)](_0x50e0cc,_0x4919d2),_0x4ff41a[_0x23f0d3(0x189)](_0x1f0885);}let _0x2adab3=![];try{_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x144)],_0x4ff41a['oexAb'])?(await __drivers[0x0][_0x23f0d3(0x1b4)],_0x2adab3=!![],_0x4ff41a[_0x23f0d3(0x1c8)](__error_messages__[_0x23f0d3(0x1c2)],0x0)?_0x4ff41a[_0x23f0d3(0x177)](_0x4ff41a[_0x23f0d3(0x1b5)],_0x4ff41a[_0x23f0d3(0x150)])?_0x12b074=_0x4ff41a[_0x23f0d3(0x172)](_0x524a74,_0x202ef8[_0x23f0d3(0x186)](_0x1163a1[_0x23f0d3(0x165)][_0x23f0d3(0x19e)])):await __drivers[0x0][_0x23f0d3(0x117)](_0x23f0d3(0x1b1)+JSON[_0x23f0d3(0x186)](__error_messages__[_0x23f0d3(0x1e7)](_0x4ff41a[_0x23f0d3(0x191)]))+'}}'):_0x4ff41a[_0x23f0d3(0x1d5)](_0x4ff41a[_0x23f0d3(0x1d2)],_0x4ff41a[_0x23f0d3(0x15d)])?_0x3b23fc[_0x23f0d3(0x1c9)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x23567c):await __drivers[0x0][_0x23f0d3(0x117)](_0x4ff41a['OQbSJ'])):_0x122af3=_0x4ff41a[_0x23f0d3(0x172)](_0x221fae,_0x5f4bd0['stringify'](_0x1654a0[_0x23f0d3(0x1d3)]));}catch(_0xf1be95){_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x162)],_0x4ff41a[_0x23f0d3(0x1c3)])?_0x41cf0b[_0x23f0d3(0x138)](_0x1dbcbc):console[_0x23f0d3(0x138)](_0xf1be95);}__error_messages__=[];if(_0x2adab3){if(_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x1b6)],_0x4ff41a[_0x23f0d3(0x15e)]))_0x597f45[_0x23f0d3(0x14f)](_0x4ff41a[_0x23f0d3(0x1c5)]);else try{_0x4ff41a['vDops'](_0x4ff41a[_0x23f0d3(0x14c)],_0x4ff41a[_0x23f0d3(0x13d)])?_0x55ffcc[_0x23f0d3(0x138)](_0x13c8ad):await __drivers[0x0][_0x23f0d3(0x1e5)]();}catch(_0x33a0b2){_0x4ff41a[_0x23f0d3(0x12a)](_0x4ff41a[_0x23f0d3(0x1e1)],_0x4ff41a['pzZgg'])?console[_0x23f0d3(0x138)](_0x33a0b2):(_0x28126a=!![],_0x3b5dce=_0x4ff41a[_0x23f0d3(0x13b)](_0x4ad20c,_0x280648[_0x23f0d3(0x186)](_0x23606a[_0x23f0d3(0x19f)][0x0][0x0][_0x23f0d3(0x156)]||_0x11a938[_0x23f0d3(0x19f)][0x0][0x0])));}}}beforeAll(async()=>{const _0x3af94a=a13_0x4ecd1c,_0x366294={'VkgMx':_0x3af94a(0x199),'EBOLu':function(_0x227612,_0x4a8510){return _0x227612===_0x4a8510;},'ffCQF':_0x3af94a(0x159),'ihXXr':function(_0x1823e4,_0x54ab91){return _0x1823e4!==_0x54ab91;},'acKjT':_0x3af94a(0x118),'gGYUE':function(_0x2777be,_0x3213fa){return _0x2777be!==_0x3213fa;},'JEuFJ':_0x3af94a(0x1af),'ctmtI':_0x3af94a(0x176),'SSFky':function(_0x5d56b2,_0x4330bb){return _0x5d56b2===_0x4330bb;},'psRCb':_0x3af94a(0x1c4),'iCqTp':_0x3af94a(0x146),'UFqaq':function(_0x57f114,_0xa611c8){return _0x57f114===_0xa611c8;},'wfbVi':_0x3af94a(0x180),'YvrQz':function(_0x296c5b){return _0x296c5b();},'AboOh':_0x3af94a(0x131),'wwSHl':_0x3af94a(0x197),'uKnCb':function(_0x5e144f,_0x1e5089){return _0x5e144f!==_0x1e5089;},'OxgiT':_0x3af94a(0x1b7),'JHsmz':_0x3af94a(0x135),'mmxbe':function(_0x5d03f5,_0x5a7ea2,_0x1e5f3f){return _0x5d03f5(_0x5a7ea2,_0x1e5f3f);}},_0x194927='browserstack internal helper hook';if(_0x366294[_0x3af94a(0x1da)](typeof jasmine,_0x366294[_0x3af94a(0x19b)])){if(_0x366294['gGYUE'](_0x366294[_0x3af94a(0x142)],_0x366294[_0x3af94a(0x198)]))jasmine['getEnv']()[_0x3af94a(0x1aa)]({'specStarted':_0x20f48f=>{const _0x3351ab=_0x3af94a,_0xde2a2d={};_0xde2a2d[_0x3351ab(0x1c1)]=_0x366294[_0x3351ab(0x1db)];const _0x4fd10f=_0xde2a2d;_0x366294[_0x3351ab(0x1bf)](_0x366294[_0x3351ab(0x1cb)],_0x366294[_0x3351ab(0x1cb)])?jasmine[_0x3351ab(0x165)]=_0x20f48f:_0x4c4be1[_0x3351ab(0x14f)](_0x4fd10f[_0x3351ab(0x1c1)]);}});else return;}let _0x1eaf02=![];try{_0x366294['SSFky'](_0x366294[_0x3af94a(0x14a)],_0x366294[_0x3af94a(0x18c)])?_0x182ce2[_0x3af94a(0x133)](_0x3af94a(0x17c)+_0x9ac6d2):(await __drivers[0x0][_0x3af94a(0x1b4)],_0x1eaf02=!![]);}catch(_0x15785e){}if(_0x1eaf02)try{try{if(_0x366294[_0x3af94a(0x1cc)](_0x366294[_0x3af94a(0x183)],_0x366294[_0x3af94a(0x183)])){if(_0x366294['YvrQz'](isTestObservabilitySession)){if(_0x366294[_0x3af94a(0x1bf)](_0x366294[_0x3af94a(0x1d6)],_0x366294[_0x3af94a(0x1d0)]))return;else{if(global[_0x3af94a(0x1bb)][0x0]){if(_0x366294[_0x3af94a(0x14b)](_0x366294[_0x3af94a(0x1d7)],_0x366294[_0x3af94a(0x143)]))await _0x366294[_0x3af94a(0x169)](sendPlatformDetails,global[_0x3af94a(0x1bb)][0x0],TestDetails[_0x3af94a(0x1ae)](process[_0x3af94a(0x17e)]+':testAnalyticsId'));else return _0x135b26[_0x3af94a(0x12c)](/\\u001b\[.*?m/g,'')[_0x3af94a(0x11c)](0x1,-0x1);}}}}else _0x4d9bfc=![];}catch{}}catch(_0x24bc38){}}),beforeEach(async()=>{const _0x4393a8=a13_0x4ecd1c,_0x41831f={'iqJKH':function(_0x2e9f9c,_0x248e85){return _0x2e9f9c>_0x248e85;},'iCCfx':function(_0x17ae5d){return _0x17ae5d();},'IVcUI':function(_0x3bdf03){return _0x3bdf03();},'EPsoz':function(_0x640eb3,_0x598d8c,_0x3f44d6){return _0x640eb3(_0x598d8c,_0x3f44d6);},'zngqZ':function(_0x5cef27){return _0x5cef27();},'HWIvG':function(_0x4b5ad0,_0x5966a8){return _0x4b5ad0===_0x5966a8;},'tFVRq':_0x4393a8(0x1e2),'shoSv':'https:','pybSz':_0x4393a8(0x11e),'nmcwz':function(_0x330faf,_0x297c00){return _0x330faf>_0x297c00;},'PJgnT':function(_0x2d093f){return _0x2d093f();}},_0x3fe83c='browserstack internal helper hook';try{_0x41831f[_0x4393a8(0x154)](__drivers[_0x4393a8(0x1c2)],0x1)&&(await _0x41831f['iCCfx'](driverCleanup),__drivers[_0x4393a8(0x18a)]());const _0x50500c=expect['getState']()['currentTestName'];try{Array[_0x4393a8(0x194)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x4393a8(0x1a7)]=_0x50500c),global['browserstackSessionName']=_0x50500c;}catch(_0x50e10e){logger[_0x4393a8(0x1c9)](_0x4393a8(0x15a)+_0x50e10e);}__drivers[0x0][_0x4393a8(0x1a7)]=_0x50500c;_0x41831f['iqJKH'](__drivers[0x0][_0x4393a8(0x13f)],0x0)&&await _0x41831f[_0x4393a8(0x18f)](driverCleanup);const _0x4e7122=_0x41831f[_0x4393a8(0x16b)](shouldScanTestForAccessibility,_0x50500c,![]);if(_0x41831f['zngqZ'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4393a8(0x1b3)])try{const _0x2b65b1=await __drivers[0x0]['session_'];if(_0x2b65b1){let _0x31ad90=!![];const _0x5bf3a0=await __drivers[0x0][_0x4393a8(0x161)]();let _0x3ee3e1;try{_0x3ee3e1=new URL(_0x5bf3a0);}catch(_0x20e7a6){_0x31ad90=![];}_0x31ad90=_0x41831f[_0x4393a8(0x1cf)](_0x3ee3e1[_0x4393a8(0x1dc)],_0x41831f[_0x4393a8(0x1ce)])||_0x41831f[_0x4393a8(0x1cf)](_0x3ee3e1[_0x4393a8(0x1dc)],_0x41831f[_0x4393a8(0x18e)]),_0x31ad90&&(_0x4e7122?(logger[_0x4393a8(0x14f)](_0x41831f[_0x4393a8(0x1e4)]),await __drivers[0x0][_0x4393a8(0x19d)](_0x4393a8(0x139))):await __drivers[0x0]['executeScript'](_0x4393a8(0x1e6)));}}catch(_0x3b5676){logger[_0x4393a8(0x133)](_0x4393a8(0x17c)+_0x3b5676);}_0x41831f[_0x4393a8(0x1a0)](__drivers[0x0]['quitCount_'],0x0)&&await _0x41831f[_0x4393a8(0x15c)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x545114=a13_0x4ecd1c,_0x25c8b7={'JRHdk':function(_0x4581a6,_0x67406d){return _0x4581a6>_0x67406d;},'iGEfs':function(_0x281f5d){return _0x281f5d();},'wQGDd':function(_0x5207c2,_0x53f83b){return _0x5207c2===_0x53f83b;},'IOeXT':'testcase','VDGwP':'appium:app','fBxSd':function(_0x49ab63,_0x2ec68a,_0x20412a,_0x31e9b4){return _0x49ab63(_0x2ec68a,_0x20412a,_0x31e9b4);},'TNvwV':function(_0x1f69ee,_0x53159c,_0x24db1f){return _0x1f69ee(_0x53159c,_0x24db1f);},'DVEyU':function(_0x1b619a){return _0x1b619a();},'poHbM':_0x545114(0x199),'eXBxZ':function(_0x5e2a35,_0x272244){return _0x5e2a35(_0x272244);},'tcBaI':_0x545114(0x1a5),'rCPNp':function(_0x1f8175){return _0x1f8175();},'OaiNL':function(_0x129f9b,_0x164b7d,_0x323ff2){return _0x129f9b(_0x164b7d,_0x323ff2);},'orOcm':_0x545114(0x1c9),'CDfTA':function(_0x3a4994){return _0x3a4994();}},_0x18d9f6='browserstack internal helper hook';try{_0x25c8b7[_0x545114(0x121)](__drivers[_0x545114(0x1c2)],0x1)&&(await _0x25c8b7[_0x545114(0x126)](driverCleanup),__drivers[_0x545114(0x18a)]());try{if(global['percy']&&_0x25c8b7[_0x545114(0x1b8)](global[_0x545114(0x14e)],_0x25c8b7[_0x545114(0x119)])&&__drivers[0x0]){const _0x1711f3=_0x25c8b7[_0x545114(0x121)](global[_0x545114(0x1cd)][_0x545114(0x1c2)],0x0)?!!global[_0x545114(0x1cd)][0x0]['app']||!!global[_0x545114(0x1cd)][0x0][_0x25c8b7[_0x545114(0x136)]]:![],_0x57cbfa={};_0x57cbfa[_0x545114(0x125)]=_0x1711f3,await _0x25c8b7['fBxSd'](percyAutoCapture,__drivers[0x0],_0x25c8b7[_0x545114(0x119)],_0x57cbfa);}}catch(_0x43280a){}const _0x1bcd90=_0x25c8b7['TNvwV'](shouldScanTestForAccessibility,expect['getState']()[_0x545114(0x19c)],![]);try{if(_0x25c8b7[_0x545114(0x174)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x545114(0x1b3)]){_0x1bcd90&&logger[_0x545114(0x14f)](_0x25c8b7[_0x545114(0x193)]);const _0x45407a={'saveResults':_0x1bcd90,'testDetails':{'name':expect[_0x545114(0x145)]()[_0x545114(0x19c)],'testRunId':process[_0x545114(0x129)][_0x545114(0x149)],'filePath':expect['getState']()['testPath'],'scopeList':[expect[_0x545114(0x145)]()[_0x545114(0x19c)]]},'platform':await _0x25c8b7[_0x545114(0x127)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x545114(0x19d)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20',_0x45407a),_0x1bcd90&&logger[_0x545114(0x14f)](_0x25c8b7['tcBaI']);}}catch(_0x5cc207){logger[_0x545114(0x133)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x545114(0x165)][_0x545114(0x12f)]()+_0x545114(0x1bd),_0x5cc207);}await _0x25c8b7['rCPNp'](setContext);try{if(_0x25c8b7[_0x545114(0x126)](isTestObservabilitySession)){global[_0x545114(0x1bb)][0x0]&&await _0x25c8b7[_0x545114(0x164)](sendPlatformDetails,global[_0x545114(0x1bb)][0x0],TestDetails[_0x545114(0x1ae)](process[_0x545114(0x17e)]+_0x545114(0x130)));if(_0x25c8b7[_0x545114(0x126)](isBrowserstackInfra)){const _0x366d4e=_0x545114(0x1ca)+Date['now']();await _0x25c8b7['OaiNL'](executeAnnotate,JSON[_0x545114(0x186)](_0x366d4e),_0x25c8b7[_0x545114(0x167)]);}}}catch(_0xa338f7){}_0x25c8b7['JRHdk'](__drivers[0x0]['quitCount_'],0x0)&&await _0x25c8b7[_0x545114(0x1e3)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x381209=a13_0x4ecd1c,_0x5249d1={'RtdWL':function(_0x14f1c1,_0x4fe7ab){return _0x14f1c1<=_0x4fe7ab;},'JyGzK':function(_0xb44eab,_0x3f106a){return _0xb44eab(_0x3f106a);},'rzXVs':function(_0x515cd3){return _0x515cd3();},'Uneoi':function(_0x432e09,_0x2dd820,_0x123c6d){return _0x432e09(_0x2dd820,_0x123c6d);},'zpyvf':function(_0x59a4c1){return _0x59a4c1();}};jest[_0x381209(0x1d1)](0x186a0);const _0x257671='browserstack internal helper hook';await new Promise(_0x5403c2=>{const _0x3c6f0a={'TSRZr':function(_0x30c212,_0x441565){const _0x29b173=a13_0x1d24;return _0x5249d1[_0x29b173(0x158)](_0x30c212,_0x441565);},'wJVBY':function(_0x40dad6,_0x454a4d){const _0x344508=a13_0x1d24;return _0x5249d1[_0x344508(0x147)](_0x40dad6,_0x454a4d);},'IQxpJ':function(_0x31b4e5){return _0x5249d1['rzXVs'](_0x31b4e5);}},_0x1b8448=_0x5249d1['Uneoi'](setInterval,async()=>{const _0xdb3bc0=a13_0x1d24;_0x3c6f0a[_0xdb3bc0(0x166)](RequestQueueHandler[_0xdb3bc0(0x184)]()[_0xdb3bc0(0x173)],0x0)&&(_0x3c6f0a[_0xdb3bc0(0x1c7)](clearInterval,_0x1b8448),_0x3c6f0a['IQxpJ'](_0x5403c2));},0x3e8);});try{await _0x5249d1[_0x381209(0x15f)](driverCleanup);}catch(_0x5a4541){}process[_0x381209(0x122)]();},0x2710);
|
|
1
|
+
function a13_0x27f4(){const _0x430736=['length','ZojkC','sCTbl','xvVYh','LASKh','name','tSFnJ','TDaxr','hJXWc','uPSVu','VdIfR','passed','dQsFZ','64576PCFWZa','now','973XNtsAk','FSxxP','./test-observability/test-details','kwPtJ',':testAnalyticsId','removeAllListeners','tbeie','failed','uAyGA','nOmYU','UYxeQ','CJZUj','xiIFW','zaXuR','GtZbF','CxcFC','yyBLX','kfutu','currentTestName','zCSmE','tnnhE','uvNUp','ZKISY','bYgVy','\x22,\x22level\x22:\x20\x22error\x22}}','ujWqE','HqETG','dWnvi','zwvuM','__drivers','.\x20Error\x20:','getCurrentUrl','MjRes','BS_A11Y_TEST_RUN_ID','FgZke',',\x22level\x22:\x20\x22','testPath','jNDxf','HKCrN','pendingUploads','description','gDGkW','../../helpers/test-observability/requestQueueHandler','pid','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','replace','2164089mkCAZd','fuJzq','RAcFT','ObservabilitySync:','currentTest','jUuFo','executeScript','tdnkh','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','mZTng','yDnNU','51276etMnNa','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','QVlrx','../../helpers/helper','TkzPX','UwuYi','HgWoH','session_','oYcPa','sqhnv','NaNMn','KWZmZ','ccnzB','tfsAm','hPgDG','https:','\x22}}','lXjma','http:','debug','XEABL','ZRnIK','nCpfw','ObmSi','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','YoDeY','biFPL','1979976YkgSyi','ZyESg','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','YfJVA','failedExpectations','WaEQL','SpCly','MrYum','KwNpK','error','NPHiy','sNgok','percyCaptureMode','getEnv','uZNIN','getTestUUID','IhRtV','titlePath','GdSjP','ONShO','getInstance','SrGxM','DldPo','specStarted','Feims','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','inPPr','winstonLogger','9DbWWmA','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','375oFQzTe','ZpDHF','aaTPF','XTaYQ','push','Mqyzu','ZcUQI','initQuit','kZFlP','BLaWF','WaLcH','IEEdi','errors','HiASp','shift','../../helpers/test-observability/utils','Failed\x20to\x20store\x20session\x20name:\x20','1001200yDJxQo','addReporter','../../helpers/percy/utils','gqQKG','ljMzi','rUUqD','qdrFC','slice','JjJxe','HGBtp','TdbLj','45808390uHVXpd','yFWvf','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','capabilities','GCqbG','sDLRj','XfCLa','lNRXR','isAccessibilityPlatform','CsmxP','app','testcase','NayYi','stringify','sZwvk','../../helpers/logger','pVVYf','ZIibb','MCbfL','LafiZ','browserstackSessionName','yZqGv','RMPDt','setTimeout','vMXoj','wgeAT','log','IvpZk','gIsVe','../../helpers/accessibility-automation/helper','bTypo','protocol','undefined','pwdab','info','YQcoJ','vgSnA','2028018VtlEBy','rpJbs','isArray','cIqCo','message','getState','MTMso','executeAsyncScript','jfciH','Mozmg','ILmrz','CMUUO','enUkS','zzRge','quitCount_','LeVec','PKaFe','LFjYU'];a13_0x27f4=function(){return _0x430736;};return a13_0x27f4();}const a13_0x2974f5=a13_0x3691;function a13_0x3691(_0xc3dc50,_0xcc900e){const _0x27f4b6=a13_0x27f4();return a13_0x3691=function(_0x369125,_0x2e5dda){_0x369125=_0x369125-0x176;let _0x4dfe83=_0x27f4b6[_0x369125];return _0x4dfe83;},a13_0x3691(_0xc3dc50,_0xcc900e);}(function(_0x4b6b5c,_0x592868){const _0x78d50a=a13_0x3691,_0xc3347f=_0x4b6b5c();while(!![]){try{const _0x33b66e=parseInt(_0x78d50a(0x23f))/0x1+parseInt(_0x78d50a(0x199))/0x2+parseInt(_0x78d50a(0x1e8))/0x3+-parseInt(_0x78d50a(0x1f4))/0x4*(-parseInt(_0x78d50a(0x22e))/0x5)+parseInt(_0x78d50a(0x20f))/0x6+-parseInt(_0x78d50a(0x1ba))/0x7*(-parseInt(_0x78d50a(0x1b8))/0x8)+parseInt(_0x78d50a(0x22c))/0x9*(-parseInt(_0x78d50a(0x24a))/0xa);if(_0x33b66e===_0x592868)break;else _0xc3347f['push'](_0xc3347f['shift']());}catch(_0x192452){_0xc3347f['push'](_0xc3347f['shift']());}}}(a13_0x27f4,0x8af4a));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x2974f5(0x23d)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x2974f5(0x1f7));let __error_messages__=[];const RequestQueueHandler=require(a13_0x2974f5(0x1e4));jest[a13_0x2974f5(0x18b)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x2974f5(0x191)),{percyAutoCapture}=require(a13_0x2974f5(0x241)),logger=require(a13_0x2974f5(0x183))[a13_0x2974f5(0x22b)],TestDetails=require(a13_0x2974f5(0x1bc));function stripUnicode(_0x423a31){const _0x34888b=a13_0x2974f5;return _0x423a31[_0x34888b(0x1e7)](/\\u001b\[.*?m/g,'')[_0x34888b(0x246)](0x1,-0x1);}async function setContext(){const _0x24632a=a13_0x2974f5,_0x5ee38f={'rpJbs':function(_0x2d88fd,_0x4675d4){return _0x2d88fd<=_0x4675d4;},'zaXuR':function(_0xaf7e7a,_0x265c9a){return _0xaf7e7a(_0x265c9a);},'XHpwB':function(_0x3875f9){return _0x3875f9();},'TBaGt':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','tbeie':function(_0x12602e,_0x4e80c1){return _0x12602e>_0x4e80c1;},'ZyESg':function(_0x38b6ca,_0x4ba76c){return _0x38b6ca(_0x4ba76c);},'ZcUQI':function(_0x2a1455,_0x5c9fc8){return _0x2a1455(_0x5c9fc8);},'KFqMr':function(_0x1a0835,_0x3a26cd){return _0x1a0835(_0x3a26cd);},'kwPtJ':function(_0x33afaf,_0x50972c){return _0x33afaf<=_0x50972c;},'RMPDt':function(_0x3df03d){return _0x3df03d();},'UYxeQ':function(_0x28fcaa,_0x4e4dfd,_0x1d090c){return _0x28fcaa(_0x4e4dfd,_0x1d090c);},'gqQKG':function(_0x24bef7){return _0x24bef7();},'qdxxa':function(_0x1a0d8f,_0x44bddd){return _0x1a0d8f===_0x44bddd;},'lNRXR':_0x24632a(0x247),'FDZVN':'FYkcz','mZTng':_0x24632a(0x1ca),'LKrbO':_0x24632a(0x1f8),'EAsUx':function(_0x3537db,_0xbf246d){return _0x3537db!==_0xbf246d;},'CxcFC':_0x24632a(0x194),'BLaWF':function(_0x15984b,_0x44dd90){return _0x15984b!==_0x44dd90;},'pwdab':_0x24632a(0x1b7),'hCbXz':function(_0x213d07,_0x34f7a1){return _0x213d07===_0x34f7a1;},'JrQpV':_0x24632a(0x187),'inPPr':function(_0x4e8501,_0x1a173b){return _0x4e8501===_0x1a173b;},'NLjBR':_0x24632a(0x20d),'jNDxf':_0x24632a(0x1a1),'ILmrz':function(_0x4711ea,_0x37a952){return _0x4711ea(_0x37a952);},'pVVYf':function(_0x3e845d,_0x2183ab){return _0x3e845d!==_0x2183ab;},'yXzMj':'RAppS','NaNMn':'znoZM','uvNUp':function(_0x10ec7b,_0x41226e){return _0x10ec7b>_0x41226e;},'xvVYh':_0x24632a(0x1d4),'QVlrx':function(_0x6cb58d,_0x42af06){return _0x6cb58d!==_0x42af06;},'sZwvk':_0x24632a(0x244),'zCSmE':function(_0x3a3b7e,_0x24ca8b){return _0x3a3b7e(_0x24ca8b);},'YfJVA':function(_0x34c41a,_0x5945a6){return _0x34c41a===_0x5945a6;},'biFPL':_0x24632a(0x1a4),'GCqbG':_0x24632a(0x20a),'SrGxM':_0x24632a(0x200)};if(!_0x5ee38f[_0x24632a(0x242)](isBrowserstackInfra)){if(_0x5ee38f['qdxxa'](_0x5ee38f[_0x24632a(0x17b)],_0x5ee38f['FDZVN']))_0x3f88ba[_0x24632a(0x218)](_0x24632a(0x22d)+_0x4ed91a);else return;}if(!sessionNameProvided){if(_0x5ee38f['qdxxa'](_0x5ee38f[_0x24632a(0x1f2)],_0x5ee38f['LKrbO']))_0x5ee38f[_0x24632a(0x19a)](_0x5ab246['getInstance']()[_0x24632a(0x1e1)],0x0)&&(_0x5ee38f[_0x24632a(0x1c7)](_0x232b28,_0xaa37c1),_0x5ee38f['XHpwB'](_0x1f9875));else{const _0x4bbebd=expect[_0x24632a(0x19e)]()['currentTestName'];await __drivers[0x0]['executeScript'](_0x24632a(0x1f1)+_0x4bbebd+_0x24632a(0x204));}}let _0x575c03=null,_0x3510df=![];_0x5ee38f['EAsUx'](typeof jasmine,_0x5ee38f[_0x24632a(0x1c9)])?_0x5ee38f[_0x24632a(0x237)](_0x5ee38f['pwdab'],_0x5ee38f[_0x24632a(0x195)])?_0x18cf93[_0x24632a(0x196)](_0x5ee38f['TBaGt']):jasmine['currentTest'][_0x24632a(0x213)]&&_0x5ee38f['tbeie'](jasmine[_0x24632a(0x1ec)][_0x24632a(0x213)][_0x24632a(0x1ab)],0x0)?_0x5ee38f['hCbXz'](_0x5ee38f['JrQpV'],_0x5ee38f['JrQpV'])?(_0x3510df=!![],_0x575c03=_0x5ee38f['ZyESg'](stripUnicode,JSON[_0x24632a(0x181)](jasmine[_0x24632a(0x1ec)][_0x24632a(0x213)][0x0]['message']))):_0x5a518c=![]:_0x5ee38f[_0x24632a(0x22a)](_0x5ee38f['NLjBR'],_0x5ee38f[_0x24632a(0x1df)])?(_0xedb618[_0x24632a(0x19b)](_0x36b8bf)&&_0x3e9497[0x0]&&(_0x4279a8[0x0][_0x24632a(0x188)]=_0x5affdc),_0x77dbac['browserstackSessionName']=_0x2bc92e):_0x575c03=_0x5ee38f[_0x24632a(0x1a3)](stripUnicode,JSON[_0x24632a(0x181)](jasmine[_0x24632a(0x1ec)]['description'])):_0x5ee38f[_0x24632a(0x184)](_0x5ee38f['yXzMj'],_0x5ee38f[_0x24632a(0x1fe)])?testContext[_0x24632a(0x23a)]&&_0x5ee38f[_0x24632a(0x1cf)](testContext[_0x24632a(0x23a)][_0x24632a(0x1ab)],0x0)?_0x5ee38f[_0x24632a(0x22a)](_0x5ee38f[_0x24632a(0x1ae)],_0x5ee38f[_0x24632a(0x1ae)])?(_0x3510df=!![],_0x575c03=_0x5ee38f[_0x24632a(0x1c7)](stripUnicode,JSON[_0x24632a(0x181)](testContext[_0x24632a(0x23a)][0x0][0x0][_0x24632a(0x19d)]||testContext[_0x24632a(0x23a)][0x0][0x0]))):_0x3e956c=new _0x41d38e(_0x2c8632):_0x5ee38f[_0x24632a(0x1f6)](_0x5ee38f['sZwvk'],_0x5ee38f[_0x24632a(0x182)])?_0x26396f[_0x24632a(0x1ec)][_0x24632a(0x213)]&&_0x5ee38f[_0x24632a(0x1c0)](_0x39dc3f[_0x24632a(0x1ec)][_0x24632a(0x213)][_0x24632a(0x1ab)],0x0)?(_0x1a8afc=!![],_0x4a6809=_0x5ee38f[_0x24632a(0x210)](_0x4edc52,_0x45416c['stringify'](_0x409ec2[_0x24632a(0x1ec)][_0x24632a(0x213)][0x0][_0x24632a(0x19d)]))):_0xfa2f67=_0x5ee38f[_0x24632a(0x234)](_0x5b7171,_0x24436d[_0x24632a(0x181)](_0x4b07ff['currentTest'][_0x24632a(0x1e2)])):_0x575c03=_0x5ee38f[_0x24632a(0x1cd)](stripUnicode,JSON[_0x24632a(0x181)](testContext[_0x24632a(0x1b0)])):(_0x2f08f2=!![],_0x1ec6f0=_0x5ee38f['KFqMr'](_0x47382e,_0x1b6d5d['stringify'](_0x292a14[_0x24632a(0x23a)][0x0][0x0]['message']||_0x4afdd2['errors'][0x0][0x0])));if(_0x3510df){if(_0x5ee38f[_0x24632a(0x212)](_0x5ee38f[_0x24632a(0x20e)],_0x5ee38f[_0x24632a(0x178)])){const _0x5700f5={'BPcjO':function(_0xe1364,_0x68bfbb){const _0x1c40cb=_0x24632a;return _0x5ee38f[_0x1c40cb(0x1bd)](_0xe1364,_0x68bfbb);},'ZRnIK':function(_0x1f0eaf,_0x50c55c){const _0x583484=_0x24632a;return _0x5ee38f[_0x583484(0x210)](_0x1f0eaf,_0x50c55c);},'NFovk':function(_0x15d17a){const _0x55df45=_0x24632a;return _0x5ee38f[_0x55df45(0x18a)](_0x15d17a);}},_0xa68b7b=_0x5ee38f[_0x24632a(0x1c4)](_0x3f559e,async()=>{const _0x5b6602=_0x24632a;_0x5700f5['BPcjO'](_0x144910['getInstance']()['pendingUploads'],0x0)&&(_0x5700f5[_0x5b6602(0x209)](_0x51ac1b,_0xa68b7b),_0x5700f5['NFovk'](_0x143ee0));},0x3e8);}else __error_messages__[_0x24632a(0x232)](_0x575c03),await __drivers[0x0][_0x24632a(0x1ee)](_0x24632a(0x1f0)+_0x575c03+_0x24632a(0x1d2));}else _0x5ee38f['QVlrx'](_0x5ee38f[_0x24632a(0x224)],_0x5ee38f['SrGxM'])?_0x3ed8bd[_0x24632a(0x1ec)]=_0x46b0f3:await __drivers[0x0][_0x24632a(0x1ee)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x575c03+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0x42e49e,_0x588693)=>{const _0x2eb687=a13_0x2974f5;await global[_0x2eb687(0x1d7)][0x0][_0x2eb687(0x1ee)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x42e49e+_0x2eb687(0x1dd)+_0x588693+_0x2eb687(0x204));};async function driverCleanup(){const _0x43656a=a13_0x2974f5,_0x4f7c35={'yDnNU':function(_0x53855a,_0x4fcd42){return _0x53855a(_0x4fcd42);},'bYgVy':function(_0x3f4fdd,_0x5e7665){return _0x3f4fdd(_0x5e7665);},'IEEdi':function(_0x131283,_0x7f9b21){return _0x131283(_0x7f9b21);},'bTypo':function(_0x430e2f){return _0x430e2f();},'nOmYU':function(_0x5473b8){return _0x5473b8();},'FSxxP':function(_0x5a37a0,_0x221f94){return _0x5a37a0===_0x221f94;},'kpLtg':'CbpJJ','IvpZk':'jjjKk','ZKISY':function(_0x2e1d16,_0x53e2af){return _0x2e1d16!==_0x53e2af;},'tnnhE':'XMczr','XwVla':_0x43656a(0x1ea),'tdnkh':function(_0xdb4cc,_0x32e197){return _0xdb4cc>_0x32e197;},'MTMso':function(_0x154e51,_0x5ac993){return _0x154e51===_0x5ac993;},'DldPo':_0x43656a(0x222),'qdrFC':_0x43656a(0x217),'Jbdcr':function(_0x56a0d9,_0x5579a4,_0x477b0c,_0x1f87ee){return _0x56a0d9(_0x5579a4,_0x477b0c,_0x1f87ee);},'LFjYU':_0x43656a(0x1c1),'kfutu':'\x20|\x20','lXjma':_0x43656a(0x18c),'HgWoH':'rXLIZ','UwuYi':function(_0x53a2fb,_0x183550,_0x1f42d8){return _0x53a2fb(_0x183550,_0x1f42d8);},'Gxrjo':_0x43656a(0x1b6),'hJXWc':function(_0x4a6a1b,_0x58ef99){return _0x4a6a1b===_0x58ef99;},'Feims':_0x43656a(0x19c),'vgSnA':function(_0x555284,_0x52b32e){return _0x555284===_0x52b32e;},'sDLRj':_0x43656a(0x243),'xiIFW':_0x43656a(0x233),'fuJzq':_0x43656a(0x1ed),'CJZUj':function(_0x459746,_0x2545a5){return _0x459746===_0x2545a5;},'GtZbF':_0x43656a(0x21f)};if(!_0x4f7c35[_0x43656a(0x1c3)](isBrowserstackInfra)){if(_0x4f7c35[_0x43656a(0x1bb)](_0x4f7c35['kpLtg'],_0x4f7c35[_0x43656a(0x18f)]))_0x4f5057=!![],_0xa633e3=_0x4f7c35[_0x43656a(0x1f3)](_0xe4463d,_0x4652db[_0x43656a(0x181)](_0x113204[_0x43656a(0x1ec)][_0x43656a(0x213)][0x0][_0x43656a(0x19d)]));else return;}let _0x5560c4=![];try{if(_0x4f7c35[_0x43656a(0x1d0)](_0x4f7c35[_0x43656a(0x1ce)],_0x4f7c35['XwVla']))await __drivers[0x0][_0x43656a(0x1fb)],_0x5560c4=!![],_0x4f7c35[_0x43656a(0x1ef)](__error_messages__['length'],0x0)?_0x4f7c35[_0x43656a(0x19f)](_0x4f7c35[_0x43656a(0x225)],_0x4f7c35[_0x43656a(0x245)])?_0x405462=_0x4f7c35[_0x43656a(0x1d1)](_0x3edde4,_0xf7a120[_0x43656a(0x181)](_0x505a84[_0x43656a(0x1b0)])):await _0x4f7c35['Jbdcr'](markSessionStatus,__drivers[0x0],_0x4f7c35[_0x43656a(0x1aa)],__error_messages__['join'](_0x4f7c35[_0x43656a(0x1cb)])):_0x4f7c35[_0x43656a(0x1bb)](_0x4f7c35[_0x43656a(0x205)],_0x4f7c35[_0x43656a(0x1fa)])?_0x2af76b[_0x43656a(0x218)](_0x43656a(0x176)+this[_0x43656a(0x1ec)]['titlePath']()+'.\x20Error\x20:',_0x2c9ba2):await _0x4f7c35[_0x43656a(0x1f9)](markSessionStatus,__drivers[0x0],_0x4f7c35['Gxrjo']);else return;}catch(_0x19b18c){_0x4f7c35[_0x43656a(0x1b3)](_0x4f7c35[_0x43656a(0x227)],_0x4f7c35[_0x43656a(0x227)])?console[_0x43656a(0x18e)](_0x19b18c):(_0x4f7c35[_0x43656a(0x239)](_0x24d285,_0x31ccf3),_0x4f7c35[_0x43656a(0x192)](_0x1e0b1b));}__error_messages__=[];if(_0x5560c4){if(_0x4f7c35[_0x43656a(0x198)](_0x4f7c35[_0x43656a(0x179)],_0x4f7c35['sDLRj']))try{_0x4f7c35[_0x43656a(0x1b3)](_0x4f7c35[_0x43656a(0x1c6)],_0x4f7c35[_0x43656a(0x1e9)])?_0x1e201e['log'](_0x33d10f):await __drivers[0x0][_0x43656a(0x235)]();}catch(_0xadf91a){_0x4f7c35[_0x43656a(0x1c5)](_0x4f7c35[_0x43656a(0x1c8)],_0x4f7c35[_0x43656a(0x1c8)])?console[_0x43656a(0x18e)](_0xadf91a):_0x14d826[_0x43656a(0x207)](_0x43656a(0x23e)+_0x3d294d);}else return;}}beforeAll(async()=>{const _0x4731d0=a13_0x2974f5,_0x39697b={'bFUND':function(_0xde3dca,_0x122a7e){return _0xde3dca(_0x122a7e);},'bVoyh':function(_0x1471a5,_0x45b12e){return _0x1471a5>_0x45b12e;},'CsmxP':function(_0x3d022b,_0x420616){return _0x3d022b(_0x420616);},'MrYum':function(_0x6decf6,_0x4a2f64){return _0x6decf6===_0x4a2f64;},'hPgDG':_0x4731d0(0x1af),'TOcQM':'MySsB','HiASp':_0x4731d0(0x211),'YQcoJ':function(_0x4b29be,_0x379570){return _0x4b29be!==_0x379570;},'ZIibb':_0x4731d0(0x194),'yZqGv':_0x4731d0(0x248),'ZpDHF':_0x4731d0(0x190),'ObmSi':function(_0x5e7a4e,_0x2cf335){return _0x5e7a4e===_0x2cf335;},'uPSVu':_0x4731d0(0x17a),'tfsAm':'IxneV','ujWqE':_0x4731d0(0x1da),'dZAjz':function(_0x922a38){return _0x922a38();},'XEABL':function(_0x30988a,_0x13de65){return _0x30988a===_0x13de65;},'VdIfR':_0x4731d0(0x231),'wgeAT':_0x4731d0(0x1a9),'Mozmg':_0x4731d0(0x1a8),'dWnvi':function(_0x1053ee,_0x101618,_0x57106f){return _0x1053ee(_0x101618,_0x57106f);}},_0x55a87c='browserstack internal helper hook';_0x39697b[_0x4731d0(0x197)](typeof jasmine,_0x39697b[_0x4731d0(0x185)])&&(_0x39697b['MrYum'](_0x39697b[_0x4731d0(0x189)],_0x39697b[_0x4731d0(0x22f)])?_0x2d1fe5=_0x39697b['bFUND'](_0x4f1ff7,_0x1e0db0[_0x4731d0(0x181)](_0x1e8a07[_0x4731d0(0x1ec)][_0x4731d0(0x1e2)])):jasmine[_0x4731d0(0x21c)]()[_0x4731d0(0x240)]({'specStarted':_0x101d39=>{const _0x5020ae=_0x4731d0,_0xcaea13={'aaTPF':function(_0x4c5130,_0x164390){return _0x39697b['bVoyh'](_0x4c5130,_0x164390);},'GdSjP':function(_0x128184,_0x229a9a){const _0x8fcbc3=a13_0x3691;return _0x39697b[_0x8fcbc3(0x17d)](_0x128184,_0x229a9a);},'TDaxr':function(_0x2f855c,_0x210392){const _0x8de4cf=a13_0x3691;return _0x39697b[_0x8de4cf(0x17d)](_0x2f855c,_0x210392);}};_0x39697b[_0x5020ae(0x216)](_0x39697b[_0x5020ae(0x202)],_0x39697b['TOcQM'])?_0x3c99e1[_0x5020ae(0x23a)]&&_0xcaea13[_0x5020ae(0x230)](_0xf6d461[_0x5020ae(0x23a)][_0x5020ae(0x1ab)],0x0)?(_0xca04db=!![],_0x11a380=_0xcaea13[_0x5020ae(0x221)](_0x957ac3,_0x48d441['stringify'](_0x5586b8[_0x5020ae(0x23a)][0x0][0x0][_0x5020ae(0x19d)]||_0x5a87bf['errors'][0x0][0x0]))):_0x5eb774=_0xcaea13[_0x5020ae(0x1b2)](_0x140a14,_0x41f09e[_0x5020ae(0x181)](_0x12b8e3[_0x5020ae(0x1b0)])):jasmine[_0x5020ae(0x1ec)]=_0x101d39;}}));let _0x5ab007=![];try{_0x39697b['ObmSi'](_0x39697b[_0x4731d0(0x1b4)],_0x39697b['uPSVu'])?(await __drivers[0x0][_0x4731d0(0x1fb)],_0x5ab007=!![]):_0x3c91d8['log'](_0x2cc4dd);}catch(_0x22d704){}if(_0x5ab007)try{try{if(_0x39697b[_0x4731d0(0x216)](_0x39697b[_0x4731d0(0x201)],_0x39697b[_0x4731d0(0x1d3)])){const _0x455d85={};_0x455d85[_0x4731d0(0x226)]=_0x16bfcf=>{_0x519455['currentTest']=_0x16bfcf;},_0x5322ed[_0x4731d0(0x21c)]()[_0x4731d0(0x240)](_0x455d85);}else{if(_0x39697b['dZAjz'](isTestObservabilitySession)){if(_0x39697b[_0x4731d0(0x208)](_0x39697b[_0x4731d0(0x1b5)],_0x39697b[_0x4731d0(0x18d)]))_0x1fbe8a['info'](_0x39697b[_0x4731d0(0x23b)]);else{if(global[_0x4731d0(0x1d7)][0x0]){if(_0x39697b[_0x4731d0(0x20b)](_0x39697b[_0x4731d0(0x1a2)],_0x39697b[_0x4731d0(0x1a2)]))await _0x39697b[_0x4731d0(0x1d5)](sendPlatformDetails,global[_0x4731d0(0x1d7)][0x0],TestDetails[_0x4731d0(0x21e)](process[_0x4731d0(0x1e5)]+_0x4731d0(0x1be)));else return _0x5d87b5[_0x4731d0(0x1e7)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}}}}}catch{}}catch(_0x379166){}}),beforeEach(async()=>{const _0x19f731=a13_0x2974f5,_0x35059f={'NPHiy':function(_0x4538f1,_0x4ab00a){return _0x4538f1>_0x4ab00a;},'zwvuM':function(_0x1abcb6){return _0x1abcb6();},'WaEQL':function(_0x15c173,_0x5290d5){return _0x15c173>_0x5290d5;},'RMjxc':function(_0x276db1,_0x2806c6,_0x2061a7){return _0x276db1(_0x2806c6,_0x2061a7);},'gDGkW':function(_0xc84446,_0x10f9f2){return _0xc84446===_0x10f9f2;},'tSFnJ':_0x19f731(0x206),'WYqvN':_0x19f731(0x203),'WYqLK':_0x19f731(0x228),'uZNIN':function(_0x1fb904,_0x3cbb7f){return _0x1fb904>_0x3cbb7f;},'TdbLj':function(_0x48aec2){return _0x48aec2();}},_0x294775='browserstack internal helper hook';try{_0x35059f[_0x19f731(0x219)](__drivers[_0x19f731(0x1ab)],0x1)&&(await _0x35059f['zwvuM'](driverCleanup),__drivers[_0x19f731(0x23c)]());const _0x22c9a8=expect['getState']()['currentTestName'];try{Array[_0x19f731(0x19b)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x19f731(0x188)]=_0x22c9a8),global[_0x19f731(0x188)]=_0x22c9a8;}catch(_0x263017){logger['debug'](_0x19f731(0x23e)+_0x263017);}__drivers[0x0][_0x19f731(0x188)]=_0x22c9a8;_0x35059f[_0x19f731(0x214)](__drivers[0x0][_0x19f731(0x1a7)],0x0)&&await _0x35059f[_0x19f731(0x1d6)](driverCleanup);const _0x51947b=_0x35059f['RMjxc'](shouldScanTestForAccessibility,_0x22c9a8,![]);if(_0x35059f[_0x19f731(0x1d6)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform'])try{const _0x155012=await __drivers[0x0]['session_'];if(_0x155012){let _0x2904f3=!![];const _0x3d30ac=await __drivers[0x0][_0x19f731(0x1d9)]();let _0x41aac3;try{_0x41aac3=new URL(_0x3d30ac);}catch(_0x7f0065){_0x2904f3=![];}_0x2904f3=_0x35059f['gDGkW'](_0x41aac3[_0x19f731(0x193)],_0x35059f[_0x19f731(0x1b1)])||_0x35059f[_0x19f731(0x1e3)](_0x41aac3[_0x19f731(0x193)],_0x35059f['WYqvN']),_0x2904f3&&(_0x51947b?(logger['info'](_0x35059f['WYqLK']),await __drivers[0x0][_0x19f731(0x1a0)](_0x19f731(0x1f5))):await __drivers[0x0][_0x19f731(0x1ee)](_0x19f731(0x229)));}}catch(_0x35da63){logger[_0x19f731(0x218)](_0x19f731(0x22d)+_0x35da63);}_0x35059f[_0x19f731(0x21d)](__drivers[0x0][_0x19f731(0x1a7)],0x0)&&await _0x35059f[_0x19f731(0x249)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x34df9b=a13_0x2974f5,_0x25a6d9={'yFWvf':function(_0x4e3f27,_0xf67d48){return _0x4e3f27>_0xf67d48;},'enUkS':function(_0x369130){return _0x369130();},'HKCrN':function(_0x4caa45,_0x4df40e){return _0x4caa45===_0x4df40e;},'kZFlP':_0x34df9b(0x17f),'DmVzb':'appium:app','KWZmZ':function(_0x266034,_0x59ca36,_0x40baf6,_0x88c820){return _0x266034(_0x59ca36,_0x40baf6,_0x88c820);},'VLSUp':function(_0x53713a,_0x659e44,_0x3c390b){return _0x53713a(_0x659e44,_0x3c390b);},'zzRge':function(_0x596698){return _0x596698();},'NNoCG':_0x34df9b(0x211),'sCTbl':function(_0x2bc69f,_0x2d9740){return _0x2bc69f(_0x2d9740);},'oYcPa':_0x34df9b(0x20c),'WaLcH':function(_0x4fcaee,_0x26cf59,_0x1407b3){return _0x4fcaee(_0x26cf59,_0x1407b3);},'bpsdX':function(_0x944f8d){return _0x944f8d();},'sqhnv':function(_0x37bbc2,_0x25aad9,_0x1b1225){return _0x37bbc2(_0x25aad9,_0x1b1225);},'sNgok':'debug'},_0x447c07='browserstack internal helper hook';try{_0x25a6d9['yFWvf'](__drivers[_0x34df9b(0x1ab)],0x1)&&(await _0x25a6d9[_0x34df9b(0x1a5)](driverCleanup),__drivers[_0x34df9b(0x23c)]());try{if(global['percy']&&_0x25a6d9[_0x34df9b(0x1e0)](global[_0x34df9b(0x21b)],_0x25a6d9[_0x34df9b(0x236)])&&__drivers[0x0]){const _0x1dc82d=_0x25a6d9['yFWvf'](global[_0x34df9b(0x177)][_0x34df9b(0x1ab)],0x0)?!!global[_0x34df9b(0x177)][0x0][_0x34df9b(0x17e)]||!!global['capabilities'][0x0][_0x25a6d9['DmVzb']]:![],_0x5bc969={};_0x5bc969[_0x34df9b(0x17e)]=_0x1dc82d,await _0x25a6d9[_0x34df9b(0x1ff)](percyAutoCapture,__drivers[0x0],_0x25a6d9[_0x34df9b(0x236)],_0x5bc969);}}catch(_0x1a03db){}const _0x1476e0=_0x25a6d9['VLSUp'](shouldScanTestForAccessibility,expect[_0x34df9b(0x19e)]()[_0x34df9b(0x1cc)],![]);try{if(_0x25a6d9[_0x34df9b(0x1a6)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x34df9b(0x17c)]){_0x1476e0&&logger[_0x34df9b(0x196)](_0x25a6d9['NNoCG']);const _0x3fc45c={'saveResults':_0x1476e0,'testDetails':{'name':expect[_0x34df9b(0x19e)]()[_0x34df9b(0x1cc)],'testRunId':process['env'][_0x34df9b(0x1db)],'filePath':expect[_0x34df9b(0x19e)]()[_0x34df9b(0x1de)],'scopeList':[expect['getState']()['currentTestName']]},'platform':await _0x25a6d9[_0x34df9b(0x1ad)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x34df9b(0x1a0)](_0x34df9b(0x1e6),_0x3fc45c),_0x1476e0&&logger[_0x34df9b(0x196)](_0x25a6d9[_0x34df9b(0x1fc)]);}}catch(_0x21d402){logger[_0x34df9b(0x218)](_0x34df9b(0x176)+this[_0x34df9b(0x1ec)][_0x34df9b(0x220)]()+_0x34df9b(0x1d8),_0x21d402);}await _0x25a6d9[_0x34df9b(0x1a5)](setContext);try{if(_0x25a6d9['zzRge'](isTestObservabilitySession)){global[_0x34df9b(0x1d7)][0x0]&&await _0x25a6d9[_0x34df9b(0x238)](sendPlatformDetails,global[_0x34df9b(0x1d7)][0x0],TestDetails['getTestUUID'](process[_0x34df9b(0x1e5)]+_0x34df9b(0x1be)));if(_0x25a6d9['bpsdX'](isBrowserstackInfra)){const _0x51a22e=_0x34df9b(0x1eb)+Date[_0x34df9b(0x1b9)]();await _0x25a6d9[_0x34df9b(0x1fd)](executeAnnotate,JSON[_0x34df9b(0x181)](_0x51a22e),_0x25a6d9[_0x34df9b(0x21a)]);}}}catch(_0x43be46){}_0x25a6d9[_0x34df9b(0x24b)](__drivers[0x0][_0x34df9b(0x1a7)],0x0)&&await _0x25a6d9[_0x34df9b(0x1a6)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x553c6c=a13_0x2974f5,_0x1029c1={'FgZke':function(_0x5ef585,_0x5743f5){return _0x5ef585<=_0x5743f5;},'SpCly':function(_0x3f1336,_0x5d4471){return _0x3f1336(_0x5d4471);},'NayYi':function(_0x20342d){return _0x20342d();},'uAyGA':function(_0x2232ab,_0xfb2b97,_0x28e5ab){return _0x2232ab(_0xfb2b97,_0x28e5ab);},'MCbfL':function(_0x4de98f){return _0x4de98f();}};jest[_0x553c6c(0x18b)](0x186a0);const _0x3ad16a='browserstack internal helper hook';await new Promise(_0x5ad361=>{const _0x580c31=_0x553c6c,_0x4b26e1={'ZojkC':function(_0x20f7ba,_0x314694){const _0xe05bd9=a13_0x3691;return _0x1029c1[_0xe05bd9(0x1dc)](_0x20f7ba,_0x314694);},'sbWON':function(_0xc907a,_0x2a6c85){const _0x4aa403=a13_0x3691;return _0x1029c1[_0x4aa403(0x215)](_0xc907a,_0x2a6c85);},'UbMrG':function(_0x524e66){const _0x10bd81=a13_0x3691;return _0x1029c1[_0x10bd81(0x180)](_0x524e66);}},_0x2f925a=_0x1029c1[_0x580c31(0x1c2)](setInterval,async()=>{const _0x13f56a=_0x580c31;_0x4b26e1[_0x13f56a(0x1ac)](RequestQueueHandler[_0x13f56a(0x223)]()[_0x13f56a(0x1e1)],0x0)&&(_0x4b26e1['sbWON'](clearInterval,_0x2f925a),_0x4b26e1['UbMrG'](_0x5ad361));},0x3e8);});try{await _0x1029c1[_0x553c6c(0x186)](driverCleanup);}catch(_0x220880){}process[_0x553c6c(0x1bf)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a14_0x17acb6=a14_0x18d4;(function(_0x39dfda,_0x1ea24b){const _0xdcf38b=a14_0x18d4,_0x66a586=_0x39dfda();while(!![]){try{const _0xb87a3c=parseInt(_0xdcf38b(0x19c))/0x1+parseInt(_0xdcf38b(0x195))/0x2+parseInt(_0xdcf38b(0x18f))/0x3+parseInt(_0xdcf38b(0x190))/0x4*(-parseInt(_0xdcf38b(0x199))/0x5)+parseInt(_0xdcf38b(0x18e))/0x6*(-parseInt(_0xdcf38b(0x19a))/0x7)+-parseInt(_0xdcf38b(0x196))/0x8*(parseInt(_0xdcf38b(0x194))/0x9)+parseInt(_0xdcf38b(0x197))/0xa*(parseInt(_0xdcf38b(0x18d))/0xb);if(_0xb87a3c===_0x1ea24b)break;else _0x66a586['push'](_0x66a586['shift']());}catch(_0x37566c){_0x66a586['push'](_0x66a586['shift']());}}}(a14_0x4683,0xf0b76));function a14_0x18d4(_0x229dd2,_0x5ec3f0){const _0x4683e0=a14_0x4683();return a14_0x18d4=function(_0x18d466,_0x31012c){_0x18d466=_0x18d466-0x18d;let _0x400b84=_0x4683e0[_0x18d466];return _0x400b84;},a14_0x18d4(_0x229dd2,_0x5ec3f0);}const requestSpy=require(a14_0x17acb6(0x191)),{addRequestSpy}=require(a14_0x17acb6(0x19b));beforeAll(()=>{const _0x12e2ef=a14_0x17acb6,_0x2a6b8d={'qcITe':function(_0x1ea059){return _0x1ea059();}},_0xdc318e='browserstack internal helper hook';_0x2a6b8d[_0x12e2ef(0x192)](addRequestSpy);}),afterAll(async()=>{const _0x4ed116=a14_0x17acb6,_0x50747b='browserstack internal helper hook';jest[_0x4ed116(0x193)](0xea60),requestSpy[_0x4ed116(0x198)]();});function a14_0x4683(){const _0x39cafc=['setTimeout','218979rukELm','1570444lnnEPG','72jficUm','5300jvwiGz','restore','5yMIWmm','13331269NsxLgn','../../../helpers/test-observability/utils','621831smAJmp','47509yTwUjs','6WwnnWh','1790133uLTVfl','4733656UhhnPL','../../../helpers/request-spy','qcITe'];a14_0x4683=function(){return _0x39cafc;};return a14_0x4683();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a15_0x1f1113=a15_0x311b;function a15_0x311b(_0x1089fc,_0x1d1d63){const _0x3d9875=a15_0x3d98();return a15_0x311b=function(_0x311b6c,_0x161e9f){_0x311b6c=_0x311b6c-0x129;let _0xc5aef9=_0x3d9875[_0x311b6c];return _0xc5aef9;},a15_0x311b(_0x1089fc,_0x1d1d63);}(function(_0x3a3150,_0x145d2b){const _0x1c8cc8=a15_0x311b,_0x3c552f=_0x3a3150();while(!![]){try{const _0x3a6864=-parseInt(_0x1c8cc8(0x12a))/0x1+-parseInt(_0x1c8cc8(0x129))/0x2+-parseInt(_0x1c8cc8(0x133))/0x3*(parseInt(_0x1c8cc8(0x13f))/0x4)+parseInt(_0x1c8cc8(0x12c))/0x5*(parseInt(_0x1c8cc8(0x143))/0x6)+-parseInt(_0x1c8cc8(0x142))/0x7*(-parseInt(_0x1c8cc8(0x138))/0x8)+-parseInt(_0x1c8cc8(0x13d))/0x9*(parseInt(_0x1c8cc8(0x130))/0xa)+parseInt(_0x1c8cc8(0x13e))/0xb*(parseInt(_0x1c8cc8(0x149))/0xc);if(_0x3a6864===_0x145d2b)break;else _0x3c552f['push'](_0x3c552f['shift']());}catch(_0x1bc550){_0x3c552f['push'](_0x3c552f['shift']());}}}(a15_0x3d98,0x4dfd3));const testOpsHelper=require(a15_0x1f1113(0x12b)),helper=require(a15_0x1f1113(0x132));function a15_0x3d98(){const _0x39090f=['696970GmIQMR','push','isTestObservabilitySession','jyHjX','4290tawuKD','aXMjA','../../../helpers/helper','377985JkjpSy','rerunTests','split','trim','length','8JbMRCv','BROWSERSTACK_RERUN_TESTS','has','testRegex','shouldReRunObservabilityTests','10107HLBxlL','76945eoCuTt','16qogihI','GKSdE','map','3450111hVPWzX','18ABLlKa','cliConfig','updateTestRerunConfig','garRG','etJUe','null','2028weCLNc','572394kYuvLU','501823QPFzJm','../../../helpers/test-observability/utils'];a15_0x3d98=function(){return _0x39090f;};return a15_0x3d98();}exports[a15_0x1f1113(0x145)]=(_0x46af94,_0x54bafc)=>{const _0x85b3ce=a15_0x1f1113,_0x3c033d={};_0x3c033d[_0x85b3ce(0x131)]=_0x85b3ce(0x134),_0x3c033d['jyHjX']=function(_0x286f89,_0x2b48b2){return _0x286f89!==_0x2b48b2;},_0x3c033d[_0x85b3ce(0x147)]=_0x85b3ce(0x148),_0x3c033d[_0x85b3ce(0x140)]=function(_0x158763,_0x3ef0b3){return _0x158763!==_0x3ef0b3;},_0x3c033d[_0x85b3ce(0x146)]=function(_0x37e2fc,_0x4eca0c){return _0x37e2fc>_0x4eca0c;};const _0x478eff=_0x3c033d;if(testOpsHelper[_0x85b3ce(0x12e)]()&&testOpsHelper[_0x85b3ce(0x13c)]()){let _0x288c8f=process['env'][_0x85b3ce(0x139)];!helper['isUndefined'](_0x54bafc[_0x85b3ce(0x144)])&&_0x54bafc[_0x85b3ce(0x144)][_0x85b3ce(0x13a)](_0x478eff[_0x85b3ce(0x131)])&&(_0x288c8f=_0x54bafc[_0x85b3ce(0x144)]['get'](_0x478eff[_0x85b3ce(0x131)]));const _0x120d70=[];_0x478eff[_0x85b3ce(0x12f)](_0x288c8f,_0x478eff[_0x85b3ce(0x147)])&&_0x478eff[_0x85b3ce(0x140)](_0x288c8f,null)&&_0x288c8f[_0x85b3ce(0x135)](',')[_0x85b3ce(0x141)](_0x450e08=>{const _0xc43db8=_0x85b3ce;_0x120d70[_0xc43db8(0x12d)](''+_0x450e08[_0xc43db8(0x136)]());}),_0x478eff[_0x85b3ce(0x146)](_0x120d70[_0x85b3ce(0x137)],0x0)&&(_0x46af94[_0x85b3ce(0x13b)]=_0x120d70,delete _0x46af94['testMatch']);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x213ba7=a16_0x357b;(function(_0x36764e,_0x3e37a4){const _0x33f16d=a16_0x357b,_0x187e0b=_0x36764e();while(!![]){try{const _0x845ffe=parseInt(_0x33f16d(0x1e9))/0x1*(parseInt(_0x33f16d(0xdb))/0x2)+-parseInt(_0x33f16d(0x10e))/0x3*(-parseInt(_0x33f16d(0x12e))/0x4)+-parseInt(_0x33f16d(0x173))/0x5+parseInt(_0x33f16d(0xeb))/0x6*(parseInt(_0x33f16d(0x139))/0x7)+parseInt(_0x33f16d(0x158))/0x8+parseInt(_0x33f16d(0x1aa))/0x9+parseInt(_0x33f16d(0x128))/0xa*(-parseInt(_0x33f16d(0x146))/0xb);if(_0x845ffe===_0x3e37a4)break;else _0x187e0b['push'](_0x187e0b['shift']());}catch(_0x10cc82){_0x187e0b['push'](_0x187e0b['shift']());}}}(a16_0x4792,0x24730));function a16_0x357b(_0x1a5be1,_0x5a0b4d){const _0x479201=a16_0x4792();return a16_0x357b=function(_0x357b89,_0x3d5372){_0x357b89=_0x357b89-0x78;let _0x4ee27a=_0x479201[_0x357b89];return _0x4ee27a;},a16_0x357b(_0x1a5be1,_0x5a0b4d);}function a16_0x4792(){const _0x458877=['BiigD','ETVZv','FYuMt','getRootParentFile','YCNKd','analyticsResult','kBpfq','aEedp','SDKdu','sypXF','getTestEnv','statSync','RJBTU','oGodq','state','YXeMg','MaMNu','ciSHI','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','lVhwS','KzLQb','zRbWG','ghLJw','ovIDR','GnQmV','qXMYe','toString','YQWef','RRwFO','TBDAE','mapTestHooks','WAwNW','IisKr','tEfDG','asyncError','SeGhp','zKIwk',':hookAnalyticsId','FMBbQ','../../../helpers/helper','EmQvS','MInha','../../utils/constants','UFSDZ','yxRiF','iOfdV','zwLfF','SIlvw','appendTestPlatform','IHHIm','getName','yfxfq','KlqKp','hook_data','egiBW','TNfII','_paths','302698aEEKgj','testAnalyticsId','length','NcheJ','FuiGI','ILFtV','LoBdq','QjRfu','iHkLX','current_test','backtrace','iKwGB','kbsYT','GeOvD','afterAll','cATQm','438MZLrWU','sZqNI','CzkyJ','Gxpuo','VfTfW','ncnpD','ojoHJ','registerListeners','call','cmAnn','LHBZY','bOlsu','YtDZf','WWZSw','pMMFA','GPjaA','uploadEventData','tVusm','_currentRetry','ICeZT','.git','aXYvP','EgDMH','AMIfj','aOalv','inspect','match','tjOTK','getFileName','result','eHfmM','jUvoQ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','CeXVd','KnxoY','381KZrdfg','KdQsZ','failed\x20to\x20get\x20root\x20parent\x20file\x20','RyMFB','cAWNd','urSay','parent','includes','bs:addPlatformDetails:','TestRunSkipped','FMqEy','snjgc','sFVNX','BEFORE_EACH','HqqYk','forEach','zhsIk','now','js-','EYtmt','event_type','failure','root','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','AFTER_EACH','findGitConfig','20nivyJq','SVnFQ','joXVf','bTHLF','kDKGf','Lekng','3972doBYOf','path','_gitConfigured','lSdSJ','eVVaw','JGnyQ','otHBe','hook_failure','sendTestRunEvent','WhDJY','current_hook','20895xxvefi','FoZfF','1|2|6|0|3|4|5','STATE_PASSED','kMdJQ','qCzIg','jaxgS','IZLAb','ncrhu',':testAnalyticsId','test_run_uuid','stack-trace','ssnCe','3380036vBqMiP','YJUmS','cnaAb','push','getHierarchy','bAcAI','RzYfI','join','IaPNb','\x22\x20hook\x20for\x20\x22','LyNBh','UnWrL','LAshu','beforeAll','wjstQ','passed','pid','err','1845000gbyhyv','pnRdx','WWkBZ','Wcdgv','title','name','tTFsJ','AFTER_ALL','PflNT','hooks','dowdY','xIaQA','location_prefix','VaiBr','nhIar','failed','xHdnB','LWBzW','../../../helpers/test-observability/error-handler','LkvgN','PMliH','lcjhE','lKTGI','PpCGP','iilZD','testStarted','skipped','411275IdNNey','tdjxM','VYByP','XEFix','GugYa','reverse','\x20with\x20error\x20:\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','CLmpP','wTyHG','KFKov','flTDa','lUkOq','nGCQS','XoJTZ','TestRunFinished','duration','EkpvL','toISOString','KCVqD','_testResults','MVsEr','uuid','nOEcp','XXnZE','Eyiyf','cwd','beforeEach','FdnwZ','aSEkA','nTJFf','../../../../package.json','opaut','ShsPJ','qCLav','TJXGu','lefoK','qNTNy','lADPm','qNtms','../../../helpers/test-observability/utils','enqTT','LfjwB','AKfMu','getTestUUID','pending','appendTestItemLog','nvRBp','logs','aneVI','INxfq','AivUc','LogCreated','fhyHe','hZePA','1081017qJdnWI','ZESaF','bpHAn','dCHZO','type','../../../helpers/test-observability/sessionHandler','GtsuK','qNHoQ','sep','hXlBx','wDidw','Yurte','XvXKQ','parse','bind','OWOIG','iAfXi','RefjY','TFxEJ','removeAllListeners','aiQWy','javascript','CnEpG','split','YzIIj','yZqZs','xiYzH','UzTyv','nSUcu','ugYho','XOmkP','failure_backtrace','NNFuE','test','_gitConfigPath','VdbPZ','FGhfc','Njsxy','sRyyW','qilNx','eXXOb','aIrgd','BqTls','CHqUH','errorsDetailed','RfuuX','started_at','BREiB','jest-circus','MVPBL','WNidJ','oQshS','oIlLp','onqYP','YlzEj','AHNyz','vAHHv','euqsi','nDHTY','AnOIo','config','hookAnalyticsId','FxAJv','1BIEwHu','vMCgT','generic','VUcAF','eTGeu','dirname','Wrvud','getHooksForTest','zIrGX','kNJAg','bs:addLog:','ECkUS','qWtEb','hgVyc','qrfFX','finished_at','iIBFA','UoSfO','RniVR','setTestUUID','retryOf','hook_run_uuid','hook_type','xWgPI','EYqCd','ZCTeI','resetTestHooks','failure_reason_expanded','yPgXh','file','configureGit','BEFORE_ALL','vTTCj','PdNeX','QAYNg','QZkKd','zUfon','aFlDM','afterEach','Mofap','mCmwE','failure_type','Xovdn','zvpmo','_testEnv','test_run','xISNZ','itPXH','pzqyx','TLAtD','UKndA','WrRnF','testObservability','DdeaV','DnfuV','kkSmQ','jJDvD','vMYtt','pyKwy','IVrJZ','cUDiA','CKKyp','JsLTZ','ZlLQO'];a16_0x4792=function(){return _0x458877;};return a16_0x4792();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x213ba7(0x19b)),SessionHandler=require(a16_0x213ba7(0x1af)),{v4:uuidv4}=require(a16_0x213ba7(0x189)),{name,version}=require(a16_0x213ba7(0x192)),stackTrace=require(a16_0x213ba7(0x144)),path=require(a16_0x213ba7(0x12f)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0x213ba7(0xcc)),{o11yClassErrorHandler}=require(a16_0x213ba7(0x16a)),{getGitMetaData}=require(a16_0x213ba7(0xc9)),a16_0x29e903={};a16_0x29e903[a16_0x213ba7(0x13c)]=a16_0x213ba7(0x155),a16_0x29e903['STATE_FAILED']=a16_0x213ba7(0x167),a16_0x29e903['STATE_PENDING']=a16_0x213ba7(0x1a0);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x29e903,a16_0x56f372={};a16_0x56f372['beforeAll']=a16_0x213ba7(0x81),a16_0x56f372[a16_0x213ba7(0xe9)]=a16_0x213ba7(0x15f),a16_0x56f372[a16_0x213ba7(0x18e)]=a16_0x213ba7(0x11b),a16_0x56f372[a16_0x213ba7(0x88)]=a16_0x213ba7(0x126);const HOOK_TYPES_MAP=a16_0x56f372;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x40750d=a16_0x213ba7,_0x25b575={'BREiB':'1|5|2|3|0|6|4','PflNT':function(_0x10b12f){return _0x10b12f();}},_0x38f3ce=_0x25b575[_0x40750d(0x1d9)][_0x40750d(0x1c1)]('|');let _0x49d99d=0x0;while(!![]){switch(_0x38f3ce[_0x49d99d++]){case'0':this[_0x40750d(0xd7)]=[];continue;case'1':this[_0x40750d(0x96)]=_0x25b575[_0x40750d(0x160)](isTestObservabilitySession);continue;case'2':this[_0x40750d(0x8e)]=this[_0x40750d(0xac)]();continue;case'3':this[_0x40750d(0xda)]=new PathHelper({'cwd':process[_0x40750d(0x18d)]()},this[_0x40750d(0x8e)][_0x40750d(0x164)]);continue;case'4':this[_0x40750d(0x1cc)]=null;continue;case'5':this[_0x40750d(0x187)]=[];continue;case'6':this[_0x40750d(0x130)]=![];continue;}break;}}[a16_0x213ba7(0xac)]=()=>{const _0x44d9b9=a16_0x213ba7,_0x163a13={'RhOAu':'generic','YCNKd':function(_0x1b1907){return _0x1b1907();}};return{'ci':_0x163a13['RhOAu'],'key':_0x163a13[_0x44d9b9(0xa6)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x213ba7(0xf2)](){const _0x21dbf1=a16_0x213ba7;process[_0x21dbf1(0x1bd)](_0x21dbf1(0x1f3)+process[_0x21dbf1(0x156)]),process['on'](_0x21dbf1(0x1f3)+process['pid'],this[_0x21dbf1(0x1a1)][_0x21dbf1(0x1b8)](this)),process[_0x21dbf1(0x1bd)](_0x21dbf1(0x116)+process[_0x21dbf1(0x156)]),process['on'](_0x21dbf1(0x116)+process[_0x21dbf1(0x156)],this['appendTestPlatform'][_0x21dbf1(0x1b8)](this));}[a16_0x213ba7(0x171)]=async _0x2cfc64=>{const _0x540684=a16_0x213ba7,_0x77399c={'wTyHG':_0x540684(0x155),'YXeMg':_0x540684(0x1a0),'EkpvL':_0x540684(0x167),'pirHK':function(_0x100dba,_0x5c1de1){return _0x100dba(_0x5c1de1);},'KlqKp':function(_0x22bdcf,_0x2e6434){return _0x22bdcf===_0x2e6434;},'eVVaw':_0x540684(0x1d1),'GIxtn':function(_0x4e879c,_0x1e8df1){return _0x4e879c>_0x1e8df1;},'Njsxy':function(_0x3dad79,_0x1ec352){return _0x3dad79===_0x1ec352;},'JsLTZ':function(_0x481a75,_0x228477){return _0x481a75!==_0x228477;},'pnRdx':'MLvgv','tTFsJ':'TestRunStarted','XOmkP':function(_0xb2ad99,_0x4a2743){return _0xb2ad99===_0x4a2743;},'Gxpuo':'tGHbY','QjRfu':_0x540684(0x93),'EYtmt':_0x540684(0x134),'EmQvS':_0x540684(0xea),'WWZSw':function(_0x26173d,_0x2df9d4){return _0x26173d(_0x2df9d4);}};try{if(_0x77399c[_0x540684(0xd6)](_0x77399c[_0x540684(0x132)],_0x77399c[_0x540684(0x132)])){const _0x3e37a2=this[_0x540684(0xe4)];this[_0x540684(0xe4)]=_0x2cfc64,_0x2cfc64[_0x540684(0x1fd)]=null,_0x2cfc64['testAnalyticsId']=TestDetails[_0x540684(0x1fc)](process['pid']+_0x540684(0x142)),_0x2cfc64[_0x540684(0x1d8)]=new Date()[_0x540684(0x185)]();if(_0x77399c['GIxtn'](_0x2cfc64[_0x540684(0xfd)],0x0)&&_0x3e37a2&&_0x77399c[_0x540684(0x1cf)](_0x3e37a2[_0x540684(0x15c)],_0x2cfc64[_0x540684(0x15c)])){if(_0x77399c[_0x540684(0xa0)](_0x77399c['pnRdx'],_0x77399c[_0x540684(0x159)])){const _0x299150={};return _0x299150[_0x4827ef]=_0x77399c[_0x540684(0x17c)],_0x299150[_0x5e06ec]=_0x77399c[_0x540684(0xb1)],_0x299150[_0x30fcbf]=_0x77399c[_0x540684(0x184)],_0x299150[_0x114fca];}else _0x2cfc64['retryOf']=_0x3e37a2[_0x540684(0xdc)],await this[_0x540684(0x136)](_0x2cfc64,undefined,![],_0x77399c[_0x540684(0x15e)]),_0x3e37a2[_0x540684(0xb0)]=STATE_FAILED,await this[_0x540684(0x136)](_0x3e37a2,undefined,!![]);}else _0x77399c[_0x540684(0x1c8)](_0x77399c[_0x540684(0xee)],_0x77399c[_0x540684(0xe2)])?_0x77399c['pirHK'](_0x2a0531,_0x540684(0x10b)+_0x208db6):await this['sendTestRunEvent'](_0x2cfc64,undefined,![],_0x77399c[_0x540684(0x15e)]);}else return null;}catch(_0x3d24e2){_0x77399c['XOmkP'](_0x77399c[_0x540684(0x121)],_0x77399c[_0x540684(0xca)])?_0x10efcc=this[_0x540684(0xa5)](_0x2b540a):_0x77399c[_0x540684(0xf8)](debug,_0x540684(0xb4)+_0x3d24e2);}};[a16_0x213ba7(0xd4)](_0x207ca8){const _0x3e8178=a16_0x213ba7,_0x28d367={};_0x28d367[_0x3e8178(0x11a)]=function(_0x3b5568,_0x4bb898){return _0x3b5568!==_0x4bb898;},_0x28d367[_0x3e8178(0xaa)]=_0x3e8178(0x1cb),_0x28d367[_0x3e8178(0x7e)]=function(_0x3e1c6c,_0x7e1740){return _0x3e1c6c===_0x7e1740;},_0x28d367[_0x3e8178(0x103)]=_0x3e8178(0x106);const _0x1990b8=_0x28d367;if(_0x1990b8[_0x3e8178(0x11a)](_0x207ca8[_0x3e8178(0x1ae)],_0x1990b8[_0x3e8178(0xaa)]))return _0x1990b8['yPgXh'](_0x1990b8[_0x3e8178(0x103)],_0x1990b8[_0x3e8178(0x103)])?'\x22'+_0x207ca8[_0x3e8178(0x1ae)]+_0x3e8178(0x14f)+(_0x207ca8['parent']&&_0x207ca8[_0x3e8178(0x114)][_0x3e8178(0x15d)])+'\x22':[];return _0x207ca8[_0x3e8178(0x15d)];}[a16_0x213ba7(0x136)]=async(_0x277c63,_0x31c340=undefined,_0xe391f0=![],_0x3ed194=a16_0x213ba7(0x182))=>{const _0xd0e307=a16_0x213ba7,_0x59f4c2={'AHNyz':_0xd0e307(0xff),'tHvqX':'config','onqYP':function(_0x5b2279,_0x5d0f47){return _0x5b2279===_0x5d0f47;},'mBXAx':'HookRunFinished','tVusm':function(_0x16e353,_0x512588){return _0x16e353!==_0x512588;},'ECkUS':_0xd0e307(0x167),'nGCQS':_0xd0e307(0x155),'YJUmS':function(_0x454014,_0x1aede5){return _0x454014(_0x1aede5);},'lVhwS':'beforeEach','nOEcp':_0xd0e307(0x88),'LHBZY':_0xd0e307(0x78),'VaiBr':'hook_run','iAfXi':function(_0x2809b7,_0x34b26a){return _0x2809b7!==_0x34b26a;},'PdNeX':_0xd0e307(0x13b),'xbxqs':function(_0x9a2105){return _0x9a2105();},'CYANZ':_0xd0e307(0x1eb),'KdQsZ':function(_0x3297d2){return _0x3297d2();},'EYqCd':function(_0x30e9ea,_0x5415e4){return _0x30e9ea===_0x5415e4;},'KzLQb':_0xd0e307(0xd3),'SIlvw':_0xd0e307(0x175),'oIlLp':'3|2|1|4|0','UFSDZ':'result','nSUcu':_0xd0e307(0x8f),'hgVyc':_0xd0e307(0x8b),'TJXGu':_0xd0e307(0x123),'FGhfc':'failure_reason','EgDMH':_0xd0e307(0x11c),'sRyyW':_0xd0e307(0x95),'VUcAF':function(_0x56665a,_0x53464f){return _0x56665a!==_0x53464f;},'kNJAg':_0xd0e307(0x85),'Eyiyf':'RZdJZ','oQshS':function(_0x4460fd,_0x3f5a4b){return _0x4460fd!==_0x3f5a4b;},'XXnZE':_0xd0e307(0x14b),'qrfFX':_0xd0e307(0x186),'vTTCj':_0xd0e307(0xe1),'FdnwZ':_0xd0e307(0x9a),'OWOIG':function(_0x48ddb0,_0x283571){return _0x48ddb0(_0x283571);},'RJBTU':_0xd0e307(0x1da),'FMqEy':_0xd0e307(0x17d),'oNKcU':_0xd0e307(0xe3),'RniVR':'util','qXMYe':_0xd0e307(0x176),'qNtms':'test','JaIfs':function(_0x48f08d,_0x1a2c18){return _0x48f08d!==_0x1a2c18;},'AnOIo':_0xd0e307(0x97),'pyKwy':'hFkfp','WAwNW':_0xd0e307(0x157),'YiCoT':_0xd0e307(0xe6),'LyNBh':_0xd0e307(0x14c),'Lekng':function(_0x579225,_0x3440d7){return _0x579225!==_0x3440d7;},'CzkyJ':'File\x20path\x20could\x20not\x20be\x20found','MaMNu':_0xd0e307(0x1bf),'eTGeu':function(_0x3973a6,_0x46157a){return _0x3973a6===_0x46157a;},'hZePA':_0xd0e307(0x117),'ncrhu':_0xd0e307(0x172),'UzTyv':function(_0x3e07fd,_0x30b7c1){return _0x3e07fd>_0x30b7c1;},'cUDiA':function(_0x196227,_0x4078b7){return _0x196227-_0x4078b7;},'TNfII':function(_0xd019d9,..._0x2ab56d){return _0xd019d9(..._0x2ab56d);},'YWhbK':function(_0xee0030,_0x354ef5){return _0xee0030(_0x354ef5);},'nTJFf':function(_0x1a360f,_0xb1d809){return _0x1a360f===_0xb1d809;},'LkvgN':_0xd0e307(0x1d8),'GnQmV':'SHUTk','xIaQA':_0xd0e307(0x1f8),'cAWNd':function(_0x5f375a,_0x2a0359){return _0x5f375a===_0x2a0359;},'kkSmQ':_0xd0e307(0x133),'RfuuX':_0xd0e307(0x1bb),'bpHAn':function(_0x595056,_0x5041ed){return _0x595056!==_0x5041ed;},'XoJTZ':_0xd0e307(0x154),'WhDJY':_0xd0e307(0x170),'yxRiF':_0xd0e307(0xb7),'Xovdn':'YBuNC','lUkOq':_0xd0e307(0x1c9),'aSEkA':_0xd0e307(0xe5),'IVrJZ':'failure_reason_expanded','fhyHe':'expanded','Wrvud':'TestRunFinished','ZESaF':function(_0x28cbdc,_0xcf4bc0){return _0x28cbdc===_0xcf4bc0;},'ovIDR':_0xd0e307(0xc5),'GPjaA':_0xd0e307(0x199),'GugYa':function(_0x161968,_0x47c284){return _0x161968===_0x47c284;},'SVnFQ':_0xd0e307(0x1f1),'qCzIg':_0xd0e307(0x12b),'SFwHW':_0xd0e307(0x140),'CLmpP':_0xd0e307(0xe8),'ugYho':_0xd0e307(0x1c3),'xmsaw':'mkUOk','ejfBu':_0xd0e307(0x90),'zpJbk':function(_0x502fdd,_0x4d5495){return _0x502fdd===_0x4d5495;},'QAYNg':_0xd0e307(0x153),'PpCGP':_0xd0e307(0x111),'hXlBx':_0xd0e307(0x12a),'euqsi':function(_0x27f9cb,_0x7ec791){return _0x27f9cb!==_0x7ec791;},'mCmwE':_0xd0e307(0x7b),'zKIwk':function(_0x544244,_0x5c48ed){return _0x544244(_0x5c48ed);}};try{if(_0x59f4c2[_0xd0e307(0x1df)](_0x59f4c2[_0xd0e307(0x101)],_0x59f4c2[_0xd0e307(0x1d0)]))_0x4f3b7c[_0xd0e307(0x1fe)]=_0x32f222;else{if(_0x277c63['fn']&&_0x277c63['fn'][_0xd0e307(0xbc)]()[_0xd0e307(0x105)](/browserstack internal helper hook/)){if(_0x59f4c2[_0xd0e307(0x1ec)](_0x59f4c2[_0xd0e307(0x1f2)],_0x59f4c2[_0xd0e307(0x18c)]))return;else return _0x2ad5de[_0xd0e307(0xad)](_0x4e5cfd[_0xd0e307(0x14d)](_0x577847,_0x59f4c2[_0xd0e307(0x1e1)],_0x59f4c2['tHvqX'])),_0x31305c;}let _0x6d203c;try{_0x59f4c2[_0xd0e307(0x1dd)](_0x59f4c2[_0xd0e307(0x18b)],_0x59f4c2[_0xd0e307(0x1f7)])?_0x6d203c=this[_0xd0e307(0xa5)](_0x277c63):([_0x2988a6[_0xd0e307(0x78)],_0x3e99cc['name']]=[_0x14d0de[_0xd0e307(0x1ae)],this['getName'](_0x47bdb7)],_0x59f4c2['onqYP'](_0x49273c,_0x59f4c2['mBXAx'])&&(_0x59f4c2['tVusm'](_0x443d14[_0xd0e307(0x108)],_0x59f4c2['ECkUS'])&&(_0x45bf2d[_0xd0e307(0x108)]=_0x59f4c2[_0xd0e307(0x180)])));}catch(_0x5b6deb){_0x59f4c2[_0xd0e307(0x7a)](_0x59f4c2[_0xd0e307(0x82)],_0x59f4c2[_0xd0e307(0x18f)])?_0x59f4c2[_0xd0e307(0x147)](_0xb73ab2,_0xd0e307(0xb4)+_0x27a3b9):(_0x59f4c2[_0xd0e307(0x1b9)](debug,_0xd0e307(0x110)+_0x5b6deb),_0x6d203c=null);}if(_0x6d203c[_0xd0e307(0x115)](_0x59f4c2[_0xd0e307(0xae)])){if(_0x59f4c2['EYqCd'](_0x59f4c2[_0xd0e307(0x118)],_0x59f4c2['oNKcU']))_0x30e49b[_0xd0e307(0x1e7)]=_0x4edcf0[_0xd0e307(0x1fc)](_0x4cec7e[_0xd0e307(0x156)]+_0xd0e307(0xc7));else return;}const _0x4e73f7=_0x59f4c2[_0xd0e307(0x147)](require,_0x59f4c2[_0xd0e307(0x1fb)]);let _0xeeb9ab=[];if(_0x59f4c2[_0xd0e307(0x1ec)](_0x277c63['errorsDetailed'],undefined))_0x59f4c2['iAfXi'](_0x59f4c2['qXMYe'],_0x59f4c2[_0xd0e307(0xbb)])?[_0x59f4c2[_0xd0e307(0xb5)],_0x59f4c2[_0xd0e307(0x18a)]]['includes'](_0x202489[_0xd0e307(0x1ae)])&&_0x5290ad[_0xd0e307(0x1e7)]&&(_0x1e7534['hookAnalyticsId']=null):_0xeeb9ab=[_0x277c63['errorsDetailed'],_0x59f4c2[_0xd0e307(0x19a)]];else{if(_0x59f4c2['VUcAF'](_0x31c340,undefined))_0x59f4c2['JaIfs'](_0x59f4c2[_0xd0e307(0x1e5)],_0x59f4c2[_0xd0e307(0x9c)])?_0xeeb9ab=[_0x31c340,_0x59f4c2[_0xd0e307(0xc1)]]:(_0x386d67[_0x59f4c2[_0xd0e307(0xf5)]]=_0x1bf8c1[_0x3e2c38[_0x59f4c2['LHBZY']]],_0x228e8b[_0x59f4c2[_0xd0e307(0x165)]]=_0x56f040);else{if(_0x59f4c2['VUcAF'](_0x59f4c2['YiCoT'],_0x59f4c2[_0xd0e307(0x150)]))_0xeeb9ab=[];else{const _0x16f868=[];if(_0x50559d&&_0x4bcf9b[_0xd0e307(0x114)]){let _0x32aee2=_0xd774a1[_0xd0e307(0x114)];while(_0x32aee2&&_0x32aee2[_0xd0e307(0x15d)]&&_0x59f4c2[_0xd0e307(0x1ba)](_0x32aee2['name'],'')){_0x16f868[_0xd0e307(0x149)](_0x32aee2[_0xd0e307(0x15d)]),_0x32aee2=_0x32aee2[_0xd0e307(0x15d)];}}return _0x16f868[_0xd0e307(0x178)](),_0x16f868;}}}const _0x429101=_0x59f4c2['Lekng'](_0x277c63[_0xd0e307(0x1d6)],undefined)?_0x4e73f7[_0xd0e307(0x104)](_0x277c63['errorsDetailed'][0x0]):_0x59f4c2[_0xd0e307(0x1dd)](_0x31c340,undefined)?_0x31c340[_0xd0e307(0xbc)]():undefined,_0x567273=_0x6d203c?this['_paths']['prefixTestPath'](this['getRootParentFile'](_0x277c63)):_0x59f4c2[_0xd0e307(0xed)],_0x45fbd5={'framework':FRAMEWORKS['JEST'],'uuid':_0x277c63[_0xd0e307(0xdc)]||_0x277c63[_0xd0e307(0x1e7)],'name':this['getName'](_0x277c63),'body':{'lang':_0x59f4c2[_0xd0e307(0xb2)],'code':_0x277c63['fn'][_0xd0e307(0xbc)]()},'scopes':this[_0xd0e307(0x14a)](_0x277c63),'file_name':_0x567273,'vc_filepath':this[_0xd0e307(0x1cc)]&&_0x6d203c?path['relative'](this['_gitConfigPath'],_0x6d203c):null,'location':_0x567273,'result':_0x59f4c2[_0xd0e307(0x1ed)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])?_0x59f4c2[_0xd0e307(0x141)]:this[_0xd0e307(0xa7)](_0x277c63[_0xd0e307(0x1d6)]&&_0x59f4c2[_0xd0e307(0x1c5)](_0x277c63[_0xd0e307(0x1d6)]['length'],0x0)?_0x59f4c2[_0xd0e307(0x1f4)]:_0x59f4c2[_0xd0e307(0x180)]),'failure_reason':_0x429101,'duration_in_ms':_0x277c63[_0xd0e307(0x183)]||(_0x3ed194[_0xd0e307(0x105)](/Finished/)||_0x3ed194['match'](/Skipped/)?_0x59f4c2[_0xd0e307(0x9e)](Date[_0xd0e307(0x11f)](),new Date(_0x277c63['started_at'])['getTime']()):null),'started_at':_0x277c63['started_at'],'finished_at':_0x3ed194[_0xd0e307(0x105)](/Finished/)||_0x3ed194[_0xd0e307(0x105)](/Skipped/)?new Date()['toISOString']():null,'failure':_0x59f4c2[_0xd0e307(0xd9)](failureData,..._0xeeb9ab),'failure_type':!_0x429101?null:_0x59f4c2['YWhbK'](getFailureType,_0x429101),'retry_of':_0x277c63['retryOf']};_0x59f4c2[_0xd0e307(0x191)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])&&!_0x45fbd5[_0x59f4c2[_0xd0e307(0x16b)]]&&(_0x59f4c2['eTGeu'](_0x59f4c2[_0xd0e307(0xba)],_0x59f4c2[_0xd0e307(0xba)])?_0x45fbd5[_0x59f4c2[_0xd0e307(0x16b)]]=_0x45fbd5[_0x59f4c2[_0xd0e307(0x163)]]:!_0x174880['hookAnalyticsId']&&(_0x5e23a3[_0xd0e307(0x1e7)]=_0x377aa9[_0xd0e307(0x1fc)](_0x1233cd[_0xd0e307(0x156)]+_0xd0e307(0xc7))));if(_0x3ed194[_0xd0e307(0x105)](/HookRun/)){if(_0x59f4c2[_0xd0e307(0x112)](_0x59f4c2['kkSmQ'],_0x59f4c2[_0xd0e307(0x99)])){[_0x45fbd5[_0xd0e307(0x78)],_0x45fbd5['name']]=[_0x277c63[_0xd0e307(0x1ae)],this[_0xd0e307(0xd4)](_0x277c63)];if(_0x59f4c2[_0xd0e307(0x191)](_0x3ed194,_0x59f4c2['mBXAx'])){if(_0x59f4c2['oQshS'](_0x59f4c2[_0xd0e307(0x1d7)],_0x59f4c2['RfuuX'])){const _0x2f6952=_0x59f4c2[_0xd0e307(0x83)][_0xd0e307(0x1c1)]('|');let _0x3943f5=0x0;while(!![]){switch(_0x2f6952[_0x3943f5++]){case'0':this[_0xd0e307(0xda)]=new _0x58eda9({'cwd':_0x46de8c[_0xd0e307(0x18d)]()},this['_testEnv'][_0xd0e307(0x164)]);continue;case'1':this[_0xd0e307(0x96)]=_0x59f4c2['xbxqs'](_0x3c2a88);continue;case'2':this[_0xd0e307(0x187)]=[];continue;case'3':this[_0xd0e307(0xd7)]=[];continue;case'4':this[_0xd0e307(0x130)]=![];continue;case'5':this[_0xd0e307(0x1cc)]=null;continue;case'6':this[_0xd0e307(0x8e)]=this[_0xd0e307(0xac)]();continue;}break;}}else _0x59f4c2[_0xd0e307(0x1ac)](_0x45fbd5[_0xd0e307(0x108)],_0x59f4c2[_0xd0e307(0x1f4)])&&(_0x59f4c2[_0xd0e307(0x1ec)](_0x59f4c2['XoJTZ'],_0x59f4c2[_0xd0e307(0x181)])?this[_0xd0e307(0xc0)](_0x2b21a6):_0x45fbd5['result']=_0x59f4c2['nGCQS']);}}else _0x4f7bba[_0xd0e307(0x1bd)](_0xd0e307(0x1f3)+_0x583b7b['pid']),_0x194ea7['on'](_0xd0e307(0x1f3)+_0x24a3cf['pid'],this['appendTestItemLog'][_0xd0e307(0x1b8)](this)),_0x262556['removeAllListeners'](_0xd0e307(0x116)+_0x467a67[_0xd0e307(0x156)]),_0x54153c['on'](_0xd0e307(0x116)+_0x51c55e['pid'],this[_0xd0e307(0xd2)]['bind'](this));}else{if(_0x3ed194[_0xd0e307(0x105)](/TestRun/)){if(_0x59f4c2[_0xd0e307(0x12d)](_0x59f4c2[_0xd0e307(0x137)],_0x59f4c2[_0xd0e307(0x137)])){let _0x4f0187=_0x3ccbef[_0xd0e307(0x114)];while(_0x4f0187&&_0x4f0187['name']&&_0x59f4c2[_0xd0e307(0xfc)](_0x4f0187['name'],'')){_0x10da46[_0xd0e307(0x149)](_0x4f0187[_0xd0e307(0x15d)]),_0x4f0187=_0x4f0187[_0xd0e307(0x15d)];}}else this[_0xd0e307(0xc0)](_0x277c63);}}const _0x331656=_0x45fbd5[_0x59f4c2[_0xd0e307(0x196)]][0x0];if(_0x331656){if(_0x59f4c2[_0xd0e307(0x1ac)](_0x59f4c2[_0xd0e307(0xce)],_0x59f4c2[_0xd0e307(0x8c)]))_0x45fbd5[_0x59f4c2[_0xd0e307(0x17f)]]=_0x331656[_0x59f4c2[_0xd0e307(0x190)]],_0x45fbd5[_0x59f4c2[_0xd0e307(0x9d)]]=_0x331656[_0x59f4c2[_0xd0e307(0x1a8)]];else{if(_0x8f8426[_0xd0e307(0xc4)]){const _0x5459fc=_0x4cb837['parse'][_0xd0e307(0xf3)](_0x5ce9af,_0x142053[_0xd0e307(0xc4)]);return _0x5459fc[0x0][_0xd0e307(0x107)]();}if(_0x4ec204['file'])return _0xf99a7[_0xd0e307(0x7f)];return null;}}[_0x59f4c2[_0xd0e307(0x1ef)],_0x59f4c2[_0xd0e307(0x1a9)]][_0xd0e307(0x115)](_0x3ed194)&&(_0x59f4c2[_0xd0e307(0x1ab)](_0x59f4c2[_0xd0e307(0xb9)],_0x59f4c2[_0xd0e307(0xfa)])?_0x4994bb=[]:(this['_testResults']['push'](_0x45fbd5),_0x45fbd5[_0xd0e307(0x161)]=this['getHooksForTest'](_0x277c63),this[_0xd0e307(0x7c)](_0x277c63)));const _0x220786={'event_type':_0x59f4c2[_0xd0e307(0x1ed)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])?_0x59f4c2['Wrvud']:_0x3ed194};if(_0x3ed194[_0xd0e307(0x105)](/HookRun/)){if(_0x59f4c2[_0xd0e307(0x177)](_0x59f4c2[_0xd0e307(0x129)],_0x59f4c2[_0xd0e307(0x13e)])){const _0xbe10fd={};_0xbe10fd[_0xd0e307(0x188)]=_0x59f4c2['lVhwS'],_0xbe10fd[_0xd0e307(0xec)]=_0x59f4c2[_0xd0e307(0x18a)];const _0x377e7c=_0xbe10fd;if(!_0x1e568d||!_0x33143d[_0xd0e307(0x114)])return;_0x1081d3[_0xd0e307(0x114)][_0xd0e307(0x161)][_0xd0e307(0x11d)](_0x197932=>{const _0x252a44=_0xd0e307;[_0x377e7c[_0x252a44(0x188)],_0x377e7c[_0x252a44(0xec)]][_0x252a44(0x115)](_0x197932[_0x252a44(0x1ae)])&&_0x197932[_0x252a44(0x1e7)]&&(_0x197932[_0x252a44(0x1e7)]=null);}),this[_0xd0e307(0xc0)](_0x59d1cd[_0xd0e307(0x114)]);}else _0x45fbd5[_0x59f4c2[_0xd0e307(0xf5)]]=HOOK_TYPES_MAP[_0x45fbd5[_0x59f4c2[_0xd0e307(0xf5)]]],_0x220786[_0x59f4c2[_0xd0e307(0x165)]]=_0x45fbd5;}else{if(_0x59f4c2[_0xd0e307(0x177)](_0x59f4c2['SFwHW'],_0x59f4c2['SFwHW']))_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]]=_0x45fbd5;else return{'ci':_0x59f4c2['CYANZ'],'key':_0x59f4c2[_0xd0e307(0x10f)](_0x22a87a),'version':_0x20a585,'collector':_0xd0e307(0x120)+_0x33db9d};}if(_0x59f4c2[_0xd0e307(0x1c5)](this[_0xd0e307(0xd7)][_0xd0e307(0xdd)],0x0)&&[_0x59f4c2['Wrvud'],_0x59f4c2[_0xd0e307(0x1a9)]][_0xd0e307(0x115)](_0x3ed194)){if(_0x59f4c2['GugYa'](_0x59f4c2[_0xd0e307(0x17b)],_0x59f4c2[_0xd0e307(0x1c7)]))return'\x22'+_0x7e9aa4[_0xd0e307(0x1ae)]+_0xd0e307(0x14f)+(_0x40b9bb['parent']&&_0x2eae2f[_0xd0e307(0x114)][_0xd0e307(0x15d)])+'\x22';else this['hook_data'][_0xd0e307(0x11d)](async _0x552f9a=>{const _0xc3c94=_0xd0e307;if(_0x59f4c2[_0xc3c94(0x7a)](_0x59f4c2[_0xc3c94(0xb6)],_0x59f4c2[_0xc3c94(0xd1)])){const _0x52038d=_0x2b91e9[_0xc3c94(0x1ee)](_0x3e9356);return this[_0xc3c94(0x127)](_0x52038d);}else{const _0x526718=_0x59f4c2[_0xc3c94(0x1de)][_0xc3c94(0x1c1)]('|');let _0x80f0b0=0x0;while(!![]){switch(_0x526718[_0x80f0b0++]){case'0':await SessionHandler['uploadEventData'](_0x552f9a);continue;case'1':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0xcd)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0xcd)]];continue;case'2':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0x1f6)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0x1f6)]];continue;case'3':_0x552f9a[_0x59f4c2['VaiBr']][_0x59f4c2[_0xc3c94(0x196)]]=_0x220786[_0x59f4c2['nSUcu']][_0x59f4c2[_0xc3c94(0x196)]];continue;case'4':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0x1ce)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0x1ce)]];continue;}break;}}}),this['hook_data']=[];}if(_0x59f4c2['onqYP'](this[_0xd0e307(0x135)],_0x277c63[_0xd0e307(0x1ae)])){if(_0x59f4c2[_0xd0e307(0x7a)](_0x59f4c2['xmsaw'],_0x59f4c2['ejfBu']))this[_0xd0e307(0x187)][_0xd0e307(0x149)](_0x570cc0),_0x4c7187[_0xd0e307(0x161)]=this[_0xd0e307(0x1f0)](_0x1de5df),this[_0xd0e307(0x7c)](_0xce0acf);else{this['hook_data'][_0xd0e307(0x149)](_0x220786);return;}}if(_0x59f4c2['zpJbk'](this[_0xd0e307(0x135)],_0x59f4c2[_0xd0e307(0x84)])&&_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]]){if(_0x59f4c2[_0xd0e307(0x1ac)](_0x59f4c2[_0xd0e307(0x16f)],_0x59f4c2[_0xd0e307(0x1b3)]))_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0xcd)]]=_0x59f4c2[_0xd0e307(0x141)],_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0x196)]]=null,_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0x1f6)]]=null;else{this[_0xd0e307(0xd7)][_0xd0e307(0x149)](_0x5a64f9);return;}}await SessionHandler[_0xd0e307(0xfb)](_0x220786);}}catch(_0x18bca8){_0x59f4c2[_0xd0e307(0x1e3)](_0x59f4c2[_0xd0e307(0x8a)],_0x59f4c2[_0xd0e307(0x8a)])?_0x5b64f6['push'](_0x5942cb['hookAnalyticsId']):_0x59f4c2[_0xd0e307(0xc6)](debug,_0xd0e307(0x17a)+_0x3ed194+_0xd0e307(0x179)+_0x18bca8);}};[a16_0x213ba7(0x127)](_0x18a4ab){const _0x3090e4=a16_0x213ba7,_0x4a885c={};_0x4a885c[_0x3090e4(0xe7)]=_0x3090e4(0x1cb),_0x4a885c[_0x3090e4(0x1c2)]='failure_backtrace',_0x4a885c['bOlsu']='backtrace',_0x4a885c['CKKyp']=_0x3090e4(0x7d),_0x4a885c['opaut']='expanded',_0x4a885c['eXXOb']='test_run',_0x4a885c[_0x3090e4(0x1d5)]=function(_0x4dce84,_0x4026d7){return _0x4dce84==_0x4026d7;},_0x4a885c[_0x3090e4(0x1c0)]=function(_0x330d00,_0x2e63e8){return _0x330d00===_0x2e63e8;},_0x4a885c['IaPNb']=function(_0x80b413,_0x3f9ac2){return _0x80b413===_0x3f9ac2;},_0x4a885c[_0x3090e4(0x174)]=function(_0x18f55f,_0x34f6e6){return _0x18f55f===_0x34f6e6;},_0x4a885c[_0x3090e4(0xc3)]=_0x3090e4(0x1ad),_0x4a885c[_0x3090e4(0x15b)]=function(_0x8fe674,_0x5ad1bc){return _0x8fe674!==_0x5ad1bc;},_0x4a885c[_0x3090e4(0x1e4)]=_0x3090e4(0x87),_0x4a885c['ZlLQO']=_0x3090e4(0xff),_0x4a885c[_0x3090e4(0x1d4)]='config',_0x4a885c[_0x3090e4(0x1ca)]=_0x3090e4(0x148);const _0x12cf1e=_0x4a885c,_0x38011f=path[_0x3090e4(0x1b2)];if(_0x12cf1e['CHqUH'](_0x18a4ab,null)||_0x12cf1e[_0x3090e4(0x1c0)](_0x18a4ab,'')||_0x12cf1e[_0x3090e4(0x14e)](_0x18a4ab,_0x38011f)){if(_0x12cf1e[_0x3090e4(0x174)](_0x12cf1e[_0x3090e4(0xc3)],_0x12cf1e[_0x3090e4(0xc3)]))return null;else _0x2994d9=[_0x3f8465['errorsDetailed'],_0x12cf1e[_0x3090e4(0xe7)]];}try{if(_0x12cf1e['Wcdgv'](_0x12cf1e['nDHTY'],_0x12cf1e['nDHTY']))_0x5aea6f[_0x12cf1e['YzIIj']]=_0x26ff6c[_0x12cf1e[_0x3090e4(0xf6)]],_0x54cf5e[_0x12cf1e[_0x3090e4(0x9f)]]=_0x13198f[_0x12cf1e[_0x3090e4(0x193)]];else return fs[_0x3090e4(0xad)](path[_0x3090e4(0x14d)](_0x18a4ab,_0x12cf1e[_0x3090e4(0xa1)],_0x12cf1e[_0x3090e4(0x1d4)])),_0x18a4ab;}catch(_0x3a6978){if(_0x12cf1e[_0x3090e4(0x15b)](_0x12cf1e[_0x3090e4(0x1ca)],_0x12cf1e[_0x3090e4(0x1ca)]))_0x15f594[_0x12cf1e[_0x3090e4(0x1d2)]]=_0x438912;else{const _0x290219=path[_0x3090e4(0x1ee)](_0x18a4ab);return this[_0x3090e4(0x127)](_0x290219);}}}[a16_0x213ba7(0x1a1)]=async _0x3067a8=>{const _0x336cf1=a16_0x213ba7,_0x13006b={'ShsPJ':function(_0x560eab,_0x24e5f0){return _0x560eab===_0x24e5f0;},'PMliH':'EOXcs','jUvoQ':function(_0xd8a757,_0x27fdf8){return _0xd8a757!==_0x27fdf8;},'zwLfF':_0x336cf1(0x1a6),'AKfMu':function(_0x1800dd,_0x4ca53b){return _0x1800dd!==_0x4ca53b;},'cmAnn':_0x336cf1(0x168),'ETVZv':_0x336cf1(0xa8),'MGoIb':_0x336cf1(0x151),'TBDAE':_0x336cf1(0xab),'AxnqS':_0x336cf1(0x1a7),'FMBbQ':_0x336cf1(0x16d),'lKTGI':function(_0x123602,_0x176ff7){return _0x123602(_0x176ff7);}},_0x360520=TestDetails['getTestUUID'](process[_0x336cf1(0x156)]+':hookAnalyticsId'),_0x1f14f9=TestDetails[_0x336cf1(0x19f)](process[_0x336cf1(0x156)]+_0x336cf1(0x142));try{if(_0x13006b[_0x336cf1(0x194)](_0x13006b['PMliH'],_0x13006b[_0x336cf1(0x16c)])){if(_0x360520||this['current_hook']&&!this[_0x336cf1(0x138)]['markedStatus']){if(_0x13006b[_0x336cf1(0x10a)](_0x13006b[_0x336cf1(0xd0)],_0x13006b[_0x336cf1(0xd0)]))return;else _0x3067a8[_0x336cf1(0x1fe)]=_0x360520;}if(!_0x3067a8['hook_run_uuid']&&_0x1f14f9){if(_0x13006b[_0x336cf1(0x19e)](_0x13006b[_0x336cf1(0xf4)],_0x13006b[_0x336cf1(0xa3)]))_0x3067a8[_0x336cf1(0x143)]=_0x1f14f9;else return _0x5b058b[_0x336cf1(0x7f)];}if(_0x3067a8[_0x336cf1(0x1fe)]||_0x3067a8['test_run_uuid']){if(_0x13006b[_0x336cf1(0x10a)](_0x13006b['MGoIb'],_0x13006b[_0x336cf1(0xbf)])){const _0x15ff54={};_0x15ff54[_0x336cf1(0x122)]=_0x13006b['AxnqS'],_0x15ff54[_0x336cf1(0x1a3)]=[_0x3067a8],await SessionHandler[_0x336cf1(0xfb)](_0x15ff54);}else _0x5810cc['test_run_uuid']=_0x172355;}}else _0xd9641e[_0x336cf1(0x149)](_0x53a48b[_0x336cf1(0x15d)]),_0x12faff=_0x844a78[_0x336cf1(0x15d)];}catch(_0x10ebf3){if(_0x13006b[_0x336cf1(0x194)](_0x13006b[_0x336cf1(0xc8)],_0x13006b[_0x336cf1(0xc8)]))_0x13006b[_0x336cf1(0x16e)](debug,_0x336cf1(0x125)+_0x10ebf3);else return;}};[a16_0x213ba7(0xd2)]=async _0x186b64=>{const _0x129435=a16_0x213ba7,_0x32e08b={'flTDa':function(_0x248fcd,_0x4cd159){return _0x248fcd!==_0x4cd159;},'LEhXM':_0x129435(0x13f),'XJxWY':_0x129435(0x10d),'pzqyx':'http_response','XvXKQ':'CBTSessionCreated','ILFtV':function(_0x417626,_0x4359eb){return _0x417626===_0x4359eb;},'YlzEj':_0x129435(0x100),'egiBW':function(_0x1b881e,_0x44bcfb){return _0x1b881e(_0x44bcfb);}};try{if(_0x32e08b[_0x129435(0x17e)](_0x32e08b['LEhXM'],_0x32e08b['XJxWY'])){const _0x37f532={'uuid':_0x186b64[_0x129435(0x189)]||TestDetails[_0x129435(0x19f)](process[_0x129435(0x156)]+':testAnalyticsId'),'integrations':_0x186b64[_0x32e08b[_0x129435(0x92)]]},_0x249cf0={};_0x249cf0[_0x129435(0x122)]=_0x32e08b[_0x129435(0x1b6)],_0x249cf0[_0x129435(0x8f)]=_0x37f532,await SessionHandler[_0x129435(0xfb)](_0x249cf0);}else{const _0x3ffebc=_0x8bdab7[_0x129435(0x1b7)][_0x129435(0xf3)](_0x4f5cf7,_0x4a4b5c[_0x129435(0xc4)]);return _0x3ffebc[0x0]['getFileName']();}}catch(_0x5a3908){if(_0x32e08b[_0x129435(0xe0)](_0x32e08b[_0x129435(0x1e0)],_0x32e08b['YlzEj']))_0x32e08b[_0x129435(0xd8)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5a3908);else{if(!_0x153559||!_0x201b3d[_0x129435(0x114)])return;_0x499f4b[_0x129435(0x114)]['hooks'][_0x129435(0x11d)](_0x234cb1=>{const _0x4ad0f0=_0x129435;!_0x234cb1[_0x4ad0f0(0x1e7)]&&(_0x234cb1['hookAnalyticsId']=_0x52361b[_0x4ad0f0(0x1fc)](_0x3acbcd['pid']+_0x4ad0f0(0xc7)));}),this[_0x129435(0xc0)](_0x4a3a31[_0x129435(0x114)]);}}};async[a16_0x213ba7(0x80)](){const _0x4c376b=a16_0x213ba7,_0x25ee3a={'VdbPZ':'test_run','DnfuV':_0x4c376b(0x108),'MInha':_0x4c376b(0x172),'ojoHJ':_0x4c376b(0x123),'NoLVL':_0x4c376b(0x8b),'oMSyo':'passed','zUfon':function(_0x4b76ed,_0x267ec9){return _0x4b76ed!==_0x267ec9;},'CeXVd':_0x4c376b(0x145),'vMYtt':'vyQSL','RRwFO':function(_0x36df4d){return _0x36df4d();},'urSay':function(_0x18e306,_0x5ef7ff){return _0x18e306===_0x5ef7ff;},'BFjEv':_0x4c376b(0xdf),'aEedp':'MTfOd'};if(this[_0x4c376b(0x130)]){if(_0x25ee3a[_0x4c376b(0x86)](_0x25ee3a[_0x4c376b(0x10c)],_0x25ee3a[_0x4c376b(0x9b)]))return this[_0x4c376b(0x1cc)];else _0xf47792[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a[_0x4c376b(0x98)]]=_0x25ee3a[_0x4c376b(0xcb)],_0x473988[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a[_0x4c376b(0xf1)]]=null,_0x44f8be[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a['NoLVL']]=null;}const _0x45d230=await _0x25ee3a[_0x4c376b(0xbe)](getGitMetaData);_0x45d230&&(_0x25ee3a[_0x4c376b(0x113)](_0x25ee3a['BFjEv'],_0x25ee3a[_0x4c376b(0xa9)])?_0x58fb3f[_0x4c376b(0x108)]=_0x25ee3a['oMSyo']:this[_0x4c376b(0x1cc)]=_0x45d230['root']),this['_gitConfigured']=!![];}['analyticsResult'](_0x55f99e){const _0x41b2b0=a16_0x213ba7,_0x6a2700={};_0x6a2700[_0x41b2b0(0x11e)]=_0x41b2b0(0x155),_0x6a2700[_0x41b2b0(0x195)]='pending',_0x6a2700[_0x41b2b0(0xfe)]=_0x41b2b0(0x167);const _0x233fb4=_0x6a2700,_0x2cf37d={};return _0x2cf37d[STATE_PASSED]=_0x233fb4[_0x41b2b0(0x11e)],_0x2cf37d[STATE_PENDING]=_0x233fb4[_0x41b2b0(0x195)],_0x2cf37d[STATE_FAILED]=_0x233fb4[_0x41b2b0(0xfe)],_0x2cf37d[_0x55f99e];}[a16_0x213ba7(0x14a)](_0x426b5b){const _0xb703cb=a16_0x213ba7,_0x30c67a={};_0x30c67a[_0xb703cb(0x169)]=_0xb703cb(0x1d8),_0x30c67a['skBUU']=_0xb703cb(0x1f8),_0x30c67a[_0xb703cb(0x1c4)]=function(_0x11ae4a,_0x440c1b){return _0x11ae4a===_0x440c1b;},_0x30c67a[_0xb703cb(0x1be)]=_0xb703cb(0x131),_0x30c67a['kMdJQ']='VJMOL',_0x30c67a[_0xb703cb(0x94)]=function(_0x661067,_0x546f7d){return _0x661067!==_0x546f7d;},_0x30c67a[_0xb703cb(0x1b0)]=function(_0xec9168,_0xbadc9e){return _0xec9168===_0xbadc9e;},_0x30c67a[_0xb703cb(0x162)]='NprXU',_0x30c67a[_0xb703cb(0x79)]=_0xb703cb(0x91);const _0x4502c0=_0x30c67a,_0x3ee0a4=[];if(_0x426b5b&&_0x426b5b[_0xb703cb(0x114)]){if(_0x4502c0[_0xb703cb(0x1c4)](_0x4502c0[_0xb703cb(0x1be)],_0x4502c0[_0xb703cb(0x13d)]))_0x5b2cf2[_0x4502c0[_0xb703cb(0x169)]]=_0x1d672c[_0x4502c0['skBUU']];else{let _0xe241f=_0x426b5b[_0xb703cb(0x114)];while(_0xe241f&&_0xe241f[_0xb703cb(0x15d)]&&_0x4502c0[_0xb703cb(0x94)](_0xe241f['name'],'')){if(_0x4502c0[_0xb703cb(0x1b0)](_0x4502c0['dowdY'],_0x4502c0[_0xb703cb(0x79)]))return;else _0x3ee0a4[_0xb703cb(0x149)](_0xe241f[_0xb703cb(0x15d)]),_0xe241f=_0xe241f['name'];}}}return _0x3ee0a4[_0xb703cb(0x178)](),_0x3ee0a4;}[a16_0x213ba7(0xa5)]=_0x16371a=>{const _0x29a7c1=a16_0x213ba7,_0xb5730b={'qWtEb':function(_0x2f9376,_0x207a2d){return _0x2f9376(_0x207a2d);},'uuSIQ':function(_0x46b478,_0x2262b2){return _0x46b478!==_0x2262b2;},'enqTT':'PlxAy','FoZfF':function(_0x5dac5f,_0x473ec9){return _0x5dac5f===_0x473ec9;},'qZOfI':_0x29a7c1(0x166)};if(_0x16371a[_0x29a7c1(0xc4)]){if(_0xb5730b['uuSIQ'](_0xb5730b[_0x29a7c1(0x19c)],_0xb5730b['enqTT']))_0xb5730b[_0x29a7c1(0x1f5)](_0x1408bc,_0x29a7c1(0x110)+_0xb13cdb),_0x4dcf11=null;else{const _0x58015d=stackTrace['parse'][_0x29a7c1(0xf3)](stackTrace,_0x16371a['asyncError']);return _0x58015d[0x0][_0x29a7c1(0x107)]();}}if(_0x16371a[_0x29a7c1(0x7f)]){if(_0xb5730b[_0x29a7c1(0x13a)](_0xb5730b['qZOfI'],_0xb5730b['qZOfI']))return _0x16371a[_0x29a7c1(0x7f)];else return;}return null;};[a16_0x213ba7(0xc0)]=_0x1784a9=>{const _0x45c0d4=a16_0x213ba7,_0x1e7d2f={'lefoK':function(_0xde9d31,_0x37bd7e){return _0xde9d31(_0x37bd7e);},'WNidJ':function(_0x5ce490,_0x2123fd){return _0x5ce490!==_0x2123fd;},'EgYIv':_0x45c0d4(0x167),'aIrgd':_0x45c0d4(0x155),'YtDZf':function(_0x20d487,_0xac11a6){return _0x20d487===_0xac11a6;},'FxAJv':_0x45c0d4(0xef),'YQWef':'zvEtL','zvpmo':function(_0x515f1b,_0x1afc85){return _0x515f1b!==_0x1afc85;},'INxfq':_0x45c0d4(0xb3),'QVple':'qPaPh','BiigD':function(_0x32696c,_0x246020){return _0x32696c===_0x246020;},'eHfmM':_0x45c0d4(0x1fa)};if(!_0x1784a9||!_0x1784a9[_0x45c0d4(0x114)]){if(_0x1e7d2f[_0x45c0d4(0xa2)](_0x1e7d2f[_0x45c0d4(0x109)],_0x1e7d2f[_0x45c0d4(0x109)]))return;else this['_gitConfigPath']=_0x1c1cfa[_0x45c0d4(0x124)];}_0x1784a9[_0x45c0d4(0x114)][_0x45c0d4(0x161)]['forEach'](_0x3ac167=>{const _0x530dfb=_0x45c0d4;_0x1e7d2f[_0x530dfb(0xf7)](_0x1e7d2f[_0x530dfb(0x1e8)],_0x1e7d2f[_0x530dfb(0xbd)])?_0x1e7d2f[_0x530dfb(0x197)](_0xf80455,_0x530dfb(0x17a)+_0x4f126e+_0x530dfb(0x179)+_0x21f8c0):!_0x3ac167[_0x530dfb(0x1e7)]&&(_0x1e7d2f[_0x530dfb(0x8d)](_0x1e7d2f[_0x530dfb(0x1a5)],_0x1e7d2f['QVple'])?_0x3ac167[_0x530dfb(0x1e7)]=TestDetails['setTestUUID'](process['pid']+_0x530dfb(0xc7)):_0x1e7d2f[_0x530dfb(0x1dc)](_0xb20f48[_0x530dfb(0x108)],_0x1e7d2f['EgYIv'])&&(_0x1ada8e[_0x530dfb(0x108)]=_0x1e7d2f[_0x530dfb(0x1d3)]));}),this[_0x45c0d4(0xc0)](_0x1784a9[_0x45c0d4(0x114)]);};['resetTestHooks']=_0x5854ad=>{const _0x4fac0d=a16_0x213ba7,_0x5df481={};_0x5df481[_0x4fac0d(0x1b5)]=function(_0x63c2bd,_0x53ebb1){return _0x63c2bd==_0x53ebb1;},_0x5df481['nvRBp']=function(_0x4bf416,_0x3f070a){return _0x4bf416===_0x3f070a;},_0x5df481['FYuMt']=function(_0x3ab7a9,_0x22020e){return _0x3ab7a9===_0x22020e;},_0x5df481[_0x4fac0d(0xc2)]=_0x4fac0d(0xff),_0x5df481[_0x4fac0d(0x12c)]=_0x4fac0d(0x1e6),_0x5df481[_0x4fac0d(0x119)]=function(_0x101fb1,_0x249c51){return _0x101fb1===_0x249c51;},_0x5df481[_0x4fac0d(0x89)]=_0x4fac0d(0x1e2),_0x5df481['ghLJw']=_0x4fac0d(0x18e),_0x5df481[_0x4fac0d(0xaf)]=_0x4fac0d(0x88),_0x5df481[_0x4fac0d(0x1b1)]=_0x4fac0d(0x198),_0x5df481[_0x4fac0d(0x15a)]=function(_0x354a41,_0x2b6bd8){return _0x354a41!==_0x2b6bd8;},_0x5df481[_0x4fac0d(0xde)]='aSdng';const _0x3ce382=_0x5df481;if(!_0x5854ad||!_0x5854ad[_0x4fac0d(0x114)]){if(_0x3ce382[_0x4fac0d(0x15a)](_0x3ce382['NcheJ'],_0x3ce382[_0x4fac0d(0xde)])){if(!_0x4ce0d9||!_0x22614a[_0x4fac0d(0x114)])return[];const _0x5b862f=[];return _0x4c7227[_0x4fac0d(0x114)][_0x4fac0d(0x161)][_0x4fac0d(0x11d)](_0x322e13=>{const _0x52be04=_0x4fac0d;_0x322e13[_0x52be04(0x1e7)]&&_0x5b862f[_0x52be04(0x149)](_0x322e13[_0x52be04(0x1e7)]);}),[..._0x5b862f,...this[_0x4fac0d(0x1f0)](_0x7208d1[_0x4fac0d(0x114)])];}else return;}_0x5854ad[_0x4fac0d(0x114)][_0x4fac0d(0x161)][_0x4fac0d(0x11d)](_0x340f66=>{const _0x25a18b=_0x4fac0d;if(_0x3ce382[_0x25a18b(0x119)](_0x3ce382[_0x25a18b(0x89)],_0x3ce382['Mofap']))[_0x3ce382[_0x25a18b(0xb8)],_0x3ce382[_0x25a18b(0xaf)]][_0x25a18b(0x115)](_0x340f66['type'])&&_0x340f66['hookAnalyticsId']&&(_0x3ce382[_0x25a18b(0x1a2)](_0x3ce382[_0x25a18b(0x1b1)],_0x3ce382['qNHoQ'])?_0x340f66[_0x25a18b(0x1e7)]=null:_0x424a21[_0x25a18b(0x1e7)]&&_0x53f4d8[_0x25a18b(0x149)](_0x442a28[_0x25a18b(0x1e7)]));else{const _0x2f7e03=_0x2638d5[_0x25a18b(0x1b2)];if(_0x3ce382[_0x25a18b(0x1b5)](_0x351c80,null)||_0x3ce382['nvRBp'](_0x443e97,'')||_0x3ce382[_0x25a18b(0xa4)](_0x278fff,_0x2f7e03))return null;try{return _0x266a37[_0x25a18b(0xad)](_0x55e53f[_0x25a18b(0x14d)](_0x52d37c,_0x3ce382[_0x25a18b(0xc2)],_0x3ce382[_0x25a18b(0x12c)])),_0x4cd523;}catch(_0x1e588c){const _0x5307fc=_0x2c529b[_0x25a18b(0x1ee)](_0x160ddc);return this[_0x25a18b(0x127)](_0x5307fc);}}}),this[_0x4fac0d(0xc0)](_0x5854ad[_0x4fac0d(0x114)]);};[a16_0x213ba7(0x1f0)]=_0x576ca4=>{const _0x3da6b9=a16_0x213ba7,_0x20e6c5={'vMCgT':function(_0x3813fd,_0x55d4cf){return _0x3813fd(_0x55d4cf);},'AMIfj':_0x3da6b9(0x157),'aneVI':function(_0x4bf3e9,_0x23af83){return _0x4bf3e9===_0x23af83;},'LAshu':_0x3da6b9(0x1b4),'MVPBL':_0x3da6b9(0x1f9),'ncnpD':function(_0x4d450c,_0x5a1922){return _0x4d450c!==_0x5a1922;},'ojiUD':'UgvLP','Qspbc':_0x3da6b9(0x19d),'TFxEJ':function(_0x1123a7,_0x104678){return _0x1123a7!==_0x104678;},'pMMFA':_0x3da6b9(0xd5)};if(!_0x576ca4||!_0x576ca4[_0x3da6b9(0x114)]){if(_0x20e6c5[_0x3da6b9(0x1bc)](_0x20e6c5[_0x3da6b9(0xf9)],_0x20e6c5[_0x3da6b9(0xf9)]))_0x20e6c5[_0x3da6b9(0x1ea)](_0x12eb74,_0x3da6b9(0x125)+_0x15b1ff);else return[];}const _0x20e4b1=[];return _0x576ca4[_0x3da6b9(0x114)][_0x3da6b9(0x161)]['forEach'](_0x9e389=>{const _0x2d40df=_0x3da6b9,_0x10e81={};_0x10e81[_0x2d40df(0xcf)]=_0x20e6c5[_0x2d40df(0x102)];const _0x21adf4=_0x10e81;if(_0x20e6c5[_0x2d40df(0x1a4)](_0x20e6c5[_0x2d40df(0x152)],_0x20e6c5[_0x2d40df(0x1db)]))_0x374d90=[_0x3cd166,_0x21adf4['iOfdV']];else{if(_0x9e389[_0x2d40df(0x1e7)]){if(_0x20e6c5[_0x2d40df(0xf0)](_0x20e6c5['ojiUD'],_0x20e6c5['Qspbc']))_0x20e4b1['push'](_0x9e389[_0x2d40df(0x1e7)]);else return this[_0x2d40df(0x1cc)];}}}),[..._0x20e4b1,...this['getHooksForTest'](_0x576ca4[_0x3da6b9(0x114)])];};},[a16_0x213ba7(0xac),a16_0x213ba7(0xf2),a16_0x213ba7(0x171),'getName','sendTestRunEvent',a16_0x213ba7(0x127),a16_0x213ba7(0x1a1),a16_0x213ba7(0xd2),a16_0x213ba7(0xa7),'getHierarchy',a16_0x213ba7(0xa5),a16_0x213ba7(0xc0),a16_0x213ba7(0x7c),a16_0x213ba7(0x1f0),a16_0x213ba7(0x80)]);
|
|
1
|
+
const a16_0x2508fb=a16_0x55d9;(function(_0x2f3f8f,_0xa994d9){const _0x109c2f=a16_0x55d9,_0x28f8d9=_0x2f3f8f();while(!![]){try{const _0x5af014=-parseInt(_0x109c2f(0x274))/0x1+-parseInt(_0x109c2f(0x30a))/0x2*(parseInt(_0x109c2f(0x229))/0x3)+parseInt(_0x109c2f(0x28f))/0x4+parseInt(_0x109c2f(0x233))/0x5+parseInt(_0x109c2f(0x1f2))/0x6*(-parseInt(_0x109c2f(0x2b2))/0x7)+-parseInt(_0x109c2f(0x2f2))/0x8*(-parseInt(_0x109c2f(0x327))/0x9)+parseInt(_0x109c2f(0x31f))/0xa;if(_0x5af014===_0xa994d9)break;else _0x28f8d9['push'](_0x28f8d9['shift']());}catch(_0x2095f8){_0x28f8d9['push'](_0x28f8d9['shift']());}}}(a16_0x14a4,0x34c29));function a16_0x14a4(){const _0x27636f=['testStarted','MHXbl','XGDhz','czYWZ','sendTestRunEvent','wDYBH','HUNPd','QQqPd','aahnL','UORYE','toISOString','5481dcnCiM','pGzye','parse','bSeIX','YTfvj','getTestUUID','DzlBm','NfZhv','backtrace','resetTestHooks','634095bRADJc','current_hook','SIffv','getHooksForTest','NIvJg','bsVmD','setTestUUID','failure_reason_expanded','split','ExKWU','VQKGT','../../../helpers/test-observability/utils','state','XbmzN','findGitConfig','OfMvC','appendTestPlatform','retryOf','WiQkA','DRJyM','vtZfl','failed','KOcms','QhFmN','javascript','yDcGl','wMAnW','CzYpP','eDMgT','test_run','CweQX','WhXQX','oATnK','lEYqK','ZTbZj','bs:addPlatformDetails:','MfzdX','fiWgr','svlhj','dMrpX','Jbfzx','AGjdm','eCFnt','LNDxB','sgftV','eAZWZ','TZIQD','uuid','JAFsa','EdKTl','tuCQc','AXYAR','iQnfP','.git','pIfcY','bCssg','expanded','BWsap','LpiKo','ewdpT','hook_run_uuid','VBEeT','_paths','../../../../package.json','current_test','203713GkGWIb','DJIJm','KENsB','length','WITYv','passed','3|2|1|4|0','YaqHL','LDjcd','tEbwa','markedStatus','EnPTD','GmwYt','qgVAW','toString','NFbRf','qUgmf','getTestEnv','oGOMg','QXeyy','HookRunFinished','jvUps','XNCqe','_currentRetry','js-','hook_failure','jxeXW','1062892AbgbYr','FNzzZ','AeacO','VKmGs','push','GWCDb','kqdnR','pNYRo','OvvlF','zsLtY','NbWae','DvrGF','GfULu','zEWPM','ANwtR','location_prefix','pending','removeAllListeners','EeMAo','ZCOSF','gzWnh','vhnFa','config','failure','MhKhK','aoNBI','ZyEHN','MITBd','WAmkl','KiYlv','NSbxk','pSwwd','rGxxf','mqYfo','dRVPg','43694EKmilY','CBTSessionCreated','lnxEN','AtWNv','wIcit','AFTER_EACH','GUJkB','relative','gVEcM','XNStj','_gitConfigured','hOrGq','lmTGq','WiqXl','mQgCC','bbOLB',':hookAnalyticsId','pCQRm','TYXYj','LaOhD','mapTestHooks','result','BwZGs','vbBtw','QMfoS','SRbnm','sdUqY','BEFORE_ALL','TRjkJ','IQdKt','JEST','kZDbK','stack-trace','FkqvX','skipped','XZnyw','jest-circus','AguXo','sCLon','gomsB','tCYFU','qDwnd','STATE_PENDING','TSJTQ','analyticsResult','kEDie','XEQXM','PVDOY','yKDuh','nLgBQ','rmvYf','zTHeY','TEdmL',':testAnalyticsId','ZOybH','nrZBX','VLKJo','uzXiU','../../../helpers/helper','NCgsS','Rnogh','ODOcR','started_at','appendTestItemLog','685928xrWBVO','AHyzA','MhYZk','SuuVV','alNJn','uafgF','mVDUk','FDvsS','sfLKX','jRYmX','JZZTt','CcRvh','CRLkq','includes','SGiDG','xbveN','VFNrM','ZxSdn','name','VGmUJ','hook_type','AFTER_ALL','RCliW','IYxOz','214fFjuBf','testAnalyticsId','finished_at','errorsDetailed','../../utils/constants','IhBLr','failed\x20to\x20get\x20root\x20parent\x20file\x20','beforeAll','registerListeners','dkQiL','err','\x20with\x20error\x20:\x20','prefixTestPath','hooks','test','path','SnMUW','test_run_uuid','now','match','TestRunStarted','2589160wQvCdr','cwd','qLZsA','FYwdH','sesQI','getHierarchy','vRtHn','asyncError','27ipPRtZ','title','plwZv','configureGit','bind','FQjeY','uJJpC','_testEnv','MTpcO','MkEfu','PKbPB','_testResults','dirname','bwprq','eensx','lBmBL','uploadEventData','LXpLI','iXlSR','hook_data','TestRunFinished','yAwgt','HjLlV','heSBB','./test-details','YrYrY','yYyDz','FQbRW','STATE_PASSED','YrdsW','vOyiE','cJmMz','parent','join','kRqqO','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','_gitConfigPath','\x22\x20hook\x20for\x20\x22','http_response','DqHtP','file','nnUyi','logs','yNmjR','generic','RbGWc','bs:addLog:','reverse','util','TIHpr','DgDzB','EMIqC','BEFORE_EACH','cXfty','0|5|4|6|2|1|3','FtdYW','type','hookAnalyticsId','apply','Dxueo','hnmBX','0|1|6|5|2|3|4','YfgWT','GvSGL','282yMhyat','testObservability','kGgqr','failure_backtrace','jZlYZ','event_type','call','exports','RumUw','getRootParentFile','kMrgn','OPiUE','ccfms','afterEach','../../../helpers/test-observability/sessionHandler','statSync','wqyiq','hook_run','SopOi','pid','uEeXo','fcPXK','forEach','UftJo','getName','QNQaf','gtiOS','ztSNE','GJvrr','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','Ojabi','TestRunSkipped','sep','QPNUM','cdobN','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','../../../helpers/test-observability/error-handler','NBrSp','lhcAI','NZQnC','beforeEach','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','hkmVm','fdeXz'];a16_0x14a4=function(){return _0x27636f;};return a16_0x14a4();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x2508fb(0x23e)),SessionHandler=require(a16_0x2508fb(0x200)),{v4:uuidv4}=require(a16_0x2508fb(0x262)),{name,version}=require(a16_0x2508fb(0x272)),stackTrace=require(a16_0x2508fb(0x2d2)),path=require(a16_0x2508fb(0x319)),fs=require('fs'),TestDetails=require(a16_0x2508fb(0x1ca)),{FRAMEWORKS}=require(a16_0x2508fb(0x30e)),{o11yClassErrorHandler}=require(a16_0x2508fb(0x216)),{getGitMetaData}=require(a16_0x2508fb(0x2ec)),a16_0x339eea={};function a16_0x55d9(_0x297172,_0x105caa){const _0x14a406=a16_0x14a4();return a16_0x55d9=function(_0x55d9d8,_0x234ffa){_0x55d9d8=_0x55d9d8-0x1b9;let _0x209fb7=_0x14a406[_0x55d9d8];return _0x209fb7;},a16_0x55d9(_0x297172,_0x105caa);}a16_0x339eea[a16_0x2508fb(0x1ce)]=a16_0x2508fb(0x279),a16_0x339eea['STATE_FAILED']='failed',a16_0x339eea[a16_0x2508fb(0x2dc)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x339eea,a16_0x40d302={};a16_0x40d302[a16_0x2508fb(0x311)]=a16_0x2508fb(0x2cd),a16_0x40d302['afterAll']=a16_0x2508fb(0x307),a16_0x40d302[a16_0x2508fb(0x21a)]=a16_0x2508fb(0x1e6),a16_0x40d302[a16_0x2508fb(0x1ff)]=a16_0x2508fb(0x2b7);const HOOK_TYPES_MAP=a16_0x40d302;module[a16_0x2508fb(0x1f9)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x5e3a61=a16_0x2508fb,_0x17e4e0={'uOryP':_0x5e3a61(0x1e8),'ygePk':function(_0x24036b){return _0x24036b();}},_0x499773=_0x17e4e0['uOryP'][_0x5e3a61(0x23b)]('|');let _0x4683e0=0x0;while(!![]){switch(_0x499773[_0x4683e0++]){case'0':this['testObservability']=_0x17e4e0['ygePk'](isTestObservabilitySession);continue;case'1':this['_gitConfigured']=![];continue;case'2':this['hook_data']=[];continue;case'3':this[_0x5e3a61(0x1d6)]=null;continue;case'4':this[_0x5e3a61(0x1b9)]=this['getTestEnv']();continue;case'5':this[_0x5e3a61(0x1bd)]=[];continue;case'6':this[_0x5e3a61(0x271)]=new PathHelper({'cwd':process[_0x5e3a61(0x320)]()},this[_0x5e3a61(0x1b9)][_0x5e3a61(0x29e)]);continue;}break;}}['getTestEnv']=()=>{const _0x139231=a16_0x2508fb,_0x3b5157={'NZQnC':_0x139231(0x1de),'gomsB':function(_0x49d8c4){return _0x49d8c4();}};return{'ci':_0x3b5157[_0x139231(0x219)],'key':_0x3b5157[_0x139231(0x2d9)](uuidv4),'version':version,'collector':_0x139231(0x28c)+name};};[a16_0x2508fb(0x312)](){const _0x13c510=a16_0x2508fb;process[_0x13c510(0x2a0)]('bs:addLog:'+process[_0x13c510(0x205)]),process['on']('bs:addLog:'+process[_0x13c510(0x205)],this[_0x13c510(0x2f1)][_0x13c510(0x32b)](this)),process[_0x13c510(0x2a0)](_0x13c510(0x256)+process[_0x13c510(0x205)]),process['on'](_0x13c510(0x256)+process[_0x13c510(0x205)],this['appendTestPlatform'][_0x13c510(0x32b)](this));}[a16_0x2508fb(0x21e)]=async _0x441963=>{const _0x4e5f6b=a16_0x2508fb,_0xd32163={'ZTbZj':function(_0xe3d00e,_0x21ec5f){return _0xe3d00e===_0x21ec5f;},'YaqHL':_0x4e5f6b(0x28e),'GWCDb':_0x4e5f6b(0x2d5),'UjtXL':function(_0x1ca869,_0x81a91f){return _0x1ca869>_0x81a91f;},'PLAut':function(_0x107695,_0x30fcc4){return _0x107695===_0x30fcc4;},'bsVmD':function(_0xb762a9,_0x48a943){return _0xb762a9===_0x48a943;},'pCQRm':'jnEVE','oGOMg':_0x4e5f6b(0x280),'zEWPM':_0x4e5f6b(0x31e),'SVdBC':function(_0x296c9a,_0x21470f){return _0x296c9a!==_0x21470f;},'vtZfl':'lipRI','ANwtR':_0x4e5f6b(0x26e),'FNzzZ':_0x4e5f6b(0x1f1),'CRLkq':function(_0xfa5336,_0x3506ec){return _0xfa5336(_0x3506ec);}};try{if(_0xd32163[_0x4e5f6b(0x255)](_0xd32163[_0x4e5f6b(0x27b)],_0xd32163[_0x4e5f6b(0x294)])){const _0x170dc7=_0x33ee49[_0x4e5f6b(0x22b)][_0x4e5f6b(0x1f8)](_0x2b74df,_0x558f69[_0x4e5f6b(0x326)]);return _0x170dc7[0x0]['getFileName']();}else{const _0x2fddff=this['current_test'];this[_0x4e5f6b(0x273)]=_0x441963,_0x441963[_0x4e5f6b(0x244)]=null,_0x441963['testAnalyticsId']=TestDetails[_0x4e5f6b(0x239)](process[_0x4e5f6b(0x205)]+_0x4e5f6b(0x2e7)),_0x441963[_0x4e5f6b(0x2f0)]=new Date()['toISOString']();if(_0xd32163['UjtXL'](_0x441963[_0x4e5f6b(0x28b)],0x0)&&_0x2fddff&&_0xd32163['PLAut'](_0x2fddff[_0x4e5f6b(0x328)],_0x441963[_0x4e5f6b(0x328)])){if(_0xd32163[_0x4e5f6b(0x238)](_0xd32163[_0x4e5f6b(0x2c3)],_0xd32163[_0x4e5f6b(0x286)])){if(_0x1653ab[_0x4e5f6b(0x326)]){const _0x131cbe=_0x364178[_0x4e5f6b(0x22b)][_0x4e5f6b(0x1f8)](_0xd6644f,_0x4e5e42['asyncError']);return _0x131cbe[0x0]['getFileName']();}if(_0x3c21b4[_0x4e5f6b(0x1da)])return _0x4418f8['file'];return null;}else _0x441963[_0x4e5f6b(0x244)]=_0x2fddff[_0x4e5f6b(0x30b)],await this[_0x4e5f6b(0x222)](_0x441963,undefined,![],_0xd32163[_0x4e5f6b(0x29c)]),_0x2fddff[_0x4e5f6b(0x23f)]=STATE_FAILED,await this[_0x4e5f6b(0x222)](_0x2fddff,undefined,!![]);}else _0xd32163['SVdBC'](_0xd32163[_0x4e5f6b(0x247)],_0xd32163[_0x4e5f6b(0x29d)])?await this[_0x4e5f6b(0x222)](_0x441963,undefined,![],_0xd32163[_0x4e5f6b(0x29c)]):_0x51d2dd[_0x4e5f6b(0x26f)]=_0x3a3848;}}catch(_0x4fd221){if(_0xd32163[_0x4e5f6b(0x238)](_0xd32163[_0x4e5f6b(0x290)],_0xd32163[_0x4e5f6b(0x290)]))_0xd32163[_0x4e5f6b(0x2fe)](debug,_0x4e5f6b(0x1d5)+_0x4fd221);else return;}};['getName'](_0x34ef83){const _0x2cdb8e=a16_0x2508fb,_0x3bf753={};_0x3bf753['mqYfo']=_0x2cdb8e(0x2f0),_0x3bf753[_0x2cdb8e(0x1e5)]=_0x2cdb8e(0x30c),_0x3bf753[_0x2cdb8e(0x207)]=function(_0x2c90a1,_0x2ed0fc){return _0x2c90a1!==_0x2ed0fc;},_0x3bf753[_0x2cdb8e(0x254)]=_0x2cdb8e(0x318),_0x3bf753['lmTGq']=function(_0x102c03,_0x564b5d){return _0x102c03!==_0x564b5d;},_0x3bf753[_0x2cdb8e(0x25e)]=_0x2cdb8e(0x218);const _0x1513b3=_0x3bf753;if(_0x1513b3['fcPXK'](_0x34ef83[_0x2cdb8e(0x1ea)],_0x1513b3[_0x2cdb8e(0x254)])){if(_0x1513b3[_0x2cdb8e(0x2be)](_0x1513b3[_0x2cdb8e(0x25e)],_0x1513b3[_0x2cdb8e(0x25e)]))_0x54c7e5[_0x1513b3[_0x2cdb8e(0x2b0)]]=_0x427e07[_0x1513b3[_0x2cdb8e(0x1e5)]];else return'\x22'+_0x34ef83['type']+_0x2cdb8e(0x1d7)+(_0x34ef83[_0x2cdb8e(0x1d2)]&&_0x34ef83[_0x2cdb8e(0x1d2)][_0x2cdb8e(0x304)])+'\x22';}return _0x34ef83['name'];}[a16_0x2508fb(0x222)]=async(_0x1a4b5f,_0x4d7e44=undefined,_0x666d29=![],_0x4e9f36=a16_0x2508fb(0x1c6))=>{const _0x4b2a71=a16_0x2508fb,_0x64e569={'KENsB':function(_0xa2925b,_0x590532){return _0xa2925b==_0x590532;},'TYXYj':function(_0x4b2d84,_0x3adf9f){return _0x4b2d84===_0x3adf9f;},'RVtGJ':_0x4b2a71(0x268),'iXlSR':_0x4b2a71(0x2a5),'MITBd':'generic','fdeXz':function(_0x5d32b6){return _0x5d32b6();},'nLgBQ':function(_0x553709,_0x1c10b5){return _0x553709!==_0x1c10b5;},'AeacO':_0x4b2a71(0x279),'uEeXo':_0x4b2a71(0x29f),'FQjeY':_0x4b2a71(0x248),'gVEcM':function(_0x48c2d0,_0x53c391){return _0x48c2d0(_0x53c391);},'TRjkJ':function(_0x33db82,_0x14253d){return _0x33db82(_0x14253d);},'HjLlV':'test_run','MhYZk':'fUydp','LQxhH':_0x4b2a71(0x27a),'pGzye':_0x4b2a71(0x203),'DvrGF':_0x4b2a71(0x2c7),'svlhj':'failure_type','wIcit':_0x4b2a71(0x2a6),'wDYBH':'failure_reason','alNJn':'test','Ojabi':function(_0x476686,_0x524908){return _0x476686!==_0x524908;},'bwprq':'yQSKM','WAmkl':_0x4b2a71(0x1c9),'gtiOS':function(_0x5dfbe3,_0x38341c){return _0x5dfbe3!==_0x38341c;},'VLKJo':_0x4b2a71(0x2a2),'vhnFa':'LApJm','VBEeT':_0x4b2a71(0x27f),'CweQX':_0x4b2a71(0x2d6),'SIffv':function(_0x521cf7,_0x31940d){return _0x521cf7!==_0x31940d;},'YrdsW':_0x4b2a71(0x2bf),'UORYE':_0x4b2a71(0x325),'lqeTU':_0x4b2a71(0x1e2),'LXpLI':_0x4b2a71(0x1e3),'sgftV':_0x4b2a71(0x1fd),'TxnjS':'err','nnUyi':function(_0x1d9ed4,_0x305af5){return _0x1d9ed4===_0x305af5;},'vsUyr':'vXSLH','lhJBm':'File\x20path\x20could\x20not\x20be\x20found','wqyiq':_0x4b2a71(0x24b),'VFNrM':function(_0x8f30c,_0x3ede87){return _0x8f30c===_0x3ede87;},'GJvrr':_0x4b2a71(0x211),'tEbwa':'skipped','BRdtj':function(_0x269e25,_0x85f220){return _0x269e25>_0x85f220;},'CcRvh':function(_0x37839d,_0x14f297){return _0x37839d-_0x14f297;},'VKmGs':function(_0x528486,_0x3526b1){return _0x528486(_0x3526b1);},'SRbnm':'started_at','KOcms':function(_0x1acbd3,_0x42fb2a){return _0x1acbd3===_0x42fb2a;},'XNCqe':_0x4b2a71(0x2ad),'lBmBL':_0x4b2a71(0x30c),'GzFst':'LBPoT','DRCfY':'pLIPQ','pSwwd':_0x4b2a71(0x288),'qDwnd':_0x4b2a71(0x2f3),'OwfTR':function(_0x384542,_0x4b1e59){return _0x384542!==_0x4b1e59;},'kRqqO':'AKegn','JZZTt':function(_0x28faef,_0x494ca5){return _0x28faef===_0x494ca5;},'AGjdm':_0x4b2a71(0x281),'OFiUp':function(_0xd9d4dc,_0x2616da){return _0xd9d4dc===_0x2616da;},'FkqvX':'ZkIKi','SGiDG':_0x4b2a71(0x2c5),'DqHtP':'failure_backtrace','HUNPd':_0x4b2a71(0x231),'XNStj':_0x4b2a71(0x23a),'oATnK':'expanded','YfgWT':_0x4b2a71(0x1c6),'wMAnW':_0x4b2a71(0x2f7),'FhnpV':'DZdlY','bbOLB':function(_0x1559f3,_0x3d229b){return _0x1559f3===_0x3d229b;},'Rnogh':_0x4b2a71(0x2f9),'JAFsa':'hook_type','sesQI':_0x4b2a71(0x1f4),'SnMUW':_0x4b2a71(0x237),'BWsap':function(_0x11e966,_0x5db2cc){return _0x11e966!==_0x5db2cc;},'QXeyy':_0x4b2a71(0x2bd),'sdUqY':_0x4b2a71(0x311),'rmvYf':_0x4b2a71(0x242),'jZlYZ':_0x4b2a71(0x258),'NqEhg':_0x4b2a71(0x1fc)};try{if(_0x64e569['Ojabi'](_0x64e569[_0x4b2a71(0x1bf)],_0x64e569[_0x4b2a71(0x2ab)])){if(_0x1a4b5f['fn']&&_0x1a4b5f['fn'][_0x4b2a71(0x282)]()[_0x4b2a71(0x31d)](/browserstack internal helper hook/)){if(_0x64e569[_0x4b2a71(0x20c)](_0x64e569[_0x4b2a71(0x2ea)],_0x64e569['VLKJo']))_0x5ac85a['push'](_0x5326fa[_0x4b2a71(0x1eb)]);else return;}let _0x20e290;try{_0x64e569[_0x4b2a71(0x2c4)](_0x64e569[_0x4b2a71(0x2a4)],_0x64e569[_0x4b2a71(0x2a4)])?_0x20e290=this['getRootParentFile'](_0x1a4b5f):_0x50201a[_0x4b2a71(0x1eb)]&&_0x2b25b8[_0x4b2a71(0x293)](_0x4bbddc[_0x4b2a71(0x1eb)]);}catch(_0x17c3e5){if(_0x64e569[_0x4b2a71(0x2e3)](_0x64e569[_0x4b2a71(0x270)],_0x64e569[_0x4b2a71(0x270)])){const _0x3a499e=_0x5f0cea[_0x4b2a71(0x212)];if(_0x64e569[_0x4b2a71(0x276)](_0x285ff3,null)||_0x64e569[_0x4b2a71(0x2c4)](_0x867776,'')||_0x64e569[_0x4b2a71(0x2c4)](_0x2fd058,_0x3a499e))return null;try{return _0x33773d[_0x4b2a71(0x201)](_0xac62ee[_0x4b2a71(0x1d3)](_0x20fa4e,_0x64e569['RVtGJ'],_0x64e569[_0x4b2a71(0x1c4)])),_0x42754f;}catch(_0x46973b){const _0x4597ba=_0x16b483[_0x4b2a71(0x1be)](_0x2f9667);return this['findGitConfig'](_0x4597ba);}}else _0x64e569[_0x4b2a71(0x2ba)](debug,_0x4b2a71(0x310)+_0x17c3e5),_0x20e290=null;}if(_0x20e290[_0x4b2a71(0x2ff)](_0x64e569[_0x4b2a71(0x251)])){if(_0x64e569[_0x4b2a71(0x235)](_0x64e569[_0x4b2a71(0x1cf)],_0x64e569[_0x4b2a71(0x227)]))return;else return{'ci':_0x64e569[_0x4b2a71(0x2aa)],'key':_0x64e569[_0x4b2a71(0x21d)](_0x187caf),'version':_0xdb3c9a,'collector':_0x4b2a71(0x28c)+_0x58adb9};}const _0x20d3f6=_0x64e569[_0x4b2a71(0x2ba)](require,_0x64e569['lqeTU']);let _0x3d3f44=[];if(_0x64e569['SIffv'](_0x1a4b5f['errorsDetailed'],undefined)){if(_0x64e569[_0x4b2a71(0x20c)](_0x64e569[_0x4b2a71(0x1c3)],_0x64e569[_0x4b2a71(0x1c3)]))return;else _0x3d3f44=[_0x1a4b5f[_0x4b2a71(0x30d)],_0x64e569['alNJn']];}else _0x64e569['nLgBQ'](_0x4d7e44,undefined)?_0x64e569[_0x4b2a71(0x2c4)](_0x64e569['sgftV'],_0x64e569[_0x4b2a71(0x25f)])?_0x3d3f44=[_0x4d7e44,_0x64e569['TxnjS']]:_0x3542d8=this['getRootParentFile'](_0x57fd64):_0x64e569['nnUyi'](_0x64e569['vsUyr'],_0x64e569['vsUyr'])?_0x3d3f44=[]:!_0xbe9fed['hookAnalyticsId']&&(_0x3c10c1[_0x4b2a71(0x1eb)]=_0x36c8ff[_0x4b2a71(0x239)](_0x585433[_0x4b2a71(0x205)]+_0x4b2a71(0x2c2)));const _0x50c275=_0x64e569[_0x4b2a71(0x20c)](_0x1a4b5f[_0x4b2a71(0x30d)],undefined)?_0x20d3f6['inspect'](_0x1a4b5f[_0x4b2a71(0x30d)][0x0]):_0x64e569[_0x4b2a71(0x235)](_0x4d7e44,undefined)?_0x4d7e44[_0x4b2a71(0x282)]():undefined,_0x414c1e=_0x20e290?this[_0x4b2a71(0x271)][_0x4b2a71(0x316)](this[_0x4b2a71(0x1fb)](_0x1a4b5f)):_0x64e569['lhJBm'],_0x4a673b={'framework':FRAMEWORKS[_0x4b2a71(0x2d0)],'uuid':_0x1a4b5f[_0x4b2a71(0x30b)]||_0x1a4b5f['hookAnalyticsId'],'name':this[_0x4b2a71(0x20a)](_0x1a4b5f),'body':{'lang':_0x64e569[_0x4b2a71(0x202)],'code':_0x1a4b5f['fn'][_0x4b2a71(0x282)]()},'scopes':this[_0x4b2a71(0x324)](_0x1a4b5f),'file_name':_0x414c1e,'vc_filepath':this['_gitConfigPath']&&_0x20e290?path[_0x4b2a71(0x2b9)](this[_0x4b2a71(0x1d6)],_0x20e290):null,'location':_0x414c1e,'result':_0x64e569[_0x4b2a71(0x302)](_0x4e9f36,_0x64e569['GJvrr'])?_0x64e569[_0x4b2a71(0x27d)]:this[_0x4b2a71(0x2de)](_0x1a4b5f[_0x4b2a71(0x30d)]&&_0x64e569['BRdtj'](_0x1a4b5f[_0x4b2a71(0x30d)]['length'],0x0)?_0x64e569['FQjeY']:_0x64e569[_0x4b2a71(0x291)]),'failure_reason':_0x50c275,'duration_in_ms':_0x1a4b5f['duration']||(_0x4e9f36['match'](/Finished/)||_0x4e9f36[_0x4b2a71(0x31d)](/Skipped/)?_0x64e569[_0x4b2a71(0x2fd)](Date[_0x4b2a71(0x31c)](),new Date(_0x1a4b5f[_0x4b2a71(0x2f0)])['getTime']()):null),'started_at':_0x1a4b5f[_0x4b2a71(0x2f0)],'finished_at':_0x4e9f36[_0x4b2a71(0x31d)](/Finished/)||_0x4e9f36[_0x4b2a71(0x31d)](/Skipped/)?new Date()[_0x4b2a71(0x228)]():null,'failure':failureData[_0x4b2a71(0x1ec)](null,_0x3d3f44),'failure_type':!_0x50c275?null:_0x64e569[_0x4b2a71(0x292)](getFailureType,_0x50c275),'retry_of':_0x1a4b5f[_0x4b2a71(0x244)]};if(_0x64e569[_0x4b2a71(0x302)](_0x4e9f36,_0x64e569[_0x4b2a71(0x20e)])&&!_0x4a673b[_0x64e569[_0x4b2a71(0x2cb)]]){if(_0x64e569[_0x4b2a71(0x249)](_0x64e569[_0x4b2a71(0x28a)],_0x64e569[_0x4b2a71(0x28a)]))_0x4a673b[_0x64e569[_0x4b2a71(0x2cb)]]=_0x4a673b[_0x64e569[_0x4b2a71(0x1c1)]];else return null;}if(_0x4e9f36[_0x4b2a71(0x31d)](/HookRun/)){if(_0x64e569[_0x4b2a71(0x235)](_0x64e569['GzFst'],_0x64e569['DRCfY'])){[_0x4a673b['hook_type'],_0x4a673b[_0x4b2a71(0x304)]]=[_0x1a4b5f[_0x4b2a71(0x1ea)],this['getName'](_0x1a4b5f)];if(_0x64e569[_0x4b2a71(0x302)](_0x4e9f36,_0x64e569[_0x4b2a71(0x2ae)])){if(_0x64e569[_0x4b2a71(0x249)](_0x64e569[_0x4b2a71(0x2db)],_0x64e569['qDwnd'])){if(_0x64e569['OwfTR'](_0x4a673b[_0x4b2a71(0x2c7)],_0x64e569[_0x4b2a71(0x32c)])){if(_0x64e569[_0x4b2a71(0x210)](_0x64e569[_0x4b2a71(0x1d4)],_0x64e569[_0x4b2a71(0x1d4)])){let _0x173964=_0x5b577b[_0x4b2a71(0x1d2)];while(_0x173964&&_0x173964[_0x4b2a71(0x304)]&&_0x64e569['nLgBQ'](_0x173964[_0x4b2a71(0x304)],'')){_0xcefb2d[_0x4b2a71(0x293)](_0x173964[_0x4b2a71(0x304)]),_0x173964=_0x173964[_0x4b2a71(0x304)];}}else _0x4a673b['result']=_0x64e569[_0x4b2a71(0x291)];}}else _0x42bd90[_0x4b2a71(0x2a0)](_0x4b2a71(0x1e0)+_0x121297[_0x4b2a71(0x205)]),_0x154566['on'](_0x4b2a71(0x1e0)+_0x544de6[_0x4b2a71(0x205)],this[_0x4b2a71(0x2f1)][_0x4b2a71(0x32b)](this)),_0xd8665b[_0x4b2a71(0x2a0)]('bs:addPlatformDetails:'+_0x3e955b[_0x4b2a71(0x205)]),_0x237fa4['on'](_0x4b2a71(0x256)+_0x678b59[_0x4b2a71(0x205)],this[_0x4b2a71(0x243)][_0x4b2a71(0x32b)](this));}}else{const _0x2fa4f9={};return _0x2fa4f9[_0x3526be]=_0x64e569[_0x4b2a71(0x291)],_0x2fa4f9[_0x510eac]=_0x64e569[_0x4b2a71(0x206)],_0x2fa4f9[_0x2783d4]=_0x64e569[_0x4b2a71(0x32c)],_0x2fa4f9[_0x55d2be];}}else _0x4e9f36['match'](/TestRun/)&&(_0x64e569[_0x4b2a71(0x2fc)](_0x64e569[_0x4b2a71(0x25c)],_0x64e569['AGjdm'])?this[_0x4b2a71(0x2c6)](_0x1a4b5f):_0x322f5c[_0x4b2a71(0x2c7)]=_0x64e569[_0x4b2a71(0x291)]);const _0x4d5b1f=_0x4a673b[_0x64e569['wIcit']][0x0];if(_0x4d5b1f){if(_0x64e569['OFiUp'](_0x64e569[_0x4b2a71(0x2d3)],_0x64e569[_0x4b2a71(0x300)])){if(!_0x2af0b2||!_0x264e05['parent'])return;_0x29f2bb['parent'][_0x4b2a71(0x317)]['forEach'](_0x3d50c1=>{const _0x481b63=_0x4b2a71;!_0x3d50c1[_0x481b63(0x1eb)]&&(_0x3d50c1[_0x481b63(0x1eb)]=_0x194794[_0x481b63(0x239)](_0x339fa8[_0x481b63(0x205)]+_0x481b63(0x2c2)));}),this['mapTestHooks'](_0x4cd28a[_0x4b2a71(0x1d2)]);}else _0x4a673b[_0x64e569[_0x4b2a71(0x1d9)]]=_0x4d5b1f[_0x64e569[_0x4b2a71(0x224)]],_0x4a673b[_0x64e569[_0x4b2a71(0x2bb)]]=_0x4d5b1f[_0x64e569[_0x4b2a71(0x253)]];}if([_0x64e569['YfgWT'],_0x64e569['GJvrr']][_0x4b2a71(0x2ff)](_0x4e9f36)){if(_0x64e569[_0x4b2a71(0x210)](_0x64e569[_0x4b2a71(0x24d)],_0x64e569['FhnpV']))this[_0x4b2a71(0x1bd)]['push'](_0x4a673b),_0x4a673b[_0x4b2a71(0x317)]=this['getHooksForTest'](_0x1a4b5f),this[_0x4b2a71(0x232)](_0x1a4b5f);else return[];}const _0x1e2297={'event_type':_0x64e569[_0x4b2a71(0x2c1)](_0x4e9f36,_0x64e569[_0x4b2a71(0x20e)])?_0x64e569['YfgWT']:_0x4e9f36};_0x4e9f36[_0x4b2a71(0x31d)](/HookRun/)?_0x64e569[_0x4b2a71(0x302)](_0x64e569[_0x4b2a71(0x2ee)],_0x64e569[_0x4b2a71(0x2ee)])?(_0x4a673b[_0x64e569[_0x4b2a71(0x263)]]=HOOK_TYPES_MAP[_0x4a673b[_0x64e569[_0x4b2a71(0x263)]]],_0x1e2297[_0x64e569[_0x4b2a71(0x22a)]]=_0x4a673b):_0x64e569[_0x4b2a71(0x2ba)](_0x544b34,_0x4b2a71(0x215)+_0x1ca5c4+_0x4b2a71(0x315)+_0x1eceed):_0x64e569[_0x4b2a71(0x2c4)](_0x64e569[_0x4b2a71(0x323)],_0x64e569[_0x4b2a71(0x323)])?_0x1e2297[_0x64e569[_0x4b2a71(0x1c8)]]=_0x4a673b:_0x64e569[_0x4b2a71(0x2ce)](_0x444884,_0x4b2a71(0x20f)+_0x3c8ed4);_0x64e569['BRdtj'](this[_0x4b2a71(0x1c5)][_0x4b2a71(0x277)],0x0)&&[_0x64e569[_0x4b2a71(0x1f0)],_0x64e569[_0x4b2a71(0x20e)]][_0x4b2a71(0x2ff)](_0x4e9f36)&&(_0x64e569['nLgBQ'](_0x64e569[_0x4b2a71(0x31a)],_0x64e569[_0x4b2a71(0x31a)])?_0x11374d[_0x64e569[_0x4b2a71(0x1c8)]]=_0x365435:(this['hook_data'][_0x4b2a71(0x208)](async _0x26f0f7=>{const _0x3d081d=_0x4b2a71;if(_0x64e569[_0x3d081d(0x2c4)](_0x64e569['MhYZk'],_0x64e569[_0x3d081d(0x2f4)])){const _0x89d72c=_0x64e569['LQxhH']['split']('|');let _0x11a87c=0x0;while(!![]){switch(_0x89d72c[_0x11a87c++]){case'0':await SessionHandler[_0x3d081d(0x1c2)](_0x26f0f7);continue;case'1':_0x26f0f7[_0x64e569[_0x3d081d(0x22a)]][_0x64e569['DvrGF']]=_0x1e2297[_0x64e569[_0x3d081d(0x1c8)]][_0x64e569['DvrGF']];continue;case'2':_0x26f0f7[_0x64e569[_0x3d081d(0x22a)]][_0x64e569[_0x3d081d(0x259)]]=_0x1e2297[_0x64e569['HjLlV']][_0x64e569['svlhj']];continue;case'3':_0x26f0f7[_0x64e569[_0x3d081d(0x22a)]][_0x64e569[_0x3d081d(0x2b6)]]=_0x1e2297[_0x64e569['HjLlV']][_0x64e569[_0x3d081d(0x2b6)]];continue;case'4':_0x26f0f7[_0x64e569[_0x3d081d(0x22a)]][_0x64e569[_0x3d081d(0x223)]]=_0x1e2297[_0x64e569['HjLlV']][_0x64e569[_0x3d081d(0x223)]];continue;}break;}}else _0x2b00a7['hookAnalyticsId']=null;}),this[_0x4b2a71(0x1c5)]=[]));if(_0x64e569[_0x4b2a71(0x1db)](this[_0x4b2a71(0x28d)],_0x1a4b5f[_0x4b2a71(0x1ea)])){if(_0x64e569[_0x4b2a71(0x26c)](_0x64e569[_0x4b2a71(0x287)],_0x64e569[_0x4b2a71(0x287)]))_0x365743=[_0x59a884[_0x4b2a71(0x30d)],_0x64e569[_0x4b2a71(0x2f6)]];else{this['hook_data'][_0x4b2a71(0x293)](_0x1e2297);return;}}_0x64e569[_0x4b2a71(0x2c1)](this[_0x4b2a71(0x28d)],_0x64e569[_0x4b2a71(0x2cc)])&&_0x1e2297[_0x64e569[_0x4b2a71(0x1c8)]]&&(_0x64e569['JZZTt'](_0x64e569[_0x4b2a71(0x2e4)],_0x64e569['rmvYf'])?(_0x1e2297[_0x64e569[_0x4b2a71(0x1c8)]][_0x64e569[_0x4b2a71(0x29a)]]=_0x64e569[_0x4b2a71(0x27d)],_0x1e2297[_0x64e569[_0x4b2a71(0x1c8)]][_0x64e569[_0x4b2a71(0x2b6)]]=null,_0x1e2297[_0x64e569[_0x4b2a71(0x1c8)]][_0x64e569['svlhj']]=null):this[_0x4b2a71(0x1d6)]=_0x380dac['root']),await SessionHandler[_0x4b2a71(0x1c2)](_0x1e2297);}else return this['_gitConfigPath'];}catch(_0x5388be){if(_0x64e569[_0x4b2a71(0x26c)](_0x64e569[_0x4b2a71(0x1f6)],_0x64e569['NqEhg']))_0x64e569[_0x4b2a71(0x2ce)](debug,_0x4b2a71(0x215)+_0x4e9f36+_0x4b2a71(0x315)+_0x5388be);else{const _0xd6b8f1=_0x4f9f02['dirname'](_0x10519a);return this[_0x4b2a71(0x241)](_0xd6b8f1);}}};[a16_0x2508fb(0x241)](_0x57ebd9){const _0x415bbc=a16_0x2508fb,_0xe4e239={};_0xe4e239[_0x415bbc(0x1ed)]=_0x415bbc(0x250),_0xe4e239['uKUxb']=_0x415bbc(0x2c7),_0xe4e239[_0x415bbc(0x1d1)]=_0x415bbc(0x2d4),_0xe4e239[_0x415bbc(0x29b)]=_0x415bbc(0x2a6),_0xe4e239[_0x415bbc(0x313)]='failure_type',_0xe4e239[_0x415bbc(0x322)]=function(_0x23dfc3,_0x4116a5){return _0x23dfc3===_0x4116a5;},_0xe4e239[_0x415bbc(0x2a1)]=_0x415bbc(0x288),_0xe4e239['QPNUM']=function(_0x2157c0,_0x33d897){return _0x2157c0!==_0x33d897;},_0xe4e239[_0x415bbc(0x20b)]='failed',_0xe4e239['eFrjO']=_0x415bbc(0x279),_0xe4e239[_0x415bbc(0x2cf)]=function(_0x3bc398,_0x16507e){return _0x3bc398==_0x16507e;},_0xe4e239['LDjcd']=function(_0x386ce4,_0x3ff1c0){return _0x386ce4===_0x3ff1c0;},_0xe4e239[_0x415bbc(0x283)]=_0x415bbc(0x299),_0xe4e239[_0x415bbc(0x1dd)]='uTVvk',_0xe4e239['hkmVm']=function(_0x3cd460,_0x1a55e1){return _0x3cd460===_0x1a55e1;},_0xe4e239['zsLtY']=_0x415bbc(0x303),_0xe4e239['yDcGl']=_0x415bbc(0x268),_0xe4e239[_0x415bbc(0x209)]=_0x415bbc(0x2a5),_0xe4e239[_0x415bbc(0x2ef)]=function(_0x553c46,_0x7b8d67){return _0x553c46!==_0x7b8d67;},_0xe4e239['NfZhv']=_0x415bbc(0x23c);const _0x5f5919=_0xe4e239,_0x3325a8=path[_0x415bbc(0x212)];if(_0x5f5919[_0x415bbc(0x2cf)](_0x57ebd9,null)||_0x5f5919[_0x415bbc(0x322)](_0x57ebd9,'')||_0x5f5919[_0x415bbc(0x27c)](_0x57ebd9,_0x3325a8)){if(_0x5f5919['LDjcd'](_0x5f5919[_0x415bbc(0x283)],_0x5f5919[_0x415bbc(0x1dd)]))_0x240d71[_0x5f5919[_0x415bbc(0x1ed)]][_0x5f5919['uKUxb']]=_0x5f5919[_0x415bbc(0x1d1)],_0x370a15[_0x5f5919[_0x415bbc(0x1ed)]][_0x5f5919[_0x415bbc(0x29b)]]=null,_0x39186d[_0x5f5919[_0x415bbc(0x1ed)]][_0x5f5919[_0x415bbc(0x313)]]=null;else return null;}try{if(_0x5f5919[_0x415bbc(0x21c)](_0x5f5919[_0x415bbc(0x298)],_0x5f5919[_0x415bbc(0x298)]))return fs[_0x415bbc(0x201)](path['join'](_0x57ebd9,_0x5f5919[_0x415bbc(0x24c)],_0x5f5919[_0x415bbc(0x209)])),_0x57ebd9;else _0xfcc1f4=[];}catch(_0x4414c5){if(_0x5f5919[_0x415bbc(0x2ef)](_0x5f5919['NfZhv'],_0x5f5919[_0x415bbc(0x230)]))[_0x53f042[_0x415bbc(0x306)],_0x598a95['name']]=[_0x49b75e[_0x415bbc(0x1ea)],this[_0x415bbc(0x20a)](_0x442768)],_0x5f5919[_0x415bbc(0x322)](_0x7325f7,_0x5f5919[_0x415bbc(0x2a1)])&&(_0x5f5919[_0x415bbc(0x213)](_0x30078a['result'],_0x5f5919[_0x415bbc(0x20b)])&&(_0x129f58[_0x415bbc(0x2c7)]=_0x5f5919['eFrjO']));else{const _0x2567fd=path[_0x415bbc(0x1be)](_0x57ebd9);return this[_0x415bbc(0x241)](_0x2567fd);}}}[a16_0x2508fb(0x2f1)]=async _0x50d209=>{const _0xd1f56e=a16_0x2508fb,_0x30a63d={'DzlBm':function(_0x646f7e,_0x20e3ec){return _0x646f7e!==_0x20e3ec;},'WiPpX':_0xd1f56e(0x248),'EdKTl':_0xd1f56e(0x279),'MHXbl':function(_0x2bd7cc,_0xf16fd6){return _0x2bd7cc===_0xf16fd6;},'tCYFU':_0xd1f56e(0x22d),'QWTqv':_0xd1f56e(0x305),'YrYrY':function(_0x6ade2c,_0x195ce6){return _0x6ade2c!==_0x195ce6;},'OvvlF':_0xd1f56e(0x1c7),'PKbPB':'cUMJR','rLWRg':'jEQep','FTjzv':_0xd1f56e(0x309),'SopOi':_0xd1f56e(0x220),'czYWZ':'wijId','WiQkA':'LogCreated','ZyEHN':_0xd1f56e(0x2d7),'XEQXM':function(_0x4c1bce,_0x435023){return _0x4c1bce(_0x435023);}},_0xc7cbd0=TestDetails['getTestUUID'](process[_0xd1f56e(0x205)]+':hookAnalyticsId'),_0xbc9502=TestDetails['getTestUUID'](process[_0xd1f56e(0x205)]+':testAnalyticsId');try{if(_0x30a63d[_0xd1f56e(0x21f)](_0x30a63d[_0xd1f56e(0x2da)],_0x30a63d['QWTqv']))_0x4f139e['test_run_uuid']=_0x315bd5;else{(_0xc7cbd0||this[_0xd1f56e(0x234)]&&!this['current_hook'][_0xd1f56e(0x27e)])&&(_0x30a63d['YrYrY'](_0x30a63d[_0xd1f56e(0x297)],_0x30a63d[_0xd1f56e(0x1bc)])?_0x50d209[_0xd1f56e(0x26f)]=_0xc7cbd0:_0x30a63d[_0xd1f56e(0x22f)](_0x586be9[_0xd1f56e(0x2c7)],_0x30a63d['WiPpX'])&&(_0x36a68f[_0xd1f56e(0x2c7)]=_0x30a63d[_0xd1f56e(0x264)]));if(!_0x50d209[_0xd1f56e(0x26f)]&&_0xbc9502){if(_0x30a63d[_0xd1f56e(0x21f)](_0x30a63d['rLWRg'],_0x30a63d['FTjzv']))return'\x22'+_0x96c1fd[_0xd1f56e(0x1ea)]+_0xd1f56e(0x1d7)+(_0x37663e['parent']&&_0x1797ae['parent']['name'])+'\x22';else _0x50d209[_0xd1f56e(0x31b)]=_0xbc9502;}if(_0x50d209[_0xd1f56e(0x26f)]||_0x50d209[_0xd1f56e(0x31b)]){if(_0x30a63d[_0xd1f56e(0x1cb)](_0x30a63d[_0xd1f56e(0x204)],_0x30a63d[_0xd1f56e(0x221)])){const _0xab14f2={};_0xab14f2[_0xd1f56e(0x1f7)]=_0x30a63d[_0xd1f56e(0x245)],_0xab14f2[_0xd1f56e(0x1dc)]=[_0x50d209],await SessionHandler[_0xd1f56e(0x1c2)](_0xab14f2);}else return;}}}catch(_0x523483){if(_0x30a63d['YrYrY'](_0x30a63d[_0xd1f56e(0x2a9)],_0x30a63d['ZyEHN']))return _0xdc2f[_0xd1f56e(0x1da)];else _0x30a63d[_0xd1f56e(0x2e0)](debug,_0xd1f56e(0x21b)+_0x523483);}};['appendTestPlatform']=async _0x3ae4e0=>{const _0x8d6cca=a16_0x2508fb,_0x8140e5={'sCLon':_0x8d6cca(0x1f5),'GUJkB':_0x8d6cca(0x231),'lqByI':_0x8d6cca(0x23a),'pNYRo':_0x8d6cca(0x26b),'MfzdX':_0x8d6cca(0x21a),'rGxxf':_0x8d6cca(0x1ff),'QyTIL':function(_0x4a3c08,_0x21edc2){return _0x4a3c08===_0x21edc2;},'DRJyM':'MYaOb','bCssg':_0x8d6cca(0x1d8),'aoNBI':_0x8d6cca(0x2b3),'CzYpP':function(_0x30f588,_0x5d555d){return _0x30f588!==_0x5d555d;},'gPqgw':'lieKx','OvSVF':_0x8d6cca(0x2e2),'dMrpX':function(_0x5f4c33,_0x1bab45){return _0x5f4c33(_0x1bab45);}};try{if(_0x8140e5['QyTIL'](_0x8140e5[_0x8d6cca(0x246)],_0x8140e5[_0x8d6cca(0x246)])){const _0x863204={'uuid':_0x3ae4e0[_0x8d6cca(0x262)]||TestDetails[_0x8d6cca(0x22e)](process['pid']+':testAnalyticsId'),'integrations':_0x3ae4e0[_0x8140e5[_0x8d6cca(0x26a)]]},_0x56665b={};_0x56665b['event_type']=_0x8140e5[_0x8d6cca(0x2a8)],_0x56665b[_0x8d6cca(0x250)]=_0x863204,await SessionHandler['uploadEventData'](_0x56665b);}else _0x30900a[_0x8140e5[_0x8d6cca(0x2d8)]]=_0x1b547c[_0x8140e5[_0x8d6cca(0x2b8)]],_0x4bfbfd[_0x8140e5['lqByI']]=_0x59628d[_0x8140e5[_0x8d6cca(0x296)]];}catch(_0x10a0da){if(_0x8140e5[_0x8d6cca(0x24e)](_0x8140e5['gPqgw'],_0x8140e5['OvSVF']))_0x8140e5[_0x8d6cca(0x25a)](debug,_0x8d6cca(0x20f)+_0x10a0da);else{const _0x5400a1={};_0x5400a1['EFzNF']=_0x8140e5[_0x8d6cca(0x257)],_0x5400a1[_0x8d6cca(0x214)]=_0x8140e5[_0x8d6cca(0x2af)];const _0x3b3fdf=_0x5400a1;if(!_0x11cf5a||!_0x6d58a2['parent'])return;_0x4bc7f9[_0x8d6cca(0x1d2)][_0x8d6cca(0x317)][_0x8d6cca(0x208)](_0x35265d=>{const _0x2e9670=_0x8d6cca;[_0x3b3fdf['EFzNF'],_0x3b3fdf[_0x2e9670(0x214)]][_0x2e9670(0x2ff)](_0x35265d[_0x2e9670(0x1ea)])&&_0x35265d[_0x2e9670(0x1eb)]&&(_0x35265d[_0x2e9670(0x1eb)]=null);}),this['mapTestHooks'](_0x528eb1[_0x8d6cca(0x1d2)]);}}};async[a16_0x2508fb(0x32a)](){const _0x4c3dcd=a16_0x2508fb,_0x3b1771={'bSeIX':function(_0x46252b,_0x117ca4){return _0x46252b(_0x117ca4);},'iKsWv':function(_0x5ea164,_0x1acd9a){return _0x5ea164===_0x1acd9a;},'gzWnh':'IcLrT','JskJT':function(_0xe046d7){return _0xe046d7();},'yYyDz':function(_0xb619c1,_0x358fd9){return _0xb619c1===_0x358fd9;},'mQgCC':_0x4c3dcd(0x265)};if(this[_0x4c3dcd(0x2bc)]){if(_0x3b1771['iKsWv'](_0x3b1771[_0x4c3dcd(0x2a3)],_0x3b1771[_0x4c3dcd(0x2a3)]))return this['_gitConfigPath'];else _0x3b1771[_0x4c3dcd(0x22c)](_0x6e6603,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x175ed8);}const _0x4f7fd6=await _0x3b1771['JskJT'](getGitMetaData);_0x4f7fd6&&(_0x3b1771[_0x4c3dcd(0x1cc)](_0x3b1771[_0x4c3dcd(0x2c0)],_0x3b1771[_0x4c3dcd(0x2c0)])?this[_0x4c3dcd(0x1d6)]=_0x4f7fd6['root']:_0x2a5dec['hookAnalyticsId']=_0x5dc969[_0x4c3dcd(0x239)](_0x4de155['pid']+_0x4c3dcd(0x2c2))),this[_0x4c3dcd(0x2bc)]=!![];}['analyticsResult'](_0x371b3c){const _0x1b256a=a16_0x2508fb,_0x29ec55={};_0x29ec55['ZWqZa']=_0x1b256a(0x279),_0x29ec55[_0x1b256a(0x2b4)]='pending',_0x29ec55[_0x1b256a(0x240)]=_0x1b256a(0x248);const _0xfd0b13=_0x29ec55,_0x35b48c={};return _0x35b48c[STATE_PASSED]=_0xfd0b13['ZWqZa'],_0x35b48c[STATE_PENDING]=_0xfd0b13[_0x1b256a(0x2b4)],_0x35b48c[STATE_FAILED]=_0xfd0b13['XbmzN'],_0x35b48c[_0x371b3c];}[a16_0x2508fb(0x324)](_0x27bb0e){const _0x459a21=a16_0x2508fb,_0x14c499={};_0x14c499[_0x459a21(0x1fa)]=function(_0x5c3be0,_0x4bf137){return _0x5c3be0!==_0x4bf137;},_0x14c499['eMZhz']=_0x459a21(0x314),_0x14c499['eDMgT']=_0x459a21(0x284),_0x14c499[_0x459a21(0x2dd)]=_0x459a21(0x2b1),_0x14c499[_0x459a21(0x2eb)]=function(_0x11f3a6,_0x4513b2){return _0x11f3a6===_0x4513b2;},_0x14c499[_0x459a21(0x1fe)]=_0x459a21(0x329);const _0x42442a=_0x14c499,_0x160aec=[];if(_0x27bb0e&&_0x27bb0e[_0x459a21(0x1d2)]){if(_0x42442a[_0x459a21(0x1fa)](_0x42442a[_0x459a21(0x24f)],_0x42442a[_0x459a21(0x2dd)])){let _0x4f36f6=_0x27bb0e['parent'];while(_0x4f36f6&&_0x4f36f6[_0x459a21(0x304)]&&_0x42442a['RumUw'](_0x4f36f6[_0x459a21(0x304)],'')){if(_0x42442a['uzXiU'](_0x42442a[_0x459a21(0x1fe)],_0x42442a[_0x459a21(0x1fe)]))_0x160aec[_0x459a21(0x293)](_0x4f36f6[_0x459a21(0x304)]),_0x4f36f6=_0x4f36f6[_0x459a21(0x304)];else{const _0x19842c=[];if(_0x56df09&&_0x3dfa19['parent']){let _0x1b00a0=_0x267612[_0x459a21(0x1d2)];while(_0x1b00a0&&_0x1b00a0['name']&&_0x42442a['RumUw'](_0x1b00a0[_0x459a21(0x304)],'')){_0x19842c[_0x459a21(0x293)](_0x1b00a0[_0x459a21(0x304)]),_0x1b00a0=_0x1b00a0['name'];}}return _0x19842c[_0x459a21(0x1e1)](),_0x19842c;}}}else _0x2c4b90=[_0x550952,_0x42442a['eMZhz']];}return _0x160aec[_0x459a21(0x1e1)](),_0x160aec;}['getRootParentFile']=_0x1bf92a=>{const _0x39db47=a16_0x2508fb,_0xd22113={'IhBLr':_0x39db47(0x1ef),'QhFmN':function(_0x5c9cb5){return _0x5c9cb5();},'MhKhK':function(_0x3261d8,_0x1e6b62){return _0x3261d8!==_0x1e6b62;},'jvUps':_0x39db47(0x2e6),'ztSNE':function(_0x1c91e1,_0xc449f4){return _0x1c91e1!==_0xc449f4;},'ybejK':_0x39db47(0x2d1),'AtWNv':_0x39db47(0x2f5)};if(_0x1bf92a[_0x39db47(0x326)]){if(_0xd22113[_0x39db47(0x2a7)](_0xd22113[_0x39db47(0x289)],_0xd22113[_0x39db47(0x289)])){const _0x47f33e=_0xd22113[_0x39db47(0x30f)][_0x39db47(0x23b)]('|');let _0x51d1db=0x0;while(!![]){switch(_0x47f33e[_0x51d1db++]){case'0':this[_0x39db47(0x1f3)]=_0xd22113[_0x39db47(0x24a)](_0x7e54f1);continue;case'1':this[_0x39db47(0x1bd)]=[];continue;case'2':this[_0x39db47(0x1c5)]=[];continue;case'3':this[_0x39db47(0x2bc)]=![];continue;case'4':this[_0x39db47(0x1d6)]=null;continue;case'5':this['_paths']=new _0x25918d({'cwd':_0x4526dd[_0x39db47(0x320)]()},this[_0x39db47(0x1b9)][_0x39db47(0x29e)]);continue;case'6':this[_0x39db47(0x1b9)]=this[_0x39db47(0x285)]();continue;}break;}}else{const _0x344efb=stackTrace['parse'][_0x39db47(0x1f8)](stackTrace,_0x1bf92a[_0x39db47(0x326)]);return _0x344efb[0x0]['getFileName']();}}if(_0x1bf92a[_0x39db47(0x1da)]){if(_0xd22113[_0x39db47(0x20d)](_0xd22113['ybejK'],_0xd22113[_0x39db47(0x2b5)]))return _0x1bf92a[_0x39db47(0x1da)];else{this[_0x39db47(0x1c5)][_0x39db47(0x293)](_0xc25d58);return;}}return null;};['mapTestHooks']=_0x2d839c=>{const _0x4b45a5=a16_0x2508fb,_0x5e331b={};_0x5e331b[_0x4b45a5(0x2df)]=function(_0x1c8384,_0x431ace){return _0x1c8384!==_0x431ace;},_0x5e331b['kqdnR']=_0x4b45a5(0x269),_0x5e331b['cXfty']=_0x4b45a5(0x1cd),_0x5e331b[_0x4b45a5(0x25d)]=function(_0xdea9ee,_0xae1eca){return _0xdea9ee===_0xae1eca;},_0x5e331b[_0x4b45a5(0x25b)]=_0x4b45a5(0x2ed),_0x5e331b[_0x4b45a5(0x1d0)]=function(_0x5b0321,_0xe8511){return _0x5b0321===_0xe8511;},_0x5e331b['NBrSp']=_0x4b45a5(0x225);const _0x18e292=_0x5e331b;if(!_0x2d839c||!_0x2d839c[_0x4b45a5(0x1d2)]){if(_0x18e292[_0x4b45a5(0x1d0)](_0x18e292['NBrSp'],_0x18e292[_0x4b45a5(0x217)]))return;else _0x48b75a['push'](_0x5119df['name']),_0x408c3b=_0x679c5c[_0x4b45a5(0x304)];}_0x2d839c[_0x4b45a5(0x1d2)]['hooks']['forEach'](_0x32a10c=>{const _0x351576=_0x4b45a5;if(_0x18e292[_0x351576(0x2df)](_0x18e292[_0x351576(0x295)],_0x18e292[_0x351576(0x1e7)]))!_0x32a10c[_0x351576(0x1eb)]&&(_0x18e292['eCFnt'](_0x18e292[_0x351576(0x25b)],_0x18e292['Jbfzx'])?_0x32a10c['hookAnalyticsId']=TestDetails['setTestUUID'](process['pid']+':hookAnalyticsId'):(this[_0x351576(0x1bd)][_0x351576(0x293)](_0x45815a),_0x1ccdcc[_0x351576(0x317)]=this[_0x351576(0x236)](_0x2598eb),this['resetTestHooks'](_0x1765eb)));else{if(!_0x6e6864||!_0x150e2c[_0x351576(0x1d2)])return[];const _0x202588=[];return _0x6623df[_0x351576(0x1d2)][_0x351576(0x317)][_0x351576(0x208)](_0x3e992c=>{const _0x3931c0=_0x351576;_0x3e992c['hookAnalyticsId']&&_0x202588[_0x3931c0(0x293)](_0x3e992c[_0x3931c0(0x1eb)]);}),[..._0x202588,...this['getHooksForTest'](_0x49f92c[_0x351576(0x1d2)])];}}),this['mapTestHooks'](_0x2d839c[_0x4b45a5(0x1d2)]);};['resetTestHooks']=_0x18fcfd=>{const _0x301360=a16_0x2508fb,_0x23b873={};_0x23b873[_0x301360(0x26d)]=function(_0x304760,_0x150cd8){return _0x304760!==_0x150cd8;},_0x23b873[_0x301360(0x261)]=_0x301360(0x318),_0x23b873[_0x301360(0x301)]=_0x301360(0x306),_0x23b873[_0x301360(0x1e9)]=_0x301360(0x203),_0x23b873['iQnfP']=function(_0x437117,_0x2e54fb){return _0x437117===_0x2e54fb;},_0x23b873['DJIJm']='OGNXS',_0x23b873['wFOIt']=_0x301360(0x2fa),_0x23b873[_0x301360(0x2e8)]=_0x301360(0x21a),_0x23b873[_0x301360(0x2fb)]='afterEach',_0x23b873[_0x301360(0x2f8)]=function(_0x34f2d0,_0x3af448){return _0x34f2d0===_0x3af448;},_0x23b873[_0x301360(0x2c9)]=_0x301360(0x1ee),_0x23b873[_0x301360(0x1bb)]=function(_0x425ddc,_0x891a84){return _0x425ddc!==_0x891a84;},_0x23b873[_0x301360(0x226)]=_0x301360(0x252),_0x23b873['RCliW']=_0x301360(0x1df);const _0x1f4f54=_0x23b873;if(!_0x18fcfd||!_0x18fcfd['parent']){if(_0x1f4f54[_0x301360(0x1bb)](_0x1f4f54[_0x301360(0x226)],_0x1f4f54[_0x301360(0x308)]))return;else this[_0x301360(0x2c6)](_0x17d3bc);}_0x18fcfd[_0x301360(0x1d2)][_0x301360(0x317)]['forEach'](_0x59c47a=>{const _0x42cf73=_0x301360,_0x5ee07e={'aBrym':function(_0x9c33b5,_0x472024){const _0x3dac0c=a16_0x55d9;return _0x1f4f54[_0x3dac0c(0x26d)](_0x9c33b5,_0x472024);},'zTHeY':_0x1f4f54[_0x42cf73(0x261)],'BSknL':_0x1f4f54[_0x42cf73(0x301)],'KiYlv':_0x1f4f54[_0x42cf73(0x1e9)]};if(_0x1f4f54[_0x42cf73(0x267)](_0x1f4f54[_0x42cf73(0x275)],_0x1f4f54['wFOIt'])){if(_0x5ee07e['aBrym'](_0x172629[_0x42cf73(0x1ea)],_0x5ee07e[_0x42cf73(0x2e5)]))return'\x22'+_0x25029b[_0x42cf73(0x1ea)]+_0x42cf73(0x1d7)+(_0x2d3355[_0x42cf73(0x1d2)]&&_0x40c599[_0x42cf73(0x1d2)]['name'])+'\x22';return _0x1f1cda[_0x42cf73(0x304)];}else[_0x1f4f54['ZOybH'],_0x1f4f54[_0x42cf73(0x2fb)]]['includes'](_0x59c47a[_0x42cf73(0x1ea)])&&_0x59c47a['hookAnalyticsId']&&(_0x1f4f54[_0x42cf73(0x2f8)](_0x1f4f54[_0x42cf73(0x2c9)],_0x1f4f54['vbBtw'])?_0x59c47a[_0x42cf73(0x1eb)]=null:(_0xc3bb27[_0x5ee07e['BSknL']]=_0x147d36[_0x411f47[_0x5ee07e['BSknL']]],_0x4f7ddd[_0x5ee07e[_0x42cf73(0x2ac)]]=_0x52642a));}),this[_0x301360(0x2c6)](_0x18fcfd[_0x301360(0x1d2)]);};[a16_0x2508fb(0x236)]=_0x572764=>{const _0x4505bc=a16_0x2508fb,_0x333389={'MTpcO':function(_0x28672f,_0x1efdb4){return _0x28672f(_0x1efdb4);},'uJJpC':_0x4505bc(0x21a),'ZtHQl':'afterEach','eensx':function(_0x3d2fa7,_0x6d0865){return _0x3d2fa7===_0x6d0865;},'kzJGq':_0x4505bc(0x2e9),'PVDOY':_0x4505bc(0x278),'VQKGT':function(_0x12521e,_0x218b39){return _0x12521e!==_0x218b39;},'BwZGs':_0x4505bc(0x1e4),'AXYAR':'zQqCY','eAZWZ':'TMEIg'};if(!_0x572764||!_0x572764[_0x4505bc(0x1d2)]){if(_0x333389[_0x4505bc(0x1c0)](_0x333389['eAZWZ'],_0x333389[_0x4505bc(0x260)]))return[];else return;}const _0x3e38ef=[];return _0x572764['parent']['hooks'][_0x4505bc(0x208)](_0x33a699=>{const _0x12bc4e=_0x4505bc,_0x7b3bc={};_0x7b3bc[_0x12bc4e(0x2ca)]=_0x333389[_0x12bc4e(0x32d)],_0x7b3bc[_0x12bc4e(0x321)]=_0x333389['ZtHQl'];const _0x5411fe=_0x7b3bc;_0x333389[_0x12bc4e(0x1c0)](_0x333389['kzJGq'],_0x333389[_0x12bc4e(0x2e1)])?[_0x5411fe[_0x12bc4e(0x2ca)],_0x5411fe[_0x12bc4e(0x321)]][_0x12bc4e(0x2ff)](_0x1697fe[_0x12bc4e(0x1ea)])&&_0x4ce92d[_0x12bc4e(0x1eb)]&&(_0x4da0ba[_0x12bc4e(0x1eb)]=null):_0x33a699[_0x12bc4e(0x1eb)]&&(_0x333389[_0x12bc4e(0x23d)](_0x333389[_0x12bc4e(0x2c8)],_0x333389[_0x12bc4e(0x266)])?_0x3e38ef['push'](_0x33a699['hookAnalyticsId']):(_0x333389[_0x12bc4e(0x1ba)](_0x51b050,_0x12bc4e(0x310)+_0x2fb81a),_0x3b7c6b=null));}),[..._0x3e38ef,...this[_0x4505bc(0x236)](_0x572764[_0x4505bc(0x1d2)])];};},[a16_0x2508fb(0x285),'registerListeners',a16_0x2508fb(0x21e),'getName',a16_0x2508fb(0x222),a16_0x2508fb(0x241),a16_0x2508fb(0x2f1),a16_0x2508fb(0x243),'analyticsResult','getHierarchy',a16_0x2508fb(0x1fb),a16_0x2508fb(0x2c6),'resetTestHooks',a16_0x2508fb(0x236),'configureGit']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a17_0x1ccbef=a17_0x2599;(function(_0x6c6b87,_0x5b367d){const _0x27c65c=a17_0x2599,_0x59a67f=_0x6c6b87();while(!![]){try{const _0x43928c=parseInt(_0x27c65c(0x1f7))/0x1*(-parseInt(_0x27c65c(0x1fb))/0x2)+-parseInt(_0x27c65c(0x1d2))/0x3+parseInt(_0x27c65c(0x1db))/0x4+-parseInt(_0x27c65c(0x1fd))/0x5+parseInt(_0x27c65c(0x1eb))/0x6+-parseInt(_0x27c65c(0x1d0))/0x7+-parseInt(_0x27c65c(0x1fa))/0x8*(-parseInt(_0x27c65c(0x1ff))/0x9);if(_0x43928c===_0x5b367d)break;else _0x59a67f['push'](_0x59a67f['shift']());}catch(_0x517f97){_0x59a67f['push'](_0x59a67f['shift']());}}}(a17_0x2fca,0x4e9d7));function a17_0x2fca(){const _0x32a193=['homedir','377885TsYVJa','bwJJS','1038249QXhSPV','BS_TESTOPS_BUILD_HASHED_ID','rmSync','1018136aMXiaf','existsSync','769218UaMEJy','XSTlb','MxOVV','QDlOD','retry','unlinkSync','join','stringify','fUfDo','200224riakWd','CdBiW','recursive','uuid','path','env','exports','_test','dirPath','cUdOR','sfHEW','toString','tLAgX','getFilePath','setup','getTestRunIdFromTestInfo','2805888rgbJam','cGubU','_projectId','oXmCS','setTestUUID','rpwCC','shutdown','parse','vsNjK','getTestUUID','.browserstack','jest-o11y-','229hlMhSy','tests','dwabc','24uZMSKZ','562mroQan'];a17_0x2fca=function(){return _0x32a193;};return a17_0x2fca();}const fs=require('fs'),path=require(a17_0x1ccbef(0x1df)),{v4:uuidv4}=require(a17_0x1ccbef(0x1de)),helper=require('../../../helpers/helper');class TestDetails{static [a17_0x1ccbef(0x1f8)]={};static [a17_0x1ccbef(0x1e3)]=path[a17_0x1ccbef(0x1d8)](helper[a17_0x1ccbef(0x1fc)](),a17_0x1ccbef(0x1f5),a17_0x1ccbef(0x1f6)+process[a17_0x1ccbef(0x1e0)][a17_0x1ccbef(0x200)]);static[a17_0x1ccbef(0x1e9)](){const _0x22c40b=a17_0x1ccbef,_0x276b8b={};_0x276b8b['oXmCS']=_0x22c40b(0x1f5);const _0x4662ab=_0x276b8b;this['dirPath']=path[_0x22c40b(0x1d8)](helper[_0x22c40b(0x1fc)](),_0x4662ab[_0x22c40b(0x1ee)],_0x22c40b(0x1f6)+process['env'][_0x22c40b(0x200)]),this['shutdown']();const _0x1d0d3f={};_0x1d0d3f[_0x22c40b(0x1dd)]=!![],fs['mkdirSync'](this[_0x22c40b(0x1e3)],_0x1d0d3f);}static[a17_0x1ccbef(0x1e8)](_0x266c25){const _0x342431=a17_0x1ccbef,_0x4185b5={};_0x4185b5[_0x342431(0x1dc)]=function(_0x3df5c0,_0x5ca415){return _0x3df5c0+_0x5ca415;},_0x4185b5[_0x342431(0x1f3)]='.json';const _0x491663=_0x4185b5;return path[_0x342431(0x1d8)](this['dirPath'],_0x491663[_0x342431(0x1dc)](_0x266c25,_0x491663[_0x342431(0x1f3)]));}static[a17_0x1ccbef(0x1ea)](_0x2cb4e1){const _0x24e4ea=a17_0x1ccbef,_0x22e395={};_0x22e395[_0x24e4ea(0x1d4)]=function(_0x2a3ffa,_0x5ce202){return _0x2a3ffa+_0x5ce202;},_0x22e395[_0x24e4ea(0x1da)]=function(_0x4eda20,_0x535dc3){return _0x4eda20+_0x535dc3;},_0x22e395[_0x24e4ea(0x1d5)]=function(_0x5663b6,_0x121a1c){return _0x5663b6+_0x121a1c;};const _0x4b8175=_0x22e395;return _0x4b8175['MxOVV'](_0x4b8175[_0x24e4ea(0x1d4)](_0x4b8175[_0x24e4ea(0x1da)](_0x4b8175[_0x24e4ea(0x1d5)](_0x2cb4e1[_0x24e4ea(0x1e2)][_0x24e4ea(0x1ed)],'-'),_0x2cb4e1[_0x24e4ea(0x1e2)]['id']),'-'),_0x2cb4e1[_0x24e4ea(0x1d6)]);}static[a17_0x1ccbef(0x1f4)](_0x305580){const _0x2b6d86=a17_0x1ccbef,_0x2454b1={};_0x2454b1[_0x2b6d86(0x1f0)]=function(_0x4e3efc,_0x301966){return _0x4e3efc+_0x301966;},_0x2454b1[_0x2b6d86(0x1e5)]=function(_0x41ca9a,_0x55eb95){return _0x41ca9a+_0x55eb95;},_0x2454b1[_0x2b6d86(0x1e7)]=function(_0x26422a,_0x1b8f1b){return _0x26422a===_0x1b8f1b;},_0x2454b1['cGubU']=_0x2b6d86(0x1d3),_0x2454b1[_0x2b6d86(0x1f9)]=_0x2b6d86(0x1e4);const _0x291519=_0x2454b1,_0x1a88ad=this[_0x2b6d86(0x1e8)](_0x305580);if(fs[_0x2b6d86(0x1d1)](_0x1a88ad)){if(_0x291519[_0x2b6d86(0x1e7)](_0x291519[_0x2b6d86(0x1ec)],_0x291519['dwabc']))return _0x291519[_0x2b6d86(0x1f0)](_0x291519[_0x2b6d86(0x1f0)](_0x291519['sfHEW'](_0x291519[_0x2b6d86(0x1f0)](_0x18b9c5[_0x2b6d86(0x1e2)][_0x2b6d86(0x1ed)],'-'),_0x3b2fff[_0x2b6d86(0x1e2)]['id']),'-'),_0x1f8b0c['retry']);else{const _0x43fd78=JSON[_0x2b6d86(0x1f2)](fs['readFileSync'](_0x1a88ad)[_0x2b6d86(0x1e6)]());return this['tests'][_0x305580]=_0x43fd78,this[_0x2b6d86(0x1f8)][_0x305580]['uuid'];}}}static[a17_0x1ccbef(0x1ef)](_0x10e33a){const _0x3ac976=a17_0x1ccbef,_0x223c53={'bwJJS':function(_0x49510b){return _0x49510b();}},_0x1dbe49=this[_0x3ac976(0x1e8)](_0x10e33a);return this[_0x3ac976(0x1f8)][_0x10e33a]={'uuid':_0x223c53[_0x3ac976(0x1fe)](uuidv4)},fs['writeFileSync'](_0x1dbe49,JSON[_0x3ac976(0x1d9)](this[_0x3ac976(0x1f8)][_0x10e33a])),this[_0x3ac976(0x1f8)][_0x10e33a][_0x3ac976(0x1de)];}static['removeTestUUID'](_0x5e7545){const _0x3cee54=a17_0x1ccbef,_0xe5959b=this['getFilePath'](_0x5e7545);fs[_0x3cee54(0x1d1)](_0xe5959b)&&fs[_0x3cee54(0x1d7)](_0xe5959b);}static[a17_0x1ccbef(0x1f1)](){const _0x11d8a1=a17_0x1ccbef,_0x2c9f6b={};_0x2c9f6b['recursive']=!![],_0x2c9f6b['force']=!![],fs[_0x11d8a1(0x201)](this[_0x11d8a1(0x1e3)],_0x2c9f6b);}}function a17_0x2599(_0xe5bf7d,_0x41635f){const _0x2fcaf6=a17_0x2fca();return a17_0x2599=function(_0x259904,_0x50c296){_0x259904=_0x259904-0x1d0;let _0x4d986f=_0x2fcaf6[_0x259904];return _0x4d986f;},a17_0x2599(_0xe5bf7d,_0x41635f);}module[a17_0x1ccbef(0x1e1)]=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a18_0x5b3c06=a18_0x1dff;(function(_0x44912b,_0x1707ad){const _0xf26f9=a18_0x1dff,_0x10aba1=_0x44912b();while(!![]){try{const _0x5a12e6=-parseInt(_0xf26f9(0x19d))/0x1+parseInt(_0xf26f9(0x19a))/0x2+parseInt(_0xf26f9(0x1a4))/0x3+parseInt(_0xf26f9(0x1a3))/0x4+-parseInt(_0xf26f9(0x1a2))/0x5+-parseInt(_0xf26f9(0x19b))/0x6*(parseInt(_0xf26f9(0x19f))/0x7)+-parseInt(_0xf26f9(0x199))/0x8;if(_0x5a12e6===_0x1707ad)break;else _0x10aba1['push'](_0x10aba1['shift']());}catch(_0x4b07ba){_0x10aba1['push'](_0x10aba1['shift']());}}}(a18_0x3a59,0x37ac3));function a18_0x3a59(){const _0x2ac083=['8087auCMeX','__webdriver','14EbEpld','../../helpers/setKeepAlive','until','1329890vCSmNF','1727476kLfOjz','1213758aVGEyF','4178136nGsgRL','630060TcSShc','381354GOzqPB','Builder'];a18_0x3a59=function(){return _0x2ac083;};return a18_0x3a59();}const {requireModule}=require('../../helpers/helper');require(a18_0x5b3c06(0x1a0))();const __wd__=requireModule('selenium-webdriver');function a18_0x1dff(_0x4ce8f7,_0x297302){const _0x3a597d=a18_0x3a59();return a18_0x1dff=function(_0x1dff95,_0x2961b){_0x1dff95=_0x1dff95-0x199;let _0x43ea8b=_0x3a597d[_0x1dff95];return _0x43ea8b;},a18_0x1dff(_0x4ce8f7,_0x297302);}__wd__[a18_0x5b3c06(0x1a1)]=global['__webdriver'][a18_0x5b3c06(0x1a1)],__wd__['By']=global['__webdriver']['By'],__wd__[a18_0x5b3c06(0x19c)]=global[a18_0x5b3c06(0x19e)][a18_0x5b3c06(0x19c)];
|