browserstack-node-sdk 1.31.11 → 1.31.13

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.
Files changed (106) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/templates/hub-deployment.yaml +2 -0
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -1
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  48. package/src/bin/jest/test-observability/helper.js +1 -1
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  50. package/src/bin/jest/test-observability/test-details.js +1 -1
  51. package/src/bin/jest/test_before.setup.js +1 -1
  52. package/src/bin/launcher/launcher.js +1 -1
  53. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  54. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/mocha/command.js +1 -1
  56. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  57. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  58. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  59. package/src/bin/mocha/test.setup.js +1 -1
  60. package/src/bin/nightwatch/command.js +1 -1
  61. package/src/bin/playwright/accessibility-helper.js +1 -1
  62. package/src/bin/playwright/command.js +1 -1
  63. package/src/bin/playwright/globalSetup.js +1 -1
  64. package/src/bin/playwright/mock-process.js +1 -1
  65. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  66. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  67. package/src/bin/playwright/reporter/reporter.js +1 -1
  68. package/src/bin/playwright/reporter/test-details.js +1 -1
  69. package/src/bin/runner.js +1 -1
  70. package/src/bin/setup.js +1 -1
  71. package/src/bin/test-runner/index.js +1 -1
  72. package/src/bin/test-runner/runTest.js +1 -1
  73. package/src/bin/test-runner/testWorker.js +1 -1
  74. package/src/bin/utils/constants.js +1 -1
  75. package/src/bin/utils/log4jsAppender.js +1 -1
  76. package/src/bin/utils/logPatcher.js +1 -1
  77. package/src/bin/utils/logReportingAPI.js +1 -1
  78. package/src/bin/vanilla-js/command.js +1 -1
  79. package/src/browserStackSdk.js +1 -1
  80. package/src/helpers/BrowserStackSetup.js +1 -1
  81. package/src/helpers/accessibility-automation/constants.js +1 -1
  82. package/src/helpers/accessibility-automation/helper.js +1 -1
  83. package/src/helpers/ats/constants.js +1 -1
  84. package/src/helpers/ats/helper.js +1 -1
  85. package/src/helpers/capsMapping.js +1 -1
  86. package/src/helpers/helper.js +1 -1
  87. package/src/helpers/logger.js +1 -1
  88. package/src/helpers/patchHelpers.js +1 -1
  89. package/src/helpers/percy/Percy.js +1 -1
  90. package/src/helpers/percy/PercyBinary.js +1 -1
  91. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  92. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  93. package/src/helpers/percy/PercySDK.js +1 -1
  94. package/src/helpers/percy/index.js +1 -1
  95. package/src/helpers/percy/utils.js +1 -1
  96. package/src/helpers/performance-tester.js +1 -1
  97. package/src/helpers/request-spy.js +1 -1
  98. package/src/helpers/setKeepAlive.js +1 -1
  99. package/src/helpers/test-observability/constants.js +1 -1
  100. package/src/helpers/test-observability/error-handler.js +1 -1
  101. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  102. package/src/helpers/test-observability/sessionHandler.js +1 -1
  103. package/src/helpers/test-observability/utils.js +1 -1
  104. package/src/helpers/w3cMapping.js +1 -1
  105. package/src/hubAllocationMethods.js +1 -1
  106. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a13_0x5510(_0x37e967,_0x5df0c8){const _0x5c801f=a13_0x5c80();return a13_0x5510=function(_0x5510cf,_0x564b9d){_0x5510cf=_0x5510cf-0x80;let _0x1d034d=_0x5c801f[_0x5510cf];return _0x1d034d;},a13_0x5510(_0x37e967,_0x5df0c8);}const a13_0x1c1e6b=a13_0x5510;(function(_0x49717b,_0x514fa8){const _0x274dc4=a13_0x5510,_0x1cbf4e=_0x49717b();while(!![]){try{const _0xab009d=-parseInt(_0x274dc4(0x127))/0x1+-parseInt(_0x274dc4(0x11d))/0x2+-parseInt(_0x274dc4(0x8c))/0x3*(parseInt(_0x274dc4(0x86))/0x4)+-parseInt(_0x274dc4(0xd5))/0x5+parseInt(_0x274dc4(0xd8))/0x6+parseInt(_0x274dc4(0xd7))/0x7*(parseInt(_0x274dc4(0x11f))/0x8)+parseInt(_0x274dc4(0xe1))/0x9;if(_0xab009d===_0x514fa8)break;else _0x1cbf4e['push'](_0x1cbf4e['shift']());}catch(_0x3315e2){_0x1cbf4e['push'](_0x1cbf4e['shift']());}}}(a13_0x5c80,0x1c3f5));function a13_0x5c80(){const _0x3b2acb=['1645832lKNKZM','Kjyfs','capabilities','removeAllListeners','CdARK','brAql','ibhHZ','eLhJE','14948iglSkc','FDCFB','kQbqq','zZTxb','push','\x20|\x20','OTRzj','jTWxr','uTDPQ','app','UbRyx','gHPTv','AWdQs','fANFA','NYtTx','hSQTM','JXuTz','PTyNS','replace','KXyzc','PVcyo','NWAOZ','zSTQM','KeMqa','TcAAb','nqLdg','cOSTZ','info','stringify','appium:app','.\x20Error\x20:','length','lxjxH','name','oSnvQ','PrHOv','IvoZu','HJALW','Mkfga','titlePath','116344phtDAP','tPNGb','currentTestName','quitCount_','HgkOE','bJitb','9jzgVjV','QaGPc','getInstance','jwsuv','ZzqRJ','protocol','pNvAZ','dSeSQ','percyCaptureMode','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','NaMaM','../../helpers/helper','SwOqM','pHINz','YQSTI','qIucT','vYnXH','pid','pendingUploads','executeAsyncScript','Kfnac','winstonLogger','../../helpers/performance-tester','npJXa','../../helpers/accessibility-automation/helper','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','iWEwa','AZuil','CzYIK','TedzX','errors','passed','./test-observability/test-details','../../helpers/logger','message','currentTest','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','eEVwX','RuYLP','PgeTo','YXGCR','browserstackSessionName','error','session_','brozj','getEnv','undefined','UUgQq','WrLPL','JZljO','sXgod','dshsP','dwMRU','BdsCo','cQvwy','XbGyw','https:','NoGto','getCurrentUrl','oIJyo','Tgjvo','http:','slice','env','bfpYG','lclrs','PSjNx','eeMgO','XIqpw','__drivers','NGijx','VdXeK','172590uaPGcM','mhRdM','7eGIRTo','212358oEbUgh','gUbJP','yGFRr','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','lkRHI','startMonitoring','setTimeout','YItoD','elQOS','2135403RviyZr','TkeJc','GBeZj','\x22}}','isArray','oTlRK','addReporter','Failed\x20to\x20store\x20session\x20name:\x20','vOepQ','ioUJO','evNUr','OBysm','dZoWC','PGNWk','jWcSP','ezIKV','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','failedExpectations','rXySQ','zNEYV','EPsym','debug','wTcUD','executeScript','ObservabilitySync:','kpiEd','CcOHg','../../helpers/test-observability/utils','vcevk','wDDkl','shift','failed','iLLBg','description','tXHWI','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','okoZe','isAccessibilityPlatform','testPath','join','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','rkcfo','SbUTx','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','fWIAQ','\x22,\x22level\x22:\x20\x22info\x22}}','qDGmC','jkOlI','now','kwsoc','Ajdmw','getTestUUID','QtxGQ','yjXcx','WyxoW','log','XeoVv','getState','rsCZD','Lllyu','451928JwgFPJ','SdQNk'];a13_0x5c80=function(){return _0x3b2acb;};return a13_0x5c80();}const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x1c1e6b(0xfc)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x1c1e6b(0x97));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest[a13_0x1c1e6b(0xde)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x1c1e6b(0xa4)),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a13_0x1c1e6b(0xae))[a13_0x1c1e6b(0xa1)],TestDetails=require(a13_0x1c1e6b(0xad)),PerformanceTester=require(a13_0x1c1e6b(0xa2));function stripUnicode(_0x70fae7){const _0x48d708=a13_0x1c1e6b;return _0x70fae7[_0x48d708(0x139)](/\\u001b\[.*?m/g,'')[_0x48d708(0xcb)](0x1,-0x1);}async function setContext(){const _0x3da60b=a13_0x1c1e6b,_0x411306={'JXuTz':function(_0x87f198,_0xc8e531){return _0x87f198>_0xc8e531;},'ezIKV':function(_0x31098a,_0x44fc7c){return _0x31098a(_0x44fc7c);},'WrLPL':function(_0x4365ed,_0x4357c5){return _0x4365ed(_0x4357c5);},'BdsCo':function(_0x47e626){return _0x47e626();},'lApCC':function(_0x164744,_0x1cc7e8){return _0x164744(_0x1cc7e8);},'kpiEd':function(_0x283d88,_0x3d66bf){return _0x283d88===_0x3d66bf;},'rsCZD':_0x3da60b(0x12e),'nqLdg':_0x3da60b(0x9c),'SwOqM':function(_0x4b0270,_0x57ca43){return _0x4b0270!==_0x57ca43;},'rkcfo':'XgQkZ','bJitb':_0x3da60b(0x131),'tXHWI':_0x3da60b(0xbb),'hSQTM':function(_0xf73ad1,_0x532a7c){return _0xf73ad1!==_0x532a7c;},'tPNGb':_0x3da60b(0x9a),'brozj':function(_0x2f9f56,_0x4ea8cc){return _0x2f9f56>_0x4ea8cc;},'oSnvQ':_0x3da60b(0x113),'WyxoW':_0x3da60b(0xdf),'OTRzj':_0x3da60b(0xea),'PrHOv':function(_0x1b7fdb,_0x1c85c3){return _0x1b7fdb===_0x1c85c3;},'gUbJP':_0x3da60b(0xc8),'NfZbj':'lVQfX','dshsP':function(_0xa4f383,_0x33d6b4){return _0xa4f383!==_0x33d6b4;},'AZuil':_0x3da60b(0x13f),'YXGCR':_0x3da60b(0xc6),'CcOHg':function(_0x21dc30,_0x137a46){return _0x21dc30(_0x137a46);},'eLhJE':'wVbmv','wgfVS':_0x3da60b(0xa0),'uVHnb':_0x3da60b(0xf3)};if(!_0x411306[_0x3da60b(0xc2)](isBrowserstackInfra)){if(_0x411306[_0x3da60b(0xfa)](_0x411306[_0x3da60b(0x11b)],_0x411306[_0x3da60b(0x140)]))return;else return;}if(!sessionNameProvided){if(_0x411306[_0x3da60b(0x98)](_0x411306[_0x3da60b(0x10a)],_0x411306[_0x3da60b(0x8b)])){const _0x28311f=expect['getState']()[_0x3da60b(0x88)];await __drivers[0x0]['executeScript'](_0x3da60b(0xf1)+_0x28311f+_0x3da60b(0xe4));}else _0xaccb0c=new _0x47531d(_0x4ffbe2);}let _0x23b16e=null,_0x5b8f26=![];if(_0x411306[_0x3da60b(0x98)](typeof jasmine,_0x411306[_0x3da60b(0x103)])){if(_0x411306[_0x3da60b(0x136)](_0x411306[_0x3da60b(0x87)],_0x411306['tPNGb']))_0x196907[_0x3da60b(0xf6)](_0x3da60b(0xe8)+_0x3c6acc);else{if(jasmine[_0x3da60b(0xb0)][_0x3da60b(0xf2)]&&_0x411306[_0x3da60b(0xb9)](jasmine['currentTest'][_0x3da60b(0xf2)][_0x3da60b(0x146)],0x0))_0x411306[_0x3da60b(0xfa)](_0x411306[_0x3da60b(0x80)],_0x411306[_0x3da60b(0x117)])?_0xd59521[_0x3da60b(0xab)]&&_0x411306[_0x3da60b(0x137)](_0x2237cb[_0x3da60b(0xab)][_0x3da60b(0x146)],0x0)?(_0x3ad77c=!![],_0x505199=_0x411306[_0x3da60b(0xf0)](_0x2c8db9,_0x570412[_0x3da60b(0x143)](_0x1e497d[_0x3da60b(0xab)][0x0][0x0]['message']||_0x33e983[_0x3da60b(0xab)][0x0][0x0]))):_0x7a6b77=_0x411306[_0x3da60b(0xf0)](_0x227961,_0x1980d8[_0x3da60b(0x143)](_0x30d543[_0x3da60b(0x148)])):(_0x5b8f26=!![],_0x23b16e=_0x411306['lApCC'](stripUnicode,JSON[_0x3da60b(0x143)](jasmine[_0x3da60b(0xb0)][_0x3da60b(0xf2)][0x0][_0x3da60b(0xaf)])));else{if(_0x411306['kpiEd'](_0x411306[_0x3da60b(0x12d)],_0x411306[_0x3da60b(0x12d)]))_0x23b16e=_0x411306[_0x3da60b(0xf0)](stripUnicode,JSON[_0x3da60b(0x143)](jasmine[_0x3da60b(0xb0)][_0x3da60b(0x102)]));else{const _0x490a10={};_0x490a10['specStarted']=_0x4f43f8=>{const _0x58ad49=_0x3da60b;_0x3d3ab7[_0x58ad49(0xb0)]=_0x4f43f8;},_0x132c89['getEnv']()[_0x3da60b(0xe7)](_0x490a10);}}}}else _0x411306['PrHOv'](_0x411306[_0x3da60b(0xd9)],_0x411306['gUbJP'])?testContext['errors']&&_0x411306[_0x3da60b(0x137)](testContext[_0x3da60b(0xab)][_0x3da60b(0x146)],0x0)?_0x411306[_0x3da60b(0x81)](_0x411306['NfZbj'],_0x411306['NfZbj'])?(_0x5b8f26=!![],_0x23b16e=_0x411306['lApCC'](stripUnicode,JSON['stringify'](testContext['errors'][0x0][0x0][_0x3da60b(0xaf)]||testContext[_0x3da60b(0xab)][0x0][0x0]))):(_0xc35274=!![],_0x14ae38=_0x411306[_0x3da60b(0xbd)](_0x2c94ec,_0x157d95[_0x3da60b(0x143)](_0x5729d1[_0x3da60b(0xb0)]['failedExpectations'][0x0][_0x3da60b(0xaf)]))):_0x411306[_0x3da60b(0xc0)](_0x411306[_0x3da60b(0xa8)],_0x411306[_0x3da60b(0xb5)])?_0x23b16e=_0x411306[_0x3da60b(0xfb)](stripUnicode,JSON['stringify'](testContext['name'])):(_0x411306[_0x3da60b(0xbd)](_0x5bb343,_0x4edd72),_0x411306['BdsCo'](_0x4601e6)):(_0x2cfcfe[_0x3da60b(0xe5)](_0x4a1816)&&_0x14556d[0x0]&&(_0x206419[0x0][_0x3da60b(0xb6)]=_0x23801e),_0x3ba831[_0x3da60b(0xb6)]=_0x11a777);_0x5b8f26?_0x411306[_0x3da60b(0xc0)](_0x411306[_0x3da60b(0x126)],_0x411306['eLhJE'])?(_0x171ec0=!![],_0x47b570=_0x411306[_0x3da60b(0xbd)](_0x3720fd,_0x332a11['stringify'](_0x19f93d[_0x3da60b(0xab)][0x0][0x0]['message']||_0x28cf54['errors'][0x0][0x0]))):(__error_messages__[_0x3da60b(0x12b)](_0x23b16e),await __drivers[0x0][_0x3da60b(0xf8)](_0x3da60b(0xa5)+_0x23b16e+'\x22,\x22level\x22:\x20\x22error\x22}}')):_0x411306[_0x3da60b(0x81)](_0x411306['wgfVS'],_0x411306['uVHnb'])?_0x5a0778=_0x411306['lApCC'](_0x4656f3,_0x2bb526[_0x3da60b(0x143)](_0x2de558[_0x3da60b(0xb0)][_0x3da60b(0x102)])):await __drivers[0x0][_0x3da60b(0xf8)](_0x3da60b(0xb1)+_0x23b16e+_0x3da60b(0x10e));}const executeAnnotate=async(_0x1eaf80,_0x594439)=>{const _0x3a5515=a13_0x1c1e6b;await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x1eaf80+',\x22level\x22:\x20\x22'+_0x594439+_0x3a5515(0xe4));};async function driverCleanup(){const _0x552d61=a13_0x1c1e6b,_0x18634f={'jWcSP':function(_0x3fa8d6,_0x4c63fd){return _0x3fa8d6(_0x4c63fd);},'lxjxH':function(_0x433ca7,_0xaceceb){return _0x433ca7>_0xaceceb;},'NWAOZ':function(_0x37fdb5,_0x357576){return _0x37fdb5(_0x357576);},'npJXa':function(_0x346aa1,_0x3ced01){return _0x346aa1(_0x3ced01);},'QtxGQ':function(_0xdcb18b){return _0xdcb18b();},'ZzqRJ':function(_0x3752d3,_0x160876){return _0x3752d3!==_0x160876;},'yGFRr':_0x552d61(0x9b),'lkRHI':function(_0x25cd03,_0x339340){return _0x25cd03!==_0x339340;},'TkeJc':_0x552d61(0x11e),'PSjNx':function(_0x2bae09,_0x3a7044){return _0x2bae09>_0x3a7044;},'OBysm':function(_0x479c38,_0x5577cf){return _0x479c38===_0x5577cf;},'PbYQs':_0x552d61(0x84),'elQOS':'bgVat','zSTQM':function(_0x2f06b3,_0x17595f,_0x26ead2,_0x3cb357){return _0x2f06b3(_0x17595f,_0x26ead2,_0x3cb357);},'VdXeK':_0x552d61(0x100),'NYtTx':_0x552d61(0x12c),'RsywM':'FinFG','brAql':'ArLZY','Lllyu':function(_0x18c04b,_0x4f2957,_0x51d8e8){return _0x18c04b(_0x4f2957,_0x51d8e8);},'Tgjvo':_0x552d61(0xac),'NaMaM':_0x552d61(0x134),'dZoWC':_0x552d61(0xd6),'zNEYV':_0x552d61(0xc1),'RuYLP':function(_0x17c12c,_0x5d0839){return _0x17c12c!==_0x5d0839;},'TedzX':'aQAaN','HJALW':_0x552d61(0x8a),'wvvhL':'YkBZs','jkOlI':_0x552d61(0xf5)};if(!_0x18634f[_0x552d61(0x115)](isBrowserstackInfra)){if(_0x18634f[_0x552d61(0x90)](_0x18634f['yGFRr'],_0x18634f[_0x552d61(0xda)]))return _0xe3531['replace'](/\\u001b\[.*?m/g,'')[_0x552d61(0xcb)](0x1,-0x1);else return;}let _0x248f5f=![];try{_0x18634f[_0x552d61(0xdc)](_0x18634f[_0x552d61(0xe2)],_0x18634f[_0x552d61(0xe2)])?_0x3342b8=_0x18634f[_0x552d61(0xef)](_0x5aecc3,_0x43f97f['stringify'](_0x740e3c['name'])):(await __drivers[0x0][_0x552d61(0xb8)],_0x248f5f=!![],_0x18634f[_0x552d61(0xcf)](__error_messages__[_0x552d61(0x146)],0x0)?_0x18634f[_0x552d61(0xec)](_0x18634f['PbYQs'],_0x18634f[_0x552d61(0xe0)])?_0x401f0b[_0x552d61(0xb7)](_0x552d61(0x104)+_0x148e1d):await _0x18634f[_0x552d61(0x13d)](markSessionStatus,__drivers[0x0],_0x18634f[_0x552d61(0xd4)],__error_messages__[_0x552d61(0x108)](_0x18634f[_0x552d61(0x135)])):_0x18634f[_0x552d61(0xec)](_0x18634f['RsywM'],_0x18634f[_0x552d61(0x124)])?_0x47761b[_0x552d61(0xb0)][_0x552d61(0xf2)]&&_0x18634f[_0x552d61(0x147)](_0x59cf0a[_0x552d61(0xb0)][_0x552d61(0xf2)][_0x552d61(0x146)],0x0)?(_0x380d10=!![],_0x28812a=_0x18634f[_0x552d61(0x13c)](_0x445b39,_0x565eda[_0x552d61(0x143)](_0x331331['currentTest'][_0x552d61(0xf2)][0x0][_0x552d61(0xaf)]))):_0x43bea7=_0x18634f[_0x552d61(0xa3)](_0x12847c,_0x57b3a5[_0x552d61(0x143)](_0x5c5f44[_0x552d61(0xb0)][_0x552d61(0x102)])):await _0x18634f[_0x552d61(0x11c)](markSessionStatus,__drivers[0x0],_0x18634f[_0x552d61(0xc9)]));}catch(_0x1212c7){_0x18634f['OBysm'](_0x18634f[_0x552d61(0x96)],_0x18634f[_0x552d61(0x96)])?console[_0x552d61(0x118)](_0x1212c7):_0x5aeb19=![];}__error_messages__=[];if(_0x248f5f){if(_0x18634f[_0x552d61(0xec)](_0x18634f[_0x552d61(0xed)],_0x18634f[_0x552d61(0xf4)]))_0x3d0b0a[_0x552d61(0x118)](_0x356c39);else try{_0x18634f[_0x552d61(0xb3)](_0x18634f[_0x552d61(0xaa)],_0x18634f[_0x552d61(0x83)])?await __drivers[0x0]['initQuit']():_0x330afd['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x552d61(0xb0)][_0x552d61(0x85)]()+_0x552d61(0x145),_0x109f0f);}catch(_0x69ca5a){_0x18634f['OBysm'](_0x18634f['wvvhL'],_0x18634f[_0x552d61(0x110)])?_0xa9067c[_0x552d61(0xb0)]=_0x1a69f8:console['log'](_0x69ca5a);}}}beforeAll(async()=>{const _0x553527=a13_0x1c1e6b,_0x287148={'PVcyo':_0x553527(0x95),'wDDkl':function(_0x11f563,_0x1e84b9){return _0x11f563===_0x1e84b9;},'GBeZj':_0x553527(0xa9),'QaGPc':function(_0x2746e6,_0x143993){return _0x2746e6<=_0x143993;},'PGNWk':function(_0x51aea7,_0x1bd692){return _0x51aea7(_0x1bd692);},'cQvwy':function(_0x1983f7){return _0x1983f7();},'iLLBg':function(_0x3c8593,_0x4840da,_0x5502fa){return _0x3c8593(_0x4840da,_0x5502fa);},'ibhHZ':function(_0x1a93c1,_0x42dd36){return _0x1a93c1(_0x42dd36);},'XDAsz':function(_0x5b2c84){return _0x5b2c84();},'kQbqq':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','eeMgO':function(_0x40ed4e,_0x326bba){return _0x40ed4e!==_0x326bba;},'DYMDi':_0x553527(0xbb),'sXgod':'fMxYD','JZljO':_0x553527(0xa7),'yjXcx':function(_0x213624,_0x4c736f){return _0x213624===_0x4c736f;},'XbGyw':_0x553527(0x82),'wTcUD':'mrtSY','qWRQM':_0x553527(0x141),'rmjTo':function(_0x3462ed,_0x3af569){return _0x3462ed!==_0x3af569;},'qDGmC':_0x553527(0x128),'jwsuv':'Cfmbw','lclrs':function(_0x5ff4b6,_0x251599){return _0x5ff4b6!==_0x251599;},'PENfq':_0x553527(0x119),'ICjiJ':'iFJZd'};PerformanceTester[_0x553527(0xdd)]();const _0xf4ac95='browserstack internal helper hook';if(_0x287148['eeMgO'](typeof jasmine,_0x287148['DYMDi'])){if(_0x287148[_0x553527(0xd0)](_0x287148[_0x553527(0xbf)],_0x287148[_0x553527(0xbe)]))jasmine[_0x553527(0xba)]()[_0x553527(0xe7)]({'specStarted':_0x2be41d=>{const _0x4e45df=_0x553527,_0x2bda23={};_0x2bda23['Zdnog']=_0x287148[_0x4e45df(0x13b)];const _0x5f5528=_0x2bda23;_0x287148[_0x4e45df(0xfe)](_0x287148[_0x4e45df(0xe3)],_0x287148[_0x4e45df(0xe3)])?jasmine['currentTest']=_0x2be41d:_0x43eeec[_0x4e45df(0x142)](_0x5f5528['Zdnog']);}});else{const _0x1b9f87=_0x287148[_0x553527(0x101)](_0x2d60e5,async()=>{const _0x19a5ed=_0x553527;_0x287148[_0x19a5ed(0x8d)](_0x1abd63[_0x19a5ed(0x8e)]()[_0x19a5ed(0x9e)],0x0)&&(_0x287148[_0x19a5ed(0xee)](_0x6b98e9,_0x1b9f87),_0x287148['cQvwy'](_0x41dd0d));},0x3e8);}}let _0x55e34e=![];try{_0x287148[_0x553527(0x116)](_0x287148['XbGyw'],_0x287148[_0x553527(0xc4)])?(await __drivers[0x0][_0x553527(0xb8)],_0x55e34e=!![]):_0x287148[_0x553527(0x8d)](_0x4a70bc[_0x553527(0x8e)]()[_0x553527(0x9e)],0x0)&&(_0x287148[_0x553527(0x125)](_0x1726c8,_0x3a78ee),_0x287148['XDAsz'](_0x14f166));}catch(_0x188c66){}if(_0x55e34e)try{try{if(_0x287148[_0x553527(0xfe)](_0x287148[_0x553527(0xf7)],_0x287148['qWRQM']))_0x333729[_0x553527(0x142)](_0x287148[_0x553527(0x129)]);else{if(_0x287148[_0x553527(0xc3)](isTestObservabilitySession)){if(_0x287148['rmjTo'](_0x287148[_0x553527(0x10f)],_0x287148[_0x553527(0x8f)]))global[_0x553527(0xd2)][0x0]&&(_0x287148[_0x553527(0xce)](_0x287148['PENfq'],_0x287148['ICjiJ'])?await _0x287148['iLLBg'](sendPlatformDetails,global[_0x553527(0xd2)][0x0],TestDetails[_0x553527(0x114)](process['pid']+':testAnalyticsId')):_0x3e471d[_0x553527(0x118)](_0x4b3daa));else return;}}}catch{}}catch(_0x242979){}}),beforeEach(async()=>{const _0x58dd6d=a13_0x1c1e6b,_0x493e66={'pHINz':function(_0x140fac,_0x1e99b0){return _0x140fac>_0x1e99b0;},'AWdQs':function(_0x245ed9){return _0x245ed9();},'KeMqa':function(_0xcd43c1,_0x4b4000){return _0xcd43c1>_0x4b4000;},'UUgQq':function(_0x9ac948){return _0x9ac948();},'fWIAQ':function(_0x415e14,_0x2964ec,_0x595d29){return _0x415e14(_0x2964ec,_0x595d29);},'Kjyfs':function(_0x3957a3,_0x5d0ccc){return _0x3957a3===_0x5d0ccc;},'zZTxb':_0x58dd6d(0xca),'pNvAZ':function(_0xb2cc3e,_0x5cb3a9){return _0xb2cc3e===_0x5cb3a9;},'PTyNS':_0x58dd6d(0xc5),'sDOGV':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','NGijx':function(_0x39c59b,_0x64a58){return _0x39c59b>_0x64a58;},'PgeTo':function(_0xe50597){return _0xe50597();}},_0x2cf990='browserstack internal helper hook';try{_0x493e66[_0x58dd6d(0x99)](__drivers[_0x58dd6d(0x146)],0x1)&&(await _0x493e66[_0x58dd6d(0x133)](driverCleanup),__drivers['shift']());const _0x226fa0=expect[_0x58dd6d(0x11a)]()[_0x58dd6d(0x88)];try{Array[_0x58dd6d(0xe5)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x58dd6d(0xb6)]=_0x226fa0),global['browserstackSessionName']=_0x226fa0;}catch(_0x4d039c){logger[_0x58dd6d(0xf6)](_0x58dd6d(0xe8)+_0x4d039c);}__drivers[0x0]['browserstackSessionName']=_0x226fa0;_0x493e66[_0x58dd6d(0x13e)](__drivers[0x0][_0x58dd6d(0x89)],0x0)&&await _0x493e66[_0x58dd6d(0xbc)](driverCleanup);const _0x5b126b=_0x493e66[_0x58dd6d(0x10d)](shouldScanTestForAccessibility,_0x226fa0,![]);if(_0x493e66[_0x58dd6d(0x133)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x58dd6d(0x106)])try{const _0x4afc93=await __drivers[0x0][_0x58dd6d(0xb8)];if(_0x4afc93){let _0x5ba7f4=!![];const _0x1eb143=await __drivers[0x0][_0x58dd6d(0xc7)]();let _0x8aedc3;try{_0x8aedc3=new URL(_0x1eb143);}catch(_0x62cfcf){_0x5ba7f4=![];}_0x5ba7f4=_0x493e66[_0x58dd6d(0x120)](_0x8aedc3[_0x58dd6d(0x91)],_0x493e66[_0x58dd6d(0x12a)])||_0x493e66[_0x58dd6d(0x92)](_0x8aedc3[_0x58dd6d(0x91)],_0x493e66[_0x58dd6d(0x138)]),_0x5ba7f4&&(_0x5b126b?(logger[_0x58dd6d(0x142)](_0x493e66['sDOGV']),await __drivers[0x0][_0x58dd6d(0x9f)](_0x58dd6d(0xa6))):await __drivers[0x0][_0x58dd6d(0xf8)](_0x58dd6d(0xdb)));}}catch(_0x12cc64){logger[_0x58dd6d(0xb7)](_0x58dd6d(0x104)+_0x12cc64);}_0x493e66[_0x58dd6d(0xd3)](__drivers[0x0][_0x58dd6d(0x89)],0x0)&&await _0x493e66[_0x58dd6d(0xb4)](driverCleanup);}catch{}}),afterEach(async()=>{const _0xaa428f=a13_0x1c1e6b,_0x19f6cc={'GBtOA':function(_0x4d6d06,_0x22f047){return _0x4d6d06>_0x22f047;},'evNUr':function(_0x37890c){return _0x37890c();},'vHPZl':function(_0x403d92,_0x531fdd){return _0x403d92===_0x531fdd;},'XIqpw':'testcase','bfpYG':function(_0x205fa5,_0x139b37){return _0x205fa5>_0x139b37;},'MHemM':_0xaa428f(0x144),'CdARK':function(_0x20ecc7,_0x450856,_0x4a9d4f,_0x5c01cf){return _0x20ecc7(_0x450856,_0x4a9d4f,_0x5c01cf);},'vOepQ':function(_0x308fa9,_0x13cf49,_0x1c0467){return _0x308fa9(_0x13cf49,_0x1c0467);},'okoZe':function(_0xd49cc6){return _0xd49cc6();},'kwsoc':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','KXyzc':function(_0x11fdf7,_0x4cc9a5){return _0x11fdf7(_0x4cc9a5);},'sTYSW':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','MozVS':function(_0x35150a){return _0x35150a();},'uTDPQ':function(_0xf3fd5c){return _0xf3fd5c();},'oTlRK':_0xaa428f(0xf6),'gHPTv':function(_0x4d2889,_0x5017ae){return _0x4d2889>_0x5017ae;}},_0x219012='browserstack internal helper hook';try{_0x19f6cc['GBtOA'](__drivers[_0xaa428f(0x146)],0x1)&&(await _0x19f6cc[_0xaa428f(0xeb)](driverCleanup),__drivers[_0xaa428f(0xff)]());try{if(global['percy']&&_0x19f6cc['vHPZl'](global[_0xaa428f(0x94)],_0x19f6cc['XIqpw'])&&__drivers[0x0]){const _0x4bd394=_0x19f6cc[_0xaa428f(0xcd)](global['capabilities']['length'],0x0)?!!global[_0xaa428f(0x121)][0x0][_0xaa428f(0x130)]||!!global[_0xaa428f(0x121)][0x0][_0x19f6cc['MHemM']]:![],_0x6d78f0={};_0x6d78f0[_0xaa428f(0x130)]=_0x4bd394,await _0x19f6cc[_0xaa428f(0x123)](percyAutoCapture,__drivers[0x0],_0x19f6cc[_0xaa428f(0xd1)],_0x6d78f0);}}catch(_0x48c5e2){}const _0x4fc757=_0x19f6cc['vOepQ'](shouldScanTestForAccessibility,expect[_0xaa428f(0x11a)]()[_0xaa428f(0x88)],![]);try{if(_0x19f6cc['okoZe'](isAccessibilityAutomationSession)&&__drivers[0x0][_0xaa428f(0x106)]){_0x4fc757&&logger[_0xaa428f(0x142)](_0x19f6cc[_0xaa428f(0x112)]);const _0x306208={'saveResults':_0x4fc757,'testDetails':{'name':expect[_0xaa428f(0x11a)]()[_0xaa428f(0x88)],'testRunId':process[_0xaa428f(0xcc)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect[_0xaa428f(0x11a)]()[_0xaa428f(0x107)],'scopeList':[expect[_0xaa428f(0x11a)]()[_0xaa428f(0x88)]]},'platform':await _0x19f6cc[_0xaa428f(0x13a)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0]['executeAsyncScript'](_0xaa428f(0x10c),_0x306208),_0x4fc757&&logger[_0xaa428f(0x142)](_0x19f6cc['sTYSW']);}}catch(_0x515043){logger[_0xaa428f(0xb7)](_0xaa428f(0x109)+this[_0xaa428f(0xb0)]['titlePath']()+_0xaa428f(0x145),_0x515043);}await _0x19f6cc['MozVS'](setContext);try{if(_0x19f6cc[_0xaa428f(0x105)](isTestObservabilitySession)){global[_0xaa428f(0xd2)][0x0]&&await _0x19f6cc[_0xaa428f(0xe9)](sendPlatformDetails,global[_0xaa428f(0xd2)][0x0],TestDetails[_0xaa428f(0x114)](process[_0xaa428f(0x9d)]+':testAnalyticsId'));if(_0x19f6cc[_0xaa428f(0x12f)](isBrowserstackInfra)){const _0x18e3ee=_0xaa428f(0xf9)+Date[_0xaa428f(0x111)]();await _0x19f6cc[_0xaa428f(0xe9)](executeAnnotate,JSON[_0xaa428f(0x143)](_0x18e3ee),_0x19f6cc[_0xaa428f(0xe6)]);}}}catch(_0x59c4ed){}_0x19f6cc[_0xaa428f(0x132)](__drivers[0x0]['quitCount_'],0x0)&&await _0x19f6cc[_0xaa428f(0xeb)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x40c1e8=a13_0x1c1e6b,_0x370122={'eEVwX':function(_0x1e62e1,_0x5ce3e5){return _0x1e62e1<=_0x5ce3e5;},'vcevk':function(_0x3859d0,_0xef58dc){return _0x3859d0(_0xef58dc);},'dSeSQ':function(_0x19c214){return _0x19c214();},'SbUTx':function(_0x44108d,_0x1b2da6,_0x480844){return _0x44108d(_0x1b2da6,_0x480844);}};jest[_0x40c1e8(0xde)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x511e41='browserstack internal helper hook';await new Promise(_0x444c71=>{const _0x85fd72=_0x40c1e8,_0x2f7f5c=_0x370122[_0x85fd72(0x10b)](setInterval,async()=>{const _0x1a2c7d=_0x85fd72;_0x370122[_0x1a2c7d(0xb2)](RequestQueueHandler[_0x1a2c7d(0x8e)]()[_0x1a2c7d(0x9e)],0x0)&&(_0x370122[_0x1a2c7d(0xfd)](clearInterval,_0x2f7f5c),_0x370122['dSeSQ'](_0x444c71));},0x3e8);});try{await _0x370122[_0x40c1e8(0x93)](driverCleanup);}catch(_0x312ef8){}process[_0x40c1e8(0x122)]();},0x2710);
1
+ const a13_0x37b791=a13_0x14d7;(function(_0x1495dc,_0x45f5a2){const _0x16d6ba=a13_0x14d7,_0x56e2de=_0x1495dc();while(!![]){try{const _0x4251f6=parseInt(_0x16d6ba(0x1cb))/0x1*(parseInt(_0x16d6ba(0x25a))/0x2)+parseInt(_0x16d6ba(0x252))/0x3+parseInt(_0x16d6ba(0x269))/0x4*(parseInt(_0x16d6ba(0x20a))/0x5)+parseInt(_0x16d6ba(0x26e))/0x6+-parseInt(_0x16d6ba(0x261))/0x7+-parseInt(_0x16d6ba(0x1be))/0x8*(parseInt(_0x16d6ba(0x21a))/0x9)+parseInt(_0x16d6ba(0x1ca))/0xa*(-parseInt(_0x16d6ba(0x251))/0xb);if(_0x4251f6===_0x45f5a2)break;else _0x56e2de['push'](_0x56e2de['shift']());}catch(_0x4a702c){_0x56e2de['push'](_0x56e2de['shift']());}}}(a13_0x1ff0,0x76dc8));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x37b791(0x24b)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x37b791(0x234));let __error_messages__=[];function a13_0x14d7(_0x570244,_0x2c9497){const _0x1ff016=a13_0x1ff0();return a13_0x14d7=function(_0x14d7f9,_0x44bddd){_0x14d7f9=_0x14d7f9-0x19d;let _0x5bb56d=_0x1ff016[_0x14d7f9];return _0x5bb56d;},a13_0x14d7(_0x570244,_0x2c9497);}const RequestQueueHandler=require(a13_0x37b791(0x1ef));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a13_0x37b791(0x231))[a13_0x37b791(0x1a8)],TestDetails=require(a13_0x37b791(0x1d7)),PerformanceTester=require(a13_0x37b791(0x219));function stripUnicode(_0x5b9ddd){const _0x2b227c=a13_0x37b791;return _0x5b9ddd[_0x2b227c(0x220)](/\\u001b\[.*?m/g,'')[_0x2b227c(0x1d8)](0x1,-0x1);}function a13_0x1ff0(){const _0xa52bb7=['\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','yOelB','ILhSe','removeAllListeners','dWGoY','Jfxcj','passed','sLWVy','MsUeI','getInstance','Uoinq','hrAGw','npIew','dYOYf',':testAnalyticsId','addReporter','description','../../helpers/test-observability/utils','cNLup','length','tCMtG','executeAsyncScript','hkWWn','8466909mIWafe','2090517FBdIeh','app','Cpoax','Rjjfb','zZvsM','FGbzk','.\x20Error\x20:','IFMrp','2498AOqmyP','HrdFi','initQuit','quitCount_','pendingUploads','QMBLv','JLIbJ','4498809wxnYdM','dIGSl','titlePath','dqFqn','GDhbh','debug','Ljpbu','ISHTD','47148ukGwAQ','BQmAm','tzFYh','testcase','GjlZD','1581966Mrbhcf','DVOcJ','pid','TxtzT','cGNCB','NZvDn','PGuqv','vdJbs','Cmkrx','BS_A11Y_TEST_RUN_ID','cCcls','Failed\x20to\x20store\x20session\x20name:\x20','OcAee','DdNwY',',\x22level\x22:\x20\x22','yfYKV','winstonLogger','__drivers','browserstackSessionName','env','isAccessibilityPlatform','ogSKY','https:','bUjDD','currentTestName','WAzDn','shift','owrAX','HeJGp','\x22,\x22level\x22:\x20\x22info\x22}}','testPath','IATmf','CFWoC','currentTest','TDfVd','WSDSF','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','percy','8BXFVMI','sCWuA','qbZzv','SdipX','fPLXX','hpoxK','now','njgDb','CPSEF','KPiKg','EUeFT','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','10OdhqtF','720pTtZnb','UBdxV','gHXmQ','bgCWq','ghzMb','AmWjM','http:','tTcdl','HyEtJ','kbnjT','appium:app','AQknE','./test-observability/test-details','slice','undefined','Dctpz','gvnga','rNhNx','\x20|\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','tGxMu','pnFST','JIfoF','DwovJ','STMSW','PDAyn','message','SYgtU','tmzEI','\x22,\x22level\x22:\x20\x22error\x22}}','PgUzL','VvGWh','QwKry','isArray','KhuyT','WuoWQ','../../helpers/test-observability/requestQueueHandler','VUBPx','info','GqQRz','NuDow','PMvMh','GBXkq','NDIvo','error','OfpdH','getEnv','LnCWc','Vguui','stringify','CNIaf','log','EupQw','yJjKC','FqIFA','nmVUa','dcyEt','setTimeout','RaeKm','session_','wzlbu','capabilities','nadli','175coLiPv','ElhzO','AaagV','EjvLV','name','WbCLZ','URMHT','failed','czitK','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20','kwElQ','IgCVh','BWHnb','iJjun','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','../../helpers/performance-tester','3357567PeLIez','pngnT','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','WiKQx','protocol','\x22}}','replace','percyCaptureMode','DJUWQ','yrDbc','bQqYO','mERqV','AemoJ','getState','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Bhgrt','failedExpectations','LPAIS','qHAMe','GDpCM','OCRhz','LVYte','executeScript','../../helpers/logger','kyLSo','kdAnE','../../helpers/helper','pushPerfMeasures','push','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','errors','DrafL'];a13_0x1ff0=function(){return _0xa52bb7;};return a13_0x1ff0();}async function setContext(){const _0x361d5a=a13_0x37b791,_0x33e236={'PDAyn':function(_0xa1aa6b,_0x3e335b){return _0xa1aa6b(_0x3e335b);},'WAzDn':function(_0x25adea,_0x280a70){return _0x25adea<=_0x280a70;},'njgDb':function(_0x18a765,_0x5351fb){return _0x18a765(_0x5351fb);},'DwovJ':function(_0x419b72){return _0x419b72();},'CPSEF':function(_0x339d5e,_0x222264,_0x4b4650){return _0x339d5e(_0x222264,_0x4b4650);},'cXVit':_0x361d5a(0x237),'MsUeI':function(_0x62d83f){return _0x62d83f();},'NZvDn':function(_0x1a4d7f,_0x46b070){return _0x1a4d7f!==_0x46b070;},'GBXkq':_0x361d5a(0x201),'WbCLZ':'kStck','BWHnb':function(_0x3b9d7e,_0x15c516){return _0x3b9d7e===_0x15c516;},'Uoinq':_0x361d5a(0x22e),'hkWWn':function(_0x59c0a5,_0x52c42d){return _0x59c0a5!==_0x52c42d;},'KBNgs':_0x361d5a(0x1d9),'kyLSo':_0x361d5a(0x233),'dIGSl':function(_0x23cf68,_0x2c9429){return _0x23cf68>_0x2c9429;},'zZvsM':function(_0x257e5a,_0x3215a6){return _0x257e5a!==_0x3215a6;},'OcAee':_0x361d5a(0x1db),'VvGWh':'prVLa','pngnT':'tRSOj','FhOnr':_0x361d5a(0x26b),'AmWjM':_0x361d5a(0x1e3),'gaDtX':_0x361d5a(0x1a5),'Dctpz':function(_0x59cb92,_0x58be0e){return _0x59cb92>_0x58be0e;},'IFMrp':function(_0x5b3251,_0x47cdff){return _0x5b3251===_0x47cdff;},'bgCWq':_0x361d5a(0x1fb),'kwElQ':_0x361d5a(0x19e),'JIfoF':_0x361d5a(0x1d3),'YiMmK':_0x361d5a(0x229),'dWGoY':function(_0x538aa8,_0x3ed8ea){return _0x538aa8!==_0x3ed8ea;},'SYgtU':_0x361d5a(0x1c1)};if(!_0x33e236[_0x361d5a(0x242)](isBrowserstackInfra)){if(_0x33e236[_0x361d5a(0x19d)](_0x33e236[_0x361d5a(0x1f5)],_0x33e236[_0x361d5a(0x20f)]))return;else _0x50779d=!![],_0x4eba46=_0x33e236[_0x361d5a(0x1e4)](_0x171988,_0x1620b7['stringify'](_0x3e2ae5[_0x361d5a(0x238)][0x0][0x0][_0x361d5a(0x1e5)]||_0x4a0644['errors'][0x0][0x0]));}if(!sessionNameProvided){if(_0x33e236[_0x361d5a(0x216)](_0x33e236[_0x361d5a(0x244)],_0x33e236[_0x361d5a(0x244)])){const _0xd847d8=expect[_0x361d5a(0x227)]()[_0x361d5a(0x1b0)];await __drivers[0x0]['executeScript'](_0x361d5a(0x228)+_0xd847d8+_0x361d5a(0x21f));}else _0x45bd5f=![];}let _0x23ff42=null,_0x77f3a6=![];if(_0x33e236[_0x361d5a(0x250)](typeof jasmine,_0x33e236['KBNgs'])){if(_0x33e236[_0x361d5a(0x216)](_0x33e236[_0x361d5a(0x232)],_0x33e236[_0x361d5a(0x232)])){if(jasmine[_0x361d5a(0x1b9)][_0x361d5a(0x22a)]&&_0x33e236[_0x361d5a(0x262)](jasmine[_0x361d5a(0x1b9)]['failedExpectations'][_0x361d5a(0x24d)],0x0))_0x33e236[_0x361d5a(0x256)](_0x33e236[_0x361d5a(0x1a4)],_0x33e236[_0x361d5a(0x1ea)])?(_0x77f3a6=!![],_0x23ff42=_0x33e236[_0x361d5a(0x1c5)](stripUnicode,JSON[_0x361d5a(0x1fc)](jasmine[_0x361d5a(0x1b9)][_0x361d5a(0x22a)][0x0][_0x361d5a(0x1e5)]))):_0x33e236[_0x361d5a(0x1b1)](_0x236a36[_0x361d5a(0x243)]()[_0x361d5a(0x25e)],0x0)&&(_0x33e236[_0x361d5a(0x1c5)](_0x5509b2,_0x24a1cf),_0x33e236[_0x361d5a(0x1e2)](_0x5440b1));else{if(_0x33e236[_0x361d5a(0x250)](_0x33e236[_0x361d5a(0x21b)],_0x33e236['FhOnr']))_0x23ff42=_0x33e236[_0x361d5a(0x1e4)](stripUnicode,JSON[_0x361d5a(0x1fc)](jasmine[_0x361d5a(0x1b9)][_0x361d5a(0x24a)]));else{const _0x8a84fb={'TxtzT':function(_0x50b61d,_0x25c007){const _0x320ad0=_0x361d5a;return _0x33e236[_0x320ad0(0x1b1)](_0x50b61d,_0x25c007);},'Jfxcj':function(_0x2e9fb6,_0x27df04){return _0x33e236['njgDb'](_0x2e9fb6,_0x27df04);},'ISHTD':function(_0x5b6961){const _0x32ab38=_0x361d5a;return _0x33e236[_0x32ab38(0x1e2)](_0x5b6961);}},_0x3cdbe6=_0x33e236[_0x361d5a(0x1c6)](_0x4d2e3e,async()=>{const _0x102b76=_0x361d5a;_0x8a84fb[_0x102b76(0x271)](_0xd9db5f[_0x102b76(0x243)]()['pendingUploads'],0x0)&&(_0x8a84fb[_0x102b76(0x23f)](_0x199c5e,_0x3cdbe6),_0x8a84fb[_0x102b76(0x268)](_0x57ae8b));},0x3e8);}}}else _0x6528f0['info'](_0x33e236['cXVit']);}else{if(_0x33e236[_0x361d5a(0x19d)](_0x33e236[_0x361d5a(0x1d0)],_0x33e236['gaDtX']))testContext[_0x361d5a(0x238)]&&_0x33e236[_0x361d5a(0x1da)](testContext[_0x361d5a(0x238)][_0x361d5a(0x24d)],0x0)?_0x33e236[_0x361d5a(0x259)](_0x33e236[_0x361d5a(0x1ce)],_0x33e236['bgCWq'])?(_0x77f3a6=!![],_0x23ff42=_0x33e236[_0x361d5a(0x1c5)](stripUnicode,JSON[_0x361d5a(0x1fc)](testContext['errors'][0x0][0x0][_0x361d5a(0x1e5)]||testContext[_0x361d5a(0x238)][0x0][0x0]))):_0x154081[_0x361d5a(0x1fe)](_0x352d55):_0x33e236['zZvsM'](_0x33e236[_0x361d5a(0x214)],_0x33e236['kwElQ'])?_0x29d015=_0x33e236['njgDb'](_0x5a8e87,_0x1d5f55[_0x361d5a(0x1fc)](_0x5d197e[_0x361d5a(0x1b9)][_0x361d5a(0x24a)])):_0x23ff42=_0x33e236[_0x361d5a(0x1c5)](stripUnicode,JSON[_0x361d5a(0x1fc)](testContext[_0x361d5a(0x20e)]));else{const _0x5d29a5={};_0x5d29a5['specStarted']=_0x22d338=>{const _0x157e2c=_0x361d5a;_0x36bcaa[_0x157e2c(0x1b9)]=_0x22d338;},_0x1f376e[_0x361d5a(0x1f9)]()['addReporter'](_0x5d29a5);}}_0x77f3a6?_0x33e236[_0x361d5a(0x250)](_0x33e236[_0x361d5a(0x1e1)],_0x33e236['YiMmK'])?(__error_messages__[_0x361d5a(0x236)](_0x23ff42),await __drivers[0x0][_0x361d5a(0x230)](_0x361d5a(0x1de)+_0x23ff42+_0x361d5a(0x1e8))):_0x12703b['currentTest']=_0x37c5b1:_0x33e236[_0x361d5a(0x23e)](_0x33e236['SYgtU'],_0x33e236[_0x361d5a(0x1e6)])?(_0x4b76d2=!![],_0x30d48b=_0x33e236[_0x361d5a(0x1e4)](_0x41a38f,_0x5a3fb3[_0x361d5a(0x1fc)](_0x13fee0[_0x361d5a(0x1b9)][_0x361d5a(0x22a)][0x0]['message']))):await __drivers[0x0][_0x361d5a(0x230)](_0x361d5a(0x218)+_0x23ff42+_0x361d5a(0x1b5));}const executeAnnotate=async(_0x593c67,_0x10d24a)=>{const _0x18344c=a13_0x37b791;await global['__drivers'][0x0][_0x18344c(0x230)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x593c67+_0x18344c(0x1a6)+_0x10d24a+_0x18344c(0x21f));};async function driverCleanup(){const _0x49bf2a=a13_0x37b791,_0x25d563={'IgCVh':_0x49bf2a(0x1c9),'nadli':function(_0x17d237,_0x3b0948){return _0x17d237>_0x3b0948;},'UBdxV':function(_0x572125,_0x127f39){return _0x572125(_0x127f39);},'HeJGp':function(_0x5cdae9,_0x5a7161){return _0x5cdae9(_0x5a7161);},'ygYuq':function(_0x189d21){return _0x189d21();},'cGNCB':function(_0x51f591){return _0x51f591();},'EupQw':function(_0xad8af1,_0x5a4888){return _0xad8af1===_0x5a4888;},'AaagV':_0x49bf2a(0x1f8),'CFWoC':function(_0x521e98,_0x49021b){return _0x521e98===_0x49021b;},'gHXmQ':_0x49bf2a(0x1b3),'HcKEG':_0x49bf2a(0x217),'dqFqn':_0x49bf2a(0x24e),'cNLup':function(_0x146cfc,_0x4eeb35,_0x3d315a,_0x4030cb){return _0x146cfc(_0x4eeb35,_0x3d315a,_0x4030cb);},'DPfgB':_0x49bf2a(0x211),'ruuNz':_0x49bf2a(0x1dd),'JLIbJ':function(_0x48779e,_0x590130){return _0x48779e===_0x590130;},'RaeKm':_0x49bf2a(0x23b),'TDfVd':function(_0x500a78,_0x1fff09,_0x1ce4be){return _0x500a78(_0x1fff09,_0x1ce4be);},'mERqV':_0x49bf2a(0x240),'tTcdl':function(_0xea172c,_0x3affba){return _0xea172c===_0x3affba;},'qHAMe':'nVWHp','AemoJ':function(_0x34efb6,_0x4d218a){return _0x34efb6===_0x4d218a;},'NuDow':_0x49bf2a(0x267),'PMvMh':_0x49bf2a(0x202),'FGbzk':function(_0x133517,_0x559bf7){return _0x133517!==_0x559bf7;},'BQmAm':_0x49bf2a(0x1ad),'GjlZD':_0x49bf2a(0x25f),'bUjDD':_0x49bf2a(0x1a2)};if(!_0x25d563[_0x49bf2a(0x272)](isBrowserstackInfra)){if(_0x25d563[_0x49bf2a(0x1ff)](_0x25d563[_0x49bf2a(0x20c)],_0x25d563[_0x49bf2a(0x20c)]))return;else return _0x3f4dd4['replace'](/\\u001b\[.*?m/g,'')[_0x49bf2a(0x1d8)](0x1,-0x1);}let _0x2dad94=![];try{_0x25d563['CFWoC'](_0x25d563[_0x49bf2a(0x1cd)],_0x25d563[_0x49bf2a(0x1cd)])?(await __drivers[0x0]['session_'],_0x2dad94=!![],_0x25d563[_0x49bf2a(0x209)](__error_messages__['length'],0x0)?_0x25d563[_0x49bf2a(0x1b8)](_0x25d563['HcKEG'],_0x25d563[_0x49bf2a(0x264)])?_0xd26aac[_0x49bf2a(0x1f1)](_0x25d563[_0x49bf2a(0x215)]):await _0x25d563[_0x49bf2a(0x24c)](markSessionStatus,__drivers[0x0],_0x25d563['DPfgB'],__error_messages__['join'](_0x25d563['ruuNz'])):_0x25d563[_0x49bf2a(0x260)](_0x25d563['RaeKm'],_0x25d563[_0x49bf2a(0x205)])?await _0x25d563[_0x49bf2a(0x1ba)](markSessionStatus,__drivers[0x0],_0x25d563[_0x49bf2a(0x225)]):_0x140736[_0x49bf2a(0x238)]&&_0x25d563[_0x49bf2a(0x209)](_0x36fc97['errors'][_0x49bf2a(0x24d)],0x0)?(_0x3750a8=!![],_0x1b646e=_0x25d563[_0x49bf2a(0x1cc)](_0x56704,_0x188bd7['stringify'](_0x28b9e4[_0x49bf2a(0x238)][0x0][0x0]['message']||_0x29761d[_0x49bf2a(0x238)][0x0][0x0]))):_0x61090e=_0x25d563[_0x49bf2a(0x1cc)](_0x482805,_0x4feca7[_0x49bf2a(0x1fc)](_0x3c1567[_0x49bf2a(0x20e)]))):_0x1b6aea=new _0x2313c0(_0x2e1177);}catch(_0x2dafd8){_0x25d563[_0x49bf2a(0x1d2)](_0x25d563['qHAMe'],_0x25d563[_0x49bf2a(0x22c)])?console[_0x49bf2a(0x1fe)](_0x2dafd8):_0x27b353[_0x49bf2a(0x266)](_0x49bf2a(0x1a3)+_0x5568e9);}__error_messages__=[];if(_0x2dad94){if(_0x25d563[_0x49bf2a(0x226)](_0x25d563[_0x49bf2a(0x1f3)],_0x25d563[_0x49bf2a(0x1f4)]))_0x25d563[_0x49bf2a(0x1b4)](_0x5f53b0,_0x3921c2),_0x25d563['ygYuq'](_0x36ce33);else try{_0x25d563[_0x49bf2a(0x257)](_0x25d563[_0x49bf2a(0x26a)],_0x25d563[_0x49bf2a(0x26d)])?await __drivers[0x0][_0x49bf2a(0x25c)]():_0x101fa3[_0x49bf2a(0x1f7)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x49bf2a(0x1b9)][_0x49bf2a(0x263)]()+_0x49bf2a(0x258),_0x892886);}catch(_0x54e01e){_0x25d563['FGbzk'](_0x25d563['bUjDD'],_0x25d563[_0x49bf2a(0x1af)])?_0x554043['log'](_0xe17ad9):console[_0x49bf2a(0x1fe)](_0x54e01e);}}}beforeAll(async()=>{const _0x168857=a13_0x37b791,_0x131b0c={'IATmf':function(_0xc6ee52,_0x2f0d75){return _0xc6ee52===_0x2f0d75;},'sLWVy':_0x168857(0x1ee),'GDpCM':function(_0x3d7b38,_0x20f298){return _0x3d7b38(_0x20f298);},'SuIuS':function(_0x313618,_0x4e8c2b){return _0x313618>_0x4e8c2b;},'fPLXX':function(_0x298a9d,_0x316c1a){return _0x298a9d!==_0x316c1a;},'qbZzv':'undefined','yJjKC':'rSMTp','wzlbu':_0x168857(0x19f),'YQjYY':function(_0x497b68,_0x39d642){return _0x497b68!==_0x39d642;},'ghzMb':'RHjnZ','DJUWQ':_0x168857(0x25b),'dcyEt':function(_0x205c05,_0x3053ee){return _0x205c05===_0x3053ee;},'Cmkrx':_0x168857(0x1df),'yrDbc':_0x168857(0x254),'bQqYO':function(_0x2ec76f){return _0x2ec76f();},'tmzEI':function(_0x40b150,_0x39045f){return _0x40b150!==_0x39045f;},'czitK':'WKifU','EUeFT':_0x168857(0x1bb),'yfYKV':function(_0x430704,_0x404967){return _0x430704!==_0x404967;},'AQknE':_0x168857(0x1f2),'ILhSe':_0x168857(0x246),'DVOcJ':function(_0x5f5722,_0x590210,_0x53bfbd){return _0x5f5722(_0x590210,_0x53bfbd);}};PerformanceTester['startMonitoring']();const _0x338ec4='browserstack internal helper hook';if(_0x131b0c[_0x168857(0x1c2)](typeof jasmine,_0x131b0c[_0x168857(0x1c0)])){if(_0x131b0c['IATmf'](_0x131b0c[_0x168857(0x200)],_0x131b0c[_0x168857(0x207)]))return;else jasmine[_0x168857(0x1f9)]()[_0x168857(0x249)]({'specStarted':_0x194798=>{const _0x4e57a6=_0x168857;if(_0x131b0c[_0x4e57a6(0x1b7)](_0x131b0c[_0x4e57a6(0x241)],_0x131b0c[_0x4e57a6(0x241)]))jasmine[_0x4e57a6(0x1b9)]=_0x194798;else return;}});}let _0x2a338d=![];try{_0x131b0c['YQjYY'](_0x131b0c[_0x168857(0x1cf)],_0x131b0c[_0x168857(0x222)])?(await __drivers[0x0][_0x168857(0x206)],_0x2a338d=!![]):_0x49168f=_0x131b0c[_0x168857(0x22d)](_0x221b1f,_0x42728f[_0x168857(0x1fc)](_0x5b2f62[_0x168857(0x20e)]));}catch(_0x54fbbb){}if(_0x2a338d)try{try{_0x131b0c[_0x168857(0x203)](_0x131b0c[_0x168857(0x1a0)],_0x131b0c[_0x168857(0x223)])?_0x53b589[_0x168857(0x1b9)][_0x168857(0x22a)]&&_0x131b0c['SuIuS'](_0x319452[_0x168857(0x1b9)][_0x168857(0x22a)]['length'],0x0)?(_0x149cad=!![],_0x507c04=_0x131b0c[_0x168857(0x22d)](_0x66cb0,_0x45a93d[_0x168857(0x1fc)](_0x56904f[_0x168857(0x1b9)]['failedExpectations'][0x0][_0x168857(0x1e5)]))):_0xc3894c=_0x131b0c[_0x168857(0x22d)](_0x1cdda1,_0x447928[_0x168857(0x1fc)](_0x59a456[_0x168857(0x1b9)]['description'])):_0x131b0c[_0x168857(0x224)](isTestObservabilitySession)&&(_0x131b0c[_0x168857(0x1e7)](_0x131b0c[_0x168857(0x212)],_0x131b0c[_0x168857(0x1c8)])?global['__drivers'][0x0]&&(_0x131b0c[_0x168857(0x1a7)](_0x131b0c[_0x168857(0x1d6)],_0x131b0c[_0x168857(0x23c)])?await _0x131b0c[_0x168857(0x26f)](sendPlatformDetails,global[_0x168857(0x1a9)][0x0],TestDetails['getTestUUID'](process['pid']+_0x168857(0x248))):_0x1bb739[_0x168857(0x1f7)](_0x168857(0x1bc)+_0x3cc764)):(_0x31ed58['isArray'](_0x500efc)&&_0x58f786[0x0]&&(_0x24962e[0x0][_0x168857(0x1aa)]=_0x1a6e61),_0x80b35f[_0x168857(0x1aa)]=_0x10a882));}catch{}}catch(_0xcb21d7){}}),beforeEach(async()=>{const _0x5da6f6=a13_0x37b791,_0x3b21eb={'LPAIS':function(_0x1fd0ec,_0x619db9){return _0x1fd0ec>_0x619db9;},'LnCWc':function(_0x107e75){return _0x107e75();},'rNhNx':function(_0x11ae50,_0x430603,_0x340568){return _0x11ae50(_0x430603,_0x340568);},'DrafL':function(_0xd805a2,_0x575118){return _0xd805a2===_0x575118;},'pnFST':_0x5da6f6(0x1d1),'KhuyT':function(_0x57f1e5,_0x2b96b4){return _0x57f1e5===_0x2b96b4;},'hpoxK':_0x5da6f6(0x1ae),'EjvLV':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','CNIaf':function(_0x2e10db,_0x1040ec){return _0x2e10db>_0x1040ec;},'VZELK':function(_0x10d553){return _0x10d553();}},_0x355a6c='browserstack internal helper hook';try{_0x3b21eb['LPAIS'](__drivers[_0x5da6f6(0x24d)],0x1)&&(await _0x3b21eb[_0x5da6f6(0x1fa)](driverCleanup),__drivers[_0x5da6f6(0x1b2)]());const _0x564ff5=expect[_0x5da6f6(0x227)]()[_0x5da6f6(0x1b0)];try{Array[_0x5da6f6(0x1ec)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x5da6f6(0x1aa)]=_0x564ff5),global[_0x5da6f6(0x1aa)]=_0x564ff5;}catch(_0x37b641){logger['debug']('Failed\x20to\x20store\x20session\x20name:\x20'+_0x37b641);}__drivers[0x0][_0x5da6f6(0x1aa)]=_0x564ff5;_0x3b21eb[_0x5da6f6(0x22b)](__drivers[0x0][_0x5da6f6(0x25d)],0x0)&&await _0x3b21eb[_0x5da6f6(0x1fa)](driverCleanup);const _0x6821d6=_0x3b21eb[_0x5da6f6(0x1dc)](shouldScanTestForAccessibility,_0x564ff5,![]);if(_0x3b21eb['LnCWc'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x5da6f6(0x1ac)])try{const _0x54129f=await __drivers[0x0][_0x5da6f6(0x206)];if(_0x54129f){let _0x356b04=!![];const _0x420ebe=await __drivers[0x0]['getCurrentUrl']();let _0x393146;try{_0x393146=new URL(_0x420ebe);}catch(_0x48f1e6){_0x356b04=![];}_0x356b04=_0x3b21eb[_0x5da6f6(0x239)](_0x393146['protocol'],_0x3b21eb[_0x5da6f6(0x1e0)])||_0x3b21eb[_0x5da6f6(0x1ed)](_0x393146[_0x5da6f6(0x21e)],_0x3b21eb[_0x5da6f6(0x1c3)]),_0x356b04&&(_0x6821d6?(logger[_0x5da6f6(0x1f1)](_0x3b21eb[_0x5da6f6(0x20d)]),await __drivers[0x0][_0x5da6f6(0x24f)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20')):await __drivers[0x0][_0x5da6f6(0x230)](_0x5da6f6(0x23a)));}}catch(_0x5c97a3){logger[_0x5da6f6(0x1f7)](_0x5da6f6(0x1bc)+_0x5c97a3);}_0x3b21eb[_0x5da6f6(0x1fd)](__drivers[0x0][_0x5da6f6(0x25d)],0x0)&&await _0x3b21eb['VZELK'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x565840=a13_0x37b791,_0x3f93af={'LVYte':function(_0x3c833e,_0x17a51e){return _0x3c833e>_0x17a51e;},'PgUzL':function(_0x574418){return _0x574418();},'dJLui':function(_0x1fd030,_0x5e76c8){return _0x1fd030===_0x5e76c8;},'uGwLX':_0x565840(0x26c),'ElhzO':function(_0x4666c5,_0x2a0fc6){return _0x4666c5>_0x2a0fc6;},'IvnSF':_0x565840(0x1d5),'sCWuA':function(_0x38b696,_0x56520d,_0x16b773,_0x19e3e4){return _0x38b696(_0x56520d,_0x16b773,_0x19e3e4);},'URMHT':function(_0x58ed20,_0x53b3a1,_0x2a9376){return _0x58ed20(_0x53b3a1,_0x2a9376);},'qNkHL':_0x565840(0x1c9),'hrAGw':function(_0x156cff,_0x26da84){return _0x156cff(_0x26da84);},'NDIvo':_0x565840(0x237),'dYOYf':function(_0x5e9997){return _0x5e9997();},'KPiKg':function(_0x23c8b1){return _0x23c8b1();},'kbnjT':function(_0x29d4f0,_0x2f8700,_0x5596b9){return _0x29d4f0(_0x2f8700,_0x5596b9);},'QwKry':_0x565840(0x266),'WiKQx':function(_0x1d45f0){return _0x1d45f0();}},_0x182cac='browserstack internal helper hook';try{_0x3f93af[_0x565840(0x22f)](__drivers[_0x565840(0x24d)],0x1)&&(await _0x3f93af[_0x565840(0x1e9)](driverCleanup),__drivers[_0x565840(0x1b2)]());try{if(global[_0x565840(0x1bd)]&&_0x3f93af['dJLui'](global[_0x565840(0x221)],_0x3f93af['uGwLX'])&&__drivers[0x0]){const _0x2ef502=_0x3f93af[_0x565840(0x20b)](global[_0x565840(0x208)]['length'],0x0)?!!global[_0x565840(0x208)][0x0][_0x565840(0x253)]||!!global[_0x565840(0x208)][0x0][_0x3f93af['IvnSF']]:![],_0x327572={};_0x327572[_0x565840(0x253)]=_0x2ef502,await _0x3f93af[_0x565840(0x1bf)](percyAutoCapture,__drivers[0x0],_0x3f93af['uGwLX'],_0x327572);}}catch(_0x43b0cb){}const _0x179837=_0x3f93af[_0x565840(0x210)](shouldScanTestForAccessibility,expect[_0x565840(0x227)]()['currentTestName'],![]);try{if(_0x3f93af[_0x565840(0x1e9)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x179837&&logger[_0x565840(0x1f1)](_0x3f93af['qNkHL']);const _0x347fb5={'saveResults':_0x179837,'testDetails':{'name':expect[_0x565840(0x227)]()['currentTestName'],'testRunId':process[_0x565840(0x1ab)][_0x565840(0x1a1)],'filePath':expect[_0x565840(0x227)]()[_0x565840(0x1b6)],'scopeList':[expect['getState']()[_0x565840(0x1b0)]]},'platform':await _0x3f93af[_0x565840(0x245)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x565840(0x24f)](_0x565840(0x213),_0x347fb5),_0x179837&&logger[_0x565840(0x1f1)](_0x3f93af[_0x565840(0x1f6)]);}}catch(_0x5af0f3){logger[_0x565840(0x1f7)](_0x565840(0x21c)+this[_0x565840(0x1b9)]['titlePath']()+_0x565840(0x258),_0x5af0f3);}await _0x3f93af[_0x565840(0x247)](setContext);try{if(_0x3f93af[_0x565840(0x1c7)](isTestObservabilitySession)){global[_0x565840(0x1a9)][0x0]&&await _0x3f93af['URMHT'](sendPlatformDetails,global[_0x565840(0x1a9)][0x0],TestDetails['getTestUUID'](process[_0x565840(0x270)]+_0x565840(0x248)));if(_0x3f93af[_0x565840(0x1e9)](isBrowserstackInfra)){const _0xbd0366='ObservabilitySync:'+Date[_0x565840(0x1c4)]();await _0x3f93af[_0x565840(0x1d4)](executeAnnotate,JSON['stringify'](_0xbd0366),_0x3f93af[_0x565840(0x1eb)]);}}}catch(_0x324873){}_0x3f93af[_0x565840(0x20b)](__drivers[0x0][_0x565840(0x25d)],0x0)&&await _0x3f93af[_0x565840(0x21d)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x43ce5d=a13_0x37b791,_0x43c777={'wgGtV':function(_0x5bf1d0,_0x467fac){return _0x5bf1d0<=_0x467fac;},'Rjjfb':function(_0x3896cc,_0x1709ed){return _0x3896cc(_0x1709ed);},'IJYDz':function(_0x3edd9f){return _0x3edd9f();},'GDhbh':function(_0x530fee,_0x458405,_0x480cd3){return _0x530fee(_0x458405,_0x480cd3);},'VUBPx':function(_0x41cb90){return _0x41cb90();}};jest[_0x43ce5d(0x204)](0x186a0),PerformanceTester[_0x43ce5d(0x235)]();const _0x46833d='browserstack internal helper hook';await new Promise(_0x38bf5d=>{const _0x433543=_0x43ce5d,_0x1ec44e=_0x43c777[_0x433543(0x265)](setInterval,async()=>{const _0x59630d=_0x433543;_0x43c777['wgGtV'](RequestQueueHandler[_0x59630d(0x243)]()[_0x59630d(0x25e)],0x0)&&(_0x43c777[_0x59630d(0x255)](clearInterval,_0x1ec44e),_0x43c777['IJYDz'](_0x38bf5d));},0x3e8);});try{await _0x43c777[_0x43ce5d(0x1f0)](driverCleanup);}catch(_0x83268){}process[_0x43ce5d(0x23d)]();},0x2710);
@@ -1 +1 @@
1
- const a14_0x237a98=a14_0x4749;(function(_0x5cc66f,_0x4a3c6d){const _0x383cc3=a14_0x4749,_0x2b594d=_0x5cc66f();while(!![]){try{const _0x131c2d=-parseInt(_0x383cc3(0xe2))/0x1+-parseInt(_0x383cc3(0xe3))/0x2*(-parseInt(_0x383cc3(0xe8))/0x3)+parseInt(_0x383cc3(0xe1))/0x4*(parseInt(_0x383cc3(0xe6))/0x5)+-parseInt(_0x383cc3(0xe5))/0x6+-parseInt(_0x383cc3(0xe4))/0x7*(-parseInt(_0x383cc3(0xdb))/0x8)+parseInt(_0x383cc3(0xdd))/0x9+parseInt(_0x383cc3(0xdc))/0xa*(-parseInt(_0x383cc3(0xdf))/0xb);if(_0x131c2d===_0x4a3c6d)break;else _0x2b594d['push'](_0x2b594d['shift']());}catch(_0x919652){_0x2b594d['push'](_0x2b594d['shift']());}}}(a14_0x4225,0x2aabb));const requestSpy=require(a14_0x237a98(0xe9)),{addRequestSpy}=require(a14_0x237a98(0xe0));beforeAll(()=>{const _0x48b4b5={'EcVYi':function(_0x2b5266){return _0x2b5266();}},_0x4427e1='browserstack internal helper hook';_0x48b4b5['EcVYi'](addRequestSpy);}),afterAll(async()=>{const _0x58b808=a14_0x237a98,_0x4eb199='browserstack internal helper hook';jest[_0x58b808(0xde)](0xea60),requestSpy[_0x58b808(0xe7)]();});function a14_0x4749(_0x548c95,_0x5a0a61){const _0x422549=a14_0x4225();return a14_0x4749=function(_0x4749b2,_0x56702f){_0x4749b2=_0x4749b2-0xdb;let _0x32aaf9=_0x422549[_0x4749b2];return _0x32aaf9;},a14_0x4749(_0x548c95,_0x5a0a61);}function a14_0x4225(){const _0x200a48=['../../../helpers/test-observability/utils','2636AgFdwq','182704RlyvGg','2nNoHpL','176771bNmIcy','1159818bPwMvQ','170KAHzcj','restore','396819jIHXZp','../../../helpers/request-spy','96MoouSw','294890CYqlnX','1368441iSZzjG','setTimeout','22KAtVhY'];a14_0x4225=function(){return _0x200a48;};return a14_0x4225();}
1
+ (function(_0x2c9f1f,_0x52d731){const _0x22041a=a14_0x5663,_0x4abcc4=_0x2c9f1f();while(!![]){try{const _0x56cd59=-parseInt(_0x22041a(0x197))/0x1+-parseInt(_0x22041a(0x1a4))/0x2+-parseInt(_0x22041a(0x19b))/0x3*(-parseInt(_0x22041a(0x1a0))/0x4)+parseInt(_0x22041a(0x19e))/0x5*(parseInt(_0x22041a(0x198))/0x6)+-parseInt(_0x22041a(0x1a1))/0x7+-parseInt(_0x22041a(0x19a))/0x8*(parseInt(_0x22041a(0x199))/0x9)+-parseInt(_0x22041a(0x19c))/0xa*(-parseInt(_0x22041a(0x19d))/0xb);if(_0x56cd59===_0x52d731)break;else _0x4abcc4['push'](_0x4abcc4['shift']());}catch(_0x1d251f){_0x4abcc4['push'](_0x4abcc4['shift']());}}}(a14_0x1db1,0xc88a9));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require('../../../helpers/test-observability/utils');function a14_0x5663(_0x3e92e7,_0x5655a0){const _0x1db143=a14_0x1db1();return a14_0x5663=function(_0x5663ff,_0x527093){_0x5663ff=_0x5663ff-0x197;let _0x212e28=_0x1db143[_0x5663ff];return _0x212e28;},a14_0x5663(_0x3e92e7,_0x5655a0);}beforeAll(()=>{const _0x20fa18=a14_0x5663,_0x4c98c0={'vgKNo':function(_0xa6b629){return _0xa6b629();}},_0x31ba79='browserstack internal helper hook';_0x4c98c0[_0x20fa18(0x1a3)](addRequestSpy);}),afterAll(async()=>{const _0x47a534=a14_0x5663,_0x40cb20='browserstack internal helper hook';jest[_0x47a534(0x1a2)](0xea60),requestSpy[_0x47a534(0x19f)]();});function a14_0x1db1(){const _0x1f61a0=['9YaZAfe','3113944baUanK','2823KdnqOn','4740EHWMNb','33935TsJqwV','30565REMcHE','restore','4460SYdrwT','8949283Dygjkk','setTimeout','vgKNo','1065840XlmQPy','1042158GkCDDP','1524Dndpwv'];a14_0x1db1=function(){return _0x1f61a0;};return a14_0x1db1();}
@@ -1 +1 @@
1
- const a15_0x276431=a15_0x3f14;(function(_0x269487,_0x59f5f9){const _0x4fb151=a15_0x3f14,_0x4e9932=_0x269487();while(!![]){try{const _0xc5aaa=-parseInt(_0x4fb151(0x81))/0x1+parseInt(_0x4fb151(0x93))/0x2*(parseInt(_0x4fb151(0x88))/0x3)+-parseInt(_0x4fb151(0x7f))/0x4+-parseInt(_0x4fb151(0x95))/0x5+parseInt(_0x4fb151(0x7d))/0x6+-parseInt(_0x4fb151(0x84))/0x7+parseInt(_0x4fb151(0x79))/0x8*(parseInt(_0x4fb151(0x8d))/0x9);if(_0xc5aaa===_0x59f5f9)break;else _0x4e9932['push'](_0x4e9932['shift']());}catch(_0x4164f2){_0x4e9932['push'](_0x4e9932['shift']());}}}(a15_0x296f,0x657ed));const testOpsHelper=require(a15_0x276431(0x83)),helper=require(a15_0x276431(0x8b));function a15_0x3f14(_0x2f090a,_0x31e481){const _0x296f90=a15_0x296f();return a15_0x3f14=function(_0x3f14a8,_0x4c1914){_0x3f14a8=_0x3f14a8-0x78;let _0x11fb6a=_0x296f90[_0x3f14a8];return _0x11fb6a;},a15_0x3f14(_0x2f090a,_0x31e481);}function a15_0x296f(){const _0x5cc5a7=['get','765120MKxWET','cliConfig','push','../../../helpers/helper','rerunTests','117xGVyWm','oHaKk','BROWSERSTACK_RERUN_TESTS','trim','isUndefined','updateTestRerunConfig','2WFhTBb','shouldReRunObservabilityTests','2859970njiyKj','env','1475416FRDfRL','length','testMatch','isTestObservabilitySession','435000FEILUs','cjyns','2689800MdxQVB','has','643735vsNUGY','null','../../../helpers/test-observability/utils','2948309KyzCQu','uZhyX','zwRUp'];a15_0x296f=function(){return _0x5cc5a7;};return a15_0x296f();}exports[a15_0x276431(0x92)]=(_0x17cd04,_0x7d4ba)=>{const _0xcece54=a15_0x276431,_0x24fdaa={};_0x24fdaa[_0xcece54(0x8e)]=_0xcece54(0x8c),_0x24fdaa[_0xcece54(0x85)]=function(_0x160b5f,_0x91c1d){return _0x160b5f!==_0x91c1d;},_0x24fdaa['zwRUp']=_0xcece54(0x82),_0x24fdaa[_0xcece54(0x7e)]=function(_0x537df9,_0x3b0eee){return _0x537df9>_0x3b0eee;};const _0x192410=_0x24fdaa;if(testOpsHelper[_0xcece54(0x7c)]()&&testOpsHelper[_0xcece54(0x94)]()){let _0x3c58c2=process[_0xcece54(0x78)][_0xcece54(0x8f)];!helper[_0xcece54(0x91)](_0x7d4ba[_0xcece54(0x89)])&&_0x7d4ba[_0xcece54(0x89)][_0xcece54(0x80)](_0x192410[_0xcece54(0x8e)])&&(_0x3c58c2=_0x7d4ba[_0xcece54(0x89)][_0xcece54(0x87)](_0x192410[_0xcece54(0x8e)]));const _0x4671b6=[];_0x192410[_0xcece54(0x85)](_0x3c58c2,_0x192410[_0xcece54(0x86)])&&_0x192410['uZhyX'](_0x3c58c2,null)&&_0x3c58c2['split'](',')['map'](_0x4c3be5=>{const _0x54934b=_0xcece54;_0x4671b6[_0x54934b(0x8a)](''+_0x4c3be5[_0x54934b(0x90)]());}),_0x192410['cjyns'](_0x4671b6[_0xcece54(0x7a)],0x0)&&(_0x17cd04['testRegex']=_0x4671b6,delete _0x17cd04[_0xcece54(0x7b)]);}};
1
+ const a15_0x9a28cd=a15_0x5e95;function a15_0x483d(){const _0x3137ba=['63301OCwTrL','isUndefined','392bgeRXO','updateTestRerunConfig','8370dBYwjN','shouldReRunObservabilityTests','null','has','isTestObservabilitySession','testRegex','LlBBn','split','itvte','CaaEf','rerunTests','2694205WZvdih','9ZmEbTv','HcKvx','CyHYA','295158Pabqvi','160684DwMJAe','738765wyjqpf','3996GElKBF','trim','116922dshIym','testMatch','map','push','../../../helpers/helper','cliConfig'];a15_0x483d=function(){return _0x3137ba;};return a15_0x483d();}function a15_0x5e95(_0x4f27e1,_0x105546){const _0x483d18=a15_0x483d();return a15_0x5e95=function(_0x5e9560,_0x169bbc){_0x5e9560=_0x5e9560-0x15f;let _0x546510=_0x483d18[_0x5e9560];return _0x546510;},a15_0x5e95(_0x4f27e1,_0x105546);}(function(_0x2e5648,_0x5ba833){const _0x32ce9a=a15_0x5e95,_0x200d2f=_0x2e5648();while(!![]){try{const _0xdc062e=-parseInt(_0x32ce9a(0x164))/0x1+parseInt(_0x32ce9a(0x162))/0x2+-parseInt(_0x32ce9a(0x15f))/0x3*(parseInt(_0x32ce9a(0x163))/0x4)+parseInt(_0x32ce9a(0x17c))/0x5+parseInt(_0x32ce9a(0x167))/0x6+-parseInt(_0x32ce9a(0x16d))/0x7*(-parseInt(_0x32ce9a(0x16f))/0x8)+-parseInt(_0x32ce9a(0x165))/0x9*(-parseInt(_0x32ce9a(0x171))/0xa);if(_0xdc062e===_0x5ba833)break;else _0x200d2f['push'](_0x200d2f['shift']());}catch(_0x5a75b3){_0x200d2f['push'](_0x200d2f['shift']());}}}(a15_0x483d,0xa1774));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a15_0x9a28cd(0x16b));exports[a15_0x9a28cd(0x170)]=(_0x482810,_0x1c2adc)=>{const _0x4335e4=a15_0x9a28cd,_0x433bc5={};_0x433bc5[_0x4335e4(0x17a)]=_0x4335e4(0x17b),_0x433bc5[_0x4335e4(0x177)]=function(_0x26f739,_0x5e74da){return _0x26f739!==_0x5e74da;},_0x433bc5[_0x4335e4(0x160)]=_0x4335e4(0x173),_0x433bc5[_0x4335e4(0x179)]=function(_0x1e010c,_0x5a9a84){return _0x1e010c!==_0x5a9a84;},_0x433bc5[_0x4335e4(0x161)]=function(_0x23753b,_0xcc5e54){return _0x23753b>_0xcc5e54;};const _0x393646=_0x433bc5;if(testOpsHelper[_0x4335e4(0x175)]()&&testOpsHelper[_0x4335e4(0x172)]()){let _0x38da6c=process['env']['BROWSERSTACK_RERUN_TESTS'];!helper[_0x4335e4(0x16e)](_0x1c2adc[_0x4335e4(0x16c)])&&_0x1c2adc['cliConfig'][_0x4335e4(0x174)](_0x393646[_0x4335e4(0x17a)])&&(_0x38da6c=_0x1c2adc[_0x4335e4(0x16c)]['get'](_0x393646[_0x4335e4(0x17a)]));const _0x230daf=[];_0x393646['LlBBn'](_0x38da6c,_0x393646[_0x4335e4(0x160)])&&_0x393646[_0x4335e4(0x179)](_0x38da6c,null)&&_0x38da6c[_0x4335e4(0x178)](',')[_0x4335e4(0x169)](_0x509fa0=>{const _0x5cbbe4=_0x4335e4;_0x230daf[_0x5cbbe4(0x16a)](''+_0x509fa0[_0x5cbbe4(0x166)]());}),_0x393646[_0x4335e4(0x161)](_0x230daf['length'],0x0)&&(_0x482810[_0x4335e4(0x176)]=_0x230daf,delete _0x482810[_0x4335e4(0x168)]);}};
@@ -1 +1 @@
1
- const a16_0x29210a=a16_0x2f29;function a16_0x56ee(){const _0x173ac1=['file','WhUHO','Rfgfi','fSKxl','_paths','JBFxX','hooks','eRYYB','getHierarchy','Bfply','QjDZi','ITWPC','qzsQT','XQcnS','GiQNP','CsWEC','markedStatus','QWApJ','sHhty','txtIm','_gitConfigured',':testAnalyticsId','PiYFG','YQywh','BEFORE_EACH','OJoeB','tzhQa','mIdnn','testObservability','_testResults','asyncError','mzMoJ','beforeAll','ZWJuS','parse','ByTnn','etGvV','pIFfQ','agdQh','aqlVv','ZpcEj','\x22\x20hook\x20for\x20\x22','bcAKQ','563240AQyrVc','QKbyE','ftDGG','call','File\x20path\x20could\x20not\x20be\x20found','rUtTE','root','1654852HepQVz','hook_run','appendTestItemLog','resetTestHooks','gIkUd','ovgnE','YfrVS','ejdAO','pzUez','33257MYJQTF','UZjFB','MmEiU','test_run_uuid','TtCeV','toISOString','2126855knRGnl','xCVGQ','DYgze','parent','Gxvmo','nEyfB','lbvaV','CunsM','LBQsm','wpRoh','prefixTestPath','BLVcb','failure_reason_expanded','apply','registerListeners','qOyeo','Opwbr','_gitConfigPath','nlCwY','ZkxPj','rYIRW','afterEach','fQVBu','pLuqe','pOMgi','HLffb','uhcmg','ZObxF','maEQq','DzzQV','BbpLV','SuDjg','oWFEp','Ffqri','ZUDxt','ixKFu','LDFXu','Rtklk','gamKc','tLExc','REtEK','oPCmr','jest-circus','generic','../../../../package.json','GjZZr','hookAnalyticsId','aKMuT','1348263IyQYKc','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','name','uuid','zvafu','MSNRo','TestRunSkipped','VKEJe','cDuMh','BKsQw','wQxhN','Borpc','CBTSessionCreated','dRXLz','HcovH','mdDtY','path','logs','CFjHN','HSFUd','bnjWi','bTudt','frBvk','ethFV','NMxot','cBrbe','abdmj','Uopts','js-','TrDig','started_at','IHyHq','RnEIJ','zNBtv','NVDOM','kAsNe',':hookAnalyticsId','statSync','XCFjK','wDBUA','yZDot','now','forEach','AFTER_ALL','jjEQF','beforeEach','JkclL','uploadEventData','FcXOF','result','osRTN','mapTestHooks','hook_data','Qqebx','BEFORE_ALL','vtzmM','configureGit','../../utils/constants','failure_reason','setTestUUID','ixJhm','RhivJ','reverse','ZiXge','jfpdJ','failure_backtrace','LmfUY','dWvAC','TcKqZ','WfPgw','_testEnv','javascript','QyrPL','ARNfY','1|4|3|5|2|6|0','passed','yviic','getRootParentFile','backtrace','getTestEnv','VXQrI','612OKJrik','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','tLfdX','duration','fdwBV','1096552YPwHcF','testAnalyticsId','AWTTH','wVCAO','relative','GKpqa','LlUTF','BiFmy','umMfY','includes','OSwRS','errorsDetailed','hook_failure','pIlYM','FtBUI','XMlYn','EZVSw','sep','DVtzG','XfWHa','hfFsO','BsnqU','aVgsn','VEVQc','title','dirname','qoDQm','BGnac','oiqZN','MGICw','hook_run_uuid','DJHLo','HLtlv','findGitConfig','sendTestRunEvent','YYMjs','pending','../../../helpers/helper','dgOZy','failure','qhVRf','SSXFx','cQlXf','zGImv','qGgtO','cgBVA','length','qhdeb','XLbAv','./test-details','FkIuD','UBXcd','FSBnu','cRIGJ','VLjPN','wNkuw','fhxqQ','GvTBQ','HookRunFinished','dBjLk','oVLsr','getHooksForTest','ZvHlT','VTwSL','VEXaJ','adlVE','SRXLE','msJjm','UeNcI','UJWmM','XGZrB','hook_type','clzCy','current_hook','hSXnD','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','XGrYR','iBnID','MDWhA','bs:addLog:','split','getTestUUID','hJVNk','removeAllListeners','VtMMU','RKnFc','xPXox','vXFsg','Eyqio','OaXvr','2135196QNtNCh','GKsFr','abnnb','Tvthl','RcVci','DLuRd','fdDxZ','LjuqR','nJfmQ','type','push','getName','.git','ArPef','bind','expanded','tOQid','JfKuf','\x20with\x20error\x20:\x20','XPAOd','current_test','WDduv','AVMeB','http_response','config','PGOJH','_currentRetry','ZqzCO','appendTestPlatform','UdTZq','NChYP','bs:addPlatformDetails:','FPxZv','getFileName','UAYeU','GCUAc','zbEUB','uOQFM','SspGz','AXHdz','pzvhz','aHzks','KepHX','tGKjs','location_prefix','getTime','err','ukIFu','fYHTP','test','5|1|3|2|0|4|6','KUEbr','stack-trace','rISGm','WDDlU','PMVvC','match','wbFtf','mkcnO','pid','WTdkj','gKZdS','HPSmj','TestRunFinished','WFDpE','failed','TestRunStarted','STATE_PASSED','retryOf','nhjTI','testStarted','kLuPS','quQDn','afterAll','event_type','SQHDA','zuLkd','test_run','join','toString','nuomr','exports','eFQdi','finished_at','analyticsResult'];a16_0x56ee=function(){return _0x173ac1;};return a16_0x56ee();}function a16_0x2f29(_0x92f67c,_0x3273d4){const _0x56eef3=a16_0x56ee();return a16_0x2f29=function(_0x2f29d3,_0xd2d0){_0x2f29d3=_0x2f29d3-0xbb;let _0x338300=_0x56eef3[_0x2f29d3];return _0x338300;},a16_0x2f29(_0x92f67c,_0x3273d4);}(function(_0x130ff8,_0x4ef243){const _0x1d2ba5=a16_0x2f29,_0x3febc4=_0x130ff8();while(!![]){try{const _0x3a0e21=parseInt(_0x1d2ba5(0x135))/0x1+parseInt(_0x1d2ba5(0x13c))/0x2+-parseInt(_0x1d2ba5(0x17b))/0x3+parseInt(_0x1d2ba5(0x22b))/0x4+-parseInt(_0x1d2ba5(0x14b))/0x5+-parseInt(_0x1d2ba5(0x1cc))/0x6*(parseInt(_0x1d2ba5(0x145))/0x7)+-parseInt(_0x1d2ba5(0x1d1))/0x8;if(_0x3a0e21===_0x4ef243)break;else _0x3febc4['push'](_0x3febc4['shift']());}catch(_0x2c75cf){_0x3febc4['push'](_0x3febc4['shift']());}}}(a16_0x56ee,0x687e2));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require('uuid'),{name,version}=require(a16_0x29210a(0x177)),stackTrace=require(a16_0x29210a(0xe9)),path=require(a16_0x29210a(0x18b)),fs=require('fs'),TestDetails=require(a16_0x29210a(0x202)),{FRAMEWORKS}=require(a16_0x29210a(0x1b4)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require(a16_0x29210a(0x1f6)),a16_0x317389={};a16_0x317389[a16_0x29210a(0xf8)]=a16_0x29210a(0x1c6),a16_0x317389['STATE_FAILED']=a16_0x29210a(0xf6),a16_0x317389['STATE_PENDING']='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x317389,a16_0x2683ad={};a16_0x2683ad[a16_0x29210a(0x12a)]=a16_0x29210a(0x1b1),a16_0x2683ad[a16_0x29210a(0xfe)]=a16_0x29210a(0x1a6),a16_0x2683ad[a16_0x29210a(0x1a8)]=a16_0x29210a(0x122),a16_0x2683ad[a16_0x29210a(0x160)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x2683ad;module[a16_0x29210a(0x106)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x4cdcf3=a16_0x29210a,_0xeeca88={'DLuRd':_0x4cdcf3(0xe7),'PiYFG':function(_0x202661){return _0x202661();}},_0x3109e9=_0xeeca88[_0x4cdcf3(0x230)]['split']('|');let _0x2d622a=0x0;while(!![]){switch(_0x3109e9[_0x2d622a++]){case'0':this[_0x4cdcf3(0x1af)]=[];continue;case'1':this[_0x4cdcf3(0x127)]=[];continue;case'2':this[_0x4cdcf3(0x10e)]=new PathHelper({'cwd':process['cwd']()},this[_0x4cdcf3(0x1c1)][_0x4cdcf3(0xe1)]);continue;case'3':this[_0x4cdcf3(0x1c1)]=this[_0x4cdcf3(0x1ca)]();continue;case'4':this[_0x4cdcf3(0x11e)]=![];continue;case'5':this[_0x4cdcf3(0x126)]=_0xeeca88[_0x4cdcf3(0x120)](isTestObservabilitySession);continue;case'6':this[_0x4cdcf3(0x15c)]=null;continue;}break;}}[a16_0x29210a(0x1ca)]=()=>{const _0x3685fe=a16_0x29210a,_0x591b72={'bcAKQ':_0x3685fe(0x176),'fAzJB':function(_0xbfd9a3){return _0xbfd9a3();}};return{'ci':_0x591b72[_0x3685fe(0x134)],'key':_0x591b72['fAzJB'](uuidv4),'version':version,'collector':_0x3685fe(0x197)+name};};[a16_0x29210a(0x159)](){const _0x3c5e80=a16_0x29210a;process[_0x3c5e80(0x224)]('bs:addLog:'+process[_0x3c5e80(0xf0)]),process['on']('bs:addLog:'+process[_0x3c5e80(0xf0)],this[_0x3c5e80(0x13e)]['bind'](this)),process[_0x3c5e80(0x224)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x3c5e80(0xd4)+process[_0x3c5e80(0xf0)],this[_0x3c5e80(0xd1)][_0x3c5e80(0xc3)](this));}[a16_0x29210a(0xfb)]=async _0x22e707=>{const _0x2e990b=a16_0x29210a,_0x10212d={'rYIRW':function(_0x5365a0,_0x4a68e3){return _0x5365a0(_0x4a68e3);},'zGImv':function(_0x4c7fd3,_0x2dfdb6){return _0x4c7fd3===_0x2dfdb6;},'ITWPC':_0x2e990b(0x174),'oVLsr':_0x2e990b(0x1a7),'SSXFx':function(_0x5eea5d,_0x3115d4){return _0x5eea5d>_0x3115d4;},'uOQFM':_0x2e990b(0x1f1),'OSwRS':_0x2e990b(0xf7),'fquOQ':function(_0x2a15aa,_0x2e3020){return _0x2a15aa===_0x2e3020;},'osRTN':_0x2e990b(0x105),'RDLze':_0x2e990b(0x1d7),'JfKuf':function(_0x4d6516,_0x5e663c){return _0x4d6516!==_0x5e663c;},'RcVci':_0x2e990b(0x19c)};try{if(_0x10212d[_0x2e990b(0x1fc)](_0x10212d[_0x2e990b(0x115)],_0x10212d[_0x2e990b(0x20d)])){if(!_0x1e8ccb||!_0x155b23[_0x2e990b(0x14e)])return;_0x227461[_0x2e990b(0x14e)]['hooks']['forEach'](_0xa51af4=>{const _0x72fb65=_0x2e990b;!_0xa51af4[_0x72fb65(0x179)]&&(_0xa51af4[_0x72fb65(0x179)]=_0x8e267a[_0x72fb65(0x1b6)](_0x1e5ec3[_0x72fb65(0xf0)]+':hookAnalyticsId'));}),this[_0x2e990b(0x1ae)](_0x1093cb['parent']);}else{const _0x46da7e=this['current_test'];this[_0x2e990b(0xc9)]=_0x22e707,_0x22e707[_0x2e990b(0xf9)]=null,_0x22e707[_0x2e990b(0x1d2)]=TestDetails[_0x2e990b(0x1b6)](process[_0x2e990b(0xf0)]+_0x2e990b(0x11f)),_0x22e707[_0x2e990b(0x199)]=new Date()[_0x2e990b(0x14a)]();if(_0x10212d[_0x2e990b(0x1fa)](_0x22e707[_0x2e990b(0xcf)],0x0)&&_0x46da7e&&_0x10212d[_0x2e990b(0x1fc)](_0x46da7e[_0x2e990b(0x1e9)],_0x22e707[_0x2e990b(0x1e9)])){if(_0x10212d[_0x2e990b(0x1fc)](_0x10212d[_0x2e990b(0xda)],_0x10212d[_0x2e990b(0xda)]))_0x22e707['retryOf']=_0x46da7e[_0x2e990b(0x1d2)],await this[_0x2e990b(0x1f3)](_0x22e707,undefined,![],_0x10212d[_0x2e990b(0x1db)]),_0x46da7e['state']=STATE_FAILED,await this[_0x2e990b(0x1f3)](_0x46da7e,undefined,!![]);else{this['hook_data'][_0x2e990b(0xbf)](_0x3325fe);return;}}else _0x10212d['fquOQ'](_0x10212d[_0x2e990b(0x1ad)],_0x10212d['RDLze'])?_0x10212d[_0x2e990b(0x15f)](_0x796dfe,_0x2e990b(0x21c)+_0x2719c1):await this[_0x2e990b(0x1f3)](_0x22e707,undefined,![],_0x10212d[_0x2e990b(0x1db)]);}}catch(_0x5706ef){if(_0x10212d[_0x2e990b(0xc6)](_0x10212d[_0x2e990b(0x22f)],_0x10212d[_0x2e990b(0x22f)]))return;else _0x10212d[_0x2e990b(0x15f)](debug,_0x2e990b(0x17c)+_0x5706ef);}};[a16_0x29210a(0xc0)](_0x2b9f09){const _0x1d527e=a16_0x29210a,_0x3bcf07={};_0x3bcf07[_0x1d527e(0x16c)]=function(_0x453b9c,_0x3e9a4f){return _0x453b9c==_0x3e9a4f;},_0x3bcf07[_0x1d527e(0x11d)]=function(_0x2826b6,_0xb6e33c){return _0x2826b6===_0xb6e33c;},_0x3bcf07[_0x1d527e(0x172)]=_0x1d527e(0xc1),_0x3bcf07[_0x1d527e(0xeb)]=_0x1d527e(0xcd),_0x3bcf07['UJWmM']=function(_0x577751,_0x352162){return _0x577751!==_0x352162;},_0x3bcf07['DYgze']='test',_0x3bcf07[_0x1d527e(0x19b)]=function(_0x3714a2,_0x2afb7f){return _0x3714a2!==_0x2afb7f;},_0x3bcf07[_0x1d527e(0x213)]=_0x1d527e(0x17f);const _0x398e29=_0x3bcf07;if(_0x398e29[_0x1d527e(0x216)](_0x2b9f09['type'],_0x398e29[_0x1d527e(0x14d)])){if(_0x398e29[_0x1d527e(0x19b)](_0x398e29[_0x1d527e(0x213)],_0x398e29[_0x1d527e(0x213)])){const _0x51f78e=_0x3e584e['sep'];if(_0x398e29['Ffqri'](_0xe40458,null)||_0x398e29[_0x1d527e(0x11d)](_0x542e35,'')||_0x398e29[_0x1d527e(0x11d)](_0x3e4b85,_0x51f78e))return null;try{return _0x10c291[_0x1d527e(0x1a0)](_0x4c233c['join'](_0x26d257,_0x398e29[_0x1d527e(0x172)],_0x398e29[_0x1d527e(0xeb)])),_0x11975f;}catch(_0x2a456d){const _0xc32f9f=_0x41c2ba[_0x1d527e(0x1ea)](_0x3fadba);return this[_0x1d527e(0x1f2)](_0xc32f9f);}}else return'\x22'+_0x2b9f09[_0x1d527e(0xbe)]+_0x1d527e(0x133)+(_0x2b9f09[_0x1d527e(0x14e)]&&_0x2b9f09['parent'][_0x1d527e(0x17d)])+'\x22';}return _0x2b9f09[_0x1d527e(0x17d)];}['sendTestRunEvent']=async(_0x721b2b,_0x4407d4=undefined,_0x5df335=![],_0x29cd37=a16_0x29210a(0xf4))=>{const _0x570776=a16_0x29210a,_0x238a8f={'TtCeV':'beforeEach','ethFV':'afterEach','EZVSw':_0x570776(0x199),'XQcnS':_0x570776(0x108),'nJPBb':'.git','DiywX':_0x570776(0xcd),'tzhQa':_0x570776(0x1c5),'eRYYB':function(_0x4be45b){return _0x4be45b();},'BLVcb':_0x570776(0x1c6),'ByTnn':_0x570776(0x1f5),'VtMMU':_0x570776(0xf6),'PEvEE':_0x570776(0x1bc),'qhVRf':_0x570776(0x1c9),'BKsQw':_0x570776(0x157),'dgOZy':_0x570776(0xc4),'QWApJ':function(_0x588e5a,_0x42f404){return _0x588e5a(_0x42f404);},'QyrPL':_0x570776(0xe6),'xCVGQ':_0x570776(0x218),'Tvthl':_0x570776(0x13d),'VTwSL':'test_run','rISGm':_0x570776(0x1ac),'Uopts':'skipped','kAsNe':_0x570776(0x1f8),'qhdeb':'failure_type','fdDxZ':function(_0x1c4c08,_0x5df061){return _0x1c4c08!==_0x5df061;},'clzCy':_0x570776(0x119),'nhjTI':'4|0|2|1|3','GCUAc':_0x570776(0x1b5),'abdmj':function(_0x5682fd,_0x3c5fb5){return _0x5682fd!==_0x3c5fb5;},'tUOFN':_0x570776(0x146),'aqlVv':_0x570776(0x1d4),'bTudt':function(_0xd9b079,_0x5d038c){return _0xd9b079===_0x5d038c;},'vXFsg':_0x570776(0xc2),'VEVQc':_0x570776(0x1ce),'yZDot':function(_0x573d90,_0x3256a4){return _0x573d90===_0x3256a4;},'LBQsm':'YbhSj','SspGz':_0x570776(0xe4),'ixKFu':function(_0x1dc5c0,_0x508a7b){return _0x1dc5c0===_0x508a7b;},'DrUuM':'cqUyk','becfe':'FhCxm','HphQF':function(_0x31859a,_0x496ed9){return _0x31859a(_0x496ed9);},'WhUHO':_0x570776(0x175),'fQVBu':function(_0x513a80,_0x100a91){return _0x513a80!==_0x100a91;},'ZpcEj':'UwPug','pyJtN':function(_0x5c51bc,_0x525b19){return _0x5c51bc(_0x525b19);},'kLuPS':'util','pIlYM':function(_0x46d572,_0x151159){return _0x46d572!==_0x151159;},'WTdkj':_0x570776(0x13a),'GKpqa':_0x570776(0x129),'aVgsn':function(_0x45ebd3,_0x7d5bde){return _0x45ebd3!==_0x7d5bde;},'wpRoh':_0x570776(0x188),'qGgtO':'jLFSj','hSXnD':_0x570776(0xe3),'pLuqe':function(_0x319391,_0x4cff8d){return _0x319391===_0x4cff8d;},'NMxot':_0x570776(0x229),'TcKqZ':_0x570776(0x1e5),'FzQQz':function(_0x538d42,_0x411859){return _0x538d42!==_0x411859;},'TgcCN':_0x570776(0x139),'ZAtCw':_0x570776(0x1c2),'oiqZN':_0x570776(0x181),'vqdQh':function(_0x1415aa,_0x2c52a5){return _0x1415aa>_0x2c52a5;},'YYMjs':function(_0x1be06a,_0x35c8b7){return _0x1be06a-_0x35c8b7;},'fYHTP':function(_0x2f5a0a,_0x864087){return _0x2f5a0a(_0x864087);},'GvTBQ':function(_0x69ce34,_0x173fd7){return _0x69ce34===_0x173fd7;},'XGrYR':_0x570776(0x18a),'bnjWi':function(_0x58951f,_0x2dcaa4){return _0x58951f===_0x2dcaa4;},'ZqzCO':_0x570776(0x204),'NChYP':_0x570776(0x214),'HcovH':_0x570776(0x20b),'RhivJ':function(_0xe0e060,_0x12aafe){return _0xe0e060!==_0x12aafe;},'RKnFc':_0x570776(0x1e3),'FPxZv':_0x570776(0x1c0),'REtEK':function(_0x2ef177,_0xd29c3a){return _0x2ef177!==_0xd29c3a;},'KUEbr':_0x570776(0x1e0),'zYRLU':function(_0x7929d6,_0x4a32e2){return _0x7929d6!==_0x4a32e2;},'qQTmH':_0x570776(0x11c),'BbpLV':_0x570776(0xf3),'MGICw':'ToIIb','HSFUd':'TestRunFinished','DzzQV':'TkGaP','ARNfY':'VyHiE','XGZrB':'egbdz','AOSqy':function(_0x2d937e,_0x2d153d){return _0x2d937e!==_0x2d153d;},'vfnyd':_0x570776(0xbd),'iSHgR':'aYxBu','aJvRE':function(_0x5b90d4,_0x75fcf9){return _0x5b90d4>_0x75fcf9;},'tOQid':_0x570776(0x183),'MDWhA':function(_0xd4da79,_0x5858f6){return _0xd4da79===_0x5858f6;},'OJoeB':function(_0x1f46fa,_0x4ab252){return _0x1f46fa!==_0x4ab252;},'fSKxl':_0x570776(0x164),'GiQNP':_0x570776(0x1be),'zuLkd':'beforeAll','PGOJH':_0x570776(0x208),'ZHRnI':function(_0xf4963d,_0x3765cb){return _0xf4963d===_0x3765cb;},'ZkxPj':_0x570776(0x16d),'vAQkC':_0x570776(0x12e)};try{if(_0x238a8f[_0x570776(0x195)](_0x238a8f['tUOFN'],_0x238a8f[_0x570776(0x131)])){if(_0x721b2b['fn']&&_0x721b2b['fn']['toString']()[_0x570776(0xed)](/browserstack internal helper hook/)){if(_0x238a8f[_0x570776(0x190)](_0x238a8f[_0x570776(0x228)],_0x238a8f[_0x570776(0x1e8)])){const _0x5b2b9f={};_0x5b2b9f[_0x570776(0x1fe)]=_0x238a8f[_0x570776(0x149)],_0x5b2b9f[_0x570776(0x142)]=_0x238a8f['ethFV'];const _0x2722b2=_0x5b2b9f;if(!_0xf01f23||!_0x18e32c[_0x570776(0x14e)])return;_0x3b27e4[_0x570776(0x14e)][_0x570776(0x110)][_0x570776(0x1a5)](_0x4a145f=>{const _0x25fc85=_0x570776;[_0x2722b2[_0x25fc85(0x1fe)],_0x2722b2['YfrVS']][_0x25fc85(0x1da)](_0x4a145f['type'])&&_0x4a145f['hookAnalyticsId']&&(_0x4a145f[_0x25fc85(0x179)]=null);}),this[_0x570776(0x1ae)](_0x5a8553[_0x570776(0x14e)]);}else return;}let _0x38fdb4;try{if(_0x238a8f[_0x570776(0x1a3)](_0x238a8f[_0x570776(0x153)],_0x238a8f[_0x570776(0xdb)]))return;else _0x38fdb4=this['getRootParentFile'](_0x721b2b);}catch(_0xdad0ac){_0x238a8f['ixKFu'](_0x238a8f['DrUuM'],_0x238a8f['becfe'])?_0x20e7e5[_0x238a8f[_0x570776(0x1e1)]]=_0x183953[_0x238a8f[_0x570776(0x117)]]:(_0x238a8f['HphQF'](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0xdad0ac),_0x38fdb4=null);}if(_0x38fdb4[_0x570776(0x1da)](_0x238a8f[_0x570776(0x10b)])){if(_0x238a8f[_0x570776(0x161)](_0x238a8f[_0x570776(0x132)],_0x238a8f[_0x570776(0x132)]))return _0x2916dc['statSync'](_0x23245f['join'](_0x437bbb,_0x238a8f['nJPBb'],_0x238a8f['DiywX'])),_0x134809;else return;}const _0x5929e6=_0x238a8f['pyJtN'](require,_0x238a8f[_0x570776(0xfc)]);let _0x100d88=[];if(_0x238a8f[_0x570776(0x1de)](_0x721b2b[_0x570776(0x1dc)],undefined)){if(_0x238a8f[_0x570776(0x190)](_0x238a8f[_0x570776(0xf1)],_0x238a8f[_0x570776(0x1d6)]))return;else _0x100d88=[_0x721b2b[_0x570776(0x1dc)],_0x238a8f[_0x570776(0x1c3)]];}else{if(_0x238a8f[_0x570776(0x1de)](_0x4407d4,undefined)){if(_0x238a8f['aVgsn'](_0x238a8f[_0x570776(0x154)],_0x238a8f[_0x570776(0x1fd)]))_0x100d88=[_0x4407d4,_0x238a8f[_0x570776(0x21b)]];else{const _0x5c6286=_0x238a8f[_0x570776(0x124)][_0x570776(0x221)]('|');let _0x415764=0x0;while(!![]){switch(_0x5c6286[_0x415764++]){case'0':this['_gitConfigPath']=null;continue;case'1':this[_0x570776(0x126)]=_0x238a8f[_0x570776(0x111)](_0x385b66);continue;case'2':this['hook_data']=[];continue;case'3':this[_0x570776(0x1c1)]=this[_0x570776(0x1ca)]();continue;case'4':this[_0x570776(0x127)]=[];continue;case'5':this[_0x570776(0x10e)]=new _0x309bb7({'cwd':_0x2fed17['cwd']()},this[_0x570776(0x1c1)][_0x570776(0xe1)]);continue;case'6':this[_0x570776(0x11e)]=![];continue;}break;}}}else _0x238a8f[_0x570776(0x162)](_0x238a8f[_0x570776(0x193)],_0x238a8f[_0x570776(0x1bf)])?this[_0x570776(0x15c)]=_0x4587ef[_0x570776(0x13b)]:_0x100d88=[];}const _0x5ed042=_0x238a8f[_0x570776(0xbb)](_0x721b2b[_0x570776(0x1dc)],undefined)?_0x5929e6['inspect'](_0x721b2b[_0x570776(0x1dc)][0x0]):_0x238a8f['FzQQz'](_0x4407d4,undefined)?_0x4407d4[_0x570776(0x104)]():undefined,_0x577693=_0x38fdb4?this[_0x570776(0x10e)][_0x570776(0x155)](this[_0x570776(0x1c8)](_0x721b2b)):_0x238a8f['TgcCN'],_0x5bea7c={'framework':FRAMEWORKS['JEST'],'uuid':_0x721b2b[_0x570776(0x1d2)]||_0x721b2b[_0x570776(0x179)],'name':this[_0x570776(0xc0)](_0x721b2b),'body':{'lang':_0x238a8f['ZAtCw'],'code':_0x721b2b['fn'][_0x570776(0x104)]()},'scopes':this[_0x570776(0x112)](_0x721b2b),'file_name':_0x577693,'vc_filepath':this[_0x570776(0x15c)]&&_0x38fdb4?path[_0x570776(0x1d5)](this['_gitConfigPath'],_0x38fdb4):null,'location':_0x577693,'result':_0x238a8f['yZDot'](_0x29cd37,_0x238a8f[_0x570776(0x1ed)])?_0x238a8f[_0x570776(0x196)]:this[_0x570776(0x109)](_0x721b2b[_0x570776(0x1dc)]&&_0x238a8f['vqdQh'](_0x721b2b['errorsDetailed'][_0x570776(0x1ff)],0x0)?_0x238a8f[_0x570776(0x225)]:_0x238a8f[_0x570776(0x156)]),'failure_reason':_0x5ed042,'duration_in_ms':_0x721b2b[_0x570776(0x1cf)]||(_0x29cd37[_0x570776(0xed)](/Finished/)||_0x29cd37['match'](/Skipped/)?_0x238a8f[_0x570776(0x1f4)](Date[_0x570776(0x1a4)](),new Date(_0x721b2b[_0x570776(0x199)])[_0x570776(0xe2)]()):null),'started_at':_0x721b2b['started_at'],'finished_at':_0x29cd37['match'](/Finished/)||_0x29cd37[_0x570776(0xed)](/Skipped/)?new Date()[_0x570776(0x14a)]():null,'failure':failureData[_0x570776(0x158)](null,_0x100d88),'failure_type':!_0x5ed042?null:_0x238a8f[_0x570776(0xe5)](getFailureType,_0x5ed042),'retry_of':_0x721b2b[_0x570776(0xf9)]};if(_0x238a8f['GvTBQ'](_0x29cd37,_0x238a8f[_0x570776(0x1ed)])&&!_0x5bea7c[_0x238a8f[_0x570776(0x1e1)]]){if(_0x238a8f[_0x570776(0x1a3)](_0x238a8f['XGrYR'],_0x238a8f[_0x570776(0x21d)]))_0x5bea7c[_0x238a8f[_0x570776(0x1e1)]]=_0x5bea7c[_0x238a8f[_0x570776(0x117)]];else{const _0x2cbaca={};return _0x2cbaca[_0x2d9b04]=_0x238a8f[_0x570776(0x156)],_0x2cbaca[_0x16ed7e]=_0x238a8f[_0x570776(0x12d)],_0x2cbaca[_0x36dcee]=_0x238a8f[_0x570776(0x225)],_0x2cbaca[_0x13ecca];}}if(_0x29cd37[_0x570776(0xed)](/HookRun/))_0x238a8f[_0x570776(0x18f)](_0x238a8f[_0x570776(0xd0)],_0x238a8f[_0x570776(0xd3)])?(_0x453823[_0x238a8f['PEvEE']]=_0x28e3b4[_0x238a8f[_0x570776(0x1f9)]],_0x54d59f[_0x238a8f[_0x570776(0x184)]]=_0x7088e9[_0x238a8f[_0x570776(0x1f7)]]):([_0x5bea7c['hook_type'],_0x5bea7c[_0x570776(0x17d)]]=[_0x721b2b[_0x570776(0xbe)],this[_0x570776(0xc0)](_0x721b2b)],_0x238a8f[_0x570776(0x162)](_0x29cd37,_0x238a8f[_0x570776(0x189)])&&(_0x238a8f[_0x570776(0x1b8)](_0x238a8f[_0x570776(0x226)],_0x238a8f[_0x570776(0xd5)])?_0x238a8f[_0x570776(0x1e7)](_0x5bea7c[_0x570776(0x1ac)],_0x238a8f[_0x570776(0x225)])&&(_0x238a8f[_0x570776(0x173)](_0x238a8f[_0x570776(0xe8)],_0x238a8f['KUEbr'])?_0x11cb41[_0x570776(0x179)]=_0x2f186e['setTestUUID'](_0x2729a0[_0x570776(0xf0)]+_0x570776(0x19f)):_0x5bea7c[_0x570776(0x1ac)]=_0x238a8f[_0x570776(0x156)]):_0x238a8f[_0x570776(0x11b)](_0x2d9b93,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5d0386)));else _0x29cd37[_0x570776(0xed)](/TestRun/)&&(_0x238a8f['zYRLU'](_0x238a8f['qQTmH'],_0x238a8f[_0x570776(0x169)])?this['mapTestHooks'](_0x721b2b):_0x4f13d9['result']=_0x238a8f[_0x570776(0x156)]);const _0x3813cf=_0x5bea7c[_0x238a8f['kAsNe']][0x0];_0x3813cf&&(_0x238a8f[_0x570776(0x190)](_0x238a8f[_0x570776(0x1ee)],_0x238a8f[_0x570776(0x1ee)])?(_0x5bea7c[_0x238a8f['PEvEE']]=_0x3813cf[_0x238a8f[_0x570776(0x1f9)]],_0x5bea7c[_0x238a8f[_0x570776(0x184)]]=_0x3813cf[_0x238a8f[_0x570776(0x1f7)]]):_0x349fb9=[]);[_0x238a8f[_0x570776(0x18e)],_0x238a8f[_0x570776(0x1ed)]][_0x570776(0x1da)](_0x29cd37)&&(_0x238a8f[_0x570776(0x1b8)](_0x238a8f[_0x570776(0x168)],_0x238a8f[_0x570776(0x1c4)])?(this[_0x570776(0x127)]['push'](_0x5bea7c),_0x5bea7c[_0x570776(0x110)]=this[_0x570776(0x20e)](_0x721b2b),this['resetTestHooks'](_0x721b2b)):_0x57f6ce=[_0x3f6f6b[_0x570776(0x1dc)],_0x238a8f[_0x570776(0x1c3)]]);const _0x151647={'event_type':_0x238a8f[_0x570776(0x1a3)](_0x29cd37,_0x238a8f[_0x570776(0x1ed)])?_0x238a8f[_0x570776(0x18e)]:_0x29cd37};_0x29cd37[_0x570776(0xed)](/HookRun/)?_0x238a8f[_0x570776(0x1e7)](_0x238a8f[_0x570776(0x217)],_0x238a8f[_0x570776(0x217)])?(_0x59a55f[_0x238a8f['xCVGQ']]=_0x5103f5[_0x2335c4[_0x238a8f[_0x570776(0x14c)]]],_0x16917[_0x238a8f['Tvthl']]=_0x166198):(_0x5bea7c[_0x238a8f['xCVGQ']]=HOOK_TYPES_MAP[_0x5bea7c[_0x238a8f[_0x570776(0x14c)]]],_0x151647[_0x238a8f['Tvthl']]=_0x5bea7c):_0x238a8f['AOSqy'](_0x238a8f['vfnyd'],_0x238a8f['iSHgR'])?_0x151647[_0x238a8f[_0x570776(0x210)]]=_0x5bea7c:(this[_0x570776(0x127)][_0x570776(0xbf)](_0x28d7a1),_0x51be4b[_0x570776(0x110)]=this['getHooksForTest'](_0x1f9221),this[_0x570776(0x13f)](_0x359091));_0x238a8f['aJvRE'](this[_0x570776(0x1af)][_0x570776(0x1ff)],0x0)&&[_0x238a8f[_0x570776(0x18e)],_0x238a8f[_0x570776(0x1ed)]][_0x570776(0x1da)](_0x29cd37)&&(_0x238a8f[_0x570776(0x16e)](_0x238a8f[_0x570776(0xc5)],_0x238a8f[_0x570776(0xc5)])?(this[_0x570776(0x1af)][_0x570776(0x1a5)](async _0x2610e9=>{const _0x3342c7=_0x570776;if(_0x238a8f[_0x3342c7(0xbb)](_0x238a8f[_0x3342c7(0x219)],_0x238a8f[_0x3342c7(0x219)]))_0x203f90[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f[_0x3342c7(0xea)]]=_0x238a8f[_0x3342c7(0x196)],_0x258b41[_0x238a8f['VTwSL']][_0x238a8f[_0x3342c7(0x19e)]]=null,_0x44d8ff[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f[_0x3342c7(0x200)]]=null;else{const _0x266641=_0x238a8f[_0x3342c7(0xfa)][_0x3342c7(0x221)]('|');let _0x5da75e=0x0;while(!![]){switch(_0x266641[_0x5da75e++]){case'0':_0x2610e9[_0x238a8f[_0x3342c7(0x22e)]][_0x238a8f['qhdeb']]=_0x151647[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f[_0x3342c7(0x200)]];continue;case'1':_0x2610e9[_0x238a8f[_0x3342c7(0x22e)]][_0x238a8f[_0x3342c7(0xd8)]]=_0x151647[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f[_0x3342c7(0xd8)]];continue;case'2':_0x2610e9[_0x238a8f[_0x3342c7(0x22e)]][_0x238a8f['rISGm']]=_0x151647[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f['rISGm']];continue;case'3':await SessionHandler[_0x3342c7(0x1aa)](_0x2610e9);continue;case'4':_0x2610e9[_0x238a8f[_0x3342c7(0x22e)]][_0x238a8f['kAsNe']]=_0x151647[_0x238a8f[_0x3342c7(0x210)]][_0x238a8f[_0x3342c7(0x19e)]];continue;}break;}}}),this[_0x570776(0x1af)]=[]):[_0x238a8f[_0x570776(0x149)],_0x238a8f[_0x570776(0x192)]][_0x570776(0x1da)](_0x136a88['type'])&&_0x4060d5['hookAnalyticsId']&&(_0x219eb8[_0x570776(0x179)]=null));if(_0x238a8f[_0x570776(0x21f)](this[_0x570776(0x1dd)],_0x721b2b[_0x570776(0xbe)])){if(_0x238a8f[_0x570776(0x123)](_0x238a8f[_0x570776(0x10d)],_0x238a8f[_0x570776(0x118)])){this[_0x570776(0x1af)][_0x570776(0xbf)](_0x151647);return;}else _0x451fed[_0x570776(0x224)](_0x570776(0x220)+_0x5e2357[_0x570776(0xf0)]),_0x48d168['on'](_0x570776(0x220)+_0x112b6c[_0x570776(0xf0)],this['appendTestItemLog'][_0x570776(0xc3)](this)),_0xc74dc8[_0x570776(0x224)](_0x570776(0xd4)+_0x1a10c3[_0x570776(0xf0)]),_0x42e540['on'](_0x570776(0xd4)+_0x2f2989[_0x570776(0xf0)],this[_0x570776(0xd1)][_0x570776(0xc3)](this));}_0x238a8f[_0x570776(0x20a)](this[_0x570776(0x1dd)],_0x238a8f[_0x570776(0x101)])&&_0x151647[_0x238a8f[_0x570776(0x210)]]&&(_0x238a8f[_0x570776(0x161)](_0x238a8f[_0x570776(0xce)],_0x238a8f[_0x570776(0xce)])?_0x238a8f[_0x570776(0xbb)](_0x46992e[_0x570776(0x1ac)],_0x238a8f['VtMMU'])&&(_0x29ca31[_0x570776(0x1ac)]=_0x238a8f[_0x570776(0x156)]):(_0x151647[_0x238a8f[_0x570776(0x210)]][_0x238a8f[_0x570776(0xea)]]=_0x238a8f['Uopts'],_0x151647[_0x238a8f[_0x570776(0x210)]][_0x238a8f['kAsNe']]=null,_0x151647[_0x238a8f[_0x570776(0x210)]][_0x238a8f[_0x570776(0x200)]]=null)),await SessionHandler[_0x570776(0x1aa)](_0x151647);}else _0x455505[_0x570776(0xbf)](_0x2a455f[_0x570776(0x179)]);}catch(_0x48fa7b){_0x238a8f['ZHRnI'](_0x238a8f[_0x570776(0x15e)],_0x238a8f['vAQkC'])?_0x238a8f['QWApJ'](_0xef578a,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0xd7b813+'\x20with\x20error\x20:\x20'+_0x2c29c2):_0x238a8f[_0x570776(0xe5)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x29cd37+_0x570776(0xc7)+_0x48fa7b);}};[a16_0x29210a(0x1f2)](_0x20cd0f){const _0x5337e7=a16_0x29210a,_0x8bbf5b={'abnnb':function(_0x34855d,_0x1c1af8){return _0x34855d(_0x1c1af8);},'UeNcI':function(_0x1465f4,_0x2d6dea){return _0x1465f4==_0x2d6dea;},'AVMeB':function(_0x218990,_0x1d7ad9){return _0x218990===_0x1d7ad9;},'nEyfB':function(_0x944822,_0x3efe66){return _0x944822===_0x3efe66;},'ydKpu':function(_0x874e8e,_0x2c447e){return _0x874e8e===_0x2c447e;},'agdQh':'mrodj','XfWHa':function(_0x13d035,_0x480a2d){return _0x13d035!==_0x480a2d;},'PMVvC':_0x5337e7(0x206),'HAIVe':_0x5337e7(0x144),'DJHLo':'.git','mIdnn':_0x5337e7(0xcd),'KepHX':function(_0x29d6c2,_0x22d62d){return _0x29d6c2!==_0x22d62d;},'lbvaV':_0x5337e7(0x1bd),'VEXaJ':_0x5337e7(0xef)},_0x24c171=path[_0x5337e7(0x1e2)];if(_0x8bbf5b[_0x5337e7(0x215)](_0x20cd0f,null)||_0x8bbf5b[_0x5337e7(0xcb)](_0x20cd0f,'')||_0x8bbf5b[_0x5337e7(0x150)](_0x20cd0f,_0x24c171)){if(_0x8bbf5b['ydKpu'](_0x8bbf5b['agdQh'],_0x8bbf5b[_0x5337e7(0x130)]))return null;else _0x6c5fe2[_0x5337e7(0x179)]=null;}try{if(_0x8bbf5b[_0x5337e7(0x1e4)](_0x8bbf5b[_0x5337e7(0xec)],_0x8bbf5b['HAIVe']))return fs[_0x5337e7(0x1a0)](path[_0x5337e7(0x103)](_0x20cd0f,_0x8bbf5b[_0x5337e7(0x1f0)],_0x8bbf5b[_0x5337e7(0x125)])),_0x20cd0f;else{const _0x4b3011=_0x58e526[_0x5337e7(0x12c)][_0x5337e7(0x138)](_0x25be6b,_0x41eb34[_0x5337e7(0x128)]);return _0x4b3011[0x0]['getFileName']();}}catch(_0x22eab6){if(_0x8bbf5b[_0x5337e7(0xdf)](_0x8bbf5b[_0x5337e7(0x151)],_0x8bbf5b[_0x5337e7(0x211)])){const _0x33880f=path['dirname'](_0x20cd0f);return this[_0x5337e7(0x1f2)](_0x33880f);}else _0x8bbf5b[_0x5337e7(0x22d)](_0x13d5d6,_0x5337e7(0x17c)+_0x10f232);}}['appendTestItemLog']=async _0x301e7d=>{const _0x114576=a16_0x29210a,_0x4d8d98={'Opwbr':'test_run','hlahf':_0x114576(0x176),'CFjHN':function(_0x5225f2){return _0x5225f2();},'qzsQT':function(_0x5bb7b8,_0x73adbc){return _0x5bb7b8!==_0x73adbc;},'LDFXu':_0x114576(0x166),'Eveis':'UpuAW','SHjGs':function(_0x329977,_0x59af48){return _0x329977!==_0x59af48;},'FcXOF':'DcGsK','pOMgi':function(_0x48ad8d,_0x518705){return _0x48ad8d!==_0x518705;},'VKEJe':_0x114576(0x198),'aHzks':function(_0x231793,_0x4c570e){return _0x231793===_0x4c570e;},'uvuPZ':_0x114576(0xdd),'Borpc':'LogCreated','emDQz':_0x114576(0x171),'vwpbH':function(_0x177f0f,_0x13c224){return _0x177f0f(_0x13c224);}},_0x181dfc=TestDetails[_0x114576(0x222)](process['pid']+_0x114576(0x19f)),_0x2bd005=TestDetails[_0x114576(0x222)](process[_0x114576(0xf0)]+':testAnalyticsId');try{if(_0x4d8d98[_0x114576(0x116)](_0x4d8d98[_0x114576(0x16f)],_0x4d8d98['Eveis'])){(_0x181dfc||this[_0x114576(0x21a)]&&!this[_0x114576(0x21a)][_0x114576(0x11a)])&&(_0x4d8d98['SHjGs'](_0x4d8d98[_0x114576(0x1ab)],_0x4d8d98[_0x114576(0x1ab)])?_0x2bb6f4[_0x4d8d98[_0x114576(0x15b)]]=_0x7ff0f5:_0x301e7d[_0x114576(0x1ef)]=_0x181dfc);if(!_0x301e7d['hook_run_uuid']&&_0x2bd005){if(_0x4d8d98[_0x114576(0x163)](_0x4d8d98[_0x114576(0x182)],_0x4d8d98[_0x114576(0x182)]))return[];else _0x301e7d['test_run_uuid']=_0x2bd005;}if(_0x301e7d[_0x114576(0x1ef)]||_0x301e7d[_0x114576(0x148)]){if(_0x4d8d98[_0x114576(0xde)](_0x4d8d98['uvuPZ'],_0x4d8d98['uvuPZ'])){const _0x2f79dc={};_0x2f79dc[_0x114576(0xff)]=_0x4d8d98[_0x114576(0x186)],_0x2f79dc[_0x114576(0x18c)]=[_0x301e7d],await SessionHandler[_0x114576(0x1aa)](_0x2f79dc);}else _0x2b74a7['hookAnalyticsId']&&_0x47cb6d[_0x114576(0xbf)](_0x16dc50['hookAnalyticsId']);}}else{const _0x128157=_0x4801f5['dirname'](_0x455f53);return this[_0x114576(0x1f2)](_0x128157);}}catch(_0x2bb5b8){if(_0x4d8d98[_0x114576(0x116)](_0x4d8d98['emDQz'],_0x4d8d98['emDQz']))return{'ci':_0x4d8d98['hlahf'],'key':_0x4d8d98[_0x114576(0x18d)](_0x5c900f),'version':_0x510fe9,'collector':_0x114576(0x197)+_0x476445};else _0x4d8d98['vwpbH'](debug,_0x114576(0x1cd)+_0x2bb5b8);}};['appendTestPlatform']=async _0x4d316c=>{const _0x59b866=a16_0x29210a,_0x2cf5c2={'XPAOd':function(_0x306f21,_0x358b06){return _0x306f21!==_0x358b06;},'LjuqR':'test','ZWJuS':function(_0x5bac09,_0x79ab6){return _0x5bac09!==_0x79ab6;},'SQHDA':_0x59b866(0x14f),'IHyHq':_0x59b866(0xd9),'Qqebx':_0x59b866(0xcc),'AXHdz':_0x59b866(0x187),'xPXox':_0x59b866(0x203),'Bfply':'wVCFy','umMfY':function(_0x3b4273,_0x64ca7d){return _0x3b4273(_0x64ca7d);}};try{if(_0x2cf5c2['ZWJuS'](_0x2cf5c2[_0x59b866(0x100)],_0x2cf5c2[_0x59b866(0x19a)])){const _0x1b6eb2={'uuid':_0x4d316c[_0x59b866(0x17e)]||TestDetails[_0x59b866(0x222)](process[_0x59b866(0xf0)]+':testAnalyticsId'),'integrations':_0x4d316c[_0x2cf5c2[_0x59b866(0x1b0)]]},_0x4f7843={};_0x4f7843[_0x59b866(0xff)]=_0x2cf5c2[_0x59b866(0xdc)],_0x4f7843[_0x59b866(0x102)]=_0x1b6eb2,await SessionHandler['uploadEventData'](_0x4f7843);}else return null;}catch(_0x189b6a){if(_0x2cf5c2[_0x59b866(0x12b)](_0x2cf5c2[_0x59b866(0x227)],_0x2cf5c2[_0x59b866(0x113)]))_0x2cf5c2[_0x59b866(0x1d9)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x189b6a);else{if(_0x2cf5c2[_0x59b866(0xc8)](_0x1570e2['type'],_0x2cf5c2[_0x59b866(0xbc)]))return'\x22'+_0x338c7a[_0x59b866(0xbe)]+_0x59b866(0x133)+(_0x1f1f27['parent']&&_0x27b2bb['parent']['name'])+'\x22';return _0x4fd255[_0x59b866(0x17d)];}}};async['configureGit'](){const _0x5a30ac=a16_0x29210a,_0x7c11ae={'HjtCo':function(_0x6d277d,_0x39e514){return _0x6d277d===_0x39e514;},'ZvHlT':_0x5a30ac(0xf2),'ZgVZs':function(_0x435676){return _0x435676();},'Rfgfi':function(_0x42931e,_0x921e8b){return _0x42931e!==_0x921e8b;},'cQlXf':_0x5a30ac(0x15a)};if(this['_gitConfigured']){if(_0x7c11ae['HjtCo'](_0x7c11ae[_0x5a30ac(0x20f)],_0x7c11ae['ZvHlT']))return this['_gitConfigPath'];else _0x921c46[_0x5a30ac(0x148)]=_0x3f8935;}const _0x1fd881=await _0x7c11ae['ZgVZs'](getGitMetaData);_0x1fd881&&(_0x7c11ae[_0x5a30ac(0x10c)](_0x7c11ae[_0x5a30ac(0x1fb)],_0x7c11ae[_0x5a30ac(0x1fb)])?(_0x1b17a1['push'](_0x187657[_0x5a30ac(0x17d)]),_0x211677=_0xf22144[_0x5a30ac(0x17d)]):this['_gitConfigPath']=_0x1fd881[_0x5a30ac(0x13b)]),this[_0x5a30ac(0x11e)]=!![];}[a16_0x29210a(0x109)](_0x26c2e9){const _0x2d045f=a16_0x29210a,_0x339478={};_0x339478[_0x2d045f(0x209)]=_0x2d045f(0x1c6),_0x339478[_0x2d045f(0x180)]='pending',_0x339478[_0x2d045f(0xd7)]=_0x2d045f(0xf6);const _0x31eea3=_0x339478,_0x1204cf={};return _0x1204cf[STATE_PASSED]=_0x31eea3[_0x2d045f(0x209)],_0x1204cf[STATE_PENDING]=_0x31eea3[_0x2d045f(0x180)],_0x1204cf[STATE_FAILED]=_0x31eea3[_0x2d045f(0xd7)],_0x1204cf[_0x26c2e9];}[a16_0x29210a(0x112)](_0x4cb9b3){const _0x2dd2b4=a16_0x29210a,_0x444e87={};_0x444e87['XCFjK']=function(_0x411fa9,_0x4cffd3){return _0x411fa9===_0x4cffd3;},_0x444e87[_0x2dd2b4(0x1eb)]=_0x2dd2b4(0x1df),_0x444e87[_0x2dd2b4(0x10f)]=_0x2dd2b4(0x147),_0x444e87['mKYtm']=function(_0x50616b,_0x416388){return _0x50616b!==_0x416388;},_0x444e87['QaSzZ']=_0x2dd2b4(0x143),_0x444e87[_0x2dd2b4(0xf5)]='tjDfv';const _0x5ebafa=_0x444e87,_0x1f791f=[];if(_0x4cb9b3&&_0x4cb9b3[_0x2dd2b4(0x14e)]){if(_0x5ebafa[_0x2dd2b4(0x1a1)](_0x5ebafa['qoDQm'],_0x5ebafa['JBFxX']))!_0x45bb0d[_0x2dd2b4(0x179)]&&(_0x5172fc['hookAnalyticsId']=_0x45edb4[_0x2dd2b4(0x1b6)](_0x34ca9f[_0x2dd2b4(0xf0)]+_0x2dd2b4(0x19f)));else{let _0x299719=_0x4cb9b3[_0x2dd2b4(0x14e)];while(_0x299719&&_0x299719[_0x2dd2b4(0x17d)]&&_0x5ebafa['mKYtm'](_0x299719[_0x2dd2b4(0x17d)],'')){if(_0x5ebafa[_0x2dd2b4(0x1a1)](_0x5ebafa['QaSzZ'],_0x5ebafa[_0x2dd2b4(0xf5)]))return;else _0x1f791f[_0x2dd2b4(0xbf)](_0x299719[_0x2dd2b4(0x17d)]),_0x299719=_0x299719[_0x2dd2b4(0x17d)];}}}return _0x1f791f[_0x2dd2b4(0x1b9)](),_0x1f791f;}[a16_0x29210a(0x1c8)]=_0x45474a=>{const _0x55bd47=a16_0x29210a,_0x44c46b={};_0x44c46b['ovgnE']=function(_0x29e883,_0x3622f5){return _0x29e883!==_0x3622f5;},_0x44c46b[_0x55bd47(0x1d8)]=_0x55bd47(0x12f),_0x44c46b['ZiXge']=_0x55bd47(0x22c),_0x44c46b['SuDjg']=function(_0x2ac68e,_0x300a29){return _0x2ac68e===_0x300a29;},_0x44c46b[_0x55bd47(0x178)]=_0x55bd47(0x22a);const _0x225cc7=_0x44c46b;if(_0x45474a[_0x55bd47(0x128)]){if(_0x225cc7[_0x55bd47(0x141)](_0x225cc7[_0x55bd47(0x1d8)],_0x225cc7[_0x55bd47(0x1ba)])){const _0x3bd425=stackTrace[_0x55bd47(0x12c)]['call'](stackTrace,_0x45474a[_0x55bd47(0x128)]);return _0x3bd425[0x0][_0x55bd47(0xd6)]();}else{const _0xfd48=[];if(_0x571421&&_0x408fd2[_0x55bd47(0x14e)]){let _0x97258f=_0x5b83aa[_0x55bd47(0x14e)];while(_0x97258f&&_0x97258f[_0x55bd47(0x17d)]&&_0x225cc7[_0x55bd47(0x141)](_0x97258f[_0x55bd47(0x17d)],'')){_0xfd48[_0x55bd47(0xbf)](_0x97258f[_0x55bd47(0x17d)]),_0x97258f=_0x97258f[_0x55bd47(0x17d)];}}return _0xfd48[_0x55bd47(0x1b9)](),_0xfd48;}}if(_0x45474a[_0x55bd47(0x10a)]){if(_0x225cc7[_0x55bd47(0x16a)](_0x225cc7[_0x55bd47(0x178)],_0x225cc7['GjZZr']))return _0x45474a[_0x55bd47(0x10a)];else _0x1a22b5=this[_0x55bd47(0x1c8)](_0x2de648);}return null;};['mapTestHooks']=_0x3a7bea=>{const _0x3103e0=a16_0x29210a,_0x533ccc={};_0x533ccc['XLbAv']='err',_0x533ccc[_0x3103e0(0x19d)]=function(_0xfb94e8,_0x147796){return _0xfb94e8!==_0x147796;},_0x533ccc[_0x3103e0(0x1cb)]=_0x3103e0(0x191),_0x533ccc[_0x3103e0(0xca)]=function(_0x18ff98,_0x50bf39){return _0x18ff98===_0x50bf39;},_0x533ccc[_0x3103e0(0x152)]=_0x3103e0(0x1b7),_0x533ccc[_0x3103e0(0xd2)]=_0x3103e0(0x170),_0x533ccc[_0x3103e0(0x1d0)]='fxbja';const _0x3665ad=_0x533ccc;if(!_0x3a7bea||!_0x3a7bea[_0x3103e0(0x14e)]){if(_0x3665ad[_0x3103e0(0x19d)](_0x3665ad[_0x3103e0(0xd2)],_0x3665ad[_0x3103e0(0x1d0)]))return;else return'\x22'+_0x396c0b[_0x3103e0(0xbe)]+_0x3103e0(0x133)+(_0x50f69f[_0x3103e0(0x14e)]&&_0x769dff[_0x3103e0(0x14e)]['name'])+'\x22';}_0x3a7bea[_0x3103e0(0x14e)][_0x3103e0(0x110)]['forEach'](_0x2856f7=>{const _0x2d52a8=_0x3103e0,_0x437b7a={};_0x437b7a[_0x2d52a8(0x167)]=_0x3665ad[_0x2d52a8(0x201)];const _0x7ef389=_0x437b7a;if(_0x3665ad[_0x2d52a8(0x19d)](_0x3665ad[_0x2d52a8(0x1cb)],_0x3665ad[_0x2d52a8(0x1cb)]))_0x3cfef1=[_0x2c82e6,_0x7ef389[_0x2d52a8(0x167)]];else{if(!_0x2856f7[_0x2d52a8(0x179)]){if(_0x3665ad[_0x2d52a8(0xca)](_0x3665ad[_0x2d52a8(0x152)],_0x3665ad['CunsM']))_0x2856f7[_0x2d52a8(0x179)]=TestDetails['setTestUUID'](process[_0x2d52a8(0xf0)]+_0x2d52a8(0x19f));else{if(_0x16dedf[_0x2d52a8(0x128)]){const _0x4f02aa=_0x46bff2[_0x2d52a8(0x12c)][_0x2d52a8(0x138)](_0x227a97,_0x566fa8['asyncError']);return _0x4f02aa[0x0][_0x2d52a8(0xd6)]();}if(_0x669383['file'])return _0x4b63c4[_0x2d52a8(0x10a)];return null;}}}}),this[_0x3103e0(0x1ae)](_0x3a7bea[_0x3103e0(0x14e)]);};[a16_0x29210a(0x13f)]=_0x38aafd=>{const _0x58da79=a16_0x29210a,_0x430fc2={};_0x430fc2[_0x58da79(0x1b2)]=function(_0x393b89,_0xa61260){return _0x393b89===_0xa61260;},_0x430fc2['nlCwY']='HookRunFinished',_0x430fc2[_0x58da79(0x1c7)]=function(_0x30ff4e,_0x511b67){return _0x30ff4e!==_0x511b67;},_0x430fc2[_0x58da79(0x1e6)]='failed',_0x430fc2['quQDn']=_0x58da79(0x1c6),_0x430fc2[_0x58da79(0x121)]=_0x58da79(0x165),_0x430fc2['JkclL']=_0x58da79(0x212),_0x430fc2[_0x58da79(0x114)]=_0x58da79(0x1a8),_0x430fc2[_0x58da79(0x1a2)]=_0x58da79(0x160),_0x430fc2['aKMuT']=_0x58da79(0x1ec),_0x430fc2['dBjLk']=_0x58da79(0x1bb),_0x430fc2[_0x58da79(0x21e)]=function(_0x539929,_0x45142f){return _0x539929===_0x45142f;},_0x430fc2[_0x58da79(0xee)]=_0x58da79(0x205),_0x430fc2[_0x58da79(0x207)]=_0x58da79(0x223);const _0x5957bc=_0x430fc2;if(!_0x38aafd||!_0x38aafd[_0x58da79(0x14e)]){if(_0x5957bc[_0x58da79(0x21e)](_0x5957bc['wbFtf'],_0x5957bc[_0x58da79(0x207)]))[_0x342768['hook_type'],_0x24891b[_0x58da79(0x17d)]]=[_0x429844['type'],this['getName'](_0x31951c)],_0x5957bc[_0x58da79(0x1b2)](_0xeaefb1,_0x5957bc[_0x58da79(0x15d)])&&(_0x5957bc[_0x58da79(0x1c7)](_0x2a75db[_0x58da79(0x1ac)],_0x5957bc['BsnqU'])&&(_0x4a1c9d['result']=_0x5957bc[_0x58da79(0xfd)]));else return;}_0x38aafd[_0x58da79(0x14e)][_0x58da79(0x110)][_0x58da79(0x1a5)](_0x17b16b=>{const _0x1d3e9c=_0x58da79;if(_0x5957bc[_0x1d3e9c(0x1b2)](_0x5957bc['YQywh'],_0x5957bc[_0x1d3e9c(0x1a9)]))this[_0x1d3e9c(0x1ae)](_0x3d0e37);else{if([_0x5957bc[_0x1d3e9c(0x114)],_0x5957bc['wDBUA']][_0x1d3e9c(0x1da)](_0x17b16b[_0x1d3e9c(0xbe)])&&_0x17b16b[_0x1d3e9c(0x179)]){if(_0x5957bc['yviic'](_0x5957bc[_0x1d3e9c(0x17a)],_0x5957bc[_0x1d3e9c(0x20c)]))_0x17b16b[_0x1d3e9c(0x179)]=null;else return _0xb78c72['file'];}}}),this['mapTestHooks'](_0x38aafd[_0x58da79(0x14e)]);};[a16_0x29210a(0x20e)]=_0x4e39d7=>{const _0x505e8c=a16_0x29210a,_0x16f31b={};_0x16f31b[_0x505e8c(0xe0)]=function(_0x417626,_0x49411a){return _0x417626!==_0x49411a;},_0x16f31b[_0x505e8c(0x140)]=_0x505e8c(0x137),_0x16f31b[_0x505e8c(0x1d3)]=function(_0x3c7027,_0x2d3dd7){return _0x3c7027===_0x2d3dd7;},_0x16f31b[_0x505e8c(0x107)]='igusk',_0x16f31b['wQxhN']=function(_0x31487d,_0x489a86){return _0x31487d===_0x489a86;},_0x16f31b['QKbyE']=_0x505e8c(0x16b),_0x16f31b[_0x505e8c(0x194)]='Haymz';const _0x48e54f=_0x16f31b;if(!_0x4e39d7||!_0x4e39d7[_0x505e8c(0x14e)]){if(_0x48e54f[_0x505e8c(0x185)](_0x48e54f[_0x505e8c(0x136)],_0x48e54f[_0x505e8c(0x194)])){let _0x11398a=_0x4c854c[_0x505e8c(0x14e)];while(_0x11398a&&_0x11398a[_0x505e8c(0x17d)]&&_0x48e54f[_0x505e8c(0xe0)](_0x11398a[_0x505e8c(0x17d)],'')){_0x47a96d[_0x505e8c(0xbf)](_0x11398a['name']),_0x11398a=_0x11398a['name'];}}else return[];}const _0x3abb21=[];return _0x4e39d7[_0x505e8c(0x14e)][_0x505e8c(0x110)][_0x505e8c(0x1a5)](_0x28a129=>{const _0x1bde58=_0x505e8c;if(_0x48e54f[_0x1bde58(0xe0)](_0x48e54f[_0x1bde58(0x140)],_0x48e54f[_0x1bde58(0x140)]))return this[_0x1bde58(0x15c)];else{if(_0x28a129[_0x1bde58(0x179)]){if(_0x48e54f[_0x1bde58(0x1d3)](_0x48e54f[_0x1bde58(0x107)],_0x48e54f[_0x1bde58(0x107)]))_0x3abb21[_0x1bde58(0xbf)](_0x28a129[_0x1bde58(0x179)]);else{if(!_0x597b4d||!_0x66212a[_0x1bde58(0x14e)])return[];const _0x238de2=[];return _0x4ddf2e['parent']['hooks'][_0x1bde58(0x1a5)](_0x25845f=>{const _0x2897de=_0x1bde58;_0x25845f['hookAnalyticsId']&&_0x238de2[_0x2897de(0xbf)](_0x25845f['hookAnalyticsId']);}),[..._0x238de2,...this[_0x1bde58(0x20e)](_0x5dfde3[_0x1bde58(0x14e)])];}}}}),[..._0x3abb21,...this[_0x505e8c(0x20e)](_0x4e39d7[_0x505e8c(0x14e)])];};},[a16_0x29210a(0x1ca),'registerListeners','testStarted','getName',a16_0x29210a(0x1f3),a16_0x29210a(0x1f2),a16_0x29210a(0x13e),a16_0x29210a(0xd1),a16_0x29210a(0x109),a16_0x29210a(0x112),a16_0x29210a(0x1c8),a16_0x29210a(0x1ae),a16_0x29210a(0x13f),'getHooksForTest',a16_0x29210a(0x1b3)]);
1
+ const a16_0x1690c0=a16_0x564f;(function(_0x1b0084,_0x36aab1){const _0x128d04=a16_0x564f,_0x58e057=_0x1b0084();while(!![]){try{const _0x2ac1ef=-parseInt(_0x128d04(0x167))/0x1+parseInt(_0x128d04(0x196))/0x2+-parseInt(_0x128d04(0x1b6))/0x3*(-parseInt(_0x128d04(0x134))/0x4)+parseInt(_0x128d04(0x247))/0x5+parseInt(_0x128d04(0x11a))/0x6+-parseInt(_0x128d04(0x1a5))/0x7+-parseInt(_0x128d04(0x168))/0x8*(parseInt(_0x128d04(0x133))/0x9);if(_0x2ac1ef===_0x36aab1)break;else _0x58e057['push'](_0x58e057['shift']());}catch(_0x1596b8){_0x58e057['push'](_0x58e057['shift']());}}}(a16_0x2bc8,0xe7b25));function a16_0x564f(_0x48bdc3,_0x545e1c){const _0x2bc8c4=a16_0x2bc8();return a16_0x564f=function(_0x564fd7,_0x127c3b){_0x564fd7=_0x564fd7-0x10a;let _0x5ad9c4=_0x2bc8c4[_0x564fd7];return _0x5ad9c4;},a16_0x564f(_0x48bdc3,_0x545e1c);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x1690c0(0x22b)),SessionHandler=require(a16_0x1690c0(0x1f4)),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x1690c0(0x26d)),path=require(a16_0x1690c0(0x112)),fs=require('fs'),TestDetails=require(a16_0x1690c0(0x1be)),{FRAMEWORKS}=require(a16_0x1690c0(0x10d)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require('../../../helpers/helper'),a16_0x5a1a82={};a16_0x5a1a82[a16_0x1690c0(0x211)]=a16_0x1690c0(0x152),a16_0x5a1a82['STATE_FAILED']=a16_0x1690c0(0x1b3),a16_0x5a1a82['STATE_PENDING']=a16_0x1690c0(0x190);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x5a1a82,a16_0x3fad9e={};a16_0x3fad9e[a16_0x1690c0(0x274)]=a16_0x1690c0(0x1dd),a16_0x3fad9e['afterAll']='AFTER_ALL',a16_0x3fad9e['beforeEach']=a16_0x1690c0(0x25b),a16_0x3fad9e[a16_0x1690c0(0x225)]='AFTER_EACH';function a16_0x2bc8(){const _0x1d8205=['IyPKC','urzmm','push','JBtvK','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','OEZIi','generic','NiLAV','MCwhb','gttSI','QLQDc','ayhaC','skipped','call','PeQCW','sKaAi','dxdnF','tTwuc','Zqkqy','4578309npWswc','20BaaXqP','EUsqs','YWdnx','duration','dutxy','uVmhs','mIOJs','hook_data','setTestUUID','forEach','Teesv','lrocF','aNCMN','mMErd','eyzrm','HhQQU','getHooksForTest','qtenw','Eaqqr','bvAke','lTYGc','CBTSessionCreated','rjIEm','.git','tuhuK','ABEUW','toISOString',':testAnalyticsId','\x20with\x20error\x20:\x20','dYWsC','passed','Hmbss','findGitConfig','qnxdv','BIBau','pTBRb',':hookAnalyticsId','lFoSY','getHierarchy','qhmRo','mCNpz','BcTrY','appendTestItemLog','ZbVOs','pfuTS','PBqDR','aSuXV','toString','rcDEp','iIKns','PtgUT','568661dMFKBB','56NlFIZq','YylHW','includes','XKxvX','bIbqv','removeAllListeners','ShNiD','current_test','retryOf','PIzri','KQlfi','ViXmX','hook_type','parent','fAHxb','kCpzl','hook_run_uuid','PXUCg','iAOar','getTestEnv','ZlXLK','nbDab','bJeFy','getName','eZtcT','qLFmq','logs','split','Vomox','finished_at','gHqeW','QCRPU','markedStatus','HIUJW','beforeEach','current_hook','ISNCu','gBbKz','ezMpJ','javascript','pending','tDXRt','fZWwD','root','fdIVF','CZHJz','3477808pXbpei','analyticsResult','FKLkj','zgeom','jest-circus','failure','CTdzC','RPyCe','ekwZI','result','failure_reason','eFQep','XobCB','ibphs','rfxcT','12421458vJQNKP','type','started_at','getFileName','XbOqk','inspect','fRSYe','SUDcK','bind','TestRunStarted','LvFOt','UKXej','eAwJH','XBRDI','failed','hzLoD','JEST','1056837ZDnktw','bs:addLog:','match','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','testObservability','fbxHc','testAnalyticsId','jHHLS','./test-details','uUlFf','ZMoTv','IWPYz','mItNM','File\x20path\x20could\x20not\x20be\x20found','_testResults','JIrsO','IkYYt','appendTestPlatform','ynEly','iBZnn','btbWL','MQqAs','qHCRy','sCbrS','bs:addPlatformDetails:','XIUXN','CgAVx','tZYCZ','xJKBY','_testEnv','file','tZPrm','Pxngk','reverse','TnHLb','apyhF','aonRC','js-','jnpUG','BEFORE_ALL','UBPjX','hook_failure','TSyIu','XWbZh','ioOCd','config','expanded','oWJgn','parse','YhGHs','oqfPo','wwyQJ','RIBPL','guNJD','OaIzn','_currentRetry','test','Ycqhh','YAYmT','iRkhN','LqHdR','MwDct','../../../helpers/test-observability/sessionHandler','bzHOu','getRootParentFile','cCPKE','kehdF','ETDeC','asyncError','InMQR','registerListeners','BtrHJ','zTtoR','RwMhB','dirname','tCvyx','mapTestHooks','KNYYz','YHCEa','uILzN','_gitConfigured','TestRunFinished','rGSBf','MZbvi','diGYx','location_prefix','YRqZQ','yLMeh','peixO','cwd','NlZOJ','STATE_PASSED','TuqVn','state','yKaVa','TrPVq','kQWDe','RQPrQ','Mnqhv','IbsCO','kMEbd','laiVN','Dgrby','getTestUUID','rGbej','0|4|6|1|3|5|2','_gitConfigPath','nwFCM','join','PbRfz','YXzLE','afterEach','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','err','QHgat','WxdAq','failed\x20to\x20get\x20root\x20parent\x20file\x20','../../../helpers/test-observability/utils','IEYJV','PCxMz','hookAnalyticsId','okwmi','gGTXi','tbFRx','DcBRr','voPhI','TestRunSkipped','ffuOz','sdcmt','apply','usjzS','quBIY','IppyK','nnEkA','XeuJN','EiKSr','resetTestHooks','EBCwl','fwoJH','sendTestRunEvent','aXmMl','aozHi','xHGrF','kTFvB','BLYih','8660350CzNzLv','\x22\x20hook\x20for\x20\x22','Lesyi','failure_reason_expanded','YXlbq','hXShX','fLTRy','name','HookRunFinished','KzIuQ','test_run_uuid','vmgXy','biqOU','uploadEventData','XERMG','tanMI','UrIwu','QHIro','vNoLR','SeWQc','BEFORE_EACH','aaJHt','vdPbA','util','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','HXgyg','ktnbR','joiHE','now','backtrace','Emjwp','test_run','NRoTa','oxHiH','GNPgP','errorsDetailed','nPYQG','xTzoz','stack-trace','INzHk','ZiTXX','poifU','qPefB','pid','emUkF','beforeAll','usfIu','qFtwh','ZEKkZ','prefixTestPath','hooks','../../utils/constants','HnMHy','exports','SfLSc','olIyX','path','npvkj','event_type','title','cWuoW','iBmYW','pKdHL','juSdz','9724332fvDitO','WXBTk','length','WDfKJ','_paths','Dsgij'];a16_0x2bc8=function(){return _0x1d8205;};return a16_0x2bc8();}const HOOK_TYPES_MAP=a16_0x3fad9e;module[a16_0x1690c0(0x10f)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x1c2033=a16_0x1690c0,_0x1168d8={'mMErd':'0|6|4|3|5|1|2','ZbVOs':function(_0xcbe8c1){return _0xcbe8c1();}},_0x397f3d=_0x1168d8[_0x1c2033(0x141)][_0x1c2033(0x183)]('|');let _0x190ef8=0x0;while(!![]){switch(_0x397f3d[_0x190ef8++]){case'0':this[_0x1c2033(0x1ba)]=_0x1168d8[_0x1c2033(0x15f)](isTestObservabilitySession);continue;case'1':this[_0x1c2033(0x206)]=![];continue;case'2':this[_0x1c2033(0x220)]=null;continue;case'3':this[_0x1c2033(0x11e)]=new PathHelper({'cwd':process['cwd']()},this[_0x1c2033(0x1d3)][_0x1c2033(0x20b)]);continue;case'4':this['_testEnv']=this['getTestEnv']();continue;case'5':this['hook_data']=[];continue;case'6':this[_0x1c2033(0x1c4)]=[];continue;}break;}}[a16_0x1690c0(0x17b)]=()=>{const _0x594a27=a16_0x1690c0,_0x1c0bb1={'OEYXO':_0x594a27(0x126),'MQqAs':function(_0x3f61fd){return _0x3f61fd();}};return{'ci':_0x1c0bb1['OEYXO'],'key':_0x1c0bb1[_0x594a27(0x1cb)](uuidv4),'version':version,'collector':_0x594a27(0x1db)+name};};[a16_0x1690c0(0x1fc)](){const _0x32037a=a16_0x1690c0;process[_0x32037a(0x16d)]('bs:addLog:'+process['pid']),process['on']('bs:addLog:'+process[_0x32037a(0x272)],this[_0x32037a(0x15e)][_0x32037a(0x1ad)](this)),process[_0x32037a(0x16d)](_0x32037a(0x1ce)+process[_0x32037a(0x272)]),process['on'](_0x32037a(0x1ce)+process[_0x32037a(0x272)],this[_0x32037a(0x1c7)][_0x32037a(0x1ad)](this));}['testStarted']=async _0x509187=>{const _0x2a91a7=a16_0x1690c0,_0x2ebaf3={'emUkF':_0x2a91a7(0x266),'oqfPo':'failure_backtrace','jekSQ':_0x2a91a7(0x264),'aUsAV':'failure_reason_expanded','voPhI':_0x2a91a7(0x1e4),'ShNiD':function(_0x577987,_0x44d47b){return _0x577987!==_0x44d47b;},'iBZnn':_0x2a91a7(0x23d),'eBiaA':'bpMpV','OEZIi':function(_0x2d8716,_0xe59317){return _0x2d8716>_0xe59317;},'guNJD':function(_0x28a553,_0x52275d){return _0x28a553===_0x52275d;},'rfxcT':'KKdPS','joiHE':_0x2a91a7(0x1ae),'WXvOk':_0x2a91a7(0x1a3),'apyhF':_0x2a91a7(0x20d),'zgeom':_0x2a91a7(0x1c8),'PXUCg':function(_0x5656af,_0x5bfbfc){return _0x5656af(_0x5bfbfc);}};try{if(_0x2ebaf3['ShNiD'](_0x2ebaf3[_0x2a91a7(0x1c9)],_0x2ebaf3['eBiaA'])){const _0x13ecb0=this[_0x2a91a7(0x16f)];this[_0x2a91a7(0x16f)]=_0x509187,_0x509187[_0x2a91a7(0x170)]=null,_0x509187[_0x2a91a7(0x1bc)]=TestDetails[_0x2a91a7(0x13c)](process[_0x2a91a7(0x272)]+_0x2a91a7(0x14f)),_0x509187[_0x2a91a7(0x1a7)]=new Date()[_0x2a91a7(0x14e)]();if(_0x2ebaf3[_0x2a91a7(0x125)](_0x509187[_0x2a91a7(0x1ed)],0x0)&&_0x13ecb0&&_0x2ebaf3[_0x2a91a7(0x1eb)](_0x13ecb0[_0x2a91a7(0x115)],_0x509187[_0x2a91a7(0x115)])){if(_0x2ebaf3[_0x2a91a7(0x16e)](_0x2ebaf3[_0x2a91a7(0x1a4)],_0x2ebaf3[_0x2a91a7(0x1a4)])){const _0x3284fb=_0x24fa36['dirname'](_0x42612c);return this[_0x2a91a7(0x154)](_0x3284fb);}else _0x509187[_0x2a91a7(0x170)]=_0x13ecb0[_0x2a91a7(0x1bc)],await this[_0x2a91a7(0x241)](_0x509187,undefined,![],_0x2ebaf3[_0x2a91a7(0x262)]),_0x13ecb0[_0x2a91a7(0x213)]=STATE_FAILED,await this[_0x2a91a7(0x241)](_0x13ecb0,undefined,!![]);}else _0x2ebaf3['guNJD'](_0x2ebaf3['WXvOk'],_0x2ebaf3[_0x2a91a7(0x1d9)])?_0x253842[_0x2ebaf3[_0x2a91a7(0x273)]]=_0x55a070:await this[_0x2a91a7(0x241)](_0x509187,undefined,![],_0x2ebaf3[_0x2a91a7(0x262)]);}else _0x452362[_0x2ebaf3[_0x2a91a7(0x1e8)]]=_0x1d2bef[_0x2ebaf3['jekSQ']],_0x4f78a0[_0x2ebaf3['aUsAV']]=_0x5f3994[_0x2ebaf3[_0x2a91a7(0x233)]];}catch(_0xaa3678){_0x2ebaf3[_0x2a91a7(0x1eb)](_0x2ebaf3[_0x2a91a7(0x199)],_0x2ebaf3['zgeom'])?_0x2ebaf3[_0x2a91a7(0x179)](debug,_0x2a91a7(0x25f)+_0xaa3678):(_0x311ae4[_0x2a91a7(0x16d)](_0x2a91a7(0x1b7)+_0x5ec7d9[_0x2a91a7(0x272)]),_0x406630['on']('bs:addLog:'+_0x14e66c[_0x2a91a7(0x272)],this[_0x2a91a7(0x15e)][_0x2a91a7(0x1ad)](this)),_0x56bd42['removeAllListeners'](_0x2a91a7(0x1ce)+_0x13f74c[_0x2a91a7(0x272)]),_0x4c9321['on'](_0x2a91a7(0x1ce)+_0x3d78af['pid'],this[_0x2a91a7(0x1c7)][_0x2a91a7(0x1ad)](this)));}};[a16_0x1690c0(0x17f)](_0x558605){const _0x1e7922=a16_0x1690c0,_0x52d607={};_0x52d607[_0x1e7922(0x275)]=function(_0x2fef13,_0x17efe8){return _0x2fef13===_0x17efe8;},_0x52d607[_0x1e7922(0x1af)]=_0x1e7922(0x24f),_0x52d607['GGxOB']=function(_0x38a1a6,_0x38d93e){return _0x38a1a6!==_0x38d93e;},_0x52d607['Vomox']='failed',_0x52d607[_0x1e7922(0x223)]='passed',_0x52d607[_0x1e7922(0x257)]=function(_0x527756,_0x751db6){return _0x527756!==_0x751db6;},_0x52d607[_0x1e7922(0x194)]=_0x1e7922(0x1ee),_0x52d607[_0x1e7922(0x1c2)]=_0x1e7922(0x23c);const _0x2de2a3=_0x52d607;if(_0x2de2a3[_0x1e7922(0x257)](_0x558605['type'],_0x2de2a3[_0x1e7922(0x194)])){if(_0x2de2a3[_0x1e7922(0x275)](_0x2de2a3[_0x1e7922(0x1c2)],_0x2de2a3[_0x1e7922(0x1c2)]))return'\x22'+_0x558605[_0x1e7922(0x1a6)]+_0x1e7922(0x248)+(_0x558605[_0x1e7922(0x175)]&&_0x558605[_0x1e7922(0x175)]['name'])+'\x22';else[_0x5e66a4[_0x1e7922(0x174)],_0x1c448b[_0x1e7922(0x24e)]]=[_0x48f1af['type'],this[_0x1e7922(0x17f)](_0x3027c2)],_0x2de2a3[_0x1e7922(0x275)](_0x31fa92,_0x2de2a3[_0x1e7922(0x1af)])&&(_0x2de2a3['GGxOB'](_0x561eca['result'],_0x2de2a3[_0x1e7922(0x184)])&&(_0x588769[_0x1e7922(0x19f)]=_0x2de2a3[_0x1e7922(0x223)]));}return _0x558605['name'];}[a16_0x1690c0(0x241)]=async(_0x466a1d,_0x29d454=undefined,_0x1d9201=![],_0x4aa5db=a16_0x1690c0(0x207))=>{const _0x42aaa8=a16_0x1690c0,_0x34ab07={'ISNCu':'passed','tuhuK':_0x42aaa8(0x190),'KzIuQ':_0x42aaa8(0x1b3),'dutxy':'test','HXgyg':_0x42aaa8(0x227),'fwoJH':_0x42aaa8(0x18a),'kxFel':_0x42aaa8(0x225),'qnxdv':function(_0x49b260,_0x3378b9){return _0x49b260!==_0x3378b9;},'hzLoD':function(_0x239d3d,_0x30762c){return _0x239d3d!==_0x30762c;},'vdPbA':function(_0x33e9f6,_0x4cb308){return _0x33e9f6(_0x4cb308);},'YXzLE':function(_0x4d4d4b,_0x584537){return _0x4d4d4b!==_0x584537;},'qHCRy':_0x42aaa8(0x13e),'iIKns':'2|0|3|1|4','bvAke':'hook_run','PtgUT':'failure_type','wwyQJ':_0x42aaa8(0x266),'EBCwl':_0x42aaa8(0x1a0),'InMQR':_0x42aaa8(0x19b),'jnpUG':'result','IbsCO':_0x42aaa8(0x12c),'sCbrS':_0x42aaa8(0x130),'olIyX':function(_0x5ce15f,_0x92022d){return _0x5ce15f===_0x92022d;},'Emjwp':_0x42aaa8(0x11f),'aNCMN':'CCfcB','PCxMz':_0x42aaa8(0x146),'NiLAV':_0x42aaa8(0x119),'OghGq':_0x42aaa8(0x116),'ktnbR':function(_0x439b80,_0x3806f4){return _0x439b80(_0x3806f4);},'ZqttU':_0x42aaa8(0x19a),'rjIEm':function(_0x3b5bd3,_0x12da5d){return _0x3b5bd3===_0x12da5d;},'aSuXV':_0x42aaa8(0x210),'diGYx':_0x42aaa8(0x258),'urzmm':function(_0x40d51b,_0x10c0d9){return _0x40d51b(_0x10c0d9);},'aonRC':_0x42aaa8(0x25e),'XIUXN':function(_0x14ea8d,_0x161008){return _0x14ea8d===_0x161008;},'quBIY':_0x42aaa8(0x192),'ffuOz':function(_0x2230a5,_0x1603ba){return _0x2230a5!==_0x1603ba;},'FKLkj':function(_0x2cce2a,_0x122c4b){return _0x2cce2a!==_0x122c4b;},'npvkj':_0x42aaa8(0x1e5),'lTYGc':'goPCl','uoyKN':_0x42aaa8(0x1c5),'dflwB':_0x42aaa8(0x1c3),'ehxaa':_0x42aaa8(0x18f),'aozHi':function(_0x1abd63,_0x212edc){return _0x1abd63===_0x212edc;},'QLQDc':_0x42aaa8(0x234),'RPyCe':function(_0xfa3364,_0x5d28bf){return _0xfa3364>_0x5d28bf;},'gGTXi':function(_0xe1a664,_0x36e002){return _0xe1a664-_0x36e002;},'CZHJz':function(_0x3596ef,_0x1c8aab){return _0x3596ef(_0x1c8aab);},'ETDeC':function(_0x39a1f4,_0xf22170){return _0x39a1f4===_0xf22170;},'MCwhb':_0x42aaa8(0x1a7),'oArXE':function(_0x16e1f7,_0x54b3a3){return _0x16e1f7===_0x54b3a3;},'IppyK':_0x42aaa8(0x249),'yErKO':_0x42aaa8(0x185),'pTBRb':function(_0x4bcd5f,_0x2e6761){return _0x4bcd5f!==_0x2e6761;},'vuiyk':_0x42aaa8(0x255),'fLTRy':_0x42aaa8(0x218),'bzHOu':'HookRunFinished','cCPKE':_0x42aaa8(0x228),'WXBTk':'SEbpM','HnMHy':function(_0x1dbe50,_0x149606){return _0x1dbe50!==_0x149606;},'ZMoTv':_0x42aaa8(0x26f),'fAHxb':_0x42aaa8(0x216),'nwFCM':function(_0x46b4e6,_0x28f5fc){return _0x46b4e6===_0x28f5fc;},'ayhaC':_0x42aaa8(0x123),'TrPVq':'failure_backtrace','Dgrby':_0x42aaa8(0x264),'IVMuE':_0x42aaa8(0x24a),'nPYQG':_0x42aaa8(0x1e4),'lrocF':'TestRunFinished','aaJHt':function(_0x45babf,_0x3055e1){return _0x45babf===_0x3055e1;},'uILzN':_0x42aaa8(0x259),'eZtcT':_0x42aaa8(0x145),'BIBau':'hook_type','uVmhs':function(_0x2ed13e,_0x11a594){return _0x2ed13e===_0x11a594;},'nnEkA':_0x42aaa8(0x1c6),'tCvyx':function(_0x431702,_0x3aa308){return _0x431702>_0x3aa308;},'UBPjX':'XDiAg','nkUsJ':function(_0x491467,_0x2b5aa1){return _0x491467===_0x2b5aa1;},'eAwJH':'VAdOW','pKdHL':_0x42aaa8(0x1f8),'Hmbss':function(_0x49a804,_0x21a881){return _0x49a804===_0x21a881;},'IEYJV':_0x42aaa8(0x274),'CgAVx':'RTBKO','bCzNE':function(_0x2a0100,_0x353d74){return _0x2a0100===_0x353d74;},'ZlXLK':'OLtxY','eyzrm':_0x42aaa8(0x16b),'Pxngk':function(_0x3733ea,_0x5d9987){return _0x3733ea(_0x5d9987);}};try{if(_0x34ab07[_0x42aaa8(0x155)](_0x34ab07[_0x42aaa8(0x1cd)],_0x34ab07[_0x42aaa8(0x1cd)])){const _0x145c08={};return _0x145c08[_0x4f04cc]=_0x34ab07['ISNCu'],_0x145c08[_0x4c58e9]=_0x34ab07[_0x42aaa8(0x14c)],_0x145c08[_0xa863c2]=_0x34ab07[_0x42aaa8(0x250)],_0x145c08[_0x154d6f];}else{if(_0x466a1d['fn']&&_0x466a1d['fn'][_0x42aaa8(0x163)]()[_0x42aaa8(0x1b8)](/browserstack internal helper hook/)){if(_0x34ab07[_0x42aaa8(0x111)](_0x34ab07['Emjwp'],_0x34ab07[_0x42aaa8(0x265)]))return;else!_0x4e035e[_0x42aaa8(0x22e)]&&(_0x5cfb1c['hookAnalyticsId']=_0x5035e1['setTestUUID'](_0x10e7bc[_0x42aaa8(0x272)]+_0x42aaa8(0x158)));}let _0x5c44c1;try{_0x34ab07[_0x42aaa8(0x1b4)](_0x34ab07[_0x42aaa8(0x140)],_0x34ab07[_0x42aaa8(0x22d)])?_0x5c44c1=this[_0x42aaa8(0x1f6)](_0x466a1d):_0x5baa9d=[_0x397632[_0x42aaa8(0x26a)],_0x34ab07[_0x42aaa8(0x138)]];}catch(_0xe73b72){_0x34ab07['olIyX'](_0x34ab07[_0x42aaa8(0x127)],_0x34ab07['OghGq'])?_0x3e001f=[_0x1cfa0b,_0x34ab07[_0x42aaa8(0x260)]]:(_0x34ab07[_0x42aaa8(0x261)](debug,_0x42aaa8(0x22a)+_0xe73b72),_0x5c44c1=null);}if(_0x5c44c1[_0x42aaa8(0x16a)](_0x34ab07['ZqttU'])){if(_0x34ab07[_0x42aaa8(0x14a)](_0x34ab07[_0x42aaa8(0x162)],_0x34ab07[_0x42aaa8(0x20a)]))_0x48023a[_0x42aaa8(0x122)](_0x29ffc7[_0x42aaa8(0x22e)]);else return;}const _0x1cc004=_0x34ab07[_0x42aaa8(0x121)](require,_0x34ab07[_0x42aaa8(0x1da)]);let _0x3e7067=[];if(_0x34ab07[_0x42aaa8(0x224)](_0x466a1d[_0x42aaa8(0x26a)],undefined)){if(_0x34ab07[_0x42aaa8(0x1cf)](_0x34ab07['quBIY'],_0x34ab07[_0x42aaa8(0x239)]))_0x3e7067=[_0x466a1d[_0x42aaa8(0x26a)],_0x34ab07[_0x42aaa8(0x138)]];else{const _0x24fffa={};_0x24fffa[_0x42aaa8(0x1ec)]=_0x34ab07[_0x42aaa8(0x240)],_0x24fffa['LqHdR']=_0x34ab07['kxFel'];const _0x506764=_0x24fffa;if(!_0xb0fb92||!_0x4d9d24[_0x42aaa8(0x175)])return;_0x4eadd8[_0x42aaa8(0x175)][_0x42aaa8(0x10c)]['forEach'](_0x2217da=>{const _0x27f449=_0x42aaa8;[_0x506764[_0x27f449(0x1ec)],_0x506764[_0x27f449(0x1f2)]][_0x27f449(0x16a)](_0x2217da['type'])&&_0x2217da[_0x27f449(0x22e)]&&(_0x2217da[_0x27f449(0x22e)]=null);}),this['mapTestHooks'](_0x37dbe2[_0x42aaa8(0x175)]);}}else{if(_0x34ab07['ffuOz'](_0x29d454,undefined)){if(_0x34ab07[_0x42aaa8(0x198)](_0x34ab07[_0x42aaa8(0x113)],_0x34ab07[_0x42aaa8(0x148)]))_0x3e7067=[_0x29d454,_0x34ab07[_0x42aaa8(0x260)]];else return null;}else _0x34ab07[_0x42aaa8(0x224)](_0x34ab07['uoyKN'],_0x34ab07['uoyKN'])?_0x34ab07[_0x42aaa8(0x155)](_0x46c966['result'],_0x34ab07[_0x42aaa8(0x250)])&&(_0x11c160['result']=_0x34ab07[_0x42aaa8(0x18c)]):_0x3e7067=[];}const _0x16de0f=_0x34ab07[_0x42aaa8(0x235)](_0x466a1d[_0x42aaa8(0x26a)],undefined)?_0x1cc004[_0x42aaa8(0x1aa)](_0x466a1d[_0x42aaa8(0x26a)][0x0]):_0x34ab07['qnxdv'](_0x29d454,undefined)?_0x29d454[_0x42aaa8(0x163)]():undefined,_0x156f33=_0x5c44c1?this['_paths'][_0x42aaa8(0x10b)](this[_0x42aaa8(0x1f6)](_0x466a1d)):_0x34ab07['dflwB'],_0x1757b1={'framework':FRAMEWORKS[_0x42aaa8(0x1b5)],'uuid':_0x466a1d[_0x42aaa8(0x1bc)]||_0x466a1d[_0x42aaa8(0x22e)],'name':this['getName'](_0x466a1d),'body':{'lang':_0x34ab07['ehxaa'],'code':_0x466a1d['fn'][_0x42aaa8(0x163)]()},'scopes':this['getHierarchy'](_0x466a1d),'file_name':_0x156f33,'vc_filepath':this[_0x42aaa8(0x220)]&&_0x5c44c1?path['relative'](this[_0x42aaa8(0x220)],_0x5c44c1):null,'location':_0x156f33,'result':_0x34ab07[_0x42aaa8(0x243)](_0x4aa5db,_0x34ab07[_0x42aaa8(0x12a)])?_0x34ab07[_0x42aaa8(0x219)]:this[_0x42aaa8(0x197)](_0x466a1d[_0x42aaa8(0x26a)]&&_0x34ab07[_0x42aaa8(0x19d)](_0x466a1d[_0x42aaa8(0x26a)][_0x42aaa8(0x11c)],0x0)?_0x34ab07[_0x42aaa8(0x250)]:_0x34ab07[_0x42aaa8(0x18c)]),'failure_reason':_0x16de0f,'duration_in_ms':_0x466a1d[_0x42aaa8(0x137)]||(_0x4aa5db[_0x42aaa8(0x1b8)](/Finished/)||_0x4aa5db['match'](/Skipped/)?_0x34ab07[_0x42aaa8(0x230)](Date[_0x42aaa8(0x263)](),new Date(_0x466a1d['started_at'])['getTime']()):null),'started_at':_0x466a1d[_0x42aaa8(0x1a7)],'finished_at':_0x4aa5db[_0x42aaa8(0x1b8)](/Finished/)||_0x4aa5db[_0x42aaa8(0x1b8)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x42aaa8(0x237)](null,_0x3e7067),'failure_type':!_0x16de0f?null:_0x34ab07[_0x42aaa8(0x195)](getFailureType,_0x16de0f),'retry_of':_0x466a1d['retryOf']};if(_0x34ab07['ETDeC'](_0x4aa5db,_0x34ab07['QLQDc'])&&!_0x1757b1[_0x34ab07[_0x42aaa8(0x128)]]){if(_0x34ab07['oArXE'](_0x34ab07[_0x42aaa8(0x23a)],_0x34ab07[_0x42aaa8(0x23a)]))_0x1757b1[_0x34ab07[_0x42aaa8(0x128)]]=_0x1757b1[_0x34ab07['yErKO']];else{const _0xcb1340=[];if(_0x362583&&_0x391886['parent']){let _0x51efa7=_0x117862[_0x42aaa8(0x175)];while(_0x51efa7&&_0x51efa7[_0x42aaa8(0x24e)]&&_0x34ab07[_0x42aaa8(0x1b4)](_0x51efa7['name'],'')){_0xcb1340[_0x42aaa8(0x122)](_0x51efa7[_0x42aaa8(0x24e)]),_0x51efa7=_0x51efa7[_0x42aaa8(0x24e)];}}return _0xcb1340[_0x42aaa8(0x1d7)](),_0xcb1340;}}if(_0x4aa5db[_0x42aaa8(0x1b8)](/HookRun/)){if(_0x34ab07[_0x42aaa8(0x157)](_0x34ab07['vuiyk'],_0x34ab07[_0x42aaa8(0x24d)])){[_0x1757b1[_0x42aaa8(0x174)],_0x1757b1[_0x42aaa8(0x24e)]]=[_0x466a1d[_0x42aaa8(0x1a6)],this[_0x42aaa8(0x17f)](_0x466a1d)];if(_0x34ab07[_0x42aaa8(0x1f9)](_0x4aa5db,_0x34ab07[_0x42aaa8(0x1f5)])){if(_0x34ab07[_0x42aaa8(0x111)](_0x34ab07[_0x42aaa8(0x1f7)],_0x34ab07[_0x42aaa8(0x11b)]))_0x2c9634[_0x42aaa8(0x178)]=_0x202054;else{if(_0x34ab07[_0x42aaa8(0x10e)](_0x1757b1[_0x42aaa8(0x19f)],_0x34ab07[_0x42aaa8(0x250)])){if(_0x34ab07[_0x42aaa8(0x1f9)](_0x34ab07[_0x42aaa8(0x1c0)],_0x34ab07[_0x42aaa8(0x1c0)]))_0x1757b1[_0x42aaa8(0x19f)]=_0x34ab07[_0x42aaa8(0x18c)];else return;}}}}else return[];}else{if(_0x4aa5db[_0x42aaa8(0x1b8)](/TestRun/)){if(_0x34ab07[_0x42aaa8(0x14a)](_0x34ab07[_0x42aaa8(0x176)],_0x34ab07['fAHxb']))this[_0x42aaa8(0x202)](_0x466a1d);else{this[_0x42aaa8(0x13b)][_0x42aaa8(0x122)](_0x4314fc);return;}}}const _0x5624fe=_0x1757b1[_0x34ab07[_0x42aaa8(0x1fb)]][0x0];_0x5624fe&&(_0x34ab07[_0x42aaa8(0x221)](_0x34ab07[_0x42aaa8(0x12b)],_0x34ab07[_0x42aaa8(0x12b)])?(_0x1757b1[_0x34ab07[_0x42aaa8(0x215)]]=_0x5624fe[_0x34ab07[_0x42aaa8(0x21c)]],_0x1757b1[_0x34ab07['IVMuE']]=_0x5624fe[_0x34ab07[_0x42aaa8(0x26b)]]):(_0x34ab07[_0x42aaa8(0x25d)](_0x3fc738,_0x42aaa8(0x22a)+_0x5af103),_0x31ca45=null));if([_0x34ab07['lrocF'],_0x34ab07[_0x42aaa8(0x12a)]]['includes'](_0x4aa5db)){if(_0x34ab07[_0x42aaa8(0x25c)](_0x34ab07[_0x42aaa8(0x205)],_0x34ab07[_0x42aaa8(0x205)]))this[_0x42aaa8(0x1c4)]['push'](_0x1757b1),_0x1757b1[_0x42aaa8(0x10c)]=this['getHooksForTest'](_0x466a1d),this[_0x42aaa8(0x23e)](_0x466a1d);else{const _0xb4c5ce=_0x567879[_0x42aaa8(0x1e6)][_0x42aaa8(0x12d)](_0x1d8be0,_0x4abe52[_0x42aaa8(0x1fa)]);return _0xb4c5ce[0x0][_0x42aaa8(0x1a8)]();}}const _0x48b2ca={'event_type':_0x34ab07['XIUXN'](_0x4aa5db,_0x34ab07[_0x42aaa8(0x12a)])?_0x34ab07[_0x42aaa8(0x13f)]:_0x4aa5db};if(_0x4aa5db['match'](/HookRun/)){if(_0x34ab07['pTBRb'](_0x34ab07[_0x42aaa8(0x180)],_0x34ab07[_0x42aaa8(0x180)]))return;else _0x1757b1[_0x34ab07[_0x42aaa8(0x156)]]=HOOK_TYPES_MAP[_0x1757b1[_0x34ab07[_0x42aaa8(0x156)]]],_0x48b2ca[_0x34ab07[_0x42aaa8(0x147)]]=_0x1757b1;}else _0x34ab07['uVmhs'](_0x34ab07[_0x42aaa8(0x23b)],_0x34ab07[_0x42aaa8(0x23b)])?_0x48b2ca[_0x34ab07[_0x42aaa8(0x1e9)]]=_0x1757b1:_0x35a236[_0x42aaa8(0x22e)]&&_0x1a3323[_0x42aaa8(0x122)](_0x40ea68['hookAnalyticsId']);_0x34ab07[_0x42aaa8(0x201)](this[_0x42aaa8(0x13b)][_0x42aaa8(0x11c)],0x0)&&[_0x34ab07[_0x42aaa8(0x13f)],_0x34ab07[_0x42aaa8(0x12a)]][_0x42aaa8(0x16a)](_0x4aa5db)&&(_0x34ab07['XIUXN'](_0x34ab07[_0x42aaa8(0x1de)],_0x34ab07[_0x42aaa8(0x1de)])?(this[_0x42aaa8(0x13b)]['forEach'](async _0x51d12d=>{const _0x37cf6c=_0x42aaa8;if(_0x34ab07[_0x37cf6c(0x224)](_0x34ab07[_0x37cf6c(0x1cc)],_0x34ab07[_0x37cf6c(0x1cc)]))return _0x409e5f[_0x37cf6c(0x1d4)];else{const _0x4972d5=_0x34ab07[_0x37cf6c(0x165)][_0x37cf6c(0x183)]('|');let _0x25d248=0x0;while(!![]){switch(_0x4972d5[_0x25d248++]){case'0':_0x51d12d[_0x34ab07[_0x37cf6c(0x147)]][_0x34ab07[_0x37cf6c(0x166)]]=_0x48b2ca[_0x34ab07['wwyQJ']][_0x34ab07[_0x37cf6c(0x166)]];continue;case'1':_0x51d12d[_0x34ab07[_0x37cf6c(0x147)]][_0x34ab07[_0x37cf6c(0x23f)]]=_0x48b2ca[_0x34ab07[_0x37cf6c(0x1e9)]][_0x34ab07['EBCwl']];continue;case'2':_0x51d12d[_0x34ab07[_0x37cf6c(0x147)]][_0x34ab07[_0x37cf6c(0x1fb)]]=_0x48b2ca[_0x34ab07[_0x37cf6c(0x1e9)]][_0x34ab07['InMQR']];continue;case'3':_0x51d12d[_0x34ab07[_0x37cf6c(0x147)]][_0x34ab07[_0x37cf6c(0x1dc)]]=_0x48b2ca[_0x34ab07['wwyQJ']][_0x34ab07[_0x37cf6c(0x1dc)]];continue;case'4':await SessionHandler[_0x37cf6c(0x254)](_0x51d12d);continue;}break;}}}),this[_0x42aaa8(0x13b)]=[]):_0xd01f33[_0x42aaa8(0x251)]=_0x4a9d68);if(_0x34ab07[_0x42aaa8(0x139)](this[_0x42aaa8(0x1df)],_0x466a1d[_0x42aaa8(0x1a6)])){if(_0x34ab07['nkUsJ'](_0x34ab07[_0x42aaa8(0x1b1)],_0x34ab07[_0x42aaa8(0x118)]))return;else{this[_0x42aaa8(0x13b)][_0x42aaa8(0x122)](_0x48b2ca);return;}}_0x34ab07[_0x42aaa8(0x153)](this[_0x42aaa8(0x1df)],_0x34ab07[_0x42aaa8(0x22c)])&&_0x48b2ca[_0x34ab07['wwyQJ']]&&(_0x34ab07['olIyX'](_0x34ab07['CgAVx'],_0x34ab07[_0x42aaa8(0x1d0)])?(_0x48b2ca[_0x34ab07[_0x42aaa8(0x1e9)]][_0x34ab07[_0x42aaa8(0x1dc)]]=_0x34ab07['IbsCO'],_0x48b2ca[_0x34ab07[_0x42aaa8(0x1e9)]][_0x34ab07[_0x42aaa8(0x1fb)]]=null,_0x48b2ca[_0x34ab07[_0x42aaa8(0x1e9)]][_0x34ab07[_0x42aaa8(0x166)]]=null):this[_0x42aaa8(0x202)](_0x202e6c)),await SessionHandler[_0x42aaa8(0x254)](_0x48b2ca);}}catch(_0x5beb8a){_0x34ab07['bCzNE'](_0x34ab07[_0x42aaa8(0x17c)],_0x34ab07[_0x42aaa8(0x142)])?(_0x3b66f8[_0x34ab07[_0x42aaa8(0x1e9)]][_0x34ab07[_0x42aaa8(0x1dc)]]=_0x34ab07['IbsCO'],_0x249796[_0x34ab07['wwyQJ']][_0x34ab07['InMQR']]=null,_0x20b4fa[_0x34ab07[_0x42aaa8(0x1e9)]][_0x34ab07['PtgUT']]=null):_0x34ab07[_0x42aaa8(0x1d6)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x4aa5db+_0x42aaa8(0x150)+_0x5beb8a);}};[a16_0x1690c0(0x154)](_0x46e74b){const _0x4f78d3=a16_0x1690c0,_0x5ab278={};_0x5ab278[_0x4f78d3(0x25a)]=_0x4f78d3(0x14b),_0x5ab278[_0x4f78d3(0x1bf)]=_0x4f78d3(0x1e3),_0x5ab278['rGSBf']=function(_0x33c180,_0x324262){return _0x33c180==_0x324262;},_0x5ab278[_0x4f78d3(0x177)]=function(_0x35c2e7,_0x3e8ae9){return _0x35c2e7===_0x3e8ae9;},_0x5ab278['uxunc']=function(_0x57f177,_0x193a54){return _0x57f177!==_0x193a54;},_0x5ab278['PIzri']=_0x4f78d3(0x20e),_0x5ab278[_0x4f78d3(0x135)]=function(_0x1d203f,_0x1221d1){return _0x1d203f===_0x1221d1;},_0x5ab278[_0x4f78d3(0x1d5)]='noADE',_0x5ab278[_0x4f78d3(0x161)]=function(_0xa6d382,_0x4b2206){return _0xa6d382!==_0x4b2206;},_0x5ab278[_0x4f78d3(0x1f0)]=_0x4f78d3(0x117);const _0x376f99=_0x5ab278,_0x2ff118=path['sep'];if(_0x376f99[_0x4f78d3(0x208)](_0x46e74b,null)||_0x376f99[_0x4f78d3(0x177)](_0x46e74b,'')||_0x376f99[_0x4f78d3(0x177)](_0x46e74b,_0x2ff118))return _0x376f99['uxunc'](_0x376f99[_0x4f78d3(0x171)],_0x376f99['PIzri'])?(_0x3bd0e9['statSync'](_0x331b97['join'](_0x243906,_0x376f99[_0x4f78d3(0x25a)],_0x376f99[_0x4f78d3(0x1bf)])),_0x7f6857):null;try{if(_0x376f99['EUsqs'](_0x376f99[_0x4f78d3(0x1d5)],_0x376f99[_0x4f78d3(0x1d5)]))return fs['statSync'](path[_0x4f78d3(0x222)](_0x46e74b,_0x376f99[_0x4f78d3(0x25a)],_0x376f99[_0x4f78d3(0x1bf)])),_0x46e74b;else _0x41d6c7[_0x4f78d3(0x122)](_0x4e6a59[_0x4f78d3(0x24e)]),_0x3613be=_0x173b7e[_0x4f78d3(0x24e)];}catch(_0x30ec80){if(_0x376f99[_0x4f78d3(0x161)](_0x376f99[_0x4f78d3(0x1f0)],_0x376f99[_0x4f78d3(0x1f0)])){if(!_0x1dd8d||!_0x2c7bd6['parent'])return;_0x178265['parent'][_0x4f78d3(0x10c)][_0x4f78d3(0x13d)](_0x3a7833=>{const _0x241d8e=_0x4f78d3;!_0x3a7833[_0x241d8e(0x22e)]&&(_0x3a7833['hookAnalyticsId']=_0x3ffd34[_0x241d8e(0x13c)](_0x7d0d93[_0x241d8e(0x272)]+':hookAnalyticsId'));}),this[_0x4f78d3(0x202)](_0x463c16[_0x4f78d3(0x175)]);}else{const _0x56e225=path[_0x4f78d3(0x200)](_0x46e74b);return this['findGitConfig'](_0x56e225);}}}[a16_0x1690c0(0x15e)]=async _0x4415e5=>{const _0x5478c3=a16_0x1690c0,_0x278ad4={'BisPZ':'started_at','fRSYe':_0x5478c3(0x185),'gBbKz':function(_0x54374f,_0x4c8780){return _0x54374f==_0x4c8780;},'qFtwh':function(_0x4f17d8,_0x200657){return _0x4f17d8===_0x200657;},'IyPKC':function(_0x5d5ab9,_0x5236a5){return _0x5d5ab9===_0x5236a5;},'INzHk':'.git','xJKBY':_0x5478c3(0x1e3),'QdIQS':_0x5478c3(0x126),'kfYVz':function(_0x2a6f33){return _0x2a6f33();},'pdDAU':function(_0x247bb1,_0x323a34){return _0x247bb1===_0x323a34;},'UKXej':'VkkOs','ioOCd':'DDqZp','qZLCB':function(_0x536028,_0x34540c){return _0x536028!==_0x34540c;},'QCRPU':_0x5478c3(0x181),'bIbqv':function(_0x22be7a,_0x190c7c){return _0x22be7a!==_0x190c7c;},'mCNpz':'iLKHL','PeQCW':function(_0x4d6e45,_0x1c7bab){return _0x4d6e45!==_0x1c7bab;},'iRkhN':'IPuWr','tZYCZ':'pNJvu','XobCB':'LogCreated','PNCZe':function(_0x419a33,_0xe7fba1){return _0x419a33===_0xe7fba1;},'usjzS':_0x5478c3(0x252),'CTdzC':function(_0xe35566,_0x22f20b){return _0xe35566(_0x22f20b);}},_0x3f3c92=TestDetails[_0x5478c3(0x21d)](process['pid']+_0x5478c3(0x158)),_0x244814=TestDetails[_0x5478c3(0x21d)](process[_0x5478c3(0x272)]+':testAnalyticsId');try{if(_0x278ad4['pdDAU'](_0x278ad4[_0x5478c3(0x1b0)],_0x278ad4[_0x5478c3(0x1e2)]))_0x3bf0c3[_0x278ad4['BisPZ']]=_0x4a52af[_0x278ad4[_0x5478c3(0x1ab)]];else{if(_0x3f3c92||this['current_hook']&&!this[_0x5478c3(0x18b)][_0x5478c3(0x188)]){if(_0x278ad4['qZLCB'](_0x278ad4[_0x5478c3(0x187)],_0x278ad4['QCRPU'])){const _0x162e15=_0x49fcc8['sep'];if(_0x278ad4[_0x5478c3(0x18d)](_0x2e844b,null)||_0x278ad4[_0x5478c3(0x276)](_0x240f20,'')||_0x278ad4[_0x5478c3(0x120)](_0x1c99f5,_0x162e15))return null;try{return _0x3d3c4b['statSync'](_0x14a38c[_0x5478c3(0x222)](_0x4ac987,_0x278ad4[_0x5478c3(0x26e)],_0x278ad4[_0x5478c3(0x1d2)])),_0x4d39bf;}catch(_0x25fed7){const _0x160893=_0x1becd1[_0x5478c3(0x200)](_0x4b571a);return this['findGitConfig'](_0x160893);}}else _0x4415e5[_0x5478c3(0x178)]=_0x3f3c92;}!_0x4415e5[_0x5478c3(0x178)]&&_0x244814&&(_0x278ad4[_0x5478c3(0x16c)](_0x278ad4[_0x5478c3(0x15c)],_0x278ad4[_0x5478c3(0x15c)])?(this[_0x5478c3(0x1c4)]['push'](_0x455186),_0x531ee0[_0x5478c3(0x10c)]=this[_0x5478c3(0x144)](_0x5f3037),this[_0x5478c3(0x23e)](_0x355572)):_0x4415e5['test_run_uuid']=_0x244814);if(_0x4415e5[_0x5478c3(0x178)]||_0x4415e5['test_run_uuid']){if(_0x278ad4[_0x5478c3(0x12e)](_0x278ad4[_0x5478c3(0x1f1)],_0x278ad4[_0x5478c3(0x1d1)])){const _0x43a051={};_0x43a051[_0x5478c3(0x114)]=_0x278ad4[_0x5478c3(0x1a2)],_0x43a051[_0x5478c3(0x182)]=[_0x4415e5],await SessionHandler[_0x5478c3(0x254)](_0x43a051);}else return{'ci':_0x278ad4['QdIQS'],'key':_0x278ad4['kfYVz'](_0xaef8b7),'version':_0x4d1711,'collector':_0x5478c3(0x1db)+_0x546bb9};}}}catch(_0x514257){_0x278ad4['PNCZe'](_0x278ad4[_0x5478c3(0x238)],_0x278ad4[_0x5478c3(0x238)])?_0x278ad4[_0x5478c3(0x19c)](debug,_0x5478c3(0x226)+_0x514257):_0x23db71['hookAnalyticsId']=null;}};[a16_0x1690c0(0x1c7)]=async _0x1fa71f=>{const _0x4475e5=a16_0x1690c0,_0x1fc5a9={'jHHLS':function(_0x4e56a8,_0x5f4de4){return _0x4e56a8!==_0x5f4de4;},'JHPxG':_0x4475e5(0x1ee),'MwDct':function(_0x3576ba,_0x490596){return _0x3576ba===_0x490596;},'NRoTa':'CBDlH','GNPgP':'http_response','kTFvB':_0x4475e5(0x149),'ViXmX':_0x4475e5(0x21b),'tXXDM':function(_0x3ea941,_0x3305d5){return _0x3ea941(_0x3305d5);}};try{if(_0x1fc5a9[_0x4475e5(0x1f3)](_0x1fc5a9[_0x4475e5(0x267)],_0x1fc5a9['NRoTa'])){const _0xf45f5e={'uuid':_0x1fa71f['uuid']||TestDetails[_0x4475e5(0x21d)](process[_0x4475e5(0x272)]+':testAnalyticsId'),'integrations':_0x1fa71f[_0x1fc5a9[_0x4475e5(0x269)]]},_0x151d1b={};_0x151d1b[_0x4475e5(0x114)]=_0x1fc5a9[_0x4475e5(0x245)],_0x151d1b[_0x4475e5(0x266)]=_0xf45f5e,await SessionHandler['uploadEventData'](_0x151d1b);}else{if(_0x181f33['asyncError']){const _0x4938a2=_0x237131[_0x4475e5(0x1e6)][_0x4475e5(0x12d)](_0x22d308,_0x346ad5['asyncError']);return _0x4938a2[0x0][_0x4475e5(0x1a8)]();}if(_0x174ac4[_0x4475e5(0x1d4)])return _0x367ac4[_0x4475e5(0x1d4)];return null;}}catch(_0x2a207a){if(_0x1fc5a9[_0x4475e5(0x1f3)](_0x1fc5a9[_0x4475e5(0x173)],_0x1fc5a9['ViXmX']))_0x1fc5a9['tXXDM'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x2a207a);else{if(_0x1fc5a9[_0x4475e5(0x1bd)](_0x420c0b[_0x4475e5(0x1a6)],_0x1fc5a9['JHPxG']))return'\x22'+_0xe53784[_0x4475e5(0x1a6)]+_0x4475e5(0x248)+(_0x39aaad[_0x4475e5(0x175)]&&_0x291987[_0x4475e5(0x175)][_0x4475e5(0x24e)])+'\x22';return _0x48758f[_0x4475e5(0x24e)];}}};async['configureGit'](){const _0x257865=a16_0x1690c0,_0x69ef29={'BcTrY':function(_0x3913c6,_0x17b010){return _0x3913c6!==_0x17b010;},'eFQep':_0x257865(0x159),'YhGHs':function(_0x3b53bd){return _0x3b53bd();},'oxHiH':_0x257865(0x1bb),'RQPrQ':_0x257865(0x15b)};if(this[_0x257865(0x206)]){if(_0x69ef29[_0x257865(0x15d)](_0x69ef29[_0x257865(0x1a1)],_0x69ef29['eFQep']))_0x8bdb4a[_0x257865(0x22e)]=_0x31688c[_0x257865(0x13c)](_0x474a72['pid']+_0x257865(0x158));else return this['_gitConfigPath'];}const _0x461d62=await _0x69ef29[_0x257865(0x1e7)](getGitMetaData);if(_0x461d62){if(_0x69ef29['BcTrY'](_0x69ef29[_0x257865(0x268)],_0x69ef29[_0x257865(0x217)]))this[_0x257865(0x220)]=_0x461d62[_0x257865(0x193)];else{if(!_0x3b8e33||!_0x55342a[_0x257865(0x175)])return[];const _0x209a11=[];return _0x237133['parent']['hooks'][_0x257865(0x13d)](_0x4c2a2e=>{const _0x6e0f59=_0x257865;_0x4c2a2e['hookAnalyticsId']&&_0x209a11[_0x6e0f59(0x122)](_0x4c2a2e['hookAnalyticsId']);}),[..._0x209a11,...this['getHooksForTest'](_0x3743f7['parent'])];}}this[_0x257865(0x206)]=!![];}[a16_0x1690c0(0x197)](_0x42f1cc){const _0x289991=a16_0x1690c0,_0x2e0296={};_0x2e0296[_0x289991(0x1c1)]=_0x289991(0x152),_0x2e0296[_0x289991(0x1fe)]='pending',_0x2e0296[_0x289991(0x143)]='failed';const _0x7a22a3=_0x2e0296,_0x12fed2={};return _0x12fed2[STATE_PASSED]=_0x7a22a3[_0x289991(0x1c1)],_0x12fed2[STATE_PENDING]=_0x7a22a3[_0x289991(0x1fe)],_0x12fed2[STATE_FAILED]=_0x7a22a3['HhQQU'],_0x12fed2[_0x42f1cc];}['getHierarchy'](_0x1998b3){const _0xbafbdc=a16_0x1690c0,_0x5cae81={};_0x5cae81[_0xbafbdc(0x1ca)]='beforeEach',_0x5cae81['KQlfi']='afterEach',_0x5cae81['gEOrW']=function(_0x4c442d,_0x478b39){return _0x4c442d!==_0x478b39;},_0x5cae81['WDfKJ']=_0xbafbdc(0x270),_0x5cae81[_0xbafbdc(0x203)]=function(_0x3a97d0,_0x48591a){return _0x3a97d0!==_0x48591a;},_0x5cae81[_0xbafbdc(0x209)]=function(_0x44c966,_0x13d039){return _0x44c966===_0x13d039;},_0x5cae81[_0xbafbdc(0x12f)]=_0xbafbdc(0x186),_0x5cae81['wjxWh']=_0xbafbdc(0x1ac);const _0x3676a9=_0x5cae81,_0x35c8b5=[];if(_0x1998b3&&_0x1998b3[_0xbafbdc(0x175)]){if(_0x3676a9['gEOrW'](_0x3676a9[_0xbafbdc(0x11d)],_0x3676a9[_0xbafbdc(0x11d)]))return this[_0xbafbdc(0x220)];else{let _0x24928e=_0x1998b3[_0xbafbdc(0x175)];while(_0x24928e&&_0x24928e[_0xbafbdc(0x24e)]&&_0x3676a9['KNYYz'](_0x24928e['name'],'')){_0x3676a9[_0xbafbdc(0x209)](_0x3676a9['sKaAi'],_0x3676a9['wjxWh'])?[_0x3676a9['btbWL'],_0x3676a9[_0xbafbdc(0x172)]][_0xbafbdc(0x16a)](_0x283e21[_0xbafbdc(0x1a6)])&&_0x21b4b5[_0xbafbdc(0x22e)]&&(_0x26985a['hookAnalyticsId']=null):(_0x35c8b5[_0xbafbdc(0x122)](_0x24928e[_0xbafbdc(0x24e)]),_0x24928e=_0x24928e[_0xbafbdc(0x24e)]);}}}return _0x35c8b5['reverse'](),_0x35c8b5;}[a16_0x1690c0(0x1f6)]=_0x1b226a=>{const _0x4190a3=a16_0x1690c0,_0x3bf7f5={'SfLSc':_0x4190a3(0x21f),'WxdAq':function(_0x3379ce){return _0x3379ce();},'vpSyG':function(_0x2bce1b,_0x469029){return _0x2bce1b!==_0x469029;},'yKaVa':function(_0x344f29,_0x2f9a6f){return _0x344f29!==_0x2f9a6f;},'JJisr':_0x4190a3(0x164),'iAOar':function(_0x2f78d2,_0x5eafc9){return _0x2f78d2!==_0x5eafc9;},'tTwuc':_0x4190a3(0x17d)};if(_0x1b226a[_0x4190a3(0x1fa)]){if(_0x3bf7f5[_0x4190a3(0x214)](_0x3bf7f5['JJisr'],_0x3bf7f5['JJisr'])){const _0x1fad3b=_0x3bf7f5[_0x4190a3(0x110)][_0x4190a3(0x183)]('|');let _0x822cf7=0x0;while(!![]){switch(_0x1fad3b[_0x822cf7++]){case'0':this[_0x4190a3(0x1ba)]=_0x3bf7f5[_0x4190a3(0x229)](_0x4e0931);continue;case'1':this[_0x4190a3(0x11e)]=new _0x26e4a4({'cwd':_0x7e1eb9[_0x4190a3(0x20f)]()},this[_0x4190a3(0x1d3)][_0x4190a3(0x20b)]);continue;case'2':this[_0x4190a3(0x220)]=null;continue;case'3':this[_0x4190a3(0x13b)]=[];continue;case'4':this['_testResults']=[];continue;case'5':this['_gitConfigured']=![];continue;case'6':this['_testEnv']=this[_0x4190a3(0x17b)]();continue;}break;}}else{const _0x5b724c=stackTrace[_0x4190a3(0x1e6)]['call'](stackTrace,_0x1b226a[_0x4190a3(0x1fa)]);return _0x5b724c[0x0][_0x4190a3(0x1a8)]();}}if(_0x1b226a['file']){if(_0x3bf7f5[_0x4190a3(0x17a)](_0x3bf7f5['tTwuc'],_0x3bf7f5[_0x4190a3(0x131)])){let _0x367d74=_0x4893d6[_0x4190a3(0x175)];while(_0x367d74&&_0x367d74[_0x4190a3(0x24e)]&&_0x3bf7f5['vpSyG'](_0x367d74[_0x4190a3(0x24e)],'')){_0x50a53b['push'](_0x367d74['name']),_0x367d74=_0x367d74[_0x4190a3(0x24e)];}}else return _0x1b226a[_0x4190a3(0x1d4)];}return null;};[a16_0x1690c0(0x202)]=_0x35cec5=>{const _0x50328b=a16_0x1690c0,_0x3a837d={'YRqZQ':function(_0x45e595,_0x346c2e){return _0x45e595(_0x346c2e);},'BLYih':_0x50328b(0x152),'biqOU':function(_0x33125b,_0x4728db){return _0x33125b===_0x4728db;},'YWdnx':_0x50328b(0x236),'ABEUW':_0x50328b(0x169),'jsGpP':function(_0x47e351,_0x269bf3){return _0x47e351===_0x269bf3;},'ekwZI':_0x50328b(0x242),'XBRDI':function(_0x183fae,_0x3d1993){return _0x183fae===_0x3d1993;},'tanMI':_0x50328b(0x21a)};if(!_0x35cec5||!_0x35cec5[_0x50328b(0x175)]){if(_0x3a837d[_0x50328b(0x1b2)](_0x3a837d[_0x50328b(0x256)],_0x3a837d['tanMI']))return;else _0x3a837d[_0x50328b(0x20c)](_0x20b1a8,_0x50328b(0x1b9)+_0x10ba88);}_0x35cec5['parent'][_0x50328b(0x10c)]['forEach'](_0x1ff651=>{const _0x505ed7=_0x50328b,_0x282ba8={};_0x282ba8['TuqVn']=_0x3a837d[_0x505ed7(0x246)];const _0x25730b=_0x282ba8;if(_0x3a837d[_0x505ed7(0x253)](_0x3a837d[_0x505ed7(0x136)],_0x3a837d[_0x505ed7(0x14d)]))return'\x22'+_0x4c75dd[_0x505ed7(0x1a6)]+_0x505ed7(0x248)+(_0x126434['parent']&&_0x1590ee[_0x505ed7(0x175)][_0x505ed7(0x24e)])+'\x22';else!_0x1ff651[_0x505ed7(0x22e)]&&(_0x3a837d['jsGpP'](_0x3a837d[_0x505ed7(0x19e)],_0x3a837d[_0x505ed7(0x19e)])?_0x1ff651[_0x505ed7(0x22e)]=TestDetails[_0x505ed7(0x13c)](process[_0x505ed7(0x272)]+':hookAnalyticsId'):_0x31d43e['result']=_0x25730b[_0x505ed7(0x212)]);}),this[_0x50328b(0x202)](_0x35cec5['parent']);};['resetTestHooks']=_0x52e6c7=>{const _0x4d3c5a=a16_0x1690c0,_0x361b4a={'XoTnt':function(_0x2a68b4,_0x56a8e7){return _0x2a68b4(_0x56a8e7);},'uzmxM':function(_0x1c0ec4,_0x29b630){return _0x1c0ec4!==_0x29b630;},'Ycqhh':_0x4d3c5a(0x24c),'DcBRr':_0x4d3c5a(0x129),'ZEKkZ':_0x4d3c5a(0x18a),'YHCEa':'afterEach','YXlbq':function(_0x3c686e,_0xcbabec){return _0x3c686e===_0xcbabec;},'TnHLb':_0x4d3c5a(0x18e),'XWbZh':_0x4d3c5a(0x271),'BtrHJ':function(_0x26c40d,_0x2c2fc3){return _0x26c40d!==_0x2c2fc3;},'TSyIu':_0x4d3c5a(0x13a)};if(!_0x52e6c7||!_0x52e6c7[_0x4d3c5a(0x175)]){if(_0x361b4a[_0x4d3c5a(0x1fd)](_0x361b4a[_0x4d3c5a(0x1e0)],_0x361b4a[_0x4d3c5a(0x1e0)]))return;else return;}_0x52e6c7['parent'][_0x4d3c5a(0x10c)][_0x4d3c5a(0x13d)](_0x597f69=>{const _0x2bf629=_0x4d3c5a;_0x361b4a['uzmxM'](_0x361b4a[_0x2bf629(0x1ef)],_0x361b4a[_0x2bf629(0x232)])?[_0x361b4a[_0x2bf629(0x10a)],_0x361b4a[_0x2bf629(0x204)]][_0x2bf629(0x16a)](_0x597f69['type'])&&_0x597f69[_0x2bf629(0x22e)]&&(_0x361b4a[_0x2bf629(0x24b)](_0x361b4a[_0x2bf629(0x1d8)],_0x361b4a[_0x2bf629(0x1e1)])?_0x361b4a['XoTnt'](_0x1912e5,_0x2bf629(0x25f)+_0x58204d):_0x597f69[_0x2bf629(0x22e)]=null):_0x2995b3=this[_0x2bf629(0x1f6)](_0x386952);}),this[_0x4d3c5a(0x202)](_0x52e6c7[_0x4d3c5a(0x175)]);};['getHooksForTest']=_0x2b6b0e=>{const _0x2cfa7c=a16_0x1690c0,_0xc164a4={'pfuTS':function(_0x2d3a67,_0x2f1500){return _0x2d3a67(_0x2f1500);},'tbFRx':function(_0x1bb01a,_0x17dcd2){return _0x1bb01a===_0x17dcd2;},'tDXRt':_0x2cfa7c(0x189),'RIBPL':_0x2cfa7c(0x22f),'WeCYy':_0x2cfa7c(0x1ff),'dYWsC':_0x2cfa7c(0x26c),'rGbej':function(_0x3ba7d6,_0x757bf9){return _0x3ba7d6===_0x757bf9;},'bJeFy':_0x2cfa7c(0x244),'Zqkqy':_0x2cfa7c(0x1a9)};if(!_0x2b6b0e||!_0x2b6b0e['parent']){if(_0xc164a4[_0x2cfa7c(0x21e)](_0xc164a4[_0x2cfa7c(0x17e)],_0xc164a4[_0x2cfa7c(0x132)]))_0x2922e5=[];else return[];}const _0x240ec8=[];return _0x2b6b0e[_0x2cfa7c(0x175)][_0x2cfa7c(0x10c)][_0x2cfa7c(0x13d)](_0x54c978=>{const _0x133fe0=_0x2cfa7c,_0x475304={'lInCD':function(_0x424d82,_0x2dfae8){const _0x3c32dd=a16_0x564f;return _0xc164a4[_0x3c32dd(0x160)](_0x424d82,_0x2dfae8);}};_0xc164a4['tbFRx'](_0xc164a4[_0x133fe0(0x191)],_0xc164a4[_0x133fe0(0x1ea)])?this[_0x133fe0(0x220)]=_0x194b50[_0x133fe0(0x193)]:_0x54c978[_0x133fe0(0x22e)]&&(_0xc164a4[_0x133fe0(0x231)](_0xc164a4['WeCYy'],_0xc164a4[_0x133fe0(0x151)])?_0x475304['lInCD'](_0x3938da,_0x133fe0(0x124)+_0x22dcb4+_0x133fe0(0x150)+_0x58faba):_0x240ec8['push'](_0x54c978[_0x133fe0(0x22e)]));}),[..._0x240ec8,...this[_0x2cfa7c(0x144)](_0x2b6b0e[_0x2cfa7c(0x175)])];};},[a16_0x1690c0(0x17b),a16_0x1690c0(0x1fc),'testStarted','getName',a16_0x1690c0(0x241),a16_0x1690c0(0x154),'appendTestItemLog','appendTestPlatform',a16_0x1690c0(0x197),a16_0x1690c0(0x15a),a16_0x1690c0(0x1f6),a16_0x1690c0(0x202),a16_0x1690c0(0x23e),a16_0x1690c0(0x144),'configureGit']);
@@ -1 +1 @@
1
- const a17_0x55b6ac=a17_0x2856;(function(_0x4d47af,_0x14f417){const _0x451c39=a17_0x2856,_0x5be800=_0x4d47af();while(!![]){try{const _0x5af0f0=-parseInt(_0x451c39(0x1d5))/0x1+-parseInt(_0x451c39(0x1cc))/0x2*(parseInt(_0x451c39(0x1b4))/0x3)+-parseInt(_0x451c39(0x1b5))/0x4*(parseInt(_0x451c39(0x1d8))/0x5)+-parseInt(_0x451c39(0x1b1))/0x6+parseInt(_0x451c39(0x1c3))/0x7*(parseInt(_0x451c39(0x1aa))/0x8)+parseInt(_0x451c39(0x1ad))/0x9*(parseInt(_0x451c39(0x1ac))/0xa)+parseInt(_0x451c39(0x1cd))/0xb;if(_0x5af0f0===_0x14f417)break;else _0x5be800['push'](_0x5be800['shift']());}catch(_0x5e44ff){_0x5be800['push'](_0x5be800['shift']());}}}(a17_0xa50c,0x64945));const fs=require('fs'),path=require(a17_0x55b6ac(0x1b9)),{v4:uuidv4}=require(a17_0x55b6ac(0x1ce)),helper=require(a17_0x55b6ac(0x1b3));class TestDetails{static [a17_0x55b6ac(0x1a9)]={};static [a17_0x55b6ac(0x1bc)]=path[a17_0x55b6ac(0x1c4)](helper[a17_0x55b6ac(0x1a8)](),'.browserstack',a17_0x55b6ac(0x1d7)+process[a17_0x55b6ac(0x1b2)][a17_0x55b6ac(0x1a7)]);static['setup'](){const _0x282140=a17_0x55b6ac,_0x42bc3={};_0x42bc3[_0x282140(0x1c9)]=_0x282140(0x1cf);const _0x9f4cf2=_0x42bc3;this[_0x282140(0x1bc)]=path[_0x282140(0x1c4)](helper['homedir'](),_0x9f4cf2[_0x282140(0x1c9)],'jest-o11y-'+process['env'][_0x282140(0x1a7)]),this[_0x282140(0x1d0)]();const _0xb6a88c={};_0xb6a88c['recursive']=!![],fs[_0x282140(0x1af)](this[_0x282140(0x1bc)],_0xb6a88c);}static['getFilePath'](_0x3648b2){const _0x6aaf57=a17_0x55b6ac,_0x114c74={};_0x114c74[_0x6aaf57(0x1b6)]=function(_0x11a53d,_0x55362d){return _0x11a53d+_0x55362d;},_0x114c74[_0x6aaf57(0x1bd)]=_0x6aaf57(0x1b7);const _0x30afdc=_0x114c74;return path['join'](this[_0x6aaf57(0x1bc)],_0x30afdc[_0x6aaf57(0x1b6)](_0x3648b2,_0x30afdc[_0x6aaf57(0x1bd)]));}static[a17_0x55b6ac(0x1d3)](_0x4e44d7){const _0x5d44f0=a17_0x55b6ac,_0xd9ae8={};_0xd9ae8[_0x5d44f0(0x1c0)]=function(_0x25c68c,_0x3fa9de){return _0x25c68c+_0x3fa9de;},_0xd9ae8[_0x5d44f0(0x1ab)]=function(_0x546b0e,_0x597a80){return _0x546b0e+_0x597a80;};const _0x48927e=_0xd9ae8;return _0x48927e[_0x5d44f0(0x1c0)](_0x48927e[_0x5d44f0(0x1c0)](_0x48927e[_0x5d44f0(0x1ab)](_0x48927e[_0x5d44f0(0x1ab)](_0x4e44d7[_0x5d44f0(0x1b8)][_0x5d44f0(0x1c5)],'-'),_0x4e44d7[_0x5d44f0(0x1b8)]['id']),'-'),_0x4e44d7[_0x5d44f0(0x1c6)]);}static[a17_0x55b6ac(0x1ca)](_0x2ab7e4){const _0x5c46f0=a17_0x55b6ac,_0x138bef={};_0x138bef['WWIWi']=_0x5c46f0(0x1cf),_0x138bef['sFCnC']=function(_0x4d968f,_0x4be9bc){return _0x4d968f===_0x4be9bc;},_0x138bef[_0x5c46f0(0x1cb)]=_0x5c46f0(0x1c7);const _0x1f3b74=_0x138bef,_0x1a77b0=this[_0x5c46f0(0x1bf)](_0x2ab7e4);if(fs[_0x5c46f0(0x1ba)](_0x1a77b0)){if(_0x1f3b74[_0x5c46f0(0x1d6)](_0x1f3b74[_0x5c46f0(0x1cb)],_0x1f3b74['pmJqv'])){const _0x1a5de8=JSON[_0x5c46f0(0x1c2)](fs[_0x5c46f0(0x1c8)](_0x1a77b0)[_0x5c46f0(0x1be)]());return this[_0x5c46f0(0x1a9)][_0x2ab7e4]=_0x1a5de8,this[_0x5c46f0(0x1a9)][_0x2ab7e4][_0x5c46f0(0x1ce)];}else{this['dirPath']=_0x36215a['join'](_0x16064a['homedir'](),_0x1f3b74['WWIWi'],_0x5c46f0(0x1d7)+_0xb7b28e[_0x5c46f0(0x1b2)]['BS_TESTOPS_BUILD_HASHED_ID']),this[_0x5c46f0(0x1d0)]();const _0x40d0fe={};_0x40d0fe[_0x5c46f0(0x1c1)]=!![],_0x21b3e3[_0x5c46f0(0x1af)](this[_0x5c46f0(0x1bc)],_0x40d0fe);}}}static[a17_0x55b6ac(0x1ae)](_0x1aced3){const _0x88efb0=a17_0x55b6ac,_0x9b6890={'EPFOd':function(_0x348376){return _0x348376();}},_0x1b364f=this['getFilePath'](_0x1aced3);return this['tests'][_0x1aced3]={'uuid':_0x9b6890[_0x88efb0(0x1bb)](uuidv4)},fs['writeFileSync'](_0x1b364f,JSON[_0x88efb0(0x1d1)](this[_0x88efb0(0x1a9)][_0x1aced3])),this[_0x88efb0(0x1a9)][_0x1aced3][_0x88efb0(0x1ce)];}static['removeTestUUID'](_0x1074e5){const _0x273952=a17_0x55b6ac,_0x2889ee=this[_0x273952(0x1bf)](_0x1074e5);fs[_0x273952(0x1ba)](_0x2889ee)&&fs[_0x273952(0x1b0)](_0x2889ee);}static[a17_0x55b6ac(0x1d0)](){const _0x5904b5=a17_0x55b6ac,_0x48ea94={};_0x48ea94[_0x5904b5(0x1c1)]=!![],_0x48ea94[_0x5904b5(0x1d2)]=!![],fs[_0x5904b5(0x1d4)](this[_0x5904b5(0x1bc)],_0x48ea94);}}function a17_0x2856(_0x470759,_0x486cce){const _0xa50cdf=a17_0xa50c();return a17_0x2856=function(_0x2856ed,_0x58ae28){_0x2856ed=_0x2856ed-0x1a7;let _0x283b6d=_0xa50cdf[_0x2856ed];return _0x283b6d;},a17_0x2856(_0x470759,_0x486cce);}function a17_0xa50c(){const _0x5ee54e=['uuid','.browserstack','shutdown','stringify','force','getTestRunIdFromTestInfo','rmSync','563899CxOrFD','sFCnC','jest-o11y-','1582455EkBGlA','BS_TESTOPS_BUILD_HASHED_ID','homedir','tests','113752pJbcCk','hXvsp','29020wawInT','513FFVTpo','setTestUUID','mkdirSync','unlinkSync','1668480UpQaPD','env','../../../helpers/helper','5706IqGyyU','8NENqZN','GqxSD','.json','_test','path','existsSync','EPFOd','dirPath','rlLBj','toString','getFilePath','jgCQz','recursive','parse','287mZHEIW','join','_projectId','retry','AXtlY','readFileSync','YWUZG','getTestUUID','pmJqv','16UYBALq','12691327qQrxNp'];a17_0xa50c=function(){return _0x5ee54e;};return a17_0xa50c();}module['exports']=TestDetails;
1
+ const a17_0x597f81=a17_0x2c97;(function(_0x27a768,_0x47c1bb){const _0x53bf1f=a17_0x2c97,_0x4a9a3b=_0x27a768();while(!![]){try{const _0x4473b0=parseInt(_0x53bf1f(0x115))/0x1+-parseInt(_0x53bf1f(0x12f))/0x2*(parseInt(_0x53bf1f(0x11e))/0x3)+-parseInt(_0x53bf1f(0x10c))/0x4+parseInt(_0x53bf1f(0x13a))/0x5+-parseInt(_0x53bf1f(0x10f))/0x6*(-parseInt(_0x53bf1f(0x123))/0x7)+-parseInt(_0x53bf1f(0x11b))/0x8+parseInt(_0x53bf1f(0x110))/0x9;if(_0x4473b0===_0x47c1bb)break;else _0x4a9a3b['push'](_0x4a9a3b['shift']());}catch(_0x2c5ce4){_0x4a9a3b['push'](_0x4a9a3b['shift']());}}}(a17_0x5328,0x9eb64));function a17_0x2c97(_0x273189,_0x432dec){const _0x53282f=a17_0x5328();return a17_0x2c97=function(_0x2c9708,_0x13ab9a){_0x2c9708=_0x2c9708-0x10c;let _0x521f3d=_0x53282f[_0x2c9708];return _0x521f3d;},a17_0x2c97(_0x273189,_0x432dec);}function a17_0x5328(){const _0x1a520b=['toString','tests','157795KICLeG','3395796LxBHEl','recursive','force','6BhTlgB','4774914xIDBWd','ZnBSC','getTestRunIdFromTestInfo','kVOgr','shutdown','1208582cvoLIb','setup','bbARw','parse','../../../helpers/helper','lYROH','3672032YbUEvV','_test','gTpmP','21NQEtOk','uuid','ITBPm','readFileSync','oXVYs','6392701bGQwMR','BS_TESTOPS_BUILD_HASHED_ID','getTestUUID','gGljH','wydxo','MigyS','UtIUz','getFilePath','homedir','jest-o11y-','writeFileSync','existsSync','207398soyBrC','.browserstack','retry','setTestUUID','_projectId','rmSync','join','env','dirPath'];a17_0x5328=function(){return _0x1a520b;};return a17_0x5328();}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a17_0x597f81(0x11f)),helper=require(a17_0x597f81(0x119));class TestDetails{static ['tests']={};static [a17_0x597f81(0x137)]=path['join'](helper[a17_0x597f81(0x12b)](),a17_0x597f81(0x130),a17_0x597f81(0x12c)+process['env'][a17_0x597f81(0x124)]);static[a17_0x597f81(0x116)](){const _0x26ca13=a17_0x597f81,_0x51fa19={};_0x51fa19['wydxo']='.browserstack';const _0x34350a=_0x51fa19;this['dirPath']=path[_0x26ca13(0x135)](helper[_0x26ca13(0x12b)](),_0x34350a[_0x26ca13(0x127)],_0x26ca13(0x12c)+process[_0x26ca13(0x136)][_0x26ca13(0x124)]),this[_0x26ca13(0x114)]();const _0x2ac5d7={};_0x2ac5d7[_0x26ca13(0x10d)]=!![],fs['mkdirSync'](this['dirPath'],_0x2ac5d7);}static[a17_0x597f81(0x12a)](_0x16118d){const _0x122433=a17_0x597f81,_0x9556a4={};_0x9556a4[_0x122433(0x113)]=function(_0x5c37aa,_0x365be7){return _0x5c37aa+_0x365be7;},_0x9556a4[_0x122433(0x120)]='.json';const _0x14d3fa=_0x9556a4;return path[_0x122433(0x135)](this[_0x122433(0x137)],_0x14d3fa[_0x122433(0x113)](_0x16118d,_0x14d3fa[_0x122433(0x120)]));}static[a17_0x597f81(0x112)](_0x1c6290){const _0x37d049=a17_0x597f81,_0x3119a0={};_0x3119a0['UtIUz']=function(_0x5c4530,_0xd41f24){return _0x5c4530+_0xd41f24;},_0x3119a0[_0x37d049(0x126)]=function(_0x3257f3,_0x5b9bef){return _0x3257f3+_0x5b9bef;};const _0x4de773=_0x3119a0;return _0x4de773[_0x37d049(0x129)](_0x4de773[_0x37d049(0x126)](_0x4de773[_0x37d049(0x126)](_0x4de773[_0x37d049(0x129)](_0x1c6290[_0x37d049(0x11c)][_0x37d049(0x133)],'-'),_0x1c6290[_0x37d049(0x11c)]['id']),'-'),_0x1c6290[_0x37d049(0x131)]);}static[a17_0x597f81(0x125)](_0x5ec3a8){const _0xbe3545=a17_0x597f81,_0x5d5309={};_0x5d5309[_0xbe3545(0x11d)]=function(_0x256c53,_0x44c791){return _0x256c53!==_0x44c791;},_0x5d5309['oXVYs']=_0xbe3545(0x128),_0x5d5309[_0xbe3545(0x11a)]=_0xbe3545(0x111);const _0xb4fb9d=_0x5d5309,_0x2e47bf=this[_0xbe3545(0x12a)](_0x5ec3a8);if(fs['existsSync'](_0x2e47bf)){if(_0xb4fb9d[_0xbe3545(0x11d)](_0xb4fb9d[_0xbe3545(0x122)],_0xb4fb9d[_0xbe3545(0x11a)])){const _0x36ee88=JSON[_0xbe3545(0x118)](fs['readFileSync'](_0x2e47bf)[_0xbe3545(0x138)]());return this[_0xbe3545(0x139)][_0x5ec3a8]=_0x36ee88,this[_0xbe3545(0x139)][_0x5ec3a8][_0xbe3545(0x11f)];}else{const _0x5007d5=_0x4ededa['parse'](_0xbbf6e7[_0xbe3545(0x121)](_0x4eddf6)[_0xbe3545(0x138)]());return this[_0xbe3545(0x139)][_0x475061]=_0x5007d5,this[_0xbe3545(0x139)][_0x4efec6][_0xbe3545(0x11f)];}}}static[a17_0x597f81(0x132)](_0x2e7e3d){const _0x12e963=a17_0x597f81,_0x3ecf8b={'bbARw':function(_0x4ec0e4){return _0x4ec0e4();}},_0xf39fbf=this[_0x12e963(0x12a)](_0x2e7e3d);return this[_0x12e963(0x139)][_0x2e7e3d]={'uuid':_0x3ecf8b[_0x12e963(0x117)](uuidv4)},fs[_0x12e963(0x12d)](_0xf39fbf,JSON['stringify'](this['tests'][_0x2e7e3d])),this[_0x12e963(0x139)][_0x2e7e3d][_0x12e963(0x11f)];}static['removeTestUUID'](_0xd83cca){const _0x303412=a17_0x597f81,_0x4449ed=this['getFilePath'](_0xd83cca);fs[_0x303412(0x12e)](_0x4449ed)&&fs['unlinkSync'](_0x4449ed);}static[a17_0x597f81(0x114)](){const _0x5ebfb5=a17_0x597f81,_0x333d02={};_0x333d02[_0x5ebfb5(0x10d)]=!![],_0x333d02[_0x5ebfb5(0x10e)]=!![],fs[_0x5ebfb5(0x134)](this[_0x5ebfb5(0x137)],_0x333d02);}}module['exports']=TestDetails;
@@ -1 +1 @@
1
- const a18_0x3eb198=a18_0x5189;(function(_0x2da332,_0x3429d9){const _0x873fee=a18_0x5189,_0x1aee81=_0x2da332();while(!![]){try{const _0x41867f=-parseInt(_0x873fee(0xdc))/0x1+parseInt(_0x873fee(0xda))/0x2+-parseInt(_0x873fee(0xd6))/0x3+-parseInt(_0x873fee(0xd8))/0x4+-parseInt(_0x873fee(0xd2))/0x5*(-parseInt(_0x873fee(0xdf))/0x6)+parseInt(_0x873fee(0xdd))/0x7*(parseInt(_0x873fee(0xd9))/0x8)+-parseInt(_0x873fee(0xde))/0x9*(-parseInt(_0x873fee(0xd3))/0xa);if(_0x41867f===_0x3429d9)break;else _0x1aee81['push'](_0x1aee81['shift']());}catch(_0x21b5a3){_0x1aee81['push'](_0x1aee81['shift']());}}}(a18_0x281b,0xd3ceb));const {requireModule}=require(a18_0x3eb198(0xd1));require('../../helpers/setKeepAlive')();function a18_0x5189(_0x444cbd,_0x37185d){const _0x281b94=a18_0x281b();return a18_0x5189=function(_0x518922,_0x390e7a){_0x518922=_0x518922-0xd1;let _0x463658=_0x281b94[_0x518922];return _0x463658;},a18_0x5189(_0x444cbd,_0x37185d);}function a18_0x281b(){const _0x1a7ec8=['6525015YDzCQA','1710gWmeXb','746388TXzMBE','../../helpers/helper','55ufHguM','89360ahbTxE','selenium-webdriver','until','4564605yhLXNv','__webdriver','2430788hxkQer','8jTpDfq','1034128iuhqOU','Builder','1518632Wqixrq'];a18_0x281b=function(){return _0x1a7ec8;};return a18_0x281b();}const __wd__=requireModule(a18_0x3eb198(0xd4));__wd__[a18_0x3eb198(0xd5)]=global[a18_0x3eb198(0xd7)][a18_0x3eb198(0xd5)],__wd__['By']=global['__webdriver']['By'],__wd__[a18_0x3eb198(0xdb)]=global['__webdriver'][a18_0x3eb198(0xdb)];
1
+ const a18_0x334243=a18_0x5881;function a18_0x5881(_0x4c2c26,_0x47c548){const _0x36671c=a18_0x3667();return a18_0x5881=function(_0x588144,_0x542b19){_0x588144=_0x588144-0x145;let _0x1c428f=_0x36671c[_0x588144];return _0x1c428f;},a18_0x5881(_0x4c2c26,_0x47c548);}(function(_0x51538c,_0x1b81e3){const _0x4ac927=a18_0x5881,_0x35ebc7=_0x51538c();while(!![]){try{const _0x49d58f=parseInt(_0x4ac927(0x147))/0x1*(parseInt(_0x4ac927(0x14d))/0x2)+-parseInt(_0x4ac927(0x155))/0x3+parseInt(_0x4ac927(0x153))/0x4*(parseInt(_0x4ac927(0x149))/0x5)+parseInt(_0x4ac927(0x152))/0x6*(-parseInt(_0x4ac927(0x150))/0x7)+-parseInt(_0x4ac927(0x148))/0x8*(-parseInt(_0x4ac927(0x145))/0x9)+parseInt(_0x4ac927(0x14f))/0xa*(-parseInt(_0x4ac927(0x151))/0xb)+-parseInt(_0x4ac927(0x14b))/0xc;if(_0x49d58f===_0x1b81e3)break;else _0x35ebc7['push'](_0x35ebc7['shift']());}catch(_0x29fc15){_0x35ebc7['push'](_0x35ebc7['shift']());}}}(a18_0x3667,0x5ff38));const {requireModule}=require('../../helpers/helper');require(a18_0x334243(0x14a))();const __wd__=requireModule(a18_0x334243(0x154));__wd__[a18_0x334243(0x146)]=global[a18_0x334243(0x14c)][a18_0x334243(0x146)],__wd__['By']=global[a18_0x334243(0x14c)]['By'],__wd__['Builder']=global[a18_0x334243(0x14c)][a18_0x334243(0x14e)];function a18_0x3667(){const _0x3ddcac=['96332BMrBcA','Builder','30ooKQzs','7hpUitt','817179WmIHEX','393834RSoBKg','4tlWmjh','selenium-webdriver','2183604jZlCTd','18Bputmm','until','12mOTnWX','1995416lgbWKo','2609865AGLTwe','../../helpers/setKeepAlive','2273148FYzErO','__webdriver'];a18_0x3667=function(){return _0x3ddcac;};return a18_0x3667();}