browserstack-node-sdk 1.31.14 → 1.31.15

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 (111) hide show
  1. package/ats/src/CFTemplates/aws-eks-cluster-dep.yaml +5 -0
  2. package/ats/src/cloudproviders/AWS.js +1 -1
  3. package/ats/src/cloudproviders/Azure.js +1 -1
  4. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/commands/start.js +1 -0
  19. package/ats/src/commands/start_commands/grid.js +1 -0
  20. package/ats/src/commands/stop.js +1 -0
  21. package/ats/src/commands/stop_commands/grid.js +1 -0
  22. package/ats/src/config/constants.js +1 -1
  23. package/ats/src/config/logger.js +1 -1
  24. package/ats/src/index.js +1 -1
  25. package/ats/src/templates/gcpresources/gkecluster.json +37 -0
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/runner.js +1 -1
  75. package/src/bin/setup.js +1 -1
  76. package/src/bin/test-runner/index.js +1 -1
  77. package/src/bin/test-runner/runTest.js +1 -1
  78. package/src/bin/test-runner/testWorker.js +1 -1
  79. package/src/bin/utils/constants.js +1 -1
  80. package/src/bin/utils/log4jsAppender.js +1 -1
  81. package/src/bin/utils/logPatcher.js +1 -1
  82. package/src/bin/utils/logReportingAPI.js +1 -1
  83. package/src/bin/vanilla-js/command.js +1 -1
  84. package/src/browserStackSdk.js +1 -1
  85. package/src/helpers/BrowserStackSetup.js +1 -1
  86. package/src/helpers/accessibility-automation/constants.js +1 -1
  87. package/src/helpers/accessibility-automation/helper.js +1 -1
  88. package/src/helpers/ats/constants.js +1 -1
  89. package/src/helpers/ats/helper.js +1 -1
  90. package/src/helpers/capsMapping.js +1 -1
  91. package/src/helpers/helper.js +1 -1
  92. package/src/helpers/logger.js +1 -1
  93. package/src/helpers/patchHelpers.js +1 -1
  94. package/src/helpers/percy/Percy.js +1 -1
  95. package/src/helpers/percy/PercyBinary.js +1 -1
  96. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  97. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  98. package/src/helpers/percy/PercySDK.js +1 -1
  99. package/src/helpers/percy/index.js +1 -1
  100. package/src/helpers/percy/utils.js +1 -1
  101. package/src/helpers/performance-tester.js +1 -1
  102. package/src/helpers/request-spy.js +1 -1
  103. package/src/helpers/setKeepAlive.js +1 -1
  104. package/src/helpers/test-observability/constants.js +1 -1
  105. package/src/helpers/test-observability/error-handler.js +1 -1
  106. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  107. package/src/helpers/test-observability/sessionHandler.js +1 -1
  108. package/src/helpers/test-observability/utils.js +1 -1
  109. package/src/helpers/w3cMapping.js +1 -1
  110. package/src/hubAllocationMethods.js +1 -1
  111. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a13_0x58c7a2=a13_0x3e2f;(function(_0xc9114e,_0x276fff){const _0xbc9b6b=a13_0x3e2f,_0x4b0cc9=_0xc9114e();while(!![]){try{const _0xd9508e=-parseInt(_0xbc9b6b(0x114))/0x1+parseInt(_0xbc9b6b(0x14c))/0x2+parseInt(_0xbc9b6b(0x1b7))/0x3+-parseInt(_0xbc9b6b(0x18d))/0x4*(-parseInt(_0xbc9b6b(0x197))/0x5)+-parseInt(_0xbc9b6b(0x121))/0x6+-parseInt(_0xbc9b6b(0x195))/0x7*(-parseInt(_0xbc9b6b(0x1a7))/0x8)+parseInt(_0xbc9b6b(0x102))/0x9*(-parseInt(_0xbc9b6b(0x169))/0xa);if(_0xd9508e===_0x276fff)break;else _0x4b0cc9['push'](_0x4b0cc9['shift']());}catch(_0x56dc6b){_0x4b0cc9['push'](_0x4b0cc9['shift']());}}}(a13_0x2c53,0xb03b0));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x58c7a2(0x1b1)),{isBrowserstackInfra,markSessionStatus}=require(a13_0x58c7a2(0x134));let __error_messages__=[];const RequestQueueHandler=require(a13_0x58c7a2(0x113));jest[a13_0x58c7a2(0xf2)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x58c7a2(0x17c)),{percyAutoCapture}=require(a13_0x58c7a2(0x19f)),logger=require('../../helpers/logger')[a13_0x58c7a2(0x167)],TestDetails=require(a13_0x58c7a2(0x185)),PerformanceTester=require(a13_0x58c7a2(0x117));function stripUnicode(_0x56b1a7){const _0x42fd03=a13_0x58c7a2;return _0x56b1a7[_0x42fd03(0x13b)](/\\u001b\[.*?m/g,'')[_0x42fd03(0x132)](0x1,-0x1);}async function setContext(){const _0x4d4a8a=a13_0x58c7a2,_0x2c687a={'mmoqH':function(_0x50d205,_0x2eeed3){return _0x50d205<=_0x2eeed3;},'uiJqi':function(_0x2f7f0b,_0x3ff3bf){return _0x2f7f0b(_0x3ff3bf);},'rZPmN':function(_0x1b1de8){return _0x1b1de8();},'yRUjd':function(_0x1c69b9){return _0x1c69b9();},'wnpxP':function(_0x80dba5,_0x1fa28f){return _0x80dba5!==_0x1fa28f;},'UKvTd':_0x4d4a8a(0x166),'howlC':_0x4d4a8a(0x162),'eZehZ':function(_0x28b826,_0x333166){return _0x28b826===_0x333166;},'RgseP':'bRjxC','wHYYv':_0x4d4a8a(0x14b),'NFaVs':'undefined','vLyzj':function(_0x1c1de8,_0x15b821){return _0x1c1de8===_0x15b821;},'sGQHx':_0x4d4a8a(0x133),'enqLT':_0x4d4a8a(0x12d),'femRF':function(_0x1dbef6,_0x10a3b1){return _0x1dbef6>_0x10a3b1;},'UApaK':function(_0x23e275,_0x284fa8){return _0x23e275!==_0x284fa8;},'GyGBR':'CBrMk','kwBNv':function(_0x1f9f0c,_0x45badb){return _0x1f9f0c===_0x45badb;},'EfxkP':_0x4d4a8a(0x156),'NIcPi':_0x4d4a8a(0x196),'ZGBEy':function(_0x1b55fe,_0x534cce){return _0x1b55fe(_0x534cce);},'NreHj':function(_0x12da04,_0x110d0e){return _0x12da04===_0x110d0e;},'xNjRo':_0x4d4a8a(0xef),'IkjFK':function(_0xf67e7,_0x2593b1){return _0xf67e7===_0x2593b1;},'MKtNh':'wVKkF','tjezE':_0x4d4a8a(0x190),'eoRmL':'VwLgs','kKgJv':function(_0x15b024,_0x1489f5){return _0x15b024!==_0x1489f5;},'ceAuQ':_0x4d4a8a(0x170),'sjLLl':_0x4d4a8a(0x158),'sGnfx':'ESNah','yVFMu':_0x4d4a8a(0x1a9)};if(!_0x2c687a[_0x4d4a8a(0x126)](isBrowserstackInfra)){if(_0x2c687a[_0x4d4a8a(0x199)](_0x2c687a[_0x4d4a8a(0x11a)],_0x2c687a[_0x4d4a8a(0x15c)]))return;else return;}if(!sessionNameProvided){if(_0x2c687a[_0x4d4a8a(0x160)](_0x2c687a[_0x4d4a8a(0x137)],_0x2c687a['wHYYv']))_0x7adb3[_0x4d4a8a(0x165)](_0x3c11e1)&&_0x48e3ad[0x0]&&(_0x39a2a5[0x0][_0x4d4a8a(0x18f)]=_0x1514f4),_0x5611b3['browserstackSessionName']=_0xd56f4f;else{const _0x35a98b=expect[_0x4d4a8a(0x1a1)]()[_0x4d4a8a(0x107)];await __drivers[0x0]['executeScript'](_0x4d4a8a(0x17d)+_0x35a98b+_0x4d4a8a(0x16c));}}let _0x1a6a65=null,_0x58890e=![];if(_0x2c687a[_0x4d4a8a(0x199)](typeof jasmine,_0x2c687a[_0x4d4a8a(0x12f)]))_0x2c687a['vLyzj'](_0x2c687a['sGQHx'],_0x2c687a[_0x4d4a8a(0x10d)])?_0x406699=new _0x3e4aa9(_0x478617):jasmine[_0x4d4a8a(0x191)][_0x4d4a8a(0x103)]&&_0x2c687a[_0x4d4a8a(0x15a)](jasmine[_0x4d4a8a(0x191)]['failedExpectations']['length'],0x0)?_0x2c687a[_0x4d4a8a(0x177)](_0x2c687a[_0x4d4a8a(0x174)],_0x2c687a['GyGBR'])?_0x50f201[_0x4d4a8a(0x124)](_0x4d4a8a(0x17f)+_0x6e5a31):(_0x58890e=!![],_0x1a6a65=_0x2c687a['uiJqi'](stripUnicode,JSON[_0x4d4a8a(0x188)](jasmine[_0x4d4a8a(0x191)][_0x4d4a8a(0x103)][0x0][_0x4d4a8a(0x118)]))):_0x2c687a['kwBNv'](_0x2c687a['EfxkP'],_0x2c687a[_0x4d4a8a(0x14f)])?_0x1492f2=![]:_0x1a6a65=_0x2c687a[_0x4d4a8a(0x10e)](stripUnicode,JSON[_0x4d4a8a(0x188)](jasmine[_0x4d4a8a(0x191)][_0x4d4a8a(0x120)]));else{if(_0x2c687a[_0x4d4a8a(0x163)](_0x2c687a[_0x4d4a8a(0x16b)],_0x2c687a['xNjRo'])){if(testContext[_0x4d4a8a(0x1bb)]&&_0x2c687a[_0x4d4a8a(0x15a)](testContext[_0x4d4a8a(0x1bb)]['length'],0x0))_0x2c687a['IkjFK'](_0x2c687a[_0x4d4a8a(0x1ba)],_0x2c687a[_0x4d4a8a(0x18a)])?_0x2c687a['mmoqH'](_0x5a99d0[_0x4d4a8a(0x157)]()[_0x4d4a8a(0x17a)],0x0)&&(_0x2c687a['uiJqi'](_0xa76724,_0x38ce5a),_0x2c687a[_0x4d4a8a(0x128)](_0x573438)):(_0x58890e=!![],_0x1a6a65=_0x2c687a[_0x4d4a8a(0x153)](stripUnicode,JSON[_0x4d4a8a(0x188)](testContext[_0x4d4a8a(0x1bb)][0x0][0x0][_0x4d4a8a(0x118)]||testContext[_0x4d4a8a(0x1bb)][0x0][0x0])));else{if(_0x2c687a[_0x4d4a8a(0x177)](_0x2c687a[_0x4d4a8a(0x16a)],_0x2c687a[_0x4d4a8a(0x16a)]))return _0x1dd56b[_0x4d4a8a(0x13b)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);else _0x1a6a65=_0x2c687a['uiJqi'](stripUnicode,JSON['stringify'](testContext[_0x4d4a8a(0x112)]));}}else _0x25856c=!![],_0x1d7c5a=_0x2c687a['uiJqi'](_0x25764a,_0x42adae[_0x4d4a8a(0x188)](_0x5ada05[_0x4d4a8a(0x191)][_0x4d4a8a(0x103)][0x0][_0x4d4a8a(0x118)]));}if(_0x58890e)_0x2c687a['kKgJv'](_0x2c687a[_0x4d4a8a(0xf5)],_0x2c687a[_0x4d4a8a(0x1a5)])?(__error_messages__[_0x4d4a8a(0x10c)](_0x1a6a65),await __drivers[0x0][_0x4d4a8a(0x144)](_0x4d4a8a(0x15b)+_0x1a6a65+_0x4d4a8a(0x10f))):_0x16eb2[_0x4d4a8a(0x191)]=_0x40a292;else{if(_0x2c687a[_0x4d4a8a(0x163)](_0x2c687a[_0x4d4a8a(0x1ac)],_0x2c687a[_0x4d4a8a(0x18b)]))return;else await __drivers[0x0]['executeScript'](_0x4d4a8a(0x1be)+_0x1a6a65+_0x4d4a8a(0x11f));}}const executeAnnotate=async(_0x4d05f6,_0x287dfb)=>{const _0x5660f7=a13_0x58c7a2;await global[_0x5660f7(0x13e)][0x0][_0x5660f7(0x144)](_0x5660f7(0x19a)+_0x4d05f6+',\x22level\x22:\x20\x22'+_0x287dfb+_0x5660f7(0x16c));};function a13_0x2c53(){const _0x1b21cf=['FqdeR','setTimeout','VtoHz','error','ceAuQ','titlePath','YfIbj','XxKeE','OofXa','KVbnq','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','tHPhq','pid','LtkeH','removeAllListeners','lAaVl','DquPm','18nzMwbL','failedExpectations','UDTjY','EmRgu','syRKg','currentTestName','fbZLv','fyPUd','bptHg','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','push','enqLT','ZGBEy','\x22,\x22level\x22:\x20\x22error\x22}}','VPMzS','jJkNZ','name','../../helpers/test-observability/requestQueueHandler','90789krbHFa','.\x20Error\x20:','CBhsm','../../helpers/performance-tester','message','KXvSB','UKvTd','yROph','MrDbQ','YbTQE','initQuit','\x22,\x22level\x22:\x20\x22info\x22}}','description','3880518nvGyce','YcHZP','eAmgJ','debug','AeUeH','yRUjd','fPPiq','rZPmN','bXXLH','rbWrL','Qaerr','LGMho','wODFP','isAccessibilityPlatform','NFaVs','NEYPl','oucOM','slice','jvjWA','../../helpers/helper','WapRy','gEObm','RgseP','cSuFi','xsRkG','log','replace','getTestUUID','passed','__drivers','ZJEVV','specStarted','percyCaptureMode','undefined','ALUGW','executeScript','crZDi','app','percy','appium:app','VNbfA','jYvow','qfOAu','328878MOnHeE','PAvSD','env','NIcPi','vvLvs','ETpZE','length','uiJqi','ObservabilitySync:','executeAsyncScript','YBzSs','getInstance','ebHEy','protocol','femRF','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','howlC','Txuyk','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HYGfI','eZehZ','info','pZEse','NreHj','bNUIV','isArray','qOdbr','winstonLogger','startMonitoring','5679990ifBfuZ','eoRmL','xNjRo','\x22}}','mmQVH','UAvHg','jlBrQ','HARwE',':testAnalyticsId','wVInm','quitCount_','GyGBR','BTvPF','lUquC','UApaK','wmAGh','zeiOM','pendingUploads','http:','../../helpers/accessibility-automation/helper','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','uvAZD','Failed\x20to\x20store\x20session\x20name:\x20','OuJNb','IGzpB','veylD','zvRBk','capabilities','./test-observability/test-details','XOAmr','\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','stringify','KqVXV','tjezE','yVFMu','lZFog','4hdrfqv','sWAHz','browserstackSessionName','WCgYX','currentTest','rqaNx','testPath','EMmTC','268093nrwdvI','CygtM','5007215ylcRoe','shift','wnpxP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','testcase','eyeql','QlECm','../../helpers/percy/utils','yOJgq','getState','failed','QCeVd','https:','sjLLl','addReporter','216WYNhAm','dGUIu','TdaHK','silFB','QhImw','sGnfx','hOVXz','NecHI','aVULr','getCurrentUrl','../../helpers/test-observability/utils','kjWCU','NakCX','YskWw','HQPNS','YtBcj','1186275DliOcA','JYNxV','wHxTb','MKtNh','errors','\x20|\x20','join','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','YbhLK','XZEeC','VWczm','now','sfJnz','gojIh','MFwpn','lYbwz','BymTk','pNidn','mpTDD'];a13_0x2c53=function(){return _0x1b21cf;};return a13_0x2c53();}async function driverCleanup(){const _0x328eba=a13_0x58c7a2,_0x3c4a45={'Bylfm':_0x328eba(0xfb),'LGMho':function(_0xa31a15,_0x95df70){return _0xa31a15>_0x95df70;},'lZFog':function(_0x31a8bd,_0x33bb2b){return _0x31a8bd(_0x33bb2b);},'SmJgf':function(_0x3b66d8,_0x3fee05){return _0x3b66d8(_0x3fee05);},'rbWrL':function(_0x13678c,_0x56baef){return _0x13678c<=_0x56baef;},'QhImw':function(_0x11992f){return _0x11992f();},'NecHI':function(_0x27df71,_0x33f07e,_0x50c2fc){return _0x27df71(_0x33f07e,_0x50c2fc);},'VtoHz':function(_0x3535c2,_0x2c8463){return _0x3535c2(_0x2c8463);},'yOJgq':function(_0x11302e){return _0x11302e();},'bptHg':function(_0x328b67,_0x4ba972){return _0x328b67!==_0x4ba972;},'gEObm':'ELCph','lAaVl':'kJcob','kjWCU':_0x328eba(0x143),'YbTQE':'VAZAa','QCeVd':function(_0x40e533,_0x2ee174){return _0x40e533>_0x2ee174;},'jlBrQ':function(_0x4e7937,_0x270a19){return _0x4e7937!==_0x270a19;},'xsRkG':_0x328eba(0x1bf),'YcHZP':_0x328eba(0x16e),'sbkJf':function(_0x2fa0f5,_0x5ca323,_0x100c3d,_0x187c5c){return _0x2fa0f5(_0x5ca323,_0x100c3d,_0x187c5c);},'dGUIu':_0x328eba(0x1a2),'XxKeE':_0x328eba(0x1bc),'IGzpB':function(_0x3cf743,_0x5c4204){return _0x3cf743!==_0x5c4204;},'zeiOM':_0x328eba(0x186),'OuJNb':_0x328eba(0x105),'lUquC':function(_0x460827,_0x1e7ec4,_0xdd0c57){return _0x460827(_0x1e7ec4,_0xdd0c57);},'Qaerr':_0x328eba(0x13d),'AeUeH':function(_0x3e8dec,_0xb1ef87){return _0x3e8dec!==_0xb1ef87;},'chodQ':_0x328eba(0x11b),'NakCX':_0x328eba(0x11c),'cSuFi':_0x328eba(0x19e),'DquPm':function(_0x5edb91,_0x49e81e){return _0x5edb91!==_0x49e81e;},'jyPYb':_0x328eba(0x18e),'silFB':_0x328eba(0x135),'gojIh':_0x328eba(0x15f),'uvAZD':_0x328eba(0x145)};if(!_0x3c4a45[_0x328eba(0x1a0)](isBrowserstackInfra)){if(_0x3c4a45[_0x328eba(0x10a)](_0x3c4a45[_0x328eba(0x136)],_0x3c4a45[_0x328eba(0x100)]))return;else _0x29a469[_0x328eba(0xf4)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x328eba(0x191)][_0x328eba(0xf6)]()+_0x328eba(0x115),_0x22adda);}let _0x26479e=![];try{_0x3c4a45['bptHg'](_0x3c4a45[_0x328eba(0x1b2)],_0x3c4a45[_0x328eba(0x11d)])?(await __drivers[0x0]['session_'],_0x26479e=!![],_0x3c4a45[_0x328eba(0x1a3)](__error_messages__[_0x328eba(0x152)],0x0)?_0x3c4a45[_0x328eba(0x16f)](_0x3c4a45[_0x328eba(0x139)],_0x3c4a45[_0x328eba(0x122)])?await _0x3c4a45['sbkJf'](markSessionStatus,__drivers[0x0],_0x3c4a45[_0x328eba(0x1a8)],__error_messages__[_0x328eba(0x1bd)](_0x3c4a45[_0x328eba(0xf8)])):_0x3a5963[_0x328eba(0x13a)](_0x4720e6):_0x3c4a45[_0x328eba(0x181)](_0x3c4a45[_0x328eba(0x179)],_0x3c4a45[_0x328eba(0x180)])?await _0x3c4a45[_0x328eba(0x176)](markSessionStatus,__drivers[0x0],_0x3c4a45[_0x328eba(0x12b)]):_0x11803a[_0x328eba(0xf4)](_0x328eba(0x10b)+_0x257d82)):_0x18ac56[_0x328eba(0x13a)](_0x203df8);}catch(_0x5d9a40){_0x3c4a45[_0x328eba(0x125)](_0x3c4a45['chodQ'],_0x3c4a45[_0x328eba(0x1b3)])?console[_0x328eba(0x13a)](_0x5d9a40):_0xf71e5d[_0x328eba(0x161)](_0x3c4a45['Bylfm']);}__error_messages__=[];if(_0x26479e){if(_0x3c4a45[_0x328eba(0x125)](_0x3c4a45[_0x328eba(0x138)],_0x3c4a45[_0x328eba(0x138)]))_0x1b2f75[_0x328eba(0x191)][_0x328eba(0x103)]&&_0x3c4a45[_0x328eba(0x12c)](_0x421048['currentTest'][_0x328eba(0x103)][_0x328eba(0x152)],0x0)?(_0x1f4975=!![],_0x4443e1=_0x3c4a45[_0x328eba(0x18c)](_0x5b4329,_0x3ea7c0[_0x328eba(0x188)](_0x250b2f['currentTest']['failedExpectations'][0x0]['message']))):_0x38e80a=_0x3c4a45['SmJgf'](_0xf6b183,_0x5a55fc['stringify'](_0x240824[_0x328eba(0x191)][_0x328eba(0x120)]));else try{if(_0x3c4a45[_0x328eba(0x101)](_0x3c4a45['jyPYb'],_0x3c4a45[_0x328eba(0x1aa)]))await __drivers[0x0][_0x328eba(0x11e)]();else{const _0x475752={'rVgxV':function(_0x14cf67,_0x177652){const _0x3a8e0a=_0x328eba;return _0x3c4a45[_0x3a8e0a(0x12a)](_0x14cf67,_0x177652);},'eyeql':function(_0x196040,_0x2585e3){const _0x28d99e=_0x328eba;return _0x3c4a45[_0x28d99e(0x18c)](_0x196040,_0x2585e3);},'ItKvs':function(_0x314cc1){return _0x3c4a45['QhImw'](_0x314cc1);}},_0x179e1b=_0x3c4a45[_0x328eba(0x1ae)](_0x21501e,async()=>{const _0x5190b3=_0x328eba;_0x475752['rVgxV'](_0x2d23e8['getInstance']()[_0x5190b3(0x17a)],0x0)&&(_0x475752[_0x5190b3(0x19d)](_0x54710a,_0x179e1b),_0x475752['ItKvs'](_0x19c77f));},0x3e8);}}catch(_0x4bf738){_0x3c4a45[_0x328eba(0x125)](_0x3c4a45[_0x328eba(0x1c4)],_0x3c4a45[_0x328eba(0x17e)])?console[_0x328eba(0x13a)](_0x4bf738):(_0x3c4a45[_0x328eba(0xf3)](_0x5b261f,_0x293b62),_0x3c4a45[_0x328eba(0x1ab)](_0xdf72d9));}}}function a13_0x3e2f(_0x2c313b,_0x10efd3){const _0x2c53e6=a13_0x2c53();return a13_0x3e2f=function(_0x3e2fac,_0x5514eb){_0x3e2fac=_0x3e2fac-0xec;let _0x434949=_0x2c53e6[_0x3e2fac];return _0x434949;},a13_0x3e2f(_0x2c313b,_0x10efd3);}beforeAll(async()=>{const _0x3a6d25=a13_0x58c7a2,_0x255265={'jJkNZ':_0x3a6d25(0x15e),'NEYPl':function(_0x508cca,_0x1c73f6){return _0x508cca!==_0x1c73f6;},'Txuyk':'oSiva','aVULr':function(_0x5f558d,_0x495b49){return _0x5f558d(_0x495b49);},'KqVXV':function(_0x3cca21,_0x58dd97){return _0x3cca21>_0x58dd97;},'bNUIV':function(_0x41db56,_0x134c31){return _0x41db56(_0x134c31);},'wHxTb':_0x3a6d25(0x142),'veylD':function(_0x290d5c,_0x4f3815){return _0x290d5c!==_0x4f3815;},'EMmTC':_0x3a6d25(0x110),'UDTjY':function(_0x13bab2,_0x18b303){return _0x13bab2===_0x18b303;},'GuEVq':_0x3a6d25(0x1b4),'tHPhq':_0x3a6d25(0x151),'XZEeC':_0x3a6d25(0xfe),'kLoPT':function(_0x2cf0f5){return _0x2cf0f5();},'KVbnq':_0x3a6d25(0x172),'BasVN':function(_0x440da6,_0x12ff57){return _0x440da6===_0x12ff57;},'OofXa':_0x3a6d25(0x14a),'ijcac':function(_0x27a05f,_0x96d6cb,_0x227007){return _0x27a05f(_0x96d6cb,_0x227007);}};PerformanceTester[_0x3a6d25(0x168)]();const _0xf9e16a='browserstack internal helper hook';_0x255265[_0x3a6d25(0x130)](typeof jasmine,_0x255265[_0x3a6d25(0x1b9)])&&(_0x255265[_0x3a6d25(0x182)](_0x255265['EMmTC'],_0x255265[_0x3a6d25(0x194)])?_0x1133d4[_0x3a6d25(0x161)](_0x255265[_0x3a6d25(0x111)]):jasmine['getEnv']()[_0x3a6d25(0x1a6)]({'specStarted':_0x1fc039=>{const _0x4a95a=_0x3a6d25;if(_0x255265[_0x4a95a(0x130)](_0x255265[_0x4a95a(0x15d)],_0x255265[_0x4a95a(0x15d)])){const _0x951677={};_0x951677[_0x4a95a(0x140)]=_0x4ef75f=>{_0x580cf2['currentTest']=_0x4ef75f;},_0x28bd51['getEnv']()['addReporter'](_0x951677);}else jasmine[_0x4a95a(0x191)]=_0x1fc039;}}));let _0x4d1f27=![];try{_0x255265[_0x3a6d25(0x104)](_0x255265['GuEVq'],_0x255265[_0x3a6d25(0xfc)])?_0x15d197=_0x255265[_0x3a6d25(0x1af)](_0x5e91bb,_0x1896f7['stringify'](_0xc8ab72[_0x3a6d25(0x191)]['description'])):(await __drivers[0x0]['session_'],_0x4d1f27=!![]);}catch(_0x8037f0){}if(_0x4d1f27)try{try{_0x255265[_0x3a6d25(0x130)](_0x255265['XZEeC'],_0x255265[_0x3a6d25(0x1c0)])?_0x17ffe5=_0x255265[_0x3a6d25(0x1af)](_0x17c7d4,_0xb11880[_0x3a6d25(0x188)](_0x11c03b[_0x3a6d25(0x112)])):_0x255265['kLoPT'](isTestObservabilitySession)&&(_0x255265[_0x3a6d25(0x182)](_0x255265[_0x3a6d25(0xfa)],_0x255265['KVbnq'])?_0x3b2be2[_0x3a6d25(0x1bb)]&&_0x255265[_0x3a6d25(0x189)](_0x527a3a[_0x3a6d25(0x1bb)]['length'],0x0)?(_0x1b8966=!![],_0x50462e=_0x255265['aVULr'](_0x3de3fc,_0x15ee66[_0x3a6d25(0x188)](_0x5b3233[_0x3a6d25(0x1bb)][0x0][0x0]['message']||_0x3ba2fb[_0x3a6d25(0x1bb)][0x0][0x0]))):_0x12ddeb=_0x255265['bNUIV'](_0x5ac46d,_0x4aa8d2[_0x3a6d25(0x188)](_0xacfb8c[_0x3a6d25(0x112)])):global[_0x3a6d25(0x13e)][0x0]&&(_0x255265['BasVN'](_0x255265['OofXa'],_0x255265[_0x3a6d25(0xf9)])?await _0x255265['ijcac'](sendPlatformDetails,global[_0x3a6d25(0x13e)][0x0],TestDetails[_0x3a6d25(0x13c)](process[_0x3a6d25(0xfd)]+_0x3a6d25(0x171))):(_0x1bdda1=!![],_0x306323=_0x255265[_0x3a6d25(0x164)](_0x2813ca,_0x4c2136[_0x3a6d25(0x188)](_0x3896b7[_0x3a6d25(0x1bb)][0x0][0x0][_0x3a6d25(0x118)]||_0x540977['errors'][0x0][0x0])))));}catch{}}catch(_0x12e35a){}}),beforeEach(async()=>{const _0x1727c9=a13_0x58c7a2,_0x1e1054={'fbZLv':function(_0x42955f,_0x24bcbd){return _0x42955f>_0x24bcbd;},'VUtgB':function(_0x4b0195){return _0x4b0195();},'hOVXz':function(_0x20bafb,_0x2444cb){return _0x20bafb>_0x2444cb;},'fMiAh':function(_0x4000df){return _0x4000df();},'MFwpn':function(_0x3b1fda,_0x56472d,_0x116351){return _0x3b1fda(_0x56472d,_0x116351);},'sfJnz':function(_0x4d062c){return _0x4d062c();},'YtBcj':function(_0x355a84,_0x41379c){return _0x355a84===_0x41379c;},'fPPiq':_0x1727c9(0x17b),'CBhsm':_0x1727c9(0x1a4),'KXvSB':_0x1727c9(0x19b),'wmAGh':function(_0x34326a,_0x2fb3d8){return _0x34326a>_0x2fb3d8;},'bXXLH':function(_0x1f37de){return _0x1f37de();}},_0x3c01f7='browserstack internal helper hook';try{_0x1e1054[_0x1727c9(0x108)](__drivers[_0x1727c9(0x152)],0x1)&&(await _0x1e1054['VUtgB'](driverCleanup),__drivers[_0x1727c9(0x198)]());const _0x389923=expect['getState']()[_0x1727c9(0x107)];try{Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x1727c9(0x18f)]=_0x389923),global[_0x1727c9(0x18f)]=_0x389923;}catch(_0x1e4f83){logger[_0x1727c9(0x124)](_0x1727c9(0x17f)+_0x1e4f83);}__drivers[0x0][_0x1727c9(0x18f)]=_0x389923;_0x1e1054[_0x1727c9(0x1ad)](__drivers[0x0]['quitCount_'],0x0)&&await _0x1e1054['fMiAh'](driverCleanup);const _0x229bdd=_0x1e1054[_0x1727c9(0xec)](shouldScanTestForAccessibility,_0x389923,![]);if(_0x1e1054[_0x1727c9(0x1c3)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1727c9(0x12e)])try{const _0x36f0a7=await __drivers[0x0]['session_'];if(_0x36f0a7){let _0xb50370=!![];const _0xbafddb=await __drivers[0x0][_0x1727c9(0x1b0)]();let _0x5ceead;try{_0x5ceead=new URL(_0xbafddb);}catch(_0x49836b){_0xb50370=![];}_0xb50370=_0x1e1054[_0x1727c9(0x1b6)](_0x5ceead[_0x1727c9(0x159)],_0x1e1054[_0x1727c9(0x127)])||_0x1e1054[_0x1727c9(0x1b6)](_0x5ceead['protocol'],_0x1e1054[_0x1727c9(0x116)]),_0xb50370&&(_0x229bdd?(logger['info'](_0x1e1054[_0x1727c9(0x119)]),await __drivers[0x0][_0x1727c9(0x155)]('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20')):await __drivers[0x0][_0x1727c9(0x144)]('\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(_0x5b096d){logger['error'](_0x1727c9(0x10b)+_0x5b096d);}_0x1e1054[_0x1727c9(0x178)](__drivers[0x0][_0x1727c9(0x173)],0x0)&&await _0x1e1054[_0x1727c9(0x129)](driverCleanup);}catch{}}),afterEach(async()=>{const _0x2fc10a=a13_0x58c7a2,_0xb32a5f={'VWczm':function(_0x83604c,_0x4cc806){return _0x83604c>_0x4cc806;},'oucOM':function(_0x16056c){return _0x16056c();},'mmQVH':function(_0x443037,_0xe9d798){return _0x443037===_0xe9d798;},'VNbfA':_0x2fc10a(0x19c),'eAmgJ':_0x2fc10a(0x148),'YfIbj':function(_0x31c39c,_0x314957,_0x4bc413,_0x3d9027){return _0x31c39c(_0x314957,_0x4bc413,_0x3d9027);},'RpXNs':function(_0x17248a,_0x254740,_0x5969fe){return _0x17248a(_0x254740,_0x5969fe);},'zvRBk':function(_0x135a26){return _0x135a26();},'JYNxV':_0x2fc10a(0xfb),'BTvPF':function(_0x3ca928,_0x1ee3d0){return _0x3ca928(_0x1ee3d0);},'BymTk':_0x2fc10a(0x15e),'ZJEVV':function(_0x547866){return _0x547866();},'qDezW':function(_0x44bd7c,_0x447bb3,_0xfa1d23){return _0x44bd7c(_0x447bb3,_0xfa1d23);},'vvLvs':function(_0x3b63ad,_0x434d8a,_0x37e6bb){return _0x3b63ad(_0x434d8a,_0x37e6bb);},'PAvSD':_0x2fc10a(0x124),'mpTDD':function(_0x1e4795,_0x2125ae){return _0x1e4795>_0x2125ae;}},_0x9ac907='browserstack internal helper hook';try{_0xb32a5f['VWczm'](__drivers[_0x2fc10a(0x152)],0x1)&&(await _0xb32a5f[_0x2fc10a(0x131)](driverCleanup),__drivers[_0x2fc10a(0x198)]());try{if(global[_0x2fc10a(0x147)]&&_0xb32a5f[_0x2fc10a(0x16d)](global[_0x2fc10a(0x141)],_0xb32a5f[_0x2fc10a(0x149)])&&__drivers[0x0]){const _0x359179=_0xb32a5f[_0x2fc10a(0x1c1)](global[_0x2fc10a(0x184)]['length'],0x0)?!!global['capabilities'][0x0][_0x2fc10a(0x146)]||!!global[_0x2fc10a(0x184)][0x0][_0xb32a5f[_0x2fc10a(0x123)]]:![],_0x2db8b9={};_0x2db8b9[_0x2fc10a(0x146)]=_0x359179,await _0xb32a5f[_0x2fc10a(0xf7)](percyAutoCapture,__drivers[0x0],_0xb32a5f[_0x2fc10a(0x149)],_0x2db8b9);}}catch(_0x442883){}const _0x2ac1bc=_0xb32a5f['RpXNs'](shouldScanTestForAccessibility,expect['getState']()[_0x2fc10a(0x107)],![]);try{if(_0xb32a5f[_0x2fc10a(0x183)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x2fc10a(0x12e)]){_0x2ac1bc&&logger['info'](_0xb32a5f[_0x2fc10a(0x1b8)]);const _0x26d260={'saveResults':_0x2ac1bc,'testDetails':{'name':expect[_0x2fc10a(0x1a1)]()[_0x2fc10a(0x107)],'testRunId':process[_0x2fc10a(0x14e)]['BS_A11Y_TEST_RUN_ID'],'filePath':expect[_0x2fc10a(0x1a1)]()[_0x2fc10a(0x193)],'scopeList':[expect[_0x2fc10a(0x1a1)]()[_0x2fc10a(0x107)]]},'platform':await _0xb32a5f[_0x2fc10a(0x175)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x2fc10a(0x155)](_0x2fc10a(0x187),_0x26d260),_0x2ac1bc&&logger['info'](_0xb32a5f[_0x2fc10a(0xee)]);}}catch(_0x2ceeef){logger[_0x2fc10a(0xf4)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x2fc10a(0x191)]['titlePath']()+_0x2fc10a(0x115),_0x2ceeef);}await _0xb32a5f[_0x2fc10a(0x13f)](setContext);try{if(_0xb32a5f[_0x2fc10a(0x13f)](isTestObservabilitySession)){global[_0x2fc10a(0x13e)][0x0]&&await _0xb32a5f['qDezW'](sendPlatformDetails,global['__drivers'][0x0],TestDetails['getTestUUID'](process[_0x2fc10a(0xfd)]+':testAnalyticsId'));if(_0xb32a5f[_0x2fc10a(0x183)](isBrowserstackInfra)){const _0x4001a5=_0x2fc10a(0x154)+Date[_0x2fc10a(0x1c2)]();await _0xb32a5f[_0x2fc10a(0x150)](executeAnnotate,JSON[_0x2fc10a(0x188)](_0x4001a5),_0xb32a5f[_0x2fc10a(0x14d)]);}}}catch(_0x34b6c9){}_0xb32a5f[_0x2fc10a(0xf0)](__drivers[0x0][_0x2fc10a(0x173)],0x0)&&await _0xb32a5f[_0x2fc10a(0x13f)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x190482=a13_0x58c7a2,_0x1db506={'syRKg':function(_0x4118b7,_0x29e422){return _0x4118b7<=_0x29e422;},'QJMdC':function(_0x5de074,_0x42bc7b){return _0x5de074(_0x42bc7b);},'LahqW':function(_0x3af65f){return _0x3af65f();},'lYbwz':function(_0x21b1d2,_0x47631e,_0x3dae74){return _0x21b1d2(_0x47631e,_0x3dae74);},'fyPUd':function(_0x1134fc){return _0x1134fc();}};jest[_0x190482(0xf2)](0x186a0),PerformanceTester['pushPerfMeasures']();const _0x5acb5d='browserstack internal helper hook';await new Promise(_0x4e5ef9=>{const _0xbeea67=_0x190482,_0xd8b80={'HQPNS':function(_0x2ac981,_0x2a4f62){const _0x219cd7=a13_0x3e2f;return _0x1db506[_0x219cd7(0x106)](_0x2ac981,_0x2a4f62);},'FqdeR':function(_0x4c0fd0,_0x7f920a){return _0x1db506['QJMdC'](_0x4c0fd0,_0x7f920a);},'rqaNx':function(_0x174ffd){return _0x1db506['LahqW'](_0x174ffd);}},_0x1d1354=_0x1db506[_0xbeea67(0xed)](setInterval,async()=>{const _0x13cc3f=_0xbeea67;_0xd8b80[_0x13cc3f(0x1b5)](RequestQueueHandler[_0x13cc3f(0x157)]()[_0x13cc3f(0x17a)],0x0)&&(_0xd8b80[_0x13cc3f(0xf1)](clearInterval,_0x1d1354),_0xd8b80[_0x13cc3f(0x192)](_0x4e5ef9));},0x3e8);});try{await _0x1db506[_0x190482(0x109)](driverCleanup);}catch(_0x3c1dc5){}process[_0x190482(0xff)]();},0x2710);
1
+ const a13_0x58f673=a13_0x2fe9;(function(_0x53efeb,_0x5e42e1){const _0x343889=a13_0x2fe9,_0x51f32b=_0x53efeb();while(!![]){try{const _0x55b187=-parseInt(_0x343889(0xf6))/0x1*(-parseInt(_0x343889(0xdd))/0x2)+-parseInt(_0x343889(0x109))/0x3*(-parseInt(_0x343889(0x100))/0x4)+-parseInt(_0x343889(0xe4))/0x5*(parseInt(_0x343889(0x105))/0x6)+-parseInt(_0x343889(0x104))/0x7*(parseInt(_0x343889(0x111))/0x8)+parseInt(_0x343889(0xaf))/0x9+parseInt(_0x343889(0xc4))/0xa+-parseInt(_0x343889(0x13a))/0xb;if(_0x55b187===_0x5e42e1)break;else _0x51f32b['push'](_0x51f32b['shift']());}catch(_0x2da3d0){_0x51f32b['push'](_0x51f32b['shift']());}}}(a13_0x1909,0x7efbb));const {isTestObservabilitySession,sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a13_0x58f673(0x10b));let __error_messages__=[];const RequestQueueHandler=require(a13_0x58f673(0xb8));function a13_0x2fe9(_0x523fb3,_0x1965a5){const _0x190949=a13_0x1909();return a13_0x2fe9=function(_0x2fe9c1,_0x5ebfd9){_0x2fe9c1=_0x2fe9c1-0x77;let _0x37f648=_0x190949[_0x2fe9c1];return _0x37f648;},a13_0x2fe9(_0x523fb3,_0x1965a5);}jest[a13_0x58f673(0xca)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x58f673(0xde)),{percyAutoCapture}=require(a13_0x58f673(0xf9)),logger=require('../../helpers/logger')[a13_0x58f673(0xed)],TestDetails=require(a13_0x58f673(0x86)),PerformanceTester=require(a13_0x58f673(0x143));function stripUnicode(_0x3c7bbc){const _0x7efcb9=a13_0x58f673;return _0x3c7bbc[_0x7efcb9(0x13f)](/\\u001b\[.*?m/g,'')[_0x7efcb9(0xae)](0x1,-0x1);}function a13_0x1909(){const _0x20f643=['percyCaptureMode','ZfItx','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','\x22,\x22level\x22:\x20\x22info\x22}}','\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','kZFru','VnTTp','BdHLp','zoVCN','stringify','lCNkd','kDoRt','ajkFc','nzOeC','RXBNR','RPXlW','executeScript','dXtwA','hGRsO','jjKnJ','now','nuyzO','startMonitoring','isArray','DIvHZ','ajTHT','aiUaB','getCurrentUrl','6791598RtcOef','undefined','rGbTJ','failedExpectations','NSwyC','replace','NDrvV','Otjjq','quitCount_','../../helpers/performance-tester','browserstackSessionName','EmiHj','yUQDh','getState','specStarted','currentTest','gZpEl','pJbPc','vcwSy','HeGAD','nLsEX','WTQLP','name','NEPCM','pgAaE','UtQBB','./test-observability/test-details','iglHK','\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','session_','hPijJ','jomCR','AzDUw','shift','FIgia','oOdrb','YLdMB','error','ENzek','iFdSi','errors','pid','\x22}}','pushPerfMeasures','xzQtD','fJANR','mxrNd','plxRo','tnqMu','OQuLE','push','info','ObservabilitySync:','wAlKs','GnbMb','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','MZrzh','iimFR','EdVZb','tjZgn','vbCEy','TFCHa','qaMpK','sshth','advjd','iJbrH','slice','2916486LsNdNr','jwUHC','soidU','DXkzJ','currentTestName','Capah','osFwn','obzkK','UJHJb','../../helpers/test-observability/requestQueueHandler','vzoEQ','Iwusa','xLzGs','UasBY','capabilities','log','Anyzx','isAccessibilityPlatform','RCPRG',',\x22level\x22:\x20\x22','getEnv','2339510YxzNtu','env','gWrVy','BKlSm','CMhRc','Lwofg','setTimeout','executeAsyncScript','pFtqq','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','awkPy','mspBu','OvviQ','oUxIh','Txemo','IVWgW','titlePath','testPath','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','lOgRm','\x22,\x22level\x22:\x20\x22error\x22}}','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','EEshr','fQnLp','xBVkV','1458FSUGFX','../../helpers/accessibility-automation/helper','debug','wqqFA','protocol','oKjfE','percy','15MZvfwF','\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','removeAllListeners','cgZwz','BS_A11Y_TEST_RUN_ID','ksBOH','ijlaj','OTBYL','XZbYD','winstonLogger','YttVj','YiOjr','aeyWD','SYYlm','description','LExgo','yWHiN','EnCfk','1283YTDGie','zFfOI','pendingUploads','../../helpers/percy/utils','etSSf','LRrBz','VuSeS','tVPvr','addReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','3271340AawzMK',':testAnalyticsId','length','Fxnwa','576751ruROiq','1852854pTMzJN','klQTx','getInstance','tjTFY','3bdAmYo','ogdcz','../../helpers/helper','wQVAT','__drivers','JFImn','yCZMn','SCTcy','24cZPmNH','Nlmfr','YjNZg','sdDsS','MyAzu','.\x20Error\x20:','message','VNRwK','getTestUUID','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','upwgT','dYcuB','kAhee'];a13_0x1909=function(){return _0x20f643;};return a13_0x1909();}async function setContext(){const _0x2f70a4=a13_0x58f673,_0x3fc2b5={'LRrBz':function(_0x526a55,_0x59eaaf){return _0x526a55<=_0x59eaaf;},'ksBOH':function(_0x5c4e95,_0x3082a6){return _0x5c4e95(_0x3082a6);},'UtQBB':function(_0x213ca7){return _0x213ca7();},'obzkK':function(_0x36ac80,_0x422df7,_0x3e12de){return _0x36ac80(_0x422df7,_0x3e12de);},'lOgRm':function(_0x1b5e58,_0x5b7db8){return _0x1b5e58>_0x5b7db8;},'wQVAT':function(_0x3782e7,_0x531fce){return _0x3782e7(_0x531fce);},'VuSeS':_0x2f70a4(0xcd),'pJbPc':function(_0x48dcbc,_0x1baee0){return _0x48dcbc(_0x1baee0);},'tjTFY':function(_0x3dd1aa){return _0x3dd1aa();},'nuyzO':function(_0x70e42c,_0x2ed2a4){return _0x70e42c!==_0x2ed2a4;},'fJANR':'ZdfRH','FYgKd':_0x2f70a4(0xbb),'YNGXJ':_0x2f70a4(0xd1),'cHBRF':_0x2f70a4(0x110),'vcwSy':function(_0x274733,_0x4f38e5){return _0x274733!==_0x4f38e5;},'nHanJ':_0x2f70a4(0x13b),'hPijJ':function(_0x28e232,_0x24ed98){return _0x28e232!==_0x24ed98;},'ENzek':_0x2f70a4(0x138),'YjNZg':function(_0x3ceb59,_0x52ef06){return _0x3ceb59>_0x52ef06;},'vzoEQ':function(_0x3a96c0,_0x53e174){return _0x3a96c0===_0x53e174;},'wAlKs':_0x2f70a4(0xf0),'gWrVy':_0x2f70a4(0x77),'OvviQ':function(_0x3cafb2,_0x429af6){return _0x3cafb2(_0x429af6);},'xzQtD':function(_0x584431,_0x574887){return _0x584431===_0x574887;},'EnCfk':_0x2f70a4(0x9a),'fQnLp':function(_0x29138c,_0x3bba19){return _0x29138c(_0x3bba19);},'EEshr':function(_0x15c1f1,_0x3506cc){return _0x15c1f1!==_0x3506cc;},'BKlSm':'chXON','pFtqq':'OWhcS','CMhRc':_0x2f70a4(0x9c),'FIgia':function(_0x5094f8,_0x2de10d){return _0x5094f8(_0x2de10d);},'MyAzu':function(_0x5ce6f6,_0x391557){return _0x5ce6f6===_0x391557;},'cgZwz':_0x2f70a4(0xcf),'yUQDh':_0x2f70a4(0xef),'jwUHC':function(_0x2e2908,_0x468098){return _0x2e2908(_0x468098);},'GnbMb':_0x2f70a4(0x130),'tVPvr':_0x2f70a4(0xdc)};if(!_0x3fc2b5[_0x2f70a4(0x108)](isBrowserstackInfra)){if(_0x3fc2b5[_0x2f70a4(0x133)](_0x3fc2b5[_0x2f70a4(0x99)],_0x3fc2b5['FYgKd']))return;else _0x302869[_0x2f70a4(0x91)](_0x2f70a4(0xa3)+this[_0x2f70a4(0x7b)]['titlePath']()+_0x2f70a4(0x116),_0x3c1a1b);}if(!sessionNameProvided){if(_0x3fc2b5['nuyzO'](_0x3fc2b5['YNGXJ'],_0x3fc2b5['cHBRF'])){const _0x4c0522=expect[_0x2f70a4(0x79)]()[_0x2f70a4(0xb3)];await __drivers[0x0][_0x2f70a4(0x12e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x4c0522+_0x2f70a4(0x96));}else _0x451de7[_0x2f70a4(0xdf)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0xb94f7e);}let _0x59bebb=null,_0x588c91=![];if(_0x3fc2b5[_0x2f70a4(0x7e)](typeof jasmine,_0x3fc2b5['nHanJ']))_0x3fc2b5[_0x2f70a4(0x8a)](_0x3fc2b5[_0x2f70a4(0x92)],_0x3fc2b5[_0x2f70a4(0x92)])?_0x12f10f[_0x2f70a4(0x91)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x20e70c):jasmine[_0x2f70a4(0x7b)][_0x2f70a4(0x13d)]&&_0x3fc2b5[_0x2f70a4(0x113)](jasmine['currentTest'][_0x2f70a4(0x13d)]['length'],0x0)?_0x3fc2b5[_0x2f70a4(0xb9)](_0x3fc2b5[_0x2f70a4(0xa1)],_0x3fc2b5[_0x2f70a4(0xc6)])?_0x400504[_0x2f70a4(0xbe)](_0x1142c6):(_0x588c91=!![],_0x59bebb=_0x3fc2b5[_0x2f70a4(0xd0)](stripUnicode,JSON[_0x2f70a4(0x127)](jasmine[_0x2f70a4(0x7b)][_0x2f70a4(0x13d)][0x0]['message']))):_0x3fc2b5[_0x2f70a4(0x98)](_0x3fc2b5[_0x2f70a4(0xf5)],_0x3fc2b5[_0x2f70a4(0xf5)])?_0x59bebb=_0x3fc2b5[_0x2f70a4(0xdb)](stripUnicode,JSON[_0x2f70a4(0x127)](jasmine['currentTest'][_0x2f70a4(0xf2)])):(_0x47e2f7[_0x2f70a4(0x135)](_0x3d192f)&&_0x269864[0x0]&&(_0x1cbe86[0x0]['browserstackSessionName']=_0x4a2421),_0x1c66da[_0x2f70a4(0x144)]=_0xe474a7);else{if(_0x3fc2b5[_0x2f70a4(0xda)](_0x3fc2b5[_0x2f70a4(0xc7)],_0x3fc2b5[_0x2f70a4(0xcc)])){if(testContext['errors']&&_0x3fc2b5[_0x2f70a4(0x113)](testContext['errors'][_0x2f70a4(0x102)],0x0)){if(_0x3fc2b5['nuyzO'](_0x3fc2b5['CMhRc'],_0x3fc2b5[_0x2f70a4(0xc8)])){const _0x367f07={'EdVZb':function(_0x5118bb,_0x361d2e){const _0x27567f=_0x2f70a4;return _0x3fc2b5[_0x27567f(0xfb)](_0x5118bb,_0x361d2e);},'DXkzJ':function(_0x52e65f,_0x2ab4f0){const _0x3f3a85=_0x2f70a4;return _0x3fc2b5[_0x3f3a85(0xe9)](_0x52e65f,_0x2ab4f0);},'vbCEy':function(_0x9d135c){const _0x4fd5c7=_0x2f70a4;return _0x3fc2b5[_0x4fd5c7(0x85)](_0x9d135c);}},_0x214026=_0x3fc2b5[_0x2f70a4(0xb6)](_0x56b376,async()=>{const _0x46cecf=_0x2f70a4;_0x367f07[_0x46cecf(0xa6)](_0xc58d22[_0x46cecf(0x107)]()['pendingUploads'],0x0)&&(_0x367f07[_0x46cecf(0xb2)](_0x1d8e57,_0x214026),_0x367f07[_0x46cecf(0xa8)](_0x276360));},0x3e8);}else _0x588c91=!![],_0x59bebb=_0x3fc2b5[_0x2f70a4(0x8e)](stripUnicode,JSON[_0x2f70a4(0x127)](testContext['errors'][0x0][0x0]['message']||testContext['errors'][0x0][0x0]));}else _0x3fc2b5[_0x2f70a4(0x115)](_0x3fc2b5[_0x2f70a4(0xe7)],_0x3fc2b5[_0x2f70a4(0x78)])?_0x361255[_0x2f70a4(0x94)]&&_0x3fc2b5[_0x2f70a4(0xd7)](_0x2fea1d[_0x2f70a4(0x94)][_0x2f70a4(0x102)],0x0)?(_0xf8a424=!![],_0x3f4d91=_0x3fc2b5[_0x2f70a4(0x10c)](_0x1eb22b,_0x5493f6['stringify'](_0x5708cb[_0x2f70a4(0x94)][0x0][0x0]['message']||_0x198d39['errors'][0x0][0x0]))):_0x58de57=_0x3fc2b5[_0x2f70a4(0xe9)](_0x6071fc,_0x7cb506[_0x2f70a4(0x127)](_0x23911[_0x2f70a4(0x82)])):_0x59bebb=_0x3fc2b5[_0x2f70a4(0xb0)](stripUnicode,JSON[_0x2f70a4(0x127)](testContext[_0x2f70a4(0x82)]));}else _0x1fc8c9[_0x2f70a4(0x9f)](_0x3fc2b5[_0x2f70a4(0xfc)]);}if(_0x588c91)_0x3fc2b5[_0x2f70a4(0x8a)](_0x3fc2b5['GnbMb'],_0x3fc2b5[_0x2f70a4(0xa2)])?(_0x3fc2b5[_0x2f70a4(0x7d)](_0x1abce5,_0x4cf738),_0x3fc2b5[_0x2f70a4(0x108)](_0x70be3e)):(__error_messages__[_0x2f70a4(0x9e)](_0x59bebb),await __drivers[0x0][_0x2f70a4(0x12e)](_0x2f70a4(0xd6)+_0x59bebb+_0x2f70a4(0xd8)));else{if(_0x3fc2b5[_0x2f70a4(0xda)](_0x3fc2b5[_0x2f70a4(0xfd)],_0x3fc2b5[_0x2f70a4(0xfd)]))return;else await __drivers[0x0]['executeScript'](_0x2f70a4(0xff)+_0x59bebb+_0x2f70a4(0x121));}}const executeAnnotate=async(_0x493fda,_0x5442d2)=>{const _0x6651b6=a13_0x58f673;await global[_0x6651b6(0x10d)][0x0]['executeScript'](_0x6651b6(0xd9)+_0x493fda+_0x6651b6(0xc2)+_0x5442d2+_0x6651b6(0x96));};async function driverCleanup(){const _0x52023f=a13_0x58f673,_0x3532a9={'tjZgn':function(_0x2ec66f,_0x4354af){return _0x2ec66f(_0x4354af);},'upwgT':function(_0x1ac4ff,_0x2780b8){return _0x1ac4ff>_0x2780b8;},'dXtwA':function(_0x276141,_0x3b9eab){return _0x276141(_0x3b9eab);},'OTBYL':function(_0x41e43e,_0x56740e){return _0x41e43e(_0x56740e);},'advjd':function(_0x306c76,_0x1f07dd){return _0x306c76<=_0x1f07dd;},'XZbYD':function(_0x2af17d){return _0x2af17d();},'yCZMn':function(_0x1f9c2c,_0x378dbb){return _0x1f9c2c===_0x378dbb;},'jomCR':'qCWKl','sshth':function(_0x57fd0a,_0x57d4ab){return _0x57fd0a!==_0x57d4ab;},'pgAaE':_0x52023f(0x12a),'mahLp':_0x52023f(0x118),'Fxnwa':function(_0x52b180,_0x3b570b){return _0x52b180>_0x3b570b;},'Capah':'lxnqF','UasBY':function(_0x424891,_0x7e89fe,_0x53cb54,_0x1b5b36){return _0x424891(_0x7e89fe,_0x53cb54,_0x1b5b36);},'NEPCM':'failed','Anyzx':'\x20|\x20','YttVj':_0x52023f(0xf1),'RPXlW':_0x52023f(0xf7),'lYRHG':function(_0x216cf7,_0x28d6f6,_0x30fa60){return _0x216cf7(_0x28d6f6,_0x30fa60);},'nzOeC':'passed','iFdSi':function(_0x15fb67,_0xc22486){return _0x15fb67===_0xc22486;},'jNmJX':_0x52023f(0xc9),'ajTHT':_0x52023f(0x129),'iJbrH':'cdizJ','oKjfE':'UgnIa','iglHK':_0x52023f(0xb5)};if(!_0x3532a9[_0x52023f(0xec)](isBrowserstackInfra)){if(_0x3532a9[_0x52023f(0x10f)](_0x3532a9[_0x52023f(0x8b)],_0x3532a9[_0x52023f(0x8b)]))return;else _0x4f64c2=_0x3532a9[_0x52023f(0xa7)](_0x56bf29,_0x4e5de3['stringify'](_0x55ab1d[_0x52023f(0x82)]));}let _0xa50500=![];try{_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x84)],_0x3532a9['mahLp'])?(await __drivers[0x0][_0x52023f(0x89)],_0xa50500=!![],_0x3532a9[_0x52023f(0x103)](__error_messages__[_0x52023f(0x102)],0x0)?_0x3532a9['yCZMn'](_0x3532a9[_0x52023f(0xb4)],_0x3532a9[_0x52023f(0xb4)])?await _0x3532a9[_0x52023f(0xbc)](markSessionStatus,__drivers[0x0],_0x3532a9[_0x52023f(0x83)],__error_messages__['join'](_0x3532a9[_0x52023f(0xbf)])):_0x58ff3f[_0x52023f(0x7b)][_0x52023f(0x13d)]&&_0x3532a9[_0x52023f(0x11b)](_0x91a75a[_0x52023f(0x7b)][_0x52023f(0x13d)][_0x52023f(0x102)],0x0)?(_0x5b58de=!![],_0x16c10f=_0x3532a9[_0x52023f(0xa7)](_0x478c63,_0x4297ef[_0x52023f(0x127)](_0x40a91f[_0x52023f(0x7b)][_0x52023f(0x13d)][0x0]['message']))):_0x5ecf24=_0x3532a9[_0x52023f(0x12f)](_0x32baa3,_0x4afe25[_0x52023f(0x127)](_0x4990fb[_0x52023f(0x7b)][_0x52023f(0xf2)])):_0x3532a9[_0x52023f(0x10f)](_0x3532a9[_0x52023f(0xee)],_0x3532a9[_0x52023f(0x12d)])?(_0x2ff9c4=!![],_0x49ac40=_0x3532a9[_0x52023f(0xeb)](_0x3b9368,_0x5a4154[_0x52023f(0x127)](_0x2abb89[_0x52023f(0x94)][0x0][0x0]['message']||_0x4974a8['errors'][0x0][0x0]))):await _0x3532a9['lYRHG'](markSessionStatus,__drivers[0x0],_0x3532a9[_0x52023f(0x12b)])):_0x3532a9[_0x52023f(0xac)](_0x42990b[_0x52023f(0x107)]()[_0x52023f(0xf8)],0x0)&&(_0x3532a9[_0x52023f(0xeb)](_0x4ee7fb,_0x41a814),_0x3532a9[_0x52023f(0xec)](_0x2110e4));}catch(_0x22adb9){if(_0x3532a9[_0x52023f(0x93)](_0x3532a9['jNmJX'],_0x3532a9['jNmJX']))console['log'](_0x22adb9);else return _0x4d453e['replace'](/\\u001b\[.*?m/g,'')[_0x52023f(0xae)](0x1,-0x1);}__error_messages__=[];if(_0xa50500){if(_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x137)],_0x3532a9[_0x52023f(0x137)]))return;else try{_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0xad)],_0x3532a9[_0x52023f(0xe2)])?await __drivers[0x0]['initQuit']():_0x424569['currentTest']=_0x57911d;}catch(_0xd23847){_0x3532a9[_0x52023f(0xab)](_0x3532a9[_0x52023f(0x87)],_0x3532a9['iglHK'])?_0x3bf528=new _0x56da35(_0x49a96d):console[_0x52023f(0xbe)](_0xd23847);}}}beforeAll(async()=>{const _0x249fa1=a13_0x58f673,_0x382524={'kAhee':function(_0xa296a,_0x190dbe){return _0xa296a===_0x190dbe;},'BdHLp':_0x249fa1(0x128),'mTOLU':_0x249fa1(0x11a),'nLsEX':function(_0x2913d4,_0x11a18f){return _0x2913d4(_0x11a18f);},'HeGAD':function(_0x2a1ef1,_0x251f29){return _0x2a1ef1!==_0x251f29;},'Nlmfr':'undefined','YgJTh':_0x249fa1(0x124),'RXBNR':_0x249fa1(0x131),'ijlaj':'ILbRM','etSSf':function(_0x181ec3,_0x54b164){return _0x181ec3===_0x54b164;},'plxRo':_0x249fa1(0x114),'iimFR':_0x249fa1(0x10e),'YLdMB':function(_0x3b71fa){return _0x3b71fa();},'IVWgW':_0x249fa1(0x81),'gZpEl':function(_0x2dacbc,_0x2f04c6){return _0x2dacbc!==_0x2f04c6;},'NTyLN':_0x249fa1(0xce),'Iwusa':_0x249fa1(0xd2),'wqqFA':function(_0x2d3381,_0x30fb40,_0x5ca662){return _0x2d3381(_0x30fb40,_0x5ca662);}};PerformanceTester[_0x249fa1(0x134)]();const _0x152c66='browserstack internal helper hook';_0x382524[_0x249fa1(0x7f)](typeof jasmine,_0x382524[_0x249fa1(0x112)])&&(_0x382524['HeGAD'](_0x382524['YgJTh'],_0x382524[_0x249fa1(0x12c)])?jasmine[_0x249fa1(0xc3)]()[_0x249fa1(0xfe)]({'specStarted':_0x409809=>{const _0x5742a4=_0x249fa1;if(_0x382524['kAhee'](_0x382524[_0x5742a4(0x125)],_0x382524[_0x5742a4(0x125)]))jasmine['currentTest']=_0x409809;else{const _0x5c9c8b={};_0x5c9c8b[_0x5742a4(0x7a)]=_0x212240=>{const _0x574ccc=_0x5742a4;_0x59b3e[_0x574ccc(0x7b)]=_0x212240;},_0x261fe5[_0x5742a4(0xc3)]()['addReporter'](_0x5c9c8b);}}}):_0x396856[_0x249fa1(0x9f)](_0x382524['mTOLU']));let _0x2c83e2=![];try{_0x382524[_0x249fa1(0x11d)](_0x382524[_0x249fa1(0xea)],_0x382524[_0x249fa1(0xea)])?(await __drivers[0x0][_0x249fa1(0x89)],_0x2c83e2=!![]):_0x1adc59=![];}catch(_0x19cf1d){}if(_0x2c83e2)try{try{_0x382524[_0x249fa1(0xfa)](_0x382524[_0x249fa1(0x9b)],_0x382524[_0x249fa1(0xa5)])?_0x157e92=_0x382524[_0x249fa1(0x80)](_0x2d45f2,_0x3abc6c[_0x249fa1(0x127)](_0x4a223e['currentTest'][_0x249fa1(0xf2)])):_0x382524[_0x249fa1(0x90)](isTestObservabilitySession)&&(_0x382524[_0x249fa1(0xfa)](_0x382524[_0x249fa1(0xd3)],_0x382524[_0x249fa1(0xd3)])?global[_0x249fa1(0x10d)][0x0]&&(_0x382524[_0x249fa1(0x7c)](_0x382524['NTyLN'],_0x382524[_0x249fa1(0xba)])?await _0x382524[_0x249fa1(0xe0)](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x249fa1(0x119)](process[_0x249fa1(0x95)]+_0x249fa1(0x101))):(_0x42d676=!![],_0x17cf9b=_0x382524[_0x249fa1(0x80)](_0x256569,_0x5d6c7c[_0x249fa1(0x127)](_0x10a023[_0x249fa1(0x7b)][_0x249fa1(0x13d)][0x0][_0x249fa1(0x117)])))):_0x5b1204[_0x249fa1(0xbe)](_0x37202e));}catch{}}catch(_0x550fbb){}}),beforeEach(async()=>{const _0x366230=a13_0x58f673,_0x1ad99f={'DIvHZ':function(_0x3ef2d1,_0x394302){return _0x3ef2d1>_0x394302;},'qaMpK':function(_0x47ba8c){return _0x47ba8c();},'FHieF':function(_0x2cbe37,_0x3b6020,_0xc1b4c7){return _0x2cbe37(_0x3b6020,_0xc1b4c7);},'TFCHa':function(_0x14c32a){return _0x14c32a();},'bBKTy':function(_0x15537a,_0x20e97c){return _0x15537a===_0x20e97c;},'dYcuB':'http:','yWHiN':'https:','NDrvV':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','QNLvr':function(_0x3721da){return _0x3721da();}},_0x22e257='browserstack internal helper hook';try{_0x1ad99f['DIvHZ'](__drivers[_0x366230(0x102)],0x1)&&(await _0x1ad99f[_0x366230(0xaa)](driverCleanup),__drivers[_0x366230(0x8d)]());const _0x3f54a9=expect['getState']()[_0x366230(0xb3)];try{Array[_0x366230(0x135)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x366230(0x144)]=_0x3f54a9),global[_0x366230(0x144)]=_0x3f54a9;}catch(_0x3e849f){logger[_0x366230(0xdf)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x3e849f);}__drivers[0x0][_0x366230(0x144)]=_0x3f54a9;_0x1ad99f[_0x366230(0x136)](__drivers[0x0][_0x366230(0x142)],0x0)&&await _0x1ad99f['qaMpK'](driverCleanup);const _0xc08b0a=_0x1ad99f['FHieF'](shouldScanTestForAccessibility,_0x3f54a9,![]);if(_0x1ad99f[_0x366230(0xa9)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x366230(0xc0)])try{const _0x41ee02=await __drivers[0x0][_0x366230(0x89)];if(_0x41ee02){let _0x2f3411=!![];const _0x115e07=await __drivers[0x0][_0x366230(0x139)]();let _0x442103;try{_0x442103=new URL(_0x115e07);}catch(_0x371dbe){_0x2f3411=![];}_0x2f3411=_0x1ad99f['bBKTy'](_0x442103[_0x366230(0xe1)],_0x1ad99f[_0x366230(0x11c)])||_0x1ad99f['bBKTy'](_0x442103[_0x366230(0xe1)],_0x1ad99f[_0x366230(0xf4)]),_0x2f3411&&(_0xc08b0a?(logger[_0x366230(0x9f)](_0x1ad99f[_0x366230(0x140)]),await __drivers[0x0][_0x366230(0xcb)](_0x366230(0xe5))):await __drivers[0x0][_0x366230(0x12e)](_0x366230(0x88)));}}catch(_0x28b6b6){logger[_0x366230(0x91)](_0x366230(0x120)+_0x28b6b6);}_0x1ad99f[_0x366230(0x136)](__drivers[0x0][_0x366230(0x142)],0x0)&&await _0x1ad99f['QNLvr'](driverCleanup);}catch{}}),afterEach(async()=>{const _0x2fcc6b=a13_0x58f673,_0x574a4a={'rGbTJ':function(_0x1323ea,_0x1d5028){return _0x1323ea>_0x1d5028;},'tGSQB':function(_0x1661cb){return _0x1661cb();},'MZrzh':function(_0x3ab451,_0xc86854){return _0x3ab451===_0xc86854;},'Otjjq':'testcase','oOdrb':'appium:app','RCPRG':function(_0xbd3dce,_0x21154f,_0x1af4af,_0x5c18f8){return _0xbd3dce(_0x21154f,_0x1af4af,_0x5c18f8);},'ogdcz':function(_0x201c97,_0x152d5b,_0x10833e){return _0x201c97(_0x152d5b,_0x10833e);},'rPYPl':function(_0x191658){return _0x191658();},'kZFru':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','FpCPg':function(_0x268a64,_0x49809d){return _0x268a64(_0x49809d);},'MjJTk':_0x2fcc6b(0xcd),'soidU':function(_0x2ab746){return _0x2ab746();},'LExgo':function(_0x162187,_0x51ef07,_0x1f404e){return _0x162187(_0x51ef07,_0x1f404e);},'klQTx':function(_0x4036d7){return _0x4036d7();},'AzDUw':function(_0x465001,_0x404833,_0x30ae72){return _0x465001(_0x404833,_0x30ae72);},'NSwyC':_0x2fcc6b(0xdf)},_0x2d6aaa='browserstack internal helper hook';try{_0x574a4a['rGbTJ'](__drivers[_0x2fcc6b(0x102)],0x1)&&(await _0x574a4a['tGSQB'](driverCleanup),__drivers['shift']());try{if(global[_0x2fcc6b(0xe3)]&&_0x574a4a[_0x2fcc6b(0xa4)](global[_0x2fcc6b(0x11e)],_0x574a4a[_0x2fcc6b(0x141)])&&__drivers[0x0]){const _0x2f417a=_0x574a4a[_0x2fcc6b(0x13c)](global[_0x2fcc6b(0xbd)][_0x2fcc6b(0x102)],0x0)?!!global[_0x2fcc6b(0xbd)][0x0]['app']||!!global[_0x2fcc6b(0xbd)][0x0][_0x574a4a[_0x2fcc6b(0x8f)]]:![],_0x2cf0ea={};_0x2cf0ea['app']=_0x2f417a,await _0x574a4a[_0x2fcc6b(0xc1)](percyAutoCapture,__drivers[0x0],_0x574a4a[_0x2fcc6b(0x141)],_0x2cf0ea);}}catch(_0x5b0ad6){}const _0x5d5b11=_0x574a4a[_0x2fcc6b(0x10a)](shouldScanTestForAccessibility,expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)],![]);try{if(_0x574a4a['rPYPl'](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0x5d5b11&&logger[_0x2fcc6b(0x9f)](_0x574a4a[_0x2fcc6b(0x123)]);const _0x3c3db2={'saveResults':_0x5d5b11,'testDetails':{'name':expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)],'testRunId':process[_0x2fcc6b(0xc5)][_0x2fcc6b(0xe8)],'filePath':expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xd5)],'scopeList':[expect[_0x2fcc6b(0x79)]()[_0x2fcc6b(0xb3)]]},'platform':await _0x574a4a['FpCPg'](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0x2fcc6b(0xcb)](_0x2fcc6b(0x122),_0x3c3db2),_0x5d5b11&&logger[_0x2fcc6b(0x9f)](_0x574a4a['MjJTk']);}}catch(_0x35a4c6){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x2fcc6b(0x7b)][_0x2fcc6b(0xd4)]()+_0x2fcc6b(0x116),_0x35a4c6);}await _0x574a4a['tGSQB'](setContext);try{if(_0x574a4a[_0x2fcc6b(0xb1)](isTestObservabilitySession)){global[_0x2fcc6b(0x10d)][0x0]&&await _0x574a4a[_0x2fcc6b(0xf3)](sendPlatformDetails,global[_0x2fcc6b(0x10d)][0x0],TestDetails[_0x2fcc6b(0x119)](process[_0x2fcc6b(0x95)]+_0x2fcc6b(0x101)));if(_0x574a4a[_0x2fcc6b(0x106)](isBrowserstackInfra)){const _0x2c1927=_0x2fcc6b(0xa0)+Date[_0x2fcc6b(0x132)]();await _0x574a4a[_0x2fcc6b(0x8c)](executeAnnotate,JSON[_0x2fcc6b(0x127)](_0x2c1927),_0x574a4a[_0x2fcc6b(0x13e)]);}}}catch(_0x231261){}_0x574a4a[_0x2fcc6b(0x13c)](__drivers[0x0][_0x2fcc6b(0x142)],0x0)&&await _0x574a4a[_0x2fcc6b(0x106)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x2c82a8=a13_0x58f673,_0x382d8c={'UJHJb':function(_0x51a872,_0x5ec5fa){return _0x51a872<=_0x5ec5fa;},'OQuLE':function(_0x7d9c60,_0x44a7b6){return _0x7d9c60(_0x44a7b6);},'ZfItx':function(_0x26f6d7){return _0x26f6d7();},'zoVCN':function(_0x574e0e,_0x437f73,_0x455dd9){return _0x574e0e(_0x437f73,_0x455dd9);}};jest['setTimeout'](0x186a0),PerformanceTester[_0x2c82a8(0x97)]();const _0x40447d='browserstack internal helper hook';await new Promise(_0x10f211=>{const _0x53c099=_0x2c82a8,_0x2ba674=_0x382d8c[_0x53c099(0x126)](setInterval,async()=>{const _0x590aa9=_0x53c099;_0x382d8c[_0x590aa9(0xb7)](RequestQueueHandler[_0x590aa9(0x107)]()['pendingUploads'],0x0)&&(_0x382d8c[_0x590aa9(0x9d)](clearInterval,_0x2ba674),_0x382d8c[_0x590aa9(0x11f)](_0x10f211));},0x3e8);});try{await _0x382d8c['ZfItx'](driverCleanup);}catch(_0x2d9474){}process[_0x2c82a8(0xe6)]();},0x2710);
@@ -1 +1 @@
1
- const a14_0x45aaa1=a14_0x4ffa;(function(_0x4baaf5,_0x1a0350){const _0xabdc08=a14_0x4ffa,_0x302688=_0x4baaf5();while(!![]){try{const _0x30f558=parseInt(_0xabdc08(0x188))/0x1+-parseInt(_0xabdc08(0x18a))/0x2+parseInt(_0xabdc08(0x18b))/0x3*(parseInt(_0xabdc08(0x187))/0x4)+-parseInt(_0xabdc08(0x18d))/0x5*(-parseInt(_0xabdc08(0x186))/0x6)+-parseInt(_0xabdc08(0x182))/0x7+parseInt(_0xabdc08(0x189))/0x8+parseInt(_0xabdc08(0x185))/0x9;if(_0x30f558===_0x1a0350)break;else _0x302688['push'](_0x302688['shift']());}catch(_0xe98e56){_0x302688['push'](_0x302688['shift']());}}}(a14_0x4631,0xf1c45));function a14_0x4ffa(_0x3d4a5e,_0x339791){const _0x4631dd=a14_0x4631();return a14_0x4ffa=function(_0x4ffa4b,_0x556e60){_0x4ffa4b=_0x4ffa4b-0x181;let _0x2d78bc=_0x4631dd[_0x4ffa4b];return _0x2d78bc;},a14_0x4ffa(_0x3d4a5e,_0x339791);}const requestSpy=require(a14_0x45aaa1(0x181)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x58ce65=a14_0x45aaa1,_0x3dfd6c={'CEfwA':function(_0x554585){return _0x554585();}},_0x5562dc='browserstack internal helper hook';_0x3dfd6c[_0x58ce65(0x183)](addRequestSpy);}),afterAll(async()=>{const _0x3a6a8c=a14_0x45aaa1,_0x2c34df='browserstack internal helper hook';jest[_0x3a6a8c(0x184)](0xea60),requestSpy[_0x3a6a8c(0x18c)]();});function a14_0x4631(){const _0x2c181f=['3940188MpNjWt','380127XnVIGg','restore','4720490dCKzPK','../../../helpers/request-spy','6551608yoFuhe','CEfwA','setTimeout','307395mHXeiA','6zZqrrY','28EYDjQe','482282VSYgrf','12390536wpwsiw'];a14_0x4631=function(){return _0x2c181f;};return a14_0x4631();}
1
+ const a14_0xfb1425=a14_0x5524;(function(_0x2380fb,_0x459358){const _0x2d73c8=a14_0x5524,_0x5510c5=_0x2380fb();while(!![]){try{const _0x4b732b=-parseInt(_0x2d73c8(0x1b6))/0x1+parseInt(_0x2d73c8(0x1b1))/0x2*(parseInt(_0x2d73c8(0x1b9))/0x3)+parseInt(_0x2d73c8(0x1b3))/0x4*(-parseInt(_0x2d73c8(0x1b8))/0x5)+parseInt(_0x2d73c8(0x1b2))/0x6+parseInt(_0x2d73c8(0x1b0))/0x7+-parseInt(_0x2d73c8(0x1bd))/0x8*(-parseInt(_0x2d73c8(0x1b7))/0x9)+-parseInt(_0x2d73c8(0x1b4))/0xa*(-parseInt(_0x2d73c8(0x1be))/0xb);if(_0x4b732b===_0x459358)break;else _0x5510c5['push'](_0x5510c5['shift']());}catch(_0x57479b){_0x5510c5['push'](_0x5510c5['shift']());}}}(a14_0x5b0a,0x64e6f));const requestSpy=require(a14_0xfb1425(0x1bb)),{addRequestSpy}=require('../../../helpers/test-observability/utils');function a14_0x5b0a(){const _0x4ba8fb=['395YMNXFE','596316cmGVpu','aoSsJ','../../../helpers/request-spy','restore','848560YBSDqw','2716769iOtEbS','1700349KlElrq','2MCOdOP','1155330qwaovk','25252hWENIs','10YFhrBV','setTimeout','75261UmyYXx','9IfPmKo'];a14_0x5b0a=function(){return _0x4ba8fb;};return a14_0x5b0a();}function a14_0x5524(_0x30352c,_0x1e1281){const _0x5b0ace=a14_0x5b0a();return a14_0x5524=function(_0x55240d,_0x464fab){_0x55240d=_0x55240d-0x1b0;let _0x450ba8=_0x5b0ace[_0x55240d];return _0x450ba8;},a14_0x5524(_0x30352c,_0x1e1281);}beforeAll(()=>{const _0x350165=a14_0xfb1425,_0x2f98e9={'aoSsJ':function(_0x96a3e3){return _0x96a3e3();}},_0x31191c='browserstack internal helper hook';_0x2f98e9[_0x350165(0x1ba)](addRequestSpy);}),afterAll(async()=>{const _0x1a948e=a14_0xfb1425,_0x4cb9f5='browserstack internal helper hook';jest[_0x1a948e(0x1b5)](0xea60),requestSpy[_0x1a948e(0x1bc)]();});
@@ -1 +1 @@
1
- const a15_0x6bbabb=a15_0x4049;(function(_0x27b178,_0x822572){const _0x1db23d=a15_0x4049,_0x4e5bd4=_0x27b178();while(!![]){try{const _0x4d13c1=parseInt(_0x1db23d(0xce))/0x1+parseInt(_0x1db23d(0xd5))/0x2+parseInt(_0x1db23d(0xd8))/0x3+parseInt(_0x1db23d(0xe3))/0x4+-parseInt(_0x1db23d(0xd9))/0x5+-parseInt(_0x1db23d(0xdf))/0x6+-parseInt(_0x1db23d(0xe5))/0x7*(parseInt(_0x1db23d(0xdd))/0x8);if(_0x4d13c1===_0x822572)break;else _0x4e5bd4['push'](_0x4e5bd4['shift']());}catch(_0xa34ff8){_0x4e5bd4['push'](_0x4e5bd4['shift']());}}}(a15_0x581f,0xd5255));const testOpsHelper=require(a15_0x6bbabb(0xd4)),helper=require(a15_0x6bbabb(0xd0));function a15_0x4049(_0x59c814,_0x30ea76){const _0x581f20=a15_0x581f();return a15_0x4049=function(_0x4049d3,_0x128972){_0x4049d3=_0x4049d3-0xcb;let _0x57d3a8=_0x581f20[_0x4049d3];return _0x57d3a8;},a15_0x4049(_0x59c814,_0x30ea76);}exports[a15_0x6bbabb(0xd6)]=(_0x2e91b7,_0x5c73b3)=>{const _0x102483=a15_0x6bbabb,_0x1a9681={};_0x1a9681[_0x102483(0xcd)]=_0x102483(0xcc),_0x1a9681['YknSG']=function(_0x135138,_0x159152){return _0x135138!==_0x159152;},_0x1a9681[_0x102483(0xdb)]='null',_0x1a9681[_0x102483(0xe1)]=function(_0x347d9e,_0x58d61d){return _0x347d9e>_0x58d61d;};const _0x183b63=_0x1a9681;if(testOpsHelper[_0x102483(0xcb)]()&&testOpsHelper[_0x102483(0xe0)]()){let _0x31feb5=process[_0x102483(0xda)][_0x102483(0xe4)];!helper['isUndefined'](_0x5c73b3[_0x102483(0xdc)])&&_0x5c73b3[_0x102483(0xdc)][_0x102483(0xcf)](_0x183b63[_0x102483(0xcd)])&&(_0x31feb5=_0x5c73b3[_0x102483(0xdc)][_0x102483(0xd1)](_0x183b63[_0x102483(0xcd)]));const _0x42c5e4=[];_0x183b63[_0x102483(0xd7)](_0x31feb5,_0x183b63[_0x102483(0xdb)])&&_0x183b63[_0x102483(0xd7)](_0x31feb5,null)&&_0x31feb5['split'](',')[_0x102483(0xe6)](_0x189582=>{const _0x3808bd=_0x102483;_0x42c5e4['push'](''+_0x189582[_0x3808bd(0xe2)]());}),_0x183b63['wIMlk'](_0x42c5e4[_0x102483(0xd2)],0x0)&&(_0x2e91b7[_0x102483(0xde)]=_0x42c5e4,delete _0x2e91b7[_0x102483(0xd3)]);}};function a15_0x581f(){const _0x413953=['1128942KaetpQ','6496275ZJWRAR','env','ZQbsA','cliConfig','96nuvQhL','testRegex','6923538eOPOpD','shouldReRunObservabilityTests','wIMlk','trim','3221992TENFHF','BROWSERSTACK_RERUN_TESTS','178703xRFGSQ','map','isTestObservabilitySession','rerunTests','YEPuJ','1265211GzyYCw','has','../../../helpers/helper','get','length','testMatch','../../../helpers/test-observability/utils','2371096LKrIEM','updateTestRerunConfig','YknSG'];a15_0x581f=function(){return _0x413953;};return a15_0x581f();}
1
+ const a15_0x50f72c=a15_0x5946;function a15_0x5946(_0x27e517,_0x4bfe66){const _0x15d7f9=a15_0x15d7();return a15_0x5946=function(_0x594688,_0x1498ad){_0x594688=_0x594688-0x178;let _0x323aae=_0x15d7f9[_0x594688];return _0x323aae;},a15_0x5946(_0x27e517,_0x4bfe66);}function a15_0x15d7(){const _0x574e57=['112218PHQfyD','WZKGS','updateTestRerunConfig','isUndefined','Xfjxz','99izlNti','468321ADSIpe','394880szUKOJ','isTestObservabilitySession','map','push','45jxAbGx','has','shouldReRunObservabilityTests','rerunTests','442248EkDyDW','null','env','Xejlp','mXqAS','7eHLRpx','33iOvbBj','trim','../../../helpers/helper','386550TFnFed','2aovDFY','length','split','3121520lekpPZ','2189676KICDjM','uCFHy','cliConfig'];a15_0x15d7=function(){return _0x574e57;};return a15_0x15d7();}(function(_0xf6f151,_0x34e1bf){const _0xc495e5=a15_0x5946,_0x5dd64d=_0xf6f151();while(!![]){try{const _0x332fc3=-parseInt(_0xc495e5(0x190))/0x1*(parseInt(_0xc495e5(0x191))/0x2)+parseInt(_0xc495e5(0x17e))/0x3+parseInt(_0xc495e5(0x187))/0x4+-parseInt(_0xc495e5(0x183))/0x5*(parseInt(_0xc495e5(0x178))/0x6)+-parseInt(_0xc495e5(0x18c))/0x7*(parseInt(_0xc495e5(0x194))/0x8)+parseInt(_0xc495e5(0x17d))/0x9*(parseInt(_0xc495e5(0x17f))/0xa)+parseInt(_0xc495e5(0x18d))/0xb*(parseInt(_0xc495e5(0x195))/0xc);if(_0x332fc3===_0x34e1bf)break;else _0x5dd64d['push'](_0x5dd64d['shift']());}catch(_0x5f3b3f){_0x5dd64d['push'](_0x5dd64d['shift']());}}}(a15_0x15d7,0x4a11d));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a15_0x50f72c(0x18f));exports[a15_0x50f72c(0x17a)]=(_0x59190f,_0x5c7bc8)=>{const _0x1e62e0=a15_0x50f72c,_0xeeef06={};_0xeeef06[_0x1e62e0(0x18b)]=_0x1e62e0(0x186),_0xeeef06['WZKGS']=function(_0x424bc1,_0x1817e0){return _0x424bc1!==_0x1817e0;},_0xeeef06[_0x1e62e0(0x17c)]=_0x1e62e0(0x188),_0xeeef06[_0x1e62e0(0x18a)]=function(_0x4ceab3,_0x4f0dee){return _0x4ceab3!==_0x4f0dee;},_0xeeef06[_0x1e62e0(0x196)]=function(_0x15d775,_0x15d7f7){return _0x15d775>_0x15d7f7;};const _0x3b50ca=_0xeeef06;if(testOpsHelper[_0x1e62e0(0x180)]()&&testOpsHelper[_0x1e62e0(0x185)]()){let _0x3a5cbe=process[_0x1e62e0(0x189)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x1e62e0(0x17b)](_0x5c7bc8['cliConfig'])&&_0x5c7bc8[_0x1e62e0(0x197)][_0x1e62e0(0x184)](_0x3b50ca[_0x1e62e0(0x18b)])&&(_0x3a5cbe=_0x5c7bc8[_0x1e62e0(0x197)]['get'](_0x3b50ca[_0x1e62e0(0x18b)]));const _0x38cf6e=[];_0x3b50ca[_0x1e62e0(0x179)](_0x3a5cbe,_0x3b50ca[_0x1e62e0(0x17c)])&&_0x3b50ca[_0x1e62e0(0x18a)](_0x3a5cbe,null)&&_0x3a5cbe[_0x1e62e0(0x193)](',')[_0x1e62e0(0x181)](_0xea91d8=>{const _0x568fbf=_0x1e62e0;_0x38cf6e[_0x568fbf(0x182)](''+_0xea91d8[_0x568fbf(0x18e)]());}),_0x3b50ca['uCFHy'](_0x38cf6e[_0x1e62e0(0x192)],0x0)&&(_0x59190f['testRegex']=_0x38cf6e,delete _0x59190f['testMatch']);}};
@@ -1 +1 @@
1
- function a16_0x4e66(){const _0x709851=['HHMsa','ngThB','fbuGe','bXtkg','EVQZJ','KRzXt','DxZGB','prefixTestPath','apply','lLFoP','retryOf','aYCuX','EjCfI','BUAHK','2|5|1|6|0|3|4','test_run_uuid','afterEach','gqwlT','testAnalyticsId','_currentRetry','oZQoa','QtuJq','includes','beforeAll','join','zJQmn','1110408YORGsJ','analyticsResult','865696MZHZUG','HNupr','fIzXe','asyncError','markedStatus','VrcAa','lWJQZ','ZAzfN','yujMn','pid','xcmZV','aKxEv','failure_backtrace','SPAUD','FZSAZ','\x22\x20hook\x20for\x20\x22','BgKvI','FDwPL','WvHjO','type','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','zCZxc','length','oEXVj','YUYpE','OEKUS','fJkBL','generic','TyunO','HpCpM','fzhaG','iTXBC','_gitConfigPath','TEwZo','zjcas','sKyAE','mapTestHooks','push','stack-trace','aSTYR','ZayKf','niNZh','expanded','DEopY','path','failed\x20to\x20get\x20root\x20parent\x20file\x20','WQvLP','exports','registerListeners','LCpRS','osUDk','kbKYk','yZIPF','wXHvC','YpUEU','started_at','luwfR','test','failed','hook_data','util','lzoLL','_paths','toString','fbzWr','HeRsl','WDTEy','WFUpD','iIjkS','cwd','dirname','WinIi','pNzTN','AFTER_EACH','NSUfh','zpJPA','lsnSx','../../../../package.json','tVqIx','oSnjS','qsQoi','uuid','VTPBe','FoyYr','skipped','TToYk','1533576QueQgC','HookRunFinished','STATE_PASSED','XXXna','getTestEnv','XruiC','dZQzo','llByD','test_run','ucfjJ','uFWOM','2DvKYwt','kDzol','MrDtb','state','ybggh','XvECw','SiDOD','hookAnalyticsId','CPkSq','findGitConfig','yDhnB','zbTvd','wMYcL','Mjryk','current_hook','dVGRy','testStarted','vHXEl','AkJVS','forEach','EsKiM','parse','_testEnv','getName','gllwN','OXSSO','avfOl','LXhdp','bs:addPlatformDetails:','vJhmm','pDAwE','../../../helpers/test-observability/sessionHandler','iRuMo','kMtgR','LXuFU','getRootParentFile','BImzl','kjekD','qlsNu','TGfyU','JEST','Kmboi','title','YMRca','getTestUUID','event_type','pGbBR','kaClY','AYbJX','hOexd','mOonj','MTmmK','toISOString','TVvJR','dzoVK','setTestUUID','testObservability','7HnOWoS','BEFORE_EACH','zggBm','uiINH','FrjWV','585VYTDTj','ggnba','backtrace','UqodI','GJOlO','file','current_test','VLxGU','bind','JzaCt','YskGa','../../../helpers/test-observability/utils','VwELG','pdazL','appendTestPlatform','beforeEach','DASUA','parent','KPtog','BTJSh','ZGhoW','root','capXA','pzLjD','LZGRx','ChEnR','PZWmw','http_response','sep','PUVqz','FNEFb','ntocV','GsQgB','kdjOj','WXgba','call','vZzOQ','hook_run','248735zEzWmZ','TJqdp','OzppW','OQpjH','lYDMV','UONYu','XrRmq','hook_type','jest-circus','DHYrZ','piPEC','OEeZB','SZhEp','VSSgQ','ZfAom','uvAKf','kJIuJ','HnOJv','atzWJ','uNGaV','eaFiG','lpqse','vRMvo','PKSEZ','logs','passed','errorsDetailed','FnrPA','uMrxC','VNyKo','failure_reason','./test-details','location_prefix','sXWxM','SdgnE','HUKBQ','iwyUw','aVFeI','CBTSessionCreated','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','tWFrv','EnVQX','_gitConfigured','hooks','VcSAs','ZbHlk','STATE_PENDING','SXgim','afterAll','jKmIf','uiaWl','hYGXk','hYjgt','wnTjr','840465BvRvvo','wrEeT','CDOmZ','UXWWu','ehRBX','js-','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','KUiev','hook_failure','HdXXM','TGLuI','WuDfQ','duration','gLkMn','hook_run_uuid',':testAnalyticsId','sendTestRunEvent','pending','tGAGW','YdFXY','emXRf','lBwUz','AkgXp','getHierarchy','oMtRL','result','BETWD','rvbWL','name','hqABS','SBXsR','appendTestItemLog','split','wofIf','92830ybJOFJ','BEFORE_ALL','match','gmmxK','zwcmF','bs:addLog:','GkIXp','JWwTH','ckLvG','TestRunSkipped','getTime','wJgtr','reverse','WVZTW','Gcdvo','CzlOy','mXPFH','FBKaA','lvkcc','configureGit','eLsbG','\x20with\x20error\x20:\x20','wHifI','UmBGd','tedhw','ExQlA','STATE_FAILED','bxYzi','TTnBg','OpmpW','getHooksForTest','config','abmzS','zjhYx','FhLOO','SihAF','RGogC','AgHXv','failure','JQmKW','uploadEventData','resetTestHooks','OTDdW','ElfzY','jqvXQ','yckaR','jGSRT','thJPC','now','PkqrN','fkqfG',':hookAnalyticsId','nInqm','removeAllListeners','nGzXG','LwOfn','waOWl','ktCAK','BqIFm','err','GEtBY','.git','HHXSk','IGhDO','_testResults','File\x20path\x20could\x20not\x20be\x20found','javascript','206220cIeMsN','gyiaY','getFileName','statSync','inekF'];a16_0x4e66=function(){return _0x709851;};return a16_0x4e66();}function a16_0x5f1c(_0x4cdb13,_0x1c99a5){const _0x4e66c8=a16_0x4e66();return a16_0x5f1c=function(_0x5f1c4e,_0x1e5a50){_0x5f1c4e=_0x5f1c4e-0xf6;let _0x27870d=_0x4e66c8[_0x5f1c4e];return _0x27870d;},a16_0x5f1c(_0x4cdb13,_0x1c99a5);}const a16_0x233f2b=a16_0x5f1c;(function(_0x64ac29,_0x9ea3ff){const _0x48612e=a16_0x5f1c,_0x3b2d16=_0x64ac29();while(!![]){try{const _0x5e3034=-parseInt(_0x48612e(0x24e))/0x1*(-parseInt(_0x48612e(0x1ea))/0x2)+parseInt(_0x48612e(0x168))/0x3+-parseInt(_0x48612e(0x189))/0x4+-parseInt(_0x48612e(0x103))/0x5+-parseInt(_0x48612e(0x1df))/0x6+-parseInt(_0x48612e(0x223))/0x7*(parseInt(_0x48612e(0x187))/0x8)+-parseInt(_0x48612e(0x228))/0x9*(-parseInt(_0x48612e(0x125))/0xa);if(_0x5e3034===_0x9ea3ff)break;else _0x3b2d16['push'](_0x3b2d16['shift']());}catch(_0x1d2855){_0x3b2d16['push'](_0x3b2d16['shift']());}}}(a16_0x4e66,0x22a84));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x233f2b(0x233)),SessionHandler=require(a16_0x233f2b(0x209)),{v4:uuidv4}=require('uuid'),{name,version}=require(a16_0x233f2b(0x1d6)),stackTrace=require(a16_0x233f2b(0x1af)),path=require(a16_0x233f2b(0x1b5)),fs=require('fs'),TestDetails=require(a16_0x233f2b(0x26d)),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require('../../../helpers/helper'),a16_0x2f946e={};a16_0x2f946e[a16_0x233f2b(0x1e1)]=a16_0x233f2b(0x267),a16_0x2f946e[a16_0x233f2b(0x13f)]=a16_0x233f2b(0x1c3),a16_0x2f946e[a16_0x233f2b(0xfb)]=a16_0x233f2b(0x114);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x2f946e,a16_0x3d04e8={};a16_0x3d04e8[a16_0x233f2b(0x184)]=a16_0x233f2b(0x126),a16_0x3d04e8[a16_0x233f2b(0xfd)]='AFTER_ALL',a16_0x3d04e8['beforeEach']=a16_0x233f2b(0x224),a16_0x3d04e8[a16_0x233f2b(0x17d)]=a16_0x233f2b(0x1d2);const HOOK_TYPES_MAP=a16_0x3d04e8;module[a16_0x233f2b(0x1b8)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x2fb9c4=a16_0x233f2b,_0xf7d4e1={'bNpzh':_0x2fb9c4(0x17b),'HKAQU':function(_0x591fb2){return _0x591fb2();}},_0x580720=_0xf7d4e1['bNpzh'][_0x2fb9c4(0x123)]('|');let _0x3c7fda=0x0;while(!![]){switch(_0x580720[_0x3c7fda++]){case'0':this['hook_data']=[];continue;case'1':this['_testEnv']=this[_0x2fb9c4(0x1e3)]();continue;case'2':this[_0x2fb9c4(0x222)]=_0xf7d4e1['HKAQU'](isTestObservabilitySession);continue;case'3':this['_gitConfigured']=![];continue;case'4':this['_gitConfigPath']=null;continue;case'5':this[_0x2fb9c4(0x165)]=[];continue;case'6':this['_paths']=new PathHelper({'cwd':process[_0x2fb9c4(0x1ce)]()},this[_0x2fb9c4(0x200)][_0x2fb9c4(0x26e)]);continue;}break;}}[a16_0x233f2b(0x1e3)]=()=>{const _0x58cb28=a16_0x233f2b,_0x3c210f={'UXWWu':_0x58cb28(0x1a4),'hYjgt':function(_0x2748d3){return _0x2748d3();}};return{'ci':_0x3c210f[_0x58cb28(0x106)],'key':_0x3c210f[_0x58cb28(0x101)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x233f2b(0x1b9)](){const _0x3cc44d=a16_0x233f2b;process[_0x3cc44d(0x15a)](_0x3cc44d(0x12a)+process['pid']),process['on'](_0x3cc44d(0x12a)+process[_0x3cc44d(0x192)],this[_0x3cc44d(0x122)][_0x3cc44d(0x230)](this)),process[_0x3cc44d(0x15a)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x3cc44d(0x206)+process[_0x3cc44d(0x192)],this[_0x3cc44d(0x236)]['bind'](this));}[a16_0x233f2b(0x1fa)]=async _0x23c891=>{const _0x329890=a16_0x233f2b,_0x33daa5={'AgHXv':function(_0x711d6,_0x124f66){return _0x711d6==_0x124f66;},'vRMvo':function(_0x3b3d89,_0x511b1c){return _0x3b3d89===_0x511b1c;},'EnVQX':_0x329890(0x162),'yDhnB':_0x329890(0x144),'UmBGd':function(_0x398c99,_0x2a97cf){return _0x398c99!==_0x2a97cf;},'SXgim':_0x329890(0x1a2),'BgKvI':function(_0x2388ad,_0x11cba3){return _0x2388ad>_0x11cba3;},'aKxEv':function(_0x1e5f64,_0x41d6ef){return _0x1e5f64===_0x41d6ef;},'xNSoY':function(_0x377dec,_0xf95768){return _0x377dec!==_0xf95768;},'qMuth':_0x329890(0x11b),'pDAwE':_0x329890(0x220),'BqIFm':'TestRunStarted','WFUpD':function(_0x11ae55,_0x1c0d67){return _0x11ae55===_0x1c0d67;},'TGfyU':_0x329890(0xfa),'GoJEk':function(_0x5eda06,_0x4278e7){return _0x5eda06===_0x4278e7;},'lLFoP':'CDMYT','HpCpM':'fraQj','GkIXp':function(_0x589ee9,_0x140157){return _0x589ee9(_0x140157);}};try{if(_0x33daa5[_0x329890(0x13c)](_0x33daa5[_0x329890(0xfc)],_0x33daa5[_0x329890(0xfc)])){const _0x4daf35=_0x11a711[_0x329890(0x244)];if(_0x33daa5[_0x329890(0x14a)](_0x59f5d8,null)||_0x33daa5[_0x329890(0x264)](_0x51299c,'')||_0x33daa5[_0x329890(0x264)](_0x4cb4ef,_0x4daf35))return null;try{return _0x3f91d7['statSync'](_0x164300[_0x329890(0x185)](_0x4fca3c,_0x33daa5[_0x329890(0xf6)],_0x33daa5[_0x329890(0x1f4)])),_0x608944;}catch(_0x5dc260){const _0x2e291c=_0x172519[_0x329890(0x1cf)](_0x23fbeb);return this[_0x329890(0x1f3)](_0x2e291c);}}else{const _0x3ee152=this[_0x329890(0x22e)];this[_0x329890(0x22e)]=_0x23c891,_0x23c891[_0x329890(0x177)]=null,_0x23c891[_0x329890(0x17f)]=TestDetails[_0x329890(0x221)](process['pid']+_0x329890(0x112)),_0x23c891[_0x329890(0x1c0)]=new Date()[_0x329890(0x21e)]();if(_0x33daa5[_0x329890(0x199)](_0x23c891[_0x329890(0x180)],0x0)&&_0x3ee152&&_0x33daa5[_0x329890(0x194)](_0x3ee152[_0x329890(0x214)],_0x23c891[_0x329890(0x214)])){if(_0x33daa5['xNSoY'](_0x33daa5['qMuth'],_0x33daa5[_0x329890(0x208)]))_0x23c891[_0x329890(0x177)]=_0x3ee152[_0x329890(0x17f)],await this[_0x329890(0x113)](_0x23c891,undefined,![],_0x33daa5[_0x329890(0x15f)]),_0x3ee152[_0x329890(0x1ed)]=STATE_FAILED,await this[_0x329890(0x113)](_0x3ee152,undefined,!![]);else return this[_0x329890(0x1a9)];}else _0x33daa5[_0x329890(0x1cc)](_0x33daa5[_0x329890(0x211)],_0x33daa5[_0x329890(0x211)])?await this[_0x329890(0x113)](_0x23c891,undefined,![],_0x33daa5['BqIFm']):_0x1f3082[_0x329890(0x17c)]=_0x473d6d;}}catch(_0x56e8cd){_0x33daa5['GoJEk'](_0x33daa5[_0x329890(0x176)],_0x33daa5[_0x329890(0x1a6)])?this[_0x329890(0x1a9)]=_0x5d7e77['root']:_0x33daa5[_0x329890(0x12b)](debug,_0x329890(0x275)+_0x56e8cd);}};['getName'](_0x3d7da9){const _0x84165a=a16_0x233f2b,_0x53489e={};_0x53489e[_0x84165a(0x105)]=function(_0x1b44c6,_0xdb43db){return _0x1b44c6!==_0xdb43db;},_0x53489e[_0x84165a(0x100)]=_0x84165a(0x1c2),_0x53489e[_0x84165a(0x157)]=function(_0x1156ea,_0x270022){return _0x1156ea===_0x270022;},_0x53489e[_0x84165a(0x13d)]=_0x84165a(0x257);const _0x1bbb8f=_0x53489e;if(_0x1bbb8f['CDOmZ'](_0x3d7da9[_0x84165a(0x19c)],_0x1bbb8f['hYGXk'])){if(_0x1bbb8f['fkqfG'](_0x1bbb8f[_0x84165a(0x13d)],_0x1bbb8f['tedhw']))return'\x22'+_0x3d7da9[_0x84165a(0x19c)]+_0x84165a(0x198)+(_0x3d7da9[_0x84165a(0x239)]&&_0x3d7da9['parent'][_0x84165a(0x11f)])+'\x22';else return;}return _0x3d7da9[_0x84165a(0x11f)];}['sendTestRunEvent']=async(_0x1da816,_0xa35133=undefined,_0x345f78=![],_0x5349b0='TestRunFinished')=>{const _0x1684b3=a16_0x233f2b,_0x3805b4={'WinIi':_0x1684b3(0x1e7),'lYDMV':'result','jqvXQ':_0x1684b3(0x1dd),'FNEFb':_0x1684b3(0x14b),'ZGhoW':'failure_type','HHXSk':_0x1684b3(0x1c0),'yujMn':'finished_at','njVkp':function(_0xdfcc6d,_0x338e5e){return _0xdfcc6d===_0x338e5e;},'wHifI':_0x1684b3(0x1e0),'WQvLP':function(_0x6b48ba,_0x40efdd){return _0x6b48ba!==_0x40efdd;},'XruiC':_0x1684b3(0x1c3),'gyiaY':_0x1684b3(0x267),'AkgXp':_0x1684b3(0x160),'TEwZo':function(_0x3415d1,_0x2a1bd){return _0x3415d1(_0x2a1bd);},'abmzS':_0x1684b3(0x1a4),'uiINH':function(_0x2599c1){return _0x2599c1();},'iRuMo':function(_0x5398c1,_0x6bfba8){return _0x5398c1===_0x6bfba8;},'lWJQZ':'cKJpd','SighU':_0x1684b3(0x1a3),'FZSAZ':'3|2|0|4|1','JzaCt':_0x1684b3(0x24d),'jGSRT':_0x1684b3(0x26c),'OzppW':_0x1684b3(0x162),'ZayKf':_0x1684b3(0x144),'VcsSf':function(_0x4b17c5,_0xb4e610){return _0x4b17c5(_0xb4e610);},'ZfAom':_0x1684b3(0x10a),'thJPC':_0x1684b3(0x152),'zbTvd':_0x1684b3(0x190),'DEopY':_0x1684b3(0x26a),'capXA':function(_0x17da4d,_0x476ff1){return _0x17da4d!==_0x476ff1;},'YpUEU':_0x1684b3(0x1d4),'iwyUw':function(_0x46ab8a,_0x5184ee){return _0x46ab8a===_0x5184ee;},'wofIf':_0x1684b3(0x120),'AYbJX':_0x1684b3(0x256),'ggnba':function(_0x13c8c4,_0x312831){return _0x13c8c4===_0x312831;},'XvECw':_0x1684b3(0x1d3),'hffpO':_0x1684b3(0x1c5),'WuDfQ':function(_0x5c7f90,_0x1fe4aa){return _0x5c7f90!==_0x1fe4aa;},'ckLvG':function(_0x41e55e,_0x378053){return _0x41e55e!==_0x378053;},'netTc':_0x1684b3(0x1dc),'uiaWl':'saBfu','luwfR':_0x1684b3(0x1c2),'HNupr':function(_0x2a506f,_0x43b793){return _0x2a506f===_0x43b793;},'avfOl':_0x1684b3(0x225),'kJIuJ':'gAvks','LXuFU':_0x1684b3(0x18b),'qlsNu':function(_0x5ab80d,_0x203fc5){return _0x5ab80d!==_0x203fc5;},'TTnBg':_0x1684b3(0x166),'nnqhn':_0x1684b3(0x167),'LXhdp':function(_0x11c2a5,_0x409259){return _0x11c2a5===_0x409259;},'xcmZV':_0x1684b3(0x12e),'OpmpW':function(_0x47510e,_0x3fae49){return _0x47510e>_0x3fae49;},'qsQoi':function(_0x4285bb,_0x3f30f2){return _0x4285bb-_0x3f30f2;},'wXHvC':function(_0x4df6b1,_0x59b8e1){return _0x4df6b1!==_0x59b8e1;},'HeRsl':_0x1684b3(0x219),'mOonj':function(_0x240520,_0x360a1a){return _0x240520===_0x360a1a;},'vHXEl':_0x1684b3(0x20e),'RndnF':function(_0x14d258,_0x2c692e){return _0x14d258===_0x2c692e;},'FnrPA':_0x1684b3(0x21d),'BUAHK':_0x1684b3(0x1eb),'MZiOj':function(_0x1deac4,_0x4c5568){return _0x1deac4!==_0x4c5568;},'YUYpE':_0x1684b3(0x1f9),'gLkMn':_0x1684b3(0x186),'btrPq':function(_0x561614,_0x4cfc2f){return _0x561614!==_0x4cfc2f;},'SxFPL':'JwnYq','kjekD':_0x1684b3(0x195),'emXRf':'backtrace','FDwPL':'failure_reason_expanded','ElfzY':_0x1684b3(0x1b3),'wrEeT':'TestRunFinished','GvSYc':_0x1684b3(0x24c),'EgWeF':'GgCLh','iIjkS':function(_0x4b9e42,_0x108b99){return _0x4b9e42===_0x108b99;},'uvAKf':function(_0x44cff9,_0x8a1717){return _0x44cff9===_0x8a1717;},'LCpRS':_0x1684b3(0x10c),'XrRmq':_0x1684b3(0x15e),'YskGa':'hook_type','TxOSI':function(_0x1f8cc4,_0x254e2d){return _0x1f8cc4!==_0x254e2d;},'CPkSq':'KERCk','onydE':_0x1684b3(0x164),'oSnjS':function(_0x367c0f,_0x18167d){return _0x367c0f>_0x18167d;},'hOexd':function(_0x24e760,_0x4344f5){return _0x24e760===_0x4344f5;},'WDTEy':'tbISS','VLxGU':function(_0x409c21,_0x4390ad){return _0x409c21!==_0x4390ad;},'YdFXY':_0x1684b3(0x259),'TGLuI':_0x1684b3(0x26b),'GJOlO':_0x1684b3(0x184),'aYCuX':'KChoQ','UONYu':function(_0x58f2f4,_0x38abf2){return _0x58f2f4!==_0x38abf2;},'MrDtb':'ClOEL','tWFrv':function(_0x42049e,_0x2f306f){return _0x42049e(_0x2f306f);}};try{if(_0x3805b4['njVkp'](_0x3805b4[_0x1684b3(0x25c)],_0x3805b4[_0x1684b3(0x154)]))_0x22eba0[_0x1684b3(0x15a)]('bs:addLog:'+_0x38fd94['pid']),_0x19fb12['on'](_0x1684b3(0x12a)+_0x25ad19['pid'],this[_0x1684b3(0x122)][_0x1684b3(0x230)](this)),_0x1fc27[_0x1684b3(0x15a)](_0x1684b3(0x206)+_0x3300d0['pid']),_0x1ffe88['on'](_0x1684b3(0x206)+_0x17caf9[_0x1684b3(0x192)],this[_0x1684b3(0x236)]['bind'](this));else{if(_0x1da816['fn']&&_0x1da816['fn'][_0x1684b3(0x1c8)]()[_0x1684b3(0x127)](/browserstack internal helper hook/)){if(_0x3805b4[_0x1684b3(0x1b7)](_0x3805b4[_0x1684b3(0x1f5)],_0x3805b4[_0x1684b3(0x1b4)]))return;else!_0x7e7d48[_0x1684b3(0x1f1)]&&(_0x35f277[_0x1684b3(0x1f1)]=_0x2da882[_0x1684b3(0x221)](_0x2c4d2b['pid']+_0x1684b3(0x158)));}let _0x3efa3c;try{_0x3805b4[_0x1684b3(0x23e)](_0x3805b4[_0x1684b3(0x1bf)],_0x3805b4[_0x1684b3(0x1bf)])?(_0x1f262d[_0x3805b4[_0x1684b3(0x1d0)]][_0x3805b4['lYDMV']]=_0x3805b4['jqvXQ'],_0x47117d[_0x3805b4[_0x1684b3(0x1d0)]][_0x3805b4[_0x1684b3(0x246)]]=null,_0x5cdb08[_0x3805b4[_0x1684b3(0x1d0)]][_0x3805b4[_0x1684b3(0x23c)]]=null):_0x3efa3c=this['getRootParentFile'](_0x1da816);}catch(_0x4926f6){if(_0x3805b4[_0x1684b3(0x272)](_0x3805b4['wofIf'],_0x3805b4[_0x1684b3(0x124)]))_0x3805b4['VcsSf'](debug,'failed\x20to\x20get\x20root\x20parent\x20file\x20'+_0x4926f6),_0x3efa3c=null;else{const _0x244687=_0x59f66c[_0x1684b3(0x1ff)][_0x1684b3(0x24b)](_0x1b1ba6,_0x1fb709[_0x1684b3(0x18c)]);return _0x244687[0x0][_0x1684b3(0x16a)]();}}if(_0x3efa3c[_0x1684b3(0x183)](_0x3805b4[_0x1684b3(0x21a)])){if(_0x3805b4[_0x1684b3(0x229)](_0x3805b4[_0x1684b3(0x1ef)],_0x3805b4[_0x1684b3(0x1ef)]))return;else _0x514a37=[];}const _0x21a6c8=_0x3805b4[_0x1684b3(0x1aa)](require,_0x3805b4['hffpO']);let _0x66f06=[];if(_0x3805b4[_0x1684b3(0x10e)](_0x1da816[_0x1684b3(0x268)],undefined))_0x3805b4[_0x1684b3(0x12d)](_0x3805b4['netTc'],_0x3805b4[_0x1684b3(0xff)])?_0x66f06=[_0x1da816[_0x1684b3(0x268)],_0x3805b4[_0x1684b3(0x1c1)]]:_0x31f19d[_0x1684b3(0x1f1)]=_0x578680['setTestUUID'](_0x14a90a['pid']+_0x1684b3(0x158));else _0x3805b4[_0x1684b3(0x23e)](_0xa35133,undefined)?_0x3805b4[_0x1684b3(0x18a)](_0x3805b4[_0x1684b3(0x204)],_0x3805b4[_0x1684b3(0x204)])?_0x66f06=[_0xa35133,_0x3805b4[_0x1684b3(0x119)]]:_0x40fcfe[_0x3805b4['HHXSk']]=_0x5a99a0[_0x3805b4[_0x1684b3(0x191)]]:_0x3805b4[_0x1684b3(0x20a)](_0x3805b4[_0x1684b3(0x25e)],_0x3805b4[_0x1684b3(0x20c)])?([_0x541c96[_0x1684b3(0x255)],_0x3dba1f['name']]=[_0x48ed4a[_0x1684b3(0x19c)],this['getName'](_0x23b034)],_0x3805b4['njVkp'](_0x580236,_0x3805b4[_0x1684b3(0x13b)])&&(_0x3805b4[_0x1684b3(0x1b7)](_0x682739['result'],_0x3805b4[_0x1684b3(0x1e4)])&&(_0x2873f6['result']=_0x3805b4[_0x1684b3(0x169)]))):_0x66f06=[];const _0x421e89=_0x3805b4[_0x1684b3(0x10e)](_0x1da816['errorsDetailed'],undefined)?_0x21a6c8['inspect'](_0x1da816['errorsDetailed'][0x0]):_0x3805b4[_0x1684b3(0x210)](_0xa35133,undefined)?_0xa35133[_0x1684b3(0x1c8)]():undefined,_0x6b31d0=_0x3efa3c?this[_0x1684b3(0x1c7)][_0x1684b3(0x174)](this['getRootParentFile'](_0x1da816)):_0x3805b4[_0x1684b3(0x141)],_0x3b330b={'framework':FRAMEWORKS[_0x1684b3(0x212)],'uuid':_0x1da816['testAnalyticsId']||_0x1da816['hookAnalyticsId'],'name':this[_0x1684b3(0x201)](_0x1da816),'body':{'lang':_0x3805b4['nnqhn'],'code':_0x1da816['fn'][_0x1684b3(0x1c8)]()},'scopes':this[_0x1684b3(0x11a)](_0x1da816),'file_name':_0x6b31d0,'vc_filepath':this[_0x1684b3(0x1a9)]&&_0x3efa3c?path['relative'](this['_gitConfigPath'],_0x3efa3c):null,'location':_0x6b31d0,'result':_0x3805b4[_0x1684b3(0x205)](_0x5349b0,_0x3805b4['xcmZV'])?_0x3805b4[_0x1684b3(0x151)]:this[_0x1684b3(0x188)](_0x1da816['errorsDetailed']&&_0x3805b4[_0x1684b3(0x142)](_0x1da816[_0x1684b3(0x268)][_0x1684b3(0x19f)],0x0)?_0x3805b4[_0x1684b3(0x1e4)]:_0x3805b4[_0x1684b3(0x169)]),'failure_reason':_0x421e89,'duration_in_ms':_0x1da816[_0x1684b3(0x10f)]||(_0x5349b0[_0x1684b3(0x127)](/Finished/)||_0x5349b0[_0x1684b3(0x127)](/Skipped/)?_0x3805b4[_0x1684b3(0x1d9)](Date[_0x1684b3(0x155)](),new Date(_0x1da816[_0x1684b3(0x1c0)])[_0x1684b3(0x12f)]()):null),'started_at':_0x1da816['started_at'],'finished_at':_0x5349b0['match'](/Finished/)||_0x5349b0[_0x1684b3(0x127)](/Skipped/)?new Date()[_0x1684b3(0x21e)]():null,'failure':failureData[_0x1684b3(0x175)](null,_0x66f06),'failure_type':!_0x421e89?null:_0x3805b4[_0x1684b3(0x1aa)](getFailureType,_0x421e89),'retry_of':_0x1da816[_0x1684b3(0x177)]};_0x3805b4[_0x1684b3(0x20a)](_0x5349b0,_0x3805b4[_0x1684b3(0x193)])&&!_0x3b330b[_0x3805b4[_0x1684b3(0x163)]]&&(_0x3805b4[_0x1684b3(0x1be)](_0x3805b4[_0x1684b3(0x1ca)],_0x3805b4[_0x1684b3(0x1ca)])?_0x446a45=[_0x45a393,_0x3805b4[_0x1684b3(0x119)]]:_0x3b330b[_0x3805b4[_0x1684b3(0x163)]]=_0x3b330b[_0x3805b4['yujMn']]);if(_0x5349b0['match'](/HookRun/)){if(_0x3805b4[_0x1684b3(0x21c)](_0x3805b4[_0x1684b3(0x1fb)],_0x3805b4[_0x1684b3(0x1fb)])){[_0x3b330b[_0x1684b3(0x255)],_0x3b330b[_0x1684b3(0x11f)]]=[_0x1da816[_0x1684b3(0x19c)],this[_0x1684b3(0x201)](_0x1da816)];if(_0x3805b4['RndnF'](_0x5349b0,_0x3805b4[_0x1684b3(0x13b)])){if(_0x3805b4[_0x1684b3(0x10e)](_0x3805b4[_0x1684b3(0x269)],_0x3805b4[_0x1684b3(0x17a)])){if(_0x3805b4['MZiOj'](_0x3b330b[_0x1684b3(0x11c)],_0x3805b4[_0x1684b3(0x1e4)])){if(_0x3805b4[_0x1684b3(0x23e)](_0x3805b4[_0x1684b3(0x1a1)],_0x3805b4[_0x1684b3(0x1a1)])){const _0x3c93e7=_0x23ffd1['dirname'](_0x44ff4a);return this[_0x1684b3(0x1f3)](_0x3c93e7);}else _0x3b330b[_0x1684b3(0x11c)]=_0x3805b4[_0x1684b3(0x169)];}}else return null;}}else _0x569558['push'](_0x1a2191[_0x1684b3(0x1f1)]);}else _0x5349b0['match'](/TestRun/)&&(_0x3805b4[_0x1684b3(0x272)](_0x3805b4[_0x1684b3(0x110)],_0x3805b4[_0x1684b3(0x110)])?this[_0x1684b3(0x1ad)](_0x1da816):this[_0x1684b3(0x1ad)](_0x75412));const _0x2cb212=_0x3b330b[_0x3805b4[_0x1684b3(0x246)]][0x0];_0x2cb212&&(_0x3805b4['btrPq'](_0x3805b4['SxFPL'],_0x3805b4['SxFPL'])?_0x3805b4['TEwZo'](_0x187b96,_0x1684b3(0x109)+_0x5dc097):(_0x3b330b[_0x3805b4[_0x1684b3(0x20f)]]=_0x2cb212[_0x3805b4[_0x1684b3(0x117)]],_0x3b330b[_0x3805b4[_0x1684b3(0x19a)]]=_0x2cb212[_0x3805b4[_0x1684b3(0x150)]]));if([_0x3805b4[_0x1684b3(0x104)],_0x3805b4[_0x1684b3(0x193)]][_0x1684b3(0x183)](_0x5349b0)){if(_0x3805b4['wXHvC'](_0x3805b4['GvSYc'],_0x3805b4['EgWeF']))this[_0x1684b3(0x165)]['push'](_0x3b330b),_0x3b330b[_0x1684b3(0xf8)]=this['getHooksForTest'](_0x1da816),this['resetTestHooks'](_0x1da816);else return'\x22'+_0x23e9d7[_0x1684b3(0x19c)]+'\x22\x20hook\x20for\x20\x22'+(_0x4269d5[_0x1684b3(0x239)]&&_0x20b39a[_0x1684b3(0x239)][_0x1684b3(0x11f)])+'\x22';}const _0x4891a6={'event_type':_0x3805b4[_0x1684b3(0x1cd)](_0x5349b0,_0x3805b4[_0x1684b3(0x193)])?_0x3805b4['wrEeT']:_0x5349b0};if(_0x5349b0[_0x1684b3(0x127)](/HookRun/)){if(_0x3805b4['uvAKf'](_0x3805b4[_0x1684b3(0x1ba)],_0x3805b4[_0x1684b3(0x254)])){let _0x5f3ad2=_0x21af8b[_0x1684b3(0x239)];while(_0x5f3ad2&&_0x5f3ad2['name']&&_0x3805b4[_0x1684b3(0x1b7)](_0x5f3ad2['name'],'')){_0x11f5fd[_0x1684b3(0x1ae)](_0x5f3ad2[_0x1684b3(0x11f)]),_0x5f3ad2=_0x5f3ad2[_0x1684b3(0x11f)];}}else _0x3b330b[_0x3805b4['YskGa']]=HOOK_TYPES_MAP[_0x3b330b[_0x3805b4[_0x1684b3(0x232)]]],_0x4891a6[_0x3805b4[_0x1684b3(0x231)]]=_0x3b330b;}else _0x3805b4['TxOSI'](_0x3805b4[_0x1684b3(0x1f2)],_0x3805b4['onydE'])?_0x4891a6[_0x3805b4[_0x1684b3(0x1d0)]]=_0x3b330b:_0x3805b4[_0x1684b3(0x1aa)](_0x58a01a,_0x1684b3(0x19d)+_0x3ed77b);if(_0x3805b4[_0x1684b3(0x1d8)](this[_0x1684b3(0x1c4)][_0x1684b3(0x19f)],0x0)&&[_0x3805b4['wrEeT'],_0x3805b4[_0x1684b3(0x193)]][_0x1684b3(0x183)](_0x5349b0)){if(_0x3805b4[_0x1684b3(0x21b)](_0x3805b4['WDTEy'],_0x3805b4[_0x1684b3(0x1cb)]))this[_0x1684b3(0x1c4)][_0x1684b3(0x1fd)](async _0x1ffc1c=>{const _0x56939e=_0x1684b3;if(_0x3805b4[_0x56939e(0x20a)](_0x3805b4[_0x56939e(0x18f)],_0x3805b4['SighU']))return{'ci':_0x3805b4[_0x56939e(0x145)],'key':_0x3805b4[_0x56939e(0x226)](_0x5cc3a8),'version':_0x485ab5,'collector':_0x56939e(0x108)+_0x222719};else{const _0x1f3d2a=_0x3805b4[_0x56939e(0x197)][_0x56939e(0x123)]('|');let _0x388ffa=0x0;while(!![]){switch(_0x1f3d2a[_0x388ffa++]){case'0':_0x1ffc1c[_0x3805b4[_0x56939e(0x231)]][_0x3805b4[_0x56939e(0x252)]]=_0x4891a6[_0x3805b4['WinIi']][_0x3805b4[_0x56939e(0x252)]];continue;case'1':await SessionHandler[_0x56939e(0x14d)](_0x1ffc1c);continue;case'2':_0x1ffc1c[_0x3805b4[_0x56939e(0x231)]][_0x3805b4[_0x56939e(0x23c)]]=_0x4891a6[_0x3805b4[_0x56939e(0x1d0)]][_0x3805b4[_0x56939e(0x23c)]];continue;case'3':_0x1ffc1c[_0x3805b4[_0x56939e(0x231)]][_0x3805b4[_0x56939e(0x246)]]=_0x4891a6[_0x3805b4[_0x56939e(0x1d0)]][_0x3805b4[_0x56939e(0x246)]];continue;case'4':_0x1ffc1c[_0x3805b4['JzaCt']][_0x3805b4[_0x56939e(0x153)]]=_0x4891a6[_0x3805b4[_0x56939e(0x1d0)]][_0x3805b4['jGSRT']];continue;}break;}}}),this[_0x1684b3(0x1c4)]=[];else return _0x8b983[_0x1684b3(0x16b)](_0x1f5a46[_0x1684b3(0x185)](_0xd996f6,_0x3805b4[_0x1684b3(0x250)],_0x3805b4[_0x1684b3(0x1b1)])),_0x5cb593;}if(_0x3805b4[_0x1684b3(0x21c)](this[_0x1684b3(0x10b)],_0x1da816[_0x1684b3(0x19c)])){if(_0x3805b4[_0x1684b3(0x22f)](_0x3805b4[_0x1684b3(0x116)],_0x3805b4[_0x1684b3(0x10d)])){this['hook_data'][_0x1684b3(0x1ae)](_0x4891a6);return;}else _0x57c6e2[_0x1684b3(0x111)]=_0x4572d6;}_0x3805b4[_0x1684b3(0x25d)](this[_0x1684b3(0x10b)],_0x3805b4[_0x1684b3(0x22c)])&&_0x4891a6[_0x3805b4[_0x1684b3(0x1d0)]]&&(_0x3805b4[_0x1684b3(0x20a)](_0x3805b4[_0x1684b3(0x178)],_0x3805b4[_0x1684b3(0x178)])?(_0x4891a6[_0x3805b4['WinIi']][_0x3805b4[_0x1684b3(0x252)]]=_0x3805b4[_0x1684b3(0x151)],_0x4891a6[_0x3805b4[_0x1684b3(0x1d0)]][_0x3805b4[_0x1684b3(0x246)]]=null,_0x4891a6[_0x3805b4[_0x1684b3(0x1d0)]][_0x3805b4[_0x1684b3(0x23c)]]=null):_0x3805b4['TEwZo'](_0x2f03af,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x152538+'\x20with\x20error\x20:\x20'+_0x161735)),await SessionHandler['uploadEventData'](_0x4891a6);}}catch(_0x10dcfd){_0x3805b4[_0x1684b3(0x253)](_0x3805b4[_0x1684b3(0x1ec)],_0x3805b4[_0x1684b3(0x1ec)])?_0x3805b4['VcsSf'](_0x35f760,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x48d206):_0x3805b4[_0x1684b3(0x276)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5349b0+_0x1684b3(0x13a)+_0x10dcfd);}};[a16_0x233f2b(0x1f3)](_0xebd13b){const _0xcceeef=a16_0x233f2b,_0x248170={'VTPBe':function(_0x458bb5,_0x41e3b8){return _0x458bb5!==_0x41e3b8;},'xblqZ':'test','UPzpj':'passed','EsKiM':'pending','lCrBy':'failed','inekF':function(_0x5b125a,_0x42cdb7){return _0x5b125a(_0x42cdb7);},'kdjOj':function(_0x2c91f3,_0x53e39b){return _0x2c91f3==_0x53e39b;},'lzoLL':function(_0x482fe3,_0x4141d1){return _0x482fe3===_0x4141d1;},'VrcAa':function(_0x4c5f50,_0x505942){return _0x4c5f50===_0x505942;},'wnTjr':function(_0xdfee1f,_0x33cd98){return _0xdfee1f===_0x33cd98;},'bxYzi':_0xcceeef(0x135),'EVQZJ':_0xcceeef(0x23a),'nYdmx':_0xcceeef(0x182),'zjcas':_0xcceeef(0x1ee),'BTJSh':_0xcceeef(0x162),'gllwN':'config','rvbWL':function(_0x2c850,_0x1d969a){return _0x2c850!==_0x1d969a;},'TVvJR':_0xcceeef(0x14c)},_0x6531c1=path[_0xcceeef(0x244)];if(_0x248170[_0xcceeef(0x249)](_0xebd13b,null)||_0x248170[_0xcceeef(0x1c6)](_0xebd13b,'')||_0x248170[_0xcceeef(0x18e)](_0xebd13b,_0x6531c1)){if(_0x248170[_0xcceeef(0x102)](_0x248170[_0xcceeef(0x140)],_0x248170[_0xcceeef(0x171)])){if(_0x248170['VTPBe'](_0x3b7d3c[_0xcceeef(0x19c)],_0x248170['xblqZ']))return'\x22'+_0x7c3f16['type']+_0xcceeef(0x198)+(_0x5dfdcc['parent']&&_0x57c61e[_0xcceeef(0x239)][_0xcceeef(0x11f)])+'\x22';return _0x555ac1[_0xcceeef(0x11f)];}else return null;}try{if(_0x248170[_0xcceeef(0x1db)](_0x248170['nYdmx'],_0x248170[_0xcceeef(0x1ab)]))return fs[_0xcceeef(0x16b)](path[_0xcceeef(0x185)](_0xebd13b,_0x248170[_0xcceeef(0x23b)],_0x248170[_0xcceeef(0x202)])),_0xebd13b;else{const _0x15489a={};return _0x15489a[_0x59214e]=_0x248170['UPzpj'],_0x15489a[_0x562f06]=_0x248170[_0xcceeef(0x1fe)],_0x15489a[_0x4e7b8e]=_0x248170['lCrBy'],_0x15489a[_0x18fa53];}}catch(_0x444c36){if(_0x248170[_0xcceeef(0x11e)](_0x248170[_0xcceeef(0x21f)],_0x248170[_0xcceeef(0x21f)]))_0x248170[_0xcceeef(0x16c)](_0x1fade8,_0xcceeef(0x1b6)+_0x486abb),_0x414209=null;else{const _0x3e2607=path[_0xcceeef(0x1cf)](_0xebd13b);return this['findGitConfig'](_0x3e2607);}}}[a16_0x233f2b(0x122)]=async _0x53eca0=>{const _0x558e27=a16_0x233f2b,_0x4f2676={'DASUA':'passed','aVFeI':'test_run','TToYk':'failure_backtrace','WvHjO':_0x558e27(0x22a),'GEtBY':'failure_reason_expanded','CyRhx':_0x558e27(0x1b3),'gqwlT':function(_0x1cde7d,_0x7b6f1){return _0x1cde7d!==_0x7b6f1;},'MOdxH':_0x558e27(0x1c9),'wMYcL':'tyCJK','lsnSx':function(_0x155760,_0x3f6eeb){return _0x155760===_0x3f6eeb;},'waOWl':_0x558e27(0x147),'Gcdvo':function(_0x14a14b,_0xa53643){return _0x14a14b===_0xa53643;},'BETWD':_0x558e27(0x1d7),'WXgba':_0x558e27(0x16f),'qPxGg':_0x558e27(0x172),'TyunO':_0x558e27(0x1bc),'PKSEZ':'LogCreated','XXXna':'ZEzlS','VcSAs':_0x558e27(0x1d1),'UAQvp':function(_0x25d1f6,_0xf92be3){return _0x25d1f6(_0xf92be3);}},_0x5a3c2a=TestDetails[_0x558e27(0x216)](process[_0x558e27(0x192)]+_0x558e27(0x158)),_0x2edaab=TestDetails[_0x558e27(0x216)](process[_0x558e27(0x192)]+':testAnalyticsId');try{if(_0x4f2676[_0x558e27(0x17e)](_0x4f2676['MOdxH'],_0x4f2676[_0x558e27(0x1f6)])){(_0x5a3c2a||this[_0x558e27(0x1f8)]&&!this['current_hook'][_0x558e27(0x18d)])&&(_0x4f2676[_0x558e27(0x1d5)](_0x4f2676[_0x558e27(0x15d)],_0x4f2676[_0x558e27(0x15d)])?_0x53eca0[_0x558e27(0x111)]=_0x5a3c2a:_0x47bffe[_0x558e27(0x11c)]=_0x4f2676[_0x558e27(0x238)]);if(!_0x53eca0['hook_run_uuid']&&_0x2edaab){if(_0x4f2676[_0x558e27(0x133)](_0x4f2676[_0x558e27(0x11d)],_0x4f2676[_0x558e27(0x24a)])){if(_0x16561e[_0x558e27(0x18c)]){const _0x441e4=_0x250f40[_0x558e27(0x1ff)]['call'](_0xf29999,_0x4f2d25[_0x558e27(0x18c)]);return _0x441e4[0x0][_0x558e27(0x16a)]();}if(_0x4a5cbe[_0x558e27(0x22d)])return _0xdcfdfe['file'];return null;}else _0x53eca0['test_run_uuid']=_0x2edaab;}if(_0x53eca0['hook_run_uuid']||_0x53eca0[_0x558e27(0x17c)]){if(_0x4f2676[_0x558e27(0x133)](_0x4f2676['qPxGg'],_0x4f2676[_0x558e27(0x1a5)]))_0x20243c[_0x4f2676[_0x558e27(0x273)]]=_0xea2018;else{const _0x2770e6={};_0x2770e6[_0x558e27(0x217)]=_0x4f2676[_0x558e27(0x265)],_0x2770e6[_0x558e27(0x266)]=[_0x53eca0],await SessionHandler[_0x558e27(0x14d)](_0x2770e6);}}}else _0x3bdbe6[_0x4f2676[_0x558e27(0x1de)]]=_0x3ce652[_0x4f2676[_0x558e27(0x19b)]],_0x6f6a2[_0x4f2676[_0x558e27(0x161)]]=_0x11a1a4[_0x4f2676['CyRhx']];}catch(_0x2e8af5){if(_0x4f2676['gqwlT'](_0x4f2676[_0x558e27(0x1e2)],_0x4f2676[_0x558e27(0xf9)]))_0x4f2676['UAQvp'](debug,_0x558e27(0x109)+_0x2e8af5);else return;}};[a16_0x233f2b(0x236)]=async _0x22dfd9=>{const _0x3738ef=a16_0x233f2b,_0x53a615={'SdgnE':_0x3738ef(0x1c2),'PkqrN':function(_0x52b56c,_0x92b255){return _0x52b56c===_0x92b255;},'ntocV':_0x3738ef(0x118),'JWwTH':_0x3738ef(0x20b),'CZzGh':_0x3738ef(0x243),'WVZTW':_0x3738ef(0x274),'VSSgQ':_0x3738ef(0x13e),'EjCfI':function(_0x3a4ae5,_0x223551){return _0x3a4ae5(_0x223551);}};try{if(_0x53a615[_0x3738ef(0x156)](_0x53a615[_0x3738ef(0x247)],_0x53a615[_0x3738ef(0x12c)]))_0x569b6e=this['getRootParentFile'](_0x4e3b7f);else{const _0x4c489b={'uuid':_0x22dfd9[_0x3738ef(0x1da)]||TestDetails[_0x3738ef(0x216)](process[_0x3738ef(0x192)]+_0x3738ef(0x112)),'integrations':_0x22dfd9[_0x53a615['CZzGh']]},_0x1a719a={};_0x1a719a[_0x3738ef(0x217)]=_0x53a615[_0x3738ef(0x132)],_0x1a719a['test_run']=_0x4c489b,await SessionHandler[_0x3738ef(0x14d)](_0x1a719a);}}catch(_0x50ed2f){_0x53a615['PkqrN'](_0x53a615[_0x3738ef(0x25b)],_0x53a615[_0x3738ef(0x25b)])?_0x53a615[_0x3738ef(0x179)](debug,_0x3738ef(0x19d)+_0x50ed2f):_0x55e55d=[_0x431f6d[_0x3738ef(0x268)],_0x53a615[_0x3738ef(0x270)]];}};async[a16_0x233f2b(0x138)](){const _0x360001=a16_0x233f2b,_0x572e74={'zjhYx':_0x360001(0x237),'pzLjD':_0x360001(0x17d),'Mjryk':function(_0x279df1,_0x1b4479){return _0x279df1!==_0x1b4479;},'pdazL':_0x360001(0x137),'gZylO':function(_0x1ab15a){return _0x1ab15a();},'iyYrE':function(_0x15877b,_0x18f2cf){return _0x15877b===_0x18f2cf;},'atzWJ':_0x360001(0x196)};if(this['_gitConfigured']){if(_0x572e74[_0x360001(0x1f7)](_0x572e74[_0x360001(0x235)],_0x572e74[_0x360001(0x235)]))[_0x572e74[_0x360001(0x146)],_0x572e74[_0x360001(0x23f)]][_0x360001(0x183)](_0x27008f[_0x360001(0x19c)])&&_0x302996[_0x360001(0x1f1)]&&(_0x51c692[_0x360001(0x1f1)]=null);else return this[_0x360001(0x1a9)];}const _0x319661=await _0x572e74['gZylO'](getGitMetaData);if(_0x319661){if(_0x572e74['iyYrE'](_0x572e74[_0x360001(0x260)],_0x572e74[_0x360001(0x260)]))this[_0x360001(0x1a9)]=_0x319661[_0x360001(0x23d)];else return;}this[_0x360001(0xf7)]=!![];}[a16_0x233f2b(0x188)](_0x1e7a19){const _0x40381f=a16_0x233f2b,_0x1547e1={};_0x1547e1[_0x40381f(0x115)]=_0x40381f(0x267),_0x1547e1[_0x40381f(0x1a8)]=_0x40381f(0x114),_0x1547e1[_0x40381f(0x159)]=_0x40381f(0x1c3);const _0x2f09fb=_0x1547e1,_0x211f59={};return _0x211f59[STATE_PASSED]=_0x2f09fb['tGAGW'],_0x211f59[STATE_PENDING]=_0x2f09fb[_0x40381f(0x1a8)],_0x211f59[STATE_FAILED]=_0x2f09fb[_0x40381f(0x159)],_0x211f59[_0x1e7a19];}[a16_0x233f2b(0x11a)](_0x3eb949){const _0x12954c=a16_0x233f2b,_0x4c00d9={};_0x4c00d9['uFWOM']=function(_0x3d792f,_0x5a6308){return _0x3d792f!==_0x5a6308;},_0x4c00d9[_0x12954c(0x173)]=function(_0x51f87b,_0xcb8386){return _0x51f87b!==_0xcb8386;},_0x4c00d9['osUDk']=_0x12954c(0x227),_0x4c00d9[_0x12954c(0x240)]=function(_0x536dfe,_0x1d57b1){return _0x536dfe!==_0x1d57b1;},_0x4c00d9[_0x12954c(0x258)]=function(_0x5c8831,_0x27b645){return _0x5c8831===_0x27b645;},_0x4c00d9['YMRca']='PEwgI';const _0x3a56e5=_0x4c00d9,_0x48059d=[];if(_0x3eb949&&_0x3eb949[_0x12954c(0x239)]){if(_0x3a56e5[_0x12954c(0x173)](_0x3a56e5[_0x12954c(0x1bb)],_0x3a56e5['osUDk'])){const _0x547373=[];if(_0x4397f0&&_0x17b499[_0x12954c(0x239)]){let _0x569ea0=_0x221585[_0x12954c(0x239)];while(_0x569ea0&&_0x569ea0[_0x12954c(0x11f)]&&_0x3a56e5[_0x12954c(0x1e9)](_0x569ea0['name'],'')){_0x547373[_0x12954c(0x1ae)](_0x569ea0[_0x12954c(0x11f)]),_0x569ea0=_0x569ea0[_0x12954c(0x11f)];}}return _0x547373[_0x12954c(0x131)](),_0x547373;}else{let _0x2ab5e9=_0x3eb949[_0x12954c(0x239)];while(_0x2ab5e9&&_0x2ab5e9['name']&&_0x3a56e5[_0x12954c(0x240)](_0x2ab5e9['name'],'')){if(_0x3a56e5[_0x12954c(0x258)](_0x3a56e5[_0x12954c(0x215)],_0x3a56e5[_0x12954c(0x215)]))_0x48059d[_0x12954c(0x1ae)](_0x2ab5e9[_0x12954c(0x11f)]),_0x2ab5e9=_0x2ab5e9[_0x12954c(0x11f)];else{if(!_0xeb4f67||!_0x36e687[_0x12954c(0x239)])return[];const _0x20410a=[];return _0x5eb4bd[_0x12954c(0x239)]['hooks'][_0x12954c(0x1fd)](_0x1193bf=>{const _0x4723e3=_0x12954c;_0x1193bf[_0x4723e3(0x1f1)]&&_0x20410a[_0x4723e3(0x1ae)](_0x1193bf[_0x4723e3(0x1f1)]);}),[..._0x20410a,...this[_0x12954c(0x143)](_0x164abe[_0x12954c(0x239)])];}}}}return _0x48059d['reverse'](),_0x48059d;}[a16_0x233f2b(0x20d)]=_0x30d01b=>{const _0x2886f4=a16_0x233f2b,_0x1aba82={};_0x1aba82[_0x2886f4(0x25a)]=function(_0x5c3cfd,_0x211928){return _0x5c3cfd!==_0x211928;},_0x1aba82[_0x2886f4(0x248)]='XLLip',_0x1aba82[_0x2886f4(0x148)]=_0x2886f4(0x128),_0x1aba82[_0x2886f4(0x181)]=function(_0x4560a2,_0x49fc13){return _0x4560a2===_0x49fc13;},_0x1aba82[_0x2886f4(0x1e8)]=_0x2886f4(0x1e6);const _0x5d9f3b=_0x1aba82;if(_0x30d01b[_0x2886f4(0x18c)]){if(_0x5d9f3b[_0x2886f4(0x25a)](_0x5d9f3b[_0x2886f4(0x248)],_0x5d9f3b[_0x2886f4(0x148)])){const _0x1289b0=stackTrace[_0x2886f4(0x1ff)][_0x2886f4(0x24b)](stackTrace,_0x30d01b[_0x2886f4(0x18c)]);return _0x1289b0[0x0][_0x2886f4(0x16a)]();}else _0x2ffb5f[_0x2886f4(0x1ae)](_0x15a926[_0x2886f4(0x11f)]),_0x5d42e1=_0xfbd867[_0x2886f4(0x11f)];}if(_0x30d01b['file'])return _0x5d9f3b[_0x2886f4(0x181)](_0x5d9f3b[_0x2886f4(0x1e8)],_0x5d9f3b[_0x2886f4(0x1e8)])?_0x30d01b[_0x2886f4(0x22d)]:_0x16be74[_0x2886f4(0x22d)];return null;};[a16_0x233f2b(0x1ad)]=_0x3966db=>{const _0x52210c=a16_0x233f2b,_0x60e8ae={};_0x60e8ae[_0x52210c(0x1b2)]=function(_0x4e723b,_0x1dbd10){return _0x4e723b===_0x1dbd10;},_0x60e8ae[_0x52210c(0x15b)]=_0x52210c(0x1bd),_0x60e8ae[_0x52210c(0x1ac)]=function(_0xf49bad,_0x1aa602){return _0xf49bad===_0x1aa602;},_0x60e8ae[_0x52210c(0x1b0)]='vlbNA',_0x60e8ae[_0x52210c(0x271)]=_0x52210c(0x129),_0x60e8ae[_0x52210c(0x121)]=function(_0x21cd6a,_0x1d035c){return _0x21cd6a!==_0x1d035c;},_0x60e8ae[_0x52210c(0x234)]=_0x52210c(0x107),_0x60e8ae[_0x52210c(0x1a7)]=_0x52210c(0x263);const _0x1bed65=_0x60e8ae;if(!_0x3966db||!_0x3966db['parent']){if(_0x1bed65['SBXsR'](_0x1bed65[_0x52210c(0x234)],_0x1bed65[_0x52210c(0x1a7)]))return;else{this[_0x52210c(0x1c4)][_0x52210c(0x1ae)](_0x5ecc90);return;}}_0x3966db[_0x52210c(0x239)][_0x52210c(0xf8)]['forEach'](_0x32945b=>{const _0x3f35d7=_0x52210c;_0x1bed65['niNZh'](_0x1bed65[_0x3f35d7(0x15b)],_0x1bed65[_0x3f35d7(0x15b)])?!_0x32945b[_0x3f35d7(0x1f1)]&&(_0x1bed65[_0x3f35d7(0x1ac)](_0x1bed65['aSTYR'],_0x1bed65['HUKBQ'])?_0x3a31b1[_0x3f35d7(0x1f1)]&&_0x25fd6e['push'](_0x502eec[_0x3f35d7(0x1f1)]):_0x32945b[_0x3f35d7(0x1f1)]=TestDetails[_0x3f35d7(0x221)](process[_0x3f35d7(0x192)]+_0x3f35d7(0x158))):_0x4aec4f[_0x3f35d7(0x1f1)]=null;}),this[_0x52210c(0x1ad)](_0x3966db[_0x52210c(0x239)]);};[a16_0x233f2b(0x14e)]=_0xefe4a2=>{const _0x4d848a=a16_0x233f2b,_0x108709={};_0x108709['oEXVj']='beforeEach',_0x108709[_0x4d848a(0x22b)]=_0x4d848a(0x17d),_0x108709['wJgtr']=function(_0x248e0d,_0x5814dc){return _0x248e0d===_0x5814dc;},_0x108709[_0x4d848a(0x139)]=_0x4d848a(0x203),_0x108709['zCZxc']=_0x4d848a(0x242),_0x108709[_0x4d848a(0x1e5)]=function(_0x2a40ce,_0x399533){return _0x2a40ce!==_0x399533;},_0x108709[_0x4d848a(0x26f)]=_0x4d848a(0x136),_0x108709[_0x4d848a(0x218)]='xkyzc',_0x108709[_0x4d848a(0x25f)]=function(_0x2f8169,_0x2a8119){return _0x2f8169===_0x2a8119;},_0x108709[_0x4d848a(0x14f)]='XwHVA',_0x108709[_0x4d848a(0x24f)]=_0x4d848a(0x1fc);const _0x2aeeb6=_0x108709;if(!_0xefe4a2||!_0xefe4a2[_0x4d848a(0x239)]){if(_0x2aeeb6['HnOJv'](_0x2aeeb6[_0x4d848a(0x14f)],_0x2aeeb6[_0x4d848a(0x24f)])){const _0x212922={};_0x212922['HHMsa']=_0x2aeeb6['oEXVj'],_0x212922[_0x4d848a(0xfe)]=_0x2aeeb6[_0x4d848a(0x22b)];const _0x29c7f8=_0x212922;if(!_0x2a849c||!_0xe915c0['parent'])return;_0x1c55fa[_0x4d848a(0x239)][_0x4d848a(0xf8)][_0x4d848a(0x1fd)](_0x52ad6d=>{const _0x13ee64=_0x4d848a;[_0x29c7f8[_0x13ee64(0x16d)],_0x29c7f8[_0x13ee64(0xfe)]][_0x13ee64(0x183)](_0x52ad6d[_0x13ee64(0x19c)])&&_0x52ad6d[_0x13ee64(0x1f1)]&&(_0x52ad6d[_0x13ee64(0x1f1)]=null);}),this[_0x4d848a(0x1ad)](_0x50d394[_0x4d848a(0x239)]);}else return;}_0xefe4a2[_0x4d848a(0x239)][_0x4d848a(0xf8)][_0x4d848a(0x1fd)](_0x25e8e=>{const _0x449f5a=_0x4d848a;if(_0x2aeeb6[_0x449f5a(0x130)](_0x2aeeb6[_0x449f5a(0x139)],_0x2aeeb6[_0x449f5a(0x19e)]))return[];else[_0x2aeeb6[_0x449f5a(0x1a0)],_0x2aeeb6[_0x449f5a(0x22b)]]['includes'](_0x25e8e['type'])&&_0x25e8e['hookAnalyticsId']&&(_0x2aeeb6[_0x449f5a(0x1e5)](_0x2aeeb6['sXWxM'],_0x2aeeb6[_0x449f5a(0x218)])?_0x25e8e[_0x449f5a(0x1f1)]=null:(this[_0x449f5a(0x165)]['push'](_0x3e2390),_0x2718a6[_0x449f5a(0xf8)]=this[_0x449f5a(0x143)](_0x28ceab),this[_0x449f5a(0x14e)](_0x44fced)));}),this[_0x4d848a(0x1ad)](_0xefe4a2[_0x4d848a(0x239)]);};['getHooksForTest']=_0x4718a7=>{const _0x14f7fa=a16_0x233f2b,_0x20cc78={};_0x20cc78[_0x14f7fa(0x207)]=function(_0x34f6f2,_0x6ed0a1){return _0x34f6f2!==_0x6ed0a1;},_0x20cc78[_0x14f7fa(0x213)]=_0x14f7fa(0x1c3),_0x20cc78[_0x14f7fa(0x15c)]='passed',_0x20cc78[_0x14f7fa(0x245)]=function(_0x12c0af,_0x1e5b16){return _0x12c0af===_0x1e5b16;},_0x20cc78[_0x14f7fa(0x134)]='UXqVJ',_0x20cc78[_0x14f7fa(0x16e)]=_0x14f7fa(0x262),_0x20cc78[_0x14f7fa(0x170)]=function(_0x1f100b,_0x38b991){return _0x1f100b!==_0x38b991;},_0x20cc78[_0x14f7fa(0x149)]='RXrFd',_0x20cc78[_0x14f7fa(0x1f0)]=_0x14f7fa(0x251),_0x20cc78[_0x14f7fa(0x261)]=_0x14f7fa(0x241);const _0x1ac983=_0x20cc78;if(!_0x4718a7||!_0x4718a7[_0x14f7fa(0x239)]){if(_0x1ac983['bXtkg'](_0x1ac983[_0x14f7fa(0x261)],_0x1ac983[_0x14f7fa(0x261)]))_0x1ac983['vJhmm'](_0x5ea4d8[_0x14f7fa(0x11c)],_0x1ac983[_0x14f7fa(0x213)])&&(_0x49e67f[_0x14f7fa(0x11c)]=_0x1ac983[_0x14f7fa(0x15c)]);else return[];}const _0x2f2304=[];return _0x4718a7[_0x14f7fa(0x239)]['hooks']['forEach'](_0x117a46=>{const _0x2ef52a=_0x14f7fa;if(_0x1ac983[_0x2ef52a(0x245)](_0x1ac983[_0x2ef52a(0x134)],_0x1ac983[_0x2ef52a(0x16e)])){if(!_0x2aba38||!_0x54586e[_0x2ef52a(0x239)])return;_0x42badf[_0x2ef52a(0x239)]['hooks'][_0x2ef52a(0x1fd)](_0xbef46f=>{const _0x24e488=_0x2ef52a;!_0xbef46f['hookAnalyticsId']&&(_0xbef46f['hookAnalyticsId']=_0x316a7e[_0x24e488(0x221)](_0x2a414d[_0x24e488(0x192)]+':hookAnalyticsId'));}),this[_0x2ef52a(0x1ad)](_0x24508f[_0x2ef52a(0x239)]);}else{if(_0x117a46[_0x2ef52a(0x1f1)]){if(_0x1ac983[_0x2ef52a(0x170)](_0x1ac983['RGogC'],_0x1ac983[_0x2ef52a(0x1f0)]))_0x2f2304['push'](_0x117a46['hookAnalyticsId']);else return;}}}),[..._0x2f2304,...this[_0x14f7fa(0x143)](_0x4718a7[_0x14f7fa(0x239)])];};},['getTestEnv',a16_0x233f2b(0x1b9),'testStarted',a16_0x233f2b(0x201),a16_0x233f2b(0x113),a16_0x233f2b(0x1f3),a16_0x233f2b(0x122),a16_0x233f2b(0x236),a16_0x233f2b(0x188),a16_0x233f2b(0x11a),a16_0x233f2b(0x20d),a16_0x233f2b(0x1ad),a16_0x233f2b(0x14e),a16_0x233f2b(0x143),a16_0x233f2b(0x138)]);
1
+ const a16_0x2ca145=a16_0x3e9d;function a16_0x5299(){const _0x25cefd=['RJNLx','uploadEventData','pWuDS','mRgba','kGjHG','JEST','hook_type','lTlnk','apply','tPvZY','WHNjN','jfFgf','root','2344quXiLC','../../../helpers/test-observability/utils','match','EKDKQ','318888zQOfRi','NMHoB','vRvQJ','8ohWIGm','CBQEz','ucpnZ','OXZbN','hQdCp','xzgcO','SqScf','ysmKx','sendTestRunEvent','yraIp','vMKQn','UVDmU','PNPjm','QSDMn','mapTestHooks','xqRtu','hook_failure','QssKd','JAhuM','.git','split','FDCAQ','wJfCF','oaPLM','zsBSG','relative','_currentRetry','current_test','getTime','ucvLC','gnLHD','Pwfip','appendTestItemLog','URpGH','lRAsm','prefixTestPath','pOZbh','DcOIp','zwiKA','UYfbB','dOEfc','STATE_FAILED','njIPO','fLXyJ','javascript','sAoOm','oHlnu','name','\x20with\x20error\x20:\x20','wTVoE','Rzohs','getFileName','fkozz','location_prefix','skipped','oloBP','CGNnb','LlSeW','_testResults','type','failure','RmGCu','iCTdb','2481741IXLgZq','azoLa','oaHdQ','CPChk','cRiiq','gbxSa','AFTER_EACH','bs:addLog:','ZbqgP','pid','exports','Mahwm','5049cSwBOt','LZPxG','QPBDV','RVfJT','5|6|0|4|1|3|2','beforeAll','qHkwv','YMUKt','QdwVM','oJSin',':testAnalyticsId','call','current_hook','ojCeG','SufBO','test_run_uuid','toISOString','HIDTV','CiMkj','qNyuB','FUGEd','testStarted','xjzgn','errorsDetailed','DPqRD','resetTestHooks','xBIix','rOfbm','wJfYq','gxMNc','trbur','iXmoc','OYNTC','AOTcK','wfnrX','testObservability','hook_run','failed\x20to\x20get\x20root\x20parent\x20file\x20','rZDlR','rUTfL','Jhcxa','registerListeners','UBCBx','dIjbi','getName','tXTFu','jEawi','taXdY','pjuDk','ZgZQb','mMBpn','FZEvE','_gitConfigured','uOGdJ','gvwaK','jtlwO','afterEach','eHZkx','ZoqwE','ryVjB','failure_backtrace','gVISm','FjxXz','_testEnv','stack-trace','cvmvD','LyokL','mEJZH','beforeEach','parent','IStcr','configureGit',':hookAnalyticsId','FmkoF','xIbBK','reverse','RJlDn','test','bvbbg','getTestUUID','LQvou','KocPH','jKXaR','JHUIE','\x22\x20hook\x20for\x20\x22','sTyAa','NHVQW','uDtNe','FndPB','IlOxV','hxNSP','failure_type','qYDAO','Wtrhz','gabMC','XPEyb','akERX','config','uzdcK','saBSd','dyRaE','MWXCr','iCGzL','DHwCO','_gitConfigPath','UzOLt','lfNZc','MOZQH','ZNXTK','backtrace','OsSEy','getHooksForTest','STATE_PASSED','fwmAQ','JPkDJ','OmhiS','42554400tgGNFP','file','ZHOiM','tNClT','statSync','CXJRB','failure_reason','XAsqF','mqHWi','xjBQW','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','WEGBV','hookAnalyticsId','0|6|3|5|2|1|4','HookRunFinished','ZFFjC','MkMNs','arfYv','TestRunStarted','ywfPV','pending','OXFZJ','VVBKP','mZQHw','../../../helpers/test-observability/sessionHandler','FUPfM','Ljkbw','1915837fjoojT','CgGWD','generic','1658167WAagtW','nNCAn','logs','JLYJE','VXlKv','xtGcJ','UDXjL','removeAllListeners','parse','xnLPg','TestRunFinished','uPUBg','FhpAD','ClaaL','edceU','3484160NWdKwN','hooks','rCbpI','RwjPm','_paths','cFHVc','qFSyU','zbcAN','uTQpw','rZOjo','xMwcI','RyMCe','QvUHX','getRootParentFile','TcEnJ','testAnalyticsId','qxLOI','lkARV','COpmv','swVBW','aqbYu','gbzFK','EOhEU','test_run','NOomt','WLFrc','TestRunSkipped','OuPjX','CZrTc','80AZhcnR','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','HXUrG','oIqWc','1|0|3|4|2','hwwaV','DfBKj','getHierarchy','BEFORE_EACH','ZGzRs','pgkzw','XyvBN','uboof','WGgrm','afterAll','IYgit','getTestEnv','ofERW','started_at','nGOAJ','Thbnb','iFVEq','IamiI','failed','err','duration','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','jVWIW','bs:addPlatformDetails:','VfaZN','CxwEb','bmBcd','failure_reason_expanded','retryOf','FWTrD','zumqC','mUbxl','hook_run_uuid','RqdMM','now','length','HjGZZ','sep','ddjYC','push','capSc','result','SQOQj','includes','iMtVR','http_response','event_type','title','dirname','zICqt','PEJoM','Gkfal','cKyNJ','passed','rSjzW','hook_data','DWilA','CnDSr','analyticsResult','EBjPQ','findGitConfig','../../../helpers/test-observability/error-handler','TccOm','forEach','expanded','STATE_PENDING','xqCLi','setTestUUID','asyncError','bind','PSZls','FXsUT','appendTestPlatform','cwd','LaZJZ','jeRrT','bSQCE','BEFORE_ALL','join'];a16_0x5299=function(){return _0x25cefd;};return a16_0x5299();}(function(_0x3bc6c9,_0x5a758e){const _0x212f5d=a16_0x3e9d,_0x535267=_0x3bc6c9();while(!![]){try{const _0x1b4ca8=parseInt(_0x212f5d(0x29a))/0x1+parseInt(_0x212f5d(0x2a9))/0x2+-parseInt(_0x212f5d(0x208))/0x3*(-parseInt(_0x212f5d(0x1b6))/0x4)+-parseInt(_0x212f5d(0x2c6))/0x5*(-parseInt(_0x212f5d(0x1ba))/0x6)+-parseInt(_0x212f5d(0x297))/0x7+parseInt(_0x212f5d(0x1bd))/0x8*(parseInt(_0x212f5d(0x1fc))/0x9)+-parseInt(_0x212f5d(0x27c))/0xa;if(_0x1b4ca8===_0x5a758e)break;else _0x535267['push'](_0x535267['shift']());}catch(_0x503f23){_0x535267['push'](_0x535267['shift']());}}}(a16_0x5299,0xf01af));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require(a16_0x2ca145(0x1b7)),SessionHandler=require(a16_0x2ca145(0x294)),{v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x2ca145(0x248)),path=require('path'),fs=require('fs'),TestDetails=require('./test-details'),{FRAMEWORKS}=require('../../utils/constants'),{o11yClassErrorHandler}=require(a16_0x2ca145(0x197)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x4e5b80={};a16_0x4e5b80[a16_0x2ca145(0x278)]=a16_0x2ca145(0x18f),a16_0x4e5b80[a16_0x2ca145(0x1e6)]=a16_0x2ca145(0x16c),a16_0x4e5b80[a16_0x2ca145(0x19b)]=a16_0x2ca145(0x290);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x4e5b80,a16_0x40d494={};a16_0x40d494[a16_0x2ca145(0x20d)]=a16_0x2ca145(0x1a7),a16_0x40d494[a16_0x2ca145(0x163)]='AFTER_ALL',a16_0x40d494[a16_0x2ca145(0x24c)]=a16_0x2ca145(0x15d),a16_0x40d494[a16_0x2ca145(0x240)]=a16_0x2ca145(0x202);const HOOK_TYPES_MAP=a16_0x40d494;function a16_0x3e9d(_0xafb3f9,_0x5d61ff){const _0x529935=a16_0x5299();return a16_0x3e9d=function(_0x3e9db8,_0x51d817){_0x3e9db8=_0x3e9db8-0x15d;let _0x13d965=_0x529935[_0x3e9db8];return _0x13d965;},a16_0x3e9d(_0xafb3f9,_0x5d61ff);}module[a16_0x2ca145(0x206)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0xa94e70=a16_0x2ca145,_0x507c8b={'HIDTV':_0xa94e70(0x20c),'WyFmD':function(_0x2f49ba){return _0x2f49ba();}},_0x209a71=_0x507c8b[_0xa94e70(0x219)][_0xa94e70(0x1d1)]('|');let _0x32a4e3=0x0;while(!![]){switch(_0x209a71[_0x32a4e3++]){case'0':this[_0xa94e70(0x247)]=this[_0xa94e70(0x165)]();continue;case'1':this[_0xa94e70(0x191)]=[];continue;case'2':this[_0xa94e70(0x270)]=null;continue;case'3':this[_0xa94e70(0x23c)]=![];continue;case'4':this[_0xa94e70(0x2ad)]=new PathHelper({'cwd':process['cwd']()},this[_0xa94e70(0x247)][_0xa94e70(0x1f2)]);continue;case'5':this[_0xa94e70(0x22b)]=_0x507c8b['WyFmD'](isTestObservabilitySession);continue;case'6':this['_testResults']=[];continue;}break;}}[a16_0x2ca145(0x165)]=()=>{const _0x3b828d=a16_0x2ca145,_0x4e76f8={'PRQbC':_0x3b828d(0x299),'iXmoc':function(_0x5c6bbd){return _0x5c6bbd();}};return{'ci':_0x4e76f8['PRQbC'],'key':_0x4e76f8[_0x3b828d(0x227)](uuidv4),'version':version,'collector':'js-'+name};};[a16_0x2ca145(0x231)](){const _0x27b8bc=a16_0x2ca145;process[_0x27b8bc(0x2a1)](_0x27b8bc(0x203)+process[_0x27b8bc(0x205)]),process['on'](_0x27b8bc(0x203)+process['pid'],this[_0x27b8bc(0x1dd)]['bind'](this)),process[_0x27b8bc(0x2a1)]('bs:addPlatformDetails:'+process['pid']),process['on'](_0x27b8bc(0x171)+process[_0x27b8bc(0x205)],this[_0x27b8bc(0x1a2)][_0x27b8bc(0x19f)](this));}[a16_0x2ca145(0x21d)]=async _0x45e6f3=>{const _0x54bc5b=a16_0x2ca145,_0x4fe352={'CgGWD':_0x54bc5b(0x255),'FUGEd':'test_run','uOGdJ':_0x54bc5b(0x183),'FjxXz':_0x54bc5b(0x1f3),'mqHWi':_0x54bc5b(0x1f9),'SNqei':_0x54bc5b(0x263),'MkMNs':function(_0x2e4980,_0x500180){return _0x2e4980===_0x500180;},'CXJRB':'ASoQE','iCGzL':_0x54bc5b(0x251),'zsBSG':function(_0x27a95c,_0xaec979){return _0x27a95c>_0xaec979;},'NHVQW':function(_0x5c58e1,_0x3f4c8d){return _0x5c58e1!==_0x3f4c8d;},'kGjHG':'Pqwzg','HXUrG':_0x54bc5b(0x28e),'QdwVM':_0x54bc5b(0x1be),'ZyMbD':'qRWOA','MfPuZ':function(_0x4bc534,_0x30325d){return _0x4bc534!==_0x30325d;},'WLFrc':_0x54bc5b(0x232),'RHYYK':'ChJRl','saBSd':function(_0x195999,_0x20169c){return _0x195999(_0x20169c);}};try{if(_0x4fe352[_0x54bc5b(0x28c)](_0x4fe352[_0x54bc5b(0x281)],_0x4fe352[_0x54bc5b(0x26e)]))return null;else{const _0x7adf2e=this[_0x54bc5b(0x1d8)];this[_0x54bc5b(0x1d8)]=_0x45e6f3,_0x45e6f3[_0x54bc5b(0x176)]=null,_0x45e6f3[_0x54bc5b(0x2b8)]=TestDetails[_0x54bc5b(0x19d)](process[_0x54bc5b(0x205)]+_0x54bc5b(0x212)),_0x45e6f3['started_at']=new Date()[_0x54bc5b(0x218)](),_0x4fe352[_0x54bc5b(0x1d5)](_0x45e6f3[_0x54bc5b(0x1d7)],0x0)&&_0x7adf2e&&_0x4fe352['MkMNs'](_0x7adf2e[_0x54bc5b(0x189)],_0x45e6f3['title'])?_0x4fe352[_0x54bc5b(0x25e)](_0x4fe352[_0x54bc5b(0x1ad)],_0x4fe352['kGjHG'])?_0x57259a[_0x54bc5b(0x181)](_0xd28cf0[_0x54bc5b(0x288)]):(_0x45e6f3['retryOf']=_0x7adf2e[_0x54bc5b(0x2b8)],await this[_0x54bc5b(0x1c5)](_0x45e6f3,undefined,![],_0x4fe352['HXUrG']),_0x7adf2e['state']=STATE_FAILED,await this[_0x54bc5b(0x1c5)](_0x7adf2e,undefined,!![])):_0x4fe352[_0x54bc5b(0x28c)](_0x4fe352[_0x54bc5b(0x210)],_0x4fe352['ZyMbD'])?_0x3b30b1=[_0x2f7b33[_0x54bc5b(0x21f)],_0x4fe352[_0x54bc5b(0x298)]]:await this['sendTestRunEvent'](_0x45e6f3,undefined,![],_0x4fe352[_0x54bc5b(0x2c8)]);}}catch(_0x3e98d2){_0x4fe352['MfPuZ'](_0x4fe352[_0x54bc5b(0x2c2)],_0x4fe352['RHYYK'])?_0x4fe352[_0x54bc5b(0x26b)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x3e98d2):(_0x37980e[_0x4fe352['FUGEd']][_0x4fe352[_0x54bc5b(0x23d)]]=_0x4fe352[_0x54bc5b(0x246)],_0x226ebc[_0x4fe352['FUGEd']][_0x4fe352[_0x54bc5b(0x284)]]=null,_0x473ad7[_0x4fe352[_0x54bc5b(0x21c)]][_0x4fe352['SNqei']]=null);}};[a16_0x2ca145(0x234)](_0x45f534){const _0xafd504=a16_0x2ca145,_0x11a2a0={};_0x11a2a0[_0xafd504(0x1a5)]=function(_0x59ce06,_0x437ce7){return _0x59ce06!==_0x437ce7;},_0x11a2a0[_0xafd504(0x265)]='test',_0x11a2a0[_0xafd504(0x20b)]=function(_0x3dd841,_0x38b4c){return _0x3dd841!==_0x38b4c;},_0x11a2a0[_0xafd504(0x291)]=_0xafd504(0x1d4),_0x11a2a0[_0xafd504(0x2a8)]='Bbsxa';const _0x2212c4=_0x11a2a0;if(_0x2212c4[_0xafd504(0x1a5)](_0x45f534[_0xafd504(0x1f8)],_0x2212c4[_0xafd504(0x265)])){if(_0x2212c4[_0xafd504(0x20b)](_0x2212c4[_0xafd504(0x291)],_0x2212c4[_0xafd504(0x2a8)]))return'\x22'+_0x45f534[_0xafd504(0x1f8)]+_0xafd504(0x25c)+(_0x45f534[_0xafd504(0x24d)]&&_0x45f534[_0xafd504(0x24d)][_0xafd504(0x1ec)])+'\x22';else{const _0x1ddb0e=_0x1ab84c[_0xafd504(0x18a)](_0x3b6a0a);return this['findGitConfig'](_0x1ddb0e);}}return _0x45f534[_0xafd504(0x1ec)];}['sendTestRunEvent']=async(_0x27eaa2,_0x5a5dbd=undefined,_0x9754c1=![],_0x17f3e7=a16_0x2ca145(0x2a4))=>{const _0x205dba=a16_0x2ca145,_0x45cf09={'hwwaV':_0x205dba(0x289),'SqScf':function(_0xab08d){return _0xab08d();},'uTQpw':function(_0x50e605,_0x5cc72d){return _0x50e605(_0x5cc72d);},'xzgcO':function(_0x21afc7,_0xa84ae6){return _0x21afc7===_0xa84ae6;},'RNIfF':_0x205dba(0x28a),'pOZbh':function(_0x429551,_0x1f40ab){return _0x429551!==_0x1f40ab;},'gabMC':_0x205dba(0x16c),'qxLOI':_0x205dba(0x18f),'ucvLC':'pending','gBxwx':function(_0x5ea53f,_0x43e721){return _0x5ea53f(_0x43e721);},'fUYyK':_0x205dba(0x24c),'CxwEb':_0x205dba(0x240),'rSjzW':_0x205dba(0x2c0),'cKyNJ':function(_0x9cfcce,_0x2c6c5b){return _0x9cfcce!==_0x2c6c5b;},'DfBKj':'.git','dOEfc':_0x205dba(0x269),'ZbqgP':function(_0x2eace1,_0x410159){return _0x2eace1!==_0x410159;},'VfaZN':_0x205dba(0x264),'tXmHC':_0x205dba(0x23f),'xMwcI':_0x205dba(0x2ca),'Mahwm':_0x205dba(0x22c),'tNClT':_0x205dba(0x263),'sAoOm':_0x205dba(0x1f9),'tXTFu':_0x205dba(0x183),'yraIp':_0x205dba(0x282),'JAhuM':_0x205dba(0x21e),'VRdHo':'yjpul','hxNSP':_0x205dba(0x1c4),'xtGcJ':'xIFZV','BsMHu':function(_0x5526be,_0x558a5a){return _0x5526be!==_0x558a5a;},'pRMVu':'fkxyq','jfFgf':_0x205dba(0x161),'xqRtu':function(_0x187eee,_0x270ba9){return _0x187eee(_0x270ba9);},'ofERW':'jest-circus','CPChk':_0x205dba(0x16a),'tDyis':function(_0x40d413,_0x3c5fcc){return _0x40d413(_0x3c5fcc);},'WGgrm':'util','RJlDn':_0x205dba(0x292),'wtFaC':'test','UzOLt':function(_0x458531,_0x258aab){return _0x458531!==_0x258aab;},'XFmjN':function(_0x1f37f1,_0x4b62df){return _0x1f37f1===_0x4b62df;},'iMtVR':_0x205dba(0x17b),'XyvBN':'hSCaO','CnDSr':_0x205dba(0x16d),'wfnrX':function(_0x24cd74,_0x479211){return _0x24cd74===_0x479211;},'jEawi':_0x205dba(0x22f),'mEJZH':_0x205dba(0x180),'COpmv':function(_0x268a9b,_0x4dc597){return _0x268a9b!==_0x4dc597;},'fwmAQ':'File\x20path\x20could\x20not\x20be\x20found','Thbnb':_0x205dba(0x1e9),'ywfPV':_0x205dba(0x2c3),'UVDmU':'skipped','OwLCA':function(_0x1b00ff,_0x452e11){return _0x1b00ff>_0x452e11;},'pjuDk':function(_0x5cb816,_0x2bfb62){return _0x5cb816-_0x2bfb62;},'xIbBK':_0x205dba(0x167),'IxgHM':function(_0x51bf0d,_0x32bea3){return _0x51bf0d!==_0x32bea3;},'LaZJZ':_0x205dba(0x2ba),'mRgba':_0x205dba(0x1f1),'JLYJE':'finished_at','CZmwd':function(_0x71f59,_0x4f9ef){return _0x71f59===_0x4f9ef;},'pgkzw':'wKxvL','ZHOiM':function(_0x332671,_0x112f1f){return _0x332671===_0x112f1f;},'tPvZY':function(_0x2cdaa4,_0x98a52f){return _0x2cdaa4!==_0x98a52f;},'zumqC':_0x205dba(0x249),'wJfYq':function(_0x11c0f5,_0x5620d2){return _0x11c0f5!==_0x5620d2;},'OYNTC':'dwFwV','lTlnk':function(_0x5ec96b,_0x50fc26){return _0x5ec96b===_0x50fc26;},'uDtNe':'mfVfS','IYgit':'rENfY','njIPO':function(_0x39ddff,_0x4e0360){return _0x39ddff===_0x4e0360;},'wTVoE':'milzL','CiMkj':_0x205dba(0x2c1),'Glgnf':_0x205dba(0x244),'OOOwD':_0x205dba(0x275),'BoKrG':_0x205dba(0x175),'bSQCE':_0x205dba(0x19a),'rOfbm':_0x205dba(0x2a4),'dyRaE':_0x205dba(0x272),'DHwCO':_0x205dba(0x1d2),'gVISm':_0x205dba(0x1af),'oaHdQ':function(_0x60eeea,_0x143a16){return _0x60eeea===_0x143a16;},'fIcZz':'VxVAC','oNsoQ':'HobyA','RJNLx':function(_0x56758a,_0x2451cb){return _0x56758a>_0x2451cb;},'WEGBV':_0x205dba(0x268),'oHlnu':function(_0x57fc9b,_0x5da75a){return _0x57fc9b===_0x5da75a;},'Ljkbw':function(_0x5d8334,_0x4c9ce4){return _0x5d8334!==_0x4c9ce4;},'ORLxg':_0x205dba(0x28b),'XAsqF':'uqiNE','pWuDS':function(_0x2f8965,_0x4e00ce){return _0x2f8965===_0x4e00ce;},'eZXyE':_0x205dba(0x20d),'QssKd':function(_0x229dce,_0xfb9af4){return _0x229dce===_0xfb9af4;},'zbcAN':_0x205dba(0x1b3),'bIeFW':function(_0x5efd32,_0x3449e1){return _0x5efd32!==_0x3449e1;},'EBjPQ':_0x205dba(0x27b),'oloBP':function(_0x5e20ac,_0x5010dc){return _0x5e20ac(_0x5010dc);}};try{if(_0x45cf09[_0x205dba(0x1c2)](_0x45cf09[_0x205dba(0x1cf)],_0x45cf09[_0x205dba(0x1cf)])){if(_0x27eaa2['fn']&&_0x27eaa2['fn']['toString']()['match'](/browserstack internal helper hook/)){if(_0x45cf09[_0x205dba(0x18e)](_0x45cf09['VRdHo'],_0x45cf09[_0x205dba(0x262)]))return;else return[];}let _0x2e8e00;try{_0x45cf09['xzgcO'](_0x45cf09['xtGcJ'],_0x45cf09[_0x205dba(0x29f)])?_0x2e8e00=this['getRootParentFile'](_0x27eaa2):_0x371021['test_run_uuid']=_0x4f172d;}catch(_0x2dc6cc){if(_0x45cf09['BsMHu'](_0x45cf09['pRMVu'],_0x45cf09[_0x205dba(0x1b4)]))_0x45cf09[_0x205dba(0x1cc)](debug,_0x205dba(0x22d)+_0x2dc6cc),_0x2e8e00=null;else{this['hook_data'][_0x205dba(0x181)](_0x17f4e6);return;}}if(_0x2e8e00[_0x205dba(0x185)](_0x45cf09[_0x205dba(0x166)])){if(_0x45cf09[_0x205dba(0x204)](_0x45cf09[_0x205dba(0x1ff)],_0x45cf09['CPChk'])){const _0x515e0b=_0x45cf09[_0x205dba(0x2cb)][_0x205dba(0x1d1)]('|');let _0x2132ff=0x0;while(!![]){switch(_0x515e0b[_0x2132ff++]){case'0':this['testObservability']=_0x45cf09[_0x205dba(0x1c3)](_0x56d21f);continue;case'1':this['_gitConfigured']=![];continue;case'2':this[_0x205dba(0x191)]=[];continue;case'3':this[_0x205dba(0x247)]=this[_0x205dba(0x165)]();continue;case'4':this[_0x205dba(0x270)]=null;continue;case'5':this[_0x205dba(0x2ad)]=new _0x35c6ce({'cwd':_0x333b46[_0x205dba(0x1a3)]()},this[_0x205dba(0x247)][_0x205dba(0x1f2)]);continue;case'6':this[_0x205dba(0x1f7)]=[];continue;}break;}}else return;}const _0x1e64f0=_0x45cf09['tDyis'](require,_0x45cf09[_0x205dba(0x162)]);let _0x564f28=[];if(_0x45cf09[_0x205dba(0x1e1)](_0x27eaa2[_0x205dba(0x21f)],undefined)){if(_0x45cf09[_0x205dba(0x204)](_0x45cf09[_0x205dba(0x254)],_0x45cf09[_0x205dba(0x254)]))return;else _0x564f28=[_0x27eaa2[_0x205dba(0x21f)],_0x45cf09['wtFaC']];}else{if(_0x45cf09[_0x205dba(0x271)](_0x5a5dbd,undefined)){if(_0x45cf09['XFmjN'](_0x45cf09[_0x205dba(0x186)],_0x45cf09[_0x205dba(0x160)]))return;else _0x564f28=[_0x5a5dbd,_0x45cf09[_0x205dba(0x193)]];}else _0x45cf09[_0x205dba(0x22a)](_0x45cf09[_0x205dba(0x236)],_0x45cf09[_0x205dba(0x24b)])?_0x45cf09[_0x205dba(0x2b1)](_0x59ce23,_0x205dba(0x2c7)+_0x2c2b2a):_0x564f28=[];}const _0x1ccc1d=_0x45cf09[_0x205dba(0x271)](_0x27eaa2['errorsDetailed'],undefined)?_0x1e64f0['inspect'](_0x27eaa2['errorsDetailed'][0x0]):_0x45cf09[_0x205dba(0x2bb)](_0x5a5dbd,undefined)?_0x5a5dbd['toString']():undefined,_0x18914f=_0x2e8e00?this[_0x205dba(0x2ad)][_0x205dba(0x1e0)](this['getRootParentFile'](_0x27eaa2)):_0x45cf09[_0x205dba(0x279)],_0x3c5e8f={'framework':FRAMEWORKS[_0x205dba(0x1ae)],'uuid':_0x27eaa2[_0x205dba(0x2b8)]||_0x27eaa2[_0x205dba(0x288)],'name':this[_0x205dba(0x234)](_0x27eaa2),'body':{'lang':_0x45cf09[_0x205dba(0x169)],'code':_0x27eaa2['fn']['toString']()},'scopes':this[_0x205dba(0x2cd)](_0x27eaa2),'file_name':_0x18914f,'vc_filepath':this[_0x205dba(0x270)]&&_0x2e8e00?path[_0x205dba(0x1d6)](this[_0x205dba(0x270)],_0x2e8e00):null,'location':_0x18914f,'result':_0x45cf09[_0x205dba(0x1c2)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])?_0x45cf09[_0x205dba(0x1c8)]:this[_0x205dba(0x194)](_0x27eaa2['errorsDetailed']&&_0x45cf09['OwLCA'](_0x27eaa2['errorsDetailed'][_0x205dba(0x17d)],0x0)?_0x45cf09[_0x205dba(0x266)]:_0x45cf09['qxLOI']),'failure_reason':_0x1ccc1d,'duration_in_ms':_0x27eaa2[_0x205dba(0x16e)]||(_0x17f3e7[_0x205dba(0x1b8)](/Finished/)||_0x17f3e7[_0x205dba(0x1b8)](/Skipped/)?_0x45cf09[_0x205dba(0x238)](Date[_0x205dba(0x17c)](),new Date(_0x27eaa2[_0x205dba(0x167)])[_0x205dba(0x1d9)]()):null),'started_at':_0x27eaa2[_0x205dba(0x167)],'finished_at':_0x17f3e7[_0x205dba(0x1b8)](/Finished/)||_0x17f3e7[_0x205dba(0x1b8)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x205dba(0x1b1)](null,_0x564f28),'failure_type':!_0x1ccc1d?null:_0x45cf09['xqRtu'](getFailureType,_0x1ccc1d),'retry_of':_0x27eaa2[_0x205dba(0x176)]};_0x45cf09[_0x205dba(0x1c2)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])&&!_0x3c5e8f[_0x45cf09['xIbBK']]&&(_0x45cf09['IxgHM'](_0x45cf09[_0x205dba(0x1a4)],_0x45cf09[_0x205dba(0x1ac)])?_0x3c5e8f[_0x45cf09[_0x205dba(0x252)]]=_0x3c5e8f[_0x45cf09[_0x205dba(0x29d)]]:([_0x44c7ac[_0x205dba(0x1af)],_0xc582c0[_0x205dba(0x1ec)]]=[_0x135c9e['type'],this[_0x205dba(0x234)](_0x443032)],_0x45cf09[_0x205dba(0x1c2)](_0x3fa750,_0x45cf09['RNIfF'])&&(_0x45cf09[_0x205dba(0x1e1)](_0x1ab43b[_0x205dba(0x183)],_0x45cf09[_0x205dba(0x266)])&&(_0x3c848e[_0x205dba(0x183)]=_0x45cf09[_0x205dba(0x2b9)]))));if(_0x17f3e7['match'](/HookRun/)){if(_0x45cf09['CZmwd'](_0x45cf09['pgkzw'],_0x45cf09[_0x205dba(0x15f)])){[_0x3c5e8f[_0x205dba(0x1af)],_0x3c5e8f[_0x205dba(0x1ec)]]=[_0x27eaa2[_0x205dba(0x1f8)],this[_0x205dba(0x234)](_0x27eaa2)];if(_0x45cf09[_0x205dba(0x27e)](_0x17f3e7,_0x45cf09['RNIfF'])){if(_0x45cf09[_0x205dba(0x1b2)](_0x45cf09['zumqC'],_0x45cf09[_0x205dba(0x178)])){if(!_0x5893f8||!_0x151b79[_0x205dba(0x24d)])return;_0x47ec4f[_0x205dba(0x24d)]['hooks'][_0x205dba(0x199)](_0x5db60c=>{const _0x1b4316=_0x205dba;!_0x5db60c[_0x1b4316(0x288)]&&(_0x5db60c[_0x1b4316(0x288)]=_0x1e9d1d[_0x1b4316(0x19d)](_0x47f54c[_0x1b4316(0x205)]+_0x1b4316(0x250)));}),this['mapTestHooks'](_0x69e8b7[_0x205dba(0x24d)]);}else{if(_0x45cf09[_0x205dba(0x224)](_0x3c5e8f[_0x205dba(0x183)],_0x45cf09[_0x205dba(0x266)])){if(_0x45cf09[_0x205dba(0x22a)](_0x45cf09[_0x205dba(0x228)],_0x45cf09[_0x205dba(0x228)]))_0x3c5e8f[_0x205dba(0x183)]=_0x45cf09['qxLOI'];else{const _0x4b7584={};return _0x4b7584[_0x5ab65d]=_0x45cf09[_0x205dba(0x2b9)],_0x4b7584[_0x5b7b54]=_0x45cf09[_0x205dba(0x1da)],_0x4b7584[_0x192e48]=_0x45cf09['gabMC'],_0x4b7584[_0x301c3c];}}}}}else _0x2a4358[_0x205dba(0x2a1)](_0x205dba(0x203)+_0x18fc0e[_0x205dba(0x205)]),_0x2baa67['on'](_0x205dba(0x203)+_0x71a434['pid'],this[_0x205dba(0x1dd)]['bind'](this)),_0x226252['removeAllListeners'](_0x205dba(0x171)+_0x302fd7[_0x205dba(0x205)]),_0x4f1962['on'](_0x205dba(0x171)+_0x34bb5e['pid'],this['appendTestPlatform']['bind'](this));}else _0x17f3e7[_0x205dba(0x1b8)](/TestRun/)&&(_0x45cf09[_0x205dba(0x1b0)](_0x45cf09[_0x205dba(0x25f)],_0x45cf09[_0x205dba(0x164)])?_0x45cf09['gBxwx'](_0x1e7d25,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x159b87):this[_0x205dba(0x1cb)](_0x27eaa2));const _0x5b069c=_0x3c5e8f[_0x45cf09[_0x205dba(0x1ea)]][0x0];_0x5b069c&&(_0x45cf09[_0x205dba(0x1e7)](_0x45cf09[_0x205dba(0x1ee)],_0x45cf09[_0x205dba(0x21a)])?[_0x45cf09['fUYyK'],_0x45cf09[_0x205dba(0x173)]][_0x205dba(0x185)](_0xae46e5['type'])&&_0x7c9d76[_0x205dba(0x288)]&&(_0x406663['hookAnalyticsId']=null):(_0x3c5e8f[_0x45cf09['Glgnf']]=_0x5b069c[_0x45cf09['OOOwD']],_0x3c5e8f[_0x45cf09['BoKrG']]=_0x5b069c[_0x45cf09[_0x205dba(0x1a6)]]));[_0x45cf09['rOfbm'],_0x45cf09[_0x205dba(0x28f)]][_0x205dba(0x185)](_0x17f3e7)&&(_0x45cf09[_0x205dba(0x1b2)](_0x45cf09[_0x205dba(0x26c)],_0x45cf09['dyRaE'])?_0x5abe01[_0x45cf09['rSjzW']]=_0x12e8cb:(this[_0x205dba(0x1f7)][_0x205dba(0x181)](_0x3c5e8f),_0x3c5e8f[_0x205dba(0x2aa)]=this[_0x205dba(0x277)](_0x27eaa2),this['resetTestHooks'](_0x27eaa2)));const _0x5f2b8b={'event_type':_0x45cf09[_0x205dba(0x1e7)](_0x17f3e7,_0x45cf09[_0x205dba(0x28f)])?_0x45cf09['rOfbm']:_0x17f3e7};if(_0x17f3e7[_0x205dba(0x1b8)](/HookRun/)){if(_0x45cf09['UzOLt'](_0x45cf09[_0x205dba(0x26f)],_0x45cf09[_0x205dba(0x26f)])){let _0x2dca3c=_0x5d98e0[_0x205dba(0x24d)];while(_0x2dca3c&&_0x2dca3c['name']&&_0x45cf09[_0x205dba(0x1e1)](_0x2dca3c['name'],'')){_0xa117a4[_0x205dba(0x181)](_0x2dca3c[_0x205dba(0x1ec)]),_0x2dca3c=_0x2dca3c[_0x205dba(0x1ec)];}}else _0x3c5e8f[_0x45cf09[_0x205dba(0x245)]]=HOOK_TYPES_MAP[_0x3c5e8f[_0x45cf09[_0x205dba(0x245)]]],_0x5f2b8b[_0x45cf09[_0x205dba(0x207)]]=_0x3c5e8f;}else _0x45cf09[_0x205dba(0x1fe)](_0x45cf09['fIcZz'],_0x45cf09['oNsoQ'])?!_0x270a3f['hookAnalyticsId']&&(_0x50410f['hookAnalyticsId']=_0x54e11b['setTestUUID'](_0x7dbe2c['pid']+_0x205dba(0x250))):_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]]=_0x3c5e8f;_0x45cf09[_0x205dba(0x1a9)](this[_0x205dba(0x191)][_0x205dba(0x17d)],0x0)&&[_0x45cf09[_0x205dba(0x223)],_0x45cf09[_0x205dba(0x28f)]]['includes'](_0x17f3e7)&&(_0x45cf09[_0x205dba(0x1e1)](_0x45cf09[_0x205dba(0x287)],_0x45cf09[_0x205dba(0x287)])?_0x45cf09['cKyNJ'](_0x41b512['result'],_0x45cf09['gabMC'])&&(_0x6f900e['result']=_0x45cf09[_0x205dba(0x2b9)]):(this[_0x205dba(0x191)][_0x205dba(0x199)](async _0x3576bb=>{const _0x46347a=_0x205dba;if(_0x45cf09[_0x46347a(0x204)](_0x45cf09[_0x46347a(0x172)],_0x45cf09['tXmHC'])){const _0xd96191=_0x45cf09[_0x46347a(0x2b3)][_0x46347a(0x1d1)]('|');let _0x49cfce=0x0;while(!![]){switch(_0xd96191[_0x49cfce++]){case'0':_0x3576bb[_0x45cf09['Mahwm']][_0x45cf09[_0x46347a(0x27f)]]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x27f)]];continue;case'1':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09[_0x46347a(0x1ea)]]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x1ea)]];continue;case'2':await SessionHandler[_0x46347a(0x1aa)](_0x3576bb);continue;case'3':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09['tXTFu']]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x235)]];continue;case'4':_0x3576bb[_0x45cf09[_0x46347a(0x207)]][_0x45cf09['yraIp']]=_0x5f2b8b[_0x45cf09[_0x46347a(0x190)]][_0x45cf09[_0x46347a(0x1c6)]];continue;}break;}}else return _0x16ff2f['statSync'](_0x47992e[_0x46347a(0x1a8)](_0x5df213,_0x45cf09[_0x46347a(0x2cc)],_0x45cf09[_0x46347a(0x1e5)])),_0x344d50;}),this[_0x205dba(0x191)]=[]));if(_0x45cf09[_0x205dba(0x1eb)](this[_0x205dba(0x1cd)],_0x27eaa2['type'])){if(_0x45cf09[_0x205dba(0x296)](_0x45cf09['ORLxg'],_0x45cf09[_0x205dba(0x283)])){this[_0x205dba(0x191)]['push'](_0x5f2b8b);return;}else return this['_gitConfigPath'];}_0x45cf09[_0x205dba(0x1ab)](this[_0x205dba(0x1cd)],_0x45cf09['eZXyE'])&&_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]]&&(_0x45cf09[_0x205dba(0x1ce)](_0x45cf09[_0x205dba(0x2b0)],_0x45cf09['zbcAN'])?(_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x235)]]=_0x45cf09[_0x205dba(0x1c8)],_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x1ea)]]=null,_0x5f2b8b[_0x45cf09[_0x205dba(0x190)]][_0x45cf09[_0x205dba(0x27f)]]=null):_0x45cf09[_0x205dba(0x2b1)](_0x2a7638,_0x205dba(0x16f)+_0x46b6b8)),await SessionHandler[_0x205dba(0x1aa)](_0x5f2b8b);}else this['_gitConfigPath']=_0x3f4eb9[_0x205dba(0x1b5)];}catch(_0x5b4e6d){_0x45cf09['bIeFW'](_0x45cf09[_0x205dba(0x195)],_0x45cf09[_0x205dba(0x195)])?_0x305209['result']=_0x45cf09[_0x205dba(0x2b9)]:_0x45cf09[_0x205dba(0x1f4)](debug,_0x205dba(0x286)+_0x17f3e7+_0x205dba(0x1ed)+_0x5b4e6d);}};[a16_0x2ca145(0x196)](_0x23234c){const _0x2419a8=a16_0x2ca145,_0x21da6e={};_0x21da6e['TccOm']=_0x2419a8(0x244),_0x21da6e[_0x2419a8(0x24e)]=_0x2419a8(0x275),_0x21da6e[_0x2419a8(0x1d3)]=_0x2419a8(0x175),_0x21da6e[_0x2419a8(0x2a5)]=_0x2419a8(0x19a),_0x21da6e[_0x2419a8(0x27a)]=function(_0x3eb084,_0x170f26){return _0x3eb084==_0x170f26;},_0x21da6e['RwjPm']=function(_0x443d24,_0x33d677){return _0x443d24===_0x33d677;},_0x21da6e[_0x2419a8(0x239)]=function(_0x3a783c,_0x561382){return _0x3a783c===_0x561382;},_0x21da6e[_0x2419a8(0x274)]=function(_0x2f246d,_0x505982){return _0x2f246d===_0x505982;},_0x21da6e['SQOQj']=_0x2419a8(0x16b),_0x21da6e[_0x2419a8(0x1ef)]=_0x2419a8(0x2bd),_0x21da6e[_0x2419a8(0x17e)]=function(_0x17cb75,_0x29d119){return _0x17cb75!==_0x29d119;},_0x21da6e['CGNnb']=_0x2419a8(0x2c4),_0x21da6e['xqCLi']=_0x2419a8(0x1d0),_0x21da6e[_0x2419a8(0x26a)]='config',_0x21da6e[_0x2419a8(0x22e)]=function(_0x474559,_0x29cf05){return _0x474559!==_0x29cf05;},_0x21da6e[_0x2419a8(0x222)]='zpOCX';const _0x6fb7ca=_0x21da6e,_0x52938e=path[_0x2419a8(0x17f)];if(_0x6fb7ca[_0x2419a8(0x27a)](_0x23234c,null)||_0x6fb7ca[_0x2419a8(0x2ac)](_0x23234c,'')||_0x6fb7ca[_0x2419a8(0x239)](_0x23234c,_0x52938e)){if(_0x6fb7ca[_0x2419a8(0x274)](_0x6fb7ca[_0x2419a8(0x184)],_0x6fb7ca[_0x2419a8(0x1ef)]))_0x36e4bc[_0x2419a8(0x288)]=_0x72bcb1[_0x2419a8(0x19d)](_0x4d7620['pid']+_0x2419a8(0x250));else return null;}try{if(_0x6fb7ca[_0x2419a8(0x17e)](_0x6fb7ca[_0x2419a8(0x1f5)],_0x6fb7ca[_0x2419a8(0x1f5)]))_0x126322[_0x6fb7ca[_0x2419a8(0x198)]]=_0x241be2[_0x6fb7ca['IStcr']],_0x2b5298[_0x6fb7ca[_0x2419a8(0x1d3)]]=_0x4fb340[_0x6fb7ca[_0x2419a8(0x2a5)]];else return fs['statSync'](path[_0x2419a8(0x1a8)](_0x23234c,_0x6fb7ca[_0x2419a8(0x19c)],_0x6fb7ca['uzdcK'])),_0x23234c;}catch(_0x32f6a9){if(_0x6fb7ca['rZDlR'](_0x6fb7ca['xBIix'],_0x6fb7ca[_0x2419a8(0x222)]))_0x1775f4[_0x2419a8(0x17a)]=_0x1684f6;else{const _0x37dbde=path[_0x2419a8(0x18a)](_0x23234c);return this[_0x2419a8(0x196)](_0x37dbde);}}}[a16_0x2ca145(0x1dd)]=async _0x5ad1c2=>{const _0x207e8d=a16_0x2ca145,_0x50128a={'sTyAa':'err','ryVjB':function(_0x5c2ad0,_0x2851f5){return _0x5c2ad0!==_0x2851f5;},'NMHoB':_0x207e8d(0x255),'cuyWi':'generic','ojCeG':function(_0x4e4bd9){return _0x4e4bd9();},'ucpnZ':_0x207e8d(0x2b4),'jVWIW':function(_0x348101,_0x562ddf){return _0x348101!==_0x562ddf;},'qNyuB':_0x207e8d(0x15e),'ovTxS':_0x207e8d(0x2a3),'DazeQ':_0x207e8d(0x1fd),'URpGH':function(_0x47271d,_0x333b50){return _0x47271d===_0x333b50;},'rqRgb':_0x207e8d(0x2bf),'gnLHD':_0x207e8d(0x2a6),'UwmcK':'LogCreated','rZOjo':function(_0xd10230,_0x108784){return _0xd10230!==_0x108784;},'LQvou':_0x207e8d(0x23e),'bmBcd':_0x207e8d(0x276),'mUbxl':function(_0xea5b4d,_0x57d58a){return _0xea5b4d(_0x57d58a);}},_0x2c3e54=TestDetails[_0x207e8d(0x257)](process[_0x207e8d(0x205)]+_0x207e8d(0x250)),_0x2353e9=TestDetails[_0x207e8d(0x257)](process[_0x207e8d(0x205)]+_0x207e8d(0x212));try{if(_0x50128a[_0x207e8d(0x243)](_0x50128a[_0x207e8d(0x1bf)],_0x50128a['ucpnZ']))_0x4cc8e7=[_0xb8a355,_0x50128a[_0x207e8d(0x25d)]];else{if(_0x2c3e54||this[_0x207e8d(0x214)]&&!this[_0x207e8d(0x214)]['markedStatus']){if(_0x50128a[_0x207e8d(0x170)](_0x50128a[_0x207e8d(0x21b)],_0x50128a[_0x207e8d(0x21b)]))return'\x22'+_0x4d2d38['type']+_0x207e8d(0x25c)+(_0x3629bc[_0x207e8d(0x24d)]&&_0x227eb5['parent']['name'])+'\x22';else _0x5ad1c2[_0x207e8d(0x17a)]=_0x2c3e54;}if(!_0x5ad1c2[_0x207e8d(0x17a)]&&_0x2353e9){if(_0x50128a[_0x207e8d(0x243)](_0x50128a['ovTxS'],_0x50128a['DazeQ']))_0x5ad1c2['test_run_uuid']=_0x2353e9;else{const _0x23dcc3=_0x57237b[_0x207e8d(0x2a2)][_0x207e8d(0x213)](_0x1fbbda,_0x434f88['asyncError']);return _0x23dcc3[0x0][_0x207e8d(0x1f0)]();}}if(_0x5ad1c2[_0x207e8d(0x17a)]||_0x5ad1c2[_0x207e8d(0x217)]){if(_0x50128a[_0x207e8d(0x1de)](_0x50128a['rqRgb'],_0x50128a[_0x207e8d(0x1db)])){if(_0x50128a['ryVjB'](_0x4c419b[_0x207e8d(0x1f8)],_0x50128a[_0x207e8d(0x1bb)]))return'\x22'+_0x19abcf[_0x207e8d(0x1f8)]+_0x207e8d(0x25c)+(_0x2531b9['parent']&&_0x4a5a50[_0x207e8d(0x24d)]['name'])+'\x22';return _0x47eec4[_0x207e8d(0x1ec)];}else{const _0x4ef703={};_0x4ef703['event_type']=_0x50128a['UwmcK'],_0x4ef703[_0x207e8d(0x29c)]=[_0x5ad1c2],await SessionHandler[_0x207e8d(0x1aa)](_0x4ef703);}}}}catch(_0x5f263e){if(_0x50128a[_0x207e8d(0x2b2)](_0x50128a[_0x207e8d(0x258)],_0x50128a[_0x207e8d(0x174)]))_0x50128a[_0x207e8d(0x179)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5f263e);else return{'ci':_0x50128a['cuyWi'],'key':_0x50128a[_0x207e8d(0x215)](_0x1b6a87),'version':_0x18d6f5,'collector':'js-'+_0x198b27};}};[a16_0x2ca145(0x1a2)]=async _0x4c26dd=>{const _0x2fa6b4=a16_0x2ca145,_0x331c98={'KZfPU':function(_0xed8d1c,_0x309002){return _0xed8d1c(_0x309002);},'JwYWb':function(_0x5ac4e5,_0x54d461){return _0x5ac4e5===_0x54d461;},'OXZbN':_0x2fa6b4(0x2be),'CZrTc':_0x2fa6b4(0x187),'JHUIE':'CBTSessionCreated','PNgRY':function(_0x5ec5b7,_0x1d760a){return _0x5ec5b7!==_0x1d760a;},'ZoqwE':_0x2fa6b4(0x241),'oKfyo':function(_0x1f19f1,_0x2479c7){return _0x1f19f1(_0x2479c7);}};try{if(_0x331c98['JwYWb'](_0x331c98[_0x2fa6b4(0x1c0)],_0x331c98[_0x2fa6b4(0x1c0)])){const _0x509993={'uuid':_0x4c26dd['uuid']||TestDetails[_0x2fa6b4(0x257)](process[_0x2fa6b4(0x205)]+':testAnalyticsId'),'integrations':_0x4c26dd[_0x331c98[_0x2fa6b4(0x2c5)]]},_0xdb406a={};_0xdb406a[_0x2fa6b4(0x188)]=_0x331c98[_0x2fa6b4(0x25b)],_0xdb406a['test_run']=_0x509993,await SessionHandler[_0x2fa6b4(0x1aa)](_0xdb406a);}else _0x331c98['KZfPU'](_0x373328,_0x2fa6b4(0x286)+_0x4379f6+_0x2fa6b4(0x1ed)+_0x33d1c8);}catch(_0x2e296f){_0x331c98['PNgRY'](_0x331c98[_0x2fa6b4(0x242)],_0x331c98[_0x2fa6b4(0x242)])?this['mapTestHooks'](_0x195f6c):_0x331c98['oKfyo'](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x2e296f);}};async[a16_0x2ca145(0x24f)](){const _0x3123d5=a16_0x2ca145,_0x18e8e9={'DPqRD':function(_0x39eb5b,_0x46dba0){return _0x39eb5b!==_0x46dba0;},'PmstB':_0x3123d5(0x1bc),'oIqWc':'cuNzI','VXlKv':function(_0x30693d){return _0x30693d();},'kbuHD':function(_0x49fc04,_0xf5fd7){return _0x49fc04===_0xf5fd7;},'qHkwv':_0x3123d5(0x23a)};if(this[_0x3123d5(0x23c)]){if(_0x18e8e9[_0x3123d5(0x220)](_0x18e8e9['PmstB'],_0x18e8e9[_0x3123d5(0x2c9)]))return this[_0x3123d5(0x270)];else _0x1f00eb[_0x3123d5(0x181)](_0x433955[_0x3123d5(0x1ec)]),_0x1def06=_0x2373e1[_0x3123d5(0x1ec)];}const _0x14e1ca=await _0x18e8e9[_0x3123d5(0x29e)](getGitMetaData);_0x14e1ca&&(_0x18e8e9['kbuHD'](_0x18e8e9[_0x3123d5(0x20e)],_0x18e8e9[_0x3123d5(0x20e)])?this[_0x3123d5(0x270)]=_0x14e1ca['root']:_0x1426bd[_0x3123d5(0x288)]=null),this[_0x3123d5(0x23c)]=!![];}[a16_0x2ca145(0x194)](_0x2463dd){const _0x4425f9=a16_0x2ca145,_0x4f51f8={};_0x4f51f8['FWTrD']=_0x4425f9(0x18f),_0x4f51f8['LlSeW']=_0x4425f9(0x290),_0x4f51f8['ZhSUk']='failed';const _0x456278=_0x4f51f8,_0x11aced={};return _0x11aced[STATE_PASSED]=_0x456278[_0x4425f9(0x177)],_0x11aced[STATE_PENDING]=_0x456278[_0x4425f9(0x1f6)],_0x11aced[STATE_FAILED]=_0x456278['ZhSUk'],_0x11aced[_0x2463dd];}[a16_0x2ca145(0x2cd)](_0x318695){const _0x4a7752=a16_0x2ca145,_0x3689e7={};_0x3689e7[_0x4a7752(0x1a1)]=function(_0x4ddc7d,_0x5c6e2c){return _0x4ddc7d===_0x5c6e2c;},_0x3689e7[_0x4a7752(0x230)]=_0x4a7752(0x18b),_0x3689e7[_0x4a7752(0x1c1)]=_0x4a7752(0x20f),_0x3689e7[_0x4a7752(0x201)]=function(_0x478f19,_0xb18f9){return _0x478f19!==_0xb18f9;},_0x3689e7['EKDKQ']=function(_0x42c163,_0x2e8bfc){return _0x42c163!==_0x2e8bfc;},_0x3689e7[_0x4a7752(0x200)]=_0x4a7752(0x1e2);const _0x284c56=_0x3689e7,_0xc5a81b=[];if(_0x318695&&_0x318695['parent']){if(_0x284c56[_0x4a7752(0x1a1)](_0x284c56[_0x4a7752(0x230)],_0x284c56['hQdCp']))return;else{let _0x36150e=_0x318695[_0x4a7752(0x24d)];while(_0x36150e&&_0x36150e[_0x4a7752(0x1ec)]&&_0x284c56[_0x4a7752(0x201)](_0x36150e[_0x4a7752(0x1ec)],'')){_0x284c56[_0x4a7752(0x1b9)](_0x284c56[_0x4a7752(0x200)],_0x284c56[_0x4a7752(0x200)])?_0x5c75a=[]:(_0xc5a81b[_0x4a7752(0x181)](_0x36150e[_0x4a7752(0x1ec)]),_0x36150e=_0x36150e['name']);}}}return _0xc5a81b[_0x4a7752(0x253)](),_0xc5a81b;}[a16_0x2ca145(0x2b6)]=_0x3178d9=>{const _0x3247a6=a16_0x2ca145,_0x2209bf={};_0x2209bf[_0x3247a6(0x226)]=_0x3247a6(0x167),_0x2209bf[_0x3247a6(0x1c7)]='finished_at',_0x2209bf[_0x3247a6(0x229)]=function(_0x2e01aa,_0x14468d){return _0x2e01aa!==_0x14468d;},_0x2209bf[_0x3247a6(0x1e4)]='QrPDU',_0x2209bf['xjBQW']=function(_0x1abcb4,_0xc6196c){return _0x1abcb4===_0xc6196c;},_0x2209bf[_0x3247a6(0x216)]=_0x3247a6(0x261);const _0x19423b=_0x2209bf;if(_0x3178d9[_0x3247a6(0x19e)]){if(_0x19423b['AOTcK'](_0x19423b['UYfbB'],_0x19423b['UYfbB']))_0x234e43[_0x19423b[_0x3247a6(0x226)]]=_0x23e0b9[_0x19423b['vMKQn']];else{const _0x2b96b8=stackTrace[_0x3247a6(0x2a2)][_0x3247a6(0x213)](stackTrace,_0x3178d9[_0x3247a6(0x19e)]);return _0x2b96b8[0x0][_0x3247a6(0x1f0)]();}}if(_0x3178d9[_0x3247a6(0x27d)]){if(_0x19423b[_0x3247a6(0x285)](_0x19423b[_0x3247a6(0x216)],_0x19423b[_0x3247a6(0x216)]))return _0x3178d9['file'];else return;}return null;};[a16_0x2ca145(0x1cb)]=_0x49e649=>{const _0x1c501a=a16_0x2ca145,_0x555295={};_0x555295[_0x1c501a(0x2af)]=_0x1c501a(0x1af),_0x555295[_0x1c501a(0x26d)]=_0x1c501a(0x22c),_0x555295[_0x1c501a(0x182)]=_0x1c501a(0x24c),_0x555295[_0x1c501a(0x2a7)]=_0x1c501a(0x240),_0x555295[_0x1c501a(0x28d)]=function(_0x468446,_0x3cb340){return _0x468446===_0x3cb340;},_0x555295['mZQHw']=_0x1c501a(0x2a0),_0x555295[_0x1c501a(0x20a)]=function(_0x6ec65,_0xec3d61){return _0x6ec65===_0xec3d61;},_0x555295[_0x1c501a(0x273)]=_0x1c501a(0x192),_0x555295['UOnfC']=_0x1c501a(0x1dc),_0x555295['nGOAJ']=function(_0x45f1d9,_0x622422){return _0x45f1d9===_0x622422;},_0x555295['khOlg']=_0x1c501a(0x25a),_0x555295[_0x1c501a(0x1fb)]='LAUXz';const _0x24b0ed=_0x555295;if(!_0x49e649||!_0x49e649['parent']){if(_0x24b0ed[_0x1c501a(0x168)](_0x24b0ed['khOlg'],_0x24b0ed[_0x1c501a(0x1fb)]))this[_0x1c501a(0x1f7)][_0x1c501a(0x181)](_0xa00d89),_0x517037[_0x1c501a(0x2aa)]=this[_0x1c501a(0x277)](_0x42425a),this[_0x1c501a(0x221)](_0x333e43);else return;}_0x49e649[_0x1c501a(0x24d)][_0x1c501a(0x2aa)][_0x1c501a(0x199)](_0x57729a=>{const _0x4e5b90=_0x1c501a,_0x2a9572={};_0x2a9572['oJSin']=_0x24b0ed[_0x4e5b90(0x182)],_0x2a9572[_0x4e5b90(0x225)]=_0x24b0ed[_0x4e5b90(0x2a7)];const _0x549842=_0x2a9572;if(_0x24b0ed['arfYv'](_0x24b0ed[_0x4e5b90(0x293)],_0x24b0ed['mZQHw'])){if(!_0x57729a['hookAnalyticsId']){if(_0x24b0ed[_0x4e5b90(0x20a)](_0x24b0ed['MOZQH'],_0x24b0ed['UOnfC'])){const _0x19d90c={};_0x19d90c[_0x4e5b90(0x267)]=_0x549842[_0x4e5b90(0x211)],_0x19d90c['LyokL']=_0x549842[_0x4e5b90(0x225)];const _0x2b8943=_0x19d90c;if(!_0x388580||!_0x492857[_0x4e5b90(0x24d)])return;_0x56d08b[_0x4e5b90(0x24d)][_0x4e5b90(0x2aa)][_0x4e5b90(0x199)](_0x2cca23=>{const _0x5889e4=_0x4e5b90;[_0x2b8943[_0x5889e4(0x267)],_0x2b8943[_0x5889e4(0x24a)]][_0x5889e4(0x185)](_0x2cca23[_0x5889e4(0x1f8)])&&_0x2cca23[_0x5889e4(0x288)]&&(_0x2cca23[_0x5889e4(0x288)]=null);}),this[_0x4e5b90(0x1cb)](_0x38aebb[_0x4e5b90(0x24d)]);}else _0x57729a[_0x4e5b90(0x288)]=TestDetails[_0x4e5b90(0x19d)](process['pid']+':hookAnalyticsId');}}else _0x48a6ae[_0x24b0ed[_0x4e5b90(0x2af)]]=_0x9c99e4[_0x30e86d[_0x24b0ed['qFSyU']]],_0x4ad57a[_0x24b0ed[_0x4e5b90(0x26d)]]=_0x121a1d;}),this[_0x1c501a(0x1cb)](_0x49e649['parent']);};[a16_0x2ca145(0x221)]=_0x3814cd=>{const _0x4ef173=a16_0x2ca145,_0x1a2084={'PSZls':function(_0x59f802,_0x4f1942){return _0x59f802(_0x4f1942);},'Gkfal':function(_0x1936a7,_0x5ecaf7){return _0x1936a7==_0x5ecaf7;},'rCbpI':function(_0x51d500,_0x249cea){return _0x51d500===_0x249cea;},'fTbfX':function(_0x1d146e,_0x249efa){return _0x1d146e===_0x249efa;},'FZEvE':_0x4ef173(0x1d0),'rYCsu':_0x4ef173(0x269),'RmGCu':function(_0x18f1e5,_0x2d57f8){return _0x18f1e5!==_0x2d57f8;},'KocPH':_0x4ef173(0x2bc),'QSDMn':'beforeEach','LZPxG':_0x4ef173(0x240),'FndPB':'OkbyY','dIjbi':_0x4ef173(0x18c),'bvbbg':'xiYWr','jXmaG':_0x4ef173(0x2b7)};if(!_0x3814cd||!_0x3814cd['parent']){if(_0x1a2084[_0x4ef173(0x1fa)](_0x1a2084[_0x4ef173(0x256)],_0x1a2084['jXmaG']))return;else _0x1a2084[_0x4ef173(0x1a0)](_0x277780,_0x4ef173(0x22d)+_0x2707b6),_0x5f7187=null;}_0x3814cd[_0x4ef173(0x24d)][_0x4ef173(0x2aa)][_0x4ef173(0x199)](_0x421388=>{const _0x1da90d=_0x4ef173;if(_0x1a2084[_0x1da90d(0x1fa)](_0x1a2084[_0x1da90d(0x259)],_0x1a2084[_0x1da90d(0x259)]))_0x4355e3[_0x1da90d(0x288)]&&_0xe2b952['push'](_0x3f8c85['hookAnalyticsId']);else{if([_0x1a2084[_0x1da90d(0x1ca)],_0x1a2084[_0x1da90d(0x209)]][_0x1da90d(0x185)](_0x421388['type'])&&_0x421388[_0x1da90d(0x288)]){if(_0x1a2084[_0x1da90d(0x1fa)](_0x1a2084[_0x1da90d(0x260)],_0x1a2084[_0x1da90d(0x233)]))_0x421388[_0x1da90d(0x288)]=null;else{const _0x1ce091=_0x3d59bb[_0x1da90d(0x17f)];if(_0x1a2084[_0x1da90d(0x18d)](_0xde6450,null)||_0x1a2084[_0x1da90d(0x2ab)](_0x6d5fe4,'')||_0x1a2084['fTbfX'](_0x4582b5,_0x1ce091))return null;try{return _0x595b0b[_0x1da90d(0x280)](_0xb2e9d6[_0x1da90d(0x1a8)](_0x1d6120,_0x1a2084[_0x1da90d(0x23b)],_0x1a2084['rYCsu'])),_0x365b23;}catch(_0xdb6553){const _0x2818ba=_0x500bfc[_0x1da90d(0x18a)](_0x6c3539);return this[_0x1da90d(0x196)](_0x2818ba);}}}}}),this[_0x4ef173(0x1cb)](_0x3814cd[_0x4ef173(0x24d)]);};[a16_0x2ca145(0x277)]=_0x2d8a0b=>{const _0x4b628f=a16_0x2ca145,_0x492980={};_0x492980[_0x4b628f(0x295)]=function(_0x5ce7a1,_0x58c768){return _0x5ce7a1===_0x58c768;},_0x492980[_0x4b628f(0x1df)]='tDwpO',_0x492980[_0x4b628f(0x1c9)]=function(_0x5b841b,_0x3f166a){return _0x5b841b!==_0x3f166a;},_0x492980[_0x4b628f(0x237)]=_0x4b628f(0x2b5),_0x492980[_0x4b628f(0x1e3)]=_0x4b628f(0x2ae),_0x492980[_0x4b628f(0x29b)]=_0x4b628f(0x1e8);const _0x5ea3b3=_0x492980;if(!_0x2d8a0b||!_0x2d8a0b['parent']){if(_0x5ea3b3['FUPfM'](_0x5ea3b3[_0x4b628f(0x29b)],_0x5ea3b3[_0x4b628f(0x29b)]))return[];else{if(_0x32219c[_0x4b628f(0x19e)]){const _0x3b75c4=_0x3ef7da[_0x4b628f(0x2a2)][_0x4b628f(0x213)](_0x2055d9,_0x336364[_0x4b628f(0x19e)]);return _0x3b75c4[0x0][_0x4b628f(0x1f0)]();}if(_0x30e9bd[_0x4b628f(0x27d)])return _0x9664f2[_0x4b628f(0x27d)];return null;}}const _0x253d54=[];return _0x2d8a0b[_0x4b628f(0x24d)][_0x4b628f(0x2aa)][_0x4b628f(0x199)](_0x170cf2=>{const _0xc156a1=_0x4b628f;if(_0x5ea3b3['FUPfM'](_0x5ea3b3[_0xc156a1(0x1df)],_0x5ea3b3[_0xc156a1(0x1df)])){if(_0x170cf2[_0xc156a1(0x288)]){if(_0x5ea3b3[_0xc156a1(0x1c9)](_0x5ea3b3[_0xc156a1(0x237)],_0x5ea3b3[_0xc156a1(0x1e3)]))_0x253d54['push'](_0x170cf2[_0xc156a1(0x288)]);else{if(!_0x2883a1||!_0x5ab29b[_0xc156a1(0x24d)])return[];const _0x13e442=[];return _0x2ba923[_0xc156a1(0x24d)][_0xc156a1(0x2aa)][_0xc156a1(0x199)](_0x527959=>{const _0x2d34d4=_0xc156a1;_0x527959[_0x2d34d4(0x288)]&&_0x13e442['push'](_0x527959[_0x2d34d4(0x288)]);}),[..._0x13e442,...this['getHooksForTest'](_0x5653f8[_0xc156a1(0x24d)])];}}}else _0xf2710d=this[_0xc156a1(0x2b6)](_0x537113);}),[..._0x253d54,...this[_0x4b628f(0x277)](_0x2d8a0b[_0x4b628f(0x24d)])];};},['getTestEnv',a16_0x2ca145(0x231),'testStarted',a16_0x2ca145(0x234),a16_0x2ca145(0x1c5),a16_0x2ca145(0x196),a16_0x2ca145(0x1dd),a16_0x2ca145(0x1a2),a16_0x2ca145(0x194),'getHierarchy',a16_0x2ca145(0x2b6),a16_0x2ca145(0x1cb),a16_0x2ca145(0x221),a16_0x2ca145(0x277),'configureGit']);
@@ -1 +1 @@
1
- const a17_0x223f86=a17_0x4753;(function(_0x1fd80c,_0x467978){const _0x2f933d=a17_0x4753,_0x487632=_0x1fd80c();while(!![]){try{const _0x5e6579=-parseInt(_0x2f933d(0x1f6))/0x1+parseInt(_0x2f933d(0x1f7))/0x2*(parseInt(_0x2f933d(0x1db))/0x3)+-parseInt(_0x2f933d(0x1dd))/0x4+-parseInt(_0x2f933d(0x1eb))/0x5+parseInt(_0x2f933d(0x1dc))/0x6+parseInt(_0x2f933d(0x1fb))/0x7*(parseInt(_0x2f933d(0x1de))/0x8)+parseInt(_0x2f933d(0x1f0))/0x9;if(_0x5e6579===_0x467978)break;else _0x487632['push'](_0x487632['shift']());}catch(_0x485373){_0x487632['push'](_0x487632['shift']());}}}(a17_0x3719,0x26742));function a17_0x4753(_0x3cffa3,_0x4e6a58){const _0x3719d7=a17_0x3719();return a17_0x4753=function(_0x47530e,_0x31ac45){_0x47530e=_0x47530e-0x1d2;let _0x3d28fe=_0x3719d7[_0x47530e];return _0x3d28fe;},a17_0x4753(_0x3cffa3,_0x4e6a58);}const fs=require('fs'),path=require(a17_0x223f86(0x1f8)),{v4:uuidv4}=require(a17_0x223f86(0x1e5)),helper=require(a17_0x223f86(0x1d8));class TestDetails{static ['tests']={};static ['dirPath']=path[a17_0x223f86(0x201)](helper[a17_0x223f86(0x1fa)](),a17_0x223f86(0x1d5),'jest-o11y-'+process[a17_0x223f86(0x1e0)][a17_0x223f86(0x1f3)]);static['setup'](){const _0x29a8bd=a17_0x223f86,_0xf694d6={};_0xf694d6[_0x29a8bd(0x1ee)]='.browserstack';const _0x5e2c19=_0xf694d6;this[_0x29a8bd(0x1d3)]=path['join'](helper[_0x29a8bd(0x1fa)](),_0x5e2c19[_0x29a8bd(0x1ee)],_0x29a8bd(0x1e1)+process['env'][_0x29a8bd(0x1f3)]),this['shutdown']();const _0x1b6cd5={};_0x1b6cd5['recursive']=!![],fs[_0x29a8bd(0x1df)](this[_0x29a8bd(0x1d3)],_0x1b6cd5);}static['getFilePath'](_0x4843f2){const _0x12378d=a17_0x223f86,_0x1301b1={};_0x1301b1[_0x12378d(0x1e2)]=function(_0x400d68,_0x56e80f){return _0x400d68+_0x56e80f;},_0x1301b1[_0x12378d(0x1e8)]=_0x12378d(0x1ed);const _0x5095cc=_0x1301b1;return path[_0x12378d(0x201)](this['dirPath'],_0x5095cc[_0x12378d(0x1e2)](_0x4843f2,_0x5095cc[_0x12378d(0x1e8)]));}static[a17_0x223f86(0x1e9)](_0xe0c152){const _0x197c9e=a17_0x223f86,_0x20bdec={};_0x20bdec[_0x197c9e(0x1d7)]=function(_0x1f3dd5,_0x1a2b67){return _0x1f3dd5+_0x1a2b67;},_0x20bdec[_0x197c9e(0x1d2)]=function(_0x21f75e,_0xc64086){return _0x21f75e+_0xc64086;},_0x20bdec[_0x197c9e(0x1fc)]=function(_0x486f01,_0x3b5888){return _0x486f01+_0x3b5888;},_0x20bdec[_0x197c9e(0x1e7)]=function(_0x254c6a,_0x504710){return _0x254c6a+_0x504710;};const _0x1be1e6=_0x20bdec;return _0x1be1e6[_0x197c9e(0x1d7)](_0x1be1e6[_0x197c9e(0x1d2)](_0x1be1e6[_0x197c9e(0x1fc)](_0x1be1e6['xbooq'](_0xe0c152[_0x197c9e(0x1ea)]['_projectId'],'-'),_0xe0c152[_0x197c9e(0x1ea)]['id']),'-'),_0xe0c152[_0x197c9e(0x1ec)]);}static[a17_0x223f86(0x1ef)](_0x41b198){const _0x38c976=a17_0x223f86,_0xb4e3cb={};_0xb4e3cb['leGhM']=function(_0x125874,_0x32f8a5){return _0x125874!==_0x32f8a5;},_0xb4e3cb[_0x38c976(0x1f1)]=_0x38c976(0x1da);const _0x15b0d7=_0xb4e3cb,_0x16e55d=this[_0x38c976(0x1f2)](_0x41b198);if(fs[_0x38c976(0x1f5)](_0x16e55d)){if(_0x15b0d7[_0x38c976(0x1e4)](_0x15b0d7['lCSYA'],_0x15b0d7['lCSYA'])){const _0x149779=_0x24719a[_0x38c976(0x1fd)](_0x441af2[_0x38c976(0x1fe)](_0x28cd43)[_0x38c976(0x1e3)]());return this[_0x38c976(0x1f9)][_0x29c703]=_0x149779,this[_0x38c976(0x1f9)][_0x2266af][_0x38c976(0x1e5)];}else{const _0x1c81e3=JSON[_0x38c976(0x1fd)](fs['readFileSync'](_0x16e55d)['toString']());return this[_0x38c976(0x1f9)][_0x41b198]=_0x1c81e3,this[_0x38c976(0x1f9)][_0x41b198][_0x38c976(0x1e5)];}}}static[a17_0x223f86(0x1d9)](_0x53fa29){const _0x7ab587=a17_0x223f86,_0x4d68d5={'QoRmm':function(_0x14833b){return _0x14833b();}},_0x4fda41=this[_0x7ab587(0x1f2)](_0x53fa29);return this['tests'][_0x53fa29]={'uuid':_0x4d68d5[_0x7ab587(0x1d4)](uuidv4)},fs['writeFileSync'](_0x4fda41,JSON[_0x7ab587(0x200)](this['tests'][_0x53fa29])),this[_0x7ab587(0x1f9)][_0x53fa29][_0x7ab587(0x1e5)];}static[a17_0x223f86(0x1e6)](_0x57977a){const _0x5777ab=a17_0x223f86,_0xcb9300=this[_0x5777ab(0x1f2)](_0x57977a);fs['existsSync'](_0xcb9300)&&fs['unlinkSync'](_0xcb9300);}static[a17_0x223f86(0x1ff)](){const _0x403f7b=a17_0x223f86,_0x59a438={};_0x59a438['recursive']=!![],_0x59a438[_0x403f7b(0x1d6)]=!![],fs[_0x403f7b(0x1f4)](this[_0x403f7b(0x1d3)],_0x59a438);}}function a17_0x3719(){const _0x2c1269=['shutdown','stringify','join','uWNmi','dirPath','QoRmm','.browserstack','force','gpiOl','../../../helpers/helper','setTestUUID','lfujK','458463ZMSOYM','342438vJkkjl','1193028wYWsoS','274760IfubBe','mkdirSync','env','jest-o11y-','MYaNx','toString','leGhM','uuid','removeTestUUID','xbooq','ZLXYd','getTestRunIdFromTestInfo','_test','1299340hCuXnc','retry','.json','qpSOs','getTestUUID','3062133oHKsif','lCSYA','getFilePath','BS_TESTOPS_BUILD_HASHED_ID','rmSync','existsSync','56011LytFmB','4WveEEq','path','tests','homedir','14MufmmE','lGkGJ','parse','readFileSync'];a17_0x3719=function(){return _0x2c1269;};return a17_0x3719();}module['exports']=TestDetails;
1
+ const a17_0x34a9c1=a17_0x18f0;(function(_0x3aef85,_0x4db2e0){const _0x32372b=a17_0x18f0,_0x5b7175=_0x3aef85();while(!![]){try{const _0x317a78=parseInt(_0x32372b(0x94))/0x1+-parseInt(_0x32372b(0x74))/0x2*(-parseInt(_0x32372b(0x72))/0x3)+parseInt(_0x32372b(0x8e))/0x4*(parseInt(_0x32372b(0x95))/0x5)+parseInt(_0x32372b(0x8f))/0x6+parseInt(_0x32372b(0x92))/0x7+parseInt(_0x32372b(0x93))/0x8+parseInt(_0x32372b(0x9f))/0x9*(-parseInt(_0x32372b(0x99))/0xa);if(_0x317a78===_0x4db2e0)break;else _0x5b7175['push'](_0x5b7175['shift']());}catch(_0x48366d){_0x5b7175['push'](_0x5b7175['shift']());}}}(a17_0x3481,0x83472));function a17_0x18f0(_0x1ace6e,_0x33b4cb){const _0x348199=a17_0x3481();return a17_0x18f0=function(_0x18f066,_0x829374){_0x18f066=_0x18f066-0x71;let _0x331d3d=_0x348199[_0x18f066];return _0x331d3d;},a17_0x18f0(_0x1ace6e,_0x33b4cb);}const fs=require('fs'),path=require(a17_0x34a9c1(0x8d)),{v4:uuidv4}=require(a17_0x34a9c1(0x79)),helper=require(a17_0x34a9c1(0x91));class TestDetails{static [a17_0x34a9c1(0x8c)]={};static [a17_0x34a9c1(0x96)]=path[a17_0x34a9c1(0x71)](helper[a17_0x34a9c1(0x76)](),a17_0x34a9c1(0x8a),'jest-o11y-'+process[a17_0x34a9c1(0x7a)][a17_0x34a9c1(0x86)]);static[a17_0x34a9c1(0xa0)](){const _0x4fd342=a17_0x34a9c1,_0x324bc4={};_0x324bc4['tmvRH']=_0x4fd342(0x8a);const _0xc5a1d4=_0x324bc4;this['dirPath']=path[_0x4fd342(0x71)](helper['homedir'](),_0xc5a1d4[_0x4fd342(0x84)],_0x4fd342(0x90)+process[_0x4fd342(0x7a)][_0x4fd342(0x86)]),this[_0x4fd342(0x77)]();const _0x41b569={};_0x41b569[_0x4fd342(0x97)]=!![],fs[_0x4fd342(0x9c)](this[_0x4fd342(0x96)],_0x41b569);}static[a17_0x34a9c1(0x9a)](_0x3b3d3d){const _0xfee931=a17_0x34a9c1,_0x12cf8a={};_0x12cf8a[_0xfee931(0x88)]=function(_0x24d634,_0x575b08){return _0x24d634+_0x575b08;},_0x12cf8a[_0xfee931(0x7c)]='.json';const _0x5ee9bc=_0x12cf8a;return path[_0xfee931(0x71)](this[_0xfee931(0x96)],_0x5ee9bc[_0xfee931(0x88)](_0x3b3d3d,_0x5ee9bc['dlRGY']));}static[a17_0x34a9c1(0x78)](_0x13f518){const _0x462433=a17_0x34a9c1,_0x39ffa9={};_0x39ffa9['PbplH']=function(_0x4e8011,_0x4fc392){return _0x4e8011+_0x4fc392;},_0x39ffa9[_0x462433(0x9d)]=function(_0xb1383a,_0x2376ce){return _0xb1383a+_0x2376ce;},_0x39ffa9[_0x462433(0x82)]=function(_0x10c42e,_0x4980c9){return _0x10c42e+_0x4980c9;};const _0x58a4d9=_0x39ffa9;return _0x58a4d9['PbplH'](_0x58a4d9[_0x462433(0x9d)](_0x58a4d9[_0x462433(0x82)](_0x58a4d9['wdIqO'](_0x13f518[_0x462433(0x83)]['_projectId'],'-'),_0x13f518[_0x462433(0x83)]['id']),'-'),_0x13f518[_0x462433(0x9e)]);}static[a17_0x34a9c1(0x7d)](_0x273353){const _0xc54d6a=a17_0x34a9c1,_0xb63fb5={};_0xb63fb5['ZKcVB']=function(_0x4b8983,_0x5a4e2d){return _0x4b8983!==_0x5a4e2d;},_0xb63fb5['kjqTe']='sKxJV',_0xb63fb5[_0xc54d6a(0x89)]=_0xc54d6a(0x7e);const _0x715d19=_0xb63fb5,_0x5885b3=this['getFilePath'](_0x273353);if(fs[_0xc54d6a(0xa1)](_0x5885b3)){if(_0x715d19[_0xc54d6a(0x85)](_0x715d19['kjqTe'],_0x715d19['ZqTVO'])){const _0x3f8117=JSON[_0xc54d6a(0x7f)](fs[_0xc54d6a(0x73)](_0x5885b3)[_0xc54d6a(0x80)]());return this[_0xc54d6a(0x8c)][_0x273353]=_0x3f8117,this[_0xc54d6a(0x8c)][_0x273353]['uuid'];}else{const _0x3b1048=_0x3f3188[_0xc54d6a(0x7f)](_0x547365[_0xc54d6a(0x73)](_0xeeec6)['toString']());return this[_0xc54d6a(0x8c)][_0x3f28e8]=_0x3b1048,this[_0xc54d6a(0x8c)][_0x430d58]['uuid'];}}}static[a17_0x34a9c1(0x81)](_0x1c2310){const _0x3bee43=a17_0x34a9c1,_0x4b2f52={'TvdkU':function(_0x2faefb){return _0x2faefb();}},_0x367370=this[_0x3bee43(0x9a)](_0x1c2310);return this[_0x3bee43(0x8c)][_0x1c2310]={'uuid':_0x4b2f52['TvdkU'](uuidv4)},fs[_0x3bee43(0x75)](_0x367370,JSON[_0x3bee43(0x7b)](this[_0x3bee43(0x8c)][_0x1c2310])),this['tests'][_0x1c2310][_0x3bee43(0x79)];}static['removeTestUUID'](_0x2501ae){const _0x13513d=a17_0x34a9c1,_0x4f7755=this['getFilePath'](_0x2501ae);fs[_0x13513d(0xa1)](_0x4f7755)&&fs[_0x13513d(0x98)](_0x4f7755);}static[a17_0x34a9c1(0x77)](){const _0x404d93=a17_0x34a9c1,_0x805bc6={};_0x805bc6['recursive']=!![],_0x805bc6[_0x404d93(0x8b)]=!![],fs[_0x404d93(0x9b)](this[_0x404d93(0x96)],_0x805bc6);}}module[a17_0x34a9c1(0x87)]=TestDetails;function a17_0x3481(){const _0x3bc931=['getFilePath','rmSync','mkdirSync','wdIqO','retry','612yShHQb','setup','existsSync','join','1969755phaINW','readFileSync','2efXbQo','writeFileSync','homedir','shutdown','getTestRunIdFromTestInfo','uuid','env','stringify','dlRGY','getTestUUID','LTeDW','parse','toString','setTestUUID','CdMKu','_test','tmvRH','ZKcVB','BS_TESTOPS_BUILD_HASHED_ID','exports','eohKA','ZqTVO','.browserstack','force','tests','path','853444rrQtjo','1110432hvhuGQ','jest-o11y-','../../../helpers/helper','2255771TzCeMk','1225432XViRfL','119608jIRBJu','5uKejSD','dirPath','recursive','unlinkSync','163580gSehQw'];a17_0x3481=function(){return _0x3bc931;};return a17_0x3481();}
@@ -1 +1 @@
1
- const a18_0x27983c=a18_0x161f;(function(_0x1a3601,_0x13ae8e){const _0x520c89=a18_0x161f,_0x153ed9=_0x1a3601();while(!![]){try{const _0x2b73e6=parseInt(_0x520c89(0x145))/0x1*(parseInt(_0x520c89(0x13d))/0x2)+parseInt(_0x520c89(0x13f))/0x3+parseInt(_0x520c89(0x144))/0x4+parseInt(_0x520c89(0x146))/0x5*(parseInt(_0x520c89(0x13e))/0x6)+-parseInt(_0x520c89(0x147))/0x7+-parseInt(_0x520c89(0x142))/0x8*(parseInt(_0x520c89(0x148))/0x9)+parseInt(_0x520c89(0x141))/0xa;if(_0x2b73e6===_0x13ae8e)break;else _0x153ed9['push'](_0x153ed9['shift']());}catch(_0x2a69d0){_0x153ed9['push'](_0x153ed9['shift']());}}}(a18_0x5e31,0x5644f));function a18_0x161f(_0x33e5a4,_0x39fcab){const _0x5e31e1=a18_0x5e31();return a18_0x161f=function(_0x161f04,_0x2673ad){_0x161f04=_0x161f04-0x13b;let _0xb685c0=_0x5e31e1[_0x161f04];return _0xb685c0;},a18_0x161f(_0x33e5a4,_0x39fcab);}function a18_0x5e31(){const _0x5e3fb1=['1590627OqZuln','../../helpers/helper','956320ZoHPEd','152448qpPWZl','until','1146456RfwYBo','734ZplIEK','2684585rEqzZg','4712169VWADeS','216csDNCy','__webdriver','Builder','../../helpers/setKeepAlive','94bAbhWm','6zsjcxP'];a18_0x5e31=function(){return _0x5e3fb1;};return a18_0x5e31();}const {requireModule}=require(a18_0x27983c(0x140));require(a18_0x27983c(0x13c))();const __wd__=requireModule('selenium-webdriver');__wd__[a18_0x27983c(0x143)]=global[a18_0x27983c(0x149)][a18_0x27983c(0x143)],__wd__['By']=global['__webdriver']['By'],__wd__['Builder']=global[a18_0x27983c(0x149)][a18_0x27983c(0x13b)];
1
+ const a18_0x281627=a18_0x126e;(function(_0x4c8a0c,_0x5a8543){const _0x3dc5e7=a18_0x126e,_0x28664d=_0x4c8a0c();while(!![]){try{const _0x126f32=parseInt(_0x3dc5e7(0x94))/0x1*(parseInt(_0x3dc5e7(0x92))/0x2)+-parseInt(_0x3dc5e7(0x93))/0x3+parseInt(_0x3dc5e7(0x8f))/0x4+-parseInt(_0x3dc5e7(0x91))/0x5+parseInt(_0x3dc5e7(0x9a))/0x6+-parseInt(_0x3dc5e7(0x90))/0x7+-parseInt(_0x3dc5e7(0x97))/0x8*(parseInt(_0x3dc5e7(0x99))/0x9);if(_0x126f32===_0x5a8543)break;else _0x28664d['push'](_0x28664d['shift']());}catch(_0x306c1e){_0x28664d['push'](_0x28664d['shift']());}}}(a18_0x1a78,0x2d33a));function a18_0x126e(_0x49df4c,_0x26c001){const _0x1a7870=a18_0x1a78();return a18_0x126e=function(_0x126ed9,_0x32e01e){_0x126ed9=_0x126ed9-0x8f;let _0x7c5a14=_0x1a7870[_0x126ed9];return _0x7c5a14;},a18_0x126e(_0x49df4c,_0x26c001);}function a18_0x1a78(){const _0xc0073=['292044sgtYlR','39bzZolL','selenium-webdriver','../../helpers/helper','1101256sTuWXA','until','9BTqbPE','151860UmQpPM','Builder','__webdriver','1364708wFzUDq','583303JcmiBF','840520iUOGzF','15646ZQuRHV'];a18_0x1a78=function(){return _0xc0073;};return a18_0x1a78();}const {requireModule}=require(a18_0x281627(0x96));require('../../helpers/setKeepAlive')();const __wd__=requireModule(a18_0x281627(0x95));__wd__[a18_0x281627(0x98)]=global['__webdriver']['until'],__wd__['By']=global[a18_0x281627(0x9c)]['By'],__wd__[a18_0x281627(0x9b)]=global[a18_0x281627(0x9c)][a18_0x281627(0x9b)];