browserstack-node-sdk 1.65.1 → 1.65.2

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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a19_0x17e8(_0xd132e1,_0x1dea8e){const _0x217d5f=a19_0x217d();return a19_0x17e8=function(_0x17e85c,_0x5db621){_0x17e85c=_0x17e85c-0x1f2;let _0x222c32=_0x217d5f[_0x17e85c];return _0x222c32;},a19_0x17e8(_0xd132e1,_0x1dea8e);}function a19_0x217d(){const _0x2a25e1=['debug','exports','Error\x20in\x20fail-fast\x20test_done\x20handler:','eqGPz','testEnvironmentOptions','test_done','skipSessionStatus','hCffc','LBAxM','driver','2151PHpUtM','global','projectConfig','sessionNameProvided','errors','test','JEST','../../../helpers/test-observability/requestQueueHandler','2099286McNrFr','4582840VMDfPP','testPath','GAfbk','KdsBQ','4561YaaTOl','cleanup','quit','../../../helpers/test-orchestration/failfastManager','mcCRh','uAaJn','0|6|7|2|3|5|1|4','BSTACK_DELTA','1281954sPbMup','env','__timeout','__esModule','10MqdZAj','configuration','percy','__driversArray','onTestDone','__webdriver','__jestRetries','gxGgW','isArray','cOpuR','UdASg','capability','browserStackGlobals','skipSessionName','default','jest-config','modifyCommand','1288RwwOSp','2495101tzEedb','JoGsq','info','WgJxl','dGwgh','browserstackAgentV2','failFast','split','cwd','failFastActive','timeout__','nCLYT','browserstackPlatformIndex','shouldFailFast','node','../test-observability/obsReporter','__drivers','xJJfv','__platformCaps','capabilities','nestedKeyValue','getTestEnvironment','30rpprZr','XDudP','projectName','isTrue','10WIufxO','GXlGb','teardown','requireModule','retries__','WvPWP','DojKy','../../../helpers/testhub/utils','wlKlx','jest-resolve','failFastOptions','percyCaptureMode','cleanupDrivers','__skipSessionStatus','jestConfig','pccQT','shouldProcessEventForTesthub','FRAMEWORKS','resolveTestEnvironment','Builder','4763099QwyDgA','aBtsJ','requireSeleniumWebdriver','RmWXH','platformCaps','name','framework','VUcVg','test_start','../../../helpers/logger'];a19_0x217d=function(){return _0x2a25e1;};return a19_0x217d();}const a19_0x4bb925=a19_0x17e8;(function(_0x19a52e,_0x257bb3){const _0x3324de=a19_0x17e8,_0x3e75bd=_0x19a52e();while(!![]){try{const _0x1a92a1=parseInt(_0x3324de(0x210))/0x1*(parseInt(_0x3324de(0x244))/0x2)+-parseInt(_0x3324de(0x203))/0x3*(-parseInt(_0x3324de(0x22d))/0x4)+parseInt(_0x3324de(0x248))/0x5*(-parseInt(_0x3324de(0x218))/0x6)+-parseInt(_0x3324de(0x22e))/0x7+parseInt(_0x3324de(0x20c))/0x8+-parseInt(_0x3324de(0x20b))/0x9+-parseInt(_0x3324de(0x21c))/0xa*(-parseInt(_0x3324de(0x25c))/0xb);if(_0x1a92a1===_0x257bb3)break;else _0x3e75bd['push'](_0x3e75bd['shift']());}catch(_0x1606ec){_0x3e75bd['push'](_0x3e75bd['shift']());}}}(a19_0x217d,0x4658a));const helper=require('../../../helpers/helper'),constants=require('../../utils/constants'),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a19_0x4bb925(0x20a)),ObservabilityReporter=require(a19_0x4bb925(0x23d)),testhubUtils=require(a19_0x4bb925(0x24f)),logger=require(a19_0x4bb925(0x1f8))['winstonLogger'],getTestEnvironment=((()=>{const _0x266abc=a19_0x4bb925,_0x330c7a={};_0x330c7a[_0x266abc(0x226)]=_0x266abc(0x251),_0x330c7a['eqGPz']=_0x266abc(0x22b);const _0xcca844=_0x330c7a;try{const _0x5cfc66=helper[_0x266abc(0x24b)](_0xcca844[_0x266abc(0x226)]);if(_0x5cfc66[_0x266abc(0x25a)])return _0x5cfc66[_0x266abc(0x25a)];const _0x40a59d=helper[_0x266abc(0x24b)](_0xcca844[_0x266abc(0x1fc)]);if(_0x40a59d[_0x266abc(0x243)])return _0x40a59d[_0x266abc(0x243)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x27f64e=a19_0x4bb925,_0x38a434={'DojKy':function(_0x1f9a51,_0x53573e){return _0x1f9a51(_0x53573e);},'nCLYT':_0x27f64e(0x23c),'JPoTH':function(_0x284e91,_0x12a8b4){return _0x284e91(_0x12a8b4);},'iKyFX':'jest-environment-node'},_0x434a21=_0x38a434[_0x27f64e(0x24e)](getTestEnvironment,{'rootDir':process[_0x27f64e(0x236)](),'testEnvironment':process[_0x27f64e(0x219)]['BSTACK_JEST_TEST_ENV']||_0x38a434[_0x27f64e(0x239)]});if(!_0x434a21)return _0x38a434['JPoTH'](_interopRequireDefault,helper[_0x27f64e(0x24b)](_0x38a434['iKyFX']));return _0x38a434['JPoTH'](_interopRequireDefault,helper[_0x27f64e(0x24b)](_0x434a21));})()),_seleniumWebdriver2=((()=>{const _0x5a2d09=a19_0x4bb925,_0x487385={'JoGsq':function(_0x5b9c77,_0x5517ef){return _0x5b9c77(_0x5517ef);}};try{const _0xb75a27=helper[_0x5a2d09(0x25e)]();return helper[_0x5a2d09(0x22c)](),_0x487385[_0x5a2d09(0x22f)](_interopRequireDefault,_0xb75a27);}catch{return null;}})());function _interopRequireDefault(_0x5b1a0a){const _0x5da773=a19_0x4bb925;return _0x5b1a0a&&_0x5b1a0a[_0x5da773(0x21b)]?_0x5b1a0a:{'default':_0x5b1a0a};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a19_0x4bb925(0x22a)][a19_0x4bb925(0x25b)]:null;class CustomEnvironment extends _jestUserEnvironment[a19_0x4bb925(0x22a)]{constructor(_0x833f29){const _0x2b06da=a19_0x4bb925,_0x18351b={'kdWMy':_0x2b06da(0x212),'cOpuR':function(_0xee9211,_0x58cf13){return _0xee9211+_0x58cf13;},'dGwgh':'bstack:options','PjyBc':function(_0x35f568,_0x3169d4){return _0x35f568(_0x3169d4);},'LBAxM':_0x2b06da(0x213),'hCffc':_0x2b06da(0x216),'wlKlx':'testEnvironmentOptions','XDudP':'browserStackPercyOptions','xJJfv':'percy','mcCRh':_0x2b06da(0x253),'GAfbk':function(_0x44a0c0,_0xa0884){return _0x44a0c0(_0xa0884);},'gxGgW':'../../../index','VUcVg':'browserstackPercyBestPlatform'};super(_0x833f29),this['global'][_0x2b06da(0x21a)]=0x0,this['configuration']={};!_0x833f29[_0x2b06da(0x1fd)]&&(_0x833f29['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){_0x833f29[_0x2b06da(0x1fd)]=_0x833f29[_0x2b06da(0x205)]?_0x833f29[_0x2b06da(0x205)][_0x2b06da(0x1fd)]:_0x833f29[_0x2b06da(0x1fd)];_seleniumWebdriver2&&(this['builder']=new _seleniumWebdriver2[(_0x2b06da(0x22a))][(_0x2b06da(0x25b))]());this[_0x2b06da(0x227)]=_0x833f29[_0x2b06da(0x205)]?_0x833f29[_0x2b06da(0x205)][_0x2b06da(0x227)]:_0x833f29[_0x2b06da(0x227)],this[_0x2b06da(0x204)][_0x2b06da(0x21a)]=_0x18351b[_0x2b06da(0x225)](_0x833f29[_0x2b06da(0x1fd)][_0x2b06da(0x238)]||0x1388,constants[_0x2b06da(0x217)]),this[_0x2b06da(0x252)]=_0x833f29[_0x2b06da(0x1fd)][_0x2b06da(0x234)];if(this['failFastOptions']){const _0xc5fb3=this[_0x2b06da(0x227)][_0x18351b[_0x2b06da(0x232)]]?.['buildName']||'',_0x2ac16f=this[_0x2b06da(0x227)][_0x18351b[_0x2b06da(0x232)]]?.[_0x2b06da(0x246)]||'';this[_0x2b06da(0x234)]=new(_0x18351b['PjyBc'](require,_0x18351b[_0x2b06da(0x201)]))(this[_0x2b06da(0x252)],_0xc5fb3,_0x2ac16f),this[_0x2b06da(0x204)][_0x2b06da(0x237)]=![];}helper['isNotUndefined'](_0x833f29[_0x2b06da(0x1fd)][_0x2b06da(0x24c)])&&(this[_0x2b06da(0x204)][_0x2b06da(0x222)]=_0x833f29[_0x2b06da(0x1fd)][_0x2b06da(0x24c)]);}if(testhubUtils[_0x2b06da(0x258)]()){const _0x4b0663=new ObservabilityReporter();_0x4b0663['registerListeners']();}this['global'][_0x2b06da(0x228)]={},this['configuration']=_0x833f29[_0x2b06da(0x1fd)],this[_0x2b06da(0x21d)][_0x2b06da(0x1f5)]=constants[_0x2b06da(0x259)][_0x2b06da(0x209)],this[_0x2b06da(0x204)][_0x2b06da(0x23a)]=(_0x833f29[_0x2b06da(0x205)]?_0x833f29[_0x2b06da(0x205)][_0x2b06da(0x23a)]:_0x833f29[_0x2b06da(0x23a)])||0x0,this[_0x2b06da(0x204)][_0x2b06da(0x240)]=this[_0x2b06da(0x21d)]&&this['configuration']['platformCaps']&&Array['isArray'](this['configuration'][_0x2b06da(0x1f3)])&&this['configuration'][_0x2b06da(0x1f3)][this[_0x2b06da(0x204)][_0x2b06da(0x23a)]]||{};const _0x232c1b=this[_0x2b06da(0x204)][_0x2b06da(0x23a)],_0x41b72e={...this[_0x2b06da(0x21d)],'capability':this[_0x2b06da(0x21d)][_0x2b06da(0x241)]&&Array[_0x2b06da(0x224)](this[_0x2b06da(0x21d)][_0x2b06da(0x241)])&&this[_0x2b06da(0x21d)]['capabilities'][_0x232c1b]||{},'platformCaps':this['configuration'][_0x2b06da(0x1f3)]&&Array[_0x2b06da(0x224)](this[_0x2b06da(0x21d)]['platformCaps'])&&this[_0x2b06da(0x21d)][_0x2b06da(0x1f3)][_0x232c1b]||{}};delete _0x41b72e[_0x2b06da(0x241)],this[_0x2b06da(0x204)][_0x2b06da(0x256)]=_0x41b72e;if(_seleniumWebdriver2){const _0xcb3993=_0x18351b[_0x2b06da(0x200)][_0x2b06da(0x235)]('|');let _0x215988=0x0;while(!![]){switch(_0xcb3993[_0x215988++]){case'0':this[_0x2b06da(0x204)][_0x2b06da(0x23e)]=[];continue;case'1':this[_0x2b06da(0x204)][_0x2b06da(0x255)]=helper[_0x2b06da(0x247)](this[_0x2b06da(0x21d)][_0x2b06da(0x1ff)]);continue;case'2':this[_0x2b06da(0x204)][_0x2b06da(0x21e)]=helper[_0x2b06da(0x242)](_0x833f29,[_0x18351b['wlKlx'],_0x18351b[_0x2b06da(0x245)],_0x18351b[_0x2b06da(0x23f)]]);continue;case'3':this[_0x2b06da(0x204)][_0x2b06da(0x253)]=helper['nestedKeyValue'](_0x833f29,[_0x18351b[_0x2b06da(0x250)],_0x18351b[_0x2b06da(0x245)],_0x18351b[_0x2b06da(0x214)]]);continue;case'4':this['global']['cleanup']=async()=>{const _0x3bff16=_0x2b06da;await this[_0x3bff16(0x204)][_0x3bff16(0x202)][_0x3bff16(0x212)](_0x18351b['kdWMy']);};continue;case'5':helper['isTrue'](this[_0x2b06da(0x21d)][_0x2b06da(0x229)])?this['global']['sessionNameProvided']=!![]:this['global'][_0x2b06da(0x206)]=![];continue;case'6':this[_0x2b06da(0x204)][_0x2b06da(0x221)]=_0x18351b[_0x2b06da(0x20e)](require,_0x18351b[_0x2b06da(0x223)])[_0x2b06da(0x233)]({...this[_0x2b06da(0x21d)],'capability':this[_0x2b06da(0x227)]||{}},this,testhubUtils[_0x2b06da(0x258)]());continue;case'7':this[_0x2b06da(0x204)]['browserstackPercyBestPlatform']=helper[_0x2b06da(0x242)](_0x833f29,[_0x18351b[_0x2b06da(0x250)],_0x18351b[_0x2b06da(0x245)],_0x18351b[_0x2b06da(0x1f6)]]);continue;}break;}}}async[a19_0x4bb925(0x24a)](){const _0x6ade28=a19_0x4bb925;_seleniumWebdriver2&&(await helper[_0x6ade28(0x254)](this['global'][_0x6ade28(0x21f)]),this[_0x6ade28(0x204)][_0x6ade28(0x221)]['Builder']=originalBuilder),await RequestQueueHandler['getInstance']()['shutdown']();}async['setup'](){}async['handleTestEvent'](_0x1126c8,_0x22f69c){const _0x253102=a19_0x4bb925,_0x914229={};_0x914229[_0x253102(0x24d)]=function(_0x92becf,_0x3335a4){return _0x92becf===_0x3335a4;},_0x914229[_0x253102(0x231)]=_0x253102(0x1f7),_0x914229['uAaJn']=function(_0x36fefb,_0x15fbe1){return _0x36fefb===_0x15fbe1;},_0x914229['tkufT']='skip',_0x914229['RmWXH']=function(_0x177416,_0x2c3179){return _0x177416===_0x2c3179;},_0x914229[_0x253102(0x257)]=_0x253102(0x1fe),_0x914229[_0x253102(0x25d)]='\x20>\x20',_0x914229[_0x253102(0x20f)]=function(_0x294626,_0x3c36dc){return _0x294626===_0x3c36dc;},_0x914229['jbyHH']=_0x253102(0x1fb),_0x914229[_0x253102(0x249)]=_0x253102(0x24a);const _0x461cfb=_0x914229,{name:_0xea1dfa}=_0x1126c8;if(_0x461cfb[_0x253102(0x24d)](_0xea1dfa,_0x461cfb[_0x253102(0x231)])){this[_0x253102(0x204)]['testContext']=_0x1126c8[_0x253102(0x208)];if(_0x461cfb[_0x253102(0x215)](this[_0x253102(0x204)]['failFastActive'],!![])){const _0x1e08e7=_0x1126c8[_0x253102(0x208)][_0x253102(0x1f4)];logger[_0x253102(0x230)]('Fail-fast\x20is\x20active,\x20skipping\x20test::\x20'+_0x1e08e7),_0x1126c8['test']['mode']=_0x461cfb['tkufT'];}}if(this['failFast']&&_0x461cfb[_0x253102(0x1f2)](_0xea1dfa,_0x461cfb[_0x253102(0x257)]))try{const _0x20e79f=_0x1126c8[_0x253102(0x208)][_0x253102(0x20d)]['join'](_0x461cfb[_0x253102(0x25d)]),_0x54aea4=_0x1126c8[_0x253102(0x208)][_0x253102(0x207)];await this[_0x253102(0x234)][_0x253102(0x220)](_0x20e79f,_0x54aea4);const _0x4d0922=await this[_0x253102(0x234)][_0x253102(0x23b)]();_0x461cfb['WvPWP'](this[_0x253102(0x204)][_0x253102(0x237)],![])&&_0x461cfb[_0x253102(0x20f)](_0x4d0922,!![])&&(this[_0x253102(0x204)][_0x253102(0x237)]=!![]);}catch(_0x4eb049){logger[_0x253102(0x1f9)](_0x461cfb['jbyHH'],_0x4eb049['message']);}_0x461cfb[_0x253102(0x1f2)](_0xea1dfa,_0x461cfb['GXlGb'])&&(this[_0x253102(0x234)]&&this[_0x253102(0x234)][_0x253102(0x211)]());}}module[a19_0x4bb925(0x1fa)]=CustomEnvironment;
1
+ function a19_0x168c(_0x3c63a8,_0x26bcf9){const _0x1b03c2=a19_0x1b03();return a19_0x168c=function(_0x168ce5,_0x52cad7){_0x168ce5=_0x168ce5-0x17f;let _0x397be9=_0x1b03c2[_0x168ce5];return _0x397be9;},a19_0x168c(_0x3c63a8,_0x26bcf9);}function a19_0x1b03(){const _0x18adce=['buildName','enRqD','testEnvironmentOptions','FRAMEWORKS','global','failFastActive','percyCaptureMode','browserStackGlobals','YufDC','hSVyM','modifyCommand','ilzbw','QGgcA','percy','browserstackAgentV2','configuration','2601746QPUygV','teardown','irITR','hXfPS','exports','setup','timeout__','9UMZYeN','16lCAUJs','handleTestEvent','info','cwd','skipSessionName','shouldFailFast','pBGcx','TLbiZ','eTDaR','test','jest-config','__drivers','testContext','isNotUndefined','bstack:options','skip','SyGAV','__platformCaps','BSTACK_JEST_TEST_ENV','nestedKeyValue','OqRqH','default','jestConfig','getInstance','274714oqyEWi','requireModule','failFast','lqnki','retries__','quit','\x20>\x20','7846554YomsHL','isBrowserstackInfra','JJTpZ','mode','registerListeners','winstonLogger','failFastOptions','Fail-fast\x20is\x20active,\x20skipping\x20test::\x20','jHMfc','__driversArray','../../../helpers/helper','errors','../../../index','HgvVg','drWaR','shouldProcessEventForTesthub','driver','requireSeleniumWebdriver','__timeout','test_start','debug','mUVHM','MsyMn','21oWHRfS','zHYiv','join','jest-environment-node','capability','BxVXS','wOgvx','Error\x20in\x20fail-fast\x20test_done\x20handler:','projectConfig','26855410zBzlAo','split','JEST','sessionNameProvided','browserstackPercyBestPlatform','879225OmTCQT','env','node','../../../helpers/test-observability/requestQueueHandler','skipSessionStatus','browserstackPlatformIndex','VrBhV','../../../helpers/logger','isArray','browserStackPercyOptions','capabilities','resolveTestEnvironment','builder','__webdriver','../../../helpers/test-observability/utils','../../../helpers/testhub/utils','__jestRetries','613729uwFlvZ','cleanupDrivers','getTestEnvironment','1597152kVNuyU','shutdown','yvAaR','JZHTr','message','Builder','../test-observability/obsReporter','testPath','platformCaps'];a19_0x1b03=function(){return _0x18adce;};return a19_0x1b03();}const a19_0x234968=a19_0x168c;(function(_0x32d23c,_0x4f83f3){const _0x519a74=a19_0x168c,_0x2f411f=_0x32d23c();while(!![]){try{const _0xd92f30=-parseInt(_0x519a74(0x1ae))/0x1+-parseInt(_0x519a74(0x1ea))/0x2*(-parseInt(_0x519a74(0x18f))/0x3)+-parseInt(_0x519a74(0x1b1))/0x4+parseInt(_0x519a74(0x19d))/0x5+-parseInt(_0x519a74(0x1f1))/0x6+parseInt(_0x519a74(0x1ca))/0x7*(-parseInt(_0x519a74(0x1d2))/0x8)+-parseInt(_0x519a74(0x1d1))/0x9*(-parseInt(_0x519a74(0x198))/0xa);if(_0xd92f30===_0x4f83f3)break;else _0x2f411f['push'](_0x2f411f['shift']());}catch(_0x47542a){_0x2f411f['push'](_0x2f411f['shift']());}}}(a19_0x1b03,0xb93e1));const helper=require(a19_0x234968(0x182)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a19_0x234968(0x1ab)),RequestQueueHandler=require(a19_0x234968(0x1a0)),ObservabilityReporter=require(a19_0x234968(0x1b7)),testhubUtils=require(a19_0x234968(0x1ac)),logger=require(a19_0x234968(0x1a4))[a19_0x234968(0x1f6)],getTestEnvironment=((()=>{const _0xbcde3=a19_0x234968,_0x35a666={};_0x35a666[_0xbcde3(0x1d8)]='jest-resolve',_0x35a666[_0xbcde3(0x1c5)]=_0xbcde3(0x1dc);const _0x1aac0a=_0x35a666;try{const _0x216c3a=helper[_0xbcde3(0x1eb)](_0x1aac0a['pBGcx']);if(_0x216c3a[_0xbcde3(0x1a8)])return _0x216c3a[_0xbcde3(0x1a8)];const _0x27a818=helper[_0xbcde3(0x1eb)](_0x1aac0a[_0xbcde3(0x1c5)]);if(_0x27a818[_0xbcde3(0x1b0)])return _0x27a818[_0xbcde3(0x1b0)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x9e0a66=a19_0x234968,_0x64d86e={'JZHTr':function(_0x4381d6,_0x36baa4){return _0x4381d6(_0x36baa4);},'VrBhV':_0x9e0a66(0x19f),'irITR':function(_0x701994,_0x125ec8){return _0x701994(_0x125ec8);},'VTNoo':_0x9e0a66(0x192)},_0x31f1fd=_0x64d86e[_0x9e0a66(0x1b4)](getTestEnvironment,{'rootDir':process[_0x9e0a66(0x1d5)](),'testEnvironment':process[_0x9e0a66(0x19e)][_0x9e0a66(0x1e4)]||_0x64d86e[_0x9e0a66(0x1a3)]});if(!_0x31f1fd)return _0x64d86e[_0x9e0a66(0x1cc)](_interopRequireDefault,helper[_0x9e0a66(0x1eb)](_0x64d86e['VTNoo']));return _0x64d86e[_0x9e0a66(0x1b4)](_interopRequireDefault,helper[_0x9e0a66(0x1eb)](_0x31f1fd));})()),_seleniumWebdriver2=((()=>{const _0x3c34a3=a19_0x234968,_0x596dbe={'svIQv':function(_0x8a5769,_0x47b99b){return _0x8a5769(_0x47b99b);}};try{const _0x2144bb=helper[_0x3c34a3(0x189)]();return helper[_0x3c34a3(0x1c4)](),_0x596dbe['svIQv'](_interopRequireDefault,_0x2144bb);}catch{return null;}})());function _interopRequireDefault(_0x5e1299){return _0x5e1299&&_0x5e1299['__esModule']?_0x5e1299:{'default':_0x5e1299};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a19_0x234968(0x1e7)][a19_0x234968(0x1b6)]:null;class CustomEnvironment extends _jestUserEnvironment[a19_0x234968(0x1e7)]{constructor(_0x1d081b){const _0xaf1187=a19_0x234968,_0x18c406={'TLbiZ':_0xaf1187(0x1ef),'YqrYI':function(_0x19c17d,_0x4aef12){return _0x19c17d+_0x4aef12;},'lqnki':_0xaf1187(0x1e0),'jHMfc':function(_0x538019,_0x4c0562){return _0x538019(_0x4c0562);},'YufDC':'../../../helpers/test-orchestration/failfastManager','BxVXS':'2|3|6|1|5|4|7|0','enRqD':_0xaf1187(0x1bc),'hXfPS':_0xaf1187(0x1a6),'MsyMn':'percy','drWaR':_0xaf1187(0x184),'hSVyM':_0xaf1187(0x1c0),'JJTpZ':_0xaf1187(0x19c)};super(_0x1d081b),this[_0xaf1187(0x1be)][_0xaf1187(0x18a)]=0x0,this[_0xaf1187(0x1c9)]={};!_0x1d081b[_0xaf1187(0x1bc)]&&(_0x1d081b[_0xaf1187(0x1bc)]={});if(helper[_0xaf1187(0x1f2)]()){_0x1d081b[_0xaf1187(0x1bc)]=_0x1d081b[_0xaf1187(0x197)]?_0x1d081b[_0xaf1187(0x197)][_0xaf1187(0x1bc)]:_0x1d081b[_0xaf1187(0x1bc)];_seleniumWebdriver2&&(this[_0xaf1187(0x1a9)]=new _seleniumWebdriver2[(_0xaf1187(0x1e7))]['Builder']());this[_0xaf1187(0x193)]=_0x1d081b[_0xaf1187(0x197)]?_0x1d081b['projectConfig'][_0xaf1187(0x193)]:_0x1d081b[_0xaf1187(0x193)],this['global'][_0xaf1187(0x18a)]=_0x18c406['YqrYI'](_0x1d081b[_0xaf1187(0x1bc)][_0xaf1187(0x1d0)]||0x1388,constants['BSTACK_DELTA']),this['failFastOptions']=_0x1d081b[_0xaf1187(0x1bc)][_0xaf1187(0x1ec)];if(this[_0xaf1187(0x1f7)]){const _0x3e59da=this[_0xaf1187(0x193)][_0x18c406[_0xaf1187(0x1ed)]]?.[_0xaf1187(0x1ba)]||'',_0x5d3afc=this[_0xaf1187(0x193)][_0x18c406[_0xaf1187(0x1ed)]]?.['projectName']||'';this[_0xaf1187(0x1ec)]=new(_0x18c406[_0xaf1187(0x180)](require,_0x18c406[_0xaf1187(0x1c2)]))(this[_0xaf1187(0x1f7)],_0x3e59da,_0x5d3afc),this[_0xaf1187(0x1be)][_0xaf1187(0x1bf)]=![];}helper[_0xaf1187(0x1df)](_0x1d081b[_0xaf1187(0x1bc)][_0xaf1187(0x1ee)])&&(this[_0xaf1187(0x1be)][_0xaf1187(0x1ad)]=_0x1d081b['testEnvironmentOptions'][_0xaf1187(0x1ee)]);}if(testhubUtils[_0xaf1187(0x187)]()){const _0x1f3bc6=new ObservabilityReporter();_0x1f3bc6[_0xaf1187(0x1f5)]();}this[_0xaf1187(0x1be)][_0xaf1187(0x1c1)]={},this['configuration']=_0x1d081b[_0xaf1187(0x1bc)],this[_0xaf1187(0x1c9)]['framework']=constants[_0xaf1187(0x1bd)][_0xaf1187(0x19a)],this['global'][_0xaf1187(0x1a2)]=(_0x1d081b[_0xaf1187(0x197)]?_0x1d081b['projectConfig'][_0xaf1187(0x1a2)]:_0x1d081b[_0xaf1187(0x1a2)])||0x0,this[_0xaf1187(0x1be)][_0xaf1187(0x1e3)]=this[_0xaf1187(0x1c9)]&&this[_0xaf1187(0x1c9)][_0xaf1187(0x1b9)]&&Array['isArray'](this[_0xaf1187(0x1c9)][_0xaf1187(0x1b9)])&&this[_0xaf1187(0x1c9)]['platformCaps'][this[_0xaf1187(0x1be)]['browserstackPlatformIndex']]||{};const _0x31bad2=this[_0xaf1187(0x1be)][_0xaf1187(0x1a2)],_0x193c5b={...this[_0xaf1187(0x1c9)],'capability':this[_0xaf1187(0x1c9)]['capabilities']&&Array[_0xaf1187(0x1a5)](this['configuration'][_0xaf1187(0x1a7)])&&this['configuration'][_0xaf1187(0x1a7)][_0x31bad2]||{},'platformCaps':this[_0xaf1187(0x1c9)][_0xaf1187(0x1b9)]&&Array[_0xaf1187(0x1a5)](this[_0xaf1187(0x1c9)][_0xaf1187(0x1b9)])&&this[_0xaf1187(0x1c9)]['platformCaps'][_0x31bad2]||{}};delete _0x193c5b['capabilities'],this[_0xaf1187(0x1be)][_0xaf1187(0x1e8)]=_0x193c5b;if(_seleniumWebdriver2){const _0x54c844=_0x18c406[_0xaf1187(0x194)][_0xaf1187(0x199)]('|');let _0x1d8d57=0x0;while(!![]){switch(_0x54c844[_0x1d8d57++]){case'0':this['global']['cleanup']=async()=>{const _0x1754be=_0xaf1187;await this[_0x1754be(0x1be)][_0x1754be(0x188)]['quit'](_0x18c406[_0x1754be(0x1d9)]);};continue;case'1':this[_0xaf1187(0x1be)][_0xaf1187(0x1c7)]=helper[_0xaf1187(0x1e5)](_0x1d081b,[_0x18c406[_0xaf1187(0x1bb)],_0x18c406['hXfPS'],_0x18c406[_0xaf1187(0x18e)]]);continue;case'2':this[_0xaf1187(0x1be)][_0xaf1187(0x1dd)]=[];continue;case'3':this[_0xaf1187(0x1be)][_0xaf1187(0x1aa)]=_0x18c406[_0xaf1187(0x180)](require,_0x18c406[_0xaf1187(0x186)])[_0xaf1187(0x1c8)]({...this['configuration'],'capability':this[_0xaf1187(0x193)]||{}},this,testhubUtils[_0xaf1187(0x187)]());continue;case'4':helper['isTrue'](this[_0xaf1187(0x1c9)][_0xaf1187(0x1d6)])?this[_0xaf1187(0x1be)][_0xaf1187(0x19b)]=!![]:this[_0xaf1187(0x1be)][_0xaf1187(0x19b)]=![];continue;case'5':this[_0xaf1187(0x1be)][_0xaf1187(0x1c0)]=helper[_0xaf1187(0x1e5)](_0x1d081b,[_0x18c406[_0xaf1187(0x1bb)],_0x18c406[_0xaf1187(0x1cd)],_0x18c406[_0xaf1187(0x1c3)]]);continue;case'6':this[_0xaf1187(0x1be)][_0xaf1187(0x19c)]=helper[_0xaf1187(0x1e5)](_0x1d081b,[_0x18c406[_0xaf1187(0x1bb)],_0x18c406[_0xaf1187(0x1cd)],_0x18c406[_0xaf1187(0x1f3)]]);continue;case'7':this['global']['__skipSessionStatus']=helper['isTrue'](this[_0xaf1187(0x1c9)][_0xaf1187(0x1a1)]);continue;}break;}}}async[a19_0x234968(0x1cb)](){const _0x576f86=a19_0x234968;_seleniumWebdriver2&&(await helper[_0x576f86(0x1af)](this[_0x576f86(0x1be)][_0x576f86(0x181)]),this[_0x576f86(0x1be)][_0x576f86(0x1aa)][_0x576f86(0x1b6)]=originalBuilder),await RequestQueueHandler[_0x576f86(0x1e9)]()[_0x576f86(0x1b2)]();}async[a19_0x234968(0x1cf)](){}async[a19_0x234968(0x1d3)](_0x44c938,_0x4c8529){const _0x564d80=a19_0x234968,_0x5c2ff6={};_0x5c2ff6[_0x564d80(0x1e6)]=function(_0x1abf1b,_0x12e558){return _0x1abf1b===_0x12e558;},_0x5c2ff6[_0x564d80(0x190)]=_0x564d80(0x18b),_0x5c2ff6['yvAaR']=_0x564d80(0x1e1),_0x5c2ff6[_0x564d80(0x18d)]='test_done',_0x5c2ff6['wOgvx']=_0x564d80(0x1f0),_0x5c2ff6[_0x564d80(0x185)]=function(_0x336ff7,_0x164247){return _0x336ff7===_0x164247;},_0x5c2ff6['eTDaR']=function(_0x2421ea,_0x1be557){return _0x2421ea===_0x1be557;},_0x5c2ff6[_0x564d80(0x1c6)]=_0x564d80(0x196),_0x5c2ff6['SyGAV']=_0x564d80(0x1cb);const _0x2cfb4f=_0x5c2ff6,{name:_0x5ce6a7}=_0x44c938;if(_0x2cfb4f['OqRqH'](_0x5ce6a7,_0x2cfb4f[_0x564d80(0x190)])){this['global'][_0x564d80(0x1de)]=_0x44c938[_0x564d80(0x1db)];if(_0x2cfb4f[_0x564d80(0x1e6)](this[_0x564d80(0x1be)][_0x564d80(0x1bf)],!![])){const _0x29514d=_0x44c938[_0x564d80(0x1db)]['name'];logger[_0x564d80(0x1d4)](_0x564d80(0x17f)+_0x29514d),_0x44c938[_0x564d80(0x1db)][_0x564d80(0x1f4)]=_0x2cfb4f[_0x564d80(0x1b3)];}}if(this['failFast']&&_0x2cfb4f[_0x564d80(0x1e6)](_0x5ce6a7,_0x2cfb4f['mUVHM']))try{const _0x495896=_0x44c938['test'][_0x564d80(0x1b8)][_0x564d80(0x191)](_0x2cfb4f[_0x564d80(0x195)]),_0x5cd291=_0x44c938[_0x564d80(0x1db)][_0x564d80(0x183)];await this[_0x564d80(0x1ec)]['onTestDone'](_0x495896,_0x5cd291);const _0x5685a5=await this[_0x564d80(0x1ec)][_0x564d80(0x1d7)]();_0x2cfb4f['HgvVg'](this[_0x564d80(0x1be)][_0x564d80(0x1bf)],![])&&_0x2cfb4f[_0x564d80(0x1da)](_0x5685a5,!![])&&(this[_0x564d80(0x1be)]['failFastActive']=!![]);}catch(_0x271b0b){logger[_0x564d80(0x18c)](_0x2cfb4f['QGgcA'],_0x271b0b[_0x564d80(0x1b5)]);}_0x2cfb4f[_0x564d80(0x185)](_0x5ce6a7,_0x2cfb4f[_0x564d80(0x1e2)])&&(this[_0x564d80(0x1ec)]&&this[_0x564d80(0x1ec)]['cleanup']());}}module[a19_0x234968(0x1ce)]=CustomEnvironment;
@@ -1 +1 @@
1
- function a20_0x584f(){const _0x49ecf3=['JyOYT','lxEvl','OnDpF','fYVLn','TjnoD','zyEDF','test_skip','getTestFramework','ZlruH','../../../helpers/testhub/utils','616fCouzY','HEhtz','lJxII','test_done','number','env',',\x20BROWSERSTACK_PUPPETEER=','szIGL','lmMjT','run_describe_finish','parse','MAlXb','aGeZs','configuration','includes','jest-circus','jIjBy','hook_start','testInfo','KTySs','Error\x20routing\x20to\x20JestTestFramework:\x20','debug','LscIb','CLI\x20is\x20enabled\x20and\x20running.','type','beforeEach','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','format','jest-circus/build/state.js','VISTU','DbRCr','HuIBT','call','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','\x20for\x20hook\x20type:\x20','../../v2/browserstackCLI','TPJrr','KgtXI','util','../../v2/cliUtils','qnzCO','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','KZWtZ','OPLIs','state','_currentRetry','rrNVV','VaZXA','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','Error\x20reading\x20platformIndex\x20from\x20args:\x20','jest-circus/build/jestAdapterInit.js','BROWSERSTACK_PUPPETEER','JEST','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','winstonLogger','509292HGtnco','TestRunSkipped','PUPPETEER','string','FtumD','isArray','BROWSERSTACK_CLI_BIN_SESSION_ID','jestConfig','HookRunStarted','NctOw','sjgYx','IhvJd','../../../helpers/test-observability/utils','name','hDoqK',':hookAnalyticsId','setActiveHook','dWOAy','mWqSg','wkdzq','BROWSERSTACK_PLATFORM_INDEX','BXVnz','Qpgki','true','createHookData','getAutomationFrameworkDetail','aIXvv','hookData','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','../test-observability/obsReporter',',\x20re-registering\x20event\x20handler','getFileName','_bstackTestStatus','testUUID','stack-trace','hook_failure','JIGNW','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','dqooS','Unnff','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','getFullJestTestName','\x20>\x20','12nUxjzt','KhOlR','getInstance','WdxCZ','pXNNU','current_test','ZwvtZ','TestRunFinished','LOG_REPORT','geWSi','isRunning','HookStarted','DcYKj','toString','startsWith','unhandledErrors','beforeAll','../../../helpers/test-observability/error-handler','hookAnalyticsId','POST','cIdbJ','keys','addEventHandler','browserstackPlatformIndex','PGTco','../../../helpers/testhub/constants','testPath','ixVRr','registerListeners','initialize','removeTestUUID','add','createTestFrameworkData','mCJSp','testAnalyticsId','setFrameworkDetail','../../v2/state/hookState','tPvMi','failed','pLLkS','removeAllListeners','__bstackPlatformIndex','lZAUK','teardown','markedStatus','GCpga','__workerDetails','1492790spoVzK','toISOString','testNamePattern','makeSingleTestResult','HookRunFinished','errorsDetailed','1202306jtMWhT','LHiAz','1856024uPSeXe','6tJehnA','message','BEFORE_EACH','Error\x20checking\x20CLI\x20readiness:\x20','etQRL','PbBKt','VuWzd','error','KVEhM','../../utils/constants','hook','EventHandler','AFTER_EACH','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','YyNeb','GWXfE','350305koudaR','started_at','LIrUh','TestRunStarted','RomPU','errors','TxCrz','DwOIa','failureMessage','17736eLrupY','length','has','sendTestRunEvent','_bstackTestFailureReason','currentTest','originalTest','hxvRd','QMSsA','aTRGJ','PRE','uuid','trackEvent','pid','fail','browserstackTestName','createIdentifierFromJestTest','PHGKE','hook_success','function','config','500827mMVpvW','WnNNp','MWecx','__rerunFilterHelpers','getActiveTestNamePattern','--testNamePattern','QPVnb','parent','__jestCurrentTestIdentifier','fSiYI','dBjSr','UKhbI','jfqjY','split','../../v2/utils/jest-utils','zdmIi','HAnSM','bcbGi','isCliEnabled','14QJBvEl','HookFinished','ehNQu','PLAYWRIGHT','bootstrap','setTestUUID','EBvro','forEach','../../v2/state/testFrameworkState','LojtG','-t=','jbpEg','HQRyK','_bstackTestName','BROWSERSTACK_RERUN','EOEnw','asyncError','BEFORE_ALL','status','TEST','file','jest-circus/build/utils.js','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','match','title','VQIFe','uXBqs','ulXPS','ROOT_DESCRIBE_BLOCK','test_start','TIicl','EVENT','27IoXqFG','map','unshift','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','ouulL','--testNamePattern=','join','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','vwfiJ','tiYxQ','test','qJNMP','retryOf','tuGLA','../../../helpers/logger','OJAut','../test-observability/test-details','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','xSbUg','vcsVb','eMTRD','pRHOG','cUjzu'];a20_0x584f=function(){return _0x49ecf3;};return a20_0x584f();}const a20_0xb23416=a20_0x372d;(function(_0x1e3a26,_0x1cefdf){const _0x22decb=a20_0x372d,_0xf1dcd1=_0x1e3a26();while(!![]){try{const _0x1704b2=parseInt(_0x22decb(0x156))/0x1+-parseInt(_0x22decb(0x125))/0x2+-parseInt(_0x22decb(0xf0))/0x3*(parseInt(_0x22decb(0x1e1))/0x4)+parseInt(_0x22decb(0x138))/0x5*(-parseInt(_0x22decb(0x128))/0x6)+-parseInt(_0x22decb(0x169))/0x7*(-parseInt(_0x22decb(0x127))/0x8)+-parseInt(_0x22decb(0x189))/0x9*(-parseInt(_0x22decb(0x11f))/0xa)+-parseInt(_0x22decb(0x1aa))/0xb*(-parseInt(_0x22decb(0x141))/0xc);if(_0x1704b2===_0x1cefdf)break;else _0xf1dcd1['push'](_0xf1dcd1['shift']());}catch(_0x73c176){_0xf1dcd1['push'](_0xf1dcd1['shift']());}}}(a20_0x584f,0x4ce34));const {requireModule,isTrue}=require('../../../helpers/helper'),ObservabilityReporter=require(a20_0xb23416(0x1fe)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),TestDetails=require(a20_0xb23416(0x199)),{patchConsoleLogger,debug}=require(a20_0xb23416(0x1ed)),{o11yErrorHandler}=require(a20_0xb23416(0x101)),{shouldProcessEventForTesthub}=require(a20_0xb23416(0x1a9)),testHubConstants=require(a20_0xb23416(0x109)),BrowserstackCLI=require(a20_0xb23416(0x1cd)),TestFrameworkState=require(a20_0xb23416(0x171)),HookState=require(a20_0xb23416(0x114)),JestUtils=require(a20_0xb23416(0x164)),{v4:uuidv4}=require(a20_0xb23416(0x14c)),util=require(a20_0xb23416(0x1d0)),logger=require(a20_0xb23416(0x197))[a20_0xb23416(0x1e0)],{FRAMEWORKS}=require(a20_0xb23416(0x131));let exportsI;try{exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a20_0xb23416(0x1b9));}catch{exportsI=requireModule(a20_0xb23416(0x1dc),a20_0xb23416(0x1b9));}const initInitialize=exportsI[a20_0xb23416(0x10d)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0x3d9c58){const _0x489ec7=a20_0xb23416,_0x57f4d9={};_0x57f4d9[_0x489ec7(0x1c0)]=function(_0xc66449,_0x3a1c3e){return _0xc66449!==_0x3a1c3e;},_0x57f4d9[_0x489ec7(0x1fb)]=_0x489ec7(0x185);const _0x187b22=_0x57f4d9;try{const _0x5cd821=[];let _0x2b0831=_0x3d9c58;while(_0x2b0831){_0x2b0831['name']&&_0x187b22[_0x489ec7(0x1c0)](_0x2b0831[_0x489ec7(0x1ee)],_0x187b22[_0x489ec7(0x1fb)])&&_0x5cd821[_0x489ec7(0x18b)](_0x2b0831[_0x489ec7(0x1ee)]),_0x2b0831=_0x2b0831[_0x489ec7(0x15d)];}return _0x5cd821['join']('\x20');}catch(_0x44ecf1){return _0x3d9c58&&_0x3d9c58[_0x489ec7(0x1ee)]||'';}}function getActiveTestNamePattern(){const _0x5b3028=a20_0xb23416,_0x140b07={'cTvBa':function(_0xf5fc12,_0x4f76b7,_0xda8625){return _0xf5fc12(_0x4f76b7,_0xda8625);},'PGTco':_0x5b3028(0x1c6),'cUjzu':_0x5b3028(0x1b9),'GmCxk':function(_0x141d3d,_0x5cf5d1){return _0x141d3d(_0x5cf5d1);},'PbBKt':function(_0x53c682,_0x39ea84){return _0x53c682===_0x39ea84;},'EOEnw':_0x5b3028(0x154),'HuIBT':function(_0x56d56a,_0x3482be){return _0x56d56a instanceof _0x3482be;},'pLLkS':_0x5b3028(0x1e4),'GWXfE':function(_0x1dd39f,_0x144835){return _0x1dd39f>_0x144835;},'Pafmw':function(_0x1f3068,_0xed5ba2){return _0x1f3068<_0xed5ba2;},'lZAUK':_0x5b3028(0x15b),'cIdbJ':function(_0xaf43d0,_0x203763){return _0xaf43d0+_0x203763;},'tPvMi':_0x5b3028(0x18e),'KVEhM':_0x5b3028(0x173)};try{let _0xf8b764;try{_0xf8b764=_0x140b07['cTvBa'](requireModule,_0x140b07[_0x5b3028(0x108)],_0x140b07[_0x5b3028(0x19f)]);}catch{_0xf8b764=_0x140b07['GmCxk'](requireModule,_0x140b07[_0x5b3028(0x19f)]);}if(_0xf8b764&&_0x140b07['PbBKt'](typeof _0xf8b764['getState'],_0x140b07[_0x5b3028(0x178)])){const _0x3c31c0=_0xf8b764['getState']();if(_0x3c31c0&&_0x3c31c0[_0x5b3028(0x121)]){if(_0x140b07[_0x5b3028(0x1c9)](_0x3c31c0[_0x5b3028(0x121)],RegExp))return _0x3c31c0[_0x5b3028(0x121)];if(_0x140b07[_0x5b3028(0x12d)](typeof _0x3c31c0[_0x5b3028(0x121)],_0x140b07[_0x5b3028(0x117)])&&_0x140b07[_0x5b3028(0x137)](_0x3c31c0[_0x5b3028(0x121)][_0x5b3028(0x142)],0x0))return new RegExp(_0x3c31c0['testNamePattern'],'i');}}}catch(_0x10ca81){}try{const _0x8cc969=process['argv']||[];for(let _0x52a2de=0x0;_0x140b07['Pafmw'](_0x52a2de,_0x8cc969['length']);_0x52a2de++){const _0xfabf69=_0x8cc969[_0x52a2de];if(_0x140b07[_0x5b3028(0x12d)](_0xfabf69,'-t')||_0x140b07['PbBKt'](_0xfabf69,_0x140b07[_0x5b3028(0x11a)])){const _0x33094e=_0x8cc969[_0x140b07[_0x5b3028(0x104)](_0x52a2de,0x1)];if(_0x33094e&&!_0x33094e[_0x5b3028(0xfe)]('-'))return new RegExp(_0x33094e,'i');}else{if(_0xfabf69&&(_0xfabf69[_0x5b3028(0xfe)](_0x140b07[_0x5b3028(0x115)])||_0xfabf69[_0x5b3028(0xfe)](_0x140b07[_0x5b3028(0x130)]))){const _0x2ba3f6=_0xfabf69[_0x5b3028(0x163)]('=')['slice'](0x1)[_0x5b3028(0x18f)]('=');if(_0x2ba3f6)return new RegExp(_0x2ba3f6,'i');}}}}catch(_0x5cbf25){}return null;}function a20_0x372d(_0x4add67,_0x445795){const _0x584ff8=a20_0x584f();return a20_0x372d=function(_0x372d1a,_0x37c3af){_0x372d1a=_0x372d1a-0xe7;let _0x4233e0=_0x584ff8[_0x372d1a];return _0x4233e0;},a20_0x372d(_0x4add67,_0x445795);}function isPhantomSkipFromNameFilter(_0x590dcf){const _0x4e8ed2=a20_0xb23416,_0xff3635={'NPRks':function(_0x2d68ca){return _0x2d68ca();},'TIicl':function(_0x1533db,_0xbf9dd7){return _0x1533db(_0xbf9dd7);}},_0x2a56df=_0xff3635['NPRks'](getActiveTestNamePattern);if(!_0x2a56df)return![];const _0xd74d27=_0xff3635[_0x4e8ed2(0x187)](getFullJestTestName,_0x590dcf);if(!_0xd74d27)return![];return!_0x2a56df['test'](_0xd74d27);}async function isCLIReady(){const _0x4159fb=a20_0xb23416,_0x4b6a08={'jbpEg':_0x4159fb(0x1c1),'mWqSg':function(_0x53a0b5,_0x3cb6a7){return _0x53a0b5(_0x3cb6a7);},'NctOw':_0x4159fb(0x1d1),'PHGKE':function(_0x2b630a,_0x3aff2e){return _0x2b630a===_0x3aff2e;},'dqooS':_0x4159fb(0x1f8)};try{const _0x81f1f0=BrowserstackCLI[_0x4159fb(0xf2)]();if(_0x81f1f0['isCliEnabled']()&&_0x81f1f0['isRunning']())return logger[_0x4159fb(0x1bf)](_0x4b6a08[_0x4159fb(0x174)]),!![];const _0x1ae0d4=process['env'][_0x4159fb(0x1e7)];if(_0x1ae0d4&&_0x81f1f0[_0x4159fb(0x168)]()){if(!_0x81f1f0['isRunning']())try{const _0x4c26af=_0x4b6a08[_0x4159fb(0x1f3)](require,_0x4b6a08[_0x4159fb(0x1ea)]),_0x29f40f=_0x4c26af[_0x4159fb(0x1fa)]();(!_0x29f40f||!_0x29f40f[_0x4159fb(0x1ee)])&&(_0x4b6a08[_0x4159fb(0x152)](process[_0x4159fb(0x1af)]['BROWSERSTACK_PUPPETEER'],_0x4b6a08[_0x4159fb(0xeb)])?_0x4c26af[_0x4159fb(0x113)](FRAMEWORKS[_0x4159fb(0x1de)],FRAMEWORKS[_0x4159fb(0x1e3)]):_0x4c26af[_0x4159fb(0x113)](FRAMEWORKS[_0x4159fb(0x1de)],FRAMEWORKS[_0x4159fb(0x16c)])),await _0x81f1f0[_0x4159fb(0x16d)]();}catch(_0x5e5215){return _0x4b6a08[_0x4159fb(0x1f3)](debug,_0x4159fb(0x1cb)+util['format'](_0x5e5215)),![];}return _0x81f1f0[_0x4159fb(0xfa)]();}return![];}catch(_0x5a29ce){return _0x4b6a08[_0x4159fb(0x1f3)](debug,_0x4159fb(0x12b)+util[_0x4159fb(0x1c5)](_0x5a29ce)),![];}}function getTestIdentifierForHook(_0x50cf68){const _0x5d7554=a20_0xb23416,_0x462942={};_0x462942[_0x5d7554(0x13a)]=function(_0x51f709,_0x4bbb52){return _0x51f709===_0x4bbb52;},_0x462942[_0x5d7554(0x148)]='beforeEach',_0x462942[_0x5d7554(0x184)]='beforeAll',_0x462942['eVUgX']=function(_0x1863ad,_0x2f19a9){return _0x1863ad===_0x2f19a9;};const _0x57c9ff=_0x462942;if(_0x57c9ff['LIrUh'](_0x50cf68[_0x5d7554(0x1c2)],_0x57c9ff[_0x5d7554(0x148)])||_0x57c9ff['LIrUh'](_0x50cf68['type'],_0x57c9ff[_0x5d7554(0x184)])){let _0x9ce606=global[_0x5d7554(0x15e)];if(!_0x9ce606&&_0x57c9ff['eVUgX'](_0x50cf68[_0x5d7554(0x1c2)],_0x57c9ff['ulXPS'])&&_0x50cf68['parent']){const _0x12c4bf={};_0x12c4bf[_0x5d7554(0x1ee)]=_0x50cf68['parent'][_0x5d7554(0x1ee)],_0x12c4bf[_0x5d7554(0x15d)]=_0x50cf68[_0x5d7554(0x15d)][_0x5d7554(0x15d)],_0x12c4bf[_0x5d7554(0x179)]=_0x50cf68[_0x5d7554(0x179)],_0x12c4bf['file']=_0x50cf68['file'];const _0x5ee29c=_0x12c4bf;_0x9ce606=jestUtils[_0x5d7554(0x151)](_0x5ee29c);}return _0x9ce606;}return global['__jestCurrentTestIdentifier'];}function mapHookTypeToState(_0x284ff7){const _0x29a6bd=a20_0xb23416,_0x2f7fd9={};_0x2f7fd9[_0x29a6bd(0x100)]=TestFrameworkState[_0x29a6bd(0x17a)],_0x2f7fd9['afterAll']=TestFrameworkState['AFTER_ALL'],_0x2f7fd9[_0x29a6bd(0x1c3)]=TestFrameworkState[_0x29a6bd(0x12a)],_0x2f7fd9['afterEach']=TestFrameworkState[_0x29a6bd(0x134)];const _0x36c331=_0x2f7fd9;return _0x36c331[_0x284ff7]||TestFrameworkState[_0x29a6bd(0x12a)];}async function handleHookEventCLI(_0x3c1e5f,_0x4fad8a,_0x3330b9){const _0xf161e=a20_0xb23416,_0x3e3d7e={'HEhtz':function(_0x5de338,_0x5980e3){return _0x5de338(_0x5980e3);},'lJxII':_0xf161e(0xe7),'mCJSp':function(_0x3791f5,_0x534848){return _0x3791f5===_0x534848;},'BXVnz':_0xf161e(0x185),'DwOIa':function(_0x4b8017){return _0x4b8017();},'nMQVH':function(_0x344df1){return _0x344df1();},'ZlruH':function(_0x5d0976,_0x2391c1){return _0x5d0976===_0x2391c1;},'szIGL':_0xf161e(0x1e9),'KTySs':function(_0x296eb0,_0x158a94){return _0x296eb0(_0x158a94);},'tuGLA':function(_0x3b66be,_0x540740){return _0x3b66be===_0x540740;},'etQRL':_0xf161e(0x123),'pXNNU':_0xf161e(0x132)};logger[_0xf161e(0x1bf)]('Handling\x20hook\x20event\x20for\x20CLI:\x20'+_0x4fad8a+_0xf161e(0x1cc)+_0x3c1e5f[_0xf161e(0x1c2)]);try{if(_0x3c1e5f['fn']&&_0x3c1e5f['fn'][_0xf161e(0xfd)]()[_0xf161e(0x180)](/browserstack internal helper hook/))return;if(_0x3c1e5f[_0xf161e(0x15d)]&&_0x3e3d7e[_0xf161e(0x111)](_0x3c1e5f['parent'][_0xf161e(0x1ee)],_0x3e3d7e[_0xf161e(0x1f6)])){const _0x19c359=_0x3c1e5f[_0xf161e(0x179)]&&((()=>{const _0xf192a3=_0xf161e;try{const _0x1cfa12=_0x3e3d7e[_0xf192a3(0x1ab)](require,_0x3e3d7e[_0xf192a3(0x1ac)]),_0x109fe0=_0x1cfa12[_0xf192a3(0x1b4)]['call'](_0x1cfa12,_0x3c1e5f[_0xf192a3(0x179)]);return _0x109fe0[0x0]&&_0x109fe0[0x0][_0xf192a3(0x200)]?_0x109fe0[0x0][_0xf192a3(0x200)]():null;}catch(_0x3f68cc){return logger[_0xf192a3(0x1bf)](_0xf192a3(0x1da)+_0x3f68cc['message']),null;}})())||_0x3c1e5f[_0xf161e(0x17d)]||null;if(!_0x19c359)return;}let _0x541c61=_0x3c1e5f['hookAnalyticsId'];if(!_0x541c61)_0x541c61=_0x3e3d7e[_0xf161e(0x13f)](uuidv4),_0x3c1e5f['hookAnalyticsId']=_0x541c61;else _0x3c1e5f[_0xf161e(0x11c)]&&(_0x541c61=_0x3e3d7e['nMQVH'](uuidv4),_0x3c1e5f[_0xf161e(0x102)]=_0x541c61,delete _0x3c1e5f['markedStatus']);_0x3e3d7e[_0xf161e(0x1a8)](_0x4fad8a,_0x3e3d7e[_0xf161e(0x1b1)])&&(_0x3c1e5f[_0xf161e(0x139)]=new Date()['toISOString']());const _0x203f46=_0x3e3d7e[_0xf161e(0x1ab)](getTestIdentifierForHook,_0x3c1e5f);!global['__workerDetails']&&(global['__workerDetails']={});if(_0x3e3d7e[_0xf161e(0x111)](_0x4fad8a,_0x3e3d7e[_0xf161e(0x1b1)])){global[_0xf161e(0x11e)]['currentHook']={'hookUUID':_0x541c61,'testIdentifier':_0x203f46,'hookType':_0x3c1e5f[_0xf161e(0x1c2)],'startedAt':new Date()[_0xf161e(0x120)]()};const _0x22cb58=BrowserstackCLI[_0xf161e(0xf2)]()[_0xf161e(0x1a7)]();_0x22cb58&&_0x22cb58['setActiveHook']&&_0x22cb58[_0xf161e(0x1f1)](_0x203f46,_0x541c61,_0x3c1e5f[_0xf161e(0x1c2)]);}const _0x1d25f1=await jestUtils[_0xf161e(0x1f9)](_0x3c1e5f,_0x541c61,_0x4fad8a,_0x203f46);if(!_0x1d25f1)return;const _0x29705d=_0x3e3d7e[_0xf161e(0x1bd)](mapHookTypeToState,_0x3c1e5f[_0xf161e(0x1c2)]),_0xca8b0b=_0x3e3d7e[_0xf161e(0x196)](_0x4fad8a,_0x3e3d7e[_0xf161e(0x1b1)])?HookState[_0xf161e(0x14b)]:HookState[_0xf161e(0x103)],_0xbb9cc8=BrowserstackCLI[_0xf161e(0xf2)]()['getTestFramework']();if(_0xbb9cc8){const _0x128a7c={};_0x128a7c[_0xf161e(0x1fc)]=_0x1d25f1,await _0xbb9cc8[_0xf161e(0x14d)](_0x29705d,_0xca8b0b,_0x128a7c);if(_0x3e3d7e[_0xf161e(0x111)](_0x4fad8a,_0x3e3d7e[_0xf161e(0x12c)])){const _0x3011d4={};_0x3011d4[_0xf161e(0x202)]=_0x203f46,_0x3011d4[_0xf161e(0x1c2)]=_0x3e3d7e[_0xf161e(0xf4)],await _0xbb9cc8[_0xf161e(0x14d)](TestFrameworkState[_0xf161e(0xf8)],HookState[_0xf161e(0x103)],_0x3011d4),global[_0xf161e(0x11e)]&&global[_0xf161e(0x11e)]['currentHook']&&_0x3e3d7e['tuGLA'](global[_0xf161e(0x11e)]['currentHook']['hookUUID'],_0x541c61)&&delete global[_0xf161e(0x11e)]['currentHook'],_0xbb9cc8['removeActiveHook']&&_0xbb9cc8['removeActiveHook'](_0x203f46,_0x541c61);}}}catch(_0x417d20){logger[_0xf161e(0x12f)](_0xf161e(0x17f)+util[_0xf161e(0x1c5)](_0x417d20));throw _0x417d20;}}async function handleTestEventCLI(_0x459feb,_0x500b69,_0x4f9c49){const _0x3a0a75=a20_0xb23416,_0x30ff48={};_0x30ff48['fYVLn']=function(_0x3d3657,_0x1f3ab7){return _0x3d3657===_0x1f3ab7;},_0x30ff48[_0x3a0a75(0x1ba)]=_0x3a0a75(0x13b),_0x30ff48[_0x3a0a75(0xfc)]=function(_0x3ac067,_0xcf3790){return _0x3ac067>_0xcf3790;},_0x30ff48[_0x3a0a75(0x160)]=function(_0x3c648c,_0x1611c7){return _0x3c648c===_0x1611c7;},_0x30ff48[_0x3a0a75(0x19e)]=function(_0x3b312b,_0xe5a869){return _0x3b312b&&_0xe5a869;},_0x30ff48[_0x3a0a75(0xf3)]=_0x3a0a75(0x116),_0x30ff48['hDoqK']=_0x3a0a75(0xf7),_0x30ff48['KhOlR']=function(_0x24d335,_0x271347){return _0x24d335&&_0x271347;},_0x30ff48[_0x3a0a75(0x1d5)]=_0x3a0a75(0x193);const _0x259fbe=_0x30ff48;logger['debug']('Handling\x20test\x20event\x20for\x20CLI:\x20'+_0x500b69);try{let _0x38cfa2;if(_0x259fbe[_0x3a0a75(0x1a3)](_0x500b69,_0x259fbe[_0x3a0a75(0x1ba)])){_0x38cfa2=jestUtils[_0x3a0a75(0x151)](_0x459feb),global[_0x3a0a75(0x15e)]=_0x38cfa2,_0x459feb[_0x3a0a75(0x112)]=_0x38cfa2,_0x459feb['id']=_0x38cfa2,_0x459feb[_0x3a0a75(0x139)]=new Date()[_0x3a0a75(0x120)]();const _0x433970=_0x4f9c49['current_test'];_0x4f9c49[_0x3a0a75(0xf5)]=_0x459feb,_0x459feb[_0x3a0a75(0x195)]=null;if(_0x259fbe[_0x3a0a75(0xfc)](_0x459feb[_0x3a0a75(0x1d7)],0x0)&&_0x433970&&_0x259fbe[_0x3a0a75(0x160)](_0x433970[_0x3a0a75(0x181)],_0x459feb[_0x3a0a75(0x181)])){_0x459feb['retryOf']=_0x433970['testAnalyticsId'];const _0x23bd38=await jestUtils[_0x3a0a75(0x110)](_0x459feb,_0x38cfa2,_0x259fbe[_0x3a0a75(0x1ba)]),_0x5f5c18=BrowserstackCLI[_0x3a0a75(0xf2)]()[_0x3a0a75(0x1a7)]();if(_0x259fbe['pRHOG'](_0x23bd38,_0x5f5c18)){const _0x5db42b={};_0x5db42b['test']=_0x23bd38,await _0x5f5c18[_0x3a0a75(0x14d)](TestFrameworkState[_0x3a0a75(0x17c)],HookState[_0x3a0a75(0x14b)],_0x5db42b);}_0x433970[_0x3a0a75(0x1d6)]=_0x259fbe[_0x3a0a75(0xf3)];const _0x316b68=await jestUtils[_0x3a0a75(0x110)](_0x433970,_0x433970[_0x3a0a75(0x112)],_0x259fbe[_0x3a0a75(0x1ef)]);if(_0x259fbe[_0x3a0a75(0x19e)](_0x316b68,_0x5f5c18)){const _0x36c260={};_0x36c260['test']=_0x316b68,await _0x5f5c18[_0x3a0a75(0x14d)](TestFrameworkState[_0x3a0a75(0x17c)],HookState[_0x3a0a75(0x103)],_0x36c260);}}else{const _0x901498=await jestUtils[_0x3a0a75(0x110)](_0x459feb,_0x38cfa2,_0x259fbe['jIjBy']),_0xe5a60f=BrowserstackCLI[_0x3a0a75(0xf2)]()['getTestFramework']();if(_0x259fbe[_0x3a0a75(0xf1)](_0x901498,_0xe5a60f)){const _0x6d4a63={};_0x6d4a63['test']=_0x901498,await _0xe5a60f[_0x3a0a75(0x14d)](TestFrameworkState[_0x3a0a75(0x17c)],HookState[_0x3a0a75(0x14b)],_0x6d4a63);}}}else{_0x38cfa2=_0x459feb[_0x3a0a75(0x112)]||_0x459feb['id']||global[_0x3a0a75(0x15e)];const _0x2abb86=await jestUtils['createTestFrameworkData'](_0x459feb,_0x38cfa2,_0x500b69),_0x4d523f=BrowserstackCLI[_0x3a0a75(0xf2)]()[_0x3a0a75(0x1a7)]();if(_0x259fbe[_0x3a0a75(0xf1)](_0x2abb86,_0x4d523f)){const _0x40e7e0={};_0x40e7e0[_0x3a0a75(0x193)]=_0x2abb86,_0x40e7e0[_0x3a0a75(0x147)]=_0x459feb,_0x40e7e0['testIdentifier']=_0x38cfa2,await _0x4d523f[_0x3a0a75(0x14d)](TestFrameworkState[_0x3a0a75(0x17c)],HookState['POST'],_0x40e7e0);const _0x136f5e={};_0x136f5e[_0x3a0a75(0x202)]=_0x38cfa2,_0x136f5e[_0x3a0a75(0x1c2)]=_0x259fbe[_0x3a0a75(0x1d5)],await _0x4d523f[_0x3a0a75(0x14d)](TestFrameworkState['LOG_REPORT'],HookState[_0x3a0a75(0x103)],_0x136f5e);}}}catch(_0x514c45){logger[_0x3a0a75(0x12f)](_0x3a0a75(0x135)+util['format'](_0x514c45));throw _0x514c45;}}exportsI[a20_0xb23416(0x10d)]=(..._0x2146d7)=>{const _0xee8f77=a20_0xb23416,_0x4a7898={'VISTU':function(_0x274e87,_0x112f16){return _0x274e87(_0x112f16);},'NZJeh':_0xee8f77(0xe7),'GCpga':function(_0x42e3c8,_0xafe261){return _0x42e3c8(_0xafe261);},'VaZXA':function(_0x554435,_0x43d522){return _0x554435&&_0x43d522;},'QPVnb':_0xee8f77(0x1bb),'KZWtZ':function(_0x21180d,_0x50e300){return _0x21180d===_0x50e300;},'Unnff':_0xee8f77(0x185),'uXBqs':function(_0x5ad82d){return _0x5ad82d();},'sjgYx':function(_0x2116e0,_0x209b95){return _0x2116e0(_0x209b95);},'VuWzd':function(_0x1f3cdf,_0x4d5294,_0xdc396,_0x1f6398){return _0x1f3cdf(_0x4d5294,_0xdc396,_0x1f6398);},'TjnoD':_0xee8f77(0x1e9),'dWOAy':function(_0x308562,_0x1fccfd){return _0x308562(_0x1fccfd);},'ehNQu':function(_0x241202,_0x1b3346){return _0x241202(_0x1b3346);},'MAlXb':_0xee8f77(0x153),'ouulL':function(_0x252551){return _0x252551();},'DkOvt':function(_0x50b151,_0x543c84,_0x365dd9,_0x37f449){return _0x50b151(_0x543c84,_0x365dd9,_0x37f449);},'LHiAz':_0xee8f77(0x123),'JIGNW':function(_0x11f6ba,_0x21b389){return _0x11f6ba(_0x21b389);},'EBvro':_0xee8f77(0xe8),'tiYxQ':_0xee8f77(0x100),'geWSi':_0xee8f77(0x1c3),'KgtXI':'afterEach','zdmIi':function(_0x2d8c52,_0x5e1b12){return _0x2d8c52>_0x5e1b12;},'xSbUg':function(_0x338c4f,_0x1bc2c2){return _0x338c4f(_0x1bc2c2);},'Kntwj':function(_0x1ebeea,_0x9a340a,_0x5cb37f,_0x72eb90){return _0x1ebeea(_0x9a340a,_0x5cb37f,_0x72eb90);},'qnzCO':function(_0xc8cc16,_0x40eef7){return _0xc8cc16(_0x40eef7);},'OnDpF':_0xee8f77(0x186),'LojtG':function(_0x2eb22c,_0x5ed9a1){return _0x2eb22c(_0x5ed9a1);},'wkdzq':function(_0x27c78d,_0x3ee587){return _0x27c78d!==_0x3ee587;},'FtumD':_0xee8f77(0xef),'fSiYI':function(_0x390fd3,_0x2b34eb,_0xaec846,_0x1dc64a){return _0x390fd3(_0x2b34eb,_0xaec846,_0x1dc64a);},'rcFiQ':_0xee8f77(0x13b),'WnNNp':function(_0x48c483,_0x242ee){return _0x48c483(_0x242ee);},'UKhbI':function(_0x44f241){return _0x44f241();},'QMSsA':_0xee8f77(0x1ad),'aTRGJ':function(_0x433e35,_0x21c430){return _0x433e35(_0x21c430);},'aGeZs':function(_0x1b1d76,_0x12071e){return _0x1b1d76(_0x12071e);},'TxCrz':function(_0xa1c05,_0x90995f){return _0xa1c05>_0x90995f;},'augAr':function(_0x1f3cf5,_0xbd2776){return _0x1f3cf5===_0xbd2776;},'aSYjG':_0xee8f77(0x14f),'fiBhC':_0xee8f77(0x116),'ZwvtZ':'passed','jfqjY':function(_0x1010fa,_0x5e80a9){return _0x1010fa||_0x5e80a9;},'TPJrr':'TestRunFinished','VQIFe':function(_0x5ee857,_0x132f52){return _0x5ee857(_0x132f52);},'tMjQj':_0xee8f77(0x1a6),'qJNMP':function(_0x22f91b,_0x3fffe7){return _0x22f91b(_0x3fffe7);},'OQwOX':function(_0x1c71fc,_0x1f68cc){return _0x1c71fc(_0x1f68cc);},'vwfiJ':function(_0x1d5b3c){return _0x1d5b3c();},'HQRyK':function(_0x3732fa,_0x500333,_0x2da4d4,_0x197ed5){return _0x3732fa(_0x500333,_0x2da4d4,_0x197ed5);},'YyNeb':_0xee8f77(0x1e2),'eMTRD':_0xee8f77(0x1b3),'lmMjT':_0xee8f77(0x11b),'QvMMS':function(_0x5e6df4,_0xe06cf2){return _0x5e6df4===_0xe06cf2;},'lxEvl':_0xee8f77(0x1e4),'DbRCr':function(_0x4b4891,_0x262f63){return _0x4b4891===_0x262f63;},'ixVRr':_0xee8f77(0x1ae),'IhvJd':function(_0x3d900b){return _0x3d900b();},'rrNVV':function(_0x49b430){return _0x49b430();},'bcbGi':function(_0x7d1d5a,_0x3ac8a3,_0x38f8cd){return _0x7d1d5a(_0x3ac8a3,_0x38f8cd);},'Qpgki':_0xee8f77(0x1c6),'HAnSM':'jest-circus','OJAut':function(_0x5d100b,_0x573caf,_0x525841){return _0x5d100b(_0x573caf,_0x525841);},'ayqdC':_0xee8f77(0x17e),'MWecx':function(_0x90d3f,_0x46efd6,_0x5d7513){return _0x90d3f(_0x46efd6,_0x5d7513);},'zyEDF':_0xee8f77(0x133),'RomPU':function(_0x498db6,..._0x32683b){return _0x498db6(..._0x32683b);}};try{logger[_0xee8f77(0x1bf)](_0xee8f77(0x1df)+_0x4a7898[_0xee8f77(0x191)](shouldProcessEventForTesthub)+_0xee8f77(0x1b0)+process['env'][_0xee8f77(0x1dd)]);const _0x36e803=_0x2146d7&&_0x2146d7[0x0]?_0x2146d7[0x0]:{};_0x36e803&&_0x4a7898['QvMMS'](typeof _0x36e803[_0xee8f77(0x10a)],_0x4a7898[_0xee8f77(0x1a1)])&&_0x36e803[_0xee8f77(0x10a)]&&(_currentTestPath=_0x36e803['testPath']);let _0x32692c=0x0;try{if(_0x36e803[_0xee8f77(0x155)]&&_0x4a7898[_0xee8f77(0x1c8)](typeof _0x36e803[_0xee8f77(0x155)]['browserstackPlatformIndex'],_0x4a7898[_0xee8f77(0x10b)]))_0x32692c=_0x36e803['config'][_0xee8f77(0x107)];else{if(_0x36e803[_0xee8f77(0x1b7)]&&_0x4a7898[_0xee8f77(0x1c8)](typeof _0x36e803[_0xee8f77(0x1b7)][_0xee8f77(0x107)],_0x4a7898['ixVRr']))_0x32692c=_0x36e803[_0xee8f77(0x1b7)][_0xee8f77(0x107)];else global[_0xee8f77(0x1e8)]&&_0x4a7898[_0xee8f77(0x1c8)](typeof global['jestConfig'][_0xee8f77(0x107)],_0x4a7898[_0xee8f77(0x10b)])&&(_0x32692c=global['jestConfig'][_0xee8f77(0x107)]);}}catch(_0x52cff7){logger[_0xee8f77(0x1bf)](_0xee8f77(0x1db)+util['format'](_0x52cff7));}global[_0xee8f77(0x119)]=_0x32692c,process[_0xee8f77(0x1af)][_0xee8f77(0x1f5)]=_0x4a7898[_0xee8f77(0xe9)](String,_0x32692c);const _0x4a4d67=new ObservabilityReporter();!_initializedPlatformIndices[_0xee8f77(0x143)](_0x32692c)?(logger[_0xee8f77(0x1bf)](_0xee8f77(0xea)+_0x32692c),_initializedPlatformIndices[_0xee8f77(0x10f)](_0x32692c),_0x4a7898[_0xee8f77(0x1ec)](shouldProcessEventForTesthub)&&(_0x4a7898[_0xee8f77(0x1d8)](patchConsoleLogger),_0x4a4d67[_0xee8f77(0x10c)]())):logger['debug'](_0xee8f77(0x1d3)+_0x32692c+_0xee8f77(0x1ff));let _0x324ae3;try{_0x324ae3=_0x4a7898[_0xee8f77(0x167)](requireModule,_0x4a7898[_0xee8f77(0x1f7)],_0x4a7898[_0xee8f77(0x166)]);}catch{_0x324ae3=_0x4a7898['WnNNp'](requireModule,_0x4a7898[_0xee8f77(0x166)]);}let _0x1d4a3a;try{_0x1d4a3a=_0x4a7898[_0xee8f77(0x198)](requireModule,_0x4a7898['ayqdC'],_0x4a7898[_0xee8f77(0x166)])['makeSingleTestResult'];}catch{_0x1d4a3a=_0x4a7898[_0xee8f77(0x16b)](requireModule,_0x4a7898['HAnSM'])[_0xee8f77(0x122)]||(()=>({}));}const _0x23c0cd=BrowserstackCLI[_0xee8f77(0xf2)]()[_0xee8f77(0x168)]();(_0x4a7898[_0xee8f77(0x1ec)](shouldProcessEventForTesthub)||_0x23c0cd)&&_0x324ae3[_0xee8f77(0x106)](_0x4a7898[_0xee8f77(0x158)](o11yErrorHandler,async(_0x1f56dd,_0x3ba963)=>{const _0xeb0e4b=_0xee8f77,_0x5086b0={'vcsVb':function(_0x4195ff,_0x5ba6f0){const _0x103d7b=a20_0x372d;return _0x4a7898[_0x103d7b(0x11d)](_0x4195ff,_0x5ba6f0);}};_0x4a7898[_0xeb0e4b(0x1d9)](_currentTestPath,_0x1f56dd)&&_0x1f56dd['test']&&!_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x17d)]&&(_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x17d)]=_currentTestPath);switch(_0x1f56dd[_0xeb0e4b(0x1ee)]){case _0x4a7898[_0xeb0e4b(0x15c)]:if(_0x1f56dd[_0xeb0e4b(0x132)]['fn']&&_0x1f56dd[_0xeb0e4b(0x132)]['fn'][_0xeb0e4b(0xfd)]()[_0xeb0e4b(0x180)](/browserstack internal helper hook/))break;if(_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x15d)]&&_0x4a7898[_0xeb0e4b(0x1d4)](_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x15d)][_0xeb0e4b(0x1ee)],_0x4a7898[_0xeb0e4b(0xec)])){const _0x5bca6e=_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x179)]&&((()=>{const _0x1e92a5=_0xeb0e4b;try{const _0x38172c=_0x4a7898[_0x1e92a5(0x1c7)](require,_0x4a7898['NZJeh']),_0x28be63=_0x38172c['parse'][_0x1e92a5(0x1ca)](_0x38172c,_0x1f56dd[_0x1e92a5(0x132)][_0x1e92a5(0x179)]);return _0x28be63[0x0]&&_0x28be63[0x0][_0x1e92a5(0x200)]?_0x28be63[0x0][_0x1e92a5(0x200)]():null;}catch(_0x4a172a){return logger[_0x1e92a5(0x1bf)](_0x1e92a5(0x1da)+_0x4a172a[_0x1e92a5(0x129)]),null;}})())||_0x1f56dd['hook'][_0xeb0e4b(0x17d)]||null;if(!_0x5bca6e)break;}if(BrowserstackCLI[_0xeb0e4b(0xf2)]()['isCliEnabled']()&&await _0x4a7898[_0xeb0e4b(0x183)](isCLIReady)){if(_0x4a7898[_0xeb0e4b(0x1eb)](shouldProcessEventForTesthub,testHubConstants[_0xeb0e4b(0x188)][_0xeb0e4b(0xfb)]))try{await _0x4a7898[_0xeb0e4b(0x12e)](handleHookEventCLI,_0x1f56dd[_0xeb0e4b(0x132)],_0x4a7898[_0xeb0e4b(0x1a4)],_0x3ba963);break;}catch(_0x193442){_0x4a7898[_0xeb0e4b(0x1f2)](debug,_0xeb0e4b(0x1be)+util['format'](_0x193442));}}if(_0x4a7898['ehNQu'](shouldProcessEventForTesthub,testHubConstants[_0xeb0e4b(0x188)][_0xeb0e4b(0xfb)])){if(!_0x1f56dd[_0xeb0e4b(0x132)]['hookAnalyticsId']){const _0x310288=TestDetails[_0xeb0e4b(0x16e)](process['pid']+':hookAnalyticsId');_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x102)]=_0x310288;}else _0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x11c)]&&(_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x102)]=TestDetails[_0xeb0e4b(0x16e)](process[_0xeb0e4b(0x14e)]+':hookAnalyticsId'),delete _0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x11c)]);_0x1f56dd['hook']['started_at']=new Date()[_0xeb0e4b(0x120)](),await _0x4a4d67[_0xeb0e4b(0x144)](_0x1f56dd[_0xeb0e4b(0x132)],undefined,![],_0x4a7898[_0xeb0e4b(0x1a4)]);}break;case _0x4a7898[_0xeb0e4b(0x1b5)]:if(BrowserstackCLI['getInstance']()[_0xeb0e4b(0x168)]()&&await _0x4a7898[_0xeb0e4b(0x18d)](isCLIReady)){if(_0x4a7898['ehNQu'](shouldProcessEventForTesthub,testHubConstants[_0xeb0e4b(0x188)][_0xeb0e4b(0x16a)]))try{await _0x4a7898['DkOvt'](handleHookEventCLI,_0x1f56dd[_0xeb0e4b(0x132)],_0x4a7898['LHiAz'],_0x3ba963);break;}catch(_0x28af99){_0x4a7898[_0xeb0e4b(0x11d)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xeb0e4b(0x1c5)](_0x28af99));}}_0x4a7898[_0xeb0e4b(0xe9)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xeb0e4b(0x16a)])&&(await _0x4a4d67[_0xeb0e4b(0x144)](_0x1f56dd[_0xeb0e4b(0x132)],undefined,![],_0x4a7898[_0xeb0e4b(0x126)]),TestDetails[_0xeb0e4b(0x10e)](process[_0xeb0e4b(0x14e)]+_0xeb0e4b(0x1f0)));break;case _0x4a7898[_0xeb0e4b(0x16f)]:[_0x4a7898[_0xeb0e4b(0x192)],_0x4a7898[_0xeb0e4b(0xf9)],_0x4a7898[_0xeb0e4b(0x1cf)]][_0xeb0e4b(0x1b8)](_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x1c2)])&&(_0x4a4d67[_0xeb0e4b(0xe8)]=_0x1f56dd[_0xeb0e4b(0x132)][_0xeb0e4b(0x1c2)]),_0x3ba963[_0xeb0e4b(0xff)]&&_0x4a7898[_0xeb0e4b(0x165)](_0x3ba963['unhandledErrors'][_0xeb0e4b(0x142)],0x0)&&(_0x1f56dd['hook'][_0xeb0e4b(0x124)]=[_0x3ba963[_0xeb0e4b(0xff)][0x0][0x0]]);if(BrowserstackCLI['getInstance']()[_0xeb0e4b(0x168)]()&&await _0x4a7898[_0xeb0e4b(0x18d)](isCLIReady)){if(_0x4a7898[_0xeb0e4b(0x19b)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xeb0e4b(0x16a)]))try{await _0x4a7898['Kntwj'](handleHookEventCLI,_0x1f56dd[_0xeb0e4b(0x132)],_0x4a7898[_0xeb0e4b(0x126)],_0x3ba963);break;}catch(_0x570e1f){_0x4a7898[_0xeb0e4b(0x1eb)](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0xeb0e4b(0x1c5)](_0x570e1f));}}_0x4a7898[_0xeb0e4b(0x1d2)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0xeb0e4b(0x16a)])&&(await _0x4a4d67[_0xeb0e4b(0x144)](_0x1f56dd[_0xeb0e4b(0x132)],undefined,![],_0x4a7898[_0xeb0e4b(0x126)]),TestDetails['removeTestUUID'](process[_0xeb0e4b(0x14e)]+_0xeb0e4b(0x1f0)));break;case _0x4a7898[_0xeb0e4b(0x1a2)]:if(_0x4a7898[_0xeb0e4b(0x1eb)](isTrue,process[_0xeb0e4b(0x1af)][_0xeb0e4b(0x177)])&&_0x4a7898[_0xeb0e4b(0x16b)](isPhantomSkipFromNameFilter,_0x1f56dd[_0xeb0e4b(0x193)])){const _0x501bce=_0x4a7898[_0xeb0e4b(0x172)](getFullJestTestName,_0x1f56dd[_0xeb0e4b(0x193)]);logger[_0xeb0e4b(0x1bf)]('[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22'+_0x501bce+'\x22');break;}try{let _0x32de7a=_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x1ee)]||'';try{let _0x90f6f6=_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x15d)];const _0x1be70c=[_0x32de7a];while(_0x90f6f6&&_0x90f6f6['name']&&_0x4a7898[_0xeb0e4b(0x1f4)](_0x90f6f6[_0xeb0e4b(0x1ee)],_0x4a7898[_0xeb0e4b(0xec)])){_0x1be70c['unshift'](_0x90f6f6[_0xeb0e4b(0x1ee)]),_0x90f6f6=_0x90f6f6[_0xeb0e4b(0x15d)];}_0x32de7a=_0x1be70c[_0xeb0e4b(0x18f)](_0x4a7898[_0xeb0e4b(0x1e5)]);}catch(_0xc25fe4){logger[_0xeb0e4b(0x1bf)](_0xeb0e4b(0x18c)+_0xc25fe4['message']);}process[_0xeb0e4b(0x176)]=_0x32de7a,process[_0xeb0e4b(0x201)]=null,process[_0xeb0e4b(0x145)]=null,logger['debug'](_0xeb0e4b(0xed)+_0x32de7a+'\x22');if(!global['__workerDetails']){const _0x1ee798={};_0x1ee798[_0xeb0e4b(0x146)]={},global[_0xeb0e4b(0x11e)]=_0x1ee798;}!global['__workerDetails'][_0xeb0e4b(0x146)]&&(global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)]={});const _0x4bf388={};_0x4bf388[_0xeb0e4b(0x181)]=_0x32de7a,_0x4bf388['name']=_0x32de7a,global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)][_0xeb0e4b(0x1bc)]=_0x4bf388,global[_0xeb0e4b(0x150)]=_0x32de7a;}catch(_0x507e5c){logger[_0xeb0e4b(0x1bf)]('[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20'+_0x507e5c[_0xeb0e4b(0x129)]);}if(BrowserstackCLI[_0xeb0e4b(0xf2)]()[_0xeb0e4b(0x168)]()&&await _0x4a7898[_0xeb0e4b(0x183)](isCLIReady))try{await _0x4a7898[_0xeb0e4b(0x15f)](handleTestEventCLI,_0x1f56dd['test'],_0x4a7898['rcFiQ'],_0x4a4d67);break;}catch(_0x5963dd){_0x4a7898[_0xeb0e4b(0x157)](debug,_0xeb0e4b(0x1be)+util['format'](_0x5963dd));}_0x4a7898[_0xeb0e4b(0x161)](shouldProcessEventForTesthub)&&await _0x4a4d67['testStarted'](_0x1f56dd[_0xeb0e4b(0x193)]);break;case _0x4a7898[_0xeb0e4b(0x149)]:{const _0x16229d=_0x1f56dd['test'];if(_0x4a7898[_0xeb0e4b(0x14a)](isTrue,process[_0xeb0e4b(0x1af)][_0xeb0e4b(0x177)])&&_0x4a7898[_0xeb0e4b(0x1b6)](isPhantomSkipFromNameFilter,_0x16229d)){const _0x43f948=_0x4a7898[_0xeb0e4b(0x1d2)](getFullJestTestName,_0x16229d);logger[_0xeb0e4b(0x1bf)](_0xeb0e4b(0x1fd)+_0x43f948+'\x22'),_0x16229d[_0xeb0e4b(0x11c)]=!![];break;}_0x1f56dd['test']={..._0x4a7898[_0xeb0e4b(0x16b)](_0x1d4a3a,_0x1f56dd[_0xeb0e4b(0x193)]),..._0x1f56dd[_0xeb0e4b(0x193)]};try{const _0x4b0840=_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x13d)]||[],_0x1e991d=_0x4a7898[_0xeb0e4b(0x13e)](_0x4b0840['length'],0x0)||_0x4a7898['augAr'](_0x1f56dd['test'][_0xeb0e4b(0x17b)],_0x4a7898['aSYjG']),_0xd371b4=_0x1e991d?_0x4a7898['fiBhC']:_0x4a7898[_0xeb0e4b(0xf6)];let _0x22cba1='';_0x1e991d&&(_0x22cba1=_0x4b0840[_0xeb0e4b(0x18a)](_0x2ecc2e=>{const _0x2bfd23=_0xeb0e4b;if(Array[_0x2bfd23(0x1e6)](_0x2ecc2e))return _0x2ecc2e[_0x2bfd23(0x18a)](_0x264824=>_0x264824&&_0x264824[_0x2bfd23(0x129)]||String(_0x264824))['join'](';\x20');return _0x2ecc2e&&_0x2ecc2e[_0x2bfd23(0x129)]||_0x5086b0[_0x2bfd23(0x19c)](String,_0x2ecc2e);})[_0xeb0e4b(0x18f)](';\x20')),process[_0xeb0e4b(0x201)]=_0xd371b4,process[_0xeb0e4b(0x145)]=_0x4a7898[_0xeb0e4b(0x162)](_0x22cba1,''),logger['debug']('[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22'+_0xd371b4+'\x22'),global[_0xeb0e4b(0x11e)]&&global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)]&&(!global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)][_0xeb0e4b(0x1bc)]&&(global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)]['testInfo']={}),global[_0xeb0e4b(0x11e)][_0xeb0e4b(0x146)][_0xeb0e4b(0x1bc)][_0xeb0e4b(0x17b)]=_0xd371b4,_0x1e991d&&(global['__workerDetails'][_0xeb0e4b(0x146)][_0xeb0e4b(0x1bc)][_0xeb0e4b(0x140)]=_0x22cba1));}catch(_0x5ca4c0){logger[_0xeb0e4b(0x1bf)](_0xeb0e4b(0x190)+_0x5ca4c0[_0xeb0e4b(0x129)]);}if(!_0x1f56dd[_0xeb0e4b(0x193)]['markedStatus']){_0x1f56dd[_0xeb0e4b(0x193)][_0xeb0e4b(0x11c)]=!![];if(BrowserstackCLI[_0xeb0e4b(0xf2)]()[_0xeb0e4b(0x168)]()&&await _0x4a7898[_0xeb0e4b(0x18d)](isCLIReady))try{await _0x4a7898['VuWzd'](handleTestEventCLI,_0x1f56dd[_0xeb0e4b(0x193)],_0x4a7898[_0xeb0e4b(0x1ce)],_0x4a4d67);break;}catch(_0x2087a0){_0x4a7898[_0xeb0e4b(0x182)](debug,_0xeb0e4b(0x1be)+util[_0xeb0e4b(0x1c5)](_0x2087a0));}_0x4a7898[_0xeb0e4b(0x183)](shouldProcessEventForTesthub)&&await _0x4a4d67[_0xeb0e4b(0x144)](_0x1f56dd[_0xeb0e4b(0x193)]);}break;}case _0x4a7898['tMjQj']:{const _0xcec7ca=_0x1f56dd['test'];if(_0x4a7898['aTRGJ'](isTrue,process[_0xeb0e4b(0x1af)][_0xeb0e4b(0x177)])&&_0x4a7898[_0xeb0e4b(0x194)](isPhantomSkipFromNameFilter,_0xcec7ca)){const _0x4120af=_0x4a7898['OQwOX'](getFullJestTestName,_0xcec7ca);logger['debug']('[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22'+_0x4120af+'\x22'),_0xcec7ca['markedStatus']=!![];break;}_0x1f56dd[_0xeb0e4b(0x193)]={..._0x4a7898[_0xeb0e4b(0x1c7)](_0x1d4a3a,_0x1f56dd[_0xeb0e4b(0x193)]),..._0x1f56dd[_0xeb0e4b(0x193)]};if(!_0x1f56dd[_0xeb0e4b(0x193)]['markedStatus']){_0x1f56dd[_0xeb0e4b(0x193)]['markedStatus']=!![];if(BrowserstackCLI['getInstance']()[_0xeb0e4b(0x168)]()&&await _0x4a7898[_0xeb0e4b(0x191)](isCLIReady))try{await _0x4a7898[_0xeb0e4b(0x175)](handleTestEventCLI,_0x1f56dd[_0xeb0e4b(0x193)],_0x4a7898['YyNeb'],_0x4a4d67);break;}catch(_0x16a7cd){_0x4a7898['aTRGJ'](debug,_0xeb0e4b(0x1be)+util[_0xeb0e4b(0x1c5)](_0x16a7cd));}_0x4a7898[_0xeb0e4b(0x191)](shouldProcessEventForTesthub)&&await _0x4a4d67['sendTestRunEvent'](_0x1f56dd['test'],undefined,![],_0x4a7898[_0xeb0e4b(0x136)]);}break;}case _0x4a7898[_0xeb0e4b(0x19d)]:_0x4a4d67[_0xeb0e4b(0xe8)]=null;break;case _0x4a7898[_0xeb0e4b(0x1b2)]:await RequestQueueHandler[_0xeb0e4b(0xf2)]()['shutdown'](),process[_0xeb0e4b(0x118)]();break;default:}},_0x4a7898[_0xee8f77(0x1a5)]));}catch(_0x577c62){_0x4a7898[_0xee8f77(0x1c7)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x577c62);}return _0x4a7898[_0xee8f77(0x13c)](initInitialize,..._0x2146d7);};try{Object[a20_0xb23416(0x105)](exportsI)[a20_0xb23416(0x170)](_0x8c0e24=>{const _0x15f37e=a20_0xb23416,_0xc14e02={'JyOYT':function(_0x52285d,_0x1c0157){return _0x52285d(_0x1c0157);}};try{exports&&(exports[_0x8c0e24]=exportsI[_0x8c0e24]);}catch(_0x1cac27){_0xc14e02[_0x15f37e(0x1a0)](debug,_0x15f37e(0x19a)+_0x1cac27);}});}catch(a20_0x53e1e7){debug(a20_0xb23416(0x1c4)+a20_0x53e1e7);}const a20_0x28cfaf={};a20_0x28cfaf[a20_0xb23416(0xee)]=getFullJestTestName,a20_0x28cfaf[a20_0xb23416(0x15a)]=getActiveTestNamePattern,a20_0x28cfaf['isPhantomSkipFromNameFilter']=isPhantomSkipFromNameFilter,exports[a20_0xb23416(0x159)]=a20_0x28cfaf;
1
+ function a20_0x4678(_0x3d15e6,_0x1c44ba){const _0x308070=a20_0x3080();return a20_0x4678=function(_0x4678ca,_0x42d385){_0x4678ca=_0x4678ca-0xab;let _0x180226=_0x308070[_0x4678ca];return _0x180226;},a20_0x4678(_0x3d15e6,_0x1c44ba);}const a20_0x2b5b23=a20_0x4678;function a20_0x3080(){const _0x27662f=['ZOEqD','hook_failure','jKjiS','_bstackTestFailureReason','ZEfUs','join','format','[customJestAdapterInit]\x20Skipping\x20heavy\x20init\x20for\x20platformIndex=','started_at','PIOso','../../v2/browserstackCLI','\x20for\x20hook\x20type:\x20','[customJestAdapterInit]\x20Error\x20in\x20test_done\x20status\x20storage:\x20','NYSsb','ROOT_DESCRIBE_BLOCK','getTestFramework','8LlguCt','beforeAll','initialize','failed','TOAVJ','JEST','__rerunFilterHelpers','keys','errorsDetailed','255189OUdmmk','test_skip','arVRB','retryOf','[customJestAdapterInit]\x20Set\x20test\x20status:\x20\x22','AHqhy','jest-circus','../../../helpers/helper','true','dDbwZ','../../../helpers/testhub/constants','nyKtI','NZJnB','testAnalyticsId','Handling\x20hook\x20event\x20for\x20CLI:\x20','forEach','BKcmF','setTestUUID','1356993BovgFZ','sKqxa','PRE','getFullJestTestName','hookAnalyticsId','eiQea','getAutomationFrameworkDetail','irgCW','GvfXM','veoee','teardown','TidRv','9PrncFw','DVKzV','pkJpb','argv','file','MSunq','lBVXV','LOG_REPORT','startsWith','length','hookData','hook','4710qYIfrd','zmkZR','removeActiveHook','createTestFrameworkData','title','EventHandler','zQmlw','setActiveHook','PKNSx','TestRunSkipped','current_test','BROWSERSTACK_PLATFORM_INDEX','testUUID','--testNamePattern=','afterAll','BudyG','currentTest','nedpP','ESHUN','Error\x20routing\x20to\x20JestTestFramework:\x20','[Rerun]\x20Suppressed\x20phantom\x20TestRunFinished\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','ybcwI','jest-circus/build/state.js','test_done','BROWSERSTACK_PUPPETEER','add','[customJestAdapterInit]\x20Error\x20building\x20test\x20name:\x20','MwLsK','getState','stack-trace','state','slice','function','YWPAU','RSuDB','shutdown','isCliEnabled','testPath','../../../helpers/testhub/utils','unshift','sendTestRunEvent','LeROD','bFahi','pid','[customJestAdapterInit]\x20Error\x20in\x20test_start\x20name\x20storage:\x20','zBGLE','name','map','KeEUc','call','IpAIk','isRunning','vnltv','testStarted','includes','Error\x20bootstrapping\x20CLI\x20in\x20jest\x20adapter:\x20','../../v2/state/testFrameworkState','env','browserstackPlatformIndex','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','unhandledErrors','makeSingleTestResult','yOynv','xKecG','[customJestAdapterInit]\x20Set\x20test\x20name:\x20\x22','BGdew','getFileName','AuIsB','BROWSERSTACK_CLI_BIN_SESSION_ID','afterEach','CLI\x20is\x20enabled\x20and\x20running.','jpihT','_currentRetry','QdkPu','message','lqdga','__bstackPlatformIndex','[Rerun]\x20Suppressed\x20phantom\x20TestRunStarted\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','../../v2/state/hookState','RQRUI','getInstance','HookFinished','XTHel','dQhHZ','trackEvent','wzWny','38764niFHPp','3526430LHefod','TBTjC','flntE','beforeEach','type','oIIxf','HimKP','UYZom','JyEVf','gBUNm','aGCGj','ivlfr','NwIfW','DeWnU','hook_start','setFrameworkDetail','testInfo','jestConfig','ctLns','match','qlgOF','vDArO','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','removeAllListeners','_bstackTestStatus','Handling\x20test\x20event\x20for\x20CLI:\x20','__jestCurrentTestIdentifier','asyncError','Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20','Exacy','EVENT','1088404BmakIn','PUPPETEER','parse','OyfHp','../../../helpers/logger','xBumx',':hookAnalyticsId','fail','HookStarted','BEFORE_ALL','HyPDN','status','mJyxb','TestRunFinished','config','Error\x20handling\x20hook\x20event\x20for\x20CLI:\x20','../../../helpers/test-observability/requestQueueHandler','snIgC','parent','debug','[customJestAdapterInit]\x20Initializing\x20for\x20platformIndex=','mHUIp','TEST','isArray','JYjxn','emNXN','745rKXwif','KoxzV','dSvQA','toString','vTMov','khJmZ','testNamePattern','createIdentifierFromJestTest','../../v2/cliUtils','HookRunStarted','AYDvo','../../utils/constants','IywFt','bLdyj','POST','EIcpO','failureMessage','bootstrap','string','[customJestAdapterInit]\x20initialize\x20called,\x20shouldProcessEventForTesthub=','zBeVz','util','BEFORE_EACH','CzjgJ','GXKnA','kOrLE','-t=','AFTER_EACH','[Rerun]\x20Suppressed\x20phantom\x20TestRunSkipped\x20emit\x20—\x20rerun\x20+\x20name-filter\x20rejected\x20\x22','configuration','../../../helpers/test-observability/error-handler','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','PLAYWRIGHT','HrnVa','__workerDetails','isPhantomSkipFromNameFilter','error','run_describe_finish','CFkNE','1274609XVWQeK','TestRunStarted','XpFig','jest-circus/build/jestAdapterInit.js',',\x20BROWSERSTACK_PUPPETEER=','Error\x20handling\x20test\x20event\x20for\x20CLI:\x20','lGxcQ','BROWSERSTACK_RERUN','removeTestUUID','markedStatus','fwCvu','../test-observability/test-details','sjrkj','createHookData','test_start','toISOString','tBTEH','test','WGEDb','gAITE','currentHook','QvwOQ','getActiveTestNamePattern'];a20_0x3080=function(){return _0x27662f;};return a20_0x3080();}(function(_0x507c31,_0x9e27da){const _0x1091b9=a20_0x4678,_0x1976a3=_0x507c31();while(!![]){try{const _0x39e3b6=parseInt(_0x1091b9(0x184))/0x1+-parseInt(_0x1091b9(0xf3))/0x2*(-parseInt(_0x1091b9(0x1a2))/0x3)+-parseInt(_0x1091b9(0x113))/0x4+parseInt(_0x1091b9(0x12d))/0x5*(parseInt(_0x1091b9(0x1ae))/0x6)+-parseInt(_0x1091b9(0x154))/0x7*(-parseInt(_0x1091b9(0x17b))/0x8)+parseInt(_0x1091b9(0x196))/0x9+-parseInt(_0x1091b9(0xf4))/0xa;if(_0x39e3b6===_0x9e27da)break;else _0x1976a3['push'](_0x1976a3['shift']());}catch(_0x551200){_0x1976a3['push'](_0x1976a3['shift']());}}}(a20_0x3080,0x21cb4));const {requireModule,isTrue}=require(a20_0x2b5b23(0x18b)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a20_0x2b5b23(0x123)),TestDetails=require(a20_0x2b5b23(0x15f)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a20_0x2b5b23(0x14b)),{shouldProcessEventForTesthub}=require(a20_0x2b5b23(0xc3)),testHubConstants=require(a20_0x2b5b23(0x18e)),BrowserstackCLI=require(a20_0x2b5b23(0x175)),TestFrameworkState=require(a20_0x2b5b23(0xd5)),HookState=require(a20_0x2b5b23(0xeb)),JestUtils=require('../../v2/utils/jest-utils'),{v4:uuidv4}=require('uuid'),util=require(a20_0x2b5b23(0x142)),logger=require(a20_0x2b5b23(0x117))['winstonLogger'],{FRAMEWORKS}=require(a20_0x2b5b23(0x138));let exportsI;try{exportsI=requireModule(a20_0x2b5b23(0xd8),a20_0x2b5b23(0x18a));}catch{exportsI=requireModule(a20_0x2b5b23(0x157),a20_0x2b5b23(0x18a));}const initInitialize=exportsI[a20_0x2b5b23(0x17d)],jestUtils=new JestUtils(),_initializedPlatformIndices=new Set();let _currentTestPath=null;function getFullJestTestName(_0x3b2db0){const _0x399527=a20_0x2b5b23,_0x56f902={};_0x56f902['BXFab']=function(_0x5bdad1,_0x3e3af4){return _0x5bdad1!==_0x3e3af4;},_0x56f902[_0x399527(0x12b)]=_0x399527(0x179);const _0x523639=_0x56f902;try{const _0x19fa95=[];let _0x137716=_0x3b2db0;while(_0x137716){_0x137716[_0x399527(0xcb)]&&_0x523639['BXFab'](_0x137716[_0x399527(0xcb)],_0x523639['JYjxn'])&&_0x19fa95[_0x399527(0xc4)](_0x137716[_0x399527(0xcb)]),_0x137716=_0x137716[_0x399527(0x125)];}return _0x19fa95[_0x399527(0x170)]('\x20');}catch(_0x1e140e){return _0x3b2db0&&_0x3b2db0[_0x399527(0xcb)]||'';}}function getActiveTestNamePattern(){const _0x14c441=a20_0x2b5b23,_0x9c9db3={'NZJnB':function(_0x1f5361,_0x3f1f76,_0x32a171){return _0x1f5361(_0x3f1f76,_0x32a171);},'flntE':_0x14c441(0xb3),'AHqhy':_0x14c441(0x18a),'veoee':function(_0x34b6ca,_0x170f00){return _0x34b6ca(_0x170f00);},'OyfHp':function(_0x2d1295,_0x457e99){return _0x2d1295===_0x457e99;},'kOrLE':_0x14c441(0xbd),'dDbwZ':function(_0x4f59a0,_0x2cbe92){return _0x4f59a0 instanceof _0x2cbe92;},'sjrkj':'string','DeWnU':function(_0x3df3d4,_0x372f11){return _0x3df3d4>_0x372f11;},'ctLns':function(_0x553ff8,_0xa577ef){return _0x553ff8<_0xa577ef;},'khJmZ':function(_0x12602e,_0xe3583c){return _0x12602e===_0xe3583c;},'tBTEH':'--testNamePattern','Mfnpa':function(_0x5d4aed,_0x452a26){return _0x5d4aed+_0x452a26;},'AYDvo':_0x14c441(0x1bb),'HyPDN':_0x14c441(0x147)};try{let _0x176d28;try{_0x176d28=_0x9c9db3[_0x14c441(0x190)](requireModule,_0x9c9db3[_0x14c441(0xf6)],_0x9c9db3[_0x14c441(0x189)]);}catch{_0x176d28=_0x9c9db3[_0x14c441(0x19f)](requireModule,_0x9c9db3[_0x14c441(0x189)]);}if(_0x176d28&&_0x9c9db3['OyfHp'](typeof _0x176d28[_0x14c441(0xb9)],_0x9c9db3[_0x14c441(0x146)])){const _0x4bb0e2=_0x176d28[_0x14c441(0xb9)]();if(_0x4bb0e2&&_0x4bb0e2[_0x14c441(0x133)]){if(_0x9c9db3[_0x14c441(0x18d)](_0x4bb0e2[_0x14c441(0x133)],RegExp))return _0x4bb0e2['testNamePattern'];if(_0x9c9db3[_0x14c441(0x116)](typeof _0x4bb0e2[_0x14c441(0x133)],_0x9c9db3[_0x14c441(0x160)])&&_0x9c9db3[_0x14c441(0x101)](_0x4bb0e2[_0x14c441(0x133)]['length'],0x0))return new RegExp(_0x4bb0e2[_0x14c441(0x133)],'i');}}}catch(_0x30fd71){}try{const _0x5b2274=process[_0x14c441(0x1a5)]||[];for(let _0x408cfc=0x0;_0x9c9db3[_0x14c441(0x106)](_0x408cfc,_0x5b2274[_0x14c441(0x1ab)]);_0x408cfc++){const _0x4ef231=_0x5b2274[_0x408cfc];if(_0x9c9db3[_0x14c441(0x116)](_0x4ef231,'-t')||_0x9c9db3[_0x14c441(0x132)](_0x4ef231,_0x9c9db3[_0x14c441(0x164)])){const _0x46dd44=_0x5b2274[_0x9c9db3['Mfnpa'](_0x408cfc,0x1)];if(_0x46dd44&&!_0x46dd44[_0x14c441(0x1aa)]('-'))return new RegExp(_0x46dd44,'i');}else{if(_0x4ef231&&(_0x4ef231['startsWith'](_0x9c9db3[_0x14c441(0x137)])||_0x4ef231[_0x14c441(0x1aa)](_0x9c9db3[_0x14c441(0x11d)]))){const _0x5d8e44=_0x4ef231['split']('=')[_0x14c441(0xbc)](0x1)[_0x14c441(0x170)]('=');if(_0x5d8e44)return new RegExp(_0x5d8e44,'i');}}}}catch(_0x178722){}return null;}function isPhantomSkipFromNameFilter(_0x5aa164){const _0x5d485b=a20_0x2b5b23,_0x276768={'ivlfr':function(_0x4fc5a6){return _0x4fc5a6();},'XTHel':function(_0x5eb2dc,_0x537a36){return _0x5eb2dc(_0x537a36);}},_0xa1260c=_0x276768[_0x5d485b(0xff)](getActiveTestNamePattern);if(!_0xa1260c)return![];const _0x350937=_0x276768[_0x5d485b(0xef)](getFullJestTestName,_0x5aa164);if(!_0x350937)return![];return!_0xa1260c[_0x5d485b(0x165)](_0x350937);}async function isCLIReady(){const _0x2e46fc=a20_0x2b5b23,_0x4b0b42={'zmkZR':_0x2e46fc(0xe3),'vTMov':function(_0x2cf3c6,_0x3d3706){return _0x2cf3c6(_0x3d3706);},'wjOyU':_0x2e46fc(0x135),'bAeFQ':function(_0x61f767,_0x16a6e3){return _0x61f767===_0x16a6e3;},'BKcmF':_0x2e46fc(0x18c),'xqreN':function(_0x42600e,_0x30b945){return _0x42600e(_0x30b945);}};try{const _0x3fe442=BrowserstackCLI[_0x2e46fc(0xed)]();if(_0x3fe442[_0x2e46fc(0xc1)]()&&_0x3fe442[_0x2e46fc(0xd0)]())return logger['debug'](_0x4b0b42[_0x2e46fc(0x1af)]),!![];const _0x3545a5=process[_0x2e46fc(0xd6)][_0x2e46fc(0xe1)];if(_0x3545a5&&_0x3fe442['isCliEnabled']()){if(!_0x3fe442['isRunning']())try{const _0x5470a7=_0x4b0b42['vTMov'](require,_0x4b0b42['wjOyU']),_0x586f31=_0x5470a7[_0x2e46fc(0x19c)]();(!_0x586f31||!_0x586f31[_0x2e46fc(0xcb)])&&(_0x4b0b42['bAeFQ'](process[_0x2e46fc(0xd6)]['BROWSERSTACK_PUPPETEER'],_0x4b0b42[_0x2e46fc(0x194)])?_0x5470a7[_0x2e46fc(0x103)](FRAMEWORKS[_0x2e46fc(0x180)],FRAMEWORKS[_0x2e46fc(0x114)]):_0x5470a7['setFrameworkDetail'](FRAMEWORKS[_0x2e46fc(0x180)],FRAMEWORKS[_0x2e46fc(0x14d)])),await _0x3fe442[_0x2e46fc(0x13e)]();}catch(_0x4e0c86){return _0x4b0b42[_0x2e46fc(0x131)](debug,_0x2e46fc(0xd4)+util[_0x2e46fc(0x171)](_0x4e0c86)),![];}return _0x3fe442[_0x2e46fc(0xd0)]();}return![];}catch(_0x3f23aa){return _0x4b0b42['xqreN'](debug,'Error\x20checking\x20CLI\x20readiness:\x20'+util[_0x2e46fc(0x171)](_0x3f23aa)),![];}}function getTestIdentifierForHook(_0x444672){const _0x3bfb49=a20_0x2b5b23,_0xa6e622={};_0xa6e622['IywFt']=function(_0x240ce1,_0x352758){return _0x240ce1===_0x352758;},_0xa6e622['QbPWf']=_0x3bfb49(0xf7),_0xa6e622[_0x3bfb49(0xfb)]='beforeAll';const _0x4a064b=_0xa6e622;if(_0x4a064b[_0x3bfb49(0x139)](_0x444672['type'],_0x4a064b['QbPWf'])||_0x4a064b['IywFt'](_0x444672[_0x3bfb49(0xf8)],_0x4a064b[_0x3bfb49(0xfb)])){let _0x294e6a=global['__jestCurrentTestIdentifier'];if(!_0x294e6a&&_0x4a064b[_0x3bfb49(0x139)](_0x444672['type'],_0x4a064b[_0x3bfb49(0xfb)])&&_0x444672[_0x3bfb49(0x125)]){const _0x19070d={};_0x19070d['name']=_0x444672[_0x3bfb49(0x125)][_0x3bfb49(0xcb)],_0x19070d[_0x3bfb49(0x125)]=_0x444672['parent'][_0x3bfb49(0x125)],_0x19070d['asyncError']=_0x444672[_0x3bfb49(0x10f)],_0x19070d[_0x3bfb49(0x1a6)]=_0x444672[_0x3bfb49(0x1a6)];const _0x407734=_0x19070d;_0x294e6a=jestUtils[_0x3bfb49(0x134)](_0x407734);}return _0x294e6a;}return global[_0x3bfb49(0x10e)];}function mapHookTypeToState(_0x6da723){const _0x16a7bb=a20_0x2b5b23,_0x384dd0={};_0x384dd0[_0x16a7bb(0x17c)]=TestFrameworkState[_0x16a7bb(0x11c)],_0x384dd0[_0x16a7bb(0xab)]=TestFrameworkState['AFTER_ALL'],_0x384dd0[_0x16a7bb(0xf7)]=TestFrameworkState[_0x16a7bb(0x143)],_0x384dd0[_0x16a7bb(0xe2)]=TestFrameworkState[_0x16a7bb(0x148)];const _0x1fc7ad=_0x384dd0;return _0x1fc7ad[_0x6da723]||TestFrameworkState[_0x16a7bb(0x143)];}async function handleHookEventCLI(_0x4db587,_0x1b4c0a,_0x4af6b0){const _0x4863f1=a20_0x2b5b23,_0x5a84d0={'BGdew':function(_0x5e7456,_0x3ea3df){return _0x5e7456(_0x3ea3df);},'RQRUI':_0x4863f1(0xba),'sKqxa':function(_0x13e70a,_0x16bbc6){return _0x13e70a===_0x16bbc6;},'bkawz':_0x4863f1(0x179),'PdjQi':function(_0x5796ae){return _0x5796ae();},'ermSf':function(_0x14c86a){return _0x14c86a();},'DVKzV':_0x4863f1(0x136),'ESHUN':function(_0x1d961f,_0x110ace){return _0x1d961f(_0x110ace);},'pkJpb':function(_0x42dc27,_0x3aa5fe){return _0x42dc27===_0x3aa5fe;},'CFkNE':'HookRunFinished','KeEUc':_0x4863f1(0x1ad)};logger['debug'](_0x4863f1(0x192)+_0x1b4c0a+_0x4863f1(0x176)+_0x4db587[_0x4863f1(0xf8)]);try{if(_0x4db587['fn']&&_0x4db587['fn'][_0x4863f1(0x130)]()[_0x4863f1(0x107)](/browserstack internal helper hook/))return;if(_0x4db587['parent']&&_0x5a84d0[_0x4863f1(0x197)](_0x4db587['parent'][_0x4863f1(0xcb)],_0x5a84d0['bkawz'])){const _0x607bd6=_0x4db587['asyncError']&&((()=>{const _0x2be818=_0x4863f1;try{const _0x4156a4=_0x5a84d0[_0x2be818(0xde)](require,_0x5a84d0[_0x2be818(0xec)]),_0x3539cc=_0x4156a4[_0x2be818(0x115)][_0x2be818(0xce)](_0x4156a4,_0x4db587[_0x2be818(0x10f)]);return _0x3539cc[0x0]&&_0x3539cc[0x0][_0x2be818(0xdf)]?_0x3539cc[0x0][_0x2be818(0xdf)]():null;}catch(_0x3e7818){return logger[_0x2be818(0x126)](_0x2be818(0x110)+_0x3e7818[_0x2be818(0xe7)]),null;}})())||_0x4db587['file']||null;if(!_0x607bd6)return;}let _0x2acdfd=_0x4db587[_0x4863f1(0x19a)];if(!_0x2acdfd)_0x2acdfd=_0x5a84d0['PdjQi'](uuidv4),_0x4db587[_0x4863f1(0x19a)]=_0x2acdfd;else _0x4db587[_0x4863f1(0x15d)]&&(_0x2acdfd=_0x5a84d0['ermSf'](uuidv4),_0x4db587[_0x4863f1(0x19a)]=_0x2acdfd,delete _0x4db587[_0x4863f1(0x15d)]);_0x5a84d0[_0x4863f1(0x197)](_0x1b4c0a,_0x5a84d0['DVKzV'])&&(_0x4db587['started_at']=new Date()['toISOString']());const _0x262213=_0x5a84d0[_0x4863f1(0xde)](getTestIdentifierForHook,_0x4db587);!global[_0x4863f1(0x14f)]&&(global[_0x4863f1(0x14f)]={});if(_0x5a84d0['sKqxa'](_0x1b4c0a,_0x5a84d0['DVKzV'])){global['__workerDetails'][_0x4863f1(0x168)]={'hookUUID':_0x2acdfd,'testIdentifier':_0x262213,'hookType':_0x4db587[_0x4863f1(0xf8)],'startedAt':new Date()[_0x4863f1(0x163)]()};const _0x1b2874=BrowserstackCLI[_0x4863f1(0xed)]()['getTestFramework']();_0x1b2874&&_0x1b2874['setActiveHook']&&_0x1b2874[_0x4863f1(0x1b5)](_0x262213,_0x2acdfd,_0x4db587[_0x4863f1(0xf8)]);}const _0x2b4e9e=await jestUtils[_0x4863f1(0x161)](_0x4db587,_0x2acdfd,_0x1b4c0a,_0x262213);if(!_0x2b4e9e)return;const _0x395db1=_0x5a84d0[_0x4863f1(0xaf)](mapHookTypeToState,_0x4db587[_0x4863f1(0xf8)]),_0x1cdb8a=_0x5a84d0[_0x4863f1(0x1a4)](_0x1b4c0a,_0x5a84d0[_0x4863f1(0x1a3)])?HookState[_0x4863f1(0x198)]:HookState['POST'],_0x1789a5=BrowserstackCLI[_0x4863f1(0xed)]()[_0x4863f1(0x17a)]();if(_0x1789a5){const _0x3d59bd={};_0x3d59bd[_0x4863f1(0x1ac)]=_0x2b4e9e,await _0x1789a5['trackEvent'](_0x395db1,_0x1cdb8a,_0x3d59bd);if(_0x5a84d0[_0x4863f1(0x197)](_0x1b4c0a,_0x5a84d0[_0x4863f1(0x153)])){const _0x57fd4={};_0x57fd4['testUUID']=_0x262213,_0x57fd4[_0x4863f1(0xf8)]=_0x5a84d0[_0x4863f1(0xcd)],await _0x1789a5[_0x4863f1(0xf1)](TestFrameworkState['LOG_REPORT'],HookState[_0x4863f1(0x13b)],_0x57fd4),global['__workerDetails']&&global[_0x4863f1(0x14f)][_0x4863f1(0x168)]&&_0x5a84d0[_0x4863f1(0x1a4)](global['__workerDetails'][_0x4863f1(0x168)]['hookUUID'],_0x2acdfd)&&delete global[_0x4863f1(0x14f)][_0x4863f1(0x168)],_0x1789a5[_0x4863f1(0x1b0)]&&_0x1789a5[_0x4863f1(0x1b0)](_0x262213,_0x2acdfd);}}}catch(_0x56dcb9){logger[_0x4863f1(0x151)](_0x4863f1(0x122)+util[_0x4863f1(0x171)](_0x56dcb9));throw _0x56dcb9;}}async function handleTestEventCLI(_0x24beae,_0x56f4ec,_0x149d44){const _0x29f3a7=a20_0x2b5b23,_0xf44e9e={};_0xf44e9e[_0x29f3a7(0x118)]=function(_0x59ac6c,_0xa84e83){return _0x59ac6c===_0xa84e83;},_0xf44e9e[_0x29f3a7(0x16d)]='TestRunStarted',_0xf44e9e['TBTjC']=function(_0xb4ba93,_0x2e7ee7){return _0xb4ba93>_0x2e7ee7;},_0xf44e9e['TOAVJ']=function(_0xbb664b,_0x31d7de){return _0xbb664b===_0x31d7de;},_0xf44e9e[_0x29f3a7(0x13a)]=function(_0x19d1d9,_0x2de23e){return _0x19d1d9&&_0x2de23e;},_0xf44e9e[_0x29f3a7(0xf9)]=_0x29f3a7(0x17e),_0xf44e9e['NYSsb']=_0x29f3a7(0x120),_0xf44e9e[_0x29f3a7(0x19b)]=function(_0x425c6f,_0x636a6a){return _0x425c6f&&_0x636a6a;},_0xf44e9e[_0x29f3a7(0x186)]=_0x29f3a7(0x165);const _0x3a73c1=_0xf44e9e;logger[_0x29f3a7(0x126)](_0x29f3a7(0x10d)+_0x56f4ec);try{let _0x489740;if(_0x3a73c1['xBumx'](_0x56f4ec,_0x3a73c1[_0x29f3a7(0x16d)])){_0x489740=jestUtils[_0x29f3a7(0x134)](_0x24beae),global[_0x29f3a7(0x10e)]=_0x489740,_0x24beae[_0x29f3a7(0x191)]=_0x489740,_0x24beae['id']=_0x489740,_0x24beae[_0x29f3a7(0x173)]=new Date()[_0x29f3a7(0x163)]();const _0x485204=_0x149d44[_0x29f3a7(0x1b8)];_0x149d44['current_test']=_0x24beae,_0x24beae[_0x29f3a7(0x187)]=null;if(_0x3a73c1[_0x29f3a7(0xf5)](_0x24beae[_0x29f3a7(0xe5)],0x0)&&_0x485204&&_0x3a73c1[_0x29f3a7(0x17f)](_0x485204[_0x29f3a7(0x1b2)],_0x24beae[_0x29f3a7(0x1b2)])){_0x24beae['retryOf']=_0x485204[_0x29f3a7(0x191)];const _0x345db7=await jestUtils[_0x29f3a7(0x1b1)](_0x24beae,_0x489740,_0x3a73c1[_0x29f3a7(0x16d)]),_0x162c71=BrowserstackCLI['getInstance']()['getTestFramework']();if(_0x3a73c1['bLdyj'](_0x345db7,_0x162c71)){const _0x2f7fad={};_0x2f7fad['test']=_0x345db7,await _0x162c71[_0x29f3a7(0xf1)](TestFrameworkState[_0x29f3a7(0x129)],HookState[_0x29f3a7(0x198)],_0x2f7fad);}_0x485204[_0x29f3a7(0xbb)]=_0x3a73c1[_0x29f3a7(0xf9)];const _0xacf26a=await jestUtils[_0x29f3a7(0x1b1)](_0x485204,_0x485204[_0x29f3a7(0x191)],_0x3a73c1[_0x29f3a7(0x178)]);if(_0x3a73c1['eiQea'](_0xacf26a,_0x162c71)){const _0x329a9d={};_0x329a9d[_0x29f3a7(0x165)]=_0xacf26a,await _0x162c71[_0x29f3a7(0xf1)](TestFrameworkState[_0x29f3a7(0x129)],HookState[_0x29f3a7(0x13b)],_0x329a9d);}}else{const _0x33609a=await jestUtils['createTestFrameworkData'](_0x24beae,_0x489740,_0x3a73c1[_0x29f3a7(0x16d)]),_0x15cb90=BrowserstackCLI[_0x29f3a7(0xed)]()[_0x29f3a7(0x17a)]();if(_0x3a73c1['eiQea'](_0x33609a,_0x15cb90)){const _0xd0524d={};_0xd0524d['test']=_0x33609a,await _0x15cb90[_0x29f3a7(0xf1)](TestFrameworkState[_0x29f3a7(0x129)],HookState['PRE'],_0xd0524d);}}}else{_0x489740=_0x24beae[_0x29f3a7(0x191)]||_0x24beae['id']||global['__jestCurrentTestIdentifier'];const _0x2678ba=await jestUtils['createTestFrameworkData'](_0x24beae,_0x489740,_0x56f4ec),_0x29d12b=BrowserstackCLI[_0x29f3a7(0xed)]()[_0x29f3a7(0x17a)]();if(_0x3a73c1[_0x29f3a7(0x19b)](_0x2678ba,_0x29d12b)){const _0x16ff67={};_0x16ff67[_0x29f3a7(0x165)]=_0x2678ba,_0x16ff67['originalTest']=_0x24beae,_0x16ff67['testIdentifier']=_0x489740,await _0x29d12b['trackEvent'](TestFrameworkState[_0x29f3a7(0x129)],HookState[_0x29f3a7(0x13b)],_0x16ff67);const _0x3b63e3={};_0x3b63e3[_0x29f3a7(0x1ba)]=_0x489740,_0x3b63e3['type']=_0x3a73c1[_0x29f3a7(0x186)],await _0x29d12b[_0x29f3a7(0xf1)](TestFrameworkState[_0x29f3a7(0x1a9)],HookState[_0x29f3a7(0x13b)],_0x3b63e3);}}}catch(_0x1607ba){logger['error'](_0x29f3a7(0x159)+util['format'](_0x1607ba));throw _0x1607ba;}}exportsI[a20_0x2b5b23(0x17d)]=(..._0xc4d880)=>{const _0x224f4e=a20_0x2b5b23,_0x5da081={'CzjgJ':function(_0x1848e4,_0x21a7d1){return _0x1848e4(_0x21a7d1);},'irgCW':_0x224f4e(0xba),'XaiBw':function(_0x2be430,_0x9dd7d5){return _0x2be430&&_0x9dd7d5;},'emNXN':_0x224f4e(0x102),'KoxzV':function(_0x3762a2,_0x572355){return _0x3762a2===_0x572355;},'gBUNm':_0x224f4e(0x179),'aGCGj':function(_0x1b1bca){return _0x1b1bca();},'lSjpU':function(_0x38477b,_0x41c79e){return _0x38477b(_0x41c79e);},'mHUIp':function(_0x4729f2,_0x454c33,_0x40ad86,_0x265315){return _0x4729f2(_0x454c33,_0x40ad86,_0x265315);},'XpFig':_0x224f4e(0x136),'zBGLE':function(_0x54c01d,_0x29f690){return _0x54c01d(_0x29f690);},'RSuDB':'hook_success','zQmlw':function(_0xad5bcb){return _0xad5bcb();},'WGEDb':function(_0x334b1b,_0x12c367){return _0x334b1b(_0x12c367);},'ZOEqD':function(_0x4c98ba,_0xd20531,_0x10f2bb,_0x42992e){return _0x4c98ba(_0xd20531,_0x10f2bb,_0x42992e);},'fwCvu':'HookRunFinished','gofgE':_0x224f4e(0x16c),'ybcwI':_0x224f4e(0x17c),'BudyG':'beforeEach','MGJdA':_0x224f4e(0xe2),'lGxcQ':function(_0x19be3f,_0x3e430e){return _0x19be3f>_0x3e430e;},'gAITE':function(_0x1d8ea0,_0x48e8d4){return _0x1d8ea0(_0x48e8d4);},'cyAQE':_0x224f4e(0x162),'zBeVz':function(_0xfafe71,_0x1b46ce){return _0xfafe71(_0x1b46ce);},'dQhHZ':function(_0x2b4ce2,_0x226c1c){return _0x2b4ce2(_0x226c1c);},'MOLEy':function(_0x9252e9,_0x431c77){return _0x9252e9!==_0x431c77;},'MSunq':'\x20>\x20','yOynv':function(_0x3f80dc,_0x25f9b7,_0x17f049,_0x1123fa){return _0x3f80dc(_0x25f9b7,_0x17f049,_0x1123fa);},'PKNSx':_0x224f4e(0x155),'vDArO':function(_0x537054){return _0x537054();},'fgnKS':_0x224f4e(0xb4),'HimKP':function(_0xd49c9,_0x2b0ff2){return _0xd49c9(_0x2b0ff2);},'vnltv':function(_0x303773,_0x308f36){return _0x303773(_0x308f36);},'EIcpO':function(_0x16b280,_0x515591){return _0x16b280>_0x515591;},'lqdga':function(_0x3c8dbe,_0x465e39){return _0x3c8dbe===_0x465e39;},'cJALd':_0x224f4e(0x11a),'lBVXV':_0x224f4e(0x17e),'HqExO':'passed','AuIsB':function(_0x105780,_0x16c2ad){return _0x105780||_0x16c2ad;},'NwIfW':function(_0x1f1c6d){return _0x1f1c6d();},'GvfXM':function(_0x5c1a6b,_0x440082,_0x5302fa,_0x557fe9){return _0x5c1a6b(_0x440082,_0x5302fa,_0x557fe9);},'nyKtI':_0x224f4e(0x120),'JyEVf':function(_0x5efc8f,_0x3f391f){return _0x5efc8f(_0x3f391f);},'HrnVa':function(_0x2b7002){return _0x2b7002();},'xKecG':_0x224f4e(0x185),'nedpP':function(_0x1ce985,_0x5056aa){return _0x1ce985(_0x5056aa);},'sKOWp':function(_0x2459de,_0x1f0abc){return _0x2459de(_0x1f0abc);},'dSvQA':function(_0x39f4a1,_0x28595d){return _0x39f4a1(_0x28595d);},'snIgC':_0x224f4e(0x1b7),'ljxlx':function(_0x3805fd,_0x5ce62d){return _0x3805fd(_0x5ce62d);},'TidRv':_0x224f4e(0x152),'bntjJ':_0x224f4e(0x1a0),'qlgOF':function(_0x507c6c){return _0x507c6c();},'GXKnA':function(_0x3665ca,_0x30c895){return _0x3665ca===_0x30c895;},'mJyxb':_0x224f4e(0x13f),'jpihT':function(_0x4de6ed,_0x53dc15){return _0x4de6ed===_0x53dc15;},'LeROD':'number','lljjh':function(_0x32f4fe,_0x31b750){return _0x32f4fe===_0x31b750;},'IpAIk':function(_0x30acca,_0x53fe86,_0x28c0d9){return _0x30acca(_0x53fe86,_0x28c0d9);},'PIOso':_0x224f4e(0xb3),'MwLsK':_0x224f4e(0x18a),'ZEfUs':function(_0xe1c2ee,_0x3daebe){return _0xe1c2ee(_0x3daebe);},'QdkPu':'jest-circus/build/utils.js','QvwOQ':function(_0x4bd823,_0x404cce){return _0x4bd823(_0x404cce);},'SpQlX':function(_0x45c528){return _0x45c528();},'Exacy':_0x224f4e(0x1b3),'UxKCe':function(_0x50f858,..._0x1c0a1e){return _0x50f858(..._0x1c0a1e);}};try{logger[_0x224f4e(0x126)](_0x224f4e(0x140)+_0x5da081[_0x224f4e(0x108)](shouldProcessEventForTesthub)+_0x224f4e(0x158)+process['env'][_0x224f4e(0xb5)]);const _0xd21ebc=_0xc4d880&&_0xc4d880[0x0]?_0xc4d880[0x0]:{};_0xd21ebc&&_0x5da081[_0x224f4e(0x145)](typeof _0xd21ebc[_0x224f4e(0xc2)],_0x5da081[_0x224f4e(0x11f)])&&_0xd21ebc[_0x224f4e(0xc2)]&&(_currentTestPath=_0xd21ebc['testPath']);let _0x399ef7=0x0;try{if(_0xd21ebc[_0x224f4e(0x121)]&&_0x5da081[_0x224f4e(0xe4)](typeof _0xd21ebc[_0x224f4e(0x121)][_0x224f4e(0xd7)],_0x5da081[_0x224f4e(0xc6)]))_0x399ef7=_0xd21ebc[_0x224f4e(0x121)]['browserstackPlatformIndex'];else{if(_0xd21ebc[_0x224f4e(0x14a)]&&_0x5da081[_0x224f4e(0xe8)](typeof _0xd21ebc[_0x224f4e(0x14a)][_0x224f4e(0xd7)],_0x5da081[_0x224f4e(0xc6)]))_0x399ef7=_0xd21ebc['configuration'][_0x224f4e(0xd7)];else global[_0x224f4e(0x105)]&&_0x5da081['lljjh'](typeof global[_0x224f4e(0x105)][_0x224f4e(0xd7)],_0x5da081[_0x224f4e(0xc6)])&&(_0x399ef7=global['jestConfig'][_0x224f4e(0xd7)]);}}catch(_0x4ac0d1){logger['debug']('Error\x20reading\x20platformIndex\x20from\x20args:\x20'+util[_0x224f4e(0x171)](_0x4ac0d1));}global[_0x224f4e(0xe9)]=_0x399ef7,process[_0x224f4e(0xd6)][_0x224f4e(0x1b9)]=_0x5da081[_0x224f4e(0xfa)](String,_0x399ef7);const _0x473bfe=new ObservabilityReporter();!_initializedPlatformIndices['has'](_0x399ef7)?(logger[_0x224f4e(0x126)](_0x224f4e(0x127)+_0x399ef7),_initializedPlatformIndices[_0x224f4e(0xb6)](_0x399ef7),_0x5da081['qlgOF'](shouldProcessEventForTesthub)&&(_0x5da081[_0x224f4e(0x1b4)](patchConsoleLogger),_0x473bfe['registerListeners']())):logger[_0x224f4e(0x126)](_0x224f4e(0x172)+_0x399ef7+',\x20re-registering\x20event\x20handler');let _0x17dc9c;try{_0x17dc9c=_0x5da081[_0x224f4e(0xcf)](requireModule,_0x5da081[_0x224f4e(0x174)],_0x5da081[_0x224f4e(0xb8)]);}catch{_0x17dc9c=_0x5da081[_0x224f4e(0x16f)](requireModule,_0x5da081[_0x224f4e(0xb8)]);}let _0x566118;try{_0x566118=_0x5da081[_0x224f4e(0xcf)](requireModule,_0x5da081[_0x224f4e(0xe6)],_0x5da081[_0x224f4e(0xb8)])[_0x224f4e(0xda)];}catch{_0x566118=_0x5da081[_0x224f4e(0x169)](requireModule,_0x5da081[_0x224f4e(0xb8)])[_0x224f4e(0xda)]||(()=>({}));}const _0x3b3b2a=BrowserstackCLI[_0x224f4e(0xed)]()['isCliEnabled']();(_0x5da081['SpQlX'](shouldProcessEventForTesthub)||_0x3b3b2a)&&_0x17dc9c['addEventHandler'](_0x5da081[_0x224f4e(0xcf)](o11yErrorHandler,async(_0x39c00a,_0x3dfdf4)=>{const _0x50a127=_0x224f4e,_0x3d11e3={'YWPAU':function(_0x5db4b3,_0x2b95d1){const _0x157661=a20_0x4678;return _0x5da081[_0x157661(0x144)](_0x5db4b3,_0x2b95d1);},'wzWny':_0x5da081[_0x50a127(0x19d)]};_0x5da081['XaiBw'](_currentTestPath,_0x39c00a)&&_0x39c00a[_0x50a127(0x165)]&&!_0x39c00a['test'][_0x50a127(0x1a6)]&&(_0x39c00a[_0x50a127(0x165)][_0x50a127(0x1a6)]=_currentTestPath);switch(_0x39c00a['name']){case _0x5da081[_0x50a127(0x12c)]:if(_0x39c00a[_0x50a127(0x1ad)]['fn']&&_0x39c00a[_0x50a127(0x1ad)]['fn'][_0x50a127(0x130)]()[_0x50a127(0x107)](/browserstack internal helper hook/))break;if(_0x39c00a[_0x50a127(0x1ad)]['parent']&&_0x5da081[_0x50a127(0x12e)](_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x125)][_0x50a127(0xcb)],_0x5da081[_0x50a127(0xfd)])){const _0x3122fa=_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x10f)]&&((()=>{const _0x41731e=_0x50a127;try{const _0x222a74=_0x3d11e3[_0x41731e(0xbe)](require,_0x3d11e3[_0x41731e(0xf2)]),_0x4a49fa=_0x222a74[_0x41731e(0x115)][_0x41731e(0xce)](_0x222a74,_0x39c00a[_0x41731e(0x1ad)][_0x41731e(0x10f)]);return _0x4a49fa[0x0]&&_0x4a49fa[0x0][_0x41731e(0xdf)]?_0x4a49fa[0x0][_0x41731e(0xdf)]():null;}catch(_0x1c9784){return logger[_0x41731e(0x126)]('Error\x20parsing\x20stack\x20trace\x20for\x20hook\x20asyncError:\x20'+_0x1c9784[_0x41731e(0xe7)]),null;}})())||_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x1a6)]||null;if(!_0x3122fa)break;}if(BrowserstackCLI[_0x50a127(0xed)]()['isCliEnabled']()&&await _0x5da081[_0x50a127(0xfe)](isCLIReady)){if(_0x5da081['lSjpU'](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x50a127(0x11b)]))try{await _0x5da081[_0x50a127(0x128)](handleHookEventCLI,_0x39c00a[_0x50a127(0x1ad)],_0x5da081['XpFig'],_0x3dfdf4);break;}catch(_0x24647a){_0x5da081['zBGLE'](debug,'Error\x20routing\x20to\x20JestTestFramework:\x20'+util[_0x50a127(0x171)](_0x24647a));}}if(_0x5da081[_0x50a127(0xca)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x50a127(0x11b)])){if(!_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x19a)]){const _0x3d071d=TestDetails[_0x50a127(0x195)](process['pid']+_0x50a127(0x119));_0x39c00a['hook']['hookAnalyticsId']=_0x3d071d;}else _0x39c00a['hook'][_0x50a127(0x15d)]&&(_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x19a)]=TestDetails[_0x50a127(0x195)](process[_0x50a127(0xc8)]+':hookAnalyticsId'),delete _0x39c00a[_0x50a127(0x1ad)]['markedStatus']);_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x173)]=new Date()[_0x50a127(0x163)](),await _0x473bfe[_0x50a127(0xc5)](_0x39c00a[_0x50a127(0x1ad)],undefined,![],_0x5da081[_0x50a127(0x156)]);}break;case _0x5da081[_0x50a127(0xbf)]:if(BrowserstackCLI[_0x50a127(0xed)]()[_0x50a127(0xc1)]()&&await _0x5da081[_0x50a127(0x1b4)](isCLIReady)){if(_0x5da081[_0x50a127(0x166)](shouldProcessEventForTesthub,testHubConstants[_0x50a127(0x112)][_0x50a127(0xee)]))try{await _0x5da081[_0x50a127(0x16b)](handleHookEventCLI,_0x39c00a['hook'],_0x5da081['fwCvu'],_0x3dfdf4);break;}catch(_0x304756){_0x5da081[_0x50a127(0x166)](debug,_0x50a127(0xb0)+util[_0x50a127(0x171)](_0x304756));}}_0x5da081[_0x50a127(0xca)](shouldProcessEventForTesthub,testHubConstants[_0x50a127(0x112)][_0x50a127(0xee)])&&(await _0x473bfe[_0x50a127(0xc5)](_0x39c00a[_0x50a127(0x1ad)],undefined,![],_0x5da081[_0x50a127(0x15e)]),TestDetails[_0x50a127(0x15c)](process[_0x50a127(0xc8)]+_0x50a127(0x119)));break;case _0x5da081['gofgE']:[_0x5da081[_0x50a127(0xb2)],_0x5da081[_0x50a127(0xac)],_0x5da081['MGJdA']][_0x50a127(0xd3)](_0x39c00a['hook'][_0x50a127(0xf8)])&&(_0x473bfe[_0x50a127(0x16c)]=_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0xf8)]),_0x3dfdf4['unhandledErrors']&&_0x5da081[_0x50a127(0x15a)](_0x3dfdf4[_0x50a127(0xd9)][_0x50a127(0x1ab)],0x0)&&(_0x39c00a[_0x50a127(0x1ad)][_0x50a127(0x183)]=[_0x3dfdf4[_0x50a127(0xd9)][0x0][0x0]]);if(BrowserstackCLI[_0x50a127(0xed)]()[_0x50a127(0xc1)]()&&await _0x5da081['aGCGj'](isCLIReady)){if(_0x5da081[_0x50a127(0x167)](shouldProcessEventForTesthub,testHubConstants[_0x50a127(0x112)][_0x50a127(0xee)]))try{await _0x5da081['mHUIp'](handleHookEventCLI,_0x39c00a[_0x50a127(0x1ad)],_0x5da081[_0x50a127(0x15e)],_0x3dfdf4);break;}catch(_0x12e7c7){_0x5da081[_0x50a127(0x167)](debug,_0x50a127(0xb0)+util['format'](_0x12e7c7));}}_0x5da081[_0x50a127(0x166)](shouldProcessEventForTesthub,testHubConstants[_0x50a127(0x112)][_0x50a127(0xee)])&&(await _0x473bfe['sendTestRunEvent'](_0x39c00a[_0x50a127(0x1ad)],undefined,![],_0x5da081[_0x50a127(0x15e)]),TestDetails[_0x50a127(0x15c)](process[_0x50a127(0xc8)]+':hookAnalyticsId'));break;case _0x5da081['cyAQE']:if(_0x5da081[_0x50a127(0x141)](isTrue,process[_0x50a127(0xd6)]['BROWSERSTACK_RERUN'])&&_0x5da081[_0x50a127(0xf0)](isPhantomSkipFromNameFilter,_0x39c00a[_0x50a127(0x165)])){const _0x1fc00e=_0x5da081[_0x50a127(0x141)](getFullJestTestName,_0x39c00a[_0x50a127(0x165)]);logger[_0x50a127(0x126)](_0x50a127(0xea)+_0x1fc00e+'\x22');break;}try{let _0x172c3f=_0x39c00a[_0x50a127(0x165)][_0x50a127(0xcb)]||'';try{let _0x3490f0=_0x39c00a[_0x50a127(0x165)][_0x50a127(0x125)];const _0x2a18ed=[_0x172c3f];while(_0x3490f0&&_0x3490f0['name']&&_0x5da081['MOLEy'](_0x3490f0['name'],_0x5da081[_0x50a127(0xfd)])){_0x2a18ed[_0x50a127(0xc4)](_0x3490f0[_0x50a127(0xcb)]),_0x3490f0=_0x3490f0[_0x50a127(0x125)];}_0x172c3f=_0x2a18ed[_0x50a127(0x170)](_0x5da081[_0x50a127(0x1a7)]);}catch(_0x457b87){logger[_0x50a127(0x126)](_0x50a127(0xb7)+_0x457b87[_0x50a127(0xe7)]);}process['_bstackTestName']=_0x172c3f,process[_0x50a127(0x10c)]=null,process[_0x50a127(0x16e)]=null,logger[_0x50a127(0x126)](_0x50a127(0xdd)+_0x172c3f+'\x22');if(!global[_0x50a127(0x14f)]){const _0x3f0649={};_0x3f0649[_0x50a127(0xad)]={},global[_0x50a127(0x14f)]=_0x3f0649;}!global[_0x50a127(0x14f)][_0x50a127(0xad)]&&(global['__workerDetails']['currentTest']={});const _0x3da0a2={};_0x3da0a2[_0x50a127(0x1b2)]=_0x172c3f,_0x3da0a2[_0x50a127(0xcb)]=_0x172c3f,global[_0x50a127(0x14f)]['currentTest'][_0x50a127(0x104)]=_0x3da0a2,global['browserstackTestName']=_0x172c3f;}catch(_0x443c38){logger['debug'](_0x50a127(0xc9)+_0x443c38[_0x50a127(0xe7)]);}if(BrowserstackCLI[_0x50a127(0xed)]()[_0x50a127(0xc1)]()&&await _0x5da081[_0x50a127(0x1b4)](isCLIReady))try{await _0x5da081[_0x50a127(0xdb)](handleTestEventCLI,_0x39c00a[_0x50a127(0x165)],_0x5da081[_0x50a127(0x1b6)],_0x473bfe);break;}catch(_0x26c48f){_0x5da081[_0x50a127(0x167)](debug,_0x50a127(0xb0)+util[_0x50a127(0x171)](_0x26c48f));}_0x5da081[_0x50a127(0x109)](shouldProcessEventForTesthub)&&await _0x473bfe[_0x50a127(0xd2)](_0x39c00a[_0x50a127(0x165)]);break;case _0x5da081['fgnKS']:{const _0x45016=_0x39c00a[_0x50a127(0x165)];if(_0x5da081[_0x50a127(0xfa)](isTrue,process[_0x50a127(0xd6)]['BROWSERSTACK_RERUN'])&&_0x5da081['gAITE'](isPhantomSkipFromNameFilter,_0x45016)){const _0x54a771=_0x5da081[_0x50a127(0xd1)](getFullJestTestName,_0x45016);logger[_0x50a127(0x126)](_0x50a127(0xb1)+_0x54a771+'\x22'),_0x45016[_0x50a127(0x15d)]=!![];break;}_0x39c00a[_0x50a127(0x165)]={..._0x5da081[_0x50a127(0xf0)](_0x566118,_0x39c00a[_0x50a127(0x165)]),..._0x39c00a['test']};try{const _0x9a0202=_0x39c00a[_0x50a127(0x165)]['errors']||[],_0x10088d=_0x5da081[_0x50a127(0x13c)](_0x9a0202[_0x50a127(0x1ab)],0x0)||_0x5da081[_0x50a127(0xe8)](_0x39c00a['test'][_0x50a127(0x11e)],_0x5da081['cJALd']),_0x2d66e6=_0x10088d?_0x5da081[_0x50a127(0x1a8)]:_0x5da081['HqExO'];let _0x43806f='';_0x10088d&&(_0x43806f=_0x9a0202[_0x50a127(0xcc)](_0x50acee=>{const _0x57509f=_0x50a127;if(Array[_0x57509f(0x12a)](_0x50acee))return _0x50acee[_0x57509f(0xcc)](_0x3574ef=>_0x3574ef&&_0x3574ef[_0x57509f(0xe7)]||String(_0x3574ef))[_0x57509f(0x170)](';\x20');return _0x50acee&&_0x50acee[_0x57509f(0xe7)]||_0x3d11e3[_0x57509f(0xbe)](String,_0x50acee);})[_0x50a127(0x170)](';\x20')),process['_bstackTestStatus']=_0x2d66e6,process[_0x50a127(0x16e)]=_0x5da081[_0x50a127(0xe0)](_0x43806f,''),logger[_0x50a127(0x126)](_0x50a127(0x188)+_0x2d66e6+'\x22'),global[_0x50a127(0x14f)]&&global[_0x50a127(0x14f)][_0x50a127(0xad)]&&(!global['__workerDetails'][_0x50a127(0xad)]['testInfo']&&(global[_0x50a127(0x14f)][_0x50a127(0xad)][_0x50a127(0x104)]={}),global['__workerDetails']['currentTest'][_0x50a127(0x104)][_0x50a127(0x11e)]=_0x2d66e6,_0x10088d&&(global[_0x50a127(0x14f)][_0x50a127(0xad)][_0x50a127(0x104)][_0x50a127(0x13d)]=_0x43806f));}catch(_0xfe5d24){logger['debug'](_0x50a127(0x177)+_0xfe5d24['message']);}if(!_0x39c00a[_0x50a127(0x165)]['markedStatus']){_0x39c00a[_0x50a127(0x165)][_0x50a127(0x15d)]=!![];if(BrowserstackCLI[_0x50a127(0xed)]()[_0x50a127(0xc1)]()&&await _0x5da081[_0x50a127(0x100)](isCLIReady))try{await _0x5da081[_0x50a127(0x19e)](handleTestEventCLI,_0x39c00a[_0x50a127(0x165)],_0x5da081[_0x50a127(0x18f)],_0x473bfe);break;}catch(_0x318f85){_0x5da081[_0x50a127(0xfc)](debug,_0x50a127(0xb0)+util[_0x50a127(0x171)](_0x318f85));}_0x5da081[_0x50a127(0x14e)](shouldProcessEventForTesthub)&&await _0x473bfe['sendTestRunEvent'](_0x39c00a[_0x50a127(0x165)]);}break;}case _0x5da081[_0x50a127(0xdc)]:{const _0x32c909=_0x39c00a[_0x50a127(0x165)];if(_0x5da081[_0x50a127(0xae)](isTrue,process[_0x50a127(0xd6)][_0x50a127(0x15b)])&&_0x5da081['sKOWp'](isPhantomSkipFromNameFilter,_0x32c909)){const _0x4f4225=_0x5da081['dQhHZ'](getFullJestTestName,_0x32c909);logger['debug'](_0x50a127(0x149)+_0x4f4225+'\x22'),_0x32c909[_0x50a127(0x15d)]=!![];break;}_0x39c00a[_0x50a127(0x165)]={..._0x5da081[_0x50a127(0x12f)](_0x566118,_0x39c00a[_0x50a127(0x165)]),..._0x39c00a[_0x50a127(0x165)]};if(!_0x39c00a[_0x50a127(0x165)][_0x50a127(0x15d)]){_0x39c00a[_0x50a127(0x165)][_0x50a127(0x15d)]=!![];if(BrowserstackCLI[_0x50a127(0xed)]()[_0x50a127(0xc1)]()&&await _0x5da081[_0x50a127(0x100)](isCLIReady))try{await _0x5da081[_0x50a127(0x16b)](handleTestEventCLI,_0x39c00a[_0x50a127(0x165)],_0x5da081[_0x50a127(0x124)],_0x473bfe);break;}catch(_0x1e69f4){_0x5da081['ljxlx'](debug,_0x50a127(0xb0)+util[_0x50a127(0x171)](_0x1e69f4));}_0x5da081[_0x50a127(0x14e)](shouldProcessEventForTesthub)&&await _0x473bfe[_0x50a127(0xc5)](_0x39c00a[_0x50a127(0x165)],undefined,![],_0x5da081[_0x50a127(0x124)]);}break;}case _0x5da081[_0x50a127(0x1a1)]:_0x473bfe[_0x50a127(0x16c)]=null;break;case _0x5da081['bntjJ']:await RequestQueueHandler[_0x50a127(0xed)]()[_0x50a127(0xc0)](),process[_0x50a127(0x10b)]();break;default:}},_0x5da081[_0x224f4e(0x111)]));}catch(_0x2676c7){_0x5da081[_0x224f4e(0x144)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x2676c7);}return _0x5da081['UxKCe'](initInitialize,..._0xc4d880);};try{Object[a20_0x2b5b23(0x182)](exportsI)[a20_0x2b5b23(0x193)](_0x25191d=>{const _0x4fa186=a20_0x2b5b23,_0x24a8b7={'bFahi':function(_0x3b8f70,_0x5d8b67){return _0x3b8f70(_0x5d8b67);}};try{exports&&(exports[_0x25191d]=exportsI[_0x25191d]);}catch(_0x5118cc){_0x24a8b7[_0x4fa186(0xc7)](debug,_0x4fa186(0x14c)+_0x5118cc);}});}catch(a20_0x3bf179){debug(a20_0x2b5b23(0x10a)+a20_0x3bf179);}const a20_0x1dd15f={};a20_0x1dd15f[a20_0x2b5b23(0x199)]=getFullJestTestName,a20_0x1dd15f[a20_0x2b5b23(0x16a)]=getActiveTestNamePattern,a20_0x1dd15f[a20_0x2b5b23(0x150)]=isPhantomSkipFromNameFilter,exports[a20_0x2b5b23(0x181)]=a20_0x1dd15f;
@@ -1 +1 @@
1
- const a21_0x401824=a21_0x5a7e;(function(_0x1325e5,_0x103e99){const _0x11d35e=a21_0x5a7e,_0x477914=_0x1325e5();while(!![]){try{const _0x66865d=parseInt(_0x11d35e(0x115))/0x1*(parseInt(_0x11d35e(0x108))/0x2)+-parseInt(_0x11d35e(0x116))/0x3*(parseInt(_0x11d35e(0x114))/0x4)+-parseInt(_0x11d35e(0x110))/0x5*(-parseInt(_0x11d35e(0x10d))/0x6)+-parseInt(_0x11d35e(0x10e))/0x7*(parseInt(_0x11d35e(0x10b))/0x8)+parseInt(_0x11d35e(0x102))/0x9+-parseInt(_0x11d35e(0x109))/0xa+-parseInt(_0x11d35e(0x10f))/0xb*(-parseInt(_0x11d35e(0x107))/0xc);if(_0x66865d===_0x103e99)break;else _0x477914['push'](_0x477914['shift']());}catch(_0x2049bc){_0x477914['push'](_0x477914['shift']());}}}(a21_0x1ce8,0xc102c));const Sequencer=require(a21_0x401824(0x112))[a21_0x401824(0x117)];function a21_0x5a7e(_0x448db3,_0x3a0f5b){const _0x1ce896=a21_0x1ce8();return a21_0x5a7e=function(_0x5a7e61,_0x323c5d){_0x5a7e61=_0x5a7e61-0x102;let _0x3ce8bf=_0x1ce896[_0x5a7e61];return _0x3ce8bf;},a21_0x5a7e(_0x448db3,_0x3a0f5b);}class CustomSequencer extends Sequencer{[a21_0x401824(0x104)](_0x4bf16b){const _0x47cd5a=a21_0x401824,_0x2970a7=process[_0x47cd5a(0x111)][_0x47cd5a(0x106)];if(!_0x2970a7)return _0x4bf16b;const _0x5521f1=_0x2970a7[_0x47cd5a(0x10a)](','),_0x36e6e7=new Map(_0x4bf16b[_0x47cd5a(0x118)](_0x204e97=>_0x5521f1[_0x47cd5a(0x113)](_0x204e97[_0x47cd5a(0x105)]))[_0x47cd5a(0x103)](_0x26f80d=>[_0x26f80d[_0x47cd5a(0x105)],_0x26f80d]));return _0x5521f1['map'](_0x53e2f7=>_0x36e6e7[_0x47cd5a(0x10c)](_0x53e2f7))[_0x47cd5a(0x118)](Boolean);}}module['exports']=CustomSequencer;function a21_0x1ce8(){const _0x6c9685=['44GfpEUS','243871ctbGIc','405336fVYzHh','default','filter','6881670KagLJy','map','sort','path','JEST_TEST_ORDER','24IBoEWL','10jSDwrg','14988600YBnPtG','split','32Fycyym','get','31830fkyrUj','1731849ECtcvu','13925846ghItJT','235NIzRjl','env','@jest/test-sequencer','includes'];a21_0x1ce8=function(){return _0x6c9685;};return a21_0x1ce8();}
1
+ const a21_0x5dcedf=a21_0x2202;function a21_0x2202(_0x3f88c3,_0x5deae1){const _0x87dd74=a21_0x87dd();return a21_0x2202=function(_0x220269,_0x55ee4f){_0x220269=_0x220269-0xd7;let _0xda1fe6=_0x87dd74[_0x220269];return _0xda1fe6;},a21_0x2202(_0x3f88c3,_0x5deae1);}(function(_0x4d1724,_0x583cbe){const _0x36cd43=a21_0x2202,_0x5467fd=_0x4d1724();while(!![]){try{const _0x2f3a14=parseInt(_0x36cd43(0xe1))/0x1+parseInt(_0x36cd43(0xd9))/0x2*(-parseInt(_0x36cd43(0xda))/0x3)+-parseInt(_0x36cd43(0xe3))/0x4*(-parseInt(_0x36cd43(0xdb))/0x5)+parseInt(_0x36cd43(0xe2))/0x6*(parseInt(_0x36cd43(0xe8))/0x7)+parseInt(_0x36cd43(0xe9))/0x8*(-parseInt(_0x36cd43(0xdf))/0x9)+parseInt(_0x36cd43(0xe6))/0xa*(parseInt(_0x36cd43(0xe0))/0xb)+-parseInt(_0x36cd43(0xdc))/0xc*(parseInt(_0x36cd43(0xdd))/0xd);if(_0x2f3a14===_0x583cbe)break;else _0x5467fd['push'](_0x5467fd['shift']());}catch(_0x4db05b){_0x5467fd['push'](_0x5467fd['shift']());}}}(a21_0x87dd,0xd94cc));const Sequencer=require('@jest/test-sequencer')[a21_0x5dcedf(0xe4)];class CustomSequencer extends Sequencer{['sort'](_0x5da256){const _0x492720=a21_0x5dcedf,_0xc4a31b=process[_0x492720(0xde)][_0x492720(0xe5)];if(!_0xc4a31b)return _0x5da256;const _0x2a09bf=_0xc4a31b[_0x492720(0xd8)](','),_0x14f3cd=new Map(_0x5da256[_0x492720(0xd7)](_0x1c64a7=>_0x2a09bf[_0x492720(0xea)](_0x1c64a7['path']))['map'](_0x55a547=>[_0x55a547['path'],_0x55a547]));return _0x2a09bf['map'](_0x5c3a53=>_0x14f3cd[_0x492720(0xe7)](_0x5c3a53))[_0x492720(0xd7)](Boolean);}}module['exports']=CustomSequencer;function a21_0x87dd(){const _0x56149c=['2310FZENgy','get','1822884JgebXI','1130744VoiIyt','includes','filter','split','41058KkIEVu','141TJpJOV','2035vtDnTd','216144iJHbfO','39AxSbaq','env','72nprozm','18348NvPAnx','1435159vzlnUi','12buubnn','6864mBLdsh','default','JEST_TEST_ORDER'];a21_0x87dd=function(){return _0x56149c;};return a21_0x87dd();}
@@ -1 +1 @@
1
- 'use strict';function a22_0x3d02(){const _0x3fd355=['capabilities','7791yhdNON','testEnvironmentOptions','value','length','PPjIL','3016yYIgHI','default','../../../helpers/helper','freeze','parallels__','push','BSTACK_USER_JEST_RUNNER','2359179GEoowg','EroQV','jest-runner','serial__','1313379TmDUWp','env','284846LEtwNo','121286qiYoEn','1813836fggPqn','7638gEzGZR','forEach','OWrwk','__esModule','runTests','config','940IyhLmp','gfmDm','context'];a22_0x3d02=function(){return _0x3fd355;};return a22_0x3d02();}const a22_0x5db5a5=a22_0x5bf9;(function(_0x426292,_0x476be0){const _0x2fcbc6=a22_0x5bf9,_0x173811=_0x426292();while(!![]){try{const _0x1440d4=-parseInt(_0x2fcbc6(0x1f6))/0x1+parseInt(_0x2fcbc6(0x1f7))/0x2+-parseInt(_0x2fcbc6(0x1f4))/0x3+parseInt(_0x2fcbc6(0x1f8))/0x4+-parseInt(_0x2fcbc6(0x1ff))/0x5*(parseInt(_0x2fcbc6(0x1f9))/0x6)+parseInt(_0x2fcbc6(0x203))/0x7*(parseInt(_0x2fcbc6(0x208))/0x8)+parseInt(_0x2fcbc6(0x1f0))/0x9;if(_0x1440d4===_0x476be0)break;else _0x173811['push'](_0x173811['shift']());}catch(_0x54ebb6){_0x173811['push'](_0x173811['shift']());}}}(a22_0x3d02,0x3918f));function a22_0x5bf9(_0x5cae96,_0x1505d5){const _0x3d02c3=a22_0x3d02();return a22_0x5bf9=function(_0x5bf9b2,_0x311f65){_0x5bf9b2=_0x5bf9b2-0x1ee;let _0x4eaf00=_0x3d02c3[_0x5bf9b2];return _0x4eaf00;},a22_0x5bf9(_0x5cae96,_0x1505d5);}const {requireModule,isBrowserstackInfra}=require(a22_0x5db5a5(0x20a)),a22_0x176cb0={};a22_0x176cb0[a22_0x5db5a5(0x205)]=!![],Object['defineProperty'](exports,a22_0x5db5a5(0x1fc),a22_0x176cb0),exports[a22_0x5db5a5(0x209)]=void 0x0;function _interopRequireDefault(_0x1d3b72){const _0x4bc615=a22_0x5db5a5;return _0x1d3b72&&_0x1d3b72[_0x4bc615(0x1fc)]?_0x1d3b72:{'default':_0x1d3b72};};const runnerModule=process[a22_0x5db5a5(0x1f5)][a22_0x5db5a5(0x1ef)]||a22_0x5db5a5(0x1f2),JestRunner=_interopRequireDefault(requireModule(runnerModule))[a22_0x5db5a5(0x209)];class TestRunner extends JestRunner{constructor(..._0x9450df){super(..._0x9450df);}[a22_0x5db5a5(0x1fd)](..._0x419865){const _0x568c92=a22_0x5db5a5,_0x4ea448={'OWrwk':function(_0x5c0d39){return _0x5c0d39();},'EroQV':function(_0x53a808,_0x1fe136){return _0x53a808-_0x1fe136;},'axrpR':function(_0x1acac4,_0x3bdb12){return _0x1acac4*_0x3bdb12;},'PPjIL':function(_0x30d3e3,_0x1b93ac){return _0x30d3e3===_0x1b93ac;},'gfmDm':'false','WxYxI':function(_0x308598,_0x4c86e4){return _0x308598<_0x4c86e4;}};if(!_0x4ea448[_0x568c92(0x1fb)](isBrowserstackInfra))return super[_0x568c92(0x1fd)](..._0x419865);const _0x2f60aa=_0x419865[0x0],_0x3f6658=_0x419865[_0x4ea448[_0x568c92(0x1f1)](_0x419865['length'],0x1)],_0x1867ba=_0x2f60aa[0x0]['context']['config']['testEnvironmentOptions'][_0x568c92(0x202)],_0x311bf5=_0x2f60aa[0x0][_0x568c92(0x201)][_0x568c92(0x1fe)][_0x568c92(0x204)][_0x568c92(0x20c)];_0x311bf5&&(this['_globalConfig']=Object['freeze']({...this['_globalConfig'],'maxWorkers':_0x4ea448['axrpR'](_0x311bf5,_0x1867ba[_0x568c92(0x206)])}));_0x4ea448[_0x568c92(0x207)](_0x2f60aa[0x0][_0x568c92(0x201)][_0x568c92(0x1fe)]['testEnvironmentOptions'][_0x568c92(0x1f3)],_0x4ea448[_0x568c92(0x200)])&&(_0x3f6658&&(_0x3f6658['serial']=![]));const _0x420ba2=[];for(let _0x5c7359=0x0;_0x4ea448['WxYxI'](_0x5c7359,_0x2f60aa['length']);_0x5c7359++){const _0x4f0ad2=[];_0x1867ba[_0x568c92(0x1fa)]((_0x2992a0,_0x6de0f1)=>{const _0x506e32=_0x568c92,_0x41b79d={..._0x2f60aa[_0x5c7359]},_0x58303b=_0x41b79d;_0x58303b[_0x506e32(0x201)]=Object[_0x506e32(0x20b)]({..._0x58303b[_0x506e32(0x201)],'config':{..._0x58303b[_0x506e32(0x201)]['config'],'capability':_0x2992a0,'browserstackPlatformIndex':_0x6de0f1}}),_0x4f0ad2[_0x506e32(0x1ee)](_0x58303b);}),_0x420ba2[_0x568c92(0x1ee)](..._0x4f0ad2);}return super[_0x568c92(0x1fd)](_0x420ba2,..._0x419865['slice'](0x1));}}module['exports']=TestRunner;
1
+ 'use strict';function a22_0x3825(){const _0x49a01a=['default','fEwdo','584036MYMWMu','forEach','1sdswHK','serial__','HDbzt','1200720SdxFdM','MsdNn','exports','1289520zrlboL','parallels__','450LsdljY','hIKBx','jest-runner','freeze','17801GZpbpU','push','293964NdwCVw','defineProperty','false','env','serial','runTests','_globalConfig','ZBhEo','../../../helpers/helper','__esModule','capabilities','testEnvironmentOptions','context','BSTACK_USER_JEST_RUNNER','config','length','value','1118590nneDyt','161566zodFWq'];a22_0x3825=function(){return _0x49a01a;};return a22_0x3825();}const a22_0x1f1991=a22_0x298f;(function(_0x395d04,_0x1e189b){const _0x44735d=a22_0x298f,_0x176332=_0x395d04();while(!![]){try{const _0x2d1e08=parseInt(_0x44735d(0xdb))/0x1*(-parseInt(_0x44735d(0xd6))/0x2)+parseInt(_0x44735d(0xc4))/0x3+parseInt(_0x44735d(0xd9))/0x4+-parseInt(_0x44735d(0xd5))/0x5+parseInt(_0x44735d(0xe3))/0x6*(parseInt(_0x44735d(0xe7))/0x7)+-parseInt(_0x44735d(0xde))/0x8+parseInt(_0x44735d(0xe1))/0x9;if(_0x2d1e08===_0x1e189b)break;else _0x176332['push'](_0x176332['shift']());}catch(_0x3de984){_0x176332['push'](_0x176332['shift']());}}}(a22_0x3825,0x1e213));const {requireModule,isBrowserstackInfra}=require(a22_0x1f1991(0xcc)),a22_0x29d7da={};a22_0x29d7da[a22_0x1f1991(0xd4)]=!![],Object[a22_0x1f1991(0xc5)](exports,a22_0x1f1991(0xcd),a22_0x29d7da),exports[a22_0x1f1991(0xd7)]=void 0x0;function _interopRequireDefault(_0x7d1e2f){return _0x7d1e2f&&_0x7d1e2f['__esModule']?_0x7d1e2f:{'default':_0x7d1e2f};};function a22_0x298f(_0x1f7760,_0x2dfc61){const _0x382527=a22_0x3825();return a22_0x298f=function(_0x298fe4,_0x30981e){_0x298fe4=_0x298fe4-0xc4;let _0x711b59=_0x382527[_0x298fe4];return _0x711b59;},a22_0x298f(_0x1f7760,_0x2dfc61);}const runnerModule=process[a22_0x1f1991(0xc7)][a22_0x1f1991(0xd1)]||a22_0x1f1991(0xe5),JestRunner=_interopRequireDefault(requireModule(runnerModule))[a22_0x1f1991(0xd7)];class TestRunner extends JestRunner{constructor(..._0x3cd2f7){super(..._0x3cd2f7);}['runTests'](..._0x5489c0){const _0x1e5b8d=a22_0x1f1991,_0x3ed83b={'fEwdo':function(_0x34e790){return _0x34e790();},'GGSrQ':function(_0x5862d9,_0x92f3ef){return _0x5862d9-_0x92f3ef;},'ZBhEo':function(_0x22246c,_0x172fa9){return _0x22246c*_0x172fa9;},'HDbzt':function(_0x31e33f,_0x385531){return _0x31e33f===_0x385531;},'hIKBx':_0x1e5b8d(0xc6),'MsdNn':function(_0x424a1e,_0x300b64){return _0x424a1e<_0x300b64;}};if(!_0x3ed83b[_0x1e5b8d(0xd8)](isBrowserstackInfra))return super[_0x1e5b8d(0xc9)](..._0x5489c0);const _0x5a510e=_0x5489c0[0x0],_0x2e7dde=_0x5489c0[_0x3ed83b['GGSrQ'](_0x5489c0[_0x1e5b8d(0xd3)],0x1)],_0xf04efb=_0x5a510e[0x0]['context']['config'][_0x1e5b8d(0xcf)][_0x1e5b8d(0xce)],_0x3cd3c4=_0x5a510e[0x0][_0x1e5b8d(0xd0)][_0x1e5b8d(0xd2)][_0x1e5b8d(0xcf)][_0x1e5b8d(0xe2)];_0x3cd3c4&&(this['_globalConfig']=Object[_0x1e5b8d(0xe6)]({...this[_0x1e5b8d(0xca)],'maxWorkers':_0x3ed83b[_0x1e5b8d(0xcb)](_0x3cd3c4,_0xf04efb[_0x1e5b8d(0xd3)])}));_0x3ed83b[_0x1e5b8d(0xdd)](_0x5a510e[0x0][_0x1e5b8d(0xd0)][_0x1e5b8d(0xd2)][_0x1e5b8d(0xcf)][_0x1e5b8d(0xdc)],_0x3ed83b[_0x1e5b8d(0xe4)])&&(_0x2e7dde&&(_0x2e7dde[_0x1e5b8d(0xc8)]=![]));const _0x12f7e4=[];for(let _0xe65bc5=0x0;_0x3ed83b[_0x1e5b8d(0xdf)](_0xe65bc5,_0x5a510e[_0x1e5b8d(0xd3)]);_0xe65bc5++){const _0x17a7cc=[];_0xf04efb[_0x1e5b8d(0xda)]((_0x49c900,_0x3cf3b4)=>{const _0x3b8aef=_0x1e5b8d,_0x193136={..._0x5a510e[_0xe65bc5]},_0x23a407=_0x193136;_0x23a407[_0x3b8aef(0xd0)]=Object[_0x3b8aef(0xe6)]({..._0x23a407[_0x3b8aef(0xd0)],'config':{..._0x23a407[_0x3b8aef(0xd0)][_0x3b8aef(0xd2)],'capability':_0x49c900,'browserstackPlatformIndex':_0x3cf3b4}}),_0x17a7cc[_0x3b8aef(0xe8)](_0x23a407);}),_0x12f7e4['push'](..._0x17a7cc);}return super[_0x1e5b8d(0xc9)](_0x12f7e4,..._0x5489c0['slice'](0x1));}}module[a22_0x1f1991(0xe0)]=TestRunner;
@@ -1 +1 @@
1
- function a23_0x436d(_0x5b01a8,_0x4093a1){const _0x59ad6c=a23_0x59ad();return a23_0x436d=function(_0x436d3a,_0x32cd0b){_0x436d3a=_0x436d3a-0x1c2;let _0x4ef9a1=_0x59ad6c[_0x436d3a];return _0x4ef9a1;},a23_0x436d(_0x5b01a8,_0x4093a1);}const a23_0x5cb48e=a23_0x436d;(function(_0x3f7252,_0x482638){const _0x40d484=a23_0x436d,_0x29f03d=_0x3f7252();while(!![]){try{const _0x2c77f7=parseInt(_0x40d484(0x27c))/0x1*(-parseInt(_0x40d484(0x2f2))/0x2)+-parseInt(_0x40d484(0x1ff))/0x3*(parseInt(_0x40d484(0x2bd))/0x4)+parseInt(_0x40d484(0x2c7))/0x5+parseInt(_0x40d484(0x280))/0x6*(parseInt(_0x40d484(0x1ee))/0x7)+parseInt(_0x40d484(0x2c6))/0x8+parseInt(_0x40d484(0x259))/0x9*(parseInt(_0x40d484(0x25c))/0xa)+-parseInt(_0x40d484(0x25b))/0xb*(-parseInt(_0x40d484(0x1eb))/0xc);if(_0x2c77f7===_0x482638)break;else _0x29f03d['push'](_0x29f03d['shift']());}catch(_0x2f1f71){_0x29f03d['push'](_0x29f03d['shift']());}}}(a23_0x59ad,0x9cd75));const util=require(a23_0x5cb48e(0x2ee)),helper=require(a23_0x5cb48e(0x2ac)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a23_0x5cb48e(0x2d4)),{sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a23_0x5cb48e(0x2ac));function a23_0x59ad(){const _0x441bbb=['0|2|1|4|3','puppeteer-core','mLQWc','POST','browserStackGlobals','BoepC','platformCaps','../v2/state/automationFrameworkState','measureWrapper','setTimeout','../../helpers/testhub/constants','PMWxC',',\x20isPlaywrightFlow=','Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20','wQsyV','Unknown\x20Test','CREATE','LElZP','protocol','opVTu','debug','eRdsL','puppeteer','Xbjwr','../../helpers/helper','saveTestResults','TwANq','jjMBH','cAzqF','length','dskcE','afterTestHook','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','EupUT','PRE','GgxoA','pid','uuid','Jest','getInstance','SESSION_STATUS','72268lrwaGc','name','isAccessibilityPlatform','capabilities','JkvlT','quZPA','__jestCurrentTestIdentifier','No\x20page\x20available\x20yet\x20for\x20test:\x20','pendingUploads','2375664OleVIR','2924995cFoPIo','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','from\x20else\x20block\x20jest\x20test\x20failed\x20playwright\x20flow:\x20','../utils/puppeteer-patcher','__launchCaps','format','fpptl','split','testContext','Error\x20getting\x20page\x20context/browser:\x20','__workerDetails','getTestUUID','../utils/playwright-patcher','../utils/constants','eqbcR','browser','uzWjM','MFWNF','SAVE_RESULTS','error','afterAll','stream/web','EfWOM','log','shqIL','EmAkK','__drivers','isPageFixture','wWpNH','0|4|1|2|3','trackEvent','UayBd','Error\x20executing\x20fallback\x20deferred\x20closes:\x20','JBpaT','getPackageVersion','isRunning','YUphR','browserstackTestName','startMonitoring','util','Error\x20executing\x20deferred\x20closes:\x20','TransformStream\x20polyfill\x20not\x20available:\x20','MVbOm','2QpkXwF','beforeEach','Error\x20handling\x20Playwright/Puppeteer\x20test\x20cleanup:\x20','beforeAll','PshTv','executeAsyncScript','IHiWm','dSTKP','percy','llNHu','end','HIOYA','\x22,\x22level\x22:\x20\x22info\x22}}','UhDcx','isCliEnabled','shaeZ','inside\x20before\x20each\x20jest\x20hook','session_','retryTimes','hookType','JXHsU','includes','Cleaned\x20up\x20page\x20references\x20after\x20deferred\x20closes','now','GqtoJ','QkSPT','Successfully\x20closed\x20page\x20via\x20fallback','\x20flow\x20detected\x20-\x20page\x20exists:\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','BROWSERSTACK_TESTHUB_JWT','sziVk','Error\x20loading\x20puppeteer-patcher:\x20','../v2/state/hookState','WFTSA','context','Error\x20in\x20pw-jest\x20afterEach:\x20','xYwch','title','../../helpers/accessibility-automation/helper','currentTest','bpThZ','Error\x20determining\x20test\x20flow:\x20','failed','close','5766612pjtUpu','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','winstonLogger','7AHYLOH','Playwright','driverCleanup:\x20No\x20drivers\x20to\x20clean\x20up','qxmYt','IEeHx','function','getState','getGlobal','cleanup','EKFnu','ELvWe','undefined','SDK_HOOK','testInfo','Cleaned\x20up\x20close\x20tracker','app','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','141tCEfUf','Performing\x20scan\x20before\x20saving\x20results','pmlej','@playwright/test','Error\x20in\x20fallback\x20page\x20close:\x20','qXPrB','initQuit','./test-observability/test-details','ZPEsE','bcrQE','closeTracker','EmTJo','.\x20Error\x20:','RzrLw','ANwPE','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','isArray','jest-test','https:','hXwuN','slice','hUwgR','eKyiR','hZRSh','replace','LzNVU','is_mobile_session','edqVc','launchCaps','QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20','woWDU','message','testPath','info','getCurrentUrl',':testAnalyticsId','TDwcj','page','OQRwe',',\x20testPath=','QpCtk','ObservabilitySync:','TransformStream','BYluV','currentTestName','IOPCL','getPageFromAutomationFramework','afterTest','appium:app','mxZgc','Error\x20triggering\x20QUIT\x20PRE\x20event:\x20','Skipping\x20afterTestHook\x20-\x20workerDetails\x20or\x20currentTest\x20not\x20available','KSycd','SYNC','Error\x20cleaning\x20up\x20after\x20deferred\x20closes:\x20','dapeK','Attempting\x20direct\x20page\x20close\x20fallback\x20for\x20Android',',\x20testName=','WGAMV','start','join','Puppeteer','QUIT','jHsda','testFramework','BYjDm','GnCIh','ENV_VAR','../../helpers/percy/utils','browserContext','UNaex','[Jest\x20Setup]\x20beforeEach:\x20testIdentifier=','../../helpers/globals','shift','Error\x20loading\x20patcher\x20in\x20afterEach:\x20','../../helpers/testhub/utils','executeDeferredCloses','addReporter','Flow\x20detection:\x20isSeleniumFlow=','Error\x20triggering\x20CREATE\x20POST\x20event\x20for\x20test:\x20','testcase','Error\x20in\x20playwright\x20beforeTestHook:\x20','Cwini','JEST','hFwlR','getAutomationFramework','nUVLc','quitCount_','percyCaptureMode','../../helpers/performance/performance-tester','9PODbJz','\x20with\x20testIdentifier:\x20','11SqgnkA','9955670bdRQXa','env','No\x20patcher\x20available','pwPage','afterEach','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','gzWYa','NjMUQ','getEnv','QPhDe','http:','Playwright\x20flow\x20detected\x20in\x20beforeEach','failedExpectations','TWYdx','executeScript','Error\x20preparing\x20AutomationFramework\x20events:\x20','__currentTestInfo','beforeTestHook','bstackA11yShouldScan','KJrUw','liczs','\x22}}','IBtWu',',\x20CREATE\x20POST\x20will\x20be\x20triggered\x20when\x20page\x20is\x20created','BBZbL','mtVCL','browserstackSessionName','../../helpers/test-observability/requestQueueHandler','Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','jDtLD','HHlGs','stringify','1053486IXscpP','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Successfully\x20executed\x20deferred\x20Playwright\x20closes\x20(with\x20force\x20close)','push','1121886RYxHTs','errors','testAnalyticsId','SESSION_NAME','njXTN','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','description','siVox','wrFLq','Error\x20loading\x20playwright-patcher:\x20','lwynR','setGlobal','qJDdA','performScan','pGVfD','__platformCaps','Vunlq','vTstx','jPoDJ','removeAllListeners'];a23_0x59ad=function(){return _0x441bbb;};return a23_0x59ad();}let __error_messages__=[];const RequestQueueHandler=require(a23_0x5cb48e(0x277));jest[a23_0x5cb48e(0x29d)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a23_0x5cb48e(0x1e5)),{percyAutoCapture}=require(a23_0x5cb48e(0x243)),logger=require('../../helpers/logger')[a23_0x5cb48e(0x1ed)],TestDetails=require(a23_0x5cb48e(0x206)),PerformanceTester=require(a23_0x5cb48e(0x258)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a23_0x5cb48e(0x247)),{shouldProcessEventForTesthub}=require(a23_0x5cb48e(0x24a)),testHubConstants=require(a23_0x5cb48e(0x29e)),{v4:uuidv4}=require(a23_0x5cb48e(0x2b9)),BrowserstackCLI=require('../v2/browserstackCLI'),AutomationFrameworkState=require(a23_0x5cb48e(0x29b)),HookState=require(a23_0x5cb48e(0x1df)),{FRAMEWORKS}=require('../../helpers/test-observability/constants');globals[a23_0x5cb48e(0x298)]=browserStackGlobals;if(typeof global[a23_0x5cb48e(0x229)]==='undefined')try{const {TransformStream}=require(a23_0x5cb48e(0x2dc));global['TransformStream']=TransformStream;}catch(a23_0x8286ed){logger[a23_0x5cb48e(0x2a8)](a23_0x5cb48e(0x2f0)+a23_0x8286ed[a23_0x5cb48e(0x21e)]);}function stripUnicode(_0x5a4744){const _0x1dd259=a23_0x5cb48e;return _0x5a4744[_0x1dd259(0x217)](/\\u001b\[.*?m/g,'')[_0x1dd259(0x213)](0x1,-0x1);}async function setContext(){const _0x194c3d=a23_0x5cb48e,_0x55e960={'LElZP':function(_0x42758b){return _0x42758b();},'JXHsU':_0x194c3d(0x2ec),'OQRwe':function(_0x20f279,_0x1dded0){return _0x20f279!==_0x1dded0;},'qxmYt':_0x194c3d(0x1f9),'EfWOM':function(_0x21cd9e,_0x5417fe){return _0x21cd9e>_0x5417fe;},'shaeZ':function(_0x5db490,_0x2b5aee){return _0x5db490(_0x2b5aee);}};if(!_0x55e960[_0x194c3d(0x2a5)](isBrowserstackInfra))return;const _0x1ee6f8=expect[_0x194c3d(0x1f4)]()[_0x194c3d(0x22b)];globals[_0x194c3d(0x28b)](_0x55e960[_0x194c3d(0x1d3)],_0x1ee6f8);!sessionNameProvided&&await PerformanceTester[_0x194c3d(0x29c)](PerformanceAutEvents[_0x194c3d(0x283)],async()=>{const _0x4ae54b=_0x194c3d;await __drivers[0x0][_0x4ae54b(0x26a)](_0x4ae54b(0x2c8)+_0x1ee6f8+_0x4ae54b(0x271));})();let _0x45e7b5=null,_0x284282=![];_0x55e960[_0x194c3d(0x225)](typeof jasmine,_0x55e960[_0x194c3d(0x1f1)])?jasmine['currentTest']['failedExpectations']&&_0x55e960[_0x194c3d(0x2dd)](jasmine[_0x194c3d(0x1e6)][_0x194c3d(0x268)][_0x194c3d(0x2b1)],0x0)?(_0x284282=!![],_0x45e7b5=_0x55e960[_0x194c3d(0x1ce)](stripUnicode,JSON[_0x194c3d(0x27b)](jasmine[_0x194c3d(0x1e6)][_0x194c3d(0x268)][0x0][_0x194c3d(0x21e)]))):_0x45e7b5=_0x55e960[_0x194c3d(0x1ce)](stripUnicode,JSON['stringify'](jasmine['currentTest'][_0x194c3d(0x286)])):testContext['errors']&&_0x55e960[_0x194c3d(0x2dd)](testContext['errors'][_0x194c3d(0x2b1)],0x0)?(_0x284282=!![],_0x45e7b5=_0x55e960['shaeZ'](stripUnicode,JSON['stringify'](testContext['errors'][0x0][0x0][_0x194c3d(0x21e)]||testContext[_0x194c3d(0x281)][0x0][0x0]))):_0x45e7b5=_0x55e960[_0x194c3d(0x1ce)](stripUnicode,JSON[_0x194c3d(0x27b)](testContext[_0x194c3d(0x2be)])),_0x284282?(__error_messages__[_0x194c3d(0x27f)](_0x45e7b5),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x45e7b5+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x45e7b5+_0x194c3d(0x1cb));}const executeAnnotate=async(_0x519d72,_0x284331)=>{const _0x4ee575=a23_0x5cb48e;await global['__drivers'][0x0]['executeScript'](_0x4ee575(0x261)+_0x519d72+',\x22level\x22:\x20\x22'+_0x284331+_0x4ee575(0x271));};async function driverCleanup(){const _0x171aad=a23_0x5cb48e,_0x37bfb3={'RzrLw':function(_0x32e2e7){return _0x32e2e7();},'ZPEsE':function(_0x38b514,_0x31afc9){return _0x38b514===_0x31afc9;},'BYjDm':_0x171aad(0x1f0),'eRdsL':_0x171aad(0x294),'ADfkd':function(_0xc6342d,_0x50fa17){return _0xc6342d>_0x50fa17;},'uRibY':function(_0x258deb,_0xe4458a,_0x483615,_0x4f4936){return _0x258deb(_0xe4458a,_0x483615,_0x4f4936);},'jjMBH':_0x171aad(0x1e9),'BYluV':'\x20|\x20','woWDU':function(_0x3d3205,_0x26085f,_0x18412a){return _0x3d3205(_0x26085f,_0x18412a);},'hZRSh':'passed'};if(!_0x37bfb3[_0x171aad(0x20c)](isBrowserstackInfra))return;if(!global[_0x171aad(0x2e1)]||!Array['isArray'](global[_0x171aad(0x2e1)])||_0x37bfb3[_0x171aad(0x207)](global[_0x171aad(0x2e1)]['length'],0x0)){logger[_0x171aad(0x2a8)](_0x37bfb3[_0x171aad(0x240)]);return;}let _0x487a49=![];try{const _0x1a8acb=_0x37bfb3[_0x171aad(0x2a9)]['split']('|');let _0x5e983b=0x0;while(!![]){switch(_0x1a8acb[_0x5e983b++]){case'0':PerformanceTester[_0x171aad(0x23a)](PerformanceAutEvents[_0x171aad(0x2bc)]);continue;case'1':_0x487a49=!![];continue;case'2':await global[_0x171aad(0x2e1)][0x0][_0x171aad(0x1d0)];continue;case'3':PerformanceTester['end'](PerformanceAutEvents[_0x171aad(0x2bc)],!![]);continue;case'4':_0x37bfb3['ADfkd'](__error_messages__[_0x171aad(0x2b1)],0x0)?await _0x37bfb3['uRibY'](markSessionStatus,global[_0x171aad(0x2e1)][0x0],_0x37bfb3[_0x171aad(0x2af)],__error_messages__[_0x171aad(0x23b)](_0x37bfb3[_0x171aad(0x22a)])):await _0x37bfb3[_0x171aad(0x21d)](markSessionStatus,global['__drivers'][0x0],_0x37bfb3[_0x171aad(0x216)]);continue;}break;}}catch(_0xa140af){console[_0x171aad(0x2de)](_0xa140af),PerformanceTester['end'](PerformanceAutEvents[_0x171aad(0x2bc)],![],_0xa140af);}__error_messages__=[];if(_0x487a49)try{await global[_0x171aad(0x2e1)][0x0][_0x171aad(0x205)]();}catch(_0x2e340f){console[_0x171aad(0x2de)](_0x2e340f);}}beforeAll(async()=>{const _0x31fa97=a23_0x5cb48e,_0x5b400e={'TWYdx':function(_0x58482a,_0x48e146){return _0x58482a!==_0x48e146;},'cAzqF':_0x31fa97(0x1f9),'szyQU':function(_0x5b26f9,_0x412e10){return _0x5b26f9>_0x412e10;},'edqVc':_0x31fa97(0x1c2),'EmTJo':function(_0x31d5ee){return _0x31d5ee();},'efJTN':function(_0x2705ec,_0x1b760d,_0x1dcaa2){return _0x2705ec(_0x1b760d,_0x1dcaa2);}};__error_messages__=[];!global['__drivers']&&(global['__drivers']=[]);PerformanceTester[_0x31fa97(0x2ed)](),PerformanceTester[_0x31fa97(0x23a)](PerformanceHookEvents[_0x31fa97(0x1fa)]);_0x5b400e[_0x31fa97(0x269)](typeof __jestRetries,_0x5b400e[_0x31fa97(0x2b0)])&&_0x5b400e['szyQU'](__jestRetries,0x0)&&jest[_0x31fa97(0x1d1)](__jestRetries);const _0xa888dc='browserstack internal helper hook';_0x5b400e['TWYdx'](typeof jasmine,_0x5b400e[_0x31fa97(0x2b0)])&&jasmine[_0x31fa97(0x264)]()[_0x31fa97(0x24c)]({'specStarted':_0x20812e=>{const _0x5caea2=_0x31fa97;jasmine[_0x5caea2(0x1e6)]=_0x20812e;}});let _0x486ac4=![];try{await __drivers[0x0]['session_'],_0x486ac4=!![];}catch(_0x174e5e){logger['debug'](_0x31fa97(0x20e)+_0x174e5e);const _0x3d93db={};_0x3d93db['hookType']=_0x5b400e[_0x31fa97(0x21a)],PerformanceTester[_0x31fa97(0x1c9)](PerformanceHookEvents[_0x31fa97(0x1fa)],![],_0x174e5e,_0x3d93db);}if(_0x486ac4)try{_0x5b400e[_0x31fa97(0x20a)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x5b400e['efJTN'](sendPlatformDetails,__drivers[0x0],TestDetails['getTestUUID'](process['pid']+_0x31fa97(0x222))));}catch(_0x304a3a){logger[_0x31fa97(0x2a8)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x304a3a);const _0x3e3533={};_0x3e3533[_0x31fa97(0x1d2)]=_0x5b400e[_0x31fa97(0x21a)],PerformanceTester[_0x31fa97(0x1c9)](PerformanceHookEvents[_0x31fa97(0x1fa)],![],_0x304a3a,_0x3e3533);}const _0x5bf314={};_0x5bf314['hookType']=_0x5b400e[_0x31fa97(0x21a)],PerformanceTester[_0x31fa97(0x1c9)](PerformanceHookEvents[_0x31fa97(0x1fa)],!![],null,_0x5bf314);}),beforeEach(async()=>{const _0xd837b2=a23_0x5cb48e,_0x373d8d={'UhtbT':_0xd837b2(0x1cf),'jHsda':_0xd837b2(0x2ec),'jGzcR':function(_0xd7e930,_0x1612f4,_0x1dcb4b){return _0xd7e930(_0x1612f4,_0x1dcb4b);},'lwynR':_0xd837b2(0x202),'akybU':'puppeteer','jDtLD':_0xd837b2(0x295),'MVbOm':function(_0x3c4dcc,_0x468338){return _0x3c4dcc(_0x468338);},'opVTu':_0xd837b2(0x2d3),'llNHu':_0xd837b2(0x267),'GqtoJ':'../utils/puppeteer-patcher','hFwlR':'Puppeteer\x20flow\x20detected\x20in\x20beforeEach','wvsxw':_0xd837b2(0x2e4),'LzNVU':function(_0x3ae67c,_0x3575fe){return _0x3ae67c>_0x3575fe;},'pmlej':function(_0x46df17){return _0x46df17();},'EupUT':function(_0x33ab67,_0x81353d){return _0x33ab67>_0x81353d;},'jPoDJ':function(_0x32220c,_0x4ddc14){return _0x32220c>_0x4ddc14;},'gzWYa':_0xd837b2(0x2f3),'vTIdS':_0xd837b2(0x26e),'SUSNf':function(_0x33e6d1,_0x5d84c3){return _0x33e6d1>_0x5d84c3;},'TujPs':'isAccessibilityPlatform','TDwcj':function(_0x203d0c,_0x7eda2f){return _0x203d0c===_0x7eda2f;},'YUphR':_0xd837b2(0x266),'ANwPE':function(_0x3c8752,_0x367a77){return _0x3c8752===_0x367a77;},'QkSPT':_0xd837b2(0x211),'GnCIh':_0xd837b2(0x27d),'iUqTk':function(_0x75a748,_0x3db265){return _0x75a748(_0x3db265);},'EKFnu':'../v2/browserstackCLI','liczs':function(_0xa4345b,_0x47c8db){return _0xa4345b(_0x47c8db);},'WGAMV':_0xd837b2(0x2d4),'EmAkK':function(_0x113656,_0x46d740){return _0x113656(_0x46d740);},'yfsMN':_0xd837b2(0x29b),'UayBd':_0xd837b2(0x1df),'PCwfH':function(_0x1e63e0,_0x583a04){return _0x1e63e0||_0x583a04;},'fpptl':_0xd837b2(0x2a3),'OOeUz':function(_0x43a315,_0x5e7423){return _0x43a315||_0x5e7423;},'PMWxC':_0xd837b2(0x210),'nUVLc':function(_0x314464,_0x4e76e8){return _0x314464&&_0x4e76e8;},'uzWjM':function(_0x4397bb,_0x1c44d8){return _0x4397bb===_0x1c44d8;},'pGVfD':'function'};logger[_0xd837b2(0x2a8)](_0x373d8d['UhtbT']),PerformanceTester[_0xd837b2(0x23a)](PerformanceHookEvents['SDK_HOOK']);const _0x3d811f='browserstack internal helper hook';let _0x2553f2=!![],_0x145888=null;try{const _0x116004=expect[_0xd837b2(0x1f4)]()[_0xd837b2(0x22b)];globals[_0xd837b2(0x28b)](_0x373d8d[_0xd837b2(0x23e)],_0x116004);const _0x73b679=_0x373d8d['jGzcR'](shouldScanTestForAccessibility,_0x116004,![]),_0x2465c5=helper['getPackageVersion'](_0x373d8d[_0xd837b2(0x28a)]),_0x2b405c=helper[_0xd837b2(0x2e9)](_0x373d8d['akybU'])||helper[_0xd837b2(0x2e9)](_0x373d8d[_0xd837b2(0x279)]);if(!!_0x2465c5)try{_0x145888=_0x373d8d[_0xd837b2(0x2f1)](require,_0x373d8d[_0xd837b2(0x2a7)]),logger[_0xd837b2(0x2a8)](_0x373d8d[_0xd837b2(0x1c8)]);}catch(_0x1c782d){logger[_0xd837b2(0x2a8)](_0xd837b2(0x289)+util[_0xd837b2(0x2cc)](_0x1c782d));}else{if(!!_0x2b405c)try{_0x145888=_0x373d8d[_0xd837b2(0x2f1)](require,_0x373d8d[_0xd837b2(0x1d7)]),logger[_0xd837b2(0x2a8)](_0x373d8d[_0xd837b2(0x253)]);}catch(_0x331018){logger[_0xd837b2(0x2a8)](_0xd837b2(0x1de)+util[_0xd837b2(0x2cc)](_0x331018));}}try{const _0x1f744f=_0x373d8d['wvsxw'][_0xd837b2(0x2ce)]('|');let _0x5322a8=0x0;while(!![]){switch(_0x1f744f[_0x5322a8++]){case'0':Array[_0xd837b2(0x20f)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0xd837b2(0x276)]=_0x116004);continue;case'1':!_0x145888&&_0x373d8d[_0xd837b2(0x218)](__drivers['length'],0x1)&&(await _0x373d8d[_0xd837b2(0x201)](driverCleanup),__drivers[_0xd837b2(0x248)]());continue;case'2':_0x145888&&_0x373d8d[_0xd837b2(0x2b5)](__drivers[_0xd837b2(0x2b1)],0x0)&&(__drivers[0x0]['browserstackSessionName']=_0x116004,__drivers[0x0][_0xd837b2(0x26e)]=_0x73b679);continue;case'3':!_0x145888&&_0x373d8d[_0xd837b2(0x2b5)](__drivers[_0xd837b2(0x2b1)],0x0)&&_0x373d8d[_0xd837b2(0x292)](__drivers[0x0]['quitCount_'],0x0)&&(_0x2553f2=![],await _0x373d8d['pmlej'](driverCleanup));continue;case'4':global[_0xd837b2(0x276)]=_0x116004;continue;}break;}}catch(_0x5070ab){logger['debug']('Failed\x20to\x20store\x20session\x20name:\x20'+_0x5070ab);const _0x7aa9f7={};_0x7aa9f7['hookType']=_0x373d8d['gzWYa'],PerformanceTester[_0xd837b2(0x1c9)](PerformanceHookEvents['SDK_HOOK'],![],_0x5070ab,_0x7aa9f7);}globals[_0xd837b2(0x28b)](_0x373d8d['vTIdS'],_0x73b679);if(global[_0xd837b2(0x2d1)]){const _0x1fab21=expect[_0xd837b2(0x1f4)]()[_0xd837b2(0x21f)],_0x4fcc42=global[_0xd837b2(0x2c3)],_0x33e077=expect[_0xd837b2(0x1f4)]()['currentTestName']||_0x116004;global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)]={'id':_0x4fcc42,'testAnalyticsId':_0x4fcc42,'thTestRunUuid':TestDetails[_0xd837b2(0x2d2)](process['pid']+_0xd837b2(0x222)),'testInfo':{'title':_0x116004,'fullName':_0x33e077,'displayName':_0x116004,'name':_0x33e077,'testPath':_0x1fab21,'testIdentifier':_0x4fcc42}},logger['debug'](_0xd837b2(0x246)+_0x4fcc42+_0xd837b2(0x238)+_0x116004+_0xd837b2(0x226)+_0x1fab21);}if(!_0x145888&&_0x373d8d[_0xd837b2(0x201)](isAccessibilityAutomationSession)&&_0x2553f2&&Array[_0xd837b2(0x20f)](__drivers)&&_0x373d8d['SUSNf'](__drivers['length'],0x0)&&globals[_0xd837b2(0x1f5)](_0x373d8d['TujPs']))try{const _0x36dacf=await __drivers[0x0][_0xd837b2(0x1d0)];if(_0x36dacf){let _0x14bb60=!![];const _0x461002=await __drivers[0x0][_0xd837b2(0x221)]();let _0x2cdb7f;try{_0x2cdb7f=new URL(_0x461002);}catch(_0x4b47f1){_0x14bb60=![];}_0x14bb60=_0x373d8d[_0xd837b2(0x223)](_0x2cdb7f[_0xd837b2(0x2a6)],_0x373d8d[_0xd837b2(0x2eb)])||_0x373d8d[_0xd837b2(0x20d)](_0x2cdb7f[_0xd837b2(0x2a6)],_0x373d8d[_0xd837b2(0x1d8)]),_0x14bb60&&(_0x73b679&&logger[_0xd837b2(0x220)](_0x373d8d[_0xd837b2(0x241)]));}}catch(_0x301987){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x301987);const _0x26bb56={};_0x26bb56[_0xd837b2(0x1d2)]=_0x373d8d['gzWYa'],PerformanceTester[_0xd837b2(0x1c9)](PerformanceHookEvents['SDK_HOOK'],![],er,_0x26bb56);}if(_0x145888&&global[_0xd837b2(0x2d1)]&&global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)])try{await _0x145888[_0xd837b2(0x26d)](global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)]['testInfo']);}catch(_0x2b99b7){logger[_0xd837b2(0x2a8)](_0xd837b2(0x250)+util[_0xd837b2(0x2cc)](_0x2b99b7));}if(_0x145888&&global[_0xd837b2(0x2d1)]&&global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)])try{const _0x137d29=_0x373d8d['iUqTk'](require,_0x373d8d[_0xd837b2(0x1f7)]),{FRAMEWORKS:_0x162970}=_0x373d8d[_0xd837b2(0x270)](require,_0x373d8d[_0xd837b2(0x239)]),_0x3dcc92=_0x373d8d[_0xd837b2(0x2e0)](require,_0x373d8d['yfsMN']),_0x2de1a7=_0x373d8d[_0xd837b2(0x2f1)](require,_0x373d8d[_0xd837b2(0x2e6)]);if(_0x137d29[_0xd837b2(0x2bb)]()[_0xd837b2(0x1cd)]()&&_0x137d29[_0xd837b2(0x2bb)]()[_0xd837b2(0x2ea)]()){const _0x1eddc4={'title':_0x373d8d['PCwfH'](_0x116004,_0x373d8d['fpptl']),'titlePath':[_0x373d8d['OOeUz'](_0x116004,_0x373d8d[_0xd837b2(0x2cd)])],'id':global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)]['id']||_0x373d8d[_0xd837b2(0x29f)],'testAnalyticsId':global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)][_0xd837b2(0x282)],'testPath':global['__workerDetails']['currentTest']['testInfo']?.[_0xd837b2(0x21f)],...global[_0xd837b2(0x2d1)][_0xd837b2(0x1e6)][_0xd837b2(0x1fb)]};global[_0xd837b2(0x26c)]=_0x1eddc4,logger[_0xd837b2(0x2a8)](_0xd837b2(0x2a1)+_0x116004);try{const _0x12c161=global[_0xd837b2(0x2d1)]?.[_0xd837b2(0x25f)]||_0x145888[_0xd837b2(0x22d)]();if(_0x12c161){const _0xceeba9=_0x373d8d[_0xd837b2(0x255)](!!_0x2b405c,!_0x2465c5);let _0x5c0210=null,_0x59e1d7=null;try{_0xceeba9?(_0x5c0210=_0x373d8d[_0xd837b2(0x2d7)](typeof _0x12c161[_0xd837b2(0x244)],_0x373d8d[_0xd837b2(0x28e)])?_0x12c161[_0xd837b2(0x244)]():null,_0x59e1d7=_0x373d8d[_0xd837b2(0x20d)](typeof _0x12c161[_0xd837b2(0x2d6)],_0x373d8d[_0xd837b2(0x28e)])?_0x12c161['browser']():null):(_0x5c0210=_0x373d8d[_0xd837b2(0x2d7)](typeof _0x12c161[_0xd837b2(0x1e1)],_0x373d8d[_0xd837b2(0x28e)])?_0x12c161['context']():null,_0x59e1d7=_0x5c0210&&_0x373d8d['ANwPE'](typeof _0x5c0210[_0xd837b2(0x2d6)],_0x373d8d['pGVfD'])?_0x5c0210['browser']():null);}catch(_0xa58861){logger[_0xd837b2(0x2a8)](_0xd837b2(0x2d0)+_0xa58861[_0xd837b2(0x21e)]);}const _0x118796={};_0x118796[_0xd837b2(0x224)]=_0x12c161,_0x118796[_0xd837b2(0x1e1)]=_0x5c0210,_0x118796['browser']=_0x59e1d7,_0x118796['testInfo']=_0x1eddc4,_0x118796[_0xd837b2(0x23f)]=_0x162970[_0xd837b2(0x252)],_0x118796[_0xd837b2(0x21b)]=global[_0xd837b2(0x2cb)],_0x118796[_0xd837b2(0x29a)]=global[_0xd837b2(0x28f)],await _0x137d29[_0xd837b2(0x2bb)]()[_0xd837b2(0x254)]()['trackEvent'](_0x3dcc92[_0xd837b2(0x2a4)],_0x2de1a7[_0xd837b2(0x297)],_0x118796),logger[_0xd837b2(0x2a8)]('[Jest\x20Setup]\x20Triggered\x20CREATE\x20POST\x20event\x20for\x20test:\x20'+_0x116004+_0xd837b2(0x25a)+(_0x1eddc4[_0xd837b2(0x282)]||_0x1eddc4['id']));}else logger[_0xd837b2(0x2a8)](_0xd837b2(0x2c4)+_0x116004+_0xd837b2(0x273));}catch(_0x57de45){logger[_0xd837b2(0x2a8)](_0xd837b2(0x24e)+util[_0xd837b2(0x2cc)](_0x57de45));}}}catch(_0x6b69aa){logger[_0xd837b2(0x2a8)](_0xd837b2(0x26b)+util[_0xd837b2(0x2cc)](_0x6b69aa));}!_0x145888&&_0x373d8d['SUSNf'](__drivers[_0xd837b2(0x2b1)],0x0)&&_0x373d8d[_0xd837b2(0x2b5)](__drivers[0x0]['quitCount_'],0x0)&&await _0x373d8d[_0xd837b2(0x201)](driverCleanup);}catch(_0x278f8c){logger['debug']('Exception\x20in\x20jest\x20hook\x20with\x20error:\x20'+_0x278f8c);const _0x3d0f29={};_0x3d0f29['hookType']=_0x373d8d[_0xd837b2(0x262)],PerformanceTester[_0xd837b2(0x1c9)](PerformanceHookEvents['SDK_HOOK'],![],_0x278f8c,_0x3d0f29);}const _0x4be3c0={};_0x4be3c0['hookType']=_0x373d8d[_0xd837b2(0x262)],PerformanceTester[_0xd837b2(0x1c9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x4be3c0);}),afterEach(async()=>{const _0x105651=a23_0x5cb48e,_0x2bde13={'hXwuN':'inside\x20after\x20each\x20jest\x20hook','mxZgc':function(_0x17b70e,_0x47d4d2){return _0x17b70e>_0x47d4d2;},'mLQWc':_0x105651(0x202),'dSTKP':_0x105651(0x2aa),'gpefw':_0x105651(0x295),'wQsyV':function(_0x505fd9,_0x288d24){return _0x505fd9(_0x288d24);},'dapeK':_0x105651(0x2d3),'HHlGs':'../utils/puppeteer-patcher','gtjaV':_0x105651(0x1ef),'GgxoA':_0x105651(0x23c),'Aayad':function(_0x352311,_0xba10d7){return _0x352311!==_0xba10d7;},'Mkzfo':_0x105651(0x1f9),'qJDdA':function(_0x136883,_0x3c062c){return _0x136883>_0x3c062c;},'UhDcx':function(_0x3d693c,_0x1342a1){return _0x3d693c(_0x1342a1);},'shqIL':_0x105651(0x1e9),'Vunlq':'passed','wrFLq':function(_0x8d8394,_0x14247a){return _0x8d8394&&_0x14247a;},'xqtAJ':_0x105651(0x2a3),'xYwch':_0x105651(0x210),'bcrQE':_0x105651(0x232),'KSycd':_0x105651(0x278),'OwdbL':_0x105651(0x1fc),'dulLb':'Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','BBZbL':function(_0x2efa10){return _0x2efa10();},'dskcE':function(_0x19dd82,_0x574564){return _0x19dd82===_0x574564;},'KJrUw':_0x105651(0x24f),'eqbcR':function(_0x3f40a7,_0x36b674){return _0x3f40a7>_0x36b674;},'IOPCL':_0x105651(0x22f),'CHIXr':function(_0x3120ef,_0x1a1e5a,_0x5ca73d,_0x22e8ff){return _0x3120ef(_0x1a1e5a,_0x5ca73d,_0x22e8ff);},'JkvlT':_0x105651(0x260),'QpCtk':function(_0x28e78b,_0x182302,_0xda01e5){return _0x28e78b(_0x182302,_0xda01e5);},'XFIaF':_0x105651(0x2bf),'quZPA':_0x105651(0x26e),'vTstx':_0x105651(0x1db),'BoepC':_0x105651(0x200),'IHiWm':_0x105651(0x22e),'Cwini':'isMobilePlatform','JBpaT':_0x105651(0x285),'wfKKm':function(_0x5bd9c3,_0x32fe80,_0xd406d9){return _0x5bd9c3(_0x32fe80,_0xd406d9);},'TwANq':function(_0x58f0dd,_0x379bf5,_0xe7696a){return _0x58f0dd(_0x379bf5,_0xe7696a);},'IBtWu':'debug','MFWNF':function(_0x6a3bcd,_0x581c7f){return _0x6a3bcd>_0x581c7f;}};logger[_0x105651(0x2a8)](_0x2bde13[_0x105651(0x212)]),PerformanceTester[_0x105651(0x23a)](PerformanceHookEvents[_0x105651(0x1fa)]);const _0x12cd8d='browserstack internal helper hook';let _0x1a51ac=![],_0x1108d3=![],_0x132188=null;try{global[_0x105651(0x2e1)]&&_0x2bde13[_0x105651(0x230)](global[_0x105651(0x2e1)][_0x105651(0x2b1)],0x0)&&(_0x1a51ac=!![]);if(global[_0x105651(0x2d1)]&&global[_0x105651(0x2d1)][_0x105651(0x25f)]){const _0x1aecdd=helper[_0x105651(0x2e9)](_0x2bde13[_0x105651(0x296)]),_0x60bcd4=helper['getPackageVersion'](_0x2bde13[_0x105651(0x1c6)])||helper[_0x105651(0x2e9)](_0x2bde13['gpefw']);try{if(_0x1aecdd)_0x132188=_0x2bde13['wQsyV'](require,_0x2bde13[_0x105651(0x236)]);else _0x60bcd4&&(_0x132188=_0x2bde13[_0x105651(0x2a2)](require,_0x2bde13[_0x105651(0x27a)]));_0x1108d3=!![],logger[_0x105651(0x2a8)]((_0x1aecdd?_0x2bde13['gtjaV']:_0x2bde13[_0x105651(0x2b7)])+_0x105651(0x1da)+!!global['__workerDetails'][_0x105651(0x25f)]);}catch(_0x45e64b){logger[_0x105651(0x2a8)](_0x105651(0x249)+util[_0x105651(0x2cc)](_0x45e64b));}}}catch(_0x4f4f0d){logger[_0x105651(0x2a8)](_0x105651(0x1e8)+_0x4f4f0d);}logger[_0x105651(0x2a8)](_0x105651(0x24d)+_0x1a51ac+_0x105651(0x2a0)+_0x1108d3);if(_0x1108d3){const _0xce7a26=_0x132188[_0x105651(0x22d)]();try{let _0x3d0677=null,_0x4d837c=![];if(_0x2bde13['Aayad'](typeof jasmine,_0x2bde13['Mkzfo']))jasmine['currentTest'][_0x105651(0x268)]&&_0x2bde13[_0x105651(0x28c)](jasmine[_0x105651(0x1e6)]['failedExpectations'][_0x105651(0x2b1)],0x0)?(_0x4d837c=!![],_0x3d0677=_0x2bde13['UhDcx'](stripUnicode,JSON[_0x105651(0x27b)](jasmine['currentTest']['failedExpectations'][0x0][_0x105651(0x21e)]))):_0x3d0677=_0x2bde13['wQsyV'](stripUnicode,JSON[_0x105651(0x27b)](jasmine[_0x105651(0x1e6)]['description']));else{logger[_0x105651(0x2a8)](_0x105651(0x2c9)+util['inspect'](testContext));const _0x577f1b=global[_0x105651(0x2cf)]||testContext,_0x113048=_0x577f1b&&_0x577f1b[_0x105651(0x281)]?_0x577f1b[_0x105651(0x281)]:[];if(_0x2bde13[_0x105651(0x230)](_0x113048[_0x105651(0x2b1)],0x0)){_0x4d837c=!![];const _0x1e4b0c=Array[_0x105651(0x20f)](_0x113048[0x0])?_0x113048[0x0][0x0]:_0x113048[0x0];_0x3d0677=_0x2bde13[_0x105651(0x1cc)](stripUnicode,JSON[_0x105651(0x27b)](_0x1e4b0c[_0x105651(0x21e)]||_0x1e4b0c));}else _0x3d0677=_0x2bde13['wQsyV'](stripUnicode,JSON[_0x105651(0x27b)](_0x577f1b?_0x577f1b[_0x105651(0x2be)]:testContext[_0x105651(0x2be)]));}const _0x4989b3=_0x4d837c?_0x2bde13[_0x105651(0x2df)]:_0x2bde13[_0x105651(0x290)];_0x2bde13[_0x105651(0x288)](_0x4d837c,_0x3d0677)&&!__error_messages__[_0x105651(0x1d4)](_0x3d0677)&&__error_messages__[_0x105651(0x27f)](_0x3d0677);const _0x199553={'title':global[_0x105651(0x2d1)]?.[_0x105651(0x1e6)]?.['testInfo']?.[_0x105651(0x1e4)]||_0x2bde13['xqtAJ'],'titlePath':[global[_0x105651(0x2d1)]?.[_0x105651(0x1e6)]?.[_0x105651(0x1fb)]?.['title']||_0x2bde13['xqtAJ']],'id':global[_0x105651(0x2d1)]?.['currentTest']?.['id']||_0x2bde13[_0x105651(0x1e3)],'status':_0x4989b3,'error':_0x3d0677?{'message':_0x3d0677}:null,'testAnalyticsId':global[_0x105651(0x2d1)]?.[_0x105651(0x1e6)]?.[_0x105651(0x282)],'testPath':global[_0x105651(0x2d1)]?.[_0x105651(0x1e6)]?.[_0x105651(0x1fb)]?.['testPath'],...global[_0x105651(0x2d1)][_0x105651(0x1e6)]['testInfo']},_0x2ec46f=_0x199553;try{if(BrowserstackCLI[_0x105651(0x2bb)]()['isCliEnabled']()&&BrowserstackCLI[_0x105651(0x2bb)]()[_0x105651(0x2ea)]()){const _0x4aaf92={};_0x4aaf92['testInfo']=_0x2ec46f,_0x4aaf92[_0x105651(0x224)]=_0xce7a26,_0x4aaf92[_0x105651(0x23f)]=FRAMEWORKS[_0x105651(0x252)],await BrowserstackCLI[_0x105651(0x2bb)]()[_0x105651(0x254)]()[_0x105651(0x2e5)](AutomationFrameworkState[_0x105651(0x23d)],HookState[_0x105651(0x2b6)],_0x4aaf92),logger[_0x105651(0x2a8)](_0x105651(0x21c)+_0x2ec46f[_0x105651(0x1e4)]);}}catch(_0x51e455){logger[_0x105651(0x2a8)](_0x105651(0x231)+util[_0x105651(0x2cc)](_0x51e455));}global['__workerDetails']&&global[_0x105651(0x2d1)][_0x105651(0x1e6)]&&global[_0x105651(0x2d1)][_0x105651(0x1e6)][_0x105651(0x1fb)]?await _0x132188[_0x105651(0x2b3)](global[_0x105651(0x2d1)][_0x105651(0x1e6)][_0x105651(0x1fb)],_0x4989b3,_0x4d837c?_0x3d0677:null):logger['debug'](_0x2bde13[_0x105651(0x208)]);try{await _0x132188[_0x105651(0x24b)](),logger[_0x105651(0x2a8)](_0x2bde13[_0x105651(0x233)]);}catch(_0x2fa61c){logger[_0x105651(0x2a8)]('Error\x20executing\x20deferred\x20closes:\x20'+util[_0x105651(0x2cc)](_0x2fa61c));}try{_0x132188[_0x105651(0x209)][_0x105651(0x1f6)](),logger[_0x105651(0x2a8)](_0x2bde13['OwdbL']);}catch(_0x57d4b0){logger['debug']('Error\x20cleaning\x20up\x20close\x20tracker:\x20'+util[_0x105651(0x2cc)](_0x57d4b0));}}catch(_0x339773){logger[_0x105651(0x2a8)](_0x105651(0x1e2)+util[_0x105651(0x2cc)](_0x339773));try{_0x132188[_0x105651(0x24b)]&&(await _0x132188[_0x105651(0x24b)](),logger[_0x105651(0x2a8)](_0x2bde13['dulLb']));}catch(_0x2d1f91){logger[_0x105651(0x2a8)](_0x105651(0x2e7)+util[_0x105651(0x2cc)](_0x2d1f91));}}}else try{!_0x1108d3&&_0x2bde13['mxZgc'](__drivers[_0x105651(0x2b1)],0x1)&&(await _0x2bde13[_0x105651(0x274)](driverCleanup),__drivers[_0x105651(0x248)]());try{if(global[_0x105651(0x1c7)]&&_0x2bde13[_0x105651(0x2b2)](global[_0x105651(0x257)],_0x2bde13[_0x105651(0x26f)])&&__drivers[0x0]){const _0x1d4e74=_0x2bde13['eqbcR'](global['capabilities'][_0x105651(0x2b1)],0x0)?!!global[_0x105651(0x2c0)][0x0][_0x105651(0x1fd)]||!!global[_0x105651(0x2c0)][0x0][_0x2bde13[_0x105651(0x22c)]]:![],_0x1162b4={};_0x1162b4[_0x105651(0x1fd)]=_0x1d4e74,await _0x2bde13['CHIXr'](percyAutoCapture,__drivers[0x0],_0x2bde13[_0x105651(0x26f)],_0x1162b4);}}catch(_0x4262ce){logger['debug']('Exception\x20in\x20jest\x20percy\x20with\x20error:\x20'+_0x4262ce);const _0x4818f5={};_0x4818f5[_0x105651(0x1d2)]=_0x2bde13[_0x105651(0x2c1)],PerformanceTester[_0x105651(0x1c9)](PerformanceHookEvents[_0x105651(0x1fa)],![],_0x4262ce,_0x4818f5);}const _0x118118=_0x2bde13[_0x105651(0x227)](shouldScanTestForAccessibility,expect['getState']()[_0x105651(0x22b)],![]);try{if(_0x2bde13[_0x105651(0x274)](isAccessibilityAutomationSession)&&globals[_0x105651(0x1f5)](_0x2bde13['XFIaF'])&&globals[_0x105651(0x1f5)](_0x2bde13[_0x105651(0x2c2)])){logger[_0x105651(0x220)](_0x2bde13[_0x105651(0x291)]);const _0x372d54={'thTestRunUuid':TestDetails[_0x105651(0x2d2)](process[_0x105651(0x2b8)]+':testAnalyticsId'),'thBuildUuid':process[_0x105651(0x25d)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],'thJwtToken':process[_0x105651(0x25d)][testHubConstants[_0x105651(0x242)][_0x105651(0x1dc)]]};logger[_0x105651(0x2a8)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x372d54)),logger[_0x105651(0x2a8)](_0x2bde13[_0x105651(0x299)]);const _0x423c01={};_0x423c01['command']=_0x2bde13[_0x105651(0x1c5)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x14b02c=_0x105651;logger[_0x14b02c(0x2a8)](util[_0x14b02c(0x2cc)](await __drivers[0x0][_0x14b02c(0x1c4)](scripts[_0x14b02c(0x28d)],{'method':expect[_0x14b02c(0x1f4)]()['currentTestName']})));},_0x423c01)(),globals[_0x105651(0x1f5)](_0x2bde13[_0x105651(0x251)])&&(_0x372d54[_0x105651(0x219)]=!![]),await PerformanceTester[_0x105651(0x29c)](PerformanceA11yEvents[_0x105651(0x2d9)],async()=>{const _0x2e4afd=_0x105651;await __drivers[0x0][_0x2e4afd(0x1c4)](scripts[_0x2e4afd(0x2ad)],_0x372d54);})(),logger['info'](_0x2bde13[_0x105651(0x2e8)]);}}catch(_0x87a50d){logger[_0x105651(0x2da)](_0x105651(0x2b4)+expect['getState']()[_0x105651(0x22b)]+_0x105651(0x20b),_0x87a50d);}await _0x2bde13[_0x105651(0x274)](setContext);try{if(_0x2bde13[_0x105651(0x274)](shouldProcessEventForTesthub)){_0x2bde13[_0x105651(0x2d5)](global['__drivers']['length'],0x0)&&global[_0x105651(0x2e1)][0x0]&&await _0x2bde13['wfKKm'](sendPlatformDetails,global['__drivers'][0x0],TestDetails[_0x105651(0x2d2)](process[_0x105651(0x2b8)]+':testAnalyticsId'));if(_0x2bde13[_0x105651(0x274)](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x105651(0x234)]);const _0x2b9f2f=_0x105651(0x228)+Date[_0x105651(0x1d6)]();await _0x2bde13[_0x105651(0x2ae)](executeAnnotate,JSON[_0x105651(0x27b)](_0x2b9f2f),_0x2bde13[_0x105651(0x272)]),PerformanceTester[_0x105651(0x1c9)](PerformanceO11yEvents[_0x105651(0x234)]);}}}catch(_0x230492){logger[_0x105651(0x2a8)](_0x105651(0x1fe)+_0x230492),PerformanceTester[_0x105651(0x1c9)](PerformanceO11yEvents[_0x105651(0x234)],![],_0x230492);}!_0x1108d3&&_0x2bde13[_0x105651(0x2d8)](__drivers[_0x105651(0x2b1)],0x0)&&_0x2bde13[_0x105651(0x230)](__drivers[0x0][_0x105651(0x256)],0x0)&&await _0x2bde13[_0x105651(0x274)](driverCleanup);const _0x3dc338={};_0x3dc338[_0x105651(0x1d2)]=_0x2bde13[_0x105651(0x2c1)],PerformanceTester[_0x105651(0x1c9)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3dc338);}catch(_0x4d3e2a){logger[_0x105651(0x2a8)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x4d3e2a);const _0x4ce84f={};_0x4ce84f[_0x105651(0x1d2)]=_0x2bde13[_0x105651(0x2c1)],PerformanceTester[_0x105651(0x1c9)](PerformanceHookEvents[_0x105651(0x1fa)],![],_0x4d3e2a,_0x4ce84f);}},TEST_FRAMEWORK_HOOK_TIMEOUT['Jest']),afterAll(async()=>{const _0x1b8c73=a23_0x5cb48e,_0x554c98={'siVox':function(_0x5c077a,_0x1c714b){return _0x5c077a<=_0x1c714b;},'WFTSA':function(_0x3ff86d,_0x46dd9a){return _0x3ff86d(_0x46dd9a);},'hUwgR':function(_0x952299){return _0x952299();},'WGuwx':function(_0x17587f,_0x3b2b9b,_0x56dee9){return _0x17587f(_0x3b2b9b,_0x56dee9);},'HIOYA':_0x1b8c73(0x2ba),'ELvWe':_0x1b8c73(0x202),'njXTN':_0x1b8c73(0x2aa),'bpThZ':_0x1b8c73(0x295),'qXPrB':_0x1b8c73(0x2d3),'IEeHx':_0x1b8c73(0x2ca),'UNaex':_0x1b8c73(0x25e),'wWpNH':function(_0x1cff62,_0x438864){return _0x1cff62||_0x438864;},'PshTv':_0x1b8c73(0x27e),'QPhDe':_0x1b8c73(0x237),'JpWLR':function(_0x290e11,_0x224871){return _0x290e11===_0x224871;},'OLIUK':_0x1b8c73(0x1f3),'Xbjwr':_0x1b8c73(0x1d9),'eKyiR':'Cleaned\x20up\x20close\x20tracker\x20after\x20deferred\x20closes','NjMUQ':_0x1b8c73(0x1d5),'sziVk':function(_0x28c4a7,_0x474faf){return _0x28c4a7(_0x474faf);},'bvEkd':function(_0xf4263f){return _0xf4263f();},'mtVCL':_0x1b8c73(0x2db)};PerformanceTester[_0x1b8c73(0x23a)](PerformanceHookEvents[_0x1b8c73(0x1fa)]),jest[_0x1b8c73(0x29d)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x554c98[_0x1b8c73(0x1ca)]]),PerformanceTester['stopMonitoring']();const _0x217415='browserstack internal helper hook';let _0x2dc162=![];try{const _0x1b882c=helper[_0x1b8c73(0x2e9)](_0x554c98[_0x1b8c73(0x1f8)]),_0x559c8d=helper['getPackageVersion'](_0x554c98['njXTN'])||helper[_0x1b8c73(0x2e9)](_0x554c98[_0x1b8c73(0x1e7)]),_0x1c4bbb=_0x1b882c?_0x554c98['WFTSA'](require,_0x554c98[_0x1b8c73(0x204)]):_0x559c8d?_0x554c98['WFTSA'](require,_0x554c98[_0x1b8c73(0x1f2)]):null;if(!_0x1c4bbb)throw new Error(_0x554c98[_0x1b8c73(0x245)]);const _0x21a720=global[_0x1b8c73(0x2d1)]?.['pwPage'],_0x742c1=_0x1c4bbb[_0x1b8c73(0x22d)](),_0x41429e=_0x554c98[_0x1b8c73(0x2e3)](_0x21a720,_0x742c1);if(_0x41429e){_0x2dc162=!![];try{await _0x1c4bbb['executeDeferredCloses'](),logger['debug'](_0x554c98[_0x1b8c73(0x1c3)]);}catch(_0x23b7e5){logger[_0x1b8c73(0x2a8)](_0x1b8c73(0x2ef)+util['format'](_0x23b7e5));try{const _0x3fa177=_0x1c4bbb[_0x1b8c73(0x22d)]();_0x3fa177&&(logger[_0x1b8c73(0x2a8)](_0x554c98[_0x1b8c73(0x265)]),_0x554c98['JpWLR'](typeof _0x3fa177[_0x1b8c73(0x1ea)],_0x554c98['OLIUK'])&&(await _0x3fa177[_0x1b8c73(0x1ea)](),logger[_0x1b8c73(0x2a8)](_0x554c98[_0x1b8c73(0x2ab)])));}catch(_0x13d032){logger[_0x1b8c73(0x2a8)](_0x1b8c73(0x203)+util['format'](_0x13d032));}}try{if(global[_0x1b8c73(0x2d1)]){global['__workerDetails'][_0x1b8c73(0x25f)]=null,global[_0x1b8c73(0x2d1)][_0x1b8c73(0x2e2)]=![];const _0x101c83={};_0x101c83['id']=undefined,_0x101c83[_0x1b8c73(0x1fb)]=undefined,global['__workerDetails'][_0x1b8c73(0x1e6)]=_0x101c83;}_0x1c4bbb[_0x1b8c73(0x209)]&&_0x1c4bbb[_0x1b8c73(0x209)][_0x1b8c73(0x1f6)]&&(_0x1c4bbb[_0x1b8c73(0x209)][_0x1b8c73(0x1f6)](),logger[_0x1b8c73(0x2a8)](_0x554c98[_0x1b8c73(0x215)])),logger['debug'](_0x554c98[_0x1b8c73(0x263)]);}catch(_0x31980d){logger[_0x1b8c73(0x2a8)](_0x1b8c73(0x235)+util[_0x1b8c73(0x2cc)](_0x31980d));}__error_messages__=[];}}catch(_0x8916fb){logger['debug'](_0x1b8c73(0x2f4)+util['format'](_0x8916fb));try{const _0x332eda=helper['getPackageVersion'](_0x554c98[_0x1b8c73(0x1f8)]),_0x532674=helper[_0x1b8c73(0x2e9)](_0x554c98[_0x1b8c73(0x284)])||helper[_0x1b8c73(0x2e9)](_0x554c98[_0x1b8c73(0x1e7)]),_0x4c0348=_0x332eda?_0x554c98[_0x1b8c73(0x1e0)](require,_0x554c98['qXPrB']):_0x532674?_0x554c98[_0x1b8c73(0x1dd)](require,_0x554c98[_0x1b8c73(0x1f2)]):null;_0x4c0348&&await _0x4c0348['executeDeferredCloses']();}catch(_0x3702f3){logger[_0x1b8c73(0x2a8)](_0x1b8c73(0x2e7)+util[_0x1b8c73(0x2cc)](_0x3702f3));}}await new Promise(_0x567a05=>{const _0x333e5e=_0x554c98['WGuwx'](setInterval,async()=>{const _0x196cb5=a23_0x436d;_0x554c98[_0x196cb5(0x287)](RequestQueueHandler[_0x196cb5(0x2bb)]()[_0x196cb5(0x2c5)],0x0)&&(_0x554c98[_0x196cb5(0x1e0)](clearInterval,_0x333e5e),_0x554c98[_0x196cb5(0x214)](_0x567a05));},0x3e8);});try{!_0x2dc162&&await _0x554c98['bvEkd'](driverCleanup);}catch(_0x54d12e){logger[_0x1b8c73(0x2a8)](_0x1b8c73(0x1ec)+_0x54d12e);const _0x526406={};_0x526406[_0x1b8c73(0x1d2)]=_0x554c98[_0x1b8c73(0x275)],PerformanceTester['end'](PerformanceHookEvents[_0x1b8c73(0x1fa)],![],_0x54d12e,_0x526406);}process[_0x1b8c73(0x293)]();const _0x42042c={};_0x42042c['hookType']=_0x554c98[_0x1b8c73(0x275)],PerformanceTester[_0x1b8c73(0x1c9)](PerformanceHookEvents[_0x1b8c73(0x1fa)],!![],null,_0x42042c);},TEST_FRAMEWORK_HOOK_TIMEOUT[a23_0x5cb48e(0x2ba)]);
1
+ const a23_0x5db1b0=a23_0x4254;function a23_0x442d(){const _0x48dad3=['[Jest\x20Setup]\x20beforeEach:\x20testIdentifier=',':testAnalyticsId','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','VEgrk','quitCount_','testFramework','Executed\x20deferred\x20closes\x20after\x20QUIT\x20PRE\x20event\x20completion','context','XCMef','testInfo','nkMiR','slice','VtPvz','SESSION_STATUS','Error\x20determining\x20test\x20flow:\x20','../utils/puppeteer-patcher','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','JBykq','mdMDc','puppeteer','Performing\x20scan\x20before\x20saving\x20results','../../helpers/logger','currentTestName','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','SDK_HOOK','app','beforeAll','start','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','eotjF','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','WgFbl','performScan','8056116rVDIpP','.\x20Error\x20:','inspect','BZOli','Cleaned\x20up\x20close\x20tracker','TransformStream\x20polyfill\x20not\x20available:\x20','__workerDetails','XZkOo','PGKAG','ACHMo','../../helpers/accessibility-automation/scripts','measureWrapper','error','3939070EzLTvz','__platformCaps','testContext','lPJfb','GMEsT','YYKJR','../../helpers/test-observability/constants','SIgSt','Failed\x20to\x20store\x20session\x20name:\x20','../v2/state/hookState','FIDJt','QUIT','OXBLP','getState','isRunning','executeScript','message','cIYSn','rphDI','debug','UpcBe','wjyKq','isCliEnabled','pmjRi','DHRXB','IWqJj','executeDeferredCloses','166638rmqoCx','browserstackTestName','getCurrentUrl','RrjiU','Successfully\x20closed\x20page\x20via\x20fallback','aEEsY','Yxysq','protocol','Flow\x20detection:\x20isSeleniumFlow=','puppeteer-core','failedExpectations','../utils/constants','end','XuuPK','oWTda','addReporter','session_','XZFdT','GWBic','platformCaps','ObservabilitySync:','../v2/state/automationFrameworkState','cavSM','Successfully\x20executed\x20deferred\x20Playwright\x20closes\x20(with\x20force\x20close)','../utils/playwright-patcher','wgHBR','trackEvent','lzymu','No\x20page\x20available\x20yet\x20for\x20test:\x20',',\x20CREATE\x20POST\x20will\x20be\x20triggered\x20when\x20page\x20is\x20created','rSQxB','getAutomationFramework','currentTest','EhelP','Error\x20loading\x20patcher\x20in\x20afterEach:\x20','Ygiyo','browserStackGlobals','PExDP','setGlobal','stopMonitoring','log','HpXov','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','tBsVE','YNqKA','@playwright/test','Error\x20preparing\x20AutomationFramework\x20events:\x20','rcAEv','\x22}}','SYNC','4|1|2|0|3','__drivers','isAccessibilityPlatform','QmZiM','POST','Jest','env','AZFcx','Error\x20getting\x20page\x20context/browser:\x20','btVIN','oAJUa','Executed\x20fallback\x20deferred\x20Playwright\x20closes\x20after\x20error','zrjvT','yuhpT','chwOU','192334PAjadC','stringify','name','xRxTO','../../helpers/test-observability/requestQueueHandler','pid','Error\x20triggering\x20QUIT\x20PRE\x20event:\x20','15482880WRiEAc','gYiqm','Error\x20executing\x20fallback\x20deferred\x20closes:\x20','878016SwAQkq','../v2/browserstackCLI','IKWCm',',\x20testName=','from\x20else\x20block\x20jest\x20test\x20failed\x20playwright\x20flow:\x20','PERFORM_SCAN','testAnalyticsId','../../helpers/helper','KrAjo','GfKxk','qEWfe','amOVW','hhfXm','TimmZ','HWOVO','IlgOt','getPageFromAutomationFramework','rSDvb','SFUUL','SNOzh','description','pwPage','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Error\x20cleaning\x20up\x20close\x20tracker:\x20','NfMsi','percyCaptureMode','QWIvz','OfRbb','\x22,\x22level\x22:\x20\x22info\x22}}','appium:app','isArray','closeTracker','oqSWU','BROWSERSTACK_TESTHUB_JWT','capabilities','__jestCurrentTestIdentifier','function','Error\x20executing\x20deferred\x20closes:\x20','inside\x20after\x20each\x20jest\x20hook','srtiy','Puppeteer\x20flow\x20detected\x20in\x20beforeEach','testcase','isPageFixture','\x20|\x20','aaTce','112OUqslK','getTestUUID','1yjuSvy','Error\x20loading\x20playwright-patcher:\x20','CqsDT','../../helpers/test-observability/utils','WHnRL','2145597DScGmP','getGlobal','close','eKVrG','getInstance','percy','aAYhd','hfNuK','MEgnl','shift','hookType','YcRYh','zXcvn','Error\x20loading\x20puppeteer-patcher:\x20','executeAsyncScript','Error\x20in\x20fallback\x20page\x20close:\x20','jest-test','\x20with\x20testIdentifier:\x20','PNADE','cleanup','KDtms','Error\x20triggering\x20CREATE\x20POST\x20event\x20for\x20test:\x20','beforeTestHook','Unknown\x20Test',',\x20isPlaywrightFlow=','\x22,\x22level\x22:\x20\x22error\x22}}','IDiKU','\x20flow\x20detected\x20-\x20page\x20exists:\x20','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','getPackageVersion','ENV_VAR','Error\x20in\x20playwright\x20beforeTestHook:\x20','TransformStream','errors','4wHPOyY','JEST','rcbEy','command','pendingUploads','OisHH','pwjtG','setTimeout','title','testPath','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','http:','MrKZQ','AeuKw','getEnv','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.',',\x22level\x22:\x20\x22','oqrcG','RGFUx','browser','util','../../helpers/percy/utils','../../helpers/performance/constants','Error\x20in\x20pw-jest\x20afterEach:\x20','passed','undefined','vhGEg','split','Skipping\x20afterTestHook\x20-\x20workerDetails\x20or\x20currentTest\x20not\x20available','No\x20patcher\x20available','length','inside\x20before\x20each\x20jest\x20hook','push','format','launchCaps','failed','ZOrnD','afterTest','cnHsl','IqWLs','SAVE_RESULTS','page','yTJpz','browserstackSessionName','Error\x20cleaning\x20up\x20after\x20deferred\x20closes:\x20','../../helpers/accessibility-automation/helper','kwOIA'];a23_0x442d=function(){return _0x48dad3;};return a23_0x442d();}(function(_0x595d26,_0x425a73){const _0x3a5696=a23_0x4254,_0x30e1b1=_0x595d26();while(!![]){try{const _0x478803=parseInt(_0x3a5696(0x1b5))/0x1*(parseInt(_0x3a5696(0x17c))/0x2)+parseInt(_0x3a5696(0x1ba))/0x3*(-parseInt(_0x3a5696(0x1dc))/0x4)+-parseInt(_0x3a5696(0x239))/0x5+-parseInt(_0x3a5696(0x13b))/0x6*(parseInt(_0x3a5696(0x1b3))/0x7)+-parseInt(_0x3a5696(0x186))/0x8+parseInt(_0x3a5696(0x22c))/0x9+parseInt(_0x3a5696(0x183))/0xa;if(_0x478803===_0x425a73)break;else _0x30e1b1['push'](_0x30e1b1['shift']());}catch(_0x299b62){_0x30e1b1['push'](_0x30e1b1['shift']());}}}(a23_0x442d,0x75c8e));const util=require(a23_0x5db1b0(0x1f0)),helper=require(a23_0x5db1b0(0x18d)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),{sendPlatformDetails}=require(a23_0x5db1b0(0x1b8)),{isBrowserstackInfra,markSessionStatus}=require(a23_0x5db1b0(0x18d));let __error_messages__=[];const RequestQueueHandler=require(a23_0x5db1b0(0x180));jest[a23_0x5db1b0(0x1e3)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a23_0x5db1b0(0x209)),{percyAutoCapture}=require(a23_0x5db1b0(0x1f1)),logger=require(a23_0x5db1b0(0x220))['winstonLogger'],TestDetails=require('./test-observability/test-details'),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a23_0x5db1b0(0x1f2)),scripts=require(a23_0x5db1b0(0x236)),globals=require('../../helpers/globals'),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require('../../helpers/testhub/constants'),{v4:uuidv4}=require('uuid'),BrowserstackCLI=require('../v2/browserstackCLI'),AutomationFrameworkState=require(a23_0x5db1b0(0x150)),HookState=require('../v2/state/hookState'),{FRAMEWORKS}=require(a23_0x5db1b0(0x23f));globals[a23_0x5db1b0(0x15f)]=browserStackGlobals;function a23_0x4254(_0x24f0c7,_0x4f90ff){const _0x442d77=a23_0x442d();return a23_0x4254=function(_0x425417,_0x43307d){_0x425417=_0x425417-0x135;let _0x2cdcdb=_0x442d77[_0x425417];return _0x2cdcdb;},a23_0x4254(_0x24f0c7,_0x4f90ff);}if(typeof global[a23_0x5db1b0(0x1da)]===a23_0x5db1b0(0x1f5))try{const {TransformStream}=require('stream/web');global['TransformStream']=TransformStream;}catch(a23_0x1e18fd){logger[a23_0x5db1b0(0x24c)](a23_0x5db1b0(0x231)+a23_0x1e18fd[a23_0x5db1b0(0x249)]);}function stripUnicode(_0x864896){const _0x3daaa3=a23_0x5db1b0;return _0x864896['replace'](/\\u001b\[.*?m/g,'')[_0x3daaa3(0x216)](0x1,-0x1);}async function setContext(){const _0x5c41b7=a23_0x5db1b0,_0x604a35={'hhfXm':function(_0x3bf11c){return _0x3bf11c();},'AOnLD':'browserstackTestName','vdYqZ':function(_0x4aba43,_0x284583){return _0x4aba43!==_0x284583;},'Jetlp':_0x5c41b7(0x1f5),'qEWfe':function(_0x2c6f8d,_0x86c68e){return _0x2c6f8d>_0x86c68e;},'YYKJR':function(_0x14db21,_0x38a70d){return _0x14db21(_0x38a70d);}};if(!_0x604a35[_0x5c41b7(0x192)](isBrowserstackInfra))return;const _0xc55e03=expect[_0x5c41b7(0x246)]()[_0x5c41b7(0x221)];globals[_0x5c41b7(0x161)](_0x604a35['AOnLD'],_0xc55e03);!sessionNameProvided&&await PerformanceTester[_0x5c41b7(0x237)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x2d529a=_0x5c41b7;await __drivers[0x0][_0x2d529a(0x248)](_0x2d529a(0x19c)+_0xc55e03+_0x2d529a(0x16b));})();let _0x37fe97=null,_0x78cc03=![];_0x604a35['vdYqZ'](typeof jasmine,_0x604a35['Jetlp'])?jasmine[_0x5c41b7(0x15b)][_0x5c41b7(0x145)]&&_0x604a35[_0x5c41b7(0x190)](jasmine[_0x5c41b7(0x15b)][_0x5c41b7(0x145)][_0x5c41b7(0x1fa)],0x0)?(_0x78cc03=!![],_0x37fe97=_0x604a35[_0x5c41b7(0x23e)](stripUnicode,JSON[_0x5c41b7(0x17d)](jasmine[_0x5c41b7(0x15b)][_0x5c41b7(0x145)][0x0][_0x5c41b7(0x249)]))):_0x37fe97=_0x604a35['YYKJR'](stripUnicode,JSON[_0x5c41b7(0x17d)](jasmine[_0x5c41b7(0x15b)]['description'])):testContext['errors']&&_0x604a35['qEWfe'](testContext['errors'][_0x5c41b7(0x1fa)],0x0)?(_0x78cc03=!![],_0x37fe97=_0x604a35[_0x5c41b7(0x23e)](stripUnicode,JSON[_0x5c41b7(0x17d)](testContext['errors'][0x0][0x0][_0x5c41b7(0x249)]||testContext[_0x5c41b7(0x1db)][0x0][0x0]))):_0x37fe97=_0x604a35[_0x5c41b7(0x23e)](stripUnicode,JSON[_0x5c41b7(0x17d)](testContext[_0x5c41b7(0x17e)])),_0x78cc03?(__error_messages__[_0x5c41b7(0x1fc)](_0x37fe97),await __drivers[0x0][_0x5c41b7(0x248)](_0x5c41b7(0x165)+_0x37fe97+_0x5c41b7(0x1d3))):await __drivers[0x0][_0x5c41b7(0x248)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x37fe97+_0x5c41b7(0x1a2));}const executeAnnotate=async(_0x409101,_0x1a4932)=>{const _0xb3cf36=a23_0x5db1b0;await global[_0xb3cf36(0x16e)][0x0]['executeScript'](_0xb3cf36(0x20d)+_0x409101+_0xb3cf36(0x1ec)+_0x1a4932+_0xb3cf36(0x16b));};async function driverCleanup(){const _0x29a021=a23_0x5db1b0,_0x34a947={'WvSdV':function(_0x42441f){return _0x42441f();},'RrjiU':function(_0x2b4926,_0x519f3f){return _0x2b4926===_0x519f3f;},'yECog':'driverCleanup:\x20No\x20drivers\x20to\x20clean\x20up','yuTnf':_0x29a021(0x16d),'IqWLs':function(_0x48731c,_0x4c3178){return _0x48731c>_0x4c3178;},'KDtms':function(_0x129da8,_0x2647ef,_0x1a4316,_0x41d263){return _0x129da8(_0x2647ef,_0x1a4316,_0x41d263);},'yTJpz':_0x29a021(0x1ff),'FYxQy':_0x29a021(0x1b1),'IKWCm':function(_0x33c75b,_0x2930df,_0x4519b8){return _0x33c75b(_0x2930df,_0x4519b8);},'OfRbb':'passed'};if(!_0x34a947['WvSdV'](isBrowserstackInfra))return;if(!global[_0x29a021(0x16e)]||!Array[_0x29a021(0x1a4)](global[_0x29a021(0x16e)])||_0x34a947[_0x29a021(0x13e)](global[_0x29a021(0x16e)]['length'],0x0)){logger[_0x29a021(0x24c)](_0x34a947['yECog']);return;}let _0x3f6fe8=![];try{const _0x3da441=_0x34a947['yuTnf'][_0x29a021(0x1f7)]('|');let _0x171c45=0x0;while(!![]){switch(_0x3da441[_0x171c45++]){case'0':_0x34a947[_0x29a021(0x203)](__error_messages__[_0x29a021(0x1fa)],0x0)?await _0x34a947[_0x29a021(0x1ce)](markSessionStatus,global['__drivers'][0x0],_0x34a947[_0x29a021(0x206)],__error_messages__['join'](_0x34a947['FYxQy'])):await _0x34a947[_0x29a021(0x188)](markSessionStatus,global['__drivers'][0x0],_0x34a947[_0x29a021(0x1a1)]);continue;case'1':await global[_0x29a021(0x16e)][0x0]['session_'];continue;case'2':_0x3f6fe8=!![];continue;case'3':PerformanceTester[_0x29a021(0x147)](PerformanceAutEvents['SESSION_STATUS'],!![]);continue;case'4':PerformanceTester[_0x29a021(0x226)](PerformanceAutEvents[_0x29a021(0x218)]);continue;}break;}}catch(_0x961f3a){console['log'](_0x961f3a),PerformanceTester[_0x29a021(0x147)](PerformanceAutEvents[_0x29a021(0x218)],![],_0x961f3a);}__error_messages__=[];if(_0x3f6fe8)try{await global[_0x29a021(0x16e)][0x0]['initQuit']();}catch(_0x53092b){console[_0x29a021(0x163)](_0x53092b);}}beforeAll(async()=>{const _0x59e23f=a23_0x5db1b0,_0x5803e9={'CqsDT':function(_0x383996,_0x49f0ab){return _0x383996!==_0x49f0ab;},'HWOVO':_0x59e23f(0x1f5),'SIgSt':function(_0x5891fa,_0x50c69d){return _0x5891fa>_0x50c69d;},'GMEsT':_0x59e23f(0x225),'GWBic':function(_0x3398a5){return _0x3398a5();},'zXcvn':function(_0x528cd0,_0x1037da,_0x1d3d01){return _0x528cd0(_0x1037da,_0x1d3d01);}};__error_messages__=[];!global['__drivers']&&(global[_0x59e23f(0x16e)]=[]);PerformanceTester['startMonitoring'](),PerformanceTester[_0x59e23f(0x226)](PerformanceHookEvents[_0x59e23f(0x223)]);_0x5803e9[_0x59e23f(0x1b7)](typeof __jestRetries,_0x5803e9[_0x59e23f(0x194)])&&_0x5803e9[_0x59e23f(0x240)](__jestRetries,0x0)&&jest['retryTimes'](__jestRetries);const _0x4bf22a='browserstack internal helper hook';_0x5803e9[_0x59e23f(0x1b7)](typeof jasmine,_0x5803e9['HWOVO'])&&jasmine[_0x59e23f(0x1ea)]()[_0x59e23f(0x14a)]({'specStarted':_0x36737a=>{const _0x468e1b=_0x59e23f;jasmine[_0x468e1b(0x15b)]=_0x36737a;}});let _0x1c8d4d=![];try{await __drivers[0x0][_0x59e23f(0x14b)],_0x1c8d4d=!![];}catch(_0xc70020){logger['debug']('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0xc70020);const _0x65d80={};_0x65d80[_0x59e23f(0x1c4)]=_0x5803e9['GMEsT'],PerformanceTester['end'](PerformanceHookEvents[_0x59e23f(0x223)],![],_0xc70020,_0x65d80);}if(_0x1c8d4d)try{_0x5803e9[_0x59e23f(0x14d)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x5803e9[_0x59e23f(0x1c6)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x59e23f(0x1b4)](process[_0x59e23f(0x181)]+_0x59e23f(0x20c))));}catch(_0x1ae64f){logger['debug'](_0x59e23f(0x222)+_0x1ae64f);const _0x26bf98={};_0x26bf98[_0x59e23f(0x1c4)]=_0x5803e9[_0x59e23f(0x23d)],PerformanceTester[_0x59e23f(0x147)](PerformanceHookEvents[_0x59e23f(0x223)],![],_0x1ae64f,_0x26bf98);}const _0x3e9e05={};_0x3e9e05[_0x59e23f(0x1c4)]=_0x5803e9[_0x59e23f(0x23d)],PerformanceTester['end'](PerformanceHookEvents[_0x59e23f(0x223)],!![],null,_0x3e9e05);}),beforeEach(async()=>{const _0x2e67df=a23_0x5db1b0,_0x224965={'mdMDc':_0x2e67df(0x1fb),'TPrpg':_0x2e67df(0x13c),'EhelP':function(_0xde00e0,_0x59c363,_0x5d2590){return _0xde00e0(_0x59c363,_0x5d2590);},'XmVzK':_0x2e67df(0x168),'UpcBe':_0x2e67df(0x21e),'VEgrk':_0x2e67df(0x144),'eKVrG':function(_0x7740a3,_0xe0f150){return _0x7740a3(_0xe0f150);},'Yxysq':_0x2e67df(0x153),'WgFbl':'Playwright\x20flow\x20detected\x20in\x20beforeEach','VtPvz':_0x2e67df(0x21a),'FyJRZ':_0x2e67df(0x1ae),'yHCiQ':'3|2|1|4|0','aAYhd':function(_0x29a136,_0x5b07c2){return _0x29a136>_0x5b07c2;},'wgHBR':function(_0x4f4205){return _0x4f4205();},'XCMef':function(_0x17bea6,_0x41e82a){return _0x17bea6>_0x41e82a;},'JBykq':'beforeEach','btVIN':'bstackA11yShouldScan','lPJfb':function(_0x1e01c1){return _0x1e01c1();},'lzymu':_0x2e67df(0x16f),'IDiKU':function(_0x20d979,_0x4a9e62){return _0x20d979===_0x4a9e62;},'tBsVE':_0x2e67df(0x1e7),'DuvNX':'https:','qkhXW':_0x2e67df(0x227),'GfKxk':function(_0x277a5e,_0x2bb3ad){return _0x277a5e(_0x2bb3ad);},'gZiMw':_0x2e67df(0x187),'cavSM':_0x2e67df(0x146),'nkMiR':_0x2e67df(0x150),'BZOli':_0x2e67df(0x242),'JFzjd':function(_0x92941e,_0x1a1ad8){return _0x92941e||_0x1a1ad8;},'IWqJj':_0x2e67df(0x1d1),'rcAEv':function(_0x5d6528,_0x34e7b6){return _0x5d6528||_0x34e7b6;},'Jybwn':_0x2e67df(0x1ca),'rSDvb':function(_0x578e6c,_0x20116e){return _0x578e6c&&_0x20116e;},'XZFdT':function(_0x11cce1,_0x537779){return _0x11cce1===_0x537779;},'Ygiyo':_0x2e67df(0x1aa),'DHRXB':function(_0x2c715e,_0x2c88b4){return _0x2c715e>_0x2c88b4;},'chwOU':function(_0x5ff944){return _0x5ff944();}};logger[_0x2e67df(0x24c)](_0x224965[_0x2e67df(0x21d)]),PerformanceTester[_0x2e67df(0x226)](PerformanceHookEvents[_0x2e67df(0x223)]);const _0x2029a8='browserstack internal helper hook';let _0x5a2e38=!![],_0x5f0d53=null;try{const _0x515f87=expect[_0x2e67df(0x246)]()[_0x2e67df(0x221)];globals[_0x2e67df(0x161)](_0x224965['TPrpg'],_0x515f87);const _0x1c3f17=_0x224965[_0x2e67df(0x15c)](shouldScanTestForAccessibility,_0x515f87,![]),_0x3f6520=helper[_0x2e67df(0x1d7)](_0x224965['XmVzK']),_0x1a469e=helper['getPackageVersion'](_0x224965[_0x2e67df(0x24d)])||helper['getPackageVersion'](_0x224965[_0x2e67df(0x20e)]);if(!!_0x3f6520)try{_0x5f0d53=_0x224965[_0x2e67df(0x1bd)](require,_0x224965[_0x2e67df(0x141)]),logger['debug'](_0x224965[_0x2e67df(0x22a)]);}catch(_0x1df658){logger[_0x2e67df(0x24c)](_0x2e67df(0x1b6)+util[_0x2e67df(0x1fd)](_0x1df658));}else{if(!!_0x1a469e)try{_0x5f0d53=_0x224965[_0x2e67df(0x1bd)](require,_0x224965[_0x2e67df(0x217)]),logger['debug'](_0x224965['FyJRZ']);}catch(_0x1662e3){logger[_0x2e67df(0x24c)](_0x2e67df(0x1c7)+util['format'](_0x1662e3));}}try{const _0x329cc8=_0x224965['yHCiQ']['split']('|');let _0x3a7c2c=0x0;while(!![]){switch(_0x329cc8[_0x3a7c2c++]){case'0':!_0x5f0d53&&_0x224965['aAYhd'](__drivers[_0x2e67df(0x1fa)],0x0)&&_0x224965[_0x2e67df(0x1c0)](__drivers[0x0][_0x2e67df(0x20f)],0x0)&&(_0x5a2e38=![],await _0x224965[_0x2e67df(0x154)](driverCleanup));continue;case'1':!_0x5f0d53&&_0x224965[_0x2e67df(0x1c0)](__drivers[_0x2e67df(0x1fa)],0x1)&&(await _0x224965[_0x2e67df(0x154)](driverCleanup),__drivers[_0x2e67df(0x1c3)]());continue;case'2':global['browserstackSessionName']=_0x515f87;continue;case'3':Array[_0x2e67df(0x1a4)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x2e67df(0x207)]=_0x515f87);continue;case'4':_0x5f0d53&&_0x224965[_0x2e67df(0x213)](__drivers[_0x2e67df(0x1fa)],0x0)&&(__drivers[0x0]['browserstackSessionName']=_0x515f87,__drivers[0x0]['bstackA11yShouldScan']=_0x1c3f17);continue;}break;}}catch(_0x186dad){logger[_0x2e67df(0x24c)](_0x2e67df(0x241)+_0x186dad);const _0x2e8f74={};_0x2e8f74['hookType']=_0x224965[_0x2e67df(0x21c)],PerformanceTester[_0x2e67df(0x147)](PerformanceHookEvents[_0x2e67df(0x223)],![],_0x186dad,_0x2e8f74);}globals[_0x2e67df(0x161)](_0x224965[_0x2e67df(0x176)],_0x1c3f17);if(global['__workerDetails']){const _0x216114=expect[_0x2e67df(0x246)]()[_0x2e67df(0x1e5)],_0x53be08=global[_0x2e67df(0x1a9)],_0x220670=expect[_0x2e67df(0x246)]()[_0x2e67df(0x221)]||_0x515f87;global[_0x2e67df(0x232)][_0x2e67df(0x15b)]={'id':_0x53be08,'testAnalyticsId':_0x53be08,'thTestRunUuid':TestDetails[_0x2e67df(0x1b4)](process[_0x2e67df(0x181)]+':testAnalyticsId'),'testInfo':{'title':_0x515f87,'fullName':_0x220670,'displayName':_0x515f87,'name':_0x220670,'testPath':_0x216114,'testIdentifier':_0x53be08}},logger['debug'](_0x2e67df(0x20b)+_0x53be08+_0x2e67df(0x189)+_0x515f87+',\x20testPath='+_0x216114);}if(!_0x5f0d53&&_0x224965[_0x2e67df(0x23c)](isAccessibilityAutomationSession)&&_0x5a2e38&&Array['isArray'](__drivers)&&_0x224965[_0x2e67df(0x213)](__drivers[_0x2e67df(0x1fa)],0x0)&&globals[_0x2e67df(0x1bb)](_0x224965[_0x2e67df(0x156)]))try{const _0x3865a7=await __drivers[0x0][_0x2e67df(0x14b)];if(_0x3865a7){let _0x2465e7=!![];const _0x2fa784=await __drivers[0x0][_0x2e67df(0x13d)]();let _0x258cd7;try{_0x258cd7=new URL(_0x2fa784);}catch(_0x1c21e6){_0x2465e7=![];}_0x2465e7=_0x224965[_0x2e67df(0x1d4)](_0x258cd7['protocol'],_0x224965[_0x2e67df(0x166)])||_0x224965[_0x2e67df(0x1d4)](_0x258cd7[_0x2e67df(0x142)],_0x224965['DuvNX']),_0x2465e7&&(_0x1c3f17&&logger['info'](_0x224965['qkhXW']));}}catch(_0x21fff1){logger[_0x2e67df(0x238)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x21fff1);const _0x409110={};_0x409110['hookType']=_0x224965[_0x2e67df(0x21c)],PerformanceTester[_0x2e67df(0x147)](PerformanceHookEvents[_0x2e67df(0x223)],![],er,_0x409110);}if(_0x5f0d53&&global[_0x2e67df(0x232)]&&global[_0x2e67df(0x232)]['currentTest'])try{await _0x5f0d53[_0x2e67df(0x1d0)](global[_0x2e67df(0x232)][_0x2e67df(0x15b)][_0x2e67df(0x214)]);}catch(_0x1ef4a){logger[_0x2e67df(0x24c)](_0x2e67df(0x1d9)+util[_0x2e67df(0x1fd)](_0x1ef4a));}if(_0x5f0d53&&global[_0x2e67df(0x232)]&&global[_0x2e67df(0x232)][_0x2e67df(0x15b)])try{const _0x5cff6f=_0x224965[_0x2e67df(0x18f)](require,_0x224965['gZiMw']),{FRAMEWORKS:_0x3556b4}=_0x224965['GfKxk'](require,_0x224965[_0x2e67df(0x151)]),_0x3f3d0a=_0x224965[_0x2e67df(0x18f)](require,_0x224965[_0x2e67df(0x215)]),_0x294223=_0x224965['GfKxk'](require,_0x224965[_0x2e67df(0x22f)]);if(_0x5cff6f['getInstance']()[_0x2e67df(0x136)]()&&_0x5cff6f[_0x2e67df(0x1be)]()['isRunning']()){const _0x2e3706={'title':_0x224965['JFzjd'](_0x515f87,_0x224965[_0x2e67df(0x139)]),'titlePath':[_0x224965[_0x2e67df(0x16a)](_0x515f87,_0x224965[_0x2e67df(0x139)])],'id':global[_0x2e67df(0x232)]['currentTest']['id']||_0x224965['Jybwn'],'testAnalyticsId':global[_0x2e67df(0x232)][_0x2e67df(0x15b)][_0x2e67df(0x18c)],'testPath':global['__workerDetails']['currentTest'][_0x2e67df(0x214)]?.[_0x2e67df(0x1e5)],...global['__workerDetails'][_0x2e67df(0x15b)]['testInfo']};global['__currentTestInfo']=_0x2e3706,logger[_0x2e67df(0x24c)]('Test\x20info\x20prepared\x20for\x20CREATE\x20PRE\x20event:\x20'+_0x515f87);try{const _0x649ef3=global[_0x2e67df(0x232)]?.[_0x2e67df(0x19b)]||_0x5f0d53[_0x2e67df(0x196)]();if(_0x649ef3){const _0x2e61f6=_0x224965[_0x2e67df(0x197)](!!_0x1a469e,!_0x3f6520);let _0x15314f=null,_0xe83869=null;try{_0x2e61f6?(_0x15314f=_0x224965['XZFdT'](typeof _0x649ef3['browserContext'],_0x224965['Ygiyo'])?_0x649ef3['browserContext']():null,_0xe83869=_0x224965[_0x2e67df(0x14c)](typeof _0x649ef3[_0x2e67df(0x1ef)],_0x224965['Ygiyo'])?_0x649ef3[_0x2e67df(0x1ef)]():null):(_0x15314f=_0x224965[_0x2e67df(0x1d4)](typeof _0x649ef3[_0x2e67df(0x212)],_0x224965[_0x2e67df(0x15e)])?_0x649ef3[_0x2e67df(0x212)]():null,_0xe83869=_0x15314f&&_0x224965[_0x2e67df(0x14c)](typeof _0x15314f['browser'],_0x224965[_0x2e67df(0x15e)])?_0x15314f['browser']():null);}catch(_0x4e981c){logger[_0x2e67df(0x24c)](_0x2e67df(0x175)+_0x4e981c['message']);}const _0x47e04f={};_0x47e04f[_0x2e67df(0x205)]=_0x649ef3,_0x47e04f[_0x2e67df(0x212)]=_0x15314f,_0x47e04f[_0x2e67df(0x1ef)]=_0xe83869,_0x47e04f[_0x2e67df(0x214)]=_0x2e3706,_0x47e04f[_0x2e67df(0x210)]=_0x3556b4[_0x2e67df(0x1dd)],_0x47e04f[_0x2e67df(0x1fe)]=global['__launchCaps'],_0x47e04f[_0x2e67df(0x14e)]=global[_0x2e67df(0x23a)],await _0x5cff6f['getInstance']()[_0x2e67df(0x15a)]()['trackEvent'](_0x3f3d0a['CREATE'],_0x294223[_0x2e67df(0x171)],_0x47e04f),logger[_0x2e67df(0x24c)]('[Jest\x20Setup]\x20Triggered\x20CREATE\x20POST\x20event\x20for\x20test:\x20'+_0x515f87+_0x2e67df(0x1cb)+(_0x2e3706[_0x2e67df(0x18c)]||_0x2e3706['id']));}else logger[_0x2e67df(0x24c)](_0x2e67df(0x157)+_0x515f87+_0x2e67df(0x158));}catch(_0x561c07){logger[_0x2e67df(0x24c)](_0x2e67df(0x1cf)+util['format'](_0x561c07));}}}catch(_0x2fb11c){logger[_0x2e67df(0x24c)](_0x2e67df(0x169)+util[_0x2e67df(0x1fd)](_0x2fb11c));}!_0x5f0d53&&_0x224965[_0x2e67df(0x1c0)](__drivers['length'],0x0)&&_0x224965[_0x2e67df(0x138)](__drivers[0x0][_0x2e67df(0x20f)],0x0)&&await _0x224965[_0x2e67df(0x17b)](driverCleanup);}catch(_0x502584){logger['debug'](_0x2e67df(0x1d6)+_0x502584);const _0x119b2d={};_0x119b2d['hookType']=_0x224965[_0x2e67df(0x21c)],PerformanceTester[_0x2e67df(0x147)](PerformanceHookEvents[_0x2e67df(0x223)],![],_0x502584,_0x119b2d);}const _0x378405={};_0x378405[_0x2e67df(0x1c4)]=_0x224965[_0x2e67df(0x21c)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x378405);}),afterEach(async()=>{const _0x8f5bd3=a23_0x5db1b0,_0x57eba6={'cnHsl':_0x8f5bd3(0x1ac),'aEEsY':function(_0x5ac383,_0x13dd39){return _0x5ac383>_0x13dd39;},'rSQxB':_0x8f5bd3(0x168),'RITUP':_0x8f5bd3(0x21e),'gYiqm':_0x8f5bd3(0x144),'amOVW':function(_0x8fb9,_0x2c8bc1){return _0x8fb9(_0x2c8bc1);},'AeuKw':_0x8f5bd3(0x153),'QWIvz':function(_0x5513ba,_0x12ae5b){return _0x5513ba(_0x12ae5b);},'ajags':'../utils/puppeteer-patcher','vhGEg':'Playwright','DMKfT':'Puppeteer','rmrqe':function(_0x3501e0,_0x11f70f){return _0x3501e0!==_0x11f70f;},'eotjF':_0x8f5bd3(0x1f5),'NWVvk':function(_0x1536fd,_0x85f1e){return _0x1536fd(_0x85f1e);},'XZkOo':function(_0x16881c,_0x128cbd){return _0x16881c(_0x128cbd);},'HpXov':function(_0x42432e,_0x481310){return _0x42432e>_0x481310;},'MEgnl':function(_0x499435,_0x3b6f2e){return _0x499435(_0x3b6f2e);},'zrTyF':function(_0x731d48,_0x33c7ba){return _0x731d48(_0x33c7ba);},'WHnqM':_0x8f5bd3(0x1ff),'BJmOV':_0x8f5bd3(0x1f4),'oqSWU':function(_0x221632,_0x24f9fd){return _0x221632&&_0x24f9fd;},'gYvbJ':_0x8f5bd3(0x1d1),'srtiy':'jest-test','NfMsi':_0x8f5bd3(0x1f8),'PExDP':_0x8f5bd3(0x211),'TimmZ':_0x8f5bd3(0x230),'IlgOt':_0x8f5bd3(0x178),'XuuPK':function(_0x170fde,_0x2bf56b){return _0x170fde>_0x2bf56b;},'aaTce':function(_0x34cbb4){return _0x34cbb4();},'SOJET':function(_0xdc8716,_0x3ce540){return _0xdc8716===_0x3ce540;},'WHnRL':_0x8f5bd3(0x1af),'pwjtG':_0x8f5bd3(0x1a3),'XJjmr':function(_0x378df0,_0x4e9d27,_0x8d0dfe,_0x2f05fd){return _0x378df0(_0x4e9d27,_0x8d0dfe,_0x2f05fd);},'OisHH':'afterEach','kwOIA':function(_0x301ffd,_0x4decf9,_0x4c3ccf){return _0x301ffd(_0x4decf9,_0x4c3ccf);},'qzhgi':_0x8f5bd3(0x16f),'PGKAG':'bstackA11yShouldScan','NyDJc':_0x8f5bd3(0x1e6),'yuhpT':_0x8f5bd3(0x21f),'oWTda':_0x8f5bd3(0x201),'YcRYh':'isMobilePlatform','MrKZQ':_0x8f5bd3(0x1eb),'FIDJt':function(_0x3bdb5f){return _0x3bdb5f();},'hfNuK':function(_0x570c52,_0x3be4b8,_0x53face){return _0x570c52(_0x3be4b8,_0x53face);},'NAjnN':_0x8f5bd3(0x24c),'KrAjo':function(_0x91e9fb,_0x1f315f){return _0x91e9fb>_0x1f315f;},'wjyKq':function(_0x394fdf){return _0x394fdf();}};logger[_0x8f5bd3(0x24c)](_0x57eba6[_0x8f5bd3(0x202)]),PerformanceTester[_0x8f5bd3(0x226)](PerformanceHookEvents[_0x8f5bd3(0x223)]);const _0x23a269='browserstack internal helper hook';let _0x2eec68=![],_0x5e7f03=![],_0x5ce6ae=null;try{global[_0x8f5bd3(0x16e)]&&_0x57eba6[_0x8f5bd3(0x140)](global[_0x8f5bd3(0x16e)][_0x8f5bd3(0x1fa)],0x0)&&(_0x2eec68=!![]);if(global[_0x8f5bd3(0x232)]&&global['__workerDetails'][_0x8f5bd3(0x19b)]){const _0x31dc66=helper[_0x8f5bd3(0x1d7)](_0x57eba6[_0x8f5bd3(0x159)]),_0x3e7ad8=helper[_0x8f5bd3(0x1d7)](_0x57eba6['RITUP'])||helper['getPackageVersion'](_0x57eba6[_0x8f5bd3(0x184)]);try{if(_0x31dc66)_0x5ce6ae=_0x57eba6[_0x8f5bd3(0x191)](require,_0x57eba6[_0x8f5bd3(0x1e9)]);else _0x3e7ad8&&(_0x5ce6ae=_0x57eba6[_0x8f5bd3(0x1a0)](require,_0x57eba6['ajags']));_0x5e7f03=!![],logger[_0x8f5bd3(0x24c)]((_0x31dc66?_0x57eba6[_0x8f5bd3(0x1f6)]:_0x57eba6['DMKfT'])+_0x8f5bd3(0x1d5)+!!global[_0x8f5bd3(0x232)][_0x8f5bd3(0x19b)]);}catch(_0x5cdc6a){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x15d)+util['format'](_0x5cdc6a));}}}catch(_0x17c0eb){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x219)+_0x17c0eb);}logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x143)+_0x2eec68+_0x8f5bd3(0x1d2)+_0x5e7f03);if(_0x5e7f03){const _0x3e556a=_0x5ce6ae[_0x8f5bd3(0x196)]();try{let _0x2fbf0d=null,_0xb88581=![];if(_0x57eba6['rmrqe'](typeof jasmine,_0x57eba6[_0x8f5bd3(0x228)]))jasmine['currentTest'][_0x8f5bd3(0x145)]&&_0x57eba6[_0x8f5bd3(0x140)](jasmine[_0x8f5bd3(0x15b)][_0x8f5bd3(0x145)][_0x8f5bd3(0x1fa)],0x0)?(_0xb88581=!![],_0x2fbf0d=_0x57eba6['NWVvk'](stripUnicode,JSON[_0x8f5bd3(0x17d)](jasmine[_0x8f5bd3(0x15b)][_0x8f5bd3(0x145)][0x0]['message']))):_0x2fbf0d=_0x57eba6[_0x8f5bd3(0x233)](stripUnicode,JSON[_0x8f5bd3(0x17d)](jasmine[_0x8f5bd3(0x15b)][_0x8f5bd3(0x19a)]));else{logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x18a)+util[_0x8f5bd3(0x22e)](testContext));const _0x292fbd=global[_0x8f5bd3(0x23b)]||testContext,_0x56ce27=_0x292fbd&&_0x292fbd[_0x8f5bd3(0x1db)]?_0x292fbd[_0x8f5bd3(0x1db)]:[];if(_0x57eba6[_0x8f5bd3(0x164)](_0x56ce27[_0x8f5bd3(0x1fa)],0x0)){_0xb88581=!![];const _0x4dc5fd=Array[_0x8f5bd3(0x1a4)](_0x56ce27[0x0])?_0x56ce27[0x0][0x0]:_0x56ce27[0x0];_0x2fbf0d=_0x57eba6[_0x8f5bd3(0x1c2)](stripUnicode,JSON[_0x8f5bd3(0x17d)](_0x4dc5fd[_0x8f5bd3(0x249)]||_0x4dc5fd));}else _0x2fbf0d=_0x57eba6['zrTyF'](stripUnicode,JSON[_0x8f5bd3(0x17d)](_0x292fbd?_0x292fbd[_0x8f5bd3(0x17e)]:testContext[_0x8f5bd3(0x17e)]));}const _0x2a2e19=_0xb88581?_0x57eba6['WHnqM']:_0x57eba6['BJmOV'];_0x57eba6[_0x8f5bd3(0x1a6)](_0xb88581,_0x2fbf0d)&&!__error_messages__['includes'](_0x2fbf0d)&&__error_messages__[_0x8f5bd3(0x1fc)](_0x2fbf0d);const _0x29796b={'title':global[_0x8f5bd3(0x232)]?.[_0x8f5bd3(0x15b)]?.[_0x8f5bd3(0x214)]?.[_0x8f5bd3(0x1e4)]||_0x57eba6['gYvbJ'],'titlePath':[global[_0x8f5bd3(0x232)]?.[_0x8f5bd3(0x15b)]?.[_0x8f5bd3(0x214)]?.['title']||_0x57eba6['gYvbJ']],'id':global[_0x8f5bd3(0x232)]?.['currentTest']?.['id']||_0x57eba6[_0x8f5bd3(0x1ad)],'status':_0x2a2e19,'error':_0x2fbf0d?{'message':_0x2fbf0d}:null,'testAnalyticsId':global[_0x8f5bd3(0x232)]?.[_0x8f5bd3(0x15b)]?.[_0x8f5bd3(0x18c)],'testPath':global[_0x8f5bd3(0x232)]?.['currentTest']?.[_0x8f5bd3(0x214)]?.['testPath'],...global[_0x8f5bd3(0x232)][_0x8f5bd3(0x15b)][_0x8f5bd3(0x214)]},_0x3a14a2=_0x29796b;try{if(BrowserstackCLI[_0x8f5bd3(0x1be)]()[_0x8f5bd3(0x136)]()&&BrowserstackCLI[_0x8f5bd3(0x1be)]()[_0x8f5bd3(0x247)]()){const _0x1c1dba={};_0x1c1dba[_0x8f5bd3(0x214)]=_0x3a14a2,_0x1c1dba[_0x8f5bd3(0x205)]=_0x3e556a,_0x1c1dba['testFramework']=FRAMEWORKS[_0x8f5bd3(0x1dd)],await BrowserstackCLI[_0x8f5bd3(0x1be)]()[_0x8f5bd3(0x15a)]()[_0x8f5bd3(0x155)](AutomationFrameworkState[_0x8f5bd3(0x244)],HookState['PRE'],_0x1c1dba),logger[_0x8f5bd3(0x24c)]('QUIT\x20PRE\x20event\x20completed\x20for\x20test:\x20'+_0x3a14a2[_0x8f5bd3(0x1e4)]);}}catch(_0x1a6aa7){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x182)+util[_0x8f5bd3(0x1fd)](_0x1a6aa7));}global[_0x8f5bd3(0x232)]&&global[_0x8f5bd3(0x232)][_0x8f5bd3(0x15b)]&&global[_0x8f5bd3(0x232)][_0x8f5bd3(0x15b)][_0x8f5bd3(0x214)]?await _0x5ce6ae['afterTestHook'](global['__workerDetails'][_0x8f5bd3(0x15b)][_0x8f5bd3(0x214)],_0x2a2e19,_0xb88581?_0x2fbf0d:null):logger[_0x8f5bd3(0x24c)](_0x57eba6[_0x8f5bd3(0x19e)]);try{await _0x5ce6ae[_0x8f5bd3(0x13a)](),logger[_0x8f5bd3(0x24c)](_0x57eba6[_0x8f5bd3(0x160)]);}catch(_0x28c073){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x1ab)+util['format'](_0x28c073));}try{_0x5ce6ae[_0x8f5bd3(0x1a5)][_0x8f5bd3(0x1cd)](),logger['debug'](_0x57eba6[_0x8f5bd3(0x193)]);}catch(_0x83d652){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x19d)+util[_0x8f5bd3(0x1fd)](_0x83d652));}}catch(_0x1fea03){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x1f3)+util[_0x8f5bd3(0x1fd)](_0x1fea03));try{_0x5ce6ae[_0x8f5bd3(0x13a)]&&(await _0x5ce6ae['executeDeferredCloses'](),logger[_0x8f5bd3(0x24c)](_0x57eba6[_0x8f5bd3(0x195)]));}catch(_0x2ea887){logger[_0x8f5bd3(0x24c)](_0x8f5bd3(0x185)+util[_0x8f5bd3(0x1fd)](_0x2ea887));}}}else try{!_0x5e7f03&&_0x57eba6[_0x8f5bd3(0x148)](__drivers[_0x8f5bd3(0x1fa)],0x1)&&(await _0x57eba6[_0x8f5bd3(0x1b2)](driverCleanup),__drivers[_0x8f5bd3(0x1c3)]());try{if(global[_0x8f5bd3(0x1bf)]&&_0x57eba6['SOJET'](global[_0x8f5bd3(0x19f)],_0x57eba6[_0x8f5bd3(0x1b9)])&&__drivers[0x0]){const _0xfa0e34=_0x57eba6[_0x8f5bd3(0x164)](global[_0x8f5bd3(0x1a8)][_0x8f5bd3(0x1fa)],0x0)?!!global[_0x8f5bd3(0x1a8)][0x0][_0x8f5bd3(0x224)]||!!global[_0x8f5bd3(0x1a8)][0x0][_0x57eba6[_0x8f5bd3(0x1e2)]]:![],_0x1144ca={};_0x1144ca[_0x8f5bd3(0x224)]=_0xfa0e34,await _0x57eba6['XJjmr'](percyAutoCapture,__drivers[0x0],_0x57eba6[_0x8f5bd3(0x1b9)],_0x1144ca);}}catch(_0x454a6c){logger[_0x8f5bd3(0x24c)]('Exception\x20in\x20jest\x20percy\x20with\x20error:\x20'+_0x454a6c);const _0x350e7d={};_0x350e7d[_0x8f5bd3(0x1c4)]=_0x57eba6[_0x8f5bd3(0x1e1)],PerformanceTester[_0x8f5bd3(0x147)](PerformanceHookEvents['SDK_HOOK'],![],_0x454a6c,_0x350e7d);}const _0x5c332a=_0x57eba6[_0x8f5bd3(0x20a)](shouldScanTestForAccessibility,expect[_0x8f5bd3(0x246)]()['currentTestName'],![]);try{if(_0x57eba6[_0x8f5bd3(0x1b2)](isAccessibilityAutomationSession)&&globals[_0x8f5bd3(0x1bb)](_0x57eba6['qzhgi'])&&globals[_0x8f5bd3(0x1bb)](_0x57eba6[_0x8f5bd3(0x234)])){logger['info'](_0x57eba6['NyDJc']);const _0x228d60={'thTestRunUuid':TestDetails['getTestUUID'](process['pid']+_0x8f5bd3(0x20c)),'thBuildUuid':process[_0x8f5bd3(0x173)][testHubConstants[_0x8f5bd3(0x1d8)]['BROWSERSTACK_TESTHUB_UUID']],'thJwtToken':process['env'][testHubConstants['ENV_VAR'][_0x8f5bd3(0x1a7)]]};logger['debug'](_0x8f5bd3(0x21b)+JSON[_0x8f5bd3(0x17d)](_0x228d60)),logger[_0x8f5bd3(0x24c)](_0x57eba6[_0x8f5bd3(0x17a)]);const _0x295c49={};_0x295c49[_0x8f5bd3(0x1df)]=_0x57eba6[_0x8f5bd3(0x149)],await PerformanceTester[_0x8f5bd3(0x237)](PerformanceA11yEvents[_0x8f5bd3(0x18b)],async()=>{const _0x1324d3=_0x8f5bd3;logger[_0x1324d3(0x24c)](util[_0x1324d3(0x1fd)](await __drivers[0x0]['executeAsyncScript'](scripts[_0x1324d3(0x22b)],{'method':expect[_0x1324d3(0x246)]()[_0x1324d3(0x221)]})));},_0x295c49)(),globals['getGlobal'](_0x57eba6[_0x8f5bd3(0x1c5)])&&(_0x228d60['is_mobile_session']=!![]),await PerformanceTester[_0x8f5bd3(0x237)](PerformanceA11yEvents[_0x8f5bd3(0x204)],async()=>{const _0x40b34c=_0x8f5bd3;await __drivers[0x0][_0x40b34c(0x1c8)](scripts['saveTestResults'],_0x228d60);})(),logger['info'](_0x57eba6[_0x8f5bd3(0x1e8)]);}}catch(_0x232bac){logger[_0x8f5bd3(0x238)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect[_0x8f5bd3(0x246)]()[_0x8f5bd3(0x221)]+_0x8f5bd3(0x22d),_0x232bac);}await _0x57eba6['FIDJt'](setContext);try{if(_0x57eba6['aaTce'](shouldProcessEventForTesthub)){_0x57eba6['XuuPK'](global[_0x8f5bd3(0x16e)][_0x8f5bd3(0x1fa)],0x0)&&global[_0x8f5bd3(0x16e)][0x0]&&await _0x57eba6[_0x8f5bd3(0x20a)](sendPlatformDetails,global[_0x8f5bd3(0x16e)][0x0],TestDetails[_0x8f5bd3(0x1b4)](process[_0x8f5bd3(0x181)]+_0x8f5bd3(0x20c)));if(_0x57eba6[_0x8f5bd3(0x243)](isBrowserstackInfra)){PerformanceTester[_0x8f5bd3(0x226)](PerformanceO11yEvents[_0x8f5bd3(0x16c)]);const _0x53845a=_0x8f5bd3(0x14f)+Date['now']();await _0x57eba6[_0x8f5bd3(0x1c1)](executeAnnotate,JSON['stringify'](_0x53845a),_0x57eba6['NAjnN']),PerformanceTester[_0x8f5bd3(0x147)](PerformanceO11yEvents[_0x8f5bd3(0x16c)]);}}}catch(_0x387dca){logger['debug'](_0x8f5bd3(0x222)+_0x387dca),PerformanceTester[_0x8f5bd3(0x147)](PerformanceO11yEvents[_0x8f5bd3(0x16c)],![],_0x387dca);}!_0x5e7f03&&_0x57eba6['HpXov'](__drivers[_0x8f5bd3(0x1fa)],0x0)&&_0x57eba6[_0x8f5bd3(0x18e)](__drivers[0x0][_0x8f5bd3(0x20f)],0x0)&&await _0x57eba6[_0x8f5bd3(0x135)](driverCleanup);const _0x3d67e1={};_0x3d67e1[_0x8f5bd3(0x1c4)]=_0x57eba6['OisHH'],PerformanceTester[_0x8f5bd3(0x147)](PerformanceHookEvents[_0x8f5bd3(0x223)],!![],null,_0x3d67e1);}catch(_0x2d2b50){logger['debug'](_0x8f5bd3(0x229)+_0x2d2b50);const _0x5a1bf0={};_0x5a1bf0[_0x8f5bd3(0x1c4)]=_0x57eba6[_0x8f5bd3(0x1e1)],PerformanceTester[_0x8f5bd3(0x147)](PerformanceHookEvents[_0x8f5bd3(0x223)],![],_0x2d2b50,_0x5a1bf0);}},TEST_FRAMEWORK_HOOK_TIMEOUT[a23_0x5db1b0(0x172)]),afterAll(async()=>{const _0x449a69=a23_0x5db1b0,_0x41e96d={'aLaPX':function(_0x4b7eb4,_0x558040){return _0x4b7eb4<=_0x558040;},'rcbEy':function(_0x5fa56c,_0x26e92a){return _0x5fa56c(_0x26e92a);},'rphDI':function(_0x3b8058){return _0x3b8058();},'SNOzh':function(_0x4db156,_0x543c27,_0x3d7f3e){return _0x4db156(_0x543c27,_0x3d7f3e);},'ACHMo':'Jest','zrjvT':_0x449a69(0x168),'lGOrb':_0x449a69(0x21e),'RGFUx':_0x449a69(0x144),'OXBLP':function(_0x44946b,_0x549deb){return _0x44946b(_0x549deb);},'pmjRi':_0x449a69(0x153),'xRxTO':function(_0x56a8d4,_0x3f4ff7){return _0x56a8d4(_0x3f4ff7);},'YNqKA':_0x449a69(0x21a),'SFUUL':_0x449a69(0x1f9),'cIYSn':function(_0x3e99f5,_0xf81167){return _0x3e99f5||_0xf81167;},'AZFcx':_0x449a69(0x152),'ZOrnD':'Attempting\x20direct\x20page\x20close\x20fallback\x20for\x20Android','oAJUa':function(_0x20f451,_0x244c19){return _0x20f451===_0x244c19;},'bMecw':_0x449a69(0x1aa),'QmZiM':_0x449a69(0x13f),'KEwfe':'Cleaned\x20up\x20close\x20tracker\x20after\x20deferred\x20closes','YEOdq':'Cleaned\x20up\x20page\x20references\x20after\x20deferred\x20closes','PNADE':function(_0x24736e){return _0x24736e();},'oqrcG':'afterAll'};PerformanceTester[_0x449a69(0x226)](PerformanceHookEvents[_0x449a69(0x223)]),jest[_0x449a69(0x1e3)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x41e96d[_0x449a69(0x235)]]),PerformanceTester[_0x449a69(0x162)]();const _0x37facf='browserstack internal helper hook';let _0x31d16f=![];try{const _0x5c73e5=helper['getPackageVersion'](_0x41e96d[_0x449a69(0x179)]),_0x53d50d=helper[_0x449a69(0x1d7)](_0x41e96d['lGOrb'])||helper[_0x449a69(0x1d7)](_0x41e96d[_0x449a69(0x1ee)]),_0xa59c7b=_0x5c73e5?_0x41e96d[_0x449a69(0x245)](require,_0x41e96d[_0x449a69(0x137)]):_0x53d50d?_0x41e96d[_0x449a69(0x17f)](require,_0x41e96d[_0x449a69(0x167)]):null;if(!_0xa59c7b)throw new Error(_0x41e96d[_0x449a69(0x198)]);const _0x14895b=global[_0x449a69(0x232)]?.['pwPage'],_0x13bf51=_0xa59c7b[_0x449a69(0x196)](),_0x259e90=_0x41e96d[_0x449a69(0x24a)](_0x14895b,_0x13bf51);if(_0x259e90){_0x31d16f=!![];try{await _0xa59c7b[_0x449a69(0x13a)](),logger['debug'](_0x41e96d[_0x449a69(0x174)]);}catch(_0x4c3fb5){logger[_0x449a69(0x24c)](_0x449a69(0x1ab)+util[_0x449a69(0x1fd)](_0x4c3fb5));try{const _0x1edbd4=_0xa59c7b[_0x449a69(0x196)]();_0x1edbd4&&(logger[_0x449a69(0x24c)](_0x41e96d[_0x449a69(0x200)]),_0x41e96d[_0x449a69(0x177)](typeof _0x1edbd4[_0x449a69(0x1bc)],_0x41e96d['bMecw'])&&(await _0x1edbd4[_0x449a69(0x1bc)](),logger['debug'](_0x41e96d[_0x449a69(0x170)])));}catch(_0x3f470d){logger['debug'](_0x449a69(0x1c9)+util[_0x449a69(0x1fd)](_0x3f470d));}}try{if(global[_0x449a69(0x232)]){global[_0x449a69(0x232)][_0x449a69(0x19b)]=null,global['__workerDetails'][_0x449a69(0x1b0)]=![];const _0x5286e0={};_0x5286e0['id']=undefined,_0x5286e0[_0x449a69(0x214)]=undefined,global[_0x449a69(0x232)][_0x449a69(0x15b)]=_0x5286e0;}_0xa59c7b['closeTracker']&&_0xa59c7b[_0x449a69(0x1a5)][_0x449a69(0x1cd)]&&(_0xa59c7b[_0x449a69(0x1a5)][_0x449a69(0x1cd)](),logger[_0x449a69(0x24c)](_0x41e96d['KEwfe'])),logger[_0x449a69(0x24c)](_0x41e96d['YEOdq']);}catch(_0x116e46){logger[_0x449a69(0x24c)](_0x449a69(0x208)+util[_0x449a69(0x1fd)](_0x116e46));}__error_messages__=[];}}catch(_0x2c77bb){logger[_0x449a69(0x24c)]('Error\x20handling\x20Playwright/Puppeteer\x20test\x20cleanup:\x20'+util[_0x449a69(0x1fd)](_0x2c77bb));try{const _0x425d9d=helper[_0x449a69(0x1d7)](_0x41e96d[_0x449a69(0x179)]),_0x1543bc=helper[_0x449a69(0x1d7)](_0x41e96d['lGOrb'])||helper[_0x449a69(0x1d7)](_0x41e96d[_0x449a69(0x1ee)]),_0x12376b=_0x425d9d?_0x41e96d[_0x449a69(0x1de)](require,_0x41e96d[_0x449a69(0x137)]):_0x1543bc?_0x41e96d[_0x449a69(0x17f)](require,_0x41e96d['YNqKA']):null;_0x12376b&&await _0x12376b[_0x449a69(0x13a)]();}catch(_0x5e8269){logger['debug']('Error\x20executing\x20fallback\x20deferred\x20closes:\x20'+util['format'](_0x5e8269));}}await new Promise(_0x124eb5=>{const _0x5176db=_0x449a69,_0x3ae65a=_0x41e96d[_0x5176db(0x199)](setInterval,async()=>{const _0x45b5cd=_0x5176db;_0x41e96d['aLaPX'](RequestQueueHandler['getInstance']()[_0x45b5cd(0x1e0)],0x0)&&(_0x41e96d[_0x45b5cd(0x1de)](clearInterval,_0x3ae65a),_0x41e96d[_0x45b5cd(0x24b)](_0x124eb5));},0x3e8);});try{!_0x31d16f&&await _0x41e96d[_0x449a69(0x1cc)](driverCleanup);}catch(_0x414a75){logger[_0x449a69(0x24c)]('Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20'+_0x414a75);const _0x4e9889={};_0x4e9889[_0x449a69(0x1c4)]=_0x41e96d['oqrcG'],PerformanceTester[_0x449a69(0x147)](PerformanceHookEvents['SDK_HOOK'],![],_0x414a75,_0x4e9889);}process['removeAllListeners']();const _0x1a305d={};_0x1a305d['hookType']=_0x41e96d[_0x449a69(0x1ed)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1a305d);},TEST_FRAMEWORK_HOOK_TIMEOUT[a23_0x5db1b0(0x172)]);
@@ -1 +1 @@
1
- function a24_0x33d4(_0x597417,_0x5be7a3){const _0x52ee64=a24_0x52ee();return a24_0x33d4=function(_0x33d4b5,_0x46a5cf){_0x33d4b5=_0x33d4b5-0x74;let _0x13b9f4=_0x52ee64[_0x33d4b5];return _0x13b9f4;},a24_0x33d4(_0x597417,_0x5be7a3);}function a24_0x52ee(){const _0x3667b9=['7716728wxcimo','10155978KYriap','restore','50riIIeQ','338180Ohqlay','8685162zMklof','../../../helpers/request-spy','69486ybAsIX','30452346koRYgS','536448frnMzd','4gMHLbJ'];a24_0x52ee=function(){return _0x3667b9;};return a24_0x52ee();}const a24_0x2c26c3=a24_0x33d4;(function(_0x834a43,_0x9d4a20){const _0x1ab1df=a24_0x33d4,_0x3ccb55=_0x834a43();while(!![]){try{const _0xd1fde7=parseInt(_0x1ab1df(0x7e))/0x1*(parseInt(_0x1ab1df(0x74))/0x2)+parseInt(_0x1ab1df(0x7c))/0x3+parseInt(_0x1ab1df(0x79))/0x4*(-parseInt(_0x1ab1df(0x78))/0x5)+parseInt(_0x1ab1df(0x7a))/0x6+parseInt(_0x1ab1df(0x76))/0x7+parseInt(_0x1ab1df(0x75))/0x8+-parseInt(_0x1ab1df(0x7d))/0x9;if(_0xd1fde7===_0x9d4a20)break;else _0x3ccb55['push'](_0x3ccb55['shift']());}catch(_0x9bcfc2){_0x3ccb55['push'](_0x3ccb55['shift']());}}}(a24_0x52ee,0xb2382));const requestSpy=require(a24_0x2c26c3(0x7b)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x3ed3a4={'ryvVi':function(_0x4b3be2){return _0x4b3be2();}},_0x46e620='browserstack internal helper hook';_0x3ed3a4['ryvVi'](addRequestSpy);}),afterAll(async()=>{const _0x23dbcc=a24_0x2c26c3,_0x4654bd='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x23dbcc(0x77)]();});
1
+ const a24_0xfeb85c=a24_0x1ba1;function a24_0x1ba1(_0x565d1a,_0x47bf58){const _0x17cfb9=a24_0x17cf();return a24_0x1ba1=function(_0x1ba1bb,_0xb5eef1){_0x1ba1bb=_0x1ba1bb-0xbe;let _0x31c723=_0x17cfb9[_0x1ba1bb];return _0x31c723;},a24_0x1ba1(_0x565d1a,_0x47bf58);}(function(_0x17c69f,_0x1ef09c){const _0x25f2bc=a24_0x1ba1,_0x1a9cc7=_0x17c69f();while(!![]){try{const _0x5d8c98=-parseInt(_0x25f2bc(0xc0))/0x1*(-parseInt(_0x25f2bc(0xcb))/0x2)+-parseInt(_0x25f2bc(0xc7))/0x3+parseInt(_0x25f2bc(0xbe))/0x4*(parseInt(_0x25f2bc(0xbf))/0x5)+parseInt(_0x25f2bc(0xca))/0x6*(parseInt(_0x25f2bc(0xc9))/0x7)+parseInt(_0x25f2bc(0xc8))/0x8*(parseInt(_0x25f2bc(0xc3))/0x9)+parseInt(_0x25f2bc(0xc1))/0xa+-parseInt(_0x25f2bc(0xc4))/0xb;if(_0x5d8c98===_0x1ef09c)break;else _0x1a9cc7['push'](_0x1a9cc7['shift']());}catch(_0x169d2a){_0x1a9cc7['push'](_0x1a9cc7['shift']());}}}(a24_0x17cf,0x8c5d2));function a24_0x17cf(){const _0x1a4af7=['../../../helpers/request-spy','27GknCyw','20965065IomsAH','JeEUq','../../../helpers/test-observability/utils','2897244UyBrCp','1907608YfvPCC','7QqGpRR','2284158MdIhCX','185162ZElTDZ','setTimeout','26236KswNdQ','525XhcoJa','6aCSIpz','11063660oEMCYc'];a24_0x17cf=function(){return _0x1a4af7;};return a24_0x17cf();}const requestSpy=require(a24_0xfeb85c(0xc2)),{addRequestSpy}=require(a24_0xfeb85c(0xc6));beforeAll(()=>{const _0x15d90d=a24_0xfeb85c,_0x28640b={'JeEUq':function(_0x38a3c7){return _0x38a3c7();}},_0x193088='browserstack internal helper hook';_0x28640b[_0x15d90d(0xc5)](addRequestSpy);}),afterAll(async()=>{const _0x420d57=a24_0xfeb85c,_0x101662='browserstack internal helper hook';jest[_0x420d57(0xcc)](0xea60),requestSpy['restore']();});
@@ -1 +1 @@
1
- function a25_0x4f9c(_0x2a58d9,_0x494338){const _0x384b26=a25_0x384b();return a25_0x4f9c=function(_0x4f9c19,_0x556d9d){_0x4f9c19=_0x4f9c19-0xea;let _0x4625e9=_0x384b26[_0x4f9c19];return _0x4625e9;},a25_0x4f9c(_0x2a58d9,_0x494338);}const a25_0x36699f=a25_0x4f9c;(function(_0x5d1952,_0x13ad43){const _0x3f12cc=a25_0x4f9c,_0x5cc36b=_0x5d1952();while(!![]){try{const _0x2f5da8=-parseInt(_0x3f12cc(0xf9))/0x1+-parseInt(_0x3f12cc(0x100))/0x2*(parseInt(_0x3f12cc(0xf8))/0x3)+parseInt(_0x3f12cc(0x102))/0x4+-parseInt(_0x3f12cc(0xf3))/0x5+parseInt(_0x3f12cc(0xfe))/0x6+-parseInt(_0x3f12cc(0xfb))/0x7+parseInt(_0x3f12cc(0xf5))/0x8;if(_0x2f5da8===_0x13ad43)break;else _0x5cc36b['push'](_0x5cc36b['shift']());}catch(_0x1552cb){_0x5cc36b['push'](_0x5cc36b['shift']());}}}(a25_0x384b,0x817cf));function a25_0x384b(){const _0x175a7a=['628513bfaDnL','shouldReRunObservabilityTests','3829882dTXGKV','length','rerunTests','4075890WjrtFk','BROWSERSTACK_RERUN_TESTS','2IHpCbv','isTestObservabilitySession','667836egsKKE','validateRerunTestList','../../../helpers/helper','testRegex','cliConfig','split','push','../../../helpers/test-observability/utils','WyMJB','EafDa','env','335005qqKxHw','Xnrwe','12819936tirIhz','isUndefined','get','2027229xKiZHk'];a25_0x384b=function(){return _0x175a7a;};return a25_0x384b();}const testOpsHelper=require(a25_0x36699f(0xef)),helper=require(a25_0x36699f(0xea));exports['updateTestRerunConfig']=(_0x5b284c,_0x91359c)=>{const _0x1213d4=a25_0x36699f,_0x9e7579={};_0x9e7579['EafDa']=_0x1213d4(0xfd),_0x9e7579['Xnrwe']=function(_0x413f08,_0x2db58b){return _0x413f08!==_0x2db58b;},_0x9e7579[_0x1213d4(0xf0)]=function(_0x1a5619,_0x237705){return _0x1a5619>_0x237705;};const _0x315415=_0x9e7579;if(testOpsHelper[_0x1213d4(0x101)]()&&testOpsHelper[_0x1213d4(0xfa)]()){let _0x3bc1a2=process[_0x1213d4(0xf2)][_0x1213d4(0xff)];!helper[_0x1213d4(0xf6)](_0x91359c[_0x1213d4(0xec)])&&_0x91359c['cliConfig']['has'](_0x315415[_0x1213d4(0xf1)])&&(_0x3bc1a2=_0x91359c['cliConfig'][_0x1213d4(0xf7)](_0x315415['EafDa']));const _0x2c0aa1=[];helper[_0x1213d4(0x103)](_0x3bc1a2)&&_0x315415[_0x1213d4(0xf4)](_0x3bc1a2,null)&&_0x3bc1a2[_0x1213d4(0xed)](',')['map'](_0x5d5850=>{const _0x3207ae=_0x1213d4;_0x2c0aa1[_0x3207ae(0xee)](''+_0x5d5850['trim']());}),_0x315415['WyMJB'](_0x2c0aa1[_0x1213d4(0xfc)],0x0)&&(_0x5b284c[_0x1213d4(0xeb)]=_0x2c0aa1,delete _0x5b284c['testMatch']);}};
1
+ function a25_0x4f49(_0x14835e,_0x28f05e){const _0x2ef789=a25_0x2ef7();return a25_0x4f49=function(_0x4f49f8,_0x3d3722){_0x4f49f8=_0x4f49f8-0x15d;let _0x383ea4=_0x2ef789[_0x4f49f8];return _0x383ea4;},a25_0x4f49(_0x14835e,_0x28f05e);}const a25_0x25d080=a25_0x4f49;function a25_0x2ef7(){const _0xeb4e63=['trim','isUndefined','testMatch','24DDZmGT','isTestObservabilitySession','129283dwQUAk','684785KHzDDF','2251929KDGSFN','1469100TqBwMj','map','env','BROWSERSTACK_RERUN_TESTS','push','get','28jJQMZY','4525677hkBIyU','split','length','cliConfig','35100ZkqYJY','shouldReRunObservabilityTests','mQJhj','35396RIqeUL','../../../helpers/test-observability/utils','16BUdlVr'];a25_0x2ef7=function(){return _0xeb4e63;};return a25_0x2ef7();}(function(_0x426c08,_0x20a34c){const _0x281e41=a25_0x4f49,_0x41f711=_0x426c08();while(!![]){try{const _0x434110=parseInt(_0x281e41(0x160))/0x1*(-parseInt(_0x281e41(0x168))/0x2)+parseInt(_0x281e41(0x172))/0x3+-parseInt(_0x281e41(0x165))/0x4+-parseInt(_0x281e41(0x171))/0x5*(parseInt(_0x281e41(0x16e))/0x6)+-parseInt(_0x281e41(0x170))/0x7*(-parseInt(_0x281e41(0x16a))/0x8)+parseInt(_0x281e41(0x161))/0x9+parseInt(_0x281e41(0x173))/0xa;if(_0x434110===_0x20a34c)break;else _0x41f711['push'](_0x41f711['shift']());}catch(_0x5f229d){_0x41f711['push'](_0x41f711['shift']());}}}(a25_0x2ef7,0x5e0ad));const testOpsHelper=require(a25_0x25d080(0x169)),helper=require('../../../helpers/helper');exports['updateTestRerunConfig']=(_0x5d2f4e,_0x3b19c)=>{const _0x33af8c=a25_0x25d080,_0x49ae66={};_0x49ae66[_0x33af8c(0x167)]='rerunTests',_0x49ae66['gdSBK']=function(_0x438fb8,_0x31f88b){return _0x438fb8!==_0x31f88b;},_0x49ae66['dWMxo']=function(_0xc98397,_0x4da702){return _0xc98397>_0x4da702;};const _0x1271cc=_0x49ae66;if(testOpsHelper[_0x33af8c(0x16f)]()&&testOpsHelper[_0x33af8c(0x166)]()){let _0x57d68f=process[_0x33af8c(0x175)][_0x33af8c(0x15d)];!helper[_0x33af8c(0x16c)](_0x3b19c[_0x33af8c(0x164)])&&_0x3b19c[_0x33af8c(0x164)]['has'](_0x1271cc['mQJhj'])&&(_0x57d68f=_0x3b19c[_0x33af8c(0x164)][_0x33af8c(0x15f)](_0x1271cc['mQJhj']));const _0x509d2c=[];helper['validateRerunTestList'](_0x57d68f)&&_0x1271cc['gdSBK'](_0x57d68f,null)&&_0x57d68f[_0x33af8c(0x162)](',')[_0x33af8c(0x174)](_0x38f600=>{const _0x3311f7=_0x33af8c;_0x509d2c[_0x3311f7(0x15e)](''+_0x38f600[_0x3311f7(0x16b)]());}),_0x1271cc['dWMxo'](_0x509d2c[_0x33af8c(0x163)],0x0)&&(_0x5d2f4e['testRegex']=_0x509d2c,delete _0x5d2f4e[_0x33af8c(0x16d)]);}};