browserstack-node-sdk 1.49.6 → 1.49.8

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_0x6913(){const _0x2309ea=['KEY_SESSION_ID','443509BwdQHR','bIwXL','pdJiE','KEY_TEST_FRAMEWORK_NAME','CUCUMBER','values','POST','getState','onPageCreate','matchHookRegex','testInfo','\x20hookState:\x20','toString','../framework/testFramework.js','../TestInfo.js','base64','version','1748430bEmaio','../state/hookState.js','debug','./baseModule','4629250xrUfCU','retry','getBuildHashedId','name','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','Error\x20in\x20sending\x20CBTSession:\x20','testhubConfig','MODULE_NAME','upadB','split','15DpGIkE','234996RfXiQl','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','QvbhN','153352mjFfWH','testSessionEvent','registerObserver','../utils/jest-utils.js','262436UsFBtq','O11yHashedID','getContext','stringify','frameworkVersion','KEY_HUB_URL','instance','getModuleName','KEY_PLATFORM_INDEX','getLTSSessionId','TestHubModule','testUuid','getTestIdentifierFromTestInfo','../../../helpers/classLogger.js','getJwt','7zNWGYR','getRef','util','BROWSERSTACK_TESTHUB_UUID','hookState','getCurrentTestState','../browserstackCLI.js','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','testFrameworkEvent','JEST','testFrameworkState','10VFDRlU','BROWSERSTACK_TESTHUB_JWT','logger','KEY_TEST_DEFERRED','CztuN','getTestDetails','8aAPncq','LLrhL','../../../helpers/test-observability/constants.js','sendTestFrameworkEvent','from','372fDymsR','ENV_VAR','lLXwg','getThreadId','rPKxz','format','recreateIdentifierFromTestInfo','./playwrightDriverModule.js','Pyflw','../state/automationFrameworkState.js',',\x20test_identifier:\x20','KEY_CAPABILITIES','TEST','dalhE','test_identifier','bind','1361484SqdIky','isLTSSession','testFrameworkData','VmaxP','../../../helpers/helper.js','forEach','getInstance','onAllTestEvents','error','../framework/automationFramework.js','getTestUUID'];a85_0x6913=function(){return _0x2309ea;};return a85_0x6913();}const a85_0xc8f7b1=a85_0x1dd0;(function(_0x37be96,_0x544544){const _0x2c5471=a85_0x1dd0,_0xf257c6=_0x37be96();while(!![]){try{const _0xf91ceb=parseInt(_0x2c5471(0x172))/0x1+-parseInt(_0x2c5471(0x190))/0x2*(parseInt(_0x2c5471(0x16e))/0x3)+parseInt(_0x2c5471(0x176))/0x4*(-parseInt(_0x2c5471(0x16d))/0x5)+parseInt(_0x2c5471(0x142))/0x6*(-parseInt(_0x2c5471(0x185))/0x7)+-parseInt(_0x2c5471(0x196))/0x8*(-parseInt(_0x2c5471(0x15f))/0x9)+-parseInt(_0x2c5471(0x163))/0xa+-parseInt(_0x2c5471(0x14e))/0xb*(-parseInt(_0x2c5471(0x132))/0xc);if(_0xf91ceb===_0x544544)break;else _0xf257c6['push'](_0xf257c6['shift']());}catch(_0x42170b){_0xf257c6['push'](_0xf257c6['shift']());}}}(a85_0x6913,0x4ded1));function a85_0x1dd0(_0x300e48,_0x4fa0b8){const _0x6913ab=a85_0x6913();return a85_0x1dd0=function(_0x1dd017,_0x3f2d11){_0x1dd017=_0x1dd017-0x12e;let _0xc96cc1=_0x6913ab[_0x1dd017];return _0xc96cc1;},a85_0x1dd0(_0x300e48,_0x4fa0b8);}const util=require(a85_0xc8f7b1(0x187)),BaseModule=require(a85_0xc8f7b1(0x162)),{createClassLogger}=require(a85_0xc8f7b1(0x183)),AutomationFramework=require(a85_0xc8f7b1(0x14b)),AutomationFrameworkState=require(a85_0xc8f7b1(0x13b)),HookState=require(a85_0xc8f7b1(0x160)),TestFramework=require(a85_0xc8f7b1(0x15b)),TestFrameworkState=require('../state/testFrameworkState.js'),PlaywrightDriverModule=require(a85_0xc8f7b1(0x139)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require('../grpcClient.js'),CLIUtils=require('../cliUtils.js'),TestInfo=require(a85_0xc8f7b1(0x15c)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a85_0xc8f7b1(0x12f)),helper=require(a85_0xc8f7b1(0x146)),LoadTestModule=require('./loadTestModule.js'),JestUtils=require(a85_0xc8f7b1(0x175)),BrowserstackCLI=require(a85_0xc8f7b1(0x18b)),{getPlaywrightProvider}=require(a85_0xc8f7b1(0x146));class TestHubModule extends BaseModule{[a85_0xc8f7b1(0x192)]=createClassLogger(a85_0xc8f7b1(0x180));constructor(_0x12c943,_0x350d01=null){const _0x27c577=a85_0xc8f7b1,_0x5804ed={};_0x5804ed[_0x27c577(0x13a)]='0|1|7|4|5|2|6|3|8',_0x5804ed[_0x27c577(0x150)]='TestHubModule';const _0x51b8cb=_0x5804ed,_0xbab89b=_0x51b8cb['Pyflw'][_0x27c577(0x16c)]('|');let _0x251495=0x0;while(!![]){switch(_0xbab89b[_0x251495++]){case'0':super(_0x350d01);continue;case'1':this[_0x27c577(0x166)]=_0x51b8cb[_0x27c577(0x150)];continue;case'2':Object[_0x27c577(0x153)](TestFrameworkState)[_0x27c577(0x147)](_0xcb05fc=>{const _0x2fc672=_0x27c577;Object[_0x2fc672(0x153)](HookState)[_0x2fc672(0x147)](_0x44565a=>{const _0x46f26b=_0x2fc672;TestFramework[_0x46f26b(0x174)](_0xcb05fc,_0x44565a,this['onAllTestEvents'][_0x46f26b(0x141)](this));});});continue;case'3':process['env'][testHubConstants[_0x27c577(0x133)][_0x27c577(0x188)]]=this[_0x27c577(0x169)]['getBuildHashedId']();continue;case'4':this['jestUtils']=new JestUtils();continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x27c577(0x154)],this[_0x27c577(0x156)]['bind'](this));continue;case'6':process['env'][testHubConstants[_0x27c577(0x133)][_0x27c577(0x191)]]=this['testhubConfig'][_0x27c577(0x184)]();continue;case'7':this[_0x27c577(0x169)]=_0x12c943;continue;case'8':BrowserstackCLI[_0x27c577(0x177)]=this[_0x27c577(0x169)][_0x27c577(0x165)]();continue;}break;}}[a85_0xc8f7b1(0x17d)](){const _0x5eb666=a85_0xc8f7b1;return TestHubModule[_0x5eb666(0x16a)];}[a85_0xc8f7b1(0x149)](_0x440bdf){const _0x56ae12=a85_0xc8f7b1,_0x13d92f={};_0x13d92f[_0x56ae12(0x145)]=function(_0x195014,_0x15e486){return _0x195014===_0x15e486;};const _0x4ceda5=_0x13d92f,_0x1fa3f7=_0x440bdf[_0x56ae12(0x17c)],_0x534082=_0x1fa3f7[_0x56ae12(0x18a)]();(_0x4ceda5[_0x56ae12(0x145)](_0x534082,TestFrameworkState[_0x56ae12(0x13e)])||CLIUtils[_0x56ae12(0x157)](_0x534082[_0x56ae12(0x15a)]()[_0x56ae12(0x16c)]('.')[0x1]))&&this[_0x56ae12(0x130)](_0x440bdf);}async[a85_0xc8f7b1(0x130)](_0x348b08){const _0x44f152=a85_0xc8f7b1,_0x37f742={};_0x37f742[_0x44f152(0x194)]=function(_0x5952c9,_0x5a02e3){return _0x5952c9===_0x5a02e3;},_0x37f742[_0x44f152(0x14f)]='sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event';const _0x12821a=_0x37f742;try{const _0x340ab5=BrowserstackCLI[_0x44f152(0x148)]()['getTestFramework']()['createTestFrameworkEventPayload'](_0x348b08);if(!_0x340ab5||_0x12821a[_0x44f152(0x194)](Object['keys'](_0x340ab5)['length'],0x0)){this[_0x44f152(0x192)][_0x44f152(0x161)](_0x12821a[_0x44f152(0x14f)]);return;}const _0x49eef1=await GrpcClient['getInstance']()[_0x44f152(0x18d)](_0x340ab5);this['logger']['debug'](_0x44f152(0x170)+_0x340ab5[_0x44f152(0x18f)]+_0x44f152(0x159)+_0x340ab5[_0x44f152(0x189)]);}catch(_0x6c0596){this[_0x44f152(0x192)][_0x44f152(0x14a)]('Error\x20in\x20sendTestFrameworkEvent:\x20'+util[_0x44f152(0x137)](_0x6c0596));}}async[a85_0xc8f7b1(0x156)](_0x2ce6fb){const _0x21f065=a85_0xc8f7b1,_0x5ddcb1={'lLXwg':function(_0x432469,_0x547de5){return _0x432469===_0x547de5;},'QvbhN':_0x21f065(0x167),'dalhE':function(_0x4cfc05,_0x319f5e){return _0x4cfc05===_0x319f5e;},'LLrhL':function(_0x5636b1,_0x2854e2){return _0x5636b1(_0x2854e2);},'rPKxz':_0x21f065(0x15d),'upadB':function(_0x588c1b,_0x594d85){return _0x588c1b===_0x594d85;}};try{if(_0x2ce6fb['page']){const _0x2d1532=this['getTestId'](_0x2ce6fb);this['logger'][_0x21f065(0x161)](_0x21f065(0x16f)+_0x2d1532);if(this['testFrameworkData']&&_0x5ddcb1[_0x21f065(0x134)](this['testFrameworkData']['name'],FRAMEWORKS[_0x21f065(0x18e)])&&!_0x2ce6fb[_0x21f065(0x158)]){this['logger'][_0x21f065(0x161)](_0x5ddcb1[_0x21f065(0x171)]);return;}let _0x57b9ac,_0x5c79ef;if(this[_0x21f065(0x144)]&&_0x5ddcb1['lLXwg'](this['testFrameworkData']['name'],FRAMEWORKS[_0x21f065(0x152)]))_0x57b9ac=_0x2d1532,_0x5c79ef=TestInfo[_0x21f065(0x14c)](_0x57b9ac);else this[_0x21f065(0x144)]&&_0x5ddcb1['dalhE'](this[_0x21f065(0x144)]['name'],FRAMEWORKS[_0x21f065(0x18e)])?(_0x57b9ac=this['jestUtils'][_0x21f065(0x138)](_0x2ce6fb[_0x21f065(0x158)]),this['logger'][_0x21f065(0x161)]('onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x57b9ac)):(_0x57b9ac=TestInfo[_0x21f065(0x182)](_0x2ce6fb[_0x21f065(0x158)],_0x2ce6fb[_0x21f065(0x158)][_0x21f065(0x164)]),_0x5c79ef=TestInfo[_0x21f065(0x14c)](_0x57b9ac));const _0x1f0572=TestInfo[_0x21f065(0x195)](_0x57b9ac),_0xa657f3=_0x2ce6fb['instance'],_0x28ccea=AutomationFramework['getState'](_0xa657f3,PlaywrightDriverModule[_0x21f065(0x17e)]),_0x3b77d2=_0x1f0572?.[TestFrameworkConstants[_0x21f065(0x151)]]||this[_0x21f065(0x144)]&&this[_0x21f065(0x144)][_0x21f065(0x166)],_0x3b2f57=_0x1f0572?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x21f065(0x144)]&&this[_0x21f065(0x144)][_0x21f065(0x15e)],_0x48f79f=TestFrameworkState[_0x21f065(0x13e)][_0x21f065(0x15a)]()[_0x21f065(0x16c)]('.')[0x1],_0xde6a1e=HookState[_0x21f065(0x154)][_0x21f065(0x15a)]()[_0x21f065(0x16c)]('.')[0x1],_0x46a24c=_0xa657f3[_0x21f065(0x178)](),_0x24e3e8=AutomationFramework[_0x21f065(0x155)](_0xa657f3,PlaywrightDriverModule[_0x21f065(0x17b)],''),_0xfc57e4={'provider':_0x5ddcb1[_0x21f065(0x12e)](getPlaywrightProvider,_0x24e3e8),'frameworkName':_0xa657f3['frameworkName'],'frameworkVersion':_0xa657f3[_0x21f065(0x17a)],'frameworkSessionId':LoadTestModule[_0x21f065(0x143)]()?LoadTestModule[_0x21f065(0x17f)]():AutomationFramework[_0x21f065(0x155)](_0xa657f3,PlaywrightDriverModule[_0x21f065(0x14d)],''),'ref':_0xa657f3[_0x21f065(0x186)](),'hubUrl':_0x24e3e8};let _0x253287=AutomationFramework[_0x21f065(0x155)](_0xa657f3,PlaywrightDriverModule[_0x21f065(0x13d)],{});_0x253287=Buffer[_0x21f065(0x131)](JSON[_0x21f065(0x179)](_0x253287))[_0x21f065(0x15a)](_0x5ddcb1[_0x21f065(0x136)]);const _0x4fb62f={'hash':_0x46a24c['getId'](),'threadId':_0x46a24c[_0x21f065(0x135)]()[_0x21f065(0x15a)](),'processId':_0x46a24c['getProcessId']()[_0x21f065(0x15a)]()},_0x18cf99={};_0x18cf99[_0x21f065(0x140)]=_0x57b9ac;const _0x286e99={};_0x286e99[_0x21f065(0x181)]=_0x5c79ef;const _0x5e172d={'platformIndex':_0x28ccea,'testFrameworkName':_0x3b77d2,'testFrameworkVersion':_0x3b2f57,'testFrameworkState':_0x48f79f,'testHookState':_0xde6a1e,...this[_0x21f065(0x144)]&&_0x5ddcb1[_0x21f065(0x13f)](this[_0x21f065(0x144)]['name'],FRAMEWORKS[_0x21f065(0x18e)])?_0x18cf99:_0x286e99,'automationSession':_0xfc57e4,'capabilities':_0x253287,'executionContext':_0x4fb62f};this[_0x21f065(0x192)]['debug']('onPageCreate\x20CBTSession\x20payload:\x20'+util[_0x21f065(0x137)](_0x5e172d));const _0x3a27f0=await GrpcClient[_0x21f065(0x148)]()[_0x21f065(0x173)](_0x5e172d);this[_0x21f065(0x192)][_0x21f065(0x161)](_0x21f065(0x18c)+_0x2d1532+(this['testFrameworkData']&&_0x5ddcb1[_0x21f065(0x16b)](this[_0x21f065(0x144)][_0x21f065(0x166)],FRAMEWORKS['JEST'])?_0x21f065(0x13c)+_0x57b9ac:''));}}catch(_0x39ad86){this[_0x21f065(0x192)][_0x21f065(0x14a)](_0x21f065(0x168)+util['format'](_0x39ad86));}}}TestHubModule[a85_0xc8f7b1(0x16a)]=a85_0xc8f7b1(0x180),TestHubModule[a85_0xc8f7b1(0x193)]='test_deferred',module['exports']=TestHubModule;
1
+ const a85_0x354943=a85_0x2cb1;(function(_0xc509b,_0xf8b7d){const _0x59534b=a85_0x2cb1,_0x92335c=_0xc509b();while(!![]){try{const _0x580291=parseInt(_0x59534b(0x1cd))/0x1+-parseInt(_0x59534b(0x1c7))/0x2*(-parseInt(_0x59534b(0x1f8))/0x3)+-parseInt(_0x59534b(0x1ca))/0x4+parseInt(_0x59534b(0x19f))/0x5+-parseInt(_0x59534b(0x1a9))/0x6+-parseInt(_0x59534b(0x1d9))/0x7+parseInt(_0x59534b(0x1c0))/0x8;if(_0x580291===_0xf8b7d)break;else _0x92335c['push'](_0x92335c['shift']());}catch(_0x4e8749){_0x92335c['push'](_0x92335c['shift']());}}}(a85_0x15c6,0x2a574));function a85_0x2cb1(_0x33fab8,_0x12d37e){const _0x15c6fb=a85_0x15c6();return a85_0x2cb1=function(_0x2cb1aa,_0x338b48){_0x2cb1aa=_0x2cb1aa-0x196;let _0x271987=_0x15c6fb[_0x2cb1aa];return _0x271987;},a85_0x2cb1(_0x33fab8,_0x12d37e);}function a85_0x15c6(){const _0x4521b6=['FiibO','sendTestFrameworkEvent','../state/automationFrameworkState.js','Error\x20in\x20sending\x20CBTSession:\x20','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','1751802wBXwtR','KEY_PLATFORM_INDEX','loVlo','getLTSSessionId','values','split','format','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','env','../utils/jest-utils.js','getTestFramework','../../../helpers/test-observability/constants.js','4|1|0|5|8|3|7|6|2','getRef','retry','JEST','testhubConfig','getModuleName','instance','bind','KEY_HUB_URL','base64','mgxez','2279584QCtBVu','../state/hookState.js','onPageCreate','getProcessId','createTestFrameworkEventPayload','WqoZq','KxdvW','6xrAXIZ','../../../helpers/classLogger.js','KEY_TEST_FRAMEWORK_VERSION','1073592AAEEyV','test_identifier','CUCUMBER','47639KTYZPm','./loadTestModule.js','getTestId','onAllTestEvents','getTestDetails','forEach','../browserstackCLI.js','getJwt','POST','keys','name','version','1399048ErnkKX','KEY_TEST_FRAMEWORK_NAME','jestUtils','getTestUUID','getId','testFrameworkState','registerObserver','toString','TEST','length','getCurrentTestState','ENV_VAR','../grpcClient.js','debug','getInstance','getState','getBuildHashedId','../TestInfo.js','testSessionEvent','page','./baseModule','logger','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','\x20hookState:\x20','TestHubModule','crCJH','error','getThreadId','KZuvA','testInfo','onPageCreate\x20CBTSession\x20payload:\x20','291363qpzVeI','getTestIdentifierFromTestInfo','recreateIdentifierFromTestInfo','MODULE_NAME','O11yHashedID','../cliUtils.js','../framework/testFramework.js','dpKKO','CREATE','util','./playwrightDriverModule.js','testUuid','from','../../../helpers/helper.js','test_deferred','stringify','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','1548535lHPDVF','KEY_SESSION_ID','isLTSSession','BROWSERSTACK_TESTHUB_UUID','testFrameworkData'];a85_0x15c6=function(){return _0x4521b6;};return a85_0x15c6();}const util=require(a85_0x354943(0x197)),BaseModule=require(a85_0x354943(0x1ed)),{createClassLogger}=require(a85_0x354943(0x1c8)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a85_0x354943(0x1a6)),HookState=require(a85_0x354943(0x1c1)),TestFramework=require(a85_0x354943(0x1fe)),TestFrameworkState=require('../state/testFrameworkState.js'),PlaywrightDriverModule=require(a85_0x354943(0x198)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x354943(0x1e5)),CLIUtils=require(a85_0x354943(0x1fd)),TestInfo=require(a85_0x354943(0x1ea)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require(a85_0x354943(0x1b4)),helper=require(a85_0x354943(0x19b)),LoadTestModule=require(a85_0x354943(0x1ce)),JestUtils=require(a85_0x354943(0x1b2)),BrowserstackCLI=require(a85_0x354943(0x1d3)),{getPlaywrightProvider}=require(a85_0x354943(0x19b));class TestHubModule extends BaseModule{['logger']=createClassLogger('TestHubModule');constructor(_0x4e9c4d,_0x5e47fd=null){const _0x14b5cd=a85_0x354943,_0x30d0ff={};_0x30d0ff['KxdvW']=_0x14b5cd(0x1b5),_0x30d0ff['kYfJR']=_0x14b5cd(0x1f1);const _0x2475e0=_0x30d0ff,_0x2df596=_0x2475e0[_0x14b5cd(0x1c6)]['split']('|');let _0x523cbd=0x0;while(!![]){switch(_0x2df596[_0x523cbd++]){case'0':this[_0x14b5cd(0x1b9)]=_0x4e9c4d;continue;case'1':this[_0x14b5cd(0x1d7)]=_0x2475e0['kYfJR'];continue;case'2':BrowserstackCLI[_0x14b5cd(0x1fc)]=this[_0x14b5cd(0x1b9)]['getBuildHashedId']();continue;case'3':Object[_0x14b5cd(0x1ad)](TestFrameworkState)[_0x14b5cd(0x1d2)](_0x3efebb=>{const _0x1a473e=_0x14b5cd;Object['values'](HookState)[_0x1a473e(0x1d2)](_0x4d500a=>{const _0xc71471=_0x1a473e;TestFramework[_0xc71471(0x1df)](_0x3efebb,_0x4d500a,this[_0xc71471(0x1d0)][_0xc71471(0x1bc)](this));});});continue;case'4':super(_0x5e47fd);continue;case'5':this[_0x14b5cd(0x1db)]=new JestUtils();continue;case'6':process[_0x14b5cd(0x1b1)][testHubConstants[_0x14b5cd(0x1e4)][_0x14b5cd(0x1a2)]]=this[_0x14b5cd(0x1b9)][_0x14b5cd(0x1e9)]();continue;case'7':process[_0x14b5cd(0x1b1)][testHubConstants[_0x14b5cd(0x1e4)]['BROWSERSTACK_TESTHUB_JWT']]=this['testhubConfig'][_0x14b5cd(0x1d4)]();continue;case'8':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x14b5cd(0x196)],HookState[_0x14b5cd(0x1d5)],this[_0x14b5cd(0x1c2)][_0x14b5cd(0x1bc)](this));continue;}break;}}[a85_0x354943(0x1ba)](){const _0x585920=a85_0x354943;return TestHubModule[_0x585920(0x1fb)];}[a85_0x354943(0x1d0)](_0x1618ab){const _0x45f822=a85_0x354943,_0x37f4ef={};_0x37f4ef[_0x45f822(0x1ff)]=function(_0x49ed54,_0x364775){return _0x49ed54===_0x364775;};const _0x599dbd=_0x37f4ef,_0x22674b=_0x1618ab[_0x45f822(0x1bb)],_0x10cd41=_0x22674b[_0x45f822(0x1e3)]();(_0x599dbd[_0x45f822(0x1ff)](_0x10cd41,TestFrameworkState[_0x45f822(0x1e1)])||CLIUtils['matchHookRegex'](_0x10cd41[_0x45f822(0x1e0)]()['split']('.')[0x1]))&&this[_0x45f822(0x1a5)](_0x1618ab);}async[a85_0x354943(0x1a5)](_0xec5b){const _0x20acd3=a85_0x354943,_0x3163f0={};_0x3163f0[_0x20acd3(0x1f2)]=function(_0x59e897,_0x597a10){return _0x59e897===_0x597a10;},_0x3163f0['WqoZq']=_0x20acd3(0x1b0);const _0x33d67a=_0x3163f0;try{const _0x341ad5=BrowserstackCLI[_0x20acd3(0x1e7)]()[_0x20acd3(0x1b3)]()[_0x20acd3(0x1c4)](_0xec5b);if(!_0x341ad5||_0x33d67a[_0x20acd3(0x1f2)](Object[_0x20acd3(0x1d6)](_0x341ad5)[_0x20acd3(0x1e2)],0x0)){this[_0x20acd3(0x1ee)][_0x20acd3(0x1e6)](_0x33d67a[_0x20acd3(0x1c5)]);return;}const _0x4265c6=await GrpcClient[_0x20acd3(0x1e7)]()['testFrameworkEvent'](_0x341ad5);this[_0x20acd3(0x1ee)][_0x20acd3(0x1e6)](_0x20acd3(0x1ef)+_0x341ad5[_0x20acd3(0x1de)]+_0x20acd3(0x1f0)+_0x341ad5['hookState']);}catch(_0x419e62){this[_0x20acd3(0x1ee)][_0x20acd3(0x1f3)]('Error\x20in\x20sendTestFrameworkEvent:\x20'+util[_0x20acd3(0x1af)](_0x419e62));}}async[a85_0x354943(0x1c2)](_0x5d1541){const _0x56d09b=a85_0x354943,_0x22d3f1={'loVlo':function(_0x14d2df,_0x2243b2){return _0x14d2df===_0x2243b2;},'KZuvA':'onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','FiibO':function(_0xc24f8d,_0x20afeb){return _0xc24f8d(_0x20afeb);},'cVESe':_0x56d09b(0x1be),'mgxez':function(_0x4ae579,_0x597c82){return _0x4ae579===_0x597c82;}};try{if(_0x5d1541[_0x56d09b(0x1ec)]){const _0x3ad315=this[_0x56d09b(0x1cf)](_0x5d1541);this[_0x56d09b(0x1ee)][_0x56d09b(0x1e6)](_0x56d09b(0x19e)+_0x3ad315);if(this['testFrameworkData']&&_0x22d3f1[_0x56d09b(0x1ab)](this[_0x56d09b(0x1a3)][_0x56d09b(0x1d7)],FRAMEWORKS[_0x56d09b(0x1b8)])&&!_0x5d1541[_0x56d09b(0x1f6)]){this[_0x56d09b(0x1ee)][_0x56d09b(0x1e6)](_0x22d3f1[_0x56d09b(0x1f5)]);return;}let _0x5d1a7c,_0x105664;if(this[_0x56d09b(0x1a3)]&&_0x22d3f1['loVlo'](this['testFrameworkData'][_0x56d09b(0x1d7)],FRAMEWORKS[_0x56d09b(0x1cc)]))_0x5d1a7c=_0x3ad315,_0x105664=TestInfo[_0x56d09b(0x1dc)](_0x5d1a7c);else this[_0x56d09b(0x1a3)]&&_0x22d3f1['loVlo'](this['testFrameworkData'][_0x56d09b(0x1d7)],FRAMEWORKS[_0x56d09b(0x1b8)])?(_0x5d1a7c=this[_0x56d09b(0x1db)][_0x56d09b(0x1fa)](_0x5d1541['testInfo']),this[_0x56d09b(0x1ee)][_0x56d09b(0x1e6)](_0x56d09b(0x1a8)+_0x5d1a7c)):(_0x5d1a7c=TestInfo[_0x56d09b(0x1f9)](_0x5d1541[_0x56d09b(0x1f6)],_0x5d1541[_0x56d09b(0x1f6)][_0x56d09b(0x1b7)]),_0x105664=TestInfo['getTestUUID'](_0x5d1a7c));const _0x2d67fb=TestInfo[_0x56d09b(0x1d1)](_0x5d1a7c),_0xd2d18c=_0x5d1541['instance'],_0x2f39bf=AutomationFramework['getState'](_0xd2d18c,PlaywrightDriverModule[_0x56d09b(0x1aa)]),_0x500d11=_0x2d67fb?.[TestFrameworkConstants[_0x56d09b(0x1da)]]||this['testFrameworkData']&&this['testFrameworkData'][_0x56d09b(0x1d7)],_0x45ace3=_0x2d67fb?.[TestFrameworkConstants[_0x56d09b(0x1c9)]]||this[_0x56d09b(0x1a3)]&&this[_0x56d09b(0x1a3)][_0x56d09b(0x1d8)],_0x5400d6=TestFrameworkState[_0x56d09b(0x1e1)]['toString']()[_0x56d09b(0x1ae)]('.')[0x1],_0x1ae3ee=HookState[_0x56d09b(0x1d5)][_0x56d09b(0x1e0)]()[_0x56d09b(0x1ae)]('.')[0x1],_0x5c040c=_0xd2d18c['getContext'](),_0x7f85c5=AutomationFramework[_0x56d09b(0x1e8)](_0xd2d18c,PlaywrightDriverModule[_0x56d09b(0x1bd)],''),_0x11d49c={'provider':_0x22d3f1[_0x56d09b(0x1a4)](getPlaywrightProvider,_0x7f85c5),'frameworkName':_0xd2d18c['frameworkName'],'frameworkVersion':_0xd2d18c['frameworkVersion'],'frameworkSessionId':LoadTestModule[_0x56d09b(0x1a1)]()?LoadTestModule[_0x56d09b(0x1ac)]():AutomationFramework[_0x56d09b(0x1e8)](_0xd2d18c,PlaywrightDriverModule[_0x56d09b(0x1a0)],''),'ref':_0xd2d18c[_0x56d09b(0x1b6)](),'hubUrl':_0x7f85c5};let _0xda3580=AutomationFramework['getState'](_0xd2d18c,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0xda3580=Buffer[_0x56d09b(0x19a)](JSON[_0x56d09b(0x19d)](_0xda3580))[_0x56d09b(0x1e0)](_0x22d3f1['cVESe']);const _0xc181f6={'hash':_0x5c040c[_0x56d09b(0x1dd)](),'threadId':_0x5c040c[_0x56d09b(0x1f4)]()[_0x56d09b(0x1e0)](),'processId':_0x5c040c[_0x56d09b(0x1c3)]()[_0x56d09b(0x1e0)]()},_0x278211={};_0x278211[_0x56d09b(0x1cb)]=_0x5d1a7c;const _0x48d298={};_0x48d298[_0x56d09b(0x199)]=_0x105664;const _0x35a2d4={'platformIndex':_0x2f39bf,'testFrameworkName':_0x500d11,'testFrameworkVersion':_0x45ace3,'testFrameworkState':_0x5400d6,'testHookState':_0x1ae3ee,...this[_0x56d09b(0x1a3)]&&_0x22d3f1[_0x56d09b(0x1ab)](this[_0x56d09b(0x1a3)][_0x56d09b(0x1d7)],FRAMEWORKS[_0x56d09b(0x1b8)])?_0x278211:_0x48d298,'automationSession':_0x11d49c,'capabilities':_0xda3580,'executionContext':_0xc181f6};this[_0x56d09b(0x1ee)][_0x56d09b(0x1e6)](_0x56d09b(0x1f7)+util[_0x56d09b(0x1af)](_0x35a2d4));const _0x23755d=await GrpcClient[_0x56d09b(0x1e7)]()[_0x56d09b(0x1eb)](_0x35a2d4);this[_0x56d09b(0x1ee)][_0x56d09b(0x1e6)]('onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x3ad315+(this[_0x56d09b(0x1a3)]&&_0x22d3f1[_0x56d09b(0x1bf)](this[_0x56d09b(0x1a3)]['name'],FRAMEWORKS[_0x56d09b(0x1b8)])?',\x20test_identifier:\x20'+_0x5d1a7c:''));}}catch(_0xc93be4){this[_0x56d09b(0x1ee)]['error'](_0x56d09b(0x1a7)+util[_0x56d09b(0x1af)](_0xc93be4));}}}TestHubModule[a85_0x354943(0x1fb)]='TestHubModule',TestHubModule['KEY_TEST_DEFERRED']=a85_0x354943(0x19c),module['exports']=TestHubModule;
@@ -1 +1 @@
1
- const a86_0x1a5727=a86_0x1880;(function(_0x418c76,_0x3112bf){const _0x296fe7=a86_0x1880,_0x5cd189=_0x418c76();while(!![]){try{const _0x750a3c=-parseInt(_0x296fe7(0xc7))/0x1*(parseInt(_0x296fe7(0xd7))/0x2)+-parseInt(_0x296fe7(0xd8))/0x3*(parseInt(_0x296fe7(0xd1))/0x4)+parseInt(_0x296fe7(0xc6))/0x5+parseInt(_0x296fe7(0xc3))/0x6+-parseInt(_0x296fe7(0xd5))/0x7+-parseInt(_0x296fe7(0xd2))/0x8*(parseInt(_0x296fe7(0xc0))/0x9)+parseInt(_0x296fe7(0xd6))/0xa*(parseInt(_0x296fe7(0xc1))/0xb);if(_0x750a3c===_0x3112bf)break;else _0x5cd189['push'](_0x5cd189['shift']());}catch(_0x2f271c){_0x5cd189['push'](_0x5cd189['shift']());}}}(a86_0x2b4a,0x4cde3));const {PLAYWRIGHT}=require(a86_0x1a5727(0xdb)),a86_0x4786e0={};a86_0x4786e0[a86_0x1a5727(0xd3)]=0x0,a86_0x4786e0[a86_0x1a5727(0xcc)]=function(){const _0x56c9d2=a86_0x1a5727,_0x5200cf={};_0x5200cf[_0x56c9d2(0xcd)]=_0x56c9d2(0xda);const _0x3fb37f=_0x5200cf;return _0x3fb37f[_0x56c9d2(0xcd)];};const a86_0x5048f={};a86_0x5048f[a86_0x1a5727(0xd3)]=0x1,a86_0x5048f['toString']=function(){const _0x453a88=a86_0x1a5727,_0x54165c={};_0x54165c[_0x453a88(0xc4)]=_0x453a88(0xc2);const _0x49eb65=_0x54165c;return _0x49eb65[_0x453a88(0xc4)];};const a86_0x2a7631={};a86_0x2a7631[a86_0x1a5727(0xd3)]=0x2,a86_0x2a7631[a86_0x1a5727(0xcc)]=function(){const _0xcd097b=a86_0x1a5727,_0x36c5a2={};_0x36c5a2[_0xcd097b(0xce)]=_0xcd097b(0xd4);const _0x16642e=_0x36c5a2;return _0x16642e['TRDje'];};const a86_0x18b93f={};a86_0x18b93f[a86_0x1a5727(0xd3)]=0x3,a86_0x18b93f['toString']=function(){const _0x44fcad=a86_0x1a5727,_0x4a170c={};_0x4a170c[_0x44fcad(0xd9)]='AutomationFrameworkState.EXECUTE';const _0x5960d9=_0x4a170c;return _0x5960d9[_0x44fcad(0xd9)];};const a86_0x5cf6e0={};function a86_0x1880(_0x5df9f9,_0x29e19f){const _0x2b4ad8=a86_0x2b4a();return a86_0x1880=function(_0x188049,_0x1d18b1){_0x188049=_0x188049-0xc0;let _0x393e3b=_0x2b4ad8[_0x188049];return _0x393e3b;},a86_0x1880(_0x5df9f9,_0x29e19f);}a86_0x5cf6e0[a86_0x1a5727(0xd3)]=0x4,a86_0x5cf6e0[a86_0x1a5727(0xcc)]=function(){const _0x5c4db3=a86_0x1a5727,_0x20e1e6={};_0x20e1e6[_0x5c4db3(0xc9)]=_0x5c4db3(0xc5);const _0x21b984=_0x20e1e6;return _0x21b984['gnlLe'];};const a86_0x3b0ed4={};a86_0x3b0ed4[a86_0x1a5727(0xd3)]=0x5,a86_0x3b0ed4['toString']=function(){const _0x3cf371=a86_0x1a5727,_0x58e644={};_0x58e644[_0x3cf371(0xcf)]=_0x3cf371(0xc8);const _0x44704d=_0x58e644;return _0x44704d[_0x3cf371(0xcf)];};const AutomationFrameworkState=Object['freeze']({'NONE':a86_0x4786e0,'CREATE':a86_0x5048f,'PLAYWRIGHT_DISPATCH':a86_0x2a7631,'EXECUTE':a86_0x18b93f,'IDLE':a86_0x5cf6e0,'QUIT':a86_0x3b0ed4,'fromValue'(_0x4154f0){const _0x41bc3d=a86_0x1a5727;return Object[_0x41bc3d(0xca)](AutomationFrameworkState)[_0x41bc3d(0xd0)](_0x317342=>_0x317342[_0x41bc3d(0xd3)]===_0x4154f0);}});function a86_0x2b4a(){const _0x3535e8=['AutomationFrameworkState.CREATE','436554NBoNpI','BKfNT','AutomationFrameworkState.IDLE','2048750gQIJrO','334451FmcTpe','AutomationFrameworkState.QUIT','gnlLe','values','exports','toString','CHwVQ','TRDje','wXtvO','find','8TkbYVu','472nGcDKY','value','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','3147452MIAUWv','540zKWCal','2ClrCuc','319446KHzVru','BZqTn','AutomationFrameworkState.NONE','../../utils/constants','45963iPZlqd','230329sAOUdx'];a86_0x2b4a=function(){return _0x3535e8;};return a86_0x2b4a();}module[a86_0x1a5727(0xcb)]=AutomationFrameworkState;
1
+ const a86_0x1b9369=a86_0x427f;(function(_0x17d455,_0x177f4d){const _0x135e7e=a86_0x427f,_0x4d542f=_0x17d455();while(!![]){try{const _0x1504c8=-parseInt(_0x135e7e(0xba))/0x1*(-parseInt(_0x135e7e(0xac))/0x2)+-parseInt(_0x135e7e(0xa8))/0x3*(-parseInt(_0x135e7e(0xad))/0x4)+parseInt(_0x135e7e(0xb6))/0x5+-parseInt(_0x135e7e(0xc0))/0x6*(parseInt(_0x135e7e(0xb8))/0x7)+parseInt(_0x135e7e(0xb0))/0x8*(parseInt(_0x135e7e(0xaf))/0x9)+parseInt(_0x135e7e(0xc4))/0xa+-parseInt(_0x135e7e(0xbd))/0xb;if(_0x1504c8===_0x177f4d)break;else _0x4d542f['push'](_0x4d542f['shift']());}catch(_0x40402e){_0x4d542f['push'](_0x4d542f['shift']());}}}(a86_0x593e,0x908dc));const {PLAYWRIGHT}=require(a86_0x1b9369(0xbf)),a86_0x44a866={};a86_0x44a866[a86_0x1b9369(0xbe)]=0x0,a86_0x44a866[a86_0x1b9369(0xbb)]=function(){const _0x388bcd=a86_0x1b9369,_0x10cdd8={};_0x10cdd8[_0x388bcd(0xc3)]='AutomationFrameworkState.NONE';const _0x1f0011=_0x10cdd8;return _0x1f0011[_0x388bcd(0xc3)];};const a86_0x619ca7={};a86_0x619ca7[a86_0x1b9369(0xbe)]=0x1,a86_0x619ca7[a86_0x1b9369(0xbb)]=function(){const _0xc2841f=a86_0x1b9369,_0x4b83d6={};_0x4b83d6['KhroL']=_0xc2841f(0xae);const _0x306aaa=_0x4b83d6;return _0x306aaa[_0xc2841f(0xb3)];};const a86_0x540c73={};function a86_0x427f(_0x5f0ed8,_0x1e1d03){const _0x593e55=a86_0x593e();return a86_0x427f=function(_0x427f3d,_0x2974ee){_0x427f3d=_0x427f3d-0xa8;let _0x14f39f=_0x593e55[_0x427f3d];return _0x14f39f;},a86_0x427f(_0x5f0ed8,_0x1e1d03);}a86_0x540c73['value']=0x2,a86_0x540c73[a86_0x1b9369(0xbb)]=function(){const _0x4d1528=a86_0x1b9369,_0x146a8d={};_0x146a8d[_0x4d1528(0xc2)]=_0x4d1528(0xb7);const _0x414551=_0x146a8d;return _0x414551[_0x4d1528(0xc2)];};function a86_0x593e(){const _0x57c239=['AutomationFrameworkState.PLAYWRIGHT_DISPATCH','147ncJMcJ','AutomationFrameworkState.QUIT','7PNMKYZ','toString','AutomationFrameworkState.EXECUTE','29929548lGMpks','value','../../utils/constants','18990faMfYi','QyFQq','ZEkRa','ZJccx','7433920yYsjhR','672vCpqyO','aKqKE','find','values','204186AeuJTJ','20816czAEOM','AutomationFrameworkState.CREATE','2041866FPcoSj','8FKBzCX','AutomationFrameworkState.IDLE','djDbZ','KhroL','freeze','exports','2644060IFlBiD'];a86_0x593e=function(){return _0x57c239;};return a86_0x593e();}const a86_0x3dac8f={};a86_0x3dac8f[a86_0x1b9369(0xbe)]=0x3,a86_0x3dac8f[a86_0x1b9369(0xbb)]=function(){const _0x2bc3b4=a86_0x1b9369,_0x1b4972={};_0x1b4972['QyFQq']=_0x2bc3b4(0xbc);const _0x2b2e87=_0x1b4972;return _0x2b2e87[_0x2bc3b4(0xc1)];};const a86_0x330b7a={};a86_0x330b7a['value']=0x4,a86_0x330b7a['toString']=function(){const _0x58003e=a86_0x1b9369,_0x6e57ce={};_0x6e57ce[_0x58003e(0xb2)]=_0x58003e(0xb1);const _0x4ef044=_0x6e57ce;return _0x4ef044[_0x58003e(0xb2)];};const a86_0x25a135={};a86_0x25a135[a86_0x1b9369(0xbe)]=0x5,a86_0x25a135[a86_0x1b9369(0xbb)]=function(){const _0x5ce42b=a86_0x1b9369,_0x2114f4={};_0x2114f4[_0x5ce42b(0xa9)]=_0x5ce42b(0xb9);const _0x14d740=_0x2114f4;return _0x14d740[_0x5ce42b(0xa9)];};const AutomationFrameworkState=Object[a86_0x1b9369(0xb4)]({'NONE':a86_0x44a866,'CREATE':a86_0x619ca7,'PLAYWRIGHT_DISPATCH':a86_0x540c73,'EXECUTE':a86_0x3dac8f,'IDLE':a86_0x330b7a,'QUIT':a86_0x25a135,'fromValue'(_0x4eab76){const _0x2cea2c=a86_0x1b9369;return Object[_0x2cea2c(0xab)](AutomationFrameworkState)[_0x2cea2c(0xaa)](_0x2f2334=>_0x2f2334['value']===_0x4eab76);}});module[a86_0x1b9369(0xb5)]=AutomationFrameworkState;
@@ -1 +1 @@
1
- const a87_0x569b5b=a87_0x21d7;(function(_0x321ebd,_0xf171c7){const _0x6384e=a87_0x21d7,_0xe6cff2=_0x321ebd();while(!![]){try{const _0x126e45=parseInt(_0x6384e(0x1bb))/0x1*(-parseInt(_0x6384e(0x1be))/0x2)+-parseInt(_0x6384e(0x1c8))/0x3*(-parseInt(_0x6384e(0x1c2))/0x4)+-parseInt(_0x6384e(0x1bf))/0x5*(-parseInt(_0x6384e(0x1c7))/0x6)+parseInt(_0x6384e(0x1cc))/0x7+parseInt(_0x6384e(0x1ca))/0x8*(-parseInt(_0x6384e(0x1c6))/0x9)+parseInt(_0x6384e(0x1c9))/0xa+-parseInt(_0x6384e(0x1bc))/0xb*(parseInt(_0x6384e(0x1c3))/0xc);if(_0x126e45===_0xf171c7)break;else _0xe6cff2['push'](_0xe6cff2['shift']());}catch(_0x1b4233){_0xe6cff2['push'](_0xe6cff2['shift']());}}}(a87_0x379d,0x7202e));const a87_0x58b698={};a87_0x58b698[a87_0x569b5b(0x1bd)]=0x0,a87_0x58b698[a87_0x569b5b(0x1c4)]=function(){const _0x4ff86b=a87_0x569b5b,_0xb42927={};_0xb42927[_0x4ff86b(0x1c1)]=_0x4ff86b(0x1cd);const _0x1502e7=_0xb42927;return _0x1502e7[_0x4ff86b(0x1c1)];};function a87_0x21d7(_0x197b7a,_0x439908){const _0x379de8=a87_0x379d();return a87_0x21d7=function(_0x21d7cc,_0x2148e3){_0x21d7cc=_0x21d7cc-0x1bb;let _0x23c930=_0x379de8[_0x21d7cc];return _0x23c930;},a87_0x21d7(_0x197b7a,_0x439908);}const a87_0x4b60d1={};a87_0x4b60d1[a87_0x569b5b(0x1bd)]=0x1,a87_0x4b60d1['toString']=function(){const _0x23dff4=a87_0x569b5b,_0x5c9863={};_0x5c9863[_0x23dff4(0x1c5)]='HookState.PRE';const _0x547c40=_0x5c9863;return _0x547c40['bgVta'];};function a87_0x379d(){const _0x636473=['63lvEkfi','772962knpSFp','145482ubDWKq','2596390xLyLzQ','553256KUrBfO','find','771225Ncttzp','HookState.NONE','freeze','HookState.POST','2CCDHgj','2962487CEImHU','value','843756CgJwah','30HGoeyw','arVmH','AiBmH','76pjcmiV','12jZTidU','toString','bgVta'];a87_0x379d=function(){return _0x636473;};return a87_0x379d();}const a87_0x34b2f3={};a87_0x34b2f3['value']=0x2,a87_0x34b2f3[a87_0x569b5b(0x1c4)]=function(){const _0x7a4362=a87_0x569b5b,_0xe55483={};_0xe55483[_0x7a4362(0x1c0)]=_0x7a4362(0x1cf);const _0x5aee7e=_0xe55483;return _0x5aee7e[_0x7a4362(0x1c0)];};const HookState=Object[a87_0x569b5b(0x1ce)]({'NONE':a87_0x58b698,'PRE':a87_0x4b60d1,'POST':a87_0x34b2f3,'fromValue'(_0xe72ef9){const _0x33d9bc=a87_0x569b5b;return Object['values'](HookState)[_0x33d9bc(0x1cb)](_0x5100e6=>_0x5100e6[_0x33d9bc(0x1bd)]===_0xe72ef9);}});module['exports']=HookState;
1
+ const a87_0x39f451=a87_0x259f;(function(_0x3eb0bb,_0x255dda){const _0x3fe747=a87_0x259f,_0x59622f=_0x3eb0bb();while(!![]){try{const _0x19ee30=-parseInt(_0x3fe747(0x162))/0x1+parseInt(_0x3fe747(0x163))/0x2+parseInt(_0x3fe747(0x170))/0x3+-parseInt(_0x3fe747(0x168))/0x4*(-parseInt(_0x3fe747(0x160))/0x5)+parseInt(_0x3fe747(0x169))/0x6*(parseInt(_0x3fe747(0x165))/0x7)+parseInt(_0x3fe747(0x15f))/0x8*(parseInt(_0x3fe747(0x16e))/0x9)+parseInt(_0x3fe747(0x166))/0xa*(-parseInt(_0x3fe747(0x16d))/0xb);if(_0x19ee30===_0x255dda)break;else _0x59622f['push'](_0x59622f['shift']());}catch(_0x5eacad){_0x59622f['push'](_0x59622f['shift']());}}}(a87_0x4e58,0x60e7c));const a87_0x96fff6={};a87_0x96fff6[a87_0x39f451(0x167)]=0x0,a87_0x96fff6['toString']=function(){const _0x4ee65d=a87_0x39f451,_0x51f1a9={};_0x51f1a9['zENDi']=_0x4ee65d(0x16a);const _0x55bb4d=_0x51f1a9;return _0x55bb4d[_0x4ee65d(0x164)];};const a87_0x1ee8b7={};function a87_0x4e58(){const _0x427d4a=['1494GYefVG','toString','1557822bdzrUl','values','exports','4024khpHqV','1385ZpeGik','xjheK','120103SjyZrq','800926IUcvSZ','zENDi','1169nBfRUa','309290zoBkKN','value','2980NvxXQT','19566SVpuwq','HookState.NONE','yxJiN','find','440JGPQuU'];a87_0x4e58=function(){return _0x427d4a;};return a87_0x4e58();}function a87_0x259f(_0x3d496d,_0x5ca886){const _0x4e58b8=a87_0x4e58();return a87_0x259f=function(_0x259fab,_0x3a2e66){_0x259fab=_0x259fab-0x15e;let _0x2d4eb6=_0x4e58b8[_0x259fab];return _0x2d4eb6;},a87_0x259f(_0x3d496d,_0x5ca886);}a87_0x1ee8b7[a87_0x39f451(0x167)]=0x1,a87_0x1ee8b7[a87_0x39f451(0x16f)]=function(){const _0xee1ccf=a87_0x39f451,_0x59db97={};_0x59db97[_0xee1ccf(0x161)]='HookState.PRE';const _0x45e616=_0x59db97;return _0x45e616[_0xee1ccf(0x161)];};const a87_0x7d63d0={};a87_0x7d63d0['value']=0x2,a87_0x7d63d0[a87_0x39f451(0x16f)]=function(){const _0x14d816=a87_0x39f451,_0x761054={};_0x761054['yxJiN']='HookState.POST';const _0x25f4c2=_0x761054;return _0x25f4c2[_0x14d816(0x16b)];};const HookState=Object['freeze']({'NONE':a87_0x96fff6,'PRE':a87_0x1ee8b7,'POST':a87_0x7d63d0,'fromValue'(_0x297add){const _0x3775fe=a87_0x39f451;return Object[_0x3775fe(0x171)](HookState)[_0x3775fe(0x16c)](_0x1fffd5=>_0x1fffd5[_0x3775fe(0x167)]===_0x297add);}});module[a87_0x39f451(0x15e)]=HookState;
@@ -1 +1 @@
1
- const a88_0x2a58a6=a88_0x2948;(function(_0x2c8ca1,_0x9c1aa2){const _0x5252bb=a88_0x2948,_0x19565f=_0x2c8ca1();while(!![]){try{const _0x532f7c=-parseInt(_0x5252bb(0x127))/0x1+-parseInt(_0x5252bb(0x126))/0x2*(parseInt(_0x5252bb(0x122))/0x3)+-parseInt(_0x5252bb(0x121))/0x4*(parseInt(_0x5252bb(0x125))/0x5)+-parseInt(_0x5252bb(0x120))/0x6+-parseInt(_0x5252bb(0x12e))/0x7*(parseInt(_0x5252bb(0x12f))/0x8)+-parseInt(_0x5252bb(0x13b))/0x9*(-parseInt(_0x5252bb(0x123))/0xa)+parseInt(_0x5252bb(0x136))/0xb;if(_0x532f7c===_0x9c1aa2)break;else _0x19565f['push'](_0x19565f['shift']());}catch(_0x33e1bb){_0x19565f['push'](_0x19565f['shift']());}}}(a88_0x20a1,0x84e7c));const a88_0x5e29c9={};a88_0x5e29c9[a88_0x2a58a6(0x141)]=0x0,a88_0x5e29c9['toString']=function(){const _0x25b899=a88_0x2a58a6,_0x6cb895={};_0x6cb895[_0x25b899(0x13a)]=_0x25b899(0x138);const _0x26bcb3=_0x6cb895;return _0x26bcb3[_0x25b899(0x13a)];};const a88_0x35da9b={};a88_0x35da9b[a88_0x2a58a6(0x141)]=0x1,a88_0x35da9b[a88_0x2a58a6(0x12c)]=function(){const _0x39ba26=a88_0x2a58a6,_0x167585={};_0x167585[_0x39ba26(0x140)]=_0x39ba26(0x11e);const _0x28652e=_0x167585;return _0x28652e['rZAWt'];};const a88_0x6b97f8={};a88_0x6b97f8['value']=0x2,a88_0x6b97f8[a88_0x2a58a6(0x12c)]=function(){const _0x56ea42=a88_0x2a58a6,_0x428c09={};_0x428c09[_0x56ea42(0x13f)]=_0x56ea42(0x133);const _0x536123=_0x428c09;return _0x536123[_0x56ea42(0x13f)];};const a88_0x36cc24={};a88_0x36cc24[a88_0x2a58a6(0x141)]=0x3,a88_0x36cc24[a88_0x2a58a6(0x12c)]=function(){const _0x5caf04=a88_0x2a58a6,_0x27ada1={};_0x27ada1[_0x5caf04(0x11f)]=_0x5caf04(0x13d);const _0x4ed3eb=_0x27ada1;return _0x4ed3eb[_0x5caf04(0x11f)];};const a88_0x18ced6={};a88_0x18ced6[a88_0x2a58a6(0x141)]=0x4,a88_0x18ced6['toString']=function(){const _0x492ac0=a88_0x2a58a6,_0x4b0c13={};_0x4b0c13['uzLfL']=_0x492ac0(0x12d);const _0x2e703e=_0x4b0c13;return _0x2e703e[_0x492ac0(0x12a)];};function a88_0x20a1(){const _0x486511=['3955020WPcOXh','4EAaXoy','74367bSDVis','465640VYUnNz','DjmPy','950745pWYEdn','70tUVOZp','188007IYmDEN','bvrxs','TestFrameworkState.STEP','uzLfL','freeze','toString','TestFrameworkState.INIT_TEST','623uTXMWY','90088NZiNGh','find','UrlzK','QGarc','TestFrameworkState.LOG','SMpCj','izCbW','36942642aWTgyy','TestFrameworkState.LOG_REPORT','TestFrameworkState.NONE','TestFrameworkState.AFTER_ALL','fNfKF','18XjYBza','TestFrameworkState.TEST','TestFrameworkState.SETUP_FIXTURE','TestFrameworkState.TEST_SCREENSHOT','NQyWn','rZAWt','value','TpZxd','exports','TestFrameworkState.BEFORE_ALL','uUyAe'];a88_0x20a1=function(){return _0x486511;};return a88_0x20a1();}const a88_0x1dbfc8={};a88_0x1dbfc8[a88_0x2a58a6(0x141)]=0x5,a88_0x1dbfc8[a88_0x2a58a6(0x12c)]=function(){const _0x3d8877=a88_0x2a58a6,_0x24fdea={};_0x24fdea['izCbW']='TestFrameworkState.BEFORE_EACH';const _0x52c867=_0x24fdea;return _0x52c867[_0x3d8877(0x135)];};const a88_0x1a99a3={};a88_0x1a99a3[a88_0x2a58a6(0x141)]=0x6,a88_0x1a99a3['toString']=function(){const _0x44dca4=a88_0x2a58a6,_0x1e0547={};_0x1e0547[_0x44dca4(0x128)]='TestFrameworkState.AFTER_EACH';const _0x352831=_0x1e0547;return _0x352831['bvrxs'];};const a88_0x5d5dc5={};a88_0x5d5dc5['value']=0x7,a88_0x5d5dc5[a88_0x2a58a6(0x12c)]=function(){const _0x47e084=a88_0x2a58a6,_0x2f6a3e={};_0x2f6a3e['QGarc']=_0x47e084(0x13c);const _0x2c9a4c=_0x2f6a3e;return _0x2c9a4c[_0x47e084(0x132)];};const a88_0x528fef={};a88_0x528fef[a88_0x2a58a6(0x141)]=0x8,a88_0x528fef[a88_0x2a58a6(0x12c)]=function(){const _0x1158b7=a88_0x2a58a6,_0xb32f52={};_0xb32f52[_0x1158b7(0x124)]=_0x1158b7(0x129);const _0x4ea03e=_0xb32f52;return _0x4ea03e['DjmPy'];};const a88_0x408c6c={};a88_0x408c6c['value']=0x9,a88_0x408c6c['toString']=function(){const _0x32e91a=a88_0x2a58a6,_0x150581={};_0x150581[_0x32e91a(0x11c)]=_0x32e91a(0x137);const _0x1da286=_0x150581;return _0x1da286[_0x32e91a(0x11c)];};const a88_0x28c798={};function a88_0x2948(_0x5f3a12,_0x5e58c4){const _0x20a142=a88_0x20a1();return a88_0x2948=function(_0x2948c9,_0x843c23){_0x2948c9=_0x2948c9-0x11c;let _0x217f0b=_0x20a142[_0x2948c9];return _0x217f0b;},a88_0x2948(_0x5f3a12,_0x5e58c4);}a88_0x28c798['value']=0xa,a88_0x28c798[a88_0x2a58a6(0x12c)]=function(){const _0x385d53=a88_0x2a58a6,_0xfa41cf={};_0xfa41cf[_0x385d53(0x131)]=_0x385d53(0x139);const _0x136eeb=_0xfa41cf;return _0x136eeb[_0x385d53(0x131)];};const a88_0x35781b={};a88_0x35781b[a88_0x2a58a6(0x141)]=0xb,a88_0x35781b[a88_0x2a58a6(0x12c)]=function(){const _0x2eb268=a88_0x2a58a6,_0x45734a={};_0x45734a[_0x2eb268(0x134)]=_0x2eb268(0x13e);const _0x38222f=_0x45734a;return _0x38222f[_0x2eb268(0x134)];};const TestFrameworkState=Object[a88_0x2a58a6(0x12b)]({'NONE':a88_0x5e29c9,'BEFORE_ALL':a88_0x35da9b,'LOG':a88_0x6b97f8,'SETUP_FIXTURE':a88_0x36cc24,'INIT_TEST':a88_0x18ced6,'BEFORE_EACH':a88_0x1dbfc8,'AFTER_EACH':a88_0x1a99a3,'TEST':a88_0x5d5dc5,'STEP':a88_0x528fef,'LOG_REPORT':a88_0x408c6c,'AFTER_ALL':a88_0x28c798,'TEST_SCREENSHOT':a88_0x35781b,'fromValue'(_0x129cca){const _0x56ee3a=a88_0x2a58a6;return Object['values'](TestFrameworkState)[_0x56ee3a(0x130)](_0xd73209=>_0xd73209['value']===_0x129cca);}});module[a88_0x2a58a6(0x11d)]=TestFrameworkState;
1
+ function a88_0x5752(){const _0x458380=['find','value','TestFrameworkState.TEST','148ajeQBr','TestFrameworkState.SETUP_FIXTURE','values','jrCPZ','1282295hQzefL','TestFrameworkState.LOG_REPORT','TestFrameworkState.LOG','zwnsc','1680048uWZEVb','ytxKN','TestFrameworkState.STEP','TestFrameworkState.NONE','toString','4930hxvpjS','SWXTA','TestFrameworkState.AFTER_ALL','ZneQw','17166tEmfid','ccdVx','zGbrY','TestFrameworkState.BEFORE_EACH','640146XmVnBG','ZmFZJ','446928Xpiock','TestFrameworkState.BEFORE_ALL','jeQbl','oAJhE','WWsLo','96dvYkiM','33179IgkNqG'];a88_0x5752=function(){return _0x458380;};return a88_0x5752();}const a88_0x34a31a=a88_0x339b;(function(_0x41be3f,_0x4ab405){const _0x2d4931=a88_0x339b,_0x6508f1=_0x41be3f();while(!![]){try{const _0x12e712=-parseInt(_0x2d4931(0x17e))/0x1+-parseInt(_0x2d4931(0x17d))/0x2*(parseInt(_0x2d4931(0x172))/0x3)+parseInt(_0x2d4931(0x182))/0x4*(parseInt(_0x2d4931(0x16e))/0x5)+parseInt(_0x2d4931(0x176))/0x6+parseInt(_0x2d4931(0x165))/0x7+-parseInt(_0x2d4931(0x178))/0x8+parseInt(_0x2d4931(0x169))/0x9;if(_0x12e712===_0x4ab405)break;else _0x6508f1['push'](_0x6508f1['shift']());}catch(_0x270354){_0x6508f1['push'](_0x6508f1['shift']());}}}(a88_0x5752,0x24751));const a88_0x35666b={};a88_0x35666b[a88_0x34a31a(0x180)]=0x0,a88_0x35666b['toString']=function(){const _0x351578=a88_0x34a31a,_0x548e91={};_0x548e91[_0x351578(0x17b)]=_0x351578(0x16c);const _0x460d51=_0x548e91;return _0x460d51[_0x351578(0x17b)];};function a88_0x339b(_0x2caf0a,_0x42350e){const _0x575235=a88_0x5752();return a88_0x339b=function(_0x339b7b,_0x3f3e2b){_0x339b7b=_0x339b7b-0x162;let _0x1d140c=_0x575235[_0x339b7b];return _0x1d140c;},a88_0x339b(_0x2caf0a,_0x42350e);}const a88_0x1621ed={};a88_0x1621ed[a88_0x34a31a(0x180)]=0x1,a88_0x1621ed[a88_0x34a31a(0x16d)]=function(){const _0x10cc53=a88_0x34a31a,_0x2fe65e={};_0x2fe65e[_0x10cc53(0x164)]=_0x10cc53(0x179);const _0x133bb6=_0x2fe65e;return _0x133bb6[_0x10cc53(0x164)];};const a88_0x40baee={};a88_0x40baee['value']=0x2,a88_0x40baee[a88_0x34a31a(0x16d)]=function(){const _0x5c1954=a88_0x34a31a,_0x2b9dd3={};_0x2b9dd3[_0x5c1954(0x16a)]=_0x5c1954(0x167);const _0x152580=_0x2b9dd3;return _0x152580[_0x5c1954(0x16a)];};const a88_0x20f9af={};a88_0x20f9af[a88_0x34a31a(0x180)]=0x3,a88_0x20f9af[a88_0x34a31a(0x16d)]=function(){const _0x1360e7=a88_0x34a31a,_0x209f4f={};_0x209f4f[_0x1360e7(0x177)]=_0x1360e7(0x162);const _0xbb25a1=_0x209f4f;return _0xbb25a1[_0x1360e7(0x177)];};const a88_0x112b2b={};a88_0x112b2b[a88_0x34a31a(0x180)]=0x4,a88_0x112b2b[a88_0x34a31a(0x16d)]=function(){const _0x361b3a=a88_0x34a31a,_0x20af80={};_0x20af80[_0x361b3a(0x173)]='TestFrameworkState.INIT_TEST';const _0xb57e5=_0x20af80;return _0xb57e5[_0x361b3a(0x173)];};const a88_0x3c77cb={};a88_0x3c77cb[a88_0x34a31a(0x180)]=0x5,a88_0x3c77cb[a88_0x34a31a(0x16d)]=function(){const _0x3324e4=a88_0x34a31a,_0x1763f7={};_0x1763f7[_0x3324e4(0x168)]=_0x3324e4(0x175);const _0x185522=_0x1763f7;return _0x185522[_0x3324e4(0x168)];};const a88_0x16bc47={};a88_0x16bc47['value']=0x6,a88_0x16bc47[a88_0x34a31a(0x16d)]=function(){const _0x4ed68d=a88_0x34a31a,_0x505e9b={};_0x505e9b[_0x4ed68d(0x17a)]='TestFrameworkState.AFTER_EACH';const _0x23a152=_0x505e9b;return _0x23a152[_0x4ed68d(0x17a)];};const a88_0x1c4e5f={};a88_0x1c4e5f[a88_0x34a31a(0x180)]=0x7,a88_0x1c4e5f[a88_0x34a31a(0x16d)]=function(){const _0x3db3e1=a88_0x34a31a,_0x341cb0={};_0x341cb0[_0x3db3e1(0x171)]=_0x3db3e1(0x181);const _0x3d5891=_0x341cb0;return _0x3d5891[_0x3db3e1(0x171)];};const a88_0x54cee4={};a88_0x54cee4['value']=0x8,a88_0x54cee4[a88_0x34a31a(0x16d)]=function(){const _0x4b7123=a88_0x34a31a,_0x28cfb5={};_0x28cfb5[_0x4b7123(0x17c)]=_0x4b7123(0x16b);const _0x35e2e3=_0x28cfb5;return _0x35e2e3[_0x4b7123(0x17c)];};const a88_0x43b6dc={};a88_0x43b6dc['value']=0x9,a88_0x43b6dc[a88_0x34a31a(0x16d)]=function(){const _0x15ccac=a88_0x34a31a,_0x4e7e9e={};_0x4e7e9e['MMdDV']=_0x15ccac(0x166);const _0x44125b=_0x4e7e9e;return _0x44125b['MMdDV'];};const a88_0x1e22e5={};a88_0x1e22e5[a88_0x34a31a(0x180)]=0xa,a88_0x1e22e5['toString']=function(){const _0x3b0d2c=a88_0x34a31a,_0x324478={};_0x324478[_0x3b0d2c(0x16f)]=_0x3b0d2c(0x170);const _0x193634=_0x324478;return _0x193634['SWXTA'];};const a88_0xaa7933={};a88_0xaa7933[a88_0x34a31a(0x180)]=0xb,a88_0xaa7933[a88_0x34a31a(0x16d)]=function(){const _0x3638eb=a88_0x34a31a,_0x257823={};_0x257823[_0x3638eb(0x174)]='TestFrameworkState.TEST_SCREENSHOT';const _0x1190aa=_0x257823;return _0x1190aa[_0x3638eb(0x174)];};const TestFrameworkState=Object['freeze']({'NONE':a88_0x35666b,'BEFORE_ALL':a88_0x1621ed,'LOG':a88_0x40baee,'SETUP_FIXTURE':a88_0x20f9af,'INIT_TEST':a88_0x112b2b,'BEFORE_EACH':a88_0x3c77cb,'AFTER_EACH':a88_0x16bc47,'TEST':a88_0x1c4e5f,'STEP':a88_0x54cee4,'LOG_REPORT':a88_0x43b6dc,'AFTER_ALL':a88_0x1e22e5,'TEST_SCREENSHOT':a88_0xaa7933,'fromValue'(_0x559877){const _0xdcc543=a88_0x34a31a;return Object[_0xdcc543(0x163)](TestFrameworkState)[_0xdcc543(0x17f)](_0x31c918=>_0x31c918['value']===_0x559877);}});module['exports']=TestFrameworkState;
@@ -1 +1 @@
1
- function a89_0x5cf9(){const _0x52f95a=['debug','statSync','existsSync','./state/hookState','logger','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','getAllData','5803wyahdM','sSKIj','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','./cliUtils','1304cleRvy','JKZKR','http','./TestInfo','JXWyl','3815174regqBg','util','14629ihnZXz','KEY_FILE_LEVEL','copyFileSync','getTestFramework','getTestIdentifierFromTestInfo','AdrkM','toFixed','clearAttachments','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','./state/testFrameworkState','mWktQ','HbdRg','basename','uploadAttachmentsManager','./modules/playwrightDriverModule','dcDyC','37278fbpVvr','.browserstack','gRDij','iNXxr','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','toLowerCase','addMultipleEntries','dSkBc','name','TEST','1602TusNeW','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','oIado','uploadAttachments','349516cWFrIn','BuildLevel',',\x20filepath:\x20','close','join','trackFile','4udIKGJ','startsWith','http://','abzxa','format','QKFlg','pipe','getTrackedInstance','qYCwL','https://','statusCode','210WRVOhP','xSLrK','JoDic','getTestDetails','UtJEu','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','POST','jest','message','pHsiF','unlinkSync','LZhhm','PjqZt','KEY_TEST_ID','./framework/constants/testFrameworkConstants','modules','Created\x20folder:\x20%s','testhubConfig','homedir','setTestDetails','size','WeDkr','wutxg','yxLTt','retry','SmrOS','TestLevel','exports','lhGxW','getTestFrameworkDetail','MieIV','GQQya','buildHashedId','YScUy','../../helpers/classLogger.js','wlnpH','QBxls','toObject','GYcKH','Created\x20.browserstack\x20folder\x20at:\x20%s','finish','getInstance','ElCQS','WZsCI','3865mcNKKL','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','oNdYg','KEY_FILE_SIZE','error','Attachment\x20recevied\x20for\x20path:\x20%s','SFOxe','eamvU','sriNS','KEY_TEST_ATTACHMENTS','hLEPO','__workerDetails','mkdirSync','TestHubModule','createWriteStream','83106NwJiCF','Xstfl','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','ICHVL','ZUpCZ','getState'];a89_0x5cf9=function(){return _0x52f95a;};return a89_0x5cf9();}function a89_0x4ae6(_0x35d3c,_0x4d3e89){const _0x5cf998=a89_0x5cf9();return a89_0x4ae6=function(_0x4ae673,_0x535a08){_0x4ae673=_0x4ae673-0xee;let _0x1b9ea0=_0x5cf998[_0x4ae673];return _0x1b9ea0;},a89_0x4ae6(_0x35d3c,_0x4d3e89);}const a89_0x539d20=a89_0x4ae6;(function(_0x2f7639,_0x5f4797){const _0x4300f6=a89_0x4ae6,_0x3723db=_0x2f7639();while(!![]){try{const _0x349260=-parseInt(_0x4300f6(0x10d))/0x1*(-parseInt(_0x4300f6(0x131))/0x2)+-parseInt(_0x4300f6(0x11d))/0x3+-parseInt(_0x4300f6(0x12b))/0x4+-parseInt(_0x4300f6(0x168))/0x5*(parseInt(_0x4300f6(0x127))/0x6)+parseInt(_0x4300f6(0x102))/0x7*(-parseInt(_0x4300f6(0x106))/0x8)+parseInt(_0x4300f6(0xf4))/0x9*(parseInt(_0x4300f6(0x13c))/0xa)+parseInt(_0x4300f6(0x10b))/0xb;if(_0x349260===_0x5f4797)break;else _0x3723db['push'](_0x3723db['shift']());}catch(_0x1f9207){_0x3723db['push'](_0x3723db['shift']());}}}(a89_0x5cf9,0x1f6ab));const os=require('os'),fs=require('fs'),path=require('path'),util=require(a89_0x539d20(0x10c)),BrowserstackCLI=require('./browserstackCLI'),https=require('https'),http=require(a89_0x539d20(0x108)),AutomationFramework=require('./framework/automationFramework'),PlaywrightDriverModule=require(a89_0x539d20(0x11b)),TestInfo=require(a89_0x539d20(0x109)),TestFrameworkConstants=require(a89_0x539d20(0x14a)),{createClassLogger}=require(a89_0x539d20(0x15e));class uploadAttachmentsManager{static [a89_0x539d20(0xff)]=createClassLogger(a89_0x539d20(0x11a));static[a89_0x539d20(0x12a)](_0x50186b,_0x795c15=![]){const _0xe694c7=a89_0x539d20,_0x54ef09={};_0x54ef09[_0xe694c7(0x139)]=function(_0x42840a,_0xbaabe1){return _0x42840a/_0xbaabe1;},_0x54ef09[_0xe694c7(0x103)]=function(_0x4a9445,_0x29a725){return _0x4a9445*_0x29a725;},_0x54ef09[_0xe694c7(0x13e)]=function(_0x5f13a7,_0x47ae43){return _0x5f13a7>_0x47ae43;},_0x54ef09[_0xe694c7(0x10a)]='Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.',_0x54ef09[_0xe694c7(0x148)]='File\x20downloaded\x20to:\x20%s',_0x54ef09[_0xe694c7(0x11f)]=function(_0x485f3e,_0x3992ac){return _0x485f3e===_0x3992ac;},_0x54ef09['SFOxe']=_0xe694c7(0x164),_0x54ef09[_0xe694c7(0x140)]=_0xe694c7(0x104),_0x54ef09['Opvdt']=_0xe694c7(0x100),_0x54ef09[_0xe694c7(0x107)]=_0xe694c7(0x16d),_0x54ef09[_0xe694c7(0xef)]=_0xe694c7(0x11e),_0x54ef09[_0xe694c7(0xf8)]='.browserstack\x20folder\x20not\x20found\x20at:\x20%s',_0x54ef09[_0xe694c7(0x15b)]=_0xe694c7(0x163),_0x54ef09[_0xe694c7(0x16a)]=_0xe694c7(0x14c),_0x54ef09[_0xe694c7(0x160)]=function(_0x566b93,_0x216a90){return _0x566b93===_0x216a90;},_0x54ef09[_0xe694c7(0x166)]='Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.',_0x54ef09[_0xe694c7(0x16f)]=_0xe694c7(0x13a),_0x54ef09[_0xe694c7(0x145)]=_0xe694c7(0x133),_0x54ef09[_0xe694c7(0x147)]=_0xe694c7(0x16c),_0x54ef09[_0xe694c7(0x117)]=_0xe694c7(0x141),_0x54ef09[_0xe694c7(0x124)]=function(_0x5f670d,_0x5f29e9){return _0x5f670d/_0x5f29e9;},_0x54ef09[_0xe694c7(0x118)]=function(_0x6b2520,_0x5557f3){return _0x6b2520*_0x5557f3;},_0x54ef09[_0xe694c7(0xf5)]=_0xe694c7(0x121);const _0x54e888=_0x54ef09;this['logger'][_0xe694c7(0xfb)](util[_0xe694c7(0x135)](_0x54e888[_0xe694c7(0x107)],_0x50186b));const _0x35be4d=os['homedir'](),_0x5a23dd=path[_0xe694c7(0x12f)](_0x35be4d,_0x54e888[_0xe694c7(0xef)]);!fs[_0xe694c7(0xfd)](_0x5a23dd)&&(this[_0xe694c7(0xff)][_0xe694c7(0xfb)](util[_0xe694c7(0x135)](_0x54e888[_0xe694c7(0xf8)],_0x5a23dd)),fs['mkdirSync'](_0x5a23dd),this[_0xe694c7(0xff)][_0xe694c7(0xfb)](util[_0xe694c7(0x135)](_0x54e888[_0xe694c7(0x15b)],_0x5a23dd)));const _0x59948a=BrowserstackCLI[_0xe694c7(0x165)]()[_0xe694c7(0x14b)][_0xe694c7(0xf2)]?.['testhubConfig']?.[_0xe694c7(0x161)]()?.[_0xe694c7(0x15c)],_0x17c49a=path[_0xe694c7(0x12f)](_0x5a23dd,_0x59948a);!fs['existsSync'](_0x17c49a)&&(fs[_0xe694c7(0xf1)](_0x17c49a),this[_0xe694c7(0xff)][_0xe694c7(0xfb)](util['format'](_0x54e888[_0xe694c7(0x16a)],_0x17c49a)));if(_0x54e888[_0xe694c7(0x160)](_0x50186b['trim'](),'')){this[_0xe694c7(0xff)][_0xe694c7(0xfb)](util[_0xe694c7(0x135)](_0x54e888['ElCQS']));return;}if(_0x50186b[_0xe694c7(0x132)](_0x54e888[_0xe694c7(0x16f)])||_0x50186b[_0xe694c7(0x132)](_0x54e888['pHsiF'])){const _0x17ab61=_0x50186b[_0xe694c7(0x132)](_0x54e888[_0xe694c7(0x16f)])?https:http,_0x3fbc6e=path[_0xe694c7(0x119)](_0x50186b),_0x5d40f0=path[_0xe694c7(0x12f)](_0x17c49a,_0x3fbc6e),_0x4761c7=fs[_0xe694c7(0xf3)](_0x5d40f0);_0x17ab61['get'](_0x50186b,_0x4eb2be=>{const _0x36521a=_0xe694c7,_0x22324f={'dcDyC':function(_0x4e9ee7,_0xd3187c){const _0x244232=a89_0x4ae6;return _0x54e888[_0x244232(0x139)](_0x4e9ee7,_0xd3187c);},'sriNS':function(_0x3c5dc9,_0x4c8ae8){const _0x5b3ae9=a89_0x4ae6;return _0x54e888[_0x5b3ae9(0x103)](_0x3c5dc9,_0x4c8ae8);},'abzxa':function(_0x497cdc,_0x47592e){const _0xbb15a6=a89_0x4ae6;return _0x54e888[_0xbb15a6(0x13e)](_0x497cdc,_0x47592e);},'RgTnu':_0x54e888['JXWyl'],'xSLrK':_0x54e888[_0x36521a(0x148)]};if(_0x54e888[_0x36521a(0x11f)](_0x4eb2be[_0x36521a(0x13b)],0xc8))_0x4eb2be[_0x36521a(0x137)](_0x4761c7),_0x4761c7['on'](_0x54e888[_0x36521a(0x16e)],()=>{const _0x575c2d=_0x36521a;_0x4761c7[_0x575c2d(0x12e)]();const _0x1bba9c=fs[_0x575c2d(0xfc)](_0x5d40f0),_0x367086=_0x22324f[_0x575c2d(0x11c)](_0x1bba9c['size'],_0x22324f[_0x575c2d(0x170)](0x400,0x400));if(_0x22324f[_0x575c2d(0x134)](_0x367086,0x64)){this[_0x575c2d(0xff)]['debug'](util['format'](_0x22324f['RgTnu'],_0x367086[_0x575c2d(0x113)](0x2))),fs['unlinkSync'](_0x5d40f0);return;}this[_0x575c2d(0xff)][_0x575c2d(0xfb)](util[_0x575c2d(0x135)](_0x22324f[_0x575c2d(0x13d)],_0x5d40f0)),uploadAttachmentsManager[_0x575c2d(0x130)](_0x5d40f0,_0x795c15);});else{this[_0x36521a(0xff)][_0x36521a(0xfb)](util['format'](_0x54e888[_0x36521a(0x140)],_0x4eb2be[_0x36521a(0x13b)])),_0x4761c7[_0x36521a(0x12e)](),fs[_0x36521a(0x146)](_0x5d40f0);return;}})['on'](_0x54e888[_0xe694c7(0x147)],_0x4cf81b=>{const _0x9ee53a=_0xe694c7;this[_0x9ee53a(0xff)][_0x9ee53a(0xfb)](util[_0x9ee53a(0x135)](_0x54e888['Opvdt'],_0x4cf81b[_0x9ee53a(0x144)])),_0x4761c7['close'](),fs[_0x9ee53a(0x146)](_0x5d40f0);return;});}else{if(!fs['existsSync'](_0x50186b)){this['logger']['debug'](util['format'](_0x54e888[_0xe694c7(0x117)],_0x50186b));return;}const _0x3e4c78=fs['statSync'](_0x50186b),_0x11f374=_0x54e888[_0xe694c7(0x124)](_0x3e4c78[_0xe694c7(0x150)],_0x54e888[_0xe694c7(0x118)](0x400,0x400));if(_0x54e888[_0xe694c7(0x13e)](_0x11f374,0x64)){this['logger']['debug'](util[_0xe694c7(0x135)](_0x54e888['Xstfl'],_0x11f374['toFixed'](0x2)));return;}const _0x513520=path[_0xe694c7(0x119)](_0x50186b),_0x166ebc=path[_0xe694c7(0x12f)](_0x17c49a,_0x513520);fs[_0xe694c7(0x10f)](_0x50186b,_0x166ebc),uploadAttachmentsManager['trackFile'](_0x166ebc,_0x795c15);}}static[a89_0x539d20(0x130)](_0x529102,_0x26263a){const _0x4f2603=a89_0x539d20,_0x422b86={'MieIV':function(_0x356051,_0x5a4b66){return _0x356051(_0x5a4b66);},'oFadI':'./browserstackCLI','QKFlg':_0x4f2603(0x105),'DBMhc':function(_0x99708b,_0x3aa16){return _0x99708b===_0x3aa16;},'GYcKH':_0x4f2603(0x143),'GFdEA':'trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','wutxg':_0x4f2603(0x12c),'SmrOS':_0x4f2603(0x156),'WZsCI':_0x4f2603(0x169),'yxLTt':function(_0x42b022,_0x9cab2b){return _0x42b022(_0x9cab2b);},'wlnpH':_0x4f2603(0x116),'oIado':_0x4f2603(0xfe),'WeDkr':'trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','ZUpCZ':_0x4f2603(0xf7),'iNXxr':'Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload'};try{let _0x1b6b03;const _0x3229cf=global[_0x4f2603(0xf0)]?.['currentTest']?.['testInfo'],_0x38577d=_0x422b86[_0x4f2603(0x15a)](require,_0x422b86['oFadI']),_0x2d99d3=_0x422b86[_0x4f2603(0x15a)](require,_0x422b86[_0x4f2603(0x136)]),_0x2a9393=_0x38577d[_0x4f2603(0x165)]()['isRunning']()&&_0x422b86['DBMhc'](_0x2d99d3[_0x4f2603(0x159)]()?.[_0x4f2603(0x125)]?.[_0x4f2603(0x122)](),_0x422b86[_0x4f2603(0x162)]);if(_0x2a9393){_0x1b6b03=global['__jestCurrentTestIdentifier'];if(!_0x1b6b03){const _0x284f57=AutomationFramework[_0x4f2603(0x138)]();_0x1b6b03=AutomationFramework['getState'](_0x284f57,PlaywrightDriverModule[_0x4f2603(0x149)],'');}this[_0x4f2603(0xff)][_0x4f2603(0xfb)](_0x4f2603(0xf6)+_0x1b6b03);}else{if(!_0x3229cf){const _0x3b6e5a=AutomationFramework[_0x4f2603(0x138)]();_0x1b6b03=AutomationFramework[_0x4f2603(0xfa)](_0x3b6e5a,PlaywrightDriverModule[_0x4f2603(0x149)],'');}else _0x1b6b03=TestInfo[_0x4f2603(0x111)](_0x3229cf,_0x3229cf[_0x4f2603(0x154)]);this[_0x4f2603(0xff)][_0x4f2603(0xfb)]('trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20'+_0x1b6b03);}if(!_0x1b6b03){this[_0x4f2603(0xff)][_0x4f2603(0xfb)](_0x422b86['GFdEA']);return;}const _0xcb9d28={[TestFrameworkConstants[_0x4f2603(0x16b)]]:fs['statSync'](_0x529102)[_0x4f2603(0x150)],[TestFrameworkConstants['KEY_FILE_NAME']]:path[_0x4f2603(0x119)](_0x529102),[TestFrameworkConstants['KEY_FILE_PATH']]:_0x529102,[TestFrameworkConstants[_0x4f2603(0x10e)]]:_0x26263a?_0x422b86[_0x4f2603(0x152)]:_0x422b86[_0x4f2603(0x155)]};if(_0x2a9393){const _0x121355=_0x38577d[_0x4f2603(0x165)]()[_0x4f2603(0x110)]();if(!_0x121355){this['logger'][_0x4f2603(0xfb)](_0x422b86[_0x4f2603(0x167)]);return;}const _0x1b53d8=_0x422b86[_0x4f2603(0x153)](require,_0x422b86[_0x4f2603(0x15f)]),_0x26eaef=_0x422b86[_0x4f2603(0x153)](require,_0x422b86[_0x4f2603(0x129)]),_0x5f5c03=_0x121355['resolveInstance'](_0x1b53d8[_0x4f2603(0x126)],_0x26eaef[_0x4f2603(0x142)]);if(!_0x5f5c03){this[_0x4f2603(0xff)][_0x4f2603(0xfb)](_0x422b86[_0x4f2603(0x151)]);return;}const _0x49081a=_0x5f5c03[_0x4f2603(0x101)]()['get'](_0x1b6b03)||{},_0x49af96=_0x49081a[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x36c396={..._0x49af96};_0x36c396[_0x529102]=_0xcb9d28;const _0x5948c7=_0x36c396,_0x26cf8b={[TestFrameworkConstants[_0x4f2603(0xee)]]:_0x5948c7},_0xcfe579={};_0xcfe579[_0x1b6b03]=_0x26cf8b,_0x5f5c03[_0x4f2603(0x123)](_0xcfe579),this[_0x4f2603(0xff)][_0x4f2603(0xfb)]('trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20'+_0x1b6b03+_0x4f2603(0x12d)+_0x529102);}else{const _0x3a3c69=TestInfo[_0x4f2603(0x13f)](_0x1b6b03),_0x19056c=_0x3a3c69[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{};_0x19056c[_0x529102]=_0xcb9d28,_0x3a3c69[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]=_0x19056c,TestInfo[_0x4f2603(0x14f)](_0x1b6b03,_0x3a3c69),this[_0x4f2603(0xff)][_0x4f2603(0xfb)](_0x4f2603(0x128)+_0x1b6b03+_0x4f2603(0x12d)+_0x529102);}this[_0x4f2603(0xff)][_0x4f2603(0xfb)](util[_0x4f2603(0x135)](_0x422b86[_0x4f2603(0xf9)],_0x529102));}catch(_0x27c377){this[_0x4f2603(0xff)][_0x4f2603(0xfb)](util[_0x4f2603(0x135)](_0x422b86[_0x4f2603(0x120)],_0x27c377[_0x4f2603(0x144)]));}}static[a89_0x539d20(0x114)](){const _0x2e6256=a89_0x539d20,_0x27543d={};_0x27543d[_0x2e6256(0x112)]=_0x2e6256(0x11e),_0x27543d['YScUy']=_0x2e6256(0x115),_0x27543d[_0x2e6256(0x158)]='Cleared\x20attachment\x20folder';const _0x6a9492=_0x27543d,_0x24fca8=os[_0x2e6256(0x14e)](),_0x2f9e94=path['join'](_0x24fca8,_0x6a9492['AdrkM']);if(!fs[_0x2e6256(0xfd)](_0x2f9e94))return;const _0x3c363b=BrowserstackCLI[_0x2e6256(0x165)]()[_0x2e6256(0x14b)][_0x2e6256(0xf2)]?.[_0x2e6256(0x14d)]?.[_0x2e6256(0x161)]()?.[_0x2e6256(0x15c)],_0x5bdcd6=_0x3c363b?path[_0x2e6256(0x12f)](_0x2f9e94,_0x3c363b):null;if(!_0x5bdcd6||!fs[_0x2e6256(0xfd)](_0x5bdcd6)){this[_0x2e6256(0xff)][_0x2e6256(0xfb)](util[_0x2e6256(0x135)](_0x6a9492[_0x2e6256(0x15d)],_0x3c363b));return;}const _0x29a671={};_0x29a671['recursive']=!![],_0x29a671['force']=!![],fs['rmSync'](_0x5bdcd6,_0x29a671),this['logger'][_0x2e6256(0xfb)](util[_0x2e6256(0x135)](_0x6a9492[_0x2e6256(0x158)]));}}module[a89_0x539d20(0x157)]=uploadAttachmentsManager;
1
+ const a89_0x587976=a89_0x4926;function a89_0x4926(_0x12dbb8,_0x46611c){const _0x1e231e=a89_0x1e23();return a89_0x4926=function(_0x492669,_0x87f4b5){_0x492669=_0x492669-0x11c;let _0x2c17a0=_0x1e231e[_0x492669];return _0x2c17a0;},a89_0x4926(_0x12dbb8,_0x46611c);}function a89_0x1e23(){const _0x2e66ab=['oHyGi','getAllData','451971JslGgS','Created\x20folder:\x20%s','5VsRDOF','ozowA','testhubConfig','PUUob','message','UajZE','error','basename','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','mkdirSync','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','RUvaF','statusCode',',\x20filepath:\x20','toObject','clearAttachments','nptiv','Cleared\x20attachment\x20folder','HXOdw','427waNBZC','unlinkSync','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','modules','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','rDoor','KEY_TEST_ATTACHMENTS','name','File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','QtCEt','427132oDWpbn','XTsDm','HzTFV','./state/hookState','KEY_FILE_PATH','getTestFramework','http://','https','size','copyFileSync','2777178ELdcTC','EtXUh','KEY_FILE_NAME','exports','getTestFrameworkDetail','KEY_TEST_ID','toLowerCase','ThRJd','SFOkR','format','buildHashedId','mlgOo','existsSync','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','toFixed','PBKRT','1553229FElJbO','uvhWK','KEY_FILE_SIZE','./state/testFrameworkState','close','resolveInstance','./cliUtils','180202hZqgTQ','TestLevel','getInstance','zKyju','TiDOF','../../helpers/classLogger.js','homedir','addMultipleEntries','retry','statSync','XfxKM','BGLFX','rKxam','KEY_FILE_LEVEL','finish','feQNQ','QaTME','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','isRunning','__jestCurrentTestIdentifier','730VgCVKn','getTestDetails','http','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','recursive','./browserstackCLI','RwKmf','tmRex','startsWith','hYtsK','pipe','Hqqvo','aTdVh','POST','anPup','TestHubModule','join','./framework/constants/testFrameworkConstants','16RQXxAH','DMgFZ','.browserstack','1997387lAigTx','kOiQz','util','tnzlS','getTrackedInstance','setTestDetails','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','https://','__workerDetails','./framework/automationFramework','xmdcX','GFjCf','trackFile','uploadAttachmentsManager','ZavEU','getState','./TestInfo','createWriteStream','eACxq','force','trim','debug','path','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','3154RRrkgF','./modules/playwrightDriverModule','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','logger'];a89_0x1e23=function(){return _0x2e66ab;};return a89_0x1e23();}(function(_0x266ca3,_0x446410){const _0x17447a=a89_0x4926,_0x3c6914=_0x266ca3();while(!![]){try{const _0x580bc9=parseInt(_0x17447a(0x15e))/0x1*(-parseInt(_0x17447a(0x143))/0x2)+-parseInt(_0x17447a(0x182))/0x3+parseInt(_0x17447a(0x168))/0x4*(parseInt(_0x17447a(0x14b))/0x5)+parseInt(_0x17447a(0x172))/0x6+-parseInt(_0x17447a(0x12b))/0x7+-parseInt(_0x17447a(0x128))/0x8*(-parseInt(_0x17447a(0x149))/0x9)+parseInt(_0x17447a(0x19d))/0xa*(parseInt(_0x17447a(0x189))/0xb);if(_0x580bc9===_0x446410)break;else _0x3c6914['push'](_0x3c6914['shift']());}catch(_0x224933){_0x3c6914['push'](_0x3c6914['shift']());}}}(a89_0x1e23,0x5f183));const os=require('os'),fs=require('fs'),path=require(a89_0x587976(0x141)),util=require(a89_0x587976(0x12d)),BrowserstackCLI=require(a89_0x587976(0x1a2)),https=require(a89_0x587976(0x16f)),http=require(a89_0x587976(0x19f)),AutomationFramework=require(a89_0x587976(0x134)),PlaywrightDriverModule=require(a89_0x587976(0x144)),TestInfo=require(a89_0x587976(0x13b)),TestFrameworkConstants=require(a89_0x587976(0x127)),{createClassLogger}=require(a89_0x587976(0x18e));class uploadAttachmentsManager{static ['logger']=createClassLogger(a89_0x587976(0x138));static['uploadAttachments'](_0x325b53,_0x802925=![]){const _0x86d03a=a89_0x587976,_0xec6662={};_0xec6662['rDoor']=function(_0x67f641,_0x34d3b0){return _0x67f641/_0x34d3b0;},_0xec6662[_0x86d03a(0x183)]=function(_0x5d3176,_0x299838){return _0x5d3176*_0x299838;},_0xec6662[_0x86d03a(0x18d)]=function(_0x24ea39,_0x248d24){return _0x24ea39>_0x248d24;},_0xec6662['ozowA']='Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.',_0xec6662[_0x86d03a(0x13d)]='File\x20downloaded\x20to:\x20%s',_0xec6662[_0x86d03a(0x129)]=function(_0x376c33,_0x170ca6){return _0x376c33===_0x170ca6;},_0xec6662[_0x86d03a(0x181)]=_0x86d03a(0x197),_0xec6662[_0x86d03a(0x156)]='Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload',_0xec6662['aTdVh']=_0x86d03a(0x160),_0xec6662[_0x86d03a(0x198)]='Attachment\x20recevied\x20for\x20path:\x20%s',_0xec6662[_0x86d03a(0x135)]=_0x86d03a(0x12a),_0xec6662[_0x86d03a(0x193)]=_0x86d03a(0x145),_0xec6662[_0x86d03a(0x150)]='Created\x20.browserstack\x20folder\x20at:\x20%s',_0xec6662['BGLFX']=_0x86d03a(0x14a),_0xec6662['rKxam']='Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.',_0xec6662['kOiQz']=_0x86d03a(0x132),_0xec6662[_0x86d03a(0x11c)]=_0x86d03a(0x16e),_0xec6662[_0x86d03a(0x121)]=_0x86d03a(0x151),_0xec6662[_0x86d03a(0x14e)]='Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s',_0xec6662[_0x86d03a(0x179)]=_0x86d03a(0x166);const _0x56c29d=_0xec6662;this[_0x86d03a(0x146)][_0x86d03a(0x140)](util[_0x86d03a(0x17b)](_0x56c29d['feQNQ'],_0x325b53));const _0x3ce387=os[_0x86d03a(0x18f)](),_0xc3751b=path['join'](_0x3ce387,_0x56c29d['xmdcX']);!fs[_0x86d03a(0x17e)](_0xc3751b)&&(this[_0x86d03a(0x146)]['debug'](util[_0x86d03a(0x17b)](_0x56c29d[_0x86d03a(0x193)],_0xc3751b)),fs['mkdirSync'](_0xc3751b),this[_0x86d03a(0x146)]['debug'](util[_0x86d03a(0x17b)](_0x56c29d[_0x86d03a(0x150)],_0xc3751b)));const _0x5cd0b8=BrowserstackCLI[_0x86d03a(0x18b)]()[_0x86d03a(0x161)][_0x86d03a(0x125)]?.[_0x86d03a(0x14d)]?.[_0x86d03a(0x159)]()?.[_0x86d03a(0x17c)],_0x5baaf9=path[_0x86d03a(0x126)](_0xc3751b,_0x5cd0b8);!fs['existsSync'](_0x5baaf9)&&(fs[_0x86d03a(0x154)](_0x5baaf9),this['logger'][_0x86d03a(0x140)](util[_0x86d03a(0x17b)](_0x56c29d[_0x86d03a(0x194)],_0x5baaf9)));if(_0x56c29d['DMgFZ'](_0x325b53[_0x86d03a(0x13f)](),'')){this[_0x86d03a(0x146)][_0x86d03a(0x140)](util[_0x86d03a(0x17b)](_0x56c29d[_0x86d03a(0x195)]));return;}if(_0x325b53['startsWith'](_0x56c29d[_0x86d03a(0x12c)])||_0x325b53['startsWith'](_0x56c29d[_0x86d03a(0x11c)])){const _0x50a2de=_0x325b53[_0x86d03a(0x11e)](_0x56c29d['kOiQz'])?https:http,_0x5e7912=path[_0x86d03a(0x152)](_0x325b53),_0x17c089=path['join'](_0x5baaf9,_0x5e7912),_0x9190d=fs[_0x86d03a(0x13c)](_0x17c089);_0x50a2de['get'](_0x325b53,_0xeebc4e=>{const _0x46549c=_0x86d03a;if(_0x56c29d[_0x46549c(0x129)](_0xeebc4e[_0x46549c(0x157)],0xc8))_0xeebc4e[_0x46549c(0x120)](_0x9190d),_0x9190d['on'](_0x56c29d['PBKRT'],()=>{const _0x4128ea=_0x46549c;_0x9190d[_0x4128ea(0x186)]();const _0xdc1879=fs[_0x4128ea(0x192)](_0x17c089),_0x4464e0=_0x56c29d['rDoor'](_0xdc1879[_0x4128ea(0x170)],_0x56c29d[_0x4128ea(0x183)](0x400,0x400));if(_0x56c29d[_0x4128ea(0x18d)](_0x4464e0,0x64)){this[_0x4128ea(0x146)][_0x4128ea(0x140)](util[_0x4128ea(0x17b)](_0x56c29d[_0x4128ea(0x14c)],_0x4464e0[_0x4128ea(0x180)](0x2))),fs['unlinkSync'](_0x17c089);return;}this[_0x4128ea(0x146)][_0x4128ea(0x140)](util[_0x4128ea(0x17b)](_0x56c29d[_0x4128ea(0x13d)],_0x17c089)),uploadAttachmentsManager[_0x4128ea(0x137)](_0x17c089,_0x802925);});else{this[_0x46549c(0x146)][_0x46549c(0x140)](util[_0x46549c(0x17b)](_0x56c29d[_0x46549c(0x156)],_0xeebc4e[_0x46549c(0x157)])),_0x9190d[_0x46549c(0x186)](),fs[_0x46549c(0x15f)](_0x17c089);return;}})['on'](_0x56c29d['Hqqvo'],_0x4c73d8=>{const _0x42befe=_0x86d03a;this[_0x42befe(0x146)]['debug'](util[_0x42befe(0x17b)](_0x56c29d[_0x42befe(0x122)],_0x4c73d8[_0x42befe(0x14f)])),_0x9190d[_0x42befe(0x186)](),fs[_0x42befe(0x15f)](_0x17c089);return;});}else{if(!fs[_0x86d03a(0x17e)](_0x325b53)){this[_0x86d03a(0x146)]['debug'](util['format'](_0x56c29d[_0x86d03a(0x14e)],_0x325b53));return;}const _0x58bd94=fs[_0x86d03a(0x192)](_0x325b53),_0x2476ca=_0x56c29d[_0x86d03a(0x163)](_0x58bd94['size'],_0x56c29d[_0x86d03a(0x183)](0x400,0x400));if(_0x56c29d['TiDOF'](_0x2476ca,0x64)){this[_0x86d03a(0x146)]['debug'](util[_0x86d03a(0x17b)](_0x56c29d[_0x86d03a(0x179)],_0x2476ca[_0x86d03a(0x180)](0x2)));return;}const _0x50a65e=path[_0x86d03a(0x152)](_0x325b53),_0x2e2073=path[_0x86d03a(0x126)](_0x5baaf9,_0x50a65e);fs[_0x86d03a(0x171)](_0x325b53,_0x2e2073),uploadAttachmentsManager[_0x86d03a(0x137)](_0x2e2073,_0x802925);}}static['trackFile'](_0x53b771,_0x450f91){const _0x11d3e9=a89_0x587976,_0x46d489={'DNNOQ':function(_0x46de86,_0x392738){return _0x46de86(_0x392738);},'QtCEt':_0x11d3e9(0x1a2),'wwuIA':function(_0x36d46b,_0x415757){return _0x36d46b(_0x415757);},'XTsDm':_0x11d3e9(0x188),'HXOdw':function(_0xc03264,_0x54e4c6){return _0xc03264===_0x54e4c6;},'GFjCf':'jest','SFOkR':_0x11d3e9(0x155),'mlgOo':'BuildLevel','QaTME':_0x11d3e9(0x18a),'tnzlS':_0x11d3e9(0x131),'anPup':_0x11d3e9(0x185),'zKyju':function(_0x2ea8ce,_0x15a306){return _0x2ea8ce(_0x15a306);},'EtXUh':_0x11d3e9(0x16b),'hYtsK':_0x11d3e9(0x17f),'nptiv':'Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','tmRex':_0x11d3e9(0x19a)};try{let _0x23d77f;const _0x5942bf=global[_0x11d3e9(0x133)]?.['currentTest']?.['testInfo'],_0x3f5608=_0x46d489['DNNOQ'](require,_0x46d489[_0x11d3e9(0x167)]),_0x53ef6f=_0x46d489['wwuIA'](require,_0x46d489[_0x11d3e9(0x169)]),_0x2c1c25=_0x3f5608['getInstance']()[_0x11d3e9(0x19b)]()&&_0x46d489[_0x11d3e9(0x15d)](_0x53ef6f[_0x11d3e9(0x176)]()?.[_0x11d3e9(0x165)]?.[_0x11d3e9(0x178)](),_0x46d489[_0x11d3e9(0x136)]);if(_0x2c1c25){_0x23d77f=global[_0x11d3e9(0x19c)];if(!_0x23d77f){const _0x57ea50=AutomationFramework[_0x11d3e9(0x12f)]();_0x23d77f=AutomationFramework['getState'](_0x57ea50,PlaywrightDriverModule[_0x11d3e9(0x177)],'');}this[_0x11d3e9(0x146)][_0x11d3e9(0x140)]('trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20'+_0x23d77f);}else{if(!_0x5942bf){const _0x32a45c=AutomationFramework[_0x11d3e9(0x12f)]();_0x23d77f=AutomationFramework[_0x11d3e9(0x13a)](_0x32a45c,PlaywrightDriverModule['KEY_TEST_ID'],'');}else _0x23d77f=TestInfo['getTestIdentifierFromTestInfo'](_0x5942bf,_0x5942bf[_0x11d3e9(0x191)]);this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](_0x11d3e9(0x1a0)+_0x23d77f);}if(!_0x23d77f){this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](_0x46d489[_0x11d3e9(0x17a)]);return;}const _0x5d1de4={[TestFrameworkConstants[_0x11d3e9(0x184)]]:fs[_0x11d3e9(0x192)](_0x53b771)[_0x11d3e9(0x170)],[TestFrameworkConstants[_0x11d3e9(0x174)]]:path['basename'](_0x53b771),[TestFrameworkConstants[_0x11d3e9(0x16c)]]:_0x53b771,[TestFrameworkConstants[_0x11d3e9(0x196)]]:_0x450f91?_0x46d489[_0x11d3e9(0x17d)]:_0x46d489[_0x11d3e9(0x199)]};if(_0x2c1c25){const _0x2a313c=_0x3f5608['getInstance']()[_0x11d3e9(0x16d)]();if(!_0x2a313c){this[_0x11d3e9(0x146)]['debug'](_0x46d489[_0x11d3e9(0x12e)]);return;}const _0x1b2786=_0x46d489['DNNOQ'](require,_0x46d489[_0x11d3e9(0x124)]),_0x51f750=_0x46d489[_0x11d3e9(0x18c)](require,_0x46d489[_0x11d3e9(0x173)]),_0x113470=_0x2a313c[_0x11d3e9(0x187)](_0x1b2786['TEST'],_0x51f750[_0x11d3e9(0x123)]);if(!_0x113470){this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](_0x46d489[_0x11d3e9(0x11f)]);return;}const _0x11f54b=_0x113470[_0x11d3e9(0x148)]()['get'](_0x23d77f)||{},_0x700d4c=_0x11f54b[TestFrameworkConstants[_0x11d3e9(0x164)]]||{},_0x5c82aa={..._0x700d4c};_0x5c82aa[_0x53b771]=_0x5d1de4;const _0x4d58b9=_0x5c82aa,_0x2bd2d7={[TestFrameworkConstants[_0x11d3e9(0x164)]]:_0x4d58b9},_0x58b6d4={};_0x58b6d4[_0x23d77f]=_0x2bd2d7,_0x113470[_0x11d3e9(0x190)](_0x58b6d4),this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](_0x11d3e9(0x153)+_0x23d77f+_0x11d3e9(0x158)+_0x53b771);}else{const _0x25689d=TestInfo[_0x11d3e9(0x19e)](_0x23d77f),_0x535a19=_0x25689d[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{};_0x535a19[_0x53b771]=_0x5d1de4,_0x25689d[TestFrameworkConstants[_0x11d3e9(0x164)]]=_0x535a19,TestInfo[_0x11d3e9(0x130)](_0x23d77f,_0x25689d),this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](_0x11d3e9(0x142)+_0x23d77f+_0x11d3e9(0x158)+_0x53b771);}this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](util['format'](_0x46d489[_0x11d3e9(0x15b)],_0x53b771));}catch(_0x1f0294){this[_0x11d3e9(0x146)][_0x11d3e9(0x140)](util['format'](_0x46d489[_0x11d3e9(0x11d)],_0x1f0294[_0x11d3e9(0x14f)]));}}static[a89_0x587976(0x15a)](){const _0x4046d2=a89_0x587976,_0x422ed7={};_0x422ed7[_0x4046d2(0x16a)]=_0x4046d2(0x12a),_0x422ed7['ZavEU']=_0x4046d2(0x162),_0x422ed7['oHyGi']=_0x4046d2(0x15c);const _0x1a57be=_0x422ed7,_0x1a656d=os[_0x4046d2(0x18f)](),_0x5306fb=path[_0x4046d2(0x126)](_0x1a656d,_0x1a57be[_0x4046d2(0x16a)]);if(!fs[_0x4046d2(0x17e)](_0x5306fb))return;const _0x445aa1=BrowserstackCLI[_0x4046d2(0x18b)]()[_0x4046d2(0x161)]['TestHubModule']?.[_0x4046d2(0x14d)]?.[_0x4046d2(0x159)]()?.['buildHashedId'],_0x2a4670=_0x445aa1?path[_0x4046d2(0x126)](_0x5306fb,_0x445aa1):null;if(!_0x2a4670||!fs[_0x4046d2(0x17e)](_0x2a4670)){this[_0x4046d2(0x146)][_0x4046d2(0x140)](util[_0x4046d2(0x17b)](_0x1a57be[_0x4046d2(0x139)],_0x445aa1));return;}const _0x54abc6={};_0x54abc6[_0x4046d2(0x1a1)]=!![],_0x54abc6[_0x4046d2(0x13e)]=!![],fs['rmSync'](_0x2a4670,_0x54abc6),this[_0x4046d2(0x146)][_0x4046d2(0x140)](util[_0x4046d2(0x17b)](_0x1a57be[_0x4046d2(0x147)]));}}module[a89_0x587976(0x175)]=uploadAttachmentsManager;
@@ -1 +1 @@
1
- function a90_0x1cf0(){const _0x561d4a=['TScbt','XDgEe','length','push','vwcjY','VTTOb','debug','Vbbil','AssertionError','JLTdz','toString','getTestUUID','passed','../../../helpers/test-observability/error-handler.js','ypfkq','forEach','examples','YoqSC','createTestFrameworkData','2749392ctLfRw','result','unknown','status','sendHook','javascript','backtrace','configureGit','PWbOo','1547588HwpFKo','toISOString','cells','StaJQ','exception','6DVaAZy','../../../helpers/helper.js','testStepFinished','GjryI','HmltT','qczMJ','xEosM','feature','format','name','BUcKP','toLowerCase','testStepResult','HAgua','oKZjv','VLVKe','getHookResult','nanos','skipped','pwbQG','PQAji','includes','relative','failure','27145863NYfgrt','1597155Fzkage','GBzqX','failure_type','xvZUh','failureData','failure_data','path','PaBel','gMqEI','flatMap','winstonLogger','qGwpm','Exception\x20in\x20getHookRunEventData:\x20','test','_gitConfigured','UnhandledError','7903llFWMb','hook','BiWjT','GyxVo','AFTER_EACH','VlyYO','failure_reason','getHookRunEventData','scenario','ymTay','uri','../../../helpers/logger.js','vpXMx','SiNdS','HookRunFinished','vHalR','failed','lCbXJ','_gitConfigPath','strip-ansi','sourceReference','pending','getCucumberHookType','MSMqA','SKIPPED','hooks','tagExpression','failureType','dbJWg','tCzmn','timestamp','1422cPHdLT','filter','cucumber','tVLPB','match','uppUt','children','rule','map','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','duration_in_ms','find','testCaseFinished','AzSWa','tags','LjhwF','FDxrz','value','UVCoG','AGZRE','pickleStepId','mlGqS','createHookData','message','647188IPOXEo','astNodeIds','bstack','juzjz','getScenarioExamples','exports','AWupP','hookId','FAILED','695814tKRXHR','root','rFLCN','tableBody'];a90_0x1cf0=function(){return _0x561d4a;};return a90_0x1cf0();}function a90_0x5762(_0x108843,_0x32e356){const _0x1cf091=a90_0x1cf0();return a90_0x5762=function(_0x57622c,_0x21f4e3){_0x57622c=_0x57622c-0x153;let _0x2d2c92=_0x1cf091[_0x57622c];return _0x2d2c92;},a90_0x5762(_0x108843,_0x32e356);}const a90_0x51945b=a90_0x5762;(function(_0x46f26f,_0x84129c){const _0x411113=a90_0x5762,_0x3cdaa4=_0x46f26f();while(!![]){try{const _0x472908=-parseInt(_0x411113(0x1a1))/0x1+-parseInt(_0x411113(0x198))/0x2*(parseInt(_0x411113(0x1c6))/0x3)+-parseInt(_0x411113(0x1c1))/0x4+-parseInt(_0x411113(0x1df))/0x5+parseInt(_0x411113(0x180))/0x6*(-parseInt(_0x411113(0x161))/0x7)+-parseInt(_0x411113(0x1b8))/0x8+parseInt(_0x411113(0x1de))/0x9;if(_0x472908===_0x84129c)break;else _0x3cdaa4['push'](_0x3cdaa4['shift']());}catch(_0x17758d){_0x3cdaa4['push'](_0x3cdaa4['shift']());}}}(a90_0x1cf0,0x56d2e));const path=require(a90_0x51945b(0x157)),util=require('util'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a90_0x51945b(0x1c7)),logger=require(a90_0x51945b(0x16c))[a90_0x51945b(0x15b)],{o11yClassErrorHandler}=require(a90_0x51945b(0x1b2)),TestInfo=require('../TestInfo.js'),hooksMap={};class CucumberUtils{constructor(){const _0x202942=a90_0x51945b;this[_0x202942(0x15f)]=![],this[_0x202942(0x173)]=null;}async[a90_0x51945b(0x1b7)](_0x5ee123,_0x1a7543,_0x44467b,_0xbf189,_0x416300,_0x153e67){const _0x3eccbc=a90_0x51945b,_0x2d2dbd={'gMqEI':function(_0x107217,_0x3e6c34){return _0x107217===_0x3e6c34;},'VlyYO':_0x3eccbc(0x1a0),'SiNdS':_0x3eccbc(0x171),'TkBWV':function(_0x168f9f,_0x3dfa53){return _0x168f9f===_0x3dfa53;},'PQAji':_0x3eccbc(0x179),'lvVsz':_0x3eccbc(0x1d8),'vpXMx':function(_0x2ceced,_0x117ef7){return _0x2ceced||_0x117ef7;},'AzSWa':function(_0x1e5f82,_0xef6e3c){return _0x1e5f82+_0xef6e3c;},'mlGqS':function(_0x2d2940,_0x4eaac9){return _0x2d2940+_0x4eaac9;},'tVLPB':_0x3eccbc(0x15e),'HAgua':_0x3eccbc(0x1bd),'ptvQJ':_0x3eccbc(0x182),'tCzmn':_0x3eccbc(0x176),'xEosM':_0x3eccbc(0x1b1),'AGZRE':function(_0x1491f6,_0x4f3758){return _0x1491f6!==_0x4f3758;},'oKZjv':function(_0x5bbb64,_0x15daa8){return _0x5bbb64/_0x15daa8;},'gsABY':function(_0x1cdc04,_0x55ab95){return _0x1cdc04===_0x55ab95;},'XDgEe':_0x3eccbc(0x174),'lCbXJ':function(_0x1abc8d,_0x19a723){return _0x1abc8d(_0x19a723);},'xvZUh':_0x3eccbc(0x1ba),'ypfkq':_0x3eccbc(0x1ad),'ymTay':_0x3eccbc(0x160)},{feature:_0x2e76c0,scenario:_0x226426,steps:_0x60a547,uuid:_0x28acf7,startedAt:_0x596d8f,finishedAt:_0x3f23f0}=_0x2d2dbd[_0x3eccbc(0x16d)](_0x5ee123,{}),_0x390bb4=this[_0x3eccbc(0x19c)](_0xbf189,_0x1a7543);await this[_0x3eccbc(0x1bf)]();const _0x25eab9=_0x390bb4?_0x2d2dbd['AzSWa'](_0x2d2dbd[_0x3eccbc(0x18d)](_0x2d2dbd[_0x3eccbc(0x195)](_0x1a7543['name'],'\x20('),_0x390bb4['join'](',\x20')),')'):_0x1a7543[_0x3eccbc(0x1cf)],_0x3d041b={'id':_0x416300,'uuid':_0x416300,'startedAt':_0x596d8f,'finishedAt':_0x3f23f0,'type':_0x2d2dbd[_0x3eccbc(0x183)],'body':{'lang':_0x2d2dbd[_0x3eccbc(0x1d3)],'code':null},'name':_0x25eab9,'scopes':[_0x2e76c0&&_0x2e76c0[_0x3eccbc(0x1cf)]?_0x2e76c0[_0x3eccbc(0x1cf)]:''],'tags':_0x1a7543[_0x3eccbc(0x18e)]?_0x1a7543['tags'][_0x3eccbc(0x188)](({name:_0x3bfdea})=>_0x3bfdea):[],'file_name':_0x1a7543[_0x3eccbc(0x16b)],'location':_0x1a7543['uri'],'vc_filepath':this[_0x3eccbc(0x173)]&&_0x1a7543['uri']?path[_0x3eccbc(0x1dc)](this['_gitConfigPath'],_0x1a7543[_0x3eccbc(0x16b)]):null,'framework':_0x2d2dbd['ptvQJ'],'result':_0x2d2dbd[_0x3eccbc(0x17e)],'meta':{'feature':_0x2e76c0,'scenario':_0x226426,'steps':_0x60a547,'examples':_0x390bb4},'customRerunParam':{'rerun_name':_0x25eab9}};if(_0x44467b[_0x3eccbc(0x18c)]&&_0x60a547){const _0x3bb694=_0x44467b[_0x3eccbc(0x18c)];let _0x30d616=_0x2d2dbd[_0x3eccbc(0x1cc)];_0x60a547['every'](_0x813d89=>{const _0xf0bf33=_0x3eccbc;if(_0x2d2dbd[_0xf0bf33(0x159)](_0x813d89[_0xf0bf33(0x1b9)],_0x2d2dbd[_0xf0bf33(0x166)]))return _0x30d616=_0x2d2dbd[_0xf0bf33(0x16e)],_0x3bb694[_0xf0bf33(0x1dd)]=_0x813d89[_0xf0bf33(0x1dd)],_0x3bb694[_0xf0bf33(0x17c)]=_0x813d89[_0xf0bf33(0x17c)],![];else{if(_0x2d2dbd['TkBWV'](_0x813d89[_0xf0bf33(0x1b9)],_0x2d2dbd[_0xf0bf33(0x1da)]))return _0x30d616=_0x2d2dbd['lvVsz'],![];}return!![];}),_0x3d041b['finishedAt']=new Date()['toISOString'](),_0x3d041b['result']=_0x30d616;_0x3bb694[_0x3eccbc(0x17f)]&&_0x2d2dbd[_0x3eccbc(0x193)](_0x3bb694[_0x3eccbc(0x17f)][_0x3eccbc(0x1d7)],undefined)?_0x3d041b[_0x3eccbc(0x18a)]=_0x2d2dbd[_0x3eccbc(0x1d4)](_0x3bb694[_0x3eccbc(0x17f)][_0x3eccbc(0x1d7)],0xf4240):_0x3d041b[_0x3eccbc(0x18a)]=undefined;if(_0x2d2dbd['gsABY'](_0x30d616,_0x2d2dbd[_0x3eccbc(0x16e)])){const {default:_0x498270}=await import(_0x2d2dbd[_0x3eccbc(0x1a6)]);_0x3d041b[_0x3eccbc(0x1dd)]=[{'backtrace':[_0x3bb694[_0x3eccbc(0x1dd)]?_0x2d2dbd['lCbXJ'](_0x498270,_0x3bb694[_0x3eccbc(0x1dd)]):_0x2d2dbd[_0x3eccbc(0x154)]]}],_0x3d041b[_0x3eccbc(0x167)]=_0x3bb694[_0x3eccbc(0x1dd)]?_0x2d2dbd[_0x3eccbc(0x172)](_0x498270,_0x3bb694[_0x3eccbc(0x1dd)]):_0x3bb694['message'],_0x3bb694[_0x3eccbc(0x17c)]&&(_0x3d041b[_0x3eccbc(0x153)]=_0x3bb694['failureType'][_0x3eccbc(0x184)](/AssertError/)?_0x2d2dbd[_0x3eccbc(0x1b3)]:_0x2d2dbd[_0x3eccbc(0x16a)]);}}return _0x3d041b;}['getHookRunEventData'](_0x4fe440,_0x29035a,_0x1e40c6,_0x22ec6b,_0x208b2c,_0x582333){const _0x26bbf0=a90_0x51945b,_0xb57247={'QGJYy':function(_0x27ce7b,_0x346e3d){return _0x27ce7b===_0x346e3d;},'qGwpm':_0x26bbf0(0x16f),'YoqSC':function(_0x3cb3d6,_0x47d3d0,_0x11993c){return _0x3cb3d6(_0x47d3d0,_0x11993c);},'eXhYY':'sourceReference','zXTOi':'uri','Vbbil':_0x26bbf0(0x176),'MSMqA':_0x26bbf0(0x162),'VLVKe':_0x26bbf0(0x1bd),'GBzqX':_0x26bbf0(0x1cd),'VTTOb':'name','StaJQ':_0x26bbf0(0x182)};try{if(_0xb57247['QGJYy'](_0x1e40c6,_0xb57247[_0x26bbf0(0x15c)])){const _0x514b52=new Date()[_0x26bbf0(0x1c2)](),_0x228e7=hooksMap[_0x29035a];if(!_0x228e7)return;const _0x25492a=_0x228e7[_0x26bbf0(0x18b)](_0x55b857=>_0x55b857['uuid']===_0x22ec6b['id']);if(!_0x25492a)return;const _0x1ccb9f=this[_0x26bbf0(0x1d6)](_0x4fe440,_0x29035a);_0x25492a[_0x26bbf0(0x1b9)]=_0x1ccb9f['status'],_0x25492a['finished_at']=_0x514b52,_0x25492a['failure_type']=_0x1ccb9f['failureType'];const _0x11748b={};return _0x11748b[_0x26bbf0(0x1be)]=_0x1ccb9f[_0x26bbf0(0x155)],_0x25492a[_0x26bbf0(0x156)]=[_0x11748b],_0x25492a;}const _0x207db2=TestInfo[_0x26bbf0(0x1b0)](_0x29035a),_0x3dc698=_0x4fe440[_0x26bbf0(0x17a)][_0x26bbf0(0x18b)](_0x390f84=>_0x390f84['id']===_0x22ec6b[_0x26bbf0(0x19f)]),_0x313418=_0xb57247[_0x26bbf0(0x1b6)](nestedKeyValue,_0x3dc698,[_0xb57247['eXhYY'],_0xb57247['zXTOi']]),_0x36bea0=new Date()['toISOString'](),_0x376cec=_0xb57247[_0x26bbf0(0x1ac)],_0x2319f2=_0x3dc698[_0x26bbf0(0x17b)]?_0x3dc698[_0x26bbf0(0x17b)]['split']('\x20')[_0x26bbf0(0x181)](_0x398576=>_0x398576[_0x26bbf0(0x1db)]('@')):[],_0x3d23e2={'uuid':_0x22ec6b['id'],'type':_0xb57247[_0x26bbf0(0x178)],'hook_type':_0x582333,'name':_0x3dc698[_0x26bbf0(0x1cf)],'body':{'lang':_0xb57247[_0x26bbf0(0x1d5)],'code':null},'tags':_0x2319f2,'test_run_id':_0x207db2,'scope':_0xb57247[_0x26bbf0(0x1b6)](nestedKeyValue,_0x208b2c,[_0xb57247[_0x26bbf0(0x1e0)],_0xb57247[_0x26bbf0(0x1aa)]]),'scopes':[_0xb57247[_0x26bbf0(0x1b6)](nestedKeyValue,_0x208b2c,[_0xb57247[_0x26bbf0(0x1e0)],_0xb57247[_0x26bbf0(0x1aa)]])||''],'file_name':_0x313418,'location':_0x313418,'vc_filepath':this[_0x26bbf0(0x173)]?path[_0x26bbf0(0x1dc)](this['_gitConfigPath'],_0x313418):null,'result':_0x376cec,'started_at':_0x36bea0,'framework':_0xb57247[_0x26bbf0(0x1c4)]};return _0x3d23e2;}catch(_0x174b05){logger['debug'](_0x26bbf0(0x15d)+util[_0x26bbf0(0x1ce)](_0x174b05)+'\x20');}}async[a90_0x51945b(0x196)](_0x533b47,_0x174e47,_0x2e16d8,_0x1a37c6,_0x3e8302,_0x329d9e){const _0x1c8650=a90_0x51945b,_0x39df82={'uppUt':function(_0xcef968,_0x8d52dc){return _0xcef968===_0x8d52dc;},'HmltT':'HookRunStarted','rFLCN':function(_0x5e24b6,_0x484cf4,_0x1bc548){return _0x5e24b6(_0x484cf4,_0x1bc548);},'LjhwF':_0x1c8650(0x175),'TScbt':_0x1c8650(0x16b),'BiWjT':_0x1c8650(0x189),'pwbQG':_0x1c8650(0x19a)};try{const _0x5bfc59=_0x1a37c6[_0x1c8650(0x18b)](_0x286f37=>_0x286f37['id']===_0x3e8302);if(!_0x5bfc59[_0x1c8650(0x19f)])return;const _0x262b10=this[_0x1c8650(0x177)](_0x1a37c6,_0x5bfc59),_0x1598cf=this[_0x1c8650(0x168)](_0x533b47,_0x174e47,_0x2e16d8,_0x5bfc59,_0x329d9e,_0x262b10);if(!_0x1598cf)return;_0x39df82[_0x1c8650(0x185)](_0x2e16d8,_0x39df82[_0x1c8650(0x1ca)])&&(hooksMap[_0x174e47]?hooksMap[_0x174e47][_0x1c8650(0x1a8)](_0x1598cf):hooksMap[_0x174e47]=[_0x1598cf]);const _0x3fa147=_0x533b47['hooks'][_0x1c8650(0x18b)](_0x4aca88=>_0x4aca88['id']===_0x5bfc59['hookId']),_0x284a46=_0x39df82[_0x1c8650(0x1a3)](nestedKeyValue,_0x3fa147,[_0x39df82[_0x1c8650(0x18f)],_0x39df82[_0x1c8650(0x1a5)]]);if(!_0x284a46)return;else{if(_0x284a46[_0x1c8650(0x1db)](_0x39df82[_0x1c8650(0x163)]))return;}if(_0x39df82['uppUt'](_0x1598cf[_0x1c8650(0x1cf)],_0x39df82[_0x1c8650(0x1d9)]))return;return _0x1598cf;}catch(_0x2524b0){logger[_0x1c8650(0x1ab)]('Exception\x20in\x20createHookData:\x20'+util[_0x1c8650(0x1ce)](_0x2524b0)+'\x20');}}['getHookResult'](_0xabdac,_0x2a5028){const _0x2b1df4=a90_0x51945b,_0x2ac9b7={};_0x2ac9b7[_0x2b1df4(0x1a9)]=function(_0x1ed9f7,_0x24ac0c){return _0x1ed9f7===_0x24ac0c;},_0x2ac9b7[_0x2b1df4(0x1ae)]=_0x2b1df4(0x171),_0x2ac9b7['AWupP']=function(_0x57d17e,_0x15082d){return _0x57d17e===_0x15082d;},_0x2ac9b7[_0x2b1df4(0x1d0)]=function(_0x42b18f,_0x5268a0){return _0x42b18f===_0x5268a0;},_0x2ac9b7[_0x2b1df4(0x19b)]=_0x2b1df4(0x160),_0x2ac9b7[_0x2b1df4(0x170)]='AssertionError',_0x2ac9b7[_0x2b1df4(0x1c9)]=function(_0x331f06,_0x593d67){return _0x331f06||_0x593d67;};const _0x2b2baf=_0x2ac9b7,_0x41b8bb=_0xabdac[_0x2b1df4(0x1c8)][_0x2a5028][_0x2b1df4(0x1d2)];let _0x2023a4,_0x4bf3f8;return _0x41b8bb&&_0x2b2baf[_0x2b1df4(0x1a9)](_0x41b8bb[_0x2b1df4(0x1bb)][_0x2b1df4(0x1af)]()['toLowerCase'](),_0x2b2baf[_0x2b1df4(0x1ae)])&&(_0x2023a4=_0x2b2baf[_0x2b1df4(0x19e)](_0x41b8bb[_0x2b1df4(0x1c5)],undefined)?_0x41b8bb['message']:_0x41b8bb['exception']['message'],_0x4bf3f8=_0x2b2baf[_0x2b1df4(0x1d0)](_0x41b8bb[_0x2b1df4(0x1c5)],undefined)?_0x2b2baf[_0x2b1df4(0x19b)]:_0x41b8bb[_0x2b1df4(0x197)][_0x2b1df4(0x184)](/Assert/)?_0x2b2baf[_0x2b1df4(0x170)]:_0x2b2baf[_0x2b1df4(0x19b)]),{'status':_0x41b8bb[_0x2b1df4(0x1bb)][_0x2b1df4(0x1d1)](),'failureType':_0x2b2baf[_0x2b1df4(0x1c9)](_0x4bf3f8,null),'failureData':!_0x2023a4?null:[_0x2023a4]};}[a90_0x51945b(0x177)](_0xaaf57b,_0x400df2){const _0x45ab02=a90_0x51945b,_0x5ce965={};_0x5ce965[_0x45ab02(0x164)]=function(_0x3865a8,_0x433d1c){return _0x3865a8===_0x433d1c;},_0x5ce965[_0x45ab02(0x192)]=_0x45ab02(0x165),_0x5ce965[_0x45ab02(0x190)]='BEFORE_EACH';const _0x4b568a=_0x5ce965;let _0x50799e=![];for(const _0x1b9209 of _0xaaf57b){_0x1b9209[_0x45ab02(0x194)]&&(_0x50799e=!![]);if(_0x4b568a['GyxVo'](_0x400df2['id'],_0x1b9209['id']))return _0x50799e?_0x4b568a[_0x45ab02(0x192)]:_0x4b568a[_0x45ab02(0x190)];}}['getScenarioExamples']=(_0x14613c,_0x2ec64d)=>{const _0x30b81a=a90_0x51945b,_0x426280={};_0x426280['PaBel']=function(_0x54873c,_0x485d3c){return _0x54873c===_0x485d3c;},_0x426280[_0x30b81a(0x1cb)]=function(_0x393562,_0x29ff03){return _0x393562>_0x29ff03;};const _0x47b76a=_0x426280;if(!(_0x2ec64d[_0x30b81a(0x199)]&&_0x47b76a[_0x30b81a(0x1cb)](_0x2ec64d['astNodeIds'][_0x30b81a(0x1a7)],0x1)))return;const _0x16e5f8=_0x2ec64d[_0x30b81a(0x199)][0x0],_0x5d4875=_0x2ec64d['astNodeIds'][0x1],_0x2c23ee=_0x14613c['feature']&&_0x14613c['feature'][_0x30b81a(0x186)]?_0x14613c['feature'][_0x30b81a(0x186)]:undefined;let _0x53fd2c=[];_0x2c23ee&&_0x2c23ee[_0x30b81a(0x1b4)](_0x2297b4=>{const _0x279de7=_0x30b81a,_0x1cd32f={'dbJWg':function(_0xceff2c,_0x375941){const _0x5141e1=a90_0x5762;return _0x47b76a[_0x5141e1(0x158)](_0xceff2c,_0x375941);}};if(_0x2297b4['rule'])_0x2297b4[_0x279de7(0x187)]['children'][_0x279de7(0x1b4)](_0x2f86c5=>{const _0x5a76a6=_0x279de7;if(_0x2f86c5[_0x5a76a6(0x169)]&&_0x1cd32f[_0x5a76a6(0x17d)](_0x2f86c5[_0x5a76a6(0x169)]['id'],_0x16e5f8)&&_0x2f86c5[_0x5a76a6(0x169)][_0x5a76a6(0x1b5)]){const _0xa6fc30=_0x2f86c5[_0x5a76a6(0x169)][_0x5a76a6(0x1b5)]['flatMap'](_0x2b44e9=>_0x2b44e9[_0x5a76a6(0x1a4)])[_0x5a76a6(0x18b)](_0x2416b2=>_0x2416b2['id']===_0x5d4875);let _0x365d8d;_0xa6fc30&&_0xa6fc30[_0x5a76a6(0x1c3)]?_0x365d8d=_0xa6fc30[_0x5a76a6(0x1c3)][_0x5a76a6(0x188)](_0x425d9b=>_0x425d9b['value']):_0x365d8d=[],_0x365d8d&&(_0x53fd2c=_0x365d8d);}});else{if(_0x2297b4[_0x279de7(0x169)]&&_0x47b76a[_0x279de7(0x158)](_0x2297b4['scenario']['id'],_0x16e5f8)&&_0x2297b4[_0x279de7(0x169)][_0x279de7(0x1b5)]){const _0x170e82=_0x2297b4[_0x279de7(0x169)][_0x279de7(0x1b5)][_0x279de7(0x15a)](_0x29489a=>_0x29489a[_0x279de7(0x1a4)])[_0x279de7(0x18b)](_0x2fea21=>_0x2fea21['id']===_0x5d4875);let _0x32efb2;_0x170e82&&_0x170e82[_0x279de7(0x1c3)]?_0x32efb2=_0x170e82[_0x279de7(0x1c3)][_0x279de7(0x188)](_0x51ef01=>_0x51ef01[_0x279de7(0x191)]):_0x32efb2=[],_0x32efb2&&(_0x53fd2c=_0x32efb2);}}});if(_0x53fd2c[_0x30b81a(0x1a7)])return _0x53fd2c;return;};async[a90_0x51945b(0x1bf)](){const _0x37daa4=a90_0x51945b,_0x17cac3={'PWbOo':function(_0x4bec70){return _0x4bec70();}};if(this['_gitConfigured'])return this[_0x37daa4(0x173)];const _0x2805ad=await _0x17cac3[_0x37daa4(0x1c0)](getGitMetaData);_0x2805ad&&(this[_0x37daa4(0x173)]=_0x2805ad[_0x37daa4(0x1a2)]),this[_0x37daa4(0x15f)]=!![];}}module[a90_0x51945b(0x19d)]=o11yClassErrorHandler(CucumberUtils,[a90_0x51945b(0x1bf),'getScenarioExamples',a90_0x51945b(0x177),a90_0x51945b(0x1d6),a90_0x51945b(0x1bc),a90_0x51945b(0x168),'sendTestRunEventForCucumber',a90_0x51945b(0x1b7)]);
1
+ function a90_0x5a6a(_0x209279,_0x5c6f27){const _0x5bf564=a90_0x5bf5();return a90_0x5a6a=function(_0x5a6af0,_0xca6fac){_0x5a6af0=_0x5a6af0-0x189;let _0x3d9e8b=_0x5bf564[_0x5a6af0];return _0x3d9e8b;},a90_0x5a6a(_0x209279,_0x5c6f27);}const a90_0x5aff0a=a90_0x5a6a;(function(_0x1ab122,_0x1f0dd2){const _0x19fa1b=a90_0x5a6a,_0x32e733=_0x1ab122();while(!![]){try{const _0x209a2f=parseInt(_0x19fa1b(0x193))/0x1+parseInt(_0x19fa1b(0x1ab))/0x2*(parseInt(_0x19fa1b(0x1c4))/0x3)+-parseInt(_0x19fa1b(0x1ca))/0x4+-parseInt(_0x19fa1b(0x1fc))/0x5*(parseInt(_0x19fa1b(0x1dd))/0x6)+parseInt(_0x19fa1b(0x1cc))/0x7*(-parseInt(_0x19fa1b(0x1f6))/0x8)+-parseInt(_0x19fa1b(0x1f8))/0x9+-parseInt(_0x19fa1b(0x20f))/0xa*(-parseInt(_0x19fa1b(0x1a0))/0xb);if(_0x209a2f===_0x1f0dd2)break;else _0x32e733['push'](_0x32e733['shift']());}catch(_0x1cf07d){_0x32e733['push'](_0x32e733['shift']());}}}(a90_0x5bf5,0x9b83b));function a90_0x5bf5(){const _0x362c9e=['cucumber','AFTER_EACH','getScenarioExamples','exports','sendTestRunEventForCucumber','11YyQaer','../TestInfo.js','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','hookId','NLhmZ','ALrsJ','failure','uri','ZMOgr','failure_type','javascript','74MLaZbM','Ufivf','rule','OPUWo','unknown','MLzpt','hooks','map','aumIV','exception','_gitConfigPath','failureType','kadWE','configureGit','jxhPe','toString','duration_in_ms','mFPei','forEach','njtpM','name','LTFJe','message','length','tags','97701JDOxkd','createHookData','match','oMnLy','OzsEh','debug','2300792ikJVZO','finishedAt','211617ZhKpFI','obcms','tableBody','timestamp','OUwlT','filter','push','QPqWA','mUrNB','skipped','includes','bstack','nROXp','scenario','strip-ansi','xhihq','mykcx','13728ouFFGq','find','cells','winstonLogger','_gitConfigured','qLTtb','hHPoZ','KkoNR','XzbLY','OrGNd','relative','SKIPPED','rMhKq','AssertionError','gDBkf','cQPal','root','Exception\x20in\x20getHookRunEventData:\x20','PEhyJ','nanos','getHookRunEventData','../../../helpers/logger.js','klbbS','status','CeJGk','304hifKcB','every','8958258pGpyPw','HookRunStarted','Jkido','toISOString','175bUXCuD','Exception\x20in\x20createHookData:\x20','QpYvb','VDuFL','zCTVg','BUwdB','finished_at','pending','ufqJp','path','feature','../../../helpers/helper.js','flatMap','testStepResult','uuid','test','astNodeIds','getTestUUID','backtrace','10633780bQcqvA','jXQvf','getHookResult','children','FIeaX','failureData','QGBci','split','examples','UnhandledError','YZEXU','sendHook','tagExpression','cilDL','toLowerCase','testStepFinished','Yuhyt','ZHWfm','failed','value','result','join','createTestFrameworkData','testCaseFinished','passed','sourceReference','1168048CrOUBm','getCucumberHookType','format','XWvWb','yDxET','failure_reason','cFQuc','failure_data'];a90_0x5bf5=function(){return _0x362c9e;};return a90_0x5bf5();}const path=require(a90_0x5aff0a(0x205)),util=require('util'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a90_0x5aff0a(0x207)),logger=require(a90_0x5aff0a(0x1f2))[a90_0x5aff0a(0x1e0)],{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler.js'),TestInfo=require(a90_0x5aff0a(0x1a1)),hooksMap={};class CucumberUtils{constructor(){const _0x3e5a64=a90_0x5aff0a;this[_0x3e5a64(0x1e1)]=![],this[_0x3e5a64(0x1b5)]=null;}async[a90_0x5aff0a(0x18f)](_0x43b2b6,_0x328de3,_0x5b8b5c,_0x53e8ad,_0x3e0fbd,_0x77d585){const _0x39c08c=a90_0x5aff0a,_0x4ba0dc={'aumIV':function(_0xd9cbb9,_0x3b7990){return _0xd9cbb9===_0x3b7990;},'klbbS':'FAILED','FIeaX':_0x39c08c(0x18b),'Yuhyt':_0x39c08c(0x1e8),'BUwdB':_0x39c08c(0x1d5),'ufqJp':function(_0x36506f,_0x42fc68){return _0x36506f||_0x42fc68;},'gDBkf':function(_0x13255e,_0x196e9f){return _0x13255e+_0x196e9f;},'BwfkN':function(_0x158e68,_0x247d77){return _0x158e68+_0x247d77;},'MLzpt':_0x39c08c(0x20b),'mUrNB':_0x39c08c(0x1aa),'OUwlT':_0x39c08c(0x19b),'ALrsJ':_0x39c08c(0x203),'yDxET':_0x39c08c(0x191),'hHPoZ':function(_0x3ddb75,_0x43aa7f){return _0x3ddb75!==_0x43aa7f;},'rMhKq':function(_0xfbb430,_0x3743ca){return _0xfbb430/_0x3743ca;},'njtpM':_0x39c08c(0x1da),'OzsEh':function(_0x4ea38c,_0x4a68d4){return _0x4ea38c(_0x4a68d4);},'VDuFL':_0x39c08c(0x1af),'uyhaw':function(_0x3318fc,_0x1232a1){return _0x3318fc(_0x1232a1);},'XWvWb':_0x39c08c(0x1ea),'KkoNR':'UnhandledError'},{feature:_0x2ecd76,scenario:_0x599e43,steps:_0x543362,uuid:_0x1190d7,startedAt:_0x1347d4,finishedAt:_0x55fadb}=_0x4ba0dc[_0x39c08c(0x204)](_0x43b2b6,{}),_0x1007f8=this[_0x39c08c(0x19d)](_0x53e8ad,_0x328de3);await this[_0x39c08c(0x1b8)]();const _0xe55d50=_0x1007f8?_0x4ba0dc['gDBkf'](_0x4ba0dc[_0x39c08c(0x1eb)](_0x4ba0dc['BwfkN'](_0x328de3[_0x39c08c(0x1bf)],'\x20('),_0x1007f8[_0x39c08c(0x18e)](',\x20')),')'):_0x328de3[_0x39c08c(0x1bf)],_0x3541c8={'id':_0x3e0fbd,'uuid':_0x3e0fbd,'startedAt':_0x1347d4,'finishedAt':_0x55fadb,'type':_0x4ba0dc[_0x39c08c(0x1b0)],'body':{'lang':_0x4ba0dc[_0x39c08c(0x1d4)],'code':null},'name':_0xe55d50,'scopes':[_0x2ecd76&&_0x2ecd76[_0x39c08c(0x1bf)]?_0x2ecd76[_0x39c08c(0x1bf)]:''],'tags':_0x328de3['tags']?_0x328de3[_0x39c08c(0x1c3)][_0x39c08c(0x1b2)](({name:_0xc94077})=>_0xc94077):[],'file_name':_0x328de3[_0x39c08c(0x1a7)],'location':_0x328de3['uri'],'vc_filepath':this['_gitConfigPath']&&_0x328de3[_0x39c08c(0x1a7)]?path[_0x39c08c(0x1e7)](this['_gitConfigPath'],_0x328de3['uri']):null,'framework':_0x4ba0dc[_0x39c08c(0x1d0)],'result':_0x4ba0dc[_0x39c08c(0x1a5)],'meta':{'feature':_0x2ecd76,'scenario':_0x599e43,'steps':_0x543362,'examples':_0x1007f8},'customRerunParam':{'rerun_name':_0xe55d50}};if(_0x5b8b5c['testCaseFinished']&&_0x543362){const _0x8b4b31=_0x5b8b5c[_0x39c08c(0x190)];let _0xaa3ab2=_0x4ba0dc[_0x39c08c(0x197)];_0x543362[_0x39c08c(0x1f7)](_0x558734=>{const _0x493d05=_0x39c08c;if(_0x4ba0dc[_0x493d05(0x1b3)](_0x558734[_0x493d05(0x18d)],_0x4ba0dc[_0x493d05(0x1f3)]))return _0xaa3ab2=_0x4ba0dc[_0x493d05(0x213)],_0x8b4b31[_0x493d05(0x1a6)]=_0x558734[_0x493d05(0x1a6)],_0x8b4b31[_0x493d05(0x1b6)]=_0x558734[_0x493d05(0x1b6)],![];else{if(_0x4ba0dc[_0x493d05(0x1b3)](_0x558734[_0x493d05(0x18d)],_0x4ba0dc[_0x493d05(0x189)]))return _0xaa3ab2=_0x4ba0dc[_0x493d05(0x201)],![];}return!![];}),_0x3541c8[_0x39c08c(0x1cb)]=new Date()[_0x39c08c(0x1fb)](),_0x3541c8[_0x39c08c(0x18d)]=_0xaa3ab2;_0x8b4b31['timestamp']&&_0x4ba0dc[_0x39c08c(0x1e3)](_0x8b4b31[_0x39c08c(0x1cf)][_0x39c08c(0x1f0)],undefined)?_0x3541c8[_0x39c08c(0x1bb)]=_0x4ba0dc[_0x39c08c(0x1e9)](_0x8b4b31['timestamp'][_0x39c08c(0x1f0)],0xf4240):_0x3541c8[_0x39c08c(0x1bb)]=undefined;if(_0x4ba0dc[_0x39c08c(0x1b3)](_0xaa3ab2,_0x4ba0dc[_0x39c08c(0x213)])){const {default:_0x52f405}=await import(_0x4ba0dc[_0x39c08c(0x1be)]);_0x3541c8['failure']=[{'backtrace':[_0x8b4b31[_0x39c08c(0x1a6)]?_0x4ba0dc[_0x39c08c(0x1c8)](_0x52f405,_0x8b4b31['failure']):_0x4ba0dc[_0x39c08c(0x1ff)]]}],_0x3541c8[_0x39c08c(0x198)]=_0x8b4b31[_0x39c08c(0x1a6)]?_0x4ba0dc['uyhaw'](_0x52f405,_0x8b4b31[_0x39c08c(0x1a6)]):_0x8b4b31[_0x39c08c(0x1c1)],_0x8b4b31[_0x39c08c(0x1b6)]&&(_0x3541c8[_0x39c08c(0x1a9)]=_0x8b4b31[_0x39c08c(0x1b6)][_0x39c08c(0x1c6)](/AssertError/)?_0x4ba0dc[_0x39c08c(0x196)]:_0x4ba0dc[_0x39c08c(0x1e4)]);}}return _0x3541c8;}['getHookRunEventData'](_0x205eee,_0xd37693,_0x5b577a,_0x46e65e,_0x427392,_0x3ae3f9){const _0x2b5f43=a90_0x5aff0a,_0x431dde={'Jkido':function(_0x11c785,_0x2c7461){return _0x11c785===_0x2c7461;},'rnEBe':'HookRunFinished','zCTVg':function(_0x4fba58,_0x22c22f,_0xbdec36){return _0x4fba58(_0x22c22f,_0xbdec36);},'EZhYU':_0x2b5f43(0x192),'cilDL':_0x2b5f43(0x1a7),'cQPal':_0x2b5f43(0x203),'LTFJe':'hook','cFQuc':_0x2b5f43(0x1aa),'QGBci':function(_0x546cf2,_0x1cd7f6,_0x245dd3){return _0x546cf2(_0x1cd7f6,_0x245dd3);},'XzbLY':'feature','jxhPe':_0x2b5f43(0x1bf),'YZEXU':_0x2b5f43(0x19b)};try{if(_0x431dde[_0x2b5f43(0x1fa)](_0x5b577a,_0x431dde['rnEBe'])){const _0x21be2d=new Date()[_0x2b5f43(0x1fb)](),_0x3b3620=hooksMap[_0xd37693];if(!_0x3b3620)return;const _0x264169=_0x3b3620[_0x2b5f43(0x1de)](_0x344c26=>_0x344c26[_0x2b5f43(0x20a)]===_0x46e65e['id']);if(!_0x264169)return;const _0x18fe55=this[_0x2b5f43(0x211)](_0x205eee,_0xd37693);_0x264169[_0x2b5f43(0x18d)]=_0x18fe55[_0x2b5f43(0x1f4)],_0x264169[_0x2b5f43(0x202)]=_0x21be2d,_0x264169[_0x2b5f43(0x1a9)]=_0x18fe55[_0x2b5f43(0x1b6)];const _0x1115fb={};return _0x1115fb[_0x2b5f43(0x20e)]=_0x18fe55[_0x2b5f43(0x214)],_0x264169[_0x2b5f43(0x19a)]=[_0x1115fb],_0x264169;}const _0x2d09b1=TestInfo[_0x2b5f43(0x20d)](_0xd37693),_0xb71c2a=_0x205eee['hooks'][_0x2b5f43(0x1de)](_0xb76029=>_0xb76029['id']===_0x46e65e['hookId']),_0x1b57ed=_0x431dde[_0x2b5f43(0x200)](nestedKeyValue,_0xb71c2a,[_0x431dde['EZhYU'],_0x431dde[_0x2b5f43(0x21c)]]),_0x185a8d=new Date()['toISOString'](),_0x35904e=_0x431dde[_0x2b5f43(0x1ec)],_0x3fffef=_0xb71c2a[_0x2b5f43(0x21b)]?_0xb71c2a[_0x2b5f43(0x21b)][_0x2b5f43(0x216)]('\x20')[_0x2b5f43(0x1d1)](_0x568478=>_0x568478[_0x2b5f43(0x1d6)]('@')):[],_0x258c41={'uuid':_0x46e65e['id'],'type':_0x431dde[_0x2b5f43(0x1c0)],'hook_type':_0x3ae3f9,'name':_0xb71c2a[_0x2b5f43(0x1bf)],'body':{'lang':_0x431dde[_0x2b5f43(0x199)],'code':null},'tags':_0x3fffef,'test_run_id':_0x2d09b1,'scope':_0x431dde[_0x2b5f43(0x215)](nestedKeyValue,_0x427392,[_0x431dde[_0x2b5f43(0x1e5)],_0x431dde[_0x2b5f43(0x1b9)]]),'scopes':[_0x431dde[_0x2b5f43(0x215)](nestedKeyValue,_0x427392,[_0x431dde['XzbLY'],_0x431dde[_0x2b5f43(0x1b9)]])||''],'file_name':_0x1b57ed,'location':_0x1b57ed,'vc_filepath':this['_gitConfigPath']?path[_0x2b5f43(0x1e7)](this[_0x2b5f43(0x1b5)],_0x1b57ed):null,'result':_0x35904e,'started_at':_0x185a8d,'framework':_0x431dde[_0x2b5f43(0x219)]};return _0x258c41;}catch(_0x17b0c5){logger[_0x2b5f43(0x1c9)](_0x2b5f43(0x1ee)+util['format'](_0x17b0c5)+'\x20');}}async[a90_0x5aff0a(0x1c5)](_0x1f39cb,_0xc3f913,_0x4c30af,_0x16a846,_0x2f74d7,_0x21775e){const _0xabd77f=a90_0x5aff0a,_0x1edee8={'kadWE':function(_0xec5900,_0x13aa96){return _0xec5900===_0x13aa96;},'PEhyJ':_0xabd77f(0x1f9),'QpYvb':function(_0x4a493f,_0x7d1196,_0x38cf53){return _0x4a493f(_0x7d1196,_0x38cf53);},'ZHWfm':_0xabd77f(0x192),'nROXp':'uri','CsshK':_0xabd77f(0x1a2),'bNSAN':function(_0x1cd8fe,_0x3b490c){return _0x1cd8fe===_0x3b490c;},'mykcx':_0xabd77f(0x1d7)};try{const _0x19d830=_0x16a846[_0xabd77f(0x1de)](_0x4a2fb2=>_0x4a2fb2['id']===_0x2f74d7);if(!_0x19d830[_0xabd77f(0x1a3)])return;const _0x939b9b=this[_0xabd77f(0x194)](_0x16a846,_0x19d830),_0x45f66b=this['getHookRunEventData'](_0x1f39cb,_0xc3f913,_0x4c30af,_0x19d830,_0x21775e,_0x939b9b);if(!_0x45f66b)return;_0x1edee8[_0xabd77f(0x1b7)](_0x4c30af,_0x1edee8[_0xabd77f(0x1ef)])&&(hooksMap[_0xc3f913]?hooksMap[_0xc3f913][_0xabd77f(0x1d2)](_0x45f66b):hooksMap[_0xc3f913]=[_0x45f66b]);const _0x2fb30e=_0x1f39cb[_0xabd77f(0x1b1)][_0xabd77f(0x1de)](_0x220462=>_0x220462['id']===_0x19d830[_0xabd77f(0x1a3)]),_0x333fc2=_0x1edee8[_0xabd77f(0x1fe)](nestedKeyValue,_0x2fb30e,[_0x1edee8[_0xabd77f(0x18a)],_0x1edee8[_0xabd77f(0x1d8)]]);if(!_0x333fc2)return;else{if(_0x333fc2[_0xabd77f(0x1d6)](_0x1edee8['CsshK']))return;}if(_0x1edee8['bNSAN'](_0x45f66b[_0xabd77f(0x1bf)],_0x1edee8[_0xabd77f(0x1dc)]))return;return _0x45f66b;}catch(_0x4041ce){logger[_0xabd77f(0x1c9)](_0xabd77f(0x1fd)+util[_0xabd77f(0x195)](_0x4041ce)+'\x20');}}['getHookResult'](_0x37c940,_0x40897e){const _0x47a7ca=a90_0x5aff0a,_0x50feed={};_0x50feed['mFPei']=function(_0x41fdc7,_0x2eda8b){return _0x41fdc7===_0x2eda8b;},_0x50feed[_0x47a7ca(0x1e6)]=_0x47a7ca(0x18b),_0x50feed['ZMOgr']=function(_0x32ddbe,_0x10556d){return _0x32ddbe===_0x10556d;},_0x50feed[_0x47a7ca(0x1ae)]=_0x47a7ca(0x218),_0x50feed[_0x47a7ca(0x1a4)]=_0x47a7ca(0x1ea),_0x50feed[_0x47a7ca(0x1db)]=function(_0x5dbc03,_0x3b9687){return _0x5dbc03||_0x3b9687;};const _0x5ef5f6=_0x50feed,_0x311adf=_0x37c940[_0x47a7ca(0x21e)][_0x40897e][_0x47a7ca(0x209)];let _0x59a780,_0x4e5ca4;return _0x311adf&&_0x5ef5f6[_0x47a7ca(0x1bc)](_0x311adf[_0x47a7ca(0x1f4)][_0x47a7ca(0x1ba)]()[_0x47a7ca(0x21d)](),_0x5ef5f6[_0x47a7ca(0x1e6)])&&(_0x59a780=_0x5ef5f6[_0x47a7ca(0x1bc)](_0x311adf[_0x47a7ca(0x1b4)],undefined)?_0x311adf['message']:_0x311adf[_0x47a7ca(0x1b4)][_0x47a7ca(0x1c1)],_0x4e5ca4=_0x5ef5f6[_0x47a7ca(0x1a8)](_0x311adf[_0x47a7ca(0x1b4)],undefined)?_0x5ef5f6[_0x47a7ca(0x1ae)]:_0x311adf['message']['match'](/Assert/)?_0x5ef5f6[_0x47a7ca(0x1a4)]:_0x5ef5f6[_0x47a7ca(0x1ae)]),{'status':_0x311adf['status'][_0x47a7ca(0x21d)](),'failureType':_0x5ef5f6[_0x47a7ca(0x1db)](_0x4e5ca4,null),'failureData':!_0x59a780?null:[_0x59a780]};}[a90_0x5aff0a(0x194)](_0x4d535a,_0x76209){const _0x44d4f1=a90_0x5aff0a,_0x2538fa={};_0x2538fa['Ufivf']=function(_0x24de1e,_0x46404e){return _0x24de1e===_0x46404e;},_0x2538fa[_0x44d4f1(0x1d3)]=_0x44d4f1(0x19c),_0x2538fa['jXQvf']='BEFORE_EACH';const _0x227be4=_0x2538fa;let _0x1d024c=![];for(const _0x4ede61 of _0x4d535a){_0x4ede61['pickleStepId']&&(_0x1d024c=!![]);if(_0x227be4[_0x44d4f1(0x1ac)](_0x76209['id'],_0x4ede61['id']))return _0x1d024c?_0x227be4[_0x44d4f1(0x1d3)]:_0x227be4[_0x44d4f1(0x210)];}}[a90_0x5aff0a(0x19d)]=(_0x565c1b,_0x587de2)=>{const _0x4b3b0f=a90_0x5aff0a,_0xa0947a={};_0xa0947a[_0x4b3b0f(0x1f5)]=function(_0x12007e,_0x3d8eaf){return _0x12007e===_0x3d8eaf;},_0xa0947a[_0x4b3b0f(0x1e2)]=function(_0x5e94ac,_0x3b37b8){return _0x5e94ac===_0x3b37b8;},_0xa0947a[_0x4b3b0f(0x1c7)]=function(_0x6b76fb,_0x23affe){return _0x6b76fb>_0x23affe;};const _0x50bc46=_0xa0947a;if(!(_0x587de2['astNodeIds']&&_0x50bc46[_0x4b3b0f(0x1c7)](_0x587de2['astNodeIds'][_0x4b3b0f(0x1c2)],0x1)))return;const _0x53731f=_0x587de2[_0x4b3b0f(0x20c)][0x0],_0x1ee4c2=_0x587de2['astNodeIds'][0x1],_0x5b0c6b=_0x565c1b[_0x4b3b0f(0x206)]&&_0x565c1b[_0x4b3b0f(0x206)][_0x4b3b0f(0x212)]?_0x565c1b['feature'][_0x4b3b0f(0x212)]:undefined;let _0x4cd488=[];_0x5b0c6b&&_0x5b0c6b['forEach'](_0x14ac19=>{const _0x2d4104=_0x4b3b0f;if(_0x14ac19[_0x2d4104(0x1ad)])_0x14ac19['rule'][_0x2d4104(0x212)][_0x2d4104(0x1bd)](_0x5b112d=>{const _0x5852c3=_0x2d4104;if(_0x5b112d[_0x5852c3(0x1d9)]&&_0x50bc46['CeJGk'](_0x5b112d[_0x5852c3(0x1d9)]['id'],_0x53731f)&&_0x5b112d[_0x5852c3(0x1d9)][_0x5852c3(0x217)]){const _0x3aa93e=_0x5b112d[_0x5852c3(0x1d9)][_0x5852c3(0x217)][_0x5852c3(0x208)](_0x4572f2=>_0x4572f2[_0x5852c3(0x1ce)])[_0x5852c3(0x1de)](_0x188a7f=>_0x188a7f['id']===_0x1ee4c2);let _0x59cf55;_0x3aa93e&&_0x3aa93e[_0x5852c3(0x1df)]?_0x59cf55=_0x3aa93e['cells'][_0x5852c3(0x1b2)](_0x58984e=>_0x58984e[_0x5852c3(0x18c)]):_0x59cf55=[],_0x59cf55&&(_0x4cd488=_0x59cf55);}});else{if(_0x14ac19['scenario']&&_0x50bc46[_0x2d4104(0x1e2)](_0x14ac19[_0x2d4104(0x1d9)]['id'],_0x53731f)&&_0x14ac19[_0x2d4104(0x1d9)][_0x2d4104(0x217)]){const _0x21492c=_0x14ac19['scenario'][_0x2d4104(0x217)][_0x2d4104(0x208)](_0xdce294=>_0xdce294['tableBody'])[_0x2d4104(0x1de)](_0x1304da=>_0x1304da['id']===_0x1ee4c2);let _0x88ff71;_0x21492c&&_0x21492c['cells']?_0x88ff71=_0x21492c[_0x2d4104(0x1df)][_0x2d4104(0x1b2)](_0x20151a=>_0x20151a[_0x2d4104(0x18c)]):_0x88ff71=[],_0x88ff71&&(_0x4cd488=_0x88ff71);}}});if(_0x4cd488[_0x4b3b0f(0x1c2)])return _0x4cd488;return;};async[a90_0x5aff0a(0x1b8)](){const _0x5f36b8=a90_0x5aff0a,_0x20b04a={'obcms':function(_0x349301){return _0x349301();}};if(this[_0x5f36b8(0x1e1)])return this[_0x5f36b8(0x1b5)];const _0x324c37=await _0x20b04a[_0x5f36b8(0x1cd)](getGitMetaData);_0x324c37&&(this[_0x5f36b8(0x1b5)]=_0x324c37[_0x5f36b8(0x1ed)]),this[_0x5f36b8(0x1e1)]=!![];}}module[a90_0x5aff0a(0x19e)]=o11yClassErrorHandler(CucumberUtils,['configureGit','getScenarioExamples',a90_0x5aff0a(0x194),'getHookResult',a90_0x5aff0a(0x21a),a90_0x5aff0a(0x1f1),a90_0x5aff0a(0x19f),'createTestFrameworkData']);
@@ -1 +1 @@
1
- const a91_0x2232cb=a91_0x3cd4;(function(_0xc58af2,_0xe01b02){const _0x1a7d66=a91_0x3cd4,_0x58d0bb=_0xc58af2();while(!![]){try{const _0x3ba4cd=-parseInt(_0x1a7d66(0x16a))/0x1+-parseInt(_0x1a7d66(0x1aa))/0x2*(parseInt(_0x1a7d66(0x13d))/0x3)+-parseInt(_0x1a7d66(0x179))/0x4+-parseInt(_0x1a7d66(0x183))/0x5+-parseInt(_0x1a7d66(0x17f))/0x6+parseInt(_0x1a7d66(0x186))/0x7+parseInt(_0x1a7d66(0x160))/0x8*(parseInt(_0x1a7d66(0x17b))/0x9);if(_0x3ba4cd===_0xe01b02)break;else _0x58d0bb['push'](_0x58d0bb['shift']());}catch(_0x422999){_0x58d0bb['push'](_0x58d0bb['shift']());}}}(a91_0x2d08,0x886d1));const path=require(a91_0x2232cb(0x137)),util=require('util'),crypto=require('crypto'),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x2232cb(0x190)),logger=require('../../../helpers/logger.js')[a91_0x2232cb(0x14b)],{o11yClassErrorHandler}=require(a91_0x2232cb(0x180)),TestInfo=require(a91_0x2232cb(0x152)),{failureData,getFailureType}=require(a91_0x2232cb(0x161)),stackTrace=require('stack-trace'),a91_0x257dd3={};function a91_0x3cd4(_0x4a8a3d,_0x534a7a){const _0x2d08cf=a91_0x2d08();return a91_0x3cd4=function(_0x3cd483,_0x23a296){_0x3cd483=_0x3cd483-0x11d;let _0x58ef0a=_0x2d08cf[_0x3cd483];return _0x58ef0a;},a91_0x3cd4(_0x4a8a3d,_0x534a7a);}a91_0x257dd3['beforeAll']=a91_0x2232cb(0x1b7),a91_0x257dd3[a91_0x2232cb(0x189)]=a91_0x2232cb(0x11f),a91_0x257dd3[a91_0x2232cb(0x1a2)]=a91_0x2232cb(0x14f),a91_0x257dd3[a91_0x2232cb(0x16e)]=a91_0x2232cb(0x134);const HOOK_TYPES_MAP=a91_0x257dd3,hooksMap={};function a91_0x2d08(){const _0x856c2a=['HookRunFinished','recreateIdentifierFromTestInfo','705553touWVa','uuid','vzVtO','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','afterEach','\x22\x20hook\x20for\x20\x22','length','errorsDetailed','pid','startedAt','ILXir','relative','expanded','fOekj','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','1174816uAEqVd','toUpperCase','667854lDJoxK','call','getState','fullName','5809998JOrkhp','../../../helpers/test-observability/error-handler.js','vmUoA','jest-circus','767155wewyPx','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','hyJkp','4395503IBKrWr','[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier','RiCOe','afterAll','getTestIdentifier','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','WbRpS','retryOf','qxPTt','../../../helpers/helper.js','digest','sNuun','vcfyQ','error','Creating\x20hook\x20data\x20for\x20eventType:\x20','file','passed','displayName','createHash','btMLz','LFAAI','getName','err','LKdgQ','failed','backtrace','failure_reason_expanded','beforeEach','uTpwF','stack','test','pending',':jest-','sIXWG','ZkRvk','2FMvjwX','createIdentifierFromJestTest','push','parent','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','jest','GoKvX','hook','ySsnz','getHierarchy','failure_backtrace','root','match','BEFORE_ALL','parse','ydlQq','title','[jestUtils]\x20Created\x20identifier:\x20','_gitConfigured','md5','createJestTestIdentifier','duration','xcWkW','File\x20path\x20could\x20not\x20be\x20found','testPath','configureGit','extractTestFilePath','RUggl','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','finishedAt','UuedX','toISOString','asyncError','now','exports','started_at','Exception\x20in\x20createTestFrameworkData:\x20','hylKo','failure_reason','WowGP','debug','rfyCj','FMxrA','AFTER_ALL','toString','lwMhs','[jestUtils]\x20Error\x20creating\x20identifier:\x20','getTime','LGhtn','split','zXZgG','createHookData',',\x20hookUUID:\x20','failure_data','hcPtq','update','name','FVWag','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','clearHooksMap','__jestCurrentTestIdentifier','format','vWTjM','itPek','AFTER_EACH','MaWOq','apply','path','currentTest','hooks','testIdentifier','RumNJ','includes','745479jWALeo','ZOBAS','reverse','getHookRunEventData','getRootParentFile','find','fefML','expect','WGQBd','QWsSZ','hex','type','Failed\x20to\x20get\x20root\x20parent\x20file:\x20','VnpPm','winstonLogger','hlsAT','MTViS','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','BEFORE_EACH','TpZgK','__workerDetails','../TestInfo.js','inspect','ROEai','TestRunFinished','xsSah','wNjtb',',\x20testRunId:\x20','[jestUtils]\x20No\x20test\x20object\x20provided','testAnalyticsId','_gitConfigPath','NPUYk','createTestFrameworkData','ROOT_DESCRIBE_BLOCK','getFileName','248BuKWVS','../../../helpers/test-observability/utils','Exception\x20in\x20createHookData:\x20','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','failure','HookRunStarted','substring','TestRunSkipped'];a91_0x2d08=function(){return _0x856c2a;};return a91_0x2d08();}class JestUtils{constructor(){const _0x5354dd=a91_0x2232cb;this['_gitConfigured']=![],this[_0x5354dd(0x15b)]=null;}async[a91_0x2232cb(0x15d)](_0x191a95,_0x4209ed,_0x37687e=a91_0x2232cb(0x155),_0x568f56=undefined){const _0x213c72=a91_0x2232cb,_0x1b4c52={'VnpPm':_0x213c72(0x184),'hcPtq':_0x213c72(0x182),'GoKvX':function(_0xdaa5f7,_0x44c08b){return _0xdaa5f7||_0x44c08b;},'TpZgK':_0x213c72(0x1c1),'RiCOe':function(_0x281120,_0x24fc51){return _0x281120!==_0x24fc51;},'RumNJ':_0x213c72(0x1a5),'vzVtO':_0x213c72(0x19d),'iPhNu':function(_0x3bf640,_0x20843d){return _0x3bf640!==_0x20843d;},'ctDtB':_0x213c72(0x1a6),'fAmlT':function(_0xf61077,_0x3f4906){return _0xf61077===_0x3f4906;},'ILXir':_0x213c72(0x167),'sIXWG':'skipped','svIVA':function(_0x24e5ef,_0x2c95ac){return _0x24e5ef>_0x2c95ac;},'MaWOq':_0x213c72(0x19f),'sNuun':_0x213c72(0x197),'LGhtn':function(_0x5b45fd,_0x17ceb6){return _0x5b45fd!==_0x17ceb6;},'Hfnpv':function(_0x4fab7c,_0x37a148){return _0x4fab7c-_0x37a148;},'QJPzE':'javascript','dylrK':_0x213c72(0x1af),'hlsAT':function(_0x165069,_0x51fe02){return _0x165069(_0x51fe02);},'hyJkp':function(_0x2bf25a,_0x4f350d){return _0x2bf25a===_0x4f350d;},'uTpwF':'TestRunFinished','uegoB':function(_0x341b0e,_0x3be3d7){return _0x341b0e===_0x3be3d7;}};logger[_0x213c72(0x1d2)](_0x213c72(0x12e)+_0x37687e+',\x20testIdentifier:\x20'+_0x4209ed);try{if(!_0x191a95)return logger[_0x213c72(0x1d2)](_0x1b4c52[_0x213c72(0x14a)]),null;if(_0x191a95['fn']&&_0x191a95['fn'][_0x213c72(0x120)]()[_0x213c72(0x1b6)](/browserstack internal helper hook/))return null;await this['configureGit']();let _0x3db742;try{_0x3db742=this[_0x213c72(0x141)](_0x191a95);if(_0x3db742&&_0x3db742[_0x213c72(0x13c)](_0x1b4c52[_0x213c72(0x12a)]))return null;}catch(_0x517ce0){logger[_0x213c72(0x1d2)](_0x213c72(0x149)+util['format'](_0x517ce0)),_0x3db742=null;}const _0x173e98=this['getHierarchy'](_0x191a95),_0x468dd1=this[_0x213c72(0x19c)](_0x191a95),_0x202d12=_0x1b4c52[_0x213c72(0x1b0)](_0x3db742,_0x1b4c52[_0x213c72(0x150)]);let _0x3aa8d0=[];if(_0x1b4c52['RiCOe'](_0x191a95[_0x213c72(0x171)],undefined))_0x3aa8d0=[_0x191a95[_0x213c72(0x171)],_0x1b4c52[_0x213c72(0x13b)]];else _0x1b4c52[_0x213c72(0x188)](_0x568f56,undefined)&&(_0x3aa8d0=[_0x568f56,_0x1b4c52[_0x213c72(0x16c)]]);const _0x259be7=_0x1b4c52[_0x213c72(0x188)](_0x191a95[_0x213c72(0x171)],undefined)?util['inspect'](_0x191a95[_0x213c72(0x171)][0x0]):_0x1b4c52['iPhNu'](_0x568f56,undefined)?_0x568f56['toString']():undefined;let _0x3a775b=_0x1b4c52['ctDtB'];if(_0x1b4c52['fAmlT'](_0x37687e,_0x1b4c52[_0x213c72(0x174)]))_0x3a775b=_0x1b4c52[_0x213c72(0x1a8)];else _0x191a95[_0x213c72(0x171)]&&_0x1b4c52['svIVA'](_0x191a95[_0x213c72(0x171)][_0x213c72(0x170)],0x0)?_0x3a775b=_0x1b4c52[_0x213c72(0x135)]:_0x3a775b=_0x1b4c52[_0x213c72(0x192)];let _0xff0990=null;if(_0x1b4c52[_0x213c72(0x124)](_0x191a95[_0x213c72(0x1bf)],undefined))_0xff0990=_0x191a95[_0x213c72(0x1bf)];else(_0x37687e[_0x213c72(0x1b6)](/Finished/)||_0x37687e[_0x213c72(0x1b6)](/Skipped/))&&(_0x191a95['started_at']&&(_0xff0990=_0x1b4c52['Hfnpv'](Date[_0x213c72(0x1cb)](),new Date(_0x191a95[_0x213c72(0x1cd)])[_0x213c72(0x123)]())));const _0x5753ab=_0x191a95['fn']?_0x191a95['fn'][_0x213c72(0x120)]():null,_0x1a11a3={'id':_0x4209ed,'uuid':_0x4209ed,'startedAt':_0x191a95[_0x213c72(0x1cd)]||new Date()['toISOString'](),'finishedAt':_0x37687e[_0x213c72(0x1b6)](/Finished/)||_0x37687e['match'](/Skipped/)?new Date()['toISOString']():null,'type':_0x1b4c52[_0x213c72(0x13b)],'body':{'lang':_0x1b4c52['QJPzE'],'code':_0x5753ab},'name':_0x468dd1,'scopes':_0x173e98,'file_name':_0x202d12,'location':_0x202d12,'vc_filepath':this[_0x213c72(0x15b)]&&_0x3db742?path[_0x213c72(0x175)](this['_gitConfigPath'],_0x3db742):null,'framework':_0x1b4c52['dylrK'],'result':_0x3a775b,'failure_reason':_0x259be7,'duration_in_ms':_0xff0990,'failure':failureData['apply'](null,_0x3aa8d0),'failure_type':!_0x259be7?null:_0x1b4c52[_0x213c72(0x14c)](getFailureType,_0x259be7),'retry_of':_0x191a95[_0x213c72(0x18e)]||null,'customRerunParam':{'rerun_name':_0x468dd1}};_0x1b4c52[_0x213c72(0x185)](_0x37687e,_0x1b4c52['ILXir'])&&!_0x1a11a3['startedAt']&&(_0x1a11a3[_0x213c72(0x173)]=_0x1a11a3[_0x213c72(0x1c7)]);const _0x5f18f7=_0x1a11a3['failure']&&_0x1a11a3[_0x213c72(0x164)][0x0];return _0x5f18f7&&(_0x1a11a3[_0x213c72(0x1b4)]=_0x5f18f7[_0x213c72(0x1a0)],_0x1a11a3[_0x213c72(0x1a1)]=_0x5f18f7[_0x213c72(0x176)]),(_0x1b4c52[_0x213c72(0x185)](_0x37687e,_0x1b4c52[_0x213c72(0x1a3)])||_0x1b4c52['uegoB'](_0x37687e,_0x1b4c52['ILXir']))&&(_0x191a95[_0x213c72(0x139)]&&(_0x1a11a3[_0x213c72(0x139)]=_0x191a95['hooks'])),_0x1a11a3;}catch(_0x2de066){return logger[_0x213c72(0x1d2)](_0x213c72(0x1ce)+util['format'](_0x2de066)),null;}}async[a91_0x2232cb(0x127)](_0x1b6720,_0x47fe1b,_0x429c08,_0x20277d){const _0x2157ee=a91_0x2232cb,_0x5aa6cd={'ydlQq':_0x2157ee(0x16d),'QWsSZ':_0x2157ee(0x182),'LFAAI':'browserstack-node-agent/src/bin/jest','ySsnz':'unknown','dAUNt':_0x2157ee(0x1a6),'ROEai':function(_0x3eeb21,_0x29533d){return _0x3eeb21===_0x29533d;},'zXZgG':_0x2157ee(0x168),'DPZpk':function(_0x1868af,_0x45f5c0){return _0x1868af>_0x45f5c0;},'YJwkh':_0x2157ee(0x19f),'fefML':function(_0x3b67d6,_0x2cdd46){return _0x3b67d6(_0x2cdd46);},'RUggl':_0x2157ee(0x1a5),'FMxrA':_0x2157ee(0x197),'btMLz':_0x2157ee(0x1b1),'rfyCj':'javascript','DYDPx':_0x2157ee(0x1af),'zBbxc':function(_0x39c983,_0x227701){return _0x39c983===_0x227701;},'NPUYk':_0x2157ee(0x165)};logger['debug'](_0x2157ee(0x195)+_0x429c08+_0x2157ee(0x128)+_0x47fe1b+_0x2157ee(0x158)+_0x20277d);try{if(!_0x1b6720)return logger[_0x2157ee(0x1d2)](_0x5aa6cd[_0x2157ee(0x1b9)]),null;if(this['isJestInternalHook'](_0x1b6720))return null;await this[_0x2157ee(0x1c3)]();let _0xc6f452=null;try{_0xc6f452=this[_0x2157ee(0x141)](_0x1b6720);if(_0xc6f452&&_0xc6f452[_0x2157ee(0x13c)](_0x5aa6cd[_0x2157ee(0x146)]))return null;if(_0xc6f452&&_0xc6f452[_0x2157ee(0x13c)](_0x5aa6cd[_0x2157ee(0x19b)]))return null;}catch(_0x3f7813){logger['debug'](_0x2157ee(0x178)+util[_0x2157ee(0x131)](_0x3f7813));}const _0x39c663=this['getName'](_0x1b6720),_0x32c101=_0x1b6720['type']||_0x5aa6cd[_0x2157ee(0x1b2)],_0x4b957d=HOOK_TYPES_MAP[_0x32c101]||_0x32c101[_0x2157ee(0x17a)](),_0x21bd06=_0x1b6720[_0x2157ee(0x1ad)]&&_0x1b6720[_0x2157ee(0x1ad)][_0x2157ee(0x12c)]?_0x1b6720[_0x2157ee(0x1ad)][_0x2157ee(0x12c)]:'';let _0x23003e=_0x5aa6cd['dAUNt'],_0x11f359=null,_0x17ddb4=null,_0x42b6be=null,_0x21af4a=null;_0x5aa6cd[_0x2157ee(0x154)](_0x429c08,_0x5aa6cd[_0x2157ee(0x126)])&&(_0x21af4a=new Date()[_0x2157ee(0x1c9)](),_0x1b6720[_0x2157ee(0x171)]&&_0x5aa6cd['DPZpk'](_0x1b6720['errorsDetailed']['length'],0x0)?(_0x23003e=_0x5aa6cd['YJwkh'],_0x17ddb4=util[_0x2157ee(0x153)](_0x1b6720[_0x2157ee(0x171)][0x0]),_0x11f359=_0x5aa6cd[_0x2157ee(0x143)](getFailureType,_0x17ddb4),_0x42b6be=failureData[_0x2157ee(0x136)](null,[_0x1b6720[_0x2157ee(0x171)],_0x5aa6cd[_0x2157ee(0x1c5)]])):_0x23003e=_0x5aa6cd[_0x2157ee(0x11e)]);const _0x3cc354={'uuid':_0x47fe1b,'type':_0x5aa6cd[_0x2157ee(0x19a)],'hook_type':_0x4b957d,'name':_0x39c663,'body':{'lang':_0x5aa6cd[_0x2157ee(0x11d)],'code':_0x1b6720['fn']?_0x1b6720['fn'][_0x2157ee(0x120)]():null},'tags':[],'test_run_id':_0x20277d,'scope':_0x21bd06,'scopes':[_0x21bd06],'file_name':_0xc6f452,'location':_0xc6f452,'vc_filepath':this[_0x2157ee(0x15b)]&&_0xc6f452?path['relative'](this['_gitConfigPath'],_0xc6f452):null,'result':_0x23003e,'started_at':_0x1b6720[_0x2157ee(0x1cd)]||new Date()['toISOString'](),'finished_at':_0x21af4a,'failure_type':_0x11f359,'failure_reason':_0x17ddb4,'failure_data':_0x42b6be,'framework':_0x5aa6cd['DYDPx']};return _0x5aa6cd['zBbxc'](_0x429c08,_0x5aa6cd[_0x2157ee(0x15c)])&&(hooksMap[_0x20277d]?hooksMap[_0x20277d]['push'](_0x3cc354):hooksMap[_0x20277d]=[_0x3cc354]),_0x3cc354;}catch(_0x2098ea){return logger['debug'](_0x2157ee(0x162)+util[_0x2157ee(0x131)](_0x2098ea)),null;}}[a91_0x2232cb(0x140)](_0x487c4d,_0x5d21ff,_0x56a921){const _0x54f691=a91_0x2232cb,_0x48facf={'UuedX':function(_0x1c419f,_0x3d27be){return _0x1c419f>_0x3d27be;},'ZOBAS':_0x54f691(0x19f),'vWTjM':function(_0x14bded,_0x335d54){return _0x14bded(_0x335d54);},'SkAfj':_0x54f691(0x1a5),'ZkRvk':_0x54f691(0x197)};try{const _0x363a27=hooksMap[_0x487c4d];if(!_0x363a27)return null;const _0x51c578=_0x363a27[_0x54f691(0x142)](_0x2f935d=>_0x2f935d[_0x54f691(0x16b)]===_0x5d21ff);if(!_0x51c578)return null;return _0x51c578['finished_at']=new Date()[_0x54f691(0x1c9)](),_0x56a921[_0x54f691(0x171)]&&_0x48facf[_0x54f691(0x1c8)](_0x56a921[_0x54f691(0x171)][_0x54f691(0x170)],0x0)?(_0x51c578['result']=_0x48facf[_0x54f691(0x13e)],_0x51c578[_0x54f691(0x1d0)]=util[_0x54f691(0x153)](_0x56a921['errorsDetailed'][0x0]),_0x51c578['failure_type']=_0x48facf[_0x54f691(0x132)](getFailureType,_0x51c578[_0x54f691(0x1d0)]),_0x51c578[_0x54f691(0x129)]=failureData[_0x54f691(0x136)](null,[_0x56a921[_0x54f691(0x171)],_0x48facf['SkAfj']])):_0x51c578['result']=_0x48facf[_0x54f691(0x1a9)],_0x51c578;}catch(_0x4e9ac9){return logger[_0x54f691(0x1d2)]('Exception\x20in\x20getHookRunEventData:\x20'+util[_0x54f691(0x131)](_0x4e9ac9)),null;}}[a91_0x2232cb(0x19c)](_0x50846b){const _0x2ce690=a91_0x2232cb,_0xea0386={};_0xea0386[_0x2ce690(0x177)]=function(_0x151daa,_0x51c0b3){return _0x151daa!==_0x51c0b3;},_0xea0386[_0x2ce690(0x1d1)]='test',_0xea0386[_0x2ce690(0x121)]='Unknown\x20Test';const _0x31c8d8=_0xea0386;if(_0x31c8d8[_0x2ce690(0x177)](_0x50846b[_0x2ce690(0x148)],_0x31c8d8['WowGP']))return'\x22'+_0x50846b['type']+_0x2ce690(0x16f)+(_0x50846b[_0x2ce690(0x1ad)]&&_0x50846b['parent'][_0x2ce690(0x12c)])+'\x22';return _0x50846b[_0x2ce690(0x12c)]||_0x31c8d8[_0x2ce690(0x121)];}[a91_0x2232cb(0x1b3)](_0x416d35){const _0x59e25f=a91_0x2232cb,_0x1884fa={};_0x1884fa[_0x59e25f(0x19e)]=function(_0x47a197,_0x48b318){return _0x47a197!==_0x48b318;},_0x1884fa[_0x59e25f(0x145)]='ROOT_DESCRIBE_BLOCK';const _0x553ff1=_0x1884fa,_0x4c5dad=[];if(_0x416d35&&_0x416d35[_0x59e25f(0x1ad)]){let _0x1c775e=_0x416d35[_0x59e25f(0x1ad)];while(_0x1c775e&&_0x1c775e[_0x59e25f(0x12c)]&&_0x553ff1[_0x59e25f(0x19e)](_0x1c775e['name'],'')&&_0x553ff1[_0x59e25f(0x19e)](_0x1c775e[_0x59e25f(0x12c)],_0x553ff1[_0x59e25f(0x145)])){_0x4c5dad[_0x59e25f(0x1ac)](_0x1c775e[_0x59e25f(0x12c)]),_0x1c775e=_0x1c775e[_0x59e25f(0x1ad)];}}return _0x4c5dad[_0x59e25f(0x13f)](),_0x4c5dad;}[a91_0x2232cb(0x141)](_0x46f321){const _0x3af038=a91_0x2232cb;if(_0x46f321[_0x3af038(0x1ca)])try{const _0x535ac4=stackTrace[_0x3af038(0x1b8)][_0x3af038(0x17c)](stackTrace,_0x46f321[_0x3af038(0x1ca)]);if(_0x535ac4[0x0]&&_0x535ac4[0x0][_0x3af038(0x15f)])return _0x535ac4[0x0]['getFileName']();}catch(_0x275084){logger['debug']('Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util['format'](_0x275084));}if(_0x46f321[_0x3af038(0x196)])return _0x46f321[_0x3af038(0x196)];return null;}['isJestInternalHook'](_0x9ba5b3){const _0x4cd927=a91_0x2232cb,_0x1ed44b={};_0x1ed44b[_0x4cd927(0x193)]='jest-circus';const _0x39e1ab=_0x1ed44b;try{const _0xc57d2c=this[_0x4cd927(0x141)](_0x9ba5b3);if(_0xc57d2c&&_0xc57d2c[_0x4cd927(0x13c)](_0x39e1ab[_0x4cd927(0x193)]))return!![];}catch(_0xf0576b){logger[_0x4cd927(0x1d2)](_0x4cd927(0x1c6)+util[_0x4cd927(0x131)](_0xf0576b));}return![];}[a91_0x2232cb(0x18a)](_0x4dd1c5=null){const _0x2819c4=a91_0x2232cb;try{const _0x21cf7b=_0x4dd1c5||global[_0x2819c4(0x151)]||{};if(global[_0x2819c4(0x130)])return global[_0x2819c4(0x130)];if(_0x21cf7b?.[_0x2819c4(0x138)]?.[_0x2819c4(0x15a)])return _0x21cf7b[_0x2819c4(0x138)][_0x2819c4(0x15a)];if(_0x21cf7b?.[_0x2819c4(0x138)]?.['id'])return _0x21cf7b['currentTest']['id'];return null;}catch(_0x3c7093){return logger['debug'](_0x2819c4(0x1ae)+util[_0x2819c4(0x131)](_0x3c7093)),null;}}async[a91_0x2232cb(0x1c3)](){const _0x222652=a91_0x2232cb,_0x4a0b52={'kJdhS':function(_0x37ba60){return _0x37ba60();}};if(this[_0x222652(0x1bc)])return this[_0x222652(0x15b)];const _0x4ae9ee=await _0x4a0b52['kJdhS'](getGitMetaData);_0x4ae9ee&&(this[_0x222652(0x15b)]=_0x4ae9ee[_0x222652(0x1b5)]),this['_gitConfigured']=!![];}[a91_0x2232cb(0x12f)](_0x59ad91){hooksMap[_0x59ad91]&&delete hooksMap[_0x59ad91];}['extractTestFilePath'](_0x474acd){const _0x27648a=a91_0x2232cb,_0x442536={'wNjtb':'jest-circus','hylKo':function(_0x5190ab,_0x16d1cc){return _0x5190ab(_0x16d1cc);},'qxPTt':_0x27648a(0x144)};if(_0x474acd[_0x27648a(0x196)])return _0x474acd['file'];if(_0x474acd['asyncError']){try{const _0x182ea4=stackTrace['parse'](_0x474acd[_0x27648a(0x1ca)]);if(_0x182ea4[0x0]&&_0x182ea4[0x0][_0x27648a(0x15f)]){const _0xa07d34=_0x182ea4[0x0][_0x27648a(0x15f)]();if(_0xa07d34&&!_0xa07d34[_0x27648a(0x13c)](_0x442536[_0x27648a(0x157)]))return _0xa07d34;}}catch(_0x22447e){logger[_0x27648a(0x1d2)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x27648a(0x131)](_0x22447e));}if(_0x474acd[_0x27648a(0x1ca)][_0x27648a(0x1a4)]){const _0x53fce8=_0x474acd[_0x27648a(0x1ca)]['stack'][_0x27648a(0x125)]('\x0a');for(const _0x4f0b38 of _0x53fce8){const _0x5a2e1b=_0x4f0b38[_0x27648a(0x1b6)](/at (.+?):\d+:\d+/);if(_0x5a2e1b&&_0x5a2e1b[0x1]&&!_0x5a2e1b[0x1]['includes'](_0x442536[_0x27648a(0x157)]))return _0x5a2e1b[0x1];}}}let _0x2b3036=_0x474acd['parent'];while(_0x2b3036){if(_0x2b3036[_0x27648a(0x196)])return _0x2b3036[_0x27648a(0x196)];if(_0x2b3036[_0x27648a(0x1ca)])try{const _0x2651dc=stackTrace[_0x27648a(0x1b8)](_0x2b3036[_0x27648a(0x1ca)]);if(_0x2651dc[0x0]&&_0x2651dc[0x0]['getFileName']){const _0x556109=_0x2651dc[0x0][_0x27648a(0x15f)]();if(_0x556109&&!_0x556109[_0x27648a(0x13c)](_0x442536['wNjtb']))return _0x556109;}}catch(_0x2b4aab){}_0x2b3036=_0x2b3036[_0x27648a(0x1ad)];}try{const _0x28cab6=_0x442536[_0x27648a(0x1cf)](require,_0x442536[_0x27648a(0x18f)]);if(_0x28cab6&&_0x28cab6['getState']){const _0x7c3116=_0x28cab6[_0x27648a(0x17d)]();if(_0x7c3116&&_0x7c3116[_0x27648a(0x1c2)])return _0x7c3116[_0x27648a(0x1c2)];}}catch(_0x579549){logger[_0x27648a(0x1d2)](_0x27648a(0x163)+util[_0x27648a(0x131)](_0x579549));}return null;}[a91_0x2232cb(0x1be)](_0xe95afa){const _0x49ad5d=a91_0x2232cb,_0x55a5c6={};_0x55a5c6['AIVhQ']=_0x49ad5d(0x187),_0x55a5c6['WbRpS']=function(_0x3278c5,_0x4334d5){return _0x3278c5!==_0x4334d5;},_0x55a5c6[_0x49ad5d(0x1c0)]=_0x49ad5d(0x15e),_0x55a5c6[_0x49ad5d(0x181)]=_0x49ad5d(0x182),_0x55a5c6[_0x49ad5d(0x133)]=_0x49ad5d(0x1bd),_0x55a5c6[_0x49ad5d(0x12d)]=_0x49ad5d(0x147);const _0x1a476d=_0x55a5c6;try{if(!_0xe95afa)return logger[_0x49ad5d(0x194)](_0x1a476d['AIVhQ']),null;const _0x2f50a5=_0xe95afa[_0x49ad5d(0x17e)]||_0xe95afa[_0x49ad5d(0x12c)]||_0xe95afa[_0x49ad5d(0x1ba)]||_0xe95afa[_0x49ad5d(0x198)];let _0x55bf12=_0x2f50a5;if(_0xe95afa[_0x49ad5d(0x1ad)]&&_0xe95afa[_0x49ad5d(0x1ad)][_0x49ad5d(0x12c)]&&_0x1a476d[_0x49ad5d(0x18d)](_0xe95afa[_0x49ad5d(0x1ad)][_0x49ad5d(0x12c)],_0x1a476d['xcWkW'])){const _0x5d1809=_0xe95afa[_0x49ad5d(0x12c)]||_0xe95afa[_0x49ad5d(0x1ba)];_0x5d1809&&(_0x55bf12=_0xe95afa[_0x49ad5d(0x1ad)][_0x49ad5d(0x12c)]+'\x20'+_0x5d1809);}let _0x23f12c=_0xe95afa[_0x49ad5d(0x1c2)];if(!_0x23f12c&&_0xe95afa['asyncError']){try{const _0x599c90=stackTrace[_0x49ad5d(0x1b8)](_0xe95afa['asyncError']);if(_0x599c90[0x0]&&_0x599c90[0x0][_0x49ad5d(0x15f)]){const _0x3b08c2=_0x599c90[0x0][_0x49ad5d(0x15f)]();_0x3b08c2&&!_0x3b08c2[_0x49ad5d(0x13c)](_0x1a476d['vmUoA'])&&(_0x23f12c=_0x3b08c2);}}catch(_0x362ec6){logger[_0x49ad5d(0x1d2)](_0x49ad5d(0x18c)+util[_0x49ad5d(0x131)](_0x362ec6));}if(!_0x23f12c&&_0xe95afa[_0x49ad5d(0x1ca)][_0x49ad5d(0x1a4)]){const _0x300139=_0xe95afa['asyncError']['stack']['split']('\x0a');for(const _0x5d76c8 of _0x300139){const _0x13606c=_0x5d76c8[_0x49ad5d(0x1b6)](/at (.+?):\d+:\d+/);if(_0x13606c&&_0x13606c[0x1]&&!_0x13606c[0x1]['includes'](_0x1a476d[_0x49ad5d(0x181)])){_0x23f12c=_0x13606c[0x1];break;}}}}const _0x3c66ae=_0x23f12c+'::'+_0x55bf12,_0x22dd6d=crypto[_0x49ad5d(0x199)](_0x1a476d[_0x49ad5d(0x133)])[_0x49ad5d(0x12b)](_0x3c66ae)[_0x49ad5d(0x191)](_0x1a476d[_0x49ad5d(0x12d)])[_0x49ad5d(0x166)](0x0,0x8),_0x15dfc3=process[_0x49ad5d(0x172)]+_0x49ad5d(0x1a7)+_0x22dd6d;return logger[_0x49ad5d(0x1d2)](_0x49ad5d(0x1bb)+_0x15dfc3+'\x20from\x20compositeKey:\x20'+_0x3c66ae),_0x15dfc3;}catch(_0x4af81d){return logger[_0x49ad5d(0x194)](_0x49ad5d(0x122)+util[_0x49ad5d(0x131)](_0x4af81d)),null;}}[a91_0x2232cb(0x1ab)](_0x1f563d){const _0x35c4a7=a91_0x2232cb,_0xff7dd9={};_0xff7dd9[_0x35c4a7(0x14d)]=_0x35c4a7(0x159);const _0x134e81=_0xff7dd9;if(!_0x1f563d)return logger[_0x35c4a7(0x1d2)](_0x134e81[_0x35c4a7(0x14d)]),null;const _0x38f909=this[_0x35c4a7(0x1c4)](_0x1f563d),_0x3cbc6b={};_0x3cbc6b['name']=_0x1f563d[_0x35c4a7(0x12c)]||_0x1f563d[_0x35c4a7(0x1ba)],_0x3cbc6b[_0x35c4a7(0x1ad)]=_0x1f563d[_0x35c4a7(0x1ad)],_0x3cbc6b[_0x35c4a7(0x1c2)]=_0x38f909,_0x3cbc6b['asyncError']=_0x1f563d[_0x35c4a7(0x1ca)];const _0x4f388a=_0x3cbc6b;return this['createJestTestIdentifier'](_0x4f388a);}['recreateIdentifierFromTestInfo'](_0x49036f){const _0x145672=a91_0x2232cb,_0x589fa3={};_0x589fa3[_0x145672(0x156)]=_0x145672(0x18b);const _0x460b60=_0x589fa3;if(!_0x49036f)return logger[_0x145672(0x1d2)](_0x460b60[_0x145672(0x156)]),null;if(_0x49036f['testIdentifier'])return logger[_0x145672(0x1d2)](_0x145672(0x14e)+_0x49036f[_0x145672(0x13a)]),_0x49036f[_0x145672(0x13a)];return this[_0x145672(0x1be)](_0x49036f);}}module[a91_0x2232cb(0x1cc)]=o11yClassErrorHandler(JestUtils,[a91_0x2232cb(0x1c3),a91_0x2232cb(0x1b3),'getRootParentFile',a91_0x2232cb(0x19c),'isJestInternalHook',a91_0x2232cb(0x18a),a91_0x2232cb(0x15d),a91_0x2232cb(0x127),a91_0x2232cb(0x140),a91_0x2232cb(0x12f),a91_0x2232cb(0x1c4),a91_0x2232cb(0x1be),'createIdentifierFromJestTest',a91_0x2232cb(0x169)]);
1
+ const a91_0x49bcf4=a91_0xa54c;(function(_0x4f545d,_0x188e4a){const _0x2aa6d0=a91_0xa54c,_0x564adf=_0x4f545d();while(!![]){try{const _0x3bb9f7=-parseInt(_0x2aa6d0(0x133))/0x1*(-parseInt(_0x2aa6d0(0x12c))/0x2)+-parseInt(_0x2aa6d0(0x1be))/0x3*(parseInt(_0x2aa6d0(0x180))/0x4)+parseInt(_0x2aa6d0(0x196))/0x5+-parseInt(_0x2aa6d0(0x197))/0x6+-parseInt(_0x2aa6d0(0x1b4))/0x7+parseInt(_0x2aa6d0(0x14b))/0x8+-parseInt(_0x2aa6d0(0x156))/0x9*(-parseInt(_0x2aa6d0(0x174))/0xa);if(_0x3bb9f7===_0x188e4a)break;else _0x564adf['push'](_0x564adf['shift']());}catch(_0x2f4570){_0x564adf['push'](_0x564adf['shift']());}}}(a91_0x5bc6,0xa072c));const path=require(a91_0x49bcf4(0x1b8)),util=require(a91_0x49bcf4(0x1dd)),crypto=require(a91_0x49bcf4(0x132)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x49bcf4(0x165)),logger=require('../../../helpers/logger.js')['winstonLogger'],{o11yClassErrorHandler}=require(a91_0x49bcf4(0x199)),TestInfo=require('../TestInfo.js'),{failureData,getFailureType}=require(a91_0x49bcf4(0x1c6)),stackTrace=require(a91_0x49bcf4(0x136)),a91_0x5a1e77={};a91_0x5a1e77[a91_0x49bcf4(0x19f)]=a91_0x49bcf4(0x1c5),a91_0x5a1e77['afterAll']=a91_0x49bcf4(0x13b),a91_0x5a1e77[a91_0x49bcf4(0x16b)]=a91_0x49bcf4(0x1d9),a91_0x5a1e77['afterEach']='AFTER_EACH';function a91_0xa54c(_0x461319,_0x1427db){const _0x5bc60c=a91_0x5bc6();return a91_0xa54c=function(_0xa54c14,_0x341e01){_0xa54c14=_0xa54c14-0x129;let _0x3487a4=_0x5bc60c[_0xa54c14];return _0x3487a4;},a91_0xa54c(_0x461319,_0x1427db);}function a91_0x5bc6(){const _0x1862d3=['[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','4372488YDURmJ','asyncError','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','extractTestFilePath','VZupP','error','jest','failure_type','toString','NqGcb','978777RsLTSt','file','recreateIdentifierFromTestInfo','TLwgC','VYbuO','azXAU','getState','fCQnq','vbfxK','errorsDetailed','push','SDjXO','WNrFS','javascript',':jest-','../../../helpers/helper.js','test','getTime','GwPtL','match','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','beforeEach','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','jest-circus','WnSNn','createIdentifierFromJestTest','hook','zXWZW','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','ROOT_DESCRIBE_BLOCK','30uWUOlk','__workerDetails','vVqIX','backtrace','uuid','_gitConfigPath','digest','testAnalyticsId','root','KEmXC','Exception\x20in\x20getHookRunEventData:\x20','getName','108TkJLAW','OuHGB','ziNIv','UvtEV','fullName','tAURm','failure_backtrace','getFileName','started_at','parent','IDDIO','wSeSJ','ahSld','isJestInternalHook','duration','createHookData','name','type','XPMCx','passed','JGuPQ','hLrgg','4795900cRkNUS','5740068YAejWV','inspect','../../../helpers/test-observability/error-handler.js','GOQcR','XXvAT','toUpperCase','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','stack','beforeAll','MXUND','hooks','exports','getHierarchy','ncdCA','failure_data','rYIPk','KuxLu','Ukckf','length','Imcnj','_gitConfigured','oydEf','expect','apply','XRwwQ','flTgt','DRsIe','fJkwT','TestRunSkipped','4171167wHsUZs','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','err','substring','path','browserstack-node-agent/src/bin/jest','HookRunStarted','clearHooksMap','[jestUtils]\x20No\x20test\x20object\x20provided','result','51234cdBcjf','createJestTestIdentifier','find','pid','WOuNw',',\x20testIdentifier:\x20','format','BEFORE_ALL','../../../helpers/test-observability/utils','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','currentTest','toISOString','includes','__jestCurrentTestIdentifier','testIdentifier','hAIxG','failed','TenyP','[jestUtils]\x20Created\x20identifier:\x20','title','createTestFrameworkData','split','md5','relative','ESbnS','update','Creating\x20hook\x20data\x20for\x20eventType:\x20','BEFORE_EACH','Unknown\x20Test','dyXsP','DSMMD','util','XpDTf','Exception\x20in\x20createTestFrameworkData:\x20','\x20from\x20compositeKey:\x20','call','failure_reason','pending','failure','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','2ftlUWx','\x22\x20hook\x20for\x20\x22','XRvUZ','debug','getRootParentFile','kRhjT','crypto','838861NqiHJS','TestRunFinished','uXZBk','stack-trace','ECEGj','configureGit','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','parse','AFTER_ALL','hex','kPOmD','oIeVb','getHookRunEventData','VYJEI','aAyZn','xBvPt','unknown','testPath','startedAt','File\x20path\x20could\x20not\x20be\x20found','wmrPZ','yPDIv','dRiaE'];a91_0x5bc6=function(){return _0x1862d3;};return a91_0x5bc6();}const HOOK_TYPES_MAP=a91_0x5a1e77,hooksMap={};class JestUtils{constructor(){const _0x38f8bc=a91_0x49bcf4;this[_0x38f8bc(0x1ab)]=![],this[_0x38f8bc(0x179)]=null;}async[a91_0x49bcf4(0x1d2)](_0x53cc88,_0x2a1776,_0x47336d=a91_0x49bcf4(0x134),_0x5118a9=undefined){const _0x5913b8=a91_0x49bcf4,_0xbbcdde={'ncdCA':_0x5913b8(0x12b),'oOQjt':'jest-circus','ECEGj':function(_0x2da5f6,_0x179e00){return _0x2da5f6||_0x179e00;},'KEmXC':_0x5913b8(0x146),'oIeVb':function(_0xa6e4eb,_0x28a5fd){return _0xa6e4eb!==_0x28a5fd;},'XPMCx':_0x5913b8(0x166),'tAURm':function(_0x431754,_0x12ab4b){return _0x431754!==_0x12ab4b;},'kPOmD':_0x5913b8(0x1b6),'wSeSJ':function(_0x14085b,_0x40c05c){return _0x14085b!==_0x40c05c;},'vbfxK':function(_0x58a26b,_0x58afca){return _0x58a26b!==_0x58afca;},'umcLl':_0x5913b8(0x129),'IDDIO':function(_0x18d726,_0x26f88e){return _0x18d726===_0x26f88e;},'WOuNw':_0x5913b8(0x1b3),'oydEf':'skipped','UvtEV':function(_0x4afd6d,_0xf00a03){return _0x4afd6d>_0xf00a03;},'yPDIv':_0x5913b8(0x1ce),'OuHGB':_0x5913b8(0x193),'fCQnq':function(_0xb6efa1,_0x4b6861){return _0xb6efa1-_0x4b6861;},'TLwgC':_0x5913b8(0x163),'dyXsP':_0x5913b8(0x152),'NqGcb':function(_0x116c30,_0x1a1ad7){return _0x116c30(_0x1a1ad7);},'vVqIX':_0x5913b8(0x134)};logger['debug'](_0x5913b8(0x172)+_0x47336d+_0x5913b8(0x1c3)+_0x2a1776);try{if(!_0x53cc88)return logger['debug'](_0xbbcdde[_0x5913b8(0x1a4)]),null;if(_0x53cc88['fn']&&_0x53cc88['fn'][_0x5913b8(0x154)]()['match'](/browserstack internal helper hook/))return null;await this[_0x5913b8(0x138)]();let _0x46ae31;try{_0x46ae31=this[_0x5913b8(0x130)](_0x53cc88);if(_0x46ae31&&_0x46ae31[_0x5913b8(0x1ca)](_0xbbcdde['oOQjt']))return null;}catch(_0x3283bd){logger[_0x5913b8(0x12f)]('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x5913b8(0x1c4)](_0x3283bd)),_0x46ae31=null;}const _0x2f1c64=this[_0x5913b8(0x1a3)](_0x53cc88),_0x4e6479=this[_0x5913b8(0x17f)](_0x53cc88),_0x4f7517=_0xbbcdde[_0x5913b8(0x137)](_0x46ae31,_0xbbcdde[_0x5913b8(0x17d)]);let _0x25c23b=[];if(_0xbbcdde[_0x5913b8(0x13e)](_0x53cc88[_0x5913b8(0x15f)],undefined))_0x25c23b=[_0x53cc88[_0x5913b8(0x15f)],_0xbbcdde[_0x5913b8(0x192)]];else _0xbbcdde[_0x5913b8(0x185)](_0x5118a9,undefined)&&(_0x25c23b=[_0x5118a9,_0xbbcdde[_0x5913b8(0x13d)]]);const _0x2fcafc=_0xbbcdde[_0x5913b8(0x18b)](_0x53cc88['errorsDetailed'],undefined)?util[_0x5913b8(0x198)](_0x53cc88[_0x5913b8(0x15f)][0x0]):_0xbbcdde[_0x5913b8(0x15e)](_0x5118a9,undefined)?_0x5118a9[_0x5913b8(0x154)]():undefined;let _0x5f3709=_0xbbcdde['umcLl'];if(_0xbbcdde[_0x5913b8(0x18a)](_0x47336d,_0xbbcdde[_0x5913b8(0x1c2)]))_0x5f3709=_0xbbcdde[_0x5913b8(0x1ac)];else _0x53cc88[_0x5913b8(0x15f)]&&_0xbbcdde[_0x5913b8(0x183)](_0x53cc88[_0x5913b8(0x15f)][_0x5913b8(0x1a9)],0x0)?_0x5f3709=_0xbbcdde[_0x5913b8(0x148)]:_0x5f3709=_0xbbcdde[_0x5913b8(0x181)];let _0x5ca783=null;if(_0xbbcdde[_0x5913b8(0x13e)](_0x53cc88[_0x5913b8(0x18e)],undefined))_0x5ca783=_0x53cc88['duration'];else(_0x47336d[_0x5913b8(0x169)](/Finished/)||_0x47336d[_0x5913b8(0x169)](/Skipped/))&&(_0x53cc88[_0x5913b8(0x188)]&&(_0x5ca783=_0xbbcdde[_0x5913b8(0x15d)](Date['now'](),new Date(_0x53cc88[_0x5913b8(0x188)])[_0x5913b8(0x167)]())));const _0x22e7f1=_0x53cc88['fn']?_0x53cc88['fn'][_0x5913b8(0x154)]():null,_0x4296cb={'id':_0x2a1776,'uuid':_0x2a1776,'startedAt':_0x53cc88[_0x5913b8(0x188)]||new Date()[_0x5913b8(0x1c9)](),'finishedAt':_0x47336d[_0x5913b8(0x169)](/Finished/)||_0x47336d['match'](/Skipped/)?new Date()[_0x5913b8(0x1c9)]():null,'type':_0xbbcdde[_0x5913b8(0x192)],'body':{'lang':_0xbbcdde[_0x5913b8(0x159)],'code':_0x22e7f1},'name':_0x4e6479,'scopes':_0x2f1c64,'file_name':_0x4f7517,'location':_0x4f7517,'vc_filepath':this[_0x5913b8(0x179)]&&_0x46ae31?path['relative'](this['_gitConfigPath'],_0x46ae31):null,'framework':_0xbbcdde[_0x5913b8(0x1db)],'result':_0x5f3709,'failure_reason':_0x2fcafc,'duration_in_ms':_0x5ca783,'failure':failureData[_0x5913b8(0x1ae)](null,_0x25c23b),'failure_type':!_0x2fcafc?null:_0xbbcdde[_0x5913b8(0x155)](getFailureType,_0x2fcafc),'retry_of':_0x53cc88['retryOf']||null,'customRerunParam':{'rerun_name':_0x4e6479}};_0xbbcdde[_0x5913b8(0x18a)](_0x47336d,_0xbbcdde[_0x5913b8(0x1c2)])&&!_0x4296cb[_0x5913b8(0x145)]&&(_0x4296cb[_0x5913b8(0x145)]=_0x4296cb['finishedAt']);const _0x1f6c82=_0x4296cb['failure']&&_0x4296cb[_0x5913b8(0x12a)][0x0];return _0x1f6c82&&(_0x4296cb[_0x5913b8(0x186)]=_0x1f6c82[_0x5913b8(0x177)],_0x4296cb['failure_reason_expanded']=_0x1f6c82['expanded']),(_0xbbcdde[_0x5913b8(0x18a)](_0x47336d,_0xbbcdde[_0x5913b8(0x176)])||_0xbbcdde[_0x5913b8(0x18a)](_0x47336d,_0xbbcdde[_0x5913b8(0x1c2)]))&&(_0x53cc88[_0x5913b8(0x1a1)]&&(_0x4296cb[_0x5913b8(0x1a1)]=_0x53cc88['hooks'])),_0x4296cb;}catch(_0x424c3a){return logger[_0x5913b8(0x12f)](_0x5913b8(0x1df)+util[_0x5913b8(0x1c4)](_0x424c3a)),null;}}async[a91_0x49bcf4(0x18f)](_0x5cb373,_0xef901d,_0x14a7c5,_0x309472){const _0x12f7b7=a91_0x49bcf4,_0x2ac657={'unHxL':_0x12f7b7(0x14d),'WtcOj':'jest-circus','VYbuO':_0x12f7b7(0x1b9),'sSxEC':_0x12f7b7(0x143),'DRsIe':_0x12f7b7(0x129),'IiYbT':function(_0x4036ec,_0x29e2ab){return _0x4036ec===_0x29e2ab;},'SDjXO':'HookRunFinished','ahSld':function(_0x4217db,_0x45cce3){return _0x4217db>_0x45cce3;},'zXWZW':_0x12f7b7(0x1ce),'ftSyI':function(_0xf4835c,_0x386eb0){return _0xf4835c(_0x386eb0);},'XRvUZ':_0x12f7b7(0x166),'WnSNn':_0x12f7b7(0x193),'XXvAT':_0x12f7b7(0x170),'VZupP':'javascript','DSMMD':'jest','WNrFS':function(_0x475d23,_0x26cf9f){return _0x475d23===_0x26cf9f;},'VYJEI':_0x12f7b7(0x1ba)};logger[_0x12f7b7(0x12f)](_0x12f7b7(0x1d8)+_0x14a7c5+',\x20hookUUID:\x20'+_0xef901d+',\x20testRunId:\x20'+_0x309472);try{if(!_0x5cb373)return logger['debug'](_0x2ac657['unHxL']),null;if(this[_0x12f7b7(0x18d)](_0x5cb373))return null;await this[_0x12f7b7(0x138)]();let _0x1438ed=null;try{_0x1438ed=this['getRootParentFile'](_0x5cb373);if(_0x1438ed&&_0x1438ed[_0x12f7b7(0x1ca)](_0x2ac657['WtcOj']))return null;if(_0x1438ed&&_0x1438ed[_0x12f7b7(0x1ca)](_0x2ac657[_0x12f7b7(0x15a)]))return null;}catch(_0x55135e){logger['debug'](_0x12f7b7(0x16a)+util[_0x12f7b7(0x1c4)](_0x55135e));}const _0x29d0aa=this[_0x12f7b7(0x17f)](_0x5cb373),_0x57558b=_0x5cb373[_0x12f7b7(0x191)]||_0x2ac657['sSxEC'],_0x1f40f7=HOOK_TYPES_MAP[_0x57558b]||_0x57558b[_0x12f7b7(0x19c)](),_0x56eae5=_0x5cb373['parent']&&_0x5cb373['parent'][_0x12f7b7(0x190)]?_0x5cb373[_0x12f7b7(0x189)][_0x12f7b7(0x190)]:'';let _0x552340=_0x2ac657[_0x12f7b7(0x1b1)],_0x18dd7c=null,_0x1fed4b=null,_0x5b6240=null,_0x50bc9b=null;_0x2ac657['IiYbT'](_0x14a7c5,_0x2ac657[_0x12f7b7(0x161)])&&(_0x50bc9b=new Date()['toISOString'](),_0x5cb373[_0x12f7b7(0x15f)]&&_0x2ac657[_0x12f7b7(0x18c)](_0x5cb373[_0x12f7b7(0x15f)][_0x12f7b7(0x1a9)],0x0)?(_0x552340=_0x2ac657[_0x12f7b7(0x171)],_0x1fed4b=util[_0x12f7b7(0x198)](_0x5cb373[_0x12f7b7(0x15f)][0x0]),_0x18dd7c=_0x2ac657['ftSyI'](getFailureType,_0x1fed4b),_0x5b6240=failureData[_0x12f7b7(0x1ae)](null,[_0x5cb373['errorsDetailed'],_0x2ac657[_0x12f7b7(0x12e)]])):_0x552340=_0x2ac657[_0x12f7b7(0x16e)]);const _0x116184={'uuid':_0xef901d,'type':_0x2ac657[_0x12f7b7(0x19b)],'hook_type':_0x1f40f7,'name':_0x29d0aa,'body':{'lang':_0x2ac657[_0x12f7b7(0x150)],'code':_0x5cb373['fn']?_0x5cb373['fn'][_0x12f7b7(0x154)]():null},'tags':[],'test_run_id':_0x309472,'scope':_0x56eae5,'scopes':[_0x56eae5],'file_name':_0x1438ed,'location':_0x1438ed,'vc_filepath':this['_gitConfigPath']&&_0x1438ed?path[_0x12f7b7(0x1d5)](this[_0x12f7b7(0x179)],_0x1438ed):null,'result':_0x552340,'started_at':_0x5cb373[_0x12f7b7(0x188)]||new Date()['toISOString'](),'finished_at':_0x50bc9b,'failure_type':_0x18dd7c,'failure_reason':_0x1fed4b,'failure_data':_0x5b6240,'framework':_0x2ac657[_0x12f7b7(0x1dc)]};return _0x2ac657[_0x12f7b7(0x162)](_0x14a7c5,_0x2ac657[_0x12f7b7(0x140)])&&(hooksMap[_0x309472]?hooksMap[_0x309472]['push'](_0x116184):hooksMap[_0x309472]=[_0x116184]),_0x116184;}catch(_0x3e3cc0){return logger[_0x12f7b7(0x12f)]('Exception\x20in\x20createHookData:\x20'+util[_0x12f7b7(0x1c4)](_0x3e3cc0)),null;}}[a91_0x49bcf4(0x13f)](_0x2d19fb,_0x2e9709,_0x798c09){const _0x5ac6a3=a91_0x49bcf4,_0x10202c={'XpDTf':function(_0x1e6e8d,_0x3e2c31){return _0x1e6e8d>_0x3e2c31;},'wmrPZ':_0x5ac6a3(0x1ce),'dRiaE':function(_0x1c66cc,_0x5ce2a3){return _0x1c66cc(_0x5ce2a3);},'XRwwQ':'test','flTgt':_0x5ac6a3(0x193)};try{const _0x39a184=hooksMap[_0x2d19fb];if(!_0x39a184)return null;const _0x255962=_0x39a184[_0x5ac6a3(0x1c0)](_0x36e257=>_0x36e257[_0x5ac6a3(0x178)]===_0x2e9709);if(!_0x255962)return null;return _0x255962['finished_at']=new Date()[_0x5ac6a3(0x1c9)](),_0x798c09[_0x5ac6a3(0x15f)]&&_0x10202c[_0x5ac6a3(0x1de)](_0x798c09[_0x5ac6a3(0x15f)]['length'],0x0)?(_0x255962['result']=_0x10202c[_0x5ac6a3(0x147)],_0x255962[_0x5ac6a3(0x1e2)]=util['inspect'](_0x798c09[_0x5ac6a3(0x15f)][0x0]),_0x255962[_0x5ac6a3(0x153)]=_0x10202c[_0x5ac6a3(0x149)](getFailureType,_0x255962[_0x5ac6a3(0x1e2)]),_0x255962[_0x5ac6a3(0x1a5)]=failureData[_0x5ac6a3(0x1ae)](null,[_0x798c09[_0x5ac6a3(0x15f)],_0x10202c[_0x5ac6a3(0x1af)]])):_0x255962[_0x5ac6a3(0x1bd)]=_0x10202c[_0x5ac6a3(0x1b0)],_0x255962;}catch(_0x430942){return logger['debug'](_0x5ac6a3(0x17e)+util[_0x5ac6a3(0x1c4)](_0x430942)),null;}}[a91_0x49bcf4(0x17f)](_0x287748){const _0x27d63e=a91_0x49bcf4,_0x529e69={};_0x529e69[_0x27d63e(0x195)]=function(_0x10a6f7,_0x1c3d5d){return _0x10a6f7!==_0x1c3d5d;},_0x529e69['uXZBk']=_0x27d63e(0x166),_0x529e69[_0x27d63e(0x168)]=_0x27d63e(0x1da);const _0x451766=_0x529e69;if(_0x451766[_0x27d63e(0x195)](_0x287748[_0x27d63e(0x191)],_0x451766[_0x27d63e(0x135)]))return'\x22'+_0x287748[_0x27d63e(0x191)]+_0x27d63e(0x12d)+(_0x287748[_0x27d63e(0x189)]&&_0x287748[_0x27d63e(0x189)]['name'])+'\x22';return _0x287748[_0x27d63e(0x190)]||_0x451766[_0x27d63e(0x168)];}[a91_0x49bcf4(0x1a3)](_0x32abb2){const _0x36c5b6=a91_0x49bcf4,_0x2faa09={};_0x2faa09['kRhjT']=function(_0x4e46a1,_0x4ff607){return _0x4e46a1!==_0x4ff607;},_0x2faa09[_0x36c5b6(0x1cf)]=function(_0x47af90,_0x12f877){return _0x47af90!==_0x12f877;},_0x2faa09[_0x36c5b6(0x141)]=_0x36c5b6(0x173);const _0x1d6602=_0x2faa09,_0x42c624=[];if(_0x32abb2&&_0x32abb2[_0x36c5b6(0x189)]){let _0x204ac8=_0x32abb2['parent'];while(_0x204ac8&&_0x204ac8[_0x36c5b6(0x190)]&&_0x1d6602[_0x36c5b6(0x131)](_0x204ac8['name'],'')&&_0x1d6602[_0x36c5b6(0x1cf)](_0x204ac8['name'],_0x1d6602['aAyZn'])){_0x42c624[_0x36c5b6(0x160)](_0x204ac8[_0x36c5b6(0x190)]),_0x204ac8=_0x204ac8[_0x36c5b6(0x189)];}}return _0x42c624['reverse'](),_0x42c624;}[a91_0x49bcf4(0x130)](_0x41d1d3){const _0x1848bf=a91_0x49bcf4;if(_0x41d1d3[_0x1848bf(0x14c)])try{const _0x34f083=stackTrace[_0x1848bf(0x13a)][_0x1848bf(0x1e1)](stackTrace,_0x41d1d3['asyncError']);if(_0x34f083[0x0]&&_0x34f083[0x0][_0x1848bf(0x187)])return _0x34f083[0x0]['getFileName']();}catch(_0x29adc2){logger[_0x1848bf(0x12f)](_0x1848bf(0x19d)+util['format'](_0x29adc2));}if(_0x41d1d3[_0x1848bf(0x157)])return _0x41d1d3[_0x1848bf(0x157)];return null;}['isJestInternalHook'](_0x1a5947){const _0x565749=a91_0x49bcf4,_0x42d117={};_0x42d117['ziNIv']=_0x565749(0x16d);const _0x2e7b6e=_0x42d117;try{const _0x26f7a5=this['getRootParentFile'](_0x1a5947);if(_0x26f7a5&&_0x26f7a5[_0x565749(0x1ca)](_0x2e7b6e[_0x565749(0x182)]))return!![];}catch(_0x13cde6){logger['debug'](_0x565749(0x1b5)+util[_0x565749(0x1c4)](_0x13cde6));}return![];}['getTestIdentifier'](_0x5a66c9=null){const _0x1aa66c=a91_0x49bcf4;try{const _0x260c3b=_0x5a66c9||global[_0x1aa66c(0x175)]||{};if(global[_0x1aa66c(0x1cb)])return global[_0x1aa66c(0x1cb)];if(_0x260c3b?.[_0x1aa66c(0x1c8)]?.[_0x1aa66c(0x17b)])return _0x260c3b[_0x1aa66c(0x1c8)][_0x1aa66c(0x17b)];if(_0x260c3b?.[_0x1aa66c(0x1c8)]?.['id'])return _0x260c3b[_0x1aa66c(0x1c8)]['id'];return null;}catch(_0x186bae){return logger[_0x1aa66c(0x12f)](_0x1aa66c(0x1c7)+util[_0x1aa66c(0x1c4)](_0x186bae)),null;}}async['configureGit'](){const _0x4390b7=a91_0x49bcf4,_0x3c2c2f={'xBvPt':function(_0x128823){return _0x128823();}};if(this[_0x4390b7(0x1ab)])return this['_gitConfigPath'];const _0x5801c4=await _0x3c2c2f[_0x4390b7(0x142)](getGitMetaData);_0x5801c4&&(this[_0x4390b7(0x179)]=_0x5801c4[_0x4390b7(0x17c)]),this[_0x4390b7(0x1ab)]=!![];}['clearHooksMap'](_0x5c78f8){hooksMap[_0x5c78f8]&&delete hooksMap[_0x5c78f8];}[a91_0x49bcf4(0x14f)](_0x2c4f5b){const _0x5a1a78=a91_0x49bcf4,_0xf215ad={'MXUND':_0x5a1a78(0x16d),'rYIPk':function(_0x4672cc,_0x3b7302){return _0x4672cc(_0x3b7302);},'Ukckf':_0x5a1a78(0x1ad)};if(_0x2c4f5b[_0x5a1a78(0x157)])return _0x2c4f5b[_0x5a1a78(0x157)];if(_0x2c4f5b[_0x5a1a78(0x14c)]){try{const _0x20c9bf=stackTrace[_0x5a1a78(0x13a)](_0x2c4f5b[_0x5a1a78(0x14c)]);if(_0x20c9bf[0x0]&&_0x20c9bf[0x0][_0x5a1a78(0x187)]){const _0x5deb9e=_0x20c9bf[0x0][_0x5a1a78(0x187)]();if(_0x5deb9e&&!_0x5deb9e[_0x5a1a78(0x1ca)](_0xf215ad[_0x5a1a78(0x1a0)]))return _0x5deb9e;}}catch(_0x1efb6b){logger['debug']('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util[_0x5a1a78(0x1c4)](_0x1efb6b));}if(_0x2c4f5b[_0x5a1a78(0x14c)][_0x5a1a78(0x19e)]){const _0x1a4dee=_0x2c4f5b[_0x5a1a78(0x14c)][_0x5a1a78(0x19e)][_0x5a1a78(0x1d3)]('\x0a');for(const _0x3a2498 of _0x1a4dee){const _0x12258d=_0x3a2498[_0x5a1a78(0x169)](/at (.+?):\d+:\d+/);if(_0x12258d&&_0x12258d[0x1]&&!_0x12258d[0x1][_0x5a1a78(0x1ca)](_0xf215ad[_0x5a1a78(0x1a0)]))return _0x12258d[0x1];}}}let _0x188ccd=_0x2c4f5b[_0x5a1a78(0x189)];while(_0x188ccd){if(_0x188ccd[_0x5a1a78(0x157)])return _0x188ccd['file'];if(_0x188ccd['asyncError'])try{const _0x3782b4=stackTrace[_0x5a1a78(0x13a)](_0x188ccd['asyncError']);if(_0x3782b4[0x0]&&_0x3782b4[0x0][_0x5a1a78(0x187)]){const _0x8c5296=_0x3782b4[0x0][_0x5a1a78(0x187)]();if(_0x8c5296&&!_0x8c5296[_0x5a1a78(0x1ca)](_0xf215ad[_0x5a1a78(0x1a0)]))return _0x8c5296;}}catch(_0x4b9aa1){}_0x188ccd=_0x188ccd[_0x5a1a78(0x189)];}try{const _0x456d04=_0xf215ad[_0x5a1a78(0x1a6)](require,_0xf215ad[_0x5a1a78(0x1a8)]);if(_0x456d04&&_0x456d04[_0x5a1a78(0x15c)]){const _0x3897bd=_0x456d04[_0x5a1a78(0x15c)]();if(_0x3897bd&&_0x3897bd['testPath'])return _0x3897bd['testPath'];}}catch(_0x33b19e){logger['debug'](_0x5a1a78(0x16c)+util[_0x5a1a78(0x1c4)](_0x33b19e));}return null;}[a91_0x49bcf4(0x1bf)](_0x42b871){const _0xba548=a91_0x49bcf4,_0x1bcafe={};_0x1bcafe[_0xba548(0x1a7)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x1bcafe[_0xba548(0x1b2)]=function(_0xe50692,_0x4023dd){return _0xe50692!==_0x4023dd;},_0x1bcafe['Imcnj']=_0xba548(0x173),_0x1bcafe['JGuPQ']=_0xba548(0x16d),_0x1bcafe['GOQcR']=_0xba548(0x1d4),_0x1bcafe[_0xba548(0x15b)]=_0xba548(0x13c);const _0x3a65b1=_0x1bcafe;try{if(!_0x42b871)return logger[_0xba548(0x151)](_0x3a65b1[_0xba548(0x1a7)]),null;const _0x23f869=_0x42b871[_0xba548(0x184)]||_0x42b871[_0xba548(0x190)]||_0x42b871[_0xba548(0x1d1)]||_0x42b871['displayName'];let _0x114e7e=_0x23f869;if(_0x42b871[_0xba548(0x189)]&&_0x42b871[_0xba548(0x189)][_0xba548(0x190)]&&_0x3a65b1['fJkwT'](_0x42b871['parent'][_0xba548(0x190)],_0x3a65b1[_0xba548(0x1aa)])){const _0x5874f9=_0x42b871['name']||_0x42b871['title'];_0x5874f9&&(_0x114e7e=_0x42b871['parent'][_0xba548(0x190)]+'\x20'+_0x5874f9);}let _0x585f3d=_0x42b871['testPath'];if(!_0x585f3d&&_0x42b871['asyncError']){try{const _0x56fabd=stackTrace['parse'](_0x42b871[_0xba548(0x14c)]);if(_0x56fabd[0x0]&&_0x56fabd[0x0][_0xba548(0x187)]){const _0x198c97=_0x56fabd[0x0][_0xba548(0x187)]();_0x198c97&&!_0x198c97['includes'](_0x3a65b1[_0xba548(0x194)])&&(_0x585f3d=_0x198c97);}}catch(_0x5e8280){logger[_0xba548(0x12f)](_0xba548(0x14e)+util[_0xba548(0x1c4)](_0x5e8280));}if(!_0x585f3d&&_0x42b871[_0xba548(0x14c)]['stack']){const _0x5079de=_0x42b871[_0xba548(0x14c)][_0xba548(0x19e)][_0xba548(0x1d3)]('\x0a');for(const _0x16457f of _0x5079de){const _0x46bfdf=_0x16457f[_0xba548(0x169)](/at (.+?):\d+:\d+/);if(_0x46bfdf&&_0x46bfdf[0x1]&&!_0x46bfdf[0x1][_0xba548(0x1ca)](_0x3a65b1['JGuPQ'])){_0x585f3d=_0x46bfdf[0x1];break;}}}}const _0x48a1e5=_0x585f3d+'::'+_0x114e7e,_0x2be501=crypto['createHash'](_0x3a65b1[_0xba548(0x19a)])[_0xba548(0x1d7)](_0x48a1e5)[_0xba548(0x17a)](_0x3a65b1[_0xba548(0x15b)])[_0xba548(0x1b7)](0x0,0x8),_0x509f0b=process[_0xba548(0x1c1)]+_0xba548(0x164)+_0x2be501;return logger[_0xba548(0x12f)](_0xba548(0x1d0)+_0x509f0b+_0xba548(0x1e0)+_0x48a1e5),_0x509f0b;}catch(_0x4b10da){return logger[_0xba548(0x151)]('[jestUtils]\x20Error\x20creating\x20identifier:\x20'+util[_0xba548(0x1c4)](_0x4b10da)),null;}}[a91_0x49bcf4(0x16f)](_0x30853f){const _0x20ba94=a91_0x49bcf4,_0x4d0d60={};_0x4d0d60['ESbnS']=_0x20ba94(0x1bc);const _0x17aa11=_0x4d0d60;if(!_0x30853f)return logger['debug'](_0x17aa11[_0x20ba94(0x1d6)]),null;const _0x22e2ff=this[_0x20ba94(0x14f)](_0x30853f),_0x29e769={};_0x29e769[_0x20ba94(0x190)]=_0x30853f['name']||_0x30853f['title'],_0x29e769[_0x20ba94(0x189)]=_0x30853f['parent'],_0x29e769[_0x20ba94(0x144)]=_0x22e2ff,_0x29e769['asyncError']=_0x30853f[_0x20ba94(0x14c)];const _0x540d0a=_0x29e769;return this['createJestTestIdentifier'](_0x540d0a);}['recreateIdentifierFromTestInfo'](_0x247b9e){const _0x505deb=a91_0x49bcf4,_0x35a426={};_0x35a426[_0x505deb(0x1cd)]=_0x505deb(0x14a);const _0x64a1d8=_0x35a426;if(!_0x247b9e)return logger[_0x505deb(0x12f)](_0x64a1d8['hAIxG']),null;if(_0x247b9e[_0x505deb(0x1cc)])return logger[_0x505deb(0x12f)](_0x505deb(0x139)+_0x247b9e[_0x505deb(0x1cc)]),_0x247b9e['testIdentifier'];return this[_0x505deb(0x1bf)](_0x247b9e);}}module[a91_0x49bcf4(0x1a2)]=o11yClassErrorHandler(JestUtils,[a91_0x49bcf4(0x138),a91_0x49bcf4(0x1a3),'getRootParentFile','getName',a91_0x49bcf4(0x18d),'getTestIdentifier',a91_0x49bcf4(0x1d2),a91_0x49bcf4(0x18f),a91_0x49bcf4(0x13f),a91_0x49bcf4(0x1bb),'extractTestFilePath',a91_0x49bcf4(0x1bf),a91_0x49bcf4(0x16f),a91_0x49bcf4(0x158)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a92_0x46f5a8=a92_0x1fa9;(function(_0x510729,_0x7a601f){const _0x45ab23=a92_0x1fa9,_0x5a9ebe=_0x510729();while(!![]){try{const _0x17bea2=-parseInt(_0x45ab23(0xb7))/0x1+-parseInt(_0x45ab23(0xce))/0x2+-parseInt(_0x45ab23(0xa4))/0x3+-parseInt(_0x45ab23(0xcb))/0x4*(parseInt(_0x45ab23(0xac))/0x5)+parseInt(_0x45ab23(0xbc))/0x6+parseInt(_0x45ab23(0xc7))/0x7*(-parseInt(_0x45ab23(0xc1))/0x8)+-parseInt(_0x45ab23(0xb4))/0x9*(-parseInt(_0x45ab23(0xcc))/0xa);if(_0x17bea2===_0x7a601f)break;else _0x5a9ebe['push'](_0x5a9ebe['shift']());}catch(_0x5d2882){_0x5a9ebe['push'](_0x5a9ebe['shift']());}}}(a92_0x2f70,0x29c34));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a92_0x46f5a8(0xad)),helper=require(a92_0x46f5a8(0xa7)),PerformanceTester=require(a92_0x46f5a8(0xbd)),PerformanceEvents=require(a92_0x46f5a8(0xb3))[a92_0x46f5a8(0xb9)],utilities=require(a92_0x46f5a8(0x9f)),{parallelVanillaRun}=require(a92_0x46f5a8(0xb0)),TestHubHandler=require(a92_0x46f5a8(0xa6));async function run(_0x1b3f0e,_0x2aa5db,_0x2864e5){const _0x24d303=a92_0x46f5a8,_0x345b02={'DDCHh':_0x24d303(0xa0),'qjQWU':function(_0x3ef2df,_0x490ac0){return _0x3ef2df(_0x490ac0);},'tmkYp':'File\x20path\x20is\x20required','zWLVy':function(_0x59b0ea,_0x2c7c98){return _0x59b0ea(_0x2c7c98);},'Gunvq':_0x24d303(0xaa),'RJLHA':function(_0x383f89,_0x2258a1){return _0x383f89>_0x2258a1;},'ASvXP':function(_0x4bf12c,_0x42765a){return _0x4bf12c*_0x42765a;},'csHrZ':function(_0x1ede3e,_0x4cba36,_0x2a3281){return _0x1ede3e(_0x4cba36,_0x2a3281);}};await _0x2864e5[_0x24d303(0xc8)](_0x1b3f0e),await helper['handleApp'](_0x2864e5[_0x24d303(0xa5)]);const _0x2d65df=[];if(helper[_0x24d303(0xa3)](_0x1b3f0e['_'][0x1]))throw _0x345b02[_0x24d303(0xb6)](Error,_0x345b02['tmkYp']);const _0x47fba5=path[_0x24d303(0xaf)](process[_0x24d303(0x9c)](),_0x1b3f0e['_'][0x1]);if(!fs['existsSync'](_0x47fba5))throw _0x345b02[_0x24d303(0xb6)](Error,'File\x20'+_0x1b3f0e['_'][0x1]+_0x24d303(0xd0));if(!_0x2864e5[_0x24d303(0xa5)])throw _0x345b02[_0x24d303(0xcd)](Error,_0x345b02[_0x24d303(0xbe)]);const _0x3f7061=helper[_0x24d303(0xd3)](_0x2864e5[_0x24d303(0xa5)]);_0x2864e5[_0x24d303(0xa5)][_0x24d303(0xc6)]&&_0x345b02[_0x24d303(0xc2)](_0x2864e5[_0x24d303(0xa5)][_0x24d303(0xc6)][_0x24d303(0xc3)],0x0)&&_0x2864e5['config'][_0x24d303(0xc6)][_0x24d303(0xca)]((_0x5649b9,_0x310648)=>{const _0x5cf38f=_0x24d303;_0x3f7061?_0x2d65df[_0x5cf38f(0xcf)](helper[_0x5cf38f(0x9d)](_0x2864e5[_0x5cf38f(0xa5)],_0x345b02[_0x5cf38f(0xa8)],_0x310648)):_0x2d65df[_0x5cf38f(0xcf)](helper[_0x5cf38f(0x9e)](_0x2864e5['config'],_0x345b02['DDCHh'],_0x310648));});let _0x5ca9b6,_0x550e99;const _0x468944=[];if(_0x345b02[_0x24d303(0xc2)](_0x2d65df[_0x24d303(0xc3)],0x0))_0x2d65df[_0x24d303(0xca)]((_0xb44d98,_0x160134)=>{const _0x417bef=_0x24d303,_0x3ba3c7={};_0x3ba3c7['index']=_0x160134,_0x5ca9b6={'server':helper[_0x417bef(0xb5)](_0x2864e5['config']),'proxySettings':_0x2864e5[_0x417bef(0xa5)]['proxySettings'],'platform':helper[_0x417bef(0xb2)](_0xb44d98),'platformCaps':Object[_0x417bef(0xae)](_0x3ba3c7,_0x2864e5[_0x417bef(0xa5)][_0x417bef(0xc6)][_0x160134])};const _0x25a41b={'capability':_0xb44d98,..._0x5ca9b6};_0x25a41b[_0x417bef(0xba)]=_0x47fba5,_0x25a41b['args']=_0x2aa5db;const _0x4be192={};_0x4be192[_0x417bef(0xab)]=_0x25a41b,_0x550e99=_0x4be192,_0x468944[_0x417bef(0xcf)](_0x550e99);});else{let _0x25a76f;_0x3f7061?_0x25a76f=helper[_0x24d303(0x9d)](_0x2864e5['config'],_0x345b02[_0x24d303(0xa8)],0x0):_0x25a76f=helper['modifyBrowserStackCaps'](_0x2864e5[_0x24d303(0xa5)],_0x345b02[_0x24d303(0xa8)],0x0);_0x5ca9b6={'server':helper[_0x24d303(0xb5)](_0x2864e5[_0x24d303(0xa5)]),'proxySettings':_0x2864e5[_0x24d303(0xa5)][_0x24d303(0xbb)]};const _0x425e46={'capability':_0x25a76f,..._0x5ca9b6};_0x425e46['file']=_0x47fba5,_0x425e46['args']=_0x2aa5db;const _0x21c618={};_0x21c618['configuration']=_0x425e46,_0x550e99=_0x21c618,_0x468944[_0x24d303(0xcf)](_0x550e99);}const _0x4d5a97=await TestHubHandler[_0x24d303(0xa1)](_0x345b02[_0x24d303(0xa8)],_0x2864e5),_0x228685=_0x345b02[_0x24d303(0xd2)](_0x2864e5['config'][_0x24d303(0xc6)][_0x24d303(0xc3)]||0x1,_0x2864e5[_0x24d303(0xa5)][_0x24d303(0xb8)]||0x1);PerformanceTester[_0x24d303(0xa2)](PerformanceEvents[_0x24d303(0xc9)]),_0x345b02[_0x24d303(0xd1)](parallelVanillaRun,_0x468944,_0x228685)[_0x24d303(0xc5)](_0x589452=>{})[_0x24d303(0xc4)](async()=>{const _0x2dd8f2=_0x24d303;PerformanceTester[_0x2dd8f2(0xa9)](PerformanceEvents[_0x2dd8f2(0xc0)]),await utilities[_0x2dd8f2(0xb1)](_0x2864e5);});}module[a92_0x46f5a8(0xbf)]=run;function a92_0x1fa9(_0x150e7f,_0x32790c){const _0x2f7091=a92_0x2f70();return a92_0x1fa9=function(_0x1fa98e,_0x30a140){_0x1fa98e=_0x1fa98e-0x9c;let _0x3f505d=_0x2f7091[_0x1fa98e];return _0x3f505d;},a92_0x1fa9(_0x150e7f,_0x32790c);}function a92_0x2f70(){const _0x49b6d3=['Gunvq','exports','SDK_CLEANUP','56pmnXWc','RJLHA','length','finally','then','platforms','330897AdrRGw','initialize','SDK_SETUP','forEach','12FKoTqz','540mMwqZk','zWLVy','98912TNYhbC','push','\x20doesn\x27t\x20exist','csHrZ','ASvXP','useW3C','cwd','modifyBrowserStackW3CCaps','modifyBrowserStackCaps','../../helpers/utilities','vanilla','launchBuild','end','isUndefined','644493gkyHwO','config','../../helpers/testhub/testhubHandler','../../helpers/helper','DDCHh','start','Config\x20yml\x20is\x20required','configuration','135925mLJqUl','../../helpers/BrowserStackSetup','assign','join','../test-runner','finalExecution','getPlatformName','../../helpers/performance/constants','170397cfIKAp','getHubUrl','qjQWU','250652DtcDwI','parallelsPerPlatform','EVENTS','file','proxySettings','456414nMwDcp','../../helpers/performance/performance-tester'];a92_0x2f70=function(){return _0x49b6d3;};return a92_0x2f70();}
2
+ 'use strict';const a92_0x1b0805=a92_0x5bad;(function(_0x59e99f,_0x382b18){const _0x528002=a92_0x5bad,_0x2cc8a1=_0x59e99f();while(!![]){try{const _0x511813=-parseInt(_0x528002(0xef))/0x1*(parseInt(_0x528002(0xda))/0x2)+-parseInt(_0x528002(0xe4))/0x3*(parseInt(_0x528002(0xde))/0x4)+parseInt(_0x528002(0xeb))/0x5+-parseInt(_0x528002(0xd6))/0x6+parseInt(_0x528002(0xf4))/0x7+-parseInt(_0x528002(0xfa))/0x8+-parseInt(_0x528002(0x103))/0x9*(-parseInt(_0x528002(0xe1))/0xa);if(_0x511813===_0x382b18)break;else _0x2cc8a1['push'](_0x2cc8a1['shift']());}catch(_0x339853){_0x2cc8a1['push'](_0x2cc8a1['shift']());}}}(a92_0x3082,0x3f4b2));function a92_0x5bad(_0x32098c,_0x2cec1c){const _0x308256=a92_0x3082();return a92_0x5bad=function(_0x5bad2a,_0x38fcd8){_0x5bad2a=_0x5bad2a-0xd2;let _0x157ddb=_0x308256[_0x5bad2a];return _0x157ddb;},a92_0x5bad(_0x32098c,_0x2cec1c);}function a92_0x3082(){const _0x296daf=['EVENTS','modifyBrowserStackW3CCaps','parallelsPerPlatform','exports','1205952ZKTBCZ','end','cwd','start','File\x20path\x20is\x20required','SDK_SETUP','existsSync','File\x20','platforms','2048913dCoKUn','args','../../helpers/helper','then','modifyBrowserStackCaps','config','../../helpers/BrowserStackSetup','BbCHE','95298wQTuPg','jCYVT','configuration','ZQBnu','214lSOdtW','../../helpers/testhub/testhubHandler','length','finalExecution','8128XzNxuO','ZfCki','finally','20uTcJWO','Config\x20yml\x20is\x20required','assign','393pKaAKm','../../helpers/utilities','../../helpers/performance/constants','forEach','path','Mybtn','file','534520uFzaAY','launchBuild','../test-runner','proxySettings','2099SnkbGF','RgfFA','push','NphLk','getHubUrl','2481108euEIhN','getPlatformName'];a92_0x3082=function(){return _0x296daf;};return a92_0x3082();}const fs=require('fs'),path=require(a92_0x1b0805(0xe8)),{default:BrowserStackSetup}=require(a92_0x1b0805(0xd4)),helper=require(a92_0x1b0805(0x105)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a92_0x1b0805(0xe6))[a92_0x1b0805(0xf6)],utilities=require(a92_0x1b0805(0xe5)),{parallelVanillaRun}=require(a92_0x1b0805(0xed)),TestHubHandler=require(a92_0x1b0805(0xdb));async function run(_0x5715a6,_0x221fa8,_0x2f9d59){const _0x4104f7=a92_0x1b0805,_0xd8821f={'ZfCki':'vanilla','NphLk':function(_0x28bb4f,_0x1eb62d){return _0x28bb4f(_0x1eb62d);},'jCYVT':_0x4104f7(0xfe),'BbCHE':function(_0x4cbc11,_0x4c2fa2){return _0x4cbc11(_0x4c2fa2);},'ZQBnu':_0x4104f7(0xe2),'Mybtn':function(_0x4d42ce,_0x5aa870){return _0x4d42ce>_0x5aa870;},'RgfFA':function(_0x2697ad,_0x28e400){return _0x2697ad*_0x28e400;},'pdPsg':function(_0x34e367,_0x55d2bf,_0x2e3d8d){return _0x34e367(_0x55d2bf,_0x2e3d8d);}};await _0x2f9d59['initialize'](_0x5715a6),await helper['handleApp'](_0x2f9d59[_0x4104f7(0xd3)]);const _0x32a438=[];if(helper['isUndefined'](_0x5715a6['_'][0x1]))throw _0xd8821f[_0x4104f7(0xf2)](Error,_0xd8821f[_0x4104f7(0xd7)]);const _0xc78f03=path['join'](process[_0x4104f7(0xfc)](),_0x5715a6['_'][0x1]);if(!fs[_0x4104f7(0x100)](_0xc78f03))throw _0xd8821f[_0x4104f7(0xd5)](Error,_0x4104f7(0x101)+_0x5715a6['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x2f9d59['config'])throw _0xd8821f[_0x4104f7(0xf2)](Error,_0xd8821f[_0x4104f7(0xd9)]);const _0x40838a=helper['useW3C'](_0x2f9d59[_0x4104f7(0xd3)]);_0x2f9d59[_0x4104f7(0xd3)][_0x4104f7(0x102)]&&_0xd8821f['Mybtn'](_0x2f9d59['config'][_0x4104f7(0x102)][_0x4104f7(0xdc)],0x0)&&_0x2f9d59[_0x4104f7(0xd3)][_0x4104f7(0x102)][_0x4104f7(0xe7)]((_0x3a0a13,_0x2a7496)=>{const _0x3e25c5=_0x4104f7;_0x40838a?_0x32a438[_0x3e25c5(0xf1)](helper[_0x3e25c5(0xf7)](_0x2f9d59['config'],_0xd8821f[_0x3e25c5(0xdf)],_0x2a7496)):_0x32a438[_0x3e25c5(0xf1)](helper['modifyBrowserStackCaps'](_0x2f9d59['config'],_0xd8821f[_0x3e25c5(0xdf)],_0x2a7496));});let _0x322f2b,_0x1258fd;const _0x7dd2fb=[];if(_0xd8821f[_0x4104f7(0xe9)](_0x32a438[_0x4104f7(0xdc)],0x0))_0x32a438[_0x4104f7(0xe7)]((_0x278516,_0x5e61ef)=>{const _0x47ab8d=_0x4104f7,_0x68a917={};_0x68a917['index']=_0x5e61ef,_0x322f2b={'server':helper['getHubUrl'](_0x2f9d59[_0x47ab8d(0xd3)]),'proxySettings':_0x2f9d59[_0x47ab8d(0xd3)][_0x47ab8d(0xee)],'platform':helper[_0x47ab8d(0xf5)](_0x278516),'platformCaps':Object[_0x47ab8d(0xe3)](_0x68a917,_0x2f9d59[_0x47ab8d(0xd3)][_0x47ab8d(0x102)][_0x5e61ef])};const _0x2b0e2d={'capability':_0x278516,..._0x322f2b};_0x2b0e2d[_0x47ab8d(0xea)]=_0xc78f03,_0x2b0e2d[_0x47ab8d(0x104)]=_0x221fa8;const _0x567b62={};_0x567b62[_0x47ab8d(0xd8)]=_0x2b0e2d,_0x1258fd=_0x567b62,_0x7dd2fb[_0x47ab8d(0xf1)](_0x1258fd);});else{let _0x53300d;_0x40838a?_0x53300d=helper[_0x4104f7(0xf7)](_0x2f9d59[_0x4104f7(0xd3)],_0xd8821f[_0x4104f7(0xdf)],0x0):_0x53300d=helper[_0x4104f7(0xd2)](_0x2f9d59[_0x4104f7(0xd3)],_0xd8821f[_0x4104f7(0xdf)],0x0);_0x322f2b={'server':helper[_0x4104f7(0xf3)](_0x2f9d59['config']),'proxySettings':_0x2f9d59[_0x4104f7(0xd3)]['proxySettings']};const _0x4af57f={'capability':_0x53300d,..._0x322f2b};_0x4af57f[_0x4104f7(0xea)]=_0xc78f03,_0x4af57f[_0x4104f7(0x104)]=_0x221fa8;const _0x4a6986={};_0x4a6986[_0x4104f7(0xd8)]=_0x4af57f,_0x1258fd=_0x4a6986,_0x7dd2fb[_0x4104f7(0xf1)](_0x1258fd);}const _0x48f909=await TestHubHandler[_0x4104f7(0xec)](_0xd8821f[_0x4104f7(0xdf)],_0x2f9d59),_0x444ea2=_0xd8821f[_0x4104f7(0xf0)](_0x2f9d59[_0x4104f7(0xd3)][_0x4104f7(0x102)][_0x4104f7(0xdc)]||0x1,_0x2f9d59['config'][_0x4104f7(0xf8)]||0x1);PerformanceTester[_0x4104f7(0xfb)](PerformanceEvents[_0x4104f7(0xff)]),_0xd8821f['pdPsg'](parallelVanillaRun,_0x7dd2fb,_0x444ea2)[_0x4104f7(0x106)](_0x2ba0e1=>{})[_0x4104f7(0xe0)](async()=>{const _0x473a7b=_0x4104f7;PerformanceTester[_0x473a7b(0xfd)](PerformanceEvents['SDK_CLEANUP']),await utilities[_0x473a7b(0xdd)](_0x2f9d59);});}module[a92_0x1b0805(0xf9)]=run;
@@ -1 +1 @@
1
- const a93_0x10fe72=a93_0x5145;(function(_0x478c59,_0x591e34){const _0x308f8c=a93_0x5145,_0x2081c0=_0x478c59();while(!![]){try{const _0x596ad9=-parseInt(_0x308f8c(0x1e2))/0x1*(parseInt(_0x308f8c(0x1e1))/0x2)+-parseInt(_0x308f8c(0x1e5))/0x3*(parseInt(_0x308f8c(0x1e0))/0x4)+-parseInt(_0x308f8c(0x1de))/0x5*(-parseInt(_0x308f8c(0x1c8))/0x6)+-parseInt(_0x308f8c(0x1ca))/0x7+parseInt(_0x308f8c(0x1dc))/0x8*(-parseInt(_0x308f8c(0x1eb))/0x9)+parseInt(_0x308f8c(0x1ea))/0xa+parseInt(_0x308f8c(0x1d7))/0xb;if(_0x596ad9===_0x591e34)break;else _0x2081c0['push'](_0x2081c0['shift']());}catch(_0x146617){_0x2081c0['push'](_0x2081c0['shift']());}}}(a93_0x5274,0xd2105));const TestMetadata=require(a93_0x10fe72(0x1e6));class BrowserStackSdk{static[a93_0x10fe72(0x1cb)](){const _0x330424=a93_0x10fe72,_0x37ebb0={};_0x37ebb0['FJLMK']=_0x330424(0x1c6),_0x37ebb0[_0x330424(0x1c7)]=_0x330424(0x1cc),_0x37ebb0['QmGHp']=_0x330424(0x1cf),_0x37ebb0[_0x330424(0x1d6)]=_0x330424(0x1d8),_0x37ebb0[_0x330424(0x1cd)]=_0x330424(0x1d5),_0x37ebb0['LJOIq']=_0x330424(0x1da),_0x37ebb0[_0x330424(0x1c9)]='device',_0x37ebb0[_0x330424(0x1e9)]='deviceName',_0x37ebb0['soGbY']='platform',_0x37ebb0[_0x330424(0x1e4)]='platformName',_0x37ebb0[_0x330424(0x1db)]=_0x330424(0x1e3),_0x37ebb0['YYNSI']='platformVersion',_0x37ebb0[_0x330424(0x1df)]=_0x330424(0x1e7);const _0x4ab2f3=_0x37ebb0,_0x527044={};if(global[_0x330424(0x1d9)]){const _0x53685e=global[_0x330424(0x1d9)],_0x35dc05=_0x53685e[_0x4ab2f3[_0x330424(0x1d4)]]||_0x53685e[_0x4ab2f3[_0x330424(0x1c7)]],_0x3e3e44=_0x53685e[_0x4ab2f3[_0x330424(0x1d2)]]||_0x53685e[_0x4ab2f3[_0x330424(0x1d6)]],_0x37171a=_0x53685e[_0x4ab2f3[_0x330424(0x1cd)]]||_0x53685e[_0x4ab2f3['LJOIq']],_0x42c2d8=_0x53685e[_0x4ab2f3[_0x330424(0x1c9)]]||_0x53685e[_0x4ab2f3['MbdQz']],_0xdc841b=_0x53685e[_0x4ab2f3[_0x330424(0x1ce)]]||_0x53685e[_0x4ab2f3[_0x330424(0x1e4)]],_0x15c564=_0x53685e[_0x4ab2f3['oRYsA']]||_0x53685e[_0x4ab2f3[_0x330424(0x1d1)]];_0x53685e['os']&&(_0x527044['os']=_0x53685e['os']),_0x35dc05&&(_0x527044[_0x4ab2f3[_0x330424(0x1c7)]]=_0x35dc05),_0x3e3e44&&(_0x527044[_0x4ab2f3['pgfBO']]=_0x3e3e44),_0x37171a&&(_0x527044[_0x4ab2f3[_0x330424(0x1d3)]]=_0x37171a),_0x42c2d8&&(_0x527044[_0x4ab2f3[_0x330424(0x1e9)]]=_0x42c2d8),_0xdc841b&&(_0x527044[_0x4ab2f3['kGMpj']]=_0xdc841b),_0x15c564&&(_0x527044[_0x4ab2f3[_0x330424(0x1d1)]]=_0x15c564),_0x53685e[_0x4ab2f3[_0x330424(0x1df)]]&&(_0x527044[_0x4ab2f3[_0x330424(0x1df)]]=_0x53685e[_0x4ab2f3['MEYVj']]);}return _0x527044;}static[a93_0x10fe72(0x1e8)](_0x228060={}){const _0x1f5b93=a93_0x10fe72;TestMetadata[_0x1f5b93(0x1dd)](_0x228060);}}function a93_0x5274(){const _0x4e6d88=['pgfBO','27239366AtMXdp','browserName','__platformCaps','browserVersion','oRYsA','184KQooPH','set','599475juWkub','MEYVj','4XxJGYB','688lnhVuy','2153UCGvbM','platform_version','kGMpj','4431606aywAdG','./helpers/metadata','customVariables','setTestMetadata','MbdQz','10845760tPoCbv','379881CaZLPe','os_version','KRFmA','42ZkWCkn','xzScF','2457595PMwrOP','getCurrentPlatform','osVersion','oklZy','soGbY','browser','exports','YYNSI','QmGHp','LJOIq','FJLMK','browser_version'];a93_0x5274=function(){return _0x4e6d88;};return a93_0x5274();}function a93_0x5145(_0x1c1992,_0x485e7d){const _0x527401=a93_0x5274();return a93_0x5145=function(_0x5145b1,_0x579834){_0x5145b1=_0x5145b1-0x1c6;let _0x582991=_0x527401[_0x5145b1];return _0x582991;},a93_0x5145(_0x1c1992,_0x485e7d);}module[a93_0x10fe72(0x1d0)]=BrowserStackSdk;
1
+ const a93_0x500366=a93_0x7918;function a93_0x586a(){const _0x54dc2d=['platformVersion','device','./helpers/metadata','setTestMetadata','customVariables','jtopZ','nEhPz','7UuPSkt','browserName','nsOPK','135434YJMXHB','32815guCufd','deviceName','jQctV','1452bGkLRB','1061178aytSms','rggkZ','Ssnjx','Rtufk','1719351VFvHZC','browser_version','os_version','browser','60eMmCqX','platform_version','FAsjc','zMtQf','exports','dAAVp','38973VMKvFH','getCurrentPlatform','UhMhp','155751NXhXYS','wjGwi','1120160akKilc','8ranneZ','osVersion','__platformCaps','8fuoHfW'];a93_0x586a=function(){return _0x54dc2d;};return a93_0x586a();}(function(_0x955a3c,_0x446810){const _0x38a0c1=a93_0x7918,_0x13e12e=_0x955a3c();while(!![]){try{const _0x327994=-parseInt(_0x38a0c1(0x132))/0x1+parseInt(_0x38a0c1(0x14e))/0x2*(-parseInt(_0x38a0c1(0x148))/0x3)+-parseInt(_0x38a0c1(0x13f))/0x4*(parseInt(_0x38a0c1(0x133))/0x5)+parseInt(_0x38a0c1(0x137))/0x6*(-parseInt(_0x38a0c1(0x156))/0x7)+parseInt(_0x38a0c1(0x14b))/0x8*(parseInt(_0x38a0c1(0x13b))/0x9)+parseInt(_0x38a0c1(0x14a))/0xa+-parseInt(_0x38a0c1(0x145))/0xb*(-parseInt(_0x38a0c1(0x136))/0xc);if(_0x327994===_0x446810)break;else _0x13e12e['push'](_0x13e12e['shift']());}catch(_0x57bfe7){_0x13e12e['push'](_0x13e12e['shift']());}}}(a93_0x586a,0x1bac4));const TestMetadata=require(a93_0x500366(0x151));class BrowserStackSdk{static[a93_0x500366(0x146)](){const _0x208a2e=a93_0x500366,_0x3dc265={};_0x3dc265[_0x208a2e(0x138)]=_0x208a2e(0x13d),_0x3dc265[_0x208a2e(0x13a)]=_0x208a2e(0x14c),_0x3dc265[_0x208a2e(0x147)]=_0x208a2e(0x13e),_0x3dc265[_0x208a2e(0x144)]=_0x208a2e(0x130),_0x3dc265[_0x208a2e(0x141)]=_0x208a2e(0x13c),_0x3dc265[_0x208a2e(0x139)]='browserVersion',_0x3dc265[_0x208a2e(0x155)]=_0x208a2e(0x150),_0x3dc265['SjFvJ']=_0x208a2e(0x134),_0x3dc265['wjGwi']='platform',_0x3dc265['jtopZ']='platformName',_0x3dc265['jQctV']=_0x208a2e(0x140),_0x3dc265['nsOPK']=_0x208a2e(0x14f),_0x3dc265['zMtQf']=_0x208a2e(0x153);const _0x2df64b=_0x3dc265,_0x2b079d={};if(global[_0x208a2e(0x14d)]){const _0x42ff43=global[_0x208a2e(0x14d)],_0x5a9320=_0x42ff43[_0x2df64b['rggkZ']]||_0x42ff43[_0x2df64b['Rtufk']],_0x4f1ae1=_0x42ff43[_0x2df64b[_0x208a2e(0x147)]]||_0x42ff43[_0x2df64b['dAAVp']],_0x683c4c=_0x42ff43[_0x2df64b[_0x208a2e(0x141)]]||_0x42ff43[_0x2df64b['Ssnjx']],_0x557aa6=_0x42ff43[_0x2df64b[_0x208a2e(0x155)]]||_0x42ff43[_0x2df64b['SjFvJ']],_0x33cf42=_0x42ff43[_0x2df64b[_0x208a2e(0x149)]]||_0x42ff43[_0x2df64b[_0x208a2e(0x154)]],_0x141303=_0x42ff43[_0x2df64b[_0x208a2e(0x135)]]||_0x42ff43[_0x2df64b[_0x208a2e(0x131)]];_0x42ff43['os']&&(_0x2b079d['os']=_0x42ff43['os']),_0x5a9320&&(_0x2b079d[_0x2df64b[_0x208a2e(0x13a)]]=_0x5a9320),_0x4f1ae1&&(_0x2b079d[_0x2df64b[_0x208a2e(0x144)]]=_0x4f1ae1),_0x683c4c&&(_0x2b079d[_0x2df64b[_0x208a2e(0x139)]]=_0x683c4c),_0x557aa6&&(_0x2b079d[_0x2df64b['SjFvJ']]=_0x557aa6),_0x33cf42&&(_0x2b079d[_0x2df64b['jtopZ']]=_0x33cf42),_0x141303&&(_0x2b079d[_0x2df64b[_0x208a2e(0x131)]]=_0x141303),_0x42ff43[_0x2df64b[_0x208a2e(0x142)]]&&(_0x2b079d[_0x2df64b[_0x208a2e(0x142)]]=_0x42ff43[_0x2df64b[_0x208a2e(0x142)]]);}return _0x2b079d;}static[a93_0x500366(0x152)](_0x5d6e84={}){TestMetadata['set'](_0x5d6e84);}}function a93_0x7918(_0x1e4754,_0x2d2762){const _0x586add=a93_0x586a();return a93_0x7918=function(_0x791807,_0x223f50){_0x791807=_0x791807-0x130;let _0x5f1e50=_0x586add[_0x791807];return _0x5f1e50;},a93_0x7918(_0x1e4754,_0x2d2762);}module[a93_0x500366(0x143)]=BrowserStackSdk;