browserstack-node-sdk 1.53.2 → 1.53.4

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 (193) 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 +6 -4
  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/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a10_0x10a0d0=a10_0x56cb;(function(_0x56999f,_0x391532){const _0x33edaa=a10_0x56cb,_0x535c0e=_0x56999f();while(!![]){try{const _0x2cc6c1=-parseInt(_0x33edaa(0x97))/0x1*(parseInt(_0x33edaa(0x87))/0x2)+-parseInt(_0x33edaa(0xb9))/0x3*(-parseInt(_0x33edaa(0xa1))/0x4)+-parseInt(_0x33edaa(0xa7))/0x5+-parseInt(_0x33edaa(0x91))/0x6*(-parseInt(_0x33edaa(0x98))/0x7)+-parseInt(_0x33edaa(0xb8))/0x8*(-parseInt(_0x33edaa(0x88))/0x9)+parseInt(_0x33edaa(0xac))/0xa*(parseInt(_0x33edaa(0xb3))/0xb)+-parseInt(_0x33edaa(0x9e))/0xc;if(_0x2cc6c1===_0x391532)break;else _0x535c0e['push'](_0x535c0e['shift']());}catch(_0x2086a4){_0x535c0e['push'](_0x535c0e['shift']());}}}(a10_0x5a47,0x3bdf0));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x10a0d0(0xa4)),setKeepAlive=require('../../helpers/setKeepAlive'),cucumberModule=requireModule('cucumber/lib/index.js','cucumber'),logger=require(a10_0x10a0d0(0x9d))['winstonLogger'];modifyCommand(),setKeepAlive();function a10_0x56cb(_0x2e0e76,_0x4a1628){const _0x5a47fb=a10_0x5a47();return a10_0x56cb=function(_0x56cb13,_0x531773){_0x56cb13=_0x56cb13-0x85;let _0x5c9a98=_0x5a47fb[_0x56cb13];return _0x5c9a98;},a10_0x56cb(_0x2e0e76,_0x4a1628);}const Before=cucumberModule[a10_0x10a0d0(0xa2)],After=cucumberModule[a10_0x10a0d0(0xa5)],configuration=process['env'][a10_0x10a0d0(0x8f)];function a10_0x5a47(){const _0x574536=['1068DEqTzq','Before','parse','../../helpers/helper','After','initQuit','428465gEGnDL','__skipSessionStatus','debug','AGKfR','\x20|\x20','141490GGKjaM','UsVrJ','setDefaultTimeout','toLowerCase','zYhyW','__driver','passed','77tDJRvR','platformCaps','Inside\x20browserstack\x20After','bstack','RjyCS','24iiPCNm','4200ARXIOc','result','Error:\x20quiting\x20at\x20After:\x20','Inside\x20browserstack\x20Before','__timeout','join','6938YjMnYS','981693ERXnmm','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','__skipSessionName','__error_messages__','\x22}}','IWAdU','ovgPG','CONFIG','browserstackAgentV2','457518rQHKlr','timeout','then','PkPXB','IbPhh','failed','96xeJvJj','7keYWyw','xgcvU','pickle','status','session_','../../helpers/logger','2548536mrlIPC','name','rDhYI'];a10_0x5a47=function(){return _0x574536;};return a10_0x5a47();}if(configuration!==undefined){const config=JSON[a10_0x10a0d0(0xa3)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x10a0d0(0x8a)]=!![]),global[a10_0x10a0d0(0xa8)]=isTrue(config['skipSessionStatus']),require('../../index')[a10_0x10a0d0(0x90)](config),global['__platformCaps']=config[a10_0x10a0d0(0xb4)]||{};}global['__timeout']=0x0;const __setDefaultTimeout=cucumberModule[a10_0x10a0d0(0xae)];cucumberModule['setDefaultTimeout']=_0x3e895e=>{const _0x556e5e=a10_0x10a0d0,_0x4a5bda={'PkPXB':function(_0xf6cac,_0x42d103){return _0xf6cac(_0x42d103);}};global[_0x556e5e(0x85)]=_0x3e895e,_0x4a5bda[_0x556e5e(0x94)](__setDefaultTimeout,_0x3e895e);};const a10_0x775371={};a10_0x775371[a10_0x10a0d0(0x9f)]='bstack',Before(a10_0x775371,function(){const _0x449bb6=a10_0x10a0d0,_0x2d2659={};_0x2d2659['xgcvU']=_0x449bb6(0xbc);const _0x18b799=_0x2d2659;logger[_0x449bb6(0xa9)](_0x18b799[_0x449bb6(0x99)]),global['__error_messages__']=[];});const a10_0x5e3cf4={};a10_0x5e3cf4[a10_0x10a0d0(0x9f)]=a10_0x10a0d0(0xb6),a10_0x5e3cf4[a10_0x10a0d0(0x92)]=0x2710,After(a10_0x5e3cf4,function(_0x7662f9,_0x48fa6){const _0x5242c1=a10_0x10a0d0,_0x19435b={'rDhYI':function(_0x4d874d,_0x56e622){return _0x4d874d===_0x56e622;},'UsVrJ':_0x5242c1(0x96),'IWAdU':function(_0x5a1fb9,_0x4fed24,_0x295528,_0x22d17a){return _0x5a1fb9(_0x4fed24,_0x295528,_0x22d17a);},'ovgPG':_0x5242c1(0xab),'AGKfR':function(_0x4727e8,_0x48e456,_0xe5d8f5){return _0x4727e8(_0x48e456,_0xe5d8f5);},'zYhyW':_0x5242c1(0xb2),'RjyCS':function(_0x27988b){return _0x27988b();},'PEBEn':function(_0x71adc2,_0x1dedd9){return _0x71adc2(_0x1dedd9);},'IbPhh':_0x5242c1(0xb5)};logger['debug'](_0x19435b[_0x5242c1(0x95)]),new Promise(async(_0x3df933,_0x25bc47)=>{const _0x3f60cf=_0x5242c1;let _0x15bf5b=![];try{await global[_0x3f60cf(0xb1)][_0x3f60cf(0x9c)],_0x15bf5b=!![],!global[_0x3f60cf(0x8a)]&&await global[_0x3f60cf(0xb1)]['executeScript'](_0x3f60cf(0x89)+_0x7662f9[_0x3f60cf(0x9a)][_0x3f60cf(0x9f)]+_0x3f60cf(0x8c)),_0x19435b[_0x3f60cf(0xa0)](_0x7662f9[_0x3f60cf(0xba)][_0x3f60cf(0x9b)][_0x3f60cf(0xaf)](),_0x19435b[_0x3f60cf(0xad)])?await _0x19435b[_0x3f60cf(0x8d)](markSessionStatus,global[_0x3f60cf(0xb1)],_0x19435b[_0x3f60cf(0xad)],global[_0x3f60cf(0x8b)][_0x3f60cf(0x86)](_0x19435b[_0x3f60cf(0x8e)])):await _0x19435b[_0x3f60cf(0xaa)](markSessionStatus,global[_0x3f60cf(0xb1)],_0x19435b[_0x3f60cf(0xb0)]);}catch(_0x30a6f0){logger[_0x3f60cf(0xa9)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x30a6f0);}if(_0x15bf5b)try{await global[_0x3f60cf(0xb1)][_0x3f60cf(0xa6)](),_0x19435b[_0x3f60cf(0xb7)](_0x3df933);}catch(_0x417e62){logger[_0x3f60cf(0xa9)](_0x3f60cf(0xbb)+_0x417e62),_0x19435b['PEBEn'](_0x25bc47,_0x417e62);}else _0x19435b[_0x3f60cf(0xb7)](_0x25bc47);})[_0x5242c1(0x93)](()=>_0x48fa6());});
1
+ const a10_0x2cdf0a=a10_0x4bed;(function(_0x447313,_0x19cf85){const _0x5bce0c=a10_0x4bed,_0x1e84cb=_0x447313();while(!![]){try{const _0x336c98=-parseInt(_0x5bce0c(0x1f9))/0x1*(-parseInt(_0x5bce0c(0x207))/0x2)+parseInt(_0x5bce0c(0x1df))/0x3*(parseInt(_0x5bce0c(0x1d6))/0x4)+-parseInt(_0x5bce0c(0x203))/0x5+parseInt(_0x5bce0c(0x1f5))/0x6+-parseInt(_0x5bce0c(0x1fb))/0x7+parseInt(_0x5bce0c(0x204))/0x8*(parseInt(_0x5bce0c(0x1fa))/0x9)+-parseInt(_0x5bce0c(0x202))/0xa;if(_0x336c98===_0x19cf85)break;else _0x1e84cb['push'](_0x1e84cb['shift']());}catch(_0x45c23c){_0x1e84cb['push'](_0x1e84cb['shift']());}}}(a10_0x501e,0xbe6ed));const {requireModule,modifyCommand,isTrue,markSessionStatus}=require(a10_0x2cdf0a(0x1d5)),setKeepAlive=require(a10_0x2cdf0a(0x1e9)),cucumberModule=requireModule(a10_0x2cdf0a(0x1f3),a10_0x2cdf0a(0x1ec)),logger=require('../../helpers/logger')[a10_0x2cdf0a(0x1f0)];modifyCommand(),setKeepAlive();function a10_0x4bed(_0x46ece2,_0x262664){const _0x501e42=a10_0x501e();return a10_0x4bed=function(_0x4bed00,_0x55847a){_0x4bed00=_0x4bed00-0x1d5;let _0x115d75=_0x501e42[_0x4bed00];return _0x115d75;},a10_0x4bed(_0x46ece2,_0x262664);}const Before=cucumberModule['Before'],After=cucumberModule[a10_0x2cdf0a(0x201)],configuration=process[a10_0x2cdf0a(0x20d)]['CONFIG'];if(configuration!==undefined){const config=JSON[a10_0x2cdf0a(0x1d9)](configuration);isTrue(config['skipSessionName'])&&(global[a10_0x2cdf0a(0x1de)]=!![]),global[a10_0x2cdf0a(0x1ea)]=isTrue(config[a10_0x2cdf0a(0x20c)]),require(a10_0x2cdf0a(0x1f2))[a10_0x2cdf0a(0x1dd)](config),global[a10_0x2cdf0a(0x1ff)]=config[a10_0x2cdf0a(0x1e2)]||{};}function a10_0x501e(){const _0x519d89=['browserstackAgentV2','__skipSessionName','743583fuKFFb','__driver','fscWK','platformCaps','RGyUQ','ywzGY','__error_messages__','PpQmQ','result','BRUdN','../../helpers/setKeepAlive','__skipSessionStatus','hUOJF','cucumber','bDBHe','failed','Inside\x20browserstack\x20After','winstonLogger','timeout','../../index','cucumber/lib/index.js','toLowerCase','4113294fvFinA','session_','name','join','331QSHntR','18nQLbTr','7473123phjXky','setDefaultTimeout','\x22}}','bstack','__platformCaps','hswwJ','After','1847620IYbzvo','7296005yNlFQy','2107696TsuNPv','passed','acOFn','9278GsOjqi','debug','__timeout','qooHA','initQuit','skipSessionStatus','env','../../helpers/helper','12VvMotx','then','\x20|\x20','parse','baSCt','Error:\x20quiting\x20at\x20After:\x20','Inside\x20browserstack\x20Before'];a10_0x501e=function(){return _0x519d89;};return a10_0x501e();}global[a10_0x2cdf0a(0x209)]=0x0;const __setDefaultTimeout=cucumberModule[a10_0x2cdf0a(0x1fc)];cucumberModule[a10_0x2cdf0a(0x1fc)]=_0x581793=>{const _0x3c4f0b=a10_0x2cdf0a,_0x250ccd={'PpQmQ':function(_0x28c22d,_0x3477c5){return _0x28c22d(_0x3477c5);}};global[_0x3c4f0b(0x209)]=_0x581793,_0x250ccd[_0x3c4f0b(0x1e6)](__setDefaultTimeout,_0x581793);};const a10_0x159982={};a10_0x159982[a10_0x2cdf0a(0x1f7)]=a10_0x2cdf0a(0x1fe),Before(a10_0x159982,function(){const _0x2d5fff=a10_0x2cdf0a,_0x38552b={};_0x38552b[_0x2d5fff(0x1e8)]=_0x2d5fff(0x1dc);const _0x2a6299=_0x38552b;logger['debug'](_0x2a6299[_0x2d5fff(0x1e8)]),global['__error_messages__']=[];});const a10_0x40727e={};a10_0x40727e[a10_0x2cdf0a(0x1f7)]=a10_0x2cdf0a(0x1fe),a10_0x40727e[a10_0x2cdf0a(0x1f1)]=0x2710,After(a10_0x40727e,function(_0x44bddf,_0x4cae18){const _0x122d06=a10_0x2cdf0a,_0x4b3f33={'fscWK':function(_0xd7a10f,_0x290191){return _0xd7a10f===_0x290191;},'qooHA':_0x122d06(0x1ee),'hswwJ':function(_0x47ddd9,_0x15ba60,_0x2c24c6,_0x4cc0b1){return _0x47ddd9(_0x15ba60,_0x2c24c6,_0x4cc0b1);},'ywzGY':_0x122d06(0x1d8),'hUOJF':function(_0x515fca,_0x16622c,_0x4f99f0){return _0x515fca(_0x16622c,_0x4f99f0);},'bDBHe':_0x122d06(0x205),'RGyUQ':function(_0x2922cb){return _0x2922cb();},'acOFn':function(_0x384285,_0x488664){return _0x384285(_0x488664);},'etzyM':function(_0x23c2bf){return _0x23c2bf();},'baSCt':_0x122d06(0x1ef)};logger[_0x122d06(0x208)](_0x4b3f33[_0x122d06(0x1da)]),new Promise(async(_0xe7099b,_0x47cb50)=>{const _0x52ea4b=_0x122d06;let _0x47dae3=![];try{await global[_0x52ea4b(0x1e0)][_0x52ea4b(0x1f6)],_0x47dae3=!![],!global[_0x52ea4b(0x1de)]&&await global[_0x52ea4b(0x1e0)]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x44bddf['pickle'][_0x52ea4b(0x1f7)]+_0x52ea4b(0x1fd)),_0x4b3f33[_0x52ea4b(0x1e1)](_0x44bddf[_0x52ea4b(0x1e7)]['status'][_0x52ea4b(0x1f4)](),_0x4b3f33[_0x52ea4b(0x20a)])?await _0x4b3f33[_0x52ea4b(0x200)](markSessionStatus,global[_0x52ea4b(0x1e0)],_0x4b3f33[_0x52ea4b(0x20a)],global[_0x52ea4b(0x1e5)][_0x52ea4b(0x1f8)](_0x4b3f33[_0x52ea4b(0x1e4)])):await _0x4b3f33[_0x52ea4b(0x1eb)](markSessionStatus,global['__driver'],_0x4b3f33[_0x52ea4b(0x1ed)]);}catch(_0x418471){logger[_0x52ea4b(0x208)]('Error:\x20setting\x20status\x20at\x20After:\x20'+_0x418471);}if(_0x47dae3)try{await global['__driver'][_0x52ea4b(0x20b)](),_0x4b3f33[_0x52ea4b(0x1e3)](_0xe7099b);}catch(_0x52c2f8){logger['debug'](_0x52ea4b(0x1db)+_0x52c2f8),_0x4b3f33[_0x52ea4b(0x206)](_0x47cb50,_0x52c2f8);}else _0x4b3f33['etzyM'](_0x47cb50);})[_0x122d06(0x1d7)](()=>_0x4cae18());});
@@ -1 +1 @@
1
- function a11_0x1a1c(_0x2ce661,_0x1d953e){const _0x424c66=a11_0x424c();return a11_0x1a1c=function(_0x1a1ca6,_0x2c397c){_0x1a1ca6=_0x1a1ca6-0x170;let _0x152b7d=_0x424c66[_0x1a1ca6];return _0x152b7d;},a11_0x1a1c(_0x2ce661,_0x1d953e);}const a11_0x3fa817=a11_0x1a1c;(function(_0x1ec49a,_0x4e3f36){const _0x7ec14=a11_0x1a1c,_0x51fcf6=_0x1ec49a();while(!![]){try{const _0x503386=parseInt(_0x7ec14(0x180))/0x1*(parseInt(_0x7ec14(0x173))/0x2)+-parseInt(_0x7ec14(0x171))/0x3+-parseInt(_0x7ec14(0x17b))/0x4+parseInt(_0x7ec14(0x181))/0x5*(-parseInt(_0x7ec14(0x178))/0x6)+parseInt(_0x7ec14(0x176))/0x7+-parseInt(_0x7ec14(0x177))/0x8*(-parseInt(_0x7ec14(0x174))/0x9)+parseInt(_0x7ec14(0x179))/0xa;if(_0x503386===_0x4e3f36)break;else _0x51fcf6['push'](_0x51fcf6['shift']());}catch(_0x5ba608){_0x51fcf6['push'](_0x51fcf6['shift']());}}}(a11_0x424c,0x76be8));const {requireModule}=require(a11_0x3fa817(0x172)),constants=require('../utils/constants');;function a11_0x424c(){const _0x2922ad=['cucumber','setDefaultTimeout','5173miWlOM','3249615jIfZMm','BSTACK_DELTA','2178636SKUxTJ','../../helpers/helper','358clQZkx','9bxEJud','@cucumber/cucumber','2656584OmJggH','1352584ttYnFo','6PbBCig','9569840NgFKeG','__timeout','2276100mbAGEM','cucumber/lib/index.js','@cucumber/cucumber/lib/index.js'];a11_0x424c=function(){return _0x2922ad;};return a11_0x424c();}let cucumberModule=null;try{cucumberModule=requireModule(a11_0x3fa817(0x17d),a11_0x3fa817(0x175));}catch(a11_0x5a79c8){cucumberModule=requireModule(a11_0x3fa817(0x17c),a11_0x3fa817(0x17e));}cucumberModule[a11_0x3fa817(0x17f)](constants[a11_0x3fa817(0x170)]+global[a11_0x3fa817(0x17a)]*0x1);
1
+ const a11_0x30e04f=a11_0xb7ab;function a11_0xb7ab(_0x59a4df,_0x580bf6){const _0x4f25f9=a11_0x4f25();return a11_0xb7ab=function(_0xb7abcd,_0x2a4655){_0xb7abcd=_0xb7abcd-0x104;let _0x341531=_0x4f25f9[_0xb7abcd];return _0x341531;},a11_0xb7ab(_0x59a4df,_0x580bf6);}function a11_0x4f25(){const _0x105779=['9AeyUZv','4932BGaEwN','290HsVUjV','@cucumber/cucumber','5411880tLjokZ','1135028JyitJU','72RBRvvw','BSTACK_DELTA','10558580jZJTxF','__timeout','../utils/constants','412cMCmFV','setDefaultTimeout','@cucumber/cucumber/lib/index.js','1992eKnIhq','72960TJdPoJ','7397951Unpjcr','21581TQIRXL','../../helpers/helper'];a11_0x4f25=function(){return _0x105779;};return a11_0x4f25();}(function(_0x32988c,_0x571161){const _0x1c2932=a11_0xb7ab,_0x20d505=_0x32988c();while(!![]){try{const _0x2e8f0a=parseInt(_0x1c2932(0x108))/0x1+parseInt(_0x1c2932(0x10e))/0x2*(-parseInt(_0x1c2932(0x104))/0x3)+-parseInt(_0x1c2932(0x112))/0x4*(-parseInt(_0x1c2932(0x105))/0x5)+parseInt(_0x1c2932(0x111))/0x6*(parseInt(_0x1c2932(0x114))/0x7)+parseInt(_0x1c2932(0x107))/0x8+parseInt(_0x1c2932(0x116))/0x9*(parseInt(_0x1c2932(0x10b))/0xa)+-parseInt(_0x1c2932(0x113))/0xb*(parseInt(_0x1c2932(0x109))/0xc);if(_0x2e8f0a===_0x571161)break;else _0x20d505['push'](_0x20d505['shift']());}catch(_0x139471){_0x20d505['push'](_0x20d505['shift']());}}}(a11_0x4f25,0x8c5d9));const {requireModule}=require(a11_0x30e04f(0x115)),constants=require(a11_0x30e04f(0x10d));;let cucumberModule=null;try{cucumberModule=requireModule(a11_0x30e04f(0x110),a11_0x30e04f(0x106));}catch(a11_0x30eeec){cucumberModule=requireModule('cucumber/lib/index.js','cucumber');}cucumberModule[a11_0x30e04f(0x10f)](constants[a11_0x30e04f(0x10a)]+global[a11_0x30e04f(0x10c)]*0x1);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a12_0x1b26(){const _0x581e92=['MVmiI','error','443','describe','config','6JpyiEo','split','./constants','join','info','map','browserStackLocalOptions','3079125qmrXNi','command','localIdentifier','only','accessKey','BrowserStack\x20access\x20key\x20missing.','asIKC','3548dYgSkn','KlGDt','rrMhC','setProxySettings','2625091ZHloho','setupBrowserstackLocal','string','integrations','10MMWMCA','https','kzzVH','lGVmo','2054151vLVcyV','OagyJ','flokX','toString','10QOXYqM','JhAac','integrations-repeater','help','bstackAccesskey','sPXFe','90KPEeNT','type','usage','https:','Hosts\x20not\x20valid','hostname','Connection\x20established\x20successfully.','KgIlQ','exports','demandCommand','sOGxh','protocol','winstonLogger','root','footer','demandOption','2136750TEhtNP','undefined','bstackAccessKey','connect','trim','41843hQWnHU','RaaYE','hosts','epilogue','invalid','replace','ARHqK','../../helpers/logger','aVnSd','5728224NcOFfr','missing'];a12_0x1b26=function(){return _0x581e92;};return a12_0x1b26();}const a12_0x230c72=a12_0x1d5b;(function(_0x133f70,_0x35b175){const _0x3fffdb=a12_0x1d5b,_0x5a1c90=_0x133f70();while(!![]){try{const _0x50f87d=parseInt(_0x3fffdb(0x1d7))/0x1*(parseInt(_0x3fffdb(0x1bc))/0x2)+-parseInt(_0x3fffdb(0x1c2))/0x3*(parseInt(_0x3fffdb(0x1f5))/0x4)+parseInt(_0x3fffdb(0x1ee))/0x5+parseInt(_0x3fffdb(0x1e7))/0x6*(parseInt(_0x3fffdb(0x1f9))/0x7)+-parseInt(_0x3fffdb(0x1e0))/0x8+-parseInt(_0x3fffdb(0x201))/0x9*(parseInt(_0x3fffdb(0x1fd))/0xa)+parseInt(_0x3fffdb(0x1d2))/0xb;if(_0x50f87d===_0x35b175)break;else _0x5a1c90['push'](_0x5a1c90['shift']());}catch(_0x1132fd){_0x5a1c90['push'](_0x5a1c90['shift']());}}}(a12_0x1b26,0x67602));function a12_0x1d5b(_0x2eec75,_0x640f12){const _0x1b2653=a12_0x1b26();return a12_0x1d5b=function(_0x1d5bad,_0x13dff7){_0x1d5bad=_0x1d5bad-0x1bb;let _0x3c03f1=_0x1b2653[_0x1d5bad];return _0x3c03f1;},a12_0x1d5b(_0x2eec75,_0x640f12);}const {default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),logger=require(a12_0x230c72(0x1de))[a12_0x230c72(0x1ce)],{URL}=require('url'),helper=require('../../helpers/helper'),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x230c72(0x1e9)),validHosts=function(_0x1711f9){const _0x6a16a=a12_0x230c72;return _0x1711f9[_0x6a16a(0x1e8)](',')['every'](_0x1878b8=>{const _0x1d55bc=_0x6a16a;try{new URL(_0x1878b8[_0x1d55bc(0x1d6)]());}catch(_0x40bc24){return![];}return!![];});},parseOnPremHosts=function(_0x31a7e2){const _0x117531=a12_0x230c72,_0x3d5424={};_0x3d5424[_0x117531(0x203)]=function(_0x4f054d,_0x512ff7){return _0x4f054d===_0x512ff7;},_0x3d5424['KlGDt']=_0x117531(0x1c5),_0x3d5424[_0x117531(0x1e2)]=_0x117531(0x1e4),_0x3d5424[_0x117531(0x1df)]=function(_0x55f41a,_0x457d43){return _0x55f41a===_0x457d43;},_0x3d5424[_0x117531(0x1f7)]=_0x117531(0x1fe);const _0x18612f=_0x3d5424;return _0x31a7e2['split'](',')[_0x117531(0x1ec)](_0xd048cb=>{const _0x1d9f7d=_0x117531,_0x45aa3a=new URL(_0xd048cb[_0x1d9f7d(0x1d6)]()),_0x4248b4=_0x45aa3a[_0x1d9f7d(0x1c7)],_0xa3a3ae=_0x45aa3a['port']||(_0x18612f[_0x1d9f7d(0x203)](_0x45aa3a[_0x1d9f7d(0x1cd)],_0x18612f[_0x1d9f7d(0x1f6)])?_0x18612f[_0x1d9f7d(0x1e2)]:'80'),_0x528309=_0x45aa3a[_0x1d9f7d(0x1cd)][_0x1d9f7d(0x1dc)](':',''),_0x25ece7=_0x18612f[_0x1d9f7d(0x1df)](_0x528309,_0x18612f[_0x1d9f7d(0x1f7)])?0x1:0x0;return _0x4248b4+','+_0xa3a3ae+','+_0x25ece7;});},connectCommandBuilder=function(_0x53dde8){const _0x3330bb=a12_0x230c72,_0x2fdbfa={};_0x2fdbfa[_0x3330bb(0x1ff)]=_0x3330bb(0x1fb);const _0x3c9746=_0x2fdbfa,_0x5609fb={};_0x5609fb[_0x3330bb(0x1e5)]=HELP_MESSAGES['options'][_0x3330bb(0x1d4)],_0x5609fb[_0x3330bb(0x1c3)]=_0x3c9746[_0x3330bb(0x1ff)];const _0xdb622={};_0xdb622['describe']=HELP_MESSAGES['options'][_0x3330bb(0x1d9)],_0xdb622[_0x3330bb(0x1c3)]=_0x3c9746[_0x3330bb(0x1ff)],_0xdb622[_0x3330bb(0x1d1)]=!![];const _0x27447b={};return _0x27447b['bstack-accesskey']=_0x5609fb,_0x27447b[_0x3330bb(0x1d9)]=_0xdb622,_0x53dde8['options'](_0x27447b);},connectCommandHandler=async function(_0x263b75){const _0x662ad2=a12_0x230c72,_0x2d1de4={'JhAac':_0x662ad2(0x1fc),'OagyJ':function(_0x27b4d2,_0x1333e4){return _0x27b4d2===_0x1333e4;},'KgIlQ':_0x662ad2(0x1d3),'WJKvS':_0x662ad2(0x1f3),'lGVmo':'Integration\x20hosts\x20missing.','oeerU':function(_0x2f8630,_0x5ab098){return _0x2f8630(_0x5ab098);},'sPXFe':_0x662ad2(0x1c6),'dspJO':function(_0x3b4e48,_0x5a7fb9){return _0x3b4e48(_0x5a7fb9);},'asIKC':_0x662ad2(0x1be),'sOGxh':_0x662ad2(0x1c8),'DLPBo':'Failed\x20to\x20establish\x20connection.'};try{const _0x3d42cd=new BrowserStackSetup(_0x263b75,_0x2d1de4[_0x662ad2(0x1bd)]);_0x263b75[_0x662ad2(0x1c0)]&&(_0x3d42cd[_0x662ad2(0x1e6)]['accessKey']=_0x263b75[_0x662ad2(0x1c0)]);if(_0x2d1de4[_0x662ad2(0x202)](typeof _0x3d42cd[_0x662ad2(0x1e6)][_0x662ad2(0x1f2)],_0x2d1de4[_0x662ad2(0x1c9)])){logger[_0x662ad2(0x1e3)](_0x2d1de4['WJKvS']);throw new Error(ERROR_MESSAGES[_0x662ad2(0x1d4)][_0x662ad2(0x1e1)]);}const _0x2a4691=_0x263b75['hosts'];if(_0x2d1de4[_0x662ad2(0x202)](typeof _0x2a4691,_0x2d1de4[_0x662ad2(0x1c9)])){logger[_0x662ad2(0x1e3)](_0x2d1de4[_0x662ad2(0x200)]);throw new Error(ERROR_MESSAGES['hosts'][_0x662ad2(0x1e1)]);}if(!_0x2d1de4['oeerU'](validHosts,_0x2a4691)){logger['error'](_0x2d1de4[_0x662ad2(0x1c1)]);throw new Error(ERROR_MESSAGES[_0x662ad2(0x1d9)][_0x662ad2(0x1db)]);}const _0xbb4599=_0x2d1de4['dspJO'](parseOnPremHosts,_0x2a4691);_0x3d42cd['config']['browserstackLocal']=!![],_0x3d42cd['config'][_0x662ad2(0x1ed)][_0x662ad2(0x1f0)]=_0x2d1de4[_0x662ad2(0x1f4)],_0x3d42cd['config']['browserStackLocalOptions'][_0x662ad2(0x1f1)]=_0xbb4599[_0x662ad2(0x1ea)](','),helper[_0x662ad2(0x1f8)](_0x3d42cd['config']),await _0x3d42cd[_0x662ad2(0x1fa)](),logger[_0x662ad2(0x1eb)](_0x2d1de4[_0x662ad2(0x1cc)]);}catch(_0x332a7d){logger[_0x662ad2(0x1e3)](_0x2d1de4['DLPBo']);throw new Error(_0x332a7d[_0x662ad2(0x1bb)]());}};function run(_0x2ab229){const _0x121eed=a12_0x230c72,_0x5ea7a0={};_0x5ea7a0[_0x121eed(0x1dd)]=_0x121eed(0x1d5),_0x5ea7a0[_0x121eed(0x1d8)]=_0x121eed(0x1bf);const _0x27db51=_0x5ea7a0;_0x2ab229[_0x121eed(0x1c4)](HELP_MESSAGES[_0x121eed(0x1ef)][_0x121eed(0x1cf)])[_0x121eed(0x1ef)](_0x27db51[_0x121eed(0x1dd)],HELP_MESSAGES[_0x121eed(0x1ef)][_0x121eed(0x1d5)],connectCommandBuilder,connectCommandHandler)[_0x121eed(0x1cb)]()[_0x121eed(0x1bf)](_0x27db51[_0x121eed(0x1d8)])[_0x121eed(0x1da)](HELP_MESSAGES['command'][_0x121eed(0x1d0)]);}module[a12_0x230c72(0x1ca)]=run;
2
+ 'use strict';const a12_0x22dc33=a12_0x2d6d;function a12_0x2d6d(_0x3841b6,_0x16f789){const _0x1bd4ac=a12_0x1bd4();return a12_0x2d6d=function(_0x2d6d78,_0x2680fc){_0x2d6d78=_0x2d6d78-0x1a6;let _0x20784c=_0x1bd4ac[_0x2d6d78];return _0x20784c;},a12_0x2d6d(_0x3841b6,_0x16f789);}(function(_0x1932c1,_0x36b3ab){const _0x2108fb=a12_0x2d6d,_0xeba7ff=_0x1932c1();while(!![]){try{const _0x37bafd=parseInt(_0x2108fb(0x1d3))/0x1+-parseInt(_0x2108fb(0x1b9))/0x2*(-parseInt(_0x2108fb(0x1ef))/0x3)+parseInt(_0x2108fb(0x1a6))/0x4*(parseInt(_0x2108fb(0x1e8))/0x5)+parseInt(_0x2108fb(0x1c9))/0x6*(parseInt(_0x2108fb(0x1c0))/0x7)+-parseInt(_0x2108fb(0x1cd))/0x8*(parseInt(_0x2108fb(0x1ec))/0x9)+parseInt(_0x2108fb(0x1b8))/0xa*(parseInt(_0x2108fb(0x1d9))/0xb)+-parseInt(_0x2108fb(0x1be))/0xc*(parseInt(_0x2108fb(0x1d8))/0xd);if(_0x37bafd===_0x36b3ab)break;else _0xeba7ff['push'](_0xeba7ff['shift']());}catch(_0x1d99dd){_0xeba7ff['push'](_0xeba7ff['shift']());}}}(a12_0x1bd4,0x47f12));const {default:BrowserStackSetup}=require(a12_0x22dc33(0x1d4)),logger=require('../../helpers/logger')[a12_0x22dc33(0x1cc)],{URL}=require(a12_0x22dc33(0x1bd)),helper=require(a12_0x22dc33(0x1bb)),{HELP_MESSAGES,ERROR_MESSAGES}=require(a12_0x22dc33(0x1de)),validHosts=function(_0x56319b){const _0x3df973=a12_0x22dc33;return _0x56319b[_0x3df973(0x1a7)](',')[_0x3df973(0x1e6)](_0x67b5a8=>{const _0xa2d66b=_0x3df973;try{new URL(_0x67b5a8[_0xa2d66b(0x1e9)]());}catch(_0x121864){return![];}return!![];});},parseOnPremHosts=function(_0x10a4db){const _0x4e430c=a12_0x22dc33,_0x2f6d00={};_0x2f6d00['Abfrx']=function(_0x3daae0,_0x1eac6f){return _0x3daae0===_0x1eac6f;},_0x2f6d00[_0x4e430c(0x1b3)]='https:',_0x2f6d00[_0x4e430c(0x1e0)]=_0x4e430c(0x1dc),_0x2f6d00[_0x4e430c(0x1da)]=_0x4e430c(0x1d2);const _0x225d7a=_0x2f6d00;return _0x10a4db[_0x4e430c(0x1a7)](',')[_0x4e430c(0x1ca)](_0x4ba859=>{const _0x1fc050=_0x4e430c,_0x4a9876=new URL(_0x4ba859['trim']()),_0x4b764f=_0x4a9876[_0x1fc050(0x1d5)],_0x6e2697=_0x4a9876['port']||(_0x225d7a[_0x1fc050(0x1b1)](_0x4a9876['protocol'],_0x225d7a[_0x1fc050(0x1b3)])?_0x225d7a[_0x1fc050(0x1e0)]:'80'),_0x3c25ea=_0x4a9876[_0x1fc050(0x1b4)][_0x1fc050(0x1e7)](':',''),_0x2e9166=_0x225d7a[_0x1fc050(0x1b1)](_0x3c25ea,_0x225d7a['kIvqW'])?0x1:0x0;return _0x4b764f+','+_0x6e2697+','+_0x2e9166;});},connectCommandBuilder=function(_0x964f78){const _0x4fe5c8=a12_0x22dc33,_0x265438={};_0x265438[_0x4fe5c8(0x1cb)]='string';const _0x5383b7=_0x265438,_0x2de563={};_0x2de563[_0x4fe5c8(0x1dd)]=HELP_MESSAGES[_0x4fe5c8(0x1a8)][_0x4fe5c8(0x1c1)],_0x2de563[_0x4fe5c8(0x1ba)]=_0x5383b7['BtNxV'];const _0xb28a4={};_0xb28a4[_0x4fe5c8(0x1dd)]=HELP_MESSAGES[_0x4fe5c8(0x1a8)][_0x4fe5c8(0x1bc)],_0xb28a4[_0x4fe5c8(0x1ba)]=_0x5383b7[_0x4fe5c8(0x1cb)],_0xb28a4['demandOption']=!![];const _0x1d5f13={};return _0x1d5f13[_0x4fe5c8(0x1e5)]=_0x2de563,_0x1d5f13[_0x4fe5c8(0x1bc)]=_0xb28a4,_0x964f78[_0x4fe5c8(0x1a8)](_0x1d5f13);},connectCommandHandler=async function(_0x5c8eaa){const _0x2a296e=a12_0x22dc33,_0x417ccc={'BNRbx':_0x2a296e(0x1ae),'bkNXi':function(_0x2557c7,_0x5342fc){return _0x2557c7===_0x5342fc;},'YRuhY':_0x2a296e(0x1c6),'bYEaJ':'BrowserStack\x20access\x20key\x20missing.','ZmZDv':function(_0x2bba3d,_0x4c937d){return _0x2bba3d===_0x4c937d;},'KzDPR':_0x2a296e(0x1ee),'EgSNP':function(_0x5349a1,_0x3a0650){return _0x5349a1(_0x3a0650);},'AmznZ':'Hosts\x20not\x20valid','CvcOv':function(_0x5a284b,_0x165cb8){return _0x5a284b(_0x165cb8);},'aaOwD':_0x2a296e(0x1d6),'nmkVN':_0x2a296e(0x1c5),'ZKQmt':'Failed\x20to\x20establish\x20connection.'};try{const _0x3508ad=new BrowserStackSetup(_0x5c8eaa,_0x417ccc[_0x2a296e(0x1d0)]);_0x5c8eaa[_0x2a296e(0x1c7)]&&(_0x3508ad[_0x2a296e(0x1ea)]['accessKey']=_0x5c8eaa[_0x2a296e(0x1c7)]);if(_0x417ccc['bkNXi'](typeof _0x3508ad['config'][_0x2a296e(0x1ac)],_0x417ccc[_0x2a296e(0x1b2)])){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1ad)]);throw new Error(ERROR_MESSAGES[_0x2a296e(0x1c1)][_0x2a296e(0x1b7)]);}const _0x39f30c=_0x5c8eaa[_0x2a296e(0x1bc)];if(_0x417ccc[_0x2a296e(0x1c4)](typeof _0x39f30c,_0x417ccc[_0x2a296e(0x1b2)])){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1e4)]);throw new Error(ERROR_MESSAGES[_0x2a296e(0x1bc)][_0x2a296e(0x1b7)]);}if(!_0x417ccc[_0x2a296e(0x1a9)](validHosts,_0x39f30c)){logger[_0x2a296e(0x1df)](_0x417ccc[_0x2a296e(0x1d7)]);throw new Error(ERROR_MESSAGES['hosts']['invalid']);}const _0xff12e4=_0x417ccc['CvcOv'](parseOnPremHosts,_0x39f30c);_0x3508ad[_0x2a296e(0x1ea)]['browserstackLocal']=!![],_0x3508ad['config'][_0x2a296e(0x1eb)][_0x2a296e(0x1d1)]=_0x417ccc[_0x2a296e(0x1bf)],_0x3508ad[_0x2a296e(0x1ea)][_0x2a296e(0x1eb)][_0x2a296e(0x1b0)]=_0xff12e4[_0x2a296e(0x1cf)](','),helper[_0x2a296e(0x1ce)](_0x3508ad['config']),await _0x3508ad[_0x2a296e(0x1e1)](),logger[_0x2a296e(0x1db)](_0x417ccc[_0x2a296e(0x1e2)]);}catch(_0x244d85){logger['error'](_0x417ccc[_0x2a296e(0x1c8)]);throw new Error(_0x244d85[_0x2a296e(0x1aa)]());}};function run(_0x4dbd8a){const _0x1a8954=a12_0x22dc33,_0x7fb8d2={};_0x7fb8d2[_0x1a8954(0x1c2)]=_0x1a8954(0x1ed),_0x7fb8d2[_0x1a8954(0x1af)]='help';const _0x2ffa10=_0x7fb8d2;_0x4dbd8a['usage'](HELP_MESSAGES[_0x1a8954(0x1e3)][_0x1a8954(0x1c3)])[_0x1a8954(0x1e3)](_0x2ffa10[_0x1a8954(0x1c2)],HELP_MESSAGES['command'][_0x1a8954(0x1ed)],connectCommandBuilder,connectCommandHandler)[_0x1a8954(0x1ab)]()['help'](_0x2ffa10['oUVnZ'])[_0x1a8954(0x1b6)](HELP_MESSAGES[_0x1a8954(0x1e3)]['footer']);}module[a12_0x22dc33(0x1b5)]=run;function a12_0x1bd4(){const _0x1b3c95=['replace','2121335DnUrJt','trim','config','browserStackLocalOptions','27yAMLle','connect','Integration\x20hosts\x20missing.','129PjFseJ','4vKtAkh','split','options','EgSNP','toString','demandCommand','accessKey','bYEaJ','integrations','oUVnZ','only','Abfrx','YRuhY','CBELC','protocol','exports','epilogue','missing','11580vbtdaV','15874OoGwpw','type','../../helpers/helper','hosts','url','146244UIMZxu','aaOwD','1014041PKnUdp','bstackAccessKey','xMCgM','root','ZmZDv','Connection\x20established\x20successfully.','undefined','bstackAccesskey','ZKQmt','6gbJtXy','map','BtNxV','winstonLogger','1431288KJVNlx','setProxySettings','join','BNRbx','localIdentifier','https','94639fogcVa','../../helpers/BrowserStackSetup','hostname','integrations-repeater','AmznZ','247WORung','550gcbNCk','kIvqW','info','443','describe','./constants','error','gDcpD','setupBrowserstackLocal','nmkVN','command','KzDPR','bstack-accesskey','every'];a12_0x1bd4=function(){return _0x1b3c95;};return a12_0x1bd4();}
@@ -1 +1 @@
1
- function a13_0x1556(_0x4e9a03,_0xc5a5bb){var _0x908a3c=a13_0x908a();return a13_0x1556=function(_0x155680,_0x28d5ec){_0x155680=_0x155680-0xea;var _0x3b86db=_0x908a3c[_0x155680];return _0x3b86db;},a13_0x1556(_0x4e9a03,_0xc5a5bb);}function a13_0x908a(){var _0x4cd538=['60fZJFXH','hosts','root','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.','4445fOHOtO','invalid','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','connect','options','bstackAccessKey','9rIxRMg','264140TivOdV','9126lFQRIG','6rOLhZf','910432pkRjmF','114716ObgoYt','footer','19041033EkKNja','298403ccaYPr','HELP_MESSAGES','9445930buzHdG'];a13_0x908a=function(){return _0x4cd538;};return a13_0x908a();}var a13_0x36bea5=a13_0x1556;(function(_0x1e53b0,_0x320e0e){var _0x4bd143=a13_0x1556,_0x295cdc=_0x1e53b0();while(!![]){try{var _0xbd05e1=-parseInt(_0x4bd143(0xf9))/0x1+parseInt(_0x4bd143(0xf6))/0x2*(-parseInt(_0x4bd143(0xf4))/0x3)+-parseInt(_0x4bd143(0xfc))/0x4*(parseInt(_0x4bd143(0xf2))/0x5)+-parseInt(_0x4bd143(0xf3))/0x6*(parseInt(_0x4bd143(0xea))/0x7)+parseInt(_0x4bd143(0xf5))/0x8+-parseInt(_0x4bd143(0xf1))/0x9*(-parseInt(_0x4bd143(0xfb))/0xa)+parseInt(_0x4bd143(0xf8))/0xb;if(_0xbd05e1===_0x320e0e)break;else _0x295cdc['push'](_0x295cdc['shift']());}catch(_0x4473cb){_0x295cdc['push'](_0x295cdc['shift']());}}}(a13_0x908a,0x96e2a));var a13_0x13eaae={};a13_0x13eaae[a13_0x36bea5(0xf0)]=a13_0x36bea5(0xec),a13_0x13eaae[a13_0x36bea5(0xfd)]='This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.';var a13_0x1a474f={};a13_0x1a474f[a13_0x36bea5(0xfe)]=a13_0x36bea5(0x100),a13_0x1a474f[a13_0x36bea5(0xee)]=a13_0x36bea5(0xed),a13_0x1a474f[a13_0x36bea5(0xf7)]='Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.';var a13_0x470cc9={};a13_0x470cc9[a13_0x36bea5(0xef)]=a13_0x13eaae,a13_0x470cc9['command']=a13_0x1a474f,exports[a13_0x36bea5(0xfa)]=a13_0x470cc9;var a13_0x4b242a={};a13_0x4b242a['missing']='BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.';var a13_0x233d2d={};a13_0x233d2d['missing']='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x233d2d[a13_0x36bea5(0xeb)]=a13_0x36bea5(0xff);var a13_0x2b277a={};a13_0x2b277a[a13_0x36bea5(0xf0)]=a13_0x4b242a,a13_0x2b277a[a13_0x36bea5(0xfd)]=a13_0x233d2d,exports['ERROR_MESSAGES']=a13_0x2b277a;
1
+ var a13_0x21c2f8=a13_0x2dee;function a13_0x2dee(_0x5a39db,_0x2c8c66){var _0x3bdf8d=a13_0x3bdf();return a13_0x2dee=function(_0x2dee58,_0x54afb4){_0x2dee58=_0x2dee58-0xbf;var _0x25243e=_0x3bdf8d[_0x2dee58];return _0x25243e;},a13_0x2dee(_0x5a39db,_0x2c8c66);}(function(_0x2023c2,_0x13d4f0){var _0x324479=a13_0x2dee,_0x24511c=_0x2023c2();while(!![]){try{var _0x44a903=-parseInt(_0x324479(0xbf))/0x1+-parseInt(_0x324479(0xc0))/0x2+-parseInt(_0x324479(0xd8))/0x3+parseInt(_0x324479(0xd5))/0x4*(parseInt(_0x324479(0xd1))/0x5)+-parseInt(_0x324479(0xd7))/0x6*(-parseInt(_0x324479(0xc9))/0x7)+parseInt(_0x324479(0xc3))/0x8*(-parseInt(_0x324479(0xce))/0x9)+parseInt(_0x324479(0xc1))/0xa;if(_0x44a903===_0x13d4f0)break;else _0x24511c['push'](_0x24511c['shift']());}catch(_0x3fe658){_0x24511c['push'](_0x24511c['shift']());}}}(a13_0x3bdf,0x69f8f));var a13_0x504211={};a13_0x504211['bstackAccessKey']=a13_0x21c2f8(0xd2),a13_0x504211[a13_0x21c2f8(0xc5)]=a13_0x21c2f8(0xca);var a13_0x87ec5e={};a13_0x87ec5e[a13_0x21c2f8(0xd6)]='Integrate\x20BrowserStack\x20with\x20your\x20favorite\x20third-party\x20tools\x20for\x20faster\x20and\x20efficient\x20testing.',a13_0x87ec5e[a13_0x21c2f8(0xc6)]=a13_0x21c2f8(0xc7),a13_0x87ec5e[a13_0x21c2f8(0xc2)]=a13_0x21c2f8(0xcc);var a13_0x2deceb={};a13_0x2deceb[a13_0x21c2f8(0xcb)]=a13_0x504211,a13_0x2deceb[a13_0x21c2f8(0xcf)]=a13_0x87ec5e,exports[a13_0x21c2f8(0xd0)]=a13_0x2deceb;var a13_0x11127d={};a13_0x11127d[a13_0x21c2f8(0xc4)]=a13_0x21c2f8(0xcd);function a13_0x3bdf(){var _0x29a5a4=['1976812PGPqJM','root','27222vQzKhQ','1748457cyjsAq','271447YIRzlc','339722aFmWMS','7394600aWewDO','footer','2531864gqqodn','missing','hosts','connect','Connect\x20new\x20integration\x20from\x20a\x20list\x20of\x20supported\x20tools.','Integration\x20hosts\x20are\x20not\x20in\x20the\x20right\x20format.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','1323ZMmqNc','This\x20option\x20allows\x20you\x20to\x20provide\x20additional\x20configuration\x20specific\x20to\x20your\x20environment.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.','options','Use\x20\x22browserstack-cli\x20integrations\x20<command_group>\x20-h/--help\x22\x20for\x20additional\x20help\x20and\x20details\x20about\x20BrowserStack\x20integrations.','BrowserStack\x20access\x20key\x20missing.\x20Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','18ujGPdb','command','HELP_MESSAGES','5boxvgw','Specify\x20your\x20BrowserStack\x20access\x20key\x20for\x20authentication\x20with\x20our\x20services.','ERROR_MESSAGES','invalid'];a13_0x3bdf=function(){return _0x29a5a4;};return a13_0x3bdf();}var a13_0x4aabd1={};a13_0x4aabd1[a13_0x21c2f8(0xc4)]='Integration\x20hosts\x20missing.\x20Specify\x20a\x20comma\x20separated\x20list\x20of\x20hosts\x20(eg:\x20http://your-jira.yourdomain.com:8080,..)\x20for\x20the\x20integration.',a13_0x4aabd1[a13_0x21c2f8(0xd4)]=a13_0x21c2f8(0xc8);var a13_0x3a5518={};a13_0x3a5518['bstackAccessKey']=a13_0x11127d,a13_0x3a5518[a13_0x21c2f8(0xc5)]=a13_0x4aabd1,exports[a13_0x21c2f8(0xd3)]=a13_0x3a5518;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a14_0x5315(_0x435852,_0x3b0dd1){const _0x55a56c=a14_0x55a5();return a14_0x5315=function(_0x531568,_0x1e6e8f){_0x531568=_0x531568-0xfd;let _0x2d0011=_0x55a56c[_0x531568];return _0x2d0011;},a14_0x5315(_0x435852,_0x3b0dd1);}const a14_0x2ae03d=a14_0x5315;(function(_0x3969cf,_0x31e5ef){const _0x2b7f13=a14_0x5315,_0x4cd658=_0x3969cf();while(!![]){try{const _0x490a44=parseInt(_0x2b7f13(0x161))/0x1+parseInt(_0x2b7f13(0x200))/0x2*(-parseInt(_0x2b7f13(0x1c1))/0x3)+parseInt(_0x2b7f13(0x147))/0x4*(parseInt(_0x2b7f13(0x124))/0x5)+parseInt(_0x2b7f13(0x1c0))/0x6*(-parseInt(_0x2b7f13(0x1ee))/0x7)+parseInt(_0x2b7f13(0x196))/0x8+-parseInt(_0x2b7f13(0x11d))/0x9+parseInt(_0x2b7f13(0x1cc))/0xa;if(_0x490a44===_0x31e5ef)break;else _0x4cd658['push'](_0x4cd658['shift']());}catch(_0x2b625b){_0x4cd658['push'](_0x4cd658['shift']());}}}(a14_0x55a5,0x57d97));const fs=require('fs'),path=require(a14_0x2ae03d(0x151)),util=require(a14_0x2ae03d(0x191)),{spawn}=require(a14_0x2ae03d(0x16a)),logger=require(a14_0x2ae03d(0x110))[a14_0x2ae03d(0x1e2)],{default:BrowserStackSetup}=require(a14_0x2ae03d(0x111)),helper=require(a14_0x2ae03d(0x177)),utilities=require('../../helpers/utilities'),constants=require(a14_0x2ae03d(0x144)),accessibilityHelper=require(a14_0x2ae03d(0x1bf)),{updateTestRerunConfig}=require(a14_0x2ae03d(0x101)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x2ae03d(0x1d7)),TestDetails=require(a14_0x2ae03d(0x12c)),{getPercyOptions}=require(a14_0x2ae03d(0x11f)),TestHubHandler=require(a14_0x2ae03d(0x107)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x2ae03d(0x1c3)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],TestOrchestrationHandler=require(a14_0x2ae03d(0x17a)),BrowserstackCLI=require(a14_0x2ae03d(0x115)),{checkPwandBootstrapCli}=require(a14_0x2ae03d(0x16f)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require('../../helpers/puppeteer-helper'),ClientTroubleShootingService=require(a14_0x2ae03d(0x129)),{checkAccessibilityPlatformConfig}=require(a14_0x2ae03d(0x1bf)),getUserJestConfigs=async(_0x3299b6,_0x51f4d1)=>{const _0x4d1424=a14_0x2ae03d,_0x13c62e={'TTzUk':_0x4d1424(0x17f),'mVhJV':_0x4d1424(0x12e),'pEnBp':function(_0x9741f4,_0x2e8fbe){return _0x9741f4||_0x2e8fbe;},'szzZU':function(_0x53c1ee,_0x1e4569){return _0x53c1ee(_0x1e4569);},'gYexW':'package.json','OKdzh':_0x4d1424(0x1bc),'JHypy':_0x4d1424(0x126),'NiLAP':_0x4d1424(0x19e),'DeQUs':'json'};let _0x237483;try{_0x237483=helper[_0x4d1424(0x1cd)](_0x13c62e[_0x4d1424(0x127)],_0x13c62e['mVhJV']);}catch{const _0x47f2b3=helper['requireModule'](_0x13c62e[_0x4d1424(0x14d)]);_0x237483={'default':async _0x337419=>{const _0x1e80a2=_0x4d1424,_0x160db6=await _0x47f2b3[_0x1e80a2(0x1b4)](_0x337419,{});return _0x160db6['config'];}};}const _0x3c49f2=_0x51f4d1[_0x4d1424(0x17c)](_0x44e2aa=>_0x44e2aa===_0x4d1424(0x14e));if(!helper[_0x4d1424(0x169)](_0x3299b6[_0x4d1424(0x166)])){logger['info'](_0x4d1424(0x164)+_0x3299b6[_0x4d1424(0x166)]),process[_0x4d1424(0x141)][_0x4d1424(0x1df)]=_0x3299b6[_0x4d1424(0x166)];const _0x31ff6a=await(0x0,_0x237483[_0x4d1424(0x15c)])(path['resolve'](_0x3299b6['config']));return _0x51f4d1[_0x4d1424(0x136)](_0x3c49f2,0x2),_0x13c62e['pEnBp'](_0x31ff6a,{});}const _0x1bd316=_0x13c62e['szzZU'](require,path['join'](process['cwd'](),_0x13c62e[_0x4d1424(0x1f6)]));if(_0x1bd316[_0x4d1424(0x1f9)])return logger['info'](_0x13c62e[_0x4d1424(0x18e)]),_0x1bd316[_0x4d1424(0x1f9)];const _0x1e09a0=['js',_0x13c62e[_0x4d1424(0x19b)],_0x13c62e[_0x4d1424(0x1ce)],_0x13c62e[_0x4d1424(0x1e6)],'ts'];for(const _0x36fb21 of _0x1e09a0){const _0x4f103b=path[_0x4d1424(0x1aa)](process[_0x4d1424(0x1dc)](),_0x4d1424(0x18c)+_0x36fb21);if(fs[_0x4d1424(0x17b)](_0x4f103b)){process['env'][_0x4d1424(0x1df)]=_0x4f103b;const _0x368368=await(0x0,_0x237483[_0x4d1424(0x15c)])(_0x4f103b);return _0x368368;}}return{};},getSerial=(_0x3b5137,_0x1d2805)=>{const _0x2128c2=a14_0x2ae03d,_0x2275ab={};_0x2275ab[_0x2128c2(0x10c)]=_0x2128c2(0x14b),_0x2275ab[_0x2128c2(0x163)]=function(_0x46a024,_0x52ec01){return _0x46a024>_0x52ec01;},_0x2275ab['cQchS']=function(_0x5c07bb,_0x49fef6){return _0x5c07bb>_0x49fef6;},_0x2275ab[_0x2128c2(0x146)]='false';const _0x3471f7=_0x2275ab;let _0x5bd3d7=_0x3471f7[_0x2128c2(0x10c)];return _0x3471f7[_0x2128c2(0x163)](_0x3b5137[_0x2128c2(0x1a6)],0x1)&&(!_0x1d2805[_0x2128c2(0x105)]&&(helper[_0x2128c2(0x169)](_0x1d2805['maxWorkers'])||_0x3471f7[_0x2128c2(0x1e0)](_0x1d2805[_0x2128c2(0x139)],0x1)))&&(_0x5bd3d7=_0x3471f7[_0x2128c2(0x146)]),_0x5bd3d7;},getMaxWorkers=(_0x540763,_0x53022d,_0x4b1fa0)=>{const _0x4c6da5=a14_0x2ae03d,_0x20872f={'rAZBa':function(_0x4ed360,_0x437257){return _0x4ed360(_0x437257);}};let _0x1a1772=0x1;if(!helper['isUndefined'](_0x53022d['parallelsPerPlatform']))_0x1a1772=_0x20872f[_0x4c6da5(0x157)](parseInt,_0x53022d[_0x4c6da5(0x1a5)]);else{if(!helper[_0x4c6da5(0x169)](_0x540763['maxWorkers']))_0x1a1772=_0x540763[_0x4c6da5(0x139)];else!helper[_0x4c6da5(0x169)](_0x4b1fa0[_0x4c6da5(0x139)])&&(_0x1a1772=_0x4b1fa0[_0x4c6da5(0x139)]);}return _0x1a1772;};async function run(_0x23df8,_0x47bd74,_0x3ac80c){const _0x18fdc7=a14_0x2ae03d,_0x3e77a3={'NgCVM':_0x18fdc7(0x1c4),'vfnAL':_0x18fdc7(0x1f9),'NWmzp':function(_0x301c9f,_0xdb4420){return _0x301c9f(_0xdb4420);},'Lesjq':_0x18fdc7(0x18a),'PKZfH':function(_0x15bf1e){return _0x15bf1e();},'eDmPR':function(_0x5164f3,_0xbb57e1,_0x4dad4f,_0x33b18e){return _0x5164f3(_0xbb57e1,_0x4dad4f,_0x33b18e);},'GAjaC':function(_0x5679a2,_0x271f2d){return _0x5679a2!=_0x271f2d;},'BwUbw':'true','nqpfQ':function(_0x533497,_0x3a669b,_0x35a2bd){return _0x533497(_0x3a669b,_0x35a2bd);},'JRsPp':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','waYcG':function(_0x203cfd,_0x7e57cf){return _0x203cfd(_0x7e57cf);},'IvRFJ':function(_0x537394,_0x29ab00){return _0x537394(_0x29ab00);},'GTkbt':_0x18fdc7(0x1d9),'YnElF':function(_0x20d8b7,_0x766d1a,_0x5d41ae){return _0x20d8b7(_0x766d1a,_0x5d41ae);},'KWAHC':function(_0xc7fbe2,_0x328f61,_0x5861b4,_0xc493c9){return _0xc7fbe2(_0x328f61,_0x5861b4,_0xc493c9);},'FcNYh':function(_0x338c27,_0x371733){return _0x338c27*_0x371733;},'OSYSW':function(_0x34381d,_0x2c40e8){return _0x34381d===_0x2c40e8;},'VwkSX':'jest_browserstack.config.cjs','LATjx':_0x18fdc7(0x154),'mVNyw':_0x18fdc7(0x1f8),'aVMJl':_0x18fdc7(0x1f5),'QWycn':_0x18fdc7(0x113),'RiKsE':_0x18fdc7(0x158),'Vfffk':_0x18fdc7(0x1ed),'zafHZ':function(_0x567294,_0x5d1a50){return _0x567294!==_0x5d1a50;},'babJs':_0x18fdc7(0x11a),'yjrtP':_0x18fdc7(0x149),'gdDjz':'jest.setup.js','kPAIe':'customSequencer.js','cIgYB':_0x18fdc7(0x1e7),'TfeHr':_0x18fdc7(0x1e3),'MvvcI':_0x18fdc7(0x134),'zzyGU':function(_0x555c0e,_0x578f77){return _0x555c0e(_0x578f77);},'xqRDj':_0x18fdc7(0x1d0),'RcxDA':_0x18fdc7(0x1d6),'PqzPv':'customCircus.js','UlfnA':_0x18fdc7(0x1bd),'PfNLe':_0x18fdc7(0x156),'jCUrO':'playwright','cWTmG':_0x18fdc7(0x152),'hDBmn':_0x18fdc7(0x173),'FAlXB':_0x18fdc7(0x165),'QdFfJ':function(_0x20d9c7,_0x5f3d31){return _0x20d9c7&&_0x5f3d31;},'lMkgf':_0x18fdc7(0x1c7),'SDmfX':_0x18fdc7(0x192),'ASkXt':'puppeteer-core/package.json','MFbom':_0x18fdc7(0x15c),'WTMsv':function(_0x1c3196,_0x1694d,_0x2a28ea){return _0x1c3196(_0x1694d,_0x2a28ea);},'FcopO':_0x18fdc7(0x1bb),'JTKYP':_0x18fdc7(0x1a8),'xEVOC':'Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','dcXew':function(_0x2b0876,_0x4675e0){return _0x2b0876>_0x4675e0;},'dQpcN':_0x18fdc7(0x1ab),'yRkti':_0x18fdc7(0x14e),'PVOnA':'npx','wqlTH':function(_0x183028,_0x3a47e0){return _0x183028===_0x3a47e0;},'WhjKN':'win32','hgnsz':_0x18fdc7(0x1e8),'uLmgx':_0x18fdc7(0x184)},_0x5ad5af=helper['getPackageVersion'](_0x3e77a3[_0x18fdc7(0x1e9)]);global[_0x18fdc7(0x155)]=!!_0x5ad5af;const _0x15675e=_0x3e77a3['PKZfH'](getPuppeteerVersion);global[_0x18fdc7(0x1c6)]=!!_0x15675e;helper[_0x18fdc7(0x13c)]()?(await _0x3ac80c[_0x18fdc7(0x1a1)](_0x23df8),await helper['handleApp'](_0x3ac80c[_0x18fdc7(0x166)])):await _0x3ac80c[_0x18fdc7(0x1b0)]();if(_0x5ad5af)await _0x3e77a3[_0x18fdc7(0x15f)](checkPwandBootstrapCli,_0x5ad5af,constants[_0x18fdc7(0x1cb)][_0x18fdc7(0x140)],_0x3ac80c);else _0x15675e&&await _0x3e77a3['eDmPR'](checkPuppeteerAndBootstrapCli,_0x15675e,constants[_0x18fdc7(0x1cb)]['JEST'],_0x3ac80c);if(!_0x3ac80c[_0x18fdc7(0x166)])return;_0x3e77a3[_0x18fdc7(0x174)](_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x175)],null)?process[_0x18fdc7(0x141)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x175)]:process[_0x18fdc7(0x141)][_0x18fdc7(0x1d5)]=_0x3e77a3[_0x18fdc7(0x1b6)];const _0x43a313=new TestOrchestrationHandler(_0x3ac80c['config']),_0x38a713=await _0x3e77a3[_0x18fdc7(0x104)](getUserJestConfigs,_0x23df8,_0x47bd74);logger['info'](_0x3e77a3[_0x18fdc7(0x189)]);const _0x160962=Object[_0x18fdc7(0x1b9)]({},_0x38a713);_0x160962[_0x18fdc7(0x19c)]=Object[_0x18fdc7(0x1b9)]({},_0x160962['testEnvironmentOptions'],{'server':helper['getHubUrl'](_0x3ac80c[_0x18fdc7(0x166)]),'environment':_0x38a713[_0x18fdc7(0x1d8)]}),_0x160962['testEnvironmentOptions'][_0x18fdc7(0x16b)]=_0x3e77a3[_0x18fdc7(0x1fb)](getPercyOptions,_0x3ac80c[_0x18fdc7(0x166)]);const _0x391dae=helper[_0x18fdc7(0x167)](_0x3ac80c['config']);!helper[_0x18fdc7(0x169)](_0x3ac80c['config']['accessibilityOptions'])&&(process[_0x18fdc7(0x141)][_0x18fdc7(0x1ef)]=JSON[_0x18fdc7(0x19f)](_0x3ac80c['config']['accessibilityOptions']));if(!BrowserstackCLI[_0x18fdc7(0x10b)]()[_0x18fdc7(0x180)]()){const _0x5c3927=await TestHubHandler[_0x18fdc7(0x10a)](FRAMEWORKS[_0x18fdc7(0x140)],_0x3ac80c);}const _0x3efb45=helper[_0x18fdc7(0x1c2)](_0x3ac80c[_0x18fdc7(0x166)],_0x391dae,constants[_0x18fdc7(0x1cb)][_0x18fdc7(0x140)]);process['env'][_0x18fdc7(0x138)]=JSON['stringify'](_0x3efb45);let _0x403442=_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x1d2)];_0x403442=_0x403442||accessibilityHelper[_0x18fdc7(0x1b2)](_0x3ac80c[_0x18fdc7(0x166)]),process[_0x18fdc7(0x141)][_0x18fdc7(0x16e)]=_0x403442,logger[_0x18fdc7(0x108)](_0x18fdc7(0x18d)+_0x403442+_0x18fdc7(0x137)+BrowserstackCLI[_0x18fdc7(0x10b)]()[_0x18fdc7(0x180)]());if(_0x5ad5af)try{const _0x29507a=_0x3e77a3[_0x18fdc7(0x199)](checkAccessibilityPlatformConfig,_0x3ac80c[_0x18fdc7(0x166)]);process[_0x18fdc7(0x141)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x29507a?_0x3e77a3['BwUbw']:_0x3e77a3[_0x18fdc7(0x1eb)],logger[_0x18fdc7(0x108)](_0x18fdc7(0x132)+_0x29507a+_0x18fdc7(0x10d)+process[_0x18fdc7(0x141)][_0x18fdc7(0x1ec)]);}catch(_0x1f98d1){logger['debug'](_0x18fdc7(0x1dd)+util['format'](_0x1f98d1));}_0x160962[_0x18fdc7(0x19c)]['capabilities']=_0x3efb45,_0x160962[_0x18fdc7(0x19c)]['serial__']=_0x3e77a3['YnElF'](getSerial,_0x3efb45,_0x23df8),_0x160962[_0x18fdc7(0x19c)][_0x18fdc7(0x187)]=_0x3e77a3[_0x18fdc7(0x11e)](getMaxWorkers,_0x23df8,_0x3ac80c[_0x18fdc7(0x166)],_0x38a713),_0x160962[_0x18fdc7(0x19c)]['proxySettings']=_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x153)],_0x160962[_0x18fdc7(0x19c)]['timeout__']=_0x3e77a3[_0x18fdc7(0x116)](_0x23df8[_0x18fdc7(0x13e)],0x1)||0x1388,_0x160962[_0x18fdc7(0x19c)][_0x18fdc7(0x1f4)]=_0x3ac80c[_0x18fdc7(0x166)]['testContextOptions'][_0x18fdc7(0x1f4)],_0x160962['testEnvironmentOptions'][_0x18fdc7(0x13d)]=_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x18b)]['skipSessionStatus'],_0x160962['testEnvironmentOptions']['browserStackLogLevel']=_0x3ac80c['config'][_0x18fdc7(0x1c5)],_0x160962[_0x18fdc7(0x19c)][_0x18fdc7(0x1be)]=_0x3ac80c['config'][_0x18fdc7(0x1be)],_0x160962[_0x18fdc7(0x19c)]['platformCaps']=_0x3ac80c[_0x18fdc7(0x166)]['platforms'];const _0x2391ef=helper[_0x18fdc7(0x1db)](_0x3ac80c[_0x18fdc7(0x166)]);if(!helper['isEmpty'](_0x2391ef)){helper['isNotUndefined'](_0x2391ef[_0x18fdc7(0x171)])&&(_0x160962[_0x18fdc7(0x19c)][_0x18fdc7(0x1b5)]=_0x2391ef[_0x18fdc7(0x171)][_0x18fdc7(0x15a)]);if(helper[_0x18fdc7(0x148)](_0x2391ef[_0x18fdc7(0x17e)])&&helper[_0x18fdc7(0x148)](_0x2391ef[_0x18fdc7(0x17e)][_0x18fdc7(0x1c9)])){const _0x22ace9={};_0x22ace9[_0x18fdc7(0x190)]=_0x2391ef[_0x18fdc7(0x17e)][_0x18fdc7(0x123)],_0x22ace9[_0x18fdc7(0x1c9)]=_0x2391ef['abortBuildOnFailure'][_0x18fdc7(0x1c9)],_0x160962[_0x18fdc7(0x19c)][_0x18fdc7(0x1ae)]=_0x22ace9;}}let _0x2e753e='';_0x3e77a3[_0x18fdc7(0x102)](helper[_0x18fdc7(0x197)](),constants[_0x18fdc7(0x12a)]['MODULE'])?_0x2e753e=_0x3e77a3[_0x18fdc7(0x1f7)]:_0x2e753e=_0x3e77a3[_0x18fdc7(0x117)];const _0x34ae7e=_0x2e753e,_0x33dc18=path['join'](__dirname,_0x3e77a3['mVNyw'],_0x3e77a3[_0x18fdc7(0x16c)]),_0x4d7410=path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3['mVNyw'],_0x3e77a3['QWycn']),_0x4c8dc2=path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3['mVNyw'],_0x3e77a3[_0x18fdc7(0x1a2)]);_0x160962[_0x18fdc7(0x1d8)]&&(process[_0x18fdc7(0x141)][_0x18fdc7(0x19a)]=_0x160962[_0x18fdc7(0x1d8)]);_0x160962['testEnvironment']=path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3[_0x18fdc7(0x1ea)],_0x3e77a3['Vfffk']);const _0x223137=_0x38a713[_0x18fdc7(0x1b3)];if(_0x223137&&_0x3e77a3[_0x18fdc7(0x1a4)](_0x223137,_0x3e77a3[_0x18fdc7(0x122)])){const _0x515cdf=_0x223137[_0x18fdc7(0x1b1)](_0x3e77a3[_0x18fdc7(0x183)])?_0x223137:_0x18fdc7(0x149)+_0x223137;process[_0x18fdc7(0x141)][_0x18fdc7(0x176)]=_0x515cdf,logger[_0x18fdc7(0x13b)](_0x18fdc7(0x120)+_0x515cdf);}_0x160962[_0x18fdc7(0x1b3)]=_0x4d7410,_0x160962[_0x18fdc7(0x1f0)]=_0x160962[_0x18fdc7(0x1f0)]||[],_0x160962[_0x18fdc7(0x1f0)][_0x18fdc7(0x103)](path['join'](__dirname,_0x3e77a3[_0x18fdc7(0x100)]));_0x43a313[_0x18fdc7(0x1ac)]()&&(_0x160962[_0x18fdc7(0x159)]=path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3[_0x18fdc7(0x1ea)],_0x3e77a3[_0x18fdc7(0x109)]));if(testhubUtils[_0x18fdc7(0x1fa)]()||BrowserstackCLI[_0x18fdc7(0x10b)]()[_0x18fdc7(0x193)]()){let _0x55c7f8=null;try{_0x55c7f8=helper['requireModule'](_0x3e77a3['cIgYB'],_0x3e77a3[_0x18fdc7(0x119)]);}catch(_0x43a0e1){try{_0x55c7f8=helper['requireModule'](_0x3e77a3['MvvcI'],_0x3e77a3[_0x18fdc7(0x119)]);}catch(_0x238734){_0x3e77a3[_0x18fdc7(0x125)](debug,_0x18fdc7(0x12b)+_0x238734);}}_0x55c7f8&&(testhubUtils['shouldProcessEventForTesthub']()&&_0x160962[_0x18fdc7(0x1f0)]['push'](path['join'](__dirname,_0x3e77a3[_0x18fdc7(0x1da)],_0x3e77a3[_0x18fdc7(0x15d)])),_0x160962[_0x18fdc7(0x112)]=path['join'](__dirname,_0x3e77a3[_0x18fdc7(0x1ea)],_0x3e77a3['PqzPv']));}_0x160962['setupFiles']=_0x160962['setupFiles']||[];try{helper[_0x18fdc7(0x1fd)](),_0x160962[_0x18fdc7(0x10e)][_0x18fdc7(0x103)](path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3['UlfnA']));}catch{logger[_0x18fdc7(0x108)](_0x3e77a3['PfNLe']);}try{helper['requirePWModule']['apply'](null,[_0x3e77a3[_0x18fdc7(0x1e9)],_0x3e77a3[_0x18fdc7(0x131)]]),logger['debug'](_0x3e77a3[_0x18fdc7(0x1d1)]),_0x160962[_0x18fdc7(0x10e)]['push'](path[_0x18fdc7(0x1aa)](__dirname,_0x3e77a3[_0x18fdc7(0x11c)]));}catch(_0x4300d0){logger[_0x18fdc7(0x108)](_0x3e77a3[_0x18fdc7(0x145)],_0x4300d0);}if(_0x3e77a3[_0x18fdc7(0xfe)](!_0x5ad5af,_0x15675e)){try{logger['debug'](_0x3e77a3[_0x18fdc7(0x1b8)]),_0x160962[_0x18fdc7(0x10e)]['push'](path[_0x18fdc7(0x1aa)](__dirname,'..',_0x3e77a3['SDmfX'],_0x3e77a3[_0x18fdc7(0x11c)]));}catch(_0x2afc12){logger['debug'](_0x18fdc7(0x15e)+_0x2afc12['message']);}try{const _0x5e2298=require[_0x18fdc7(0xfd)](_0x3e77a3[_0x18fdc7(0x179)]),_0x41cd84=path[_0x18fdc7(0x1cf)](_0x5e2298)['replace'](/\\/g,'/'),_0x222409={};_0x222409[_0x18fdc7(0x1ff)]=_0x41cd84+_0x18fdc7(0x16d),_0x160962['moduleNameMapper']=Object[_0x18fdc7(0x1b9)]({},_0x160962[_0x18fdc7(0x1af)]||{},_0x222409),logger['debug'](_0x18fdc7(0x1fe)+_0x41cd84);}catch(_0x9dee7f){logger[_0x18fdc7(0x108)](_0x18fdc7(0x130)+_0x9dee7f[_0x18fdc7(0x1e5)]);}}_0x160962[_0x18fdc7(0x172)]=_0x160962[_0x18fdc7(0x172)]||[_0x3e77a3['MFbom']],_0x3e77a3[_0x18fdc7(0x135)](updateTestRerunConfig,_0x160962,_0x3ac80c);const _0x229acd=fs[_0x18fdc7(0x128)](_0x4c8dc2),_0x289aa1=helper[_0x18fdc7(0x133)](_0x3e77a3['FcopO'],_0x3e77a3[_0x18fdc7(0x198)]);!_0x289aa1[_0x18fdc7(0x1a9)]?fs[_0x18fdc7(0x178)](_0x160962[_0x18fdc7(0x1b3)],_0x18fdc7(0x14f)+_0x229acd+_0x18fdc7(0x1b7)+_0x3ac80c[_0x18fdc7(0x166)][_0x18fdc7(0x15b)][_0x18fdc7(0x1a6)]+_0x18fdc7(0x19d)):fs[_0x18fdc7(0x178)](_0x160962[_0x18fdc7(0x1b3)],'\x0a\x20\x20\x20\x20\x20\x20'+_0x229acd+_0x18fdc7(0x1a0)+_0x3ac80c['config'][_0x18fdc7(0x15b)]['length']+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20');logger['info'](_0x18fdc7(0x1a3)+_0x34ae7e+_0x18fdc7(0x1d4)),fs[_0x18fdc7(0x178)](_0x34ae7e,'const\x20config='+JSON[_0x18fdc7(0x19f)](_0x160962)+_0x18fdc7(0x118));if(_0x43a313[_0x18fdc7(0x1ac)]()){logger[_0x18fdc7(0x108)](_0x3e77a3[_0x18fdc7(0x1ca)]);const _0x78387=await _0x43a313[_0x18fdc7(0x1fc)](_0x160962,_0x47bd74['slice'](0x1),_0x34ae7e);logger[_0x18fdc7(0x108)]('Found:\x20'+JSON['stringify'](_0x78387)+_0x18fdc7(0x162));const _0x154bc0=await _0x43a313[_0x18fdc7(0x1f2)](_0x78387);logger['debug'](_0x18fdc7(0x188)+JSON[_0x18fdc7(0x19f)](_0x154bc0)),_0x154bc0&&_0x3e77a3[_0x18fdc7(0x1ba)](_0x154bc0[_0x18fdc7(0x1a6)],0x0)&&(process['env']['JEST_TEST_ORDER']=_0x154bc0?.[_0x18fdc7(0x1aa)](','));}logger['info'](_0x3e77a3[_0x18fdc7(0x142)]);testhubUtils[_0x18fdc7(0x1fa)]()&&TestDetails[_0x18fdc7(0x10f)]();helper[_0x18fdc7(0x1de)]({},_0x47bd74),PerformanceTester[_0x18fdc7(0x1c8)](PerformanceEvents[_0x18fdc7(0x150)]);const _0x2bb274=[_0x3e77a3['vfnAL'],_0x3e77a3['yRkti'],_0x34ae7e,..._0x47bd74[_0x18fdc7(0x14c)](0x1)],_0x144f99=_0x3e77a3[_0x18fdc7(0x11e)](spawn,_0x3e77a3[_0x18fdc7(0x1d3)],_0x2bb274,{'shell':_0x3e77a3[_0x18fdc7(0x168)](process[_0x18fdc7(0x160)],_0x3e77a3[_0x18fdc7(0x1f3)]),'stdio':_0x3e77a3[_0x18fdc7(0x186)],'env':Object[_0x18fdc7(0x1b9)]({},process[_0x18fdc7(0x141)])});_0x144f99['on'](_0x3e77a3[_0x18fdc7(0x182)],async _0x19b95b=>{const _0xec6031=_0x18fdc7;PerformanceTester[_0xec6031(0x13a)](PerformanceEvents[_0xec6031(0x18f)]);try{const {browserstackFolderPath:_0xac9c73,tcgConfigPath:_0x41a6de}=helper['getTCGConfigFilePaths']();fs[_0xec6031(0x17d)](_0x41a6de),fs['rmdirSync'](_0xac9c73);}catch(_0x58bb61){logger['debug'](_0x3e77a3['NgCVM'],_0x58bb61);}process[_0xec6031(0x106)]=_0x19b95b,logger[_0xec6031(0x108)](_0xec6031(0x1ad)+_0x19b95b),logger[_0xec6031(0x13b)](_0xec6031(0x1f1)+_0x34ae7e);if(helper['isNotUndefined'](_0x2391ef)&&helper[_0xec6031(0x148)](_0x2391ef['abortBuildOnFailure'])&&fs[_0xec6031(0x17b)](_0x2391ef[_0xec6031(0x17e)][_0xec6031(0x1c9)]))try{const _0x1bc761={};_0x1bc761['recursive']=!![],_0x1bc761[_0xec6031(0x194)]=!![],fs[_0xec6031(0x11b)](_0x2391ef['abortBuildOnFailure']['workingDir'],_0x1bc761),logger[_0xec6031(0x108)](_0xec6031(0x12f)+_0x2391ef[_0xec6031(0x17e)]['workingDir']);}catch(_0x2e4db1){logger[_0xec6031(0x1a9)](_0xec6031(0x195)+_0x2e4db1);}let _0x561cd0=null;if(fs[_0xec6031(0x17b)](_0x33dc18)){_0x561cd0=fs[_0xec6031(0x128)](_0x33dc18);try{_0x561cd0=JSON[_0xec6031(0x12d)](_0x561cd0);}catch(_0x326e3f){logger[_0xec6031(0x108)](_0xec6031(0x121)+_0x33dc18+',\x20'+_0x561cd0+_0xec6031(0xff)+_0x326e3f);}fs[_0xec6031(0x17d)](_0x33dc18);}fs['unlinkSync'](_0x34ae7e),fs[_0xec6031(0x17d)](_0x4d7410),_0x561cd0&&(_0x3ac80c[_0xec6031(0x170)]=helper[_0xec6031(0x114)](_0x561cd0,_0x3e77a3[_0xec6031(0x143)],_0x3ac80c));const _0x46daf2=BrowserstackCLI[_0xec6031(0x1a7)]();try{await TestHubHandler[_0xec6031(0x181)](),await BrowserstackCLI['getInstance']()[_0xec6031(0x181)]();}catch(_0x488dec){console['log'](_0x488dec),_0x3e77a3[_0xec6031(0x1e4)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20'+util[_0xec6031(0x14a)](_0x488dec));}testOpsHelper[_0xec6031(0x13f)](),TestDetails[_0xec6031(0x1e1)](),await utilities[_0xec6031(0x185)](_0x3ac80c,_0x46daf2);});}module['exports']=run;function a14_0x55a5(){const _0x36fb03=['WTMsv','splice',',\x20CLI\x20running:\x20','BROWSERSTACK_CAPABILITIES','maxWorkers','start','info','isBrowserstackInfra','skipSessionStatus','testTimeout','printBuildLink','JEST','env','dQpcN','vfnAL','../utils/constants','FAlXB','CCptt','212vRThgp','isNotUndefined','jest-runner-','format','true','slice','mVhJV','--config','\x0a\x20\x20\x20\x20\x20\x20','SDK_SETUP','path','Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','proxySettings','jest_browserstack.config.js','__isPlaywrightInstalled','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','rAZBa','customTestRunnerTemplate.js','testSequencer','maxRetries','platforms','default','RcxDA','Puppeteer\x20setup\x20error:\x20','eDmPR','platform','537442jMWdQK','\x20test\x20files\x20to\x20run.','pPdFs','Getting\x20your\x20jest\x20configs\x20from\x20','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','config','useW3C','wqlTH','isUndefined','child_process','browserStackPercyOptions','aVMJl','/internal/$1','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../helpers/playwright-helper','errorMessage','retryTestsOnFailure','reporters','test.setup.js','GAjaC','testObservability','BSTACK_USER_JEST_RUNNER','../../helpers/helper','writeFileSync','ASkXt','../../helpers/test-orchestration/testOrchestrationHandler','existsSync','findIndex','unlinkSync','abortBuildOnFailure','jest-config/build/readConfigFileAndSetRootDir.js','isRunning','stop','uLmgx','yjrtP','close','finalExecution','hgnsz','parallels__','Reodered\x20Test\x20Files:\x20','JRsPp','@playwright/test','testContextOptions','jest.config.','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','OKdzh','SDK_CLEANUP','failureThresholdCount','util','puppeteer','isCliEnabled','force','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','2147232yLgLtJ','getPackageType','JTKYP','IvRFJ','BSTACK_JEST_TEST_ENV','JHypy','testEnvironmentOptions',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','cjs','stringify','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','initialize','RiKsE','Creating\x20','zafHZ','parallelsPerPlatform','length','isCLIEnabled','@jest/core','error','join','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','isTestOrchestrationEnabled','child\x20process\x20exited\x20with\x20code\x20','failFast','moduleNameMapper','setupTCGAuth','startsWith','checkAccessibilityPlatformConfig','runner','readInitialOptions','retries__','BwUbw','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','lMkgf','assign','dcXew','@jest/core/build/ReporterDispatcher.js','Getting\x20your\x20jest\x20configs\x20from\x20package.json','test_before.setup.js','turboScaleUrl','../../helpers/accessibility-automation/helper','6UfpikW','48OuDtnP','prepareCapabilities','../../helpers/test-observability/constants','error\x20removing\x20tcg\x20config\x20file','logLevel','__isPuppeteerInstalled','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','end','workingDir','xEVOC','FRAMEWORKS','3646450YSageQ','requireModule','NiLAP','dirname','test-observability','cWTmG','accessibility','PVOnA','\x20with\x20browserstack\x20jest\x20configs','BROWSERSTACK_TEST_OBSERVABILITY_YML','data-hooks.js','../../helpers/test-observability/utils','testEnvironment','false','xqRDj','parseTestOrchestrationOptions','cwd','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','filterBrowserstackArgs','USER_CONFIG_DETAILS_PATH','cQchS','shutdown','winstonLogger','jest-circus','NWmzp','message','DeQUs','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','inherit','Lesjq','mVNyw','GTkbt','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','customEnvironment.js','5032678dkMsQw','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setupFilesAfterEnv','Deleting\x20','reorderTestFiles','WhjKN','skipSessionName','jest_browserstack_results.json','gYexW','VwkSX','customImplements','jest','shouldProcessEventForTesthub','waYcG','findTestFiles','requireSeleniumWebdriver','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','^puppeteer-core/internal/(.*)','65308jxzDRE','resolve','QdFfJ','\x20:\x20','gdDjz','./test-observability/helper','OSYSW','push','nqpfQ','runInBand','exitCode','../../helpers/testhub/testhubHandler','debug','kPAIe','launchBuild','getInstance','TSuYH',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','setupFiles','setup','../../helpers/logger','../../helpers/BrowserStackSetup','testRunner','customTestRunner.js','getErrorMessageFromResults','../v2/browserstackCLI','FcNYh','LATjx','\x0amodule.exports\x20=\x20config;','TfeHr','jest-runner','rmSync','hDBmn','1561455mpEKbe','KWAHC','../../helpers/percy/utils','Preserving\x20user\x27s\x20Jest\x20runner:\x20','Error\x20while\x20parsing\x20','babJs','maxFailures','57005LaZBvJ','zzyGU','mjs','TTzUk','readFileSync','../utils/clientTroubleshootingService','PACKAGE_TYPE','Unable\x20to\x20find\x20jest-circus,\x20','./test-observability/test-details','parse','jest-config','Deleted\x20fail-fast\x20state\x20folder:\x20','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','jCUrO','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','resolveModule','jest-circus/build/runner.js'];a14_0x55a5=function(){return _0x36fb03;};return a14_0x55a5();}
2
+ 'use strict';const a14_0x31c112=a14_0x228c;function a14_0x2bb2(){const _0x20f728=['jest_browserstack.config.cjs','Found:\x20','JqVWx','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','UVfDe','rmSync','exitCode','Deleting\x20','446552GuJyjF','isCliEnabled','asUgo','env','jest-config/build/readConfigFileAndSetRootDir.js','Getting\x20your\x20jest\x20configs\x20from\x20','wOVmc','MQGym','BROWSERSTACK_TEST_OBSERVABILITY_YML','Puppeteer\x20detected,\x20adding\x20Jest-Puppeteer\x20setup','wQZsk','parseTestOrchestrationOptions','THjyF','test_before.setup.js','child\x20process\x20exited\x20with\x20code\x20','maxWorkers','path','AKuLp','testEnvironment','qtSKq','XnOlL','push','useW3C','join','timeout__','cjs','message','881404ujnPFG','retryTestsOnFailure','findTestFiles','307722EJHXvf','debug','false','config','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','viJcw','Reodered\x20Test\x20Files:\x20','runInBand','bjFGn','isNotUndefined','zZGAp','MLssr','BbEcI','JEST_TEST_ORDER','testContextOptions','skipSessionStatus','GOisp','MAgED','xQksf','testRunner','NnRTw','playwright','../../helpers/utilities','nWNbC','HTcsL','exports','serial__','@playwright/test','getPackageType','setupTCGAuth','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','maxFailures','MJPnR','[Jest\x20Command]\x20Accessibility\x20enabled:\x20','Error\x20while\x20deleting\x20fail-fast\x20state\x20folder:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','writeFileSync','package.json','BROWSERSTACK_CAPABILITIES','customTestRunner.js','JEST','setup','inherit','[Jest\x20Command]\x20Playwright\x20detected,\x20setting\x20accessibility\x20platform:\x20','12CDtbZF','shouldProcessEventForTesthub','logLevel','dirname','test-observability','getInstance','existsSync','Kbwca','BROWSERSTACK_TEST_ACCESSIBILITY_YML','error','abortBuildOnFailure','accessibilityOptions','NhWqm','isRunning','zECkj','@jest/core','testEnvironmentOptions','ySWRo','PNdCO','slice',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20})();\x0a\x20\x20\x20\x20','reporters','jest.setup.js','getHubUrl','HgmfL','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','platform','lJDOd','uJyNa','child_process','lQtbo','ScfsG','customSequencer.js','skipSessionName','LfhBc','shutdown','getErrorMessageFromResults','Ssyni','browserStackLogLevel','win32','platformCaps','force','aRaUT','../../helpers/testhub/testhubHandler','customTestRunnerTemplate.js','isBrowserstackInfra','PACKAGE_TYPE','errorMessage','jest-circus','end','dMlhR','3551922thJBWe','getTCGConfigFilePaths','../../helpers/BrowserStackSetup','jest_browserstack.config.js','readInitialOptions','jest.config.','yObdg','FctBI','500474ajPYOY','json','jest-circus/build/runner.js','runner','resolveModule','dFOIl','proxySettings','moduleNameMapper','apply','\x20:\x20',',\x20CLI\x20running:\x20','replace','fjpwQ','Puppeteer\x20setup\x20error:\x20','requireSeleniumWebdriver','setupFilesAfterEnv','EnZAb','YmQQX','../../helpers/playwright-helper','default','\x0a\x20\x20\x20\x20\x20\x20','AwEUW','customEnvironment.js','isEmpty','qPMVB','winstonLogger','AZtTT','testSequencer','[Jest\x20Command]\x20Could\x20not\x20configure\x20puppeteer-core\x20moduleNameMapper:\x20','KDsHA','checkAccessibilityPlatformConfig','parse','test.setup.js','launchBuild','jest-runner','isUndefined','../../helpers/test-orchestration/testOrchestrationHandler','iLPhd','AGBCe','21TXLfDb','wrjKE','../../helpers/accessibility-automation/helper','../../helpers/test-observability/constants','OWGwA','AclZz','jest-runner-','jest-config','../../helpers/puppeteer-helper','testObservability','parallels__','puppeteer-core/package.json','log','requireModule','@jest/core/build/ReporterDispatcher.js','workingDir','SDK_SETUP','failFast','../../helpers/percy/utils','isTestOrchestrationEnabled','\x20with\x20browserstack\x20jest\x20configs','owJPj','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','assign','../../helpers/helper','kjsuh','jest','printBuildLink','resolve','util','USER_CONFIG_DETAILS_PATH',',\x20BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM=','122300leHMPs','LmKei','customCircus.js','setupFiles','Playwright\x20not\x20detected\x20or\x20error\x20setting\x20up\x20Jest-Playwright\x20integration:','recursive','AJfCE','2847035BPxJbz','tEvuM','findIndex',';\x0a\x20\x20\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','aBqNr','error\x20removing\x20tcg\x20config\x20file','GoTiJ','cwd','platforms','stringify','Skipping\x20accessibility\x20env\x20setup\x20for\x20Playwright\x20due\x20to:\x20','stop','Test\x20orchestration\x20is\x20enabled,\x20initializing\x20orchestration\x20handler','parallelsPerPlatform','[Jest\x20Command]\x20Added\x20puppeteer-core/internal\x20moduleNameMapper\x20for\x20','FWnbA','splice','../utils/clientTroubleshootingService','capabilities','../../helpers/testhub/utils','browserStackPercyOptions','Preserving\x20user\x27s\x20Jest\x20runner:\x20','Unable\x20to\x20find\x20jest-circus,\x20','wgzbD','info','../../helpers/performance/performance-tester','FRAMEWORKS','../../helpers/test-observability/utils','isCLIEnabled','unlinkSync','turboScaleUrl','length','1323FEtrjP','\x0a\x0a\x20\x20\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x0a\x20\x20\x20\x20\x20\x20(async\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20{createTestScheduler}\x20=\x20requireModule(\x27@jest/core\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20tempScheduler\x20=\x20await\x20createTestScheduler({reporters:\x20[]},\x20{});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20tempScheduler._dispatcher.constructor;\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','--config','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','ZFWIE','format','EVENTS','rmdirSync','Deleted\x20fail-fast\x20state\x20folder:\x20','/internal/$1','gCKNM','readFileSync','initialize'];a14_0x2bb2=function(){return _0x20f728;};return a14_0x2bb2();}function a14_0x228c(_0x4f0e52,_0x11a53b){const _0x2bb2c7=a14_0x2bb2();return a14_0x228c=function(_0x228c4e,_0x38e595){_0x228c4e=_0x228c4e-0x139;let _0x1c0c88=_0x2bb2c7[_0x228c4e];return _0x1c0c88;},a14_0x228c(_0x4f0e52,_0x11a53b);}(function(_0x30aff5,_0x3374ea){const _0xe68a39=a14_0x228c,_0x5a961d=_0x30aff5();while(!![]){try{const _0x15dc02=-parseInt(_0xe68a39(0x1e9))/0x1+-parseInt(_0xe68a39(0x17f))/0x2+-parseInt(_0xe68a39(0x182))/0x3*(parseInt(_0xe68a39(0x1ae))/0x4)+parseInt(_0xe68a39(0x237))/0x5+-parseInt(_0xe68a39(0x1e1))/0x6+-parseInt(_0xe68a39(0x210))/0x7*(parseInt(_0xe68a39(0x164))/0x8)+-parseInt(_0xe68a39(0x14f))/0x9*(-parseInt(_0xe68a39(0x230))/0xa);if(_0x15dc02===_0x3374ea)break;else _0x5a961d['push'](_0x5a961d['shift']());}catch(_0x17a049){_0x5a961d['push'](_0x5a961d['shift']());}}}(a14_0x2bb2,0x579db));const fs=require('fs'),path=require(a14_0x31c112(0x174)),util=require(a14_0x31c112(0x22d)),{spawn}=require(a14_0x31c112(0x1cb)),logger=require('../../helpers/logger')[a14_0x31c112(0x202)],{default:BrowserStackSetup}=require(a14_0x31c112(0x1e3)),helper=require(a14_0x31c112(0x228)),utilities=require(a14_0x31c112(0x198)),constants=require('../utils/constants'),accessibilityHelper=require(a14_0x31c112(0x212)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x31c112(0x14a)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x31c112(0x222)),TestHubHandler=require(a14_0x31c112(0x1d9)),testhubUtils=require(a14_0x31c112(0x142)),{FRAMEWORKS}=require(a14_0x31c112(0x213)),PerformanceTester=require(a14_0x31c112(0x148)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x31c112(0x155)],TestOrchestrationHandler=require(a14_0x31c112(0x20d)),BrowserstackCLI=require('../v2/browserstackCLI'),{checkPwandBootstrapCli}=require(a14_0x31c112(0x1fb)),{checkPuppeteerAndBootstrapCli,getPuppeteerVersion}=require(a14_0x31c112(0x218)),ClientTroubleShootingService=require(a14_0x31c112(0x140)),{checkAccessibilityPlatformConfig}=require(a14_0x31c112(0x212)),getUserJestConfigs=async(_0x34498e,_0x1a597c)=>{const _0x15211e=a14_0x31c112,_0x24fa03={'wrjKE':_0x15211e(0x168),'aRaUT':_0x15211e(0x217),'yObdg':function(_0x2c2d49,_0x4ed7f5){return _0x2c2d49||_0x4ed7f5;},'wQZsk':function(_0x4354b1,_0x4cee67){return _0x4354b1(_0x4cee67);},'gCKNM':_0x15211e(0x1a7),'xQksf':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','Ssyni':'mjs','NnRTw':_0x15211e(0x17d),'AZtTT':_0x15211e(0x1ea)};let _0x888550;try{_0x888550=helper[_0x15211e(0x21d)](_0x24fa03[_0x15211e(0x211)],_0x24fa03[_0x15211e(0x1d8)]);}catch{const _0x2b3ea7=helper[_0x15211e(0x21d)](_0x24fa03['aRaUT']);_0x888550={'default':async _0xb6838a=>{const _0x25eaf6=_0x15211e,_0x358ee6=await _0x2b3ea7[_0x25eaf6(0x1e5)](_0xb6838a,{});return _0x358ee6[_0x25eaf6(0x185)];}};}const _0x8e69b9=_0x1a597c[_0x15211e(0x239)](_0x39b169=>_0x39b169===_0x15211e(0x151));if(!helper[_0x15211e(0x20c)](_0x34498e[_0x15211e(0x185)])){logger[_0x15211e(0x147)](_0x15211e(0x169)+_0x34498e[_0x15211e(0x185)]),process[_0x15211e(0x167)][_0x15211e(0x22e)]=_0x34498e['config'];const _0x3854df=await(0x0,_0x888550[_0x15211e(0x1fc)])(path[_0x15211e(0x22c)](_0x34498e[_0x15211e(0x185)]));return _0x1a597c[_0x15211e(0x13f)](_0x8e69b9,0x2),_0x24fa03[_0x15211e(0x1e7)](_0x3854df,{});}const _0x7e28f3=_0x24fa03[_0x15211e(0x16e)](require,path[_0x15211e(0x17b)](process[_0x15211e(0x23f)](),_0x24fa03[_0x15211e(0x159)]));if(_0x7e28f3[_0x15211e(0x22a)])return logger[_0x15211e(0x147)](_0x24fa03[_0x15211e(0x194)]),_0x7e28f3['jest'];const _0x3f0aed=['js',_0x24fa03[_0x15211e(0x1d3)],_0x24fa03[_0x15211e(0x196)],_0x24fa03[_0x15211e(0x203)],'ts'];for(const _0xec01bb of _0x3f0aed){const _0x3e6c67=path[_0x15211e(0x17b)](process[_0x15211e(0x23f)](),_0x15211e(0x1e6)+_0xec01bb);if(fs[_0x15211e(0x1b4)](_0x3e6c67)){process[_0x15211e(0x167)][_0x15211e(0x22e)]=_0x3e6c67;const _0x3543bc=await(0x0,_0x888550[_0x15211e(0x1fc)])(_0x3e6c67);return _0x3543bc;}}return{};},getSerial=(_0x3f6cfa,_0x3307b4)=>{const _0x3e3d62=a14_0x31c112,_0xdf2643={};_0xdf2643[_0x3e3d62(0x16b)]='true',_0xdf2643[_0x3e3d62(0x206)]=function(_0x55a981,_0x20818f){return _0x55a981>_0x20818f;},_0xdf2643['bjFGn']=function(_0x54b37e,_0x5b4ec3){return _0x54b37e>_0x5b4ec3;},_0xdf2643[_0x3e3d62(0x1d0)]=_0x3e3d62(0x184);const _0x272ea7=_0xdf2643;let _0x42667b=_0x272ea7['MQGym'];return _0x272ea7[_0x3e3d62(0x206)](_0x3f6cfa[_0x3e3d62(0x14e)],0x1)&&(!_0x3307b4[_0x3e3d62(0x189)]&&(helper['isUndefined'](_0x3307b4[_0x3e3d62(0x173)])||_0x272ea7[_0x3e3d62(0x18a)](_0x3307b4['maxWorkers'],0x1)))&&(_0x42667b=_0x272ea7[_0x3e3d62(0x1d0)]),_0x42667b;},getMaxWorkers=(_0x3202a1,_0x50f387,_0x43bb8c)=>{const _0x4e614e=a14_0x31c112,_0x1c4ea5={'JqVWx':function(_0x338bb4,_0x17e18a){return _0x338bb4(_0x17e18a);}};let _0x427b58=0x1;if(!helper[_0x4e614e(0x20c)](_0x50f387[_0x4e614e(0x13c)]))_0x427b58=_0x1c4ea5[_0x4e614e(0x15e)](parseInt,_0x50f387[_0x4e614e(0x13c)]);else{if(!helper[_0x4e614e(0x20c)](_0x3202a1['maxWorkers']))_0x427b58=_0x3202a1[_0x4e614e(0x173)];else!helper['isUndefined'](_0x43bb8c['maxWorkers'])&&(_0x427b58=_0x43bb8c[_0x4e614e(0x173)]);}return _0x427b58;};async function run(_0x208398,_0x4cd110,_0x2e0510){const _0xeb9dcd=a14_0x31c112,_0x55ed31={'wgzbD':_0xeb9dcd(0x23d),'ScfsG':_0xeb9dcd(0x22a),'AwEUW':function(_0x3e22f9,_0x1f1c57){return _0x3e22f9(_0x1f1c57);},'dFOIl':_0xeb9dcd(0x19d),'nWNbC':function(_0x4b70fd){return _0x4b70fd();},'OsTOL':function(_0x40833e,_0xa6421b,_0x141fb4,_0x510825){return _0x40833e(_0xa6421b,_0x141fb4,_0x510825);},'iLPhd':function(_0x2c36e7,_0x32b712,_0x31afd8,_0x524773){return _0x2c36e7(_0x32b712,_0x31afd8,_0x524773);},'lQtbo':function(_0x2a2e34,_0x26dab1){return _0x2a2e34!=_0x26dab1;},'owJPj':'true','wOVmc':function(_0x4f41e5,_0x3dd030,_0x3d4e8f){return _0x4f41e5(_0x3dd030,_0x3d4e8f);},'lJDOd':_0xeb9dcd(0x152),'ZFWIE':function(_0x497ded,_0xea12c1){return _0x497ded(_0xea12c1);},'XnOlL':function(_0x2417bf,_0x974cd2){return _0x2417bf(_0x974cd2);},'MLssr':'false','THjyF':function(_0x443551,_0x27cb82,_0x44655f){return _0x443551(_0x27cb82,_0x44655f);},'aBqNr':function(_0x211a8e,_0x25fffa,_0x225dbd,_0xc59ec7){return _0x211a8e(_0x25fffa,_0x225dbd,_0xc59ec7);},'MJPnR':function(_0x4f51a0,_0x3efc50){return _0x4f51a0*_0x3efc50;},'ySWRo':function(_0x551ead,_0x1595e5){return _0x551ead===_0x1595e5;},'PNdCO':_0xeb9dcd(0x15c),'FctBI':_0xeb9dcd(0x1e4),'BbEcI':'customImplements','AGBCe':'jest_browserstack_results.json','FUvUx':_0xeb9dcd(0x1a9),'UVfDe':_0xeb9dcd(0x1da),'WLCTD':_0xeb9dcd(0x1ff),'uJyNa':function(_0x232752,_0x41f6cc){return _0x232752!==_0x41f6cc;},'EnZAb':_0xeb9dcd(0x20b),'nhXkA':_0xeb9dcd(0x216),'TdUSE':_0xeb9dcd(0x1c4),'AclZz':_0xeb9dcd(0x1ce),'AKuLp':_0xeb9dcd(0x1c7),'LmKei':_0xeb9dcd(0x1de),'NhWqm':_0xeb9dcd(0x1eb),'qtSKq':function(_0x1cb4f2,_0x2d2b23){return _0x1cb4f2(_0x2d2b23);},'MAgED':_0xeb9dcd(0x1b2),'viJcw':'data-hooks.js','zZGAp':_0xeb9dcd(0x232),'OIiQV':_0xeb9dcd(0x171),'ScLPB':_0xeb9dcd(0x1a0),'wdQoz':_0xeb9dcd(0x197),'asUgo':'Playwright\x20detected,\x20adding\x20Jest-Playwright\x20setup','zECkj':_0xeb9dcd(0x209),'GoTiJ':_0xeb9dcd(0x234),'tEvuM':function(_0x1a38b2,_0x1c1f66){return _0x1a38b2&&_0x1c1f66;},'naYBY':_0xeb9dcd(0x16d),'OWGwA':'puppeteer','AJfCE':_0xeb9dcd(0x21b),'fjpwQ':'default','YmQQX':function(_0x2ccb48,_0x2103c7,_0x44033a){return _0x2ccb48(_0x2103c7,_0x44033a);},'FWnbA':_0xeb9dcd(0x21e),'UzoLx':_0xeb9dcd(0x1bd),'dMlhR':_0xeb9dcd(0x13b),'GOisp':function(_0x491cb4,_0x3a7f04){return _0x491cb4>_0x3a7f04;},'HgmfL':_0xeb9dcd(0x186),'oxrPT':'--config','qPMVB':'npx','kjsuh':function(_0x5f416d,_0x35ac74){return _0x5f416d===_0x35ac74;},'nTZxZ':_0xeb9dcd(0x1d5),'HTcsL':_0xeb9dcd(0x1ac),'Kbwca':'close'},_0x1b8bad=helper['getPackageVersion'](_0x55ed31[_0xeb9dcd(0x1ee)]);global['__isPlaywrightInstalled']=!!_0x1b8bad;const _0x14edc0=_0x55ed31[_0xeb9dcd(0x199)](getPuppeteerVersion);global['__isPuppeteerInstalled']=!!_0x14edc0;helper[_0xeb9dcd(0x1db)]()?(await _0x2e0510[_0xeb9dcd(0x15b)](_0x208398),await helper['handleApp'](_0x2e0510[_0xeb9dcd(0x185)])):await _0x2e0510[_0xeb9dcd(0x19f)]();if(_0x1b8bad)await _0x55ed31['OsTOL'](checkPwandBootstrapCli,_0x1b8bad,constants[_0xeb9dcd(0x149)][_0xeb9dcd(0x1aa)],_0x2e0510);else _0x14edc0&&await _0x55ed31[_0xeb9dcd(0x20e)](checkPuppeteerAndBootstrapCli,_0x14edc0,constants['FRAMEWORKS']['JEST'],_0x2e0510);if(!_0x2e0510[_0xeb9dcd(0x185)])return;_0x55ed31[_0xeb9dcd(0x1cc)](_0x2e0510[_0xeb9dcd(0x185)]['testObservability'],null)?process['env'][_0xeb9dcd(0x16c)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x219)]:process['env'][_0xeb9dcd(0x16c)]=_0x55ed31['owJPj'];const _0x1c543d=new TestOrchestrationHandler(_0x2e0510[_0xeb9dcd(0x185)]),_0x4e20da=await _0x55ed31[_0xeb9dcd(0x16a)](getUserJestConfigs,_0x208398,_0x4cd110);logger['info'](_0x55ed31[_0xeb9dcd(0x1c9)]);const _0x113b1d=Object[_0xeb9dcd(0x227)]({},_0x4e20da);_0x113b1d[_0xeb9dcd(0x1be)]=Object[_0xeb9dcd(0x227)]({},_0x113b1d[_0xeb9dcd(0x1be)],{'server':helper[_0xeb9dcd(0x1c5)](_0x2e0510['config']),'environment':_0x4e20da[_0xeb9dcd(0x176)]}),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x143)]=_0x55ed31[_0xeb9dcd(0x153)](getPercyOptions,_0x2e0510['config']);const _0x557b33=helper[_0xeb9dcd(0x17a)](_0x2e0510[_0xeb9dcd(0x185)]);!helper[_0xeb9dcd(0x20c)](_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1b9)])&&(process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1a5)]=JSON[_0xeb9dcd(0x241)](_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1b9)]));if(!BrowserstackCLI['getInstance']()[_0xeb9dcd(0x1bb)]()){const _0x241da7=await TestHubHandler[_0xeb9dcd(0x20a)](FRAMEWORKS[_0xeb9dcd(0x1aa)],_0x2e0510);}const _0x16606c=helper['prepareCapabilities'](_0x2e0510[_0xeb9dcd(0x185)],_0x557b33,constants['FRAMEWORKS'][_0xeb9dcd(0x1aa)]);process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1a8)]=JSON[_0xeb9dcd(0x241)](_0x16606c);let _0x49bcd0=_0x2e0510[_0xeb9dcd(0x185)]['accessibility'];_0x49bcd0=_0x49bcd0||accessibilityHelper[_0xeb9dcd(0x207)](_0x2e0510[_0xeb9dcd(0x185)]),process[_0xeb9dcd(0x167)][_0xeb9dcd(0x1b6)]=_0x49bcd0,logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x1a3)+_0x49bcd0+_0xeb9dcd(0x1f3)+BrowserstackCLI[_0xeb9dcd(0x1b3)]()[_0xeb9dcd(0x1bb)]());if(_0x1b8bad)try{const _0x38c76c=_0x55ed31[_0xeb9dcd(0x178)](checkAccessibilityPlatformConfig,_0x2e0510['config']);process[_0xeb9dcd(0x167)][_0xeb9dcd(0x23b)]=_0x38c76c?_0x55ed31[_0xeb9dcd(0x225)]:_0x55ed31[_0xeb9dcd(0x18d)],logger['debug'](_0xeb9dcd(0x1ad)+_0x38c76c+_0xeb9dcd(0x22f)+process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);}catch(_0x3db5cd){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x139)+util[_0xeb9dcd(0x154)](_0x3db5cd));}_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x141)]=_0x16606c,_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x19c)]=_0x55ed31[_0xeb9dcd(0x170)](getSerial,_0x16606c,_0x208398),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x21a)]=_0x55ed31[_0xeb9dcd(0x23c)](getMaxWorkers,_0x208398,_0x2e0510[_0xeb9dcd(0x185)],_0x4e20da),_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1ef)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x1ef)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x17c)]=_0x55ed31[_0xeb9dcd(0x1a2)](_0x208398['testTimeout'],0x1)||0x1388,_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1cf)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x190)][_0xeb9dcd(0x1cf)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x191)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x190)]['skipSessionStatus'],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1d4)]=_0x2e0510['config'][_0xeb9dcd(0x1b0)],_0x113b1d[_0xeb9dcd(0x1be)]['turboScaleUrl']=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x14d)],_0x113b1d[_0xeb9dcd(0x1be)][_0xeb9dcd(0x1d6)]=_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)];const _0x582e59=helper[_0xeb9dcd(0x16f)](_0x2e0510[_0xeb9dcd(0x185)]);if(!helper[_0xeb9dcd(0x200)](_0x582e59)){helper[_0xeb9dcd(0x18b)](_0x582e59[_0xeb9dcd(0x180)])&&(_0x113b1d[_0xeb9dcd(0x1be)]['retries__']=_0x582e59[_0xeb9dcd(0x180)]['maxRetries']);if(helper['isNotUndefined'](_0x582e59['abortBuildOnFailure'])&&helper[_0xeb9dcd(0x18b)](_0x582e59['abortBuildOnFailure'][_0xeb9dcd(0x21f)])){const _0x37744e={};_0x37744e['failureThresholdCount']=_0x582e59[_0xeb9dcd(0x1b8)][_0xeb9dcd(0x1a1)],_0x37744e['workingDir']=_0x582e59[_0xeb9dcd(0x1b8)][_0xeb9dcd(0x21f)],_0x113b1d['testEnvironmentOptions'][_0xeb9dcd(0x221)]=_0x37744e;}}let _0x484548='';_0x55ed31[_0xeb9dcd(0x1bf)](helper[_0xeb9dcd(0x19e)](),constants[_0xeb9dcd(0x1dc)]['MODULE'])?_0x484548=_0x55ed31[_0xeb9dcd(0x1c0)]:_0x484548=_0x55ed31[_0xeb9dcd(0x1e8)];const _0x226107=_0x484548,_0xbdaca6=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x20f)]),_0x24a145=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31['FUvUx']),_0x22585b=path['join'](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x160)]);_0x113b1d[_0xeb9dcd(0x176)]&&(process[_0xeb9dcd(0x167)]['BSTACK_JEST_TEST_ENV']=_0x113b1d[_0xeb9dcd(0x176)]);_0x113b1d[_0xeb9dcd(0x176)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31['WLCTD']);const _0x2d20ea=_0x4e20da[_0xeb9dcd(0x1ec)];if(_0x2d20ea&&_0x55ed31[_0xeb9dcd(0x1ca)](_0x2d20ea,_0x55ed31[_0xeb9dcd(0x1f9)])){const _0x3d7f0f=_0x2d20ea['startsWith'](_0x55ed31['nhXkA'])?_0x2d20ea:_0xeb9dcd(0x216)+_0x2d20ea;process['env']['BSTACK_USER_JEST_RUNNER']=_0x3d7f0f,logger[_0xeb9dcd(0x147)](_0xeb9dcd(0x144)+_0x3d7f0f);}_0x113b1d[_0xeb9dcd(0x1ec)]=_0x24a145,_0x113b1d['setupFilesAfterEnv']=_0x113b1d[_0xeb9dcd(0x1f8)]||[],_0x113b1d[_0xeb9dcd(0x1f8)][_0xeb9dcd(0x179)](path['join'](__dirname,_0x55ed31['TdUSE']));_0x1c543d[_0xeb9dcd(0x223)]()&&(_0x113b1d[_0xeb9dcd(0x204)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x215)]));if(testhubUtils['shouldProcessEventForTesthub']()||BrowserstackCLI[_0xeb9dcd(0x1b3)]()[_0xeb9dcd(0x165)]()){let _0x4b7f80=null;try{_0x4b7f80=helper[_0xeb9dcd(0x21d)](_0x55ed31[_0xeb9dcd(0x175)],_0x55ed31[_0xeb9dcd(0x231)]);}catch(_0x8b43cc){try{_0x4b7f80=helper[_0xeb9dcd(0x21d)](_0x55ed31[_0xeb9dcd(0x1ba)],_0x55ed31[_0xeb9dcd(0x231)]);}catch(_0x3a9a52){_0x55ed31[_0xeb9dcd(0x177)](debug,_0xeb9dcd(0x145)+_0x3a9a52);}}_0x4b7f80&&(testhubUtils[_0xeb9dcd(0x1af)]()&&_0x113b1d['setupFilesAfterEnv'][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x193)],_0x55ed31[_0xeb9dcd(0x187)])),_0x113b1d[_0xeb9dcd(0x195)]=path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x18e)],_0x55ed31[_0xeb9dcd(0x18c)]));}_0x113b1d[_0xeb9dcd(0x233)]=_0x113b1d[_0xeb9dcd(0x233)]||[];try{helper[_0xeb9dcd(0x1f7)](),_0x113b1d[_0xeb9dcd(0x233)][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31['OIiQV']));}catch{logger[_0xeb9dcd(0x183)](_0x55ed31['ScLPB']);}try{helper['requirePWModule'][_0xeb9dcd(0x1f1)](null,[_0x55ed31['dFOIl'],_0x55ed31['wdQoz']]),logger[_0xeb9dcd(0x183)](_0x55ed31[_0xeb9dcd(0x166)]),_0x113b1d[_0xeb9dcd(0x233)][_0xeb9dcd(0x179)](path[_0xeb9dcd(0x17b)](__dirname,_0x55ed31[_0xeb9dcd(0x1bc)]));}catch(_0x4ac879){logger['debug'](_0x55ed31[_0xeb9dcd(0x23e)],_0x4ac879);}if(_0x55ed31[_0xeb9dcd(0x238)](!_0x1b8bad,_0x14edc0)){try{logger[_0xeb9dcd(0x183)](_0x55ed31['naYBY']),_0x113b1d[_0xeb9dcd(0x233)]['push'](path[_0xeb9dcd(0x17b)](__dirname,'..',_0x55ed31[_0xeb9dcd(0x214)],_0x55ed31[_0xeb9dcd(0x1bc)]));}catch(_0x48a917){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x1f6)+_0x48a917[_0xeb9dcd(0x17e)]);}try{const _0x36eb71=require[_0xeb9dcd(0x22c)](_0x55ed31[_0xeb9dcd(0x236)]),_0x1460e6=path[_0xeb9dcd(0x1b1)](_0x36eb71)[_0xeb9dcd(0x1f4)](/\\/g,'/'),_0x36c226={};_0x36c226['^puppeteer-core/internal/(.*)']=_0x1460e6+_0xeb9dcd(0x158),_0x113b1d[_0xeb9dcd(0x1f0)]=Object[_0xeb9dcd(0x227)]({},_0x113b1d['moduleNameMapper']||{},_0x36c226),logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x13d)+_0x1460e6);}catch(_0x4499c4){logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x205)+_0x4499c4[_0xeb9dcd(0x17e)]);}}_0x113b1d[_0xeb9dcd(0x1c3)]=_0x113b1d[_0xeb9dcd(0x1c3)]||[_0x55ed31[_0xeb9dcd(0x1f5)]],_0x55ed31[_0xeb9dcd(0x1fa)](updateTestRerunConfig,_0x113b1d,_0x2e0510);const _0x4a19c5=fs[_0xeb9dcd(0x15a)](_0x22585b),_0x391b06=helper[_0xeb9dcd(0x1ed)](_0x55ed31[_0xeb9dcd(0x13e)],_0x55ed31['UzoLx']);!_0x391b06[_0xeb9dcd(0x1b7)]?fs[_0xeb9dcd(0x1a6)](_0x113b1d[_0xeb9dcd(0x1ec)],_0xeb9dcd(0x1fd)+_0x4a19c5+_0xeb9dcd(0x15f)+_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)][_0xeb9dcd(0x14e)]+_0xeb9dcd(0x23a)):fs[_0xeb9dcd(0x1a6)](_0x113b1d[_0xeb9dcd(0x1ec)],_0xeb9dcd(0x1fd)+_0x4a19c5+_0xeb9dcd(0x150)+_0x2e0510[_0xeb9dcd(0x185)][_0xeb9dcd(0x240)][_0xeb9dcd(0x14e)]+_0xeb9dcd(0x1c2));logger['info']('Creating\x20'+_0x226107+_0xeb9dcd(0x224)),fs[_0xeb9dcd(0x1a6)](_0x226107,'const\x20config='+JSON[_0xeb9dcd(0x241)](_0x113b1d)+'\x0amodule.exports\x20=\x20config;');if(_0x1c543d['isTestOrchestrationEnabled']()){logger[_0xeb9dcd(0x183)](_0x55ed31[_0xeb9dcd(0x1e0)]);const _0x27dcf7=await _0x1c543d[_0xeb9dcd(0x181)](_0x113b1d,_0x4cd110[_0xeb9dcd(0x1c1)](0x1),_0x226107);logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x15d)+JSON['stringify'](_0x27dcf7)+'\x20test\x20files\x20to\x20run.');const _0x4dc324=await _0x1c543d['reorderTestFiles'](_0x27dcf7);logger[_0xeb9dcd(0x183)](_0xeb9dcd(0x188)+JSON[_0xeb9dcd(0x241)](_0x4dc324)),_0x4dc324&&_0x55ed31[_0xeb9dcd(0x192)](_0x4dc324[_0xeb9dcd(0x14e)],0x0)&&(process[_0xeb9dcd(0x167)][_0xeb9dcd(0x18f)]=_0x4dc324?.[_0xeb9dcd(0x17b)](','));}logger[_0xeb9dcd(0x147)](_0x55ed31[_0xeb9dcd(0x1c6)]);testhubUtils[_0xeb9dcd(0x1af)]()&&TestDetails[_0xeb9dcd(0x1ab)]();helper['filterBrowserstackArgs']({},_0x4cd110),PerformanceTester[_0xeb9dcd(0x1df)](PerformanceEvents[_0xeb9dcd(0x220)]);const _0x6bc5b9=[_0x55ed31[_0xeb9dcd(0x1cd)],_0x55ed31['oxrPT'],_0x226107,..._0x4cd110[_0xeb9dcd(0x1c1)](0x1)],_0x2fa325=_0x55ed31[_0xeb9dcd(0x23c)](spawn,_0x55ed31[_0xeb9dcd(0x201)],_0x6bc5b9,{'shell':_0x55ed31[_0xeb9dcd(0x229)](process[_0xeb9dcd(0x1c8)],_0x55ed31['nTZxZ']),'stdio':_0x55ed31[_0xeb9dcd(0x19a)],'env':Object[_0xeb9dcd(0x227)]({},process[_0xeb9dcd(0x167)])});_0x2fa325['on'](_0x55ed31[_0xeb9dcd(0x1b5)],async _0x42c2d3=>{const _0x4206df=_0xeb9dcd;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x3fa3f6,tcgConfigPath:_0x53e3a9}=helper[_0x4206df(0x1e2)]();fs[_0x4206df(0x14c)](_0x53e3a9),fs[_0x4206df(0x156)](_0x3fa3f6);}catch(_0x3178fb){logger[_0x4206df(0x183)](_0x55ed31[_0x4206df(0x146)],_0x3178fb);}process[_0x4206df(0x162)]=_0x42c2d3,logger[_0x4206df(0x183)](_0x4206df(0x172)+_0x42c2d3),logger[_0x4206df(0x147)](_0x4206df(0x163)+_0x226107);if(helper[_0x4206df(0x18b)](_0x582e59)&&helper[_0x4206df(0x18b)](_0x582e59[_0x4206df(0x1b8)])&&fs[_0x4206df(0x1b4)](_0x582e59[_0x4206df(0x1b8)][_0x4206df(0x21f)]))try{const _0x14b1d2={};_0x14b1d2[_0x4206df(0x235)]=!![],_0x14b1d2[_0x4206df(0x1d7)]=!![],fs[_0x4206df(0x161)](_0x582e59[_0x4206df(0x1b8)]['workingDir'],_0x14b1d2),logger[_0x4206df(0x183)](_0x4206df(0x157)+_0x582e59['abortBuildOnFailure'][_0x4206df(0x21f)]);}catch(_0x53a09f){logger[_0x4206df(0x1b7)](_0x4206df(0x1a4)+_0x53a09f);}let _0x6dbe78=null;if(fs['existsSync'](_0xbdaca6)){_0x6dbe78=fs[_0x4206df(0x15a)](_0xbdaca6);try{_0x6dbe78=JSON[_0x4206df(0x208)](_0x6dbe78);}catch(_0x349fe3){logger['debug']('Error\x20while\x20parsing\x20'+_0xbdaca6+',\x20'+_0x6dbe78+_0x4206df(0x1f2)+_0x349fe3);}fs[_0x4206df(0x14c)](_0xbdaca6);}fs[_0x4206df(0x14c)](_0x226107),fs[_0x4206df(0x14c)](_0x24a145),_0x6dbe78&&(_0x2e0510[_0x4206df(0x1dd)]=helper[_0x4206df(0x1d2)](_0x6dbe78,_0x55ed31[_0x4206df(0x1cd)],_0x2e0510));const _0x2d18fb=BrowserstackCLI[_0x4206df(0x14b)]();try{await TestHubHandler[_0x4206df(0x13a)](),await BrowserstackCLI[_0x4206df(0x1b3)]()[_0x4206df(0x13a)]();}catch(_0x19da3f){console[_0x4206df(0x21c)](_0x19da3f),_0x55ed31[_0x4206df(0x1fe)](debug,_0x4206df(0x226)+util[_0x4206df(0x154)](_0x19da3f));}testOpsHelper[_0x4206df(0x22b)](),TestDetails[_0x4206df(0x1d1)](),await utilities['finalExecution'](_0x2e0510,_0x2d18fb);});}module[a14_0x31c112(0x19b)]=run;
@@ -1 +1 @@
1
- const a15_0x28823e=a15_0x4608;(function(_0x536ee9,_0x2799b6){const _0x14aa08=a15_0x4608,_0x422250=_0x536ee9();while(!![]){try{const _0x3d1e60=parseInt(_0x14aa08(0x152))/0x1*(parseInt(_0x14aa08(0x156))/0x2)+parseInt(_0x14aa08(0x153))/0x3+-parseInt(_0x14aa08(0x14e))/0x4+-parseInt(_0x14aa08(0x143))/0x5+parseInt(_0x14aa08(0x157))/0x6+-parseInt(_0x14aa08(0x14f))/0x7*(parseInt(_0x14aa08(0x142))/0x8)+parseInt(_0x14aa08(0x144))/0x9;if(_0x3d1e60===_0x2799b6)break;else _0x422250['push'](_0x422250['shift']());}catch(_0x51b266){_0x422250['push'](_0x422250['shift']());}}}(a15_0x860e,0x76f61));const path=require(a15_0x28823e(0x14d)),{requireModule}=require(a15_0x28823e(0x14b));function a15_0x4608(_0x35ef19,_0x80cdff){const _0x860e1b=a15_0x860e();return a15_0x4608=function(_0x46083a,_0xc8f587){_0x46083a=_0x46083a-0x142;let _0xada964=_0x860e1b[_0x46083a];return _0xada964;},a15_0x4608(_0x35ef19,_0x80cdff);}let initJestAdapter;function a15_0x860e(){const _0x553149=['path','2660868kMiEXr','790517WazGRF','default','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','107AdEXmI','2616255SdfxzO','function','customJestAdapterInit.js','16642gIDzgK','2924550saYJvB','48etveMc','2931425qIKkhL','1498464iQdMxt','jest-circus/build/runner.js','jest-circus','join','jestAdapterInit','requireInternalModule','initRequireModule','../../../helpers/helper','hNtdd'];a15_0x860e=function(){return _0x553149;};return a15_0x860e();}try{initJestAdapter=requireModule(a15_0x28823e(0x151),a15_0x28823e(0x146));}catch{initJestAdapter=requireModule(a15_0x28823e(0x145),a15_0x28823e(0x146));}initJestAdapter=typeof initJestAdapter===a15_0x28823e(0x154)?initJestAdapter:initJestAdapter[a15_0x28823e(0x150)];const FRAMEWORK_INITIALIZER=path[a15_0x28823e(0x147)](__dirname,a15_0x28823e(0x155));module['exports']=(..._0x5e0f7f)=>{const _0x5d936c=a15_0x28823e,_0x4e15c3={'hNtdd':_0x5d936c(0x148),'vstiA':function(_0x55ba4c,_0x43101c){return _0x55ba4c===_0x43101c;},'GfFPP':function(_0x458875,..._0x45e0e0){return _0x458875(..._0x45e0e0);}};return _0x5e0f7f[0x3][_0x5d936c(0x14a)]=_0x5e0f7f[0x3][_0x5d936c(0x149)],_0x5e0f7f[0x3][_0x5d936c(0x149)]=(..._0x6df5c8)=>{const _0x4dc0e1=_0x5d936c;if(_0x6df5c8[0x0]&&_0x6df5c8[0x0]['includes'](_0x4e15c3[_0x4dc0e1(0x14c)])&&_0x4e15c3['vstiA'](_0x6df5c8[0x1],undefined))return _0x5e0f7f[0x3][_0x4dc0e1(0x14a)](FRAMEWORK_INITIALIZER);return _0x5e0f7f[0x3][_0x4dc0e1(0x14a)](..._0x6df5c8);},_0x4e15c3['GfFPP'](initJestAdapter,..._0x5e0f7f);};
1
+ function a15_0x5261(){const _0x4b6235=['initRequireModule','8090160aUMufz','334539DRmjTK','11leJRsI','requireInternalModule','customJestAdapterInit.js','function','16wWsjWp','exports','sReHx','3479655UCgUtG','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','26717856PSeDvA','yuuVU','68330niRxcM','jest-circus/build/runner.js','BhnAG','6382271MhdPdr','join','22cswBey','785277PrbcYe','jest-circus','6qaDPdj','jestAdapterInit','path','10xPyqCN'];a15_0x5261=function(){return _0x4b6235;};return a15_0x5261();}const a15_0x47a320=a15_0x9c17;(function(_0xdec995,_0x10d763){const _0x11efc8=a15_0x9c17,_0x348108=_0xdec995();while(!![]){try{const _0x229584=parseInt(_0x11efc8(0x105))/0x1*(parseInt(_0x11efc8(0x100))/0x2)+-parseInt(_0x11efc8(0x10e))/0x3*(-parseInt(_0x11efc8(0x113))/0x4)+parseInt(_0x11efc8(0x116))/0x5*(-parseInt(_0x11efc8(0x108))/0x6)+-parseInt(_0x11efc8(0x103))/0x7+-parseInt(_0x11efc8(0x10d))/0x8+-parseInt(_0x11efc8(0x106))/0x9*(parseInt(_0x11efc8(0x10b))/0xa)+parseInt(_0x11efc8(0x10f))/0xb*(parseInt(_0x11efc8(0x118))/0xc);if(_0x229584===_0x10d763)break;else _0x348108['push'](_0x348108['shift']());}catch(_0x18de31){_0x348108['push'](_0x348108['shift']());}}}(a15_0x5261,0xaf48b));function a15_0x9c17(_0x468b90,_0x42c2b8){const _0x526151=a15_0x5261();return a15_0x9c17=function(_0x9c1718,_0xcfd090){_0x9c1718=_0x9c1718-0xff;let _0x1b4f19=_0x526151[_0x9c1718];return _0x1b4f19;},a15_0x9c17(_0x468b90,_0x42c2b8);}const path=require(a15_0x47a320(0x10a)),{requireModule}=require('../../../helpers/helper');let initJestAdapter;try{initJestAdapter=requireModule(a15_0x47a320(0x117),a15_0x47a320(0x107));}catch{initJestAdapter=requireModule(a15_0x47a320(0x101),'jest-circus');}initJestAdapter=typeof initJestAdapter===a15_0x47a320(0x112)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path[a15_0x47a320(0x104)](__dirname,a15_0x47a320(0x111));module[a15_0x47a320(0x114)]=(..._0x2c0de7)=>{const _0x3ccadb=a15_0x47a320,_0x9b5cb9={'BhnAG':_0x3ccadb(0x109),'sReHx':function(_0x45857a,_0x45b17a){return _0x45857a===_0x45b17a;},'yuuVU':function(_0x4df81f,..._0x11ab0d){return _0x4df81f(..._0x11ab0d);}};return _0x2c0de7[0x3][_0x3ccadb(0x10c)]=_0x2c0de7[0x3][_0x3ccadb(0x110)],_0x2c0de7[0x3][_0x3ccadb(0x110)]=(..._0x265c0b)=>{const _0x1ec4ef=_0x3ccadb;if(_0x265c0b[0x0]&&_0x265c0b[0x0]['includes'](_0x9b5cb9[_0x1ec4ef(0x102)])&&_0x9b5cb9[_0x1ec4ef(0x115)](_0x265c0b[0x1],undefined))return _0x2c0de7[0x3][_0x1ec4ef(0x10c)](FRAMEWORK_INITIALIZER);return _0x2c0de7[0x3][_0x1ec4ef(0x10c)](..._0x265c0b);},_0x9b5cb9[_0x3ccadb(0xff)](initJestAdapter,..._0x2c0de7);};
@@ -1 +1 @@
1
- const a16_0x487c49=a16_0x4e7d;function a16_0x31e9(){const _0x53ef3d=['registerListeners','browserstackAgentV2','../../../helpers/test-observability/utils','quit','teardown','__drivers','jest-resolve','testEnvironmentOptions','test','2116jOkxKq','941345ErEWAD','skipSessionName','../../../helpers/test-orchestration/failfastManager','FRAMEWORKS','JEST','__jestRetries','isTrue','browserstackPercyBestPlatform','failFastOptions','1188804JdlQYM','hqMOo','trUVZ','UUsJb','percy','DfFRf','__skipSessionStatus','llSmk','browserStackPercyOptions','7KKKWhk','test_done','EkSlO','capability','projectConfig','node','global','XOXnu','WGFRR','failFastActive','2487840nDAGOn','jestConfig','9MsobXq','test_start','nKCoX','isNotUndefined','__webdriver','vOXMR','errors','capabilities','../../utils/constants','info','timeout__','percyCaptureMode','browserstackPlatformIndex','tBOgA','builder','requireModule','FYCpT','OseAb','uOkNl','shouldProcessEventForTesthub','__esModule','__driversArray','framework','handleTestEvent','getInstance','wotNj','4638tubKCv','2372epjhBQ','split','250zVlCJl','default','sessionNameProvided','cleanup','../../../helpers/test-observability/requestQueueHandler','shutdown','286UvuWDP','lrNUY','JgmrZ','modifyCommand','exports','\x20>\x20','cYNGB','__platformCaps','cleanupDrivers','../../../helpers/helper','zZxuV','isBrowserstackInfra','ZOdqI','Builder','resolveTestEnvironment','join','UokCv','onTestDone','BSTACK_DELTA','winstonLogger','browserStackGlobals','env','QFVxp','478753NFSKlY','2|3|1|0|5|7|4|6','retries__','platformCaps','testContext','failFast','isArray','Kkdaf','1194OuWjZJ','../test-observability/obsReporter','skipSessionStatus','getTestEnvironment','__timeout','projectName','nestedKeyValue','vReAt','skip','668064SyVDKF','../../../helpers/testhub/utils','debug','configuration','jest-environment-node'];a16_0x31e9=function(){return _0x53ef3d;};return a16_0x31e9();}(function(_0x3ad8c9,_0x8279a9){const _0x4d6529=a16_0x4e7d,_0x37f382=_0x3ad8c9();while(!![]){try{const _0x47d45b=parseInt(_0x4d6529(0x209))/0x1*(parseInt(_0x4d6529(0x220))/0x2)+parseInt(_0x4d6529(0x1e1))/0x3*(-parseInt(_0x4d6529(0x1e2))/0x4)+-parseInt(_0x4d6529(0x221))/0x5+parseInt(_0x4d6529(0x1c5))/0x6*(-parseInt(_0x4d6529(0x1bb))/0x7)+parseInt(_0x4d6529(0x212))/0x8*(parseInt(_0x4d6529(0x1c7))/0x9)+parseInt(_0x4d6529(0x1e4))/0xa*(-parseInt(_0x4d6529(0x201))/0xb)+-parseInt(_0x4d6529(0x22a))/0xc*(-parseInt(_0x4d6529(0x1ea))/0xd);if(_0x47d45b===_0x8279a9)break;else _0x37f382['push'](_0x37f382['shift']());}catch(_0x18996b){_0x37f382['push'](_0x37f382['shift']());}}}(a16_0x31e9,0xe03c8));const helper=require(a16_0x487c49(0x1f3)),constants=require(a16_0x487c49(0x1cf)),{isTestObservabilitySession}=require(a16_0x487c49(0x219)),RequestQueueHandler=require(a16_0x487c49(0x1e8)),ObservabilityReporter=require(a16_0x487c49(0x20a)),testhubUtils=require(a16_0x487c49(0x213)),logger=require('../../../helpers/logger')[a16_0x487c49(0x1fd)],getTestEnvironment=((()=>{const _0x354349=a16_0x487c49,_0x566659={};_0x566659['OseAb']=_0x354349(0x21d),_0x566659[_0x354349(0x1d7)]='jest-config';const _0x12f803=_0x566659;try{const _0x44d26a=helper[_0x354349(0x1d6)](_0x12f803[_0x354349(0x1d8)]);if(_0x44d26a[_0x354349(0x1f8)])return _0x44d26a['resolveTestEnvironment'];const _0xe32154=helper[_0x354349(0x1d6)](_0x12f803[_0x354349(0x1d7)]);if(_0xe32154['getTestEnvironment'])return _0xe32154[_0x354349(0x20c)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x11dc88=a16_0x487c49,_0x5eef13={'JgmrZ':function(_0x4a63a4,_0x54fc01){return _0x4a63a4(_0x54fc01);},'DfFRf':_0x11dc88(0x1c0),'llSmk':_0x11dc88(0x216)},_0x2538a6=_0x5eef13['JgmrZ'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x11dc88(0x1ff)]['BSTACK_JEST_TEST_ENV']||_0x5eef13[_0x11dc88(0x22f)]});if(!_0x2538a6)return _0x5eef13[_0x11dc88(0x1ec)](_interopRequireDefault,helper[_0x11dc88(0x1d6)](_0x5eef13[_0x11dc88(0x231)]));return _0x5eef13[_0x11dc88(0x1ec)](_interopRequireDefault,helper[_0x11dc88(0x1d6)](_0x2538a6));})()),_seleniumWebdriver2=((()=>{const _0x5e0e37=a16_0x487c49,_0xa001c1={'cYNGB':function(_0x29d57e,_0x2dc46b){return _0x29d57e(_0x2dc46b);}};try{const _0x7d5c72=helper['requireSeleniumWebdriver']();return helper[_0x5e0e37(0x1ed)](),_0xa001c1[_0x5e0e37(0x1f0)](_interopRequireDefault,_0x7d5c72);}catch{return null;}})());function a16_0x4e7d(_0x2ca226,_0x390388){const _0x31e977=a16_0x31e9();return a16_0x4e7d=function(_0x4e7d88,_0x578b58){_0x4e7d88=_0x4e7d88-0x1bb;let _0x56f7ee=_0x31e977[_0x4e7d88];return _0x56f7ee;},a16_0x4e7d(_0x2ca226,_0x390388);}function _interopRequireDefault(_0x86f676){const _0x241132=a16_0x487c49;return _0x86f676&&_0x86f676[_0x241132(0x1db)]?_0x86f676:{'default':_0x86f676};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x487c49(0x1e5)]['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x487c49(0x1e5)]{constructor(_0x1a8102){const _0x186cf1=a16_0x487c49,_0x5d74a0={'wkBWh':'quit','WGFRR':function(_0x14717a,_0x5ed5b8){return _0x14717a+_0x5ed5b8;},'wotNj':'bstack:options','naNEy':function(_0x308b06,_0xe185a6){return _0x308b06(_0xe185a6);},'vReAt':_0x186cf1(0x223),'vOXMR':_0x186cf1(0x202),'XOXnu':'testEnvironmentOptions','hqMOo':_0x186cf1(0x232),'Kkdaf':'percy','BNfwm':'browserstackPercyBestPlatform','QFVxp':function(_0x343742,_0x46d739){return _0x343742(_0x46d739);},'EkSlO':'../../../index','zZxuV':_0x186cf1(0x1d2)};super(_0x1a8102),this[_0x186cf1(0x1c1)][_0x186cf1(0x20d)]=0x0,this[_0x186cf1(0x215)]={};!_0x1a8102[_0x186cf1(0x21e)]&&(_0x1a8102[_0x186cf1(0x21e)]={});if(helper[_0x186cf1(0x1f5)]()){_0x1a8102[_0x186cf1(0x21e)]=_0x1a8102[_0x186cf1(0x1bf)]?_0x1a8102['projectConfig'][_0x186cf1(0x21e)]:_0x1a8102['testEnvironmentOptions'];_seleniumWebdriver2&&(this[_0x186cf1(0x1d5)]=new _seleniumWebdriver2[(_0x186cf1(0x1e5))]['Builder']());this['capability']=_0x1a8102[_0x186cf1(0x1bf)]?_0x1a8102[_0x186cf1(0x1bf)]['capability']:_0x1a8102['capability'],this['global'][_0x186cf1(0x20d)]=_0x5d74a0[_0x186cf1(0x1c3)](_0x1a8102['testEnvironmentOptions'][_0x186cf1(0x1d1)]||0x1388,constants[_0x186cf1(0x1fc)]),this[_0x186cf1(0x229)]=_0x1a8102[_0x186cf1(0x21e)][_0x186cf1(0x206)];if(this['failFastOptions']){const _0x379da4=this[_0x186cf1(0x1be)][_0x5d74a0[_0x186cf1(0x1e0)]]?.['buildName']||'',_0x20edd7=this[_0x186cf1(0x1be)][_0x5d74a0[_0x186cf1(0x1e0)]]?.[_0x186cf1(0x20e)]||'';this[_0x186cf1(0x206)]=new(_0x5d74a0['naNEy'](require,_0x5d74a0[_0x186cf1(0x210)]))(this['failFastOptions'],_0x379da4,_0x20edd7),this[_0x186cf1(0x1c1)][_0x186cf1(0x1c4)]=![];}helper[_0x186cf1(0x1ca)](_0x1a8102[_0x186cf1(0x21e)]['retries__'])&&(this[_0x186cf1(0x1c1)][_0x186cf1(0x226)]=_0x1a8102['testEnvironmentOptions'][_0x186cf1(0x203)]);}if(testhubUtils[_0x186cf1(0x1da)]()){const _0x50c97a=new ObservabilityReporter();_0x50c97a[_0x186cf1(0x217)]();}this[_0x186cf1(0x1c1)][_0x186cf1(0x1fe)]={},this[_0x186cf1(0x215)]=_0x1a8102[_0x186cf1(0x21e)],this[_0x186cf1(0x215)][_0x186cf1(0x1dd)]=constants[_0x186cf1(0x224)][_0x186cf1(0x225)],this[_0x186cf1(0x1c1)][_0x186cf1(0x1d3)]=(_0x1a8102[_0x186cf1(0x1bf)]?_0x1a8102[_0x186cf1(0x1bf)][_0x186cf1(0x1d3)]:_0x1a8102['browserstackPlatformIndex'])||0x0,this['global'][_0x186cf1(0x1f1)]=this[_0x186cf1(0x215)]&&this['configuration'][_0x186cf1(0x204)]&&Array['isArray'](this[_0x186cf1(0x215)]['platformCaps'])&&this['configuration'][_0x186cf1(0x204)][this['global'][_0x186cf1(0x1d3)]]||{};const _0x2ab383=this[_0x186cf1(0x1c1)][_0x186cf1(0x1d3)],_0x33c842={...this[_0x186cf1(0x215)],'capability':this[_0x186cf1(0x215)][_0x186cf1(0x1ce)]&&Array[_0x186cf1(0x207)](this[_0x186cf1(0x215)][_0x186cf1(0x1ce)])&&this[_0x186cf1(0x215)][_0x186cf1(0x1ce)][_0x2ab383]||{},'platformCaps':this[_0x186cf1(0x215)][_0x186cf1(0x204)]&&Array[_0x186cf1(0x207)](this[_0x186cf1(0x215)]['platformCaps'])&&this['configuration'][_0x186cf1(0x204)][_0x2ab383]||{}};delete _0x33c842[_0x186cf1(0x1ce)],this['global'][_0x186cf1(0x1c6)]=_0x33c842;if(_seleniumWebdriver2){const _0x47d9ab=_0x5d74a0[_0x186cf1(0x1cc)][_0x186cf1(0x1e3)]('|');let _0x3d1136=0x0;while(!![]){switch(_0x47d9ab[_0x3d1136++]){case'0':this[_0x186cf1(0x1c1)][_0x186cf1(0x22e)]=helper[_0x186cf1(0x20f)](_0x1a8102,[_0x5d74a0['XOXnu'],_0x5d74a0[_0x186cf1(0x22b)],_0x5d74a0[_0x186cf1(0x208)]]);continue;case'1':this['global'][_0x186cf1(0x228)]=helper['nestedKeyValue'](_0x1a8102,[_0x5d74a0['XOXnu'],_0x5d74a0[_0x186cf1(0x22b)],_0x5d74a0['BNfwm']]);continue;case'2':this[_0x186cf1(0x1c1)][_0x186cf1(0x21c)]=[];continue;case'3':this['global'][_0x186cf1(0x1cb)]=_0x5d74a0[_0x186cf1(0x200)](require,_0x5d74a0[_0x186cf1(0x1bd)])[_0x186cf1(0x218)]({...this['configuration'],'capability':this[_0x186cf1(0x1be)]||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'4':this[_0x186cf1(0x1c1)][_0x186cf1(0x230)]=helper[_0x186cf1(0x227)](this[_0x186cf1(0x215)][_0x186cf1(0x20b)]);continue;case'5':this[_0x186cf1(0x1c1)][_0x186cf1(0x1d2)]=helper[_0x186cf1(0x20f)](_0x1a8102,[_0x5d74a0[_0x186cf1(0x1c2)],_0x5d74a0[_0x186cf1(0x22b)],_0x5d74a0[_0x186cf1(0x1f4)]]);continue;case'6':this[_0x186cf1(0x1c1)][_0x186cf1(0x1e7)]=async()=>{const _0x44bb77=_0x186cf1;await this['global']['driver'][_0x44bb77(0x21a)](_0x5d74a0['wkBWh']);};continue;case'7':helper[_0x186cf1(0x227)](this[_0x186cf1(0x215)][_0x186cf1(0x222)])?this[_0x186cf1(0x1c1)][_0x186cf1(0x1e6)]=!![]:this['global'][_0x186cf1(0x1e6)]=![];continue;}break;}}}async[a16_0x487c49(0x21b)](){const _0x5638dd=a16_0x487c49;_seleniumWebdriver2&&(await helper[_0x5638dd(0x1f2)](this[_0x5638dd(0x1c1)][_0x5638dd(0x1dc)]),this[_0x5638dd(0x1c1)][_0x5638dd(0x1cb)][_0x5638dd(0x1f7)]=originalBuilder),await RequestQueueHandler[_0x5638dd(0x1df)]()[_0x5638dd(0x1e9)]();}async['setup'](){}async[a16_0x487c49(0x1de)](_0x2650a4,_0x5561fc){const _0xc7ce74=a16_0x487c49,_0x6454f3={};_0x6454f3[_0xc7ce74(0x1f6)]=function(_0x31c7de,_0x5f06a7){return _0x31c7de===_0x5f06a7;},_0x6454f3['UokCv']=_0xc7ce74(0x1c8),_0x6454f3['eGFtl']=function(_0x101b05,_0x586aff){return _0x101b05===_0x586aff;},_0x6454f3[_0xc7ce74(0x1d4)]=_0xc7ce74(0x211),_0x6454f3[_0xc7ce74(0x22d)]=_0xc7ce74(0x1bc),_0x6454f3[_0xc7ce74(0x1eb)]=_0xc7ce74(0x1ef),_0x6454f3[_0xc7ce74(0x1d9)]=function(_0x5aa8d8,_0x5ae19b){return _0x5aa8d8===_0x5ae19b;},_0x6454f3['IebHv']='Error\x20in\x20fail-fast\x20test_done\x20handler:',_0x6454f3['trUVZ']=function(_0x46f0cc,_0x489fac){return _0x46f0cc===_0x489fac;},_0x6454f3[_0xc7ce74(0x1c9)]=_0xc7ce74(0x21b);const _0x18c103=_0x6454f3,{name:_0x1c977d}=_0x2650a4;if(_0x18c103['ZOdqI'](_0x1c977d,_0x18c103[_0xc7ce74(0x1fa)])){this[_0xc7ce74(0x1c1)][_0xc7ce74(0x205)]=_0x2650a4[_0xc7ce74(0x21f)];if(_0x18c103['eGFtl'](this[_0xc7ce74(0x1c1)][_0xc7ce74(0x1c4)],!![])){const _0x49c1ec=_0x2650a4['test']['name'];logger[_0xc7ce74(0x1d0)]('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0x49c1ec),_0x2650a4['test']['mode']=_0x18c103[_0xc7ce74(0x1d4)];}}if(this[_0xc7ce74(0x206)]&&_0x18c103[_0xc7ce74(0x1f6)](_0x1c977d,_0x18c103[_0xc7ce74(0x22d)]))try{const _0x257308=_0x2650a4['test']['testPath'][_0xc7ce74(0x1f9)](_0x18c103[_0xc7ce74(0x1eb)]),_0x59b2e7=_0x2650a4[_0xc7ce74(0x21f)][_0xc7ce74(0x1cd)];await this['failFast'][_0xc7ce74(0x1fb)](_0x257308,_0x59b2e7);const _0x299fcf=await this['failFast']['shouldFailFast']();_0x18c103[_0xc7ce74(0x1d9)](this[_0xc7ce74(0x1c1)][_0xc7ce74(0x1c4)],![])&&_0x18c103['uOkNl'](_0x299fcf,!![])&&(this[_0xc7ce74(0x1c1)]['failFastActive']=!![]);}catch(_0x36f7ee){logger[_0xc7ce74(0x214)](_0x18c103['IebHv'],_0x36f7ee['message']);}_0x18c103[_0xc7ce74(0x22c)](_0x1c977d,_0x18c103['nKCoX'])&&(this[_0xc7ce74(0x206)]&&this['failFast'][_0xc7ce74(0x1e7)]());}}module[a16_0x487c49(0x1ee)]=CustomEnvironment;
1
+ function a16_0x4663(_0x508a88,_0x174844){const _0x2211e1=a16_0x2211();return a16_0x4663=function(_0x4663d1,_0x19b1e3){_0x4663d1=_0x4663d1-0x116;let _0x346a48=_0x2211e1[_0x4663d1];return _0x346a48;},a16_0x4663(_0x508a88,_0x174844);}const a16_0x1065c1=a16_0x4663;function a16_0x2211(){const _0x542d51=['browserStackPercyOptions','retries__','__drivers','test','__esModule','jest-environment-node','9848tsxmGi','plmGR','Error\x20in\x20fail-fast\x20test_done\x20handler:','fLxyk','shouldFailFast','teardown','BSTACK_DELTA','../../../helpers/helper','requireModule','buildName','winstonLogger','isTrue','EZkLd','builder','vdZkh','setup','isBrowserstackInfra','__platformCaps','message','4OgDLfe','test_start','SLLLc','info','6361479NXnAOD','nNrvY','exports','cwd','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','configuration','failFast','env','sDHnI','xAPtx','failFastOptions','4636881HHnqaU','cleanup','framework','quit','name','../../utils/constants','failFastActive','__skipSessionStatus','browserstackAgentV2','TDJrc','__webdriver','resolveTestEnvironment','getTestEnvironment','browserstackPlatformIndex','driver','test_done','ZRpdC','jestConfig','testPath','split','__jestRetries','default','7467747zZeROD','dINpr','jest-config','capability','browserStackGlobals','1716410ucTuCa','requireSeleniumWebdriver','registerListeners','16gkabif','errors','nByWO','isArray','global','timeout__','../../../helpers/test-observability/requestQueueHandler','55eQWDRD','zoCxE','testContext','../../../helpers/test-orchestration/failfastManager','jest-resolve','node','Builder','shouldProcessEventForTesthub','\x20>\x20','cRMqW','SmYzv','__driversArray','capabilities','join','SCcUT','skip','percyCaptureMode','32EETzby','percy','bstack:options','projectConfig','RjOcD','testEnvironmentOptions','Ggeml','6814450pQxGbe','platformCaps','../../../helpers/testhub/utils','onTestDone','../test-observability/obsReporter','xVeuv','../../../index','projectName','../../../helpers/test-observability/utils','5451468lGQfvg','getInstance','nestedKeyValue','cleanupDrivers','sessionNameProvided','YQNLr','tfDsJ','__timeout'];a16_0x2211=function(){return _0x542d51;};return a16_0x2211();}(function(_0x199386,_0x259f85){const _0x3ab234=a16_0x4663,_0x245742=_0x199386();while(!![]){try{const _0xda3c07=-parseInt(_0x3ab234(0x14a))/0x1*(parseInt(_0x3ab234(0x12c))/0x2)+-parseInt(_0x3ab234(0x16c))/0x3+parseInt(_0x3ab234(0x15d))/0x4*(-parseInt(_0x3ab234(0x187))/0x5)+-parseInt(_0x3ab234(0x13c))/0x6+-parseInt(_0x3ab234(0x182))/0x7+parseInt(_0x3ab234(0x18a))/0x8*(parseInt(_0x3ab234(0x161))/0x9)+-parseInt(_0x3ab234(0x133))/0xa*(-parseInt(_0x3ab234(0x11b))/0xb);if(_0xda3c07===_0x259f85)break;else _0x245742['push'](_0x245742['shift']());}catch(_0x1abdb5){_0x245742['push'](_0x245742['shift']());}}}(a16_0x2211,0xc3123));const helper=require(a16_0x1065c1(0x151)),constants=require(a16_0x1065c1(0x171)),{isTestObservabilitySession}=require(a16_0x1065c1(0x13b)),RequestQueueHandler=require(a16_0x1065c1(0x11a)),ObservabilityReporter=require(a16_0x1065c1(0x137)),testhubUtils=require(a16_0x1065c1(0x135)),logger=require('../../../helpers/logger')[a16_0x1065c1(0x154)],getTestEnvironment=((()=>{const _0x4e2133=a16_0x1065c1,_0x38e64e={};_0x38e64e[_0x4e2133(0x169)]=_0x4e2133(0x11f),_0x38e64e[_0x4e2133(0x16a)]=_0x4e2133(0x184);const _0x5aeefa=_0x38e64e;try{const _0x57a298=helper[_0x4e2133(0x152)](_0x5aeefa[_0x4e2133(0x169)]);if(_0x57a298['resolveTestEnvironment'])return _0x57a298[_0x4e2133(0x177)];const _0x3dc2ea=helper[_0x4e2133(0x152)](_0x5aeefa['xAPtx']);if(_0x3dc2ea[_0x4e2133(0x178)])return _0x3dc2ea[_0x4e2133(0x178)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x1e5504=a16_0x1065c1,_0x19cfca={'plmGR':function(_0x5eb6c2,_0x11c0d2){return _0x5eb6c2(_0x11c0d2);},'SLLLc':_0x1e5504(0x120),'EZkLd':_0x1e5504(0x149)},_0x59646e=_0x19cfca[_0x1e5504(0x14b)](getTestEnvironment,{'rootDir':process[_0x1e5504(0x164)](),'testEnvironment':process[_0x1e5504(0x168)]['BSTACK_JEST_TEST_ENV']||_0x19cfca[_0x1e5504(0x15f)]});if(!_0x59646e)return _0x19cfca['plmGR'](_interopRequireDefault,helper[_0x1e5504(0x152)](_0x19cfca[_0x1e5504(0x156)]));return _0x19cfca[_0x1e5504(0x14b)](_interopRequireDefault,helper[_0x1e5504(0x152)](_0x59646e));})()),_seleniumWebdriver2=((()=>{const _0x44c284=a16_0x1065c1,_0x12bb6a={'CNtbW':function(_0x3e397f,_0x5bf55f){return _0x3e397f(_0x5bf55f);}};try{const _0x8b4780=helper[_0x44c284(0x188)]();return helper['modifyCommand'](),_0x12bb6a['CNtbW'](_interopRequireDefault,_0x8b4780);}catch{return null;}})());function _interopRequireDefault(_0x3b4bbd){const _0x2dc734=a16_0x1065c1;return _0x3b4bbd&&_0x3b4bbd[_0x2dc734(0x148)]?_0x3b4bbd:{'default':_0x3b4bbd};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default']['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x1065c1(0x181)]{constructor(_0x1f8bb2){const _0x43314f=a16_0x1065c1,_0x4b6c9d={'FYoxr':_0x43314f(0x16f),'xVeuv':function(_0x3e5310,_0x275b3b){return _0x3e5310+_0x275b3b;},'YQNLr':_0x43314f(0x12e),'vdZkh':function(_0x294594,_0x5a900c){return _0x294594(_0x5a900c);},'zoCxE':_0x43314f(0x11e),'nNrvY':'0|4|5|3|7|6|1|2','fLxyk':_0x43314f(0x131),'SCcUT':_0x43314f(0x144),'oICcJ':_0x43314f(0x12d),'MHXPe':_0x43314f(0x139),'CKyYE':'browserstackPercyBestPlatform','nByWO':_0x43314f(0x12b)};super(_0x1f8bb2),this[_0x43314f(0x118)][_0x43314f(0x143)]=0x0,this[_0x43314f(0x166)]={};!_0x1f8bb2[_0x43314f(0x131)]&&(_0x1f8bb2['testEnvironmentOptions']={});if(helper[_0x43314f(0x15a)]()){_0x1f8bb2[_0x43314f(0x131)]=_0x1f8bb2[_0x43314f(0x12f)]?_0x1f8bb2[_0x43314f(0x12f)][_0x43314f(0x131)]:_0x1f8bb2[_0x43314f(0x131)];_seleniumWebdriver2&&(this[_0x43314f(0x157)]=new _seleniumWebdriver2[(_0x43314f(0x181))][(_0x43314f(0x121))]());this[_0x43314f(0x185)]=_0x1f8bb2[_0x43314f(0x12f)]?_0x1f8bb2[_0x43314f(0x12f)][_0x43314f(0x185)]:_0x1f8bb2[_0x43314f(0x185)],this[_0x43314f(0x118)][_0x43314f(0x143)]=_0x4b6c9d[_0x43314f(0x138)](_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x119)]||0x1388,constants[_0x43314f(0x150)]),this[_0x43314f(0x16b)]=_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x167)];if(this['failFastOptions']){const _0x213114=this[_0x43314f(0x185)][_0x4b6c9d[_0x43314f(0x141)]]?.[_0x43314f(0x153)]||'',_0x2049c2=this[_0x43314f(0x185)][_0x4b6c9d[_0x43314f(0x141)]]?.[_0x43314f(0x13a)]||'';this[_0x43314f(0x167)]=new(_0x4b6c9d[_0x43314f(0x158)](require,_0x4b6c9d[_0x43314f(0x11c)]))(this[_0x43314f(0x16b)],_0x213114,_0x2049c2),this[_0x43314f(0x118)]['failFastActive']=![];}helper['isNotUndefined'](_0x1f8bb2[_0x43314f(0x131)][_0x43314f(0x145)])&&(this[_0x43314f(0x118)][_0x43314f(0x180)]=_0x1f8bb2['testEnvironmentOptions'][_0x43314f(0x145)]);}if(testhubUtils[_0x43314f(0x122)]()){const _0x3e4e25=new ObservabilityReporter();_0x3e4e25[_0x43314f(0x189)]();}this[_0x43314f(0x118)][_0x43314f(0x186)]={},this[_0x43314f(0x166)]=_0x1f8bb2['testEnvironmentOptions'],this[_0x43314f(0x166)][_0x43314f(0x16e)]=constants['FRAMEWORKS']['JEST'],this[_0x43314f(0x118)][_0x43314f(0x179)]=(_0x1f8bb2['projectConfig']?_0x1f8bb2[_0x43314f(0x12f)]['browserstackPlatformIndex']:_0x1f8bb2[_0x43314f(0x179)])||0x0,this['global'][_0x43314f(0x15b)]=this[_0x43314f(0x166)]&&this[_0x43314f(0x166)][_0x43314f(0x134)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)][_0x43314f(0x134)])&&this[_0x43314f(0x166)][_0x43314f(0x134)][this[_0x43314f(0x118)]['browserstackPlatformIndex']]||{};const _0x117941=this[_0x43314f(0x118)][_0x43314f(0x179)],_0x280af3={...this[_0x43314f(0x166)],'capability':this[_0x43314f(0x166)][_0x43314f(0x127)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)]['capabilities'])&&this['configuration']['capabilities'][_0x117941]||{},'platformCaps':this[_0x43314f(0x166)][_0x43314f(0x134)]&&Array[_0x43314f(0x117)](this[_0x43314f(0x166)][_0x43314f(0x134)])&&this[_0x43314f(0x166)][_0x43314f(0x134)][_0x117941]||{}};delete _0x280af3[_0x43314f(0x127)],this[_0x43314f(0x118)][_0x43314f(0x17d)]=_0x280af3;if(_seleniumWebdriver2){const _0x8ca87f=_0x4b6c9d[_0x43314f(0x162)][_0x43314f(0x17f)]('|');let _0x374167=0x0;while(!![]){switch(_0x8ca87f[_0x374167++]){case'0':this[_0x43314f(0x118)][_0x43314f(0x146)]=[];continue;case'1':this[_0x43314f(0x118)][_0x43314f(0x173)]=helper[_0x43314f(0x155)](this[_0x43314f(0x166)]['skipSessionStatus']);continue;case'2':this[_0x43314f(0x118)][_0x43314f(0x16d)]=async()=>{const _0x2d0ccc=_0x43314f;await this['global'][_0x2d0ccc(0x17a)][_0x2d0ccc(0x16f)](_0x4b6c9d['FYoxr']);};continue;case'3':this['global'][_0x43314f(0x12d)]=helper[_0x43314f(0x13e)](_0x1f8bb2,[_0x4b6c9d['fLxyk'],_0x4b6c9d[_0x43314f(0x129)],_0x4b6c9d['oICcJ']]);continue;case'4':this['global'][_0x43314f(0x176)]=_0x4b6c9d[_0x43314f(0x158)](require,_0x4b6c9d['MHXPe'])[_0x43314f(0x174)]({...this[_0x43314f(0x166)],'capability':this[_0x43314f(0x185)]||{}},this,testhubUtils[_0x43314f(0x122)]());continue;case'5':this['global']['browserstackPercyBestPlatform']=helper[_0x43314f(0x13e)](_0x1f8bb2,[_0x4b6c9d[_0x43314f(0x14d)],_0x4b6c9d[_0x43314f(0x129)],_0x4b6c9d['CKyYE']]);continue;case'6':helper[_0x43314f(0x155)](this['configuration']['skipSessionName'])?this[_0x43314f(0x118)]['sessionNameProvided']=!![]:this['global'][_0x43314f(0x140)]=![];continue;case'7':this[_0x43314f(0x118)]['percyCaptureMode']=helper['nestedKeyValue'](_0x1f8bb2,[_0x4b6c9d[_0x43314f(0x14d)],_0x4b6c9d['SCcUT'],_0x4b6c9d[_0x43314f(0x116)]]);continue;}break;}}}async[a16_0x1065c1(0x14f)](){const _0xa397fa=a16_0x1065c1;_seleniumWebdriver2&&(await helper[_0xa397fa(0x13f)](this[_0xa397fa(0x118)][_0xa397fa(0x126)]),this['global'][_0xa397fa(0x176)]['Builder']=originalBuilder),await RequestQueueHandler[_0xa397fa(0x13d)]()['shutdown']();}async[a16_0x1065c1(0x159)](){}async['handleTestEvent'](_0x1762e0,_0x4fe213){const _0x5a7f5f=a16_0x1065c1,_0x133b0e={};_0x133b0e[_0x5a7f5f(0x132)]=function(_0x418bf6,_0x3d10cb){return _0x418bf6===_0x3d10cb;},_0x133b0e['TDJrc']=_0x5a7f5f(0x15e),_0x133b0e[_0x5a7f5f(0x142)]=_0x5a7f5f(0x12a),_0x133b0e[_0x5a7f5f(0x17c)]=_0x5a7f5f(0x17b),_0x133b0e[_0x5a7f5f(0x124)]=_0x5a7f5f(0x123),_0x133b0e[_0x5a7f5f(0x130)]=function(_0x51ce9d,_0x61c8d3){return _0x51ce9d===_0x61c8d3;},_0x133b0e[_0x5a7f5f(0x183)]=_0x5a7f5f(0x14c),_0x133b0e[_0x5a7f5f(0x125)]=_0x5a7f5f(0x14f);const _0x2c9bae=_0x133b0e,{name:_0x1756e6}=_0x1762e0;if(_0x2c9bae[_0x5a7f5f(0x132)](_0x1756e6,_0x2c9bae[_0x5a7f5f(0x175)])){this[_0x5a7f5f(0x118)][_0x5a7f5f(0x11d)]=_0x1762e0[_0x5a7f5f(0x147)];if(_0x2c9bae['Ggeml'](this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)],!![])){const _0x1f8621=_0x1762e0[_0x5a7f5f(0x147)][_0x5a7f5f(0x170)];logger[_0x5a7f5f(0x160)](_0x5a7f5f(0x165)+_0x1f8621),_0x1762e0[_0x5a7f5f(0x147)]['mode']=_0x2c9bae[_0x5a7f5f(0x142)];}}if(this['failFast']&&_0x2c9bae['Ggeml'](_0x1756e6,_0x2c9bae['ZRpdC']))try{const _0x2fac27=_0x1762e0[_0x5a7f5f(0x147)][_0x5a7f5f(0x17e)][_0x5a7f5f(0x128)](_0x2c9bae[_0x5a7f5f(0x124)]),_0x7e78b6=_0x1762e0['test'][_0x5a7f5f(0x18b)];await this[_0x5a7f5f(0x167)][_0x5a7f5f(0x136)](_0x2fac27,_0x7e78b6);const _0x22c367=await this[_0x5a7f5f(0x167)][_0x5a7f5f(0x14e)]();_0x2c9bae['RjOcD'](this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)],![])&&_0x2c9bae[_0x5a7f5f(0x132)](_0x22c367,!![])&&(this[_0x5a7f5f(0x118)][_0x5a7f5f(0x172)]=!![]);}catch(_0xc3a805){logger['debug'](_0x2c9bae['dINpr'],_0xc3a805[_0x5a7f5f(0x15c)]);}_0x2c9bae['Ggeml'](_0x1756e6,_0x2c9bae[_0x5a7f5f(0x125)])&&(this[_0x5a7f5f(0x167)]&&this['failFast']['cleanup']());}}module[a16_0x1065c1(0x163)]=CustomEnvironment;
@@ -1 +1 @@
1
- const a17_0x38f8fa=a17_0x4194;(function(_0x466d7a,_0x2ed3c3){const _0x2f6aa9=a17_0x4194,_0x222223=_0x466d7a();while(!![]){try{const _0x525fb2=-parseInt(_0x2f6aa9(0x164))/0x1+-parseInt(_0x2f6aa9(0x184))/0x2+-parseInt(_0x2f6aa9(0x12c))/0x3*(parseInt(_0x2f6aa9(0x12d))/0x4)+-parseInt(_0x2f6aa9(0x102))/0x5*(parseInt(_0x2f6aa9(0x183))/0x6)+parseInt(_0x2f6aa9(0xc8))/0x7*(-parseInt(_0x2f6aa9(0xd0))/0x8)+parseInt(_0x2f6aa9(0x148))/0x9+parseInt(_0x2f6aa9(0x171))/0xa;if(_0x525fb2===_0x2ed3c3)break;else _0x222223['push'](_0x222223['shift']());}catch(_0x1dd3cc){_0x222223['push'](_0x222223['shift']());}}}(a17_0x5c76,0x5cb1d));const {requireModule}=require(a17_0x38f8fa(0x13b)),ObservabilityReporter=require(a17_0x38f8fa(0x16f)),RequestQueueHandler=require(a17_0x38f8fa(0xed)),TestDetails=require(a17_0x38f8fa(0xfd)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a17_0x38f8fa(0x14a)),{shouldProcessEventForTesthub}=require(a17_0x38f8fa(0x1b1)),testHubConstants=require(a17_0x38f8fa(0x153)),BrowserstackCLI=require(a17_0x38f8fa(0x1a8)),TestFrameworkState=require(a17_0x38f8fa(0xff)),HookState=require(a17_0x38f8fa(0x128)),JestUtils=require(a17_0x38f8fa(0x159)),{v4:uuidv4}=require('uuid'),util=require(a17_0x38f8fa(0xee)),logger=require('../../../helpers/logger')['winstonLogger'],{FRAMEWORKS}=require(a17_0x38f8fa(0x149));let exportsI;try{exportsI=requireModule(a17_0x38f8fa(0x19a),a17_0x38f8fa(0x188));}catch{exportsI=requireModule(a17_0x38f8fa(0x140),'jest-circus');}const initInitialize=exportsI[a17_0x38f8fa(0x167)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();async function isCLIReady(){const _0x3542b5=a17_0x38f8fa,_0xf0453={'XfsLy':_0x3542b5(0xf0),'laATX':function(_0x5c993e,_0x5ad456){return _0x5c993e(_0x5ad456);},'fuSnQ':_0x3542b5(0x192),'TNxMD':function(_0x3434f5,_0x19a7f8){return _0x3434f5===_0x19a7f8;},'JpWdH':_0x3542b5(0x13a),'UPHYv':function(_0x27e673,_0x33fb34){return _0x27e673(_0x33fb34);}};try{const _0x4f53b1=BrowserstackCLI[_0x3542b5(0xcf)]();if(_0x4f53b1['isCliEnabled']()&&_0x4f53b1[_0x3542b5(0x179)]())return logger[_0x3542b5(0x132)](_0xf0453[_0x3542b5(0x158)]),!![];const _0x3e0875=process['env'][_0x3542b5(0x113)];if(_0x3e0875&&_0x4f53b1[_0x3542b5(0xd9)]()){if(!_0x4f53b1['isRunning']())try{const _0x1e7e84=_0xf0453[_0x3542b5(0xe4)](require,_0xf0453[_0x3542b5(0x161)]),_0x179676=_0x1e7e84[_0x3542b5(0x143)]();(!_0x179676||!_0x179676[_0x3542b5(0x13c)])&&(_0xf0453[_0x3542b5(0xd1)](process['env'][_0x3542b5(0x1a5)],_0xf0453[_0x3542b5(0x150)])?_0x1e7e84[_0x3542b5(0x152)](FRAMEWORKS[_0x3542b5(0x123)],FRAMEWORKS[_0x3542b5(0x1ab)]):_0x1e7e84[_0x3542b5(0x152)](FRAMEWORKS['JEST'],FRAMEWORKS[_0x3542b5(0x115)])),await _0x4f53b1['bootstrap']();}catch(_0x23782e){return _0xf0453['laATX'](debug,_0x3542b5(0x104)+util[_0x3542b5(0x177)](_0x23782e)),![];}return _0x4f53b1['isRunning']();}return![];}catch(_0x51d6ad){return _0xf0453[_0x3542b5(0xe6)](debug,_0x3542b5(0xef)+util[_0x3542b5(0x177)](_0x51d6ad)),![];}}function getTestIdentifierForHook(_0xd719cd){const _0x2bfea9=a17_0x38f8fa,_0x41d3e7={};_0x41d3e7[_0x2bfea9(0xfa)]=function(_0x4740df,_0x4985d8){return _0x4740df===_0x4985d8;},_0x41d3e7[_0x2bfea9(0x198)]=_0x2bfea9(0xd4),_0x41d3e7[_0x2bfea9(0x166)]=function(_0x4f2748,_0x568f5d){return _0x4f2748===_0x568f5d;},_0x41d3e7[_0x2bfea9(0x170)]=_0x2bfea9(0x15a),_0x41d3e7['mmNXu']=function(_0x43382c,_0x22cbbd){return _0x43382c===_0x22cbbd;};const _0x4ffeb6=_0x41d3e7;if(_0x4ffeb6[_0x2bfea9(0xfa)](_0xd719cd[_0x2bfea9(0x120)],_0x4ffeb6[_0x2bfea9(0x198)])||_0x4ffeb6['cHUqa'](_0xd719cd['type'],_0x4ffeb6[_0x2bfea9(0x170)])){let _0x1fce5a=global[_0x2bfea9(0x194)];if(!_0x1fce5a&&_0x4ffeb6[_0x2bfea9(0xd7)](_0xd719cd[_0x2bfea9(0x120)],_0x4ffeb6[_0x2bfea9(0x170)])&&_0xd719cd['parent']){const _0x2ea32f={};_0x2ea32f[_0x2bfea9(0x13c)]=_0xd719cd[_0x2bfea9(0x10d)][_0x2bfea9(0x13c)],_0x2ea32f[_0x2bfea9(0x10d)]=_0xd719cd[_0x2bfea9(0x10d)][_0x2bfea9(0x10d)],_0x2ea32f[_0x2bfea9(0x130)]=_0xd719cd[_0x2bfea9(0x130)],_0x2ea32f[_0x2bfea9(0x156)]=_0xd719cd[_0x2bfea9(0x156)];const _0x2b63bb=_0x2ea32f;_0x1fce5a=jestUtils[_0x2bfea9(0x11b)](_0x2b63bb);}return _0x1fce5a;}return global[_0x2bfea9(0x194)];}function mapHookTypeToState(_0x42f61a){const _0x298b56=a17_0x38f8fa,_0xfba000={};_0xfba000[_0x298b56(0x15a)]=TestFrameworkState['BEFORE_ALL'],_0xfba000[_0x298b56(0x157)]=TestFrameworkState[_0x298b56(0x114)],_0xfba000[_0x298b56(0xd4)]=TestFrameworkState['BEFORE_EACH'],_0xfba000[_0x298b56(0x163)]=TestFrameworkState[_0x298b56(0x16c)];const _0x287f91=_0xfba000;return _0x287f91[_0x42f61a]||TestFrameworkState[_0x298b56(0xdb)];}async function handleHookEventCLI(_0x5dcdf0,_0xde3a58,_0x5379c2){const _0x443d74=a17_0x38f8fa,_0x2c6db9={'lXzuA':function(_0x5a3211,_0x5a018b){return _0x5a3211(_0x5a018b);},'uJnmu':_0x443d74(0xfc),'eIDtq':function(_0x5d3c0b,_0x4081a6){return _0x5d3c0b===_0x4081a6;},'hUPtH':_0x443d74(0xf7),'OlSNr':function(_0xdedc9c){return _0xdedc9c();},'TjCGZ':_0x443d74(0x14d),'jOliJ':function(_0x5938c8,_0x29385f){return _0x5938c8(_0x29385f);},'xDUft':function(_0x73b1c2,_0x2c8445){return _0x73b1c2===_0x2c8445;},'MLeJv':function(_0x2486a1,_0x1121ad){return _0x2486a1===_0x1121ad;},'aTZTL':function(_0x95e1c8,_0x7b80e){return _0x95e1c8===_0x7b80e;},'HMbTN':_0x443d74(0x14b),'FPWPf':_0x443d74(0x17c)};logger[_0x443d74(0x132)]('Handling\x20hook\x20event\x20for\x20CLI:\x20'+_0xde3a58+'\x20for\x20hook\x20type:\x20'+_0x5dcdf0[_0x443d74(0x120)]);try{if(_0x5dcdf0['fn']&&_0x5dcdf0['fn'][_0x443d74(0xd6)]()[_0x443d74(0xcc)](/browserstack internal helper hook/))return;if(_0x5dcdf0['parent']&&_0x2c6db9[_0x443d74(0x124)](_0x5dcdf0['parent']['name'],_0x2c6db9['hUPtH'])){const _0x1bde31=_0x5dcdf0['asyncError']&&((()=>{const _0x5ee627=_0x443d74;try{const _0x3c734e=_0x2c6db9['lXzuA'](require,_0x2c6db9[_0x5ee627(0x11f)]),_0x108789=_0x3c734e[_0x5ee627(0xe0)][_0x5ee627(0x155)](_0x3c734e,_0x5dcdf0[_0x5ee627(0x130)]);return _0x108789[0x0]&&_0x108789[0x0]['getFileName']?_0x108789[0x0]['getFileName']():null;}catch(_0x336f62){return logger[_0x5ee627(0x132)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x336f62[_0x5ee627(0xce)]),null;}})())||_0x5dcdf0[_0x443d74(0x156)]||null;if(!_0x1bde31)return;}let _0x3d0aa4=_0x5dcdf0[_0x443d74(0xe9)];if(!_0x3d0aa4)_0x3d0aa4=_0x2c6db9[_0x443d74(0x100)](uuidv4),_0x5dcdf0['hookAnalyticsId']=_0x3d0aa4;else _0x5dcdf0['markedStatus']&&(_0x3d0aa4=_0x2c6db9[_0x443d74(0x100)](uuidv4),_0x5dcdf0[_0x443d74(0xe9)]=_0x3d0aa4,delete _0x5dcdf0[_0x443d74(0x112)]);_0x2c6db9['eIDtq'](_0xde3a58,_0x2c6db9['TjCGZ'])&&(_0x5dcdf0[_0x443d74(0x173)]=new Date()[_0x443d74(0x116)]());const _0x46a332=_0x2c6db9[_0x443d74(0x135)](getTestIdentifierForHook,_0x5dcdf0);!global[_0x443d74(0x15e)]&&(global[_0x443d74(0x15e)]={});if(_0x2c6db9['xDUft'](_0xde3a58,_0x2c6db9['TjCGZ'])){global[_0x443d74(0x15e)][_0x443d74(0x19b)]={'hookUUID':_0x3d0aa4,'testIdentifier':_0x46a332,'hookType':_0x5dcdf0['type'],'startedAt':new Date()['toISOString']()};const _0x35d0df=BrowserstackCLI[_0x443d74(0xcf)]()[_0x443d74(0xda)]();_0x35d0df&&_0x35d0df[_0x443d74(0x1b2)]&&_0x35d0df[_0x443d74(0x1b2)](_0x46a332,_0x3d0aa4,_0x5dcdf0[_0x443d74(0x120)]);}const _0x55d0b0=await jestUtils[_0x443d74(0x134)](_0x5dcdf0,_0x3d0aa4,_0xde3a58,_0x46a332);if(!_0x55d0b0)return;const _0x26b75e=_0x2c6db9[_0x443d74(0x135)](mapHookTypeToState,_0x5dcdf0[_0x443d74(0x120)]),_0x1fab56=_0x2c6db9[_0x443d74(0xc9)](_0xde3a58,_0x2c6db9[_0x443d74(0x10a)])?HookState[_0x443d74(0x14c)]:HookState['POST'],_0xd8b578=BrowserstackCLI[_0x443d74(0xcf)]()[_0x443d74(0xda)]();if(_0xd8b578){const _0x4bfa44={};_0x4bfa44[_0x443d74(0x144)]=_0x55d0b0,await _0xd8b578[_0x443d74(0xf6)](_0x26b75e,_0x1fab56,_0x4bfa44);if(_0x2c6db9['aTZTL'](_0xde3a58,_0x2c6db9[_0x443d74(0x168)])){const _0x173f9e={};_0x173f9e[_0x443d74(0xd3)]=_0x46a332,_0x173f9e['type']=_0x2c6db9[_0x443d74(0x172)],await _0xd8b578['trackEvent'](TestFrameworkState[_0x443d74(0xdc)],HookState['POST'],_0x173f9e),global[_0x443d74(0x15e)]&&global[_0x443d74(0x15e)][_0x443d74(0x19b)]&&_0x2c6db9[_0x443d74(0x139)](global[_0x443d74(0x15e)][_0x443d74(0x19b)][_0x443d74(0x15c)],_0x3d0aa4)&&delete global[_0x443d74(0x15e)][_0x443d74(0x19b)],_0xd8b578['removeActiveHook']&&_0xd8b578[_0x443d74(0x180)](_0x46a332,_0x3d0aa4);}}}catch(_0x254a69){logger[_0x443d74(0x16b)](_0x443d74(0xf4)+util[_0x443d74(0x177)](_0x254a69));throw _0x254a69;}}async function handleTestEventCLI(_0x4b5f54,_0x39a6e2,_0x130d26){const _0x17ee9a=a17_0x38f8fa,_0x728798={};_0x728798[_0x17ee9a(0x11d)]=function(_0x4fb2f9,_0x25993b){return _0x4fb2f9===_0x25993b;},_0x728798['PNJVP']=_0x17ee9a(0x103),_0x728798['QFnCP']=function(_0x15fb80,_0xc92394){return _0x15fb80>_0xc92394;},_0x728798[_0x17ee9a(0x160)]=function(_0x21e871,_0x2bb08b){return _0x21e871&&_0x2bb08b;},_0x728798[_0x17ee9a(0x1a6)]=_0x17ee9a(0xf2),_0x728798['XByel']=_0x17ee9a(0xea),_0x728798[_0x17ee9a(0x1a2)]=function(_0x46b9b8,_0xde8714){return _0x46b9b8&&_0xde8714;},_0x728798[_0x17ee9a(0x178)]=function(_0x1e8c2b,_0x3692a3){return _0x1e8c2b&&_0x3692a3;},_0x728798[_0x17ee9a(0x186)]=function(_0x262bfd,_0x16ef00){return _0x262bfd&&_0x16ef00;},_0x728798[_0x17ee9a(0x119)]=_0x17ee9a(0x145);const _0x128beb=_0x728798;logger[_0x17ee9a(0x132)]('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x39a6e2);try{let _0x4973da;if(_0x128beb[_0x17ee9a(0x11d)](_0x39a6e2,_0x128beb[_0x17ee9a(0x110)])){_0x4973da=jestUtils['createIdentifierFromJestTest'](_0x4b5f54),global[_0x17ee9a(0x194)]=_0x4973da,_0x4b5f54[_0x17ee9a(0x10e)]=_0x4973da,_0x4b5f54['id']=_0x4973da,_0x4b5f54[_0x17ee9a(0x173)]=new Date()['toISOString']();const _0x2b25a1=_0x130d26[_0x17ee9a(0x137)];_0x130d26[_0x17ee9a(0x137)]=_0x4b5f54,_0x4b5f54['retryOf']=null;if(_0x128beb['QFnCP'](_0x4b5f54[_0x17ee9a(0x13e)],0x0)&&_0x2b25a1&&_0x128beb['lzceB'](_0x2b25a1[_0x17ee9a(0x16d)],_0x4b5f54[_0x17ee9a(0x16d)])){_0x4b5f54[_0x17ee9a(0x11c)]=_0x2b25a1['testAnalyticsId'];const _0x396b1c=await jestUtils['createTestFrameworkData'](_0x4b5f54,_0x4973da,_0x128beb[_0x17ee9a(0x110)]),_0x2cbd00=BrowserstackCLI[_0x17ee9a(0xcf)]()[_0x17ee9a(0xda)]();if(_0x128beb['eRDUp'](_0x396b1c,_0x2cbd00)){const _0x4617e7={};_0x4617e7[_0x17ee9a(0x145)]=_0x396b1c,await _0x2cbd00[_0x17ee9a(0xf6)](TestFrameworkState['TEST'],HookState[_0x17ee9a(0x14c)],_0x4617e7);}_0x2b25a1['state']=_0x128beb[_0x17ee9a(0x1a6)];const _0x4b36e0=await jestUtils[_0x17ee9a(0x1af)](_0x2b25a1,_0x2b25a1[_0x17ee9a(0x10e)],_0x128beb[_0x17ee9a(0x175)]);if(_0x128beb['zToot'](_0x4b36e0,_0x2cbd00)){const _0x226bf7={};_0x226bf7[_0x17ee9a(0x145)]=_0x4b36e0,await _0x2cbd00[_0x17ee9a(0xf6)](TestFrameworkState[_0x17ee9a(0x195)],HookState['POST'],_0x226bf7);}}else{const _0x195524=await jestUtils[_0x17ee9a(0x1af)](_0x4b5f54,_0x4973da,_0x128beb[_0x17ee9a(0x110)]),_0x522202=BrowserstackCLI[_0x17ee9a(0xcf)]()[_0x17ee9a(0xda)]();if(_0x128beb[_0x17ee9a(0x178)](_0x195524,_0x522202)){const _0x2b4697={};_0x2b4697[_0x17ee9a(0x145)]=_0x195524,await _0x522202[_0x17ee9a(0xf6)](TestFrameworkState[_0x17ee9a(0x195)],HookState[_0x17ee9a(0x14c)],_0x2b4697);}}}else{_0x4973da=_0x4b5f54[_0x17ee9a(0x10e)]||_0x4b5f54['id']||global[_0x17ee9a(0x194)];const _0x29396b=await jestUtils[_0x17ee9a(0x1af)](_0x4b5f54,_0x4973da,_0x39a6e2),_0x39712e=BrowserstackCLI[_0x17ee9a(0xcf)]()['getTestFramework']();if(_0x128beb[_0x17ee9a(0x186)](_0x29396b,_0x39712e)){const _0x2c138c={};_0x2c138c['test']=_0x29396b,_0x2c138c[_0x17ee9a(0x105)]=_0x4b5f54,_0x2c138c[_0x17ee9a(0xf5)]=_0x4973da,await _0x39712e[_0x17ee9a(0xf6)](TestFrameworkState['TEST'],HookState['POST'],_0x2c138c);const _0xe03bab={};_0xe03bab['testUUID']=_0x4973da,_0xe03bab[_0x17ee9a(0x120)]=_0x128beb[_0x17ee9a(0x119)],await _0x39712e['trackEvent'](TestFrameworkState['LOG_REPORT'],HookState[_0x17ee9a(0x11e)],_0xe03bab);}}}catch(_0x31a440){logger[_0x17ee9a(0x16b)](_0x17ee9a(0x12f)+util['format'](_0x31a440));throw _0x31a440;}}exportsI['initialize']=(..._0x4957a5)=>{const _0x38ce2c=a17_0x38f8fa,_0x1db0d7={'QPjXW':function(_0x484768,_0x3e6bbc){return _0x484768(_0x3e6bbc);},'mbTCu':_0x38ce2c(0xfc),'mxUGc':function(_0x46f860,_0x55cb46){return _0x46f860(_0x55cb46);},'gdfXk':'hook_start','sUjFC':function(_0x47342a,_0x1989cb){return _0x47342a===_0x1989cb;},'GZcpC':_0x38ce2c(0xf7),'xJgJf':function(_0x336a5f){return _0x336a5f();},'rUqoG':function(_0x5376e3,_0x36bf76){return _0x5376e3(_0x36bf76);},'LSNol':function(_0x537b27,_0x40f0ba,_0x4479e8,_0x446586){return _0x537b27(_0x40f0ba,_0x4479e8,_0x446586);},'sFhHX':'HookRunStarted','MIxUy':'hook_success','WVysW':function(_0x669d9c,_0x5e79ee){return _0x669d9c(_0x5e79ee);},'myQow':_0x38ce2c(0x14b),'LETar':function(_0x1d0645,_0x326a2a){return _0x1d0645(_0x326a2a);},'wAuBo':_0x38ce2c(0x13f),'COpWV':_0x38ce2c(0x15a),'IpcqE':_0x38ce2c(0xd4),'Wgmtk':_0x38ce2c(0x163),'daZCf':function(_0x28df2d,_0x3fcdca){return _0x28df2d>_0x3fcdca;},'anbyB':function(_0x159eaa){return _0x159eaa();},'nyxMT':function(_0xffcc5c,_0x5886ed,_0x1269f4,_0x29b070){return _0xffcc5c(_0x5886ed,_0x1269f4,_0x29b070);},'ZxJhn':function(_0x4b398c,_0x49eb1d){return _0x4b398c(_0x49eb1d);},'FfYoT':'test_start','jWath':function(_0x2e6739,_0x15a971){return _0x2e6739!==_0x15a971;},'sFNjj':'\x20>\x20','XSBpQ':function(_0x391bd0,_0x3429e1,_0x5d2b93,_0x402911){return _0x391bd0(_0x3429e1,_0x5d2b93,_0x402911);},'GFUWs':'TestRunStarted','jtNxL':function(_0x6858e8){return _0x6858e8();},'oCFgE':'test_done','UxtEn':function(_0xddc69e,_0x4e47b4){return _0xddc69e(_0x4e47b4);},'BLNWW':function(_0x69bbe3,_0x48741b){return _0x69bbe3>_0x48741b;},'mEikJ':function(_0x246699,_0x513a95){return _0x246699===_0x513a95;},'bkBgf':_0x38ce2c(0xd2),'dTrLM':'failed','KOrJE':_0x38ce2c(0x108),'jjTBk':function(_0x16359d,_0x158107){return _0x16359d||_0x158107;},'hoHmG':function(_0xcf1cb3,_0x54e655,_0x3327c9,_0x8b7d66){return _0xcf1cb3(_0x54e655,_0x3327c9,_0x8b7d66);},'lEIYe':_0x38ce2c(0xea),'chdHL':function(_0x3663cb){return _0x3663cb();},'LlAhT':'test_skip','MCGLB':function(_0x1ecb90){return _0x1ecb90();},'awkZv':_0x38ce2c(0x19c),'RQSBV':function(_0x8587ec,_0x10773f){return _0x8587ec(_0x10773f);},'WbRBQ':_0x38ce2c(0x199),'EDtyb':_0x38ce2c(0xfe),'FgDtG':_0x38ce2c(0x15b),'tlNMD':function(_0x45a3c3){return _0x45a3c3();},'RGJmo':function(_0x1cc112,_0x6d20,_0x128058){return _0x1cc112(_0x6d20,_0x128058);},'JbszS':_0x38ce2c(0x1ac),'EfFQg':_0x38ce2c(0x188),'admul':_0x38ce2c(0x17d),'uscMz':function(_0x60ac2,_0x457b65){return _0x60ac2(_0x457b65);},'BLAex':function(_0x225e86){return _0x225e86();},'ZtewS':function(_0xed0d74,_0x3b5bc5,_0x3a6f18){return _0xed0d74(_0x3b5bc5,_0x3a6f18);},'mrJJn':_0x38ce2c(0x118),'DgJnj':function(_0x6028a5,..._0x231388){return _0x6028a5(..._0x231388);}};try{logger[_0x38ce2c(0x132)]('[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub='+_0x1db0d7[_0x38ce2c(0x174)](shouldProcessEventForTesthub)+_0x38ce2c(0x121)+process[_0x38ce2c(0x12b)]['BROWSERSTACK_PUPPETEER']);const _0x4e91f0=_0x4957a5&&_0x4957a5[0x0]?_0x4957a5[0x0]:{};let _0x5b513b=0x0;try{if(_0x4e91f0['config']&&_0x1db0d7['mEikJ'](typeof _0x4e91f0[_0x38ce2c(0x1a1)]['browserstackPlatformIndex'],_0x1db0d7[_0x38ce2c(0x18b)]))_0x5b513b=_0x4e91f0[_0x38ce2c(0x1a1)]['browserstackPlatformIndex'];else{if(_0x4e91f0[_0x38ce2c(0x18f)]&&_0x1db0d7[_0x38ce2c(0x1ae)](typeof _0x4e91f0[_0x38ce2c(0x18f)][_0x38ce2c(0x117)],_0x1db0d7['FgDtG']))_0x5b513b=_0x4e91f0[_0x38ce2c(0x18f)][_0x38ce2c(0x117)];else global['jestConfig']&&_0x1db0d7[_0x38ce2c(0x1ae)](typeof global['jestConfig'][_0x38ce2c(0x117)],_0x1db0d7['FgDtG'])&&(_0x5b513b=global['jestConfig'][_0x38ce2c(0x117)]);}}catch(_0xd8840){logger[_0x38ce2c(0x132)](_0x38ce2c(0xc7)+util['format'](_0xd8840));}global[_0x38ce2c(0xe2)]=_0x5b513b,process[_0x38ce2c(0x12b)][_0x38ce2c(0xf9)]=_0x1db0d7[_0x38ce2c(0xf3)](String,_0x5b513b);const _0x5b2140=new ObservabilityReporter();!_initializedPlatformIndices['has'](_0x5b513b)?(logger['debug'](_0x38ce2c(0xe8)+_0x5b513b),_initializedPlatformIndices[_0x38ce2c(0x17f)](_0x5b513b),_0x1db0d7[_0x38ce2c(0xde)](shouldProcessEventForTesthub)&&(_0x1db0d7[_0x38ce2c(0x141)](patchConsoleLogger),_0x5b2140[_0x38ce2c(0x1a0)]())):logger['debug'](_0x38ce2c(0x19f)+_0x5b513b+',\x20re-registering\x20event\x20handler');let _0x308b96;try{_0x308b96=_0x1db0d7[_0x38ce2c(0xec)](requireModule,_0x1db0d7[_0x38ce2c(0xfb)],_0x1db0d7['EfFQg']);}catch{_0x308b96=_0x1db0d7[_0x38ce2c(0x146)](requireModule,_0x1db0d7[_0x38ce2c(0x122)]);}let _0x18457d;try{_0x18457d=_0x1db0d7[_0x38ce2c(0xec)](requireModule,_0x1db0d7[_0x38ce2c(0xd8)],_0x1db0d7[_0x38ce2c(0x122)])['makeSingleTestResult'];}catch{_0x18457d=_0x1db0d7[_0x38ce2c(0x111)](requireModule,_0x1db0d7[_0x38ce2c(0x122)])[_0x38ce2c(0x185)]||(()=>({}));}const _0x60b7fd=BrowserstackCLI[_0x38ce2c(0xcf)]()['isCliEnabled']();(_0x1db0d7[_0x38ce2c(0x18e)](shouldProcessEventForTesthub)||_0x60b7fd)&&_0x308b96[_0x38ce2c(0x190)](_0x1db0d7[_0x38ce2c(0x1a7)](o11yErrorHandler,async(_0x523847,_0xc5f2ce)=>{const _0x39d123=_0x38ce2c;switch(_0x523847[_0x39d123(0x13c)]){case _0x1db0d7[_0x39d123(0x19e)]:if(_0x523847[_0x39d123(0x17c)]['fn']&&_0x523847['hook']['fn'][_0x39d123(0xd6)]()['match'](/browserstack internal helper hook/))break;if(_0x523847[_0x39d123(0x17c)][_0x39d123(0x10d)]&&_0x1db0d7[_0x39d123(0x1ae)](_0x523847[_0x39d123(0x17c)][_0x39d123(0x10d)]['name'],_0x1db0d7['GZcpC'])){const _0x2ce250=_0x523847[_0x39d123(0x17c)][_0x39d123(0x130)]&&((()=>{const _0x1fced4=_0x39d123;try{const _0x1674db=_0x1db0d7['QPjXW'](require,_0x1db0d7['mbTCu']),_0x413eec=_0x1674db[_0x1fced4(0xe0)][_0x1fced4(0x155)](_0x1674db,_0x523847['hook'][_0x1fced4(0x130)]);return _0x413eec[0x0]&&_0x413eec[0x0][_0x1fced4(0x1b0)]?_0x413eec[0x0][_0x1fced4(0x1b0)]():null;}catch(_0x16fd03){return logger[_0x1fced4(0x132)](_0x1fced4(0x12a)+_0x16fd03[_0x1fced4(0xce)]),null;}})())||_0x523847[_0x39d123(0x17c)][_0x39d123(0x156)]||null;if(!_0x2ce250)break;}if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x1db0d7['xJgJf'](isCLIReady)){if(_0x1db0d7[_0x39d123(0x1a9)](shouldProcessEventForTesthub,testHubConstants[_0x39d123(0x165)]['HookStarted']))try{await _0x1db0d7['LSNol'](handleHookEventCLI,_0x523847[_0x39d123(0x17c)],_0x1db0d7[_0x39d123(0xeb)],_0xc5f2ce);break;}catch(_0x3a53e3){_0x1db0d7['mxUGc'](debug,_0x39d123(0x16a)+util['format'](_0x3a53e3));}}if(_0x1db0d7[_0x39d123(0xf3)](shouldProcessEventForTesthub,testHubConstants[_0x39d123(0x165)]['HookStarted'])){if(!_0x523847['hook'][_0x39d123(0xe9)]){const _0x46eb1c=TestDetails[_0x39d123(0x182)](process[_0x39d123(0xc6)]+_0x39d123(0x107));_0x523847[_0x39d123(0x17c)][_0x39d123(0xe9)]=_0x46eb1c;}else _0x523847[_0x39d123(0x17c)][_0x39d123(0x112)]&&(_0x523847[_0x39d123(0x17c)][_0x39d123(0xe9)]=TestDetails[_0x39d123(0x182)](process[_0x39d123(0xc6)]+_0x39d123(0x107)),delete _0x523847[_0x39d123(0x17c)][_0x39d123(0x112)]);_0x523847['hook'][_0x39d123(0x173)]=new Date()[_0x39d123(0x116)](),await _0x5b2140['sendTestRunEvent'](_0x523847[_0x39d123(0x17c)],undefined,![],_0x1db0d7['sFhHX']);}break;case _0x1db0d7[_0x39d123(0x147)]:if(BrowserstackCLI[_0x39d123(0xcf)]()[_0x39d123(0xd9)]()&&await _0x1db0d7[_0x39d123(0x141)](isCLIReady)){if(_0x1db0d7[_0x39d123(0x1a4)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x39d123(0xd5)]))try{await _0x1db0d7['LSNol'](handleHookEventCLI,_0x523847['hook'],_0x1db0d7[_0x39d123(0x18c)],_0xc5f2ce);break;}catch(_0x1f43c3){_0x1db0d7[_0x39d123(0xf3)](debug,_0x39d123(0x16a)+util[_0x39d123(0x177)](_0x1f43c3));}}_0x1db0d7[_0x39d123(0x181)](shouldProcessEventForTesthub,testHubConstants[_0x39d123(0x165)][_0x39d123(0xd5)])&&(await _0x5b2140['sendTestRunEvent'](_0x523847['hook'],undefined,![],_0x1db0d7[_0x39d123(0x18c)]),TestDetails[_0x39d123(0x13d)](process[_0x39d123(0xc6)]+_0x39d123(0x107)));break;case _0x1db0d7[_0x39d123(0x18a)]:[_0x1db0d7[_0x39d123(0x15f)],_0x1db0d7[_0x39d123(0x191)],_0x1db0d7[_0x39d123(0x136)]][_0x39d123(0x138)](_0x523847['hook'][_0x39d123(0x120)])&&(_0x5b2140[_0x39d123(0x13f)]=_0x523847[_0x39d123(0x17c)]['type']),_0xc5f2ce[_0x39d123(0x129)]&&_0x1db0d7[_0x39d123(0xe3)](_0xc5f2ce[_0x39d123(0x129)][_0x39d123(0x133)],0x0)&&(_0x523847['hook'][_0x39d123(0xcb)]=[_0xc5f2ce[_0x39d123(0x129)][0x0][0x0]]);if(BrowserstackCLI[_0x39d123(0xcf)]()[_0x39d123(0xd9)]()&&await _0x1db0d7['anbyB'](isCLIReady)){if(_0x1db0d7[_0x39d123(0x1a3)](shouldProcessEventForTesthub,testHubConstants[_0x39d123(0x165)][_0x39d123(0xd5)]))try{await _0x1db0d7['nyxMT'](handleHookEventCLI,_0x523847[_0x39d123(0x17c)],_0x1db0d7[_0x39d123(0x18c)],_0xc5f2ce);break;}catch(_0x5829fa){_0x1db0d7[_0x39d123(0x14f)](debug,_0x39d123(0x16a)+util['format'](_0x5829fa));}}_0x1db0d7[_0x39d123(0x1a9)](shouldProcessEventForTesthub,testHubConstants[_0x39d123(0x165)]['HookFinished'])&&(await _0x5b2140[_0x39d123(0x187)](_0x523847[_0x39d123(0x17c)],undefined,![],_0x1db0d7['myQow']),TestDetails[_0x39d123(0x13d)](process[_0x39d123(0xc6)]+_0x39d123(0x107)));break;case _0x1db0d7[_0x39d123(0x125)]:try{let _0x53c371=_0x523847['test']['name']||'';try{let _0x41bbac=_0x523847['test'][_0x39d123(0x10d)];const _0x5a270a=[_0x53c371];while(_0x41bbac&&_0x41bbac['name']&&_0x1db0d7[_0x39d123(0x142)](_0x41bbac['name'],_0x1db0d7[_0x39d123(0xe7)])){_0x5a270a['unshift'](_0x41bbac[_0x39d123(0x13c)]),_0x41bbac=_0x41bbac[_0x39d123(0x10d)];}_0x53c371=_0x5a270a['join'](_0x1db0d7['sFNjj']);}catch(_0xe2cb70){logger['debug'](_0x39d123(0x15d)+_0xe2cb70[_0x39d123(0xce)]);}process['_bstackTestName']=_0x53c371,process[_0x39d123(0x10c)]=null,process[_0x39d123(0x169)]=null,logger[_0x39d123(0x132)](_0x39d123(0x176)+_0x53c371+'\x22');if(!global['__workerDetails']){const _0x516db7={};_0x516db7[_0x39d123(0x16e)]={},global[_0x39d123(0x15e)]=_0x516db7;}!global['__workerDetails'][_0x39d123(0x16e)]&&(global['__workerDetails'][_0x39d123(0x16e)]={});const _0x4eaca9={};_0x4eaca9[_0x39d123(0x16d)]=_0x53c371,_0x4eaca9[_0x39d123(0x13c)]=_0x53c371,global['__workerDetails'][_0x39d123(0x16e)][_0x39d123(0xe5)]=_0x4eaca9,global[_0x39d123(0xe1)]=_0x53c371;}catch(_0xfb0f90){logger[_0x39d123(0x132)](_0x39d123(0x12e)+_0xfb0f90[_0x39d123(0xce)]);}if(BrowserstackCLI[_0x39d123(0xcf)]()[_0x39d123(0xd9)]()&&await _0x1db0d7[_0x39d123(0x141)](isCLIReady))try{await _0x1db0d7[_0x39d123(0x10b)](handleTestEventCLI,_0x523847['test'],_0x1db0d7[_0x39d123(0x17e)],_0x5b2140);break;}catch(_0x27eb85){_0x1db0d7[_0x39d123(0xf3)](debug,_0x39d123(0x16a)+util[_0x39d123(0x177)](_0x27eb85));}_0x1db0d7[_0x39d123(0x174)](shouldProcessEventForTesthub)&&await _0x5b2140[_0x39d123(0x196)](_0x523847[_0x39d123(0x145)]);break;case _0x1db0d7['oCFgE']:_0x523847['test']={..._0x1db0d7[_0x39d123(0x189)](_0x18457d,_0x523847[_0x39d123(0x145)]),..._0x523847[_0x39d123(0x145)]};try{const _0x36e607=_0x523847[_0x39d123(0x145)][_0x39d123(0x127)]||[],_0x2747b0=_0x1db0d7[_0x39d123(0xdd)](_0x36e607[_0x39d123(0x133)],0x0)||_0x1db0d7['mEikJ'](_0x523847[_0x39d123(0x145)][_0x39d123(0x193)],_0x1db0d7[_0x39d123(0x126)]),_0x3e040c=_0x2747b0?_0x1db0d7[_0x39d123(0xc5)]:_0x1db0d7['KOrJE'];let _0x585c52='';_0x2747b0&&(_0x585c52=_0x36e607[_0x39d123(0xf1)](_0x139d06=>{const _0x32c272=_0x39d123;if(Array['isArray'](_0x139d06))return _0x139d06[_0x32c272(0xf1)](_0x2cfee3=>_0x2cfee3&&_0x2cfee3['message']||String(_0x2cfee3))[_0x32c272(0x131)](';\x20');return _0x139d06&&_0x139d06[_0x32c272(0xce)]||_0x1db0d7[_0x32c272(0x1a3)](String,_0x139d06);})[_0x39d123(0x131)](';\x20')),process['_bstackTestStatus']=_0x3e040c,process['_bstackTestFailureReason']=_0x1db0d7[_0x39d123(0xf8)](_0x585c52,''),logger['debug'](_0x39d123(0x162)+_0x3e040c+'\x22'),global[_0x39d123(0x15e)]&&global[_0x39d123(0x15e)][_0x39d123(0x16e)]&&(!global[_0x39d123(0x15e)][_0x39d123(0x16e)][_0x39d123(0xe5)]&&(global[_0x39d123(0x15e)][_0x39d123(0x16e)][_0x39d123(0xe5)]={}),global[_0x39d123(0x15e)][_0x39d123(0x16e)][_0x39d123(0xe5)][_0x39d123(0x193)]=_0x3e040c,_0x2747b0&&(global[_0x39d123(0x15e)][_0x39d123(0x16e)][_0x39d123(0xe5)][_0x39d123(0x14e)]=_0x585c52));}catch(_0x1b3972){logger[_0x39d123(0x132)](_0x39d123(0x1ad)+_0x1b3972[_0x39d123(0xce)]);}if(!_0x523847['test'][_0x39d123(0x112)]){_0x523847[_0x39d123(0x145)]['markedStatus']=!![];if(BrowserstackCLI[_0x39d123(0xcf)]()[_0x39d123(0xd9)]()&&await _0x1db0d7[_0x39d123(0x141)](isCLIReady))try{await _0x1db0d7['hoHmG'](handleTestEventCLI,_0x523847[_0x39d123(0x145)],_0x1db0d7[_0x39d123(0x11a)],_0x5b2140);break;}catch(_0x5bf2b6){_0x1db0d7['ZxJhn'](debug,_0x39d123(0x16a)+util['format'](_0x5bf2b6));}_0x1db0d7[_0x39d123(0xca)](shouldProcessEventForTesthub)&&await _0x5b2140[_0x39d123(0x187)](_0x523847[_0x39d123(0x145)]);}break;case _0x1db0d7[_0x39d123(0xdf)]:_0x523847[_0x39d123(0x145)]={..._0x1db0d7[_0x39d123(0x14f)](_0x18457d,_0x523847['test']),..._0x523847['test']};if(!_0x523847['test']['markedStatus']){_0x523847[_0x39d123(0x145)][_0x39d123(0x112)]=!![];if(BrowserstackCLI[_0x39d123(0xcf)]()[_0x39d123(0xd9)]()&&await _0x1db0d7[_0x39d123(0xcd)](isCLIReady))try{await _0x1db0d7['XSBpQ'](handleTestEventCLI,_0x523847[_0x39d123(0x145)],_0x1db0d7[_0x39d123(0x17a)],_0x5b2140);break;}catch(_0x29603d){_0x1db0d7[_0x39d123(0x146)](debug,_0x39d123(0x16a)+util[_0x39d123(0x177)](_0x29603d));}_0x1db0d7[_0x39d123(0x141)](shouldProcessEventForTesthub)&&await _0x5b2140[_0x39d123(0x187)](_0x523847[_0x39d123(0x145)],undefined,![],_0x1db0d7['awkZv']);}break;case _0x1db0d7[_0x39d123(0x109)]:_0x5b2140[_0x39d123(0x13f)]=null;break;case _0x1db0d7[_0x39d123(0x197)]:await RequestQueueHandler[_0x39d123(0xcf)]()[_0x39d123(0x18d)](),process[_0x39d123(0x1aa)]();break;default:}},_0x1db0d7[_0x38ce2c(0x106)]));}catch(_0x568b28){_0x1db0d7[_0x38ce2c(0x1a9)](debug,_0x38ce2c(0x19d)+_0x568b28);}return _0x1db0d7[_0x38ce2c(0x154)](initInitialize,..._0x4957a5);};function a17_0x5c76(){const _0x38dbc0=['../../utils/constants','../../../helpers/test-observability/error-handler','HookRunFinished','PRE','HookRunStarted','failureMessage','ZxJhn','JpWdH','forEach','setFrameworkDetail','../../../helpers/testhub/constants','DgJnj','call','file','afterAll','XfsLy','../../v2/utils/jest-utils','beforeAll','number','hookUUID','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','__workerDetails','COpWV','eRDUp','fuSnQ','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','afterEach','315793DSLHpb','EVENT','cHUqa','initialize','HMbTN','_bstackTestFailureReason','Error\x20routing\x20to\x20JestTestFramework:\x20','error','AFTER_EACH','title','currentTest','../test-observability/obsReporter','SMrOV','20502170tWbRSq','FPWPf','started_at','jtNxL','XByel','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','format','qQIwG','isRunning','awkZv','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','hook','jest-circus/build/utils.js','GFUWs','add','removeActiveHook','LETar','setTestUUID','3790686VmKsjc','316404SyYBcz','makeSingleTestResult','CmQGy','sendTestRunEvent','jest-circus','UxtEn','wAuBo','FgDtG','myQow','shutdown','BLAex','configuration','addEventHandler','IpcqE','../../v2/cliUtils','status','__jestCurrentTestIdentifier','TEST','testStarted','EDtyb','iehks','run_describe_finish','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','currentHook','TestRunSkipped','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','gdfXk','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','registerListeners','config','zToot','mxUGc','WVysW','BROWSERSTACK_PUPPETEER','WpzwM','ZtewS','../../v2/browserstackCLI','rUqoG','removeAllListeners','PUPPETEER','jest-circus/build/state.js','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','sUjFC','createTestFrameworkData','getFileName','../../../helpers/testhub/utils','setActiveHook','dTrLM','pid','Error\x20reading\x20platformIndex\x20from\x20args:\x20','2023pLXWYG','MLeJv','chdHL','errorsDetailed','match','MCGLB','message','getInstance','4152ZTBFgz','TNxMD','fail','testUUID','beforeEach','HookFinished','toString','mmNXu','admul','isCliEnabled','getTestFramework','BEFORE_EACH','LOG_REPORT','BLNWW','tlNMD','LlAhT','parse','browserstackTestName','__bstackPlatformIndex','daZCf','laATX','testInfo','UPHYv','GZcpC','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','hookAnalyticsId','TestRunFinished','sFhHX','RGJmo','../../../helpers/test-observability/requestQueueHandler','util','Error\x20checking\x20CLI\x20readiness:\x20','CLI\x20is\x20enabled\x20and\x20running.','map','failed','QPjXW','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','testIdentifier','trackEvent','ROOT_DESCRIBE_BLOCK','jjTBk','BROWSERSTACK_PLATFORM_INDEX','wiIlA','JbszS','stack-trace','../test-observability/test-details','teardown','../../v2/state/testFrameworkState','OlSNr','keys','5JTMuKb','TestRunStarted','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','originalTest','mrJJn',':hookAnalyticsId','passed','WbRBQ','TjCGZ','XSBpQ','_bstackTestStatus','parent','testAnalyticsId','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','PNJVP','uscMz','markedStatus','BROWSERSTACK_CLI_BIN_SESSION_ID','AFTER_ALL','PLAYWRIGHT','toISOString','browserstackPlatformIndex','EventHandler','hKxSk','lEIYe','createIdentifierFromJestTest','retryOf','lzceB','POST','uJnmu','type',',\x20BROWSERSTACK_PUPPETEER=','EfFQg','JEST','eIDtq','FfYoT','bkBgf','errors','../../v2/state/hookState','unhandledErrors','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','env','964617OaKOEQ','8LjVwVs','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','asyncError','join','debug','length','createHookData','jOliJ','Wgmtk','current_test','includes','aTZTL','true','../../../helpers/helper','name','removeTestUUID','_currentRetry','hook_failure','jest-circus/build/jestAdapterInit.js','xJgJf','jWath','getAutomationFrameworkDetail','hookData','test','RQSBV','MIxUy','2054745sldMqn'];a17_0x5c76=function(){return _0x38dbc0;};return a17_0x5c76();}function a17_0x4194(_0x253efe,_0x2eb5cf){const _0x5c76a7=a17_0x5c76();return a17_0x4194=function(_0x419413,_0x3786c2){_0x419413=_0x419413-0xc5;let _0x3363ee=_0x5c76a7[_0x419413];return _0x3363ee;},a17_0x4194(_0x253efe,_0x2eb5cf);}try{Object[a17_0x38f8fa(0x101)](exportsI)[a17_0x38f8fa(0x151)](_0x2516ff=>{const _0x8b7eb8=a17_0x38f8fa,_0x2a18fc={'OOvQw':function(_0x1b2b25,_0x524adf){return _0x1b2b25(_0x524adf);}};try{exports&&(exports[_0x2516ff]=exportsI[_0x2516ff]);}catch(_0x508ebd){_0x2a18fc['OOvQw'](debug,_0x8b7eb8(0x17b)+_0x508ebd);}});}catch(a17_0x2d0d46){debug(a17_0x38f8fa(0x10f)+a17_0x2d0d46);}
1
+ const a17_0x9083b0=a17_0x3a2b;(function(_0x4c4552,_0x7bf114){const _0x32fed8=a17_0x3a2b,_0x242e06=_0x4c4552();while(!![]){try{const _0x84cb2c=parseInt(_0x32fed8(0x234))/0x1*(-parseInt(_0x32fed8(0x1b9))/0x2)+-parseInt(_0x32fed8(0x22c))/0x3*(-parseInt(_0x32fed8(0x1e9))/0x4)+-parseInt(_0x32fed8(0x23f))/0x5*(-parseInt(_0x32fed8(0x225))/0x6)+-parseInt(_0x32fed8(0x250))/0x7+-parseInt(_0x32fed8(0x23d))/0x8+-parseInt(_0x32fed8(0x25b))/0x9+-parseInt(_0x32fed8(0x1f5))/0xa*(-parseInt(_0x32fed8(0x1f8))/0xb);if(_0x84cb2c===_0x7bf114)break;else _0x242e06['push'](_0x242e06['shift']());}catch(_0x46028f){_0x242e06['push'](_0x242e06['shift']());}}}(a17_0x5ab0,0x82995));const {requireModule}=require(a17_0x9083b0(0x243)),ObservabilityReporter=require(a17_0x9083b0(0x232)),RequestQueueHandler=require(a17_0x9083b0(0x18f)),TestDetails=require(a17_0x9083b0(0x1a3)),{patchConsoleLogger,debug}=require(a17_0x9083b0(0x1d5)),{o11yErrorHandler}=require(a17_0x9083b0(0x186)),{shouldProcessEventForTesthub}=require(a17_0x9083b0(0x1b1)),testHubConstants=require(a17_0x9083b0(0x222)),BrowserstackCLI=require(a17_0x9083b0(0x24c)),TestFrameworkState=require(a17_0x9083b0(0x242)),HookState=require(a17_0x9083b0(0x226)),JestUtils=require(a17_0x9083b0(0x262)),{v4:uuidv4}=require('uuid'),util=require('util'),logger=require(a17_0x9083b0(0x218))[a17_0x9083b0(0x1d3)],{FRAMEWORKS}=require(a17_0x9083b0(0x22a));let exportsI;try{exportsI=requireModule(a17_0x9083b0(0x215),'jest-circus');}catch{exportsI=requireModule(a17_0x9083b0(0x1ca),'jest-circus');}function a17_0x3a2b(_0x7b4c4d,_0x4164c5){const _0x5ab0d8=a17_0x5ab0();return a17_0x3a2b=function(_0x3a2b12,_0x456cbe){_0x3a2b12=_0x3a2b12-0x185;let _0x3cd43d=_0x5ab0d8[_0x3a2b12];return _0x3cd43d;},a17_0x3a2b(_0x7b4c4d,_0x4164c5);}const initInitialize=exportsI[a17_0x9083b0(0x1a2)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();async function isCLIReady(){const _0x13f09f=a17_0x9083b0,_0x1edb09={'FbNDd':_0x13f09f(0x213),'IiXEO':function(_0x59873a,_0x5a47a3){return _0x59873a(_0x5a47a3);},'yOEfP':_0x13f09f(0x1ee),'wmuGe':function(_0x289f33,_0x18dd1b){return _0x289f33===_0x18dd1b;},'FeMYF':_0x13f09f(0x1dd)};try{const _0x5b7a7c=BrowserstackCLI['getInstance']();if(_0x5b7a7c[_0x13f09f(0x23c)]()&&_0x5b7a7c[_0x13f09f(0x1ac)]())return logger[_0x13f09f(0x210)](_0x1edb09['FbNDd']),!![];const _0x53b1ac=process[_0x13f09f(0x20a)][_0x13f09f(0x205)];if(_0x53b1ac&&_0x5b7a7c[_0x13f09f(0x23c)]()){if(!_0x5b7a7c['isRunning']())try{const _0x18028f=_0x1edb09['IiXEO'](require,_0x1edb09[_0x13f09f(0x1e5)]),_0x38b4c9=_0x18028f['getAutomationFrameworkDetail']();(!_0x38b4c9||!_0x38b4c9['name'])&&(_0x1edb09[_0x13f09f(0x1e2)](process[_0x13f09f(0x20a)][_0x13f09f(0x18d)],_0x1edb09[_0x13f09f(0x20b)])?_0x18028f[_0x13f09f(0x194)](FRAMEWORKS['JEST'],FRAMEWORKS[_0x13f09f(0x248)]):_0x18028f[_0x13f09f(0x194)](FRAMEWORKS[_0x13f09f(0x223)],FRAMEWORKS[_0x13f09f(0x1f9)])),await _0x5b7a7c[_0x13f09f(0x203)]();}catch(_0x185aa0){return _0x1edb09[_0x13f09f(0x24b)](debug,'Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20'+util[_0x13f09f(0x20f)](_0x185aa0)),![];}return _0x5b7a7c[_0x13f09f(0x1ac)]();}return![];}catch(_0x56ff82){return _0x1edb09[_0x13f09f(0x24b)](debug,_0x13f09f(0x1be)+util[_0x13f09f(0x20f)](_0x56ff82)),![];}}function getTestIdentifierForHook(_0x3b616f){const _0x4caca4=a17_0x9083b0,_0x514a77={};_0x514a77[_0x4caca4(0x256)]=function(_0x3c3e7a,_0xaf6ffa){return _0x3c3e7a===_0xaf6ffa;},_0x514a77[_0x4caca4(0x207)]=_0x4caca4(0x1e1),_0x514a77['QCDSZ']=_0x4caca4(0x1a8),_0x514a77['MhQKn']=function(_0x2f2c23,_0x3279ba){return _0x2f2c23===_0x3279ba;};const _0x271357=_0x514a77;if(_0x271357[_0x4caca4(0x256)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x207)])||_0x271357[_0x4caca4(0x256)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x1eb)])){let _0x4b0bd6=global[_0x4caca4(0x23b)];if(!_0x4b0bd6&&_0x271357[_0x4caca4(0x1df)](_0x3b616f[_0x4caca4(0x196)],_0x271357[_0x4caca4(0x1eb)])&&_0x3b616f[_0x4caca4(0x224)]){const _0x10532a={};_0x10532a[_0x4caca4(0x1ae)]=_0x3b616f[_0x4caca4(0x224)]['name'],_0x10532a[_0x4caca4(0x224)]=_0x3b616f[_0x4caca4(0x224)][_0x4caca4(0x224)],_0x10532a[_0x4caca4(0x1af)]=_0x3b616f[_0x4caca4(0x1af)],_0x10532a['file']=_0x3b616f[_0x4caca4(0x1f2)];const _0x25f6ce=_0x10532a;_0x4b0bd6=jestUtils['createIdentifierFromJestTest'](_0x25f6ce);}return _0x4b0bd6;}return global[_0x4caca4(0x23b)];}function mapHookTypeToState(_0x5e2eed){const _0xbda10=a17_0x9083b0,_0x579386={};_0x579386[_0xbda10(0x1a8)]=TestFrameworkState['BEFORE_ALL'],_0x579386[_0xbda10(0x212)]=TestFrameworkState[_0xbda10(0x251)],_0x579386[_0xbda10(0x1e1)]=TestFrameworkState[_0xbda10(0x254)],_0x579386[_0xbda10(0x1cf)]=TestFrameworkState[_0xbda10(0x21c)];const _0x4d6569=_0x579386;return _0x4d6569[_0x5e2eed]||TestFrameworkState[_0xbda10(0x254)];}async function handleHookEventCLI(_0x5ba239,_0x5bd14d,_0x18b45c){const _0x2ccd25=a17_0x9083b0,_0x548aaa={'CNpwv':function(_0x4cebfe,_0x4fe6a3){return _0x4cebfe(_0x4fe6a3);},'sBgbu':_0x2ccd25(0x23a),'OCFaU':function(_0x2a27ee,_0x12781d){return _0x2a27ee===_0x12781d;},'RHzNj':_0x2ccd25(0x1dc),'qtPsB':function(_0x4bb4b1){return _0x4bb4b1();},'ffeCv':function(_0x57a183,_0x914311){return _0x57a183===_0x914311;},'dbInJ':_0x2ccd25(0x261),'objii':function(_0x47d210,_0x5570c1){return _0x47d210(_0x5570c1);},'yBFnr':function(_0x35a3a2,_0x3bff16){return _0x35a3a2===_0x3bff16;},'WzwWN':function(_0xcaf002,_0x18f1d3){return _0xcaf002===_0x18f1d3;},'EwYbe':function(_0x1be034,_0x4ba5e0){return _0x1be034===_0x4ba5e0;},'CKlwT':_0x2ccd25(0x1c1),'HOLlQ':_0x2ccd25(0x1a9)};logger[_0x2ccd25(0x210)](_0x2ccd25(0x1e0)+_0x5bd14d+'\x20for\x20hook\x20type:\x20'+_0x5ba239['type']);try{if(_0x5ba239['fn']&&_0x5ba239['fn'][_0x2ccd25(0x1d0)]()[_0x2ccd25(0x25f)](/browserstack internal helper hook/))return;if(_0x5ba239[_0x2ccd25(0x224)]&&_0x548aaa['OCFaU'](_0x5ba239['parent'][_0x2ccd25(0x1ae)],_0x548aaa[_0x2ccd25(0x1bb)])){const _0x10e3a4=_0x5ba239[_0x2ccd25(0x1af)]&&((()=>{const _0x2cb241=_0x2ccd25;try{const _0x4d91aa=_0x548aaa[_0x2cb241(0x25e)](require,_0x548aaa[_0x2cb241(0x191)]),_0x5be78a=_0x4d91aa[_0x2cb241(0x239)][_0x2cb241(0x25d)](_0x4d91aa,_0x5ba239[_0x2cb241(0x1af)]);return _0x5be78a[0x0]&&_0x5be78a[0x0][_0x2cb241(0x1bd)]?_0x5be78a[0x0]['getFileName']():null;}catch(_0x353f3a){return logger[_0x2cb241(0x210)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x353f3a[_0x2cb241(0x1f1)]),null;}})())||_0x5ba239[_0x2ccd25(0x1f2)]||null;if(!_0x10e3a4)return;}let _0x4348fa=_0x5ba239[_0x2ccd25(0x22b)];if(!_0x4348fa)_0x4348fa=_0x548aaa[_0x2ccd25(0x19a)](uuidv4),_0x5ba239[_0x2ccd25(0x22b)]=_0x4348fa;else _0x5ba239[_0x2ccd25(0x220)]&&(_0x4348fa=_0x548aaa[_0x2ccd25(0x19a)](uuidv4),_0x5ba239[_0x2ccd25(0x22b)]=_0x4348fa,delete _0x5ba239[_0x2ccd25(0x220)]);_0x548aaa[_0x2ccd25(0x219)](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])&&(_0x5ba239[_0x2ccd25(0x1ed)]=new Date()[_0x2ccd25(0x187)]());const _0x435c18=_0x548aaa[_0x2ccd25(0x19c)](getTestIdentifierForHook,_0x5ba239);!global[_0x2ccd25(0x1d6)]&&(global[_0x2ccd25(0x1d6)]={});if(_0x548aaa['yBFnr'](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])){global['__workerDetails']['currentHook']={'hookUUID':_0x4348fa,'testIdentifier':_0x435c18,'hookType':_0x5ba239['type'],'startedAt':new Date()[_0x2ccd25(0x187)]()};const _0x53781b=BrowserstackCLI[_0x2ccd25(0x233)]()['getTestFramework']();_0x53781b&&_0x53781b[_0x2ccd25(0x1de)]&&_0x53781b['setActiveHook'](_0x435c18,_0x4348fa,_0x5ba239['type']);}const _0x243387=await jestUtils[_0x2ccd25(0x201)](_0x5ba239,_0x4348fa,_0x5bd14d,_0x435c18);if(!_0x243387)return;const _0x52c149=_0x548aaa['CNpwv'](mapHookTypeToState,_0x5ba239[_0x2ccd25(0x196)]),_0xdd8258=_0x548aaa[_0x2ccd25(0x193)](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1bf)])?HookState[_0x2ccd25(0x1aa)]:HookState[_0x2ccd25(0x1f6)],_0x49d4dd=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x49d4dd){const _0x1d9261={};_0x1d9261[_0x2ccd25(0x1b8)]=_0x243387,await _0x49d4dd[_0x2ccd25(0x19b)](_0x52c149,_0xdd8258,_0x1d9261);if(_0x548aaa['EwYbe'](_0x5bd14d,_0x548aaa[_0x2ccd25(0x1d9)])){const _0x15f153={};_0x15f153[_0x2ccd25(0x1ff)]=_0x435c18,_0x15f153[_0x2ccd25(0x196)]=_0x548aaa['HOLlQ'],await _0x49d4dd[_0x2ccd25(0x19b)](TestFrameworkState[_0x2ccd25(0x19e)],HookState[_0x2ccd25(0x1f6)],_0x15f153),global[_0x2ccd25(0x1d6)]&&global[_0x2ccd25(0x1d6)]['currentHook']&&_0x548aaa['WzwWN'](global['__workerDetails']['currentHook'][_0x2ccd25(0x1ad)],_0x4348fa)&&delete global['__workerDetails'][_0x2ccd25(0x221)],_0x49d4dd[_0x2ccd25(0x20d)]&&_0x49d4dd['removeActiveHook'](_0x435c18,_0x4348fa);}}}catch(_0x5ce829){logger[_0x2ccd25(0x253)](_0x2ccd25(0x1fd)+util[_0x2ccd25(0x20f)](_0x5ce829));throw _0x5ce829;}}async function handleTestEventCLI(_0x149a2c,_0x4e6a9e,_0x2356d6){const _0x4ccc15=a17_0x9083b0,_0x41787c={};_0x41787c[_0x4ccc15(0x260)]=function(_0x710282,_0x2fafb4){return _0x710282===_0x2fafb4;},_0x41787c[_0x4ccc15(0x211)]=_0x4ccc15(0x227),_0x41787c[_0x4ccc15(0x1f4)]=function(_0x2586b1,_0x43bc5e){return _0x2586b1>_0x43bc5e;},_0x41787c['RWkKk']=function(_0x36f131,_0x2deafa){return _0x36f131===_0x2deafa;},_0x41787c[_0x4ccc15(0x21a)]=function(_0x146e16,_0x338c65){return _0x146e16&&_0x338c65;},_0x41787c[_0x4ccc15(0x263)]='failed',_0x41787c[_0x4ccc15(0x1a0)]='TestRunFinished',_0x41787c[_0x4ccc15(0x197)]=function(_0x17110f,_0xf19d1b){return _0x17110f&&_0xf19d1b;},_0x41787c[_0x4ccc15(0x185)]=_0x4ccc15(0x1b3);const _0x45305c=_0x41787c;logger[_0x4ccc15(0x210)](_0x4ccc15(0x247)+_0x4e6a9e);try{let _0x38278d;if(_0x45305c[_0x4ccc15(0x260)](_0x4e6a9e,_0x45305c[_0x4ccc15(0x211)])){_0x38278d=jestUtils[_0x4ccc15(0x1e3)](_0x149a2c),global[_0x4ccc15(0x23b)]=_0x38278d,_0x149a2c['testAnalyticsId']=_0x38278d,_0x149a2c['id']=_0x38278d,_0x149a2c[_0x4ccc15(0x1ed)]=new Date()[_0x4ccc15(0x187)]();const _0x5b971f=_0x2356d6[_0x4ccc15(0x257)];_0x2356d6[_0x4ccc15(0x257)]=_0x149a2c,_0x149a2c[_0x4ccc15(0x18b)]=null;if(_0x45305c[_0x4ccc15(0x1f4)](_0x149a2c[_0x4ccc15(0x208)],0x0)&&_0x5b971f&&_0x45305c['RWkKk'](_0x5b971f['title'],_0x149a2c[_0x4ccc15(0x255)])){_0x149a2c[_0x4ccc15(0x18b)]=_0x5b971f['testAnalyticsId'];const _0x3c561f=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x45305c['QWBkx']),_0x48d26d=BrowserstackCLI[_0x4ccc15(0x233)]()[_0x4ccc15(0x1e6)]();if(_0x45305c[_0x4ccc15(0x21a)](_0x3c561f,_0x48d26d)){const _0x4f96da={};_0x4f96da[_0x4ccc15(0x1b3)]=_0x3c561f,await _0x48d26d[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1aa)],_0x4f96da);}_0x5b971f[_0x4ccc15(0x1cc)]=_0x45305c[_0x4ccc15(0x263)];const _0xb85f74=await jestUtils[_0x4ccc15(0x1c7)](_0x5b971f,_0x5b971f[_0x4ccc15(0x21b)],_0x45305c[_0x4ccc15(0x1a0)]);if(_0x45305c['ZosET'](_0xb85f74,_0x48d26d)){const _0x431cee={};_0x431cee[_0x4ccc15(0x1b3)]=_0xb85f74,await _0x48d26d[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1f6)],_0x431cee);}}else{const _0x59bf63=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x45305c['QWBkx']),_0x1b0865=BrowserstackCLI[_0x4ccc15(0x233)]()['getTestFramework']();if(_0x45305c[_0x4ccc15(0x197)](_0x59bf63,_0x1b0865)){const _0x3b2510={};_0x3b2510[_0x4ccc15(0x1b3)]=_0x59bf63,await _0x1b0865[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState[_0x4ccc15(0x1aa)],_0x3b2510);}}}else{_0x38278d=_0x149a2c[_0x4ccc15(0x21b)]||_0x149a2c['id']||global[_0x4ccc15(0x23b)];const _0x1c6934=await jestUtils[_0x4ccc15(0x1c7)](_0x149a2c,_0x38278d,_0x4e6a9e),_0x33cd19=BrowserstackCLI['getInstance']()[_0x4ccc15(0x1e6)]();if(_0x45305c[_0x4ccc15(0x21a)](_0x1c6934,_0x33cd19)){const _0x34817b={};_0x34817b[_0x4ccc15(0x1b3)]=_0x1c6934,_0x34817b[_0x4ccc15(0x24d)]=_0x149a2c,_0x34817b[_0x4ccc15(0x202)]=_0x38278d,await _0x33cd19[_0x4ccc15(0x19b)](TestFrameworkState[_0x4ccc15(0x1db)],HookState['POST'],_0x34817b);const _0x50054d={};_0x50054d[_0x4ccc15(0x1ff)]=_0x38278d,_0x50054d[_0x4ccc15(0x196)]=_0x45305c[_0x4ccc15(0x185)],await _0x33cd19['trackEvent'](TestFrameworkState[_0x4ccc15(0x19e)],HookState[_0x4ccc15(0x1f6)],_0x50054d);}}}catch(_0x1da17c){logger[_0x4ccc15(0x253)](_0x4ccc15(0x1b0)+util['format'](_0x1da17c));throw _0x1da17c;}}exportsI[a17_0x9083b0(0x1a2)]=(..._0xcb61ec)=>{const _0x37bd40=a17_0x9083b0,_0x27ff13={'UAIgG':function(_0x2d2345,_0xc62c31){return _0x2d2345(_0xc62c31);},'lRSQW':_0x37bd40(0x23a),'dcXsM':function(_0x51b613,_0x549c24){return _0x51b613(_0x549c24);},'FjVWO':_0x37bd40(0x258),'DDfRn':function(_0x22c652,_0x3ebb53){return _0x22c652===_0x3ebb53;},'SMHwD':_0x37bd40(0x1dc),'VVdsL':function(_0x4dc41e){return _0x4dc41e();},'mSJrr':function(_0x42c17e,_0x1ba202){return _0x42c17e(_0x1ba202);},'Rhldm':function(_0x262a0f,_0x11b1a0,_0x55b692,_0x1c965b){return _0x262a0f(_0x11b1a0,_0x55b692,_0x1c965b);},'PKBKc':_0x37bd40(0x261),'Cjptb':function(_0x94137c,_0x352001){return _0x94137c(_0x352001);},'tZDkT':function(_0x1ef2eb,_0x23a6cf){return _0x1ef2eb(_0x23a6cf);},'vztPk':'hook_success','eVePi':_0x37bd40(0x1c1),'nHjyh':_0x37bd40(0x1cb),'RFPyi':_0x37bd40(0x1a8),'DXiYV':_0x37bd40(0x1e1),'EYkTW':_0x37bd40(0x1cf),'hFsUl':function(_0x5eeaeb,_0x53c827){return _0x5eeaeb>_0x53c827;},'AqjEj':function(_0x2ea44c,_0x4ccc4f,_0x41dbec,_0x170298){return _0x2ea44c(_0x4ccc4f,_0x41dbec,_0x170298);},'ZWRsR':function(_0x45617a,_0x46cda0){return _0x45617a(_0x46cda0);},'pgAoc':_0x37bd40(0x249),'RqpkM':function(_0x13d732,_0x1c2992){return _0x13d732!==_0x1c2992;},'zFIwJ':'\x20>\x20','REXLQ':function(_0x2f5ae2){return _0x2f5ae2();},'xXCpX':'TestRunStarted','bbVks':'test_done','rJXAG':function(_0x3f6d56,_0x459bcf){return _0x3f6d56===_0x459bcf;},'dHRJs':_0x37bd40(0x190),'jGMLq':_0x37bd40(0x1c0),'yYZhY':_0x37bd40(0x1fc),'pukrx':function(_0x4a447e,_0x26c667){return _0x4a447e||_0x26c667;},'BeHeM':function(_0x5e79d9){return _0x5e79d9();},'FnlJj':_0x37bd40(0x237),'mSgcO':function(_0x81ca2c){return _0x81ca2c();},'BDOyO':_0x37bd40(0x1f3),'fqgGp':function(_0x3f5e7f,_0x203a74){return _0x3f5e7f(_0x203a74);},'ulqFM':function(_0x5ab690,_0x145300,_0x341525,_0x31aa60){return _0x5ab690(_0x145300,_0x341525,_0x31aa60);},'aeuUk':_0x37bd40(0x1bc),'LlyUl':function(_0x54ab50,_0x413bc3){return _0x54ab50(_0x413bc3);},'poQSr':function(_0x319e87){return _0x319e87();},'KJtYk':'run_describe_finish','YOqoR':_0x37bd40(0x199),'yjlfS':function(_0x29a51b){return _0x29a51b();},'LmaRY':'number','vfFFu':function(_0x3a9c79,_0x551060){return _0x3a9c79(_0x551060);},'ZiCRb':function(_0x3232f8){return _0x3232f8();},'lNRLe':function(_0x58d899,_0x35c24b,_0x2b5315){return _0x58d899(_0x35c24b,_0x2b5315);},'nvemB':_0x37bd40(0x259),'Rmhbj':'jest-circus','XGtOn':_0x37bd40(0x188),'sbOPR':function(_0x152229){return _0x152229();},'AlpnT':function(_0x3179c2,_0x69be02,_0x2bd330){return _0x3179c2(_0x69be02,_0x2bd330);},'Yrctn':_0x37bd40(0x1e7),'KQKcF':function(_0x3a6567,..._0x5a3ce9){return _0x3a6567(..._0x5a3ce9);}};try{logger['debug'](_0x37bd40(0x1b5)+_0x27ff13['yjlfS'](shouldProcessEventForTesthub)+',\x20BROWSERSTACK_PUPPETEER='+process['env'][_0x37bd40(0x18d)]);const _0xa031f9=_0xcb61ec&&_0xcb61ec[0x0]?_0xcb61ec[0x0]:{};let _0x170ec6=0x0;try{if(_0xa031f9['config']&&_0x27ff13[_0x37bd40(0x231)](typeof _0xa031f9[_0x37bd40(0x1ef)]['browserstackPlatformIndex'],_0x27ff13[_0x37bd40(0x1c5)]))_0x170ec6=_0xa031f9[_0x37bd40(0x1ef)][_0x37bd40(0x1f0)];else{if(_0xa031f9[_0x37bd40(0x1b6)]&&_0x27ff13['rJXAG'](typeof _0xa031f9['configuration']['browserstackPlatformIndex'],_0x27ff13[_0x37bd40(0x1c5)]))_0x170ec6=_0xa031f9['configuration'][_0x37bd40(0x1f0)];else global[_0x37bd40(0x1a5)]&&_0x27ff13[_0x37bd40(0x22e)](typeof global[_0x37bd40(0x1a5)][_0x37bd40(0x1f0)],_0x27ff13[_0x37bd40(0x1c5)])&&(_0x170ec6=global[_0x37bd40(0x1a5)][_0x37bd40(0x1f0)]);}}catch(_0x536a8b){logger[_0x37bd40(0x210)](_0x37bd40(0x1e4)+util[_0x37bd40(0x20f)](_0x536a8b));}global['__bstackPlatformIndex']=_0x170ec6,process[_0x37bd40(0x20a)]['BROWSERSTACK_PLATFORM_INDEX']=_0x27ff13['vfFFu'](String,_0x170ec6);const _0x1aab9b=new ObservabilityReporter();!_initializedPlatformIndices['has'](_0x170ec6)?(logger[_0x37bd40(0x210)](_0x37bd40(0x206)+_0x170ec6),_initializedPlatformIndices[_0x37bd40(0x24a)](_0x170ec6),_0x27ff13['VVdsL'](shouldProcessEventForTesthub)&&(_0x27ff13[_0x37bd40(0x1c2)](patchConsoleLogger),_0x1aab9b[_0x37bd40(0x20c)]())):logger[_0x37bd40(0x210)](_0x37bd40(0x241)+_0x170ec6+_0x37bd40(0x1ce));let _0x31ae4f;try{_0x31ae4f=_0x27ff13[_0x37bd40(0x1e8)](requireModule,_0x27ff13['nvemB'],_0x27ff13[_0x37bd40(0x1da)]);}catch{_0x31ae4f=_0x27ff13['Cjptb'](requireModule,_0x27ff13['Rmhbj']);}let _0x113298;try{_0x113298=_0x27ff13[_0x37bd40(0x1e8)](requireModule,_0x27ff13['XGtOn'],_0x27ff13[_0x37bd40(0x1da)])[_0x37bd40(0x25a)];}catch{_0x113298=_0x27ff13[_0x37bd40(0x1c4)](requireModule,_0x27ff13[_0x37bd40(0x1da)])[_0x37bd40(0x25a)]||(()=>({}));}const _0x32d09f=BrowserstackCLI[_0x37bd40(0x233)]()[_0x37bd40(0x23c)]();(_0x27ff13[_0x37bd40(0x19f)](shouldProcessEventForTesthub)||_0x32d09f)&&_0x31ae4f[_0x37bd40(0x230)](_0x27ff13['AlpnT'](o11yErrorHandler,async(_0x2caa1d,_0xe9183b)=>{const _0xa1e91e=_0x37bd40,_0x43df8f={'ZGICJ':function(_0x2879d8,_0x162c39){const _0xbbfbcf=a17_0x3a2b;return _0x27ff13[_0xbbfbcf(0x1c4)](_0x2879d8,_0x162c39);}};switch(_0x2caa1d[_0xa1e91e(0x1ae)]){case _0x27ff13[_0xa1e91e(0x24e)]:if(_0x2caa1d[_0xa1e91e(0x1a9)]['fn']&&_0x2caa1d[_0xa1e91e(0x1a9)]['fn'][_0xa1e91e(0x1d0)]()[_0xa1e91e(0x25f)](/browserstack internal helper hook/))break;if(_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x224)]&&_0x27ff13['DDfRn'](_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x224)][_0xa1e91e(0x1ae)],_0x27ff13[_0xa1e91e(0x214)])){const _0x11b6a5=_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x1af)]&&((()=>{const _0x408ef4=_0xa1e91e;try{const _0x3e9a6c=_0x27ff13[_0x408ef4(0x1ea)](require,_0x27ff13['lRSQW']),_0x434dc3=_0x3e9a6c[_0x408ef4(0x239)][_0x408ef4(0x25d)](_0x3e9a6c,_0x2caa1d[_0x408ef4(0x1a9)][_0x408ef4(0x1af)]);return _0x434dc3[0x0]&&_0x434dc3[0x0]['getFileName']?_0x434dc3[0x0][_0x408ef4(0x1bd)]():null;}catch(_0x507f95){return logger[_0x408ef4(0x210)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x507f95[_0x408ef4(0x1f1)]),null;}})())||_0x2caa1d['hook']['file']||null;if(!_0x11b6a5)break;}if(BrowserstackCLI['getInstance']()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13[_0xa1e91e(0x195)](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1c9)]))try{await _0x27ff13[_0xa1e91e(0x18a)](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13['PKBKc'],_0xe9183b);break;}catch(_0x380c74){_0x27ff13['Cjptb'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xa1e91e(0x20f)](_0x380c74));}}if(_0x27ff13['tZDkT'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xa1e91e(0x1c9)])){if(!_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x22b)]){const _0x446f74=TestDetails[_0xa1e91e(0x229)](process[_0xa1e91e(0x24f)]+_0xa1e91e(0x1d8));_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x22b)]=_0x446f74;}else _0x2caa1d['hook'][_0xa1e91e(0x220)]&&(_0x2caa1d['hook'][_0xa1e91e(0x22b)]=TestDetails[_0xa1e91e(0x229)](process['pid']+_0xa1e91e(0x1d8)),delete _0x2caa1d['hook'][_0xa1e91e(0x220)]);_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x1ed)]=new Date()[_0xa1e91e(0x187)](),await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d[_0xa1e91e(0x1a9)],undefined,![],_0x27ff13['PKBKc']);}break;case _0x27ff13[_0xa1e91e(0x1c8)]:if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13['UAIgG'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)]))try{await _0x27ff13[_0xa1e91e(0x18a)](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13[_0xa1e91e(0x1a1)],_0xe9183b);break;}catch(_0x2d6a1d){_0x27ff13[_0xa1e91e(0x1ec)](debug,_0xa1e91e(0x1fb)+util[_0xa1e91e(0x20f)](_0x2d6a1d));}}_0x27ff13['dcXsM'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)])&&(await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d[_0xa1e91e(0x1a9)],undefined,![],_0x27ff13[_0xa1e91e(0x1a1)]),TestDetails[_0xa1e91e(0x216)](process[_0xa1e91e(0x24f)]+_0xa1e91e(0x1d8)));break;case _0x27ff13['nHjyh']:[_0x27ff13[_0xa1e91e(0x1f7)],_0x27ff13[_0xa1e91e(0x1a6)],_0x27ff13['EYkTW']][_0xa1e91e(0x244)](_0x2caa1d['hook'][_0xa1e91e(0x196)])&&(_0x1aab9b[_0xa1e91e(0x1cb)]=_0x2caa1d['hook'][_0xa1e91e(0x196)]),_0xe9183b[_0xa1e91e(0x21f)]&&_0x27ff13[_0xa1e91e(0x22f)](_0xe9183b[_0xa1e91e(0x21f)]['length'],0x0)&&(_0x2caa1d[_0xa1e91e(0x1a9)][_0xa1e91e(0x204)]=[_0xe9183b['unhandledErrors'][0x0][0x0]]);if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13[_0xa1e91e(0x1c3)](isCLIReady)){if(_0x27ff13[_0xa1e91e(0x1ec)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xa1e91e(0x1fa)]))try{await _0x27ff13['AqjEj'](handleHookEventCLI,_0x2caa1d[_0xa1e91e(0x1a9)],_0x27ff13[_0xa1e91e(0x1a1)],_0xe9183b);break;}catch(_0xfcd178){_0x27ff13[_0xa1e91e(0x1b7)](debug,_0xa1e91e(0x1fb)+util['format'](_0xfcd178));}}_0x27ff13['Cjptb'](shouldProcessEventForTesthub,testHubConstants[_0xa1e91e(0x235)][_0xa1e91e(0x1fa)])&&(await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d['hook'],undefined,![],_0x27ff13[_0xa1e91e(0x1a1)]),TestDetails[_0xa1e91e(0x216)](process[_0xa1e91e(0x24f)]+':hookAnalyticsId'));break;case _0x27ff13[_0xa1e91e(0x18c)]:try{let _0x4527ab=_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x1ae)]||'';try{let _0x4ee528=_0x2caa1d['test'][_0xa1e91e(0x224)];const _0xc7f31a=[_0x4527ab];while(_0x4ee528&&_0x4ee528['name']&&_0x27ff13[_0xa1e91e(0x22d)](_0x4ee528[_0xa1e91e(0x1ae)],_0x27ff13[_0xa1e91e(0x214)])){_0xc7f31a['unshift'](_0x4ee528['name']),_0x4ee528=_0x4ee528[_0xa1e91e(0x224)];}_0x4527ab=_0xc7f31a[_0xa1e91e(0x19d)](_0x27ff13[_0xa1e91e(0x23e)]);}catch(_0x494a85){logger[_0xa1e91e(0x210)](_0xa1e91e(0x252)+_0x494a85[_0xa1e91e(0x1f1)]);}process['_bstackTestName']=_0x4527ab,process[_0xa1e91e(0x20e)]=null,process[_0xa1e91e(0x228)]=null,logger[_0xa1e91e(0x210)](_0xa1e91e(0x245)+_0x4527ab+'\x22');if(!global['__workerDetails']){const _0x4a5d3f={};_0x4a5d3f[_0xa1e91e(0x1a7)]={},global[_0xa1e91e(0x1d6)]=_0x4a5d3f;}!global[_0xa1e91e(0x1d6)]['currentTest']&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]={});const _0x14ca3b={};_0x14ca3b[_0xa1e91e(0x255)]=_0x4527ab,_0x14ca3b[_0xa1e91e(0x1ae)]=_0x4527ab,global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)][_0xa1e91e(0x198)]=_0x14ca3b,global[_0xa1e91e(0x238)]=_0x4527ab;}catch(_0x1c3ebe){logger['debug']('[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20'+_0x1c3ebe[_0xa1e91e(0x1f1)]);}if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x27ff13[_0xa1e91e(0x1d4)](isCLIReady))try{await _0x27ff13['Rhldm'](handleTestEventCLI,_0x2caa1d[_0xa1e91e(0x1b3)],_0x27ff13[_0xa1e91e(0x1b2)],_0x1aab9b);break;}catch(_0x478a09){_0x27ff13[_0xa1e91e(0x1c4)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xa1e91e(0x20f)](_0x478a09));}_0x27ff13[_0xa1e91e(0x1d4)](shouldProcessEventForTesthub)&&await _0x1aab9b[_0xa1e91e(0x1fe)](_0x2caa1d[_0xa1e91e(0x1b3)]);break;case _0x27ff13[_0xa1e91e(0x1d7)]:_0x2caa1d['test']={..._0x27ff13[_0xa1e91e(0x195)](_0x113298,_0x2caa1d[_0xa1e91e(0x1b3)]),..._0x2caa1d[_0xa1e91e(0x1b3)]};try{const _0x289a01=_0x2caa1d['test']['errors']||[],_0x56f775=_0x27ff13[_0xa1e91e(0x22f)](_0x289a01[_0xa1e91e(0x209)],0x0)||_0x27ff13[_0xa1e91e(0x231)](_0x2caa1d[_0xa1e91e(0x1b3)]['status'],_0x27ff13[_0xa1e91e(0x1b4)]),_0xa8989d=_0x56f775?_0x27ff13['jGMLq']:_0x27ff13[_0xa1e91e(0x240)];let _0x1f16ee='';_0x56f775&&(_0x1f16ee=_0x289a01['map'](_0x44bacf=>{const _0x506562=_0xa1e91e;if(Array['isArray'](_0x44bacf))return _0x44bacf['map'](_0x2abd80=>_0x2abd80&&_0x2abd80[_0x506562(0x1f1)]||String(_0x2abd80))['join'](';\x20');return _0x44bacf&&_0x44bacf[_0x506562(0x1f1)]||_0x43df8f[_0x506562(0x189)](String,_0x44bacf);})[_0xa1e91e(0x19d)](';\x20')),process[_0xa1e91e(0x20e)]=_0xa8989d,process['_bstackTestFailureReason']=_0x27ff13[_0xa1e91e(0x1d1)](_0x1f16ee,''),logger[_0xa1e91e(0x210)]('[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22'+_0xa8989d+'\x22'),global[_0xa1e91e(0x1d6)]&&global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]&&(!global[_0xa1e91e(0x1d6)]['currentTest'][_0xa1e91e(0x198)]&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]['testInfo']={}),global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)][_0xa1e91e(0x198)][_0xa1e91e(0x1ba)]=_0xa8989d,_0x56f775&&(global[_0xa1e91e(0x1d6)][_0xa1e91e(0x1a7)]['testInfo'][_0xa1e91e(0x192)]=_0x1f16ee));}catch(_0xd51bab){logger[_0xa1e91e(0x210)](_0xa1e91e(0x1a4)+_0xd51bab[_0xa1e91e(0x1f1)]);}if(!_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]){_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]=!![];if(BrowserstackCLI[_0xa1e91e(0x233)]()[_0xa1e91e(0x23c)]()&&await _0x27ff13['BeHeM'](isCLIReady))try{await _0x27ff13['AqjEj'](handleTestEventCLI,_0x2caa1d['test'],_0x27ff13[_0xa1e91e(0x21d)],_0x1aab9b);break;}catch(_0x5d9e2e){_0x27ff13[_0xa1e91e(0x1ec)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util['format'](_0x5d9e2e));}_0x27ff13[_0xa1e91e(0x236)](shouldProcessEventForTesthub)&&await _0x1aab9b['sendTestRunEvent'](_0x2caa1d[_0xa1e91e(0x1b3)]);}break;case _0x27ff13[_0xa1e91e(0x200)]:_0x2caa1d['test']={..._0x27ff13[_0xa1e91e(0x25c)](_0x113298,_0x2caa1d[_0xa1e91e(0x1b3)]),..._0x2caa1d['test']};if(!_0x2caa1d[_0xa1e91e(0x1b3)]['markedStatus']){_0x2caa1d[_0xa1e91e(0x1b3)][_0xa1e91e(0x220)]=!![];if(BrowserstackCLI['getInstance']()['isCliEnabled']()&&await _0x27ff13['mSgcO'](isCLIReady))try{await _0x27ff13['ulqFM'](handleTestEventCLI,_0x2caa1d[_0xa1e91e(0x1b3)],_0x27ff13[_0xa1e91e(0x217)],_0x1aab9b);break;}catch(_0x47f3b0){_0x27ff13[_0xa1e91e(0x246)](debug,_0xa1e91e(0x1fb)+util[_0xa1e91e(0x20f)](_0x47f3b0));}_0x27ff13['poQSr'](shouldProcessEventForTesthub)&&await _0x1aab9b[_0xa1e91e(0x18e)](_0x2caa1d['test'],undefined,![],_0x27ff13[_0xa1e91e(0x217)]);}break;case _0x27ff13['KJtYk']:_0x1aab9b[_0xa1e91e(0x1cb)]=null;break;case _0x27ff13['YOqoR']:await RequestQueueHandler[_0xa1e91e(0x233)]()[_0xa1e91e(0x1c6)](),process['removeAllListeners']();break;default:}},_0x27ff13[_0x37bd40(0x21e)]));}catch(_0x2e8202){_0x27ff13[_0x37bd40(0x1ea)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x2e8202);}return _0x27ff13[_0x37bd40(0x1d2)](initInitialize,..._0xcb61ec);};try{Object[a17_0x9083b0(0x1cd)](exportsI)['forEach'](_0x931348=>{const _0x1c2e7f=a17_0x9083b0,_0xaf543c={'XNVrE':function(_0x31f371,_0x522c93){return _0x31f371(_0x522c93);}};try{exports&&(exports[_0x931348]=exportsI[_0x931348]);}catch(_0x5221f7){_0xaf543c['XNVrE'](debug,_0x1c2e7f(0x1ab)+_0x5221f7);}});}catch(a17_0x4c67df){debug('Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20'+a17_0x4c67df);}function a17_0x5ab0(){const _0x4ef3d3=['sendTestRunEvent','../../../helpers/test-observability/requestQueueHandler','fail','sBgbu','failureMessage','WzwWN','setFrameworkDetail','mSJrr','type','oywnM','testInfo','teardown','qtPsB','trackEvent','objii','join','LOG_REPORT','sbOPR','QEgyN','eVePi','initialize','../test-observability/test-details','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','jestConfig','DXiYV','currentTest','beforeAll','hook','PRE','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','isRunning','hookUUID','name','asyncError','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','../../../helpers/testhub/utils','xXCpX','test','dHRJs','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','configuration','ZWRsR','hookData','129670OYrBpJ','status','RHzNj','TestRunSkipped','getFileName','Error\x20checking\x20CLI\x20readiness:\x20','dbInJ','failed','HookRunFinished','ZiCRb','VVdsL','dcXsM','LmaRY','shutdown','createTestFrameworkData','vztPk','HookStarted','jest-circus/build/jestAdapterInit.js','hook_failure','state','keys',',\x20re-registering\x20event\x20handler','afterEach','toString','pukrx','KQKcF','winstonLogger','REXLQ','../../../helpers/test-observability/utils','__workerDetails','bbVks',':hookAnalyticsId','CKlwT','Rmhbj','TEST','ROOT_DESCRIBE_BLOCK','true','setActiveHook','MhQKn','Handling\x20hook\x20event\x20for\x20CLI:\x20','beforeEach','wmuGe','createIdentifierFromJestTest','Error\x20reading\x20platformIndex\x20from\x20args:\x20','yOEfP','getTestFramework','EventHandler','lNRLe','1052XFzPzt','UAIgG','QCDSZ','tZDkT','started_at','../../v2/cliUtils','config','browserstackPlatformIndex','message','file','test_skip','uHlkI','12759820MtmNVH','POST','RFPyi','11oMWXRO','PLAYWRIGHT','HookFinished','Error\x20routing\x20to\x20JestTestFramework:\x20','passed','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','testStarted','testUUID','BDOyO','createHookData','testIdentifier','bootstrap','errorsDetailed','BROWSERSTACK_CLI_BIN_SESSION_ID','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','oDCOB','_currentRetry','length','env','FeMYF','registerListeners','removeActiveHook','_bstackTestStatus','format','debug','QWBkx','afterAll','CLI\x20is\x20enabled\x20and\x20running.','SMHwD','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','removeTestUUID','aeuUk','../../../helpers/logger','ffeCv','ZosET','testAnalyticsId','AFTER_EACH','FnlJj','Yrctn','unhandledErrors','markedStatus','currentHook','../../../helpers/testhub/constants','JEST','parent','36XuORNH','../../v2/state/hookState','TestRunStarted','_bstackTestFailureReason','setTestUUID','../../utils/constants','hookAnalyticsId','7089aqzVJs','RqpkM','DDfRn','hFsUl','addEventHandler','rJXAG','../test-observability/obsReporter','getInstance','14oxvwAC','EVENT','mSgcO','TestRunFinished','browserstackTestName','parse','stack-trace','__jestCurrentTestIdentifier','isCliEnabled','749352IRvcJF','zFIwJ','610600KhbTMW','yYZhY','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','../../v2/state/testFrameworkState','../../../helpers/helper','includes','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','LlyUl','Handling\x20test\x20event\x20for\x20CLI:\x20','PUPPETEER','test_start','add','IiXEO','../../v2/browserstackCLI','originalTest','FjVWO','pid','2418395eKxbSO','AFTER_ALL','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','error','BEFORE_EACH','title','EajAf','current_test','hook_start','jest-circus/build/state.js','makeSingleTestResult','6735546ICSHKI','fqgGp','call','CNpwv','match','MoEwX','HookRunStarted','../../v2/utils/jest-utils','gFuNa','JbVEm','../../../helpers/test-observability/error-handler','toISOString','jest-circus/build/utils.js','ZGICJ','Rhldm','retryOf','pgAoc','BROWSERSTACK_PUPPETEER'];a17_0x5ab0=function(){return _0x4ef3d3;};return a17_0x5ab0();}
@@ -1 +1 @@
1
- const a18_0x157ef1=a18_0x2313;function a18_0x1b71(){const _0x5f2017=['136132YYhofw','7BzwKsQ','1363695vUkRjy','3305508tEzsYf','JEST_TEST_ORDER','1255543XMwRJA','1435488uasgln','default','get','exports','includes','3432350BkzefV','@jest/test-sequencer','env','path','2055212RqHaDf','filter','map'];a18_0x1b71=function(){return _0x5f2017;};return a18_0x1b71();}function a18_0x2313(_0x218bc6,_0x329648){const _0x1b7168=a18_0x1b71();return a18_0x2313=function(_0x2313d9,_0x1e5370){_0x2313d9=_0x2313d9-0xbc;let _0x483373=_0x1b7168[_0x2313d9];return _0x483373;},a18_0x2313(_0x218bc6,_0x329648);}(function(_0x5f6b7d,_0xa1ca3b){const _0x5d9f9a=a18_0x2313,_0x376351=_0x5f6b7d();while(!![]){try{const _0x451d3b=parseInt(_0x5d9f9a(0xbf))/0x1+parseInt(_0x5d9f9a(0xcc))/0x2+-parseInt(_0x5d9f9a(0xbc))/0x3+-parseInt(_0x5d9f9a(0xc9))/0x4+parseInt(_0x5d9f9a(0xc5))/0x5+-parseInt(_0x5d9f9a(0xbd))/0x6+parseInt(_0x5d9f9a(0xcd))/0x7*(parseInt(_0x5d9f9a(0xc0))/0x8);if(_0x451d3b===_0xa1ca3b)break;else _0x376351['push'](_0x376351['shift']());}catch(_0xf1405c){_0x376351['push'](_0x376351['shift']());}}}(a18_0x1b71,0xa3a15));const Sequencer=require(a18_0x157ef1(0xc6))[a18_0x157ef1(0xc1)];class CustomSequencer extends Sequencer{['sort'](_0x4a8ba3){const _0x574006=a18_0x157ef1,_0x4dbc67=process[_0x574006(0xc7)][_0x574006(0xbe)];if(!_0x4dbc67)return _0x4a8ba3;const _0x3729b1=_0x4dbc67['split'](','),_0x1eeac1=new Map(_0x4a8ba3[_0x574006(0xca)](_0x206873=>_0x3729b1[_0x574006(0xc4)](_0x206873[_0x574006(0xc8)]))['map'](_0x2ab685=>[_0x2ab685[_0x574006(0xc8)],_0x2ab685]));return _0x3729b1[_0x574006(0xcb)](_0x56683d=>_0x1eeac1[_0x574006(0xc2)](_0x56683d))[_0x574006(0xca)](Boolean);}}module[a18_0x157ef1(0xc3)]=CustomSequencer;
1
+ const a18_0x264c37=a18_0x461e;(function(_0x2e7e19,_0x194fe6){const _0x5e1ac0=a18_0x461e,_0x334eac=_0x2e7e19();while(!![]){try{const _0x5c579b=-parseInt(_0x5e1ac0(0x11c))/0x1*(parseInt(_0x5e1ac0(0x126))/0x2)+-parseInt(_0x5e1ac0(0x129))/0x3*(-parseInt(_0x5e1ac0(0x11f))/0x4)+parseInt(_0x5e1ac0(0x114))/0x5+-parseInt(_0x5e1ac0(0x11a))/0x6+-parseInt(_0x5e1ac0(0x119))/0x7*(-parseInt(_0x5e1ac0(0x121))/0x8)+-parseInt(_0x5e1ac0(0x125))/0x9*(parseInt(_0x5e1ac0(0x118))/0xa)+-parseInt(_0x5e1ac0(0x116))/0xb*(parseInt(_0x5e1ac0(0x115))/0xc);if(_0x5c579b===_0x194fe6)break;else _0x334eac['push'](_0x334eac['shift']());}catch(_0x28180b){_0x334eac['push'](_0x334eac['shift']());}}}(a18_0x3e1c,0x6ecfe));function a18_0x461e(_0x454477,_0x20c6c9){const _0x3e1cf5=a18_0x3e1c();return a18_0x461e=function(_0x461ee8,_0x2d4718){_0x461ee8=_0x461ee8-0x114;let _0x2c31d8=_0x3e1cf5[_0x461ee8];return _0x2c31d8;},a18_0x461e(_0x454477,_0x20c6c9);}const Sequencer=require('@jest/test-sequencer')[a18_0x264c37(0x117)];class CustomSequencer extends Sequencer{[a18_0x264c37(0x11b)](_0x1c3a39){const _0xaac6f0=a18_0x264c37,_0x161c7c=process[_0xaac6f0(0x127)][_0xaac6f0(0x124)];if(!_0x161c7c)return _0x1c3a39;const _0x368f5c=_0x161c7c[_0xaac6f0(0x11e)](','),_0x4a7e57=new Map(_0x1c3a39[_0xaac6f0(0x128)](_0x863c88=>_0x368f5c[_0xaac6f0(0x120)](_0x863c88[_0xaac6f0(0x11d)]))[_0xaac6f0(0x123)](_0x542634=>[_0x542634[_0xaac6f0(0x11d)],_0x542634]));return _0x368f5c[_0xaac6f0(0x123)](_0x51a1b8=>_0x4a7e57[_0xaac6f0(0x122)](_0x51a1b8))[_0xaac6f0(0x128)](Boolean);}}module['exports']=CustomSequencer;function a18_0x3e1c(){const _0x22cc69=['3234210paDVgL','9194124iPzLbF','11eBEkQI','default','4010RhcRPr','7GTxXme','2788086kPnmiH','sort','605EVRbsx','path','split','2724NfbiEj','includes','4560008alcjcL','get','map','JEST_TEST_ORDER','6939CSqIfC','306NvJlLj','env','filter','3831LJzXOI'];a18_0x3e1c=function(){return _0x22cc69;};return a18_0x3e1c();}