browserstack-node-sdk 1.31.14 → 1.31.16

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_0x2bef7e=a13_0x5306;(function(_0x5d1c76,_0x449669){const _0x4d9c09=a13_0x5306,_0x5652d9=_0x5d1c76();while(!![]){try{const _0x3f01a0=-parseInt(_0x4d9c09(0x1e6))/0x1+parseInt(_0x4d9c09(0x1af))/0x2*(parseInt(_0x4d9c09(0x1f9))/0x3)+parseInt(_0x4d9c09(0x1ff))/0x4*(-parseInt(_0x4d9c09(0x19b))/0x5)+parseInt(_0x4d9c09(0x1c9))/0x6*(parseInt(_0x4d9c09(0x1be))/0x7)+-parseInt(_0x4d9c09(0x205))/0x8+-parseInt(_0x4d9c09(0x1b8))/0x9*(parseInt(_0x4d9c09(0x18d))/0xa)+parseInt(_0x4d9c09(0x1e2))/0xb*(parseInt(_0x4d9c09(0x252))/0xc);if(_0x3f01a0===_0x449669)break;else _0x5652d9['push'](_0x5652d9['shift']());}catch(_0x5be2ea){_0x5652d9['push'](_0x5652d9['shift']());}}}(a13_0x14e9,0xd91c6));const {isTestObservabilitySession,sendPlatformDetails}=require(a13_0x2bef7e(0x25a)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require(a13_0x2bef7e(0x1a9));jest[a13_0x2bef7e(0x23b)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a13_0x2bef7e(0x241)),{percyAutoCapture}=require(a13_0x2bef7e(0x1ce)),logger=require(a13_0x2bef7e(0x20b))[a13_0x2bef7e(0x195)],TestDetails=require(a13_0x2bef7e(0x1dc)),PerformanceTester=require('../../helpers/performance-tester');function stripUnicode(_0x34eb80){const _0x95721d=a13_0x2bef7e;return _0x34eb80['replace'](/\\u001b\[.*?m/g,'')[_0x95721d(0x222)](0x1,-0x1);}function a13_0x5306(_0x596d4d,_0x42e7e1){const _0x14e909=a13_0x14e9();return a13_0x5306=function(_0x5306bf,_0x360685){_0x5306bf=_0x5306bf-0x18c;let _0x123e95=_0x14e909[_0x5306bf];return _0x123e95;},a13_0x5306(_0x596d4d,_0x42e7e1);}function a13_0x14e9(){const _0x2c8fb3=['XPADS','../../helpers/percy/utils','protocol','browserstackSessionName','mqdIx','pid','lVPTE','errors','EDtLs','YtMfy','YKajS','FFfsQ','currentTest','lLmVu','BGrra','./test-observability/test-details','removeAllListeners','uqxCH','cvpqS','jlYbn','tmWwK','187wNaNYp','BS_A11Y_TEST_RUN_ID','fYjoA','haTOJ','538428Inkljx','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','qjqTM','currentTestName','failedExpectations','zWbkH','bFywr','NGyLJ','ziNOb','gISSu','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','wlBbP','tMdKL','CsIkS','rjuoB','lONbN','log','EWQLK','pgJzW','5436fZqvqZ','LFGGP','ZKGay','ebvTa','getEnv','vqNUh','1551448FrijnK','app','oXnPr','quitCount_','YdpBQ','qyIdo','8894064ZRzDTG','JLnPf','iPqkA','\x20|\x20','OednY','.\x20Error\x20:','../../helpers/logger','TIrXB','\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','appium:app','\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','getInstance','ZyUoG','\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','__drivers','testPath','FiqiF','oEwVS','LseEO','LZJvZ','agKCx','QEArT','EmVTc','pCFIH','session_','wlVeV','lOkKx','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','DOvsl','slice','jmNfV','titlePath','mbVOT','ZGbbR','NmqVa','CESNC','JBXBv','XFlhf','rVkGR','pendingUploads','Failed\x20to\x20store\x20session\x20name:\x20','UyRYx','message','getCurrentUrl','nEXku','startMonitoring','length','AUsmN','tTWIq','fCBJm','eQdXo','ZHVYp','bYcHQ','debug','setTimeout','addReporter','AMmSx','getState','yLHlF','percy','../../helpers/accessibility-automation/helper','uxkDV','PBPgl','capabilities','Bysgt','now','stringify','zKEGl','fRAUh','pakbj','\x22,\x22level\x22:\x20\x22error\x22}}','rCppB','bUywS','IvAzM','GMGHe','TbosC','passed','661524TkYwzb','JUCUg','\x22,\x22level\x22:\x20\x22info\x22}}','nPVnp','TkuLl','push','IZFrK','tDcsz','../../helpers/test-observability/utils','Xdagq','ZBKUi','vZuIE','isAccessibilityPlatform','10PhwYsQ','AAOMd','jZXDg','xKXPW','initQuit','QXZbX','cWXyh','undefined','winstonLogger','rqxNK','YdBNd','bijef','fBQhj','http:','5CeRHWh','JCltg','eDxpU','oRsjj','https:','lnpVP','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','ObservabilitySync:','testcase','error','yVSMY','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20',',\x22level\x22:\x20\x22',':testAnalyticsId','../../helpers/test-observability/requestQueueHandler','QMLVS','eteyl','SUuon','EyPUg','\x22}}','1076qvUStl','rjowN','cnNlq','GkFdF','GwCSy','mJIYh','pushPerfMeasures','getTestUUID','FgThJ','298629sbeinW','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','description','KimUj','info','HbnOx','163100HqMrCk','env','hJupS','xTPYV','executeAsyncScript','executeScript','rRDKK','Bwozz','name','isArray','QsawV','270GeGxTa','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','uJkUa','MPPFO'];a13_0x14e9=function(){return _0x2c8fb3;};return a13_0x14e9();}async function setContext(){const _0x29f813=a13_0x2bef7e,_0x51bbff={'yLHlF':function(_0x9cfb42,_0x1b7d1c){return _0x9cfb42(_0x1b7d1c);},'rRDKK':function(_0x34d8ed,_0x3f7f81){return _0x34d8ed<=_0x3f7f81;},'lLmVu':function(_0x41d8ea,_0x3a23c1){return _0x41d8ea(_0x3a23c1);},'GwCSy':function(_0x370528){return _0x370528();},'eQdXo':function(_0x490b9b,_0x4366ce,_0x3c3132){return _0x490b9b(_0x4366ce,_0x3c3132);},'rjuoB':function(_0x4b61c9,_0x2e0fa4){return _0x4b61c9(_0x2e0fa4);},'LZJvZ':function(_0x3d90f7,_0x38e934){return _0x3d90f7(_0x38e934);},'CNZWu':function(_0xfe9fa9){return _0xfe9fa9();},'iPqkA':function(_0x244229,_0x442ca3){return _0x244229===_0x442ca3;},'ZGbbR':_0x29f813(0x216),'rVkGR':function(_0x455fca,_0x2f0b07){return _0x455fca!==_0x2f0b07;},'OednY':_0x29f813(0x25d),'oZckw':_0x29f813(0x201),'lVPTE':function(_0x5e24e1,_0x3004cb){return _0x5e24e1!==_0x3004cb;},'ZyUoG':_0x29f813(0x194),'vqNUh':_0x29f813(0x1ec),'AAOMd':function(_0x503b6f,_0x5294a6){return _0x503b6f>_0x5294a6;},'pEQhh':'VsIwf','mJIYh':_0x29f813(0x1bb),'qjqTM':function(_0x1c3e32,_0x2a675b){return _0x1c3e32(_0x2a675b);},'cvpqS':_0x29f813(0x1cd),'agKCx':_0x29f813(0x228),'Bwozz':'bEAwU','ebvTa':function(_0xa01a8d,_0x209064){return _0xa01a8d>_0x209064;},'QMLVS':function(_0x4b8922,_0xe04305){return _0x4b8922!==_0xe04305;},'tTWIq':_0x29f813(0x1c8),'EmVTc':_0x29f813(0x229),'PBPgl':function(_0xde74c6,_0x4d0d3e){return _0xde74c6(_0x4d0d3e);},'IZFrK':function(_0xe66ee3,_0x123151){return _0xe66ee3===_0x123151;},'Vcrar':_0x29f813(0x1b7),'JDIoR':_0x29f813(0x255),'cnNlq':function(_0x438947,_0x2f81bf){return _0x438947===_0x2f81bf;},'fYjoA':'OBTwr','QEArT':function(_0xc1b4b3,_0x2b637d){return _0xc1b4b3!==_0x2b637d;},'uxkDV':'mpVcx','zWbkH':_0x29f813(0x1f2)};if(!_0x51bbff['CNZWu'](isBrowserstackInfra)){if(_0x51bbff[_0x29f813(0x207)](_0x51bbff['ZGbbR'],_0x51bbff[_0x29f813(0x226)]))return;else _0x1b8b13[_0x29f813(0x1a4)](_0x29f813(0x1b9)+this['currentTest'][_0x29f813(0x224)]()+'.\x20Error\x20:',_0x117f82);}if(!sessionNameProvided){if(_0x51bbff[_0x29f813(0x22b)](_0x51bbff[_0x29f813(0x209)],_0x51bbff['oZckw'])){const _0x3c5dbd=expect[_0x29f813(0x23e)]()[_0x29f813(0x1e9)];await __drivers[0x0][_0x29f813(0x1c3)](_0x29f813(0x1e7)+_0x3c5dbd+'\x22}}');}else _0xe31c57=!![],_0x367002=_0x51bbff[_0x29f813(0x23f)](_0x4768d2,_0xa510b3[_0x29f813(0x247)](_0x2fa259[_0x29f813(0x1d9)][_0x29f813(0x1ea)][0x0][_0x29f813(0x22f)]));}let _0x2315d2=null,_0x483149=![];if(_0x51bbff[_0x29f813(0x1d3)](typeof jasmine,_0x51bbff[_0x29f813(0x211)]))_0x51bbff['rVkGR'](_0x51bbff[_0x29f813(0x1fe)],_0x51bbff[_0x29f813(0x1fe)])?_0x34b2fb[_0x29f813(0x23a)](_0x29f813(0x22d)+_0x35fe34):jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ea)]&&_0x51bbff[_0x29f813(0x18e)](jasmine['currentTest'][_0x29f813(0x1ea)]['length'],0x0)?_0x51bbff[_0x29f813(0x207)](_0x51bbff['pEQhh'],_0x51bbff[_0x29f813(0x1b4)])?_0x241b7b=new _0x5a54c9(_0x365882):(_0x483149=!![],_0x2315d2=_0x51bbff[_0x29f813(0x1e8)](stripUnicode,JSON[_0x29f813(0x247)](jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ea)][0x0][_0x29f813(0x22f)]))):_0x51bbff[_0x29f813(0x207)](_0x51bbff[_0x29f813(0x1df)],_0x51bbff[_0x29f813(0x219)])?_0x553fff=_0x51bbff[_0x29f813(0x23f)](_0x5e93b6,_0x134f65['stringify'](_0x38a542[_0x29f813(0x1c6)])):_0x2315d2=_0x51bbff[_0x29f813(0x1e8)](stripUnicode,JSON[_0x29f813(0x247)](jasmine[_0x29f813(0x1d9)][_0x29f813(0x1ba)]));else{if(_0x51bbff[_0x29f813(0x1d3)](_0x51bbff[_0x29f813(0x1c5)],_0x51bbff[_0x29f813(0x1c5)])){const _0x5028ca={'BGrra':function(_0x2e0dd3,_0x5af16f){const _0x21d95e=_0x29f813;return _0x51bbff[_0x21d95e(0x1c4)](_0x2e0dd3,_0x5af16f);},'SkQNt':function(_0x28089f,_0xf7718){const _0x57258f=_0x29f813;return _0x51bbff[_0x57258f(0x1da)](_0x28089f,_0xf7718);},'rqxNK':function(_0x3e9771){const _0x4385fc=_0x29f813;return _0x51bbff[_0x4385fc(0x1b3)](_0x3e9771);}},_0x217107=_0x51bbff[_0x29f813(0x237)](_0xbf8666,async()=>{const _0x418a53=_0x29f813;_0x5028ca[_0x418a53(0x1db)](_0x5d2f44[_0x418a53(0x210)]()[_0x418a53(0x22c)],0x0)&&(_0x5028ca['SkQNt'](_0x5b3b7d,_0x217107),_0x5028ca[_0x418a53(0x196)](_0x4af145));},0x3e8);}else testContext[_0x29f813(0x1d4)]&&_0x51bbff[_0x29f813(0x1fc)](testContext[_0x29f813(0x1d4)][_0x29f813(0x233)],0x0)?_0x51bbff[_0x29f813(0x1aa)](_0x51bbff[_0x29f813(0x235)],_0x51bbff[_0x29f813(0x21b)])?(_0x483149=!![],_0x2315d2=_0x51bbff[_0x29f813(0x243)](stripUnicode,JSON[_0x29f813(0x247)](testContext[_0x29f813(0x1d4)][0x0][0x0][_0x29f813(0x22f)]||testContext[_0x29f813(0x1d4)][0x0][0x0]))):(_0x517a8c=!![],_0xae9caa=_0x51bbff[_0x29f813(0x1f4)](_0x276c90,_0x99f98f[_0x29f813(0x247)](_0x5395cc[_0x29f813(0x1d4)][0x0][0x0][_0x29f813(0x22f)]||_0x30ead2['errors'][0x0][0x0]))):_0x51bbff[_0x29f813(0x258)](_0x51bbff['Vcrar'],_0x51bbff['JDIoR'])?(_0x51bbff[_0x29f813(0x218)](_0x7cb292,_0x1c3ae5),_0x51bbff[_0x29f813(0x1b3)](_0x4fbc13)):_0x2315d2=_0x51bbff['lLmVu'](stripUnicode,JSON['stringify'](testContext[_0x29f813(0x1c6)]));}_0x483149?_0x51bbff[_0x29f813(0x1b1)](_0x51bbff[_0x29f813(0x1e4)],_0x51bbff['fYjoA'])?(__error_messages__[_0x29f813(0x257)](_0x2315d2),await __drivers[0x0][_0x29f813(0x1c3)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x2315d2+_0x29f813(0x24b))):_0x3666aa[_0x29f813(0x1a4)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x257299):_0x51bbff[_0x29f813(0x21a)](_0x51bbff[_0x29f813(0x242)],_0x51bbff[_0x29f813(0x1eb)])?await __drivers[0x0][_0x29f813(0x1c3)](_0x29f813(0x1a1)+_0x2315d2+_0x29f813(0x254)):_0x4765b8['log'](_0x10f2a1);}const executeAnnotate=async(_0x5de66e,_0x4029f1)=>{const _0x239ec5=a13_0x2bef7e;await global['__drivers'][0x0][_0x239ec5(0x1c3)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x5de66e+_0x239ec5(0x1a7)+_0x4029f1+_0x239ec5(0x1ae));};async function driverCleanup(){const _0x15ceb9=a13_0x2bef7e,_0x1093ff={'rjowN':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','LseEO':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','KQZqV':function(_0x41a564,_0x24453e){return _0x41a564<=_0x24453e;},'sHpLG':function(_0x5d6df1,_0x55261f){return _0x5d6df1(_0x55261f);},'wlBbP':function(_0x1e5698){return _0x1e5698();},'bUywS':function(_0x28a3a6,_0x4dfc43){return _0x28a3a6===_0x4dfc43;},'TIrXB':'QkJMv','Ckdbh':_0x15ceb9(0x245),'CsIkS':_0x15ceb9(0x225),'jZXDg':function(_0x33193d,_0x5a70bd){return _0x33193d>_0x5a70bd;},'YKajS':'JrSQt','bYcHQ':function(_0x222149,_0x27cbb4,_0x31ae4a,_0x5e7214){return _0x222149(_0x27cbb4,_0x31ae4a,_0x5e7214);},'pakbj':'failed','EDtLs':_0x15ceb9(0x208),'xKXPW':function(_0x1b4d57,_0x511c79){return _0x1b4d57!==_0x511c79;},'NmqVa':_0x15ceb9(0x25c),'dOdMt':function(_0x593260,_0x2e471d,_0x50eb9a){return _0x593260(_0x2e471d,_0x50eb9a);},'HbnOx':_0x15ceb9(0x251),'POaVb':function(_0x1a8312,_0x584465){return _0x1a8312!==_0x584465;},'xTPYV':_0x15ceb9(0x203),'hJupS':_0x15ceb9(0x24e),'fBQhj':function(_0x90e397,_0x29cce1){return _0x90e397!==_0x29cce1;},'JCltg':_0x15ceb9(0x1ad),'lONbN':_0x15ceb9(0x197),'uqxCH':function(_0x1da73b,_0xed192){return _0x1da73b===_0xed192;},'pCFIH':_0x15ceb9(0x1e1),'HgXwl':_0x15ceb9(0x192),'nEXku':_0x15ceb9(0x1d6)};if(!_0x1093ff[_0x15ceb9(0x1f1)](isBrowserstackInfra)){if(_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff[_0x15ceb9(0x20c)],_0x1093ff['TIrXB']))return;else _0x42ee36[_0x15ceb9(0x1bc)](_0x1093ff[_0x15ceb9(0x1b0)]);}let _0x4f26d9=![];try{if(_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff['Ckdbh'],_0x1093ff[_0x15ceb9(0x1f3)]))return;else{await __drivers[0x0][_0x15ceb9(0x21d)],_0x4f26d9=!![];if(_0x1093ff[_0x15ceb9(0x18f)](__error_messages__['length'],0x0))_0x1093ff[_0x15ceb9(0x24d)](_0x1093ff[_0x15ceb9(0x1d7)],_0x1093ff[_0x15ceb9(0x1d7)])?await _0x1093ff[_0x15ceb9(0x239)](markSessionStatus,__drivers[0x0],_0x1093ff[_0x15ceb9(0x24a)],__error_messages__['join'](_0x1093ff[_0x15ceb9(0x1d5)])):_0x4e0dfd[_0x15ceb9(0x1bc)](_0x1093ff[_0x15ceb9(0x217)]);else{if(_0x1093ff[_0x15ceb9(0x190)](_0x1093ff[_0x15ceb9(0x227)],_0x1093ff[_0x15ceb9(0x227)])){const _0x464902={};_0x464902['specStarted']=_0x7fc1d3=>{const _0x2c6a68=_0x15ceb9;_0x2b1835[_0x2c6a68(0x1d9)]=_0x7fc1d3;},_0xb89080[_0x15ceb9(0x1fd)]()[_0x15ceb9(0x23c)](_0x464902);}else await _0x1093ff['dOdMt'](markSessionStatus,__drivers[0x0],_0x1093ff[_0x15ceb9(0x1bd)]);}}}catch(_0x1ce2ad){_0x1093ff['POaVb'](_0x1093ff[_0x15ceb9(0x1c1)],_0x1093ff[_0x15ceb9(0x1c0)])?console[_0x15ceb9(0x1f6)](_0x1ce2ad):_0x5b9c67=![];}__error_messages__=[];if(_0x4f26d9){if(_0x1093ff[_0x15ceb9(0x199)](_0x1093ff[_0x15ceb9(0x19c)],_0x1093ff[_0x15ceb9(0x1f5)]))try{if(_0x1093ff['uqxCH'](_0x1093ff[_0x15ceb9(0x21c)],_0x1093ff[_0x15ceb9(0x21c)]))await __drivers[0x0][_0x15ceb9(0x191)]();else return;}catch(_0x44e1b9){if(_0x1093ff[_0x15ceb9(0x1de)](_0x1093ff['HgXwl'],_0x1093ff[_0x15ceb9(0x231)]))return _0x354e28['replace'](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);else console['log'](_0x44e1b9);}else _0x1093ff['KQZqV'](_0x39d970[_0x15ceb9(0x210)]()[_0x15ceb9(0x22c)],0x0)&&(_0x1093ff['sHpLG'](_0x336211,_0x2dc481),_0x1093ff[_0x15ceb9(0x1f1)](_0x39cea9));}}beforeAll(async()=>{const _0xe84065=a13_0x2bef7e,_0x3af10d={'bijef':function(_0x49d5a7,_0x425ca6){return _0x49d5a7!==_0x425ca6;},'fCBJm':'EiJeh','AMmSx':function(_0x215550,_0x52d134){return _0x215550>_0x52d134;},'ziNOb':function(_0x3ff57c,_0x58be3f){return _0x3ff57c(_0x58be3f);},'FAdCK':function(_0x3f824d,_0x3dd173){return _0x3f824d(_0x3dd173);},'wrTNP':function(_0x4d05df,_0x305407){return _0x4d05df>_0x305407;},'fRAUh':function(_0x1bd2b4,_0x7560a7){return _0x1bd2b4(_0x7560a7);},'DOvsl':'undefined','AUsmN':function(_0x37ccb0,_0x5f4622){return _0x37ccb0===_0x5f4622;},'GMGHe':_0xe84065(0x1d8),'haTOJ':function(_0x5af575,_0x2c4a69){return _0x5af575!==_0x2c4a69;},'jlYbn':'ASCme','JUCUg':_0xe84065(0x24c),'SUuon':function(_0x28b3a7){return _0x28b3a7();},'FiqiF':function(_0x2216dd,_0x246dd2){return _0x2216dd!==_0x246dd2;},'ZHVYp':_0xe84065(0x256),'oRsjj':'HuqdI','eDxpU':function(_0x554661,_0x366c82,_0x5cdbee){return _0x554661(_0x366c82,_0x5cdbee);}};PerformanceTester[_0xe84065(0x232)]();const _0x277c5d='browserstack internal helper hook';_0x3af10d['bijef'](typeof jasmine,_0x3af10d[_0xe84065(0x221)])&&(_0x3af10d[_0xe84065(0x234)](_0x3af10d['GMGHe'],_0x3af10d[_0xe84065(0x24f)])?jasmine[_0xe84065(0x1fd)]()['addReporter']({'specStarted':_0x3258f7=>{const _0x2786c4=_0xe84065;_0x3af10d[_0x2786c4(0x198)](_0x3af10d[_0x2786c4(0x236)],_0x3af10d[_0x2786c4(0x236)])?_0x5a7c19[_0x2786c4(0x1f6)](_0x53c2b4):jasmine[_0x2786c4(0x1d9)]=_0x3258f7;}}):_0x23c3ac[_0xe84065(0x1d9)]['failedExpectations']&&_0x3af10d[_0xe84065(0x23d)](_0x20a20c[_0xe84065(0x1d9)][_0xe84065(0x1ea)][_0xe84065(0x233)],0x0)?(_0x2a58dc=!![],_0x5f5dc9=_0x3af10d[_0xe84065(0x1ee)](_0x5a26bf,_0x776188[_0xe84065(0x247)](_0x331c20[_0xe84065(0x1d9)][_0xe84065(0x1ea)][0x0][_0xe84065(0x22f)]))):_0x1af86b=_0x3af10d['FAdCK'](_0x566b7f,_0xfca4['stringify'](_0x32203a[_0xe84065(0x1d9)]['description'])));let _0x6a91bd=![];try{_0x3af10d[_0xe84065(0x1e5)](_0x3af10d[_0xe84065(0x1e0)],_0x3af10d[_0xe84065(0x1e0)])?_0x2cd100=_0x3af10d[_0xe84065(0x1ee)](_0x24e730,_0x1a0368[_0xe84065(0x247)](_0x3838e1['currentTest']['description'])):(await __drivers[0x0][_0xe84065(0x21d)],_0x6a91bd=!![]);}catch(_0x4ce57e){}if(_0x6a91bd)try{try{_0x3af10d[_0xe84065(0x1e5)](_0x3af10d['JUCUg'],_0x3af10d[_0xe84065(0x253)])?_0x2e81a9['currentTest']=_0x58ffaf:_0x3af10d[_0xe84065(0x1ac)](isTestObservabilitySession)&&(_0x3af10d[_0xe84065(0x215)](_0x3af10d[_0xe84065(0x238)],_0x3af10d[_0xe84065(0x238)])?_0x3a7784[_0xe84065(0x1d4)]&&_0x3af10d['wrTNP'](_0x3fdbde[_0xe84065(0x1d4)][_0xe84065(0x233)],0x0)?(_0x243d00=!![],_0x4788c0=_0x3af10d[_0xe84065(0x249)](_0x5e2d31,_0x2ece3f[_0xe84065(0x247)](_0x4502af['errors'][0x0][0x0][_0xe84065(0x22f)]||_0x1981af[_0xe84065(0x1d4)][0x0][0x0]))):_0x2ecaca=_0x3af10d[_0xe84065(0x1ee)](_0xfc923f,_0x2914b0['stringify'](_0x3c64dd[_0xe84065(0x1c6)])):global['__drivers'][0x0]&&(_0x3af10d['haTOJ'](_0x3af10d[_0xe84065(0x19e)],_0x3af10d[_0xe84065(0x19e)])?(_0x294815[_0xe84065(0x1c7)](_0x5afbd8)&&_0x1755d7[0x0]&&(_0x1da005[0x0][_0xe84065(0x1d0)]=_0x4bd2d9),_0x33693e[_0xe84065(0x1d0)]=_0xbe27b6):await _0x3af10d[_0xe84065(0x19d)](sendPlatformDetails,global[_0xe84065(0x213)][0x0],TestDetails[_0xe84065(0x1b6)](process['pid']+_0xe84065(0x1a8)))));}catch{}}catch(_0x588121){}}),beforeEach(async()=>{const _0x1cb33d=a13_0x2bef7e,_0x502c61={'FkMdN':function(_0x129d43,_0x1256d3){return _0x129d43>_0x1256d3;},'ZKGay':function(_0x520315){return _0x520315();},'jmNfV':function(_0x196cfd,_0x43cb37){return _0x196cfd>_0x43cb37;},'siWvE':function(_0x15bfb3,_0x25dea3,_0x3ad485){return _0x15bfb3(_0x25dea3,_0x3ad485);},'PdHDN':function(_0x5482a3,_0x20160d){return _0x5482a3===_0x20160d;},'lnpVP':_0x1cb33d(0x19a),'qyIdo':function(_0x1f4200,_0x77f038){return _0x1f4200===_0x77f038;},'EWQLK':_0x1cb33d(0x19f),'XFlhf':_0x1cb33d(0x1ca),'lOkKx':function(_0x34f850){return _0x34f850();}},_0x12136c='browserstack internal helper hook';try{_0x502c61['FkMdN'](__drivers[_0x1cb33d(0x233)],0x1)&&(await _0x502c61[_0x1cb33d(0x1fb)](driverCleanup),__drivers['shift']());const _0x318fd9=expect[_0x1cb33d(0x23e)]()['currentTestName'];try{Array[_0x1cb33d(0x1c7)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x1cb33d(0x1d0)]=_0x318fd9),global[_0x1cb33d(0x1d0)]=_0x318fd9;}catch(_0x226e05){logger[_0x1cb33d(0x23a)](_0x1cb33d(0x22d)+_0x226e05);}__drivers[0x0][_0x1cb33d(0x1d0)]=_0x318fd9;_0x502c61[_0x1cb33d(0x223)](__drivers[0x0][_0x1cb33d(0x202)],0x0)&&await _0x502c61[_0x1cb33d(0x1fb)](driverCleanup);const _0xbc4cb6=_0x502c61['siWvE'](shouldScanTestForAccessibility,_0x318fd9,![]);if(_0x502c61[_0x1cb33d(0x1fb)](isAccessibilityAutomationSession)&&__drivers[0x0][_0x1cb33d(0x18c)])try{const _0x4c4dea=await __drivers[0x0][_0x1cb33d(0x21d)];if(_0x4c4dea){let _0x4b6639=!![];const _0x540680=await __drivers[0x0][_0x1cb33d(0x230)]();let _0x2a1dd2;try{_0x2a1dd2=new URL(_0x540680);}catch(_0x2141cf){_0x4b6639=![];}_0x4b6639=_0x502c61['PdHDN'](_0x2a1dd2[_0x1cb33d(0x1cf)],_0x502c61[_0x1cb33d(0x1a0)])||_0x502c61[_0x1cb33d(0x204)](_0x2a1dd2[_0x1cb33d(0x1cf)],_0x502c61[_0x1cb33d(0x1f7)]),_0x4b6639&&(_0xbc4cb6?(logger['info'](_0x502c61[_0x1cb33d(0x22a)]),await __drivers[0x0][_0x1cb33d(0x1c2)](_0x1cb33d(0x212))):await __drivers[0x0]['executeScript'](_0x1cb33d(0x20d)));}}catch(_0x350863){logger[_0x1cb33d(0x1a4)](_0x1cb33d(0x220)+_0x350863);}_0x502c61[_0x1cb33d(0x223)](__drivers[0x0]['quitCount_'],0x0)&&await _0x502c61[_0x1cb33d(0x21f)](driverCleanup);}catch{}}),afterEach(async()=>{const _0xe00b53=a13_0x2bef7e,_0x1459de={'GkFdF':function(_0x421efe,_0x4cb216){return _0x421efe>_0x4cb216;},'mqdIx':function(_0x181f5c){return _0x181f5c();},'eteyl':function(_0x172ffe,_0x2db17f){return _0x172ffe===_0x2db17f;},'tDcsz':_0xe00b53(0x1a3),'ToWls':_0xe00b53(0x20e),'uJkUa':function(_0x39516c,_0x5921a1,_0x5e8739,_0x35a5cf){return _0x39516c(_0x5921a1,_0x5e8739,_0x35a5cf);},'JLnPf':function(_0x1e0e31,_0x20021f,_0x2e9127){return _0x1e0e31(_0x20021f,_0x2e9127);},'gISSu':function(_0x49ff15){return _0x49ff15();},'UyRYx':_0xe00b53(0x1a6),'cWXyh':function(_0x4e6c08,_0x59ee18){return _0x4e6c08(_0x59ee18);},'Zkbwh':_0xe00b53(0x1f0),'yVSMY':function(_0x1fca54){return _0x1fca54();},'TbosC':function(_0xeec654){return _0xeec654();},'Xdagq':function(_0x4851aa,_0x512ba4,_0x4537ad){return _0x4851aa(_0x512ba4,_0x4537ad);},'NNhLW':function(_0x113ff2,_0xa953a0,_0x5d1d1c){return _0x113ff2(_0xa953a0,_0x5d1d1c);},'aAGTi':_0xe00b53(0x23a)},_0x42ab33='browserstack internal helper hook';try{_0x1459de[_0xe00b53(0x1b2)](__drivers[_0xe00b53(0x233)],0x1)&&(await _0x1459de[_0xe00b53(0x1d1)](driverCleanup),__drivers['shift']());try{if(global[_0xe00b53(0x240)]&&_0x1459de[_0xe00b53(0x1ab)](global['percyCaptureMode'],_0x1459de['tDcsz'])&&__drivers[0x0]){const _0xbfda2a=_0x1459de[_0xe00b53(0x1b2)](global[_0xe00b53(0x244)][_0xe00b53(0x233)],0x0)?!!global['capabilities'][0x0][_0xe00b53(0x200)]||!!global[_0xe00b53(0x244)][0x0][_0x1459de['ToWls']]:![],_0x5bc8a4={};_0x5bc8a4['app']=_0xbfda2a,await _0x1459de[_0xe00b53(0x1cb)](percyAutoCapture,__drivers[0x0],_0x1459de[_0xe00b53(0x259)],_0x5bc8a4);}}catch(_0x492c9c){}const _0xbb22c7=_0x1459de[_0xe00b53(0x206)](shouldScanTestForAccessibility,expect['getState']()[_0xe00b53(0x1e9)],![]);try{if(_0x1459de[_0xe00b53(0x1ef)](isAccessibilityAutomationSession)&&__drivers[0x0]['isAccessibilityPlatform']){_0xbb22c7&&logger['info'](_0x1459de[_0xe00b53(0x22e)]);const _0xd45ece={'saveResults':_0xbb22c7,'testDetails':{'name':expect['getState']()['currentTestName'],'testRunId':process[_0xe00b53(0x1bf)][_0xe00b53(0x1e3)],'filePath':expect['getState']()[_0xe00b53(0x214)],'scopeList':[expect[_0xe00b53(0x23e)]()[_0xe00b53(0x1e9)]]},'platform':await _0x1459de[_0xe00b53(0x193)](fetchPlatformDetails,__drivers[0x0])};final_res=await __drivers[0x0][_0xe00b53(0x1c2)](_0xe00b53(0x20f),_0xd45ece),_0xbb22c7&&logger[_0xe00b53(0x1bc)](_0x1459de['Zkbwh']);}}catch(_0xcf38c9){logger[_0xe00b53(0x1a4)](_0xe00b53(0x1b9)+this['currentTest'][_0xe00b53(0x224)]()+_0xe00b53(0x20a),_0xcf38c9);}await _0x1459de[_0xe00b53(0x1a5)](setContext);try{if(_0x1459de[_0xe00b53(0x250)](isTestObservabilitySession)){global[_0xe00b53(0x213)][0x0]&&await _0x1459de[_0xe00b53(0x25b)](sendPlatformDetails,global[_0xe00b53(0x213)][0x0],TestDetails[_0xe00b53(0x1b6)](process[_0xe00b53(0x1d2)]+_0xe00b53(0x1a8)));if(_0x1459de[_0xe00b53(0x1a5)](isBrowserstackInfra)){const _0x572d27=_0xe00b53(0x1a2)+Date[_0xe00b53(0x246)]();await _0x1459de['NNhLW'](executeAnnotate,JSON[_0xe00b53(0x247)](_0x572d27),_0x1459de['aAGTi']);}}}catch(_0x4df71e){}_0x1459de[_0xe00b53(0x1b2)](__drivers[0x0][_0xe00b53(0x202)],0x0)&&await _0x1459de[_0xe00b53(0x250)](driverCleanup);}catch{}},0x186a0),afterAll(async()=>{const _0x4c36b8=a13_0x2bef7e,_0x44361e={'pgJzW':function(_0x55640c,_0x2ed5b3){return _0x55640c<=_0x2ed5b3;},'wlVeV':function(_0x15cf29,_0x2e8465){return _0x15cf29(_0x2e8465);},'NGyLJ':function(_0x3515b9){return _0x3515b9();},'LFGGP':function(_0xda082,_0x34e5b0,_0x2f07f6){return _0xda082(_0x34e5b0,_0x2f07f6);},'zKEGl':function(_0x12aeff){return _0x12aeff();}};jest[_0x4c36b8(0x23b)](0x186a0),PerformanceTester[_0x4c36b8(0x1b5)]();const _0x270609='browserstack internal helper hook';await new Promise(_0x2f608a=>{const _0x30de4d=_0x4c36b8,_0x4e3065={'MPPFO':function(_0x356d31,_0x31a9f6){const _0x2b4e9a=a13_0x5306;return _0x44361e[_0x2b4e9a(0x1f8)](_0x356d31,_0x31a9f6);},'pyMzx':function(_0x11ff2a,_0x762c58){const _0x72a6c8=a13_0x5306;return _0x44361e[_0x72a6c8(0x21e)](_0x11ff2a,_0x762c58);},'lVQiu':function(_0x29ccfb){const _0x51284f=a13_0x5306;return _0x44361e[_0x51284f(0x1ed)](_0x29ccfb);}},_0x17c6c8=_0x44361e[_0x30de4d(0x1fa)](setInterval,async()=>{const _0xc154f4=_0x30de4d;_0x4e3065[_0xc154f4(0x1cc)](RequestQueueHandler['getInstance']()[_0xc154f4(0x22c)],0x0)&&(_0x4e3065['pyMzx'](clearInterval,_0x17c6c8),_0x4e3065['lVQiu'](_0x2f608a));},0x3e8);});try{await _0x44361e[_0x4c36b8(0x248)](driverCleanup);}catch(_0x204dde){}process[_0x4c36b8(0x1dd)]();},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_0x2d7724=a14_0x42c8;(function(_0x5271a5,_0x3c994b){const _0x52720b=a14_0x42c8,_0x5802e4=_0x5271a5();while(!![]){try{const _0x508b10=parseInt(_0x52720b(0x1e4))/0x1*(parseInt(_0x52720b(0x1db))/0x2)+-parseInt(_0x52720b(0x1e2))/0x3*(parseInt(_0x52720b(0x1da))/0x4)+-parseInt(_0x52720b(0x1df))/0x5+parseInt(_0x52720b(0x1dc))/0x6+-parseInt(_0x52720b(0x1e8))/0x7+parseInt(_0x52720b(0x1de))/0x8*(-parseInt(_0x52720b(0x1e1))/0x9)+parseInt(_0x52720b(0x1e5))/0xa;if(_0x508b10===_0x3c994b)break;else _0x5802e4['push'](_0x5802e4['shift']());}catch(_0xc4bb92){_0x5802e4['push'](_0x5802e4['shift']());}}}(a14_0x18f0,0x25241));function a14_0x42c8(_0x418b22,_0x1a2c89){const _0x18f0e9=a14_0x18f0();return a14_0x42c8=function(_0x42c8f9,_0x3bc726){_0x42c8f9=_0x42c8f9-0x1da;let _0x415475=_0x18f0e9[_0x42c8f9];return _0x415475;},a14_0x42c8(_0x418b22,_0x1a2c89);}const requestSpy=require(a14_0x2d7724(0x1e3)),{addRequestSpy}=require(a14_0x2d7724(0x1e0));beforeAll(()=>{const _0x13e59c=a14_0x2d7724,_0x510c76={'Xjmlz':function(_0x5560e4){return _0x5560e4();}},_0x341659='browserstack internal helper hook';_0x510c76[_0x13e59c(0x1e7)](addRequestSpy);}),afterAll(async()=>{const _0x2e2e74=a14_0x2d7724,_0x4756fd='browserstack internal helper hook';jest[_0x2e2e74(0x1dd)](0xea60),requestSpy[_0x2e2e74(0x1e6)]();});function a14_0x18f0(){const _0x53960d=['Xjmlz','1904952AfDodZ','4ZDFJfN','8gWFQjc','1622100wBCPuy','setTimeout','8mQYilQ','331075ISxxMp','../../../helpers/test-observability/utils','2047824GUVFob','101583YzwnqF','../../../helpers/request-spy','3935BFrQZW','4657870fzEITI','restore'];a14_0x18f0=function(){return _0x53960d;};return a14_0x18f0();}
@@ -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
+ (function(_0x909a20,_0x3f8522){const _0x2b7aec=a15_0x26ff,_0x1c473f=_0x909a20();while(!![]){try{const _0x1e283f=parseInt(_0x2b7aec(0xde))/0x1+-parseInt(_0x2b7aec(0xe2))/0x2+-parseInt(_0x2b7aec(0xe1))/0x3*(parseInt(_0x2b7aec(0xd4))/0x4)+-parseInt(_0x2b7aec(0xec))/0x5*(parseInt(_0x2b7aec(0xea))/0x6)+-parseInt(_0x2b7aec(0xd6))/0x7+parseInt(_0x2b7aec(0xd5))/0x8+parseInt(_0x2b7aec(0xe8))/0x9*(parseInt(_0x2b7aec(0xdd))/0xa);if(_0x1e283f===_0x3f8522)break;else _0x1c473f['push'](_0x1c473f['shift']());}catch(_0x4615dd){_0x1c473f['push'](_0x1c473f['shift']());}}}(a15_0x5b4f,0x34f52));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require('../../../helpers/helper');function a15_0x26ff(_0x5f2131,_0x556dc0){const _0x5b4fdc=a15_0x5b4f();return a15_0x26ff=function(_0x26ff11,_0x1512b4){_0x26ff11=_0x26ff11-0xd4;let _0x38fcdb=_0x5b4fdc[_0x26ff11];return _0x38fcdb;},a15_0x26ff(_0x5f2131,_0x556dc0);}exports['updateTestRerunConfig']=(_0x4f5ccd,_0x28e40b)=>{const _0xfe46c9=a15_0x26ff,_0x596777={};_0x596777[_0xfe46c9(0xd8)]=_0xfe46c9(0xe4),_0x596777[_0xfe46c9(0xdf)]=function(_0x50a739,_0x275853){return _0x50a739!==_0x275853;},_0x596777[_0xfe46c9(0xdb)]=_0xfe46c9(0xdc),_0x596777[_0xfe46c9(0xed)]=function(_0x2e7e76,_0x5cb6b0){return _0x2e7e76>_0x5cb6b0;};const _0x277d29=_0x596777;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0xfe46c9(0xe9)]()){let _0x1905e6=process[_0xfe46c9(0xe7)][_0xfe46c9(0xe5)];!helper[_0xfe46c9(0xeb)](_0x28e40b[_0xfe46c9(0xe3)])&&_0x28e40b[_0xfe46c9(0xe3)]['has'](_0x277d29[_0xfe46c9(0xd8)])&&(_0x1905e6=_0x28e40b[_0xfe46c9(0xe3)][_0xfe46c9(0xe0)](_0x277d29[_0xfe46c9(0xd8)]));const _0x39aab2=[];_0x277d29[_0xfe46c9(0xdf)](_0x1905e6,_0x277d29[_0xfe46c9(0xdb)])&&_0x277d29[_0xfe46c9(0xdf)](_0x1905e6,null)&&_0x1905e6[_0xfe46c9(0xd7)](',')['map'](_0x2de4a8=>{const _0x339b9b=_0xfe46c9;_0x39aab2[_0x339b9b(0xe6)](''+_0x2de4a8[_0x339b9b(0xd9)]());}),_0x277d29[_0xfe46c9(0xed)](_0x39aab2[_0xfe46c9(0xda)],0x0)&&(_0x4f5ccd['testRegex']=_0x39aab2,delete _0x4f5ccd['testMatch']);}};function a15_0x5b4f(){const _0x22a0af=['510692uDxxtP','split','NhgcE','trim','length','BSDjA','null','9970Cqknsj','357750LQWcBE','sXjjs','get','3KMDrxQ','363728QscwQQ','cliConfig','rerunTests','BROWSERSTACK_RERUN_TESTS','push','env','2547OupOss','shouldReRunObservabilityTests','30rzcgFz','isUndefined','174475GofPbz','NRKaa','862264AQZqNV','1774992kwzCeT'];a15_0x5b4f=function(){return _0x22a0af;};return a15_0x5b4f();}
@@ -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_0x2db42d=a16_0x4833;function a16_0x4833(_0x201db2,_0x49a5d4){const _0x1499b0=a16_0x1499();return a16_0x4833=function(_0x48336d,_0xa572fa){_0x48336d=_0x48336d-0xaa;let _0xe22eb0=_0x1499b0[_0x48336d];return _0xe22eb0;},a16_0x4833(_0x201db2,_0x49a5d4);}(function(_0x3935a2,_0x13801a){const _0x475668=a16_0x4833,_0x246294=_0x3935a2();while(!![]){try{const _0xa80f05=parseInt(_0x475668(0xc1))/0x1*(-parseInt(_0x475668(0x119))/0x2)+-parseInt(_0x475668(0x131))/0x3*(parseInt(_0x475668(0x1ba))/0x4)+-parseInt(_0x475668(0x192))/0x5+-parseInt(_0x475668(0x1b0))/0x6*(parseInt(_0x475668(0x1ef))/0x7)+parseInt(_0x475668(0xfc))/0x8*(-parseInt(_0x475668(0x17f))/0x9)+-parseInt(_0x475668(0xad))/0xa+parseInt(_0x475668(0x148))/0xb;if(_0xa80f05===_0x13801a)break;else _0x246294['push'](_0x246294['shift']());}catch(_0x122630){_0x246294['push'](_0x246294['shift']());}}}(a16_0x1499,0x3ad0c));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType}=require('../../../helpers/test-observability/utils'),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{v4:uuidv4}=require(a16_0x2db42d(0x1f7)),{name,version}=require('../../../../package.json'),stackTrace=require(a16_0x2db42d(0x1c8)),path=require(a16_0x2db42d(0x18e)),fs=require('fs'),TestDetails=require(a16_0x2db42d(0x13f)),{FRAMEWORKS}=require(a16_0x2db42d(0x19e)),{o11yClassErrorHandler}=require(a16_0x2db42d(0x11a)),{getGitMetaData}=require('../../../helpers/helper'),a16_0x31fcee={};a16_0x31fcee[a16_0x2db42d(0x1cf)]=a16_0x2db42d(0x1db),a16_0x31fcee['STATE_FAILED']=a16_0x2db42d(0xb4),a16_0x31fcee[a16_0x2db42d(0xf4)]=a16_0x2db42d(0x108);const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a16_0x31fcee,a16_0x5db39f={};a16_0x5db39f[a16_0x2db42d(0x115)]=a16_0x2db42d(0x11d),a16_0x5db39f[a16_0x2db42d(0x1e2)]='AFTER_ALL',a16_0x5db39f[a16_0x2db42d(0x139)]=a16_0x2db42d(0xef),a16_0x5db39f[a16_0x2db42d(0x1a3)]='AFTER_EACH';const HOOK_TYPES_MAP=a16_0x5db39f;function a16_0x1499(){const _0x41bd14=['GYCno','generic','sxumP','name','1107213vjRkkg','CpxLz','poMWe','bind','cwd','join','BpbnH','DATxT','beforeEach','js-','pHafM','err','toISOString','skipped','./test-details','root','removeAllListeners','Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20','ipkiU','WRWtc','IiLJa','zBQZz','aayuD','17590001bxVFEN','markedStatus','\x22\x20hook\x20for\x20\x22','Ltgcz','mPifK','kyqyq','sksNh','EGvgH','now','getName','aBVZl','kYTnN','push','qKtnF','getTestEnv','LqVCQ','myrGY','JROMd','length','bHAHA','tUeLD','lXiWH','kDYPO','JEST','testAnalyticsId','oHcSo','mapTestHooks','ZKMzf','BmcoA','duration','PrddT','xzIcj','NgcmR','PgaDH','mcxSC','lqGSk','UJScT','abarE','_testResults','veipC','BKdWv','getTestUUID','mnZen','blLfP','OAGFq','HwsTI','NuYVt','util','dCvMs','kCxBI','nHMzi','fkERH','fSFyC','zptmU','zleVO','1436733oRnvED','Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20','match','ZbBqw','ysjqs','FuJwj','xmNcz','YWBmm','fMCsm','wWlOC','backtrace','ISlWx','expanded','location_prefix','http_response','path','MVEnC','includes','yyxnM','318375CzUFdk','IIzsE','jeWgI','hook_failure','toWnf','test_run_uuid','KOlFz','WzZlw','toString','oWpur','YxSoz','BHrPC','../../utils/constants','rMhGl','FEXkb','LogCreated','izeXB','afterEach','JTgCb','MnJby','call','ilaKv','hook_run_uuid','nsdFA','ytuUj','ocQRf','ztPLA','jyOsC','DihcW','statSync','1104hPxQcm','config','shFcl','bgObZ','kNOCn','EWyek','DndNF','jjEbe','getFileName','RYnKy','4vzSCGo',':testAnalyticsId','started_at','DLwyB','xpLXO','failed\x20to\x20get\x20root\x20parent\x20file\x20','wJhTX','ycxeG','EzAPS','Loekb','oDTav','ykEmb','xlrph','APgJw','stack-trace','result','hGxNv','rYqHf','oFFVY','BuMFq','eoltr','STATE_PASSED','VoIBA','bBomb','GOlev','hook_run','LLlcx','oHhUS','yQmuD','PwmaK','parse','tXraI','cBIKK','passed','NTSJi','pid','test','Cdgcg','XDijw','FACWo','afterAll','retryOf','VJgIk','current_hook','qqISf','failure_type','jOwHP','qwVzB','ZChbV','TestRunStarted','6|4|5|3|1|0|2','IOGDY','qskRs','105zVsPCU','registerListeners','oNNMG','hcWNI','inspect','split','event_type','Okwju','uuid','hooks','testObservability','sendTestRunEvent','pgmdO','sep','fpbqO','AVKiT',':hookAnalyticsId','javascript','_testEnv','vamDA','GbgNF','MHGca','VrNQs','appendTestPlatform','ewuFV','testStarted','NsDXW','forEach','getHierarchy','TtIAa','appendTestItemLog','TestRunFinished','HrLIp','qEffm','cdIqw','getRootParentFile','analyticsResult','NuQCs','WWpce','BmBpf','_gitConfigPath','LIZea','akAoF','3922030wSqFqM','JPEjB','yhYOZ','hOADl','failure_reason','relative','ntBio','failed','swmTT','hook_type','gsodq','HookRunFinished','ErJpo','ODGOE','YhITS','bs:addPlatformDetails:','fxvKs','saZrs','KWtXD','elDAx','1iJFDZI','oydOZ','TIPdT','DRekZ','joAQt','hBLjt','TntLT','resetTestHooks','RtDhk','yOJsn','hVERW','getHooksForTest','jpOAm','psaoy','XbUCU','PxFAf','qnGbT','GXkQF','AeVye','VbMrp','CkjqH','wEUah','onjpP','kScgC','\x20with\x20error\x20:\x20','TzQNN','pCwVn','xZRUq','isxGz','FqRMk','WqXeS','pdOKa','ZyaDO','apply','OmTQZ','VKcwL','AVwMY','SrAeh','rjeND','BTOWq','lbZeB','title','NRTGU','exports','2|3|0|4|1','YTSlr','BEFORE_EACH','OfYUT','qOGEw','yZqkx','errorsDetailed','STATE_PENDING','XjjdR','1|0|5|3|4|6|2','.git','UsQpC','jpEzH','test_run','_gitConfigured','24BNRWPe','File\x20path\x20could\x20not\x20be\x20found','vDIpY','ZpSMm','KHCSl','configureGit','lYqfm','jest-circus','current_test','oyQoe','findGitConfig','ltCXP','pending','XgHkz','AjyiQ','pnMbb','JcISg','EfOEY','FaAhZ','_paths','uploadEventData','hook_data','IsDxl','bs:addLog:','leoEh','beforeAll','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','tdacY','hookAnalyticsId','103126RvzSxO','../../../helpers/test-observability/error-handler','UAvZk','IGdWV','BEFORE_ALL','type','parent','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','CBTSessionCreated','mRopT','asyncError','finished_at','VleUN','YlTAH','SrGCR','loENH','setTestUUID','GGLtV','UpQDb','file'];a16_0x1499=function(){return _0x41bd14;};return a16_0x1499();}module[a16_0x2db42d(0xec)]=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x922a5=a16_0x2db42d,_0xd28666={'joAQt':_0x922a5(0xf6),'AeVye':function(_0x5056df){return _0x5056df();}},_0x43f1eb=_0xd28666[_0x922a5(0xc5)]['split']('|');let _0x304d2b=0x0;while(!![]){switch(_0x43f1eb[_0x304d2b++]){case'0':this[_0x922a5(0x16e)]=[];continue;case'1':this[_0x922a5(0x1f9)]=_0xd28666[_0x922a5(0xd3)](isTestObservabilitySession);continue;case'2':this[_0x922a5(0xaa)]=null;continue;case'3':this[_0x922a5(0x10f)]=new PathHelper({'cwd':process[_0x922a5(0x135)]()},this['_testEnv'][_0x922a5(0x18c)]);continue;case'4':this['hook_data']=[];continue;case'5':this[_0x922a5(0x201)]=this['getTestEnv']();continue;case'6':this[_0x922a5(0xfb)]=![];continue;}break;}}['getTestEnv']=()=>{const _0xfbeacc=a16_0x2db42d,_0x2f5b11={'bbhoj':_0xfbeacc(0x12e),'pnMbb':function(_0x168bd0){return _0x168bd0();}};return{'ci':_0x2f5b11['bbhoj'],'key':_0x2f5b11[_0xfbeacc(0x10b)](uuidv4),'version':version,'collector':_0xfbeacc(0x13a)+name};};[a16_0x2db42d(0x1f0)](){const _0x16cc3f=a16_0x2db42d;process[_0x16cc3f(0x141)](_0x16cc3f(0x113)+process[_0x16cc3f(0x1dd)]),process['on'](_0x16cc3f(0x113)+process['pid'],this['appendTestItemLog'][_0x16cc3f(0x134)](this)),process[_0x16cc3f(0x141)](_0x16cc3f(0xbc)+process[_0x16cc3f(0x1dd)]),process['on']('bs:addPlatformDetails:'+process[_0x16cc3f(0x1dd)],this['appendTestPlatform'][_0x16cc3f(0x134)](this));}[a16_0x2db42d(0x208)]=async _0x5a7475=>{const _0x2357a8=a16_0x2db42d,_0x9d3b00={'xZRUq':function(_0x48296f,_0x4dfa70){return _0x48296f==_0x4dfa70;},'RYnKy':function(_0x542ad9,_0x34945a){return _0x542ad9===_0x34945a;},'elDAx':_0x2357a8(0xf7),'qAFWC':_0x2357a8(0x1b1),'kYTnN':function(_0x5b610a,_0x257561){return _0x5b610a(_0x257561);},'vDIpY':_0x2357a8(0x14e),'fSFyC':function(_0x4e093d,_0x40691a){return _0x4e093d>_0x40691a;},'cdIqw':function(_0x12e090,_0x480f2a){return _0x12e090===_0x480f2a;},'fMCsm':function(_0x645876,_0x5abf8d){return _0x645876===_0x5abf8d;},'DRekZ':_0x2357a8(0x132),'blLfP':_0x2357a8(0x1d0),'BXlxf':_0x2357a8(0x1eb),'FaAhZ':function(_0x38b3bc,_0x189440){return _0x38b3bc!==_0x189440;},'lXiWH':_0x2357a8(0x1ee),'gsodq':function(_0x160639,_0x5bf377){return _0x160639===_0x5bf377;},'AVKiT':_0x2357a8(0x182)};try{if(_0x9d3b00[_0x2357a8(0x1b9)](_0x9d3b00[_0x2357a8(0xfe)],_0x9d3b00[_0x2357a8(0xfe)])){const _0x516521=this[_0x2357a8(0x104)];this[_0x2357a8(0x104)]=_0x5a7475,_0x5a7475[_0x2357a8(0x1e3)]=null,_0x5a7475[_0x2357a8(0x160)]=TestDetails[_0x2357a8(0x129)](process['pid']+_0x2357a8(0x1bb)),_0x5a7475['started_at']=new Date()[_0x2357a8(0x13d)]();if(_0x9d3b00[_0x2357a8(0x17c)](_0x5a7475['_currentRetry'],0x0)&&_0x516521&&_0x9d3b00[_0x2357a8(0x211)](_0x516521[_0x2357a8(0xea)],_0x5a7475[_0x2357a8(0xea)])){if(_0x9d3b00[_0x2357a8(0x187)](_0x9d3b00[_0x2357a8(0xc4)],_0x9d3b00[_0x2357a8(0x173)])){if(_0x2c37e6[_0x2357a8(0x123)]){const _0x4c1dcd=_0x18eb78[_0x2357a8(0x1d8)]['call'](_0x4b5885,_0x2b6ec3['asyncError']);return _0x4c1dcd[0x0][_0x2357a8(0x1b8)]();}if(_0x544362[_0x2357a8(0x12c)])return _0xb36498[_0x2357a8(0x12c)];return null;}else _0x5a7475['retryOf']=_0x516521[_0x2357a8(0x160)],await this[_0x2357a8(0x1fa)](_0x5a7475,undefined,![],_0x9d3b00['BXlxf']),_0x516521['state']=STATE_FAILED,await this['sendTestRunEvent'](_0x516521,undefined,!![]);}else{if(_0x9d3b00[_0x2357a8(0x10e)](_0x9d3b00[_0x2357a8(0x15d)],_0x9d3b00[_0x2357a8(0x15d)])){const _0x37129d=_0x428126[_0x2357a8(0x1fc)];if(_0x9d3b00[_0x2357a8(0xdc)](_0x5f38f9,null)||_0x9d3b00[_0x2357a8(0x1b9)](_0x36986b,'')||_0x9d3b00[_0x2357a8(0x1b9)](_0x2be0e7,_0x37129d))return null;try{return _0x92278b[_0x2357a8(0x1af)](_0x3a60f0[_0x2357a8(0x136)](_0x1dc485,_0x9d3b00[_0x2357a8(0xc0)],_0x9d3b00['qAFWC'])),_0x1d37c4;}catch(_0x4c47ee){const _0x3cb27e=_0x4cda7d['dirname'](_0x5abc3e);return this[_0x2357a8(0x106)](_0x3cb27e);}}else await this[_0x2357a8(0x1fa)](_0x5a7475,undefined,![],_0x9d3b00['BXlxf']);}}else _0x9d3b00[_0x2357a8(0x153)](_0x1b1429,_0x2357a8(0x180)+_0x4f7e56);}catch(_0x3c8794){_0x9d3b00[_0x2357a8(0xb7)](_0x9d3b00['AVKiT'],_0x9d3b00[_0x2357a8(0x1fe)])?_0x9d3b00[_0x2357a8(0x153)](debug,_0x2357a8(0x180)+_0x3c8794):_0x180996[_0x2357a8(0x118)]=_0x2ea2ef['setTestUUID'](_0x579764[_0x2357a8(0x1dd)]+':hookAnalyticsId');}};[a16_0x2db42d(0x151)](_0x39849d){const _0x52c391=a16_0x2db42d,_0x4c3514={};_0x4c3514[_0x52c391(0x14b)]=function(_0x162b76,_0xc4371b){return _0x162b76!==_0xc4371b;},_0x4c3514['ilaKv']=function(_0x57e3c8,_0x3e6851){return _0x57e3c8!==_0x3e6851;},_0x4c3514[_0x52c391(0x152)]=_0x52c391(0x1de),_0x4c3514[_0x52c391(0x1d4)]=_0x52c391(0x179);const _0xb6b692=_0x4c3514;if(_0xb6b692[_0x52c391(0x1a7)](_0x39849d[_0x52c391(0x11e)],_0xb6b692[_0x52c391(0x152)])){if(_0xb6b692[_0x52c391(0x14b)](_0xb6b692['LLlcx'],_0xb6b692[_0x52c391(0x1d4)])){const _0x56bb91=[];if(_0x3c4cdc&&_0x1da704[_0x52c391(0x11f)]){let _0x4f13e8=_0x26f663[_0x52c391(0x11f)];while(_0x4f13e8&&_0x4f13e8[_0x52c391(0x130)]&&_0xb6b692[_0x52c391(0x14b)](_0x4f13e8[_0x52c391(0x130)],'')){_0x56bb91[_0x52c391(0x154)](_0x4f13e8[_0x52c391(0x130)]),_0x4f13e8=_0x4f13e8[_0x52c391(0x130)];}}return _0x56bb91['reverse'](),_0x56bb91;}else return'\x22'+_0x39849d[_0x52c391(0x11e)]+_0x52c391(0x14a)+(_0x39849d[_0x52c391(0x11f)]&&_0x39849d[_0x52c391(0x11f)][_0x52c391(0x130)])+'\x22';}return _0x39849d['name'];}[a16_0x2db42d(0x1fa)]=async(_0x2221e9,_0x2f4765=undefined,_0x304c62=![],_0x1f1601='TestRunFinished')=>{const _0x6ebe5b=a16_0x2db42d,_0x58bb4a={'oDTav':'failure_backtrace','leoEh':_0x6ebe5b(0x189),'TntLT':'failure_reason_expanded','jzgic':_0x6ebe5b(0x18b),'wWlOC':_0x6ebe5b(0x1ec),'lqGSk':function(_0x546864){return _0x546864();},'jjEbe':_0x6ebe5b(0x1de),'tXraI':function(_0x27177a,_0x3e5325){return _0x27177a!==_0x3e5325;},'eoltr':function(_0x5cbdbf,_0x151c42){return _0x5cbdbf(_0x151c42);},'fpbqO':function(_0x3be84f,_0x732b29){return _0x3be84f!==_0x732b29;},'dCvMs':'ffKLh','mPifK':_0x6ebe5b(0xed),'oWpur':_0x6ebe5b(0x1d3),'bHAHA':_0x6ebe5b(0x1c9),'FACWo':_0x6ebe5b(0xfa),'KHCSl':'failure','hOADl':_0x6ebe5b(0x1e7),'TtIAa':_0x6ebe5b(0xb1),'ipkiU':function(_0x113f44,_0x4df0a9){return _0x113f44(_0x4df0a9);},'rjeND':_0x6ebe5b(0xf7),'akAoF':_0x6ebe5b(0x1b1),'wJhTX':_0x6ebe5b(0x1db),'poMWe':'pending','bBomb':_0x6ebe5b(0xb4),'loIYP':_0x6ebe5b(0x139),'dKERL':_0x6ebe5b(0x1a3),'PwmaK':function(_0x44c883,_0x21f32c){return _0x44c883===_0x21f32c;},'BuMFq':'fAaFs','kDYPO':'VQbbG','STHcY':_0x6ebe5b(0x16f),'oHhUS':function(_0x1ab6e2,_0x1da608){return _0x1ab6e2===_0x1da608;},'oNNMG':_0x6ebe5b(0x164),'ZpSMm':_0x6ebe5b(0xbe),'NRTGU':function(_0x6c9d64,_0x2b0224){return _0x6c9d64===_0x2b0224;},'ycxeG':_0x6ebe5b(0x13b),'jpEzH':function(_0x28dd10,_0x41ee11){return _0x28dd10(_0x41ee11);},'BTLjf':_0x6ebe5b(0x103),'DkyIK':function(_0x3a8fea,_0x504eb4){return _0x3a8fea===_0x504eb4;},'cckxC':'lZUHv','WzZlw':_0x6ebe5b(0xc6),'yhXXx':function(_0xa11ad7,_0x5ccdd5){return _0xa11ad7(_0x5ccdd5);},'AyVyb':_0x6ebe5b(0x177),'DihcW':function(_0x400709,_0x4922ec){return _0x400709!==_0x4922ec;},'jwPOF':_0x6ebe5b(0x1a9),'PxFAf':_0x6ebe5b(0x1e0),'FqRMk':function(_0x5cd6b7,_0x86aeb){return _0x5cd6b7!==_0x86aeb;},'MlBOX':function(_0x38c174,_0x21dff0){return _0x38c174===_0x21dff0;},'qwVzB':_0x6ebe5b(0x1df),'cYOFf':_0x6ebe5b(0x16c),'NuQCs':_0x6ebe5b(0x13c),'ntBio':_0x6ebe5b(0x12d),'ytuUj':function(_0xc28633,_0x3bd69a){return _0xc28633!==_0x3bd69a;},'IOGDY':_0x6ebe5b(0xfd),'jyOsC':_0x6ebe5b(0x200),'BpbnH':function(_0x161076,_0x5b581c){return _0x161076===_0x5b581c;},'VbMrp':'TestRunSkipped','onPwg':_0x6ebe5b(0x13e),'zaFkK':function(_0x40fa09,_0x38eb92){return _0x40fa09>_0x38eb92;},'xzIcj':function(_0x2142d6,_0xae312a){return _0x2142d6-_0xae312a;},'zNsSb':function(_0x23cd9a,_0x285b66){return _0x23cd9a(_0x285b66);},'GXkQF':function(_0x215fd6,_0x3b1e16){return _0x215fd6===_0x3b1e16;},'wEUah':_0x6ebe5b(0x1bc),'jeWgI':function(_0x2ef166,_0x1f3ddc){return _0x2ef166!==_0x1f3ddc;},'tmJej':_0x6ebe5b(0x138),'zkaoo':_0x6ebe5b(0xf8),'toWnf':_0x6ebe5b(0x124),'ocQRf':function(_0x540498,_0xb3ac3f){return _0x540498===_0xb3ac3f;},'ewuFV':_0x6ebe5b(0x1c2),'EGvgH':function(_0x111a42,_0x251ec2){return _0x111a42===_0x251ec2;},'YnUOg':_0x6ebe5b(0xb8),'ODGOE':function(_0x5a7c85,_0x58a8b3){return _0x5a7c85!==_0x58a8b3;},'OfYUT':_0x6ebe5b(0x166),'XbUCU':_0x6ebe5b(0x102),'SrAeh':_0x6ebe5b(0x112),'rMhGl':_0x6ebe5b(0xdb),'FEXkb':function(_0x16efd4,_0x42b966){return _0x16efd4!==_0x42b966;},'rFEoc':_0x6ebe5b(0x1f2),'RtDhk':_0x6ebe5b(0x12a),'hGxNv':_0x6ebe5b(0x20e),'xpLXO':'Nkzcs','HrLIp':function(_0x4bae40,_0x407af6){return _0x4bae40===_0x407af6;},'aayuD':function(_0x1ed63f,_0x32cf95){return _0x1ed63f!==_0x32cf95;},'HwsTI':_0x6ebe5b(0x10d),'JROMd':_0x6ebe5b(0xb6),'VKcwL':_0x6ebe5b(0x109),'YxXUK':_0x6ebe5b(0x1da),'cHhtB':function(_0x182e72,_0x54ce8c){return _0x182e72>_0x54ce8c;},'NTSJi':function(_0x22598d,_0x3bf36e){return _0x22598d!==_0x3bf36e;},'UAvZk':_0x6ebe5b(0x1e8),'IiLJa':_0x6ebe5b(0x1b2),'qqISf':_0x6ebe5b(0x1e4),'kyqyq':_0x6ebe5b(0x115),'eqjPJ':function(_0x300541,_0x4bc3a2){return _0x300541!==_0x4bc3a2;},'onjpP':'iOOlk','lSgxX':'yZtIg','MVEnC':_0x6ebe5b(0xae)};try{if(_0x58bb4a[_0x6ebe5b(0x1d7)](_0x58bb4a[_0x6ebe5b(0x1cd)],_0x58bb4a[_0x6ebe5b(0x1cd)])){if(_0x2221e9['fn']&&_0x2221e9['fn'][_0x6ebe5b(0x19a)]()['match'](/browserstack internal helper hook/)){if(_0x58bb4a[_0x6ebe5b(0x1d7)](_0x58bb4a[_0x6ebe5b(0x15e)],_0x58bb4a['STHcY'])){const _0x4d6a08=_0x4425d1['dirname'](_0xa9d4fe);return this[_0x6ebe5b(0x106)](_0x4d6a08);}else return;}let _0x1166cc;try{_0x58bb4a[_0x6ebe5b(0x1d5)](_0x58bb4a[_0x6ebe5b(0x1f1)],_0x58bb4a[_0x6ebe5b(0xff)])?_0x40b518[_0x6ebe5b(0x197)]=_0x1c6f56:_0x1166cc=this['getRootParentFile'](_0x2221e9);}catch(_0x13d6fb){_0x58bb4a[_0x6ebe5b(0xeb)](_0x58bb4a[_0x6ebe5b(0x1c1)],_0x58bb4a['ycxeG'])?(_0x58bb4a[_0x6ebe5b(0xf9)](debug,_0x6ebe5b(0x1bf)+_0x13d6fb),_0x1166cc=null):(_0x54ce1c[_0x58bb4a['oDTav']]=_0x492941[_0x58bb4a['leoEh']],_0x4626c5[_0x58bb4a[_0x6ebe5b(0xc7)]]=_0x342c8b[_0x58bb4a['jzgic']]);}if(_0x1166cc[_0x6ebe5b(0x190)](_0x58bb4a['BTLjf'])){if(_0x58bb4a['DkyIK'](_0x58bb4a['cckxC'],_0x58bb4a[_0x6ebe5b(0x199)]))_0x2c9eab[_0x6ebe5b(0x118)]=null;else return;}const _0x1e12e4=_0x58bb4a['yhXXx'](require,_0x58bb4a['AyVyb']);let _0xf344ce=[];if(_0x58bb4a[_0x6ebe5b(0x1ae)](_0x2221e9[_0x6ebe5b(0xf3)],undefined))_0x58bb4a[_0x6ebe5b(0x1ae)](_0x58bb4a['jwPOF'],_0x58bb4a[_0x6ebe5b(0xd0)])?_0xf344ce=[_0x2221e9['errorsDetailed'],_0x58bb4a[_0x6ebe5b(0x1b7)]]:_0x65b684['push'](_0x532a58['hookAnalyticsId']);else{if(_0x58bb4a[_0x6ebe5b(0xde)](_0x2f4765,undefined)){if(_0x58bb4a['MlBOX'](_0x58bb4a[_0x6ebe5b(0x1e9)],_0x58bb4a['cYOFf']))return _0x4d9151[_0x6ebe5b(0x12c)];else _0xf344ce=[_0x2f4765,_0x58bb4a[_0x6ebe5b(0x214)]];}else{if(_0x58bb4a[_0x6ebe5b(0x1d9)](_0x58bb4a[_0x6ebe5b(0xb3)],_0x58bb4a['ntBio'])){if(!_0x4c9df6||!_0x566071[_0x6ebe5b(0x11f)])return;_0x2b2b23['parent']['hooks']['forEach'](_0x1c5de5=>{const _0x33d2b6=_0x6ebe5b;!_0x1c5de5[_0x33d2b6(0x118)]&&(_0x1c5de5[_0x33d2b6(0x118)]=_0x302c01[_0x33d2b6(0x129)](_0x61d9e9[_0x33d2b6(0x1dd)]+_0x33d2b6(0x1ff)));}),this[_0x6ebe5b(0x162)](_0x579204[_0x6ebe5b(0x11f)]);}else _0xf344ce=[];}}const _0x4e2d4f=_0x58bb4a[_0x6ebe5b(0x1aa)](_0x2221e9[_0x6ebe5b(0xf3)],undefined)?_0x1e12e4[_0x6ebe5b(0x1f3)](_0x2221e9[_0x6ebe5b(0xf3)][0x0]):_0x58bb4a['tXraI'](_0x2f4765,undefined)?_0x2f4765[_0x6ebe5b(0x19a)]():undefined,_0xf5acaa=_0x1166cc?this[_0x6ebe5b(0x10f)]['prefixTestPath'](this[_0x6ebe5b(0x212)](_0x2221e9)):_0x58bb4a[_0x6ebe5b(0x1ed)],_0x224dcb={'framework':FRAMEWORKS[_0x6ebe5b(0x15f)],'uuid':_0x2221e9[_0x6ebe5b(0x160)]||_0x2221e9[_0x6ebe5b(0x118)],'name':this['getName'](_0x2221e9),'body':{'lang':_0x58bb4a[_0x6ebe5b(0x1ad)],'code':_0x2221e9['fn']['toString']()},'scopes':this[_0x6ebe5b(0x20b)](_0x2221e9),'file_name':_0xf5acaa,'vc_filepath':this[_0x6ebe5b(0xaa)]&&_0x1166cc?path[_0x6ebe5b(0xb2)](this['_gitConfigPath'],_0x1166cc):null,'location':_0xf5acaa,'result':_0x58bb4a[_0x6ebe5b(0x137)](_0x1f1601,_0x58bb4a['VbMrp'])?_0x58bb4a['onPwg']:this[_0x6ebe5b(0x213)](_0x2221e9['errorsDetailed']&&_0x58bb4a['zaFkK'](_0x2221e9[_0x6ebe5b(0xf3)][_0x6ebe5b(0x15a)],0x0)?_0x58bb4a['bBomb']:_0x58bb4a[_0x6ebe5b(0x1c0)]),'failure_reason':_0x4e2d4f,'duration_in_ms':_0x2221e9[_0x6ebe5b(0x165)]||(_0x1f1601[_0x6ebe5b(0x181)](/Finished/)||_0x1f1601[_0x6ebe5b(0x181)](/Skipped/)?_0x58bb4a[_0x6ebe5b(0x167)](Date[_0x6ebe5b(0x150)](),new Date(_0x2221e9[_0x6ebe5b(0x1bc)])['getTime']()):null),'started_at':_0x2221e9[_0x6ebe5b(0x1bc)],'finished_at':_0x1f1601[_0x6ebe5b(0x181)](/Finished/)||_0x1f1601[_0x6ebe5b(0x181)](/Skipped/)?new Date()[_0x6ebe5b(0x13d)]():null,'failure':failureData[_0x6ebe5b(0xe2)](null,_0xf344ce),'failure_type':!_0x4e2d4f?null:_0x58bb4a['zNsSb'](getFailureType,_0x4e2d4f),'retry_of':_0x2221e9[_0x6ebe5b(0x1e3)]};_0x58bb4a[_0x6ebe5b(0xd2)](_0x1f1601,_0x58bb4a['VbMrp'])&&!_0x224dcb[_0x58bb4a[_0x6ebe5b(0xd6)]]&&(_0x58bb4a[_0x6ebe5b(0x194)](_0x58bb4a['tmJej'],_0x58bb4a['zkaoo'])?_0x224dcb[_0x58bb4a[_0x6ebe5b(0xd6)]]=_0x224dcb[_0x58bb4a[_0x6ebe5b(0x196)]]:(_0x35e45d[_0x6ebe5b(0x141)](_0x6ebe5b(0x113)+_0x49ad1c[_0x6ebe5b(0x1dd)]),_0x343458['on'](_0x6ebe5b(0x113)+_0x503494[_0x6ebe5b(0x1dd)],this[_0x6ebe5b(0x20d)]['bind'](this)),_0x99bd4c[_0x6ebe5b(0x141)]('bs:addPlatformDetails:'+_0x57657b[_0x6ebe5b(0x1dd)]),_0x1c4a47['on'](_0x6ebe5b(0xbc)+_0x17df77['pid'],this[_0x6ebe5b(0x206)]['bind'](this))));if(_0x1f1601[_0x6ebe5b(0x181)](/HookRun/)){if(_0x58bb4a[_0x6ebe5b(0x1ab)](_0x58bb4a[_0x6ebe5b(0x207)],_0x58bb4a[_0x6ebe5b(0x207)])){[_0x224dcb[_0x6ebe5b(0xb6)],_0x224dcb[_0x6ebe5b(0x130)]]=[_0x2221e9[_0x6ebe5b(0x11e)],this[_0x6ebe5b(0x151)](_0x2221e9)];if(_0x58bb4a[_0x6ebe5b(0x14f)](_0x1f1601,_0x58bb4a['YnUOg'])){if(_0x58bb4a[_0x6ebe5b(0xba)](_0x58bb4a[_0x6ebe5b(0xf0)],_0x58bb4a[_0x6ebe5b(0xf0)])){const _0x44fd74=_0x58bb4a[_0x6ebe5b(0x188)]['split']('|');let _0xe528ea=0x0;while(!![]){switch(_0x44fd74[_0xe528ea++]){case'0':this[_0x6ebe5b(0xfb)]=![];continue;case'1':this[_0x6ebe5b(0x111)]=[];continue;case'2':this[_0x6ebe5b(0xaa)]=null;continue;case'3':this[_0x6ebe5b(0x10f)]=new _0x444a24({'cwd':_0xa9057c[_0x6ebe5b(0x135)]()},this[_0x6ebe5b(0x201)][_0x6ebe5b(0x18c)]);continue;case'4':this[_0x6ebe5b(0x16e)]=[];continue;case'5':this['_testEnv']=this[_0x6ebe5b(0x156)]();continue;case'6':this[_0x6ebe5b(0x1f9)]=_0x58bb4a[_0x6ebe5b(0x16b)](_0x3b7f6b);continue;}break;}}else{if(_0x58bb4a['ytuUj'](_0x224dcb[_0x6ebe5b(0x1c9)],_0x58bb4a['bBomb'])){if(_0x58bb4a['jeWgI'](_0x58bb4a['XbUCU'],_0x58bb4a[_0x6ebe5b(0xcf)]))return'\x22'+_0xc68f03[_0x6ebe5b(0x11e)]+'\x22\x20hook\x20for\x20\x22'+(_0x11a646[_0x6ebe5b(0x11f)]&&_0x45e246[_0x6ebe5b(0x11f)]['name'])+'\x22';else _0x224dcb[_0x6ebe5b(0x1c9)]=_0x58bb4a[_0x6ebe5b(0x1c0)];}}}}else _0x3d5fe5=[_0x59111e['errorsDetailed'],_0x58bb4a[_0x6ebe5b(0x1b7)]];}else _0x1f1601[_0x6ebe5b(0x181)](/TestRun/)&&(_0x58bb4a[_0x6ebe5b(0x194)](_0x58bb4a[_0x6ebe5b(0xe6)],_0x58bb4a[_0x6ebe5b(0x19f)])?this[_0x6ebe5b(0x162)](_0x2221e9):_0x4d0074=this[_0x6ebe5b(0x212)](_0x408225));const _0x57ea6b=_0x224dcb[_0x58bb4a['KHCSl']][0x0];if(_0x57ea6b){if(_0x58bb4a[_0x6ebe5b(0x1a0)](_0x58bb4a['rFEoc'],_0x58bb4a[_0x6ebe5b(0xc9)]))_0x224dcb[_0x58bb4a[_0x6ebe5b(0x1c4)]]=_0x57ea6b[_0x58bb4a[_0x6ebe5b(0x114)]],_0x224dcb[_0x58bb4a[_0x6ebe5b(0xc7)]]=_0x57ea6b[_0x58bb4a['jzgic']];else{if(_0x58bb4a[_0x6ebe5b(0x1d9)](_0x3d6bb2[_0x6ebe5b(0x11e)],_0x58bb4a[_0x6ebe5b(0x1b7)]))return'\x22'+_0x5ac23e[_0x6ebe5b(0x11e)]+_0x6ebe5b(0x14a)+(_0x3e4b5d['parent']&&_0x2b6c06[_0x6ebe5b(0x11f)]['name'])+'\x22';return _0xb5e3e0[_0x6ebe5b(0x130)];}}[_0x58bb4a[_0x6ebe5b(0x1ca)],_0x58bb4a[_0x6ebe5b(0xd4)]]['includes'](_0x1f1601)&&(_0x58bb4a[_0x6ebe5b(0x14f)](_0x58bb4a[_0x6ebe5b(0x1be)],_0x58bb4a[_0x6ebe5b(0x1be)])?(this[_0x6ebe5b(0x16e)]['push'](_0x224dcb),_0x224dcb['hooks']=this[_0x6ebe5b(0xcc)](_0x2221e9),this[_0x6ebe5b(0xc8)](_0x2221e9)):_0x40c8de['hookAnalyticsId']&&_0x2c535d[_0x6ebe5b(0x154)](_0x3ed92a[_0x6ebe5b(0x118)]));const _0x2fd21d={'event_type':_0x58bb4a[_0x6ebe5b(0x20f)](_0x1f1601,_0x58bb4a['VbMrp'])?_0x58bb4a[_0x6ebe5b(0x1ca)]:_0x1f1601};_0x1f1601[_0x6ebe5b(0x181)](/HookRun/)?_0x58bb4a[_0x6ebe5b(0x147)](_0x58bb4a['HwsTI'],_0x58bb4a[_0x6ebe5b(0x175)])?_0x4af1cf=[]:(_0x224dcb[_0x58bb4a[_0x6ebe5b(0x159)]]=HOOK_TYPES_MAP[_0x224dcb[_0x58bb4a[_0x6ebe5b(0x159)]]],_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x19b)]]=_0x224dcb):_0x58bb4a['NRTGU'](_0x58bb4a[_0x6ebe5b(0xe4)],_0x58bb4a['YxXUK'])?_0x58bb4a[_0x6ebe5b(0x1ce)](_0x55b3bb,_0x6ebe5b(0x116)+_0x490ca5):_0x2fd21d[_0x58bb4a['FACWo']]=_0x224dcb;_0x58bb4a['cHhtB'](this[_0x6ebe5b(0x111)][_0x6ebe5b(0x15a)],0x0)&&[_0x58bb4a[_0x6ebe5b(0x1ca)],_0x58bb4a[_0x6ebe5b(0xd4)]][_0x6ebe5b(0x190)](_0x1f1601)&&(_0x58bb4a[_0x6ebe5b(0x1dc)](_0x58bb4a[_0x6ebe5b(0x11b)],_0x58bb4a[_0x6ebe5b(0x145)])?(this[_0x6ebe5b(0x111)][_0x6ebe5b(0x20a)](async _0x3c0b0d=>{const _0x313440=_0x6ebe5b;if(_0x58bb4a[_0x313440(0x1fd)](_0x58bb4a['dCvMs'],_0x58bb4a[_0x313440(0x178)]))return null;else{const _0x1874c3=_0x58bb4a[_0x313440(0x14c)][_0x313440(0x1f4)]('|');let _0x11d993=0x0;while(!![]){switch(_0x1874c3[_0x11d993++]){case'0':_0x3c0b0d[_0x58bb4a['oWpur']][_0x58bb4a[_0x313440(0x15b)]]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x15b)]];continue;case'1':await SessionHandler[_0x313440(0x110)](_0x3c0b0d);continue;case'2':_0x3c0b0d[_0x58bb4a[_0x313440(0x19b)]][_0x58bb4a[_0x313440(0x100)]]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x100)]];continue;case'3':_0x3c0b0d[_0x58bb4a['oWpur']][_0x58bb4a[_0x313440(0xb0)]]=_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x313440(0xb0)]];continue;case'4':_0x3c0b0d[_0x58bb4a[_0x313440(0x19b)]][_0x58bb4a['TtIAa']]=_0x2fd21d[_0x58bb4a[_0x313440(0x1e1)]][_0x58bb4a[_0x313440(0x20c)]];continue;}break;}}}),this[_0x6ebe5b(0x111)]=[]):_0x58bb4a[_0x6ebe5b(0x143)](_0x56c535,_0x6ebe5b(0x120)+_0x4105ff+'\x20with\x20error\x20:\x20'+_0x5dcbe4));if(_0x58bb4a[_0x6ebe5b(0x1d7)](this[_0x6ebe5b(0x195)],_0x2221e9[_0x6ebe5b(0x11e)])){if(_0x58bb4a[_0x6ebe5b(0xeb)](_0x58bb4a['qqISf'],_0x58bb4a[_0x6ebe5b(0x1e6)])){this[_0x6ebe5b(0x111)]['push'](_0x2fd21d);return;}else return;}if(_0x58bb4a['DkyIK'](this[_0x6ebe5b(0x195)],_0x58bb4a[_0x6ebe5b(0x14d)])&&_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x1e1)]]){if(_0x58bb4a['eqjPJ'](_0x58bb4a[_0x6ebe5b(0xd7)],_0x58bb4a['lSgxX']))_0x2fd21d[_0x58bb4a[_0x6ebe5b(0x1e1)]][_0x58bb4a[_0x6ebe5b(0x15b)]]=_0x58bb4a['onPwg'],_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x6ebe5b(0x100)]]=null,_0x2fd21d[_0x58bb4a['FACWo']][_0x58bb4a[_0x6ebe5b(0xb0)]]=null;else return _0x2fdcc5['statSync'](_0x56f18f[_0x6ebe5b(0x136)](_0x17a5bb,_0x58bb4a[_0x6ebe5b(0xe7)],_0x58bb4a[_0x6ebe5b(0xac)])),_0x4a8ef6;}await SessionHandler[_0x6ebe5b(0x110)](_0x2fd21d);}else{const _0x20f3fc={};return _0x20f3fc[_0x2ee427]=_0x58bb4a[_0x6ebe5b(0x1c0)],_0x20f3fc[_0x33d660]=_0x58bb4a[_0x6ebe5b(0x133)],_0x20f3fc[_0x5e8494]=_0x58bb4a[_0x6ebe5b(0x1d1)],_0x20f3fc[_0x20c5a2];}}catch(_0x152dfa){if(_0x58bb4a[_0x6ebe5b(0x1a0)](_0x58bb4a[_0x6ebe5b(0x18f)],_0x58bb4a[_0x6ebe5b(0x18f)])){const _0x53d64b={};_0x53d64b['vzDmE']=_0x58bb4a['loIYP'],_0x53d64b[_0x6ebe5b(0x12f)]=_0x58bb4a['dKERL'];const _0x4ecfb5=_0x53d64b;if(!_0x30980a||!_0x17d080[_0x6ebe5b(0x11f)])return;_0x4cfd37[_0x6ebe5b(0x11f)][_0x6ebe5b(0x1f8)][_0x6ebe5b(0x20a)](_0x48deed=>{const _0x5e989d=_0x6ebe5b;[_0x4ecfb5['vzDmE'],_0x4ecfb5[_0x5e989d(0x12f)]][_0x5e989d(0x190)](_0x48deed[_0x5e989d(0x11e)])&&_0x48deed[_0x5e989d(0x118)]&&(_0x48deed[_0x5e989d(0x118)]=null);}),this[_0x6ebe5b(0x162)](_0x4ac23f[_0x6ebe5b(0x11f)]);}else _0x58bb4a[_0x6ebe5b(0xf9)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x1f1601+_0x6ebe5b(0xd9)+_0x152dfa);}};[a16_0x2db42d(0x106)](_0x29b021){const _0x1292a3=a16_0x2db42d,_0x1481ac={};_0x1481ac[_0x1292a3(0x205)]=_0x1292a3(0xfa),_0x1481ac[_0x1292a3(0xcb)]=function(_0xe5e911,_0x137022){return _0xe5e911==_0x137022;},_0x1481ac[_0x1292a3(0x16d)]=function(_0xb2d831,_0xd477ff){return _0xb2d831===_0xd477ff;},_0x1481ac['hqZOP']=function(_0x5d651d,_0x52a12f){return _0x5d651d!==_0x52a12f;},_0x1481ac['BTOWq']='fpEOm',_0x1481ac[_0x1292a3(0x17d)]=_0x1292a3(0x107),_0x1481ac[_0x1292a3(0x18a)]=_0x1292a3(0xee),_0x1481ac['ARGym']=_0x1292a3(0xf7),_0x1481ac[_0x1292a3(0xf5)]=_0x1292a3(0x1b1),_0x1481ac[_0x1292a3(0xab)]='Hyqml',_0x1481ac['JTgCb']=_0x1292a3(0x1d6);const _0x353fed=_0x1481ac,_0x125482=path[_0x1292a3(0x1fc)];if(_0x353fed['hVERW'](_0x29b021,null)||_0x353fed['abarE'](_0x29b021,'')||_0x353fed[_0x1292a3(0x16d)](_0x29b021,_0x125482)){if(_0x353fed['hqZOP'](_0x353fed[_0x1292a3(0xe8)],_0x353fed[_0x1292a3(0xe8)]))_0x184eba[_0x353fed[_0x1292a3(0x205)]]=_0x37102f;else return null;}try{if(_0x353fed['hqZOP'](_0x353fed[_0x1292a3(0x17d)],_0x353fed['ISlWx']))return fs[_0x1292a3(0x1af)](path[_0x1292a3(0x136)](_0x29b021,_0x353fed['ARGym'],_0x353fed[_0x1292a3(0xf5)])),_0x29b021;else{this[_0x1292a3(0x111)][_0x1292a3(0x154)](_0x456291);return;}}catch(_0x1c669a){if(_0x353fed[_0x1292a3(0x16d)](_0x353fed['LIZea'],_0x353fed[_0x1292a3(0x1a4)]))return[];else{const _0xc371cd=path['dirname'](_0x29b021);return this[_0x1292a3(0x106)](_0xc371cd);}}}['appendTestItemLog']=async _0x1220ca=>{const _0x2960c4=a16_0x2db42d,_0x4076f7={'tUeLD':_0x2960c4(0x13c),'BmBpf':function(_0x4c5550,_0x58bed6){return _0x4c5550!==_0x58bed6;},'JXCOV':_0x2960c4(0xb4),'hJkRy':'passed','kScgC':_0x2960c4(0x1bc),'Vhnjj':_0x2960c4(0x124),'dHmYp':function(_0x17e3d8,_0x4b48ea){return _0x17e3d8===_0x4b48ea;},'KQpOL':_0x2960c4(0xce),'izeXB':function(_0x266635,_0x2c579e){return _0x266635===_0x2c579e;},'yOJsn':_0x2960c4(0x16a),'kNOCn':_0x2960c4(0x183),'SrGCR':function(_0x36f1da,_0x14b0f6){return _0x36f1da===_0x14b0f6;},'KOlFz':'EOXhE','Okwju':_0x2960c4(0xdd),'lbZeB':_0x2960c4(0x1a1),'zYxrX':_0x2960c4(0x122),'swmTT':_0x2960c4(0x19c),'oFFVY':function(_0x161c40,_0x4de2e0){return _0x161c40(_0x4de2e0);}},_0x4f07a8=TestDetails['getTestUUID'](process[_0x2960c4(0x1dd)]+_0x2960c4(0x1ff)),_0x1602e6=TestDetails[_0x2960c4(0x171)](process[_0x2960c4(0x1dd)]+_0x2960c4(0x1bb));try{if(_0x4076f7['dHmYp'](_0x4076f7['KQpOL'],_0x4076f7['KQpOL'])){(_0x4f07a8||this[_0x2960c4(0x1e5)]&&!this[_0x2960c4(0x1e5)][_0x2960c4(0x149)])&&(_0x4076f7[_0x2960c4(0x1a2)](_0x4076f7[_0x2960c4(0xca)],_0x4076f7['yOJsn'])?_0x1220ca[_0x2960c4(0x1a8)]=_0x4f07a8:this['_gitConfigPath']=_0x4d930c[_0x2960c4(0x140)]);if(!_0x1220ca[_0x2960c4(0x1a8)]&&_0x1602e6){if(_0x4076f7['BmBpf'](_0x4076f7['kNOCn'],_0x4076f7[_0x2960c4(0x1b4)]))return;else _0x1220ca[_0x2960c4(0x197)]=_0x1602e6;}if(_0x1220ca[_0x2960c4(0x1a8)]||_0x1220ca[_0x2960c4(0x197)]){if(_0x4076f7[_0x2960c4(0x127)](_0x4076f7[_0x2960c4(0x198)],_0x4076f7[_0x2960c4(0x1f6)]))_0x476336=[_0x4eb7fe,_0x4076f7[_0x2960c4(0x15c)]];else{const _0x4caf32={};_0x4caf32[_0x2960c4(0x1f5)]=_0x4076f7[_0x2960c4(0xe9)],_0x4caf32['logs']=[_0x1220ca],await SessionHandler[_0x2960c4(0x110)](_0x4caf32);}}}else _0x4076f7[_0x2960c4(0x216)](_0x28241c[_0x2960c4(0x1c9)],_0x4076f7['JXCOV'])&&(_0x44f9d6[_0x2960c4(0x1c9)]=_0x4076f7['hJkRy']);}catch(_0x5a3a5e){_0x4076f7[_0x2960c4(0x216)](_0x4076f7['zYxrX'],_0x4076f7[_0x2960c4(0xb5)])?_0x4076f7[_0x2960c4(0x1cc)](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x5a3a5e):_0x18aa83[_0x4076f7[_0x2960c4(0xd8)]]=_0x58ad03[_0x4076f7['Vhnjj']];}};['appendTestPlatform']=async _0x51c324=>{const _0x26ae19=a16_0x2db42d,_0x5914fc={'jpOAm':function(_0x47ae4a,_0x559154){return _0x47ae4a===_0x559154;},'zleVO':_0x26ae19(0x158),'NvJQv':_0x26ae19(0x168),'YlTAH':_0x26ae19(0x18d),'zNMbI':_0x26ae19(0x121),'ZyaDO':function(_0x489b38,_0x137d23){return _0x489b38!==_0x137d23;},'zBQZz':_0x26ae19(0x157),'GbgNF':function(_0x5d8044,_0x3820a9){return _0x5d8044(_0x3820a9);}};try{if(_0x5914fc[_0x26ae19(0xcd)](_0x5914fc[_0x26ae19(0x17e)],_0x5914fc['NvJQv']))return;else{const _0x51aac3={'uuid':_0x51c324[_0x26ae19(0x1f7)]||TestDetails['getTestUUID'](process[_0x26ae19(0x1dd)]+_0x26ae19(0x1bb)),'integrations':_0x51c324[_0x5914fc[_0x26ae19(0x126)]]},_0xf3756a={};_0xf3756a[_0x26ae19(0x1f5)]=_0x5914fc['zNMbI'],_0xf3756a[_0x26ae19(0xfa)]=_0x51aac3,await SessionHandler[_0x26ae19(0x110)](_0xf3756a);}}catch(_0x1c94b1){if(_0x5914fc[_0x26ae19(0xe1)](_0x5914fc['zBQZz'],_0x5914fc[_0x26ae19(0x146)])){if(!_0x45ed30||!_0x3e7349[_0x26ae19(0x11f)])return[];const _0x58583d=[];return _0x1bbad7[_0x26ae19(0x11f)][_0x26ae19(0x1f8)]['forEach'](_0x1b6df6=>{const _0x57cdce=_0x26ae19;_0x1b6df6['hookAnalyticsId']&&_0x58583d[_0x57cdce(0x154)](_0x1b6df6[_0x57cdce(0x118)]);}),[..._0x58583d,...this[_0x26ae19(0xcc)](_0x23e5b4[_0x26ae19(0x11f)])];}else _0x5914fc[_0x26ae19(0x203)](debug,_0x26ae19(0x142)+_0x1c94b1);}};async[a16_0x2db42d(0x101)](){const _0x531b2d=a16_0x2db42d,_0x30d4e7={'Loekb':function(_0x1ea551,_0x29b549){return _0x1ea551!==_0x29b549;},'FuJwj':_0x531b2d(0x1b5),'bgObZ':'MHHTc','DRDbI':function(_0x871003){return _0x871003();},'TIPdT':function(_0x58fcd8,_0x40bc72){return _0x58fcd8===_0x40bc72;},'pDsUB':_0x531b2d(0x12b),'WRWtc':_0x531b2d(0x1bd)};if(this[_0x531b2d(0xfb)]){if(_0x30d4e7[_0x531b2d(0x1c3)](_0x30d4e7[_0x531b2d(0x184)],_0x30d4e7[_0x531b2d(0x1b3)]))return this[_0x531b2d(0xaa)];else return;}const _0x5465cc=await _0x30d4e7['DRDbI'](getGitMetaData);_0x5465cc&&(_0x30d4e7[_0x531b2d(0xc3)](_0x30d4e7['pDsUB'],_0x30d4e7[_0x531b2d(0x144)])?this['mapTestHooks'](_0x4d0eed):this[_0x531b2d(0xaa)]=_0x5465cc[_0x531b2d(0x140)]),this['_gitConfigured']=!![];}[a16_0x2db42d(0x213)](_0x9b3795){const _0x5b46bd=a16_0x2db42d,_0x49ed2e={};_0x49ed2e[_0x5b46bd(0xbd)]=_0x5b46bd(0x1db),_0x49ed2e[_0x5b46bd(0x1cb)]='pending',_0x49ed2e[_0x5b46bd(0x174)]=_0x5b46bd(0xb4);const _0x28c24d=_0x49ed2e,_0x203801={};return _0x203801[STATE_PASSED]=_0x28c24d[_0x5b46bd(0xbd)],_0x203801[STATE_PENDING]=_0x28c24d[_0x5b46bd(0x1cb)],_0x203801[STATE_FAILED]=_0x28c24d[_0x5b46bd(0x174)],_0x203801[_0x9b3795];}[a16_0x2db42d(0x20b)](_0x230089){const _0x5f28fb=a16_0x2db42d,_0x3564db={};_0x3564db['GOlev']=_0x5f28fb(0xb6),_0x3564db['ycXsJ']=_0x5f28fb(0x1d3),_0x3564db[_0x5f28fb(0x185)]=_0x5f28fb(0x139),_0x3564db[_0x5f28fb(0x1b6)]=_0x5f28fb(0x1a3),_0x3564db[_0x5f28fb(0x172)]=function(_0xe8604f,_0x1ec288){return _0xe8604f!==_0x1ec288;},_0x3564db['ZChbV']=_0x5f28fb(0xc2),_0x3564db['xlrph']=_0x5f28fb(0x1a5),_0x3564db[_0x5f28fb(0xe0)]=function(_0x5e6e6f,_0x5bb9d5){return _0x5e6e6f!==_0x5bb9d5;},_0x3564db[_0x5f28fb(0xbf)]=function(_0x511c3c,_0x3f9ba2){return _0x511c3c!==_0x3f9ba2;},_0x3564db['VleUN']=_0x5f28fb(0x191);const _0xa75586=_0x3564db,_0x57bcc6=[];if(_0x230089&&_0x230089['parent']){if(_0xa75586[_0x5f28fb(0x172)](_0xa75586[_0x5f28fb(0x1ea)],_0xa75586[_0x5f28fb(0x1c6)])){let _0x28c1d5=_0x230089['parent'];while(_0x28c1d5&&_0x28c1d5[_0x5f28fb(0x130)]&&_0xa75586['pdOKa'](_0x28c1d5['name'],'')){_0xa75586[_0x5f28fb(0xbf)](_0xa75586[_0x5f28fb(0x125)],_0xa75586[_0x5f28fb(0x125)])?(_0x37057d[_0xa75586[_0x5f28fb(0x1d2)]]=_0x490498[_0x37406[_0xa75586['GOlev']]],_0x49d8db[_0xa75586['ycXsJ']]=_0x40de20):(_0x57bcc6[_0x5f28fb(0x154)](_0x28c1d5[_0x5f28fb(0x130)]),_0x28c1d5=_0x28c1d5[_0x5f28fb(0x130)]);}}else[_0xa75586[_0x5f28fb(0x185)],_0xa75586[_0x5f28fb(0x1b6)]][_0x5f28fb(0x190)](_0x1f6363[_0x5f28fb(0x11e)])&&_0x247db0['hookAnalyticsId']&&(_0x5855fc[_0x5f28fb(0x118)]=null);}return _0x57bcc6['reverse'](),_0x57bcc6;}[a16_0x2db42d(0x212)]=_0x24484e=>{const _0x3e69ba=a16_0x2db42d,_0x370efa={};_0x370efa[_0x3e69ba(0x17a)]=function(_0x20ac57,_0x4594cf){return _0x20ac57!==_0x4594cf;},_0x370efa[_0x3e69ba(0x1ac)]=_0x3e69ba(0x202),_0x370efa[_0x3e69ba(0xda)]='zoXSl',_0x370efa['nUpBP']='ujasV';const _0x371ed3=_0x370efa;if(_0x24484e[_0x3e69ba(0x123)]){if(_0x371ed3['nHMzi'](_0x371ed3[_0x3e69ba(0x1ac)],_0x371ed3[_0x3e69ba(0x1ac)]))!_0x1ea089[_0x3e69ba(0x118)]&&(_0x199e3c[_0x3e69ba(0x118)]=_0x239ac0['setTestUUID'](_0x3f74a0[_0x3e69ba(0x1dd)]+_0x3e69ba(0x1ff)));else{const _0x3531c5=stackTrace['parse'][_0x3e69ba(0x1a6)](stackTrace,_0x24484e['asyncError']);return _0x3531c5[0x0][_0x3e69ba(0x1b8)]();}}if(_0x24484e['file']){if(_0x371ed3[_0x3e69ba(0x17a)](_0x371ed3['TzQNN'],_0x371ed3['nUpBP']))return _0x24484e['file'];else{const _0x2724de=_0x2140f8['parse']['call'](_0xa97c8e,_0x188ea3[_0x3e69ba(0x123)]);return _0x2724de[0x0]['getFileName']();}}return null;};['mapTestHooks']=_0x29b3fd=>{const _0x41abd7=a16_0x2db42d,_0x5f86c8={'BHrPC':function(_0x1bcdfe,_0x1c8239){return _0x1bcdfe(_0x1c8239);},'bVPEc':function(_0xdbae4c,_0x43362f){return _0xdbae4c!==_0x43362f;},'YWBmm':_0x41abd7(0x1c5),'oyQoe':function(_0x67ec60,_0x1db0d9){return _0x67ec60!==_0x1db0d9;},'oHcSo':_0x41abd7(0x169),'DhOAz':function(_0x266704,_0x41c307){return _0x266704===_0x41c307;},'IGdWV':_0x41abd7(0x204),'qKtnF':'jwWwc'};if(!_0x29b3fd||!_0x29b3fd['parent']){if(_0x5f86c8['DhOAz'](_0x5f86c8[_0x41abd7(0x11c)],_0x5f86c8[_0x41abd7(0x155)]))_0x5f86c8[_0x41abd7(0x19d)](_0x45915f,_0x41abd7(0x142)+_0x44171c);else return;}_0x29b3fd[_0x41abd7(0x11f)][_0x41abd7(0x1f8)][_0x41abd7(0x20a)](_0x15f4d6=>{const _0x875495=_0x41abd7;_0x5f86c8['bVPEc'](_0x5f86c8[_0x875495(0x186)],_0x5f86c8[_0x875495(0x186)])?(_0x32ee56['push'](_0x5574fe[_0x875495(0x130)]),_0xb30e31=_0x40f5e8[_0x875495(0x130)]):!_0x15f4d6[_0x875495(0x118)]&&(_0x5f86c8[_0x875495(0x105)](_0x5f86c8[_0x875495(0x161)],_0x5f86c8[_0x875495(0x161)])?_0x3337fd[_0x875495(0x1a8)]=_0x26ca83:_0x15f4d6[_0x875495(0x118)]=TestDetails[_0x875495(0x129)](process['pid']+_0x875495(0x1ff)));}),this[_0x41abd7(0x162)](_0x29b3fd[_0x41abd7(0x11f)]);};[a16_0x2db42d(0xc8)]=_0x5871e2=>{const _0x1b30f5=a16_0x2db42d,_0x2b8c9f={'JcISg':function(_0x18760a,_0x11f7df){return _0x18760a===_0x11f7df;},'yZqkx':_0x1b30f5(0xb8),'OmTQZ':function(_0x2e367e,_0x1c7abe){return _0x2e367e!==_0x1c7abe;},'tdacY':_0x1b30f5(0xb4),'WWpce':_0x1b30f5(0x1db),'loENH':function(_0x2e2bb1,_0x420531){return _0x2e2bb1(_0x420531);},'lEAdU':_0x1b30f5(0xd5),'AjyiQ':_0x1b30f5(0x139),'aLTCo':_0x1b30f5(0x1a3),'ZzARY':_0x1b30f5(0x193),'APgJw':function(_0x1fcd7b,_0x35b99b){return _0x1fcd7b!==_0x35b99b;},'qOGEw':_0x1b30f5(0x209),'pgmdO':_0x1b30f5(0xe5)};if(!_0x5871e2||!_0x5871e2[_0x1b30f5(0x11f)]){if(_0x2b8c9f[_0x1b30f5(0x1c7)](_0x2b8c9f[_0x1b30f5(0xf1)],_0x2b8c9f[_0x1b30f5(0x1fb)]))return;else[_0x45d71d['hook_type'],_0x4201d4[_0x1b30f5(0x130)]]=[_0x1b8761[_0x1b30f5(0x11e)],this['getName'](_0x5c2046)],_0x2b8c9f[_0x1b30f5(0x10c)](_0x834636,_0x2b8c9f[_0x1b30f5(0xf2)])&&(_0x2b8c9f[_0x1b30f5(0xe3)](_0x400ff7[_0x1b30f5(0x1c9)],_0x2b8c9f[_0x1b30f5(0x117)])&&(_0x3558c3[_0x1b30f5(0x1c9)]=_0x2b8c9f[_0x1b30f5(0x215)]));}_0x5871e2[_0x1b30f5(0x11f)][_0x1b30f5(0x1f8)][_0x1b30f5(0x20a)](_0x25c41f=>{const _0x1f934d=_0x1b30f5;if(_0x2b8c9f['OmTQZ'](_0x2b8c9f['lEAdU'],_0x2b8c9f['lEAdU']))_0x2b8c9f[_0x1f934d(0x128)](_0x3ba0e7,_0x1f934d(0x1bf)+_0x7a8331),_0xfe452d=null;else{if([_0x2b8c9f[_0x1f934d(0x10a)],_0x2b8c9f['aLTCo']]['includes'](_0x25c41f['type'])&&_0x25c41f[_0x1f934d(0x118)]){if(_0x2b8c9f[_0x1f934d(0xe3)](_0x2b8c9f['ZzARY'],_0x2b8c9f['ZzARY'])){let _0x144002=_0x3f8944['parent'];while(_0x144002&&_0x144002[_0x1f934d(0x130)]&&_0x2b8c9f[_0x1f934d(0xe3)](_0x144002[_0x1f934d(0x130)],'')){_0xb0579[_0x1f934d(0x154)](_0x144002['name']),_0x144002=_0x144002[_0x1f934d(0x130)];}}else _0x25c41f[_0x1f934d(0x118)]=null;}}}),this[_0x1b30f5(0x162)](_0x5871e2[_0x1b30f5(0x11f)]);};[a16_0x2db42d(0xcc)]=_0xd96ec7=>{const _0x39d2d7=a16_0x2db42d,_0x36d4e0={};_0x36d4e0[_0x39d2d7(0xaf)]=_0x39d2d7(0x1db),_0x36d4e0[_0x39d2d7(0xbb)]=function(_0x18c083,_0x2f3060){return _0x18c083!==_0x2f3060;},_0x36d4e0[_0x39d2d7(0x170)]=_0x39d2d7(0x163),_0x36d4e0['kfhYY']=function(_0x5bfa79,_0x2c0026){return _0x5bfa79===_0x2c0026;},_0x36d4e0[_0x39d2d7(0xd1)]=_0x39d2d7(0xdf),_0x36d4e0[_0x39d2d7(0x176)]=_0x39d2d7(0x210),_0x36d4e0['ErJpo']=_0x39d2d7(0x17b);const _0x89d682=_0x36d4e0;if(!_0xd96ec7||!_0xd96ec7[_0x39d2d7(0x11f)]){if(_0x89d682[_0x39d2d7(0xbb)](_0x89d682['NuYVt'],_0x89d682[_0x39d2d7(0xb9)]))return[];else _0x10bbe9['result']=_0x89d682[_0x39d2d7(0xaf)];}const _0x679315=[];return _0xd96ec7[_0x39d2d7(0x11f)][_0x39d2d7(0x1f8)]['forEach'](_0x522bb9=>{const _0x1c1569=_0x39d2d7;if(_0x89d682[_0x1c1569(0xbb)](_0x89d682['BKdWv'],_0x89d682[_0x1c1569(0x170)]))return this[_0x1c1569(0xaa)];else _0x522bb9[_0x1c1569(0x118)]&&(_0x89d682['kfhYY'](_0x89d682['qnGbT'],_0x89d682[_0x1c1569(0xd1)])?_0x679315[_0x1c1569(0x154)](_0x522bb9['hookAnalyticsId']):(this['_testResults'][_0x1c1569(0x154)](_0x3a846e),_0x174433[_0x1c1569(0x1f8)]=this[_0x1c1569(0xcc)](_0x20d0ed),this[_0x1c1569(0xc8)](_0x5168ee)));}),[..._0x679315,...this[_0x39d2d7(0xcc)](_0xd96ec7[_0x39d2d7(0x11f)])];};},['getTestEnv',a16_0x2db42d(0x1f0),'testStarted',a16_0x2db42d(0x151),a16_0x2db42d(0x1fa),a16_0x2db42d(0x106),a16_0x2db42d(0x20d),'appendTestPlatform',a16_0x2db42d(0x213),a16_0x2db42d(0x20b),'getRootParentFile',a16_0x2db42d(0x162),a16_0x2db42d(0xc8),a16_0x2db42d(0xcc),'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_0x6f6093=a17_0x52c9;(function(_0x5c19aa,_0x3b1070){const _0x12c7e1=a17_0x52c9,_0x514923=_0x5c19aa();while(!![]){try{const _0x21c1af=-parseInt(_0x12c7e1(0x1b8))/0x1*(-parseInt(_0x12c7e1(0x193))/0x2)+-parseInt(_0x12c7e1(0x18c))/0x3*(-parseInt(_0x12c7e1(0x1a2))/0x4)+-parseInt(_0x12c7e1(0x19c))/0x5*(-parseInt(_0x12c7e1(0x188))/0x6)+-parseInt(_0x12c7e1(0x1ac))/0x7+-parseInt(_0x12c7e1(0x197))/0x8*(parseInt(_0x12c7e1(0x1a5))/0x9)+-parseInt(_0x12c7e1(0x1aa))/0xa+parseInt(_0x12c7e1(0x1a3))/0xb*(-parseInt(_0x12c7e1(0x190))/0xc);if(_0x21c1af===_0x3b1070)break;else _0x514923['push'](_0x514923['shift']());}catch(_0x57f351){_0x514923['push'](_0x514923['shift']());}}}(a17_0x2119,0x4b03c));const fs=require('fs'),path=require(a17_0x6f6093(0x1b2)),{v4:uuidv4}=require(a17_0x6f6093(0x18a)),helper=require(a17_0x6f6093(0x195));function a17_0x52c9(_0x50fd43,_0x56db49){const _0x211922=a17_0x2119();return a17_0x52c9=function(_0x52c96a,_0x290baa){_0x52c96a=_0x52c96a-0x188;let _0xc5bd29=_0x211922[_0x52c96a];return _0xc5bd29;},a17_0x52c9(_0x50fd43,_0x56db49);}class TestDetails{static ['tests']={};static [a17_0x6f6093(0x1a8)]=path[a17_0x6f6093(0x1b0)](helper[a17_0x6f6093(0x18b)](),a17_0x6f6093(0x1bc),a17_0x6f6093(0x19b)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']);static[a17_0x6f6093(0x199)](){const _0x449c1d=a17_0x6f6093,_0x4fa778={};_0x4fa778[_0x449c1d(0x1a6)]=_0x449c1d(0x1bc);const _0x29dbba=_0x4fa778;this[_0x449c1d(0x1a8)]=path[_0x449c1d(0x1b0)](helper[_0x449c1d(0x18b)](),_0x29dbba[_0x449c1d(0x1a6)],_0x449c1d(0x19b)+process['env'][_0x449c1d(0x198)]),this[_0x449c1d(0x19d)]();const _0x90fe07={};_0x90fe07[_0x449c1d(0x1b7)]=!![],fs[_0x449c1d(0x1b1)](this['dirPath'],_0x90fe07);}static[a17_0x6f6093(0x19e)](_0x10cc8f){const _0x57833a=a17_0x6f6093,_0xf4828={};_0xf4828['bZJyN']=function(_0x518581,_0x4c1748){return _0x518581+_0x4c1748;},_0xf4828[_0x57833a(0x1b3)]=_0x57833a(0x1b6);const _0x5ef01d=_0xf4828;return path[_0x57833a(0x1b0)](this[_0x57833a(0x1a8)],_0x5ef01d['bZJyN'](_0x10cc8f,_0x5ef01d[_0x57833a(0x1b3)]));}static[a17_0x6f6093(0x19f)](_0x543a80){const _0x504c8f=a17_0x6f6093,_0x58e79e={};_0x58e79e[_0x504c8f(0x1a0)]=function(_0x557e08,_0x7f92fb){return _0x557e08+_0x7f92fb;},_0x58e79e[_0x504c8f(0x1be)]=function(_0x2f387c,_0x3b00ad){return _0x2f387c+_0x3b00ad;};const _0x3673f7=_0x58e79e;return _0x3673f7[_0x504c8f(0x1a0)](_0x3673f7['cnptW'](_0x3673f7['WeCyk'](_0x3673f7[_0x504c8f(0x1a0)](_0x543a80[_0x504c8f(0x18e)]['_projectId'],'-'),_0x543a80[_0x504c8f(0x18e)]['id']),'-'),_0x543a80[_0x504c8f(0x18f)]);}static[a17_0x6f6093(0x192)](_0x1a0d0e){const _0x10c9fc=a17_0x6f6093,_0x1bafd2={};_0x1bafd2[_0x10c9fc(0x1af)]=_0x10c9fc(0x1bc),_0x1bafd2[_0x10c9fc(0x1bd)]=function(_0x431f36,_0x33adea){return _0x431f36===_0x33adea;},_0x1bafd2[_0x10c9fc(0x194)]=_0x10c9fc(0x1b9),_0x1bafd2['sZkaB']=_0x10c9fc(0x1a4);const _0x262181=_0x1bafd2,_0x5d5072=this['getFilePath'](_0x1a0d0e);if(fs[_0x10c9fc(0x196)](_0x5d5072)){if(_0x262181[_0x10c9fc(0x1bd)](_0x262181['HSXOj'],_0x262181[_0x10c9fc(0x191)])){this['dirPath']=_0x1d96fa[_0x10c9fc(0x1b0)](_0x5a7216[_0x10c9fc(0x18b)](),_0x262181[_0x10c9fc(0x1af)],_0x10c9fc(0x19b)+_0x474395[_0x10c9fc(0x19a)][_0x10c9fc(0x198)]),this[_0x10c9fc(0x19d)]();const _0x20feef={};_0x20feef[_0x10c9fc(0x1b7)]=!![],_0x209693[_0x10c9fc(0x1b1)](this[_0x10c9fc(0x1a8)],_0x20feef);}else{const _0xab11bd=JSON[_0x10c9fc(0x1a9)](fs[_0x10c9fc(0x1b5)](_0x5d5072)[_0x10c9fc(0x1bb)]());return this[_0x10c9fc(0x1ba)][_0x1a0d0e]=_0xab11bd,this['tests'][_0x1a0d0e][_0x10c9fc(0x18a)];}}}static[a17_0x6f6093(0x1ad)](_0x305a49){const _0x3e54b5=a17_0x6f6093,_0x11c5e3={'zgNvA':function(_0x5c0848){return _0x5c0848();}},_0x145efc=this['getFilePath'](_0x305a49);return this['tests'][_0x305a49]={'uuid':_0x11c5e3[_0x3e54b5(0x189)](uuidv4)},fs['writeFileSync'](_0x145efc,JSON[_0x3e54b5(0x1ae)](this[_0x3e54b5(0x1ba)][_0x305a49])),this[_0x3e54b5(0x1ba)][_0x305a49]['uuid'];}static[a17_0x6f6093(0x18d)](_0xecceb1){const _0x3935ab=a17_0x6f6093,_0x52e8d8=this['getFilePath'](_0xecceb1);fs[_0x3935ab(0x196)](_0x52e8d8)&&fs[_0x3935ab(0x1b4)](_0x52e8d8);}static[a17_0x6f6093(0x19d)](){const _0x222730=a17_0x6f6093,_0x5effe2={};_0x5effe2[_0x222730(0x1b7)]=!![],_0x5effe2[_0x222730(0x1ab)]=!![],fs[_0x222730(0x1a1)](this['dirPath'],_0x5effe2);}}module[a17_0x6f6093(0x1a7)]=TestDetails;function a17_0x2119(){const _0x4f06af=['env','jest-o11y-','12445DgOgJT','shutdown','getFilePath','getTestRunIdFromTestInfo','WeCyk','rmSync','91512gKpwIS','72831CcSrEE','JnTuR','75015FIeTEG','swyBm','exports','dirPath','parse','989310yQYKpG','force','296786CAdzDe','setTestUUID','stringify','ccJOh','join','mkdirSync','path','VafsA','unlinkSync','readFileSync','.json','recursive','2182DAYuTT','BvHKL','tests','toString','.browserstack','IMqoc','cnptW','1320TVvWyL','zgNvA','uuid','homedir','21aOvDtc','removeTestUUID','_test','retry','324xocvtB','sZkaB','getTestUUID','400GiEfNb','HSXOj','../../../helpers/helper','existsSync','496LMydra','BS_TESTOPS_BUILD_HASHED_ID','setup'];a17_0x2119=function(){return _0x4f06af;};return a17_0x2119();}
@@ -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_0x32fed8=a18_0x25ab;(function(_0x3b2cc3,_0x424b8b){const _0x1e5fe0=a18_0x25ab,_0x2cb1e2=_0x3b2cc3();while(!![]){try{const _0x44bf9f=parseInt(_0x1e5fe0(0xc8))/0x1+parseInt(_0x1e5fe0(0xc7))/0x2+parseInt(_0x1e5fe0(0xca))/0x3*(parseInt(_0x1e5fe0(0xc9))/0x4)+parseInt(_0x1e5fe0(0xc5))/0x5*(parseInt(_0x1e5fe0(0xc6))/0x6)+parseInt(_0x1e5fe0(0xcb))/0x7+-parseInt(_0x1e5fe0(0xc4))/0x8*(parseInt(_0x1e5fe0(0xc3))/0x9)+-parseInt(_0x1e5fe0(0xc0))/0xa;if(_0x44bf9f===_0x424b8b)break;else _0x2cb1e2['push'](_0x2cb1e2['shift']());}catch(_0x30bf3c){_0x2cb1e2['push'](_0x2cb1e2['shift']());}}}(a18_0x46f3,0xe7646));function a18_0x46f3(){const _0x5d38b3=['12866888MFOSlJ','5xLJQuU','4298694DyreuN','2588052ffxUhK','1871475EeFhGd','16mZGDDk','298992KHORLz','12144083CRQKlM','Builder','../../helpers/setKeepAlive','__webdriver','34593320eWfglS','until','selenium-webdriver','9iKNaso'];a18_0x46f3=function(){return _0x5d38b3;};return a18_0x46f3();}const {requireModule}=require('../../helpers/helper');require(a18_0x32fed8(0xcd))();const __wd__=requireModule(a18_0x32fed8(0xc2));function a18_0x25ab(_0x46fb27,_0xc62e4d){const _0x46f36a=a18_0x46f3();return a18_0x25ab=function(_0x25ab9e,_0x6d18a4){_0x25ab9e=_0x25ab9e-0xc0;let _0x54718a=_0x46f36a[_0x25ab9e];return _0x54718a;},a18_0x25ab(_0x46fb27,_0xc62e4d);}__wd__[a18_0x32fed8(0xc1)]=global[a18_0x32fed8(0xce)][a18_0x32fed8(0xc1)],__wd__['By']=global['__webdriver']['By'],__wd__[a18_0x32fed8(0xcc)]=global[a18_0x32fed8(0xce)][a18_0x32fed8(0xcc)];