browserstack-node-sdk 1.36.3 → 1.36.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a14_0x595eae=a14_0x2441;function a14_0x5c25(){const _0x9ed757=['../../helpers/test-observability/constants','rVNOq','RvXWm','../../helpers/helper','jest.setup.js','jest_browserstack.config.js','checkAccessibilityPlatformConfig','turboScaleUrl','retryTestsOnFailure','env','parse','json','getErrorMessageFromResults','24CFOZIr','length','JHwrC','hHZzL','oHcnA','../../helpers/testhub/utils','customCircus.js','findIndex','error\x20removing\x20tcg\x20config\x20file','isEmpty','uYHMe','Creating\x20','testContextOptions','../../helpers/logger','false','2FHjpcl','start','useW3C','info','launchBuild','writeFileSync','wNsKD','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','\x20:\x20','Deleting\x20','425447gzcUre','BROWSERSTACK_TEST_OBSERVABILITY_YML','Getting\x20your\x20jest\x20configs\x20from\x20package.json','1055HlSoUG','customTestRunnerTemplate.js','requireModule','shouldProcessEventForTesthub','\x20with\x20browserstack\x20jest\x20configs','readFileSync','JEST','NrABd','qOAiy','fqDPf','ZDSvJ','child_process','tAddx','3795354kYzoud','test-observability','5779347dZuABW','capabilities','proxySettings','runInBand','true','810xEalAY','getHubUrl','UwzWk','GOAEf','prepareCapabilities','FnoiF','../utils/constants','Error\x20while\x20parsing\x20','jest','BQrxI','slice','nWXZS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','--config','assign','SDK_CLEANUP','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','log','close','testEnvironmentOptions','skipSessionStatus','VKEjR','isNotUndefined','config','reporters','inherit','maxRetries','getTCGConfigFilePaths','traKy','push','../../helpers/utilities','format','testRunner','win32','testObservability','../../helpers/testhub/testhubHandler','844JHuatQ','jest-config','CdZEa','xwQys','CeHJv','parallelsPerPlatform','platforms','setup','cEkhA','oMeUg','LTAyf','VMMks','jest.config.','testEnvironment','existsSync','package.json',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','TYUFt','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','exitCode','const\x20config=','default','setupFiles','setupFilesAfterEnv','getPackageType','\x0amodule.exports\x20=\x20config;','path','skipSessionName','../../helpers/performance/constants','maxWorkers','logLevel','INcwy','resolve','cjs','stop','ykrRt','../../helpers/accessibility-automation/helper','requireSeleniumWebdriver','455238EMtiOM','child\x20process\x20exited\x20with\x20code\x20','testTimeout','TJBYt','QniqP','MODULE','BksQm','BSTACK_JEST_TEST_ENV','initialize','Eroly','rmdirSync','SDK_SETUP','serial__','./test-observability/helper','isUndefined','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','arRpY','browserStackPercyOptions','retries__','stringify','join','accessibility','469116KRdKcc','errorMessage','FRAMEWORKS','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','isBrowserstackInfra','../../helpers/percy/utils','876058ZQZleR','EqYVp','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','mjs','LcheD','stXCB','parseTestOrchestrationOptions','pAack','debug','browserStackLogLevel','./test-observability/test-details','runner','USER_CONFIG_DETAILS_PATH','\x0a\x20\x20\x20\x20','Odhxu','util','jest_browserstack_results.json','SnwTE','Unable\x20to\x20find\x20jest-circus,\x20','parallels__','../../helpers/BrowserStackSetup','platform','unlinkSync','xlDqh','printBuildLink'];a14_0x5c25=function(){return _0x9ed757;};return a14_0x5c25();}(function(_0x55ea42,_0x4c384d){const _0x340f14=a14_0x2441,_0x4a360b=_0x55ea42();while(!![]){try{const _0x545df3=-parseInt(_0x340f14(0x222))/0x1*(parseInt(_0x340f14(0x1ed))/0x2)+-parseInt(_0x340f14(0x28d))/0x3+parseInt(_0x340f14(0x267))/0x4*(-parseInt(_0x340f14(0x22f))/0x5)+-parseInt(_0x340f14(0x23c))/0x6+-parseInt(_0x340f14(0x23e))/0x7+-parseInt(_0x340f14(0x213))/0x8*(parseInt(_0x340f14(0x1e7))/0x9)+-parseInt(_0x340f14(0x243))/0xa*(-parseInt(_0x340f14(0x22c))/0xb);if(_0x545df3===_0x4c384d)break;else _0x4a360b['push'](_0x4a360b['shift']());}catch(_0xcc80){_0x4a360b['push'](_0x4a360b['shift']());}}}(a14_0x5c25,0x6ce08));const fs=require('fs'),path=require(a14_0x595eae(0x281)),util=require(a14_0x595eae(0x1fc)),{spawn}=require(a14_0x595eae(0x23a)),logger=require(a14_0x595eae(0x220))['winstonLogger'],{default:BrowserStackSetup}=require(a14_0x595eae(0x201)),helper=require(a14_0x595eae(0x209)),utilities=require(a14_0x595eae(0x261)),constants=require(a14_0x595eae(0x249)),accessibilityHelper=require(a14_0x595eae(0x28b)),{updateTestRerunConfig}=require(a14_0x595eae(0x1de)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require(a14_0x595eae(0x1f7)),{getPercyOptions}=require(a14_0x595eae(0x1ec)),TestHubHandler=require(a14_0x595eae(0x266)),testhubUtils=require(a14_0x595eae(0x218)),{FRAMEWORKS}=require(a14_0x595eae(0x206)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x595eae(0x283))['EVENTS'],getUserJestConfigs=async(_0x5da704,_0x12092c)=>{const _0x5e81a8=a14_0x595eae,_0x48d08a={'UQOun':'jest-config/build/readConfigFileAndSetRootDir.js','FnoiF':_0x5e81a8(0x268),'Odhxu':function(_0xb833a6,_0x4588fc){return _0xb833a6||_0x4588fc;},'ZDSvJ':function(_0x5db969,_0x2ba1e6){return _0x5db969(_0x2ba1e6);},'ykrRt':_0x5e81a8(0x276),'GOAEf':_0x5e81a8(0x22e),'LcheD':_0x5e81a8(0x1f0),'oMeUg':_0x5e81a8(0x288),'LTAyf':_0x5e81a8(0x211)},_0x1d8d3e=helper[_0x5e81a8(0x231)](_0x48d08a['UQOun'],_0x48d08a[_0x5e81a8(0x248)]),_0x2989dc=_0x12092c[_0x5e81a8(0x21a)](_0x273d97=>_0x273d97===_0x5e81a8(0x250));if(!helper[_0x5e81a8(0x1df)](_0x5da704[_0x5e81a8(0x25a)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x5da704[_0x5e81a8(0x25a)]),process[_0x5e81a8(0x20f)]['USER_CONFIG_DETAILS_PATH']=_0x5da704[_0x5e81a8(0x25a)];const _0x5b5615=await(0x0,_0x1d8d3e[_0x5e81a8(0x27c)])(path[_0x5e81a8(0x287)](_0x5da704['config']));return _0x12092c['splice'](_0x2989dc,0x2),_0x48d08a[_0x5e81a8(0x1fb)](_0x5b5615,{});}const _0x6b3460=_0x48d08a[_0x5e81a8(0x239)](require,path[_0x5e81a8(0x1e5)](process['cwd'](),_0x48d08a[_0x5e81a8(0x28a)]));if(_0x6b3460[_0x5e81a8(0x24b)])return logger[_0x5e81a8(0x225)](_0x48d08a[_0x5e81a8(0x246)]),_0x6b3460['jest'];const _0x322f20=['js',_0x48d08a[_0x5e81a8(0x1f1)],_0x48d08a[_0x5e81a8(0x270)],_0x48d08a[_0x5e81a8(0x271)],'ts'];for(const _0x3d8f1d of _0x322f20){const _0x16b540=path[_0x5e81a8(0x1e5)](process['cwd'](),_0x5e81a8(0x273)+_0x3d8f1d);if(fs['existsSync'](_0x16b540)){process[_0x5e81a8(0x20f)][_0x5e81a8(0x1f9)]=_0x16b540;const _0x4124f6=await(0x0,_0x1d8d3e[_0x5e81a8(0x27c)])(_0x16b540);return _0x4124f6;}}return{};},getSerial=(_0x29d6d5,_0x4de916)=>{const _0x237850=a14_0x595eae,_0x595e4d={};_0x595e4d['TYUFt']=_0x237850(0x242),_0x595e4d[_0x237850(0x26a)]=function(_0x47b367,_0x2b7630){return _0x47b367>_0x2b7630;},_0x595e4d[_0x237850(0x21d)]=function(_0x50739d,_0x320764){return _0x50739d>_0x320764;},_0x595e4d[_0x237850(0x286)]=_0x237850(0x221);const _0x140622=_0x595e4d;let _0x2917c0=_0x140622[_0x237850(0x278)];return _0x140622[_0x237850(0x26a)](_0x29d6d5[_0x237850(0x214)],0x1)&&(!_0x4de916[_0x237850(0x241)]&&(helper['isUndefined'](_0x4de916['maxWorkers'])||_0x140622[_0x237850(0x21d)](_0x4de916['maxWorkers'],0x1)))&&(_0x2917c0=_0x140622['INcwy']),_0x2917c0;},getMaxWorkers=(_0x5dae69,_0xe55fbb,_0x401e3c)=>{const _0x48a05a=a14_0x595eae,_0x358c54={'EqYVp':function(_0x5f32a7,_0x2ca520){return _0x5f32a7(_0x2ca520);}};let _0x5ddd0e=0x1;if(!helper[_0x48a05a(0x1df)](_0xe55fbb['parallelsPerPlatform']))_0x5ddd0e=_0x358c54[_0x48a05a(0x1ee)](parseInt,_0xe55fbb[_0x48a05a(0x26c)]);else{if(!helper[_0x48a05a(0x1df)](_0x5dae69[_0x48a05a(0x284)]))_0x5ddd0e=_0x5dae69[_0x48a05a(0x284)];else!helper['isUndefined'](_0x401e3c['maxWorkers'])&&(_0x5ddd0e=_0x401e3c[_0x48a05a(0x284)]);}return _0x5ddd0e;};async function run(_0x6c9c08,_0x9f71ae,_0xa38695){const _0x373a31=a14_0x595eae,_0x32ec74={'VMMks':_0x373a31(0x21b),'arRpY':_0x373a31(0x24b),'BksQm':function(_0x5ba0fb,_0x1f54f8){return _0x5ba0fb(_0x1f54f8);},'NrABd':function(_0x28171a,_0x2f0a65){return _0x28171a!=_0x2f0a65;},'mhbfp':_0x373a31(0x242),'SnwTE':function(_0x5d86ca,_0x3cd3aa,_0x566653){return _0x5d86ca(_0x3cd3aa,_0x566653);},'pAack':_0x373a31(0x1ea),'VKEjR':function(_0x26b94b,_0x14fede){return _0x26b94b(_0x14fede);},'Eroly':function(_0x2732ea,_0xb72e27,_0xa3f61f,_0x463299){return _0x2732ea(_0xb72e27,_0xa3f61f,_0x463299);},'JHwrC':function(_0x1a0758,_0x1904cd){return _0x1a0758*_0x1904cd;},'hHZzL':function(_0x1c6803,_0x39e217){return _0x1c6803===_0x39e217;},'cEkhA':'jest_browserstack.config.cjs','traKy':_0x373a31(0x20b),'TJBYt':'customImplements','nAHix':_0x373a31(0x1fd),'fqDPf':'customTestRunner.js','UwzWk':_0x373a31(0x230),'zTWSt':'customEnvironment.js','RvXWm':_0x373a31(0x20a),'stXCB':_0x373a31(0x229),'oHcnA':'jest-circus','BQrxI':_0x373a31(0x23d),'rVNOq':'data-hooks.js','wNsKD':_0x373a31(0x219),'qOAiy':'test_before.setup.js','CdZEa':_0x373a31(0x253),'hxXKl':_0x373a31(0x27c),'tAddx':_0x373a31(0x1ef),'QniqP':'npx','nWXZS':_0x373a31(0x250),'NUDTS':_0x373a31(0x264),'CeHJv':_0x373a31(0x25c),'xlDqh':_0x373a31(0x255)};helper[_0x373a31(0x1eb)]()?(await _0xa38695[_0x373a31(0x295)](_0x6c9c08),await helper['handleApp'](_0xa38695[_0x373a31(0x25a)])):await _0xa38695['setupTCGAuth']();if(!_0xa38695[_0x373a31(0x25a)])return;_0x32ec74[_0x373a31(0x236)](_0xa38695[_0x373a31(0x25a)][_0x373a31(0x265)],null)?process[_0x373a31(0x20f)][_0x373a31(0x22d)]=_0xa38695[_0x373a31(0x25a)][_0x373a31(0x265)]:process['env'][_0x373a31(0x22d)]=_0x32ec74['mhbfp'];const _0x129bd9=await _0x32ec74['SnwTE'](getUserJestConfigs,_0x6c9c08,_0x9f71ae);logger[_0x373a31(0x225)](_0x32ec74[_0x373a31(0x1f4)]);const _0xfe329=Object[_0x373a31(0x251)]({},_0x129bd9);_0xfe329['testEnvironmentOptions']=Object['assign']({},_0xfe329[_0x373a31(0x256)],{'server':helper[_0x373a31(0x244)](_0xa38695[_0x373a31(0x25a)]),'environment':_0x129bd9[_0x373a31(0x274)]}),_0xfe329[_0x373a31(0x256)][_0x373a31(0x1e2)]=_0x32ec74[_0x373a31(0x258)](getPercyOptions,_0xa38695[_0x373a31(0x25a)]);const _0x404acd=helper[_0x373a31(0x224)](_0xa38695[_0x373a31(0x25a)]);!helper[_0x373a31(0x1df)](_0xa38695[_0x373a31(0x25a)]['accessibilityOptions'])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x373a31(0x1e4)](_0xa38695[_0x373a31(0x25a)]['accessibilityOptions']));const _0x2a47c=await TestHubHandler[_0x373a31(0x226)](FRAMEWORKS[_0x373a31(0x235)],_0xa38695),_0x562bb4=helper[_0x373a31(0x247)](_0xa38695['config'],_0x404acd,constants[_0x373a31(0x1e9)]['JEST']);let _0x5e62e7=_0xa38695['config'][_0x373a31(0x1e6)];_0x5e62e7=_0x5e62e7||accessibilityHelper[_0x373a31(0x20c)](_0xa38695['config']),process['env'][_0x373a31(0x24f)]=_0x5e62e7,_0xfe329[_0x373a31(0x256)][_0x373a31(0x23f)]=_0x562bb4,_0xfe329[_0x373a31(0x256)][_0x373a31(0x299)]=_0x32ec74[_0x373a31(0x1fe)](getSerial,_0x562bb4,_0x6c9c08),_0xfe329[_0x373a31(0x256)][_0x373a31(0x200)]=_0x32ec74[_0x373a31(0x296)](getMaxWorkers,_0x6c9c08,_0xa38695[_0x373a31(0x25a)],_0x129bd9),_0xfe329[_0x373a31(0x256)]['proxySettings']=_0xa38695['config'][_0x373a31(0x240)],_0xfe329['testEnvironmentOptions']['timeout__']=_0x32ec74[_0x373a31(0x215)](_0x6c9c08[_0x373a31(0x28f)],0x1)||0x1388,_0xfe329[_0x373a31(0x256)][_0x373a31(0x282)]=_0xa38695[_0x373a31(0x25a)][_0x373a31(0x21f)]['skipSessionName'],_0xfe329[_0x373a31(0x256)][_0x373a31(0x257)]=_0xa38695['config'][_0x373a31(0x21f)][_0x373a31(0x257)],_0xfe329[_0x373a31(0x256)][_0x373a31(0x1f6)]=_0xa38695[_0x373a31(0x25a)][_0x373a31(0x285)],_0xfe329[_0x373a31(0x256)]['turboScaleUrl']=_0xa38695[_0x373a31(0x25a)][_0x373a31(0x20d)],_0xfe329['testEnvironmentOptions']['platformCaps']=_0xa38695['config'][_0x373a31(0x26d)];const _0x4e859d=helper[_0x373a31(0x1f3)](_0xa38695[_0x373a31(0x25a)]);!helper[_0x373a31(0x21c)](_0x4e859d)&&helper[_0x373a31(0x259)](_0x4e859d[_0x373a31(0x20e)])&&(_0xfe329[_0x373a31(0x256)][_0x373a31(0x1e3)]=_0x4e859d[_0x373a31(0x20e)][_0x373a31(0x25d)]);let _0x258f94='';_0x32ec74[_0x373a31(0x216)](helper[_0x373a31(0x27f)](),constants['PACKAGE_TYPE'][_0x373a31(0x292)])?_0x258f94=_0x32ec74[_0x373a31(0x26f)]:_0x258f94=_0x32ec74[_0x373a31(0x25f)];const _0x3fefd7=_0x258f94,_0x1e74c3=path[_0x373a31(0x1e5)](__dirname,_0x32ec74['TJBYt'],_0x32ec74['nAHix']),_0x20c002=path['join'](__dirname,_0x32ec74[_0x373a31(0x290)],_0x32ec74[_0x373a31(0x238)]),_0x6296d3=path[_0x373a31(0x1e5)](__dirname,_0x32ec74[_0x373a31(0x290)],_0x32ec74[_0x373a31(0x245)]);_0xfe329['testEnvironment']&&(process[_0x373a31(0x20f)][_0x373a31(0x294)]=_0xfe329['testEnvironment']);_0xfe329[_0x373a31(0x274)]=path[_0x373a31(0x1e5)](__dirname,_0x32ec74[_0x373a31(0x290)],_0x32ec74['zTWSt']),_0xfe329[_0x373a31(0x1f8)]=_0x20c002,_0xfe329[_0x373a31(0x27e)]=_0xfe329[_0x373a31(0x27e)]||[],_0xfe329[_0x373a31(0x27e)][_0x373a31(0x260)](path[_0x373a31(0x1e5)](__dirname,_0x32ec74[_0x373a31(0x208)]));if(testhubUtils[_0x373a31(0x232)]()){let _0x2e1e85=null;try{_0x2e1e85=helper[_0x373a31(0x231)](_0x32ec74[_0x373a31(0x1f2)],_0x32ec74[_0x373a31(0x217)]);}catch(_0x161169){_0x32ec74[_0x373a31(0x258)](debug,_0x373a31(0x1ff)+_0x161169);}_0x2e1e85&&(_0xfe329[_0x373a31(0x27e)][_0x373a31(0x260)](path[_0x373a31(0x1e5)](__dirname,_0x32ec74[_0x373a31(0x24c)],_0x32ec74[_0x373a31(0x207)])),_0xfe329[_0x373a31(0x263)]=path[_0x373a31(0x1e5)](__dirname,_0x32ec74[_0x373a31(0x290)],_0x32ec74[_0x373a31(0x228)]));}_0xfe329[_0x373a31(0x27d)]=_0xfe329[_0x373a31(0x27d)]||[];try{helper[_0x373a31(0x28c)](),_0xfe329['setupFiles']['push'](path['join'](__dirname,_0x32ec74[_0x373a31(0x237)]));}catch{logger[_0x373a31(0x1f5)](_0x32ec74[_0x373a31(0x269)]);}_0xfe329[_0x373a31(0x25b)]=_0xfe329[_0x373a31(0x25b)]||[_0x32ec74['hxXKl']],_0x32ec74[_0x373a31(0x1fe)](updateTestRerunConfig,_0xfe329,_0xa38695);const _0x9a210b=fs['readFileSync'](_0x6296d3);fs[_0x373a31(0x227)](_0xfe329[_0x373a31(0x1f8)],_0x373a31(0x1fa)+_0x9a210b+_0x373a31(0x279)+_0xa38695[_0x373a31(0x25a)][_0x373a31(0x26d)][_0x373a31(0x214)]+_0x373a31(0x277)),logger['info'](_0x373a31(0x21e)+_0x3fefd7+_0x373a31(0x233)),fs[_0x373a31(0x227)](_0x3fefd7,_0x373a31(0x27b)+JSON[_0x373a31(0x1e4)](_0xfe329)+_0x373a31(0x280)),logger['info'](_0x32ec74[_0x373a31(0x23b)]);testhubUtils[_0x373a31(0x232)]()&&TestDetails[_0x373a31(0x26e)]();helper['filterBrowserstackArgs']({},_0x9f71ae),PerformanceTester['end'](PerformanceEvents[_0x373a31(0x298)]);const _0x30ea74=_0x32ec74[_0x373a31(0x296)](spawn,_0x32ec74[_0x373a31(0x291)],[_0x32ec74['arRpY'],_0x32ec74[_0x373a31(0x24e)],_0x3fefd7,..._0x9f71ae[_0x373a31(0x24d)](0x1)],{'shell':_0x32ec74[_0x373a31(0x216)](process[_0x373a31(0x202)],_0x32ec74['NUDTS']),'stdio':_0x32ec74[_0x373a31(0x26b)],'env':Object[_0x373a31(0x251)]({},process['env'])});_0x30ea74['on'](_0x32ec74[_0x373a31(0x204)],async _0x584a95=>{const _0x52fbef=_0x373a31;PerformanceTester[_0x52fbef(0x223)](PerformanceEvents[_0x52fbef(0x252)]);try{const {browserstackFolderPath:_0x55531c,tcgConfigPath:_0x543c19}=helper[_0x52fbef(0x25e)]();fs['unlinkSync'](_0x543c19),fs[_0x52fbef(0x297)](_0x55531c);}catch(_0x34ef7f){logger[_0x52fbef(0x1f5)](_0x32ec74[_0x52fbef(0x272)],_0x34ef7f);}process[_0x52fbef(0x27a)]=_0x584a95,logger[_0x52fbef(0x1f5)](_0x52fbef(0x28e)+_0x584a95),logger[_0x52fbef(0x225)](_0x52fbef(0x22b)+_0x3fefd7);let _0xf5f12a=null;if(fs[_0x52fbef(0x275)](_0x1e74c3)){_0xf5f12a=fs[_0x52fbef(0x234)](_0x1e74c3);try{_0xf5f12a=JSON[_0x52fbef(0x210)](_0xf5f12a);}catch(_0x2172df){logger[_0x52fbef(0x1f5)](_0x52fbef(0x24a)+_0x1e74c3+',\x20'+_0xf5f12a+_0x52fbef(0x22a)+_0x2172df);}fs[_0x52fbef(0x203)](_0x1e74c3);}fs[_0x52fbef(0x203)](_0x3fefd7),fs[_0x52fbef(0x203)](_0x20c002),_0xf5f12a&&(_0xa38695[_0x52fbef(0x1e8)]=helper[_0x52fbef(0x212)](_0xf5f12a,_0x32ec74[_0x52fbef(0x1e1)],_0xa38695));try{await TestHubHandler[_0x52fbef(0x289)]();}catch(_0x5d3f30){console[_0x52fbef(0x254)](_0x5d3f30),_0x32ec74[_0x52fbef(0x293)](debug,_0x52fbef(0x1e0)+util[_0x52fbef(0x262)](_0x5d3f30));}testOpsHelper[_0x52fbef(0x205)](),TestDetails['shutdown'](),await utilities['finalExecution'](_0xa38695);});}function a14_0x2441(_0x55738f,_0x1c18d4){const _0x5c253d=a14_0x5c25();return a14_0x2441=function(_0x2441b4,_0x5b9106){_0x2441b4=_0x2441b4-0x1de;let _0x5de6e8=_0x5c253d[_0x2441b4];return _0x5de6e8;},a14_0x2441(_0x55738f,_0x1c18d4);}module['exports']=run;
2
+ 'use strict';function a14_0x3691(_0x24a6b1,_0x3211ab){const _0x38bcc4=a14_0x38bc();return a14_0x3691=function(_0x36913f,_0x48cc08){_0x36913f=_0x36913f-0x18f;let _0x2049b1=_0x38bcc4[_0x36913f];return _0x2049b1;},a14_0x3691(_0x24a6b1,_0x3211ab);}const a14_0x422d8e=a14_0x3691;(function(_0x2e88e2,_0x32cc4a){const _0x35a9f0=a14_0x3691,_0x2282bb=_0x2e88e2();while(!![]){try{const _0x4de043=parseInt(_0x35a9f0(0x218))/0x1+-parseInt(_0x35a9f0(0x20f))/0x2+parseInt(_0x35a9f0(0x224))/0x3+-parseInt(_0x35a9f0(0x238))/0x4+parseInt(_0x35a9f0(0x1d1))/0x5+parseInt(_0x35a9f0(0x1b8))/0x6+parseInt(_0x35a9f0(0x1f4))/0x7;if(_0x4de043===_0x32cc4a)break;else _0x2282bb['push'](_0x2282bb['shift']());}catch(_0x32bf26){_0x2282bb['push'](_0x2282bb['shift']());}}}(a14_0x38bc,0x90c4f));const fs=require('fs'),path=require(a14_0x422d8e(0x1f1)),util=require(a14_0x422d8e(0x228)),{spawn}=require(a14_0x422d8e(0x227)),logger=require('../../helpers/logger')[a14_0x422d8e(0x1cf)],{default:BrowserStackSetup}=require(a14_0x422d8e(0x1fd)),helper=require(a14_0x422d8e(0x1dd)),utilities=require(a14_0x422d8e(0x1f5)),constants=require('../utils/constants'),accessibilityHelper=require(a14_0x422d8e(0x233)),{updateTestRerunConfig}=require(a14_0x422d8e(0x1c8)),testOpsHelper=require(a14_0x422d8e(0x190)),{debug}=require(a14_0x422d8e(0x190)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require('../../helpers/percy/utils'),TestHubHandler=require(a14_0x422d8e(0x1dc)),testhubUtils=require(a14_0x422d8e(0x1f8)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a14_0x422d8e(0x23b))['EVENTS'],getUserJestConfigs=async(_0x20ac80,_0x41d9a9)=>{const _0x14e05d=a14_0x422d8e,_0x4b8529={'wDkeG':_0x14e05d(0x23a),'hTPbI':_0x14e05d(0x194),'sIIWV':function(_0x10ef18,_0xc66d9){return _0x10ef18||_0xc66d9;},'fixtf':function(_0x120e40,_0x5a436a){return _0x120e40(_0x5a436a);},'zBokd':'package.json','vVohp':_0x14e05d(0x1ad),'igniz':_0x14e05d(0x203),'DUHtE':_0x14e05d(0x1ab),'MdbUS':_0x14e05d(0x213)},_0x34436a=helper[_0x14e05d(0x241)](_0x4b8529['wDkeG'],_0x4b8529[_0x14e05d(0x1a6)]),_0x1780b4=_0x41d9a9[_0x14e05d(0x236)](_0x5e2be6=>_0x5e2be6===_0x14e05d(0x19d));if(!helper[_0x14e05d(0x1ce)](_0x20ac80[_0x14e05d(0x200)])){logger['info'](_0x14e05d(0x1ea)+_0x20ac80[_0x14e05d(0x200)]),process[_0x14e05d(0x202)][_0x14e05d(0x1e6)]=_0x20ac80[_0x14e05d(0x200)];const _0xdafeb0=await(0x0,_0x34436a['default'])(path[_0x14e05d(0x1ca)](_0x20ac80[_0x14e05d(0x200)]));return _0x41d9a9['splice'](_0x1780b4,0x2),_0x4b8529['sIIWV'](_0xdafeb0,{});}const _0x376d53=_0x4b8529[_0x14e05d(0x21c)](require,path[_0x14e05d(0x229)](process[_0x14e05d(0x1a4)](),_0x4b8529['zBokd']));if(_0x376d53[_0x14e05d(0x234)])return logger['info'](_0x4b8529[_0x14e05d(0x198)]),_0x376d53[_0x14e05d(0x234)];const _0x376ee3=['js',_0x4b8529[_0x14e05d(0x226)],_0x4b8529[_0x14e05d(0x221)],_0x4b8529[_0x14e05d(0x1ba)],'ts'];for(const _0xc2c303 of _0x376ee3){const _0x53357f=path[_0x14e05d(0x229)](process[_0x14e05d(0x1a4)](),'jest.config.'+_0xc2c303);if(fs[_0x14e05d(0x1a1)](_0x53357f)){process['env'][_0x14e05d(0x1e6)]=_0x53357f;const _0x20e1c8=await(0x0,_0x34436a[_0x14e05d(0x19c)])(_0x53357f);return _0x20e1c8;}}return{};},getSerial=(_0x3420a3,_0x26d560)=>{const _0x2cd55a=a14_0x422d8e,_0x471c87={};_0x471c87['ZcNMo']=_0x2cd55a(0x1fa),_0x471c87['nlIZW']=function(_0x3c5143,_0x2e1ce4){return _0x3c5143>_0x2e1ce4;},_0x471c87[_0x2cd55a(0x21f)]=function(_0x3a71a1,_0x463d5d){return _0x3a71a1>_0x463d5d;},_0x471c87[_0x2cd55a(0x1c2)]=_0x2cd55a(0x1ef);const _0x5cf924=_0x471c87;let _0x4a693c=_0x5cf924[_0x2cd55a(0x1e0)];return _0x5cf924[_0x2cd55a(0x195)](_0x3420a3[_0x2cd55a(0x1d8)],0x1)&&(!_0x26d560[_0x2cd55a(0x1b0)]&&(helper[_0x2cd55a(0x1ce)](_0x26d560[_0x2cd55a(0x1bc)])||_0x5cf924[_0x2cd55a(0x21f)](_0x26d560[_0x2cd55a(0x1bc)],0x1)))&&(_0x4a693c=_0x5cf924[_0x2cd55a(0x1c2)]),_0x4a693c;},getMaxWorkers=(_0x3ba52c,_0x153276,_0x1aa93b)=>{const _0x5bc09b=a14_0x422d8e,_0x2c2f0b={'GeMHA':function(_0x3d5646,_0x1c28e5){return _0x3d5646(_0x1c28e5);}};let _0x43e89b=0x1;if(!helper[_0x5bc09b(0x1ce)](_0x153276[_0x5bc09b(0x217)]))_0x43e89b=_0x2c2f0b[_0x5bc09b(0x22e)](parseInt,_0x153276['parallelsPerPlatform']);else{if(!helper[_0x5bc09b(0x1ce)](_0x3ba52c[_0x5bc09b(0x1bc)]))_0x43e89b=_0x3ba52c['maxWorkers'];else!helper[_0x5bc09b(0x1ce)](_0x1aa93b['maxWorkers'])&&(_0x43e89b=_0x1aa93b['maxWorkers']);}return _0x43e89b;};async function run(_0xd76da6,_0x4b3866,_0x4c0f4b){const _0x3ef218=a14_0x422d8e,_0x22866a={'rqWQk':'error\x20removing\x20tcg\x20config\x20file','SNJug':'jest','BGaPK':function(_0x3e05e1,_0x188316){return _0x3e05e1(_0x188316);},'LiEzA':function(_0x15297b,_0xda8bf4){return _0x15297b!=_0xda8bf4;},'rRkWB':_0x3ef218(0x1fa),'BFSnt':function(_0x598bf2,_0x57c3a6,_0x8df9c){return _0x598bf2(_0x57c3a6,_0x8df9c);},'NtOli':_0x3ef218(0x239),'xBCYw':function(_0x2ce253,_0x26f833,_0x594f46,_0x5ac1cc){return _0x2ce253(_0x26f833,_0x594f46,_0x5ac1cc);},'jQFtS':function(_0x5c62ba,_0x13a6e1){return _0x5c62ba*_0x13a6e1;},'CeZeW':function(_0x39cdb4,_0x2e757d){return _0x39cdb4===_0x2e757d;},'FwNNx':_0x3ef218(0x22f),'EUXdK':_0x3ef218(0x20e),'aHbFP':_0x3ef218(0x19e),'fBvFe':_0x3ef218(0x1c1),'lMKVi':_0x3ef218(0x1d9),'ZhCNz':'customTestRunnerTemplate.js','mBwMb':_0x3ef218(0x205),'dhDTU':_0x3ef218(0x1bd),'NIYfB':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','NDCWm':_0x3ef218(0x1b7),'boeZP':_0x3ef218(0x19b),'vVDSD':_0x3ef218(0x1c5),'zasuv':'customCircus.js','bjsal':_0x3ef218(0x1f3),'AKjyG':_0x3ef218(0x1b4),'xeHTB':_0x3ef218(0x19c),'tdvir':function(_0x3cff1b,_0x561310,_0x1aca85){return _0x3cff1b(_0x561310,_0x1aca85);},'FZbEc':_0x3ef218(0x1a2),'Dhlmv':_0x3ef218(0x199),'fwhep':_0x3ef218(0x19d),'sGAxQ':_0x3ef218(0x1ae),'OZgdk':_0x3ef218(0x191),'bsVGv':_0x3ef218(0x1e7)};helper[_0x3ef218(0x208)]()?(await _0x4c0f4b[_0x3ef218(0x1c9)](_0xd76da6),await helper[_0x3ef218(0x23f)](_0x4c0f4b[_0x3ef218(0x200)])):await _0x4c0f4b[_0x3ef218(0x230)]();if(!_0x4c0f4b[_0x3ef218(0x200)])return;_0x22866a['LiEzA'](_0x4c0f4b['config'][_0x3ef218(0x210)],null)?process[_0x3ef218(0x202)][_0x3ef218(0x1af)]=_0x4c0f4b[_0x3ef218(0x200)][_0x3ef218(0x210)]:process[_0x3ef218(0x202)][_0x3ef218(0x1af)]=_0x22866a[_0x3ef218(0x231)];const _0x35bc6c=await _0x22866a[_0x3ef218(0x223)](getUserJestConfigs,_0xd76da6,_0x4b3866);logger[_0x3ef218(0x225)](_0x22866a[_0x3ef218(0x23e)]);const _0x5e73cc=Object['assign']({},_0x35bc6c);_0x5e73cc['testEnvironmentOptions']=Object[_0x3ef218(0x18f)]({},_0x5e73cc['testEnvironmentOptions'],{'server':helper['getHubUrl'](_0x4c0f4b['config']),'environment':_0x35bc6c[_0x3ef218(0x1b2)]}),_0x5e73cc['testEnvironmentOptions'][_0x3ef218(0x23c)]=_0x22866a[_0x3ef218(0x1ec)](getPercyOptions,_0x4c0f4b['config']);const _0x390905=helper['useW3C'](_0x4c0f4b[_0x3ef218(0x200)]);!helper[_0x3ef218(0x1ce)](_0x4c0f4b[_0x3ef218(0x200)]['accessibilityOptions'])&&(process[_0x3ef218(0x202)][_0x3ef218(0x1aa)]=JSON[_0x3ef218(0x1cc)](_0x4c0f4b[_0x3ef218(0x200)][_0x3ef218(0x1a7)]));const _0x20492d=await TestHubHandler[_0x3ef218(0x1d7)](FRAMEWORKS['JEST'],_0x4c0f4b),_0x37d200=helper[_0x3ef218(0x1c3)](_0x4c0f4b[_0x3ef218(0x200)],_0x390905,constants[_0x3ef218(0x1e8)]['JEST']);let _0x3b1c77=_0x4c0f4b[_0x3ef218(0x200)][_0x3ef218(0x1ff)];_0x3b1c77=_0x3b1c77||accessibilityHelper[_0x3ef218(0x1c6)](_0x4c0f4b[_0x3ef218(0x200)]),process[_0x3ef218(0x202)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3b1c77,_0x5e73cc['testEnvironmentOptions']['capabilities']=_0x37d200,_0x5e73cc[_0x3ef218(0x1b6)]['serial__']=_0x22866a[_0x3ef218(0x223)](getSerial,_0x37d200,_0xd76da6),_0x5e73cc['testEnvironmentOptions'][_0x3ef218(0x1a3)]=_0x22866a[_0x3ef218(0x1cb)](getMaxWorkers,_0xd76da6,_0x4c0f4b[_0x3ef218(0x200)],_0x35bc6c),_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x1c4)]=_0x4c0f4b['config'][_0x3ef218(0x1c4)],_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x1a5)]=_0x22866a[_0x3ef218(0x237)](_0xd76da6[_0x3ef218(0x21b)],0x1)||0x1388,_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x23d)]=_0x4c0f4b['config'][_0x3ef218(0x219)]['skipSessionName'],_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x1d6)]=_0x4c0f4b['config']['testContextOptions'][_0x3ef218(0x1d6)],_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x232)]=_0x4c0f4b[_0x3ef218(0x200)][_0x3ef218(0x1fb)],_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x1f0)]=_0x4c0f4b[_0x3ef218(0x200)]['turboScaleUrl'],_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x206)]=_0x4c0f4b['config'][_0x3ef218(0x209)];const _0x2aad2a=helper[_0x3ef218(0x1f9)](_0x4c0f4b[_0x3ef218(0x200)]);!helper[_0x3ef218(0x1f2)](_0x2aad2a)&&helper[_0x3ef218(0x1ac)](_0x2aad2a[_0x3ef218(0x1e5)])&&(_0x5e73cc[_0x3ef218(0x1b6)][_0x3ef218(0x1df)]=_0x2aad2a[_0x3ef218(0x1e5)][_0x3ef218(0x21e)]);let _0x5c6cf4='';_0x22866a[_0x3ef218(0x1bb)](helper[_0x3ef218(0x1e4)](),constants['PACKAGE_TYPE'][_0x3ef218(0x197)])?_0x5c6cf4=_0x22866a[_0x3ef218(0x1ed)]:_0x5c6cf4=_0x22866a['EUXdK'];const _0x23bea9=_0x5c6cf4,_0x3f0137=path[_0x3ef218(0x229)](__dirname,_0x22866a[_0x3ef218(0x21a)],_0x22866a[_0x3ef218(0x1b3)]),_0x12d708=path[_0x3ef218(0x229)](__dirname,_0x22866a['aHbFP'],_0x22866a[_0x3ef218(0x220)]),_0x353a46=path[_0x3ef218(0x229)](__dirname,_0x22866a['aHbFP'],_0x22866a['ZhCNz']);_0x5e73cc[_0x3ef218(0x1b2)]&&(process[_0x3ef218(0x202)][_0x3ef218(0x1cd)]=_0x5e73cc[_0x3ef218(0x1b2)]);_0x5e73cc[_0x3ef218(0x1b2)]=path['join'](__dirname,_0x22866a[_0x3ef218(0x21a)],_0x22866a[_0x3ef218(0x20c)]),_0x5e73cc['runner']=_0x12d708,_0x5e73cc[_0x3ef218(0x19a)]=_0x5e73cc[_0x3ef218(0x19a)]||[],_0x5e73cc[_0x3ef218(0x19a)][_0x3ef218(0x1d2)](path[_0x3ef218(0x229)](__dirname,_0x22866a[_0x3ef218(0x1b5)]));if(testhubUtils[_0x3ef218(0x20a)]()){let _0x1e65d4=null;try{_0x1e65d4=helper['requireModule'](_0x22866a[_0x3ef218(0x1be)],_0x22866a['NDCWm']);}catch(_0x5e0a87){_0x22866a['BGaPK'](debug,_0x3ef218(0x211)+_0x5e0a87);}_0x1e65d4&&(_0x5e73cc[_0x3ef218(0x19a)]['push'](path[_0x3ef218(0x229)](__dirname,_0x22866a[_0x3ef218(0x216)],_0x22866a[_0x3ef218(0x1de)])),_0x5e73cc['testRunner']=path[_0x3ef218(0x229)](__dirname,_0x22866a[_0x3ef218(0x21a)],_0x22866a[_0x3ef218(0x193)]));}_0x5e73cc[_0x3ef218(0x1b9)]=_0x5e73cc['setupFiles']||[];try{helper[_0x3ef218(0x20b)](),_0x5e73cc['setupFiles'][_0x3ef218(0x1d2)](path[_0x3ef218(0x229)](__dirname,_0x22866a[_0x3ef218(0x204)]));}catch{logger[_0x3ef218(0x240)](_0x22866a[_0x3ef218(0x1fe)]);}_0x5e73cc['reporters']=_0x5e73cc[_0x3ef218(0x1c0)]||[_0x22866a['xeHTB']],_0x22866a[_0x3ef218(0x214)](updateTestRerunConfig,_0x5e73cc,_0x4c0f4b);const _0x310912=fs['readFileSync'](_0x353a46);fs['writeFileSync'](_0x5e73cc['runner'],'\x0a\x20\x20\x20\x20'+_0x310912+_0x3ef218(0x222)+_0x4c0f4b['config'][_0x3ef218(0x209)][_0x3ef218(0x1d8)]+';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger['info']('Creating\x20'+_0x23bea9+_0x3ef218(0x22b)),fs[_0x3ef218(0x192)](_0x23bea9,_0x3ef218(0x1e9)+JSON['stringify'](_0x5e73cc)+'\x0amodule.exports\x20=\x20config;'),logger['info'](_0x22866a['FZbEc']);testhubUtils[_0x3ef218(0x20a)]()&&TestDetails[_0x3ef218(0x22c)]();helper[_0x3ef218(0x235)]({},_0x4b3866),PerformanceTester[_0x3ef218(0x207)](PerformanceEvents[_0x3ef218(0x22a)]);const _0x4e104d=_0x22866a['xBCYw'](spawn,_0x22866a[_0x3ef218(0x201)],[_0x22866a[_0x3ef218(0x1eb)],_0x22866a[_0x3ef218(0x19f)],_0x23bea9,..._0x4b3866[_0x3ef218(0x20d)](0x1)],{'shell':_0x22866a[_0x3ef218(0x1bb)](process[_0x3ef218(0x1fc)],_0x22866a[_0x3ef218(0x196)]),'stdio':_0x22866a[_0x3ef218(0x1d0)],'env':Object[_0x3ef218(0x18f)]({},process['env'])});_0x4e104d['on'](_0x22866a[_0x3ef218(0x1da)],async _0x4fba48=>{const _0x201bf9=_0x3ef218;PerformanceTester[_0x201bf9(0x1a9)](PerformanceEvents[_0x201bf9(0x22d)]);try{const {browserstackFolderPath:_0x57c344,tcgConfigPath:_0x23b8c5}=helper[_0x201bf9(0x1bf)]();fs[_0x201bf9(0x212)](_0x23b8c5),fs[_0x201bf9(0x1d3)](_0x57c344);}catch(_0x2339d8){logger[_0x201bf9(0x240)](_0x22866a[_0x201bf9(0x1d4)],_0x2339d8);}process[_0x201bf9(0x1b1)]=_0x4fba48,logger[_0x201bf9(0x240)](_0x201bf9(0x21d)+_0x4fba48),logger[_0x201bf9(0x225)](_0x201bf9(0x215)+_0x23bea9);let _0x28796e=null;if(fs[_0x201bf9(0x1a1)](_0x3f0137)){_0x28796e=fs[_0x201bf9(0x1e2)](_0x3f0137);try{_0x28796e=JSON[_0x201bf9(0x1a0)](_0x28796e);}catch(_0x4fb117){logger[_0x201bf9(0x240)]('Error\x20while\x20parsing\x20'+_0x3f0137+',\x20'+_0x28796e+_0x201bf9(0x1d5)+_0x4fb117);}fs[_0x201bf9(0x212)](_0x3f0137);}fs[_0x201bf9(0x212)](_0x23bea9),fs[_0x201bf9(0x212)](_0x12d708),_0x28796e&&(_0x4c0f4b[_0x201bf9(0x1f7)]=helper['getErrorMessageFromResults'](_0x28796e,_0x22866a[_0x201bf9(0x1eb)],_0x4c0f4b));try{await TestHubHandler[_0x201bf9(0x1db)]();}catch(_0x358a8b){console[_0x201bf9(0x1c7)](_0x358a8b),_0x22866a[_0x201bf9(0x1ec)](debug,_0x201bf9(0x1ee)+util[_0x201bf9(0x1e3)](_0x358a8b));}testOpsHelper[_0x201bf9(0x1a8)](),TestDetails['shutdown'](),await utilities[_0x201bf9(0x1e1)](_0x4c0f4b);});}function a14_0x38bc(){const _0x5352a0=['reporters','jest_browserstack_results.json','dQcpe','prepareCapabilities','proxySettings','data-hooks.js','checkAccessibilityPlatformConfig','log','./test-observability/helper','initialize','resolve','xBCYw','stringify','BSTACK_JEST_TEST_ENV','isUndefined','winstonLogger','OZgdk','489500tilXos','push','rmdirSync','rqWQk','\x20:\x20','skipSessionStatus','launchBuild','length','customTestRunner.js','bsVGv','stop','../../helpers/testhub/testhubHandler','../../helpers/helper','vVDSD','retries__','ZcNMo','finalExecution','readFileSync','format','getPackageType','retryTestsOnFailure','USER_CONFIG_DETAILS_PATH','close','FRAMEWORKS','const\x20config=','Getting\x20your\x20jest\x20configs\x20from\x20','SNJug','BGaPK','FwNNx','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','false','turboScaleUrl','path','isEmpty','test_before.setup.js','2788716wjJXZu','../../helpers/utilities','exports','errorMessage','../../helpers/testhub/utils','parseTestOrchestrationOptions','true','logLevel','platform','../../helpers/BrowserStackSetup','AKjyG','accessibility','config','Dhlmv','env','mjs','bjsal','customEnvironment.js','platformCaps','end','isBrowserstackInfra','platforms','shouldProcessEventForTesthub','requireSeleniumWebdriver','mBwMb','slice','jest_browserstack.config.js','2343632iUAvOZ','testObservability','Unable\x20to\x20find\x20jest-circus,\x20','unlinkSync','json','tdvir','Deleting\x20','boeZP','parallelsPerPlatform','282066pkdoEr','testContextOptions','aHbFP','testTimeout','fixtf','child\x20process\x20exited\x20with\x20code\x20','maxRetries','sEpFy','lMKVi','DUHtE','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','BFSnt','128451ImWfCm','info','igniz','child_process','util','join','SDK_SETUP','\x20with\x20browserstack\x20jest\x20configs','setup','SDK_CLEANUP','GeMHA','jest_browserstack.config.cjs','setupTCGAuth','rRkWB','browserStackLogLevel','../../helpers/accessibility-automation/helper','jest','filterBrowserstackArgs','findIndex','jQFtS','484120tZcWyU','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','jest-config/build/readConfigFileAndSetRootDir.js','../../helpers/performance/constants','browserStackPercyOptions','skipSessionName','NtOli','handleApp','debug','requireModule','assign','../../helpers/test-observability/utils','inherit','writeFileSync','zasuv','jest-config','nlIZW','sGAxQ','MODULE','vVohp','npx','setupFilesAfterEnv','test-observability','default','--config','customImplements','fwhep','parse','existsSync','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','parallels__','cwd','timeout__','hTPbI','accessibilityOptions','printBuildLink','start','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cjs','isNotUndefined','Getting\x20your\x20jest\x20configs\x20from\x20package.json','win32','BROWSERSTACK_TEST_OBSERVABILITY_YML','runInBand','exitCode','testEnvironment','fBvFe','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','dhDTU','testEnvironmentOptions','jest-circus','6387900AbAVBD','setupFiles','MdbUS','CeZeW','maxWorkers','jest.setup.js','NIYfB','getTCGConfigFilePaths'];a14_0x38bc=function(){return _0x5352a0;};return a14_0x38bc();}module[a14_0x422d8e(0x1f6)]=run;
@@ -1 +1 @@
1
- const a15_0x2123d5=a15_0x5466;(function(_0xfd5480,_0x2b026c){const _0x4cfa45=a15_0x5466,_0x3081cb=_0xfd5480();while(!![]){try{const _0xf03fe9=-parseInt(_0x4cfa45(0x144))/0x1*(parseInt(_0x4cfa45(0x143))/0x2)+-parseInt(_0x4cfa45(0x152))/0x3+parseInt(_0x4cfa45(0x156))/0x4*(-parseInt(_0x4cfa45(0x153))/0x5)+parseInt(_0x4cfa45(0x151))/0x6*(parseInt(_0x4cfa45(0x146))/0x7)+-parseInt(_0x4cfa45(0x148))/0x8*(-parseInt(_0x4cfa45(0x142))/0x9)+parseInt(_0x4cfa45(0x154))/0xa*(-parseInt(_0x4cfa45(0x150))/0xb)+parseInt(_0x4cfa45(0x155))/0xc*(parseInt(_0x4cfa45(0x14d))/0xd);if(_0xf03fe9===_0x2b026c)break;else _0x3081cb['push'](_0x3081cb['shift']());}catch(_0x22dc71){_0x3081cb['push'](_0x3081cb['shift']());}}}(a15_0x17d6,0xddae5));const path=require(a15_0x2123d5(0x140)),{requireModule}=require(a15_0x2123d5(0x145));function a15_0x17d6(){const _0x5e1a53=['1833DPlcMi','includes','jest-circus','14465kJrJXu','342234egNiKK','1942080fdlajS','555EOOFdK','10330ovzDPA','236124PeanjU','6436SUkFQI','function','customJestAdapterInit.js','requireInternalModule','path','default','238635eaDCjD','2cSNNgp','1714822mHAstX','../../../helpers/helper','77MztHtW','join','424qkewIg','bOrpA','zyKzE','jestAdapterInit','initRequireModule'];a15_0x17d6=function(){return _0x5e1a53;};return a15_0x17d6();}function a15_0x5466(_0x123927,_0x33f1a0){const _0x17d6ca=a15_0x17d6();return a15_0x5466=function(_0x54664c,_0x1e18f9){_0x54664c=_0x54664c-0x140;let _0x2459e2=_0x17d6ca[_0x54664c];return _0x2459e2;},a15_0x5466(_0x123927,_0x33f1a0);}let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js',a15_0x2123d5(0x14f));initJestAdapter=typeof initJestAdapter===a15_0x2123d5(0x157)?initJestAdapter:initJestAdapter[a15_0x2123d5(0x141)];const FRAMEWORK_INITIALIZER=path[a15_0x2123d5(0x147)](__dirname,a15_0x2123d5(0x158));module['exports']=(..._0x2c5244)=>{const _0x4cbbc9=a15_0x2123d5,_0x1b1a32={'bOrpA':_0x4cbbc9(0x14b),'zyKzE':function(_0x321133,_0x52b4d6){return _0x321133===_0x52b4d6;},'LSmTE':function(_0x20bb9d,..._0x57897b){return _0x20bb9d(..._0x57897b);}};return _0x2c5244[0x3][_0x4cbbc9(0x14c)]=_0x2c5244[0x3][_0x4cbbc9(0x159)],_0x2c5244[0x3][_0x4cbbc9(0x159)]=(..._0x4f5093)=>{const _0x203457=_0x4cbbc9;if(_0x4f5093[0x0]&&_0x4f5093[0x0][_0x203457(0x14e)](_0x1b1a32[_0x203457(0x149)])&&_0x1b1a32[_0x203457(0x14a)](_0x4f5093[0x1],undefined))return _0x2c5244[0x3][_0x203457(0x14c)](FRAMEWORK_INITIALIZER);return _0x2c5244[0x3][_0x203457(0x14c)](..._0x4f5093);},_0x1b1a32['LSmTE'](initJestAdapter,..._0x2c5244);};
1
+ const a15_0x9a3e64=a15_0x567b;(function(_0x129f4a,_0x1024c9){const _0x227dea=a15_0x567b,_0x3837e1=_0x129f4a();while(!![]){try{const _0x30bbe1=parseInt(_0x227dea(0xb9))/0x1*(-parseInt(_0x227dea(0xb2))/0x2)+-parseInt(_0x227dea(0xb6))/0x3+-parseInt(_0x227dea(0xaf))/0x4*(-parseInt(_0x227dea(0xac))/0x5)+parseInt(_0x227dea(0xa9))/0x6*(-parseInt(_0x227dea(0xbb))/0x7)+parseInt(_0x227dea(0xab))/0x8+-parseInt(_0x227dea(0xb0))/0x9*(parseInt(_0x227dea(0xaa))/0xa)+-parseInt(_0x227dea(0xb3))/0xb*(-parseInt(_0x227dea(0xbc))/0xc);if(_0x30bbe1===_0x1024c9)break;else _0x3837e1['push'](_0x3837e1['shift']());}catch(_0x25be97){_0x3837e1['push'](_0x3837e1['shift']());}}}(a15_0x50f7,0x516a3));const path=require(a15_0x9a3e64(0xba)),{requireModule}=require(a15_0x9a3e64(0xb7));let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js',a15_0x9a3e64(0xad));function a15_0x567b(_0x560acd,_0x3edb7b){const _0x50f749=a15_0x50f7();return a15_0x567b=function(_0x567b1c,_0x852c01){_0x567b1c=_0x567b1c-0xa9;let _0x2ec530=_0x50f749[_0x567b1c];return _0x2ec530;},a15_0x567b(_0x560acd,_0x3edb7b);}initJestAdapter=typeof initJestAdapter===a15_0x9a3e64(0xb5)?initJestAdapter:initJestAdapter[a15_0x9a3e64(0xb8)];const FRAMEWORK_INITIALIZER=path[a15_0x9a3e64(0xbe)](__dirname,a15_0x9a3e64(0xb1));function a15_0x50f7(){const _0x1003c6=['3955hgKQLH','jest-circus','exports','2488BfBCKK','9IVwhrz','customJestAdapterInit.js','140WslGvV','190795NfSaEc','jestAdapterInit','function','88305GspIuW','../../../helpers/helper','default','3727kzRwJh','path','7yZDTbz','420fnAHpa','initRequireModule','join','euwHI','requireInternalModule','2256054NQankJ','2099110dHuGdV','885144RzfjAp'];a15_0x50f7=function(){return _0x1003c6;};return a15_0x50f7();}module[a15_0x9a3e64(0xae)]=(..._0x49416a)=>{const _0x12616c=a15_0x9a3e64,_0x5c311a={'USnry':_0x12616c(0xb4),'gNasO':function(_0x3ad81d,_0x213524){return _0x3ad81d===_0x213524;},'euwHI':function(_0x326358,..._0xec4e28){return _0x326358(..._0xec4e28);}};return _0x49416a[0x3]['initRequireModule']=_0x49416a[0x3][_0x12616c(0xc0)],_0x49416a[0x3][_0x12616c(0xc0)]=(..._0x55932d)=>{const _0x21f1cc=_0x12616c;if(_0x55932d[0x0]&&_0x55932d[0x0]['includes'](_0x5c311a['USnry'])&&_0x5c311a['gNasO'](_0x55932d[0x1],undefined))return _0x49416a[0x3][_0x21f1cc(0xbd)](FRAMEWORK_INITIALIZER);return _0x49416a[0x3][_0x21f1cc(0xbd)](..._0x55932d);},_0x5c311a[_0x12616c(0xbf)](initJestAdapter,..._0x49416a);};
@@ -1 +1 @@
1
- const a16_0x19d013=a16_0x33d9;(function(_0x20be9b,_0x5de35c){const _0x13b0ff=a16_0x33d9,_0x112ad3=_0x20be9b();while(!![]){try{const _0x2e94e6=parseInt(_0x13b0ff(0x1ba))/0x1*(-parseInt(_0x13b0ff(0x182))/0x2)+parseInt(_0x13b0ff(0x173))/0x3+parseInt(_0x13b0ff(0x17a))/0x4*(-parseInt(_0x13b0ff(0x1af))/0x5)+-parseInt(_0x13b0ff(0x188))/0x6+-parseInt(_0x13b0ff(0x177))/0x7+parseInt(_0x13b0ff(0x189))/0x8*(parseInt(_0x13b0ff(0x17c))/0x9)+parseInt(_0x13b0ff(0x1ab))/0xa;if(_0x2e94e6===_0x5de35c)break;else _0x112ad3['push'](_0x112ad3['shift']());}catch(_0x32c37e){_0x112ad3['push'](_0x112ad3['shift']());}}}(a16_0x270e,0x8d452));const helper=require('../../../helpers/helper'),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x19d013(0x165)),RequestQueueHandler=require(a16_0x19d013(0x19e)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x19d013(0x178)),getTestEnvironment=((()=>{const _0x4cce4d=a16_0x19d013,_0x57d215={};_0x57d215[_0x4cce4d(0x199)]=_0x4cce4d(0x16b),_0x57d215[_0x4cce4d(0x193)]=_0x4cce4d(0x1a2);const _0x5d452a=_0x57d215;try{const _0x3be734=helper[_0x4cce4d(0x176)](_0x5d452a[_0x4cce4d(0x199)]);if(_0x3be734[_0x4cce4d(0x172)])return _0x3be734[_0x4cce4d(0x172)];const _0x1869ba=helper[_0x4cce4d(0x176)](_0x5d452a[_0x4cce4d(0x193)]);if(_0x1869ba[_0x4cce4d(0x18f)])return _0x1869ba[_0x4cce4d(0x18f)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x28fb76=a16_0x19d013,_0x2226a2={'EjcuK':function(_0x55fa50,_0x2578b6){return _0x55fa50(_0x2578b6);},'LjvyP':_0x28fb76(0x164),'gzDwl':_0x28fb76(0x183)},_0x5a1a32=_0x2226a2[_0x28fb76(0x1a0)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x28fb76(0x168)][_0x28fb76(0x18a)]||_0x2226a2[_0x28fb76(0x19d)]});if(!_0x5a1a32)return _0x2226a2[_0x28fb76(0x1a0)](_interopRequireDefault,helper['requireModule'](_0x2226a2[_0x28fb76(0x186)]));return _0x2226a2['EjcuK'](_interopRequireDefault,helper['requireModule'](_0x5a1a32));})()),_seleniumWebdriver2=((()=>{const _0x4501b6=a16_0x19d013,_0x3cc707={'pDSjC':function(_0x486f92,_0x572343){return _0x486f92(_0x572343);}};try{const _0xb0b9e7=helper[_0x4501b6(0x1b5)]();return helper[_0x4501b6(0x1a7)](),_0x3cc707[_0x4501b6(0x190)](_interopRequireDefault,_0xb0b9e7);}catch{return null;}})());function _interopRequireDefault(_0xd6cca4){return _0xd6cca4&&_0xd6cca4['__esModule']?_0xd6cca4:{'default':_0xd6cca4};}function a16_0x33d9(_0x5322a4,_0x325354){const _0x270eb0=a16_0x270e();return a16_0x33d9=function(_0x33d99b,_0x51ace9){_0x33d99b=_0x33d99b-0x163;let _0x34836a=_0x270eb0[_0x33d99b];return _0x34836a;},a16_0x33d9(_0x5322a4,_0x325354);}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x19d013(0x197)]['Builder']:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x19d013(0x197)]{constructor(_0x27f550){const _0x2bc4ca=a16_0x19d013,_0x93e998={'OGtgJ':_0x2bc4ca(0x18b),'nmJWb':_0x2bc4ca(0x17e),'uqUlG':function(_0x13a1d9,_0x179e18){return _0x13a1d9+_0x179e18;},'xQaLA':_0x2bc4ca(0x196),'tmsat':_0x2bc4ca(0x1b3),'rOLAP':_0x2bc4ca(0x19c),'VTYfE':_0x2bc4ca(0x17b),'tTWuV':function(_0x1c9df9,_0x2ef395){return _0x1c9df9(_0x2ef395);},'sYatd':'../../../index','xlgYb':_0x2bc4ca(0x191),'npjuI':_0x2bc4ca(0x1b7),'NupPd':_0x2bc4ca(0x194)};super(_0x27f550),this['global'][_0x2bc4ca(0x187)]=0x0,this[_0x2bc4ca(0x1b6)]={};!_0x27f550[_0x2bc4ca(0x1b3)]&&(_0x27f550[_0x2bc4ca(0x1b3)]={});if(helper[_0x2bc4ca(0x1b0)]()){const _0x398caf=_0x93e998[_0x2bc4ca(0x17d)][_0x2bc4ca(0x16d)]('|');let _0x33e2a2=0x0;while(!![]){switch(_0x398caf[_0x33e2a2++]){case'0':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x187)]=_0x93e998[_0x2bc4ca(0x16c)](this['configuration'][_0x2bc4ca(0x18d)],constants['BSTACK_DELTA']);continue;case'1':helper['isNotUndefined'](this['configuration']['retries__'])&&(this[_0x2bc4ca(0x170)][_0x2bc4ca(0x18e)]=this[_0x2bc4ca(0x1b6)][_0x2bc4ca(0x166)]);continue;case'2':this[_0x2bc4ca(0x175)]=_0x27f550[_0x2bc4ca(0x1b2)]?_0x27f550['projectConfig'][_0x2bc4ca(0x175)]:_0x27f550[_0x2bc4ca(0x175)];continue;case'3':this[_0x2bc4ca(0x1b6)]=_0x27f550[_0x2bc4ca(0x1b3)];continue;case'4':_0x27f550[_0x2bc4ca(0x1b3)]=_0x27f550['projectConfig']?_0x27f550[_0x2bc4ca(0x1b2)][_0x2bc4ca(0x1b3)]:_0x27f550[_0x2bc4ca(0x1b3)];continue;case'5':this['builder']=new _seleniumWebdriver2[(_0x2bc4ca(0x197))][(_0x2bc4ca(0x180))]();continue;}break;}}if(testhubUtils[_0x2bc4ca(0x1b9)]()){const _0x1c7326=new ObservabilityReporter();_0x1c7326['registerListeners']();}this[_0x2bc4ca(0x170)][_0x2bc4ca(0x169)]={},this['configuration'][_0x2bc4ca(0x1ac)]=constants[_0x2bc4ca(0x174)][_0x2bc4ca(0x171)];if(_seleniumWebdriver2){const _0x237ff3=_0x93e998[_0x2bc4ca(0x16a)][_0x2bc4ca(0x16d)]('|');let _0x408db8=0x0;while(!![]){switch(_0x237ff3[_0x408db8++]){case'0':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x16e)]=helper[_0x2bc4ca(0x1a5)](this[_0x2bc4ca(0x1b6)][_0x2bc4ca(0x1a3)]);continue;case'1':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x17b)]=helper[_0x2bc4ca(0x185)](_0x27f550,[_0x93e998[_0x2bc4ca(0x181)],_0x93e998[_0x2bc4ca(0x179)],_0x93e998['VTYfE']]);continue;case'2':this[_0x2bc4ca(0x170)]['__webdriver']=_0x93e998['tTWuV'](require,_0x93e998[_0x2bc4ca(0x1b4)])[_0x2bc4ca(0x1a1)]({...this[_0x2bc4ca(0x1b6)],'capability':this[_0x2bc4ca(0x175)]||{}},this,testhubUtils[_0x2bc4ca(0x1b9)]());continue;case'3':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x18c)]=async()=>{const _0x2382e5=_0x2bc4ca;await this[_0x2382e5(0x170)][_0x2382e5(0x1ae)][_0x2382e5(0x18b)](_0x93e998[_0x2382e5(0x19f)]);};continue;case'4':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x191)]=helper[_0x2bc4ca(0x185)](_0x27f550,[_0x93e998[_0x2bc4ca(0x181)],_0x93e998['rOLAP'],_0x93e998[_0x2bc4ca(0x1ad)]]);continue;case'5':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x1a8)]=(_0x27f550[_0x2bc4ca(0x1b2)]?_0x27f550[_0x2bc4ca(0x1b2)][_0x2bc4ca(0x1a8)]:_0x27f550[_0x2bc4ca(0x1a8)])||0x0;continue;case'6':helper[_0x2bc4ca(0x1a5)](this[_0x2bc4ca(0x1b6)][_0x2bc4ca(0x1b8)])?this[_0x2bc4ca(0x170)]['sessionNameProvided']=!![]:this[_0x2bc4ca(0x170)][_0x2bc4ca(0x192)]=![];continue;case'7':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x198)]=helper[_0x2bc4ca(0x185)](this[_0x2bc4ca(0x1b6)],[_0x93e998[_0x2bc4ca(0x163)],this[_0x2bc4ca(0x170)][_0x2bc4ca(0x1a8)]])||{};continue;case'8':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x194)]=helper['nestedKeyValue'](_0x27f550,[_0x93e998[_0x2bc4ca(0x181)],_0x93e998['rOLAP'],_0x93e998['NupPd']]);continue;case'9':this[_0x2bc4ca(0x170)][_0x2bc4ca(0x1aa)]=[];continue;}break;}}}async['teardown'](){const _0x1f3c7f=a16_0x19d013;_seleniumWebdriver2&&(await helper[_0x1f3c7f(0x167)](this[_0x1f3c7f(0x170)][_0x1f3c7f(0x195)]),this[_0x1f3c7f(0x170)][_0x1f3c7f(0x1a9)][_0x1f3c7f(0x180)]=originalBuilder),await RequestQueueHandler[_0x1f3c7f(0x1a4)]()[_0x1f3c7f(0x16f)]();}async[a16_0x19d013(0x1a6)](){}async[a16_0x19d013(0x19a)](_0x4e9e03,_0x318e9a){const _0x5a694d=a16_0x19d013,_0x466ce4={};_0x466ce4[_0x5a694d(0x1b1)]=function(_0x142bc8,_0x162496){return _0x142bc8===_0x162496;},_0x466ce4[_0x5a694d(0x184)]='test_start';const _0x485be5=_0x466ce4,{name:_0x69b3a4}=_0x4e9e03;_0x485be5[_0x5a694d(0x1b1)](_0x69b3a4,_0x485be5[_0x5a694d(0x184)])&&(this[_0x5a694d(0x170)]['testContext']=_0x4e9e03[_0x5a694d(0x17f)]);}}function a16_0x270e(){const _0xc18c79=['browserstackPercyBestPlatform','__driversArray','9|2|5|8|1|4|7|6|0|3','default','__platformCaps','Podni','handleTestEvent','exports','browserStackPercyOptions','LjvyP','../../../helpers/test-observability/requestQueueHandler','OGtgJ','EjcuK','browserstackAgentV2','jest-config','skipSessionStatus','getInstance','isTrue','setup','modifyCommand','browserstackPlatformIndex','__webdriver','__drivers','12240170sQwPaA','framework','xlgYb','driver','5DVWZfz','isBrowserstackInfra','vFSXS','projectConfig','testEnvironmentOptions','sYatd','requireSeleniumWebdriver','configuration','platformCaps','skipSessionName','shouldProcessEventForTesthub','1WtDyAN','npjuI','node','../../../helpers/test-observability/utils','retries__','cleanupDrivers','env','browserStackGlobals','xQaLA','jest-resolve','uqUlG','split','__skipSessionStatus','shutdown','global','JEST','resolveTestEnvironment','2266794tBdBru','FRAMEWORKS','capability','requireModule','716660Rdekmo','../../../helpers/testhub/utils','rOLAP','1577276jQhkjx','percy','3312rZHAQJ','nmJWb','4|5|3|2|0|1','test','Builder','tmsat','2262362gegBev','jest-environment-node','fqXdu','nestedKeyValue','gzDwl','__timeout','1988094WsCJvW','12136iFuBYN','BSTACK_JEST_TEST_ENV','quit','cleanup','timeout__','__jestRetries','getTestEnvironment','pDSjC','percyCaptureMode','sessionNameProvided','oJFpg'];a16_0x270e=function(){return _0xc18c79;};return a16_0x270e();}module[a16_0x19d013(0x19b)]=CustomEnvironment;
1
+ function a16_0x5782(_0xaad602,_0x1d4c69){const _0xd80e46=a16_0xd80e();return a16_0x5782=function(_0x578201,_0x24f4f6){_0x578201=_0x578201-0x74;let _0x206ddb=_0xd80e46[_0x578201];return _0x206ddb;},a16_0x5782(_0xaad602,_0x1d4c69);}function a16_0xd80e(){const _0x7b1945=['JEST','28dVYJOv','__webdriver','skipSessionName','getTestEnvironment','2742DGIlRp','jest-environment-node','shouldProcessEventForTesthub','5718vqssly','Builder','rKmbQ','isTrue','hsVee','skipSessionStatus','Phutb','sessionNameProvided','1819796ZCHcUX','split','retries__','../../../helpers/testhub/utils','percyCaptureMode','shutdown','env','../../../helpers/test-observability/utils','../test-observability/obsReporter','__drivers','qbGNF','0|4|3|5|1|2','browserstackPercyBestPlatform','207ZpTSqT','requireModule','driver','__timeout','jest-config','global','testEnvironmentOptions','pQhIJ','nestedKeyValue','316584oxFilP','__platformCaps','cleanup','browserStackPercyOptions','default','node','browserstackAgentV2','teardown','17768060TZZHjS','configuration','../../../helpers/test-observability/requestQueueHandler','BSTACK_DELTA','exports','registerListeners','browserstackPlatformIndex','resolveTestEnvironment','../../../helpers/helper','4|6|1|5|8|3|9|2|7|0','capability','setup','OBaNc','__driversArray','testContext','eCuFN','handleTestEvent','quit','1378619eilmje','MaduD','tcavP','CrXuF','cwd','timeout__','jIeLc','projectConfig','zZRMe','framework','aijNa','jest-resolve','browserStackGlobals','builder','__esModule','gkCIM','getInstance','16070OPIOBD','__jestRetries','modifyCommand','FRAMEWORKS','1948113QTrwXS'];a16_0xd80e=function(){return _0x7b1945;};return a16_0xd80e();}const a16_0x3a3ccb=a16_0x5782;(function(_0x2dd588,_0x592dcb){const _0x4c8d27=a16_0x5782,_0x399c02=_0x2dd588();while(!![]){try{const _0x5599d4=parseInt(_0x4c8d27(0xb1))/0x1+parseInt(_0x4c8d27(0x79))/0x2*(-parseInt(_0x4c8d27(0x8e))/0x3)+-parseInt(_0x4c8d27(0x81))/0x4+parseInt(_0x4c8d27(0xc2))/0x5*(parseInt(_0x4c8d27(0x76))/0x6)+-parseInt(_0x4c8d27(0xc8))/0x7*(-parseInt(_0x4c8d27(0x97))/0x8)+parseInt(_0x4c8d27(0xc6))/0x9+-parseInt(_0x4c8d27(0x9f))/0xa;if(_0x5599d4===_0x592dcb)break;else _0x399c02['push'](_0x399c02['shift']());}catch(_0xbdd7b3){_0x399c02['push'](_0x399c02['shift']());}}}(a16_0xd80e,0xc1a34));const helper=require(a16_0x3a3ccb(0xa7)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x3a3ccb(0x88)),RequestQueueHandler=require(a16_0x3a3ccb(0xa1)),ObservabilityReporter=require(a16_0x3a3ccb(0x89)),testhubUtils=require(a16_0x3a3ccb(0x84)),getTestEnvironment=((()=>{const _0x3a7f2b=a16_0x3a3ccb,_0x5cd311={};_0x5cd311[_0x3a7f2b(0xab)]=_0x3a7f2b(0xbc),_0x5cd311[_0x3a7f2b(0x95)]=_0x3a7f2b(0x92);const _0x171f4e=_0x5cd311;try{const _0x26041c=helper[_0x3a7f2b(0x8f)](_0x171f4e[_0x3a7f2b(0xab)]);if(_0x26041c[_0x3a7f2b(0xa6)])return _0x26041c[_0x3a7f2b(0xa6)];const _0x2b55b3=helper[_0x3a7f2b(0x8f)](_0x171f4e[_0x3a7f2b(0x95)]);if(_0x2b55b3[_0x3a7f2b(0x75)])return _0x2b55b3[_0x3a7f2b(0x75)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x5adb3c=a16_0x3a3ccb,_0x31961f={'rKmbQ':function(_0x190b27,_0x35349f){return _0x190b27(_0x35349f);},'MaduD':_0x5adb3c(0x9c),'JVQad':_0x5adb3c(0x77)},_0x26747d=_0x31961f[_0x5adb3c(0x7b)](getTestEnvironment,{'rootDir':process[_0x5adb3c(0xb5)](),'testEnvironment':process[_0x5adb3c(0x87)]['BSTACK_JEST_TEST_ENV']||_0x31961f[_0x5adb3c(0xb2)]});if(!_0x26747d)return _0x31961f['rKmbQ'](_interopRequireDefault,helper['requireModule'](_0x31961f['JVQad']));return _0x31961f[_0x5adb3c(0x7b)](_interopRequireDefault,helper[_0x5adb3c(0x8f)](_0x26747d));})()),_seleniumWebdriver2=((()=>{const _0x32d8c8=a16_0x3a3ccb,_0x50ae72={'WqTtA':function(_0x58c6cb,_0x19c611){return _0x58c6cb(_0x19c611);}};try{const _0x5d41e6=helper['requireSeleniumWebdriver']();return helper[_0x32d8c8(0xc4)](),_0x50ae72['WqTtA'](_interopRequireDefault,_0x5d41e6);}catch{return null;}})());function _interopRequireDefault(_0x4c7a11){const _0x13b968=a16_0x3a3ccb;return _0x4c7a11&&_0x4c7a11[_0x13b968(0xbf)]?_0x4c7a11:{'default':_0x4c7a11};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x3a3ccb(0x9b)][a16_0x3a3ccb(0x7a)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x3a3ccb(0x9b)]{constructor(_0x2f0699){const _0x44c152=a16_0x3a3ccb,_0x3faedd={'Phutb':_0x44c152(0xb0),'jIeLc':_0x44c152(0x8c),'qbGNF':function(_0x4c66e5,_0x33527e){return _0x4c66e5+_0x33527e;},'eCuFN':_0x44c152(0xa8),'CrXuF':_0x44c152(0x94),'tcavP':_0x44c152(0x9a),'EEozJ':_0x44c152(0x85),'HLzmz':_0x44c152(0x8d),'aijNa':function(_0x24889b,_0xea7560){return _0x24889b(_0xea7560);},'hsVee':'../../../index','ZCzHn':'percy','MpyPA':'platformCaps'};super(_0x2f0699),this[_0x44c152(0x93)][_0x44c152(0x91)]=0x0,this[_0x44c152(0xa0)]={};!_0x2f0699['testEnvironmentOptions']&&(_0x2f0699['testEnvironmentOptions']={});if(helper['isBrowserstackInfra']()){const _0x4f57e8=_0x3faedd[_0x44c152(0xb7)][_0x44c152(0x82)]('|');let _0x543417=0x0;while(!![]){switch(_0x4f57e8[_0x543417++]){case'0':_0x2f0699[_0x44c152(0x94)]=_0x2f0699['projectConfig']?_0x2f0699[_0x44c152(0xb8)][_0x44c152(0x94)]:_0x2f0699[_0x44c152(0x94)];continue;case'1':this['global'][_0x44c152(0x91)]=_0x3faedd[_0x44c152(0x8b)](this['configuration'][_0x44c152(0xb6)],constants[_0x44c152(0xa2)]);continue;case'2':helper['isNotUndefined'](this[_0x44c152(0xa0)][_0x44c152(0x83)])&&(this['global'][_0x44c152(0xc3)]=this[_0x44c152(0xa0)]['retries__']);continue;case'3':this[_0x44c152(0xa0)]=_0x2f0699[_0x44c152(0x94)];continue;case'4':this[_0x44c152(0xbe)]=new _seleniumWebdriver2[(_0x44c152(0x9b))][(_0x44c152(0x7a))]();continue;case'5':this[_0x44c152(0xa9)]=_0x2f0699[_0x44c152(0xb8)]?_0x2f0699[_0x44c152(0xb8)]['capability']:_0x2f0699[_0x44c152(0xa9)];continue;}break;}}if(testhubUtils[_0x44c152(0x78)]()){const _0x5d4d14=new ObservabilityReporter();_0x5d4d14[_0x44c152(0xa4)]();}this[_0x44c152(0x93)][_0x44c152(0xbd)]={},this[_0x44c152(0xa0)][_0x44c152(0xba)]=constants[_0x44c152(0xc5)][_0x44c152(0xc7)];if(_seleniumWebdriver2){const _0x24003f=_0x3faedd[_0x44c152(0xae)][_0x44c152(0x82)]('|');let _0x19ad61=0x0;while(!![]){switch(_0x24003f[_0x19ad61++]){case'0':this[_0x44c152(0x93)][_0x44c152(0x99)]=async()=>{const _0x344af9=_0x44c152;await this[_0x344af9(0x93)][_0x344af9(0x90)][_0x344af9(0xb0)](_0x3faedd[_0x344af9(0x7f)]);};continue;case'1':this['global'][_0x44c152(0xa5)]=(_0x2f0699[_0x44c152(0xb8)]?_0x2f0699[_0x44c152(0xb8)][_0x44c152(0xa5)]:_0x2f0699[_0x44c152(0xa5)])||0x0;continue;case'2':helper[_0x44c152(0x7c)](this['configuration'][_0x44c152(0x74)])?this[_0x44c152(0x93)][_0x44c152(0x80)]=!![]:this[_0x44c152(0x93)][_0x44c152(0x80)]=![];continue;case'3':this[_0x44c152(0x93)]['percyCaptureMode']=helper[_0x44c152(0x96)](_0x2f0699,[_0x3faedd[_0x44c152(0xb4)],_0x3faedd[_0x44c152(0xb3)],_0x3faedd['EEozJ']]);continue;case'4':this[_0x44c152(0x93)][_0x44c152(0x8a)]=[];continue;case'5':this[_0x44c152(0x93)][_0x44c152(0x8d)]=helper['nestedKeyValue'](_0x2f0699,[_0x3faedd['CrXuF'],_0x3faedd[_0x44c152(0xb3)],_0x3faedd['HLzmz']]);continue;case'6':this[_0x44c152(0x93)][_0x44c152(0xc9)]=_0x3faedd[_0x44c152(0xbb)](require,_0x3faedd[_0x44c152(0x7d)])[_0x44c152(0x9d)]({...this['configuration'],'capability':this[_0x44c152(0xa9)]||{}},this,testhubUtils[_0x44c152(0x78)]());continue;case'7':this['global']['__skipSessionStatus']=helper['isTrue'](this[_0x44c152(0xa0)][_0x44c152(0x7e)]);continue;case'8':this[_0x44c152(0x93)]['percy']=helper[_0x44c152(0x96)](_0x2f0699,[_0x3faedd[_0x44c152(0xb4)],_0x3faedd[_0x44c152(0xb3)],_0x3faedd['ZCzHn']]);continue;case'9':this[_0x44c152(0x93)][_0x44c152(0x98)]=helper[_0x44c152(0x96)](this[_0x44c152(0xa0)],[_0x3faedd['MpyPA'],this[_0x44c152(0x93)]['browserstackPlatformIndex']])||{};continue;}break;}}}async[a16_0x3a3ccb(0x9e)](){const _0x1d9adc=a16_0x3a3ccb;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x1d9adc(0x93)][_0x1d9adc(0xac)]),this[_0x1d9adc(0x93)][_0x1d9adc(0xc9)][_0x1d9adc(0x7a)]=originalBuilder),await RequestQueueHandler[_0x1d9adc(0xc1)]()[_0x1d9adc(0x86)]();}async[a16_0x3a3ccb(0xaa)](){}async[a16_0x3a3ccb(0xaf)](_0x6710e3,_0x4664d3){const _0x54069b=a16_0x3a3ccb,_0x4df154={};_0x4df154[_0x54069b(0xb9)]=function(_0x678a0,_0x5a841d){return _0x678a0===_0x5a841d;},_0x4df154[_0x54069b(0xc0)]='test_start';const _0x4fc7ce=_0x4df154,{name:_0x4ac378}=_0x6710e3;_0x4fc7ce[_0x54069b(0xb9)](_0x4ac378,_0x4fc7ce['gkCIM'])&&(this['global'][_0x54069b(0xad)]=_0x6710e3['test']);}}module[a16_0x3a3ccb(0xa3)]=CustomEnvironment;
@@ -1 +1 @@
1
- function a17_0x2da4(_0x168778,_0x29fcfd){const _0x299aae=a17_0x299a();return a17_0x2da4=function(_0x2da4e3,_0x3413d3){_0x2da4e3=_0x2da4e3-0xfd;let _0x1e7644=_0x299aae[_0x2da4e3];return _0x1e7644;},a17_0x2da4(_0x168778,_0x29fcfd);}const a17_0x3f0394=a17_0x2da4;(function(_0x393427,_0x2d006){const _0x174c6e=a17_0x2da4,_0x2774f5=_0x393427();while(!![]){try{const _0x28b800=parseInt(_0x174c6e(0x121))/0x1+-parseInt(_0x174c6e(0x142))/0x2+parseInt(_0x174c6e(0x10a))/0x3+parseInt(_0x174c6e(0x118))/0x4*(-parseInt(_0x174c6e(0x10f))/0x5)+-parseInt(_0x174c6e(0x13b))/0x6*(parseInt(_0x174c6e(0x138))/0x7)+-parseInt(_0x174c6e(0x126))/0x8*(-parseInt(_0x174c6e(0x107))/0x9)+parseInt(_0x174c6e(0x12a))/0xa;if(_0x28b800===_0x2d006)break;else _0x2774f5['push'](_0x2774f5['shift']());}catch(_0x48c10c){_0x2774f5['push'](_0x2774f5['shift']());}}}(a17_0x299a,0xd482a));const {requireModule}=require(a17_0x3f0394(0x14f)),ObservabilityReporter=require(a17_0x3f0394(0x14d)),RequestQueueHandler=require(a17_0x3f0394(0x13a)),TestDetails=require('../test-observability/test-details'),{patchConsoleLogger,debug}=require(a17_0x3f0394(0x130)),{o11yErrorHandler}=require(a17_0x3f0394(0x102)),{shouldProcessEventForTesthub}=require(a17_0x3f0394(0x12e)),testHubConstants=require(a17_0x3f0394(0x13d)),exportsI=requireModule(a17_0x3f0394(0xfd),a17_0x3f0394(0x10c)),initInitialize=exportsI[a17_0x3f0394(0xff)];exportsI['initialize']=(..._0x4ec44f)=>{const _0x355380=a17_0x3f0394,_0xb2136f={'WIHMp':function(_0x56ed82,_0x22440e,_0x3dd146){return _0x56ed82(_0x22440e,_0x3dd146);},'VlhYt':'jest-circus/build/utils.js','BkiEE':_0x355380(0x10c),'kpcPB':_0x355380(0x134),'sdVoC':function(_0xbb0ac9,_0x8e1a1){return _0xbb0ac9(_0x8e1a1);},'QYdhe':_0x355380(0x12f),'qvEjO':_0x355380(0x14c),'uxMOU':function(_0x8c0611,_0x450e4c){return _0x8c0611(_0x450e4c);},'jDshf':_0x355380(0x101),'TmLIh':'hook_failure','Ibqll':_0x355380(0x113),'Xiaqq':_0x355380(0x141),'AyUCO':_0x355380(0x14a),'JtDsC':function(_0x227f23,_0x33e11b){return _0x227f23>_0x33e11b;},'qknGQ':'test_start','GBvLP':function(_0x9e3bb6){return _0x9e3bb6();},'soBgN':_0x355380(0x112),'cGcAW':function(_0x525313,_0x37ecf5){return _0x525313(_0x37ecf5);},'ElBkk':_0x355380(0x139),'OUObl':function(_0x25cbc5,_0x1c5566){return _0x25cbc5(_0x1c5566);},'NcSmM':function(_0x320dd9){return _0x320dd9();},'uvMPd':_0x355380(0x140),'nwGir':_0x355380(0x11b),'JinjA':'teardown','TYwsg':function(_0x37a704){return _0x37a704();},'jyrvW':function(_0x4ef189){return _0x4ef189();},'aahSV':_0x355380(0x127),'MLvwx':_0x355380(0x105),'PyFAF':function(_0x1862fc,..._0x5be793){return _0x1862fc(..._0x5be793);}};try{const _0x1316ac=new ObservabilityReporter();_0xb2136f[_0x355380(0x150)](shouldProcessEventForTesthub)&&(_0xb2136f[_0x355380(0x10d)](patchConsoleLogger),_0x1316ac['registerListeners']()),_0xb2136f[_0x355380(0x150)](shouldProcessEventForTesthub)&&_0xb2136f[_0x355380(0x149)](requireModule,_0xb2136f[_0x355380(0x11e)],_0xb2136f[_0x355380(0x11c)])[_0x355380(0x104)](_0xb2136f['WIHMp'](o11yErrorHandler,async(_0x4168c9,_0x220dca)=>{const _0x1e46b4=_0x355380,_0x55dffb=_0xb2136f[_0x1e46b4(0x149)](requireModule,_0xb2136f[_0x1e46b4(0x146)],_0xb2136f[_0x1e46b4(0x11c)])[_0x1e46b4(0x133)];switch(_0x4168c9[_0x1e46b4(0x131)]){case _0xb2136f['kpcPB']:if(_0xb2136f['sdVoC'](shouldProcessEventForTesthub,testHubConstants[_0x1e46b4(0x136)][_0x1e46b4(0x117)])){if(!_0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x120)]){const _0x427c6f=TestDetails[_0x1e46b4(0x119)](process[_0x1e46b4(0x123)]+_0x1e46b4(0x128));_0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x120)]=_0x427c6f;}else _0x4168c9['hook'][_0x1e46b4(0x129)]&&(_0x4168c9['hook']['hookAnalyticsId']=TestDetails['setTestUUID'](process['pid']+':hookAnalyticsId'),delete _0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x129)]);_0x4168c9[_0x1e46b4(0x148)]['started_at']=new Date()[_0x1e46b4(0x147)](),await _0x1316ac['sendTestRunEvent'](_0x4168c9[_0x1e46b4(0x148)],undefined,![],_0xb2136f[_0x1e46b4(0x13c)]);}break;case _0xb2136f[_0x1e46b4(0x11a)]:_0xb2136f[_0x1e46b4(0x135)](shouldProcessEventForTesthub,testHubConstants[_0x1e46b4(0x136)][_0x1e46b4(0x14e)])&&(await _0x1316ac['sendTestRunEvent'](_0x4168c9['hook'],undefined,![],_0xb2136f['jDshf']),TestDetails['removeTestUUID'](process[_0x1e46b4(0x123)]+_0x1e46b4(0x128)));break;case _0xb2136f[_0x1e46b4(0x137)]:[_0xb2136f[_0x1e46b4(0x116)],_0xb2136f['Xiaqq'],_0xb2136f[_0x1e46b4(0x13f)]][_0x1e46b4(0x111)](_0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x10b)])&&(_0x1316ac['hook_failure']=_0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x10b)]),_0x220dca[_0x1e46b4(0x12d)]&&_0xb2136f[_0x1e46b4(0x132)](_0x220dca[_0x1e46b4(0x12d)][_0x1e46b4(0xfe)],0x0)&&(_0x4168c9[_0x1e46b4(0x148)][_0x1e46b4(0x110)]=[_0x220dca[_0x1e46b4(0x12d)][0x0][0x0]]);_0xb2136f[_0x1e46b4(0x11d)](shouldProcessEventForTesthub,testHubConstants[_0x1e46b4(0x136)]['HookFinished'])&&(await _0x1316ac[_0x1e46b4(0x144)](_0x4168c9[_0x1e46b4(0x148)],undefined,![],_0xb2136f[_0x1e46b4(0x13e)]),TestDetails[_0x1e46b4(0x145)](process[_0x1e46b4(0x123)]+_0x1e46b4(0x128)));break;case _0xb2136f['qknGQ']:_0xb2136f[_0x1e46b4(0x106)](shouldProcessEventForTesthub)&&await _0x1316ac['testStarted'](_0x4168c9[_0x1e46b4(0x125)]);break;case _0xb2136f['soBgN']:_0x4168c9[_0x1e46b4(0x125)]={..._0xb2136f['cGcAW'](_0x55dffb,_0x4168c9['test']),..._0x4168c9[_0x1e46b4(0x125)]};_0xb2136f['GBvLP'](shouldProcessEventForTesthub)&&(!_0x4168c9[_0x1e46b4(0x125)][_0x1e46b4(0x129)]&&(_0x4168c9['test'][_0x1e46b4(0x129)]=!![],await _0x1316ac[_0x1e46b4(0x144)](_0x4168c9[_0x1e46b4(0x125)])));break;case _0xb2136f[_0x1e46b4(0x12b)]:_0x4168c9[_0x1e46b4(0x125)]={..._0xb2136f[_0x1e46b4(0x10e)](_0x55dffb,_0x4168c9[_0x1e46b4(0x125)]),..._0x4168c9[_0x1e46b4(0x125)]};_0xb2136f[_0x1e46b4(0x108)](shouldProcessEventForTesthub)&&(!_0x4168c9[_0x1e46b4(0x125)][_0x1e46b4(0x129)]&&(_0x4168c9[_0x1e46b4(0x125)][_0x1e46b4(0x129)]=!![],await _0x1316ac['sendTestRunEvent'](_0x4168c9[_0x1e46b4(0x125)],undefined,![],_0xb2136f['uvMPd'])));break;case _0xb2136f[_0x1e46b4(0x109)]:_0x1316ac[_0x1e46b4(0x115)]=null;break;case _0xb2136f['JinjA']:await RequestQueueHandler['getInstance']()[_0x1e46b4(0x122)](),process['removeAllListeners']();break;default:}},_0xb2136f[_0x355380(0x114)]));}catch(_0xb0f161){_0xb2136f[_0x355380(0x135)](debug,_0x355380(0x14b)+_0xb0f161);}return _0xb2136f[_0x355380(0x12c)](initInitialize,..._0x4ec44f);};function a17_0x299a(){const _0x40a5d9=['errorsDetailed','includes','test_done','beforeAll','MLvwx','hook_failure','Ibqll','HookStarted','4TBAklw','setTestUUID','qvEjO','run_describe_finish','BkiEE','sdVoC','aahSV','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','hookAnalyticsId','967335NaKaws','shutdown','pid','forEach','test','24piyAtv','jest-circus/build/state.js',':hookAnalyticsId','markedStatus','12893510rIgajr','ElBkk','PyFAF','unhandledErrors','../../../helpers/testhub/utils','HookRunStarted','../../../helpers/test-observability/utils','name','JtDsC','makeSingleTestResult','hook_start','uxMOU','EVENT','TmLIh','77vpdmBw','test_skip','../../../helpers/test-observability/requestQueueHandler','42318zPMoIe','QYdhe','../../../helpers/testhub/constants','jDshf','AyUCO','TestRunSkipped','beforeEach','2324264Kijfvo','PTigw','sendTestRunEvent','removeTestUUID','VlhYt','toISOString','hook','WIHMp','afterEach','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','hook_success','../test-observability/obsReporter','HookFinished','../../../helpers/helper','TYwsg','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','length','initialize','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','HookRunFinished','../../../helpers/test-observability/error-handler','keys','addEventHandler','EventHandler','GBvLP','1205784qrxFya','NcSmM','nwGir','1034874HMXIeZ','type','jest-circus','jyrvW','OUObl','4467075OQMUfW'];a17_0x299a=function(){return _0x40a5d9;};return a17_0x299a();}try{Object[a17_0x3f0394(0x103)](exportsI)[a17_0x3f0394(0x124)](_0x2b8a36=>{const _0x14ad38=a17_0x3f0394,_0x41d3ba={'PTigw':function(_0x13c784,_0xa5969d){return _0x13c784(_0xa5969d);}};try{exports&&(exports[_0x2b8a36]=exportsI[_0x2b8a36]);}catch(_0x2452e7){_0x41d3ba[_0x14ad38(0x143)](debug,_0x14ad38(0x11f)+_0x2452e7);}});}catch(a17_0x44ce11){debug(a17_0x3f0394(0x100)+a17_0x44ce11);}
1
+ const a17_0x14eed7=a17_0x5ef3;function a17_0x1b27(){const _0x547061=['../../../helpers/test-observability/utils','run_describe_finish','jest-circus/build/state.js','ncWAD','vMMBf','fQYqL','HookStarted','test_skip','beforeAll','test','qEiCR','hook','HookFinished','1070550FceTZc','162564Gouehg','qfXei',':hookAnalyticsId','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','hook_start','IAVGj','gbktT','../test-observability/obsReporter','asCDe','kHFpx','beforeEach','cDFED','xLlJr','setTestUUID','jest-circus','../../../helpers/test-observability/error-handler','sWTRR','7633850ZBtiEY','keys','afterEach','EYfvj','CCbqA','addEventHandler','unhandledErrors','registerListeners','mwzLS','mwGmm','teardown','HookRunFinished','sendTestRunEvent','gcRek','initialize','gINgI','cToHL','hookAnalyticsId','removeTestUUID','2507996ZrDjJm','markedStatus','19655geVZYc','../../../helpers/testhub/constants','../test-observability/test-details','UiwSY','3860688YzpbIt','hook_failure','2YEoapf','HookRunStarted','jest-circus/build/utils.js','ewIai','makeSingleTestResult','../../../helpers/testhub/utils','toISOString','snrjK','438FCsmwB','CjZbz','test_start','../../../helpers/helper','3YCIemq','test_done','EVENT','name','lyuPt','length','forEach','pid','../../../helpers/test-observability/requestQueueHandler','TestRunSkipped','SrBXq','11QCusqK','6425730omHDsk','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'];a17_0x1b27=function(){return _0x547061;};return a17_0x1b27();}(function(_0x2ca686,_0x4c5296){const _0x127719=a17_0x5ef3,_0x501381=_0x2ca686();while(!![]){try{const _0xd7dcdd=parseInt(_0x127719(0xf2))/0x1*(-parseInt(_0x127719(0x11e))/0x2)+-parseInt(_0x127719(0xd6))/0x3*(parseInt(_0x127719(0x116))/0x4)+-parseInt(_0x127719(0x118))/0x5*(-parseInt(_0x127719(0xd2))/0x6)+parseInt(_0x127719(0x103))/0x7+-parseInt(_0x127719(0x11c))/0x8+-parseInt(_0x127719(0xf1))/0x9+-parseInt(_0x127719(0xe2))/0xa*(-parseInt(_0x127719(0xe1))/0xb);if(_0xd7dcdd===_0x4c5296)break;else _0x501381['push'](_0x501381['shift']());}catch(_0x139be7){_0x501381['push'](_0x501381['shift']());}}}(a17_0x1b27,0x998fb));const {requireModule}=require(a17_0x14eed7(0xd5)),ObservabilityReporter=require(a17_0x14eed7(0xf9)),RequestQueueHandler=require(a17_0x14eed7(0xde)),TestDetails=require(a17_0x14eed7(0x11a)),{patchConsoleLogger,debug}=require(a17_0x14eed7(0xe4)),{o11yErrorHandler}=require(a17_0x14eed7(0x101)),{shouldProcessEventForTesthub}=require(a17_0x14eed7(0xcf)),testHubConstants=require(a17_0x14eed7(0x119)),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js',a17_0x14eed7(0x100)),initInitialize=exportsI[a17_0x14eed7(0x111)];function a17_0x5ef3(_0x23760c,_0x5ed639){const _0x1b2711=a17_0x1b27();return a17_0x5ef3=function(_0x5ef368,_0x145084){_0x5ef368=_0x5ef368-0xce;let _0x69f77f=_0x1b2711[_0x5ef368];return _0x69f77f;},a17_0x5ef3(_0x23760c,_0x5ed639);}exportsI[a17_0x14eed7(0x111)]=(..._0x4d30ce)=>{const _0x3e6b94=a17_0x14eed7,_0x506179={'IAVGj':function(_0x47d1e0,_0x38e3c6,_0x4406d9){return _0x47d1e0(_0x38e3c6,_0x4406d9);},'vMMBf':_0x3e6b94(0x120),'kHFpx':_0x3e6b94(0x100),'UiwSY':_0x3e6b94(0xf6),'sWTRR':function(_0x41d38c,_0x52ae58){return _0x41d38c(_0x52ae58);},'snrjK':_0x3e6b94(0x11f),'cDFED':'hook_success','mwzLS':_0x3e6b94(0x10e),'cKZUk':_0x3e6b94(0x11d),'mwGmm':_0x3e6b94(0xec),'SrBXq':_0x3e6b94(0xfc),'ewIai':_0x3e6b94(0x105),'xLlJr':function(_0x1e931a,_0x3d6fe5){return _0x1e931a>_0x3d6fe5;},'gcRek':function(_0x59f965,_0x4be257){return _0x59f965(_0x4be257);},'WReLa':_0x3e6b94(0xd4),'gINgI':function(_0x110587){return _0x110587();},'LKAbR':_0x3e6b94(0xd7),'fQYqL':function(_0x437cb4,_0x11605e){return _0x437cb4(_0x11605e);},'lyuPt':function(_0x18a68f){return _0x18a68f();},'ncWAD':_0x3e6b94(0xeb),'fYvoJ':_0x3e6b94(0xdf),'CjZbz':_0x3e6b94(0xe5),'qfXei':_0x3e6b94(0x10d),'gbktT':function(_0x6c299e){return _0x6c299e();},'qEiCR':function(_0x3d3221){return _0x3d3221();},'cToHL':function(_0x17bb6e,_0x37223,_0x3be68d){return _0x17bb6e(_0x37223,_0x3be68d);},'WeIjp':_0x3e6b94(0xe6),'asCDe':'EventHandler','EYfvj':function(_0x2e9e93,_0x145895){return _0x2e9e93(_0x145895);}};try{const _0x318360=new ObservabilityReporter();_0x506179[_0x3e6b94(0xf8)](shouldProcessEventForTesthub)&&(_0x506179[_0x3e6b94(0xda)](patchConsoleLogger),_0x318360[_0x3e6b94(0x10a)]()),_0x506179[_0x3e6b94(0xee)](shouldProcessEventForTesthub)&&_0x506179[_0x3e6b94(0x113)](requireModule,_0x506179['WeIjp'],_0x506179['kHFpx'])[_0x3e6b94(0x108)](_0x506179[_0x3e6b94(0xf7)](o11yErrorHandler,async(_0x2441d8,_0x582948)=>{const _0x4e32e1=_0x3e6b94,_0x4399e3=_0x506179[_0x4e32e1(0xf7)](requireModule,_0x506179[_0x4e32e1(0xe8)],_0x506179[_0x4e32e1(0xfb)])[_0x4e32e1(0xce)];switch(_0x2441d8[_0x4e32e1(0xd9)]){case _0x506179[_0x4e32e1(0x11b)]:if(_0x506179[_0x4e32e1(0x102)](shouldProcessEventForTesthub,testHubConstants[_0x4e32e1(0xd8)][_0x4e32e1(0xea)])){if(!_0x2441d8[_0x4e32e1(0xef)][_0x4e32e1(0x114)]){const _0xf9a23=TestDetails[_0x4e32e1(0xff)](process[_0x4e32e1(0xdd)]+_0x4e32e1(0xf4));_0x2441d8[_0x4e32e1(0xef)]['hookAnalyticsId']=_0xf9a23;}else _0x2441d8[_0x4e32e1(0xef)][_0x4e32e1(0x117)]&&(_0x2441d8[_0x4e32e1(0xef)]['hookAnalyticsId']=TestDetails[_0x4e32e1(0xff)](process[_0x4e32e1(0xdd)]+_0x4e32e1(0xf4)),delete _0x2441d8['hook']['markedStatus']);_0x2441d8[_0x4e32e1(0xef)]['started_at']=new Date()[_0x4e32e1(0xd0)](),await _0x318360[_0x4e32e1(0x10f)](_0x2441d8[_0x4e32e1(0xef)],undefined,![],_0x506179[_0x4e32e1(0xd1)]);}break;case _0x506179[_0x4e32e1(0xfd)]:_0x506179[_0x4e32e1(0x102)](shouldProcessEventForTesthub,testHubConstants['EVENT']['HookFinished'])&&(await _0x318360[_0x4e32e1(0x10f)](_0x2441d8[_0x4e32e1(0xef)],undefined,![],_0x506179[_0x4e32e1(0x10b)]),TestDetails[_0x4e32e1(0x115)](process['pid']+_0x4e32e1(0xf4)));break;case _0x506179['cKZUk']:[_0x506179[_0x4e32e1(0x10c)],_0x506179[_0x4e32e1(0xe0)],_0x506179[_0x4e32e1(0x121)]]['includes'](_0x2441d8[_0x4e32e1(0xef)]['type'])&&(_0x318360[_0x4e32e1(0x11d)]=_0x2441d8['hook']['type']),_0x582948[_0x4e32e1(0x109)]&&_0x506179[_0x4e32e1(0xfe)](_0x582948[_0x4e32e1(0x109)][_0x4e32e1(0xdb)],0x0)&&(_0x2441d8['hook']['errorsDetailed']=[_0x582948[_0x4e32e1(0x109)][0x0][0x0]]);_0x506179[_0x4e32e1(0x110)](shouldProcessEventForTesthub,testHubConstants[_0x4e32e1(0xd8)][_0x4e32e1(0xf0)])&&(await _0x318360[_0x4e32e1(0x10f)](_0x2441d8[_0x4e32e1(0xef)],undefined,![],_0x506179[_0x4e32e1(0x10b)]),TestDetails[_0x4e32e1(0x115)](process[_0x4e32e1(0xdd)]+_0x4e32e1(0xf4)));break;case _0x506179['WReLa']:_0x506179[_0x4e32e1(0x112)](shouldProcessEventForTesthub)&&await _0x318360['testStarted'](_0x2441d8['test']);break;case _0x506179['LKAbR']:_0x2441d8['test']={..._0x506179[_0x4e32e1(0xe9)](_0x4399e3,_0x2441d8[_0x4e32e1(0xed)]),..._0x2441d8['test']};_0x506179[_0x4e32e1(0xda)](shouldProcessEventForTesthub)&&(!_0x2441d8[_0x4e32e1(0xed)][_0x4e32e1(0x117)]&&(_0x2441d8[_0x4e32e1(0xed)][_0x4e32e1(0x117)]=!![],await _0x318360[_0x4e32e1(0x10f)](_0x2441d8[_0x4e32e1(0xed)])));break;case _0x506179[_0x4e32e1(0xe7)]:_0x2441d8[_0x4e32e1(0xed)]={..._0x506179[_0x4e32e1(0x110)](_0x4399e3,_0x2441d8[_0x4e32e1(0xed)]),..._0x2441d8[_0x4e32e1(0xed)]};_0x506179['gINgI'](shouldProcessEventForTesthub)&&(!_0x2441d8['test'][_0x4e32e1(0x117)]&&(_0x2441d8[_0x4e32e1(0xed)][_0x4e32e1(0x117)]=!![],await _0x318360[_0x4e32e1(0x10f)](_0x2441d8[_0x4e32e1(0xed)],undefined,![],_0x506179['fYvoJ'])));break;case _0x506179[_0x4e32e1(0xd3)]:_0x318360[_0x4e32e1(0x11d)]=null;break;case _0x506179[_0x4e32e1(0xf3)]:await RequestQueueHandler['getInstance']()['shutdown'](),process['removeAllListeners']();break;default:}},_0x506179[_0x3e6b94(0xfa)]));}catch(_0x24ed83){_0x506179[_0x3e6b94(0x106)](debug,_0x3e6b94(0xe3)+_0x24ed83);}return _0x506179['fQYqL'](initInitialize,..._0x4d30ce);};try{Object[a17_0x14eed7(0x104)](exportsI)[a17_0x14eed7(0xdc)](_0xb9df96=>{const _0x26e69a=a17_0x14eed7,_0x2a882c={'CCbqA':function(_0x42c590,_0x36fb7f){return _0x42c590(_0x36fb7f);}};try{exports&&(exports[_0xb9df96]=exportsI[_0xb9df96]);}catch(_0x320c15){_0x2a882c[_0x26e69a(0x107)](debug,_0x26e69a(0xf5)+_0x320c15);}});}catch(a17_0x23cfc6){debug('Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20'+a17_0x23cfc6);}
@@ -1 +1 @@
1
- 'use strict';const a18_0x53d17a=a18_0x55a7;(function(_0x17ca8b,_0x540b58){const _0x4805c6=a18_0x55a7,_0x15c5dd=_0x17ca8b();while(!![]){try{const _0x2ad959=-parseInt(_0x4805c6(0x13a))/0x1*(-parseInt(_0x4805c6(0x13d))/0x2)+parseInt(_0x4805c6(0x129))/0x3*(-parseInt(_0x4805c6(0x131))/0x4)+-parseInt(_0x4805c6(0x137))/0x5+parseInt(_0x4805c6(0x12f))/0x6+-parseInt(_0x4805c6(0x12a))/0x7*(parseInt(_0x4805c6(0x13f))/0x8)+parseInt(_0x4805c6(0x12e))/0x9+-parseInt(_0x4805c6(0x123))/0xa*(-parseInt(_0x4805c6(0x139))/0xb);if(_0x2ad959===_0x540b58)break;else _0x15c5dd['push'](_0x15c5dd['shift']());}catch(_0xd67834){_0x15c5dd['push'](_0x15c5dd['shift']());}}}(a18_0x2cf2,0xbc8fe));function a18_0x55a7(_0x2c1bf9,_0x488dc3){const _0x2cf29c=a18_0x2cf2();return a18_0x55a7=function(_0x55a7d6,_0x5bf2d6){_0x55a7d6=_0x55a7d6-0x121;let _0x371a07=_0x2cf29c[_0x55a7d6];return _0x371a07;},a18_0x55a7(_0x2c1bf9,_0x488dc3);}const {requireModule,isBrowserstackInfra}=require(a18_0x53d17a(0x141)),a18_0xfd99c1={};a18_0xfd99c1['value']=!![],Object[a18_0x53d17a(0x127)](exports,a18_0x53d17a(0x135),a18_0xfd99c1),exports[a18_0x53d17a(0x13e)]=void 0x0;function a18_0x2cf2(){const _0xc3e52=['7290885Hypnwy','forEach','false','push','10639773HfcBhG','1452954ceySdO','context','8vxDKWO','config','capabilities','_globalConfig','__esModule','serial','5482590DmVuoW','testEnvironmentOptions','2120921VrQgOU','7ZWSnWI','serial__','parallels__','347946QHvjeC','default','8WtAmGR','QEsDn','../../../helpers/helper','runTests','foGZm','freeze','60vgjcRQ','length','exports','WhnuP','defineProperty','qLsbU','1332915dryvnV'];a18_0x2cf2=function(){return _0xc3e52;};return a18_0x2cf2();}function _interopRequireDefault(_0x26ba11){return _0x26ba11&&_0x26ba11['__esModule']?_0x26ba11:{'default':_0x26ba11};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))[a18_0x53d17a(0x13e)];class TestRunner extends JestRunner{constructor(..._0x5528f4){super(..._0x5528f4);}[a18_0x53d17a(0x142)](..._0x19fbfd){const _0x2ec7d4=a18_0x53d17a,_0x79cff={'WhnuP':function(_0x134f44){return _0x134f44();},'hkPVx':function(_0x4a0848,_0x43239a){return _0x4a0848-_0x43239a;},'QEsDn':function(_0x3a4fe2,_0x50839a){return _0x3a4fe2*_0x50839a;},'foGZm':function(_0x2a18ba,_0x1d8b46){return _0x2a18ba===_0x1d8b46;},'xmrZx':_0x2ec7d4(0x12c),'qLsbU':function(_0xeb976d,_0x1f2e3c){return _0xeb976d<_0x1f2e3c;}};if(!_0x79cff[_0x2ec7d4(0x126)](isBrowserstackInfra))return super[_0x2ec7d4(0x142)](..._0x19fbfd);const _0x2024c5=_0x19fbfd[0x0],_0xc5788e=_0x19fbfd[_0x79cff['hkPVx'](_0x19fbfd['length'],0x1)],_0x2836e2=_0x2024c5[0x0]['context'][_0x2ec7d4(0x132)]['testEnvironmentOptions'][_0x2ec7d4(0x133)],_0x68174=_0x2024c5[0x0][_0x2ec7d4(0x130)]['config'][_0x2ec7d4(0x138)][_0x2ec7d4(0x13c)];_0x68174&&(this[_0x2ec7d4(0x134)]=Object[_0x2ec7d4(0x122)]({...this[_0x2ec7d4(0x134)],'maxWorkers':_0x79cff[_0x2ec7d4(0x140)](_0x68174,_0x2836e2[_0x2ec7d4(0x124)])}));_0x79cff[_0x2ec7d4(0x121)](_0x2024c5[0x0][_0x2ec7d4(0x130)]['config']['testEnvironmentOptions'][_0x2ec7d4(0x13b)],_0x79cff['xmrZx'])&&(_0xc5788e&&(_0xc5788e[_0x2ec7d4(0x136)]=![]));const _0x4d6eaa=[];for(let _0x2a3768=0x0;_0x79cff[_0x2ec7d4(0x128)](_0x2a3768,_0x2024c5[_0x2ec7d4(0x124)]);_0x2a3768++){const _0x2db4c1=[];_0x2836e2[_0x2ec7d4(0x12b)]((_0x22f181,_0x40b7b9)=>{const _0xf193ba=_0x2ec7d4,_0x1507b4={..._0x2024c5[_0x2a3768]},_0x1ebda4=_0x1507b4;_0x1ebda4[_0xf193ba(0x130)]=Object[_0xf193ba(0x122)]({..._0x1ebda4[_0xf193ba(0x130)],'config':{..._0x1ebda4['context']['config'],'capability':_0x22f181,'browserstackPlatformIndex':_0x40b7b9}}),_0x2db4c1['push'](_0x1ebda4);}),_0x4d6eaa[_0x2ec7d4(0x12d)](..._0x2db4c1);}return super[_0x2ec7d4(0x142)](_0x4d6eaa,..._0x19fbfd['slice'](0x1));}}module[a18_0x53d17a(0x125)]=TestRunner;
1
+ 'use strict';const a18_0x5385e4=a18_0x27c1;(function(_0x156205,_0x3187c6){const _0x495dd6=a18_0x27c1,_0x36ed01=_0x156205();while(!![]){try{const _0x8cc6f5=-parseInt(_0x495dd6(0xff))/0x1+parseInt(_0x495dd6(0x11d))/0x2+-parseInt(_0x495dd6(0x11c))/0x3+parseInt(_0x495dd6(0x101))/0x4*(parseInt(_0x495dd6(0x11a))/0x5)+parseInt(_0x495dd6(0x10d))/0x6*(parseInt(_0x495dd6(0x106))/0x7)+-parseInt(_0x495dd6(0x110))/0x8*(parseInt(_0x495dd6(0x103))/0x9)+parseInt(_0x495dd6(0x108))/0xa;if(_0x8cc6f5===_0x3187c6)break;else _0x36ed01['push'](_0x36ed01['shift']());}catch(_0x40680e){_0x36ed01['push'](_0x36ed01['shift']());}}}(a18_0x1f94,0x37b25));function a18_0x1f94(){const _0x199403=['push','serial','102YwgxVE','config','testEnvironmentOptions','3360264nDsleT','capabilities','_globalConfig','forEach','context','value','vkNCq','freeze','slice','serial__','951465igJBqB','length','29826bmeHpP','797770GtlHBt','xmsbV','false','jest-runner','exports','218499bckDky','default','4YScLvd','GQNVZ','9HRhTiE','runTests','XJita','30324leVfig','../../../helpers/helper','2137850OcygHg','nSmdN','parallels__'];a18_0x1f94=function(){return _0x199403;};return a18_0x1f94();}const {requireModule,isBrowserstackInfra}=require(a18_0x5385e4(0x107)),a18_0x3bae90={};a18_0x3bae90[a18_0x5385e4(0x115)]=!![],Object['defineProperty'](exports,'__esModule',a18_0x3bae90),exports[a18_0x5385e4(0x100)]=void 0x0;function _interopRequireDefault(_0x6cc696){return _0x6cc696&&_0x6cc696['__esModule']?_0x6cc696:{'default':_0x6cc696};}const JestRunner=_interopRequireDefault(requireModule(a18_0x5385e4(0xfd)))[a18_0x5385e4(0x100)];class TestRunner extends JestRunner{constructor(..._0x3db540){super(..._0x3db540);}[a18_0x5385e4(0x104)](..._0x155bdc){const _0x2be1a2=a18_0x5385e4,_0x16d56a={'GQNVZ':function(_0x43b5c1){return _0x43b5c1();},'nSmdN':function(_0x257ec6,_0x35c3c3){return _0x257ec6-_0x35c3c3;},'XJita':function(_0x7d652b,_0x5c61d1){return _0x7d652b*_0x5c61d1;},'vkNCq':function(_0x44c6ef,_0x54bb78){return _0x44c6ef===_0x54bb78;},'xmsbV':_0x2be1a2(0x11f),'PMQia':function(_0x436435,_0x17176d){return _0x436435<_0x17176d;}};if(!_0x16d56a[_0x2be1a2(0x102)](isBrowserstackInfra))return super[_0x2be1a2(0x104)](..._0x155bdc);const _0x1039b0=_0x155bdc[0x0],_0x209841=_0x155bdc[_0x16d56a[_0x2be1a2(0x109)](_0x155bdc[_0x2be1a2(0x11b)],0x1)],_0x40191e=_0x1039b0[0x0][_0x2be1a2(0x114)]['config'][_0x2be1a2(0x10f)][_0x2be1a2(0x111)],_0x296d6e=_0x1039b0[0x0][_0x2be1a2(0x114)]['config'][_0x2be1a2(0x10f)][_0x2be1a2(0x10a)];_0x296d6e&&(this[_0x2be1a2(0x112)]=Object[_0x2be1a2(0x117)]({...this[_0x2be1a2(0x112)],'maxWorkers':_0x16d56a[_0x2be1a2(0x105)](_0x296d6e,_0x40191e['length'])}));_0x16d56a[_0x2be1a2(0x116)](_0x1039b0[0x0]['context'][_0x2be1a2(0x10e)]['testEnvironmentOptions'][_0x2be1a2(0x119)],_0x16d56a[_0x2be1a2(0x11e)])&&(_0x209841&&(_0x209841[_0x2be1a2(0x10c)]=![]));const _0x67da45=[];for(let _0x5b8fe4=0x0;_0x16d56a['PMQia'](_0x5b8fe4,_0x1039b0['length']);_0x5b8fe4++){const _0x475a04=[];_0x40191e[_0x2be1a2(0x113)]((_0x156dcd,_0xc303c6)=>{const _0x283024=_0x2be1a2,_0x34a37a={..._0x1039b0[_0x5b8fe4]},_0x2e4395=_0x34a37a;_0x2e4395[_0x283024(0x114)]=Object[_0x283024(0x117)]({..._0x2e4395[_0x283024(0x114)],'config':{..._0x2e4395[_0x283024(0x114)][_0x283024(0x10e)],'capability':_0x156dcd,'browserstackPlatformIndex':_0xc303c6}}),_0x475a04[_0x283024(0x10b)](_0x2e4395);}),_0x67da45['push'](..._0x475a04);}return super[_0x2be1a2(0x104)](_0x67da45,..._0x155bdc[_0x2be1a2(0x118)](0x1));}}function a18_0x27c1(_0x4b2994,_0x131826){const _0x1f94ac=a18_0x1f94();return a18_0x27c1=function(_0x27c12f,_0x267714){_0x27c12f=_0x27c12f-0xfd;let _0x22bef2=_0x1f94ac[_0x27c12f];return _0x22bef2;},a18_0x27c1(_0x4b2994,_0x131826);}module[a18_0x5385e4(0xfe)]=TestRunner;
@@ -1 +1 @@
1
- const a19_0x579c6f=a19_0x14f6;(function(_0xf99455,_0x3d6c86){const _0x47f938=a19_0x14f6,_0x229c10=_0xf99455();while(!![]){try{const _0x1bb716=-parseInt(_0x47f938(0x124))/0x1+parseInt(_0x47f938(0x180))/0x2*(-parseInt(_0x47f938(0x159))/0x3)+-parseInt(_0x47f938(0x1b0))/0x4*(-parseInt(_0x47f938(0x142))/0x5)+parseInt(_0x47f938(0x1bf))/0x6*(parseInt(_0x47f938(0x181))/0x7)+-parseInt(_0x47f938(0x148))/0x8*(-parseInt(_0x47f938(0x17c))/0x9)+-parseInt(_0x47f938(0x18a))/0xa+-parseInt(_0x47f938(0x172))/0xb;if(_0x1bb716===_0x3d6c86)break;else _0x229c10['push'](_0x229c10['shift']());}catch(_0x35a38e){_0x229c10['push'](_0x229c10['shift']());}}}(a19_0x1f83,0x91528));const util=require(a19_0x579c6f(0x14f)),{sendPlatformDetails}=require(a19_0x579c6f(0x182)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];function a19_0x14f6(_0x2a4b9a,_0x33a0af){const _0x1f8370=a19_0x1f83();return a19_0x14f6=function(_0x14f656,_0x265551){_0x14f656=_0x14f656-0x11f;let _0x2e2384=_0x1f8370[_0x14f656];return _0x2e2384;},a19_0x14f6(_0x2a4b9a,_0x33a0af);}const RequestQueueHandler=require(a19_0x579c6f(0x1a1));jest[a19_0x579c6f(0x1ac)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a19_0x579c6f(0x161)),logger=require('../../helpers/logger')[a19_0x579c6f(0x149)],TestDetails=require(a19_0x579c6f(0x14d)),PerformanceTester=require(a19_0x579c6f(0x184)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require(a19_0x579c6f(0x1a6)),globals=require(a19_0x579c6f(0x19b)),{shouldProcessEventForTesthub}=require(a19_0x579c6f(0x187)),testHubConstants=require(a19_0x579c6f(0x1bc));globals['browserStackGlobals']=browserStackGlobals;function stripUnicode(_0x446d6d){const _0x470ca0=a19_0x579c6f;return _0x446d6d[_0x470ca0(0x1bd)](/\\u001b\[.*?m/g,'')[_0x470ca0(0x164)](0x1,-0x1);}async function setContext(){const _0x3ce98a=a19_0x579c6f,_0x504112={'acGrt':function(_0x4b2cc4){return _0x4b2cc4();},'jCOJB':_0x3ce98a(0x167),'TqYVH':function(_0x21a9c4,_0x83dc84){return _0x21a9c4!==_0x83dc84;},'iZXrO':_0x3ce98a(0x198),'WjhwW':function(_0x2d426b,_0x31ec66){return _0x2d426b>_0x31ec66;},'UnvZo':function(_0x17a7a7,_0x304ace){return _0x17a7a7(_0x304ace);},'zMiwh':function(_0x5d7900,_0x3ac008){return _0x5d7900(_0x3ac008);}};if(!_0x504112[_0x3ce98a(0x18e)](isBrowserstackInfra))return;const _0x1160e0=expect[_0x3ce98a(0x176)]()[_0x3ce98a(0x179)];globals[_0x3ce98a(0x19d)](_0x504112[_0x3ce98a(0x1a9)],_0x1160e0);!sessionNameProvided&&await PerformanceTester[_0x3ce98a(0x150)](PerformanceAutEvents[_0x3ce98a(0x12f)],async()=>{const _0x51968e=_0x3ce98a;await __drivers[0x0][_0x51968e(0x1b3)](_0x51968e(0x169)+_0x1160e0+_0x51968e(0x174));})();let _0x4fffb5=null,_0xe5c76c=![];_0x504112[_0x3ce98a(0x193)](typeof jasmine,_0x504112[_0x3ce98a(0x1b6)])?jasmine[_0x3ce98a(0x153)][_0x3ce98a(0x1a4)]&&_0x504112[_0x3ce98a(0x160)](jasmine[_0x3ce98a(0x153)]['failedExpectations'][_0x3ce98a(0x190)],0x0)?(_0xe5c76c=!![],_0x4fffb5=_0x504112[_0x3ce98a(0x14e)](stripUnicode,JSON[_0x3ce98a(0x197)](jasmine['currentTest'][_0x3ce98a(0x1a4)][0x0][_0x3ce98a(0x15c)]))):_0x4fffb5=_0x504112[_0x3ce98a(0x14e)](stripUnicode,JSON[_0x3ce98a(0x197)](jasmine['currentTest'][_0x3ce98a(0x18d)])):testContext['errors']&&_0x504112[_0x3ce98a(0x160)](testContext[_0x3ce98a(0x18b)][_0x3ce98a(0x190)],0x0)?(_0xe5c76c=!![],_0x4fffb5=_0x504112['zMiwh'](stripUnicode,JSON[_0x3ce98a(0x197)](testContext[_0x3ce98a(0x18b)][0x0][0x0][_0x3ce98a(0x15c)]||testContext['errors'][0x0][0x0]))):_0x4fffb5=_0x504112[_0x3ce98a(0x14e)](stripUnicode,JSON[_0x3ce98a(0x197)](testContext[_0x3ce98a(0x15a)])),_0xe5c76c?(__error_messages__[_0x3ce98a(0x16b)](_0x4fffb5),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x4fffb5+_0x3ce98a(0x1ab))):await __drivers[0x0][_0x3ce98a(0x1b3)](_0x3ce98a(0x177)+_0x4fffb5+_0x3ce98a(0x17e));}const executeAnnotate=async(_0x51d40f,_0x366c66)=>{const _0x19a630=a19_0x579c6f;await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x51d40f+_0x19a630(0x168)+_0x366c66+'\x22}}');};async function driverCleanup(){const _0x75eae0=a19_0x579c6f,_0x176e9d={'sotpc':function(_0x44e542){return _0x44e542();},'IiQkO':_0x75eae0(0x188),'rZwXF':function(_0x26df4d,_0x20cd9c){return _0x26df4d>_0x20cd9c;},'qqPYN':function(_0x1a371b,_0x34c099,_0x94f895,_0x1356aa){return _0x1a371b(_0x34c099,_0x94f895,_0x1356aa);},'iVVFh':_0x75eae0(0x18c),'DcFwP':_0x75eae0(0x195),'OrbNR':function(_0x116835,_0x3c9e7f,_0x2b5dc4){return _0x116835(_0x3c9e7f,_0x2b5dc4);},'pFjkV':_0x75eae0(0x126)};if(!_0x176e9d[_0x75eae0(0x16f)](isBrowserstackInfra))return;let _0x2ffd9f=![];try{const _0x35d502=_0x176e9d[_0x75eae0(0x13d)][_0x75eae0(0x1bb)]('|');let _0x586d46=0x0;while(!![]){switch(_0x35d502[_0x586d46++]){case'0':PerformanceTester['start'](PerformanceAutEvents[_0x75eae0(0x194)]);continue;case'1':PerformanceTester[_0x75eae0(0x12a)](PerformanceAutEvents[_0x75eae0(0x194)],!![]);continue;case'2':_0x176e9d['rZwXF'](__error_messages__[_0x75eae0(0x190)],0x0)?await _0x176e9d['qqPYN'](markSessionStatus,__drivers[0x0],_0x176e9d['iVVFh'],__error_messages__[_0x75eae0(0x189)](_0x176e9d[_0x75eae0(0x122)])):await _0x176e9d[_0x75eae0(0x131)](markSessionStatus,__drivers[0x0],_0x176e9d['pFjkV']);continue;case'3':_0x2ffd9f=!![];continue;case'4':await __drivers[0x0][_0x75eae0(0x171)];continue;}break;}}catch(_0x24bebc){console[_0x75eae0(0x17a)](_0x24bebc),PerformanceTester[_0x75eae0(0x12a)](PerformanceAutEvents[_0x75eae0(0x194)],![],_0x24bebc);}__error_messages__=[];if(_0x2ffd9f)try{await __drivers[0x0]['initQuit']();}catch(_0x24faea){console['log'](_0x24faea);}}function a19_0x1f83(){const _0x42600f=['3493650zTyWmL','errors','failed','description','acGrt','BROWSERSTACK_TESTHUB_JWT','length','app','aRjom','TqYVH','SESSION_STATUS','\x20|\x20','Fdldh','stringify','undefined','ENV_VAR','FNEVu','../../helpers/globals','xtrcl','setGlobal','eBdBc','percyCaptureMode','ZCVnP','../../helpers/test-observability/requestQueueHandler','BROWSERSTACK_TESTHUB_UUID','command','failedExpectations','start','../../helpers/accessibility-automation/scripts','error','beforeEach','jCOJB','browserstackSessionName','\x22,\x22level\x22:\x20\x22error\x22}}','setTimeout','.\x20Error\x20:','isAccessibilityPlatform','hookType','1540wkJXeX','luKqE','debug','executeScript','KQimr','getCurrentUrl','iZXrO','SDK_HOOK','Hgfjx','Failed\x20to\x20store\x20session\x20name:\x20','http:','split','../../helpers/testhub/constants','replace','FuNFp','77556IQTyyj','info','kiHeI','percy','DcFwP','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','1181237AUPTsi','HXexb','passed','USpcS','gMLSv','aKkgK','end','getTestUUID','getGlobal','startMonitoring','isArray','SESSION_NAME','getInstance','OrbNR','DSvZg','getEnv','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','beforeAll','afterEach','iAxbg','elZfM','ObservabilitySync:','WZnqG','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','pid','IiQkO','PERFORM_SCAN','lVfgy','RbOiT','env','4935jKSFUv','gHqFd','stopMonitoring','eAywS','YBTXt','BQXOn','8zTLVTw','winstonLogger','quitCount_','ROBqE','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','./test-observability/test-details','UnvZo','util','measureWrapper','WhEBF','afterAll','currentTest','addReporter','bWMxY','QWvXU','__drivers','ZpFDL','542970QgpSgX','name','protocol','message','ziAyJ','kvFvB','Performing\x20scan\x20before\x20saving\x20results','WjhwW','../../helpers/percy/utils','XolmG',':testAnalyticsId','slice','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','testcase','browserstackTestName',',\x22level\x22:\x20\x22','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','push','capabilities','FXUIl','https:','sotpc','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','session_','2349006hadcvn','afterTest','\x22}}','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','getState','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','SYNC','currentTestName','log','retryTimes','9607725prxuCu','executeAsyncScript','\x22,\x22level\x22:\x20\x22info\x22}}','bstackA11yShouldScan','2moIoaK','581uEPJeY','../../helpers/test-observability/utils','SRsbc','../../helpers/performance/performance-tester','mgmRr','now','../../helpers/testhub/utils','0|4|3|2|1','join'];a19_0x1f83=function(){return _0x42600f;};return a19_0x1f83();}beforeAll(async()=>{const _0x218bb9=a19_0x579c6f,_0x1f1221={'DSvZg':function(_0x39be08,_0x58aa65){return _0x39be08!==_0x58aa65;},'ROBqE':_0x218bb9(0x198),'WZnqG':function(_0x530c35,_0x3e2d77){return _0x530c35>_0x3e2d77;},'SRsbc':_0x218bb9(0x135),'xtrcl':function(_0x4cda86){return _0x4cda86();},'lVfgy':function(_0x45a596,_0x2aab08,_0x484665){return _0x45a596(_0x2aab08,_0x484665);}};PerformanceTester[_0x218bb9(0x12d)](),PerformanceTester['start'](PerformanceHookEvents[_0x218bb9(0x1b7)]);_0x1f1221[_0x218bb9(0x132)](typeof __jestRetries,_0x1f1221[_0x218bb9(0x14b)])&&_0x1f1221[_0x218bb9(0x13a)](__jestRetries,0x0)&&jest[_0x218bb9(0x17b)](__jestRetries);const _0x1a1a20='browserstack internal helper hook';_0x1f1221['DSvZg'](typeof jasmine,_0x1f1221[_0x218bb9(0x14b)])&&jasmine[_0x218bb9(0x133)]()[_0x218bb9(0x154)]({'specStarted':_0x2f62d7=>{const _0x38d270=_0x218bb9;jasmine[_0x38d270(0x153)]=_0x2f62d7;}});let _0x509983=![];try{await __drivers[0x0][_0x218bb9(0x171)],_0x509983=!![];}catch(_0x49d6d0){logger[_0x218bb9(0x1b2)](_0x218bb9(0x123)+_0x49d6d0);const _0x19520c={};_0x19520c['hookType']=_0x1f1221['SRsbc'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x49d6d0,_0x19520c);}if(_0x509983)try{_0x1f1221[_0x218bb9(0x19c)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x1f1221[_0x218bb9(0x13f)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x218bb9(0x12b)](process[_0x218bb9(0x13c)]+_0x218bb9(0x163))));}catch(_0x569097){logger[_0x218bb9(0x1b2)](_0x218bb9(0x14c)+_0x569097);const _0x2249d0={};_0x2249d0[_0x218bb9(0x1af)]=_0x1f1221[_0x218bb9(0x183)],PerformanceTester[_0x218bb9(0x12a)](PerformanceHookEvents[_0x218bb9(0x1b7)],![],_0x569097,_0x2249d0);}const _0x511b0e={};_0x511b0e['hookType']=_0x1f1221[_0x218bb9(0x183)],PerformanceTester[_0x218bb9(0x12a)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x511b0e);}),beforeEach(async()=>{const _0x2b32c0=a19_0x579c6f,_0x3701fa={'ipkWF':_0x2b32c0(0x167),'gMLSv':function(_0x506e63,_0x49b812,_0x4e6b52){return _0x506e63(_0x49b812,_0x4e6b52);},'rbdVu':'2|1|3|4|0','FNEVu':function(_0x129c28,_0x27576d){return _0x129c28>_0x27576d;},'HXexb':function(_0x3b8879){return _0x3b8879();},'luKqE':function(_0x1065d7,_0x356cab){return _0x1065d7>_0x356cab;},'aRjom':_0x2b32c0(0x1a8),'ZCVnP':_0x2b32c0(0x17f),'KQimr':function(_0x1840ad,_0x5c9267){return _0x1840ad>_0x5c9267;},'TLJGO':_0x2b32c0(0x1ae),'elZfM':function(_0x47d60c,_0x2c4d4a){return _0x47d60c===_0x2c4d4a;},'azhXa':_0x2b32c0(0x1ba),'aPCrC':_0x2b32c0(0x16e),'XolmG':_0x2b32c0(0x175),'drxDl':function(_0x90746c,_0x3633d2){return _0x90746c>_0x3633d2;},'eAywS':function(_0xad4f4b){return _0xad4f4b();}};PerformanceTester[_0x2b32c0(0x1a5)](PerformanceHookEvents['SDK_HOOK']);const _0x3e3c7f='browserstack internal helper hook';let _0x1172f3=!![];try{const _0x1d6853=expect[_0x2b32c0(0x176)]()[_0x2b32c0(0x179)];globals[_0x2b32c0(0x19d)](_0x3701fa['ipkWF'],_0x1d6853);const _0x2098d6=_0x3701fa[_0x2b32c0(0x128)](shouldScanTestForAccessibility,_0x1d6853,![]);try{const _0x1c6fe5=_0x3701fa['rbdVu']['split']('|');let _0x5f2362=0x0;while(!![]){switch(_0x1c6fe5[_0x5f2362++]){case'0':_0x3701fa['FNEVu'](__drivers['length'],0x0)&&_0x3701fa[_0x2b32c0(0x19a)](__drivers[0x0][_0x2b32c0(0x14a)],0x0)&&(_0x1172f3=![],await _0x3701fa['HXexb'](driverCleanup));continue;case'1':global[_0x2b32c0(0x1aa)]=_0x1d6853;continue;case'2':Array[_0x2b32c0(0x12e)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x2b32c0(0x1aa)]=_0x1d6853);continue;case'3':_0x3701fa[_0x2b32c0(0x19a)](__drivers[_0x2b32c0(0x190)],0x1)&&(await _0x3701fa[_0x2b32c0(0x125)](driverCleanup),__drivers['shift']());continue;case'4':_0x3701fa[_0x2b32c0(0x1b1)](__drivers[_0x2b32c0(0x190)],0x0)&&(__drivers[0x0][_0x2b32c0(0x1aa)]=_0x1d6853,__drivers[0x0][_0x2b32c0(0x17f)]=_0x2098d6);continue;}break;}}catch(_0x36ef69){logger[_0x2b32c0(0x1b2)](_0x2b32c0(0x1b9)+_0x36ef69);const _0x10e264={};_0x10e264[_0x2b32c0(0x1af)]=_0x3701fa['aRjom'],PerformanceTester['end'](PerformanceHookEvents[_0x2b32c0(0x1b7)],![],_0x36ef69,_0x10e264);}globals[_0x2b32c0(0x19d)](_0x3701fa[_0x2b32c0(0x1a0)],_0x2098d6);if(_0x3701fa[_0x2b32c0(0x125)](isAccessibilityAutomationSession)&&_0x1172f3&&Array[_0x2b32c0(0x12e)](__drivers)&&_0x3701fa[_0x2b32c0(0x1b4)](__drivers[_0x2b32c0(0x190)],0x0)&&globals[_0x2b32c0(0x12c)](_0x3701fa['TLJGO']))try{const _0x317dc4=await __drivers[0x0][_0x2b32c0(0x171)];if(_0x317dc4){let _0x556d13=!![];const _0x1e5c9e=await __drivers[0x0][_0x2b32c0(0x1b5)]();let _0x5fd8e0;try{_0x5fd8e0=new URL(_0x1e5c9e);}catch(_0x51dc75){_0x556d13=![];}_0x556d13=_0x3701fa[_0x2b32c0(0x138)](_0x5fd8e0[_0x2b32c0(0x15b)],_0x3701fa['azhXa'])||_0x3701fa[_0x2b32c0(0x138)](_0x5fd8e0[_0x2b32c0(0x15b)],_0x3701fa['aPCrC']),_0x556d13&&(_0x2098d6&&logger['info'](_0x3701fa[_0x2b32c0(0x162)]));}}catch(_0x2d7a43){logger[_0x2b32c0(0x1a7)](_0x2b32c0(0x134)+_0x2d7a43);const _0x926a78={};_0x926a78[_0x2b32c0(0x1af)]=_0x3701fa[_0x2b32c0(0x192)],PerformanceTester[_0x2b32c0(0x12a)](PerformanceHookEvents['SDK_HOOK'],![],er,_0x926a78);}_0x3701fa['luKqE'](__drivers[_0x2b32c0(0x190)],0x0)&&_0x3701fa['drxDl'](__drivers[0x0][_0x2b32c0(0x14a)],0x0)&&await _0x3701fa[_0x2b32c0(0x145)](driverCleanup);}catch(_0x1ecf69){logger[_0x2b32c0(0x1b2)]('Exception\x20in\x20jest\x20hook\x20with\x20error:\x20'+_0x1ecf69);const _0x163d93={};_0x163d93['hookType']=_0x3701fa[_0x2b32c0(0x192)],PerformanceTester['end'](PerformanceHookEvents[_0x2b32c0(0x1b7)],![],_0x1ecf69,_0x163d93);}const _0x547ff5={};_0x547ff5[_0x2b32c0(0x1af)]=_0x3701fa[_0x2b32c0(0x192)],PerformanceTester[_0x2b32c0(0x12a)](PerformanceHookEvents[_0x2b32c0(0x1b7)],!![],null,_0x547ff5);}),afterEach(async()=>{const _0x17f767=a19_0x579c6f,_0x48e8ff={'gHqFd':function(_0x4cacb6,_0x1e57df){return _0x4cacb6>_0x1e57df;},'ziAyJ':function(_0x2fa55e){return _0x2fa55e();},'Hgfjx':function(_0x4a2bbd,_0x3b6996){return _0x4a2bbd===_0x3b6996;},'QWvXU':_0x17f767(0x166),'YBTXt':'appium:app','eBdBc':function(_0x31850e,_0x340e19,_0x530352,_0x5f4af4){return _0x31850e(_0x340e19,_0x530352,_0x5f4af4);},'aKkgK':_0x17f767(0x136),'USpcS':function(_0x267ee5,_0x3e6220,_0x487ffc){return _0x267ee5(_0x3e6220,_0x487ffc);},'kvFvB':function(_0x68870a){return _0x68870a();},'WhEBF':_0x17f767(0x1ae),'RbOiT':_0x17f767(0x17f),'iAxbg':_0x17f767(0x16a),'zMHHS':_0x17f767(0x15f),'Fdldh':_0x17f767(0x173),'ZpFDL':_0x17f767(0x165),'CliZY':function(_0x29eb38){return _0x29eb38();},'BQXOn':function(_0x2e18d5){return _0x2e18d5();},'NGnkE':_0x17f767(0x1b2),'mgmRr':function(_0x200f5d,_0x3fd908){return _0x200f5d>_0x3fd908;},'bWMxY':function(_0x2c3738,_0x48518f){return _0x2c3738>_0x48518f;}};PerformanceTester[_0x17f767(0x1a5)](PerformanceHookEvents['SDK_HOOK']);const _0x389b51='browserstack internal helper hook';try{_0x48e8ff[_0x17f767(0x143)](__drivers['length'],0x1)&&(await _0x48e8ff[_0x17f767(0x15d)](driverCleanup),__drivers['shift']());try{if(global[_0x17f767(0x121)]&&_0x48e8ff[_0x17f767(0x1b8)](global[_0x17f767(0x19f)],_0x48e8ff[_0x17f767(0x156)])&&__drivers[0x0]){const _0x28a134=_0x48e8ff[_0x17f767(0x143)](global['capabilities'][_0x17f767(0x190)],0x0)?!!global[_0x17f767(0x16c)][0x0]['app']||!!global[_0x17f767(0x16c)][0x0][_0x48e8ff[_0x17f767(0x146)]]:![],_0x3d8a4d={};_0x3d8a4d[_0x17f767(0x191)]=_0x28a134,await _0x48e8ff[_0x17f767(0x19e)](percyAutoCapture,__drivers[0x0],_0x48e8ff[_0x17f767(0x156)],_0x3d8a4d);}}catch(_0x16a74b){logger[_0x17f767(0x1b2)](_0x17f767(0x13b)+_0x16a74b);const _0x2749ef={};_0x2749ef[_0x17f767(0x1af)]=_0x48e8ff[_0x17f767(0x129)],PerformanceTester[_0x17f767(0x12a)](PerformanceHookEvents[_0x17f767(0x1b7)],![],_0x16a74b,_0x2749ef);}const _0x1efcf4=_0x48e8ff[_0x17f767(0x127)](shouldScanTestForAccessibility,expect[_0x17f767(0x176)]()[_0x17f767(0x179)],![]);try{if(_0x48e8ff[_0x17f767(0x15e)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x48e8ff[_0x17f767(0x151)])&&globals[_0x17f767(0x12c)](_0x48e8ff[_0x17f767(0x140)])){logger[_0x17f767(0x11f)](_0x48e8ff[_0x17f767(0x137)]);const _0x46ac6e={'thTestRunUuid':TestDetails[_0x17f767(0x12b)](process[_0x17f767(0x13c)]+_0x17f767(0x163)),'thBuildUuid':process[_0x17f767(0x141)][testHubConstants[_0x17f767(0x199)][_0x17f767(0x1a2)]],'thJwtToken':process['env'][testHubConstants[_0x17f767(0x199)][_0x17f767(0x18f)]]};logger[_0x17f767(0x1b2)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x17f767(0x197)](_0x46ac6e)),logger[_0x17f767(0x1b2)](_0x48e8ff['zMHHS']);const _0x3d6880={};_0x3d6880[_0x17f767(0x1a3)]=_0x48e8ff[_0x17f767(0x196)],await PerformanceTester[_0x17f767(0x150)](PerformanceA11yEvents[_0x17f767(0x13e)],async()=>{const _0x1c8793=_0x17f767;logger['debug'](util['format'](await __drivers[0x0]['executeAsyncScript'](scripts['performScan'],{'method':expect[_0x1c8793(0x176)]()[_0x1c8793(0x179)]})));},_0x3d6880)(),await PerformanceTester[_0x17f767(0x150)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5e947f=_0x17f767;await __drivers[0x0][_0x5e947f(0x17d)](scripts['saveTestResults'],_0x46ac6e);})(),logger['info'](_0x48e8ff[_0x17f767(0x158)]);}}catch(_0x5f2cd5){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect[_0x17f767(0x176)]()['currentTestName']+_0x17f767(0x1ad),_0x5f2cd5);}await _0x48e8ff['CliZY'](setContext);try{if(_0x48e8ff[_0x17f767(0x147)](shouldProcessEventForTesthub)){_0x48e8ff[_0x17f767(0x143)](global['__drivers']['length'],0x0)&&global[_0x17f767(0x157)][0x0]&&await _0x48e8ff['USpcS'](sendPlatformDetails,global[_0x17f767(0x157)][0x0],TestDetails[_0x17f767(0x12b)](process[_0x17f767(0x13c)]+_0x17f767(0x163)));if(_0x48e8ff['ziAyJ'](isBrowserstackInfra)){PerformanceTester[_0x17f767(0x1a5)](PerformanceO11yEvents['SYNC']);const _0x104c10=_0x17f767(0x139)+Date[_0x17f767(0x186)]();await _0x48e8ff[_0x17f767(0x127)](executeAnnotate,JSON[_0x17f767(0x197)](_0x104c10),_0x48e8ff['NGnkE']),PerformanceTester[_0x17f767(0x12a)](PerformanceO11yEvents[_0x17f767(0x178)]);}}}catch(_0x33a017){logger[_0x17f767(0x1b2)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x33a017),PerformanceTester[_0x17f767(0x12a)](PerformanceO11yEvents[_0x17f767(0x178)],![],_0x33a017);}_0x48e8ff[_0x17f767(0x185)](__drivers[_0x17f767(0x190)],0x0)&&_0x48e8ff[_0x17f767(0x155)](__drivers[0x0][_0x17f767(0x14a)],0x0)&&await _0x48e8ff[_0x17f767(0x147)](driverCleanup);const _0x3597a3={};_0x3597a3['hookType']=_0x48e8ff[_0x17f767(0x129)],PerformanceTester['end'](PerformanceHookEvents[_0x17f767(0x1b7)],!![],null,_0x3597a3);}catch(_0x3ac8ca){logger['debug'](_0x17f767(0x123)+_0x3ac8ca);const _0xcc6f31={};_0xcc6f31[_0x17f767(0x1af)]=_0x48e8ff[_0x17f767(0x129)],PerformanceTester[_0x17f767(0x12a)](PerformanceHookEvents['SDK_HOOK'],![],_0x3ac8ca,_0xcc6f31);}},0x186a0),afterAll(async()=>{const _0x1b8692=a19_0x579c6f,_0x3b51c9={'kiHeI':function(_0x568ebb,_0x553955){return _0x568ebb<=_0x553955;},'FXUIl':function(_0x40901c,_0x2307be){return _0x40901c(_0x2307be);},'FuNFp':function(_0x41c269){return _0x41c269();},'aGPeb':function(_0x4e69b3,_0x4f4dd3,_0x1d5c3a){return _0x4e69b3(_0x4f4dd3,_0x1d5c3a);},'EwaBL':_0x1b8692(0x152)};PerformanceTester[_0x1b8692(0x1a5)](PerformanceHookEvents[_0x1b8692(0x1b7)]),jest['setTimeout'](0x186a0),PerformanceTester[_0x1b8692(0x144)]();const _0x2c9207='browserstack internal helper hook';await new Promise(_0x41465b=>{const _0x4a6954=_0x3b51c9['aGPeb'](setInterval,async()=>{const _0x7c4df1=a19_0x14f6;_0x3b51c9[_0x7c4df1(0x120)](RequestQueueHandler[_0x7c4df1(0x130)]()['pendingUploads'],0x0)&&(_0x3b51c9[_0x7c4df1(0x16d)](clearInterval,_0x4a6954),_0x3b51c9[_0x7c4df1(0x1be)](_0x41465b));},0x3e8);});try{await _0x3b51c9['FuNFp'](driverCleanup);}catch(_0xd85929){logger['debug'](_0x1b8692(0x170)+_0xd85929);const _0x5d113a={};_0x5d113a[_0x1b8692(0x1af)]=_0x3b51c9['EwaBL'],PerformanceTester[_0x1b8692(0x12a)](PerformanceHookEvents[_0x1b8692(0x1b7)],![],_0xd85929,_0x5d113a);}process['removeAllListeners']();const _0x15da47={};_0x15da47[_0x1b8692(0x1af)]=_0x3b51c9['EwaBL'],PerformanceTester['end'](PerformanceHookEvents[_0x1b8692(0x1b7)],!![],null,_0x15da47);},0x2710);
1
+ const a19_0xc8725d=a19_0x5c2c;(function(_0x178729,_0x210bfd){const _0xb82fee=a19_0x5c2c,_0xd7bb8b=_0x178729();while(!![]){try{const _0x35f944=parseInt(_0xb82fee(0x168))/0x1+parseInt(_0xb82fee(0xc3))/0x2*(-parseInt(_0xb82fee(0x100))/0x3)+parseInt(_0xb82fee(0xed))/0x4+-parseInt(_0xb82fee(0x136))/0x5*(-parseInt(_0xb82fee(0x143))/0x6)+parseInt(_0xb82fee(0x121))/0x7+parseInt(_0xb82fee(0xc8))/0x8+-parseInt(_0xb82fee(0xff))/0x9;if(_0x35f944===_0x210bfd)break;else _0xd7bb8b['push'](_0xd7bb8b['shift']());}catch(_0x46188d){_0xd7bb8b['push'](_0xd7bb8b['shift']());}}}(a19_0x5e2e,0x32f03));const util=require(a19_0xc8725d(0x146)),{sendPlatformDetails}=require(a19_0xc8725d(0x123)),{isBrowserstackInfra,markSessionStatus}=require(a19_0xc8725d(0xee));let __error_messages__=[];const RequestQueueHandler=require(a19_0xc8725d(0xc6));jest[a19_0xc8725d(0x153)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0xc8725d(0xfd)),{percyAutoCapture}=require(a19_0xc8725d(0x110)),logger=require(a19_0xc8725d(0x165))[a19_0xc8725d(0xeb)],TestDetails=require(a19_0xc8725d(0xd7)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a19_0xc8725d(0xd5)),scripts=require(a19_0xc8725d(0x13d)),globals=require(a19_0xc8725d(0xfb)),{shouldProcessEventForTesthub}=require(a19_0xc8725d(0x14e)),testHubConstants=require('../../helpers/testhub/constants');globals[a19_0xc8725d(0x150)]=browserStackGlobals;function stripUnicode(_0x3aa0f9){const _0x1d4137=a19_0xc8725d;return _0x3aa0f9['replace'](/\\u001b\[.*?m/g,'')[_0x1d4137(0xca)](0x1,-0x1);}async function setContext(){const _0x409fc5=a19_0xc8725d,_0x2b2233={'KsMDy':function(_0x236616){return _0x236616();},'NwXpl':_0x409fc5(0xd8),'yRqwH':function(_0x4ea4db,_0xac30a8){return _0x4ea4db!==_0xac30a8;},'kAbnF':_0x409fc5(0x162),'oMDra':function(_0x2ac453,_0x2356f5){return _0x2ac453>_0x2356f5;},'sbwbB':function(_0x2f2ff7,_0x20011b){return _0x2f2ff7(_0x20011b);},'CUULZ':function(_0xac38de,_0x281bd2){return _0xac38de(_0x281bd2);},'fRLbY':function(_0x2f9ffb,_0x552ba4){return _0x2f9ffb>_0x552ba4;},'yiNFQ':function(_0x19143,_0x3f7c99){return _0x19143(_0x3f7c99);},'GIbvX':function(_0x368769,_0x2e2bcd){return _0x368769(_0x2e2bcd);}};if(!_0x2b2233[_0x409fc5(0xcf)](isBrowserstackInfra))return;const _0x29a395=expect[_0x409fc5(0x127)]()[_0x409fc5(0x11f)];globals[_0x409fc5(0x13a)](_0x2b2233[_0x409fc5(0x12d)],_0x29a395);!sessionNameProvided&&await PerformanceTester[_0x409fc5(0xc9)](PerformanceAutEvents[_0x409fc5(0x156)],async()=>{const _0x56d74f=_0x409fc5;await __drivers[0x0][_0x56d74f(0x106)](_0x56d74f(0x155)+_0x29a395+_0x56d74f(0xbe));})();let _0x38f220=null,_0x3cb30b=![];_0x2b2233['yRqwH'](typeof jasmine,_0x2b2233[_0x409fc5(0x15b)])?jasmine[_0x409fc5(0xcc)][_0x409fc5(0xd0)]&&_0x2b2233[_0x409fc5(0xf1)](jasmine[_0x409fc5(0xcc)]['failedExpectations'][_0x409fc5(0x11b)],0x0)?(_0x3cb30b=!![],_0x38f220=_0x2b2233[_0x409fc5(0xdd)](stripUnicode,JSON[_0x409fc5(0x12a)](jasmine['currentTest'][_0x409fc5(0xd0)][0x0][_0x409fc5(0x14c)]))):_0x38f220=_0x2b2233[_0x409fc5(0xce)](stripUnicode,JSON[_0x409fc5(0x12a)](jasmine[_0x409fc5(0xcc)]['description'])):testContext[_0x409fc5(0x148)]&&_0x2b2233[_0x409fc5(0xfc)](testContext[_0x409fc5(0x148)][_0x409fc5(0x11b)],0x0)?(_0x3cb30b=!![],_0x38f220=_0x2b2233[_0x409fc5(0xe0)](stripUnicode,JSON[_0x409fc5(0x12a)](testContext[_0x409fc5(0x148)][0x0][0x0]['message']||testContext[_0x409fc5(0x148)][0x0][0x0]))):_0x38f220=_0x2b2233[_0x409fc5(0xf4)](stripUnicode,JSON[_0x409fc5(0x12a)](testContext[_0x409fc5(0x145)])),_0x3cb30b?(__error_messages__[_0x409fc5(0x137)](_0x38f220),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x38f220+_0x409fc5(0x119))):await __drivers[0x0][_0x409fc5(0x106)](_0x409fc5(0xf5)+_0x38f220+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0xf3d437,_0xeb671a)=>{const _0x1a0a52=a19_0xc8725d;await global['__drivers'][0x0][_0x1a0a52(0x106)](_0x1a0a52(0xcd)+_0xf3d437+_0x1a0a52(0x138)+_0xeb671a+'\x22}}');};async function driverCleanup(){const _0x5c520e=a19_0xc8725d,_0x1aad78={'XSycb':function(_0x19e26f){return _0x19e26f();},'xscba':_0x5c520e(0xf7),'MqYYx':function(_0x5e4440,_0x1518bc){return _0x5e4440>_0x1518bc;},'RSKrx':function(_0x3e2707,_0x3d888a,_0x53fe3c,_0x4dbe06){return _0x3e2707(_0x3d888a,_0x53fe3c,_0x4dbe06);},'PwYqd':_0x5c520e(0x152),'deOou':_0x5c520e(0xf3),'vezLd':function(_0x1b8ef4,_0x142992,_0x3cce1a){return _0x1b8ef4(_0x142992,_0x3cce1a);},'IkSJd':_0x5c520e(0x116)};if(!_0x1aad78['XSycb'](isBrowserstackInfra))return;let _0x2000cd=![];try{const _0x3cab86=_0x1aad78['xscba']['split']('|');let _0x18bd38=0x0;while(!![]){switch(_0x3cab86[_0x18bd38++]){case'0':_0x1aad78['MqYYx'](__error_messages__[_0x5c520e(0x11b)],0x0)?await _0x1aad78[_0x5c520e(0xd3)](markSessionStatus,__drivers[0x0],_0x1aad78[_0x5c520e(0x147)],__error_messages__[_0x5c520e(0xf6)](_0x1aad78[_0x5c520e(0x163)])):await _0x1aad78[_0x5c520e(0xc7)](markSessionStatus,__drivers[0x0],_0x1aad78['IkSJd']);continue;case'1':_0x2000cd=!![];continue;case'2':PerformanceTester[_0x5c520e(0x161)](PerformanceAutEvents['SESSION_STATUS'],!![]);continue;case'3':await __drivers[0x0][_0x5c520e(0x10a)];continue;case'4':PerformanceTester[_0x5c520e(0xfa)](PerformanceAutEvents['SESSION_STATUS']);continue;}break;}}catch(_0x432656){console[_0x5c520e(0xea)](_0x432656),PerformanceTester['end'](PerformanceAutEvents[_0x5c520e(0x125)],![],_0x432656);}__error_messages__=[];if(_0x2000cd)try{await __drivers[0x0][_0x5c520e(0xdb)]();}catch(_0x5efd1c){console[_0x5c520e(0xea)](_0x5efd1c);}}beforeAll(async()=>{const _0x4bb5ae=a19_0xc8725d,_0x6ccf2c={'OnMlu':function(_0x4cb039,_0x4aa94b){return _0x4cb039!==_0x4aa94b;},'Xrjxk':_0x4bb5ae(0x162),'aXyLp':function(_0x381f6f,_0x5a037f){return _0x381f6f>_0x5a037f;},'eZLxr':_0x4bb5ae(0xbf),'JhrVB':function(_0x259008){return _0x259008();},'NjFpF':function(_0x5cc8aa,_0x3fda3b,_0x5d4c90){return _0x5cc8aa(_0x3fda3b,_0x5d4c90);}};PerformanceTester['startMonitoring'](),PerformanceTester['start'](PerformanceHookEvents[_0x4bb5ae(0x112)]);_0x6ccf2c['OnMlu'](typeof __jestRetries,_0x6ccf2c[_0x4bb5ae(0x142)])&&_0x6ccf2c[_0x4bb5ae(0x169)](__jestRetries,0x0)&&jest[_0x4bb5ae(0xc5)](__jestRetries);const _0x443842='browserstack internal helper hook';_0x6ccf2c['OnMlu'](typeof jasmine,_0x6ccf2c[_0x4bb5ae(0x142)])&&jasmine['getEnv']()[_0x4bb5ae(0x107)]({'specStarted':_0x49368c=>{const _0x547857=_0x4bb5ae;jasmine[_0x547857(0xcc)]=_0x49368c;}});let _0x2b0fb6=![];try{await __drivers[0x0][_0x4bb5ae(0x10a)],_0x2b0fb6=!![];}catch(_0x5c14c3){logger[_0x4bb5ae(0xf0)](_0x4bb5ae(0x13e)+_0x5c14c3);const _0x99f610={};_0x99f610[_0x4bb5ae(0x114)]=_0x6ccf2c[_0x4bb5ae(0xe6)],PerformanceTester[_0x4bb5ae(0x161)](PerformanceHookEvents[_0x4bb5ae(0x112)],![],_0x5c14c3,_0x99f610);}if(_0x2b0fb6)try{_0x6ccf2c['JhrVB'](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x6ccf2c[_0x4bb5ae(0x102)](sendPlatformDetails,__drivers[0x0],TestDetails['getTestUUID'](process[_0x4bb5ae(0xcb)]+_0x4bb5ae(0xda))));}catch(_0x1a440b){logger['debug'](_0x4bb5ae(0xdf)+_0x1a440b);const _0x2fc3a0={};_0x2fc3a0[_0x4bb5ae(0x114)]=_0x6ccf2c['eZLxr'],PerformanceTester['end'](PerformanceHookEvents[_0x4bb5ae(0x112)],![],_0x1a440b,_0x2fc3a0);}const _0x444b21={};_0x444b21['hookType']=_0x6ccf2c[_0x4bb5ae(0xe6)],PerformanceTester[_0x4bb5ae(0x161)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x444b21);}),beforeEach(async()=>{const _0x3ac3c4=a19_0xc8725d,_0x464d1e={'rzFMD':'browserstackTestName','aSWPc':function(_0x229fe2,_0x11e040,_0xe1b1b8){return _0x229fe2(_0x11e040,_0xe1b1b8);},'mtToQ':'2|4|3|1|0','UAXwI':function(_0x1db5e4,_0x5bb36b){return _0x1db5e4>_0x5bb36b;},'HpTxg':function(_0x3a23f5){return _0x3a23f5();},'BNCJr':function(_0x5c76f1,_0x4e9e11){return _0x5c76f1>_0x4e9e11;},'wnsBk':function(_0x5c24bf){return _0x5c24bf();},'tCbwy':_0x3ac3c4(0x13f),'JuQrw':_0x3ac3c4(0x126),'bAeuG':function(_0x41b6fb){return _0x41b6fb();},'zuzux':function(_0x12a6bc,_0x1c247f){return _0x12a6bc>_0x1c247f;},'qplaY':_0x3ac3c4(0x101),'lbGrx':function(_0x15b7ed,_0x2a3e2e){return _0x15b7ed===_0x2a3e2e;},'eGQSw':_0x3ac3c4(0xde),'qXuca':_0x3ac3c4(0x11c),'NEsOk':_0x3ac3c4(0x104),'CkArx':function(_0x52b5fa,_0x381bb3){return _0x52b5fa>_0x381bb3;},'MfwwZ':function(_0x32f42a){return _0x32f42a();}};PerformanceTester[_0x3ac3c4(0xfa)](PerformanceHookEvents[_0x3ac3c4(0x112)]);const _0x1965ec='browserstack internal helper hook';let _0x2ce7c9=!![];try{const _0x35bf45=expect[_0x3ac3c4(0x127)]()[_0x3ac3c4(0x11f)];globals['setGlobal'](_0x464d1e[_0x3ac3c4(0x157)],_0x35bf45);const _0x5b38a9=_0x464d1e[_0x3ac3c4(0xe1)](shouldScanTestForAccessibility,_0x35bf45,![]);try{const _0x243fcc=_0x464d1e[_0x3ac3c4(0x13b)][_0x3ac3c4(0x103)]('|');let _0x5a8da5=0x0;while(!![]){switch(_0x243fcc[_0x5a8da5++]){case'0':_0x464d1e[_0x3ac3c4(0x10e)](__drivers[_0x3ac3c4(0x11b)],0x0)&&_0x464d1e[_0x3ac3c4(0x10e)](__drivers[0x0][_0x3ac3c4(0xdc)],0x0)&&(_0x2ce7c9=![],await _0x464d1e[_0x3ac3c4(0x109)](driverCleanup));continue;case'1':_0x464d1e[_0x3ac3c4(0x10e)](__drivers[_0x3ac3c4(0x11b)],0x0)&&(__drivers[0x0]['browserstackSessionName']=_0x35bf45,__drivers[0x0][_0x3ac3c4(0x126)]=_0x5b38a9);continue;case'2':Array[_0x3ac3c4(0x149)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x3ac3c4(0xe5)]=_0x35bf45);continue;case'3':_0x464d1e[_0x3ac3c4(0x15f)](__drivers[_0x3ac3c4(0x11b)],0x1)&&(await _0x464d1e[_0x3ac3c4(0x12e)](driverCleanup),__drivers[_0x3ac3c4(0x115)]());continue;case'4':global['browserstackSessionName']=_0x35bf45;continue;}break;}}catch(_0x492d30){logger[_0x3ac3c4(0xf0)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x492d30);const _0x1f33bd={};_0x1f33bd['hookType']=_0x464d1e[_0x3ac3c4(0x122)],PerformanceTester['end'](PerformanceHookEvents[_0x3ac3c4(0x112)],![],_0x492d30,_0x1f33bd);}globals[_0x3ac3c4(0x13a)](_0x464d1e[_0x3ac3c4(0xe3)],_0x5b38a9);if(_0x464d1e['bAeuG'](isAccessibilityAutomationSession)&&_0x2ce7c9&&Array[_0x3ac3c4(0x149)](__drivers)&&_0x464d1e['zuzux'](__drivers[_0x3ac3c4(0x11b)],0x0)&&globals['getGlobal'](_0x464d1e[_0x3ac3c4(0xe9)]))try{const _0xed4324=await __drivers[0x0]['session_'];if(_0xed4324){let _0x32965e=!![];const _0x125135=await __drivers[0x0][_0x3ac3c4(0x120)]();let _0x1c1144;try{_0x1c1144=new URL(_0x125135);}catch(_0x55cb09){_0x32965e=![];}_0x32965e=_0x464d1e['lbGrx'](_0x1c1144['protocol'],_0x464d1e[_0x3ac3c4(0x164)])||_0x464d1e[_0x3ac3c4(0x139)](_0x1c1144[_0x3ac3c4(0x130)],_0x464d1e[_0x3ac3c4(0x134)]),_0x32965e&&(_0x5b38a9&&logger[_0x3ac3c4(0x13c)](_0x464d1e[_0x3ac3c4(0x15d)]));}}catch(_0x18eae7){logger[_0x3ac3c4(0x105)](_0x3ac3c4(0xe2)+_0x18eae7);const _0x3bde17={};_0x3bde17[_0x3ac3c4(0x114)]=_0x464d1e[_0x3ac3c4(0x122)],PerformanceTester[_0x3ac3c4(0x161)](PerformanceHookEvents[_0x3ac3c4(0x112)],![],er,_0x3bde17);}_0x464d1e[_0x3ac3c4(0xd9)](__drivers[_0x3ac3c4(0x11b)],0x0)&&_0x464d1e[_0x3ac3c4(0x15f)](__drivers[0x0]['quitCount_'],0x0)&&await _0x464d1e['MfwwZ'](driverCleanup);}catch(_0x486179){logger[_0x3ac3c4(0xf0)](_0x3ac3c4(0x14f)+_0x486179);const _0x5de439={};_0x5de439['hookType']=_0x464d1e[_0x3ac3c4(0x122)],PerformanceTester[_0x3ac3c4(0x161)](PerformanceHookEvents[_0x3ac3c4(0x112)],![],_0x486179,_0x5de439);}const _0x46c879={};_0x46c879[_0x3ac3c4(0x114)]=_0x464d1e[_0x3ac3c4(0x122)],PerformanceTester[_0x3ac3c4(0x161)](PerformanceHookEvents[_0x3ac3c4(0x112)],!![],null,_0x46c879);}),afterEach(async()=>{const _0x3599eb=a19_0xc8725d,_0x4c75a5={'aXvEg':function(_0x306afa,_0x4cf412){return _0x306afa>_0x4cf412;},'AxeAp':function(_0x32ed92){return _0x32ed92();},'zTFEh':function(_0x2a9890,_0x2d7c3f){return _0x2a9890===_0x2d7c3f;},'cbnAs':_0x3599eb(0x144),'KZXSI':function(_0x38b9cc,_0x3f22df){return _0x38b9cc>_0x3f22df;},'ZEYIV':_0x3599eb(0x14b),'zzhsW':function(_0x41343e,_0x33c91f,_0x148dc4,_0x474219){return _0x41343e(_0x33c91f,_0x148dc4,_0x474219);},'gvsGY':_0x3599eb(0xf8),'SWKKj':function(_0x3e8938,_0xe1572d,_0x140159){return _0x3e8938(_0xe1572d,_0x140159);},'wmNFp':function(_0x4fa84d){return _0x4fa84d();},'XNoIw':_0x3599eb(0x101),'ODKHT':_0x3599eb(0x126),'Wsert':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','pWxkZ':_0x3599eb(0x167),'zIrtg':_0x3599eb(0x128),'zKLeI':_0x3599eb(0xd6),'OAnhJ':function(_0x350772){return _0x350772();},'VUTkF':function(_0x3025f2,_0x39754a){return _0x3025f2>_0x39754a;},'BWPrO':_0x3599eb(0xf0),'PuLwF':function(_0x265c75,_0x389d3b){return _0x265c75>_0x389d3b;},'EnGUc':function(_0x250699,_0x1eaf85){return _0x250699>_0x1eaf85;}};PerformanceTester[_0x3599eb(0xfa)](PerformanceHookEvents[_0x3599eb(0x112)]);const _0x1b846b='browserstack internal helper hook';try{_0x4c75a5[_0x3599eb(0xe8)](__drivers[_0x3599eb(0x11b)],0x1)&&(await _0x4c75a5[_0x3599eb(0x133)](driverCleanup),__drivers['shift']());try{if(global[_0x3599eb(0xd2)]&&_0x4c75a5[_0x3599eb(0xf9)](global[_0x3599eb(0x113)],_0x4c75a5[_0x3599eb(0xd1)])&&__drivers[0x0]){const _0x49cb4e=_0x4c75a5[_0x3599eb(0x117)](global[_0x3599eb(0x14a)]['length'],0x0)?!!global['capabilities'][0x0][_0x3599eb(0xc1)]||!!global[_0x3599eb(0x14a)][0x0][_0x4c75a5[_0x3599eb(0x12c)]]:![],_0x754a1e={};_0x754a1e[_0x3599eb(0xc1)]=_0x49cb4e,await _0x4c75a5[_0x3599eb(0x118)](percyAutoCapture,__drivers[0x0],_0x4c75a5['cbnAs'],_0x754a1e);}}catch(_0x5c5b33){logger[_0x3599eb(0xf0)](_0x3599eb(0x14d)+_0x5c5b33);const _0x3f9915={};_0x3f9915['hookType']=_0x4c75a5[_0x3599eb(0xec)],PerformanceTester[_0x3599eb(0x161)](PerformanceHookEvents[_0x3599eb(0x112)],![],_0x5c5b33,_0x3f9915);}const _0x561b6a=_0x4c75a5[_0x3599eb(0x154)](shouldScanTestForAccessibility,expect['getState']()[_0x3599eb(0x11f)],![]);try{if(_0x4c75a5[_0x3599eb(0x15a)](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x4c75a5[_0x3599eb(0x10b)])&&globals[_0x3599eb(0xfe)](_0x4c75a5[_0x3599eb(0x132)])){logger[_0x3599eb(0x13c)](_0x4c75a5['Wsert']);const _0x3e791b={'thTestRunUuid':TestDetails[_0x3599eb(0xe4)](process[_0x3599eb(0xcb)]+':testAnalyticsId'),'thBuildUuid':process[_0x3599eb(0x12f)][testHubConstants[_0x3599eb(0x160)][_0x3599eb(0xc2)]],'thJwtToken':process[_0x3599eb(0x12f)][testHubConstants[_0x3599eb(0x160)][_0x3599eb(0x11a)]]};logger[_0x3599eb(0xf0)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x3599eb(0x12a)](_0x3e791b)),logger[_0x3599eb(0xf0)](_0x4c75a5[_0x3599eb(0xf2)]);const _0x5193ca={};_0x5193ca[_0x3599eb(0x10d)]=_0x4c75a5['zIrtg'],await PerformanceTester[_0x3599eb(0xc9)](PerformanceA11yEvents[_0x3599eb(0x10f)],async()=>{const _0x1b1cfe=_0x3599eb;logger['debug'](util['format'](await __drivers[0x0]['executeAsyncScript'](scripts[_0x1b1cfe(0xe7)],{'method':expect[_0x1b1cfe(0x127)]()[_0x1b1cfe(0x11f)]})));},_0x5193ca)(),await PerformanceTester[_0x3599eb(0xc9)](PerformanceA11yEvents[_0x3599eb(0x129)],async()=>{await __drivers[0x0]['executeAsyncScript'](scripts['saveTestResults'],_0x3e791b);})(),logger[_0x3599eb(0x13c)](_0x4c75a5[_0x3599eb(0x151)]);}}catch(_0x1127ba){logger[_0x3599eb(0x105)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect['getState']()['currentTestName']+_0x3599eb(0x10c),_0x1127ba);}await _0x4c75a5[_0x3599eb(0x11d)](setContext);try{if(_0x4c75a5[_0x3599eb(0x15a)](shouldProcessEventForTesthub)){_0x4c75a5[_0x3599eb(0x141)](global[_0x3599eb(0xef)][_0x3599eb(0x11b)],0x0)&&global[_0x3599eb(0xef)][0x0]&&await _0x4c75a5[_0x3599eb(0x154)](sendPlatformDetails,global[_0x3599eb(0xef)][0x0],TestDetails[_0x3599eb(0xe4)](process[_0x3599eb(0xcb)]+':testAnalyticsId'));if(_0x4c75a5[_0x3599eb(0x133)](isBrowserstackInfra)){PerformanceTester[_0x3599eb(0xfa)](PerformanceO11yEvents[_0x3599eb(0xc0)]);const _0x2d1f24=_0x3599eb(0x11e)+Date['now']();await _0x4c75a5['SWKKj'](executeAnnotate,JSON[_0x3599eb(0x12a)](_0x2d1f24),_0x4c75a5['BWPrO']),PerformanceTester[_0x3599eb(0x161)](PerformanceO11yEvents['SYNC']);}}}catch(_0x2097a6){logger['debug'](_0x3599eb(0xdf)+_0x2097a6),PerformanceTester['end'](PerformanceO11yEvents[_0x3599eb(0xc0)],![],_0x2097a6);}_0x4c75a5[_0x3599eb(0x12b)](__drivers[_0x3599eb(0x11b)],0x0)&&_0x4c75a5[_0x3599eb(0xd4)](__drivers[0x0][_0x3599eb(0xdc)],0x0)&&await _0x4c75a5[_0x3599eb(0x15a)](driverCleanup);const _0xc24368={};_0xc24368['hookType']=_0x4c75a5['gvsGY'],PerformanceTester[_0x3599eb(0x161)](PerformanceHookEvents[_0x3599eb(0x112)],!![],null,_0xc24368);}catch(_0x58035b){logger[_0x3599eb(0xf0)](_0x3599eb(0x13e)+_0x58035b);const _0xa6bba4={};_0xa6bba4[_0x3599eb(0x114)]=_0x4c75a5[_0x3599eb(0xec)],PerformanceTester[_0x3599eb(0x161)](PerformanceHookEvents[_0x3599eb(0x112)],![],_0x58035b,_0xa6bba4);}},0x186a0),afterAll(async()=>{const _0xb1d8f2=a19_0xc8725d,_0xb5d074={'tWSqq':function(_0x17612b,_0x31b883){return _0x17612b<=_0x31b883;},'GasmK':function(_0x538612,_0x4e5b0d){return _0x538612(_0x4e5b0d);},'VUGYQ':function(_0x4e3dfe){return _0x4e3dfe();},'fipun':function(_0x36866f,_0x35517f,_0x5e58b7){return _0x36866f(_0x35517f,_0x5e58b7);},'gjtPO':function(_0x5b30a0){return _0x5b30a0();},'ISFKQ':_0xb1d8f2(0x15c)};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']),jest[_0xb1d8f2(0x153)](0x186a0),PerformanceTester[_0xb1d8f2(0x108)]();const _0x1c1682='browserstack internal helper hook';await new Promise(_0x4daf3c=>{const _0x24e66c=_0xb1d8f2,_0x4aba41={'dvdzD':function(_0x32a96a,_0x4a8758){return _0xb5d074['tWSqq'](_0x32a96a,_0x4a8758);},'HRviD':function(_0x9e4ae5,_0xd20eac){const _0x1f3457=a19_0x5c2c;return _0xb5d074[_0x1f3457(0x166)](_0x9e4ae5,_0xd20eac);},'MCJeI':function(_0x5809a2){const _0x317bda=a19_0x5c2c;return _0xb5d074[_0x317bda(0x135)](_0x5809a2);}},_0x375795=_0xb5d074[_0x24e66c(0x124)](setInterval,async()=>{const _0x20ded4=_0x24e66c;_0x4aba41[_0x20ded4(0x15e)](RequestQueueHandler[_0x20ded4(0x159)]()[_0x20ded4(0x140)],0x0)&&(_0x4aba41['HRviD'](clearInterval,_0x375795),_0x4aba41[_0x20ded4(0x131)](_0x4daf3c));},0x3e8);});try{await _0xb5d074[_0xb1d8f2(0x111)](driverCleanup);}catch(_0x529959){logger[_0xb1d8f2(0xf0)](_0xb1d8f2(0xc4)+_0x529959);const _0x4187b6={};_0x4187b6['hookType']=_0xb5d074['ISFKQ'],PerformanceTester[_0xb1d8f2(0x161)](PerformanceHookEvents['SDK_HOOK'],![],_0x529959,_0x4187b6);}process['removeAllListeners']();const _0x432000={};_0x432000[_0xb1d8f2(0x114)]=_0xb5d074[_0xb1d8f2(0x158)],PerformanceTester[_0xb1d8f2(0x161)](PerformanceHookEvents[_0xb1d8f2(0x112)],!![],null,_0x432000);},0x2710);function a19_0x5c2c(_0x27e5c3,_0x440fdf){const _0x5e2edf=a19_0x5e2e();return a19_0x5c2c=function(_0x5c2c62,_0x14c1a2){_0x5c2c62=_0x5c2c62-0xbe;let _0x1fa771=_0x5e2edf[_0x5c2c62];return _0x1fa771;},a19_0x5c2c(_0x27e5c3,_0x440fdf);}function a19_0x5e2e(){const _0x50c836=['EnGUc','../../helpers/performance/constants','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','./test-observability/test-details','browserstackTestName','CkArx',':testAnalyticsId','initQuit','quitCount_','sbwbB','http:','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','yiNFQ','aSWPc','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','JuQrw','getTestUUID','browserstackSessionName','eZLxr','performScan','aXvEg','qplaY','log','winstonLogger','gvsGY','1579748cttXnN','../../helpers/helper','__drivers','debug','oMDra','pWxkZ','\x20|\x20','GIbvX','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','join','4|3|1|0|2','afterEach','zTFEh','start','../../helpers/globals','fRLbY','../../helpers/accessibility-automation/helper','getGlobal','7909560gccieG','9ivekQz','isAccessibilityPlatform','NjFpF','split','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','error','executeScript','addReporter','stopMonitoring','HpTxg','session_','XNoIw','.\x20Error\x20:','command','UAXwI','PERFORM_SCAN','../../helpers/percy/utils','gjtPO','SDK_HOOK','percyCaptureMode','hookType','shift','passed','KZXSI','zzhsW','\x22,\x22level\x22:\x20\x22error\x22}}','BROWSERSTACK_TESTHUB_JWT','length','https:','OAnhJ','ObservabilitySync:','currentTestName','getCurrentUrl','108689vwKtbs','tCbwy','../../helpers/test-observability/utils','fipun','SESSION_STATUS','bstackA11yShouldScan','getState','afterTest','SAVE_RESULTS','stringify','PuLwF','ZEYIV','NwXpl','wnsBk','env','protocol','MCJeI','ODKHT','AxeAp','qXuca','VUGYQ','85475nYIiNs','push',',\x22level\x22:\x20\x22','lbGrx','setGlobal','mtToQ','info','../../helpers/accessibility-automation/scripts','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','beforeEach','pendingUploads','VUTkF','Xrjxk','66rVthYG','testcase','name','util','PwYqd','errors','isArray','capabilities','appium:app','message','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','../../helpers/testhub/utils','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','browserStackGlobals','zKLeI','failed','setTimeout','SWKKj','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','SESSION_NAME','rzFMD','ISFKQ','getInstance','wmNFp','kAbnF','afterAll','NEsOk','dvdzD','BNCJr','ENV_VAR','end','undefined','deOou','eGQSw','../../helpers/logger','GasmK','Performing\x20scan\x20before\x20saving\x20results','203427XPXRDh','aXyLp','\x22}}','beforeAll','SYNC','app','BROWSERSTACK_TESTHUB_UUID','32142syBoOQ','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','retryTimes','../../helpers/test-observability/requestQueueHandler','vezLd','2670080ZTsxQm','measureWrapper','slice','pid','currentTest','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','CUULZ','KsMDy','failedExpectations','cbnAs','percy','RSKrx'];a19_0x5e2e=function(){return _0x50c836;};return a19_0x5e2e();}
@@ -1 +1 @@
1
- const a20_0x5b56d2=a20_0x4173;function a20_0x41f7(){const _0x543157=['../../../helpers/request-spy','45bRVGne','1295583dxKwhV','restore','1295106ocBWeN','5gUOSwF','217811QHNPTF','4930093gOHrTg','pZKbd','1436220cOkFSy','4fRJnbR','../../../helpers/test-observability/utils','416528YCEVqf','setTimeout','2774172noLXYG'];a20_0x41f7=function(){return _0x543157;};return a20_0x41f7();}(function(_0x1b9abb,_0x1e496f){const _0x3802ac=a20_0x4173,_0x421099=_0x1b9abb();while(!![]){try{const _0x130ffc=parseInt(_0x3802ac(0x7a))/0x1+-parseInt(_0x3802ac(0x78))/0x2+parseInt(_0x3802ac(0x76))/0x3*(parseInt(_0x3802ac(0x7e))/0x4)+parseInt(_0x3802ac(0x79))/0x5*(-parseInt(_0x3802ac(0x82))/0x6)+parseInt(_0x3802ac(0x7b))/0x7+parseInt(_0x3802ac(0x80))/0x8*(parseInt(_0x3802ac(0x75))/0x9)+-parseInt(_0x3802ac(0x7d))/0xa;if(_0x130ffc===_0x1e496f)break;else _0x421099['push'](_0x421099['shift']());}catch(_0x2e1d28){_0x421099['push'](_0x421099['shift']());}}}(a20_0x41f7,0x5813c));const requestSpy=require(a20_0x5b56d2(0x83)),{addRequestSpy}=require(a20_0x5b56d2(0x7f));function a20_0x4173(_0xdaddc6,_0x41e199){const _0x41f7ec=a20_0x41f7();return a20_0x4173=function(_0x417333,_0x493956){_0x417333=_0x417333-0x75;let _0xf2548=_0x41f7ec[_0x417333];return _0xf2548;},a20_0x4173(_0xdaddc6,_0x41e199);}beforeAll(()=>{const _0x12472d=a20_0x5b56d2,_0x2a06ec={'pZKbd':function(_0x35b1b3){return _0x35b1b3();}},_0x24779a='browserstack internal helper hook';_0x2a06ec[_0x12472d(0x7c)](addRequestSpy);}),afterAll(async()=>{const _0x39e74b=a20_0x5b56d2,_0x5ee778='browserstack internal helper hook';jest[_0x39e74b(0x81)](0xea60),requestSpy[_0x39e74b(0x77)]();});
1
+ const a20_0x4afe91=a20_0x44ae;function a20_0x1153(){const _0x72e03e=['18132gDKmHu','setTimeout','589038NOWPkU','9mlCJSt','../../../helpers/request-spy','6383896zNuPXk','../../../helpers/test-observability/utils','restore','1285692AsLmii','429WkshMT','5XxrCOh','3771278fOAkUp','243148KWhJTy','24569110vlHOXj'];a20_0x1153=function(){return _0x72e03e;};return a20_0x1153();}function a20_0x44ae(_0x490039,_0x3b5ca3){const _0x11535c=a20_0x1153();return a20_0x44ae=function(_0x44aefb,_0x5ce73e){_0x44aefb=_0x44aefb-0x196;let _0x2e4876=_0x11535c[_0x44aefb];return _0x2e4876;},a20_0x44ae(_0x490039,_0x3b5ca3);}(function(_0x22d6a3,_0xaa598e){const _0xeaf8a5=a20_0x44ae,_0x47f86e=_0x22d6a3();while(!![]){try{const _0x48ba3b=-parseInt(_0xeaf8a5(0x1a3))/0x1+-parseInt(_0xeaf8a5(0x197))/0x2*(parseInt(_0xeaf8a5(0x1a0))/0x3)+parseInt(_0xeaf8a5(0x19f))/0x4*(-parseInt(_0xeaf8a5(0x1a1))/0x5)+parseInt(_0xeaf8a5(0x199))/0x6+-parseInt(_0xeaf8a5(0x1a2))/0x7+-parseInt(_0xeaf8a5(0x19c))/0x8*(-parseInt(_0xeaf8a5(0x19a))/0x9)+parseInt(_0xeaf8a5(0x196))/0xa;if(_0x48ba3b===_0xaa598e)break;else _0x47f86e['push'](_0x47f86e['shift']());}catch(_0x418b49){_0x47f86e['push'](_0x47f86e['shift']());}}}(a20_0x1153,0xe8bdc));const requestSpy=require(a20_0x4afe91(0x19b)),{addRequestSpy}=require(a20_0x4afe91(0x19d));beforeAll(()=>{const _0x6364eb={'yFeWC':function(_0x429a98){return _0x429a98();}},_0x3922ab='browserstack internal helper hook';_0x6364eb['yFeWC'](addRequestSpy);}),afterAll(async()=>{const _0x1f2874=a20_0x4afe91,_0x59dc10='browserstack internal helper hook';jest[_0x1f2874(0x198)](0xea60),requestSpy[_0x1f2874(0x19e)]();});
@@ -1 +1 @@
1
- const a21_0x6774b8=a21_0x79ad;function a21_0x79ad(_0x447ff5,_0x266392){const _0xd01030=a21_0xd010();return a21_0x79ad=function(_0x79ad70,_0x2d6d12){_0x79ad70=_0x79ad70-0x1b3;let _0xfa3f44=_0xd01030[_0x79ad70];return _0xfa3f44;},a21_0x79ad(_0x447ff5,_0x266392);}function a21_0xd010(){const _0x3e60d8=['map','cFnyM','has','BROWSERSTACK_RERUN_TESTS','get','3100685VgSxaj','2204280qvBlrT','cliConfig','../../../helpers/test-observability/utils','8038062wEAIGU','4NmvaZs','isUndefined','push','env','302071RHsswV','isTestObservabilitySession','VYImM','8Ltoocf','890184XjIwAd','7121465fZPmyE','../../../helpers/helper','shouldReRunObservabilityTests','jRLVK','477298bHxGng','rerunTests','2OkktMW','250NvAfMb','updateTestRerunConfig','length'];a21_0xd010=function(){return _0x3e60d8;};return a21_0xd010();}(function(_0x133336,_0x2787e1){const _0x449ff3=a21_0x79ad,_0x28cca0=_0x133336();while(!![]){try{const _0x4a2d96=parseInt(_0x449ff3(0x1ca))/0x1*(-parseInt(_0x449ff3(0x1c8))/0x2)+-parseInt(_0x449ff3(0x1b7))/0x3+-parseInt(_0x449ff3(0x1bb))/0x4*(-parseInt(_0x449ff3(0x1c4))/0x5)+-parseInt(_0x449ff3(0x1c3))/0x6+parseInt(_0x449ff3(0x1b6))/0x7*(parseInt(_0x449ff3(0x1c2))/0x8)+parseInt(_0x449ff3(0x1ba))/0x9+-parseInt(_0x449ff3(0x1cb))/0xa*(parseInt(_0x449ff3(0x1bf))/0xb);if(_0x4a2d96===_0x2787e1)break;else _0x28cca0['push'](_0x28cca0['shift']());}catch(_0x57880e){_0x28cca0['push'](_0x28cca0['shift']());}}}(a21_0xd010,0xae2cb));const testOpsHelper=require(a21_0x6774b8(0x1b9)),helper=require(a21_0x6774b8(0x1c5));exports[a21_0x6774b8(0x1cc)]=(_0x4e6912,_0x14e796)=>{const _0x1ab9b6=a21_0x6774b8,_0x3dc996={};_0x3dc996[_0x1ab9b6(0x1cf)]=_0x1ab9b6(0x1c9),_0x3dc996[_0x1ab9b6(0x1c7)]=function(_0x19be99,_0x1a4d0e){return _0x19be99!==_0x1a4d0e;},_0x3dc996[_0x1ab9b6(0x1c1)]=function(_0x4d22f6,_0x531a58){return _0x4d22f6>_0x531a58;};const _0x300e39=_0x3dc996;if(testOpsHelper[_0x1ab9b6(0x1c0)]()&&testOpsHelper[_0x1ab9b6(0x1c6)]()){let _0x58df1e=process[_0x1ab9b6(0x1be)][_0x1ab9b6(0x1b4)];!helper[_0x1ab9b6(0x1bc)](_0x14e796['cliConfig'])&&_0x14e796['cliConfig'][_0x1ab9b6(0x1b3)](_0x300e39[_0x1ab9b6(0x1cf)])&&(_0x58df1e=_0x14e796[_0x1ab9b6(0x1b8)][_0x1ab9b6(0x1b5)](_0x300e39[_0x1ab9b6(0x1cf)]));const _0x2e42cb=[];helper['validateRerunTestList'](_0x58df1e)&&_0x300e39[_0x1ab9b6(0x1c7)](_0x58df1e,null)&&_0x58df1e['split'](',')[_0x1ab9b6(0x1ce)](_0x3e3a63=>{const _0x129b59=_0x1ab9b6;_0x2e42cb[_0x129b59(0x1bd)](''+_0x3e3a63['trim']());}),_0x300e39[_0x1ab9b6(0x1c1)](_0x2e42cb[_0x1ab9b6(0x1cd)],0x0)&&(_0x4e6912['testRegex']=_0x2e42cb,delete _0x4e6912['testMatch']);}};
1
+ const a21_0x5b2027=a21_0x11cf;function a21_0x45a7(){const _0x413f40=['3874824XDrHVj','rerunTests','map','has','4231uHFPtA','lcrZo','15835yaySNk','255872wBkLoO','kEJGh','push','104TNAnEt','cliConfig','shouldReRunObservabilityTests','582IrfCCl','cVMSC','testMatch','split','length','4746854aTnpVp','updateTestRerunConfig','trim','env','1647604GoXsmv','isTestObservabilitySession','BROWSERSTACK_RERUN_TESTS','../../../helpers/helper','validateRerunTestList','907272EOpVOv','get'];a21_0x45a7=function(){return _0x413f40;};return a21_0x45a7();}function a21_0x11cf(_0x3c8426,_0x474a88){const _0x45a720=a21_0x45a7();return a21_0x11cf=function(_0x11cf18,_0x809386){_0x11cf18=_0x11cf18-0x199;let _0x31c2c5=_0x45a720[_0x11cf18];return _0x31c2c5;},a21_0x11cf(_0x3c8426,_0x474a88);}(function(_0x4c1b07,_0xefd043){const _0x2ce302=a21_0x11cf,_0x34f897=_0x4c1b07();while(!![]){try{const _0x17ae0e=-parseInt(_0x2ce302(0x1ab))/0x1*(-parseInt(_0x2ce302(0x1b1))/0x2)+parseInt(_0x2ce302(0x1a5))/0x3+parseInt(_0x2ce302(0x1a0))/0x4+parseInt(_0x2ce302(0x1ad))/0x5*(-parseInt(_0x2ce302(0x1b4))/0x6)+-parseInt(_0x2ce302(0x19c))/0x7+-parseInt(_0x2ce302(0x1ae))/0x8+parseInt(_0x2ce302(0x1a7))/0x9;if(_0x17ae0e===_0xefd043)break;else _0x34f897['push'](_0x34f897['shift']());}catch(_0x3d0e9a){_0x34f897['push'](_0x34f897['shift']());}}}(a21_0x45a7,0x54db0));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a21_0x5b2027(0x1a3));exports[a21_0x5b2027(0x19d)]=(_0x250321,_0xaa57c8)=>{const _0x55ab82=a21_0x5b2027,_0x279891={};_0x279891[_0x55ab82(0x1b5)]=_0x55ab82(0x1a8),_0x279891[_0x55ab82(0x1ac)]=function(_0x1b7e66,_0x28cce8){return _0x1b7e66!==_0x28cce8;},_0x279891[_0x55ab82(0x1af)]=function(_0x9beba,_0x1fbe34){return _0x9beba>_0x1fbe34;};const _0x7df062=_0x279891;if(testOpsHelper[_0x55ab82(0x1a1)]()&&testOpsHelper[_0x55ab82(0x1b3)]()){let _0x598cc3=process[_0x55ab82(0x19f)][_0x55ab82(0x1a2)];!helper['isUndefined'](_0xaa57c8[_0x55ab82(0x1b2)])&&_0xaa57c8[_0x55ab82(0x1b2)][_0x55ab82(0x1aa)](_0x7df062[_0x55ab82(0x1b5)])&&(_0x598cc3=_0xaa57c8[_0x55ab82(0x1b2)][_0x55ab82(0x1a6)](_0x7df062[_0x55ab82(0x1b5)]));const _0x5c6a6b=[];helper[_0x55ab82(0x1a4)](_0x598cc3)&&_0x7df062[_0x55ab82(0x1ac)](_0x598cc3,null)&&_0x598cc3[_0x55ab82(0x19a)](',')[_0x55ab82(0x1a9)](_0x371e96=>{const _0x324cb5=_0x55ab82;_0x5c6a6b[_0x324cb5(0x1b0)](''+_0x371e96[_0x324cb5(0x19e)]());}),_0x7df062['kEJGh'](_0x5c6a6b[_0x55ab82(0x19b)],0x0)&&(_0x250321['testRegex']=_0x5c6a6b,delete _0x250321[_0x55ab82(0x199)]);}};