browserstack-node-sdk 1.30.0 → 1.30.1
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/gcs.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/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/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_0x5de334=a13_0x2739;(function(_0x109886,_0x5ce10e){const _0x33ed85=a13_0x2739,_0x419d67=_0x109886();while(!![]){try{const _0x4fa560=-parseInt(_0x33ed85(0x1da))/0x1+-parseInt(_0x33ed85(0x1bb))/0x2*(parseInt(_0x33ed85(0x1d8))/0x3)+-parseInt(_0x33ed85(0x1c8))/0x4+parseInt(_0x33ed85(0x19d))/0x5+parseInt(_0x33ed85(0x1f2))/0x6+parseInt(_0x33ed85(0x1d0))/0x7*(parseInt(_0x33ed85(0x18b))/0x8)+-parseInt(_0x33ed85(0x1f6))/0x9;if(_0x4fa560===_0x5ce10e)break;else _0x419d67['push'](_0x419d67['shift']());}catch(_0x11b082){_0x419d67['push'](_0x419d67['shift']());}}}(a13_0x3813,0x685a5));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x5de334(0x148)),{isBrowserstackInfra}=require(a13_0x5de334(0x178));let __error_messages__=[];const RequestQueueHandler=require(a13_0x5de334(0x169));function a13_0x2739(_0x2e292e,_0x1710cc){const _0x381393=a13_0x3813();return a13_0x2739=function(_0x2739d3,_0x46671d){_0x2739d3=_0x2739d3-0x141;let _0x4d48c7=_0x381393[_0x2739d3];return _0x4d48c7;},a13_0x2739(_0x2e292e,_0x1710cc);}jest[a13_0x5de334(0x18e)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x5de334(0x17f)),{percyAutoCapture}=require(a13_0x5de334(0x178)),logger=require(a13_0x5de334(0x199))[a13_0x5de334(0x1f7)],TestDetails=require('./test-observability/test-details');function stripUnicode(_0x374f67){const _0x5596ca=a13_0x5de334;return _0x374f67['replace'](/\\u001b\[.*?m/g,'')[_0x5596ca(0x1a9)](0x1,-0x1);}function a13_0x3813(){const _0x3576d7=['getInstance','YcggZ','executeAsyncScript','nvTxY','app','zjiCl','JSShr','3NWEUuM','tmZEr','43558qwvgme','\x22,\x22level\x22:\x20\x22error\x22}}','replace','quitCount_','HKrZQ','isAccessibilityPlatform',':testAnalyticsId','amzXz','\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','VrSvT','rtuey','sZnax','FuLUP','xMryv','apipr','UUxqU','testcase','getCurrentUrl','AWmWY','error','pid','name','http:','initQuit','4316214oNuXht','ZiSal','VOuas','titlePath','2606562yTnMfL','winstonLogger','YdKDL','LNusf','.\x20Error\x20:','IzTtI','kWSHW','eLELG','DPziA','HJSZj','undefined','\x20|\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','SEjRC',',\x22level\x22:\x20\x22','env','xLFzM','ftqxh','KEZxU','BTwSx','qUfKI','KmfJW','currentTest','xlvYK','iDIoA','browserstackSessionName','XxVJh','idVaK','QQGFS','capabilities','shift','currentTestName','length','../../helpers/test-observability/utils','WkyRh','rKarA','lxtbK','pTaBo','YiQoC','xpNSB','ClnPw','XOLqY','zmxhw','WRAzQ','SduPz','kTiih','percyCaptureMode','AhLeX','JHpmY','hSCwQ','mVTXQ','MQCIX','message','CXYBq','vhMtT','MWhSw','DlXnQ','getTestUUID','jZrJC','log','nlgci','description','oIEVx','YeiYA','fjhPy','YQYIX','../../helpers/test-observability/requestQueueHandler','xbsbS','rfxKL','tFGiI','TyttN','addReporter','iDiLV','VhMyN','SUTly','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','join','kUDkb','IqRix','sDePX','arqWr','../../helpers/helper','EQOYX','info','LwvID','appium:app','testPath','getEnv','../../helpers/accessibility-automation/helper','CIGYR','ZCwoq','errors','\x22}}','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','sqsWo','mXIbr','uCyUh','percy','\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','llmYY','8168FOOyRn','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','JfhQl','setTimeout','ULErV','coDii','debug','stringify','push','tLAwf','NFbUS','zHoGC','FLiud','YNVwp','../../helpers/logger','getState','session_','NNDmC','15005bUrHTG','hrClM','bPOdN','arzSy','RHwwh','PVoHm','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','pendingUploads','irGUH','AUIVZ','ROeVE','slice','dEQAY','__drivers','aOUTX','failedExpectations','eqKQP','MViaw','Lsfcc','dbNID','PBJoV','now','dTPDp','qUdZR','RIXrz','oZogB','AgCvM','executeScript','\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','632262dJqsxE','whScR','uouHW','QfUAJ','zQBYV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','YfCBM','jUkam','ObservabilitySync:','\x22,\x22level\x22:\x20\x22info\x22}}','CrFrY','RONxK','protocol','1130952OmsWxT','pairX','McYiZ','jXALu','zDKME','rqMJa','Gzhth','IucMb','4368KXijSn'];a13_0x3813=function(){return _0x3576d7;};return a13_0x3813();}async function setContext(){const _0x3f2e19=a13_0x5de334,_0x4bc7c3={'FuLUP':function(_0x388424,_0x519da7){return _0x388424>_0x519da7;},'PgTPM':function(_0x2a35e3,_0x351a49){return _0x2a35e3(_0x351a49);},'KmfJW':function(_0x52fef0,_0x2fa207){return _0x52fef0(_0x2fa207);},'RHwwh':function(_0xc2d4d9,_0x14628d){return _0xc2d4d9(_0x14628d);},'jZrJC':function(_0x5a7889,_0x2b1d1a){return _0x5a7889<=_0x2b1d1a;},'CrFrY':function(_0x391e7a){return _0x391e7a();},'qUdZR':function(_0x23267e,_0x1dc12c){return _0x23267e===_0x1dc12c;},'tFGiI':_0x3f2e19(0x1a2),'SduPz':_0x3f2e19(0x14d),'ULErV':function(_0x4351e2,_0x3c9129){return _0x4351e2===_0x3c9129;},'FhrHR':_0x3f2e19(0x1fe),'GWBnJ':_0x3f2e19(0x1de),'GQhdU':function(_0x124586,_0x5cee2f){return _0x124586!==_0x5cee2f;},'nvTxY':_0x3f2e19(0x200),'JfhQl':_0x3f2e19(0x1f9),'uouHW':_0x3f2e19(0x1af),'mVTXQ':function(_0x2079ed,_0x5ca734){return _0x2079ed>_0x5ca734;},'kTiih':function(_0x171f26,_0x45ee4f){return _0x171f26===_0x45ee4f;},'kUDkb':_0x3f2e19(0x190),'arzSy':function(_0x5e6ad4,_0x49afd9){return _0x5e6ad4!==_0x49afd9;},'xlvYK':_0x3f2e19(0x20a),'JHpmY':function(_0x1cf15c,_0x52cc01){return _0x1cf15c!==_0x52cc01;},'oTZoJ':'XEgUL','NFbUS':_0x3f2e19(0x1d2),'RONxK':function(_0x2d3b1e,_0x21365b){return _0x2d3b1e===_0x21365b;},'HJSZj':_0x3f2e19(0x198),'MQCIX':function(_0x466b91,_0x591b83){return _0x466b91(_0x591b83);},'rfxKL':function(_0x5014c3,_0x5b15eb){return _0x5014c3!==_0x5b15eb;},'IzTtI':_0x3f2e19(0x1cb),'pWMSG':'cfYwN','IqRix':function(_0x410cd1,_0x4e6748){return _0x410cd1(_0x4e6748);},'SEjRC':_0x3f2e19(0x14b),'pGYPc':function(_0x2b832c,_0x52adff){return _0x2b832c!==_0x52adff;},'eqKQP':_0x3f2e19(0x1a8)};if(!_0x4bc7c3[_0x3f2e19(0x1c5)](isBrowserstackInfra)){if(_0x4bc7c3[_0x3f2e19(0x1b5)](_0x4bc7c3[_0x3f2e19(0x16c)],_0x4bc7c3[_0x3f2e19(0x153)]))_0x331cf7[_0x3f2e19(0x162)](_0x821577);else return;}if(!sessionNameProvided){if(_0x4bc7c3[_0x3f2e19(0x18f)](_0x4bc7c3['FhrHR'],_0x4bc7c3['GWBnJ']))_0x357b8b['log'](_0x3ff37d);else{const _0x2f1221=expect[_0x3f2e19(0x19a)]()[_0x3f2e19(0x146)];await __drivers[0x0][_0x3f2e19(0x1b9)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x2f1221+_0x3f2e19(0x183));}}let _0x2dd899=null,_0x2d5196=![];if(_0x4bc7c3['GQhdU'](typeof jasmine,_0x4bc7c3[_0x3f2e19(0x1d4)]))_0x4bc7c3[_0x3f2e19(0x18f)](_0x4bc7c3[_0x3f2e19(0x18d)],_0x4bc7c3[_0x3f2e19(0x1bd)])?_0x18a8cf['errors']&&_0x4bc7c3[_0x3f2e19(0x1e6)](_0x979652['errors']['length'],0x0)?(_0x36c3f5=!![],_0xff3d04=_0x4bc7c3['PgTPM'](_0xd46d1d,_0x32dfa4[_0x3f2e19(0x192)](_0x444896[_0x3f2e19(0x182)][0x0][0x0][_0x3f2e19(0x15b)]||_0x51909f[_0x3f2e19(0x182)][0x0][0x0]))):_0x280481=_0x4bc7c3[_0x3f2e19(0x20c)](_0x26ae5d,_0x530220[_0x3f2e19(0x192)](_0x239026[_0x3f2e19(0x1ef)])):jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x1ad)]&&_0x4bc7c3[_0x3f2e19(0x159)](jasmine[_0x3f2e19(0x20d)]['failedExpectations'][_0x3f2e19(0x147)],0x0)?_0x4bc7c3[_0x3f2e19(0x154)](_0x4bc7c3[_0x3f2e19(0x174)],_0x4bc7c3[_0x3f2e19(0x174)])?(_0x2d5196=!![],_0x2dd899=_0x4bc7c3[_0x3f2e19(0x1a1)](stripUnicode,JSON[_0x3f2e19(0x192)](jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x1ad)][0x0][_0x3f2e19(0x15b)]))):_0x27b84b=_0x4bc7c3[_0x3f2e19(0x1a1)](_0x2a46a2,_0x53c237[_0x3f2e19(0x192)](_0x271983[_0x3f2e19(0x20d)][_0x3f2e19(0x164)])):_0x4bc7c3[_0x3f2e19(0x1a0)](_0x4bc7c3['xlvYK'],_0x4bc7c3[_0x3f2e19(0x20e)])?_0x4bc7c3[_0x3f2e19(0x161)](_0xa31af6[_0x3f2e19(0x1d1)]()[_0x3f2e19(0x1a5)],0x0)&&(_0x4bc7c3[_0x3f2e19(0x1a1)](_0x37dc0c,_0x5dbeed),_0x4bc7c3[_0x3f2e19(0x1c5)](_0x4c4582)):_0x2dd899=_0x4bc7c3[_0x3f2e19(0x20c)](stripUnicode,JSON[_0x3f2e19(0x192)](jasmine[_0x3f2e19(0x20d)][_0x3f2e19(0x164)]));else{if(_0x4bc7c3[_0x3f2e19(0x157)](_0x4bc7c3['oTZoJ'],_0x4bc7c3[_0x3f2e19(0x195)])){if(testContext[_0x3f2e19(0x182)]&&_0x4bc7c3[_0x3f2e19(0x1e6)](testContext['errors']['length'],0x0)){if(_0x4bc7c3[_0x3f2e19(0x1c6)](_0x4bc7c3[_0x3f2e19(0x1ff)],_0x4bc7c3[_0x3f2e19(0x1ff)]))_0x2d5196=!![],_0x2dd899=_0x4bc7c3[_0x3f2e19(0x15a)](stripUnicode,JSON[_0x3f2e19(0x192)](testContext[_0x3f2e19(0x182)][0x0][0x0][_0x3f2e19(0x15b)]||testContext[_0x3f2e19(0x182)][0x0][0x0]));else{const _0x4219e8={};_0x4219e8['specStarted']=_0x4fc29a=>{const _0x42bd53=_0x3f2e19;_0x15dad8[_0x42bd53(0x20d)]=_0x4fc29a;},_0x585994[_0x3f2e19(0x17e)]()[_0x3f2e19(0x16e)](_0x4219e8);}}else _0x4bc7c3[_0x3f2e19(0x16b)](_0x4bc7c3[_0x3f2e19(0x1fb)],_0x4bc7c3['pWMSG'])?_0x2dd899=_0x4bc7c3[_0x3f2e19(0x175)](stripUnicode,JSON[_0x3f2e19(0x192)](testContext[_0x3f2e19(0x1ef)])):(_0x5dcb4e=!![],_0xefecfd=_0x4bc7c3['PgTPM'](_0x421702,_0x2c16c8[_0x3f2e19(0x192)](_0x26f441[_0x3f2e19(0x182)][0x0][0x0]['message']||_0x12ef6e[_0x3f2e19(0x182)][0x0][0x0])));}else _0x41da62[_0x3f2e19(0x1ed)](_0x3f2e19(0x1a4)+_0x20c101);}if(_0x2d5196){if(_0x4bc7c3['JHpmY'](_0x4bc7c3['SEjRC'],_0x4bc7c3[_0x3f2e19(0x204)]))return;else __error_messages__[_0x3f2e19(0x193)](_0x2dd899),await __drivers[0x0][_0x3f2e19(0x1b9)](_0x3f2e19(0x1c0)+_0x2dd899+_0x3f2e19(0x1db));}else _0x4bc7c3['pGYPc'](_0x4bc7c3[_0x3f2e19(0x1ae)],_0x4bc7c3[_0x3f2e19(0x1ae)])?_0xa4d2ca=new _0x4367b2(_0x4ae6f7):await __drivers[0x0][_0x3f2e19(0x1b9)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x2dd899+_0x3f2e19(0x1c4));}const executeAnnotate=async(_0x5e4984,_0x2a4558)=>{const _0x3d8b13=a13_0x5de334;await global['__drivers'][0x0][_0x3d8b13(0x1b9)](_0x3d8b13(0x18c)+_0x5e4984+_0x3d8b13(0x205)+_0x2a4558+'\x22}}');};async function driverCleanup(){const _0x201835=a13_0x5de334,_0x48f2e3={'rtuey':function(_0x57a188,_0xb70cd1){return _0x57a188(_0xb70cd1);},'pSogg':_0x201835(0x184),'EQOYX':function(_0x33bd89,_0x552158){return _0x33bd89(_0x552158);},'tLAwf':function(_0x454509){return _0x454509();},'ZCwoq':function(_0x32cc22,_0x5580d1){return _0x32cc22<=_0x5580d1;},'iDIoA':function(_0x5a1478,_0x591c77){return _0x5a1478(_0x591c77);},'amzXz':function(_0x47320c){return _0x47320c();},'xLFzM':function(_0x8a7b88,_0x3b13b3,_0x1077e8){return _0x8a7b88(_0x3b13b3,_0x1077e8);},'AgCvM':function(_0x3f917d,_0x42fab7){return _0x3f917d!==_0x42fab7;},'dEQAY':_0x201835(0x15f),'Mvqtl':_0x201835(0x187),'vhMtT':function(_0x176b4b,_0x575dd3){return _0x176b4b===_0x575dd3;},'zjiCl':_0x201835(0x149),'irGUH':'ZyXiA','Lsfcc':function(_0xee6750,_0x153d69){return _0xee6750>_0x153d69;},'LwvID':_0x201835(0x1fc),'YeiYA':_0x201835(0x141),'KEZxU':_0x201835(0x201),'oZogB':function(_0x1b622a,_0x55ea20){return _0x1b622a!==_0x55ea20;},'xpNSB':_0x201835(0x1c9),'FXEJW':_0x201835(0x202),'TyttN':function(_0x1b1350,_0x11208b){return _0x1b1350===_0x11208b;},'tzzbK':_0x201835(0x1fd),'AhLeX':_0x201835(0x1f3),'Gzhth':function(_0x1d07aa,_0x24e14f){return _0x1d07aa!==_0x24e14f;},'FLiud':_0x201835(0x180),'xMryv':_0x201835(0x18a),'aOUTX':_0x201835(0x14a),'WRAzQ':_0x201835(0x1e9),'tmZEr':_0x201835(0x158),'VOuas':_0x201835(0x1bc)};if(!_0x48f2e3[_0x201835(0x194)](isBrowserstackInfra)){if(_0x48f2e3[_0x201835(0x1b8)](_0x48f2e3[_0x201835(0x1aa)],_0x48f2e3['Mvqtl']))return;else _0x1c33aa=_0x48f2e3[_0x201835(0x1e4)](_0xc816a6,_0x5a1d85[_0x201835(0x192)](_0x31ae95[_0x201835(0x1ef)]));}let _0x4a5601=![];try{_0x48f2e3['vhMtT'](_0x48f2e3[_0x201835(0x1d6)],_0x48f2e3[_0x201835(0x1a6)])?_0x439cac[_0x201835(0x17a)](_0x48f2e3['pSogg']):(await __drivers[0x0]['session_'],_0x4a5601=!![],_0x48f2e3[_0x201835(0x1b0)](__error_messages__[_0x201835(0x147)],0x0)?_0x48f2e3[_0x201835(0x15d)](_0x48f2e3[_0x201835(0x17b)],_0x48f2e3[_0x201835(0x166)])?(_0x48f2e3[_0x201835(0x179)](_0x44f194,_0xdad3a9),_0x48f2e3['tLAwf'](_0x5d9cd6)):await __drivers[0x0][_0x201835(0x1b9)](_0x201835(0x203)+JSON['stringify'](__error_messages__[_0x201835(0x173)](_0x48f2e3[_0x201835(0x209)]))+'}}'):_0x48f2e3[_0x201835(0x1b7)](_0x48f2e3[_0x201835(0x14e)],_0x48f2e3[_0x201835(0x14e)])?_0x3803e0[_0x201835(0x1ed)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x201835(0x20d)][_0x201835(0x1f5)]()+_0x201835(0x1fa),_0x55f076):await __drivers[0x0][_0x201835(0x1b9)](_0x48f2e3['FXEJW']));}catch(_0x5c3bc8){if(_0x48f2e3[_0x201835(0x16d)](_0x48f2e3['tzzbK'],_0x48f2e3[_0x201835(0x156)])){const _0x2230a0=_0x48f2e3[_0x201835(0x207)](_0x58e1a1,async()=>{const _0x33acce=_0x201835;_0x48f2e3[_0x33acce(0x181)](_0x366461[_0x33acce(0x1d1)]()[_0x33acce(0x1a5)],0x0)&&(_0x48f2e3[_0x33acce(0x20f)](_0x199e65,_0x2230a0),_0x48f2e3[_0x33acce(0x1e1)](_0x5eeb04));},0x3e8);}else console[_0x201835(0x162)](_0x5c3bc8);}__error_messages__=[];if(_0x4a5601){if(_0x48f2e3[_0x201835(0x1ce)](_0x48f2e3[_0x201835(0x197)],_0x48f2e3[_0x201835(0x1e7)]))try{if(_0x48f2e3[_0x201835(0x16d)](_0x48f2e3[_0x201835(0x1ac)],_0x48f2e3[_0x201835(0x152)]))return _0x3d9658[_0x201835(0x1dc)](/\\u001b\[.*?m/g,'')[_0x201835(0x1a9)](0x1,-0x1);else await __drivers[0x0][_0x201835(0x1f1)]();}catch(_0x115b29){_0x48f2e3[_0x201835(0x15d)](_0x48f2e3[_0x201835(0x1d9)],_0x48f2e3[_0x201835(0x1f4)])?_0x248a31=![]:console[_0x201835(0x162)](_0x115b29);}else _0x493259[_0x201835(0x20d)]=_0x9494d0;}}beforeAll(async()=>{const _0x3d4a9a=a13_0x5de334,_0x2764f4={'NNDmC':function(_0x191beb,_0x1908e5){return _0x191beb>_0x1908e5;},'SUTly':function(_0x17c7fd,_0x435653){return _0x17c7fd(_0x435653);},'dtmVb':function(_0x3c0ba4,_0x33ac8e){return _0x3c0ba4(_0x33ac8e);},'rqMJa':function(_0x558712,_0x3a94f3){return _0x558712(_0x3a94f3);},'CXYBq':function(_0x120baf,_0x5dac23){return _0x120baf!==_0x5dac23;},'pTaBo':_0x3d4a9a(0x167),'mXIbr':_0x3d4a9a(0x196),'AWmWY':_0x3d4a9a(0x172),'ClnPw':function(_0x2051fe,_0xe105e6){return _0x2051fe!==_0xe105e6;},'XOLqY':_0x3d4a9a(0x200),'MWhSw':function(_0x1c9506,_0x2a9b3c){return _0x1c9506===_0x2a9b3c;},'oIEVx':_0x3d4a9a(0x1ca),'JSShr':_0x3d4a9a(0x142),'ftqxh':function(_0x17ed37,_0x14e22c){return _0x17ed37!==_0x14e22c;},'zDKME':_0x3d4a9a(0x1b2),'wxqry':function(_0xd1d567){return _0xd1d567();},'bPOdN':function(_0x102836,_0x313cb3){return _0x102836===_0x313cb3;},'IucMb':_0x3d4a9a(0x168),'jUkam':function(_0x431d75,_0x329122,_0x421354){return _0x431d75(_0x329122,_0x421354);}},_0x3d0ad7='browserstack internal helper hook';_0x2764f4[_0x3d4a9a(0x14f)](typeof jasmine,_0x2764f4[_0x3d4a9a(0x150)])&&(_0x2764f4[_0x3d4a9a(0x15e)](_0x2764f4[_0x3d4a9a(0x165)],_0x2764f4[_0x3d4a9a(0x1d7)])?_0x40df48[_0x3d4a9a(0x20d)][_0x3d4a9a(0x1ad)]&&_0x2764f4[_0x3d4a9a(0x19c)](_0x28228b['currentTest']['failedExpectations'][_0x3d4a9a(0x147)],0x0)?(_0x328817=!![],_0x486067=_0x2764f4[_0x3d4a9a(0x171)](_0x329972,_0x8ef52c['stringify'](_0x4314d4[_0x3d4a9a(0x20d)][_0x3d4a9a(0x1ad)][0x0][_0x3d4a9a(0x15b)]))):_0x34d29c=_0x2764f4['dtmVb'](_0x5d6cfa,_0x4a4393[_0x3d4a9a(0x192)](_0x44741d[_0x3d4a9a(0x20d)][_0x3d4a9a(0x164)])):jasmine[_0x3d4a9a(0x17e)]()[_0x3d4a9a(0x16e)]({'specStarted':_0xa095ae=>{const _0x1fb568=_0x3d4a9a,_0x3d8552={'iDiLV':function(_0x1985be,_0x981d92){const _0x2cc9f7=a13_0x2739;return _0x2764f4[_0x2cc9f7(0x1cd)](_0x1985be,_0x981d92);}};_0x2764f4[_0x1fb568(0x15c)](_0x2764f4[_0x1fb568(0x14c)],_0x2764f4[_0x1fb568(0x186)])?jasmine[_0x1fb568(0x20d)]=_0xa095ae:(_0x14aa15=!![],_0x289e68=_0x3d8552[_0x1fb568(0x16f)](_0x18b6b0,_0x919b52[_0x1fb568(0x192)](_0x49b56b[_0x1fb568(0x20d)][_0x1fb568(0x1ad)][0x0][_0x1fb568(0x15b)])));}}));let _0x459b77=![];try{_0x2764f4[_0x3d4a9a(0x208)](_0x2764f4[_0x3d4a9a(0x1cc)],_0x2764f4['zDKME'])?_0x30c047['info'](_0x2764f4[_0x3d4a9a(0x1ec)]):(await __drivers[0x0][_0x3d4a9a(0x19b)],_0x459b77=!![]);}catch(_0x3ca070){}if(_0x459b77)try{try{if(_0x2764f4['wxqry'](isTestObservabilitySession)){if(global[_0x3d4a9a(0x1ab)][0x0]){if(_0x2764f4[_0x3d4a9a(0x19f)](_0x2764f4[_0x3d4a9a(0x1cf)],_0x2764f4[_0x3d4a9a(0x1cf)]))await _0x2764f4[_0x3d4a9a(0x1c2)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x3d4a9a(0x160)](process['pid']+_0x3d4a9a(0x1e0)));else return;}}}catch{}}catch(_0x44734b){}}),beforeEach(async()=>{const _0x4cf0cb=a13_0x5de334,_0x298149={'nlgci':function(_0x136bc0,_0x564a50){return _0x136bc0>_0x564a50;},'qUfKI':function(_0x197574){return _0x197574();},'QfUAJ':function(_0x140cf6,_0x872a81,_0x751298){return _0x140cf6(_0x872a81,_0x751298);},'AUIVZ':function(_0x3fb338,_0x7b63ac){return _0x3fb338===_0x7b63ac;},'dbNID':_0x4cf0cb(0x1f0),'RIXrz':'https:','hrClM':_0x4cf0cb(0x1a3),'zQBYV':function(_0x3c289d,_0x7f1cd5){return _0x3c289d>_0x7f1cd5;}},_0x464ef9='browserstack internal helper hook';try{_0x298149[_0x4cf0cb(0x163)](__drivers[_0x4cf0cb(0x147)],0x1)&&(await _0x298149['qUfKI'](driverCleanup),__drivers[_0x4cf0cb(0x145)]());const _0x3cf2d1=expect[_0x4cf0cb(0x19a)]()['currentTestName'];__drivers[0x0][_0x4cf0cb(0x210)]=_0x3cf2d1;_0x298149[_0x4cf0cb(0x163)](__drivers[0x0][_0x4cf0cb(0x1dd)],0x0)&&await _0x298149[_0x4cf0cb(0x20b)](driverCleanup);let _0x4445ad=_0x298149[_0x4cf0cb(0x1be)](shouldScanTestForAccessibility,_0x3cf2d1,![]);if(_0x298149['qUfKI'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4cf0cb(0x1df)])try{let _0x4dcdbb=await __drivers[0x0][_0x4cf0cb(0x19b)];if(_0x4dcdbb){let _0x36f6e1=!![],_0x3cf2f1=await __drivers[0x0][_0x4cf0cb(0x1eb)](),_0x1e679e;try{_0x1e679e=new URL(_0x3cf2f1);}catch(_0x5e6b76){_0x36f6e1=![];}_0x36f6e1=_0x298149[_0x4cf0cb(0x1a7)](_0x1e679e[_0x4cf0cb(0x1c7)],_0x298149[_0x4cf0cb(0x1b1)])||_0x298149['AUIVZ'](_0x1e679e[_0x4cf0cb(0x1c7)],_0x298149[_0x4cf0cb(0x1b6)]),_0x36f6e1&&(_0x4445ad?(logger[_0x4cf0cb(0x17a)](_0x298149[_0x4cf0cb(0x19e)]),await __drivers[0x0]['executeAsyncScript'](_0x4cf0cb(0x189))):await __drivers[0x0][_0x4cf0cb(0x1b9)](_0x4cf0cb(0x1ba)));}}catch(_0x3373fd){logger[_0x4cf0cb(0x1ed)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x3373fd);}if(_0x298149[_0x4cf0cb(0x1bf)](__drivers[0x0][_0x4cf0cb(0x1dd)],0x0))await _0x298149[_0x4cf0cb(0x20b)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1e77b2=a13_0x5de334,_0x35bd6b={'dTPDp':function(_0x4559cb,_0x9f7f3d){return _0x4559cb>_0x9f7f3d;},'sqsWo':function(_0x541853){return _0x541853();},'VhMyN':function(_0x4df2ed,_0x14e2b3){return _0x4df2ed===_0x14e2b3;},'YdKDL':_0x1e77b2(0x1ea),'rYihX':_0x1e77b2(0x17c),'NkUqa':function(_0x91d1f9,_0x355aa6,_0x1131c7,_0x157fd6){return _0x91d1f9(_0x355aa6,_0x1131c7,_0x157fd6);},'YfCBM':function(_0x4947b3,_0x3eb96e,_0x42f2b7){return _0x4947b3(_0x3eb96e,_0x42f2b7);},'VrSvT':_0x1e77b2(0x184),'sZnax':function(_0x40181a,_0x1470d8){return _0x40181a(_0x1470d8);},'Estpo':_0x1e77b2(0x172),'apipr':function(_0x381644,_0x5e4687,_0x35304e){return _0x381644(_0x5e4687,_0x35304e);},'sDePX':_0x1e77b2(0x191),'kzXTD':function(_0xe560f,_0xbdeacf){return _0xe560f>_0xbdeacf;}},_0x352982='browserstack internal helper hook';try{_0x35bd6b[_0x1e77b2(0x1b4)](__drivers[_0x1e77b2(0x147)],0x1)&&(await _0x35bd6b[_0x1e77b2(0x185)](driverCleanup),__drivers[_0x1e77b2(0x145)]());try{if(global[_0x1e77b2(0x188)]&&_0x35bd6b[_0x1e77b2(0x170)](global[_0x1e77b2(0x155)],_0x35bd6b[_0x1e77b2(0x1f8)])&&__drivers[0x0]){const _0x2c2e86=_0x35bd6b[_0x1e77b2(0x1b4)](global[_0x1e77b2(0x144)][_0x1e77b2(0x147)],0x0)?!!global[_0x1e77b2(0x144)][0x0][_0x1e77b2(0x1d5)]||!!global[_0x1e77b2(0x144)][0x0][_0x35bd6b['rYihX']]:![],_0x206a39={};_0x206a39[_0x1e77b2(0x1d5)]=_0x2c2e86,await _0x35bd6b['NkUqa'](percyAutoCapture,__drivers[0x0],_0x35bd6b[_0x1e77b2(0x1f8)],_0x206a39);}}catch(_0x2b17ba){}let _0x20f747=_0x35bd6b['YfCBM'](shouldScanTestForAccessibility,expect['getState']()[_0x1e77b2(0x146)],![]);try{if(_0x35bd6b['sqsWo'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x20f747&&logger[_0x1e77b2(0x17a)](_0x35bd6b[_0x1e77b2(0x1e3)]);const _0x2f0be2={'saveResults':_0x20f747,'testDetails':{'name':expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x146)],'testRunId':process[_0x1e77b2(0x206)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x17d)],'scopeList':[expect[_0x1e77b2(0x19a)]()[_0x1e77b2(0x146)]]},'platform':await _0x35bd6b[_0x1e77b2(0x1e5)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x1e77b2(0x1d3)](_0x1e77b2(0x1e2),_0x2f0be2),_0x20f747&&logger[_0x1e77b2(0x17a)](_0x35bd6b['Estpo']);}}catch(_0x3c5ef3){logger[_0x1e77b2(0x1ed)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x1e77b2(0x20d)]['titlePath']()+_0x1e77b2(0x1fa),_0x3c5ef3);}await _0x35bd6b[_0x1e77b2(0x185)](setContext);try{if(_0x35bd6b[_0x1e77b2(0x185)](isTestObservabilitySession)){global[_0x1e77b2(0x1ab)][0x0]&&await _0x35bd6b[_0x1e77b2(0x1c1)](sendPlatformDetails,global[_0x1e77b2(0x1ab)][0x0],TestDetails['getTestUUID'](process[_0x1e77b2(0x1ee)]+_0x1e77b2(0x1e0)));if(_0x35bd6b[_0x1e77b2(0x185)](isBrowserstackInfra)){const _0x5333b2=_0x1e77b2(0x1c3)+Date[_0x1e77b2(0x1b3)]();await _0x35bd6b[_0x1e77b2(0x1e8)](executeAnnotate,JSON['stringify'](_0x5333b2),_0x35bd6b[_0x1e77b2(0x176)]);}}}catch(_0x21017e){}_0x35bd6b['kzXTD'](__drivers[0x0][_0x1e77b2(0x1dd)],0x0)&&await _0x35bd6b[_0x1e77b2(0x185)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x11d1d9={'xbsbS':function(_0x10afc6,_0x5c0912){return _0x10afc6<=_0x5c0912;},'arqWr':function(_0x3c4224,_0x284f5b){return _0x3c4224(_0x284f5b);},'QQGFS':function(_0xc103e7){return _0xc103e7();},'zmxhw':function(_0x52a55e,_0x48982a,_0x2d3ef0){return _0x52a55e(_0x48982a,_0x2d3ef0);},'EcbDP':function(_0x3d1be7){return _0x3d1be7();}};jest['setTimeout'](0x186a0);const _0x34ec5f='browserstack internal helper hook';await new Promise(_0x14f208=>{const _0x2f3575=a13_0x2739,_0xf73ce7=_0x11d1d9[_0x2f3575(0x151)](setInterval,async()=>{const _0x145a4d=_0x2f3575;_0x11d1d9[_0x145a4d(0x16a)](RequestQueueHandler[_0x145a4d(0x1d1)]()[_0x145a4d(0x1a5)],0x0)&&(_0x11d1d9[_0x145a4d(0x177)](clearInterval,_0xf73ce7),_0x11d1d9[_0x145a4d(0x143)](_0x14f208));},0x3e8);});try{await _0x11d1d9['EcbDP'](driverCleanup);}catch(_0x5bf2bd){}process['removeAllListeners']();},0x2710);
|
|
1
|
+
const a13_0x48b522=a13_0x2897;(function(_0x3cbbfa,_0x1cf63b){const _0x19cdb8=a13_0x2897,_0x42f097=_0x3cbbfa();while(!![]){try{const _0x536548=-parseInt(_0x19cdb8(0xd4))/0x1+-parseInt(_0x19cdb8(0xc7))/0x2+parseInt(_0x19cdb8(0x121))/0x3*(-parseInt(_0x19cdb8(0x105))/0x4)+-parseInt(_0x19cdb8(0x11d))/0x5+-parseInt(_0x19cdb8(0xf5))/0x6+-parseInt(_0x19cdb8(0xec))/0x7+parseInt(_0x19cdb8(0xc8))/0x8;if(_0x536548===_0x1cf63b)break;else _0x42f097['push'](_0x42f097['shift']());}catch(_0x51b10c){_0x42f097['push'](_0x42f097['shift']());}}}(a13_0x19da,0xb6714));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x48b522(0xe1)),{isBrowserstackInfra}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest[a13_0x48b522(0x125)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x48b522(0x12c)),{percyAutoCapture}=require(a13_0x48b522(0xf7)),logger=require(a13_0x48b522(0xcc))[a13_0x48b522(0xfb)],TestDetails=require(a13_0x48b522(0x12f));function stripUnicode(_0x2eb646){const _0x123753=a13_0x48b522;return _0x2eb646[_0x123753(0x120)](/\\u001b\[.*?m/g,'')[_0x123753(0x117)](0x1,-0x1);}async function setContext(){const _0x2ba111=a13_0x48b522,_0x251f3c={'hInus':function(_0x41b1db,_0x265e68){return _0x41b1db(_0x265e68);},'CIuak':function(_0x5c593c,_0x3ab20f){return _0x5c593c>_0x3ab20f;},'pohDt':function(_0x2307df,_0x20babe){return _0x2307df<=_0x20babe;},'VsfdT':function(_0x20f15a,_0x4abe35){return _0x20f15a(_0x4abe35);},'FfiPy':function(_0x1c9d59){return _0x1c9d59();},'pzMmD':function(_0x14079c,_0x47c980){return _0x14079c(_0x47c980);},'lkFjn':function(_0x2b5e5a,_0x23aa8f){return _0x2b5e5a(_0x23aa8f);},'wRqCC':function(_0x27a6eb,_0x112f6b){return _0x27a6eb<=_0x112f6b;},'XbUFu':function(_0x1c5dff,_0x41dbee){return _0x1c5dff(_0x41dbee);},'ycyfP':function(_0x535fa3,_0x551ada,_0x388cf0){return _0x535fa3(_0x551ada,_0x388cf0);},'yJyiu':function(_0x18bb82,_0x38049b){return _0x18bb82!==_0x38049b;},'JXWxt':'cwewQ','uuZSq':function(_0x50ba9c,_0x3bee4e){return _0x50ba9c===_0x3bee4e;},'isKcU':_0x2ba111(0xd5),'dekIM':_0x2ba111(0x107),'xTPLi':function(_0x2ba10d,_0xb3bdc6){return _0x2ba10d!==_0xb3bdc6;},'lANZc':_0x2ba111(0x14f),'cjUoc':'yDkqq','lMBzT':function(_0x2f4aac,_0x2fd31e){return _0x2f4aac>_0x2fd31e;},'XOkSY':_0x2ba111(0xc4),'iBxhr':function(_0x1089ae,_0xc21769){return _0x1089ae===_0xc21769;},'nMrdz':_0x2ba111(0x12a),'nxxKI':function(_0x3034da,_0xed3615){return _0x3034da(_0xed3615);},'fRlzH':_0x2ba111(0xce),'mnShh':_0x2ba111(0xbf),'GuOtT':function(_0x29d8a5,_0x8d98de){return _0x29d8a5===_0x8d98de;},'idVwH':_0x2ba111(0x11b),'dKlQT':function(_0xb53407,_0x480e62){return _0xb53407(_0x480e62);},'UjqdS':'WKqXW','nBbYV':_0x2ba111(0xfd),'TfnDF':function(_0x4b03f8,_0x3f4de9){return _0x4b03f8(_0x3f4de9);},'POnrc':_0x2ba111(0xfa),'FBRzX':function(_0x569767,_0x2cc382){return _0x569767!==_0x2cc382;},'DTzQF':_0x2ba111(0x101),'yWpvs':'FMaPC'};if(!_0x251f3c[_0x2ba111(0x103)](isBrowserstackInfra)){if(_0x251f3c[_0x2ba111(0x119)](_0x251f3c[_0x2ba111(0x140)],_0x251f3c['JXWxt']))_0x18bf0a=!![],_0x5d9d9a=_0x251f3c[_0x2ba111(0x124)](_0x4a1529,_0x204e69[_0x2ba111(0xba)](_0x535389[_0x2ba111(0xe8)][_0x2ba111(0x152)][0x0][_0x2ba111(0x146)]));else return;}if(!sessionNameProvided){if(_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0x14d)],_0x251f3c[_0x2ba111(0x14d)])){const _0x26f494=expect[_0x2ba111(0x134)]()[_0x2ba111(0x11c)];await __drivers[0x0][_0x2ba111(0x122)](_0x2ba111(0xc6)+_0x26f494+_0x2ba111(0xff));}else _0x42a814[_0x2ba111(0xe8)]['failedExpectations']&&_0x251f3c[_0x2ba111(0x133)](_0x3d9500[_0x2ba111(0xe8)][_0x2ba111(0x152)][_0x2ba111(0xdf)],0x0)?(_0x325e38=!![],_0x1e2de3=_0x251f3c[_0x2ba111(0x124)](_0x419f0d,_0x2af127[_0x2ba111(0xba)](_0x13b6cd[_0x2ba111(0xe8)]['failedExpectations'][0x0][_0x2ba111(0x146)]))):_0x11abbf=_0x251f3c[_0x2ba111(0x124)](_0x414157,_0x16f518[_0x2ba111(0xba)](_0x3d6128[_0x2ba111(0xe8)][_0x2ba111(0x132)]));}let _0x51e7a5=null,_0x470228=![];_0x251f3c[_0x2ba111(0x119)](typeof jasmine,_0x251f3c['dekIM'])?_0x251f3c[_0x2ba111(0x14b)](_0x251f3c[_0x2ba111(0xd7)],_0x251f3c[_0x2ba111(0xf4)])?jasmine[_0x2ba111(0xe8)][_0x2ba111(0x152)]&&_0x251f3c[_0x2ba111(0x154)](jasmine[_0x2ba111(0xe8)][_0x2ba111(0x152)][_0x2ba111(0xdf)],0x0)?_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0xc3)],_0x251f3c[_0x2ba111(0xc3)])?(_0x470228=!![],_0x51e7a5=_0x251f3c[_0x2ba111(0x141)](stripUnicode,JSON[_0x2ba111(0xba)](jasmine[_0x2ba111(0xe8)]['failedExpectations'][0x0][_0x2ba111(0x146)]))):_0x58422c[_0x2ba111(0x150)](_0x2ba111(0xd3)+this[_0x2ba111(0xe8)][_0x2ba111(0xfe)]()+_0x2ba111(0x15a),_0x51799c):_0x251f3c[_0x2ba111(0x13d)](_0x251f3c[_0x2ba111(0x14c)],_0x251f3c[_0x2ba111(0x14c)])?_0x51e7a5=_0x251f3c['nxxKI'](stripUnicode,JSON['stringify'](jasmine[_0x2ba111(0xe8)]['description'])):_0xc27832['log'](_0xc27f1c):_0x55f80c=![]:_0x251f3c[_0x2ba111(0xc9)](_0x251f3c[_0x2ba111(0x12d)],_0x251f3c[_0x2ba111(0xb9)])?_0x251f3c[_0x2ba111(0x112)](_0x165ba8['getInstance']()[_0x2ba111(0xf2)],0x0)&&(_0x251f3c[_0x2ba111(0xb3)](_0x45d91d,_0x247f28),_0x251f3c[_0x2ba111(0x103)](_0x56265b)):testContext['errors']&&_0x251f3c[_0x2ba111(0x133)](testContext['errors'][_0x2ba111(0xdf)],0x0)?_0x251f3c['GuOtT'](_0x251f3c[_0x2ba111(0xe6)],_0x251f3c[_0x2ba111(0xe6)])?(_0x470228=!![],_0x51e7a5=_0x251f3c['dKlQT'](stripUnicode,JSON[_0x2ba111(0xba)](testContext[_0x2ba111(0x10d)][0x0][0x0][_0x2ba111(0x146)]||testContext['errors'][0x0][0x0]))):_0x5ed339[_0x2ba111(0x150)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x3a1ddb):_0x251f3c['uuZSq'](_0x251f3c['UjqdS'],_0x251f3c['nBbYV'])?(_0x51eec9=!![],_0x218305=_0x251f3c['pzMmD'](_0x584be3,_0x213d5d[_0x2ba111(0xba)](_0x1dfec[_0x2ba111(0x10d)][0x0][0x0][_0x2ba111(0x146)]||_0x3243cf['errors'][0x0][0x0]))):_0x51e7a5=_0x251f3c['TfnDF'](stripUnicode,JSON[_0x2ba111(0xba)](testContext['name']));if(_0x470228)_0x251f3c['iBxhr'](_0x251f3c[_0x2ba111(0x159)],_0x251f3c[_0x2ba111(0x159)])?(__error_messages__['push'](_0x51e7a5),await __drivers[0x0]['executeScript'](_0x2ba111(0x10c)+_0x51e7a5+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x3ad097=_0x251f3c[_0x2ba111(0x141)](_0x5398b7,_0x13e5f0[_0x2ba111(0xba)](_0x165cad[_0x2ba111(0xe8)][_0x2ba111(0x132)]));else{if(_0x251f3c[_0x2ba111(0x109)](_0x251f3c[_0x2ba111(0xab)],_0x251f3c[_0x2ba111(0xaf)]))await __drivers[0x0][_0x2ba111(0x122)](_0x2ba111(0x143)+_0x51e7a5+_0x2ba111(0xca));else{const _0x48027f=_0x251f3c[_0x2ba111(0xc5)](_0x38f8a6,async()=>{const _0x8080a0=_0x2ba111;_0x251f3c['wRqCC'](_0x1df3fc['getInstance']()[_0x8080a0(0xf2)],0x0)&&(_0x251f3c[_0x8080a0(0x136)](_0x9ee334,_0x48027f),_0x251f3c[_0x8080a0(0x103)](_0x3ab533));},0x3e8);}}}const executeAnnotate=async(_0x50830f,_0x4e0a34)=>{const _0x2d6698=a13_0x48b522;await global[_0x2d6698(0x13f)][0x0][_0x2d6698(0x122)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x50830f+_0x2d6698(0x114)+_0x4e0a34+'\x22}}');};async function driverCleanup(){const _0xa2d463=a13_0x48b522,_0x585b05={'qVlHG':function(_0x4de430,_0x1c6bff){return _0x4de430>_0x1c6bff;},'EJCXI':function(_0x54bd64,_0x4a60db){return _0x54bd64(_0x4a60db);},'NPVmc':function(_0x146086,_0x407759){return _0x146086(_0x407759);},'FHzNp':function(_0x3bcbaa){return _0x3bcbaa();},'sijTy':function(_0xe64ace){return _0xe64ace();},'QOJFY':function(_0x1e6813,_0x354ab6){return _0x1e6813!==_0x354ab6;},'Iuppl':_0xa2d463(0xcb),'dsbgw':function(_0x320812,_0x246394){return _0x320812===_0x246394;},'nmSXV':_0xa2d463(0xad),'sUmCy':_0xa2d463(0x106),'kRYnf':_0xa2d463(0xb8),'NETkX':'qSJGa','CQjjB':_0xa2d463(0x13b),'XVdqe':function(_0x46e36f,_0x3d40a0){return _0x46e36f===_0x3d40a0;},'WEfab':_0xa2d463(0xc0),'EQJAq':_0xa2d463(0xac),'wdHLP':function(_0x5a1d47,_0xc5f271){return _0x5a1d47!==_0xc5f271;},'XLPMD':'vIEcw','Aejmz':_0xa2d463(0xb6),'Sqdza':'pDBNs','mlVcl':_0xa2d463(0xbd),'WicpP':function(_0x6722c9,_0x1abf03){return _0x6722c9!==_0x1abf03;},'FnmLV':'IhmFc','hkuss':_0xa2d463(0x111),'NApgH':function(_0x29e153,_0x342904){return _0x29e153===_0x342904;},'HaZeN':_0xa2d463(0xbe)};if(!_0x585b05[_0xa2d463(0xaa)](isBrowserstackInfra)){if(_0x585b05[_0xa2d463(0x100)](_0x585b05[_0xa2d463(0x10f)],_0x585b05[_0xa2d463(0x10f)]))_0x4cff24=new _0x240b0d(_0x1012e8);else return;}let _0x295208=![];try{if(_0x585b05[_0xa2d463(0xf6)](_0x585b05[_0xa2d463(0xd8)],_0x585b05[_0xa2d463(0xe7)]))_0xa0add2[_0xa2d463(0xdc)](_0x4df6dd);else{await __drivers[0x0][_0xa2d463(0x127)],_0x295208=!![];if(_0x585b05[_0xa2d463(0x11f)](__error_messages__[_0xa2d463(0xdf)],0x0))_0x585b05[_0xa2d463(0xf6)](_0x585b05[_0xa2d463(0xf8)],_0x585b05[_0xa2d463(0x156)])?_0x380d64[_0xa2d463(0x10d)]&&_0x585b05[_0xa2d463(0x11f)](_0x252824[_0xa2d463(0x10d)][_0xa2d463(0xdf)],0x0)?(_0x465a7f=!![],_0x291a30=_0x585b05[_0xa2d463(0xdd)](_0x34e5e4,_0x479202['stringify'](_0x5e6912[_0xa2d463(0x10d)][0x0][0x0][_0xa2d463(0x146)]||_0x58a56f[_0xa2d463(0x10d)][0x0][0x0]))):_0x5b5682=_0x585b05[_0xa2d463(0xdd)](_0x3c8aa5,_0x30956c['stringify'](_0xb9dae9['name'])):await __drivers[0x0][_0xa2d463(0x122)](_0xa2d463(0x12b)+JSON[_0xa2d463(0xba)](__error_messages__['join'](_0x585b05[_0xa2d463(0xb5)]))+'}}');else{if(_0x585b05[_0xa2d463(0x118)](_0x585b05[_0xa2d463(0x149)],_0x585b05['WEfab']))await __drivers[0x0][_0xa2d463(0x122)](_0x585b05[_0xa2d463(0xe3)]);else return _0x1fcc9c[_0xa2d463(0x120)](/\\u001b\[.*?m/g,'')[_0xa2d463(0x117)](0x1,-0x1);}}}catch(_0x1eb05a){_0x585b05[_0xa2d463(0xb4)](_0x585b05[_0xa2d463(0x13a)],_0x585b05['Aejmz'])?console['log'](_0x1eb05a):(_0x585b05[_0xa2d463(0xeb)](_0x4425a8,_0x2aa488),_0x585b05[_0xa2d463(0x102)](_0x52ebf1));}__error_messages__=[];if(_0x295208){if(_0x585b05[_0xa2d463(0x100)](_0x585b05['Sqdza'],_0x585b05[_0xa2d463(0x14a)]))try{if(_0x585b05[_0xa2d463(0x13e)](_0x585b05[_0xa2d463(0x10b)],_0x585b05[_0xa2d463(0x115)]))await __drivers[0x0]['initQuit']();else return;}catch(_0x3b9f9a){if(_0x585b05['NApgH'](_0x585b05['HaZeN'],_0x585b05['HaZeN']))console['log'](_0x3b9f9a);else{const _0xdecf27={};_0xdecf27[_0xa2d463(0xd6)]=_0x4e4547=>{const _0x11a54a=_0xa2d463;_0x29fd88[_0x11a54a(0xe8)]=_0x4e4547;},_0x3ef2c2['getEnv']()[_0xa2d463(0xb1)](_0xdecf27);}}else return;}}function a13_0x2897(_0x380c01,_0x17a169){const _0x19dae3=a13_0x19da();return a13_0x2897=function(_0x2897c7,_0x4739ee){_0x2897c7=_0x2897c7-0xa9;let _0x28a4df=_0x19dae3[_0x2897c7];return _0x28a4df;},a13_0x2897(_0x380c01,_0x17a169);}function a13_0x19da(){const _0x212185=['lMBzT','HIYvF','NETkX','\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','capabilities','POnrc','.\x20Error\x20:','protocol','sijTy','DTzQF','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','oMgmw','uUhGb','yWpvs','hrZAv','addReporter','YAApW','VsfdT','wdHLP','CQjjB','JvzpM','now','wtYii','mnShh','stringify','pQUAe','okDqJ','hbNGx','xokSS','rctIB','MBpfJ','jyAmS','yoZMz','XOkSY','qwuXB','ycyfP','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','2932040gSloAI','55313248WKyUhp','uuZSq','\x22,\x22level\x22:\x20\x22info\x22}}','vCaQM','../../helpers/logger','WoQCJ','spLXh','executeAsyncScript','browserstackSessionName','getCurrentUrl','hUYlA','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','545627rsVUQt','IcDma','specStarted','lANZc','nmSXV','nrOlS','DidFt','HcMph','log','EJCXI','testPath','length','hYVlo','../../helpers/test-observability/utils','qXRGK','EQJAq','zVQLU','XBWBz','idVwH','sUmCy','currentTest','\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','fhcWj','NPVmc','6878921EOKSRQ','shift','Ioggv','vYlLW','otGSr','AnscR','pendingUploads','GtSbf','cjUoc','5839434cOGYsY','dsbgw','../../helpers/helper','kRYnf','SgkLG','ijYzI','winstonLogger','QFHqY','wUbBC','titlePath','\x22}}','QOJFY','XrHPr','FHzNp','FfiPy','XHuta','4psGpbT','QakoI','undefined','quitCount_','FBRzX','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','FnmLV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','errors','Dggnj','Iuppl','http:','jSyKf','pohDt','YkHqn',',\x22level\x22:\x20\x22','hkuss','IRsMO','slice','XVdqe','yJyiu','ObservabilitySync:','OVBgr','currentTestName','6493260dfSOKH','percyCaptureMode','qVlHG','replace','2701893QZAvmz','executeScript','AfdAh','hInus','setTimeout','JzdQS','session_','RXOxQ','env','gxbpj','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','../../helpers/accessibility-automation/helper','fRlzH','vQfmv','./test-observability/test-details','PCklq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','description','CIuak','getState',':testAnalyticsId','XbUFu','kGHsa','qmVYN','getTestUUID','XLPMD','\x20|\x20','removeAllListeners','iBxhr','WicpP','__drivers','JXWxt','lkFjn','pid','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','info','debug','message','Kguyo','isAccessibilityPlatform','WEfab','mlVcl','xTPLi','nMrdz','isKcU','TjbsL','CGCyc','error','getEnv','failedExpectations','name'];a13_0x19da=function(){return _0x212185;};return a13_0x19da();}beforeAll(async()=>{const _0x563aae=a13_0x48b522,_0x6de307={'wjHBU':function(_0x256537,_0x1a2b57){return _0x256537(_0x1a2b57);},'otGSr':function(_0x3207d2,_0x2f4a42){return _0x3207d2!==_0x2f4a42;},'fhcWj':_0x563aae(0xf9),'jyAmS':_0x563aae(0x10a),'qXRGK':_0x563aae(0x131),'jXbHU':_0x563aae(0x107),'yoZMz':_0x563aae(0xbc),'HcMph':_0x563aae(0xfc),'JzdQS':function(_0x441a44,_0x4cac10){return _0x441a44===_0x4cac10;},'TiTHY':'bNRjP','kGHsa':_0x563aae(0xf1),'pQUAe':function(_0x1cb572){return _0x1cb572();},'Kguyo':_0x563aae(0xe0),'Dggnj':_0x563aae(0x14e),'PCklq':function(_0x2eef94,_0x249dfc,_0x343caf){return _0x2eef94(_0x249dfc,_0x343caf);}},_0x7b71ac='browserstack internal helper hook';_0x6de307[_0x563aae(0xf0)](typeof jasmine,_0x6de307['jXbHU'])&&(_0x6de307[_0x563aae(0xf0)](_0x6de307[_0x563aae(0xc2)],_0x6de307[_0x563aae(0xdb)])?jasmine[_0x563aae(0x151)]()[_0x563aae(0xb1)]({'specStarted':_0x5b3cd1=>{const _0x1fceff=_0x563aae;_0x6de307[_0x1fceff(0xf0)](_0x6de307[_0x1fceff(0xea)],_0x6de307[_0x1fceff(0xea)])?_0x53b116=_0x6de307['wjHBU'](_0x2449fd,_0x2f49c1[_0x1fceff(0xba)](_0x278ec1[_0x1fceff(0x153)])):jasmine[_0x1fceff(0xe8)]=_0x5b3cd1;}}):_0x28857d[_0x563aae(0x144)](_0x6de307[_0x563aae(0xc1)]));let _0xe559dd=![];try{_0x6de307[_0x563aae(0x126)](_0x6de307['TiTHY'],_0x6de307[_0x563aae(0x137)])?_0x495a97[_0x563aae(0x144)](_0x6de307[_0x563aae(0xe2)]):(await __drivers[0x0]['session_'],_0xe559dd=!![]);}catch(_0x528373){}if(_0xe559dd)try{try{_0x6de307[_0x563aae(0xbb)](isTestObservabilitySession)&&(global[_0x563aae(0x13f)][0x0]&&(_0x6de307[_0x563aae(0x126)](_0x6de307[_0x563aae(0x147)],_0x6de307[_0x563aae(0x10e)])?_0x128e4c[_0x563aae(0xe8)]=_0x367bf1:await _0x6de307[_0x563aae(0x130)](sendPlatformDetails,global['__drivers'][0x0],TestDetails['getTestUUID'](process['pid']+_0x563aae(0x135)))));}catch{}}catch(_0x288fa8){}}),beforeEach(async()=>{const _0x1370d1=a13_0x48b522,_0x9d20e3={'GtSbf':function(_0x504e42,_0x1d3550){return _0x504e42>_0x1d3550;},'RXOxQ':function(_0x378229){return _0x378229();},'DidFt':function(_0x2177d0,_0x42165c,_0x37ce9a){return _0x2177d0(_0x42165c,_0x37ce9a);},'vQfmv':function(_0x41a774){return _0x41a774();},'IRsMO':function(_0x590f20,_0x12e280){return _0x590f20===_0x12e280;},'YAApW':_0x1370d1(0x110),'nrOlS':'https:','AfdAh':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.'},_0x29584b='browserstack internal helper hook';try{_0x9d20e3[_0x1370d1(0xf3)](__drivers[_0x1370d1(0xdf)],0x1)&&(await _0x9d20e3[_0x1370d1(0x128)](driverCleanup),__drivers['shift']());const _0x1116ef=expect['getState']()[_0x1370d1(0x11c)];__drivers[0x0][_0x1370d1(0xd0)]=_0x1116ef;_0x9d20e3['GtSbf'](__drivers[0x0][_0x1370d1(0x108)],0x0)&&await _0x9d20e3[_0x1370d1(0x128)](driverCleanup);let _0x450cae=_0x9d20e3[_0x1370d1(0xda)](shouldScanTestForAccessibility,_0x1116ef,![]);if(_0x9d20e3[_0x1370d1(0x12e)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform'])try{let _0xbbd50e=await __drivers[0x0]['session_'];if(_0xbbd50e){let _0x4a545e=!![],_0x567048=await __drivers[0x0][_0x1370d1(0xd1)](),_0x431dba;try{_0x431dba=new URL(_0x567048);}catch(_0x258ab5){_0x4a545e=![];}_0x4a545e=_0x9d20e3['IRsMO'](_0x431dba[_0x1370d1(0xa9)],_0x9d20e3[_0x1370d1(0xb2)])||_0x9d20e3[_0x1370d1(0x116)](_0x431dba[_0x1370d1(0xa9)],_0x9d20e3[_0x1370d1(0xd9)]),_0x4a545e&&(_0x450cae?(logger[_0x1370d1(0x144)](_0x9d20e3[_0x1370d1(0x123)]),await __drivers[0x0][_0x1370d1(0xcf)](_0x1370d1(0x157))):await __drivers[0x0][_0x1370d1(0x122)](_0x1370d1(0xe9)));}}catch(_0x424a65){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x424a65);}if(_0x9d20e3[_0x1370d1(0xf3)](__drivers[0x0]['quitCount_'],0x0))await _0x9d20e3[_0x1370d1(0x12e)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x32d158=a13_0x48b522,_0x302a32={'UDTpH':function(_0x58f6c6,_0x2fd60d){return _0x58f6c6>_0x2fd60d;},'YkHqn':function(_0x2a910){return _0x2a910();},'XBWBz':function(_0x4c3ea1,_0x20eeaf){return _0x4c3ea1===_0x20eeaf;},'hrZAv':'testcase','wFnMg':function(_0x5d1cd0,_0xc4b6fb){return _0x5d1cd0>_0xc4b6fb;},'HIYvF':'appium:app','hUYlA':function(_0x1741a2,_0x3c615f,_0x3e79cf,_0xc60fc3){return _0x1741a2(_0x3c615f,_0x3e79cf,_0xc60fc3);},'Ioggv':function(_0x2bad3b,_0x450681,_0x930e27){return _0x2bad3b(_0x450681,_0x930e27);},'qmVYN':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','WoQCJ':function(_0x5c9c31,_0x4b299a){return _0x5c9c31(_0x4b299a);},'MlUWO':_0x32d158(0x131),'KhJTM':_0x32d158(0x145),'zVQLU':function(_0x4ab19c){return _0x4ab19c();}},_0x3a6098='browserstack internal helper hook';try{_0x302a32['UDTpH'](__drivers[_0x32d158(0xdf)],0x1)&&(await _0x302a32[_0x32d158(0x113)](driverCleanup),__drivers[_0x32d158(0xed)]());try{if(global['percy']&&_0x302a32[_0x32d158(0xe5)](global[_0x32d158(0x11e)],_0x302a32[_0x32d158(0xb0)])&&__drivers[0x0]){const _0x18d2d6=_0x302a32['wFnMg'](global['capabilities'][_0x32d158(0xdf)],0x0)?!!global[_0x32d158(0x158)][0x0]['app']||!!global[_0x32d158(0x158)][0x0][_0x302a32[_0x32d158(0x155)]]:![],_0x27c706={};_0x27c706['app']=_0x18d2d6,await _0x302a32[_0x32d158(0xd2)](percyAutoCapture,__drivers[0x0],_0x302a32['hrZAv'],_0x27c706);}}catch(_0xbae92e){}let _0x204626=_0x302a32[_0x32d158(0xee)](shouldScanTestForAccessibility,expect[_0x32d158(0x134)]()['currentTestName'],![]);try{if(_0x302a32['YkHqn'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x32d158(0x148)]){_0x204626&&logger[_0x32d158(0x144)](_0x302a32[_0x32d158(0x138)]);const _0x2e08d3={'saveResults':_0x204626,'testDetails':{'name':expect[_0x32d158(0x134)]()['currentTestName'],'testRunId':process[_0x32d158(0x129)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect['getState']()[_0x32d158(0xde)],'scopeList':[expect[_0x32d158(0x134)]()[_0x32d158(0x11c)]]},'platform':await _0x302a32[_0x32d158(0xcd)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x32d158(0xcf)]('\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',_0x2e08d3),_0x204626&&logger[_0x32d158(0x144)](_0x302a32['MlUWO']);}}catch(_0x35846b){logger[_0x32d158(0x150)](_0x32d158(0xd3)+this[_0x32d158(0xe8)][_0x32d158(0xfe)]()+'.\x20Error\x20:',_0x35846b);}await _0x302a32[_0x32d158(0x113)](setContext);try{if(_0x302a32[_0x32d158(0x113)](isTestObservabilitySession)){global['__drivers'][0x0]&&await _0x302a32[_0x32d158(0xee)](sendPlatformDetails,global[_0x32d158(0x13f)][0x0],TestDetails[_0x32d158(0x139)](process[_0x32d158(0x142)]+_0x32d158(0x135)));if(_0x302a32[_0x32d158(0x113)](isBrowserstackInfra)){const _0x16d9f5=_0x32d158(0x11a)+Date[_0x32d158(0xb7)]();await _0x302a32[_0x32d158(0xee)](executeAnnotate,JSON[_0x32d158(0xba)](_0x16d9f5),_0x302a32['KhJTM']);}}}catch(_0x55f8e4){}_0x302a32['wFnMg'](__drivers[0x0][_0x32d158(0x108)],0x0)&&await _0x302a32[_0x32d158(0xe4)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x41decd=a13_0x48b522,_0x12efb5={'uUhGb':function(_0x373677,_0x49e590){return _0x373677<=_0x49e590;},'uyXRh':function(_0xf9edb0,_0x13668b){return _0xf9edb0(_0x13668b);},'vYlLW':function(_0x4c9e1e){return _0x4c9e1e();},'XHuta':function(_0xe7c289,_0x1d64bd,_0x324cf5){return _0xe7c289(_0x1d64bd,_0x324cf5);},'RMjIx':function(_0x987196){return _0x987196();}};jest['setTimeout'](0x186a0);const _0x46581d='browserstack internal helper hook';await new Promise(_0x36de92=>{const _0x81da13=a13_0x2897,_0x5cb2fd=_0x12efb5[_0x81da13(0x104)](setInterval,async()=>{const _0x2acfe5=_0x81da13;_0x12efb5[_0x2acfe5(0xae)](RequestQueueHandler['getInstance']()[_0x2acfe5(0xf2)],0x0)&&(_0x12efb5['uyXRh'](clearInterval,_0x5cb2fd),_0x12efb5[_0x2acfe5(0xef)](_0x36de92));},0x3e8);});try{await _0x12efb5['RMjIx'](driverCleanup);}catch(_0x900e2){}process[_0x41decd(0x13c)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a14_0x58e9b3=a14_0x3336;function a14_0x369b(){const _0x1ba2dc=['6yOSxiF','restore','563643XSurMt','3691330ODxgIH','420517UoqZTd','setTimeout','14581aLBDIX','4408neXyux','2671320iWaxbs','776172rcqHlp','ksBPM','24712155JIBHcg','../../../helpers/test-observability/utils'];a14_0x369b=function(){return _0x1ba2dc;};return a14_0x369b();}(function(_0x415bf4,_0x1ebbb1){const _0x4725c6=a14_0x3336,_0x1aca75=_0x415bf4();while(!![]){try{const _0x2b3445=parseInt(_0x4725c6(0xde))/0x1+parseInt(_0x4725c6(0xe7))/0x2*(-parseInt(_0x4725c6(0xdc))/0x3)+-parseInt(_0x4725c6(0xe3))/0x4+-parseInt(_0x4725c6(0xdd))/0x5+parseInt(_0x4725c6(0xe2))/0x6+-parseInt(_0x4725c6(0xe0))/0x7*(parseInt(_0x4725c6(0xe1))/0x8)+parseInt(_0x4725c6(0xe5))/0x9;if(_0x2b3445===_0x1ebbb1)break;else _0x1aca75['push'](_0x1aca75['shift']());}catch(_0x57ee8d){_0x1aca75['push'](_0x1aca75['shift']());}}}(a14_0x369b,0xec4a7));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require(a14_0x58e9b3(0xe6));function a14_0x3336(_0x2234c1,_0x10f586){const _0x369b0a=a14_0x369b();return a14_0x3336=function(_0x333656,_0x3a1ecb){_0x333656=_0x333656-0xdb;let _0x357237=_0x369b0a[_0x333656];return _0x357237;},a14_0x3336(_0x2234c1,_0x10f586);}beforeAll(()=>{const _0x2cc90d=a14_0x58e9b3,_0x526487={'ksBPM':function(_0x3228d0){return _0x3228d0();}},_0x3689e2='browserstack internal helper hook';_0x526487[_0x2cc90d(0xe4)](addRequestSpy);}),afterAll(async()=>{const _0x22b608=a14_0x58e9b3,_0x26f76a='browserstack internal helper hook';jest[_0x22b608(0xdf)](0xea60),requestSpy[_0x22b608(0xdb)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a15_0x40e2(){const _0x15ede8=['566109UiIfsx','env','13083690KrRvev','ArNZn','2AhodGr','1489508IBeEKJ','trim','isTestObservabilitySession','cliConfig','1257351QrWjKI','testRegex','push','updateTestRerunConfig','1827248qvkQOG','BROWSERSTACK_RERUN_TESTS','../../../helpers/test-observability/utils','MDgnh','443795vTfaCS','311311anyCng','9GDEZqE','get','nocAk','has','length','yqsPY','testMatch','IYamD','18kbYxjy','split','shouldReRunObservabilityTests','rerunTests','map'];a15_0x40e2=function(){return _0x15ede8;};return a15_0x40e2();}function a15_0x1e96(_0x81ec5c,_0x4af51d){const _0x40e206=a15_0x40e2();return a15_0x1e96=function(_0x1e9668,_0x6d81c3){_0x1e9668=_0x1e9668-0x1c9;let _0x371be7=_0x40e206[_0x1e9668];return _0x371be7;},a15_0x1e96(_0x81ec5c,_0x4af51d);}const a15_0x317766=a15_0x1e96;(function(_0x41c4cf,_0x38593d){const _0x4f137c=a15_0x1e96,_0xf4df96=_0x41c4cf();while(!![]){try{const _0x1e199c=-parseInt(_0x4f137c(0x1ca))/0x1+-parseInt(_0x4f137c(0x1ce))/0x2*(parseInt(_0x4f137c(0x1d3))/0x3)+-parseInt(_0x4f137c(0x1cf))/0x4+-parseInt(_0x4f137c(0x1db))/0x5*(-parseInt(_0x4f137c(0x1e5))/0x6)+-parseInt(_0x4f137c(0x1dc))/0x7+parseInt(_0x4f137c(0x1d7))/0x8*(parseInt(_0x4f137c(0x1dd))/0x9)+parseInt(_0x4f137c(0x1cc))/0xa;if(_0x1e199c===_0x38593d)break;else _0xf4df96['push'](_0xf4df96['shift']());}catch(_0x1835b6){_0xf4df96['push'](_0xf4df96['shift']());}}}(a15_0x40e2,0x61e50));const testOpsHelper=require(a15_0x317766(0x1d9)),helper=require('../../../helpers/helper');exports[a15_0x317766(0x1d6)]=(_0x27eedf,_0x2ccf8c)=>{const _0x32510f=a15_0x317766,_0x57ef9e={};_0x57ef9e[_0x32510f(0x1e4)]=_0x32510f(0x1e8),_0x57ef9e[_0x32510f(0x1da)]=function(_0x2fa5a5,_0x52746b){return _0x2fa5a5!==_0x52746b;},_0x57ef9e[_0x32510f(0x1e2)]='null',_0x57ef9e[_0x32510f(0x1cd)]=function(_0x59fe82,_0x46a1b6){return _0x59fe82!==_0x46a1b6;},_0x57ef9e[_0x32510f(0x1df)]=function(_0x52f406,_0x3871f8){return _0x52f406>_0x3871f8;};const _0x2813da=_0x57ef9e;if(testOpsHelper[_0x32510f(0x1d1)]()&&testOpsHelper[_0x32510f(0x1e7)]()){let _0x2cb9e7=process[_0x32510f(0x1cb)][_0x32510f(0x1d8)];!helper['isUndefined'](_0x2ccf8c[_0x32510f(0x1d2)])&&_0x2ccf8c[_0x32510f(0x1d2)][_0x32510f(0x1e0)](_0x2813da[_0x32510f(0x1e4)])&&(_0x2cb9e7=_0x2ccf8c['cliConfig'][_0x32510f(0x1de)](_0x2813da['IYamD']));const _0xd89a46=[];_0x2813da[_0x32510f(0x1da)](_0x2cb9e7,_0x2813da['yqsPY'])&&_0x2813da[_0x32510f(0x1cd)](_0x2cb9e7,null)&&_0x2cb9e7[_0x32510f(0x1e6)](',')[_0x32510f(0x1c9)](_0x37ef89=>{const _0x59b456=_0x32510f;_0xd89a46[_0x59b456(0x1d5)](''+_0x37ef89[_0x59b456(0x1d0)]());}),_0x2813da[_0x32510f(0x1df)](_0xd89a46[_0x32510f(0x1e1)],0x0)&&(_0x27eedf[_0x32510f(0x1d4)]=_0xd89a46,delete _0x27eedf[_0x32510f(0x1e3)]);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a16_0x390ab6=a16_0x54f8;function a16_0x54f8(_0x145f37,_0x5cc4ae){const _0x4c1ab1=a16_0x4c1a();return a16_0x54f8=function(_0x54f81b,_0x574854){_0x54f81b=_0x54f81b-0x19d;let _0xf23fac=_0x4c1ab1[_0x54f81b];return _0xf23fac;},a16_0x54f8(_0x145f37,_0x5cc4ae);}(function(_0x590591,_0x5ac7d9){const _0x348024=a16_0x54f8,_0x14aa6c=_0x590591();while(!![]){try{const _0x6941fd=parseInt(_0x348024(0x2e7))/0x1+parseInt(_0x348024(0x226))/0x2*(-parseInt(_0x348024(0x283))/0x3)+parseInt(_0x348024(0x1e5))/0x4*(parseInt(_0x348024(0x2cc))/0x5)+parseInt(_0x348024(0x21f))/0x6+-parseInt(_0x348024(0x2cb))/0x7*(-parseInt(_0x348024(0x280))/0x8)+-parseInt(_0x348024(0x1ca))/0x9+-parseInt(_0x348024(0x28a))/0xa*(parseInt(_0x348024(0x305))/0xb);if(_0x6941fd===_0x5ac7d9)break;else _0x14aa6c['push'](_0x14aa6c['shift']());}catch(_0x5718fc){_0x14aa6c['push'](_0x14aa6c['shift']());}}}(a16_0x4c1a,0x81fd5));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a16_0x390ab6(0x257)),{name,version}=require('../../../../package.json'),stackTrace=require('stack-trace'),path=require('path'),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0x390ab6(0x1fa)),{o11yClassErrorHandler}=require(a16_0x390ab6(0x1a9)),{getGitMetaData}=require(a16_0x390ab6(0x1be)),a16_0x3fd27a={};a16_0x3fd27a[a16_0x390ab6(0x241)]=a16_0x390ab6(0x285),a16_0x3fd27a[a16_0x390ab6(0x2ff)]=a16_0x390ab6(0x1f1),a16_0x3fd27a[a16_0x390ab6(0x2b3)]=a16_0x390ab6(0x2ef);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x3fd27a,a16_0x391d58={};a16_0x391d58[a16_0x390ab6(0x2d5)]=a16_0x390ab6(0x26a),a16_0x391d58['afterAll']=a16_0x390ab6(0x2f8),a16_0x391d58['beforeEach']=a16_0x390ab6(0x245),a16_0x391d58['afterEach']=a16_0x390ab6(0x2f5);const HOOK_TYPES_MAP=a16_0x391d58;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x315eb0=a16_0x390ab6,_0x5e8b73={'jVyFj':_0x315eb0(0x229),'JJUhV':function(_0x4fcc58){return _0x4fcc58();}},_0x38c5d1=_0x5e8b73[_0x315eb0(0x2d4)][_0x315eb0(0x1a0)]('|');let _0xf05716=0x0;while(!![]){switch(_0x38c5d1[_0xf05716++]){case'0':this[_0x315eb0(0x2e9)]=this[_0x315eb0(0x2f0)]();continue;case'1':this[_0x315eb0(0x2c8)]=[];continue;case'2':this[_0x315eb0(0x2d7)]=new PathHelper({'cwd':process['cwd']()},this[_0x315eb0(0x2e9)][_0x315eb0(0x206)]);continue;case'3':this[_0x315eb0(0x2cf)]=_0x5e8b73[_0x315eb0(0x230)](isTestObservabilitySession);continue;case'4':this['_testResults']=[];continue;case'5':this['_gitConfigured']=![];continue;case'6':this[_0x315eb0(0x27a)]=null;continue;}break;}}[a16_0x390ab6(0x2f0)]=()=>{const _0x57e211=a16_0x390ab6,_0x4d1fe2={'ERoFR':_0x57e211(0x1ff),'jORhp':function(_0x1cc8f8){return _0x1cc8f8();}};return{'ci':_0x4d1fe2[_0x57e211(0x1c7)],'key':_0x4d1fe2[_0x57e211(0x218)](uuidv4),'version':version,'collector':_0x57e211(0x1ed)+name};};['registerListeners'](){const _0x339bce=a16_0x390ab6;process[_0x339bce(0x2ac)]('bs:addLog:'+process['pid']),process['on'](_0x339bce(0x22a)+process[_0x339bce(0x2c5)],this[_0x339bce(0x266)][_0x339bce(0x1d6)](this)),process[_0x339bce(0x2ac)](_0x339bce(0x260)+process['pid']),process['on'](_0x339bce(0x260)+process[_0x339bce(0x2c5)],this['appendTestPlatform'][_0x339bce(0x1d6)](this));}['testStarted']=async _0x136ab1=>{const _0x3c59e5=a16_0x390ab6,_0x13633d={'mUgRG':function(_0x21b096,_0x365fb6){return _0x21b096===_0x365fb6;},'YDEZF':_0x3c59e5(0x26b),'oQGNu':function(_0xdd854f,_0x42ed2a){return _0xdd854f>_0x42ed2a;},'Vdtxh':function(_0x3c322f,_0x38e24a){return _0x3c322f==_0x38e24a;},'kVARu':function(_0xbcdb6b,_0x476c4c){return _0xbcdb6b===_0x476c4c;},'OIWuR':_0x3c59e5(0x1d8),'dLYPP':'TestRunStarted','kqGCk':function(_0x2a68a6,_0x40d5ba){return _0x2a68a6===_0x40d5ba;},'DEYBg':'DAPxl','wGGsa':_0x3c59e5(0x211),'zzsJQ':function(_0xd30040,_0x14cd9a){return _0xd30040(_0x14cd9a);}};try{if(_0x13633d[_0x3c59e5(0x2a9)](_0x13633d[_0x3c59e5(0x30a)],_0x13633d[_0x3c59e5(0x30a)])){const _0x27561c=this[_0x3c59e5(0x288)];this[_0x3c59e5(0x288)]=_0x136ab1,_0x136ab1[_0x3c59e5(0x286)]=null,_0x136ab1[_0x3c59e5(0x1f5)]=TestDetails[_0x3c59e5(0x1e4)](process['pid']+_0x3c59e5(0x1cf)),_0x136ab1[_0x3c59e5(0x2bc)]=new Date()['toISOString']();if(_0x13633d['oQGNu'](_0x136ab1[_0x3c59e5(0x30d)],0x0)&&_0x27561c&&_0x13633d[_0x3c59e5(0x1e1)](_0x27561c[_0x3c59e5(0x1d4)],_0x136ab1['title'])){if(_0x13633d[_0x3c59e5(0x24f)](_0x13633d['OIWuR'],_0x13633d['OIWuR']))_0x136ab1[_0x3c59e5(0x286)]=_0x27561c[_0x3c59e5(0x1f5)],await this['sendTestRunEvent'](_0x136ab1,undefined,![],_0x13633d['dLYPP']),_0x27561c[_0x3c59e5(0x1e0)]=STATE_FAILED,await this['sendTestRunEvent'](_0x27561c,undefined,!![]);else return;}else{if(_0x13633d[_0x3c59e5(0x2fe)](_0x13633d[_0x3c59e5(0x2d8)],_0x13633d[_0x3c59e5(0x2d8)]))await this[_0x3c59e5(0x234)](_0x136ab1,undefined,![],_0x13633d[_0x3c59e5(0x28f)]);else{if(_0x16ab35[_0x3c59e5(0x237)]){const _0x13f977=_0x49c6cf[_0x3c59e5(0x222)][_0x3c59e5(0x2b2)](_0x1eeca4,_0x419f67['asyncError']);return _0x13f977[0x0][_0x3c59e5(0x2d1)]();}if(_0x345e7f[_0x3c59e5(0x1ac)])return _0x16ff11['file'];return null;}}}else this[_0x3c59e5(0x27a)]=_0x4e813a[_0x3c59e5(0x1ad)];}catch(_0x2e7a1c){if(_0x13633d[_0x3c59e5(0x2a9)](_0x13633d[_0x3c59e5(0x1fe)],_0x13633d['wGGsa']))_0x13633d[_0x3c59e5(0x29f)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x2e7a1c);else{if(!_0x5516fc||!_0x75c3d0[_0x3c59e5(0x256)])return[];const _0x227e41=[];return _0x4df627[_0x3c59e5(0x256)][_0x3c59e5(0x1f8)][_0x3c59e5(0x238)](_0x414f34=>{const _0x40d8c7=_0x3c59e5;_0x414f34[_0x40d8c7(0x2e6)]&&_0x227e41[_0x40d8c7(0x242)](_0x414f34['hookAnalyticsId']);}),[..._0x227e41,...this[_0x3c59e5(0x2a3)](_0xca6f2a[_0x3c59e5(0x256)])];}}};[a16_0x390ab6(0x29e)](_0x2d2cad){const _0x73f264=a16_0x390ab6,_0x333153={};_0x333153[_0x73f264(0x279)]=_0x73f264(0x1f4),_0x333153['iXnhX']=function(_0x102366,_0x48f367){return _0x102366!==_0x48f367;},_0x333153[_0x73f264(0x1f2)]='test',_0x333153[_0x73f264(0x28c)]=function(_0x2d7635,_0x23e058){return _0x2d7635===_0x23e058;},_0x333153[_0x73f264(0x28b)]=_0x73f264(0x30c);const _0x8d465b=_0x333153;if(_0x8d465b['iXnhX'](_0x2d2cad[_0x73f264(0x292)],_0x8d465b[_0x73f264(0x1f2)])){if(_0x8d465b['kFcBe'](_0x8d465b['HQwKx'],_0x8d465b[_0x73f264(0x28b)]))return'\x22'+_0x2d2cad[_0x73f264(0x292)]+'\x22\x20hook\x20for\x20\x22'+(_0x2d2cad['parent']&&_0x2d2cad['parent'][_0x73f264(0x302)])+'\x22';else _0x51aec3[_0x8d465b[_0x73f264(0x279)]]=_0x457471;}return _0x2d2cad[_0x73f264(0x302)];}[a16_0x390ab6(0x234)]=async(_0x4d8a9d,_0x14af51=undefined,_0x587256=![],_0x4ddc8e=a16_0x390ab6(0x1d9))=>{const _0x29e114=a16_0x390ab6,_0x3d38e6={'ptdif':function(_0x1185c8,_0x2de8d1){return _0x1185c8(_0x2de8d1);},'gCHbT':_0x29e114(0x285),'yubxP':_0x29e114(0x2ef),'rJDBR':'failed','jhvhs':function(_0x55b3e6,_0xebc61e){return _0x55b3e6===_0xebc61e;},'qzleS':_0x29e114(0x29b),'Ibces':function(_0x32118f,_0x56f9d9){return _0x32118f!==_0x56f9d9;},'KYnMQ':function(_0x1abcfc,_0x1565f7){return _0x1abcfc!==_0x1565f7;},'RSraH':function(_0x42147a,_0x2b988c){return _0x42147a(_0x2b988c);},'UjHkp':function(_0x56dc90,_0xfd1376){return _0x56dc90==_0xfd1376;},'AjQzQ':_0x29e114(0x2d0),'bwMRy':_0x29e114(0x253),'CCYSB':_0x29e114(0x1f4),'LNJYs':_0x29e114(0x267),'nloIQ':_0x29e114(0x221),'RbptL':_0x29e114(0x1c9),'KAdvh':'failure_type','FsqJL':_0x29e114(0x303),'sRYEv':_0x29e114(0x1c3),'aKbZJ':_0x29e114(0x22c),'tlLdt':_0x29e114(0x259),'BdBzJ':'failure_reason','eTnGo':function(_0x344d60,_0x4bffbc){return _0x344d60!==_0x4bffbc;},'uztXu':_0x29e114(0x250),'xmMBy':_0x29e114(0x2c2),'TwfAi':'ierrw','lSNUZ':_0x29e114(0x271),'TfbZy':_0x29e114(0x2b4),'QWyje':function(_0x399982,_0x56b8a7){return _0x399982(_0x56b8a7);},'VipTl':_0x29e114(0x1d2),'CxAVd':function(_0xb9f844,_0x4e8cfd){return _0xb9f844(_0x4e8cfd);},'CnPcw':_0x29e114(0x2f1),'HnpRc':function(_0x4f7639,_0x26674c){return _0x4f7639!==_0x26674c;},'zQIQk':_0x29e114(0x1cd),'VXHFL':_0x29e114(0x1b9),'ugEIU':_0x29e114(0x26e),'xwGwY':function(_0x144986,_0x15002d){return _0x144986!==_0x15002d;},'pSXgI':function(_0x2e471b,_0x997454){return _0x2e471b===_0x997454;},'ieloW':'awjez','Noysh':_0x29e114(0x1ef),'PBFWW':function(_0x816f98,_0x1b910c){return _0x816f98===_0x1b910c;},'URgYh':_0x29e114(0x20b),'PKXgT':_0x29e114(0x304),'XxbOv':function(_0x3169f4,_0x59ecdd){return _0x3169f4!==_0x59ecdd;},'qSZiR':'File\x20path\x20could\x20not\x20be\x20found','cReak':_0x29e114(0x293),'wVFGh':function(_0x359d6f,_0x27fc4f){return _0x359d6f===_0x27fc4f;},'clxtP':_0x29e114(0x28d),'KKWic':function(_0x4191f4,_0x396695){return _0x4191f4>_0x396695;},'MkHKQ':function(_0x4e6f1e,_0x47c4d0){return _0x4e6f1e-_0x47c4d0;},'alTDv':function(_0x521a46,..._0x1b6ba2){return _0x521a46(..._0x1b6ba2);},'JWODu':function(_0x29197d,_0x58045a){return _0x29197d===_0x58045a;},'AgUga':_0x29e114(0x2bc),'nHnmC':_0x29e114(0x243),'pKgBK':_0x29e114(0x1e2),'XCUjB':_0x29e114(0x2eb),'isBFu':function(_0x2a27c5,_0x97184e){return _0x2a27c5!==_0x97184e;},'YHBOj':_0x29e114(0x2f6),'CuNdM':_0x29e114(0x2b8),'ddbEF':function(_0x19236d,_0x5c17c6){return _0x19236d===_0x5c17c6;},'KzFyy':_0x29e114(0x1e7),'sDtBR':_0x29e114(0x1c1),'mPtHr':function(_0x124c37,_0x52cf5a){return _0x124c37!==_0x52cf5a;},'yjpaR':_0x29e114(0x299),'CpioT':_0x29e114(0x2c4),'WnxGY':function(_0x5e5926,_0xb4a8d4){return _0x5e5926===_0xb4a8d4;},'TrCbZ':_0x29e114(0x248),'HNkLf':_0x29e114(0x306),'PpjzY':'failure_backtrace','nCAyu':_0x29e114(0x27d),'QtIls':_0x29e114(0x261),'iPsVm':'expanded','yeHwC':_0x29e114(0x1d9),'MjGYi':function(_0x132ce6,_0x258c6c){return _0x132ce6===_0x258c6c;},'vMAdn':_0x29e114(0x215),'JEPTg':_0x29e114(0x297),'oktcy':function(_0x2cf426,_0x5eee61){return _0x2cf426===_0x5eee61;},'KeFbS':function(_0xac52c4,_0x4ca8ff){return _0xac52c4===_0x4ca8ff;},'DhTRW':_0x29e114(0x263),'knUbc':_0x29e114(0x291),'iOARl':'RYlFk','TdaRX':_0x29e114(0x1ec),'HsVef':'OSgKR','BkuhT':function(_0x20fd8d,_0x6a3a64){return _0x20fd8d===_0x6a3a64;},'Blqga':_0x29e114(0x2d9),'Cbmsr':function(_0x199335,_0x18b7e0){return _0x199335===_0x18b7e0;},'wwCyd':_0x29e114(0x2d5),'TMSjj':_0x29e114(0x1c0),'Qjbtp':_0x29e114(0x1ee),'fpGyW':function(_0x3423a1,_0x2022d5){return _0x3423a1!==_0x2022d5;},'JmknQ':_0x29e114(0x2b7),'TEaOE':'JSySH'};try{if(_0x3d38e6[_0x29e114(0x2bf)](_0x3d38e6[_0x29e114(0x2ab)],_0x3d38e6[_0x29e114(0x2ab)])){if(_0x4d8a9d['fn']&&_0x4d8a9d['fn'][_0x29e114(0x30e)]()[_0x29e114(0x23f)](/browserstack internal helper hook/))return;let _0x30158c;try{_0x3d38e6['Ibces'](_0x3d38e6['TwfAi'],_0x3d38e6[_0x29e114(0x2ae)])?_0x30158c=this[_0x29e114(0x1c5)](_0x4d8a9d):(_0x3d38e6[_0x29e114(0x2de)](_0x6034c,_0x29e114(0x2e3)+_0x24783e),_0x21644e=null);}catch(_0x1f4c20){if(_0x3d38e6['eTnGo'](_0x3d38e6['TfbZy'],_0x3d38e6[_0x29e114(0x1dd)])){const _0x293c51={};return _0x293c51[_0x432a31]=_0x3d38e6[_0x29e114(0x202)],_0x293c51[_0x1bfc35]=_0x3d38e6['yubxP'],_0x293c51[_0xa9a2e1]=_0x3d38e6[_0x29e114(0x258)],_0x293c51[_0x1cd56b];}else _0x3d38e6['QWyje'](debug,_0x29e114(0x2e3)+_0x1f4c20),_0x30158c=null;}if(_0x30158c[_0x29e114(0x231)](_0x3d38e6['VipTl']))return;const _0x97460=_0x3d38e6[_0x29e114(0x217)](require,_0x3d38e6[_0x29e114(0x294)]);let _0x103f6d=[];if(_0x3d38e6['eTnGo'](_0x4d8a9d['errorsDetailed'],undefined))_0x3d38e6[_0x29e114(0x207)](_0x3d38e6[_0x29e114(0x2ad)],_0x3d38e6[_0x29e114(0x27e)])?_0x103f6d=[_0x4d8a9d[_0x29e114(0x1bc)],_0x3d38e6[_0x29e114(0x1b4)]]:(_0x33e81d[_0x29e114(0x2ac)](_0x29e114(0x22a)+_0x29474f[_0x29e114(0x2c5)]),_0x51907f['on'](_0x29e114(0x22a)+_0xd2847e['pid'],this[_0x29e114(0x266)][_0x29e114(0x1d6)](this)),_0xd88dd8[_0x29e114(0x2ac)]('bs:addPlatformDetails:'+_0x1b1672[_0x29e114(0x2c5)]),_0x27b116['on'](_0x29e114(0x260)+_0xe7c08d[_0x29e114(0x2c5)],this[_0x29e114(0x2a7)][_0x29e114(0x1d6)](this)));else{if(_0x3d38e6[_0x29e114(0x24b)](_0x14af51,undefined)){if(_0x3d38e6[_0x29e114(0x1d5)](_0x3d38e6['ieloW'],_0x3d38e6[_0x29e114(0x2c6)]))_0x103f6d=[_0x14af51,_0x3d38e6[_0x29e114(0x216)]];else return null;}else _0x3d38e6[_0x29e114(0x1a8)](_0x3d38e6[_0x29e114(0x295)],_0x3d38e6[_0x29e114(0x1e9)])?(this[_0x29e114(0x1f0)][_0x29e114(0x242)](_0x512c05),_0x1efbb0[_0x29e114(0x1f8)]=this['getHooksForTest'](_0x1d4578),this[_0x29e114(0x2f2)](_0x1fad7a)):_0x103f6d=[];}const _0x5576d9=_0x3d38e6['HnpRc'](_0x4d8a9d[_0x29e114(0x1bc)],undefined)?_0x97460[_0x29e114(0x228)](_0x4d8a9d[_0x29e114(0x1bc)][0x0]):_0x3d38e6[_0x29e114(0x2b6)](_0x14af51,undefined)?_0x14af51['toString']():undefined,_0x14e668=_0x30158c?this[_0x29e114(0x2d7)][_0x29e114(0x1b7)](this[_0x29e114(0x1c5)](_0x4d8a9d)):_0x3d38e6[_0x29e114(0x1e6)];let _0x4b31ca={'framework':FRAMEWORKS['JEST'],'uuid':_0x4d8a9d[_0x29e114(0x1f5)]||_0x4d8a9d[_0x29e114(0x2e6)],'name':this[_0x29e114(0x29e)](_0x4d8a9d),'body':{'lang':_0x3d38e6['cReak'],'code':_0x4d8a9d['fn'][_0x29e114(0x30e)]()},'scopes':this['getHierarchy'](_0x4d8a9d),'file_name':_0x14e668,'vc_filepath':this['_gitConfigPath']&&_0x30158c?path[_0x29e114(0x1a6)](this[_0x29e114(0x27a)],_0x30158c):null,'location':_0x14e668,'result':_0x3d38e6[_0x29e114(0x255)](_0x4ddc8e,_0x3d38e6[_0x29e114(0x1d7)])?_0x3d38e6[_0x29e114(0x1fc)]:this[_0x29e114(0x21d)](_0x4d8a9d[_0x29e114(0x1bc)]&&_0x3d38e6[_0x29e114(0x2c3)](_0x4d8a9d[_0x29e114(0x1bc)][_0x29e114(0x26f)],0x0)?_0x3d38e6[_0x29e114(0x258)]:_0x3d38e6[_0x29e114(0x202)]),'failure_reason':_0x5576d9,'duration_in_ms':_0x4d8a9d[_0x29e114(0x1fb)]||(_0x4ddc8e[_0x29e114(0x23f)](/Finished/)||_0x4ddc8e[_0x29e114(0x23f)](/Skipped/)?_0x3d38e6['MkHKQ'](Date[_0x29e114(0x232)](),new Date(_0x4d8a9d[_0x29e114(0x2bc)])['getTime']()):null),'started_at':_0x4d8a9d[_0x29e114(0x2bc)],'finished_at':_0x4ddc8e[_0x29e114(0x23f)](/Finished/)||_0x4ddc8e['match'](/Skipped/)?new Date()['toISOString']():null,'failure':_0x3d38e6[_0x29e114(0x205)](failureData,..._0x103f6d),'failure_type':!_0x5576d9?null:_0x3d38e6[_0x29e114(0x308)](getFailureType,_0x5576d9),'retry_of':_0x4d8a9d[_0x29e114(0x286)]};_0x3d38e6[_0x29e114(0x25d)](_0x4ddc8e,_0x3d38e6['clxtP'])&&!_0x4b31ca[_0x3d38e6[_0x29e114(0x2a2)]]&&(_0x3d38e6[_0x29e114(0x1b5)](_0x3d38e6[_0x29e114(0x289)],_0x3d38e6['pKgBK'])?_0x4b31ca[_0x3d38e6[_0x29e114(0x2a2)]]=_0x4b31ca[_0x3d38e6[_0x29e114(0x2b5)]]:_0x4b2975[_0x29e114(0x2c0)]=_0x3c052a);if(_0x4ddc8e[_0x29e114(0x23f)](/HookRun/)){if(_0x3d38e6[_0x29e114(0x2fd)](_0x3d38e6[_0x29e114(0x2d6)],_0x3d38e6[_0x29e114(0x1ba)])){[_0x4b31ca[_0x29e114(0x250)],_0x4b31ca[_0x29e114(0x302)]]=[_0x4d8a9d['type'],this[_0x29e114(0x29e)](_0x4d8a9d)];if(_0x3d38e6['PBFWW'](_0x4ddc8e,_0x3d38e6['qzleS'])){if(_0x3d38e6[_0x29e114(0x1bd)](_0x3d38e6[_0x29e114(0x201)],_0x3d38e6[_0x29e114(0x262)])){[_0x49bb73[_0x29e114(0x250)],_0x387c33['name']]=[_0x2fcc75[_0x29e114(0x292)],this['getName'](_0xe8f9b2)];if(_0x3d38e6[_0x29e114(0x2bf)](_0x44fa44,_0x3d38e6[_0x29e114(0x2e2)])){if(_0x3d38e6[_0x29e114(0x25a)](_0x447d8a['result'],_0x3d38e6['rJDBR']))_0x4232f0['result']=_0x3d38e6['gCHbT'];}}else{if(_0x3d38e6[_0x29e114(0x2a6)](_0x4b31ca[_0x29e114(0x267)],_0x3d38e6[_0x29e114(0x258)]))_0x4b31ca[_0x29e114(0x267)]=_0x3d38e6[_0x29e114(0x202)];}}}else _0x48006c=this[_0x29e114(0x1c5)](_0x47f897);}else{if(_0x4ddc8e[_0x29e114(0x23f)](/TestRun/)){if(_0x3d38e6[_0x29e114(0x1bd)](_0x3d38e6[_0x29e114(0x2c1)],_0x3d38e6['CpioT'])){let _0x15be15=_0x19e1ce[_0x29e114(0x256)];while(_0x15be15&&_0x15be15[_0x29e114(0x302)]&&_0x3d38e6[_0x29e114(0x296)](_0x15be15[_0x29e114(0x302)],'')){_0x5c0adb[_0x29e114(0x242)](_0x15be15[_0x29e114(0x302)]),_0x15be15=_0x15be15['name'];}}else this[_0x29e114(0x2e5)](_0x4d8a9d);}}const _0xea5daf=_0x4b31ca[_0x3d38e6['RbptL']][0x0];if(_0xea5daf){if(_0x3d38e6[_0x29e114(0x225)](_0x3d38e6[_0x29e114(0x2fb)],_0x3d38e6[_0x29e114(0x2da)])){if(!_0x3b7e25||!_0x30125a[_0x29e114(0x256)])return;_0x2e65a7['parent'][_0x29e114(0x1f8)][_0x29e114(0x238)](_0x4316cf=>{const _0x251eae=_0x29e114;!_0x4316cf['hookAnalyticsId']&&(_0x4316cf[_0x251eae(0x2e6)]=_0x454cf7['setTestUUID'](_0x481191[_0x251eae(0x2c5)]+':hookAnalyticsId'));}),this[_0x29e114(0x2e5)](_0x591b8a[_0x29e114(0x256)]);}else _0x4b31ca[_0x3d38e6[_0x29e114(0x20e)]]=_0xea5daf[_0x3d38e6[_0x29e114(0x1b3)]],_0x4b31ca[_0x3d38e6[_0x29e114(0x2a1)]]=_0xea5daf[_0x3d38e6[_0x29e114(0x27b)]];}[_0x3d38e6[_0x29e114(0x21e)],_0x3d38e6['clxtP']][_0x29e114(0x231)](_0x4ddc8e)&&(_0x3d38e6[_0x29e114(0x204)](_0x3d38e6[_0x29e114(0x236)],_0x3d38e6['JEPTg'])?_0x3d38e6[_0x29e114(0x308)](_0x5dc6f7,_0x29e114(0x1c4)+_0x208775+_0x29e114(0x20f)+_0x4a54c6):(this[_0x29e114(0x1f0)]['push'](_0x4b31ca),_0x4b31ca[_0x29e114(0x1f8)]=this['getHooksForTest'](_0x4d8a9d),this['resetTestHooks'](_0x4d8a9d)));let _0x41e27a={'event_type':_0x3d38e6[_0x29e114(0x2ce)](_0x4ddc8e,_0x3d38e6['clxtP'])?_0x3d38e6[_0x29e114(0x21e)]:_0x4ddc8e};if(_0x4ddc8e[_0x29e114(0x23f)](/HookRun/))_0x3d38e6[_0x29e114(0x235)](_0x3d38e6[_0x29e114(0x1d3)],_0x3d38e6['DhTRW'])?(_0x4b31ca[_0x3d38e6[_0x29e114(0x227)]]=HOOK_TYPES_MAP[_0x4b31ca[_0x3d38e6[_0x29e114(0x227)]]],_0x41e27a[_0x3d38e6['tlLdt']]=_0x4b31ca):this['mapTestHooks'](_0x4f5ea8);else{if(_0x3d38e6[_0x29e114(0x255)](_0x3d38e6['knUbc'],_0x3d38e6[_0x29e114(0x274)])){const _0x5efa65=_0x5d2123['sep'];if(_0x3d38e6[_0x29e114(0x2a0)](_0x9884e1,null)||_0x3d38e6['UjHkp'](_0x148931,'')||_0x3d38e6[_0x29e114(0x2a0)](_0x272359,_0x5efa65))return null;try{return _0x466bf6[_0x29e114(0x2af)](_0x4a9add['join'](_0x4ee12e,_0x3d38e6[_0x29e114(0x20c)],_0x3d38e6[_0x29e114(0x1d1)])),_0x9134;}catch(_0x3d8b23){let _0x341d3=_0x26fb20[_0x29e114(0x23d)](_0x54086a);return this[_0x29e114(0x1f6)](_0x341d3);}}else _0x41e27a[_0x3d38e6['CCYSB']]=_0x4b31ca;}_0x3d38e6['KKWic'](this['hook_data']['length'],0x0)&&[_0x3d38e6['yeHwC'],_0x3d38e6['clxtP']][_0x29e114(0x231)](_0x4ddc8e)&&(_0x3d38e6['XxbOv'](_0x3d38e6[_0x29e114(0x298)],_0x3d38e6['HsVef'])?(this[_0x29e114(0x2c8)][_0x29e114(0x238)](async _0x38882b=>{const _0x456033=_0x29e114;if(_0x3d38e6['KYnMQ'](_0x3d38e6[_0x456033(0x276)],_0x3d38e6[_0x456033(0x1b0)])){const _0x217c61=_0x3d38e6[_0x456033(0x265)][_0x456033(0x1a0)]('|');let _0x2507d5=0x0;while(!![]){switch(_0x217c61[_0x2507d5++]){case'0':_0x38882b[_0x3d38e6[_0x456033(0x2ca)]][_0x3d38e6[_0x456033(0x29c)]]=_0x41e27a[_0x3d38e6['CCYSB']][_0x3d38e6[_0x456033(0x29c)]];continue;case'1':_0x38882b[_0x3d38e6[_0x456033(0x2ca)]][_0x3d38e6[_0x456033(0x2dd)]]=_0x41e27a[_0x3d38e6['CCYSB']][_0x3d38e6[_0x456033(0x2dd)]];continue;case'2':_0x38882b[_0x3d38e6['tlLdt']][_0x3d38e6[_0x456033(0x275)]]=_0x41e27a[_0x3d38e6[_0x456033(0x209)]][_0x3d38e6[_0x456033(0x275)]];continue;case'3':_0x38882b[_0x3d38e6['tlLdt']][_0x3d38e6[_0x456033(0x2fa)]]=_0x41e27a[_0x3d38e6['CCYSB']][_0x3d38e6['KAdvh']];continue;case'4':await SessionHandler['uploadEventData'](_0x38882b);continue;}break;}}else _0x100f3c[_0x3d38e6[_0x456033(0x209)]][_0x3d38e6[_0x456033(0x275)]]=_0x3d38e6[_0x456033(0x1fc)],_0x18c3c1[_0x3d38e6[_0x456033(0x209)]][_0x3d38e6[_0x456033(0x2dd)]]=null,_0x534b4e[_0x3d38e6[_0x456033(0x209)]][_0x3d38e6[_0x456033(0x2fa)]]=null;}),this[_0x29e114(0x2c8)]=[]):_0x29520d[_0x29e114(0x2e6)]=null);if(_0x3d38e6[_0x29e114(0x1d0)](this[_0x29e114(0x2f7)],_0x4d8a9d[_0x29e114(0x292)])){if(_0x3d38e6[_0x29e114(0x225)](_0x3d38e6[_0x29e114(0x284)],_0x3d38e6['Blqga'])){this['hook_data'][_0x29e114(0x242)](_0x41e27a);return;}else{this['hook_data'][_0x29e114(0x242)](_0x480eb4);return;}}_0x3d38e6[_0x29e114(0x281)](this[_0x29e114(0x2f7)],_0x3d38e6[_0x29e114(0x2a5)])&&_0x41e27a[_0x3d38e6['CCYSB']]&&(_0x3d38e6[_0x29e114(0x2bf)](_0x3d38e6[_0x29e114(0x1bf)],_0x3d38e6[_0x29e114(0x2cd)])?(_0x3ee747['push'](_0x1cc6a3[_0x29e114(0x302)]),_0x20c5a3=_0x2b8816['name']):(_0x41e27a[_0x3d38e6[_0x29e114(0x209)]][_0x3d38e6[_0x29e114(0x275)]]=_0x3d38e6['nloIQ'],_0x41e27a[_0x3d38e6['CCYSB']][_0x3d38e6['RbptL']]=null,_0x41e27a[_0x3d38e6[_0x29e114(0x209)]][_0x3d38e6[_0x29e114(0x2fa)]]=null)),await SessionHandler[_0x29e114(0x30b)](_0x41e27a);}else{const _0x1d2954=[];if(_0x1bc504&&_0x4be8ca[_0x29e114(0x256)]){let _0x31d69e=_0x170901['parent'];while(_0x31d69e&&_0x31d69e['name']&&_0x3d38e6[_0x29e114(0x1b5)](_0x31d69e[_0x29e114(0x302)],'')){_0x1d2954[_0x29e114(0x242)](_0x31d69e[_0x29e114(0x302)]),_0x31d69e=_0x31d69e['name'];}}return _0x1d2954[_0x29e114(0x27f)](),_0x1d2954;}}catch(_0x3b8129){_0x3d38e6[_0x29e114(0x26c)](_0x3d38e6[_0x29e114(0x1da)],_0x3d38e6[_0x29e114(0x2e1)])?_0x3d38e6[_0x29e114(0x2de)](debug,_0x29e114(0x1c4)+_0x4ddc8e+'\x20with\x20error\x20:\x20'+_0x3b8129):(_0x15fb1b[_0x3d38e6[_0x29e114(0x227)]]=_0xfa4b8c[_0xcda904[_0x3d38e6[_0x29e114(0x227)]]],_0xd20b34[_0x3d38e6[_0x29e114(0x2ca)]]=_0x5674d1);}};[a16_0x390ab6(0x1f6)](_0x30c054){const _0x52afda=a16_0x390ab6,_0xe0d0e9={'JNzvk':_0x52afda(0x1ef),'iipJI':function(_0x28edfc,_0x35d646){return _0x28edfc(_0x35d646);},'qQakW':function(_0x48f5da,_0x1e867c){return _0x48f5da==_0x1e867c;},'cGvTQ':function(_0x143c56,_0x4d53e4){return _0x143c56==_0x4d53e4;},'UdnUX':function(_0x3e20b4,_0x34632f){return _0x3e20b4===_0x34632f;},'MSqGI':_0x52afda(0x30f),'AtEno':function(_0x146d56,_0x434907){return _0x146d56===_0x434907;},'XbvdA':'AgYVo','apJtS':'.git','rysUM':_0x52afda(0x253),'yvnvc':function(_0x5cfaad,_0x225e55){return _0x5cfaad!==_0x225e55;},'SsqcZ':'pMBZU','ttnyV':_0x52afda(0x2f9)},_0x146073=path[_0x52afda(0x1b1)];if(_0xe0d0e9[_0x52afda(0x23c)](_0x30c054,null)||_0xe0d0e9[_0x52afda(0x25e)](_0x30c054,'')||_0xe0d0e9[_0x52afda(0x25e)](_0x30c054,_0x146073)){if(_0xe0d0e9['UdnUX'](_0xe0d0e9['MSqGI'],_0xe0d0e9[_0x52afda(0x20a)]))return null;else _0x242368=[_0x4bbeb5,_0xe0d0e9['JNzvk']];}try{if(_0xe0d0e9[_0x52afda(0x1ea)](_0xe0d0e9[_0x52afda(0x22d)],_0xe0d0e9[_0x52afda(0x22d)]))return fs[_0x52afda(0x2af)](path[_0x52afda(0x2ba)](_0x30c054,_0xe0d0e9[_0x52afda(0x1de)],_0xe0d0e9[_0x52afda(0x212)])),_0x30c054;else _0xe0d0e9[_0x52afda(0x24c)](_0x3fce7a,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x57525a);}catch(_0x18f2eb){if(_0xe0d0e9[_0x52afda(0x1f3)](_0xe0d0e9['SsqcZ'],_0xe0d0e9[_0x52afda(0x249)])){let _0x3f154e=path[_0x52afda(0x23d)](_0x30c054);return this['findGitConfig'](_0x3f154e);}else return this[_0x52afda(0x27a)];}}[a16_0x390ab6(0x266)]=async _0x516064=>{const _0x547708=a16_0x390ab6,_0x4992ac={'jHtMH':_0x547708(0x26e),'OeKMJ':_0x547708(0x287),'REeSr':_0x547708(0x27d),'Xrcyc':_0x547708(0x261),'iPsOD':'expanded','OifvG':_0x547708(0x251),'chZCw':_0x547708(0x268),'FeMxh':function(_0x4bc405,_0x3ecc41){return _0x4bc405===_0x3ecc41;},'tiABE':_0x547708(0x203),'gICql':_0x547708(0x2e4),'qGTUN':function(_0x18035a,_0x344bf7){return _0x18035a!==_0x344bf7;},'gaqOP':_0x547708(0x23e),'bSGyq':_0x547708(0x1ae),'vHvxn':'xUaUF','XODGi':function(_0x529b5d,_0x32c3d1){return _0x529b5d(_0x32c3d1);}},_0x476cf3=TestDetails[_0x547708(0x22f)](process[_0x547708(0x2c5)]+_0x547708(0x220)),_0x1d4c1f=TestDetails['getTestUUID'](process[_0x547708(0x2c5)]+_0x547708(0x1cf));try{if(_0x4992ac[_0x547708(0x2bb)](_0x4992ac[_0x547708(0x1b8)],_0x4992ac[_0x547708(0x1b8)])){(_0x476cf3||this[_0x547708(0x2b1)]&&!this['current_hook'][_0x547708(0x264)])&&(_0x4992ac[_0x547708(0x2bb)](_0x4992ac[_0x547708(0x278)],_0x4992ac[_0x547708(0x278)])?_0x516064[_0x547708(0x2c0)]=_0x476cf3:_0x45d528=[_0x36c631[_0x547708(0x1bc)],_0x4992ac[_0x547708(0x282)]]);if(!_0x516064[_0x547708(0x2c0)]&&_0x1d4c1f)_0x516064['test_run_uuid']=_0x1d4c1f;if(_0x516064[_0x547708(0x2c0)]||_0x516064[_0x547708(0x269)]){if(_0x4992ac['qGTUN'](_0x4992ac[_0x547708(0x2b9)],_0x4992ac['gaqOP'])){let _0x599f12=_0x492fc0[_0x547708(0x23d)](_0x302967);return this[_0x547708(0x1f6)](_0x599f12);}else{const _0x597429={};_0x597429[_0x547708(0x24e)]=_0x4992ac['bSGyq'],_0x597429[_0x547708(0x1b2)]=[_0x516064],await SessionHandler[_0x547708(0x30b)](_0x597429);}}}else _0x3db0de[_0x4992ac[_0x547708(0x21c)]]=_0x5a3c0f[_0x4992ac['REeSr']],_0x152700[_0x4992ac['Xrcyc']]=_0x54e249[_0x4992ac[_0x547708(0x29d)]];}catch(_0x4eff87){if(_0x4992ac[_0x547708(0x1eb)](_0x4992ac[_0x547708(0x22e)],_0x4992ac[_0x547708(0x22e)])){const _0x3dbf6b={};_0x3dbf6b[_0x547708(0x1a2)]=_0x4992ac[_0x547708(0x2ec)],_0x3dbf6b[_0x547708(0x1a5)]=_0x4992ac[_0x547708(0x233)];const _0x1853dd=_0x3dbf6b;if(!_0x497758||!_0x5a190d[_0x547708(0x256)])return;_0x1a7a3a[_0x547708(0x256)]['hooks']['forEach'](_0x463b88=>{const _0x436f5c=_0x547708;[_0x1853dd['MMHGV'],_0x1853dd[_0x436f5c(0x1a5)]][_0x436f5c(0x231)](_0x463b88[_0x436f5c(0x292)])&&_0x463b88[_0x436f5c(0x2e6)]&&(_0x463b88[_0x436f5c(0x2e6)]=null);}),this[_0x547708(0x2e5)](_0x21694d[_0x547708(0x256)]);}else _0x4992ac['XODGi'](debug,_0x547708(0x1f7)+_0x4eff87);}};[a16_0x390ab6(0x2a7)]=async _0x207411=>{const _0x99acc9=a16_0x390ab6,_0xa698a={'yOvbd':_0x99acc9(0x1ff),'bgGMr':function(_0x58c33a){return _0x58c33a();},'TbvEL':function(_0x21c62,_0x12eb5a){return _0x21c62!==_0x12eb5a;},'RrwAz':_0x99acc9(0x1f1),'VQhgl':'passed','IVbru':_0x99acc9(0x2c9),'WljUa':_0x99acc9(0x24a),'YWszb':_0x99acc9(0x22b),'FVCXz':_0x99acc9(0x200),'ZXqUN':function(_0x368c23,_0x5044ec){return _0x368c23===_0x5044ec;},'rbXjm':_0x99acc9(0x1ab),'pKmxZ':function(_0x241bca,_0x44693c){return _0x241bca(_0x44693c);}};try{if(_0xa698a['TbvEL'](_0xa698a['IVbru'],_0xa698a['WljUa'])){let _0x261cf2={'uuid':_0x207411[_0x99acc9(0x257)]||TestDetails['getTestUUID'](process[_0x99acc9(0x2c5)]+_0x99acc9(0x1cf)),'integrations':_0x207411[_0xa698a[_0x99acc9(0x210)]]};const _0x298c41={};_0x298c41[_0x99acc9(0x24e)]=_0xa698a[_0x99acc9(0x19d)],_0x298c41[_0x99acc9(0x1f4)]=_0x261cf2,await SessionHandler[_0x99acc9(0x30b)](_0x298c41);}else return{'ci':_0xa698a['yOvbd'],'key':_0xa698a[_0x99acc9(0x239)](_0x3451a4),'version':_0x54ac4d,'collector':_0x99acc9(0x1ed)+_0x5b29ff};}catch(_0x5a10dd){if(_0xa698a[_0x99acc9(0x1af)](_0xa698a[_0x99acc9(0x240)],_0xa698a['rbXjm']))_0xa698a[_0x99acc9(0x23b)](debug,_0x99acc9(0x1c2)+_0x5a10dd);else{if(_0xa698a['TbvEL'](_0x3808ec[_0x99acc9(0x267)],_0xa698a[_0x99acc9(0x1a1)]))_0x549622[_0x99acc9(0x267)]=_0xa698a[_0x99acc9(0x1bb)];}}};async[a16_0x390ab6(0x252)](){const _0x1d1e54=a16_0x390ab6,_0x14daed={'JpzWl':function(_0x37973c,_0x47f08e){return _0x37973c===_0x47f08e;},'CZxhM':'sCDud','YezbS':_0x1d1e54(0x1cc),'AgeyN':function(_0x58f286){return _0x58f286();},'tJjTF':function(_0x5db96d,_0x15316a){return _0x5db96d!==_0x15316a;},'yennx':_0x1d1e54(0x1df)};if(this[_0x1d1e54(0x1c8)]){if(_0x14daed[_0x1d1e54(0x307)](_0x14daed['CZxhM'],_0x14daed[_0x1d1e54(0x1dc)]))_0x3fe6e8['hookAnalyticsId']=_0x49b5ad[_0x1d1e54(0x1e4)](_0x1a3dcd[_0x1d1e54(0x2c5)]+_0x1d1e54(0x220));else return this[_0x1d1e54(0x27a)];}const _0x2def77=await _0x14daed[_0x1d1e54(0x29a)](getGitMetaData);if(_0x2def77){if(_0x14daed[_0x1d1e54(0x2dc)](_0x14daed['yennx'],_0x14daed['yennx']))return'\x22'+_0x350995[_0x1d1e54(0x292)]+_0x1d1e54(0x1db)+(_0x226f98[_0x1d1e54(0x256)]&&_0x314d98[_0x1d1e54(0x256)]['name'])+'\x22';else this['_gitConfigPath']=_0x2def77['root'];}this['_gitConfigured']=!![];}[a16_0x390ab6(0x21d)](_0x50275c){const _0x3bf612=a16_0x390ab6,_0x3e63dd={};_0x3e63dd[_0x3bf612(0x224)]='passed',_0x3e63dd['fAvKH']='pending',_0x3e63dd['OMzrJ']=_0x3bf612(0x1f1);const _0x436ef3=_0x3e63dd,_0x540c21={};return _0x540c21[STATE_PASSED]=_0x436ef3['cURgz'],_0x540c21[STATE_PENDING]=_0x436ef3['fAvKH'],_0x540c21[STATE_FAILED]=_0x436ef3[_0x3bf612(0x2f4)],_0x540c21[_0x50275c];}[a16_0x390ab6(0x2bd)](_0x1e9d56){const _0x4d07ce=a16_0x390ab6,_0x95f85e={'hNRuV':function(_0x548427,_0x3510d3){return _0x548427(_0x3510d3);},'PqKIT':function(_0x2388a2,_0x5686de){return _0x2388a2!==_0x5686de;},'wvmWE':'vOrAU','zmpmK':function(_0x37a830,_0xb45338){return _0x37a830!==_0xb45338;},'FIdAu':_0x4d07ce(0x2d2),'eOODJ':_0x4d07ce(0x214)},_0x3255e1=[];if(_0x1e9d56&&_0x1e9d56[_0x4d07ce(0x256)]){if(_0x95f85e[_0x4d07ce(0x2e8)](_0x95f85e[_0x4d07ce(0x290)],_0x95f85e[_0x4d07ce(0x290)])){const _0x2d2533=_0x29ce92['parse']['call'](_0x326aa6,_0x633eae[_0x4d07ce(0x237)]);return _0x2d2533[0x0][_0x4d07ce(0x2d1)]();}else{let _0x393ac2=_0x1e9d56[_0x4d07ce(0x256)];while(_0x393ac2&&_0x393ac2[_0x4d07ce(0x302)]&&_0x95f85e['PqKIT'](_0x393ac2[_0x4d07ce(0x302)],'')){_0x95f85e[_0x4d07ce(0x254)](_0x95f85e[_0x4d07ce(0x1fd)],_0x95f85e[_0x4d07ce(0x2f3)])?(_0x3255e1['push'](_0x393ac2['name']),_0x393ac2=_0x393ac2['name']):_0x95f85e[_0x4d07ce(0x1ce)](_0x5627e8,_0x4d07ce(0x1a3)+_0x502dcf);}}}return _0x3255e1[_0x4d07ce(0x27f)](),_0x3255e1;}[a16_0x390ab6(0x1c5)]=_0x943667=>{const _0x190b77=a16_0x390ab6,_0x3c31fb={};_0x3c31fb[_0x190b77(0x1c6)]=_0x190b77(0x2bc),_0x3c31fb[_0x190b77(0x1aa)]=_0x190b77(0x2eb),_0x3c31fb[_0x190b77(0x27c)]=_0x190b77(0x2d0),_0x3c31fb[_0x190b77(0x24d)]='config',_0x3c31fb[_0x190b77(0x1cb)]=function(_0x3367f9,_0x459238){return _0x3367f9===_0x459238;},_0x3c31fb[_0x190b77(0x2db)]=_0x190b77(0x1a7),_0x3c31fb[_0x190b77(0x300)]=function(_0x81231c,_0x787adb){return _0x81231c!==_0x787adb;},_0x3c31fb['ctrHT']='HDNsL',_0x3c31fb['dbPSW']=_0x190b77(0x26d);const _0x593481=_0x3c31fb;if(_0x943667[_0x190b77(0x237)]){if(_0x593481[_0x190b77(0x1cb)](_0x593481[_0x190b77(0x2db)],_0x593481['lPcUn'])){const _0x243f66=stackTrace[_0x190b77(0x222)][_0x190b77(0x2b2)](stackTrace,_0x943667[_0x190b77(0x237)]);return _0x243f66[0x0]['getFileName']();}else _0x310f72[_0x593481[_0x190b77(0x1c6)]]=_0x1e8858[_0x593481[_0x190b77(0x1aa)]];}if(_0x943667[_0x190b77(0x1ac)])return _0x593481[_0x190b77(0x300)](_0x593481[_0x190b77(0x2df)],_0x593481[_0x190b77(0x20d)])?_0x943667[_0x190b77(0x1ac)]:(_0x3a94e2[_0x190b77(0x2af)](_0x5c2153[_0x190b77(0x2ba)](_0x22baa2,_0x593481[_0x190b77(0x27c)],_0x593481['LZyyJ'])),_0x2e36b0);return null;};[a16_0x390ab6(0x2e5)]=_0x3bc88b=>{const _0x49f89e=a16_0x390ab6,_0x2f25db={};_0x2f25db[_0x49f89e(0x247)]=function(_0x221c61,_0x3dc878){return _0x221c61!==_0x3dc878;},_0x2f25db[_0x49f89e(0x2d3)]=_0x49f89e(0x219),_0x2f25db[_0x49f89e(0x1b6)]=_0x49f89e(0x1a4),_0x2f25db[_0x49f89e(0x19e)]=function(_0x575b0f,_0x73a493){return _0x575b0f!==_0x73a493;},_0x2f25db['hYCwT']=_0x49f89e(0x25f),_0x2f25db['osSpZ']=_0x49f89e(0x25c),_0x2f25db['tUblx']=_0x49f89e(0x1e8),_0x2f25db['nKoPg']='RhCsr';const _0x3ba70b=_0x2f25db;if(!_0x3bc88b||!_0x3bc88b[_0x49f89e(0x256)]){if(_0x3ba70b[_0x49f89e(0x247)](_0x3ba70b[_0x49f89e(0x2ee)],_0x3ba70b['nKoPg']))return;else return _0x185400[_0x49f89e(0x1ac)];}_0x3bc88b['parent'][_0x49f89e(0x1f8)]['forEach'](_0x2ccdff=>{const _0x5c5bce=_0x49f89e;_0x3ba70b['XXhND'](_0x3ba70b['zYQFj'],_0x3ba70b[_0x5c5bce(0x1b6)])?!_0x2ccdff['hookAnalyticsId']&&(_0x3ba70b['PlkSz'](_0x3ba70b[_0x5c5bce(0x2e0)],_0x3ba70b[_0x5c5bce(0x19f)])?_0x2ccdff[_0x5c5bce(0x2e6)]=TestDetails[_0x5c5bce(0x1e4)](process[_0x5c5bce(0x2c5)]+_0x5c5bce(0x220)):_0x3b4cb1[_0x5c5bce(0x242)](_0x17d54b[_0x5c5bce(0x2e6)])):_0x411602[_0x5c5bce(0x2e6)]&&_0x1b58e9[_0x5c5bce(0x242)](_0x14173d['hookAnalyticsId']);}),this['mapTestHooks'](_0x3bc88b['parent']);};['resetTestHooks']=_0x5f4ce4=>{const _0xfe39d4=a16_0x390ab6,_0x56002d={'kGVND':_0xfe39d4(0x251),'JMvVd':_0xfe39d4(0x268),'VaJei':_0xfe39d4(0x273),'JqzSC':function(_0x766071){return _0x766071();},'axpKu':function(_0x3ea7bd,_0x5cdbef){return _0x3ea7bd===_0x5cdbef;},'PZkPU':_0xfe39d4(0x223),'VBBEh':function(_0x26430d,_0x2aa8ef){return _0x26430d===_0x2aa8ef;},'FzDsb':_0xfe39d4(0x2fc),'mOaMx':function(_0x54c479,_0x204034){return _0x54c479!==_0x204034;},'tzzsZ':_0xfe39d4(0x23a)};if(!_0x5f4ce4||!_0x5f4ce4['parent']){if(_0x56002d['mOaMx'](_0x56002d[_0xfe39d4(0x2ea)],_0x56002d['tzzsZ']))!_0x4657e9['hookAnalyticsId']&&(_0x16dec4[_0xfe39d4(0x2e6)]=_0x12dd4d['setTestUUID'](_0x58a331[_0xfe39d4(0x2c5)]+_0xfe39d4(0x220)));else return;}_0x5f4ce4[_0xfe39d4(0x256)][_0xfe39d4(0x1f8)][_0xfe39d4(0x238)](_0x123284=>{const _0x10fe74=_0xfe39d4,_0x1a4687={'FoLeZ':_0x56002d['kGVND'],'WFBNB':_0x56002d[_0x10fe74(0x208)],'icXQD':_0x56002d[_0x10fe74(0x2be)],'evfNb':function(_0x50c8d9){return _0x56002d['JqzSC'](_0x50c8d9);}};if(_0x56002d[_0x10fe74(0x277)](_0x56002d[_0x10fe74(0x309)],_0x56002d[_0x10fe74(0x309)]))[_0x56002d[_0x10fe74(0x25b)],_0x56002d[_0x10fe74(0x208)]][_0x10fe74(0x231)](_0x123284[_0x10fe74(0x292)])&&_0x123284[_0x10fe74(0x2e6)]&&(_0x56002d['VBBEh'](_0x56002d['FzDsb'],_0x56002d[_0x10fe74(0x1e3)])?_0x123284['hookAnalyticsId']=null:[_0x1a4687['FoLeZ'],_0x1a4687[_0x10fe74(0x2a4)]][_0x10fe74(0x231)](_0x71dc13[_0x10fe74(0x292)])&&_0x1a8636[_0x10fe74(0x2e6)]&&(_0x4b28c0['hookAnalyticsId']=null));else{const _0x13ffac=_0x1a4687[_0x10fe74(0x213)][_0x10fe74(0x1a0)]('|');let _0x5ba5ff=0x0;while(!![]){switch(_0x13ffac[_0x5ba5ff++]){case'0':this[_0x10fe74(0x2cf)]=_0x1a4687['evfNb'](_0x5d2b4c);continue;case'1':this[_0x10fe74(0x2d7)]=new _0xfb282d({'cwd':_0x2feebe[_0x10fe74(0x246)]()},this[_0x10fe74(0x2e9)][_0x10fe74(0x206)]);continue;case'2':this['_testEnv']=this[_0x10fe74(0x2f0)]();continue;case'3':this['_gitConfigured']=![];continue;case'4':this[_0x10fe74(0x27a)]=null;continue;case'5':this['_testResults']=[];continue;case'6':this['hook_data']=[];continue;}break;}}}),this['mapTestHooks'](_0x5f4ce4[_0xfe39d4(0x256)]);};[a16_0x390ab6(0x2a3)]=_0x70eaed=>{const _0x322b77=a16_0x390ab6,_0x566908={'hMBEI':function(_0x5ae0d8,_0x512696){return _0x5ae0d8(_0x512696);},'nNxQp':function(_0x23bbf7,_0x590b30){return _0x23bbf7===_0x590b30;},'CkUlo':_0x322b77(0x2a8),'iqMUS':_0x322b77(0x301),'Dxrlv':function(_0x4172db,_0x548202){return _0x4172db===_0x548202;},'hOssF':_0x322b77(0x270),'miGFT':'MPwEi','YuNsk':function(_0x9cc9a1,_0x2850a5){return _0x9cc9a1!==_0x2850a5;},'aEpRa':_0x322b77(0x28e)};if(!_0x70eaed||!_0x70eaed[_0x322b77(0x256)]){if(_0x566908[_0x322b77(0x2b0)](_0x566908[_0x322b77(0x21a)],_0x566908[_0x322b77(0x21a)]))_0x242d95=[];else return[];}const _0x1886d8=[];return _0x70eaed[_0x322b77(0x256)][_0x322b77(0x1f8)][_0x322b77(0x238)](_0x4349bb=>{const _0x76e758=_0x322b77;if(_0x566908['nNxQp'](_0x566908['CkUlo'],_0x566908[_0x76e758(0x21b)]))_0x566908[_0x76e758(0x244)](_0x20b473,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x21ef8c);else{if(_0x4349bb['hookAnalyticsId']){if(_0x566908[_0x76e758(0x2ed)](_0x566908[_0x76e758(0x272)],_0x566908[_0x76e758(0x2c7)]))return;else _0x1886d8[_0x76e758(0x242)](_0x4349bb['hookAnalyticsId']);}}}),[..._0x1886d8,...this[_0x322b77(0x2a3)](_0x70eaed[_0x322b77(0x256)])];};},[a16_0x390ab6(0x2f0),a16_0x390ab6(0x2aa),a16_0x390ab6(0x1f9),a16_0x390ab6(0x29e),a16_0x390ab6(0x234),a16_0x390ab6(0x1f6),a16_0x390ab6(0x266),'appendTestPlatform','analyticsResult',a16_0x390ab6(0x2bd),a16_0x390ab6(0x1c5),a16_0x390ab6(0x2e5),a16_0x390ab6(0x2f2),a16_0x390ab6(0x2a3),a16_0x390ab6(0x252)]);function a16_0x4c1a(){const _0x3482f6=['failure_reason_expanded','sDtBR','yJmSu','markedStatus','aKbZJ','appendTestItemLog','result','afterEach','test_run_uuid','BEFORE_ALL','PiaOI','fpGyW','mXYBN','test','length','sLpLE','wMsKK','hOssF','0|5|2|1|6|3|4','iOARl','LNJYs','FsqJL','axpKu','gICql','VrBYX','_gitConfigPath','iPsVm','pPqeF','backtrace','VXHFL','reverse','45624wTtDKa','Cbmsr','jHtMH','266331DKdRJy','Blqga','passed','retryOf','failure_backtrace','current_test','nHnmC','20FGcjPJ','HQwKx','kFcBe','TestRunSkipped','SOVYI','dLYPP','wvmWE','purIN','type','javascript','CnPcw','URgYh','KYnMQ','npMJZ','TdaRX','SMBiZ','AgeyN','HookRunFinished','BdBzJ','iPsOD','getName','zzsJQ','UjHkp','QtIls','AgUga','getHooksForTest','WFBNB','wwCyd','mPtHr','appendTestPlatform','AUtVv','mUgRG','registerListeners','xmMBy','removeAllListeners','zQIQk','lSNUZ','statSync','YuNsk','current_hook','call','STATE_PENDING','CMDRW','XCUjB','XxbOv','PBbvt','NDSEi','gaqOP','join','FeMxh','started_at','getHierarchy','VaJei','jhvhs','hook_run_uuid','yjpaR','YogFX','KKWic','hqDCV','pid','ieloW','miGFT','hook_data','xBMbL','tlLdt','217Xltnxw','165mzrBzi','Qjbtp','oktcy','testObservability','.git','getFileName','LhnZL','zYQFj','jVyFj','beforeAll','YHBOj','_paths','DEYBg','tSrDW','HNkLf','lPcUn','tJjTF','RbptL','ptdif','ctrHT','hYCwT','TEaOE','qzleS','failed\x20to\x20get\x20root\x20parent\x20file\x20','iHqoj','mapTestHooks','hookAnalyticsId','654251sZNHQi','PqKIT','_testEnv','tzzsZ','finished_at','OifvG','Dxrlv','tUblx','pending','getTestEnv','util','resetTestHooks','eOODJ','OMzrJ','AFTER_EACH','WqprM','hook_failure','AFTER_ALL','FMCya','KAdvh','TrCbZ','SWclI','isBFu','kqGCk','STATE_FAILED','pAwvu','JPQqf','name','pvUct','lTPYx','3572250iluhAC','ZjIeE','JpzWl','RSraH','PZkPU','YDEZF','uploadEventData','HBUwF','_currentRetry','toString','NHXVk','FVCXz','PlkSz','osSpZ','split','RrwAz','MMHGV','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','pVKWA','YYRKy','relative','mUGap','PBFWW','../../../helpers/test-observability/error-handler','MXTCR','lLOFD','file','root','LogCreated','ZXqUN','sRYEv','sep','logs','nCAyu','ugEIU','eTnGo','BAWrn','prefixTestPath','tiABE','uFlgT','CuNdM','VQhgl','errorsDetailed','ddbEF','../../../helpers/helper','TMSjj','PEmyt','XPNVu','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','CzylM','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','getRootParentFile','hxXrg','ERoFR','_gitConfigured','failure','2663352NrtXYm','rdGye','xQSaU','SqEda','hNRuV',':testAnalyticsId','BkuhT','bwMRy','jest-circus','DhTRW','title','pSXgI','bind','clxtP','yRXDg','TestRunFinished','JmknQ','\x22\x20hook\x20for\x20\x22','YezbS','TfbZy','apJtS','mgYdn','state','Vdtxh','IDFGt','FzDsb','setTestUUID','95848HqRjcg','qSZiR','WhUIR','sAfWP','PKXgT','AtEno','qGTUN','ZDaHv','js-','roqhp','err','_testResults','failed','PUukL','yvnvc','test_run','testAnalyticsId','findGitConfig','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','hooks','testStarted','../../utils/constants','duration','nloIQ','FIdAu','wGGsa','generic','CBTSessionCreated','KzFyy','gCHbT','bBVwP','MjGYi','alTDv','location_prefix','HnpRc','JMvVd','CCYSB','MSqGI','lOawV','AjQzQ','dbPSW','PpjzY','\x20with\x20error\x20:\x20','YWszb','eFJlb','rysUM','icXQD','MspXx','rkbSF','Noysh','CxAVd','jORhp','hruFp','aEpRa','iqMUS','OeKMJ','analyticsResult','yeHwC','734436psTBTK',':hookAnalyticsId','skipped','parse','bZIdX','cURgz','WnxGY','6wFMPbZ','uztXu','inspect','3|4|0|2|1|5|6','bs:addLog:','http_response','1|3|2|0|4','XbvdA','vHvxn','getTestUUID','JJUhV','includes','now','chZCw','sendTestRunEvent','KeFbS','vMAdn','asyncError','forEach','bgGMr','yzBGG','pKmxZ','qQakW','dirname','rGaGo','match','rbXjm','STATE_PASSED','push','rIydS','hMBEI','BEFORE_EACH','cwd','XXhND','RxGfX','ttnyV','oXboC','xwGwY','iipJI','LZyyJ','event_type','kVARu','hook_type','beforeEach','configureGit','config','zmpmK','wVFGh','parent','uuid','rJDBR','hook_run','Ibces','kGVND','Nrvfl','JWODu','cGvTQ','LUJpK','bs:addPlatformDetails:'];a16_0x4c1a=function(){return _0x3482f6;};return a16_0x4c1a();}
|
|
1
|
+
const a16_0xb568ba=a16_0x2357;function a16_0x181d(){const _0x385047=['hook_run','AIJKM','1yxQCvc','apPQu','\x20with\x20error\x20:\x20','result','toISOString','ruJHN','knWWc','CBCJf','hjJiS','dxBVH','XNEwg','getFileName','lEhZj','GVggt','zIVkl','yZCKu','setTestUUID','test_run','3|6|1|4|2|0|5','3848405jLIsJU','KsZTW','anjTM','IJIBP','KBTUF','FXfWA','includes','oCQnT','LJPHP','hook_run_uuid','dirname','xUsGc','hjpPV','dMaaz','RLxVo','FLLHk','iHkdQ','STATE_PASSED','HmLbl','.git','match','bind','kiJiV','lDfoA','cldPd','RWBpb','hWmdA','gaxPE','EPspK','HIuhD','tYBiv','HWWkO','current_test','appendTestPlatform','skipped','Rqibu','getName','_gitConfigPath','bYMyw','qSWtm','LbtEO','XQOPc','dqrVU','TestRunFinished','split','getTestEnv','bsDaC','qdHEa','nHkJh','jmwMN','CBTSessionCreated','duration','7292560HElUCf','test_run_uuid','sxJEY','28450809xcCHIk','IIIaY','failure_backtrace','parse','forEach','MEEVE','File\x20path\x20could\x20not\x20be\x20found','rxrYm','ZQjQf','BEFORE_ALL','BEFORE_EACH','toString','YTNwN','pdGuQ','BKenu','NGSnR','hook_data','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','started_at','MyipY','KhteS','bs:addPlatformDetails:','appendTestItemLog','JktQg','AWuoZ','nCoOp','aTgca','errorsDetailed','IIMyk','resetTestHooks','failed\x20to\x20get\x20root\x20parent\x20file\x20','LzBdv','findGitConfig',':testAnalyticsId','_testEnv','finished_at','huNFO','xACwK','QUXxW','vtrCC','LkEEW','\x22\x20hook\x20for\x20\x22','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','push','util','QWUeQ','jxUbk','IaHrP','mapTestHooks','jwBlp','KUxlk','type','uWJar','testStarted','pjFtZ','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','myomG','eaNCz','STATE_PENDING','uuid','hookAnalyticsId','lqQqL','OmMhM','xlURU','../../utils/constants','sJWtA','dQtuD','aMqHd','Zodxs','seboj','HeXgI','EewHV','failure_type','config','_paths','RLgtq','XdPWm','zCquS','AKQyb','call','OcfCr','jest-circus','gYJDD','parent','pending','nzogD','getHooksForTest','testAnalyticsId','vJVNd','location_prefix','uploadEventData','ilxzu','beforeEach','QkUih','qKRwY','mVoTQ','LogCreated','kbroa','gqIPG','yvgkM','321460FKEmsa','GtWst','dCzYN','getTime','HookRunFinished','eNqLs','Ogvcm','1317662MsKKgP','LwuCa','length','../../../helpers/test-observability/utils','GzsRJ','now','bziST','stack-trace','lxTNm','rYXfi','sep','event_type','gOOmT','RxQKn','file','oKRPh','afterAll','oeDak','nUAWN','inspect','ZQGnX','gftTK','wJzTa','join','nwCnU','IKOBT','uYCjT','exports',':hookAnalyticsId','VUgGN','MxBRD','js-','markedStatus','backtrace','vrSaU','EheyI','UxIDq','TestRunSkipped','path','mETSF','IccOQ','BbRJV','QUthW','mPIAL','BDPbq','QURgk','getHierarchy','failure_reason','gNnWI','NkXkW','jBeNP','err','IAReT','asyncError','dLhgm','CGdeR','OOspp','cwd','JEST','getTestUUID','expanded','RwKLh','cISpO','TPcyz','STyoF','mJFcU','QSnJm','qkigd','pEPmW','zEVLO','kNVLa','prefixTestPath','UpBGc','ZxJTR','TestRunStarted','39CofXEI','zhPUI','eDBjo','mlMOG','qucvW','OqUrQ','QPgVr','3|4|1|0|2','frwXY','fVdgY','SRzAI','_testResults','xtIMb','nVOtd','generic','iGuCp','logs','YXapv','xgxoR','removeAllListeners','MgOEy','nSGfK','hLPyA','http_response','statSync','title','tAxXA','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','hook_failure','root','Ymhhf','ybLpj','JWOyY','HHRfJ','RwVAV','HTbal','pLrBX','inzts','hooks','CAzGk','retryOf','name','mIedb','hWGmo','hook_type','GbqAa','bgmJg','CTajz','../../../helpers/test-observability/error-handler','AFTER_ALL','vjJXe','2332890zIlkGm','vncLK','rjHkE','QCTuY','test','RnfnZ','bs:addLog:','xGbjR','Kvliu','pjUtS','ifHBF','ejKhu','WYBWN','afterEach','lAsmc','RqChz','current_hook','SysDE','MZNuu','MsLmG','BhUBD','BKbvK','passed','mwtcI','rnlOy','TkyKl','KQiXK','registerListeners','uZDyr','pid','gcFyS','XsIUX','Cfwpp','DsSLz','pStne','fRpEu','EFBaz','qIBag','zOGmB','analyticsResult','ncwnr','zDBsH','relative','Wafsy','failed','KevGH','dalTA','IyiVI','eZJfu','jzKDC','SDYko','FWBMv','getRootParentFile','WQpai','wNVBT','nVANV','testObservability','lvYoe','PCCIX','hsDvy','Wcxvo','LVZTl','BiPDP','jwDYo','vWyuP','sgsJE','bJPGd','iqNCo','TzRYr','sendTestRunEvent','yTrBJ','RvvYy','STATE_FAILED','VQNHy','mTrQV','1404672jcsSKp'];a16_0x181d=function(){return _0x385047;};return a16_0x181d();}(function(_0x30e1f5,_0x370924){const _0x16d77d=a16_0x2357,_0x3b3e20=_0x30e1f5();while(!![]){try{const _0x59f736=parseInt(_0x16d77d(0x32d))/0x1*(parseInt(_0x16d77d(0x261))/0x2)+-parseInt(_0x16d77d(0x2ac))/0x3*(parseInt(_0x16d77d(0x25a))/0x4)+-parseInt(_0x16d77d(0x1bf))/0x5+-parseInt(_0x16d77d(0x32a))/0x6+-parseInt(_0x16d77d(0x2df))/0x7+-parseInt(_0x16d77d(0x1f3))/0x8+parseInt(_0x16d77d(0x1f6))/0x9;if(_0x59f736===_0x370924)break;else _0x3b3e20['push'](_0x3b3e20['shift']());}catch(_0x56447c){_0x3b3e20['push'](_0x3b3e20['shift']());}}}(a16_0x181d,0x8093e));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0xb568ba(0x264)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a16_0xb568ba(0x231)),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0xb568ba(0x268)),path=require(a16_0xb568ba(0x287)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0xb568ba(0x236)),{o11yClassErrorHandler}=require(a16_0xb568ba(0x2dc)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x51afc5={};function a16_0x2357(_0xc52739,_0x46673f){const _0x181dab=a16_0x181d();return a16_0x2357=function(_0x2357a5,_0x3b33f4){_0x2357a5=_0x2357a5-0x1b6;let _0x57532d=_0x181dab[_0x2357a5];return _0x57532d;},a16_0x2357(_0xc52739,_0x46673f);}a16_0x51afc5[a16_0xb568ba(0x1d0)]=a16_0xb568ba(0x2f5),a16_0x51afc5[a16_0xb568ba(0x327)]=a16_0xb568ba(0x30b),a16_0x51afc5[a16_0xb568ba(0x230)]=a16_0xb568ba(0x24a);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x51afc5,a16_0x30a04b={};a16_0x30a04b['beforeAll']=a16_0xb568ba(0x1ff),a16_0x30a04b[a16_0xb568ba(0x271)]=a16_0xb568ba(0x2dd),a16_0x30a04b[a16_0xb568ba(0x252)]=a16_0xb568ba(0x200),a16_0x30a04b[a16_0xb568ba(0x2ec)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x30a04b;module[a16_0xb568ba(0x27c)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x24be12=a16_0xb568ba,_0x465763={'seboj':_0x24be12(0x1be),'dxBVH':function(_0x5aa902){return _0x5aa902();}},_0xf87550=_0x465763[_0x24be12(0x23b)][_0x24be12(0x1eb)]('|');let _0x30ecff=0x0;while(!![]){switch(_0xf87550[_0x30ecff++]){case'0':this['_gitConfigured']=![];continue;case'1':this['_testEnv']=this[_0x24be12(0x1ec)]();continue;case'2':this[_0x24be12(0x206)]=[];continue;case'3':this[_0x24be12(0x317)]=_0x465763[_0x24be12(0x336)](isTestObservabilitySession);continue;case'4':this[_0x24be12(0x240)]=new PathHelper({'cwd':process[_0x24be12(0x29a)]()},this[_0x24be12(0x218)][_0x24be12(0x24f)]);continue;case'5':this[_0x24be12(0x1e4)]=null;continue;case'6':this['_testResults']=[];continue;}break;}}['getTestEnv']=()=>{const _0x2d15b7=a16_0xb568ba,_0x47d58f={'CGdeR':_0x2d15b7(0x2ba),'rYXfi':function(_0x1a629d){return _0x1a629d();}};return{'ci':_0x47d58f[_0x2d15b7(0x298)],'key':_0x47d58f[_0x2d15b7(0x26a)](uuidv4),'version':version,'collector':_0x2d15b7(0x280)+name};};[a16_0xb568ba(0x2fa)](){const _0x5d01b=a16_0xb568ba;process[_0x5d01b(0x2bf)](_0x5d01b(0x2e5)+process[_0x5d01b(0x2fc)]),process['on'](_0x5d01b(0x2e5)+process['pid'],this[_0x5d01b(0x20c)][_0x5d01b(0x1d4)](this)),process['removeAllListeners']('bs:addPlatformDetails:'+process[_0x5d01b(0x2fc)]),process['on'](_0x5d01b(0x20b)+process[_0x5d01b(0x2fc)],this[_0x5d01b(0x1e0)]['bind'](this));}[a16_0xb568ba(0x22b)]=async _0x1f528a=>{const _0x4712ba=a16_0xb568ba,_0x5137e6={'jwBlp':_0x4712ba(0x1d2),'LJPHP':_0x4712ba(0x23f),'IaHrP':'hook_type','kiJiV':_0x4712ba(0x32b),'odaxr':function(_0x10b545,_0x53a3f1){return _0x10b545!==_0x53a3f1;},'uZDyr':_0x4712ba(0x321),'nCoOp':_0x4712ba(0x277),'yvgkM':function(_0x5db301,_0x245608){return _0x5db301>_0x245608;},'nzogD':function(_0x3cb861,_0x3f19f3){return _0x3cb861==_0x3f19f3;},'JsNFV':function(_0x5eec9d,_0x533f77){return _0x5eec9d!==_0x533f77;},'qKRwY':'SsBmG','FtAIy':_0x4712ba(0x244),'eaNCz':_0x4712ba(0x2ab),'CBCJf':function(_0x582916,_0x170074){return _0x582916!==_0x170074;},'bziST':_0x4712ba(0x27e),'yUNhD':_0x4712ba(0x2c2),'inzts':function(_0x39420a,_0x36843d){return _0x39420a===_0x36843d;},'OqUrQ':_0x4712ba(0x288),'zEVLO':_0x4712ba(0x237),'jzKDC':function(_0x34f7d5,_0x4faf77){return _0x34f7d5(_0x4faf77);}};try{if(_0x5137e6['odaxr'](_0x5137e6[_0x4712ba(0x2fb)],_0x5137e6[_0x4712ba(0x20f)])){const _0x22507b=this[_0x4712ba(0x1df)];this[_0x4712ba(0x1df)]=_0x1f528a,_0x1f528a[_0x4712ba(0x2d4)]=null,_0x1f528a[_0x4712ba(0x24d)]=TestDetails[_0x4712ba(0x1bc)](process[_0x4712ba(0x2fc)]+_0x4712ba(0x217)),_0x1f528a[_0x4712ba(0x208)]=new Date()[_0x4712ba(0x331)]();if(_0x5137e6[_0x4712ba(0x259)](_0x1f528a['_currentRetry'],0x0)&&_0x22507b&&_0x5137e6[_0x4712ba(0x24b)](_0x22507b[_0x4712ba(0x2c5)],_0x1f528a[_0x4712ba(0x2c5)])){if(_0x5137e6['JsNFV'](_0x5137e6[_0x4712ba(0x254)],_0x5137e6['FtAIy']))_0x1f528a[_0x4712ba(0x2d4)]=_0x22507b[_0x4712ba(0x24d)],await this[_0x4712ba(0x324)](_0x1f528a,undefined,![],_0x5137e6[_0x4712ba(0x22f)]),_0x22507b['state']=STATE_FAILED,await this['sendTestRunEvent'](_0x22507b,undefined,!![]);else{const _0x51029c=_0x1d4c4a[_0x4712ba(0x1f9)][_0x4712ba(0x245)](_0x1dc278,_0x39afdb['asyncError']);return _0x51029c[0x0][_0x4712ba(0x1b7)]();}}else{if(_0x5137e6[_0x4712ba(0x334)](_0x5137e6[_0x4712ba(0x267)],_0x5137e6['yUNhD']))await this['sendTestRunEvent'](_0x1f528a,undefined,![],_0x5137e6[_0x4712ba(0x22f)]);else return _0x33f8d3['statSync'](_0x54dfb0[_0x4712ba(0x278)](_0x531aa3,_0x5137e6[_0x4712ba(0x227)],_0x5137e6[_0x4712ba(0x1c7)])),_0x308189;}}else return this[_0x4712ba(0x1e4)];}catch(_0x154cf8){_0x5137e6[_0x4712ba(0x2d1)](_0x5137e6[_0x4712ba(0x2b1)],_0x5137e6[_0x4712ba(0x2a6)])?(_0x2ba36d[_0x5137e6[_0x4712ba(0x225)]]=_0x35bf6d[_0x429141[_0x5137e6[_0x4712ba(0x225)]]],_0xdb1d4a[_0x5137e6[_0x4712ba(0x1d5)]]=_0x47a1db):_0x5137e6[_0x4712ba(0x310)](debug,_0x4712ba(0x22d)+_0x154cf8);}};[a16_0xb568ba(0x1e3)](_0x3535c1){const _0x3f1c3b=a16_0xb568ba,_0x5ce61b={};_0x5ce61b['JWOyY']=_0x3f1c3b(0x252),_0x5ce61b['whBkJ']=_0x3f1c3b(0x2ec),_0x5ce61b[_0x3f1c3b(0x1e9)]=function(_0x36b326,_0x2cf74c){return _0x36b326!==_0x2cf74c;},_0x5ce61b[_0x3f1c3b(0x304)]=_0x3f1c3b(0x2e3),_0x5ce61b[_0x3f1c3b(0x2cd)]=_0x3f1c3b(0x2af);const _0x11fff1=_0x5ce61b;if(_0x11fff1[_0x3f1c3b(0x1e9)](_0x3535c1[_0x3f1c3b(0x229)],_0x11fff1[_0x3f1c3b(0x304)])){if(_0x11fff1[_0x3f1c3b(0x1e9)](_0x11fff1['HHRfJ'],_0x11fff1[_0x3f1c3b(0x2cd)]))[_0x11fff1[_0x3f1c3b(0x2cc)],_0x11fff1['whBkJ']][_0x3f1c3b(0x1c5)](_0x5786d1[_0x3f1c3b(0x229)])&&_0x8027a0[_0x3f1c3b(0x232)]&&(_0x1b423c['hookAnalyticsId']=null);else return'\x22'+_0x3535c1[_0x3f1c3b(0x229)]+'\x22\x20hook\x20for\x20\x22'+(_0x3535c1['parent']&&_0x3535c1[_0x3f1c3b(0x249)][_0x3f1c3b(0x2d5)])+'\x22';}return _0x3535c1[_0x3f1c3b(0x2d5)];}[a16_0xb568ba(0x324)]=async(_0x475b43,_0x145018=undefined,_0x1f3094=![],_0x5a7f44=a16_0xb568ba(0x1ea))=>{const _0x2f78c7=a16_0xb568ba,_0xab2bd={'EPspK':_0x2f78c7(0x1bd),'SysDE':_0x2f78c7(0x330),'oKRPh':_0x2f78c7(0x1e1),'vWyuP':'failure','XdPWm':_0x2f78c7(0x23e),'zOGmB':function(_0x3d72d8,_0x41abbc){return _0x3d72d8!==_0x41abbc;},'BKenu':_0x2f78c7(0x30b),'zhPUI':_0x2f78c7(0x2f5),'aMqHd':_0x2f78c7(0x2ba),'pLrBX':function(_0x1813df){return _0x1813df();},'MEEVE':function(_0xe3bb2a,_0x5a679f){return _0xe3bb2a!==_0x5a679f;},'LVZTl':function(_0x23d630,_0x446309){return _0x23d630!==_0x446309;},'xlURU':_0x2f78c7(0x1d6),'KsZTW':_0x2f78c7(0x2b3),'QPgVr':_0x2f78c7(0x32b),'gYJDD':_0x2f78c7(0x290),'OmMhM':_0x2f78c7(0x1f8),'SRzAI':_0x2f78c7(0x282),'bsDaC':'failure_reason_expanded','pjUtS':_0x2f78c7(0x29d),'bYMyw':_0x2f78c7(0x294),'oCQnT':_0x2f78c7(0x2e2),'XwKzN':_0x2f78c7(0x30f),'gOOmT':function(_0x4ec46e,_0x4e73f2){return _0x4ec46e===_0x4e73f2;},'Wafsy':_0x2f78c7(0x32e),'RwKLh':_0x2f78c7(0x32c),'bgmJg':function(_0x3ffa24,_0x55d7b1){return _0x3ffa24===_0x55d7b1;},'vtrCC':_0x2f78c7(0x269),'ZQGnX':'rsDqK','RxQKn':function(_0x300a51,_0x38a0ce){return _0x300a51(_0x38a0ce);},'ncwnr':_0x2f78c7(0x247),'IIMyk':function(_0x133bd3,_0x308db6){return _0x133bd3(_0x308db6);},'vrSaU':_0x2f78c7(0x222),'uVcZx':_0x2f78c7(0x2f1),'nVvfA':_0x2f78c7(0x203),'EiEHs':_0x2f78c7(0x2e3),'JktQg':function(_0x5ade3d,_0x38f8fc){return _0x5ade3d!==_0x38f8fc;},'xUsGc':'XuiFC','RqChz':'nxiWL','oeDak':_0x2f78c7(0x2e7),'ZUGIU':function(_0x1015dd,_0x40e241){return _0x1015dd!==_0x40e241;},'myomG':function(_0x2990fb,_0x1cb640){return _0x2990fb!==_0x1cb640;},'vncLK':_0x2f78c7(0x1fc),'EewHV':'javascript','frwXY':_0x2f78c7(0x286),'fSLAl':function(_0x30aea3,_0xe09a29){return _0x30aea3>_0xe09a29;},'bxHlh':function(_0x46c733,_0x60fe42){return _0x46c733-_0x60fe42;},'QUthW':function(_0x5a88f8,_0x4b10c6){return _0x5a88f8(_0x4b10c6);},'JMXEq':function(_0x3343d,_0x36ba07){return _0x3343d===_0x36ba07;},'MyipY':_0x2f78c7(0x208),'sgsJE':_0x2f78c7(0x2a5),'dalTA':_0x2f78c7(0x219),'LzBdv':_0x2f78c7(0x2d3),'ZPFTn':_0x2f78c7(0x2fd),'KhteS':_0x2f78c7(0x25e),'GzsRJ':_0x2f78c7(0x1e2),'eNqLs':_0x2f78c7(0x1b6),'nSGfK':function(_0xcb1d90,_0xad0e5c){return _0xcb1d90!==_0xad0e5c;},'gftTK':_0x2f78c7(0x2d9),'zxWtx':function(_0x3a4a6c,_0x31d63d){return _0x3a4a6c!==_0x31d63d;},'TzRYr':_0x2f78c7(0x21c),'IAReT':_0x2f78c7(0x1ea),'BKbvK':function(_0x151e8d,_0x41c405){return _0x151e8d===_0x41c405;},'EheyI':_0x2f78c7(0x25c),'uScSI':_0x2f78c7(0x322),'Wcxvo':function(_0x26157a,_0x7ff5ef){return _0x26157a!==_0x7ff5ef;},'mPIAL':_0x2f78c7(0x1ce),'xACwK':_0x2f78c7(0x314),'hjpPV':_0x2f78c7(0x2d8),'DsSLz':function(_0x1b64dd,_0x97fbae){return _0x1b64dd===_0x97fbae;},'nwCnU':'GOMLp','eDBjo':_0x2f78c7(0x27a),'ZQjQf':function(_0x2b0519,_0x345085){return _0x2b0519===_0x345085;},'rxrYm':_0x2f78c7(0x1bb),'anjTM':_0x2f78c7(0x2a4),'FgjKo':'Iemac','IyiVI':function(_0x482380,_0x263925){return _0x482380===_0x263925;},'RLxVo':'beforeAll','nUAWN':function(_0x26ad95,_0x4afd4a){return _0x26ad95===_0x4afd4a;},'FWBMv':_0x2f78c7(0x332),'JySIV':function(_0x338426,_0x32359a){return _0x338426!==_0x32359a;},'RvvYy':_0x2f78c7(0x241),'eEBeQ':_0x2f78c7(0x2e4)};try{if(_0xab2bd[_0x2f78c7(0x1fb)](_0xab2bd[_0x2f78c7(0x1c6)],_0xab2bd['XwKzN'])){if(_0x475b43['fn']&&_0x475b43['fn'][_0x2f78c7(0x201)]()[_0x2f78c7(0x1d3)](/browserstack internal helper hook/))return;let _0x522e1c;try{_0xab2bd[_0x2f78c7(0x26d)](_0xab2bd[_0x2f78c7(0x30a)],_0xab2bd[_0x2f78c7(0x29e)])?_0x2c3567[_0x2f78c7(0x221)](_0x2c4e3e[_0x2f78c7(0x232)]):_0x522e1c=this[_0x2f78c7(0x313)](_0x475b43);}catch(_0x5f4a60){if(_0xab2bd[_0x2f78c7(0x2da)](_0xab2bd[_0x2f78c7(0x21d)],_0xab2bd[_0x2f78c7(0x275)]))return _0x1aa71d['file'];else _0xab2bd[_0x2f78c7(0x26e)](debug,_0x2f78c7(0x214)+_0x5f4a60),_0x522e1c=null;}if(_0x522e1c[_0x2f78c7(0x1c5)](_0xab2bd[_0x2f78c7(0x307)]))return;const _0x4fd937=_0xab2bd[_0x2f78c7(0x212)](require,_0xab2bd[_0x2f78c7(0x283)]);let _0x542670=[];if(_0xab2bd['LVZTl'](_0x475b43[_0x2f78c7(0x211)],undefined))_0xab2bd['LVZTl'](_0xab2bd['uVcZx'],_0xab2bd['nVvfA'])?_0x542670=[_0x475b43['errorsDetailed'],_0xab2bd['EiEHs']]:(_0x2d1617[_0xab2bd['EPspK']][_0xab2bd[_0x2f78c7(0x2f0)]]=_0xab2bd[_0x2f78c7(0x270)],_0x41f48e[_0xab2bd[_0x2f78c7(0x1db)]][_0xab2bd[_0x2f78c7(0x31f)]]=null,_0x16ebfb[_0xab2bd[_0x2f78c7(0x1db)]][_0xab2bd[_0x2f78c7(0x242)]]=null);else _0xab2bd[_0x2f78c7(0x20d)](_0x145018,undefined)?_0xab2bd[_0x2f78c7(0x26d)](_0xab2bd[_0x2f78c7(0x1ca)],_0xab2bd['xUsGc'])?_0x542670=[_0x145018,_0xab2bd['bYMyw']]:_0x2fcea8[_0x2f78c7(0x1c8)]=_0x4f042d:_0xab2bd[_0x2f78c7(0x20d)](_0xab2bd[_0x2f78c7(0x2ee)],_0xab2bd[_0x2f78c7(0x272)])?_0x542670=[]:_0x1b823b[_0xab2bd[_0x2f78c7(0x1db)]]=_0x289cdc;const _0x5933d5=_0xab2bd['ZUGIU'](_0x475b43[_0x2f78c7(0x211)],undefined)?_0x4fd937[_0x2f78c7(0x274)](_0x475b43['errorsDetailed'][0x0]):_0xab2bd[_0x2f78c7(0x22e)](_0x145018,undefined)?_0x145018['toString']():undefined,_0xb7042b=_0x522e1c?this[_0x2f78c7(0x240)][_0x2f78c7(0x2a8)](this[_0x2f78c7(0x313)](_0x475b43)):_0xab2bd[_0x2f78c7(0x2e0)];let _0x505345={'framework':FRAMEWORKS[_0x2f78c7(0x29b)],'uuid':_0x475b43['testAnalyticsId']||_0x475b43[_0x2f78c7(0x232)],'name':this['getName'](_0x475b43),'body':{'lang':_0xab2bd[_0x2f78c7(0x23d)],'code':_0x475b43['fn'][_0x2f78c7(0x201)]()},'scopes':this[_0x2f78c7(0x28f)](_0x475b43),'file_name':_0xb7042b,'vc_filepath':this[_0x2f78c7(0x1e4)]&&_0x522e1c?path[_0x2f78c7(0x309)](this[_0x2f78c7(0x1e4)],_0x522e1c):null,'location':_0xb7042b,'result':_0xab2bd['bgmJg'](_0x5a7f44,_0xab2bd['frwXY'])?_0xab2bd[_0x2f78c7(0x270)]:this[_0x2f78c7(0x306)](_0x475b43[_0x2f78c7(0x211)]&&_0xab2bd['fSLAl'](_0x475b43[_0x2f78c7(0x211)][_0x2f78c7(0x263)],0x0)?_0xab2bd[_0x2f78c7(0x204)]:_0xab2bd[_0x2f78c7(0x2ad)]),'failure_reason':_0x5933d5,'duration_in_ms':_0x475b43[_0x2f78c7(0x1f2)]||(_0x5a7f44[_0x2f78c7(0x1d3)](/Finished/)||_0x5a7f44['match'](/Skipped/)?_0xab2bd['bxHlh'](Date[_0x2f78c7(0x266)](),new Date(_0x475b43['started_at'])[_0x2f78c7(0x25d)]()):null),'started_at':_0x475b43[_0x2f78c7(0x208)],'finished_at':_0x5a7f44[_0x2f78c7(0x1d3)](/Finished/)||_0x5a7f44['match'](/Skipped/)?new Date()['toISOString']():null,'failure':_0xab2bd['RxQKn'](failureData,..._0x542670),'failure_type':!_0x5933d5?null:_0xab2bd[_0x2f78c7(0x28b)](getFailureType,_0x5933d5),'retry_of':_0x475b43[_0x2f78c7(0x2d4)]};_0xab2bd['JMXEq'](_0x5a7f44,_0xab2bd[_0x2f78c7(0x2b4)])&&!_0x505345[_0xab2bd[_0x2f78c7(0x209)]]&&(_0xab2bd['myomG'](_0xab2bd[_0x2f78c7(0x320)],_0xab2bd[_0x2f78c7(0x320)])?this[_0x2f78c7(0x226)](_0xb6520):_0x505345[_0xab2bd[_0x2f78c7(0x209)]]=_0x505345[_0xab2bd[_0x2f78c7(0x30d)]]);if(_0x5a7f44[_0x2f78c7(0x1d3)](/HookRun/)){if(_0xab2bd[_0x2f78c7(0x20d)](_0xab2bd[_0x2f78c7(0x215)],_0xab2bd['ZPFTn'])){[_0x505345[_0x2f78c7(0x2d8)],_0x505345[_0x2f78c7(0x2d5)]]=[_0x475b43[_0x2f78c7(0x229)],this[_0x2f78c7(0x1e3)](_0x475b43)];if(_0xab2bd[_0x2f78c7(0x26d)](_0x5a7f44,_0xab2bd[_0x2f78c7(0x20a)])){if(_0xab2bd[_0x2f78c7(0x305)](_0xab2bd[_0x2f78c7(0x265)],_0xab2bd[_0x2f78c7(0x25f)])){if(_0xab2bd[_0x2f78c7(0x305)](_0x505345[_0x2f78c7(0x330)],_0xab2bd[_0x2f78c7(0x204)]))_0x505345['result']=_0xab2bd[_0x2f78c7(0x2ad)];}else{if(_0xab2bd[_0x2f78c7(0x305)](_0x4d9f8c[_0x2f78c7(0x330)],_0xab2bd[_0x2f78c7(0x204)]))_0x1b606a[_0x2f78c7(0x330)]=_0xab2bd[_0x2f78c7(0x2ad)];}}}else return{'ci':_0xab2bd[_0x2f78c7(0x239)],'key':_0xab2bd[_0x2f78c7(0x2d0)](_0x33cc97),'version':_0x3a515b,'collector':'js-'+_0x1b3736};}else _0x5a7f44[_0x2f78c7(0x1d3)](/TestRun/)&&(_0xab2bd[_0x2f78c7(0x2c1)](_0xab2bd[_0x2f78c7(0x276)],_0xab2bd[_0x2f78c7(0x276)])?this[_0x2f78c7(0x1e4)]=_0x51913b[_0x2f78c7(0x2c9)]:this['mapTestHooks'](_0x475b43));const _0x4f88a4=_0x505345[_0xab2bd[_0x2f78c7(0x31f)]][0x0];_0x4f88a4&&(_0xab2bd['zxWtx'](_0xab2bd[_0x2f78c7(0x323)],_0xab2bd[_0x2f78c7(0x323)])?(_0x4c2282[_0x2f78c7(0x221)](_0x43efe1[_0x2f78c7(0x2d5)]),_0x485069=_0x589edd[_0x2f78c7(0x2d5)]):(_0x505345[_0xab2bd[_0x2f78c7(0x234)]]=_0x4f88a4[_0xab2bd[_0x2f78c7(0x2b6)]],_0x505345[_0xab2bd['bsDaC']]=_0x4f88a4[_0xab2bd[_0x2f78c7(0x2e8)]]));[_0xab2bd[_0x2f78c7(0x295)],_0xab2bd[_0x2f78c7(0x2b4)]][_0x2f78c7(0x1c5)](_0x5a7f44)&&(_0xab2bd[_0x2f78c7(0x2f4)](_0xab2bd[_0x2f78c7(0x284)],_0xab2bd['uScSI'])?_0x142cc0=this[_0x2f78c7(0x313)](_0x2eee44):(this[_0x2f78c7(0x2b7)][_0x2f78c7(0x221)](_0x505345),_0x505345[_0x2f78c7(0x2d2)]=this[_0x2f78c7(0x24c)](_0x475b43),this[_0x2f78c7(0x213)](_0x475b43)));let _0x2fd173={'event_type':_0xab2bd[_0x2f78c7(0x2f4)](_0x5a7f44,_0xab2bd['frwXY'])?_0xab2bd[_0x2f78c7(0x295)]:_0x5a7f44};if(_0x5a7f44['match'](/HookRun/)){if(_0xab2bd[_0x2f78c7(0x31b)](_0xab2bd[_0x2f78c7(0x28c)],_0xab2bd[_0x2f78c7(0x21b)]))_0x505345[_0xab2bd[_0x2f78c7(0x1cb)]]=HOOK_TYPES_MAP[_0x505345[_0xab2bd[_0x2f78c7(0x1cb)]]],_0x2fd173[_0xab2bd[_0x2f78c7(0x2b2)]]=_0x505345;else{this[_0x2f78c7(0x206)][_0x2f78c7(0x221)](_0x278751);return;}}else{if(_0xab2bd[_0x2f78c7(0x300)](_0xab2bd[_0x2f78c7(0x279)],_0xab2bd[_0x2f78c7(0x2ae)])){let _0x4bee18=_0x47f4d8[_0x2f78c7(0x249)];while(_0x4bee18&&_0x4bee18['name']&&_0xab2bd[_0x2f78c7(0x1fb)](_0x4bee18[_0x2f78c7(0x2d5)],'')){_0x493a9d[_0x2f78c7(0x221)](_0x4bee18[_0x2f78c7(0x2d5)]),_0x4bee18=_0x4bee18[_0x2f78c7(0x2d5)];}}else _0x2fd173[_0xab2bd[_0x2f78c7(0x1db)]]=_0x505345;}if(_0xab2bd['fSLAl'](this[_0x2f78c7(0x206)][_0x2f78c7(0x263)],0x0)&&[_0xab2bd['IAReT'],_0xab2bd[_0x2f78c7(0x2b4)]][_0x2f78c7(0x1c5)](_0x5a7f44)){if(_0xab2bd[_0x2f78c7(0x1fe)](_0xab2bd[_0x2f78c7(0x1fd)],_0xab2bd[_0x2f78c7(0x1fd)]))this[_0x2f78c7(0x206)][_0x2f78c7(0x1fa)](async _0x5aba4b=>{const _0x1ae810=_0x2f78c7;if(_0xab2bd[_0x1ae810(0x31c)](_0xab2bd[_0x1ae810(0x235)],_0xab2bd[_0x1ae810(0x235)]))_0x46c36a=[];else{const _0x1cdb0e=_0xab2bd[_0x1ae810(0x1c0)][_0x1ae810(0x1eb)]('|');let _0x2b9d6e=0x0;while(!![]){switch(_0x1cdb0e[_0x2b9d6e++]){case'0':_0x5aba4b[_0xab2bd[_0x1ae810(0x2b2)]][_0xab2bd[_0x1ae810(0x248)]]=_0x2fd173[_0xab2bd[_0x1ae810(0x1db)]][_0xab2bd[_0x1ae810(0x248)]];continue;case'1':_0x5aba4b[_0xab2bd['QPgVr']][_0xab2bd[_0x1ae810(0x2f0)]]=_0x2fd173[_0xab2bd[_0x1ae810(0x1db)]][_0xab2bd['SysDE']];continue;case'2':await SessionHandler[_0x1ae810(0x250)](_0x5aba4b);continue;case'3':_0x5aba4b[_0xab2bd[_0x1ae810(0x2b2)]][_0xab2bd[_0x1ae810(0x31f)]]=_0x2fd173[_0xab2bd['EPspK']][_0xab2bd[_0x1ae810(0x31f)]];continue;case'4':_0x5aba4b[_0xab2bd[_0x1ae810(0x2b2)]][_0xab2bd[_0x1ae810(0x242)]]=_0x2fd173[_0xab2bd[_0x1ae810(0x1db)]][_0xab2bd[_0x1ae810(0x242)]];continue;}break;}}}),this['hook_data']=[];else return[];}if(_0xab2bd[_0x2f78c7(0x2f4)](this[_0x2f78c7(0x2c8)],_0x475b43[_0x2f78c7(0x229)])){if(_0xab2bd['MEEVE'](_0xab2bd[_0x2f78c7(0x1c1)],_0xab2bd['FgjKo'])){this[_0x2f78c7(0x206)]['push'](_0x2fd173);return;}else _0x2af02d[_0xab2bd[_0x2f78c7(0x234)]]=_0x51e8a2[_0xab2bd['SRzAI']],_0x269ef7[_0xab2bd[_0x2f78c7(0x1ed)]]=_0x12b7ae[_0xab2bd['pjUtS']];}if(_0xab2bd[_0x2f78c7(0x30e)](this['hook_failure'],_0xab2bd[_0x2f78c7(0x1cd)])&&_0x2fd173[_0xab2bd[_0x2f78c7(0x1db)]]){if(_0xab2bd[_0x2f78c7(0x273)](_0xab2bd[_0x2f78c7(0x312)],_0xab2bd[_0x2f78c7(0x312)]))_0x2fd173[_0xab2bd[_0x2f78c7(0x1db)]][_0xab2bd[_0x2f78c7(0x2f0)]]=_0xab2bd['oKRPh'],_0x2fd173[_0xab2bd[_0x2f78c7(0x1db)]][_0xab2bd['vWyuP']]=null,_0x2fd173[_0xab2bd['EPspK']][_0xab2bd['XdPWm']]=null;else return;}await SessionHandler[_0x2f78c7(0x250)](_0x2fd173);}else _0x5c7988=[_0x76198c,_0xab2bd[_0x2f78c7(0x1e5)]];}catch(_0x2e433a){_0xab2bd['JySIV'](_0xab2bd[_0x2f78c7(0x326)],_0xab2bd['eEBeQ'])?_0xab2bd[_0x2f78c7(0x212)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5a7f44+_0x2f78c7(0x32f)+_0x2e433a):_0x415c6e[_0x2f78c7(0x232)]&&_0x27cc91[_0x2f78c7(0x221)](_0x2d70e3[_0x2f78c7(0x232)]);}};[a16_0xb568ba(0x216)](_0x4c03ff){const _0x2699b0=a16_0xb568ba,_0x37b47a={};_0x37b47a[_0x2699b0(0x31e)]=_0x2699b0(0x208),_0x37b47a['QSnJm']='finished_at',_0x37b47a['uYCjT']=function(_0x36926b,_0x280eb0){return _0x36926b!==_0x280eb0;},_0x37b47a[_0x2699b0(0x2ff)]=_0x2699b0(0x2e3),_0x37b47a[_0x2699b0(0x28e)]=function(_0x29d7db,_0x45eb04){return _0x29d7db==_0x45eb04;},_0x37b47a[_0x2699b0(0x2eb)]=function(_0x2f34f5,_0x597a44){return _0x2f34f5==_0x597a44;},_0x37b47a[_0x2699b0(0x28a)]=_0x2699b0(0x253),_0x37b47a[_0x2699b0(0x1f5)]='DLLGC',_0x37b47a[_0x2699b0(0x2b5)]=_0x2699b0(0x24e),_0x37b47a['qSWtm']=_0x2699b0(0x223),_0x37b47a['huNFO']=_0x2699b0(0x1d2),_0x37b47a[_0x2699b0(0x291)]=_0x2699b0(0x23f),_0x37b47a['Ogvcm']=function(_0x33e200,_0x4a6a78){return _0x33e200===_0x4a6a78;},_0x37b47a['XQOPc']=_0x2699b0(0x29f),_0x37b47a[_0x2699b0(0x255)]=_0x2699b0(0x1d9);const _0x7f8433=_0x37b47a,_0xda0273=path[_0x2699b0(0x26b)];if(_0x7f8433[_0x2699b0(0x28e)](_0x4c03ff,null)||_0x7f8433[_0x2699b0(0x28e)](_0x4c03ff,'')||_0x7f8433['WYBWN'](_0x4c03ff,_0xda0273)){if(_0x7f8433[_0x2699b0(0x27b)](_0x7f8433[_0x2699b0(0x28a)],_0x7f8433[_0x2699b0(0x1f5)]))return null;else this['_testResults']['push'](_0x3fec2a),_0x21aeec['hooks']=this[_0x2699b0(0x24c)](_0x4c4fb6),this['resetTestHooks'](_0x45e099);}try{if(_0x7f8433['uYCjT'](_0x7f8433[_0x2699b0(0x2b5)],_0x7f8433[_0x2699b0(0x1e6)]))return fs[_0x2699b0(0x2c4)](path[_0x2699b0(0x278)](_0x4c03ff,_0x7f8433[_0x2699b0(0x21a)],_0x7f8433[_0x2699b0(0x291)])),_0x4c03ff;else _0x52c7e7[_0x7f8433['jwDYo']]=_0x4ec695[_0x7f8433[_0x2699b0(0x2a3)]];}catch(_0x4665ae){if(_0x7f8433[_0x2699b0(0x260)](_0x7f8433[_0x2699b0(0x1e8)],_0x7f8433['mVoTQ'])){if(_0x7f8433[_0x2699b0(0x27b)](_0x456e9d[_0x2699b0(0x229)],_0x7f8433[_0x2699b0(0x2ff)]))return'\x22'+_0x2076c2['type']+_0x2699b0(0x21f)+(_0x28fbf4[_0x2699b0(0x249)]&&_0x341809[_0x2699b0(0x249)]['name'])+'\x22';return _0x22b1f8[_0x2699b0(0x2d5)];}else{let _0xa9bef0=path[_0x2699b0(0x1c9)](_0x4c03ff);return this[_0x2699b0(0x216)](_0xa9bef0);}}}[a16_0xb568ba(0x20c)]=async _0x29b4ca=>{const _0x181f6a=a16_0xb568ba,_0x256b15={'qucvW':function(_0x22ab7a,_0x3734b6){return _0x22ab7a(_0x3734b6);},'XsIUX':_0x181f6a(0x252),'pjFtZ':'afterEach','SDYko':function(_0x4f35a4,_0x985fd4){return _0x4f35a4!==_0x985fd4;},'kNVLa':_0x181f6a(0x1ba),'TkyKl':'MLsmK','MZuUX':_0x181f6a(0x30c),'mIedb':'hVGOk','ybLpj':function(_0x64a877,_0x118413){return _0x64a877===_0x118413;},'zDBsH':_0x181f6a(0x2b8),'YXapv':_0x181f6a(0x256),'rafQR':_0x181f6a(0x316),'PCCIX':'pDPgX','YPTlN':function(_0x2d695f,_0x440579){return _0x2d695f(_0x440579);}},_0xa09991=TestDetails['getTestUUID'](process[_0x181f6a(0x2fc)]+_0x181f6a(0x27d)),_0x5d1639=TestDetails[_0x181f6a(0x29c)](process[_0x181f6a(0x2fc)]+_0x181f6a(0x217));try{if(_0x256b15[_0x181f6a(0x311)](_0x256b15[_0x181f6a(0x2a7)],_0x256b15[_0x181f6a(0x2f8)])){(_0xa09991||this['current_hook']&&!this[_0x181f6a(0x2ef)][_0x181f6a(0x281)])&&(_0x256b15['SDYko'](_0x256b15['MZuUX'],_0x256b15[_0x181f6a(0x2d6)])?_0x29b4ca[_0x181f6a(0x1c8)]=_0xa09991:_0x256b15[_0x181f6a(0x2b0)](_0x10f31a,_0x181f6a(0x2c7)+_0x8c148f));if(!_0x29b4ca[_0x181f6a(0x1c8)]&&_0x5d1639)_0x29b4ca['test_run_uuid']=_0x5d1639;if(_0x29b4ca[_0x181f6a(0x1c8)]||_0x29b4ca[_0x181f6a(0x1f4)]){if(_0x256b15['ybLpj'](_0x256b15[_0x181f6a(0x308)],_0x256b15[_0x181f6a(0x308)])){const _0x3d5c4a={};_0x3d5c4a[_0x181f6a(0x26c)]=_0x256b15[_0x181f6a(0x2bd)],_0x3d5c4a[_0x181f6a(0x2bc)]=[_0x29b4ca],await SessionHandler[_0x181f6a(0x250)](_0x3d5c4a);}else _0x256b15[_0x181f6a(0x2b0)](_0x799a63,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x3679c2),_0x5c117f=null;}}else{if(!_0x55b854||!_0x178eda[_0x181f6a(0x249)])return[];const _0x2f0db0=[];return _0x1298c8[_0x181f6a(0x249)][_0x181f6a(0x2d2)][_0x181f6a(0x1fa)](_0x59f8b6=>{const _0x3e9b04=_0x181f6a;_0x59f8b6[_0x3e9b04(0x232)]&&_0x2f0db0[_0x3e9b04(0x221)](_0x59f8b6[_0x3e9b04(0x232)]);}),[..._0x2f0db0,...this[_0x181f6a(0x24c)](_0x12b129[_0x181f6a(0x249)])];}}catch(_0x91a908){if(_0x256b15[_0x181f6a(0x2cb)](_0x256b15['rafQR'],_0x256b15[_0x181f6a(0x319)])){if(!_0x4f9b38||!_0x393721[_0x181f6a(0x249)])return;_0x54b7e0['parent'][_0x181f6a(0x2d2)][_0x181f6a(0x1fa)](_0x3e3de6=>{const _0x2665c4=_0x181f6a;[_0x256b15[_0x2665c4(0x2fe)],_0x256b15[_0x2665c4(0x22c)]][_0x2665c4(0x1c5)](_0x3e3de6[_0x2665c4(0x229)])&&_0x3e3de6[_0x2665c4(0x232)]&&(_0x3e3de6[_0x2665c4(0x232)]=null);}),this[_0x181f6a(0x226)](_0x41196d['parent']);}else _0x256b15['YPTlN'](debug,_0x181f6a(0x220)+_0x91a908);}};['appendTestPlatform']=async _0x4a8fc5=>{const _0x2c9d8e=a16_0xb568ba,_0x590c67={'fRpEu':function(_0x199603,_0x484d6f){return _0x199603!==_0x484d6f;},'IIIaY':_0x2c9d8e(0x2f5),'ZxJTR':_0x2c9d8e(0x24a),'BiPDP':_0x2c9d8e(0x30b),'KBTUF':_0x2c9d8e(0x2f3),'HmLbl':'MslFn','hjJiS':_0x2c9d8e(0x2c3),'uWJar':_0x2c9d8e(0x1f1),'rnlOy':function(_0xc56acb,_0x11a65b){return _0xc56acb===_0x11a65b;},'tAxXA':_0x2c9d8e(0x1da),'zydSm':_0x2c9d8e(0x2db),'HeXgI':function(_0x221c72,_0x1f2f9c){return _0x221c72(_0x1f2f9c);}};try{if(_0x590c67['fRpEu'](_0x590c67[_0x2c9d8e(0x1c3)],_0x590c67[_0x2c9d8e(0x1d1)])){let _0x638de4={'uuid':_0x4a8fc5[_0x2c9d8e(0x231)]||TestDetails[_0x2c9d8e(0x29c)](process['pid']+_0x2c9d8e(0x217)),'integrations':_0x4a8fc5[_0x590c67[_0x2c9d8e(0x335)]]};const _0x1dd324={};_0x1dd324[_0x2c9d8e(0x26c)]=_0x590c67[_0x2c9d8e(0x22a)],_0x1dd324[_0x2c9d8e(0x1bd)]=_0x638de4,await SessionHandler[_0x2c9d8e(0x250)](_0x1dd324);}else{const _0x5a9b6f=[];if(_0x5cc516&&_0x1038e9[_0x2c9d8e(0x249)]){let _0x50f9cd=_0x4f43ca[_0x2c9d8e(0x249)];while(_0x50f9cd&&_0x50f9cd['name']&&_0x590c67[_0x2c9d8e(0x302)](_0x50f9cd[_0x2c9d8e(0x2d5)],'')){_0x5a9b6f['push'](_0x50f9cd[_0x2c9d8e(0x2d5)]),_0x50f9cd=_0x50f9cd[_0x2c9d8e(0x2d5)];}}return _0x5a9b6f['reverse'](),_0x5a9b6f;}}catch(_0x51331e){if(_0x590c67[_0x2c9d8e(0x2f7)](_0x590c67[_0x2c9d8e(0x2c6)],_0x590c67['zydSm'])){const _0x3feb50={};return _0x3feb50[_0x1b12b8]=_0x590c67[_0x2c9d8e(0x1f7)],_0x3feb50[_0x41499c]=_0x590c67[_0x2c9d8e(0x2aa)],_0x3feb50[_0x4deb98]=_0x590c67[_0x2c9d8e(0x31d)],_0x3feb50[_0x370d79];}else _0x590c67[_0x2c9d8e(0x23c)](debug,_0x2c9d8e(0x2c7)+_0x51331e);}};async['configureGit'](){const _0x4e2b8c=a16_0xb568ba,_0x37efe5={'MgOEy':function(_0x7b7a9b,_0x20e9da){return _0x7b7a9b!==_0x20e9da;},'dLhgm':_0x4e2b8c(0x243),'xGbjR':_0x4e2b8c(0x2ca),'nVOtd':function(_0x49259b){return _0x49259b();},'HIuhD':function(_0x7f0523,_0x25d259){return _0x7f0523!==_0x25d259;},'pStne':_0x4e2b8c(0x1d8)};if(this['_gitConfigured']){if(_0x37efe5[_0x4e2b8c(0x2c0)](_0x37efe5[_0x4e2b8c(0x297)],_0x37efe5[_0x4e2b8c(0x2e6)]))return this[_0x4e2b8c(0x1e4)];else{if(_0x199759['asyncError']){const _0x210939=_0x945376[_0x4e2b8c(0x1f9)][_0x4e2b8c(0x245)](_0xf3e8bb,_0x4c15ce['asyncError']);return _0x210939[0x0]['getFileName']();}if(_0x195e62['file'])return _0x237dad['file'];return null;}}const _0x39a409=await _0x37efe5[_0x4e2b8c(0x2b9)](getGitMetaData);if(_0x39a409){if(_0x37efe5[_0x4e2b8c(0x1dc)](_0x37efe5[_0x4e2b8c(0x301)],_0x37efe5['pStne']))return'\x22'+_0x385406[_0x4e2b8c(0x229)]+'\x22\x20hook\x20for\x20\x22'+(_0x27997a['parent']&&_0x4abb4c[_0x4e2b8c(0x249)]['name'])+'\x22';else this[_0x4e2b8c(0x1e4)]=_0x39a409['root'];}this['_gitConfigured']=!![];}['analyticsResult'](_0x5572b7){const _0x4d3500=a16_0xb568ba,_0x5b8cc9={};_0x5b8cc9[_0x4d3500(0x2a2)]=_0x4d3500(0x2f5),_0x5b8cc9[_0x4d3500(0x285)]=_0x4d3500(0x24a),_0x5b8cc9[_0x4d3500(0x2f2)]='failed';const _0x53f389=_0x5b8cc9,_0x1d49ad={};return _0x1d49ad[STATE_PASSED]=_0x53f389[_0x4d3500(0x2a2)],_0x1d49ad[STATE_PENDING]=_0x53f389[_0x4d3500(0x285)],_0x1d49ad[STATE_FAILED]=_0x53f389[_0x4d3500(0x2f2)],_0x1d49ad[_0x5572b7];}[a16_0xb568ba(0x28f)](_0x2277c4){const _0x1181a3=a16_0xb568ba,_0x11555a={};_0x11555a[_0x1181a3(0x1c2)]=function(_0x376763,_0x1b28b4){return _0x376763==_0x1b28b4;},_0x11555a['rjHkE']=function(_0x293e1f,_0x4604eb){return _0x293e1f==_0x4604eb;},_0x11555a[_0x1181a3(0x233)]=_0x1181a3(0x1d2),_0x11555a[_0x1181a3(0x2ea)]=_0x1181a3(0x23f),_0x11555a[_0x1181a3(0x2ed)]=function(_0x5f536f,_0x4dc4b9){return _0x5f536f===_0x4dc4b9;},_0x11555a[_0x1181a3(0x205)]=_0x1181a3(0x1ef),_0x11555a['vjJXe']=function(_0x46767d,_0x133d21){return _0x46767d!==_0x133d21;},_0x11555a['jxUbk']=_0x1181a3(0x2be),_0x11555a[_0x1181a3(0x25b)]=_0x1181a3(0x315);const _0x791287=_0x11555a,_0x5a8c4c=[];if(_0x2277c4&&_0x2277c4['parent']){if(_0x791287[_0x1181a3(0x2ed)](_0x791287[_0x1181a3(0x205)],_0x791287['NGSnR'])){let _0x38747c=_0x2277c4['parent'];while(_0x38747c&&_0x38747c[_0x1181a3(0x2d5)]&&_0x791287[_0x1181a3(0x2de)](_0x38747c['name'],'')){if(_0x791287['lAsmc'](_0x791287[_0x1181a3(0x224)],_0x791287[_0x1181a3(0x25b)])){const _0x46cd21=_0x2b56d7[_0x1181a3(0x26b)];if(_0x791287[_0x1181a3(0x1c2)](_0x414b00,null)||_0x791287[_0x1181a3(0x2e1)](_0x4f91c7,'')||_0x791287['rjHkE'](_0x3d46d3,_0x46cd21))return null;try{return _0x355c16['statSync'](_0xfbcabd[_0x1181a3(0x278)](_0x52298c,_0x791287[_0x1181a3(0x233)],_0x791287[_0x1181a3(0x2ea)])),_0x190676;}catch(_0x4a374e){let _0x1bba55=_0x1183a0[_0x1181a3(0x1c9)](_0x16d89d);return this[_0x1181a3(0x216)](_0x1bba55);}}else _0x5a8c4c['push'](_0x38747c[_0x1181a3(0x2d5)]),_0x38747c=_0x38747c[_0x1181a3(0x2d5)];}}else!_0x952e5d['hookAnalyticsId']&&(_0x1ab766['hookAnalyticsId']=_0x21a7c3['setTestUUID'](_0x270c6a[_0x1181a3(0x2fc)]+_0x1181a3(0x27d)));}return _0x5a8c4c['reverse'](),_0x5a8c4c;}['getRootParentFile']=_0x725c00=>{const _0x56c91f=a16_0xb568ba,_0x41e4df={'jmwMN':function(_0x5c77ff,_0x5b7d94){return _0x5c77ff(_0x5b7d94);},'NkXkW':function(_0x3416a7,_0x4df50c){return _0x3416a7!==_0x4df50c;},'iGuCp':_0x56c91f(0x23a),'LbtEO':function(_0x2aaf46,_0x1bf8b1){return _0x2aaf46===_0x1bf8b1;},'OOspp':_0x56c91f(0x289),'hWGmo':_0x56c91f(0x2cf)};if(_0x725c00[_0x56c91f(0x296)]){if(_0x41e4df[_0x56c91f(0x292)](_0x41e4df[_0x56c91f(0x2bb)],_0x41e4df[_0x56c91f(0x2bb)]))_0x31868f['hookAnalyticsId']=_0x3a11ef[_0x56c91f(0x1bc)](_0x42cbd1['pid']+_0x56c91f(0x27d));else{const _0xedf3d2=stackTrace[_0x56c91f(0x1f9)][_0x56c91f(0x245)](stackTrace,_0x725c00[_0x56c91f(0x296)]);return _0xedf3d2[0x0][_0x56c91f(0x1b7)]();}}if(_0x725c00[_0x56c91f(0x26f)]){if(_0x41e4df[_0x56c91f(0x1e7)](_0x41e4df[_0x56c91f(0x299)],_0x41e4df[_0x56c91f(0x2d7)]))_0x41e4df[_0x56c91f(0x1f0)](_0x4220f5,_0x56c91f(0x220)+_0x502d99);else return _0x725c00[_0x56c91f(0x26f)];}return null;};['mapTestHooks']=_0x151d55=>{const _0x15e129=a16_0xb568ba,_0x5525c1={'swhqi':function(_0x1d7f84,_0x888b12){return _0x1d7f84(_0x888b12);},'mwtcI':function(_0x479cdd,_0x470002){return _0x479cdd===_0x470002;},'KQiXK':_0x15e129(0x318),'knWWc':_0x15e129(0x303),'FatQQ':_0x15e129(0x2a1),'rptBJ':'pmWmD','kKbFw':function(_0x2a8f4a,_0x48ff2f){return _0x2a8f4a!==_0x48ff2f;},'BWzjY':_0x15e129(0x27f),'hsDvy':_0x15e129(0x1ee)};if(!_0x151d55||!_0x151d55['parent']){if(_0x5525c1['kKbFw'](_0x5525c1['BWzjY'],_0x5525c1[_0x15e129(0x31a)]))return;else _0x5525c1['swhqi'](_0x474898,_0x15e129(0x207)+_0x489b65+_0x15e129(0x32f)+_0x52a25b);}_0x151d55['parent'][_0x15e129(0x2d2)][_0x15e129(0x1fa)](_0xfd6d99=>{const _0x2fff1d=_0x15e129;if(_0x5525c1[_0x2fff1d(0x2f6)](_0x5525c1[_0x2fff1d(0x2f9)],_0x5525c1[_0x2fff1d(0x333)]))_0x25c304[_0x2fff1d(0x232)]=null;else{if(!_0xfd6d99[_0x2fff1d(0x232)]){if(_0x5525c1[_0x2fff1d(0x2f6)](_0x5525c1['FatQQ'],_0x5525c1['rptBJ']))return null;else _0xfd6d99[_0x2fff1d(0x232)]=TestDetails['setTestUUID'](process[_0x2fff1d(0x2fc)]+_0x2fff1d(0x27d));}}}),this[_0x15e129(0x226)](_0x151d55['parent']);};[a16_0xb568ba(0x213)]=_0x5e844c=>{const _0x303430=a16_0xb568ba,_0x23199c={};_0x23199c['tYBiv']=_0x303430(0x2e3),_0x23199c[_0x303430(0x325)]=function(_0x5b9a08,_0x2ffa39){return _0x5b9a08!==_0x2ffa39;},_0x23199c[_0x303430(0x2a0)]=_0x303430(0x20e),_0x23199c[_0x303430(0x2e9)]=_0x303430(0x1cf),_0x23199c['ilxzu']=_0x303430(0x252),_0x23199c[_0x303430(0x238)]='afterEach',_0x23199c['YTNwN']=function(_0x5b8ca8,_0x4ca1b6){return _0x5b8ca8!==_0x4ca1b6;},_0x23199c[_0x303430(0x1b8)]=_0x303430(0x1d7),_0x23199c[_0x303430(0x1c4)]='qoJOQ',_0x23199c['LkEEW']=_0x303430(0x293);const _0x4f645b=_0x23199c;if(!_0x5e844c||!_0x5e844c[_0x303430(0x249)]){if(_0x4f645b[_0x303430(0x202)](_0x4f645b[_0x303430(0x21e)],_0x4f645b[_0x303430(0x21e)]))_0x1922a3=[_0x5a6898[_0x303430(0x211)],_0x4f645b[_0x303430(0x1dd)]];else return;}_0x5e844c[_0x303430(0x249)][_0x303430(0x2d2)][_0x303430(0x1fa)](_0xeaf386=>{const _0x1ae137=_0x303430;if(_0x4f645b[_0x1ae137(0x325)](_0x4f645b['TPcyz'],_0x4f645b[_0x1ae137(0x2e9)])){if([_0x4f645b[_0x1ae137(0x251)],_0x4f645b[_0x1ae137(0x238)]][_0x1ae137(0x1c5)](_0xeaf386[_0x1ae137(0x229)])&&_0xeaf386[_0x1ae137(0x232)]){if(_0x4f645b[_0x1ae137(0x202)](_0x4f645b[_0x1ae137(0x1b8)],_0x4f645b['FXfWA']))_0xeaf386[_0x1ae137(0x232)]=null;else return;}}else{let _0xd19dc1=_0x1adb1d[_0x1ae137(0x1c9)](_0xbc34cb);return this[_0x1ae137(0x216)](_0xd19dc1);}}),this[_0x303430(0x226)](_0x5e844c[_0x303430(0x249)]);};[a16_0xb568ba(0x24c)]=_0x1bafa5=>{const _0x362fd5=a16_0xb568ba,_0x311a81={};_0x311a81[_0x362fd5(0x210)]=function(_0x4b8156,_0x2fed68){return _0x4b8156===_0x2fed68;},_0x311a81[_0x362fd5(0x246)]=_0x362fd5(0x25e),_0x311a81[_0x362fd5(0x2a9)]=function(_0x4935db,_0x37c53c){return _0x4935db!==_0x37c53c;},_0x311a81[_0x362fd5(0x2ce)]='failed',_0x311a81[_0x362fd5(0x1b9)]=_0x362fd5(0x2f5),_0x311a81[_0x362fd5(0x28d)]=_0x362fd5(0x262),_0x311a81['KUxlk']='qpnlG',_0x311a81[_0x362fd5(0x329)]='XkznS',_0x311a81['dMaaz']=_0x362fd5(0x328),_0x311a81[_0x362fd5(0x258)]=function(_0x39c81a,_0x9ce28e){return _0x39c81a===_0x9ce28e;},_0x311a81['HWWkO']=_0x362fd5(0x257);const _0x3bf6f1=_0x311a81;if(!_0x1bafa5||!_0x1bafa5['parent']){if(_0x3bf6f1[_0x362fd5(0x258)](_0x3bf6f1[_0x362fd5(0x1de)],_0x3bf6f1[_0x362fd5(0x1de)]))return[];else _0x223275[_0x362fd5(0x2bf)](_0x362fd5(0x2e5)+_0x5564a1[_0x362fd5(0x2fc)]),_0x439753['on'](_0x362fd5(0x2e5)+_0x3171ca[_0x362fd5(0x2fc)],this[_0x362fd5(0x20c)][_0x362fd5(0x1d4)](this)),_0x4e60c3[_0x362fd5(0x2bf)](_0x362fd5(0x20b)+_0x4d19be[_0x362fd5(0x2fc)]),_0x578363['on'](_0x362fd5(0x20b)+_0x339126['pid'],this[_0x362fd5(0x1e0)]['bind'](this));}const _0x2a9ebf=[];return _0x1bafa5[_0x362fd5(0x249)][_0x362fd5(0x2d2)][_0x362fd5(0x1fa)](_0xf32c6f=>{const _0x4712ed=_0x362fd5;if(_0x3bf6f1[_0x4712ed(0x210)](_0x3bf6f1['BDPbq'],_0x3bf6f1[_0x4712ed(0x228)])){if(!_0x5471a0||!_0x2b163b[_0x4712ed(0x249)])return;_0xeaf2fa[_0x4712ed(0x249)][_0x4712ed(0x2d2)]['forEach'](_0x73ad83=>{const _0x14e5d8=_0x4712ed;!_0x73ad83[_0x14e5d8(0x232)]&&(_0x73ad83[_0x14e5d8(0x232)]=_0x2c8822[_0x14e5d8(0x1bc)](_0x4e2490[_0x14e5d8(0x2fc)]+_0x14e5d8(0x27d)));}),this[_0x4712ed(0x226)](_0x3a116d[_0x4712ed(0x249)]);}else{if(_0xf32c6f['hookAnalyticsId']){if(_0x3bf6f1[_0x4712ed(0x210)](_0x3bf6f1[_0x4712ed(0x329)],_0x3bf6f1[_0x4712ed(0x1cc)])){[_0x548eba['hook_type'],_0xf4244e[_0x4712ed(0x2d5)]]=[_0x2301d2[_0x4712ed(0x229)],this[_0x4712ed(0x1e3)](_0x7ef4d6)];if(_0x3bf6f1[_0x4712ed(0x210)](_0x28299c,_0x3bf6f1[_0x4712ed(0x246)])){if(_0x3bf6f1[_0x4712ed(0x2a9)](_0x1d8175[_0x4712ed(0x330)],_0x3bf6f1['RwVAV']))_0xcd1573[_0x4712ed(0x330)]=_0x3bf6f1[_0x4712ed(0x1b9)];}}else _0x2a9ebf[_0x4712ed(0x221)](_0xf32c6f[_0x4712ed(0x232)]);}}}),[..._0x2a9ebf,...this[_0x362fd5(0x24c)](_0x1bafa5['parent'])];};},[a16_0xb568ba(0x1ec),a16_0xb568ba(0x2fa),'testStarted',a16_0xb568ba(0x1e3),a16_0xb568ba(0x324),a16_0xb568ba(0x216),'appendTestItemLog',a16_0xb568ba(0x1e0),a16_0xb568ba(0x306),a16_0xb568ba(0x28f),a16_0xb568ba(0x313),a16_0xb568ba(0x226),a16_0xb568ba(0x213),a16_0xb568ba(0x24c),'configureGit']);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a17_0x3e8a83=a17_0x14b5;(function(_0x5abb74,_0x4afd75){const _0x1a859a=a17_0x14b5,_0x195c31=_0x5abb74();while(!![]){try{const _0xda012b=parseInt(_0x1a859a(0xc8))/0x1*(-parseInt(_0x1a859a(0xbe))/0x2)+-parseInt(_0x1a859a(0xce))/0x3+parseInt(_0x1a859a(0xbc))/0x4+-parseInt(_0x1a859a(0xbd))/0x5*(parseInt(_0x1a859a(0xba))/0x6)+-parseInt(_0x1a859a(0xda))/0x7*(-parseInt(_0x1a859a(0xd3))/0x8)+-parseInt(_0x1a859a(0xc6))/0x9+parseInt(_0x1a859a(0xbb))/0xa*(parseInt(_0x1a859a(0xcb))/0xb);if(_0xda012b===_0x4afd75)break;else _0x195c31['push'](_0x195c31['shift']());}catch(_0x54e96f){_0x195c31['push'](_0x195c31['shift']());}}}(a17_0x5eb4,0x7accd));const fs=require('fs'),path=require(a17_0x3e8a83(0xdb)),{v4:uuidv4}=require('uuid'),helper=require(a17_0x3e8a83(0xb6));class TestDetails{static [a17_0x3e8a83(0xe4)]={};static [a17_0x3e8a83(0xd0)]=path[a17_0x3e8a83(0xe1)](helper['homedir'](),a17_0x3e8a83(0xd4),a17_0x3e8a83(0xdf)+process[a17_0x3e8a83(0xc2)][a17_0x3e8a83(0xc5)]);static['setup'](){const _0x37fd94=a17_0x3e8a83,_0x185624={};_0x185624['Izpcm']=_0x37fd94(0xd4);const _0x436235=_0x185624;this[_0x37fd94(0xd0)]=path[_0x37fd94(0xe1)](helper[_0x37fd94(0xbf)](),_0x436235[_0x37fd94(0xe2)],'jest-o11y-'+process[_0x37fd94(0xc2)][_0x37fd94(0xc5)]),this[_0x37fd94(0xb9)]();const _0x3bb9fd={};_0x3bb9fd[_0x37fd94(0xc1)]=!![],fs[_0x37fd94(0xcd)](this['dirPath'],_0x3bb9fd);}static[a17_0x3e8a83(0xb7)](_0x34ebef){const _0x5177e3=a17_0x3e8a83,_0x4aeeb4={};_0x4aeeb4['momev']=function(_0x4a13ab,_0x5ead85){return _0x4a13ab+_0x5ead85;},_0x4aeeb4[_0x5177e3(0xd5)]='.json';const _0x1ac1a1=_0x4aeeb4;return path[_0x5177e3(0xe1)](this[_0x5177e3(0xd0)],_0x1ac1a1['momev'](_0x34ebef,_0x1ac1a1[_0x5177e3(0xd5)]));}static['getTestRunIdFromTestInfo'](_0x2efbc4){const _0x4a872c=a17_0x3e8a83,_0x37000e={};_0x37000e[_0x4a872c(0xe0)]=function(_0x4ae6b9,_0x439674){return _0x4ae6b9+_0x439674;},_0x37000e[_0x4a872c(0xcc)]=function(_0x2749ec,_0x2d7d93){return _0x2749ec+_0x2d7d93;};const _0x1177df=_0x37000e;return _0x1177df[_0x4a872c(0xe0)](_0x1177df[_0x4a872c(0xe0)](_0x1177df['yhAwm'](_0x1177df[_0x4a872c(0xcc)](_0x2efbc4[_0x4a872c(0xcf)][_0x4a872c(0xd6)],'-'),_0x2efbc4[_0x4a872c(0xcf)]['id']),'-'),_0x2efbc4[_0x4a872c(0xc7)]);}static[a17_0x3e8a83(0xca)](_0x22d647){const _0x1da0ee=a17_0x3e8a83,_0x19d021={};_0x19d021['MNCoE']=function(_0x4ea69b,_0x498c94){return _0x4ea69b+_0x498c94;},_0x19d021['BzPor']=function(_0x58c639,_0x4f7144){return _0x58c639+_0x4f7144;},_0x19d021[_0x1da0ee(0xc4)]=function(_0x345b0f,_0x4f0d4){return _0x345b0f===_0x4f0d4;},_0x19d021[_0x1da0ee(0xc9)]='pNYlQ';const _0x2c13dc=_0x19d021,_0x5714f5=this['getFilePath'](_0x22d647);if(fs[_0x1da0ee(0xc0)](_0x5714f5)){if(_0x2c13dc[_0x1da0ee(0xc4)](_0x2c13dc['mRMxQ'],_0x2c13dc['mRMxQ'])){const _0x4122a3=JSON[_0x1da0ee(0xc3)](fs[_0x1da0ee(0xde)](_0x5714f5)[_0x1da0ee(0xe5)]());return this[_0x1da0ee(0xe4)][_0x22d647]=_0x4122a3,this['tests'][_0x22d647][_0x1da0ee(0xd9)];}else return _0x2c13dc[_0x1da0ee(0xd8)](_0x2c13dc[_0x1da0ee(0xd8)](_0x2c13dc['MNCoE'](_0x2c13dc[_0x1da0ee(0xdc)](_0x27296f[_0x1da0ee(0xcf)][_0x1da0ee(0xd6)],'-'),_0x5dda70[_0x1da0ee(0xcf)]['id']),'-'),_0x401087[_0x1da0ee(0xc7)]);}}static[a17_0x3e8a83(0xd7)](_0x17405d){const _0x333f00=a17_0x3e8a83,_0x13e2aa={'cpxpM':function(_0x687eda){return _0x687eda();}},_0x12dcb1=this[_0x333f00(0xb7)](_0x17405d);return this['tests'][_0x17405d]={'uuid':_0x13e2aa['cpxpM'](uuidv4)},fs[_0x333f00(0xe3)](_0x12dcb1,JSON[_0x333f00(0xd1)](this[_0x333f00(0xe4)][_0x17405d])),this[_0x333f00(0xe4)][_0x17405d][_0x333f00(0xd9)];}static[a17_0x3e8a83(0xb8)](_0x1ae25a){const _0xcdc3d6=a17_0x3e8a83,_0x2958fd=this[_0xcdc3d6(0xb7)](_0x1ae25a);fs['existsSync'](_0x2958fd)&&fs[_0xcdc3d6(0xd2)](_0x2958fd);}static[a17_0x3e8a83(0xb9)](){const _0x9e9d3=a17_0x3e8a83,_0x289fc5={};_0x289fc5[_0x9e9d3(0xc1)]=!![],_0x289fc5[_0x9e9d3(0xdd)]=!![],fs['rmSync'](this[_0x9e9d3(0xd0)],_0x289fc5);}}function a17_0x14b5(_0x56256b,_0x312555){const _0x5eb411=a17_0x5eb4();return a17_0x14b5=function(_0x14b5bc,_0x20d8b0){_0x14b5bc=_0x14b5bc-0xb6;let _0x41bc04=_0x5eb411[_0x14b5bc];return _0x41bc04;},a17_0x14b5(_0x56256b,_0x312555);}function a17_0x5eb4(){const _0x567d6f=['uuid','1020894pSeFUO','path','BzPor','force','readFileSync','jest-o11y-','yhAwm','join','Izpcm','writeFileSync','tests','toString','../../../helpers/helper','getFilePath','removeTestUUID','shutdown','6QWDDDt','90kDAymo','538992CIHwoL','222385AoPrct','17312WPHRJk','homedir','existsSync','recursive','env','parse','RPGjH','BS_TESTOPS_BUILD_HASHED_ID','784431MkwGpj','retry','14lXMNIu','mRMxQ','getTestUUID','1320121Thpwki','uxjuS','mkdirSync','1814640QHHXQs','_test','dirPath','stringify','unlinkSync','8pEVrtc','.browserstack','MLfej','_projectId','setTestUUID','MNCoE'];a17_0x5eb4=function(){return _0x567d6f;};return a17_0x5eb4();}module['exports']=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a18_0x40aecb=a18_0x53ae;(function(_0x596865,_0x2b3f57){const _0x4dbd29=a18_0x53ae,_0x6d39d9=_0x596865();while(!![]){try{const _0x269840=parseInt(_0x4dbd29(0x1d4))/0x1*(parseInt(_0x4dbd29(0x1db))/0x2)+-parseInt(_0x4dbd29(0x1d0))/0x3*(-parseInt(_0x4dbd29(0x1da))/0x4)+parseInt(_0x4dbd29(0x1cf))/0x5*(parseInt(_0x4dbd29(0x1d1))/0x6)+parseInt(_0x4dbd29(0x1d6))/0x7+parseInt(_0x4dbd29(0x1d5))/0x8*(-parseInt(_0x4dbd29(0x1d2))/0x9)+-parseInt(_0x4dbd29(0x1d9))/0xa+-parseInt(_0x4dbd29(0x1d3))/0xb;if(_0x269840===_0x2b3f57)break;else _0x6d39d9['push'](_0x6d39d9['shift']());}catch(_0x4ff72a){_0x6d39d9['push'](_0x6d39d9['shift']());}}}(a18_0x566b,0xb3c02));function a18_0x566b(){const _0xfb8854=['4046886UlDuzv','10186330GFhkBM','173CGNGsC','8nqdMdV','2872723cyOtkR','until','../../helpers/setKeepAlive','7678750Fkvghy','8kavBLb','4690QxPmpN','Builder','3447085etwkME','2061489XRqYCe','6RPzvKC'];a18_0x566b=function(){return _0xfb8854;};return a18_0x566b();}const {requireModule}=require('../../helpers/helper');function a18_0x53ae(_0x4dacd7,_0x226533){const _0x566bf3=a18_0x566b();return a18_0x53ae=function(_0x53aef9,_0xae56ac){_0x53aef9=_0x53aef9-0x1cf;let _0x1183db=_0x566bf3[_0x53aef9];return _0x1183db;},a18_0x53ae(_0x4dacd7,_0x226533);}require(a18_0x40aecb(0x1d8))();const __wd__=requireModule('selenium-webdriver');__wd__[a18_0x40aecb(0x1d7)]=__webdriver['until'],__wd__['By']=__webdriver['By'],__wd__[a18_0x40aecb(0x1dc)]=__webdriver[a18_0x40aecb(0x1dc)];
|