browserstack-node-sdk 1.31.6 → 1.31.7

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 (105) 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/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserStackSdk.js +1 -1
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/request-spy.js +1 -1
  96. package/src/helpers/setKeepAlive.js +1 -1
  97. package/src/helpers/test-observability/constants.js +1 -1
  98. package/src/helpers/test-observability/error-handler.js +1 -1
  99. package/src/helpers/test-observability/performance-tester.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a13_0x9476e0=a13_0x1b73;(function(_0x487384,_0x24ae71){const _0x2d7139=a13_0x1b73,_0x369f45=_0x487384();while(!![]){try{const _0x5e75dc=parseInt(_0x2d7139(0x8f))/0x1*(parseInt(_0x2d7139(0xd1))/0x2)+-parseInt(_0x2d7139(0x121))/0x3+parseInt(_0x2d7139(0x110))/0x4*(-parseInt(_0x2d7139(0x105))/0x5)+-parseInt(_0x2d7139(0xe2))/0x6+parseInt(_0x2d7139(0x8b))/0x7*(-parseInt(_0x2d7139(0x11a))/0x8)+parseInt(_0x2d7139(0xb6))/0x9*(parseInt(_0x2d7139(0xd9))/0xa)+parseInt(_0x2d7139(0x104))/0xb*(parseInt(_0x2d7139(0xde))/0xc);if(_0x5e75dc===_0x24ae71)break;else _0x369f45['push'](_0x369f45['shift']());}catch(_0x49103d){_0x369f45['push'](_0x369f45['shift']());}}}(a13_0x4130,0x2af75));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x9476e0(0x11e)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x9476e0(0x142));let __error_messages__=[];function a13_0x4130(){const _0x13b7f4=['yRcTf','__drivers','protocol','UPFbl','error','percy','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Vxfwv','CuaYD','../../helpers/percy/utils','../../helpers/accessibility-automation/helper','ObTeV','hjyEO','tuJvB','czyEX','rShph','JRSME','push','pCpDX','lMJeR','appium:app','NOytx','JYlxD','Relfe','IeRGO','FaRBE','kWLpm','bzSnG','NMycs','YQFYB','BXwNo','session_','wJUQs','UgrVD','117RRsxvx','lYOAr','errors','KXuIW','nAYVX','QEiOc','XPKhM','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','kaeJs','YRXky','YLwZD','iSByT','setTimeout','WIzbK','UemsO','winstonLogger','Failed\x20to\x20store\x20session\x20name:\x20','testPath','vcfXS','kXtpr','iWMmM','QSbIk','wxuyN','TQwOj','Ogwsd','getInstance','fHaiU','4fTfagj','isArray','MyYiI','NDSNj','jvFIE','initQuit','./test-observability/test-details','currentTestName','22260KmDBvc','krHys','zbPmI','https:','info','276wBUHCM','FcpgB','browserstackSessionName','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','1234878JJBGqI','../../helpers/test-observability/requestQueueHandler','bNLIE','oQBil','KOlkg','sLcNQ','getState','TwJRX','AcIkP','dPpXj','LucBD','sRsIj','pendingUploads','eXVih','titlePath','lTvqF','HtqVw','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','ObservabilitySync:','executeAsyncScript','dNjJe','mIIVf','replace','log','\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','slJEn','oXxtR','TUzNB','yTIzk','\x22,\x22level\x22:\x20\x22info\x22}}','\x22,\x22level\x22:\x20\x22error\x22}}','SYMhm','pid','etLIT','434291tMCXIJ','339755ufCNFi','DDdac','quitCount_','nbsqp','jwIkr','\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','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','length','\x22}}','capabilities','mudje','16bKtVQA','rvEWw','ysHaO','iLpRo','ujdWD','DzNLM','currentTest','ZbzPR','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','getCurrentUrl','331808aoBFCA','description','name','.\x20Error\x20:','../../helpers/test-observability/utils','now','getEnv','569379ZXiMGr','KLAmr','join','aYFHT','dGSKd','OUUHu','cCWVo','HSeQL','ilPHP','yiiqs','VpxIz','failedExpectations','executeScript','iaBak','rwOnL','ISRMe','WNIzT','../../helpers/logger','isAccessibilityPlatform','jOakK','kCjDB','tmsAP','VjMWD','app','BygwT','jcwYd','ssEax','addReporter','VzrHh','stringify','gQyaM','testcase','OvhMf','../../helpers/helper','izxzG','BS_A11Y_TEST_RUN_ID','iMazj','WKOFB','http:','specStarted','KoLPJ','lDpWG',':testAnalyticsId','CiJNM','IKikP','YCezw','\x20|\x20','uFAfU','MNdEq','\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','getTestUUID','debug','EoVpO','slice','XEDFv','42aLdjjC','ADTxa','lhhAn','pvoNZ','77627VRHEsc','PXhdD','iKGcP','message','undefined'];a13_0x4130=function(){return _0x13b7f4;};return a13_0x4130();}const RequestQueueHandler=require(a13_0x9476e0(0xe3));jest[a13_0x9476e0(0xc2)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x9476e0(0x9e)),{percyAutoCapture}=require(a13_0x9476e0(0x9d)),logger=require(a13_0x9476e0(0x132))[a13_0x9476e0(0xc5)],TestDetails=require(a13_0x9476e0(0xd7));function stripUnicode(_0x115523){const _0x167d2d=a13_0x9476e0;return _0x115523[_0x167d2d(0xf8)](/\\u001b\[.*?m/g,'')[_0x167d2d(0x89)](0x1,-0x1);}async function setContext(){const _0x591ce2=a13_0x9476e0,_0x23f125={'rShph':function(_0x579b7a,_0x573939){return _0x579b7a(_0x573939);},'bFLTa':function(_0x2ae499,_0x29344e){return _0x2ae499<=_0x29344e;},'iKGcP':function(_0x379dde,_0x4e9f70){return _0x379dde(_0x4e9f70);},'hjyEO':function(_0x2a5b51){return _0x2a5b51();},'iWMmM':function(_0x584c75,_0x55a64d){return _0x584c75>_0x55a64d;},'iSByT':function(_0x534501,_0x22be75){return _0x534501(_0x22be75);},'imPhc':function(_0x17f97b){return _0x17f97b();},'lDpWG':function(_0x1ae43a,_0x3f64c9){return _0x1ae43a!==_0x3f64c9;},'UgrVD':'ayrxt','ssEax':function(_0x3c4abe,_0x8166d7){return _0x3c4abe===_0x8166d7;},'cCWVo':_0x591ce2(0xad),'WIzbK':_0x591ce2(0xd5),'tuJvB':'undefined','WKOFB':_0x591ce2(0x108),'YCezw':_0x591ce2(0x126),'ISRMe':function(_0x492428,_0x3cb166){return _0x492428>_0x3cb166;},'jwIkr':_0x591ce2(0xb7),'trTiq':_0x591ce2(0xc8),'NDSNj':function(_0x1fa2c1,_0x466d30){return _0x1fa2c1===_0x466d30;},'BygwT':_0x591ce2(0xf6),'iLpRo':'YAWBf','IeRGO':function(_0x180e0b,_0x33c26f){return _0x180e0b(_0x33c26f);},'DzNLM':function(_0x38b36c,_0x34f54f){return _0x38b36c!==_0x34f54f;},'QEiOc':_0x591ce2(0xcb),'MyYiI':function(_0x249895,_0x1c7692){return _0x249895!==_0x1c7692;},'yiiqs':_0x591ce2(0x12b),'bzSnG':function(_0x432d97,_0x55b4fa){return _0x432d97!==_0x55b4fa;},'HSeQL':_0x591ce2(0x134),'VzrHh':_0x591ce2(0xb2),'TwJRX':_0x591ce2(0xfc),'jVozX':function(_0x36099f,_0x370107){return _0x36099f===_0x370107;},'NMkDC':'xWzau'};if(!_0x23f125['imPhc'](isBrowserstackInfra)){if(_0x23f125[_0x591ce2(0x7d)](_0x23f125[_0x591ce2(0xb5)],_0x23f125['UgrVD']))_0x484478[_0x591ce2(0x98)](_0x591ce2(0xbd)+_0x2866c9);else return;}if(!sessionNameProvided){if(_0x23f125[_0x591ce2(0x13b)](_0x23f125[_0x591ce2(0x127)],_0x23f125[_0x591ce2(0xc3)]))_0x5852be=_0x23f125[_0x591ce2(0xa3)](_0x310e12,_0x61dbc[_0x591ce2(0x13e)](_0x449de9['name']));else{const _0x115920=expect[_0x591ce2(0xe8)]()['currentTestName'];await __drivers[0x0]['executeScript'](_0x591ce2(0x118)+_0x115920+'\x22}}');}}let _0x546904=null,_0x3b6f7e=![];_0x23f125[_0x591ce2(0x7d)](typeof jasmine,_0x23f125[_0x591ce2(0xa1)])?_0x23f125[_0x591ce2(0x13b)](_0x23f125[_0x591ce2(0x146)],_0x23f125[_0x591ce2(0x81)])?(_0x49d2c6=!![],_0x37b9b1=_0x23f125[_0x591ce2(0xa3)](_0x323295,_0x328d2c[_0x591ce2(0x13e)](_0x842abc[_0x591ce2(0xb8)][0x0][0x0][_0x591ce2(0x92)]||_0x46e4fb[_0x591ce2(0xb8)][0x0][0x0]))):jasmine[_0x591ce2(0x116)][_0x591ce2(0x12c)]&&_0x23f125['ISRMe'](jasmine[_0x591ce2(0x116)][_0x591ce2(0x12c)][_0x591ce2(0x10c)],0x0)?_0x23f125[_0x591ce2(0x13b)](_0x23f125[_0x591ce2(0x109)],_0x23f125['trTiq'])?_0x125f46[_0x591ce2(0x87)](_0x591ce2(0xc6)+_0x5ab532):(_0x3b6f7e=!![],_0x546904=_0x23f125[_0x591ce2(0xa3)](stripUnicode,JSON[_0x591ce2(0x13e)](jasmine['currentTest'][_0x591ce2(0x12c)][0x0]['message']))):_0x23f125[_0x591ce2(0xd4)](_0x23f125[_0x591ce2(0x139)],_0x23f125[_0x591ce2(0x113)])?_0x2d19c3=new _0x37044e(_0x3fd88f):_0x546904=_0x23f125[_0x591ce2(0xac)](stripUnicode,JSON[_0x591ce2(0x13e)](jasmine[_0x591ce2(0x116)]['description'])):_0x23f125[_0x591ce2(0x115)](_0x23f125['QEiOc'],_0x23f125[_0x591ce2(0xbb)])?_0x23f125['bFLTa'](_0x1d6f18[_0x591ce2(0xcf)]()[_0x591ce2(0xee)],0x0)&&(_0x23f125[_0x591ce2(0x91)](_0x589d8c,_0x24ff6f),_0x23f125[_0x591ce2(0xa0)](_0x17aad2)):testContext[_0x591ce2(0xb8)]&&_0x23f125[_0x591ce2(0x130)](testContext['errors'][_0x591ce2(0x10c)],0x0)?_0x23f125[_0x591ce2(0xd3)](_0x23f125[_0x591ce2(0x12a)],_0x23f125[_0x591ce2(0x12a)])?_0x3ba567[_0x591ce2(0x116)][_0x591ce2(0x12c)]&&_0x23f125[_0x591ce2(0xca)](_0x2d2b42[_0x591ce2(0x116)]['failedExpectations'][_0x591ce2(0x10c)],0x0)?(_0x1a64ca=!![],_0x269e7c=_0x23f125[_0x591ce2(0xa3)](_0x1459b3,_0x41388f[_0x591ce2(0x13e)](_0x49e3be[_0x591ce2(0x116)][_0x591ce2(0x12c)][0x0][_0x591ce2(0x92)]))):_0x32315d=_0x23f125[_0x591ce2(0xc1)](_0x1be5f1,_0x4ba96b[_0x591ce2(0x13e)](_0x5f0e86[_0x591ce2(0x116)][_0x591ce2(0x11b)])):(_0x3b6f7e=!![],_0x546904=_0x23f125[_0x591ce2(0x91)](stripUnicode,JSON['stringify'](testContext[_0x591ce2(0xb8)][0x0][0x0][_0x591ce2(0x92)]||testContext[_0x591ce2(0xb8)][0x0][0x0]))):_0x23f125[_0x591ce2(0xaf)](_0x23f125[_0x591ce2(0x128)],_0x23f125[_0x591ce2(0x13d)])?_0x546904=_0x23f125[_0x591ce2(0xac)](stripUnicode,JSON[_0x591ce2(0x13e)](testContext['name'])):(_0x4131e5[_0x591ce2(0xd2)](_0x13696e)&&_0x45e2c9[0x0]&&(_0x23c10c[0x0]['browserstackSessionName']=_0x33a6cd),_0x3d4f7a[_0x591ce2(0xe0)]=_0xec61c0),_0x3b6f7e?_0x23f125[_0x591ce2(0x13b)](_0x23f125['TwJRX'],_0x23f125[_0x591ce2(0xe9)])?(__error_messages__[_0x591ce2(0xa5)](_0x546904),await __drivers[0x0][_0x591ce2(0x12d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x546904+_0x591ce2(0x100))):_0x2df06c=![]:_0x23f125['jVozX'](_0x23f125['NMkDC'],_0x23f125['NMkDC'])?await __drivers[0x0][_0x591ce2(0x12d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x546904+_0x591ce2(0xff)):_0x4f1c79[_0x591ce2(0x116)]=_0x329bfe;}function a13_0x1b73(_0x57955c,_0x1abeb0){const _0x4130ce=a13_0x4130();return a13_0x1b73=function(_0x1b736a,_0x4935d8){_0x1b736a=_0x1b736a-0x7d;let _0x520942=_0x4130ce[_0x1b736a];return _0x520942;},a13_0x1b73(_0x57955c,_0x1abeb0);}const executeAnnotate=async(_0x503fa6,_0x3a7129)=>{const _0x46cd7a=a13_0x9476e0;await global[_0x46cd7a(0x95)][0x0][_0x46cd7a(0x12d)](_0x46cd7a(0x10b)+_0x503fa6+',\x22level\x22:\x20\x22'+_0x3a7129+_0x46cd7a(0x10d));};async function driverCleanup(){const _0x164fa5=a13_0x9476e0,_0x249e2a={'krHys':function(_0xf7a8e2,_0x542a23){return _0xf7a8e2(_0x542a23);},'mIIVf':_0x164fa5(0x9a),'yTIzk':function(_0x2644fb,_0x4f88ba){return _0x2644fb<=_0x4f88ba;},'Relfe':function(_0x396683,_0x1c5d5d){return _0x396683(_0x1c5d5d);},'yRcTf':function(_0x13c8d2){return _0x13c8d2();},'XEDFv':function(_0x16859e,_0x59de1d,_0x538afd){return _0x16859e(_0x59de1d,_0x538afd);},'SYMhm':_0x164fa5(0xf3),'ilPHP':function(_0x3059d8,_0x5ba209){return _0x3059d8!==_0x5ba209;},'knYOK':_0x164fa5(0x12e),'TQwOj':_0x164fa5(0x131),'xNYYX':_0x164fa5(0xe7),'kXtpr':_0x164fa5(0x106),'UkvSX':function(_0x2d874f,_0x478446){return _0x2d874f>_0x478446;},'ObTeV':function(_0x580b83,_0x4c5b32){return _0x580b83!==_0x4c5b32;},'EoVpO':_0x164fa5(0x13f),'NCCHG':_0x164fa5(0xbf),'bhNeb':function(_0x1f846c,_0x2bae0d,_0x59cdf8,_0x50490f){return _0x1f846c(_0x2bae0d,_0x59cdf8,_0x50490f);},'HxHAG':'failed','rwOnL':_0x164fa5(0x82),'wJUQs':_0x164fa5(0x10f),'sRsIj':function(_0x3db853,_0x39637d,_0x2078a1){return _0x3db853(_0x39637d,_0x2078a1);},'rvEWw':'passed','slJEn':function(_0x4dfdf9,_0xbd4392){return _0x4dfdf9===_0xbd4392;},'Qlgoi':'qHdSZ','nICpK':_0x164fa5(0xe6),'wxuyN':function(_0x1e95a4,_0x49ae2d){return _0x1e95a4===_0x49ae2d;},'XYAzX':_0x164fa5(0xf2),'FcpgB':_0x164fa5(0x143),'ZbzPR':_0x164fa5(0xfd),'LdvKf':'EOOFT','yfYcn':_0x164fa5(0x149)};if(!_0x249e2a[_0x164fa5(0x94)](isBrowserstackInfra)){if(_0x249e2a[_0x164fa5(0x129)](_0x249e2a['knYOK'],_0x249e2a[_0x164fa5(0xcd)]))return;else _0x7c464a[_0x164fa5(0xf9)](_0x2a7c3a);}let _0x5130d7=![];try{if(_0x249e2a[_0x164fa5(0x129)](_0x249e2a['xNYYX'],_0x249e2a[_0x164fa5(0xc9)])){await __drivers[0x0][_0x164fa5(0xb3)],_0x5130d7=!![];if(_0x249e2a['UkvSX'](__error_messages__[_0x164fa5(0x10c)],0x0)){if(_0x249e2a[_0x164fa5(0x9f)](_0x249e2a[_0x164fa5(0x88)],_0x249e2a['NCCHG']))await _0x249e2a['bhNeb'](markSessionStatus,__drivers[0x0],_0x249e2a['HxHAG'],__error_messages__[_0x164fa5(0x123)](_0x249e2a[_0x164fa5(0x12f)]));else return _0x409df0['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}else _0x249e2a['ilPHP'](_0x249e2a[_0x164fa5(0xb4)],_0x249e2a[_0x164fa5(0xb4)])?_0x32b5bb=_0x249e2a[_0x164fa5(0xda)](_0x1bc309,_0x147d1e['stringify'](_0x27a0ed['currentTest'][_0x164fa5(0x11b)])):await _0x249e2a[_0x164fa5(0xed)](markSessionStatus,__drivers[0x0],_0x249e2a[_0x164fa5(0x111)]);}else _0x5ed123[_0x164fa5(0xdd)](_0x249e2a[_0x164fa5(0xf7)]);}catch(_0x1d8a87){if(_0x249e2a[_0x164fa5(0xfb)](_0x249e2a['Qlgoi'],_0x249e2a['nICpK']))return;else console[_0x164fa5(0xf9)](_0x1d8a87);}__error_messages__=[];if(_0x5130d7){if(_0x249e2a[_0x164fa5(0xcc)](_0x249e2a['XYAzX'],_0x249e2a[_0x164fa5(0xdf)])){const _0x3d303e=_0x249e2a[_0x164fa5(0x8a)](_0x45f309,async()=>{const _0x139635=_0x164fa5;_0x249e2a[_0x139635(0xfe)](_0xd1370f[_0x139635(0xcf)]()[_0x139635(0xee)],0x0)&&(_0x249e2a[_0x139635(0xab)](_0x24fdd6,_0x3d303e),_0x249e2a[_0x139635(0x94)](_0x21f49f));},0x3e8);}else try{_0x249e2a[_0x164fa5(0xfb)](_0x249e2a[_0x164fa5(0x117)],_0x249e2a[_0x164fa5(0x117)])?await __drivers[0x0][_0x164fa5(0xd6)]():_0x509707[_0x164fa5(0xdd)](_0x249e2a[_0x164fa5(0x101)]);}catch(_0x3d9c10){if(_0x249e2a[_0x164fa5(0x129)](_0x249e2a['LdvKf'],_0x249e2a['yfYcn']))console[_0x164fa5(0xf9)](_0x3d9c10);else return;}}}beforeAll(async()=>{const _0x1af6b0=a13_0x9476e0,_0x21340f={'JRSME':function(_0x17048f,_0x3869be){return _0x17048f===_0x3869be;},'ujdWD':'dPmHL','czyEX':_0x1af6b0(0x135),'pCpDX':function(_0xc8deed,_0x2a3503){return _0xc8deed(_0x2a3503);},'kWLpm':function(_0x4f30ec,_0x37aa66){return _0x4f30ec>_0x37aa66;},'bkuUt':function(_0x5d0884,_0x38884f){return _0x5d0884(_0x38884f);},'JYlxD':function(_0x259c2b,_0x525147){return _0x259c2b(_0x525147);},'UPFbl':function(_0x2b4e9b){return _0x2b4e9b();},'KXuIW':function(_0x93d72d,_0x5a4699){return _0x93d72d!==_0x5a4699;},'sbNCq':_0x1af6b0(0x93),'CiJNM':function(_0x4ad522,_0x5ca1c5){return _0x4ad522!==_0x5ca1c5;},'kaeJs':'diIRd','NMycs':'bvxzs','yXbYL':function(_0x232d8e,_0x2b35d5){return _0x232d8e===_0x2b35d5;},'OvhMf':_0x1af6b0(0x9b),'QcXoa':_0x1af6b0(0xe5),'uFAfU':_0x1af6b0(0x112),'YQFYB':function(_0x4c0b7c,_0x4f5419){return _0x4c0b7c===_0x4f5419;},'AcIkP':'CPdRD','zbPmI':function(_0x5e4ac4,_0x377454){return _0x5e4ac4===_0x377454;},'eXVih':_0x1af6b0(0x8c),'Ogwsd':'OoFlG','tmsAP':function(_0x5355b1,_0x288122,_0xbb2764){return _0x5355b1(_0x288122,_0xbb2764);}},_0x30ceee='browserstack internal helper hook';_0x21340f[_0x1af6b0(0xb9)](typeof jasmine,_0x21340f['sbNCq'])&&(_0x21340f[_0x1af6b0(0x7f)](_0x21340f[_0x1af6b0(0xbe)],_0x21340f[_0x1af6b0(0xb0)])?jasmine[_0x1af6b0(0x120)]()[_0x1af6b0(0x13c)]({'specStarted':_0x41d6dd=>{const _0x122535=_0x1af6b0;if(_0x21340f[_0x122535(0xa4)](_0x21340f[_0x122535(0x114)],_0x21340f[_0x122535(0xa2)])){const _0xa05676={};_0xa05676[_0x122535(0x148)]=_0x4cdc2b=>{const _0x363545=_0x122535;_0x99b3bf[_0x363545(0x116)]=_0x4cdc2b;},_0x1b62b0[_0x122535(0x120)]()[_0x122535(0x13c)](_0xa05676);}else jasmine[_0x122535(0x116)]=_0x41d6dd;}}):(_0x1cd83e=!![],_0x363756=_0x21340f[_0x1af6b0(0xa6)](_0x308f41,_0x357982['stringify'](_0x4abf44[_0x1af6b0(0x116)][_0x1af6b0(0x12c)][0x0][_0x1af6b0(0x92)]))));let _0x629935=![];try{_0x21340f['yXbYL'](_0x21340f['OvhMf'],_0x21340f[_0x1af6b0(0x141)])?(await __drivers[0x0][_0x1af6b0(0xb3)],_0x629935=!![]):_0x187819[_0x1af6b0(0xf9)](_0xb76601);}catch(_0x405569){}if(_0x629935)try{try{_0x21340f[_0x1af6b0(0xb9)](_0x21340f['QcXoa'],_0x21340f[_0x1af6b0(0x83)])?_0x21340f[_0x1af6b0(0x97)](isTestObservabilitySession)&&(_0x21340f[_0x1af6b0(0xb1)](_0x21340f['AcIkP'],_0x21340f[_0x1af6b0(0xea)])?global[_0x1af6b0(0x95)][0x0]&&(_0x21340f[_0x1af6b0(0xdb)](_0x21340f[_0x1af6b0(0xef)],_0x21340f[_0x1af6b0(0xce)])?_0x44163d['error'](_0x1af6b0(0xe1)+this[_0x1af6b0(0x116)][_0x1af6b0(0xf0)]()+_0x1af6b0(0x11d),_0x3f7bd0):await _0x21340f[_0x1af6b0(0x136)](sendPlatformDetails,global[_0x1af6b0(0x95)][0x0],TestDetails[_0x1af6b0(0x86)](process[_0x1af6b0(0x102)]+_0x1af6b0(0x7e)))):_0x254447['errors']&&_0x21340f[_0x1af6b0(0xae)](_0x24b9f2[_0x1af6b0(0xb8)]['length'],0x0)?(_0x106062=!![],_0x1cf275=_0x21340f['bkuUt'](_0x589bcf,_0x5dc64e[_0x1af6b0(0x13e)](_0x47e5eb['errors'][0x0][0x0][_0x1af6b0(0x92)]||_0x586906[_0x1af6b0(0xb8)][0x0][0x0]))):_0x357437=_0x21340f[_0x1af6b0(0xa6)](_0x2e8331,_0x14282f[_0x1af6b0(0x13e)](_0x4c0207[_0x1af6b0(0x11c)]))):(_0x21340f[_0x1af6b0(0xaa)](_0x5ac380,_0xe53098),_0x21340f[_0x1af6b0(0x97)](_0x4ecf33));}catch{}}catch(_0x3d1794){}}),beforeEach(async()=>{const _0x33c22e=a13_0x9476e0,_0x4ff8cb={'SzNla':function(_0xa61ee5,_0x56499e){return _0xa61ee5>_0x56499e;},'GQwkH':function(_0x27cd35){return _0x27cd35();},'IKikP':function(_0x374e92,_0x30a497){return _0x374e92>_0x30a497;},'NOytx':function(_0x4121af){return _0x4121af();},'jcwYd':function(_0x51957e,_0x1c6e4f,_0x3ed54c){return _0x51957e(_0x1c6e4f,_0x3ed54c);},'DWpvC':function(_0x5c911a,_0x3394ae){return _0x5c911a===_0x3394ae;},'VjMWD':_0x33c22e(0x147),'pvoNZ':function(_0x39860e,_0x2d9bd0){return _0x39860e===_0x2d9bd0;},'pwfRd':_0x33c22e(0xdc),'CuaYD':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','LucBD':function(_0x422649,_0x501af3){return _0x422649>_0x501af3;},'KLAmr':function(_0x27f1e4){return _0x27f1e4();}},_0x205756='browserstack internal helper hook';try{_0x4ff8cb['SzNla'](__drivers[_0x33c22e(0x10c)],0x1)&&(await _0x4ff8cb['GQwkH'](driverCleanup),__drivers['shift']());const _0x281c52=expect[_0x33c22e(0xe8)]()['currentTestName'];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x281c52),global['browserstackSessionName']=_0x281c52;}catch(_0x397c11){logger[_0x33c22e(0x87)](_0x33c22e(0xc6)+_0x397c11);}__drivers[0x0][_0x33c22e(0xe0)]=_0x281c52;_0x4ff8cb[_0x33c22e(0x80)](__drivers[0x0]['quitCount_'],0x0)&&await _0x4ff8cb[_0x33c22e(0xa9)](driverCleanup);const _0x5298f9=_0x4ff8cb[_0x33c22e(0x13a)](shouldScanTestForAccessibility,_0x281c52,![]);if(_0x4ff8cb['NOytx'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x33c22e(0x133)])try{const _0x4cc57d=await __drivers[0x0]['session_'];if(_0x4cc57d){let _0x43a67b=!![];const _0x589980=await __drivers[0x0][_0x33c22e(0x119)]();let _0x4142e9;try{_0x4142e9=new URL(_0x589980);}catch(_0x52dced){_0x43a67b=![];}_0x43a67b=_0x4ff8cb['DWpvC'](_0x4142e9[_0x33c22e(0x96)],_0x4ff8cb[_0x33c22e(0x137)])||_0x4ff8cb[_0x33c22e(0x8e)](_0x4142e9[_0x33c22e(0x96)],_0x4ff8cb['pwfRd']),_0x43a67b&&(_0x5298f9?(logger[_0x33c22e(0xdd)](_0x4ff8cb[_0x33c22e(0x9c)]),await __drivers[0x0][_0x33c22e(0xf5)](_0x33c22e(0x85))):await __drivers[0x0][_0x33c22e(0x12d)](_0x33c22e(0x10a)));}}catch(_0x9d1663){logger['error'](_0x33c22e(0xbd)+_0x9d1663);}_0x4ff8cb[_0x33c22e(0xec)](__drivers[0x0][_0x33c22e(0x107)],0x0)&&await _0x4ff8cb[_0x33c22e(0x122)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x1177d6=a13_0x9476e0,_0x6b843c={'etLIT':function(_0x59829a,_0x5ad3bc){return _0x59829a>_0x5ad3bc;},'dGSKd':function(_0x4a9278){return _0x4a9278();},'TiwQp':function(_0x29cfa1,_0x188123){return _0x29cfa1===_0x188123;},'lMJeR':_0x1177d6(0x140),'MNdEq':function(_0x10d1f3,_0xc0bbef){return _0x10d1f3>_0xc0bbef;},'SYcAg':_0x1177d6(0xa8),'YLwZD':function(_0x25b728,_0x8d70b8,_0x494674,_0x22bf5f){return _0x25b728(_0x8d70b8,_0x494674,_0x22bf5f);},'lhhAn':function(_0x5d8250,_0x25e4fb,_0x36171c){return _0x5d8250(_0x25e4fb,_0x36171c);},'aYFHT':function(_0x3fb8c0){return _0x3fb8c0();},'PXhdD':_0x1177d6(0xf3),'nAYVX':function(_0xcbb492,_0x5966ce){return _0xcbb492(_0x5966ce);},'UVjrY':_0x1177d6(0x9a),'XPKhM':function(_0x464852,_0x69753,_0x581833){return _0x464852(_0x69753,_0x581833);},'UemsO':function(_0x35bf01){return _0x35bf01();},'lTvqF':_0x1177d6(0x87),'pdADl':function(_0x4755b1,_0x3db624){return _0x4755b1>_0x3db624;}},_0x2f1869='browserstack internal helper hook';try{_0x6b843c[_0x1177d6(0x103)](__drivers[_0x1177d6(0x10c)],0x1)&&(await _0x6b843c[_0x1177d6(0x125)](driverCleanup),__drivers['shift']());try{if(global[_0x1177d6(0x99)]&&_0x6b843c['TiwQp'](global['percyCaptureMode'],_0x6b843c[_0x1177d6(0xa7)])&&__drivers[0x0]){const _0x28171c=_0x6b843c[_0x1177d6(0x84)](global['capabilities']['length'],0x0)?!!global[_0x1177d6(0x10e)][0x0][_0x1177d6(0x138)]||!!global[_0x1177d6(0x10e)][0x0][_0x6b843c['SYcAg']]:![],_0x1cca6e={};_0x1cca6e[_0x1177d6(0x138)]=_0x28171c,await _0x6b843c[_0x1177d6(0xc0)](percyAutoCapture,__drivers[0x0],_0x6b843c[_0x1177d6(0xa7)],_0x1cca6e);}}catch(_0x423cdd){}const _0xbd260b=_0x6b843c[_0x1177d6(0x8d)](shouldScanTestForAccessibility,expect[_0x1177d6(0xe8)]()['currentTestName'],![]);try{if(_0x6b843c[_0x1177d6(0x124)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1177d6(0x133)]){_0xbd260b&&logger[_0x1177d6(0xdd)](_0x6b843c[_0x1177d6(0x90)]);const _0x59cb64={'saveResults':_0xbd260b,'testDetails':{'name':expect[_0x1177d6(0xe8)]()[_0x1177d6(0xd8)],'testRunId':process['env'][_0x1177d6(0x144)],'filePath':expect['getState']()[_0x1177d6(0xc7)],'scopeList':[expect[_0x1177d6(0xe8)]()[_0x1177d6(0xd8)]]},'platform':await _0x6b843c[_0x1177d6(0xba)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0]['executeAsyncScript'](_0x1177d6(0xfa),_0x59cb64),_0xbd260b&&logger[_0x1177d6(0xdd)](_0x6b843c['UVjrY']);}}catch(_0x5eda8f){logger['error'](_0x1177d6(0xe1)+this['currentTest'][_0x1177d6(0xf0)]()+'.\x20Error\x20:',_0x5eda8f);}await _0x6b843c[_0x1177d6(0x124)](setContext);try{if(_0x6b843c[_0x1177d6(0x124)](isTestObservabilitySession)){global[_0x1177d6(0x95)][0x0]&&await _0x6b843c['XPKhM'](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x1177d6(0x86)](process[_0x1177d6(0x102)]+_0x1177d6(0x7e)));if(_0x6b843c[_0x1177d6(0xc4)](isBrowserstackInfra)){const _0x5989f3=_0x1177d6(0xf4)+Date[_0x1177d6(0x11f)]();await _0x6b843c[_0x1177d6(0xbc)](executeAnnotate,JSON[_0x1177d6(0x13e)](_0x5989f3),_0x6b843c[_0x1177d6(0xf1)]);}}}catch(_0x42a73d){}_0x6b843c['pdADl'](__drivers[0x0]['quitCount_'],0x0)&&await _0x6b843c[_0x1177d6(0x125)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x93cfa4=a13_0x9476e0,_0x3512a5={'dPpXj':function(_0x4ecdc3,_0x28c4ba){return _0x4ecdc3<=_0x28c4ba;},'fHaiU':function(_0x5bda8d,_0x3ede3a){return _0x5bda8d(_0x3ede3a);},'bNLIE':function(_0x490cbd){return _0x490cbd();},'iMazj':function(_0x458713,_0xb7baf,_0x16f973){return _0x458713(_0xb7baf,_0x16f973);}};jest[_0x93cfa4(0xc2)](0x186a0);const _0x17e4d9='browserstack internal helper hook';await new Promise(_0x58a6e5=>{const _0xb26dbf=_0x93cfa4,_0x30fbdd=_0x3512a5[_0xb26dbf(0x145)](setInterval,async()=>{const _0x3c01cf=_0xb26dbf;_0x3512a5[_0x3c01cf(0xeb)](RequestQueueHandler[_0x3c01cf(0xcf)]()['pendingUploads'],0x0)&&(_0x3512a5[_0x3c01cf(0xd0)](clearInterval,_0x30fbdd),_0x3512a5['bNLIE'](_0x58a6e5));},0x3e8);});try{await _0x3512a5[_0x93cfa4(0xe4)](driverCleanup);}catch(_0x5003fe){}process['removeAllListeners']();},0x2710);
1
+ const a13_0x52eb1a=a13_0x2e59;(function(_0xab422d,_0x1c7c4d){const _0x1644a4=a13_0x2e59,_0x1b2d67=_0xab422d();while(!![]){try{const _0x375de1=-parseInt(_0x1644a4(0x156))/0x1+-parseInt(_0x1644a4(0x120))/0x2*(parseInt(_0x1644a4(0x12d))/0x3)+-parseInt(_0x1644a4(0x16b))/0x4*(parseInt(_0x1644a4(0x18b))/0x5)+-parseInt(_0x1644a4(0x10a))/0x6+parseInt(_0x1644a4(0x19e))/0x7+-parseInt(_0x1644a4(0x111))/0x8+parseInt(_0x1644a4(0x103))/0x9;if(_0x375de1===_0x1c7c4d)break;else _0x1b2d67['push'](_0x1b2d67['shift']());}catch(_0x45708b){_0x1b2d67['push'](_0x1b2d67['shift']());}}}(a13_0x962b,0x41ceb));const {isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a13_0x52eb1a(0x133));let __error_messages__=[];function a13_0x962b(){const _0x5e4fb0=['cPrFf','../../helpers/logger','XuGvK','PekFh','../../helpers/helper','info','aHFHP','UzIdf','FmOeb','nXGzM','lPDEP','vbyod','QbIsM','lPrGk','XDKkK','pcMXw','ZgKLt','aCGLg','VlBPZ','VkzIi','KWjBV','ZvxYb','qaXPj','length','nmYRe','RJUiC','jDEey','MnKje','LkwmB','NoGHM','TpqNY','kkpre','MRxPL','JVhto','Failed\x20to\x20store\x20session\x20name:\x20','czfuZ','xmUgz','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','LrXQg','36185XuOysP','RFzFN','error','AqaEs','setTimeout','gsfEK','xTBdo','env','getTestUUID','VkByP','YsAcB','initQuit','browserstackSessionName','FbqfJ','getInstance','YRndh','quitCount_','XqKON','riHVy','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','fsnPw','12308nDsPpz','\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','isArray','QMIjy','getCurrentUrl','Gxzwf','zrQiV','pNkOe','UcNID','aLbzv','ZxBhh','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','mpzPn','addReporter','\x22,\x22level\x22:\x20\x22error\x22}}','JSBhs','eUXrU','shift','CqgGg','failedExpectations','cvqRK','pzPtM','PposA','jxPwh','fMqGc','imvOD','CDMkF','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','EnrAW','./test-observability/test-details','__drivers','executeScript','565rfKIBA','DofxA','KmtWZ','slice','getState','replace','DBJyO','specStarted','errors','Uvuvw','.\x20Error\x20:','SYkaS','cfLBI','alZrH','nxlRm','UcyQJ','SfWNM','titlePath','rPfbv','620249WUsxnk','zuvqp','sjAUG','QFykt','Exumf','../../helpers/percy/utils','SfVYF','winstonLogger','message','uDTww','stringify','ZVDLI','log','testcase','join','ooCCm','hVsgB','\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','isAccessibilityPlatform','VETnC',',\x22level\x22:\x20\x22','OezAw','TcwYm','\x22}}','KqYNv','EjAjg','XcmkW','ZDLaM','capabilities','testPath','plJNs','nApsD','app','utLFT','name','iVYJU','passed','undefined','http:','GGBxI','15574626ouUlnD','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','TNhNf','currentTest','nPovV','debug','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','1328160iSqMES','session_','vRZoT','percyCaptureMode','Nzhmi','TtuSR','pendingUploads','4291104KXmKXs','WrMdR','HBKdP','KHXPq','BS_A11Y_TEST_RUN_ID','ubpdA','\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','FjKPo','\x20|\x20','LbBBb','VsuTB','xEQbf','failed','PzQZj','SwbSc','27196QMHhmk','currentTestName','lFHpA','zKxhg','zflCx','removeAllListeners','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','executeAsyncScript','RXsUn','kyHlv','getEnv','appium:app','epuqc','90dBJSXK',':testAnalyticsId'];a13_0x962b=function(){return _0x5e4fb0;};return a13_0x962b();}const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a13_0x52eb1a(0xe0)),logger=require(a13_0x52eb1a(0x130))[a13_0x52eb1a(0xe2)],TestDetails=require(a13_0x52eb1a(0x188));function stripUnicode(_0x38f038){const _0x3bfe65=a13_0x52eb1a;return _0x38f038[_0x3bfe65(0x190)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x11228e=a13_0x52eb1a,_0xcba3d2={'VkByP':function(_0x21bc65,_0x596030){return _0x21bc65(_0x596030);},'KqYNv':function(_0x2e2c33,_0x4fce00){return _0x2e2c33>_0x4fce00;},'FbqfJ':function(_0x533756,_0x3c44de){return _0x533756(_0x3c44de);},'riHVy':function(_0x47cd71,_0x3fc892){return _0x47cd71>_0x3fc892;},'ZDLaM':function(_0x1377d9,_0x504c30){return _0x1377d9(_0x504c30);},'HzLZk':function(_0x590955){return _0x590955();},'ubpdA':function(_0x156643,_0x2d7707){return _0x156643===_0x2d7707;},'fjveG':_0x11228e(0xeb),'EnrAW':'dqLDA','qaXPj':function(_0x5e7267,_0x3a8996){return _0x5e7267!==_0x3a8996;},'zKxhg':_0x11228e(0x149),'plJNs':_0x11228e(0x167),'Exumf':_0x11228e(0x100),'XuGvK':_0x11228e(0x141),'cPrFf':function(_0x66e736,_0x988d93){return _0x66e736===_0x988d93;},'ZxBhh':_0x11228e(0x136),'KmtWZ':function(_0x6a3d54,_0x19b686){return _0x6a3d54!==_0x19b686;},'pcMXw':'Iskmm','vbyod':_0x11228e(0x171),'BrMhH':function(_0x246f9a,_0x9beefd){return _0x246f9a!==_0x9beefd;},'UcyQJ':_0x11228e(0x11a),'KHXPq':_0x11228e(0xfa),'JSBhs':function(_0x2ecf7e,_0x5ce01c){return _0x2ecf7e(_0x5ce01c);},'jzIrn':function(_0x527a2b,_0x1b12ce){return _0x527a2b===_0x1b12ce;},'xEQbf':'jAkiC','YsAcB':_0x11228e(0x144),'MYXUO':function(_0x1f1cab,_0x5f1338){return _0x1f1cab!==_0x5f1338;},'QMIjy':_0x11228e(0x16a),'GfTLm':_0x11228e(0x139)};if(!_0xcba3d2['HzLZk'](isBrowserstackInfra)){if(_0xcba3d2[_0x11228e(0x116)](_0xcba3d2['fjveG'],_0xcba3d2[_0x11228e(0x187)]))_0x54a56e['log'](_0x3bd27f);else return;}if(!sessionNameProvided){if(_0xcba3d2[_0x11228e(0x145)](_0xcba3d2[_0x11228e(0x123)],_0xcba3d2[_0x11228e(0xf9)])){const _0x5ed689=expect[_0x11228e(0x18f)]()[_0x11228e(0x121)];await __drivers[0x0][_0x11228e(0x18a)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x5ed689+'\x22}}');}else _0x34c191[_0x11228e(0x108)](_0x11228e(0x151)+_0x31ae1a);}let _0x498d63=null,_0x1dbc87=![];if(_0xcba3d2[_0x11228e(0x145)](typeof jasmine,_0xcba3d2[_0x11228e(0x1a2)])){if(_0xcba3d2[_0x11228e(0x145)](_0xcba3d2[_0x11228e(0x131)],_0xcba3d2[_0x11228e(0x131)]))return;else jasmine[_0x11228e(0x106)][_0x11228e(0x17e)]&&_0xcba3d2[_0x11228e(0x168)](jasmine[_0x11228e(0x106)][_0x11228e(0x17e)][_0x11228e(0x146)],0x0)?_0xcba3d2[_0x11228e(0x12f)](_0xcba3d2['ZxBhh'],_0xcba3d2[_0x11228e(0x175)])?(_0x1dbc87=!![],_0x498d63=_0xcba3d2[_0x11228e(0x163)](stripUnicode,JSON[_0x11228e(0xe5)](jasmine[_0x11228e(0x106)]['failedExpectations'][0x0][_0x11228e(0xe3)]))):_0x214567[_0x11228e(0x106)]=_0x1c2c1f:_0xcba3d2[_0x11228e(0x18d)](_0xcba3d2[_0x11228e(0x13e)],_0xcba3d2['pcMXw'])?_0x9efacc=_0xcba3d2[_0x11228e(0x15f)](_0x48d885,_0xea8a20[_0x11228e(0xe5)](_0x254659[_0x11228e(0x106)]['description'])):_0x498d63=_0xcba3d2[_0x11228e(0xf6)](stripUnicode,JSON['stringify'](jasmine[_0x11228e(0x106)]['description']));}else _0xcba3d2[_0x11228e(0x116)](_0xcba3d2[_0x11228e(0x13a)],_0xcba3d2[_0x11228e(0x13a)])?testContext[_0x11228e(0x193)]&&_0xcba3d2['riHVy'](testContext[_0x11228e(0x193)][_0x11228e(0x146)],0x0)?_0xcba3d2['BrMhH'](_0xcba3d2[_0x11228e(0x19a)],_0xcba3d2[_0x11228e(0x114)])?(_0x1dbc87=!![],_0x498d63=_0xcba3d2[_0x11228e(0x17a)](stripUnicode,JSON['stringify'](testContext[_0x11228e(0x193)][0x0][0x0][_0x11228e(0xe3)]||testContext['errors'][0x0][0x0]))):_0x3b0466[_0x11228e(0xe7)](_0x33bade):_0xcba3d2['jzIrn'](_0xcba3d2[_0x11228e(0x11c)],_0xcba3d2['xEQbf'])?_0x498d63=_0xcba3d2[_0x11228e(0xf6)](stripUnicode,JSON[_0x11228e(0xe5)](testContext['name'])):_0x207cb5[_0x11228e(0x193)]&&_0xcba3d2[_0x11228e(0xf3)](_0x4a1237[_0x11228e(0x193)][_0x11228e(0x146)],0x0)?(_0x56fefc=!![],_0x22506c=_0xcba3d2[_0x11228e(0x15f)](_0x31bf1d,_0x1046e9['stringify'](_0x5bccf7[_0x11228e(0x193)][0x0][0x0][_0x11228e(0xe3)]||_0x1cafe6['errors'][0x0][0x0]))):_0x119d6f=_0xcba3d2[_0x11228e(0x163)](_0x8b9158,_0x374067[_0x11228e(0xe5)](_0x2c164d[_0x11228e(0xfd)])):_0x3407c7=![];_0x1dbc87?_0xcba3d2['KmtWZ'](_0xcba3d2['YsAcB'],_0xcba3d2[_0x11228e(0x160)])?_0x584d47[_0x11228e(0x106)][_0x11228e(0x17e)]&&_0xcba3d2['riHVy'](_0xdd3a2f[_0x11228e(0x106)][_0x11228e(0x17e)][_0x11228e(0x146)],0x0)?(_0x3d2273=!![],_0x31e181=_0xcba3d2[_0x11228e(0xf6)](_0x27b299,_0x551224[_0x11228e(0xe5)](_0x262706[_0x11228e(0x106)][_0x11228e(0x17e)][0x0]['message']))):_0x21aeff=_0xcba3d2[_0x11228e(0x15f)](_0x5982f9,_0x36f3a7[_0x11228e(0xe5)](_0x5e02ee[_0x11228e(0x106)]['description'])):(__error_messages__['push'](_0x498d63),await __drivers[0x0]['executeScript'](_0x11228e(0x169)+_0x498d63+_0x11228e(0x179))):_0xcba3d2['MYXUO'](_0xcba3d2[_0x11228e(0x16e)],_0xcba3d2['GfTLm'])?await __drivers[0x0]['executeScript'](_0x11228e(0x109)+_0x498d63+'\x22,\x22level\x22:\x20\x22info\x22}}'):(_0x1811d8[_0x11228e(0x16d)](_0x5d2044)&&_0x4830a5[0x0]&&(_0xb86f9a[0x0][_0x11228e(0x162)]=_0x2e5470),_0x1039bf['browserstackSessionName']=_0x19a632);}function a13_0x2e59(_0x3fa764,_0x3b6ede){const _0x962b6=a13_0x962b();return a13_0x2e59=function(_0x2e5924,_0x574562){_0x2e5924=_0x2e5924-0xe0;let _0x2dc5ea=_0x962b6[_0x2e5924];return _0x2dc5ea;},a13_0x2e59(_0x3fa764,_0x3b6ede);}const executeAnnotate=async(_0x48dc4c,_0x3a83ab)=>{const _0x4570b8=a13_0x52eb1a;await global[_0x4570b8(0x189)][0x0][_0x4570b8(0x18a)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x48dc4c+_0x4570b8(0xef)+_0x3a83ab+_0x4570b8(0xf2));};async function driverCleanup(){const _0x360671=a13_0x52eb1a,_0x2a6413={'FNaLJ':_0x360671(0x186),'VkzIi':function(_0x17d986,_0xb0fec5){return _0x17d986<=_0xb0fec5;},'UcNID':function(_0x29e82f,_0x356308){return _0x29e82f(_0x356308);},'ZMVqs':function(_0x125054){return _0x125054();},'XDKkK':function(_0x5fae9c,_0x20d826){return _0x5fae9c<=_0x20d826;},'zsWya':function(_0x315cb4,_0x299bc4){return _0x315cb4(_0x299bc4);},'SZzDl':function(_0x5a8994,_0x3e2b58,_0x23a25d){return _0x5a8994(_0x3e2b58,_0x23a25d);},'OezAw':function(_0x1217ea,_0x471bb4){return _0x1217ea(_0x471bb4);},'VsnHL':function(_0x4f8c01){return _0x4f8c01();},'LkwmB':function(_0x13b72b,_0x18e6f1){return _0x13b72b===_0x18e6f1;},'TNhNf':_0x360671(0x197),'QbIsM':_0x360671(0x17f),'mpzPn':function(_0x4d190e,_0x3a9b67){return _0x4d190e===_0x3a9b67;},'kkpre':'LuFqM','SfVYF':function(_0x384b4a,_0x23b7f3){return _0x384b4a>_0x23b7f3;},'DBJyO':function(_0x2ef4e5,_0x35deb9){return _0x2ef4e5===_0x35deb9;},'WrMdR':'RROZD','Nzhmi':'ixnVz','nxlRm':function(_0x25458f,_0x2677a3,_0x593e9,_0x5410d4){return _0x25458f(_0x2677a3,_0x593e9,_0x5410d4);},'zflCx':_0x360671(0x11d),'aLbzv':_0x360671(0x119),'vRZoT':'rKBsb','sjAUG':_0x360671(0x12c),'uDTww':function(_0x301eb2,_0x2d0757,_0x13580d){return _0x301eb2(_0x2d0757,_0x13580d);},'alZrH':_0x360671(0xff),'TtuSR':function(_0x37b7b5,_0x55298c){return _0x37b7b5!==_0x55298c;},'pNkOe':_0x360671(0x128),'EjAjg':'DdqIv','aHFHP':_0x360671(0x19b),'ynndM':_0x360671(0x102),'XcmkW':_0x360671(0x13c),'kyHlv':function(_0x1ca827,_0x2fc9c6){return _0x1ca827!==_0x2fc9c6;},'nPovV':_0x360671(0x11e)};if(!_0x2a6413['VsnHL'](isBrowserstackInfra)){if(_0x2a6413[_0x360671(0x14b)](_0x2a6413[_0x360671(0x105)],_0x2a6413[_0x360671(0x13b)]))_0x432def[_0x360671(0x134)](_0x2a6413['FNaLJ']);else return;}let _0x599e67=![];try{if(_0x2a6413[_0x360671(0x177)](_0x2a6413[_0x360671(0x14e)],_0x2a6413[_0x360671(0x14e)]))await __drivers[0x0][_0x360671(0x10b)],_0x599e67=!![],_0x2a6413[_0x360671(0xe1)](__error_messages__[_0x360671(0x146)],0x0)?_0x2a6413[_0x360671(0x191)](_0x2a6413[_0x360671(0x112)],_0x2a6413[_0x360671(0x10e)])?_0xd72a86[_0x360671(0x158)](_0x360671(0x154)+this[_0x360671(0x106)][_0x360671(0x19c)]()+_0x360671(0x195),_0x2309ac):await _0x2a6413[_0x360671(0x199)](markSessionStatus,__drivers[0x0],_0x2a6413[_0x360671(0x124)],__error_messages__[_0x360671(0xe9)](_0x2a6413[_0x360671(0x174)])):_0x2a6413['mpzPn'](_0x2a6413[_0x360671(0x10c)],_0x2a6413[_0x360671(0x1a0)])?_0x44d6cd[_0x360671(0x158)](_0x360671(0x104)+_0x1b0327):await _0x2a6413[_0x360671(0xe4)](markSessionStatus,__drivers[0x0],_0x2a6413[_0x360671(0x198)]);else return;}catch(_0x3b99c5){_0x2a6413[_0x360671(0x10f)](_0x2a6413['pNkOe'],_0x2a6413[_0x360671(0x172)])?_0x2a6413[_0x360671(0x142)](_0x47cb6c['getInstance']()[_0x360671(0x110)],0x0)&&(_0x2a6413[_0x360671(0x173)](_0x114d39,_0x2ebbc8),_0x2a6413['ZMVqs'](_0x17ab40)):console[_0x360671(0xe7)](_0x3b99c5);}__error_messages__=[];if(_0x599e67){if(_0x2a6413[_0x360671(0x10f)](_0x2a6413[_0x360671(0xf4)],_0x2a6413[_0x360671(0x135)]))try{if(_0x2a6413[_0x360671(0x177)](_0x2a6413['ynndM'],_0x2a6413[_0x360671(0xf5)])){const _0x203e93={'xmUgz':function(_0xa197fc,_0x5dd7d9){const _0x2504e8=_0x360671;return _0x2a6413[_0x2504e8(0x13d)](_0xa197fc,_0x5dd7d9);},'PekFh':function(_0x49641f,_0x1b7611){return _0x2a6413['zsWya'](_0x49641f,_0x1b7611);},'ooCCm':function(_0x3af70b){return _0x2a6413['ZMVqs'](_0x3af70b);}},_0x138298=_0x2a6413['SZzDl'](_0x1d322f,async()=>{const _0x39c761=_0x360671;_0x203e93[_0x39c761(0x153)](_0x3b4013[_0x39c761(0x164)]()['pendingUploads'],0x0)&&(_0x203e93[_0x39c761(0x132)](_0x3cc625,_0x138298),_0x203e93[_0x39c761(0xea)](_0x169a0f));},0x3e8);}else await __drivers[0x0][_0x360671(0x161)]();}catch(_0xab7ba7){_0x2a6413[_0x360671(0x129)](_0x2a6413[_0x360671(0x107)],_0x2a6413[_0x360671(0x107)])?(_0x37f2e6=!![],_0x7fd983=_0x2a6413['zsWya'](_0x4bf082,_0x5363e9[_0x360671(0xe5)](_0x1d08d5[_0x360671(0x106)]['failedExpectations'][0x0]['message']))):console[_0x360671(0xe7)](_0xab7ba7);}else _0x164650=!![],_0x56aa89=_0x2a6413[_0x360671(0xf0)](_0x47b9d7,_0x209c3b[_0x360671(0xe5)](_0x1e603[_0x360671(0x193)][0x0][0x0]['message']||_0x2255a4[_0x360671(0x193)][0x0][0x0]));}}beforeAll(async()=>{const _0x4095f2=a13_0x52eb1a,_0x180c47={'PposA':function(_0xbde852,_0x34d7d7){return _0xbde852===_0x34d7d7;},'QFykt':'vvrHl','NnQbh':function(_0x5ee03c,_0xd2b44f){return _0x5ee03c(_0xd2b44f);},'HBKdP':function(_0x20ec46){return _0x20ec46();},'VsuTB':_0x4095f2(0x176),'pzPtM':function(_0x3fa923,_0x3dd98b){return _0x3fa923(_0x3dd98b);},'aCGLg':function(_0x57ed24,_0x3ebece){return _0x57ed24!==_0x3ebece;},'IPGfr':_0x4095f2(0x100),'utLFT':'Gleqt','LrXQg':function(_0xf70aab,_0x245d74){return _0xf70aab===_0x245d74;},'iVYJU':_0x4095f2(0x17b),'BJStg':_0x4095f2(0x11f),'Gxzwf':_0x4095f2(0x19d),'czfuZ':_0x4095f2(0xee),'Uvuvw':function(_0x390a6b,_0x57c861){return _0x390a6b===_0x57c861;},'TcwYm':_0x4095f2(0x14f),'MnKje':_0x4095f2(0x185),'FjKPo':function(_0x58626e,_0x4c0a7b,_0xbcf8a4){return _0x58626e(_0x4c0a7b,_0xbcf8a4);}},_0x314db5='browserstack internal helper hook';_0x180c47[_0x4095f2(0x140)](typeof jasmine,_0x180c47['IPGfr'])&&(_0x180c47[_0x4095f2(0x181)](_0x180c47[_0x4095f2(0xfc)],_0x180c47[_0x4095f2(0xfc)])?jasmine[_0x4095f2(0x12a)]()[_0x4095f2(0x178)]({'specStarted':_0x183322=>{const _0x52f997=_0x4095f2;if(_0x180c47[_0x52f997(0x181)](_0x180c47['QFykt'],_0x180c47[_0x52f997(0x1a1)]))jasmine[_0x52f997(0x106)]=_0x183322;else{const _0x3e0121={};_0x3e0121[_0x52f997(0x192)]=_0x28123f=>{const _0x22d93e=_0x52f997;_0x3ecc3d[_0x22d93e(0x106)]=_0x28123f;},_0x5b37a4[_0x52f997(0x12a)]()['addReporter'](_0x3e0121);}}}):_0x309890=new _0x35a688(_0x3b32c4));let _0x45237c=![];try{_0x180c47[_0x4095f2(0x155)](_0x180c47[_0x4095f2(0xfe)],_0x180c47['BJStg'])?(_0x180c47['NnQbh'](_0x1614fb,_0x30209d),_0x180c47['HBKdP'](_0x2dc57c)):(await __drivers[0x0]['session_'],_0x45237c=!![]);}catch(_0x248b97){}if(_0x45237c)try{try{if(_0x180c47[_0x4095f2(0x140)](_0x180c47['Gxzwf'],_0x180c47[_0x4095f2(0x170)]))_0x2ba3d5[_0x4095f2(0x134)](_0x180c47[_0x4095f2(0x11b)]);else{if(_0x180c47[_0x4095f2(0x113)](isTestObservabilitySession)){if(_0x180c47[_0x4095f2(0x140)](_0x180c47[_0x4095f2(0x152)],_0x180c47['czfuZ']))return _0x1d70af[_0x4095f2(0x190)](/\\u001b\[.*?m/g,'')[_0x4095f2(0x18e)](0x1,-0x1);else global[_0x4095f2(0x189)][0x0]&&(_0x180c47[_0x4095f2(0x194)](_0x180c47[_0x4095f2(0xf1)],_0x180c47[_0x4095f2(0x14a)])?_0x3e6dbb=_0x180c47[_0x4095f2(0x180)](_0x12b98a,_0x215ef6[_0x4095f2(0xe5)](_0x4d0dfd[_0x4095f2(0xfd)])):await _0x180c47[_0x4095f2(0x118)](sendPlatformDetails,global[_0x4095f2(0x189)][0x0],TestDetails[_0x4095f2(0x15e)](process['pid']+':testAnalyticsId')));}}}catch{}}catch(_0x593793){}}),beforeEach(async()=>{const _0x3783d6=a13_0x52eb1a,_0x1abb76={'ZgKLt':function(_0x3f8498,_0x898b2a){return _0x3f8498>_0x898b2a;},'jxPwh':function(_0x562812){return _0x562812();},'FmOeb':function(_0x209ca9,_0x3d6186){return _0x209ca9>_0x3d6186;},'NoGHM':function(_0x49e660){return _0x49e660();},'lFHpA':function(_0x224afb,_0x7178a0,_0x3e8c9f){return _0x224afb(_0x7178a0,_0x3e8c9f);},'nXGzM':function(_0x10926c){return _0x10926c();},'JVhto':function(_0x24a9fb,_0x310921){return _0x24a9fb===_0x310921;},'gsfEK':_0x3783d6(0x101),'YTtLc':function(_0x5d3036,_0x30c8b9){return _0x5d3036===_0x30c8b9;},'dfhch':'https:','CqgGg':_0x3783d6(0x126),'JFWoG':function(_0x1b9d19){return _0x1b9d19();}},_0x24cb64='browserstack internal helper hook';try{_0x1abb76[_0x3783d6(0x13f)](__drivers[_0x3783d6(0x146)],0x1)&&(await _0x1abb76[_0x3783d6(0x182)](driverCleanup),__drivers[_0x3783d6(0x17c)]());const _0x33821d=expect[_0x3783d6(0x18f)]()['currentTestName'];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x3783d6(0x162)]=_0x33821d),global[_0x3783d6(0x162)]=_0x33821d;}catch(_0x4633f1){logger[_0x3783d6(0x108)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x4633f1);}__drivers[0x0][_0x3783d6(0x162)]=_0x33821d;_0x1abb76[_0x3783d6(0x137)](__drivers[0x0][_0x3783d6(0x166)],0x0)&&await _0x1abb76[_0x3783d6(0x14c)](driverCleanup);const _0x528bd4=_0x1abb76[_0x3783d6(0x122)](shouldScanTestForAccessibility,_0x33821d,![]);if(_0x1abb76[_0x3783d6(0x138)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x3783d6(0xed)])try{const _0x1e5a2f=await __drivers[0x0][_0x3783d6(0x10b)];if(_0x1e5a2f){let _0x56e4f3=!![];const _0x2b9b0a=await __drivers[0x0][_0x3783d6(0x16f)]();let _0xc8c73f;try{_0xc8c73f=new URL(_0x2b9b0a);}catch(_0x330903){_0x56e4f3=![];}_0x56e4f3=_0x1abb76[_0x3783d6(0x150)](_0xc8c73f['protocol'],_0x1abb76[_0x3783d6(0x15b)])||_0x1abb76['YTtLc'](_0xc8c73f['protocol'],_0x1abb76['dfhch']),_0x56e4f3&&(_0x528bd4?(logger['info'](_0x1abb76[_0x3783d6(0x17d)]),await __drivers[0x0]['executeAsyncScript'](_0x3783d6(0x117))):await __drivers[0x0][_0x3783d6(0x18a)](_0x3783d6(0xec)));}}catch(_0x3c2cdd){logger[_0x3783d6(0x158)](_0x3783d6(0x104)+_0x3c2cdd);}_0x1abb76[_0x3783d6(0x137)](__drivers[0x0][_0x3783d6(0x166)],0x0)&&await _0x1abb76['JFWoG'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x814c97=a13_0x52eb1a,_0x37ab38={'TpqNY':function(_0x175c9b,_0x51b744){return _0x175c9b>_0x51b744;},'OgIHK':function(_0x61599d){return _0x61599d();},'RJUiC':function(_0x216ff5,_0xb902a2){return _0x216ff5===_0xb902a2;},'SYkaS':_0x814c97(0xe8),'oWzVz':_0x814c97(0x12b),'XkRZl':function(_0x3b0280,_0x2b1941,_0x2af0fe,_0x44cd12){return _0x3b0280(_0x2b1941,_0x2af0fe,_0x44cd12);},'xTBdo':function(_0x4d14d4,_0x2d6386,_0x6fe365){return _0x4d14d4(_0x2d6386,_0x6fe365);},'NeGJu':function(_0x3078c5){return _0x3078c5();},'DofxA':_0x814c97(0x186),'KWjBV':function(_0x1f374d,_0x387af2){return _0x1f374d(_0x387af2);},'imvOD':_0x814c97(0x176),'RFzFN':function(_0x59f3d6){return _0x59f3d6();},'qSVkV':function(_0x1dac90){return _0x1dac90();},'YRndh':function(_0x5187d5,_0x113789,_0x57f7c9){return _0x5187d5(_0x113789,_0x57f7c9);},'zuvqp':'debug','CzbIS':function(_0x60e578,_0x3dfb57){return _0x60e578>_0x3dfb57;}},_0x20974d='browserstack internal helper hook';try{_0x37ab38['TpqNY'](__drivers['length'],0x1)&&(await _0x37ab38['OgIHK'](driverCleanup),__drivers[_0x814c97(0x17c)]());try{if(global['percy']&&_0x37ab38[_0x814c97(0x148)](global[_0x814c97(0x10d)],_0x37ab38['SYkaS'])&&__drivers[0x0]){const _0x5c4cf0=_0x37ab38[_0x814c97(0x14d)](global[_0x814c97(0xf7)][_0x814c97(0x146)],0x0)?!!global[_0x814c97(0xf7)][0x0]['app']||!!global[_0x814c97(0xf7)][0x0][_0x37ab38['oWzVz']]:![],_0x437962={};_0x437962[_0x814c97(0xfb)]=_0x5c4cf0,await _0x37ab38['XkRZl'](percyAutoCapture,__drivers[0x0],_0x37ab38[_0x814c97(0x196)],_0x437962);}}catch(_0x48b3ff){}const _0x54977b=_0x37ab38[_0x814c97(0x15c)](shouldScanTestForAccessibility,expect['getState']()['currentTestName'],![]);try{if(_0x37ab38['NeGJu'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x54977b&&logger[_0x814c97(0x134)](_0x37ab38[_0x814c97(0x18c)]);const _0x3ec240={'saveResults':_0x54977b,'testDetails':{'name':expect[_0x814c97(0x18f)]()[_0x814c97(0x121)],'testRunId':process[_0x814c97(0x15d)][_0x814c97(0x115)],'filePath':expect[_0x814c97(0x18f)]()[_0x814c97(0xf8)],'scopeList':[expect[_0x814c97(0x18f)]()[_0x814c97(0x121)]]},'platform':await _0x37ab38[_0x814c97(0x143)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x814c97(0x127)](_0x814c97(0x16c),_0x3ec240),_0x54977b&&logger['info'](_0x37ab38[_0x814c97(0x184)]);}}catch(_0x477adf){logger[_0x814c97(0x158)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x814c97(0x106)][_0x814c97(0x19c)]()+'.\x20Error\x20:',_0x477adf);}await _0x37ab38[_0x814c97(0x157)](setContext);try{if(_0x37ab38['qSVkV'](isTestObservabilitySession)){global[_0x814c97(0x189)][0x0]&&await _0x37ab38[_0x814c97(0x165)](sendPlatformDetails,global[_0x814c97(0x189)][0x0],TestDetails[_0x814c97(0x15e)](process['pid']+_0x814c97(0x12e)));if(_0x37ab38[_0x814c97(0x157)](isBrowserstackInfra)){const _0x46d2ed='ObservabilitySync:'+Date['now']();await _0x37ab38[_0x814c97(0x15c)](executeAnnotate,JSON[_0x814c97(0xe5)](_0x46d2ed),_0x37ab38[_0x814c97(0x19f)]);}}}catch(_0x298071){}_0x37ab38['CzbIS'](__drivers[0x0][_0x814c97(0x166)],0x0)&&await _0x37ab38['qSVkV'](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x126e73=a13_0x52eb1a,_0x1f3c19={'oOBZV':function(_0x2dc998,_0x27fd83){return _0x2dc998<=_0x27fd83;},'fMqGc':function(_0x5a927d,_0x3ff2d9){return _0x5a927d(_0x3ff2d9);},'ZVDLI':function(_0x316486){return _0x316486();},'nmYRe':function(_0x98c1e4,_0xda2e78,_0x26f17a){return _0x98c1e4(_0xda2e78,_0x26f17a);},'AqaEs':function(_0x245d5e){return _0x245d5e();}};jest[_0x126e73(0x15a)](0x186a0);const _0x449a4c='browserstack internal helper hook';await new Promise(_0x538f10=>{const _0x54cc38=_0x126e73,_0x33f2f7=_0x1f3c19[_0x54cc38(0x147)](setInterval,async()=>{const _0x153d79=_0x54cc38;_0x1f3c19['oOBZV'](RequestQueueHandler[_0x153d79(0x164)]()[_0x153d79(0x110)],0x0)&&(_0x1f3c19[_0x153d79(0x183)](clearInterval,_0x33f2f7),_0x1f3c19[_0x153d79(0xe6)](_0x538f10));},0x3e8);});try{await _0x1f3c19[_0x126e73(0x159)](driverCleanup);}catch(_0x3e605d){}process[_0x126e73(0x125)]();},0x2710);
@@ -1 +1 @@
1
- const a14_0x132d09=a14_0x4a39;function a14_0x2c50(){const _0xd1f3e2=['172780lQIxHF','189MBPBNo','3236779CvpwVp','../../../helpers/test-observability/utils','939132ZnWvuU','1vZJSkt','12pQjeOa','setTimeout','../../../helpers/request-spy','12RJNwSi','72TlhIvX','1164178BDQmVI','361510aqvxyF','restore','54859926DylKqP','6275216lMxqWy'];a14_0x2c50=function(){return _0xd1f3e2;};return a14_0x2c50();}function a14_0x4a39(_0x4cd634,_0x327d86){const _0x2c503e=a14_0x2c50();return a14_0x4a39=function(_0x4a3947,_0x2ce46a){_0x4a3947=_0x4a3947-0x188;let _0x3d9270=_0x2c503e[_0x4a3947];return _0x3d9270;},a14_0x4a39(_0x4cd634,_0x327d86);}(function(_0x226b43,_0xba5a1){const _0x445d22=a14_0x4a39,_0x423995=_0x226b43();while(!![]){try{const _0xd39899=parseInt(_0x445d22(0x190))/0x1*(-parseInt(_0x445d22(0x196))/0x2)+-parseInt(_0x445d22(0x18f))/0x3+-parseInt(_0x445d22(0x195))/0x4*(parseInt(_0x445d22(0x197))/0x5)+parseInt(_0x445d22(0x194))/0x6*(-parseInt(_0x445d22(0x18d))/0x7)+-parseInt(_0x445d22(0x18a))/0x8+parseInt(_0x445d22(0x18c))/0x9*(-parseInt(_0x445d22(0x18b))/0xa)+-parseInt(_0x445d22(0x189))/0xb*(-parseInt(_0x445d22(0x191))/0xc);if(_0xd39899===_0xba5a1)break;else _0x423995['push'](_0x423995['shift']());}catch(_0x51655b){_0x423995['push'](_0x423995['shift']());}}}(a14_0x2c50,0xaf747));const requestSpy=require(a14_0x132d09(0x193)),{addRequestSpy}=require(a14_0x132d09(0x18e));beforeAll(()=>{const _0x54273d={'Jmmoc':function(_0x3799e9){return _0x3799e9();}},_0x49c337='browserstack internal helper hook';_0x54273d['Jmmoc'](addRequestSpy);}),afterAll(async()=>{const _0x311c8f=a14_0x132d09,_0x2014d9='browserstack internal helper hook';jest[_0x311c8f(0x192)](0xea60),requestSpy[_0x311c8f(0x188)]();});
1
+ function a14_0x25ca(){const _0x4d771d=['332720RSelmW','1489pCKHbs','10YKLGvI','1784755hSPTYk','42024DlFKYc','HLecZ','setTimeout','74DmxiAE','1930976inKpcI','595797GMNxJF','9386667sngnqw','../../../helpers/request-spy','../../../helpers/test-observability/utils'];a14_0x25ca=function(){return _0x4d771d;};return a14_0x25ca();}const a14_0xc58b57=a14_0x3c31;(function(_0x34c6ba,_0xce740e){const _0x387f7b=a14_0x3c31,_0x1a95e3=_0x34c6ba();while(!![]){try{const _0x32c268=-parseInt(_0x387f7b(0x176))/0x1*(parseInt(_0x387f7b(0x16f))/0x2)+-parseInt(_0x387f7b(0x171))/0x3+-parseInt(_0x387f7b(0x175))/0x4*(parseInt(_0x387f7b(0x177))/0x5)+parseInt(_0x387f7b(0x179))/0x6+-parseInt(_0x387f7b(0x178))/0x7+-parseInt(_0x387f7b(0x170))/0x8+parseInt(_0x387f7b(0x172))/0x9;if(_0x32c268===_0xce740e)break;else _0x1a95e3['push'](_0x1a95e3['shift']());}catch(_0x34aa38){_0x1a95e3['push'](_0x1a95e3['shift']());}}}(a14_0x25ca,0x209ca));const requestSpy=require(a14_0xc58b57(0x173)),{addRequestSpy}=require(a14_0xc58b57(0x174));function a14_0x3c31(_0x5eab4b,_0x4e3449){const _0x25ca0d=a14_0x25ca();return a14_0x3c31=function(_0x3c3186,_0x4675ab){_0x3c3186=_0x3c3186-0x16f;let _0x3420e4=_0x25ca0d[_0x3c3186];return _0x3420e4;},a14_0x3c31(_0x5eab4b,_0x4e3449);}beforeAll(()=>{const _0x4a3148=a14_0xc58b57,_0x15b996={'HLecZ':function(_0x3e6c27){return _0x3e6c27();}},_0x52da1c='browserstack internal helper hook';_0x15b996[_0x4a3148(0x17a)](addRequestSpy);}),afterAll(async()=>{const _0x3cca57=a14_0xc58b57,_0x1b83f5='browserstack internal helper hook';jest[_0x3cca57(0x17b)](0xea60),requestSpy['restore']();});
@@ -1 +1 @@
1
- const a15_0x53f689=a15_0x47f1;function a15_0x47f1(_0x54a0bb,_0x5751b8){const _0x56dff7=a15_0x56df();return a15_0x47f1=function(_0x47f1fe,_0x34c747){_0x47f1fe=_0x47f1fe-0x6d;let _0x1f47dc=_0x56dff7[_0x47f1fe];return _0x1f47dc;},a15_0x47f1(_0x54a0bb,_0x5751b8);}(function(_0x4a3630,_0x837f46){const _0x4dca0e=a15_0x47f1,_0x13529=_0x4a3630();while(!![]){try{const _0x22f57d=parseInt(_0x4dca0e(0x79))/0x1+-parseInt(_0x4dca0e(0x82))/0x2*(-parseInt(_0x4dca0e(0x70))/0x3)+parseInt(_0x4dca0e(0x7a))/0x4+-parseInt(_0x4dca0e(0x86))/0x5*(parseInt(_0x4dca0e(0x81))/0x6)+-parseInt(_0x4dca0e(0x7e))/0x7+-parseInt(_0x4dca0e(0x75))/0x8+-parseInt(_0x4dca0e(0x87))/0x9*(-parseInt(_0x4dca0e(0x84))/0xa);if(_0x22f57d===_0x837f46)break;else _0x13529['push'](_0x13529['shift']());}catch(_0x3cda7a){_0x13529['push'](_0x13529['shift']());}}}(a15_0x56df,0x623ec));const testOpsHelper=require(a15_0x53f689(0x7d)),helper=require(a15_0x53f689(0x7b));function a15_0x56df(){const _0x331bd3=['env','3786080oYppaq','isTestObservabilitySession','10RIJDtT','18mZIGET','rerunTests','cliConfig','TRvqU','3603itMTiQ','testMatch','length','trim','null','3827768aYjWWS','qVivb','UXfuz','RMqWL','503965cPxuaZ','968348JmVWuj','../../../helpers/helper','split','../../../helpers/test-observability/utils','4933033RHfGDc','isUndefined','shouldReRunObservabilityTests','624924VFWVwZ','484ufhsfQ'];a15_0x56df=function(){return _0x331bd3;};return a15_0x56df();}exports['updateTestRerunConfig']=(_0x4092ef,_0x436050)=>{const _0x18c57f=a15_0x53f689,_0x53da5c={};_0x53da5c[_0x18c57f(0x78)]=_0x18c57f(0x6d),_0x53da5c[_0x18c57f(0x77)]=function(_0x496a7c,_0x106c64){return _0x496a7c!==_0x106c64;},_0x53da5c[_0x18c57f(0x6f)]=_0x18c57f(0x74),_0x53da5c[_0x18c57f(0x76)]=function(_0x18f69e,_0x1ea5dd){return _0x18f69e>_0x1ea5dd;};const _0x70de1=_0x53da5c;if(testOpsHelper[_0x18c57f(0x85)]()&&testOpsHelper[_0x18c57f(0x80)]()){let _0x3d30ad=process[_0x18c57f(0x83)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x18c57f(0x7f)](_0x436050[_0x18c57f(0x6e)])&&_0x436050['cliConfig']['has'](_0x70de1[_0x18c57f(0x78)])&&(_0x3d30ad=_0x436050[_0x18c57f(0x6e)]['get'](_0x70de1[_0x18c57f(0x78)]));const _0x163fe5=[];_0x70de1[_0x18c57f(0x77)](_0x3d30ad,_0x70de1[_0x18c57f(0x6f)])&&_0x70de1[_0x18c57f(0x77)](_0x3d30ad,null)&&_0x3d30ad[_0x18c57f(0x7c)](',')['map'](_0x5fc867=>{const _0x3c2127=_0x18c57f;_0x163fe5['push'](''+_0x5fc867[_0x3c2127(0x73)]());}),_0x70de1['qVivb'](_0x163fe5[_0x18c57f(0x72)],0x0)&&(_0x4092ef['testRegex']=_0x163fe5,delete _0x4092ef[_0x18c57f(0x71)]);}};
1
+ function a15_0x1705(_0x582a95,_0x1a4c81){const _0x28c88c=a15_0x28c8();return a15_0x1705=function(_0x17059e,_0x45919a){_0x17059e=_0x17059e-0x100;let _0x3064b5=_0x28c88c[_0x17059e];return _0x3064b5;},a15_0x1705(_0x582a95,_0x1a4c81);}const a15_0x312eef=a15_0x1705;function a15_0x28c8(){const _0x4cfcb6=['1251483uJTmuO','1nEkzLa','pKFOA','isUndefined','../../../helpers/test-observability/utils','1316114CWZPDf','Japit','9086427mdGSNA','has','length','6264294tLIyQv','shouldReRunObservabilityTests','../../../helpers/helper','testRegex','4ubQQDt','BROWSERSTACK_RERUN_TESTS','rerunTests','split','cliConfig','36SZiVjX','825fJmGLE','get','null','map','env','886712fAiQzt','DdGQd','23360WzZUNa','CcUAv','testMatch','3794230VezRzn'];a15_0x28c8=function(){return _0x4cfcb6;};return a15_0x28c8();}(function(_0x5df260,_0x512807){const _0x26f9e4=a15_0x1705,_0x26884a=_0x5df260();while(!![]){try{const _0x4c6073=parseInt(_0x26f9e4(0x117))/0x1*(-parseInt(_0x26f9e4(0x11b))/0x2)+-parseInt(_0x26f9e4(0x116))/0x3*(parseInt(_0x26f9e4(0x105))/0x4)+-parseInt(_0x26f9e4(0x115))/0x5+parseInt(_0x26f9e4(0x101))/0x6+parseInt(_0x26f9e4(0x11d))/0x7+-parseInt(_0x26f9e4(0x110))/0x8*(-parseInt(_0x26f9e4(0x10a))/0x9)+-parseInt(_0x26f9e4(0x112))/0xa*(parseInt(_0x26f9e4(0x10b))/0xb);if(_0x4c6073===_0x512807)break;else _0x26884a['push'](_0x26884a['shift']());}catch(_0x34328a){_0x26884a['push'](_0x26884a['shift']());}}}(a15_0x28c8,0xbd80a));const testOpsHelper=require(a15_0x312eef(0x11a)),helper=require(a15_0x312eef(0x103));exports['updateTestRerunConfig']=(_0x2dd0aa,_0xcf7a63)=>{const _0x1feb73=a15_0x312eef,_0x5e0e1a={};_0x5e0e1a[_0x1feb73(0x118)]=_0x1feb73(0x107),_0x5e0e1a[_0x1feb73(0x111)]=function(_0x23dca4,_0x282852){return _0x23dca4!==_0x282852;},_0x5e0e1a[_0x1feb73(0x113)]=_0x1feb73(0x10d),_0x5e0e1a[_0x1feb73(0x11c)]=function(_0x24a9ed,_0x206d6f){return _0x24a9ed>_0x206d6f;};const _0x51ec64=_0x5e0e1a;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x1feb73(0x102)]()){let _0x44d9e0=process[_0x1feb73(0x10f)][_0x1feb73(0x106)];!helper[_0x1feb73(0x119)](_0xcf7a63['cliConfig'])&&_0xcf7a63[_0x1feb73(0x109)][_0x1feb73(0x11e)](_0x51ec64[_0x1feb73(0x118)])&&(_0x44d9e0=_0xcf7a63[_0x1feb73(0x109)][_0x1feb73(0x10c)](_0x51ec64[_0x1feb73(0x118)]));const _0x49039e=[];_0x51ec64[_0x1feb73(0x111)](_0x44d9e0,_0x51ec64[_0x1feb73(0x113)])&&_0x51ec64[_0x1feb73(0x111)](_0x44d9e0,null)&&_0x44d9e0[_0x1feb73(0x108)](',')[_0x1feb73(0x10e)](_0x3396cd=>{_0x49039e['push'](''+_0x3396cd['trim']());}),_0x51ec64[_0x1feb73(0x11c)](_0x49039e[_0x1feb73(0x100)],0x0)&&(_0x2dd0aa[_0x1feb73(0x104)]=_0x49039e,delete _0x2dd0aa[_0x1feb73(0x114)]);}};
@@ -1 +1 @@
1
- const a16_0x54efb3=a16_0x3005;(function(_0x126163,_0xe0ad92){const _0x56f157=a16_0x3005,_0x30319d=_0x126163();while(!![]){try{const _0x36e581=-parseInt(_0x56f157(0x188))/0x1*(parseInt(_0x56f157(0x2e3))/0x2)+parseInt(_0x56f157(0x199))/0x3*(-parseInt(_0x56f157(0x25c))/0x4)+parseInt(_0x56f157(0x2db))/0x5+parseInt(_0x56f157(0x26f))/0x6+parseInt(_0x56f157(0x2c7))/0x7+parseInt(_0x56f157(0x271))/0x8*(parseInt(_0x56f157(0x18a))/0x9)+-parseInt(_0x56f157(0x1f1))/0xa;if(_0x36e581===_0xe0ad92)break;else _0x30319d['push'](_0x30319d['shift']());}catch(_0x476914){_0x30319d['push'](_0x30319d['shift']());}}}(a16_0x510c,0xaeaf6));function a16_0x510c(){const _0x29e688=['reverse','mEXVn','_gitConfigured','config','FMaJY','FdrgD','UBqct','RrEJg','aDmTS','UVtbS','generic','current_hook','setTestUUID','OJxgl','JlwFx','xPXAH','JhWdE','kzQYH','YXjrL','parse','test','ACxpl','Rqtrk','call','testObservability','nFCKF','cHnFJ','brqxm','finished_at','lnBXQ','rwCYv','cSfAW','PnmzP','pid','Ldwxs','OLhsq','aiBdX','wKLqQ','hLbBI','testStarted','RJlKQ','CzZKe','IXTmT','\x20with\x20error\x20:\x20','prefixTestPath','hSqdx','milDL','type','current_test','wzzEM','javascript','iFZDi','ELZzu','fekZi','registerListeners','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','skipped','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','xYwNF','bqvVm','XERgK','ixpgz','hook_failure','pQdRd','hookAnalyticsId','getTestEnv','.git','BaGtI','HookRunFinished','tWVQM','hook_run','cyDkO','qKfrH','spiWa','bgkzF','nPYFC','SWDjd','exports','wcJqI','rNUPe','STATE_PASSED','fWAqr','QFbKE','akLFN','WPORI','etoVt','fSkUz','xOQVg','YbcEb','kfVTE','YVykg','kBLXF','_currentRetry','sKntN','BSGEv','4879804agocsR','location_prefix','bs:addPlatformDetails:','YKNHH','failure_type','vJogE','zjGiV','QSAbX','BsjUq','CAWuJ','nVbzH','LfATr','sOzEh','sendTestRunEvent','TBLCO','QtONv','File\x20path\x20could\x20not\x20be\x20found','nuXrP','nbEIY','8125476MlnaSv','TestRunSkipped','501560WJfLUq','Bnlcp','rTLuw',':testAnalyticsId','getRootParentFile','TestRunFinished','IzZcw','retryOf','fpdlo','analyticsResult','quUME','OZdLi','STATE_PENDING','TBfHH','test_run','opTFg','JYVGB','RyJFK','TExtp','nKhHF','FZlWI','../../../helpers/test-observability/error-handler','emLyS','ttymS','lzcpm','QVigg','TErno','zebOP','root','Gzvkx','UYnYh','PNWbn','configureGit','../../../helpers/test-observability/sessionHandler','ZwRxZ','STATE_FAILED','_testResults','WXoXe','BEFORE_EACH','sep','toString','../../../../package.json','dirname','_testEnv','yhHYV','HlwFG','resetTestHooks','util','includes','jMRXe','dVFdn','js-','unnmL','JVIvt','IyaSU','YLBJq','afterEach','RZjlG','TrryF','jnhYJ','UwIGG','bwNpx','Ifirj','YSGPi','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','WUDWZ','yYQJJ','../../../helpers/test-observability/utils','bind','stack-trace','sysMa','getTime','BNUXx','qjZXH','getName','eexsV','TRNgN','jRaWm','kPfBm','now','../../../helpers/helper','tFNsD','getHooksForTest','TQEfb','forEach','KsCRt','9571247RFGNHf','zszig','DjaED','TaPdm','YeLmg','lxukW','rUDzC','hook_data','bQcvZ','FrGQT','event_type','sEFms','mlPnO','hook_type','WCgCc','bOmaQ','iukiy','FFpBB','mapTestHooks','iEJOA','3378490zDbslF','IpPUh','relative','TLOLq','HfUiZ','SzDTD','ysllw','beforeEach','13364hQeZGj','XJFus','failed\x20to\x20get\x20root\x20parent\x20file\x20','GtYCT','yaZSa','TestRunStarted','cwd','PYnJL','URKoh','GTdwJ','VEOaO','pGKOd','expanded','CFGmm','GsDBm','BmNQu','eJDpC','OIBjx','kIvnM','yQXaM','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','WVJEr','SekQr','tOhDL','Glvub','failed','tZxGX','xgQOe','luJAc','name','NAGIk','bs:addLog:','getTestUUID','Ppjad','mdMjV','LzCUS','KEGfn','FALIq','title','Ssavn','fThat','vQrfD','QiPVo','apply','DPdgk','asyncError','markedStatus','MfRCT','IkFYU','ThKcW','nOGpR','YxPft','GlXza','193UmLjVv','beforeAll','9TpxhtK','split','whTHo','push','JFjOp','UkPwe','JqROR','failure_backtrace','fLjOj','_gitConfigPath','Leejt','ZRkSi','hook_run_uuid','jHXPx','ixnPv','3xVuKRz','UrUMO','IpmNv','test_run_uuid','cBDnO','Seraq','WYJWI','djfIf','tCTYT','MvHtj','LADlx','parent','raSkH','pSSvO','UDwzm',':hookAnalyticsId','bkIcv','AUTRO','RVvNE','JQFXD','LogCreated','BEFORE_ALL','\x22\x20hook\x20for\x20\x22','VxMjh','wdARn','mYAlz','oTgyr','0|1|6|4|2|3|5','voDXw','nIcty','GuVRv','CBTSessionCreated','_paths','aOYnY','jSyfq','swNFU','length','getFileName','jEEnq','BbHZa','join','vNwCM','uuid','getHierarchy','passed','removeAllListeners','appendTestPlatform','XwqpI','AdyRS','JkSfT','cstbK','testAnalyticsId','GAIno','backtrace','file','vflhM','xHKXE','OMKPP','FSiee','afterAll','WOSrb','appendTestItemLog','match','eBAHq','lmMAx','started_at','ypYoa','JXtah','fpqet','path','pjxgS','MjShi','findGitConfig','pending','OBUAY','raVVL','errorsDetailed','JsYzy','TDgAS','DPxKK','FFnSN','inspect','VIcMI','EsFoY','UJNgc','vhqur','sqPtd','EnYIv','2348730nsiAbz','zVNyQ','uploadEventData','nOzMF','Aicgd','sSobP','uzZjg','hooks','jJpVb','NyiSK','ZnzHf','result'];a16_0x510c=function(){return _0x29e688;};return a16_0x510c();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x54efb3(0x2b4)),SessionHandler=require(a16_0x54efb3(0x292)),{v4:uuidv4}=require(a16_0x54efb3(0x1c3)),{name,version}=require(a16_0x54efb3(0x29a)),stackTrace=require(a16_0x54efb3(0x2b6)),path=require(a16_0x54efb3(0x1de)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a16_0x54efb3(0x286)),{getGitMetaData}=require(a16_0x54efb3(0x2c1)),a16_0x10e77b={};function a16_0x3005(_0x34e3f2,_0x551084){const _0x510c4c=a16_0x510c();return a16_0x3005=function(_0x300535,_0x3d9a69){_0x300535=_0x300535-0x160;let _0x1991c2=_0x510c4c[_0x300535];return _0x1991c2;},a16_0x3005(_0x34e3f2,_0x551084);}a16_0x10e77b[a16_0x54efb3(0x24d)]='passed',a16_0x10e77b[a16_0x54efb3(0x294)]='failed',a16_0x10e77b[a16_0x54efb3(0x27d)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x10e77b,a16_0x18925a={};a16_0x18925a[a16_0x54efb3(0x189)]=a16_0x54efb3(0x1ae),a16_0x18925a[a16_0x54efb3(0x1d4)]='AFTER_ALL',a16_0x18925a[a16_0x54efb3(0x2e2)]=a16_0x54efb3(0x297),a16_0x18925a[a16_0x54efb3(0x2a9)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x18925a;module[a16_0x54efb3(0x24a)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x293dd9=a16_0x54efb3,_0x45eab6={'PNWbn':'0|5|3|4|1|6|2','EsFoY':function(_0x151e63){return _0x151e63();}},_0x421866=_0x45eab6[_0x293dd9(0x290)]['split']('|');let _0x5375e1=0x0;while(!![]){switch(_0x421866[_0x5375e1++]){case'0':this[_0x293dd9(0x215)]=_0x45eab6[_0x293dd9(0x1ec)](isTestObservabilitySession);continue;case'1':this[_0x293dd9(0x2ce)]=[];continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0x293dd9(0x29c)]=this[_0x293dd9(0x23e)]();continue;case'4':this['_paths']=new PathHelper({'cwd':process['cwd']()},this[_0x293dd9(0x29c)][_0x293dd9(0x25d)]);continue;case'5':this[_0x293dd9(0x295)]=[];continue;case'6':this[_0x293dd9(0x1ff)]=![];continue;}break;}}[a16_0x54efb3(0x23e)]=()=>{const _0x4a8fdc=a16_0x54efb3,_0x186121={'hVCsU':'generic','RVvNE':function(_0x2191a6){return _0x2191a6();}};return{'ci':_0x186121['hVCsU'],'key':_0x186121[_0x4a8fdc(0x1ab)](uuidv4),'version':version,'collector':_0x4a8fdc(0x2a4)+name};};[a16_0x54efb3(0x233)](){const _0x1c55ac=a16_0x54efb3;process['removeAllListeners']('bs:addLog:'+process['pid']),process['on'](_0x1c55ac(0x172)+process[_0x1c55ac(0x21e)],this[_0x1c55ac(0x1d6)]['bind'](this)),process[_0x1c55ac(0x1c6)]('bs:addPlatformDetails:'+process[_0x1c55ac(0x21e)]),process['on'](_0x1c55ac(0x25e)+process['pid'],this[_0x1c55ac(0x1c7)][_0x1c55ac(0x2b5)](this));}[a16_0x54efb3(0x224)]=async _0x3c842c=>{const _0x57a89f=a16_0x54efb3,_0x3d3b53={'iFZDi':function(_0x519743,_0x4d2ba7){return _0x519743(_0x4d2ba7);},'YGuEJ':function(_0x44b0bb,_0x497dd4){return _0x44b0bb===_0x497dd4;},'Ifirj':'CTPnb','xOQVg':'FucHA','MfRCT':function(_0x2df4d8,_0x25896a){return _0x2df4d8>_0x25896a;},'nPYFC':function(_0xb0c155,_0x428fcb){return _0xb0c155===_0x428fcb;},'yYQJJ':function(_0x3a8ae5,_0x865d86){return _0x3a8ae5===_0x865d86;},'UBqct':_0x57a89f(0x262),'yhHYV':_0x57a89f(0x273),'GTdwJ':_0x57a89f(0x2e8),'cSfAW':_0x57a89f(0x2df),'ysllw':_0x57a89f(0x2e7),'FFpBB':function(_0x4ea897,_0x5f3ac3){return _0x4ea897===_0x5f3ac3;},'YxPft':_0x57a89f(0x1ba),'kIvnM':'JQgDe'};try{if(_0x3d3b53['YGuEJ'](_0x3d3b53[_0x57a89f(0x2af)],_0x3d3b53[_0x57a89f(0x254)]))_0x3d3b53[_0x57a89f(0x230)](_0x44fa00,_0x57a89f(0x234)+_0x42b62e);else{const _0xf05825=this['current_test'];this[_0x57a89f(0x22d)]=_0x3c842c,_0x3c842c[_0x57a89f(0x278)]=null,_0x3c842c[_0x57a89f(0x1cc)]=TestDetails[_0x57a89f(0x209)](process[_0x57a89f(0x21e)]+_0x57a89f(0x274)),_0x3c842c['started_at']=new Date()['toISOString']();if(_0x3d3b53[_0x57a89f(0x182)](_0x3c842c[_0x57a89f(0x259)],0x0)&&_0xf05825&&_0x3d3b53['nPYFC'](_0xf05825[_0x57a89f(0x179)],_0x3c842c[_0x57a89f(0x179)]))_0x3d3b53[_0x57a89f(0x2b3)](_0x3d3b53[_0x57a89f(0x203)],_0x3d3b53[_0x57a89f(0x29d)])?(_0x24ad01[_0x57a89f(0x1c6)](_0x57a89f(0x172)+_0x13d39e[_0x57a89f(0x21e)]),_0x18f69c['on'](_0x57a89f(0x172)+_0x4df84d[_0x57a89f(0x21e)],this[_0x57a89f(0x1d6)][_0x57a89f(0x2b5)](this)),_0x581259[_0x57a89f(0x1c6)](_0x57a89f(0x25e)+_0x9ba85[_0x57a89f(0x21e)]),_0x4abab2['on']('bs:addPlatformDetails:'+_0x4a7dae[_0x57a89f(0x21e)],this[_0x57a89f(0x1c7)]['bind'](this))):(_0x3c842c[_0x57a89f(0x278)]=_0xf05825[_0x57a89f(0x1cc)],await this[_0x57a89f(0x269)](_0x3c842c,undefined,![],_0x3d3b53[_0x57a89f(0x2ec)]),_0xf05825['state']=STATE_FAILED,await this[_0x57a89f(0x269)](_0xf05825,undefined,!![]));else{if(_0x3d3b53[_0x57a89f(0x248)](_0x3d3b53[_0x57a89f(0x21c)],_0x3d3b53[_0x57a89f(0x2e1)]))return;else await this['sendTestRunEvent'](_0x3c842c,undefined,![],_0x3d3b53[_0x57a89f(0x2ec)]);}}}catch(_0x27bfff){_0x3d3b53[_0x57a89f(0x2d8)](_0x3d3b53[_0x57a89f(0x186)],_0x3d3b53[_0x57a89f(0x165)])?_0x3710e1['test_run_uuid']=_0x2ff058:_0x3d3b53[_0x57a89f(0x230)](debug,_0x57a89f(0x167)+_0x27bfff);}};['getName'](_0x55d3c2){const _0x58857d=a16_0x54efb3,_0x50308a={};_0x50308a[_0x58857d(0x26a)]=function(_0x5d2106,_0x276ca6){return _0x5d2106!==_0x276ca6;},_0x50308a['DCKMe']=_0x58857d(0x211),_0x50308a[_0x58857d(0x2bf)]=function(_0x300d3c,_0x3c9188){return _0x300d3c!==_0x3c9188;},_0x50308a['IXTmT']=_0x58857d(0x194);const _0x362b21=_0x50308a;if(_0x362b21[_0x58857d(0x26a)](_0x55d3c2['type'],_0x362b21['DCKMe'])){if(_0x362b21['kPfBm'](_0x362b21[_0x58857d(0x227)],_0x362b21[_0x58857d(0x227)])){if(!_0x2a8aa0||!_0x30bfee[_0x58857d(0x1a4)])return;_0x35a7c0[_0x58857d(0x1a4)][_0x58857d(0x1f8)]['forEach'](_0x23db24=>{const _0x1321ed=_0x58857d;!_0x23db24[_0x1321ed(0x23d)]&&(_0x23db24[_0x1321ed(0x23d)]=_0x177cdf[_0x1321ed(0x209)](_0x18526f[_0x1321ed(0x21e)]+':hookAnalyticsId'));}),this['mapTestHooks'](_0x1538cc[_0x58857d(0x1a4)]);}else return'\x22'+_0x55d3c2['type']+'\x22\x20hook\x20for\x20\x22'+(_0x55d3c2[_0x58857d(0x1a4)]&&_0x55d3c2[_0x58857d(0x1a4)][_0x58857d(0x170)])+'\x22';}return _0x55d3c2[_0x58857d(0x170)];}[a16_0x54efb3(0x269)]=async(_0x3b5658,_0x33725d=undefined,_0x198f04=![],_0x32d74a=a16_0x54efb3(0x276))=>{const _0x40071c=a16_0x54efb3,_0x4c575b={'JXtah':'passed','Gzvkx':function(_0x31e8b0,_0x1165f2){return _0x31e8b0!==_0x1165f2;},'vNwCM':_0x40071c(0x211),'pQdRd':function(_0x255c4d,_0x30e8cc){return _0x255c4d===_0x30e8cc;},'QtONv':_0x40071c(0x241),'BmNQu':_0x40071c(0x16c),'djfIf':_0x40071c(0x2e2),'hLbBI':_0x40071c(0x2a9),'KEGfn':_0x40071c(0x207),'OIBjx':function(_0x56b157){return _0x56b157();},'TExtp':function(_0x2ba45e,_0x153142){return _0x2ba45e!==_0x153142;},'NyiSK':_0x40071c(0x2d6),'FFnSN':_0x40071c(0x256),'UYnYh':'3|0|1|4|2','FZlWI':_0x40071c(0x243),'raVVL':_0x40071c(0x260),'XERgK':'test_run','LfATr':_0x40071c(0x1fc),'qKfrH':'failure','emLyS':'failure_reason','MjShi':_0x40071c(0x1b4),'OVCXW':function(_0x7e896f){return _0x7e896f();},'GuVRv':_0x40071c(0x191),'Rqtrk':_0x40071c(0x1ce),'DPdgk':'failure_reason_expanded','wdARn':_0x40071c(0x2ef),'FrGQT':'err','Bnlcp':function(_0x4ed2fe,_0x2dce89){return _0x4ed2fe(_0x2dce89);},'YeLmg':_0x40071c(0x198),'bkIcv':function(_0x42c507,_0x232e93){return _0x42c507!==_0x232e93;},'RJlKQ':_0x40071c(0x17a),'TLOLq':_0x40071c(0x1eb),'IpmNv':function(_0x474c06,_0x570494){return _0x474c06!==_0x570494;},'aDmTS':'UtDUZ','ypYoa':function(_0x1a49f2,_0x4a1c20){return _0x1a49f2!==_0x4a1c20;},'nxWrP':_0x40071c(0x282),'TErno':_0x40071c(0x18c),'ZnzHf':function(_0x1ea4f3,_0x566122){return _0x1ea4f3(_0x566122);},'HsTtp':'jest-circus','WYJWI':function(_0x213bcb,_0x952bc5){return _0x213bcb===_0x952bc5;},'eJDpC':_0x40071c(0x20c),'wzzEM':_0x40071c(0x20e),'sEFms':function(_0x2aa761,_0xa1ace2){return _0x2aa761(_0xa1ace2);},'TDgAS':_0x40071c(0x2a0),'CAWuJ':'tMqdn','pCsUK':_0x40071c(0x2ba),'BbHZa':function(_0x52103b,_0x2bb34b){return _0x52103b!==_0x2bb34b;},'SekQr':_0x40071c(0x251),'WCgCc':function(_0x35b747,_0x5767c7){return _0x35b747!==_0x5767c7;},'aMzJp':function(_0x56a85c,_0x15a9d1){return _0x56a85c!==_0x15a9d1;},'eBAHq':_0x40071c(0x26c),'pSSvO':_0x40071c(0x22f),'KsCRt':_0x40071c(0x270),'TGZYg':'skipped','tFNsD':function(_0x43356e,_0x1b03ac){return _0x43356e>_0x1b03ac;},'bgkzF':function(_0x11217d,_0x1d276a){return _0x11217d-_0x1d276a;},'sqPtd':_0x40071c(0x1da),'vQrfD':_0x40071c(0x1b3),'PnmzP':_0x40071c(0x219),'jHXPx':function(_0x230d63,_0x2f7785){return _0x230d63!==_0x2f7785;},'kBLXF':_0x40071c(0x2cf),'VCojc':_0x40071c(0x1c8),'swNFU':function(_0x496b04,_0x52cc3c){return _0x496b04===_0x52cc3c;},'uzZjg':_0x40071c(0x257),'QSAbX':'reiow','UrUMO':_0x40071c(0x21a),'sKntN':_0x40071c(0x237),'IzZcw':function(_0x495e0d,_0x239060){return _0x495e0d!==_0x239060;},'URKoh':'odHzI','wcJqI':_0x40071c(0x1d1),'cHnFJ':_0x40071c(0x276),'zMWle':function(_0xb9e52d,_0x1ee0af){return _0xb9e52d===_0x1ee0af;},'nuXrP':_0x40071c(0x160),'CzZKe':function(_0x34ebb6,_0x1685ba){return _0x34ebb6===_0x1685ba;},'OBUAY':function(_0xfe8cd,_0x5a78fb){return _0xfe8cd!==_0x5a78fb;},'DjaED':_0x40071c(0x268),'sosAm':_0x40071c(0x20f),'JhWdE':_0x40071c(0x2d4),'fThat':_0x40071c(0x1c9),'jRaWm':_0x40071c(0x2c8),'WXoXe':_0x40071c(0x1f2),'xpYej':_0x40071c(0x21f),'kXMpc':'DadMC','HlwFG':function(_0x1f7555,_0x47e234){return _0x1f7555===_0x47e234;},'GAIno':_0x40071c(0x189),'zebOP':function(_0x3f9322,_0x36bb5a){return _0x3f9322!==_0x36bb5a;},'rwCYv':_0x40071c(0x1df),'FALIq':_0x40071c(0x220),'BSGEv':_0x40071c(0x22a),'aiBdX':_0x40071c(0x16d),'AUTRO':function(_0x1d3745,_0x99f32b){return _0x1d3745(_0x99f32b);}};try{if(_0x4c575b[_0x40071c(0x23c)](_0x4c575b[_0x40071c(0x2cb)],_0x4c575b[_0x40071c(0x2cb)])){if(_0x3b5658['fn']&&_0x3b5658['fn'][_0x40071c(0x299)]()[_0x40071c(0x1d7)](/browserstack internal helper hook/)){if(_0x4c575b[_0x40071c(0x1a9)](_0x4c575b[_0x40071c(0x225)],_0x4c575b[_0x40071c(0x2de)]))return;else _0x336419=this[_0x40071c(0x275)](_0x529ce2);}let _0x5d3de;try{if(_0x4c575b[_0x40071c(0x19b)](_0x4c575b[_0x40071c(0x205)],_0x4c575b[_0x40071c(0x205)]))return;else _0x5d3de=this[_0x40071c(0x275)](_0x3b5658);}catch(_0x19f322){_0x4c575b[_0x40071c(0x1db)](_0x4c575b['nxWrP'],_0x4c575b[_0x40071c(0x28b)])?(_0x4c575b[_0x40071c(0x1fb)](debug,_0x40071c(0x2e5)+_0x19f322),_0x5d3de=null):this[_0x40071c(0x2d9)](_0x5d2d49);}if(_0x5d3de[_0x40071c(0x2a1)](_0x4c575b['HsTtp'])){if(_0x4c575b[_0x40071c(0x19f)](_0x4c575b[_0x40071c(0x163)],_0x4c575b[_0x40071c(0x22e)]))_0x7504fd[_0x40071c(0x1fc)]=_0x4c575b[_0x40071c(0x1dc)];else return;}const _0x4c2b29=_0x4c575b[_0x40071c(0x2d2)](require,_0x4c575b[_0x40071c(0x1e7)]);let _0x568853=[];if(_0x4c575b[_0x40071c(0x283)](_0x3b5658[_0x40071c(0x1e5)],undefined)){if(_0x4c575b[_0x40071c(0x23c)](_0x4c575b['CAWuJ'],_0x4c575b[_0x40071c(0x265)]))_0x568853=[_0x3b5658[_0x40071c(0x1e5)],_0x4c575b[_0x40071c(0x1c2)]];else{const _0x436813=_0x1f7b35[_0x40071c(0x210)][_0x40071c(0x214)](_0x39da5b,_0x566420['asyncError']);return _0x436813[0x0]['getFileName']();}}else _0x4c575b['TExtp'](_0x33725d,undefined)?_0x4c575b[_0x40071c(0x19f)](_0x4c575b['pCsUK'],_0x4c575b['pCsUK'])?_0x568853=[_0x33725d,_0x4c575b[_0x40071c(0x2d0)]]:_0x1628b7[_0x40071c(0x23d)]=_0x1d2480[_0x40071c(0x209)](_0xf158d5[_0x40071c(0x21e)]+_0x40071c(0x1a8)):_0x4c575b[_0x40071c(0x1c0)](_0x4c575b[_0x40071c(0x169)],_0x4c575b[_0x40071c(0x169)])?!_0x43f6bd[_0x40071c(0x23d)]&&(_0x5b05af[_0x40071c(0x23d)]=_0x58bc09[_0x40071c(0x209)](_0x238f40[_0x40071c(0x21e)]+_0x40071c(0x1a8))):_0x568853=[];const _0x5dd83e=_0x4c575b['WCgCc'](_0x3b5658[_0x40071c(0x1e5)],undefined)?_0x4c2b29[_0x40071c(0x1ea)](_0x3b5658['errorsDetailed'][0x0]):_0x4c575b['aMzJp'](_0x33725d,undefined)?_0x33725d[_0x40071c(0x299)]():undefined,_0x52f23f=_0x5d3de?this[_0x40071c(0x1b9)][_0x40071c(0x229)](this[_0x40071c(0x275)](_0x3b5658)):_0x4c575b[_0x40071c(0x1d8)],_0x2b1d7a={'framework':FRAMEWORKS['JEST'],'uuid':_0x3b5658[_0x40071c(0x1cc)]||_0x3b5658['hookAnalyticsId'],'name':this[_0x40071c(0x2bb)](_0x3b5658),'body':{'lang':_0x4c575b[_0x40071c(0x1a6)],'code':_0x3b5658['fn'][_0x40071c(0x299)]()},'scopes':this['getHierarchy'](_0x3b5658),'file_name':_0x52f23f,'vc_filepath':this[_0x40071c(0x193)]&&_0x5d3de?path[_0x40071c(0x2dd)](this[_0x40071c(0x193)],_0x5d3de):null,'location':_0x52f23f,'result':_0x4c575b['pQdRd'](_0x32d74a,_0x4c575b['KsCRt'])?_0x4c575b['TGZYg']:this[_0x40071c(0x27a)](_0x3b5658[_0x40071c(0x1e5)]&&_0x4c575b[_0x40071c(0x2c2)](_0x3b5658[_0x40071c(0x1e5)][_0x40071c(0x1bd)],0x0)?_0x4c575b[_0x40071c(0x162)]:_0x4c575b['JXtah']),'failure_reason':_0x5dd83e,'duration_in_ms':_0x3b5658['duration']||(_0x32d74a[_0x40071c(0x1d7)](/Finished/)||_0x32d74a[_0x40071c(0x1d7)](/Skipped/)?_0x4c575b[_0x40071c(0x247)](Date[_0x40071c(0x2c0)](),new Date(_0x3b5658[_0x40071c(0x1da)])[_0x40071c(0x2b8)]()):null),'started_at':_0x3b5658['started_at'],'finished_at':_0x32d74a[_0x40071c(0x1d7)](/Finished/)||_0x32d74a[_0x40071c(0x1d7)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x40071c(0x17e)](null,_0x568853),'failure_type':!_0x5dd83e?null:_0x4c575b[_0x40071c(0x1fb)](getFailureType,_0x5dd83e),'retry_of':_0x3b5658[_0x40071c(0x278)]};if(_0x4c575b[_0x40071c(0x19f)](_0x32d74a,_0x4c575b[_0x40071c(0x2c6)])&&!_0x2b1d7a[_0x4c575b['sqPtd']]){if(_0x4c575b[_0x40071c(0x28e)](_0x4c575b[_0x40071c(0x17c)],_0x4c575b[_0x40071c(0x17c)]))return;else _0x2b1d7a[_0x4c575b[_0x40071c(0x1ef)]]=_0x2b1d7a[_0x4c575b[_0x40071c(0x21d)]];}if(_0x32d74a[_0x40071c(0x1d7)](/HookRun/)){if(_0x4c575b[_0x40071c(0x197)](_0x4c575b[_0x40071c(0x258)],_0x4c575b['VCojc'])){[_0x2b1d7a[_0x40071c(0x2d4)],_0x2b1d7a[_0x40071c(0x170)]]=[_0x3b5658[_0x40071c(0x22c)],this[_0x40071c(0x2bb)](_0x3b5658)];if(_0x4c575b[_0x40071c(0x1bc)](_0x32d74a,_0x4c575b[_0x40071c(0x26b)])){if(_0x4c575b[_0x40071c(0x1c0)](_0x4c575b[_0x40071c(0x1f7)],_0x4c575b[_0x40071c(0x263)])){if(_0x4c575b[_0x40071c(0x283)](_0x2b1d7a[_0x40071c(0x1fc)],_0x4c575b[_0x40071c(0x162)])){if(_0x4c575b[_0x40071c(0x19f)](_0x4c575b[_0x40071c(0x19a)],_0x4c575b[_0x40071c(0x25a)]))return _0x50089f['file'];else _0x2b1d7a[_0x40071c(0x1fc)]=_0x4c575b[_0x40071c(0x1dc)];}}else{if(_0x4c575b[_0x40071c(0x28e)](_0x2e5634['type'],_0x4c575b[_0x40071c(0x1c2)]))return'\x22'+_0x7cf589['type']+_0x40071c(0x1af)+(_0xeab078[_0x40071c(0x1a4)]&&_0x1d94cb['parent']['name'])+'\x22';return _0x4d3964[_0x40071c(0x170)];}}}else return this[_0x40071c(0x193)];}else _0x32d74a[_0x40071c(0x1d7)](/TestRun/)&&(_0x4c575b[_0x40071c(0x277)](_0x4c575b[_0x40071c(0x2eb)],_0x4c575b['URKoh'])?([_0xa6c5c[_0x40071c(0x2d4)],_0x1e9cb4[_0x40071c(0x170)]]=[_0x68c555[_0x40071c(0x22c)],this[_0x40071c(0x2bb)](_0x21ea17)],_0x4c575b[_0x40071c(0x23c)](_0x393a4a,_0x4c575b[_0x40071c(0x26b)])&&(_0x4c575b[_0x40071c(0x28e)](_0x2581d1[_0x40071c(0x1fc)],_0x4c575b[_0x40071c(0x162)])&&(_0x2d4d0a[_0x40071c(0x1fc)]=_0x4c575b[_0x40071c(0x1dc)]))):this[_0x40071c(0x2d9)](_0x3b5658));const _0x54977b=_0x2b1d7a[_0x4c575b[_0x40071c(0x245)]][0x0];if(_0x54977b){if(_0x4c575b[_0x40071c(0x2d5)](_0x4c575b['wcJqI'],_0x4c575b[_0x40071c(0x24b)])){this['hook_data']['push'](_0x29467e);return;}else _0x2b1d7a[_0x4c575b['GuVRv']]=_0x54977b[_0x4c575b[_0x40071c(0x213)]],_0x2b1d7a[_0x4c575b[_0x40071c(0x17f)]]=_0x54977b[_0x4c575b[_0x40071c(0x1b1)]];}if([_0x4c575b[_0x40071c(0x217)],_0x4c575b[_0x40071c(0x2c6)]][_0x40071c(0x2a1)](_0x32d74a)){if(_0x4c575b['zMWle'](_0x4c575b[_0x40071c(0x26d)],_0x4c575b[_0x40071c(0x26d)]))this[_0x40071c(0x295)][_0x40071c(0x18d)](_0x2b1d7a),_0x2b1d7a[_0x40071c(0x1f8)]=this[_0x40071c(0x2c3)](_0x3b5658),this[_0x40071c(0x29f)](_0x3b5658);else return'\x22'+_0x4184c1[_0x40071c(0x22c)]+_0x40071c(0x1af)+(_0x55e9b6['parent']&&_0x2a3220[_0x40071c(0x1a4)][_0x40071c(0x170)])+'\x22';}const _0x3b4255={'event_type':_0x4c575b['CzZKe'](_0x32d74a,_0x4c575b[_0x40071c(0x2c6)])?_0x4c575b['cHnFJ']:_0x32d74a};if(_0x32d74a[_0x40071c(0x1d7)](/HookRun/)){if(_0x4c575b['OBUAY'](_0x4c575b[_0x40071c(0x2c9)],_0x4c575b['sosAm']))_0x2b1d7a[_0x4c575b[_0x40071c(0x20d)]]=HOOK_TYPES_MAP[_0x2b1d7a[_0x4c575b['JhWdE']]],_0x3b4255[_0x4c575b[_0x40071c(0x285)]]=_0x2b1d7a;else return[];}else{if(_0x4c575b[_0x40071c(0x1e3)](_0x4c575b[_0x40071c(0x17b)],_0x4c575b[_0x40071c(0x2be)]))_0x3b4255[_0x4c575b[_0x40071c(0x239)]]=_0x2b1d7a;else{const _0xaa67c4={};_0xaa67c4[_0x40071c(0x1fe)]=_0x4c575b[_0x40071c(0x1a0)],_0xaa67c4['QiPVo']=_0x4c575b[_0x40071c(0x223)];const _0x248455=_0xaa67c4;if(!_0xea8d43||!_0x2b522e[_0x40071c(0x1a4)])return;_0x8a0e18[_0x40071c(0x1a4)][_0x40071c(0x1f8)][_0x40071c(0x2c5)](_0xe86199=>{const _0x37a3c3=_0x40071c;[_0x248455[_0x37a3c3(0x1fe)],_0x248455[_0x37a3c3(0x17d)]]['includes'](_0xe86199['type'])&&_0xe86199[_0x37a3c3(0x23d)]&&(_0xe86199[_0x37a3c3(0x23d)]=null);}),this[_0x40071c(0x2d9)](_0x5d09b6['parent']);}}if(_0x4c575b[_0x40071c(0x2c2)](this[_0x40071c(0x2ce)]['length'],0x0)&&[_0x4c575b[_0x40071c(0x217)],_0x4c575b[_0x40071c(0x2c6)]]['includes'](_0x32d74a)){if(_0x4c575b['OBUAY'](_0x4c575b[_0x40071c(0x296)],_0x4c575b['WXoXe'])){if(!_0xf715c7||!_0x3a9d35[_0x40071c(0x1a4)])return[];const _0x2ebd4b=[];return _0x40c61f['parent'][_0x40071c(0x1f8)][_0x40071c(0x2c5)](_0x1ca216=>{const _0xf647e2=_0x40071c;_0x1ca216[_0xf647e2(0x23d)]&&_0x2ebd4b[_0xf647e2(0x18d)](_0x1ca216['hookAnalyticsId']);}),[..._0x2ebd4b,...this[_0x40071c(0x2c3)](_0x366b05['parent'])];}else this[_0x40071c(0x2ce)][_0x40071c(0x2c5)](async _0xca6a1d=>{const _0x482108=_0x40071c;if(_0x4c575b[_0x482108(0x283)](_0x4c575b[_0x482108(0x1fa)],_0x4c575b[_0x482108(0x1e9)])){const _0x202dea=_0x4c575b[_0x482108(0x28f)][_0x482108(0x18b)]('|');let _0x2bb303=0x0;while(!![]){switch(_0x202dea[_0x2bb303++]){case'0':_0xca6a1d[_0x4c575b['FZlWI']][_0x4c575b['raVVL']]=_0x3b4255[_0x4c575b[_0x482108(0x239)]][_0x4c575b[_0x482108(0x1e4)]];continue;case'1':_0xca6a1d[_0x4c575b[_0x482108(0x285)]][_0x4c575b[_0x482108(0x267)]]=_0x3b4255[_0x4c575b['XERgK']][_0x4c575b['LfATr']];continue;case'2':await SessionHandler[_0x482108(0x1f3)](_0xca6a1d);continue;case'3':_0xca6a1d[_0x4c575b[_0x482108(0x285)]][_0x4c575b[_0x482108(0x245)]]=_0x3b4255[_0x4c575b['XERgK']][_0x4c575b[_0x482108(0x245)]];continue;case'4':_0xca6a1d[_0x4c575b[_0x482108(0x285)]][_0x4c575b[_0x482108(0x287)]]=_0x3b4255[_0x4c575b[_0x482108(0x239)]][_0x4c575b['emLyS']];continue;}break;}}else return{'ci':_0x4c575b[_0x482108(0x177)],'key':_0x4c575b[_0x482108(0x164)](_0x1eaf15),'version':_0x30e9f2,'collector':_0x482108(0x2a4)+_0x3ceed6};}),this['hook_data']=[];}if(_0x4c575b[_0x40071c(0x19f)](this[_0x40071c(0x23b)],_0x3b5658[_0x40071c(0x22c)])){if(_0x4c575b['Gzvkx'](_0x4c575b['xpYej'],_0x4c575b['kXMpc'])){this[_0x40071c(0x2ce)][_0x40071c(0x18d)](_0x3b4255);return;}else{const _0xd927e4=_0x4c575b[_0x40071c(0x1e0)][_0x40071c(0x18b)]('|');let _0x5692e1=0x0;while(!![]){switch(_0xd927e4[_0x5692e1++]){case'0':this[_0x40071c(0x215)]=_0x4c575b['OVCXW'](_0x5a7f42);continue;case'1':this[_0x40071c(0x295)]=[];continue;case'2':this['hook_data']=[];continue;case'3':this[_0x40071c(0x1ff)]=![];continue;case'4':this[_0x40071c(0x1b9)]=new _0x29274e({'cwd':_0x67539[_0x40071c(0x2e9)]()},this['_testEnv']['location_prefix']);continue;case'5':this[_0x40071c(0x193)]=null;continue;case'6':this['_testEnv']=this[_0x40071c(0x23e)]();continue;}break;}}}_0x4c575b[_0x40071c(0x29e)](this['hook_failure'],_0x4c575b[_0x40071c(0x1cd)])&&_0x3b4255[_0x4c575b[_0x40071c(0x239)]]&&(_0x4c575b[_0x40071c(0x28c)](_0x4c575b[_0x40071c(0x21b)],_0x4c575b[_0x40071c(0x178)])?(_0x3b4255[_0x4c575b[_0x40071c(0x239)]][_0x4c575b[_0x40071c(0x267)]]=_0x4c575b['TGZYg'],_0x3b4255[_0x4c575b[_0x40071c(0x239)]][_0x4c575b[_0x40071c(0x245)]]=null,_0x3b4255[_0x4c575b[_0x40071c(0x239)]][_0x4c575b[_0x40071c(0x1e4)]]=null):(_0x5c09ee[_0x4c575b[_0x40071c(0x1b7)]]=_0x50e6bc[_0x4c575b[_0x40071c(0x213)]],_0x5f5784[_0x4c575b[_0x40071c(0x17f)]]=_0x23fa31[_0x4c575b[_0x40071c(0x1b1)]])),await SessionHandler[_0x40071c(0x1f3)](_0x3b4255);}else _0x51afe4=[_0x3e2ed1,_0x4c575b[_0x40071c(0x2d0)]];}catch(_0xd0d9e8){_0x4c575b[_0x40071c(0x226)](_0x4c575b[_0x40071c(0x25b)],_0x4c575b[_0x40071c(0x221)])?_0x4c575b[_0x40071c(0x272)](_0x5b90ea,_0x40071c(0x2b1)+_0x5c8713):_0x4c575b[_0x40071c(0x1aa)](debug,_0x40071c(0x236)+_0x32d74a+_0x40071c(0x228)+_0xd0d9e8);}};[a16_0x54efb3(0x1e1)](_0x4ac79f){const _0x356bbf=a16_0x54efb3,_0x154958={'pYesD':function(_0x4a2a42,_0x394cfd){return _0x4a2a42(_0x394cfd);},'milDL':_0x356bbf(0x23f),'lzcpm':_0x356bbf(0x200),'QVigg':function(_0x54dcf8,_0x235d75){return _0x54dcf8==_0x235d75;},'VEOaO':function(_0x540780,_0x26ad32){return _0x540780===_0x26ad32;},'Xdiip':function(_0x1546cf,_0x48d10d){return _0x1546cf===_0x48d10d;},'fLjOj':function(_0x435de8,_0x3dbaec){return _0x435de8===_0x3dbaec;},'FBYzd':_0x356bbf(0x2ee),'YLBJq':'wLbXt','FdrgD':function(_0x5c1b76,_0x27172f){return _0x5c1b76===_0x27172f;},'SuFcV':_0x356bbf(0x201),'MvHtj':_0x356bbf(0x175),'NvcjB':_0x356bbf(0x19e),'JqROR':'IeEMx'},_0x2f5417=path[_0x356bbf(0x298)];if(_0x154958[_0x356bbf(0x28a)](_0x4ac79f,null)||_0x154958[_0x356bbf(0x2ed)](_0x4ac79f,'')||_0x154958['Xdiip'](_0x4ac79f,_0x2f5417)){if(_0x154958[_0x356bbf(0x192)](_0x154958['FBYzd'],_0x154958[_0x356bbf(0x2a8)]))_0x154958['pYesD'](_0x2288e4,_0x356bbf(0x2e5)+_0x49e670),_0x11aaf8=null;else return null;}try{return _0x154958[_0x356bbf(0x202)](_0x154958['SuFcV'],_0x154958[_0x356bbf(0x1a2)])?(_0x159b0f['statSync'](_0xbbdeb['join'](_0x465166,_0x154958[_0x356bbf(0x22b)],_0x154958[_0x356bbf(0x289)])),_0x4dddd1):(fs['statSync'](path[_0x356bbf(0x1c1)](_0x4ac79f,_0x154958[_0x356bbf(0x22b)],_0x154958['lzcpm'])),_0x4ac79f);}catch(_0x13aa2f){if(_0x154958[_0x356bbf(0x192)](_0x154958['NvcjB'],_0x154958[_0x356bbf(0x190)])){const _0xedf20d=_0x44b91d[_0x356bbf(0x29b)](_0xf40751);return this[_0x356bbf(0x1e1)](_0xedf20d);}else{const _0x2d34e7=path['dirname'](_0x4ac79f);return this[_0x356bbf(0x1e1)](_0x2d34e7);}}}[a16_0x54efb3(0x1d6)]=async _0x353f26=>{const _0x440932=a16_0x54efb3,_0xc069cd={'sSobP':function(_0x2bf57d,_0x1fe789){return _0x2bf57d!==_0x1fe789;},'FJbKi':_0x440932(0x1c5),'Glvub':_0x440932(0x1e2),'lgfKb':_0x440932(0x16c),'nOGpR':_0x440932(0x27f),'Gdhvj':_0x440932(0x2e2),'nKhHF':'afterEach','JlwFx':_0x440932(0x211),'JYVGB':function(_0x5bc222,_0x1a426e){return _0x5bc222===_0x1a426e;},'tWVQM':_0x440932(0x1ed),'GsDBm':function(_0x433d4d,_0x2bf7f9){return _0x433d4d!==_0x2bf7f9;},'GwLhF':_0x440932(0x2b2),'etoVt':_0x440932(0x2a2),'jEEnq':_0x440932(0x2aa),'clAjy':_0x440932(0x261),'JQFXD':function(_0x7f7b35,_0x5e7fb8){return _0x7f7b35!==_0x5e7fb8;},'Knirh':'miSaI','quUME':'kFPpL','NLYBx':_0x440932(0x1ad),'FSiee':'KQGMW','UDwzm':'fnGmG','EaqhW':function(_0x1505ce,_0x135e6d){return _0x1505ce(_0x135e6d);}},_0x20ab07=TestDetails['getTestUUID'](process[_0x440932(0x21e)]+_0x440932(0x1a8)),_0x4ed6d6=TestDetails['getTestUUID'](process[_0x440932(0x21e)]+':testAnalyticsId');try{if(_0xc069cd[_0x440932(0x281)](_0xc069cd[_0x440932(0x242)],_0xc069cd[_0x440932(0x242)])){if(_0x20ab07||this[_0x440932(0x208)]&&!this['current_hook'][_0x440932(0x181)]){if(_0xc069cd['GsDBm'](_0xc069cd['GwLhF'],_0xc069cd[_0x440932(0x252)]))_0x353f26[_0x440932(0x196)]=_0x20ab07;else{const _0x5b537b=[];if(_0x49205d&&_0x524743[_0x440932(0x1a4)]){let _0x306994=_0x27f618['parent'];while(_0x306994&&_0x306994['name']&&_0xc069cd[_0x440932(0x1f6)](_0x306994[_0x440932(0x170)],'')){_0x5b537b['push'](_0x306994[_0x440932(0x170)]),_0x306994=_0x306994[_0x440932(0x170)];}}return _0x5b537b[_0x440932(0x1fd)](),_0x5b537b;}}if(!_0x353f26[_0x440932(0x196)]&&_0x4ed6d6){if(_0xc069cd[_0x440932(0x1f6)](_0xc069cd[_0x440932(0x1bf)],_0xc069cd['clAjy']))_0x353f26[_0x440932(0x19c)]=_0x4ed6d6;else{const _0x1f2647={};return _0x1f2647[_0x29d55c]=_0xc069cd['FJbKi'],_0x1f2647[_0x2f2351]=_0xc069cd[_0x440932(0x16b)],_0x1f2647[_0x4cf0db]=_0xc069cd['lgfKb'],_0x1f2647[_0x4bf137];}}if(_0x353f26[_0x440932(0x196)]||_0x353f26['test_run_uuid']){if(_0xc069cd[_0x440932(0x1ac)](_0xc069cd['Knirh'],_0xc069cd[_0x440932(0x27b)])){const _0x14e99a={};_0x14e99a['event_type']=_0xc069cd['NLYBx'],_0x14e99a['logs']=[_0x353f26],await SessionHandler[_0x440932(0x1f3)](_0x14e99a);}else _0x106946[_0xc069cd[_0x440932(0x185)]]=_0x4e8e82;}}else[_0xc069cd['Gdhvj'],_0xc069cd[_0x440932(0x284)]]['includes'](_0x13f3e6[_0x440932(0x22c)])&&_0x59163e['hookAnalyticsId']&&(_0x17889a[_0x440932(0x23d)]=null);}catch(_0x3df8a1){_0xc069cd[_0x440932(0x161)](_0xc069cd[_0x440932(0x1d3)],_0xc069cd[_0x440932(0x1a7)])?_0xc069cd['EaqhW'](debug,_0x440932(0x2b1)+_0x3df8a1):_0x31a5cd=[_0x8595f1[_0x440932(0x1e5)],_0xc069cd[_0x440932(0x20b)]];}};[a16_0x54efb3(0x1c7)]=async _0x54352e=>{const _0x4a6af1=a16_0x54efb3,_0x5850af={'tWJbs':function(_0x58cabb,_0x2e4b83){return _0x58cabb===_0x2e4b83;},'UkPwe':_0x4a6af1(0x266),'vflhM':_0x4a6af1(0x244),'UVtbS':'http_response','ttymS':_0x4a6af1(0x1b8),'JFjOp':function(_0x45d642,_0xac5d57){return _0x45d642===_0xac5d57;},'ixpgz':_0x4a6af1(0x2ab),'iRFtt':_0x4a6af1(0x240),'XJFus':function(_0x1a0aad,_0x8f46e){return _0x1a0aad(_0x8f46e);}};try{if(_0x5850af['tWJbs'](_0x5850af[_0x4a6af1(0x18f)],_0x5850af[_0x4a6af1(0x1d0)]))_0x48bb21[_0x4a6af1(0x196)]=_0x3ab766;else{const _0x17bbb0={'uuid':_0x54352e['uuid']||TestDetails[_0x4a6af1(0x173)](process[_0x4a6af1(0x21e)]+_0x4a6af1(0x274)),'integrations':_0x54352e[_0x5850af[_0x4a6af1(0x206)]]},_0x531b78={};_0x531b78[_0x4a6af1(0x2d1)]=_0x5850af[_0x4a6af1(0x288)],_0x531b78[_0x4a6af1(0x27f)]=_0x17bbb0,await SessionHandler[_0x4a6af1(0x1f3)](_0x531b78);}}catch(_0x1eb49c){_0x5850af[_0x4a6af1(0x18e)](_0x5850af[_0x4a6af1(0x23a)],_0x5850af['iRFtt'])?(_0x2377e2[_0x4a6af1(0x18d)](_0x14d635[_0x4a6af1(0x170)]),_0x3f31b4=_0x94e823[_0x4a6af1(0x170)]):_0x5850af[_0x4a6af1(0x2e4)](debug,_0x4a6af1(0x234)+_0x1eb49c);}};async[a16_0x54efb3(0x291)](){const _0x59b4ee=a16_0x54efb3,_0x24557f={'DPxKK':function(_0x333f88,_0x4f5e96){return _0x333f88==_0x4f5e96;},'EnYIv':function(_0x2baf78,_0x50c157){return _0x2baf78===_0x50c157;},'rsGgQ':_0x59b4ee(0x23f),'JVIvt':_0x59b4ee(0x200),'QFbKE':function(_0x21dda2,_0xfdc352){return _0x21dda2!==_0xfdc352;},'jSyfq':_0x59b4ee(0x1f5),'GPqBX':_0x59b4ee(0x279),'sysMa':function(_0x2a7cf3){return _0x2a7cf3();},'raSkH':_0x59b4ee(0x2bd),'xgQOe':_0x59b4ee(0x19d)};if(this[_0x59b4ee(0x1ff)]){if(_0x24557f[_0x59b4ee(0x24f)](_0x24557f[_0x59b4ee(0x1bb)],_0x24557f['GPqBX']))return this[_0x59b4ee(0x193)];else{const _0x395240=_0x40679d[_0x59b4ee(0x298)];if(_0x24557f[_0x59b4ee(0x1e8)](_0x1c495e,null)||_0x24557f[_0x59b4ee(0x1f0)](_0x47871a,'')||_0x24557f[_0x59b4ee(0x1f0)](_0x47deb3,_0x395240))return null;try{return _0x34495f['statSync'](_0x433e99[_0x59b4ee(0x1c1)](_0xebca6e,_0x24557f['rsGgQ'],_0x24557f[_0x59b4ee(0x2a6)])),_0x4557cb;}catch(_0x3c89dd){const _0x38b019=_0x1f08b1['dirname'](_0x2ad154);return this[_0x59b4ee(0x1e1)](_0x38b019);}}}const _0x538a83=await _0x24557f[_0x59b4ee(0x2b7)](getGitMetaData);_0x538a83&&(_0x24557f['EnYIv'](_0x24557f[_0x59b4ee(0x1a5)],_0x24557f[_0x59b4ee(0x16e)])?this[_0x59b4ee(0x193)]=_0x470616[_0x59b4ee(0x28d)]:this[_0x59b4ee(0x193)]=_0x538a83[_0x59b4ee(0x28d)]),this[_0x59b4ee(0x1ff)]=!![];}[a16_0x54efb3(0x27a)](_0x358e7a){const _0x166208=a16_0x54efb3,_0x7946f1={};_0x7946f1[_0x166208(0x2cc)]=_0x166208(0x1c5),_0x7946f1[_0x166208(0x2ac)]=_0x166208(0x1e2),_0x7946f1[_0x166208(0x2b9)]=_0x166208(0x16c);const _0x46b8d5=_0x7946f1,_0x29c0f6={};return _0x29c0f6[STATE_PASSED]=_0x46b8d5['lxukW'],_0x29c0f6[STATE_PENDING]=_0x46b8d5[_0x166208(0x2ac)],_0x29c0f6[STATE_FAILED]=_0x46b8d5[_0x166208(0x2b9)],_0x29c0f6[_0x358e7a];}[a16_0x54efb3(0x1c4)](_0x17313d){const _0x5106f1=a16_0x54efb3,_0x42c4a1={};_0x42c4a1[_0x5106f1(0x2cd)]=function(_0x1b6cab,_0x52fefd){return _0x1b6cab===_0x52fefd;},_0x42c4a1[_0x5106f1(0x2bc)]=_0x5106f1(0x2ca),_0x42c4a1['UEvJA']=_0x5106f1(0x2e6),_0x42c4a1[_0x5106f1(0x255)]=function(_0x357e56,_0x1eca82){return _0x357e56!==_0x1eca82;},_0x42c4a1[_0x5106f1(0x222)]=function(_0x5ae5f9,_0x4edbf8){return _0x5ae5f9!==_0x4edbf8;},_0x42c4a1[_0x5106f1(0x2dc)]='qRGxT',_0x42c4a1['tCTYT']='HIlhx';const _0x4601f1=_0x42c4a1,_0xfd2dca=[];if(_0x17313d&&_0x17313d['parent']){if(_0x4601f1[_0x5106f1(0x2cd)](_0x4601f1['eexsV'],_0x4601f1['UEvJA']))_0xf498e1=[];else{let _0x24dc1c=_0x17313d[_0x5106f1(0x1a4)];while(_0x24dc1c&&_0x24dc1c[_0x5106f1(0x170)]&&_0x4601f1[_0x5106f1(0x255)](_0x24dc1c[_0x5106f1(0x170)],'')){_0x4601f1[_0x5106f1(0x222)](_0x4601f1[_0x5106f1(0x2dc)],_0x4601f1[_0x5106f1(0x1a1)])?(_0xfd2dca[_0x5106f1(0x18d)](_0x24dc1c['name']),_0x24dc1c=_0x24dc1c[_0x5106f1(0x170)]):(this[_0x5106f1(0x295)][_0x5106f1(0x18d)](_0x1b0f20),_0xfd0a7e['hooks']=this[_0x5106f1(0x2c3)](_0x4d779e),this[_0x5106f1(0x29f)](_0x241948));}}}return _0xfd2dca[_0x5106f1(0x1fd)](),_0xfd2dca;}[a16_0x54efb3(0x275)]=_0x297585=>{const _0x42241f=a16_0x54efb3,_0x1def65={};_0x1def65[_0x42241f(0x27c)]=function(_0x8ba658,_0x55dbf8){return _0x8ba658!==_0x55dbf8;},_0x1def65[_0x42241f(0x166)]=_0x42241f(0x16c),_0x1def65[_0x42241f(0x2da)]=_0x42241f(0x1c5),_0x1def65[_0x42241f(0x1d5)]=_0x42241f(0x2d4),_0x1def65[_0x42241f(0x232)]='hook_run',_0x1def65[_0x42241f(0x195)]=_0x42241f(0x2a7),_0x1def65[_0x42241f(0x2e0)]=function(_0x550db2,_0xbfa67e){return _0x550db2===_0xbfa67e;},_0x1def65[_0x42241f(0x2ea)]=_0x42241f(0x1a3),_0x1def65[_0x42241f(0x1b6)]='fEIFp';const _0x199081=_0x1def65;if(_0x297585[_0x42241f(0x180)]){if(_0x199081[_0x42241f(0x27c)](_0x199081[_0x42241f(0x195)],_0x199081[_0x42241f(0x195)]))_0x199081['OZdLi'](_0x1554ad[_0x42241f(0x1fc)],_0x199081[_0x42241f(0x166)])&&(_0x51f0ba['result']=_0x199081[_0x42241f(0x2da)]);else{const _0x11d9af=stackTrace['parse'][_0x42241f(0x214)](stackTrace,_0x297585[_0x42241f(0x180)]);return _0x11d9af[0x0][_0x42241f(0x1be)]();}}if(_0x297585[_0x42241f(0x1cf)]){if(_0x199081[_0x42241f(0x2e0)](_0x199081[_0x42241f(0x2ea)],_0x199081['nIcty']))_0x2cecd3[_0x199081['WOSrb']]=_0x3436c4[_0x3edc4c[_0x199081[_0x42241f(0x1d5)]]],_0x264387[_0x199081[_0x42241f(0x232)]]=_0x55a04f;else return _0x297585['file'];}return null;};[a16_0x54efb3(0x2d9)]=_0x3e0bc3=>{const _0x175579=a16_0x54efb3,_0x5be85b={};_0x5be85b['UwIGG']=_0x175579(0x1da),_0x5be85b[_0x175579(0x216)]=_0x175579(0x219),_0x5be85b[_0x175579(0x174)]=_0x175579(0x27f),_0x5be85b[_0x175579(0x246)]=_0x175579(0x1fc),_0x5be85b[_0x175579(0x1f9)]=_0x175579(0x235),_0x5be85b[_0x175579(0x168)]='failure',_0x5be85b['cstbK']=_0x175579(0x260),_0x5be85b[_0x175579(0x25f)]=function(_0x20b04,_0x1343f3){return _0x20b04===_0x1343f3;},_0x5be85b[_0x175579(0x293)]='ouBdX',_0x5be85b['TJMGD']=_0x175579(0x238),_0x5be85b[_0x175579(0x1b0)]=function(_0x4c2446,_0x354f02){return _0x4c2446!==_0x354f02;},_0x5be85b[_0x175579(0x171)]=_0x175579(0x1b2),_0x5be85b['BsjUq']=_0x175579(0x16a),_0x5be85b[_0x175579(0x212)]=function(_0x256a3a,_0x4b9b40){return _0x256a3a===_0x4b9b40;},_0x5be85b['YnzmW']=_0x175579(0x184),_0x5be85b[_0x175579(0x24e)]=_0x175579(0x2ae);const _0x3b67ed=_0x5be85b;if(!_0x3e0bc3||!_0x3e0bc3['parent']){if(_0x3b67ed[_0x175579(0x212)](_0x3b67ed['YnzmW'],_0x3b67ed[_0x175579(0x24e)]))_0x33f011[_0x3b67ed[_0x175579(0x2ad)]]=_0x283073[_0x3b67ed[_0x175579(0x216)]];else return;}_0x3e0bc3[_0x175579(0x1a4)][_0x175579(0x1f8)]['forEach'](_0x500a7d=>{const _0x2feb5b=_0x175579,_0x332209={};_0x332209['luJAc']=_0x3b67ed[_0x2feb5b(0x174)],_0x332209[_0x2feb5b(0x204)]=_0x3b67ed[_0x2feb5b(0x246)],_0x332209[_0x2feb5b(0x2c4)]=_0x3b67ed[_0x2feb5b(0x1f9)],_0x332209['fpqet']=_0x3b67ed[_0x2feb5b(0x168)],_0x332209[_0x2feb5b(0x2a3)]=_0x3b67ed[_0x2feb5b(0x1cb)];const _0x4967f0=_0x332209;_0x3b67ed[_0x2feb5b(0x25f)](_0x3b67ed[_0x2feb5b(0x293)],_0x3b67ed['TJMGD'])?(_0x596e67[_0x4967f0['luJAc']][_0x4967f0[_0x2feb5b(0x204)]]=_0x4967f0[_0x2feb5b(0x2c4)],_0x359c75[_0x4967f0['luJAc']][_0x4967f0[_0x2feb5b(0x1dd)]]=null,_0xaf5d08[_0x4967f0[_0x2feb5b(0x16f)]][_0x4967f0[_0x2feb5b(0x2a3)]]=null):!_0x500a7d[_0x2feb5b(0x23d)]&&(_0x3b67ed[_0x2feb5b(0x1b0)](_0x3b67ed[_0x2feb5b(0x171)],_0x3b67ed[_0x2feb5b(0x264)])?_0x500a7d['hookAnalyticsId']=TestDetails[_0x2feb5b(0x209)](process[_0x2feb5b(0x21e)]+_0x2feb5b(0x1a8)):_0x31aeeb[_0x2feb5b(0x23d)]&&_0x3de361[_0x2feb5b(0x18d)](_0x7df5e7[_0x2feb5b(0x23d)]));}),this[_0x175579(0x2d9)](_0x3e0bc3[_0x175579(0x1a4)]);};[a16_0x54efb3(0x29f)]=_0x187b72=>{const _0x47ad63=a16_0x54efb3,_0x4f7f62={'akLFN':function(_0x19d483,_0x2aee8c){return _0x19d483(_0x2aee8c);},'nOzMF':function(_0x5a9c55,_0x57190a){return _0x5a9c55!==_0x57190a;},'unnmL':_0x47ad63(0x1ee),'YSGPi':_0x47ad63(0x2e2),'SWDjd':_0x47ad63(0x2a9),'ELZzu':function(_0x482c04,_0x128c8b){return _0x482c04===_0x128c8b;},'OMKPP':'fUntv','voDXw':_0x47ad63(0x187),'opTFg':_0x47ad63(0x183),'XLVyB':'hQolX'};if(!_0x187b72||!_0x187b72[_0x47ad63(0x1a4)]){if(_0x4f7f62['nOzMF'](_0x4f7f62[_0x47ad63(0x280)],_0x4f7f62['XLVyB']))return;else return;}_0x187b72[_0x47ad63(0x1a4)][_0x47ad63(0x1f8)][_0x47ad63(0x2c5)](_0x156098=>{const _0x10801e=_0x47ad63,_0x58c8b6={'fSkUz':function(_0x20b042,_0x2c18a7){const _0x4f48b7=a16_0x3005;return _0x4f7f62[_0x4f48b7(0x250)](_0x20b042,_0x2c18a7);},'iukiy':function(_0x38f9fe,_0x31fce3){const _0xbd80e5=a16_0x3005;return _0x4f7f62[_0xbd80e5(0x1f4)](_0x38f9fe,_0x31fce3);}};if(_0x4f7f62[_0x10801e(0x1f4)](_0x4f7f62[_0x10801e(0x2a5)],_0x4f7f62[_0x10801e(0x2a5)]))_0x58c8b6[_0x10801e(0x253)](_0x1ce9fb,_0x10801e(0x167)+_0x1b9f3e);else{if([_0x4f7f62[_0x10801e(0x2b0)],_0x4f7f62[_0x10801e(0x249)]][_0x10801e(0x2a1)](_0x156098[_0x10801e(0x22c)])&&_0x156098[_0x10801e(0x23d)]){if(_0x4f7f62[_0x10801e(0x231)](_0x4f7f62[_0x10801e(0x1d2)],_0x4f7f62[_0x10801e(0x1b5)])){let _0x85897e=_0x3517e4[_0x10801e(0x1a4)];while(_0x85897e&&_0x85897e[_0x10801e(0x170)]&&_0x58c8b6[_0x10801e(0x2d7)](_0x85897e['name'],'')){_0x2d5938[_0x10801e(0x18d)](_0x85897e[_0x10801e(0x170)]),_0x85897e=_0x85897e[_0x10801e(0x170)];}}else _0x156098[_0x10801e(0x23d)]=null;}}}),this[_0x47ad63(0x2d9)](_0x187b72[_0x47ad63(0x1a4)]);};[a16_0x54efb3(0x2c3)]=_0x3bf819=>{const _0x5102c4=a16_0x54efb3,_0x2c6ef1={'rNUPe':function(_0x380ccb,_0xb03049){return _0x380ccb(_0xb03049);},'lmMAx':function(_0xe88f17,_0x1cd58c){return _0xe88f17!==_0x1cd58c;},'brqxm':_0x5102c4(0x27e),'nbEIY':_0x5102c4(0x176),'epMyP':_0x5102c4(0x1ca),'mlPnO':function(_0x5ee0be,_0x1cc3ab){return _0x5ee0be===_0x1cc3ab;},'OetDO':_0x5102c4(0x20a)};if(!_0x3bf819||!_0x3bf819[_0x5102c4(0x1a4)]){if(_0x2c6ef1[_0x5102c4(0x2d3)](_0x2c6ef1['OetDO'],_0x2c6ef1['OetDO']))return[];else{if(_0x2045ec[_0x5102c4(0x180)]){const _0xb5c3b5=_0x34ade8[_0x5102c4(0x210)]['call'](_0x5cd726,_0x1b8344['asyncError']);return _0xb5c3b5[0x0]['getFileName']();}if(_0x24677c['file'])return _0x2e746a[_0x5102c4(0x1cf)];return null;}}const _0x2a6211=[];return _0x3bf819[_0x5102c4(0x1a4)][_0x5102c4(0x1f8)][_0x5102c4(0x2c5)](_0x2c8f9d=>{const _0x418469=_0x5102c4,_0x13af95={'JsYzy':function(_0x19b22b,_0x293422){const _0x41432c=a16_0x3005;return _0x2c6ef1[_0x41432c(0x24c)](_0x19b22b,_0x293422);}};_0x2c6ef1[_0x418469(0x1d9)](_0x2c6ef1[_0x418469(0x218)],_0x2c6ef1[_0x418469(0x218)])?_0x13af95[_0x418469(0x1e6)](_0x283d0e,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x232e44+_0x418469(0x228)+_0x3134b3):_0x2c8f9d['hookAnalyticsId']&&(_0x2c6ef1[_0x418469(0x1d9)](_0x2c6ef1[_0x418469(0x26e)],_0x2c6ef1['epMyP'])?_0x2a6211['push'](_0x2c8f9d['hookAnalyticsId']):_0xff47b1[_0x418469(0x18d)](_0x5afe61[_0x418469(0x23d)]));}),[..._0x2a6211,...this['getHooksForTest'](_0x3bf819['parent'])];};},[a16_0x54efb3(0x23e),a16_0x54efb3(0x233),'testStarted',a16_0x54efb3(0x2bb),a16_0x54efb3(0x269),a16_0x54efb3(0x1e1),a16_0x54efb3(0x1d6),a16_0x54efb3(0x1c7),a16_0x54efb3(0x27a),a16_0x54efb3(0x1c4),a16_0x54efb3(0x275),a16_0x54efb3(0x2d9),a16_0x54efb3(0x29f),a16_0x54efb3(0x2c3),a16_0x54efb3(0x291)]);
1
+ const a16_0x492fdb=a16_0x2615;function a16_0x2615(_0x202840,_0x2237a6){const _0x5e4166=a16_0x5e41();return a16_0x2615=function(_0x261593,_0x41d3b1){_0x261593=_0x261593-0xdf;let _0x4cd584=_0x5e4166[_0x261593];return _0x4cd584;},a16_0x2615(_0x202840,_0x2237a6);}(function(_0x19fbe8,_0x2b5623){const _0x332275=a16_0x2615,_0x4d2650=_0x19fbe8();while(!![]){try{const _0xab4f8b=-parseInt(_0x332275(0x12c))/0x1*(-parseInt(_0x332275(0x208))/0x2)+parseInt(_0x332275(0x1f2))/0x3+-parseInt(_0x332275(0x18a))/0x4+-parseInt(_0x332275(0x215))/0x5*(parseInt(_0x332275(0x21a))/0x6)+parseInt(_0x332275(0x23c))/0x7+parseInt(_0x332275(0x1ee))/0x8+parseInt(_0x332275(0xf2))/0x9*(-parseInt(_0x332275(0x10e))/0xa);if(_0xab4f8b===_0x2b5623)break;else _0x4d2650['push'](_0x4d2650['shift']());}catch(_0x2daf5b){_0x4d2650['push'](_0x4d2650['shift']());}}}(a16_0x5e41,0x5a733));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a16_0x492fdb(0x155)),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x492fdb(0x221)),path=require(a16_0x492fdb(0x11c)),fs=require('fs'),TestDetails=require(a16_0x492fdb(0xfd)),{FRAMEWORKS}=require(a16_0x492fdb(0x206)),{o11yClassErrorHandler}=require(a16_0x492fdb(0x202)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x29888f={};a16_0x29888f[a16_0x492fdb(0x140)]='passed',a16_0x29888f[a16_0x492fdb(0x128)]=a16_0x492fdb(0xf3),a16_0x29888f[a16_0x492fdb(0xe1)]='pending';const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x29888f,a16_0x4a1169={};a16_0x4a1169[a16_0x492fdb(0x186)]='BEFORE_ALL',a16_0x4a1169[a16_0x492fdb(0xe4)]='AFTER_ALL',a16_0x4a1169[a16_0x492fdb(0x114)]=a16_0x492fdb(0x14f),a16_0x4a1169[a16_0x492fdb(0x239)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x4a1169;function a16_0x5e41(){const _0x4fa93e=['hook_data','removeAllListeners','dbaft','VupcB','tANrg','UsCYd','pwWJw','4|5|3|6|0|2|1','../../../helpers/test-observability/error-handler','asyncError','appendTestPlatform','dUCho','../../utils/constants','hook_run_uuid','898gXPtCs','BGBHN','dTyRI','registerListeners','yoVtP','HuBNa','hsqqb','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','SOVcF','TestRunStarted',':hookAnalyticsId','bs:addLog:','spJgh','75XPBzZo','sySge','okfQF','iktcv','WoPoJ','11298FNofok','CTZKc','rpAhC','qlOsQ','hpNpy','BoDEz','3|4|2|1|0','stack-trace','NDkQz','wgyzV','QeYrt','.git','test','failed\x20to\x20get\x20root\x20parent\x20file\x20','toISOString','dJMDM','rwlQn','rbxSR','QlUMx','http_response','QKlwH','MSrSi','AZtsL','analyticsResult','MWswC','XBxkr','CLruo','failure_reason','qrWBk','includes','CrWsh','afterEach','WhKCS','prefixTestPath','848491kpxhzy','qkrzF','Rnkmv','Qhblm','PSLIU','_gitConfigured','SIbTO','fwTfC','veMUA','failure_type','getHierarchy','GAAWt','root','current_hook','DOSaa','EalHm','STATE_PENDING','jwXPM','exports','afterAll','orarN','bind','IKelW','fbnBN','kMaBx','oxipD','KyAHw','xzJnP','phxpR','rUHtR','EXYwe','JJFvq','logs','37485IFVNqf','failed','UREFB','tZHak','pTaFf','hook_failure','\x20with\x20error\x20:\x20','uuid','vLugA','Ctqba','zoJjx','./test-details','cwd','mapTestHooks','TLeMe','NhujF','bfiMO','join','mpSfQ','gOxpo','backtrace','kMToW','sendTestRunEvent','MIatS','mMeyK','failure','SRCJk','GZHvC','410jdIbew','jkRND','findGitConfig','statSync','LejxT','tTJCo','beforeEach','testObservability','aOZzB','yNDCI','EXNbY','SGnFp','passed','mbQmO','path','setTestUUID','vcYfp','BhEYM','DdsFg','current_test','NJqoN','MFtrw','bGOLS','VAPsT','hooks','DQIau','STATE_FAILED','getTestEnv','neRZW','result','142zYaFJm','config','cVXtS','NtlQL','QjpgM','apply','qTJaX','ZZWBW','HCPdD','retryOf','uJlzC','MpIPU','VeKwt','type','RUhqA','VBJkZ','TBTuW','duration','eVgTy','NsDAg','STATE_PASSED','lOTMX','imURf','TqorE','forEach','GMvLF','Yetfd','test_run_uuid','jCbbI','slikM','gUaZg','nGvbV','getHooksForTest','DknXo','ZKDCY','BEFORE_EACH','expanded','jqeiD','testStarted','xKWyF','hook_type','../../../helpers/test-observability/sessionHandler',':testAnalyticsId','uploadEventData','now','generic','RodQj','skipped','JlbXn','_testEnv','sKyCg','APqRt','TestRunFinished','name','KLJaL','BSjlH','NtxLx','failure_reason_expanded','JEPhu','_currentRetry','inYND','MqzaJ','XGUoP','markedStatus','lfXwL','CuWzL','parent','exxUS','AjTiQ','InhQw','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','bs:addPlatformDetails:','ncAxg','CBTSessionCreated','swRsc','ZABYw','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','dPdLE','lkoKu','gByXy','BtFLG','GwVJH','VgrDu','sCeDa','OFGSj','Xlmyh','configureGit','\x22\x20hook\x20for\x20\x22','parse','RvpPA','beforeAll','started_at','finished_at','ftLmC','2473208TSzqxS','RDNed','Utkpy','Umdtn','event_type','js-','QjSuA','HookRunFinished','KStlm','zSMYX','sep','oZNkF','vLJhZ','uoDaP','javascript','rAGlK','XZZJP','sicid','call','QUyUq','state','bpYca','mOroB','appendTestItemLog','lwcTC','title','LwUcB','hookAnalyticsId','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','failure_backtrace','xVbAb','eUdpr','hRyMp','bDBAY','isQJY','cPOOe','File\x20path\x20could\x20not\x20be\x20found','IuzKf','CmwqT','file','tZiVW','errorsDetailed','MHbOD','dirname','FzAyy','split','err','avoaj','OlwCx','util','jqLFP','resetTestHooks','lNyXr','SltMd','_testResults','XTxWp','uxeKc','ggOsZ','qTHuJ','upZJo','_paths','VrfAz','QNVKb','sEsFE','push','LXegT','BVaAy','kEMoP','testAnalyticsId','JVxqj','ITtCw','NFGQT','_gitConfigPath','rXQuR','vqual','NqIBk','PWfIA','LqsZo','getRootParentFile','IjGdu','zutFI','LTYgb','ZjMXx','toString','BDqxy','nSIeT','QGgRm','getName','OZXsL','pending','test_run','brHbY','SONjp','Mydgu','getTime','pid','pjCKv','getFileName','GNGWN','getTestUUID','5129624rbdGcu','DmUtU','match','UyNRj','1084863AAvWpK','OlxUX','reverse','UduaO','ePkKY','FtYBE','TkoDE','hCffr'];a16_0x5e41=function(){return _0x4fa93e;};return a16_0x5e41();}module[a16_0x492fdb(0xe3)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x17d059=a16_0x492fdb,_0x491b00={'UJirF':_0x17d059(0x201),'GYFxB':function(_0x4cca30){return _0x4cca30();}},_0x11a6d4=_0x491b00['UJirF']['split']('|');let _0x2df46c=0x0;while(!![]){switch(_0x11a6d4[_0x2df46c++]){case'0':this[_0x17d059(0x1fa)]=[];continue;case'1':this['_gitConfigPath']=null;continue;case'2':this[_0x17d059(0x241)]=![];continue;case'3':this[_0x17d059(0x15d)]=this[_0x17d059(0x129)]();continue;case'4':this[_0x17d059(0x115)]=_0x491b00['GYFxB'](isTestObservabilitySession);continue;case'5':this[_0x17d059(0x1c0)]=[];continue;case'6':this[_0x17d059(0x1c6)]=new PathHelper({'cwd':process['cwd']()},this[_0x17d059(0x15d)]['location_prefix']);continue;}break;}}[a16_0x492fdb(0x129)]=()=>{const _0x255396=a16_0x492fdb,_0x10cbdb={'veMUA':_0x255396(0x159),'VpXKk':function(_0xeacbf3){return _0xeacbf3();}};return{'ci':_0x10cbdb[_0x255396(0x244)],'key':_0x10cbdb['VpXKk'](uuidv4),'version':version,'collector':_0x255396(0x18f)+name};};[a16_0x492fdb(0x20b)](){const _0x232483=a16_0x492fdb;process['removeAllListeners'](_0x232483(0x213)+process['pid']),process['on'](_0x232483(0x213)+process['pid'],this['appendTestItemLog'][_0x232483(0xe6)](this)),process['removeAllListeners'](_0x232483(0x173)+process[_0x232483(0x1e9)]),process['on']('bs:addPlatformDetails:'+process['pid'],this[_0x232483(0x204)]['bind'](this));}[a16_0x492fdb(0x152)]=async _0x226d18=>{const _0x2ec28b=a16_0x492fdb,_0x42d46f={'xVbAb':_0x2ec28b(0x225),'ZABYw':_0x2ec28b(0x12d),'NtxLx':'started_at','mWVzV':_0x2ec28b(0x188),'lfXwL':function(_0x3a5fab,_0x24538b){return _0x3a5fab!==_0x24538b;},'pwWJw':function(_0x406c57,_0x489bd1){return _0x406c57===_0x489bd1;},'XZZJP':_0x2ec28b(0x238),'qlOsQ':function(_0x37bfd0,_0xbf7ca7){return _0x37bfd0>_0xbf7ca7;},'IGLUk':function(_0x2b6aba,_0x3d61f0){return _0x2b6aba===_0x3d61f0;},'Rnkmv':'MZlqm','JVxqj':_0x2ec28b(0x211),'wgyzV':function(_0x575e85,_0x59263d){return _0x575e85!==_0x59263d;},'tTJCo':_0x2ec28b(0x1ea),'oxipD':'IcfpM','nvYWf':function(_0x52b116,_0xbfaa4a){return _0x52b116===_0xbfaa4a;},'QjpgM':_0x2ec28b(0x122),'rXQuR':function(_0xefb009,_0x6d86af){return _0xefb009(_0x6d86af);}};try{if(_0x42d46f[_0x2ec28b(0x200)](_0x42d46f['XZZJP'],_0x42d46f[_0x2ec28b(0x19a)])){const _0x295ef9=this['current_test'];this[_0x2ec28b(0x121)]=_0x226d18,_0x226d18[_0x2ec28b(0x135)]=null,_0x226d18['testAnalyticsId']=TestDetails[_0x2ec28b(0x11d)](process[_0x2ec28b(0x1e9)]+':testAnalyticsId'),_0x226d18['started_at']=new Date()[_0x2ec28b(0x228)]();if(_0x42d46f[_0x2ec28b(0x21d)](_0x226d18[_0x2ec28b(0x167)],0x0)&&_0x295ef9&&_0x42d46f['IGLUk'](_0x295ef9[_0x2ec28b(0x1a3)],_0x226d18[_0x2ec28b(0x1a3)])){if(_0x42d46f[_0x2ec28b(0x16c)](_0x42d46f[_0x2ec28b(0x23e)],_0x42d46f[_0x2ec28b(0x23e)]))return _0x216e02[_0x2ec28b(0x111)](_0x5cbf28[_0x2ec28b(0x103)](_0x399513,_0x42d46f[_0x2ec28b(0x1a8)],_0x42d46f[_0x2ec28b(0x177)])),_0x579125;else _0x226d18[_0x2ec28b(0x135)]=_0x295ef9[_0x2ec28b(0x1ce)],await this[_0x2ec28b(0x108)](_0x226d18,undefined,![],_0x42d46f[_0x2ec28b(0x1cf)]),_0x295ef9[_0x2ec28b(0x19e)]=STATE_FAILED,await this[_0x2ec28b(0x108)](_0x295ef9,undefined,!![]);}else _0x42d46f[_0x2ec28b(0x223)](_0x42d46f[_0x2ec28b(0x113)],_0x42d46f[_0x2ec28b(0xea)])?await this[_0x2ec28b(0x108)](_0x226d18,undefined,![],_0x42d46f[_0x2ec28b(0x1cf)]):_0x2d2a12[_0x42d46f[_0x2ec28b(0x164)]]=_0x226b92[_0x42d46f['mWVzV']];}else _0x4e0877[_0x2ec28b(0x1a5)]=null;}catch(_0x23ee37){if(_0x42d46f['nvYWf'](_0x42d46f[_0x2ec28b(0x130)],_0x42d46f[_0x2ec28b(0x130)]))_0x42d46f[_0x2ec28b(0x1d3)](debug,_0x2ec28b(0x178)+_0x23ee37);else{const _0x5d9dd9=[];if(_0x3cefec&&_0x347da8[_0x2ec28b(0x16e)]){let _0x1bfb6b=_0x5994ad[_0x2ec28b(0x16e)];while(_0x1bfb6b&&_0x1bfb6b['name']&&_0x42d46f['lfXwL'](_0x1bfb6b['name'],'')){_0x5d9dd9[_0x2ec28b(0x1ca)](_0x1bfb6b[_0x2ec28b(0x161)]),_0x1bfb6b=_0x1bfb6b[_0x2ec28b(0x161)];}}return _0x5d9dd9[_0x2ec28b(0x1f4)](),_0x5d9dd9;}}};[a16_0x492fdb(0x1e1)](_0x5b48f3){const _0x58608b=a16_0x492fdb,_0x424a8b={'BtFLG':function(_0x229083,_0x922d52){return _0x229083(_0x922d52);},'PWfIA':function(_0xece9f3,_0x2338fc){return _0xece9f3!==_0x2338fc;},'RknJz':'test','jqeiD':function(_0x5f3225,_0x2cfd16){return _0x5f3225===_0x2cfd16;},'rbxSR':'XjAqb','OZXsL':_0x58608b(0x14e)};if(_0x424a8b[_0x58608b(0x1d6)](_0x5b48f3[_0x58608b(0x139)],_0x424a8b['RknJz'])){if(_0x424a8b[_0x58608b(0x151)](_0x424a8b[_0x58608b(0x22b)],_0x424a8b[_0x58608b(0x1e2)]))_0x424a8b[_0x58608b(0x17c)](_0x1be2cc,_0x58608b(0x20f)+_0x2d7237);else return'\x22'+_0x5b48f3['type']+_0x58608b(0x183)+(_0x5b48f3[_0x58608b(0x16e)]&&_0x5b48f3[_0x58608b(0x16e)][_0x58608b(0x161)])+'\x22';}return _0x5b48f3[_0x58608b(0x161)];}[a16_0x492fdb(0x108)]=async(_0x2721ac,_0x1be9f7=undefined,_0x2f0af2=![],_0x339d1e=a16_0x492fdb(0x160))=>{const _0x179bcf=a16_0x492fdb,_0x145c21={'mMeyK':_0x179bcf(0x1e4),'lOTMX':function(_0x2921aa,_0x391cd5){return _0x2921aa(_0x391cd5);},'Qhblm':function(_0x18a09b,_0x2e817d){return _0x18a09b!==_0x2e817d;},'DWgzB':_0x179bcf(0x114),'rbrRo':_0x179bcf(0x239),'VupcB':_0x179bcf(0x12b),'Kqbze':_0x179bcf(0x15b),'JJFvq':_0x179bcf(0x10b),'ZZWBW':_0x179bcf(0x245),'bpYca':function(_0x47714a,_0x394eec){return _0x47714a!==_0x394eec;},'Ctqba':_0x179bcf(0x226),'QNVKb':_0x179bcf(0x11a),'dPdLE':_0x179bcf(0x1e3),'IKelW':'failed','CuWzL':_0x179bcf(0x159),'ePkKY':function(_0x212317){return _0x212317();},'WDhAV':function(_0x1cd22a,_0x4138ab){return _0x1cd22a===_0x4138ab;},'iKXbp':'XeFhm','dbaft':'OAWiC','OlwCx':_0x179bcf(0x220),'LXegT':'hook_run','UyNRj':_0x179bcf(0x235),'oZNkF':function(_0x3a332e,_0x19a899){return _0x3a332e==_0x19a899;},'upZJo':function(_0x38c3e3,_0x302073){return _0x38c3e3===_0x302073;},'rjBZU':_0x179bcf(0x225),'rwlQn':_0x179bcf(0x12d),'ryGQu':_0x179bcf(0x1ec),'aOZzB':'jVyVe','UdRqF':function(_0x178091,_0x2e5ce3){return _0x178091===_0x2e5ce3;},'NtlQL':_0x179bcf(0x1be),'hpNpy':_0x179bcf(0x1aa),'OlxUX':function(_0x2701cf,_0x299e9a){return _0x2701cf===_0x299e9a;},'znnjK':_0x179bcf(0x1a0),'WoPoJ':_0x179bcf(0x247),'VTgux':_0x179bcf(0xec),'BGBHN':function(_0x2a01a9,_0x2be61d){return _0x2a01a9(_0x2be61d);},'IuzKf':'jest-circus','SRCJk':function(_0x4c7bab,_0x325649){return _0x4c7bab!==_0x325649;},'zFCMV':'JDiLA','BDqxy':'TgTAS','jCbbI':_0x179bcf(0x1bb),'SOVcF':function(_0x59eb6b,_0x2e48de){return _0x59eb6b===_0x2e48de;},'okfQF':_0x179bcf(0x218),'eUdpr':_0x179bcf(0x1ab),'AseDW':function(_0x5e5821,_0xcc09e0){return _0x5e5821!==_0xcc09e0;},'GwVJH':_0x179bcf(0x1e6),'SIbTO':_0x179bcf(0x1b8),'lebYt':'aIOCR','RvpPA':'Lstds','IjGdu':function(_0x4c1d04,_0x4b36ea){return _0x4c1d04!==_0x4b36ea;},'QKlwH':function(_0x1cb4bd,_0x1af357){return _0x1cb4bd!==_0x1af357;},'qTHuJ':_0x179bcf(0x1ae),'tZHak':_0x179bcf(0x198),'RDNed':'TestRunSkipped','ggOsZ':function(_0x5e0f7c,_0xeb6f8b){return _0x5e0f7c>_0xeb6f8b;},'SGnFp':function(_0xe8737d,_0x2c29e5){return _0xe8737d-_0x2c29e5;},'InhQw':function(_0x50d8d5,_0xa0db97){return _0x50d8d5===_0xa0db97;},'HCPdD':_0x179bcf(0x187),'ZjMXx':_0x179bcf(0x1b6),'rJUCx':_0x179bcf(0x13f),'Wjzhd':_0x179bcf(0x188),'KStlm':_0x179bcf(0xdf),'Xlmyh':_0x179bcf(0xed),'sEsFE':_0x179bcf(0x191),'IweAu':_0x179bcf(0x168),'xbyou':_0x179bcf(0xe9),'tZiVW':function(_0x1ed97e,_0x293df1){return _0x1ed97e===_0x293df1;},'sicid':'NEKTp','fbnBN':_0x179bcf(0x18c),'UsCYd':function(_0x146108,_0x5d5490){return _0x146108!==_0x5d5490;},'ncAxg':_0x179bcf(0x1f8),'zoJjx':'RRkRU','FtYBE':_0x179bcf(0x1a7),'xTbEl':_0x179bcf(0x106),'VgrDu':_0x179bcf(0x165),'qzqfZ':_0x179bcf(0x150),'QGgRm':'TestRunFinished','AjTiQ':_0x179bcf(0x205),'EalHm':function(_0x47e7d8,_0x2a80ff){return _0x47e7d8===_0x2a80ff;},'MIatS':_0x179bcf(0x19d),'ftLmC':_0x179bcf(0x154),'NDkQz':function(_0x45065e,_0x10aca8){return _0x45065e!==_0x10aca8;},'WBbcR':_0x179bcf(0x21b),'JEPhu':_0x179bcf(0x17f),'bfiMO':function(_0x23be8f,_0x51ced2){return _0x23be8f===_0x51ced2;},'OXooY':'ssupC','uxeKc':function(_0x133cbe,_0x115d6a){return _0x133cbe===_0x115d6a;},'RhRGe':'BHqeH','qkrzF':_0x179bcf(0xe5),'DujHf':_0x179bcf(0x186),'TLeMe':function(_0x5990d7,_0x22881f){return _0x5990d7!==_0x22881f;},'RodQj':'wbrzk','uoDaP':'MgtFr','nLbFn':function(_0x3576d4,_0x35e535){return _0x3576d4(_0x35e535);}};try{if(_0x145c21[_0x179bcf(0x23f)](_0x145c21['ryGQu'],_0x145c21[_0x179bcf(0x116)])){if(_0x2721ac['fn']&&_0x2721ac['fn'][_0x179bcf(0x1dd)]()['match'](/browserstack internal helper hook/)){if(_0x145c21['UdRqF'](_0x145c21[_0x179bcf(0x12f)],_0x145c21[_0x179bcf(0x21e)]))_0x3dd61f[_0x145c21['mMeyK']]=_0x33779d;else return;}let _0x42f85d;try{_0x145c21[_0x179bcf(0x1f3)](_0x145c21['znnjK'],_0x145c21['znnjK'])?_0x42f85d=this[_0x179bcf(0x1d8)](_0x2721ac):(_0x145c21[_0x179bcf(0x141)](_0x32ec8f,_0x179bcf(0x227)+_0x1ed32d),_0xcc1319=null);}catch(_0x4f35c6){if(_0x145c21[_0x179bcf(0x19f)](_0x145c21[_0x179bcf(0x219)],_0x145c21['VTgux']))_0x145c21['BGBHN'](debug,_0x179bcf(0x227)+_0x4f35c6),_0x42f85d=null;else{const _0xc6b773=_0x3feb33[_0x179bcf(0x1b5)](_0x4f31d2);return this[_0x179bcf(0x110)](_0xc6b773);}}if(_0x42f85d[_0x179bcf(0x237)](_0x145c21[_0x179bcf(0x1af)])){if(_0x145c21[_0x179bcf(0x10c)](_0x145c21['zFCMV'],_0x145c21[_0x179bcf(0x1de)]))return;else{let _0x254988=_0x3eb81d['parent'];while(_0x254988&&_0x254988[_0x179bcf(0x161)]&&_0x145c21[_0x179bcf(0x23f)](_0x254988['name'],'')){_0x25bd1f[_0x179bcf(0x1ca)](_0x254988[_0x179bcf(0x161)]),_0x254988=_0x254988['name'];}}}const _0x3ef7ee=_0x145c21[_0x179bcf(0x209)](require,_0x145c21[_0x179bcf(0x148)]);let _0x474352=[];if(_0x145c21[_0x179bcf(0x23f)](_0x2721ac[_0x179bcf(0x1b3)],undefined))_0x145c21[_0x179bcf(0x210)](_0x145c21[_0x179bcf(0x217)],_0x145c21[_0x179bcf(0x1a9)])?_0x13d89b=this[_0x179bcf(0x1d8)](_0xe09366):_0x474352=[_0x2721ac[_0x179bcf(0x1b3)],_0x145c21[_0x179bcf(0xfb)]];else _0x145c21['SRCJk'](_0x1be9f7,undefined)?_0x145c21['AseDW'](_0x145c21[_0x179bcf(0x17d)],_0x145c21['GwVJH'])?this[_0x179bcf(0xff)](_0x36dc38):_0x474352=[_0x1be9f7,_0x145c21[_0x179bcf(0x242)]]:_0x145c21['SOVcF'](_0x145c21['lebYt'],_0x145c21[_0x179bcf(0x185)])?(this[_0x179bcf(0x1c0)][_0x179bcf(0x1ca)](_0x1f068f),_0x124800[_0x179bcf(0x126)]=this[_0x179bcf(0x14c)](_0x371bd5),this['resetTestHooks'](_0x4acf5d)):_0x474352=[];const _0x15b34b=_0x145c21[_0x179bcf(0x1d9)](_0x2721ac['errorsDetailed'],undefined)?_0x3ef7ee['inspect'](_0x2721ac['errorsDetailed'][0x0]):_0x145c21[_0x179bcf(0x22e)](_0x1be9f7,undefined)?_0x1be9f7[_0x179bcf(0x1dd)]():undefined,_0x1349df=_0x42f85d?this['_paths'][_0x179bcf(0x23b)](this['getRootParentFile'](_0x2721ac)):_0x145c21[_0x179bcf(0x1c4)],_0x506ad0={'framework':FRAMEWORKS['JEST'],'uuid':_0x2721ac[_0x179bcf(0x1ce)]||_0x2721ac['hookAnalyticsId'],'name':this[_0x179bcf(0x1e1)](_0x2721ac),'body':{'lang':_0x145c21[_0x179bcf(0xf5)],'code':_0x2721ac['fn']['toString']()},'scopes':this[_0x179bcf(0x246)](_0x2721ac),'file_name':_0x1349df,'vc_filepath':this['_gitConfigPath']&&_0x42f85d?path['relative'](this[_0x179bcf(0x1d2)],_0x42f85d):null,'location':_0x1349df,'result':_0x145c21['WDhAV'](_0x339d1e,_0x145c21[_0x179bcf(0x18b)])?_0x145c21['Kqbze']:this[_0x179bcf(0x231)](_0x2721ac['errorsDetailed']&&_0x145c21[_0x179bcf(0x1c3)](_0x2721ac[_0x179bcf(0x1b3)]['length'],0x0)?_0x145c21[_0x179bcf(0xe7)]:_0x145c21['QNVKb']),'failure_reason':_0x15b34b,'duration_in_ms':_0x2721ac[_0x179bcf(0x13d)]||(_0x339d1e['match'](/Finished/)||_0x339d1e[_0x179bcf(0x1f0)](/Skipped/)?_0x145c21[_0x179bcf(0x119)](Date[_0x179bcf(0x158)](),new Date(_0x2721ac[_0x179bcf(0x187)])[_0x179bcf(0x1e8)]()):null),'started_at':_0x2721ac[_0x179bcf(0x187)],'finished_at':_0x339d1e['match'](/Finished/)||_0x339d1e['match'](/Skipped/)?new Date()[_0x179bcf(0x228)]():null,'failure':failureData[_0x179bcf(0x131)](null,_0x474352),'failure_type':!_0x15b34b?null:_0x145c21[_0x179bcf(0x209)](getFailureType,_0x15b34b),'retry_of':_0x2721ac[_0x179bcf(0x135)]};if(_0x145c21[_0x179bcf(0x171)](_0x339d1e,_0x145c21[_0x179bcf(0x18b)])&&!_0x506ad0[_0x145c21[_0x179bcf(0x134)]]){if(_0x145c21[_0x179bcf(0x10c)](_0x145c21[_0x179bcf(0x1dc)],_0x145c21['rJUCx']))_0x506ad0[_0x145c21[_0x179bcf(0x134)]]=_0x506ad0[_0x145c21['Wjzhd']];else{const _0x3197a={};_0x3197a['lwcTC']=_0x145c21['DWgzB'],_0x3197a[_0x179bcf(0x12e)]=_0x145c21['rbrRo'];const _0x2e833e=_0x3197a;if(!_0x36244c||!_0x43e578[_0x179bcf(0x16e)])return;_0x23f317[_0x179bcf(0x16e)][_0x179bcf(0x126)][_0x179bcf(0x144)](_0x5384a0=>{const _0x2b7829=_0x179bcf;[_0x2e833e[_0x2b7829(0x1a2)],_0x2e833e[_0x2b7829(0x12e)]][_0x2b7829(0x237)](_0x5384a0[_0x2b7829(0x139)])&&_0x5384a0[_0x2b7829(0x1a5)]&&(_0x5384a0[_0x2b7829(0x1a5)]=null);}),this[_0x179bcf(0xff)](_0x4f9b0b['parent']);}}if(_0x339d1e[_0x179bcf(0x1f0)](/HookRun/)){if(_0x145c21['bpYca'](_0x145c21[_0x179bcf(0x192)],_0x145c21[_0x179bcf(0x181)])){[_0x506ad0['hook_type'],_0x506ad0[_0x179bcf(0x161)]]=[_0x2721ac[_0x179bcf(0x139)],this['getName'](_0x2721ac)];if(_0x145c21['OlxUX'](_0x339d1e,_0x145c21[_0x179bcf(0x1c9)])){if(_0x145c21['InhQw'](_0x145c21['IweAu'],_0x145c21['xbyou']))return this[_0x179bcf(0x1d2)];else{if(_0x145c21[_0x179bcf(0x19f)](_0x506ad0[_0x179bcf(0x12b)],_0x145c21['IKelW'])){if(_0x145c21[_0x179bcf(0x1b2)](_0x145c21[_0x179bcf(0x19b)],_0x145c21[_0x179bcf(0xe8)]))return _0x580141[_0x179bcf(0x1b1)];else _0x506ad0['result']=_0x145c21[_0x179bcf(0x1c8)];}}}}else _0x1f71bd[_0x145c21[_0x179bcf(0x10a)]][_0x145c21['VupcB']]=_0x145c21['Kqbze'],_0x1a91f2[_0x145c21['mMeyK']][_0x145c21[_0x179bcf(0xf0)]]=null,_0x4cc3e9[_0x145c21['mMeyK']][_0x145c21[_0x179bcf(0x133)]]=null;}else _0x339d1e[_0x179bcf(0x1f0)](/TestRun/)&&(_0x145c21[_0x179bcf(0x1ff)](_0x145c21[_0x179bcf(0x174)],_0x145c21[_0x179bcf(0x174)])?_0x43ae93[_0x179bcf(0x207)]=_0xde8d97:this[_0x179bcf(0xff)](_0x2721ac));const _0x2d9695=_0x506ad0[_0x145c21['JJFvq']][0x0];if(_0x2d9695){if(_0x145c21[_0x179bcf(0x171)](_0x145c21[_0x179bcf(0xfc)],_0x145c21[_0x179bcf(0xfc)]))_0x506ad0[_0x145c21[_0x179bcf(0x1f7)]]=_0x2d9695[_0x145c21['xTbEl']],_0x506ad0[_0x145c21[_0x179bcf(0x17e)]]=_0x2d9695[_0x145c21['qzqfZ']];else{if(_0x145c21[_0x179bcf(0x19f)](_0x3696a4[_0x179bcf(0x139)],_0x145c21[_0x179bcf(0xfb)]))return'\x22'+_0x46e7df[_0x179bcf(0x139)]+_0x179bcf(0x183)+(_0x1dc1bd[_0x179bcf(0x16e)]&&_0x3ab404[_0x179bcf(0x16e)][_0x179bcf(0x161)])+'\x22';return _0x567b19[_0x179bcf(0x161)];}}if([_0x145c21['QGgRm'],_0x145c21['RDNed']][_0x179bcf(0x237)](_0x339d1e)){if(_0x145c21[_0x179bcf(0x171)](_0x145c21['AjTiQ'],_0x145c21[_0x179bcf(0x170)]))this[_0x179bcf(0x1c0)][_0x179bcf(0x1ca)](_0x506ad0),_0x506ad0['hooks']=this[_0x179bcf(0x14c)](_0x2721ac),this[_0x179bcf(0x1bd)](_0x2721ac);else{const _0x144ea7=_0x515e2d[_0x179bcf(0x184)][_0x179bcf(0x19c)](_0x54b1d3,_0x4ce281[_0x179bcf(0x203)]);return _0x144ea7[0x0][_0x179bcf(0x1eb)]();}}const _0x2cbf9c={'event_type':_0x145c21[_0x179bcf(0xe0)](_0x339d1e,_0x145c21['RDNed'])?_0x145c21[_0x179bcf(0x1e0)]:_0x339d1e};if(_0x339d1e[_0x179bcf(0x1f0)](/HookRun/)){if(_0x145c21[_0x179bcf(0xe0)](_0x145c21[_0x179bcf(0x109)],_0x145c21['MIatS']))_0x506ad0[_0x145c21[_0x179bcf(0x189)]]=HOOK_TYPES_MAP[_0x506ad0[_0x145c21[_0x179bcf(0x189)]]],_0x2cbf9c[_0x145c21[_0x179bcf(0x1cb)]]=_0x506ad0;else{const _0x33faaa={};return _0x33faaa[_0x5cccc0]=_0x145c21[_0x179bcf(0x1c8)],_0x33faaa[_0x526d8c]=_0x145c21[_0x179bcf(0x179)],_0x33faaa[_0x31b299]=_0x145c21[_0x179bcf(0xe7)],_0x33faaa[_0x20a0ac];}}else{if(_0x145c21[_0x179bcf(0x222)](_0x145c21['WBbcR'],_0x145c21[_0x179bcf(0x166)]))_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]]=_0x506ad0;else{if(!_0x5cf249||!_0x35f1bc[_0x179bcf(0x16e)])return;_0x29d6b4[_0x179bcf(0x16e)]['hooks'][_0x179bcf(0x144)](_0x5c0f8b=>{const _0x4cde0e=_0x179bcf;!_0x5c0f8b[_0x4cde0e(0x1a5)]&&(_0x5c0f8b[_0x4cde0e(0x1a5)]=_0x48ccc9[_0x4cde0e(0x11d)](_0xfff486[_0x4cde0e(0x1e9)]+_0x4cde0e(0x212)));}),this['mapTestHooks'](_0x3ef29b[_0x179bcf(0x16e)]);}}if(_0x145c21['ggOsZ'](this[_0x179bcf(0x1fa)]['length'],0x0)&&[_0x145c21[_0x179bcf(0x1e0)],_0x145c21[_0x179bcf(0x18b)]][_0x179bcf(0x237)](_0x339d1e)){if(_0x145c21[_0x179bcf(0x102)](_0x145c21['OXooY'],_0x145c21['OXooY']))this['hook_data'][_0x179bcf(0x144)](async _0x5ae13c=>{const _0x3ab1b4=_0x179bcf;if(_0x145c21['WDhAV'](_0x145c21['iKXbp'],_0x145c21[_0x3ab1b4(0x1fc)]))return{'ci':_0x145c21[_0x3ab1b4(0x16d)],'key':_0x145c21[_0x3ab1b4(0x1f6)](_0x5240d9),'version':_0x3ea4f0,'collector':_0x3ab1b4(0x18f)+_0x584a91};else{const _0x5202c2=_0x145c21[_0x3ab1b4(0x1ba)][_0x3ab1b4(0x1b7)]('|');let _0x2c52c9=0x0;while(!![]){switch(_0x5202c2[_0x2c52c9++]){case'0':await SessionHandler[_0x3ab1b4(0x157)](_0x5ae13c);continue;case'1':_0x5ae13c[_0x145c21['LXegT']][_0x145c21[_0x3ab1b4(0x1f1)]]=_0x2cbf9c[_0x145c21['mMeyK']][_0x145c21['UyNRj']];continue;case'2':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21['VupcB']]=_0x2cbf9c[_0x145c21['mMeyK']][_0x145c21['VupcB']];continue;case'3':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21[_0x3ab1b4(0xf0)]]=_0x2cbf9c[_0x145c21[_0x3ab1b4(0x10a)]][_0x145c21[_0x3ab1b4(0xf0)]];continue;case'4':_0x5ae13c[_0x145c21[_0x3ab1b4(0x1cb)]][_0x145c21[_0x3ab1b4(0x133)]]=_0x2cbf9c[_0x145c21[_0x3ab1b4(0x10a)]][_0x145c21[_0x3ab1b4(0x133)]];continue;}break;}}}),this[_0x179bcf(0x1fa)]=[];else return'\x22'+_0x3e5bc1[_0x179bcf(0x139)]+_0x179bcf(0x183)+(_0x89056e['parent']&&_0x4a8887[_0x179bcf(0x16e)]['name'])+'\x22';}if(_0x145c21[_0x179bcf(0x102)](this['hook_failure'],_0x2721ac['type'])){if(_0x145c21[_0x179bcf(0x1c2)](_0x145c21['RhRGe'],_0x145c21[_0x179bcf(0x23d)])){const _0x442404=_0x3e9f4b[_0x179bcf(0x194)];if(_0x145c21[_0x179bcf(0x195)](_0x2bb2f5,null)||_0x145c21[_0x179bcf(0x1c5)](_0x2bd107,'')||_0x145c21['WDhAV'](_0x5e9ff3,_0x442404))return null;try{return _0x17c39f[_0x179bcf(0x111)](_0x3a012e['join'](_0x56e3c6,_0x145c21['rjBZU'],_0x145c21[_0x179bcf(0x22a)])),_0x1ac308;}catch(_0x23f0ca){const _0x4356bb=_0x6fce86[_0x179bcf(0x1b5)](_0x305711);return this['findGitConfig'](_0x4356bb);}}else{this[_0x179bcf(0x1fa)][_0x179bcf(0x1ca)](_0x2cbf9c);return;}}_0x145c21[_0x179bcf(0x1f3)](this[_0x179bcf(0xf7)],_0x145c21['DujHf'])&&_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]]&&(_0x145c21[_0x179bcf(0x100)](_0x145c21[_0x179bcf(0x15a)],_0x145c21[_0x179bcf(0x15a)])?_0x146883=[_0x59cb6c[_0x179bcf(0x1b3)],_0x145c21['Ctqba']]:(_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0x1fd)]]=_0x145c21['Kqbze'],_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0xf0)]]=null,_0x2cbf9c[_0x145c21[_0x179bcf(0x10a)]][_0x145c21[_0x179bcf(0x133)]]=null)),await SessionHandler[_0x179bcf(0x157)](_0x2cbf9c);}else return;}catch(_0x3f27f9){if(_0x145c21[_0x179bcf(0xe0)](_0x145c21[_0x179bcf(0x197)],_0x145c21[_0x179bcf(0x197)]))_0x145c21['nLbFn'](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x339d1e+'\x20with\x20error\x20:\x20'+_0x3f27f9);else return;}};[a16_0x492fdb(0x110)](_0x3ddd22){const _0xec50b8=a16_0x492fdb,_0x4fe62e={};_0x4fe62e[_0xec50b8(0x14a)]=_0xec50b8(0x1a7),_0x4fe62e['APqRt']=_0xec50b8(0x106),_0x4fe62e[_0xec50b8(0x13e)]=_0xec50b8(0x165),_0x4fe62e[_0xec50b8(0x169)]=_0xec50b8(0x150),_0x4fe62e[_0xec50b8(0x1ad)]=function(_0x3262d4,_0x5b4fac){return _0x3262d4==_0x5b4fac;},_0x4fe62e[_0xec50b8(0x243)]=function(_0x16edc0,_0x1733c9){return _0x16edc0===_0x1733c9;},_0x4fe62e[_0xec50b8(0x1df)]=function(_0x64bb60,_0x2973ea){return _0x64bb60===_0x2973ea;},_0x4fe62e[_0xec50b8(0x1b0)]=function(_0x1cf361,_0xe6843f){return _0x1cf361!==_0xe6843f;},_0x4fe62e['LlqUw']=_0xec50b8(0x125),_0x4fe62e[_0xec50b8(0x1e5)]=_0xec50b8(0x1d5),_0x4fe62e[_0xec50b8(0x15e)]=function(_0x1005f3,_0x5a66a1){return _0x1005f3!==_0x5a66a1;},_0x4fe62e['VrfAz']=_0xec50b8(0x112),_0x4fe62e['pLcyj']=_0xec50b8(0x225),_0x4fe62e[_0xec50b8(0x136)]=_0xec50b8(0x12d),_0x4fe62e['vLugA']='DyHBl';const _0x22b8e3=_0x4fe62e,_0x3a23a8=path['sep'];if(_0x22b8e3[_0xec50b8(0x1ad)](_0x3ddd22,null)||_0x22b8e3[_0xec50b8(0x243)](_0x3ddd22,'')||_0x22b8e3['nSIeT'](_0x3ddd22,_0x3a23a8)){if(_0x22b8e3[_0xec50b8(0x1b0)](_0x22b8e3['LlqUw'],_0x22b8e3['brHbY']))return null;else{if(!_0x126268||!_0x429c05['parent'])return[];const _0x1a0dcc=[];return _0x5a278b['parent'][_0xec50b8(0x126)]['forEach'](_0x394f20=>{const _0x3c5bb3=_0xec50b8;_0x394f20[_0x3c5bb3(0x1a5)]&&_0x1a0dcc[_0x3c5bb3(0x1ca)](_0x394f20[_0x3c5bb3(0x1a5)]);}),[..._0x1a0dcc,...this[_0xec50b8(0x14c)](_0x4f78ba['parent'])];}}try{if(_0x22b8e3['sKyCg'](_0x22b8e3[_0xec50b8(0x1c7)],_0x22b8e3[_0xec50b8(0x1c7)]))_0x11ca21[_0xec50b8(0x1a5)]=_0xac531c[_0xec50b8(0x11d)](_0x41c355[_0xec50b8(0x1e9)]+_0xec50b8(0x212));else return fs[_0xec50b8(0x111)](path['join'](_0x3ddd22,_0x22b8e3['pLcyj'],_0x22b8e3[_0xec50b8(0x136)])),_0x3ddd22;}catch(_0x164113){if(_0x22b8e3[_0xec50b8(0x1df)](_0x22b8e3[_0xec50b8(0xfa)],_0x22b8e3[_0xec50b8(0xfa)])){const _0x38c6ea=path[_0xec50b8(0x1b5)](_0x3ddd22);return this[_0xec50b8(0x110)](_0x38c6ea);}else _0x4e8a25[_0x22b8e3[_0xec50b8(0x14a)]]=_0x378f95[_0x22b8e3[_0xec50b8(0x15f)]],_0x485aa4[_0x22b8e3[_0xec50b8(0x13e)]]=_0x30507b[_0x22b8e3[_0xec50b8(0x169)]];}}[a16_0x492fdb(0x1a1)]=async _0xaeaad2=>{const _0x31c5e0=a16_0x492fdb,_0x5814d4={'UREFB':'err','BVaAy':function(_0x1e6698,_0x4b1783){return _0x1e6698!==_0x4b1783;},'rbxpc':_0x31c5e0(0x11f),'NFGQT':_0x31c5e0(0x1db),'VBJkZ':function(_0x8bd75e,_0x3811e6){return _0x8bd75e!==_0x3811e6;},'tcAMI':'zgLHm','UduaO':_0x31c5e0(0x11b),'ITtCw':function(_0x5dd7d7,_0x552efc){return _0x5dd7d7===_0x552efc;},'rpAhC':_0x31c5e0(0x17b),'MWswC':_0x31c5e0(0x1d4),'sySge':function(_0x298735,_0x29fdb8){return _0x298735===_0x29fdb8;},'AZtsL':_0x31c5e0(0x1e7),'KyAHw':'LogCreated','PSLIU':_0x31c5e0(0x236),'bGOLS':_0x31c5e0(0x143),'lkoKu':function(_0x1eafcc,_0x1279ab){return _0x1eafcc(_0x1279ab);}},_0x2d69c7=TestDetails[_0x31c5e0(0x1ed)](process[_0x31c5e0(0x1e9)]+_0x31c5e0(0x212)),_0x49d2d0=TestDetails[_0x31c5e0(0x1ed)](process[_0x31c5e0(0x1e9)]+_0x31c5e0(0x156));try{if(_0x5814d4[_0x31c5e0(0x1cc)](_0x5814d4['rbxpc'],_0x5814d4[_0x31c5e0(0x1d1)])){(_0x2d69c7||this[_0x31c5e0(0x249)]&&!this[_0x31c5e0(0x249)][_0x31c5e0(0x16b)])&&(_0x5814d4[_0x31c5e0(0x13b)](_0x5814d4['tcAMI'],_0x5814d4[_0x31c5e0(0x1f5)])?_0xaeaad2[_0x31c5e0(0x207)]=_0x2d69c7:_0x21ab94=[_0x49ed41,_0x5814d4[_0x31c5e0(0xf4)]]);if(!_0xaeaad2[_0x31c5e0(0x207)]&&_0x49d2d0){if(_0x5814d4[_0x31c5e0(0x1d0)](_0x5814d4[_0x31c5e0(0x21c)],_0x5814d4[_0x31c5e0(0x232)]))return null;else _0xaeaad2[_0x31c5e0(0x147)]=_0x49d2d0;}if(_0xaeaad2[_0x31c5e0(0x207)]||_0xaeaad2[_0x31c5e0(0x147)]){if(_0x5814d4[_0x31c5e0(0x216)](_0x5814d4[_0x31c5e0(0x230)],_0x5814d4['AZtsL'])){const _0x50ae0b={};_0x50ae0b[_0x31c5e0(0x18e)]=_0x5814d4[_0x31c5e0(0xeb)],_0x50ae0b[_0x31c5e0(0xf1)]=[_0xaeaad2],await SessionHandler[_0x31c5e0(0x157)](_0x50ae0b);}else _0x34f91a[_0x31c5e0(0x1fb)](_0x31c5e0(0x213)+_0x54a638[_0x31c5e0(0x1e9)]),_0x2f1ee2['on'](_0x31c5e0(0x213)+_0x516b7e[_0x31c5e0(0x1e9)],this[_0x31c5e0(0x1a1)][_0x31c5e0(0xe6)](this)),_0x37f4ea['removeAllListeners'](_0x31c5e0(0x173)+_0x3a1a44[_0x31c5e0(0x1e9)]),_0x3e2527['on'](_0x31c5e0(0x173)+_0x18572a['pid'],this[_0x31c5e0(0x204)]['bind'](this));}}else _0x3ee25c=[];}catch(_0x17c626){if(_0x5814d4[_0x31c5e0(0x216)](_0x5814d4[_0x31c5e0(0x240)],_0x5814d4[_0x31c5e0(0x124)]))return[];else _0x5814d4[_0x31c5e0(0x17a)](debug,_0x31c5e0(0x1a6)+_0x17c626);}};[a16_0x492fdb(0x204)]=async _0x13c1f8=>{const _0x6558ac=a16_0x492fdb,_0x3b51f5={'zutFI':function(_0x411d42,_0x52515f){return _0x411d42(_0x52515f);},'jwXPM':function(_0x571d30,_0x8aac85){return _0x571d30===_0x8aac85;},'yoVtP':'bTDRJ','dTyRI':_0x6558ac(0x22d),'XGUoP':_0x6558ac(0x175),'zSMYX':'lVLiv','vLJhZ':_0x6558ac(0x1bf)};try{if(_0x3b51f5[_0x6558ac(0xe2)](_0x3b51f5[_0x6558ac(0x20c)],_0x3b51f5[_0x6558ac(0x20c)])){const _0x1d43ec={'uuid':_0x13c1f8[_0x6558ac(0xf9)]||TestDetails[_0x6558ac(0x1ed)](process[_0x6558ac(0x1e9)]+_0x6558ac(0x156)),'integrations':_0x13c1f8[_0x3b51f5[_0x6558ac(0x20a)]]},_0x461260={};_0x461260[_0x6558ac(0x18e)]=_0x3b51f5[_0x6558ac(0x16a)],_0x461260['test_run']=_0x1d43ec,await SessionHandler[_0x6558ac(0x157)](_0x461260);}else _0x3b51f5['zutFI'](_0x332ebd,_0x6558ac(0x1a6)+_0x3924dc);}catch(_0x355656){if(_0x3b51f5['jwXPM'](_0x3b51f5[_0x6558ac(0x193)],_0x3b51f5[_0x6558ac(0x196)])){this[_0x6558ac(0x1fa)]['push'](_0x48b97d);return;}else _0x3b51f5[_0x6558ac(0x1da)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x355656);}};async[a16_0x492fdb(0x182)](){const _0x1bc660=a16_0x492fdb,_0x5e5f7d={'DIpFx':_0x1bc660(0x114),'DRqfT':_0x1bc660(0x239),'sVPhv':function(_0xb53a76,_0x54c9a6){return _0xb53a76===_0x54c9a6;},'kMToW':_0x1bc660(0x1fe),'neRZW':function(_0x2f02ed){return _0x2f02ed();},'jkRND':function(_0x525754,_0x14cae4){return _0x525754!==_0x14cae4;},'ONqik':_0x1bc660(0x105),'trhIR':_0x1bc660(0x127)};if(this['_gitConfigured']){if(_0x5e5f7d['sVPhv'](_0x5e5f7d[_0x1bc660(0x107)],_0x5e5f7d[_0x1bc660(0x107)]))return this[_0x1bc660(0x1d2)];else _0x46edd8['push'](_0x346538[_0x1bc660(0x1a5)]);}const _0x540508=await _0x5e5f7d[_0x1bc660(0x12a)](getGitMetaData);_0x540508&&(_0x5e5f7d[_0x1bc660(0x10f)](_0x5e5f7d['ONqik'],_0x5e5f7d['trhIR'])?this['_gitConfigPath']=_0x540508[_0x1bc660(0x248)]:[_0x5e5f7d['DIpFx'],_0x5e5f7d['DRqfT']][_0x1bc660(0x237)](_0x7d2cec['type'])&&_0x35f181[_0x1bc660(0x1a5)]&&(_0x94f8ab['hookAnalyticsId']=null)),this[_0x1bc660(0x241)]=!![];}['analyticsResult'](_0x17dad2){const _0x3bac59=a16_0x492fdb,_0x657546={};_0x657546[_0x3bac59(0x142)]=_0x3bac59(0x11a),_0x657546['QjSuA']='pending',_0x657546[_0x3bac59(0x214)]=_0x3bac59(0xf3);const _0x415530=_0x657546,_0x2905bb={};return _0x2905bb[STATE_PASSED]=_0x415530['imURf'],_0x2905bb[STATE_PENDING]=_0x415530[_0x3bac59(0x190)],_0x2905bb[STATE_FAILED]=_0x415530['spJgh'],_0x2905bb[_0x17dad2];}['getHierarchy'](_0x283634){const _0x590fe2=a16_0x492fdb,_0x513e1e={'Yetfd':function(_0x16e0e0,_0x3e8e58){return _0x16e0e0(_0x3e8e58);},'Uhmkl':function(_0x15789f,_0x1d51bb){return _0x15789f!==_0x1d51bb;},'hsqqb':_0x590fe2(0x137),'nGvbV':'lQarv','QeYrt':function(_0x52cbc3,_0x125c6b){return _0x52cbc3!==_0x125c6b;},'IcdVE':function(_0x4aa224,_0x1def65){return _0x4aa224===_0x1def65;},'xKWyF':_0x590fe2(0x13c)},_0x422fb6=[];if(_0x283634&&_0x283634['parent']){if(_0x513e1e['Uhmkl'](_0x513e1e[_0x590fe2(0x20e)],_0x513e1e[_0x590fe2(0x14b)])){let _0x221ad2=_0x283634['parent'];while(_0x221ad2&&_0x221ad2['name']&&_0x513e1e[_0x590fe2(0x224)](_0x221ad2[_0x590fe2(0x161)],'')){_0x513e1e['IcdVE'](_0x513e1e[_0x590fe2(0x153)],_0x513e1e[_0x590fe2(0x153)])?(_0x422fb6['push'](_0x221ad2['name']),_0x221ad2=_0x221ad2['name']):_0x4cb144['hookAnalyticsId']&&_0xaa194['push'](_0x1c1cc3[_0x590fe2(0x1a5)]);}}else _0x513e1e[_0x590fe2(0x146)](_0x28996f,_0x590fe2(0x172)+_0x2bc1ec+_0x590fe2(0xf8)+_0x20912d);}return _0x422fb6[_0x590fe2(0x1f4)](),_0x422fb6;}['getRootParentFile']=_0x29cd28=>{const _0x1139c0=a16_0x492fdb,_0x1c356f={};_0x1c356f[_0x1139c0(0x234)]=_0x1139c0(0x11a),_0x1c356f[_0x1139c0(0x199)]=function(_0x36f706,_0x7bbf91){return _0x36f706===_0x7bbf91;},_0x1c356f[_0x1139c0(0x1c1)]='TTtxr',_0x1c356f[_0x1139c0(0x117)]=function(_0xd921b,_0x4bd410){return _0xd921b!==_0x4bd410;},_0x1c356f[_0x1139c0(0x145)]='rUEPF',_0x1c356f[_0x1139c0(0x1a4)]=_0x1139c0(0x11e);const _0x368da8=_0x1c356f;if(_0x29cd28[_0x1139c0(0x203)]){if(_0x368da8['rAGlK'](_0x368da8['XTxWp'],_0x368da8[_0x1139c0(0x1c1)])){const _0x2a43fa=stackTrace[_0x1139c0(0x184)]['call'](stackTrace,_0x29cd28[_0x1139c0(0x203)]);return _0x2a43fa[0x0][_0x1139c0(0x1eb)]();}else return;}if(_0x29cd28[_0x1139c0(0x1b1)]){if(_0x368da8[_0x1139c0(0x117)](_0x368da8[_0x1139c0(0x145)],_0x368da8['LwUcB']))return _0x29cd28[_0x1139c0(0x1b1)];else _0xbca802[_0x1139c0(0x12b)]=_0x368da8[_0x1139c0(0x234)];}return null;};[a16_0x492fdb(0xff)]=_0x2aa136=>{const _0xb8fb99=a16_0x492fdb,_0x54a9a1={'DdsFg':'5|0|4|6|3|1|2','FoBmT':function(_0x3c5a66){return _0x3c5a66();},'sCzjX':function(_0x4be9c3,_0x3aa890){return _0x4be9c3!==_0x3aa890;},'OwnTQ':_0xb8fb99(0xf3),'pTaFf':'passed','LqsZo':_0xb8fb99(0x154),'GZHvC':'hook_run','NhujF':'kntkt','rUHtR':_0xb8fb99(0x13a),'XBxkr':function(_0x5d853c,_0x48e4c7){return _0x5d853c!==_0x48e4c7;},'ffCDH':_0xb8fb99(0x1f9),'jLHLy':_0xb8fb99(0x180),'MSrSi':function(_0x3d2bfa,_0x55b680){return _0x3d2bfa===_0x55b680;},'DknXo':_0xb8fb99(0xef)};if(!_0x2aa136||!_0x2aa136[_0xb8fb99(0x16e)]){if(_0x54a9a1[_0xb8fb99(0x22f)](_0x54a9a1[_0xb8fb99(0x14d)],_0x54a9a1[_0xb8fb99(0x14d)]))return;else{const _0x1cae52=_0x54a9a1[_0xb8fb99(0x120)][_0xb8fb99(0x1b7)]('|');let _0x11c9af=0x0;while(!![]){switch(_0x1cae52[_0x11c9af++]){case'0':this[_0xb8fb99(0x1c0)]=[];continue;case'1':this['_gitConfigured']=![];continue;case'2':this['_gitConfigPath']=null;continue;case'3':this[_0xb8fb99(0x1fa)]=[];continue;case'4':this[_0xb8fb99(0x15d)]=this[_0xb8fb99(0x129)]();continue;case'5':this[_0xb8fb99(0x115)]=_0x54a9a1['FoBmT'](_0x3b57bd);continue;case'6':this[_0xb8fb99(0x1c6)]=new _0x5e63f2({'cwd':_0xa2a7b6[_0xb8fb99(0xfe)]()},this[_0xb8fb99(0x15d)]['location_prefix']);continue;}break;}}}_0x2aa136[_0xb8fb99(0x16e)]['hooks'][_0xb8fb99(0x144)](_0x30be6b=>{const _0x22fa25=_0xb8fb99,_0x144b26={};_0x144b26[_0x22fa25(0x176)]=_0x54a9a1[_0x22fa25(0x1d7)],_0x144b26[_0x22fa25(0x22c)]=_0x54a9a1[_0x22fa25(0x10d)];const _0x368b51=_0x144b26;_0x54a9a1['sCzjX'](_0x54a9a1[_0x22fa25(0x101)],_0x54a9a1[_0x22fa25(0xee)])?!_0x30be6b[_0x22fa25(0x1a5)]&&(_0x54a9a1[_0x22fa25(0x233)](_0x54a9a1['ffCDH'],_0x54a9a1['jLHLy'])?_0x30be6b[_0x22fa25(0x1a5)]=TestDetails[_0x22fa25(0x11d)](process[_0x22fa25(0x1e9)]+_0x22fa25(0x212)):_0x54a9a1['sCzjX'](_0x3b8a4f[_0x22fa25(0x12b)],_0x54a9a1['OwnTQ'])&&(_0x12e0c0['result']=_0x54a9a1[_0x22fa25(0xf6)])):(_0x5aa352[_0x368b51[_0x22fa25(0x176)]]=_0x9cc369[_0x3368a6[_0x368b51[_0x22fa25(0x176)]]],_0x57a4cb[_0x368b51[_0x22fa25(0x22c)]]=_0x17a70d);}),this['mapTestHooks'](_0x2aa136[_0xb8fb99(0x16e)]);};[a16_0x492fdb(0x1bd)]=_0x226eba=>{const _0x11b086=a16_0x492fdb,_0x3c03d0={};_0x3c03d0['AHbcQ']=function(_0x536367,_0x124b89){return _0x536367===_0x124b89;},_0x3c03d0[_0x11b086(0x162)]=_0x11b086(0x149),_0x3c03d0[_0x11b086(0x132)]='arNgk',_0x3c03d0['EXNbY']=_0x11b086(0x114),_0x3c03d0[_0x11b086(0x1b4)]=_0x11b086(0x239),_0x3c03d0[_0x11b086(0x21f)]=function(_0x22d764,_0x42bc2e){return _0x22d764===_0x42bc2e;},_0x3c03d0[_0x11b086(0x104)]=_0x11b086(0x1ac),_0x3c03d0['kEMoP']='VAtee',_0x3c03d0[_0x11b086(0x18d)]='EMstj';const _0x49672c=_0x3c03d0;if(!_0x226eba||!_0x226eba[_0x11b086(0x16e)]){if(_0x49672c[_0x11b086(0x21f)](_0x49672c['Umdtn'],_0x49672c[_0x11b086(0x18d)]))return;else this[_0x11b086(0x1d2)]=_0x105794['root'];}_0x226eba[_0x11b086(0x16e)][_0x11b086(0x126)][_0x11b086(0x144)](_0x4d882f=>{const _0x280158=_0x11b086;if(_0x49672c['AHbcQ'](_0x49672c[_0x280158(0x162)],_0x49672c[_0x280158(0x132)])){if(_0x34653c['asyncError']){const _0x373406=_0x151fb9[_0x280158(0x184)][_0x280158(0x19c)](_0x457d21,_0x1f925e['asyncError']);return _0x373406[0x0]['getFileName']();}if(_0x49534b[_0x280158(0x1b1)])return _0x1f52a8['file'];return null;}else{if([_0x49672c[_0x280158(0x118)],_0x49672c[_0x280158(0x1b4)]][_0x280158(0x237)](_0x4d882f[_0x280158(0x139)])&&_0x4d882f[_0x280158(0x1a5)]){if(_0x49672c[_0x280158(0x21f)](_0x49672c['mpSfQ'],_0x49672c[_0x280158(0x1cd)]))return;else _0x4d882f[_0x280158(0x1a5)]=null;}}}),this[_0x11b086(0xff)](_0x226eba[_0x11b086(0x16e)]);};[a16_0x492fdb(0x14c)]=_0x2211df=>{const _0x58b4bb=a16_0x492fdb,_0x54d6b2={};_0x54d6b2[_0x58b4bb(0x20d)]=function(_0x2a67da,_0x556671){return _0x2a67da===_0x556671;},_0x54d6b2[_0x58b4bb(0x1ef)]=_0x58b4bb(0x191),_0x54d6b2['avoaj']=function(_0x131451,_0x11017b){return _0x131451!==_0x11017b;},_0x54d6b2['EZGSD']='failed',_0x54d6b2['iijnc']=_0x58b4bb(0x11a),_0x54d6b2[_0x58b4bb(0x138)]=_0x58b4bb(0x23a),_0x54d6b2[_0x58b4bb(0x229)]=function(_0x1a117f,_0x116061){return _0x1a117f!==_0x116061;},_0x54d6b2[_0x58b4bb(0x123)]=_0x58b4bb(0x1bc),_0x54d6b2[_0x58b4bb(0x16f)]=function(_0x31836a,_0x64bf3e){return _0x31836a!==_0x64bf3e;},_0x54d6b2[_0x58b4bb(0x163)]=_0x58b4bb(0x15c);const _0x5961db=_0x54d6b2;if(!_0x2211df||!_0x2211df[_0x58b4bb(0x16e)]){if(_0x5961db[_0x58b4bb(0x16f)](_0x5961db[_0x58b4bb(0x163)],_0x5961db[_0x58b4bb(0x163)]))[_0x1ff766[_0x58b4bb(0x154)],_0x18dc9c[_0x58b4bb(0x161)]]=[_0x2b9e0f[_0x58b4bb(0x139)],this[_0x58b4bb(0x1e1)](_0x5efa14)],_0x5961db[_0x58b4bb(0x20d)](_0x9dd733,_0x5961db[_0x58b4bb(0x1ef)])&&(_0x5961db[_0x58b4bb(0x1b9)](_0x20e413['result'],_0x5961db['EZGSD'])&&(_0x2d38ce[_0x58b4bb(0x12b)]=_0x5961db['iijnc']));else return[];}const _0x348537=[];return _0x2211df[_0x58b4bb(0x16e)][_0x58b4bb(0x126)][_0x58b4bb(0x144)](_0x84656d=>{const _0x5a7aae=_0x58b4bb;_0x5961db[_0x5a7aae(0x20d)](_0x5961db[_0x5a7aae(0x138)],_0x5961db['VeKwt'])?_0x84656d[_0x5a7aae(0x1a5)]&&(_0x5961db['dJMDM'](_0x5961db[_0x5a7aae(0x123)],_0x5961db[_0x5a7aae(0x123)])?_0x4bf16b['test_run_uuid']=_0x19479f:_0x348537['push'](_0x84656d[_0x5a7aae(0x1a5)])):!_0x4d9a35['hookAnalyticsId']&&(_0x11e603[_0x5a7aae(0x1a5)]=_0x599641[_0x5a7aae(0x11d)](_0x445004[_0x5a7aae(0x1e9)]+_0x5a7aae(0x212)));}),[..._0x348537,...this[_0x58b4bb(0x14c)](_0x2211df[_0x58b4bb(0x16e)])];};},[a16_0x492fdb(0x129),a16_0x492fdb(0x20b),a16_0x492fdb(0x152),'getName','sendTestRunEvent',a16_0x492fdb(0x110),a16_0x492fdb(0x1a1),'appendTestPlatform','analyticsResult','getHierarchy','getRootParentFile',a16_0x492fdb(0xff),a16_0x492fdb(0x1bd),a16_0x492fdb(0x14c),a16_0x492fdb(0x182)]);
@@ -1 +1 @@
1
- const a17_0x1f5934=a17_0x24f7;(function(_0x3aae48,_0x2ed4fb){const _0x41dfa8=a17_0x24f7,_0x28c93c=_0x3aae48();while(!![]){try{const _0x162357=-parseInt(_0x41dfa8(0x1c6))/0x1+parseInt(_0x41dfa8(0x1d9))/0x2*(-parseInt(_0x41dfa8(0x1f8))/0x3)+-parseInt(_0x41dfa8(0x1ce))/0x4*(parseInt(_0x41dfa8(0x1c8))/0x5)+-parseInt(_0x41dfa8(0x1f7))/0x6*(-parseInt(_0x41dfa8(0x1eb))/0x7)+-parseInt(_0x41dfa8(0x1f4))/0x8*(parseInt(_0x41dfa8(0x1de))/0x9)+parseInt(_0x41dfa8(0x1e8))/0xa*(parseInt(_0x41dfa8(0x1da))/0xb)+parseInt(_0x41dfa8(0x1c9))/0xc;if(_0x162357===_0x2ed4fb)break;else _0x28c93c['push'](_0x28c93c['shift']());}catch(_0x5915b5){_0x28c93c['push'](_0x28c93c['shift']());}}}(a17_0x39d2,0x787da));const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a17_0x1f5934(0x1f5)),helper=require('../../../helpers/helper');class TestDetails{static [a17_0x1f5934(0x1e9)]={};static [a17_0x1f5934(0x1d1)]=path['join'](helper['homedir'](),'.browserstack',a17_0x1f5934(0x1e2)+process[a17_0x1f5934(0x1f1)][a17_0x1f5934(0x1f6)]);static[a17_0x1f5934(0x1cf)](){const _0x346240=a17_0x1f5934,_0x1a032d={};_0x1a032d['KOofA']=_0x346240(0x1d5);const _0x5b6ec0=_0x1a032d;this[_0x346240(0x1d1)]=path[_0x346240(0x1f0)](helper['homedir'](),_0x5b6ec0['KOofA'],_0x346240(0x1e2)+process[_0x346240(0x1f1)][_0x346240(0x1f6)]),this[_0x346240(0x1dd)]();const _0x18fc9f={};_0x18fc9f[_0x346240(0x1db)]=!![],fs[_0x346240(0x1d8)](this[_0x346240(0x1d1)],_0x18fc9f);}static[a17_0x1f5934(0x1ca)](_0xb66926){const _0x595f12=a17_0x1f5934,_0xe241a4={};_0xe241a4[_0x595f12(0x1e0)]=function(_0x5b3bd7,_0x4014c4){return _0x5b3bd7+_0x4014c4;},_0xe241a4[_0x595f12(0x1dc)]=_0x595f12(0x1e7);const _0xbae8dc=_0xe241a4;return path['join'](this['dirPath'],_0xbae8dc[_0x595f12(0x1e0)](_0xb66926,_0xbae8dc[_0x595f12(0x1dc)]));}static[a17_0x1f5934(0x1e3)](_0xfac3a6){const _0x345df8=a17_0x1f5934,_0x167073={};_0x167073['oYLPS']=function(_0x345250,_0x36111a){return _0x345250+_0x36111a;},_0x167073[_0x345df8(0x1d0)]=function(_0x59ed3b,_0x361ff1){return _0x59ed3b+_0x361ff1;},_0x167073[_0x345df8(0x1ec)]=function(_0x3c16f7,_0x14db5d){return _0x3c16f7+_0x14db5d;};const _0x2fa385=_0x167073;return _0x2fa385[_0x345df8(0x1cd)](_0x2fa385[_0x345df8(0x1d0)](_0x2fa385[_0x345df8(0x1ec)](_0x2fa385[_0x345df8(0x1d0)](_0xfac3a6[_0x345df8(0x1ea)][_0x345df8(0x1c5)],'-'),_0xfac3a6[_0x345df8(0x1ea)]['id']),'-'),_0xfac3a6['retry']);}static[a17_0x1f5934(0x1e5)](_0x3f49b3){const _0x5f40fd=a17_0x1f5934,_0x53cb68={};_0x53cb68[_0x5f40fd(0x1cb)]=function(_0x10decc,_0x54acf8){return _0x10decc+_0x54acf8;},_0x53cb68['icgcC']=_0x5f40fd(0x1e7),_0x53cb68[_0x5f40fd(0x1cc)]=function(_0x3f978b,_0x51a14c){return _0x3f978b!==_0x51a14c;},_0x53cb68['Bajez']=_0x5f40fd(0x1df),_0x53cb68['Tzexx']=_0x5f40fd(0x1d2);const _0xf119a5=_0x53cb68,_0x344eda=this['getFilePath'](_0x3f49b3);if(fs[_0x5f40fd(0x1d3)](_0x344eda)){if(_0xf119a5[_0x5f40fd(0x1cc)](_0xf119a5[_0x5f40fd(0x1d7)],_0xf119a5['Tzexx'])){const _0x1082c0=JSON[_0x5f40fd(0x1ed)](fs[_0x5f40fd(0x1ef)](_0x344eda)[_0x5f40fd(0x1f2)]());return this[_0x5f40fd(0x1e9)][_0x3f49b3]=_0x1082c0,this[_0x5f40fd(0x1e9)][_0x3f49b3][_0x5f40fd(0x1f5)];}else return _0x7fa967[_0x5f40fd(0x1f0)](this[_0x5f40fd(0x1d1)],_0xf119a5[_0x5f40fd(0x1cb)](_0x1beba6,_0xf119a5[_0x5f40fd(0x1f3)]));}}static[a17_0x1f5934(0x1ee)](_0x7f9f5){const _0x1530c5=a17_0x1f5934,_0x5a3ea2={'KCnEy':function(_0x528fa8){return _0x528fa8();}},_0x199529=this['getFilePath'](_0x7f9f5);return this[_0x1530c5(0x1e9)][_0x7f9f5]={'uuid':_0x5a3ea2[_0x1530c5(0x1e1)](uuidv4)},fs['writeFileSync'](_0x199529,JSON[_0x1530c5(0x1d4)](this[_0x1530c5(0x1e9)][_0x7f9f5])),this[_0x1530c5(0x1e9)][_0x7f9f5][_0x1530c5(0x1f5)];}static[a17_0x1f5934(0x1c7)](_0x536d9c){const _0x813531=a17_0x1f5934,_0xb7e1a0=this[_0x813531(0x1ca)](_0x536d9c);fs[_0x813531(0x1d3)](_0xb7e1a0)&&fs[_0x813531(0x1e6)](_0xb7e1a0);}static[a17_0x1f5934(0x1dd)](){const _0x5e3ab4=a17_0x1f5934,_0x2b7056={};_0x2b7056[_0x5e3ab4(0x1db)]=!![],_0x2b7056['force']=!![],fs[_0x5e3ab4(0x1e4)](this[_0x5e3ab4(0x1d1)],_0x2b7056);}}module[a17_0x1f5934(0x1d6)]=TestDetails;function a17_0x24f7(_0x2e2140,_0x5e280d){const _0x39d2fb=a17_0x39d2();return a17_0x24f7=function(_0x24f73c,_0x3c86b0){_0x24f73c=_0x24f73c-0x1c5;let _0x33adfe=_0x39d2fb[_0x24f73c];return _0x33adfe;},a17_0x24f7(_0x2e2140,_0x5e280d);}function a17_0x39d2(){const _0x118a16=['DxnfL','parse','setTestUUID','readFileSync','join','env','toString','icgcC','7032720aHQTrX','uuid','BS_TESTOPS_BUILD_HASHED_ID','33060HEHtVZ','2361SVdQdP','_projectId','599917BwDkwP','removeTestUUID','5TIBgaU','17435484eFbSNa','getFilePath','guuzc','BoWuZ','oYLPS','608484MpgHTB','setup','hWedE','dirPath','PDYXA','existsSync','stringify','.browserstack','exports','Bajez','mkdirSync','1142OfRzyo','2575166FKJHFu','recursive','ggLmp','shutdown','9YuTHld','jAjdr','BJegQ','KCnEy','jest-o11y-','getTestRunIdFromTestInfo','rmSync','getTestUUID','unlinkSync','.json','30KRyJja','tests','_test','532QLfcuS'];a17_0x39d2=function(){return _0x118a16;};return a17_0x39d2();}
1
+ const a17_0x46bc9e=a17_0x3829;(function(_0x1e6e35,_0x2a9ac8){const _0x453d9e=a17_0x3829,_0xa3508d=_0x1e6e35();while(!![]){try{const _0x3311ef=parseInt(_0x453d9e(0xd8))/0x1*(parseInt(_0x453d9e(0xd0))/0x2)+parseInt(_0x453d9e(0xb4))/0x3*(parseInt(_0x453d9e(0xde))/0x4)+parseInt(_0x453d9e(0xe2))/0x5+-parseInt(_0x453d9e(0xcf))/0x6*(parseInt(_0x453d9e(0xe3))/0x7)+-parseInt(_0x453d9e(0xe0))/0x8+parseInt(_0x453d9e(0xc6))/0x9+-parseInt(_0x453d9e(0xd2))/0xa;if(_0x3311ef===_0x2a9ac8)break;else _0xa3508d['push'](_0xa3508d['shift']());}catch(_0x7d3793){_0xa3508d['push'](_0xa3508d['shift']());}}}(a17_0x2e04,0xef4db));const fs=require('fs'),path=require(a17_0x46bc9e(0xd4)),{v4:uuidv4}=require(a17_0x46bc9e(0xcd)),helper=require('../../../helpers/helper');function a17_0x2e04(){const _0x1dae5c=['_test','path','KVdWR','qvxLH','GfOVx','6201zWGiiV','.json','unlinkSync','BS_TESTOPS_BUILD_HASHED_ID','YkPzP','toString','24AFWcHN','setTestUUID','13033608xnIACt','setup','7743135uddmHJ','2534lYUvsh','retry','rmSync','554997fpnADB','dirPath','removeTestUUID','getTestRunIdFromTestInfo','MZTEc','join','ClJDF','mkdirSync','MiNtV','stringify','.browserstack','jest-o11y-','env','parse','tests','existsSync','rEvwP','getFilePath','15514812slwkqm','force','recursive','cFUkp','writeFileSync','readFileSync','homedir','uuid','RBOFu','3000RmMXfI','2FlHhiB','shutdown','15983020WhLksi'];a17_0x2e04=function(){return _0x1dae5c;};return a17_0x2e04();}class TestDetails{static [a17_0x46bc9e(0xc2)]={};static [a17_0x46bc9e(0xb5)]=path[a17_0x46bc9e(0xb9)](helper[a17_0x46bc9e(0xcc)](),'.browserstack','jest-o11y-'+process[a17_0x46bc9e(0xc0)][a17_0x46bc9e(0xdb)]);static[a17_0x46bc9e(0xe1)](){const _0x46beaa=a17_0x46bc9e,_0xdbb343={};_0xdbb343[_0x46beaa(0xb8)]=_0x46beaa(0xbe);const _0x3c7880=_0xdbb343;this[_0x46beaa(0xb5)]=path[_0x46beaa(0xb9)](helper['homedir'](),_0x3c7880[_0x46beaa(0xb8)],_0x46beaa(0xbf)+process[_0x46beaa(0xc0)]['BS_TESTOPS_BUILD_HASHED_ID']),this['shutdown']();const _0x491c52={};_0x491c52[_0x46beaa(0xc8)]=!![],fs[_0x46beaa(0xbb)](this[_0x46beaa(0xb5)],_0x491c52);}static[a17_0x46bc9e(0xc5)](_0x155f7e){const _0x27d4c0=a17_0x46bc9e,_0x6871ad={};_0x6871ad[_0x27d4c0(0xc9)]=function(_0x21552e,_0x54b815){return _0x21552e+_0x54b815;},_0x6871ad[_0x27d4c0(0xba)]=_0x27d4c0(0xd9);const _0x492839=_0x6871ad;return path[_0x27d4c0(0xb9)](this['dirPath'],_0x492839['cFUkp'](_0x155f7e,_0x492839['ClJDF']));}static[a17_0x46bc9e(0xb7)](_0x3a93be){const _0x3edaec=a17_0x46bc9e,_0x36def0={};_0x36def0[_0x3edaec(0xdc)]=function(_0x3bb9a2,_0x4d042c){return _0x3bb9a2+_0x4d042c;},_0x36def0[_0x3edaec(0xd5)]=function(_0x453a98,_0x30a80c){return _0x453a98+_0x30a80c;},_0x36def0[_0x3edaec(0xc4)]=function(_0x97477,_0x39c0d3){return _0x97477+_0x39c0d3;};const _0x46a0bc=_0x36def0;return _0x46a0bc['YkPzP'](_0x46a0bc['KVdWR'](_0x46a0bc[_0x3edaec(0xd5)](_0x46a0bc[_0x3edaec(0xc4)](_0x3a93be[_0x3edaec(0xd3)]['_projectId'],'-'),_0x3a93be[_0x3edaec(0xd3)]['id']),'-'),_0x3a93be[_0x3edaec(0xe4)]);}static['getTestUUID'](_0x55a1e6){const _0xa72263=a17_0x46bc9e,_0x280c78={};_0x280c78[_0xa72263(0xbc)]=function(_0x3732f1,_0x213757){return _0x3732f1!==_0x213757;},_0x280c78[_0xa72263(0xce)]=_0xa72263(0xd6);const _0xaff31a=_0x280c78,_0x4d549a=this[_0xa72263(0xc5)](_0x55a1e6);if(fs[_0xa72263(0xc3)](_0x4d549a)){if(_0xaff31a[_0xa72263(0xbc)](_0xaff31a[_0xa72263(0xce)],_0xaff31a[_0xa72263(0xce)])){const _0x3bde9a=this[_0xa72263(0xc5)](_0x4073dc);_0x348e9e['existsSync'](_0x3bde9a)&&_0x4873eb[_0xa72263(0xda)](_0x3bde9a);}else{const _0x58d9b9=JSON[_0xa72263(0xc1)](fs[_0xa72263(0xcb)](_0x4d549a)[_0xa72263(0xdd)]());return this[_0xa72263(0xc2)][_0x55a1e6]=_0x58d9b9,this[_0xa72263(0xc2)][_0x55a1e6][_0xa72263(0xcd)];}}}static[a17_0x46bc9e(0xdf)](_0x164dc7){const _0x175df6=a17_0x46bc9e,_0x401083={'GfOVx':function(_0x44b2ca){return _0x44b2ca();}},_0x386cdd=this[_0x175df6(0xc5)](_0x164dc7);return this['tests'][_0x164dc7]={'uuid':_0x401083[_0x175df6(0xd7)](uuidv4)},fs[_0x175df6(0xca)](_0x386cdd,JSON[_0x175df6(0xbd)](this['tests'][_0x164dc7])),this['tests'][_0x164dc7][_0x175df6(0xcd)];}static[a17_0x46bc9e(0xb6)](_0x1b79d6){const _0x406ddd=a17_0x46bc9e,_0x1858cf=this[_0x406ddd(0xc5)](_0x1b79d6);fs[_0x406ddd(0xc3)](_0x1858cf)&&fs[_0x406ddd(0xda)](_0x1858cf);}static[a17_0x46bc9e(0xd1)](){const _0xecda9b=a17_0x46bc9e,_0x3389bd={};_0x3389bd[_0xecda9b(0xc8)]=!![],_0x3389bd[_0xecda9b(0xc7)]=!![],fs[_0xecda9b(0xe5)](this[_0xecda9b(0xb5)],_0x3389bd);}}function a17_0x3829(_0x3e5dc3,_0x5f4aef){const _0x2e049d=a17_0x2e04();return a17_0x3829=function(_0x382987,_0x2a28cd){_0x382987=_0x382987-0xb4;let _0x3be035=_0x2e049d[_0x382987];return _0x3be035;},a17_0x3829(_0x3e5dc3,_0x5f4aef);}module['exports']=TestDetails;
@@ -1 +1 @@
1
- const a18_0x450eea=a18_0x243f;(function(_0x5389b4,_0x4b985d){const _0xac3773=a18_0x243f,_0x52b5fc=_0x5389b4();while(!![]){try{const _0x336784=-parseInt(_0xac3773(0xdc))/0x1+-parseInt(_0xac3773(0xda))/0x2+-parseInt(_0xac3773(0xd5))/0x3*(-parseInt(_0xac3773(0xdf))/0x4)+parseInt(_0xac3773(0xd7))/0x5+-parseInt(_0xac3773(0xd9))/0x6*(parseInt(_0xac3773(0xdb))/0x7)+parseInt(_0xac3773(0xd8))/0x8+parseInt(_0xac3773(0xe0))/0x9;if(_0x336784===_0x4b985d)break;else _0x52b5fc['push'](_0x52b5fc['shift']());}catch(_0x8f49bd){_0x52b5fc['push'](_0x52b5fc['shift']());}}}(a18_0x15ae,0x50bdf));const {requireModule}=require(a18_0x450eea(0xde));require(a18_0x450eea(0xe1))();const __wd__=requireModule(a18_0x450eea(0xd6));__wd__[a18_0x450eea(0xdd)]=global['__webdriver'][a18_0x450eea(0xdd)],__wd__['By']=global['__webdriver']['By'],__wd__['Builder']=global[a18_0x450eea(0xd4)]['Builder'];function a18_0x243f(_0x2fee25,_0x42bdd0){const _0x15ae16=a18_0x15ae();return a18_0x243f=function(_0x243fc0,_0x250b4c){_0x243fc0=_0x243fc0-0xd4;let _0x13958e=_0x15ae16[_0x243fc0];return _0x13958e;},a18_0x243f(_0x2fee25,_0x42bdd0);}function a18_0x15ae(){const _0x4e4e8f=['1314400BTjIzT','505296yJEigT','2466dbTuzp','1017848emHnxj','6580XctPXZ','352337PNMNSh','until','../../helpers/helper','166664QAbcTO','9020538SjdaGM','../../helpers/setKeepAlive','__webdriver','18yDbgUR','selenium-webdriver'];a18_0x15ae=function(){return _0x4e4e8f;};return a18_0x15ae();}
1
+ const a18_0x5c1630=a18_0x1660;(function(_0x474178,_0x248d79){const _0x457b9a=a18_0x1660,_0x3f4caf=_0x474178();while(!![]){try{const _0x188b87=parseInt(_0x457b9a(0x1b0))/0x1*(-parseInt(_0x457b9a(0x1af))/0x2)+-parseInt(_0x457b9a(0x1ae))/0x3+-parseInt(_0x457b9a(0x1a2))/0x4+-parseInt(_0x457b9a(0x1ab))/0x5+parseInt(_0x457b9a(0x1a6))/0x6+-parseInt(_0x457b9a(0x1a5))/0x7+parseInt(_0x457b9a(0x1a9))/0x8*(parseInt(_0x457b9a(0x1ac))/0x9);if(_0x188b87===_0x248d79)break;else _0x3f4caf['push'](_0x3f4caf['shift']());}catch(_0x22e61c){_0x3f4caf['push'](_0x3f4caf['shift']());}}}(a18_0x1ae8,0x936f5));const {requireModule}=require(a18_0x5c1630(0x1a4));function a18_0x1ae8(){const _0x1e5147=['5562000AOkRTA','__webdriver','Builder','696dJDtMl','until','4261780WFFqVX','189459FLnMNz','selenium-webdriver','893541wgwWlw','64emYaza','21213XdraFw','300252bVbGur','../../helpers/setKeepAlive','../../helpers/helper','1753234tJZDGt'];a18_0x1ae8=function(){return _0x1e5147;};return a18_0x1ae8();}function a18_0x1660(_0xd556cb,_0x16ddfa){const _0x1ae8ce=a18_0x1ae8();return a18_0x1660=function(_0x1660f0,_0x26a2e4){_0x1660f0=_0x1660f0-0x1a2;let _0xfee1a7=_0x1ae8ce[_0x1660f0];return _0xfee1a7;},a18_0x1660(_0xd556cb,_0x16ddfa);}require(a18_0x5c1630(0x1a3))();const __wd__=requireModule(a18_0x5c1630(0x1ad));__wd__[a18_0x5c1630(0x1aa)]=global[a18_0x5c1630(0x1a7)][a18_0x5c1630(0x1aa)],__wd__['By']=global[a18_0x5c1630(0x1a7)]['By'],__wd__['Builder']=global[a18_0x5c1630(0x1a7)][a18_0x5c1630(0x1a8)];