browserstack-node-sdk 1.49.10 → 1.49.12

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
- const a85_0x1bc029=a85_0x177e;function a85_0x177e(_0x3cca17,_0x376228){const _0x2464ab=a85_0x2464();return a85_0x177e=function(_0x177e11,_0x24018a){_0x177e11=_0x177e11-0xbc;let _0x21cf6f=_0x2464ab[_0x177e11];return _0x21cf6f;},a85_0x177e(_0x3cca17,_0x376228);}function a85_0x2464(){const _0x58f53c=['toString','TEST','testFrameworkEvent','env','testFrameworkState','hookState','testhubConfig','KEY_PLATFORM_INDEX','27956060jRubCs','recreateIdentifierFromTestInfo','values','AIKOL','./baseModule','POST','isLTSSession','../cliUtils.js','instance','23092ftAyue','getTestId','739780XoHykH','version','error','RGQGg','jestUtils','../../../helpers/helper.js','KEY_TEST_FRAMEWORK_VERSION','5139379CzIYYl','BROWSERSTACK_TESTHUB_JWT','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','../framework/automationFramework.js','getModuleName','../state/testFrameworkState.js','../state/hookState.js','103472iXInSF','ENV_VAR','0|3|1|6|2|7|8|5|4','2134070VfLtIL','GGetp','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','sendTestFrameworkEvent','testUuid','\x20hookState:\x20','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','from','../TestInfo.js','getLTSSessionId','registerObserver','frameworkName','ittLy','../framework/constants/testFrameworkConstants.js','getRef','KEY_SESSION_ID','SwixF','../grpcClient.js','getProcessId','getTestIdentifierFromTestInfo','mEzMM','getJwt','getContext','format','TestHubModule','getId','getTestUUID','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','6pTPDHQ','name','./playwrightDriverModule.js','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','keys','base64','logger','length','forEach','bYWJA','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','debug','KEY_TEST_FRAMEWORK_NAME',',\x20test_identifier:\x20','bind','matchHookRegex','CRNyb','O11yHashedID','MODULE_NAME','createTestFrameworkEventPayload','./loadTestModule.js','getState','Ffehs','page','../../../helpers/classLogger.js','onPageCreate\x20CBTSession\x20payload:\x20','Error\x20in\x20sending\x20CBTSession:\x20','testInfo','9hGbRsn','3509176opKGWA','getInstance','retry','stringify','split','test_identifier','MpzLm','../state/automationFrameworkState.js','onAllTestEvents','getBuildHashedId','JEST','CUCUMBER','KEY_TEST_DEFERRED','frameworkVersion','372LEXigh','205NohpXq','testFrameworkData'];a85_0x2464=function(){return _0x58f53c;};return a85_0x2464();}(function(_0x113ea2,_0x68bc6){const _0xd2c654=a85_0x177e,_0x8a39b1=_0x113ea2();while(!![]){try{const _0x1353f2=-parseInt(_0xd2c654(0x129))/0x1+parseInt(_0xd2c654(0x127))/0x2*(parseInt(_0xd2c654(0x113))/0x3)+parseInt(_0xd2c654(0xc9))/0x4*(-parseInt(_0xd2c654(0x114))/0x5)+parseInt(_0xd2c654(0xe8))/0x6*(-parseInt(_0xd2c654(0xc2))/0x7)+-parseInt(_0xd2c654(0x105))/0x8+parseInt(_0xd2c654(0x104))/0x9*(-parseInt(_0xd2c654(0xcc))/0xa)+parseInt(_0xd2c654(0x11e))/0xb;if(_0x1353f2===_0x68bc6)break;else _0x8a39b1['push'](_0x8a39b1['shift']());}catch(_0x5ab6ca){_0x8a39b1['push'](_0x8a39b1['shift']());}}}(a85_0x2464,0xc0071));const util=require('util'),BaseModule=require(a85_0x1bc029(0x122)),{createClassLogger}=require(a85_0x1bc029(0x100)),AutomationFramework=require(a85_0x1bc029(0xc5)),AutomationFrameworkState=require(a85_0x1bc029(0x10c)),HookState=require(a85_0x1bc029(0xc8)),TestFramework=require('../framework/testFramework.js'),TestFrameworkState=require(a85_0x1bc029(0xc7)),PlaywrightDriverModule=require(a85_0x1bc029(0xea)),TestFrameworkConstants=require(a85_0x1bc029(0xd9)),GrpcClient=require(a85_0x1bc029(0xdd)),CLIUtils=require(a85_0x1bc029(0x125)),TestInfo=require(a85_0x1bc029(0xd4)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js'),helper=require(a85_0x1bc029(0xc0)),LoadTestModule=require(a85_0x1bc029(0xfc)),JestUtils=require('../utils/jest-utils.js'),BrowserstackCLI=require('../browserstackCLI.js'),{getPlaywrightProvider,getProductForSession}=require(a85_0x1bc029(0xc0));class TestHubModule extends BaseModule{[a85_0x1bc029(0xee)]=createClassLogger(a85_0x1bc029(0xe4));constructor(_0x1b095e,_0x57738d=null){const _0x4d5a1c=a85_0x1bc029,_0x19f679={};_0x19f679['Hocdr']=_0x4d5a1c(0xcb),_0x19f679[_0x4d5a1c(0xf8)]='TestHubModule';const _0x3bb588=_0x19f679,_0x39d4e7=_0x3bb588['Hocdr'][_0x4d5a1c(0x109)]('|');let _0x469677=0x0;while(!![]){switch(_0x39d4e7[_0x469677++]){case'0':super(_0x57738d);continue;case'1':this['testhubConfig']=_0x1b095e;continue;case'2':AutomationFramework[_0x4d5a1c(0xd6)](AutomationFrameworkState['CREATE'],HookState['POST'],this['onPageCreate'][_0x4d5a1c(0xf6)](this));continue;case'3':this[_0x4d5a1c(0xe9)]=_0x3bb588[_0x4d5a1c(0xf8)];continue;case'4':BrowserstackCLI[_0x4d5a1c(0xf9)]=this['testhubConfig']['getBuildHashedId']();continue;case'5':process[_0x4d5a1c(0x119)][testHubConstants[_0x4d5a1c(0xca)]['BROWSERSTACK_TESTHUB_UUID']]=this[_0x4d5a1c(0x11c)][_0x4d5a1c(0x10e)]();continue;case'6':this['jestUtils']=new JestUtils();continue;case'7':Object[_0x4d5a1c(0x120)](TestFrameworkState)[_0x4d5a1c(0xf0)](_0x140e25=>{const _0x599a7f=_0x4d5a1c;Object[_0x599a7f(0x120)](HookState)[_0x599a7f(0xf0)](_0xd375f4=>{const _0x4903a8=_0x599a7f;TestFramework[_0x4903a8(0xd6)](_0x140e25,_0xd375f4,this['onAllTestEvents']['bind'](this));});});continue;case'8':process[_0x4d5a1c(0x119)][testHubConstants[_0x4d5a1c(0xca)][_0x4d5a1c(0xc3)]]=this[_0x4d5a1c(0x11c)][_0x4d5a1c(0xe1)]();continue;}break;}}[a85_0x1bc029(0xc6)](){const _0x401073=a85_0x1bc029;return TestHubModule[_0x401073(0xfa)];}[a85_0x1bc029(0x10d)](_0x1b452a){const _0x1cd618=a85_0x1bc029,_0x1ae451={};_0x1ae451['bYWJA']=function(_0x19dcdd,_0x489581){return _0x19dcdd===_0x489581;};const _0x871f66=_0x1ae451,_0x1ad826=_0x1b452a['instance'],_0x2d94be=_0x1ad826['getCurrentTestState']();(_0x871f66[_0x1cd618(0xf1)](_0x2d94be,TestFrameworkState['TEST'])||CLIUtils[_0x1cd618(0xf7)](_0x2d94be[_0x1cd618(0x116)]()[_0x1cd618(0x109)]('.')[0x1]))&&this[_0x1cd618(0xcf)](_0x1b452a);}async[a85_0x1bc029(0xcf)](_0x3b6487){const _0xb7f578=a85_0x1bc029,_0x196e45={};_0x196e45[_0xb7f578(0xbe)]=function(_0x26abf6,_0xff89af){return _0x26abf6===_0xff89af;},_0x196e45['mEzMM']=_0xb7f578(0xe7);const _0x349a68=_0x196e45;try{const _0x4c2821=BrowserstackCLI[_0xb7f578(0x106)]()['getTestFramework']()[_0xb7f578(0xfb)](_0x3b6487);if(!_0x4c2821||_0x349a68[_0xb7f578(0xbe)](Object[_0xb7f578(0xec)](_0x4c2821)[_0xb7f578(0xef)],0x0)){this[_0xb7f578(0xee)][_0xb7f578(0xf3)](_0x349a68[_0xb7f578(0xe0)]);return;}const _0x5d2b3b=await GrpcClient[_0xb7f578(0x106)]()[_0xb7f578(0x118)](_0x4c2821);this['logger']['debug'](_0xb7f578(0xeb)+_0x4c2821[_0xb7f578(0x11a)]+_0xb7f578(0xd1)+_0x4c2821[_0xb7f578(0x11b)]);}catch(_0x51ae07){this[_0xb7f578(0xee)]['error']('Error\x20in\x20sendTestFrameworkEvent:\x20'+util['format'](_0x51ae07));}}async['onPageCreate'](_0x4eb80d){const _0x51777d=a85_0x1bc029,_0x447da5={'Ffehs':function(_0x4cd1f6,_0x35cd85){return _0x4cd1f6===_0x35cd85;},'ittLy':_0x51777d(0xce),'SwixF':function(_0x406f72,_0x335b7a){return _0x406f72===_0x335b7a;},'SWeBt':function(_0x17de73,_0x42403f){return _0x17de73(_0x42403f);},'GGetp':function(_0x7907ef){return _0x7907ef();},'MpzLm':_0x51777d(0xed),'AIKOL':function(_0x42d17b,_0x47cdb5){return _0x42d17b===_0x47cdb5;}};try{if(_0x4eb80d[_0x51777d(0xff)]){const _0x23df9=this[_0x51777d(0x128)](_0x4eb80d);this[_0x51777d(0xee)][_0x51777d(0xf3)](_0x51777d(0xd2)+_0x23df9);if(this[_0x51777d(0x115)]&&_0x447da5[_0x51777d(0xfe)](this[_0x51777d(0x115)][_0x51777d(0xe9)],FRAMEWORKS[_0x51777d(0x10f)])&&!_0x4eb80d[_0x51777d(0x103)]){this[_0x51777d(0xee)]['debug'](_0x447da5[_0x51777d(0xd8)]);return;}let _0x163673,_0xce967b;if(this[_0x51777d(0x115)]&&_0x447da5[_0x51777d(0xdc)](this[_0x51777d(0x115)][_0x51777d(0xe9)],FRAMEWORKS[_0x51777d(0x110)]))_0x163673=_0x23df9,_0xce967b=TestInfo[_0x51777d(0xe6)](_0x163673);else this[_0x51777d(0x115)]&&_0x447da5[_0x51777d(0xdc)](this[_0x51777d(0x115)][_0x51777d(0xe9)],FRAMEWORKS[_0x51777d(0x10f)])?(_0x163673=this[_0x51777d(0xbf)][_0x51777d(0x11f)](_0x4eb80d[_0x51777d(0x103)]),this[_0x51777d(0xee)][_0x51777d(0xf3)](_0x51777d(0xf2)+_0x163673)):(_0x163673=TestInfo[_0x51777d(0xdf)](_0x4eb80d[_0x51777d(0x103)],_0x4eb80d['testInfo'][_0x51777d(0x107)]),_0xce967b=TestInfo['getTestUUID'](_0x163673));const _0x18ab26=TestInfo['getTestDetails'](_0x163673),_0x10fe97=_0x4eb80d[_0x51777d(0x126)],_0xa0a390=AutomationFramework[_0x51777d(0xfd)](_0x10fe97,PlaywrightDriverModule[_0x51777d(0x11d)]),_0xd306a7=_0x18ab26?.[TestFrameworkConstants[_0x51777d(0xf4)]]||this['testFrameworkData']&&this[_0x51777d(0x115)][_0x51777d(0xe9)],_0x4c13f6=_0x18ab26?.[TestFrameworkConstants[_0x51777d(0xc1)]]||this[_0x51777d(0x115)]&&this[_0x51777d(0x115)][_0x51777d(0xbc)],_0x37ae84=TestFrameworkState[_0x51777d(0x117)][_0x51777d(0x116)]()[_0x51777d(0x109)]('.')[0x1],_0x586e9e=HookState[_0x51777d(0x123)][_0x51777d(0x116)]()[_0x51777d(0x109)]('.')[0x1],_0x5c66ac=_0x10fe97[_0x51777d(0xe2)](),_0x116460=AutomationFramework['getState'](_0x10fe97,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x5d950b={'provider':_0x447da5['SWeBt'](getPlaywrightProvider,_0x116460),'frameworkName':_0x10fe97[_0x51777d(0xd7)],'frameworkVersion':_0x10fe97[_0x51777d(0x112)],'frameworkSessionId':LoadTestModule[_0x51777d(0x124)]()?LoadTestModule[_0x51777d(0xd5)]():AutomationFramework[_0x51777d(0xfd)](_0x10fe97,PlaywrightDriverModule[_0x51777d(0xdb)],''),'ref':_0x10fe97[_0x51777d(0xda)](),'hubUrl':_0x116460,'product':_0x447da5[_0x51777d(0xcd)](getProductForSession)};let _0x1d3652=AutomationFramework[_0x51777d(0xfd)](_0x10fe97,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x1d3652=Buffer[_0x51777d(0xd3)](JSON[_0x51777d(0x108)](_0x1d3652))[_0x51777d(0x116)](_0x447da5[_0x51777d(0x10b)]);const _0x59ff83={'hash':_0x5c66ac[_0x51777d(0xe5)](),'threadId':_0x5c66ac['getThreadId']()[_0x51777d(0x116)](),'processId':_0x5c66ac[_0x51777d(0xde)]()[_0x51777d(0x116)]()},_0x1cee41={};_0x1cee41[_0x51777d(0x10a)]=_0x163673;const _0x28bec5={};_0x28bec5[_0x51777d(0xd0)]=_0xce967b;const _0x1a32a2={'platformIndex':_0xa0a390,'testFrameworkName':_0xd306a7,'testFrameworkVersion':_0x4c13f6,'testFrameworkState':_0x37ae84,'testHookState':_0x586e9e,...this[_0x51777d(0x115)]&&_0x447da5[_0x51777d(0xdc)](this[_0x51777d(0x115)][_0x51777d(0xe9)],FRAMEWORKS['JEST'])?_0x1cee41:_0x28bec5,'automationSession':_0x5d950b,'capabilities':_0x1d3652,'executionContext':_0x59ff83};this[_0x51777d(0xee)]['debug'](_0x51777d(0x101)+util[_0x51777d(0xe3)](_0x1a32a2));const _0x1b5d2b=await GrpcClient[_0x51777d(0x106)]()['testSessionEvent'](_0x1a32a2);this[_0x51777d(0xee)][_0x51777d(0xf3)](_0x51777d(0xc4)+_0x23df9+(this[_0x51777d(0x115)]&&_0x447da5[_0x51777d(0x121)](this[_0x51777d(0x115)]['name'],FRAMEWORKS['JEST'])?_0x51777d(0xf5)+_0x163673:''));}}catch(_0x1c88c6){this[_0x51777d(0xee)][_0x51777d(0xbd)](_0x51777d(0x102)+util[_0x51777d(0xe3)](_0x1c88c6));}}}TestHubModule[a85_0x1bc029(0xfa)]='TestHubModule',TestHubModule[a85_0x1bc029(0x111)]='test_deferred',module['exports']=TestHubModule;
1
+ function a85_0x2c5a(_0x4b6773,_0x30c1e5){const _0x40fde9=a85_0x40fd();return a85_0x2c5a=function(_0x2c5a19,_0x35083b){_0x2c5a19=_0x2c5a19-0xfa;let _0x86e56b=_0x40fde9[_0x2c5a19];return _0x86e56b;},a85_0x2c5a(_0x4b6773,_0x30c1e5);}const a85_0x27030e=a85_0x2c5a;(function(_0x18079c,_0x547cb3){const _0x3c1c35=a85_0x2c5a,_0x9c7c92=_0x18079c();while(!![]){try{const _0x33b07a=-parseInt(_0x3c1c35(0x148))/0x1+parseInt(_0x3c1c35(0x12e))/0x2*(-parseInt(_0x3c1c35(0x113))/0x3)+-parseInt(_0x3c1c35(0x11c))/0x4*(-parseInt(_0x3c1c35(0x119))/0x5)+-parseInt(_0x3c1c35(0x166))/0x6*(parseInt(_0x3c1c35(0x129))/0x7)+-parseInt(_0x3c1c35(0x108))/0x8*(-parseInt(_0x3c1c35(0x167))/0x9)+-parseInt(_0x3c1c35(0x105))/0xa+parseInt(_0x3c1c35(0x154))/0xb*(parseInt(_0x3c1c35(0x114))/0xc);if(_0x33b07a===_0x547cb3)break;else _0x9c7c92['push'](_0x9c7c92['shift']());}catch(_0x5b5183){_0x9c7c92['push'](_0x9c7c92['shift']());}}}(a85_0x40fd,0x73990));const util=require(a85_0x27030e(0x126)),BaseModule=require(a85_0x27030e(0x165)),{createClassLogger}=require(a85_0x27030e(0x151)),AutomationFramework=require(a85_0x27030e(0x156)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a85_0x27030e(0x12a)),TestFramework=require(a85_0x27030e(0x152)),TestFrameworkState=require(a85_0x27030e(0x132)),PlaywrightDriverModule=require('./playwrightDriverModule.js'),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x27030e(0x103)),CLIUtils=require(a85_0x27030e(0x158)),TestInfo=require(a85_0x27030e(0x160)),testHubConstants=require('../../../helpers/testhub/constants'),{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js'),helper=require(a85_0x27030e(0x100)),LoadTestModule=require(a85_0x27030e(0x111)),JestUtils=require('../utils/jest-utils.js'),BrowserstackCLI=require(a85_0x27030e(0x140)),{getPlaywrightProvider,getProductForSession}=require(a85_0x27030e(0x100));class TestHubModule extends BaseModule{[a85_0x27030e(0x150)]=createClassLogger(a85_0x27030e(0x144));constructor(_0x1fb809,_0x4b6ba4=null){const _0x25b993=a85_0x27030e,_0x593b7c={};_0x593b7c[_0x25b993(0x127)]='6|5|0|2|8|4|7|1|3',_0x593b7c[_0x25b993(0x163)]=_0x25b993(0x144);const _0x128deb=_0x593b7c,_0x4a1008=_0x128deb[_0x25b993(0x127)]['split']('|');let _0x8db1a5=0x0;while(!![]){switch(_0x4a1008[_0x8db1a5++]){case'0':this[_0x25b993(0x15c)]=_0x1fb809;continue;case'1':process['env'][testHubConstants[_0x25b993(0x10a)]['BROWSERSTACK_TESTHUB_UUID']]=this[_0x25b993(0x15c)][_0x25b993(0x133)]();continue;case'2':this[_0x25b993(0x106)]=new JestUtils();continue;case'3':BrowserstackCLI[_0x25b993(0x135)]=this[_0x25b993(0x15c)][_0x25b993(0x133)]();continue;case'4':Object[_0x25b993(0x136)](TestFrameworkState)[_0x25b993(0xff)](_0x412e32=>{const _0x1af307=_0x25b993;Object[_0x1af307(0x136)](HookState)['forEach'](_0x5cdc4f=>{const _0x141f30=_0x1af307;TestFramework[_0x141f30(0x157)](_0x412e32,_0x5cdc4f,this[_0x141f30(0x131)][_0x141f30(0x112)](this));});});continue;case'5':this['name']=_0x128deb[_0x25b993(0x163)];continue;case'6':super(_0x4b6ba4);continue;case'7':process[_0x25b993(0x159)][testHubConstants[_0x25b993(0x10a)][_0x25b993(0x102)]]=this[_0x25b993(0x15c)][_0x25b993(0x14e)]();continue;case'8':AutomationFramework[_0x25b993(0x157)](AutomationFrameworkState[_0x25b993(0xfb)],HookState[_0x25b993(0x109)],this['onPageCreate'][_0x25b993(0x112)](this));continue;}break;}}[a85_0x27030e(0x13c)](){const _0x43d95e=a85_0x27030e;return TestHubModule[_0x43d95e(0x11f)];}[a85_0x27030e(0x131)](_0x1f5b7f){const _0xb135f9=a85_0x27030e,_0x4d1f2d={};_0x4d1f2d[_0xb135f9(0x146)]=function(_0x1592d3,_0x510b60){return _0x1592d3===_0x510b60;};const _0x22b993=_0x4d1f2d,_0x3dba2d=_0x1f5b7f[_0xb135f9(0x145)],_0x42c792=_0x3dba2d[_0xb135f9(0x141)]();(_0x22b993[_0xb135f9(0x146)](_0x42c792,TestFrameworkState[_0xb135f9(0x153)])||CLIUtils['matchHookRegex'](_0x42c792[_0xb135f9(0xfd)]()[_0xb135f9(0x12c)]('.')[0x1]))&&this['sendTestFrameworkEvent'](_0x1f5b7f);}async[a85_0x27030e(0x14a)](_0x9d51a8){const _0x5d6d5c=a85_0x27030e,_0x3190c0={};_0x3190c0[_0x5d6d5c(0x122)]=function(_0x263638,_0x18905e){return _0x263638===_0x18905e;},_0x3190c0['lbZTG']=_0x5d6d5c(0x15a);const _0x122cfc=_0x3190c0;try{const _0x390272=BrowserstackCLI[_0x5d6d5c(0x149)]()[_0x5d6d5c(0x117)]()[_0x5d6d5c(0x16a)](_0x9d51a8);if(!_0x390272||_0x122cfc[_0x5d6d5c(0x122)](Object[_0x5d6d5c(0x13f)](_0x390272)[_0x5d6d5c(0x128)],0x0)){this[_0x5d6d5c(0x150)]['debug'](_0x122cfc[_0x5d6d5c(0x162)]);return;}const _0xd03f03=await GrpcClient[_0x5d6d5c(0x149)]()[_0x5d6d5c(0x164)](_0x390272);this[_0x5d6d5c(0x150)]['debug'](_0x5d6d5c(0x13d)+_0x390272[_0x5d6d5c(0x11b)]+_0x5d6d5c(0x15f)+_0x390272[_0x5d6d5c(0x169)]);}catch(_0x5e6108){this[_0x5d6d5c(0x150)][_0x5d6d5c(0x168)](_0x5d6d5c(0xfc)+util[_0x5d6d5c(0x155)](_0x5e6108));}}async[a85_0x27030e(0x142)](_0x5a7050){const _0x41a8c5=a85_0x27030e,_0x3f359c={'rOQws':function(_0x56bae3,_0xf4164e){return _0x56bae3===_0xf4164e;},'QbCQo':_0x41a8c5(0x12d),'ozzIw':function(_0x5ca8fa,_0x31f241){return _0x5ca8fa===_0x31f241;},'qJVGh':function(_0x4f4368,_0x305bc9){return _0x4f4368===_0x305bc9;},'fFZwe':function(_0x3f0990,_0x260693){return _0x3f0990(_0x260693);},'mKaRH':function(_0xc4dede){return _0xc4dede();},'XQmsX':_0x41a8c5(0x15e),'fDhdl':function(_0x4cf5b1,_0x7141a7){return _0x4cf5b1===_0x7141a7;}};try{if(_0x5a7050[_0x41a8c5(0x13e)]){const _0x42622b=this[_0x41a8c5(0x138)](_0x5a7050);this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x41a8c5(0x14d)+_0x42622b);if(this[_0x41a8c5(0x121)]&&_0x3f359c[_0x41a8c5(0x10f)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x101)])&&!_0x5a7050[_0x41a8c5(0x11a)]){this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x3f359c[_0x41a8c5(0x161)]);return;}let _0x8ccb0f,_0x262e1d;if(this['testFrameworkData']&&_0x3f359c[_0x41a8c5(0x130)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x134)]))_0x8ccb0f=_0x42622b,_0x262e1d=TestInfo[_0x41a8c5(0x137)](_0x8ccb0f);else this[_0x41a8c5(0x121)]&&_0x3f359c[_0x41a8c5(0x12f)](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS[_0x41a8c5(0x101)])?(_0x8ccb0f=this[_0x41a8c5(0x106)][_0x41a8c5(0x10c)](_0x5a7050['testInfo']),this['logger'][_0x41a8c5(0x11e)](_0x41a8c5(0x120)+_0x8ccb0f)):(_0x8ccb0f=TestInfo[_0x41a8c5(0x123)](_0x5a7050['testInfo'],_0x5a7050['testInfo'][_0x41a8c5(0x107)]),_0x262e1d=TestInfo[_0x41a8c5(0x137)](_0x8ccb0f));const _0x524a19=TestInfo[_0x41a8c5(0x13a)](_0x8ccb0f),_0x199734=_0x5a7050[_0x41a8c5(0x145)],_0x1096e3=AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x110)]),_0x309dc6=_0x524a19?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x41a8c5(0x121)]&&this[_0x41a8c5(0x121)]['name'],_0x182354=_0x524a19?.[TestFrameworkConstants[_0x41a8c5(0x139)]]||this[_0x41a8c5(0x121)]&&this[_0x41a8c5(0x121)][_0x41a8c5(0x10e)],_0x3195d2=TestFrameworkState[_0x41a8c5(0x153)][_0x41a8c5(0xfd)]()['split']('.')[0x1],_0x3a3b9b=HookState['POST'][_0x41a8c5(0xfd)]()[_0x41a8c5(0x12c)]('.')[0x1],_0x4f76e6=_0x199734['getContext'](),_0x3525a0=AutomationFramework['getState'](_0x199734,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x670ed={'provider':_0x3f359c[_0x41a8c5(0xfe)](getPlaywrightProvider,_0x3525a0),'frameworkName':_0x199734[_0x41a8c5(0x15d)],'frameworkVersion':_0x199734[_0x41a8c5(0x10d)],'frameworkSessionId':LoadTestModule[_0x41a8c5(0x12b)]()?LoadTestModule[_0x41a8c5(0x104)]():AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x11d)],''),'ref':_0x199734[_0x41a8c5(0x143)](),'hubUrl':_0x3525a0,'product':_0x3f359c[_0x41a8c5(0x116)](getProductForSession)};let _0x4f63b2=AutomationFramework[_0x41a8c5(0x124)](_0x199734,PlaywrightDriverModule[_0x41a8c5(0x13b)],{});_0x4f63b2=Buffer['from'](JSON['stringify'](_0x4f63b2))[_0x41a8c5(0xfd)](_0x3f359c[_0x41a8c5(0x14c)]);const _0x410a7a={'hash':_0x4f76e6[_0x41a8c5(0x14b)](),'threadId':_0x4f76e6[_0x41a8c5(0x147)]()[_0x41a8c5(0xfd)](),'processId':_0x4f76e6['getProcessId']()[_0x41a8c5(0xfd)]()},_0xd5580a={};_0xd5580a['test_identifier']=_0x8ccb0f;const _0x168d2b={};_0x168d2b[_0x41a8c5(0x15b)]=_0x262e1d;const _0x1d9da2={'platformIndex':_0x1096e3,'testFrameworkName':_0x309dc6,'testFrameworkVersion':_0x182354,'testFrameworkState':_0x3195d2,'testHookState':_0x3a3b9b,...this['testFrameworkData']&&_0x3f359c['rOQws'](this[_0x41a8c5(0x121)][_0x41a8c5(0x115)],FRAMEWORKS['JEST'])?_0xd5580a:_0x168d2b,'automationSession':_0x670ed,'capabilities':_0x4f63b2,'executionContext':_0x410a7a};this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)](_0x41a8c5(0xfa)+util[_0x41a8c5(0x155)](_0x1d9da2));const _0x31091d=await GrpcClient[_0x41a8c5(0x149)]()[_0x41a8c5(0x118)](_0x1d9da2);this[_0x41a8c5(0x150)][_0x41a8c5(0x11e)]('onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x42622b+(this[_0x41a8c5(0x121)]&&_0x3f359c['fDhdl'](this[_0x41a8c5(0x121)]['name'],FRAMEWORKS['JEST'])?_0x41a8c5(0x10b)+_0x8ccb0f:''));}}catch(_0x54a8e0){this[_0x41a8c5(0x150)][_0x41a8c5(0x168)]('Error\x20in\x20sending\x20CBTSession:\x20'+util[_0x41a8c5(0x155)](_0x54a8e0));}}}TestHubModule['MODULE_NAME']=a85_0x27030e(0x144),TestHubModule['KEY_TEST_DEFERRED']=a85_0x27030e(0x125),module[a85_0x27030e(0x14f)]=TestHubModule;function a85_0x40fd(){const _0x354c32=['./baseModule','2236128YagKvL','18VpeVrq','error','hookState','createTestFrameworkEventPayload','onPageCreate\x20CBTSession\x20payload:\x20','CREATE','Error\x20in\x20sendTestFrameworkEvent:\x20','toString','fFZwe','forEach','../../../helpers/helper.js','JEST','BROWSERSTACK_TESTHUB_JWT','../grpcClient.js','getLTSSessionId','937720LedgMI','jestUtils','retry','3108232pXLxIu','POST','ENV_VAR',',\x20test_identifier:\x20','recreateIdentifierFromTestInfo','frameworkVersion','version','rOQws','KEY_PLATFORM_INDEX','./loadTestModule.js','bind','6IsqNeX','96mmFkZf','name','mKaRH','getTestFramework','testSessionEvent','872390FpIKyP','testInfo','testFrameworkState','20ldpPVJ','KEY_SESSION_ID','debug','MODULE_NAME','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','testFrameworkData','UESrd','getTestIdentifierFromTestInfo','getState','test_deferred','util','LKvTE','length','7IdKIME','../state/hookState.js','isLTSSession','split','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','904998vKxvdJ','qJVGh','ozzIw','onAllTestEvents','../state/testFrameworkState.js','getBuildHashedId','CUCUMBER','O11yHashedID','values','getTestUUID','getTestId','KEY_TEST_FRAMEWORK_VERSION','getTestDetails','KEY_CAPABILITIES','getModuleName','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','page','keys','../browserstackCLI.js','getCurrentTestState','onPageCreate','getRef','TestHubModule','instance','UnwbJ','getThreadId','797870aaCMId','getInstance','sendTestFrameworkEvent','getId','XQmsX','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','getJwt','exports','logger','../../../helpers/classLogger.js','../framework/testFramework.js','TEST','1365881kWnOFz','format','../framework/automationFramework.js','registerObserver','../cliUtils.js','env','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','testUuid','testhubConfig','frameworkName','base64','\x20hookState:\x20','../TestInfo.js','QbCQo','lbZTG','XWqoY','testFrameworkEvent'];a85_0x40fd=function(){return _0x354c32;};return a85_0x40fd();}
@@ -1 +1 @@
1
- const a86_0x3089d5=a86_0x113c;(function(_0x33027d,_0x47a102){const _0x3d8b3a=a86_0x113c,_0x5cbe85=_0x33027d();while(!![]){try{const _0x2ba72b=parseInt(_0x3d8b3a(0xec))/0x1*(-parseInt(_0x3d8b3a(0xf9))/0x2)+-parseInt(_0x3d8b3a(0xed))/0x3+parseInt(_0x3d8b3a(0xfa))/0x4*(-parseInt(_0x3d8b3a(0x102))/0x5)+parseInt(_0x3d8b3a(0xf4))/0x6+-parseInt(_0x3d8b3a(0xfc))/0x7+parseInt(_0x3d8b3a(0xff))/0x8*(parseInt(_0x3d8b3a(0x100))/0x9)+-parseInt(_0x3d8b3a(0xf3))/0xa*(-parseInt(_0x3d8b3a(0xf6))/0xb);if(_0x2ba72b===_0x47a102)break;else _0x5cbe85['push'](_0x5cbe85['shift']());}catch(_0x222ecf){_0x5cbe85['push'](_0x5cbe85['shift']());}}}(a86_0x2e12,0x713ae));const {PLAYWRIGHT}=require(a86_0x3089d5(0xef)),a86_0x42e131={};a86_0x42e131['value']=0x0,a86_0x42e131[a86_0x3089d5(0x101)]=function(){const _0x1b26ce=a86_0x3089d5,_0x3dc842={};_0x3dc842[_0x1b26ce(0xfd)]=_0x1b26ce(0x105);const _0x4d4738=_0x3dc842;return _0x4d4738['xxWaK'];};function a86_0x113c(_0x7d213f,_0x274771){const _0x2e127=a86_0x2e12();return a86_0x113c=function(_0x113cb4,_0xac0711){_0x113cb4=_0x113cb4-0xec;let _0x46df4b=_0x2e127[_0x113cb4];return _0x46df4b;},a86_0x113c(_0x7d213f,_0x274771);}const a86_0x3717f5={};a86_0x3717f5['value']=0x1,a86_0x3717f5[a86_0x3089d5(0x101)]=function(){const _0x5570e0=a86_0x3089d5,_0x546c41={};_0x546c41[_0x5570e0(0xee)]=_0x5570e0(0xfe);const _0x9a5cec=_0x546c41;return _0x9a5cec['vjEip'];};function a86_0x2e12(){const _0x3251f6=['2580867AXnuAz','toString','1882715CFiMVm','AutomationFrameworkState.EXECUTE','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','AutomationFrameworkState.NONE','exports','12647CWNkXu','496767hObyVh','vjEip','../../utils/constants','value','OToFm','GKHDC','11062890DGCdYk','5051712EeOcel','AutomationFrameworkState.QUIT','11IwziFE','values','AutomationFrameworkState.IDLE','38oUbyLi','8YylEDP','EmmFm','4285722BAedMA','xxWaK','AutomationFrameworkState.CREATE','8zDTOZc'];a86_0x2e12=function(){return _0x3251f6;};return a86_0x2e12();}const a86_0x5951b9={};a86_0x5951b9[a86_0x3089d5(0xf0)]=0x2,a86_0x5951b9['toString']=function(){const _0x23fbd6=a86_0x3089d5,_0x56041d={};_0x56041d['sWzGZ']=_0x23fbd6(0x104);const _0x199223=_0x56041d;return _0x199223['sWzGZ'];};const a86_0x537291={};a86_0x537291[a86_0x3089d5(0xf0)]=0x3,a86_0x537291['toString']=function(){const _0x2d52d1=a86_0x3089d5,_0x452611={};_0x452611[_0x2d52d1(0xf1)]=_0x2d52d1(0x103);const _0x515f13=_0x452611;return _0x515f13[_0x2d52d1(0xf1)];};const a86_0x21ee18={};a86_0x21ee18[a86_0x3089d5(0xf0)]=0x4,a86_0x21ee18['toString']=function(){const _0x18f09e=a86_0x3089d5,_0x339f75={};_0x339f75[_0x18f09e(0xfb)]=_0x18f09e(0xf8);const _0x394ec0=_0x339f75;return _0x394ec0['EmmFm'];};const a86_0x49a359={};a86_0x49a359['value']=0x5,a86_0x49a359['toString']=function(){const _0xba816b=a86_0x3089d5,_0x120ede={};_0x120ede['GKHDC']=_0xba816b(0xf5);const _0x580028=_0x120ede;return _0x580028[_0xba816b(0xf2)];};const AutomationFrameworkState=Object['freeze']({'NONE':a86_0x42e131,'CREATE':a86_0x3717f5,'PLAYWRIGHT_DISPATCH':a86_0x5951b9,'EXECUTE':a86_0x537291,'IDLE':a86_0x21ee18,'QUIT':a86_0x49a359,'fromValue'(_0x340552){const _0x283d68=a86_0x3089d5;return Object[_0x283d68(0xf7)](AutomationFrameworkState)['find'](_0x98443e=>_0x98443e[_0x283d68(0xf0)]===_0x340552);}});module[a86_0x3089d5(0x106)]=AutomationFrameworkState;
1
+ const a86_0x3b1232=a86_0x35e4;(function(_0x4685a5,_0x354064){const _0x267b72=a86_0x35e4,_0x1fdcf4=_0x4685a5();while(!![]){try{const _0x1e22b2=parseInt(_0x267b72(0x1aa))/0x1+parseInt(_0x267b72(0x1b1))/0x2*(parseInt(_0x267b72(0x1b8))/0x3)+-parseInt(_0x267b72(0x1b2))/0x4+-parseInt(_0x267b72(0x1a6))/0x5+parseInt(_0x267b72(0x1ab))/0x6+-parseInt(_0x267b72(0x1af))/0x7*(-parseInt(_0x267b72(0x1b0))/0x8)+-parseInt(_0x267b72(0x1ac))/0x9;if(_0x1e22b2===_0x354064)break;else _0x1fdcf4['push'](_0x1fdcf4['shift']());}catch(_0x42c5f1){_0x1fdcf4['push'](_0x1fdcf4['shift']());}}}(a86_0x27fb,0x54cdf));const {PLAYWRIGHT}=require(a86_0x3b1232(0x1a7)),a86_0x2e9dcf={};a86_0x2e9dcf[a86_0x3b1232(0x1a8)]=0x0,a86_0x2e9dcf['toString']=function(){const _0x5a5e0c=a86_0x3b1232,_0x21502f={};_0x21502f[_0x5a5e0c(0x1b6)]='AutomationFrameworkState.NONE';const _0x407e44=_0x21502f;return _0x407e44[_0x5a5e0c(0x1b6)];};const a86_0x3b1f39={};a86_0x3b1f39[a86_0x3b1232(0x1a8)]=0x1,a86_0x3b1f39[a86_0x3b1232(0x1bb)]=function(){const _0x9824bd=a86_0x3b1232,_0x3a2995={};_0x3a2995[_0x9824bd(0x1b5)]=_0x9824bd(0x1ad);const _0x25321d=_0x3a2995;return _0x25321d[_0x9824bd(0x1b5)];};const a86_0x546a5c={};function a86_0x27fb(){const _0x1f5b8e=['AutomationFrameworkState.CREATE','values','949186aSGlGi','32veJNGm','10YYtyXE','2516216lkZfLr','AutomationFrameworkState.IDLE','find','sFNUS','LAWXt','AutomationFrameworkState.QUIT','332187nmbJxA','rKkae','tsTfh','toString','1869675mkGGtE','../../utils/constants','value','tSMRo','670629rFhqXt','78600OUagdR','3864762eMAHJe'];a86_0x27fb=function(){return _0x1f5b8e;};return a86_0x27fb();}a86_0x546a5c[a86_0x3b1232(0x1a8)]=0x2,a86_0x546a5c[a86_0x3b1232(0x1bb)]=function(){const _0x58f494=a86_0x3b1232,_0xa2667={};_0xa2667[_0x58f494(0x1b9)]='AutomationFrameworkState.PLAYWRIGHT_DISPATCH';const _0x8b5178=_0xa2667;return _0x8b5178[_0x58f494(0x1b9)];};const a86_0x277771={};a86_0x277771['value']=0x3,a86_0x277771['toString']=function(){const _0xfb7221={};_0xfb7221['HwKqk']='AutomationFrameworkState.EXECUTE';const _0x3f4d05=_0xfb7221;return _0x3f4d05['HwKqk'];};const a86_0x535b27={};function a86_0x35e4(_0x2f39b7,_0x29fa16){const _0x27fb91=a86_0x27fb();return a86_0x35e4=function(_0x35e4e1,_0x2280b0){_0x35e4e1=_0x35e4e1-0x1a6;let _0xee8ac7=_0x27fb91[_0x35e4e1];return _0xee8ac7;},a86_0x35e4(_0x2f39b7,_0x29fa16);}a86_0x535b27['value']=0x4,a86_0x535b27['toString']=function(){const _0x1ab38e=a86_0x3b1232,_0x369ed0={};_0x369ed0[_0x1ab38e(0x1a9)]=_0x1ab38e(0x1b3);const _0x45d660=_0x369ed0;return _0x45d660['tSMRo'];};const a86_0x2d7a22={};a86_0x2d7a22[a86_0x3b1232(0x1a8)]=0x5,a86_0x2d7a22[a86_0x3b1232(0x1bb)]=function(){const _0x78a614=a86_0x3b1232,_0x24888d={};_0x24888d[_0x78a614(0x1ba)]=_0x78a614(0x1b7);const _0x582ca6=_0x24888d;return _0x582ca6['tsTfh'];};const AutomationFrameworkState=Object['freeze']({'NONE':a86_0x2e9dcf,'CREATE':a86_0x3b1f39,'PLAYWRIGHT_DISPATCH':a86_0x546a5c,'EXECUTE':a86_0x277771,'IDLE':a86_0x535b27,'QUIT':a86_0x2d7a22,'fromValue'(_0x10d793){const _0x1b1477=a86_0x3b1232;return Object[_0x1b1477(0x1ae)](AutomationFrameworkState)[_0x1b1477(0x1b4)](_0x527cca=>_0x527cca[_0x1b1477(0x1a8)]===_0x10d793);}});module['exports']=AutomationFrameworkState;
@@ -1 +1 @@
1
- function a87_0x2b5d(_0x494301,_0x308e02){const _0x91dc13=a87_0x91dc();return a87_0x2b5d=function(_0x2b5d93,_0x17ddad){_0x2b5d93=_0x2b5d93-0x9c;let _0x2e2124=_0x91dc13[_0x2b5d93];return _0x2e2124;},a87_0x2b5d(_0x494301,_0x308e02);}const a87_0x5bb5cb=a87_0x2b5d;(function(_0x3728c7,_0x5421f5){const _0x48fab7=a87_0x2b5d,_0x24a0ec=_0x3728c7();while(!![]){try{const _0x157bc3=parseInt(_0x48fab7(0x9e))/0x1*(-parseInt(_0x48fab7(0xa1))/0x2)+-parseInt(_0x48fab7(0xaf))/0x3*(-parseInt(_0x48fab7(0xa7))/0x4)+parseInt(_0x48fab7(0xb1))/0x5*(-parseInt(_0x48fab7(0xa4))/0x6)+-parseInt(_0x48fab7(0xa2))/0x7+-parseInt(_0x48fab7(0x9d))/0x8*(parseInt(_0x48fab7(0xaa))/0x9)+-parseInt(_0x48fab7(0xa6))/0xa*(parseInt(_0x48fab7(0x9f))/0xb)+parseInt(_0x48fab7(0xa0))/0xc;if(_0x157bc3===_0x5421f5)break;else _0x24a0ec['push'](_0x24a0ec['shift']());}catch(_0xc003f1){_0x24a0ec['push'](_0x24a0ec['shift']());}}}(a87_0x91dc,0x499f1));const a87_0x341148={};a87_0x341148[a87_0x5bb5cb(0xac)]=0x0,a87_0x341148[a87_0x5bb5cb(0xa3)]=function(){const _0x40dd2d=a87_0x5bb5cb,_0x24dbaf={};_0x24dbaf[_0x40dd2d(0xb0)]='HookState.NONE';const _0x3c25c2=_0x24dbaf;return _0x3c25c2[_0x40dd2d(0xb0)];};const a87_0x83a8cc={};a87_0x83a8cc['value']=0x1,a87_0x83a8cc[a87_0x5bb5cb(0xa3)]=function(){const _0x28c776=a87_0x5bb5cb,_0x542e91={};_0x542e91[_0x28c776(0xad)]=_0x28c776(0xa8);const _0x5e61bd=_0x542e91;return _0x5e61bd['EZGlO'];};const a87_0x3d86c1={};a87_0x3d86c1[a87_0x5bb5cb(0xac)]=0x2,a87_0x3d86c1['toString']=function(){const _0x32ee7a=a87_0x5bb5cb,_0x908cc2={};_0x908cc2[_0x32ee7a(0xa9)]=_0x32ee7a(0xab);const _0x198cbe=_0x908cc2;return _0x198cbe[_0x32ee7a(0xa9)];};function a87_0x91dc(){const _0x3637fd=['1150289fBDIOC','toString','486666gpqQFP','freeze','64350FvbuWG','128pjzuQS','HookState.PRE','wQZxL','1094697XgqVZg','HookState.POST','value','EZGlO','find','23469lIrkCT','YUdYp','10qeviUN','exports','16YzGCvv','3065pencsM','418KSGTGL','16087644oROxhI','310KndpQk'];a87_0x91dc=function(){return _0x3637fd;};return a87_0x91dc();}const HookState=Object[a87_0x5bb5cb(0xa5)]({'NONE':a87_0x341148,'PRE':a87_0x83a8cc,'POST':a87_0x3d86c1,'fromValue'(_0x47e544){const _0x276834=a87_0x5bb5cb;return Object['values'](HookState)[_0x276834(0xae)](_0x142aa9=>_0x142aa9[_0x276834(0xac)]===_0x47e544);}});module[a87_0x5bb5cb(0x9c)]=HookState;
1
+ function a87_0x421c(_0x2a38ad,_0x3aaf24){const _0x5d6f2b=a87_0x5d6f();return a87_0x421c=function(_0x421c2b,_0x4e69d4){_0x421c2b=_0x421c2b-0x15e;let _0x5200a0=_0x5d6f2b[_0x421c2b];return _0x5200a0;},a87_0x421c(_0x2a38ad,_0x3aaf24);}const a87_0x2f26ed=a87_0x421c;(function(_0x5d5e10,_0x1b9ab5){const _0x4f7111=a87_0x421c,_0x3cab11=_0x5d5e10();while(!![]){try{const _0xfa7d1c=parseInt(_0x4f7111(0x16b))/0x1*(-parseInt(_0x4f7111(0x15f))/0x2)+-parseInt(_0x4f7111(0x167))/0x3+parseInt(_0x4f7111(0x16d))/0x4*(-parseInt(_0x4f7111(0x15e))/0x5)+parseInt(_0x4f7111(0x168))/0x6*(parseInt(_0x4f7111(0x165))/0x7)+parseInt(_0x4f7111(0x16f))/0x8*(-parseInt(_0x4f7111(0x163))/0x9)+-parseInt(_0x4f7111(0x162))/0xa+parseInt(_0x4f7111(0x16c))/0xb;if(_0xfa7d1c===_0x1b9ab5)break;else _0x3cab11['push'](_0x3cab11['shift']());}catch(_0x1828ad){_0x3cab11['push'](_0x3cab11['shift']());}}}(a87_0x5d6f,0xc6fa3));const a87_0x5aee2d={};a87_0x5aee2d[a87_0x2f26ed(0x160)]=0x0,a87_0x5aee2d[a87_0x2f26ed(0x16a)]=function(){const _0x499deb={};_0x499deb['MEGax']='HookState.NONE';const _0x348da0=_0x499deb;return _0x348da0['MEGax'];};const a87_0x2818ea={};a87_0x2818ea['value']=0x1,a87_0x2818ea[a87_0x2f26ed(0x16a)]=function(){const _0x489a3d=a87_0x2f26ed,_0x122429={};_0x122429[_0x489a3d(0x164)]='HookState.PRE';const _0x27f4c3=_0x122429;return _0x27f4c3[_0x489a3d(0x164)];};const a87_0x284979={};a87_0x284979[a87_0x2f26ed(0x160)]=0x2,a87_0x284979[a87_0x2f26ed(0x16a)]=function(){const _0x288751=a87_0x2f26ed,_0x31b328={};_0x31b328[_0x288751(0x166)]=_0x288751(0x161);const _0x47e7d1=_0x31b328;return _0x47e7d1[_0x288751(0x166)];};function a87_0x5d6f(){const _0x1ce9bc=['328286HtGFlA','ZmCjk','2979687nSzWRK','102fOHaNt','find','toString','173EcghxU','58455837bCywLQ','4404860VWbgeL','freeze','190312NxhhZB','values','5ShVPjx','17648MVFNxB','value','HookState.POST','3670310dpJbxO','495xHhanS','HyXOZ'];a87_0x5d6f=function(){return _0x1ce9bc;};return a87_0x5d6f();}const HookState=Object[a87_0x2f26ed(0x16e)]({'NONE':a87_0x5aee2d,'PRE':a87_0x2818ea,'POST':a87_0x284979,'fromValue'(_0x3012ea){const _0x103946=a87_0x2f26ed;return Object[_0x103946(0x170)](HookState)[_0x103946(0x169)](_0x1dac59=>_0x1dac59[_0x103946(0x160)]===_0x3012ea);}});module['exports']=HookState;
@@ -1 +1 @@
1
- const a88_0x356f30=a88_0x4395;(function(_0x5a506d,_0x392aad){const _0x1f65d6=a88_0x4395,_0xd55cad=_0x5a506d();while(!![]){try{const _0x2525b9=-parseInt(_0x1f65d6(0x9e))/0x1+-parseInt(_0x1f65d6(0xa8))/0x2*(parseInt(_0x1f65d6(0xb4))/0x3)+-parseInt(_0x1f65d6(0x9c))/0x4*(-parseInt(_0x1f65d6(0xa4))/0x5)+-parseInt(_0x1f65d6(0xa0))/0x6*(parseInt(_0x1f65d6(0xa7))/0x7)+parseInt(_0x1f65d6(0x99))/0x8*(parseInt(_0x1f65d6(0xb8))/0x9)+parseInt(_0x1f65d6(0xa2))/0xa+parseInt(_0x1f65d6(0xb5))/0xb;if(_0x2525b9===_0x392aad)break;else _0xd55cad['push'](_0xd55cad['shift']());}catch(_0x76ab4){_0xd55cad['push'](_0xd55cad['shift']());}}}(a88_0x80e7,0xacdac));const a88_0x22829b={};a88_0x22829b[a88_0x356f30(0xab)]=0x0,a88_0x22829b[a88_0x356f30(0xad)]=function(){const _0x9391d0=a88_0x356f30,_0x27be5d={};_0x27be5d['MtCqr']='TestFrameworkState.NONE';const _0x106b4d=_0x27be5d;return _0x106b4d[_0x9391d0(0x98)];};const a88_0x5078ee={};a88_0x5078ee[a88_0x356f30(0xab)]=0x1,a88_0x5078ee[a88_0x356f30(0xad)]=function(){const _0x3fe010=a88_0x356f30,_0xf28163={};_0xf28163[_0x3fe010(0xa9)]='TestFrameworkState.BEFORE_ALL';const _0x1a661b=_0xf28163;return _0x1a661b[_0x3fe010(0xa9)];};const a88_0x5616f2={};a88_0x5616f2[a88_0x356f30(0xab)]=0x2,a88_0x5616f2[a88_0x356f30(0xad)]=function(){const _0x45a211=a88_0x356f30,_0x14b791={};_0x14b791[_0x45a211(0xaa)]=_0x45a211(0xa6);const _0x37f206=_0x14b791;return _0x37f206[_0x45a211(0xaa)];};const a88_0x48ccf7={};a88_0x48ccf7[a88_0x356f30(0xab)]=0x3,a88_0x48ccf7[a88_0x356f30(0xad)]=function(){const _0x2ae7e5=a88_0x356f30,_0x26f417={};_0x26f417[_0x2ae7e5(0xb7)]='TestFrameworkState.SETUP_FIXTURE';const _0x3ebf39=_0x26f417;return _0x3ebf39[_0x2ae7e5(0xb7)];};const a88_0x10c816={};a88_0x10c816[a88_0x356f30(0xab)]=0x4,a88_0x10c816[a88_0x356f30(0xad)]=function(){const _0x410d0a=a88_0x356f30,_0x28672a={};_0x28672a[_0x410d0a(0xaf)]='TestFrameworkState.INIT_TEST';const _0x44a464=_0x28672a;return _0x44a464[_0x410d0a(0xaf)];};const a88_0x56b0f3={};a88_0x56b0f3['value']=0x5,a88_0x56b0f3[a88_0x356f30(0xad)]=function(){const _0x6fdad=a88_0x356f30,_0x2d1dc5={};_0x2d1dc5[_0x6fdad(0x9f)]=_0x6fdad(0xac);const _0x32671f=_0x2d1dc5;return _0x32671f[_0x6fdad(0x9f)];};const a88_0x285a12={};a88_0x285a12[a88_0x356f30(0xab)]=0x6,a88_0x285a12['toString']=function(){const _0x53e81e=a88_0x356f30,_0x1e5dce={};_0x1e5dce[_0x53e81e(0x9a)]=_0x53e81e(0x9d);const _0x237c44=_0x1e5dce;return _0x237c44['rdLOa'];};const a88_0x351f78={};a88_0x351f78['value']=0x7,a88_0x351f78[a88_0x356f30(0xad)]=function(){const _0xce4ea2=a88_0x356f30,_0x2cb93a={};_0x2cb93a['rzuct']=_0xce4ea2(0xae);const _0x193cde=_0x2cb93a;return _0x193cde[_0xce4ea2(0xa1)];};const a88_0x57c431={};a88_0x57c431[a88_0x356f30(0xab)]=0x8,a88_0x57c431['toString']=function(){const _0xfda551={};_0xfda551['sWLtP']='TestFrameworkState.STEP';const _0x552f32=_0xfda551;return _0x552f32['sWLtP'];};const a88_0x5e676f={};a88_0x5e676f[a88_0x356f30(0xab)]=0x9,a88_0x5e676f['toString']=function(){const _0x155a1a=a88_0x356f30,_0x1b12ff={};_0x1b12ff[_0x155a1a(0xb0)]=_0x155a1a(0xb1);const _0x1a3a9b=_0x1b12ff;return _0x1a3a9b[_0x155a1a(0xb0)];};function a88_0x4395(_0x474f13,_0x2eaf70){const _0x80e763=a88_0x80e7();return a88_0x4395=function(_0x4395e1,_0x2be02e){_0x4395e1=_0x4395e1-0x98;let _0x17fc1e=_0x80e763[_0x4395e1];return _0x17fc1e;},a88_0x4395(_0x474f13,_0x2eaf70);}const a88_0x45855d={};a88_0x45855d[a88_0x356f30(0xab)]=0xa,a88_0x45855d[a88_0x356f30(0xad)]=function(){const _0x51e71f=a88_0x356f30,_0x35548c={};_0x35548c['DQbbN']=_0x51e71f(0xa3);const _0x44e928=_0x35548c;return _0x44e928[_0x51e71f(0xb6)];};const a88_0x103cb6={};function a88_0x80e7(){const _0x48a80c=['701932slUeom','WuOvF','228oiJAVg','rzuct','2600930NAIzxu','TestFrameworkState.AFTER_ALL','45520xyiUGy','values','TestFrameworkState.LOG','190911jgKBcb','2444482aimGIy','fonRy','sQZFp','value','TestFrameworkState.BEFORE_EACH','toString','TestFrameworkState.TEST','BgtFY','Ifckc','TestFrameworkState.LOG_REPORT','find','freeze','3gKcxHH','22292281JBeKWQ','DQbbN','VMoIk','1168677fgOZNN','MtCqr','24RTHwnw','rdLOa','nnaeU','436tsuvwW','TestFrameworkState.AFTER_EACH'];a88_0x80e7=function(){return _0x48a80c;};return a88_0x80e7();}a88_0x103cb6[a88_0x356f30(0xab)]=0xb,a88_0x103cb6[a88_0x356f30(0xad)]=function(){const _0x2546ef=a88_0x356f30,_0xa15f06={};_0xa15f06[_0x2546ef(0x9b)]='TestFrameworkState.TEST_SCREENSHOT';const _0x5d91e0=_0xa15f06;return _0x5d91e0['nnaeU'];};const TestFrameworkState=Object[a88_0x356f30(0xb3)]({'NONE':a88_0x22829b,'BEFORE_ALL':a88_0x5078ee,'LOG':a88_0x5616f2,'SETUP_FIXTURE':a88_0x48ccf7,'INIT_TEST':a88_0x10c816,'BEFORE_EACH':a88_0x56b0f3,'AFTER_EACH':a88_0x285a12,'TEST':a88_0x351f78,'STEP':a88_0x57c431,'LOG_REPORT':a88_0x5e676f,'AFTER_ALL':a88_0x45855d,'TEST_SCREENSHOT':a88_0x103cb6,'fromValue'(_0x2e0ccd){const _0x52be5d=a88_0x356f30;return Object[_0x52be5d(0xa5)](TestFrameworkState)[_0x52be5d(0xb2)](_0x2d724b=>_0x2d724b[_0x52be5d(0xab)]===_0x2e0ccd);}});module['exports']=TestFrameworkState;
1
+ const a88_0xa93102=a88_0x3264;(function(_0xac9b8,_0xd24b64){const _0x12679b=a88_0x3264,_0x5dd7c3=_0xac9b8();while(!![]){try{const _0x1dd40f=-parseInt(_0x12679b(0x1a4))/0x1*(parseInt(_0x12679b(0x191))/0x2)+-parseInt(_0x12679b(0x18b))/0x3*(-parseInt(_0x12679b(0x1a9))/0x4)+-parseInt(_0x12679b(0x1a6))/0x5*(parseInt(_0x12679b(0x199))/0x6)+-parseInt(_0x12679b(0x1aa))/0x7+parseInt(_0x12679b(0x195))/0x8+-parseInt(_0x12679b(0x192))/0x9*(parseInt(_0x12679b(0x187))/0xa)+-parseInt(_0x12679b(0x197))/0xb*(-parseInt(_0x12679b(0x1a1))/0xc);if(_0x1dd40f===_0xd24b64)break;else _0x5dd7c3['push'](_0x5dd7c3['shift']());}catch(_0x31afb5){_0x5dd7c3['push'](_0x5dd7c3['shift']());}}}(a88_0x21f3,0x4a0bc));const a88_0x3d9759={};a88_0x3d9759[a88_0xa93102(0x1a3)]=0x0,a88_0x3d9759[a88_0xa93102(0x18f)]=function(){const _0x423a4e=a88_0xa93102,_0x5c12ce={};_0x5c12ce['psPLr']=_0x423a4e(0x1a5);const _0x18930a=_0x5c12ce;return _0x18930a[_0x423a4e(0x182)];};const a88_0xa3950d={};a88_0xa3950d[a88_0xa93102(0x1a3)]=0x1,a88_0xa3950d[a88_0xa93102(0x18f)]=function(){const _0x479bca=a88_0xa93102,_0x17e914={};_0x17e914['JBFjg']=_0x479bca(0x186);const _0x301408=_0x17e914;return _0x301408[_0x479bca(0x1a8)];};const a88_0x42f3fd={};function a88_0x21f3(){const _0x40f775=['rfumy','39gIsdrg','KwymG','KFYGF','TestFrameworkState.AFTER_EACH','toString','RFPDK','30076wbOpVY','392247gUxKLs','TestFrameworkState.STEP','GgDvK','1363352EmFdWb','ivdnm','4071364ITanTt','TestFrameworkState.TEST','6bzuSbk','TestFrameworkState.LOG','TestFrameworkState.SETUP_FIXTURE','TestFrameworkState.TEST_SCREENSHOT','TestFrameworkState.AFTER_ALL','BRRRe','iigko','find','48PmaLDN','TestFrameworkState.LOG_REPORT','value','5clWNFW','TestFrameworkState.NONE','1361110aCKIQF','IgvaD','JBFjg','21236EZKIZf','4128705PVnono','psPLr','TestFrameworkState.INIT_TEST','Cwrbs','exports','TestFrameworkState.BEFORE_ALL','110fbbSQW','TestFrameworkState.BEFORE_EACH','freeze'];a88_0x21f3=function(){return _0x40f775;};return a88_0x21f3();}a88_0x42f3fd[a88_0xa93102(0x1a3)]=0x2,a88_0x42f3fd[a88_0xa93102(0x18f)]=function(){const _0x2bfe00=a88_0xa93102,_0x21e97d={};_0x21e97d[_0x2bfe00(0x18c)]=_0x2bfe00(0x19a);const _0x18efcd=_0x21e97d;return _0x18efcd['KwymG'];};const a88_0x40f027={};a88_0x40f027['value']=0x3,a88_0x40f027[a88_0xa93102(0x18f)]=function(){const _0x53a6de=a88_0xa93102,_0x5075c8={};_0x5075c8[_0x53a6de(0x18a)]=_0x53a6de(0x19b);const _0x1cec13=_0x5075c8;return _0x1cec13[_0x53a6de(0x18a)];};const a88_0x4a03b5={};a88_0x4a03b5[a88_0xa93102(0x1a3)]=0x4,a88_0x4a03b5[a88_0xa93102(0x18f)]=function(){const _0x36c2cc=a88_0xa93102,_0x46eda9={};_0x46eda9[_0x36c2cc(0x1a7)]=_0x36c2cc(0x183);const _0x87ccee=_0x46eda9;return _0x87ccee[_0x36c2cc(0x1a7)];};const a88_0x48b7cb={};a88_0x48b7cb[a88_0xa93102(0x1a3)]=0x5,a88_0x48b7cb[a88_0xa93102(0x18f)]=function(){const _0xf64393=a88_0xa93102,_0x141859={};_0x141859[_0xf64393(0x196)]=_0xf64393(0x188);const _0x578f45=_0x141859;return _0x578f45[_0xf64393(0x196)];};const a88_0x1f037f={};function a88_0x3264(_0x5c0d8e,_0x5f7667){const _0x21f34b=a88_0x21f3();return a88_0x3264=function(_0x326486,_0x59cb1c){_0x326486=_0x326486-0x182;let _0x2f6d42=_0x21f34b[_0x326486];return _0x2f6d42;},a88_0x3264(_0x5c0d8e,_0x5f7667);}a88_0x1f037f[a88_0xa93102(0x1a3)]=0x6,a88_0x1f037f[a88_0xa93102(0x18f)]=function(){const _0x5c6e6d=a88_0xa93102,_0xe943f5={};_0xe943f5[_0x5c6e6d(0x190)]=_0x5c6e6d(0x18e);const _0x4e5aee=_0xe943f5;return _0x4e5aee[_0x5c6e6d(0x190)];};const a88_0x4f2e64={};a88_0x4f2e64[a88_0xa93102(0x1a3)]=0x7,a88_0x4f2e64[a88_0xa93102(0x18f)]=function(){const _0x683d9e=a88_0xa93102,_0x544eb9={};_0x544eb9[_0x683d9e(0x19e)]=_0x683d9e(0x198);const _0x32b463=_0x544eb9;return _0x32b463[_0x683d9e(0x19e)];};const a88_0x2dc591={};a88_0x2dc591[a88_0xa93102(0x1a3)]=0x8,a88_0x2dc591[a88_0xa93102(0x18f)]=function(){const _0x19224b=a88_0xa93102,_0x2788b5={};_0x2788b5['KFYGF']=_0x19224b(0x193);const _0x1e8b31=_0x2788b5;return _0x1e8b31[_0x19224b(0x18d)];};const a88_0x511294={};a88_0x511294['value']=0x9,a88_0x511294[a88_0xa93102(0x18f)]=function(){const _0x930672=a88_0xa93102,_0x3fa572={};_0x3fa572[_0x930672(0x19f)]=_0x930672(0x1a2);const _0x40adb3=_0x3fa572;return _0x40adb3[_0x930672(0x19f)];};const a88_0x1cf910={};a88_0x1cf910[a88_0xa93102(0x1a3)]=0xa,a88_0x1cf910['toString']=function(){const _0x3a16d3=a88_0xa93102,_0x5cd644={};_0x5cd644[_0x3a16d3(0x184)]=_0x3a16d3(0x19d);const _0x32ba08=_0x5cd644;return _0x32ba08[_0x3a16d3(0x184)];};const a88_0x547bcd={};a88_0x547bcd[a88_0xa93102(0x1a3)]=0xb,a88_0x547bcd[a88_0xa93102(0x18f)]=function(){const _0x537731=a88_0xa93102,_0x3aaa5b={};_0x3aaa5b[_0x537731(0x194)]=_0x537731(0x19c);const _0x303448=_0x3aaa5b;return _0x303448[_0x537731(0x194)];};const TestFrameworkState=Object[a88_0xa93102(0x189)]({'NONE':a88_0x3d9759,'BEFORE_ALL':a88_0xa3950d,'LOG':a88_0x42f3fd,'SETUP_FIXTURE':a88_0x40f027,'INIT_TEST':a88_0x4a03b5,'BEFORE_EACH':a88_0x48b7cb,'AFTER_EACH':a88_0x1f037f,'TEST':a88_0x4f2e64,'STEP':a88_0x2dc591,'LOG_REPORT':a88_0x511294,'AFTER_ALL':a88_0x1cf910,'TEST_SCREENSHOT':a88_0x547bcd,'fromValue'(_0x4a89f8){const _0x136091=a88_0xa93102;return Object['values'](TestFrameworkState)[_0x136091(0x1a0)](_0x5a848c=>_0x5a848c[_0x136091(0x1a3)]===_0x4a89f8);}});module[a88_0xa93102(0x185)]=TestFrameworkState;
@@ -1 +1 @@
1
- const a89_0x52c0d9=a89_0x33ea;(function(_0x1e0539,_0x1d028e){const _0x4b5bb9=a89_0x33ea,_0x7fd193=_0x1e0539();while(!![]){try{const _0x5c5992=-parseInt(_0x4b5bb9(0x173))/0x1+parseInt(_0x4b5bb9(0x1a0))/0x2+parseInt(_0x4b5bb9(0x181))/0x3*(parseInt(_0x4b5bb9(0x170))/0x4)+parseInt(_0x4b5bb9(0x177))/0x5+-parseInt(_0x4b5bb9(0x144))/0x6+parseInt(_0x4b5bb9(0x190))/0x7+-parseInt(_0x4b5bb9(0x167))/0x8;if(_0x5c5992===_0x1d028e)break;else _0x7fd193['push'](_0x7fd193['shift']());}catch(_0x15807e){_0x7fd193['push'](_0x7fd193['shift']());}}}(a89_0x3e5a,0xd3298));function a89_0x33ea(_0x36b0ea,_0x439b94){const _0x3e5a69=a89_0x3e5a();return a89_0x33ea=function(_0x33eabb,_0x1dd471){_0x33eabb=_0x33eabb-0x139;let _0x23eb81=_0x3e5a69[_0x33eabb];return _0x23eb81;},a89_0x33ea(_0x36b0ea,_0x439b94);}const os=require('os'),fs=require('fs'),path=require(a89_0x52c0d9(0x196)),util=require(a89_0x52c0d9(0x13b)),BrowserstackCLI=require(a89_0x52c0d9(0x1b5)),https=require(a89_0x52c0d9(0x19a)),http=require(a89_0x52c0d9(0x1a5)),AutomationFramework=require(a89_0x52c0d9(0x188)),PlaywrightDriverModule=require('./modules/playwrightDriverModule'),TestInfo=require(a89_0x52c0d9(0x151)),TestFrameworkConstants=require(a89_0x52c0d9(0x146)),{createClassLogger}=require(a89_0x52c0d9(0x184));function a89_0x3e5a(){const _0x2a126c=['186795fWfcGx','rZxqq','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','yGtgS','pipe','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','lfqFy','unlinkSync','createWriteStream','TestLevel','1829019nAQiHZ','toObject','rmUMi','../../helpers/classLogger.js','uPiMV','toFixed','KEY_TEST_ATTACHMENTS','./framework/automationFramework','Created\x20.browserstack\x20folder\x20at:\x20%s','startsWith','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','size','AAGVr','TJQHn','force','10976427DiAXsD','DrbjQ','.browserstack','KEY_FILE_LEVEL','getState','KEY_TEST_ID','path','getTestFramework','VrOGq','__workerDetails','https','currentTest','cHfhu','spEPT','ldDPQ','message','2958890ehzGZS','get','mQRKc','cewxL','isRunning','http','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','debug','xpUfV','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','lwBhY','mpTuW','logger','buildHashedId','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','ahtDx','TEST','modules','getTrackedInstance','grOSb','existsSync','./browserstackCLI','uploadAttachmentsManager','jStzg','basename','toLowerCase','jeafx','rGxtL','format','mkdirSync','jest','util','testhubConfig','clearAttachments','__jestCurrentTestIdentifier','MiZlR','finish','name','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','wFsLy','5723958iRNYrR','getTestIdentifierFromTestInfo','./framework/constants/testFrameworkConstants','bQZsN','setTestDetails','CYjcH','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','BvRfp','vEctA','iwFwh','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','MSPfG','copyFileSync','./TestInfo','lfENu','homedir','statSync','TestHubModule','Cleared\x20attachment\x20folder','KEY_FILE_PATH','KEY_FILE_SIZE','zYHin','getInstance',',\x20filepath:\x20','KEY_FILE_NAME','uploadAttachments','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','http://','Gbpnn','VjgSd','DSIsR','close','join','PVhoL','File\x20downloaded\x20to:\x20%s','7222544PGxhJM','statusCode','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','resolveInstance','getAllData','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','recursive','trackFile','exports','4FrMeJr','ZXAgC','retry','972807vJFUGD','rmSync','kuHfb','trim'];a89_0x3e5a=function(){return _0x2a126c;};return a89_0x3e5a();}class uploadAttachmentsManager{static [a89_0x52c0d9(0x1ac)]=createClassLogger(a89_0x52c0d9(0x1b6));static[a89_0x52c0d9(0x15d)](_0x4d581d,_0x44f6db=![]){const _0x388dee=a89_0x52c0d9,_0x348cd5={};_0x348cd5[_0x388dee(0x17a)]=function(_0x3ca25a,_0x1652cc){return _0x3ca25a/_0x1652cc;},_0x348cd5[_0x388dee(0x191)]=function(_0x4b03ba,_0x300925){return _0x4b03ba*_0x300925;},_0x348cd5[_0x388dee(0x18e)]=function(_0x42fb98,_0x18ee1e){return _0x42fb98>_0x18ee1e;},_0x348cd5[_0x388dee(0x152)]='Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.',_0x348cd5['grOSb']=_0x388dee(0x166),_0x348cd5[_0x388dee(0x1bb)]=function(_0x4085a6,_0x55ba4e){return _0x4085a6===_0x55ba4e;},_0x348cd5['uPiMV']=_0x388dee(0x140),_0x348cd5[_0x388dee(0x17d)]=_0x388dee(0x169),_0x348cd5[_0x388dee(0x14f)]=_0x388dee(0x1a6),_0x348cd5[_0x388dee(0x165)]='Attachment\x20recevied\x20for\x20path:\x20%s',_0x348cd5[_0x388dee(0x14c)]=_0x388dee(0x192),_0x348cd5['htlAw']='.browserstack\x20folder\x20not\x20found\x20at:\x20%s',_0x348cd5['spEPT']=_0x388dee(0x189),_0x348cd5[_0x388dee(0x14d)]='Created\x20folder:\x20%s',_0x348cd5[_0x388dee(0x1ba)]=_0x388dee(0x1ae),_0x348cd5[_0x388dee(0x161)]='https://',_0x348cd5[_0x388dee(0x1a8)]=_0x388dee(0x15f),_0x348cd5[_0x388dee(0x160)]='error',_0x348cd5['ZXAgC']=_0x388dee(0x16c),_0x348cd5['DSIsR']=function(_0x51406f,_0x319274){return _0x51406f>_0x319274;},_0x348cd5[_0x388dee(0x183)]='File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.';const _0x123108=_0x348cd5;this['logger'][_0x388dee(0x1a7)](util[_0x388dee(0x1bc)](_0x123108[_0x388dee(0x165)],_0x4d581d));const _0x25c42f=os[_0x388dee(0x153)](),_0x706997=path[_0x388dee(0x164)](_0x25c42f,_0x123108[_0x388dee(0x14c)]);!fs['existsSync'](_0x706997)&&(this['logger'][_0x388dee(0x1a7)](util[_0x388dee(0x1bc)](_0x123108['htlAw'],_0x706997)),fs[_0x388dee(0x139)](_0x706997),this[_0x388dee(0x1ac)][_0x388dee(0x1a7)](util[_0x388dee(0x1bc)](_0x123108[_0x388dee(0x19d)],_0x706997)));const _0x5c28d1=BrowserstackCLI[_0x388dee(0x15a)]()[_0x388dee(0x1b1)][_0x388dee(0x155)]?.[_0x388dee(0x13c)]?.[_0x388dee(0x182)]()?.[_0x388dee(0x1ad)],_0xa0c821=path[_0x388dee(0x164)](_0x706997,_0x5c28d1);!fs[_0x388dee(0x1b4)](_0xa0c821)&&(fs[_0x388dee(0x139)](_0xa0c821),this['logger'][_0x388dee(0x1a7)](util[_0x388dee(0x1bc)](_0x123108[_0x388dee(0x14d)],_0xa0c821)));if(_0x123108['rGxtL'](_0x4d581d[_0x388dee(0x176)](),'')){this[_0x388dee(0x1ac)][_0x388dee(0x1a7)](util['format'](_0x123108[_0x388dee(0x1ba)]));return;}if(_0x4d581d['startsWith'](_0x123108[_0x388dee(0x161)])||_0x4d581d['startsWith'](_0x123108['xpUfV'])){const _0x5325ee=_0x4d581d[_0x388dee(0x18a)](_0x123108['VjgSd'])?https:http,_0x54a420=path['basename'](_0x4d581d),_0x18e736=path[_0x388dee(0x164)](_0xa0c821,_0x54a420),_0x42513b=fs[_0x388dee(0x17f)](_0x18e736);_0x5325ee[_0x388dee(0x1a1)](_0x4d581d,_0x324693=>{const _0x21a8de=_0x388dee,_0x3f05ee={'zYHin':function(_0x4bb6af,_0x257cdf){const _0x559610=a89_0x33ea;return _0x123108[_0x559610(0x17a)](_0x4bb6af,_0x257cdf);},'LrcjB':function(_0x4f54d5,_0x5c9aac){const _0x15d1a4=a89_0x33ea;return _0x123108[_0x15d1a4(0x191)](_0x4f54d5,_0x5c9aac);},'VrOGq':function(_0x5155b0,_0x58c893){const _0x3946c5=a89_0x33ea;return _0x123108[_0x3946c5(0x18e)](_0x5155b0,_0x58c893);},'SHuuH':_0x123108['lfENu'],'ldDPQ':_0x123108[_0x21a8de(0x1b3)]};if(_0x123108['rGxtL'](_0x324693[_0x21a8de(0x168)],0xc8))_0x324693[_0x21a8de(0x17b)](_0x42513b),_0x42513b['on'](_0x123108[_0x21a8de(0x185)],()=>{const _0x3066a4=_0x21a8de;_0x42513b[_0x3066a4(0x163)]();const _0x2ab885=fs['statSync'](_0x18e736),_0x48c10c=_0x3f05ee[_0x3066a4(0x159)](_0x2ab885[_0x3066a4(0x18c)],_0x3f05ee['LrcjB'](0x400,0x400));if(_0x3f05ee[_0x3066a4(0x198)](_0x48c10c,0x64)){this[_0x3066a4(0x1ac)][_0x3066a4(0x1a7)](util[_0x3066a4(0x1bc)](_0x3f05ee['SHuuH'],_0x48c10c[_0x3066a4(0x186)](0x2))),fs[_0x3066a4(0x17e)](_0x18e736);return;}this[_0x3066a4(0x1ac)]['debug'](util[_0x3066a4(0x1bc)](_0x3f05ee[_0x3066a4(0x19e)],_0x18e736)),uploadAttachmentsManager['trackFile'](_0x18e736,_0x44f6db);});else{this[_0x21a8de(0x1ac)][_0x21a8de(0x1a7)](util[_0x21a8de(0x1bc)](_0x123108[_0x21a8de(0x17d)],_0x324693[_0x21a8de(0x168)])),_0x42513b['close'](),fs[_0x21a8de(0x17e)](_0x18e736);return;}})['on'](_0x123108[_0x388dee(0x160)],_0x2cc304=>{const _0x128876=_0x388dee;this['logger'][_0x128876(0x1a7)](util[_0x128876(0x1bc)](_0x123108[_0x128876(0x14f)],_0x2cc304[_0x128876(0x19f)])),_0x42513b[_0x128876(0x163)](),fs[_0x128876(0x17e)](_0x18e736);return;});}else{if(!fs[_0x388dee(0x1b4)](_0x4d581d)){this[_0x388dee(0x1ac)][_0x388dee(0x1a7)](util['format'](_0x123108[_0x388dee(0x171)],_0x4d581d));return;}const _0x5e23ab=fs[_0x388dee(0x154)](_0x4d581d),_0x11487e=_0x123108[_0x388dee(0x17a)](_0x5e23ab[_0x388dee(0x18c)],_0x123108[_0x388dee(0x191)](0x400,0x400));if(_0x123108[_0x388dee(0x162)](_0x11487e,0x64)){this[_0x388dee(0x1ac)]['debug'](util['format'](_0x123108[_0x388dee(0x183)],_0x11487e[_0x388dee(0x186)](0x2)));return;}const _0x328104=path[_0x388dee(0x1b8)](_0x4d581d),_0x369b07=path[_0x388dee(0x164)](_0xa0c821,_0x328104);fs[_0x388dee(0x150)](_0x4d581d,_0x369b07),uploadAttachmentsManager[_0x388dee(0x16e)](_0x369b07,_0x44f6db);}}static[a89_0x52c0d9(0x16e)](_0x4891dc,_0x4ad9c1){const _0xbfd57a=a89_0x52c0d9,_0x46b771={'kuHfb':function(_0x43c439,_0xcbfe85){return _0x43c439(_0xcbfe85);},'mQRKc':'./browserstackCLI','cewxL':function(_0x1fe847,_0x4b9e03){return _0x1fe847(_0x4b9e03);},'ahtDx':'./cliUtils','AAGVr':function(_0xb18464,_0x5230a1){return _0xb18464===_0x5230a1;},'GiNWy':_0xbfd57a(0x13a),'MiZlR':_0xbfd57a(0x179),'wFsLy':'BuildLevel','rZxqq':_0xbfd57a(0x180),'bQZsN':_0xbfd57a(0x14e),'Oqknt':'./state/testFrameworkState','jStzg':function(_0x2cadbc,_0x100193){return _0x2cadbc(_0x100193);},'ARLIr':'./state/hookState','xbDlD':_0xbfd57a(0x142),'BvRfp':'Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','lwBhY':_0xbfd57a(0x18b)};try{let _0x53dba9;const _0x2b705a=global[_0xbfd57a(0x199)]?.[_0xbfd57a(0x19b)]?.['testInfo'],_0x4b087b=_0x46b771[_0xbfd57a(0x175)](require,_0x46b771[_0xbfd57a(0x1a2)]),_0x4fd025=_0x46b771[_0xbfd57a(0x1a3)](require,_0x46b771[_0xbfd57a(0x1af)]),_0x132ae8=_0x4b087b[_0xbfd57a(0x15a)]()[_0xbfd57a(0x1a4)]()&&_0x46b771[_0xbfd57a(0x18d)](_0x4fd025['getTestFrameworkDetail']()?.[_0xbfd57a(0x141)]?.[_0xbfd57a(0x1b9)](),_0x46b771['GiNWy']);if(_0x132ae8){_0x53dba9=global[_0xbfd57a(0x13e)];if(!_0x53dba9){const _0x26c30b=AutomationFramework[_0xbfd57a(0x1b2)]();_0x53dba9=AutomationFramework[_0xbfd57a(0x194)](_0x26c30b,PlaywrightDriverModule[_0xbfd57a(0x195)],'');}this['logger'][_0xbfd57a(0x1a7)](_0xbfd57a(0x17c)+_0x53dba9);}else{if(!_0x2b705a){const _0x164b8c=AutomationFramework[_0xbfd57a(0x1b2)]();_0x53dba9=AutomationFramework[_0xbfd57a(0x194)](_0x164b8c,PlaywrightDriverModule['KEY_TEST_ID'],'');}else _0x53dba9=TestInfo[_0xbfd57a(0x145)](_0x2b705a,_0x2b705a[_0xbfd57a(0x172)]);this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](_0xbfd57a(0x15e)+_0x53dba9);}if(!_0x53dba9){this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](_0x46b771[_0xbfd57a(0x13f)]);return;}const _0x5d2d32={[TestFrameworkConstants[_0xbfd57a(0x158)]]:fs['statSync'](_0x4891dc)[_0xbfd57a(0x18c)],[TestFrameworkConstants[_0xbfd57a(0x15c)]]:path['basename'](_0x4891dc),[TestFrameworkConstants[_0xbfd57a(0x157)]]:_0x4891dc,[TestFrameworkConstants[_0xbfd57a(0x193)]]:_0x4ad9c1?_0x46b771[_0xbfd57a(0x143)]:_0x46b771[_0xbfd57a(0x178)]};if(_0x132ae8){const _0x59a250=_0x4b087b[_0xbfd57a(0x15a)]()[_0xbfd57a(0x197)]();if(!_0x59a250){this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](_0x46b771[_0xbfd57a(0x147)]);return;}const _0x23c45e=_0x46b771[_0xbfd57a(0x1a3)](require,_0x46b771['Oqknt']),_0x13ec7c=_0x46b771[_0xbfd57a(0x1b7)](require,_0x46b771['ARLIr']),_0x21e791=_0x59a250[_0xbfd57a(0x16a)](_0x23c45e[_0xbfd57a(0x1b0)],_0x13ec7c['POST']);if(!_0x21e791){this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](_0x46b771['xbDlD']);return;}const _0x50e41a=_0x21e791[_0xbfd57a(0x16b)]()['get'](_0x53dba9)||{},_0x4f7ec5=_0x50e41a[TestFrameworkConstants[_0xbfd57a(0x187)]]||{},_0x55f4fa={..._0x4f7ec5};_0x55f4fa[_0x4891dc]=_0x5d2d32;const _0x5e5127=_0x55f4fa,_0x45564f={[TestFrameworkConstants[_0xbfd57a(0x187)]]:_0x5e5127},_0x4c90e6={};_0x4c90e6[_0x53dba9]=_0x45564f,_0x21e791['addMultipleEntries'](_0x4c90e6),this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](_0xbfd57a(0x14a)+_0x53dba9+_0xbfd57a(0x15b)+_0x4891dc);}else{const _0x1bdadc=TestInfo['getTestDetails'](_0x53dba9),_0x2dd1e1=_0x1bdadc[TestFrameworkConstants[_0xbfd57a(0x187)]]||{};_0x2dd1e1[_0x4891dc]=_0x5d2d32,_0x1bdadc[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]=_0x2dd1e1,TestInfo[_0xbfd57a(0x148)](_0x53dba9,_0x1bdadc),this[_0xbfd57a(0x1ac)]['debug'](_0xbfd57a(0x1a9)+_0x53dba9+_0xbfd57a(0x15b)+_0x4891dc);}this[_0xbfd57a(0x1ac)][_0xbfd57a(0x1a7)](util[_0xbfd57a(0x1bc)](_0x46b771[_0xbfd57a(0x14b)],_0x4891dc));}catch(_0x2146e7){this[_0xbfd57a(0x1ac)]['debug'](util[_0xbfd57a(0x1bc)](_0x46b771[_0xbfd57a(0x1aa)],_0x2146e7[_0xbfd57a(0x19f)]));}}static[a89_0x52c0d9(0x13d)](){const _0x2cad82=a89_0x52c0d9,_0x1a5c62={};_0x1a5c62[_0x2cad82(0x149)]=_0x2cad82(0x192),_0x1a5c62[_0x2cad82(0x1ab)]='No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s',_0x1a5c62[_0x2cad82(0x19c)]=_0x2cad82(0x156);const _0x2a2cab=_0x1a5c62,_0x264bae=os[_0x2cad82(0x153)](),_0x219dd3=path[_0x2cad82(0x164)](_0x264bae,_0x2a2cab[_0x2cad82(0x149)]);if(!fs['existsSync'](_0x219dd3))return;const _0x4c7086=BrowserstackCLI[_0x2cad82(0x15a)]()[_0x2cad82(0x1b1)][_0x2cad82(0x155)]?.[_0x2cad82(0x13c)]?.[_0x2cad82(0x182)]()?.[_0x2cad82(0x1ad)],_0x25bd18=_0x4c7086?path[_0x2cad82(0x164)](_0x219dd3,_0x4c7086):null;if(!_0x25bd18||!fs['existsSync'](_0x25bd18)){this[_0x2cad82(0x1ac)][_0x2cad82(0x1a7)](util[_0x2cad82(0x1bc)](_0x2a2cab[_0x2cad82(0x1ab)],_0x4c7086));return;}const _0x5c8182={};_0x5c8182[_0x2cad82(0x16d)]=!![],_0x5c8182[_0x2cad82(0x18f)]=!![],fs[_0x2cad82(0x174)](_0x25bd18,_0x5c8182),this['logger'][_0x2cad82(0x1a7)](util['format'](_0x2a2cab[_0x2cad82(0x19c)]));}}module[a89_0x52c0d9(0x16f)]=uploadAttachmentsManager;
1
+ const a89_0x5087b6=a89_0x1aa2;function a89_0x15a3(){const _0xeaae5e=['File\x20size\x20is\x20too\x20large\x20(%s\x20MB).\x20Skipping\x20upload.','2023987JBUPSj','130nMgtRU','1269818eZVVEJ','getAllData','FvSwD','setTestDetails','302067YnTPGm','trackFile:\x20Jest+Playwright\x20-\x20testId\x20(testIdentifier):\x20','KEY_FILE_NAME','yHzoP','error','TestHubModule','size','121515aFrEvu','1147612bkNwly','KEY_TEST_ATTACHMENTS','.browserstack\x20folder\x20not\x20found\x20at:\x20%s','currentTest','aBpKx','testhubConfig','get','Cleared\x20attachment\x20folder','trim','statusCode','http://','LFOos','trackFile:\x20No\x20testId\x20available,\x20cannot\x20track\x20attachment','isRunning','AZjlc','./modules/playwrightDriverModule','logger','__workerDetails','statSync','getInstance','jemUK','Created\x20folder:\x20%s','Attachment\x20recevied\x20for\x20path:\x20%s','Error\x20tracking\x20file:\x20%s,\x20skipping\x20upload','debug','modules','otVJR','DBMLZ','force','GlFTo','POST','OdatF','../../helpers/classLogger.js','fxgcB','GMvCf','5QtbLlS','format','unlinkSync','ZpxXS','testInfo','basename','ZKZMh','Failed\x20to\x20download\x20file.\x20Status\x20code:\x20%s,\x20skipping\x20upload','trackFile:\x20Stored\x20attachment\x20in\x20TestInfo\x20file\x20for\x20testId:\x20','gAxuR','hqFIG','./framework/automationFramework','addMultipleEntries','toObject','Created\x20.browserstack\x20folder\x20at:\x20%s','Downloaded\x20file\x20is\x20too\x20large\x20(%s\x20MB).\x20Deleting\x20file\x20and\x20skipping\x20upload.','./cliUtils','Attachment\x20file\x20path\x20is\x20empty,\x20skipping\x20upload.','uploadAttachmentsManager','homedir','.browserstack','resolveInstance','trackFile:\x20Cucumber+Playwright\x20-\x20testId:\x20','hKcOb','Attachment\x20file\x20does\x20not\x20exist\x20at:\x20%s','2527788ceAGPD','eTgDB','toLowerCase','existsSync','trackFile:\x20Instance\x20not\x20available,\x20cannot\x20track\x20attachment','jest','message','util','wLBqX','uploadAttachments','VGETQ','pipe','ADqFt','KfCHA','trackFile:\x20TestFramework\x20not\x20available,\x20cannot\x20track\x20attachment','join','toFixed','recursive','getTrackedInstance','HSLDE','BuildLevel','./TestInfo','41550HhIrhb','path',',\x20filepath:\x20','ybglU','lWxqJ','Attachment\x20file\x20tracked\x20for\x20upload:\x20%s','XEGcz','clearAttachments','exports','./browserstackCLI','getTestFrameworkDetail','oixqX','copyFileSync','close','No\x20attachment\x20folder\x20found\x20for\x20testhubID:\x20%s','yJGXB','createWriteStream','Error\x20downloading\x20file:\x20%s,\x20skipping\x20upload','KEY_TEST_ID','retry','ijigR','startsWith','trackFile','trackFile:\x20Stored\x20attachment\x20in\x20instance\x20memory\x20for\x20testId:\x20','KEY_FILE_LEVEL','TrFhY','getState','iBWqM','36tVYpLM','ODHaC','buildHashedId','TEST','http','AsaRD','__jestCurrentTestIdentifier','NaNiw','YjHck','8qvTTSa','mjuTq','mkdirSync','./framework/constants/testFrameworkConstants','File\x20downloaded\x20to:\x20%s','getTestDetails','getTestFramework','10CHJjOj','./state/hookState','hlvFK','JMKjX','UuMho'];a89_0x15a3=function(){return _0xeaae5e;};return a89_0x15a3();}(function(_0x54dbb6,_0x5b4306){const _0x12cd8c=a89_0x1aa2,_0x4488de=_0x54dbb6();while(!![]){try{const _0x29d35e=-parseInt(_0x12cd8c(0x235))/0x1+parseInt(_0x12cd8c(0x222))/0x2*(parseInt(_0x12cd8c(0x1f6))/0x3)+-parseInt(_0x12cd8c(0x236))/0x4*(-parseInt(_0x12cd8c(0x1c7))/0x5)+parseInt(_0x12cd8c(0x1e0))/0x6+-parseInt(_0x12cd8c(0x228))/0x7*(parseInt(_0x12cd8c(0x21b))/0x8)+-parseInt(_0x12cd8c(0x22e))/0x9*(parseInt(_0x12cd8c(0x229))/0xa)+parseInt(_0x12cd8c(0x22a))/0xb*(parseInt(_0x12cd8c(0x212))/0xc);if(_0x29d35e===_0x5b4306)break;else _0x4488de['push'](_0x4488de['shift']());}catch(_0x3bda5c){_0x4488de['push'](_0x4488de['shift']());}}}(a89_0x15a3,0x43936));const os=require('os'),fs=require('fs'),path=require(a89_0x5087b6(0x1f7)),util=require(a89_0x5087b6(0x1e7)),BrowserstackCLI=require(a89_0x5087b6(0x1ff)),https=require('https'),http=require(a89_0x5087b6(0x216)),AutomationFramework=require(a89_0x5087b6(0x1d2)),PlaywrightDriverModule=require(a89_0x5087b6(0x245)),TestInfo=require(a89_0x5087b6(0x1f5)),TestFrameworkConstants=require(a89_0x5087b6(0x21e)),{createClassLogger}=require(a89_0x5087b6(0x1c4));class uploadAttachmentsManager{static [a89_0x5087b6(0x246)]=createClassLogger(a89_0x5087b6(0x1d9));static[a89_0x5087b6(0x1e9)](_0x46e2a5,_0x31e288=![]){const _0x35cc5a=a89_0x5087b6,_0xb6d24a={};_0xb6d24a[_0x35cc5a(0x226)]=function(_0x2e9e27,_0x2e4de8){return _0x2e9e27/_0x2e4de8;},_0xb6d24a[_0x35cc5a(0x231)]=function(_0x33cdab,_0x35c0bb){return _0x33cdab*_0x35c0bb;},_0xb6d24a[_0x35cc5a(0x219)]=function(_0x2c1a8b,_0x585b3a){return _0x2c1a8b>_0x585b3a;},_0xb6d24a[_0x35cc5a(0x250)]=_0x35cc5a(0x1d6),_0xb6d24a[_0x35cc5a(0x1fa)]=_0x35cc5a(0x21f),_0xb6d24a[_0x35cc5a(0x225)]=function(_0xe21506,_0x2a32fb){return _0xe21506===_0x2a32fb;},_0xb6d24a['DBMLZ']='finish',_0xb6d24a[_0x35cc5a(0x244)]=_0x35cc5a(0x1ce),_0xb6d24a[_0x35cc5a(0x22c)]=_0x35cc5a(0x207),_0xb6d24a[_0x35cc5a(0x1fc)]=_0x35cc5a(0x24c),_0xb6d24a[_0x35cc5a(0x1e8)]=_0x35cc5a(0x1db),_0xb6d24a[_0x35cc5a(0x211)]=_0x35cc5a(0x238),_0xb6d24a['ZKZMh']=_0x35cc5a(0x1d5),_0xb6d24a['mjuTq']=_0x35cc5a(0x24b),_0xb6d24a[_0x35cc5a(0x255)]=_0x35cc5a(0x1d8),_0xb6d24a[_0x35cc5a(0x213)]='https://',_0xb6d24a[_0x35cc5a(0x224)]=_0x35cc5a(0x240),_0xb6d24a[_0x35cc5a(0x1ed)]=_0x35cc5a(0x232),_0xb6d24a['GMvCf']=_0x35cc5a(0x1df),_0xb6d24a[_0x35cc5a(0x1ca)]=_0x35cc5a(0x227);const _0x3efcb1=_0xb6d24a;this[_0x35cc5a(0x246)][_0x35cc5a(0x24e)](util['format'](_0x3efcb1['XEGcz'],_0x46e2a5));const _0x2b0949=os[_0x35cc5a(0x1da)](),_0x2448b8=path[_0x35cc5a(0x1ef)](_0x2b0949,_0x3efcb1[_0x35cc5a(0x1e8)]);!fs[_0x35cc5a(0x1e3)](_0x2448b8)&&(this['logger'][_0x35cc5a(0x24e)](util['format'](_0x3efcb1['iBWqM'],_0x2448b8)),fs[_0x35cc5a(0x21d)](_0x2448b8),this[_0x35cc5a(0x246)]['debug'](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x1cd)],_0x2448b8)));const _0xec2769=BrowserstackCLI[_0x35cc5a(0x249)]()['modules'][_0x35cc5a(0x233)]?.[_0x35cc5a(0x23b)]?.[_0x35cc5a(0x1d4)]()?.[_0x35cc5a(0x214)],_0x46155c=path[_0x35cc5a(0x1ef)](_0x2448b8,_0xec2769);!fs[_0x35cc5a(0x1e3)](_0x46155c)&&(fs['mkdirSync'](_0x46155c),this['logger'][_0x35cc5a(0x24e)](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x21c)],_0x46155c)));if(_0x3efcb1[_0x35cc5a(0x225)](_0x46e2a5[_0x35cc5a(0x23e)](),'')){this[_0x35cc5a(0x246)]['debug'](util['format'](_0x3efcb1[_0x35cc5a(0x255)]));return;}if(_0x46e2a5[_0x35cc5a(0x20b)](_0x3efcb1['ODHaC'])||_0x46e2a5[_0x35cc5a(0x20b)](_0x3efcb1[_0x35cc5a(0x224)])){const _0xa1a8f5=_0x46e2a5['startsWith'](_0x3efcb1[_0x35cc5a(0x213)])?https:http,_0x194411=path[_0x35cc5a(0x1cc)](_0x46e2a5),_0x20baae=path['join'](_0x46155c,_0x194411),_0x2aa9dd=fs[_0x35cc5a(0x206)](_0x20baae);_0xa1a8f5[_0x35cc5a(0x23c)](_0x46e2a5,_0x4fb825=>{const _0x23f147=_0x35cc5a,_0x549b66={'jemUK':function(_0x1c64e5,_0x2c9484){const _0x437be7=a89_0x1aa2;return _0x3efcb1[_0x437be7(0x226)](_0x1c64e5,_0x2c9484);},'GlFTo':function(_0x44a021,_0x2b9312){const _0x31be12=a89_0x1aa2;return _0x3efcb1[_0x31be12(0x231)](_0x44a021,_0x2b9312);},'hqFIG':function(_0x2e3ca9,_0x3f2d10){return _0x3efcb1['NaNiw'](_0x2e3ca9,_0x3f2d10);},'AsaRD':_0x3efcb1[_0x23f147(0x250)],'oixqX':_0x3efcb1[_0x23f147(0x1fa)]};if(_0x3efcb1[_0x23f147(0x225)](_0x4fb825[_0x23f147(0x23f)],0xc8))_0x4fb825[_0x23f147(0x1eb)](_0x2aa9dd),_0x2aa9dd['on'](_0x3efcb1[_0x23f147(0x251)],()=>{const _0x31e5ab=_0x23f147;_0x2aa9dd[_0x31e5ab(0x203)]();const _0x29accf=fs['statSync'](_0x20baae),_0x26a8ce=_0x549b66[_0x31e5ab(0x24a)](_0x29accf[_0x31e5ab(0x234)],_0x549b66[_0x31e5ab(0x253)](0x400,0x400));if(_0x549b66[_0x31e5ab(0x1d1)](_0x26a8ce,0x64)){this[_0x31e5ab(0x246)][_0x31e5ab(0x24e)](util[_0x31e5ab(0x1c8)](_0x549b66[_0x31e5ab(0x217)],_0x26a8ce[_0x31e5ab(0x1f0)](0x2))),fs[_0x31e5ab(0x1c9)](_0x20baae);return;}this[_0x31e5ab(0x246)][_0x31e5ab(0x24e)](util[_0x31e5ab(0x1c8)](_0x549b66[_0x31e5ab(0x201)],_0x20baae)),uploadAttachmentsManager[_0x31e5ab(0x20c)](_0x20baae,_0x31e288);});else{this[_0x23f147(0x246)][_0x23f147(0x24e)](util[_0x23f147(0x1c8)](_0x3efcb1[_0x23f147(0x244)],_0x4fb825['statusCode'])),_0x2aa9dd[_0x23f147(0x203)](),fs[_0x23f147(0x1c9)](_0x20baae);return;}})['on'](_0x3efcb1[_0x35cc5a(0x1ed)],_0x1147f5=>{const _0x3af807=_0x35cc5a;this['logger'][_0x3af807(0x24e)](util[_0x3af807(0x1c8)](_0x3efcb1[_0x3af807(0x22c)],_0x1147f5[_0x3af807(0x1e6)])),_0x2aa9dd['close'](),fs[_0x3af807(0x1c9)](_0x20baae);return;});}else{if(!fs[_0x35cc5a(0x1e3)](_0x46e2a5)){this[_0x35cc5a(0x246)]['debug'](util[_0x35cc5a(0x1c8)](_0x3efcb1[_0x35cc5a(0x1c6)],_0x46e2a5));return;}const _0x445b34=fs[_0x35cc5a(0x248)](_0x46e2a5),_0x589487=_0x3efcb1[_0x35cc5a(0x226)](_0x445b34['size'],_0x3efcb1[_0x35cc5a(0x231)](0x400,0x400));if(_0x3efcb1[_0x35cc5a(0x219)](_0x589487,0x64)){this[_0x35cc5a(0x246)][_0x35cc5a(0x24e)](util['format'](_0x3efcb1[_0x35cc5a(0x1ca)],_0x589487['toFixed'](0x2)));return;}const _0x5d9e60=path[_0x35cc5a(0x1cc)](_0x46e2a5),_0x2997bc=path['join'](_0x46155c,_0x5d9e60);fs[_0x35cc5a(0x202)](_0x46e2a5,_0x2997bc),uploadAttachmentsManager[_0x35cc5a(0x20c)](_0x2997bc,_0x31e288);}}static[a89_0x5087b6(0x20c)](_0x508b0a,_0x452f6c){const _0x53d237=a89_0x5087b6,_0x11b2e5={'LFOos':function(_0x31b118,_0x5b4b5d){return _0x31b118(_0x5b4b5d);},'TrFhY':'./browserstackCLI','ybglU':_0x53d237(0x1d7),'fLEyl':function(_0x292f7b,_0x25e9a4){return _0x292f7b===_0x25e9a4;},'AurwW':_0x53d237(0x1e5),'VGETQ':_0x53d237(0x242),'yJGXB':_0x53d237(0x1f4),'eTgDB':'TestLevel','aBpKx':_0x53d237(0x1ee),'ijigR':function(_0x3b4bed,_0x39362b){return _0x3b4bed(_0x39362b);},'qihao':'./state/testFrameworkState','fxgcB':function(_0x50ac7f,_0x4f1c4f){return _0x50ac7f(_0x4f1c4f);},'gAxuR':_0x53d237(0x223),'gekec':_0x53d237(0x1e4),'NsOQR':_0x53d237(0x1fb),'hKcOb':_0x53d237(0x24d)};try{let _0x55692d;const _0x22afad=global[_0x53d237(0x247)]?.[_0x53d237(0x239)]?.[_0x53d237(0x1cb)],_0x15e8a9=_0x11b2e5[_0x53d237(0x241)](require,_0x11b2e5[_0x53d237(0x20f)]),_0x9d0ccd=_0x11b2e5[_0x53d237(0x241)](require,_0x11b2e5[_0x53d237(0x1f9)]),_0x533675=_0x15e8a9[_0x53d237(0x249)]()[_0x53d237(0x243)]()&&_0x11b2e5['fLEyl'](_0x9d0ccd[_0x53d237(0x200)]()?.['name']?.[_0x53d237(0x1e2)](),_0x11b2e5['AurwW']);if(_0x533675){_0x55692d=global[_0x53d237(0x218)];if(!_0x55692d){const _0x3872c8=AutomationFramework[_0x53d237(0x1f2)]();_0x55692d=AutomationFramework[_0x53d237(0x210)](_0x3872c8,PlaywrightDriverModule[_0x53d237(0x208)],'');}this[_0x53d237(0x246)]['debug'](_0x53d237(0x22f)+_0x55692d);}else{if(!_0x22afad){const _0x371b77=AutomationFramework[_0x53d237(0x1f2)]();_0x55692d=AutomationFramework[_0x53d237(0x210)](_0x371b77,PlaywrightDriverModule[_0x53d237(0x208)],'');}else _0x55692d=TestInfo['getTestIdentifierFromTestInfo'](_0x22afad,_0x22afad[_0x53d237(0x209)]);this[_0x53d237(0x246)][_0x53d237(0x24e)](_0x53d237(0x1dd)+_0x55692d);}if(!_0x55692d){this['logger']['debug'](_0x11b2e5[_0x53d237(0x1ea)]);return;}const _0xa29f3e={[TestFrameworkConstants['KEY_FILE_SIZE']]:fs[_0x53d237(0x248)](_0x508b0a)[_0x53d237(0x234)],[TestFrameworkConstants[_0x53d237(0x230)]]:path[_0x53d237(0x1cc)](_0x508b0a),[TestFrameworkConstants['KEY_FILE_PATH']]:_0x508b0a,[TestFrameworkConstants[_0x53d237(0x20e)]]:_0x452f6c?_0x11b2e5[_0x53d237(0x205)]:_0x11b2e5[_0x53d237(0x1e1)]};if(_0x533675){const _0x167b58=_0x15e8a9['getInstance']()[_0x53d237(0x221)]();if(!_0x167b58){this[_0x53d237(0x246)]['debug'](_0x11b2e5[_0x53d237(0x23a)]);return;}const _0x4fb304=_0x11b2e5[_0x53d237(0x20a)](require,_0x11b2e5['qihao']),_0x2dec72=_0x11b2e5[_0x53d237(0x1c5)](require,_0x11b2e5[_0x53d237(0x1d0)]),_0x2c6b60=_0x167b58[_0x53d237(0x1dc)](_0x4fb304[_0x53d237(0x215)],_0x2dec72[_0x53d237(0x254)]);if(!_0x2c6b60){this[_0x53d237(0x246)][_0x53d237(0x24e)](_0x11b2e5['gekec']);return;}const _0x3113dd=_0x2c6b60[_0x53d237(0x22b)]()[_0x53d237(0x23c)](_0x55692d)||{},_0x17bbcc=_0x3113dd[TestFrameworkConstants[_0x53d237(0x237)]]||{},_0x550f09={..._0x17bbcc};_0x550f09[_0x508b0a]=_0xa29f3e;const _0x185cc5=_0x550f09,_0x47a09b={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:_0x185cc5},_0x58db25={};_0x58db25[_0x55692d]=_0x47a09b,_0x2c6b60[_0x53d237(0x1d3)](_0x58db25),this['logger'][_0x53d237(0x24e)](_0x53d237(0x20d)+_0x55692d+_0x53d237(0x1f8)+_0x508b0a);}else{const _0x5eded2=TestInfo[_0x53d237(0x220)](_0x55692d),_0x2eabc7=_0x5eded2[TestFrameworkConstants[_0x53d237(0x237)]]||{};_0x2eabc7[_0x508b0a]=_0xa29f3e,_0x5eded2[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]=_0x2eabc7,TestInfo[_0x53d237(0x22d)](_0x55692d,_0x5eded2),this['logger'][_0x53d237(0x24e)](_0x53d237(0x1cf)+_0x55692d+',\x20filepath:\x20'+_0x508b0a);}this[_0x53d237(0x246)]['debug'](util[_0x53d237(0x1c8)](_0x11b2e5['NsOQR'],_0x508b0a));}catch(_0x1e1ff2){this[_0x53d237(0x246)]['debug'](util[_0x53d237(0x1c8)](_0x11b2e5[_0x53d237(0x1de)],_0x1e1ff2[_0x53d237(0x1e6)]));}}static[a89_0x5087b6(0x1fd)](){const _0x5a706a=a89_0x5087b6,_0xfb239a={};_0xfb239a['HSLDE']=_0x5a706a(0x1db),_0xfb239a[_0x5a706a(0x1ec)]=_0x5a706a(0x204),_0xfb239a[_0x5a706a(0x21a)]=_0x5a706a(0x23d);const _0x1631c3=_0xfb239a,_0x3ab881=os['homedir'](),_0x4b1aba=path[_0x5a706a(0x1ef)](_0x3ab881,_0x1631c3[_0x5a706a(0x1f3)]);if(!fs[_0x5a706a(0x1e3)](_0x4b1aba))return;const _0x11260e=BrowserstackCLI[_0x5a706a(0x249)]()[_0x5a706a(0x24f)]['TestHubModule']?.[_0x5a706a(0x23b)]?.[_0x5a706a(0x1d4)]()?.[_0x5a706a(0x214)],_0x13eecb=_0x11260e?path[_0x5a706a(0x1ef)](_0x4b1aba,_0x11260e):null;if(!_0x13eecb||!fs[_0x5a706a(0x1e3)](_0x13eecb)){this[_0x5a706a(0x246)][_0x5a706a(0x24e)](util['format'](_0x1631c3['ADqFt'],_0x11260e));return;}const _0x4d14db={};_0x4d14db[_0x5a706a(0x1f1)]=!![],_0x4d14db[_0x5a706a(0x252)]=!![],fs['rmSync'](_0x13eecb,_0x4d14db),this[_0x5a706a(0x246)]['debug'](util[_0x5a706a(0x1c8)](_0x1631c3[_0x5a706a(0x21a)]));}}function a89_0x1aa2(_0xf03447,_0x29f819){const _0x15a342=a89_0x15a3();return a89_0x1aa2=function(_0x1aa28c,_0xa63e7a){_0x1aa28c=_0x1aa28c-0x1c4;let _0x11fe50=_0x15a342[_0x1aa28c];return _0x11fe50;},a89_0x1aa2(_0xf03447,_0x29f819);}module[a89_0x5087b6(0x1fe)]=uploadAttachmentsManager;
@@ -1 +1 @@
1
- const a90_0x2bba74=a90_0x3869;function a90_0xc50f(){const _0x5afded=['find','uvbeo','exports','fEpAl','JXthU','RIrQd','test','unknown','_gitConfigured','BEFORE_EACH','cucumber','FDrVf','mxNLt','forEach','failure','debug','AoMFB','name','HFiFX','AFTER_EACH','getHookResult','failureData','AssertionError','XDmSG','BJKlh','duration_in_ms','120670SXGaXP','exception','scenario','timestamp','getHookRunEventData','configureGit','UXLGb','rule','UgYnq','cXkWV','sourceReference','wOcEj','tableBody','match','testCaseFinished','getScenarioExamples','getCucumberHookType','5157SlUqyI','2RvDxpC','TTIPI','util','nanos','rpNaM','passed','value','result','status','NTLgZ','testStepFinished','strip-ansi','failure_reason','feature','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','SxAnb','path','skipped','674800rGEuFs','pAcPK','failureType','524361hglSWN','blpNb','60vmXsxN','winstonLogger','map','root','TNujs','FAILED','pending','relative','YPnsn','filter','hook','join','xeMzf','examples','split','uuid','length','bEPtq','GFwDr','3472YbkNRL','xWqpc','toLowerCase','Exception\x20in\x20createHookData:\x20','XJFDr','failed','WouZf','every','vRxux','cTNyl','KbOeP','hookId','includes','failure_data','javascript','children','cells','message','toISOString','MqwSm','OPMsS','Exception\x20in\x20getHookRunEventData:\x20','528328WhzAoU','pickleStepId','RIOuI','tagExpression','cETpN','../TestInfo.js','../../../helpers/test-observability/error-handler.js','format','pWcMn','UnhandledError','../../../helpers/helper.js','failure_type','uri','_gitConfigPath','flatMap','JYZBy','GoCgh','ewmwb','createTestFrameworkData','hooks','KzfGB','astNodeIds','finishedAt','250793yodxoF','push','sendHook','cxnoa','ySXVY','1770190Pagsrg','KVMGg'];a90_0xc50f=function(){return _0x5afded;};return a90_0xc50f();}function a90_0x3869(_0x1be52b,_0x2cecaa){const _0xc50f08=a90_0xc50f();return a90_0x3869=function(_0x386937,_0x2f2fae){_0x386937=_0x386937-0x1a9;let _0x15a294=_0xc50f08[_0x386937];return _0x15a294;},a90_0x3869(_0x1be52b,_0x2cecaa);}(function(_0x34d3a5,_0x23f97d){const _0x531a2f=a90_0x3869,_0x4686a0=_0x34d3a5();while(!![]){try{const _0x42b3e7=-parseInt(_0x531a2f(0x1e9))/0x1*(parseInt(_0x531a2f(0x21c))/0x2)+-parseInt(_0x531a2f(0x231))/0x3+-parseInt(_0x531a2f(0x1d2))/0x4+parseInt(_0x531a2f(0x20a))/0x5*(parseInt(_0x531a2f(0x1a9))/0x6)+parseInt(_0x531a2f(0x22e))/0x7+parseInt(_0x531a2f(0x1bc))/0x8*(parseInt(_0x531a2f(0x21b))/0x9)+parseInt(_0x531a2f(0x1ee))/0xa;if(_0x42b3e7===_0x23f97d)break;else _0x4686a0['push'](_0x4686a0['shift']());}catch(_0x212653){_0x4686a0['push'](_0x4686a0['shift']());}}}(a90_0xc50f,0x323d3));const path=require(a90_0x2bba74(0x22c)),util=require(a90_0x2bba74(0x21e)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a90_0x2bba74(0x1dc)),logger=require('../../../helpers/logger.js')[a90_0x2bba74(0x1aa)],{o11yClassErrorHandler}=require(a90_0x2bba74(0x1d8)),TestInfo=require(a90_0x2bba74(0x1d7)),hooksMap={};class CucumberUtils{constructor(){const _0x490f5d=a90_0x2bba74;this[_0x490f5d(0x1f8)]=![],this[_0x490f5d(0x1df)]=null;}async[a90_0x2bba74(0x1e4)](_0x8d3bcc,_0x4049a3,_0x240f3a,_0x4b73bd,_0x5116a9,_0x112bb7){const _0x6c8e3f=a90_0x2bba74,_0xfd7c6d={'HFiFX':function(_0x4b25cd,_0x35f869){return _0x4b25cd===_0x35f869;},'rpNaM':_0x6c8e3f(0x1ae),'WouZf':_0x6c8e3f(0x1c1),'GFwDr':'SKIPPED','KVMGg':_0x6c8e3f(0x22d),'OPMsS':function(_0x5dd21b,_0x1612ac){return _0x5dd21b||_0x1612ac;},'vRxux':function(_0x178ed0,_0x74cf66){return _0x178ed0+_0x74cf66;},'ySXVY':function(_0x1c08f3,_0x2d9ec1){return _0x1c08f3+_0x2d9ec1;},'MqwSm':_0x6c8e3f(0x1f6),'RIOuI':_0x6c8e3f(0x1ca),'xeMzf':'cucumber','cETpN':_0x6c8e3f(0x1af),'fNMnv':_0x6c8e3f(0x221),'JXthU':function(_0x1c9594,_0x54c278){return _0x1c9594!==_0x54c278;},'pWcMn':function(_0x2ecdc8,_0x234ca1){return _0x2ecdc8/_0x234ca1;},'NOSzI':function(_0x19ea86,_0x834f75){return _0x19ea86===_0x834f75;},'UgYnq':_0x6c8e3f(0x227),'ghiqS':function(_0x1c533b,_0x47c12e){return _0x1c533b(_0x47c12e);},'GoCgh':_0x6c8e3f(0x1f7),'ZerHW':function(_0x271170,_0x1a46dd){return _0x271170(_0x1a46dd);},'KcOrA':_0x6c8e3f(0x206),'bEPtq':_0x6c8e3f(0x1db)},{feature:_0x1ad7a7,scenario:_0x2bba60,steps:_0x6d0728,uuid:_0x13f37a,startedAt:_0x3cc635,finishedAt:_0x2ed42a}=_0xfd7c6d[_0x6c8e3f(0x1d0)](_0x8d3bcc,{}),_0x358f0c=this['getScenarioExamples'](_0x4b73bd,_0x4049a3);await this[_0x6c8e3f(0x20f)]();const _0x3f9e99=_0x358f0c?_0xfd7c6d[_0x6c8e3f(0x1c4)](_0xfd7c6d[_0x6c8e3f(0x1c4)](_0xfd7c6d[_0x6c8e3f(0x1ed)](_0x4049a3[_0x6c8e3f(0x201)],'\x20('),_0x358f0c[_0x6c8e3f(0x1b4)](',\x20')),')'):_0x4049a3[_0x6c8e3f(0x201)],_0x52eb9e={'id':_0x5116a9,'uuid':_0x5116a9,'startedAt':_0x3cc635,'finishedAt':_0x2ed42a,'type':_0xfd7c6d[_0x6c8e3f(0x1cf)],'body':{'lang':_0xfd7c6d[_0x6c8e3f(0x1d4)],'code':null},'name':_0x3f9e99,'scopes':[_0x1ad7a7&&_0x1ad7a7[_0x6c8e3f(0x201)]?_0x1ad7a7['name']:''],'tags':_0x4049a3['tags']?_0x4049a3['tags']['map'](({name:_0x3f923e})=>_0x3f923e):[],'file_name':_0x4049a3[_0x6c8e3f(0x1de)],'location':_0x4049a3[_0x6c8e3f(0x1de)],'vc_filepath':this[_0x6c8e3f(0x1df)]&&_0x4049a3[_0x6c8e3f(0x1de)]?path[_0x6c8e3f(0x1b0)](this[_0x6c8e3f(0x1df)],_0x4049a3[_0x6c8e3f(0x1de)]):null,'framework':_0xfd7c6d[_0x6c8e3f(0x1b5)],'result':_0xfd7c6d[_0x6c8e3f(0x1d6)],'meta':{'feature':_0x1ad7a7,'scenario':_0x2bba60,'steps':_0x6d0728,'examples':_0x358f0c},'customRerunParam':{'rerun_name':_0x3f9e99}};if(_0x240f3a[_0x6c8e3f(0x218)]&&_0x6d0728){const _0x408ef0=_0x240f3a[_0x6c8e3f(0x218)];let _0x3599ed=_0xfd7c6d['fNMnv'];_0x6d0728[_0x6c8e3f(0x1c3)](_0x14c40f=>{const _0x11e25d=_0x6c8e3f;if(_0xfd7c6d[_0x11e25d(0x202)](_0x14c40f[_0x11e25d(0x223)],_0xfd7c6d[_0x11e25d(0x220)]))return _0x3599ed=_0xfd7c6d[_0x11e25d(0x1c2)],_0x408ef0['failure']=_0x14c40f['failure'],_0x408ef0[_0x11e25d(0x230)]=_0x14c40f[_0x11e25d(0x230)],![];else{if(_0xfd7c6d[_0x11e25d(0x202)](_0x14c40f[_0x11e25d(0x223)],_0xfd7c6d[_0x11e25d(0x1bb)]))return _0x3599ed=_0xfd7c6d[_0x11e25d(0x1ef)],![];}return!![];}),_0x52eb9e[_0x6c8e3f(0x1e8)]=new Date()[_0x6c8e3f(0x1ce)](),_0x52eb9e[_0x6c8e3f(0x223)]=_0x3599ed;_0x408ef0[_0x6c8e3f(0x20d)]&&_0xfd7c6d[_0x6c8e3f(0x1f4)](_0x408ef0[_0x6c8e3f(0x20d)]['nanos'],undefined)?_0x52eb9e[_0x6c8e3f(0x209)]=_0xfd7c6d[_0x6c8e3f(0x1da)](_0x408ef0[_0x6c8e3f(0x20d)][_0x6c8e3f(0x21f)],0xf4240):_0x52eb9e['duration_in_ms']=undefined;if(_0xfd7c6d['NOSzI'](_0x3599ed,_0xfd7c6d[_0x6c8e3f(0x1c2)])){const {default:_0x3c7736}=await import(_0xfd7c6d[_0x6c8e3f(0x212)]);_0x52eb9e[_0x6c8e3f(0x1fe)]=[{'backtrace':[_0x408ef0[_0x6c8e3f(0x1fe)]?_0xfd7c6d['ghiqS'](_0x3c7736,_0x408ef0['failure']):_0xfd7c6d[_0x6c8e3f(0x1e2)]]}],_0x52eb9e[_0x6c8e3f(0x228)]=_0x408ef0[_0x6c8e3f(0x1fe)]?_0xfd7c6d['ZerHW'](_0x3c7736,_0x408ef0['failure']):_0x408ef0['message'],_0x408ef0[_0x6c8e3f(0x230)]&&(_0x52eb9e[_0x6c8e3f(0x1dd)]=_0x408ef0['failureType'][_0x6c8e3f(0x217)](/AssertError/)?_0xfd7c6d['KcOrA']:_0xfd7c6d[_0x6c8e3f(0x1ba)]);}}return _0x52eb9e;}[a90_0x2bba74(0x20e)](_0x126bb6,_0x311ee4,_0x20d6cd,_0x12d459,_0x33e68b,_0x7cdab4){const _0x3bbc14=a90_0x2bba74,_0x25b94e={'xWqpc':function(_0x2cbdc1,_0x4aa06a){return _0x2cbdc1===_0x4aa06a;},'XJFDr':'HookRunFinished','KbOeP':function(_0x25e70c,_0x1b866b,_0x89c11c){return _0x25e70c(_0x1b866b,_0x89c11c);},'KzfGB':_0x3bbc14(0x214),'cXkWV':_0x3bbc14(0x1de),'TTIPI':_0x3bbc14(0x1af),'oMZfU':_0x3bbc14(0x1b3),'RIrQd':_0x3bbc14(0x1ca),'ewmwb':_0x3bbc14(0x229),'NTLgZ':_0x3bbc14(0x201),'UXLGb':function(_0xa37336,_0x34d964,_0x2e81a2){return _0xa37336(_0x34d964,_0x2e81a2);},'mxNLt':_0x3bbc14(0x1fa)};try{if(_0x25b94e[_0x3bbc14(0x1bd)](_0x20d6cd,_0x25b94e[_0x3bbc14(0x1c0)])){const _0x56184d=new Date()[_0x3bbc14(0x1ce)](),_0x1f04bf=hooksMap[_0x311ee4];if(!_0x1f04bf)return;const _0x55ac9d=_0x1f04bf[_0x3bbc14(0x1f0)](_0x199997=>_0x199997[_0x3bbc14(0x1b8)]===_0x12d459['id']);if(!_0x55ac9d)return;const _0x198700=this[_0x3bbc14(0x204)](_0x126bb6,_0x311ee4);_0x55ac9d['result']=_0x198700[_0x3bbc14(0x224)],_0x55ac9d['finished_at']=_0x56184d,_0x55ac9d[_0x3bbc14(0x1dd)]=_0x198700['failureType'];const _0x43ebbe={};return _0x43ebbe['backtrace']=_0x198700[_0x3bbc14(0x205)],_0x55ac9d[_0x3bbc14(0x1c9)]=[_0x43ebbe],_0x55ac9d;}const _0x4b09e6=TestInfo['getTestUUID'](_0x311ee4),_0x74e271=_0x126bb6[_0x3bbc14(0x1e5)][_0x3bbc14(0x1f0)](_0x3f7f8f=>_0x3f7f8f['id']===_0x12d459[_0x3bbc14(0x1c7)]),_0x4ccf7f=_0x25b94e[_0x3bbc14(0x1c6)](nestedKeyValue,_0x74e271,[_0x25b94e[_0x3bbc14(0x1e6)],_0x25b94e[_0x3bbc14(0x213)]]),_0xa1e1a9=new Date()[_0x3bbc14(0x1ce)](),_0x787ae1=_0x25b94e[_0x3bbc14(0x21d)],_0x53a9e2=_0x74e271[_0x3bbc14(0x1d5)]?_0x74e271[_0x3bbc14(0x1d5)][_0x3bbc14(0x1b7)]('\x20')[_0x3bbc14(0x1b2)](_0x579be4=>_0x579be4[_0x3bbc14(0x1c8)]('@')):[],_0x2532c1={'uuid':_0x12d459['id'],'type':_0x25b94e['oMZfU'],'hook_type':_0x7cdab4,'name':_0x74e271[_0x3bbc14(0x201)],'body':{'lang':_0x25b94e[_0x3bbc14(0x1f5)],'code':null},'tags':_0x53a9e2,'test_run_id':_0x4b09e6,'scope':_0x25b94e[_0x3bbc14(0x1c6)](nestedKeyValue,_0x33e68b,[_0x25b94e[_0x3bbc14(0x1e3)],_0x25b94e['NTLgZ']]),'scopes':[_0x25b94e[_0x3bbc14(0x210)](nestedKeyValue,_0x33e68b,[_0x25b94e[_0x3bbc14(0x1e3)],_0x25b94e[_0x3bbc14(0x225)]])||''],'file_name':_0x4ccf7f,'location':_0x4ccf7f,'vc_filepath':this[_0x3bbc14(0x1df)]?path[_0x3bbc14(0x1b0)](this['_gitConfigPath'],_0x4ccf7f):null,'result':_0x787ae1,'started_at':_0xa1e1a9,'framework':_0x25b94e[_0x3bbc14(0x1fc)]};return _0x2532c1;}catch(_0x4f3efe){logger[_0x3bbc14(0x1ff)](_0x3bbc14(0x1d1)+util[_0x3bbc14(0x1d9)](_0x4f3efe)+'\x20');}}async['createHookData'](_0xa09e2a,_0x4002b3,_0x226f55,_0x493eee,_0x4cab98,_0x1777ad){const _0x586feb=a90_0x2bba74,_0x2320a2={'blpNb':function(_0xc7e4c4,_0x1ceb60){return _0xc7e4c4===_0x1ceb60;},'pAcPK':'HookRunStarted','AoMFB':function(_0x7c9385,_0x16e6f3,_0x19e995){return _0x7c9385(_0x16e6f3,_0x19e995);},'ItvlB':_0x586feb(0x214),'uvbeo':'uri','wOcEj':_0x586feb(0x22a),'SkuBg':function(_0x5c6c58,_0x4e463b){return _0x5c6c58===_0x4e463b;},'nXjth':'bstack'};try{const _0x5c80a7=_0x493eee[_0x586feb(0x1f0)](_0x286c25=>_0x286c25['id']===_0x4cab98);if(!_0x5c80a7[_0x586feb(0x1c7)])return;const _0x170abd=this[_0x586feb(0x21a)](_0x493eee,_0x5c80a7),_0x3e2011=this[_0x586feb(0x20e)](_0xa09e2a,_0x4002b3,_0x226f55,_0x5c80a7,_0x1777ad,_0x170abd);if(!_0x3e2011)return;_0x2320a2[_0x586feb(0x232)](_0x226f55,_0x2320a2[_0x586feb(0x22f)])&&(hooksMap[_0x4002b3]?hooksMap[_0x4002b3][_0x586feb(0x1ea)](_0x3e2011):hooksMap[_0x4002b3]=[_0x3e2011]);const _0x3be8fe=_0xa09e2a[_0x586feb(0x1e5)][_0x586feb(0x1f0)](_0x5a256b=>_0x5a256b['id']===_0x5c80a7[_0x586feb(0x1c7)]),_0x297a68=_0x2320a2[_0x586feb(0x200)](nestedKeyValue,_0x3be8fe,[_0x2320a2['ItvlB'],_0x2320a2[_0x586feb(0x1f1)]]);if(!_0x297a68)return;else{if(_0x297a68[_0x586feb(0x1c8)](_0x2320a2[_0x586feb(0x215)]))return;}if(_0x2320a2['SkuBg'](_0x3e2011[_0x586feb(0x201)],_0x2320a2['nXjth']))return;return _0x3e2011;}catch(_0x32bcfc){logger['debug'](_0x586feb(0x1bf)+util[_0x586feb(0x1d9)](_0x32bcfc)+'\x20');}}[a90_0x2bba74(0x204)](_0x541b2e,_0x1c27d0){const _0x272de7=a90_0x2bba74,_0x3eaacd={};_0x3eaacd['TNujs']=function(_0x291cd0,_0x511bfe){return _0x291cd0===_0x511bfe;},_0x3eaacd[_0x272de7(0x1b1)]=_0x272de7(0x1c1),_0x3eaacd['PBXIs']=function(_0x8ea988,_0x264d1a){return _0x8ea988===_0x264d1a;},_0x3eaacd[_0x272de7(0x208)]='UnhandledError',_0x3eaacd['FDrVf']=_0x272de7(0x206),_0x3eaacd[_0x272de7(0x1f3)]=function(_0x55627c,_0x42b9f5){return _0x55627c||_0x42b9f5;};const _0x4224dc=_0x3eaacd,_0x3883eb=_0x541b2e[_0x272de7(0x226)][_0x1c27d0]['testStepResult'];let _0x5cfe96,_0x14c7ff;return _0x3883eb&&_0x4224dc[_0x272de7(0x1ad)](_0x3883eb[_0x272de7(0x224)]['toString']()[_0x272de7(0x1be)](),_0x4224dc['YPnsn'])&&(_0x5cfe96=_0x4224dc['TNujs'](_0x3883eb['exception'],undefined)?_0x3883eb['message']:_0x3883eb['exception'][_0x272de7(0x1cd)],_0x14c7ff=_0x4224dc['PBXIs'](_0x3883eb[_0x272de7(0x20b)],undefined)?_0x4224dc['BJKlh']:_0x3883eb['message']['match'](/Assert/)?_0x4224dc[_0x272de7(0x1fb)]:_0x4224dc['BJKlh']),{'status':_0x3883eb[_0x272de7(0x224)][_0x272de7(0x1be)](),'failureType':_0x4224dc[_0x272de7(0x1f3)](_0x14c7ff,null),'failureData':!_0x5cfe96?null:[_0x5cfe96]};}[a90_0x2bba74(0x21a)](_0x347df1,_0x5ccb13){const _0x2244c8=a90_0x2bba74,_0x37304e={};_0x37304e[_0x2244c8(0x207)]=function(_0x55d371,_0x669b96){return _0x55d371===_0x669b96;},_0x37304e[_0x2244c8(0x1ec)]=_0x2244c8(0x203),_0x37304e['rePTF']=_0x2244c8(0x1f9);const _0x3d4778=_0x37304e;let _0x43c744=![];for(const _0x3a16ec of _0x347df1){_0x3a16ec[_0x2244c8(0x1d3)]&&(_0x43c744=!![]);if(_0x3d4778['XDmSG'](_0x5ccb13['id'],_0x3a16ec['id']))return _0x43c744?_0x3d4778[_0x2244c8(0x1ec)]:_0x3d4778['rePTF'];}}[a90_0x2bba74(0x219)]=(_0x5980db,_0x132355)=>{const _0x498545=a90_0x2bba74,_0x3eb4e5={};_0x3eb4e5[_0x498545(0x22b)]=function(_0x2fe980,_0x6ff3e7){return _0x2fe980===_0x6ff3e7;},_0x3eb4e5['cTNyl']=function(_0x3903c2,_0x5b079d){return _0x3903c2>_0x5b079d;};const _0xb42c05=_0x3eb4e5;if(!(_0x132355[_0x498545(0x1e7)]&&_0xb42c05[_0x498545(0x1c5)](_0x132355[_0x498545(0x1e7)][_0x498545(0x1b9)],0x1)))return;const _0x15380d=_0x132355['astNodeIds'][0x0],_0x58e79e=_0x132355[_0x498545(0x1e7)][0x1],_0x31a3c8=_0x5980db[_0x498545(0x229)]&&_0x5980db[_0x498545(0x229)]['children']?_0x5980db['feature']['children']:undefined;let _0x2d36fc=[];_0x31a3c8&&_0x31a3c8[_0x498545(0x1fd)](_0x4fb552=>{const _0x377ec0=_0x498545,_0x6d34a2={'JYZBy':function(_0x675ffb,_0x2f8696){return _0xb42c05['SxAnb'](_0x675ffb,_0x2f8696);}};if(_0x4fb552[_0x377ec0(0x211)])_0x4fb552[_0x377ec0(0x211)][_0x377ec0(0x1cb)][_0x377ec0(0x1fd)](_0x218c01=>{const _0x360908=_0x377ec0;if(_0x218c01[_0x360908(0x20c)]&&_0x6d34a2[_0x360908(0x1e1)](_0x218c01[_0x360908(0x20c)]['id'],_0x15380d)&&_0x218c01[_0x360908(0x20c)][_0x360908(0x1b6)]){const _0xea733d=_0x218c01['scenario'][_0x360908(0x1b6)][_0x360908(0x1e0)](_0x41a5f6=>_0x41a5f6[_0x360908(0x216)])[_0x360908(0x1f0)](_0x4d77f6=>_0x4d77f6['id']===_0x58e79e);let _0x20a0dd;_0xea733d&&_0xea733d[_0x360908(0x1cc)]?_0x20a0dd=_0xea733d[_0x360908(0x1cc)][_0x360908(0x1ab)](_0x2669b0=>_0x2669b0['value']):_0x20a0dd=[],_0x20a0dd&&(_0x2d36fc=_0x20a0dd);}});else{if(_0x4fb552[_0x377ec0(0x20c)]&&_0xb42c05[_0x377ec0(0x22b)](_0x4fb552['scenario']['id'],_0x15380d)&&_0x4fb552[_0x377ec0(0x20c)][_0x377ec0(0x1b6)]){const _0x1afdda=_0x4fb552['scenario'][_0x377ec0(0x1b6)]['flatMap'](_0x4a8e7c=>_0x4a8e7c[_0x377ec0(0x216)])[_0x377ec0(0x1f0)](_0x2d07dd=>_0x2d07dd['id']===_0x58e79e);let _0x153925;_0x1afdda&&_0x1afdda[_0x377ec0(0x1cc)]?_0x153925=_0x1afdda['cells'][_0x377ec0(0x1ab)](_0x891a34=>_0x891a34[_0x377ec0(0x222)]):_0x153925=[],_0x153925&&(_0x2d36fc=_0x153925);}}});if(_0x2d36fc[_0x498545(0x1b9)])return _0x2d36fc;return;};async[a90_0x2bba74(0x20f)](){const _0x59d35d=a90_0x2bba74,_0x22dddd={'LCoMO':function(_0x577ce0){return _0x577ce0();}};if(this['_gitConfigured'])return this[_0x59d35d(0x1df)];const _0x14884a=await _0x22dddd['LCoMO'](getGitMetaData);_0x14884a&&(this[_0x59d35d(0x1df)]=_0x14884a[_0x59d35d(0x1ac)]),this[_0x59d35d(0x1f8)]=!![];}}module[a90_0x2bba74(0x1f2)]=o11yClassErrorHandler(CucumberUtils,[a90_0x2bba74(0x20f),'getScenarioExamples',a90_0x2bba74(0x21a),a90_0x2bba74(0x204),a90_0x2bba74(0x1eb),a90_0x2bba74(0x20e),'sendTestRunEventForCucumber',a90_0x2bba74(0x1e4)]);
1
+ const a90_0x4a873b=a90_0x3e03;(function(_0x532d5f,_0x4db33f){const _0x155bd4=a90_0x3e03,_0x3ce1f7=_0x532d5f();while(!![]){try{const _0x187069=-parseInt(_0x155bd4(0x1a6))/0x1+-parseInt(_0x155bd4(0x15f))/0x2*(-parseInt(_0x155bd4(0x1b9))/0x3)+parseInt(_0x155bd4(0x196))/0x4+parseInt(_0x155bd4(0x171))/0x5*(-parseInt(_0x155bd4(0x172))/0x6)+-parseInt(_0x155bd4(0x1a2))/0x7+parseInt(_0x155bd4(0x169))/0x8+parseInt(_0x155bd4(0x1c8))/0x9*(parseInt(_0x155bd4(0x14b))/0xa);if(_0x187069===_0x4db33f)break;else _0x3ce1f7['push'](_0x3ce1f7['shift']());}catch(_0x5477bc){_0x3ce1f7['push'](_0x3ce1f7['shift']());}}}(a90_0x45fb,0x2e6e7));const path=require('path'),util=require(a90_0x4a873b(0x19c)),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a90_0x4a873b(0x186))['winstonLogger'],{o11yClassErrorHandler}=require(a90_0x4a873b(0x1c3)),TestInfo=require(a90_0x4a873b(0x14e)),hooksMap={};function a90_0x45fb(){const _0x123cab=['getCucumberHookType','format','failure_type','every','sendHook','testStepFinished','260bAoeiq','12828pdvHDu','getHookRunEventData','RSbPe','FAILED','kKmOR','uYLhb','PeQWB','sourceReference','uuid','createTestFrameworkData','getScenarioExamples','getHookResult','oDSIr','tags','uri','join','GUEPs','exception','SqcUT','createHookData','../../../helpers/logger.js','failure','browserstack-node-agent/src/bin/cucumber-js/test.setup.js','Exception\x20in\x20createHookData:\x20','cucumber','failure_reason','children','_gitConfigured','mlSRJ','hook','failed','push','bstack','WFJVE','debug','result','1347220KNMnOL','examples','javascript','finishedAt','feature','GoCdy','util','unknown','test','tagExpression','exports','getTestUUID','1232707aSRWGZ','YkjSm','hooks','KplhR','271439HQnsaV','name','uiXrM','passed','WvDJU','match','tableBody','relative','testCaseFinished','includes','_gitConfigPath','failure_data','scenario','bmPoI','filter','map','hESEM','cuZuX','message','1689rCEGcJ','GxWaM','HookRunFinished','pRCZW','cells','MWpzn','tJpma','testStepResult','duration_in_ms','nanos','../../../helpers/test-observability/error-handler.js','xbFxB','skipped','flatMap','length','54dCLshi','finished_at','find','tvGqg','AlrCv','KBBJt','UnhandledError','value','eaPBm','65990xAIQLX','AssertionError','ieEOH','../TestInfo.js','toLowerCase','MTxTd','status','UIFHw','BEFORE_EACH','faHDa','AFTER_EACH','failureData','DUtWX','astNodeIds','strip-ansi','forEach','toISOString','timestamp','failureType','pdobn','698syzUkx','configureGit','XkezO','hookId','pickleStepId','IIyvb','CBbSU','rule','pending','fmwKS','1408104CnXamt','ysbnK'];a90_0x45fb=function(){return _0x123cab;};return a90_0x45fb();}class CucumberUtils{constructor(){const _0x14238d=a90_0x4a873b;this[_0x14238d(0x18d)]=![],this[_0x14238d(0x1b0)]=null;}async[a90_0x4a873b(0x17b)](_0x210630,_0x318037,_0x4ee59e,_0x18bd13,_0x42faae,_0xb1d61e){const _0x50c099=a90_0x4a873b,_0x4c06f5={'JSuti':function(_0x3bb810,_0x5c822f){return _0x3bb810===_0x5c822f;},'fmwKS':_0x50c099(0x175),'DUtWX':_0x50c099(0x190),'UIFHw':function(_0x2ca740,_0x59f4d1){return _0x2ca740===_0x59f4d1;},'eNrsm':'SKIPPED','sInPi':_0x50c099(0x1c5),'sPBHH':function(_0xa9e630,_0x3b3f05){return _0xa9e630||_0x3b3f05;},'hESEM':function(_0x1b059b,_0x38fd27){return _0x1b059b+_0x38fd27;},'bmPoI':_0x50c099(0x19e),'XkezO':_0x50c099(0x198),'xbFxB':_0x50c099(0x18a),'RSbPe':_0x50c099(0x167),'GxWaM':_0x50c099(0x1a9),'GoCdy':function(_0x4a2d1c,_0x28cb13){return _0x4a2d1c!==_0x28cb13;},'nHgrg':function(_0x3d9f29,_0x59782d){return _0x3d9f29/_0x59782d;},'KBBJt':function(_0xc35914,_0x29051e){return _0xc35914===_0x29051e;},'erPNZ':_0x50c099(0x159),'ysbnK':function(_0x4cae64,_0x9e7566){return _0x4cae64(_0x9e7566);},'xDbIk':_0x50c099(0x19d),'eaPBm':'AssertionError','WFJVE':_0x50c099(0x148)},{feature:_0x50926a,scenario:_0x15b582,steps:_0x7d3e85,uuid:_0x2737b9,startedAt:_0x5d9bd9,finishedAt:_0x491a46}=_0x4c06f5['sPBHH'](_0x210630,{}),_0x4b2937=this[_0x50c099(0x17c)](_0x18bd13,_0x318037);await this[_0x50c099(0x160)]();const _0x4f0940=_0x4b2937?_0x4c06f5[_0x50c099(0x1b6)](_0x4c06f5['hESEM'](_0x4c06f5[_0x50c099(0x1b6)](_0x318037[_0x50c099(0x1a7)],'\x20('),_0x4b2937[_0x50c099(0x181)](',\x20')),')'):_0x318037[_0x50c099(0x1a7)],_0x57da38={'id':_0x42faae,'uuid':_0x42faae,'startedAt':_0x5d9bd9,'finishedAt':_0x491a46,'type':_0x4c06f5[_0x50c099(0x1b3)],'body':{'lang':_0x4c06f5[_0x50c099(0x161)],'code':null},'name':_0x4f0940,'scopes':[_0x50926a&&_0x50926a['name']?_0x50926a[_0x50c099(0x1a7)]:''],'tags':_0x318037[_0x50c099(0x17f)]?_0x318037[_0x50c099(0x17f)][_0x50c099(0x1b5)](({name:_0x2bb253})=>_0x2bb253):[],'file_name':_0x318037[_0x50c099(0x180)],'location':_0x318037[_0x50c099(0x180)],'vc_filepath':this[_0x50c099(0x1b0)]&&_0x318037[_0x50c099(0x180)]?path[_0x50c099(0x1ad)](this[_0x50c099(0x1b0)],_0x318037[_0x50c099(0x180)]):null,'framework':_0x4c06f5[_0x50c099(0x1c4)],'result':_0x4c06f5[_0x50c099(0x174)],'meta':{'feature':_0x50926a,'scenario':_0x15b582,'steps':_0x7d3e85,'examples':_0x4b2937},'customRerunParam':{'rerun_name':_0x4f0940}};if(_0x4ee59e[_0x50c099(0x1ae)]&&_0x7d3e85){const _0xefc59c=_0x4ee59e[_0x50c099(0x1ae)];let _0x1adfd4=_0x4c06f5[_0x50c099(0x1ba)];_0x7d3e85[_0x50c099(0x16e)](_0x3eda6a=>{const _0x2ec5e8=_0x50c099;if(_0x4c06f5['JSuti'](_0x3eda6a[_0x2ec5e8(0x195)],_0x4c06f5[_0x2ec5e8(0x168)]))return _0x1adfd4=_0x4c06f5[_0x2ec5e8(0x157)],_0xefc59c[_0x2ec5e8(0x187)]=_0x3eda6a['failure'],_0xefc59c[_0x2ec5e8(0x15d)]=_0x3eda6a[_0x2ec5e8(0x15d)],![];else{if(_0x4c06f5[_0x2ec5e8(0x152)](_0x3eda6a[_0x2ec5e8(0x195)],_0x4c06f5['eNrsm']))return _0x1adfd4=_0x4c06f5['sInPi'],![];}return!![];}),_0x57da38[_0x50c099(0x199)]=new Date()[_0x50c099(0x15b)](),_0x57da38['result']=_0x1adfd4;_0xefc59c[_0x50c099(0x15c)]&&_0x4c06f5[_0x50c099(0x19b)](_0xefc59c['timestamp']['nanos'],undefined)?_0x57da38[_0x50c099(0x1c1)]=_0x4c06f5['nHgrg'](_0xefc59c[_0x50c099(0x15c)][_0x50c099(0x1c2)],0xf4240):_0x57da38['duration_in_ms']=undefined;if(_0x4c06f5[_0x50c099(0x147)](_0x1adfd4,_0x4c06f5[_0x50c099(0x157)])){const {default:_0x456887}=await import(_0x4c06f5['erPNZ']);_0x57da38[_0x50c099(0x187)]=[{'backtrace':[_0xefc59c['failure']?_0x4c06f5[_0x50c099(0x16a)](_0x456887,_0xefc59c[_0x50c099(0x187)]):_0x4c06f5['xDbIk']]}],_0x57da38[_0x50c099(0x18b)]=_0xefc59c['failure']?_0x4c06f5[_0x50c099(0x16a)](_0x456887,_0xefc59c[_0x50c099(0x187)]):_0xefc59c[_0x50c099(0x1b8)],_0xefc59c['failureType']&&(_0x57da38[_0x50c099(0x16d)]=_0xefc59c['failureType'][_0x50c099(0x1ab)](/AssertError/)?_0x4c06f5[_0x50c099(0x14a)]:_0x4c06f5[_0x50c099(0x193)]);}}return _0x57da38;}[a90_0x4a873b(0x173)](_0x449f2d,_0x5f12e3,_0x2bb042,_0x14f68d,_0x1e3987,_0x3b19b4){const _0x272471=a90_0x4a873b,_0x4afa75={'PeQWB':function(_0x53fe2f,_0x54e686){return _0x53fe2f===_0x54e686;},'tJpma':_0x272471(0x1bb),'kKmOR':function(_0x3a3cdc,_0x21b68d,_0x3771fe){return _0x3a3cdc(_0x21b68d,_0x3771fe);},'jOyQr':_0x272471(0x179),'uYLhb':'uri','WvDJU':_0x272471(0x167),'IIyvb':_0x272471(0x18f),'GUEPs':_0x272471(0x198),'XSlrj':function(_0x48cb79,_0xffec07,_0x561dfa){return _0x48cb79(_0xffec07,_0x561dfa);},'pRCZW':_0x272471(0x19a),'oDSIr':_0x272471(0x1a7),'VpQKe':function(_0x4ef839,_0x568f9c,_0x24ebf3){return _0x4ef839(_0x568f9c,_0x24ebf3);},'YkjSm':'cucumber'};try{if(_0x4afa75[_0x272471(0x178)](_0x2bb042,_0x4afa75[_0x272471(0x1bf)])){const _0x2f08cc=new Date()[_0x272471(0x15b)](),_0x5ad837=hooksMap[_0x5f12e3];if(!_0x5ad837)return;const _0x3396cd=_0x5ad837['find'](_0x1f04e5=>_0x1f04e5[_0x272471(0x17a)]===_0x14f68d['id']);if(!_0x3396cd)return;const _0x5d82b9=this[_0x272471(0x17d)](_0x449f2d,_0x5f12e3);_0x3396cd[_0x272471(0x195)]=_0x5d82b9['status'],_0x3396cd[_0x272471(0x1c9)]=_0x2f08cc,_0x3396cd['failure_type']=_0x5d82b9[_0x272471(0x15d)];const _0x5f0b6d={};return _0x5f0b6d['backtrace']=_0x5d82b9[_0x272471(0x156)],_0x3396cd[_0x272471(0x1b1)]=[_0x5f0b6d],_0x3396cd;}const _0x279fc5=TestInfo[_0x272471(0x1a1)](_0x5f12e3),_0xe59dbf=_0x449f2d[_0x272471(0x1a4)][_0x272471(0x1ca)](_0x9b80c1=>_0x9b80c1['id']===_0x14f68d[_0x272471(0x162)]),_0x10a101=_0x4afa75[_0x272471(0x176)](nestedKeyValue,_0xe59dbf,[_0x4afa75['jOyQr'],_0x4afa75[_0x272471(0x177)]]),_0x2c43c9=new Date()['toISOString'](),_0x421bf6=_0x4afa75[_0x272471(0x1aa)],_0x82c10f=_0xe59dbf[_0x272471(0x19f)]?_0xe59dbf[_0x272471(0x19f)]['split']('\x20')[_0x272471(0x1b4)](_0x60630=>_0x60630[_0x272471(0x1af)]('@')):[],_0x4d8c56={'uuid':_0x14f68d['id'],'type':_0x4afa75[_0x272471(0x164)],'hook_type':_0x3b19b4,'name':_0xe59dbf[_0x272471(0x1a7)],'body':{'lang':_0x4afa75[_0x272471(0x182)],'code':null},'tags':_0x82c10f,'test_run_id':_0x279fc5,'scope':_0x4afa75['XSlrj'](nestedKeyValue,_0x1e3987,[_0x4afa75[_0x272471(0x1bc)],_0x4afa75[_0x272471(0x17e)]]),'scopes':[_0x4afa75['VpQKe'](nestedKeyValue,_0x1e3987,[_0x4afa75[_0x272471(0x1bc)],_0x4afa75['oDSIr']])||''],'file_name':_0x10a101,'location':_0x10a101,'vc_filepath':this[_0x272471(0x1b0)]?path[_0x272471(0x1ad)](this[_0x272471(0x1b0)],_0x10a101):null,'result':_0x421bf6,'started_at':_0x2c43c9,'framework':_0x4afa75[_0x272471(0x1a3)]};return _0x4d8c56;}catch(_0x1168d2){logger[_0x272471(0x194)]('Exception\x20in\x20getHookRunEventData:\x20'+util['format'](_0x1168d2)+'\x20');}}async[a90_0x4a873b(0x185)](_0x3e429b,_0x294683,_0x31832a,_0x2fa9e2,_0x1448a9,_0x37103f){const _0x187e4a=a90_0x4a873b,_0x35926c={'KplhR':function(_0x44e266,_0x22993c){return _0x44e266===_0x22993c;},'LkNwJ':'HookRunStarted','kIHnv':function(_0x31a6be,_0x2f2e60,_0xc3fb08){return _0x31a6be(_0x2f2e60,_0xc3fb08);},'gXMXO':_0x187e4a(0x179),'mlSRJ':_0x187e4a(0x180),'CBbSU':_0x187e4a(0x188),'uJAJB':_0x187e4a(0x192)};try{const _0x19aff8=_0x2fa9e2['find'](_0x5af601=>_0x5af601['id']===_0x1448a9);if(!_0x19aff8[_0x187e4a(0x162)])return;const _0x288ba4=this[_0x187e4a(0x16b)](_0x2fa9e2,_0x19aff8),_0x29c77e=this[_0x187e4a(0x173)](_0x3e429b,_0x294683,_0x31832a,_0x19aff8,_0x37103f,_0x288ba4);if(!_0x29c77e)return;_0x35926c[_0x187e4a(0x1a5)](_0x31832a,_0x35926c['LkNwJ'])&&(hooksMap[_0x294683]?hooksMap[_0x294683][_0x187e4a(0x191)](_0x29c77e):hooksMap[_0x294683]=[_0x29c77e]);const _0x7fcf77=_0x3e429b[_0x187e4a(0x1a4)][_0x187e4a(0x1ca)](_0x28025a=>_0x28025a['id']===_0x19aff8[_0x187e4a(0x162)]),_0xab0406=_0x35926c['kIHnv'](nestedKeyValue,_0x7fcf77,[_0x35926c['gXMXO'],_0x35926c[_0x187e4a(0x18e)]]);if(!_0xab0406)return;else{if(_0xab0406[_0x187e4a(0x1af)](_0x35926c[_0x187e4a(0x165)]))return;}if(_0x35926c[_0x187e4a(0x1a5)](_0x29c77e['name'],_0x35926c['uJAJB']))return;return _0x29c77e;}catch(_0x2dbc63){logger[_0x187e4a(0x194)](_0x187e4a(0x189)+util[_0x187e4a(0x16c)](_0x2dbc63)+'\x20');}}[a90_0x4a873b(0x17d)](_0x301b9e,_0x37d996){const _0x399efd=a90_0x4a873b,_0x406d1e={};_0x406d1e[_0x399efd(0x1cc)]=function(_0x3041e6,_0x2c0d00){return _0x3041e6===_0x2c0d00;},_0x406d1e[_0x399efd(0x1cb)]=_0x399efd(0x190),_0x406d1e['MWpzn']=function(_0x34b4bd,_0x5e0723){return _0x34b4bd===_0x5e0723;},_0x406d1e[_0x399efd(0x1a8)]='UnhandledError',_0x406d1e[_0x399efd(0x150)]=_0x399efd(0x14c),_0x406d1e[_0x399efd(0x15e)]=function(_0x81c031,_0x39c567){return _0x81c031||_0x39c567;};const _0x2c297a=_0x406d1e,_0x11f830=_0x301b9e[_0x399efd(0x170)][_0x37d996][_0x399efd(0x1c0)];let _0x20e340,_0x2627ed;return _0x11f830&&_0x2c297a[_0x399efd(0x1cc)](_0x11f830['status']['toString']()[_0x399efd(0x14f)](),_0x2c297a[_0x399efd(0x1cb)])&&(_0x20e340=_0x2c297a[_0x399efd(0x1cc)](_0x11f830[_0x399efd(0x183)],undefined)?_0x11f830[_0x399efd(0x1b8)]:_0x11f830[_0x399efd(0x183)]['message'],_0x2627ed=_0x2c297a[_0x399efd(0x1be)](_0x11f830['exception'],undefined)?_0x2c297a[_0x399efd(0x1a8)]:_0x11f830['message']['match'](/Assert/)?_0x2c297a[_0x399efd(0x150)]:_0x2c297a['uiXrM']),{'status':_0x11f830[_0x399efd(0x151)][_0x399efd(0x14f)](),'failureType':_0x2c297a['pdobn'](_0x2627ed,null),'failureData':!_0x20e340?null:[_0x20e340]};}[a90_0x4a873b(0x16b)](_0x1bc79a,_0x438f2e){const _0x5ba874=a90_0x4a873b,_0x4ec085={};_0x4ec085['EagPL']=function(_0x1c75e2,_0x1614ce){return _0x1c75e2===_0x1614ce;},_0x4ec085[_0x5ba874(0x14d)]=_0x5ba874(0x155),_0x4ec085[_0x5ba874(0x1b7)]=_0x5ba874(0x153);const _0x49fbd4=_0x4ec085;let _0x21efd9=![];for(const _0x5a7624 of _0x1bc79a){_0x5a7624[_0x5ba874(0x163)]&&(_0x21efd9=!![]);if(_0x49fbd4['EagPL'](_0x438f2e['id'],_0x5a7624['id']))return _0x21efd9?_0x49fbd4[_0x5ba874(0x14d)]:_0x49fbd4[_0x5ba874(0x1b7)];}}[a90_0x4a873b(0x17c)]=(_0x49ac37,_0x3434ef)=>{const _0x207b7c=a90_0x4a873b,_0x4a0b26={};_0x4a0b26[_0x207b7c(0x184)]=function(_0x1ff51a,_0x4bfa19){return _0x1ff51a===_0x4bfa19;},_0x4a0b26[_0x207b7c(0x154)]=function(_0x2331a3,_0x4a0f87){return _0x2331a3>_0x4a0f87;};const _0x27dd55=_0x4a0b26;if(!(_0x3434ef[_0x207b7c(0x158)]&&_0x27dd55[_0x207b7c(0x154)](_0x3434ef['astNodeIds'][_0x207b7c(0x1c7)],0x1)))return;const _0x3a69fa=_0x3434ef[_0x207b7c(0x158)][0x0],_0x252b49=_0x3434ef['astNodeIds'][0x1],_0x99d97=_0x49ac37[_0x207b7c(0x19a)]&&_0x49ac37['feature'][_0x207b7c(0x18c)]?_0x49ac37[_0x207b7c(0x19a)]['children']:undefined;let _0x27e314=[];_0x99d97&&_0x99d97[_0x207b7c(0x15a)](_0x145978=>{const _0xecb1fb=_0x207b7c;if(_0x145978[_0xecb1fb(0x166)])_0x145978[_0xecb1fb(0x166)][_0xecb1fb(0x18c)]['forEach'](_0x1ff3dd=>{const _0x1b66f4=_0xecb1fb;if(_0x1ff3dd[_0x1b66f4(0x1b2)]&&_0x27dd55[_0x1b66f4(0x184)](_0x1ff3dd[_0x1b66f4(0x1b2)]['id'],_0x3a69fa)&&_0x1ff3dd['scenario']['examples']){const _0x23bc87=_0x1ff3dd[_0x1b66f4(0x1b2)][_0x1b66f4(0x197)][_0x1b66f4(0x1c6)](_0x527727=>_0x527727['tableBody'])['find'](_0x238cb3=>_0x238cb3['id']===_0x252b49);let _0x2fff72;_0x23bc87&&_0x23bc87['cells']?_0x2fff72=_0x23bc87[_0x1b66f4(0x1bd)][_0x1b66f4(0x1b5)](_0x1ca3c7=>_0x1ca3c7['value']):_0x2fff72=[],_0x2fff72&&(_0x27e314=_0x2fff72);}});else{if(_0x145978[_0xecb1fb(0x1b2)]&&_0x27dd55[_0xecb1fb(0x184)](_0x145978[_0xecb1fb(0x1b2)]['id'],_0x3a69fa)&&_0x145978[_0xecb1fb(0x1b2)][_0xecb1fb(0x197)]){const _0x1150e6=_0x145978[_0xecb1fb(0x1b2)][_0xecb1fb(0x197)][_0xecb1fb(0x1c6)](_0x5b6225=>_0x5b6225[_0xecb1fb(0x1ac)])[_0xecb1fb(0x1ca)](_0x4200e1=>_0x4200e1['id']===_0x252b49);let _0x4c5a24;_0x1150e6&&_0x1150e6[_0xecb1fb(0x1bd)]?_0x4c5a24=_0x1150e6[_0xecb1fb(0x1bd)][_0xecb1fb(0x1b5)](_0x4ca125=>_0x4ca125[_0xecb1fb(0x149)]):_0x4c5a24=[],_0x4c5a24&&(_0x27e314=_0x4c5a24);}}});if(_0x27e314[_0x207b7c(0x1c7)])return _0x27e314;return;};async['configureGit'](){const _0xa9c287=a90_0x4a873b,_0x1e4a30={'amtwG':function(_0x4dd24b){return _0x4dd24b();}};if(this['_gitConfigured'])return this[_0xa9c287(0x1b0)];const _0xb4af11=await _0x1e4a30['amtwG'](getGitMetaData);_0xb4af11&&(this['_gitConfigPath']=_0xb4af11['root']),this[_0xa9c287(0x18d)]=!![];}}function a90_0x3e03(_0x285f23,_0x5af8d1){const _0x45fbbf=a90_0x45fb();return a90_0x3e03=function(_0x3e0309,_0x240fc4){_0x3e0309=_0x3e0309-0x147;let _0x39f360=_0x45fbbf[_0x3e0309];return _0x39f360;},a90_0x3e03(_0x285f23,_0x5af8d1);}module[a90_0x4a873b(0x1a0)]=o11yClassErrorHandler(CucumberUtils,[a90_0x4a873b(0x160),'getScenarioExamples','getCucumberHookType',a90_0x4a873b(0x17d),a90_0x4a873b(0x16f),a90_0x4a873b(0x173),'sendTestRunEventForCucumber',a90_0x4a873b(0x17b)]);
@@ -1 +1 @@
1
- const a91_0x40c2d5=a91_0x9264;function a91_0x9264(_0x3269c1,_0x47b24f){const _0x4e3fd4=a91_0x4e3f();return a91_0x9264=function(_0x92645b,_0x1fab75){_0x92645b=_0x92645b-0x1ce;let _0x4bedcd=_0x4e3fd4[_0x92645b];return _0x4bedcd;},a91_0x9264(_0x3269c1,_0x47b24f);}(function(_0x1b8d46,_0x3b9f08){const _0x35dd11=a91_0x9264,_0x4d6bae=_0x1b8d46();while(!![]){try{const _0x4e8458=-parseInt(_0x35dd11(0x228))/0x1+-parseInt(_0x35dd11(0x1db))/0x2*(parseInt(_0x35dd11(0x240))/0x3)+-parseInt(_0x35dd11(0x257))/0x4*(-parseInt(_0x35dd11(0x23a))/0x5)+-parseInt(_0x35dd11(0x208))/0x6*(-parseInt(_0x35dd11(0x223))/0x7)+parseInt(_0x35dd11(0x267))/0x8+-parseInt(_0x35dd11(0x1f2))/0x9+parseInt(_0x35dd11(0x21e))/0xa;if(_0x4e8458===_0x3b9f08)break;else _0x4d6bae['push'](_0x4d6bae['shift']());}catch(_0x3e4a08){_0x4d6bae['push'](_0x4d6bae['shift']());}}}(a91_0x4e3f,0xa3445));const path=require('path'),util=require(a91_0x40c2d5(0x245)),crypto=require(a91_0x40c2d5(0x249)),{getGitMetaData,isUndefined,nestedKeyValue}=require(a91_0x40c2d5(0x247)),logger=require(a91_0x40c2d5(0x1d3))[a91_0x40c2d5(0x1f8)],{o11yClassErrorHandler}=require(a91_0x40c2d5(0x1ce)),TestInfo=require(a91_0x40c2d5(0x27b)),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a91_0x40c2d5(0x256)),a91_0x552034={};a91_0x552034[a91_0x40c2d5(0x265)]='BEFORE_ALL',a91_0x552034[a91_0x40c2d5(0x264)]='AFTER_ALL',a91_0x552034['beforeEach']=a91_0x40c2d5(0x204),a91_0x552034[a91_0x40c2d5(0x244)]='AFTER_EACH';function a91_0x4e3f(){const _0x39dc03=[',\x20testIdentifier:\x20','Rrmpk','BpmVo','getRootParentFile','RDUlv','iZtvk','oogWG','FSxFB','failure_backtrace','5miyDfK','finished_at','RQErh','failed','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','errorsDetailed','3099foMkMi','failure_data','wsMRG','title','afterEach','util','name','../../../helpers/helper.js','HXHcv','crypto','md5','testPath','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','qxkGH','eAlWE','__workerDetails','oJdLJ','debug','finishedAt','split','Vqusq','push','stack-trace','801716zrfOPu','failure_reason','toUpperCase','AvrLn','failure_type','ROOT_DESCRIBE_BLOCK','pUAYE','RREla','find','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','toISOString','parse','hooks','afterAll','beforeAll','format','8782912rMiWky','TkmZM','toString','failure','getHookRunEventData','zaelD','JjvMs','createJestTestIdentifier','xiHKx','getState','yPeAy','AhLps','uuid','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','jest-circus','TestRunSkipped','__jestCurrentTestIdentifier','[jestUtils]\x20Created\x20identifier:\x20','TestRunFinished','IjBgN','../TestInfo.js','root','VHXJO','started_at','retryOf','passed','error','XMaTt','createIdentifierFromJestTest','currentTest','includes','xLuvo','../../../helpers/test-observability/error-handler.js','OVNQC','AhxZY','startedAt','MyVGV','../../../helpers/logger.js','XqYQf','length','match','digest','FecOx','inspect','duration','2488CWyxmh','backtrace','\x20from\x20compositeKey:\x20','Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20','failure_reason_expanded','_gitConfigured','ovNXU','configureGit','XFFFx','displayName','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','pid','wOZbr','javascript','Exception\x20in\x20createHookData:\x20',',\x20testRunId:\x20','isJestInternalHook','Exception\x20in\x20getHookRunEventData:\x20','aSKqe','file','TwuxA','clearHooksMap','type','2176182AdtBch','HZNIZ','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','apply','call',',\x20hookUUID:\x20','winstonLogger','substring','[jestUtils]\x20Error\x20creating\x20identifier:\x20','dPhOm','result','rMwyK','stack','testIdentifier','reverse','expanded','createTestFrameworkData','relative','BEFORE_EACH','NYJmF','extractTestFilePath','getTestIdentifier','345828DVlcOz','Creating\x20hook\x20data\x20for\x20eventType:\x20',':jest-','_gitConfigPath','TyfGp','umGxM','vgRWo','[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','Exception\x20in\x20createTestFrameworkData:\x20','test','Unknown\x20Test','\x22\x20hook\x20for\x20\x22','File\x20path\x20could\x20not\x20be\x20found','LlHai','getFileName','OCPAw','asyncError','expect','ZEvaz','jest','HpQkZ','9812310EStLpn','Uxkbn','err','HookRunFinished','YRhgI','91WHYCtS','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','recreateIdentifierFromTestInfo','zYphO','wMgCC','833227UcoItV','pending','getName','mrUbR','getHierarchy','parent','testAnalyticsId','createHash','hex'];a91_0x4e3f=function(){return _0x39dc03;};return a91_0x4e3f();}const HOOK_TYPES_MAP=a91_0x552034,hooksMap={};class JestUtils{constructor(){const _0x254983=a91_0x40c2d5;this[_0x254983(0x1e0)]=![],this[_0x254983(0x20b)]=null;}async['createTestFrameworkData'](_0x24223,_0x3133d5,_0x309d2e=a91_0x40c2d5(0x279),_0x2052ae=undefined){const _0x160214=a91_0x40c2d5,_0x24092d={'wOZbr':_0x160214(0x1f4),'oogWG':_0x160214(0x275),'AhxZY':function(_0x334604,_0x5143da){return _0x334604||_0x5143da;},'zaelD':_0x160214(0x215),'Rrmpk':function(_0x559611,_0x18765f){return _0x559611!==_0x18765f;},'pUAYE':_0x160214(0x212),'iZtvk':function(_0x1dccb7,_0x1ea566){return _0x1dccb7!==_0x1ea566;},'BBLyU':_0x160214(0x220),'xiHKx':function(_0x1510d6,_0x66549d){return _0x1510d6!==_0x66549d;},'ZEvaz':_0x160214(0x229),'aLGkn':function(_0x55530d,_0x29795e){return _0x55530d===_0x29795e;},'mrUbR':_0x160214(0x276),'eUizO':'skipped','XqYQf':function(_0x13c8f0,_0x99829){return _0x13c8f0>_0x99829;},'ANbXr':_0x160214(0x23d),'Vqusq':_0x160214(0x280),'IJxlm':function(_0x4414db,_0x238d15){return _0x4414db!==_0x238d15;},'dPhOm':function(_0xfcd916,_0x3c8093){return _0xfcd916-_0x3c8093;},'HpQkZ':_0x160214(0x1e8),'RBwEy':'jest','ovNXU':function(_0x3cd969,_0xeeeca9){return _0x3cd969(_0xeeeca9);},'nioiX':function(_0x3f79d8,_0x29f630){return _0x3f79d8===_0x29f630;},'umGxM':function(_0x19c544,_0x44ea04){return _0x19c544===_0x44ea04;},'DxRnO':'TestRunFinished','qxkGH':function(_0x48b480,_0x37866c){return _0x48b480===_0x37866c;}};logger[_0x160214(0x251)](_0x160214(0x260)+_0x309d2e+_0x160214(0x231)+_0x3133d5);try{if(!_0x24223)return logger[_0x160214(0x251)](_0x24092d[_0x160214(0x1e7)]),null;if(_0x24223['fn']&&_0x24223['fn']['toString']()[_0x160214(0x1d6)](/browserstack internal helper hook/))return null;await this[_0x160214(0x1e2)]();let _0xf9e712;try{_0xf9e712=this['getRootParentFile'](_0x24223);if(_0xf9e712&&_0xf9e712[_0x160214(0x285)](_0x24092d[_0x160214(0x237)]))return null;}catch(_0x570793){logger['debug']('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x160214(0x266)](_0x570793)),_0xf9e712=null;}const _0x5d5fcb=this['getHierarchy'](_0x24223),_0x49aa89=this[_0x160214(0x22a)](_0x24223),_0x19119a=_0x24092d[_0x160214(0x1d0)](_0xf9e712,_0x24092d[_0x160214(0x26c)]);let _0x3d1b43=[];if(_0x24092d[_0x160214(0x232)](_0x24223[_0x160214(0x23f)],undefined))_0x3d1b43=[_0x24223[_0x160214(0x23f)],_0x24092d[_0x160214(0x25d)]];else _0x24092d[_0x160214(0x236)](_0x2052ae,undefined)&&(_0x3d1b43=[_0x2052ae,_0x24092d['BBLyU']]);const _0x68935c=_0x24092d[_0x160214(0x232)](_0x24223[_0x160214(0x23f)],undefined)?util['inspect'](_0x24223[_0x160214(0x23f)][0x0]):_0x24092d[_0x160214(0x26f)](_0x2052ae,undefined)?_0x2052ae['toString']():undefined;let _0x59d645=_0x24092d[_0x160214(0x21b)];if(_0x24092d['aLGkn'](_0x309d2e,_0x24092d[_0x160214(0x22b)]))_0x59d645=_0x24092d['eUizO'];else _0x24223[_0x160214(0x23f)]&&_0x24092d[_0x160214(0x1d4)](_0x24223[_0x160214(0x23f)][_0x160214(0x1d5)],0x0)?_0x59d645=_0x24092d['ANbXr']:_0x59d645=_0x24092d[_0x160214(0x254)];let _0x10753a=null;if(_0x24092d['IJxlm'](_0x24223[_0x160214(0x1da)],undefined))_0x10753a=_0x24223['duration'];else(_0x309d2e['match'](/Finished/)||_0x309d2e[_0x160214(0x1d6)](/Skipped/))&&(_0x24223[_0x160214(0x27e)]&&(_0x10753a=_0x24092d[_0x160214(0x1fb)](Date['now'](),new Date(_0x24223[_0x160214(0x27e)])['getTime']())));const _0x55cce4=_0x24223['fn']?_0x24223['fn']['toString']():null,_0x47c359={'id':_0x3133d5,'uuid':_0x3133d5,'startedAt':_0x24223[_0x160214(0x27e)]||new Date()['toISOString'](),'finishedAt':_0x309d2e[_0x160214(0x1d6)](/Finished/)||_0x309d2e[_0x160214(0x1d6)](/Skipped/)?new Date()[_0x160214(0x261)]():null,'type':_0x24092d[_0x160214(0x25d)],'body':{'lang':_0x24092d[_0x160214(0x21d)],'code':_0x55cce4},'name':_0x49aa89,'scopes':_0x5d5fcb,'file_name':_0x19119a,'location':_0x19119a,'vc_filepath':this['_gitConfigPath']&&_0xf9e712?path[_0x160214(0x203)](this[_0x160214(0x20b)],_0xf9e712):null,'framework':_0x24092d['RBwEy'],'result':_0x59d645,'failure_reason':_0x68935c,'duration_in_ms':_0x10753a,'failure':failureData[_0x160214(0x1f5)](null,_0x3d1b43),'failure_type':!_0x68935c?null:_0x24092d[_0x160214(0x1e1)](getFailureType,_0x68935c),'retry_of':_0x24223[_0x160214(0x27f)]||null,'customRerunParam':{'rerun_name':_0x49aa89}};_0x24092d['nioiX'](_0x309d2e,_0x24092d[_0x160214(0x22b)])&&!_0x47c359[_0x160214(0x1d1)]&&(_0x47c359[_0x160214(0x1d1)]=_0x47c359[_0x160214(0x252)]);const _0x35fe55=_0x47c359['failure']&&_0x47c359[_0x160214(0x26a)][0x0];return _0x35fe55&&(_0x47c359[_0x160214(0x239)]=_0x35fe55[_0x160214(0x1dc)],_0x47c359[_0x160214(0x1df)]=_0x35fe55[_0x160214(0x201)]),(_0x24092d[_0x160214(0x20d)](_0x309d2e,_0x24092d['DxRnO'])||_0x24092d[_0x160214(0x24d)](_0x309d2e,_0x24092d['mrUbR']))&&(_0x24223['hooks']&&(_0x47c359[_0x160214(0x263)]=_0x24223['hooks'])),_0x47c359;}catch(_0x550bbb){return logger[_0x160214(0x251)](_0x160214(0x211)+util[_0x160214(0x266)](_0x550bbb)),null;}}async['createHookData'](_0x2751ea,_0x5bdbdc,_0x1ba30c,_0x43313a){const _0x16991c=a91_0x40c2d5,_0x4b454c={'MyVGV':_0x16991c(0x224),'vgRWo':_0x16991c(0x275),'XMaTt':'browserstack-node-agent/src/bin/jest','xLuvo':'unknown','aSKqe':_0x16991c(0x229),'wMgCC':function(_0x272417,_0x39a3dd){return _0x272417===_0x39a3dd;},'IjBgN':_0x16991c(0x221),'YRhgI':function(_0x10253b,_0x5c4a87){return _0x10253b>_0x5c4a87;},'LAuHG':'failed','gusJp':function(_0x187ba5,_0x45aa2e){return _0x187ba5(_0x45aa2e);},'WzUvz':'test','TwuxA':'passed','BMVwH':'hook','RQErh':'javascript','nVlEd':_0x16991c(0x21c),'JjvMs':function(_0x320cb2,_0x2bcfe6){return _0x320cb2===_0x2bcfe6;},'XFFFx':'HookRunStarted'};logger[_0x16991c(0x251)](_0x16991c(0x209)+_0x1ba30c+_0x16991c(0x1f7)+_0x5bdbdc+_0x16991c(0x1ea)+_0x43313a);try{if(!_0x2751ea)return logger[_0x16991c(0x251)](_0x4b454c[_0x16991c(0x1d2)]),null;if(this['isJestInternalHook'](_0x2751ea))return null;await this[_0x16991c(0x1e2)]();let _0x212cd6=null;try{_0x212cd6=this[_0x16991c(0x234)](_0x2751ea);if(_0x212cd6&&_0x212cd6[_0x16991c(0x285)](_0x4b454c[_0x16991c(0x20e)]))return null;if(_0x212cd6&&_0x212cd6[_0x16991c(0x285)](_0x4b454c[_0x16991c(0x282)]))return null;}catch(_0x374250){logger['debug'](_0x16991c(0x24c)+util[_0x16991c(0x266)](_0x374250));}const _0x258eaa=this[_0x16991c(0x22a)](_0x2751ea),_0x100d23=_0x2751ea[_0x16991c(0x1f1)]||_0x4b454c[_0x16991c(0x286)],_0x47682e=HOOK_TYPES_MAP[_0x100d23]||_0x100d23[_0x16991c(0x259)](),_0x519460=_0x2751ea['parent']&&_0x2751ea[_0x16991c(0x22d)][_0x16991c(0x246)]?_0x2751ea[_0x16991c(0x22d)][_0x16991c(0x246)]:'';let _0x558770=_0x4b454c[_0x16991c(0x1ed)],_0x220fdc=null,_0x4479d8=null,_0x1819b5=null,_0x6b917d=null;_0x4b454c[_0x16991c(0x227)](_0x1ba30c,_0x4b454c[_0x16991c(0x27a)])&&(_0x6b917d=new Date()[_0x16991c(0x261)](),_0x2751ea['errorsDetailed']&&_0x4b454c[_0x16991c(0x222)](_0x2751ea[_0x16991c(0x23f)][_0x16991c(0x1d5)],0x0)?(_0x558770=_0x4b454c['LAuHG'],_0x4479d8=util[_0x16991c(0x1d9)](_0x2751ea[_0x16991c(0x23f)][0x0]),_0x220fdc=_0x4b454c['gusJp'](getFailureType,_0x4479d8),_0x1819b5=failureData[_0x16991c(0x1f5)](null,[_0x2751ea[_0x16991c(0x23f)],_0x4b454c['WzUvz']])):_0x558770=_0x4b454c[_0x16991c(0x1ef)]);const _0x47ca1d={'uuid':_0x5bdbdc,'type':_0x4b454c['BMVwH'],'hook_type':_0x47682e,'name':_0x258eaa,'body':{'lang':_0x4b454c[_0x16991c(0x23c)],'code':_0x2751ea['fn']?_0x2751ea['fn'][_0x16991c(0x269)]():null},'tags':[],'test_run_id':_0x43313a,'scope':_0x519460,'scopes':[_0x519460],'file_name':_0x212cd6,'location':_0x212cd6,'vc_filepath':this[_0x16991c(0x20b)]&&_0x212cd6?path[_0x16991c(0x203)](this['_gitConfigPath'],_0x212cd6):null,'result':_0x558770,'started_at':_0x2751ea[_0x16991c(0x27e)]||new Date()[_0x16991c(0x261)](),'finished_at':_0x6b917d,'failure_type':_0x220fdc,'failure_reason':_0x4479d8,'failure_data':_0x1819b5,'framework':_0x4b454c['nVlEd']};return _0x4b454c[_0x16991c(0x26d)](_0x1ba30c,_0x4b454c[_0x16991c(0x1e3)])&&(hooksMap[_0x43313a]?hooksMap[_0x43313a]['push'](_0x47ca1d):hooksMap[_0x43313a]=[_0x47ca1d]),_0x47ca1d;}catch(_0x1c386b){return logger[_0x16991c(0x251)](_0x16991c(0x1e9)+util[_0x16991c(0x266)](_0x1c386b)),null;}}[a91_0x40c2d5(0x26b)](_0x1918a8,_0x5b9a7e,_0x1a1143){const _0x3a6921=a91_0x40c2d5,_0x30d32a={'HXHcv':function(_0x1bc93b,_0x1dd42d){return _0x1bc93b>_0x1dd42d;},'oJdLJ':_0x3a6921(0x23d),'FecOx':function(_0x4b2963,_0x90be6d){return _0x4b2963(_0x90be6d);},'Uxkbn':_0x3a6921(0x212),'OCPAw':_0x3a6921(0x280)};try{const _0x2cb75e=hooksMap[_0x1918a8];if(!_0x2cb75e)return null;const _0xa4caca=_0x2cb75e[_0x3a6921(0x25f)](_0x4abf82=>_0x4abf82[_0x3a6921(0x273)]===_0x5b9a7e);if(!_0xa4caca)return null;return _0xa4caca[_0x3a6921(0x23b)]=new Date()[_0x3a6921(0x261)](),_0x1a1143[_0x3a6921(0x23f)]&&_0x30d32a[_0x3a6921(0x248)](_0x1a1143[_0x3a6921(0x23f)][_0x3a6921(0x1d5)],0x0)?(_0xa4caca[_0x3a6921(0x1fc)]=_0x30d32a[_0x3a6921(0x250)],_0xa4caca['failure_reason']=util['inspect'](_0x1a1143[_0x3a6921(0x23f)][0x0]),_0xa4caca[_0x3a6921(0x25b)]=_0x30d32a[_0x3a6921(0x1d8)](getFailureType,_0xa4caca[_0x3a6921(0x258)]),_0xa4caca[_0x3a6921(0x241)]=failureData['apply'](null,[_0x1a1143[_0x3a6921(0x23f)],_0x30d32a[_0x3a6921(0x21f)]])):_0xa4caca[_0x3a6921(0x1fc)]=_0x30d32a[_0x3a6921(0x218)],_0xa4caca;}catch(_0x26306e){return logger['debug'](_0x3a6921(0x1ec)+util[_0x3a6921(0x266)](_0x26306e)),null;}}['getName'](_0x3ad94b){const _0xc76224=a91_0x40c2d5,_0x267d55={};_0x267d55[_0xc76224(0x24e)]=function(_0x327f2c,_0xeb789f){return _0x327f2c!==_0xeb789f;},_0x267d55[_0xc76224(0x272)]=_0xc76224(0x212),_0x267d55[_0xc76224(0x242)]=_0xc76224(0x213);const _0x3602c8=_0x267d55;if(_0x3602c8[_0xc76224(0x24e)](_0x3ad94b[_0xc76224(0x1f1)],_0x3602c8['AhLps']))return'\x22'+_0x3ad94b[_0xc76224(0x1f1)]+_0xc76224(0x214)+(_0x3ad94b['parent']&&_0x3ad94b[_0xc76224(0x22d)][_0xc76224(0x246)])+'\x22';return _0x3ad94b['name']||_0x3602c8[_0xc76224(0x242)];}[a91_0x40c2d5(0x22c)](_0x188368){const _0x413142=a91_0x40c2d5,_0x48c3f7={};_0x48c3f7[_0x413142(0x27d)]=function(_0x4e60a9,_0x266c69){return _0x4e60a9!==_0x266c69;},_0x48c3f7[_0x413142(0x1fd)]=_0x413142(0x25c);const _0x2652cf=_0x48c3f7,_0x76d30=[];if(_0x188368&&_0x188368['parent']){let _0xf7e6fd=_0x188368[_0x413142(0x22d)];while(_0xf7e6fd&&_0xf7e6fd[_0x413142(0x246)]&&_0x2652cf[_0x413142(0x27d)](_0xf7e6fd[_0x413142(0x246)],'')&&_0x2652cf[_0x413142(0x27d)](_0xf7e6fd[_0x413142(0x246)],_0x2652cf[_0x413142(0x1fd)])){_0x76d30[_0x413142(0x255)](_0xf7e6fd[_0x413142(0x246)]),_0xf7e6fd=_0xf7e6fd[_0x413142(0x22d)];}}return _0x76d30[_0x413142(0x200)](),_0x76d30;}[a91_0x40c2d5(0x234)](_0x48e663){const _0x2656d3=a91_0x40c2d5;if(_0x48e663[_0x2656d3(0x219)])try{const _0x1c349c=stackTrace[_0x2656d3(0x262)][_0x2656d3(0x1f6)](stackTrace,_0x48e663['asyncError']);if(_0x1c349c[0x0]&&_0x1c349c[0x0][_0x2656d3(0x217)])return _0x1c349c[0x0][_0x2656d3(0x217)]();}catch(_0x3be393){logger[_0x2656d3(0x251)](_0x2656d3(0x23e)+util[_0x2656d3(0x266)](_0x3be393));}if(_0x48e663[_0x2656d3(0x1ee)])return _0x48e663['file'];return null;}[a91_0x40c2d5(0x1eb)](_0x541ac3){const _0x3cbdbb=a91_0x40c2d5,_0x55aab2={};_0x55aab2[_0x3cbdbb(0x226)]=_0x3cbdbb(0x275);const _0x27fbc4=_0x55aab2;try{const _0x376386=this[_0x3cbdbb(0x234)](_0x541ac3);if(_0x376386&&_0x376386[_0x3cbdbb(0x285)](_0x27fbc4['zYphO']))return!![];}catch(_0x2794cf){logger[_0x3cbdbb(0x251)](_0x3cbdbb(0x1de)+util[_0x3cbdbb(0x266)](_0x2794cf));}return![];}[a91_0x40c2d5(0x207)](_0x53ad56=null){const _0x290634=a91_0x40c2d5;try{const _0x451979=_0x53ad56||global[_0x290634(0x24f)]||{};if(global[_0x290634(0x277)])return global['__jestCurrentTestIdentifier'];if(_0x451979?.[_0x290634(0x284)]?.[_0x290634(0x22e)])return _0x451979[_0x290634(0x284)][_0x290634(0x22e)];if(_0x451979?.[_0x290634(0x284)]?.['id'])return _0x451979['currentTest']['id'];return null;}catch(_0x5d5a01){return logger[_0x290634(0x251)](_0x290634(0x20f)+util['format'](_0x5d5a01)),null;}}async[a91_0x40c2d5(0x1e2)](){const _0x16efc2=a91_0x40c2d5,_0x3197fe={'LlHai':function(_0x1998ff){return _0x1998ff();}};if(this[_0x16efc2(0x1e0)])return this[_0x16efc2(0x20b)];const _0x1d1fd0=await _0x3197fe[_0x16efc2(0x216)](getGitMetaData);_0x1d1fd0&&(this['_gitConfigPath']=_0x1d1fd0[_0x16efc2(0x27c)]),this['_gitConfigured']=!![];}[a91_0x40c2d5(0x1f0)](_0x3cd8c0){hooksMap[_0x3cd8c0]&&delete hooksMap[_0x3cd8c0];}[a91_0x40c2d5(0x206)](_0xbbafe7){const _0x2ae046=a91_0x40c2d5,_0x555898={'yPeAy':'jest-circus','RDUlv':function(_0x41a05b,_0x54fcd5){return _0x41a05b(_0x54fcd5);},'AvrLn':_0x2ae046(0x21a)};if(_0xbbafe7['file'])return _0xbbafe7[_0x2ae046(0x1ee)];if(_0xbbafe7['asyncError']){try{const _0x395de9=stackTrace[_0x2ae046(0x262)](_0xbbafe7[_0x2ae046(0x219)]);if(_0x395de9[0x0]&&_0x395de9[0x0][_0x2ae046(0x217)]){const _0x5adfe0=_0x395de9[0x0][_0x2ae046(0x217)]();if(_0x5adfe0&&!_0x5adfe0['includes'](_0x555898[_0x2ae046(0x271)]))return _0x5adfe0;}}catch(_0x3de358){logger[_0x2ae046(0x251)](_0x2ae046(0x274)+util['format'](_0x3de358));}if(_0xbbafe7[_0x2ae046(0x219)][_0x2ae046(0x1fe)]){const _0x44e3c7=_0xbbafe7['asyncError'][_0x2ae046(0x1fe)][_0x2ae046(0x253)]('\x0a');for(const _0x4f5252 of _0x44e3c7){const _0x160f98=_0x4f5252['match'](/at (.+?):\d+:\d+/);if(_0x160f98&&_0x160f98[0x1]&&!_0x160f98[0x1][_0x2ae046(0x285)](_0x555898['yPeAy']))return _0x160f98[0x1];}}}let _0x349660=_0xbbafe7[_0x2ae046(0x22d)];while(_0x349660){if(_0x349660[_0x2ae046(0x1ee)])return _0x349660[_0x2ae046(0x1ee)];if(_0x349660[_0x2ae046(0x219)])try{const _0x30cdec=stackTrace['parse'](_0x349660[_0x2ae046(0x219)]);if(_0x30cdec[0x0]&&_0x30cdec[0x0][_0x2ae046(0x217)]){const _0x230dde=_0x30cdec[0x0][_0x2ae046(0x217)]();if(_0x230dde&&!_0x230dde[_0x2ae046(0x285)](_0x555898['yPeAy']))return _0x230dde;}}catch(_0x4ca8d4){}_0x349660=_0x349660['parent'];}try{const _0xec0758=_0x555898[_0x2ae046(0x235)](require,_0x555898[_0x2ae046(0x25a)]);if(_0xec0758&&_0xec0758[_0x2ae046(0x270)]){const _0x4abd26=_0xec0758[_0x2ae046(0x270)]();if(_0x4abd26&&_0x4abd26['testPath'])return _0x4abd26[_0x2ae046(0x24b)];}}catch(_0x348cad){logger[_0x2ae046(0x251)]('[jestUtils]\x20expect.getState()\x20not\x20available:\x20'+util['format'](_0x348cad));}return null;}[a91_0x40c2d5(0x26e)](_0x38a9e0){const _0x44168c=a91_0x40c2d5,_0x35f302={};_0x35f302[_0x44168c(0x205)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x35f302[_0x44168c(0x1f3)]=function(_0x46ff52,_0x290bae){return _0x46ff52!==_0x290bae;},_0x35f302[_0x44168c(0x233)]='ROOT_DESCRIBE_BLOCK',_0x35f302[_0x44168c(0x20c)]=_0x44168c(0x275),_0x35f302['TkmZM']=_0x44168c(0x24a),_0x35f302[_0x44168c(0x238)]=_0x44168c(0x230);const _0x394c82=_0x35f302;try{if(!_0x38a9e0)return logger[_0x44168c(0x281)](_0x394c82[_0x44168c(0x205)]),null;const _0x4d26b0=_0x38a9e0['fullName']||_0x38a9e0[_0x44168c(0x246)]||_0x38a9e0['title']||_0x38a9e0[_0x44168c(0x1e4)];let _0x92acc4=_0x4d26b0;if(_0x38a9e0[_0x44168c(0x22d)]&&_0x38a9e0[_0x44168c(0x22d)][_0x44168c(0x246)]&&_0x394c82[_0x44168c(0x1f3)](_0x38a9e0['parent'][_0x44168c(0x246)],_0x394c82['BpmVo'])){const _0x533a40=_0x38a9e0[_0x44168c(0x246)]||_0x38a9e0[_0x44168c(0x243)];_0x533a40&&(_0x92acc4=_0x38a9e0[_0x44168c(0x22d)][_0x44168c(0x246)]+'\x20'+_0x533a40);}let _0x1d605f=_0x38a9e0[_0x44168c(0x24b)];if(!_0x1d605f&&_0x38a9e0[_0x44168c(0x219)]){try{const _0x2e5111=stackTrace[_0x44168c(0x262)](_0x38a9e0[_0x44168c(0x219)]);if(_0x2e5111[0x0]&&_0x2e5111[0x0][_0x44168c(0x217)]){const _0x378279=_0x2e5111[0x0][_0x44168c(0x217)]();_0x378279&&!_0x378279[_0x44168c(0x285)](_0x394c82[_0x44168c(0x20c)])&&(_0x1d605f=_0x378279);}}catch(_0x2796b2){logger[_0x44168c(0x251)](_0x44168c(0x274)+util[_0x44168c(0x266)](_0x2796b2));}if(!_0x1d605f&&_0x38a9e0['asyncError'][_0x44168c(0x1fe)]){const _0x3d7b3c=_0x38a9e0['asyncError'][_0x44168c(0x1fe)][_0x44168c(0x253)]('\x0a');for(const _0x5769d6 of _0x3d7b3c){const _0x527a50=_0x5769d6[_0x44168c(0x1d6)](/at (.+?):\d+:\d+/);if(_0x527a50&&_0x527a50[0x1]&&!_0x527a50[0x1][_0x44168c(0x285)](_0x394c82[_0x44168c(0x20c)])){_0x1d605f=_0x527a50[0x1];break;}}}}const _0x32ca90=_0x1d605f+'::'+_0x92acc4,_0x36f0c8=crypto[_0x44168c(0x22f)](_0x394c82[_0x44168c(0x268)])['update'](_0x32ca90)[_0x44168c(0x1d7)](_0x394c82[_0x44168c(0x238)])[_0x44168c(0x1f9)](0x0,0x8),_0x531ab6=process[_0x44168c(0x1e6)]+_0x44168c(0x20a)+_0x36f0c8;return logger[_0x44168c(0x251)](_0x44168c(0x278)+_0x531ab6+_0x44168c(0x1dd)+_0x32ca90),_0x531ab6;}catch(_0x7a6b6a){return logger[_0x44168c(0x281)](_0x44168c(0x1fa)+util[_0x44168c(0x266)](_0x7a6b6a)),null;}}[a91_0x40c2d5(0x283)](_0x273126){const _0x445364=a91_0x40c2d5,_0x4c154d={};_0x4c154d[_0x445364(0x1cf)]='[jestUtils]\x20No\x20test\x20object\x20provided';const _0xfc2f41=_0x4c154d;if(!_0x273126)return logger[_0x445364(0x251)](_0xfc2f41['OVNQC']),null;const _0x2a7145=this[_0x445364(0x206)](_0x273126),_0x17b938={};_0x17b938[_0x445364(0x246)]=_0x273126[_0x445364(0x246)]||_0x273126[_0x445364(0x243)],_0x17b938['parent']=_0x273126[_0x445364(0x22d)],_0x17b938[_0x445364(0x24b)]=_0x2a7145,_0x17b938[_0x445364(0x219)]=_0x273126[_0x445364(0x219)];const _0x7a7b65=_0x17b938;return this[_0x445364(0x26e)](_0x7a7b65);}[a91_0x40c2d5(0x225)](_0x19efeb){const _0x5be5f4=a91_0x40c2d5,_0x2d3a61={};_0x2d3a61[_0x5be5f4(0x25e)]=_0x5be5f4(0x1e5);const _0x2e80a7=_0x2d3a61;if(!_0x19efeb)return logger['debug'](_0x2e80a7[_0x5be5f4(0x25e)]),null;if(_0x19efeb[_0x5be5f4(0x1ff)])return logger['debug'](_0x5be5f4(0x210)+_0x19efeb[_0x5be5f4(0x1ff)]),_0x19efeb['testIdentifier'];return this[_0x5be5f4(0x26e)](_0x19efeb);}}module['exports']=o11yClassErrorHandler(JestUtils,[a91_0x40c2d5(0x1e2),a91_0x40c2d5(0x22c),a91_0x40c2d5(0x234),a91_0x40c2d5(0x22a),a91_0x40c2d5(0x1eb),a91_0x40c2d5(0x207),a91_0x40c2d5(0x202),'createHookData',a91_0x40c2d5(0x26b),a91_0x40c2d5(0x1f0),a91_0x40c2d5(0x206),'createJestTestIdentifier',a91_0x40c2d5(0x283),'recreateIdentifierFromTestInfo']);
1
+ const a91_0x49ff66=a91_0x1ed0;(function(_0xeb4026,_0x43f2a2){const _0x2b8b76=a91_0x1ed0,_0x13faf5=_0xeb4026();while(!![]){try{const _0x1d362c=-parseInt(_0x2b8b76(0x100))/0x1+-parseInt(_0x2b8b76(0xfb))/0x2+-parseInt(_0x2b8b76(0x13a))/0x3*(parseInt(_0x2b8b76(0xe0))/0x4)+parseInt(_0x2b8b76(0x12f))/0x5*(-parseInt(_0x2b8b76(0xdf))/0x6)+parseInt(_0x2b8b76(0x113))/0x7*(-parseInt(_0x2b8b76(0xe6))/0x8)+parseInt(_0x2b8b76(0x134))/0x9*(parseInt(_0x2b8b76(0xc1))/0xa)+parseInt(_0x2b8b76(0x109))/0xb;if(_0x1d362c===_0x43f2a2)break;else _0x13faf5['push'](_0x13faf5['shift']());}catch(_0x23a214){_0x13faf5['push'](_0x13faf5['shift']());}}}(a91_0x31b9,0x3897d));const path=require(a91_0x49ff66(0x10f)),util=require(a91_0x49ff66(0xdd)),crypto=require('crypto'),{getGitMetaData,isUndefined,nestedKeyValue}=require('../../../helpers/helper.js'),logger=require(a91_0x49ff66(0x111))[a91_0x49ff66(0xf1)],{o11yClassErrorHandler}=require(a91_0x49ff66(0xca)),TestInfo=require('../TestInfo.js'),{failureData,getFailureType}=require('../../../helpers/test-observability/utils'),stackTrace=require(a91_0x49ff66(0x10d)),a91_0x1f1726={};function a91_0x31b9(){const _0x2c3eb1=['getRootParentFile','hex','digest','[jestUtils]\x20Using\x20stored\x20testIdentifier:\x20','vdwzi','getTime','Hjtxs','nIlyh','AKomn','Exception\x20in\x20createHookData:\x20','toUpperCase','passed','paguP','inows','isJestInternalHook','[jestUtils]\x20Error\x20creating\x20identifier:\x20','__jestCurrentTestIdentifier','debug','eMmuK','BEFORE_EACH','toString','hook','ROOT_DESCRIBE_BLOCK','HookRunStarted','result','30VflWVF','test','zPSGj','title','testAnalyticsId','failure_backtrace','currentTest','toISOString','kKagV','../../../helpers/test-observability/error-handler.js','afterEach','retryOf','startedAt','rrpkT','inspect','failure_data',',\x20testRunId:\x20',',\x20testIdentifier:\x20','includes','finished_at','createHookData','OVxWB','relative','BejTh','failure_type','expanded','kQJKu','error','util',',\x20hookUUID:\x20','1124964kyphPI','412llgXnN','rBujf','BEFORE_ALL','IHzGV','configureGit','jest-circus','16JIXeIg','LcynQ','FJEuP','recreateIdentifierFromTestInfo','name','QKFPG','push','expect','length','getState','failed','winstonLogger','type','javascript','failure_reason_expanded','_gitConfigured','RAKPj','qeEyO','afterAll','aRVSp','hooks','646200aHVSmg','getHierarchy','_gitConfigPath','now','failure_reason','324402NbpGGu','cRRes','DynKr','format','testIdentifier','IRMhS','stack','Kfdgb','fullName','17009729FOQpac','WZdKl','parent','Unknown\x20Test','stack-trace','[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','path','duration','../../../helpers/logger.js','Creating\x20test\x20framework\x20data\x20for\x20eventType:\x20','1429939SzFLPD','createJestTestIdentifier','asyncError','[jestUtils]\x20No\x20testInfo\x20provided\x20for\x20recreation','ktcQL','ccbwL','reverse','extractTestFilePath','Error\x20parsing\x20asyncError\x20stack\x20trace:\x20','Maxvm','HzGHk','zVPAj','failure','AFTER_EACH','createIdentifierFromJestTest','getFileName','WfrQr','started_at','GrNpC','No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','ZFdVv','displayName','errorsDetailed','TestRunSkipped','getTestIdentifier','split','jest','testPath','5vakOQV','DdVAo','unknown','apGHS','GuxXf','1165806NvUMQe','SfnpV','Exception\x20in\x20getHookRunEventData:\x20','match','getHookRunEventData','BsXec','13386pUXbRP','WDpnu','KuLjQ','VOZRi','vRflG','TestRunFinished','beforeEach','createTestFrameworkData','\x20from\x20compositeKey:\x20','qqTwS','HookRunFinished','tspVs','Failed\x20to\x20get\x20hook\x20file\x20path:\x20','clearHooksMap','apply','BXJKI','[jestUtils]\x20Created\x20identifier:\x20','eLKOE','backtrace','md5','parse','pending','cxsGA','getName','AnbsJ','file','exEum','nLXBa','MHzMq','NeZCQ','jXalQ','bizLa','No\x20test\x20data\x20provided\x20for\x20jest\x20test\x20event','voLSj','[jestUtils]\x20expect.getState()\x20not\x20available:\x20','qJcBM','__workerDetails'];a91_0x31b9=function(){return _0x2c3eb1;};return a91_0x31b9();}a91_0x1f1726['beforeAll']=a91_0x49ff66(0xe2),a91_0x1f1726[a91_0x49ff66(0xf8)]='AFTER_ALL',a91_0x1f1726[a91_0x49ff66(0x140)]=a91_0x49ff66(0xbb),a91_0x1f1726[a91_0x49ff66(0xcb)]=a91_0x49ff66(0x120);const HOOK_TYPES_MAP=a91_0x1f1726,hooksMap={};function a91_0x1ed0(_0x5ac722,_0x1beb80){const _0x31b947=a91_0x31b9();return a91_0x1ed0=function(_0x1ed06a,_0x4331b1){_0x1ed06a=_0x1ed06a-0xa4;let _0xfee90a=_0x31b947[_0x1ed06a];return _0xfee90a;},a91_0x1ed0(_0x5ac722,_0x1beb80);}class JestUtils{constructor(){const _0x49ea89=a91_0x49ff66;this[_0x49ea89(0xf5)]=![],this[_0x49ea89(0xfd)]=null;}async['createTestFrameworkData'](_0x4dfd9b,_0x30f429,_0x2d9891='TestRunFinished',_0xa5d5d7=undefined){const _0x2c4b00=a91_0x49ff66,_0x212e34={'tspVs':_0x2c4b00(0x15a),'Maxvm':'jest-circus','BXJKI':function(_0x28d274,_0x5cdfa6){return _0x28d274||_0x5cdfa6;},'YoefT':'File\x20path\x20could\x20not\x20be\x20found','MHzMq':function(_0x21ad55,_0x7127b){return _0x21ad55!==_0x7127b;},'qJcBM':'test','WfrQr':function(_0x231373,_0x2ec0e2){return _0x231373!==_0x2ec0e2;},'eLKOE':'err','exEum':function(_0x16f2f1,_0x356781){return _0x16f2f1!==_0x356781;},'AnbsJ':function(_0x5e846d,_0x16e90c){return _0x5e846d!==_0x16e90c;},'VOZRi':_0x2c4b00(0x14f),'BsXec':function(_0x553843,_0x54f2ad){return _0x553843===_0x54f2ad;},'nLXBa':_0x2c4b00(0x12a),'DdVAo':'skipped','apDmT':function(_0x21711e,_0x22c1d4){return _0x21711e>_0x22c1d4;},'vRflG':_0x2c4b00(0xf0),'Hjtxs':_0x2c4b00(0xb3),'aRVSp':function(_0x11137f,_0x332d64){return _0x11137f!==_0x332d64;},'BejTh':function(_0x406ab6,_0x30ce41){return _0x406ab6-_0x30ce41;},'cbPFy':'javascript','IRMhS':_0x2c4b00(0x12d),'RFJYV':function(_0xbab2d6,_0x3e6ecc){return _0xbab2d6(_0x3e6ecc);},'Kfdgb':_0x2c4b00(0x13f)};logger[_0x2c4b00(0xb9)](_0x2c4b00(0x112)+_0x2d9891+_0x2c4b00(0xd2)+_0x30f429);try{if(!_0x4dfd9b)return logger[_0x2c4b00(0xb9)](_0x212e34[_0x2c4b00(0x145)]),null;if(_0x4dfd9b['fn']&&_0x4dfd9b['fn'][_0x2c4b00(0xbc)]()[_0x2c4b00(0x137)](/browserstack internal helper hook/))return null;await this[_0x2c4b00(0xe4)]();let _0x31e002;try{_0x31e002=this[_0x2c4b00(0xa8)](_0x4dfd9b);if(_0x31e002&&_0x31e002[_0x2c4b00(0xd3)](_0x212e34[_0x2c4b00(0x11c)]))return null;}catch(_0x47f94b){logger[_0x2c4b00(0xb9)]('Failed\x20to\x20get\x20root\x20parent\x20file:\x20'+util[_0x2c4b00(0x103)](_0x47f94b)),_0x31e002=null;}const _0x3e412a=this['getHierarchy'](_0x4dfd9b),_0x4265ba=this['getName'](_0x4dfd9b),_0x5d91d3=_0x212e34[_0x2c4b00(0x149)](_0x31e002,_0x212e34['YoefT']);let _0x1e2251=[];if(_0x212e34[_0x2c4b00(0x156)](_0x4dfd9b[_0x2c4b00(0x129)],undefined))_0x1e2251=[_0x4dfd9b[_0x2c4b00(0x129)],_0x212e34[_0x2c4b00(0xa6)]];else _0x212e34[_0x2c4b00(0x123)](_0xa5d5d7,undefined)&&(_0x1e2251=[_0xa5d5d7,_0x212e34[_0x2c4b00(0x14b)]]);const _0x486b9f=_0x212e34[_0x2c4b00(0x154)](_0x4dfd9b['errorsDetailed'],undefined)?util['inspect'](_0x4dfd9b['errorsDetailed'][0x0]):_0x212e34[_0x2c4b00(0x152)](_0xa5d5d7,undefined)?_0xa5d5d7[_0x2c4b00(0xbc)]():undefined;let _0x40d186=_0x212e34[_0x2c4b00(0x13d)];if(_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)]))_0x40d186=_0x212e34[_0x2c4b00(0x130)];else _0x4dfd9b[_0x2c4b00(0x129)]&&_0x212e34['apDmT'](_0x4dfd9b[_0x2c4b00(0x129)][_0x2c4b00(0xee)],0x0)?_0x40d186=_0x212e34[_0x2c4b00(0x13e)]:_0x40d186=_0x212e34[_0x2c4b00(0xae)];let _0x33d735=null;if(_0x212e34[_0x2c4b00(0xf9)](_0x4dfd9b[_0x2c4b00(0x110)],undefined))_0x33d735=_0x4dfd9b['duration'];else(_0x2d9891[_0x2c4b00(0x137)](/Finished/)||_0x2d9891[_0x2c4b00(0x137)](/Skipped/))&&(_0x4dfd9b[_0x2c4b00(0x124)]&&(_0x33d735=_0x212e34[_0x2c4b00(0xd8)](Date[_0x2c4b00(0xfe)](),new Date(_0x4dfd9b['started_at'])[_0x2c4b00(0xad)]())));const _0x2875e1=_0x4dfd9b['fn']?_0x4dfd9b['fn'][_0x2c4b00(0xbc)]():null,_0x116d78={'id':_0x30f429,'uuid':_0x30f429,'startedAt':_0x4dfd9b['started_at']||new Date()[_0x2c4b00(0xc8)](),'finishedAt':_0x2d9891['match'](/Finished/)||_0x2d9891[_0x2c4b00(0x137)](/Skipped/)?new Date()[_0x2c4b00(0xc8)]():null,'type':_0x212e34[_0x2c4b00(0xa6)],'body':{'lang':_0x212e34['cbPFy'],'code':_0x2875e1},'name':_0x4265ba,'scopes':_0x3e412a,'file_name':_0x5d91d3,'location':_0x5d91d3,'vc_filepath':this['_gitConfigPath']&&_0x31e002?path['relative'](this[_0x2c4b00(0xfd)],_0x31e002):null,'framework':_0x212e34[_0x2c4b00(0x105)],'result':_0x40d186,'failure_reason':_0x486b9f,'duration_in_ms':_0x33d735,'failure':failureData[_0x2c4b00(0x148)](null,_0x1e2251),'failure_type':!_0x486b9f?null:_0x212e34['RFJYV'](getFailureType,_0x486b9f),'retry_of':_0x4dfd9b[_0x2c4b00(0xcc)]||null,'customRerunParam':{'rerun_name':_0x4265ba}};_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)])&&!_0x116d78['startedAt']&&(_0x116d78[_0x2c4b00(0xcd)]=_0x116d78['finishedAt']);const _0x2a5cfc=_0x116d78[_0x2c4b00(0x11f)]&&_0x116d78[_0x2c4b00(0x11f)][0x0];return _0x2a5cfc&&(_0x116d78[_0x2c4b00(0xc6)]=_0x2a5cfc[_0x2c4b00(0x14c)],_0x116d78[_0x2c4b00(0xf4)]=_0x2a5cfc[_0x2c4b00(0xda)]),(_0x212e34['BsXec'](_0x2d9891,_0x212e34[_0x2c4b00(0x107)])||_0x212e34[_0x2c4b00(0x139)](_0x2d9891,_0x212e34[_0x2c4b00(0x155)]))&&(_0x4dfd9b['hooks']&&(_0x116d78[_0x2c4b00(0xfa)]=_0x4dfd9b[_0x2c4b00(0xfa)])),_0x116d78;}catch(_0x5ed763){return logger[_0x2c4b00(0xb9)]('Exception\x20in\x20createTestFrameworkData:\x20'+util[_0x2c4b00(0x103)](_0x5ed763)),null;}}async[a91_0x49ff66(0xd5)](_0x18a60e,_0x20c0fd,_0x34679e,_0x582b19){const _0x576145=a91_0x49ff66,_0x9d0709={'jXalQ':_0x576145(0x126),'qqTwS':'jest-circus','kKagV':'browserstack-node-agent/src/bin/jest','ccbwL':_0x576145(0x131),'DynKr':_0x576145(0x14f),'cRRes':function(_0x21697d,_0x2a920f){return _0x21697d===_0x2a920f;},'apGHS':_0x576145(0x144),'ZFdVv':function(_0x56857b,_0x3f567b){return _0x56857b>_0x3f567b;},'FJEuP':_0x576145(0xf0),'vdwzi':function(_0x3461cd,_0x17f080){return _0x3461cd(_0x17f080);},'GuxXf':_0x576145(0xc2),'ktcQL':_0x576145(0xb3),'zVPAj':_0x576145(0xbd),'AKomn':_0x576145(0xf3),'LcynQ':_0x576145(0x12d),'kQJKu':_0x576145(0xbf)};logger[_0x576145(0xb9)]('Creating\x20hook\x20data\x20for\x20eventType:\x20'+_0x34679e+_0x576145(0xde)+_0x20c0fd+_0x576145(0xd1)+_0x582b19);try{if(!_0x18a60e)return logger[_0x576145(0xb9)](_0x9d0709[_0x576145(0x158)]),null;if(this[_0x576145(0xb6)](_0x18a60e))return null;await this[_0x576145(0xe4)]();let _0x1833d9=null;try{_0x1833d9=this[_0x576145(0xa8)](_0x18a60e);if(_0x1833d9&&_0x1833d9['includes'](_0x9d0709[_0x576145(0x143)]))return null;if(_0x1833d9&&_0x1833d9[_0x576145(0xd3)](_0x9d0709[_0x576145(0xc9)]))return null;}catch(_0x4399a3){logger['debug'](_0x576145(0x146)+util[_0x576145(0x103)](_0x4399a3));}const _0x59df45=this[_0x576145(0x151)](_0x18a60e),_0x139382=_0x18a60e[_0x576145(0xf2)]||_0x9d0709[_0x576145(0x118)],_0x3a9939=HOOK_TYPES_MAP[_0x139382]||_0x139382[_0x576145(0xb2)](),_0x1b6183=_0x18a60e[_0x576145(0x10b)]&&_0x18a60e[_0x576145(0x10b)][_0x576145(0xea)]?_0x18a60e[_0x576145(0x10b)][_0x576145(0xea)]:'';let _0x21d83d=_0x9d0709[_0x576145(0x102)],_0x23104b=null,_0x4bfa1e=null,_0x34ecd0=null,_0x117715=null;_0x9d0709[_0x576145(0x101)](_0x34679e,_0x9d0709[_0x576145(0x132)])&&(_0x117715=new Date()[_0x576145(0xc8)](),_0x18a60e['errorsDetailed']&&_0x9d0709[_0x576145(0x127)](_0x18a60e['errorsDetailed'][_0x576145(0xee)],0x0)?(_0x21d83d=_0x9d0709[_0x576145(0xe8)],_0x4bfa1e=util[_0x576145(0xcf)](_0x18a60e[_0x576145(0x129)][0x0]),_0x23104b=_0x9d0709[_0x576145(0xac)](getFailureType,_0x4bfa1e),_0x34ecd0=failureData[_0x576145(0x148)](null,[_0x18a60e['errorsDetailed'],_0x9d0709[_0x576145(0x133)]])):_0x21d83d=_0x9d0709[_0x576145(0x117)]);const _0x47b692={'uuid':_0x20c0fd,'type':_0x9d0709[_0x576145(0x11e)],'hook_type':_0x3a9939,'name':_0x59df45,'body':{'lang':_0x9d0709[_0x576145(0xb0)],'code':_0x18a60e['fn']?_0x18a60e['fn'][_0x576145(0xbc)]():null},'tags':[],'test_run_id':_0x582b19,'scope':_0x1b6183,'scopes':[_0x1b6183],'file_name':_0x1833d9,'location':_0x1833d9,'vc_filepath':this[_0x576145(0xfd)]&&_0x1833d9?path[_0x576145(0xd7)](this[_0x576145(0xfd)],_0x1833d9):null,'result':_0x21d83d,'started_at':_0x18a60e[_0x576145(0x124)]||new Date()[_0x576145(0xc8)](),'finished_at':_0x117715,'failure_type':_0x23104b,'failure_reason':_0x4bfa1e,'failure_data':_0x34ecd0,'framework':_0x9d0709[_0x576145(0xe7)]};return _0x9d0709['cRRes'](_0x34679e,_0x9d0709[_0x576145(0xdb)])&&(hooksMap[_0x582b19]?hooksMap[_0x582b19][_0x576145(0xec)](_0x47b692):hooksMap[_0x582b19]=[_0x47b692]),_0x47b692;}catch(_0xf7f4){return logger['debug'](_0x576145(0xb1)+util[_0x576145(0x103)](_0xf7f4)),null;}}[a91_0x49ff66(0x138)](_0x178f08,_0x51b777,_0x32446e){const _0x127d8a=a91_0x49ff66,_0x1b4fc2={'HzGHk':function(_0x396dea,_0x2e8edb){return _0x396dea>_0x2e8edb;},'rBujf':_0x127d8a(0xf0),'pqEod':function(_0x826a4a,_0x1c170e){return _0x826a4a(_0x1c170e);},'bizLa':_0x127d8a(0xc2),'SfnpV':_0x127d8a(0xb3)};try{const _0x2132fb=hooksMap[_0x178f08];if(!_0x2132fb)return null;const _0x9fbede=_0x2132fb['find'](_0x33cc43=>_0x33cc43['uuid']===_0x51b777);if(!_0x9fbede)return null;return _0x9fbede[_0x127d8a(0xd4)]=new Date()[_0x127d8a(0xc8)](),_0x32446e[_0x127d8a(0x129)]&&_0x1b4fc2[_0x127d8a(0x11d)](_0x32446e[_0x127d8a(0x129)]['length'],0x0)?(_0x9fbede[_0x127d8a(0xc0)]=_0x1b4fc2[_0x127d8a(0xe1)],_0x9fbede[_0x127d8a(0xff)]=util[_0x127d8a(0xcf)](_0x32446e['errorsDetailed'][0x0]),_0x9fbede[_0x127d8a(0xd9)]=_0x1b4fc2['pqEod'](getFailureType,_0x9fbede['failure_reason']),_0x9fbede[_0x127d8a(0xd0)]=failureData[_0x127d8a(0x148)](null,[_0x32446e['errorsDetailed'],_0x1b4fc2[_0x127d8a(0x159)]])):_0x9fbede[_0x127d8a(0xc0)]=_0x1b4fc2[_0x127d8a(0x135)],_0x9fbede;}catch(_0x4955f2){return logger[_0x127d8a(0xb9)](_0x127d8a(0x136)+util[_0x127d8a(0x103)](_0x4955f2)),null;}}[a91_0x49ff66(0x151)](_0x452116){const _0x1d482d=a91_0x49ff66,_0x21f759={};_0x21f759[_0x1d482d(0x150)]=function(_0x51c063,_0x5e34b9){return _0x51c063!==_0x5e34b9;},_0x21f759[_0x1d482d(0xce)]=_0x1d482d(0xc2),_0x21f759[_0x1d482d(0xeb)]=_0x1d482d(0x10c);const _0xe14636=_0x21f759;if(_0xe14636['cxsGA'](_0x452116[_0x1d482d(0xf2)],_0xe14636[_0x1d482d(0xce)]))return'\x22'+_0x452116['type']+'\x22\x20hook\x20for\x20\x22'+(_0x452116[_0x1d482d(0x10b)]&&_0x452116[_0x1d482d(0x10b)]['name'])+'\x22';return _0x452116[_0x1d482d(0xea)]||_0xe14636[_0x1d482d(0xeb)];}[a91_0x49ff66(0xfc)](_0x1b71d8){const _0x3d6eea=a91_0x49ff66,_0x23514d={};_0x23514d[_0x3d6eea(0xa4)]=function(_0x379ea7,_0x14634e){return _0x379ea7!==_0x14634e;},_0x23514d[_0x3d6eea(0xb5)]=function(_0xdbcd0b,_0x19f0f3){return _0xdbcd0b!==_0x19f0f3;},_0x23514d[_0x3d6eea(0x157)]=_0x3d6eea(0xbe);const _0x3d2252=_0x23514d,_0x40bb7b=[];if(_0x1b71d8&&_0x1b71d8[_0x3d6eea(0x10b)]){let _0x16aec4=_0x1b71d8['parent'];while(_0x16aec4&&_0x16aec4['name']&&_0x3d2252[_0x3d6eea(0xa4)](_0x16aec4[_0x3d6eea(0xea)],'')&&_0x3d2252[_0x3d6eea(0xb5)](_0x16aec4[_0x3d6eea(0xea)],_0x3d2252[_0x3d6eea(0x157)])){_0x40bb7b[_0x3d6eea(0xec)](_0x16aec4[_0x3d6eea(0xea)]),_0x16aec4=_0x16aec4[_0x3d6eea(0x10b)];}}return _0x40bb7b[_0x3d6eea(0x119)](),_0x40bb7b;}[a91_0x49ff66(0xa8)](_0x36039d){const _0x1f3ef1=a91_0x49ff66;if(_0x36039d[_0x1f3ef1(0x115)])try{const _0x21e07d=stackTrace[_0x1f3ef1(0x14e)]['call'](stackTrace,_0x36039d[_0x1f3ef1(0x115)]);if(_0x21e07d[0x0]&&_0x21e07d[0x0][_0x1f3ef1(0x122)])return _0x21e07d[0x0][_0x1f3ef1(0x122)]();}catch(_0x45d69f){logger[_0x1f3ef1(0xb9)](_0x1f3ef1(0x11b)+util['format'](_0x45d69f));}if(_0x36039d[_0x1f3ef1(0x153)])return _0x36039d[_0x1f3ef1(0x153)];return null;}['isJestInternalHook'](_0x1d67cc){const _0x5e0bb8=a91_0x49ff66,_0x16f039={};_0x16f039[_0x5e0bb8(0x13c)]='jest-circus';const _0x5344c4=_0x16f039;try{const _0x398f32=this['getRootParentFile'](_0x1d67cc);if(_0x398f32&&_0x398f32['includes'](_0x5344c4[_0x5e0bb8(0x13c)]))return!![];}catch(_0xa37d5a){logger[_0x5e0bb8(0xb9)]('Exception\x20in\x20checking\x20if\x20hook\x20is\x20internal:\x20'+util[_0x5e0bb8(0x103)](_0xa37d5a));}return![];}[a91_0x49ff66(0x12b)](_0x51e4b3=null){const _0x1058be=a91_0x49ff66;try{const _0x52c75c=_0x51e4b3||global[_0x1058be(0xa7)]||{};if(global[_0x1058be(0xb8)])return global['__jestCurrentTestIdentifier'];if(_0x52c75c?.[_0x1058be(0xc7)]?.[_0x1058be(0xc5)])return _0x52c75c['currentTest'][_0x1058be(0xc5)];if(_0x52c75c?.[_0x1058be(0xc7)]?.['id'])return _0x52c75c[_0x1058be(0xc7)]['id'];return null;}catch(_0x567b23){return logger[_0x1058be(0xb9)]('[jestUtils]\x20Error\x20getting\x20test\x20identifier:\x20'+util['format'](_0x567b23)),null;}}async['configureGit'](){const _0x4fb547=a91_0x49ff66,_0x548c46={'nkJXR':function(_0x359144){return _0x359144();}};if(this[_0x4fb547(0xf5)])return this[_0x4fb547(0xfd)];const _0x297595=await _0x548c46['nkJXR'](getGitMetaData);_0x297595&&(this[_0x4fb547(0xfd)]=_0x297595['root']),this[_0x4fb547(0xf5)]=!![];}[a91_0x49ff66(0x147)](_0x2ac4ed){hooksMap[_0x2ac4ed]&&delete hooksMap[_0x2ac4ed];}['extractTestFilePath'](_0x707bb){const _0x3c4bc5=a91_0x49ff66,_0x86ecb3={'WZdKl':_0x3c4bc5(0xe5),'zPSGj':function(_0x297edb,_0x2b3356){return _0x297edb(_0x2b3356);},'nIlyh':_0x3c4bc5(0xed)};if(_0x707bb[_0x3c4bc5(0x153)])return _0x707bb[_0x3c4bc5(0x153)];if(_0x707bb[_0x3c4bc5(0x115)]){try{const _0x20cc6a=stackTrace[_0x3c4bc5(0x14e)](_0x707bb['asyncError']);if(_0x20cc6a[0x0]&&_0x20cc6a[0x0][_0x3c4bc5(0x122)]){const _0xd7bb47=_0x20cc6a[0x0][_0x3c4bc5(0x122)]();if(_0xd7bb47&&!_0xd7bb47[_0x3c4bc5(0xd3)](_0x86ecb3[_0x3c4bc5(0x10a)]))return _0xd7bb47;}}catch(_0x25971d){logger[_0x3c4bc5(0xb9)]('[jestUtils]\x20Error\x20parsing\x20asyncError\x20stack\x20trace:\x20'+util['format'](_0x25971d));}if(_0x707bb[_0x3c4bc5(0x115)][_0x3c4bc5(0x106)]){const _0x1e357c=_0x707bb['asyncError'][_0x3c4bc5(0x106)][_0x3c4bc5(0x12c)]('\x0a');for(const _0x35ca06 of _0x1e357c){const _0x412bcc=_0x35ca06['match'](/at (.+?):\d+:\d+/);if(_0x412bcc&&_0x412bcc[0x1]&&!_0x412bcc[0x1]['includes'](_0x86ecb3['WZdKl']))return _0x412bcc[0x1];}}}let _0x534eb4=_0x707bb[_0x3c4bc5(0x10b)];while(_0x534eb4){if(_0x534eb4[_0x3c4bc5(0x153)])return _0x534eb4['file'];if(_0x534eb4[_0x3c4bc5(0x115)])try{const _0x1100d4=stackTrace[_0x3c4bc5(0x14e)](_0x534eb4[_0x3c4bc5(0x115)]);if(_0x1100d4[0x0]&&_0x1100d4[0x0][_0x3c4bc5(0x122)]){const _0x46133a=_0x1100d4[0x0][_0x3c4bc5(0x122)]();if(_0x46133a&&!_0x46133a['includes'](_0x86ecb3['WZdKl']))return _0x46133a;}}catch(_0xd26267){}_0x534eb4=_0x534eb4[_0x3c4bc5(0x10b)];}try{const _0x9fc363=_0x86ecb3[_0x3c4bc5(0xc3)](require,_0x86ecb3[_0x3c4bc5(0xaf)]);if(_0x9fc363&&_0x9fc363[_0x3c4bc5(0xef)]){const _0x47fa59=_0x9fc363[_0x3c4bc5(0xef)]();if(_0x47fa59&&_0x47fa59[_0x3c4bc5(0x12e)])return _0x47fa59[_0x3c4bc5(0x12e)];}}catch(_0x147e38){logger[_0x3c4bc5(0xb9)](_0x3c4bc5(0xa5)+util[_0x3c4bc5(0x103)](_0x147e38));}return null;}['createJestTestIdentifier'](_0x35e21f){const _0xd7724e=a91_0x49ff66,_0x501f8c={};_0x501f8c[_0xd7724e(0xb4)]='[jestUtils]\x20No\x20testInfo\x20provided,\x20cannot\x20create\x20identifier',_0x501f8c['eMmuK']=function(_0xa3dc35,_0x220262){return _0xa3dc35!==_0x220262;},_0x501f8c[_0xd7724e(0x125)]='ROOT_DESCRIBE_BLOCK',_0x501f8c[_0xd7724e(0xd6)]=_0xd7724e(0xe5),_0x501f8c[_0xd7724e(0x13b)]=_0xd7724e(0x14d),_0x501f8c[_0xd7724e(0xe3)]=_0xd7724e(0xa9);const _0x5bf9f2=_0x501f8c;try{if(!_0x35e21f)return logger[_0xd7724e(0xdc)](_0x5bf9f2['paguP']),null;const _0x213a8c=_0x35e21f[_0xd7724e(0x108)]||_0x35e21f[_0xd7724e(0xea)]||_0x35e21f[_0xd7724e(0xc4)]||_0x35e21f[_0xd7724e(0x128)];let _0x100f26=_0x213a8c;if(_0x35e21f[_0xd7724e(0x10b)]&&_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)]&&_0x5bf9f2[_0xd7724e(0xba)](_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)],_0x5bf9f2[_0xd7724e(0x125)])){const _0x2bb51f=_0x35e21f[_0xd7724e(0xea)]||_0x35e21f[_0xd7724e(0xc4)];_0x2bb51f&&(_0x100f26=_0x35e21f[_0xd7724e(0x10b)][_0xd7724e(0xea)]+'\x20'+_0x2bb51f);}let _0x16849a=_0x35e21f['testPath'];if(!_0x16849a&&_0x35e21f[_0xd7724e(0x115)]){try{const _0x1b4eae=stackTrace['parse'](_0x35e21f[_0xd7724e(0x115)]);if(_0x1b4eae[0x0]&&_0x1b4eae[0x0][_0xd7724e(0x122)]){const _0x4034f1=_0x1b4eae[0x0][_0xd7724e(0x122)]();_0x4034f1&&!_0x4034f1[_0xd7724e(0xd3)](_0x5bf9f2[_0xd7724e(0xd6)])&&(_0x16849a=_0x4034f1);}}catch(_0x31ed97){logger['debug'](_0xd7724e(0x10e)+util[_0xd7724e(0x103)](_0x31ed97));}if(!_0x16849a&&_0x35e21f[_0xd7724e(0x115)][_0xd7724e(0x106)]){const _0x3022e2=_0x35e21f[_0xd7724e(0x115)][_0xd7724e(0x106)][_0xd7724e(0x12c)]('\x0a');for(const _0x4cbd70 of _0x3022e2){const _0x177fc1=_0x4cbd70[_0xd7724e(0x137)](/at (.+?):\d+:\d+/);if(_0x177fc1&&_0x177fc1[0x1]&&!_0x177fc1[0x1][_0xd7724e(0xd3)](_0x5bf9f2[_0xd7724e(0xd6)])){_0x16849a=_0x177fc1[0x1];break;}}}}const _0x3fa21e=_0x16849a+'::'+_0x100f26,_0xfad38a=crypto['createHash'](_0x5bf9f2[_0xd7724e(0x13b)])['update'](_0x3fa21e)[_0xd7724e(0xaa)](_0x5bf9f2[_0xd7724e(0xe3)])['substring'](0x0,0x8),_0x275a74=process['pid']+':jest-'+_0xfad38a;return logger['debug'](_0xd7724e(0x14a)+_0x275a74+_0xd7724e(0x142)+_0x3fa21e),_0x275a74;}catch(_0x31e405){return logger['error'](_0xd7724e(0xb7)+util[_0xd7724e(0x103)](_0x31e405)),null;}}['createIdentifierFromJestTest'](_0x433946){const _0x535aff=a91_0x49ff66,_0x8e8870={};_0x8e8870['qeEyO']='[jestUtils]\x20No\x20test\x20object\x20provided';const _0x5b6616=_0x8e8870;if(!_0x433946)return logger[_0x535aff(0xb9)](_0x5b6616[_0x535aff(0xf7)]),null;const _0x4387d3=this[_0x535aff(0x11a)](_0x433946),_0x43bed1={};_0x43bed1[_0x535aff(0xea)]=_0x433946[_0x535aff(0xea)]||_0x433946[_0x535aff(0xc4)],_0x43bed1[_0x535aff(0x10b)]=_0x433946['parent'],_0x43bed1[_0x535aff(0x12e)]=_0x4387d3,_0x43bed1[_0x535aff(0x115)]=_0x433946[_0x535aff(0x115)];const _0x451f43=_0x43bed1;return this[_0x535aff(0x114)](_0x451f43);}[a91_0x49ff66(0xe9)](_0x4482ed){const _0x345336=a91_0x49ff66,_0x44d4f0={};_0x44d4f0[_0x345336(0xf6)]=_0x345336(0x116);const _0x1699d1=_0x44d4f0;if(!_0x4482ed)return logger[_0x345336(0xb9)](_0x1699d1['RAKPj']),null;if(_0x4482ed[_0x345336(0x104)])return logger[_0x345336(0xb9)](_0x345336(0xab)+_0x4482ed['testIdentifier']),_0x4482ed[_0x345336(0x104)];return this[_0x345336(0x114)](_0x4482ed);}}module['exports']=o11yClassErrorHandler(JestUtils,['configureGit','getHierarchy',a91_0x49ff66(0xa8),a91_0x49ff66(0x151),a91_0x49ff66(0xb6),a91_0x49ff66(0x12b),a91_0x49ff66(0x141),'createHookData',a91_0x49ff66(0x138),'clearHooksMap',a91_0x49ff66(0x11a),a91_0x49ff66(0x114),a91_0x49ff66(0x121),a91_0x49ff66(0xe9)]);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a92_0x32657c=a92_0x398e;(function(_0x1456db,_0x49864c){const _0x470fbb=a92_0x398e,_0x442dec=_0x1456db();while(!![]){try{const _0x1d3b36=-parseInt(_0x470fbb(0x130))/0x1*(parseInt(_0x470fbb(0x145))/0x2)+parseInt(_0x470fbb(0x123))/0x3+-parseInt(_0x470fbb(0x119))/0x4+parseInt(_0x470fbb(0x13b))/0x5+-parseInt(_0x470fbb(0x11e))/0x6*(parseInt(_0x470fbb(0x133))/0x7)+parseInt(_0x470fbb(0x128))/0x8*(-parseInt(_0x470fbb(0x117))/0x9)+-parseInt(_0x470fbb(0x142))/0xa*(-parseInt(_0x470fbb(0x135))/0xb);if(_0x1d3b36===_0x49864c)break;else _0x442dec['push'](_0x442dec['shift']());}catch(_0x2b045c){_0x442dec['push'](_0x442dec['shift']());}}}(a92_0x17a1,0xe692b));const fs=require('fs'),path=require(a92_0x32657c(0x11d)),{default:BrowserStackSetup}=require(a92_0x32657c(0x132)),helper=require(a92_0x32657c(0x127)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a92_0x32657c(0x125))['EVENTS'],utilities=require(a92_0x32657c(0x129)),{parallelVanillaRun}=require(a92_0x32657c(0x147)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a92_0x398e(_0x2ccac3,_0x3064b1){const _0x17a1ce=a92_0x17a1();return a92_0x398e=function(_0x398e92,_0x4df372){_0x398e92=_0x398e92-0x114;let _0x21f346=_0x17a1ce[_0x398e92];return _0x21f346;},a92_0x398e(_0x2ccac3,_0x3064b1);}async function run(_0x5c85a0,_0x2206a1,_0x2c3cb1){const _0x7a2015=a92_0x32657c,_0x3cedf8={'JFWPS':_0x7a2015(0x13d),'BoUvN':function(_0xc47d8a,_0x21a703){return _0xc47d8a(_0x21a703);},'rgLMr':_0x7a2015(0x124),'EKXYT':function(_0x538d10,_0x1b84e4){return _0x538d10(_0x1b84e4);},'xpvyx':function(_0x25d7b3,_0x2bc712){return _0x25d7b3(_0x2bc712);},'foEbn':'Config\x20yml\x20is\x20required','oUXGo':function(_0x132781,_0x193a6e){return _0x132781>_0x193a6e;},'HzRgf':function(_0x3d2a1a,_0x1b74ba){return _0x3d2a1a>_0x1b74ba;},'aJGRP':function(_0x415230,_0x5065b9){return _0x415230*_0x5065b9;},'RaiJG':function(_0x38a7c0,_0x5001be,_0x1eaeb3){return _0x38a7c0(_0x5001be,_0x1eaeb3);}};await _0x2c3cb1['initialize'](_0x5c85a0),await helper[_0x7a2015(0x116)](_0x2c3cb1[_0x7a2015(0x12c)]);const _0x38df37=[];if(helper[_0x7a2015(0x11f)](_0x5c85a0['_'][0x1]))throw _0x3cedf8[_0x7a2015(0x114)](Error,_0x3cedf8[_0x7a2015(0x115)]);const _0x2e82b9=path[_0x7a2015(0x141)](process[_0x7a2015(0x12e)](),_0x5c85a0['_'][0x1]);if(!fs[_0x7a2015(0x146)](_0x2e82b9))throw _0x3cedf8[_0x7a2015(0x139)](Error,_0x7a2015(0x12f)+_0x5c85a0['_'][0x1]+_0x7a2015(0x140));if(!_0x2c3cb1[_0x7a2015(0x12c)])throw _0x3cedf8[_0x7a2015(0x136)](Error,_0x3cedf8['foEbn']);const _0x33e1fc=helper[_0x7a2015(0x13f)](_0x2c3cb1[_0x7a2015(0x12c)]);_0x2c3cb1[_0x7a2015(0x12c)]['platforms']&&_0x3cedf8['oUXGo'](_0x2c3cb1[_0x7a2015(0x12c)]['platforms'][_0x7a2015(0x14a)],0x0)&&_0x2c3cb1[_0x7a2015(0x12c)][_0x7a2015(0x120)]['forEach']((_0x2a48d2,_0x1c81e9)=>{const _0x58607=_0x7a2015;_0x33e1fc?_0x38df37[_0x58607(0x138)](helper[_0x58607(0x12d)](_0x2c3cb1[_0x58607(0x12c)],_0x3cedf8[_0x58607(0x149)],_0x1c81e9)):_0x38df37[_0x58607(0x138)](helper['modifyBrowserStackCaps'](_0x2c3cb1[_0x58607(0x12c)],_0x3cedf8[_0x58607(0x149)],_0x1c81e9));});let _0x3efafb,_0x31075d;const _0x5da287=[];if(_0x3cedf8[_0x7a2015(0x13a)](_0x38df37[_0x7a2015(0x14a)],0x0))_0x38df37[_0x7a2015(0x13e)]((_0x2d1c27,_0x21a26f)=>{const _0x5c7f7d=_0x7a2015,_0x57b9ea={};_0x57b9ea['index']=_0x21a26f,_0x3efafb={'server':helper[_0x5c7f7d(0x122)](_0x2c3cb1[_0x5c7f7d(0x12c)]),'proxySettings':_0x2c3cb1[_0x5c7f7d(0x12c)][_0x5c7f7d(0x148)],'platform':helper[_0x5c7f7d(0x143)](_0x2d1c27),'platformCaps':Object[_0x5c7f7d(0x12a)](_0x57b9ea,_0x2c3cb1[_0x5c7f7d(0x12c)]['platforms'][_0x21a26f])};const _0x55798b={'capability':_0x2d1c27,..._0x3efafb};_0x55798b[_0x5c7f7d(0x126)]=_0x2e82b9,_0x55798b[_0x5c7f7d(0x14c)]=_0x2206a1;const _0x5430a4={};_0x5430a4[_0x5c7f7d(0x121)]=_0x55798b,_0x31075d=_0x5430a4,_0x5da287[_0x5c7f7d(0x138)](_0x31075d);});else{let _0x5dee03;_0x33e1fc?_0x5dee03=helper[_0x7a2015(0x12d)](_0x2c3cb1['config'],_0x3cedf8['JFWPS'],0x0):_0x5dee03=helper['modifyBrowserStackCaps'](_0x2c3cb1[_0x7a2015(0x12c)],_0x3cedf8['JFWPS'],0x0);_0x3efafb={'server':helper[_0x7a2015(0x122)](_0x2c3cb1[_0x7a2015(0x12c)]),'proxySettings':_0x2c3cb1[_0x7a2015(0x12c)]['proxySettings']};const _0x4d3ac9={'capability':_0x5dee03,..._0x3efafb};_0x4d3ac9[_0x7a2015(0x126)]=_0x2e82b9,_0x4d3ac9[_0x7a2015(0x14c)]=_0x2206a1;const _0x15bde0={};_0x15bde0[_0x7a2015(0x121)]=_0x4d3ac9,_0x31075d=_0x15bde0,_0x5da287['push'](_0x31075d);}const _0x4241aa=await TestHubHandler[_0x7a2015(0x11a)](_0x3cedf8['JFWPS'],_0x2c3cb1),_0x15f275=_0x3cedf8[_0x7a2015(0x131)](_0x2c3cb1[_0x7a2015(0x12c)]['platforms']['length']||0x1,_0x2c3cb1[_0x7a2015(0x12c)]['parallelsPerPlatform']||0x1);PerformanceTester[_0x7a2015(0x137)](PerformanceEvents[_0x7a2015(0x11c)]),_0x3cedf8[_0x7a2015(0x118)](parallelVanillaRun,_0x5da287,_0x15f275)[_0x7a2015(0x134)](_0x34723a=>{})[_0x7a2015(0x11b)](async()=>{const _0xd41e0a=_0x7a2015;PerformanceTester[_0xd41e0a(0x144)](PerformanceEvents[_0xd41e0a(0x14b)]),await utilities[_0xd41e0a(0x12b)](_0x2c3cb1);});}function a92_0x17a1(){const _0x46567d=['../../helpers/BrowserStackSetup','515053WUpmFq','then','22ZJESid','xpvyx','end','push','EKXYT','HzRgf','3208180niagYS','exports','vanilla','forEach','useW3C','\x20doesn\x27t\x20exist','join','12966100EcKkTo','getPlatformName','start','6aDAadU','existsSync','../test-runner','proxySettings','JFWPS','length','SDK_CLEANUP','args','BoUvN','rgLMr','handleApp','112086OpimgL','RaiJG','3197628XIXKAS','launchBuild','finally','SDK_SETUP','path','66xRApGV','isUndefined','platforms','configuration','getHubUrl','5617731Jwgozb','File\x20path\x20is\x20required','../../helpers/performance/constants','file','../../helpers/helper','768mBnHmJ','../../helpers/utilities','assign','finalExecution','config','modifyBrowserStackW3CCaps','cwd','File\x20','452882iqjOna','aJGRP'];a92_0x17a1=function(){return _0x46567d;};return a92_0x17a1();}module[a92_0x32657c(0x13c)]=run;
2
+ 'use strict';function a92_0x3037(){const _0xaa7961=['RfhWE','../../helpers/utilities','platforms','config','../../helpers/performance/constants','start','2876004BXRiyB','SDK_CLEANUP','proxySettings','../../helpers/testhub/testhubHandler','4tsUBKN','MTGxn','forEach','LihLv','modifyBrowserStackCaps','../../helpers/performance/performance-tester','Config\x20yml\x20is\x20required','assign','FUfzD','finally','file','getPlatformName','SDK_SETUP','270634KDYtIN','1469345reJduF','push','args','handleApp','YHLxj','getHubUrl','length','12357vFjKdm','parallelsPerPlatform','end','\x20doesn\x27t\x20exist','EVENTS','isUndefined','NbSej','PfTeF','modifyBrowserStackW3CCaps','configuration','984yVMHpB','finalExecution','vanilla','../test-runner','912510LDreuJ','3789807MzKkAi','../../helpers/helper','342250VahSoj','dqRlf','then','File\x20'];a92_0x3037=function(){return _0xaa7961;};return a92_0x3037();}function a92_0x2234(_0x1717c4,_0x615489){const _0x303756=a92_0x3037();return a92_0x2234=function(_0x2234a7,_0x33cc42){_0x2234a7=_0x2234a7-0x117;let _0x37791f=_0x303756[_0x2234a7];return _0x37791f;},a92_0x2234(_0x1717c4,_0x615489);}const a92_0x1ca0c1=a92_0x2234;(function(_0xa5f909,_0x5c2df0){const _0x6519b9=a92_0x2234,_0x5f20ae=_0xa5f909();while(!![]){try{const _0x266483=parseInt(_0x6519b9(0x128))/0x1+-parseInt(_0x6519b9(0x141))/0x2+-parseInt(_0x6519b9(0x13e))/0x3+-parseInt(_0x6519b9(0x11b))/0x4*(-parseInt(_0x6519b9(0x129))/0x5)+-parseInt(_0x6519b9(0x117))/0x6+parseInt(_0x6519b9(0x13f))/0x7+parseInt(_0x6519b9(0x13a))/0x8*(parseInt(_0x6519b9(0x130))/0x9);if(_0x266483===_0x5c2df0)break;else _0x5f20ae['push'](_0x5f20ae['shift']());}catch(_0x710bd8){_0x5f20ae['push'](_0x5f20ae['shift']());}}}(a92_0x3037,0x4e29a));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a92_0x1ca0c1(0x140)),PerformanceTester=require(a92_0x1ca0c1(0x120)),PerformanceEvents=require(a92_0x1ca0c1(0x149))[a92_0x1ca0c1(0x134)],utilities=require(a92_0x1ca0c1(0x146)),{parallelVanillaRun}=require(a92_0x1ca0c1(0x13d)),TestHubHandler=require(a92_0x1ca0c1(0x11a));async function run(_0x279e83,_0xf95168,_0xb29316){const _0x3ce80a=a92_0x1ca0c1,_0x5c606c={'RfhWE':_0x3ce80a(0x13c),'FUfzD':function(_0x29b16c,_0x5b01f0){return _0x29b16c(_0x5b01f0);},'dqRlf':'File\x20path\x20is\x20required','YHLxj':function(_0x3e54bd,_0x5f3182){return _0x3e54bd(_0x5f3182);},'dHxuZ':_0x3ce80a(0x121),'LihLv':function(_0x16e886,_0x470348){return _0x16e886>_0x470348;},'PfTeF':function(_0x35e0ea,_0x280d4c){return _0x35e0ea>_0x280d4c;},'NbSej':function(_0x365abd,_0x41d01d){return _0x365abd*_0x41d01d;},'MTGxn':function(_0x409a3d,_0x416efd,_0x4f6f4c){return _0x409a3d(_0x416efd,_0x4f6f4c);}};await _0xb29316['initialize'](_0x279e83),await helper[_0x3ce80a(0x12c)](_0xb29316[_0x3ce80a(0x148)]);const _0x4f66f6=[];if(helper[_0x3ce80a(0x135)](_0x279e83['_'][0x1]))throw _0x5c606c[_0x3ce80a(0x123)](Error,_0x5c606c[_0x3ce80a(0x142)]);const _0x153177=path['join'](process['cwd'](),_0x279e83['_'][0x1]);if(!fs['existsSync'](_0x153177))throw _0x5c606c[_0x3ce80a(0x12d)](Error,_0x3ce80a(0x144)+_0x279e83['_'][0x1]+_0x3ce80a(0x133));if(!_0xb29316[_0x3ce80a(0x148)])throw _0x5c606c[_0x3ce80a(0x12d)](Error,_0x5c606c['dHxuZ']);const _0x224f15=helper['useW3C'](_0xb29316[_0x3ce80a(0x148)]);_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]&&_0x5c606c[_0x3ce80a(0x11e)](_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]['length'],0x0)&&_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)]['forEach']((_0x3e5c60,_0x22b01a)=>{const _0x904aa1=_0x3ce80a;_0x224f15?_0x4f66f6[_0x904aa1(0x12a)](helper[_0x904aa1(0x138)](_0xb29316[_0x904aa1(0x148)],_0x5c606c[_0x904aa1(0x145)],_0x22b01a)):_0x4f66f6[_0x904aa1(0x12a)](helper['modifyBrowserStackCaps'](_0xb29316[_0x904aa1(0x148)],_0x5c606c['RfhWE'],_0x22b01a));});let _0x5a1292,_0x12b2aa;const _0x2fcfc1=[];if(_0x5c606c[_0x3ce80a(0x137)](_0x4f66f6[_0x3ce80a(0x12f)],0x0))_0x4f66f6[_0x3ce80a(0x11d)]((_0x458738,_0x437dea)=>{const _0x4ec50f=_0x3ce80a,_0x4dccbf={};_0x4dccbf['index']=_0x437dea,_0x5a1292={'server':helper['getHubUrl'](_0xb29316[_0x4ec50f(0x148)]),'proxySettings':_0xb29316[_0x4ec50f(0x148)][_0x4ec50f(0x119)],'platform':helper[_0x4ec50f(0x126)](_0x458738),'platformCaps':Object[_0x4ec50f(0x122)](_0x4dccbf,_0xb29316[_0x4ec50f(0x148)][_0x4ec50f(0x147)][_0x437dea])};const _0xed7efd={'capability':_0x458738,..._0x5a1292};_0xed7efd['file']=_0x153177,_0xed7efd[_0x4ec50f(0x12b)]=_0xf95168;const _0xf400a7={};_0xf400a7[_0x4ec50f(0x139)]=_0xed7efd,_0x12b2aa=_0xf400a7,_0x2fcfc1[_0x4ec50f(0x12a)](_0x12b2aa);});else{let _0x5e92e7;_0x224f15?_0x5e92e7=helper[_0x3ce80a(0x138)](_0xb29316[_0x3ce80a(0x148)],_0x5c606c[_0x3ce80a(0x145)],0x0):_0x5e92e7=helper[_0x3ce80a(0x11f)](_0xb29316[_0x3ce80a(0x148)],_0x5c606c[_0x3ce80a(0x145)],0x0);_0x5a1292={'server':helper[_0x3ce80a(0x12e)](_0xb29316['config']),'proxySettings':_0xb29316['config'][_0x3ce80a(0x119)]};const _0x4ac21b={'capability':_0x5e92e7,..._0x5a1292};_0x4ac21b[_0x3ce80a(0x125)]=_0x153177,_0x4ac21b['args']=_0xf95168;const _0x13a3b9={};_0x13a3b9[_0x3ce80a(0x139)]=_0x4ac21b,_0x12b2aa=_0x13a3b9,_0x2fcfc1[_0x3ce80a(0x12a)](_0x12b2aa);}const _0x488e92=await TestHubHandler['launchBuild'](_0x5c606c[_0x3ce80a(0x145)],_0xb29316),_0x57e77b=_0x5c606c[_0x3ce80a(0x136)](_0xb29316[_0x3ce80a(0x148)][_0x3ce80a(0x147)][_0x3ce80a(0x12f)]||0x1,_0xb29316['config'][_0x3ce80a(0x131)]||0x1);PerformanceTester[_0x3ce80a(0x132)](PerformanceEvents[_0x3ce80a(0x127)]),_0x5c606c[_0x3ce80a(0x11c)](parallelVanillaRun,_0x2fcfc1,_0x57e77b)[_0x3ce80a(0x143)](_0x30e54b=>{})[_0x3ce80a(0x124)](async()=>{const _0x30a4c9=_0x3ce80a;PerformanceTester[_0x30a4c9(0x14a)](PerformanceEvents[_0x30a4c9(0x118)]),await utilities[_0x30a4c9(0x13b)](_0xb29316);});}module['exports']=run;
@@ -1 +1 @@
1
- const a93_0x2ddfbf=a93_0x3c81;function a93_0x4be6(){const _0x3d3642=['OdbNN','browserName','device','iukFk','13174910VrsMya','browserVersion','ZVYtM','platformName','2534950YHGpGp','4pLAAQb','10064752ykdepT','getCurrentPlatform','308ojwGjh','ladRY','euJiS','821200hSiYWB','set','28nwJNOM','platformVersion','platform','__platformCaps','evjgE','ylFfN','os_version','rbNQb','setTestMetadata','MEMgP','197382xawnQc','browser_version','lmyrG','9gaJBMN','RJlbz','osVersion','1550862WtIwgy','deviceName','920404Ipsdes','platform_version','bYGWR'];a93_0x4be6=function(){return _0x3d3642;};return a93_0x4be6();}(function(_0x49fa21,_0x2d000b){const _0x16a684=a93_0x3c81,_0xfedc6c=_0x49fa21();while(!![]){try{const _0x26cd60=parseInt(_0x16a684(0x13f))/0x1*(-parseInt(_0x16a684(0x14b))/0x2)+parseInt(_0x16a684(0x13d))/0x3+parseInt(_0x16a684(0x12d))/0x4*(parseInt(_0x16a684(0x12b))/0x5)+parseInt(_0x16a684(0x137))/0x6*(parseInt(_0x16a684(0x128))/0x7)+parseInt(_0x16a684(0x126))/0x8+parseInt(_0x16a684(0x13a))/0x9*(-parseInt(_0x16a684(0x146))/0xa)+-parseInt(_0x16a684(0x14a))/0xb;if(_0x26cd60===_0x2d000b)break;else _0xfedc6c['push'](_0xfedc6c['shift']());}catch(_0xf702dc){_0xfedc6c['push'](_0xfedc6c['shift']());}}}(a93_0x4be6,0xf0197));const TestMetadata=require('./helpers/metadata');function a93_0x3c81(_0x4a8372,_0x1c2203){const _0x4be65d=a93_0x4be6();return a93_0x3c81=function(_0x3c81d2,_0x5c835c){_0x3c81d2=_0x3c81d2-0x126;let _0x53338a=_0x4be65d[_0x3c81d2];return _0x53338a;},a93_0x3c81(_0x4a8372,_0x1c2203);}class BrowserStackSdk{static[a93_0x2ddfbf(0x127)](){const _0xebd9df=a93_0x2ddfbf,_0x316e7b={};_0x316e7b[_0xebd9df(0x148)]=_0xebd9df(0x133),_0x316e7b[_0xebd9df(0x139)]=_0xebd9df(0x13c),_0x316e7b[_0xebd9df(0x129)]='browser',_0x316e7b['iukFk']=_0xebd9df(0x143),_0x316e7b[_0xebd9df(0x13b)]=_0xebd9df(0x138),_0x316e7b[_0xebd9df(0x132)]=_0xebd9df(0x147),_0x316e7b[_0xebd9df(0x131)]=_0xebd9df(0x144),_0x316e7b[_0xebd9df(0x12a)]=_0xebd9df(0x13e),_0x316e7b[_0xebd9df(0x136)]=_0xebd9df(0x12f),_0x316e7b[_0xebd9df(0x141)]=_0xebd9df(0x149),_0x316e7b[_0xebd9df(0x134)]=_0xebd9df(0x140),_0x316e7b['ROTQj']=_0xebd9df(0x12e),_0x316e7b[_0xebd9df(0x142)]='customVariables';const _0x26f580=_0x316e7b,_0x228540={};if(global[_0xebd9df(0x130)]){const _0x1d13b2=global[_0xebd9df(0x130)],_0x3b7845=_0x1d13b2[_0x26f580[_0xebd9df(0x148)]]||_0x1d13b2[_0x26f580['lmyrG']],_0x48d1a2=_0x1d13b2[_0x26f580['ladRY']]||_0x1d13b2[_0x26f580[_0xebd9df(0x145)]],_0x18161a=_0x1d13b2[_0x26f580['RJlbz']]||_0x1d13b2[_0x26f580[_0xebd9df(0x132)]],_0x1ec1da=_0x1d13b2[_0x26f580[_0xebd9df(0x131)]]||_0x1d13b2[_0x26f580[_0xebd9df(0x12a)]],_0x57d0f7=_0x1d13b2[_0x26f580[_0xebd9df(0x136)]]||_0x1d13b2[_0x26f580[_0xebd9df(0x141)]],_0x3ab499=_0x1d13b2[_0x26f580[_0xebd9df(0x134)]]||_0x1d13b2[_0x26f580['ROTQj']];_0x1d13b2['os']&&(_0x228540['os']=_0x1d13b2['os']),_0x3b7845&&(_0x228540[_0x26f580['lmyrG']]=_0x3b7845),_0x48d1a2&&(_0x228540[_0x26f580[_0xebd9df(0x145)]]=_0x48d1a2),_0x18161a&&(_0x228540[_0x26f580[_0xebd9df(0x132)]]=_0x18161a),_0x1ec1da&&(_0x228540[_0x26f580[_0xebd9df(0x12a)]]=_0x1ec1da),_0x57d0f7&&(_0x228540[_0x26f580['bYGWR']]=_0x57d0f7),_0x3ab499&&(_0x228540[_0x26f580['ROTQj']]=_0x3ab499),_0x1d13b2[_0x26f580[_0xebd9df(0x142)]]&&(_0x228540[_0x26f580[_0xebd9df(0x142)]]=_0x1d13b2[_0x26f580[_0xebd9df(0x142)]]);}return _0x228540;}static[a93_0x2ddfbf(0x135)](_0x37c57d={}){const _0xc83055=a93_0x2ddfbf;TestMetadata[_0xc83055(0x12c)](_0x37c57d);}}module['exports']=BrowserStackSdk;
1
+ function a93_0x5691(_0x236a41,_0x223eb7){const _0x3ce075=a93_0x3ce0();return a93_0x5691=function(_0x56919d,_0x5435e2){_0x56919d=_0x56919d-0x94;let _0x36f31d=_0x3ce075[_0x56919d];return _0x36f31d;},a93_0x5691(_0x236a41,_0x223eb7);}const a93_0x13b275=a93_0x5691;(function(_0x379fd1,_0x5931d6){const _0x110cd6=a93_0x5691,_0xab7143=_0x379fd1();while(!![]){try{const _0x364c16=-parseInt(_0x110cd6(0xad))/0x1*(-parseInt(_0x110cd6(0xbb))/0x2)+parseInt(_0x110cd6(0x94))/0x3*(parseInt(_0x110cd6(0xa5))/0x4)+-parseInt(_0x110cd6(0xa3))/0x5*(parseInt(_0x110cd6(0xa9))/0x6)+parseInt(_0x110cd6(0xa8))/0x7*(-parseInt(_0x110cd6(0xbc))/0x8)+-parseInt(_0x110cd6(0x95))/0x9*(parseInt(_0x110cd6(0x9c))/0xa)+parseInt(_0x110cd6(0xbd))/0xb+parseInt(_0x110cd6(0x9b))/0xc*(parseInt(_0x110cd6(0xb3))/0xd);if(_0x364c16===_0x5931d6)break;else _0xab7143['push'](_0xab7143['shift']());}catch(_0xf5b6f8){_0xab7143['push'](_0xab7143['shift']());}}}(a93_0x3ce0,0x8d43a));const TestMetadata=require(a93_0x13b275(0xaa));function a93_0x3ce0(){const _0x12c090=['pUrAe','deviceName','platformVersion','os_version','platform','8UHkzJY','2139112Uqtvmm','10400533RAHZZg','platformName','96417BejJAt','104220ANOAjS','dggRH','AmPIb','set','ybHTL','browserName','174612NFRNnI','850Nfjuwv','HeiSo','__platformCaps','PkVWe','browser','device','browser_version','127110YDrfaA','gQWHC','12kSjSJP','exports','osVersion','21qaRxvr','60SGXSMi','./helpers/metadata','platform_version','KBNaF','223372pyScRJ','qbVds','txRIO','OiPHM','TzdiH','getCurrentPlatform','611FTpDEh','YJDHc','browserVersion'];a93_0x3ce0=function(){return _0x12c090;};return a93_0x3ce0();}class BrowserStackSdk{static[a93_0x13b275(0xb2)](){const _0x43215a=a93_0x13b275,_0x426e8b={};_0x426e8b[_0x43215a(0xac)]=_0x43215a(0xb9),_0x426e8b['dggRH']=_0x43215a(0xa7),_0x426e8b[_0x43215a(0xaf)]=_0x43215a(0xa0),_0x426e8b[_0x43215a(0xb4)]=_0x43215a(0x9a),_0x426e8b['ybHTL']=_0x43215a(0xa2),_0x426e8b[_0x43215a(0x9d)]=_0x43215a(0xb5),_0x426e8b[_0x43215a(0xae)]=_0x43215a(0xa1),_0x426e8b[_0x43215a(0x9f)]=_0x43215a(0xb7),_0x426e8b['pUrAe']=_0x43215a(0xba),_0x426e8b[_0x43215a(0x97)]=_0x43215a(0xbe),_0x426e8b[_0x43215a(0xa4)]=_0x43215a(0xab),_0x426e8b[_0x43215a(0xb1)]=_0x43215a(0xb8),_0x426e8b['OiPHM']='customVariables';const _0x52edb2=_0x426e8b,_0x28c7a4={};if(global['__platformCaps']){const _0x101f38=global[_0x43215a(0x9e)],_0x51cafe=_0x101f38[_0x52edb2['KBNaF']]||_0x101f38[_0x52edb2[_0x43215a(0x96)]],_0x10b91f=_0x101f38[_0x52edb2[_0x43215a(0xaf)]]||_0x101f38[_0x52edb2[_0x43215a(0xb4)]],_0x1c7cbb=_0x101f38[_0x52edb2[_0x43215a(0x99)]]||_0x101f38[_0x52edb2[_0x43215a(0x9d)]],_0x523606=_0x101f38[_0x52edb2[_0x43215a(0xae)]]||_0x101f38[_0x52edb2['PkVWe']],_0x17a902=_0x101f38[_0x52edb2[_0x43215a(0xb6)]]||_0x101f38[_0x52edb2[_0x43215a(0x97)]],_0x15c723=_0x101f38[_0x52edb2['gQWHC']]||_0x101f38[_0x52edb2[_0x43215a(0xb1)]];_0x101f38['os']&&(_0x28c7a4['os']=_0x101f38['os']),_0x51cafe&&(_0x28c7a4[_0x52edb2[_0x43215a(0x96)]]=_0x51cafe),_0x10b91f&&(_0x28c7a4[_0x52edb2[_0x43215a(0xb4)]]=_0x10b91f),_0x1c7cbb&&(_0x28c7a4[_0x52edb2[_0x43215a(0x9d)]]=_0x1c7cbb),_0x523606&&(_0x28c7a4[_0x52edb2['PkVWe']]=_0x523606),_0x17a902&&(_0x28c7a4[_0x52edb2[_0x43215a(0x97)]]=_0x17a902),_0x15c723&&(_0x28c7a4[_0x52edb2[_0x43215a(0xb1)]]=_0x15c723),_0x101f38[_0x52edb2[_0x43215a(0xb0)]]&&(_0x28c7a4[_0x52edb2['OiPHM']]=_0x101f38[_0x52edb2[_0x43215a(0xb0)]]);}return _0x28c7a4;}static['setTestMetadata'](_0x9a1c9b={}){const _0x2fe51e=a93_0x13b275;TestMetadata[_0x2fe51e(0x98)](_0x9a1c9b);}}module[a93_0x13b275(0xa6)]=BrowserStackSdk;