browserstack-node-sdk 1.32.5 → 1.32.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +58 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a15_0x4b9edd=a15_0x2f77;(function(_0x28e40a,_0x16a200){const _0x2d6968=a15_0x2f77,_0x15d316=_0x28e40a();while(!![]){try{const _0x37043a=-parseInt(_0x2d6968(0x16c))/0x1+-parseInt(_0x2d6968(0x135))/0x2*(-parseInt(_0x2d6968(0x154))/0x3)+parseInt(_0x2d6968(0x202))/0x4+-parseInt(_0x2d6968(0x188))/0x5*(parseInt(_0x2d6968(0x1a1))/0x6)+-parseInt(_0x2d6968(0x195))/0x7*(parseInt(_0x2d6968(0x14f))/0x8)+parseInt(_0x2d6968(0x1c4))/0x9*(-parseInt(_0x2d6968(0x1b4))/0xa)+parseInt(_0x2d6968(0x18c))/0xb;if(_0x37043a===_0x16a200)break;else _0x15d316['push'](_0x15d316['shift']());}catch(_0x1f010d){_0x15d316['push'](_0x15d316['shift']());}}}(a15_0x54a5,0x46444));function a15_0x2f77(_0x18185a,_0x459a71){const _0x54a5dd=a15_0x54a5();return a15_0x2f77=function(_0x2f77ca,_0x4090a8){_0x2f77ca=_0x2f77ca-0x133;let _0x1b93f5=_0x54a5dd[_0x2f77ca];return _0x1b93f5;},a15_0x2f77(_0x18185a,_0x459a71);}const util=require(a15_0x4b9edd(0x167)),{isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a15_0x4b9edd(0x179));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest[a15_0x4b9edd(0x1d4)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a15_0x4b9edd(0x196)),{percyAutoCapture}=require(a15_0x4b9edd(0x149)),logger=require(a15_0x4b9edd(0x180))[a15_0x4b9edd(0x146)],TestDetails=require(a15_0x4b9edd(0x185)),PerformanceTester=require(a15_0x4b9edd(0x1d3)),scripts=require(a15_0x4b9edd(0x14c)),globals=require(a15_0x4b9edd(0x163));globals[a15_0x4b9edd(0x206)]=browserStackGlobals;function stripUnicode(_0x40ea3b){const _0x4b6109=a15_0x4b9edd;return _0x40ea3b[_0x4b6109(0x1a4)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x5ee465=a15_0x4b9edd,_0xc1eec1={'volRf':function(_0x380eee,_0x2144bc){return _0x380eee(_0x2144bc);},'pjvJe':function(_0x8d148b){return _0x8d148b();},'ZDJXZ':function(_0x542f6e,_0x4823e0){return _0x542f6e<=_0x4823e0;},'wzznK':function(_0x4f4a02,_0x1e4cce,_0x5d9e41){return _0x4f4a02(_0x1e4cce,_0x5d9e41);},'IOJvy':function(_0x20153d,_0x210f96){return _0x20153d!==_0x210f96;},'qXZyC':_0x5ee465(0x1d2),'fLTPo':_0x5ee465(0x204),'nHLRO':_0x5ee465(0x165),'lEHkt':_0x5ee465(0x197),'KjlcB':function(_0x375b72,_0x2450da){return _0x375b72===_0x2450da;},'QVrxa':'vIgPt','WkbYQ':_0x5ee465(0x1c2),'QYkrZ':function(_0x404139,_0x3f979b){return _0x404139>_0x3f979b;},'yZxLe':function(_0x91cca0,_0x27b5c9){return _0x91cca0!==_0x27b5c9;},'sfPPP':_0x5ee465(0x1fb),'EktTv':_0x5ee465(0x186),'gdwzo':'MsXIX','BHedC':function(_0x30294d,_0x2af2cb){return _0x30294d!==_0x2af2cb;},'kYRfw':'aoSPj','GtYss':_0x5ee465(0x1ab),'OjUxI':_0x5ee465(0x19f),'rLuPy':function(_0x591485,_0x203561){return _0x591485(_0x203561);},'ftgtI':function(_0x2095eb,_0x2d40e9){return _0x2095eb!==_0x2d40e9;},'dyEef':_0x5ee465(0x15f),'nEkvZ':function(_0x33b235,_0x178dc2){return _0x33b235===_0x178dc2;},'Tqluv':_0x5ee465(0x151),'ujJIb':_0x5ee465(0x164),'EXWbw':'aahZC'};if(!_0xc1eec1[_0x5ee465(0x198)](isBrowserstackInfra)){if(_0xc1eec1[_0x5ee465(0x1ff)](_0xc1eec1[_0x5ee465(0x1bf)],_0xc1eec1['qXZyC']))_0x2f7466=_0xc1eec1[_0x5ee465(0x1c3)](_0x5ce116,_0x3dad01[_0x5ee465(0x1cb)](_0x40b258[_0x5ee465(0x1d9)]['description']));else return;}if(!sessionNameProvided){if(_0xc1eec1[_0x5ee465(0x1ff)](_0xc1eec1[_0x5ee465(0x136)],_0xc1eec1[_0x5ee465(0x194)])){const _0x1d3cef=expect['getState']()[_0x5ee465(0x1ad)];await __drivers[0x0]['executeScript'](_0x5ee465(0x199)+_0x1d3cef+_0x5ee465(0x1d1));}else return;}let _0xd9f582=null,_0x23fed8=![];if(_0xc1eec1[_0x5ee465(0x1ff)](typeof jasmine,_0xc1eec1[_0x5ee465(0x1a0)])){if(_0xc1eec1['KjlcB'](_0xc1eec1[_0x5ee465(0x1e7)],_0xc1eec1['WkbYQ']))return _0x28ae32[_0x5ee465(0x1a4)](/\\u001b\[.*?m/g,'')[_0x5ee465(0x13a)](0x1,-0x1);else{if(jasmine[_0x5ee465(0x1d9)][_0x5ee465(0x208)]&&_0xc1eec1[_0x5ee465(0x15a)](jasmine[_0x5ee465(0x1d9)][_0x5ee465(0x208)][_0x5ee465(0x134)],0x0))_0xc1eec1['yZxLe'](_0xc1eec1[_0x5ee465(0x15e)],_0xc1eec1[_0x5ee465(0x15e)])?(_0xc1eec1[_0x5ee465(0x1c3)](_0x294c5c,_0x1a49d2),_0xc1eec1['pjvJe'](_0x2dedd3)):(_0x23fed8=!![],_0xd9f582=_0xc1eec1[_0x5ee465(0x1c3)](stripUnicode,JSON[_0x5ee465(0x1cb)](jasmine[_0x5ee465(0x1d9)][_0x5ee465(0x208)][0x0]['message'])));else{if(_0xc1eec1['yZxLe'](_0xc1eec1[_0x5ee465(0x1a9)],_0xc1eec1[_0x5ee465(0x141)]))_0xd9f582=_0xc1eec1['volRf'](stripUnicode,JSON['stringify'](jasmine[_0x5ee465(0x1d9)][_0x5ee465(0x1df)]));else{const _0x1198ad=_0xc1eec1[_0x5ee465(0x1f6)](_0x5b7fb9,async()=>{const _0x3f9836=_0x5ee465;_0xc1eec1[_0x3f9836(0x1e2)](_0x563840[_0x3f9836(0x1aa)]()['pendingUploads'],0x0)&&(_0xc1eec1['volRf'](_0xbb869c,_0x1198ad),_0xc1eec1['pjvJe'](_0x56f88b));},0x3e8);}}}}else{if(_0xc1eec1[_0x5ee465(0x1e0)](_0xc1eec1[_0x5ee465(0x158)],_0xc1eec1[_0x5ee465(0x1c1)])){if(testContext[_0x5ee465(0x150)]&&_0xc1eec1['QYkrZ'](testContext[_0x5ee465(0x150)][_0x5ee465(0x134)],0x0)){if(_0xc1eec1[_0x5ee465(0x173)](_0xc1eec1[_0x5ee465(0x19e)],_0xc1eec1[_0x5ee465(0x19e)]))_0x23fed8=!![],_0xd9f582=_0xc1eec1[_0x5ee465(0x17a)](stripUnicode,JSON[_0x5ee465(0x1cb)](testContext[_0x5ee465(0x150)][0x0][0x0][_0x5ee465(0x144)]||testContext[_0x5ee465(0x150)][0x0][0x0]));else{const _0x2e0d54={};_0x2e0d54[_0x5ee465(0x1b6)]=_0x4ea4f6=>{const _0x104582=_0x5ee465;_0x1b1e5c[_0x104582(0x1d9)]=_0x4ea4f6;},_0x5b8f44[_0x5ee465(0x1dc)]()[_0x5ee465(0x1eb)](_0x2e0d54);}}else _0xc1eec1[_0x5ee465(0x16a)](_0xc1eec1[_0x5ee465(0x14e)],_0xc1eec1['dyEef'])?_0x2d8013['debug'](_0x5ee465(0x16f)+_0x3b5f06):_0xd9f582=_0xc1eec1['rLuPy'](stripUnicode,JSON['stringify'](testContext[_0x5ee465(0x17c)]));}else _0xbac60[_0x5ee465(0x14a)](_0x420509);}_0x23fed8?_0xc1eec1['nEkvZ'](_0xc1eec1[_0x5ee465(0x174)],_0xc1eec1[_0x5ee465(0x174)])?(__error_messages__[_0x5ee465(0x1ae)](_0xd9f582),await __drivers[0x0][_0x5ee465(0x1d5)](_0x5ee465(0x205)+_0xd9f582+_0x5ee465(0x19c))):(_0x29b6aa=!![],_0x2f9b6a=_0xc1eec1[_0x5ee465(0x1c3)](_0x5e3d27,_0xf99afd[_0x5ee465(0x1cb)](_0x119c2a[_0x5ee465(0x1d9)]['failedExpectations'][0x0]['message']))):_0xc1eec1[_0x5ee465(0x1cc)](_0xc1eec1[_0x5ee465(0x193)],_0xc1eec1[_0x5ee465(0x183)])?_0x498bff[_0x5ee465(0x16b)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+_0x453d5b['getState']()[_0x5ee465(0x1ad)]+_0x5ee465(0x159),_0x393d27):await __drivers[0x0][_0x5ee465(0x1d5)](_0x5ee465(0x1a2)+_0xd9f582+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0x4d298c,_0x29d550)=>{const _0xf592e4=a15_0x4b9edd;await global['__drivers'][0x0][_0xf592e4(0x1d5)](_0xf592e4(0x148)+_0x4d298c+',\x22level\x22:\x20\x22'+_0x29d550+_0xf592e4(0x1d1));};function a15_0x54a5(){const _0x3c0cc3=['message','cKiUW','winstonLogger','oYkiV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/percy/utils','log','UUehS','../../helpers/accessibility-automation/scripts','yvlss','dyEef','907792SvoGsV','errors','rNpgk','iyrOx','fmnpL','600cYTbfV','ZxRSe','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','capabilities','kYRfw','.\x20Error\x20:','QYkrZ','ClnqN','HxLiF','paltF','sfPPP','ffpYg','getCurrentUrl','GdZXP','dfjzZ','../../helpers/globals','FWANL','UFQeS','startMonitoring','util','isAccessibilityPlatform','bstackA11yShouldScan','ftgtI','error','549898TbQVdE','qHZOx','gNfnd','Failed\x20to\x20store\x20session\x20name:\x20','eGVrA','AuOyC','sGwFi','KjlcB','Tqluv','JxzEf','EBNCN','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','SVjAS','../../helpers/helper','rLuPy','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','name','toApj','quitCount_','pushPerfMeasures','../../helpers/logger','elHzw','protocol','EXWbw','jSaiD','./test-observability/test-details','EMwqp','testcase','1286705TQwtMl','env','getGlobal','getTestUUID','19533547qDbdeI','passed','kCvjN','jrhuD','QoheV','RTkUf','CsdjJ','ujJIb','nHLRO','21guoHJV','../../helpers/accessibility-automation/helper','undefined','pjvJe','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','tCvsD','NSzHy','\x22,\x22level\x22:\x20\x22error\x22}}','ZQhTI','OjUxI','GCxfj','lEHkt','6jPWEGL','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','omZDV','replace','yXKTU','EdupJ','VwNht','initQuit','EktTv','getInstance','gQQqY','executeAsyncScript','currentTestName','push','mYspH','join','iwtgz','ekdfp','xAXjg','310MBXwMz','wpyQO','specStarted','XdUMM','CaGSg','now','percyCaptureMode','pendingUploads','TjjLP','DSkqW','CXeIu','qXZyC','session_','GtYss','tbKVP','volRf','147753fLYDdb','FCToZ','uxmql','mXmBP','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Abeeg','setGlobal','stringify','nEkvZ','pukJV','hZXnn','info','PIeaw','\x22}}','GfXYn','../../helpers/performance-tester','setTimeout','executeScript','hAqeX','zJgsk','shift','currentTest','rQJIg','JsDfG','getEnv','xpdfj','pid','description','BHedC','http:','ZDJXZ','bJFNJ','EdqnT','gIMbC','ObservabilitySync:','QVrxa','pTZtV','isArray','jhISk','addReporter','AvcES','browserstackSessionName','GLRwF','TZhVB','EWcJB','percy','ahkVn','wvWzv','UzgMD','USFng','wzznK','NoOlq','failed','Ksknd','https:','rejtP','KUYbC','app','amfMC','IOJvy','WZVIN','blyPa','152092eWRcYE','testPath','PMGCS','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','browserStackGlobals','oFdYd','failedExpectations','divCD','length','1306oKVnyA','fLTPo','debug','getState','mSFQz','slice','zvAqk','removeAllListeners','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','JXXif','KHaBv','BS_A11Y_TEST_RUN_ID','gdwzo','__drivers','quOdz'];a15_0x54a5=function(){return _0x3c0cc3;};return a15_0x54a5();}async function driverCleanup(){const _0x1846c0=a15_0x4b9edd,_0x377360={'toApj':function(_0x193511,_0x37d418){return _0x193511>_0x37d418;},'OQHVx':function(_0x128070,_0x5c86d4){return _0x128070(_0x5c86d4);},'zJgsk':function(_0x3a71ee,_0x2b187c){return _0x3a71ee(_0x2b187c);},'fbOkd':function(_0x241986,_0xaefab3){return _0x241986<=_0xaefab3;},'AvcES':function(_0x27ee48,_0xecf1b6){return _0x27ee48(_0xecf1b6);},'WZVIN':function(_0x54731d){return _0x54731d();},'wpyQO':function(_0x489474,_0x36b59f){return _0x489474(_0x36b59f);},'jSaiD':function(_0x201fb1,_0x283373){return _0x201fb1!==_0x283373;},'UduGj':_0x1846c0(0x133),'ZxRSe':function(_0x1d1960,_0x28ac03){return _0x1d1960!==_0x28ac03;},'quOdz':_0x1846c0(0x1c9),'oYkiV':function(_0x4b6792,_0x248ade){return _0x4b6792>_0x248ade;},'EdupJ':function(_0x2bb09e,_0x4b04eb){return _0x2bb09e===_0x4b04eb;},'aRXHA':_0x1846c0(0x1ef),'xAEvq':function(_0x1e0721,_0x59fe0e,_0x56a41b,_0x2665e2){return _0x1e0721(_0x59fe0e,_0x56a41b,_0x2665e2);},'KHaBv':_0x1846c0(0x1f8),'SVjAS':'\x20|\x20','CsdjJ':'QrgfM','QvBOZ':function(_0x28adf7,_0x47a68b,_0x238b2f){return _0x28adf7(_0x47a68b,_0x238b2f);},'DSkqW':_0x1846c0(0x18d),'blyPa':function(_0x57ad83,_0x566dd6){return _0x57ad83===_0x566dd6;},'AuOyC':_0x1846c0(0x1e5),'jrhuD':_0x1846c0(0x1b2),'iyrOx':function(_0x281174,_0x16a8fd){return _0x281174!==_0x16a8fd;},'yXKTU':_0x1846c0(0x16d),'QUyzw':'bypjt','iwtgz':function(_0x3357cd,_0x4cd2ce){return _0x3357cd===_0x4cd2ce;},'CXeIu':_0x1846c0(0x145),'elHzw':function(_0x2a391d,_0x2e4b){return _0x2a391d!==_0x2e4b;},'imjYx':_0x1846c0(0x1f3),'JxzEf':'hgVxI'};if(!_0x377360[_0x1846c0(0x200)](isBrowserstackInfra)){if(_0x377360[_0x1846c0(0x184)](_0x377360['UduGj'],_0x377360['UduGj']))_0x439f15['currentTest'][_0x1846c0(0x208)]&&_0x377360[_0x1846c0(0x17d)](_0x25ed6e[_0x1846c0(0x1d9)]['failedExpectations']['length'],0x0)?(_0x35606c=!![],_0x1d8d97=_0x377360['OQHVx'](_0x4a6cbe,_0x29f867[_0x1846c0(0x1cb)](_0xa38250[_0x1846c0(0x1d9)][_0x1846c0(0x208)][0x0][_0x1846c0(0x144)]))):_0x3e8acd=_0x377360[_0x1846c0(0x1d7)](_0x4900e3,_0x31cd62['stringify'](_0x9c51bd['currentTest'][_0x1846c0(0x1df)]));else return;}let _0x4551d0=![];try{_0x377360[_0x1846c0(0x155)](_0x377360[_0x1846c0(0x143)],_0x377360[_0x1846c0(0x143)])?(_0x596b69[_0x1846c0(0x1e9)](_0x2a8eff)&&_0x185cb5[0x0]&&(_0xbb1d3[0x0][_0x1846c0(0x1ed)]=_0x41c606),_0x9ce32d[_0x1846c0(0x1ed)]=_0x2dbcf5):(await __drivers[0x0][_0x1846c0(0x1c0)],_0x4551d0=!![],_0x377360[_0x1846c0(0x147)](__error_messages__[_0x1846c0(0x134)],0x0)?_0x377360[_0x1846c0(0x1a6)](_0x377360['aRXHA'],_0x377360['aRXHA'])?await _0x377360['xAEvq'](markSessionStatus,__drivers[0x0],_0x377360[_0x1846c0(0x13f)],__error_messages__[_0x1846c0(0x1b0)](_0x377360[_0x1846c0(0x178)])):_0x308ad4=![]:_0x377360[_0x1846c0(0x184)](_0x377360[_0x1846c0(0x192)],_0x377360[_0x1846c0(0x192)])?_0x4adc3e[_0x1846c0(0x1d9)]=_0x3bec8f:await _0x377360['QvBOZ'](markSessionStatus,__drivers[0x0],_0x377360[_0x1846c0(0x1bd)]));}catch(_0x3ec86e){_0x377360[_0x1846c0(0x201)](_0x377360[_0x1846c0(0x171)],_0x377360[_0x1846c0(0x18f)])?_0x377360['fbOkd'](_0x4bae11[_0x1846c0(0x1aa)]()['pendingUploads'],0x0)&&(_0x377360[_0x1846c0(0x1ec)](_0x124056,_0x2a5929),_0x377360[_0x1846c0(0x200)](_0x5dad0f)):console[_0x1846c0(0x14a)](_0x3ec86e);}__error_messages__=[];if(_0x4551d0){if(_0x377360[_0x1846c0(0x152)](_0x377360[_0x1846c0(0x1a5)],_0x377360['QUyzw']))try{_0x377360[_0x1846c0(0x1b1)](_0x377360[_0x1846c0(0x1be)],_0x377360['CXeIu'])?await __drivers[0x0][_0x1846c0(0x1a8)]():_0x529bd5=new _0x540899(_0x4a28eb);}catch(_0x4b4890){_0x377360[_0x1846c0(0x181)](_0x377360['imjYx'],_0x377360[_0x1846c0(0x175)])?console[_0x1846c0(0x14a)](_0x4b4890):(_0x12d212=!![],_0x35a357=_0x377360[_0x1846c0(0x1b5)](_0x5f5414,_0x4e57[_0x1846c0(0x1cb)](_0x276223[_0x1846c0(0x150)][0x0][0x0][_0x1846c0(0x144)]||_0xfc6389[_0x1846c0(0x150)][0x0][0x0])));}else _0x2a58cd[_0x1846c0(0x14a)](_0x2db201);}}beforeAll(async()=>{const _0x335e1b=a15_0x4b9edd,_0x289235={'bJFNJ':function(_0x15af3f,_0x202d31){return _0x15af3f>_0x202d31;},'CaGSg':function(_0x1dd923,_0x2ea734){return _0x1dd923(_0x2ea734);},'mXmBP':_0x335e1b(0x177),'xpdfj':function(_0x51c314,_0xbaf19){return _0x51c314===_0xbaf19;},'eGVrA':_0x335e1b(0x1f4),'mSFQz':_0x335e1b(0x1ee),'LkxyD':function(_0x5a18ce,_0x171162){return _0x5a18ce(_0x171162);},'tCvsD':function(_0x3d8289,_0x102882){return _0x3d8289!==_0x102882;},'Ksknd':_0x335e1b(0x197),'JXXif':function(_0x271925,_0x333f6f){return _0x271925!==_0x333f6f;},'FCToZ':'yrSDS','jhISk':function(_0x598452,_0x2fd724){return _0x598452===_0x2fd724;},'UStwJ':_0x335e1b(0x190),'sGwFi':_0x335e1b(0x1d6),'ahkVn':_0x335e1b(0x1fc),'VwNht':function(_0x13216a){return _0x13216a();},'kCvjN':_0x335e1b(0x1d0),'RTkUf':'Betbh','fmnpL':function(_0x32b451,_0x50f2e5,_0x523e69){return _0x32b451(_0x50f2e5,_0x523e69);}};PerformanceTester[_0x335e1b(0x166)]();const _0x358e47='browserstack internal helper hook';_0x289235[_0x335e1b(0x19a)](typeof jasmine,_0x289235[_0x335e1b(0x1f9)])&&(_0x289235[_0x335e1b(0x13e)](_0x289235[_0x335e1b(0x1c5)],_0x289235[_0x335e1b(0x1c5)])?_0x1990be[_0x335e1b(0x150)]&&_0x289235[_0x335e1b(0x1e3)](_0x5b750d[_0x335e1b(0x150)][_0x335e1b(0x134)],0x0)?(_0x190a7d=!![],_0x1228b8=_0x289235[_0x335e1b(0x1b8)](_0x3af3b4,_0x459fa9[_0x335e1b(0x1cb)](_0x2cc289[_0x335e1b(0x150)][0x0][0x0]['message']||_0x4c871c['errors'][0x0][0x0]))):_0x27c8b1=_0x289235[_0x335e1b(0x1b8)](_0x3cba06,_0x15cb65[_0x335e1b(0x1cb)](_0x281825['name'])):jasmine[_0x335e1b(0x1dc)]()[_0x335e1b(0x1eb)]({'specStarted':_0x524741=>{const _0x55bebb=_0x335e1b;_0x289235[_0x55bebb(0x1dd)](_0x289235[_0x55bebb(0x170)],_0x289235[_0x55bebb(0x139)])?_0xde2baf&&_0x1848a8[_0x55bebb(0x1cf)](_0x289235['mXmBP']):jasmine['currentTest']=_0x524741;}}));let _0x57a0e0=![];try{_0x289235[_0x335e1b(0x1ea)](_0x289235['UStwJ'],_0x289235[_0x335e1b(0x172)])?_0x5359ea[_0x335e1b(0x16b)](_0x335e1b(0x13d)+_0x1dcb52):(await __drivers[0x0][_0x335e1b(0x1c0)],_0x57a0e0=!![]);}catch(_0x218c1c){}if(_0x57a0e0)try{try{if(_0x289235[_0x335e1b(0x1ea)](_0x289235['ahkVn'],_0x289235[_0x335e1b(0x1f2)])){if(_0x289235[_0x335e1b(0x1a7)](isTestObservabilitySession)){if(_0x289235[_0x335e1b(0x19a)](_0x289235[_0x335e1b(0x18e)],_0x289235[_0x335e1b(0x18e)]))return;else global[_0x335e1b(0x142)][0x0]&&(_0x289235[_0x335e1b(0x13e)](_0x289235[_0x335e1b(0x191)],_0x289235[_0x335e1b(0x191)])?_0x164612[_0x335e1b(0x1cf)](_0x289235[_0x335e1b(0x1c7)]):await _0x289235[_0x335e1b(0x153)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x335e1b(0x18b)](process[_0x335e1b(0x1de)]+':testAnalyticsId')));}}else _0x157d16=_0x289235['LkxyD'](_0x45bc88,_0x21c12b[_0x335e1b(0x1cb)](_0x709226[_0x335e1b(0x17c)]));}catch{}}catch(_0x181fda){}}),beforeEach(async()=>{const _0x2aa2f1=a15_0x4b9edd,_0x3b5d26={'hZXnn':function(_0x121df,_0x51c23b){return _0x121df>_0x51c23b;},'NSzHy':function(_0x257740){return _0x257740();},'HxLiF':function(_0x360f6c,_0x424655,_0x2bf168){return _0x360f6c(_0x424655,_0x2bf168);},'uxmql':_0x2aa2f1(0x169),'yvlss':_0x2aa2f1(0x168),'oFdYd':function(_0x5f7b31,_0x527b58){return _0x5f7b31===_0x527b58;},'NoOlq':_0x2aa2f1(0x1e1),'rQJIg':_0x2aa2f1(0x1fa),'QENLY':_0x2aa2f1(0x177)},_0xe0a986='browserstack internal helper hook';try{_0x3b5d26['hZXnn'](__drivers[_0x2aa2f1(0x134)],0x1)&&(await _0x3b5d26['NSzHy'](driverCleanup),__drivers[_0x2aa2f1(0x1d8)]());const _0x271c93=expect[_0x2aa2f1(0x138)]()[_0x2aa2f1(0x1ad)];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x271c93),global[_0x2aa2f1(0x1ed)]=_0x271c93;}catch(_0x327380){logger[_0x2aa2f1(0x137)](_0x2aa2f1(0x16f)+_0x327380);}__drivers[0x0]['browserstackSessionName']=_0x271c93;_0x3b5d26[_0x2aa2f1(0x1ce)](__drivers[0x0][_0x2aa2f1(0x17e)],0x0)&&await _0x3b5d26['NSzHy'](driverCleanup);const _0x9cb1a1=_0x3b5d26[_0x2aa2f1(0x15c)](shouldScanTestForAccessibility,_0x271c93,![]);__drivers[0x0][_0x2aa2f1(0x169)]=_0x9cb1a1,globals[_0x2aa2f1(0x1ca)](_0x3b5d26[_0x2aa2f1(0x1c6)],_0x9cb1a1);if(_0x3b5d26[_0x2aa2f1(0x19b)](isAccessibilityAutomationSession)&&globals[_0x2aa2f1(0x18a)](_0x3b5d26[_0x2aa2f1(0x14d)]))try{const _0x2e7f36=await __drivers[0x0][_0x2aa2f1(0x1c0)];if(_0x2e7f36){let _0x44c656=!![];const _0xc69011=await __drivers[0x0][_0x2aa2f1(0x160)]();let _0x179085;try{_0x179085=new URL(_0xc69011);}catch(_0x7af30d){_0x44c656=![];}_0x44c656=_0x3b5d26[_0x2aa2f1(0x207)](_0x179085[_0x2aa2f1(0x182)],_0x3b5d26[_0x2aa2f1(0x1f7)])||_0x3b5d26['oFdYd'](_0x179085[_0x2aa2f1(0x182)],_0x3b5d26[_0x2aa2f1(0x1da)]),_0x44c656&&(_0x9cb1a1&&logger[_0x2aa2f1(0x1cf)](_0x3b5d26['QENLY']));}}catch(_0x1d3950){logger[_0x2aa2f1(0x16b)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x1d3950);}_0x3b5d26[_0x2aa2f1(0x1ce)](__drivers[0x0][_0x2aa2f1(0x17e)],0x0)&&await _0x3b5d26[_0x2aa2f1(0x19b)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x447f5d=a15_0x4b9edd,_0x5313f1={'ClnqN':function(_0xf755fd,_0x411e65){return _0xf755fd>_0x411e65;},'EWcJB':function(_0x2b636c){return _0x2b636c();},'XdUMM':function(_0x5b5120,_0xc21f29){return _0x5b5120===_0xc21f29;},'paltF':_0x447f5d(0x187),'wNmDd':function(_0x5d772d,_0x67556e){return _0x5d772d>_0x67556e;},'omZDV':'appium:app','rZjax':function(_0x4e1130,_0x593e9d,_0x1f23e1,_0x263b8a){return _0x4e1130(_0x593e9d,_0x1f23e1,_0x263b8a);},'TjjLP':function(_0x44c3aa,_0x4dbbbe,_0x46204c){return _0x44c3aa(_0x4dbbbe,_0x46204c);},'FkBuy':_0x447f5d(0x168),'zvAqk':_0x447f5d(0x169),'ZQhTI':_0x447f5d(0x1c8),'gNfnd':function(_0x71b1c6,_0x56b764){return _0x71b1c6(_0x56b764);},'amfMC':'Performing\x20scan\x20before\x20saving\x20results','JsDfG':_0x447f5d(0x156),'GdZXP':function(_0xa59764){return _0xa59764();},'dfjzZ':function(_0x4e2715){return _0x4e2715();},'USFng':_0x447f5d(0x137),'UUehS':function(_0x43d884,_0x37e4b3){return _0x43d884>_0x37e4b3;},'mYspH':function(_0x193f50){return _0x193f50();}},_0x3c0074='browserstack internal helper hook';try{_0x5313f1[_0x447f5d(0x15b)](__drivers['length'],0x1)&&(await _0x5313f1[_0x447f5d(0x1f0)](driverCleanup),__drivers[_0x447f5d(0x1d8)]());try{if(global[_0x447f5d(0x1f1)]&&_0x5313f1[_0x447f5d(0x1b7)](global[_0x447f5d(0x1ba)],_0x5313f1[_0x447f5d(0x15d)])&&__drivers[0x0]){const _0xb17dae=_0x5313f1['wNmDd'](global[_0x447f5d(0x157)][_0x447f5d(0x134)],0x0)?!!global[_0x447f5d(0x157)][0x0]['app']||!!global[_0x447f5d(0x157)][0x0][_0x5313f1[_0x447f5d(0x1a3)]]:![],_0x3b071c={};_0x3b071c[_0x447f5d(0x1fd)]=_0xb17dae,await _0x5313f1['rZjax'](percyAutoCapture,__drivers[0x0],_0x5313f1[_0x447f5d(0x15d)],_0x3b071c);}}catch(_0x191901){}const _0x419439=_0x5313f1[_0x447f5d(0x1bc)](shouldScanTestForAccessibility,expect[_0x447f5d(0x138)]()[_0x447f5d(0x1ad)],![]);try{if(_0x5313f1[_0x447f5d(0x1f0)](isAccessibilityAutomationSession)&&globals[_0x447f5d(0x18a)](_0x5313f1['FkBuy'])&&globals[_0x447f5d(0x18a)](_0x5313f1[_0x447f5d(0x13b)])){logger[_0x447f5d(0x1cf)](_0x5313f1[_0x447f5d(0x19d)]);const _0x542230={'saveResults':_0x419439,'testDetails':{'name':expect[_0x447f5d(0x138)]()['currentTestName'],'testRunId':process[_0x447f5d(0x189)][_0x447f5d(0x140)],'filePath':expect[_0x447f5d(0x138)]()[_0x447f5d(0x203)],'scopeList':[expect[_0x447f5d(0x138)]()[_0x447f5d(0x1ad)]]},'platform':await _0x5313f1[_0x447f5d(0x16e)](fetchPlatformDetails,__drivers[0x0])};logger[_0x447f5d(0x137)](_0x5313f1[_0x447f5d(0x1fe)]),logger[_0x447f5d(0x137)](util['format'](await __drivers[0x0][_0x447f5d(0x1ac)](scripts['performScan'],{'method':expect[_0x447f5d(0x138)]()[_0x447f5d(0x1ad)]}))),await __drivers[0x0][_0x447f5d(0x1ac)](scripts['saveTestResults'],_0x542230),logger[_0x447f5d(0x1cf)](_0x5313f1[_0x447f5d(0x1db)]);}}catch(_0x138bc7){logger[_0x447f5d(0x16b)](_0x447f5d(0x17b)+expect[_0x447f5d(0x138)]()[_0x447f5d(0x1ad)]+'.\x20Error\x20:',_0x138bc7);}await _0x5313f1['EWcJB'](setContext);try{if(_0x5313f1[_0x447f5d(0x161)](isTestObservabilitySession)){global[_0x447f5d(0x142)][0x0]&&await _0x5313f1['TjjLP'](sendPlatformDetails,global[_0x447f5d(0x142)][0x0],TestDetails[_0x447f5d(0x18b)](process['pid']+':testAnalyticsId'));if(_0x5313f1[_0x447f5d(0x162)](isBrowserstackInfra)){const _0x5f13bd=_0x447f5d(0x1e6)+Date[_0x447f5d(0x1b9)]();await _0x5313f1[_0x447f5d(0x1bc)](executeAnnotate,JSON[_0x447f5d(0x1cb)](_0x5f13bd),_0x5313f1[_0x447f5d(0x1f5)]);}}}catch(_0x16159e){}_0x5313f1[_0x447f5d(0x14b)](__drivers[0x0][_0x447f5d(0x17e)],0x0)&&await _0x5313f1[_0x447f5d(0x1af)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x2841cf=a15_0x4b9edd,_0x30a2b={'xAXjg':function(_0x2cdc5e,_0x3c18d3){return _0x2cdc5e<=_0x3c18d3;},'YQuPx':function(_0x417eb4,_0x22f8ef){return _0x417eb4(_0x22f8ef);},'EdqnT':function(_0x4660ac){return _0x4660ac();},'EBNCN':function(_0x372583,_0x2222da,_0x4c509e){return _0x372583(_0x2222da,_0x4c509e);}};jest['setTimeout'](0x186a0),PerformanceTester[_0x2841cf(0x17f)]();const _0x200707='browserstack internal helper hook';await new Promise(_0x55110d=>{const _0x624135=_0x2841cf,_0x1d84d0={'pTZtV':function(_0x1fca45,_0x1efdbe){const _0x2ab0be=a15_0x2f77;return _0x30a2b[_0x2ab0be(0x1b3)](_0x1fca45,_0x1efdbe);},'pukJV':function(_0xd0bdbf,_0x2db38d){return _0x30a2b['YQuPx'](_0xd0bdbf,_0x2db38d);},'nRraC':function(_0x564a07){const _0x3a4970=a15_0x2f77;return _0x30a2b[_0x3a4970(0x1e4)](_0x564a07);}},_0x14211e=_0x30a2b[_0x624135(0x176)](setInterval,async()=>{const _0x1423e4=_0x624135;_0x1d84d0[_0x1423e4(0x1e8)](RequestQueueHandler[_0x1423e4(0x1aa)]()[_0x1423e4(0x1bb)],0x0)&&(_0x1d84d0[_0x1423e4(0x1cd)](clearInterval,_0x14211e),_0x1d84d0['nRraC'](_0x55110d));},0x3e8);});try{await _0x30a2b[_0x2841cf(0x1e4)](driverCleanup);}catch(_0x26a39d){}process[_0x2841cf(0x13c)]();},0x2710);
|
|
1
|
+
const a15_0x432043=a15_0x17a7;(function(_0x2ebcf9,_0x2fd28a){const _0x49b57a=a15_0x17a7,_0x478594=_0x2ebcf9();while(!![]){try{const _0x12449f=parseInt(_0x49b57a(0x131))/0x1+parseInt(_0x49b57a(0x14c))/0x2*(parseInt(_0x49b57a(0x14a))/0x3)+-parseInt(_0x49b57a(0x17a))/0x4*(parseInt(_0x49b57a(0x10e))/0x5)+parseInt(_0x49b57a(0x179))/0x6*(parseInt(_0x49b57a(0x180))/0x7)+-parseInt(_0x49b57a(0x120))/0x8*(-parseInt(_0x49b57a(0x162))/0x9)+-parseInt(_0x49b57a(0x170))/0xa+-parseInt(_0x49b57a(0x10a))/0xb;if(_0x12449f===_0x2fd28a)break;else _0x478594['push'](_0x478594['shift']());}catch(_0x2e9ed6){_0x478594['push'](_0x478594['shift']());}}}(a15_0x623f,0xa8bbc));function a15_0x623f(){const _0xb0d2d8=['MVjmS','message','NRYtj','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','__drivers','../../helpers/test-observability/utils','AUmHf','removeAllListeners','1528803ypUVHh','EvPVD','Vgfhw','pEbjn','ANtzZ','undefined','NyQxb','TPhQm','rLbKY',':testAnalyticsId','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22',',\x22level\x22:\x20\x22','DhTuV','zLoTb','4859970eJBvgt','OPAOU','env','clvFU','currentTest','yNGbl','bstackA11yShouldScan','WhWEq','sRRhl','24vStTMY','518648DKphdT','setTimeout','\x22,\x22level\x22:\x20\x22error\x22}}','DmTeH','izWIq','testcase','71407harKaA','../../helpers/helper','ObservabilitySync:','gVyYW','../../helpers/performance-tester','capabilities','SpcOs','\x20|\x20','errors','app','oFeEf','debug','name','winstonLogger','rdcUD','HzTRX','GtHAw','passed','Failed\x20to\x20store\x20session\x20name:\x20','error','format','currentTestName','BS_A11Y_TEST_RUN_ID','getState','LvnkN','rwdtp','573199EMuIuC','sWern','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','getTestUUID','50mslboC','../../helpers/accessibility-automation/scripts','browserstackSessionName','description','isAccessibilityPlatform','protocol','log','join','LDjpj','addReporter','saveTestResults','failed','executeAsyncScript','../../helpers/percy/utils','startMonitoring','tZuol','percy','performScan','16hNUMRZ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wtmCt','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','stringify','IzYQK','length','isArray','dsoQZ','executeScript','now','uRiRv','xaekk','vmdZe','quitCount_','shift','getGlobal','1239149bGolpp','slice','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','getCurrentUrl','../../helpers/test-observability/requestQueueHandler','failedExpectations','qdwkF','../../helpers/globals','lKEUn','hRQUd','pushPerfMeasures','appium:app','pDkZZ','../../helpers/logger','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','qDlnr','testPath','CkcGA','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','http:','BcNds','\x22,\x22level\x22:\x20\x22info\x22}}','nTnGW','setGlobal','129453ukCcjN','\x22}}','42sLfvtB','KiiJH','browserStackGlobals','pid','ePYGO','vvFEg','getInstance','replace','.\x20Error\x20:','iKGcx','info','percyCaptureMode','cmqle','initQuit'];a15_0x623f=function(){return _0xb0d2d8;};return a15_0x623f();}const util=require('util'),{isTestObservabilitySession,sendPlatformDetails}=require(a15_0x432043(0x15f)),{isBrowserstackInfra,markSessionStatus}=require(a15_0x432043(0x181));function a15_0x17a7(_0x2eca73,_0x1710cf){const _0x623f66=a15_0x623f();return a15_0x17a7=function(_0x17a700,_0x5c494e){_0x17a700=_0x17a700-0x102;let _0x224020=_0x623f66[_0x17a700];return _0x224020;},a15_0x17a7(_0x2eca73,_0x1710cf);}let __error_messages__=[];const RequestQueueHandler=require(a15_0x432043(0x136));jest[a15_0x432043(0x17b)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a15_0x432043(0x11b)),logger=require(a15_0x432043(0x13f))[a15_0x432043(0x18d)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a15_0x432043(0x184)),scripts=require(a15_0x432043(0x10f)),globals=require(a15_0x432043(0x139));globals[a15_0x432043(0x14e)]=browserStackGlobals;function stripUnicode(_0x5dd21d){const _0x4d32ef=a15_0x432043;return _0x5dd21d[_0x4d32ef(0x153)](/\\u001b\[.*?m/g,'')[_0x4d32ef(0x132)](0x1,-0x1);}async function setContext(){const _0x3631d9=a15_0x432043,_0x5b1d07={'xaekk':function(_0x180de5){return _0x180de5();},'BcNds':function(_0x1187cb,_0x3654c7){return _0x1187cb!==_0x3654c7;},'LvnkN':_0x3631d9(0x167),'ePYGO':function(_0x1cfa21,_0x49b093){return _0x1cfa21>_0x49b093;},'CkcGA':function(_0x1a9989,_0x5cc89b){return _0x1a9989(_0x5cc89b);},'HzTRX':function(_0x3ee454,_0x296a62){return _0x3ee454(_0x296a62);},'vmdZe':function(_0x5b6e24,_0x5a2cc5){return _0x5b6e24(_0x5a2cc5);},'pDkZZ':function(_0x314eb9,_0x3f810c){return _0x314eb9(_0x3f810c);}};if(!_0x5b1d07[_0x3631d9(0x12c)](isBrowserstackInfra))return;if(!sessionNameProvided){const _0x2bd265=expect[_0x3631d9(0x107)]()[_0x3631d9(0x105)];await __drivers[0x0][_0x3631d9(0x129)](_0x3631d9(0x16c)+_0x2bd265+_0x3631d9(0x14b));}let _0x52ff8b=null,_0x909b67=![];_0x5b1d07[_0x3631d9(0x146)](typeof jasmine,_0x5b1d07[_0x3631d9(0x108)])?jasmine['currentTest'][_0x3631d9(0x137)]&&_0x5b1d07[_0x3631d9(0x150)](jasmine['currentTest'][_0x3631d9(0x137)]['length'],0x0)?(_0x909b67=!![],_0x52ff8b=_0x5b1d07[_0x3631d9(0x143)](stripUnicode,JSON['stringify'](jasmine[_0x3631d9(0x174)]['failedExpectations'][0x0][_0x3631d9(0x15b)]))):_0x52ff8b=_0x5b1d07[_0x3631d9(0x18f)](stripUnicode,JSON[_0x3631d9(0x124)](jasmine[_0x3631d9(0x174)][_0x3631d9(0x111)])):testContext[_0x3631d9(0x188)]&&_0x5b1d07[_0x3631d9(0x150)](testContext['errors'][_0x3631d9(0x126)],0x0)?(_0x909b67=!![],_0x52ff8b=_0x5b1d07[_0x3631d9(0x12d)](stripUnicode,JSON[_0x3631d9(0x124)](testContext[_0x3631d9(0x188)][0x0][0x0][_0x3631d9(0x15b)]||testContext[_0x3631d9(0x188)][0x0][0x0]))):_0x52ff8b=_0x5b1d07[_0x3631d9(0x13e)](stripUnicode,JSON['stringify'](testContext[_0x3631d9(0x18c)])),_0x909b67?(__error_messages__['push'](_0x52ff8b),await __drivers[0x0]['executeScript'](_0x3631d9(0x123)+_0x52ff8b+_0x3631d9(0x17c))):await __drivers[0x0]['executeScript'](_0x3631d9(0x15d)+_0x52ff8b+_0x3631d9(0x147));}const executeAnnotate=async(_0x120613,_0x1de832)=>{const _0x1e7768=a15_0x432043;await global['__drivers'][0x0][_0x1e7768(0x129)](_0x1e7768(0x134)+_0x120613+_0x1e7768(0x16d)+_0x1de832+_0x1e7768(0x14b));};async function driverCleanup(){const _0x300c5e=a15_0x432043,_0x3c8fd2={'rdcUD':function(_0x5393d6){return _0x5393d6();},'KiiJH':function(_0x43e33f,_0x4320d1){return _0x43e33f>_0x4320d1;},'LWuJR':function(_0x11f5ec,_0x1de6cc,_0x108aaf,_0x45af38){return _0x11f5ec(_0x1de6cc,_0x108aaf,_0x45af38);},'izWIq':_0x300c5e(0x119),'TPhQm':_0x300c5e(0x187),'Vgfhw':function(_0x45132c,_0x53d505,_0xcc675){return _0x45132c(_0x53d505,_0xcc675);},'WhWEq':_0x300c5e(0x191)};if(!_0x3c8fd2[_0x300c5e(0x18e)](isBrowserstackInfra))return;let _0xd813a3=![];try{await __drivers[0x0][_0x300c5e(0x133)],_0xd813a3=!![],_0x3c8fd2[_0x300c5e(0x14d)](__error_messages__[_0x300c5e(0x126)],0x0)?await _0x3c8fd2['LWuJR'](markSessionStatus,__drivers[0x0],_0x3c8fd2[_0x300c5e(0x17e)],__error_messages__[_0x300c5e(0x115)](_0x3c8fd2[_0x300c5e(0x169)])):await _0x3c8fd2[_0x300c5e(0x164)](markSessionStatus,__drivers[0x0],_0x3c8fd2[_0x300c5e(0x177)]);}catch(_0x3215f3){console[_0x300c5e(0x114)](_0x3215f3);}__error_messages__=[];if(_0xd813a3)try{await __drivers[0x0][_0x300c5e(0x159)]();}catch(_0x37aa4e){console[_0x300c5e(0x114)](_0x37aa4e);}}beforeAll(async()=>{const _0x135c8c=a15_0x432043,_0x2ce048={'OPAOU':function(_0x54cb58,_0x2503da){return _0x54cb58!==_0x2503da;},'gVyYW':_0x135c8c(0x167),'pEbjn':function(_0x26fc3c){return _0x26fc3c();},'iKGcx':function(_0x40bd3b,_0x3dcf95,_0x3ae6a1){return _0x40bd3b(_0x3dcf95,_0x3ae6a1);}};PerformanceTester[_0x135c8c(0x11c)]();const _0x318012='browserstack internal helper hook';_0x2ce048[_0x135c8c(0x171)](typeof jasmine,_0x2ce048[_0x135c8c(0x183)])&&jasmine['getEnv']()[_0x135c8c(0x117)]({'specStarted':_0xd63fc5=>{const _0x14aa5d=_0x135c8c;jasmine[_0x14aa5d(0x174)]=_0xd63fc5;}});let _0x166cc0=![];try{await __drivers[0x0][_0x135c8c(0x133)],_0x166cc0=!![];}catch(_0x2ed54a){}if(_0x166cc0)try{try{_0x2ce048[_0x135c8c(0x165)](isTestObservabilitySession)&&(global[_0x135c8c(0x15e)][0x0]&&await _0x2ce048[_0x135c8c(0x155)](sendPlatformDetails,global[_0x135c8c(0x15e)][0x0],TestDetails[_0x135c8c(0x10d)](process['pid']+_0x135c8c(0x16b))));}catch{}}catch(_0x4aecd2){}}),beforeEach(async()=>{const _0x38d8c3=a15_0x432043,_0xec4a92={'dsoQZ':function(_0x5cff91,_0x28de20){return _0x5cff91>_0x28de20;},'yNGbl':function(_0xa5358b){return _0xa5358b();},'qdwkF':function(_0x50703d){return _0x50703d();},'EvPVD':function(_0x1ee039,_0x3bf375,_0x38ae32){return _0x1ee039(_0x3bf375,_0x38ae32);},'gwpqD':_0x38d8c3(0x176),'zLoTb':function(_0x2f9793){return _0x2f9793();},'oFeEf':_0x38d8c3(0x112),'qDlnr':function(_0x2756bc,_0x1ffb88){return _0x2756bc===_0x1ffb88;},'MVjmS':_0x38d8c3(0x145),'hRQUd':function(_0x278b3f,_0x154a85){return _0x278b3f===_0x154a85;},'LDjpj':'https:','vdtwa':_0x38d8c3(0x144)},_0x5d4acf='browserstack internal helper hook';try{_0xec4a92[_0x38d8c3(0x128)](__drivers[_0x38d8c3(0x126)],0x1)&&(await _0xec4a92[_0x38d8c3(0x175)](driverCleanup),__drivers[_0x38d8c3(0x12f)]());const _0x408a42=expect[_0x38d8c3(0x107)]()[_0x38d8c3(0x105)];try{Array[_0x38d8c3(0x127)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x38d8c3(0x110)]=_0x408a42),global[_0x38d8c3(0x110)]=_0x408a42;}catch(_0xde64cc){logger[_0x38d8c3(0x18b)](_0x38d8c3(0x102)+_0xde64cc);}__drivers[0x0]['browserstackSessionName']=_0x408a42;_0xec4a92[_0x38d8c3(0x128)](__drivers[0x0][_0x38d8c3(0x12e)],0x0)&&await _0xec4a92[_0x38d8c3(0x138)](driverCleanup);const _0x3d7079=_0xec4a92[_0x38d8c3(0x163)](shouldScanTestForAccessibility,_0x408a42,![]);__drivers[0x0][_0x38d8c3(0x176)]=_0x3d7079,globals[_0x38d8c3(0x149)](_0xec4a92['gwpqD'],_0x3d7079);if(_0xec4a92[_0x38d8c3(0x16f)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0xec4a92[_0x38d8c3(0x18a)]))try{const _0x465af3=await __drivers[0x0][_0x38d8c3(0x133)];if(_0x465af3){let _0x4477c4=!![];const _0x5d80c5=await __drivers[0x0][_0x38d8c3(0x135)]();let _0x56fc28;try{_0x56fc28=new URL(_0x5d80c5);}catch(_0x387f6e){_0x4477c4=![];}_0x4477c4=_0xec4a92[_0x38d8c3(0x141)](_0x56fc28[_0x38d8c3(0x113)],_0xec4a92[_0x38d8c3(0x15a)])||_0xec4a92[_0x38d8c3(0x13b)](_0x56fc28['protocol'],_0xec4a92[_0x38d8c3(0x116)]),_0x4477c4&&(_0x3d7079&&logger['info'](_0xec4a92['vdtwa']));}}catch(_0x5771b9){logger['error'](_0x38d8c3(0x140)+_0x5771b9);}_0xec4a92[_0x38d8c3(0x128)](__drivers[0x0][_0x38d8c3(0x12e)],0x0)&&await _0xec4a92[_0x38d8c3(0x175)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x5073e0=a15_0x432043,_0x48269f={'wtmCt':function(_0x34739a,_0x1d6207){return _0x34739a>_0x1d6207;},'cmqle':function(_0x584c11){return _0x584c11();},'vvFEg':function(_0x2257ae,_0x23d737){return _0x2257ae===_0x23d737;},'NyQxb':_0x5073e0(0x17f),'AUmHf':function(_0x4a5b83,_0x2fc39e){return _0x4a5b83>_0x2fc39e;},'sWern':_0x5073e0(0x13d),'sRRhl':function(_0x224861,_0x1057c4,_0x5a61c7,_0xbe3016){return _0x224861(_0x1057c4,_0x5a61c7,_0xbe3016);},'lKEUn':function(_0x24af45,_0x535387,_0x72e849){return _0x24af45(_0x535387,_0x72e849);},'rLbKY':_0x5073e0(0x112),'NRYtj':_0x5073e0(0x176),'tZuol':_0x5073e0(0x10c),'ANtzZ':function(_0x481cbc,_0x3344d5){return _0x481cbc(_0x3344d5);},'clvFU':'Performing\x20scan\x20before\x20saving\x20results','nTnGW':_0x5073e0(0x121),'DmTeH':function(_0x3378ca){return _0x3378ca();},'SpcOs':function(_0x5ae00f){return _0x5ae00f();},'IzYQK':function(_0x1c90b5){return _0x1c90b5();},'RxxrN':_0x5073e0(0x18b),'rwdtp':function(_0x14d864){return _0x14d864();}},_0x5e8b98='browserstack internal helper hook';try{_0x48269f[_0x5073e0(0x122)](__drivers['length'],0x1)&&(await _0x48269f[_0x5073e0(0x158)](driverCleanup),__drivers[_0x5073e0(0x12f)]());try{if(global[_0x5073e0(0x11e)]&&_0x48269f[_0x5073e0(0x151)](global[_0x5073e0(0x157)],_0x48269f['NyQxb'])&&__drivers[0x0]){const _0x3a3d55=_0x48269f[_0x5073e0(0x160)](global[_0x5073e0(0x185)][_0x5073e0(0x126)],0x0)?!!global[_0x5073e0(0x185)][0x0][_0x5073e0(0x189)]||!!global[_0x5073e0(0x185)][0x0][_0x48269f[_0x5073e0(0x10b)]]:![],_0x421e34={};_0x421e34[_0x5073e0(0x189)]=_0x3a3d55,await _0x48269f[_0x5073e0(0x178)](percyAutoCapture,__drivers[0x0],_0x48269f[_0x5073e0(0x168)],_0x421e34);}}catch(_0x1798de){}const _0xc574c7=_0x48269f[_0x5073e0(0x13a)](shouldScanTestForAccessibility,expect[_0x5073e0(0x107)]()['currentTestName'],![]);try{if(_0x48269f[_0x5073e0(0x158)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x48269f[_0x5073e0(0x16a)])&&globals[_0x5073e0(0x130)](_0x48269f[_0x5073e0(0x15c)])){logger[_0x5073e0(0x156)](_0x48269f[_0x5073e0(0x11d)]);const _0x2a0c4e={'saveResults':_0xc574c7,'testDetails':{'name':expect[_0x5073e0(0x107)]()[_0x5073e0(0x105)],'testRunId':process[_0x5073e0(0x172)][_0x5073e0(0x106)],'filePath':expect[_0x5073e0(0x107)]()[_0x5073e0(0x142)],'scopeList':[expect['getState']()['currentTestName']]},'platform':await _0x48269f[_0x5073e0(0x166)](fetchPlatformDetails,__drivers[0x0])};logger[_0x5073e0(0x18b)](_0x48269f[_0x5073e0(0x173)]),logger['debug'](util[_0x5073e0(0x104)](await __drivers[0x0][_0x5073e0(0x11a)](scripts[_0x5073e0(0x11f)],{'method':expect[_0x5073e0(0x107)]()[_0x5073e0(0x105)]}))),await __drivers[0x0][_0x5073e0(0x11a)](scripts[_0x5073e0(0x118)],_0x2a0c4e),logger[_0x5073e0(0x156)](_0x48269f[_0x5073e0(0x148)]);}}catch(_0x150a12){logger[_0x5073e0(0x103)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect['getState']()['currentTestName']+_0x5073e0(0x154),_0x150a12);}await _0x48269f[_0x5073e0(0x17d)](setContext);try{if(_0x48269f[_0x5073e0(0x186)](isTestObservabilitySession)){global[_0x5073e0(0x15e)][0x0]&&await _0x48269f[_0x5073e0(0x13a)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x5073e0(0x10d)](process[_0x5073e0(0x14f)]+_0x5073e0(0x16b)));if(_0x48269f[_0x5073e0(0x125)](isBrowserstackInfra)){const _0x1cb6ae=_0x5073e0(0x182)+Date[_0x5073e0(0x12a)]();await _0x48269f[_0x5073e0(0x13a)](executeAnnotate,JSON[_0x5073e0(0x124)](_0x1cb6ae),_0x48269f['RxxrN']);}}}catch(_0x1d367c){}_0x48269f['wtmCt'](__drivers[0x0]['quitCount_'],0x0)&&await _0x48269f[_0x5073e0(0x109)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x352d3e=a15_0x432043,_0x56fabe={'GYIrE':function(_0x37ffa1,_0x1b894f){return _0x37ffa1<=_0x1b894f;},'uRiRv':function(_0x574b00,_0x5980d5){return _0x574b00(_0x5980d5);},'GtHAw':function(_0x46e471){return _0x46e471();},'DhTuV':function(_0x1eccd4,_0x4a4e20,_0x550332){return _0x1eccd4(_0x4a4e20,_0x550332);}};jest[_0x352d3e(0x17b)](0x186a0),PerformanceTester[_0x352d3e(0x13c)]();const _0x1b3a9b='browserstack internal helper hook';await new Promise(_0x5827b8=>{const _0x3efe56=_0x352d3e,_0x3b0893=_0x56fabe[_0x3efe56(0x16e)](setInterval,async()=>{const _0x9dc34=_0x3efe56;_0x56fabe['GYIrE'](RequestQueueHandler[_0x9dc34(0x152)]()['pendingUploads'],0x0)&&(_0x56fabe[_0x9dc34(0x12b)](clearInterval,_0x3b0893),_0x56fabe['GtHAw'](_0x5827b8));},0x3e8);});try{await _0x56fabe[_0x352d3e(0x190)](driverCleanup);}catch(_0x2baeb8){}process[_0x352d3e(0x161)]();},0x2710);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a16_0x22ee04=a16_0x5e66;(function(_0x1e7512,_0x41e984){const _0x361df0=a16_0x5e66,_0x45336b=_0x1e7512();while(!![]){try{const _0x67fae7=parseInt(_0x361df0(0x7d))/0x1*(-parseInt(_0x361df0(0x84))/0x2)+-parseInt(_0x361df0(0x83))/0x3*(-parseInt(_0x361df0(0x86))/0x4)+-parseInt(_0x361df0(0x7e))/0x5*(parseInt(_0x361df0(0x8a))/0x6)+-parseInt(_0x361df0(0x7f))/0x7*(parseInt(_0x361df0(0x89))/0x8)+-parseInt(_0x361df0(0x7c))/0x9+-parseInt(_0x361df0(0x87))/0xa*(-parseInt(_0x361df0(0x81))/0xb)+parseInt(_0x361df0(0x88))/0xc;if(_0x67fae7===_0x41e984)break;else _0x45336b['push'](_0x45336b['shift']());}catch(_0xa9a90d){_0x45336b['push'](_0x45336b['shift']());}}}(a16_0x2161,0xdc2f3));function a16_0x2161(){const _0xcb4d07=['609EXfTOW','restore','143oLLDHU','../../../helpers/request-spy','2456961vErLDZ','32374RvUpbc','LmxCn','4kacpgd','11550gixepE','11294772HTMzPw','1968UFjSTO','641340oHZVIG','4635891CCiDsx','1jJMOyW','15KZtQCP'];a16_0x2161=function(){return _0xcb4d07;};return a16_0x2161();}function a16_0x5e66(_0x1c185f,_0x54eb9f){const _0x2161bc=a16_0x2161();return a16_0x5e66=function(_0x5e6604,_0x566c39){_0x5e6604=_0x5e6604-0x7c;let _0x3d835e=_0x2161bc[_0x5e6604];return _0x3d835e;},a16_0x5e66(_0x1c185f,_0x54eb9f);}const requestSpy=require(a16_0x22ee04(0x82)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x15ac9d=a16_0x22ee04,_0x443601={'LmxCn':function(_0x57c45c){return _0x57c45c();}},_0x59be4e='browserstack internal helper hook';_0x443601[_0x15ac9d(0x85)](addRequestSpy);}),afterAll(async()=>{const _0x4b10bd=a16_0x22ee04,_0x4eb224='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x4b10bd(0x80)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a17_0x81ce(_0x31a249,_0x55a592){const _0x139d8d=a17_0x139d();return a17_0x81ce=function(_0x81cef8,_0x4cfb24){_0x81cef8=_0x81cef8-0x13e;let _0x19cbba=_0x139d8d[_0x81cef8];return _0x19cbba;},a17_0x81ce(_0x31a249,_0x55a592);}function a17_0x139d(){const _0x5bde8b=['rerunTests','1940826bnSaEG','../../../helpers/helper','updateTestRerunConfig','isTestObservabilitySession','153960xnrbRY','594MYGExl','get','null','3vKnbBV','473161fKMAbU','trim','4249828WzPCBa','AEkTm','push','8EBprwj','isUndefined','5kJgRTH','cliConfig','vImLD','WbusE','IRjFJ','BROWSERSTACK_RERUN_TESTS','5058585GxvtOT','testMatch','length','64210hnxbbd','../../../helpers/test-observability/utils','env','shouldReRunObservabilityTests','map','79096eSbnsm'];a17_0x139d=function(){return _0x5bde8b;};return a17_0x139d();}const a17_0x595d69=a17_0x81ce;(function(_0x56fb20,_0x5709fd){const _0x14dcea=a17_0x81ce,_0x23e0d9=_0x56fb20();while(!![]){try{const _0x1f977a=-parseInt(_0x14dcea(0x154))/0x1+parseInt(_0x14dcea(0x14f))/0x2*(-parseInt(_0x14dcea(0x153))/0x3)+parseInt(_0x14dcea(0x149))/0x4*(-parseInt(_0x14dcea(0x15b))/0x5)+parseInt(_0x14dcea(0x14b))/0x6+parseInt(_0x14dcea(0x141))/0x7*(parseInt(_0x14dcea(0x159))/0x8)+-parseInt(_0x14dcea(0x150))/0x9*(parseInt(_0x14dcea(0x144))/0xa)+parseInt(_0x14dcea(0x156))/0xb;if(_0x1f977a===_0x5709fd)break;else _0x23e0d9['push'](_0x23e0d9['shift']());}catch(_0x2c568e){_0x23e0d9['push'](_0x23e0d9['shift']());}}}(a17_0x139d,0x6b1f5));const testOpsHelper=require(a17_0x595d69(0x145)),helper=require(a17_0x595d69(0x14c));exports[a17_0x595d69(0x14d)]=(_0xf8668d,_0x23d0e5)=>{const _0x49126d=a17_0x595d69,_0x33e8ec={};_0x33e8ec[_0x49126d(0x13f)]=_0x49126d(0x14a),_0x33e8ec['WbusE']=function(_0xcb1266,_0x463789){return _0xcb1266!==_0x463789;},_0x33e8ec[_0x49126d(0x15d)]=_0x49126d(0x152),_0x33e8ec[_0x49126d(0x157)]=function(_0x95c256,_0x597e17){return _0x95c256>_0x597e17;};const _0x4f735b=_0x33e8ec;if(testOpsHelper[_0x49126d(0x14e)]()&&testOpsHelper[_0x49126d(0x147)]()){let _0x573bf9=process[_0x49126d(0x146)][_0x49126d(0x140)];!helper[_0x49126d(0x15a)](_0x23d0e5[_0x49126d(0x15c)])&&_0x23d0e5[_0x49126d(0x15c)]['has'](_0x4f735b[_0x49126d(0x13f)])&&(_0x573bf9=_0x23d0e5['cliConfig'][_0x49126d(0x151)](_0x4f735b[_0x49126d(0x13f)]));const _0x2290cf=[];_0x4f735b[_0x49126d(0x13e)](_0x573bf9,_0x4f735b[_0x49126d(0x15d)])&&_0x4f735b[_0x49126d(0x13e)](_0x573bf9,null)&&_0x573bf9['split'](',')[_0x49126d(0x148)](_0x8ad09c=>{const _0x394b83=_0x49126d;_0x2290cf[_0x394b83(0x158)](''+_0x8ad09c[_0x394b83(0x155)]());}),_0x4f735b['AEkTm'](_0x2290cf[_0x49126d(0x143)],0x0)&&(_0xf8668d['testRegex']=_0x2290cf,delete _0xf8668d[_0x49126d(0x142)]);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a18_0xa1a0ac=a18_0x45ae;(function(_0x837329,_0x12996e){const _0x4882e7=a18_0x45ae,_0x262c19=_0x837329();while(!![]){try{const _0x4d15ea=-parseInt(_0x4882e7(0x291))/0x1*(parseInt(_0x4882e7(0x232))/0x2)+parseInt(_0x4882e7(0x277))/0x3*(parseInt(_0x4882e7(0x351))/0x4)+parseInt(_0x4882e7(0x253))/0x5+parseInt(_0x4882e7(0x26d))/0x6*(-parseInt(_0x4882e7(0x340))/0x7)+-parseInt(_0x4882e7(0x20c))/0x8*(-parseInt(_0x4882e7(0x30d))/0x9)+parseInt(_0x4882e7(0x34c))/0xa+parseInt(_0x4882e7(0x32d))/0xb*(-parseInt(_0x4882e7(0x2a8))/0xc);if(_0x4d15ea===_0x12996e)break;else _0x262c19['push'](_0x262c19['shift']());}catch(_0xaaba4){_0x262c19['push'](_0x262c19['shift']());}}}(a18_0x2b3f,0xe2b1a));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0xa1a0ac(0x2ec)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a18_0xa1a0ac(0x201)),{name,version}=require(a18_0xa1a0ac(0x2dd)),stackTrace=require('stack-trace'),path=require(a18_0xa1a0ac(0x23d)),fs=require('fs'),TestDetails=require(a18_0xa1a0ac(0x1f0)),{FRAMEWORKS}=require(a18_0xa1a0ac(0x2fa)),{o11yClassErrorHandler}=require(a18_0xa1a0ac(0x29f)),{getGitMetaData}=require(a18_0xa1a0ac(0x204)),a18_0x2c3716={};a18_0x2c3716[a18_0xa1a0ac(0x2ac)]=a18_0xa1a0ac(0x243),a18_0x2c3716['STATE_FAILED']=a18_0xa1a0ac(0x344),a18_0x2c3716['STATE_PENDING']=a18_0xa1a0ac(0x316);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x2c3716,a18_0x41b635={};function a18_0x45ae(_0x1d5cb7,_0x41183d){const _0x2b3f0b=a18_0x2b3f();return a18_0x45ae=function(_0x45ae76,_0x2a4ffd){_0x45ae76=_0x45ae76-0x1e4;let _0x129605=_0x2b3f0b[_0x45ae76];return _0x129605;},a18_0x45ae(_0x1d5cb7,_0x41183d);}a18_0x41b635['beforeAll']=a18_0xa1a0ac(0x31f),a18_0x41b635[a18_0xa1a0ac(0x28a)]='AFTER_ALL',a18_0x41b635['beforeEach']=a18_0xa1a0ac(0x283),a18_0x41b635['afterEach']=a18_0xa1a0ac(0x2cb);const HOOK_TYPES_MAP=a18_0x41b635;module[a18_0xa1a0ac(0x2bd)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x2af410=a18_0xa1a0ac,_0x337d82={'gUHEC':_0x2af410(0x245),'emDLf':function(_0x910805){return _0x910805();}},_0x22e825=_0x337d82[_0x2af410(0x2f4)]['split']('|');let _0x59f2ea=0x0;while(!![]){switch(_0x22e825[_0x59f2ea++]){case'0':this[_0x2af410(0x252)]=new PathHelper({'cwd':process['cwd']()},this[_0x2af410(0x215)][_0x2af410(0x1f1)]);continue;case'1':this[_0x2af410(0x32e)]=![];continue;case'2':this[_0x2af410(0x20b)]=[];continue;case'3':this[_0x2af410(0x2e2)]=null;continue;case'4':this[_0x2af410(0x33f)]=_0x337d82[_0x2af410(0x264)](isTestObservabilitySession);continue;case'5':this[_0x2af410(0x215)]=this[_0x2af410(0x327)]();continue;case'6':this[_0x2af410(0x2fb)]=[];continue;}break;}}[a18_0xa1a0ac(0x327)]=()=>{const _0x57e34d=a18_0xa1a0ac,_0x49e435={'fBwrT':_0x57e34d(0x24c),'dcwWQ':function(_0x2b67bb){return _0x2b67bb();}};return{'ci':_0x49e435['fBwrT'],'key':_0x49e435[_0x57e34d(0x22c)](uuidv4),'version':version,'collector':_0x57e34d(0x29b)+name};};['registerListeners'](){const _0x1e19de=a18_0xa1a0ac;process[_0x1e19de(0x366)]('bs:addLog:'+process[_0x1e19de(0x27e)]),process['on'](_0x1e19de(0x229)+process[_0x1e19de(0x27e)],this[_0x1e19de(0x2d6)][_0x1e19de(0x214)](this)),process['removeAllListeners'](_0x1e19de(0x2d8)+process[_0x1e19de(0x27e)]),process['on'](_0x1e19de(0x2d8)+process[_0x1e19de(0x27e)],this[_0x1e19de(0x317)][_0x1e19de(0x214)](this));}[a18_0xa1a0ac(0x335)]=async _0xa194e=>{const _0x7b8d7=a18_0xa1a0ac,_0x2ffee6={'RyHCE':function(_0x3f6d19,_0x58270c){return _0x3f6d19(_0x58270c);},'LZmoN':function(_0xfe0da2,_0x325213){return _0xfe0da2(_0x325213);},'qIYhF':function(_0xdaf1a4,_0x2609e6){return _0xdaf1a4===_0x2609e6;},'UTGtW':'tRzjD','PLxNA':'ctxsP','wzOGr':function(_0x3d83d9,_0x59e375){return _0x3d83d9>_0x59e375;},'xCcCu':function(_0x2ecd20,_0x5ee058){return _0x2ecd20!==_0x5ee058;},'WqPYI':'PscPn','VxsUe':_0x7b8d7(0x2e9),'ovNZZ':function(_0x405d5b,_0x58826f){return _0x405d5b===_0x58826f;},'lprHa':_0x7b8d7(0x35a),'xWqRF':function(_0x3a4abe,_0x351eb0){return _0x3a4abe!==_0x351eb0;},'IMyVu':_0x7b8d7(0x21f),'IYERD':_0x7b8d7(0x211),'EKDwr':function(_0x184df9,_0x5e17e9){return _0x184df9(_0x5e17e9);}};try{if(_0x2ffee6[_0x7b8d7(0x23e)](_0x2ffee6['UTGtW'],_0x2ffee6['PLxNA']))_0x2ffee6['RyHCE'](_0x367166,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5f1766);else{const _0x2e06c7=this[_0x7b8d7(0x338)];this[_0x7b8d7(0x338)]=_0xa194e,_0xa194e[_0x7b8d7(0x34b)]=null,_0xa194e['testAnalyticsId']=TestDetails[_0x7b8d7(0x261)](process['pid']+_0x7b8d7(0x2d2)),_0xa194e[_0x7b8d7(0x2b3)]=new Date()['toISOString']();if(_0x2ffee6[_0x7b8d7(0x2ce)](_0xa194e['_currentRetry'],0x0)&&_0x2e06c7&&_0x2ffee6[_0x7b8d7(0x23e)](_0x2e06c7['title'],_0xa194e[_0x7b8d7(0x217)]))_0x2ffee6[_0x7b8d7(0x259)](_0x2ffee6[_0x7b8d7(0x2cc)],_0x2ffee6['WqPYI'])?_0x2ffee6['LZmoN'](_0x4c3512,_0x7b8d7(0x2e0)+_0x18d0b8+_0x7b8d7(0x315)+_0x333f02):(_0xa194e['retryOf']=_0x2e06c7['testAnalyticsId'],await this[_0x7b8d7(0x2f5)](_0xa194e,undefined,![],_0x2ffee6[_0x7b8d7(0x31d)]),_0x2e06c7[_0x7b8d7(0x35d)]=STATE_FAILED,await this[_0x7b8d7(0x2f5)](_0x2e06c7,undefined,!![]));else{if(_0x2ffee6[_0x7b8d7(0x362)](_0x2ffee6['lprHa'],_0x2ffee6[_0x7b8d7(0x287)]))await this[_0x7b8d7(0x2f5)](_0xa194e,undefined,![],_0x2ffee6['VxsUe']);else return'\x22'+_0x58e14f['type']+_0x7b8d7(0x207)+(_0x10ebe9[_0x7b8d7(0x2b0)]&&_0x5cec2b[_0x7b8d7(0x2b0)][_0x7b8d7(0x273)])+'\x22';}}}catch(_0x17150e){_0x2ffee6[_0x7b8d7(0x2c9)](_0x2ffee6[_0x7b8d7(0x2d1)],_0x2ffee6['IYERD'])?_0x2ffee6[_0x7b8d7(0x29c)](debug,_0x7b8d7(0x328)+_0x17150e):(this['_testResults'][_0x7b8d7(0x302)](_0x2ff692),_0x1b5b09[_0x7b8d7(0x269)]=this[_0x7b8d7(0x279)](_0x44838c),this[_0x7b8d7(0x1ee)](_0x1b5fda));}};[a18_0xa1a0ac(0x337)](_0x53bf08){const _0x2b67e3=a18_0xa1a0ac,_0x260ed8={};_0x260ed8[_0x2b67e3(0x2b4)]=function(_0x300a90,_0x471baa){return _0x300a90!==_0x471baa;},_0x260ed8[_0x2b67e3(0x34f)]=_0x2b67e3(0x231),_0x260ed8[_0x2b67e3(0x2f6)]=function(_0x49b019,_0x1f1028){return _0x49b019===_0x1f1028;},_0x260ed8[_0x2b67e3(0x368)]=_0x2b67e3(0x361);const _0x4fe84e=_0x260ed8;if(_0x4fe84e[_0x2b67e3(0x2b4)](_0x53bf08[_0x2b67e3(0x1f7)],_0x4fe84e[_0x2b67e3(0x34f)]))return _0x4fe84e[_0x2b67e3(0x2f6)](_0x4fe84e[_0x2b67e3(0x368)],_0x4fe84e[_0x2b67e3(0x368)])?'\x22'+_0x53bf08[_0x2b67e3(0x1f7)]+_0x2b67e3(0x207)+(_0x53bf08['parent']&&_0x53bf08[_0x2b67e3(0x2b0)][_0x2b67e3(0x273)])+'\x22':[];return _0x53bf08[_0x2b67e3(0x273)];}['sendTestRunEvent']=async(_0x1c36f4,_0x22ad7c=undefined,_0x3d06cb=![],_0x472a25='TestRunFinished')=>{const _0x22f8d1=a18_0xa1a0ac,_0x1274f6={'FlIFc':_0x22f8d1(0x231),'kCUqm':function(_0x18d724,_0x20b732){return _0x18d724==_0x20b732;},'eaTtA':function(_0x294b93,_0x1d84e2){return _0x294b93===_0x1d84e2;},'XBuch':function(_0x58c72b,_0x48c712){return _0x58c72b===_0x48c712;},'WBvJm':'.git','PPuQA':'config','FbaMb':_0x22f8d1(0x301),'oKcoG':_0x22f8d1(0x222),'BYtWY':_0x22f8d1(0x26c),'vTYOV':function(_0xed6397){return _0xed6397();},'OZxRk':_0x22f8d1(0x243),'wkGus':function(_0x28e0f5,_0x5c870a){return _0x28e0f5(_0x5c870a);},'TJics':function(_0x2a4549,_0x388f4d){return _0x2a4549!==_0x388f4d;},'XGwRj':function(_0x25b86a,_0x2f41f6){return _0x25b86a!==_0x2f41f6;},'EHtuO':_0x22f8d1(0x2c3),'jmrNt':_0x22f8d1(0x2b3),'KMrMA':_0x22f8d1(0x247),'TsOtY':function(_0x44013a,_0x2474ba){return _0x44013a(_0x2474ba);},'XEUHy':_0x22f8d1(0x2f7),'FaDCW':_0x22f8d1(0x2e5),'BpBNn':'2|3|1|0|4','hjCJp':'hook_run','jlPsa':_0x22f8d1(0x353),'fSttI':_0x22f8d1(0x278),'GbqNS':_0x22f8d1(0x2d7),'TZPLi':_0x22f8d1(0x2d5),'ZJrOu':_0x22f8d1(0x27b),'cVeaM':_0x22f8d1(0x228),'YwHXL':_0x22f8d1(0x23a),'nxbkK':_0x22f8d1(0x307),'SjDco':_0x22f8d1(0x254),'RhwVo':_0x22f8d1(0x344),'GZTPm':'cdhhR','ivlkO':_0x22f8d1(0x360),'MHyer':_0x22f8d1(0x274),'GzFND':function(_0x5bfa49,_0x30fea8){return _0x5bfa49!==_0x30fea8;},'WiwOv':_0x22f8d1(0x22e),'QndYs':_0x22f8d1(0x1f2),'shHGq':function(_0x338d18,_0x59a3bf){return _0x338d18!==_0x59a3bf;},'MgKJX':_0x22f8d1(0x1f9),'HPfaY':_0x22f8d1(0x2a3),'yMMNQ':_0x22f8d1(0x2fd),'vZNYT':'wUxJC','HKwZK':function(_0x59e1c9,_0x529d01){return _0x59e1c9(_0x529d01);},'EarxF':_0x22f8d1(0x30b),'hgryI':function(_0x2b3bd8,_0x43308f){return _0x2b3bd8!==_0x43308f;},'eodDN':'mqWOW','KEXsX':function(_0x5657ad,_0x3b8c99){return _0x5657ad!==_0x3b8c99;},'vzyMG':_0x22f8d1(0x334),'VxuPr':_0x22f8d1(0x339),'bReJd':_0x22f8d1(0x31b),'FqjRA':_0x22f8d1(0x350),'VnzNJ':function(_0x2aaf61,_0x1e572d){return _0x2aaf61!==_0x1e572d;},'tehIY':'File\x20path\x20could\x20not\x20be\x20found','ToKFg':_0x22f8d1(0x280),'aUeVf':_0x22f8d1(0x270),'VuMaG':'skipped','tRrMm':function(_0x3ca007,_0x1bb41f){return _0x3ca007>_0x1bb41f;},'RIXAV':function(_0x42113a,_0x51c769){return _0x42113a-_0x51c769;},'vGMjH':function(_0x3759cb,_0x1fcf33){return _0x3759cb===_0x1fcf33;},'kaCxn':_0x22f8d1(0x2e1),'yumDt':_0x22f8d1(0x352),'QtPXG':function(_0x2ac159,_0x51398b){return _0x2ac159===_0x51398b;},'cmutQ':_0x22f8d1(0x2a7),'jnmHg':function(_0x81219b,_0x45a376){return _0x81219b===_0x45a376;},'BFFqi':'AuCDg','FSMGs':_0x22f8d1(0x2f9),'INAfk':function(_0xf73ad8,_0x3c7e41){return _0xf73ad8!==_0x3c7e41;},'dWQKF':function(_0x278fc8,_0x79a03f){return _0x278fc8!==_0x79a03f;},'FLuip':'TOops','sqMwO':_0x22f8d1(0x2ef),'tAadz':function(_0x389dba,_0xb90b5){return _0x389dba===_0xb90b5;},'fzWFW':_0x22f8d1(0x26e),'ToHDq':'PLKlM','MaJyt':_0x22f8d1(0x34a),'lQGgn':_0x22f8d1(0x2ee),'xFVVv':'Hzttp','rihcU':function(_0x1bf370,_0x13bc61){return _0x1bf370!==_0x13bc61;},'KNLpr':_0x22f8d1(0x2d4),'aZxqZ':'hook_type','NSNyb':function(_0x2429be,_0x1a0668){return _0x2429be!==_0x1a0668;},'OGDDj':_0x22f8d1(0x1e4),'CnyKy':'DLDlV','JWYSH':function(_0x5b5db1,_0x4daddf){return _0x5b5db1===_0x4daddf;},'myYSM':_0x22f8d1(0x246),'IWjsH':_0x22f8d1(0x35f),'gCskw':_0x22f8d1(0x294),'LnRMf':_0x22f8d1(0x33d),'UxVqd':function(_0x20d51a,_0x423ca5){return _0x20d51a===_0x423ca5;},'LcOnQ':_0x22f8d1(0x331),'oTzkj':_0x22f8d1(0x288),'xuHlt':_0x22f8d1(0x272),'RNsaO':_0x22f8d1(0x250)};try{if(_0x1274f6[_0x22f8d1(0x224)](_0x1274f6[_0x22f8d1(0x35c)],_0x1274f6[_0x22f8d1(0x35c)]))return;else{if(_0x1c36f4['fn']&&_0x1c36f4['fn'][_0x22f8d1(0x346)]()[_0x22f8d1(0x357)](/browserstack internal helper hook/)){if(_0x1274f6[_0x22f8d1(0x255)](_0x1274f6[_0x22f8d1(0x296)],_0x1274f6[_0x22f8d1(0x2e8)]))return;else _0x9dfa9f=[_0x38fa49[_0x22f8d1(0x2c5)],_0x1274f6[_0x22f8d1(0x286)]];}await this[_0x22f8d1(0x2f2)]();let _0x279737;try{_0x1274f6[_0x22f8d1(0x282)](_0x1274f6[_0x22f8d1(0x2dc)],_0x1274f6[_0x22f8d1(0x2c1)])?_0x279737=this['getRootParentFile'](_0x1c36f4):_0x37a6cc[_0x22f8d1(0x2ab)]=_0x337d6a;}catch(_0x3ca586){if(_0x1274f6[_0x22f8d1(0x329)](_0x1274f6[_0x22f8d1(0x369)],_0x1274f6[_0x22f8d1(0x27f)]))_0x1274f6[_0x22f8d1(0x1e8)](debug,_0x22f8d1(0x2c2)+_0x3ca586),_0x279737=null;else{const _0x30b440=_0x2d210c[_0x22f8d1(0x306)];if(_0x1274f6[_0x22f8d1(0x2b8)](_0x566010,null)||_0x1274f6['eaTtA'](_0x2f044e,'')||_0x1274f6[_0x22f8d1(0x2de)](_0xb718af,_0x30b440))return null;try{return _0x59d99d[_0x22f8d1(0x218)](_0x53ee39[_0x22f8d1(0x2bf)](_0x2403e2,_0x1274f6['WBvJm'],_0x1274f6[_0x22f8d1(0x2b6)])),_0x1c574f;}catch(_0x4b32bb){const _0x5acfec=_0x148587[_0x22f8d1(0x237)](_0x1f7b9a);return this[_0x22f8d1(0x25d)](_0x5acfec);}}}if(_0x279737['includes'](_0x1274f6[_0x22f8d1(0x2a6)])){if(_0x1274f6[_0x22f8d1(0x2df)](_0x1274f6[_0x22f8d1(0x238)],_0x1274f6[_0x22f8d1(0x20a)]))_0x6163c3[_0x1274f6[_0x22f8d1(0x23c)]]=_0x23ff81;else return;}const _0x42a075=_0x1274f6[_0x22f8d1(0x22a)](require,_0x1274f6[_0x22f8d1(0x24b)]);let _0x3d3340=[];if(_0x1274f6[_0x22f8d1(0x234)](_0x1c36f4[_0x22f8d1(0x2c5)],undefined)){if(_0x1274f6[_0x22f8d1(0x2de)](_0x1274f6[_0x22f8d1(0x2ca)],_0x1274f6[_0x22f8d1(0x2ca)]))_0x3d3340=[_0x1c36f4[_0x22f8d1(0x2c5)],_0x1274f6['FlIFc']];else{const _0x3d9ea2=this[_0x22f8d1(0x35e)](_0xd1e912);return _0x3d9ea2[_0x22f8d1(0x22f)](_0x1274f6['oKcoG']);}}else _0x1274f6[_0x22f8d1(0x329)](_0x22ad7c,undefined)?_0x1274f6[_0x22f8d1(0x349)](_0x1274f6['vzyMG'],_0x1274f6['VxuPr'])?_0x3d3340=[_0x22ad7c,_0x1274f6[_0x22f8d1(0x314)]]:!_0x2026fa[_0x22f8d1(0x225)]&&(_0x23d32a[_0x22f8d1(0x225)]=_0x7af0ce[_0x22f8d1(0x261)](_0x135d5c[_0x22f8d1(0x27e)]+_0x22f8d1(0x2bc))):_0x1274f6[_0x22f8d1(0x349)](_0x1274f6[_0x22f8d1(0x2e3)],_0x1274f6['FqjRA'])?_0x2b2eca[_0x22f8d1(0x225)]=_0x540f25['setTestUUID'](_0x3af595[_0x22f8d1(0x27e)]+':hookAnalyticsId'):_0x3d3340=[];const _0x20b4e1=_0x1274f6[_0x22f8d1(0x21b)](_0x1c36f4[_0x22f8d1(0x2c5)],undefined)?_0x42a075[_0x22f8d1(0x203)](_0x1c36f4[_0x22f8d1(0x2c5)][0x0]):_0x1274f6[_0x22f8d1(0x224)](_0x22ad7c,undefined)?_0x22ad7c[_0x22f8d1(0x346)]():undefined,_0x4f9f6d=_0x279737?this['_paths'][_0x22f8d1(0x303)](this[_0x22f8d1(0x35e)](_0x1c36f4)):_0x1274f6['tehIY'],_0x2bc875={'framework':FRAMEWORKS[_0x22f8d1(0x2e6)],'uuid':_0x1c36f4[_0x22f8d1(0x258)]||_0x1c36f4[_0x22f8d1(0x225)],'name':this[_0x22f8d1(0x337)](_0x1c36f4),'body':{'lang':_0x1274f6[_0x22f8d1(0x219)],'code':_0x1c36f4['fn']['toString']()},'scopes':this[_0x22f8d1(0x244)](_0x1c36f4),'file_name':_0x4f9f6d,'vc_filepath':this[_0x22f8d1(0x2e2)]&&_0x279737?path[_0x22f8d1(0x21e)](this[_0x22f8d1(0x2e2)],_0x279737):null,'location':_0x4f9f6d,'result':_0x1274f6[_0x22f8d1(0x2de)](_0x472a25,_0x1274f6[_0x22f8d1(0x241)])?_0x1274f6[_0x22f8d1(0x2f8)]:this[_0x22f8d1(0x304)](_0x1c36f4['errorsDetailed']&&_0x1274f6[_0x22f8d1(0x2a0)](_0x1c36f4[_0x22f8d1(0x2c5)]['length'],0x0)?_0x1274f6['RhwVo']:_0x1274f6[_0x22f8d1(0x313)]),'failure_reason':_0x20b4e1,'duration_in_ms':_0x1c36f4[_0x22f8d1(0x206)]||(_0x472a25[_0x22f8d1(0x357)](/Finished/)||_0x472a25[_0x22f8d1(0x357)](/Skipped/)?_0x1274f6[_0x22f8d1(0x2cd)](Date[_0x22f8d1(0x26f)](),new Date(_0x1c36f4['started_at'])[_0x22f8d1(0x22b)]()):null),'started_at':_0x1c36f4[_0x22f8d1(0x2b3)],'finished_at':_0x472a25[_0x22f8d1(0x357)](/Finished/)||_0x472a25['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x22f8d1(0x21c)](null,_0x3d3340),'failure_type':!_0x20b4e1?null:_0x1274f6[_0x22f8d1(0x1e8)](getFailureType,_0x20b4e1),'retry_of':_0x1c36f4['retryOf']};if(_0x1274f6[_0x22f8d1(0x210)](_0x472a25,_0x1274f6[_0x22f8d1(0x241)])&&!_0x2bc875[_0x1274f6[_0x22f8d1(0x285)]]){if(_0x1274f6[_0x22f8d1(0x2df)](_0x1274f6['kaCxn'],_0x1274f6['yumDt'])){const _0x3c7a59=_0x1274f6[_0x22f8d1(0x2ae)]['split']('|');let _0xf4ff65=0x0;while(!![]){switch(_0x3c7a59[_0xf4ff65++]){case'0':this[_0x22f8d1(0x252)]=new _0x15c15c({'cwd':_0x713d13[_0x22f8d1(0x323)]()},this[_0x22f8d1(0x215)][_0x22f8d1(0x1f1)]);continue;case'1':this[_0x22f8d1(0x2fb)]=[];continue;case'2':this[_0x22f8d1(0x32e)]=![];continue;case'3':this[_0x22f8d1(0x215)]=this[_0x22f8d1(0x327)]();continue;case'4':this[_0x22f8d1(0x33f)]=_0x1274f6[_0x22f8d1(0x36a)](_0x320f05);continue;case'5':this[_0x22f8d1(0x2e2)]=null;continue;case'6':this[_0x22f8d1(0x20b)]=[];continue;}break;}}else _0x2bc875[_0x1274f6[_0x22f8d1(0x285)]]=_0x2bc875[_0x1274f6[_0x22f8d1(0x235)]];}if(_0x472a25['match'](/HookRun/)){if(_0x1274f6['QtPXG'](_0x1274f6[_0x22f8d1(0x364)],_0x1274f6[_0x22f8d1(0x364)])){[_0x2bc875[_0x22f8d1(0x2d0)],_0x2bc875[_0x22f8d1(0x273)]]=[_0x1c36f4[_0x22f8d1(0x1f7)],this[_0x22f8d1(0x337)](_0x1c36f4)];if(_0x1274f6['jnmHg'](_0x472a25,_0x1274f6['SjDco'])){if(_0x1274f6[_0x22f8d1(0x329)](_0x1274f6['BFFqi'],_0x1274f6[_0x22f8d1(0x1ff)]))_0x1274f6[_0x22f8d1(0x1fb)](_0x2bc875[_0x22f8d1(0x278)],_0x1274f6['RhwVo'])&&(_0x1274f6[_0x22f8d1(0x248)](_0x1274f6['FLuip'],_0x1274f6[_0x22f8d1(0x348)])?_0x2bc875['result']=_0x1274f6[_0x22f8d1(0x313)]:_0x2f3d9c[_0x22f8d1(0x278)]=_0x1274f6[_0x22f8d1(0x313)]);else{const _0xa7fbfd=_0x503723['dirname'](_0x449905);return this[_0x22f8d1(0x25d)](_0xa7fbfd);}}}else _0x1274f6[_0x22f8d1(0x309)](_0x5ed651,_0x22f8d1(0x328)+_0x1d881d);}else{if(_0x472a25[_0x22f8d1(0x357)](/TestRun/)){if(_0x1274f6[_0x22f8d1(0x266)](_0x1274f6[_0x22f8d1(0x30a)],_0x1274f6[_0x22f8d1(0x30a)]))this[_0x22f8d1(0x34e)](_0x1c36f4);else{this[_0x22f8d1(0x2fb)][_0x22f8d1(0x302)](_0x15d929);return;}}}const _0x155bf5=_0x2bc875[_0x1274f6[_0x22f8d1(0x2eb)]][0x0];_0x155bf5&&(_0x1274f6[_0x22f8d1(0x210)](_0x1274f6[_0x22f8d1(0x24f)],_0x1274f6[_0x22f8d1(0x299)])?(_0xf03e9c['push'](_0x15572d[_0x22f8d1(0x273)]),_0x38da62=_0x5255b7['parent']):(_0x2bc875[_0x1274f6['ZJrOu']]=_0x155bf5[_0x1274f6[_0x22f8d1(0x31a)]],_0x2bc875[_0x1274f6[_0x22f8d1(0x34d)]]=_0x155bf5[_0x1274f6['nxbkK']]));if([_0x1274f6[_0x22f8d1(0x321)],_0x1274f6[_0x22f8d1(0x241)]][_0x22f8d1(0x22f)](_0x472a25)){if(_0x1274f6[_0x22f8d1(0x2df)](_0x1274f6[_0x22f8d1(0x330)],_0x1274f6[_0x22f8d1(0x330)]))this[_0x22f8d1(0x20b)][_0x22f8d1(0x302)](_0x2bc875),_0x2bc875[_0x22f8d1(0x269)]=this[_0x22f8d1(0x279)](_0x1c36f4),this[_0x22f8d1(0x1ee)](_0x1c36f4);else{const _0x80373b=[];if(_0x326de6&&_0x43998a[_0x22f8d1(0x2b0)]){let _0x58d7e2=_0x2e0082[_0x22f8d1(0x2b0)];while(_0x58d7e2&&_0x1274f6[_0x22f8d1(0x224)](_0x58d7e2[_0x22f8d1(0x273)],'')&&_0x1274f6[_0x22f8d1(0x255)](_0x58d7e2[_0x22f8d1(0x273)],_0x1274f6[_0x22f8d1(0x36b)])){_0x80373b[_0x22f8d1(0x302)](_0x58d7e2[_0x22f8d1(0x273)]),_0x58d7e2=_0x58d7e2['parent'];}}return _0x80373b[_0x22f8d1(0x24e)](),_0x80373b;}}const _0x3f5ea3={'event_type':_0x1274f6[_0x22f8d1(0x2af)](_0x472a25,_0x1274f6['aUeVf'])?_0x1274f6[_0x22f8d1(0x321)]:_0x472a25};_0x472a25[_0x22f8d1(0x357)](/HookRun/)?_0x1274f6[_0x22f8d1(0x2ad)](_0x1274f6[_0x22f8d1(0x320)],_0x1274f6[_0x22f8d1(0x320)])?_0x403c8d[_0x1274f6[_0x22f8d1(0x285)]]=_0x1334ca[_0x1274f6[_0x22f8d1(0x235)]]:(_0x2bc875[_0x1274f6[_0x22f8d1(0x271)]]=HOOK_TYPES_MAP[_0x2bc875[_0x1274f6[_0x22f8d1(0x271)]]],_0x3f5ea3[_0x1274f6['hjCJp']]=_0x2bc875):_0x1274f6[_0x22f8d1(0x365)](_0x1274f6['OGDDj'],_0x1274f6[_0x22f8d1(0x2c0)])?_0x3f5ea3[_0x1274f6[_0x22f8d1(0x23c)]]=_0x2bc875:_0x1274f6[_0x22f8d1(0x1e8)](_0x5994e5,_0x22f8d1(0x1e9)+_0x323ad6);if(_0x1274f6[_0x22f8d1(0x2a0)](this[_0x22f8d1(0x2fb)]['length'],0x0)&&[_0x1274f6[_0x22f8d1(0x321)],_0x1274f6[_0x22f8d1(0x241)]]['includes'](_0x472a25)){if(_0x1274f6[_0x22f8d1(0x1f6)](_0x1274f6[_0x22f8d1(0x260)],_0x1274f6[_0x22f8d1(0x2c8)])){if(!_0x2fbf2c||!_0x11adac[_0x22f8d1(0x2b0)])return;_0x325cbc[_0x22f8d1(0x2b0)][_0x22f8d1(0x269)][_0x22f8d1(0x202)](_0x34b709=>{const _0x4f8a3e=_0x22f8d1;!_0x34b709[_0x4f8a3e(0x225)]&&(_0x34b709[_0x4f8a3e(0x225)]=_0x2e89e2[_0x4f8a3e(0x261)](_0x205d17[_0x4f8a3e(0x27e)]+_0x4f8a3e(0x2bc)));}),this[_0x22f8d1(0x34e)](_0xa6a448[_0x22f8d1(0x2b0)]);}else this[_0x22f8d1(0x2fb)]['forEach'](async _0x2938dc=>{const _0x282fe3=_0x22f8d1;if(_0x1274f6[_0x282fe3(0x2de)](_0x1274f6[_0x282fe3(0x2a2)],_0x1274f6[_0x282fe3(0x31e)])){if(_0x892a97[_0x282fe3(0x33a)]){const _0x14011b=_0x284272['parse'][_0x282fe3(0x263)](_0x45892d,_0x185a86['asyncError']);return _0x14011b[0x0]['getFileName']();}if(_0x569371[_0x282fe3(0x33b)])return _0x383692[_0x282fe3(0x33b)];return null;}else{const _0x4d211d=_0x1274f6[_0x282fe3(0x347)][_0x282fe3(0x257)]('|');let _0x5aee30=0x0;while(!![]){switch(_0x4d211d[_0x5aee30++]){case'0':_0x2938dc[_0x1274f6[_0x282fe3(0x29a)]][_0x1274f6[_0x282fe3(0x355)]]=_0x3f5ea3[_0x1274f6[_0x282fe3(0x23c)]][_0x1274f6['jlPsa']];continue;case'1':_0x2938dc[_0x1274f6['hjCJp']][_0x1274f6[_0x282fe3(0x25e)]]=_0x3f5ea3[_0x1274f6[_0x282fe3(0x23c)]][_0x1274f6[_0x282fe3(0x25e)]];continue;case'2':_0x2938dc[_0x1274f6[_0x282fe3(0x29a)]][_0x1274f6[_0x282fe3(0x2eb)]]=_0x3f5ea3[_0x1274f6[_0x282fe3(0x23c)]][_0x1274f6[_0x282fe3(0x2eb)]];continue;case'3':_0x2938dc[_0x1274f6['hjCJp']][_0x1274f6[_0x282fe3(0x281)]]=_0x3f5ea3[_0x1274f6[_0x282fe3(0x23c)]][_0x1274f6['TZPLi']];continue;case'4':await SessionHandler[_0x282fe3(0x230)](_0x2938dc);continue;}break;}}}),this[_0x22f8d1(0x2fb)]=[];}if(_0x1274f6[_0x22f8d1(0x2df)](this[_0x22f8d1(0x1fa)],_0x1c36f4[_0x22f8d1(0x1f7)])){if(_0x1274f6[_0x22f8d1(0x349)](_0x1274f6[_0x22f8d1(0x28c)],_0x1274f6['LnRMf'])){this[_0x22f8d1(0x2fb)][_0x22f8d1(0x302)](_0x3f5ea3);return;}else{const _0x449741=_0x3eaae8[_0x22f8d1(0x1fd)]['call'](_0x263789,_0x102c36[_0x22f8d1(0x33a)]);return _0x449741[0x0][_0x22f8d1(0x1f4)]();}}_0x1274f6[_0x22f8d1(0x212)](this[_0x22f8d1(0x1fa)],_0x1274f6[_0x22f8d1(0x25c)])&&_0x3f5ea3[_0x1274f6['FbaMb']]&&(_0x1274f6[_0x22f8d1(0x248)](_0x1274f6[_0x22f8d1(0x2d3)],_0x1274f6[_0x22f8d1(0x1f8)])?(_0x3f5ea3[_0x1274f6[_0x22f8d1(0x23c)]][_0x1274f6[_0x22f8d1(0x25e)]]=_0x1274f6[_0x22f8d1(0x2f8)],_0x3f5ea3[_0x1274f6[_0x22f8d1(0x23c)]][_0x1274f6['GbqNS']]=null,_0x3f5ea3[_0x1274f6['FbaMb']][_0x1274f6[_0x22f8d1(0x281)]]=null):(_0x3b4f35[_0x1274f6[_0x22f8d1(0x2be)]]=_0x37acf9[_0x1274f6['cVeaM']],_0x4a8fd3[_0x1274f6['YwHXL']]=_0x4cc535[_0x1274f6[_0x22f8d1(0x20e)]])),await SessionHandler[_0x22f8d1(0x230)](_0x3f5ea3);}}catch(_0x130a20){_0x1274f6[_0x22f8d1(0x329)](_0x1274f6[_0x22f8d1(0x256)],_0x1274f6[_0x22f8d1(0x256)])?([_0x249ba3[_0x22f8d1(0x2d0)],_0x94a228['name']]=[_0x5305e7['type'],this[_0x22f8d1(0x337)](_0xdbb09d)],_0x1274f6['eaTtA'](_0x41ee08,_0x1274f6['SjDco'])&&(_0x1274f6[_0x22f8d1(0x224)](_0x32bb12[_0x22f8d1(0x278)],_0x1274f6[_0x22f8d1(0x268)])&&(_0x3345cc[_0x22f8d1(0x278)]=_0x1274f6['OZxRk']))):_0x1274f6['HKwZK'](debug,_0x22f8d1(0x2e0)+_0x472a25+_0x22f8d1(0x315)+_0x130a20);}};[a18_0xa1a0ac(0x25d)](_0x38e8b7){const _0x26af2c=a18_0xa1a0ac,_0x16d656={};_0x16d656[_0x26af2c(0x267)]='beforeEach',_0x16d656[_0x26af2c(0x1eb)]=_0x26af2c(0x276),_0x16d656[_0x26af2c(0x2da)]='err',_0x16d656['HXVhH']='passed',_0x16d656[_0x26af2c(0x305)]=_0x26af2c(0x316),_0x16d656[_0x26af2c(0x1f5)]=_0x26af2c(0x344),_0x16d656[_0x26af2c(0x27d)]=function(_0x38180f,_0x167d38){return _0x38180f==_0x167d38;},_0x16d656[_0x26af2c(0x28d)]=function(_0xf95fc3,_0x4cc3e9){return _0xf95fc3===_0x4cc3e9;},_0x16d656[_0x26af2c(0x2ea)]=function(_0x1166d0,_0x472436){return _0x1166d0===_0x472436;},_0x16d656[_0x26af2c(0x336)]=_0x26af2c(0x2a1),_0x16d656[_0x26af2c(0x36c)]=_0x26af2c(0x2db),_0x16d656[_0x26af2c(0x358)]=function(_0x17aaf8,_0x1aa572){return _0x17aaf8!==_0x1aa572;},_0x16d656['GEQng']=_0x26af2c(0x30f),_0x16d656['ervgQ']=_0x26af2c(0x25f),_0x16d656[_0x26af2c(0x23b)]=_0x26af2c(0x325),_0x16d656[_0x26af2c(0x21a)]=_0x26af2c(0x26b),_0x16d656['BCYwb']=_0x26af2c(0x1e6);const _0xfb6e66=_0x16d656,_0x406498=path['sep'];if(_0xfb6e66[_0x26af2c(0x27d)](_0x38e8b7,null)||_0xfb6e66[_0x26af2c(0x28d)](_0x38e8b7,'')||_0xfb6e66[_0x26af2c(0x2ea)](_0x38e8b7,_0x406498)){if(_0xfb6e66[_0x26af2c(0x28d)](_0xfb6e66[_0x26af2c(0x336)],_0xfb6e66[_0x26af2c(0x36c)])){if(!_0x28c74f||!_0x3f7be4[_0x26af2c(0x2b0)])return;_0x4da4a0[_0x26af2c(0x2b0)][_0x26af2c(0x269)][_0x26af2c(0x202)](_0x5d70a4=>{const _0x4fc8c6=_0x26af2c;[_0xfb6e66[_0x4fc8c6(0x267)],_0xfb6e66[_0x4fc8c6(0x1eb)]]['includes'](_0x5d70a4['type'])&&_0x5d70a4[_0x4fc8c6(0x225)]&&(_0x5d70a4[_0x4fc8c6(0x225)]=null);}),this['mapTestHooks'](_0x2ae94e[_0x26af2c(0x2b0)]);}else return null;}try{if(_0xfb6e66[_0x26af2c(0x358)](_0xfb6e66[_0x26af2c(0x367)],_0xfb6e66[_0x26af2c(0x2fc)]))return fs[_0x26af2c(0x218)](path[_0x26af2c(0x2bf)](_0x38e8b7,_0xfb6e66[_0x26af2c(0x23b)],_0xfb6e66['OFVXG'])),_0x38e8b7;else _0x5fb262=[_0x9c1fc4,_0xfb6e66[_0x26af2c(0x2da)]];}catch(_0x40afc4){if(_0xfb6e66[_0x26af2c(0x358)](_0xfb6e66[_0x26af2c(0x297)],_0xfb6e66['BCYwb'])){const _0x5a00da={};return _0x5a00da[_0x332340]=_0xfb6e66[_0x26af2c(0x28f)],_0x5a00da[_0x9a3c9e]=_0xfb6e66[_0x26af2c(0x305)],_0x5a00da[_0x52db3a]=_0xfb6e66[_0x26af2c(0x1f5)],_0x5a00da[_0x27b908];}else{const _0x5762f1=path[_0x26af2c(0x237)](_0x38e8b7);return this[_0x26af2c(0x25d)](_0x5762f1);}}}[a18_0xa1a0ac(0x2d6)]=async _0x1cf0cb=>{const _0x20a8bb=a18_0xa1a0ac,_0x345d7e={'nvQni':function(_0x57cfe6,_0x56308a){return _0x57cfe6(_0x56308a);},'UyWoT':_0x20a8bb(0x325),'lfEOw':_0x20a8bb(0x26b),'nkoDr':function(_0x415764,_0x653a9e){return _0x415764!==_0x653a9e;},'JruOv':_0x20a8bb(0x2b1),'YgKRt':function(_0x50ced8,_0x12546f){return _0x50ced8===_0x12546f;},'cxCsE':_0x20a8bb(0x227),'ZGUKH':_0x20a8bb(0x32b),'tlgFb':function(_0x127be6,_0x5abb84){return _0x127be6!==_0x5abb84;},'OnADp':_0x20a8bb(0x27c),'yinrv':function(_0x4a27c1,_0x382c23){return _0x4a27c1===_0x382c23;},'fKAkH':_0x20a8bb(0x36d),'HPVoF':_0x20a8bb(0x326),'NXveb':_0x20a8bb(0x292),'hkrdz':_0x20a8bb(0x1fe)},_0x2f50e4=TestDetails['getTestUUID'](process[_0x20a8bb(0x27e)]+_0x20a8bb(0x2bc)),_0x86d072=TestDetails[_0x20a8bb(0x1e7)](process['pid']+_0x20a8bb(0x2d2));try{if(_0x345d7e[_0x20a8bb(0x242)](_0x345d7e[_0x20a8bb(0x30c)],_0x345d7e[_0x20a8bb(0x30c)]))_0x2669a1=this[_0x20a8bb(0x35e)](_0x1496b0);else{(_0x2f50e4||this[_0x20a8bb(0x25b)]&&!this[_0x20a8bb(0x25b)]['markedStatus'])&&(_0x345d7e[_0x20a8bb(0x319)](_0x345d7e[_0x20a8bb(0x308)],_0x345d7e[_0x20a8bb(0x2fe)])?_0x19b660[_0x20a8bb(0x225)]&&!_0x345d7e['nvQni'](_0x9a4e9b,_0x24311e['fn'])&&!this[_0x20a8bb(0x1ea)](_0x3f8d0e)&&_0xd2861[_0x20a8bb(0x302)](_0x30b7de[_0x20a8bb(0x225)]):_0x1cf0cb[_0x20a8bb(0x2ab)]=_0x2f50e4);!_0x1cf0cb[_0x20a8bb(0x2ab)]&&_0x86d072&&(_0x345d7e[_0x20a8bb(0x363)](_0x345d7e[_0x20a8bb(0x2f3)],_0x345d7e['OnADp'])?_0x45614e[_0x20a8bb(0x2b7)]=_0x36e23b:_0x1cf0cb['test_run_uuid']=_0x86d072);if(_0x1cf0cb['hook_run_uuid']||_0x1cf0cb[_0x20a8bb(0x2b7)]){if(_0x345d7e['yinrv'](_0x345d7e[_0x20a8bb(0x21d)],_0x345d7e[_0x20a8bb(0x21d)])){const _0x10c894={};_0x10c894['event_type']=_0x345d7e[_0x20a8bb(0x24a)],_0x10c894[_0x20a8bb(0x236)]=[_0x1cf0cb],await SessionHandler[_0x20a8bb(0x230)](_0x10c894);}else return _0x3a5b9b[_0x20a8bb(0x218)](_0x4bc53f[_0x20a8bb(0x2bf)](_0x37964b,_0x345d7e['UyWoT'],_0x345d7e['lfEOw'])),_0x1adab8;}}}catch(_0x7f741f){if(_0x345d7e[_0x20a8bb(0x363)](_0x345d7e[_0x20a8bb(0x310)],_0x345d7e['hkrdz']))_0x345d7e['nvQni'](debug,_0x20a8bb(0x2a4)+_0x7f741f);else return this[_0x20a8bb(0x2e2)];}};[a18_0xa1a0ac(0x317)]=async _0x5518cd=>{const _0x1a8f1f=a18_0xa1a0ac,_0x102893={'BLkoI':function(_0x1989a2,_0x52a884){return _0x1989a2===_0x52a884;},'WaWAR':'pvcDo','VyBst':_0x1a8f1f(0x341),'uDcez':_0x1a8f1f(0x2e7),'LeuTd':function(_0x338678,_0x4eedca){return _0x338678!==_0x4eedca;},'AUeEI':'yClfk','PwHVl':function(_0x40593a,_0x23d8b6){return _0x40593a(_0x23d8b6);}};try{if(_0x102893['BLkoI'](_0x102893[_0x1a8f1f(0x213)],_0x102893['WaWAR'])){const _0x940794={'uuid':_0x5518cd[_0x1a8f1f(0x201)]||TestDetails['getTestUUID'](process[_0x1a8f1f(0x27e)]+':testAnalyticsId'),'integrations':_0x5518cd[_0x102893[_0x1a8f1f(0x226)]]},_0x143849={};_0x143849[_0x1a8f1f(0x345)]=_0x102893[_0x1a8f1f(0x20d)],_0x143849['test_run']=_0x940794,await SessionHandler[_0x1a8f1f(0x230)](_0x143849);}else _0x8649b8[_0x1a8f1f(0x302)](_0x297b2e[_0x1a8f1f(0x225)]);}catch(_0x42d0ab){if(_0x102893['LeuTd'](_0x102893[_0x1a8f1f(0x23f)],_0x102893[_0x1a8f1f(0x23f)]))return;else _0x102893[_0x1a8f1f(0x240)](debug,_0x1a8f1f(0x1e9)+_0x42d0ab);}};async[a18_0xa1a0ac(0x2f2)](){const _0x878f67=a18_0xa1a0ac,_0x591106={'gXlWT':function(_0x72a28b,_0x3323b1){return _0x72a28b(_0x3323b1);},'bfVVn':function(_0x5038d9,_0x1b3331){return _0x5038d9!==_0x1b3331;},'AKwqR':_0x878f67(0x231),'QlwME':_0x878f67(0x2e4),'zWUgX':function(_0xbb3fe){return _0xbb3fe();},'yBoZi':function(_0x543d5f,_0x4d471e){return _0x543d5f===_0x4d471e;},'GkHfk':'JpYhR'};if(this['_gitConfigured']){if(_0x591106[_0x878f67(0x354)](_0x591106[_0x878f67(0x2f0)],_0x591106[_0x878f67(0x2f0)]))_0x591106[_0x878f67(0x1fc)](_0x515da6,_0x878f67(0x2c2)+_0x4d4e36),_0x4ff183=null;else return this[_0x878f67(0x2e2)];}const _0x463926=await _0x591106['zWUgX'](getGitMetaData);if(_0x463926){if(_0x591106[_0x878f67(0x32c)](_0x591106['GkHfk'],_0x591106[_0x878f67(0x275)]))this[_0x878f67(0x2e2)]=_0x463926[_0x878f67(0x29d)];else{if(_0x591106['bfVVn'](_0x57c8a4['type'],_0x591106['AKwqR']))return'\x22'+_0x3a1846[_0x878f67(0x1f7)]+_0x878f67(0x207)+(_0x42d7f3[_0x878f67(0x2b0)]&&_0x468079['parent']['name'])+'\x22';return _0x418fe7[_0x878f67(0x273)];}}this['_gitConfigured']=!![];}[a18_0xa1a0ac(0x304)](_0x36d8e8){const _0x541fa8=a18_0xa1a0ac,_0x4eccd7={};_0x4eccd7[_0x541fa8(0x2aa)]=_0x541fa8(0x243),_0x4eccd7[_0x541fa8(0x205)]=_0x541fa8(0x316),_0x4eccd7[_0x541fa8(0x2a5)]=_0x541fa8(0x344);const _0x36ff7d=_0x4eccd7,_0x77b47c={};return _0x77b47c[STATE_PASSED]=_0x36ff7d[_0x541fa8(0x2aa)],_0x77b47c[STATE_PENDING]=_0x36ff7d[_0x541fa8(0x205)],_0x77b47c[STATE_FAILED]=_0x36ff7d['cugil'],_0x77b47c[_0x36d8e8];}['getHierarchy'](_0x48bb76){const _0x47917d=a18_0xa1a0ac,_0x3b7be7={'ywvGV':_0x47917d(0x2d0),'OwOEh':'hook_run','aLyou':'jest-circus','uwDDE':function(_0x4c84e5,_0xd6bf97){return _0x4c84e5(_0xd6bf97);},'xNjYO':function(_0x5379b9,_0x30ec97){return _0x5379b9+_0x30ec97;},'nEJrf':_0x47917d(0x322),'QwGLo':function(_0x268df9,_0x1224f6){return _0x268df9===_0x1224f6;},'mgPoe':'sIlxX','xdSHp':function(_0x44124f,_0x359379){return _0x44124f!==_0x359379;},'ngGCz':function(_0x432833,_0x47fef1){return _0x432833!==_0x47fef1;},'cqxmA':_0x47917d(0x2c3),'Dddfg':function(_0x11cd5c,_0x857890){return _0x11cd5c===_0x857890;},'eyjEp':_0x47917d(0x2c4)},_0x357d28=[];if(_0x48bb76&&_0x48bb76['parent']){if(_0x3b7be7['QwGLo'](_0x3b7be7[_0x47917d(0x2f1)],_0x3b7be7[_0x47917d(0x2f1)])){let _0x5aeb98=_0x48bb76[_0x47917d(0x2b0)];while(_0x5aeb98&&_0x3b7be7[_0x47917d(0x324)](_0x5aeb98[_0x47917d(0x273)],'')&&_0x3b7be7[_0x47917d(0x33c)](_0x5aeb98[_0x47917d(0x273)],_0x3b7be7[_0x47917d(0x233)])){_0x3b7be7[_0x47917d(0x295)](_0x3b7be7['eyjEp'],_0x3b7be7[_0x47917d(0x25a)])?(_0x357d28[_0x47917d(0x302)](_0x5aeb98['name']),_0x5aeb98=_0x5aeb98[_0x47917d(0x2b0)]):(_0x122782[_0x3b7be7[_0x47917d(0x30e)]]=_0xa78c42[_0xff2f1a[_0x3b7be7[_0x47917d(0x30e)]]],_0x34ea86[_0x3b7be7[_0x47917d(0x2cf)]]=_0x3dcc93);}}else{try{const _0x2f2516=this['getRootParentFile'](_0x5d308b);return _0x2f2516[_0x47917d(0x22f)](_0x3b7be7['aLyou']);}catch(_0x105318){_0x3b7be7['uwDDE'](_0x1eb36a,_0x3b7be7['xNjYO'](_0x3b7be7[_0x47917d(0x2b9)],_0x105318));}return![];}}return _0x357d28[_0x47917d(0x24e)](),_0x357d28;}[a18_0xa1a0ac(0x35e)]=_0x909a88=>{const _0x35e79e=a18_0xa1a0ac,_0x44b4e6={};_0x44b4e6[_0x35e79e(0x208)]=function(_0x220a87,_0x392b9e){return _0x220a87!==_0x392b9e;},_0x44b4e6[_0x35e79e(0x221)]='OXpms',_0x44b4e6[_0x35e79e(0x31c)]=_0x35e79e(0x293),_0x44b4e6[_0x35e79e(0x311)]=function(_0x2414c1,_0x3f194b){return _0x2414c1===_0x3f194b;},_0x44b4e6[_0x35e79e(0x29e)]=_0x35e79e(0x333),_0x44b4e6[_0x35e79e(0x1ed)]=_0x35e79e(0x2c7);const _0x512299=_0x44b4e6;if(_0x909a88[_0x35e79e(0x33a)]){if(_0x512299[_0x35e79e(0x208)](_0x512299[_0x35e79e(0x221)],_0x512299[_0x35e79e(0x31c)])){const _0x38d238=stackTrace[_0x35e79e(0x1fd)][_0x35e79e(0x263)](stackTrace,_0x909a88['asyncError']);return _0x38d238[0x0][_0x35e79e(0x1f4)]();}else _0x1d5905=[];}if(_0x909a88['file']){if(_0x512299[_0x35e79e(0x311)](_0x512299[_0x35e79e(0x29e)],_0x512299[_0x35e79e(0x1ed)]))return;else return _0x909a88[_0x35e79e(0x33b)];}return null;};[a18_0xa1a0ac(0x34e)]=_0x4348b4=>{const _0x2ffb95=a18_0xa1a0ac,_0x4f0593={'fXdRO':_0x2ffb95(0x24c),'oxZYR':function(_0x5086f2){return _0x5086f2();},'CFaZx':function(_0x224b46,_0xc42bf1){return _0x224b46===_0xc42bf1;},'xPvFL':'iySMp','eBRsB':_0x2ffb95(0x343),'huTGl':_0x2ffb95(0x332),'XqLIz':function(_0xc4aa88,_0x5e0a70){return _0xc4aa88===_0x5e0a70;},'gfIFD':_0x2ffb95(0x359)};if(!_0x4348b4||!_0x4348b4[_0x2ffb95(0x2b0)]){if(_0x4f0593['XqLIz'](_0x4f0593[_0x2ffb95(0x33e)],_0x4f0593[_0x2ffb95(0x33e)]))return;else return{'ci':_0x4f0593[_0x2ffb95(0x342)],'key':_0x4f0593[_0x2ffb95(0x32f)](_0x23cb96),'version':_0xc8207f,'collector':_0x2ffb95(0x29b)+_0x2eaf03};}_0x4348b4[_0x2ffb95(0x2b0)][_0x2ffb95(0x269)][_0x2ffb95(0x202)](_0x35fe3=>{const _0x1baad9=_0x2ffb95;_0x4f0593[_0x1baad9(0x289)](_0x4f0593[_0x1baad9(0x28b)],_0x4f0593[_0x1baad9(0x300)])?this[_0x1baad9(0x2e2)]=_0x2e8086[_0x1baad9(0x29d)]:!_0x35fe3[_0x1baad9(0x225)]&&(_0x4f0593[_0x1baad9(0x289)](_0x4f0593[_0x1baad9(0x1f3)],_0x4f0593['huTGl'])?_0x35fe3['hookAnalyticsId']=TestDetails[_0x1baad9(0x261)](process[_0x1baad9(0x27e)]+_0x1baad9(0x2bc)):(_0x325948['removeAllListeners'](_0x1baad9(0x229)+_0x2ec986[_0x1baad9(0x27e)]),_0x5f3b13['on'](_0x1baad9(0x229)+_0x18997b[_0x1baad9(0x27e)],this[_0x1baad9(0x2d6)]['bind'](this)),_0x4821ae[_0x1baad9(0x366)]('bs:addPlatformDetails:'+_0x4ef90c[_0x1baad9(0x27e)]),_0x426ff3['on'](_0x1baad9(0x2d8)+_0x160035[_0x1baad9(0x27e)],this[_0x1baad9(0x317)]['bind'](this))));}),this['mapTestHooks'](_0x4348b4[_0x2ffb95(0x2b0)]);};[a18_0xa1a0ac(0x1ee)]=_0x31e69e=>{const _0x47d31a=a18_0xa1a0ac,_0x3bee06={};_0x3bee06[_0x47d31a(0x2b2)]=function(_0x2f2092,_0x521923){return _0x2f2092!==_0x521923;},_0x3bee06['aUQho']=_0x47d31a(0x2c3),_0x3bee06[_0x47d31a(0x290)]=_0x47d31a(0x239),_0x3bee06['ZcLzE']='afterEach',_0x3bee06[_0x47d31a(0x318)]=_0x47d31a(0x1e5),_0x3bee06[_0x47d31a(0x220)]=function(_0x5eaab0,_0x562ac2){return _0x5eaab0!==_0x562ac2;},_0x3bee06[_0x47d31a(0x2ff)]='sAWqz',_0x3bee06[_0x47d31a(0x209)]='DHcWE',_0x3bee06['wMjFU']=_0x47d31a(0x32a),_0x3bee06[_0x47d31a(0x24d)]='MMvNA';const _0x4441dc=_0x3bee06;if(!_0x31e69e||!_0x31e69e[_0x47d31a(0x2b0)]){if(_0x4441dc['sbBuo'](_0x4441dc[_0x47d31a(0x27a)],_0x4441dc[_0x47d31a(0x24d)]))return;else{let _0x5e5d6a=_0x5326d5['parent'];while(_0x5e5d6a&&_0x4441dc['sbBuo'](_0x5e5d6a[_0x47d31a(0x273)],'')&&_0x4441dc['sbBuo'](_0x5e5d6a['name'],_0x4441dc[_0x47d31a(0x249)])){_0x28b55c['push'](_0x5e5d6a[_0x47d31a(0x273)]),_0x5e5d6a=_0x5e5d6a[_0x47d31a(0x2b0)];}}}_0x31e69e[_0x47d31a(0x2b0)][_0x47d31a(0x269)][_0x47d31a(0x202)](_0x58db95=>{const _0x5c7ea9=_0x47d31a;_0x4441dc[_0x5c7ea9(0x2b2)](_0x4441dc[_0x5c7ea9(0x318)],_0x4441dc[_0x5c7ea9(0x318)])?this[_0x5c7ea9(0x34e)](_0x4ae019):[_0x4441dc[_0x5c7ea9(0x290)],_0x4441dc[_0x5c7ea9(0x35b)]][_0x5c7ea9(0x22f)](_0x58db95[_0x5c7ea9(0x1f7)])&&_0x58db95['hookAnalyticsId']&&(_0x4441dc['oAbdl'](_0x4441dc['lKKEm'],_0x4441dc[_0x5c7ea9(0x209)])?_0x58db95[_0x5c7ea9(0x225)]=null:[_0x4441dc[_0x5c7ea9(0x290)],_0x4441dc['ZcLzE']]['includes'](_0x5d171c[_0x5c7ea9(0x1f7)])&&_0x5c27e3['hookAnalyticsId']&&(_0x4c1083[_0x5c7ea9(0x225)]=null));}),this[_0x47d31a(0x34e)](_0x31e69e[_0x47d31a(0x2b0)]);};[a18_0xa1a0ac(0x1ea)](_0x43cd31){const _0x3d6c55=a18_0xa1a0ac,_0x206b13={'wTgsP':function(_0x2732ef,_0x4fa9cf){return _0x2732ef!==_0x4fa9cf;},'YBffO':'failed','agleR':_0x3d6c55(0x243),'XlnCf':function(_0x3a0d94,_0x491264){return _0x3a0d94===_0x491264;},'LunxW':'UjSpB','oOtQC':_0x3d6c55(0x222),'TyCDm':_0x3d6c55(0x2b5),'MZLMd':function(_0x1caa16,_0x342ea1){return _0x1caa16(_0x342ea1);},'CswuX':function(_0x1e1e00,_0x382330){return _0x1e1e00+_0x382330;},'ZIqHd':'Exception\x20in\x20getting\x20file\x20for\x20hook\x20'};try{if(_0x206b13[_0x3d6c55(0x2d9)](_0x206b13[_0x3d6c55(0x356)],_0x206b13[_0x3d6c55(0x356)])){const _0x545039=this[_0x3d6c55(0x35e)](_0x43cd31);return _0x545039['includes'](_0x206b13[_0x3d6c55(0x216)]);}else _0x206b13[_0x3d6c55(0x262)](_0x7335c1['result'],_0x206b13[_0x3d6c55(0x2bb)])&&(_0x265d1e[_0x3d6c55(0x278)]=_0x206b13[_0x3d6c55(0x2c6)]);}catch(_0xee43bf){if(_0x206b13[_0x3d6c55(0x2d9)](_0x206b13['TyCDm'],_0x206b13[_0x3d6c55(0x22d)]))_0x206b13[_0x3d6c55(0x1ef)](debug,_0x206b13['CswuX'](_0x206b13[_0x3d6c55(0x26a)],_0xee43bf));else return;}return![];}['getHooksForTest']=_0x310843=>{const _0x55e73a=a18_0xa1a0ac,_0x1dcfb3={'GsRzi':function(_0x3838b4,_0x3fada4){return _0x3838b4(_0x3fada4);},'nyLet':function(_0x441403,_0x57e4e2){return _0x441403+_0x57e4e2;},'Tpswd':_0x55e73a(0x322),'qprzL':function(_0x2bcbb5,_0x733f92){return _0x2bcbb5!==_0x733f92;},'pEmeq':'ifJrg','cYXZc':'wKoRI','DFwwF':function(_0x2bb6f3,_0x5dc1bc){return _0x2bb6f3(_0x5dc1bc);},'DZeIf':function(_0x185f5c,_0x4674c7){return _0x185f5c!==_0x4674c7;},'eeKRD':'srreC','heqVb':function(_0x41ea7a,_0xd1aadb){return _0x41ea7a===_0xd1aadb;},'VyFGq':'QyrAB','XCiFI':_0x55e73a(0x223)};if(!_0x310843||!_0x310843[_0x55e73a(0x2b0)])return _0x1dcfb3[_0x55e73a(0x284)](_0x1dcfb3['VyFGq'],_0x1dcfb3[_0x55e73a(0x312)])?null:[];const _0x5ab01f=[];return _0x310843[_0x55e73a(0x2b0)][_0x55e73a(0x269)][_0x55e73a(0x202)](_0x18cf35=>{const _0x2dac6b=_0x55e73a,_0x5b6b98={'EEYZy':function(_0x5c792a,_0x34e035){const _0x27c7d8=a18_0x45ae;return _0x1dcfb3[_0x27c7d8(0x20f)](_0x5c792a,_0x34e035);},'Sbsff':function(_0x4de6e0,_0x5a3249){const _0x2bf3a1=a18_0x45ae;return _0x1dcfb3[_0x2bf3a1(0x298)](_0x4de6e0,_0x5a3249);},'iyVBv':_0x1dcfb3[_0x2dac6b(0x2ed)]};_0x1dcfb3['qprzL'](_0x1dcfb3[_0x2dac6b(0x200)],_0x1dcfb3['cYXZc'])?_0x18cf35[_0x2dac6b(0x225)]&&!_0x1dcfb3[_0x2dac6b(0x28e)](isInternalHook,_0x18cf35['fn'])&&!this[_0x2dac6b(0x1ea)](_0x18cf35)&&(_0x1dcfb3[_0x2dac6b(0x2ba)](_0x1dcfb3[_0x2dac6b(0x265)],_0x1dcfb3[_0x2dac6b(0x265)])?_0x1cf207[_0x2dac6b(0x225)]=null:_0x5ab01f[_0x2dac6b(0x302)](_0x18cf35[_0x2dac6b(0x225)])):_0x5b6b98[_0x2dac6b(0x1ec)](_0x1caf61,_0x5b6b98[_0x2dac6b(0x251)](_0x5b6b98['iyVBv'],_0x19147a));}),[..._0x5ab01f,...this[_0x55e73a(0x279)](_0x310843['parent'])];};},[a18_0xa1a0ac(0x327),a18_0xa1a0ac(0x2a9),a18_0xa1a0ac(0x335),a18_0xa1a0ac(0x337),'sendTestRunEvent',a18_0xa1a0ac(0x25d),a18_0xa1a0ac(0x2d6),'appendTestPlatform',a18_0xa1a0ac(0x304),a18_0xa1a0ac(0x244),'getRootParentFile',a18_0xa1a0ac(0x34e),a18_0xa1a0ac(0x1ee),'getHooksForTest',a18_0xa1a0ac(0x2f2)]);function a18_0x2b3f(){const _0x2cb712=['statSync','ToKFg','OFVXG','VnzNJ','apply','fKAkH','relative','kFSxw','oAbdl','HXQQR','jest-circus','iGXeL','TJics','hookAnalyticsId','VyBst','qmPXD','backtrace','bs:addLog:','HKwZK','getTime','dcwWQ','TyCDm','SFCrs','includes','uploadEventData','test','8HjeQMY','cqxmA','hgryI','KMrMA','logs','dirname','yMMNQ','beforeEach','failure_reason_expanded','xOXQo','FbaMb','path','qIYhF','AUeEI','PwHVl','aUeVf','nkoDr','passed','getHierarchy','4|2|5|0|6|1|3','mFcxX','finished_at','dWQKF','aUQho','HPVoF','EarxF','generic','VFRuC','reverse','ToHDq','lUVSj','Sbsff','_paths','6519885qBZISY','HookRunFinished','XGwRj','RNsaO','split','testAnalyticsId','xCcCu','eyjEp','current_hook','LcOnQ','findGitConfig','fSttI','AVKYo','myYSM','setTestUUID','wTgsP','call','emDLf','eeKRD','tAadz','kCZaJ','RhwVo','hooks','ZIqHd','config','4|6|3|0|1|2|5','12bVoPAz','FREAe','now','TestRunSkipped','aZxqZ','rTNzw','name','ABsHP','GkHfk','afterEach','32493JnYRtd','result','getHooksForTest','wMjFU','failure_backtrace','yhdeg','DSFUd','pid','HPfaY','javascript','TZPLi','GzFND','BEFORE_EACH','heqVb','jmrNt','FlIFc','lprHa','puXZF','CFaZx','afterAll','xPvFL','gCskw','jCZKF','DFwwF','HXVhH','brHBt','375409yjpzyq','rvjZi','NINNo','giWQw','Dddfg','ivlkO','BCYwb','nyLet','MaJyt','hjCJp','js-','EKDwr','root','jkKBg','../../../helpers/test-observability/error-handler','tRrMm','jmOal','XEUHy','Eetoo','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','cugil','oKcoG','QoOHM','618612hamUjY','registerListeners','Aygsl','hook_run_uuid','STATE_PASSED','rihcU','BYtWY','QtPXG','parent','sZLaN','sbBuo','started_at','HfNcb','KHRlQ','PPuQA','test_run_uuid','kCUqm','nEJrf','DZeIf','YBffO',':hookAnalyticsId','exports','ZJrOu','join','CnyKy','QndYs','failed\x20to\x20get\x20root\x20parent\x20file\x20','ROOT_DESCRIBE_BLOCK','LufJy','errorsDetailed','agleR','ioIkR','IWjsH','xWqRF','eodDN','AFTER_EACH','WqPYI','RIXAV','wzOGr','OwOEh','hook_type','IMyVu',':testAnalyticsId','oTzkj','krhxG','failure_type','appendTestItemLog','failure','bs:addPlatformDetails:','XlnCf','DeOao','jGsIE','WiwOv','../../../../package.json','XBuch','eaTtA','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','kvGxT','_gitConfigPath','FqjRA','ANncu','ycfHN','JEST','CBTSessionCreated','MHyer','TestRunStarted','kvzBj','GbqNS','../../../helpers/test-observability/utils','Tpswd','TestRunFinished','sspaO','QlwME','mgPoe','configureGit','OnADp','gUHEC','sendTestRunEvent','mouLI','RdiEr','VuMaG','NcWQw','../../utils/constants','hook_data','ervgQ','OMgHt','ZGUKH','lKKEm','eBRsB','test_run','push','prefixTestPath','analyticsResult','nmcaJ','sep','expanded','cxCsE','wkGus','fzWFW','util','JruOv','22995jsVWNy','ywvGV','XNPWF','NXveb','ZJxnq','XCiFI','OZxRk','bReJd','\x20with\x20error\x20:\x20','pending','appendTestPlatform','QZVnU','YgKRt','cVeaM','err','jzpni','VxsUe','FaDCW','BEFORE_ALL','KNLpr','lQGgn','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','cwd','xdSHp','.git','LogCreated','getTestEnv','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','shHGq','AdSRc','ZFUkZ','yBoZi','253EEfFFT','_gitConfigured','oxZYR','xFVVv','beforeAll','ZfQNV','rQuXt','CEJna','testStarted','ZrreX','getName','current_test','akIoN','asyncError','file','ngGCz','CDvjD','gfIFD','testObservability','2966502lhNhNH','http_response','fXdRO','fVbuD','failed','event_type','toString','BpBNn','sqMwO','KEXsX','GRnMi','retryOf','11598180ehtSYN','YwHXL','mapTestHooks','gbMJK','asVlX','596KCLhce','VJXfJ','failure_reason','bfVVn','jlPsa','LunxW','match','GCHrv','odKEg','HfIRx','ZcLzE','GZTPm','state','getRootParentFile','NixBe','pOqDa','UhWqU','ovNZZ','tlgFb','cmutQ','NSNyb','removeAllListeners','GEQng','jWLRM','MgKJX','vTYOV','EHtuO','CtOLf','vRaBF','ZTZFX','hnLEo','qQWCx','getTestUUID','TsOtY','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','isJestInternalHook','atIaw','EEYZy','nOCCn','resetTestHooks','MZLMd','./test-details','location_prefix','Fiodm','huTGl','getFileName','QNgni','JWYSH','type','xuHlt','yIIlN','hook_failure','INAfk','gXlWT','parse','MOiVf','FSMGs','pEmeq','uuid','forEach','inspect','../../../helpers/helper','wGasa','duration','\x22\x20hook\x20for\x20\x22','JWBBE','Tqysf','vZNYT','_testResults','1208hDCkas','uDcez','nxbkK','GsRzi','vGMjH','vysrk','UxVqd','WaWAR','bind','_testEnv','oOtQC','title'];a18_0x2b3f=function(){return _0x2cb712;};return a18_0x2b3f();}
|
|
1
|
+
const a18_0x515137=a18_0x55e9;(function(_0x4fdaf7,_0x40863f){const _0x29bdde=a18_0x55e9,_0x415023=_0x4fdaf7();while(!![]){try{const _0x515a9a=-parseInt(_0x29bdde(0x28b))/0x1*(parseInt(_0x29bdde(0x22b))/0x2)+parseInt(_0x29bdde(0x27a))/0x3+parseInt(_0x29bdde(0x209))/0x4+parseInt(_0x29bdde(0x237))/0x5+parseInt(_0x29bdde(0x1ff))/0x6*(parseInt(_0x29bdde(0x242))/0x7)+parseInt(_0x29bdde(0x291))/0x8+parseInt(_0x29bdde(0x20a))/0x9*(-parseInt(_0x29bdde(0x287))/0xa);if(_0x515a9a===_0x40863f)break;else _0x415023['push'](_0x415023['shift']());}catch(_0x2b88){_0x415023['push'](_0x415023['shift']());}}}(a18_0x40ca,0x4317d));function a18_0x55e9(_0xd25b1a,_0x5d594b){const _0x40ca3f=a18_0x40ca();return a18_0x55e9=function(_0x55e9a8,_0xa7df29){_0x55e9a8=_0x55e9a8-0x1f0;let _0x58e5f1=_0x40ca3f[_0x55e9a8];return _0x58e5f1;},a18_0x55e9(_0xd25b1a,_0x5d594b);}function a18_0x40ca(){const _0x26a85a=['configureGit','statSync','JEST','18xWEBPJ','BXVMU','JvqZr','afterAll','File\x20path\x20could\x20not\x20be\x20found','failed\x20to\x20get\x20root\x20parent\x20file\x20','LogCreated','sendTestRunEvent','now','appendTestItemLog','77948nOyVdC','10989306KAjMKK','apply','LIrwZ','testStarted','uvHab','expanded','util','backtrace','Keckt','getTestEnv','err','YBwxz','ejphH','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','WDboG','hook_data','path','uploadEventData','3|1|4|0|2','STATE_FAILED','vNhfo','iFMkb','_gitConfigPath','failure_backtrace','hook_failure','ufAgz','WeSzQ','Evpyu','split','pid','includes','YzCak','failed','124wkSVUq','skipped','hookAnalyticsId','vAhNL',':testAnalyticsId','test','uuid','GxHQX','cwd','.git','getTime','hook_type','2555340QJRVrw','forEach','bKjtT','event_type','retryOf','cUhyh','isJestInternalHook','scQxQ','AFTER_ALL','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','result','1265565esEpNY','upnKB','WCkPS','TestRunFinished','registerListeners','relative','test_run','setTestUUID','match','analyticsResult','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','parent','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','../../utils/constants','BEFORE_EACH','Wpyjb','AFTER_EACH','js-','type','push','afterEach','exports','asyncError','hook_run','NocZW','appendTestPlatform','QmZWv','gWxjr','failure_type','markedStatus','testAnalyticsId','../../../../package.json','HyLWe','LBZcu','name','kAJGR','current_hook','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','beforeEach','MjjrS','KkIUY','current_test','XKbeu','http_response','\x22\x20hook\x20for\x20\x22','getTestUUID','toISOString','_testResults','pending','wsubS','length','hNjKw','bind','toString','dLYha','200499jKmouS','../../../helpers/test-observability/sessionHandler','dvVlF','../../../helpers/test-observability/utils','getRootParentFile','dirname','ZuXux','prefixTestPath','mJBxN','NVYLn','reverse','jest-circus','PVEVr','10dplyfQ','aDWvg','\x20with\x20error\x20:\x20','root','2459lAoTXf','hooks','sjEnw','../../../helpers/helper','location_prefix','parse','4068256wJRVBw','resetTestHooks','join','finished_at','test_run_uuid','_paths','passed','YWtiL','TestRunStarted','mFebg','getHierarchy','UKBhu','title','Rikvt','CBTSessionCreated','qathM','javascript','ROOT_DESCRIBE_BLOCK','sOxvF','failure_reason','tmrmX','sep','beforeAll','wmggG','started_at','mapTestHooks','call','wzWmZ','getName','file','generic','hook_run_uuid','errorsDetailed','xiXlA','findGitConfig','oJgyl','config','PtrjX','_gitConfigured','getHooksForTest','faHOe','Iegxs','_testEnv','OGaCM','_currentRetry',':hookAnalyticsId','eHVgy','TestRunSkipped'];a18_0x40ca=function(){return _0x26a85a;};return a18_0x40ca();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a18_0x515137(0x27d)),SessionHandler=require(a18_0x515137(0x27b)),{v4:uuidv4}=require(a18_0x515137(0x231)),{name,version}=require(a18_0x515137(0x262)),stackTrace=require('stack-trace'),path=require(a18_0x515137(0x21a)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a18_0x515137(0x250)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a18_0x515137(0x28e)),a18_0x258ea1={};a18_0x258ea1['STATE_PASSED']='passed',a18_0x258ea1[a18_0x515137(0x21d)]=a18_0x515137(0x22a),a18_0x258ea1['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a18_0x258ea1,a18_0x102fd5={};a18_0x102fd5[a18_0x515137(0x2a7)]='BEFORE_ALL',a18_0x102fd5[a18_0x515137(0x202)]=a18_0x515137(0x23f),a18_0x102fd5[a18_0x515137(0x269)]=a18_0x515137(0x251),a18_0x102fd5[a18_0x515137(0x257)]=a18_0x515137(0x253);const HOOK_TYPES_MAP=a18_0x102fd5;module[a18_0x515137(0x258)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x495069=a18_0x515137,_0x3b0831={'tmrmX':'2|5|0|6|3|1|4','DDwFG':function(_0x5ccf77){return _0x5ccf77();}},_0x2d4e3b=_0x3b0831[_0x495069(0x2a5)]['split']('|');let _0x4c3fef=0x0;while(!![]){switch(_0x2d4e3b[_0x4c3fef++]){case'0':this['_testEnv']=this['getTestEnv']();continue;case'1':this[_0x495069(0x1f2)]=![];continue;case'2':this['testObservability']=_0x3b0831['DDwFG'](isTestObservabilitySession);continue;case'3':this['hook_data']=[];continue;case'4':this['_gitConfigPath']=null;continue;case'5':this[_0x495069(0x272)]=[];continue;case'6':this[_0x495069(0x296)]=new PathHelper({'cwd':process[_0x495069(0x233)]()},this[_0x495069(0x1f6)][_0x495069(0x28f)]);continue;}break;}}[a18_0x515137(0x213)]=()=>{const _0x44fb3f=a18_0x515137,_0x3f9cb9={'xiXlA':_0x44fb3f(0x2af),'FVEnM':function(_0x35de44){return _0x35de44();}};return{'ci':_0x3f9cb9[_0x44fb3f(0x2b2)],'key':_0x3f9cb9['FVEnM'](uuidv4),'version':version,'collector':_0x44fb3f(0x254)+name};};[a18_0x515137(0x246)](){const _0x212d08=a18_0x515137;process['removeAllListeners']('bs:addLog:'+process[_0x212d08(0x227)]),process['on']('bs:addLog:'+process[_0x212d08(0x227)],this[_0x212d08(0x208)][_0x212d08(0x277)](this)),process['removeAllListeners']('bs:addPlatformDetails:'+process['pid']),process['on']('bs:addPlatformDetails:'+process[_0x212d08(0x227)],this['appendTestPlatform']['bind'](this));}[a18_0x515137(0x20d)]=async _0x4da552=>{const _0x3217a9=a18_0x515137,_0x1a4565={'YWtiL':function(_0x56b1dc,_0x49cf7e){return _0x56b1dc>_0x49cf7e;},'KkIUY':function(_0x57cfce,_0x4b7a26){return _0x57cfce===_0x4b7a26;},'qathM':_0x3217a9(0x299),'Wpyjb':function(_0x497b79,_0x4d8fc6){return _0x497b79(_0x4d8fc6);}};try{const _0x355db5=this[_0x3217a9(0x26c)];this[_0x3217a9(0x26c)]=_0x4da552,_0x4da552[_0x3217a9(0x23b)]=null,_0x4da552['testAnalyticsId']=TestDetails[_0x3217a9(0x249)](process[_0x3217a9(0x227)]+_0x3217a9(0x22f)),_0x4da552['started_at']=new Date()[_0x3217a9(0x271)](),_0x1a4565[_0x3217a9(0x298)](_0x4da552[_0x3217a9(0x1f8)],0x0)&&_0x355db5&&_0x1a4565[_0x3217a9(0x26b)](_0x355db5[_0x3217a9(0x29d)],_0x4da552[_0x3217a9(0x29d)])?(_0x4da552[_0x3217a9(0x23b)]=_0x355db5['testAnalyticsId'],await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]),_0x355db5['state']=STATE_FAILED,await this[_0x3217a9(0x206)](_0x355db5,undefined,!![])):await this[_0x3217a9(0x206)](_0x4da552,undefined,![],_0x1a4565[_0x3217a9(0x2a0)]);}catch(_0x4e2de2){_0x1a4565[_0x3217a9(0x252)](debug,_0x3217a9(0x217)+_0x4e2de2);}};[a18_0x515137(0x2ad)](_0x145cb2){const _0x558a07=a18_0x515137,_0x4e0663={};_0x4e0663[_0x558a07(0x243)]=function(_0x33ce50,_0x401545){return _0x33ce50!==_0x401545;},_0x4e0663['WCkPS']=_0x558a07(0x230);const _0x1ac184=_0x4e0663;if(_0x1ac184[_0x558a07(0x243)](_0x145cb2[_0x558a07(0x255)],_0x1ac184[_0x558a07(0x244)]))return'\x22'+_0x145cb2['type']+_0x558a07(0x26f)+(_0x145cb2[_0x558a07(0x24d)]&&_0x145cb2[_0x558a07(0x24d)][_0x558a07(0x265)])+'\x22';return _0x145cb2['name'];}[a18_0x515137(0x206)]=async(_0xaa7658,_0x1567d7=undefined,_0x2b7682=![],_0x313d64=a18_0x515137(0x245))=>{const _0x1a6d26=a18_0x515137,_0xea3335={'ejphH':_0x1a6d26(0x21c),'Rikvt':_0x1a6d26(0x25a),'Keckt':_0x1a6d26(0x2a4),'dLYha':_0x1a6d26(0x248),'gWxjr':_0x1a6d26(0x25f),'PtrjX':'failure','OGaCM':'result','Evpyu':function(_0x2d4af0,_0x1d1161){return _0x2d4af0(_0x1d1161);},'HItuc':_0x1a6d26(0x285),'kAJGR':function(_0x52cfb7,_0x3b13ed){return _0x52cfb7(_0x3b13ed);},'vmaHU':_0x1a6d26(0x210),'HyLWe':function(_0x271db5,_0x3db7eb){return _0x271db5!==_0x3db7eb;},'cgAhq':'test','NCEbv':_0x1a6d26(0x214),'YzCak':function(_0x2a4ab3,_0x40a9ae){return _0x2a4ab3!==_0x40a9ae;},'LIrwZ':_0x1a6d26(0x203),'vNhfo':_0x1a6d26(0x2a1),'NVYLn':function(_0x20ab9a,_0x4e3937){return _0x20ab9a===_0x4e3937;},'iFMkb':_0x1a6d26(0x1fb),'Iegxs':_0x1a6d26(0x22c),'wmggG':function(_0x20efe6,_0x408878){return _0x20efe6>_0x408878;},'JvqZr':_0x1a6d26(0x22a),'NocZW':_0x1a6d26(0x297),'WDboG':function(_0x591514,_0x395a33){return _0x591514-_0x395a33;},'YivRT':function(_0x40d957,_0x11cb09){return _0x40d957(_0x11cb09);},'PVEVr':_0x1a6d26(0x2a9),'LBZcu':_0x1a6d26(0x294),'UKBhu':function(_0x55741f,_0x38b77f){return _0x55741f===_0x38b77f;},'FeZig':'HookRunFinished','mJBxN':_0x1a6d26(0x221),'scQxQ':_0x1a6d26(0x211),'hNjKw':'failure_reason_expanded','GxHQX':_0x1a6d26(0x20f),'YBwxz':_0x1a6d26(0x245),'bKjtT':_0x1a6d26(0x236),'iVjBK':function(_0x236c17,_0x3a0877){return _0x236c17>_0x3a0877;},'BXVMU':function(_0x39dc69,_0x36f8ca){return _0x39dc69===_0x36f8ca;},'faclx':'beforeAll'};try{if(_0xaa7658['fn']&&_0xaa7658['fn'][_0x1a6d26(0x278)]()[_0x1a6d26(0x24a)](/browserstack internal helper hook/))return;await this[_0x1a6d26(0x1fc)]();let _0x5f2850;try{_0x5f2850=this['getRootParentFile'](_0xaa7658);}catch(_0xe5305c){_0xea3335[_0x1a6d26(0x225)](debug,_0x1a6d26(0x204)+_0xe5305c),_0x5f2850=null;}if(_0x5f2850[_0x1a6d26(0x228)](_0xea3335['HItuc']))return;const _0x19c316=_0xea3335[_0x1a6d26(0x266)](require,_0xea3335['vmaHU']);let _0x1a76cf=[];if(_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined))_0x1a76cf=[_0xaa7658[_0x1a6d26(0x2b1)],_0xea3335['cgAhq']];else _0xea3335[_0x1a6d26(0x263)](_0x1567d7,undefined)?_0x1a76cf=[_0x1567d7,_0xea3335['NCEbv']]:_0x1a76cf=[];const _0x29bd1b=_0xea3335[_0x1a6d26(0x263)](_0xaa7658[_0x1a6d26(0x2b1)],undefined)?_0x19c316['inspect'](_0xaa7658[_0x1a6d26(0x2b1)][0x0]):_0xea3335[_0x1a6d26(0x229)](_0x1567d7,undefined)?_0x1567d7[_0x1a6d26(0x278)]():undefined,_0x19a973=_0x5f2850?this[_0x1a6d26(0x296)][_0x1a6d26(0x281)](this[_0x1a6d26(0x27e)](_0xaa7658)):_0xea3335[_0x1a6d26(0x20c)],_0x1a4d6e={'framework':FRAMEWORKS[_0x1a6d26(0x1fe)],'uuid':_0xaa7658[_0x1a6d26(0x261)]||_0xaa7658['hookAnalyticsId'],'name':this['getName'](_0xaa7658),'body':{'lang':_0xea3335[_0x1a6d26(0x21e)],'code':_0xaa7658['fn'][_0x1a6d26(0x278)]()},'scopes':this['getHierarchy'](_0xaa7658),'file_name':_0x19a973,'vc_filepath':this[_0x1a6d26(0x220)]&&_0x5f2850?path[_0x1a6d26(0x247)](this[_0x1a6d26(0x220)],_0x5f2850):null,'location':_0x19a973,'result':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x1f5)]:this[_0x1a6d26(0x24b)](_0xaa7658['errorsDetailed']&&_0xea3335[_0x1a6d26(0x2a8)](_0xaa7658[_0x1a6d26(0x2b1)]['length'],0x0)?_0xea3335[_0x1a6d26(0x201)]:_0xea3335[_0x1a6d26(0x25b)]),'failure_reason':_0x29bd1b,'duration_in_ms':_0xaa7658[_0x1a6d26(0x24e)]||(_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64[_0x1a6d26(0x24a)](/Skipped/)?_0xea3335[_0x1a6d26(0x218)](Date[_0x1a6d26(0x207)](),new Date(_0xaa7658[_0x1a6d26(0x2a9)])[_0x1a6d26(0x235)]()):null),'started_at':_0xaa7658[_0x1a6d26(0x2a9)],'finished_at':_0x313d64[_0x1a6d26(0x24a)](/Finished/)||_0x313d64['match'](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x1a6d26(0x20b)](null,_0x1a76cf),'failure_type':!_0x29bd1b?null:_0xea3335['YivRT'](getFailureType,_0x29bd1b),'retry_of':_0xaa7658[_0x1a6d26(0x23b)]};_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])&&!_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x286)]]=_0x1a4d6e[_0xea3335[_0x1a6d26(0x264)]]);if(_0x313d64[_0x1a6d26(0x24a)](/HookRun/))[_0x1a4d6e['hook_type'],_0x1a4d6e['name']]=[_0xaa7658['type'],this[_0x1a6d26(0x2ad)](_0xaa7658)],_0xea3335[_0x1a6d26(0x29c)](_0x313d64,_0xea3335['FeZig'])&&(_0xea3335[_0x1a6d26(0x229)](_0x1a4d6e[_0x1a6d26(0x241)],_0xea3335[_0x1a6d26(0x201)])&&(_0x1a4d6e[_0x1a6d26(0x241)]=_0xea3335[_0x1a6d26(0x25b)]));else _0x313d64[_0x1a6d26(0x24a)](/TestRun/)&&this['mapTestHooks'](_0xaa7658);const _0x19617c=_0x1a4d6e[_0xea3335[_0x1a6d26(0x1f1)]][0x0];_0x19617c&&(_0x1a4d6e[_0xea3335[_0x1a6d26(0x282)]]=_0x19617c[_0xea3335[_0x1a6d26(0x23e)]],_0x1a4d6e[_0xea3335[_0x1a6d26(0x276)]]=_0x19617c[_0xea3335[_0x1a6d26(0x232)]]);[_0xea3335[_0x1a6d26(0x215)],_0xea3335[_0x1a6d26(0x21f)]][_0x1a6d26(0x228)](_0x313d64)&&(this['_testResults'][_0x1a6d26(0x256)](_0x1a4d6e),_0x1a4d6e[_0x1a6d26(0x28c)]=this[_0x1a6d26(0x1f3)](_0xaa7658),this[_0x1a6d26(0x292)](_0xaa7658));const _0x5a84b4={'event_type':_0xea3335[_0x1a6d26(0x283)](_0x313d64,_0xea3335[_0x1a6d26(0x21f)])?_0xea3335[_0x1a6d26(0x215)]:_0x313d64};_0x313d64[_0x1a6d26(0x24a)](/HookRun/)?(_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]=HOOK_TYPES_MAP[_0x1a4d6e[_0xea3335[_0x1a6d26(0x239)]]],_0x5a84b4[_0xea3335[_0x1a6d26(0x29e)]]=_0x1a4d6e):_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]=_0x1a4d6e;_0xea3335['iVjBK'](this[_0x1a6d26(0x219)][_0x1a6d26(0x275)],0x0)&&[_0xea3335[_0x1a6d26(0x215)],_0xea3335['iFMkb']][_0x1a6d26(0x228)](_0x313d64)&&(this[_0x1a6d26(0x219)][_0x1a6d26(0x238)](async _0x2c4d78=>{const _0xf204cf=_0x1a6d26,_0x2640c4=_0xea3335[_0xf204cf(0x216)][_0xf204cf(0x226)]('|');let _0x3509ab=0x0;while(!![]){switch(_0x2640c4[_0x3509ab++]){case'0':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x212)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x212)]];continue;case'1':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x25e)]]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335[_0xf204cf(0x25e)]];continue;case'2':await SessionHandler[_0xf204cf(0x21b)](_0x2c4d78);continue;case'3':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335['PtrjX']]=_0x5a84b4[_0xea3335[_0xf204cf(0x279)]][_0xea3335['PtrjX']];continue;case'4':_0x2c4d78[_0xea3335[_0xf204cf(0x29e)]][_0xea3335[_0xf204cf(0x1f7)]]=_0x5a84b4[_0xea3335['dLYha']][_0xea3335[_0xf204cf(0x1f7)]];continue;}break;}}),this[_0x1a6d26(0x219)]=[]);if(_0xea3335[_0x1a6d26(0x29c)](this[_0x1a6d26(0x222)],_0xaa7658[_0x1a6d26(0x255)])){this[_0x1a6d26(0x219)][_0x1a6d26(0x256)](_0x5a84b4);return;}_0xea3335[_0x1a6d26(0x200)](this[_0x1a6d26(0x222)],_0xea3335['faclx'])&&_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]]&&(_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335['OGaCM']]=_0xea3335['Iegxs'],_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x1f1)]]=null,_0x5a84b4[_0xea3335[_0x1a6d26(0x279)]][_0xea3335[_0x1a6d26(0x25e)]]=null),await SessionHandler[_0x1a6d26(0x21b)](_0x5a84b4);}catch(_0x4b2aea){_0xea3335[_0x1a6d26(0x266)](debug,_0x1a6d26(0x240)+_0x313d64+_0x1a6d26(0x289)+_0x4b2aea);}};[a18_0x515137(0x2b3)](_0x2202d9){const _0x4e6cbe=a18_0x515137,_0x2f1763={};_0x2f1763[_0x4e6cbe(0x29a)]=function(_0x4cdd6f,_0x42f01e){return _0x4cdd6f==_0x42f01e;},_0x2f1763[_0x4e6cbe(0x1f4)]=function(_0x4bcc0e,_0x2e5085){return _0x4bcc0e===_0x2e5085;},_0x2f1763[_0x4e6cbe(0x288)]=_0x4e6cbe(0x234),_0x2f1763[_0x4e6cbe(0x22e)]=_0x4e6cbe(0x1f0);const _0x32e4f9=_0x2f1763,_0x51ce8c=path[_0x4e6cbe(0x2a6)];if(_0x32e4f9['mFebg'](_0x2202d9,null)||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,'')||_0x32e4f9[_0x4e6cbe(0x1f4)](_0x2202d9,_0x51ce8c))return null;try{return fs[_0x4e6cbe(0x1fd)](path[_0x4e6cbe(0x293)](_0x2202d9,_0x32e4f9['aDWvg'],_0x32e4f9[_0x4e6cbe(0x22e)])),_0x2202d9;}catch(_0x1fb70a){const _0x502127=path[_0x4e6cbe(0x27f)](_0x2202d9);return this['findGitConfig'](_0x502127);}}[a18_0x515137(0x208)]=async _0x30c11d=>{const _0x60184f=a18_0x515137,_0x2eb1c7={'MjjrS':_0x60184f(0x205),'WeSzQ':function(_0x30994a,_0x5c00fb){return _0x30994a(_0x5c00fb);}},_0x6b9778=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x1f9)),_0x4c76b1=TestDetails[_0x60184f(0x270)](process['pid']+_0x60184f(0x22f));try{(_0x6b9778||this[_0x60184f(0x267)]&&!this[_0x60184f(0x267)][_0x60184f(0x260)])&&(_0x30c11d[_0x60184f(0x2b0)]=_0x6b9778);!_0x30c11d['hook_run_uuid']&&_0x4c76b1&&(_0x30c11d['test_run_uuid']=_0x4c76b1);if(_0x30c11d[_0x60184f(0x2b0)]||_0x30c11d[_0x60184f(0x295)]){const _0x13282d={};_0x13282d['event_type']=_0x2eb1c7[_0x60184f(0x26a)],_0x13282d['logs']=[_0x30c11d],await SessionHandler[_0x60184f(0x21b)](_0x13282d);}}catch(_0x590ba4){_0x2eb1c7[_0x60184f(0x224)](debug,_0x60184f(0x24f)+_0x590ba4);}};[a18_0x515137(0x25c)]=async _0x1b987b=>{const _0x2e3c63=a18_0x515137,_0x7b63ae={'oJgyl':_0x2e3c63(0x26e),'XKbeu':_0x2e3c63(0x29f),'sjEnw':function(_0x1f108b,_0x1e31fe){return _0x1f108b(_0x1e31fe);}};try{const _0x2df885={'uuid':_0x1b987b['uuid']||TestDetails[_0x2e3c63(0x270)](process['pid']+_0x2e3c63(0x22f)),'integrations':_0x1b987b[_0x7b63ae[_0x2e3c63(0x2b4)]]},_0x4141ec={};_0x4141ec[_0x2e3c63(0x23a)]=_0x7b63ae[_0x2e3c63(0x26d)],_0x4141ec[_0x2e3c63(0x248)]=_0x2df885,await SessionHandler[_0x2e3c63(0x21b)](_0x4141ec);}catch(_0x430481){_0x7b63ae[_0x2e3c63(0x28d)](debug,_0x2e3c63(0x268)+_0x430481);}};async[a18_0x515137(0x1fc)](){const _0x817186=a18_0x515137,_0xb03188={'IXCcb':function(_0x2523d4){return _0x2523d4();}};if(this[_0x817186(0x1f2)])return this[_0x817186(0x220)];const _0x41c5cd=await _0xb03188['IXCcb'](getGitMetaData);_0x41c5cd&&(this[_0x817186(0x220)]=_0x41c5cd[_0x817186(0x28a)]),this[_0x817186(0x1f2)]=!![];}[a18_0x515137(0x24b)](_0x44ce30){const _0x3a0754=a18_0x515137,_0x21b10e={};_0x21b10e[_0x3a0754(0x1fa)]=_0x3a0754(0x297),_0x21b10e[_0x3a0754(0x280)]=_0x3a0754(0x273),_0x21b10e[_0x3a0754(0x2ac)]=_0x3a0754(0x22a);const _0x24c743=_0x21b10e,_0x3dab44={};return _0x3dab44[STATE_PASSED]=_0x24c743[_0x3a0754(0x1fa)],_0x3dab44[STATE_PENDING]=_0x24c743[_0x3a0754(0x280)],_0x3dab44[STATE_FAILED]=_0x24c743[_0x3a0754(0x2ac)],_0x3dab44[_0x44ce30];}[a18_0x515137(0x29b)](_0x8e5024){const _0x2420cf=a18_0x515137,_0x38e71f={};_0x38e71f[_0x2420cf(0x25d)]=function(_0x5c8231,_0x12d5ef){return _0x5c8231!==_0x12d5ef;},_0x38e71f['Honvf']=function(_0x4959e9,_0x19aa0e){return _0x4959e9!==_0x19aa0e;},_0x38e71f[_0x2420cf(0x23c)]=_0x2420cf(0x2a2);const _0x381555=_0x38e71f,_0x2b7767=[];if(_0x8e5024&&_0x8e5024[_0x2420cf(0x24d)]){let _0x17cc76=_0x8e5024[_0x2420cf(0x24d)];while(_0x17cc76&&_0x381555[_0x2420cf(0x25d)](_0x17cc76[_0x2420cf(0x265)],'')&&_0x381555['Honvf'](_0x17cc76[_0x2420cf(0x265)],_0x381555[_0x2420cf(0x23c)])){_0x2b7767['push'](_0x17cc76['name']),_0x17cc76=_0x17cc76[_0x2420cf(0x24d)];}}return _0x2b7767[_0x2420cf(0x284)](),_0x2b7767;}['getRootParentFile']=_0x5339e4=>{const _0x4a2deb=a18_0x515137;if(_0x5339e4[_0x4a2deb(0x259)]){const _0xae6a9=stackTrace[_0x4a2deb(0x290)][_0x4a2deb(0x2ab)](stackTrace,_0x5339e4[_0x4a2deb(0x259)]);return _0xae6a9[0x0]['getFileName']();}if(_0x5339e4['file'])return _0x5339e4[_0x4a2deb(0x2ae)];return null;};[a18_0x515137(0x2aa)]=_0x1fae43=>{const _0x1fe36f=a18_0x515137;if(!_0x1fae43||!_0x1fae43['parent'])return;_0x1fae43['parent'][_0x1fe36f(0x28c)][_0x1fe36f(0x238)](_0x305cbc=>{const _0x20f06a=_0x1fe36f;!_0x305cbc[_0x20f06a(0x22d)]&&(_0x305cbc[_0x20f06a(0x22d)]=TestDetails[_0x20f06a(0x249)](process[_0x20f06a(0x227)]+':hookAnalyticsId'));}),this[_0x1fe36f(0x2aa)](_0x1fae43['parent']);};[a18_0x515137(0x292)]=_0xef68d7=>{const _0x4718fd=a18_0x515137,_0x3628e9={};_0x3628e9[_0x4718fd(0x223)]=_0x4718fd(0x269),_0x3628e9[_0x4718fd(0x274)]=_0x4718fd(0x257);const _0x58095e=_0x3628e9;if(!_0xef68d7||!_0xef68d7[_0x4718fd(0x24d)])return;_0xef68d7[_0x4718fd(0x24d)][_0x4718fd(0x28c)][_0x4718fd(0x238)](_0x3bdcdc=>{const _0x11b157=_0x4718fd;[_0x58095e['ufAgz'],_0x58095e[_0x11b157(0x274)]][_0x11b157(0x228)](_0x3bdcdc[_0x11b157(0x255)])&&_0x3bdcdc[_0x11b157(0x22d)]&&(_0x3bdcdc['hookAnalyticsId']=null);}),this['mapTestHooks'](_0xef68d7[_0x4718fd(0x24d)]);};[a18_0x515137(0x23d)](_0x3f736a){const _0x563cd5=a18_0x515137,_0x1a1e43={'dvVlF':_0x563cd5(0x285),'WvAzO':function(_0x5ded33,_0x1cab88){return _0x5ded33(_0x1cab88);},'uvHab':function(_0x4fe6c0,_0x2d6cd6){return _0x4fe6c0+_0x2d6cd6;},'TIles':_0x563cd5(0x24c)};try{const _0x477bd6=this['getRootParentFile'](_0x3f736a);return _0x477bd6[_0x563cd5(0x228)](_0x1a1e43[_0x563cd5(0x27c)]);}catch(_0x562baa){_0x1a1e43['WvAzO'](debug,_0x1a1e43[_0x563cd5(0x20e)](_0x1a1e43['TIles'],_0x562baa));}return![];}[a18_0x515137(0x1f3)]=_0x101cf6=>{const _0x4a20de=a18_0x515137,_0x35ad64={'sOxvF':function(_0x32370f,_0x759cc9){return _0x32370f(_0x759cc9);}};if(!_0x101cf6||!_0x101cf6[_0x4a20de(0x24d)])return[];const _0x5e22ca=[];return _0x101cf6[_0x4a20de(0x24d)][_0x4a20de(0x28c)]['forEach'](_0xf557b0=>{const _0x25f666=_0x4a20de;_0xf557b0[_0x25f666(0x22d)]&&!_0x35ad64[_0x25f666(0x2a3)](isInternalHook,_0xf557b0['fn'])&&!this['isJestInternalHook'](_0xf557b0)&&_0x5e22ca[_0x25f666(0x256)](_0xf557b0['hookAnalyticsId']);}),[..._0x5e22ca,...this[_0x4a20de(0x1f3)](_0x101cf6['parent'])];};},[a18_0x515137(0x213),'registerListeners',a18_0x515137(0x20d),'getName',a18_0x515137(0x206),a18_0x515137(0x2b3),'appendTestItemLog','appendTestPlatform','analyticsResult','getHierarchy','getRootParentFile',a18_0x515137(0x2aa),a18_0x515137(0x292),a18_0x515137(0x1f3),a18_0x515137(0x1fc)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a19_0x1433(){const _0x4be359=['homedir','toString','stringify','jciod','196412LVSiZN','removeTestUUID','join','setup','uuid','.json','../../../helpers/helper','_test','1013772TrBqLU','retry','env','11486277QUQEIY','rmSync','.browserstack','getTestUUID','dirPath','unlinkSync','mkdirSync','1690JcgMFz','13113089kStOca','TVhmL','20oPxsTS','14giUEtv','10mVlSaD','getFilePath','getTestRunIdFromTestInfo','recursive','BS_TESTOPS_BUILD_HASHED_ID','10tPzKfX','setTestUUID','exports','BSSCr','JYMfp','force','14MkFdLS','33942fcQspW','readFileSync','shutdown','writeFileSync','219084jtntwX','tests','1795208aVqhvU'];a19_0x1433=function(){return _0x4be359;};return a19_0x1433();}const a19_0x2244c8=a19_0x2f51;function a19_0x2f51(_0x1fbd81,_0x369410){const _0x143314=a19_0x1433();return a19_0x2f51=function(_0x2f510d,_0x55fc6f){_0x2f510d=_0x2f510d-0x1e8;let _0xae01b5=_0x143314[_0x2f510d];return _0xae01b5;},a19_0x2f51(_0x1fbd81,_0x369410);}(function(_0x1efaef,_0x1d330b){const _0x395630=a19_0x2f51,_0xeaaf7d=_0x1efaef();while(!![]){try{const _0x3564ce=parseInt(_0x395630(0x211))/0x1*(-parseInt(_0x395630(0x1f9))/0x2)+-parseInt(_0x395630(0x206))/0x3*(parseInt(_0x395630(0x1f8))/0x4)+-parseInt(_0x395630(0x1ff))/0x5*(-parseInt(_0x395630(0x1eb))/0x6)+parseInt(_0x395630(0x205))/0x7*(-parseInt(_0x395630(0x20c))/0x8)+parseInt(_0x395630(0x1ee))/0x9*(-parseInt(_0x395630(0x1fa))/0xa)+parseInt(_0x395630(0x1f6))/0xb+parseInt(_0x395630(0x20a))/0xc*(parseInt(_0x395630(0x1f5))/0xd);if(_0x3564ce===_0x1d330b)break;else _0xeaaf7d['push'](_0xeaaf7d['shift']());}catch(_0xcc66a7){_0xeaaf7d['push'](_0xeaaf7d['shift']());}}}(a19_0x1433,0xb65ac));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require('uuid'),helper=require(a19_0x2244c8(0x1e9));class TestDetails{static [a19_0x2244c8(0x20b)]={};static [a19_0x2244c8(0x1f2)]=path[a19_0x2244c8(0x213)](helper['homedir'](),a19_0x2244c8(0x1f0),'jest-o11y-'+process[a19_0x2244c8(0x1ed)][a19_0x2244c8(0x1fe)]);static[a19_0x2244c8(0x214)](){const _0x5ba5c8=a19_0x2244c8,_0x13e1ad={};_0x13e1ad[_0x5ba5c8(0x210)]=_0x5ba5c8(0x1f0);const _0x5b0a99=_0x13e1ad;this[_0x5ba5c8(0x1f2)]=path[_0x5ba5c8(0x213)](helper[_0x5ba5c8(0x20d)](),_0x5b0a99['jciod'],'jest-o11y-'+process[_0x5ba5c8(0x1ed)][_0x5ba5c8(0x1fe)]),this[_0x5ba5c8(0x208)]();const _0x26ca88={};_0x26ca88[_0x5ba5c8(0x1fd)]=!![],fs[_0x5ba5c8(0x1f4)](this['dirPath'],_0x26ca88);}static[a19_0x2244c8(0x1fb)](_0x3e6134){const _0x2f3456=a19_0x2244c8,_0x25c5de={};_0x25c5de[_0x2f3456(0x202)]=function(_0x20937a,_0x24b260){return _0x20937a+_0x24b260;},_0x25c5de[_0x2f3456(0x1f7)]=_0x2f3456(0x1e8);const _0x5285f2=_0x25c5de;return path[_0x2f3456(0x213)](this[_0x2f3456(0x1f2)],_0x5285f2['BSSCr'](_0x3e6134,_0x5285f2[_0x2f3456(0x1f7)]));}static[a19_0x2244c8(0x1fc)](_0x2cb188){const _0x116b13=a19_0x2244c8,_0x3759ae={};_0x3759ae[_0x116b13(0x203)]=function(_0x501a55,_0x6759e8){return _0x501a55+_0x6759e8;};const _0x379afa=_0x3759ae;return _0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x379afa[_0x116b13(0x203)](_0x379afa['JYMfp'](_0x2cb188[_0x116b13(0x1ea)]['_projectId'],'-'),_0x2cb188['_test']['id']),'-'),_0x2cb188[_0x116b13(0x1ec)]);}static[a19_0x2244c8(0x1f1)](_0x5daf63){const _0x1cda1d=a19_0x2244c8,_0x1b0d55=this['getFilePath'](_0x5daf63);if(fs['existsSync'](_0x1b0d55)){const _0x227e06=JSON['parse'](fs[_0x1cda1d(0x207)](_0x1b0d55)[_0x1cda1d(0x20e)]());return this[_0x1cda1d(0x20b)][_0x5daf63]=_0x227e06,this['tests'][_0x5daf63]['uuid'];}}static[a19_0x2244c8(0x200)](_0x2a63ae){const _0x272465=a19_0x2244c8,_0x377a31={'RXfnQ':function(_0x2c2297){return _0x2c2297();}},_0x2bc5c4=this[_0x272465(0x1fb)](_0x2a63ae);return this[_0x272465(0x20b)][_0x2a63ae]={'uuid':_0x377a31['RXfnQ'](uuidv4)},fs[_0x272465(0x209)](_0x2bc5c4,JSON[_0x272465(0x20f)](this[_0x272465(0x20b)][_0x2a63ae])),this[_0x272465(0x20b)][_0x2a63ae][_0x272465(0x215)];}static[a19_0x2244c8(0x212)](_0x52ded2){const _0x24c06e=a19_0x2244c8,_0x2c59d7=this['getFilePath'](_0x52ded2);fs['existsSync'](_0x2c59d7)&&fs[_0x24c06e(0x1f3)](_0x2c59d7);}static['shutdown'](){const _0x503ad1=a19_0x2244c8,_0x38f85e={};_0x38f85e[_0x503ad1(0x1fd)]=!![],_0x38f85e[_0x503ad1(0x204)]=!![],fs[_0x503ad1(0x1ef)](this[_0x503ad1(0x1f2)],_0x38f85e);}}module[a19_0x2244c8(0x201)]=TestDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a20_0x4c5f0b=a20_0x17be;(function(_0x512542,_0x1d0cfa){const _0x34d0d1=a20_0x17be,_0x609efc=_0x512542();while(!![]){try{const _0x4826c6=parseInt(_0x34d0d1(0xde))/0x1+-parseInt(_0x34d0d1(0xe2))/0x2+-parseInt(_0x34d0d1(0xe1))/0x3+-parseInt(_0x34d0d1(0xe4))/0x4+-parseInt(_0x34d0d1(0xdd))/0x5*(-parseInt(_0x34d0d1(0xe6))/0x6)+-parseInt(_0x34d0d1(0xe5))/0x7+-parseInt(_0x34d0d1(0xdf))/0x8*(-parseInt(_0x34d0d1(0xe0))/0x9);if(_0x4826c6===_0x1d0cfa)break;else _0x609efc['push'](_0x609efc['shift']());}catch(_0x14f0fc){_0x609efc['push'](_0x609efc['shift']());}}}(a20_0x2b25,0x81720));const {requireModule}=require('../../helpers/helper');function a20_0x17be(_0x22aa4c,_0x1e3b1f){const _0x2b25d8=a20_0x2b25();return a20_0x17be=function(_0x17be74,_0x433a29){_0x17be74=_0x17be74-0xdc;let _0x562433=_0x2b25d8[_0x17be74];return _0x562433;},a20_0x17be(_0x22aa4c,_0x1e3b1f);}function a20_0x2b25(){const _0x204f7b=['5rGkJxW','508415uklxwg','816wzdqcH','140589vbFmpZ','559800cxQVXU','1434964sjrWPu','../../helpers/setKeepAlive','3193956oyPbma','6403348ABHwab','6274716veODiV','keys'];a20_0x2b25=function(){return _0x204f7b;};return a20_0x2b25();}require(a20_0x4c5f0b(0xe3))();const __wd__=requireModule('selenium-webdriver');for(const key of Object[a20_0x4c5f0b(0xdc)](global['__webdriver'])){__wd__[key]=global['__webdriver'][key];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a21_0x326c(_0x97c50e,_0x3f3cd8){const _0xd4621c=a21_0xd462();return a21_0x326c=function(_0x326c1c,_0x29bff4){_0x326c1c=_0x326c1c-0x1e5;let _0x47158d=_0xd4621c[_0x326c1c];return _0x47158d;},a21_0x326c(_0x97c50e,_0x3f3cd8);}const a21_0x7368f4=a21_0x326c;(function(_0x39d244,_0x4e2110){const _0x576ca4=a21_0x326c,_0x22632c=_0x39d244();while(!![]){try{const _0x93a873=-parseInt(_0x576ca4(0x2f2))/0x1*(parseInt(_0x576ca4(0x25d))/0x2)+parseInt(_0x576ca4(0x270))/0x3*(parseInt(_0x576ca4(0x2c0))/0x4)+parseInt(_0x576ca4(0x22e))/0x5*(-parseInt(_0x576ca4(0x217))/0x6)+parseInt(_0x576ca4(0x2ed))/0x7+-parseInt(_0x576ca4(0x230))/0x8*(parseInt(_0x576ca4(0x2f3))/0x9)+-parseInt(_0x576ca4(0x1fd))/0xa*(-parseInt(_0x576ca4(0x212))/0xb)+-parseInt(_0x576ca4(0x20d))/0xc*(-parseInt(_0x576ca4(0x231))/0xd);if(_0x93a873===_0x4e2110)break;else _0x22632c['push'](_0x22632c['shift']());}catch(_0xc0921d){_0x22632c['push'](_0x22632c['shift']());}}}(a21_0xd462,0x49b9e));const path=require(a21_0x7368f4(0x307)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x7368f4(0x2a1)),constants=require(a21_0x7368f4(0x2e3)),{isAccessibilityAutomationSession}=require(a21_0x7368f4(0x22f)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require(a21_0x7368f4(0x2a1));function a21_0xd462(){const _0x31bedd=['mocha/lib/cli/run-helpers.js','maxWorkers','fFkEu','GCyXm','WmZVe','ZOnJM','stderr','testsUnknown','tRPFR','browserstackAgent','DcDQM','tcVOs','qhuuY','split','stringify','testsErrorMessage','../mocha/test-observability/data-hooks','@cucumber/cucumber/lib/cli/configuration_builder.js','brNvr','stepsAmbiguous','vclAT','replace','XNHxi','skipSessionStatus','jYcpB','pendingUploads','170928FCEAjv','JgyhS','../../helpers/setKeepAlive','rootHooks','success','NJcVZ','xThfO','_mochaOpts','glUdE','cwd','SOBhR','VhLXj','_argv','@cucumber/cucumber/lib/cli/index.js','luQHi','WHWBJ','testSuites','FqhCF','testContextOptions','129mULkLf','frngl','wBrFm','rBeQj','--parallel','extname','stepsSkipped','default','fXyGm','GMlFW','pImhF','eoNzg','BXlgn','beforeAll','UQEIW','haHeu','build','lIceL','mocha','GwhyA','ZWxfj','QyPyJ','NTPas','NWjme','KEoZC','percyCaptureMode','yDTHD','turboScaleUrl','gnLJB','qTNGZ','vfNBK','testsAmbiguous','beforeEach','__platformCaps','mpyag','LZTlU','dEuor','ZVRAX','jlmsK','afterEach','PsaTy','prototype','push','ZRrNo','AoUFi','fhLVk','stepsUndefined','PnDfW','UEeIH','../../helpers/helper','tHzgz','lGaOV','jtKzZ','XmbjY','Kcbmk','JxDUL','browserstackPercyBestPlatform','_framework','uFsyk','@cucumber/cucumber/lib/api/paths.js','catch','getInstance','YwNzt','FLFDQ','CAvss','iOITY','handleRequires','uTvbT','aikaM','exitCode','EtfyR','IFJWG','CONFIG','nEOnZ','testsPending','kvArW','14|12|5|2|10|3|6|19|9|15|4|1|21|20|8|17|18|11|7|0|16|13','RHums','WdDMe','kAxVA','33964EWdnYg','FVrDb','stepsPending','xTeDg','BElxN','uSjyK','BkhQg','_formatter','argv','browserstackAgentV2','9|12|8|7|17|10|14|11|21|20|19|15|16|18|5|3|1|0|4|2|13|6','__skipSessionName','TVKnT','../cucumber-js/test_old.setup.js','capabilities','testSuitesFailed','../../index','yFIPB','HIJfk','SEyJp','formatter','mochaHooks','BEjzt','Ezmgp','xOoig','fvORp','sFiux','wcJFK','supportCodePaths','skipSessionName','DbxXt','scenarios','RDpRQ','LUsjE','HkzoQ','../utils/constants','platformCaps','yKtuO','lUwCw','chCBB','Nvpah','resolvePaths','uGPRI','KsnpT','GSkDs','1146803elWYXK','UPQPx','args','timeout','cGHsv','1fWkiiZ','3897wwvjKT','heWaA','isBrowserstackInfra','cJqqt','AitKW','cucumber/lib/cli/configuration_builder.js','_configuration','LVkXK',':tmp/','nestedKeyValue','uufMx','wjZol','length','assign','afterAll','zOoHG','lsSaB','cucumber-js','testsSkipped','stepsPassed','path','../cucumber-js/formatter/custom_formatter.js','mochaOpts','FJeea','LmpQr','splice','_testObservability','Mqsgg','FAPlf','platform','DwkWv','__driversArray','__skipSessionStatus','kbMpV','browserStackPercyOptions','PQMey','RrJfd','YJeZu','__platform__','steps','fCbgf','runMocha','dRZYz','czXps','qMBsV','../cucumber-js/test.setup.js','UlXeJ','joOzB','zgeaw','mqyLW','10VLkguK','require','BSTACK_DELTA','qfWrz','stepsUnknown','cucumber/lib/cli/index.js','_capability','then','indexOf','testsFailed','KdZWJ','eyxOW','uUxch','ZBtkv','JsfJh','tmp/','12wpqaGw','joVbk','GYCpy','bDAMp','exports','4053126xURbIL','scenariosFailed','fCcDG','gjcvh','capability','253686vgmwQl','zQuxM','configuration','bXmuy','run','testsUndefined','ZScqb','env','totalTests','GcCiD','_accessibilityAutomation','testsPassed','_bsConfig','../mocha/bstack-reporter/customReporter.js','join','beforeExit','DCFHe','nuhcM','percy','AOLVD','mskVP','rgJRq','call','55juYUwS','../../helpers/accessibility-automation/helper','2464KLQEAV','1150409LJOweH','stdout','MumtY','error','iSJsB','unshift','YQfBA','processSuccess','UAjcy','ssqdw','heEFM','liZzi','prevRun','Mgztl','QmtId','uoIep','LZhLm','reporter'];a21_0xd462=function(){return _0x31bedd;};return a21_0xd462();}class Launcher{constructor(_0xa4b534,_0x4b8e65,_0x137679,_0x3f38ae=[]){const _0x57ede8=a21_0x7368f4,_0x4cb950={'eWAvm':_0x57ede8(0x2bc),'LZhLm':function(_0x488c58){return _0x488c58();},'BEjzt':function(_0x233d49){return _0x233d49();}},_0x5149eb=_0x4cb950['eWAvm'][_0x57ede8(0x250)]('|');let _0x232d7b=0x0;while(!![]){switch(_0x5149eb[_0x232d7b++]){case'0':global['testsUnknown']=0x0;continue;case'1':global[_0x57ede8(0x26d)]=0x0;continue;case'2':this['_formatter']=_0x4b8e65[_0x57ede8(0x2d4)];continue;case'3':global[_0x57ede8(0x1f1)]=this['_configuration'][_0x57ede8(0x1e8)];continue;case'4':global['__platformCaps']=this[_0x57ede8(0x2f9)][_0x57ede8(0x2e4)]||{};continue;case'5':this['_mochaOpts']=_0x4b8e65[_0x57ede8(0x309)];continue;case'6':this[_0x57ede8(0x269)]=_0x3f38ae;continue;case'7':global[_0x57ede8(0x21c)]=0x0;continue;case'8':global[_0x57ede8(0x206)]=0x0;continue;case'9':this[_0x57ede8(0x1e5)]=_0x4cb950[_0x57ede8(0x241)](isTestObservabilitySession);continue;case'10':this['_capability']=this['_configuration'][_0x57ede8(0x216)];continue;case'11':global[_0x57ede8(0x2cf)]=0x0;continue;case'12':this[_0x57ede8(0x2f9)]=_0x4b8e65[_0x57ede8(0x219)]||{};continue;case'13':global[_0x57ede8(0x252)]={};continue;case'14':this[_0x57ede8(0x2a9)]=_0xa4b534;continue;case'15':this[_0x57ede8(0x221)]=_0x4cb950[_0x57ede8(0x2d6)](isAccessibilityAutomationSession);continue;case'16':global[_0x57ede8(0x28f)]=0x0;continue;case'17':global[_0x57ede8(0x2ba)]=0x0;continue;case'18':global[_0x57ede8(0x305)]=0x0;continue;case'19':this[_0x57ede8(0x223)]=_0x137679;continue;case'20':global[_0x57ede8(0x222)]=0x0;continue;case'21':global[_0x57ede8(0x21f)]=0x0;continue;}break;}}[a21_0x7368f4(0x21b)](){const _0x314eb3=a21_0x7368f4,_0x588fec={'chCBB':function(_0x5326cd,_0x16ac1b){return _0x5326cd(_0x16ac1b);},'ZScqb':_0x314eb3(0x26a),'joOzB':_0x314eb3(0x2f8),'zQuxM':'--format','haHeu':'../cucumber-js/formatter/custom_formatter_old_versions.js','FVrDb':_0x314eb3(0x2cd),'fXyGm':_0x314eb3(0x254),'yFIPB':_0x314eb3(0x308),'fCbgf':_0x314eb3(0x202),'IFJWG':function(_0x2e4b24,_0x495a83){return _0x2e4b24===_0x495a83;},'FAPlf':_0x314eb3(0x240),'qSPXE':_0x314eb3(0x2aa),'wLkLm':function(_0x5e65aa,_0x445f5c){return _0x5e65aa<=_0x445f5c;},'fWyGF':function(_0xef437f,_0x352750){return _0xef437f!==_0x352750;},'DCFHe':_0x314eb3(0x2a4),'RrJfd':function(_0x51e6e0,_0x43c726){return _0x51e6e0!==_0x43c726;},'lUwCw':_0x314eb3(0x1f7),'Mgztl':function(_0xc1df68,_0x3a5c39,_0x17c5e2){return _0xc1df68(_0x3a5c39,_0x17c5e2);},'bDAMp':function(_0xc4deae,_0x27ec01){return _0xc4deae(_0x27ec01);},'uGPRI':function(_0x50461f,_0x4dcb28){return _0x50461f===_0x4dcb28;},'SEyJp':'KvpcD','XmbjY':function(_0x4fd3ee,_0x1393e2){return _0x4fd3ee(_0x1393e2);},'FLFDQ':function(_0x265220,_0x47bb32){return _0x265220===_0x47bb32;},'WVblr':_0x314eb3(0x298),'NMaij':'bzIbe','BXlgn':function(_0x44d212){return _0x44d212();},'tcVOs':function(_0x47f096,_0xd36b98){return _0x47f096(_0xd36b98);},'TVKnT':_0x314eb3(0x2d0),'Mqsgg':function(_0x3e68b4,_0x50502c){return _0x3e68b4!==_0x50502c;},'jYcpB':_0x314eb3(0x2fe),'EtfyR':function(_0x441b2e,_0x121d41){return _0x441b2e(_0x121d41);},'FqhCF':_0x314eb3(0x253),'fFkEu':_0x314eb3(0x2ca),'Kcbmk':function(_0x400073,_0x44570c){return _0x400073===_0x44570c;},'ZRrNo':'SAtIi','glUdE':_0x314eb3(0x215),'AitKW':function(_0x30f5c4,_0x365448){return _0x30f5c4(_0x365448);},'BElxN':function(_0x3d90be,_0x2cd4eb){return _0x3d90be!==_0x2cd4eb;},'UlXeJ':function(_0xe253e6,_0x16cf8f){return _0xe253e6>_0x16cf8f;},'WmZVe':function(_0x4c290b,_0x3ba763){return _0x4c290b(_0x3ba763);},'tHzgz':_0x314eb3(0x25f),'FJeea':function(_0x2b6102,_0x174f0b){return _0x2b6102===_0x174f0b;},'JsfJh':_0x314eb3(0x282),'MSJRU':_0x314eb3(0x200),'NJcVZ':_0x314eb3(0x28d),'RDpRQ':_0x314eb3(0x243),'rBeQj':function(_0x5170b8,_0x34b2c0){return _0x5170b8===_0x34b2c0;},'vfNBK':_0x314eb3(0x272),'gnLJB':function(_0x53af88,_0x1d29c9){return _0x53af88(_0x1d29c9);},'DbxXt':'../mocha/test.setup','PnDfW':function(_0x5e0c4b){return _0x5e0c4b();},'dRZYz':_0x314eb3(0x2e5),'LUsjE':_0x314eb3(0x2b9),'kAxVA':_0x314eb3(0x2eb),'DcDQM':_0x314eb3(0x23f),'BxJpS':function(_0x4f7330,_0x54bfba){return _0x4f7330*_0x54bfba;},'iSJsB':'qLXCT','ooxei':function(_0x4e03e6,_0x4271ef){return _0x4e03e6===_0x4271ef;},'aVyWg':_0x314eb3(0x2da),'PSFHn':'jpbis','YJeZu':_0x314eb3(0x224),'WHWBJ':function(_0xafbe32,_0x146fc4){return _0xafbe32||_0x146fc4;},'UAjcy':'spec','eoNzg':'platformIndex','LVkXK':_0x314eb3(0x1ed),'KdZWJ':_0x314eb3(0x2a8),'fvORp':_0x314eb3(0x229),'tRPFR':_0x314eb3(0x289),'JgyhS':function(_0x2a7a59,_0x477cb3){return _0x2a7a59!==_0x477cb3;},'PQGkN':_0x314eb3(0x2c5),'jlmsK':_0x314eb3(0x21a),'yDTHD':function(_0x3ba85d,_0x2f2f2f){return _0x3ba85d===_0x2f2f2f;},'NWjme':_0x314eb3(0x26b),'wcJFK':'dEHJR','Nvpah':function(_0x15caac,_0x3be046){return _0x15caac===_0x3be046;},'kvArW':_0x314eb3(0x1ee),'fhLVk':_0x314eb3(0x2e2),'uUxch':function(_0x545911){return _0x545911();},'vclAT':'oglIq','GcCiD':_0x314eb3(0x286),'rgJRq':_0x314eb3(0x268),'CExoE':function(_0xb6ab9b,_0x1f6048){return _0xb6ab9b!==_0x1f6048;},'Ezmgp':_0x314eb3(0x293),'frngl':function(_0x5eec72,_0x535635){return _0x5eec72===_0x535635;},'iOITY':_0x314eb3(0x304),'xThfO':_0x314eb3(0x2ee),'BkhQg':function(_0x563ada,_0x4ca2a4){return _0x563ada(_0x4ca2a4);},'cJqqt':'Jgtiz','juiBV':function(_0x3a1947,_0x1e1b0e){return _0x3a1947(_0x1e1b0e);},'oYyTl':function(_0xffd9e7,_0x5bc64f){return _0xffd9e7>_0x5bc64f;},'RHums':function(_0xcc1db8,_0x40c267){return _0xcc1db8!==_0x40c267;},'uTvbT':_0x314eb3(0x20a),'Zciqc':'../cucumber-js/timeout.setup.js','xTeDg':function(_0x23acf7,_0x1c91a3){return _0x23acf7!==_0x1c91a3;},'joVbk':_0x314eb3(0x294),'HIJfk':_0x314eb3(0x2a0),'pImhF':_0x314eb3(0x2ab),'UQEIW':_0x314eb3(0x1f8),'aikaM':function(_0x496e65,_0x10f059){return _0x496e65===_0x10f059;},'mpyag':_0x314eb3(0x2ec),'xXRth':_0x314eb3(0x274),'HRNAR':function(_0x13d2c9,_0x3bf248){return _0x13d2c9<_0x3bf248;},'TEfUj':function(_0x5ba8f3,_0x5e2b54){return _0x5ba8f3(_0x5e2b54);},'AoUFi':function(_0x22f917,_0x2f7ba4){return _0x22f917>_0x2f7ba4;},'YwNzt':function(_0x1d7e03,_0x18fab3){return _0x1d7e03!==_0x18fab3;},'nuhcM':function(_0x282318,_0x1755e6){return _0x282318===_0x1755e6;},'uufMx':'vanilla','YQfBA':function(_0xe3fc60){return _0xe3fc60();},'mFUrF':_0x314eb3(0x226),'GMlFW':function(_0x299b38,_0x55525d){return _0x299b38(_0x55525d);},'BsPQb':function(_0x18875f,_0x5ac0dd){return _0x18875f(_0x5ac0dd);}};return new Promise(async(_0x9fed07,_0x25fbc9)=>{const _0xe0cb6b=_0x314eb3,_0x53d9ef={'lIceL':_0x588fec[_0xe0cb6b(0x218)],'brNvr':function(_0x453c89,_0x524298){return _0x588fec['RrJfd'](_0x453c89,_0x524298);},'LmpQr':function(_0x32a669,_0x1c080c){const _0x42caaf=_0xe0cb6b;return _0x588fec[_0x42caaf(0x24e)](_0x32a669,_0x1c080c);},'qhuuY':_0x588fec[_0xe0cb6b(0x2cc)],'JxDUL':function(_0x2c1e30,_0x58b89d){const _0xa13c90=_0xe0cb6b;return _0x588fec[_0xa13c90(0x1e6)](_0x2c1e30,_0x58b89d);},'ZWxfj':_0x588fec[_0xe0cb6b(0x25b)],'GYCpy':function(_0x31bb7c,_0x4e89e3){const _0x85623=_0xe0cb6b;return _0x588fec[_0x85623(0x2e7)](_0x31bb7c,_0x4e89e3);},'liZzi':function(_0x3baf46,_0xd93d27){const _0x1e0df4=_0xe0cb6b;return _0x588fec[_0x1e0df4(0x2b6)](_0x3baf46,_0xd93d27);},'zOoHG':_0x588fec[_0xe0cb6b(0x26e)],'fCcDG':function(_0x5232b9,_0x51fdd1){const _0x2e1b08=_0xe0cb6b;return _0x588fec[_0x2e1b08(0x2a5)](_0x5232b9,_0x51fdd1);},'XNHxi':_0x588fec[_0xe0cb6b(0x245)],'GwhyA':function(_0x2190b6){const _0x256831=_0xe0cb6b;return _0x588fec[_0x256831(0x27c)](_0x2190b6);},'mqyLW':function(_0x20d917){return _0x588fec['BXlgn'](_0x20d917);},'heEFM':function(_0x5a91d4,_0x53d8b1){const _0x5b0656=_0xe0cb6b;return _0x588fec[_0x5b0656(0x2a6)](_0x5a91d4,_0x53d8b1);},'lGaOV':_0x588fec[_0xe0cb6b(0x29b)],'FcrDN':_0x588fec[_0xe0cb6b(0x265)],'cGHsv':function(_0x1f424f,_0x21f75a){return _0x588fec['XmbjY'](_0x1f424f,_0x21f75a);},'SOBhR':function(_0x2010ab,_0x11b935){const _0x397159=_0xe0cb6b;return _0x588fec[_0x397159(0x2f7)](_0x2010ab,_0x11b935);},'CAvss':function(_0x4602d1,_0x2fdece){const _0x5b5f4e=_0xe0cb6b;return _0x588fec[_0x5b5f4e(0x2c4)](_0x4602d1,_0x2fdece);},'eyxOW':function(_0x341288,_0x33dc10){const _0x6ec7d4=_0xe0cb6b;return _0x588fec[_0x6ec7d4(0x1f9)](_0x341288,_0x33dc10);},'ZOnJM':function(_0x6b3b20,_0x23ab6a){const _0xf70b25=_0xe0cb6b;return _0x588fec[_0xf70b25(0x1ef)](_0x6b3b20,_0x23ab6a);},'jmIvz':function(_0xe914bc,_0x2d7c8b){return _0x588fec['UlXeJ'](_0xe914bc,_0x2d7c8b);},'QyPyJ':function(_0x1f2c0f,_0x675c6b){const _0x37cabf=_0xe0cb6b;return _0x588fec[_0x37cabf(0x247)](_0x1f2c0f,_0x675c6b);}};_0x588fec[_0xe0cb6b(0x210)](require,_0x588fec[_0xe0cb6b(0x2a2)])();if(_0x588fec[_0xe0cb6b(0x30a)](this['_framework'],_0x588fec[_0xe0cb6b(0x20b)])){if(_0x588fec[_0xe0cb6b(0x2ea)](_0x588fec['MSJRU'],_0x588fec[_0xe0cb6b(0x262)]))_0x543195[_0xe0cb6b(0x29a)](_0x53d9ef[_0xe0cb6b(0x281)]),_0x1a2be9[_0xe0cb6b(0x29a)](_0x2810b8+':tmp/'+_0x544072);else{const _0x1a9c90=_0x588fec[_0xe0cb6b(0x24e)](requireModule,_0x588fec[_0xe0cb6b(0x2e0)]),_0x2d8533=_0x588fec[_0xe0cb6b(0x2a5)](requireModule,_0x588fec[_0xe0cb6b(0x20b)]);_0x588fec[_0xe0cb6b(0x27c)](isBrowserstackInfra)&&(_0x588fec[_0xe0cb6b(0x273)](_0x588fec[_0xe0cb6b(0x28e)],_0x588fec[_0xe0cb6b(0x28e)])?_0x588fec[_0xe0cb6b(0x27c)](modifyCommand):_0x142c2b=0x0);const _0x3fec2a=_0x588fec[_0xe0cb6b(0x28c)](require,_0x588fec[_0xe0cb6b(0x2de)])[_0xe0cb6b(0x2d5)],_0x19f9ce={};_0x19f9ce[_0xe0cb6b(0x27d)]=[_0x3fec2a[_0xe0cb6b(0x27d)]],_0x19f9ce[_0xe0cb6b(0x290)]=[_0x3fec2a[_0xe0cb6b(0x290)]],_0x19f9ce[_0xe0cb6b(0x301)]=[_0x3fec2a[_0xe0cb6b(0x301)]],_0x19f9ce['afterEach']=[_0x3fec2a[_0xe0cb6b(0x297)]];const _0xa7b119=_0x19f9ce;if(_0x588fec[_0xe0cb6b(0x29f)](isTestObservabilitySession)){if(_0x588fec[_0xe0cb6b(0x1e6)](_0x588fec[_0xe0cb6b(0x1f5)],_0x588fec[_0xe0cb6b(0x2e1)])){const _0x14c15f=_0x588fec[_0xe0cb6b(0x247)](require,_0x588fec[_0xe0cb6b(0x26e)])[_0xe0cb6b(0x2d5)];_0xa7b119[_0xe0cb6b(0x27d)]['unshift'](_0x14c15f[_0xe0cb6b(0x27d)]),_0xa7b119[_0xe0cb6b(0x301)][_0xe0cb6b(0x29a)](_0x14c15f[_0xe0cb6b(0x301)]);}else _0xfd8969=_0x588fec[_0xe0cb6b(0x2e7)](_0x302196,_0x588fec[_0xe0cb6b(0x21d)]);}const _0x14f6df=await _0x1a9c90[_0xe0cb6b(0x2b2)](this[_0xe0cb6b(0x264)][_0xe0cb6b(0x1fe)]);Object[_0xe0cb6b(0x300)](this['_mochaOpts'],_0x14f6df);this[_0xe0cb6b(0x264)][_0xe0cb6b(0x260)]&&(_0x588fec[_0xe0cb6b(0x2ea)](_0x588fec[_0xe0cb6b(0x2bf)],_0x588fec[_0xe0cb6b(0x24d)])?_0x1ec42d+=_0x40d17b['BSTACK_DELTA']:(this['_mochaOpts'][_0xe0cb6b(0x260)][_0xe0cb6b(0x27d)]&&_0xa7b119[_0xe0cb6b(0x27d)]['unshift'](...this[_0xe0cb6b(0x264)][_0xe0cb6b(0x260)][_0xe0cb6b(0x27d)]),this['_mochaOpts'][_0xe0cb6b(0x260)]['beforeEach']&&_0xa7b119[_0xe0cb6b(0x290)][_0xe0cb6b(0x236)](...this[_0xe0cb6b(0x264)][_0xe0cb6b(0x260)]['beforeEach']),this['_mochaOpts'][_0xe0cb6b(0x260)][_0xe0cb6b(0x301)]&&_0xa7b119[_0xe0cb6b(0x301)][_0xe0cb6b(0x29a)](...this[_0xe0cb6b(0x264)]['rootHooks'][_0xe0cb6b(0x301)]),this[_0xe0cb6b(0x264)][_0xe0cb6b(0x260)][_0xe0cb6b(0x297)]&&_0xa7b119['afterEach'][_0xe0cb6b(0x29a)](...this['_mochaOpts']['rootHooks'][_0xe0cb6b(0x297)])));const _0xf7c997=this['_mochaOpts'][_0xe0cb6b(0x242)];let _0x2d4c5b=_0x588fec['BxJpS'](this[_0xe0cb6b(0x264)][_0xe0cb6b(0x2f0)],0x1);_0x588fec[_0xe0cb6b(0x273)](this[_0xe0cb6b(0x264)][_0xe0cb6b(0x2f0)],0x0)?_0x588fec[_0xe0cb6b(0x2b7)](_0x588fec[_0xe0cb6b(0x235)],_0x588fec['iSJsB'])?_0x2d4c5b=0x0:(_0x307e3f=_0x588fec[_0xe0cb6b(0x2e7)](_0x3c2cbb,_0x588fec['joOzB'])[_0xe0cb6b(0x277)],_0x8f19c8[_0xe0cb6b(0x29a)](_0x588fec['zQuxM']),_0x4e1d00[_0xe0cb6b(0x29a)](_0x85757a[_0xe0cb6b(0x225)](_0x37bc45,_0x588fec[_0xe0cb6b(0x27f)])),_0x278d3b=_0x588fec[_0xe0cb6b(0x2c1)]):_0x588fec['ooxei'](_0x588fec['aVyWg'],_0x588fec['PSFHn'])?this[_0xe0cb6b(0x2f9)][_0xe0cb6b(0x28b)]=this[_0xe0cb6b(0x223)][_0xe0cb6b(0x28b)]:_0x2d4c5b+=constants[_0xe0cb6b(0x1ff)];const _0x311a26={...this[_0xe0cb6b(0x264)],'reporter':path[_0xe0cb6b(0x225)](__dirname,_0x588fec[_0xe0cb6b(0x1f0)]),'reporterOption':{...this['_mochaOpts']['reporterOptions'],'type':_0x588fec[_0xe0cb6b(0x26c)](_0xf7c997,_0x588fec[_0xe0cb6b(0x239)]),'testObservability':this[_0xe0cb6b(0x1e5)],'bsConfig':this[_0xe0cb6b(0x223)]},'parallel':![],'rootHooks':_0xa7b119,'isWorker':!![],'timeout':_0x2d4c5b};global['browserstackPlatformIndex']=helper[_0xe0cb6b(0x2fc)](this['_configuration'],[_0x588fec[_0xe0cb6b(0x27b)]]),global['browserstackPercyBestPlatform']=helper[_0xe0cb6b(0x2fc)](this[_0xe0cb6b(0x2f9)],[_0x588fec[_0xe0cb6b(0x2fa)],_0x588fec[_0xe0cb6b(0x207)]]),global['percy']=helper[_0xe0cb6b(0x2fc)](this['_configuration'],[_0x588fec[_0xe0cb6b(0x2fa)],_0x588fec[_0xe0cb6b(0x2d9)]]),global[_0xe0cb6b(0x289)]=helper[_0xe0cb6b(0x2fc)](this['_configuration'],[_0x588fec[_0xe0cb6b(0x2fa)],_0x588fec[_0xe0cb6b(0x24b)]]),global[_0xe0cb6b(0x2ce)]=[this[_0xe0cb6b(0x203)]];if(helper[_0xe0cb6b(0x2f5)]()){if(_0x588fec[_0xe0cb6b(0x25e)](_0x588fec['PQGkN'],_0x588fec[_0xe0cb6b(0x296)])){if(this[_0xe0cb6b(0x223)]['testContextOptions'][_0xe0cb6b(0x2dd)]){if(_0x588fec[_0xe0cb6b(0x28a)](_0x588fec['NWjme'],_0x588fec[_0xe0cb6b(0x287)]))global['__skipSessionName']=!![];else return;}if(this[_0xe0cb6b(0x223)][_0xe0cb6b(0x26f)][_0xe0cb6b(0x25a)]){if(_0x588fec[_0xe0cb6b(0x2a6)](_0x588fec[_0xe0cb6b(0x2db)],_0x588fec['wcJFK']))global[_0xe0cb6b(0x1eb)]=!![];else{const _0x11a7b4=this[_0xe0cb6b(0x2c7)][_0x5ca830][0x1],_0x44dd98=''+this[_0xe0cb6b(0x2c7)][_0x37e87a][0x0];if(_0x53d9ef[_0xe0cb6b(0x255)](_0x11a7b4,_0x281b59)){const _0x3ea67f='tmp/'+_0x452bfe+_0x384aca[_0xe0cb6b(0x275)](_0x11a7b4);_0x575241[_0xe0cb6b(0x29a)](_0x53d9ef[_0xe0cb6b(0x281)]),_0x45ac8b[_0xe0cb6b(0x29a)](_0x44dd98+':'+_0x3ea67f);}else _0x36e28c[_0xe0cb6b(0x29a)](_0x53d9ef[_0xe0cb6b(0x281)]),_0x2cc4a5[_0xe0cb6b(0x29a)](_0x44dd98+_0xe0cb6b(0x2fb)+_0x5e1c1c);}}}else{const _0x1fe91e=_0xe0cb6b(0x20c)+_0x192661+_0x4ce2f7[_0xe0cb6b(0x275)](_0x2d678a);_0x35f86a['push'](_0x53d9ef[_0xe0cb6b(0x281)]),_0x291ceb[_0xe0cb6b(0x29a)](_0x23afb1+':'+_0x1fe91e);}}this[_0xe0cb6b(0x223)]['turboScaleUrl']&&(_0x588fec[_0xe0cb6b(0x2e8)](_0x588fec[_0xe0cb6b(0x2bb)],_0x588fec[_0xe0cb6b(0x29d)])?(_0x4e4895=_0x588fec[_0xe0cb6b(0x2e7)](_0x3075da,_0x588fec[_0xe0cb6b(0x278)])[_0xe0cb6b(0x277)],_0x4fcf94[_0xe0cb6b(0x29a)](_0x588fec['zQuxM']),_0x7077a7[_0xe0cb6b(0x29a)](_0x48887e[_0xe0cb6b(0x225)](_0xcc5e2e,_0x588fec[_0xe0cb6b(0x2d1)]))):this[_0xe0cb6b(0x2f9)][_0xe0cb6b(0x28b)]=this[_0xe0cb6b(0x223)][_0xe0cb6b(0x28b)]);const _0x4c2aaa=new _0x2d8533(_0x311a26);_0x4c2aaa[_0xe0cb6b(0x23d)]=_0x4c2aaa[_0xe0cb6b(0x21b)];if(_0x588fec[_0xe0cb6b(0x209)](isTestObservabilitySession))_0x588fec[_0xe0cb6b(0x1e6)](_0x588fec[_0xe0cb6b(0x257)],_0x588fec[_0xe0cb6b(0x220)])?_0x4c2aaa[_0xe0cb6b(0x21b)]=function(_0x286337){const _0x313ebe=_0xe0cb6b,_0x3a872f={'MumtY':function(_0x2c6f40,_0x17cf1c){const _0x2013b8=a21_0x326c;return _0x588fec[_0x2013b8(0x2e7)](_0x2c6f40,_0x17cf1c);},'mHoik':_0x588fec[_0x313ebe(0x1f3)],'ZVRAX':function(_0x4e2772,_0x1f9b0e){return _0x588fec['IFJWG'](_0x4e2772,_0x1f9b0e);},'heWaA':_0x588fec[_0x313ebe(0x1e7)],'WdDMe':_0x588fec['qSPXE'],'kbMpV':function(_0x448b55,_0x57fa22){return _0x588fec['wLkLm'](_0x448b55,_0x57fa22);},'AOLVD':function(_0x406fbd,_0x38224c){return _0x588fec['fWyGF'](_0x406fbd,_0x38224c);},'GCyXm':_0x588fec[_0x313ebe(0x227)],'mskVP':function(_0x1e1c1c,_0x38f71c){return _0x588fec['chCBB'](_0x1e1c1c,_0x38f71c);},'ssqdw':function(_0x57eab1,_0x1772ad){const _0x1524b7=_0x313ebe;return _0x588fec[_0x1524b7(0x1ef)](_0x57eab1,_0x1772ad);},'KEoZC':_0x588fec[_0x313ebe(0x2e6)],'czXps':function(_0x47213a,_0xa3b11c,_0x4eea30){const _0x111ecb=_0x313ebe;return _0x588fec[_0x111ecb(0x23e)](_0x47213a,_0xa3b11c,_0x4eea30);},'xOoig':function(_0xdf21da,_0x1a68ba){const _0x508072=_0x313ebe;return _0x588fec[_0x508072(0x210)](_0xdf21da,_0x1a68ba);}};if(_0x588fec[_0x313ebe(0x2ea)](_0x588fec[_0x313ebe(0x2d3)],_0x588fec['SEyJp']))return _0x4c2aaa['prevRun'](_0xb30139=>{const _0x34f86f=_0x313ebe;if(_0x3a872f[_0x34f86f(0x23a)](_0x3a872f[_0x34f86f(0x288)],_0x3a872f[_0x34f86f(0x288)]))this['_mochaOpts'][_0x34f86f(0x260)][_0x34f86f(0x27d)]&&_0x594cb4[_0x34f86f(0x27d)]['unshift'](...this[_0x34f86f(0x264)][_0x34f86f(0x260)][_0x34f86f(0x27d)]),this[_0x34f86f(0x264)]['rootHooks']['beforeEach']&&_0x21bb7b[_0x34f86f(0x290)][_0x34f86f(0x236)](...this['_mochaOpts'][_0x34f86f(0x260)][_0x34f86f(0x290)]),this[_0x34f86f(0x264)][_0x34f86f(0x260)]['afterAll']&&_0x2261b2[_0x34f86f(0x301)]['push'](...this['_mochaOpts'][_0x34f86f(0x260)][_0x34f86f(0x301)]),this['_mochaOpts'][_0x34f86f(0x260)][_0x34f86f(0x297)]&&_0x1e1765['afterEach'][_0x34f86f(0x29a)](...this[_0x34f86f(0x264)][_0x34f86f(0x260)]['afterEach']);else{const _0x2fd640=_0x3a872f[_0x34f86f(0x1f6)](setInterval,async()=>{const _0x43ad22=_0x34f86f,_0x404496={'zgeaw':function(_0x17a9ec,_0x948d27){const _0x3a43ab=a21_0x326c;return _0x3a872f[_0x3a43ab(0x233)](_0x17a9ec,_0x948d27);},'lsSaB':_0x3a872f['mHoik']};_0x3a872f[_0x43ad22(0x295)](_0x3a872f[_0x43ad22(0x2f4)],_0x3a872f[_0x43ad22(0x2be)])?(this[_0x43ad22(0x223)][_0x43ad22(0x26f)][_0x43ad22(0x2dd)]&&(_0x1d1057[_0x43ad22(0x2cb)]=!![]),this[_0x43ad22(0x223)][_0x43ad22(0x26f)][_0x43ad22(0x25a)]&&(_0x107796[_0x43ad22(0x1eb)]=!![])):_0x3a872f[_0x43ad22(0x1ec)](RequestQueueHandler[_0x43ad22(0x2ad)]()[_0x43ad22(0x25c)],0x0)&&(_0x3a872f[_0x43ad22(0x22a)](_0x3a872f[_0x43ad22(0x246)],_0x3a872f[_0x43ad22(0x246)])?_0x92e9b7=_0x404496[_0x43ad22(0x1fb)](_0x1d4f19,_0x404496[_0x43ad22(0x303)]):(_0x3a872f[_0x43ad22(0x233)](clearInterval,_0x2fd640),await _0x3a872f['MumtY'](cleanupDrivers,global['__driversArray']),_0x3a872f[_0x43ad22(0x22b)](_0x9fed07,_0xb30139)));},0x3e8);}});else _0x3a872f[_0x313ebe(0x2d8)](_0xadeab,_0x284beb);}:_0x53d9ef[_0xe0cb6b(0x30b)](_0x5ae3b,_0x53d9ef[_0xe0cb6b(0x24f)])[_0xe0cb6b(0x2c9)](this[_0xe0cb6b(0x2f9)],null,this[_0xe0cb6b(0x1e5)]);else{if(_0x588fec[_0xe0cb6b(0x30a)](_0x588fec[_0xe0cb6b(0x22c)],_0x588fec[_0xe0cb6b(0x22c)]))_0x4c2aaa[_0xe0cb6b(0x21b)]=function(_0x1780fe){const _0x8ff349=_0xe0cb6b,_0x46b952={'DwkWv':function(_0x1caff8,_0x25d3af){return _0x588fec['XmbjY'](_0x1caff8,_0x25d3af);}};if(_0x588fec[_0x8ff349(0x2af)](_0x588fec['WVblr'],_0x588fec['NMaij'])){const _0x54289d={};_0x54289d[_0x8ff349(0x2df)]=_0x450f9a[_0x8ff349(0x26d)],_0x54289d[_0x8ff349(0x1f2)]=_0xc23c47[_0x8ff349(0x21f)],_0x54289d[_0x8ff349(0x213)]=_0x31ded4[_0x8ff349(0x2cf)],_0x54289d['stepsFailed']=_0x42637a[_0x8ff349(0x206)],_0x54289d['stepsPassed']=_0x2a6580[_0x8ff349(0x222)],_0x54289d[_0x8ff349(0x276)]=_0x55a621['testsSkipped'],_0x54289d[_0x8ff349(0x2c2)]=_0x4ff688['testsPending'],_0x54289d[_0x8ff349(0x29e)]=_0x52872b[_0x8ff349(0x21c)],_0x54289d[_0x8ff349(0x201)]=_0x5c6f3b[_0x8ff349(0x24a)],_0x54289d['stepsAmbiguous']=_0xde952b['testsAmbiguous'],_0x54289d['processSuccess']=_0x4a3575[_0x8ff349(0x261)],_0x54289d['testsErrorMessage']=_0x1a9b45[_0x8ff349(0x252)];const _0x259909=_0x54289d;_0x46b952['DwkWv'](_0x1b05bd,_0x259909);}else return _0x4c2aaa[_0x8ff349(0x23d)](async _0x52511a=>{const _0x3875a4=_0x8ff349;_0x53d9ef[_0x3875a4(0x2a7)](_0x53d9ef['ZWxfj'],_0x53d9ef[_0x3875a4(0x284)])?_0x46b952[_0x3875a4(0x1e9)](_0x55e1c5,_0x331b66):(await _0x53d9ef[_0x3875a4(0x30b)](cleanupDrivers,global[_0x3875a4(0x1ea)]),_0x53d9ef[_0x3875a4(0x20f)](_0x9fed07,_0x52511a));});};else{const _0x2e7897=_0x53d9ef[_0xe0cb6b(0x23c)](_0x1abf7d,_0x53d9ef[_0xe0cb6b(0x302)])['mochaHooks'];_0x5137a7['beforeAll'][_0xe0cb6b(0x236)](_0x2e7897[_0xe0cb6b(0x27d)]),_0x4fd561[_0xe0cb6b(0x301)][_0xe0cb6b(0x29a)](_0x2e7897[_0xe0cb6b(0x301)]);}}try{_0x588fec['CExoE'](_0x588fec[_0xe0cb6b(0x2d7)],_0x588fec[_0xe0cb6b(0x2d7)])?(_0x4567b8[_0xe0cb6b(0x234)](_0x235eb1),_0x25eed9['exitCode']=0x1,_0x53d9ef[_0xe0cb6b(0x214)](_0x3a1d40,_0x2f6042)):_0x588fec['AitKW'](require,_0x588fec[_0xe0cb6b(0x2cc)])[_0xe0cb6b(0x2c9)](this[_0xe0cb6b(0x2f9)],null,this[_0xe0cb6b(0x1e5)]);}catch{}const _0x4fa522=_0x1a9c90[_0xe0cb6b(0x1f4)](_0x4c2aaa,_0x311a26);_0x4fa522&&_0x4fa522[_0xe0cb6b(0x2ac)](_0x1e597b=>{const _0x58dfbd=_0xe0cb6b;if(_0x53d9ef[_0x58dfbd(0x23b)](_0x53d9ef[_0x58dfbd(0x2a3)],_0x53d9ef['FcrDN'])){const _0x3032ac=_0x53d9ef[_0x58dfbd(0x259)][_0x58dfbd(0x250)]('|');let _0x1250d3=0x0;while(!![]){switch(_0x3032ac[_0x1250d3++]){case'0':_0x487a4f['testSuitesFailed']=0x0;continue;case'1':_0x2278a6[_0x58dfbd(0x305)]=0x0;continue;case'2':_0x2750e9[_0x58dfbd(0x24a)]=0x0;continue;case'3':_0x15ba36[_0x58dfbd(0x2ba)]=0x0;continue;case'4':_0x1100df[_0x58dfbd(0x21c)]=0x0;continue;case'5':_0x1a7b06[_0x58dfbd(0x206)]=0x0;continue;case'6':_0x323197[_0x58dfbd(0x252)]={};continue;case'7':this[_0x58dfbd(0x2c7)]=_0x1ec013[_0x58dfbd(0x2d4)];continue;case'8':this[_0x58dfbd(0x264)]=_0x5271f7[_0x58dfbd(0x309)];continue;case'9':this[_0x58dfbd(0x2a9)]=_0x259bbe;continue;case'10':_0x18ce76['__platform__']=this[_0x58dfbd(0x2f9)][_0x58dfbd(0x1e8)];continue;case'11':this['_bsConfig']=_0x499ef5;continue;case'12':this[_0x58dfbd(0x2f9)]=_0x47b864[_0x58dfbd(0x219)]||{};continue;case'13':_0xcfaf5a[_0x58dfbd(0x28f)]=0x0;continue;case'14':this[_0x58dfbd(0x269)]=_0x1cd167;continue;case'15':_0x2d2772[_0x58dfbd(0x26d)]=0x0;continue;case'16':_0x3eb770[_0x58dfbd(0x21f)]=0x0;continue;case'17':this[_0x58dfbd(0x203)]=this[_0x58dfbd(0x2f9)][_0x58dfbd(0x216)];continue;case'18':_0x56880f[_0x58dfbd(0x222)]=0x0;continue;case'19':_0x5ebe11[_0x58dfbd(0x291)]=this[_0x58dfbd(0x2f9)][_0x58dfbd(0x2e4)]||{};continue;case'20':this[_0x58dfbd(0x221)]=_0x53d9ef[_0x58dfbd(0x283)](_0x1d43a3);continue;case'21':this[_0x58dfbd(0x1e5)]=_0x53d9ef[_0x58dfbd(0x1fc)](_0x23ad52);continue;}break;}}else _0x53d9ef[_0x58dfbd(0x2f1)](_0x25fbc9,_0x1e597b);});}}else{if(_0x588fec[_0xe0cb6b(0x271)](this['_framework'],_0x588fec[_0xe0cb6b(0x2b1)])){let _0x12fd0a;try{_0x588fec[_0xe0cb6b(0x1ef)](_0x588fec[_0xe0cb6b(0x263)],_0x588fec[_0xe0cb6b(0x263)])?_0x11bc6f[_0xe0cb6b(0x30c)](_0x3d3534,0x1):_0x12fd0a=_0x588fec[_0xe0cb6b(0x2c6)](requireModule,_0x588fec[_0xe0cb6b(0x21d)]);}catch(_0x400162){_0x588fec[_0xe0cb6b(0x271)](_0x588fec['cJqqt'],_0x588fec[_0xe0cb6b(0x2f6)])?_0x12fd0a=_0x588fec['juiBV'](requireModule,_0x588fec[_0xe0cb6b(0x1f3)]):_0x1778db[_0xe0cb6b(0x1eb)]=!![];}const _0x141d69=this[_0xe0cb6b(0x269)],_0x10cecf=_0x141d69[_0xe0cb6b(0x205)](_0x588fec[_0xe0cb6b(0x2b1)]);if(_0x588fec['oYyTl'](_0x10cecf,-0x1)){if(_0x588fec[_0xe0cb6b(0x2bd)](_0x588fec[_0xe0cb6b(0x2b3)],_0x588fec['uTvbT'])){const _0x32332b=_0x53d9ef[_0xe0cb6b(0x267)](_0x46f31f,this[_0xe0cb6b(0x203)])[_0xe0cb6b(0x258)](/ /g,'_');if(_0x53d9ef[_0xe0cb6b(0x2b0)](this[_0xe0cb6b(0x2c7)][_0x4245c6],_0x4bfa7b)&&_0x53d9ef[_0xe0cb6b(0x208)](this[_0xe0cb6b(0x2c7)][_0x1cc5e7][_0xe0cb6b(0x2ff)],0x0)){const _0x424c75=this[_0xe0cb6b(0x2c7)][_0x411995][0x1],_0x9f8d37=''+this[_0xe0cb6b(0x2c7)][_0x24c60d][0x0];if(_0x53d9ef[_0xe0cb6b(0x248)](_0x424c75,_0x4dae25)){const _0x38256e=_0xe0cb6b(0x20c)+_0x32332b+_0x249207[_0xe0cb6b(0x275)](_0x424c75);_0x2864dd[_0xe0cb6b(0x29a)](_0x53d9ef[_0xe0cb6b(0x281)]),_0x41331a['push'](_0x9f8d37+':'+_0x38256e);}else _0xc5da53[_0xe0cb6b(0x29a)](_0x53d9ef[_0xe0cb6b(0x281)]),_0x55cd1f[_0xe0cb6b(0x29a)](_0x9f8d37+_0xe0cb6b(0x2fb)+_0x32332b);}}else _0x141d69[_0xe0cb6b(0x30c)](_0x10cecf,0x1);}const _0x258896=_0x588fec['Zciqc'];try{if(_0x588fec[_0xe0cb6b(0x2c3)](_0x588fec[_0xe0cb6b(0x20e)],_0x588fec[_0xe0cb6b(0x2d2)])){const _0x558e1d=_0x588fec[_0xe0cb6b(0x247)](requireModule,_0x588fec[_0xe0cb6b(0x27a)]),_0x26a7b4=_0x558e1d[_0xe0cb6b(0x2e9)];_0x558e1d.resolvePaths=async function(){const pathResults=await _0x26a7b4.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x258896)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x141d69[_0xe0cb6b(0x29a)](_0x588fec[_0xe0cb6b(0x218)]),_0x141d69['push'](path['join'](__dirname,_0x588fec[_0xe0cb6b(0x2d1)]));}else _0x588fec[_0xe0cb6b(0x27c)](_0x3d8a32);}catch(_0x4e22ff){let _0x3e7484=_0x588fec[_0xe0cb6b(0x27e)],_0x2869b9;try{_0x588fec[_0xe0cb6b(0x2b4)](_0x588fec[_0xe0cb6b(0x292)],_0x588fec[_0xe0cb6b(0x292)])?(_0x2869b9=_0x588fec[_0xe0cb6b(0x2c6)](requireModule,_0x588fec['fXyGm'])[_0xe0cb6b(0x277)],_0x141d69[_0xe0cb6b(0x29a)](_0x588fec[_0xe0cb6b(0x218)]),_0x141d69[_0xe0cb6b(0x29a)](path[_0xe0cb6b(0x225)](__dirname,_0x588fec[_0xe0cb6b(0x2d1)]))):_0x3fd7e6['__skipSessionName']=!![];}catch(_0x1ae815){_0x2869b9=_0x588fec['WmZVe'](requireModule,_0x588fec[_0xe0cb6b(0x1fa)])['default'],_0x141d69[_0xe0cb6b(0x29a)](_0x588fec[_0xe0cb6b(0x218)]),_0x141d69[_0xe0cb6b(0x29a)](path[_0xe0cb6b(0x225)](__dirname,_0x588fec[_0xe0cb6b(0x27f)])),_0x3e7484=_0x588fec['FVrDb'];}const _0x195ef9=_0x2869b9[_0xe0cb6b(0x299)][_0xe0cb6b(0x280)];_0x2869b9[_0xe0cb6b(0x299)][_0xe0cb6b(0x280)]=async function(){const _0x10939e=_0xe0cb6b,_0x162202=await _0x195ef9[_0x10939e(0x22d)](this);return _0x162202[_0x10939e(0x2dc)][_0x10939e(0x236)](path[_0x10939e(0x225)](__dirname,_0x3e7484)),_0x162202[_0x10939e(0x2dc)][_0x10939e(0x29a)](path[_0x10939e(0x225)](__dirname,_0x258896)),_0x162202;};}_0x141d69[_0xe0cb6b(0x29a)](_0x588fec['xXRth']),_0x141d69[_0xe0cb6b(0x29a)](''+this['_configuration'][_0xe0cb6b(0x244)]);if(this[_0xe0cb6b(0x2c7)]&&_0x588fec[_0xe0cb6b(0x1f9)](this[_0xe0cb6b(0x2c7)][_0xe0cb6b(0x2ff)],0x0))for(let _0x2df93f=0x0;_0x588fec['HRNAR'](_0x2df93f,this['_formatter'][_0xe0cb6b(0x2ff)]);_0x2df93f++){const _0x53b917=_0x588fec['TEfUj'](getPlatformName,this[_0xe0cb6b(0x203)])[_0xe0cb6b(0x258)](/ /g,'_');if(_0x588fec[_0xe0cb6b(0x25e)](this[_0xe0cb6b(0x2c7)][_0x2df93f],undefined)&&_0x588fec[_0xe0cb6b(0x29c)](this['_formatter'][_0x2df93f]['length'],0x0)){const _0x1be5f2=this['_formatter'][_0x2df93f][0x1],_0x3e6740=''+this[_0xe0cb6b(0x2c7)][_0x2df93f][0x0];if(_0x588fec[_0xe0cb6b(0x2ae)](_0x1be5f2,undefined)){const _0x3a25cd='tmp/'+_0x53b917+path[_0xe0cb6b(0x275)](_0x1be5f2);_0x141d69[_0xe0cb6b(0x29a)](_0x588fec[_0xe0cb6b(0x218)]),_0x141d69[_0xe0cb6b(0x29a)](_0x3e6740+':'+_0x3a25cd);}else _0x141d69['push'](_0x588fec[_0xe0cb6b(0x218)]),_0x141d69[_0xe0cb6b(0x29a)](_0x3e6740+_0xe0cb6b(0x2fb)+_0x53b917);}}const _0x5a0f82=new _0x12fd0a[(_0xe0cb6b(0x277))]({'argv':_0x141d69,'cwd':process[_0xe0cb6b(0x266)](),'stdout':process[_0xe0cb6b(0x232)],'stderr':process[_0xe0cb6b(0x249)],'env':process[_0xe0cb6b(0x21e)]});process['env'][_0xe0cb6b(0x2b8)]=JSON[_0xe0cb6b(0x251)](this[_0xe0cb6b(0x2f9)]),_0x5a0f82['run']()[_0xe0cb6b(0x204)](_0x5ceafd=>{const _0x1efe28=_0xe0cb6b,_0x3ebc7b={};_0x3ebc7b[_0x1efe28(0x2df)]=global[_0x1efe28(0x26d)],_0x3ebc7b['steps']=global[_0x1efe28(0x21f)],_0x3ebc7b[_0x1efe28(0x213)]=global[_0x1efe28(0x2cf)],_0x3ebc7b['stepsFailed']=global[_0x1efe28(0x206)],_0x3ebc7b[_0x1efe28(0x306)]=global[_0x1efe28(0x222)],_0x3ebc7b[_0x1efe28(0x276)]=global[_0x1efe28(0x305)],_0x3ebc7b[_0x1efe28(0x2c2)]=global[_0x1efe28(0x2ba)],_0x3ebc7b[_0x1efe28(0x29e)]=global[_0x1efe28(0x21c)],_0x3ebc7b[_0x1efe28(0x201)]=global['testsUnknown'],_0x3ebc7b[_0x1efe28(0x256)]=global[_0x1efe28(0x28f)],_0x3ebc7b[_0x1efe28(0x238)]=_0x5ceafd['success'],_0x3ebc7b[_0x1efe28(0x252)]=global['testsErrorMessage'];const _0x3c781d=_0x3ebc7b;_0x53d9ef[_0x1efe28(0x2f1)](_0x9fed07,_0x3c781d);})[_0xe0cb6b(0x2ac)](_0x2bc5a7=>{const _0x52d76c=_0xe0cb6b;_0x588fec[_0x52d76c(0x2a5)](_0x25fbc9,_0x2bc5a7);});}else{if(_0x588fec[_0xe0cb6b(0x228)](this[_0xe0cb6b(0x2a9)],_0x588fec[_0xe0cb6b(0x2fd)])){process[_0xe0cb6b(0x2c8)]=this['_configuration'][_0xe0cb6b(0x2ef)];try{_0x588fec[_0xe0cb6b(0x237)](modifyCommand),_0x588fec[_0xe0cb6b(0x2e7)](require,_0x588fec[_0xe0cb6b(0x2cc)])[_0xe0cb6b(0x24c)](this['_configuration']);let _0x2208ae=0x0;process['on'](_0x588fec['mFUrF'],async()=>{const _0x5b94dc=_0xe0cb6b;if(_0x53d9ef['jmIvz'](_0x2208ae,0x0))return;_0x2208ae++,await _0x53d9ef[_0x5b94dc(0x285)](cleanupDrivers,global['__driversArray']);}),_0x588fec[_0xe0cb6b(0x279)](require,this[_0xe0cb6b(0x2f9)]['file']);}catch(_0x1ff65b){console[_0xe0cb6b(0x234)](_0x1ff65b),process[_0xe0cb6b(0x2b5)]=0x1,_0x588fec['BsPQb'](_0x25fbc9,_0x1ff65b);}_0x588fec[_0xe0cb6b(0x209)](_0x9fed07);}}}});}}module[a21_0x7368f4(0x211)]=Launcher;
|
|
1
|
+
const a21_0x2037f5=a21_0xa64b;(function(_0x27c3d9,_0x193767){const _0x42c7b9=a21_0xa64b,_0x49bd66=_0x27c3d9();while(!![]){try{const _0x499704=parseInt(_0x42c7b9(0x104))/0x1*(-parseInt(_0x42c7b9(0x183))/0x2)+-parseInt(_0x42c7b9(0xee))/0x3*(parseInt(_0x42c7b9(0xfe))/0x4)+-parseInt(_0x42c7b9(0x154))/0x5*(parseInt(_0x42c7b9(0x12d))/0x6)+-parseInt(_0x42c7b9(0xe1))/0x7*(parseInt(_0x42c7b9(0xe9))/0x8)+parseInt(_0x42c7b9(0x157))/0x9*(parseInt(_0x42c7b9(0x12b))/0xa)+-parseInt(_0x42c7b9(0x10b))/0xb*(parseInt(_0x42c7b9(0x17e))/0xc)+parseInt(_0x42c7b9(0x142))/0xd*(parseInt(_0x42c7b9(0xf8))/0xe);if(_0x499704===_0x193767)break;else _0x49bd66['push'](_0x49bd66['shift']());}catch(_0x4f246b){_0x49bd66['push'](_0x49bd66['shift']());}}}(a21_0x4606,0x482b6));const path=require(a21_0x2037f5(0x164)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a21_0x2037f5(0x15c)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a21_0x2037f5(0x14d)),RequestQueueHandler=require(a21_0x2037f5(0x136)),{isTestObservabilitySession}=require(a21_0x2037f5(0x171)),helper=require(a21_0x2037f5(0x15c));class Launcher{constructor(_0x376580,_0x2ec1a5,_0xa21b5c,_0x3b6989=[]){const _0x507fc5=a21_0x2037f5,_0x265da6={'EkZMu':_0x507fc5(0x118),'nSbSD':function(_0x11d13e){return _0x11d13e();},'SwSPY':function(_0x124374){return _0x124374();}},_0xbe50e2=_0x265da6['EkZMu'][_0x507fc5(0x115)]('|');let _0x5788b6=0x0;while(!![]){switch(_0xbe50e2[_0x5788b6++]){case'0':global[_0x507fc5(0x129)]=0x0;continue;case'1':this[_0x507fc5(0x11b)]=_0x3b6989;continue;case'2':global[_0x507fc5(0xf9)]=0x0;continue;case'3':this[_0x507fc5(0x160)]=this[_0x507fc5(0x121)][_0x507fc5(0x153)];continue;case'4':global[_0x507fc5(0x163)]=0x0;continue;case'5':global[_0x507fc5(0x182)]=0x0;continue;case'6':global[_0x507fc5(0x162)]=0x0;continue;case'7':global[_0x507fc5(0x150)]=0x0;continue;case'8':global[_0x507fc5(0x116)]=0x0;continue;case'9':global[_0x507fc5(0x10f)]=0x0;continue;case'10':this['_framework']=_0x376580;continue;case'11':global[_0x507fc5(0xfb)]=this[_0x507fc5(0x121)]['platformCaps']||{};continue;case'12':this[_0x507fc5(0x103)]=_0x265da6['nSbSD'](isTestObservabilitySession);continue;case'13':global[_0x507fc5(0xf5)]=0x0;continue;case'14':this[_0x507fc5(0x11e)]=_0x2ec1a5[_0x507fc5(0x108)];continue;case'15':this[_0x507fc5(0x121)]=_0x2ec1a5[_0x507fc5(0x159)]||{};continue;case'16':global[_0x507fc5(0x184)]=this['_configuration'][_0x507fc5(0x18a)];continue;case'17':this[_0x507fc5(0xec)]=_0x265da6[_0x507fc5(0x188)](isAccessibilityAutomationSession);continue;case'18':global['testsErrorMessage']={};continue;case'19':this[_0x507fc5(0x13f)]=_0xa21b5c;continue;case'20':global['testsSkipped']=0x0;continue;case'21':this[_0x507fc5(0x11c)]=_0x2ec1a5[_0x507fc5(0x123)];continue;}break;}}[a21_0x2037f5(0xe4)](){const _0x2c7ec6=a21_0x2037f5,_0x3777c3={'AlfVq':function(_0x46d318,_0x22b863){return _0x46d318(_0x22b863);},'mKmsn':function(_0x4c7211,_0x24cad5){return _0x4c7211<=_0x24cad5;},'CzJWi':function(_0x184dec,_0x22e3a8){return _0x184dec(_0x22e3a8);},'noaqd':function(_0x26d6d3,_0x541539,_0x25a70d){return _0x26d6d3(_0x541539,_0x25a70d);},'bcjCJ':function(_0x344a63,_0x3e3363){return _0x344a63(_0x3e3363);},'WkGFo':function(_0x1cb28a,_0x4331ca){return _0x1cb28a>_0x4331ca;},'LGpGG':_0x2c7ec6(0x16f),'tPagF':function(_0x214c42,_0x12c822){return _0x214c42===_0x12c822;},'QGXsy':_0x2c7ec6(0x13d),'lobDQ':function(_0x256c86,_0xb00133){return _0x256c86(_0xb00133);},'otxGz':_0x2c7ec6(0x119),'CJhDf':function(_0x4b6413,_0x48a6dc){return _0x4b6413(_0x48a6dc);},'UnYbZ':function(_0x29c044){return _0x29c044();},'HhVio':function(_0x322a49){return _0x322a49();},'FYOEq':function(_0x5edf7e,_0x486dd6){return _0x5edf7e(_0x486dd6);},'TDEgP':_0x2c7ec6(0x197),'ZdnIu':function(_0x2e48b7){return _0x2e48b7();},'sgOii':function(_0xd1d45c,_0x43b0e0){return _0xd1d45c(_0x43b0e0);},'WoWif':_0x2c7ec6(0x10c),'tMPYY':function(_0x5578f4,_0x27bd45){return _0x5578f4*_0x27bd45;},'WtoTT':_0x2c7ec6(0x151),'XKRIq':function(_0x4aa278,_0x391f0c){return _0x4aa278||_0x391f0c;},'tyPnW':_0x2c7ec6(0x135),'AlfSi':_0x2c7ec6(0x15d),'lcvAT':_0x2c7ec6(0x192),'dzRbL':_0x2c7ec6(0x193),'vxtyX':_0x2c7ec6(0x18e),'dwtjY':_0x2c7ec6(0x199),'KNKHW':function(_0x1e3ec0){return _0x1e3ec0();},'ZXjec':function(_0x330408,_0x449f7c){return _0x330408(_0x449f7c);},'enwdi':'../../index','DwyDy':_0x2c7ec6(0xf7),'kuSWR':_0x2c7ec6(0x165),'vXGSq':function(_0x2dc6f8,_0x4d81c4){return _0x2dc6f8(_0x4d81c4);},'hevIU':_0x2c7ec6(0x147),'EbIke':_0x2c7ec6(0x190),'nPLuh':function(_0x4e011d,_0x271a7a){return _0x4e011d(_0x271a7a);},'hbRxJ':_0x2c7ec6(0x13b),'xZmGX':_0x2c7ec6(0x16d),'QJXqm':_0x2c7ec6(0x176),'jPptY':_0x2c7ec6(0x167),'cWLTD':'@cucumber/cucumber/lib/cli/configuration_builder.js','RtIcn':_0x2c7ec6(0x145),'WYIlD':'../cucumber-js/formatter/custom_formatter_old_versions.js','KvJny':_0x2c7ec6(0x174),'aTcsM':'--parallel','IXclw':function(_0x55ecc3,_0x19c877){return _0x55ecc3>_0x19c877;},'sWSrm':function(_0x253cbd,_0x5b796f){return _0x253cbd<_0x5b796f;},'WVuKz':function(_0x1f57ee,_0x52f842){return _0x1f57ee!==_0x52f842;},'bMZbU':function(_0xb19c73,_0x3d053a){return _0xb19c73>_0x3d053a;},'kPMSt':function(_0x5454ac,_0x5aa8b8){return _0x5454ac===_0x5aa8b8;},'zcorM':'vanilla','gTmyl':function(_0x3b57c4){return _0x3b57c4();},'ujBGB':'beforeExit','Evtfm':function(_0x54d5ba,_0x365a34){return _0x54d5ba(_0x365a34);},'hevEH':function(_0x2b8c23,_0x1ad024){return _0x2b8c23(_0x1ad024);}};return new Promise(async(_0x599307,_0x103ded)=>{const _0x635a83=_0x2c7ec6,_0x358b75={'pdAVy':function(_0x1f37b3,_0x2d23f5){return _0x3777c3['mKmsn'](_0x1f37b3,_0x2d23f5);},'gPUGV':function(_0x5b949c,_0x350d5b){const _0x3ded83=a21_0xa64b;return _0x3777c3[_0x3ded83(0x128)](_0x5b949c,_0x350d5b);},'eHlkh':function(_0x50f755,_0xd341e0,_0x366122){const _0x48b667=a21_0xa64b;return _0x3777c3[_0x48b667(0x13c)](_0x50f755,_0xd341e0,_0x366122);},'UmfFx':function(_0x454245,_0x58b491){const _0x3fa370=a21_0xa64b;return _0x3777c3[_0x3fa370(0xed)](_0x454245,_0x58b491);},'MRynE':function(_0x3a79f5,_0x198497){const _0x2cf71d=a21_0xa64b;return _0x3777c3[_0x2cf71d(0x170)](_0x3a79f5,_0x198497);},'BEeCR':function(_0x184287,_0xbbf3dc){const _0x5a339d=a21_0xa64b;return _0x3777c3[_0x5a339d(0x14a)](_0x184287,_0xbbf3dc);}};_0x3777c3[_0x635a83(0xed)](require,_0x3777c3[_0x635a83(0x17f)])();if(_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x110)],_0x3777c3['QGXsy'])){const _0x223667=_0x3777c3[_0x635a83(0x191)](requireModule,_0x3777c3[_0x635a83(0x181)]),_0x3456ef=_0x3777c3[_0x635a83(0x10a)](requireModule,_0x3777c3['QGXsy']);_0x3777c3[_0x635a83(0x18c)](isBrowserstackInfra)&&_0x3777c3[_0x635a83(0x186)](modifyCommand);const _0x3128ef=_0x3777c3['FYOEq'](require,_0x3777c3['TDEgP'])[_0x635a83(0x172)],_0x15fc95={};_0x15fc95[_0x635a83(0xe3)]=[_0x3128ef['beforeAll']],_0x15fc95['beforeEach']=[_0x3128ef['beforeEach']],_0x15fc95[_0x635a83(0xe7)]=[_0x3128ef[_0x635a83(0xe7)]],_0x15fc95[_0x635a83(0x143)]=[_0x3128ef['afterEach']];const _0x11408a=_0x15fc95;if(_0x3777c3[_0x635a83(0xeb)](isTestObservabilitySession)){const _0x2d5eb1=_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0xf2)])[_0x635a83(0x172)];_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](_0x2d5eb1[_0x635a83(0xe3)]),_0x11408a['afterAll'][_0x635a83(0x15f)](_0x2d5eb1[_0x635a83(0xe7)]);}const _0x134f66=await _0x223667['handleRequires'](this[_0x635a83(0x11e)][_0x635a83(0x109)]);Object[_0x635a83(0x12e)](this['_mochaOpts'],_0x134f66);this[_0x635a83(0x11e)][_0x635a83(0x148)]&&(this[_0x635a83(0x11e)][_0x635a83(0x148)]['beforeAll']&&_0x11408a[_0x635a83(0xe3)][_0x635a83(0x17a)](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe3)]),this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe5)]&&_0x11408a[_0x635a83(0xe5)][_0x635a83(0x17a)](...this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe5)]),this['_mochaOpts'][_0x635a83(0x148)][_0x635a83(0xe7)]&&_0x11408a['afterAll']['push'](...this[_0x635a83(0x11e)][_0x635a83(0x148)][_0x635a83(0xe7)]),this['_mochaOpts'][_0x635a83(0x148)]['afterEach']&&_0x11408a['afterEach'][_0x635a83(0x15f)](...this[_0x635a83(0x11e)]['rootHooks']['afterEach']));const _0x35ea68=this[_0x635a83(0x11e)]['reporter'];let _0x4030d7=_0x3777c3['tMPYY'](this['_mochaOpts'][_0x635a83(0x134)],0x1);_0x3777c3[_0x635a83(0xe6)](this[_0x635a83(0x11e)]['timeout'],0x0)?_0x4030d7=0x0:_0x4030d7+=constants['BSTACK_DELTA'];const _0xbb00cb={...this['_mochaOpts'],'reporter':path[_0x635a83(0x140)](__dirname,_0x3777c3['WtoTT']),'reporterOption':{...this[_0x635a83(0x11e)][_0x635a83(0x138)],'type':_0x3777c3[_0x635a83(0x195)](_0x35ea68,_0x3777c3[_0x635a83(0x187)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x635a83(0x13f)]},'parallel':![],'rootHooks':_0x11408a,'isWorker':!![],'timeout':_0x4030d7};global[_0x635a83(0x16a)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0x146)]]),global[_0x635a83(0x193)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x13a)]]),global[_0x635a83(0x18e)]=helper['nestedKeyValue'](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x106)]]),global[_0x635a83(0x199)]=helper[_0x635a83(0x117)](this[_0x635a83(0x121)],[_0x3777c3[_0x635a83(0xf0)],_0x3777c3[_0x635a83(0x137)]]),global[_0x635a83(0x11f)]=[this[_0x635a83(0x160)]];helper[_0x635a83(0x189)]()&&(this[_0x635a83(0x13f)][_0x635a83(0x12f)]['skipSessionName']&&(global[_0x635a83(0x14e)]=!![]),this['_bsConfig'][_0x635a83(0x12f)]['skipSessionStatus']&&(global[_0x635a83(0x132)]=!![]));this['_bsConfig']['turboScaleUrl']&&(this['_configuration'][_0x635a83(0x14c)]=this[_0x635a83(0x13f)][_0x635a83(0x14c)]);const _0x207c51=new _0x3456ef(_0xbb00cb);_0x207c51[_0x635a83(0x15a)]=_0x207c51[_0x635a83(0xe4)];_0x3777c3[_0x635a83(0x179)](isTestObservabilitySession)?_0x207c51[_0x635a83(0xe4)]=function(_0x10d917){const _0x302b2d=_0x635a83;return _0x207c51[_0x302b2d(0x15a)](_0x233a2a=>{const _0x199dbb=_0x302b2d,_0x4ae5a6={'gWwMo':function(_0x233484,_0x27209d){const _0x371f3c=a21_0xa64b;return _0x358b75[_0x371f3c(0x155)](_0x233484,_0x27209d);},'wpugn':function(_0x21f1a9,_0x252638){const _0x65385b=a21_0xa64b;return _0x358b75[_0x65385b(0x107)](_0x21f1a9,_0x252638);}},_0x94486f=_0x358b75[_0x199dbb(0x149)](setInterval,async()=>{const _0x3ec08f=_0x199dbb;_0x4ae5a6[_0x3ec08f(0x102)](RequestQueueHandler[_0x3ec08f(0xf3)]()[_0x3ec08f(0x18f)],0x0)&&(_0x4ae5a6[_0x3ec08f(0x16c)](clearInterval,_0x94486f),await _0x4ae5a6[_0x3ec08f(0x16c)](cleanupDrivers,global[_0x3ec08f(0x194)]),_0x4ae5a6[_0x3ec08f(0x16c)](_0x599307,_0x233a2a));},0x3e8);});}:_0x207c51[_0x635a83(0xe4)]=function(_0x5e6e15){const _0x507781=_0x635a83;return _0x207c51[_0x507781(0x15a)](async _0x47cfad=>{const _0x44fbe5=_0x507781;await _0x358b75[_0x44fbe5(0x175)](cleanupDrivers,global[_0x44fbe5(0x194)]),_0x358b75['UmfFx'](_0x599307,_0x47cfad);});};try{_0x3777c3[_0x635a83(0x158)](require,_0x3777c3['enwdi'])['browserstackAgentV2'](this[_0x635a83(0x121)],null,this[_0x635a83(0x103)]);}catch{}const _0x42c551=_0x223667['runMocha'](_0x207c51,_0xbb00cb);_0x42c551&&_0x42c551[_0x635a83(0x19a)](_0x3b864f=>{const _0x11bc6f=_0x635a83;_0x3777c3[_0x11bc6f(0x14a)](_0x103ded,_0x3b864f);});}else{if(_0x3777c3[_0x635a83(0xe6)](this['_framework'],_0x3777c3[_0x635a83(0x161)])){let _0x4dccdd;try{_0x4dccdd=_0x3777c3[_0x635a83(0xed)](requireModule,_0x3777c3[_0x635a83(0x101)]);}catch(_0xc3d786){_0x4dccdd=_0x3777c3['vXGSq'](requireModule,_0x3777c3['hevIU']);}const _0x10b9ac=this[_0x635a83(0x11b)],_0x5e4166=_0x10b9ac[_0x635a83(0xea)](_0x3777c3[_0x635a83(0x161)]);_0x3777c3[_0x635a83(0x170)](_0x5e4166,-0x1)&&_0x10b9ac[_0x635a83(0xef)](_0x5e4166,0x1);const _0x5132bf=_0x3777c3[_0x635a83(0x156)];try{const _0x17ec2f=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3[_0x635a83(0x10e)]),_0x5b31d8=_0x17ec2f['resolvePaths'];_0x17ec2f.resolvePaths=async function(){const pathResults=await _0x5b31d8.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x5132bf)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x1ceacd){let _0x14da59=_0x3777c3[_0x635a83(0x122)],_0x535d90;try{_0x535d90=_0x3777c3[_0x635a83(0x178)](requireModule,_0x3777c3['cWLTD'])[_0x635a83(0x127)],_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path['join'](__dirname,_0x3777c3[_0x635a83(0x14f)]));}catch(_0x136d33){_0x535d90=_0x3777c3[_0x635a83(0x158)](requireModule,_0x3777c3[_0x635a83(0x133)])['default'],_0x10b9ac['push'](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](path[_0x635a83(0x140)](__dirname,_0x3777c3['WYIlD'])),_0x14da59=_0x3777c3[_0x635a83(0x131)];}const _0x2a6dcf=_0x535d90['prototype'][_0x635a83(0x126)];_0x535d90[_0x635a83(0x12a)][_0x635a83(0x126)]=async function(){const _0x12d5d3=_0x635a83,_0x3e7783=await _0x2a6dcf[_0x12d5d3(0x11d)](this);return _0x3e7783[_0x12d5d3(0x16b)][_0x12d5d3(0x17a)](path[_0x12d5d3(0x140)](__dirname,_0x14da59)),_0x3e7783[_0x12d5d3(0x16b)]['push'](path[_0x12d5d3(0x140)](__dirname,_0x5132bf)),_0x3e7783;};}_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0x114)]),_0x10b9ac['push'](''+this[_0x635a83(0x121)][_0x635a83(0xe8)]);if(this[_0x635a83(0x11c)]&&_0x3777c3[_0x635a83(0x144)](this[_0x635a83(0x11c)][_0x635a83(0x177)],0x0))for(let _0x4927fc=0x0;_0x3777c3[_0x635a83(0x16e)](_0x4927fc,this[_0x635a83(0x11c)][_0x635a83(0x177)]);_0x4927fc++){const _0x32389f=_0x3777c3[_0x635a83(0x11a)](getPlatformName,this[_0x635a83(0x160)])[_0x635a83(0x125)](/ /g,'_');if(_0x3777c3['WVuKz'](this[_0x635a83(0x11c)][_0x4927fc],undefined)&&_0x3777c3[_0x635a83(0x113)](this[_0x635a83(0x11c)][_0x4927fc][_0x635a83(0x177)],0x0)){const _0x4230aa=this['_formatter'][_0x4927fc][0x1],_0x3a3dbf=''+this[_0x635a83(0x11c)][_0x4927fc][0x0];if(_0x3777c3[_0x635a83(0x18b)](_0x4230aa,undefined)){const _0x2363b0=_0x635a83(0x111)+_0x32389f+path[_0x635a83(0x166)](_0x4230aa);_0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac[_0x635a83(0x15f)](_0x3a3dbf+':'+_0x2363b0);}else _0x10b9ac[_0x635a83(0x15f)](_0x3777c3[_0x635a83(0xfc)]),_0x10b9ac['push'](_0x3a3dbf+_0x635a83(0x180)+_0x32389f);}}const _0x481f3a=new _0x4dccdd[(_0x635a83(0x127))]({'argv':_0x10b9ac,'cwd':process[_0x635a83(0xf1)](),'stdout':process[_0x635a83(0xf6)],'stderr':process[_0x635a83(0x141)],'env':process[_0x635a83(0x12c)]});process[_0x635a83(0x12c)][_0x635a83(0x130)]=JSON[_0x635a83(0xfd)](this[_0x635a83(0x121)]),_0x481f3a[_0x635a83(0xe4)]()[_0x635a83(0x13e)](_0x93fe87=>{const _0x51e4f0=_0x635a83,_0x2e8399={};_0x2e8399[_0x51e4f0(0x112)]=global[_0x51e4f0(0xf5)],_0x2e8399[_0x51e4f0(0x185)]=global['totalTests'],_0x2e8399['scenariosFailed']=global[_0x51e4f0(0x162)],_0x2e8399[_0x51e4f0(0x17d)]=global[_0x51e4f0(0x129)],_0x2e8399['stepsPassed']=global['testsPassed'],_0x2e8399[_0x51e4f0(0x120)]=global[_0x51e4f0(0x15b)],_0x2e8399['stepsPending']=global[_0x51e4f0(0x182)],_0x2e8399[_0x51e4f0(0x196)]=global[_0x51e4f0(0x150)],_0x2e8399[_0x51e4f0(0x168)]=global['testsUnknown'],_0x2e8399[_0x51e4f0(0x18d)]=global[_0x51e4f0(0x163)],_0x2e8399['processSuccess']=_0x93fe87[_0x51e4f0(0x124)],_0x2e8399[_0x51e4f0(0xfa)]=global[_0x51e4f0(0xfa)];const _0xf260f1=_0x2e8399;_0x3777c3[_0x51e4f0(0x14a)](_0x599307,_0xf260f1);})[_0x635a83(0x19a)](_0x450feb=>{const _0x49b213=_0x635a83;_0x358b75[_0x49b213(0x107)](_0x103ded,_0x450feb);});}else{if(_0x3777c3[_0x635a83(0x173)](this[_0x635a83(0x110)],_0x3777c3[_0x635a83(0x139)])){process['argv']=this['_configuration'][_0x635a83(0x169)];try{_0x3777c3[_0x635a83(0x100)](modifyCommand),_0x3777c3[_0x635a83(0x11a)](require,_0x3777c3[_0x635a83(0x17b)])[_0x635a83(0x14b)](this[_0x635a83(0x121)]);let _0x292604=0x0;process['on'](_0x3777c3[_0x635a83(0xe2)],async()=>{const _0x306a8f=_0x635a83;if(_0x358b75[_0x306a8f(0x198)](_0x292604,0x0))return;_0x292604++,await _0x358b75[_0x306a8f(0x152)](cleanupDrivers,global[_0x306a8f(0x194)]);}),_0x3777c3[_0x635a83(0x105)](require,this[_0x635a83(0x121)][_0x635a83(0xff)]);}catch(_0x110980){console[_0x635a83(0x17c)](_0x110980),process[_0x635a83(0x15e)]=0x1,_0x3777c3[_0x635a83(0x10d)](_0x103ded,_0x110980);}_0x3777c3[_0x635a83(0x186)](_0x599307);}}}});}}function a21_0xa64b(_0x156dc2,_0x38e04c){const _0x460612=a21_0x4606();return a21_0xa64b=function(_0xa64b0c,_0x526f9c){_0xa64b0c=_0xa64b0c-0xe1;let _0x4259c3=_0x460612[_0xa64b0c];return _0x4259c3;},a21_0xa64b(_0x156dc2,_0x38e04c);}function a21_0x4606(){const _0x143c01=['enwdi','error','stepsFailed','2025132CYQPXs','LGpGG',':tmp/','otxGz','testsPending','89246VRkkkI','__platform__','steps','HhVio','tyPnW','SwSPY','isBrowserstackInfra','platform','WVuKz','UnYbZ','stepsAmbiguous','percy','pendingUploads','../cucumber-js/timeout.setup.js','lobDQ','browserStackPercyOptions','browserstackPercyBestPlatform','__driversArray','XKRIq','stepsUndefined','../mocha/test.setup','MRynE','percyCaptureMode','catch','7YRMTKX','ujBGB','beforeAll','run','beforeEach','tPagF','afterAll','maxWorkers','3701488xmLQJW','indexOf','ZdnIu','_accessibilityAutomation','bcjCJ','591psTZBb','splice','lcvAT','cwd','WoWif','getInstance','exports','testSuites','stdout','cucumber-js','8488004bhcRPc','testsUnknown','testsErrorMessage','__platformCaps','xZmGX','stringify','3484RvOMMw','file','gTmyl','kuSWR','gWwMo','_testObservability','1BIEmCH','Evtfm','vxtyX','gPUGV','mochaOpts','require','CJhDf','22xtnigY','../mocha/test-observability/data-hooks','hevEH','hbRxJ','testsPassed','_framework','tmp/','scenarios','bMZbU','aTcsM','split','totalTests','nestedKeyValue','10|15|14|21|3|16|1|19|12|17|11|13|8|9|0|5|20|6|7|2|4|18','mocha/lib/cli/run-helpers.js','sgOii','_argv','_formatter','call','_mochaOpts','capabilities','stepsSkipped','_configuration','jPptY','formatter','success','replace','build','default','CzJWi','testsFailed','prototype','3678470Nwnavu','env','522VGEnyV','assign','testContextOptions','CONFIG','KvJny','__skipSessionStatus','RtIcn','timeout','spec','../../helpers/test-observability/requestQueueHandler','dwtjY','reporterOptions','zcorM','dzRbL','@cucumber/cucumber/lib/api/paths.js','noaqd','mocha','then','_bsConfig','join','stderr','26UPNCmd','afterEach','IXclw','cucumber/lib/cli/configuration_builder.js','AlfSi','cucumber/lib/cli/index.js','rootHooks','eHlkh','AlfVq','browserstackAgent','turboScaleUrl','../../helpers/accessibility-automation/helper','__skipSessionName','QJXqm','testsUndefined','../mocha/bstack-reporter/customReporter.js','BEeCR','capability','15425QZFzXg','pdAVy','EbIke','9JOKqsA','ZXjec','configuration','prevRun','testsSkipped','../../helpers/helper','platformIndex','exitCode','push','_capability','DwyDy','testSuitesFailed','testsAmbiguous','path','@cucumber/cucumber/lib/cli/index.js','extname','../cucumber-js/test.setup.js','stepsUnknown','args','browserstackPlatformIndex','supportCodePaths','wpugn','--format','sWSrm','../../helpers/setKeepAlive','WkGFo','../../helpers/test-observability/utils','mochaHooks','kPMSt','../cucumber-js/test_old.setup.js','UmfFx','../cucumber-js/formatter/custom_formatter.js','length','nPLuh','KNKHW','unshift'];a21_0x4606=function(){return _0x143c01;};return a21_0x4606();}module[a21_0x2037f5(0xf4)]=Launcher;
|