browserstack-node-sdk 1.49.12 → 1.50.1

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 (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  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/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a85_0x2c5a(_0x4b6773,_0x30c1e5){const _0x40fde9=a85_0x40fd();return a85_0x2c5a=function(_0x2c5a19,_0x35083b){_0x2c5a19=_0x2c5a19-0xfa;let _0x86e56b=_0x40fde9[_0x2c5a19];return _0x86e56b;},a85_0x2c5a(_0x4b6773,_0x30c1e5);}const a85_0x27030e=a85_0x2c5a;(function(_0x18079c,_0x547cb3){const _0x3c1c35=a85_0x2c5a,_0x9c7c92=_0x18079c();while(!![]){try{const _0x33b07a=-parseInt(_0x3c1c35(0x148))/0x1+parseInt(_0x3c1c35(0x12e))/0x2*(-parseInt(_0x3c1c35(0x113))/0x3)+-parseInt(_0x3c1c35(0x11c))/0x4*(-parseInt(_0x3c1c35(0x119))/0x5)+-parseInt(_0x3c1c35(0x166))/0x6*(parseInt(_0x3c1c35(0x129))/0x7)+-parseInt(_0x3c1c35(0x108))/0x8*(-parseInt(_0x3c1c35(0x167))/0x9)+-parseInt(_0x3c1c35(0x105))/0xa+parseInt(_0x3c1c35(0x154))/0xb*(parseInt(_0x3c1c35(0x114))/0xc);if(_0x33b07a===_0x547cb3)break;else _0x9c7c92['push'](_0x9c7c92['shift']());}catch(_0x5b5183){_0x9c7c92['push'](_0x9c7c92['shift']());}}}(a85_0x40fd,0x73990));const util=require(a85_0x27030e(0x126)),BaseModule=require(a85_0x27030e(0x165)),{createClassLogger}=require(a85_0x27030e(0x151)),AutomationFramework=require(a85_0x27030e(0x156)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a85_0x27030e(0x12a)),TestFramework=require(a85_0x27030e(0x152)),TestFrameworkState=require(a85_0x27030e(0x132)),PlaywrightDriverModule=require('./playwrightDriverModule.js'),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x27030e(0x103)),CLIUtils=require(a85_0x27030e(0x158)),TestInfo=require(a85_0x27030e(0x160)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js'),helper=require(a85_0x27030e(0x100)),LoadTestModule=require(a85_0x27030e(0x111)),JestUtils=require('../utils/jest-utils.js'),BrowserstackCLI=require(a85_0x27030e(0x140)),{getPlaywrightProvider,getProductForSession}=require(a85_0x27030e(0x100));class TestHubModule extends BaseModule{[a85_0x27030e(0x150)]=createClassLogger(a85_0x27030e(0x144));constructor(_0x1fb809,_0x4b6ba4=null){const _0x25b993=a85_0x27030e,_0x593b7c={};_0x593b7c[_0x25b993(0x127)]='6|5|0|2|8|4|7|1|3',_0x593b7c[_0x25b993(0x163)]=_0x25b993(0x144);const _0x128deb=_0x593b7c,_0x4a1008=_0x128deb[_0x25b993(0x127)]['split']('|');let _0x8db1a5=0x0;while(!![]){switch(_0x4a1008[_0x8db1a5++]){case'0':this[_0x25b993(0x15c)]=_0x1fb809;continue;case'1':process['env'][testHubConstants[_0x25b993(0x10a)]['BROWSERSTACK_TESTHUB_UUID']]=this[_0x25b993(0x15c)][_0x25b993(0x133)]();continue;case'2':this[_0x25b993(0x106)]=new JestUtils();continue;case'3':BrowserstackCLI[_0x25b993(0x135)]=this[_0x25b993(0x15c)][_0x25b993(0x133)]();continue;case'4':Object[_0x25b993(0x136)](TestFrameworkState)[_0x25b993(0xff)](_0x412e32=>{const _0x1af307=_0x25b993;Object[_0x1af307(0x136)](HookState)['forEach'](_0x5cdc4f=>{const _0x141f30=_0x1af307;TestFramework[_0x141f30(0x157)](_0x412e32,_0x5cdc4f,this[_0x141f30(0x131)][_0x141f30(0x112)](this));});});continue;case'5':this['name']=_0x128deb[_0x25b993(0x163)];continue;case'6':super(_0x4b6ba4);continue;case'7':process[_0x25b993(0x159)][testHubConstants[_0x25b993(0x10a)][_0x25b993(0x102)]]=this[_0x25b993(0x15c)][_0x25b993(0x14e)]();continue;case'8':AutomationFramework[_0x25b993(0x157)](AutomationFrameworkState[_0x25b993(0xfb)],HookState[_0x25b993(0x109)],this['onPageCreate'][_0x25b993(0x112)](this));continue;}break;}}[a85_0x27030e(0x13c)](){const _0x43d95e=a85_0x27030e;return TestHubModule[_0x43d95e(0x11f)];}[a85_0x27030e(0x131)](_0x1f5b7f){const _0xb135f9=a85_0x27030e,_0x4d1f2d={};_0x4d1f2d[_0xb135f9(0x146)]=function(_0x1592d3,_0x510b60){return _0x1592d3===_0x510b60;};const _0x22b993=_0x4d1f2d,_0x3dba2d=_0x1f5b7f[_0xb135f9(0x145)],_0x42c792=_0x3dba2d[_0xb135f9(0x141)]();(_0x22b993[_0xb135f9(0x146)](_0x42c792,TestFrameworkState[_0xb135f9(0x153)])||CLIUtils['matchHookRegex'](_0x42c792[_0xb135f9(0xfd)]()[_0xb135f9(0x12c)]('.')[0x1]))&&this['sendTestFrameworkEvent'](_0x1f5b7f);}async[a85_0x27030e(0x14a)](_0x9d51a8){const _0x5d6d5c=a85_0x27030e,_0x3190c0={};_0x3190c0[_0x5d6d5c(0x122)]=function(_0x263638,_0x18905e){return _0x263638===_0x18905e;},_0x3190c0['lbZTG']=_0x5d6d5c(0x15a);const _0x122cfc=_0x3190c0;try{const _0x390272=BrowserstackCLI[_0x5d6d5c(0x149)]()[_0x5d6d5c(0x117)]()[_0x5d6d5c(0x16a)](_0x9d51a8);if(!_0x390272||_0x122cfc[_0x5d6d5c(0x122)](Object[_0x5d6d5c(0x13f)](_0x390272)[_0x5d6d5c(0x128)],0x0)){this[_0x5d6d5c(0x150)]['debug'](_0x122cfc[_0x5d6d5c(0x162)]);return;}const _0xd03f03=await GrpcClient[_0x5d6d5c(0x149)]()[_0x5d6d5c(0x164)](_0x390272);this[_0x5d6d5c(0x150)]['debug'](_0x5d6d5c(0x13d)+_0x390272[_0x5d6d5c(0x11b)]+_0x5d6d5c(0x15f)+_0x390272[_0x5d6d5c(0x169)]);}catch(_0x5e6108){this[_0x5d6d5c(0x150)][_0x5d6d5c(0x168)](_0x5d6d5c(0xfc)+util[_0x5d6d5c(0x155)](_0x5e6108));}}async[a85_0x27030e(0x142)](_0x5a7050){const _0x41a8c5=a85_0x27030e,_0x3f359c={'rOQws':function(_0x56bae3,_0xf4164e){return _0x56bae3===_0xf4164e;},'QbCQo':_0x41a8c5(0x12d),'ozzIw':function(_0x5ca8fa,_0x31f241){return _0x5ca8fa===_0x31f241;},'qJVGh':function(_0x4f4368,_0x305bc9){return _0x4f4368===_0x305bc9;},'fFZwe':function(_0x3f0990,_0x260693){return _0x3f0990(_0x260693);},'mKaRH':function(_0xc4dede){return _0xc4dede();},'XQmsX':_0x41a8c5(0x15e),'fDhdl':function(_0x4cf5b1,_0x7141a7){return _0x4cf5b1===_0x7141a7;}};try{if(_0x5a7050[_0x41a8c5(0x13e)]){const _0x42622b=this[_0x41a8c5(0x138)](_0x5a7050);this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x41a8c5(0x14d)+_0x42622b);if(this[_0x41a8c5(0x121)]&&_0x3f359c[_0x41a8c5(0x10f)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x101)])&&!_0x5a7050[_0x41a8c5(0x11a)]){this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x3f359c[_0x41a8c5(0x161)]);return;}let _0x8ccb0f,_0x262e1d;if(this['testFrameworkData']&&_0x3f359c[_0x41a8c5(0x130)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x134)]))_0x8ccb0f=_0x42622b,_0x262e1d=TestInfo[_0x41a8c5(0x137)](_0x8ccb0f);else this[_0x41a8c5(0x121)]&&_0x3f359c[_0x41a8c5(0x12f)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x101)])?(_0x8ccb0f=this[_0x41a8c5(0x106)][_0x41a8c5(0x10c)](_0x5a7050['testInfo']),this['logger'][_0x41a8c5(0x11e)](_0x41a8c5(0x120)+_0x8ccb0f)):(_0x8ccb0f=TestInfo[_0x41a8c5(0x123)](_0x5a7050['testInfo'],_0x5a7050['testInfo'][_0x41a8c5(0x107)]),_0x262e1d=TestInfo[_0x41a8c5(0x137)](_0x8ccb0f));const _0x524a19=TestInfo[_0x41a8c5(0x13a)](_0x8ccb0f),_0x199734=_0x5a7050[_0x41a8c5(0x145)],_0x1096e3=AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x110)]),_0x309dc6=_0x524a19?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x41a8c5(0x121)]&&this[_0x41a8c5(0x121)]['name'],_0x182354=_0x524a19?.[TestFrameworkConstants[_0x41a8c5(0x139)]]||this[_0x41a8c5(0x121)]&&this[_0x41a8c5(0x121)][_0x41a8c5(0x10e)],_0x3195d2=TestFrameworkState[_0x41a8c5(0x153)][_0x41a8c5(0xfd)]()['split']('.')[0x1],_0x3a3b9b=HookState['POST'][_0x41a8c5(0xfd)]()[_0x41a8c5(0x12c)]('.')[0x1],_0x4f76e6=_0x199734['getContext'](),_0x3525a0=AutomationFramework['getState'](_0x199734,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x670ed={'provider':_0x3f359c[_0x41a8c5(0xfe)](getPlaywrightProvider,_0x3525a0),'frameworkName':_0x199734[_0x41a8c5(0x15d)],'frameworkVersion':_0x199734[_0x41a8c5(0x10d)],'frameworkSessionId':LoadTestModule[_0x41a8c5(0x12b)]()?LoadTestModule[_0x41a8c5(0x104)]():AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x11d)],''),'ref':_0x199734[_0x41a8c5(0x143)](),'hubUrl':_0x3525a0,'product':_0x3f359c[_0x41a8c5(0x116)](getProductForSession)};let _0x4f63b2=AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x13b)],{});_0x4f63b2=Buffer['from'](JSON['stringify'](_0x4f63b2))[_0x41a8c5(0xfd)](_0x3f359c[_0x41a8c5(0x14c)]);const _0x410a7a={'hash':_0x4f76e6[_0x41a8c5(0x14b)](),'threadId':_0x4f76e6[_0x41a8c5(0x147)]()[_0x41a8c5(0xfd)](),'processId':_0x4f76e6['getProcessId']()[_0x41a8c5(0xfd)]()},_0xd5580a={};_0xd5580a['test_identifier']=_0x8ccb0f;const _0x168d2b={};_0x168d2b[_0x41a8c5(0x15b)]=_0x262e1d;const _0x1d9da2={'platformIndex':_0x1096e3,'testFrameworkName':_0x309dc6,'testFrameworkVersion':_0x182354,'testFrameworkState':_0x3195d2,'testHookState':_0x3a3b9b,...this['testFrameworkData']&&_0x3f359c['rOQws'](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS['JEST'])?_0xd5580a:_0x168d2b,'automationSession':_0x670ed,'capabilities':_0x4f63b2,'executionContext':_0x410a7a};this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x41a8c5(0xfa)+util[_0x41a8c5(0x155)](_0x1d9da2));const _0x31091d=await GrpcClient[_0x41a8c5(0x149)]()[_0x41a8c5(0x118)](_0x1d9da2);this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)]('onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x42622b+(this[_0x41a8c5(0x121)]&&_0x3f359c['fDhdl'](this[_0x41a8c5(0x121)]['name'],FRAMEWORKS['JEST'])?_0x41a8c5(0x10b)+_0x8ccb0f:''));}}catch(_0x54a8e0){this[_0x41a8c5(0x150)][_0x41a8c5(0x168)]('Error\x20in\x20sending\x20CBTSession:\x20'+util[_0x41a8c5(0x155)](_0x54a8e0));}}}TestHubModule['MODULE_NAME']=a85_0x27030e(0x144),TestHubModule['KEY_TEST_DEFERRED']=a85_0x27030e(0x125),module[a85_0x27030e(0x14f)]=TestHubModule;function a85_0x40fd(){const _0x354c32=['./baseModule','2236128YagKvL','18VpeVrq','error','hookState','createTestFrameworkEventPayload','onPageCreate\x20CBTSession\x20payload:\x20','CREATE','Error\x20in\x20sendTestFrameworkEvent:\x20','toString','fFZwe','forEach','../../../helpers/helper.js','JEST','BROWSERSTACK_TESTHUB_JWT','../grpcClient.js','getLTSSessionId','937720LedgMI','jestUtils','retry','3108232pXLxIu','POST','ENV_VAR',',\x20test_identifier:\x20','recreateIdentifierFromTestInfo','frameworkVersion','version','rOQws','KEY_PLATFORM_INDEX','./loadTestModule.js','bind','6IsqNeX','96mmFkZf','name','mKaRH','getTestFramework','testSessionEvent','872390FpIKyP','testInfo','testFrameworkState','20ldpPVJ','KEY_SESSION_ID','debug','MODULE_NAME','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','testFrameworkData','UESrd','getTestIdentifierFromTestInfo','getState','test_deferred','util','LKvTE','length','7IdKIME','../state/hookState.js','isLTSSession','split','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','904998vKxvdJ','qJVGh','ozzIw','onAllTestEvents','../state/testFrameworkState.js','getBuildHashedId','CUCUMBER','O11yHashedID','values','getTestUUID','getTestId','KEY_TEST_FRAMEWORK_VERSION','getTestDetails','KEY_CAPABILITIES','getModuleName','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','page','keys','../browserstackCLI.js','getCurrentTestState','onPageCreate','getRef','TestHubModule','instance','UnwbJ','getThreadId','797870aaCMId','getInstance','sendTestFrameworkEvent','getId','XQmsX','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','getJwt','exports','logger','../../../helpers/classLogger.js','../framework/testFramework.js','TEST','1365881kWnOFz','format','../framework/automationFramework.js','registerObserver','../cliUtils.js','env','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','testUuid','testhubConfig','frameworkName','base64','\x20hookState:\x20','../TestInfo.js','QbCQo','lbZTG','XWqoY','testFrameworkEvent'];a85_0x40fd=function(){return _0x354c32;};return a85_0x40fd();}
1
+ const a85_0x53c545=a85_0x5d67;(function(_0x55b3f4,_0x5b8738){const _0xad827=a85_0x5d67,_0x23ce78=_0x55b3f4();while(!![]){try{const _0x45aeca=parseInt(_0xad827(0x195))/0x1*(parseInt(_0xad827(0x15b))/0x2)+-parseInt(_0xad827(0x174))/0x3*(-parseInt(_0xad827(0x1a7))/0x4)+-parseInt(_0xad827(0x16a))/0x5+parseInt(_0xad827(0x1a5))/0x6+parseInt(_0xad827(0x19d))/0x7*(parseInt(_0xad827(0x168))/0x8)+parseInt(_0xad827(0x157))/0x9+-parseInt(_0xad827(0x198))/0xa;if(_0x45aeca===_0x5b8738)break;else _0x23ce78['push'](_0x23ce78['shift']());}catch(_0x5c6df4){_0x23ce78['push'](_0x23ce78['shift']());}}}(a85_0x230f,0x6ef32));const util=require(a85_0x53c545(0x187)),BaseModule=require(a85_0x53c545(0x161)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a85_0x53c545(0x17d)),AutomationFrameworkState=require(a85_0x53c545(0x16b)),HookState=require(a85_0x53c545(0x143)),TestFramework=require('../framework/testFramework.js'),TestFrameworkState=require(a85_0x53c545(0x197)),PlaywrightDriverModule=require(a85_0x53c545(0x156)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x53c545(0x16f)),CLIUtils=require('../cliUtils.js'),TestInfo=require(a85_0x53c545(0x152)),testHubConstants=require(a85_0x53c545(0x16e)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js'),helper=require(a85_0x53c545(0x160)),LoadTestModule=require(a85_0x53c545(0x147)),JestUtils=require(a85_0x53c545(0x17a)),BrowserstackCLI=require(a85_0x53c545(0x192)),{getPlaywrightProvider,getProductForSession}=require('../../../helpers/helper.js');class TestHubModule extends BaseModule{[a85_0x53c545(0x169)]=createClassLogger(a85_0x53c545(0x171));constructor(_0x5395e4,_0x18e498=null){const _0x2e9c81=a85_0x53c545,_0x2b17d8={};_0x2b17d8['eAvIA']=_0x2e9c81(0x183),_0x2b17d8['dXkFi']=_0x2e9c81(0x171);const _0x277e26=_0x2b17d8,_0x21462f=_0x277e26['eAvIA'][_0x2e9c81(0x185)]('|');let _0x55361d=0x0;while(!![]){switch(_0x21462f[_0x55361d++]){case'0':this['name']=_0x277e26['dXkFi'];continue;case'1':this[_0x2e9c81(0x17b)]=_0x5395e4;continue;case'2':process[_0x2e9c81(0x1a9)][testHubConstants[_0x2e9c81(0x1a0)][_0x2e9c81(0x18a)]]=this[_0x2e9c81(0x17b)][_0x2e9c81(0x179)]();continue;case'3':Object[_0x2e9c81(0x1a2)](TestFrameworkState)['forEach'](_0x2ac05e=>{const _0x312d55=_0x2e9c81;Object[_0x312d55(0x1a2)](HookState)[_0x312d55(0x194)](_0x5122c0=>{const _0x3d7b2e=_0x312d55;TestFramework[_0x3d7b2e(0x184)](_0x2ac05e,_0x5122c0,this[_0x3d7b2e(0x182)][_0x3d7b2e(0x1a4)](this));});});continue;case'4':super(_0x18e498);continue;case'5':AutomationFramework[_0x2e9c81(0x184)](AutomationFrameworkState['CREATE'],HookState[_0x2e9c81(0x178)],this[_0x2e9c81(0x177)][_0x2e9c81(0x1a4)](this));continue;case'6':process[_0x2e9c81(0x1a9)][testHubConstants[_0x2e9c81(0x1a0)]['BROWSERSTACK_TESTHUB_JWT']]=this[_0x2e9c81(0x17b)][_0x2e9c81(0x1a6)]();continue;case'7':BrowserstackCLI[_0x2e9c81(0x193)]=this[_0x2e9c81(0x17b)][_0x2e9c81(0x179)]();continue;case'8':this[_0x2e9c81(0x18b)]=new JestUtils();continue;}break;}}[a85_0x53c545(0x19f)](){const _0x541bc4=a85_0x53c545;return TestHubModule[_0x541bc4(0x151)];}['onAllTestEvents'](_0x3d1352){const _0x4b50b5=a85_0x53c545,_0x3b2171={};_0x3b2171['cnKai']=function(_0x3ca7db,_0x5030c5){return _0x3ca7db===_0x5030c5;};const _0x5a8460=_0x3b2171,_0x19c26a=_0x3d1352[_0x4b50b5(0x159)],_0x3e9a55=_0x19c26a['getCurrentTestState']();(_0x5a8460[_0x4b50b5(0x1a3)](_0x3e9a55,TestFrameworkState['TEST'])||CLIUtils[_0x4b50b5(0x19c)](_0x3e9a55[_0x4b50b5(0x170)]()[_0x4b50b5(0x185)]('.')[0x1]))&&this['sendTestFrameworkEvent'](_0x3d1352);}async[a85_0x53c545(0x145)](_0x3ee447){const _0x4dcee3=a85_0x53c545,_0x5e1e3c={};_0x5e1e3c[_0x4dcee3(0x14b)]=function(_0x540fd2,_0x5159bf){return _0x540fd2===_0x5159bf;},_0x5e1e3c[_0x4dcee3(0x1aa)]=_0x4dcee3(0x14c);const _0x20515c=_0x5e1e3c;try{const _0x417fc7=BrowserstackCLI['getInstance']()[_0x4dcee3(0x17c)]()[_0x4dcee3(0x162)](_0x3ee447);if(!_0x417fc7||_0x20515c[_0x4dcee3(0x14b)](Object[_0x4dcee3(0x155)](_0x417fc7)['length'],0x0)){this[_0x4dcee3(0x169)][_0x4dcee3(0x176)](_0x20515c[_0x4dcee3(0x1aa)]);return;}const _0x306f8e=await GrpcClient['getInstance']()[_0x4dcee3(0x191)](_0x417fc7);this[_0x4dcee3(0x169)][_0x4dcee3(0x176)](_0x4dcee3(0x15c)+_0x417fc7[_0x4dcee3(0x16c)]+_0x4dcee3(0x158)+_0x417fc7[_0x4dcee3(0x148)]);}catch(_0x6f8e00){this[_0x4dcee3(0x169)][_0x4dcee3(0x181)]('Error\x20in\x20sendTestFrameworkEvent:\x20'+util[_0x4dcee3(0x14a)](_0x6f8e00));}}async['onPageCreate'](_0x5ce272){const _0x3da4a2=a85_0x53c545,_0x47aada={'wirXt':function(_0x2e8a79,_0x56e35e){return _0x2e8a79===_0x56e35e;},'KccOC':_0x3da4a2(0x15d),'mGqgo':function(_0x435a04,_0x12f8a9){return _0x435a04===_0x12f8a9;},'ISZBD':function(_0x385825,_0x35283b){return _0x385825(_0x35283b);},'vClLs':function(_0x133a89){return _0x133a89();},'WYlrG':_0x3da4a2(0x167)};try{if(_0x5ce272['page']){const _0x4ac3ec=this['getTestId'](_0x5ce272);this[_0x3da4a2(0x169)][_0x3da4a2(0x176)](_0x3da4a2(0x18f)+_0x4ac3ec);if(this[_0x3da4a2(0x1a8)]&&_0x47aada[_0x3da4a2(0x14d)](this[_0x3da4a2(0x1a8)]['name'],FRAMEWORKS['JEST'])&&!_0x5ce272['testInfo']){this[_0x3da4a2(0x169)]['debug'](_0x47aada[_0x3da4a2(0x144)]);return;}let _0x2c8c49,_0x12453a;if(this[_0x3da4a2(0x1a8)]&&_0x47aada[_0x3da4a2(0x15a)](this[_0x3da4a2(0x1a8)][_0x3da4a2(0x166)],FRAMEWORKS[_0x3da4a2(0x149)]))_0x2c8c49=_0x4ac3ec,_0x12453a=TestInfo[_0x3da4a2(0x163)](_0x2c8c49);else this[_0x3da4a2(0x1a8)]&&_0x47aada[_0x3da4a2(0x14d)](this[_0x3da4a2(0x1a8)][_0x3da4a2(0x166)],FRAMEWORKS[_0x3da4a2(0x14f)])?(_0x2c8c49=this['jestUtils'][_0x3da4a2(0x18c)](_0x5ce272['testInfo']),this[_0x3da4a2(0x169)]['debug'](_0x3da4a2(0x142)+_0x2c8c49)):(_0x2c8c49=TestInfo['getTestIdentifierFromTestInfo'](_0x5ce272[_0x3da4a2(0x150)],_0x5ce272[_0x3da4a2(0x150)][_0x3da4a2(0x189)]),_0x12453a=TestInfo[_0x3da4a2(0x163)](_0x2c8c49));const _0x500ff1=TestInfo[_0x3da4a2(0x15e)](_0x2c8c49),_0x2b77a9=_0x5ce272[_0x3da4a2(0x159)],_0x5aaf53=AutomationFramework[_0x3da4a2(0x15f)](_0x2b77a9,PlaywrightDriverModule[_0x3da4a2(0x17f)]),_0xc5d147=_0x500ff1?.[TestFrameworkConstants[_0x3da4a2(0x199)]]||this[_0x3da4a2(0x1a8)]&&this['testFrameworkData'][_0x3da4a2(0x166)],_0x2a67df=_0x500ff1?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x3da4a2(0x1a8)]&&this[_0x3da4a2(0x1a8)][_0x3da4a2(0x196)],_0x33b904=TestFrameworkState[_0x3da4a2(0x190)][_0x3da4a2(0x170)]()[_0x3da4a2(0x185)]('.')[0x1],_0x4bd26e=HookState[_0x3da4a2(0x178)][_0x3da4a2(0x170)]()['split']('.')[0x1],_0x3754ad=_0x2b77a9[_0x3da4a2(0x1a1)](),_0x12b727=AutomationFramework['getState'](_0x2b77a9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x51a0b0={'provider':_0x47aada['ISZBD'](getPlaywrightProvider,_0x12b727),'frameworkName':_0x2b77a9[_0x3da4a2(0x186)],'frameworkVersion':_0x2b77a9['frameworkVersion'],'frameworkSessionId':LoadTestModule[_0x3da4a2(0x16d)]()?LoadTestModule[_0x3da4a2(0x180)]():AutomationFramework[_0x3da4a2(0x15f)](_0x2b77a9,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x2b77a9[_0x3da4a2(0x17e)](),'hubUrl':_0x12b727,'product':_0x47aada[_0x3da4a2(0x153)](getProductForSession)};let _0x24e960=AutomationFramework[_0x3da4a2(0x15f)](_0x2b77a9,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x24e960=Buffer[_0x3da4a2(0x14e)](JSON[_0x3da4a2(0x188)](_0x24e960))[_0x3da4a2(0x170)](_0x47aada[_0x3da4a2(0x19b)]);const _0xeee8d4={'hash':_0x3754ad[_0x3da4a2(0x175)](),'threadId':_0x3754ad[_0x3da4a2(0x19e)]()[_0x3da4a2(0x170)](),'processId':_0x3754ad[_0x3da4a2(0x164)]()[_0x3da4a2(0x170)]()},_0x28eb07={};_0x28eb07[_0x3da4a2(0x18e)]=_0x2c8c49;const _0x56361a={};_0x56361a[_0x3da4a2(0x165)]=_0x12453a;const _0x5deac6={'platformIndex':_0x5aaf53,'testFrameworkName':_0xc5d147,'testFrameworkVersion':_0x2a67df,'testFrameworkState':_0x33b904,'testHookState':_0x4bd26e,...this[_0x3da4a2(0x1a8)]&&_0x47aada[_0x3da4a2(0x14d)](this[_0x3da4a2(0x1a8)][_0x3da4a2(0x166)],FRAMEWORKS['JEST'])?_0x28eb07:_0x56361a,'automationSession':_0x51a0b0,'capabilities':_0x24e960,'executionContext':_0xeee8d4};this['logger'][_0x3da4a2(0x176)]('onPageCreate\x20CBTSession\x20payload:\x20'+util[_0x3da4a2(0x14a)](_0x5deac6));const _0xd4f733=await GrpcClient[_0x3da4a2(0x154)]()[_0x3da4a2(0x172)](_0x5deac6);this['logger']['debug']('onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x4ac3ec+(this[_0x3da4a2(0x1a8)]&&_0x47aada[_0x3da4a2(0x15a)](this[_0x3da4a2(0x1a8)]['name'],FRAMEWORKS['JEST'])?',\x20test_identifier:\x20'+_0x2c8c49:''));}}catch(_0x42a27f){this[_0x3da4a2(0x169)]['error'](_0x3da4a2(0x18d)+util['format'](_0x42a27f));}}}TestHubModule[a85_0x53c545(0x151)]=a85_0x53c545(0x171),TestHubModule[a85_0x53c545(0x19a)]=a85_0x53c545(0x173),module[a85_0x53c545(0x146)]=TestHubModule;function a85_0x5d67(_0x44f8db,_0x376224){const _0x230fb1=a85_0x230f();return a85_0x5d67=function(_0x5d67c9,_0x110868){_0x5d67c9=_0x5d67c9-0x142;let _0x16b62a=_0x230fb1[_0x5d67c9];return _0x16b62a;},a85_0x5d67(_0x44f8db,_0x376224);}function a85_0x230f(){const _0xe7b2b7=['KEY_TEST_DEFERRED','WYlrG','matchHookRegex','7nOCKEd','getThreadId','getModuleName','ENV_VAR','getContext','values','cnKai','bind','1385652gmptwD','getJwt','110612bvTySQ','testFrameworkData','env','tympu','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','../state/hookState.js','KccOC','sendTestFrameworkEvent','exports','./loadTestModule.js','hookState','CUCUMBER','format','tmYLm','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','wirXt','from','JEST','testInfo','MODULE_NAME','../TestInfo.js','vClLs','getInstance','keys','./playwrightDriverModule.js','7182900NVrtsY','\x20hookState:\x20','instance','mGqgo','2cjdUHm','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','getTestDetails','getState','../../../helpers/helper.js','./baseModule','createTestFrameworkEventPayload','getTestUUID','getProcessId','testUuid','name','base64','7153568yaRbjF','logger','897225IAuLTP','../state/automationFrameworkState.js','testFrameworkState','isLTSSession','../../../helpers/testhub/constants','../grpcClient.js','toString','TestHubModule','testSessionEvent','test_deferred','9pqLxDx','getId','debug','onPageCreate','POST','getBuildHashedId','../utils/jest-utils.js','testhubConfig','getTestFramework','../framework/automationFramework.js','getRef','KEY_PLATFORM_INDEX','getLTSSessionId','error','onAllTestEvents','4|0|1|8|5|3|6|2|7','registerObserver','split','frameworkName','util','stringify','retry','BROWSERSTACK_TESTHUB_UUID','jestUtils','recreateIdentifierFromTestInfo','Error\x20in\x20sending\x20CBTSession:\x20','test_identifier','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','TEST','testFrameworkEvent','../browserstackCLI.js','O11yHashedID','forEach','434509NvGzDR','version','../state/testFrameworkState.js','18068110htvErp','KEY_TEST_FRAMEWORK_NAME'];a85_0x230f=function(){return _0xe7b2b7;};return a85_0x230f();}
@@ -1 +1 @@
1
- const a86_0x3b1232=a86_0x35e4;(function(_0x4685a5,_0x354064){const _0x267b72=a86_0x35e4,_0x1fdcf4=_0x4685a5();while(!![]){try{const _0x1e22b2=parseInt(_0x267b72(0x1aa))/0x1+parseInt(_0x267b72(0x1b1))/0x2*(parseInt(_0x267b72(0x1b8))/0x3)+-parseInt(_0x267b72(0x1b2))/0x4+-parseInt(_0x267b72(0x1a6))/0x5+parseInt(_0x267b72(0x1ab))/0x6+-parseInt(_0x267b72(0x1af))/0x7*(-parseInt(_0x267b72(0x1b0))/0x8)+-parseInt(_0x267b72(0x1ac))/0x9;if(_0x1e22b2===_0x354064)break;else _0x1fdcf4['push'](_0x1fdcf4['shift']());}catch(_0x42c5f1){_0x1fdcf4['push'](_0x1fdcf4['shift']());}}}(a86_0x27fb,0x54cdf));const {PLAYWRIGHT}=require(a86_0x3b1232(0x1a7)),a86_0x2e9dcf={};a86_0x2e9dcf[a86_0x3b1232(0x1a8)]=0x0,a86_0x2e9dcf['toString']=function(){const _0x5a5e0c=a86_0x3b1232,_0x21502f={};_0x21502f[_0x5a5e0c(0x1b6)]='AutomationFrameworkState.NONE';const _0x407e44=_0x21502f;return _0x407e44[_0x5a5e0c(0x1b6)];};const a86_0x3b1f39={};a86_0x3b1f39[a86_0x3b1232(0x1a8)]=0x1,a86_0x3b1f39[a86_0x3b1232(0x1bb)]=function(){const _0x9824bd=a86_0x3b1232,_0x3a2995={};_0x3a2995[_0x9824bd(0x1b5)]=_0x9824bd(0x1ad);const _0x25321d=_0x3a2995;return _0x25321d[_0x9824bd(0x1b5)];};const a86_0x546a5c={};function a86_0x27fb(){const _0x1f5b8e=['AutomationFrameworkState.CREATE','values','949186aSGlGi','32veJNGm','10YYtyXE','2516216lkZfLr','AutomationFrameworkState.IDLE','find','sFNUS','LAWXt','AutomationFrameworkState.QUIT','332187nmbJxA','rKkae','tsTfh','toString','1869675mkGGtE','../../utils/constants','value','tSMRo','670629rFhqXt','78600OUagdR','3864762eMAHJe'];a86_0x27fb=function(){return _0x1f5b8e;};return a86_0x27fb();}a86_0x546a5c[a86_0x3b1232(0x1a8)]=0x2,a86_0x546a5c[a86_0x3b1232(0x1bb)]=function(){const _0x58f494=a86_0x3b1232,_0xa2667={};_0xa2667[_0x58f494(0x1b9)]='AutomationFrameworkState.PLAYWRIGHT_DISPATCH';const _0x8b5178=_0xa2667;return _0x8b5178[_0x58f494(0x1b9)];};const a86_0x277771={};a86_0x277771['value']=0x3,a86_0x277771['toString']=function(){const _0xfb7221={};_0xfb7221['HwKqk']='AutomationFrameworkState.EXECUTE';const _0x3f4d05=_0xfb7221;return _0x3f4d05['HwKqk'];};const a86_0x535b27={};function a86_0x35e4(_0x2f39b7,_0x29fa16){const _0x27fb91=a86_0x27fb();return a86_0x35e4=function(_0x35e4e1,_0x2280b0){_0x35e4e1=_0x35e4e1-0x1a6;let _0xee8ac7=_0x27fb91[_0x35e4e1];return _0xee8ac7;},a86_0x35e4(_0x2f39b7,_0x29fa16);}a86_0x535b27['value']=0x4,a86_0x535b27['toString']=function(){const _0x1ab38e=a86_0x3b1232,_0x369ed0={};_0x369ed0[_0x1ab38e(0x1a9)]=_0x1ab38e(0x1b3);const _0x45d660=_0x369ed0;return _0x45d660['tSMRo'];};const a86_0x2d7a22={};a86_0x2d7a22[a86_0x3b1232(0x1a8)]=0x5,a86_0x2d7a22[a86_0x3b1232(0x1bb)]=function(){const _0x78a614=a86_0x3b1232,_0x24888d={};_0x24888d[_0x78a614(0x1ba)]=_0x78a614(0x1b7);const _0x582ca6=_0x24888d;return _0x582ca6['tsTfh'];};const AutomationFrameworkState=Object['freeze']({'NONE':a86_0x2e9dcf,'CREATE':a86_0x3b1f39,'PLAYWRIGHT_DISPATCH':a86_0x546a5c,'EXECUTE':a86_0x277771,'IDLE':a86_0x535b27,'QUIT':a86_0x2d7a22,'fromValue'(_0x10d793){const _0x1b1477=a86_0x3b1232;return Object[_0x1b1477(0x1ae)](AutomationFrameworkState)[_0x1b1477(0x1b4)](_0x527cca=>_0x527cca[_0x1b1477(0x1a8)]===_0x10d793);}});module['exports']=AutomationFrameworkState;
1
+ function a86_0x4a53(){const _0x2ebcca=['5169256QoHKTI','15564744vgAGGp','LrzpN','NGmJx','AutomationFrameworkState.EXECUTE','value','5124xDTbsZ','19408590QdDyFF','freeze','AutomationFrameworkState.CREATE','vXpJY','AutomationFrameworkState.NONE','AutomationFrameworkState.QUIT','toString','FxBEz','1672874HabfkN','800KgCUYe','18WZXPqy','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','HXBCX','values','HMnqQ','122xTNlHh','22384MhXYHW','7737320ZmTTnt'];a86_0x4a53=function(){return _0x2ebcca;};return a86_0x4a53();}const a86_0x5c2355=a86_0x4880;(function(_0x1e0fbc,_0x5547dd){const _0x2c8219=a86_0x4880,_0x55a984=_0x1e0fbc();while(!![]){try{const _0x4107d9=parseInt(_0x2c8219(0x128))/0x1*(parseInt(_0x2c8219(0x129))/0x2)+parseInt(_0x2c8219(0x131))/0x3*(parseInt(_0x2c8219(0x122))/0x4)+parseInt(_0x2c8219(0x12a))/0x5+parseInt(_0x2c8219(0x123))/0x6*(parseInt(_0x2c8219(0x13a))/0x7)+parseInt(_0x2c8219(0x12b))/0x8+-parseInt(_0x2c8219(0x12c))/0x9+-parseInt(_0x2c8219(0x132))/0xa;if(_0x4107d9===_0x5547dd)break;else _0x55a984['push'](_0x55a984['shift']());}catch(_0x11b28b){_0x55a984['push'](_0x55a984['shift']());}}}(a86_0x4a53,0xe7474));const {PLAYWRIGHT}=require('../../utils/constants'),a86_0x82e996={};a86_0x82e996['value']=0x0,a86_0x82e996[a86_0x5c2355(0x138)]=function(){const _0x1f10df=a86_0x5c2355,_0x57bf7d={};_0x57bf7d[_0x1f10df(0x12e)]=_0x1f10df(0x136);const _0x2bd928=_0x57bf7d;return _0x2bd928['NGmJx'];};const a86_0x1e757b={};a86_0x1e757b[a86_0x5c2355(0x130)]=0x1,a86_0x1e757b['toString']=function(){const _0x2963fd=a86_0x5c2355,_0x137954={};_0x137954[_0x2963fd(0x127)]=_0x2963fd(0x134);const _0x575428=_0x137954;return _0x575428[_0x2963fd(0x127)];};const a86_0x621838={};a86_0x621838[a86_0x5c2355(0x130)]=0x2,a86_0x621838['toString']=function(){const _0x471b51=a86_0x5c2355,_0x4146d5={};_0x4146d5[_0x471b51(0x139)]=_0x471b51(0x124);const _0x2a50b3=_0x4146d5;return _0x2a50b3[_0x471b51(0x139)];};const a86_0x6dc3c0={};a86_0x6dc3c0[a86_0x5c2355(0x130)]=0x3,a86_0x6dc3c0[a86_0x5c2355(0x138)]=function(){const _0x2dd99b=a86_0x5c2355,_0xfc01fb={};_0xfc01fb[_0x2dd99b(0x125)]=_0x2dd99b(0x12f);const _0x43c854=_0xfc01fb;return _0x43c854[_0x2dd99b(0x125)];};const a86_0x59a555={};a86_0x59a555[a86_0x5c2355(0x130)]=0x4,a86_0x59a555[a86_0x5c2355(0x138)]=function(){const _0xbd6452=a86_0x5c2355,_0x2580d1={};_0x2580d1[_0xbd6452(0x12d)]='AutomationFrameworkState.IDLE';const _0xda0afc=_0x2580d1;return _0xda0afc[_0xbd6452(0x12d)];};function a86_0x4880(_0x493cf6,_0x3307f1){const _0x4a53b9=a86_0x4a53();return a86_0x4880=function(_0x4880fd,_0x49ceba){_0x4880fd=_0x4880fd-0x122;let _0x509a60=_0x4a53b9[_0x4880fd];return _0x509a60;},a86_0x4880(_0x493cf6,_0x3307f1);}const a86_0x55f323={};a86_0x55f323['value']=0x5,a86_0x55f323['toString']=function(){const _0x4ef650=a86_0x5c2355,_0x4cc4f3={};_0x4cc4f3[_0x4ef650(0x135)]=_0x4ef650(0x137);const _0x37ad03=_0x4cc4f3;return _0x37ad03[_0x4ef650(0x135)];};const AutomationFrameworkState=Object[a86_0x5c2355(0x133)]({'NONE':a86_0x82e996,'CREATE':a86_0x1e757b,'PLAYWRIGHT_DISPATCH':a86_0x621838,'EXECUTE':a86_0x6dc3c0,'IDLE':a86_0x59a555,'QUIT':a86_0x55f323,'fromValue'(_0xf1cb1c){const _0x52171a=a86_0x5c2355;return Object[_0x52171a(0x126)](AutomationFrameworkState)['find'](_0x573d27=>_0x573d27[_0x52171a(0x130)]===_0xf1cb1c);}});module['exports']=AutomationFrameworkState;
@@ -1 +1 @@
1
- function a87_0x421c(_0x2a38ad,_0x3aaf24){const _0x5d6f2b=a87_0x5d6f();return a87_0x421c=function(_0x421c2b,_0x4e69d4){_0x421c2b=_0x421c2b-0x15e;let _0x5200a0=_0x5d6f2b[_0x421c2b];return _0x5200a0;},a87_0x421c(_0x2a38ad,_0x3aaf24);}const a87_0x2f26ed=a87_0x421c;(function(_0x5d5e10,_0x1b9ab5){const _0x4f7111=a87_0x421c,_0x3cab11=_0x5d5e10();while(!![]){try{const _0xfa7d1c=parseInt(_0x4f7111(0x16b))/0x1*(-parseInt(_0x4f7111(0x15f))/0x2)+-parseInt(_0x4f7111(0x167))/0x3+parseInt(_0x4f7111(0x16d))/0x4*(-parseInt(_0x4f7111(0x15e))/0x5)+parseInt(_0x4f7111(0x168))/0x6*(parseInt(_0x4f7111(0x165))/0x7)+parseInt(_0x4f7111(0x16f))/0x8*(-parseInt(_0x4f7111(0x163))/0x9)+-parseInt(_0x4f7111(0x162))/0xa+parseInt(_0x4f7111(0x16c))/0xb;if(_0xfa7d1c===_0x1b9ab5)break;else _0x3cab11['push'](_0x3cab11['shift']());}catch(_0x1828ad){_0x3cab11['push'](_0x3cab11['shift']());}}}(a87_0x5d6f,0xc6fa3));const a87_0x5aee2d={};a87_0x5aee2d[a87_0x2f26ed(0x160)]=0x0,a87_0x5aee2d[a87_0x2f26ed(0x16a)]=function(){const _0x499deb={};_0x499deb['MEGax']='HookState.NONE';const _0x348da0=_0x499deb;return _0x348da0['MEGax'];};const a87_0x2818ea={};a87_0x2818ea['value']=0x1,a87_0x2818ea[a87_0x2f26ed(0x16a)]=function(){const _0x489a3d=a87_0x2f26ed,_0x122429={};_0x122429[_0x489a3d(0x164)]='HookState.PRE';const _0x27f4c3=_0x122429;return _0x27f4c3[_0x489a3d(0x164)];};const a87_0x284979={};a87_0x284979[a87_0x2f26ed(0x160)]=0x2,a87_0x284979[a87_0x2f26ed(0x16a)]=function(){const _0x288751=a87_0x2f26ed,_0x31b328={};_0x31b328[_0x288751(0x166)]=_0x288751(0x161);const _0x47e7d1=_0x31b328;return _0x47e7d1[_0x288751(0x166)];};function a87_0x5d6f(){const _0x1ce9bc=['328286HtGFlA','ZmCjk','2979687nSzWRK','102fOHaNt','find','toString','173EcghxU','58455837bCywLQ','4404860VWbgeL','freeze','190312NxhhZB','values','5ShVPjx','17648MVFNxB','value','HookState.POST','3670310dpJbxO','495xHhanS','HyXOZ'];a87_0x5d6f=function(){return _0x1ce9bc;};return a87_0x5d6f();}const HookState=Object[a87_0x2f26ed(0x16e)]({'NONE':a87_0x5aee2d,'PRE':a87_0x2818ea,'POST':a87_0x284979,'fromValue'(_0x3012ea){const _0x103946=a87_0x2f26ed;return Object[_0x103946(0x170)](HookState)[_0x103946(0x169)](_0x1dac59=>_0x1dac59[_0x103946(0x160)]===_0x3012ea);}});module['exports']=HookState;
1
+ function a87_0x29a7(){const _0x61efd2=['POzSA','322571ysqLFP','105CLzkYh','84488tKpqNp','457425MQTlSq','values','11uMOzHr','jlgYc','956310NsJktu','146868qYvslu','toString','1236QdniTc','2VuLngB','kzDAe','1167KjKKYs','freeze','1921548xhwsCh','HookState.POST','70gMFrIx','exports','value','HookState.NONE'];a87_0x29a7=function(){return _0x61efd2;};return a87_0x29a7();}const a87_0x4f30d1=a87_0x17bc;(function(_0x40578b,_0xb3303a){const _0x40c69b=a87_0x17bc,_0x5dffce=_0x40578b();while(!![]){try{const _0x538e5d=-parseInt(_0x40c69b(0x84))/0x1*(-parseInt(_0x40c69b(0x8f))/0x2)+-parseInt(_0x40c69b(0x91))/0x3*(parseInt(_0x40c69b(0x8e))/0x4)+parseInt(_0x40c69b(0x8b))/0x5+parseInt(_0x40c69b(0x8c))/0x6*(parseInt(_0x40c69b(0x85))/0x7)+parseInt(_0x40c69b(0x86))/0x8+-parseInt(_0x40c69b(0x87))/0x9*(parseInt(_0x40c69b(0x95))/0xa)+-parseInt(_0x40c69b(0x89))/0xb*(parseInt(_0x40c69b(0x93))/0xc);if(_0x538e5d===_0xb3303a)break;else _0x5dffce['push'](_0x5dffce['shift']());}catch(_0x50a49c){_0x5dffce['push'](_0x5dffce['shift']());}}}(a87_0x29a7,0x3e5e3));const a87_0x2ed8be={};a87_0x2ed8be[a87_0x4f30d1(0x81)]=0x0,a87_0x2ed8be[a87_0x4f30d1(0x8d)]=function(){const _0x327283=a87_0x4f30d1,_0x3d66b7={};_0x3d66b7[_0x327283(0x90)]=_0x327283(0x82);const _0x1c6da6=_0x3d66b7;return _0x1c6da6[_0x327283(0x90)];};function a87_0x17bc(_0x1a4429,_0x528704){const _0x29a759=a87_0x29a7();return a87_0x17bc=function(_0x17bcc5,_0xffec2){_0x17bcc5=_0x17bcc5-0x80;let _0x503dd6=_0x29a759[_0x17bcc5];return _0x503dd6;},a87_0x17bc(_0x1a4429,_0x528704);}const a87_0x2ba2bc={};a87_0x2ba2bc[a87_0x4f30d1(0x81)]=0x1,a87_0x2ba2bc[a87_0x4f30d1(0x8d)]=function(){const _0x388e81=a87_0x4f30d1,_0x5cc8e8={};_0x5cc8e8['jlgYc']='HookState.PRE';const _0x36a4ff=_0x5cc8e8;return _0x36a4ff[_0x388e81(0x8a)];};const a87_0x2387b1={};a87_0x2387b1[a87_0x4f30d1(0x81)]=0x2,a87_0x2387b1['toString']=function(){const _0x4659b4=a87_0x4f30d1,_0x4557bc={};_0x4557bc['POzSA']=_0x4659b4(0x94);const _0x39e75a=_0x4557bc;return _0x39e75a[_0x4659b4(0x83)];};const HookState=Object[a87_0x4f30d1(0x92)]({'NONE':a87_0x2ed8be,'PRE':a87_0x2ba2bc,'POST':a87_0x2387b1,'fromValue'(_0x2839e6){const _0x4accdc=a87_0x4f30d1;return Object[_0x4accdc(0x88)](HookState)['find'](_0x5cb2cc=>_0x5cb2cc[_0x4accdc(0x81)]===_0x2839e6);}});module[a87_0x4f30d1(0x80)]=HookState;
@@ -1 +1 @@
1
- const a88_0xa93102=a88_0x3264;(function(_0xac9b8,_0xd24b64){const _0x12679b=a88_0x3264,_0x5dd7c3=_0xac9b8();while(!![]){try{const _0x1dd40f=-parseInt(_0x12679b(0x1a4))/0x1*(parseInt(_0x12679b(0x191))/0x2)+-parseInt(_0x12679b(0x18b))/0x3*(-parseInt(_0x12679b(0x1a9))/0x4)+-parseInt(_0x12679b(0x1a6))/0x5*(parseInt(_0x12679b(0x199))/0x6)+-parseInt(_0x12679b(0x1aa))/0x7+parseInt(_0x12679b(0x195))/0x8+-parseInt(_0x12679b(0x192))/0x9*(parseInt(_0x12679b(0x187))/0xa)+-parseInt(_0x12679b(0x197))/0xb*(-parseInt(_0x12679b(0x1a1))/0xc);if(_0x1dd40f===_0xd24b64)break;else _0x5dd7c3['push'](_0x5dd7c3['shift']());}catch(_0x31afb5){_0x5dd7c3['push'](_0x5dd7c3['shift']());}}}(a88_0x21f3,0x4a0bc));const a88_0x3d9759={};a88_0x3d9759[a88_0xa93102(0x1a3)]=0x0,a88_0x3d9759[a88_0xa93102(0x18f)]=function(){const _0x423a4e=a88_0xa93102,_0x5c12ce={};_0x5c12ce['psPLr']=_0x423a4e(0x1a5);const _0x18930a=_0x5c12ce;return _0x18930a[_0x423a4e(0x182)];};const a88_0xa3950d={};a88_0xa3950d[a88_0xa93102(0x1a3)]=0x1,a88_0xa3950d[a88_0xa93102(0x18f)]=function(){const _0x479bca=a88_0xa93102,_0x17e914={};_0x17e914['JBFjg']=_0x479bca(0x186);const _0x301408=_0x17e914;return _0x301408[_0x479bca(0x1a8)];};const a88_0x42f3fd={};function a88_0x21f3(){const _0x40f775=['rfumy','39gIsdrg','KwymG','KFYGF','TestFrameworkState.AFTER_EACH','toString','RFPDK','30076wbOpVY','392247gUxKLs','TestFrameworkState.STEP','GgDvK','1363352EmFdWb','ivdnm','4071364ITanTt','TestFrameworkState.TEST','6bzuSbk','TestFrameworkState.LOG','TestFrameworkState.SETUP_FIXTURE','TestFrameworkState.TEST_SCREENSHOT','TestFrameworkState.AFTER_ALL','BRRRe','iigko','find','48PmaLDN','TestFrameworkState.LOG_REPORT','value','5clWNFW','TestFrameworkState.NONE','1361110aCKIQF','IgvaD','JBFjg','21236EZKIZf','4128705PVnono','psPLr','TestFrameworkState.INIT_TEST','Cwrbs','exports','TestFrameworkState.BEFORE_ALL','110fbbSQW','TestFrameworkState.BEFORE_EACH','freeze'];a88_0x21f3=function(){return _0x40f775;};return a88_0x21f3();}a88_0x42f3fd[a88_0xa93102(0x1a3)]=0x2,a88_0x42f3fd[a88_0xa93102(0x18f)]=function(){const _0x2bfe00=a88_0xa93102,_0x21e97d={};_0x21e97d[_0x2bfe00(0x18c)]=_0x2bfe00(0x19a);const _0x18efcd=_0x21e97d;return _0x18efcd['KwymG'];};const a88_0x40f027={};a88_0x40f027['value']=0x3,a88_0x40f027[a88_0xa93102(0x18f)]=function(){const _0x53a6de=a88_0xa93102,_0x5075c8={};_0x5075c8[_0x53a6de(0x18a)]=_0x53a6de(0x19b);const _0x1cec13=_0x5075c8;return _0x1cec13[_0x53a6de(0x18a)];};const a88_0x4a03b5={};a88_0x4a03b5[a88_0xa93102(0x1a3)]=0x4,a88_0x4a03b5[a88_0xa93102(0x18f)]=function(){const _0x36c2cc=a88_0xa93102,_0x46eda9={};_0x46eda9[_0x36c2cc(0x1a7)]=_0x36c2cc(0x183);const _0x87ccee=_0x46eda9;return _0x87ccee[_0x36c2cc(0x1a7)];};const a88_0x48b7cb={};a88_0x48b7cb[a88_0xa93102(0x1a3)]=0x5,a88_0x48b7cb[a88_0xa93102(0x18f)]=function(){const _0xf64393=a88_0xa93102,_0x141859={};_0x141859[_0xf64393(0x196)]=_0xf64393(0x188);const _0x578f45=_0x141859;return _0x578f45[_0xf64393(0x196)];};const a88_0x1f037f={};function a88_0x3264(_0x5c0d8e,_0x5f7667){const _0x21f34b=a88_0x21f3();return a88_0x3264=function(_0x326486,_0x59cb1c){_0x326486=_0x326486-0x182;let _0x2f6d42=_0x21f34b[_0x326486];return _0x2f6d42;},a88_0x3264(_0x5c0d8e,_0x5f7667);}a88_0x1f037f[a88_0xa93102(0x1a3)]=0x6,a88_0x1f037f[a88_0xa93102(0x18f)]=function(){const _0x5c6e6d=a88_0xa93102,_0xe943f5={};_0xe943f5[_0x5c6e6d(0x190)]=_0x5c6e6d(0x18e);const _0x4e5aee=_0xe943f5;return _0x4e5aee[_0x5c6e6d(0x190)];};const a88_0x4f2e64={};a88_0x4f2e64[a88_0xa93102(0x1a3)]=0x7,a88_0x4f2e64[a88_0xa93102(0x18f)]=function(){const _0x683d9e=a88_0xa93102,_0x544eb9={};_0x544eb9[_0x683d9e(0x19e)]=_0x683d9e(0x198);const _0x32b463=_0x544eb9;return _0x32b463[_0x683d9e(0x19e)];};const a88_0x2dc591={};a88_0x2dc591[a88_0xa93102(0x1a3)]=0x8,a88_0x2dc591[a88_0xa93102(0x18f)]=function(){const _0x19224b=a88_0xa93102,_0x2788b5={};_0x2788b5['KFYGF']=_0x19224b(0x193);const _0x1e8b31=_0x2788b5;return _0x1e8b31[_0x19224b(0x18d)];};const a88_0x511294={};a88_0x511294['value']=0x9,a88_0x511294[a88_0xa93102(0x18f)]=function(){const _0x930672=a88_0xa93102,_0x3fa572={};_0x3fa572[_0x930672(0x19f)]=_0x930672(0x1a2);const _0x40adb3=_0x3fa572;return _0x40adb3[_0x930672(0x19f)];};const a88_0x1cf910={};a88_0x1cf910[a88_0xa93102(0x1a3)]=0xa,a88_0x1cf910['toString']=function(){const _0x3a16d3=a88_0xa93102,_0x5cd644={};_0x5cd644[_0x3a16d3(0x184)]=_0x3a16d3(0x19d);const _0x32ba08=_0x5cd644;return _0x32ba08[_0x3a16d3(0x184)];};const a88_0x547bcd={};a88_0x547bcd[a88_0xa93102(0x1a3)]=0xb,a88_0x547bcd[a88_0xa93102(0x18f)]=function(){const _0x537731=a88_0xa93102,_0x3aaa5b={};_0x3aaa5b[_0x537731(0x194)]=_0x537731(0x19c);const _0x303448=_0x3aaa5b;return _0x303448[_0x537731(0x194)];};const TestFrameworkState=Object[a88_0xa93102(0x189)]({'NONE':a88_0x3d9759,'BEFORE_ALL':a88_0xa3950d,'LOG':a88_0x42f3fd,'SETUP_FIXTURE':a88_0x40f027,'INIT_TEST':a88_0x4a03b5,'BEFORE_EACH':a88_0x48b7cb,'AFTER_EACH':a88_0x1f037f,'TEST':a88_0x4f2e64,'STEP':a88_0x2dc591,'LOG_REPORT':a88_0x511294,'AFTER_ALL':a88_0x1cf910,'TEST_SCREENSHOT':a88_0x547bcd,'fromValue'(_0x4a89f8){const _0x136091=a88_0xa93102;return Object['values'](TestFrameworkState)[_0x136091(0x1a0)](_0x5a848c=>_0x5a848c[_0x136091(0x1a3)]===_0x4a89f8);}});module[a88_0xa93102(0x185)]=TestFrameworkState;
1
+ const a88_0x2a7a9a=a88_0x4bc8;(function(_0x58cf8f,_0x5d6fc5){const _0x3df853=a88_0x4bc8,_0x89f286=_0x58cf8f();while(!![]){try{const _0x14121f=-parseInt(_0x3df853(0x1da))/0x1*(-parseInt(_0x3df853(0x1df))/0x2)+parseInt(_0x3df853(0x1d9))/0x3*(-parseInt(_0x3df853(0x1dc))/0x4)+-parseInt(_0x3df853(0x1bc))/0x5*(parseInt(_0x3df853(0x1dd))/0x6)+parseInt(_0x3df853(0x1c8))/0x7+parseInt(_0x3df853(0x1c4))/0x8+parseInt(_0x3df853(0x1cd))/0x9+parseInt(_0x3df853(0x1ce))/0xa*(-parseInt(_0x3df853(0x1cc))/0xb);if(_0x14121f===_0x5d6fc5)break;else _0x89f286['push'](_0x89f286['shift']());}catch(_0x432c59){_0x89f286['push'](_0x89f286['shift']());}}}(a88_0x3587,0x4426c));const a88_0x404530={};a88_0x404530[a88_0x2a7a9a(0x1c2)]=0x0,a88_0x404530[a88_0x2a7a9a(0x1d0)]=function(){const _0x479552=a88_0x2a7a9a,_0x2c5878={};_0x2c5878[_0x479552(0x1c5)]=_0x479552(0x1d5);const _0x191f61=_0x2c5878;return _0x191f61['ETbuV'];};const a88_0x179fff={};a88_0x179fff['value']=0x1,a88_0x179fff[a88_0x2a7a9a(0x1d0)]=function(){const _0x16a59d=a88_0x2a7a9a,_0x3d36d5={};_0x3d36d5['athiH']=_0x16a59d(0x1c1);const _0x3137ef=_0x3d36d5;return _0x3137ef['athiH'];};const a88_0x4c5f0d={};a88_0x4c5f0d[a88_0x2a7a9a(0x1c2)]=0x2,a88_0x4c5f0d['toString']=function(){const _0x5157a8=a88_0x2a7a9a,_0x4a7c86={};_0x4a7c86['PXlub']=_0x5157a8(0x1cb);const _0x40512f=_0x4a7c86;return _0x40512f[_0x5157a8(0x1bd)];};const a88_0x31bef7={};a88_0x31bef7[a88_0x2a7a9a(0x1c2)]=0x3,a88_0x31bef7[a88_0x2a7a9a(0x1d0)]=function(){const _0x47f432=a88_0x2a7a9a,_0x2cbbb9={};_0x2cbbb9['qHPPk']=_0x47f432(0x1e1);const _0x50485b=_0x2cbbb9;return _0x50485b[_0x47f432(0x1d6)];};const a88_0x288133={};a88_0x288133[a88_0x2a7a9a(0x1c2)]=0x4,a88_0x288133[a88_0x2a7a9a(0x1d0)]=function(){const _0x351c0=a88_0x2a7a9a,_0x317339={};_0x317339[_0x351c0(0x1d8)]=_0x351c0(0x1d3);const _0x50ea8c=_0x317339;return _0x50ea8c[_0x351c0(0x1d8)];};const a88_0x20113e={};a88_0x20113e[a88_0x2a7a9a(0x1c2)]=0x5,a88_0x20113e[a88_0x2a7a9a(0x1d0)]=function(){const _0x13c7b4=a88_0x2a7a9a,_0x1e9e57={};_0x1e9e57['PJamI']='TestFrameworkState.BEFORE_EACH';const _0x305c0a=_0x1e9e57;return _0x305c0a[_0x13c7b4(0x1e0)];};const a88_0x1fafb2={};function a88_0x3587(){const _0x4b18af=['values','pvHRK','uMhMN','TestFrameworkState.BEFORE_ALL','value','TestFrameworkState.LOG_REPORT','2772112msefKY','ETbuV','NSgBi','TestFrameworkState.AFTER_ALL','2589202TSIdbo','ztzUh','pQozG','TestFrameworkState.LOG','2013xNTzXQ','1493001vRVKdW','14050BNpebs','TestFrameworkState.STEP','toString','TestFrameworkState.TEST_SCREENSHOT','exports','TestFrameworkState.INIT_TEST','find','TestFrameworkState.NONE','qHPPk','freeze','XSGAD','39QntFYh','4rUzZsc','TestFrameworkState.AFTER_EACH','76536SELdsS','30bdaFVf','DzOFf','85478CpwYmn','PJamI','TestFrameworkState.SETUP_FIXTURE','268240MDxSne','PXlub'];a88_0x3587=function(){return _0x4b18af;};return a88_0x3587();}function a88_0x4bc8(_0x169aa6,_0x1af0b7){const _0x358723=a88_0x3587();return a88_0x4bc8=function(_0x4bc822,_0x455251){_0x4bc822=_0x4bc822-0x1bc;let _0x245100=_0x358723[_0x4bc822];return _0x245100;},a88_0x4bc8(_0x169aa6,_0x1af0b7);}a88_0x1fafb2[a88_0x2a7a9a(0x1c2)]=0x6,a88_0x1fafb2['toString']=function(){const _0x137a12=a88_0x2a7a9a,_0x5636ec={};_0x5636ec[_0x137a12(0x1de)]=_0x137a12(0x1db);const _0xd2b24f=_0x5636ec;return _0xd2b24f[_0x137a12(0x1de)];};const a88_0x22f801={};a88_0x22f801[a88_0x2a7a9a(0x1c2)]=0x7,a88_0x22f801['toString']=function(){const _0x59b538=a88_0x2a7a9a,_0x49bdb8={};_0x49bdb8[_0x59b538(0x1bf)]='TestFrameworkState.TEST';const _0x256137=_0x49bdb8;return _0x256137[_0x59b538(0x1bf)];};const a88_0x527b46={};a88_0x527b46[a88_0x2a7a9a(0x1c2)]=0x8,a88_0x527b46[a88_0x2a7a9a(0x1d0)]=function(){const _0x572d30=a88_0x2a7a9a,_0x31072c={};_0x31072c[_0x572d30(0x1c0)]=_0x572d30(0x1cf);const _0x48193a=_0x31072c;return _0x48193a['uMhMN'];};const a88_0x28771d={};a88_0x28771d[a88_0x2a7a9a(0x1c2)]=0x9,a88_0x28771d[a88_0x2a7a9a(0x1d0)]=function(){const _0x141c6c=a88_0x2a7a9a,_0x37f6ba={};_0x37f6ba[_0x141c6c(0x1c9)]=_0x141c6c(0x1c3);const _0x2c5fcd=_0x37f6ba;return _0x2c5fcd[_0x141c6c(0x1c9)];};const a88_0x342693={};a88_0x342693[a88_0x2a7a9a(0x1c2)]=0xa,a88_0x342693['toString']=function(){const _0x5b696e=a88_0x2a7a9a,_0xe271f7={};_0xe271f7[_0x5b696e(0x1ca)]=_0x5b696e(0x1c7);const _0x11374b=_0xe271f7;return _0x11374b[_0x5b696e(0x1ca)];};const a88_0x3cfa94={};a88_0x3cfa94[a88_0x2a7a9a(0x1c2)]=0xb,a88_0x3cfa94[a88_0x2a7a9a(0x1d0)]=function(){const _0xe22c5e=a88_0x2a7a9a,_0x1db0b1={};_0x1db0b1[_0xe22c5e(0x1c6)]=_0xe22c5e(0x1d1);const _0xc7e710=_0x1db0b1;return _0xc7e710['NSgBi'];};const TestFrameworkState=Object[a88_0x2a7a9a(0x1d7)]({'NONE':a88_0x404530,'BEFORE_ALL':a88_0x179fff,'LOG':a88_0x4c5f0d,'SETUP_FIXTURE':a88_0x31bef7,'INIT_TEST':a88_0x288133,'BEFORE_EACH':a88_0x20113e,'AFTER_EACH':a88_0x1fafb2,'TEST':a88_0x22f801,'STEP':a88_0x527b46,'LOG_REPORT':a88_0x28771d,'AFTER_ALL':a88_0x342693,'TEST_SCREENSHOT':a88_0x3cfa94,'fromValue'(_0x181db4){const _0x4e3fb3=a88_0x2a7a9a;return Object[_0x4e3fb3(0x1be)](TestFrameworkState)[_0x4e3fb3(0x1d4)](_0x1f1f46=>_0x1f1f46[_0x4e3fb3(0x1c2)]===_0x181db4);}});module[a88_0x2a7a9a(0x1d2)]=TestFrameworkState;
@@ -1 +1 @@
1
- const a89_0x5087b6=a89_0x1aa2;function a89_0x15a3(){const _0xeaae5e=['File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','2023987JBUPSj','130nMgtRU','1269818eZVVEJ','getAllData','FvSwD','setTestDetails','302067YnTPGm','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','KEY_FILE_NAME','yHzoP','error','TestHubModule','size','121515aFrEvu','1147612bkNwly','KEY_TEST_ATTACHMENTS','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','currentTest','aBpKx','testhubConfig','get','Cleared\x20attachment\x20folder','trim','statusCode','http://','LFOos','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','isRunning','AZjlc','./modules/playwrightDriverModule','logger','__workerDetails','statSync','getInstance','jemUK','Created\x20folder:\x20%s','Attachment\x20recevied\x20for\x20path:\x20%s','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','debug','modules','otVJR','DBMLZ','force','GlFTo','POST','OdatF','../../helpers/classLogger.js','fxgcB','GMvCf','5QtbLlS','format','unlinkSync','ZpxXS','testInfo','basename','ZKZMh','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','gAxuR','hqFIG','./framework/automationFramework','addMultipleEntries','toObject','Created\x20.browserstack\x20folder\x20at:\x20%s','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','./cliUtils','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','uploadAttachmentsManager','homedir','.browserstack','resolveInstance','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','hKcOb','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','2527788ceAGPD','eTgDB','toLowerCase','existsSync','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','jest','message','util','wLBqX','uploadAttachments','VGETQ','pipe','ADqFt','KfCHA','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','join','toFixed','recursive','getTrackedInstance','HSLDE','BuildLevel','./TestInfo','41550HhIrhb','path',',\x20filepath:\x20','ybglU','lWxqJ','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','XEGcz','clearAttachments','exports','./browserstackCLI','getTestFrameworkDetail','oixqX','copyFileSync','close','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','yJGXB','createWriteStream','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','KEY_TEST_ID','retry','ijigR','startsWith','trackFile','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','KEY_FILE_LEVEL','TrFhY','getState','iBWqM','36tVYpLM','ODHaC','buildHashedId','TEST','http','AsaRD','__jestCurrentTestIdentifier','NaNiw','YjHck','8qvTTSa','mjuTq','mkdirSync','./framework/constants/testFrameworkConstants','File\x20downloaded\x20to:\x20%s','getTestDetails','getTestFramework','10CHJjOj','./state/hookState','hlvFK','JMKjX','UuMho'];a89_0x15a3=function(){return _0xeaae5e;};return a89_0x15a3();}(function(_0x54dbb6,_0x5b4306){const _0x12cd8c=a89_0x1aa2,_0x4488de=_0x54dbb6();while(!![]){try{const _0x29d35e=-parseInt(_0x12cd8c(0x235))/0x1+parseInt(_0x12cd8c(0x222))/0x2*(parseInt(_0x12cd8c(0x1f6))/0x3)+-parseInt(_0x12cd8c(0x236))/0x4*(-parseInt(_0x12cd8c(0x1c7))/0x5)+parseInt(_0x12cd8c(0x1e0))/0x6+-parseInt(_0x12cd8c(0x228))/0x7*(parseInt(_0x12cd8c(0x21b))/0x8)+-parseInt(_0x12cd8c(0x22e))/0x9*(parseInt(_0x12cd8c(0x229))/0xa)+parseInt(_0x12cd8c(0x22a))/0xb*(parseInt(_0x12cd8c(0x212))/0xc);if(_0x29d35e===_0x5b4306)break;else _0x4488de['push'](_0x4488de['shift']());}catch(_0x3bda5c){_0x4488de['push'](_0x4488de['shift']());}}}(a89_0x15a3,0x43936));const os=require('os'),fs=require('fs'),path=require(a89_0x5087b6(0x1f7)),util=require(a89_0x5087b6(0x1e7)),BrowserstackCLI=require(a89_0x5087b6(0x1ff)),https=require('https'),http=require(a89_0x5087b6(0x216)),AutomationFramework=require(a89_0x5087b6(0x1d2)),PlaywrightDriverModule=require(a89_0x5087b6(0x245)),TestInfo=require(a89_0x5087b6(0x1f5)),TestFrameworkConstants=require(a89_0x5087b6(0x21e)),{createClassLogger}=require(a89_0x5087b6(0x1c4));class uploadAttachmentsManager{static [a89_0x5087b6(0x246)]=createClassLogger(a89_0x5087b6(0x1d9));static[a89_0x5087b6(0x1e9)](_0x46e2a5,_0x31e288=![]){const _0x35cc5a=a89_0x5087b6,_0xb6d24a={};_0xb6d24a[_0x35cc5a(0x226)]=function(_0x2e9e27,_0x2e4de8){return _0x2e9e27/_0x2e4de8;},_0xb6d24a[_0x35cc5a(0x231)]=function(_0x33cdab,_0x35c0bb){return _0x33cdab*_0x35c0bb;},_0xb6d24a[_0x35cc5a(0x219)]=function(_0x2c1a8b,_0x585b3a){return _0x2c1a8b>_0x585b3a;},_0xb6d24a[_0x35cc5a(0x250)]=_0x35cc5a(0x1d6),_0xb6d24a[_0x35cc5a(0x1fa)]=_0x35cc5a(0x21f),_0xb6d24a[_0x35cc5a(0x225)]=function(_0xe21506,_0x2a32fb){return _0xe21506===_0x2a32fb;},_0xb6d24a['DBMLZ']='finish',_0xb6d24a[_0x35cc5a(0x244)]=_0x35cc5a(0x1ce),_0xb6d24a[_0x35cc5a(0x22c)]=_0x35cc5a(0x207),_0xb6d24a[_0x35cc5a(0x1fc)]=_0x35cc5a(0x24c),_0xb6d24a[_0x35cc5a(0x1e8)]=_0x35cc5a(0x1db),_0xb6d24a[_0x35cc5a(0x211)]=_0x35cc5a(0x238),_0xb6d24a['ZKZMh']=_0x35cc5a(0x1d5),_0xb6d24a['mjuTq']=_0x35cc5a(0x24b),_0xb6d24a[_0x35cc5a(0x255)]=_0x35cc5a(0x1d8),_0xb6d24a[_0x35cc5a(0x213)]='https://',_0xb6d24a[_0x35cc5a(0x224)]=_0x35cc5a(0x240),_0xb6d24a[_0x35cc5a(0x1ed)]=_0x35cc5a(0x232),_0xb6d24a['GMvCf']=_0x35cc5a(0x1df),_0xb6d24a[_0x35cc5a(0x1ca)]=_0x35cc5a(0x227);const _0x3efcb1=_0xb6d24a;this[_0x35cc5a(0x246)][_0x35cc5a(0x24e)](util['format'](_0x3efcb1['XEGcz'],_0x46e2a5));const _0x2b0949=os[_0x35cc5a(0x1da)](),_0x2448b8=path[_0x35cc5a(0x1ef)](_0x2b0949,_0x3efcb1[_0x35cc5a(0x1e8)]);!fs[_0x35cc5a(0x1e3)](_0x2448b8)&&(this['logger'][_0x35cc5a(0x24e)](util['format'](_0x3efcb1['iBWqM'],_0x2448b8)),fs[_0x35cc5a(0x21d)](_0x2448b8),this[_0x35cc5a(0x246)]['debug'](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x1cd)],_0x2448b8)));const _0xec2769=BrowserstackCLI[_0x35cc5a(0x249)]()['modules'][_0x35cc5a(0x233)]?.[_0x35cc5a(0x23b)]?.[_0x35cc5a(0x1d4)]()?.[_0x35cc5a(0x214)],_0x46155c=path[_0x35cc5a(0x1ef)](_0x2448b8,_0xec2769);!fs[_0x35cc5a(0x1e3)](_0x46155c)&&(fs['mkdirSync'](_0x46155c),this['logger'][_0x35cc5a(0x24e)](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x21c)],_0x46155c)));if(_0x3efcb1[_0x35cc5a(0x225)](_0x46e2a5[_0x35cc5a(0x23e)](),'')){this[_0x35cc5a(0x246)]['debug'](util['format'](_0x3efcb1[_0x35cc5a(0x255)]));return;}if(_0x46e2a5[_0x35cc5a(0x20b)](_0x3efcb1['ODHaC'])||_0x46e2a5[_0x35cc5a(0x20b)](_0x3efcb1[_0x35cc5a(0x224)])){const _0xa1a8f5=_0x46e2a5['startsWith'](_0x3efcb1[_0x35cc5a(0x213)])?https:http,_0x194411=path[_0x35cc5a(0x1cc)](_0x46e2a5),_0x20baae=path['join'](_0x46155c,_0x194411),_0x2aa9dd=fs[_0x35cc5a(0x206)](_0x20baae);_0xa1a8f5[_0x35cc5a(0x23c)](_0x46e2a5,_0x4fb825=>{const _0x23f147=_0x35cc5a,_0x549b66={'jemUK':function(_0x1c64e5,_0x2c9484){const _0x437be7=a89_0x1aa2;return _0x3efcb1[_0x437be7(0x226)](_0x1c64e5,_0x2c9484);},'GlFTo':function(_0x44a021,_0x2b9312){const _0x31be12=a89_0x1aa2;return _0x3efcb1[_0x31be12(0x231)](_0x44a021,_0x2b9312);},'hqFIG':function(_0x2e3ca9,_0x3f2d10){return _0x3efcb1['NaNiw'](_0x2e3ca9,_0x3f2d10);},'AsaRD':_0x3efcb1[_0x23f147(0x250)],'oixqX':_0x3efcb1[_0x23f147(0x1fa)]};if(_0x3efcb1[_0x23f147(0x225)](_0x4fb825[_0x23f147(0x23f)],0xc8))_0x4fb825[_0x23f147(0x1eb)](_0x2aa9dd),_0x2aa9dd['on'](_0x3efcb1[_0x23f147(0x251)],()=>{const _0x31e5ab=_0x23f147;_0x2aa9dd[_0x31e5ab(0x203)]();const _0x29accf=fs['statSync'](_0x20baae),_0x26a8ce=_0x549b66[_0x31e5ab(0x24a)](_0x29accf[_0x31e5ab(0x234)],_0x549b66[_0x31e5ab(0x253)](0x400,0x400));if(_0x549b66[_0x31e5ab(0x1d1)](_0x26a8ce,0x64)){this[_0x31e5ab(0x246)][_0x31e5ab(0x24e)](util[_0x31e5ab(0x1c8)](_0x549b66[_0x31e5ab(0x217)],_0x26a8ce[_0x31e5ab(0x1f0)](0x2))),fs[_0x31e5ab(0x1c9)](_0x20baae);return;}this[_0x31e5ab(0x246)][_0x31e5ab(0x24e)](util[_0x31e5ab(0x1c8)](_0x549b66[_0x31e5ab(0x201)],_0x20baae)),uploadAttachmentsManager[_0x31e5ab(0x20c)](_0x20baae,_0x31e288);});else{this[_0x23f147(0x246)][_0x23f147(0x24e)](util[_0x23f147(0x1c8)](_0x3efcb1[_0x23f147(0x244)],_0x4fb825['statusCode'])),_0x2aa9dd[_0x23f147(0x203)](),fs[_0x23f147(0x1c9)](_0x20baae);return;}})['on'](_0x3efcb1[_0x35cc5a(0x1ed)],_0x1147f5=>{const _0x3af807=_0x35cc5a;this['logger'][_0x3af807(0x24e)](util[_0x3af807(0x1c8)](_0x3efcb1[_0x3af807(0x22c)],_0x1147f5[_0x3af807(0x1e6)])),_0x2aa9dd['close'](),fs[_0x3af807(0x1c9)](_0x20baae);return;});}else{if(!fs[_0x35cc5a(0x1e3)](_0x46e2a5)){this[_0x35cc5a(0x246)]['debug'](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x1c6)],_0x46e2a5));return;}const _0x445b34=fs[_0x35cc5a(0x248)](_0x46e2a5),_0x589487=_0x3efcb1[_0x35cc5a(0x226)](_0x445b34['size'],_0x3efcb1[_0x35cc5a(0x231)](0x400,0x400));if(_0x3efcb1[_0x35cc5a(0x219)](_0x589487,0x64)){this[_0x35cc5a(0x246)][_0x35cc5a(0x24e)](util['format'](_0x3efcb1[_0x35cc5a(0x1ca)],_0x589487['toFixed'](0x2)));return;}const _0x5d9e60=path[_0x35cc5a(0x1cc)](_0x46e2a5),_0x2997bc=path['join'](_0x46155c,_0x5d9e60);fs[_0x35cc5a(0x202)](_0x46e2a5,_0x2997bc),uploadAttachmentsManager[_0x35cc5a(0x20c)](_0x2997bc,_0x31e288);}}static[a89_0x5087b6(0x20c)](_0x508b0a,_0x452f6c){const _0x53d237=a89_0x5087b6,_0x11b2e5={'LFOos':function(_0x31b118,_0x5b4b5d){return _0x31b118(_0x5b4b5d);},'TrFhY':'./browserstackCLI','ybglU':_0x53d237(0x1d7),'fLEyl':function(_0x292f7b,_0x25e9a4){return _0x292f7b===_0x25e9a4;},'AurwW':_0x53d237(0x1e5),'VGETQ':_0x53d237(0x242),'yJGXB':_0x53d237(0x1f4),'eTgDB':'TestLevel','aBpKx':_0x53d237(0x1ee),'ijigR':function(_0x3b4bed,_0x39362b){return _0x3b4bed(_0x39362b);},'qihao':'./state/testFrameworkState','fxgcB':function(_0x50ac7f,_0x4f1c4f){return _0x50ac7f(_0x4f1c4f);},'gAxuR':_0x53d237(0x223),'gekec':_0x53d237(0x1e4),'NsOQR':_0x53d237(0x1fb),'hKcOb':_0x53d237(0x24d)};try{let _0x55692d;const _0x22afad=global[_0x53d237(0x247)]?.[_0x53d237(0x239)]?.[_0x53d237(0x1cb)],_0x15e8a9=_0x11b2e5[_0x53d237(0x241)](require,_0x11b2e5[_0x53d237(0x20f)]),_0x9d0ccd=_0x11b2e5[_0x53d237(0x241)](require,_0x11b2e5[_0x53d237(0x1f9)]),_0x533675=_0x15e8a9[_0x53d237(0x249)]()[_0x53d237(0x243)]()&&_0x11b2e5['fLEyl'](_0x9d0ccd[_0x53d237(0x200)]()?.['name']?.[_0x53d237(0x1e2)](),_0x11b2e5['AurwW']);if(_0x533675){_0x55692d=global[_0x53d237(0x218)];if(!_0x55692d){const _0x3872c8=AutomationFramework[_0x53d237(0x1f2)]();_0x55692d=AutomationFramework[_0x53d237(0x210)](_0x3872c8,PlaywrightDriverModule[_0x53d237(0x208)],'');}this[_0x53d237(0x246)]['debug'](_0x53d237(0x22f)+_0x55692d);}else{if(!_0x22afad){const _0x371b77=AutomationFramework[_0x53d237(0x1f2)]();_0x55692d=AutomationFramework[_0x53d237(0x210)](_0x371b77,PlaywrightDriverModule[_0x53d237(0x208)],'');}else _0x55692d=TestInfo['getTestIdentifierFromTestInfo'](_0x22afad,_0x22afad[_0x53d237(0x209)]);this[_0x53d237(0x246)][_0x53d237(0x24e)](_0x53d237(0x1dd)+_0x55692d);}if(!_0x55692d){this['logger']['debug'](_0x11b2e5[_0x53d237(0x1ea)]);return;}const _0xa29f3e={[TestFrameworkConstants['KEY_FILE_SIZE']]:fs[_0x53d237(0x248)](_0x508b0a)[_0x53d237(0x234)],[TestFrameworkConstants[_0x53d237(0x230)]]:path[_0x53d237(0x1cc)](_0x508b0a),[TestFrameworkConstants['KEY_FILE_PATH']]:_0x508b0a,[TestFrameworkConstants[_0x53d237(0x20e)]]:_0x452f6c?_0x11b2e5[_0x53d237(0x205)]:_0x11b2e5[_0x53d237(0x1e1)]};if(_0x533675){const _0x167b58=_0x15e8a9['getInstance']()[_0x53d237(0x221)]();if(!_0x167b58){this[_0x53d237(0x246)]['debug'](_0x11b2e5[_0x53d237(0x23a)]);return;}const _0x4fb304=_0x11b2e5[_0x53d237(0x20a)](require,_0x11b2e5['qihao']),_0x2dec72=_0x11b2e5[_0x53d237(0x1c5)](require,_0x11b2e5[_0x53d237(0x1d0)]),_0x2c6b60=_0x167b58[_0x53d237(0x1dc)](_0x4fb304[_0x53d237(0x215)],_0x2dec72[_0x53d237(0x254)]);if(!_0x2c6b60){this[_0x53d237(0x246)][_0x53d237(0x24e)](_0x11b2e5['gekec']);return;}const _0x3113dd=_0x2c6b60[_0x53d237(0x22b)]()[_0x53d237(0x23c)](_0x55692d)||{},_0x17bbcc=_0x3113dd[TestFrameworkConstants[_0x53d237(0x237)]]||{},_0x550f09={..._0x17bbcc};_0x550f09[_0x508b0a]=_0xa29f3e;const _0x185cc5=_0x550f09,_0x47a09b={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:_0x185cc5},_0x58db25={};_0x58db25[_0x55692d]=_0x47a09b,_0x2c6b60[_0x53d237(0x1d3)](_0x58db25),this['logger'][_0x53d237(0x24e)](_0x53d237(0x20d)+_0x55692d+_0x53d237(0x1f8)+_0x508b0a);}else{const _0x5eded2=TestInfo[_0x53d237(0x220)](_0x55692d),_0x2eabc7=_0x5eded2[TestFrameworkConstants[_0x53d237(0x237)]]||{};_0x2eabc7[_0x508b0a]=_0xa29f3e,_0x5eded2[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]=_0x2eabc7,TestInfo[_0x53d237(0x22d)](_0x55692d,_0x5eded2),this['logger'][_0x53d237(0x24e)](_0x53d237(0x1cf)+_0x55692d+',\x20filepath:\x20'+_0x508b0a);}this[_0x53d237(0x246)]['debug'](util[_0x53d237(0x1c8)](_0x11b2e5['NsOQR'],_0x508b0a));}catch(_0x1e1ff2){this[_0x53d237(0x246)]['debug'](util[_0x53d237(0x1c8)](_0x11b2e5[_0x53d237(0x1de)],_0x1e1ff2[_0x53d237(0x1e6)]));}}static[a89_0x5087b6(0x1fd)](){const _0x5a706a=a89_0x5087b6,_0xfb239a={};_0xfb239a['HSLDE']=_0x5a706a(0x1db),_0xfb239a[_0x5a706a(0x1ec)]=_0x5a706a(0x204),_0xfb239a[_0x5a706a(0x21a)]=_0x5a706a(0x23d);const _0x1631c3=_0xfb239a,_0x3ab881=os['homedir'](),_0x4b1aba=path[_0x5a706a(0x1ef)](_0x3ab881,_0x1631c3[_0x5a706a(0x1f3)]);if(!fs[_0x5a706a(0x1e3)](_0x4b1aba))return;const _0x11260e=BrowserstackCLI[_0x5a706a(0x249)]()[_0x5a706a(0x24f)]['TestHubModule']?.[_0x5a706a(0x23b)]?.[_0x5a706a(0x1d4)]()?.[_0x5a706a(0x214)],_0x13eecb=_0x11260e?path[_0x5a706a(0x1ef)](_0x4b1aba,_0x11260e):null;if(!_0x13eecb||!fs[_0x5a706a(0x1e3)](_0x13eecb)){this[_0x5a706a(0x246)][_0x5a706a(0x24e)](util['format'](_0x1631c3['ADqFt'],_0x11260e));return;}const _0x4d14db={};_0x4d14db[_0x5a706a(0x1f1)]=!![],_0x4d14db[_0x5a706a(0x252)]=!![],fs['rmSync'](_0x13eecb,_0x4d14db),this[_0x5a706a(0x246)]['debug'](util[_0x5a706a(0x1c8)](_0x1631c3[_0x5a706a(0x21a)]));}}function a89_0x1aa2(_0xf03447,_0x29f819){const _0x15a342=a89_0x15a3();return a89_0x1aa2=function(_0x1aa28c,_0xa63e7a){_0x1aa28c=_0x1aa28c-0x1c4;let _0x11fe50=_0x15a342[_0x1aa28c];return _0x11fe50;},a89_0x1aa2(_0xf03447,_0x29f819);}module[a89_0x5087b6(0x1fe)]=uploadAttachmentsManager;
1
+ const a89_0x8d2dca=a89_0x56f6;(function(_0x522d96,_0x453a15){const _0x18524c=a89_0x56f6,_0x540734=_0x522d96();while(!![]){try{const _0x5c8d12=-parseInt(_0x18524c(0x1f3))/0x1*(-parseInt(_0x18524c(0x1bc))/0x2)+-parseInt(_0x18524c(0x1f6))/0x3*(-parseInt(_0x18524c(0x217))/0x4)+-parseInt(_0x18524c(0x1b8))/0x5+parseInt(_0x18524c(0x205))/0x6+-parseInt(_0x18524c(0x20b))/0x7*(-parseInt(_0x18524c(0x1f2))/0x8)+parseInt(_0x18524c(0x1d9))/0x9*(parseInt(_0x18524c(0x214))/0xa)+parseInt(_0x18524c(0x1fe))/0xb*(-parseInt(_0x18524c(0x216))/0xc);if(_0x5c8d12===_0x453a15)break;else _0x540734['push'](_0x540734['shift']());}catch(_0x5d991c){_0x540734['push'](_0x540734['shift']());}}}(a89_0x4086,0x9662b));function a89_0x4086(){const _0x168aff=['getTrackedInstance','name','path','testhubConfig','error','MBHCG','NVOjv','debug','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','zKNMj','QHkaE','basename','toObject','./TestInfo','JeeVg','YWilH','ahFXg','VXvdw','PFWjM','VhMgA','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','uploadAttachments','GSWQq','eCcSZ','./cliUtils','logger','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','15669DstJTy','lotwX','HvBqC','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','pIVEB','toLowerCase','CzfER','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','hAlyB','close','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','force','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','Jbwvn','lDOBW','getTestFramework','bzvcR','./framework/automationFramework','currentTest','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','TestHubModule','getState','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','isRunning','statSync','120WGBTjo','394876JXYGAU','./browserstackCLI','join','6057eMebeq','Cleared\x20attachment\x20folder','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','mkdirSync','unlinkSync','trackFile','ZIqIK','671550XkVAxD','OhSSI','ifhxi','http','get','./framework/constants/testFrameworkConstants','KEY_TEST_ID','6211548mNCudh','ZfXIl','FCdJI','retry','./modules/playwrightDriverModule','getTestIdentifierFromTestInfo','436072PBWaOR','setTestDetails','size','existsSync','BuildLevel','KEY_TEST_ATTACHMENTS','testInfo','KEY_FILE_NAME','POST','6070VfMeAB','modules','576gkLxDQ','884HsFdad','../../helpers/classLogger.js','.browserstack','ICTvy','LSqMS','pipe','message','TEST','recursive','getInstance','getTestFrameworkDetail','format','cdjda','File\x20downloaded\x20to:\x20%s',',\x20filepath:\x20','resolveInstance','DCLvq','toFixed','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','Created\x20.browserstack\x20folder\x20at:\x20%s','https','oUCDb','__workerDetails','homedir','rmSync','clearAttachments','http://','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','startsWith','getTestDetails','BDgmM','jest','zPtTs','statusCode','1605905zaACue','Bnjzg','exports','buildHashedId','2YAfdsg','jwBEM'];a89_0x4086=function(){return _0x168aff;};return a89_0x4086();}function a89_0x56f6(_0x425f71,_0x53537f){const _0x4086a6=a89_0x4086();return a89_0x56f6=function(_0x56f6ba,_0x3f24c8){_0x56f6ba=_0x56f6ba-0x1ac;let _0x10eb35=_0x4086a6[_0x56f6ba];return _0x10eb35;},a89_0x56f6(_0x425f71,_0x53537f);}const os=require('os'),fs=require('fs'),path=require(a89_0x8d2dca(0x1c0)),util=require('util'),BrowserstackCLI=require(a89_0x8d2dca(0x1f4)),https=require(a89_0x8d2dca(0x22b)),http=require(a89_0x8d2dca(0x201)),AutomationFramework=require(a89_0x8d2dca(0x1ea)),PlaywrightDriverModule=require(a89_0x8d2dca(0x209)),TestInfo=require(a89_0x8d2dca(0x1cb)),TestFrameworkConstants=require(a89_0x8d2dca(0x203)),{createClassLogger}=require(a89_0x8d2dca(0x218));class uploadAttachmentsManager{static [a89_0x8d2dca(0x1d7)]=createClassLogger('uploadAttachmentsManager');static[a89_0x8d2dca(0x1d3)](_0x230251,_0x129677=![]){const _0xc542b1=a89_0x8d2dca,_0xd1754c={};_0xd1754c[_0xc542b1(0x1d5)]=function(_0x2b5da2,_0x45e413){return _0x2b5da2/_0x45e413;},_0xd1754c[_0xc542b1(0x1e1)]=function(_0xa2ed3c,_0xa56942){return _0xa2ed3c*_0xa56942;},_0xd1754c[_0xc542b1(0x207)]=function(_0x5dad44,_0x261b54){return _0x5dad44>_0x261b54;},_0xd1754c[_0xc542b1(0x1dd)]=_0xc542b1(0x1e0),_0xd1754c[_0xc542b1(0x1df)]=_0xc542b1(0x224),_0xd1754c[_0xc542b1(0x1c3)]=function(_0x56d620,_0x2b8148){return _0x56d620===_0x2b8148;},_0xd1754c['lotwX']='finish',_0xd1754c[_0xc542b1(0x227)]=_0xc542b1(0x1d2),_0xd1754c[_0xc542b1(0x1b4)]=_0xc542b1(0x1b1),_0xd1754c[_0xc542b1(0x22c)]='Attachment\x20recevied\x20for\x20path:\x20%s',_0xd1754c[_0xc542b1(0x1b9)]=_0xc542b1(0x219),_0xd1754c[_0xc542b1(0x1db)]=_0xc542b1(0x1e5),_0xd1754c[_0xc542b1(0x1d4)]=_0xc542b1(0x22a),_0xd1754c[_0xc542b1(0x1e9)]='Created\x20folder:\x20%s',_0xd1754c[_0xc542b1(0x1c7)]=function(_0x549e98,_0x91d5df){return _0x549e98===_0x91d5df;},_0xd1754c[_0xc542b1(0x1d1)]=_0xc542b1(0x1c6),_0xd1754c['lDOBW']='https://',_0xd1754c[_0xc542b1(0x206)]=_0xc542b1(0x1b0),_0xd1754c[_0xc542b1(0x1b6)]=_0xc542b1(0x1c2),_0xd1754c[_0xc542b1(0x1ce)]=_0xc542b1(0x1f9),_0xd1754c['VXvdw']=function(_0x58324a,_0x5fea55){return _0x58324a*_0x5fea55;},_0xd1754c[_0xc542b1(0x1e6)]=_0xc542b1(0x1d8);const _0x22bf66=_0xd1754c;this['logger']['debug'](util['format'](_0x22bf66['oUCDb'],_0x230251));const _0x4c4476=os[_0xc542b1(0x1ad)](),_0x476853=path['join'](_0x4c4476,_0x22bf66[_0xc542b1(0x1b9)]);!fs[_0xc542b1(0x20e)](_0x476853)&&(this[_0xc542b1(0x1d7)]['debug'](util[_0xc542b1(0x222)](_0x22bf66[_0xc542b1(0x1db)],_0x476853)),fs[_0xc542b1(0x1fa)](_0x476853),this[_0xc542b1(0x1d7)][_0xc542b1(0x1c5)](util[_0xc542b1(0x222)](_0x22bf66['GSWQq'],_0x476853)));const _0x1c598d=BrowserstackCLI[_0xc542b1(0x220)]()['modules']['TestHubModule']?.[_0xc542b1(0x1c1)]?.['toObject']()?.[_0xc542b1(0x1bb)],_0x5e0306=path['join'](_0x476853,_0x1c598d);!fs[_0xc542b1(0x20e)](_0x5e0306)&&(fs[_0xc542b1(0x1fa)](_0x5e0306),this[_0xc542b1(0x1d7)]['debug'](util[_0xc542b1(0x222)](_0x22bf66[_0xc542b1(0x1e9)],_0x5e0306)));if(_0x22bf66['zKNMj'](_0x230251['trim'](),'')){this[_0xc542b1(0x1d7)][_0xc542b1(0x1c5)](util['format'](_0x22bf66[_0xc542b1(0x1d1)]));return;}if(_0x230251[_0xc542b1(0x1b2)](_0x22bf66[_0xc542b1(0x1e7)])||_0x230251[_0xc542b1(0x1b2)](_0x22bf66[_0xc542b1(0x206)])){const _0x52f008=_0x230251['startsWith'](_0x22bf66[_0xc542b1(0x1e7)])?https:http,_0x402633=path[_0xc542b1(0x1c9)](_0x230251),_0x455924=path[_0xc542b1(0x1f5)](_0x5e0306,_0x402633),_0x5ca9a5=fs['createWriteStream'](_0x455924);_0x52f008[_0xc542b1(0x202)](_0x230251,_0x2b8c15=>{const _0x367100=_0xc542b1;if(_0x22bf66['MBHCG'](_0x2b8c15[_0x367100(0x1b7)],0xc8))_0x2b8c15[_0x367100(0x21c)](_0x5ca9a5),_0x5ca9a5['on'](_0x22bf66[_0x367100(0x1da)],()=>{const _0x4ef732=_0x367100;_0x5ca9a5[_0x4ef732(0x1e2)]();const _0x3b2650=fs[_0x4ef732(0x1f1)](_0x455924),_0x4a3a7e=_0x22bf66[_0x4ef732(0x1d5)](_0x3b2650[_0x4ef732(0x20d)],_0x22bf66[_0x4ef732(0x1e1)](0x400,0x400));if(_0x22bf66[_0x4ef732(0x207)](_0x4a3a7e,0x64)){this[_0x4ef732(0x1d7)]['debug'](util[_0x4ef732(0x222)](_0x22bf66['pIVEB'],_0x4a3a7e[_0x4ef732(0x228)](0x2))),fs[_0x4ef732(0x1fb)](_0x455924);return;}this[_0x4ef732(0x1d7)][_0x4ef732(0x1c5)](util[_0x4ef732(0x222)](_0x22bf66[_0x4ef732(0x1df)],_0x455924)),uploadAttachmentsManager[_0x4ef732(0x1fc)](_0x455924,_0x129677);});else{this[_0x367100(0x1d7)][_0x367100(0x1c5)](util[_0x367100(0x222)](_0x22bf66[_0x367100(0x227)],_0x2b8c15[_0x367100(0x1b7)])),_0x5ca9a5[_0x367100(0x1e2)](),fs[_0x367100(0x1fb)](_0x455924);return;}})['on'](_0x22bf66[_0xc542b1(0x1b6)],_0x236edf=>{const _0x285e23=_0xc542b1;this[_0x285e23(0x1d7)][_0x285e23(0x1c5)](util['format'](_0x22bf66['BDgmM'],_0x236edf[_0x285e23(0x21d)])),_0x5ca9a5[_0x285e23(0x1e2)](),fs['unlinkSync'](_0x455924);return;});}else{if(!fs[_0xc542b1(0x20e)](_0x230251)){this[_0xc542b1(0x1d7)]['debug'](util[_0xc542b1(0x222)](_0x22bf66[_0xc542b1(0x1ce)],_0x230251));return;}const _0x39b33b=fs[_0xc542b1(0x1f1)](_0x230251),_0x1f2f48=_0x22bf66['eCcSZ'](_0x39b33b[_0xc542b1(0x20d)],_0x22bf66[_0xc542b1(0x1cf)](0x400,0x400));if(_0x22bf66[_0xc542b1(0x207)](_0x1f2f48,0x64)){this[_0xc542b1(0x1d7)][_0xc542b1(0x1c5)](util['format'](_0x22bf66[_0xc542b1(0x1e6)],_0x1f2f48['toFixed'](0x2)));return;}const _0x1a4c40=path[_0xc542b1(0x1c9)](_0x230251),_0x3ab82b=path[_0xc542b1(0x1f5)](_0x5e0306,_0x1a4c40);fs['copyFileSync'](_0x230251,_0x3ab82b),uploadAttachmentsManager[_0xc542b1(0x1fc)](_0x3ab82b,_0x129677);}}static[a89_0x8d2dca(0x1fc)](_0x540e16,_0xb53631){const _0x271a63=a89_0x8d2dca,_0x1a7665={'ZIqIK':function(_0x2c8ede,_0x2ee9f4){return _0x2c8ede(_0x2ee9f4);},'LSqMS':_0x271a63(0x1f4),'rgKvd':function(_0x3fca1d,_0x28d3da){return _0x3fca1d(_0x28d3da);},'YWilH':_0x271a63(0x1d6),'KGlkb':function(_0x3d1629,_0x346221){return _0x3d1629===_0x346221;},'PFWjM':_0x271a63(0x1b5),'cdjda':'trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','JeeVg':_0x271a63(0x20f),'ifhxi':'TestLevel','VKhVX':'trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','vKfyZ':function(_0x399660,_0x34e695){return _0x399660(_0x34e695);},'XdfqP':'./state/testFrameworkState','jwBEM':'./state/hookState','NVOjv':_0x271a63(0x1ef),'iZfoJ':_0x271a63(0x1dc),'tlrkI':'Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload'};try{let _0x2a05df;const _0x2957c0=global[_0x271a63(0x1ac)]?.[_0x271a63(0x1eb)]?.[_0x271a63(0x211)],_0x5445b0=_0x1a7665[_0x271a63(0x1fd)](require,_0x1a7665[_0x271a63(0x21b)]),_0x5b9a2f=_0x1a7665['rgKvd'](require,_0x1a7665[_0x271a63(0x1cd)]),_0x17c62d=_0x5445b0[_0x271a63(0x220)]()[_0x271a63(0x1f0)]()&&_0x1a7665['KGlkb'](_0x5b9a2f[_0x271a63(0x221)]()?.[_0x271a63(0x1bf)]?.[_0x271a63(0x1de)](),_0x1a7665[_0x271a63(0x1d0)]);if(_0x17c62d){_0x2a05df=global['__jestCurrentTestIdentifier'];if(!_0x2a05df){const _0x4b96f4=AutomationFramework[_0x271a63(0x1be)]();_0x2a05df=AutomationFramework[_0x271a63(0x1ee)](_0x4b96f4,PlaywrightDriverModule[_0x271a63(0x204)],'');}this[_0x271a63(0x1d7)][_0x271a63(0x1c5)](_0x271a63(0x229)+_0x2a05df);}else{if(!_0x2957c0){const _0x98c229=AutomationFramework['getTrackedInstance']();_0x2a05df=AutomationFramework[_0x271a63(0x1ee)](_0x98c229,PlaywrightDriverModule[_0x271a63(0x204)],'');}else _0x2a05df=TestInfo[_0x271a63(0x20a)](_0x2957c0,_0x2957c0[_0x271a63(0x208)]);this[_0x271a63(0x1d7)]['debug'](_0x271a63(0x1e3)+_0x2a05df);}if(!_0x2a05df){this[_0x271a63(0x1d7)][_0x271a63(0x1c5)](_0x1a7665[_0x271a63(0x223)]);return;}const _0x3df0f7={[TestFrameworkConstants['KEY_FILE_SIZE']]:fs[_0x271a63(0x1f1)](_0x540e16)['size'],[TestFrameworkConstants[_0x271a63(0x212)]]:path['basename'](_0x540e16),[TestFrameworkConstants['KEY_FILE_PATH']]:_0x540e16,[TestFrameworkConstants['KEY_FILE_LEVEL']]:_0xb53631?_0x1a7665[_0x271a63(0x1cc)]:_0x1a7665[_0x271a63(0x200)]};if(_0x17c62d){const _0x2cf191=_0x5445b0[_0x271a63(0x220)]()[_0x271a63(0x1e8)]();if(!_0x2cf191){this['logger'][_0x271a63(0x1c5)](_0x1a7665['VKhVX']);return;}const _0x15bc0c=_0x1a7665['vKfyZ'](require,_0x1a7665['XdfqP']),_0x4479d9=_0x1a7665[_0x271a63(0x1fd)](require,_0x1a7665[_0x271a63(0x1bd)]),_0x40ac96=_0x2cf191[_0x271a63(0x226)](_0x15bc0c[_0x271a63(0x21e)],_0x4479d9[_0x271a63(0x213)]);if(!_0x40ac96){this[_0x271a63(0x1d7)][_0x271a63(0x1c5)](_0x1a7665[_0x271a63(0x1c4)]);return;}const _0xbb0691=_0x40ac96['getAllData']()[_0x271a63(0x202)](_0x2a05df)||{},_0x24bba8=_0xbb0691[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x24a3f0={..._0x24bba8};_0x24a3f0[_0x540e16]=_0x3df0f7;const _0x4fba3c=_0x24a3f0,_0x5810fa={[TestFrameworkConstants[_0x271a63(0x210)]]:_0x4fba3c},_0xd74d68={};_0xd74d68[_0x2a05df]=_0x5810fa,_0x40ac96['addMultipleEntries'](_0xd74d68),this['logger']['debug'](_0x271a63(0x1ec)+_0x2a05df+_0x271a63(0x225)+_0x540e16);}else{const _0x45b8e4=TestInfo[_0x271a63(0x1b3)](_0x2a05df),_0x2d57a5=_0x45b8e4[TestFrameworkConstants[_0x271a63(0x210)]]||{};_0x2d57a5[_0x540e16]=_0x3df0f7,_0x45b8e4[TestFrameworkConstants[_0x271a63(0x210)]]=_0x2d57a5,TestInfo[_0x271a63(0x20c)](_0x2a05df,_0x45b8e4),this[_0x271a63(0x1d7)][_0x271a63(0x1c5)](_0x271a63(0x1f8)+_0x2a05df+_0x271a63(0x225)+_0x540e16);}this[_0x271a63(0x1d7)][_0x271a63(0x1c5)](util['format'](_0x1a7665['iZfoJ'],_0x540e16));}catch(_0x56e6b7){this[_0x271a63(0x1d7)]['debug'](util[_0x271a63(0x222)](_0x1a7665['tlrkI'],_0x56e6b7[_0x271a63(0x21d)]));}}static[a89_0x8d2dca(0x1af)](){const _0x1e9792=a89_0x8d2dca,_0x4b4f0f={};_0x4b4f0f[_0x1e9792(0x1ff)]=_0x1e9792(0x219),_0x4b4f0f['ICTvy']='No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s',_0x4b4f0f[_0x1e9792(0x1c8)]=_0x1e9792(0x1f7);const _0x302a11=_0x4b4f0f,_0xe07c0e=os[_0x1e9792(0x1ad)](),_0x3845c1=path[_0x1e9792(0x1f5)](_0xe07c0e,_0x302a11[_0x1e9792(0x1ff)]);if(!fs['existsSync'](_0x3845c1))return;const _0x53fe19=BrowserstackCLI[_0x1e9792(0x220)]()[_0x1e9792(0x215)][_0x1e9792(0x1ed)]?.[_0x1e9792(0x1c1)]?.[_0x1e9792(0x1ca)]()?.['buildHashedId'],_0x282d80=_0x53fe19?path['join'](_0x3845c1,_0x53fe19):null;if(!_0x282d80||!fs['existsSync'](_0x282d80)){this[_0x1e9792(0x1d7)][_0x1e9792(0x1c5)](util[_0x1e9792(0x222)](_0x302a11[_0x1e9792(0x21a)],_0x53fe19));return;}const _0x1016eb={};_0x1016eb[_0x1e9792(0x21f)]=!![],_0x1016eb[_0x1e9792(0x1e4)]=!![],fs[_0x1e9792(0x1ae)](_0x282d80,_0x1016eb),this[_0x1e9792(0x1d7)]['debug'](util[_0x1e9792(0x222)](_0x302a11[_0x1e9792(0x1c8)]));}}module[a89_0x8d2dca(0x1ba)]=uploadAttachmentsManager;
@@ -1 +1 @@
1
- const a90_0x4a873b=a90_0x3e03;(function(_0x532d5f,_0x4db33f){const _0x155bd4=a90_0x3e03,_0x3ce1f7=_0x532d5f();while(!![]){try{const _0x187069=-parseInt(_0x155bd4(0x1a6))/0x1+-parseInt(_0x155bd4(0x15f))/0x2*(-parseInt(_0x155bd4(0x1b9))/0x3)+parseInt(_0x155bd4(0x196))/0x4+parseInt(_0x155bd4(0x171))/0x5*(-parseInt(_0x155bd4(0x172))/0x6)+-parseInt(_0x155bd4(0x1a2))/0x7+parseInt(_0x155bd4(0x169))/0x8+parseInt(_0x155bd4(0x1c8))/0x9*(parseInt(_0x155bd4(0x14b))/0xa);if(_0x187069===_0x4db33f)break;else _0x3ce1f7['push'](_0x3ce1f7['shift']());}catch(_0x5477bc){_0x3ce1f7['push'](_0x3ce1f7['shift']());}}}(a90_0x45fb,0x2e6e7));const path=require('path'),util=require(a90_0x4a873b(0x19c)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a90_0x4a873b(0x186))['winstonLogger'],{o11yClassErrorHandler}=require(a90_0x4a873b(0x1c3)),TestInfo=require(a90_0x4a873b(0x14e)),hooksMap={};function a90_0x45fb(){const _0x123cab=['getCucumberHookType','format','failure_type','every','sendHook','testStepFinished','260bAoeiq','12828pdvHDu','getHookRunEventData','RSbPe','FAILED','kKmOR','uYLhb','PeQWB','sourceReference','uuid','createTestFrameworkData','getScenarioExamples','getHookResult','oDSIr','tags','uri','join','GUEPs','exception','SqcUT','createHookData','../../../helpers/logger.js','failure','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','Exception\x20in\x20createHookData:\x20','cucumber','failure_reason','children','_gitConfigured','mlSRJ','hook','failed','push','bstack','WFJVE','debug','result','1347220KNMnOL','examples','javascript','finishedAt','feature','GoCdy','util','unknown','test','tagExpression','exports','getTestUUID','1232707aSRWGZ','YkjSm','hooks','KplhR','271439HQnsaV','name','uiXrM','passed','WvDJU','match','tableBody','relative','testCaseFinished','includes','_gitConfigPath','failure_data','scenario','bmPoI','filter','map','hESEM','cuZuX','message','1689rCEGcJ','GxWaM','HookRunFinished','pRCZW','cells','MWpzn','tJpma','testStepResult','duration_in_ms','nanos','../../../helpers/test-observability/error-handler.js','xbFxB','skipped','flatMap','length','54dCLshi','finished_at','find','tvGqg','AlrCv','KBBJt','UnhandledError','value','eaPBm','65990xAIQLX','AssertionError','ieEOH','../TestInfo.js','toLowerCase','MTxTd','status','UIFHw','BEFORE_EACH','faHDa','AFTER_EACH','failureData','DUtWX','astNodeIds','strip-ansi','forEach','toISOString','timestamp','failureType','pdobn','698syzUkx','configureGit','XkezO','hookId','pickleStepId','IIyvb','CBbSU','rule','pending','fmwKS','1408104CnXamt','ysbnK'];a90_0x45fb=function(){return _0x123cab;};return a90_0x45fb();}class CucumberUtils{constructor(){const _0x14238d=a90_0x4a873b;this[_0x14238d(0x18d)]=![],this[_0x14238d(0x1b0)]=null;}async[a90_0x4a873b(0x17b)](_0x210630,_0x318037,_0x4ee59e,_0x18bd13,_0x42faae,_0xb1d61e){const _0x50c099=a90_0x4a873b,_0x4c06f5={'JSuti':function(_0x3bb810,_0x5c822f){return _0x3bb810===_0x5c822f;},'fmwKS':_0x50c099(0x175),'DUtWX':_0x50c099(0x190),'UIFHw':function(_0x2ca740,_0x59f4d1){return _0x2ca740===_0x59f4d1;},'eNrsm':'SKIPPED','sInPi':_0x50c099(0x1c5),'sPBHH':function(_0xa9e630,_0x3b3f05){return _0xa9e630||_0x3b3f05;},'hESEM':function(_0x1b059b,_0x38fd27){return _0x1b059b+_0x38fd27;},'bmPoI':_0x50c099(0x19e),'XkezO':_0x50c099(0x198),'xbFxB':_0x50c099(0x18a),'RSbPe':_0x50c099(0x167),'GxWaM':_0x50c099(0x1a9),'GoCdy':function(_0x4a2d1c,_0x28cb13){return _0x4a2d1c!==_0x28cb13;},'nHgrg':function(_0x3d9f29,_0x59782d){return _0x3d9f29/_0x59782d;},'KBBJt':function(_0xc35914,_0x29051e){return _0xc35914===_0x29051e;},'erPNZ':_0x50c099(0x159),'ysbnK':function(_0x4cae64,_0x9e7566){return _0x4cae64(_0x9e7566);},'xDbIk':_0x50c099(0x19d),'eaPBm':'AssertionError','WFJVE':_0x50c099(0x148)},{feature:_0x50926a,scenario:_0x15b582,steps:_0x7d3e85,uuid:_0x2737b9,startedAt:_0x5d9bd9,finishedAt:_0x491a46}=_0x4c06f5['sPBHH'](_0x210630,{}),_0x4b2937=this[_0x50c099(0x17c)](_0x18bd13,_0x318037);await this[_0x50c099(0x160)]();const _0x4f0940=_0x4b2937?_0x4c06f5[_0x50c099(0x1b6)](_0x4c06f5['hESEM'](_0x4c06f5[_0x50c099(0x1b6)](_0x318037[_0x50c099(0x1a7)],'\x20('),_0x4b2937[_0x50c099(0x181)](',\x20')),')'):_0x318037[_0x50c099(0x1a7)],_0x57da38={'id':_0x42faae,'uuid':_0x42faae,'startedAt':_0x5d9bd9,'finishedAt':_0x491a46,'type':_0x4c06f5[_0x50c099(0x1b3)],'body':{'lang':_0x4c06f5[_0x50c099(0x161)],'code':null},'name':_0x4f0940,'scopes':[_0x50926a&&_0x50926a['name']?_0x50926a[_0x50c099(0x1a7)]:''],'tags':_0x318037[_0x50c099(0x17f)]?_0x318037[_0x50c099(0x17f)][_0x50c099(0x1b5)](({name:_0x2bb253})=>_0x2bb253):[],'file_name':_0x318037[_0x50c099(0x180)],'location':_0x318037[_0x50c099(0x180)],'vc_filepath':this[_0x50c099(0x1b0)]&&_0x318037[_0x50c099(0x180)]?path[_0x50c099(0x1ad)](this[_0x50c099(0x1b0)],_0x318037[_0x50c099(0x180)]):null,'framework':_0x4c06f5[_0x50c099(0x1c4)],'result':_0x4c06f5[_0x50c099(0x174)],'meta':{'feature':_0x50926a,'scenario':_0x15b582,'steps':_0x7d3e85,'examples':_0x4b2937},'customRerunParam':{'rerun_name':_0x4f0940}};if(_0x4ee59e[_0x50c099(0x1ae)]&&_0x7d3e85){const _0xefc59c=_0x4ee59e[_0x50c099(0x1ae)];let _0x1adfd4=_0x4c06f5[_0x50c099(0x1ba)];_0x7d3e85[_0x50c099(0x16e)](_0x3eda6a=>{const _0x2ec5e8=_0x50c099;if(_0x4c06f5['JSuti'](_0x3eda6a[_0x2ec5e8(0x195)],_0x4c06f5[_0x2ec5e8(0x168)]))return _0x1adfd4=_0x4c06f5[_0x2ec5e8(0x157)],_0xefc59c[_0x2ec5e8(0x187)]=_0x3eda6a['failure'],_0xefc59c[_0x2ec5e8(0x15d)]=_0x3eda6a[_0x2ec5e8(0x15d)],![];else{if(_0x4c06f5[_0x2ec5e8(0x152)](_0x3eda6a[_0x2ec5e8(0x195)],_0x4c06f5['eNrsm']))return _0x1adfd4=_0x4c06f5['sInPi'],![];}return!![];}),_0x57da38[_0x50c099(0x199)]=new Date()[_0x50c099(0x15b)](),_0x57da38['result']=_0x1adfd4;_0xefc59c[_0x50c099(0x15c)]&&_0x4c06f5[_0x50c099(0x19b)](_0xefc59c['timestamp']['nanos'],undefined)?_0x57da38[_0x50c099(0x1c1)]=_0x4c06f5['nHgrg'](_0xefc59c[_0x50c099(0x15c)][_0x50c099(0x1c2)],0xf4240):_0x57da38['duration_in_ms']=undefined;if(_0x4c06f5[_0x50c099(0x147)](_0x1adfd4,_0x4c06f5[_0x50c099(0x157)])){const {default:_0x456887}=await import(_0x4c06f5['erPNZ']);_0x57da38[_0x50c099(0x187)]=[{'backtrace':[_0xefc59c['failure']?_0x4c06f5[_0x50c099(0x16a)](_0x456887,_0xefc59c[_0x50c099(0x187)]):_0x4c06f5['xDbIk']]}],_0x57da38[_0x50c099(0x18b)]=_0xefc59c['failure']?_0x4c06f5[_0x50c099(0x16a)](_0x456887,_0xefc59c[_0x50c099(0x187)]):_0xefc59c[_0x50c099(0x1b8)],_0xefc59c['failureType']&&(_0x57da38[_0x50c099(0x16d)]=_0xefc59c['failureType'][_0x50c099(0x1ab)](/AssertError/)?_0x4c06f5[_0x50c099(0x14a)]:_0x4c06f5[_0x50c099(0x193)]);}}return _0x57da38;}[a90_0x4a873b(0x173)](_0x449f2d,_0x5f12e3,_0x2bb042,_0x14f68d,_0x1e3987,_0x3b19b4){const _0x272471=a90_0x4a873b,_0x4afa75={'PeQWB':function(_0x53fe2f,_0x54e686){return _0x53fe2f===_0x54e686;},'tJpma':_0x272471(0x1bb),'kKmOR':function(_0x3a3cdc,_0x21b68d,_0x3771fe){return _0x3a3cdc(_0x21b68d,_0x3771fe);},'jOyQr':_0x272471(0x179),'uYLhb':'uri','WvDJU':_0x272471(0x167),'IIyvb':_0x272471(0x18f),'GUEPs':_0x272471(0x198),'XSlrj':function(_0x48cb79,_0xffec07,_0x561dfa){return _0x48cb79(_0xffec07,_0x561dfa);},'pRCZW':_0x272471(0x19a),'oDSIr':_0x272471(0x1a7),'VpQKe':function(_0x4ef839,_0x568f9c,_0x24ebf3){return _0x4ef839(_0x568f9c,_0x24ebf3);},'YkjSm':'cucumber'};try{if(_0x4afa75[_0x272471(0x178)](_0x2bb042,_0x4afa75[_0x272471(0x1bf)])){const _0x2f08cc=new Date()[_0x272471(0x15b)](),_0x5ad837=hooksMap[_0x5f12e3];if(!_0x5ad837)return;const _0x3396cd=_0x5ad837['find'](_0x1f04e5=>_0x1f04e5[_0x272471(0x17a)]===_0x14f68d['id']);if(!_0x3396cd)return;const _0x5d82b9=this[_0x272471(0x17d)](_0x449f2d,_0x5f12e3);_0x3396cd[_0x272471(0x195)]=_0x5d82b9['status'],_0x3396cd[_0x272471(0x1c9)]=_0x2f08cc,_0x3396cd['failure_type']=_0x5d82b9[_0x272471(0x15d)];const _0x5f0b6d={};return _0x5f0b6d['backtrace']=_0x5d82b9[_0x272471(0x156)],_0x3396cd[_0x272471(0x1b1)]=[_0x5f0b6d],_0x3396cd;}const _0x279fc5=TestInfo[_0x272471(0x1a1)](_0x5f12e3),_0xe59dbf=_0x449f2d[_0x272471(0x1a4)][_0x272471(0x1ca)](_0x9b80c1=>_0x9b80c1['id']===_0x14f68d[_0x272471(0x162)]),_0x10a101=_0x4afa75[_0x272471(0x176)](nestedKeyValue,_0xe59dbf,[_0x4afa75['jOyQr'],_0x4afa75[_0x272471(0x177)]]),_0x2c43c9=new Date()['toISOString'](),_0x421bf6=_0x4afa75[_0x272471(0x1aa)],_0x82c10f=_0xe59dbf[_0x272471(0x19f)]?_0xe59dbf[_0x272471(0x19f)]['split']('\x20')[_0x272471(0x1b4)](_0x60630=>_0x60630[_0x272471(0x1af)]('@')):[],_0x4d8c56={'uuid':_0x14f68d['id'],'type':_0x4afa75[_0x272471(0x164)],'hook_type':_0x3b19b4,'name':_0xe59dbf[_0x272471(0x1a7)],'body':{'lang':_0x4afa75[_0x272471(0x182)],'code':null},'tags':_0x82c10f,'test_run_id':_0x279fc5,'scope':_0x4afa75['XSlrj'](nestedKeyValue,_0x1e3987,[_0x4afa75[_0x272471(0x1bc)],_0x4afa75[_0x272471(0x17e)]]),'scopes':[_0x4afa75['VpQKe'](nestedKeyValue,_0x1e3987,[_0x4afa75[_0x272471(0x1bc)],_0x4afa75['oDSIr']])||''],'file_name':_0x10a101,'location':_0x10a101,'vc_filepath':this[_0x272471(0x1b0)]?path[_0x272471(0x1ad)](this[_0x272471(0x1b0)],_0x10a101):null,'result':_0x421bf6,'started_at':_0x2c43c9,'framework':_0x4afa75[_0x272471(0x1a3)]};return _0x4d8c56;}catch(_0x1168d2){logger[_0x272471(0x194)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x1168d2)+'\x20');}}async[a90_0x4a873b(0x185)](_0x3e429b,_0x294683,_0x31832a,_0x2fa9e2,_0x1448a9,_0x37103f){const _0x187e4a=a90_0x4a873b,_0x35926c={'KplhR':function(_0x44e266,_0x22993c){return _0x44e266===_0x22993c;},'LkNwJ':'HookRunStarted','kIHnv':function(_0x31a6be,_0x2f2e60,_0xc3fb08){return _0x31a6be(_0x2f2e60,_0xc3fb08);},'gXMXO':_0x187e4a(0x179),'mlSRJ':_0x187e4a(0x180),'CBbSU':_0x187e4a(0x188),'uJAJB':_0x187e4a(0x192)};try{const _0x19aff8=_0x2fa9e2['find'](_0x5af601=>_0x5af601['id']===_0x1448a9);if(!_0x19aff8[_0x187e4a(0x162)])return;const _0x288ba4=this[_0x187e4a(0x16b)](_0x2fa9e2,_0x19aff8),_0x29c77e=this[_0x187e4a(0x173)](_0x3e429b,_0x294683,_0x31832a,_0x19aff8,_0x37103f,_0x288ba4);if(!_0x29c77e)return;_0x35926c[_0x187e4a(0x1a5)](_0x31832a,_0x35926c['LkNwJ'])&&(hooksMap[_0x294683]?hooksMap[_0x294683][_0x187e4a(0x191)](_0x29c77e):hooksMap[_0x294683]=[_0x29c77e]);const _0x7fcf77=_0x3e429b[_0x187e4a(0x1a4)][_0x187e4a(0x1ca)](_0x28025a=>_0x28025a['id']===_0x19aff8[_0x187e4a(0x162)]),_0xab0406=_0x35926c['kIHnv'](nestedKeyValue,_0x7fcf77,[_0x35926c['gXMXO'],_0x35926c[_0x187e4a(0x18e)]]);if(!_0xab0406)return;else{if(_0xab0406[_0x187e4a(0x1af)](_0x35926c[_0x187e4a(0x165)]))return;}if(_0x35926c[_0x187e4a(0x1a5)](_0x29c77e['name'],_0x35926c['uJAJB']))return;return _0x29c77e;}catch(_0x2dbc63){logger[_0x187e4a(0x194)](_0x187e4a(0x189)+util[_0x187e4a(0x16c)](_0x2dbc63)+'\x20');}}[a90_0x4a873b(0x17d)](_0x301b9e,_0x37d996){const _0x399efd=a90_0x4a873b,_0x406d1e={};_0x406d1e[_0x399efd(0x1cc)]=function(_0x3041e6,_0x2c0d00){return _0x3041e6===_0x2c0d00;},_0x406d1e[_0x399efd(0x1cb)]=_0x399efd(0x190),_0x406d1e['MWpzn']=function(_0x34b4bd,_0x5e0723){return _0x34b4bd===_0x5e0723;},_0x406d1e[_0x399efd(0x1a8)]='UnhandledError',_0x406d1e[_0x399efd(0x150)]=_0x399efd(0x14c),_0x406d1e[_0x399efd(0x15e)]=function(_0x81c031,_0x39c567){return _0x81c031||_0x39c567;};const _0x2c297a=_0x406d1e,_0x11f830=_0x301b9e[_0x399efd(0x170)][_0x37d996][_0x399efd(0x1c0)];let _0x20e340,_0x2627ed;return _0x11f830&&_0x2c297a[_0x399efd(0x1cc)](_0x11f830['status']['toString']()[_0x399efd(0x14f)](),_0x2c297a[_0x399efd(0x1cb)])&&(_0x20e340=_0x2c297a[_0x399efd(0x1cc)](_0x11f830[_0x399efd(0x183)],undefined)?_0x11f830[_0x399efd(0x1b8)]:_0x11f830[_0x399efd(0x183)]['message'],_0x2627ed=_0x2c297a[_0x399efd(0x1be)](_0x11f830['exception'],undefined)?_0x2c297a[_0x399efd(0x1a8)]:_0x11f830['message']['match'](/Assert/)?_0x2c297a[_0x399efd(0x150)]:_0x2c297a['uiXrM']),{'status':_0x11f830[_0x399efd(0x151)][_0x399efd(0x14f)](),'failureType':_0x2c297a['pdobn'](_0x2627ed,null),'failureData':!_0x20e340?null:[_0x20e340]};}[a90_0x4a873b(0x16b)](_0x1bc79a,_0x438f2e){const _0x5ba874=a90_0x4a873b,_0x4ec085={};_0x4ec085['EagPL']=function(_0x1c75e2,_0x1614ce){return _0x1c75e2===_0x1614ce;},_0x4ec085[_0x5ba874(0x14d)]=_0x5ba874(0x155),_0x4ec085[_0x5ba874(0x1b7)]=_0x5ba874(0x153);const _0x49fbd4=_0x4ec085;let _0x21efd9=![];for(const _0x5a7624 of _0x1bc79a){_0x5a7624[_0x5ba874(0x163)]&&(_0x21efd9=!![]);if(_0x49fbd4['EagPL'](_0x438f2e['id'],_0x5a7624['id']))return _0x21efd9?_0x49fbd4[_0x5ba874(0x14d)]:_0x49fbd4[_0x5ba874(0x1b7)];}}[a90_0x4a873b(0x17c)]=(_0x49ac37,_0x3434ef)=>{const _0x207b7c=a90_0x4a873b,_0x4a0b26={};_0x4a0b26[_0x207b7c(0x184)]=function(_0x1ff51a,_0x4bfa19){return _0x1ff51a===_0x4bfa19;},_0x4a0b26[_0x207b7c(0x154)]=function(_0x2331a3,_0x4a0f87){return _0x2331a3>_0x4a0f87;};const _0x27dd55=_0x4a0b26;if(!(_0x3434ef[_0x207b7c(0x158)]&&_0x27dd55[_0x207b7c(0x154)](_0x3434ef['astNodeIds'][_0x207b7c(0x1c7)],0x1)))return;const _0x3a69fa=_0x3434ef[_0x207b7c(0x158)][0x0],_0x252b49=_0x3434ef['astNodeIds'][0x1],_0x99d97=_0x49ac37[_0x207b7c(0x19a)]&&_0x49ac37['feature'][_0x207b7c(0x18c)]?_0x49ac37[_0x207b7c(0x19a)]['children']:undefined;let _0x27e314=[];_0x99d97&&_0x99d97[_0x207b7c(0x15a)](_0x145978=>{const _0xecb1fb=_0x207b7c;if(_0x145978[_0xecb1fb(0x166)])_0x145978[_0xecb1fb(0x166)][_0xecb1fb(0x18c)]['forEach'](_0x1ff3dd=>{const _0x1b66f4=_0xecb1fb;if(_0x1ff3dd[_0x1b66f4(0x1b2)]&&_0x27dd55[_0x1b66f4(0x184)](_0x1ff3dd[_0x1b66f4(0x1b2)]['id'],_0x3a69fa)&&_0x1ff3dd['scenario']['examples']){const _0x23bc87=_0x1ff3dd[_0x1b66f4(0x1b2)][_0x1b66f4(0x197)][_0x1b66f4(0x1c6)](_0x527727=>_0x527727['tableBody'])['find'](_0x238cb3=>_0x238cb3['id']===_0x252b49);let _0x2fff72;_0x23bc87&&_0x23bc87['cells']?_0x2fff72=_0x23bc87[_0x1b66f4(0x1bd)][_0x1b66f4(0x1b5)](_0x1ca3c7=>_0x1ca3c7['value']):_0x2fff72=[],_0x2fff72&&(_0x27e314=_0x2fff72);}});else{if(_0x145978[_0xecb1fb(0x1b2)]&&_0x27dd55[_0xecb1fb(0x184)](_0x145978[_0xecb1fb(0x1b2)]['id'],_0x3a69fa)&&_0x145978[_0xecb1fb(0x1b2)][_0xecb1fb(0x197)]){const _0x1150e6=_0x145978[_0xecb1fb(0x1b2)][_0xecb1fb(0x197)][_0xecb1fb(0x1c6)](_0x5b6225=>_0x5b6225[_0xecb1fb(0x1ac)])[_0xecb1fb(0x1ca)](_0x4200e1=>_0x4200e1['id']===_0x252b49);let _0x4c5a24;_0x1150e6&&_0x1150e6[_0xecb1fb(0x1bd)]?_0x4c5a24=_0x1150e6[_0xecb1fb(0x1bd)][_0xecb1fb(0x1b5)](_0x4ca125=>_0x4ca125[_0xecb1fb(0x149)]):_0x4c5a24=[],_0x4c5a24&&(_0x27e314=_0x4c5a24);}}});if(_0x27e314[_0x207b7c(0x1c7)])return _0x27e314;return;};async['configureGit'](){const _0xa9c287=a90_0x4a873b,_0x1e4a30={'amtwG':function(_0x4dd24b){return _0x4dd24b();}};if(this['_gitConfigured'])return this[_0xa9c287(0x1b0)];const _0xb4af11=await _0x1e4a30['amtwG'](getGitMetaData);_0xb4af11&&(this['_gitConfigPath']=_0xb4af11['root']),this[_0xa9c287(0x18d)]=!![];}}function a90_0x3e03(_0x285f23,_0x5af8d1){const _0x45fbbf=a90_0x45fb();return a90_0x3e03=function(_0x3e0309,_0x240fc4){_0x3e0309=_0x3e0309-0x147;let _0x39f360=_0x45fbbf[_0x3e0309];return _0x39f360;},a90_0x3e03(_0x285f23,_0x5af8d1);}module[a90_0x4a873b(0x1a0)]=o11yClassErrorHandler(CucumberUtils,[a90_0x4a873b(0x160),'getScenarioExamples','getCucumberHookType',a90_0x4a873b(0x17d),a90_0x4a873b(0x16f),a90_0x4a873b(0x173),'sendTestRunEventForCucumber',a90_0x4a873b(0x17b)]);
1
+ const a90_0x437c56=a90_0x1166;(function(_0x17b0ed,_0x5a87f0){const _0x251584=a90_0x1166,_0x337a77=_0x17b0ed();while(!![]){try{const _0x2d82ea=parseInt(_0x251584(0x171))/0x1*(parseInt(_0x251584(0x12f))/0x2)+parseInt(_0x251584(0x131))/0x3*(-parseInt(_0x251584(0x167))/0x4)+parseInt(_0x251584(0x161))/0x5*(parseInt(_0x251584(0x172))/0x6)+parseInt(_0x251584(0xf6))/0x7+parseInt(_0x251584(0x112))/0x8*(-parseInt(_0x251584(0x10d))/0x9)+-parseInt(_0x251584(0xf5))/0xa*(parseInt(_0x251584(0x15e))/0xb)+-parseInt(_0x251584(0xef))/0xc*(-parseInt(_0x251584(0x14b))/0xd);if(_0x2d82ea===_0x5a87f0)break;else _0x337a77['push'](_0x337a77['shift']());}catch(_0x95f52c){_0x337a77['push'](_0x337a77['shift']());}}}(a90_0x4372,0xcfd62));const path=require(a90_0x437c56(0x109)),util=require(a90_0x437c56(0x151)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a90_0x437c56(0x136)),logger=require(a90_0x437c56(0x125))[a90_0x437c56(0x16c)],{o11yClassErrorHandler}=require(a90_0x437c56(0x16a)),TestInfo=require(a90_0x437c56(0x15c)),hooksMap={};class CucumberUtils{constructor(){const _0x3d4bc7=a90_0x437c56;this['_gitConfigured']=![],this[_0x3d4bc7(0x141)]=null;}async[a90_0x437c56(0xec)](_0x2ed208,_0x94aef5,_0x2a6a89,_0x2cb8b7,_0x4e3237,_0x1c0e14){const _0x2c44a3=a90_0x437c56,_0x452241={'ObCpe':function(_0x22693b,_0x3f1dfa){return _0x22693b===_0x3f1dfa;},'LvDXq':_0x2c44a3(0x157),'uhxII':'failed','gkqjl':function(_0x38a0d3,_0x5f3dd3){return _0x38a0d3===_0x5f3dd3;},'fjphu':_0x2c44a3(0x106),'zMYoi':_0x2c44a3(0xf2),'xrqTf':function(_0x4cb3bb,_0x5406aa){return _0x4cb3bb||_0x5406aa;},'SGtPy':function(_0x444afa,_0x3bf52f){return _0x444afa+_0x3bf52f;},'IVnAQ':function(_0x3e944b,_0x399627){return _0x3e944b+_0x399627;},'finKL':function(_0xdd4cef,_0x3a75ab){return _0xdd4cef+_0x3a75ab;},'gWLHd':_0x2c44a3(0x133),'FWcgF':_0x2c44a3(0x143),'tksSW':_0x2c44a3(0xfe),'OlkGt':'pending','ygahi':_0x2c44a3(0x170),'xFdqs':function(_0x5163da,_0x2eb658){return _0x5163da!==_0x2eb658;},'ZoNwQ':function(_0x3fdcbc,_0x199db1){return _0x3fdcbc/_0x199db1;},'pXBhm':_0x2c44a3(0x126),'sdYwk':function(_0x3e0f51,_0x1b2bf7){return _0x3e0f51(_0x1b2bf7);},'pHIGL':_0x2c44a3(0x102),'yoGEB':_0x2c44a3(0xee),'dBlDb':_0x2c44a3(0x147)},{feature:_0x23e476,scenario:_0x30a0f4,steps:_0x3278c8,uuid:_0x28af08,startedAt:_0x442c23,finishedAt:_0x7c08b8}=_0x452241[_0x2c44a3(0x13a)](_0x2ed208,{}),_0xb88678=this['getScenarioExamples'](_0x2cb8b7,_0x94aef5);await this[_0x2c44a3(0x116)]();const _0xf0a2ba=_0xb88678?_0x452241[_0x2c44a3(0xf7)](_0x452241[_0x2c44a3(0xf9)](_0x452241[_0x2c44a3(0xf0)](_0x94aef5[_0x2c44a3(0x10b)],'\x20('),_0xb88678['join'](',\x20')),')'):_0x94aef5[_0x2c44a3(0x10b)],_0xc692f7={'id':_0x4e3237,'uuid':_0x4e3237,'startedAt':_0x442c23,'finishedAt':_0x7c08b8,'type':_0x452241[_0x2c44a3(0x142)],'body':{'lang':_0x452241[_0x2c44a3(0x12c)],'code':null},'name':_0xf0a2ba,'scopes':[_0x23e476&&_0x23e476[_0x2c44a3(0x10b)]?_0x23e476[_0x2c44a3(0x10b)]:''],'tags':_0x94aef5[_0x2c44a3(0xfb)]?_0x94aef5['tags'][_0x2c44a3(0x124)](({name:_0x182980})=>_0x182980):[],'file_name':_0x94aef5[_0x2c44a3(0x11a)],'location':_0x94aef5['uri'],'vc_filepath':this['_gitConfigPath']&&_0x94aef5[_0x2c44a3(0x11a)]?path['relative'](this[_0x2c44a3(0x141)],_0x94aef5['uri']):null,'framework':_0x452241[_0x2c44a3(0x113)],'result':_0x452241[_0x2c44a3(0x128)],'meta':{'feature':_0x23e476,'scenario':_0x30a0f4,'steps':_0x3278c8,'examples':_0xb88678},'customRerunParam':{'rerun_name':_0xf0a2ba}};if(_0x2a6a89[_0x2c44a3(0x164)]&&_0x3278c8){const _0x202127=_0x2a6a89[_0x2c44a3(0x164)];let _0x1a0c54=_0x452241[_0x2c44a3(0x122)];_0x3278c8['every'](_0x5d39df=>{const _0x3a4cb5=_0x2c44a3;if(_0x452241[_0x3a4cb5(0x103)](_0x5d39df[_0x3a4cb5(0xff)],_0x452241[_0x3a4cb5(0xfa)]))return _0x1a0c54=_0x452241[_0x3a4cb5(0x16b)],_0x202127[_0x3a4cb5(0x14d)]=_0x5d39df[_0x3a4cb5(0x14d)],_0x202127[_0x3a4cb5(0x165)]=_0x5d39df['failureType'],![];else{if(_0x452241['gkqjl'](_0x5d39df['result'],_0x452241['fjphu']))return _0x1a0c54=_0x452241[_0x3a4cb5(0x149)],![];}return!![];}),_0xc692f7[_0x2c44a3(0x119)]=new Date()[_0x2c44a3(0x15b)](),_0xc692f7[_0x2c44a3(0xff)]=_0x1a0c54;_0x202127[_0x2c44a3(0x14c)]&&_0x452241[_0x2c44a3(0x174)](_0x202127[_0x2c44a3(0x14c)][_0x2c44a3(0x12d)],undefined)?_0xc692f7['duration_in_ms']=_0x452241[_0x2c44a3(0x121)](_0x202127[_0x2c44a3(0x14c)]['nanos'],0xf4240):_0xc692f7[_0x2c44a3(0x127)]=undefined;if(_0x452241[_0x2c44a3(0x146)](_0x1a0c54,_0x452241[_0x2c44a3(0x16b)])){const {default:_0x31c74e}=await import(_0x452241[_0x2c44a3(0x17a)]);_0xc692f7['failure']=[{'backtrace':[_0x202127['failure']?_0x452241['sdYwk'](_0x31c74e,_0x202127['failure']):_0x452241[_0x2c44a3(0x17e)]]}],_0xc692f7[_0x2c44a3(0x163)]=_0x202127[_0x2c44a3(0x14d)]?_0x452241[_0x2c44a3(0x12a)](_0x31c74e,_0x202127[_0x2c44a3(0x14d)]):_0x202127[_0x2c44a3(0xeb)],_0x202127[_0x2c44a3(0x165)]&&(_0xc692f7[_0x2c44a3(0x15d)]=_0x202127[_0x2c44a3(0x165)][_0x2c44a3(0xf3)](/AssertError/)?_0x452241['yoGEB']:_0x452241[_0x2c44a3(0x17d)]);}}return _0xc692f7;}['getHookRunEventData'](_0x183058,_0x1d39e7,_0x12ba87,_0xff1d75,_0xf4451a,_0x379b5d){const _0x3ea641=a90_0x437c56,_0x4f9502={'ZLojh':function(_0x1a74e4,_0x5ea707){return _0x1a74e4===_0x5ea707;},'tbbiC':_0x3ea641(0x166),'VnIQM':function(_0x51b796,_0x2c5ba9,_0x4bd905){return _0x51b796(_0x2c5ba9,_0x4bd905);},'BdTRB':_0x3ea641(0x12e),'Gvpsj':'uri','UPoDB':'pending','vMkfN':_0x3ea641(0x115),'gMljF':_0x3ea641(0x143),'hOeEJ':function(_0x2df03d,_0x338dc3,_0x1f279d){return _0x2df03d(_0x338dc3,_0x1f279d);},'lHbHh':_0x3ea641(0x105),'QCuPf':_0x3ea641(0x10b),'MRraF':_0x3ea641(0xfe)};try{if(_0x4f9502[_0x3ea641(0x13c)](_0x12ba87,_0x4f9502[_0x3ea641(0x110)])){const _0x19046a=new Date()[_0x3ea641(0x15b)](),_0x18ba5b=hooksMap[_0x1d39e7];if(!_0x18ba5b)return;const _0x3d0b39=_0x18ba5b[_0x3ea641(0x123)](_0x606bf6=>_0x606bf6[_0x3ea641(0x144)]===_0xff1d75['id']);if(!_0x3d0b39)return;const _0x59db1c=this[_0x3ea641(0x15a)](_0x183058,_0x1d39e7);_0x3d0b39[_0x3ea641(0xff)]=_0x59db1c[_0x3ea641(0x107)],_0x3d0b39[_0x3ea641(0x111)]=_0x19046a,_0x3d0b39[_0x3ea641(0x15d)]=_0x59db1c['failureType'];const _0x584fb7={};return _0x584fb7[_0x3ea641(0x130)]=_0x59db1c[_0x3ea641(0xfd)],_0x3d0b39['failure_data']=[_0x584fb7],_0x3d0b39;}const _0xf48da1=TestInfo[_0x3ea641(0x137)](_0x1d39e7),_0x5e5bfe=_0x183058[_0x3ea641(0x178)][_0x3ea641(0x123)](_0x19f90a=>_0x19f90a['id']===_0xff1d75['hookId']),_0x560b00=_0x4f9502['VnIQM'](nestedKeyValue,_0x5e5bfe,[_0x4f9502[_0x3ea641(0x150)],_0x4f9502['Gvpsj']]),_0x38581e=new Date()[_0x3ea641(0x15b)](),_0x57a11d=_0x4f9502[_0x3ea641(0xfc)],_0x4c2ebd=_0x5e5bfe[_0x3ea641(0x156)]?_0x5e5bfe[_0x3ea641(0x156)][_0x3ea641(0x101)]('\x20')[_0x3ea641(0x158)](_0x1040cb=>_0x1040cb[_0x3ea641(0x13d)]('@')):[],_0x130de4={'uuid':_0xff1d75['id'],'type':_0x4f9502[_0x3ea641(0x118)],'hook_type':_0x379b5d,'name':_0x5e5bfe[_0x3ea641(0x10b)],'body':{'lang':_0x4f9502[_0x3ea641(0x152)],'code':null},'tags':_0x4c2ebd,'test_run_id':_0xf48da1,'scope':_0x4f9502[_0x3ea641(0x108)](nestedKeyValue,_0xf4451a,[_0x4f9502[_0x3ea641(0x104)],_0x4f9502[_0x3ea641(0x10f)]]),'scopes':[_0x4f9502['hOeEJ'](nestedKeyValue,_0xf4451a,[_0x4f9502[_0x3ea641(0x104)],_0x4f9502[_0x3ea641(0x10f)]])||''],'file_name':_0x560b00,'location':_0x560b00,'vc_filepath':this['_gitConfigPath']?path[_0x3ea641(0x14e)](this[_0x3ea641(0x141)],_0x560b00):null,'result':_0x57a11d,'started_at':_0x38581e,'framework':_0x4f9502[_0x3ea641(0x169)]};return _0x130de4;}catch(_0x968b66){logger[_0x3ea641(0x16e)](_0x3ea641(0x11e)+util['format'](_0x968b66)+'\x20');}}async[a90_0x437c56(0x11b)](_0x25ede3,_0x32454a,_0x3b218c,_0x9c186b,_0x4bdb83,_0x382440){const _0x45de5b=a90_0x437c56,_0x16936f={'KbQmp':function(_0x5abb6f,_0x205042){return _0x5abb6f===_0x205042;},'RqvuQ':_0x45de5b(0x17b),'biZaj':function(_0x9a9bb5,_0x5cad2d,_0x5388ff){return _0x9a9bb5(_0x5cad2d,_0x5388ff);},'PsBHM':'sourceReference','NhDLM':_0x45de5b(0x11a),'teUVf':_0x45de5b(0x168),'hcUOe':function(_0x1db356,_0x2d57e2){return _0x1db356===_0x2d57e2;},'HNkWI':_0x45de5b(0xf8)};try{const _0x5e95bf=_0x9c186b[_0x45de5b(0x123)](_0x52cdfe=>_0x52cdfe['id']===_0x4bdb83);if(!_0x5e95bf[_0x45de5b(0x160)])return;const _0x522f88=this[_0x45de5b(0x13e)](_0x9c186b,_0x5e95bf),_0xfd6d55=this['getHookRunEventData'](_0x25ede3,_0x32454a,_0x3b218c,_0x5e95bf,_0x382440,_0x522f88);if(!_0xfd6d55)return;_0x16936f[_0x45de5b(0x177)](_0x3b218c,_0x16936f[_0x45de5b(0x17c)])&&(hooksMap[_0x32454a]?hooksMap[_0x32454a][_0x45de5b(0x13f)](_0xfd6d55):hooksMap[_0x32454a]=[_0xfd6d55]);const _0x3b5a40=_0x25ede3[_0x45de5b(0x178)][_0x45de5b(0x123)](_0x3c0cea=>_0x3c0cea['id']===_0x5e95bf[_0x45de5b(0x160)]),_0x2af494=_0x16936f[_0x45de5b(0x140)](nestedKeyValue,_0x3b5a40,[_0x16936f[_0x45de5b(0x154)],_0x16936f[_0x45de5b(0x138)]]);if(!_0x2af494)return;else{if(_0x2af494[_0x45de5b(0x13d)](_0x16936f['teUVf']))return;}if(_0x16936f[_0x45de5b(0x11d)](_0xfd6d55[_0x45de5b(0x10b)],_0x16936f['HNkWI']))return;return _0xfd6d55;}catch(_0xb309d5){logger['debug'](_0x45de5b(0xf4)+util['format'](_0xb309d5)+'\x20');}}[a90_0x437c56(0x15a)](_0x41e4b1,_0x483905){const _0x434612=a90_0x437c56,_0x191fd0={};_0x191fd0[_0x434612(0x10c)]=function(_0x10a563,_0x5934dd){return _0x10a563===_0x5934dd;},_0x191fd0[_0x434612(0xf1)]=_0x434612(0x134),_0x191fd0['Mlcxj']=_0x434612(0x147),_0x191fd0[_0x434612(0x155)]=_0x434612(0xee),_0x191fd0[_0x434612(0x16d)]=function(_0xe61d2e,_0x407cdd){return _0xe61d2e||_0x407cdd;};const _0xeff438=_0x191fd0,_0x330c37=_0x41e4b1[_0x434612(0x162)][_0x483905]['testStepResult'];let _0x4101b9,_0x20eeb1;return _0x330c37&&_0xeff438[_0x434612(0x10c)](_0x330c37['status']['toString']()[_0x434612(0xed)](),_0xeff438[_0x434612(0xf1)])&&(_0x4101b9=_0xeff438[_0x434612(0x10c)](_0x330c37['exception'],undefined)?_0x330c37['message']:_0x330c37[_0x434612(0x11c)]['message'],_0x20eeb1=_0xeff438[_0x434612(0x10c)](_0x330c37['exception'],undefined)?_0xeff438['Mlcxj']:_0x330c37['message'][_0x434612(0xf3)](/Assert/)?_0xeff438[_0x434612(0x155)]:_0xeff438[_0x434612(0x132)]),{'status':_0x330c37[_0x434612(0x107)]['toLowerCase'](),'failureType':_0xeff438[_0x434612(0x16d)](_0x20eeb1,null),'failureData':!_0x4101b9?null:[_0x4101b9]};}['getCucumberHookType'](_0x3cc8af,_0x8dde7f){const _0x45b5a3=a90_0x437c56,_0x5a0548={};_0x5a0548[_0x45b5a3(0xea)]=function(_0x3a6418,_0x3759ca){return _0x3a6418===_0x3759ca;},_0x5a0548[_0x45b5a3(0x179)]='AFTER_EACH',_0x5a0548[_0x45b5a3(0x176)]=_0x45b5a3(0x175);const _0x31312e=_0x5a0548;let _0x4fe708=![];for(const _0x295157 of _0x3cc8af){_0x295157[_0x45b5a3(0x12b)]&&(_0x4fe708=!![]);if(_0x31312e['wgdlJ'](_0x8dde7f['id'],_0x295157['id']))return _0x4fe708?_0x31312e[_0x45b5a3(0x179)]:_0x31312e['uFTMs'];}}['getScenarioExamples']=(_0x4820db,_0xe5ebb2)=>{const _0x47164c=a90_0x437c56,_0x3b5b73={};_0x3b5b73['HfMfG']=function(_0x4dd2f7,_0xee5b8a){return _0x4dd2f7===_0xee5b8a;},_0x3b5b73[_0x47164c(0x14f)]=function(_0x1d2515,_0x4d4561){return _0x1d2515>_0x4d4561;};const _0x1cb83b=_0x3b5b73;if(!(_0xe5ebb2[_0x47164c(0x145)]&&_0x1cb83b[_0x47164c(0x14f)](_0xe5ebb2['astNodeIds'][_0x47164c(0x114)],0x1)))return;const _0x36718e=_0xe5ebb2[_0x47164c(0x145)][0x0],_0x4a9055=_0xe5ebb2['astNodeIds'][0x1],_0x1d091b=_0x4820db['feature']&&_0x4820db[_0x47164c(0x105)][_0x47164c(0x10a)]?_0x4820db[_0x47164c(0x105)]['children']:undefined;let _0x25617b=[];_0x1d091b&&_0x1d091b[_0x47164c(0x139)](_0x6c57f1=>{const _0x5f1238=_0x47164c,_0x1935fd={'uHZDN':function(_0x36b430,_0x1c5c4a){const _0x57ad4e=a90_0x1166;return _0x1cb83b[_0x57ad4e(0x16f)](_0x36b430,_0x1c5c4a);}};if(_0x6c57f1[_0x5f1238(0x135)])_0x6c57f1['rule']['children']['forEach'](_0x5e438c=>{const _0x52431f=_0x5f1238;if(_0x5e438c['scenario']&&_0x1935fd[_0x52431f(0x173)](_0x5e438c[_0x52431f(0x13b)]['id'],_0x36718e)&&_0x5e438c[_0x52431f(0x13b)]['examples']){const _0x2e82eb=_0x5e438c[_0x52431f(0x13b)][_0x52431f(0x117)][_0x52431f(0x100)](_0x1c6506=>_0x1c6506[_0x52431f(0x159)])[_0x52431f(0x123)](_0x424cb3=>_0x424cb3['id']===_0x4a9055);let _0x530833;_0x2e82eb&&_0x2e82eb[_0x52431f(0x129)]?_0x530833=_0x2e82eb[_0x52431f(0x129)][_0x52431f(0x124)](_0x44a38c=>_0x44a38c[_0x52431f(0x11f)]):_0x530833=[],_0x530833&&(_0x25617b=_0x530833);}});else{if(_0x6c57f1['scenario']&&_0x1cb83b['HfMfG'](_0x6c57f1[_0x5f1238(0x13b)]['id'],_0x36718e)&&_0x6c57f1[_0x5f1238(0x13b)]['examples']){const _0x50c8c9=_0x6c57f1[_0x5f1238(0x13b)][_0x5f1238(0x117)][_0x5f1238(0x100)](_0x2f59af=>_0x2f59af['tableBody'])[_0x5f1238(0x123)](_0x34162f=>_0x34162f['id']===_0x4a9055);let _0x55eab7;_0x50c8c9&&_0x50c8c9[_0x5f1238(0x129)]?_0x55eab7=_0x50c8c9['cells']['map'](_0x455c10=>_0x455c10[_0x5f1238(0x11f)]):_0x55eab7=[],_0x55eab7&&(_0x25617b=_0x55eab7);}}});if(_0x25617b[_0x47164c(0x114)])return _0x25617b;return;};async[a90_0x437c56(0x116)](){const _0x3c83fe=a90_0x437c56,_0x431f98={'XmfBG':function(_0x2f75cc){return _0x2f75cc();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x4f4405=await _0x431f98[_0x3c83fe(0x153)](getGitMetaData);_0x4f4405&&(this[_0x3c83fe(0x141)]=_0x4f4405['root']),this[_0x3c83fe(0x148)]=!![];}}module['exports']=o11yClassErrorHandler(CucumberUtils,[a90_0x437c56(0x116),a90_0x437c56(0x15f),a90_0x437c56(0x13e),a90_0x437c56(0x15a),a90_0x437c56(0x120),a90_0x437c56(0x14a),a90_0x437c56(0x10e),a90_0x437c56(0xec)]);function a90_0x1166(_0x5b24c3,_0x215112){const _0x437222=a90_0x4372();return a90_0x1166=function(_0x1166b2,_0x104bb5){_0x1166b2=_0x1166b2-0xea;let _0x344aa3=_0x437222[_0x1166b2];return _0x344aa3;},a90_0x1166(_0x5b24c3,_0x215112);}function a90_0x4372(){const _0x3f31e8=['uhxII','winstonLogger','ctbEW','debug','HfMfG','passed','2WlXuTo','6ABAazn','uHZDN','xFdqs','BEFORE_EACH','uFTMs','KbQmp','hooks','aSCrS','pXBhm','HookRunStarted','RqvuQ','dBlDb','pHIGL','wgdlJ','message','createTestFrameworkData','toLowerCase','AssertionError','12OEEyMD','finKL','CKlMo','skipped','match','Exception\x20in\x20createHookData:\x20','5992340PTTirc','6613019REhdMP','SGtPy','bstack','IVnAQ','LvDXq','tags','UPoDB','failureData','cucumber','result','flatMap','split','unknown','ObCpe','lHbHh','feature','SKIPPED','status','hOeEJ','path','children','name','sUTam','6761574qXfswM','sendTestRunEventForCucumber','QCuPf','tbbiC','finished_at','8Qhrjfw','tksSW','length','hook','configureGit','examples','vMkfN','finishedAt','uri','createHookData','exception','hcUOe','Exception\x20in\x20getHookRunEventData:\x20','value','sendHook','ZoNwQ','ygahi','find','map','../../../helpers/logger.js','strip-ansi','duration_in_ms','OlkGt','cells','sdYwk','pickleStepId','FWcgF','nanos','sourceReference','571204mBzwxt','backtrace','18BolLAP','Mlcxj','test','failed','rule','../../../helpers/helper.js','getTestUUID','NhDLM','forEach','xrqTf','scenario','ZLojh','includes','getCucumberHookType','push','biZaj','_gitConfigPath','gWLHd','javascript','uuid','astNodeIds','gkqjl','UnhandledError','_gitConfigured','zMYoi','getHookRunEventData','30706052QzQxCj','timestamp','failure','relative','FNbWh','BdTRB','util','gMljF','XmfBG','PsBHM','uJqLr','tagExpression','FAILED','filter','tableBody','getHookResult','toISOString','../TestInfo.js','failure_type','22NtMUCA','getScenarioExamples','hookId','1284755ZAWzBU','testStepFinished','failure_reason','testCaseFinished','failureType','HookRunFinished','889216MpjkJO','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','MRraF','../../../helpers/test-observability/error-handler.js'];a90_0x4372=function(){return _0x3f31e8;};return a90_0x4372();}
@@ -1 +1 @@
1
- const a91_0x49ff66=a91_0x1ed0;(function(_0xeb4026,_0x43f2a2){const _0x2b8b76=a91_0x1ed0,_0x13faf5=_0xeb4026();while(!![]){try{const _0x1d362c=-parseInt(_0x2b8b76(0x100))/0x1+-parseInt(_0x2b8b76(0xfb))/0x2+-parseInt(_0x2b8b76(0x13a))/0x3*(parseInt(_0x2b8b76(0xe0))/0x4)+parseInt(_0x2b8b76(0x12f))/0x5*(-parseInt(_0x2b8b76(0xdf))/0x6)+parseInt(_0x2b8b76(0x113))/0x7*(-parseInt(_0x2b8b76(0xe6))/0x8)+parseInt(_0x2b8b76(0x134))/0x9*(parseInt(_0x2b8b76(0xc1))/0xa)+parseInt(_0x2b8b76(0x109))/0xb;if(_0x1d362c===_0x43f2a2)break;else _0x13faf5['push'](_0x13faf5['shift']());}catch(_0x23a214){_0x13faf5['push'](_0x13faf5['shift']());}}}(a91_0x31b9,0x3897d));const path=require(a91_0x49ff66(0x10f)),util=require(a91_0x49ff66(0xdd)),crypto=require('crypto'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a91_0x49ff66(0x111))[a91_0x49ff66(0xf1)],{o11yClassErrorHandler}=require(a91_0x49ff66(0xca)),TestInfo=require('../TestInfo.js'),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a91_0x49ff66(0x10d)),a91_0x1f1726={};function a91_0x31b9(){const _0x2c3eb1=['getRootParentFile','hex','digest','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','vdwzi','getTime','Hjtxs','nIlyh','AKomn','Exception\x20in\x20createHookData:\x20','toUpperCase','passed','paguP','inows','isJestInternalHook','[jestUtils]\x20Error\x20creating\x20identifier:\x20','__jestCurrentTestIdentifier','debug','eMmuK','BEFORE_EACH','toString','hook','ROOT_DESCRIBE_BLOCK','HookRunStarted','result','30VflWVF','test','zPSGj','title','testAnalyticsId','failure_backtrace','currentTest','toISOString','kKagV','../../../helpers/test-observability/error-handler.js','afterEach','retryOf','startedAt','rrpkT','inspect','failure_data',',\x20testRunId:\x20',',\x20testIdentifier:\x20','includes','finished_at','createHookData','OVxWB','relative','BejTh','failure_type','expanded','kQJKu','error','util',',\x20hookUUID:\x20','1124964kyphPI','412llgXnN','rBujf','BEFORE_ALL','IHzGV','configureGit','jest-circus','16JIXeIg','LcynQ','FJEuP','recreateIdentifierFromTestInfo','name','QKFPG','push','expect','length','getState','failed','winstonLogger','type','javascript','failure_reason_expanded','_gitConfigured','RAKPj','qeEyO','afterAll','aRVSp','hooks','646200aHVSmg','getHierarchy','_gitConfigPath','now','failure_reason','324402NbpGGu','cRRes','DynKr','format','testIdentifier','IRMhS','stack','Kfdgb','fullName','17009729FOQpac','WZdKl','parent','Unknown\x20Test','stack-trace','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','path','duration','../../../helpers/logger.js','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','1429939SzFLPD','createJestTestIdentifier','asyncError','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','ktcQL','ccbwL','reverse','extractTestFilePath','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','Maxvm','HzGHk','zVPAj','failure','AFTER_EACH','createIdentifierFromJestTest','getFileName','WfrQr','started_at','GrNpC','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','ZFdVv','displayName','errorsDetailed','TestRunSkipped','getTestIdentifier','split','jest','testPath','5vakOQV','DdVAo','unknown','apGHS','GuxXf','1165806NvUMQe','SfnpV','Exception\x20in\x20getHookRunEventData:\x20','match','getHookRunEventData','BsXec','13386pUXbRP','WDpnu','KuLjQ','VOZRi','vRflG','TestRunFinished','beforeEach','createTestFrameworkData','\x20from\x20compositeKey:\x20','qqTwS','HookRunFinished','tspVs','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','clearHooksMap','apply','BXJKI','[jestUtils]\x20Created\x20identifier:\x20','eLKOE','backtrace','md5','parse','pending','cxsGA','getName','AnbsJ','file','exEum','nLXBa','MHzMq','NeZCQ','jXalQ','bizLa','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','voLSj','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','qJcBM','__workerDetails'];a91_0x31b9=function(){return _0x2c3eb1;};return a91_0x31b9();}a91_0x1f1726['beforeAll']=a91_0x49ff66(0xe2),a91_0x1f1726[a91_0x49ff66(0xf8)]='AFTER_ALL',a91_0x1f1726[a91_0x49ff66(0x140)]=a91_0x49ff66(0xbb),a91_0x1f1726[a91_0x49ff66(0xcb)]=a91_0x49ff66(0x120);const HOOK_TYPES_MAP=a91_0x1f1726,hooksMap={};function a91_0x1ed0(_0x5ac722,_0x1beb80){const _0x31b947=a91_0x31b9();return a91_0x1ed0=function(_0x1ed06a,_0x4331b1){_0x1ed06a=_0x1ed06a-0xa4;let _0xfee90a=_0x31b947[_0x1ed06a];return _0xfee90a;},a91_0x1ed0(_0x5ac722,_0x1beb80);}class JestUtils{constructor(){const _0x49ea89=a91_0x49ff66;this[_0x49ea89(0xf5)]=![],this[_0x49ea89(0xfd)]=null;}async['createTestFrameworkData'](_0x4dfd9b,_0x30f429,_0x2d9891='TestRunFinished',_0xa5d5d7=undefined){const _0x2c4b00=a91_0x49ff66,_0x212e34={'tspVs':_0x2c4b00(0x15a),'Maxvm':'jest-circus','BXJKI':function(_0x28d274,_0x5cdfa6){return _0x28d274||_0x5cdfa6;},'YoefT':'File\x20path\x20could\x20not\x20be\x20found','MHzMq':function(_0x21ad55,_0x7127b){return _0x21ad55!==_0x7127b;},'qJcBM':'test','WfrQr':function(_0x231373,_0x2ec0e2){return _0x231373!==_0x2ec0e2;},'eLKOE':'err','exEum':function(_0x16f2f1,_0x356781){return _0x16f2f1!==_0x356781;},'AnbsJ':function(_0x5e846d,_0x16e90c){return _0x5e846d!==_0x16e90c;},'VOZRi':_0x2c4b00(0x14f),'BsXec':function(_0x553843,_0x54f2ad){return _0x553843===_0x54f2ad;},'nLXBa':_0x2c4b00(0x12a),'DdVAo':'skipped','apDmT':function(_0x21711e,_0x22c1d4){return _0x21711e>_0x22c1d4;},'vRflG':_0x2c4b00(0xf0),'Hjtxs':_0x2c4b00(0xb3),'aRVSp':function(_0x11137f,_0x332d64){return _0x11137f!==_0x332d64;},'BejTh':function(_0x406ab6,_0x30ce41){return _0x406ab6-_0x30ce41;},'cbPFy':'javascript','IRMhS':_0x2c4b00(0x12d),'RFJYV':function(_0xbab2d6,_0x3e6ecc){return _0xbab2d6(_0x3e6ecc);},'Kfdgb':_0x2c4b00(0x13f)};logger[_0x2c4b00(0xb9)](_0x2c4b00(0x112)+_0x2d9891+_0x2c4b00(0xd2)+_0x30f429);try{if(!_0x4dfd9b)return logger[_0x2c4b00(0xb9)](_0x212e34[_0x2c4b00(0x145)]),null;if(_0x4dfd9b['fn']&&_0x4dfd9b['fn'][_0x2c4b00(0xbc)]()[_0x2c4b00(0x137)](/browserstack internal helper hook/))return null;await this[_0x2c4b00(0xe4)]();let _0x31e002;try{_0x31e002=this[_0x2c4b00(0xa8)](_0x4dfd9b);if(_0x31e002&&_0x31e002[_0x2c4b00(0xd3)](_0x212e34[_0x2c4b00(0x11c)]))return null;}catch(_0x47f94b){logger[_0x2c4b00(0xb9)]('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x2c4b00(0x103)](_0x47f94b)),_0x31e002=null;}const _0x3e412a=this['getHierarchy'](_0x4dfd9b),_0x4265ba=this['getName'](_0x4dfd9b),_0x5d91d3=_0x212e34[_0x2c4b00(0x149)](_0x31e002,_0x212e34['YoefT']);let _0x1e2251=[];if(_0x212e34[_0x2c4b00(0x156)](_0x4dfd9b[_0x2c4b00(0x129)],undefined))_0x1e2251=[_0x4dfd9b[_0x2c4b00(0x129)],_0x212e34[_0x2c4b00(0xa6)]];else _0x212e34[_0x2c4b00(0x123)](_0xa5d5d7,undefined)&&(_0x1e2251=[_0xa5d5d7,_0x212e34[_0x2c4b00(0x14b)]]);const _0x486b9f=_0x212e34[_0x2c4b00(0x154)](_0x4dfd9b['errorsDetailed'],undefined)?util['inspect'](_0x4dfd9b['errorsDetailed'][0x0]):_0x212e34[_0x2c4b00(0x152)](_0xa5d5d7,undefined)?_0xa5d5d7[_0x2c4b00(0xbc)]():undefined;let _0x40d186=_0x212e34[_0x2c4b00(0x13d)];if(_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)]))_0x40d186=_0x212e34[_0x2c4b00(0x130)];else _0x4dfd9b[_0x2c4b00(0x129)]&&_0x212e34['apDmT'](_0x4dfd9b[_0x2c4b00(0x129)][_0x2c4b00(0xee)],0x0)?_0x40d186=_0x212e34[_0x2c4b00(0x13e)]:_0x40d186=_0x212e34[_0x2c4b00(0xae)];let _0x33d735=null;if(_0x212e34[_0x2c4b00(0xf9)](_0x4dfd9b[_0x2c4b00(0x110)],undefined))_0x33d735=_0x4dfd9b['duration'];else(_0x2d9891[_0x2c4b00(0x137)](/Finished/)||_0x2d9891[_0x2c4b00(0x137)](/Skipped/))&&(_0x4dfd9b[_0x2c4b00(0x124)]&&(_0x33d735=_0x212e34[_0x2c4b00(0xd8)](Date[_0x2c4b00(0xfe)](),new Date(_0x4dfd9b['started_at'])[_0x2c4b00(0xad)]())));const _0x2875e1=_0x4dfd9b['fn']?_0x4dfd9b['fn'][_0x2c4b00(0xbc)]():null,_0x116d78={'id':_0x30f429,'uuid':_0x30f429,'startedAt':_0x4dfd9b['started_at']||new Date()[_0x2c4b00(0xc8)](),'finishedAt':_0x2d9891['match'](/Finished/)||_0x2d9891[_0x2c4b00(0x137)](/Skipped/)?new Date()[_0x2c4b00(0xc8)]():null,'type':_0x212e34[_0x2c4b00(0xa6)],'body':{'lang':_0x212e34['cbPFy'],'code':_0x2875e1},'name':_0x4265ba,'scopes':_0x3e412a,'file_name':_0x5d91d3,'location':_0x5d91d3,'vc_filepath':this['_gitConfigPath']&&_0x31e002?path['relative'](this[_0x2c4b00(0xfd)],_0x31e002):null,'framework':_0x212e34[_0x2c4b00(0x105)],'result':_0x40d186,'failure_reason':_0x486b9f,'duration_in_ms':_0x33d735,'failure':failureData[_0x2c4b00(0x148)](null,_0x1e2251),'failure_type':!_0x486b9f?null:_0x212e34['RFJYV'](getFailureType,_0x486b9f),'retry_of':_0x4dfd9b[_0x2c4b00(0xcc)]||null,'customRerunParam':{'rerun_name':_0x4265ba}};_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)])&&!_0x116d78['startedAt']&&(_0x116d78[_0x2c4b00(0xcd)]=_0x116d78['finishedAt']);const _0x2a5cfc=_0x116d78[_0x2c4b00(0x11f)]&&_0x116d78[_0x2c4b00(0x11f)][0x0];return _0x2a5cfc&&(_0x116d78[_0x2c4b00(0xc6)]=_0x2a5cfc[_0x2c4b00(0x14c)],_0x116d78[_0x2c4b00(0xf4)]=_0x2a5cfc[_0x2c4b00(0xda)]),(_0x212e34['BsXec'](_0x2d9891,_0x212e34[_0x2c4b00(0x107)])||_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)]))&&(_0x4dfd9b['hooks']&&(_0x116d78[_0x2c4b00(0xfa)]=_0x4dfd9b[_0x2c4b00(0xfa)])),_0x116d78;}catch(_0x5ed763){return logger[_0x2c4b00(0xb9)]('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x2c4b00(0x103)](_0x5ed763)),null;}}async[a91_0x49ff66(0xd5)](_0x18a60e,_0x20c0fd,_0x34679e,_0x582b19){const _0x576145=a91_0x49ff66,_0x9d0709={'jXalQ':_0x576145(0x126),'qqTwS':'jest-circus','kKagV':'browserstack-node-agent/src/bin/jest','ccbwL':_0x576145(0x131),'DynKr':_0x576145(0x14f),'cRRes':function(_0x21697d,_0x2a920f){return _0x21697d===_0x2a920f;},'apGHS':_0x576145(0x144),'ZFdVv':function(_0x56857b,_0x3f567b){return _0x56857b>_0x3f567b;},'FJEuP':_0x576145(0xf0),'vdwzi':function(_0x3461cd,_0x17f080){return _0x3461cd(_0x17f080);},'GuxXf':_0x576145(0xc2),'ktcQL':_0x576145(0xb3),'zVPAj':_0x576145(0xbd),'AKomn':_0x576145(0xf3),'LcynQ':_0x576145(0x12d),'kQJKu':_0x576145(0xbf)};logger[_0x576145(0xb9)]('Creating\x20hook\x20data\x20for\x20eventType:\x20'+_0x34679e+_0x576145(0xde)+_0x20c0fd+_0x576145(0xd1)+_0x582b19);try{if(!_0x18a60e)return logger[_0x576145(0xb9)](_0x9d0709[_0x576145(0x158)]),null;if(this[_0x576145(0xb6)](_0x18a60e))return null;await this[_0x576145(0xe4)]();let _0x1833d9=null;try{_0x1833d9=this[_0x576145(0xa8)](_0x18a60e);if(_0x1833d9&&_0x1833d9['includes'](_0x9d0709[_0x576145(0x143)]))return null;if(_0x1833d9&&_0x1833d9[_0x576145(0xd3)](_0x9d0709[_0x576145(0xc9)]))return null;}catch(_0x4399a3){logger['debug'](_0x576145(0x146)+util[_0x576145(0x103)](_0x4399a3));}const _0x59df45=this[_0x576145(0x151)](_0x18a60e),_0x139382=_0x18a60e[_0x576145(0xf2)]||_0x9d0709[_0x576145(0x118)],_0x3a9939=HOOK_TYPES_MAP[_0x139382]||_0x139382[_0x576145(0xb2)](),_0x1b6183=_0x18a60e[_0x576145(0x10b)]&&_0x18a60e[_0x576145(0x10b)][_0x576145(0xea)]?_0x18a60e[_0x576145(0x10b)][_0x576145(0xea)]:'';let _0x21d83d=_0x9d0709[_0x576145(0x102)],_0x23104b=null,_0x4bfa1e=null,_0x34ecd0=null,_0x117715=null;_0x9d0709[_0x576145(0x101)](_0x34679e,_0x9d0709[_0x576145(0x132)])&&(_0x117715=new Date()[_0x576145(0xc8)](),_0x18a60e['errorsDetailed']&&_0x9d0709[_0x576145(0x127)](_0x18a60e['errorsDetailed'][_0x576145(0xee)],0x0)?(_0x21d83d=_0x9d0709[_0x576145(0xe8)],_0x4bfa1e=util[_0x576145(0xcf)](_0x18a60e[_0x576145(0x129)][0x0]),_0x23104b=_0x9d0709[_0x576145(0xac)](getFailureType,_0x4bfa1e),_0x34ecd0=failureData[_0x576145(0x148)](null,[_0x18a60e['errorsDetailed'],_0x9d0709[_0x576145(0x133)]])):_0x21d83d=_0x9d0709[_0x576145(0x117)]);const _0x47b692={'uuid':_0x20c0fd,'type':_0x9d0709[_0x576145(0x11e)],'hook_type':_0x3a9939,'name':_0x59df45,'body':{'lang':_0x9d0709[_0x576145(0xb0)],'code':_0x18a60e['fn']?_0x18a60e['fn'][_0x576145(0xbc)]():null},'tags':[],'test_run_id':_0x582b19,'scope':_0x1b6183,'scopes':[_0x1b6183],'file_name':_0x1833d9,'location':_0x1833d9,'vc_filepath':this[_0x576145(0xfd)]&&_0x1833d9?path[_0x576145(0xd7)](this[_0x576145(0xfd)],_0x1833d9):null,'result':_0x21d83d,'started_at':_0x18a60e[_0x576145(0x124)]||new Date()[_0x576145(0xc8)](),'finished_at':_0x117715,'failure_type':_0x23104b,'failure_reason':_0x4bfa1e,'failure_data':_0x34ecd0,'framework':_0x9d0709[_0x576145(0xe7)]};return _0x9d0709['cRRes'](_0x34679e,_0x9d0709[_0x576145(0xdb)])&&(hooksMap[_0x582b19]?hooksMap[_0x582b19][_0x576145(0xec)](_0x47b692):hooksMap[_0x582b19]=[_0x47b692]),_0x47b692;}catch(_0xf7f4){return logger['debug'](_0x576145(0xb1)+util[_0x576145(0x103)](_0xf7f4)),null;}}[a91_0x49ff66(0x138)](_0x178f08,_0x51b777,_0x32446e){const _0x127d8a=a91_0x49ff66,_0x1b4fc2={'HzGHk':function(_0x396dea,_0x2e8edb){return _0x396dea>_0x2e8edb;},'rBujf':_0x127d8a(0xf0),'pqEod':function(_0x826a4a,_0x1c170e){return _0x826a4a(_0x1c170e);},'bizLa':_0x127d8a(0xc2),'SfnpV':_0x127d8a(0xb3)};try{const _0x2132fb=hooksMap[_0x178f08];if(!_0x2132fb)return null;const _0x9fbede=_0x2132fb['find'](_0x33cc43=>_0x33cc43['uuid']===_0x51b777);if(!_0x9fbede)return null;return _0x9fbede[_0x127d8a(0xd4)]=new Date()[_0x127d8a(0xc8)](),_0x32446e[_0x127d8a(0x129)]&&_0x1b4fc2[_0x127d8a(0x11d)](_0x32446e[_0x127d8a(0x129)]['length'],0x0)?(_0x9fbede[_0x127d8a(0xc0)]=_0x1b4fc2[_0x127d8a(0xe1)],_0x9fbede[_0x127d8a(0xff)]=util[_0x127d8a(0xcf)](_0x32446e['errorsDetailed'][0x0]),_0x9fbede[_0x127d8a(0xd9)]=_0x1b4fc2['pqEod'](getFailureType,_0x9fbede['failure_reason']),_0x9fbede[_0x127d8a(0xd0)]=failureData[_0x127d8a(0x148)](null,[_0x32446e['errorsDetailed'],_0x1b4fc2[_0x127d8a(0x159)]])):_0x9fbede[_0x127d8a(0xc0)]=_0x1b4fc2[_0x127d8a(0x135)],_0x9fbede;}catch(_0x4955f2){return logger[_0x127d8a(0xb9)](_0x127d8a(0x136)+util[_0x127d8a(0x103)](_0x4955f2)),null;}}[a91_0x49ff66(0x151)](_0x452116){const _0x1d482d=a91_0x49ff66,_0x21f759={};_0x21f759[_0x1d482d(0x150)]=function(_0x51c063,_0x5e34b9){return _0x51c063!==_0x5e34b9;},_0x21f759[_0x1d482d(0xce)]=_0x1d482d(0xc2),_0x21f759[_0x1d482d(0xeb)]=_0x1d482d(0x10c);const _0xe14636=_0x21f759;if(_0xe14636['cxsGA'](_0x452116[_0x1d482d(0xf2)],_0xe14636[_0x1d482d(0xce)]))return'\x22'+_0x452116['type']+'\x22\x20hook\x20for\x20\x22'+(_0x452116[_0x1d482d(0x10b)]&&_0x452116[_0x1d482d(0x10b)]['name'])+'\x22';return _0x452116[_0x1d482d(0xea)]||_0xe14636[_0x1d482d(0xeb)];}[a91_0x49ff66(0xfc)](_0x1b71d8){const _0x3d6eea=a91_0x49ff66,_0x23514d={};_0x23514d[_0x3d6eea(0xa4)]=function(_0x379ea7,_0x14634e){return _0x379ea7!==_0x14634e;},_0x23514d[_0x3d6eea(0xb5)]=function(_0xdbcd0b,_0x19f0f3){return _0xdbcd0b!==_0x19f0f3;},_0x23514d[_0x3d6eea(0x157)]=_0x3d6eea(0xbe);const _0x3d2252=_0x23514d,_0x40bb7b=[];if(_0x1b71d8&&_0x1b71d8[_0x3d6eea(0x10b)]){let _0x16aec4=_0x1b71d8['parent'];while(_0x16aec4&&_0x16aec4['name']&&_0x3d2252[_0x3d6eea(0xa4)](_0x16aec4[_0x3d6eea(0xea)],'')&&_0x3d2252[_0x3d6eea(0xb5)](_0x16aec4[_0x3d6eea(0xea)],_0x3d2252[_0x3d6eea(0x157)])){_0x40bb7b[_0x3d6eea(0xec)](_0x16aec4[_0x3d6eea(0xea)]),_0x16aec4=_0x16aec4[_0x3d6eea(0x10b)];}}return _0x40bb7b[_0x3d6eea(0x119)](),_0x40bb7b;}[a91_0x49ff66(0xa8)](_0x36039d){const _0x1f3ef1=a91_0x49ff66;if(_0x36039d[_0x1f3ef1(0x115)])try{const _0x21e07d=stackTrace[_0x1f3ef1(0x14e)]['call'](stackTrace,_0x36039d[_0x1f3ef1(0x115)]);if(_0x21e07d[0x0]&&_0x21e07d[0x0][_0x1f3ef1(0x122)])return _0x21e07d[0x0][_0x1f3ef1(0x122)]();}catch(_0x45d69f){logger[_0x1f3ef1(0xb9)](_0x1f3ef1(0x11b)+util['format'](_0x45d69f));}if(_0x36039d[_0x1f3ef1(0x153)])return _0x36039d[_0x1f3ef1(0x153)];return null;}['isJestInternalHook'](_0x1d67cc){const _0x5e0bb8=a91_0x49ff66,_0x16f039={};_0x16f039[_0x5e0bb8(0x13c)]='jest-circus';const _0x5344c4=_0x16f039;try{const _0x398f32=this['getRootParentFile'](_0x1d67cc);if(_0x398f32&&_0x398f32['includes'](_0x5344c4[_0x5e0bb8(0x13c)]))return!![];}catch(_0xa37d5a){logger[_0x5e0bb8(0xb9)]('Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20'+util[_0x5e0bb8(0x103)](_0xa37d5a));}return![];}[a91_0x49ff66(0x12b)](_0x51e4b3=null){const _0x1058be=a91_0x49ff66;try{const _0x52c75c=_0x51e4b3||global[_0x1058be(0xa7)]||{};if(global[_0x1058be(0xb8)])return global['__jestCurrentTestIdentifier'];if(_0x52c75c?.[_0x1058be(0xc7)]?.[_0x1058be(0xc5)])return _0x52c75c['currentTest'][_0x1058be(0xc5)];if(_0x52c75c?.[_0x1058be(0xc7)]?.['id'])return _0x52c75c[_0x1058be(0xc7)]['id'];return null;}catch(_0x567b23){return logger[_0x1058be(0xb9)]('[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20'+util['format'](_0x567b23)),null;}}async['configureGit'](){const _0x4fb547=a91_0x49ff66,_0x548c46={'nkJXR':function(_0x359144){return _0x359144();}};if(this[_0x4fb547(0xf5)])return this[_0x4fb547(0xfd)];const _0x297595=await _0x548c46['nkJXR'](getGitMetaData);_0x297595&&(this[_0x4fb547(0xfd)]=_0x297595['root']),this[_0x4fb547(0xf5)]=!![];}[a91_0x49ff66(0x147)](_0x2ac4ed){hooksMap[_0x2ac4ed]&&delete hooksMap[_0x2ac4ed];}['extractTestFilePath'](_0x707bb){const _0x3c4bc5=a91_0x49ff66,_0x86ecb3={'WZdKl':_0x3c4bc5(0xe5),'zPSGj':function(_0x297edb,_0x2b3356){return _0x297edb(_0x2b3356);},'nIlyh':_0x3c4bc5(0xed)};if(_0x707bb[_0x3c4bc5(0x153)])return _0x707bb[_0x3c4bc5(0x153)];if(_0x707bb[_0x3c4bc5(0x115)]){try{const _0x20cc6a=stackTrace[_0x3c4bc5(0x14e)](_0x707bb['asyncError']);if(_0x20cc6a[0x0]&&_0x20cc6a[0x0][_0x3c4bc5(0x122)]){const _0xd7bb47=_0x20cc6a[0x0][_0x3c4bc5(0x122)]();if(_0xd7bb47&&!_0xd7bb47[_0x3c4bc5(0xd3)](_0x86ecb3[_0x3c4bc5(0x10a)]))return _0xd7bb47;}}catch(_0x25971d){logger[_0x3c4bc5(0xb9)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util['format'](_0x25971d));}if(_0x707bb[_0x3c4bc5(0x115)][_0x3c4bc5(0x106)]){const _0x1e357c=_0x707bb['asyncError'][_0x3c4bc5(0x106)][_0x3c4bc5(0x12c)]('\x0a');for(const _0x35ca06 of _0x1e357c){const _0x412bcc=_0x35ca06['match'](/at (.+?):\d+:\d+/);if(_0x412bcc&&_0x412bcc[0x1]&&!_0x412bcc[0x1]['includes'](_0x86ecb3['WZdKl']))return _0x412bcc[0x1];}}}let _0x534eb4=_0x707bb[_0x3c4bc5(0x10b)];while(_0x534eb4){if(_0x534eb4[_0x3c4bc5(0x153)])return _0x534eb4['file'];if(_0x534eb4[_0x3c4bc5(0x115)])try{const _0x1100d4=stackTrace[_0x3c4bc5(0x14e)](_0x534eb4[_0x3c4bc5(0x115)]);if(_0x1100d4[0x0]&&_0x1100d4[0x0][_0x3c4bc5(0x122)]){const _0x46133a=_0x1100d4[0x0][_0x3c4bc5(0x122)]();if(_0x46133a&&!_0x46133a['includes'](_0x86ecb3['WZdKl']))return _0x46133a;}}catch(_0xd26267){}_0x534eb4=_0x534eb4[_0x3c4bc5(0x10b)];}try{const _0x9fc363=_0x86ecb3[_0x3c4bc5(0xc3)](require,_0x86ecb3[_0x3c4bc5(0xaf)]);if(_0x9fc363&&_0x9fc363[_0x3c4bc5(0xef)]){const _0x47fa59=_0x9fc363[_0x3c4bc5(0xef)]();if(_0x47fa59&&_0x47fa59[_0x3c4bc5(0x12e)])return _0x47fa59[_0x3c4bc5(0x12e)];}}catch(_0x147e38){logger[_0x3c4bc5(0xb9)](_0x3c4bc5(0xa5)+util[_0x3c4bc5(0x103)](_0x147e38));}return null;}['createJestTestIdentifier'](_0x35e21f){const _0xd7724e=a91_0x49ff66,_0x501f8c={};_0x501f8c[_0xd7724e(0xb4)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x501f8c['eMmuK']=function(_0xa3dc35,_0x220262){return _0xa3dc35!==_0x220262;},_0x501f8c[_0xd7724e(0x125)]='ROOT_DESCRIBE_BLOCK',_0x501f8c[_0xd7724e(0xd6)]=_0xd7724e(0xe5),_0x501f8c[_0xd7724e(0x13b)]=_0xd7724e(0x14d),_0x501f8c[_0xd7724e(0xe3)]=_0xd7724e(0xa9);const _0x5bf9f2=_0x501f8c;try{if(!_0x35e21f)return logger[_0xd7724e(0xdc)](_0x5bf9f2['paguP']),null;const _0x213a8c=_0x35e21f[_0xd7724e(0x108)]||_0x35e21f[_0xd7724e(0xea)]||_0x35e21f[_0xd7724e(0xc4)]||_0x35e21f[_0xd7724e(0x128)];let _0x100f26=_0x213a8c;if(_0x35e21f[_0xd7724e(0x10b)]&&_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)]&&_0x5bf9f2[_0xd7724e(0xba)](_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)],_0x5bf9f2[_0xd7724e(0x125)])){const _0x2bb51f=_0x35e21f[_0xd7724e(0xea)]||_0x35e21f[_0xd7724e(0xc4)];_0x2bb51f&&(_0x100f26=_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)]+'\x20'+_0x2bb51f);}let _0x16849a=_0x35e21f['testPath'];if(!_0x16849a&&_0x35e21f[_0xd7724e(0x115)]){try{const _0x1b4eae=stackTrace['parse'](_0x35e21f[_0xd7724e(0x115)]);if(_0x1b4eae[0x0]&&_0x1b4eae[0x0][_0xd7724e(0x122)]){const _0x4034f1=_0x1b4eae[0x0][_0xd7724e(0x122)]();_0x4034f1&&!_0x4034f1[_0xd7724e(0xd3)](_0x5bf9f2[_0xd7724e(0xd6)])&&(_0x16849a=_0x4034f1);}}catch(_0x31ed97){logger['debug'](_0xd7724e(0x10e)+util[_0xd7724e(0x103)](_0x31ed97));}if(!_0x16849a&&_0x35e21f[_0xd7724e(0x115)][_0xd7724e(0x106)]){const _0x3022e2=_0x35e21f[_0xd7724e(0x115)][_0xd7724e(0x106)][_0xd7724e(0x12c)]('\x0a');for(const _0x4cbd70 of _0x3022e2){const _0x177fc1=_0x4cbd70[_0xd7724e(0x137)](/at (.+?):\d+:\d+/);if(_0x177fc1&&_0x177fc1[0x1]&&!_0x177fc1[0x1][_0xd7724e(0xd3)](_0x5bf9f2[_0xd7724e(0xd6)])){_0x16849a=_0x177fc1[0x1];break;}}}}const _0x3fa21e=_0x16849a+'::'+_0x100f26,_0xfad38a=crypto['createHash'](_0x5bf9f2[_0xd7724e(0x13b)])['update'](_0x3fa21e)[_0xd7724e(0xaa)](_0x5bf9f2[_0xd7724e(0xe3)])['substring'](0x0,0x8),_0x275a74=process['pid']+':jest-'+_0xfad38a;return logger['debug'](_0xd7724e(0x14a)+_0x275a74+_0xd7724e(0x142)+_0x3fa21e),_0x275a74;}catch(_0x31e405){return logger['error'](_0xd7724e(0xb7)+util[_0xd7724e(0x103)](_0x31e405)),null;}}['createIdentifierFromJestTest'](_0x433946){const _0x535aff=a91_0x49ff66,_0x8e8870={};_0x8e8870['qeEyO']='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x5b6616=_0x8e8870;if(!_0x433946)return logger[_0x535aff(0xb9)](_0x5b6616[_0x535aff(0xf7)]),null;const _0x4387d3=this[_0x535aff(0x11a)](_0x433946),_0x43bed1={};_0x43bed1[_0x535aff(0xea)]=_0x433946[_0x535aff(0xea)]||_0x433946[_0x535aff(0xc4)],_0x43bed1[_0x535aff(0x10b)]=_0x433946['parent'],_0x43bed1[_0x535aff(0x12e)]=_0x4387d3,_0x43bed1[_0x535aff(0x115)]=_0x433946[_0x535aff(0x115)];const _0x451f43=_0x43bed1;return this[_0x535aff(0x114)](_0x451f43);}[a91_0x49ff66(0xe9)](_0x4482ed){const _0x345336=a91_0x49ff66,_0x44d4f0={};_0x44d4f0[_0x345336(0xf6)]=_0x345336(0x116);const _0x1699d1=_0x44d4f0;if(!_0x4482ed)return logger[_0x345336(0xb9)](_0x1699d1['RAKPj']),null;if(_0x4482ed[_0x345336(0x104)])return logger[_0x345336(0xb9)](_0x345336(0xab)+_0x4482ed['testIdentifier']),_0x4482ed[_0x345336(0x104)];return this[_0x345336(0x114)](_0x4482ed);}}module['exports']=o11yClassErrorHandler(JestUtils,['configureGit','getHierarchy',a91_0x49ff66(0xa8),a91_0x49ff66(0x151),a91_0x49ff66(0xb6),a91_0x49ff66(0x12b),a91_0x49ff66(0x141),'createHookData',a91_0x49ff66(0x138),'clearHooksMap',a91_0x49ff66(0x11a),a91_0x49ff66(0x114),a91_0x49ff66(0x121),a91_0x49ff66(0xe9)]);
1
+ const a91_0x2e770f=a91_0x1d98;function a91_0x1d98(_0x2b7ba3,_0x18e7a1){const _0x576df1=a91_0x576d();return a91_0x1d98=function(_0x1d98cc,_0x1198ce){_0x1d98cc=_0x1d98cc-0x1c1;let _0x32c81a=_0x576df1[_0x1d98cc];return _0x32c81a;},a91_0x1d98(_0x2b7ba3,_0x18e7a1);}(function(_0x38fb9c,_0x853272){const _0x4fef96=a91_0x1d98,_0x1092d7=_0x38fb9c();while(!![]){try{const _0x360271=-parseInt(_0x4fef96(0x236))/0x1+-parseInt(_0x4fef96(0x24a))/0x2*(-parseInt(_0x4fef96(0x214))/0x3)+-parseInt(_0x4fef96(0x201))/0x4*(-parseInt(_0x4fef96(0x253))/0x5)+-parseInt(_0x4fef96(0x235))/0x6+-parseInt(_0x4fef96(0x265))/0x7+parseInt(_0x4fef96(0x248))/0x8*(-parseInt(_0x4fef96(0x219))/0x9)+parseInt(_0x4fef96(0x1d2))/0xa*(parseInt(_0x4fef96(0x1e2))/0xb);if(_0x360271===_0x853272)break;else _0x1092d7['push'](_0x1092d7['shift']());}catch(_0x3867e6){_0x1092d7['push'](_0x1092d7['shift']());}}}(a91_0x576d,0x70e98));const path=require('path'),util=require(a91_0x2e770f(0x240)),crypto=require('crypto'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x2e770f(0x1c1)),logger=require(a91_0x2e770f(0x224))[a91_0x2e770f(0x212)],{o11yClassErrorHandler}=require(a91_0x2e770f(0x200)),TestInfo=require(a91_0x2e770f(0x1d8)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a91_0x2e770f(0x1cd)),a91_0x209e37={};a91_0x209e37['beforeAll']='BEFORE_ALL',a91_0x209e37[a91_0x2e770f(0x1e5)]=a91_0x2e770f(0x207),a91_0x209e37['beforeEach']='BEFORE_EACH',a91_0x209e37[a91_0x2e770f(0x1d7)]=a91_0x2e770f(0x234);function a91_0x576d(){const _0x42cddc=['KdoNg','350626jPbySN','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','relative','iCtak','ICnPx','getState','[jestUtils]\x20Created\x20identifier:\x20','errorsDetailed','parse','2725HRRllq','finished_at','error','hooks','name','err','LUQel','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','createTestFrameworkData','asyncError','tprYX','_gitConfigPath','getTestIdentifier','VBtWG','failure_reason_expanded','result','toISOString','ehQli','1286915PnUtsA','jEYSa','testAnalyticsId','debug','javascript','split','failure_reason','../../../helpers/helper.js','backtrace','nzSQI','getName','pending','\x22\x20hook\x20for\x20\x22','inspect','nIuFL','zhVYl','TestRunSkipped','recreateIdentifierFromTestInfo','qlVan','stack-trace','expanded','title','nEEvb','hhaLG','20ojbmZq','ZpWTd','HookRunFinished','QbQkz','swVaW','afterEach','../TestInfo.js','eiSiT','jnQpL','getFileName','jagsr','match','jest','UbwsJ','isJestInternalHook','startedAt','10388257KzMCXZ','Exception\x20in\x20getHookRunEventData:\x20','RGTIF','afterAll','expect','__workerDetails','pid','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','browserstack-node-agent/src/bin/jest','toString','apply','failed','type','JIFYC','KsTMF','hook','root','push','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','format','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','kEcEe','parent','TestRunFinished','unknown','failure','fwndE','update','started_at','zFxOx','../../../helpers/test-observability/error-handler.js','428gHhIns','extractTestFilePath','xBwuW','file','\x20from\x20compositeKey:\x20','digest','AFTER_ALL','__jestCurrentTestIdentifier','GwNBu','fullName','retryOf','length',',\x20hookUUID:\x20','getRootParentFile','hex','ROOT_DESCRIBE_BLOCK','testPath','winstonLogger','createHookData','3rcAfNH','BtXtm','bZzGH','LtDwb','ZJorb','230229VjTNBb','[jestUtils]\x20Error\x20creating\x20identifier:\x20','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','includes','currentTest','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','clearHooksMap','Creating\x20hook\x20data\x20for\x20eventType:\x20','testIdentifier','stack','HAUjK','../../../helpers/logger.js','createIdentifierFromJestTest','createJestTestIdentifier','getHierarchy','call','passed','getHookRunEventData','finishedAt','configureGit','jest-circus','failure_data','md5','BtiEL','duration','YoAvu','uCGRd','AFTER_EACH','3522774eipgiU','198253LVlnlm','WgPiG','BiRzl','LYbwM','toUpperCase','reverse','test','vPbrj','_gitConfigured','Unknown\x20Test','util','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','NEGOR','failure_type',':jest-','DFHVP','IuONA','SKXbl','216oqfmTP'];a91_0x576d=function(){return _0x42cddc;};return a91_0x576d();}const HOOK_TYPES_MAP=a91_0x209e37,hooksMap={};class JestUtils{constructor(){const _0x4101e1=a91_0x2e770f;this[_0x4101e1(0x23e)]=![],this[_0x4101e1(0x25e)]=null;}async[a91_0x2e770f(0x25b)](_0x484874,_0x50fb63,_0x27831f='TestRunFinished',_0xeb5afd=undefined){const _0x4606a7=a91_0x2e770f,_0x845153={'eiSiT':_0x4606a7(0x25a),'ZpWTd':_0x4606a7(0x22d),'swVaW':function(_0x349517,_0x420a8b){return _0x349517||_0x420a8b;},'nAFHz':'File\x20path\x20could\x20not\x20be\x20found','BtiEL':function(_0x1afdac,_0x34f21e){return _0x1afdac!==_0x34f21e;},'ehQli':_0x4606a7(0x23c),'NtzuR':_0x4606a7(0x258),'nEEvb':'pending','DFHVP':function(_0x4eb655,_0x2f2cd7){return _0x4eb655===_0x2f2cd7;},'zhVYl':_0x4606a7(0x1ca),'bZzGH':'skipped','TuCxe':function(_0x299832,_0x574a40){return _0x299832>_0x574a40;},'LYbwM':_0x4606a7(0x1ed),'YoAvu':_0x4606a7(0x229),'SBuza':function(_0x3e5611,_0xafd1b7){return _0x3e5611-_0xafd1b7;},'NEGOR':_0x4606a7(0x269),'zFxOx':_0x4606a7(0x1de),'KdoNg':function(_0x2351a3,_0x56b091){return _0x2351a3(_0x56b091);},'nzSQI':_0x4606a7(0x1f9)};logger[_0x4606a7(0x268)](_0x4606a7(0x1e9)+_0x27831f+',\x20testIdentifier:\x20'+_0x50fb63);try{if(!_0x484874)return logger[_0x4606a7(0x268)](_0x845153[_0x4606a7(0x1d9)]),null;if(_0x484874['fn']&&_0x484874['fn'][_0x4606a7(0x1eb)]()[_0x4606a7(0x1dd)](/browserstack internal helper hook/))return null;await this[_0x4606a7(0x22c)]();let _0x246ff6;try{_0x246ff6=this['getRootParentFile'](_0x484874);if(_0x246ff6&&_0x246ff6[_0x4606a7(0x21c)](_0x845153[_0x4606a7(0x1d3)]))return null;}catch(_0x53facb){logger['debug']('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util['format'](_0x53facb)),_0x246ff6=null;}const _0x218d48=this[_0x4606a7(0x227)](_0x484874),_0x4ab9a6=this[_0x4606a7(0x1c4)](_0x484874),_0x40936f=_0x845153[_0x4606a7(0x1d6)](_0x246ff6,_0x845153['nAFHz']);let _0x5a9813=[];if(_0x845153[_0x4606a7(0x230)](_0x484874['errorsDetailed'],undefined))_0x5a9813=[_0x484874['errorsDetailed'],_0x845153['ehQli']];else _0x845153['BtiEL'](_0xeb5afd,undefined)&&(_0x5a9813=[_0xeb5afd,_0x845153['NtzuR']]);const _0x2449bf=_0x845153[_0x4606a7(0x230)](_0x484874[_0x4606a7(0x251)],undefined)?util[_0x4606a7(0x1c7)](_0x484874[_0x4606a7(0x251)][0x0]):_0x845153[_0x4606a7(0x230)](_0xeb5afd,undefined)?_0xeb5afd[_0x4606a7(0x1eb)]():undefined;let _0x4fe4e0=_0x845153[_0x4606a7(0x1d0)];if(_0x845153['DFHVP'](_0x27831f,_0x845153[_0x4606a7(0x1c9)]))_0x4fe4e0=_0x845153[_0x4606a7(0x216)];else _0x484874[_0x4606a7(0x251)]&&_0x845153['TuCxe'](_0x484874[_0x4606a7(0x251)][_0x4606a7(0x20c)],0x0)?_0x4fe4e0=_0x845153[_0x4606a7(0x239)]:_0x4fe4e0=_0x845153[_0x4606a7(0x232)];let _0x365684=null;if(_0x845153['BtiEL'](_0x484874['duration'],undefined))_0x365684=_0x484874[_0x4606a7(0x231)];else(_0x27831f[_0x4606a7(0x1dd)](/Finished/)||_0x27831f[_0x4606a7(0x1dd)](/Skipped/))&&(_0x484874[_0x4606a7(0x1fe)]&&(_0x365684=_0x845153['SBuza'](Date['now'](),new Date(_0x484874['started_at'])['getTime']())));const _0x3b7fb7=_0x484874['fn']?_0x484874['fn'][_0x4606a7(0x1eb)]():null,_0x16e971={'id':_0x50fb63,'uuid':_0x50fb63,'startedAt':_0x484874[_0x4606a7(0x1fe)]||new Date()[_0x4606a7(0x263)](),'finishedAt':_0x27831f[_0x4606a7(0x1dd)](/Finished/)||_0x27831f[_0x4606a7(0x1dd)](/Skipped/)?new Date()[_0x4606a7(0x263)]():null,'type':_0x845153[_0x4606a7(0x264)],'body':{'lang':_0x845153[_0x4606a7(0x242)],'code':_0x3b7fb7},'name':_0x4ab9a6,'scopes':_0x218d48,'file_name':_0x40936f,'location':_0x40936f,'vc_filepath':this[_0x4606a7(0x25e)]&&_0x246ff6?path[_0x4606a7(0x24c)](this[_0x4606a7(0x25e)],_0x246ff6):null,'framework':_0x845153[_0x4606a7(0x1ff)],'result':_0x4fe4e0,'failure_reason':_0x2449bf,'duration_in_ms':_0x365684,'failure':failureData['apply'](null,_0x5a9813),'failure_type':!_0x2449bf?null:_0x845153[_0x4606a7(0x249)](getFailureType,_0x2449bf),'retry_of':_0x484874[_0x4606a7(0x20b)]||null,'customRerunParam':{'rerun_name':_0x4ab9a6}};_0x845153[_0x4606a7(0x245)](_0x27831f,_0x845153['zhVYl'])&&!_0x16e971[_0x4606a7(0x1e1)]&&(_0x16e971[_0x4606a7(0x1e1)]=_0x16e971[_0x4606a7(0x22b)]);const _0x557b6f=_0x16e971['failure']&&_0x16e971[_0x4606a7(0x1fb)][0x0];return _0x557b6f&&(_0x16e971['failure_backtrace']=_0x557b6f[_0x4606a7(0x1c2)],_0x16e971[_0x4606a7(0x261)]=_0x557b6f[_0x4606a7(0x1ce)]),(_0x845153[_0x4606a7(0x245)](_0x27831f,_0x845153[_0x4606a7(0x1c3)])||_0x845153[_0x4606a7(0x245)](_0x27831f,_0x845153[_0x4606a7(0x1c9)]))&&(_0x484874[_0x4606a7(0x256)]&&(_0x16e971[_0x4606a7(0x256)]=_0x484874[_0x4606a7(0x256)])),_0x16e971;}catch(_0x5d74b4){return logger[_0x4606a7(0x268)]('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x4606a7(0x1f5)](_0x5d74b4)),null;}}async[a91_0x2e770f(0x213)](_0x2324de,_0x141d94,_0x4237be,_0x1de338){const _0x471ec4=a91_0x2e770f,_0x5a2c63={'wxpgL':'No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','nYzuZ':'jest-circus','IuONA':_0x471ec4(0x1ea),'toyfs':_0x471ec4(0x1fa),'iCtak':_0x471ec4(0x1c5),'bxkjx':function(_0x3a9530,_0x5c3f80){return _0x3a9530===_0x5c3f80;},'nlVEw':_0x471ec4(0x1d4),'BtXtm':function(_0x361981,_0x2bea8a){return _0x361981>_0x2bea8a;},'HAUjK':'failed','bZuhY':function(_0x1ccd30,_0x242634){return _0x1ccd30(_0x242634);},'QbQkz':_0x471ec4(0x23c),'RGTIF':_0x471ec4(0x229),'jnQpL':_0x471ec4(0x1f1),'KsTMF':_0x471ec4(0x269),'NgeMt':_0x471ec4(0x1de),'LtDwb':function(_0x36cb10,_0x4fe507){return _0x36cb10===_0x4fe507;},'pekQB':'HookRunStarted'};logger['debug'](_0x471ec4(0x220)+_0x4237be+_0x471ec4(0x20d)+_0x141d94+',\x20testRunId:\x20'+_0x1de338);try{if(!_0x2324de)return logger[_0x471ec4(0x268)](_0x5a2c63['wxpgL']),null;if(this[_0x471ec4(0x1e0)](_0x2324de))return null;await this[_0x471ec4(0x22c)]();let _0x1f80f4=null;try{_0x1f80f4=this[_0x471ec4(0x20e)](_0x2324de);if(_0x1f80f4&&_0x1f80f4[_0x471ec4(0x21c)](_0x5a2c63['nYzuZ']))return null;if(_0x1f80f4&&_0x1f80f4['includes'](_0x5a2c63[_0x471ec4(0x246)]))return null;}catch(_0x3156bc){logger['debug']('Failed\x20to\x20get\x20hook\x20file\x20path:\x20'+util['format'](_0x3156bc));}const _0x38cbd4=this[_0x471ec4(0x1c4)](_0x2324de),_0x10c23d=_0x2324de[_0x471ec4(0x1ee)]||_0x5a2c63['toyfs'],_0x27b863=HOOK_TYPES_MAP[_0x10c23d]||_0x10c23d[_0x471ec4(0x23a)](),_0xccc441=_0x2324de[_0x471ec4(0x1f8)]&&_0x2324de['parent'][_0x471ec4(0x257)]?_0x2324de[_0x471ec4(0x1f8)]['name']:'';let _0x4fbc79=_0x5a2c63[_0x471ec4(0x24d)],_0x1c1e4d=null,_0x15460d=null,_0x40ed93=null,_0x40d9e8=null;_0x5a2c63['bxkjx'](_0x4237be,_0x5a2c63['nlVEw'])&&(_0x40d9e8=new Date()[_0x471ec4(0x263)](),_0x2324de['errorsDetailed']&&_0x5a2c63[_0x471ec4(0x215)](_0x2324de['errorsDetailed'][_0x471ec4(0x20c)],0x0)?(_0x4fbc79=_0x5a2c63[_0x471ec4(0x223)],_0x15460d=util[_0x471ec4(0x1c7)](_0x2324de['errorsDetailed'][0x0]),_0x1c1e4d=_0x5a2c63['bZuhY'](getFailureType,_0x15460d),_0x40ed93=failureData[_0x471ec4(0x1ec)](null,[_0x2324de['errorsDetailed'],_0x5a2c63[_0x471ec4(0x1d5)]])):_0x4fbc79=_0x5a2c63[_0x471ec4(0x1e4)]);const _0x8aa419={'uuid':_0x141d94,'type':_0x5a2c63[_0x471ec4(0x1da)],'hook_type':_0x27b863,'name':_0x38cbd4,'body':{'lang':_0x5a2c63[_0x471ec4(0x1f0)],'code':_0x2324de['fn']?_0x2324de['fn'][_0x471ec4(0x1eb)]():null},'tags':[],'test_run_id':_0x1de338,'scope':_0xccc441,'scopes':[_0xccc441],'file_name':_0x1f80f4,'location':_0x1f80f4,'vc_filepath':this[_0x471ec4(0x25e)]&&_0x1f80f4?path[_0x471ec4(0x24c)](this[_0x471ec4(0x25e)],_0x1f80f4):null,'result':_0x4fbc79,'started_at':_0x2324de[_0x471ec4(0x1fe)]||new Date()[_0x471ec4(0x263)](),'finished_at':_0x40d9e8,'failure_type':_0x1c1e4d,'failure_reason':_0x15460d,'failure_data':_0x40ed93,'framework':_0x5a2c63['NgeMt']};return _0x5a2c63[_0x471ec4(0x217)](_0x4237be,_0x5a2c63['pekQB'])&&(hooksMap[_0x1de338]?hooksMap[_0x1de338]['push'](_0x8aa419):hooksMap[_0x1de338]=[_0x8aa419]),_0x8aa419;}catch(_0x4658bc){return logger[_0x471ec4(0x268)]('Exception\x20in\x20createHookData:\x20'+util[_0x471ec4(0x1f5)](_0x4658bc)),null;}}['getHookRunEventData'](_0xf8ad78,_0x2c80aa,_0x5abad8){const _0xc8a6f6=a91_0x2e770f,_0x1066d2={'UbwsJ':function(_0x179094,_0x2191d7){return _0x179094>_0x2191d7;},'jagsr':_0xc8a6f6(0x1ed),'xOrhn':function(_0x819b49,_0x129bce){return _0x819b49(_0x129bce);},'kEcEe':_0xc8a6f6(0x23c),'REPxl':_0xc8a6f6(0x229)};try{const _0x38ace6=hooksMap[_0xf8ad78];if(!_0x38ace6)return null;const _0x1da1f3=_0x38ace6['find'](_0x5d4cfb=>_0x5d4cfb['uuid']===_0x2c80aa);if(!_0x1da1f3)return null;return _0x1da1f3[_0xc8a6f6(0x254)]=new Date()[_0xc8a6f6(0x263)](),_0x5abad8[_0xc8a6f6(0x251)]&&_0x1066d2[_0xc8a6f6(0x1df)](_0x5abad8['errorsDetailed']['length'],0x0)?(_0x1da1f3['result']=_0x1066d2[_0xc8a6f6(0x1dc)],_0x1da1f3[_0xc8a6f6(0x26b)]=util[_0xc8a6f6(0x1c7)](_0x5abad8['errorsDetailed'][0x0]),_0x1da1f3[_0xc8a6f6(0x243)]=_0x1066d2['xOrhn'](getFailureType,_0x1da1f3[_0xc8a6f6(0x26b)]),_0x1da1f3[_0xc8a6f6(0x22e)]=failureData['apply'](null,[_0x5abad8[_0xc8a6f6(0x251)],_0x1066d2[_0xc8a6f6(0x1f7)]])):_0x1da1f3[_0xc8a6f6(0x262)]=_0x1066d2['REPxl'],_0x1da1f3;}catch(_0xe028b9){return logger[_0xc8a6f6(0x268)](_0xc8a6f6(0x1e3)+util[_0xc8a6f6(0x1f5)](_0xe028b9)),null;}}[a91_0x2e770f(0x1c4)](_0x35c2de){const _0x534510=a91_0x2e770f,_0x52b722={};_0x52b722[_0x534510(0x1c8)]=function(_0x25f910,_0x15f2a4){return _0x25f910!==_0x15f2a4;},_0x52b722[_0x534510(0x1fc)]=_0x534510(0x23c),_0x52b722[_0x534510(0x203)]=_0x534510(0x23f);const _0x39a668=_0x52b722;if(_0x39a668['nIuFL'](_0x35c2de[_0x534510(0x1ee)],_0x39a668[_0x534510(0x1fc)]))return'\x22'+_0x35c2de[_0x534510(0x1ee)]+_0x534510(0x1c6)+(_0x35c2de['parent']&&_0x35c2de['parent'][_0x534510(0x257)])+'\x22';return _0x35c2de[_0x534510(0x257)]||_0x39a668[_0x534510(0x203)];}[a91_0x2e770f(0x227)](_0x11808d){const _0x26227e=a91_0x2e770f,_0x3f3087={};_0x3f3087['SKXbl']=function(_0x6cdd95,_0x375530){return _0x6cdd95!==_0x375530;},_0x3f3087[_0x26227e(0x266)]=function(_0x174991,_0x2378fb){return _0x174991!==_0x2378fb;},_0x3f3087['UhZSg']=_0x26227e(0x210);const _0x5a78e8=_0x3f3087,_0x197188=[];if(_0x11808d&&_0x11808d[_0x26227e(0x1f8)]){let _0x35d8d6=_0x11808d[_0x26227e(0x1f8)];while(_0x35d8d6&&_0x35d8d6['name']&&_0x5a78e8[_0x26227e(0x247)](_0x35d8d6[_0x26227e(0x257)],'')&&_0x5a78e8[_0x26227e(0x266)](_0x35d8d6['name'],_0x5a78e8['UhZSg'])){_0x197188[_0x26227e(0x1f3)](_0x35d8d6['name']),_0x35d8d6=_0x35d8d6[_0x26227e(0x1f8)];}}return _0x197188[_0x26227e(0x23b)](),_0x197188;}['getRootParentFile'](_0xe5c488){const _0x5dede4=a91_0x2e770f;if(_0xe5c488[_0x5dede4(0x25c)])try{const _0x2630e4=stackTrace['parse'][_0x5dede4(0x228)](stackTrace,_0xe5c488[_0x5dede4(0x25c)]);if(_0x2630e4[0x0]&&_0x2630e4[0x0][_0x5dede4(0x1db)])return _0x2630e4[0x0][_0x5dede4(0x1db)]();}catch(_0x44afec){logger[_0x5dede4(0x268)](_0x5dede4(0x21b)+util[_0x5dede4(0x1f5)](_0x44afec));}if(_0xe5c488['file'])return _0xe5c488['file'];return null;}[a91_0x2e770f(0x1e0)](_0x220ab4){const _0x13ea7d=a91_0x2e770f,_0x61f336={};_0x61f336[_0x13ea7d(0x237)]='jest-circus';const _0x456c4a=_0x61f336;try{const _0x37d3ab=this[_0x13ea7d(0x20e)](_0x220ab4);if(_0x37d3ab&&_0x37d3ab[_0x13ea7d(0x21c)](_0x456c4a[_0x13ea7d(0x237)]))return!![];}catch(_0x35ca15){logger['debug'](_0x13ea7d(0x1f4)+util['format'](_0x35ca15));}return![];}[a91_0x2e770f(0x25f)](_0xe5b005=null){const _0x1a3d2d=a91_0x2e770f;try{const _0xa65470=_0xe5b005||global[_0x1a3d2d(0x1e7)]||{};if(global[_0x1a3d2d(0x208)])return global[_0x1a3d2d(0x208)];if(_0xa65470?.['currentTest']?.['testAnalyticsId'])return _0xa65470[_0x1a3d2d(0x21d)][_0x1a3d2d(0x267)];if(_0xa65470?.[_0x1a3d2d(0x21d)]?.['id'])return _0xa65470[_0x1a3d2d(0x21d)]['id'];return null;}catch(_0x2bcfba){return logger[_0x1a3d2d(0x268)](_0x1a3d2d(0x24b)+util[_0x1a3d2d(0x1f5)](_0x2bcfba)),null;}}async[a91_0x2e770f(0x22c)](){const _0x2ad5cb=a91_0x2e770f,_0x2b945f={'uCGRd':function(_0x3ab541){return _0x3ab541();}};if(this[_0x2ad5cb(0x23e)])return this['_gitConfigPath'];const _0x22e850=await _0x2b945f[_0x2ad5cb(0x233)](getGitMetaData);_0x22e850&&(this[_0x2ad5cb(0x25e)]=_0x22e850[_0x2ad5cb(0x1f2)]),this[_0x2ad5cb(0x23e)]=!![];}[a91_0x2e770f(0x21f)](_0x8103d){hooksMap[_0x8103d]&&delete hooksMap[_0x8103d];}['extractTestFilePath'](_0x44b49d){const _0x20aa15=a91_0x2e770f,_0x40160d={'tprYX':_0x20aa15(0x22d),'hhaLG':function(_0x4ecfca,_0x189211){return _0x4ecfca(_0x189211);},'VBtWG':_0x20aa15(0x1e6)};if(_0x44b49d[_0x20aa15(0x204)])return _0x44b49d['file'];if(_0x44b49d[_0x20aa15(0x25c)]){try{const _0x430b95=stackTrace[_0x20aa15(0x252)](_0x44b49d[_0x20aa15(0x25c)]);if(_0x430b95[0x0]&&_0x430b95[0x0]['getFileName']){const _0x53a730=_0x430b95[0x0][_0x20aa15(0x1db)]();if(_0x53a730&&!_0x53a730[_0x20aa15(0x21c)](_0x40160d['tprYX']))return _0x53a730;}}catch(_0x5e8328){logger['debug'](_0x20aa15(0x241)+util[_0x20aa15(0x1f5)](_0x5e8328));}if(_0x44b49d[_0x20aa15(0x25c)]['stack']){const _0x57af81=_0x44b49d[_0x20aa15(0x25c)]['stack']['split']('\x0a');for(const _0x376d0e of _0x57af81){const _0x83a107=_0x376d0e[_0x20aa15(0x1dd)](/at (.+?):\d+:\d+/);if(_0x83a107&&_0x83a107[0x1]&&!_0x83a107[0x1][_0x20aa15(0x21c)](_0x40160d[_0x20aa15(0x25d)]))return _0x83a107[0x1];}}}let _0x1b0407=_0x44b49d[_0x20aa15(0x1f8)];while(_0x1b0407){if(_0x1b0407[_0x20aa15(0x204)])return _0x1b0407[_0x20aa15(0x204)];if(_0x1b0407[_0x20aa15(0x25c)])try{const _0x29c47b=stackTrace[_0x20aa15(0x252)](_0x1b0407[_0x20aa15(0x25c)]);if(_0x29c47b[0x0]&&_0x29c47b[0x0][_0x20aa15(0x1db)]){const _0x5ddb31=_0x29c47b[0x0][_0x20aa15(0x1db)]();if(_0x5ddb31&&!_0x5ddb31[_0x20aa15(0x21c)](_0x40160d[_0x20aa15(0x25d)]))return _0x5ddb31;}}catch(_0x10ae28){}_0x1b0407=_0x1b0407[_0x20aa15(0x1f8)];}try{const _0x4ad14b=_0x40160d[_0x20aa15(0x1d1)](require,_0x40160d[_0x20aa15(0x260)]);if(_0x4ad14b&&_0x4ad14b[_0x20aa15(0x24f)]){const _0x5a7ad4=_0x4ad14b[_0x20aa15(0x24f)]();if(_0x5a7ad4&&_0x5a7ad4[_0x20aa15(0x211)])return _0x5a7ad4[_0x20aa15(0x211)];}}catch(_0xd6b3){logger[_0x20aa15(0x268)]('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util[_0x20aa15(0x1f5)](_0xd6b3));}return null;}[a91_0x2e770f(0x226)](_0x129d7a){const _0xfd02a8=a91_0x2e770f,_0x379131={};_0x379131[_0xfd02a8(0x259)]=_0xfd02a8(0x21e),_0x379131[_0xfd02a8(0x1cc)]=function(_0x3bb971,_0x3db5d0){return _0x3bb971!==_0x3db5d0;},_0x379131[_0xfd02a8(0x238)]=_0xfd02a8(0x210),_0x379131[_0xfd02a8(0x24e)]=_0xfd02a8(0x22d),_0x379131[_0xfd02a8(0x23d)]=_0xfd02a8(0x22f),_0x379131[_0xfd02a8(0x1ef)]=_0xfd02a8(0x20f);const _0x112599=_0x379131;try{if(!_0x129d7a)return logger[_0xfd02a8(0x255)](_0x112599[_0xfd02a8(0x259)]),null;const _0x3ec31a=_0x129d7a[_0xfd02a8(0x20a)]||_0x129d7a[_0xfd02a8(0x257)]||_0x129d7a[_0xfd02a8(0x1cf)]||_0x129d7a['displayName'];let _0x39419f=_0x3ec31a;if(_0x129d7a[_0xfd02a8(0x1f8)]&&_0x129d7a[_0xfd02a8(0x1f8)][_0xfd02a8(0x257)]&&_0x112599[_0xfd02a8(0x1cc)](_0x129d7a[_0xfd02a8(0x1f8)]['name'],_0x112599[_0xfd02a8(0x238)])){const _0x1a79ae=_0x129d7a['name']||_0x129d7a[_0xfd02a8(0x1cf)];_0x1a79ae&&(_0x39419f=_0x129d7a[_0xfd02a8(0x1f8)]['name']+'\x20'+_0x1a79ae);}let _0x3d56a6=_0x129d7a[_0xfd02a8(0x211)];if(!_0x3d56a6&&_0x129d7a['asyncError']){try{const _0xe7ec62=stackTrace['parse'](_0x129d7a['asyncError']);if(_0xe7ec62[0x0]&&_0xe7ec62[0x0]['getFileName']){const _0x57b1af=_0xe7ec62[0x0][_0xfd02a8(0x1db)]();_0x57b1af&&!_0x57b1af['includes'](_0x112599[_0xfd02a8(0x24e)])&&(_0x3d56a6=_0x57b1af);}}catch(_0x8cbff0){logger[_0xfd02a8(0x268)](_0xfd02a8(0x241)+util[_0xfd02a8(0x1f5)](_0x8cbff0));}if(!_0x3d56a6&&_0x129d7a[_0xfd02a8(0x25c)][_0xfd02a8(0x222)]){const _0x426044=_0x129d7a[_0xfd02a8(0x25c)][_0xfd02a8(0x222)][_0xfd02a8(0x26a)]('\x0a');for(const _0x510165 of _0x426044){const _0x4b36fa=_0x510165[_0xfd02a8(0x1dd)](/at (.+?):\d+:\d+/);if(_0x4b36fa&&_0x4b36fa[0x1]&&!_0x4b36fa[0x1][_0xfd02a8(0x21c)](_0x112599[_0xfd02a8(0x24e)])){_0x3d56a6=_0x4b36fa[0x1];break;}}}}const _0x2d431f=_0x3d56a6+'::'+_0x39419f,_0x54a5c2=crypto['createHash'](_0x112599['vPbrj'])[_0xfd02a8(0x1fd)](_0x2d431f)[_0xfd02a8(0x206)](_0x112599[_0xfd02a8(0x1ef)])['substring'](0x0,0x8),_0xb4fa=process[_0xfd02a8(0x1e8)]+_0xfd02a8(0x244)+_0x54a5c2;return logger[_0xfd02a8(0x268)](_0xfd02a8(0x250)+_0xb4fa+_0xfd02a8(0x205)+_0x2d431f),_0xb4fa;}catch(_0x25a2a9){return logger[_0xfd02a8(0x255)](_0xfd02a8(0x21a)+util[_0xfd02a8(0x1f5)](_0x25a2a9)),null;}}[a91_0x2e770f(0x225)](_0x14604b){const _0x5a194b=a91_0x2e770f,_0x5a79e5={};_0x5a79e5[_0x5a194b(0x209)]='[jestUtils]\x20No\x20test\x20object\x20provided';const _0xb4bee8=_0x5a79e5;if(!_0x14604b)return logger[_0x5a194b(0x268)](_0xb4bee8['GwNBu']),null;const _0x257d11=this['extractTestFilePath'](_0x14604b),_0xa56c99={};_0xa56c99[_0x5a194b(0x257)]=_0x14604b[_0x5a194b(0x257)]||_0x14604b[_0x5a194b(0x1cf)],_0xa56c99[_0x5a194b(0x1f8)]=_0x14604b[_0x5a194b(0x1f8)],_0xa56c99['testPath']=_0x257d11,_0xa56c99[_0x5a194b(0x25c)]=_0x14604b[_0x5a194b(0x25c)];const _0x2c994a=_0xa56c99;return this[_0x5a194b(0x226)](_0x2c994a);}['recreateIdentifierFromTestInfo'](_0x41d0c1){const _0x33b5d6=a91_0x2e770f,_0x453506={};_0x453506[_0x33b5d6(0x218)]=_0x33b5d6(0x1f6);const _0x1f65e5=_0x453506;if(!_0x41d0c1)return logger['debug'](_0x1f65e5[_0x33b5d6(0x218)]),null;if(_0x41d0c1[_0x33b5d6(0x221)])return logger[_0x33b5d6(0x268)]('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x41d0c1[_0x33b5d6(0x221)]),_0x41d0c1[_0x33b5d6(0x221)];return this[_0x33b5d6(0x226)](_0x41d0c1);}}module['exports']=o11yClassErrorHandler(JestUtils,[a91_0x2e770f(0x22c),a91_0x2e770f(0x227),a91_0x2e770f(0x20e),a91_0x2e770f(0x1c4),a91_0x2e770f(0x1e0),a91_0x2e770f(0x25f),a91_0x2e770f(0x25b),a91_0x2e770f(0x213),a91_0x2e770f(0x22a),a91_0x2e770f(0x21f),a91_0x2e770f(0x202),'createJestTestIdentifier',a91_0x2e770f(0x225),a91_0x2e770f(0x1cb)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a92_0x3037(){const _0xaa7961=['RfhWE','../../helpers/utilities','platforms','config','../../helpers/performance/constants','start','2876004BXRiyB','SDK_CLEANUP','proxySettings','../../helpers/testhub/testhubHandler','4tsUBKN','MTGxn','forEach','LihLv','modifyBrowserStackCaps','../../helpers/performance/performance-tester','Config\x20yml\x20is\x20required','assign','FUfzD','finally','file','getPlatformName','SDK_SETUP','270634KDYtIN','1469345reJduF','push','args','handleApp','YHLxj','getHubUrl','length','12357vFjKdm','parallelsPerPlatform','end','\x20doesn\x27t\x20exist','EVENTS','isUndefined','NbSej','PfTeF','modifyBrowserStackW3CCaps','configuration','984yVMHpB','finalExecution','vanilla','../test-runner','912510LDreuJ','3789807MzKkAi','../../helpers/helper','342250VahSoj','dqRlf','then','File\x20'];a92_0x3037=function(){return _0xaa7961;};return a92_0x3037();}function a92_0x2234(_0x1717c4,_0x615489){const _0x303756=a92_0x3037();return a92_0x2234=function(_0x2234a7,_0x33cc42){_0x2234a7=_0x2234a7-0x117;let _0x37791f=_0x303756[_0x2234a7];return _0x37791f;},a92_0x2234(_0x1717c4,_0x615489);}const a92_0x1ca0c1=a92_0x2234;(function(_0xa5f909,_0x5c2df0){const _0x6519b9=a92_0x2234,_0x5f20ae=_0xa5f909();while(!![]){try{const _0x266483=parseInt(_0x6519b9(0x128))/0x1+-parseInt(_0x6519b9(0x141))/0x2+-parseInt(_0x6519b9(0x13e))/0x3+-parseInt(_0x6519b9(0x11b))/0x4*(-parseInt(_0x6519b9(0x129))/0x5)+-parseInt(_0x6519b9(0x117))/0x6+parseInt(_0x6519b9(0x13f))/0x7+parseInt(_0x6519b9(0x13a))/0x8*(parseInt(_0x6519b9(0x130))/0x9);if(_0x266483===_0x5c2df0)break;else _0x5f20ae['push'](_0x5f20ae['shift']());}catch(_0x710bd8){_0x5f20ae['push'](_0x5f20ae['shift']());}}}(a92_0x3037,0x4e29a));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a92_0x1ca0c1(0x140)),PerformanceTester=require(a92_0x1ca0c1(0x120)),PerformanceEvents=require(a92_0x1ca0c1(0x149))[a92_0x1ca0c1(0x134)],utilities=require(a92_0x1ca0c1(0x146)),{parallelVanillaRun}=require(a92_0x1ca0c1(0x13d)),TestHubHandler=require(a92_0x1ca0c1(0x11a));async function run(_0x279e83,_0xf95168,_0xb29316){const _0x3ce80a=a92_0x1ca0c1,_0x5c606c={'RfhWE':_0x3ce80a(0x13c),'FUfzD':function(_0x29b16c,_0x5b01f0){return _0x29b16c(_0x5b01f0);},'dqRlf':'File\x20path\x20is\x20required','YHLxj':function(_0x3e54bd,_0x5f3182){return _0x3e54bd(_0x5f3182);},'dHxuZ':_0x3ce80a(0x121),'LihLv':function(_0x16e886,_0x470348){return _0x16e886>_0x470348;},'PfTeF':function(_0x35e0ea,_0x280d4c){return _0x35e0ea>_0x280d4c;},'NbSej':function(_0x365abd,_0x41d01d){return _0x365abd*_0x41d01d;},'MTGxn':function(_0x409a3d,_0x416efd,_0x4f6f4c){return _0x409a3d(_0x416efd,_0x4f6f4c);}};await _0xb29316['initialize'](_0x279e83),await helper[_0x3ce80a(0x12c)](_0xb29316[_0x3ce80a(0x148)]);const _0x4f66f6=[];if(helper[_0x3ce80a(0x135)](_0x279e83['_'][0x1]))throw _0x5c606c[_0x3ce80a(0x123)](Error,_0x5c606c[_0x3ce80a(0x142)]);const _0x153177=path['join'](process['cwd'](),_0x279e83['_'][0x1]);if(!fs['existsSync'](_0x153177))throw _0x5c606c[_0x3ce80a(0x12d)](Error,_0x3ce80a(0x144)+_0x279e83['_'][0x1]+_0x3ce80a(0x133));if(!_0xb29316[_0x3ce80a(0x148)])throw _0x5c606c[_0x3ce80a(0x12d)](Error,_0x5c606c['dHxuZ']);const _0x224f15=helper['useW3C'](_0xb29316[_0x3ce80a(0x148)]);_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]&&_0x5c606c[_0x3ce80a(0x11e)](_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]['length'],0x0)&&_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]['forEach']((_0x3e5c60,_0x22b01a)=>{const _0x904aa1=_0x3ce80a;_0x224f15?_0x4f66f6[_0x904aa1(0x12a)](helper[_0x904aa1(0x138)](_0xb29316[_0x904aa1(0x148)],_0x5c606c[_0x904aa1(0x145)],_0x22b01a)):_0x4f66f6[_0x904aa1(0x12a)](helper['modifyBrowserStackCaps'](_0xb29316[_0x904aa1(0x148)],_0x5c606c['RfhWE'],_0x22b01a));});let _0x5a1292,_0x12b2aa;const _0x2fcfc1=[];if(_0x5c606c[_0x3ce80a(0x137)](_0x4f66f6[_0x3ce80a(0x12f)],0x0))_0x4f66f6[_0x3ce80a(0x11d)]((_0x458738,_0x437dea)=>{const _0x4ec50f=_0x3ce80a,_0x4dccbf={};_0x4dccbf['index']=_0x437dea,_0x5a1292={'server':helper['getHubUrl'](_0xb29316[_0x4ec50f(0x148)]),'proxySettings':_0xb29316[_0x4ec50f(0x148)][_0x4ec50f(0x119)],'platform':helper[_0x4ec50f(0x126)](_0x458738),'platformCaps':Object[_0x4ec50f(0x122)](_0x4dccbf,_0xb29316[_0x4ec50f(0x148)][_0x4ec50f(0x147)][_0x437dea])};const _0xed7efd={'capability':_0x458738,..._0x5a1292};_0xed7efd['file']=_0x153177,_0xed7efd[_0x4ec50f(0x12b)]=_0xf95168;const _0xf400a7={};_0xf400a7[_0x4ec50f(0x139)]=_0xed7efd,_0x12b2aa=_0xf400a7,_0x2fcfc1[_0x4ec50f(0x12a)](_0x12b2aa);});else{let _0x5e92e7;_0x224f15?_0x5e92e7=helper[_0x3ce80a(0x138)](_0xb29316[_0x3ce80a(0x148)],_0x5c606c[_0x3ce80a(0x145)],0x0):_0x5e92e7=helper[_0x3ce80a(0x11f)](_0xb29316[_0x3ce80a(0x148)],_0x5c606c[_0x3ce80a(0x145)],0x0);_0x5a1292={'server':helper[_0x3ce80a(0x12e)](_0xb29316['config']),'proxySettings':_0xb29316['config'][_0x3ce80a(0x119)]};const _0x4ac21b={'capability':_0x5e92e7,..._0x5a1292};_0x4ac21b[_0x3ce80a(0x125)]=_0x153177,_0x4ac21b['args']=_0xf95168;const _0x13a3b9={};_0x13a3b9[_0x3ce80a(0x139)]=_0x4ac21b,_0x12b2aa=_0x13a3b9,_0x2fcfc1[_0x3ce80a(0x12a)](_0x12b2aa);}const _0x488e92=await TestHubHandler['launchBuild'](_0x5c606c[_0x3ce80a(0x145)],_0xb29316),_0x57e77b=_0x5c606c[_0x3ce80a(0x136)](_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)][_0x3ce80a(0x12f)]||0x1,_0xb29316['config'][_0x3ce80a(0x131)]||0x1);PerformanceTester[_0x3ce80a(0x132)](PerformanceEvents[_0x3ce80a(0x127)]),_0x5c606c[_0x3ce80a(0x11c)](parallelVanillaRun,_0x2fcfc1,_0x57e77b)[_0x3ce80a(0x143)](_0x30e54b=>{})[_0x3ce80a(0x124)](async()=>{const _0x30a4c9=_0x3ce80a;PerformanceTester[_0x30a4c9(0x14a)](PerformanceEvents[_0x30a4c9(0x118)]),await utilities[_0x30a4c9(0x13b)](_0xb29316);});}module['exports']=run;
2
+ 'use strict';function a92_0x7bb3(){const _0xff4b79=['../../helpers/helper','../../helpers/BrowserStackSetup','SDK_SETUP','initialize','eZBBc','\x20doesn\x27t\x20exist','../../helpers/utilities','../../helpers/testhub/testhubHandler','10NpUwFP','../../helpers/performance/performance-tester','File\x20path\x20is\x20required','9aFrZOQ','getPlatformName','266126lHbvVS','finalExecution','handleApp','length','push','EVENTS','finally','modifyBrowserStackCaps','then','file','vanilla','../test-runner','gVfwo','MAnwi','exports','../../helpers/performance/constants','modifyBrowserStackW3CCaps','platforms','join','launchBuild','isUndefined','68000CupdpI','useW3C','configuration','proxySettings','412456FdoMQB','486716IsUSob','File\x20','config','ATXIT','55468jGRzAb','parallelsPerPlatform','existsSync','5GWyCkV','132KZzwQH','args','getHubUrl','2509371DrITrh','88982loQDfh','assign','nIuTv','path'];a92_0x7bb3=function(){return _0xff4b79;};return a92_0x7bb3();}function a92_0x4cf8(_0x5c861b,_0x3f227d){const _0x7bb386=a92_0x7bb3();return a92_0x4cf8=function(_0x4cf8ce,_0x65982a){_0x4cf8ce=_0x4cf8ce-0xc9;let _0x27ccd9=_0x7bb386[_0x4cf8ce];return _0x27ccd9;},a92_0x4cf8(_0x5c861b,_0x3f227d);}const a92_0x5dbad2=a92_0x4cf8;(function(_0x1e8396,_0x233491){const _0x5bc876=a92_0x4cf8,_0x13c9d3=_0x1e8396();while(!![]){try{const _0x2a42c7=parseInt(_0x5bc876(0xf0))/0x1+-parseInt(_0x5bc876(0xdf))/0x2*(-parseInt(_0x5bc876(0xee))/0x3)+parseInt(_0x5bc876(0xd3))/0x4*(-parseInt(_0x5bc876(0xda))/0x5)+parseInt(_0x5bc876(0xdb))/0x6*(parseInt(_0x5bc876(0xd7))/0x7)+parseInt(_0x5bc876(0xce))/0x8+-parseInt(_0x5bc876(0xde))/0x9*(parseInt(_0x5bc876(0xeb))/0xa)+-parseInt(_0x5bc876(0xd2))/0xb;if(_0x2a42c7===_0x233491)break;else _0x13c9d3['push'](_0x13c9d3['shift']());}catch(_0x14d293){_0x13c9d3['push'](_0x13c9d3['shift']());}}}(a92_0x7bb3,0x23431));const fs=require('fs'),path=require(a92_0x5dbad2(0xe2)),{default:BrowserStackSetup}=require(a92_0x5dbad2(0xe4)),helper=require(a92_0x5dbad2(0xe3)),PerformanceTester=require(a92_0x5dbad2(0xec)),PerformanceEvents=require(a92_0x5dbad2(0xff))[a92_0x5dbad2(0xf5)],utilities=require(a92_0x5dbad2(0xe9)),{parallelVanillaRun}=require(a92_0x5dbad2(0xfb)),TestHubHandler=require(a92_0x5dbad2(0xea));async function run(_0x3c801a,_0x5b02ce,_0x4c2f0f){const _0x1e4bcd=a92_0x5dbad2,_0x32da05={'ATXIT':_0x1e4bcd(0xfa),'MAnwi':function(_0x1bef02,_0x1f160b){return _0x1bef02(_0x1f160b);},'nIuTv':_0x1e4bcd(0xed),'eZBBc':function(_0x5f00f1,_0x308ddc){return _0x5f00f1(_0x308ddc);},'Yuhxa':'Config\x20yml\x20is\x20required','MaSgN':function(_0x571c68,_0x11ed15){return _0x571c68>_0x11ed15;},'NuWGZ':function(_0x4b0890,_0x28e173){return _0x4b0890*_0x28e173;},'gVfwo':function(_0x1a3a40,_0x1925bd,_0x45e6a){return _0x1a3a40(_0x1925bd,_0x45e6a);}};await _0x4c2f0f[_0x1e4bcd(0xe6)](_0x3c801a),await helper[_0x1e4bcd(0xf2)](_0x4c2f0f[_0x1e4bcd(0xd5)]);const _0x39c18b=[];if(helper[_0x1e4bcd(0xcd)](_0x3c801a['_'][0x1]))throw _0x32da05[_0x1e4bcd(0xfd)](Error,_0x32da05[_0x1e4bcd(0xe1)]);const _0x3263d0=path[_0x1e4bcd(0xcb)](process['cwd'](),_0x3c801a['_'][0x1]);if(!fs[_0x1e4bcd(0xd9)](_0x3263d0))throw _0x32da05[_0x1e4bcd(0xfd)](Error,_0x1e4bcd(0xd4)+_0x3c801a['_'][0x1]+_0x1e4bcd(0xe8));if(!_0x4c2f0f[_0x1e4bcd(0xd5)])throw _0x32da05[_0x1e4bcd(0xe7)](Error,_0x32da05['Yuhxa']);const _0x33777d=helper[_0x1e4bcd(0xcf)](_0x4c2f0f[_0x1e4bcd(0xd5)]);_0x4c2f0f[_0x1e4bcd(0xd5)][_0x1e4bcd(0xca)]&&_0x32da05['MaSgN'](_0x4c2f0f[_0x1e4bcd(0xd5)][_0x1e4bcd(0xca)][_0x1e4bcd(0xf3)],0x0)&&_0x4c2f0f[_0x1e4bcd(0xd5)]['platforms']['forEach']((_0x56b4e3,_0xcd59d9)=>{const _0x18e64e=_0x1e4bcd;_0x33777d?_0x39c18b[_0x18e64e(0xf4)](helper[_0x18e64e(0xc9)](_0x4c2f0f[_0x18e64e(0xd5)],_0x32da05[_0x18e64e(0xd6)],_0xcd59d9)):_0x39c18b[_0x18e64e(0xf4)](helper[_0x18e64e(0xf7)](_0x4c2f0f[_0x18e64e(0xd5)],_0x32da05[_0x18e64e(0xd6)],_0xcd59d9));});let _0x31ec89,_0x5ad24f;const _0x12bf10=[];if(_0x32da05['MaSgN'](_0x39c18b[_0x1e4bcd(0xf3)],0x0))_0x39c18b['forEach']((_0x4da1df,_0x349219)=>{const _0xea015e=_0x1e4bcd,_0x5a3379={};_0x5a3379['index']=_0x349219,_0x31ec89={'server':helper[_0xea015e(0xdd)](_0x4c2f0f[_0xea015e(0xd5)]),'proxySettings':_0x4c2f0f[_0xea015e(0xd5)][_0xea015e(0xd1)],'platform':helper[_0xea015e(0xef)](_0x4da1df),'platformCaps':Object[_0xea015e(0xe0)](_0x5a3379,_0x4c2f0f[_0xea015e(0xd5)][_0xea015e(0xca)][_0x349219])};const _0x38081={'capability':_0x4da1df,..._0x31ec89};_0x38081[_0xea015e(0xf9)]=_0x3263d0,_0x38081[_0xea015e(0xdc)]=_0x5b02ce;const _0x32caf5={};_0x32caf5[_0xea015e(0xd0)]=_0x38081,_0x5ad24f=_0x32caf5,_0x12bf10[_0xea015e(0xf4)](_0x5ad24f);});else{let _0x11827c;_0x33777d?_0x11827c=helper[_0x1e4bcd(0xc9)](_0x4c2f0f[_0x1e4bcd(0xd5)],_0x32da05[_0x1e4bcd(0xd6)],0x0):_0x11827c=helper[_0x1e4bcd(0xf7)](_0x4c2f0f[_0x1e4bcd(0xd5)],_0x32da05[_0x1e4bcd(0xd6)],0x0);_0x31ec89={'server':helper[_0x1e4bcd(0xdd)](_0x4c2f0f[_0x1e4bcd(0xd5)]),'proxySettings':_0x4c2f0f[_0x1e4bcd(0xd5)][_0x1e4bcd(0xd1)]};const _0x3a385d={'capability':_0x11827c,..._0x31ec89};_0x3a385d['file']=_0x3263d0,_0x3a385d[_0x1e4bcd(0xdc)]=_0x5b02ce;const _0x54ff80={};_0x54ff80[_0x1e4bcd(0xd0)]=_0x3a385d,_0x5ad24f=_0x54ff80,_0x12bf10['push'](_0x5ad24f);}const _0x48fc33=await TestHubHandler[_0x1e4bcd(0xcc)](_0x32da05[_0x1e4bcd(0xd6)],_0x4c2f0f),_0x430caf=_0x32da05['NuWGZ'](_0x4c2f0f[_0x1e4bcd(0xd5)]['platforms'][_0x1e4bcd(0xf3)]||0x1,_0x4c2f0f[_0x1e4bcd(0xd5)][_0x1e4bcd(0xd8)]||0x1);PerformanceTester['end'](PerformanceEvents[_0x1e4bcd(0xe5)]),_0x32da05[_0x1e4bcd(0xfc)](parallelVanillaRun,_0x12bf10,_0x430caf)[_0x1e4bcd(0xf8)](_0x93c641=>{})[_0x1e4bcd(0xf6)](async()=>{const _0x50dbdd=_0x1e4bcd;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x50dbdd(0xf1)](_0x4c2f0f);});}module[a92_0x5dbad2(0xfe)]=run;
@@ -1 +1 @@
1
- function a93_0x5691(_0x236a41,_0x223eb7){const _0x3ce075=a93_0x3ce0();return a93_0x5691=function(_0x56919d,_0x5435e2){_0x56919d=_0x56919d-0x94;let _0x36f31d=_0x3ce075[_0x56919d];return _0x36f31d;},a93_0x5691(_0x236a41,_0x223eb7);}const a93_0x13b275=a93_0x5691;(function(_0x379fd1,_0x5931d6){const _0x110cd6=a93_0x5691,_0xab7143=_0x379fd1();while(!![]){try{const _0x364c16=-parseInt(_0x110cd6(0xad))/0x1*(-parseInt(_0x110cd6(0xbb))/0x2)+parseInt(_0x110cd6(0x94))/0x3*(parseInt(_0x110cd6(0xa5))/0x4)+-parseInt(_0x110cd6(0xa3))/0x5*(parseInt(_0x110cd6(0xa9))/0x6)+parseInt(_0x110cd6(0xa8))/0x7*(-parseInt(_0x110cd6(0xbc))/0x8)+-parseInt(_0x110cd6(0x95))/0x9*(parseInt(_0x110cd6(0x9c))/0xa)+parseInt(_0x110cd6(0xbd))/0xb+parseInt(_0x110cd6(0x9b))/0xc*(parseInt(_0x110cd6(0xb3))/0xd);if(_0x364c16===_0x5931d6)break;else _0xab7143['push'](_0xab7143['shift']());}catch(_0xf5b6f8){_0xab7143['push'](_0xab7143['shift']());}}}(a93_0x3ce0,0x8d43a));const TestMetadata=require(a93_0x13b275(0xaa));function a93_0x3ce0(){const _0x12c090=['pUrAe','deviceName','platformVersion','os_version','platform','8UHkzJY','2139112Uqtvmm','10400533RAHZZg','platformName','96417BejJAt','104220ANOAjS','dggRH','AmPIb','set','ybHTL','browserName','174612NFRNnI','850Nfjuwv','HeiSo','__platformCaps','PkVWe','browser','device','browser_version','127110YDrfaA','gQWHC','12kSjSJP','exports','osVersion','21qaRxvr','60SGXSMi','./helpers/metadata','platform_version','KBNaF','223372pyScRJ','qbVds','txRIO','OiPHM','TzdiH','getCurrentPlatform','611FTpDEh','YJDHc','browserVersion'];a93_0x3ce0=function(){return _0x12c090;};return a93_0x3ce0();}class BrowserStackSdk{static[a93_0x13b275(0xb2)](){const _0x43215a=a93_0x13b275,_0x426e8b={};_0x426e8b[_0x43215a(0xac)]=_0x43215a(0xb9),_0x426e8b['dggRH']=_0x43215a(0xa7),_0x426e8b[_0x43215a(0xaf)]=_0x43215a(0xa0),_0x426e8b[_0x43215a(0xb4)]=_0x43215a(0x9a),_0x426e8b['ybHTL']=_0x43215a(0xa2),_0x426e8b[_0x43215a(0x9d)]=_0x43215a(0xb5),_0x426e8b[_0x43215a(0xae)]=_0x43215a(0xa1),_0x426e8b[_0x43215a(0x9f)]=_0x43215a(0xb7),_0x426e8b['pUrAe']=_0x43215a(0xba),_0x426e8b[_0x43215a(0x97)]=_0x43215a(0xbe),_0x426e8b[_0x43215a(0xa4)]=_0x43215a(0xab),_0x426e8b[_0x43215a(0xb1)]=_0x43215a(0xb8),_0x426e8b['OiPHM']='customVariables';const _0x52edb2=_0x426e8b,_0x28c7a4={};if(global['__platformCaps']){const _0x101f38=global[_0x43215a(0x9e)],_0x51cafe=_0x101f38[_0x52edb2['KBNaF']]||_0x101f38[_0x52edb2[_0x43215a(0x96)]],_0x10b91f=_0x101f38[_0x52edb2[_0x43215a(0xaf)]]||_0x101f38[_0x52edb2[_0x43215a(0xb4)]],_0x1c7cbb=_0x101f38[_0x52edb2[_0x43215a(0x99)]]||_0x101f38[_0x52edb2[_0x43215a(0x9d)]],_0x523606=_0x101f38[_0x52edb2[_0x43215a(0xae)]]||_0x101f38[_0x52edb2['PkVWe']],_0x17a902=_0x101f38[_0x52edb2[_0x43215a(0xb6)]]||_0x101f38[_0x52edb2[_0x43215a(0x97)]],_0x15c723=_0x101f38[_0x52edb2['gQWHC']]||_0x101f38[_0x52edb2[_0x43215a(0xb1)]];_0x101f38['os']&&(_0x28c7a4['os']=_0x101f38['os']),_0x51cafe&&(_0x28c7a4[_0x52edb2[_0x43215a(0x96)]]=_0x51cafe),_0x10b91f&&(_0x28c7a4[_0x52edb2[_0x43215a(0xb4)]]=_0x10b91f),_0x1c7cbb&&(_0x28c7a4[_0x52edb2[_0x43215a(0x9d)]]=_0x1c7cbb),_0x523606&&(_0x28c7a4[_0x52edb2['PkVWe']]=_0x523606),_0x17a902&&(_0x28c7a4[_0x52edb2[_0x43215a(0x97)]]=_0x17a902),_0x15c723&&(_0x28c7a4[_0x52edb2[_0x43215a(0xb1)]]=_0x15c723),_0x101f38[_0x52edb2[_0x43215a(0xb0)]]&&(_0x28c7a4[_0x52edb2['OiPHM']]=_0x101f38[_0x52edb2[_0x43215a(0xb0)]]);}return _0x28c7a4;}static['setTestMetadata'](_0x9a1c9b={}){const _0x2fe51e=a93_0x13b275;TestMetadata[_0x2fe51e(0x98)](_0x9a1c9b);}}module[a93_0x13b275(0xa6)]=BrowserStackSdk;
1
+ const a93_0x125a3e=a93_0x4ca4;(function(_0x523dd7,_0x370a47){const _0x4aa587=a93_0x4ca4,_0x2919c2=_0x523dd7();while(!![]){try{const _0x2d8ef4=parseInt(_0x4aa587(0x161))/0x1*(parseInt(_0x4aa587(0x159))/0x2)+-parseInt(_0x4aa587(0x172))/0x3*(parseInt(_0x4aa587(0x15a))/0x4)+parseInt(_0x4aa587(0x14a))/0x5*(parseInt(_0x4aa587(0x168))/0x6)+-parseInt(_0x4aa587(0x171))/0x7*(parseInt(_0x4aa587(0x15f))/0x8)+-parseInt(_0x4aa587(0x170))/0x9*(parseInt(_0x4aa587(0x14e))/0xa)+parseInt(_0x4aa587(0x156))/0xb+parseInt(_0x4aa587(0x15b))/0xc*(parseInt(_0x4aa587(0x162))/0xd);if(_0x2d8ef4===_0x370a47)break;else _0x2919c2['push'](_0x2919c2['shift']());}catch(_0x2d2ebc){_0x2919c2['push'](_0x2919c2['shift']());}}}(a93_0x30ab,0xea377));function a93_0x4ca4(_0x255850,_0x536666){const _0x30ab63=a93_0x30ab();return a93_0x4ca4=function(_0x4ca475,_0x998bef){_0x4ca475=_0x4ca475-0x14a;let _0x393d61=_0x30ab63[_0x4ca475];return _0x393d61;},a93_0x4ca4(_0x255850,_0x536666);}function a93_0x30ab(){const _0x54ef23=['browserVersion','platformVersion','exports','__platformCaps','LDTkb','platform_version','2842002twQlZw','1428EjkNeP','1479810SkZcXG','5AdFggY','platformName','device','PDwEg','20YPzVaJ','browser_version','set','JqVLm','bTOEk','uGjYd','TMatl','vSUwG','2431319JZoBPG','platform','./helpers/metadata','74YxIOhS','12rMAkmE','2595540xXWCTr','PuMGV','YtHgX','DKaCK','37616WzWjpp','getCurrentPlatform','12685nRQGtD','130BySWtD','browserName','kWFDH','OAJnK','lAUww','browser','7059606jWcOcz','setTestMetadata'];a93_0x30ab=function(){return _0x54ef23;};return a93_0x30ab();}const TestMetadata=require(a93_0x125a3e(0x158));class BrowserStackSdk{static[a93_0x125a3e(0x160)](){const _0x46137a=a93_0x125a3e,_0x3d97d0={};_0x3d97d0['LDTkb']='os_version',_0x3d97d0[_0x46137a(0x15e)]='osVersion',_0x3d97d0['lAUww']=_0x46137a(0x167),_0x3d97d0[_0x46137a(0x15c)]=_0x46137a(0x163),_0x3d97d0[_0x46137a(0x15d)]=_0x46137a(0x14f),_0x3d97d0[_0x46137a(0x153)]=_0x46137a(0x16a),_0x3d97d0['OAJnK']=_0x46137a(0x14c),_0x3d97d0[_0x46137a(0x164)]='deviceName',_0x3d97d0[_0x46137a(0x151)]=_0x46137a(0x157),_0x3d97d0['bTOEk']=_0x46137a(0x14b),_0x3d97d0[_0x46137a(0x154)]=_0x46137a(0x16f),_0x3d97d0['PDwEg']=_0x46137a(0x16b),_0x3d97d0[_0x46137a(0x155)]='customVariables';const _0x1bab20=_0x3d97d0,_0x2769e9={};if(global[_0x46137a(0x16d)]){const _0x2efa89=global[_0x46137a(0x16d)],_0x375dcc=_0x2efa89[_0x1bab20[_0x46137a(0x16e)]]||_0x2efa89[_0x1bab20[_0x46137a(0x15e)]],_0x26ee68=_0x2efa89[_0x1bab20[_0x46137a(0x166)]]||_0x2efa89[_0x1bab20['PuMGV']],_0xb5a1d8=_0x2efa89[_0x1bab20[_0x46137a(0x15d)]]||_0x2efa89[_0x1bab20[_0x46137a(0x153)]],_0x2cc010=_0x2efa89[_0x1bab20[_0x46137a(0x165)]]||_0x2efa89[_0x1bab20[_0x46137a(0x164)]],_0xfa18cd=_0x2efa89[_0x1bab20[_0x46137a(0x151)]]||_0x2efa89[_0x1bab20[_0x46137a(0x152)]],_0x3e964c=_0x2efa89[_0x1bab20[_0x46137a(0x154)]]||_0x2efa89[_0x1bab20[_0x46137a(0x14d)]];_0x2efa89['os']&&(_0x2769e9['os']=_0x2efa89['os']),_0x375dcc&&(_0x2769e9[_0x1bab20[_0x46137a(0x15e)]]=_0x375dcc),_0x26ee68&&(_0x2769e9[_0x1bab20[_0x46137a(0x15c)]]=_0x26ee68),_0xb5a1d8&&(_0x2769e9[_0x1bab20[_0x46137a(0x153)]]=_0xb5a1d8),_0x2cc010&&(_0x2769e9[_0x1bab20[_0x46137a(0x164)]]=_0x2cc010),_0xfa18cd&&(_0x2769e9[_0x1bab20['bTOEk']]=_0xfa18cd),_0x3e964c&&(_0x2769e9[_0x1bab20[_0x46137a(0x14d)]]=_0x3e964c),_0x2efa89[_0x1bab20['vSUwG']]&&(_0x2769e9[_0x1bab20['vSUwG']]=_0x2efa89[_0x1bab20[_0x46137a(0x155)]]);}return _0x2769e9;}static[a93_0x125a3e(0x169)](_0x411e74={}){const _0x57a9a0=a93_0x125a3e;TestMetadata[_0x57a9a0(0x150)](_0x411e74);}}module[a93_0x125a3e(0x16c)]=BrowserStackSdk;