browserstack-node-sdk 1.49.4 → 1.49.5

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 +1 -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_0x36fa(){const _0x4b970b=['error','POST','base64','TestHubModule','getProcessId','../../../helpers/classLogger.js','154744OxtbDQ','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','getContext','../../../helpers/test-observability/constants.js','../grpcClient.js','../state/automationFrameworkState.js','getInstance','testUuid','../../../helpers/helper.js','isLTSSession','values','KEY_TEST_FRAMEWORK_NAME','version','getThreadId','../TestInfo.js','../state/hookState.js','sendTestFrameworkEvent','createTestFrameworkEventPayload','split','getRef','Error\x20in\x20sendTestFrameworkEvent:\x20',',\x20test_identifier:\x20','stringify','testFrameworkState','22BlcdZl','testFrameworkEvent','SNcGy','getLTSSessionId','TEST','bqwjH','vCXxx','KEY_PLATFORM_INDEX','../cliUtils.js','20940Xeezwa','onPageCreate','getId','getTestFramework','frameworkVersion','testSessionEvent','../framework/testFramework.js','1855pNlmjf','DTBtw','testInfo','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','szVHA','testhubConfig','JuQbB','KEY_TEST_DEFERRED','vTJDd','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','instance','127304rFinOm','toString','zQiwm','name','2645665brxpIs','util','format','gHTan','hookState','BROWSERSTACK_TESTHUB_JWT','5945990MpoQlU','from','./baseModule','18IOpibz','getTestIdentifierFromTestInfo','JEST','getState','bind','debug','KEY_CAPABILITIES','../state/testFrameworkState.js','CUCUMBER','WYeuq','forEach','env','MODULE_NAME','14030124kNXbtk','onAllTestEvents','ENV_VAR','../framework/automationFramework.js','KEY_TEST_FRAMEWORK_VERSION','matchHookRegex','retry','registerObserver','getBuildHashedId','getTestUUID','./playwrightDriverModule.js','4OlNUHl','./loadTestModule.js','316799jVmNdt','testFrameworkData','603wXaMIe','logger','jestUtils','onPageCreate\x20CBTSession\x20payload:\x20','exports'];a85_0x36fa=function(){return _0x4b970b;};return a85_0x36fa();}const a85_0x2fa4d5=a85_0x328f;(function(_0x4308f0,_0x29a218){const _0x56aecf=a85_0x328f,_0x39790f=_0x4308f0();while(!![]){try{const _0x13f2c5=-parseInt(_0x56aecf(0xdf))/0x1+-parseInt(_0x56aecf(0x11f))/0x2*(-parseInt(_0x56aecf(0x12c))/0x3)+parseInt(_0x56aecf(0xdd))/0x4*(parseInt(_0x56aecf(0x123))/0x5)+parseInt(_0x56aecf(0x10d))/0x6*(-parseInt(_0x56aecf(0x114))/0x7)+parseInt(_0x56aecf(0xec))/0x8*(-parseInt(_0x56aecf(0xe1))/0x9)+parseInt(_0x56aecf(0x129))/0xa*(parseInt(_0x56aecf(0x104))/0xb)+parseInt(_0x56aecf(0x139))/0xc;if(_0x13f2c5===_0x29a218)break;else _0x39790f['push'](_0x39790f['shift']());}catch(_0x5df39b){_0x39790f['push'](_0x39790f['shift']());}}}(a85_0x36fa,0xb2a8e));function a85_0x328f(_0x392a46,_0x3d4d41){const _0x36fa61=a85_0x36fa();return a85_0x328f=function(_0x328f53,_0x358c57){_0x328f53=_0x328f53-0xd5;let _0x478285=_0x36fa61[_0x328f53];return _0x478285;},a85_0x328f(_0x392a46,_0x3d4d41);}const util=require(a85_0x2fa4d5(0x124)),BaseModule=require(a85_0x2fa4d5(0x12b)),{createClassLogger}=require(a85_0x2fa4d5(0xeb)),AutomationFramework=require(a85_0x2fa4d5(0xd5)),AutomationFrameworkState=require(a85_0x2fa4d5(0xf1)),HookState=require(a85_0x2fa4d5(0xfb)),TestFramework=require(a85_0x2fa4d5(0x113)),TestFrameworkState=require(a85_0x2fa4d5(0x133)),PlaywrightDriverModule=require(a85_0x2fa4d5(0xdc)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x2fa4d5(0xf0)),CLIUtils=require(a85_0x2fa4d5(0x10c)),TestInfo=require(a85_0x2fa4d5(0xfa)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a85_0x2fa4d5(0xef)),helper=require(a85_0x2fa4d5(0xf4)),LoadTestModule=require(a85_0x2fa4d5(0xde)),JestUtils=require('../utils/jest-utils.js'),BrowserstackCLI=require('../browserstackCLI.js'),{getPlaywrightProvider}=require('../../../helpers/helper.js');class TestHubModule extends BaseModule{[a85_0x2fa4d5(0xe2)]=createClassLogger('TestHubModule');constructor(_0x4a370b,_0xeccbf9=null){const _0x200794=a85_0x2fa4d5,_0x50a3bb={};_0x50a3bb[_0x200794(0x115)]='0|6|5|2|3|4|1|8|7',_0x50a3bb[_0x200794(0x121)]='TestHubModule';const _0x37e518=_0x50a3bb,_0x251e53=_0x37e518['DTBtw'][_0x200794(0xfe)]('|');let _0x1c77ff=0x0;while(!![]){switch(_0x251e53[_0x1c77ff++]){case'0':super(_0xeccbf9);continue;case'1':process[_0x200794(0x137)][testHubConstants[_0x200794(0x13b)][_0x200794(0x128)]]=this[_0x200794(0x119)]['getJwt']();continue;case'2':this[_0x200794(0xe3)]=new JestUtils();continue;case'3':AutomationFramework[_0x200794(0xd9)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x200794(0x10e)][_0x200794(0x130)](this));continue;case'4':Object[_0x200794(0xf6)](TestFrameworkState)[_0x200794(0x136)](_0x1e4194=>{const _0x3ac6b=_0x200794;Object[_0x3ac6b(0xf6)](HookState)['forEach'](_0x46abdf=>{const _0x46bdc8=_0x3ac6b;TestFramework[_0x46bdc8(0xd9)](_0x1e4194,_0x46abdf,this[_0x46bdc8(0x13a)]['bind'](this));});});continue;case'5':this[_0x200794(0x119)]=_0x4a370b;continue;case'6':this['name']=_0x37e518[_0x200794(0x121)];continue;case'7':BrowserstackCLI['O11yHashedID']=this[_0x200794(0x119)][_0x200794(0xda)]();continue;case'8':process[_0x200794(0x137)][testHubConstants[_0x200794(0x13b)]['BROWSERSTACK_TESTHUB_UUID']]=this[_0x200794(0x119)][_0x200794(0xda)]();continue;}break;}}['getModuleName'](){const _0x1255d4=a85_0x2fa4d5;return TestHubModule[_0x1255d4(0x138)];}[a85_0x2fa4d5(0x13a)](_0x4ecfff){const _0x42cffd=a85_0x2fa4d5,_0x130129={};_0x130129['JuQbB']=function(_0x2aec25,_0x1ba7e7){return _0x2aec25===_0x1ba7e7;};const _0x8d16de=_0x130129,_0xaf40eb=_0x4ecfff[_0x42cffd(0x11e)],_0x4fb541=_0xaf40eb['getCurrentTestState']();(_0x8d16de[_0x42cffd(0x11a)](_0x4fb541,TestFrameworkState[_0x42cffd(0x108)])||CLIUtils[_0x42cffd(0xd7)](_0x4fb541[_0x42cffd(0x120)]()[_0x42cffd(0xfe)]('.')[0x1]))&&this[_0x42cffd(0xfc)](_0x4ecfff);}async[a85_0x2fa4d5(0xfc)](_0x5e47c9){const _0x3fb679=a85_0x2fa4d5,_0x428cc2={};_0x428cc2[_0x3fb679(0x126)]=function(_0x5ec27f,_0x1a85f1){return _0x5ec27f===_0x1a85f1;},_0x428cc2[_0x3fb679(0x118)]='sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event';const _0x22028a=_0x428cc2;try{const _0x5c0a14=BrowserstackCLI['getInstance']()[_0x3fb679(0x110)]()[_0x3fb679(0xfd)](_0x5e47c9);if(!_0x5c0a14||_0x22028a[_0x3fb679(0x126)](Object['keys'](_0x5c0a14)['length'],0x0)){this[_0x3fb679(0xe2)][_0x3fb679(0x131)](_0x22028a[_0x3fb679(0x118)]);return;}const _0x459fd3=await GrpcClient[_0x3fb679(0xf2)]()[_0x3fb679(0x105)](_0x5c0a14);this[_0x3fb679(0xe2)]['debug'](_0x3fb679(0x11d)+_0x5c0a14[_0x3fb679(0x103)]+'\x20hookState:\x20'+_0x5c0a14[_0x3fb679(0x127)]);}catch(_0xd46b70){this[_0x3fb679(0xe2)][_0x3fb679(0xe6)](_0x3fb679(0x100)+util[_0x3fb679(0x125)](_0xd46b70));}}async[a85_0x2fa4d5(0x10e)](_0x546d93){const _0x327fc9=a85_0x2fa4d5,_0x19e9a6={'SNcGy':function(_0x5bee83,_0x5cf2ce){return _0x5bee83===_0x5cf2ce;},'vTJDd':'onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','vCXxx':function(_0x4619e1,_0x1b2f5d){return _0x4619e1===_0x1b2f5d;},'gZVUR':function(_0x5b66db,_0x4c8c78){return _0x5b66db(_0x4c8c78);},'WYeuq':_0x327fc9(0xe8),'bqwjH':function(_0x2cc749,_0x347f38){return _0x2cc749===_0x347f38;}};try{if(_0x546d93['page']){const _0x5d5731=this['getTestId'](_0x546d93);this[_0x327fc9(0xe2)][_0x327fc9(0x131)](_0x327fc9(0x117)+_0x5d5731);if(this['testFrameworkData']&&_0x19e9a6['SNcGy'](this['testFrameworkData'][_0x327fc9(0x122)],FRAMEWORKS[_0x327fc9(0x12e)])&&!_0x546d93['testInfo']){this[_0x327fc9(0xe2)][_0x327fc9(0x131)](_0x19e9a6[_0x327fc9(0x11c)]);return;}let _0x1c175b,_0x98e366;if(this[_0x327fc9(0xe0)]&&_0x19e9a6[_0x327fc9(0x10a)](this['testFrameworkData'][_0x327fc9(0x122)],FRAMEWORKS[_0x327fc9(0x134)]))_0x1c175b=_0x5d5731,_0x98e366=TestInfo[_0x327fc9(0xdb)](_0x1c175b);else this[_0x327fc9(0xe0)]&&_0x19e9a6[_0x327fc9(0x106)](this[_0x327fc9(0xe0)][_0x327fc9(0x122)],FRAMEWORKS[_0x327fc9(0x12e)])?(_0x1c175b=this[_0x327fc9(0xe3)]['recreateIdentifierFromTestInfo'](_0x546d93[_0x327fc9(0x116)]),this[_0x327fc9(0xe2)][_0x327fc9(0x131)]('onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x1c175b)):(_0x1c175b=TestInfo[_0x327fc9(0x12d)](_0x546d93[_0x327fc9(0x116)],_0x546d93['testInfo'][_0x327fc9(0xd8)]),_0x98e366=TestInfo[_0x327fc9(0xdb)](_0x1c175b));const _0x4b4205=TestInfo['getTestDetails'](_0x1c175b),_0x107870=_0x546d93[_0x327fc9(0x11e)],_0x1f5902=AutomationFramework[_0x327fc9(0x12f)](_0x107870,PlaywrightDriverModule[_0x327fc9(0x10b)]),_0x48ae94=_0x4b4205?.[TestFrameworkConstants[_0x327fc9(0xf7)]]||this['testFrameworkData']&&this[_0x327fc9(0xe0)][_0x327fc9(0x122)],_0x41d5d3=_0x4b4205?.[TestFrameworkConstants[_0x327fc9(0xd6)]]||this['testFrameworkData']&&this[_0x327fc9(0xe0)][_0x327fc9(0xf8)],_0x257484=TestFrameworkState[_0x327fc9(0x108)][_0x327fc9(0x120)]()['split']('.')[0x1],_0x35142f=HookState[_0x327fc9(0xe7)][_0x327fc9(0x120)]()[_0x327fc9(0xfe)]('.')[0x1],_0x21a9a7=_0x107870[_0x327fc9(0xee)](),_0x1b45c4=AutomationFramework[_0x327fc9(0x12f)](_0x107870,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x44ca5f={'provider':_0x19e9a6['gZVUR'](getPlaywrightProvider,_0x1b45c4),'frameworkName':_0x107870['frameworkName'],'frameworkVersion':_0x107870[_0x327fc9(0x111)],'frameworkSessionId':LoadTestModule[_0x327fc9(0xf5)]()?LoadTestModule[_0x327fc9(0x107)]():AutomationFramework['getState'](_0x107870,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x107870[_0x327fc9(0xff)](),'hubUrl':_0x1b45c4};let _0x1cd8b2=AutomationFramework[_0x327fc9(0x12f)](_0x107870,PlaywrightDriverModule[_0x327fc9(0x132)],{});_0x1cd8b2=Buffer[_0x327fc9(0x12a)](JSON[_0x327fc9(0x102)](_0x1cd8b2))[_0x327fc9(0x120)](_0x19e9a6[_0x327fc9(0x135)]);const _0x46298f={'hash':_0x21a9a7[_0x327fc9(0x10f)](),'threadId':_0x21a9a7[_0x327fc9(0xf9)]()['toString'](),'processId':_0x21a9a7[_0x327fc9(0xea)]()[_0x327fc9(0x120)]()},_0x225392={};_0x225392['test_identifier']=_0x1c175b;const _0x447445={};_0x447445[_0x327fc9(0xf3)]=_0x98e366;const _0x324d8f={'platformIndex':_0x1f5902,'testFrameworkName':_0x48ae94,'testFrameworkVersion':_0x41d5d3,'testFrameworkState':_0x257484,'testHookState':_0x35142f,...this[_0x327fc9(0xe0)]&&_0x19e9a6[_0x327fc9(0x109)](this['testFrameworkData'][_0x327fc9(0x122)],FRAMEWORKS['JEST'])?_0x225392:_0x447445,'automationSession':_0x44ca5f,'capabilities':_0x1cd8b2,'executionContext':_0x46298f};this['logger'][_0x327fc9(0x131)](_0x327fc9(0xe4)+util[_0x327fc9(0x125)](_0x324d8f));const _0x28ec9d=await GrpcClient[_0x327fc9(0xf2)]()[_0x327fc9(0x112)](_0x324d8f);this[_0x327fc9(0xe2)]['debug'](_0x327fc9(0xed)+_0x5d5731+(this[_0x327fc9(0xe0)]&&_0x19e9a6['vCXxx'](this[_0x327fc9(0xe0)]['name'],FRAMEWORKS[_0x327fc9(0x12e)])?_0x327fc9(0x101)+_0x1c175b:''));}}catch(_0x3c2e78){this[_0x327fc9(0xe2)][_0x327fc9(0xe6)]('Error\x20in\x20sending\x20CBTSession:\x20'+util[_0x327fc9(0x125)](_0x3c2e78));}}}TestHubModule['MODULE_NAME']=a85_0x2fa4d5(0xe9),TestHubModule[a85_0x2fa4d5(0x11b)]='test_deferred',module[a85_0x2fa4d5(0xe5)]=TestHubModule;
1
+ const a85_0xc696ba=a85_0x4684;(function(_0xae814d,_0x75f35c){const _0x101346=a85_0x4684,_0x409651=_0xae814d();while(!![]){try{const _0x182eac=parseInt(_0x101346(0x87))/0x1*(-parseInt(_0x101346(0x8b))/0x2)+parseInt(_0x101346(0x94))/0x3+-parseInt(_0x101346(0x81))/0x4+parseInt(_0x101346(0xe8))/0x5+-parseInt(_0x101346(0xc2))/0x6*(parseInt(_0x101346(0x8f))/0x7)+-parseInt(_0x101346(0x96))/0x8*(parseInt(_0x101346(0xad))/0x9)+parseInt(_0x101346(0xb2))/0xa;if(_0x182eac===_0x75f35c)break;else _0x409651['push'](_0x409651['shift']());}catch(_0x6c3ab7){_0x409651['push'](_0x409651['shift']());}}}(a85_0x2d38,0x64a44));function a85_0x4684(_0x57f2ce,_0x39e4e6){const _0x2d3848=a85_0x2d38();return a85_0x4684=function(_0x468432,_0x50b7cb){_0x468432=_0x468432-0x81;let _0x1d560c=_0x2d3848[_0x468432];return _0x1d560c;},a85_0x4684(_0x57f2ce,_0x39e4e6);}const util=require(a85_0xc696ba(0x9a)),BaseModule=require('./baseModule'),{createClassLogger}=require(a85_0xc696ba(0xbd)),AutomationFramework=require(a85_0xc696ba(0xde)),AutomationFrameworkState=require(a85_0xc696ba(0x9d)),HookState=require(a85_0xc696ba(0xbf)),TestFramework=require(a85_0xc696ba(0xb0)),TestFrameworkState=require('../state/testFrameworkState.js'),PlaywrightDriverModule=require(a85_0xc696ba(0xc1)),TestFrameworkConstants=require(a85_0xc696ba(0x92)),GrpcClient=require(a85_0xc696ba(0xb4)),CLIUtils=require(a85_0xc696ba(0xa2)),TestInfo=require('../TestInfo.js'),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a85_0xc696ba(0x9e)),helper=require(a85_0xc696ba(0xda)),LoadTestModule=require(a85_0xc696ba(0xe6)),JestUtils=require(a85_0xc696ba(0xd2)),BrowserstackCLI=require(a85_0xc696ba(0x95)),{getPlaywrightProvider}=require(a85_0xc696ba(0xda));function a85_0x2d38(){const _0x4ca457=['KEY_SESSION_ID','testFrameworkEvent','Error\x20in\x20sending\x20CBTSession:\x20','BROWSERSTACK_TESTHUB_UUID','isLTSSession','../utils/jest-utils.js','testFrameworkData','KKovT','testFrameworkState','retry','ENV_VAR','hookState','mUfbm','../../../helpers/helper.js','getState','CREATE','jestUtils','../framework/automationFramework.js','getContext','POST','recreateIdentifierFromTestInfo','from','getJwt','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','piIwy','./loadTestModule.js','test_identifier','2043045ALMyCd','getTestFramework','testInfo','getTestDetails','4|5|8|6|7|2|1|0|3','getInstance','2809724ARUJmx','frameworkName','stringify','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','LgqwQ','JEST','1VnXInY','format','getBuildHashedId','test_deferred','531964UGqEQp','getThreadId','instance','sendTestFrameworkEvent','936257rsXSFO','registerObserver','eHOrD','../framework/constants/testFrameworkConstants.js','values','2302683YFDgrs','../browserstackCLI.js','5048IgmaaB','UcgDO','zvjlI','split','util','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','vGzbb','../state/automationFrameworkState.js','../../../helpers/test-observability/constants.js','getTestUUID','env','onPageCreate','../cliUtils.js','page','testUuid','getLTSSessionId','\x20hookState:\x20','MODULE_NAME','getTestId','testSessionEvent','keys','name','bind','6147wVhZzE','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','frameworkVersion','../framework/testFramework.js','testhubConfig','9029460qDbHCQ','getRef','../grpcClient.js','KEY_HUB_URL','TestHubModule','toString','getModuleName','Error\x20in\x20sendTestFrameworkEvent:\x20','KEY_CAPABILITIES','getTestIdentifierFromTestInfo','logger','../../../helpers/classLogger.js','O11yHashedID','../state/hookState.js','length','./playwrightDriverModule.js','12dEySfI','TEST','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','getCurrentTestState','wmOFQ','createTestFrameworkEventPayload','forEach','onPageCreate\x20CBTSession\x20payload:\x20','debug','KEY_TEST_FRAMEWORK_NAME','GClZP'];a85_0x2d38=function(){return _0x4ca457;};return a85_0x2d38();}class TestHubModule extends BaseModule{[a85_0xc696ba(0xbc)]=createClassLogger(a85_0xc696ba(0xb6));constructor(_0x1198e1,_0x5af0d9=null){const _0x29c486=a85_0xc696ba,_0x8d331f={};_0x8d331f[_0x29c486(0x98)]=_0x29c486(0xec),_0x8d331f[_0x29c486(0xd4)]=_0x29c486(0xb6);const _0x1037ef=_0x8d331f,_0x437370=_0x1037ef[_0x29c486(0x98)][_0x29c486(0x99)]('|');let _0x459a9f=0x0;while(!![]){switch(_0x437370[_0x459a9f++]){case'0':process[_0x29c486(0xa0)][testHubConstants[_0x29c486(0xd7)][_0x29c486(0xd0)]]=this[_0x29c486(0xb1)][_0x29c486(0x89)]();continue;case'1':process[_0x29c486(0xa0)][testHubConstants[_0x29c486(0xd7)]['BROWSERSTACK_TESTHUB_JWT']]=this['testhubConfig'][_0x29c486(0xe3)]();continue;case'2':Object[_0x29c486(0x93)](TestFrameworkState)[_0x29c486(0xc8)](_0xf926b5=>{const _0x81936f=_0x29c486;Object[_0x81936f(0x93)](HookState)[_0x81936f(0xc8)](_0x3ca00c=>{const _0x4e61dc=_0x81936f;TestFramework[_0x4e61dc(0x90)](_0xf926b5,_0x3ca00c,this['onAllTestEvents'][_0x4e61dc(0xac)](this));});});continue;case'3':BrowserstackCLI[_0x29c486(0xbe)]=this[_0x29c486(0xb1)][_0x29c486(0x89)]();continue;case'4':super(_0x5af0d9);continue;case'5':this[_0x29c486(0xab)]=_0x1037ef[_0x29c486(0xd4)];continue;case'6':this['jestUtils']=new JestUtils();continue;case'7':AutomationFramework[_0x29c486(0x90)](AutomationFrameworkState[_0x29c486(0xdc)],HookState['POST'],this[_0x29c486(0xa1)][_0x29c486(0xac)](this));continue;case'8':this[_0x29c486(0xb1)]=_0x1198e1;continue;}break;}}[a85_0xc696ba(0xb8)](){const _0x44137d=a85_0xc696ba;return TestHubModule[_0x44137d(0xa7)];}['onAllTestEvents'](_0x53dafd){const _0x29c404=a85_0xc696ba,_0x3d72f9={};_0x3d72f9[_0x29c404(0xd9)]=function(_0x29f583,_0x34958c){return _0x29f583===_0x34958c;};const _0x2e1db2=_0x3d72f9,_0xb0e6c=_0x53dafd[_0x29c404(0x8d)],_0x16262e=_0xb0e6c[_0x29c404(0xc5)]();(_0x2e1db2[_0x29c404(0xd9)](_0x16262e,TestFrameworkState[_0x29c404(0xc3)])||CLIUtils['matchHookRegex'](_0x16262e[_0x29c404(0xb7)]()[_0x29c404(0x99)]('.')[0x1]))&&this[_0x29c404(0x8e)](_0x53dafd);}async[a85_0xc696ba(0x8e)](_0x4b2c0d){const _0x421c2a=a85_0xc696ba,_0x217357={};_0x217357['vGzbb']=function(_0x27bde6,_0x28d33d){return _0x27bde6===_0x28d33d;},_0x217357[_0x421c2a(0x91)]=_0x421c2a(0xae);const _0x39f8cf=_0x217357;try{const _0x2c3ea8=BrowserstackCLI[_0x421c2a(0xed)]()[_0x421c2a(0xe9)]()[_0x421c2a(0xc7)](_0x4b2c0d);if(!_0x2c3ea8||_0x39f8cf[_0x421c2a(0x9c)](Object[_0x421c2a(0xaa)](_0x2c3ea8)[_0x421c2a(0xc0)],0x0)){this[_0x421c2a(0xbc)]['debug'](_0x39f8cf['eHOrD']);return;}const _0x44dcf7=await GrpcClient[_0x421c2a(0xed)]()[_0x421c2a(0xce)](_0x2c3ea8);this[_0x421c2a(0xbc)][_0x421c2a(0xca)](_0x421c2a(0xc4)+_0x2c3ea8[_0x421c2a(0xd5)]+_0x421c2a(0xa6)+_0x2c3ea8[_0x421c2a(0xd8)]);}catch(_0x5625c2){this['logger']['error'](_0x421c2a(0xb9)+util[_0x421c2a(0x88)](_0x5625c2));}}async[a85_0xc696ba(0xa1)](_0x5e9a0a){const _0x528854=a85_0xc696ba,_0x656e76={'UcgDO':function(_0x5a1475,_0x29c361){return _0x5a1475===_0x29c361;},'GClZP':_0x528854(0xe4),'wmOFQ':function(_0x2aa45c,_0x19be07){return _0x2aa45c===_0x19be07;},'LgqwQ':function(_0xe966aa,_0x58540e){return _0xe966aa(_0x58540e);},'ymyIn':'base64','piIwy':function(_0x600580,_0xc6653c){return _0x600580===_0xc6653c;}};try{if(_0x5e9a0a[_0x528854(0xa3)]){const _0x5bbdb9=this[_0x528854(0xa8)](_0x5e9a0a);this['logger'][_0x528854(0xca)]('onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20'+_0x5bbdb9);if(this[_0x528854(0xd3)]&&_0x656e76[_0x528854(0x97)](this[_0x528854(0xd3)]['name'],FRAMEWORKS[_0x528854(0x86)])&&!_0x5e9a0a['testInfo']){this['logger']['debug'](_0x656e76[_0x528854(0xcc)]);return;}let _0x7867f6,_0x579b3d;if(this[_0x528854(0xd3)]&&_0x656e76[_0x528854(0x97)](this[_0x528854(0xd3)][_0x528854(0xab)],FRAMEWORKS['CUCUMBER']))_0x7867f6=_0x5bbdb9,_0x579b3d=TestInfo[_0x528854(0x9f)](_0x7867f6);else this[_0x528854(0xd3)]&&_0x656e76[_0x528854(0xc6)](this[_0x528854(0xd3)]['name'],FRAMEWORKS['JEST'])?(_0x7867f6=this[_0x528854(0xdd)][_0x528854(0xe1)](_0x5e9a0a[_0x528854(0xea)]),this[_0x528854(0xbc)]['debug'](_0x528854(0x9b)+_0x7867f6)):(_0x7867f6=TestInfo[_0x528854(0xbb)](_0x5e9a0a[_0x528854(0xea)],_0x5e9a0a['testInfo'][_0x528854(0xd6)]),_0x579b3d=TestInfo[_0x528854(0x9f)](_0x7867f6));const _0x21feba=TestInfo[_0x528854(0xeb)](_0x7867f6),_0x47284b=_0x5e9a0a[_0x528854(0x8d)],_0x1c4c5c=AutomationFramework[_0x528854(0xdb)](_0x47284b,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x51b026=_0x21feba?.[TestFrameworkConstants[_0x528854(0xcb)]]||this[_0x528854(0xd3)]&&this['testFrameworkData'][_0x528854(0xab)],_0x10f01c=_0x21feba?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x528854(0xd3)]&&this[_0x528854(0xd3)]['version'],_0x1b1219=TestFrameworkState[_0x528854(0xc3)]['toString']()[_0x528854(0x99)]('.')[0x1],_0x70dfeb=HookState[_0x528854(0xe0)][_0x528854(0xb7)]()[_0x528854(0x99)]('.')[0x1],_0x50e005=_0x47284b[_0x528854(0xdf)](),_0x1c4759=AutomationFramework['getState'](_0x47284b,PlaywrightDriverModule[_0x528854(0xb5)],''),_0x6b80a5={'provider':_0x656e76[_0x528854(0x85)](getPlaywrightProvider,_0x1c4759),'frameworkName':_0x47284b[_0x528854(0x82)],'frameworkVersion':_0x47284b[_0x528854(0xaf)],'frameworkSessionId':LoadTestModule[_0x528854(0xd1)]()?LoadTestModule[_0x528854(0xa5)]():AutomationFramework['getState'](_0x47284b,PlaywrightDriverModule[_0x528854(0xcd)],''),'ref':_0x47284b[_0x528854(0xb3)](),'hubUrl':_0x1c4759};let _0x55c335=AutomationFramework['getState'](_0x47284b,PlaywrightDriverModule[_0x528854(0xba)],{});_0x55c335=Buffer[_0x528854(0xe2)](JSON[_0x528854(0x83)](_0x55c335))[_0x528854(0xb7)](_0x656e76['ymyIn']);const _0x4d5928={'hash':_0x50e005['getId'](),'threadId':_0x50e005[_0x528854(0x8c)]()[_0x528854(0xb7)](),'processId':_0x50e005['getProcessId']()[_0x528854(0xb7)]()},_0x4aefa5={};_0x4aefa5[_0x528854(0xe7)]=_0x7867f6;const _0x10f331={};_0x10f331[_0x528854(0xa4)]=_0x579b3d;const _0x6094a0={'platformIndex':_0x1c4c5c,'testFrameworkName':_0x51b026,'testFrameworkVersion':_0x10f01c,'testFrameworkState':_0x1b1219,'testHookState':_0x70dfeb,...this['testFrameworkData']&&_0x656e76[_0x528854(0xe5)](this[_0x528854(0xd3)][_0x528854(0xab)],FRAMEWORKS['JEST'])?_0x4aefa5:_0x10f331,'automationSession':_0x6b80a5,'capabilities':_0x55c335,'executionContext':_0x4d5928};this[_0x528854(0xbc)][_0x528854(0xca)](_0x528854(0xc9)+util[_0x528854(0x88)](_0x6094a0));const _0x2b5b90=await GrpcClient[_0x528854(0xed)]()[_0x528854(0xa9)](_0x6094a0);this[_0x528854(0xbc)][_0x528854(0xca)](_0x528854(0x84)+_0x5bbdb9+(this[_0x528854(0xd3)]&&_0x656e76[_0x528854(0x97)](this[_0x528854(0xd3)][_0x528854(0xab)],FRAMEWORKS[_0x528854(0x86)])?',\x20test_identifier:\x20'+_0x7867f6:''));}}catch(_0x5b64a4){this[_0x528854(0xbc)]['error'](_0x528854(0xcf)+util[_0x528854(0x88)](_0x5b64a4));}}}TestHubModule['MODULE_NAME']='TestHubModule',TestHubModule['KEY_TEST_DEFERRED']=a85_0xc696ba(0x8a),module['exports']=TestHubModule;
@@ -1 +1 @@
1
- const a86_0x21b688=a86_0x2b4c;(function(_0x11107c,_0x124b97){const _0x4fad3e=a86_0x2b4c,_0x25cf45=_0x11107c();while(!![]){try{const _0x94e68b=parseInt(_0x4fad3e(0x132))/0x1*(parseInt(_0x4fad3e(0x129))/0x2)+parseInt(_0x4fad3e(0x12b))/0x3+-parseInt(_0x4fad3e(0x135))/0x4*(parseInt(_0x4fad3e(0x133))/0x5)+-parseInt(_0x4fad3e(0x11d))/0x6*(-parseInt(_0x4fad3e(0x137))/0x7)+-parseInt(_0x4fad3e(0x131))/0x8*(-parseInt(_0x4fad3e(0x124))/0x9)+parseInt(_0x4fad3e(0x125))/0xa*(-parseInt(_0x4fad3e(0x12e))/0xb)+parseInt(_0x4fad3e(0x123))/0xc;if(_0x94e68b===_0x124b97)break;else _0x25cf45['push'](_0x25cf45['shift']());}catch(_0x5ad0f4){_0x25cf45['push'](_0x25cf45['shift']());}}}(a86_0x1aac,0xbed95));const {PLAYWRIGHT}=require(a86_0x21b688(0x136)),a86_0x168f09={};a86_0x168f09[a86_0x21b688(0x11f)]=0x0,a86_0x168f09[a86_0x21b688(0x12a)]=function(){const _0x534bdf=a86_0x21b688,_0x731e7d={};_0x731e7d[_0x534bdf(0x12d)]='AutomationFrameworkState.NONE';const _0x517cf5=_0x731e7d;return _0x517cf5[_0x534bdf(0x12d)];};const a86_0xe84ae4={};function a86_0x2b4c(_0x3892db,_0x76baca){const _0x1aacde=a86_0x1aac();return a86_0x2b4c=function(_0x2b4c9c,_0x211fc7){_0x2b4c9c=_0x2b4c9c-0x11d;let _0x5c50e4=_0x1aacde[_0x2b4c9c];return _0x5c50e4;},a86_0x2b4c(_0x3892db,_0x76baca);}a86_0xe84ae4[a86_0x21b688(0x11f)]=0x1,a86_0xe84ae4[a86_0x21b688(0x12a)]=function(){const _0x37f099=a86_0x21b688,_0x4b1dd4={};_0x4b1dd4[_0x37f099(0x127)]=_0x37f099(0x126);const _0x1f2c63=_0x4b1dd4;return _0x1f2c63[_0x37f099(0x127)];};const a86_0x4ec32b={};a86_0x4ec32b[a86_0x21b688(0x11f)]=0x2,a86_0x4ec32b[a86_0x21b688(0x12a)]=function(){const _0x2a3b50=a86_0x21b688,_0x1951a1={};_0x1951a1[_0x2a3b50(0x120)]=_0x2a3b50(0x128);const _0x387b07=_0x1951a1;return _0x387b07[_0x2a3b50(0x120)];};const a86_0x179194={};function a86_0x1aac(){const _0x39e278=['AutomationFrameworkState.EXECUTE','value','pGZYe','AutomationFrameworkState.QUIT','AutomationFrameworkState.IDLE','10801884wBDwPU','244350WRhAvk','3778090zUbvbC','AutomationFrameworkState.CREATE','NwvxI','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','1660954QwmZkI','toString','1650375tWFFCY','UrxvM','FkRYo','44NLMJrL','values','freeze','40BUGvdc','1lLBKxV','20eqKJtJ','VRSfW','1321916alqxmm','../../utils/constants','1677704VKZYGL','find','SmxnH','30zsAXDH'];a86_0x1aac=function(){return _0x39e278;};return a86_0x1aac();}a86_0x179194[a86_0x21b688(0x11f)]=0x3,a86_0x179194[a86_0x21b688(0x12a)]=function(){const _0x1bdc3d=a86_0x21b688,_0xc133ae={};_0xc133ae[_0x1bdc3d(0x134)]=_0x1bdc3d(0x11e);const _0xc95c77=_0xc133ae;return _0xc95c77[_0x1bdc3d(0x134)];};const a86_0x31d6c6={};a86_0x31d6c6[a86_0x21b688(0x11f)]=0x4,a86_0x31d6c6['toString']=function(){const _0x2a7d5d=a86_0x21b688,_0x3bf772={};_0x3bf772[_0x2a7d5d(0x12c)]=_0x2a7d5d(0x122);const _0x2fd5c4=_0x3bf772;return _0x2fd5c4['UrxvM'];};const a86_0xfe271f={};a86_0xfe271f[a86_0x21b688(0x11f)]=0x5,a86_0xfe271f[a86_0x21b688(0x12a)]=function(){const _0x491b18=a86_0x21b688,_0x46f5dd={};_0x46f5dd['SmxnH']=_0x491b18(0x121);const _0x5902d9=_0x46f5dd;return _0x5902d9[_0x491b18(0x139)];};const AutomationFrameworkState=Object[a86_0x21b688(0x130)]({'NONE':a86_0x168f09,'CREATE':a86_0xe84ae4,'PLAYWRIGHT_DISPATCH':a86_0x4ec32b,'EXECUTE':a86_0x179194,'IDLE':a86_0x31d6c6,'QUIT':a86_0xfe271f,'fromValue'(_0x14aec8){const _0x387c4c=a86_0x21b688;return Object[_0x387c4c(0x12f)](AutomationFrameworkState)[_0x387c4c(0x138)](_0x28e7a2=>_0x28e7a2[_0x387c4c(0x11f)]===_0x14aec8);}});module['exports']=AutomationFrameworkState;
1
+ const a86_0x42357f=a86_0x575a;function a86_0x575a(_0x2b2e0f,_0xc17436){const _0x12eddf=a86_0x12ed();return a86_0x575a=function(_0x575a24,_0xdde524){_0x575a24=_0x575a24-0x7d;let _0x2df605=_0x12eddf[_0x575a24];return _0x2df605;},a86_0x575a(_0x2b2e0f,_0xc17436);}(function(_0x3332b2,_0x1a3311){const _0x893bc7=a86_0x575a,_0xde303=_0x3332b2();while(!![]){try{const _0x483fc7=parseInt(_0x893bc7(0x96))/0x1*(-parseInt(_0x893bc7(0x95))/0x2)+parseInt(_0x893bc7(0x82))/0x3*(parseInt(_0x893bc7(0x94))/0x4)+parseInt(_0x893bc7(0x8e))/0x5+-parseInt(_0x893bc7(0x91))/0x6*(-parseInt(_0x893bc7(0x7f))/0x7)+-parseInt(_0x893bc7(0x8f))/0x8*(-parseInt(_0x893bc7(0x93))/0x9)+parseInt(_0x893bc7(0x7d))/0xa+-parseInt(_0x893bc7(0x86))/0xb*(parseInt(_0x893bc7(0x98))/0xc);if(_0x483fc7===_0x1a3311)break;else _0xde303['push'](_0xde303['shift']());}catch(_0x2476e6){_0xde303['push'](_0xde303['shift']());}}}(a86_0x12ed,0x4e08e));const {PLAYWRIGHT}=require(a86_0x42357f(0x7e)),a86_0x95536e={};a86_0x95536e[a86_0x42357f(0x99)]=0x0,a86_0x95536e[a86_0x42357f(0x97)]=function(){const _0xdbcd1e=a86_0x42357f,_0x39a9fd={};_0x39a9fd['SwxPn']=_0xdbcd1e(0x87);const _0x1d622a=_0x39a9fd;return _0x1d622a[_0xdbcd1e(0x8a)];};const a86_0x491e9b={};a86_0x491e9b[a86_0x42357f(0x99)]=0x1,a86_0x491e9b[a86_0x42357f(0x97)]=function(){const _0x499ad8=a86_0x42357f,_0x5c053e={};_0x5c053e[_0x499ad8(0x89)]=_0x499ad8(0x81);const _0x393285=_0x5c053e;return _0x393285['LwGbF'];};const a86_0x49ad02={};function a86_0x12ed(){const _0x1e2b37=['31571jTpMGz','toString','4241112aHBXUN','value','oadDU','5167890vhRSnS','../../utils/constants','301rpOLPv','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','AutomationFrameworkState.CREATE','30JklNsq','freeze','AutomationFrameworkState.EXECUTE','values','33Vssdth','AutomationFrameworkState.NONE','exports','LwGbF','SwxPn','FPPfM','AutomationFrameworkState.QUIT','pXSNA','861440AAUgmK','8fLkXCj','AutomationFrameworkState.IDLE','5622lAMXbL','TdbiJ','3589497nSOqhW','138568TvugqE','6LuXpLa'];a86_0x12ed=function(){return _0x1e2b37;};return a86_0x12ed();}a86_0x49ad02[a86_0x42357f(0x99)]=0x2,a86_0x49ad02[a86_0x42357f(0x97)]=function(){const _0x2c700b=a86_0x42357f,_0x3ab6a3={};_0x3ab6a3[_0x2c700b(0x92)]=_0x2c700b(0x80);const _0xdf5dc0=_0x3ab6a3;return _0xdf5dc0[_0x2c700b(0x92)];};const a86_0x38e68a={};a86_0x38e68a['value']=0x3,a86_0x38e68a[a86_0x42357f(0x97)]=function(){const _0x13e155=a86_0x42357f,_0x1e7765={};_0x1e7765[_0x13e155(0x8b)]=_0x13e155(0x84);const _0x24868d=_0x1e7765;return _0x24868d['FPPfM'];};const a86_0x4beb53={};a86_0x4beb53['value']=0x4,a86_0x4beb53[a86_0x42357f(0x97)]=function(){const _0x1b9009=a86_0x42357f,_0x35f70f={};_0x35f70f[_0x1b9009(0x8d)]=_0x1b9009(0x90);const _0x4799bf=_0x35f70f;return _0x4799bf['pXSNA'];};const a86_0x35968c={};a86_0x35968c[a86_0x42357f(0x99)]=0x5,a86_0x35968c[a86_0x42357f(0x97)]=function(){const _0x424371=a86_0x42357f,_0x2b6892={};_0x2b6892['oadDU']=_0x424371(0x8c);const _0x5ca26b=_0x2b6892;return _0x5ca26b[_0x424371(0x9a)];};const AutomationFrameworkState=Object[a86_0x42357f(0x83)]({'NONE':a86_0x95536e,'CREATE':a86_0x491e9b,'PLAYWRIGHT_DISPATCH':a86_0x49ad02,'EXECUTE':a86_0x38e68a,'IDLE':a86_0x4beb53,'QUIT':a86_0x35968c,'fromValue'(_0x7782eb){const _0x249118=a86_0x42357f;return Object[_0x249118(0x85)](AutomationFrameworkState)['find'](_0x5829a2=>_0x5829a2[_0x249118(0x99)]===_0x7782eb);}});module[a86_0x42357f(0x88)]=AutomationFrameworkState;
@@ -1 +1 @@
1
- function a87_0x4712(_0x22c13f,_0x75266){const _0x57296a=a87_0x5729();return a87_0x4712=function(_0x4712ce,_0x5785cd){_0x4712ce=_0x4712ce-0x177;let _0x51c416=_0x57296a[_0x4712ce];return _0x51c416;},a87_0x4712(_0x22c13f,_0x75266);}const a87_0x57a6f8=a87_0x4712;(function(_0x4d7d7b,_0x5db63c){const _0x10886c=a87_0x4712,_0x2beebb=_0x4d7d7b();while(!![]){try{const _0x5ad3bb=parseInt(_0x10886c(0x185))/0x1*(-parseInt(_0x10886c(0x178))/0x2)+parseInt(_0x10886c(0x17f))/0x3+-parseInt(_0x10886c(0x187))/0x4*(parseInt(_0x10886c(0x17a))/0x5)+parseInt(_0x10886c(0x180))/0x6+parseInt(_0x10886c(0x184))/0x7*(-parseInt(_0x10886c(0x177))/0x8)+-parseInt(_0x10886c(0x17c))/0x9*(parseInt(_0x10886c(0x181))/0xa)+parseInt(_0x10886c(0x188))/0xb;if(_0x5ad3bb===_0x5db63c)break;else _0x2beebb['push'](_0x2beebb['shift']());}catch(_0xa6e7dc){_0x2beebb['push'](_0x2beebb['shift']());}}}(a87_0x5729,0x50d27));const a87_0x5d67fd={};a87_0x5d67fd[a87_0x57a6f8(0x189)]=0x0,a87_0x5d67fd[a87_0x57a6f8(0x182)]=function(){const _0x553496=a87_0x57a6f8,_0xa7639a={};_0xa7639a[_0x553496(0x179)]='HookState.NONE';const _0x48e03d=_0xa7639a;return _0x48e03d[_0x553496(0x179)];};const a87_0x203d2a={};a87_0x203d2a[a87_0x57a6f8(0x189)]=0x1,a87_0x203d2a['toString']=function(){const _0x32dfc9=a87_0x57a6f8,_0x2218bc={};_0x2218bc[_0x32dfc9(0x17e)]=_0x32dfc9(0x183);const _0x1cd9d1=_0x2218bc;return _0x1cd9d1['sXJMr'];};const a87_0x304d50={};function a87_0x5729(){const _0x423aa0=['21bTXGIO','54297GviuPe','ZRJhQ','147372GomxDt','9592154lrTJav','value','1678720Irbhzc','12HpIfCa','zIUXm','15UMsUWN','HookState.POST','9BtYvDy','freeze','sXJMr','242478ZrBZIr','3067728cOxZZx','672500mshqLb','toString','HookState.PRE'];a87_0x5729=function(){return _0x423aa0;};return a87_0x5729();}a87_0x304d50['value']=0x2,a87_0x304d50[a87_0x57a6f8(0x182)]=function(){const _0x4b1d6e=a87_0x57a6f8,_0x5c9340={};_0x5c9340['ZRJhQ']=_0x4b1d6e(0x17b);const _0x567ead=_0x5c9340;return _0x567ead[_0x4b1d6e(0x186)];};const HookState=Object[a87_0x57a6f8(0x17d)]({'NONE':a87_0x5d67fd,'PRE':a87_0x203d2a,'POST':a87_0x304d50,'fromValue'(_0x1d1c9d){return Object['values'](HookState)['find'](_0x468395=>_0x468395['value']===_0x1d1c9d);}});module['exports']=HookState;
1
+ const a87_0x26951e=a87_0x7369;function a87_0x4864(){const _0x560b9b=['35196DyGhog','29940CHyLob','freeze','1580410nMlsta','1060488yzWEIk','2907256ETlZoP','525932NJVsmW','value','24ySjMCA','483930pIsHRi','1FfDKNy','HookState.NONE','exports','5LpinPa','values','find','mjaZB','cHSTi','WPVgu','9cJDKcd','toString'];a87_0x4864=function(){return _0x560b9b;};return a87_0x4864();}(function(_0xaf9528,_0x3aa4ad){const _0x2a2773=a87_0x7369,_0x225956=_0xaf9528();while(!![]){try{const _0x50fc96=parseInt(_0x2a2773(0x17c))/0x1*(parseInt(_0x2a2773(0x188))/0x2)+parseInt(_0x2a2773(0x17b))/0x3+parseInt(_0x2a2773(0x18d))/0x4*(-parseInt(_0x2a2773(0x17f))/0x5)+parseInt(_0x2a2773(0x18b))/0x6+parseInt(_0x2a2773(0x187))/0x7*(parseInt(_0x2a2773(0x17a))/0x8)+parseInt(_0x2a2773(0x185))/0x9*(parseInt(_0x2a2773(0x18a))/0xa)+-parseInt(_0x2a2773(0x18c))/0xb;if(_0x50fc96===_0x3aa4ad)break;else _0x225956['push'](_0x225956['shift']());}catch(_0x9238a7){_0x225956['push'](_0x225956['shift']());}}}(a87_0x4864,0x1fd46));const a87_0x35d1b8={};a87_0x35d1b8[a87_0x26951e(0x179)]=0x0,a87_0x35d1b8[a87_0x26951e(0x186)]=function(){const _0x54bae5=a87_0x26951e,_0x6bfeec={};_0x6bfeec[_0x54bae5(0x184)]=_0x54bae5(0x17d);const _0x2859f5=_0x6bfeec;return _0x2859f5[_0x54bae5(0x184)];};const a87_0x13a3b3={};a87_0x13a3b3[a87_0x26951e(0x179)]=0x1,a87_0x13a3b3[a87_0x26951e(0x186)]=function(){const _0x2fbf60=a87_0x26951e,_0x29a9a8={};_0x29a9a8[_0x2fbf60(0x182)]='HookState.PRE';const _0x3000e3=_0x29a9a8;return _0x3000e3[_0x2fbf60(0x182)];};const a87_0x515d30={};function a87_0x7369(_0x29df01,_0x2ed952){const _0x486442=a87_0x4864();return a87_0x7369=function(_0x736918,_0x5efae5){_0x736918=_0x736918-0x179;let _0x5aeffa=_0x486442[_0x736918];return _0x5aeffa;},a87_0x7369(_0x29df01,_0x2ed952);}a87_0x515d30[a87_0x26951e(0x179)]=0x2,a87_0x515d30['toString']=function(){const _0x563ddb=a87_0x26951e,_0x33732f={};_0x33732f[_0x563ddb(0x183)]='HookState.POST';const _0x2f9f91=_0x33732f;return _0x2f9f91[_0x563ddb(0x183)];};const HookState=Object[a87_0x26951e(0x189)]({'NONE':a87_0x35d1b8,'PRE':a87_0x13a3b3,'POST':a87_0x515d30,'fromValue'(_0x298ccc){const _0x3c5bed=a87_0x26951e;return Object[_0x3c5bed(0x180)](HookState)[_0x3c5bed(0x181)](_0x5318ef=>_0x5318ef[_0x3c5bed(0x179)]===_0x298ccc);}});module[a87_0x26951e(0x17e)]=HookState;
@@ -1 +1 @@
1
- const a88_0x4ee3d8=a88_0x2a61;(function(_0x54a60b,_0x4b1229){const _0x2cf235=a88_0x2a61,_0x4074f0=_0x54a60b();while(!![]){try{const _0x5925b0=-parseInt(_0x2cf235(0x146))/0x1*(parseInt(_0x2cf235(0x127))/0x2)+-parseInt(_0x2cf235(0x125))/0x3+-parseInt(_0x2cf235(0x12e))/0x4+-parseInt(_0x2cf235(0x13f))/0x5+parseInt(_0x2cf235(0x134))/0x6*(-parseInt(_0x2cf235(0x140))/0x7)+parseInt(_0x2cf235(0x136))/0x8*(-parseInt(_0x2cf235(0x12f))/0x9)+parseInt(_0x2cf235(0x13c))/0xa*(parseInt(_0x2cf235(0x128))/0xb);if(_0x5925b0===_0x4b1229)break;else _0x4074f0['push'](_0x4074f0['shift']());}catch(_0x50b290){_0x4074f0['push'](_0x4074f0['shift']());}}}(a88_0x4f55,0xd4a99));const a88_0x7dea95={};a88_0x7dea95[a88_0x4ee3d8(0x13b)]=0x0,a88_0x7dea95[a88_0x4ee3d8(0x132)]=function(){const _0x5c8113=a88_0x4ee3d8,_0x2082cf={};_0x2082cf[_0x5c8113(0x149)]=_0x5c8113(0x13e);const _0xfd31f7=_0x2082cf;return _0xfd31f7['UaCWu'];};const a88_0x33021e={};a88_0x33021e[a88_0x4ee3d8(0x13b)]=0x1,a88_0x33021e[a88_0x4ee3d8(0x132)]=function(){const _0x26081d=a88_0x4ee3d8,_0xe0853a={};_0xe0853a['mfYSh']=_0x26081d(0x138);const _0x570078=_0xe0853a;return _0x570078[_0x26081d(0x145)];};const a88_0x476485={};a88_0x476485[a88_0x4ee3d8(0x13b)]=0x2,a88_0x476485['toString']=function(){const _0x3c170e=a88_0x4ee3d8,_0x33ddb0={};_0x33ddb0[_0x3c170e(0x13a)]=_0x3c170e(0x124);const _0x1fceab=_0x33ddb0;return _0x1fceab['vxrAn'];};const a88_0x2bc5d1={};a88_0x2bc5d1[a88_0x4ee3d8(0x13b)]=0x3,a88_0x2bc5d1[a88_0x4ee3d8(0x132)]=function(){const _0x4a03ed=a88_0x4ee3d8,_0x2c5e70={};_0x2c5e70[_0x4a03ed(0x137)]=_0x4a03ed(0x135);const _0x235073=_0x2c5e70;return _0x235073[_0x4a03ed(0x137)];};const a88_0x60398e={};a88_0x60398e[a88_0x4ee3d8(0x13b)]=0x4,a88_0x60398e[a88_0x4ee3d8(0x132)]=function(){const _0x364102=a88_0x4ee3d8,_0x4859d7={};_0x4859d7['GDTdl']=_0x364102(0x12b);const _0x1e0a27=_0x4859d7;return _0x1e0a27[_0x364102(0x13d)];};const a88_0x21a438={};a88_0x21a438[a88_0x4ee3d8(0x13b)]=0x5,a88_0x21a438[a88_0x4ee3d8(0x132)]=function(){const _0x3202b6=a88_0x4ee3d8,_0x397e36={};_0x397e36[_0x3202b6(0x126)]=_0x3202b6(0x144);const _0x2cedc6=_0x397e36;return _0x2cedc6[_0x3202b6(0x126)];};const a88_0x1f969f={};a88_0x1f969f[a88_0x4ee3d8(0x13b)]=0x6,a88_0x1f969f[a88_0x4ee3d8(0x132)]=function(){const _0x306ce7=a88_0x4ee3d8,_0x39f79c={};_0x39f79c[_0x306ce7(0x147)]=_0x306ce7(0x12d);const _0x4bbc40=_0x39f79c;return _0x4bbc40[_0x306ce7(0x147)];};function a88_0x2a61(_0x205d10,_0x35c54d){const _0x4f5596=a88_0x4f55();return a88_0x2a61=function(_0x2a61eb,_0x129386){_0x2a61eb=_0x2a61eb-0x123;let _0x464ee7=_0x4f5596[_0x2a61eb];return _0x464ee7;},a88_0x2a61(_0x205d10,_0x35c54d);}const a88_0x3353e0={};a88_0x3353e0['value']=0x7,a88_0x3353e0[a88_0x4ee3d8(0x132)]=function(){const _0x3cb98a=a88_0x4ee3d8,_0x380eac={};_0x380eac['RLgSB']=_0x3cb98a(0x130);const _0x175770=_0x380eac;return _0x175770[_0x3cb98a(0x123)];};const a88_0x38ff3c={};a88_0x38ff3c[a88_0x4ee3d8(0x13b)]=0x8,a88_0x38ff3c[a88_0x4ee3d8(0x132)]=function(){const _0xa9eef0=a88_0x4ee3d8,_0x464ade={};_0x464ade[_0xa9eef0(0x131)]=_0xa9eef0(0x133);const _0x29a75c=_0x464ade;return _0x29a75c[_0xa9eef0(0x131)];};function a88_0x4f55(){const _0x2dff34=['TestFrameworkState.NONE','620725GPzvSL','1022dYjFoD','TestFrameworkState.AFTER_ALL','fcyix','values','TestFrameworkState.BEFORE_EACH','mfYSh','1mcfLBc','PNmdJ','HtOwC','UaCWu','RLgSB','TestFrameworkState.LOG','2403570RjSJef','fyIep','2270740Hrngym','1595rDrSKv','ykFjt','find','TestFrameworkState.INIT_TEST','TestFrameworkState.LOG_REPORT','TestFrameworkState.AFTER_EACH','4873796oYCpmk','2124iBaHfq','TestFrameworkState.TEST','loygt','toString','TestFrameworkState.STEP','9336ypuWRf','TestFrameworkState.SETUP_FIXTURE','43520AlsxRf','uiXqd','TestFrameworkState.BEFORE_ALL','exports','vxrAn','value','390430mZmgpV','GDTdl'];a88_0x4f55=function(){return _0x2dff34;};return a88_0x4f55();}const a88_0x58ae07={};a88_0x58ae07[a88_0x4ee3d8(0x13b)]=0x9,a88_0x58ae07[a88_0x4ee3d8(0x132)]=function(){const _0x54f15a=a88_0x4ee3d8,_0x311231={};_0x311231[_0x54f15a(0x129)]=_0x54f15a(0x12c);const _0x297823=_0x311231;return _0x297823['ykFjt'];};const a88_0x108da8={};a88_0x108da8['value']=0xa,a88_0x108da8['toString']=function(){const _0x194c98=a88_0x4ee3d8,_0x5755dd={};_0x5755dd[_0x194c98(0x148)]=_0x194c98(0x141);const _0x4822b4=_0x5755dd;return _0x4822b4['HtOwC'];};const a88_0x10f9f5={};a88_0x10f9f5[a88_0x4ee3d8(0x13b)]=0xb,a88_0x10f9f5['toString']=function(){const _0x577d9d=a88_0x4ee3d8,_0x2352a8={};_0x2352a8[_0x577d9d(0x142)]='TestFrameworkState.TEST_SCREENSHOT';const _0x5ef57d=_0x2352a8;return _0x5ef57d[_0x577d9d(0x142)];};const TestFrameworkState=Object['freeze']({'NONE':a88_0x7dea95,'BEFORE_ALL':a88_0x33021e,'LOG':a88_0x476485,'SETUP_FIXTURE':a88_0x2bc5d1,'INIT_TEST':a88_0x60398e,'BEFORE_EACH':a88_0x21a438,'AFTER_EACH':a88_0x1f969f,'TEST':a88_0x3353e0,'STEP':a88_0x38ff3c,'LOG_REPORT':a88_0x58ae07,'AFTER_ALL':a88_0x108da8,'TEST_SCREENSHOT':a88_0x10f9f5,'fromValue'(_0x508ec6){const _0x3f38d5=a88_0x4ee3d8;return Object[_0x3f38d5(0x143)](TestFrameworkState)[_0x3f38d5(0x12a)](_0x5c9203=>_0x5c9203[_0x3f38d5(0x13b)]===_0x508ec6);}});module[a88_0x4ee3d8(0x139)]=TestFrameworkState;
1
+ const a88_0x232bcd=a88_0xd28d;(function(_0x400292,_0x4e2fcd){const _0x3fca3b=a88_0xd28d,_0x136fce=_0x400292();while(!![]){try{const _0x1b6108=parseInt(_0x3fca3b(0x8d))/0x1+-parseInt(_0x3fca3b(0x91))/0x2+parseInt(_0x3fca3b(0x78))/0x3+parseInt(_0x3fca3b(0x7a))/0x4+-parseInt(_0x3fca3b(0x7f))/0x5*(-parseInt(_0x3fca3b(0x96))/0x6)+-parseInt(_0x3fca3b(0x95))/0x7+-parseInt(_0x3fca3b(0x7e))/0x8*(-parseInt(_0x3fca3b(0x85))/0x9);if(_0x1b6108===_0x4e2fcd)break;else _0x136fce['push'](_0x136fce['shift']());}catch(_0x3959d4){_0x136fce['push'](_0x136fce['shift']());}}}(a88_0x2954,0xcf4c7));const a88_0x47654d={};a88_0x47654d[a88_0x232bcd(0x8b)]=0x0,a88_0x47654d['toString']=function(){const _0x1a6aa1=a88_0x232bcd,_0x461927={};_0x461927['aDPUt']=_0x1a6aa1(0x81);const _0x37a5eb=_0x461927;return _0x37a5eb[_0x1a6aa1(0x87)];};const a88_0x911e10={};a88_0x911e10[a88_0x232bcd(0x8b)]=0x1,a88_0x911e10[a88_0x232bcd(0x94)]=function(){const _0xa180a1=a88_0x232bcd,_0x495ebe={};_0x495ebe[_0xa180a1(0x89)]=_0xa180a1(0x86);const _0x127149=_0x495ebe;return _0x127149['ikGZE'];};const a88_0x5ca784={};a88_0x5ca784[a88_0x232bcd(0x8b)]=0x2,a88_0x5ca784[a88_0x232bcd(0x94)]=function(){const _0x574f7b=a88_0x232bcd,_0x228891={};_0x228891['WqnWr']=_0x574f7b(0x84);const _0xcd88b3=_0x228891;return _0xcd88b3[_0x574f7b(0x98)];};function a88_0xd28d(_0x1f9f8a,_0x9a04cd){const _0x295444=a88_0x2954();return a88_0xd28d=function(_0xd28d0b,_0x201889){_0xd28d0b=_0xd28d0b-0x76;let _0x25614f=_0x295444[_0xd28d0b];return _0x25614f;},a88_0xd28d(_0x1f9f8a,_0x9a04cd);}const a88_0x2079b0={};a88_0x2079b0[a88_0x232bcd(0x8b)]=0x3,a88_0x2079b0[a88_0x232bcd(0x94)]=function(){const _0x4fdf56=a88_0x232bcd,_0x3f0b13={};_0x3f0b13[_0x4fdf56(0x7b)]=_0x4fdf56(0x90);const _0x4d844e=_0x3f0b13;return _0x4d844e[_0x4fdf56(0x7b)];};function a88_0x2954(){const _0x2fbb5c=['GVbGD','1816MqhbxG','612325FFRYzd','mqHdw','TestFrameworkState.NONE','exports','JAFIE','TestFrameworkState.LOG','6147WPvFUT','TestFrameworkState.BEFORE_ALL','aDPUt','TestFrameworkState.LOG_REPORT','ikGZE','TestFrameworkState.TEST','value','zonbl','525819VPZcif','cMqyr','TestFrameworkState.AFTER_ALL','TestFrameworkState.SETUP_FIXTURE','1971322wHcmgy','zrDCI','TestFrameworkState.BEFORE_EACH','toString','7228074QreinK','30nTYjUf','find','WqnWr','TestFrameworkState.INIT_TEST','TestFrameworkState.AFTER_EACH','2067213ijndqk','tLipK','3540328BllGOS','juRyy','QNJrw'];a88_0x2954=function(){return _0x2fbb5c;};return a88_0x2954();}const a88_0x217d4c={};a88_0x217d4c[a88_0x232bcd(0x8b)]=0x4,a88_0x217d4c[a88_0x232bcd(0x94)]=function(){const _0x266c04=a88_0x232bcd,_0xafe00e={};_0xafe00e[_0x266c04(0x8c)]=_0x266c04(0x76);const _0x189ca7=_0xafe00e;return _0x189ca7[_0x266c04(0x8c)];};const a88_0x371320={};a88_0x371320[a88_0x232bcd(0x8b)]=0x5,a88_0x371320[a88_0x232bcd(0x94)]=function(){const _0x34082a=a88_0x232bcd,_0x4f5ee0={};_0x4f5ee0[_0x34082a(0x79)]=_0x34082a(0x93);const _0x38e020=_0x4f5ee0;return _0x38e020[_0x34082a(0x79)];};const a88_0x26c52b={};a88_0x26c52b['value']=0x6,a88_0x26c52b[a88_0x232bcd(0x94)]=function(){const _0x5ef14c=a88_0x232bcd,_0x123366={};_0x123366[_0x5ef14c(0x83)]=_0x5ef14c(0x77);const _0x43333f=_0x123366;return _0x43333f['JAFIE'];};const a88_0x2e66b4={};a88_0x2e66b4['value']=0x7,a88_0x2e66b4[a88_0x232bcd(0x94)]=function(){const _0x529551=a88_0x232bcd,_0x283f7c={};_0x283f7c[_0x529551(0x8e)]=_0x529551(0x8a);const _0x19c4c8=_0x283f7c;return _0x19c4c8[_0x529551(0x8e)];};const a88_0x239910={};a88_0x239910[a88_0x232bcd(0x8b)]=0x8,a88_0x239910['toString']=function(){const _0x13d226=a88_0x232bcd,_0x3fedce={};_0x3fedce[_0x13d226(0x92)]='TestFrameworkState.STEP';const _0xdd6985=_0x3fedce;return _0xdd6985[_0x13d226(0x92)];};const a88_0x3a7c7d={};a88_0x3a7c7d['value']=0x9,a88_0x3a7c7d['toString']=function(){const _0x425d36=a88_0x232bcd,_0x67c6ea={};_0x67c6ea['GVbGD']=_0x425d36(0x88);const _0x3a0783=_0x67c6ea;return _0x3a0783[_0x425d36(0x7d)];};const a88_0x45c421={};a88_0x45c421[a88_0x232bcd(0x8b)]=0xa,a88_0x45c421[a88_0x232bcd(0x94)]=function(){const _0x45b8a1=a88_0x232bcd,_0x2bf654={};_0x2bf654[_0x45b8a1(0x80)]=_0x45b8a1(0x8f);const _0x2f6f58=_0x2bf654;return _0x2f6f58[_0x45b8a1(0x80)];};const a88_0x262f77={};a88_0x262f77[a88_0x232bcd(0x8b)]=0xb,a88_0x262f77[a88_0x232bcd(0x94)]=function(){const _0x3d742d=a88_0x232bcd,_0x2e4443={};_0x2e4443[_0x3d742d(0x7c)]='TestFrameworkState.TEST_SCREENSHOT';const _0x5054bb=_0x2e4443;return _0x5054bb[_0x3d742d(0x7c)];};const TestFrameworkState=Object['freeze']({'NONE':a88_0x47654d,'BEFORE_ALL':a88_0x911e10,'LOG':a88_0x5ca784,'SETUP_FIXTURE':a88_0x2079b0,'INIT_TEST':a88_0x217d4c,'BEFORE_EACH':a88_0x371320,'AFTER_EACH':a88_0x26c52b,'TEST':a88_0x2e66b4,'STEP':a88_0x239910,'LOG_REPORT':a88_0x3a7c7d,'AFTER_ALL':a88_0x45c421,'TEST_SCREENSHOT':a88_0x262f77,'fromValue'(_0x2016b7){const _0x3b61ab=a88_0x232bcd;return Object['values'](TestFrameworkState)[_0x3b61ab(0x97)](_0x19258d=>_0x19258d['value']===_0x2016b7);}});module[a88_0x232bcd(0x82)]=TestFrameworkState;
@@ -1 +1 @@
1
- function a89_0x182d(){const _0x19b9ed=['util','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','statSync',',\x20filepath:\x20','CWfKg','resolveInstance','logger','toObject','format','TEST','recursive','get','tAuTM','close','Created\x20folder:\x20%s','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','basename','emnBM','TestHubModule','getTestDetails','modules','addMultipleEntries','./state/hookState','toLowerCase','gNlZn','../../helpers/classLogger.js','./framework/automationFramework','AviLM','15572061OSsilt','TyvKE','getInstance','getTrackedInstance','copyFileSync','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','http://','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','HyZZx','OQWLo','getTestIdentifierFromTestInfo','HzAdD','message','getTestFramework','__workerDetails','http','VwjLh','toFixed','.browserstack','finish','./browserstackCLI','trim','8xWTECc','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','Created\x20.browserstack\x20folder\x20at:\x20%s','DLutB','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','wiQuX','20035IEBlbQ','Attachment\x20recevied\x20for\x20path:\x20%s','BuildLevel','__jestCurrentTestIdentifier','gblmR','File\x20downloaded\x20to:\x20%s','khYyT','shrTe','getAllData','uploadAttachments','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','Cleared\x20attachment\x20folder','6439748nJLrYz','dOWeg','KEY_TEST_ID','size','arMQO','CYIHy','694745ATUPYh','920416dapEPh','YBGKC','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','getTestFrameworkDetail','KEY_TEST_ATTACHMENTS','statusCode','KEY_FILE_PATH','existsSync','debug','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','getState','trackFile','retry','KEY_FILE_SIZE','unlinkSync','ojEjS','QDKGy','OulNB','caCqo','kWqyl','startsWith','./framework/constants/testFrameworkConstants','159288vsdEkn','./state/testFrameworkState','sRjOB','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','neWAF','testInfo','path','jest','join','XrTFg','VhNgQ','rmSync','JHoRC','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','testhubConfig','LWlCM','force','homedir','https','buildHashedId','3218576IYzATw','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','FKSAR','TestLevel','fQBKm','ZUNtw','KEY_FILE_NAME','1542oSJTla','zIiJm','isRunning','pipe'];a89_0x182d=function(){return _0x19b9ed;};return a89_0x182d();}function a89_0x677f(_0x1e9c01,_0x1fe561){const _0x182d35=a89_0x182d();return a89_0x677f=function(_0x677fc1,_0x52b2f7){_0x677fc1=_0x677fc1-0x7a;let _0x184282=_0x182d35[_0x677fc1];return _0x184282;},a89_0x677f(_0x1e9c01,_0x1fe561);}const a89_0x456f95=a89_0x677f;(function(_0x1a0f45,_0x27450f){const _0x1e39ff=a89_0x677f,_0x1c5bdd=_0x1a0f45();while(!![]){try{const _0x35c390=parseInt(_0x1e39ff(0x99))/0x1+parseInt(_0x1e39ff(0x9a))/0x2+-parseInt(_0x1e39ff(0xb0))/0x3+-parseInt(_0x1e39ff(0xc4))/0x4+-parseInt(_0x1e39ff(0x87))/0x5*(-parseInt(_0x1e39ff(0xcc))/0x6)+parseInt(_0x1e39ff(0x93))/0x7+-parseInt(_0x1e39ff(0x81))/0x8*(parseInt(_0x1e39ff(0xec))/0x9);if(_0x35c390===_0x27450f)break;else _0x1c5bdd['push'](_0x1c5bdd['shift']());}catch(_0xae2901){_0x1c5bdd['push'](_0x1c5bdd['shift']());}}}(a89_0x182d,0x7e28b));const os=require('os'),fs=require('fs'),path=require(a89_0x456f95(0xb6)),util=require(a89_0x456f95(0xd0)),BrowserstackCLI=require(a89_0x456f95(0x7f)),https=require(a89_0x456f95(0xc2)),http=require(a89_0x456f95(0x7a)),AutomationFramework=require(a89_0x456f95(0xea)),PlaywrightDriverModule=require('./modules/playwrightDriverModule'),TestInfo=require('./TestInfo'),TestFrameworkConstants=require(a89_0x456f95(0xaf)),{createClassLogger}=require(a89_0x456f95(0xe9));class uploadAttachmentsManager{static ['logger']=createClassLogger('uploadAttachmentsManager');static[a89_0x456f95(0x90)](_0x223225,_0x3a43ad=![]){const _0x43a9d9=a89_0x456f95,_0x90c7fc={};_0x90c7fc[_0x43a9d9(0xcd)]=function(_0x40ccb9,_0x399de6){return _0x40ccb9/_0x399de6;},_0x90c7fc[_0x43a9d9(0xf7)]=function(_0x41c53c,_0x2b30fd){return _0x41c53c*_0x2b30fd;},_0x90c7fc[_0x43a9d9(0x94)]=function(_0x23fcd1,_0x4b9afa){return _0x23fcd1>_0x4b9afa;},_0x90c7fc[_0x43a9d9(0xb4)]=_0x43a9d9(0xf3),_0x90c7fc['KUQrs']=_0x43a9d9(0x8c),_0x90c7fc['gNlZn']=function(_0x236aae,_0x44144b){return _0x236aae===_0x44144b;},_0x90c7fc['UwLkL']=_0x43a9d9(0x7e),_0x90c7fc[_0x43a9d9(0xba)]=_0x43a9d9(0x9c),_0x90c7fc[_0x43a9d9(0xb2)]=_0x43a9d9(0xa3),_0x90c7fc[_0x43a9d9(0xac)]=_0x43a9d9(0x88),_0x90c7fc['psGDD']=_0x43a9d9(0x7d),_0x90c7fc[_0x43a9d9(0xa9)]=_0x43a9d9(0xbd),_0x90c7fc[_0x43a9d9(0xd4)]=_0x43a9d9(0x83),_0x90c7fc['emnBM']=_0x43a9d9(0xde),_0x90c7fc[_0x43a9d9(0x8d)]=_0x43a9d9(0xf1),_0x90c7fc[_0x43a9d9(0xca)]='https://',_0x90c7fc[_0x43a9d9(0xc9)]=_0x43a9d9(0xf2),_0x90c7fc[_0x43a9d9(0xbf)]='error',_0x90c7fc[_0x43a9d9(0xeb)]='Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s',_0x90c7fc['tJSrE']=function(_0x4e313e,_0x273318){return _0x4e313e/_0x273318;},_0x90c7fc[_0x43a9d9(0xf5)]=function(_0x290669,_0x3864a5){return _0x290669>_0x3864a5;},_0x90c7fc[_0x43a9d9(0xad)]=_0x43a9d9(0x82);const _0x276ea7=_0x90c7fc;this[_0x43a9d9(0xd6)][_0x43a9d9(0xa2)](util[_0x43a9d9(0xd8)](_0x276ea7['caCqo'],_0x223225));const _0x36f92a=os[_0x43a9d9(0xc1)](),_0x59ac42=path[_0x43a9d9(0xb8)](_0x36f92a,_0x276ea7['psGDD']);!fs['existsSync'](_0x59ac42)&&(this['logger'][_0x43a9d9(0xa2)](util['format'](_0x276ea7[_0x43a9d9(0xa9)],_0x59ac42)),fs['mkdirSync'](_0x59ac42),this['logger'][_0x43a9d9(0xa2)](util[_0x43a9d9(0xd8)](_0x276ea7[_0x43a9d9(0xd4)],_0x59ac42)));const _0x4c2683=BrowserstackCLI[_0x43a9d9(0xee)]()[_0x43a9d9(0xe4)][_0x43a9d9(0xe2)]?.['testhubConfig']?.[_0x43a9d9(0xd7)]()?.[_0x43a9d9(0xc3)],_0x232cca=path[_0x43a9d9(0xb8)](_0x59ac42,_0x4c2683);!fs['existsSync'](_0x232cca)&&(fs['mkdirSync'](_0x232cca),this['logger']['debug'](util['format'](_0x276ea7[_0x43a9d9(0xe1)],_0x232cca)));if(_0x276ea7['gNlZn'](_0x223225[_0x43a9d9(0x80)](),'')){this['logger'][_0x43a9d9(0xa2)](util[_0x43a9d9(0xd8)](_0x276ea7['khYyT']));return;}if(_0x223225[_0x43a9d9(0xae)](_0x276ea7['ZUNtw'])||_0x223225['startsWith'](_0x276ea7[_0x43a9d9(0xc9)])){const _0x35ad7e=_0x223225['startsWith'](_0x276ea7[_0x43a9d9(0xca)])?https:http,_0x4c37a6=path[_0x43a9d9(0xe0)](_0x223225),_0x63270a=path[_0x43a9d9(0xb8)](_0x232cca,_0x4c37a6),_0x182e95=fs['createWriteStream'](_0x63270a);_0x35ad7e[_0x43a9d9(0xdb)](_0x223225,_0x4b732a=>{const _0x36b0a8=_0x43a9d9,_0xbef421={'VwjLh':function(_0xd8478c,_0x1867c7){const _0x3c02d0=a89_0x677f;return _0x276ea7[_0x3c02d0(0xcd)](_0xd8478c,_0x1867c7);},'VvGgB':function(_0xddf51d,_0x2924df){const _0x5587f4=a89_0x677f;return _0x276ea7[_0x5587f4(0xf7)](_0xddf51d,_0x2924df);},'AnDNW':function(_0x16e78d,_0x3a7441){return _0x276ea7['dOWeg'](_0x16e78d,_0x3a7441);},'XKTiR':_0x276ea7['neWAF'],'zKHKj':_0x276ea7['KUQrs']};if(_0x276ea7[_0x36b0a8(0xe8)](_0x4b732a[_0x36b0a8(0x9f)],0xc8))_0x4b732a[_0x36b0a8(0xcf)](_0x182e95),_0x182e95['on'](_0x276ea7['UwLkL'],()=>{const _0x1ee713=_0x36b0a8;_0x182e95[_0x1ee713(0xdd)]();const _0x502e9c=fs['statSync'](_0x63270a),_0x3d4d5b=_0xbef421[_0x1ee713(0x7b)](_0x502e9c[_0x1ee713(0x96)],_0xbef421['VvGgB'](0x400,0x400));if(_0xbef421['AnDNW'](_0x3d4d5b,0x64)){this['logger']['debug'](util[_0x1ee713(0xd8)](_0xbef421['XKTiR'],_0x3d4d5b[_0x1ee713(0x7c)](0x2))),fs['unlinkSync'](_0x63270a);return;}this[_0x1ee713(0xd6)]['debug'](util['format'](_0xbef421['zKHKj'],_0x63270a)),uploadAttachmentsManager[_0x1ee713(0xa5)](_0x63270a,_0x3a43ad);});else{this[_0x36b0a8(0xd6)][_0x36b0a8(0xa2)](util['format'](_0x276ea7['VhNgQ'],_0x4b732a[_0x36b0a8(0x9f)])),_0x182e95[_0x36b0a8(0xdd)](),fs[_0x36b0a8(0xa8)](_0x63270a);return;}})['on'](_0x276ea7[_0x43a9d9(0xbf)],_0x41a94a=>{const _0x45aa4d=_0x43a9d9;this[_0x45aa4d(0xd6)][_0x45aa4d(0xa2)](util[_0x45aa4d(0xd8)](_0x276ea7[_0x45aa4d(0xb2)],_0x41a94a[_0x45aa4d(0xf8)])),_0x182e95[_0x45aa4d(0xdd)](),fs['unlinkSync'](_0x63270a);return;});}else{if(!fs[_0x43a9d9(0xa1)](_0x223225)){this[_0x43a9d9(0xd6)][_0x43a9d9(0xa2)](util[_0x43a9d9(0xd8)](_0x276ea7[_0x43a9d9(0xeb)],_0x223225));return;}const _0x3583ed=fs[_0x43a9d9(0xd2)](_0x223225),_0x4ee487=_0x276ea7['tJSrE'](_0x3583ed[_0x43a9d9(0x96)],_0x276ea7['HzAdD'](0x400,0x400));if(_0x276ea7[_0x43a9d9(0xf5)](_0x4ee487,0x64)){this['logger'][_0x43a9d9(0xa2)](util[_0x43a9d9(0xd8)](_0x276ea7['kWqyl'],_0x4ee487['toFixed'](0x2)));return;}const _0x4f42d4=path[_0x43a9d9(0xe0)](_0x223225),_0x37152d=path[_0x43a9d9(0xb8)](_0x232cca,_0x4f42d4);fs[_0x43a9d9(0xf0)](_0x223225,_0x37152d),uploadAttachmentsManager['trackFile'](_0x37152d,_0x3a43ad);}}static[a89_0x456f95(0xa5)](_0x1245d3,_0xee2364){const _0x3fa560=a89_0x456f95,_0x4ce5bc={'FKSAR':function(_0x4426c6,_0x355338){return _0x4426c6(_0x355338);},'YBGKC':_0x3fa560(0x7f),'DLutB':'./cliUtils','OulNB':function(_0x45c7e6,_0x564f5c){return _0x45c7e6===_0x564f5c;},'tsGgB':_0x3fa560(0xb7),'shrTe':'trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','tgJOi':_0x3fa560(0x89),'JHoRC':_0x3fa560(0xc8),'wiQuX':_0x3fa560(0xd1),'tAuTM':_0x3fa560(0xb1),'HyZZx':function(_0x28c2a6,_0x399e0d){return _0x28c2a6(_0x399e0d);},'QDKGy':_0x3fa560(0xe6),'TyvKE':_0x3fa560(0xc5),'ewNyp':'Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','XrTFg':_0x3fa560(0xc6)};try{let _0x3e05de;const _0x3f816e=global[_0x3fa560(0xfa)]?.['currentTest']?.[_0x3fa560(0xb5)],_0x215667=_0x4ce5bc[_0x3fa560(0xc7)](require,_0x4ce5bc[_0x3fa560(0x9b)]),_0x310630=_0x4ce5bc['FKSAR'](require,_0x4ce5bc[_0x3fa560(0x84)]),_0x229f81=_0x215667['getInstance']()[_0x3fa560(0xce)]()&&_0x4ce5bc[_0x3fa560(0xab)](_0x310630[_0x3fa560(0x9d)]()?.['name']?.[_0x3fa560(0xe7)](),_0x4ce5bc['tsGgB']);if(_0x229f81){_0x3e05de=global[_0x3fa560(0x8a)];if(!_0x3e05de){const _0x409a2b=AutomationFramework[_0x3fa560(0xef)]();_0x3e05de=AutomationFramework[_0x3fa560(0xa4)](_0x409a2b,PlaywrightDriverModule[_0x3fa560(0x95)],'');}this[_0x3fa560(0xd6)][_0x3fa560(0xa2)](_0x3fa560(0x85)+_0x3e05de);}else{if(!_0x3f816e){const _0x2c2c70=AutomationFramework['getTrackedInstance']();_0x3e05de=AutomationFramework[_0x3fa560(0xa4)](_0x2c2c70,PlaywrightDriverModule[_0x3fa560(0x95)],'');}else _0x3e05de=TestInfo[_0x3fa560(0xf6)](_0x3f816e,_0x3f816e[_0x3fa560(0xa6)]);this[_0x3fa560(0xd6)][_0x3fa560(0xa2)](_0x3fa560(0x91)+_0x3e05de);}if(!_0x3e05de){this[_0x3fa560(0xd6)][_0x3fa560(0xa2)](_0x4ce5bc[_0x3fa560(0x8e)]);return;}const _0xba589e={[TestFrameworkConstants[_0x3fa560(0xa7)]]:fs[_0x3fa560(0xd2)](_0x1245d3)[_0x3fa560(0x96)],[TestFrameworkConstants[_0x3fa560(0xcb)]]:path[_0x3fa560(0xe0)](_0x1245d3),[TestFrameworkConstants[_0x3fa560(0xa0)]]:_0x1245d3,[TestFrameworkConstants['KEY_FILE_LEVEL']]:_0xee2364?_0x4ce5bc['tgJOi']:_0x4ce5bc[_0x3fa560(0xbc)]};if(_0x229f81){const _0x3cdfb5=_0x215667[_0x3fa560(0xee)]()[_0x3fa560(0xf9)]();if(!_0x3cdfb5){this[_0x3fa560(0xd6)][_0x3fa560(0xa2)](_0x4ce5bc[_0x3fa560(0x86)]);return;}const _0x484c20=_0x4ce5bc['FKSAR'](require,_0x4ce5bc[_0x3fa560(0xdc)]),_0x5af39e=_0x4ce5bc[_0x3fa560(0xf4)](require,_0x4ce5bc[_0x3fa560(0xaa)]),_0xc8588a=_0x3cdfb5[_0x3fa560(0xd5)](_0x484c20[_0x3fa560(0xd9)],_0x5af39e['POST']);if(!_0xc8588a){this[_0x3fa560(0xd6)]['debug'](_0x4ce5bc[_0x3fa560(0xed)]);return;}const _0x1c0e98=_0xc8588a[_0x3fa560(0x8f)]()['get'](_0x3e05de)||{},_0x2b5898=_0x1c0e98[TestFrameworkConstants[_0x3fa560(0x9e)]]||{},_0x58c7c4={..._0x2b5898};_0x58c7c4[_0x1245d3]=_0xba589e;const _0x5f009b=_0x58c7c4,_0x26371e={[TestFrameworkConstants[_0x3fa560(0x9e)]]:_0x5f009b},_0x10c258={};_0x10c258[_0x3e05de]=_0x26371e,_0xc8588a[_0x3fa560(0xe5)](_0x10c258),this['logger'][_0x3fa560(0xa2)](_0x3fa560(0xdf)+_0x3e05de+_0x3fa560(0xd3)+_0x1245d3);}else{const _0x3fdbc1=TestInfo[_0x3fa560(0xe3)](_0x3e05de),_0x4fe258=_0x3fdbc1[TestFrameworkConstants[_0x3fa560(0x9e)]]||{};_0x4fe258[_0x1245d3]=_0xba589e,_0x3fdbc1[TestFrameworkConstants[_0x3fa560(0x9e)]]=_0x4fe258,TestInfo['setTestDetails'](_0x3e05de,_0x3fdbc1),this[_0x3fa560(0xd6)]['debug']('trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20'+_0x3e05de+',\x20filepath:\x20'+_0x1245d3);}this['logger']['debug'](util[_0x3fa560(0xd8)](_0x4ce5bc['ewNyp'],_0x1245d3));}catch(_0x6f6888){this['logger'][_0x3fa560(0xa2)](util[_0x3fa560(0xd8)](_0x4ce5bc[_0x3fa560(0xb9)],_0x6f6888['message']));}}static['clearAttachments'](){const _0x4e8c65=a89_0x456f95,_0x88295d={};_0x88295d[_0x4e8c65(0x97)]=_0x4e8c65(0x7d),_0x88295d[_0x4e8c65(0x8b)]=_0x4e8c65(0xb3),_0x88295d[_0x4e8c65(0x98)]=_0x4e8c65(0x92);const _0x252dee=_0x88295d,_0x3a6e65=os[_0x4e8c65(0xc1)](),_0x1e55e8=path[_0x4e8c65(0xb8)](_0x3a6e65,_0x252dee[_0x4e8c65(0x97)]);if(!fs[_0x4e8c65(0xa1)](_0x1e55e8))return;const _0x10e8b2=BrowserstackCLI['getInstance']()[_0x4e8c65(0xe4)]['TestHubModule']?.[_0x4e8c65(0xbe)]?.[_0x4e8c65(0xd7)]()?.[_0x4e8c65(0xc3)],_0x230f0a=_0x10e8b2?path['join'](_0x1e55e8,_0x10e8b2):null;if(!_0x230f0a||!fs[_0x4e8c65(0xa1)](_0x230f0a)){this[_0x4e8c65(0xd6)][_0x4e8c65(0xa2)](util[_0x4e8c65(0xd8)](_0x252dee[_0x4e8c65(0x8b)],_0x10e8b2));return;}const _0x321390={};_0x321390[_0x4e8c65(0xda)]=!![],_0x321390[_0x4e8c65(0xc0)]=!![],fs[_0x4e8c65(0xbb)](_0x230f0a,_0x321390),this[_0x4e8c65(0xd6)]['debug'](util[_0x4e8c65(0xd8)](_0x252dee[_0x4e8c65(0x98)]));}}module['exports']=uploadAttachmentsManager;
1
+ function a89_0x13f3(_0x4ae80e,_0x2a82f3){const _0x4cf4a1=a89_0x4cf4();return a89_0x13f3=function(_0x13f322,_0x2b3e08){_0x13f322=_0x13f322-0xd3;let _0x380f48=_0x4cf4a1[_0x13f322];return _0x380f48;},a89_0x13f3(_0x4ae80e,_0x2a82f3);}const a89_0x1d6c15=a89_0x13f3;(function(_0x37323e,_0x298ed3){const _0x5ad12a=a89_0x13f3,_0x1be7f0=_0x37323e();while(!![]){try{const _0x436306=parseInt(_0x5ad12a(0x11c))/0x1*(-parseInt(_0x5ad12a(0x135))/0x2)+parseInt(_0x5ad12a(0x129))/0x3+-parseInt(_0x5ad12a(0x15c))/0x4+-parseInt(_0x5ad12a(0x127))/0x5+-parseInt(_0x5ad12a(0x150))/0x6*(-parseInt(_0x5ad12a(0x153))/0x7)+-parseInt(_0x5ad12a(0x102))/0x8+parseInt(_0x5ad12a(0xf2))/0x9;if(_0x436306===_0x298ed3)break;else _0x1be7f0['push'](_0x1be7f0['shift']());}catch(_0x21d650){_0x1be7f0['push'](_0x1be7f0['shift']());}}}(a89_0x4cf4,0xe5e87));const os=require('os'),fs=require('fs'),path=require('path'),util=require(a89_0x1d6c15(0x146)),BrowserstackCLI=require(a89_0x1d6c15(0x12b)),https=require(a89_0x1d6c15(0xe8)),http=require(a89_0x1d6c15(0x122)),AutomationFramework=require(a89_0x1d6c15(0x142)),PlaywrightDriverModule=require(a89_0x1d6c15(0xd4)),TestInfo=require(a89_0x1d6c15(0x106)),TestFrameworkConstants=require('./framework/constants/testFrameworkConstants'),{createClassLogger}=require(a89_0x1d6c15(0xd7));function a89_0x4cf4(){const _0x26d5bd=['ypadX','Cleared\x20attachment\x20folder','gNPlo','https://','YwZLg','unlinkSync','mwBSm','87113kRNRJZ','isRunning','join','MlwLf','debug','addMultipleEntries','http','pipe','dVbne','dsxDY','basename','2665440ibPwCP','format','1304700slUtWu','rmSync','./browserstackCLI','close','error','BuildLevel','QTSry','EJIzn','__jestCurrentTestIdentifier','CNxJP','tiYzV','getState','34sEbEkO','testhubConfig','POST','EEaJP','createWriteStream','JFlTQ','existsSync','QEpmj','./state/testFrameworkState','Created\x20folder:\x20%s','getAllData','sLfyx','uploadAttachments','./framework/automationFramework','testInfo','wvOos','KEY_TEST_ID','util','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','QiAQM','eUFIR','KEY_FILE_NAME','force','fbWux','xuUtQ','trackFile','204Jbodsd','Jijsl','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','109228rzdAth','nKOin','toObject','logger','MnBOX','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','HJDcw','uploadAttachmentsManager','get','5899448dmGNbb','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','recursive','./modules/playwrightDriverModule','getTrackedInstance',',\x20filepath:\x20','../../helpers/classLogger.js','statSync','LevrF','buildHashedId','mkdirSync','message','JDMiY','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','tzgZa','RFWTz','retry','toFixed','ofnGO','etBTw','TestLevel','size','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','https','modules','statusCode','Rzgcf','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','jest','.browserstack','Attachment\x20recevied\x20for\x20path:\x20%s','Created\x20.browserstack\x20folder\x20at:\x20%s','homedir','45628533pcOZzp','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','exports','__workerDetails','TBRnk','File\x20downloaded\x20to:\x20%s','KEY_FILE_PATH','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','name','copyFileSync','nGBxA','getTestFramework','WQewI','clearAttachments','KEY_FILE_LEVEL','startsWith','12837592qxqqON','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','currentTest','getInstance','./TestInfo','KEY_TEST_ATTACHMENTS','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','lunCA','uPLCQ','KEY_FILE_SIZE','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','TEST','wdixP','xnucj','http://','FQljR','VpiGz','TestHubModule','./cliUtils'];a89_0x4cf4=function(){return _0x26d5bd;};return a89_0x4cf4();}class uploadAttachmentsManager{static [a89_0x1d6c15(0x156)]=createClassLogger(a89_0x1d6c15(0x15a));static[a89_0x1d6c15(0x141)](_0x35a0b2,_0x5a9958=![]){const _0x5ab499=a89_0x1d6c15,_0x1a8bf7={};_0x1a8bf7[_0x5ab499(0x133)]=function(_0x5b805a,_0xb04be){return _0x5b805a/_0xb04be;},_0x1a8bf7[_0x5ab499(0x144)]=function(_0x599713,_0x1a1ae8){return _0x599713*_0x1a1ae8;},_0x1a8bf7[_0x5ab499(0x149)]=function(_0x1985f9,_0x310d63){return _0x1985f9>_0x310d63;},_0x1a8bf7[_0x5ab499(0x14e)]=_0x5ab499(0xec),_0x1a8bf7[_0x5ab499(0x10f)]=_0x5ab499(0xf7),_0x1a8bf7[_0x5ab499(0xe3)]=function(_0x3edf94,_0x321a42){return _0x3edf94===_0x321a42;},_0x1a8bf7['LevrF']='finish',_0x1a8bf7[_0x5ab499(0x124)]='Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload',_0x1a8bf7[_0x5ab499(0x157)]=_0x5ab499(0xf9),_0x1a8bf7['EEaJP']=_0x5ab499(0xef),_0x1a8bf7[_0x5ab499(0xfe)]=_0x5ab499(0xee),_0x1a8bf7[_0x5ab499(0x125)]=_0x5ab499(0x147),_0x1a8bf7[_0x5ab499(0x117)]=_0x5ab499(0xf0),_0x1a8bf7[_0x5ab499(0x111)]=_0x5ab499(0x13e),_0x1a8bf7[_0x5ab499(0xeb)]='Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.',_0x1a8bf7[_0x5ab499(0xfc)]=_0x5ab499(0x118),_0x1a8bf7[_0x5ab499(0x151)]=_0x5ab499(0x110),_0x1a8bf7['nKOin']=_0x5ab499(0x12d),_0x1a8bf7['sDCLC']=_0x5ab499(0x108),_0x1a8bf7['MlwLf']=function(_0x160989,_0x265d17){return _0x160989/_0x265d17;},_0x1a8bf7[_0x5ab499(0x115)]=function(_0x5b4aea,_0x38b9de){return _0x5b4aea>_0x38b9de;},_0x1a8bf7[_0x5ab499(0x130)]='File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.';const _0xfa03f=_0x1a8bf7;this[_0x5ab499(0x156)]['debug'](util[_0x5ab499(0x128)](_0xfa03f[_0x5ab499(0x138)],_0x35a0b2));const _0x193014=os['homedir'](),_0x10cd20=path[_0x5ab499(0x11e)](_0x193014,_0xfa03f[_0x5ab499(0xfe)]);!fs[_0x5ab499(0x13b)](_0x10cd20)&&(this[_0x5ab499(0x156)][_0x5ab499(0x120)](util[_0x5ab499(0x128)](_0xfa03f[_0x5ab499(0x125)],_0x10cd20)),fs[_0x5ab499(0xdb)](_0x10cd20),this['logger'][_0x5ab499(0x120)](util[_0x5ab499(0x128)](_0xfa03f[_0x5ab499(0x117)],_0x10cd20)));const _0x14ea0b=BrowserstackCLI[_0x5ab499(0x105)]()[_0x5ab499(0xe9)][_0x5ab499(0x113)]?.[_0x5ab499(0x136)]?.[_0x5ab499(0x155)]()?.[_0x5ab499(0xda)],_0x178263=path[_0x5ab499(0x11e)](_0x10cd20,_0x14ea0b);!fs[_0x5ab499(0x13b)](_0x178263)&&(fs['mkdirSync'](_0x178263),this['logger'][_0x5ab499(0x120)](util[_0x5ab499(0x128)](_0xfa03f[_0x5ab499(0x111)],_0x178263)));if(_0xfa03f[_0x5ab499(0xe3)](_0x35a0b2['trim'](),'')){this[_0x5ab499(0x156)][_0x5ab499(0x120)](util[_0x5ab499(0x128)](_0xfa03f[_0x5ab499(0xeb)]));return;}if(_0x35a0b2[_0x5ab499(0x101)](_0xfa03f['nGBxA'])||_0x35a0b2[_0x5ab499(0x101)](_0xfa03f[_0x5ab499(0x151)])){const _0x2d9d81=_0x35a0b2[_0x5ab499(0x101)](_0xfa03f[_0x5ab499(0xfc)])?https:http,_0x12de0f=path[_0x5ab499(0x126)](_0x35a0b2),_0x3c08d1=path[_0x5ab499(0x11e)](_0x178263,_0x12de0f),_0x8c9da6=fs[_0x5ab499(0x139)](_0x3c08d1);_0x2d9d81[_0x5ab499(0x15b)](_0x35a0b2,_0x322b31=>{const _0x54a24c=_0x5ab499,_0x3601f0={'sLfyx':function(_0x3eb07,_0xbec5ca){const _0x2dd041=a89_0x13f3;return _0xfa03f[_0x2dd041(0x133)](_0x3eb07,_0xbec5ca);},'mwBSm':function(_0x55d230,_0x52cb35){const _0xd2a815=a89_0x13f3;return _0xfa03f[_0xd2a815(0x144)](_0x55d230,_0x52cb35);},'QEpmj':function(_0x2027f9,_0x1da303){return _0xfa03f['QiAQM'](_0x2027f9,_0x1da303);},'TBRnk':_0xfa03f[_0x54a24c(0x14e)],'CNxJP':_0xfa03f['xnucj']};if(_0xfa03f[_0x54a24c(0xe3)](_0x322b31[_0x54a24c(0xea)],0xc8))_0x322b31[_0x54a24c(0x123)](_0x8c9da6),_0x8c9da6['on'](_0xfa03f[_0x54a24c(0xd9)],()=>{const _0x1b73e0=_0x54a24c;_0x8c9da6['close']();const _0x209ddc=fs[_0x1b73e0(0xd8)](_0x3c08d1),_0xaa597=_0x3601f0[_0x1b73e0(0x140)](_0x209ddc[_0x1b73e0(0xe6)],_0x3601f0[_0x1b73e0(0x11b)](0x400,0x400));if(_0x3601f0[_0x1b73e0(0x13c)](_0xaa597,0x64)){this[_0x1b73e0(0x156)][_0x1b73e0(0x120)](util['format'](_0x3601f0[_0x1b73e0(0xf6)],_0xaa597[_0x1b73e0(0xe2)](0x2))),fs[_0x1b73e0(0x11a)](_0x3c08d1);return;}this['logger'][_0x1b73e0(0x120)](util['format'](_0x3601f0[_0x1b73e0(0x132)],_0x3c08d1)),uploadAttachmentsManager[_0x1b73e0(0x14f)](_0x3c08d1,_0x5a9958);});else{this[_0x54a24c(0x156)]['debug'](util[_0x54a24c(0x128)](_0xfa03f[_0x54a24c(0x124)],_0x322b31['statusCode'])),_0x8c9da6['close'](),fs['unlinkSync'](_0x3c08d1);return;}})['on'](_0xfa03f[_0x5ab499(0x154)],_0x4a598d=>{const _0x1c12cf=_0x5ab499;this[_0x1c12cf(0x156)][_0x1c12cf(0x120)](util[_0x1c12cf(0x128)](_0xfa03f[_0x1c12cf(0x157)],_0x4a598d[_0x1c12cf(0xdc)])),_0x8c9da6[_0x1c12cf(0x12c)](),fs[_0x1c12cf(0x11a)](_0x3c08d1);return;});}else{if(!fs[_0x5ab499(0x13b)](_0x35a0b2)){this[_0x5ab499(0x156)][_0x5ab499(0x120)](util['format'](_0xfa03f['sDCLC'],_0x35a0b2));return;}const _0x1684ac=fs[_0x5ab499(0xd8)](_0x35a0b2),_0x532e2d=_0xfa03f[_0x5ab499(0x11f)](_0x1684ac[_0x5ab499(0xe6)],_0xfa03f['wvOos'](0x400,0x400));if(_0xfa03f[_0x5ab499(0x115)](_0x532e2d,0x64)){this[_0x5ab499(0x156)][_0x5ab499(0x120)](util['format'](_0xfa03f[_0x5ab499(0x130)],_0x532e2d[_0x5ab499(0xe2)](0x2)));return;}const _0x1a4d56=path[_0x5ab499(0x126)](_0x35a0b2),_0x2d0aae=path[_0x5ab499(0x11e)](_0x178263,_0x1a4d56);fs[_0x5ab499(0xfb)](_0x35a0b2,_0x2d0aae),uploadAttachmentsManager[_0x5ab499(0x14f)](_0x2d0aae,_0x5a9958);}}static[a89_0x1d6c15(0x14f)](_0x4c3e94,_0x47df03){const _0x4dc76b=a89_0x1d6c15,_0x46cf2f={'uPLCQ':function(_0x1e2d22,_0x5124b4){return _0x1e2d22(_0x5124b4);},'QTSry':'./browserstackCLI','wdixP':function(_0x56c899,_0x332bb1){return _0x56c899(_0x332bb1);},'eUFIR':_0x4dc76b(0x114),'HJDcw':function(_0x530f4c,_0xdc50fc){return _0x530f4c===_0xdc50fc;},'lunCA':_0x4dc76b(0xed),'piUum':_0x4dc76b(0xe7),'fbWux':_0x4dc76b(0x12e),'VpiGz':_0x4dc76b(0xe5),'NmnZG':'trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','JFlTQ':_0x4dc76b(0x13d),'olAEG':function(_0x3b3984,_0x48fc3e){return _0x3b3984(_0x48fc3e);},'dTuVf':'./state/hookState','RFWTz':_0x4dc76b(0x152),'YwZLg':_0x4dc76b(0x10c),'etBTw':_0x4dc76b(0x148)};try{let _0x42c202;const _0x542602=global[_0x4dc76b(0xf5)]?.[_0x4dc76b(0x104)]?.[_0x4dc76b(0x143)],_0x40e24a=_0x46cf2f[_0x4dc76b(0x10a)](require,_0x46cf2f[_0x4dc76b(0x12f)]),_0x317769=_0x46cf2f[_0x4dc76b(0x10e)](require,_0x46cf2f[_0x4dc76b(0x14a)]),_0x546a8c=_0x40e24a[_0x4dc76b(0x105)]()[_0x4dc76b(0x11d)]()&&_0x46cf2f[_0x4dc76b(0x159)](_0x317769['getTestFrameworkDetail']()?.[_0x4dc76b(0xfa)]?.['toLowerCase'](),_0x46cf2f[_0x4dc76b(0x109)]);if(_0x546a8c){_0x42c202=global[_0x4dc76b(0x131)];if(!_0x42c202){const _0x15d634=AutomationFramework[_0x4dc76b(0xd5)]();_0x42c202=AutomationFramework[_0x4dc76b(0x134)](_0x15d634,PlaywrightDriverModule[_0x4dc76b(0x145)],'');}this['logger']['debug'](_0x4dc76b(0x103)+_0x42c202);}else{if(!_0x542602){const _0x434668=AutomationFramework[_0x4dc76b(0xd5)]();_0x42c202=AutomationFramework['getState'](_0x434668,PlaywrightDriverModule[_0x4dc76b(0x145)],'');}else _0x42c202=TestInfo['getTestIdentifierFromTestInfo'](_0x542602,_0x542602[_0x4dc76b(0xe1)]);this[_0x4dc76b(0x156)]['debug'](_0x4dc76b(0x15d)+_0x42c202);}if(!_0x42c202){this[_0x4dc76b(0x156)][_0x4dc76b(0x120)](_0x46cf2f['piUum']);return;}const _0x10f1ed={[TestFrameworkConstants[_0x4dc76b(0x10b)]]:fs['statSync'](_0x4c3e94)['size'],[TestFrameworkConstants[_0x4dc76b(0x14b)]]:path[_0x4dc76b(0x126)](_0x4c3e94),[TestFrameworkConstants[_0x4dc76b(0xf8)]]:_0x4c3e94,[TestFrameworkConstants[_0x4dc76b(0x100)]]:_0x47df03?_0x46cf2f[_0x4dc76b(0x14d)]:_0x46cf2f[_0x4dc76b(0x112)]};if(_0x546a8c){const _0x23849a=_0x40e24a[_0x4dc76b(0x105)]()[_0x4dc76b(0xfd)]();if(!_0x23849a){this[_0x4dc76b(0x156)][_0x4dc76b(0x120)](_0x46cf2f['NmnZG']);return;}const _0x18a375=_0x46cf2f[_0x4dc76b(0x10e)](require,_0x46cf2f[_0x4dc76b(0x13a)]),_0x4749f4=_0x46cf2f['olAEG'](require,_0x46cf2f['dTuVf']),_0x142edf=_0x23849a['resolveInstance'](_0x18a375[_0x4dc76b(0x10d)],_0x4749f4[_0x4dc76b(0x137)]);if(!_0x142edf){this[_0x4dc76b(0x156)]['debug'](_0x46cf2f[_0x4dc76b(0xe0)]);return;}const _0x9eb994=_0x142edf[_0x4dc76b(0x13f)]()[_0x4dc76b(0x15b)](_0x42c202)||{},_0x5c81a7=_0x9eb994[TestFrameworkConstants[_0x4dc76b(0x107)]]||{},_0xeb0ec9={..._0x5c81a7};_0xeb0ec9[_0x4c3e94]=_0x10f1ed;const _0x2c46c9=_0xeb0ec9,_0x3e7c89={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:_0x2c46c9},_0x67398d={};_0x67398d[_0x42c202]=_0x3e7c89,_0x142edf[_0x4dc76b(0x121)](_0x67398d),this[_0x4dc76b(0x156)]['debug'](_0x4dc76b(0x158)+_0x42c202+_0x4dc76b(0xd6)+_0x4c3e94);}else{const _0x43fc79=TestInfo['getTestDetails'](_0x42c202),_0x5c76c4=_0x43fc79[TestFrameworkConstants[_0x4dc76b(0x107)]]||{};_0x5c76c4[_0x4c3e94]=_0x10f1ed,_0x43fc79[TestFrameworkConstants[_0x4dc76b(0x107)]]=_0x5c76c4,TestInfo['setTestDetails'](_0x42c202,_0x43fc79),this[_0x4dc76b(0x156)][_0x4dc76b(0x120)](_0x4dc76b(0xf3)+_0x42c202+_0x4dc76b(0xd6)+_0x4c3e94);}this[_0x4dc76b(0x156)][_0x4dc76b(0x120)](util[_0x4dc76b(0x128)](_0x46cf2f[_0x4dc76b(0x119)],_0x4c3e94));}catch(_0x3ec33d){this['logger'][_0x4dc76b(0x120)](util['format'](_0x46cf2f[_0x4dc76b(0xe4)],_0x3ec33d[_0x4dc76b(0xdc)]));}}static[a89_0x1d6c15(0xff)](){const _0x35adb5=a89_0x1d6c15,_0x53f812={};_0x53f812['wtPsu']=_0x35adb5(0xee),_0x53f812[_0x35adb5(0xdd)]=_0x35adb5(0xde),_0x53f812[_0x35adb5(0xdf)]=_0x35adb5(0x116);const _0x129963=_0x53f812,_0x464cd4=os[_0x35adb5(0xf1)](),_0x370ce0=path['join'](_0x464cd4,_0x129963['wtPsu']);if(!fs[_0x35adb5(0x13b)](_0x370ce0))return;const _0x258f34=BrowserstackCLI[_0x35adb5(0x105)]()[_0x35adb5(0xe9)][_0x35adb5(0x113)]?.[_0x35adb5(0x136)]?.['toObject']()?.[_0x35adb5(0xda)],_0x1e39e0=_0x258f34?path[_0x35adb5(0x11e)](_0x370ce0,_0x258f34):null;if(!_0x1e39e0||!fs[_0x35adb5(0x13b)](_0x1e39e0)){this[_0x35adb5(0x156)][_0x35adb5(0x120)](util['format'](_0x129963['JDMiY'],_0x258f34));return;}const _0x314bb4={};_0x314bb4[_0x35adb5(0xd3)]=!![],_0x314bb4[_0x35adb5(0x14c)]=!![],fs[_0x35adb5(0x12a)](_0x1e39e0,_0x314bb4),this['logger'][_0x35adb5(0x120)](util[_0x35adb5(0x128)](_0x129963[_0x35adb5(0xdf)]));}}module[a89_0x1d6c15(0xf4)]=uploadAttachmentsManager;
@@ -1 +1 @@
1
- function a90_0x55e6(_0x36d854,_0x17d387){const _0x4ceac6=a90_0x4cea();return a90_0x55e6=function(_0x55e637,_0x2f26a9){_0x55e637=_0x55e637-0x185;let _0x6099cf=_0x4ceac6[_0x55e637];return _0x6099cf;},a90_0x55e6(_0x36d854,_0x17d387);}const a90_0x32f9fa=a90_0x55e6;function a90_0x4cea(){const _0x125c89=['KHWte','AssertionError','createTestFrameworkData','hook','join','sendTestRunEventForCucumber','WTWXu','aElbQ','YCPMD','createHookData','sgIuW','tags','uuid','529921bktqFV','failure','failed','UXHiS','HNPEw','failure_reason','rZONU','gWYzg','TbIdC','uri','xLDKP','zzFLe','feature','24PuElRs','gZCSW','finishedAt','push','491904NsGkTW','getScenarioExamples','zbbOT','cells','TkOVs','194474vdHEoY','1268vmaojm','util','relative','POBky','winstonLogger','debug','PPzlu','exports','HCdhb','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','RUltl','HookRunFinished','UnhandledError','HookRunStarted','UoGmu','length','jcMSD','timestamp','nanos','getHookResult','format','testStepFinished','every','duration_in_ms','UqfwF','qnhfO','fDeRn','../../../helpers/logger.js','tagExpression','25JyOCRV','gUVYp','2796hyxZne','pending','getCucumberHookType','skipped','_gitConfigPath','children','vhJLb','330880LAlpjV','1160154gKxiNR','value','FAILED','includes','split','TjtQH','astNodeIds','root','finished_at','220ZJAMkb','../../../helpers/test-observability/error-handler.js','getHookRunEventData','exception','sourceReference','arXvN','failure_type','1443856jmJjLv','message','TZmds','match','RslNz','ebfNA','PvJXP','testCaseFinished','cucumber','hookId','xstTT','failureType','failureData','passed','eYpFZ','Exception\x20in\x20createHookData:\x20','waQdZ','find','examples','bstack','../../../helpers/helper.js','map','toISOString','configureGit','YYKOQ','vRWtr','qoBDx','rule','QnpaL','javascript','flatMap','test','toString','BuIwN','sendHook','tableBody','wnNMf','scenario','NVIUS','status','unknown','BEFORE_EACH','naglH','forEach','kMWnq','MTGLl','_gitConfigured','AFTER_EACH','name','FHcgm','result'];a90_0x4cea=function(){return _0x125c89;};return a90_0x4cea();}(function(_0x39c5d6,_0x4495ce){const _0x52ddab=a90_0x55e6,_0x4f4dff=_0x39c5d6();while(!![]){try{const _0x3d4fbb=parseInt(_0x52ddab(0x1f6))/0x1+parseInt(_0x52ddab(0x20d))/0x2*(-parseInt(_0x52ddab(0x19e))/0x3)+-parseInt(_0x52ddab(0x207))/0x4*(-parseInt(_0x52ddab(0x19c))/0x5)+-parseInt(_0x52ddab(0x203))/0x6*(-parseInt(_0x52ddab(0x20c))/0x7)+parseInt(_0x52ddab(0x1b6))/0x8+parseInt(_0x52ddab(0x1a6))/0x9+-parseInt(_0x52ddab(0x1af))/0xa*(parseInt(_0x52ddab(0x1a5))/0xb);if(_0x3d4fbb===_0x4495ce)break;else _0x4f4dff['push'](_0x4f4dff['shift']());}catch(_0x51fa51){_0x4f4dff['push'](_0x4f4dff['shift']());}}}(a90_0x4cea,0x4c55d));const path=require('path'),util=require(a90_0x32f9fa(0x20e)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a90_0x32f9fa(0x1ca)),logger=require(a90_0x32f9fa(0x19a))[a90_0x32f9fa(0x211)],{o11yClassErrorHandler}=require(a90_0x32f9fa(0x1b0)),TestInfo=require('../TestInfo.js'),hooksMap={};class CucumberUtils{constructor(){const _0x23a4bf=a90_0x32f9fa;this[_0x23a4bf(0x1e4)]=![],this['_gitConfigPath']=null;}async[a90_0x32f9fa(0x1eb)](_0x29ee48,_0x59c96f,_0x1b7d12,_0x40ecaf,_0x1d51d4,_0x5c99ca){const _0x347022=a90_0x32f9fa,_0x9d9a04={'UXHiS':function(_0x27e65a,_0x353c6f){return _0x27e65a===_0x353c6f;},'NzbkY':_0x347022(0x1a8),'HCdhb':_0x347022(0x1f8),'vRWtr':function(_0x5bf322,_0x3cb69a){return _0x5bf322===_0x3cb69a;},'TbIdC':'SKIPPED','qoBDx':_0x347022(0x1a1),'NQllE':function(_0x329c62,_0x499c94){return _0x329c62||_0x499c94;},'MTGLl':function(_0x531a60,_0x282886){return _0x531a60+_0x282886;},'YYKOQ':_0x347022(0x1d5),'gUVYp':_0x347022(0x1d3),'wnNMf':_0x347022(0x1be),'ebfNA':_0x347022(0x19f),'aElbQ':_0x347022(0x1c3),'RUltl':function(_0x792fce,_0x561d8c){return _0x792fce!==_0x561d8c;},'IgEiJ':function(_0x3e3903,_0x37ae57){return _0x3e3903/_0x37ae57;},'arXvN':'strip-ansi','TkOVs':function(_0x624d4f,_0x5966ac){return _0x624d4f(_0x5966ac);},'iLvnL':_0x347022(0x1de),'HNPEw':function(_0x116a89,_0xea829e){return _0x116a89(_0xea829e);},'TZmds':_0x347022(0x1ea),'naglH':_0x347022(0x18b)},{feature:_0x46caf3,scenario:_0x572a21,steps:_0x3dd533,uuid:_0x4d98a7,startedAt:_0x50ca06,finishedAt:_0x453373}=_0x9d9a04['NQllE'](_0x29ee48,{}),_0x1c2b8a=this['getScenarioExamples'](_0x40ecaf,_0x59c96f);await this[_0x347022(0x1cd)]();const _0x34c563=_0x1c2b8a?_0x9d9a04[_0x347022(0x1e3)](_0x9d9a04[_0x347022(0x1e3)](_0x9d9a04['MTGLl'](_0x59c96f[_0x347022(0x1e6)],'\x20('),_0x1c2b8a[_0x347022(0x1ed)](',\x20')),')'):_0x59c96f['name'],_0x4678fe={'id':_0x1d51d4,'uuid':_0x1d51d4,'startedAt':_0x50ca06,'finishedAt':_0x453373,'type':_0x9d9a04[_0x347022(0x1ce)],'body':{'lang':_0x9d9a04[_0x347022(0x19d)],'code':null},'name':_0x34c563,'scopes':[_0x46caf3&&_0x46caf3['name']?_0x46caf3[_0x347022(0x1e6)]:''],'tags':_0x59c96f[_0x347022(0x1f4)]?_0x59c96f['tags'][_0x347022(0x1cb)](({name:_0x53f613})=>_0x53f613):[],'file_name':_0x59c96f['uri'],'location':_0x59c96f[_0x347022(0x1ff)],'vc_filepath':this[_0x347022(0x1a2)]&&_0x59c96f['uri']?path[_0x347022(0x20f)](this[_0x347022(0x1a2)],_0x59c96f[_0x347022(0x1ff)]):null,'framework':_0x9d9a04[_0x347022(0x1da)],'result':_0x9d9a04[_0x347022(0x1bb)],'meta':{'feature':_0x46caf3,'scenario':_0x572a21,'steps':_0x3dd533,'examples':_0x1c2b8a},'customRerunParam':{'rerun_name':_0x34c563}};if(_0x1b7d12[_0x347022(0x1bd)]&&_0x3dd533){const _0x8b6345=_0x1b7d12[_0x347022(0x1bd)];let _0x2f35e0=_0x9d9a04[_0x347022(0x1f0)];_0x3dd533[_0x347022(0x195)](_0xeb78e0=>{const _0x5e3e56=_0x347022;if(_0x9d9a04[_0x5e3e56(0x1f9)](_0xeb78e0['result'],_0x9d9a04['NzbkY']))return _0x2f35e0=_0x9d9a04[_0x5e3e56(0x187)],_0x8b6345['failure']=_0xeb78e0[_0x5e3e56(0x1f7)],_0x8b6345[_0x5e3e56(0x1c1)]=_0xeb78e0[_0x5e3e56(0x1c1)],![];else{if(_0x9d9a04[_0x5e3e56(0x1cf)](_0xeb78e0['result'],_0x9d9a04[_0x5e3e56(0x1fe)]))return _0x2f35e0=_0x9d9a04[_0x5e3e56(0x1d0)],![];}return!![];}),_0x4678fe[_0x347022(0x205)]=new Date()[_0x347022(0x1cc)](),_0x4678fe[_0x347022(0x1e8)]=_0x2f35e0;_0x8b6345['timestamp']&&_0x9d9a04[_0x347022(0x189)](_0x8b6345['timestamp'][_0x347022(0x191)],undefined)?_0x4678fe[_0x347022(0x196)]=_0x9d9a04['IgEiJ'](_0x8b6345[_0x347022(0x190)]['nanos'],0xf4240):_0x4678fe[_0x347022(0x196)]=undefined;if(_0x9d9a04['vRWtr'](_0x2f35e0,_0x9d9a04[_0x347022(0x187)])){const {default:_0x521d0b}=await import(_0x9d9a04[_0x347022(0x1b4)]);_0x4678fe[_0x347022(0x1f7)]=[{'backtrace':[_0x8b6345['failure']?_0x9d9a04[_0x347022(0x20b)](_0x521d0b,_0x8b6345[_0x347022(0x1f7)]):_0x9d9a04['iLvnL']]}],_0x4678fe[_0x347022(0x1fb)]=_0x8b6345[_0x347022(0x1f7)]?_0x9d9a04[_0x347022(0x1fa)](_0x521d0b,_0x8b6345[_0x347022(0x1f7)]):_0x8b6345[_0x347022(0x1b7)],_0x8b6345[_0x347022(0x1c1)]&&(_0x4678fe[_0x347022(0x1b5)]=_0x8b6345[_0x347022(0x1c1)]['match'](/AssertError/)?_0x9d9a04[_0x347022(0x1b8)]:_0x9d9a04[_0x347022(0x1e0)]);}}return _0x4678fe;}[a90_0x32f9fa(0x1b1)](_0x2d95b2,_0x4a84c7,_0xcaf1c4,_0x409713,_0x37dfc7,_0x49dab9){const _0x5c278b=a90_0x32f9fa,_0x293e4c={'TjtQH':function(_0x4c8d94,_0x757b60){return _0x4c8d94===_0x757b60;},'kMWnq':_0x5c278b(0x18a),'jcMSD':function(_0x5581bf,_0x271fa9,_0xe7bf74){return _0x5581bf(_0x271fa9,_0xe7bf74);},'UqfwF':'sourceReference','vhJLb':'uri','zbbOT':_0x5c278b(0x19f),'BuIwN':_0x5c278b(0x1ec),'hWyNP':_0x5c278b(0x1d3),'rZONU':_0x5c278b(0x202),'YCPMD':_0x5c278b(0x1e6),'gZCSW':function(_0x5d365d,_0x571c69,_0x393eac){return _0x5d365d(_0x571c69,_0x393eac);},'gWYzg':'cucumber'};try{if(_0x293e4c[_0x5c278b(0x1ab)](_0xcaf1c4,_0x293e4c[_0x5c278b(0x1e2)])){const _0x3556fe=new Date()[_0x5c278b(0x1cc)](),_0x14aede=hooksMap[_0x4a84c7];if(!_0x14aede)return;const _0x449e08=_0x14aede[_0x5c278b(0x1c7)](_0x327156=>_0x327156[_0x5c278b(0x1f5)]===_0x409713['id']);if(!_0x449e08)return;const _0xf2550b=this[_0x5c278b(0x192)](_0x2d95b2,_0x4a84c7);_0x449e08[_0x5c278b(0x1e8)]=_0xf2550b['status'],_0x449e08[_0x5c278b(0x1ae)]=_0x3556fe,_0x449e08[_0x5c278b(0x1b5)]=_0xf2550b['failureType'];const _0x1afbb6={};return _0x1afbb6['backtrace']=_0xf2550b[_0x5c278b(0x1c2)],_0x449e08['failure_data']=[_0x1afbb6],_0x449e08;}const _0x3b39b6=TestInfo['getTestUUID'](_0x4a84c7),_0xbdab07=_0x2d95b2['hooks'][_0x5c278b(0x1c7)](_0x252e2a=>_0x252e2a['id']===_0x409713[_0x5c278b(0x1bf)]),_0x4ba6c9=_0x293e4c[_0x5c278b(0x18f)](nestedKeyValue,_0xbdab07,[_0x293e4c[_0x5c278b(0x197)],_0x293e4c[_0x5c278b(0x1a4)]]),_0x3ac654=new Date()[_0x5c278b(0x1cc)](),_0x207e5d=_0x293e4c[_0x5c278b(0x209)],_0x402c8f=_0xbdab07[_0x5c278b(0x19b)]?_0xbdab07['tagExpression'][_0x5c278b(0x1aa)]('\x20')['filter'](_0x12bcd9=>_0x12bcd9[_0x5c278b(0x1a9)]('@')):[],_0x4657c9={'uuid':_0x409713['id'],'type':_0x293e4c[_0x5c278b(0x1d7)],'hook_type':_0x49dab9,'name':_0xbdab07['name'],'body':{'lang':_0x293e4c['hWyNP'],'code':null},'tags':_0x402c8f,'test_run_id':_0x3b39b6,'scope':_0x293e4c[_0x5c278b(0x18f)](nestedKeyValue,_0x37dfc7,[_0x293e4c['rZONU'],_0x293e4c['YCPMD']]),'scopes':[_0x293e4c[_0x5c278b(0x204)](nestedKeyValue,_0x37dfc7,[_0x293e4c[_0x5c278b(0x1fc)],_0x293e4c[_0x5c278b(0x1f1)]])||''],'file_name':_0x4ba6c9,'location':_0x4ba6c9,'vc_filepath':this[_0x5c278b(0x1a2)]?path['relative'](this['_gitConfigPath'],_0x4ba6c9):null,'result':_0x207e5d,'started_at':_0x3ac654,'framework':_0x293e4c[_0x5c278b(0x1fd)]};return _0x4657c9;}catch(_0x54fade){logger[_0x5c278b(0x212)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x54fade)+'\x20');}}async[a90_0x32f9fa(0x1f2)](_0x325692,_0x2c0d57,_0x20661f,_0x451872,_0x3d569c,_0x210126){const _0x449e46=a90_0x32f9fa,_0x427d46={'WTWXu':function(_0x39cf55,_0x13bc4b){return _0x39cf55===_0x13bc4b;},'sgIuW':_0x449e46(0x18c),'eYpFZ':function(_0x25dff4,_0x1962a4,_0x32edff){return _0x25dff4(_0x1962a4,_0x32edff);},'KHWte':_0x449e46(0x1b3),'xstTT':'uri','BaOOy':_0x449e46(0x188),'DsXxD':function(_0x12104d,_0x273d97){return _0x12104d===_0x273d97;},'PPzlu':_0x449e46(0x1c9)};try{const _0x27cd35=_0x451872['find'](_0x1bda8c=>_0x1bda8c['id']===_0x3d569c);if(!_0x27cd35[_0x449e46(0x1bf)])return;const _0xcec63c=this[_0x449e46(0x1a0)](_0x451872,_0x27cd35),_0x221fc7=this['getHookRunEventData'](_0x325692,_0x2c0d57,_0x20661f,_0x27cd35,_0x210126,_0xcec63c);if(!_0x221fc7)return;_0x427d46[_0x449e46(0x1ef)](_0x20661f,_0x427d46[_0x449e46(0x1f3)])&&(hooksMap[_0x2c0d57]?hooksMap[_0x2c0d57][_0x449e46(0x206)](_0x221fc7):hooksMap[_0x2c0d57]=[_0x221fc7]);const _0x4c3e26=_0x325692['hooks'][_0x449e46(0x1c7)](_0x463202=>_0x463202['id']===_0x27cd35[_0x449e46(0x1bf)]),_0x17432a=_0x427d46[_0x449e46(0x1c4)](nestedKeyValue,_0x4c3e26,[_0x427d46[_0x449e46(0x1e9)],_0x427d46[_0x449e46(0x1c0)]]);if(!_0x17432a)return;else{if(_0x17432a['includes'](_0x427d46['BaOOy']))return;}if(_0x427d46['DsXxD'](_0x221fc7[_0x449e46(0x1e6)],_0x427d46[_0x449e46(0x185)]))return;return _0x221fc7;}catch(_0x264291){logger[_0x449e46(0x212)](_0x449e46(0x1c5)+util[_0x449e46(0x193)](_0x264291)+'\x20');}}['getHookResult'](_0x521285,_0x4d6a54){const _0xd51e8c=a90_0x32f9fa,_0x259f01={};_0x259f01[_0xd51e8c(0x1d2)]=function(_0x57eb6d,_0x5d388d){return _0x57eb6d===_0x5d388d;},_0x259f01[_0xd51e8c(0x201)]=_0xd51e8c(0x1f8),_0x259f01['qnhfO']=function(_0x22c896,_0x2a97de){return _0x22c896===_0x2a97de;},_0x259f01[_0xd51e8c(0x1bc)]=_0xd51e8c(0x18b),_0x259f01[_0xd51e8c(0x199)]=_0xd51e8c(0x1ea),_0x259f01[_0xd51e8c(0x210)]=function(_0x43c510,_0x5b8ef3){return _0x43c510||_0x5b8ef3;};const _0x301c97=_0x259f01,_0x477661=_0x521285[_0xd51e8c(0x194)][_0x4d6a54]['testStepResult'];let _0x4a73d5,_0x3da5ca;return _0x477661&&_0x301c97['QnpaL'](_0x477661[_0xd51e8c(0x1dd)][_0xd51e8c(0x1d6)]()['toLowerCase'](),_0x301c97[_0xd51e8c(0x201)])&&(_0x4a73d5=_0x301c97[_0xd51e8c(0x1d2)](_0x477661[_0xd51e8c(0x1b2)],undefined)?_0x477661[_0xd51e8c(0x1b7)]:_0x477661['exception'][_0xd51e8c(0x1b7)],_0x3da5ca=_0x301c97[_0xd51e8c(0x198)](_0x477661[_0xd51e8c(0x1b2)],undefined)?_0x301c97[_0xd51e8c(0x1bc)]:_0x477661[_0xd51e8c(0x1b7)][_0xd51e8c(0x1b9)](/Assert/)?_0x301c97[_0xd51e8c(0x199)]:_0x301c97[_0xd51e8c(0x1bc)]),{'status':_0x477661['status']['toLowerCase'](),'failureType':_0x301c97[_0xd51e8c(0x210)](_0x3da5ca,null),'failureData':!_0x4a73d5?null:[_0x4a73d5]};}['getCucumberHookType'](_0x870b14,_0x405319){const _0x35a5f6=a90_0x32f9fa,_0x4bff6={};_0x4bff6['FHcgm']=function(_0x37a2c5,_0x3504c1){return _0x37a2c5===_0x3504c1;},_0x4bff6[_0x35a5f6(0x200)]=_0x35a5f6(0x1e5),_0x4bff6['waQdZ']=_0x35a5f6(0x1df);const _0xe584ec=_0x4bff6;let _0x3dd6e3=![];for(const _0x2cb5c0 of _0x870b14){_0x2cb5c0['pickleStepId']&&(_0x3dd6e3=!![]);if(_0xe584ec[_0x35a5f6(0x1e7)](_0x405319['id'],_0x2cb5c0['id']))return _0x3dd6e3?_0xe584ec['xLDKP']:_0xe584ec[_0x35a5f6(0x1c6)];}}['getScenarioExamples']=(_0xd6aebb,_0x38164c)=>{const _0x4fbe0f=a90_0x32f9fa,_0x3aff7f={};_0x3aff7f[_0x4fbe0f(0x1dc)]=function(_0x5c8f1c,_0x5626f1){return _0x5c8f1c===_0x5626f1;},_0x3aff7f['UoGmu']=function(_0x6ef42a,_0x429c0d){return _0x6ef42a>_0x429c0d;};const _0x371b58=_0x3aff7f;if(!(_0x38164c['astNodeIds']&&_0x371b58[_0x4fbe0f(0x18d)](_0x38164c[_0x4fbe0f(0x1ac)]['length'],0x1)))return;const _0x3f10db=_0x38164c['astNodeIds'][0x0],_0x7967b5=_0x38164c['astNodeIds'][0x1],_0x37c23b=_0xd6aebb[_0x4fbe0f(0x202)]&&_0xd6aebb[_0x4fbe0f(0x202)][_0x4fbe0f(0x1a3)]?_0xd6aebb['feature']['children']:undefined;let _0x49bc5d=[];_0x37c23b&&_0x37c23b[_0x4fbe0f(0x1e1)](_0x1b62f7=>{const _0x432072=_0x4fbe0f;if(_0x1b62f7[_0x432072(0x1d1)])_0x1b62f7[_0x432072(0x1d1)][_0x432072(0x1a3)][_0x432072(0x1e1)](_0x7dcc4d=>{const _0x34215d=_0x432072;if(_0x7dcc4d[_0x34215d(0x1db)]&&_0x371b58[_0x34215d(0x1dc)](_0x7dcc4d[_0x34215d(0x1db)]['id'],_0x3f10db)&&_0x7dcc4d['scenario'][_0x34215d(0x1c8)]){const _0x383b63=_0x7dcc4d['scenario'][_0x34215d(0x1c8)][_0x34215d(0x1d4)](_0x44db69=>_0x44db69[_0x34215d(0x1d9)])[_0x34215d(0x1c7)](_0x65bf91=>_0x65bf91['id']===_0x7967b5);let _0x4c1fbb;_0x383b63&&_0x383b63[_0x34215d(0x20a)]?_0x4c1fbb=_0x383b63[_0x34215d(0x20a)]['map'](_0x55e283=>_0x55e283[_0x34215d(0x1a7)]):_0x4c1fbb=[],_0x4c1fbb&&(_0x49bc5d=_0x4c1fbb);}});else{if(_0x1b62f7['scenario']&&_0x371b58[_0x432072(0x1dc)](_0x1b62f7['scenario']['id'],_0x3f10db)&&_0x1b62f7[_0x432072(0x1db)][_0x432072(0x1c8)]){const _0x5dc920=_0x1b62f7[_0x432072(0x1db)][_0x432072(0x1c8)][_0x432072(0x1d4)](_0x44fd46=>_0x44fd46['tableBody'])[_0x432072(0x1c7)](_0x43cdc8=>_0x43cdc8['id']===_0x7967b5);let _0x4257a9;_0x5dc920&&_0x5dc920[_0x432072(0x20a)]?_0x4257a9=_0x5dc920[_0x432072(0x20a)][_0x432072(0x1cb)](_0x1686dc=>_0x1686dc['value']):_0x4257a9=[],_0x4257a9&&(_0x49bc5d=_0x4257a9);}}});if(_0x49bc5d[_0x4fbe0f(0x18e)])return _0x49bc5d;return;};async[a90_0x32f9fa(0x1cd)](){const _0x212d8c=a90_0x32f9fa,_0x4ca03c={'RslNz':function(_0x49ae0c){return _0x49ae0c();}};if(this[_0x212d8c(0x1e4)])return this[_0x212d8c(0x1a2)];const _0x4f5528=await _0x4ca03c[_0x212d8c(0x1ba)](getGitMetaData);_0x4f5528&&(this[_0x212d8c(0x1a2)]=_0x4f5528[_0x212d8c(0x1ad)]),this['_gitConfigured']=!![];}}module[a90_0x32f9fa(0x186)]=o11yClassErrorHandler(CucumberUtils,['configureGit',a90_0x32f9fa(0x208),a90_0x32f9fa(0x1a0),a90_0x32f9fa(0x192),a90_0x32f9fa(0x1d8),a90_0x32f9fa(0x1b1),a90_0x32f9fa(0x1ee),a90_0x32f9fa(0x1eb)]);
1
+ const a90_0x2cc258=a90_0x423d;(function(_0x153e0a,_0x2bcfd8){const _0x35bfee=a90_0x423d,_0x5732e8=_0x153e0a();while(!![]){try{const _0x3ed79e=-parseInt(_0x35bfee(0xc2))/0x1+parseInt(_0x35bfee(0xb7))/0x2+parseInt(_0x35bfee(0x92))/0x3+-parseInt(_0x35bfee(0xac))/0x4+-parseInt(_0x35bfee(0xb1))/0x5*(-parseInt(_0x35bfee(0xed))/0x6)+parseInt(_0x35bfee(0xd4))/0x7*(parseInt(_0x35bfee(0xd8))/0x8)+parseInt(_0x35bfee(0xf8))/0x9*(-parseInt(_0x35bfee(0xc0))/0xa);if(_0x3ed79e===_0x2bcfd8)break;else _0x5732e8['push'](_0x5732e8['shift']());}catch(_0x39ed9c){_0x5732e8['push'](_0x5732e8['shift']());}}}(a90_0x1f01,0xd5d1b));const path=require('path'),util=require(a90_0x2cc258(0xdc)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require('../../../helpers/logger.js')[a90_0x2cc258(0x8a)],{o11yClassErrorHandler}=require(a90_0x2cc258(0xee)),TestInfo=require(a90_0x2cc258(0xae)),hooksMap={};function a90_0x1f01(){const _0x3a964c=['timestamp','passed','relative','util','value','rule','javascript','xDtQs','_gitConfigPath','duration_in_ms','find','sendHook','ZYyNe','format','CjPke','dpobr','failureData','exports','failed','scenario','600BxGVSm','../../../helpers/test-observability/error-handler.js','qVaEz','BhTKp','testCaseFinished','BEFORE_EACH','length','getHookRunEventData','cucumber','mhbOE','toISOString','2134665ydLglJ','kRdgY','UnhandledError','_gitConfigured','zPhXp','iqEPP','sbuFU','WyQxM','unknown','toLowerCase','KHhle','examples','FAILED','QSCHV','debug','split','tnwFQ','exception','configureGit','dLuYQ','createHookData','feature','VHTrs','lVhIk','jZaDw','finished_at','Exception\x20in\x20getHookRunEventData:\x20','SbWkC','skipped','bstack','failure','result','winstonLogger','PafTd','hookId','includes','otuwE','testStepFinished','getScenarioExamples','OhExb','558606zRZKCB','pickleStepId','root','sourceReference','eaKnW','ltsin','xQQye','hooks','strip-ansi','SKIPPED','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','LEpso','backtrace','pending','ldFrE','failure_type','GPVoB','uuid','ydcbN','kBdge','HVEwB','map','EYZmQ','name','lSZyt','cells','3346796FUjNZB','status','../TestInfo.js','AFTER_EACH','children','65925fZgATg','PpoYC','XWFgj','getTestUUID','pOpvN','push','2464000niCaqQ','message','XmoYv','lEhVu','tags','HookRunFinished','flatMap','astNodeIds','match','50GKqCRf','every','1036441VCdRyL','tableBody','createTestFrameworkData','CHPLX','JVSwg','tagExpression','forEach','getCucumberHookType','AssertionError','test','uri','sendTestRunEventForCucumber','failureType','getHookResult','qCWFs','LNubR','toString','yhKZj','5894kqZswn','zxEss','FEMpr','nanos','11384QPQcMY'];a90_0x1f01=function(){return _0x3a964c;};return a90_0x1f01();}function a90_0x423d(_0x2cfbcc,_0xd7b40c){const _0x1f01e3=a90_0x1f01();return a90_0x423d=function(_0x423d55,_0x1685b9){_0x423d55=_0x423d55-0x72;let _0x36e59e=_0x1f01e3[_0x423d55];return _0x36e59e;},a90_0x423d(_0x2cfbcc,_0xd7b40c);}class CucumberUtils{constructor(){const _0x1e228b=a90_0x2cc258;this[_0x1e228b(0xfb)]=![],this['_gitConfigPath']=null;}async[a90_0x2cc258(0xc4)](_0x42c091,_0x5dc438,_0x49c039,_0xfafda8,_0x44a7f7,_0x4d4f2a){const _0x1970cf=a90_0x2cc258,_0x527da6={'xQQye':function(_0x4171b1,_0x51dbf4){return _0x4171b1===_0x51dbf4;},'iLzzh':_0x1970cf(0x76),'lSZyt':_0x1970cf(0xeb),'kBdge':_0x1970cf(0x9b),'HVEwB':_0x1970cf(0x86),'ltsin':function(_0x2bd734,_0x3a010d){return _0x2bd734||_0x3a010d;},'FEMpr':function(_0x1daffd,_0x42d7a8){return _0x1daffd+_0x42d7a8;},'lVhIk':function(_0x2a879d,_0x17f0f6){return _0x2a879d+_0x17f0f6;},'sbuFU':_0x1970cf(0xcb),'PpoYC':_0x1970cf(0xdf),'xDtQs':_0x1970cf(0xf5),'qCWFs':_0x1970cf(0x9f),'qVaEz':_0x1970cf(0xda),'JVSwg':function(_0x36d812,_0x3ff7a7){return _0x36d812!==_0x3ff7a7;},'CHPLX':function(_0x3c8266,_0x13eeca){return _0x3c8266/_0x13eeca;},'VHTrs':function(_0xb8b30d,_0x5af379){return _0xb8b30d===_0x5af379;},'PafTd':_0x1970cf(0x9a),'SbWkC':function(_0x1cbac5,_0x18c01a){return _0x1cbac5(_0x18c01a);},'dLuYQ':_0x1970cf(0x72),'dpobr':_0x1970cf(0xca),'iqEPP':_0x1970cf(0xfa)},{feature:_0x851047,scenario:_0x47de8b,steps:_0x32c23b,uuid:_0xc70bdf,startedAt:_0x2abb83,finishedAt:_0xd2c4f4}=_0x527da6[_0x1970cf(0x97)](_0x42c091,{}),_0x223d7a=this[_0x1970cf(0x90)](_0xfafda8,_0x5dc438);await this[_0x1970cf(0x7c)]();const _0x3d1643=_0x223d7a?_0x527da6[_0x1970cf(0xd6)](_0x527da6[_0x1970cf(0xd6)](_0x527da6[_0x1970cf(0x81)](_0x5dc438[_0x1970cf(0xa9)],'\x20('),_0x223d7a['join'](',\x20')),')'):_0x5dc438[_0x1970cf(0xa9)],_0x440309={'id':_0x44a7f7,'uuid':_0x44a7f7,'startedAt':_0x2abb83,'finishedAt':_0xd2c4f4,'type':_0x527da6[_0x1970cf(0xfe)],'body':{'lang':_0x527da6[_0x1970cf(0xb2)],'code':null},'name':_0x3d1643,'scopes':[_0x851047&&_0x851047[_0x1970cf(0xa9)]?_0x851047[_0x1970cf(0xa9)]:''],'tags':_0x5dc438[_0x1970cf(0xbb)]?_0x5dc438[_0x1970cf(0xbb)][_0x1970cf(0xa7)](({name:_0x4e2c6f})=>_0x4e2c6f):[],'file_name':_0x5dc438[_0x1970cf(0xcc)],'location':_0x5dc438[_0x1970cf(0xcc)],'vc_filepath':this[_0x1970cf(0xe1)]&&_0x5dc438[_0x1970cf(0xcc)]?path[_0x1970cf(0xdb)](this[_0x1970cf(0xe1)],_0x5dc438['uri']):null,'framework':_0x527da6[_0x1970cf(0xe0)],'result':_0x527da6[_0x1970cf(0xd0)],'meta':{'feature':_0x851047,'scenario':_0x47de8b,'steps':_0x32c23b,'examples':_0x223d7a},'customRerunParam':{'rerun_name':_0x3d1643}};if(_0x49c039[_0x1970cf(0xf1)]&&_0x32c23b){const _0x2b096f=_0x49c039[_0x1970cf(0xf1)];let _0x70b534=_0x527da6[_0x1970cf(0xef)];_0x32c23b[_0x1970cf(0xc1)](_0x3614ba=>{const _0x4d0fa3=_0x1970cf;if(_0x527da6[_0x4d0fa3(0x98)](_0x3614ba['result'],_0x527da6['iLzzh']))return _0x70b534=_0x527da6['lSZyt'],_0x2b096f[_0x4d0fa3(0x88)]=_0x3614ba[_0x4d0fa3(0x88)],_0x2b096f['failureType']=_0x3614ba[_0x4d0fa3(0xce)],![];else{if(_0x527da6[_0x4d0fa3(0x98)](_0x3614ba['result'],_0x527da6[_0x4d0fa3(0xa5)]))return _0x70b534=_0x527da6[_0x4d0fa3(0xa6)],![];}return!![];}),_0x440309['finishedAt']=new Date()[_0x1970cf(0xf7)](),_0x440309[_0x1970cf(0x89)]=_0x70b534;_0x2b096f[_0x1970cf(0xd9)]&&_0x527da6[_0x1970cf(0xc6)](_0x2b096f[_0x1970cf(0xd9)][_0x1970cf(0xd7)],undefined)?_0x440309[_0x1970cf(0xe2)]=_0x527da6[_0x1970cf(0xc5)](_0x2b096f[_0x1970cf(0xd9)][_0x1970cf(0xd7)],0xf4240):_0x440309['duration_in_ms']=undefined;if(_0x527da6[_0x1970cf(0x80)](_0x70b534,_0x527da6[_0x1970cf(0xaa)])){const {default:_0x3b2afa}=await import(_0x527da6[_0x1970cf(0x8b)]);_0x440309['failure']=[{'backtrace':[_0x2b096f[_0x1970cf(0x88)]?_0x527da6[_0x1970cf(0x85)](_0x3b2afa,_0x2b096f['failure']):_0x527da6[_0x1970cf(0x7d)]]}],_0x440309['failure_reason']=_0x2b096f[_0x1970cf(0x88)]?_0x527da6[_0x1970cf(0x85)](_0x3b2afa,_0x2b096f[_0x1970cf(0x88)]):_0x2b096f[_0x1970cf(0xb8)],_0x2b096f[_0x1970cf(0xce)]&&(_0x440309[_0x1970cf(0xa1)]=_0x2b096f['failureType'][_0x1970cf(0xbf)](/AssertError/)?_0x527da6[_0x1970cf(0xe8)]:_0x527da6[_0x1970cf(0xfd)]);}}return _0x440309;}[a90_0x2cc258(0xf4)](_0x1bb5e1,_0x5f2bf0,_0x5acaa4,_0x3ec522,_0x3efc2f,_0xf3ca63){const _0x7beb50=a90_0x2cc258,_0xfde74a={'yhKZj':function(_0x1ac5ae,_0x33edb2){return _0x1ac5ae===_0x33edb2;},'hfVDn':_0x7beb50(0xbc),'QSCHV':function(_0x505bf6,_0x3e00f3,_0xb06619){return _0x505bf6(_0x3e00f3,_0xb06619);},'jZaDw':_0x7beb50(0x95),'ZYyNe':'uri','zxEss':_0x7beb50(0x9f),'XWFgj':'hook','eaKnW':'javascript','mhbOE':_0x7beb50(0x7f),'GPVoB':'name','bxsXg':function(_0x57e863,_0x5199ea,_0xe7a52d){return _0x57e863(_0x5199ea,_0xe7a52d);},'ydcbN':'cucumber'};try{if(_0xfde74a[_0x7beb50(0xd3)](_0x5acaa4,_0xfde74a['hfVDn'])){const _0x22a0fc=new Date()[_0x7beb50(0xf7)](),_0x3e01d2=hooksMap[_0x5f2bf0];if(!_0x3e01d2)return;const _0x50b696=_0x3e01d2[_0x7beb50(0xe3)](_0x5a10d5=>_0x5a10d5[_0x7beb50(0xa3)]===_0x3ec522['id']);if(!_0x50b696)return;const _0x14a2e2=this[_0x7beb50(0xcf)](_0x1bb5e1,_0x5f2bf0);_0x50b696[_0x7beb50(0x89)]=_0x14a2e2['status'],_0x50b696[_0x7beb50(0x83)]=_0x22a0fc,_0x50b696[_0x7beb50(0xa1)]=_0x14a2e2[_0x7beb50(0xce)];const _0x45713f={};return _0x45713f[_0x7beb50(0x9e)]=_0x14a2e2[_0x7beb50(0xe9)],_0x50b696['failure_data']=[_0x45713f],_0x50b696;}const _0x165812=TestInfo[_0x7beb50(0xb4)](_0x5f2bf0),_0x492111=_0x1bb5e1['hooks'][_0x7beb50(0xe3)](_0x3c738a=>_0x3c738a['id']===_0x3ec522[_0x7beb50(0x8c)]),_0x9c084b=_0xfde74a[_0x7beb50(0x77)](nestedKeyValue,_0x492111,[_0xfde74a[_0x7beb50(0x82)],_0xfde74a[_0x7beb50(0xe5)]]),_0xc7ced0=new Date()['toISOString'](),_0x1f60a8=_0xfde74a[_0x7beb50(0xd5)],_0x486b0f=_0x492111[_0x7beb50(0xc7)]?_0x492111[_0x7beb50(0xc7)][_0x7beb50(0x79)]('\x20')['filter'](_0x3a2684=>_0x3a2684[_0x7beb50(0x8d)]('@')):[],_0x29b472={'uuid':_0x3ec522['id'],'type':_0xfde74a[_0x7beb50(0xb3)],'hook_type':_0xf3ca63,'name':_0x492111[_0x7beb50(0xa9)],'body':{'lang':_0xfde74a[_0x7beb50(0x96)],'code':null},'tags':_0x486b0f,'test_run_id':_0x165812,'scope':_0xfde74a[_0x7beb50(0x77)](nestedKeyValue,_0x3efc2f,[_0xfde74a['mhbOE'],_0xfde74a[_0x7beb50(0xa2)]]),'scopes':[_0xfde74a['bxsXg'](nestedKeyValue,_0x3efc2f,[_0xfde74a[_0x7beb50(0xf6)],_0xfde74a[_0x7beb50(0xa2)]])||''],'file_name':_0x9c084b,'location':_0x9c084b,'vc_filepath':this['_gitConfigPath']?path['relative'](this[_0x7beb50(0xe1)],_0x9c084b):null,'result':_0x1f60a8,'started_at':_0xc7ced0,'framework':_0xfde74a[_0x7beb50(0xa4)]};return _0x29b472;}catch(_0x1121d4){logger[_0x7beb50(0x78)](_0x7beb50(0x84)+util[_0x7beb50(0xe6)](_0x1121d4)+'\x20');}}async[a90_0x2cc258(0x7e)](_0x50418e,_0x21c709,_0x1a7b64,_0x3d9fbe,_0x33e894,_0x58776d){const _0x790d11=a90_0x2cc258,_0x2fa674={'WyQxM':function(_0x8929a1,_0x25fb95){return _0x8929a1===_0x25fb95;},'kRdgY':'HookRunStarted','nlvTP':function(_0xc678ad,_0x50bb12,_0xa34383){return _0xc678ad(_0x50bb12,_0xa34383);},'tnwFQ':'sourceReference','KHhle':_0x790d11(0xcc),'otuwE':_0x790d11(0x9c),'LGxrg':_0x790d11(0x87)};try{const _0x54f7ed=_0x3d9fbe[_0x790d11(0xe3)](_0xa6f68a=>_0xa6f68a['id']===_0x33e894);if(!_0x54f7ed['hookId'])return;const _0xb31cc3=this[_0x790d11(0xc9)](_0x3d9fbe,_0x54f7ed),_0x4f7918=this['getHookRunEventData'](_0x50418e,_0x21c709,_0x1a7b64,_0x54f7ed,_0x58776d,_0xb31cc3);if(!_0x4f7918)return;_0x2fa674[_0x790d11(0xff)](_0x1a7b64,_0x2fa674[_0x790d11(0xf9)])&&(hooksMap[_0x21c709]?hooksMap[_0x21c709][_0x790d11(0xb6)](_0x4f7918):hooksMap[_0x21c709]=[_0x4f7918]);const _0x43b217=_0x50418e[_0x790d11(0x99)]['find'](_0x37f422=>_0x37f422['id']===_0x54f7ed[_0x790d11(0x8c)]),_0x4c7373=_0x2fa674['nlvTP'](nestedKeyValue,_0x43b217,[_0x2fa674[_0x790d11(0x7a)],_0x2fa674[_0x790d11(0x74)]]);if(!_0x4c7373)return;else{if(_0x4c7373['includes'](_0x2fa674[_0x790d11(0x8e)]))return;}if(_0x2fa674['WyQxM'](_0x4f7918[_0x790d11(0xa9)],_0x2fa674['LGxrg']))return;return _0x4f7918;}catch(_0x3e1fdb){logger['debug']('Exception\x20in\x20createHookData:\x20'+util[_0x790d11(0xe6)](_0x3e1fdb)+'\x20');}}[a90_0x2cc258(0xcf)](_0x20fafd,_0x3f920d){const _0x2b1908=a90_0x2cc258,_0x525ab7={};_0x525ab7[_0x2b1908(0xfc)]=function(_0xdae5bd,_0xc4eae){return _0xdae5bd===_0xc4eae;},_0x525ab7['CjPke']=_0x2b1908(0xeb),_0x525ab7[_0x2b1908(0xa0)]=function(_0x105694,_0x59bdb9){return _0x105694===_0x59bdb9;},_0x525ab7[_0x2b1908(0xb9)]=_0x2b1908(0xfa),_0x525ab7[_0x2b1908(0xba)]=_0x2b1908(0xca),_0x525ab7[_0x2b1908(0x91)]=function(_0x32d228,_0x4f29b7){return _0x32d228||_0x4f29b7;};const _0x51971e=_0x525ab7,_0x32c59e=_0x20fafd[_0x2b1908(0x8f)][_0x3f920d]['testStepResult'];let _0x51383f,_0x22ed29;return _0x32c59e&&_0x51971e['zPhXp'](_0x32c59e[_0x2b1908(0xad)][_0x2b1908(0xd2)]()[_0x2b1908(0x73)](),_0x51971e[_0x2b1908(0xe7)])&&(_0x51383f=_0x51971e[_0x2b1908(0xa0)](_0x32c59e[_0x2b1908(0x7b)],undefined)?_0x32c59e[_0x2b1908(0xb8)]:_0x32c59e[_0x2b1908(0x7b)][_0x2b1908(0xb8)],_0x22ed29=_0x51971e[_0x2b1908(0xa0)](_0x32c59e['exception'],undefined)?_0x51971e[_0x2b1908(0xb9)]:_0x32c59e['message'][_0x2b1908(0xbf)](/Assert/)?_0x51971e[_0x2b1908(0xba)]:_0x51971e[_0x2b1908(0xb9)]),{'status':_0x32c59e[_0x2b1908(0xad)][_0x2b1908(0x73)](),'failureType':_0x51971e[_0x2b1908(0x91)](_0x22ed29,null),'failureData':!_0x51383f?null:[_0x51383f]};}['getCucumberHookType'](_0x1439b8,_0x12b787){const _0x4c6fd8=a90_0x2cc258,_0x76d9dd={};_0x76d9dd[_0x4c6fd8(0xb5)]=function(_0x8b46e1,_0x34fadd){return _0x8b46e1===_0x34fadd;},_0x76d9dd[_0x4c6fd8(0xd1)]=_0x4c6fd8(0xaf),_0x76d9dd['BhTKp']=_0x4c6fd8(0xf2);const _0x35579e=_0x76d9dd;let _0x170702=![];for(const _0x40c00a of _0x1439b8){_0x40c00a[_0x4c6fd8(0x93)]&&(_0x170702=!![]);if(_0x35579e[_0x4c6fd8(0xb5)](_0x12b787['id'],_0x40c00a['id']))return _0x170702?_0x35579e[_0x4c6fd8(0xd1)]:_0x35579e[_0x4c6fd8(0xf0)];}}[a90_0x2cc258(0x90)]=(_0x159b82,_0x3204ed)=>{const _0x11bdb3=a90_0x2cc258,_0x5df246={};_0x5df246[_0x11bdb3(0xa8)]=function(_0x367a19,_0x1f8193){return _0x367a19===_0x1f8193;},_0x5df246[_0x11bdb3(0x9d)]=function(_0x251571,_0x6299fb){return _0x251571>_0x6299fb;};const _0x5de5c0=_0x5df246;if(!(_0x3204ed[_0x11bdb3(0xbe)]&&_0x5de5c0[_0x11bdb3(0x9d)](_0x3204ed[_0x11bdb3(0xbe)][_0x11bdb3(0xf3)],0x1)))return;const _0x414fe5=_0x3204ed[_0x11bdb3(0xbe)][0x0],_0x200bc5=_0x3204ed['astNodeIds'][0x1],_0x19224c=_0x159b82[_0x11bdb3(0x7f)]&&_0x159b82[_0x11bdb3(0x7f)][_0x11bdb3(0xb0)]?_0x159b82[_0x11bdb3(0x7f)]['children']:undefined;let _0x59fd9e=[];_0x19224c&&_0x19224c[_0x11bdb3(0xc8)](_0x19ff71=>{const _0x1750e7=_0x11bdb3;if(_0x19ff71[_0x1750e7(0xde)])_0x19ff71['rule'][_0x1750e7(0xb0)][_0x1750e7(0xc8)](_0x12e8ef=>{const _0x411a3b=_0x1750e7;if(_0x12e8ef[_0x411a3b(0xec)]&&_0x5de5c0[_0x411a3b(0xa8)](_0x12e8ef[_0x411a3b(0xec)]['id'],_0x414fe5)&&_0x12e8ef[_0x411a3b(0xec)][_0x411a3b(0x75)]){const _0x297b30=_0x12e8ef[_0x411a3b(0xec)][_0x411a3b(0x75)][_0x411a3b(0xbd)](_0x39e897=>_0x39e897[_0x411a3b(0xc3)])[_0x411a3b(0xe3)](_0x53d850=>_0x53d850['id']===_0x200bc5);let _0x3b3b82;_0x297b30&&_0x297b30[_0x411a3b(0xab)]?_0x3b3b82=_0x297b30[_0x411a3b(0xab)][_0x411a3b(0xa7)](_0x5a54b1=>_0x5a54b1[_0x411a3b(0xdd)]):_0x3b3b82=[],_0x3b3b82&&(_0x59fd9e=_0x3b3b82);}});else{if(_0x19ff71[_0x1750e7(0xec)]&&_0x5de5c0[_0x1750e7(0xa8)](_0x19ff71[_0x1750e7(0xec)]['id'],_0x414fe5)&&_0x19ff71[_0x1750e7(0xec)][_0x1750e7(0x75)]){const _0x488379=_0x19ff71[_0x1750e7(0xec)][_0x1750e7(0x75)][_0x1750e7(0xbd)](_0x14681a=>_0x14681a[_0x1750e7(0xc3)])[_0x1750e7(0xe3)](_0x13942b=>_0x13942b['id']===_0x200bc5);let _0x20951a;_0x488379&&_0x488379[_0x1750e7(0xab)]?_0x20951a=_0x488379[_0x1750e7(0xab)]['map'](_0x20edd3=>_0x20edd3[_0x1750e7(0xdd)]):_0x20951a=[],_0x20951a&&(_0x59fd9e=_0x20951a);}}});if(_0x59fd9e[_0x11bdb3(0xf3)])return _0x59fd9e;return;};async[a90_0x2cc258(0x7c)](){const _0x5a526a=a90_0x2cc258,_0x4eb443={'PkBwK':function(_0x478496){return _0x478496();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x2a7d77=await _0x4eb443['PkBwK'](getGitMetaData);_0x2a7d77&&(this['_gitConfigPath']=_0x2a7d77[_0x5a526a(0x94)]),this[_0x5a526a(0xfb)]=!![];}}module[a90_0x2cc258(0xea)]=o11yClassErrorHandler(CucumberUtils,[a90_0x2cc258(0x7c),a90_0x2cc258(0x90),a90_0x2cc258(0xc9),a90_0x2cc258(0xcf),a90_0x2cc258(0xe4),a90_0x2cc258(0xf4),a90_0x2cc258(0xcd),'createTestFrameworkData']);
@@ -1 +1 @@
1
- const a91_0x266f6e=a91_0x3f36;function a91_0x3f36(_0x21a876,_0x4aae42){const _0x42726a=a91_0x4272();return a91_0x3f36=function(_0x3f3672,_0x389fb3){_0x3f3672=_0x3f3672-0x1b0;let _0x5f127e=_0x42726a[_0x3f3672];return _0x5f127e;},a91_0x3f36(_0x21a876,_0x4aae42);}(function(_0x108c65,_0x30c7cd){const _0x5a218c=a91_0x3f36,_0x34522f=_0x108c65();while(!![]){try{const _0x1b7a82=parseInt(_0x5a218c(0x25c))/0x1+-parseInt(_0x5a218c(0x1cf))/0x2*(-parseInt(_0x5a218c(0x258))/0x3)+-parseInt(_0x5a218c(0x252))/0x4*(-parseInt(_0x5a218c(0x246))/0x5)+-parseInt(_0x5a218c(0x1c7))/0x6+parseInt(_0x5a218c(0x23d))/0x7+parseInt(_0x5a218c(0x1d9))/0x8*(-parseInt(_0x5a218c(0x25f))/0x9)+-parseInt(_0x5a218c(0x236))/0xa;if(_0x1b7a82===_0x30c7cd)break;else _0x34522f['push'](_0x34522f['shift']());}catch(_0x5594f0){_0x34522f['push'](_0x34522f['shift']());}}}(a91_0x4272,0xc18c8));const path=require(a91_0x266f6e(0x1f1)),util=require('util'),crypto=require(a91_0x266f6e(0x1fa)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x266f6e(0x237)),logger=require(a91_0x266f6e(0x1f5))[a91_0x266f6e(0x23c)],{o11yClassErrorHandler}=require(a91_0x266f6e(0x1b1)),TestInfo=require(a91_0x266f6e(0x1e0)),{failureData,getFailureType}=require(a91_0x266f6e(0x251)),stackTrace=require(a91_0x266f6e(0x20f)),a91_0x28f5ce={};a91_0x28f5ce['beforeAll']='BEFORE_ALL',a91_0x28f5ce['afterAll']=a91_0x266f6e(0x244),a91_0x28f5ce[a91_0x266f6e(0x1ef)]=a91_0x266f6e(0x1e1),a91_0x28f5ce['afterEach']=a91_0x266f6e(0x25a);const HOOK_TYPES_MAP=a91_0x28f5ce,hooksMap={};class JestUtils{constructor(){const _0x4be9c3=a91_0x266f6e;this['_gitConfigured']=![],this[_0x4be9c3(0x214)]=null;}async[a91_0x266f6e(0x1f2)](_0x331e05,_0x2bda26,_0x51811f=a91_0x266f6e(0x1d2),_0x2b9ebe=undefined){const _0x1efdf1=a91_0x266f6e,_0x53b38f={'BrdUx':_0x1efdf1(0x1ff),'oRUxI':_0x1efdf1(0x1f4),'fQZEV':function(_0x2f888f,_0x44237b){return _0x2f888f||_0x44237b;},'RDNDA':'File\x20path\x20could\x20not\x20be\x20found','lvhZh':function(_0x5c59f2,_0x6852be){return _0x5c59f2!==_0x6852be;},'LIvph':_0x1efdf1(0x1b5),'mlxSy':function(_0x1386fc,_0xfb7a77){return _0x1386fc!==_0xfb7a77;},'IXnlg':_0x1efdf1(0x232),'wcEdI':function(_0x49acfb,_0x476300){return _0x49acfb!==_0x476300;},'YfkAg':_0x1efdf1(0x1d1),'AeDij':function(_0x1fdec0,_0x12d021){return _0x1fdec0===_0x12d021;},'bGVWp':_0x1efdf1(0x253),'fOcIb':_0x1efdf1(0x212),'vlgse':function(_0x539ac3,_0x563ce0){return _0x539ac3>_0x563ce0;},'MEsKv':_0x1efdf1(0x21a),'mBbQl':'passed','wklrH':function(_0x747dee,_0x40bd46){return _0x747dee!==_0x40bd46;},'tdYgK':function(_0x32426f,_0x3fc0fc){return _0x32426f-_0x3fc0fc;},'UOspH':_0x1efdf1(0x20c),'oRXNb':'jest','IWMnw':function(_0x520070,_0x1cf6bb){return _0x520070(_0x1cf6bb);},'OoKcM':_0x1efdf1(0x1d2),'xujdZ':function(_0xca5bbe,_0x50d7ca){return _0xca5bbe===_0x50d7ca;}};logger[_0x1efdf1(0x1fd)]('Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20'+_0x51811f+_0x1efdf1(0x1ed)+_0x2bda26);try{if(!_0x331e05)return logger[_0x1efdf1(0x1fd)](_0x53b38f['BrdUx']),null;if(_0x331e05['fn']&&_0x331e05['fn'][_0x1efdf1(0x1ba)]()[_0x1efdf1(0x1be)](/browserstack internal helper hook/))return null;await this[_0x1efdf1(0x254)]();let _0xbdafe3;try{_0xbdafe3=this[_0x1efdf1(0x208)](_0x331e05);if(_0xbdafe3&&_0xbdafe3['includes'](_0x53b38f[_0x1efdf1(0x259)]))return null;}catch(_0x2401a8){logger[_0x1efdf1(0x1fd)](_0x1efdf1(0x1d0)+util[_0x1efdf1(0x24f)](_0x2401a8)),_0xbdafe3=null;}const _0x523bfa=this[_0x1efdf1(0x1c6)](_0x331e05),_0x228e9a=this[_0x1efdf1(0x201)](_0x331e05),_0x18e27b=_0x53b38f[_0x1efdf1(0x238)](_0xbdafe3,_0x53b38f[_0x1efdf1(0x1d3)]);let _0x2021a3=[];if(_0x53b38f[_0x1efdf1(0x266)](_0x331e05['errorsDetailed'],undefined))_0x2021a3=[_0x331e05['errorsDetailed'],_0x53b38f[_0x1efdf1(0x260)]];else _0x53b38f[_0x1efdf1(0x1df)](_0x2b9ebe,undefined)&&(_0x2021a3=[_0x2b9ebe,_0x53b38f['IXnlg']]);const _0x4c2f5f=_0x53b38f[_0x1efdf1(0x1df)](_0x331e05[_0x1efdf1(0x211)],undefined)?util[_0x1efdf1(0x25d)](_0x331e05[_0x1efdf1(0x211)][0x0]):_0x53b38f[_0x1efdf1(0x1bb)](_0x2b9ebe,undefined)?_0x2b9ebe['toString']():undefined;let _0xca2a13=_0x53b38f[_0x1efdf1(0x1b6)];if(_0x53b38f[_0x1efdf1(0x23a)](_0x51811f,_0x53b38f[_0x1efdf1(0x1f3)]))_0xca2a13=_0x53b38f[_0x1efdf1(0x21e)];else _0x331e05[_0x1efdf1(0x211)]&&_0x53b38f[_0x1efdf1(0x230)](_0x331e05[_0x1efdf1(0x211)][_0x1efdf1(0x1d4)],0x0)?_0xca2a13=_0x53b38f[_0x1efdf1(0x21b)]:_0xca2a13=_0x53b38f['mBbQl'];let _0x5b4b0a=null;if(_0x53b38f[_0x1efdf1(0x24e)](_0x331e05[_0x1efdf1(0x1dd)],undefined))_0x5b4b0a=_0x331e05[_0x1efdf1(0x1dd)];else(_0x51811f[_0x1efdf1(0x1be)](/Finished/)||_0x51811f[_0x1efdf1(0x1be)](/Skipped/))&&(_0x331e05['started_at']&&(_0x5b4b0a=_0x53b38f['tdYgK'](Date[_0x1efdf1(0x1ee)](),new Date(_0x331e05[_0x1efdf1(0x1f8)])['getTime']())));const _0x530ce6=_0x331e05['fn']?_0x331e05['fn'][_0x1efdf1(0x1ba)]():null,_0x230d35={'id':_0x2bda26,'uuid':_0x2bda26,'startedAt':_0x331e05[_0x1efdf1(0x1f8)]||new Date()[_0x1efdf1(0x225)](),'finishedAt':_0x51811f[_0x1efdf1(0x1be)](/Finished/)||_0x51811f[_0x1efdf1(0x1be)](/Skipped/)?new Date()[_0x1efdf1(0x225)]():null,'type':_0x53b38f[_0x1efdf1(0x260)],'body':{'lang':_0x53b38f[_0x1efdf1(0x1f7)],'code':_0x530ce6},'name':_0x228e9a,'scopes':_0x523bfa,'file_name':_0x18e27b,'location':_0x18e27b,'vc_filepath':this[_0x1efdf1(0x214)]&&_0xbdafe3?path[_0x1efdf1(0x239)](this[_0x1efdf1(0x214)],_0xbdafe3):null,'framework':_0x53b38f[_0x1efdf1(0x248)],'result':_0xca2a13,'failure_reason':_0x4c2f5f,'duration_in_ms':_0x5b4b0a,'failure':failureData['apply'](null,_0x2021a3),'failure_type':!_0x4c2f5f?null:_0x53b38f[_0x1efdf1(0x1e5)](getFailureType,_0x4c2f5f),'retry_of':_0x331e05[_0x1efdf1(0x24c)]||null,'customRerunParam':{'rerun_name':_0x228e9a}};_0x53b38f[_0x1efdf1(0x23a)](_0x51811f,_0x53b38f[_0x1efdf1(0x1f3)])&&!_0x230d35[_0x1efdf1(0x1da)]&&(_0x230d35[_0x1efdf1(0x1da)]=_0x230d35['finishedAt']);const _0x20802e=_0x230d35[_0x1efdf1(0x21c)]&&_0x230d35[_0x1efdf1(0x21c)][0x0];return _0x20802e&&(_0x230d35[_0x1efdf1(0x1e4)]=_0x20802e[_0x1efdf1(0x209)],_0x230d35[_0x1efdf1(0x1b3)]=_0x20802e[_0x1efdf1(0x22f)]),(_0x53b38f['AeDij'](_0x51811f,_0x53b38f[_0x1efdf1(0x1f9)])||_0x53b38f['xujdZ'](_0x51811f,_0x53b38f['bGVWp']))&&(_0x331e05['hooks']&&(_0x230d35[_0x1efdf1(0x1cd)]=_0x331e05[_0x1efdf1(0x1cd)])),_0x230d35;}catch(_0x2d84d3){return logger['debug']('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x1efdf1(0x24f)](_0x2d84d3)),null;}}async[a91_0x266f6e(0x1b0)](_0x19be62,_0x3f5d80,_0x530599,_0x5eb7c1){const _0x4805b8=a91_0x266f6e,_0x1c4353={'MkZPa':_0x4805b8(0x240),'Oqkao':'jest-circus','abrtO':_0x4805b8(0x23b),'XLkTT':_0x4805b8(0x24b),'OEqhS':_0x4805b8(0x1d1),'mOeWA':function(_0x2583d5,_0x5b7256){return _0x2583d5===_0x5b7256;},'dVTEy':_0x4805b8(0x1c3),'HeipV':function(_0x345f91,_0x2634d6){return _0x345f91>_0x2634d6;},'lILmz':_0x4805b8(0x21a),'KFdRP':function(_0x4a0e73,_0x469381){return _0x4a0e73(_0x469381);},'Rxfym':_0x4805b8(0x1b5),'TuIVV':_0x4805b8(0x255),'uDPFp':_0x4805b8(0x21f),'ajKDj':'javascript','udksu':_0x4805b8(0x228),'rwZBd':_0x4805b8(0x1f6)};logger[_0x4805b8(0x1fd)](_0x4805b8(0x1c9)+_0x530599+',\x20hookUUID:\x20'+_0x3f5d80+_0x4805b8(0x25b)+_0x5eb7c1);try{if(!_0x19be62)return logger[_0x4805b8(0x1fd)](_0x1c4353['MkZPa']),null;if(this['isJestInternalHook'](_0x19be62))return null;await this['configureGit']();let _0x281de3=null;try{_0x281de3=this[_0x4805b8(0x208)](_0x19be62);if(_0x281de3&&_0x281de3['includes'](_0x1c4353[_0x4805b8(0x1db)]))return null;if(_0x281de3&&_0x281de3[_0x4805b8(0x257)](_0x1c4353['abrtO']))return null;}catch(_0x345b8a){logger['debug'](_0x4805b8(0x219)+util['format'](_0x345b8a));}const _0x854d00=this[_0x4805b8(0x201)](_0x19be62),_0x4c3ff9=_0x19be62[_0x4805b8(0x1e2)]||_0x1c4353[_0x4805b8(0x200)],_0x4905c8=HOOK_TYPES_MAP[_0x4c3ff9]||_0x4c3ff9[_0x4805b8(0x1d6)](),_0x5af3cf=_0x19be62[_0x4805b8(0x222)]&&_0x19be62[_0x4805b8(0x222)][_0x4805b8(0x1e6)]?_0x19be62['parent'][_0x4805b8(0x1e6)]:'';let _0x3c3f13=_0x1c4353[_0x4805b8(0x1c2)],_0x47c55d=null,_0xa2a542=null,_0x1f5971=null,_0x599a2d=null;_0x1c4353[_0x4805b8(0x241)](_0x530599,_0x1c4353['dVTEy'])&&(_0x599a2d=new Date()[_0x4805b8(0x225)](),_0x19be62[_0x4805b8(0x211)]&&_0x1c4353['HeipV'](_0x19be62[_0x4805b8(0x211)][_0x4805b8(0x1d4)],0x0)?(_0x3c3f13=_0x1c4353['lILmz'],_0xa2a542=util[_0x4805b8(0x25d)](_0x19be62[_0x4805b8(0x211)][0x0]),_0x47c55d=_0x1c4353[_0x4805b8(0x207)](getFailureType,_0xa2a542),_0x1f5971=failureData[_0x4805b8(0x224)](null,[_0x19be62[_0x4805b8(0x211)],_0x1c4353[_0x4805b8(0x1b7)]])):_0x3c3f13=_0x1c4353[_0x4805b8(0x22a)]);const _0x4aa164={'uuid':_0x3f5d80,'type':_0x1c4353[_0x4805b8(0x220)],'hook_type':_0x4905c8,'name':_0x854d00,'body':{'lang':_0x1c4353[_0x4805b8(0x221)],'code':_0x19be62['fn']?_0x19be62['fn'][_0x4805b8(0x1ba)]():null},'tags':[],'test_run_id':_0x5eb7c1,'scope':_0x5af3cf,'scopes':[_0x5af3cf],'file_name':_0x281de3,'location':_0x281de3,'vc_filepath':this[_0x4805b8(0x214)]&&_0x281de3?path[_0x4805b8(0x239)](this[_0x4805b8(0x214)],_0x281de3):null,'result':_0x3c3f13,'started_at':_0x19be62[_0x4805b8(0x1f8)]||new Date()[_0x4805b8(0x225)](),'finished_at':_0x599a2d,'failure_type':_0x47c55d,'failure_reason':_0xa2a542,'failure_data':_0x1f5971,'framework':_0x1c4353['udksu']};return _0x1c4353[_0x4805b8(0x241)](_0x530599,_0x1c4353[_0x4805b8(0x229)])&&(hooksMap[_0x5eb7c1]?hooksMap[_0x5eb7c1][_0x4805b8(0x213)](_0x4aa164):hooksMap[_0x5eb7c1]=[_0x4aa164]),_0x4aa164;}catch(_0x1e0296){return logger['debug'](_0x4805b8(0x22c)+util['format'](_0x1e0296)),null;}}[a91_0x266f6e(0x20b)](_0x1b8360,_0x2b7c64,_0x17e139){const _0x8d4bf3=a91_0x266f6e,_0x51ff46={'HJBzj':function(_0x14898b,_0x332a60){return _0x14898b>_0x332a60;},'CnisA':_0x8d4bf3(0x21a),'rZLDr':function(_0x211db1,_0x227ac6){return _0x211db1(_0x227ac6);},'tnVAN':_0x8d4bf3(0x1b5),'plWtb':_0x8d4bf3(0x255)};try{const _0x55cd1b=hooksMap[_0x1b8360];if(!_0x55cd1b)return null;const _0x50cc0d=_0x55cd1b[_0x8d4bf3(0x1e7)](_0x53b545=>_0x53b545[_0x8d4bf3(0x1b4)]===_0x2b7c64);if(!_0x50cc0d)return null;return _0x50cc0d['finished_at']=new Date()['toISOString'](),_0x17e139[_0x8d4bf3(0x211)]&&_0x51ff46[_0x8d4bf3(0x20d)](_0x17e139['errorsDetailed'][_0x8d4bf3(0x1d4)],0x0)?(_0x50cc0d[_0x8d4bf3(0x1b9)]=_0x51ff46[_0x8d4bf3(0x1eb)],_0x50cc0d['failure_reason']=util[_0x8d4bf3(0x25d)](_0x17e139['errorsDetailed'][0x0]),_0x50cc0d[_0x8d4bf3(0x24d)]=_0x51ff46[_0x8d4bf3(0x1fe)](getFailureType,_0x50cc0d['failure_reason']),_0x50cc0d[_0x8d4bf3(0x1ec)]=failureData[_0x8d4bf3(0x224)](null,[_0x17e139[_0x8d4bf3(0x211)],_0x51ff46[_0x8d4bf3(0x1fc)]])):_0x50cc0d[_0x8d4bf3(0x1b9)]=_0x51ff46[_0x8d4bf3(0x1de)],_0x50cc0d;}catch(_0x2f886c){return logger[_0x8d4bf3(0x1fd)](_0x8d4bf3(0x21d)+util[_0x8d4bf3(0x24f)](_0x2f886c)),null;}}[a91_0x266f6e(0x201)](_0x11a4a6){const _0x56ee8c=a91_0x266f6e,_0x28279c={};_0x28279c[_0x56ee8c(0x1bc)]=function(_0x52f14c,_0x3a0df6){return _0x52f14c!==_0x3a0df6;},_0x28279c[_0x56ee8c(0x22b)]=_0x56ee8c(0x1b5),_0x28279c[_0x56ee8c(0x217)]=_0x56ee8c(0x1ca);const _0x5f38a6=_0x28279c;if(_0x5f38a6[_0x56ee8c(0x1bc)](_0x11a4a6['type'],_0x5f38a6['RwtIu']))return'\x22'+_0x11a4a6[_0x56ee8c(0x1e2)]+_0x56ee8c(0x227)+(_0x11a4a6[_0x56ee8c(0x222)]&&_0x11a4a6[_0x56ee8c(0x222)][_0x56ee8c(0x1e6)])+'\x22';return _0x11a4a6[_0x56ee8c(0x1e6)]||_0x5f38a6[_0x56ee8c(0x217)];}['getHierarchy'](_0xed156d){const _0x4e4bf3=a91_0x266f6e,_0x42e652={};_0x42e652['hivWb']=function(_0x1af1e1,_0x3dc7c7){return _0x1af1e1!==_0x3dc7c7;},_0x42e652[_0x4e4bf3(0x1bd)]=_0x4e4bf3(0x1d8);const _0x4c1ade=_0x42e652,_0x196bc5=[];if(_0xed156d&&_0xed156d[_0x4e4bf3(0x222)]){let _0x51d8b5=_0xed156d[_0x4e4bf3(0x222)];while(_0x51d8b5&&_0x51d8b5[_0x4e4bf3(0x1e6)]&&_0x4c1ade[_0x4e4bf3(0x256)](_0x51d8b5[_0x4e4bf3(0x1e6)],'')&&_0x4c1ade[_0x4e4bf3(0x256)](_0x51d8b5['name'],_0x4c1ade[_0x4e4bf3(0x1bd)])){_0x196bc5['push'](_0x51d8b5[_0x4e4bf3(0x1e6)]),_0x51d8b5=_0x51d8b5[_0x4e4bf3(0x222)];}}return _0x196bc5[_0x4e4bf3(0x261)](),_0x196bc5;}[a91_0x266f6e(0x208)](_0x359631){const _0x396b76=a91_0x266f6e;if(_0x359631[_0x396b76(0x223)])try{const _0x24e6e6=stackTrace['parse'][_0x396b76(0x264)](stackTrace,_0x359631[_0x396b76(0x223)]);if(_0x24e6e6[0x0]&&_0x24e6e6[0x0][_0x396b76(0x242)])return _0x24e6e6[0x0][_0x396b76(0x242)]();}catch(_0x3deeea){logger[_0x396b76(0x1fd)](_0x396b76(0x1cb)+util['format'](_0x3deeea));}if(_0x359631[_0x396b76(0x1c8)])return _0x359631['file'];return null;}['isJestInternalHook'](_0x2250de){const _0x2b4951=a91_0x266f6e,_0x34b5d9={};_0x34b5d9['WZqoa']=_0x2b4951(0x1f4);const _0x327466=_0x34b5d9;try{const _0x3491d7=this[_0x2b4951(0x208)](_0x2250de);if(_0x3491d7&&_0x3491d7[_0x2b4951(0x257)](_0x327466['WZqoa']))return!![];}catch(_0x1a5101){logger['debug'](_0x2b4951(0x250)+util[_0x2b4951(0x24f)](_0x1a5101));}return![];}[a91_0x266f6e(0x1b8)](_0x280631=null){const _0xb42d9e=a91_0x266f6e;try{const _0x1aba4b=_0x280631||global[_0xb42d9e(0x218)]||{};if(global[_0xb42d9e(0x1bf)])return global[_0xb42d9e(0x1bf)];if(_0x1aba4b?.[_0xb42d9e(0x1d5)]?.[_0xb42d9e(0x1ea)])return _0x1aba4b['currentTest'][_0xb42d9e(0x1ea)];if(_0x1aba4b?.[_0xb42d9e(0x1d5)]?.['id'])return _0x1aba4b['currentTest']['id'];return null;}catch(_0x45869e){return logger['debug'](_0xb42d9e(0x1cc)+util[_0xb42d9e(0x24f)](_0x45869e)),null;}}async[a91_0x266f6e(0x254)](){const _0xb95136=a91_0x266f6e,_0x374c31={'kywBj':function(_0x233bc5){return _0x233bc5();}};if(this['_gitConfigured'])return this[_0xb95136(0x214)];const _0x3a3eb8=await _0x374c31['kywBj'](getGitMetaData);_0x3a3eb8&&(this[_0xb95136(0x214)]=_0x3a3eb8[_0xb95136(0x1e8)]),this['_gitConfigured']=!![];}[a91_0x266f6e(0x235)](_0x5cad99){hooksMap[_0x5cad99]&&delete hooksMap[_0x5cad99];}[a91_0x266f6e(0x1c0)](_0x3f7445){const _0xd506c5=a91_0x266f6e,_0xa17c7={'qRckS':_0xd506c5(0x1f4),'SIlPi':function(_0x97ba6b,_0x2d73bf){return _0x97ba6b(_0x2d73bf);},'WUgBQ':_0xd506c5(0x20e)};if(_0x3f7445[_0xd506c5(0x1c8)])return _0x3f7445['file'];if(_0x3f7445['asyncError']){try{const _0x11537a=stackTrace[_0xd506c5(0x204)](_0x3f7445[_0xd506c5(0x223)]);if(_0x11537a[0x0]&&_0x11537a[0x0][_0xd506c5(0x242)]){const _0xbddb40=_0x11537a[0x0]['getFileName']();if(_0xbddb40&&!_0xbddb40[_0xd506c5(0x257)](_0xa17c7[_0xd506c5(0x23e)]))return _0xbddb40;}}catch(_0x24a018){logger[_0xd506c5(0x1fd)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0xd506c5(0x24f)](_0x24a018));}if(_0x3f7445[_0xd506c5(0x223)][_0xd506c5(0x247)]){const _0x28a4e7=_0x3f7445[_0xd506c5(0x223)]['stack'][_0xd506c5(0x263)]('\x0a');for(const _0x1bcbd6 of _0x28a4e7){const _0xb0a9f=_0x1bcbd6['match'](/at (.+?):\d+:\d+/);if(_0xb0a9f&&_0xb0a9f[0x1]&&!_0xb0a9f[0x1]['includes'](_0xa17c7[_0xd506c5(0x23e)]))return _0xb0a9f[0x1];}}}let _0x21626d=_0x3f7445[_0xd506c5(0x222)];while(_0x21626d){if(_0x21626d['file'])return _0x21626d[_0xd506c5(0x1c8)];if(_0x21626d[_0xd506c5(0x223)])try{const _0xfd13f3=stackTrace[_0xd506c5(0x204)](_0x21626d[_0xd506c5(0x223)]);if(_0xfd13f3[0x0]&&_0xfd13f3[0x0][_0xd506c5(0x242)]){const _0x4302a0=_0xfd13f3[0x0]['getFileName']();if(_0x4302a0&&!_0x4302a0[_0xd506c5(0x257)](_0xa17c7[_0xd506c5(0x23e)]))return _0x4302a0;}}catch(_0x51a1ab){}_0x21626d=_0x21626d[_0xd506c5(0x222)];}try{const _0x51c13a=_0xa17c7[_0xd506c5(0x202)](require,_0xa17c7[_0xd506c5(0x249)]);if(_0x51c13a&&_0x51c13a['getState']){const _0x194cdc=_0x51c13a[_0xd506c5(0x233)]();if(_0x194cdc&&_0x194cdc[_0xd506c5(0x22e)])return _0x194cdc[_0xd506c5(0x22e)];}}catch(_0x171f09){logger['debug']('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util['format'](_0x171f09));}return null;}[a91_0x266f6e(0x1b2)](_0xbb3572){const _0x3f8804=a91_0x266f6e,_0x33e968={};_0x33e968[_0x3f8804(0x1c5)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x33e968[_0x3f8804(0x25e)]=function(_0x5c0d60,_0x45fd3a){return _0x5c0d60!==_0x45fd3a;},_0x33e968[_0x3f8804(0x22d)]='ROOT_DESCRIBE_BLOCK',_0x33e968['DwMTl']=_0x3f8804(0x1f4),_0x33e968[_0x3f8804(0x1e3)]=_0x3f8804(0x245),_0x33e968[_0x3f8804(0x1fb)]=_0x3f8804(0x1dc);const _0x5af3de=_0x33e968;try{if(!_0xbb3572)return logger[_0x3f8804(0x215)](_0x5af3de[_0x3f8804(0x1c5)]),null;const _0x3a9c44=_0xbb3572[_0x3f8804(0x1c4)]||_0xbb3572['name']||_0xbb3572[_0x3f8804(0x262)]||_0xbb3572[_0x3f8804(0x226)];let _0x5c2fe8=_0x3a9c44;if(_0xbb3572[_0x3f8804(0x222)]&&_0xbb3572[_0x3f8804(0x222)][_0x3f8804(0x1e6)]&&_0x5af3de[_0x3f8804(0x25e)](_0xbb3572['parent'][_0x3f8804(0x1e6)],_0x5af3de[_0x3f8804(0x22d)])){const _0x2741bd=_0xbb3572['name']||_0xbb3572[_0x3f8804(0x262)];_0x2741bd&&(_0x5c2fe8=_0xbb3572[_0x3f8804(0x222)][_0x3f8804(0x1e6)]+'\x20'+_0x2741bd);}let _0x3a9ec5=_0xbb3572[_0x3f8804(0x22e)];if(!_0x3a9ec5&&_0xbb3572[_0x3f8804(0x223)]){try{const _0x1d3d18=stackTrace[_0x3f8804(0x204)](_0xbb3572[_0x3f8804(0x223)]);if(_0x1d3d18[0x0]&&_0x1d3d18[0x0][_0x3f8804(0x242)]){const _0x52f77e=_0x1d3d18[0x0]['getFileName']();_0x52f77e&&!_0x52f77e[_0x3f8804(0x257)](_0x5af3de[_0x3f8804(0x206)])&&(_0x3a9ec5=_0x52f77e);}}catch(_0x581110){logger[_0x3f8804(0x1fd)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x3f8804(0x24f)](_0x581110));}if(!_0x3a9ec5&&_0xbb3572['asyncError'][_0x3f8804(0x247)]){const _0x22dc6b=_0xbb3572[_0x3f8804(0x223)][_0x3f8804(0x247)][_0x3f8804(0x263)]('\x0a');for(const _0x254ed2 of _0x22dc6b){const _0x31f410=_0x254ed2['match'](/at (.+?):\d+:\d+/);if(_0x31f410&&_0x31f410[0x1]&&!_0x31f410[0x1][_0x3f8804(0x257)](_0x5af3de[_0x3f8804(0x206)])){_0x3a9ec5=_0x31f410[0x1];break;}}}}const _0x35b41e=_0x3a9ec5+'::'+_0x5c2fe8,_0x4172ff=crypto[_0x3f8804(0x216)](_0x5af3de[_0x3f8804(0x1e3)])[_0x3f8804(0x231)](_0x35b41e)[_0x3f8804(0x205)](_0x5af3de[_0x3f8804(0x1fb)])[_0x3f8804(0x20a)](0x0,0x8),_0x523289=process[_0x3f8804(0x1e9)]+_0x3f8804(0x23f)+_0x4172ff;return logger[_0x3f8804(0x1fd)](_0x3f8804(0x1d7)+_0x523289+_0x3f8804(0x1c1)+_0x35b41e),_0x523289;}catch(_0x501580){return logger[_0x3f8804(0x215)](_0x3f8804(0x210)+util['format'](_0x501580)),null;}}['createIdentifierFromJestTest'](_0x1a9f1e){const _0x368cb3=a91_0x266f6e,_0x8e8513={};_0x8e8513[_0x368cb3(0x1ce)]='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x446222=_0x8e8513;if(!_0x1a9f1e)return logger['debug'](_0x446222[_0x368cb3(0x1ce)]),null;const _0x160d3e=this[_0x368cb3(0x1c0)](_0x1a9f1e),_0x4eb692={};_0x4eb692[_0x368cb3(0x1e6)]=_0x1a9f1e['name']||_0x1a9f1e[_0x368cb3(0x262)],_0x4eb692['parent']=_0x1a9f1e[_0x368cb3(0x222)],_0x4eb692[_0x368cb3(0x22e)]=_0x160d3e,_0x4eb692[_0x368cb3(0x223)]=_0x1a9f1e[_0x368cb3(0x223)];const _0x522620=_0x4eb692;return this['createJestTestIdentifier'](_0x522620);}[a91_0x266f6e(0x243)](_0x23b334){const _0x350d52=a91_0x266f6e,_0x4ef3a7={};_0x4ef3a7[_0x350d52(0x1f0)]='[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation';const _0x337220=_0x4ef3a7;if(!_0x23b334)return logger[_0x350d52(0x1fd)](_0x337220['InFLU']),null;if(_0x23b334['testIdentifier'])return logger[_0x350d52(0x1fd)]('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x23b334[_0x350d52(0x265)]),_0x23b334[_0x350d52(0x265)];return this['createJestTestIdentifier'](_0x23b334);}}function a91_0x4272(){const _0x268a90=['AFTER_EACH',',\x20testRunId:\x20','1568387PfBzRD','inspect','lOUxZ','86895NQZPHt','LIvph','reverse','title','split','call','testIdentifier','lvhZh','createHookData','../../../helpers/test-observability/error-handler.js','createJestTestIdentifier','failure_reason_expanded','uuid','test','YfkAg','Rxfym','getTestIdentifier','result','toString','wcEdI','qoJtH','kMbIG','match','__jestCurrentTestIdentifier','extractTestFilePath','\x20from\x20compositeKey:\x20','OEqhS','HookRunFinished','fullName','MtpIr','getHierarchy','6974634SEtHSo','file','Creating\x20hook\x20data\x20for\x20eventType:\x20','Unknown\x20Test','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','hooks','koINY','26elXxfV','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','pending','TestRunFinished','RDNDA','length','currentTest','toUpperCase','[jestUtils]\x20Created\x20identifier:\x20','ROOT_DESCRIBE_BLOCK','912MUyDiQ','startedAt','Oqkao','hex','duration','plWtb','mlxSy','../TestInfo.js','BEFORE_EACH','type','jxRxk','failure_backtrace','IWMnw','name','find','root','pid','testAnalyticsId','CnisA','failure_data',',\x20testIdentifier:\x20','now','beforeEach','InFLU','path','createTestFrameworkData','bGVWp','jest-circus','../../../helpers/logger.js','HookRunStarted','UOspH','started_at','OoKcM','crypto','paFUq','tnVAN','debug','rZLDr','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','XLkTT','getName','SIlPi','createIdentifierFromJestTest','parse','digest','DwMTl','KFdRP','getRootParentFile','backtrace','substring','getHookRunEventData','javascript','HJBzj','expect','stack-trace','[jestUtils]\x20Error\x20creating\x20identifier:\x20','errorsDetailed','skipped','push','_gitConfigPath','error','createHash','VQlkB','__workerDetails','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','failed','MEsKv','failure','Exception\x20in\x20getHookRunEventData:\x20','fOcIb','hook','uDPFp','ajKDj','parent','asyncError','apply','toISOString','displayName','\x22\x20hook\x20for\x20\x22','jest','rwZBd','TuIVV','RwtIu','Exception\x20in\x20createHookData:\x20','rScXB','testPath','expanded','vlgse','update','err','getState','exports','clearHooksMap','20382890qMgNIy','../../../helpers/helper.js','fQZEV','relative','AeDij','browserstack-node-agent/src/bin/jest','winstonLogger','7460152rugbSK','qRckS',':jest-','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','mOeWA','getFileName','recreateIdentifierFromTestInfo','AFTER_ALL','md5','5ztTWss','stack','oRXNb','WUgBQ','isJestInternalHook','unknown','retryOf','failure_type','wklrH','format','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','../../../helpers/test-observability/utils','4730788INPJxO','TestRunSkipped','configureGit','passed','hivWb','includes','294774SLUIZj','oRUxI'];a91_0x4272=function(){return _0x268a90;};return a91_0x4272();}module[a91_0x266f6e(0x234)]=o11yClassErrorHandler(JestUtils,[a91_0x266f6e(0x254),a91_0x266f6e(0x1c6),'getRootParentFile',a91_0x266f6e(0x201),a91_0x266f6e(0x24a),a91_0x266f6e(0x1b8),a91_0x266f6e(0x1f2),'createHookData','getHookRunEventData',a91_0x266f6e(0x235),'extractTestFilePath',a91_0x266f6e(0x1b2),a91_0x266f6e(0x203),a91_0x266f6e(0x243)]);
1
+ function a91_0xa1c6(_0x1ae66d,_0x3dff36){const _0x256614=a91_0x2566();return a91_0xa1c6=function(_0xa1c635,_0x4ea224){_0xa1c635=_0xa1c635-0x1cf;let _0x52d1c0=_0x256614[_0xa1c635];return _0x52d1c0;},a91_0xa1c6(_0x1ae66d,_0x3dff36);}const a91_0x43e592=a91_0xa1c6;(function(_0x377d9,_0x5ebfce){const _0x4cfc70=a91_0xa1c6,_0x3874dc=_0x377d9();while(!![]){try{const _0x4ff0c1=-parseInt(_0x4cfc70(0x23f))/0x1+-parseInt(_0x4cfc70(0x1d4))/0x2+-parseInt(_0x4cfc70(0x24f))/0x3+-parseInt(_0x4cfc70(0x272))/0x4*(parseInt(_0x4cfc70(0x231))/0x5)+-parseInt(_0x4cfc70(0x229))/0x6*(-parseInt(_0x4cfc70(0x240))/0x7)+parseInt(_0x4cfc70(0x25b))/0x8+parseInt(_0x4cfc70(0x257))/0x9;if(_0x4ff0c1===_0x5ebfce)break;else _0x3874dc['push'](_0x3874dc['shift']());}catch(_0x3701e7){_0x3874dc['push'](_0x3874dc['shift']());}}}(a91_0x2566,0xe26e6));const path=require('path'),util=require(a91_0x43e592(0x207)),crypto=require('crypto'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x43e592(0x1f1)),logger=require(a91_0x43e592(0x213))[a91_0x43e592(0x244)],{o11yClassErrorHandler}=require(a91_0x43e592(0x1d0)),TestInfo=require(a91_0x43e592(0x249)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a91_0x43e592(0x255)),a91_0x3bd2b5={};a91_0x3bd2b5[a91_0x43e592(0x26f)]=a91_0x43e592(0x1d1),a91_0x3bd2b5[a91_0x43e592(0x1f0)]=a91_0x43e592(0x1d6),a91_0x3bd2b5['beforeEach']=a91_0x43e592(0x26a),a91_0x3bd2b5['afterEach']=a91_0x43e592(0x277);const HOOK_TYPES_MAP=a91_0x3bd2b5,hooksMap={};function a91_0x2566(){const _0x4df809=['aYAYz','skipped','kRuvU','format','relative','parse','err','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','match','ftKmw','AwlAr','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','retryOf','cXrFV','BEFORE_EACH','root','hook','fJGVj','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','beforeAll','yGgYL','vPEOu','657428dRiPiZ','inspect','UNnXm','toISOString','configureGit','AFTER_EACH','createIdentifierFromJestTest','expanded','getHookRunEventData','HookRunFinished','UmCop','title','getHierarchy','test','kIeXb',',\x20hookUUID:\x20','xzTqk','split','toUpperCase','saOfg','../../../helpers/test-observability/error-handler.js','BEFORE_ALL','errorsDetailed','ROOT_DESCRIBE_BLOCK','449750usIjxe','Exception\x20in\x20createHookData:\x20','AFTER_ALL','JmGLQ','ONyFW','getName','ReQAh','hooks','kxAqq','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','tMyqy','EfbqE','JmVSY','sCcVl','vAaAc','OwecB','aBwhg','failed','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','stack','Exception\x20in\x20createTestFrameworkData:\x20','File\x20path\x20could\x20not\x20be\x20found','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','finishedAt','recreateIdentifierFromTestInfo',',\x20testRunId:\x20','Pgigg','call','afterAll','../../../helpers/helper.js','DWlsM','testAnalyticsId','orKnW','file','expect','ZXiue','startedAt','now','asyncError','failure_data','pending','\x20from\x20compositeKey:\x20','pid','testPath','ADpQa','WKUzt','XvyVb','browserstack-node-agent/src/bin/jest','push','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','NidbX','util','RXVWZ','dGoiw','backtrace','kJtKx','getTestIdentifier','_gitConfigPath','result','length','Nuprk','ZlqoH','QDiSr','../../../helpers/logger.js','OCYrD','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','toString','fcWzY','digest','lhLwE','createHookData','failure_reason_expanded','jUADc','createHash','displayName','createJestTestIdentifier','clearHooksMap','Creating\x20hook\x20data\x20for\x20eventType:\x20','find','started_at','zhmjf','jest','finished_at','substring','createTestFrameworkData','4314666HEUuLx','bNmDz','Amoul','jest-circus','passed','includes','oTBCX','extractTestFilePath','30wZlbZr','failure_reason','tAYER','getRootParentFile','[jestUtils]\x20Error\x20creating\x20identifier:\x20','md5','\x22\x20hook\x20for\x20\x22','apply','exports','type','bFWiZ','error','FnDOa','TestRunSkipped','1610497uxvZIn','7ipVqNQ','VbyRo','currentTest','debug','winstonLogger','testIdentifier','duration','name','oBoPC','../TestInfo.js','failure_type','parent',':jest-','TestRunFinished','yvexy','2177232ESXaeR','_gitConfigured','HookRunStarted','getFileName','rDwpT','getState','stack-trace',',\x20testIdentifier:\x20','23652765OQyAEe','CgKXw','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','isJestInternalHook','9020192vlzJfG'];a91_0x2566=function(){return _0x4df809;};return a91_0x2566();}class JestUtils{constructor(){const _0x37c73d=a91_0x43e592;this[_0x37c73d(0x250)]=![],this['_gitConfigPath']=null;}async['createTestFrameworkData'](_0x1fb1a3,_0x251844,_0x494079=a91_0x43e592(0x24d),_0x4372c8=undefined){const _0x4c0f40=a91_0x43e592,_0x2384e0={'kJtKx':_0x4c0f40(0x215),'sCcVl':_0x4c0f40(0x22c),'OwecB':function(_0x2c7bad,_0x45f46c){return _0x2c7bad||_0x45f46c;},'AwlAr':_0x4c0f40(0x1e9),'UNnXm':function(_0x416618,_0x316d07){return _0x416618!==_0x316d07;},'ReQAh':_0x4c0f40(0x27f),'ADpQa':function(_0x1c4a59,_0x32affb){return _0x1c4a59!==_0x32affb;},'zhmjf':_0x4c0f40(0x262),'AAgZh':function(_0x56d2e0,_0x37e549){return _0x56d2e0!==_0x37e549;},'yGgYL':_0x4c0f40(0x1fc),'oBoPC':function(_0x4517a7,_0x16ff25){return _0x4517a7===_0x16ff25;},'EfbqE':_0x4c0f40(0x23e),'PAPJo':_0x4c0f40(0x25d),'YSsfW':function(_0x5a85c1,_0x192311){return _0x5a85c1>_0x192311;},'dJjEo':_0x4c0f40(0x1e5),'NidbX':_0x4c0f40(0x22d),'UmCop':function(_0x192cbd,_0x393887){return _0x192cbd!==_0x393887;},'eNIJQ':function(_0x4eb422,_0x5a59e4){return _0x4eb422-_0x5a59e4;},'CrOim':'javascript','JmGLQ':_0x4c0f40(0x225),'CgKXw':function(_0x169630,_0x54b8e9){return _0x169630(_0x54b8e9);},'rDwpT':function(_0x3babc4,_0x17baa3){return _0x3babc4===_0x17baa3;},'saOfg':function(_0x2d3b8c,_0x2a8afe){return _0x2d3b8c===_0x2a8afe;},'ftKmw':_0x4c0f40(0x24d),'QDiSr':function(_0x33e2ff,_0xfee36){return _0x33e2ff===_0xfee36;}};logger['debug'](_0x4c0f40(0x26e)+_0x494079+_0x4c0f40(0x256)+_0x251844);try{if(!_0x1fb1a3)return logger[_0x4c0f40(0x243)](_0x2384e0[_0x4c0f40(0x20b)]),null;if(_0x1fb1a3['fn']&&_0x1fb1a3['fn'][_0x4c0f40(0x216)]()[_0x4c0f40(0x264)](/browserstack internal helper hook/))return null;await this[_0x4c0f40(0x276)]();let _0x4fd433;try{_0x4fd433=this[_0x4c0f40(0x234)](_0x1fb1a3);if(_0x4fd433&&_0x4fd433[_0x4c0f40(0x22e)](_0x2384e0[_0x4c0f40(0x1e1)]))return null;}catch(_0x409279){logger[_0x4c0f40(0x243)](_0x4c0f40(0x263)+util[_0x4c0f40(0x25f)](_0x409279)),_0x4fd433=null;}const _0x3816ef=this[_0x4c0f40(0x27e)](_0x1fb1a3),_0x485f5c=this[_0x4c0f40(0x1d9)](_0x1fb1a3),_0x7c6be5=_0x2384e0[_0x4c0f40(0x1e3)](_0x4fd433,_0x2384e0[_0x4c0f40(0x266)]);let _0x1f2d23=[];if(_0x2384e0[_0x4c0f40(0x274)](_0x1fb1a3[_0x4c0f40(0x1d2)],undefined))_0x1f2d23=[_0x1fb1a3[_0x4c0f40(0x1d2)],_0x2384e0[_0x4c0f40(0x1da)]];else _0x2384e0[_0x4c0f40(0x200)](_0x4372c8,undefined)&&(_0x1f2d23=[_0x4372c8,_0x2384e0[_0x4c0f40(0x224)]]);const _0x3237de=_0x2384e0[_0x4c0f40(0x200)](_0x1fb1a3[_0x4c0f40(0x1d2)],undefined)?util['inspect'](_0x1fb1a3[_0x4c0f40(0x1d2)][0x0]):_0x2384e0['AAgZh'](_0x4372c8,undefined)?_0x4372c8[_0x4c0f40(0x216)]():undefined;let _0x15a022=_0x2384e0[_0x4c0f40(0x270)];if(_0x2384e0[_0x4c0f40(0x248)](_0x494079,_0x2384e0['EfbqE']))_0x15a022=_0x2384e0['PAPJo'];else _0x1fb1a3[_0x4c0f40(0x1d2)]&&_0x2384e0['YSsfW'](_0x1fb1a3[_0x4c0f40(0x1d2)]['length'],0x0)?_0x15a022=_0x2384e0['dJjEo']:_0x15a022=_0x2384e0[_0x4c0f40(0x206)];let _0x106d58=null;if(_0x2384e0[_0x4c0f40(0x27c)](_0x1fb1a3[_0x4c0f40(0x246)],undefined))_0x106d58=_0x1fb1a3['duration'];else(_0x494079[_0x4c0f40(0x264)](/Finished/)||_0x494079[_0x4c0f40(0x264)](/Skipped/))&&(_0x1fb1a3[_0x4c0f40(0x223)]&&(_0x106d58=_0x2384e0['eNIJQ'](Date[_0x4c0f40(0x1f9)](),new Date(_0x1fb1a3['started_at'])['getTime']())));const _0x488763=_0x1fb1a3['fn']?_0x1fb1a3['fn']['toString']():null,_0x395b18={'id':_0x251844,'uuid':_0x251844,'startedAt':_0x1fb1a3[_0x4c0f40(0x223)]||new Date()['toISOString'](),'finishedAt':_0x494079['match'](/Finished/)||_0x494079[_0x4c0f40(0x264)](/Skipped/)?new Date()[_0x4c0f40(0x275)]():null,'type':_0x2384e0[_0x4c0f40(0x1da)],'body':{'lang':_0x2384e0['CrOim'],'code':_0x488763},'name':_0x485f5c,'scopes':_0x3816ef,'file_name':_0x7c6be5,'location':_0x7c6be5,'vc_filepath':this[_0x4c0f40(0x20d)]&&_0x4fd433?path[_0x4c0f40(0x260)](this['_gitConfigPath'],_0x4fd433):null,'framework':_0x2384e0[_0x4c0f40(0x1d7)],'result':_0x15a022,'failure_reason':_0x3237de,'duration_in_ms':_0x106d58,'failure':failureData[_0x4c0f40(0x238)](null,_0x1f2d23),'failure_type':!_0x3237de?null:_0x2384e0[_0x4c0f40(0x258)](getFailureType,_0x3237de),'retry_of':_0x1fb1a3[_0x4c0f40(0x268)]||null,'customRerunParam':{'rerun_name':_0x485f5c}};_0x2384e0[_0x4c0f40(0x253)](_0x494079,_0x2384e0[_0x4c0f40(0x1df)])&&!_0x395b18[_0x4c0f40(0x1f8)]&&(_0x395b18[_0x4c0f40(0x1f8)]=_0x395b18[_0x4c0f40(0x1eb)]);const _0x359a49=_0x395b18['failure']&&_0x395b18['failure'][0x0];return _0x359a49&&(_0x395b18['failure_backtrace']=_0x359a49[_0x4c0f40(0x20a)],_0x395b18[_0x4c0f40(0x21b)]=_0x359a49[_0x4c0f40(0x279)]),(_0x2384e0[_0x4c0f40(0x1cf)](_0x494079,_0x2384e0[_0x4c0f40(0x265)])||_0x2384e0[_0x4c0f40(0x212)](_0x494079,_0x2384e0['EfbqE']))&&(_0x1fb1a3[_0x4c0f40(0x1db)]&&(_0x395b18[_0x4c0f40(0x1db)]=_0x1fb1a3['hooks'])),_0x395b18;}catch(_0x509f2a){return logger['debug'](_0x4c0f40(0x1e8)+util[_0x4c0f40(0x25f)](_0x509f2a)),null;}}async['createHookData'](_0x4694b2,_0x130d69,_0x510bbc,_0x1911a5){const _0x520f0f=a91_0x43e592,_0x3bb63c={'ZXiue':'No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','orKnW':_0x520f0f(0x22c),'Amoul':_0x520f0f(0x203),'vPEOu':'unknown','tMyqy':_0x520f0f(0x1fc),'kxAqq':function(_0x5d5432,_0x2e69cc){return _0x5d5432===_0x2e69cc;},'Pgigg':_0x520f0f(0x27b),'yvexy':function(_0x48d3a3,_0x294544){return _0x48d3a3>_0x294544;},'sjnqw':'failed','xzTqk':function(_0x1b873f,_0x580ed3){return _0x1b873f(_0x580ed3);},'dGoiw':_0x520f0f(0x27f),'bNmDz':_0x520f0f(0x22d),'ParjW':_0x520f0f(0x26c),'fJGVj':'javascript','vAaAc':_0x520f0f(0x225),'VbyRo':function(_0x41df2e,_0x1f0f6a){return _0x41df2e===_0x1f0f6a;},'meNUn':_0x520f0f(0x251)};logger[_0x520f0f(0x243)](_0x520f0f(0x221)+_0x510bbc+_0x520f0f(0x281)+_0x130d69+_0x520f0f(0x1ed)+_0x1911a5);try{if(!_0x4694b2)return logger[_0x520f0f(0x243)](_0x3bb63c[_0x520f0f(0x1f7)]),null;if(this['isJestInternalHook'](_0x4694b2))return null;await this['configureGit']();let _0x267d75=null;try{_0x267d75=this['getRootParentFile'](_0x4694b2);if(_0x267d75&&_0x267d75['includes'](_0x3bb63c[_0x520f0f(0x1f4)]))return null;if(_0x267d75&&_0x267d75[_0x520f0f(0x22e)](_0x3bb63c[_0x520f0f(0x22b)]))return null;}catch(_0x526ecd){logger['debug'](_0x520f0f(0x267)+util[_0x520f0f(0x25f)](_0x526ecd));}const _0x18c39e=this[_0x520f0f(0x1d9)](_0x4694b2),_0x2c3b5d=_0x4694b2[_0x520f0f(0x23a)]||_0x3bb63c[_0x520f0f(0x271)],_0x18a67c=HOOK_TYPES_MAP[_0x2c3b5d]||_0x2c3b5d[_0x520f0f(0x284)](),_0x206fed=_0x4694b2[_0x520f0f(0x24b)]&&_0x4694b2[_0x520f0f(0x24b)][_0x520f0f(0x247)]?_0x4694b2[_0x520f0f(0x24b)][_0x520f0f(0x247)]:'';let _0xae4877=_0x3bb63c[_0x520f0f(0x1de)],_0x1f207b=null,_0x51c25a=null,_0x4f227a=null,_0x4fd39b=null;_0x3bb63c[_0x520f0f(0x1dc)](_0x510bbc,_0x3bb63c[_0x520f0f(0x1ee)])&&(_0x4fd39b=new Date()[_0x520f0f(0x275)](),_0x4694b2[_0x520f0f(0x1d2)]&&_0x3bb63c[_0x520f0f(0x24e)](_0x4694b2['errorsDetailed'][_0x520f0f(0x20f)],0x0)?(_0xae4877=_0x3bb63c['sjnqw'],_0x51c25a=util[_0x520f0f(0x273)](_0x4694b2[_0x520f0f(0x1d2)][0x0]),_0x1f207b=_0x3bb63c[_0x520f0f(0x282)](getFailureType,_0x51c25a),_0x4f227a=failureData[_0x520f0f(0x238)](null,[_0x4694b2[_0x520f0f(0x1d2)],_0x3bb63c[_0x520f0f(0x209)]])):_0xae4877=_0x3bb63c[_0x520f0f(0x22a)]);const _0x46a2c3={'uuid':_0x130d69,'type':_0x3bb63c['ParjW'],'hook_type':_0x18a67c,'name':_0x18c39e,'body':{'lang':_0x3bb63c[_0x520f0f(0x26d)],'code':_0x4694b2['fn']?_0x4694b2['fn'][_0x520f0f(0x216)]():null},'tags':[],'test_run_id':_0x1911a5,'scope':_0x206fed,'scopes':[_0x206fed],'file_name':_0x267d75,'location':_0x267d75,'vc_filepath':this[_0x520f0f(0x20d)]&&_0x267d75?path[_0x520f0f(0x260)](this['_gitConfigPath'],_0x267d75):null,'result':_0xae4877,'started_at':_0x4694b2[_0x520f0f(0x223)]||new Date()[_0x520f0f(0x275)](),'finished_at':_0x4fd39b,'failure_type':_0x1f207b,'failure_reason':_0x51c25a,'failure_data':_0x4f227a,'framework':_0x3bb63c[_0x520f0f(0x1e2)]};return _0x3bb63c[_0x520f0f(0x241)](_0x510bbc,_0x3bb63c['meNUn'])&&(hooksMap[_0x1911a5]?hooksMap[_0x1911a5]['push'](_0x46a2c3):hooksMap[_0x1911a5]=[_0x46a2c3]),_0x46a2c3;}catch(_0x1d1830){return logger[_0x520f0f(0x243)](_0x520f0f(0x1d5)+util['format'](_0x1d1830)),null;}}[a91_0x43e592(0x27a)](_0x14cf11,_0x40e1a1,_0x5772c0){const _0x2e8f4b=a91_0x43e592,_0x202ede={'bakIz':function(_0x379740,_0x442634){return _0x379740>_0x442634;},'FnDOa':_0x2e8f4b(0x1e5),'ONyFW':function(_0x28c1fe,_0x5b4aaa){return _0x28c1fe(_0x5b4aaa);},'DWlsM':_0x2e8f4b(0x27f),'jUADc':_0x2e8f4b(0x22d)};try{const _0xff4c71=hooksMap[_0x14cf11];if(!_0xff4c71)return null;const _0x29c183=_0xff4c71[_0x2e8f4b(0x222)](_0x44d486=>_0x44d486['uuid']===_0x40e1a1);if(!_0x29c183)return null;return _0x29c183[_0x2e8f4b(0x226)]=new Date()['toISOString'](),_0x5772c0[_0x2e8f4b(0x1d2)]&&_0x202ede['bakIz'](_0x5772c0['errorsDetailed'][_0x2e8f4b(0x20f)],0x0)?(_0x29c183['result']=_0x202ede[_0x2e8f4b(0x23d)],_0x29c183[_0x2e8f4b(0x232)]=util[_0x2e8f4b(0x273)](_0x5772c0[_0x2e8f4b(0x1d2)][0x0]),_0x29c183[_0x2e8f4b(0x24a)]=_0x202ede[_0x2e8f4b(0x1d8)](getFailureType,_0x29c183[_0x2e8f4b(0x232)]),_0x29c183[_0x2e8f4b(0x1fb)]=failureData[_0x2e8f4b(0x238)](null,[_0x5772c0[_0x2e8f4b(0x1d2)],_0x202ede[_0x2e8f4b(0x1f2)]])):_0x29c183[_0x2e8f4b(0x20e)]=_0x202ede[_0x2e8f4b(0x21c)],_0x29c183;}catch(_0x5281fc){return logger[_0x2e8f4b(0x243)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x5281fc)),null;}}[a91_0x43e592(0x1d9)](_0x4453d5){const _0x2a2783=a91_0x43e592,_0x23f5a2={};_0x23f5a2['QKQdt']=function(_0x27e7e5,_0x23b7df){return _0x27e7e5!==_0x23b7df;},_0x23f5a2[_0x2a2783(0x208)]=_0x2a2783(0x27f),_0x23f5a2[_0x2a2783(0x211)]='Unknown\x20Test';const _0x33fc82=_0x23f5a2;if(_0x33fc82['QKQdt'](_0x4453d5[_0x2a2783(0x23a)],_0x33fc82[_0x2a2783(0x208)]))return'\x22'+_0x4453d5[_0x2a2783(0x23a)]+_0x2a2783(0x237)+(_0x4453d5[_0x2a2783(0x24b)]&&_0x4453d5['parent']['name'])+'\x22';return _0x4453d5['name']||_0x33fc82[_0x2a2783(0x211)];}['getHierarchy'](_0x32245e){const _0x33f08e=a91_0x43e592,_0x2c7df9={};_0x2c7df9[_0x33f08e(0x233)]=function(_0x36ee2b,_0x105bcc){return _0x36ee2b!==_0x105bcc;},_0x2c7df9[_0x33f08e(0x25e)]=_0x33f08e(0x1d3);const _0x465533=_0x2c7df9,_0x3e2222=[];if(_0x32245e&&_0x32245e['parent']){let _0xb323c7=_0x32245e[_0x33f08e(0x24b)];while(_0xb323c7&&_0xb323c7[_0x33f08e(0x247)]&&_0x465533['tAYER'](_0xb323c7[_0x33f08e(0x247)],'')&&_0x465533['tAYER'](_0xb323c7[_0x33f08e(0x247)],_0x465533['kRuvU'])){_0x3e2222[_0x33f08e(0x204)](_0xb323c7[_0x33f08e(0x247)]),_0xb323c7=_0xb323c7[_0x33f08e(0x24b)];}}return _0x3e2222['reverse'](),_0x3e2222;}[a91_0x43e592(0x234)](_0xd62a22){const _0x41e540=a91_0x43e592;if(_0xd62a22[_0x41e540(0x1fa)])try{const _0x5f0d3e=stackTrace[_0x41e540(0x261)][_0x41e540(0x1ef)](stackTrace,_0xd62a22[_0x41e540(0x1fa)]);if(_0x5f0d3e[0x0]&&_0x5f0d3e[0x0][_0x41e540(0x252)])return _0x5f0d3e[0x0][_0x41e540(0x252)]();}catch(_0x6c01b){logger[_0x41e540(0x243)](_0x41e540(0x1e6)+util[_0x41e540(0x25f)](_0x6c01b));}if(_0xd62a22[_0x41e540(0x1f5)])return _0xd62a22[_0x41e540(0x1f5)];return null;}[a91_0x43e592(0x25a)](_0xed6a35){const _0x3ab7ae=a91_0x43e592,_0x402d49={};_0x402d49[_0x3ab7ae(0x23b)]=_0x3ab7ae(0x22c);const _0x35e67d=_0x402d49;try{const _0x1b62b4=this[_0x3ab7ae(0x234)](_0xed6a35);if(_0x1b62b4&&_0x1b62b4[_0x3ab7ae(0x22e)](_0x35e67d[_0x3ab7ae(0x23b)]))return!![];}catch(_0x152775){logger['debug']('Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20'+util[_0x3ab7ae(0x25f)](_0x152775));}return![];}['getTestIdentifier'](_0x191eb3=null){const _0xdf3a28=a91_0x43e592;try{const _0x541ac9=_0x191eb3||global['__workerDetails']||{};if(global['__jestCurrentTestIdentifier'])return global['__jestCurrentTestIdentifier'];if(_0x541ac9?.['currentTest']?.[_0xdf3a28(0x1f3)])return _0x541ac9['currentTest'][_0xdf3a28(0x1f3)];if(_0x541ac9?.[_0xdf3a28(0x242)]?.['id'])return _0x541ac9[_0xdf3a28(0x242)]['id'];return null;}catch(_0x426e16){return logger[_0xdf3a28(0x243)](_0xdf3a28(0x1ea)+util['format'](_0x426e16)),null;}}async['configureGit'](){const _0x4bccf2=a91_0x43e592,_0x51e2fb={'Nuprk':function(_0x117eaa){return _0x117eaa();}};if(this['_gitConfigured'])return this[_0x4bccf2(0x20d)];const _0x549cec=await _0x51e2fb[_0x4bccf2(0x210)](getGitMetaData);_0x549cec&&(this[_0x4bccf2(0x20d)]=_0x549cec[_0x4bccf2(0x26b)]),this[_0x4bccf2(0x250)]=!![];}[a91_0x43e592(0x220)](_0x369308){hooksMap[_0x369308]&&delete hooksMap[_0x369308];}[a91_0x43e592(0x230)](_0x2e834b){const _0x2bc0bb=a91_0x43e592,_0x5029c9={'aBwhg':_0x2bc0bb(0x22c),'JmVSY':function(_0x54d365,_0x536a05){return _0x54d365(_0x536a05);},'XvyVb':_0x2bc0bb(0x1f6)};if(_0x2e834b[_0x2bc0bb(0x1f5)])return _0x2e834b[_0x2bc0bb(0x1f5)];if(_0x2e834b[_0x2bc0bb(0x1fa)]){try{const _0x4e02c2=stackTrace[_0x2bc0bb(0x261)](_0x2e834b[_0x2bc0bb(0x1fa)]);if(_0x4e02c2[0x0]&&_0x4e02c2[0x0][_0x2bc0bb(0x252)]){const _0x5be95f=_0x4e02c2[0x0][_0x2bc0bb(0x252)]();if(_0x5be95f&&!_0x5be95f[_0x2bc0bb(0x22e)](_0x5029c9[_0x2bc0bb(0x1e4)]))return _0x5be95f;}}catch(_0x25ec66){logger[_0x2bc0bb(0x243)](_0x2bc0bb(0x1dd)+util['format'](_0x25ec66));}if(_0x2e834b[_0x2bc0bb(0x1fa)][_0x2bc0bb(0x1e7)]){const _0x1032e4=_0x2e834b['asyncError'][_0x2bc0bb(0x1e7)]['split']('\x0a');for(const _0x1c9999 of _0x1032e4){const _0x17d18e=_0x1c9999[_0x2bc0bb(0x264)](/at (.+?):\d+:\d+/);if(_0x17d18e&&_0x17d18e[0x1]&&!_0x17d18e[0x1]['includes'](_0x5029c9[_0x2bc0bb(0x1e4)]))return _0x17d18e[0x1];}}}let _0x2d2034=_0x2e834b[_0x2bc0bb(0x24b)];while(_0x2d2034){if(_0x2d2034[_0x2bc0bb(0x1f5)])return _0x2d2034[_0x2bc0bb(0x1f5)];if(_0x2d2034['asyncError'])try{const _0x40e20b=stackTrace[_0x2bc0bb(0x261)](_0x2d2034[_0x2bc0bb(0x1fa)]);if(_0x40e20b[0x0]&&_0x40e20b[0x0][_0x2bc0bb(0x252)]){const _0xda35f2=_0x40e20b[0x0][_0x2bc0bb(0x252)]();if(_0xda35f2&&!_0xda35f2[_0x2bc0bb(0x22e)](_0x5029c9['aBwhg']))return _0xda35f2;}}catch(_0x37e3eb){}_0x2d2034=_0x2d2034[_0x2bc0bb(0x24b)];}try{const _0x405f92=_0x5029c9[_0x2bc0bb(0x1e0)](require,_0x5029c9[_0x2bc0bb(0x202)]);if(_0x405f92&&_0x405f92[_0x2bc0bb(0x254)]){const _0x5efa6c=_0x405f92[_0x2bc0bb(0x254)]();if(_0x5efa6c&&_0x5efa6c['testPath'])return _0x5efa6c[_0x2bc0bb(0x1ff)];}}catch(_0x47ca94){logger[_0x2bc0bb(0x243)](_0x2bc0bb(0x205)+util['format'](_0x47ca94));}return null;}[a91_0x43e592(0x21f)](_0x2e6114){const _0x3e5477=a91_0x43e592,_0x36c510={};_0x36c510[_0x3e5477(0x219)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x36c510[_0x3e5477(0x217)]=function(_0x2e74b2,_0x36ab58){return _0x2e74b2!==_0x36ab58;},_0x36c510[_0x3e5477(0x22f)]=_0x3e5477(0x1d3),_0x36c510[_0x3e5477(0x269)]='jest-circus',_0x36c510[_0x3e5477(0x25c)]=_0x3e5477(0x236),_0x36c510[_0x3e5477(0x201)]='hex';const _0xa22b42=_0x36c510;try{if(!_0x2e6114)return logger[_0x3e5477(0x23c)](_0xa22b42[_0x3e5477(0x219)]),null;const _0x15ad28=_0x2e6114['fullName']||_0x2e6114[_0x3e5477(0x247)]||_0x2e6114[_0x3e5477(0x27d)]||_0x2e6114[_0x3e5477(0x21e)];let _0x4b51b7=_0x15ad28;if(_0x2e6114[_0x3e5477(0x24b)]&&_0x2e6114[_0x3e5477(0x24b)][_0x3e5477(0x247)]&&_0xa22b42[_0x3e5477(0x217)](_0x2e6114[_0x3e5477(0x24b)][_0x3e5477(0x247)],_0xa22b42['oTBCX'])){const _0xf8d3dc=_0x2e6114[_0x3e5477(0x247)]||_0x2e6114['title'];_0xf8d3dc&&(_0x4b51b7=_0x2e6114['parent'][_0x3e5477(0x247)]+'\x20'+_0xf8d3dc);}let _0x316698=_0x2e6114[_0x3e5477(0x1ff)];if(!_0x316698&&_0x2e6114[_0x3e5477(0x1fa)]){try{const _0x6584f0=stackTrace[_0x3e5477(0x261)](_0x2e6114[_0x3e5477(0x1fa)]);if(_0x6584f0[0x0]&&_0x6584f0[0x0][_0x3e5477(0x252)]){const _0x31c058=_0x6584f0[0x0][_0x3e5477(0x252)]();_0x31c058&&!_0x31c058[_0x3e5477(0x22e)](_0xa22b42[_0x3e5477(0x269)])&&(_0x316698=_0x31c058);}}catch(_0x3bc69c){logger['debug']('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x3e5477(0x25f)](_0x3bc69c));}if(!_0x316698&&_0x2e6114[_0x3e5477(0x1fa)][_0x3e5477(0x1e7)]){const _0x5f1c6f=_0x2e6114[_0x3e5477(0x1fa)][_0x3e5477(0x1e7)][_0x3e5477(0x283)]('\x0a');for(const _0x1bf6e8 of _0x5f1c6f){const _0x582ea8=_0x1bf6e8[_0x3e5477(0x264)](/at (.+?):\d+:\d+/);if(_0x582ea8&&_0x582ea8[0x1]&&!_0x582ea8[0x1][_0x3e5477(0x22e)](_0xa22b42[_0x3e5477(0x269)])){_0x316698=_0x582ea8[0x1];break;}}}}const _0x299b38=_0x316698+'::'+_0x4b51b7,_0x548d2b=crypto[_0x3e5477(0x21d)](_0xa22b42[_0x3e5477(0x25c)])['update'](_0x299b38)[_0x3e5477(0x218)](_0xa22b42['WKUzt'])[_0x3e5477(0x227)](0x0,0x8),_0x488f94=process[_0x3e5477(0x1fe)]+_0x3e5477(0x24c)+_0x548d2b;return logger[_0x3e5477(0x243)]('[jestUtils]\x20Created\x20identifier:\x20'+_0x488f94+_0x3e5477(0x1fd)+_0x299b38),_0x488f94;}catch(_0x2b19c9){return logger[_0x3e5477(0x23c)](_0x3e5477(0x235)+util[_0x3e5477(0x25f)](_0x2b19c9)),null;}}[a91_0x43e592(0x278)](_0x1c01ed){const _0x20d41e=a91_0x43e592,_0x258df3={};_0x258df3[_0x20d41e(0x214)]='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x387ccd=_0x258df3;if(!_0x1c01ed)return logger[_0x20d41e(0x243)](_0x387ccd[_0x20d41e(0x214)]),null;const _0x27658c=this[_0x20d41e(0x230)](_0x1c01ed),_0x3985e4={};_0x3985e4[_0x20d41e(0x247)]=_0x1c01ed[_0x20d41e(0x247)]||_0x1c01ed[_0x20d41e(0x27d)],_0x3985e4['parent']=_0x1c01ed[_0x20d41e(0x24b)],_0x3985e4[_0x20d41e(0x1ff)]=_0x27658c,_0x3985e4[_0x20d41e(0x1fa)]=_0x1c01ed['asyncError'];const _0x2d15d8=_0x3985e4;return this[_0x20d41e(0x21f)](_0x2d15d8);}['recreateIdentifierFromTestInfo'](_0x50bc5f){const _0xfce702=a91_0x43e592,_0x10a6e3={};_0x10a6e3[_0xfce702(0x280)]=_0xfce702(0x259);const _0x2a3953=_0x10a6e3;if(!_0x50bc5f)return logger[_0xfce702(0x243)](_0x2a3953[_0xfce702(0x280)]),null;if(_0x50bc5f['testIdentifier'])return logger['debug']('[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20'+_0x50bc5f[_0xfce702(0x245)]),_0x50bc5f[_0xfce702(0x245)];return this[_0xfce702(0x21f)](_0x50bc5f);}}module[a91_0x43e592(0x239)]=o11yClassErrorHandler(JestUtils,['configureGit',a91_0x43e592(0x27e),a91_0x43e592(0x234),'getName','isJestInternalHook',a91_0x43e592(0x20c),a91_0x43e592(0x228),a91_0x43e592(0x21a),a91_0x43e592(0x27a),a91_0x43e592(0x220),'extractTestFilePath',a91_0x43e592(0x21f),a91_0x43e592(0x278),a91_0x43e592(0x1ec)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a92_0x3cfc73=a92_0x26ec;(function(_0x33fe23,_0x321a8e){const _0x5480a5=a92_0x26ec,_0x51d560=_0x33fe23();while(!![]){try{const _0x45c92a=-parseInt(_0x5480a5(0x198))/0x1*(parseInt(_0x5480a5(0x190))/0x2)+-parseInt(_0x5480a5(0x18e))/0x3+parseInt(_0x5480a5(0x1a2))/0x4+-parseInt(_0x5480a5(0x19a))/0x5*(parseInt(_0x5480a5(0x1a0))/0x6)+parseInt(_0x5480a5(0x186))/0x7*(-parseInt(_0x5480a5(0x199))/0x8)+parseInt(_0x5480a5(0x1ab))/0x9*(parseInt(_0x5480a5(0x194))/0xa)+parseInt(_0x5480a5(0x18b))/0xb*(parseInt(_0x5480a5(0x182))/0xc);if(_0x45c92a===_0x321a8e)break;else _0x51d560['push'](_0x51d560['shift']());}catch(_0x5a20ad){_0x51d560['push'](_0x51d560['shift']());}}}(a92_0x1e43,0x95952));function a92_0x26ec(_0x2dcbf2,_0x3f807b){const _0x1e4320=a92_0x1e43();return a92_0x26ec=function(_0x26ec16,_0x5d3a50){_0x26ec16=_0x26ec16-0x176;let _0x257d7d=_0x1e4320[_0x26ec16];return _0x257d7d;},a92_0x26ec(_0x2dcbf2,_0x3f807b);}const fs=require('fs'),path=require(a92_0x3cfc73(0x19f)),{default:BrowserStackSetup}=require(a92_0x3cfc73(0x18d)),helper=require('../../helpers/helper'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a92_0x3cfc73(0x17b)],utilities=require(a92_0x3cfc73(0x18a)),{parallelVanillaRun}=require(a92_0x3cfc73(0x18f)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a92_0x1e43(){const _0x129b1a=['args','proxySettings','parallelsPerPlatform','modifyBrowserStackCaps','EVENTS','\x20doesn\x27t\x20exist','uAfjJ','hiriA','IscrN','GmQxt','File\x20path\x20is\x20required','60rTAsQI','then','vanilla','configuration','28OvWHkJ','getPlatformName','initialize','launchBuild','../../helpers/utilities','4731903XvtXNs','length','../../helpers/BrowserStackSetup','3468435ubezqt','../test-runner','130oaEiZA','platforms','finally','file','11316430SVFaSV','AUEUZ','SDK_SETUP','join','8033yeDLgl','668344IDrYgj','170dKzHWd','start','useW3C','forEach','finalExecution','path','158226edAuzY','push','957032gvUZgo','modifyBrowserStackW3CCaps','config','existsSync','uwnhz','cwd','LTBxb','QXAjA','assign','9UEyvcA','getHubUrl','SDK_CLEANUP'];a92_0x1e43=function(){return _0x129b1a;};return a92_0x1e43();}async function run(_0x1632d0,_0x13fae9,_0xad4d12){const _0xca8a72=a92_0x3cfc73,_0x1fabd8={'uAfjJ':_0xca8a72(0x184),'hiriA':function(_0x11fd3d,_0x4d9a72){return _0x11fd3d(_0x4d9a72);},'IscrN':_0xca8a72(0x181),'uwnhz':function(_0x6d85d3,_0x4c5131){return _0x6d85d3(_0x4c5131);},'LTBxb':'Config\x20yml\x20is\x20required','QXAjA':function(_0x37bb04,_0x234043){return _0x37bb04>_0x234043;},'AUEUZ':function(_0x1dfd5e,_0x402c48){return _0x1dfd5e*_0x402c48;},'GmQxt':function(_0x417bb2,_0x5468a8,_0x45bbb1){return _0x417bb2(_0x5468a8,_0x45bbb1);}};await _0xad4d12[_0xca8a72(0x188)](_0x1632d0),await helper['handleApp'](_0xad4d12[_0xca8a72(0x1a4)]);const _0x3cc651=[];if(helper['isUndefined'](_0x1632d0['_'][0x1]))throw _0x1fabd8[_0xca8a72(0x17e)](Error,_0x1fabd8[_0xca8a72(0x17f)]);const _0x430adb=path[_0xca8a72(0x197)](process[_0xca8a72(0x1a7)](),_0x1632d0['_'][0x1]);if(!fs[_0xca8a72(0x1a5)](_0x430adb))throw _0x1fabd8['hiriA'](Error,'File\x20'+_0x1632d0['_'][0x1]+_0xca8a72(0x17c));if(!_0xad4d12[_0xca8a72(0x1a4)])throw _0x1fabd8[_0xca8a72(0x1a6)](Error,_0x1fabd8[_0xca8a72(0x1a8)]);const _0x72d82d=helper[_0xca8a72(0x19c)](_0xad4d12[_0xca8a72(0x1a4)]);_0xad4d12[_0xca8a72(0x1a4)][_0xca8a72(0x191)]&&_0x1fabd8['QXAjA'](_0xad4d12[_0xca8a72(0x1a4)][_0xca8a72(0x191)]['length'],0x0)&&_0xad4d12[_0xca8a72(0x1a4)][_0xca8a72(0x191)][_0xca8a72(0x19d)]((_0x2cd902,_0x533058)=>{const _0x31c506=_0xca8a72;_0x72d82d?_0x3cc651[_0x31c506(0x1a1)](helper[_0x31c506(0x1a3)](_0xad4d12[_0x31c506(0x1a4)],_0x1fabd8[_0x31c506(0x17d)],_0x533058)):_0x3cc651['push'](helper[_0x31c506(0x17a)](_0xad4d12['config'],_0x1fabd8[_0x31c506(0x17d)],_0x533058));});let _0x4dce8a,_0x413fe8;const _0x2729df=[];if(_0x1fabd8[_0xca8a72(0x1a9)](_0x3cc651[_0xca8a72(0x18c)],0x0))_0x3cc651[_0xca8a72(0x19d)]((_0xab32a5,_0x41b0df)=>{const _0x2c2b78=_0xca8a72,_0x514f3b={};_0x514f3b['index']=_0x41b0df,_0x4dce8a={'server':helper['getHubUrl'](_0xad4d12[_0x2c2b78(0x1a4)]),'proxySettings':_0xad4d12[_0x2c2b78(0x1a4)][_0x2c2b78(0x178)],'platform':helper[_0x2c2b78(0x187)](_0xab32a5),'platformCaps':Object[_0x2c2b78(0x1aa)](_0x514f3b,_0xad4d12[_0x2c2b78(0x1a4)][_0x2c2b78(0x191)][_0x41b0df])};const _0x1955c1={'capability':_0xab32a5,..._0x4dce8a};_0x1955c1[_0x2c2b78(0x193)]=_0x430adb,_0x1955c1['args']=_0x13fae9;const _0x534cb1={};_0x534cb1[_0x2c2b78(0x185)]=_0x1955c1,_0x413fe8=_0x534cb1,_0x2729df[_0x2c2b78(0x1a1)](_0x413fe8);});else{let _0x196cef;_0x72d82d?_0x196cef=helper['modifyBrowserStackW3CCaps'](_0xad4d12[_0xca8a72(0x1a4)],_0x1fabd8['uAfjJ'],0x0):_0x196cef=helper['modifyBrowserStackCaps'](_0xad4d12[_0xca8a72(0x1a4)],_0x1fabd8[_0xca8a72(0x17d)],0x0);_0x4dce8a={'server':helper[_0xca8a72(0x1ac)](_0xad4d12[_0xca8a72(0x1a4)]),'proxySettings':_0xad4d12['config'][_0xca8a72(0x178)]};const _0x1b0c61={'capability':_0x196cef,..._0x4dce8a};_0x1b0c61[_0xca8a72(0x193)]=_0x430adb,_0x1b0c61[_0xca8a72(0x177)]=_0x13fae9;const _0x47158d={};_0x47158d['configuration']=_0x1b0c61,_0x413fe8=_0x47158d,_0x2729df['push'](_0x413fe8);}const _0x41461a=await TestHubHandler[_0xca8a72(0x189)](_0x1fabd8[_0xca8a72(0x17d)],_0xad4d12),_0x98306d=_0x1fabd8[_0xca8a72(0x195)](_0xad4d12[_0xca8a72(0x1a4)][_0xca8a72(0x191)]['length']||0x1,_0xad4d12[_0xca8a72(0x1a4)][_0xca8a72(0x179)]||0x1);PerformanceTester['end'](PerformanceEvents[_0xca8a72(0x196)]),_0x1fabd8[_0xca8a72(0x180)](parallelVanillaRun,_0x2729df,_0x98306d)[_0xca8a72(0x183)](_0x16bef1=>{})[_0xca8a72(0x192)](async()=>{const _0x2f69cf=_0xca8a72;PerformanceTester[_0x2f69cf(0x19b)](PerformanceEvents[_0x2f69cf(0x176)]),await utilities[_0x2f69cf(0x19e)](_0xad4d12);});}module['exports']=run;
2
+ 'use strict';function a92_0xa2c1(){const _0x353a20=['vanilla','1227670cvLvtZ','proxySettings','isUndefined','3237210YtWrDn','129717TXyDmw','cwd','120004oKJeWF','args','platforms','forEach','index','FTTvH','../../helpers/helper','exports','config','handleApp','XQkVd','Config\x20yml\x20is\x20required','JvAFc','end','oZSTJ','FYcZO','existsSync','9ddyZyp','initialize','../../helpers/performance/performance-tester','42yyqdWR','modifyBrowserStackCaps','file','useW3C','GWEHg','\x20doesn\x27t\x20exist','push','assign','../../helpers/BrowserStackSetup','4544628RySxTR','launchBuild','join','getHubUrl','eqAcJ','BMEZA','modifyBrowserStackW3CCaps','6155634aafFcH','length','7749273isUHhO','configuration','../../helpers/performance/constants','../../helpers/utilities','SDK_CLEANUP','finally','start','8DiEgPg','File\x20'];a92_0xa2c1=function(){return _0x353a20;};return a92_0xa2c1();}const a92_0x346bd0=a92_0x1c94;(function(_0xbabb1a,_0x11da42){const _0x419087=a92_0x1c94,_0x3ba8a=_0xbabb1a();while(!![]){try{const _0x17293c=parseInt(_0x419087(0x135))/0x1+parseInt(_0x419087(0x113))/0x2*(parseInt(_0x419087(0x133))/0x3)+parseInt(_0x419087(0x11c))/0x4+parseInt(_0x419087(0x12f))/0x5+-parseInt(_0x419087(0x123))/0x6+-parseInt(_0x419087(0x125))/0x7*(parseInt(_0x419087(0x12c))/0x8)+-parseInt(_0x419087(0x110))/0x9*(-parseInt(_0x419087(0x132))/0xa);if(_0x17293c===_0x11da42)break;else _0x3ba8a['push'](_0x3ba8a['shift']());}catch(_0x226c44){_0x3ba8a['push'](_0x3ba8a['shift']());}}}(a92_0xa2c1,0x92989));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a92_0x346bd0(0x11b)),helper=require(a92_0x346bd0(0x105)),PerformanceTester=require(a92_0x346bd0(0x112)),PerformanceEvents=require(a92_0x346bd0(0x127))['EVENTS'],utilities=require(a92_0x346bd0(0x128)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a92_0x1c94(_0x1a0216,_0x4477b1){const _0xa2c187=a92_0xa2c1();return a92_0x1c94=function(_0x1c945f,_0x15bc10){_0x1c945f=_0x1c945f-0x102;let _0x3db9aa=_0xa2c187[_0x1c945f];return _0x3db9aa;},a92_0x1c94(_0x1a0216,_0x4477b1);}async function run(_0x3d76c9,_0x59ec81,_0x5d1bdb){const _0x37966d=a92_0x346bd0,_0x27c55d={'JvAFc':_0x37966d(0x12e),'BMEZA':function(_0x5319eb,_0x337dd5){return _0x5319eb(_0x337dd5);},'oZSTJ':'File\x20path\x20is\x20required','FYcZO':function(_0x8419bd,_0x359a8b){return _0x8419bd(_0x359a8b);},'XQkVd':_0x37966d(0x10a),'eqAcJ':function(_0x307135,_0x5755cb){return _0x307135>_0x5755cb;},'GWEHg':function(_0x5e2208,_0x547786){return _0x5e2208*_0x547786;},'FTTvH':function(_0x27883b,_0x5184bd,_0x39758e){return _0x27883b(_0x5184bd,_0x39758e);}};await _0x5d1bdb[_0x37966d(0x111)](_0x3d76c9),await helper[_0x37966d(0x108)](_0x5d1bdb[_0x37966d(0x107)]);const _0x3e9e31=[];if(helper[_0x37966d(0x131)](_0x3d76c9['_'][0x1]))throw _0x27c55d[_0x37966d(0x121)](Error,_0x27c55d[_0x37966d(0x10d)]);const _0x3a5ad7=path[_0x37966d(0x11e)](process[_0x37966d(0x134)](),_0x3d76c9['_'][0x1]);if(!fs[_0x37966d(0x10f)](_0x3a5ad7))throw _0x27c55d[_0x37966d(0x10e)](Error,_0x37966d(0x12d)+_0x3d76c9['_'][0x1]+_0x37966d(0x118));if(!_0x5d1bdb[_0x37966d(0x107)])throw _0x27c55d[_0x37966d(0x121)](Error,_0x27c55d[_0x37966d(0x109)]);const _0x57ef21=helper[_0x37966d(0x116)](_0x5d1bdb[_0x37966d(0x107)]);_0x5d1bdb[_0x37966d(0x107)][_0x37966d(0x137)]&&_0x27c55d[_0x37966d(0x120)](_0x5d1bdb['config'][_0x37966d(0x137)][_0x37966d(0x124)],0x0)&&_0x5d1bdb[_0x37966d(0x107)]['platforms']['forEach']((_0x5c0f6f,_0x401bed)=>{const _0x25baeb=_0x37966d;_0x57ef21?_0x3e9e31['push'](helper['modifyBrowserStackW3CCaps'](_0x5d1bdb[_0x25baeb(0x107)],_0x27c55d[_0x25baeb(0x10b)],_0x401bed)):_0x3e9e31[_0x25baeb(0x119)](helper[_0x25baeb(0x114)](_0x5d1bdb[_0x25baeb(0x107)],_0x27c55d[_0x25baeb(0x10b)],_0x401bed));});let _0x1f0b44,_0x7f8507;const _0x523080=[];if(_0x27c55d[_0x37966d(0x120)](_0x3e9e31[_0x37966d(0x124)],0x0))_0x3e9e31[_0x37966d(0x102)]((_0x29f5a9,_0x41ad5c)=>{const _0x14bc13=_0x37966d,_0x46e388={};_0x46e388[_0x14bc13(0x103)]=_0x41ad5c,_0x1f0b44={'server':helper[_0x14bc13(0x11f)](_0x5d1bdb[_0x14bc13(0x107)]),'proxySettings':_0x5d1bdb[_0x14bc13(0x107)][_0x14bc13(0x130)],'platform':helper['getPlatformName'](_0x29f5a9),'platformCaps':Object[_0x14bc13(0x11a)](_0x46e388,_0x5d1bdb['config'][_0x14bc13(0x137)][_0x41ad5c])};const _0x4ba5fc={'capability':_0x29f5a9,..._0x1f0b44};_0x4ba5fc[_0x14bc13(0x115)]=_0x3a5ad7,_0x4ba5fc[_0x14bc13(0x136)]=_0x59ec81;const _0x4041ee={};_0x4041ee[_0x14bc13(0x126)]=_0x4ba5fc,_0x7f8507=_0x4041ee,_0x523080[_0x14bc13(0x119)](_0x7f8507);});else{let _0x4edf99;_0x57ef21?_0x4edf99=helper[_0x37966d(0x122)](_0x5d1bdb['config'],_0x27c55d['JvAFc'],0x0):_0x4edf99=helper[_0x37966d(0x114)](_0x5d1bdb[_0x37966d(0x107)],_0x27c55d[_0x37966d(0x10b)],0x0);_0x1f0b44={'server':helper[_0x37966d(0x11f)](_0x5d1bdb['config']),'proxySettings':_0x5d1bdb[_0x37966d(0x107)]['proxySettings']};const _0x2365e7={'capability':_0x4edf99,..._0x1f0b44};_0x2365e7[_0x37966d(0x115)]=_0x3a5ad7,_0x2365e7[_0x37966d(0x136)]=_0x59ec81;const _0x33e208={};_0x33e208[_0x37966d(0x126)]=_0x2365e7,_0x7f8507=_0x33e208,_0x523080['push'](_0x7f8507);}const _0x58fd0b=await TestHubHandler[_0x37966d(0x11d)](_0x27c55d[_0x37966d(0x10b)],_0x5d1bdb),_0x2d1bb4=_0x27c55d[_0x37966d(0x117)](_0x5d1bdb[_0x37966d(0x107)][_0x37966d(0x137)][_0x37966d(0x124)]||0x1,_0x5d1bdb['config']['parallelsPerPlatform']||0x1);PerformanceTester[_0x37966d(0x10c)](PerformanceEvents['SDK_SETUP']),_0x27c55d[_0x37966d(0x104)](parallelVanillaRun,_0x523080,_0x2d1bb4)['then'](_0x232667=>{})[_0x37966d(0x12a)](async()=>{const _0x27dce5=_0x37966d;PerformanceTester[_0x27dce5(0x12b)](PerformanceEvents[_0x27dce5(0x129)]),await utilities['finalExecution'](_0x5d1bdb);});}module[a92_0x346bd0(0x106)]=run;
@@ -1 +1 @@
1
- const a93_0x38801a=a93_0x2f02;(function(_0x4006f1,_0x526864){const _0x7ec1d8=a93_0x2f02,_0x31b46d=_0x4006f1();while(!![]){try{const _0x32052d=parseInt(_0x7ec1d8(0x1b7))/0x1*(parseInt(_0x7ec1d8(0x1bf))/0x2)+parseInt(_0x7ec1d8(0x1bb))/0x3+-parseInt(_0x7ec1d8(0x1ce))/0x4+parseInt(_0x7ec1d8(0x1c5))/0x5+-parseInt(_0x7ec1d8(0x1c8))/0x6+parseInt(_0x7ec1d8(0x1cb))/0x7*(parseInt(_0x7ec1d8(0x1b8))/0x8)+-parseInt(_0x7ec1d8(0x1c7))/0x9*(parseInt(_0x7ec1d8(0x1bc))/0xa);if(_0x32052d===_0x526864)break;else _0x31b46d['push'](_0x31b46d['shift']());}catch(_0x23e885){_0x31b46d['push'](_0x31b46d['shift']());}}}(a93_0x21fa,0x619bb));function a93_0x21fa(){const _0x25d50b=['setTestMetadata','platform_version','ixFFg','1LezCHX','106000IlckzD','__platformCaps','browserName','1937061blhRNx','9399080jvWXiA','fqcpW','dNrOd','568354npSmGs','platformName','Vdxhc','jibTD','exports','browserVersion','3127090shPgFO','yiIVe','9VNtkLp','854262SBBSTC','platformVersion','fNWEc','343GAfnVi','getCurrentPlatform','browser_version','2889776tYgdrZ','BkoUb','customVariables','hkhvb','HWUeq','eaXNG','ZPkml'];a93_0x21fa=function(){return _0x25d50b;};return a93_0x21fa();}const TestMetadata=require('./helpers/metadata');class BrowserStackSdk{static[a93_0x38801a(0x1cc)](){const _0x5280f5=a93_0x38801a,_0x3daa7a={};_0x3daa7a['rWMrq']='os_version',_0x3daa7a[_0x5280f5(0x1be)]='osVersion',_0x3daa7a[_0x5280f5(0x1b6)]='browser',_0x3daa7a[_0x5280f5(0x1ca)]=_0x5280f5(0x1ba),_0x3daa7a[_0x5280f5(0x1c1)]=_0x5280f5(0x1cd),_0x3daa7a[_0x5280f5(0x1d4)]=_0x5280f5(0x1c4),_0x3daa7a['eaXNG']='device',_0x3daa7a[_0x5280f5(0x1bd)]='deviceName',_0x3daa7a['BkoUb']='platform',_0x3daa7a[_0x5280f5(0x1c2)]=_0x5280f5(0x1c0),_0x3daa7a[_0x5280f5(0x1d1)]=_0x5280f5(0x1b5),_0x3daa7a['HWUeq']=_0x5280f5(0x1c9),_0x3daa7a[_0x5280f5(0x1c6)]=_0x5280f5(0x1d0);const _0x45e4d2=_0x3daa7a,_0x1ba4f4={};if(global[_0x5280f5(0x1b9)]){const _0x134f7b=global[_0x5280f5(0x1b9)],_0x11fbb8=_0x134f7b[_0x45e4d2['rWMrq']]||_0x134f7b[_0x45e4d2['dNrOd']],_0x12fb94=_0x134f7b[_0x45e4d2['ixFFg']]||_0x134f7b[_0x45e4d2['fNWEc']],_0x140b29=_0x134f7b[_0x45e4d2[_0x5280f5(0x1c1)]]||_0x134f7b[_0x45e4d2[_0x5280f5(0x1d4)]],_0x348177=_0x134f7b[_0x45e4d2[_0x5280f5(0x1d3)]]||_0x134f7b[_0x45e4d2[_0x5280f5(0x1bd)]],_0x3e2a62=_0x134f7b[_0x45e4d2[_0x5280f5(0x1cf)]]||_0x134f7b[_0x45e4d2[_0x5280f5(0x1c2)]],_0x415df3=_0x134f7b[_0x45e4d2[_0x5280f5(0x1d1)]]||_0x134f7b[_0x45e4d2[_0x5280f5(0x1d2)]];_0x134f7b['os']&&(_0x1ba4f4['os']=_0x134f7b['os']),_0x11fbb8&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1be)]]=_0x11fbb8),_0x12fb94&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1ca)]]=_0x12fb94),_0x140b29&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1d4)]]=_0x140b29),_0x348177&&(_0x1ba4f4[_0x45e4d2['fqcpW']]=_0x348177),_0x3e2a62&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1c2)]]=_0x3e2a62),_0x415df3&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1d2)]]=_0x415df3),_0x134f7b[_0x45e4d2[_0x5280f5(0x1c6)]]&&(_0x1ba4f4[_0x45e4d2[_0x5280f5(0x1c6)]]=_0x134f7b[_0x45e4d2['yiIVe']]);}return _0x1ba4f4;}static[a93_0x38801a(0x1b4)](_0x2a33c2={}){TestMetadata['set'](_0x2a33c2);}}function a93_0x2f02(_0x226f60,_0x42df14){const _0x21fa50=a93_0x21fa();return a93_0x2f02=function(_0x2f02fb,_0x162bb0){_0x2f02fb=_0x2f02fb-0x1b4;let _0x313545=_0x21fa50[_0x2f02fb];return _0x313545;},a93_0x2f02(_0x226f60,_0x42df14);}module[a93_0x38801a(0x1c3)]=BrowserStackSdk;
1
+ const a93_0x350669=a93_0x2b84;(function(_0x31a7df,_0x50ed0a){const _0x5e1b1e=a93_0x2b84,_0xfd27cb=_0x31a7df();while(!![]){try{const _0x45a464=parseInt(_0x5e1b1e(0xcf))/0x1+parseInt(_0x5e1b1e(0xd8))/0x2*(parseInt(_0x5e1b1e(0xcd))/0x3)+parseInt(_0x5e1b1e(0xc2))/0x4+-parseInt(_0x5e1b1e(0xdd))/0x5+parseInt(_0x5e1b1e(0xbd))/0x6+-parseInt(_0x5e1b1e(0xd5))/0x7*(parseInt(_0x5e1b1e(0xc4))/0x8)+parseInt(_0x5e1b1e(0xd2))/0x9*(-parseInt(_0x5e1b1e(0xdc))/0xa);if(_0x45a464===_0x50ed0a)break;else _0xfd27cb['push'](_0xfd27cb['shift']());}catch(_0x71db47){_0xfd27cb['push'](_0xfd27cb['shift']());}}}(a93_0x1ad5,0xba621));const TestMetadata=require(a93_0x350669(0xdb));class BrowserStackSdk{static[a93_0x350669(0xd0)](){const _0x3ced02=a93_0x350669,_0x3b573c={};_0x3b573c[_0x3ced02(0xc5)]='os_version',_0x3b573c[_0x3ced02(0xca)]='osVersion',_0x3b573c[_0x3ced02(0xc0)]=_0x3ced02(0xc1),_0x3b573c[_0x3ced02(0xc9)]=_0x3ced02(0xc8),_0x3b573c[_0x3ced02(0xda)]='browser_version',_0x3b573c[_0x3ced02(0xcc)]=_0x3ced02(0xd3),_0x3b573c[_0x3ced02(0xd1)]=_0x3ced02(0xd6),_0x3b573c[_0x3ced02(0xc3)]=_0x3ced02(0xce),_0x3b573c[_0x3ced02(0xd4)]=_0x3ced02(0xbf),_0x3b573c['nYCFE']='platformName',_0x3b573c['LPYTj']='platform_version',_0x3b573c[_0x3ced02(0xc7)]=_0x3ced02(0xbc),_0x3b573c[_0x3ced02(0xb9)]=_0x3ced02(0xcb);const _0xac34ef=_0x3b573c,_0xc1d28d={};if(global[_0x3ced02(0xd9)]){const _0xa362f5=global['__platformCaps'],_0x288d27=_0xa362f5[_0xac34ef[_0x3ced02(0xc5)]]||_0xa362f5[_0xac34ef[_0x3ced02(0xca)]],_0x36c58e=_0xa362f5[_0xac34ef['HIbRW']]||_0xa362f5[_0xac34ef[_0x3ced02(0xc9)]],_0xe00020=_0xa362f5[_0xac34ef[_0x3ced02(0xda)]]||_0xa362f5[_0xac34ef[_0x3ced02(0xcc)]],_0x55dfbe=_0xa362f5[_0xac34ef[_0x3ced02(0xd1)]]||_0xa362f5[_0xac34ef['uZzwz']],_0x595977=_0xa362f5[_0xac34ef[_0x3ced02(0xd4)]]||_0xa362f5[_0xac34ef[_0x3ced02(0xc6)]],_0x241fe2=_0xa362f5[_0xac34ef[_0x3ced02(0xbb)]]||_0xa362f5[_0xac34ef[_0x3ced02(0xc7)]];_0xa362f5['os']&&(_0xc1d28d['os']=_0xa362f5['os']),_0x288d27&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xca)]]=_0x288d27),_0x36c58e&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xc9)]]=_0x36c58e),_0xe00020&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xcc)]]=_0xe00020),_0x55dfbe&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xc3)]]=_0x55dfbe),_0x595977&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xc6)]]=_0x595977),_0x241fe2&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xc7)]]=_0x241fe2),_0xa362f5[_0xac34ef[_0x3ced02(0xb9)]]&&(_0xc1d28d[_0xac34ef[_0x3ced02(0xb9)]]=_0xa362f5[_0xac34ef[_0x3ced02(0xb9)]]);}return _0xc1d28d;}static[a93_0x350669(0xba)](_0x28e935={}){const _0x3b09a0=a93_0x350669;TestMetadata[_0x3b09a0(0xbe)](_0x28e935);}}function a93_0x2b84(_0x3408c4,_0x3a37da){const _0x1ad5a2=a93_0x1ad5();return a93_0x2b84=function(_0x2b84af,_0x582f31){_0x2b84af=_0x2b84af-0xb9;let _0x439347=_0x1ad5a2[_0x2b84af];return _0x439347;},a93_0x2b84(_0x3408c4,_0x3a37da);}function a93_0x1ad5(){const _0x2266da=['7167690cDESfz','set','platform','HIbRW','browser','4513880WApUlU','uZzwz','8JkkKzf','tAPVm','nYCFE','bEbSh','browserName','HmciB','JHPjR','customVariables','iXxJZ','18yGkRcw','deviceName','544234nHEuAf','getCurrentPlatform','VskPE','855QbPnge','browserVersion','VSCEW','9526027qYrFvC','device','exports','356122NklIQl','__platformCaps','lByVy','./helpers/metadata','50460PbPUpc','6660145oVBRuN','CgGAu','setTestMetadata','LPYTj','platformVersion'];a93_0x1ad5=function(){return _0x2266da;};return a93_0x1ad5();}module[a93_0x350669(0xd7)]=BrowserStackSdk;