browserstack-node-sdk 1.31.3 → 1.31.4

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 (104) 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/reporter/pwUtils.js +1 -1
  65. package/src/bin/playwright/reporter/reporter.js +1 -1
  66. package/src/bin/playwright/reporter/test-details.js +1 -1
  67. package/src/bin/runner.js +1 -1
  68. package/src/bin/setup.js +1 -1
  69. package/src/bin/test-runner/index.js +1 -1
  70. package/src/bin/test-runner/runTest.js +1 -1
  71. package/src/bin/test-runner/testWorker.js +1 -1
  72. package/src/bin/utils/constants.js +1 -1
  73. package/src/bin/utils/log4jsAppender.js +1 -1
  74. package/src/bin/utils/logPatcher.js +1 -1
  75. package/src/bin/utils/logReportingAPI.js +1 -1
  76. package/src/bin/vanilla-js/command.js +1 -1
  77. package/src/browserstackSDKMethods.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -1
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a13_0x4ecd1c=a13_0x1d24;(function(_0x43eb94,_0x1b4f09){const _0x5c3415=a13_0x1d24,_0x1de233=_0x43eb94();while(!![]){try{const _0x34ef04=parseInt(_0x5c3415(0x1d9))/0x1+-parseInt(_0x5c3415(0x188))/0x2*(-parseInt(_0x5c3415(0x1e8))/0x3)+parseInt(_0x5c3415(0x120))/0x4*(-parseInt(_0x5c3415(0x1bc))/0x5)+parseInt(_0x5c3415(0x17b))/0x6*(-parseInt(_0x5c3415(0x141))/0x7)+parseInt(_0x5c3415(0x195))/0x8+parseInt(_0x5c3415(0x12b))/0x9+-parseInt(_0x5c3415(0x170))/0xa*(-parseInt(_0x5c3415(0x19a))/0xb);if(_0x34ef04===_0x1b4f09)break;else _0x1de233['push'](_0x1de233['shift']());}catch(_0x70bc4d){_0x1de233['push'](_0x1de233['shift']());}}}(a13_0x1e09,0x9b63b));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x4ecd1c(0x1c0)),{isBrowserstackInfra}=require(a13_0x4ecd1c(0x13c));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x4ecd1c(0x17d)),{percyAutoCapture}=require(a13_0x4ecd1c(0x1ab)),logger=require(a13_0x4ecd1c(0x148))[a13_0x4ecd1c(0x1ad)],TestDetails=require(a13_0x4ecd1c(0x181));function stripUnicode(_0x4f96e7){const _0x47f433=a13_0x4ecd1c;return _0x4f96e7['replace'](/\\u001b\[.*?m/g,'')[_0x47f433(0x11c)](0x1,-0x1);}async function setContext(){const _0x1f44ac=a13_0x4ecd1c,_0x7a7442={'dVhlm':function(_0x521eb5,_0x317af7){return _0x521eb5(_0x317af7);},'QoRVB':function(_0x4c3355,_0x2d02c8){return _0x4c3355<=_0x2d02c8;},'obvvN':function(_0x9d978c,_0x4fe356){return _0x9d978c(_0x4fe356);},'dFVzG':function(_0x502b2f){return _0x502b2f();},'FgtjX':function(_0x57c4f6,_0x1ada48){return _0x57c4f6>_0x1ada48;},'SXJnK':function(_0x2ab246,_0x26af6){return _0x2ab246>_0x26af6;},'zEXfq':function(_0x55e2c8,_0x54f2ec){return _0x55e2c8(_0x54f2ec);},'AhQez':function(_0x1646ae,_0x333386){return _0x1646ae<=_0x333386;},'XgHhj':function(_0x1dda0b,_0x1c3554,_0x2286ac){return _0x1dda0b(_0x1c3554,_0x2286ac);},'uFchl':function(_0x3fac42){return _0x3fac42();},'BGoMI':function(_0x278d43,_0xcc2485){return _0x278d43===_0xcc2485;},'KcIZp':_0x1f44ac(0x168),'OEnPZ':_0x1f44ac(0x17a),'NgKqG':function(_0x322051,_0x1896db){return _0x322051!==_0x1896db;},'OXPba':_0x1f44ac(0x196),'dyzcf':_0x1f44ac(0x11a),'rvWOq':function(_0x42d36f,_0x460bec){return _0x42d36f!==_0x460bec;},'veibR':_0x1f44ac(0x118),'umaky':_0x1f44ac(0x1d4),'ThwsL':function(_0xf35b03,_0x4f47c6){return _0xf35b03>_0x4f47c6;},'AVUCU':_0x1f44ac(0x124),'DzuCa':_0x1f44ac(0x137),'Vyslk':function(_0x961110,_0x3710e7){return _0x961110===_0x3710e7;},'PpPkg':_0x1f44ac(0x12d),'RXEcm':function(_0x15f0f7,_0x52b9ad){return _0x15f0f7>_0x52b9ad;},'adGaY':function(_0x46ff31,_0x37cbd7){return _0x46ff31===_0x37cbd7;},'hbYQe':_0x1f44ac(0x1b0),'botVu':function(_0x3a02a3,_0x2ee5f3){return _0x3a02a3!==_0x2ee5f3;},'fATjD':_0x1f44ac(0x1b2),'fgAGy':function(_0x2f6d93,_0x192d67){return _0x2f6d93(_0x192d67);},'vtomd':function(_0x764e44,_0x3d190e){return _0x764e44!==_0x3d190e;},'Rhsva':'enQHC','XFggr':_0x1f44ac(0x17f),'kTCwt':_0x1f44ac(0x1a1),'binOL':_0x1f44ac(0x11b)};if(!_0x7a7442[_0x1f44ac(0x16d)](isBrowserstackInfra)){if(_0x7a7442['BGoMI'](_0x7a7442[_0x1f44ac(0x182)],_0x7a7442['OEnPZ']))_0x355e84=!![],_0x2673bb=_0x7a7442[_0x1f44ac(0x16a)](_0x2d0880,_0x349e8e[_0x1f44ac(0x186)](_0x4aabb4['currentTest'][_0x1f44ac(0x192)][0x0]['message']));else return;}if(!sessionNameProvided){if(_0x7a7442[_0x1f44ac(0x1df)](_0x7a7442['OXPba'],_0x7a7442['dyzcf'])){const _0x3500d2=expect['getState']()[_0x1f44ac(0x19c)];await __drivers[0x0][_0x1f44ac(0x117)](_0x1f44ac(0x18d)+_0x3500d2+'\x22}}');}else _0x7a7442['QoRVB'](_0x1d2fa2['getInstance']()[_0x1f44ac(0x173)],0x0)&&(_0x7a7442['obvvN'](_0x46cf79,_0x1353b5),_0x7a7442[_0x1f44ac(0x1a2)](_0x992e8e));}let _0x243350=null,_0x5ca47f=![];if(_0x7a7442[_0x1f44ac(0x1a4)](typeof jasmine,_0x7a7442[_0x1f44ac(0x155)])){if(_0x7a7442['BGoMI'](_0x7a7442['umaky'],_0x7a7442['umaky'])){if(jasmine['currentTest']['failedExpectations']&&_0x7a7442[_0x1f44ac(0x140)](jasmine[_0x1f44ac(0x165)]['failedExpectations'][_0x1f44ac(0x1c2)],0x0))_0x7a7442[_0x1f44ac(0x190)](_0x7a7442[_0x1f44ac(0x12e)],_0x7a7442[_0x1f44ac(0x12e)])?(_0x5ca47f=!![],_0x243350=_0x7a7442[_0x1f44ac(0x1a6)](stripUnicode,JSON[_0x1f44ac(0x186)](jasmine[_0x1f44ac(0x165)][_0x1f44ac(0x192)][0x0][_0x1f44ac(0x156)]))):_0xd713a7=new _0x522dc4(_0xa35898);else{if(_0x7a7442['BGoMI'](_0x7a7442['DzuCa'],_0x7a7442[_0x1f44ac(0x178)]))_0x243350=_0x7a7442['obvvN'](stripUnicode,JSON['stringify'](jasmine[_0x1f44ac(0x165)]['description']));else{const _0x585077={};_0x585077[_0x1f44ac(0x163)]=_0x55e784=>{const _0x58f714=_0x1f44ac;_0x54076d[_0x58f714(0x165)]=_0x55e784;},_0x5c2366['getEnv']()['addReporter'](_0x585077);}}}else _0x1c4153[_0x1f44ac(0x133)](_0x1f44ac(0x16e)+this[_0x1f44ac(0x165)][_0x1f44ac(0x12f)]()+_0x1f44ac(0x1bd),_0x59b093);}else _0x7a7442[_0x1f44ac(0x1de)](_0x7a7442[_0x1f44ac(0x1dd)],_0x7a7442[_0x1f44ac(0x1dd)])?testContext[_0x1f44ac(0x19f)]&&_0x7a7442[_0x1f44ac(0x187)](testContext[_0x1f44ac(0x19f)][_0x1f44ac(0x1c2)],0x0)?_0x7a7442[_0x1f44ac(0x157)](_0x7a7442[_0x1f44ac(0x1d8)],_0x7a7442[_0x1f44ac(0x1d8)])?(_0x5ca47f=!![],_0x243350=_0x7a7442[_0x1f44ac(0x185)](stripUnicode,JSON[_0x1f44ac(0x186)](testContext[_0x1f44ac(0x19f)][0x0][0x0][_0x1f44ac(0x156)]||testContext['errors'][0x0][0x0]))):_0x5e3873[_0x1f44ac(0x165)]=_0x4ac169:_0x7a7442[_0x1f44ac(0x1b9)](_0x7a7442[_0x1f44ac(0x14d)],_0x7a7442[_0x1f44ac(0x14d)])?_0x16c46c['errors']&&_0x7a7442['FgtjX'](_0x30b673[_0x1f44ac(0x19f)][_0x1f44ac(0x1c2)],0x0)?(_0x50b312=!![],_0x44c3ac=_0x7a7442[_0x1f44ac(0x1a6)](_0x3b7b1c,_0x2500d9['stringify'](_0x50c00f['errors'][0x0][0x0][_0x1f44ac(0x156)]||_0x2588f5[_0x1f44ac(0x19f)][0x0][0x0]))):_0x9e79fe=_0x7a7442[_0x1f44ac(0x16a)](_0x5ccd9f,_0x587c78['stringify'](_0x57fc03['name'])):_0x243350=_0x7a7442[_0x1f44ac(0x175)](stripUnicode,JSON[_0x1f44ac(0x186)](testContext[_0x1f44ac(0x1d3)])):_0xb25297[_0x1f44ac(0x165)][_0x1f44ac(0x192)]&&_0x7a7442[_0x1f44ac(0x1c6)](_0x2a1302[_0x1f44ac(0x165)][_0x1f44ac(0x192)][_0x1f44ac(0x1c2)],0x0)?(_0x4ab1cd=!![],_0xf5c6da=_0x7a7442[_0x1f44ac(0x185)](_0x52f2b9,_0x18c18e[_0x1f44ac(0x186)](_0x1ee642['currentTest'][_0x1f44ac(0x192)][0x0][_0x1f44ac(0x156)]))):_0x1ae7de=_0x7a7442[_0x1f44ac(0x1a6)](_0x1c3582,_0x3a6946['stringify'](_0xe1d153[_0x1f44ac(0x165)][_0x1f44ac(0x19e)]));if(_0x5ca47f)_0x7a7442[_0x1f44ac(0x151)](_0x7a7442[_0x1f44ac(0x1a8)],_0x7a7442[_0x1f44ac(0x16f)])?(__error_messages__[_0x1f44ac(0x16c)](_0x243350),await __drivers[0x0][_0x1f44ac(0x117)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x243350+_0x1f44ac(0x11f))):(_0x32fdba[_0x1f44ac(0x194)](_0x13380a)&&_0x3fa0da[0x0]&&(_0x247085[0x0]['browserstackSessionName']=_0x336db1),_0x43a441['browserstackSessionName']=_0x58c117);else{if(_0x7a7442['botVu'](_0x7a7442['kTCwt'],_0x7a7442[_0x1f44ac(0x116)]))await __drivers[0x0]['executeScript'](_0x1f44ac(0x171)+_0x243350+'\x22,\x22level\x22:\x20\x22info\x22}}');else{const _0x1ac5f6=_0x7a7442[_0x1f44ac(0x1a9)](_0x3aacd,async()=>{const _0x259a12=_0x1f44ac;_0x7a7442[_0x259a12(0x179)](_0x1942f9['getInstance']()[_0x259a12(0x173)],0x0)&&(_0x7a7442['dVhlm'](_0x48206d,_0x1ac5f6),_0x7a7442[_0x259a12(0x1a2)](_0x36e1eb));},0x3e8);}}}function a13_0x1e09(){const _0x3fd9b2=['OaiNL','currentTest','TSRZr','orOcm','sqXYC','mmxbe','dVhlm','EPsoz','push','uFchl','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','XFggr','10QEpkBv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','MgiDA','pendingUploads','DVEyU','fgAGy','sAhVn','UoShu','DzuCa','AhQez','ZjUTG','80466QASvTU','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/accessibility-automation/helper','pid','CxJXa','dARsK','./test-observability/test-details','KcIZp','wfbVi','getInstance','zEXfq','stringify','RXEcm','549688CJuMzo','HAiEy','shift','hoBfq','iCqTp','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','shoSv','IVcUI','BGoMI','mIiUB','failedExpectations','poHbM','isArray','273456DMQhTp','PraWX','ocWbi','ctmtI','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','7229629rTNYkK','acKjT','currentTestName','executeAsyncScript','description','errors','nmcwz','JvPxU','dFVzG','hbDPy','rvWOq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','obvvN','browserstackSessionName','Rhsva','XgHhj','addReporter','../../helpers/percy/utils','rLJzN','winstonLogger','getTestUUID','IEgpN','HQXXy','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','rtQrv','isAccessibilityPlatform','session_','emXtT','AGVyu','UUChJ','wQGDd','botVu','\x20|\x20','__drivers','1051115zOOnYS','.\x20Error\x20:','CikFR','EBOLu','../../helpers/test-observability/utils','YjldQ','length','znNkg','ULYsc','TIAak','SXJnK','wJVBY','iNJNP','debug','ObservabilitySync:','ffCQF','UFqaq','capabilities','tFVRq','HWIvG','wwSHl','setTimeout','aMtRZ','name','gjazD','xQtuI','AboOh','OxgiT','hbYQe','416743UdxAxS','ihXXr','VkgMx','protocol','PpPkg','Vyslk','NgKqG','yhwam','pzZgg','http:','CDfTA','pybSz','initQuit','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','3SHLdEl','binOL','executeScript','undefined','IOeXT','YkSiW','CwEbD','slice',',\x22level\x22:\x20\x22','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','\x22,\x22level\x22:\x20\x22error\x22}}','8zdmOfB','JRHdk','removeAllListeners','rYvDx','onkqY','app','iGEfs','eXBxZ','WugMU','env','vDops','686187mkhpok','replace','clKHp','AVUCU','titlePath',':testAnalyticsId','vBdNK','FzIGN','error','MEnot','KtRyj','VDGwP','mplmd','log','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','nAupR','lEuss','../../helpers/helper','Oseoi','hDpOh','quitCount_','ThwsL','210bhJdhg','JEuFJ','JHsmz','oexAb','getState','DeiQY','JyGzK','../../helpers/logger','BS_A11Y_TEST_RUN_ID','psRCb','uKnCb','GdmBV','fATjD','percyCaptureMode','info','AxkJy','vtomd','KlBck','ieQGC','iqJKH','veibR','message','adGaY','RtdWL','kDpXN','Failed\x20to\x20store\x20session\x20name:\x20','ZUkhU','PJgnT','TfVHY','KwHAA','zpyvf','YmqKj','getCurrentUrl','xTZYe','specStarted'];a13_0x1e09=function(){return _0x3fd9b2;};return a13_0x1e09();}const executeAnnotate=async(_0x11c3fa,_0xacd911)=>{const _0x1a403d=a13_0x4ecd1c;await global[_0x1a403d(0x1bb)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x11c3fa+_0x1a403d(0x11d)+_0xacd911+'\x22}}');};function a13_0x1d24(_0x4b8067,_0x3d2239){const _0x1e0932=a13_0x1e09();return a13_0x1d24=function(_0x1d2463,_0x53ce65){_0x1d2463=_0x1d2463-0x116;let _0x10f1f1=_0x1e0932[_0x1d2463];return _0x10f1f1;},a13_0x1d24(_0x4b8067,_0x3d2239);}async function driverCleanup(){const _0x23f0d3=a13_0x4ecd1c,_0x4ff41a={'ZUkhU':function(_0x316b25,_0x1ff185){return _0x316b25(_0x1ff185);},'HAiEy':function(_0x306559){return _0x306559();},'MgiDA':function(_0x41f21e,_0x11d1b3){return _0x41f21e(_0x11d1b3);},'TIAak':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','lEuss':function(_0x5a8736,_0x3e0ee5){return _0x5a8736(_0x3e0ee5);},'hoBfq':function(_0x5ca202){return _0x5ca202();},'MEnot':function(_0x4c129f,_0x5b4546){return _0x4c129f===_0x5b4546;},'YmqKj':_0x23f0d3(0x153),'oexAb':_0x23f0d3(0x1e0),'iNJNP':function(_0x56b071,_0x262b07){return _0x56b071>_0x262b07;},'UoShu':function(_0x54cf84,_0x5e9e9a){return _0x54cf84===_0x5e9e9a;},'emXtT':_0x23f0d3(0x13a),'AxkJy':_0x23f0d3(0x152),'mIiUB':_0x23f0d3(0x1ba),'xQtuI':function(_0x235678,_0x3b4a20){return _0x235678===_0x3b4a20;},'aMtRZ':'GoGHm','TfVHY':_0x23f0d3(0x1ac),'OQbSJ':'browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','xTZYe':_0x23f0d3(0x1be),'znNkg':_0x23f0d3(0x1a3),'AGVyu':_0x23f0d3(0x123),'KwHAA':_0x23f0d3(0x128),'vDops':function(_0x576cd7,_0x2ce048){return _0x576cd7===_0x2ce048;},'GdmBV':_0x23f0d3(0x132),'Oseoi':'DuqQw','pzZgg':_0x23f0d3(0x13e)};if(!_0x4ff41a[_0x23f0d3(0x18b)](isBrowserstackInfra)){if(_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x160)],_0x4ff41a[_0x23f0d3(0x160)]))return;else _0x4ff41a[_0x23f0d3(0x15b)](_0x50e0cc,_0x4919d2),_0x4ff41a[_0x23f0d3(0x189)](_0x1f0885);}let _0x2adab3=![];try{_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x144)],_0x4ff41a['oexAb'])?(await __drivers[0x0][_0x23f0d3(0x1b4)],_0x2adab3=!![],_0x4ff41a[_0x23f0d3(0x1c8)](__error_messages__[_0x23f0d3(0x1c2)],0x0)?_0x4ff41a[_0x23f0d3(0x177)](_0x4ff41a[_0x23f0d3(0x1b5)],_0x4ff41a[_0x23f0d3(0x150)])?_0x12b074=_0x4ff41a[_0x23f0d3(0x172)](_0x524a74,_0x202ef8[_0x23f0d3(0x186)](_0x1163a1[_0x23f0d3(0x165)][_0x23f0d3(0x19e)])):await __drivers[0x0][_0x23f0d3(0x117)](_0x23f0d3(0x1b1)+JSON[_0x23f0d3(0x186)](__error_messages__[_0x23f0d3(0x1e7)](_0x4ff41a[_0x23f0d3(0x191)]))+'}}'):_0x4ff41a[_0x23f0d3(0x1d5)](_0x4ff41a[_0x23f0d3(0x1d2)],_0x4ff41a[_0x23f0d3(0x15d)])?_0x3b23fc[_0x23f0d3(0x1c9)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x23567c):await __drivers[0x0][_0x23f0d3(0x117)](_0x4ff41a['OQbSJ'])):_0x122af3=_0x4ff41a[_0x23f0d3(0x172)](_0x221fae,_0x5f4bd0['stringify'](_0x1654a0[_0x23f0d3(0x1d3)]));}catch(_0xf1be95){_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x162)],_0x4ff41a[_0x23f0d3(0x1c3)])?_0x41cf0b[_0x23f0d3(0x138)](_0x1dbcbc):console[_0x23f0d3(0x138)](_0xf1be95);}__error_messages__=[];if(_0x2adab3){if(_0x4ff41a[_0x23f0d3(0x134)](_0x4ff41a[_0x23f0d3(0x1b6)],_0x4ff41a[_0x23f0d3(0x15e)]))_0x597f45[_0x23f0d3(0x14f)](_0x4ff41a[_0x23f0d3(0x1c5)]);else try{_0x4ff41a['vDops'](_0x4ff41a[_0x23f0d3(0x14c)],_0x4ff41a[_0x23f0d3(0x13d)])?_0x55ffcc[_0x23f0d3(0x138)](_0x13c8ad):await __drivers[0x0][_0x23f0d3(0x1e5)]();}catch(_0x33a0b2){_0x4ff41a[_0x23f0d3(0x12a)](_0x4ff41a[_0x23f0d3(0x1e1)],_0x4ff41a['pzZgg'])?console[_0x23f0d3(0x138)](_0x33a0b2):(_0x28126a=!![],_0x3b5dce=_0x4ff41a[_0x23f0d3(0x13b)](_0x4ad20c,_0x280648[_0x23f0d3(0x186)](_0x23606a[_0x23f0d3(0x19f)][0x0][0x0][_0x23f0d3(0x156)]||_0x11a938[_0x23f0d3(0x19f)][0x0][0x0])));}}}beforeAll(async()=>{const _0x3af94a=a13_0x4ecd1c,_0x366294={'VkgMx':_0x3af94a(0x199),'EBOLu':function(_0x227612,_0x4a8510){return _0x227612===_0x4a8510;},'ffCQF':_0x3af94a(0x159),'ihXXr':function(_0x1823e4,_0x54ab91){return _0x1823e4!==_0x54ab91;},'acKjT':_0x3af94a(0x118),'gGYUE':function(_0x2777be,_0x3213fa){return _0x2777be!==_0x3213fa;},'JEuFJ':_0x3af94a(0x1af),'ctmtI':_0x3af94a(0x176),'SSFky':function(_0x5d56b2,_0x4330bb){return _0x5d56b2===_0x4330bb;},'psRCb':_0x3af94a(0x1c4),'iCqTp':_0x3af94a(0x146),'UFqaq':function(_0x57f114,_0xa611c8){return _0x57f114===_0xa611c8;},'wfbVi':_0x3af94a(0x180),'YvrQz':function(_0x296c5b){return _0x296c5b();},'AboOh':_0x3af94a(0x131),'wwSHl':_0x3af94a(0x197),'uKnCb':function(_0x5e144f,_0x1e5089){return _0x5e144f!==_0x1e5089;},'OxgiT':_0x3af94a(0x1b7),'JHsmz':_0x3af94a(0x135),'mmxbe':function(_0x5d03f5,_0x5a7ea2,_0x1e5f3f){return _0x5d03f5(_0x5a7ea2,_0x1e5f3f);}},_0x194927='browserstack internal helper hook';if(_0x366294[_0x3af94a(0x1da)](typeof jasmine,_0x366294[_0x3af94a(0x19b)])){if(_0x366294['gGYUE'](_0x366294[_0x3af94a(0x142)],_0x366294[_0x3af94a(0x198)]))jasmine['getEnv']()[_0x3af94a(0x1aa)]({'specStarted':_0x20f48f=>{const _0x3351ab=_0x3af94a,_0xde2a2d={};_0xde2a2d[_0x3351ab(0x1c1)]=_0x366294[_0x3351ab(0x1db)];const _0x4fd10f=_0xde2a2d;_0x366294[_0x3351ab(0x1bf)](_0x366294[_0x3351ab(0x1cb)],_0x366294[_0x3351ab(0x1cb)])?jasmine[_0x3351ab(0x165)]=_0x20f48f:_0x4c4be1[_0x3351ab(0x14f)](_0x4fd10f[_0x3351ab(0x1c1)]);}});else return;}let _0x1eaf02=![];try{_0x366294['SSFky'](_0x366294[_0x3af94a(0x14a)],_0x366294[_0x3af94a(0x18c)])?_0x182ce2[_0x3af94a(0x133)](_0x3af94a(0x17c)+_0x9ac6d2):(await __drivers[0x0][_0x3af94a(0x1b4)],_0x1eaf02=!![]);}catch(_0x15785e){}if(_0x1eaf02)try{try{if(_0x366294[_0x3af94a(0x1cc)](_0x366294[_0x3af94a(0x183)],_0x366294[_0x3af94a(0x183)])){if(_0x366294['YvrQz'](isTestObservabilitySession)){if(_0x366294[_0x3af94a(0x1bf)](_0x366294[_0x3af94a(0x1d6)],_0x366294[_0x3af94a(0x1d0)]))return;else{if(global[_0x3af94a(0x1bb)][0x0]){if(_0x366294[_0x3af94a(0x14b)](_0x366294[_0x3af94a(0x1d7)],_0x366294[_0x3af94a(0x143)]))await _0x366294[_0x3af94a(0x169)](sendPlatformDetails,global[_0x3af94a(0x1bb)][0x0],TestDetails[_0x3af94a(0x1ae)](process[_0x3af94a(0x17e)]+':testAnalyticsId'));else return _0x135b26[_0x3af94a(0x12c)](/\\u001b\[.*?m/g,'')[_0x3af94a(0x11c)](0x1,-0x1);}}}}else _0x4d9bfc=![];}catch{}}catch(_0x24bc38){}}),beforeEach(async()=>{const _0x4393a8=a13_0x4ecd1c,_0x41831f={'iqJKH':function(_0x2e9f9c,_0x248e85){return _0x2e9f9c>_0x248e85;},'iCCfx':function(_0x17ae5d){return _0x17ae5d();},'IVcUI':function(_0x3bdf03){return _0x3bdf03();},'EPsoz':function(_0x640eb3,_0x598d8c,_0x3f44d6){return _0x640eb3(_0x598d8c,_0x3f44d6);},'zngqZ':function(_0x5cef27){return _0x5cef27();},'HWIvG':function(_0x4b5ad0,_0x5966a8){return _0x4b5ad0===_0x5966a8;},'tFVRq':_0x4393a8(0x1e2),'shoSv':'https:','pybSz':_0x4393a8(0x11e),'nmcwz':function(_0x330faf,_0x297c00){return _0x330faf>_0x297c00;},'PJgnT':function(_0x2d093f){return _0x2d093f();}},_0x3fe83c='browserstack internal helper hook';try{_0x41831f[_0x4393a8(0x154)](__drivers[_0x4393a8(0x1c2)],0x1)&&(await _0x41831f['iCCfx'](driverCleanup),__drivers[_0x4393a8(0x18a)]());const _0x50500c=expect['getState']()['currentTestName'];try{Array[_0x4393a8(0x194)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x4393a8(0x1a7)]=_0x50500c),global['browserstackSessionName']=_0x50500c;}catch(_0x50e10e){logger[_0x4393a8(0x1c9)](_0x4393a8(0x15a)+_0x50e10e);}__drivers[0x0][_0x4393a8(0x1a7)]=_0x50500c;_0x41831f['iqJKH'](__drivers[0x0][_0x4393a8(0x13f)],0x0)&&await _0x41831f[_0x4393a8(0x18f)](driverCleanup);const _0x4e7122=_0x41831f[_0x4393a8(0x16b)](shouldScanTestForAccessibility,_0x50500c,![]);if(_0x41831f['zngqZ'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4393a8(0x1b3)])try{const _0x2b65b1=await __drivers[0x0]['session_'];if(_0x2b65b1){let _0x31ad90=!![];const _0x5bf3a0=await __drivers[0x0][_0x4393a8(0x161)]();let _0x3ee3e1;try{_0x3ee3e1=new URL(_0x5bf3a0);}catch(_0x20e7a6){_0x31ad90=![];}_0x31ad90=_0x41831f[_0x4393a8(0x1cf)](_0x3ee3e1[_0x4393a8(0x1dc)],_0x41831f[_0x4393a8(0x1ce)])||_0x41831f[_0x4393a8(0x1cf)](_0x3ee3e1[_0x4393a8(0x1dc)],_0x41831f[_0x4393a8(0x18e)]),_0x31ad90&&(_0x4e7122?(logger[_0x4393a8(0x14f)](_0x41831f[_0x4393a8(0x1e4)]),await __drivers[0x0][_0x4393a8(0x19d)](_0x4393a8(0x139))):await __drivers[0x0]['executeScript'](_0x4393a8(0x1e6)));}}catch(_0x3b5676){logger[_0x4393a8(0x133)](_0x4393a8(0x17c)+_0x3b5676);}_0x41831f[_0x4393a8(0x1a0)](__drivers[0x0]['quitCount_'],0x0)&&await _0x41831f[_0x4393a8(0x15c)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x545114=a13_0x4ecd1c,_0x25c8b7={'JRHdk':function(_0x4581a6,_0x67406d){return _0x4581a6>_0x67406d;},'iGEfs':function(_0x281f5d){return _0x281f5d();},'wQGDd':function(_0x5207c2,_0x53f83b){return _0x5207c2===_0x53f83b;},'IOeXT':'testcase','VDGwP':'appium:app','fBxSd':function(_0x49ab63,_0x2ec68a,_0x20412a,_0x31e9b4){return _0x49ab63(_0x2ec68a,_0x20412a,_0x31e9b4);},'TNvwV':function(_0x1f69ee,_0x53159c,_0x24db1f){return _0x1f69ee(_0x53159c,_0x24db1f);},'DVEyU':function(_0x1b619a){return _0x1b619a();},'poHbM':_0x545114(0x199),'eXBxZ':function(_0x5e2a35,_0x272244){return _0x5e2a35(_0x272244);},'tcBaI':_0x545114(0x1a5),'rCPNp':function(_0x1f8175){return _0x1f8175();},'OaiNL':function(_0x129f9b,_0x164b7d,_0x323ff2){return _0x129f9b(_0x164b7d,_0x323ff2);},'orOcm':_0x545114(0x1c9),'CDfTA':function(_0x3a4994){return _0x3a4994();}},_0x18d9f6='browserstack internal helper hook';try{_0x25c8b7[_0x545114(0x121)](__drivers[_0x545114(0x1c2)],0x1)&&(await _0x25c8b7[_0x545114(0x126)](driverCleanup),__drivers[_0x545114(0x18a)]());try{if(global['percy']&&_0x25c8b7[_0x545114(0x1b8)](global[_0x545114(0x14e)],_0x25c8b7[_0x545114(0x119)])&&__drivers[0x0]){const _0x1711f3=_0x25c8b7[_0x545114(0x121)](global[_0x545114(0x1cd)][_0x545114(0x1c2)],0x0)?!!global[_0x545114(0x1cd)][0x0]['app']||!!global[_0x545114(0x1cd)][0x0][_0x25c8b7[_0x545114(0x136)]]:![],_0x57cbfa={};_0x57cbfa[_0x545114(0x125)]=_0x1711f3,await _0x25c8b7['fBxSd'](percyAutoCapture,__drivers[0x0],_0x25c8b7[_0x545114(0x119)],_0x57cbfa);}}catch(_0x43280a){}const _0x1bcd90=_0x25c8b7['TNvwV'](shouldScanTestForAccessibility,expect['getState']()[_0x545114(0x19c)],![]);try{if(_0x25c8b7[_0x545114(0x174)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x545114(0x1b3)]){_0x1bcd90&&logger[_0x545114(0x14f)](_0x25c8b7[_0x545114(0x193)]);const _0x45407a={'saveResults':_0x1bcd90,'testDetails':{'name':expect[_0x545114(0x145)]()[_0x545114(0x19c)],'testRunId':process[_0x545114(0x129)][_0x545114(0x149)],'filePath':expect['getState']()['testPath'],'scopeList':[expect[_0x545114(0x145)]()[_0x545114(0x19c)]]},'platform':await _0x25c8b7[_0x545114(0x127)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x545114(0x19d)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20',_0x45407a),_0x1bcd90&&logger[_0x545114(0x14f)](_0x25c8b7['tcBaI']);}}catch(_0x5cc207){logger[_0x545114(0x133)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x545114(0x165)][_0x545114(0x12f)]()+_0x545114(0x1bd),_0x5cc207);}await _0x25c8b7['rCPNp'](setContext);try{if(_0x25c8b7[_0x545114(0x126)](isTestObservabilitySession)){global[_0x545114(0x1bb)][0x0]&&await _0x25c8b7[_0x545114(0x164)](sendPlatformDetails,global[_0x545114(0x1bb)][0x0],TestDetails[_0x545114(0x1ae)](process[_0x545114(0x17e)]+_0x545114(0x130)));if(_0x25c8b7[_0x545114(0x126)](isBrowserstackInfra)){const _0x366d4e=_0x545114(0x1ca)+Date['now']();await _0x25c8b7['OaiNL'](executeAnnotate,JSON[_0x545114(0x186)](_0x366d4e),_0x25c8b7[_0x545114(0x167)]);}}}catch(_0xa338f7){}_0x25c8b7['JRHdk'](__drivers[0x0]['quitCount_'],0x0)&&await _0x25c8b7[_0x545114(0x1e3)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x381209=a13_0x4ecd1c,_0x5249d1={'RtdWL':function(_0x14f1c1,_0x4fe7ab){return _0x14f1c1<=_0x4fe7ab;},'JyGzK':function(_0xb44eab,_0x3f106a){return _0xb44eab(_0x3f106a);},'rzXVs':function(_0x515cd3){return _0x515cd3();},'Uneoi':function(_0x432e09,_0x2dd820,_0x123c6d){return _0x432e09(_0x2dd820,_0x123c6d);},'zpyvf':function(_0x59a4c1){return _0x59a4c1();}};jest[_0x381209(0x1d1)](0x186a0);const _0x257671='browserstack internal helper hook';await new Promise(_0x5403c2=>{const _0x3c6f0a={'TSRZr':function(_0x30c212,_0x441565){const _0x29b173=a13_0x1d24;return _0x5249d1[_0x29b173(0x158)](_0x30c212,_0x441565);},'wJVBY':function(_0x40dad6,_0x454a4d){const _0x344508=a13_0x1d24;return _0x5249d1[_0x344508(0x147)](_0x40dad6,_0x454a4d);},'IQxpJ':function(_0x31b4e5){return _0x5249d1['rzXVs'](_0x31b4e5);}},_0x1b8448=_0x5249d1['Uneoi'](setInterval,async()=>{const _0xdb3bc0=a13_0x1d24;_0x3c6f0a[_0xdb3bc0(0x166)](RequestQueueHandler[_0xdb3bc0(0x184)]()[_0xdb3bc0(0x173)],0x0)&&(_0x3c6f0a[_0xdb3bc0(0x1c7)](clearInterval,_0x1b8448),_0x3c6f0a['IQxpJ'](_0x5403c2));},0x3e8);});try{await _0x5249d1[_0x381209(0x15f)](driverCleanup);}catch(_0x5a4541){}process[_0x381209(0x122)]();},0x2710);
1
+ const a13_0x3038db=a13_0x159b;(function(_0x22f9ae,_0x353236){const _0x3f3ea9=a13_0x159b,_0x444885=_0x22f9ae();while(!![]){try{const _0x52abd1=-parseInt(_0x3f3ea9(0x1b6))/0x1+-parseInt(_0x3f3ea9(0x263))/0x2*(-parseInt(_0x3f3ea9(0x211))/0x3)+-parseInt(_0x3f3ea9(0x23d))/0x4*(-parseInt(_0x3f3ea9(0x22d))/0x5)+-parseInt(_0x3f3ea9(0x1f5))/0x6+-parseInt(_0x3f3ea9(0x241))/0x7*(-parseInt(_0x3f3ea9(0x1ff))/0x8)+parseInt(_0x3f3ea9(0x228))/0x9*(parseInt(_0x3f3ea9(0x244))/0xa)+-parseInt(_0x3f3ea9(0x1ea))/0xb;if(_0x52abd1===_0x353236)break;else _0x444885['push'](_0x444885['shift']());}catch(_0x22e076){_0x444885['push'](_0x444885['shift']());}}}(a13_0x39ea,0xb5d6e));function a13_0x39ea(){const _0x54f895=['UIwhy','../../helpers/test-observability/utils','isAccessibilityPlatform','EotrN','HaMSu','eMyFm','hOhOt','UxDMH','capabilities','cRwxu','ANNGS','QddbJ','tzNTU','failed','LcfzO','Failed\x20to\x20store\x20session\x20name:\x20','omGKD','\x22,\x22level\x22:\x20\x22info\x22}}','GJyVx','length','quitCount_','../../helpers/test-observability/requestQueueHandler','QWxhH','MZBvb','WTBoG','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','tNPla','description','ySrtQ','getState','DZCSv','lXizD','addReporter',',\x22level\x22:\x20\x22','YJuSu','debug','UdhOA','afAay','aZPXn','jBPtc','DOjNN','CTDaR','TczrS','HqsFq','error','Wvfwc','ZWOUU','pendingUploads','testcase','28663074rNkOxW','name','NPDpi','ovHAR','JYGfc','HghHT','hdVbf','../../helpers/helper','QhQNB','uwXQs','CJWrQ','655554WSyOAB','eyfPL','session_','qMptA','http:','IBTGq','axrIV','Sjonw','ImeZR','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','7022160fvvOaG','zgddx','qHtMp','PLoNF','cZDTR','FcCPy','iUfGA','browserstackSessionName','dwwMU','pid','SjfeD','XDoqI','EJzGI','bmHEP','fDQnS','executeScript','.\x20Error\x20:','JTVIQ','3107604SNqGxW','LZcGa','winstonLogger','JvuUv','zDNCK','failedExpectations','FVwjK','RYHnA','kKGPl','__drivers','info','ySweH','mMiCB','XyFqP','setTimeout','zqkpD','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','wSyZj','Fbnxx','NovrB','JwxRc','KaIFg','qgMTb','55710sjVdFf','cNhji',':testAnalyticsId','hzGUe','appium:app','908835BmPCRK','neojQ','inHGy','INXQl','sobIG','isArray','ZGlVZ','NSHxz','fMFIK','pxZWb','shift','stringify','currentTestName','undefined','\x22}}','testPath','16SYDuZd','\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','wIxLb','WmsXU','7ZjsvJb','currentTest','passed','2060ykHOEt','\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','qeQsQ','MmRbv','executeAsyncScript','getEnv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','CyErl','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','eXUUp','app','lvADT','ymlgf','vaYYJ','tYWcU','scGiG','slice','ObservabilitySync:','../../helpers/logger','now','env','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','dPifX','replace','errors','FcrrC','https:','olcAc','jfKIf','initQuit','2OSvaTx','LxGVL','FuxAG','FrjBN','xFwDj','zrLIV','TsHuF','message','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','getInstance','llQqf','protocol','WrAsk','specStarted','PLEiy','push','log','RWVIk','456039MmsMzN','gdcUz','uKrNw'];a13_0x39ea=function(){return _0x54f895;};return a13_0x39ea();}const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x3038db(0x1ba)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x3038db(0x1f1));let __error_messages__=[];function a13_0x159b(_0x4832c7,_0x4ac0cf){const _0x39eae5=a13_0x39ea();return a13_0x159b=function(_0x159bdf,_0x1b0650){_0x159bdf=_0x159bdf-0x1b5;let _0x56e9bb=_0x39eae5[_0x159bdf];return _0x56e9bb;},a13_0x159b(_0x4832c7,_0x4ac0cf);}const RequestQueueHandler=require(a13_0x3038db(0x1ce));jest[a13_0x3038db(0x21f)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a13_0x3038db(0x257))[a13_0x3038db(0x213)],TestDetails=require('./test-observability/test-details');function stripUnicode(_0x437b90){const _0x2570d1=a13_0x3038db;return _0x437b90['replace'](/\\u001b\[.*?m/g,'')[_0x2570d1(0x255)](0x1,-0x1);}async function setContext(){const _0x3e19dc=a13_0x3038db,_0x4d656c={'WmsXU':function(_0x15f8cd,_0x2aaad2){return _0x15f8cd(_0x2aaad2);},'fGwtU':function(_0x35d8a7,_0x4e96a7){return _0x35d8a7(_0x4e96a7);},'bsBHh':_0x3e19dc(0x24d),'nzZKn':_0x3e19dc(0x26c),'ePqCJ':function(_0x3587ed){return _0x3587ed();},'CyErl':function(_0x4b4896,_0x4cdf90){return _0x4b4896===_0x4cdf90;},'LcfzO':_0x3e19dc(0x230),'aZPXn':_0x3e19dc(0x20b),'PLEiy':function(_0x3e44f3,_0x4c76c1){return _0x3e44f3===_0x4c76c1;},'oAjHI':'DJCSW','ddFvv':_0x3e19dc(0x226),'ANNGS':function(_0x55359e,_0x4609f3){return _0x55359e!==_0x4609f3;},'FcCPy':_0x3e19dc(0x23a),'YWVif':function(_0x4abf3a,_0x37d791){return _0x4abf3a!==_0x37d791;},'ZWOUU':_0x3e19dc(0x261),'CTDaR':_0x3e19dc(0x1f3),'qHtMp':function(_0x2408a7,_0x3f7981){return _0x2408a7>_0x3f7981;},'neojQ':_0x3e19dc(0x250),'IBTGq':function(_0xba235a,_0x1fb33d){return _0xba235a(_0x1fb33d);},'olcAc':function(_0x2f9a4a,_0x170b9b){return _0x2f9a4a===_0x170b9b;},'HqsFq':_0x3e19dc(0x21e),'MZBvb':'QUqqx','PLoNF':function(_0x43dadf,_0x5760f5){return _0x43dadf===_0x5760f5;},'BeMep':_0x3e19dc(0x247),'RWVIk':'LgSvN','mMiCB':function(_0x3d95ad,_0x2977cb){return _0x3d95ad!==_0x2977cb;},'inHGy':_0x3e19dc(0x1be),'QWxhH':'ArEle','ySrtQ':function(_0x13856b,_0x8ae172){return _0x13856b(_0x8ae172);},'ovHAR':_0x3e19dc(0x1d1),'UxDMH':'gboku'};if(!_0x4d656c['ePqCJ'](isBrowserstackInfra)){if(_0x4d656c['CyErl'](_0x4d656c[_0x3e19dc(0x1c7)],_0x4d656c[_0x3e19dc(0x1df)]))_0x1767f5=!![],_0x3f4d12=_0x4d656c[_0x3e19dc(0x240)](_0x1fa5aa,_0x2c8c72[_0x3e19dc(0x238)](_0x1eb502[_0x3e19dc(0x25d)][0x0][0x0][_0x3e19dc(0x26a)]||_0x570a87[_0x3e19dc(0x25d)][0x0][0x0]));else return;}if(!sessionNameProvided){if(_0x4d656c[_0x3e19dc(0x272)](_0x4d656c['oAjHI'],_0x4d656c['ddFvv']))return _0x18ae41[_0x3e19dc(0x25c)](/\\u001b\[.*?m/g,'')[_0x3e19dc(0x255)](0x1,-0x1);else{const _0x49980f=expect[_0x3e19dc(0x1d6)]()[_0x3e19dc(0x239)];await __drivers[0x0][_0x3e19dc(0x20e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x49980f+_0x3e19dc(0x23b));}}let _0x378e82=null,_0x9bd20=![];if(_0x4d656c[_0x3e19dc(0x1c3)](typeof jasmine,_0x4d656c[_0x3e19dc(0x204)])){if(_0x4d656c['YWVif'](_0x4d656c[_0x3e19dc(0x1e7)],_0x4d656c[_0x3e19dc(0x1e2)])){if(jasmine[_0x3e19dc(0x242)][_0x3e19dc(0x216)]&&_0x4d656c['qHtMp'](jasmine[_0x3e19dc(0x242)][_0x3e19dc(0x216)][_0x3e19dc(0x1cc)],0x0)){if(_0x4d656c[_0x3e19dc(0x24c)](_0x4d656c[_0x3e19dc(0x22e)],_0x4d656c[_0x3e19dc(0x22e)]))_0x9bd20=!![],_0x378e82=_0x4d656c[_0x3e19dc(0x1fa)](stripUnicode,JSON['stringify'](jasmine[_0x3e19dc(0x242)][_0x3e19dc(0x216)][0x0][_0x3e19dc(0x26a)]));else return;}else _0x4d656c[_0x3e19dc(0x260)](_0x4d656c[_0x3e19dc(0x1e4)],_0x4d656c[_0x3e19dc(0x1d0)])?(_0x313cae=!![],_0x478908=_0x4d656c['fGwtU'](_0xad086c,_0x4fc069[_0x3e19dc(0x238)](_0x5928d3[_0x3e19dc(0x242)][_0x3e19dc(0x216)][0x0][_0x3e19dc(0x26a)]))):_0x378e82=_0x4d656c[_0x3e19dc(0x1fa)](stripUnicode,JSON[_0x3e19dc(0x238)](jasmine[_0x3e19dc(0x242)][_0x3e19dc(0x1d4)]));}else _0x1cf84e[_0x3e19dc(0x21b)](_0x4d656c['bsBHh']);}else _0x4d656c[_0x3e19dc(0x202)](_0x4d656c['BeMep'],_0x4d656c[_0x3e19dc(0x1b5)])?_0x5ab986['debug'](_0x3e19dc(0x1c8)+_0x2f0dd3):testContext['errors']&&_0x4d656c[_0x3e19dc(0x201)](testContext[_0x3e19dc(0x25d)][_0x3e19dc(0x1cc)],0x0)?_0x4d656c[_0x3e19dc(0x21d)](_0x4d656c[_0x3e19dc(0x22f)],_0x4d656c['inHGy'])?_0x50d174['error'](_0x3e19dc(0x1fe)+_0x35cbec):(_0x9bd20=!![],_0x378e82=_0x4d656c['IBTGq'](stripUnicode,JSON[_0x3e19dc(0x238)](testContext['errors'][0x0][0x0][_0x3e19dc(0x26a)]||testContext[_0x3e19dc(0x25d)][0x0][0x0]))):_0x4d656c['PLoNF'](_0x4d656c[_0x3e19dc(0x1cf)],_0x4d656c[_0x3e19dc(0x1cf)])?_0x378e82=_0x4d656c[_0x3e19dc(0x1d5)](stripUnicode,JSON[_0x3e19dc(0x238)](testContext[_0x3e19dc(0x1eb)])):_0x1a609e[_0x3e19dc(0x1e5)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x3e19dc(0x242)]['titlePath']()+'.\x20Error\x20:',_0x18d8fa);if(_0x9bd20){if(_0x4d656c['PLoNF'](_0x4d656c[_0x3e19dc(0x1ed)],_0x4d656c[_0x3e19dc(0x1ed)]))__error_messages__[_0x3e19dc(0x273)](_0x378e82),await __drivers[0x0][_0x3e19dc(0x20e)](_0x3e19dc(0x24b)+_0x378e82+'\x22,\x22level\x22:\x20\x22error\x22}}');else return;}else _0x4d656c['YWVif'](_0x4d656c[_0x3e19dc(0x1c0)],_0x4d656c['UxDMH'])?_0x2d1db4[_0x3e19dc(0x21b)](_0x4d656c['nzZKn']):await __drivers[0x0][_0x3e19dc(0x20e)](_0x3e19dc(0x25a)+_0x378e82+_0x3e19dc(0x1ca));}const executeAnnotate=async(_0x1fa6be,_0x38f52c)=>{const _0x3c36c7=a13_0x3038db;await global[_0x3c36c7(0x21a)][0x0][_0x3c36c7(0x20e)](_0x3c36c7(0x1d2)+_0x1fa6be+_0x3c36c7(0x1da)+_0x38f52c+'\x22}}');};async function driverCleanup(){const _0x3cc740=a13_0x3038db,_0x315639={'gdcUz':function(_0x219334,_0x3258b3){return _0x219334(_0x3258b3);},'LxGVL':function(_0x256bba,_0xfd2fed){return _0x256bba(_0xfd2fed);},'FuxAG':function(_0x4a61d1){return _0x4a61d1();},'Wvfwc':function(_0x349074,_0x3b10b0){return _0x349074<=_0x3b10b0;},'geWcz':function(_0x1f2a0c,_0x18dae5){return _0x1f2a0c(_0x18dae5);},'eyfPL':function(_0x35bf3e,_0x19db42){return _0x35bf3e!==_0x19db42;},'QddbJ':_0x3cc740(0x217),'FcrrC':function(_0x302002,_0x375179){return _0x302002===_0x375179;},'kKGPl':_0x3cc740(0x252),'bmHEP':function(_0x153b28,_0x584121){return _0x153b28>_0x584121;},'dwwMU':'KEpGi','ZGlVZ':'sPSWb','LoFXy':function(_0x2d2206,_0x433ef5,_0x9994ae,_0x26b8e8){return _0x2d2206(_0x433ef5,_0x9994ae,_0x26b8e8);},'JYGfc':_0x3cc740(0x1c6),'cRwxu':'\x20|\x20','sBeVM':_0x3cc740(0x1bd),'eXUUp':_0x3cc740(0x205),'DOjNN':function(_0x194e1c,_0x30f17b,_0x528279){return _0x194e1c(_0x30f17b,_0x528279);},'JwxRc':_0x3cc740(0x243),'uKrNw':_0x3cc740(0x248),'hdVbf':'ZeXUj','JvuUv':'uzoQE','FrjBN':_0x3cc740(0x1e0),'afAay':_0x3cc740(0x22b),'Sjonw':'hLnnF'};if(!_0x315639[_0x3cc740(0x265)](isBrowserstackInfra)){if(_0x315639[_0x3cc740(0x1f6)](_0x315639[_0x3cc740(0x1c4)],_0x315639[_0x3cc740(0x1c4)]))_0xa02db5=_0x315639[_0x3cc740(0x1b7)](_0x1eb53d,_0x3e3bc0[_0x3cc740(0x238)](_0x283e79[_0x3cc740(0x1eb)]));else return;}let _0x19fe69=![];try{if(_0x315639[_0x3cc740(0x25e)](_0x315639[_0x3cc740(0x219)],_0x315639[_0x3cc740(0x219)])){await __drivers[0x0]['session_'],_0x19fe69=!![];if(_0x315639[_0x3cc740(0x20c)](__error_messages__[_0x3cc740(0x1cc)],0x0))_0x315639[_0x3cc740(0x25e)](_0x315639[_0x3cc740(0x207)],_0x315639[_0x3cc740(0x233)])?(_0x1238a2['isArray'](_0x554952)&&_0x2d316a[0x0]&&(_0x474434[0x0][_0x3cc740(0x206)]=_0x566b90),_0x4cfcf6['browserstackSessionName']=_0x481142):await _0x315639['LoFXy'](markSessionStatus,__drivers[0x0],_0x315639[_0x3cc740(0x1ee)],__error_messages__['join'](_0x315639[_0x3cc740(0x1c2)]));else{if(_0x315639[_0x3cc740(0x1f6)](_0x315639['sBeVM'],_0x315639[_0x3cc740(0x24e)]))await _0x315639[_0x3cc740(0x1e1)](markSessionStatus,__drivers[0x0],_0x315639[_0x3cc740(0x225)]);else{const _0x59fbd7={};_0x59fbd7[_0x3cc740(0x271)]=_0x2b7b0a=>{_0x2cdbdc['currentTest']=_0x2b7b0a;},_0x3b6a6e['getEnv']()[_0x3cc740(0x1d9)](_0x59fbd7);}}}else _0x315639[_0x3cc740(0x264)](_0x4a4c9e,_0x49aa90),_0x315639['FuxAG'](_0x5a8aed);}catch(_0x96c290){_0x315639[_0x3cc740(0x25e)](_0x315639[_0x3cc740(0x1b8)],_0x315639['uKrNw'])?console[_0x3cc740(0x274)](_0x96c290):_0x36fa3b=![];}__error_messages__=[];if(_0x19fe69){if(_0x315639[_0x3cc740(0x1f6)](_0x315639[_0x3cc740(0x1f0)],_0x315639['hdVbf']))_0x1d297c=_0x315639[_0x3cc740(0x1b7)](_0x3c62c7,_0x4d7469[_0x3cc740(0x238)](_0x3df125[_0x3cc740(0x242)][_0x3cc740(0x1d4)]));else try{_0x315639[_0x3cc740(0x1f6)](_0x315639[_0x3cc740(0x214)],_0x315639[_0x3cc740(0x266)])?await __drivers[0x0][_0x3cc740(0x262)]():_0x2da2a6['currentTest']=_0x10d583;}catch(_0x474053){_0x315639[_0x3cc740(0x1f6)](_0x315639[_0x3cc740(0x1de)],_0x315639[_0x3cc740(0x1fc)])?console[_0x3cc740(0x274)](_0x474053):_0x315639[_0x3cc740(0x1e6)](_0x20ac00[_0x3cc740(0x26d)]()[_0x3cc740(0x1e8)],0x0)&&(_0x315639['geWcz'](_0x537c3d,_0x27e221),_0x315639[_0x3cc740(0x265)](_0x411aab));}}}beforeAll(async()=>{const _0x3a4686=a13_0x3038db,_0x5c0347={'bDPFo':function(_0x313636,_0xfc2cc5){return _0x313636>_0xfc2cc5;},'qgMTb':function(_0xf4dc44,_0x1a3766){return _0xf4dc44(_0x1a3766);},'TczrS':function(_0x5d532e,_0x1f2a5f){return _0x5d532e(_0x1f2a5f);},'ymlgf':function(_0x4452b2,_0x2a164c){return _0x4452b2!==_0x2a164c;},'SjfeD':_0x3a4686(0x20d),'lXizD':_0x3a4686(0x200),'cBkxD':function(_0x77607f,_0x1250c5){return _0x77607f<=_0x1250c5;},'CJWrQ':function(_0x22671f){return _0x22671f();},'GJyVx':function(_0x547e6e,_0x4c102e,_0x3b07e8){return _0x547e6e(_0x4c102e,_0x3b07e8);},'UIwhy':function(_0x523dbf,_0xdd25b5){return _0x523dbf>_0xdd25b5;},'JTVIQ':function(_0x3c9f94,_0x19d446){return _0x3c9f94(_0x19d446);},'cNhji':function(_0x56c0c7,_0x4a2136){return _0x56c0c7(_0x4a2136);},'tNPla':function(_0x5a1c0f,_0xad6541){return _0x5a1c0f!==_0xad6541;},'zrLIV':_0x3a4686(0x23a),'sobIG':function(_0x5f5179,_0x320f61){return _0x5f5179===_0x320f61;},'zqkpD':_0x3a4686(0x235),'hOhOt':'yDagr','tYWcU':function(_0x53e5f2,_0x2ef6bb){return _0x53e5f2!==_0x2ef6bb;},'zDNCK':'jKXqU','qhNBS':'bBXwV','xFwDj':_0x3a4686(0x212),'vGLuH':'WorPx','llQqf':function(_0x1ac94a){return _0x1ac94a();},'bFzWj':_0x3a4686(0x218),'tzNTU':_0x3a4686(0x1ef),'ywMkH':function(_0x52c2eb,_0x3c7335){return _0x52c2eb!==_0x3c7335;},'NPDpi':'lRKlQ'},_0x539b6a='browserstack internal helper hook';_0x5c0347[_0x3a4686(0x1d3)](typeof jasmine,_0x5c0347[_0x3a4686(0x268)])&&(_0x5c0347[_0x3a4686(0x231)](_0x5c0347[_0x3a4686(0x220)],_0x5c0347[_0x3a4686(0x1bf)])?_0x28b145['log'](_0xf5a15):jasmine[_0x3a4686(0x24a)]()['addReporter']({'specStarted':_0xa6953=>{const _0x29bf7a=_0x3a4686;_0x5c0347[_0x29bf7a(0x251)](_0x5c0347[_0x29bf7a(0x209)],_0x5c0347[_0x29bf7a(0x1d8)])?jasmine['currentTest']=_0xa6953:_0x1467a2[_0x29bf7a(0x242)][_0x29bf7a(0x216)]&&_0x5c0347['bDPFo'](_0x1a55cc[_0x29bf7a(0x242)][_0x29bf7a(0x216)][_0x29bf7a(0x1cc)],0x0)?(_0x2c4403=!![],_0x3acddc=_0x5c0347[_0x29bf7a(0x227)](_0x54c987,_0x272fcb[_0x29bf7a(0x238)](_0x83cc6e['currentTest'][_0x29bf7a(0x216)][0x0][_0x29bf7a(0x26a)]))):_0x3b4681=_0x5c0347[_0x29bf7a(0x1e3)](_0xe1a0ca,_0x5ced70[_0x29bf7a(0x238)](_0x1c66bd['currentTest'][_0x29bf7a(0x1d4)]));}}));let _0x5aaaa6=![];try{if(_0x5c0347[_0x3a4686(0x253)](_0x5c0347[_0x3a4686(0x215)],_0x5c0347['qhNBS']))await __drivers[0x0]['session_'],_0x5aaaa6=!![];else{const _0x90c85e={'cZDTR':function(_0x9eea26,_0x5c7b84){return _0x5c0347['cBkxD'](_0x9eea26,_0x5c7b84);},'scGiG':function(_0x8200d4,_0x1ad34d){const _0x3f8cdf=_0x3a4686;return _0x5c0347[_0x3f8cdf(0x227)](_0x8200d4,_0x1ad34d);},'wSyZj':function(_0x47b426){const _0x3f7e36=_0x3a4686;return _0x5c0347[_0x3f7e36(0x1f4)](_0x47b426);}},_0x13bc2f=_0x5c0347[_0x3a4686(0x1cb)](_0x494224,async()=>{const _0x34fc86=_0x3a4686;_0x90c85e[_0x34fc86(0x203)](_0x309f69[_0x34fc86(0x26d)]()[_0x34fc86(0x1e8)],0x0)&&(_0x90c85e[_0x34fc86(0x254)](_0x51d0f9,_0x13bc2f),_0x90c85e[_0x34fc86(0x222)](_0x9e1c19));},0x3e8);}}catch(_0x180c62){}if(_0x5aaaa6)try{try{_0x5c0347['sobIG'](_0x5c0347[_0x3a4686(0x267)],_0x5c0347['vGLuH'])?_0x52f4db['log'](_0xc9d4c2):_0x5c0347[_0x3a4686(0x26e)](isTestObservabilitySession)&&(_0x5c0347[_0x3a4686(0x231)](_0x5c0347['bFzWj'],_0x5c0347[_0x3a4686(0x1c5)])?_0x2afafe=new _0x50c790(_0xc9acc9):global['__drivers'][0x0]&&(_0x5c0347['ywMkH'](_0x5c0347[_0x3a4686(0x1ec)],_0x5c0347['NPDpi'])?_0x2626f4[_0x3a4686(0x25d)]&&_0x5c0347[_0x3a4686(0x1b9)](_0x43ecc7['errors']['length'],0x0)?(_0x23c6cb=!![],_0xc8b1d1=_0x5c0347[_0x3a4686(0x210)](_0x379b6e,_0x2b3f59[_0x3a4686(0x238)](_0x3067d5[_0x3a4686(0x25d)][0x0][0x0][_0x3a4686(0x26a)]||_0x6db1a3[_0x3a4686(0x25d)][0x0][0x0]))):_0x42cd7b=_0x5c0347[_0x3a4686(0x229)](_0xe7a268,_0x2a08be[_0x3a4686(0x238)](_0x4b3382[_0x3a4686(0x1eb)])):await _0x5c0347[_0x3a4686(0x1cb)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x3a4686(0x246)](process[_0x3a4686(0x208)]+_0x3a4686(0x22a)))));}catch{}}catch(_0x5d600e){}}),beforeEach(async()=>{const _0x22ece3=a13_0x3038db,_0x14e34b={'XDoqI':function(_0x285eb6,_0x39499a){return _0x285eb6>_0x39499a;},'NSHxz':function(_0x503dea){return _0x503dea();},'WrAsk':function(_0x4e4ecf,_0x4071e1,_0x192013){return _0x4e4ecf(_0x4071e1,_0x192013);},'TsHuF':function(_0x1f0e72,_0x38bafa){return _0x1f0e72===_0x38bafa;},'wmdoC':_0x22ece3(0x1f9),'THKbV':function(_0x7e9b0b,_0x38f39){return _0x7e9b0b===_0x38f39;},'CPvWU':_0x22ece3(0x25f),'ySweH':_0x22ece3(0x26b)},_0x3f2d5b='browserstack internal helper hook';try{_0x14e34b[_0x22ece3(0x20a)](__drivers[_0x22ece3(0x1cc)],0x1)&&(await _0x14e34b['NSHxz'](driverCleanup),__drivers[_0x22ece3(0x237)]());const _0x5d716f=expect['getState']()[_0x22ece3(0x239)];try{Array[_0x22ece3(0x232)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x22ece3(0x206)]=_0x5d716f),global[_0x22ece3(0x206)]=_0x5d716f;}catch(_0x10888d){logger[_0x22ece3(0x1dc)](_0x22ece3(0x1c8)+_0x10888d);}__drivers[0x0][_0x22ece3(0x206)]=_0x5d716f;_0x14e34b[_0x22ece3(0x20a)](__drivers[0x0][_0x22ece3(0x1cd)],0x0)&&await _0x14e34b[_0x22ece3(0x234)](driverCleanup);const _0x400cc9=_0x14e34b[_0x22ece3(0x270)](shouldScanTestForAccessibility,_0x5d716f,![]);if(_0x14e34b['NSHxz'](isAccessibilityAutomationSession)&&__drivers[0x0][_0x22ece3(0x1bb)])try{const _0x4f5cd3=await __drivers[0x0][_0x22ece3(0x1f7)];if(_0x4f5cd3){let _0x485a8c=!![];const _0x4d8d38=await __drivers[0x0]['getCurrentUrl']();let _0x5e8c8b;try{_0x5e8c8b=new URL(_0x4d8d38);}catch(_0x43f33f){_0x485a8c=![];}_0x485a8c=_0x14e34b[_0x22ece3(0x269)](_0x5e8c8b[_0x22ece3(0x26f)],_0x14e34b['wmdoC'])||_0x14e34b['THKbV'](_0x5e8c8b[_0x22ece3(0x26f)],_0x14e34b['CPvWU']),_0x485a8c&&(_0x400cc9?(logger[_0x22ece3(0x21b)](_0x14e34b[_0x22ece3(0x21c)]),await __drivers[0x0][_0x22ece3(0x249)](_0x22ece3(0x245))):await __drivers[0x0][_0x22ece3(0x20e)]('\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'));}}catch(_0xdae8d6){logger[_0x22ece3(0x1e5)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0xdae8d6);}_0x14e34b[_0x22ece3(0x20a)](__drivers[0x0][_0x22ece3(0x1cd)],0x0)&&await _0x14e34b[_0x22ece3(0x234)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x4d91c2=a13_0x3038db,_0x326dad={'wempB':function(_0x585a43,_0x2279b8){return _0x585a43>_0x2279b8;},'NovrB':function(_0x4bcbb0){return _0x4bcbb0();},'UaGpO':function(_0x257aea,_0x3a2852){return _0x257aea===_0x3a2852;},'pxZWb':_0x4d91c2(0x1e9),'YJuSu':function(_0x56ab4a,_0x4aa53b){return _0x56ab4a>_0x4aa53b;},'DZCSv':_0x4d91c2(0x22c),'axrIV':function(_0x31150c,_0xcbdb78,_0xbf410e,_0x24e3e3){return _0x31150c(_0xcbdb78,_0xbf410e,_0x24e3e3);},'QhQNB':function(_0x451d2e,_0xf5e83a,_0x2fd44f){return _0x451d2e(_0xf5e83a,_0x2fd44f);},'jOzje':_0x4d91c2(0x26c),'qMptA':function(_0x55e06c,_0x654976){return _0x55e06c(_0x654976);},'QswlH':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ImeZR':function(_0x556f4f){return _0x556f4f();},'omGKD':function(_0x5b0624,_0x255dee,_0x4ddadf){return _0x5b0624(_0x255dee,_0x4ddadf);},'coRDM':_0x4d91c2(0x1dc),'UdhOA':function(_0x32d82b,_0x4ba110){return _0x32d82b>_0x4ba110;}},_0x230e6f='browserstack internal helper hook';try{_0x326dad['wempB'](__drivers[_0x4d91c2(0x1cc)],0x1)&&(await _0x326dad[_0x4d91c2(0x224)](driverCleanup),__drivers[_0x4d91c2(0x237)]());try{if(global['percy']&&_0x326dad['UaGpO'](global['percyCaptureMode'],_0x326dad[_0x4d91c2(0x236)])&&__drivers[0x0]){const _0x46f1e1=_0x326dad[_0x4d91c2(0x1db)](global[_0x4d91c2(0x1c1)]['length'],0x0)?!!global['capabilities'][0x0][_0x4d91c2(0x24f)]||!!global[_0x4d91c2(0x1c1)][0x0][_0x326dad[_0x4d91c2(0x1d7)]]:![],_0x399854={};_0x399854[_0x4d91c2(0x24f)]=_0x46f1e1,await _0x326dad[_0x4d91c2(0x1fb)](percyAutoCapture,__drivers[0x0],_0x326dad[_0x4d91c2(0x236)],_0x399854);}}catch(_0x39d944){}const _0x5b67bb=_0x326dad[_0x4d91c2(0x1f2)](shouldScanTestForAccessibility,expect[_0x4d91c2(0x1d6)]()[_0x4d91c2(0x239)],![]);try{if(_0x326dad[_0x4d91c2(0x224)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x4d91c2(0x1bb)]){_0x5b67bb&&logger[_0x4d91c2(0x21b)](_0x326dad['jOzje']);const _0x4d57db={'saveResults':_0x5b67bb,'testDetails':{'name':expect[_0x4d91c2(0x1d6)]()[_0x4d91c2(0x239)],'testRunId':process[_0x4d91c2(0x259)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect['getState']()[_0x4d91c2(0x23c)],'scopeList':[expect[_0x4d91c2(0x1d6)]()[_0x4d91c2(0x239)]]},'platform':await _0x326dad[_0x4d91c2(0x1f8)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x4d91c2(0x249)](_0x4d91c2(0x23e),_0x4d57db),_0x5b67bb&&logger[_0x4d91c2(0x21b)](_0x326dad['QswlH']);}}catch(_0x55b023){logger[_0x4d91c2(0x1e5)](_0x4d91c2(0x221)+this['currentTest']['titlePath']()+_0x4d91c2(0x20f),_0x55b023);}await _0x326dad[_0x4d91c2(0x224)](setContext);try{if(_0x326dad['NovrB'](isTestObservabilitySession)){global[_0x4d91c2(0x21a)][0x0]&&await _0x326dad[_0x4d91c2(0x1f2)](sendPlatformDetails,global[_0x4d91c2(0x21a)][0x0],TestDetails[_0x4d91c2(0x246)](process[_0x4d91c2(0x208)]+_0x4d91c2(0x22a)));if(_0x326dad[_0x4d91c2(0x1fd)](isBrowserstackInfra)){const _0x2572c5=_0x4d91c2(0x256)+Date[_0x4d91c2(0x258)]();await _0x326dad[_0x4d91c2(0x1c9)](executeAnnotate,JSON['stringify'](_0x2572c5),_0x326dad['coRDM']);}}}catch(_0x164ae0){}_0x326dad[_0x4d91c2(0x1dd)](__drivers[0x0][_0x4d91c2(0x1cd)],0x0)&&await _0x326dad[_0x4d91c2(0x1fd)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x4ba1c4=a13_0x3038db,_0x528ec8={'dPifX':function(_0x26af27,_0x21be2e){return _0x26af27<=_0x21be2e;},'GGgVu':function(_0x44b350,_0x33063f){return _0x44b350(_0x33063f);},'iGzek':function(_0x2fb91d){return _0x2fb91d();},'NYQLY':function(_0x46f564,_0x651776,_0x5a4aeb){return _0x46f564(_0x651776,_0x5a4aeb);},'EotrN':function(_0x3b735c){return _0x3b735c();}};jest[_0x4ba1c4(0x21f)](0x186a0);const _0xc8644c='browserstack internal helper hook';await new Promise(_0x4971e4=>{const _0x1f3344={'Fbnxx':function(_0xf0d57c,_0x4ce90a){const _0x1f03e6=a13_0x159b;return _0x528ec8[_0x1f03e6(0x25b)](_0xf0d57c,_0x4ce90a);},'wIxLb':function(_0x1389af,_0x2b8d59){return _0x528ec8['GGgVu'](_0x1389af,_0x2b8d59);},'RYdOg':function(_0x136de1){return _0x528ec8['iGzek'](_0x136de1);}},_0x42c8f2=_0x528ec8['NYQLY'](setInterval,async()=>{const _0x546df9=a13_0x159b;_0x1f3344[_0x546df9(0x223)](RequestQueueHandler[_0x546df9(0x26d)]()[_0x546df9(0x1e8)],0x0)&&(_0x1f3344[_0x546df9(0x23f)](clearInterval,_0x42c8f2),_0x1f3344['RYdOg'](_0x4971e4));},0x3e8);});try{await _0x528ec8[_0x4ba1c4(0x1bc)](driverCleanup);}catch(_0x4dafc1){}process['removeAllListeners']();},0x2710);
@@ -1 +1 @@
1
- function a14_0x38fb(_0x2b790d,_0x1e542d){const _0x1e1498=a14_0x1e14();return a14_0x38fb=function(_0x38fb87,_0x10eac4){_0x38fb87=_0x38fb87-0x147;let _0x2a66aa=_0x1e1498[_0x38fb87];return _0x2a66aa;},a14_0x38fb(_0x2b790d,_0x1e542d);}const a14_0x33d03c=a14_0x38fb;function a14_0x1e14(){const _0x5787d1=['806185ldkKjN','160PgZohJ','1456316JLJYSZ','517306ExlMvF','../../../helpers/request-spy','16EQrtuc','../../../helpers/test-observability/utils','795720nMIXom','539161IozWgQ','BSTfo','setTimeout','1BArWxd','restore','234153ABhNzC','821922OprIWB'];a14_0x1e14=function(){return _0x5787d1;};return a14_0x1e14();}(function(_0x4cacd9,_0x2298c4){const _0x3b84ed=a14_0x38fb,_0x269628=_0x4cacd9();while(!![]){try{const _0x11fee9=parseInt(_0x3b84ed(0x14e))/0x1*(-parseInt(_0x3b84ed(0x155))/0x2)+parseInt(_0x3b84ed(0x151))/0x3+-parseInt(_0x3b84ed(0x154))/0x4+parseInt(_0x3b84ed(0x152))/0x5+-parseInt(_0x3b84ed(0x14a))/0x6+parseInt(_0x3b84ed(0x14b))/0x7*(parseInt(_0x3b84ed(0x148))/0x8)+-parseInt(_0x3b84ed(0x150))/0x9*(-parseInt(_0x3b84ed(0x153))/0xa);if(_0x11fee9===_0x2298c4)break;else _0x269628['push'](_0x269628['shift']());}catch(_0x512a2a){_0x269628['push'](_0x269628['shift']());}}}(a14_0x1e14,0x3d141));const requestSpy=require(a14_0x33d03c(0x147)),{addRequestSpy}=require(a14_0x33d03c(0x149));beforeAll(()=>{const _0x28d03d=a14_0x33d03c,_0x24ae92={'BSTfo':function(_0x441a3e){return _0x441a3e();}},_0x4134be='browserstack internal helper hook';_0x24ae92[_0x28d03d(0x14c)](addRequestSpy);}),afterAll(async()=>{const _0x8fccee=a14_0x33d03c,_0x52d26b='browserstack internal helper hook';jest[_0x8fccee(0x14d)](0xea60),requestSpy[_0x8fccee(0x14f)]();});
1
+ function a14_0x1562(){const _0x4dd085=['190866mqQwWT','621167OvcYWm','4969110VzRxtI','22798368IDknLn','172FwEECe','restore','47634KWjoKY','ABMVv','58173zxJiBx','1654616TMkobE','679FeqQLU','../../../helpers/test-observability/utils','setTimeout'];a14_0x1562=function(){return _0x4dd085;};return a14_0x1562();}const a14_0x25f2a5=a14_0x4e03;function a14_0x4e03(_0x214b57,_0x20c6b8){const _0x1562dc=a14_0x1562();return a14_0x4e03=function(_0x4e0353,_0x1f7025){_0x4e0353=_0x4e0353-0x170;let _0x346bdf=_0x1562dc[_0x4e0353];return _0x346bdf;},a14_0x4e03(_0x214b57,_0x20c6b8);}(function(_0x3303c1,_0x2dc2f4){const _0x1e7b40=a14_0x4e03,_0x3f5723=_0x3303c1();while(!![]){try{const _0x5a8f6b=parseInt(_0x1e7b40(0x17a))/0x1+parseInt(_0x1e7b40(0x179))/0x2+-parseInt(_0x1e7b40(0x174))/0x3*(-parseInt(_0x1e7b40(0x170))/0x4)+parseInt(_0x1e7b40(0x17b))/0x5+parseInt(_0x1e7b40(0x172))/0x6*(parseInt(_0x1e7b40(0x176))/0x7)+-parseInt(_0x1e7b40(0x175))/0x8+-parseInt(_0x1e7b40(0x17c))/0x9;if(_0x5a8f6b===_0x2dc2f4)break;else _0x3f5723['push'](_0x3f5723['shift']());}catch(_0x14b2fa){_0x3f5723['push'](_0x3f5723['shift']());}}}(a14_0x1562,0x8c383));const requestSpy=require('../../../helpers/request-spy'),{addRequestSpy}=require(a14_0x25f2a5(0x177));beforeAll(()=>{const _0x25cf60=a14_0x25f2a5,_0x58712e={'ABMVv':function(_0x3d33e0){return _0x3d33e0();}},_0x169355='browserstack internal helper hook';_0x58712e[_0x25cf60(0x173)](addRequestSpy);}),afterAll(async()=>{const _0x9bdbf0=a14_0x25f2a5,_0x41b94c='browserstack internal helper hook';jest[_0x9bdbf0(0x178)](0xea60),requestSpy[_0x9bdbf0(0x171)]();});
@@ -1 +1 @@
1
- const a15_0x236319=a15_0x1288;function a15_0x1288(_0x2855f9,_0x3438ce){const _0x6f4024=a15_0x6f40();return a15_0x1288=function(_0x1288c5,_0x265879){_0x1288c5=_0x1288c5-0x1ae;let _0x27e3be=_0x6f4024[_0x1288c5];return _0x27e3be;},a15_0x1288(_0x2855f9,_0x3438ce);}(function(_0x5d242e,_0x42b205){const _0x5b7881=a15_0x1288,_0x39c46b=_0x5d242e();while(!![]){try{const _0x253132=parseInt(_0x5b7881(0x1c2))/0x1*(-parseInt(_0x5b7881(0x1bc))/0x2)+-parseInt(_0x5b7881(0x1c6))/0x3+-parseInt(_0x5b7881(0x1c8))/0x4*(-parseInt(_0x5b7881(0x1c5))/0x5)+parseInt(_0x5b7881(0x1ae))/0x6*(parseInt(_0x5b7881(0x1c4))/0x7)+-parseInt(_0x5b7881(0x1b0))/0x8+parseInt(_0x5b7881(0x1b6))/0x9*(-parseInt(_0x5b7881(0x1ba))/0xa)+-parseInt(_0x5b7881(0x1b1))/0xb*(-parseInt(_0x5b7881(0x1c0))/0xc);if(_0x253132===_0x42b205)break;else _0x39c46b['push'](_0x39c46b['shift']());}catch(_0xa45b5b){_0x39c46b['push'](_0x39c46b['shift']());}}}(a15_0x6f40,0x4814f));const testOpsHelper=require(a15_0x236319(0x1bb)),helper=require('../../../helpers/helper');function a15_0x6f40(){const _0x3d0868=['qAgIp','map','updateTestRerunConfig','null','7236meGEuN','UcZHr','guSCF','fBngQ','6350BCuQZM','../../../helpers/test-observability/utils','4WsbVza','SKsKc','cliConfig','shouldReRunObservabilityTests','36132UsPkur','isUndefined','225577rOrgDP','split','1057jLeBED','1075FKfejy','679245TiQfww','rerunTests','6888sLePZt','get','push','length','552JLIYUf','testMatch','3322392SAQAAs','5533YVFfPK'];a15_0x6f40=function(){return _0x3d0868;};return a15_0x6f40();}exports[a15_0x236319(0x1b4)]=(_0x57fb6e,_0x1c731b)=>{const _0x887f72=a15_0x236319,_0x23b2c4={};_0x23b2c4[_0x887f72(0x1b8)]=_0x887f72(0x1c7),_0x23b2c4[_0x887f72(0x1b9)]=function(_0x49fc27,_0x2ca80b){return _0x49fc27!==_0x2ca80b;},_0x23b2c4[_0x887f72(0x1bd)]=_0x887f72(0x1b5),_0x23b2c4[_0x887f72(0x1b7)]=function(_0x425f55,_0x6c9b76){return _0x425f55!==_0x6c9b76;},_0x23b2c4[_0x887f72(0x1b2)]=function(_0x48194b,_0x141257){return _0x48194b>_0x141257;};const _0x4dfeda=_0x23b2c4;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x887f72(0x1bf)]()){let _0x452d3f=process['env']['BROWSERSTACK_RERUN_TESTS'];!helper[_0x887f72(0x1c1)](_0x1c731b['cliConfig'])&&_0x1c731b[_0x887f72(0x1be)]['has'](_0x4dfeda[_0x887f72(0x1b8)])&&(_0x452d3f=_0x1c731b[_0x887f72(0x1be)][_0x887f72(0x1c9)](_0x4dfeda['guSCF']));const _0x13dc9b=[];_0x4dfeda[_0x887f72(0x1b9)](_0x452d3f,_0x4dfeda['SKsKc'])&&_0x4dfeda[_0x887f72(0x1b7)](_0x452d3f,null)&&_0x452d3f[_0x887f72(0x1c3)](',')[_0x887f72(0x1b3)](_0x5cd39e=>{const _0x328e08=_0x887f72;_0x13dc9b[_0x328e08(0x1ca)](''+_0x5cd39e['trim']());}),_0x4dfeda[_0x887f72(0x1b2)](_0x13dc9b[_0x887f72(0x1cb)],0x0)&&(_0x57fb6e['testRegex']=_0x13dc9b,delete _0x57fb6e[_0x887f72(0x1af)]);}};
1
+ function a15_0x2c9f(_0x15d69b,_0x4b49d5){const _0x2db103=a15_0x2db1();return a15_0x2c9f=function(_0x2c9f7a,_0x3b77e5){_0x2c9f7a=_0x2c9f7a-0x11a;let _0x28ae59=_0x2db103[_0x2c9f7a];return _0x28ae59;},a15_0x2c9f(_0x15d69b,_0x4b49d5);}function a15_0x2db1(){const _0xd0221a=['594255XZGgnu','push','5lbuGLe','testRegex','331560KoOwHC','env','vhYzx','rerunTests','shouldReRunObservabilityTests','32712xPdlrO','split','3427389zHqkPZ','1027764wEyqUI','LrnMJ','bjVdl','null','get','26705mphTxP','updateTestRerunConfig','map','trim','testMatch','978474MmcjLb','DYcAx','../../../helpers/helper','6EwTMEe','cliConfig','BROWSERSTACK_RERUN_TESTS','has','isUndefined'];a15_0x2db1=function(){return _0xd0221a;};return a15_0x2db1();}const a15_0x356a14=a15_0x2c9f;(function(_0x4269ed,_0x3fe8d8){const _0x3e64a4=a15_0x2c9f,_0x21f4de=_0x4269ed();while(!![]){try{const _0x3baa34=-parseInt(_0x3e64a4(0x127))/0x1*(parseInt(_0x3e64a4(0x12f))/0x2)+parseInt(_0x3e64a4(0x134))/0x3+-parseInt(_0x3e64a4(0x11a))/0x4+parseInt(_0x3e64a4(0x136))/0x5*(-parseInt(_0x3e64a4(0x122))/0x6)+-parseInt(_0x3e64a4(0x12c))/0x7+-parseInt(_0x3e64a4(0x11f))/0x8+parseInt(_0x3e64a4(0x121))/0x9;if(_0x3baa34===_0x3fe8d8)break;else _0x21f4de['push'](_0x21f4de['shift']());}catch(_0x57906d){_0x21f4de['push'](_0x21f4de['shift']());}}}(a15_0x2db1,0x18980));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a15_0x356a14(0x12e));exports[a15_0x356a14(0x128)]=(_0x887c4,_0x1ed604)=>{const _0x4a50bd=a15_0x356a14,_0x37a1c5={};_0x37a1c5['LrnMJ']=_0x4a50bd(0x11d),_0x37a1c5[_0x4a50bd(0x12d)]=function(_0x25f168,_0x789f40){return _0x25f168!==_0x789f40;},_0x37a1c5[_0x4a50bd(0x124)]=_0x4a50bd(0x125),_0x37a1c5[_0x4a50bd(0x11c)]=function(_0x3cb1e4,_0x5d88aa){return _0x3cb1e4>_0x5d88aa;};const _0x47ef08=_0x37a1c5;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x4a50bd(0x11e)]()){let _0x24294f=process[_0x4a50bd(0x11b)][_0x4a50bd(0x131)];!helper[_0x4a50bd(0x133)](_0x1ed604['cliConfig'])&&_0x1ed604[_0x4a50bd(0x130)][_0x4a50bd(0x132)](_0x47ef08[_0x4a50bd(0x123)])&&(_0x24294f=_0x1ed604[_0x4a50bd(0x130)][_0x4a50bd(0x126)](_0x47ef08['LrnMJ']));const _0x2a3797=[];_0x47ef08[_0x4a50bd(0x12d)](_0x24294f,_0x47ef08[_0x4a50bd(0x124)])&&_0x47ef08[_0x4a50bd(0x12d)](_0x24294f,null)&&_0x24294f[_0x4a50bd(0x120)](',')[_0x4a50bd(0x129)](_0x133153=>{const _0x2bc26f=_0x4a50bd;_0x2a3797[_0x2bc26f(0x135)](''+_0x133153[_0x2bc26f(0x12a)]());}),_0x47ef08['vhYzx'](_0x2a3797['length'],0x0)&&(_0x887c4[_0x4a50bd(0x137)]=_0x2a3797,delete _0x887c4[_0x4a50bd(0x12b)]);}};
@@ -1 +1 @@
1
- const a16_0x213ba7=a16_0x357b;(function(_0x36764e,_0x3e37a4){const _0x33f16d=a16_0x357b,_0x187e0b=_0x36764e();while(!![]){try{const _0x845ffe=parseInt(_0x33f16d(0x1e9))/0x1*(parseInt(_0x33f16d(0xdb))/0x2)+-parseInt(_0x33f16d(0x10e))/0x3*(-parseInt(_0x33f16d(0x12e))/0x4)+-parseInt(_0x33f16d(0x173))/0x5+parseInt(_0x33f16d(0xeb))/0x6*(parseInt(_0x33f16d(0x139))/0x7)+parseInt(_0x33f16d(0x158))/0x8+parseInt(_0x33f16d(0x1aa))/0x9+parseInt(_0x33f16d(0x128))/0xa*(-parseInt(_0x33f16d(0x146))/0xb);if(_0x845ffe===_0x3e37a4)break;else _0x187e0b['push'](_0x187e0b['shift']());}catch(_0x10cc82){_0x187e0b['push'](_0x187e0b['shift']());}}}(a16_0x4792,0x24730));function a16_0x357b(_0x1a5be1,_0x5a0b4d){const _0x479201=a16_0x4792();return a16_0x357b=function(_0x357b89,_0x3d5372){_0x357b89=_0x357b89-0x78;let _0x4ee27a=_0x479201[_0x357b89];return _0x4ee27a;},a16_0x357b(_0x1a5be1,_0x5a0b4d);}function a16_0x4792(){const _0x458877=['BiigD','ETVZv','FYuMt','getRootParentFile','YCNKd','analyticsResult','kBpfq','aEedp','SDKdu','sypXF','getTestEnv','statSync','RJBTU','oGodq','state','YXeMg','MaMNu','ciSHI','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','lVhwS','KzLQb','zRbWG','ghLJw','ovIDR','GnQmV','qXMYe','toString','YQWef','RRwFO','TBDAE','mapTestHooks','WAwNW','IisKr','tEfDG','asyncError','SeGhp','zKIwk',':hookAnalyticsId','FMBbQ','../../../helpers/helper','EmQvS','MInha','../../utils/constants','UFSDZ','yxRiF','iOfdV','zwLfF','SIlvw','appendTestPlatform','IHHIm','getName','yfxfq','KlqKp','hook_data','egiBW','TNfII','_paths','302698aEEKgj','testAnalyticsId','length','NcheJ','FuiGI','ILFtV','LoBdq','QjRfu','iHkLX','current_test','backtrace','iKwGB','kbsYT','GeOvD','afterAll','cATQm','438MZLrWU','sZqNI','CzkyJ','Gxpuo','VfTfW','ncnpD','ojoHJ','registerListeners','call','cmAnn','LHBZY','bOlsu','YtDZf','WWZSw','pMMFA','GPjaA','uploadEventData','tVusm','_currentRetry','ICeZT','.git','aXYvP','EgDMH','AMIfj','aOalv','inspect','match','tjOTK','getFileName','result','eHfmM','jUvoQ','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','CeXVd','KnxoY','381KZrdfg','KdQsZ','failed\x20to\x20get\x20root\x20parent\x20file\x20','RyMFB','cAWNd','urSay','parent','includes','bs:addPlatformDetails:','TestRunSkipped','FMqEy','snjgc','sFVNX','BEFORE_EACH','HqqYk','forEach','zhsIk','now','js-','EYtmt','event_type','failure','root','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','AFTER_EACH','findGitConfig','20nivyJq','SVnFQ','joXVf','bTHLF','kDKGf','Lekng','3972doBYOf','path','_gitConfigured','lSdSJ','eVVaw','JGnyQ','otHBe','hook_failure','sendTestRunEvent','WhDJY','current_hook','20895xxvefi','FoZfF','1|2|6|0|3|4|5','STATE_PASSED','kMdJQ','qCzIg','jaxgS','IZLAb','ncrhu',':testAnalyticsId','test_run_uuid','stack-trace','ssnCe','3380036vBqMiP','YJUmS','cnaAb','push','getHierarchy','bAcAI','RzYfI','join','IaPNb','\x22\x20hook\x20for\x20\x22','LyNBh','UnWrL','LAshu','beforeAll','wjstQ','passed','pid','err','1845000gbyhyv','pnRdx','WWkBZ','Wcdgv','title','name','tTFsJ','AFTER_ALL','PflNT','hooks','dowdY','xIaQA','location_prefix','VaiBr','nhIar','failed','xHdnB','LWBzW','../../../helpers/test-observability/error-handler','LkvgN','PMliH','lcjhE','lKTGI','PpCGP','iilZD','testStarted','skipped','411275IdNNey','tdjxM','VYByP','XEFix','GugYa','reverse','\x20with\x20error\x20:\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','CLmpP','wTyHG','KFKov','flTDa','lUkOq','nGCQS','XoJTZ','TestRunFinished','duration','EkpvL','toISOString','KCVqD','_testResults','MVsEr','uuid','nOEcp','XXnZE','Eyiyf','cwd','beforeEach','FdnwZ','aSEkA','nTJFf','../../../../package.json','opaut','ShsPJ','qCLav','TJXGu','lefoK','qNTNy','lADPm','qNtms','../../../helpers/test-observability/utils','enqTT','LfjwB','AKfMu','getTestUUID','pending','appendTestItemLog','nvRBp','logs','aneVI','INxfq','AivUc','LogCreated','fhyHe','hZePA','1081017qJdnWI','ZESaF','bpHAn','dCHZO','type','../../../helpers/test-observability/sessionHandler','GtsuK','qNHoQ','sep','hXlBx','wDidw','Yurte','XvXKQ','parse','bind','OWOIG','iAfXi','RefjY','TFxEJ','removeAllListeners','aiQWy','javascript','CnEpG','split','YzIIj','yZqZs','xiYzH','UzTyv','nSUcu','ugYho','XOmkP','failure_backtrace','NNFuE','test','_gitConfigPath','VdbPZ','FGhfc','Njsxy','sRyyW','qilNx','eXXOb','aIrgd','BqTls','CHqUH','errorsDetailed','RfuuX','started_at','BREiB','jest-circus','MVPBL','WNidJ','oQshS','oIlLp','onqYP','YlzEj','AHNyz','vAHHv','euqsi','nDHTY','AnOIo','config','hookAnalyticsId','FxAJv','1BIEwHu','vMCgT','generic','VUcAF','eTGeu','dirname','Wrvud','getHooksForTest','zIrGX','kNJAg','bs:addLog:','ECkUS','qWtEb','hgVyc','qrfFX','finished_at','iIBFA','UoSfO','RniVR','setTestUUID','retryOf','hook_run_uuid','hook_type','xWgPI','EYqCd','ZCTeI','resetTestHooks','failure_reason_expanded','yPgXh','file','configureGit','BEFORE_ALL','vTTCj','PdNeX','QAYNg','QZkKd','zUfon','aFlDM','afterEach','Mofap','mCmwE','failure_type','Xovdn','zvpmo','_testEnv','test_run','xISNZ','itPXH','pzqyx','TLAtD','UKndA','WrRnF','testObservability','DdeaV','DnfuV','kkSmQ','jJDvD','vMYtt','pyKwy','IVrJZ','cUDiA','CKKyp','JsLTZ','ZlLQO'];a16_0x4792=function(){return _0x458877;};return a16_0x4792();}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x213ba7(0x19b)),SessionHandler=require(a16_0x213ba7(0x1af)),{v4:uuidv4}=require(a16_0x213ba7(0x189)),{name,version}=require(a16_0x213ba7(0x192)),stackTrace=require(a16_0x213ba7(0x144)),path=require(a16_0x213ba7(0x12f)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0x213ba7(0xcc)),{o11yClassErrorHandler}=require(a16_0x213ba7(0x16a)),{getGitMetaData}=require(a16_0x213ba7(0xc9)),a16_0x29e903={};a16_0x29e903[a16_0x213ba7(0x13c)]=a16_0x213ba7(0x155),a16_0x29e903['STATE_FAILED']=a16_0x213ba7(0x167),a16_0x29e903['STATE_PENDING']=a16_0x213ba7(0x1a0);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x29e903,a16_0x56f372={};a16_0x56f372['beforeAll']=a16_0x213ba7(0x81),a16_0x56f372[a16_0x213ba7(0xe9)]=a16_0x213ba7(0x15f),a16_0x56f372[a16_0x213ba7(0x18e)]=a16_0x213ba7(0x11b),a16_0x56f372[a16_0x213ba7(0x88)]=a16_0x213ba7(0x126);const HOOK_TYPES_MAP=a16_0x56f372;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x40750d=a16_0x213ba7,_0x25b575={'BREiB':'1|5|2|3|0|6|4','PflNT':function(_0x10b12f){return _0x10b12f();}},_0x38f3ce=_0x25b575[_0x40750d(0x1d9)][_0x40750d(0x1c1)]('|');let _0x49d99d=0x0;while(!![]){switch(_0x38f3ce[_0x49d99d++]){case'0':this[_0x40750d(0xd7)]=[];continue;case'1':this[_0x40750d(0x96)]=_0x25b575[_0x40750d(0x160)](isTestObservabilitySession);continue;case'2':this[_0x40750d(0x8e)]=this[_0x40750d(0xac)]();continue;case'3':this[_0x40750d(0xda)]=new PathHelper({'cwd':process[_0x40750d(0x18d)]()},this[_0x40750d(0x8e)][_0x40750d(0x164)]);continue;case'4':this[_0x40750d(0x1cc)]=null;continue;case'5':this[_0x40750d(0x187)]=[];continue;case'6':this[_0x40750d(0x130)]=![];continue;}break;}}[a16_0x213ba7(0xac)]=()=>{const _0x44d9b9=a16_0x213ba7,_0x163a13={'RhOAu':'generic','YCNKd':function(_0x1b1907){return _0x1b1907();}};return{'ci':_0x163a13['RhOAu'],'key':_0x163a13[_0x44d9b9(0xa6)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x213ba7(0xf2)](){const _0x21dbf1=a16_0x213ba7;process[_0x21dbf1(0x1bd)](_0x21dbf1(0x1f3)+process[_0x21dbf1(0x156)]),process['on'](_0x21dbf1(0x1f3)+process['pid'],this[_0x21dbf1(0x1a1)][_0x21dbf1(0x1b8)](this)),process[_0x21dbf1(0x1bd)](_0x21dbf1(0x116)+process[_0x21dbf1(0x156)]),process['on'](_0x21dbf1(0x116)+process[_0x21dbf1(0x156)],this['appendTestPlatform'][_0x21dbf1(0x1b8)](this));}[a16_0x213ba7(0x171)]=async _0x2cfc64=>{const _0x540684=a16_0x213ba7,_0x77399c={'wTyHG':_0x540684(0x155),'YXeMg':_0x540684(0x1a0),'EkpvL':_0x540684(0x167),'pirHK':function(_0x100dba,_0x5c1de1){return _0x100dba(_0x5c1de1);},'KlqKp':function(_0x22bdcf,_0x2e6434){return _0x22bdcf===_0x2e6434;},'eVVaw':_0x540684(0x1d1),'GIxtn':function(_0x4e879c,_0x1e8df1){return _0x4e879c>_0x1e8df1;},'Njsxy':function(_0x3dad79,_0x1ec352){return _0x3dad79===_0x1ec352;},'JsLTZ':function(_0x481a75,_0x228477){return _0x481a75!==_0x228477;},'pnRdx':'MLvgv','tTFsJ':'TestRunStarted','XOmkP':function(_0xb2ad99,_0x4a2743){return _0xb2ad99===_0x4a2743;},'Gxpuo':'tGHbY','QjRfu':_0x540684(0x93),'EYtmt':_0x540684(0x134),'EmQvS':_0x540684(0xea),'WWZSw':function(_0x26173d,_0x2df9d4){return _0x26173d(_0x2df9d4);}};try{if(_0x77399c[_0x540684(0xd6)](_0x77399c[_0x540684(0x132)],_0x77399c[_0x540684(0x132)])){const _0x3e37a2=this[_0x540684(0xe4)];this[_0x540684(0xe4)]=_0x2cfc64,_0x2cfc64[_0x540684(0x1fd)]=null,_0x2cfc64['testAnalyticsId']=TestDetails[_0x540684(0x1fc)](process['pid']+_0x540684(0x142)),_0x2cfc64[_0x540684(0x1d8)]=new Date()[_0x540684(0x185)]();if(_0x77399c['GIxtn'](_0x2cfc64[_0x540684(0xfd)],0x0)&&_0x3e37a2&&_0x77399c[_0x540684(0x1cf)](_0x3e37a2[_0x540684(0x15c)],_0x2cfc64[_0x540684(0x15c)])){if(_0x77399c[_0x540684(0xa0)](_0x77399c['pnRdx'],_0x77399c[_0x540684(0x159)])){const _0x299150={};return _0x299150[_0x4827ef]=_0x77399c[_0x540684(0x17c)],_0x299150[_0x5e06ec]=_0x77399c[_0x540684(0xb1)],_0x299150[_0x30fcbf]=_0x77399c[_0x540684(0x184)],_0x299150[_0x114fca];}else _0x2cfc64['retryOf']=_0x3e37a2[_0x540684(0xdc)],await this[_0x540684(0x136)](_0x2cfc64,undefined,![],_0x77399c[_0x540684(0x15e)]),_0x3e37a2[_0x540684(0xb0)]=STATE_FAILED,await this[_0x540684(0x136)](_0x3e37a2,undefined,!![]);}else _0x77399c[_0x540684(0x1c8)](_0x77399c[_0x540684(0xee)],_0x77399c[_0x540684(0xe2)])?_0x77399c['pirHK'](_0x2a0531,_0x540684(0x10b)+_0x208db6):await this['sendTestRunEvent'](_0x2cfc64,undefined,![],_0x77399c[_0x540684(0x15e)]);}else return null;}catch(_0x3d24e2){_0x77399c['XOmkP'](_0x77399c[_0x540684(0x121)],_0x77399c[_0x540684(0xca)])?_0x10efcc=this[_0x540684(0xa5)](_0x2b540a):_0x77399c[_0x540684(0xf8)](debug,_0x540684(0xb4)+_0x3d24e2);}};[a16_0x213ba7(0xd4)](_0x207ca8){const _0x3e8178=a16_0x213ba7,_0x28d367={};_0x28d367[_0x3e8178(0x11a)]=function(_0x3b5568,_0x4bb898){return _0x3b5568!==_0x4bb898;},_0x28d367[_0x3e8178(0xaa)]=_0x3e8178(0x1cb),_0x28d367[_0x3e8178(0x7e)]=function(_0x3e1c6c,_0x7e1740){return _0x3e1c6c===_0x7e1740;},_0x28d367[_0x3e8178(0x103)]=_0x3e8178(0x106);const _0x1990b8=_0x28d367;if(_0x1990b8[_0x3e8178(0x11a)](_0x207ca8[_0x3e8178(0x1ae)],_0x1990b8[_0x3e8178(0xaa)]))return _0x1990b8['yPgXh'](_0x1990b8[_0x3e8178(0x103)],_0x1990b8[_0x3e8178(0x103)])?'\x22'+_0x207ca8[_0x3e8178(0x1ae)]+_0x3e8178(0x14f)+(_0x207ca8['parent']&&_0x207ca8[_0x3e8178(0x114)][_0x3e8178(0x15d)])+'\x22':[];return _0x207ca8[_0x3e8178(0x15d)];}[a16_0x213ba7(0x136)]=async(_0x277c63,_0x31c340=undefined,_0xe391f0=![],_0x3ed194=a16_0x213ba7(0x182))=>{const _0xd0e307=a16_0x213ba7,_0x59f4c2={'AHNyz':_0xd0e307(0xff),'tHvqX':'config','onqYP':function(_0x5b2279,_0x5d0f47){return _0x5b2279===_0x5d0f47;},'mBXAx':'HookRunFinished','tVusm':function(_0x16e353,_0x512588){return _0x16e353!==_0x512588;},'ECkUS':_0xd0e307(0x167),'nGCQS':_0xd0e307(0x155),'YJUmS':function(_0x454014,_0x1aede5){return _0x454014(_0x1aede5);},'lVhwS':'beforeEach','nOEcp':_0xd0e307(0x88),'LHBZY':_0xd0e307(0x78),'VaiBr':'hook_run','iAfXi':function(_0x2809b7,_0x34b26a){return _0x2809b7!==_0x34b26a;},'PdNeX':_0xd0e307(0x13b),'xbxqs':function(_0x9a2105){return _0x9a2105();},'CYANZ':_0xd0e307(0x1eb),'KdQsZ':function(_0x3297d2){return _0x3297d2();},'EYqCd':function(_0x30e9ea,_0x5415e4){return _0x30e9ea===_0x5415e4;},'KzLQb':_0xd0e307(0xd3),'SIlvw':_0xd0e307(0x175),'oIlLp':'3|2|1|4|0','UFSDZ':'result','nSUcu':_0xd0e307(0x8f),'hgVyc':_0xd0e307(0x8b),'TJXGu':_0xd0e307(0x123),'FGhfc':'failure_reason','EgDMH':_0xd0e307(0x11c),'sRyyW':_0xd0e307(0x95),'VUcAF':function(_0x56665a,_0x53464f){return _0x56665a!==_0x53464f;},'kNJAg':_0xd0e307(0x85),'Eyiyf':'RZdJZ','oQshS':function(_0x4460fd,_0x3f5a4b){return _0x4460fd!==_0x3f5a4b;},'XXnZE':_0xd0e307(0x14b),'qrfFX':_0xd0e307(0x186),'vTTCj':_0xd0e307(0xe1),'FdnwZ':_0xd0e307(0x9a),'OWOIG':function(_0x48ddb0,_0x283571){return _0x48ddb0(_0x283571);},'RJBTU':_0xd0e307(0x1da),'FMqEy':_0xd0e307(0x17d),'oNKcU':_0xd0e307(0xe3),'RniVR':'util','qXMYe':_0xd0e307(0x176),'qNtms':'test','JaIfs':function(_0x48f08d,_0x1a2c18){return _0x48f08d!==_0x1a2c18;},'AnOIo':_0xd0e307(0x97),'pyKwy':'hFkfp','WAwNW':_0xd0e307(0x157),'YiCoT':_0xd0e307(0xe6),'LyNBh':_0xd0e307(0x14c),'Lekng':function(_0x579225,_0x3440d7){return _0x579225!==_0x3440d7;},'CzkyJ':'File\x20path\x20could\x20not\x20be\x20found','MaMNu':_0xd0e307(0x1bf),'eTGeu':function(_0x3973a6,_0x46157a){return _0x3973a6===_0x46157a;},'hZePA':_0xd0e307(0x117),'ncrhu':_0xd0e307(0x172),'UzTyv':function(_0x3e07fd,_0x30b7c1){return _0x3e07fd>_0x30b7c1;},'cUDiA':function(_0x196227,_0x4078b7){return _0x196227-_0x4078b7;},'TNfII':function(_0xd019d9,..._0x2ab56d){return _0xd019d9(..._0x2ab56d);},'YWhbK':function(_0xee0030,_0x354ef5){return _0xee0030(_0x354ef5);},'nTJFf':function(_0x1a360f,_0xb1d809){return _0x1a360f===_0xb1d809;},'LkvgN':_0xd0e307(0x1d8),'GnQmV':'SHUTk','xIaQA':_0xd0e307(0x1f8),'cAWNd':function(_0x5f375a,_0x2a0359){return _0x5f375a===_0x2a0359;},'kkSmQ':_0xd0e307(0x133),'RfuuX':_0xd0e307(0x1bb),'bpHAn':function(_0x595056,_0x5041ed){return _0x595056!==_0x5041ed;},'XoJTZ':_0xd0e307(0x154),'WhDJY':_0xd0e307(0x170),'yxRiF':_0xd0e307(0xb7),'Xovdn':'YBuNC','lUkOq':_0xd0e307(0x1c9),'aSEkA':_0xd0e307(0xe5),'IVrJZ':'failure_reason_expanded','fhyHe':'expanded','Wrvud':'TestRunFinished','ZESaF':function(_0x28cbdc,_0xcf4bc0){return _0x28cbdc===_0xcf4bc0;},'ovIDR':_0xd0e307(0xc5),'GPjaA':_0xd0e307(0x199),'GugYa':function(_0x161968,_0x47c284){return _0x161968===_0x47c284;},'SVnFQ':_0xd0e307(0x1f1),'qCzIg':_0xd0e307(0x12b),'SFwHW':_0xd0e307(0x140),'CLmpP':_0xd0e307(0xe8),'ugYho':_0xd0e307(0x1c3),'xmsaw':'mkUOk','ejfBu':_0xd0e307(0x90),'zpJbk':function(_0x502fdd,_0x4d5495){return _0x502fdd===_0x4d5495;},'QAYNg':_0xd0e307(0x153),'PpCGP':_0xd0e307(0x111),'hXlBx':_0xd0e307(0x12a),'euqsi':function(_0x27f9cb,_0x7ec791){return _0x27f9cb!==_0x7ec791;},'mCmwE':_0xd0e307(0x7b),'zKIwk':function(_0x544244,_0x5c48ed){return _0x544244(_0x5c48ed);}};try{if(_0x59f4c2[_0xd0e307(0x1df)](_0x59f4c2[_0xd0e307(0x101)],_0x59f4c2[_0xd0e307(0x1d0)]))_0x4f3b7c[_0xd0e307(0x1fe)]=_0x32f222;else{if(_0x277c63['fn']&&_0x277c63['fn'][_0xd0e307(0xbc)]()[_0xd0e307(0x105)](/browserstack internal helper hook/)){if(_0x59f4c2[_0xd0e307(0x1ec)](_0x59f4c2[_0xd0e307(0x1f2)],_0x59f4c2[_0xd0e307(0x18c)]))return;else return _0x2ad5de[_0xd0e307(0xad)](_0x4e5cfd[_0xd0e307(0x14d)](_0x577847,_0x59f4c2[_0xd0e307(0x1e1)],_0x59f4c2['tHvqX'])),_0x31305c;}let _0x6d203c;try{_0x59f4c2[_0xd0e307(0x1dd)](_0x59f4c2[_0xd0e307(0x18b)],_0x59f4c2[_0xd0e307(0x1f7)])?_0x6d203c=this[_0xd0e307(0xa5)](_0x277c63):([_0x2988a6[_0xd0e307(0x78)],_0x3e99cc['name']]=[_0x14d0de[_0xd0e307(0x1ae)],this['getName'](_0x47bdb7)],_0x59f4c2['onqYP'](_0x49273c,_0x59f4c2['mBXAx'])&&(_0x59f4c2['tVusm'](_0x443d14[_0xd0e307(0x108)],_0x59f4c2['ECkUS'])&&(_0x45bf2d[_0xd0e307(0x108)]=_0x59f4c2[_0xd0e307(0x180)])));}catch(_0x5b6deb){_0x59f4c2[_0xd0e307(0x7a)](_0x59f4c2[_0xd0e307(0x82)],_0x59f4c2[_0xd0e307(0x18f)])?_0x59f4c2[_0xd0e307(0x147)](_0xb73ab2,_0xd0e307(0xb4)+_0x27a3b9):(_0x59f4c2[_0xd0e307(0x1b9)](debug,_0xd0e307(0x110)+_0x5b6deb),_0x6d203c=null);}if(_0x6d203c[_0xd0e307(0x115)](_0x59f4c2[_0xd0e307(0xae)])){if(_0x59f4c2['EYqCd'](_0x59f4c2[_0xd0e307(0x118)],_0x59f4c2['oNKcU']))_0x30e49b[_0xd0e307(0x1e7)]=_0x4edcf0[_0xd0e307(0x1fc)](_0x4cec7e[_0xd0e307(0x156)]+_0xd0e307(0xc7));else return;}const _0x4e73f7=_0x59f4c2[_0xd0e307(0x147)](require,_0x59f4c2[_0xd0e307(0x1fb)]);let _0xeeb9ab=[];if(_0x59f4c2[_0xd0e307(0x1ec)](_0x277c63['errorsDetailed'],undefined))_0x59f4c2['iAfXi'](_0x59f4c2['qXMYe'],_0x59f4c2[_0xd0e307(0xbb)])?[_0x59f4c2[_0xd0e307(0xb5)],_0x59f4c2[_0xd0e307(0x18a)]]['includes'](_0x202489[_0xd0e307(0x1ae)])&&_0x5290ad[_0xd0e307(0x1e7)]&&(_0x1e7534['hookAnalyticsId']=null):_0xeeb9ab=[_0x277c63['errorsDetailed'],_0x59f4c2[_0xd0e307(0x19a)]];else{if(_0x59f4c2['VUcAF'](_0x31c340,undefined))_0x59f4c2['JaIfs'](_0x59f4c2[_0xd0e307(0x1e5)],_0x59f4c2[_0xd0e307(0x9c)])?_0xeeb9ab=[_0x31c340,_0x59f4c2[_0xd0e307(0xc1)]]:(_0x386d67[_0x59f4c2[_0xd0e307(0xf5)]]=_0x1bf8c1[_0x3e2c38[_0x59f4c2['LHBZY']]],_0x228e8b[_0x59f4c2[_0xd0e307(0x165)]]=_0x56f040);else{if(_0x59f4c2['VUcAF'](_0x59f4c2['YiCoT'],_0x59f4c2[_0xd0e307(0x150)]))_0xeeb9ab=[];else{const _0x16f868=[];if(_0x50559d&&_0x4bcf9b[_0xd0e307(0x114)]){let _0x32aee2=_0xd774a1[_0xd0e307(0x114)];while(_0x32aee2&&_0x32aee2[_0xd0e307(0x15d)]&&_0x59f4c2[_0xd0e307(0x1ba)](_0x32aee2['name'],'')){_0x16f868[_0xd0e307(0x149)](_0x32aee2[_0xd0e307(0x15d)]),_0x32aee2=_0x32aee2[_0xd0e307(0x15d)];}}return _0x16f868[_0xd0e307(0x178)](),_0x16f868;}}}const _0x429101=_0x59f4c2['Lekng'](_0x277c63[_0xd0e307(0x1d6)],undefined)?_0x4e73f7[_0xd0e307(0x104)](_0x277c63['errorsDetailed'][0x0]):_0x59f4c2[_0xd0e307(0x1dd)](_0x31c340,undefined)?_0x31c340[_0xd0e307(0xbc)]():undefined,_0x567273=_0x6d203c?this['_paths']['prefixTestPath'](this['getRootParentFile'](_0x277c63)):_0x59f4c2[_0xd0e307(0xed)],_0x45fbd5={'framework':FRAMEWORKS['JEST'],'uuid':_0x277c63[_0xd0e307(0xdc)]||_0x277c63[_0xd0e307(0x1e7)],'name':this['getName'](_0x277c63),'body':{'lang':_0x59f4c2[_0xd0e307(0xb2)],'code':_0x277c63['fn'][_0xd0e307(0xbc)]()},'scopes':this[_0xd0e307(0x14a)](_0x277c63),'file_name':_0x567273,'vc_filepath':this[_0xd0e307(0x1cc)]&&_0x6d203c?path['relative'](this['_gitConfigPath'],_0x6d203c):null,'location':_0x567273,'result':_0x59f4c2[_0xd0e307(0x1ed)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])?_0x59f4c2[_0xd0e307(0x141)]:this[_0xd0e307(0xa7)](_0x277c63[_0xd0e307(0x1d6)]&&_0x59f4c2[_0xd0e307(0x1c5)](_0x277c63[_0xd0e307(0x1d6)]['length'],0x0)?_0x59f4c2[_0xd0e307(0x1f4)]:_0x59f4c2[_0xd0e307(0x180)]),'failure_reason':_0x429101,'duration_in_ms':_0x277c63[_0xd0e307(0x183)]||(_0x3ed194[_0xd0e307(0x105)](/Finished/)||_0x3ed194['match'](/Skipped/)?_0x59f4c2[_0xd0e307(0x9e)](Date[_0xd0e307(0x11f)](),new Date(_0x277c63['started_at'])['getTime']()):null),'started_at':_0x277c63['started_at'],'finished_at':_0x3ed194[_0xd0e307(0x105)](/Finished/)||_0x3ed194[_0xd0e307(0x105)](/Skipped/)?new Date()['toISOString']():null,'failure':_0x59f4c2[_0xd0e307(0xd9)](failureData,..._0xeeb9ab),'failure_type':!_0x429101?null:_0x59f4c2['YWhbK'](getFailureType,_0x429101),'retry_of':_0x277c63['retryOf']};_0x59f4c2[_0xd0e307(0x191)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])&&!_0x45fbd5[_0x59f4c2[_0xd0e307(0x16b)]]&&(_0x59f4c2['eTGeu'](_0x59f4c2[_0xd0e307(0xba)],_0x59f4c2[_0xd0e307(0xba)])?_0x45fbd5[_0x59f4c2[_0xd0e307(0x16b)]]=_0x45fbd5[_0x59f4c2[_0xd0e307(0x163)]]:!_0x174880['hookAnalyticsId']&&(_0x5e23a3[_0xd0e307(0x1e7)]=_0x377aa9[_0xd0e307(0x1fc)](_0x1233cd[_0xd0e307(0x156)]+_0xd0e307(0xc7))));if(_0x3ed194[_0xd0e307(0x105)](/HookRun/)){if(_0x59f4c2[_0xd0e307(0x112)](_0x59f4c2['kkSmQ'],_0x59f4c2[_0xd0e307(0x99)])){[_0x45fbd5[_0xd0e307(0x78)],_0x45fbd5['name']]=[_0x277c63[_0xd0e307(0x1ae)],this[_0xd0e307(0xd4)](_0x277c63)];if(_0x59f4c2[_0xd0e307(0x191)](_0x3ed194,_0x59f4c2['mBXAx'])){if(_0x59f4c2['oQshS'](_0x59f4c2[_0xd0e307(0x1d7)],_0x59f4c2['RfuuX'])){const _0x2f6952=_0x59f4c2[_0xd0e307(0x83)][_0xd0e307(0x1c1)]('|');let _0x3943f5=0x0;while(!![]){switch(_0x2f6952[_0x3943f5++]){case'0':this[_0xd0e307(0xda)]=new _0x58eda9({'cwd':_0x46de8c[_0xd0e307(0x18d)]()},this['_testEnv'][_0xd0e307(0x164)]);continue;case'1':this[_0xd0e307(0x96)]=_0x59f4c2['xbxqs'](_0x3c2a88);continue;case'2':this[_0xd0e307(0x187)]=[];continue;case'3':this[_0xd0e307(0xd7)]=[];continue;case'4':this[_0xd0e307(0x130)]=![];continue;case'5':this[_0xd0e307(0x1cc)]=null;continue;case'6':this[_0xd0e307(0x8e)]=this[_0xd0e307(0xac)]();continue;}break;}}else _0x59f4c2[_0xd0e307(0x1ac)](_0x45fbd5[_0xd0e307(0x108)],_0x59f4c2[_0xd0e307(0x1f4)])&&(_0x59f4c2[_0xd0e307(0x1ec)](_0x59f4c2['XoJTZ'],_0x59f4c2[_0xd0e307(0x181)])?this[_0xd0e307(0xc0)](_0x2b21a6):_0x45fbd5['result']=_0x59f4c2['nGCQS']);}}else _0x4f7bba[_0xd0e307(0x1bd)](_0xd0e307(0x1f3)+_0x583b7b['pid']),_0x194ea7['on'](_0xd0e307(0x1f3)+_0x24a3cf['pid'],this['appendTestItemLog'][_0xd0e307(0x1b8)](this)),_0x262556['removeAllListeners'](_0xd0e307(0x116)+_0x467a67[_0xd0e307(0x156)]),_0x54153c['on'](_0xd0e307(0x116)+_0x51c55e['pid'],this[_0xd0e307(0xd2)]['bind'](this));}else{if(_0x3ed194[_0xd0e307(0x105)](/TestRun/)){if(_0x59f4c2[_0xd0e307(0x12d)](_0x59f4c2[_0xd0e307(0x137)],_0x59f4c2[_0xd0e307(0x137)])){let _0x4f0187=_0x3ccbef[_0xd0e307(0x114)];while(_0x4f0187&&_0x4f0187['name']&&_0x59f4c2[_0xd0e307(0xfc)](_0x4f0187['name'],'')){_0x10da46[_0xd0e307(0x149)](_0x4f0187[_0xd0e307(0x15d)]),_0x4f0187=_0x4f0187[_0xd0e307(0x15d)];}}else this[_0xd0e307(0xc0)](_0x277c63);}}const _0x331656=_0x45fbd5[_0x59f4c2[_0xd0e307(0x196)]][0x0];if(_0x331656){if(_0x59f4c2[_0xd0e307(0x1ac)](_0x59f4c2[_0xd0e307(0xce)],_0x59f4c2[_0xd0e307(0x8c)]))_0x45fbd5[_0x59f4c2[_0xd0e307(0x17f)]]=_0x331656[_0x59f4c2[_0xd0e307(0x190)]],_0x45fbd5[_0x59f4c2[_0xd0e307(0x9d)]]=_0x331656[_0x59f4c2[_0xd0e307(0x1a8)]];else{if(_0x8f8426[_0xd0e307(0xc4)]){const _0x5459fc=_0x4cb837['parse'][_0xd0e307(0xf3)](_0x5ce9af,_0x142053[_0xd0e307(0xc4)]);return _0x5459fc[0x0][_0xd0e307(0x107)]();}if(_0x4ec204['file'])return _0xf99a7[_0xd0e307(0x7f)];return null;}}[_0x59f4c2[_0xd0e307(0x1ef)],_0x59f4c2[_0xd0e307(0x1a9)]][_0xd0e307(0x115)](_0x3ed194)&&(_0x59f4c2[_0xd0e307(0x1ab)](_0x59f4c2[_0xd0e307(0xb9)],_0x59f4c2[_0xd0e307(0xfa)])?_0x4994bb=[]:(this['_testResults']['push'](_0x45fbd5),_0x45fbd5[_0xd0e307(0x161)]=this['getHooksForTest'](_0x277c63),this[_0xd0e307(0x7c)](_0x277c63)));const _0x220786={'event_type':_0x59f4c2[_0xd0e307(0x1ed)](_0x3ed194,_0x59f4c2[_0xd0e307(0x1a9)])?_0x59f4c2['Wrvud']:_0x3ed194};if(_0x3ed194[_0xd0e307(0x105)](/HookRun/)){if(_0x59f4c2[_0xd0e307(0x177)](_0x59f4c2[_0xd0e307(0x129)],_0x59f4c2[_0xd0e307(0x13e)])){const _0xbe10fd={};_0xbe10fd[_0xd0e307(0x188)]=_0x59f4c2['lVhwS'],_0xbe10fd[_0xd0e307(0xec)]=_0x59f4c2[_0xd0e307(0x18a)];const _0x377e7c=_0xbe10fd;if(!_0x1e568d||!_0x33143d[_0xd0e307(0x114)])return;_0x1081d3[_0xd0e307(0x114)][_0xd0e307(0x161)][_0xd0e307(0x11d)](_0x197932=>{const _0x252a44=_0xd0e307;[_0x377e7c[_0x252a44(0x188)],_0x377e7c[_0x252a44(0xec)]][_0x252a44(0x115)](_0x197932[_0x252a44(0x1ae)])&&_0x197932[_0x252a44(0x1e7)]&&(_0x197932[_0x252a44(0x1e7)]=null);}),this[_0xd0e307(0xc0)](_0x59d1cd[_0xd0e307(0x114)]);}else _0x45fbd5[_0x59f4c2[_0xd0e307(0xf5)]]=HOOK_TYPES_MAP[_0x45fbd5[_0x59f4c2[_0xd0e307(0xf5)]]],_0x220786[_0x59f4c2[_0xd0e307(0x165)]]=_0x45fbd5;}else{if(_0x59f4c2[_0xd0e307(0x177)](_0x59f4c2['SFwHW'],_0x59f4c2['SFwHW']))_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]]=_0x45fbd5;else return{'ci':_0x59f4c2['CYANZ'],'key':_0x59f4c2[_0xd0e307(0x10f)](_0x22a87a),'version':_0x20a585,'collector':_0xd0e307(0x120)+_0x33db9d};}if(_0x59f4c2[_0xd0e307(0x1c5)](this[_0xd0e307(0xd7)][_0xd0e307(0xdd)],0x0)&&[_0x59f4c2['Wrvud'],_0x59f4c2[_0xd0e307(0x1a9)]][_0xd0e307(0x115)](_0x3ed194)){if(_0x59f4c2['GugYa'](_0x59f4c2[_0xd0e307(0x17b)],_0x59f4c2[_0xd0e307(0x1c7)]))return'\x22'+_0x7e9aa4[_0xd0e307(0x1ae)]+_0xd0e307(0x14f)+(_0x40b9bb['parent']&&_0x2eae2f[_0xd0e307(0x114)][_0xd0e307(0x15d)])+'\x22';else this['hook_data'][_0xd0e307(0x11d)](async _0x552f9a=>{const _0xc3c94=_0xd0e307;if(_0x59f4c2[_0xc3c94(0x7a)](_0x59f4c2[_0xc3c94(0xb6)],_0x59f4c2[_0xc3c94(0xd1)])){const _0x52038d=_0x2b91e9[_0xc3c94(0x1ee)](_0x3e9356);return this[_0xc3c94(0x127)](_0x52038d);}else{const _0x526718=_0x59f4c2[_0xc3c94(0x1de)][_0xc3c94(0x1c1)]('|');let _0x80f0b0=0x0;while(!![]){switch(_0x526718[_0x80f0b0++]){case'0':await SessionHandler['uploadEventData'](_0x552f9a);continue;case'1':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0xcd)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0xcd)]];continue;case'2':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0x1f6)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0x1f6)]];continue;case'3':_0x552f9a[_0x59f4c2['VaiBr']][_0x59f4c2[_0xc3c94(0x196)]]=_0x220786[_0x59f4c2['nSUcu']][_0x59f4c2[_0xc3c94(0x196)]];continue;case'4':_0x552f9a[_0x59f4c2[_0xc3c94(0x165)]][_0x59f4c2[_0xc3c94(0x1ce)]]=_0x220786[_0x59f4c2[_0xc3c94(0x1c6)]][_0x59f4c2[_0xc3c94(0x1ce)]];continue;}break;}}}),this['hook_data']=[];}if(_0x59f4c2['onqYP'](this[_0xd0e307(0x135)],_0x277c63[_0xd0e307(0x1ae)])){if(_0x59f4c2[_0xd0e307(0x7a)](_0x59f4c2['xmsaw'],_0x59f4c2['ejfBu']))this[_0xd0e307(0x187)][_0xd0e307(0x149)](_0x570cc0),_0x4c7187[_0xd0e307(0x161)]=this[_0xd0e307(0x1f0)](_0x1de5df),this[_0xd0e307(0x7c)](_0xce0acf);else{this['hook_data'][_0xd0e307(0x149)](_0x220786);return;}}if(_0x59f4c2['zpJbk'](this[_0xd0e307(0x135)],_0x59f4c2[_0xd0e307(0x84)])&&_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]]){if(_0x59f4c2[_0xd0e307(0x1ac)](_0x59f4c2[_0xd0e307(0x16f)],_0x59f4c2[_0xd0e307(0x1b3)]))_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0xcd)]]=_0x59f4c2[_0xd0e307(0x141)],_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0x196)]]=null,_0x220786[_0x59f4c2[_0xd0e307(0x1c6)]][_0x59f4c2[_0xd0e307(0x1f6)]]=null;else{this[_0xd0e307(0xd7)][_0xd0e307(0x149)](_0x5a64f9);return;}}await SessionHandler[_0xd0e307(0xfb)](_0x220786);}}catch(_0x18bca8){_0x59f4c2[_0xd0e307(0x1e3)](_0x59f4c2[_0xd0e307(0x8a)],_0x59f4c2[_0xd0e307(0x8a)])?_0x5b64f6['push'](_0x5942cb['hookAnalyticsId']):_0x59f4c2[_0xd0e307(0xc6)](debug,_0xd0e307(0x17a)+_0x3ed194+_0xd0e307(0x179)+_0x18bca8);}};[a16_0x213ba7(0x127)](_0x18a4ab){const _0x3090e4=a16_0x213ba7,_0x4a885c={};_0x4a885c[_0x3090e4(0xe7)]=_0x3090e4(0x1cb),_0x4a885c[_0x3090e4(0x1c2)]='failure_backtrace',_0x4a885c['bOlsu']='backtrace',_0x4a885c['CKKyp']=_0x3090e4(0x7d),_0x4a885c['opaut']='expanded',_0x4a885c['eXXOb']='test_run',_0x4a885c[_0x3090e4(0x1d5)]=function(_0x4dce84,_0x4026d7){return _0x4dce84==_0x4026d7;},_0x4a885c[_0x3090e4(0x1c0)]=function(_0x330d00,_0x2e63e8){return _0x330d00===_0x2e63e8;},_0x4a885c['IaPNb']=function(_0x80b413,_0x3f9ac2){return _0x80b413===_0x3f9ac2;},_0x4a885c[_0x3090e4(0x174)]=function(_0x18f55f,_0x34f6e6){return _0x18f55f===_0x34f6e6;},_0x4a885c[_0x3090e4(0xc3)]=_0x3090e4(0x1ad),_0x4a885c[_0x3090e4(0x15b)]=function(_0x8fe674,_0x5ad1bc){return _0x8fe674!==_0x5ad1bc;},_0x4a885c[_0x3090e4(0x1e4)]=_0x3090e4(0x87),_0x4a885c['ZlLQO']=_0x3090e4(0xff),_0x4a885c[_0x3090e4(0x1d4)]='config',_0x4a885c[_0x3090e4(0x1ca)]=_0x3090e4(0x148);const _0x12cf1e=_0x4a885c,_0x38011f=path[_0x3090e4(0x1b2)];if(_0x12cf1e['CHqUH'](_0x18a4ab,null)||_0x12cf1e[_0x3090e4(0x1c0)](_0x18a4ab,'')||_0x12cf1e[_0x3090e4(0x14e)](_0x18a4ab,_0x38011f)){if(_0x12cf1e[_0x3090e4(0x174)](_0x12cf1e[_0x3090e4(0xc3)],_0x12cf1e[_0x3090e4(0xc3)]))return null;else _0x2994d9=[_0x3f8465['errorsDetailed'],_0x12cf1e[_0x3090e4(0xe7)]];}try{if(_0x12cf1e['Wcdgv'](_0x12cf1e['nDHTY'],_0x12cf1e['nDHTY']))_0x5aea6f[_0x12cf1e['YzIIj']]=_0x26ff6c[_0x12cf1e[_0x3090e4(0xf6)]],_0x54cf5e[_0x12cf1e[_0x3090e4(0x9f)]]=_0x13198f[_0x12cf1e[_0x3090e4(0x193)]];else return fs[_0x3090e4(0xad)](path[_0x3090e4(0x14d)](_0x18a4ab,_0x12cf1e[_0x3090e4(0xa1)],_0x12cf1e[_0x3090e4(0x1d4)])),_0x18a4ab;}catch(_0x3a6978){if(_0x12cf1e[_0x3090e4(0x15b)](_0x12cf1e[_0x3090e4(0x1ca)],_0x12cf1e[_0x3090e4(0x1ca)]))_0x15f594[_0x12cf1e[_0x3090e4(0x1d2)]]=_0x438912;else{const _0x290219=path[_0x3090e4(0x1ee)](_0x18a4ab);return this[_0x3090e4(0x127)](_0x290219);}}}[a16_0x213ba7(0x1a1)]=async _0x3067a8=>{const _0x336cf1=a16_0x213ba7,_0x13006b={'ShsPJ':function(_0x560eab,_0x24e5f0){return _0x560eab===_0x24e5f0;},'PMliH':'EOXcs','jUvoQ':function(_0xd8a757,_0x27fdf8){return _0xd8a757!==_0x27fdf8;},'zwLfF':_0x336cf1(0x1a6),'AKfMu':function(_0x1800dd,_0x4ca53b){return _0x1800dd!==_0x4ca53b;},'cmAnn':_0x336cf1(0x168),'ETVZv':_0x336cf1(0xa8),'MGoIb':_0x336cf1(0x151),'TBDAE':_0x336cf1(0xab),'AxnqS':_0x336cf1(0x1a7),'FMBbQ':_0x336cf1(0x16d),'lKTGI':function(_0x123602,_0x176ff7){return _0x123602(_0x176ff7);}},_0x360520=TestDetails['getTestUUID'](process[_0x336cf1(0x156)]+':hookAnalyticsId'),_0x1f14f9=TestDetails[_0x336cf1(0x19f)](process[_0x336cf1(0x156)]+_0x336cf1(0x142));try{if(_0x13006b[_0x336cf1(0x194)](_0x13006b['PMliH'],_0x13006b[_0x336cf1(0x16c)])){if(_0x360520||this['current_hook']&&!this[_0x336cf1(0x138)]['markedStatus']){if(_0x13006b[_0x336cf1(0x10a)](_0x13006b[_0x336cf1(0xd0)],_0x13006b[_0x336cf1(0xd0)]))return;else _0x3067a8[_0x336cf1(0x1fe)]=_0x360520;}if(!_0x3067a8['hook_run_uuid']&&_0x1f14f9){if(_0x13006b[_0x336cf1(0x19e)](_0x13006b[_0x336cf1(0xf4)],_0x13006b[_0x336cf1(0xa3)]))_0x3067a8[_0x336cf1(0x143)]=_0x1f14f9;else return _0x5b058b[_0x336cf1(0x7f)];}if(_0x3067a8[_0x336cf1(0x1fe)]||_0x3067a8['test_run_uuid']){if(_0x13006b[_0x336cf1(0x10a)](_0x13006b['MGoIb'],_0x13006b[_0x336cf1(0xbf)])){const _0x15ff54={};_0x15ff54[_0x336cf1(0x122)]=_0x13006b['AxnqS'],_0x15ff54[_0x336cf1(0x1a3)]=[_0x3067a8],await SessionHandler[_0x336cf1(0xfb)](_0x15ff54);}else _0x5810cc['test_run_uuid']=_0x172355;}}else _0xd9641e[_0x336cf1(0x149)](_0x53a48b[_0x336cf1(0x15d)]),_0x12faff=_0x844a78[_0x336cf1(0x15d)];}catch(_0x10ebf3){if(_0x13006b[_0x336cf1(0x194)](_0x13006b[_0x336cf1(0xc8)],_0x13006b[_0x336cf1(0xc8)]))_0x13006b[_0x336cf1(0x16e)](debug,_0x336cf1(0x125)+_0x10ebf3);else return;}};[a16_0x213ba7(0xd2)]=async _0x186b64=>{const _0x129435=a16_0x213ba7,_0x32e08b={'flTDa':function(_0x248fcd,_0x4cd159){return _0x248fcd!==_0x4cd159;},'LEhXM':_0x129435(0x13f),'XJxWY':_0x129435(0x10d),'pzqyx':'http_response','XvXKQ':'CBTSessionCreated','ILFtV':function(_0x417626,_0x4359eb){return _0x417626===_0x4359eb;},'YlzEj':_0x129435(0x100),'egiBW':function(_0x1b881e,_0x44bcfb){return _0x1b881e(_0x44bcfb);}};try{if(_0x32e08b[_0x129435(0x17e)](_0x32e08b['LEhXM'],_0x32e08b['XJxWY'])){const _0x37f532={'uuid':_0x186b64[_0x129435(0x189)]||TestDetails[_0x129435(0x19f)](process[_0x129435(0x156)]+':testAnalyticsId'),'integrations':_0x186b64[_0x32e08b[_0x129435(0x92)]]},_0x249cf0={};_0x249cf0[_0x129435(0x122)]=_0x32e08b[_0x129435(0x1b6)],_0x249cf0[_0x129435(0x8f)]=_0x37f532,await SessionHandler[_0x129435(0xfb)](_0x249cf0);}else{const _0x3ffebc=_0x8bdab7[_0x129435(0x1b7)][_0x129435(0xf3)](_0x4f5cf7,_0x4a4b5c[_0x129435(0xc4)]);return _0x3ffebc[0x0]['getFileName']();}}catch(_0x5a3908){if(_0x32e08b[_0x129435(0xe0)](_0x32e08b[_0x129435(0x1e0)],_0x32e08b['YlzEj']))_0x32e08b[_0x129435(0xd8)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5a3908);else{if(!_0x153559||!_0x201b3d[_0x129435(0x114)])return;_0x499f4b[_0x129435(0x114)]['hooks'][_0x129435(0x11d)](_0x234cb1=>{const _0x4ad0f0=_0x129435;!_0x234cb1[_0x4ad0f0(0x1e7)]&&(_0x234cb1['hookAnalyticsId']=_0x52361b[_0x4ad0f0(0x1fc)](_0x3acbcd['pid']+_0x4ad0f0(0xc7)));}),this[_0x129435(0xc0)](_0x4a3a31[_0x129435(0x114)]);}}};async[a16_0x213ba7(0x80)](){const _0x4c376b=a16_0x213ba7,_0x25ee3a={'VdbPZ':'test_run','DnfuV':_0x4c376b(0x108),'MInha':_0x4c376b(0x172),'ojoHJ':_0x4c376b(0x123),'NoLVL':_0x4c376b(0x8b),'oMSyo':'passed','zUfon':function(_0x4b76ed,_0x267ec9){return _0x4b76ed!==_0x267ec9;},'CeXVd':_0x4c376b(0x145),'vMYtt':'vyQSL','RRwFO':function(_0x36df4d){return _0x36df4d();},'urSay':function(_0x18e306,_0x5ef7ff){return _0x18e306===_0x5ef7ff;},'BFjEv':_0x4c376b(0xdf),'aEedp':'MTfOd'};if(this[_0x4c376b(0x130)]){if(_0x25ee3a[_0x4c376b(0x86)](_0x25ee3a[_0x4c376b(0x10c)],_0x25ee3a[_0x4c376b(0x9b)]))return this[_0x4c376b(0x1cc)];else _0xf47792[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a[_0x4c376b(0x98)]]=_0x25ee3a[_0x4c376b(0xcb)],_0x473988[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a[_0x4c376b(0xf1)]]=null,_0x44f8be[_0x25ee3a[_0x4c376b(0x1cd)]][_0x25ee3a['NoLVL']]=null;}const _0x45d230=await _0x25ee3a[_0x4c376b(0xbe)](getGitMetaData);_0x45d230&&(_0x25ee3a[_0x4c376b(0x113)](_0x25ee3a['BFjEv'],_0x25ee3a[_0x4c376b(0xa9)])?_0x58fb3f[_0x4c376b(0x108)]=_0x25ee3a['oMSyo']:this[_0x4c376b(0x1cc)]=_0x45d230['root']),this['_gitConfigured']=!![];}['analyticsResult'](_0x55f99e){const _0x41b2b0=a16_0x213ba7,_0x6a2700={};_0x6a2700[_0x41b2b0(0x11e)]=_0x41b2b0(0x155),_0x6a2700[_0x41b2b0(0x195)]='pending',_0x6a2700[_0x41b2b0(0xfe)]=_0x41b2b0(0x167);const _0x233fb4=_0x6a2700,_0x2cf37d={};return _0x2cf37d[STATE_PASSED]=_0x233fb4[_0x41b2b0(0x11e)],_0x2cf37d[STATE_PENDING]=_0x233fb4[_0x41b2b0(0x195)],_0x2cf37d[STATE_FAILED]=_0x233fb4[_0x41b2b0(0xfe)],_0x2cf37d[_0x55f99e];}[a16_0x213ba7(0x14a)](_0x426b5b){const _0xb703cb=a16_0x213ba7,_0x30c67a={};_0x30c67a[_0xb703cb(0x169)]=_0xb703cb(0x1d8),_0x30c67a['skBUU']=_0xb703cb(0x1f8),_0x30c67a[_0xb703cb(0x1c4)]=function(_0x11ae4a,_0x440c1b){return _0x11ae4a===_0x440c1b;},_0x30c67a[_0xb703cb(0x1be)]=_0xb703cb(0x131),_0x30c67a['kMdJQ']='VJMOL',_0x30c67a[_0xb703cb(0x94)]=function(_0x661067,_0x546f7d){return _0x661067!==_0x546f7d;},_0x30c67a[_0xb703cb(0x1b0)]=function(_0xec9168,_0xbadc9e){return _0xec9168===_0xbadc9e;},_0x30c67a[_0xb703cb(0x162)]='NprXU',_0x30c67a[_0xb703cb(0x79)]=_0xb703cb(0x91);const _0x4502c0=_0x30c67a,_0x3ee0a4=[];if(_0x426b5b&&_0x426b5b[_0xb703cb(0x114)]){if(_0x4502c0[_0xb703cb(0x1c4)](_0x4502c0[_0xb703cb(0x1be)],_0x4502c0[_0xb703cb(0x13d)]))_0x5b2cf2[_0x4502c0[_0xb703cb(0x169)]]=_0x1d672c[_0x4502c0['skBUU']];else{let _0xe241f=_0x426b5b[_0xb703cb(0x114)];while(_0xe241f&&_0xe241f[_0xb703cb(0x15d)]&&_0x4502c0[_0xb703cb(0x94)](_0xe241f['name'],'')){if(_0x4502c0[_0xb703cb(0x1b0)](_0x4502c0['dowdY'],_0x4502c0[_0xb703cb(0x79)]))return;else _0x3ee0a4[_0xb703cb(0x149)](_0xe241f[_0xb703cb(0x15d)]),_0xe241f=_0xe241f['name'];}}}return _0x3ee0a4[_0xb703cb(0x178)](),_0x3ee0a4;}[a16_0x213ba7(0xa5)]=_0x16371a=>{const _0x29a7c1=a16_0x213ba7,_0xb5730b={'qWtEb':function(_0x2f9376,_0x207a2d){return _0x2f9376(_0x207a2d);},'uuSIQ':function(_0x46b478,_0x2262b2){return _0x46b478!==_0x2262b2;},'enqTT':'PlxAy','FoZfF':function(_0x5dac5f,_0x473ec9){return _0x5dac5f===_0x473ec9;},'qZOfI':_0x29a7c1(0x166)};if(_0x16371a[_0x29a7c1(0xc4)]){if(_0xb5730b['uuSIQ'](_0xb5730b[_0x29a7c1(0x19c)],_0xb5730b['enqTT']))_0xb5730b[_0x29a7c1(0x1f5)](_0x1408bc,_0x29a7c1(0x110)+_0xb13cdb),_0x4dcf11=null;else{const _0x58015d=stackTrace['parse'][_0x29a7c1(0xf3)](stackTrace,_0x16371a['asyncError']);return _0x58015d[0x0][_0x29a7c1(0x107)]();}}if(_0x16371a[_0x29a7c1(0x7f)]){if(_0xb5730b[_0x29a7c1(0x13a)](_0xb5730b['qZOfI'],_0xb5730b['qZOfI']))return _0x16371a[_0x29a7c1(0x7f)];else return;}return null;};[a16_0x213ba7(0xc0)]=_0x1784a9=>{const _0x45c0d4=a16_0x213ba7,_0x1e7d2f={'lefoK':function(_0xde9d31,_0x37bd7e){return _0xde9d31(_0x37bd7e);},'WNidJ':function(_0x5ce490,_0x2123fd){return _0x5ce490!==_0x2123fd;},'EgYIv':_0x45c0d4(0x167),'aIrgd':_0x45c0d4(0x155),'YtDZf':function(_0x20d487,_0xac11a6){return _0x20d487===_0xac11a6;},'FxAJv':_0x45c0d4(0xef),'YQWef':'zvEtL','zvpmo':function(_0x515f1b,_0x1afc85){return _0x515f1b!==_0x1afc85;},'INxfq':_0x45c0d4(0xb3),'QVple':'qPaPh','BiigD':function(_0x32696c,_0x246020){return _0x32696c===_0x246020;},'eHfmM':_0x45c0d4(0x1fa)};if(!_0x1784a9||!_0x1784a9[_0x45c0d4(0x114)]){if(_0x1e7d2f[_0x45c0d4(0xa2)](_0x1e7d2f[_0x45c0d4(0x109)],_0x1e7d2f[_0x45c0d4(0x109)]))return;else this['_gitConfigPath']=_0x1c1cfa[_0x45c0d4(0x124)];}_0x1784a9[_0x45c0d4(0x114)][_0x45c0d4(0x161)]['forEach'](_0x3ac167=>{const _0x530dfb=_0x45c0d4;_0x1e7d2f[_0x530dfb(0xf7)](_0x1e7d2f[_0x530dfb(0x1e8)],_0x1e7d2f[_0x530dfb(0xbd)])?_0x1e7d2f[_0x530dfb(0x197)](_0xf80455,_0x530dfb(0x17a)+_0x4f126e+_0x530dfb(0x179)+_0x21f8c0):!_0x3ac167[_0x530dfb(0x1e7)]&&(_0x1e7d2f[_0x530dfb(0x8d)](_0x1e7d2f[_0x530dfb(0x1a5)],_0x1e7d2f['QVple'])?_0x3ac167[_0x530dfb(0x1e7)]=TestDetails['setTestUUID'](process['pid']+_0x530dfb(0xc7)):_0x1e7d2f[_0x530dfb(0x1dc)](_0xb20f48[_0x530dfb(0x108)],_0x1e7d2f['EgYIv'])&&(_0x1ada8e[_0x530dfb(0x108)]=_0x1e7d2f[_0x530dfb(0x1d3)]));}),this[_0x45c0d4(0xc0)](_0x1784a9[_0x45c0d4(0x114)]);};['resetTestHooks']=_0x5854ad=>{const _0x4fac0d=a16_0x213ba7,_0x5df481={};_0x5df481[_0x4fac0d(0x1b5)]=function(_0x63c2bd,_0x53ebb1){return _0x63c2bd==_0x53ebb1;},_0x5df481['nvRBp']=function(_0x4bf416,_0x3f070a){return _0x4bf416===_0x3f070a;},_0x5df481['FYuMt']=function(_0x3ab7a9,_0x22020e){return _0x3ab7a9===_0x22020e;},_0x5df481[_0x4fac0d(0xc2)]=_0x4fac0d(0xff),_0x5df481[_0x4fac0d(0x12c)]=_0x4fac0d(0x1e6),_0x5df481[_0x4fac0d(0x119)]=function(_0x101fb1,_0x249c51){return _0x101fb1===_0x249c51;},_0x5df481[_0x4fac0d(0x89)]=_0x4fac0d(0x1e2),_0x5df481['ghLJw']=_0x4fac0d(0x18e),_0x5df481[_0x4fac0d(0xaf)]=_0x4fac0d(0x88),_0x5df481[_0x4fac0d(0x1b1)]=_0x4fac0d(0x198),_0x5df481[_0x4fac0d(0x15a)]=function(_0x354a41,_0x2b6bd8){return _0x354a41!==_0x2b6bd8;},_0x5df481[_0x4fac0d(0xde)]='aSdng';const _0x3ce382=_0x5df481;if(!_0x5854ad||!_0x5854ad[_0x4fac0d(0x114)]){if(_0x3ce382[_0x4fac0d(0x15a)](_0x3ce382['NcheJ'],_0x3ce382[_0x4fac0d(0xde)])){if(!_0x4ce0d9||!_0x22614a[_0x4fac0d(0x114)])return[];const _0x5b862f=[];return _0x4c7227[_0x4fac0d(0x114)][_0x4fac0d(0x161)][_0x4fac0d(0x11d)](_0x322e13=>{const _0x52be04=_0x4fac0d;_0x322e13[_0x52be04(0x1e7)]&&_0x5b862f[_0x52be04(0x149)](_0x322e13[_0x52be04(0x1e7)]);}),[..._0x5b862f,...this[_0x4fac0d(0x1f0)](_0x7208d1[_0x4fac0d(0x114)])];}else return;}_0x5854ad[_0x4fac0d(0x114)][_0x4fac0d(0x161)][_0x4fac0d(0x11d)](_0x340f66=>{const _0x25a18b=_0x4fac0d;if(_0x3ce382[_0x25a18b(0x119)](_0x3ce382[_0x25a18b(0x89)],_0x3ce382['Mofap']))[_0x3ce382[_0x25a18b(0xb8)],_0x3ce382[_0x25a18b(0xaf)]][_0x25a18b(0x115)](_0x340f66['type'])&&_0x340f66['hookAnalyticsId']&&(_0x3ce382[_0x25a18b(0x1a2)](_0x3ce382[_0x25a18b(0x1b1)],_0x3ce382['qNHoQ'])?_0x340f66[_0x25a18b(0x1e7)]=null:_0x424a21[_0x25a18b(0x1e7)]&&_0x53f4d8[_0x25a18b(0x149)](_0x442a28[_0x25a18b(0x1e7)]));else{const _0x2f7e03=_0x2638d5[_0x25a18b(0x1b2)];if(_0x3ce382[_0x25a18b(0x1b5)](_0x351c80,null)||_0x3ce382['nvRBp'](_0x443e97,'')||_0x3ce382[_0x25a18b(0xa4)](_0x278fff,_0x2f7e03))return null;try{return _0x266a37[_0x25a18b(0xad)](_0x55e53f[_0x25a18b(0x14d)](_0x52d37c,_0x3ce382[_0x25a18b(0xc2)],_0x3ce382[_0x25a18b(0x12c)])),_0x4cd523;}catch(_0x1e588c){const _0x5307fc=_0x2c529b[_0x25a18b(0x1ee)](_0x160ddc);return this[_0x25a18b(0x127)](_0x5307fc);}}}),this[_0x4fac0d(0xc0)](_0x5854ad[_0x4fac0d(0x114)]);};[a16_0x213ba7(0x1f0)]=_0x576ca4=>{const _0x3da6b9=a16_0x213ba7,_0x20e6c5={'vMCgT':function(_0x3813fd,_0x55d4cf){return _0x3813fd(_0x55d4cf);},'AMIfj':_0x3da6b9(0x157),'aneVI':function(_0x4bf3e9,_0x23af83){return _0x4bf3e9===_0x23af83;},'LAshu':_0x3da6b9(0x1b4),'MVPBL':_0x3da6b9(0x1f9),'ncnpD':function(_0x4d450c,_0x5a1922){return _0x4d450c!==_0x5a1922;},'ojiUD':'UgvLP','Qspbc':_0x3da6b9(0x19d),'TFxEJ':function(_0x1123a7,_0x104678){return _0x1123a7!==_0x104678;},'pMMFA':_0x3da6b9(0xd5)};if(!_0x576ca4||!_0x576ca4[_0x3da6b9(0x114)]){if(_0x20e6c5[_0x3da6b9(0x1bc)](_0x20e6c5[_0x3da6b9(0xf9)],_0x20e6c5[_0x3da6b9(0xf9)]))_0x20e6c5[_0x3da6b9(0x1ea)](_0x12eb74,_0x3da6b9(0x125)+_0x15b1ff);else return[];}const _0x20e4b1=[];return _0x576ca4[_0x3da6b9(0x114)][_0x3da6b9(0x161)]['forEach'](_0x9e389=>{const _0x2d40df=_0x3da6b9,_0x10e81={};_0x10e81[_0x2d40df(0xcf)]=_0x20e6c5[_0x2d40df(0x102)];const _0x21adf4=_0x10e81;if(_0x20e6c5[_0x2d40df(0x1a4)](_0x20e6c5[_0x2d40df(0x152)],_0x20e6c5[_0x2d40df(0x1db)]))_0x374d90=[_0x3cd166,_0x21adf4['iOfdV']];else{if(_0x9e389[_0x2d40df(0x1e7)]){if(_0x20e6c5[_0x2d40df(0xf0)](_0x20e6c5['ojiUD'],_0x20e6c5['Qspbc']))_0x20e4b1['push'](_0x9e389[_0x2d40df(0x1e7)]);else return this[_0x2d40df(0x1cc)];}}}),[..._0x20e4b1,...this['getHooksForTest'](_0x576ca4[_0x3da6b9(0x114)])];};},[a16_0x213ba7(0xac),a16_0x213ba7(0xf2),a16_0x213ba7(0x171),'getName','sendTestRunEvent',a16_0x213ba7(0x127),a16_0x213ba7(0x1a1),a16_0x213ba7(0xd2),a16_0x213ba7(0xa7),'getHierarchy',a16_0x213ba7(0xa5),a16_0x213ba7(0xc0),a16_0x213ba7(0x7c),a16_0x213ba7(0x1f0),a16_0x213ba7(0x80)]);
1
+ const a16_0x253f4f=a16_0x4b79;(function(_0x2b3a57,_0x3a5a38){const _0x32cb85=a16_0x4b79,_0xd3c905=_0x2b3a57();while(!![]){try{const _0x5bc142=-parseInt(_0x32cb85(0x16d))/0x1+-parseInt(_0x32cb85(0x18d))/0x2+parseInt(_0x32cb85(0x21d))/0x3+parseInt(_0x32cb85(0x1b9))/0x4*(-parseInt(_0x32cb85(0x1c4))/0x5)+-parseInt(_0x32cb85(0x1d5))/0x6+-parseInt(_0x32cb85(0x1bb))/0x7*(parseInt(_0x32cb85(0x228))/0x8)+parseInt(_0x32cb85(0x18c))/0x9;if(_0x5bc142===_0x3a5a38)break;else _0xd3c905['push'](_0xd3c905['shift']());}catch(_0x26c68a){_0xd3c905['push'](_0xd3c905['shift']());}}}(a16_0x1bef,0x42c9b));function a16_0x4b79(_0x59d479,_0x47b858){const _0x1befdb=a16_0x1bef();return a16_0x4b79=function(_0x4b799c,_0x58530f){_0x4b799c=_0x4b799c-0x13f;let _0x8a6dd6=_0x1befdb[_0x4b799c];return _0x8a6dd6;},a16_0x4b79(_0x59d479,_0x47b858);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require(a16_0x253f4f(0x23c)),{v4:uuidv4}=require(a16_0x253f4f(0x23b)),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x253f4f(0x179)),path=require(a16_0x253f4f(0x204)),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require(a16_0x253f4f(0x178)),{o11yClassErrorHandler}=require(a16_0x253f4f(0x158)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x12f0cd={};a16_0x12f0cd[a16_0x253f4f(0x28e)]=a16_0x253f4f(0x19f),a16_0x12f0cd['STATE_FAILED']=a16_0x253f4f(0x26f),a16_0x12f0cd[a16_0x253f4f(0x1cd)]=a16_0x253f4f(0x1e4);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x12f0cd,a16_0x2fff8e={};a16_0x2fff8e['beforeAll']='BEFORE_ALL',a16_0x2fff8e['afterAll']=a16_0x253f4f(0x283),a16_0x2fff8e[a16_0x253f4f(0x1d0)]=a16_0x253f4f(0x209),a16_0x2fff8e['afterEach']=a16_0x253f4f(0x243);const HOOK_TYPES_MAP=a16_0x2fff8e;module[a16_0x253f4f(0x27b)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x1216a3=a16_0x253f4f,_0x5187d5={'uKnhO':'4|0|6|5|2|3|1','fgbvk':function(_0x7935ea){return _0x7935ea();}},_0x144e2b=_0x5187d5[_0x1216a3(0x1c3)]['split']('|');let _0x325867=0x0;while(!![]){switch(_0x144e2b[_0x325867++]){case'0':this['_testResults']=[];continue;case'1':this[_0x1216a3(0x28c)]=null;continue;case'2':this[_0x1216a3(0x1ac)]=[];continue;case'3':this[_0x1216a3(0x1fb)]=![];continue;case'4':this[_0x1216a3(0x237)]=_0x5187d5[_0x1216a3(0x27a)](isTestObservabilitySession);continue;case'5':this[_0x1216a3(0x171)]=new PathHelper({'cwd':process[_0x1216a3(0x294)]()},this[_0x1216a3(0x1a9)]['location_prefix']);continue;case'6':this[_0x1216a3(0x1a9)]=this[_0x1216a3(0x1b1)]();continue;}break;}}[a16_0x253f4f(0x1b1)]=()=>{const _0x584d3f=a16_0x253f4f,_0x18f5ed={'nuYBt':_0x584d3f(0x1ee),'kzmgw':function(_0x257169){return _0x257169();}};return{'ci':_0x18f5ed['nuYBt'],'key':_0x18f5ed[_0x584d3f(0x1c8)](uuidv4),'version':version,'collector':_0x584d3f(0x265)+name};};[a16_0x253f4f(0x1c2)](){const _0x413aaf=a16_0x253f4f;process[_0x413aaf(0x1d3)](_0x413aaf(0x20e)+process[_0x413aaf(0x207)]),process['on'](_0x413aaf(0x20e)+process[_0x413aaf(0x207)],this['appendTestItemLog'][_0x413aaf(0x291)](this)),process[_0x413aaf(0x1d3)](_0x413aaf(0x203)+process['pid']),process['on'](_0x413aaf(0x203)+process[_0x413aaf(0x207)],this[_0x413aaf(0x18f)][_0x413aaf(0x291)](this));}[a16_0x253f4f(0x1f1)]=async _0x76f995=>{const _0x28321c=a16_0x253f4f,_0x267b4e={'qMPmE':_0x28321c(0x182),'ZXrcN':'config','SCByr':function(_0x45c7a1,_0x390b77){return _0x45c7a1==_0x390b77;},'Ingky':function(_0x32ea6b,_0x131d70){return _0x32ea6b===_0x131d70;},'WmZqX':function(_0x37e33f,_0x144fef){return _0x37e33f===_0x144fef;},'dxWIW':function(_0x12cc89,_0x182704){return _0x12cc89(_0x182704);},'thNnB':'QiPfb','AVtzV':function(_0x262bcb,_0x5923be){return _0x262bcb>_0x5923be;},'FPfXZ':function(_0x578b82,_0x2cfbc5){return _0x578b82===_0x2cfbc5;},'EfnOZ':function(_0x37e4bc,_0x590569){return _0x37e4bc!==_0x590569;},'KEaxi':_0x28321c(0x276),'ieOoa':_0x28321c(0x174),'iwitM':function(_0x28aee3,_0x5a179b){return _0x28aee3===_0x5a179b;},'IjTRo':_0x28321c(0x1d4),'HVvBW':'KRrLz','msuel':_0x28321c(0x27d),'dPaFM':function(_0x27a879,_0x48e675){return _0x27a879(_0x48e675);}};try{if(_0x267b4e['Ingky'](_0x267b4e[_0x28321c(0x1b5)],_0x267b4e[_0x28321c(0x1b5)])){const _0x424099=this[_0x28321c(0x246)];this[_0x28321c(0x246)]=_0x76f995,_0x76f995[_0x28321c(0x252)]=null,_0x76f995[_0x28321c(0x161)]=TestDetails['setTestUUID'](process[_0x28321c(0x207)]+_0x28321c(0x27e)),_0x76f995[_0x28321c(0x1dc)]=new Date()[_0x28321c(0x1fc)]();if(_0x267b4e['AVtzV'](_0x76f995[_0x28321c(0x15a)],0x0)&&_0x424099&&_0x267b4e[_0x28321c(0x248)](_0x424099[_0x28321c(0x219)],_0x76f995[_0x28321c(0x219)])){if(_0x267b4e[_0x28321c(0x175)](_0x267b4e[_0x28321c(0x151)],_0x267b4e['KEaxi']))return _0x32e4c0[_0x28321c(0x1f8)](_0x1ee5d9[_0x28321c(0x186)](_0x2bdcff,_0x267b4e[_0x28321c(0x206)],_0x267b4e['ZXrcN'])),_0xfa13cc;else _0x76f995[_0x28321c(0x252)]=_0x424099[_0x28321c(0x161)],await this['sendTestRunEvent'](_0x76f995,undefined,![],_0x267b4e[_0x28321c(0x211)]),_0x424099[_0x28321c(0x1f3)]=STATE_FAILED,await this[_0x28321c(0x194)](_0x424099,undefined,!![]);}else{if(_0x267b4e[_0x28321c(0x296)](_0x267b4e['IjTRo'],_0x267b4e[_0x28321c(0x20b)])){const _0x3e4e54=_0x229eea[_0x28321c(0x299)];if(_0x267b4e[_0x28321c(0x176)](_0x10c139,null)||_0x267b4e[_0x28321c(0x24b)](_0xf560c6,'')||_0x267b4e[_0x28321c(0x1c9)](_0x28ebb2,_0x3e4e54))return null;try{return _0x4f785c[_0x28321c(0x1f8)](_0x68a3b3[_0x28321c(0x186)](_0x347b6d,_0x267b4e[_0x28321c(0x206)],_0x267b4e[_0x28321c(0x187)])),_0x565692;}catch(_0x45c721){const _0x3fd770=_0x33889d[_0x28321c(0x16b)](_0x2e3f85);return this[_0x28321c(0x193)](_0x3fd770);}}else await this[_0x28321c(0x194)](_0x76f995,undefined,![],_0x267b4e[_0x28321c(0x211)]);}}else _0x267b4e[_0x28321c(0x293)](_0x14cbae,_0x28321c(0x1bc)+_0x4d37a8+_0x28321c(0x1b0)+_0x334d79);}catch(_0x624fbf){if(_0x267b4e[_0x28321c(0x175)](_0x267b4e['msuel'],_0x267b4e['msuel']))return;else _0x267b4e[_0x28321c(0x17b)](debug,_0x28321c(0x224)+_0x624fbf);}};[a16_0x253f4f(0x27f)](_0x28233a){const _0x4c6457=a16_0x253f4f,_0x404bd2={};_0x404bd2[_0x4c6457(0x141)]=function(_0x1d7e75,_0xc5748b){return _0x1d7e75!==_0xc5748b;},_0x404bd2['YkJKK']=_0x4c6457(0x213),_0x404bd2[_0x4c6457(0x1e6)]=function(_0x1e5a6b,_0x28b417){return _0x1e5a6b===_0x28b417;},_0x404bd2[_0x4c6457(0x1a2)]='AzFtg';const _0x402df=_0x404bd2;if(_0x402df['YHPdD'](_0x28233a[_0x4c6457(0x260)],_0x402df[_0x4c6457(0x230)])){if(_0x402df[_0x4c6457(0x1e6)](_0x402df[_0x4c6457(0x1a2)],_0x402df['jgclN']))return'\x22'+_0x28233a[_0x4c6457(0x260)]+_0x4c6457(0x1fa)+(_0x28233a[_0x4c6457(0x1a4)]&&_0x28233a['parent']['name'])+'\x22';else return;}return _0x28233a[_0x4c6457(0x17c)];}[a16_0x253f4f(0x194)]=async(_0x338110,_0x36aed5=undefined,_0x155a1f=![],_0x4b9cc3=a16_0x253f4f(0x147))=>{const _0x17b21d=a16_0x253f4f,_0xa2f9f5={'WnBVx':function(_0x3a653f,_0x106ed9){return _0x3a653f(_0x106ed9);},'yfdAz':'0|2|4|3|6|1|5','bCZKC':function(_0xf0fe75){return _0xf0fe75();},'kPUEd':function(_0x5ace33,_0x490c76){return _0x5ace33(_0x490c76);},'ZAMyq':_0x17b21d(0x23a),'NnMeR':_0x17b21d(0x1eb),'tvlwR':_0x17b21d(0x1d0),'YvLHY':'afterEach','CWiOT':function(_0x4e562b,_0x2ad2ae){return _0x4e562b!==_0x2ad2ae;},'dPzKy':'failed','VfGkG':_0x17b21d(0x19f),'ivMdg':_0x17b21d(0x213),'Zbosz':function(_0x270a6f,_0x4d52b7){return _0x270a6f!==_0x4d52b7;},'IYSPP':function(_0x3c2636,_0x198a01){return _0x3c2636===_0x198a01;},'mvFsA':'bwBVd','tJxDN':'ZRVGk','oPYVL':_0x17b21d(0x1fe),'NkcfM':_0x17b21d(0x1f6),'EvcOV':_0x17b21d(0x220),'PbTcX':_0x17b21d(0x21b),'SGDSN':_0x17b21d(0x1ed),'zcMTt':'failure_type','dnBSc':function(_0x593a83,_0x35c990){return _0x593a83===_0x35c990;},'BLUSy':_0x17b21d(0x19a),'HHcoY':function(_0x8a7dad,_0x320348){return _0x8a7dad!==_0x320348;},'wZCYZ':_0x17b21d(0x146),'asdeA':_0x17b21d(0x2a5),'XNRAl':_0x17b21d(0x1db),'woqzo':function(_0x3ad93c,_0x5d1880){return _0x3ad93c!==_0x5d1880;},'OpSnY':_0x17b21d(0x142),'YPHKK':_0x17b21d(0x287),'LfyBH':'jest-circus','EjhJx':function(_0x43003c,_0x53974d){return _0x43003c!==_0x53974d;},'IMlSW':'ritWt','pPogV':function(_0x22abe1,_0x5be4f1){return _0x22abe1(_0x5be4f1);},'Dsjfc':_0x17b21d(0x19d),'hvJtr':_0x17b21d(0x29a),'NgoMi':function(_0x5f14dd,_0x227e09){return _0x5f14dd!==_0x227e09;},'fXXlu':_0x17b21d(0x23f),'bRmyD':_0x17b21d(0x214),'jhlqu':_0x17b21d(0x208),'CjDqE':'GQHnW','iiNuR':_0x17b21d(0x26d),'gyCtV':_0x17b21d(0x1c5),'uLXwk':'TestRunSkipped','AYKnt':_0x17b21d(0x205),'Seuli':function(_0x55bae5,_0x1f7584){return _0x55bae5>_0x1f7584;},'olwuB':function(_0x662be6,_0x23d527){return _0x662be6-_0x23d527;},'lsZbN':function(_0x5b444f,_0x2ef9ee){return _0x5b444f(_0x2ef9ee);},'gjyqM':function(_0x4348ae,_0x4b0903){return _0x4348ae===_0x4b0903;},'xGmRp':_0x17b21d(0x1dc),'iachE':_0x17b21d(0x218),'JjhTf':_0x17b21d(0x19b),'CzcYN':'BnchQ','jHqKi':_0x17b21d(0x21a),'Wsylo':function(_0x3edff0,_0x5b23f5){return _0x3edff0===_0x5b23f5;},'zetyw':_0x17b21d(0x227),'YZcCW':function(_0x5262b9,_0x1d2b89){return _0x5262b9===_0x1d2b89;},'rrRcx':_0x17b21d(0x263),'WWEoW':function(_0x520023,_0x2a3b4c){return _0x520023!==_0x2a3b4c;},'pRRIg':'Wzyim','UWHQn':_0x17b21d(0x144),'WKyhQ':_0x17b21d(0x1cc),'BgYbw':'backtrace','QXCag':_0x17b21d(0x172),'Oyzmd':'expanded','rabbs':_0x17b21d(0x147),'CZSFE':_0x17b21d(0x1d9),'lVRNN':function(_0x1af708,_0x2c08b1){return _0x1af708===_0x2c08b1;},'wcKmF':function(_0x4e5a5c,_0x402489){return _0x4e5a5c!==_0x402489;},'TUoSx':_0x17b21d(0x25c),'yJKJF':'moNvL','PmQIu':function(_0x4cd3f9,_0x683e89){return _0x4cd3f9!==_0x683e89;},'YmfRZ':_0x17b21d(0x27c),'vSovy':function(_0x40ed0a,_0x204c44){return _0x40ed0a===_0x204c44;},'NTQGy':_0x17b21d(0x1cb),'lVuIj':function(_0x16ea0f,_0x40dabe){return _0x16ea0f===_0x40dabe;},'Ucmtk':_0x17b21d(0x266),'zhybW':_0x17b21d(0x298),'Vhebx':function(_0x2645ea,_0x2c6e1d){return _0x2645ea===_0x2c6e1d;},'dJKau':'EGHhc','FgfxC':_0x17b21d(0x267),'oRFUz':_0x17b21d(0x1a1)};try{if(_0xa2f9f5[_0x17b21d(0x222)](_0xa2f9f5[_0x17b21d(0x23e)],_0xa2f9f5[_0x17b21d(0x23e)])){if(_0x338110['fn']&&_0x338110['fn'][_0x17b21d(0x17e)]()[_0x17b21d(0x24c)](/browserstack internal helper hook/)){if(_0xa2f9f5[_0x17b21d(0x16c)](_0xa2f9f5[_0x17b21d(0x143)],_0xa2f9f5[_0x17b21d(0x270)]))return;else this[_0x17b21d(0x177)](_0x5d1fdd);}let _0x38336d;try{if(_0xa2f9f5[_0x17b21d(0x1ef)](_0xa2f9f5[_0x17b21d(0x2a8)],_0xa2f9f5['XNRAl']))_0x38336d=this[_0x17b21d(0x189)](_0x338110);else{if(_0x215be0[_0x17b21d(0x13f)]){const _0x995ee0=_0x420635[_0x17b21d(0x215)]['call'](_0xce1fb0,_0x5f1112[_0x17b21d(0x13f)]);return _0x995ee0[0x0][_0x17b21d(0x28b)]();}if(_0x28c98c[_0x17b21d(0x28d)])return _0xea3c[_0x17b21d(0x28d)];return null;}}catch(_0x5edda1){_0xa2f9f5[_0x17b21d(0x216)](_0xa2f9f5['OpSnY'],_0xa2f9f5[_0x17b21d(0x233)])?(_0xa2f9f5[_0x17b21d(0x2a0)](debug,_0x17b21d(0x273)+_0x5edda1),_0x38336d=null):_0xa2f9f5[_0x17b21d(0x1c6)](_0x3b6611,_0x17b21d(0x224)+_0x5b7160);}if(_0x38336d[_0x17b21d(0x1f2)](_0xa2f9f5['LfyBH'])){if(_0xa2f9f5[_0x17b21d(0x297)](_0xa2f9f5[_0x17b21d(0x1bf)],_0xa2f9f5[_0x17b21d(0x1bf)])){const _0xd86343=_0xa2f9f5[_0x17b21d(0x200)][_0x17b21d(0x281)]('|');let _0x2f444e=0x0;while(!![]){switch(_0xd86343[_0x2f444e++]){case'0':this[_0x17b21d(0x237)]=_0xa2f9f5[_0x17b21d(0x170)](_0x31db64);continue;case'1':this['_gitConfigured']=![];continue;case'2':this[_0x17b21d(0x2a7)]=[];continue;case'3':this[_0x17b21d(0x171)]=new _0x4d5144({'cwd':_0x260fe4[_0x17b21d(0x294)]()},this[_0x17b21d(0x1a9)][_0x17b21d(0x148)]);continue;case'4':this[_0x17b21d(0x1a9)]=this[_0x17b21d(0x1b1)]();continue;case'5':this[_0x17b21d(0x28c)]=null;continue;case'6':this[_0x17b21d(0x1ac)]=[];continue;}break;}}else return;}const _0x358ea3=_0xa2f9f5[_0x17b21d(0x1a6)](require,_0xa2f9f5['Dsjfc']);let _0x56a38d=[];if(_0xa2f9f5[_0x17b21d(0x16c)](_0x338110[_0x17b21d(0x180)],undefined))_0xa2f9f5[_0x17b21d(0x1ef)](_0xa2f9f5[_0x17b21d(0x26b)],_0xa2f9f5[_0x17b21d(0x26b)])?_0x56a38d=[_0x338110[_0x17b21d(0x180)],_0xa2f9f5[_0x17b21d(0x1af)]]:_0xa2f9f5[_0x17b21d(0x2a0)](_0x17f87c,_0x17b21d(0x275)+_0x410c09);else{if(_0xa2f9f5[_0x17b21d(0x14e)](_0x36aed5,undefined))_0xa2f9f5[_0x17b21d(0x292)](_0xa2f9f5[_0x17b21d(0x25a)],_0xa2f9f5[_0x17b21d(0x25a)])?(_0x30fcc9[_0xa2f9f5[_0x17b21d(0x1ba)]]=_0x52caf9[_0x27eff4[_0xa2f9f5[_0x17b21d(0x1ba)]]],_0x33506c[_0xa2f9f5[_0x17b21d(0x257)]]=_0x536407):_0x56a38d=[_0x36aed5,_0xa2f9f5[_0x17b21d(0x1ff)]];else{if(_0xa2f9f5['HHcoY'](_0xa2f9f5['jhlqu'],_0xa2f9f5[_0x17b21d(0x1dd)]))_0x56a38d=[];else return;}}const _0x57a2f0=_0xa2f9f5['CWiOT'](_0x338110[_0x17b21d(0x180)],undefined)?_0x358ea3[_0x17b21d(0x1f5)](_0x338110[_0x17b21d(0x180)][0x0]):_0xa2f9f5[_0x17b21d(0x216)](_0x36aed5,undefined)?_0x36aed5[_0x17b21d(0x17e)]():undefined,_0x40b2b7=_0x38336d?this[_0x17b21d(0x171)][_0x17b21d(0x1f9)](this[_0x17b21d(0x189)](_0x338110)):_0xa2f9f5[_0x17b21d(0x239)],_0x15780d={'framework':FRAMEWORKS['JEST'],'uuid':_0x338110[_0x17b21d(0x161)]||_0x338110[_0x17b21d(0x17d)],'name':this['getName'](_0x338110),'body':{'lang':_0xa2f9f5[_0x17b21d(0x1df)],'code':_0x338110['fn'][_0x17b21d(0x17e)]()},'scopes':this[_0x17b21d(0x2a4)](_0x338110),'file_name':_0x40b2b7,'vc_filepath':this['_gitConfigPath']&&_0x38336d?path[_0x17b21d(0x15f)](this[_0x17b21d(0x28c)],_0x38336d):null,'location':_0x40b2b7,'result':_0xa2f9f5[_0x17b21d(0x222)](_0x4b9cc3,_0xa2f9f5['uLXwk'])?_0xa2f9f5[_0x17b21d(0x181)]:this['analyticsResult'](_0x338110['errorsDetailed']&&_0xa2f9f5['Seuli'](_0x338110[_0x17b21d(0x180)][_0x17b21d(0x253)],0x0)?_0xa2f9f5[_0x17b21d(0x1b2)]:_0xa2f9f5[_0x17b21d(0x26a)]),'failure_reason':_0x57a2f0,'duration_in_ms':_0x338110[_0x17b21d(0x20f)]||(_0x4b9cc3[_0x17b21d(0x24c)](/Finished/)||_0x4b9cc3[_0x17b21d(0x24c)](/Skipped/)?_0xa2f9f5[_0x17b21d(0x245)](Date['now'](),new Date(_0x338110[_0x17b21d(0x1dc)])[_0x17b21d(0x289)]()):null),'started_at':_0x338110['started_at'],'finished_at':_0x4b9cc3['match'](/Finished/)||_0x4b9cc3[_0x17b21d(0x24c)](/Skipped/)?new Date()[_0x17b21d(0x1fc)]():null,'failure':_0xa2f9f5[_0x17b21d(0x1c6)](failureData,..._0x56a38d),'failure_type':!_0x57a2f0?null:_0xa2f9f5[_0x17b21d(0x29e)](getFailureType,_0x57a2f0),'retry_of':_0x338110[_0x17b21d(0x252)]};if(_0xa2f9f5[_0x17b21d(0x1e3)](_0x4b9cc3,_0xa2f9f5[_0x17b21d(0x25d)])&&!_0x15780d[_0xa2f9f5[_0x17b21d(0x1fd)]]){if(_0xa2f9f5[_0x17b21d(0x297)](_0xa2f9f5[_0x17b21d(0x15b)],_0xa2f9f5['iachE'])){if(!_0x269cb3||!_0x3ee088[_0x17b21d(0x1a4)])return;_0x420746[_0x17b21d(0x1a4)][_0x17b21d(0x14b)][_0x17b21d(0x240)](_0x5d4c1a=>{const _0x4f1203=_0x17b21d;[_0xa2f9f5[_0x4f1203(0x14c)],_0xa2f9f5['YvLHY']][_0x4f1203(0x1f2)](_0x5d4c1a[_0x4f1203(0x260)])&&_0x5d4c1a[_0x4f1203(0x17d)]&&(_0x5d4c1a[_0x4f1203(0x17d)]=null);}),this[_0x17b21d(0x177)](_0x1779d9[_0x17b21d(0x1a4)]);}else _0x15780d[_0xa2f9f5['xGmRp']]=_0x15780d[_0xa2f9f5[_0x17b21d(0x29f)]];}if(_0x4b9cc3[_0x17b21d(0x24c)](/HookRun/))_0xa2f9f5[_0x17b21d(0x1ef)](_0xa2f9f5['CzcYN'],_0xa2f9f5[_0x17b21d(0x1ae)])?([_0x15780d[_0x17b21d(0x23a)],_0x15780d[_0x17b21d(0x17c)]]=[_0x338110[_0x17b21d(0x260)],this[_0x17b21d(0x27f)](_0x338110)],_0xa2f9f5['gjyqM'](_0x4b9cc3,_0xa2f9f5[_0x17b21d(0x1e9)])&&(_0xa2f9f5[_0x17b21d(0x1e2)](_0xa2f9f5[_0x17b21d(0x242)],_0xa2f9f5['zetyw'])?_0xa2f9f5[_0x17b21d(0x216)](_0x15780d[_0x17b21d(0x21b)],_0xa2f9f5[_0x17b21d(0x1b2)])&&(_0xa2f9f5[_0x17b21d(0x162)](_0xa2f9f5[_0x17b21d(0x1c1)],_0xa2f9f5[_0x17b21d(0x1c1)])?_0x15780d[_0x17b21d(0x21b)]=_0xa2f9f5[_0x17b21d(0x26a)]:_0x140c66[_0x17b21d(0x29b)](_0x2542f6[_0x17b21d(0x17d)])):_0xa2f9f5[_0x17b21d(0x14e)](_0x5a69fb[_0x17b21d(0x21b)],_0xa2f9f5['dPzKy'])&&(_0x288abf[_0x17b21d(0x21b)]=_0xa2f9f5[_0x17b21d(0x26a)]))):_0x2ca3c7=[_0x18985d['errorsDetailed'],_0xa2f9f5[_0x17b21d(0x1af)]];else{if(_0x4b9cc3['match'](/TestRun/)){if(_0xa2f9f5[_0x17b21d(0x1b3)](_0xa2f9f5[_0x17b21d(0x261)],_0xa2f9f5['pRRIg']))return;else this['mapTestHooks'](_0x338110);}}const _0x5df130=_0x15780d[_0xa2f9f5['SGDSN']][0x0];_0x5df130&&(_0xa2f9f5[_0x17b21d(0x1e3)](_0xa2f9f5[_0x17b21d(0x1cf)],_0xa2f9f5[_0x17b21d(0x1cf)])?(_0x15780d[_0xa2f9f5[_0x17b21d(0x140)]]=_0x5df130[_0xa2f9f5['BgYbw']],_0x15780d[_0xa2f9f5[_0x17b21d(0x264)]]=_0x5df130[_0xa2f9f5[_0x17b21d(0x169)]]):_0x46b869[_0x17b21d(0x17d)]&&_0x152ce5[_0x17b21d(0x29b)](_0x14b469[_0x17b21d(0x17d)]));if([_0xa2f9f5[_0x17b21d(0x1c0)],_0xa2f9f5[_0x17b21d(0x25d)]][_0x17b21d(0x1f2)](_0x4b9cc3)){if(_0xa2f9f5[_0x17b21d(0x18a)](_0xa2f9f5[_0x17b21d(0x26e)],_0xa2f9f5['CZSFE']))return'\x22'+_0x2d826e[_0x17b21d(0x260)]+'\x22\x20hook\x20for\x20\x22'+(_0x4d6f2e[_0x17b21d(0x1a4)]&&_0x3b7e74[_0x17b21d(0x1a4)][_0x17b21d(0x17c)])+'\x22';else this['_testResults']['push'](_0x15780d),_0x15780d[_0x17b21d(0x14b)]=this['getHooksForTest'](_0x338110),this['resetTestHooks'](_0x338110);}const _0x14379b={'event_type':_0xa2f9f5['lVRNN'](_0x4b9cc3,_0xa2f9f5[_0x17b21d(0x25d)])?_0xa2f9f5[_0x17b21d(0x1c0)]:_0x4b9cc3};if(_0x4b9cc3[_0x17b21d(0x24c)](/HookRun/)){if(_0xa2f9f5[_0x17b21d(0x152)](_0xa2f9f5[_0x17b21d(0x1e0)],_0xa2f9f5['yJKJF']))_0x15780d[_0xa2f9f5['ZAMyq']]=HOOK_TYPES_MAP[_0x15780d[_0xa2f9f5[_0x17b21d(0x1ba)]]],_0x14379b[_0xa2f9f5[_0x17b21d(0x257)]]=_0x15780d;else{if(!_0x2caa64||!_0x4ec660[_0x17b21d(0x1a4)])return;_0x1b0c09[_0x17b21d(0x1a4)]['hooks'][_0x17b21d(0x240)](_0x26aa97=>{const _0x2eed44=_0x17b21d;!_0x26aa97[_0x2eed44(0x17d)]&&(_0x26aa97['hookAnalyticsId']=_0x1612ed[_0x2eed44(0x19e)](_0x25e2a3['pid']+_0x2eed44(0x22e)));}),this[_0x17b21d(0x177)](_0x1ffa19[_0x17b21d(0x1a4)]);}}else{if(_0xa2f9f5[_0x17b21d(0x202)](_0xa2f9f5[_0x17b21d(0x24d)],_0xa2f9f5[_0x17b21d(0x24d)])){if(_0xa2f9f5[_0x17b21d(0x18a)](_0x2bf8f0[_0x17b21d(0x260)],_0xa2f9f5[_0x17b21d(0x1af)]))return'\x22'+_0x364141[_0x17b21d(0x260)]+_0x17b21d(0x1fa)+(_0x5b5c4d['parent']&&_0x229885['parent'][_0x17b21d(0x17c)])+'\x22';return _0x1618bc[_0x17b21d(0x17c)];}else _0x14379b[_0xa2f9f5[_0x17b21d(0x247)]]=_0x15780d;}_0xa2f9f5['Seuli'](this['hook_data'][_0x17b21d(0x253)],0x0)&&[_0xa2f9f5[_0x17b21d(0x1c0)],_0xa2f9f5[_0x17b21d(0x25d)]]['includes'](_0x4b9cc3)&&(_0xa2f9f5[_0x17b21d(0x1e7)](_0xa2f9f5[_0x17b21d(0x17f)],_0xa2f9f5[_0x17b21d(0x17f)])?(this[_0x17b21d(0x1ac)]['forEach'](async _0x1c1f5a=>{const _0x4178ec=_0x17b21d,_0x2a9a2a={};_0x2a9a2a[_0x4178ec(0x1b4)]=_0xa2f9f5[_0x4178ec(0x14c)],_0x2a9a2a[_0x4178ec(0x272)]=_0xa2f9f5[_0x4178ec(0x295)];const _0x263dcd=_0x2a9a2a;if(_0xa2f9f5[_0x4178ec(0x1ef)](_0xa2f9f5[_0x4178ec(0x232)],_0xa2f9f5['tJxDN']))[_0x263dcd[_0x4178ec(0x1b4)],_0x263dcd[_0x4178ec(0x272)]][_0x4178ec(0x1f2)](_0x208fdf[_0x4178ec(0x260)])&&_0x32f15e[_0x4178ec(0x17d)]&&(_0xa753df[_0x4178ec(0x17d)]=null);else{const _0x19d875=_0xa2f9f5[_0x4178ec(0x225)][_0x4178ec(0x281)]('|');let _0x17a48f=0x0;while(!![]){switch(_0x19d875[_0x17a48f++]){case'0':_0x1c1f5a[_0xa2f9f5[_0x4178ec(0x257)]][_0xa2f9f5[_0x4178ec(0x173)]]=_0x14379b[_0xa2f9f5[_0x4178ec(0x247)]][_0xa2f9f5[_0x4178ec(0x173)]];continue;case'1':_0x1c1f5a[_0xa2f9f5[_0x4178ec(0x257)]][_0xa2f9f5[_0x4178ec(0x226)]]=_0x14379b[_0xa2f9f5[_0x4178ec(0x247)]][_0xa2f9f5[_0x4178ec(0x226)]];continue;case'2':_0x1c1f5a[_0xa2f9f5[_0x4178ec(0x257)]][_0xa2f9f5['SGDSN']]=_0x14379b[_0xa2f9f5[_0x4178ec(0x247)]][_0xa2f9f5[_0x4178ec(0x150)]];continue;case'3':_0x1c1f5a[_0xa2f9f5[_0x4178ec(0x257)]][_0xa2f9f5[_0x4178ec(0x1ca)]]=_0x14379b[_0xa2f9f5[_0x4178ec(0x247)]][_0xa2f9f5['zcMTt']];continue;case'4':await SessionHandler[_0x4178ec(0x1d1)](_0x1c1f5a);continue;}break;}}}),this['hook_data']=[]):_0x20057c[_0x17b21d(0x17d)]=null);if(_0xa2f9f5[_0x17b21d(0x162)](this[_0x17b21d(0x168)],_0x338110[_0x17b21d(0x260)])){if(_0xa2f9f5[_0x17b21d(0x28a)](_0xa2f9f5[_0x17b21d(0x1c7)],_0xa2f9f5[_0x17b21d(0x1c7)])){this[_0x17b21d(0x1ac)][_0x17b21d(0x29b)](_0x14379b);return;}else this['_gitConfigPath']=_0x4c4a27['root'];}_0xa2f9f5[_0x17b21d(0x1ef)](this[_0x17b21d(0x168)],_0xa2f9f5[_0x17b21d(0x1a8)])&&_0x14379b[_0xa2f9f5['EvcOV']]&&(_0xa2f9f5['Vhebx'](_0xa2f9f5['dJKau'],_0xa2f9f5[_0x17b21d(0x254)])?(_0x14379b[_0xa2f9f5[_0x17b21d(0x247)]][_0xa2f9f5[_0x17b21d(0x226)]]=_0xa2f9f5[_0x17b21d(0x181)],_0x14379b[_0xa2f9f5[_0x17b21d(0x247)]][_0xa2f9f5[_0x17b21d(0x150)]]=null,_0x14379b[_0xa2f9f5['EvcOV']][_0xa2f9f5[_0x17b21d(0x1ca)]]=null):_0x4e2d80[_0x17b21d(0x17d)]=_0x34e777[_0x17b21d(0x19e)](_0x5c13fb[_0x17b21d(0x207)]+':hookAnalyticsId')),await SessionHandler['uploadEventData'](_0x14379b);}else _0x134034[_0x17b21d(0x21b)]=_0xa2f9f5['VfGkG'];}catch(_0x215a13){_0xa2f9f5[_0x17b21d(0x1e2)](_0xa2f9f5[_0x17b21d(0x1ad)],_0xa2f9f5[_0x17b21d(0x166)])?_0x1b007a['test_run_uuid']=_0x5c587b:_0xa2f9f5[_0x17b21d(0x29e)](debug,_0x17b21d(0x1bc)+_0x4b9cc3+'\x20with\x20error\x20:\x20'+_0x215a13);}};[a16_0x253f4f(0x193)](_0x31286e){const _0x1c9f01=a16_0x253f4f,_0x249b40={'QHeMx':function(_0x1a648b,_0xdbe700){return _0x1a648b(_0xdbe700);},'LKLYL':_0x1c9f01(0x19f),'kQfLC':_0x1c9f01(0x1e4),'tfBBS':_0x1c9f01(0x26f),'Ifhxt':function(_0x24d9ca,_0x3ccff1){return _0x24d9ca==_0x3ccff1;},'XyVkm':function(_0x8ca912,_0x39a017){return _0x8ca912===_0x39a017;},'xFJZI':function(_0x128a7e,_0x4bf9bc){return _0x128a7e===_0x4bf9bc;},'dunWQ':function(_0x14c3bf,_0x13bf84){return _0x14c3bf!==_0x13bf84;},'aoUvv':_0x1c9f01(0x29d),'MtAGV':function(_0x4b84e5,_0x1b0fb4){return _0x4b84e5!==_0x1b0fb4;},'pNime':_0x1c9f01(0x238),'qZlpG':'WswdU','bXXTr':_0x1c9f01(0x182),'zsHEC':_0x1c9f01(0x197),'VTLXK':_0x1c9f01(0x25b)},_0x4a2a61=path['sep'];if(_0x249b40[_0x1c9f01(0x164)](_0x31286e,null)||_0x249b40[_0x1c9f01(0x2a6)](_0x31286e,'')||_0x249b40['xFJZI'](_0x31286e,_0x4a2a61)){if(_0x249b40['dunWQ'](_0x249b40[_0x1c9f01(0x268)],_0x249b40['aoUvv'])){const _0x3fa988=_0x3a2ddf[_0x1c9f01(0x215)]['call'](_0x38341a,_0x594475[_0x1c9f01(0x13f)]);return _0x3fa988[0x0]['getFileName']();}else return null;}try{if(_0x249b40[_0x1c9f01(0x18b)](_0x249b40[_0x1c9f01(0x212)],_0x249b40[_0x1c9f01(0x16a)]))return fs[_0x1c9f01(0x1f8)](path[_0x1c9f01(0x186)](_0x31286e,_0x249b40[_0x1c9f01(0x2a2)],_0x249b40[_0x1c9f01(0x183)])),_0x31286e;else _0x249b40[_0x1c9f01(0x1f4)](_0x22a417,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x1f3bbe);}catch(_0x2e8277){if(_0x249b40['MtAGV'](_0x249b40['VTLXK'],_0x249b40[_0x1c9f01(0x262)])){const _0x4984de={};return _0x4984de[_0x19991f]=_0x249b40[_0x1c9f01(0x288)],_0x4984de[_0x551c45]=_0x249b40[_0x1c9f01(0x2a3)],_0x4984de[_0x5a0fad]=_0x249b40[_0x1c9f01(0x1b7)],_0x4984de[_0x2d187e];}else{const _0x2a33c3=path[_0x1c9f01(0x16b)](_0x31286e);return this[_0x1c9f01(0x193)](_0x2a33c3);}}}[a16_0x253f4f(0x21e)]=async _0x1b894a=>{const _0x4fffae=a16_0x253f4f,_0x586729={'FKmhA':function(_0x62fd5f,_0x475b50){return _0x62fd5f!==_0x475b50;},'mJmmr':_0x4fffae(0x244),'vYjlN':function(_0x3f5779,_0x59ba7c){return _0x3f5779!==_0x59ba7c;},'ZmxQI':'UOLiS','BOilD':_0x4fffae(0x1e1),'MMHpI':function(_0x347239,_0x3adfb2){return _0x347239===_0x3adfb2;},'NbcoY':_0x4fffae(0x1d2),'NEIUF':'xEaHE','ZlLPT':'LogCreated','ugxLu':_0x4fffae(0x191),'ioHPB':'WkUxN','YNXcm':function(_0x5b3cfd,_0x1fab2f){return _0x5b3cfd(_0x1fab2f);}},_0x14c847=TestDetails[_0x4fffae(0x163)](process[_0x4fffae(0x207)]+_0x4fffae(0x22e)),_0x87db31=TestDetails['getTestUUID'](process[_0x4fffae(0x207)]+':testAnalyticsId');try{if(_0x586729[_0x4fffae(0x2a9)](_0x586729[_0x4fffae(0x1ec)],_0x586729[_0x4fffae(0x1ec)]))return[];else{(_0x14c847||this[_0x4fffae(0x25e)]&&!this[_0x4fffae(0x25e)][_0x4fffae(0x22a)])&&(_0x586729[_0x4fffae(0x259)](_0x586729['ZmxQI'],_0x586729[_0x4fffae(0x185)])?!_0x3907c7[_0x4fffae(0x17d)]&&(_0x5517b7[_0x4fffae(0x17d)]=_0x1fb20f[_0x4fffae(0x19e)](_0x349ed6['pid']+_0x4fffae(0x22e))):_0x1b894a[_0x4fffae(0x167)]=_0x14c847);if(!_0x1b894a[_0x4fffae(0x167)]&&_0x87db31){if(_0x586729['vYjlN'](_0x586729['BOilD'],_0x586729[_0x4fffae(0x236)]))return null;else _0x1b894a[_0x4fffae(0x255)]=_0x87db31;}if(_0x1b894a[_0x4fffae(0x167)]||_0x1b894a['test_run_uuid']){if(_0x586729['MMHpI'](_0x586729[_0x4fffae(0x26c)],_0x586729[_0x4fffae(0x258)])){let _0x1c91ad=_0x3b20b3[_0x4fffae(0x1a4)];while(_0x1c91ad&&_0x1c91ad[_0x4fffae(0x17c)]&&_0x586729[_0x4fffae(0x2a9)](_0x1c91ad[_0x4fffae(0x17c)],'')){_0xf0d53b[_0x4fffae(0x29b)](_0x1c91ad[_0x4fffae(0x17c)]),_0x1c91ad=_0x1c91ad[_0x4fffae(0x17c)];}}else{const _0x1aafd5={};_0x1aafd5[_0x4fffae(0x269)]=_0x586729['ZlLPT'],_0x1aafd5['logs']=[_0x1b894a],await SessionHandler[_0x4fffae(0x1d1)](_0x1aafd5);}}}}catch(_0x2de47b){if(_0x586729[_0x4fffae(0x2a9)](_0x586729[_0x4fffae(0x1da)],_0x586729[_0x4fffae(0x1b6)]))_0x586729[_0x4fffae(0x195)](debug,_0x4fffae(0x275)+_0x2de47b);else{this[_0x4fffae(0x1ac)][_0x4fffae(0x29b)](_0x854c51);return;}}};[a16_0x253f4f(0x18f)]=async _0x354439=>{const _0x19fad3=a16_0x253f4f,_0x2bf4be={'rBfqj':_0x19fad3(0x1dc),'TGTof':_0x19fad3(0x19b),'ktILT':function(_0x293c64,_0x24f5db){return _0x293c64!==_0x24f5db;},'zqVhk':_0x19fad3(0x184),'MgscC':_0x19fad3(0x251),'WdnIH':_0x19fad3(0x1a0),'kvFrm':function(_0x3342e1,_0x1a8fe1){return _0x3342e1===_0x1a8fe1;},'kreon':_0x19fad3(0x196),'bOajK':'meGQx','QkYkE':function(_0x12c815,_0x7c8b97){return _0x12c815(_0x7c8b97);}};try{if(_0x2bf4be[_0x19fad3(0x280)](_0x2bf4be['zqVhk'],_0x2bf4be[_0x19fad3(0x1a3)]))_0x42b8b2[_0x2bf4be[_0x19fad3(0x231)]]=_0x30059f[_0x2bf4be[_0x19fad3(0x221)]];else{const _0x1065ca={'uuid':_0x354439[_0x19fad3(0x23b)]||TestDetails[_0x19fad3(0x163)](process[_0x19fad3(0x207)]+':testAnalyticsId'),'integrations':_0x354439[_0x2bf4be[_0x19fad3(0x24f)]]},_0x4903c2={};_0x4903c2[_0x19fad3(0x269)]=_0x2bf4be[_0x19fad3(0x29c)],_0x4903c2['test_run']=_0x1065ca,await SessionHandler[_0x19fad3(0x1d1)](_0x4903c2);}}catch(_0x147d6d){if(_0x2bf4be[_0x19fad3(0x22c)](_0x2bf4be[_0x19fad3(0x18e)],_0x2bf4be[_0x19fad3(0x278)]))return _0x18e86f[_0x19fad3(0x28d)];else _0x2bf4be[_0x19fad3(0x28f)](debug,_0x19fad3(0x21f)+_0x147d6d);}};async[a16_0x253f4f(0x217)](){const _0x35fd8f=a16_0x253f4f,_0x24e40e={'Iqqqv':function(_0x71c3cd,_0x2cf5f2){return _0x71c3cd===_0x2cf5f2;},'HkOqt':_0x35fd8f(0x21a),'yfAHL':function(_0x56bf18,_0x29ecb2){return _0x56bf18!==_0x29ecb2;},'woBDt':_0x35fd8f(0x26f),'aTsEo':_0x35fd8f(0x19f),'dpYZN':function(_0x3a2625,_0x41794e){return _0x3a2625===_0x41794e;},'QmhpH':'dSeiF','LnyVN':function(_0x41b23b){return _0x41b23b();},'zaHCd':function(_0x18e5a3,_0xeaed47){return _0x18e5a3===_0xeaed47;},'gobhM':'jGPil'};if(this[_0x35fd8f(0x1fb)]){if(_0x24e40e[_0x35fd8f(0x1a5)](_0x24e40e[_0x35fd8f(0x274)],_0x24e40e[_0x35fd8f(0x274)]))return this[_0x35fd8f(0x28c)];else _0x1b87a4[_0x35fd8f(0x29b)](_0x5e89e3[_0x35fd8f(0x17c)]),_0x1d2817=_0x105b3c['name'];}const _0x1f5757=await _0x24e40e[_0x35fd8f(0x201)](getGitMetaData);_0x1f5757&&(_0x24e40e[_0x35fd8f(0x16e)](_0x24e40e[_0x35fd8f(0x190)],_0x24e40e['gobhM'])?this[_0x35fd8f(0x28c)]=_0x1f5757[_0x35fd8f(0x1f0)]:([_0x40bcca[_0x35fd8f(0x23a)],_0x2a4a69[_0x35fd8f(0x17c)]]=[_0x18c5e6[_0x35fd8f(0x260)],this[_0x35fd8f(0x27f)](_0x3a1b22)],_0x24e40e[_0x35fd8f(0x1ea)](_0x1bee54,_0x24e40e[_0x35fd8f(0x1bd)])&&(_0x24e40e['yfAHL'](_0x22d350[_0x35fd8f(0x21b)],_0x24e40e[_0x35fd8f(0x22d)])&&(_0x34b661[_0x35fd8f(0x21b)]=_0x24e40e[_0x35fd8f(0x14a)])))),this[_0x35fd8f(0x1fb)]=!![];}[a16_0x253f4f(0x1aa)](_0x122101){const _0x500325=a16_0x253f4f,_0x1afdcf={};_0x1afdcf[_0x500325(0x1d7)]=_0x500325(0x19f),_0x1afdcf[_0x500325(0x1ce)]='pending',_0x1afdcf[_0x500325(0x1d6)]=_0x500325(0x26f);const _0x3d4c5e=_0x1afdcf,_0x4c5e46={};return _0x4c5e46[STATE_PASSED]=_0x3d4c5e[_0x500325(0x1d7)],_0x4c5e46[STATE_PENDING]=_0x3d4c5e[_0x500325(0x1ce)],_0x4c5e46[STATE_FAILED]=_0x3d4c5e[_0x500325(0x1d6)],_0x4c5e46[_0x122101];}[a16_0x253f4f(0x2a4)](_0x42efa7){const _0x322c9a=a16_0x253f4f,_0x5a6bf9={};_0x5a6bf9[_0x322c9a(0x22b)]=_0x322c9a(0x1cc),_0x5a6bf9[_0x322c9a(0x249)]=_0x322c9a(0x165),_0x5a6bf9['GzgEo']='failure_reason_expanded',_0x5a6bf9[_0x322c9a(0x20d)]=_0x322c9a(0x15e),_0x5a6bf9[_0x322c9a(0x188)]=function(_0x41fb53,_0x3a6f67){return _0x41fb53!==_0x3a6f67;},_0x5a6bf9[_0x322c9a(0x1e5)]=_0x322c9a(0x157),_0x5a6bf9[_0x322c9a(0x159)]=function(_0x1d2464,_0x184a45){return _0x1d2464===_0x184a45;},_0x5a6bf9[_0x322c9a(0x290)]=_0x322c9a(0x24e),_0x5a6bf9['VqPqc']=_0x322c9a(0x282);const _0x4f4bf3=_0x5a6bf9,_0x46c9b6=[];if(_0x42efa7&&_0x42efa7['parent']){if(_0x4f4bf3['thBiN'](_0x4f4bf3[_0x322c9a(0x1e5)],_0x4f4bf3[_0x322c9a(0x1e5)]))_0x46401c=this['getRootParentFile'](_0x51580e);else{let _0x278c5a=_0x42efa7[_0x322c9a(0x1a4)];while(_0x278c5a&&_0x278c5a[_0x322c9a(0x17c)]&&_0x4f4bf3[_0x322c9a(0x188)](_0x278c5a[_0x322c9a(0x17c)],'')){_0x4f4bf3[_0x322c9a(0x159)](_0x4f4bf3[_0x322c9a(0x290)],_0x4f4bf3[_0x322c9a(0x277)])?(_0xea2a9b[_0x4f4bf3[_0x322c9a(0x22b)]]=_0x2a9593[_0x4f4bf3['Flkca']],_0x4391d4[_0x4f4bf3[_0x322c9a(0x1ab)]]=_0x50f26e[_0x4f4bf3['uvkSm']]):(_0x46c9b6[_0x322c9a(0x29b)](_0x278c5a['name']),_0x278c5a=_0x278c5a[_0x322c9a(0x17c)]);}}}return _0x46c9b6['reverse'](),_0x46c9b6;}[a16_0x253f4f(0x189)]=_0x4cf3de=>{const _0x13fffe=a16_0x253f4f,_0x4ff5a1={'GqXAS':function(_0x43e05d,_0x7d317f){return _0x43e05d(_0x7d317f);},'jMjQJ':'err','saMbR':function(_0x22463b,_0x49eb08){return _0x22463b===_0x49eb08;},'fCgbs':_0x13fffe(0x279),'JmBHr':_0x13fffe(0x21c),'ySKkL':function(_0x1aa428,_0x1fbed2){return _0x1aa428===_0x1fbed2;},'afFog':_0x13fffe(0x1b8)};if(_0x4cf3de['asyncError']){if(_0x4ff5a1[_0x13fffe(0x1f7)](_0x4ff5a1[_0x13fffe(0x15c)],_0x4ff5a1[_0x13fffe(0x23d)]))_0x4ff5a1[_0x13fffe(0x14d)](_0x56502b,_0x13fffe(0x273)+_0x1fefa1),_0x116159=null;else{const _0x4472c=stackTrace[_0x13fffe(0x215)][_0x13fffe(0x2a1)](stackTrace,_0x4cf3de['asyncError']);return _0x4472c[0x0][_0x13fffe(0x28b)]();}}if(_0x4cf3de['file']){if(_0x4ff5a1['ySKkL'](_0x4ff5a1[_0x13fffe(0x284)],_0x4ff5a1[_0x13fffe(0x284)]))return _0x4cf3de[_0x13fffe(0x28d)];else _0x213063=[_0x1efc8d,_0x4ff5a1[_0x13fffe(0x16f)]];}return null;};[a16_0x253f4f(0x177)]=_0x392f76=>{const _0x559002=a16_0x253f4f,_0x127c2b={};_0x127c2b[_0x559002(0x14f)]=function(_0x25eeb1,_0x43529c){return _0x25eeb1!==_0x43529c;},_0x127c2b['kvRJG']=function(_0x44ece6,_0x3b2ebd){return _0x44ece6!==_0x3b2ebd;},_0x127c2b[_0x559002(0x223)]=_0x559002(0x19c),_0x127c2b['DfjXe']=function(_0xf6352d,_0x2998e9){return _0xf6352d===_0x2998e9;},_0x127c2b[_0x559002(0x20a)]=_0x559002(0x210),_0x127c2b['cGGOn']=function(_0x31148d,_0x3041c0){return _0x31148d===_0x3041c0;},_0x127c2b[_0x559002(0x286)]='ioBeA';const _0xdfa945=_0x127c2b;if(!_0x392f76||!_0x392f76[_0x559002(0x1a4)]){if(_0xdfa945['cGGOn'](_0xdfa945[_0x559002(0x286)],_0xdfa945[_0x559002(0x286)]))return;else _0x346907[_0x559002(0x1d3)](_0x559002(0x20e)+_0x54a930[_0x559002(0x207)]),_0x15a613['on'](_0x559002(0x20e)+_0x3344d8['pid'],this[_0x559002(0x21e)][_0x559002(0x291)](this)),_0x361386[_0x559002(0x1d3)]('bs:addPlatformDetails:'+_0x174c4d[_0x559002(0x207)]),_0x444a8e['on'](_0x559002(0x203)+_0x10a797['pid'],this['appendTestPlatform'][_0x559002(0x291)](this));}_0x392f76[_0x559002(0x1a4)][_0x559002(0x14b)][_0x559002(0x240)](_0x3acf58=>{const _0x41e8c5=_0x559002;if(_0xdfa945[_0x41e8c5(0x199)](_0xdfa945[_0x41e8c5(0x223)],_0xdfa945[_0x41e8c5(0x223)]))return this['_gitConfigPath'];else{if(!_0x3acf58[_0x41e8c5(0x17d)]){if(_0xdfa945[_0x41e8c5(0x241)](_0xdfa945[_0x41e8c5(0x20a)],_0xdfa945[_0x41e8c5(0x20a)]))_0x3acf58[_0x41e8c5(0x17d)]=TestDetails[_0x41e8c5(0x19e)](process['pid']+_0x41e8c5(0x22e));else{const _0x4f5608=[];if(_0x267500&&_0x403c7e['parent']){let _0x4978fb=_0x2559ee[_0x41e8c5(0x1a4)];while(_0x4978fb&&_0x4978fb['name']&&_0xdfa945[_0x41e8c5(0x14f)](_0x4978fb[_0x41e8c5(0x17c)],'')){_0x4f5608['push'](_0x4978fb[_0x41e8c5(0x17c)]),_0x4978fb=_0x4978fb['name'];}}return _0x4f5608[_0x41e8c5(0x271)](),_0x4f5608;}}}}),this[_0x559002(0x177)](_0x392f76[_0x559002(0x1a4)]);};[a16_0x253f4f(0x160)]=_0x576a28=>{const _0x4d2693=a16_0x253f4f,_0x37f548={};_0x37f548[_0x4d2693(0x229)]=_0x4d2693(0x220),_0x37f548[_0x4d2693(0x155)]=function(_0x2197b7,_0x442be0){return _0x2197b7===_0x442be0;},_0x37f548[_0x4d2693(0x250)]=_0x4d2693(0x192),_0x37f548[_0x4d2693(0x24a)]=_0x4d2693(0x1d0),_0x37f548[_0x4d2693(0x149)]=_0x4d2693(0x1e8),_0x37f548['dPcMp']=function(_0x34f14f,_0x472815){return _0x34f14f!==_0x472815;},_0x37f548[_0x4d2693(0x25f)]='kVguI',_0x37f548[_0x4d2693(0x1d8)]=_0x4d2693(0x285),_0x37f548[_0x4d2693(0x20c)]=_0x4d2693(0x145),_0x37f548[_0x4d2693(0x1de)]=_0x4d2693(0x1a7);const _0x3dc900=_0x37f548;if(!_0x576a28||!_0x576a28[_0x4d2693(0x1a4)]){if(_0x3dc900['dPcMp'](_0x3dc900[_0x4d2693(0x20c)],_0x3dc900[_0x4d2693(0x1de)]))return;else this[_0x4d2693(0x2a7)][_0x4d2693(0x29b)](_0x45b165),_0x57f0b9[_0x4d2693(0x14b)]=this[_0x4d2693(0x15d)](_0x3e4077),this[_0x4d2693(0x160)](_0x502296);}_0x576a28[_0x4d2693(0x1a4)][_0x4d2693(0x14b)]['forEach'](_0x36b318=>{const _0x312c22=_0x4d2693;_0x3dc900[_0x312c22(0x155)](_0x3dc900[_0x312c22(0x250)],_0x3dc900[_0x312c22(0x250)])?[_0x3dc900[_0x312c22(0x24a)],_0x3dc900[_0x312c22(0x149)]][_0x312c22(0x1f2)](_0x36b318[_0x312c22(0x260)])&&_0x36b318[_0x312c22(0x17d)]&&(_0x3dc900[_0x312c22(0x1be)](_0x3dc900[_0x312c22(0x25f)],_0x3dc900[_0x312c22(0x1d8)])?_0x36b318[_0x312c22(0x17d)]=null:_0x4fc492=[]):_0x524daa[_0x3dc900[_0x312c22(0x229)]]=_0x3b81f5;}),this[_0x4d2693(0x177)](_0x576a28['parent']);};['getHooksForTest']=_0x1d62a5=>{const _0x3b8c1b=a16_0x253f4f,_0x22a244={'xRimA':_0x3b8c1b(0x1ee),'OGUTq':function(_0x38e668){return _0x38e668();},'RDUZn':function(_0x6a7f9f,_0x29700f){return _0x6a7f9f===_0x29700f;},'XOdvE':_0x3b8c1b(0x154),'nTGpY':function(_0x27b45f,_0x38c2d2){return _0x27b45f!==_0x38c2d2;},'zrSov':_0x3b8c1b(0x153),'bDyLA':'MKFOY','fNcUJ':'tiBWS'};if(!_0x1d62a5||!_0x1d62a5[_0x3b8c1b(0x1a4)])return _0x22a244[_0x3b8c1b(0x256)](_0x22a244[_0x3b8c1b(0x156)],_0x22a244[_0x3b8c1b(0x198)])?[]:{'ci':_0x22a244['xRimA'],'key':_0x22a244[_0x3b8c1b(0x235)](_0x23518c),'version':_0x3f5e8d,'collector':'js-'+_0x52fbc3};const _0x4aecfb=[];return _0x1d62a5['parent']['hooks'][_0x3b8c1b(0x240)](_0x3550d2=>{const _0xa053d1=_0x3b8c1b;if(_0x22a244[_0xa053d1(0x17a)](_0x22a244[_0xa053d1(0x22f)],_0x22a244[_0xa053d1(0x22f)])){if(_0x3550d2[_0xa053d1(0x17d)]){if(_0x22a244[_0xa053d1(0x256)](_0x22a244[_0xa053d1(0x234)],_0x22a244['zrSov'])){if(!_0x484bb9||!_0x3ea8b2['parent'])return[];const _0x50eb54=[];return _0x4e4e4b[_0xa053d1(0x1a4)][_0xa053d1(0x14b)][_0xa053d1(0x240)](_0x513ee9=>{const _0x1f200d=_0xa053d1;_0x513ee9[_0x1f200d(0x17d)]&&_0x50eb54[_0x1f200d(0x29b)](_0x513ee9['hookAnalyticsId']);}),[..._0x50eb54,...this['getHooksForTest'](_0x51bcfa[_0xa053d1(0x1a4)])];}else _0x4aecfb[_0xa053d1(0x29b)](_0x3550d2[_0xa053d1(0x17d)]);}}else _0xf88a50[_0xa053d1(0x167)]=_0x32da32;}),[..._0x4aecfb,...this[_0x3b8c1b(0x15d)](_0x1d62a5['parent'])];};},[a16_0x253f4f(0x1b1),a16_0x253f4f(0x1c2),a16_0x253f4f(0x1f1),a16_0x253f4f(0x27f),a16_0x253f4f(0x194),a16_0x253f4f(0x193),a16_0x253f4f(0x21e),a16_0x253f4f(0x18f),a16_0x253f4f(0x1aa),'getHierarchy',a16_0x253f4f(0x189),a16_0x253f4f(0x177),'resetTestHooks',a16_0x253f4f(0x15d),a16_0x253f4f(0x217)]);function a16_0x1bef(){const _0x2466dd=['_testEnv','analyticsResult','GzgEo','hook_data','FgfxC','CzcYN','ivMdg','\x20with\x20error\x20:\x20','getTestEnv','dPzKy','WWEoW','dMVhf','thNnB','ioHPB','tfBBS','pQJaZ','3076EQjpzD','ZAMyq','133yXQVVh','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','HkOqt','dPcMp','IMlSW','rabbs','rrRcx','registerListeners','uKnhO','830yaaUZe','javascript','WnBVx','Ucmtk','kzmgw','WmZqX','zcMTt','qwkpn','failure_backtrace','STATE_PENDING','XhQoO','UWHQn','beforeEach','uploadEventData','xNrmg','removeAllListeners','NdpEA','27324VLbNWq','quGAv','KWVAf','NyCTU','PXDDk','ugxLu','yhvVT','started_at','CjDqE','jZluc','gyCtV','TUoSx','nLfCO','Wsylo','gjyqM','pending','yjPLn','TtXAZ','vSovy','afterEach','jHqKi','Iqqqv','hook_run','mJmmr','failure','generic','IYSPP','root','testStarted','includes','state','QHeMx','inspect','failure_reason','saMbR','statSync','prefixTestPath','\x22\x20hook\x20for\x20\x22','_gitConfigured','toISOString','xGmRp','2|3|1|0|4','bRmyD','yfdAz','LnyVN','PmQIu','bs:addPlatformDetails:','path','skipped','qMPmE','pid','zjFzu','BEFORE_EACH','gVHQj','HVvBW','WwRBy','uvkSm','bs:addLog:','duration','qCYmd','ieOoa','pNime','test','err','parse','woqzo','configureGit','lGPCu','title','HookRunFinished','result','DBIwW','1424808YHWSaT','appendTestItemLog','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','test_run','TGTof','dnBSc','pbXsW','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','oPYVL','PbTcX','qtefi','145984KGGjMK','FFBaI','markedStatus','aeOfG','kvFrm','woBDt',':hookAnalyticsId','XOdvE','YkJKK','rBfqj','mvFsA','YPHKK','zrSov','OGUTq','BOilD','testObservability','zXzrv','iiNuR','hook_type','uuid','../../../helpers/test-observability/sessionHandler','JmBHr','BLUSy','yXVml','forEach','DfjXe','zetyw','AFTER_EACH','XYQCw','olwuB','current_test','EvcOV','FPfXZ','Flkca','syhrc','Ingky','match','YmfRZ','RrXic','MgscC','SfKoK','http_response','retryOf','length','dJKau','test_run_uuid','nTGpY','NnMeR','NEIUF','vYjlN','fXXlu','dNCGC','YJrqg','uLXwk','current_hook','sgTrV','type','pRRIg','VTLXK','ffelT','QXCag','js-','DztPT','lSWKZ','aoUvv','event_type','VfGkG','hvJtr','NbcoY','File\x20path\x20could\x20not\x20be\x20found','CZSFE','failed','asdeA','reverse','oJZcq','failed\x20to\x20get\x20root\x20parent\x20file\x20','QmhpH','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','cxhEv','VqPqc','bOajK','hASsP','fgbvk','exports','MvVLj','LmhIB',':testAnalyticsId','getName','ktILT','split','PxZeW','AFTER_ALL','afFog','BfMDn','pHISu','AXtgh','LKLYL','getTime','lVuIj','getFileName','_gitConfigPath','file','STATE_PASSED','QkYkE','HemRX','bind','NgoMi','dxWIW','cwd','YvLHY','iwitM','EjhJx','beforeAll','sep','BfhCC','push','WdnIH','kAozY','lsZbN','JjhTf','kPUEd','call','bXXTr','kQfLC','getHierarchy','AZljz','XyVkm','_testResults','XNRAl','FKmhA','asyncError','WKyhQ','YHPdD','WTtWD','wZCYZ','ZEbgp','cDocp','wkBAJ','TestRunFinished','location_prefix','zVXDB','aTsEo','hooks','tvlwR','GqXAS','CWiOT','viniw','SGDSN','KEaxi','wcKmF','clVUg','JsUqL','NTCfj','bDyLA','GDDBP','../../../helpers/test-observability/error-handler','ZxKkm','_currentRetry','iachE','fCgbs','getHooksForTest','expanded','relative','resetTestHooks','testAnalyticsId','YZcCW','getTestUUID','Ifhxt','backtrace','oRFUz','hook_run_uuid','hook_failure','Oyzmd','qZlpG','dirname','HHcoY','546144WkrlFv','zaHCd','jMjQJ','bCZKC','_paths','failure_reason_expanded','NkcfM','TestRunStarted','EfnOZ','SCByr','mapTestHooks','../../utils/constants','stack-trace','RDUZn','dPaFM','name','hookAnalyticsId','toString','NTQGy','errorsDetailed','AYKnt','.git','zsHEC','CTZqF','ZmxQI','join','ZXrcN','thBiN','getRootParentFile','Zbosz','MtAGV','9294534vxSvNM','418070oNZTeN','kreon','appendTestPlatform','gobhM','tzOns','Jqznm','findGitConfig','sendTestRunEvent','YNXcm','hTqfl','config','fNcUJ','kvRJG','QaAMJ','finished_at','Rqhxv','util','setTestUUID','passed','CBTSessionCreated','tzvxl','jgclN','zqVhk','parent','dpYZN','pPogV','HBVHr','zhybW'];a16_0x1bef=function(){return _0x2466dd;};return a16_0x1bef();}
@@ -1 +1 @@
1
- const a17_0x47db9b=a17_0x4dd3;function a17_0x37fd(){const _0x49c451=['dirPath','force','uuid','3385305bYcYhs','recursive','BS_TESTOPS_BUILD_HASHED_ID','1644YOhfQA','homedir','join','WvwRD','lBTTa','getTestRunIdFromTestInfo','gSXie','465712cDHEhL','tests','stringify','bMZAM','FIUfO','kVkVB','setup','XxPzN','104LrucRY','CXoFH','retry','4694340ewpkDK','path','jovWU','shutdown','jest-o11y-','sdiPr','../../../helpers/helper','ADCNj','dBPMD','.browserstack','239644rMpdQT','aJkqc','toString','_test','getFilePath','exports','4402710vFGSeI','843849GiXylM','6212RROYxQ','parse','.json','env','existsSync'];a17_0x37fd=function(){return _0x49c451;};return a17_0x37fd();}(function(_0x4d99d0,_0x427398){const _0x26ae2a=a17_0x4dd3,_0x1ff9b6=_0x4d99d0();while(!![]){try{const _0x29d2cb=parseInt(_0x26ae2a(0x1fd))/0x1+parseInt(_0x26ae2a(0x1e8))/0x2+-parseInt(_0x26ae2a(0x1e1))/0x3*(-parseInt(_0x26ae2a(0x205))/0x4)+-parseInt(_0x26ae2a(0x203))/0x5+parseInt(_0x26ae2a(0x1f3))/0x6+parseInt(_0x26ae2a(0x20d))/0x7+parseInt(_0x26ae2a(0x1f0))/0x8*(-parseInt(_0x26ae2a(0x204))/0x9);if(_0x29d2cb===_0x427398)break;else _0x1ff9b6['push'](_0x1ff9b6['shift']());}catch(_0x126572){_0x1ff9b6['push'](_0x1ff9b6['shift']());}}}(a17_0x37fd,0x77a82));function a17_0x4dd3(_0xbc8c11,_0x4ec685){const _0x37fdda=a17_0x37fd();return a17_0x4dd3=function(_0x4dd3bb,_0x2e059d){_0x4dd3bb=_0x4dd3bb-0x1e0;let _0x7551d=_0x37fdda[_0x4dd3bb];return _0x7551d;},a17_0x4dd3(_0xbc8c11,_0x4ec685);}const fs=require('fs'),path=require(a17_0x47db9b(0x1f4)),{v4:uuidv4}=require(a17_0x47db9b(0x20c)),helper=require(a17_0x47db9b(0x1f9));class TestDetails{static [a17_0x47db9b(0x1e9)]={};static ['dirPath']=path[a17_0x47db9b(0x1e3)](helper['homedir'](),a17_0x47db9b(0x1fc),a17_0x47db9b(0x1f7)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']);static[a17_0x47db9b(0x1ee)](){const _0x3f773b=a17_0x47db9b,_0x4ff5f9={};_0x4ff5f9[_0x3f773b(0x1f8)]=_0x3f773b(0x1fc);const _0x2e0f5c=_0x4ff5f9;this[_0x3f773b(0x20a)]=path[_0x3f773b(0x1e3)](helper[_0x3f773b(0x1e2)](),_0x2e0f5c[_0x3f773b(0x1f8)],_0x3f773b(0x1f7)+process[_0x3f773b(0x208)][_0x3f773b(0x1e0)]),this[_0x3f773b(0x1f6)]();const _0x500ee0={};_0x500ee0['recursive']=!![],fs['mkdirSync'](this[_0x3f773b(0x20a)],_0x500ee0);}static['getFilePath'](_0x5d054f){const _0x248df6=a17_0x47db9b,_0x5ec801={};_0x5ec801[_0x248df6(0x1e5)]=function(_0x4097d4,_0x1fc231){return _0x4097d4+_0x1fc231;},_0x5ec801[_0x248df6(0x1fe)]=_0x248df6(0x207);const _0x16cad0=_0x5ec801;return path[_0x248df6(0x1e3)](this['dirPath'],_0x16cad0['lBTTa'](_0x5d054f,_0x16cad0['aJkqc']));}static[a17_0x47db9b(0x1e6)](_0x330315){const _0x4a9c1c=a17_0x47db9b,_0x40a21d={};_0x40a21d[_0x4a9c1c(0x1ed)]=function(_0x86c00a,_0x2439ee){return _0x86c00a+_0x2439ee;},_0x40a21d[_0x4a9c1c(0x1fa)]=function(_0x356ebf,_0x2d4848){return _0x356ebf+_0x2d4848;};const _0x5b0691=_0x40a21d;return _0x5b0691['kVkVB'](_0x5b0691[_0x4a9c1c(0x1fa)](_0x5b0691['ADCNj'](_0x5b0691[_0x4a9c1c(0x1fa)](_0x330315[_0x4a9c1c(0x200)]['_projectId'],'-'),_0x330315[_0x4a9c1c(0x200)]['id']),'-'),_0x330315[_0x4a9c1c(0x1f2)]);}static['getTestUUID'](_0xa411d7){const _0x59eaf9=a17_0x47db9b,_0x4cdcbb={};_0x4cdcbb[_0x59eaf9(0x1e7)]=function(_0x359974,_0x2f1802){return _0x359974+_0x2f1802;},_0x4cdcbb[_0x59eaf9(0x1e4)]=function(_0x47a0a5,_0x481ecd){return _0x47a0a5+_0x481ecd;},_0x4cdcbb[_0x59eaf9(0x1ec)]=function(_0x14d1ad,_0xc7759b){return _0x14d1ad+_0xc7759b;},_0x4cdcbb['jovWU']=function(_0x3f6c31,_0x51f8d2){return _0x3f6c31+_0x51f8d2;},_0x4cdcbb[_0x59eaf9(0x1f1)]=function(_0x67c05,_0x551e53){return _0x67c05!==_0x551e53;},_0x4cdcbb[_0x59eaf9(0x1ef)]=_0x59eaf9(0x1eb);const _0x464551=_0x4cdcbb,_0x50529a=this[_0x59eaf9(0x201)](_0xa411d7);if(fs[_0x59eaf9(0x209)](_0x50529a)){if(_0x464551['CXoFH'](_0x464551[_0x59eaf9(0x1ef)],_0x464551[_0x59eaf9(0x1ef)]))return _0x464551[_0x59eaf9(0x1e7)](_0x464551[_0x59eaf9(0x1e4)](_0x464551[_0x59eaf9(0x1ec)](_0x464551[_0x59eaf9(0x1f5)](_0x364b29[_0x59eaf9(0x200)]['_projectId'],'-'),_0x1ba29f[_0x59eaf9(0x200)]['id']),'-'),_0x27445f[_0x59eaf9(0x1f2)]);else{const _0x12a691=JSON[_0x59eaf9(0x206)](fs['readFileSync'](_0x50529a)[_0x59eaf9(0x1ff)]());return this[_0x59eaf9(0x1e9)][_0xa411d7]=_0x12a691,this[_0x59eaf9(0x1e9)][_0xa411d7][_0x59eaf9(0x20c)];}}}static['setTestUUID'](_0x2e61a6){const _0x18fe78=a17_0x47db9b,_0x2421c0={'dBPMD':function(_0x3784db){return _0x3784db();}},_0x478b89=this[_0x18fe78(0x201)](_0x2e61a6);return this[_0x18fe78(0x1e9)][_0x2e61a6]={'uuid':_0x2421c0[_0x18fe78(0x1fb)](uuidv4)},fs['writeFileSync'](_0x478b89,JSON[_0x18fe78(0x1ea)](this['tests'][_0x2e61a6])),this[_0x18fe78(0x1e9)][_0x2e61a6][_0x18fe78(0x20c)];}static['removeTestUUID'](_0x2ed869){const _0x310ba9=a17_0x47db9b,_0x2ca11f=this[_0x310ba9(0x201)](_0x2ed869);fs[_0x310ba9(0x209)](_0x2ca11f)&&fs['unlinkSync'](_0x2ca11f);}static['shutdown'](){const _0x2d1fa7=a17_0x47db9b,_0x3e5008={};_0x3e5008[_0x2d1fa7(0x20e)]=!![],_0x3e5008[_0x2d1fa7(0x20b)]=!![],fs['rmSync'](this['dirPath'],_0x3e5008);}}module[a17_0x47db9b(0x202)]=TestDetails;
1
+ const a17_0x3f08c3=a17_0x16c3;(function(_0x46f5de,_0x24fb34){const _0x22e1b1=a17_0x16c3,_0x346463=_0x46f5de();while(!![]){try{const _0x3a8d88=-parseInt(_0x22e1b1(0x151))/0x1+parseInt(_0x22e1b1(0x146))/0x2*(-parseInt(_0x22e1b1(0x15b))/0x3)+-parseInt(_0x22e1b1(0x170))/0x4+parseInt(_0x22e1b1(0x16a))/0x5+-parseInt(_0x22e1b1(0x148))/0x6+-parseInt(_0x22e1b1(0x14a))/0x7+-parseInt(_0x22e1b1(0x14f))/0x8*(-parseInt(_0x22e1b1(0x14b))/0x9);if(_0x3a8d88===_0x24fb34)break;else _0x346463['push'](_0x346463['shift']());}catch(_0xc79a89){_0x346463['push'](_0x346463['shift']());}}}(a17_0x6074,0x543b2));function a17_0x16c3(_0x1d4bf7,_0x22c3b6){const _0x607405=a17_0x6074();return a17_0x16c3=function(_0x16c3bc,_0x32345f){_0x16c3bc=_0x16c3bc-0x146;let _0x3c15ad=_0x607405[_0x16c3bc];return _0x3c15ad;},a17_0x16c3(_0x1d4bf7,_0x22c3b6);}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a17_0x3f08c3(0x15c)),helper=require(a17_0x3f08c3(0x164));class TestDetails{static ['tests']={};static [a17_0x3f08c3(0x154)]=path[a17_0x3f08c3(0x14d)](helper[a17_0x3f08c3(0x16c)](),a17_0x3f08c3(0x16b),'jest-o11y-'+process[a17_0x3f08c3(0x158)][a17_0x3f08c3(0x152)]);static[a17_0x3f08c3(0x14e)](){const _0x39c9f8=a17_0x3f08c3,_0x4e5e2d={};_0x4e5e2d[_0x39c9f8(0x15f)]=_0x39c9f8(0x16b);const _0x100d15=_0x4e5e2d;this[_0x39c9f8(0x154)]=path[_0x39c9f8(0x14d)](helper['homedir'](),_0x100d15[_0x39c9f8(0x15f)],_0x39c9f8(0x172)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']),this[_0x39c9f8(0x159)]();const _0xa28328={};_0xa28328[_0x39c9f8(0x155)]=!![],fs['mkdirSync'](this['dirPath'],_0xa28328);}static['getFilePath'](_0x1318c7){const _0x35d11d=a17_0x3f08c3,_0x23d30e={};_0x23d30e[_0x35d11d(0x168)]=function(_0x5978f8,_0x57ff89){return _0x5978f8+_0x57ff89;},_0x23d30e[_0x35d11d(0x173)]=_0x35d11d(0x157);const _0x3d534b=_0x23d30e;return path['join'](this[_0x35d11d(0x154)],_0x3d534b[_0x35d11d(0x168)](_0x1318c7,_0x3d534b['hepmO']));}static[a17_0x3f08c3(0x160)](_0x5f1dbf){const _0x2eb6c9=a17_0x3f08c3,_0x5bcf16={};_0x5bcf16[_0x2eb6c9(0x156)]=function(_0x562a49,_0x12e585){return _0x562a49+_0x12e585;},_0x5bcf16[_0x2eb6c9(0x149)]=function(_0x22e3e3,_0x3adcc3){return _0x22e3e3+_0x3adcc3;},_0x5bcf16['eubiX']=function(_0x2deec6,_0xa6c253){return _0x2deec6+_0xa6c253;};const _0x16cf1b=_0x5bcf16;return _0x16cf1b[_0x2eb6c9(0x156)](_0x16cf1b[_0x2eb6c9(0x149)](_0x16cf1b['BGldm'](_0x16cf1b[_0x2eb6c9(0x15e)](_0x5f1dbf[_0x2eb6c9(0x169)][_0x2eb6c9(0x153)],'-'),_0x5f1dbf['_test']['id']),'-'),_0x5f1dbf['retry']);}static[a17_0x3f08c3(0x150)](_0x2d4a25){const _0x3ecd51=a17_0x3f08c3,_0x26c104={};_0x26c104[_0x3ecd51(0x167)]=function(_0x2bb583,_0x4862e3){return _0x2bb583===_0x4862e3;},_0x26c104[_0x3ecd51(0x161)]=_0x3ecd51(0x16d),_0x26c104['nJBfU']='MGkUG';const _0x3c5d00=_0x26c104,_0x4f2962=this[_0x3ecd51(0x15d)](_0x2d4a25);if(fs[_0x3ecd51(0x162)](_0x4f2962)){if(_0x3c5d00[_0x3ecd51(0x167)](_0x3c5d00[_0x3ecd51(0x161)],_0x3c5d00[_0x3ecd51(0x16f)])){const _0x1ed7a2={};_0x1ed7a2[_0x3ecd51(0x155)]=!![],_0x1ed7a2[_0x3ecd51(0x16e)]=!![],_0x1f0b4d['rmSync'](this[_0x3ecd51(0x154)],_0x1ed7a2);}else{const _0x4d69ca=JSON['parse'](fs['readFileSync'](_0x4f2962)[_0x3ecd51(0x15a)]());return this['tests'][_0x2d4a25]=_0x4d69ca,this[_0x3ecd51(0x166)][_0x2d4a25][_0x3ecd51(0x15c)];}}}static[a17_0x3f08c3(0x174)](_0x21b6dc){const _0x290e5a=a17_0x3f08c3,_0x3a6dc7={'drBTV':function(_0x48e64e){return _0x48e64e();}},_0x5c275c=this[_0x290e5a(0x15d)](_0x21b6dc);return this[_0x290e5a(0x166)][_0x21b6dc]={'uuid':_0x3a6dc7[_0x290e5a(0x171)](uuidv4)},fs['writeFileSync'](_0x5c275c,JSON[_0x290e5a(0x165)](this[_0x290e5a(0x166)][_0x21b6dc])),this[_0x290e5a(0x166)][_0x21b6dc][_0x290e5a(0x15c)];}static[a17_0x3f08c3(0x147)](_0x185cf1){const _0x5db9ab=a17_0x3f08c3,_0x180915=this['getFilePath'](_0x185cf1);fs[_0x5db9ab(0x162)](_0x180915)&&fs[_0x5db9ab(0x163)](_0x180915);}static['shutdown'](){const _0x5403f8=a17_0x3f08c3,_0x7a4d71={};_0x7a4d71[_0x5403f8(0x155)]=!![],_0x7a4d71[_0x5403f8(0x16e)]=!![],fs[_0x5403f8(0x14c)](this[_0x5403f8(0x154)],_0x7a4d71);}}module['exports']=TestDetails;function a17_0x6074(){const _0x426123=['homedir','Kevmm','force','nJBfU','1548284BxMZiZ','drBTV','jest-o11y-','hepmO','setTestUUID','2tqWrex','removeTestUUID','351030rXjRkh','vOmXE','3498334MROdoM','9GTHXao','rmSync','join','setup','7265872YBeRrj','getTestUUID','81473VfTBgM','BS_TESTOPS_BUILD_HASHED_ID','_projectId','dirPath','recursive','BGldm','.json','env','shutdown','toString','337863VWfDTc','uuid','getFilePath','eubiX','NJiHV','getTestRunIdFromTestInfo','OKWqq','existsSync','unlinkSync','../../../helpers/helper','stringify','tests','cBYIV','WopxK','_test','2881040QdpqMA','.browserstack'];a17_0x6074=function(){return _0x426123;};return a17_0x6074();}
@@ -1 +1 @@
1
- const a18_0x39b5f1=a18_0x226b;function a18_0x2447(){const _0x2b7a7c=['8892684UhyMRf','../../helpers/setKeepAlive','10VFZBjc','2536317BnYQfO','__webdriver','until','16qlUHGG','selenium-webdriver','10002ioEZJU','Builder','18ojHOIR','1802570MfzYnF','51962SLETni','4879324owdLmr','10402502OYknpC','2535SxWVEC'];a18_0x2447=function(){return _0x2b7a7c;};return a18_0x2447();}(function(_0x347c08,_0x59500b){const _0xd4a86d=a18_0x226b,_0x46c078=_0x347c08();while(!![]){try{const _0x4b8f6f=parseInt(_0xd4a86d(0x1ca))/0x1*(parseInt(_0xd4a86d(0x1c8))/0x2)+parseInt(_0xd4a86d(0x1c1))/0x3+-parseInt(_0xd4a86d(0x1cb))/0x4+-parseInt(_0xd4a86d(0x1bd))/0x5*(parseInt(_0xd4a86d(0x1c6))/0x6)+-parseInt(_0xd4a86d(0x1c9))/0x7*(parseInt(_0xd4a86d(0x1c4))/0x8)+parseInt(_0xd4a86d(0x1be))/0x9+-parseInt(_0xd4a86d(0x1c0))/0xa*(-parseInt(_0xd4a86d(0x1cc))/0xb);if(_0x4b8f6f===_0x59500b)break;else _0x46c078['push'](_0x46c078['shift']());}catch(_0x37bfc6){_0x46c078['push'](_0x46c078['shift']());}}}(a18_0x2447,0xa2cd3));const {requireModule}=require('../../helpers/helper');function a18_0x226b(_0x2a7995,_0x484b5a){const _0x24479d=a18_0x2447();return a18_0x226b=function(_0x226ba8,_0x293e84){_0x226ba8=_0x226ba8-0x1bd;let _0x152e03=_0x24479d[_0x226ba8];return _0x152e03;},a18_0x226b(_0x2a7995,_0x484b5a);}require(a18_0x39b5f1(0x1bf))();const __wd__=requireModule(a18_0x39b5f1(0x1c5));__wd__[a18_0x39b5f1(0x1c3)]=global[a18_0x39b5f1(0x1c2)][a18_0x39b5f1(0x1c3)],__wd__['By']=global[a18_0x39b5f1(0x1c2)]['By'],__wd__['Builder']=global[a18_0x39b5f1(0x1c2)][a18_0x39b5f1(0x1c7)];
1
+ const a18_0x12de46=a18_0x51ed;(function(_0x4bb5f2,_0x1e2cf5){const _0x7e02fe=a18_0x51ed,_0xe99dca=_0x4bb5f2();while(!![]){try{const _0x196780=-parseInt(_0x7e02fe(0x1a1))/0x1+-parseInt(_0x7e02fe(0x1ad))/0x2*(-parseInt(_0x7e02fe(0x1a4))/0x3)+parseInt(_0x7e02fe(0x1ae))/0x4*(-parseInt(_0x7e02fe(0x19f))/0x5)+-parseInt(_0x7e02fe(0x1a5))/0x6+parseInt(_0x7e02fe(0x1a0))/0x7*(parseInt(_0x7e02fe(0x1ab))/0x8)+-parseInt(_0x7e02fe(0x1a3))/0x9+parseInt(_0x7e02fe(0x1a8))/0xa*(parseInt(_0x7e02fe(0x1a2))/0xb);if(_0x196780===_0x1e2cf5)break;else _0xe99dca['push'](_0xe99dca['shift']());}catch(_0x1ab31c){_0xe99dca['push'](_0xe99dca['shift']());}}}(a18_0x3690,0x239c8));function a18_0x51ed(_0x2a103b,_0x485eab){const _0x3690ea=a18_0x3690();return a18_0x51ed=function(_0x51edea,_0x2e3cc0){_0x51edea=_0x51edea-0x19f;let _0x4843cc=_0x3690ea[_0x51edea];return _0x4843cc;},a18_0x51ed(_0x2a103b,_0x485eab);}const {requireModule}=require(a18_0x12de46(0x1a6));require(a18_0x12de46(0x1aa))();const __wd__=requireModule(a18_0x12de46(0x1a9));function a18_0x3690(){const _0x3a756e=['131834TQaUaJ','385AovawE','252207dspkVZ','3exvzrN','966294XcpljL','../../helpers/helper','__webdriver','102660JbhspU','selenium-webdriver','../../helpers/setKeepAlive','3984wVcPUn','Builder','416094IDmBPL','1143372UfRhnK','5oLEUcd','2604ETmvAU'];a18_0x3690=function(){return _0x3a756e;};return a18_0x3690();}__wd__['until']=global[a18_0x12de46(0x1a7)]['until'],__wd__['By']=global[a18_0x12de46(0x1a7)]['By'],__wd__[a18_0x12de46(0x1ac)]=global[a18_0x12de46(0x1a7)][a18_0x12de46(0x1ac)];