browserstack-node-sdk 1.35.9 → 1.35.10

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 +60 -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';function a14_0x1858(){const _0x24bc2e=['findIndex','../../helpers/testhub/utils','othYP','aLFNh','MODULE','child_process','BROWSERSTACK_TEST_OBSERVABILITY_YML','../../helpers/test-observability/utils','49BcNtlQ','exports','exitCode','checkAccessibilityPlatformConfig','DKSnW','join','cwd','Mfzqh','slice','../../helpers/testhub/testhubHandler','unlinkSync','gEMvi','package.json','jest_browserstack.config.js','zABsw','SEaQq','end','length','TBGwE','IkniV','FxKOW','YcNki','../../helpers/BrowserStackSetup','turboScaleUrl','parseTestOrchestrationOptions','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','existsSync','934485uFBKWS','LBIIs','retryTestsOnFailure','winstonLogger','ylQIW','launchBuild','MrGPR','getHubUrl','info','platformCaps','debug','platform','errorMessage','jest_browserstack.config.cjs','Creating\x20','jest','setupTCGAuth','true','browserStackLogLevel','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserStackPercyOptions','\x20with\x20browserstack\x20jest\x20configs','testContextOptions','297218ZAhKLl','handleApp','accessibility','accessibilityOptions','706794TGPlrJ','bQbZM','../../helpers/percy/utils','\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','jGXiJ','prepareCapabilities','KmgWu','runner','../../helpers/accessibility-automation/helper','Error\x20while\x20parsing\x20','jest-circus','error\x20removing\x20tcg\x20config\x20file','shouldProcessEventForTesthub','testRunner','useW3C','child\x20process\x20exited\x20with\x20code\x20','../../helpers/performance/performance-tester','LgRZw','assign','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SDK_CLEANUP','EVENTS','retries__','finalExecution','ExgKH','start','setupFilesAfterEnv','Getting\x20your\x20jest\x20configs\x20from\x20','skipSessionName','1861688XWJRXf','testEnvironmentOptions','util','USER_CONFIG_DETAILS_PATH','default','JEST','3495258pUZuRG','ckluu','BaCvy','path','QYGpR','PACKAGE_TYPE','qYbLp','readFileSync','getTCGConfigFilePaths','18066230RLUZbX','data-hooks.js','proxySettings','testEnvironment','\x0amodule.exports\x20=\x20config;','customImplements','runInBand','npx','hkIjH','xihXA','env','test-observability','SDK_SETUP','initialize','customEnvironment.js','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','testObservability','isUndefined','TNqDx','writeFileSync','getPackageType','kYrmD','isBrowserstackInfra','AjqDr','jest-config','setupFiles','jest-config/build/readConfigFileAndSetRootDir.js','./test-observability/test-details','testTimeout','nuAvl','pLVPq','Getting\x20your\x20jest\x20configs\x20from\x20package.json','FEcye','reporters','XdIod','xnWPB','../../helpers/performance/constants','10ViVZZs','ufwTo','requireSeleniumWebdriver','customTestRunnerTemplate.js','../../helpers/logger','setup','skipSessionStatus','logLevel','stop','printBuildLink','rmdirSync','push','--config','config','./test-observability/helper','win32','inherit','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','WlPRc','splice','Udskl','7759040EEyvyp','parallelsPerPlatform','maxWorkers','close','7pIkvWJ','\x0a\x20\x20\x20\x20','customTestRunner.js','Deleting\x20','hkIld','format','zYXtG','../utils/constants','FRAMEWORKS','maxRetries','zsStd','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','BSTACK_JEST_TEST_ENV','cjs'];a14_0x1858=function(){return _0x24bc2e;};return a14_0x1858();}const a14_0x4ab13c=a14_0x31f5;(function(_0x215825,_0x563284){const _0xb39ace=a14_0x31f5,_0x2d1039=_0x215825();while(!![]){try{const _0xd3ff2e=-parseInt(_0xb39ace(0x211))/0x1*(parseInt(_0xb39ace(0x1a3))/0x2)+parseInt(_0xb39ace(0x18c))/0x3+-parseInt(_0xb39ace(0x1c4))/0x4*(-parseInt(_0xb39ace(0x1f8))/0x5)+-parseInt(_0xb39ace(0x1a7))/0x6*(-parseInt(_0xb39ace(0x227))/0x7)+parseInt(_0xb39ace(0x20d))/0x8+parseInt(_0xb39ace(0x1ca))/0x9+-parseInt(_0xb39ace(0x1d3))/0xa;if(_0xd3ff2e===_0x563284)break;else _0x2d1039['push'](_0x2d1039['shift']());}catch(_0x541dfc){_0x2d1039['push'](_0x2d1039['shift']());}}}(a14_0x1858,0x8d2f0));const fs=require('fs'),path=require(a14_0x4ab13c(0x1cd)),util=require(a14_0x4ab13c(0x1c6)),{spawn}=require(a14_0x4ab13c(0x224)),logger=require(a14_0x4ab13c(0x1fc))[a14_0x4ab13c(0x18f)],{default:BrowserStackSetup}=require(a14_0x4ab13c(0x187)),helper=require('../../helpers/helper'),utilities=require('../../helpers/utilities'),constants=require(a14_0x4ab13c(0x218)),accessibilityHelper=require(a14_0x4ab13c(0x1af)),{updateTestRerunConfig}=require(a14_0x4ab13c(0x206)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x4ab13c(0x226)),TestDetails=require(a14_0x4ab13c(0x1ee)),{getPercyOptions}=require(a14_0x4ab13c(0x1a9)),TestHubHandler=require(a14_0x4ab13c(0x230)),testhubUtils=require(a14_0x4ab13c(0x220)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a14_0x4ab13c(0x1b7)),PerformanceEvents=require(a14_0x4ab13c(0x1f7))[a14_0x4ab13c(0x1bc)],getUserJestConfigs=async(_0x4ec81c,_0x3496e0)=>{const _0x55e637=a14_0x4ab13c,_0x474861={'SEaQq':_0x55e637(0x1ed),'ckluu':_0x55e637(0x1eb),'pLVPq':function(_0x5006f5,_0x1720c4){return _0x5006f5||_0x1720c4;},'TNqDx':function(_0x4564d9,_0x275e96){return _0x4564d9(_0x275e96);},'TBGwE':_0x55e637(0x233),'gEMvi':_0x55e637(0x1f2),'AjqDr':'mjs','MrGPR':_0x55e637(0x21e),'LBIIs':'json'},_0x5377cb=helper['requireModule'](_0x474861[_0x55e637(0x180)],_0x474861[_0x55e637(0x1cb)]),_0x4aca9f=_0x3496e0[_0x55e637(0x21f)](_0x198b69=>_0x198b69===_0x55e637(0x204));if(!helper[_0x55e637(0x1e4)](_0x4ec81c['config'])){logger[_0x55e637(0x194)](_0x55e637(0x1c2)+_0x4ec81c['config']),process['env'][_0x55e637(0x1c7)]=_0x4ec81c['config'];const _0x499ba6=await(0x0,_0x5377cb['default'])(path['resolve'](_0x4ec81c[_0x55e637(0x205)]));return _0x3496e0[_0x55e637(0x20b)](_0x4aca9f,0x2),_0x474861[_0x55e637(0x1f1)](_0x499ba6,{});}const _0x5d4aab=_0x474861[_0x55e637(0x1e5)](require,path[_0x55e637(0x22c)](process[_0x55e637(0x22d)](),_0x474861[_0x55e637(0x183)]));if(_0x5d4aab[_0x55e637(0x19b)])return logger['info'](_0x474861[_0x55e637(0x232)]),_0x5d4aab['jest'];const _0x503310=['js',_0x474861[_0x55e637(0x1ea)],_0x474861[_0x55e637(0x192)],_0x474861[_0x55e637(0x18d)],'ts'];for(const _0xd7b4dc of _0x503310){const _0x4f5cc6=path[_0x55e637(0x22c)](process[_0x55e637(0x22d)](),'jest.config.'+_0xd7b4dc);if(fs[_0x55e637(0x18b)](_0x4f5cc6)){process['env']['USER_CONFIG_DETAILS_PATH']=_0x4f5cc6;const _0x4bbe1e=await(0x0,_0x5377cb[_0x55e637(0x1c8)])(_0x4f5cc6);return _0x4bbe1e;}}return{};},getSerial=(_0x4f819a,_0x1badd3)=>{const _0x4bde83=a14_0x4ab13c,_0x162641={};_0x162641[_0x4bde83(0x22e)]=_0x4bde83(0x19d),_0x162641[_0x4bde83(0x221)]=function(_0x219e6c,_0x1415f7){return _0x219e6c>_0x1415f7;},_0x162641['OIhrg']=function(_0x36e1a8,_0x3e2258){return _0x36e1a8>_0x3e2258;},_0x162641[_0x4bde83(0x215)]='false';const _0x56029b=_0x162641;let _0x1b14f8=_0x56029b['Mfzqh'];return _0x56029b['othYP'](_0x4f819a[_0x4bde83(0x182)],0x1)&&(!_0x1badd3[_0x4bde83(0x1d9)]&&(helper['isUndefined'](_0x1badd3['maxWorkers'])||_0x56029b['OIhrg'](_0x1badd3['maxWorkers'],0x1)))&&(_0x1b14f8=_0x56029b[_0x4bde83(0x215)]),_0x1b14f8;},getMaxWorkers=(_0xfd0560,_0x4d7203,_0x3c411a)=>{const _0x402096=a14_0x4ab13c,_0x235c81={'ExgKH':function(_0x453281,_0x41aa30){return _0x453281(_0x41aa30);}};let _0x594213=0x1;if(!helper[_0x402096(0x1e4)](_0x4d7203[_0x402096(0x20e)]))_0x594213=_0x235c81[_0x402096(0x1bf)](parseInt,_0x4d7203[_0x402096(0x20e)]);else{if(!helper[_0x402096(0x1e4)](_0xfd0560[_0x402096(0x20f)]))_0x594213=_0xfd0560[_0x402096(0x20f)];else!helper[_0x402096(0x1e4)](_0x3c411a['maxWorkers'])&&(_0x594213=_0x3c411a[_0x402096(0x20f)]);}return _0x594213;};async function run(_0x1f0ab1,_0x206887,_0xaf08ec){const _0x26a090=a14_0x4ab13c,_0x445228={'BaCvy':_0x26a090(0x1b2),'IkniV':'jest','KmgWu':function(_0x30a6a3,_0x4784be){return _0x30a6a3(_0x4784be);},'TohzR':function(_0x36eabc,_0x409370){return _0x36eabc!=_0x409370;},'nypuj':_0x26a090(0x19d),'ufwTo':function(_0x929703,_0x16c0c4,_0x69c9ca){return _0x929703(_0x16c0c4,_0x69c9ca);},'zABsw':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','xnWPB':function(_0x1b6e66,_0x59d76a,_0x5be6af,_0x1e8729){return _0x1b6e66(_0x59d76a,_0x5be6af,_0x1e8729);},'lAdIn':function(_0x2b585d,_0x544e02){return _0x2b585d*_0x544e02;},'YcNki':function(_0x1c4700,_0x3e7129){return _0x1c4700===_0x3e7129;},'xzqZS':_0x26a090(0x199),'xihXA':_0x26a090(0x234),'aLFNh':_0x26a090(0x1d8),'LgRZw':'jest_browserstack_results.json','FxKOW':_0x26a090(0x213),'ylQIW':_0x26a090(0x1fb),'zsStd':_0x26a090(0x1e1),'bQbZM':'jest.setup.js','QYGpR':_0x26a090(0x18a),'WlPRc':_0x26a090(0x1b1),'kYrmD':function(_0x4c2c61,_0x4373d7){return _0x4c2c61(_0x4373d7);},'XdIod':_0x26a090(0x1de),'LGZNh':_0x26a090(0x1d4),'qYbLp':'customCircus.js','nuAvl':'test_before.setup.js','Cpplt':_0x26a090(0x1e2),'DKSnW':_0x26a090(0x1c8),'YNjVl':function(_0x4f4f24,_0x11144d,_0x1e4d26){return _0x4f4f24(_0x11144d,_0x1e4d26);},'hkIjH':_0x26a090(0x21c),'FEcye':_0x26a090(0x1da),'zYXtG':_0x26a090(0x204),'jGXiJ':function(_0x460033,_0x2f4fe8){return _0x460033===_0x2f4fe8;},'GWTkQ':_0x26a090(0x207),'Udskl':_0x26a090(0x208),'nndrV':_0x26a090(0x210)};helper[_0x26a090(0x1e9)]()?(await _0xaf08ec[_0x26a090(0x1e0)](_0x1f0ab1),await helper[_0x26a090(0x1a4)](_0xaf08ec[_0x26a090(0x205)])):await _0xaf08ec[_0x26a090(0x19c)]();if(!_0xaf08ec[_0x26a090(0x205)])return;_0x445228['TohzR'](_0xaf08ec['config'][_0x26a090(0x1e3)],null)?process[_0x26a090(0x1dd)][_0x26a090(0x225)]=_0xaf08ec[_0x26a090(0x205)][_0x26a090(0x1e3)]:process[_0x26a090(0x1dd)][_0x26a090(0x225)]=_0x445228['nypuj'];const _0x2592bb=await _0x445228['ufwTo'](getUserJestConfigs,_0x1f0ab1,_0x206887);logger['info'](_0x445228[_0x26a090(0x235)]);const _0x11e792=Object[_0x26a090(0x1b9)]({},_0x2592bb);_0x11e792[_0x26a090(0x1c5)]=Object['assign']({},_0x11e792[_0x26a090(0x1c5)],{'server':helper[_0x26a090(0x193)](_0xaf08ec['config']),'environment':_0x2592bb[_0x26a090(0x1d6)]}),_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x1a0)]=_0x445228['KmgWu'](getPercyOptions,_0xaf08ec[_0x26a090(0x205)]);const _0x1f48a0=helper[_0x26a090(0x1b5)](_0xaf08ec[_0x26a090(0x205)]);!helper[_0x26a090(0x1e4)](_0xaf08ec[_0x26a090(0x205)][_0x26a090(0x1a6)])&&(process[_0x26a090(0x1dd)][_0x26a090(0x1ba)]=JSON['stringify'](_0xaf08ec[_0x26a090(0x205)][_0x26a090(0x1a6)]));const _0x1e6112=await TestHubHandler[_0x26a090(0x191)](FRAMEWORKS[_0x26a090(0x1c9)],_0xaf08ec),_0xd389d1=helper[_0x26a090(0x1ac)](_0xaf08ec[_0x26a090(0x205)],_0x1f48a0,constants[_0x26a090(0x219)][_0x26a090(0x1c9)]);let _0x9b8239=_0xaf08ec[_0x26a090(0x205)][_0x26a090(0x1a5)];_0x9b8239=_0x9b8239||accessibilityHelper[_0x26a090(0x22a)](_0xaf08ec['config']),process[_0x26a090(0x1dd)][_0x26a090(0x19f)]=_0x9b8239,_0x11e792['testEnvironmentOptions']['capabilities']=_0xd389d1,_0x11e792['testEnvironmentOptions']['serial__']=_0x445228[_0x26a090(0x1f9)](getSerial,_0xd389d1,_0x1f0ab1),_0x11e792[_0x26a090(0x1c5)]['parallels__']=_0x445228[_0x26a090(0x1f6)](getMaxWorkers,_0x1f0ab1,_0xaf08ec[_0x26a090(0x205)],_0x2592bb),_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x1d5)]=_0xaf08ec[_0x26a090(0x205)]['proxySettings'],_0x11e792[_0x26a090(0x1c5)]['timeout__']=_0x445228['lAdIn'](_0x1f0ab1[_0x26a090(0x1ef)],0x1)||0x1388,_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x1c3)]=_0xaf08ec['config'][_0x26a090(0x1a2)][_0x26a090(0x1c3)],_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x1fe)]=_0xaf08ec[_0x26a090(0x205)][_0x26a090(0x1a2)][_0x26a090(0x1fe)],_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x19e)]=_0xaf08ec['config'][_0x26a090(0x1ff)],_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x188)]=_0xaf08ec['config'][_0x26a090(0x188)],_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x195)]=_0xaf08ec['config']['platforms'];const _0x25c037=helper[_0x26a090(0x189)](_0xaf08ec[_0x26a090(0x205)]);!helper['isEmpty'](_0x25c037)&&helper['isNotUndefined'](_0x25c037[_0x26a090(0x18e)])&&(_0x11e792[_0x26a090(0x1c5)][_0x26a090(0x1bd)]=_0x25c037[_0x26a090(0x18e)][_0x26a090(0x21a)]);let _0xc00b5f='';_0x445228[_0x26a090(0x186)](helper[_0x26a090(0x1e7)](),constants[_0x26a090(0x1cf)][_0x26a090(0x223)])?_0xc00b5f=_0x445228['xzqZS']:_0xc00b5f=_0x445228[_0x26a090(0x1dc)];const _0x476188=_0xc00b5f,_0x390e94=path['join'](__dirname,_0x445228[_0x26a090(0x222)],_0x445228[_0x26a090(0x1b8)]),_0x407962=path[_0x26a090(0x22c)](__dirname,_0x445228[_0x26a090(0x222)],_0x445228[_0x26a090(0x185)]),_0x460daf=path[_0x26a090(0x22c)](__dirname,_0x445228[_0x26a090(0x222)],_0x445228[_0x26a090(0x190)]);_0x11e792[_0x26a090(0x1d6)]&&(process[_0x26a090(0x1dd)][_0x26a090(0x21d)]=_0x11e792[_0x26a090(0x1d6)]);_0x11e792['testEnvironment']=path['join'](__dirname,_0x445228['aLFNh'],_0x445228[_0x26a090(0x21b)]),_0x11e792[_0x26a090(0x1ae)]=_0x407962,_0x11e792[_0x26a090(0x1c1)]=_0x11e792[_0x26a090(0x1c1)]||[],_0x11e792['setupFilesAfterEnv']['push'](path['join'](__dirname,_0x445228[_0x26a090(0x1a8)]));if(testhubUtils[_0x26a090(0x1b3)]()){let _0x3809be=null;try{_0x3809be=helper['requireModule'](_0x445228[_0x26a090(0x1ce)],_0x445228[_0x26a090(0x20a)]);}catch(_0x5484b0){_0x445228[_0x26a090(0x1e8)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x5484b0);}_0x3809be&&(_0x11e792['setupFilesAfterEnv']['push'](path[_0x26a090(0x22c)](__dirname,_0x445228[_0x26a090(0x1f5)],_0x445228['LGZNh'])),_0x11e792[_0x26a090(0x1b4)]=path[_0x26a090(0x22c)](__dirname,_0x445228[_0x26a090(0x222)],_0x445228[_0x26a090(0x1d0)]));}_0x11e792[_0x26a090(0x1ec)]=_0x11e792[_0x26a090(0x1ec)]||[];try{helper[_0x26a090(0x1fa)](),_0x11e792[_0x26a090(0x1ec)][_0x26a090(0x203)](path[_0x26a090(0x22c)](__dirname,_0x445228[_0x26a090(0x1f0)]));}catch{logger[_0x26a090(0x196)](_0x445228['Cpplt']);}_0x11e792[_0x26a090(0x1f4)]=_0x11e792['reporters']||[_0x445228[_0x26a090(0x22b)]],_0x445228['YNjVl'](updateTestRerunConfig,_0x11e792,_0xaf08ec);const _0x54cb34=fs[_0x26a090(0x1d1)](_0x460daf);fs[_0x26a090(0x1e6)](_0x11e792[_0x26a090(0x1ae)],_0x26a090(0x212)+_0x54cb34+_0x26a090(0x1aa)+_0xaf08ec[_0x26a090(0x205)]['platforms'][_0x26a090(0x182)]+';\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[_0x26a090(0x194)](_0x26a090(0x19a)+_0x476188+_0x26a090(0x1a1)),fs[_0x26a090(0x1e6)](_0x476188,'const\x20config='+JSON['stringify'](_0x11e792)+_0x26a090(0x1d7)),logger[_0x26a090(0x194)](_0x445228[_0x26a090(0x1db)]);testhubUtils[_0x26a090(0x1b3)]()&&TestDetails[_0x26a090(0x1fd)]();helper['filterBrowserstackArgs']({},_0x206887),PerformanceTester[_0x26a090(0x181)](PerformanceEvents[_0x26a090(0x1df)]);const _0x1b4dd7=_0x445228[_0x26a090(0x1f6)](spawn,_0x445228[_0x26a090(0x1f3)],[_0x445228[_0x26a090(0x184)],_0x445228[_0x26a090(0x217)],_0x476188,..._0x206887[_0x26a090(0x22f)](0x1)],{'shell':_0x445228[_0x26a090(0x1ab)](process[_0x26a090(0x197)],_0x445228['GWTkQ']),'stdio':_0x445228[_0x26a090(0x20c)],'env':Object[_0x26a090(0x1b9)]({},process[_0x26a090(0x1dd)])});_0x1b4dd7['on'](_0x445228['nndrV'],async _0x1d6685=>{const _0x337f13=_0x26a090;PerformanceTester[_0x337f13(0x1c0)](PerformanceEvents[_0x337f13(0x1bb)]);try{const {browserstackFolderPath:_0x591ee7,tcgConfigPath:_0x500492}=helper[_0x337f13(0x1d2)]();fs['unlinkSync'](_0x500492),fs[_0x337f13(0x202)](_0x591ee7);}catch(_0x4af1e6){logger[_0x337f13(0x196)](_0x445228[_0x337f13(0x1cc)],_0x4af1e6);}process[_0x337f13(0x229)]=_0x1d6685,logger[_0x337f13(0x196)](_0x337f13(0x1b6)+_0x1d6685),logger[_0x337f13(0x194)](_0x337f13(0x214)+_0x476188);let _0x564999=null;if(fs['existsSync'](_0x390e94)){_0x564999=fs[_0x337f13(0x1d1)](_0x390e94);try{_0x564999=JSON['parse'](_0x564999);}catch(_0x4ba8da){logger[_0x337f13(0x196)](_0x337f13(0x1b0)+_0x390e94+',\x20'+_0x564999+'\x20:\x20'+_0x4ba8da);}fs[_0x337f13(0x231)](_0x390e94);}fs[_0x337f13(0x231)](_0x476188),fs[_0x337f13(0x231)](_0x407962),_0x564999&&(_0xaf08ec[_0x337f13(0x198)]=helper['getErrorMessageFromResults'](_0x564999,_0x445228[_0x337f13(0x184)],_0xaf08ec));try{await TestHubHandler[_0x337f13(0x200)]();}catch(_0x2e0b5a){console['log'](_0x2e0b5a),_0x445228[_0x337f13(0x1ad)](debug,_0x337f13(0x209)+util[_0x337f13(0x216)](_0x2e0b5a));}testOpsHelper[_0x337f13(0x201)](),TestDetails['shutdown'](),await utilities[_0x337f13(0x1be)](_0xaf08ec);});}function a14_0x31f5(_0x443f5a,_0x5b9cf9){const _0x1858e3=a14_0x1858();return a14_0x31f5=function(_0x31f5bd,_0xce0bca){_0x31f5bd=_0x31f5bd-0x180;let _0x35de75=_0x1858e3[_0x31f5bd];return _0x35de75;},a14_0x31f5(_0x443f5a,_0x5b9cf9);}module[a14_0x4ab13c(0x228)]=run;
2
+ 'use strict';const a14_0x5f2293=a14_0x17c4;(function(_0x552b6a,_0x8c8995){const _0x38a554=a14_0x17c4,_0x1248d7=_0x552b6a();while(!![]){try{const _0x1f1457=parseInt(_0x38a554(0x1c7))/0x1*(parseInt(_0x38a554(0x250))/0x2)+-parseInt(_0x38a554(0x236))/0x3*(-parseInt(_0x38a554(0x1f4))/0x4)+parseInt(_0x38a554(0x21c))/0x5*(parseInt(_0x38a554(0x22a))/0x6)+-parseInt(_0x38a554(0x220))/0x7*(parseInt(_0x38a554(0x1ba))/0x8)+-parseInt(_0x38a554(0x1ec))/0x9*(parseInt(_0x38a554(0x1ca))/0xa)+parseInt(_0x38a554(0x1b2))/0xb+-parseInt(_0x38a554(0x1e9))/0xc;if(_0x1f1457===_0x8c8995)break;else _0x1248d7['push'](_0x1248d7['shift']());}catch(_0xeba453){_0x1248d7['push'](_0x1248d7['shift']());}}}(a14_0x24f2,0x3fed4));function a14_0x17c4(_0x243298,_0x15ad3c){const _0x24f2da=a14_0x24f2();return a14_0x17c4=function(_0x17c438,_0x1e37bd){_0x17c438=_0x17c438-0x197;let _0x4b61fc=_0x24f2da[_0x17c438];return _0x4b61fc;},a14_0x17c4(_0x243298,_0x15ad3c);}const fs=require('fs'),path=require(a14_0x5f2293(0x24a)),util=require(a14_0x5f2293(0x241)),{spawn}=require(a14_0x5f2293(0x21a)),logger=require(a14_0x5f2293(0x238))['winstonLogger'],{default:BrowserStackSetup}=require(a14_0x5f2293(0x1c5)),helper=require('../../helpers/helper'),utilities=require(a14_0x5f2293(0x21e)),constants=require(a14_0x5f2293(0x198)),accessibilityHelper=require(a14_0x5f2293(0x1bc)),{updateTestRerunConfig}=require(a14_0x5f2293(0x1ab)),testOpsHelper=require(a14_0x5f2293(0x245)),{debug}=require(a14_0x5f2293(0x245)),TestDetails=require(a14_0x5f2293(0x1df)),{getPercyOptions}=require(a14_0x5f2293(0x219)),TestHubHandler=require(a14_0x5f2293(0x1c3)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require(a14_0x5f2293(0x1f0)),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x5f2293(0x22f)],getUserJestConfigs=async(_0x4c882c,_0x1cb3e3)=>{const _0x2ec8e2=a14_0x5f2293,_0x2edbda={'kMnJy':'jest-config/build/readConfigFileAndSetRootDir.js','ItNjv':_0x2ec8e2(0x24c),'dvMuk':function(_0x564073,_0x2ce900){return _0x564073||_0x2ce900;},'bETaJ':function(_0x48b98e,_0x352f0e){return _0x48b98e(_0x352f0e);},'TQYLh':_0x2ec8e2(0x1e6),'SkEZt':_0x2ec8e2(0x1f5),'Bppan':_0x2ec8e2(0x1d5),'uzkeW':_0x2ec8e2(0x211),'rqpQT':'json'},_0x117a61=helper[_0x2ec8e2(0x1be)](_0x2edbda[_0x2ec8e2(0x24b)],_0x2edbda[_0x2ec8e2(0x224)]),_0x1838de=_0x1cb3e3[_0x2ec8e2(0x237)](_0x132a6d=>_0x132a6d==='--config');if(!helper['isUndefined'](_0x4c882c[_0x2ec8e2(0x215)])){logger['info']('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x4c882c[_0x2ec8e2(0x215)]),process[_0x2ec8e2(0x1e0)][_0x2ec8e2(0x1f8)]=_0x4c882c[_0x2ec8e2(0x215)];const _0x1ffdc3=await(0x0,_0x117a61[_0x2ec8e2(0x1ed)])(path[_0x2ec8e2(0x20b)](_0x4c882c[_0x2ec8e2(0x215)]));return _0x1cb3e3[_0x2ec8e2(0x1b1)](_0x1838de,0x2),_0x2edbda[_0x2ec8e2(0x232)](_0x1ffdc3,{});}const _0x5ccbd7=_0x2edbda[_0x2ec8e2(0x1ea)](require,path[_0x2ec8e2(0x240)](process[_0x2ec8e2(0x20c)](),_0x2edbda[_0x2ec8e2(0x1d6)]));if(_0x5ccbd7[_0x2ec8e2(0x222)])return logger[_0x2ec8e2(0x1cd)](_0x2edbda[_0x2ec8e2(0x208)]),_0x5ccbd7[_0x2ec8e2(0x222)];const _0x56186d=['js',_0x2edbda[_0x2ec8e2(0x225)],_0x2edbda[_0x2ec8e2(0x1d3)],_0x2edbda[_0x2ec8e2(0x1c2)],'ts'];for(const _0x1ddf64 of _0x56186d){const _0x5e97db=path['join'](process['cwd'](),_0x2ec8e2(0x1b8)+_0x1ddf64);if(fs[_0x2ec8e2(0x1a5)](_0x5e97db)){process['env'][_0x2ec8e2(0x1f8)]=_0x5e97db;const _0x4203b7=await(0x0,_0x117a61[_0x2ec8e2(0x1ed)])(_0x5e97db);return _0x4203b7;}}return{};},getSerial=(_0x11bb80,_0x5145e6)=>{const _0x47cfed=a14_0x5f2293,_0x5026d4={};_0x5026d4[_0x47cfed(0x1cb)]=_0x47cfed(0x1de),_0x5026d4[_0x47cfed(0x19f)]=function(_0x11282a,_0x4cd0fc){return _0x11282a>_0x4cd0fc;},_0x5026d4['YfiAN']=_0x47cfed(0x1a4);const _0x5b88e5=_0x5026d4;let _0x49e3f2=_0x5b88e5['EjrnM'];return _0x5b88e5[_0x47cfed(0x19f)](_0x11bb80['length'],0x1)&&(!_0x5145e6[_0x47cfed(0x1ff)]&&(helper[_0x47cfed(0x242)](_0x5145e6[_0x47cfed(0x1c4)])||_0x5b88e5[_0x47cfed(0x19f)](_0x5145e6[_0x47cfed(0x1c4)],0x1)))&&(_0x49e3f2=_0x5b88e5['YfiAN']),_0x49e3f2;},getMaxWorkers=(_0x21757b,_0x18a0fb,_0x1f28e4)=>{const _0x4dda98=a14_0x5f2293,_0x19c986={'LNkuw':function(_0x298a20,_0x4727a7){return _0x298a20(_0x4727a7);}};let _0x459582=0x1;if(!helper[_0x4dda98(0x242)](_0x18a0fb[_0x4dda98(0x1c1)]))_0x459582=_0x19c986[_0x4dda98(0x244)](parseInt,_0x18a0fb[_0x4dda98(0x1c1)]);else{if(!helper[_0x4dda98(0x242)](_0x21757b['maxWorkers']))_0x459582=_0x21757b[_0x4dda98(0x1c4)];else!helper[_0x4dda98(0x242)](_0x1f28e4['maxWorkers'])&&(_0x459582=_0x1f28e4[_0x4dda98(0x1c4)]);}return _0x459582;};async function run(_0x3a769f,_0x44afd1,_0x2629e6){const _0x6236eb=a14_0x5f2293,_0x218d94={'RLNqv':_0x6236eb(0x21b),'Iacro':_0x6236eb(0x222),'GqwUV':function(_0x3caf62,_0x4cb4c9){return _0x3caf62(_0x4cb4c9);},'UvPbl':function(_0x1d9f1f,_0x519df4){return _0x1d9f1f!=_0x519df4;},'HmWsD':_0x6236eb(0x1de),'aHPtQ':function(_0x2f715a,_0x4e068f,_0x28677f){return _0x2f715a(_0x4e068f,_0x28677f);},'JWBgy':_0x6236eb(0x1e3),'cFOQM':function(_0x2f231c,_0xf720ce,_0x5274b5,_0x440a20){return _0x2f231c(_0xf720ce,_0x5274b5,_0x440a20);},'qtUgW':function(_0x163113,_0x56c079){return _0x163113*_0x56c079;},'DRvRd':function(_0xf12041,_0x552896){return _0xf12041===_0x552896;},'FfIzU':_0x6236eb(0x20f),'ALNbo':_0x6236eb(0x1b3),'WAZNC':_0x6236eb(0x1af),'xkoMv':_0x6236eb(0x1f2),'xiNRS':_0x6236eb(0x1e1),'zIEtR':_0x6236eb(0x205),'CWiDU':'customEnvironment.js','NAfbH':'jest.setup.js','oYZQy':_0x6236eb(0x1d0),'XLNaw':'jest-circus','ZLhjX':_0x6236eb(0x23f),'vOrlI':_0x6236eb(0x1ef),'WotXt':_0x6236eb(0x1ad),'Gveil':_0x6236eb(0x229),'vcDXa':_0x6236eb(0x234),'esVHl':_0x6236eb(0x1ed),'bJTYl':function(_0x5544ab,_0x2cbdae,_0x3724ec){return _0x5544ab(_0x2cbdae,_0x3724ec);},'hWMzn':'Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','sUJNG':function(_0x247c88,_0x33f1e8,_0x224493,_0x16a905){return _0x247c88(_0x33f1e8,_0x224493,_0x16a905);},'ZHHIG':_0x6236eb(0x239),'JbBAu':_0x6236eb(0x24e),'IRuqS':function(_0x3cb80c,_0x3edefd){return _0x3cb80c===_0x3edefd;},'HVrZN':'win32','njWNr':_0x6236eb(0x1b0),'ogoMT':_0x6236eb(0x20a)};helper[_0x6236eb(0x216)]()?(await _0x2629e6[_0x6236eb(0x200)](_0x3a769f),await helper[_0x6236eb(0x217)](_0x2629e6['config'])):await _0x2629e6[_0x6236eb(0x251)]();if(!_0x2629e6[_0x6236eb(0x215)])return;_0x218d94['UvPbl'](_0x2629e6[_0x6236eb(0x215)]['testObservability'],null)?process[_0x6236eb(0x1e0)][_0x6236eb(0x24f)]=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x1a1)]:process[_0x6236eb(0x1e0)][_0x6236eb(0x24f)]=_0x218d94[_0x6236eb(0x218)];const _0x52bb72=await _0x218d94[_0x6236eb(0x1bb)](getUserJestConfigs,_0x3a769f,_0x44afd1);logger[_0x6236eb(0x1cd)](_0x218d94[_0x6236eb(0x247)]);const _0x3f4a23=Object['assign']({},_0x52bb72);_0x3f4a23['testEnvironmentOptions']=Object[_0x6236eb(0x22d)]({},_0x3f4a23[_0x6236eb(0x1cc)],{'server':helper[_0x6236eb(0x233)](_0x2629e6[_0x6236eb(0x215)]),'environment':_0x52bb72[_0x6236eb(0x1fe)]}),_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1f9)]=_0x218d94['GqwUV'](getPercyOptions,_0x2629e6[_0x6236eb(0x215)]);const _0x2e70ad=helper[_0x6236eb(0x22e)](_0x2629e6[_0x6236eb(0x215)]);!helper[_0x6236eb(0x242)](_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x228)])&&(process[_0x6236eb(0x1e0)][_0x6236eb(0x19b)]=JSON['stringify'](_0x2629e6['config'][_0x6236eb(0x228)]));const _0x5c8fdb=await TestHubHandler[_0x6236eb(0x24d)](FRAMEWORKS[_0x6236eb(0x1a3)],_0x2629e6),_0x143a7c=helper[_0x6236eb(0x23e)](_0x2629e6[_0x6236eb(0x215)],_0x2e70ad,constants[_0x6236eb(0x1aa)][_0x6236eb(0x1a3)]);let _0x51b7c2=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x230)];_0x51b7c2=_0x51b7c2||accessibilityHelper[_0x6236eb(0x22b)](_0x2629e6['config']),process[_0x6236eb(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x51b7c2,_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1a0)]=_0x143a7c,_0x3f4a23['testEnvironmentOptions'][_0x6236eb(0x1c9)]=_0x218d94[_0x6236eb(0x1bb)](getSerial,_0x143a7c,_0x3a769f),_0x3f4a23[_0x6236eb(0x1cc)]['parallels__']=_0x218d94[_0x6236eb(0x199)](getMaxWorkers,_0x3a769f,_0x2629e6[_0x6236eb(0x215)],_0x52bb72),_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1d2)]=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x1d2)],_0x3f4a23[_0x6236eb(0x1cc)]['timeout__']=_0x218d94['qtUgW'](_0x3a769f['testTimeout'],0x1)||0x1388,_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1ac)]=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x23a)][_0x6236eb(0x1ac)],_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1d1)]=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x23a)][_0x6236eb(0x1d1)],_0x3f4a23['testEnvironmentOptions']['browserStackLogLevel']=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x1e7)],_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1fa)]=_0x2629e6[_0x6236eb(0x215)]['turboScaleUrl'],_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x227)]=_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x235)];const _0x136df3=helper[_0x6236eb(0x1fc)](_0x2629e6[_0x6236eb(0x215)]);!helper[_0x6236eb(0x212)](_0x136df3)&&helper[_0x6236eb(0x23b)](_0x136df3[_0x6236eb(0x197)])&&(_0x3f4a23[_0x6236eb(0x1cc)][_0x6236eb(0x1c8)]=_0x136df3['retryTestsOnFailure'][_0x6236eb(0x22c)]);let _0x179fc3='';_0x218d94['DRvRd'](helper[_0x6236eb(0x1fb)](),constants[_0x6236eb(0x201)][_0x6236eb(0x1c6)])?_0x179fc3=_0x218d94[_0x6236eb(0x1c0)]:_0x179fc3=_0x218d94['ALNbo'];const _0x3e4390=_0x179fc3,_0x52405d=path[_0x6236eb(0x240)](__dirname,_0x218d94['WAZNC'],_0x218d94[_0x6236eb(0x203)]),_0xb33f3d=path[_0x6236eb(0x240)](__dirname,_0x218d94[_0x6236eb(0x1d7)],_0x218d94[_0x6236eb(0x1ce)]),_0x42e012=path['join'](__dirname,_0x218d94['WAZNC'],_0x218d94[_0x6236eb(0x202)]);_0x3f4a23[_0x6236eb(0x1fe)]&&(process[_0x6236eb(0x1e0)][_0x6236eb(0x1e4)]=_0x3f4a23[_0x6236eb(0x1fe)]);_0x3f4a23[_0x6236eb(0x1fe)]=path['join'](__dirname,_0x218d94['WAZNC'],_0x218d94[_0x6236eb(0x206)]),_0x3f4a23['runner']=_0xb33f3d,_0x3f4a23[_0x6236eb(0x246)]=_0x3f4a23[_0x6236eb(0x246)]||[],_0x3f4a23[_0x6236eb(0x246)][_0x6236eb(0x20d)](path[_0x6236eb(0x240)](__dirname,_0x218d94[_0x6236eb(0x1b7)]));if(testhubUtils[_0x6236eb(0x1bf)]()){let _0x738411=null;try{_0x738411=helper[_0x6236eb(0x1be)](_0x218d94[_0x6236eb(0x249)],_0x218d94[_0x6236eb(0x19c)]);}catch(_0x5e64dc){_0x218d94[_0x6236eb(0x1f1)](debug,_0x6236eb(0x1b6)+_0x5e64dc);}_0x738411&&(_0x3f4a23[_0x6236eb(0x246)][_0x6236eb(0x20d)](path['join'](__dirname,_0x218d94['ZLhjX'],_0x218d94[_0x6236eb(0x1a9)])),_0x3f4a23[_0x6236eb(0x1fd)]=path[_0x6236eb(0x240)](__dirname,_0x218d94[_0x6236eb(0x1d7)],_0x218d94['WotXt']));}_0x3f4a23[_0x6236eb(0x1e8)]=_0x3f4a23[_0x6236eb(0x1e8)]||[];try{helper[_0x6236eb(0x1a6)](),_0x3f4a23[_0x6236eb(0x1e8)][_0x6236eb(0x20d)](path[_0x6236eb(0x240)](__dirname,_0x218d94[_0x6236eb(0x1f3)]));}catch{logger[_0x6236eb(0x209)](_0x218d94[_0x6236eb(0x248)]);}_0x3f4a23[_0x6236eb(0x19d)]=_0x3f4a23[_0x6236eb(0x19d)]||[_0x218d94[_0x6236eb(0x1a8)]],_0x218d94[_0x6236eb(0x19a)](updateTestRerunConfig,_0x3f4a23,_0x2629e6);const _0x288f64=fs[_0x6236eb(0x1b4)](_0x42e012);fs[_0x6236eb(0x1e5)](_0x3f4a23[_0x6236eb(0x223)],'\x0a\x20\x20\x20\x20'+_0x288f64+_0x6236eb(0x1ee)+_0x2629e6[_0x6236eb(0x215)][_0x6236eb(0x235)][_0x6236eb(0x20e)]+_0x6236eb(0x21f)),logger['info']('Creating\x20'+_0x3e4390+_0x6236eb(0x1d9)),fs[_0x6236eb(0x1e5)](_0x3e4390,_0x6236eb(0x1dd)+JSON[_0x6236eb(0x1a2)](_0x3f4a23)+'\x0amodule.exports\x20=\x20config;'),logger[_0x6236eb(0x1cd)](_0x218d94[_0x6236eb(0x1ae)]);testhubUtils[_0x6236eb(0x1bf)]()&&TestDetails[_0x6236eb(0x221)]();helper['filterBrowserstackArgs']({},_0x44afd1),PerformanceTester[_0x6236eb(0x207)](PerformanceEvents['SDK_SETUP']);const _0x49529b=_0x218d94[_0x6236eb(0x23d)](spawn,_0x218d94[_0x6236eb(0x1dc)],[_0x218d94[_0x6236eb(0x1db)],_0x218d94[_0x6236eb(0x1d8)],_0x3e4390,..._0x44afd1[_0x6236eb(0x19e)](0x1)],{'shell':_0x218d94['IRuqS'](process['platform'],_0x218d94['HVrZN']),'stdio':_0x218d94[_0x6236eb(0x1eb)],'env':Object[_0x6236eb(0x22d)]({},process['env'])});_0x49529b['on'](_0x218d94[_0x6236eb(0x213)],async _0x2ab2bb=>{const _0x25f44b=_0x6236eb;PerformanceTester[_0x25f44b(0x214)](PerformanceEvents[_0x25f44b(0x1f6)]);try{const {browserstackFolderPath:_0x369f0e,tcgConfigPath:_0x5896c2}=helper[_0x25f44b(0x204)]();fs['unlinkSync'](_0x5896c2),fs[_0x25f44b(0x1b9)](_0x369f0e);}catch(_0x2a4f26){logger[_0x25f44b(0x209)](_0x218d94[_0x25f44b(0x21d)],_0x2a4f26);}process['exitCode']=_0x2ab2bb,logger['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x2ab2bb),logger[_0x25f44b(0x1cd)](_0x25f44b(0x1cf)+_0x3e4390);let _0x5438e8=null;if(fs['existsSync'](_0x52405d)){_0x5438e8=fs[_0x25f44b(0x1b4)](_0x52405d);try{_0x5438e8=JSON['parse'](_0x5438e8);}catch(_0x1b694e){logger[_0x25f44b(0x209)](_0x25f44b(0x1d4)+_0x52405d+',\x20'+_0x5438e8+'\x20:\x20'+_0x1b694e);}fs[_0x25f44b(0x231)](_0x52405d);}fs[_0x25f44b(0x231)](_0x3e4390),fs[_0x25f44b(0x231)](_0xb33f3d),_0x5438e8&&(_0x2629e6[_0x25f44b(0x1bd)]=helper[_0x25f44b(0x1da)](_0x5438e8,_0x218d94[_0x25f44b(0x1db)],_0x2629e6));try{await TestHubHandler[_0x25f44b(0x226)]();}catch(_0x5c09a8){console[_0x25f44b(0x1e2)](_0x5c09a8),_0x218d94[_0x25f44b(0x1f1)](debug,_0x25f44b(0x243)+util[_0x25f44b(0x210)](_0x5c09a8));}testOpsHelper[_0x25f44b(0x23c)](),TestDetails[_0x25f44b(0x1a7)](),await utilities[_0x25f44b(0x1b5)](_0x2629e6);});}module[a14_0x5f2293(0x1f7)]=run;function a14_0x24f2(){const _0x317a6c=['util','isUndefined','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','LNkuw','../../helpers/test-observability/utils','setupFilesAfterEnv','JWBgy','vcDXa','oYZQy','path','kMnJy','jest-config','launchBuild','--config','BROWSERSTACK_TEST_OBSERVABILITY_YML','171886XNQkeb','setupTCGAuth','retryTestsOnFailure','../utils/constants','cFOQM','bJTYl','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','XLNaw','reporters','slice','sRzub','capabilities','testObservability','stringify','JEST','false','existsSync','requireSeleniumWebdriver','shutdown','esVHl','vOrlI','FRAMEWORKS','./test-observability/helper','skipSessionName','customCircus.js','hWMzn','customImplements','inherit','splice','2723688RSUaFM','jest_browserstack.config.js','readFileSync','finalExecution','Unable\x20to\x20find\x20jest-circus,\x20','NAfbH','jest.config.','rmdirSync','8rptLis','aHPtQ','../../helpers/accessibility-automation/helper','errorMessage','requireModule','shouldProcessEventForTesthub','FfIzU','parallelsPerPlatform','rqpQT','../../helpers/testhub/testhubHandler','maxWorkers','../../helpers/BrowserStackSetup','MODULE','4UXoVKj','retries__','serial__','1197870saQtVo','EjrnM','testEnvironmentOptions','info','xiNRS','Deleting\x20','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','skipSessionStatus','proxySettings','uzkeW','Error\x20while\x20parsing\x20','mjs','TQYLh','WAZNC','JbBAu','\x20with\x20browserstack\x20jest\x20configs','getErrorMessageFromResults','Iacro','ZHHIG','const\x20config=','true','./test-observability/test-details','env','customTestRunner.js','log','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','BSTACK_JEST_TEST_ENV','writeFileSync','package.json','logLevel','setupFiles','1473156lblsBA','bETaJ','njWNr','36KyUsaz','default','\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','data-hooks.js','../../helpers/performance/performance-tester','GqwUV','jest_browserstack_results.json','Gveil','8jhwEOC','Getting\x20your\x20jest\x20configs\x20from\x20package.json','SDK_CLEANUP','exports','USER_CONFIG_DETAILS_PATH','browserStackPercyOptions','turboScaleUrl','getPackageType','parseTestOrchestrationOptions','testRunner','testEnvironment','runInBand','initialize','PACKAGE_TYPE','zIEtR','xkoMv','getTCGConfigFilePaths','customTestRunnerTemplate.js','CWiDU','end','SkEZt','debug','close','resolve','cwd','push','length','jest_browserstack.config.cjs','format','cjs','isEmpty','ogoMT','start','config','isBrowserstackInfra','handleApp','HmWsD','../../helpers/percy/utils','child_process','error\x20removing\x20tcg\x20config\x20file','485cExmnA','RLNqv','../../helpers/utilities',';\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','3357382DQPJXi','setup','jest','runner','ItNjv','Bppan','stop','platformCaps','accessibilityOptions','test_before.setup.js','16782EPvPKx','checkAccessibilityPlatformConfig','maxRetries','assign','useW3C','EVENTS','accessibility','unlinkSync','dvMuk','getHubUrl','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','platforms','721038Iixwor','findIndex','../../helpers/logger','npx','testContextOptions','isNotUndefined','printBuildLink','sUJNG','prepareCapabilities','test-observability','join'];a14_0x24f2=function(){return _0x317a6c;};return a14_0x24f2();}
@@ -1 +1 @@
1
- const a15_0x382dd3=a15_0x3210;(function(_0x1e4076,_0x474a0b){const _0x2212a8=a15_0x3210,_0x2dd339=_0x1e4076();while(!![]){try{const _0x3d0ca1=parseInt(_0x2212a8(0x1e0))/0x1+-parseInt(_0x2212a8(0x1de))/0x2+parseInt(_0x2212a8(0x1e8))/0x3*(-parseInt(_0x2212a8(0x1df))/0x4)+-parseInt(_0x2212a8(0x1d8))/0x5*(parseInt(_0x2212a8(0x1e6))/0x6)+parseInt(_0x2212a8(0x1dd))/0x7+parseInt(_0x2212a8(0x1d5))/0x8+-parseInt(_0x2212a8(0x1e3))/0x9*(-parseInt(_0x2212a8(0x1d6))/0xa);if(_0x3d0ca1===_0x474a0b)break;else _0x2dd339['push'](_0x2dd339['shift']());}catch(_0x298998){_0x2dd339['push'](_0x2dd339['shift']());}}}(a15_0x473a,0x9c223));const path=require(a15_0x382dd3(0x1d7)),{requireModule}=require(a15_0x382dd3(0x1e2));function a15_0x3210(_0x17b307,_0x59bbb9){const _0x473a91=a15_0x473a();return a15_0x3210=function(_0x32103c,_0x15eb15){_0x32103c=_0x32103c-0x1d3;let _0x58c3d9=_0x473a91[_0x32103c];return _0x58c3d9;},a15_0x3210(_0x17b307,_0x59bbb9);}function a15_0x473a(){const _0x17327b=['path','225zHrYjc','xiTSg','customJestAdapterInit.js','includes','exports','5115824FMVnMI','1933106KHvQih','4CnfWVx','790876Bjbcaa','initRequireModule','../../../helpers/helper','2845971haJzXy','weRYT','jest-circus','14574tKqftX','default','2347089JrgpEa','jestAdapterInit','function','requireInternalModule','qlqXj','5278536EShPjY','10syCuzv'];a15_0x473a=function(){return _0x17327b;};return a15_0x473a();}let initJestAdapter=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js',a15_0x382dd3(0x1e5));initJestAdapter=typeof initJestAdapter===a15_0x382dd3(0x1ea)?initJestAdapter:initJestAdapter[a15_0x382dd3(0x1e7)];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a15_0x382dd3(0x1da));module[a15_0x382dd3(0x1dc)]=(..._0x4ed64e)=>{const _0x10c133=a15_0x382dd3,_0x565c22={'weRYT':_0x10c133(0x1e9),'qlqXj':function(_0x4591d9,_0x54dd45){return _0x4591d9===_0x54dd45;},'xiTSg':function(_0x4b99bc,..._0x253195){return _0x4b99bc(..._0x253195);}};return _0x4ed64e[0x3][_0x10c133(0x1e1)]=_0x4ed64e[0x3][_0x10c133(0x1d3)],_0x4ed64e[0x3][_0x10c133(0x1d3)]=(..._0x2a8b0b)=>{const _0x2e6d5c=_0x10c133;if(_0x2a8b0b[0x0]&&_0x2a8b0b[0x0][_0x2e6d5c(0x1db)](_0x565c22[_0x2e6d5c(0x1e4)])&&_0x565c22[_0x2e6d5c(0x1d4)](_0x2a8b0b[0x1],undefined))return _0x4ed64e[0x3][_0x2e6d5c(0x1e1)](FRAMEWORK_INITIALIZER);return _0x4ed64e[0x3][_0x2e6d5c(0x1e1)](..._0x2a8b0b);},_0x565c22[_0x10c133(0x1d9)](initJestAdapter,..._0x4ed64e);};
1
+ const a15_0x34fae9=a15_0x4a1c;(function(_0x3916ea,_0x26c850){const _0x56d7b5=a15_0x4a1c,_0x4259f1=_0x3916ea();while(!![]){try{const _0x5dbc02=parseInt(_0x56d7b5(0x140))/0x1*(parseInt(_0x56d7b5(0x13c))/0x2)+-parseInt(_0x56d7b5(0x13f))/0x3*(parseInt(_0x56d7b5(0x13b))/0x4)+parseInt(_0x56d7b5(0x148))/0x5*(parseInt(_0x56d7b5(0x142))/0x6)+-parseInt(_0x56d7b5(0x13e))/0x7+-parseInt(_0x56d7b5(0x13d))/0x8+-parseInt(_0x56d7b5(0x14c))/0x9+parseInt(_0x56d7b5(0x145))/0xa;if(_0x5dbc02===_0x26c850)break;else _0x4259f1['push'](_0x4259f1['shift']());}catch(_0x2a0752){_0x4259f1['push'](_0x4259f1['shift']());}}}(a15_0x82e7,0x4afba));function a15_0x4a1c(_0x119b6c,_0x146f4d){const _0x82e718=a15_0x82e7();return a15_0x4a1c=function(_0x4a1cbb,_0x43ccd4){_0x4a1cbb=_0x4a1cbb-0x13a;let _0x3c04e2=_0x82e718[_0x4a1cbb];return _0x3c04e2;},a15_0x4a1c(_0x119b6c,_0x146f4d);}const path=require('path'),{requireModule}=require(a15_0x34fae9(0x14a));let initJestAdapter=requireModule(a15_0x34fae9(0x143),a15_0x34fae9(0x141));initJestAdapter=typeof initJestAdapter===a15_0x34fae9(0x14d)?initJestAdapter:initJestAdapter[a15_0x34fae9(0x149)];const FRAMEWORK_INITIALIZER=path[a15_0x34fae9(0x144)](__dirname,'customJestAdapterInit.js');function a15_0x82e7(){const _0x1b65b9=['jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','join','11700880NCeKyw','exports','QOUGf','5TESLEN','default','../../../helpers/helper','jestAdapterInit','3229362SpCamD','function','initRequireModule','requireInternalModule','50888ChwGhG','4ATOssQ','2639928wtvqcr','2229920WzzhQC','141zFGuDC','231538EXzYYp','jest-circus','1675614uupOCq'];a15_0x82e7=function(){return _0x1b65b9;};return a15_0x82e7();}module[a15_0x34fae9(0x146)]=(..._0x54f56a)=>{const _0x5542a5=a15_0x34fae9,_0x2b269a={'naEDs':_0x5542a5(0x14b),'QOUGf':function(_0xc2ff71,_0x54b771){return _0xc2ff71===_0x54b771;},'uwrqW':function(_0x30b940,..._0x1fd6f1){return _0x30b940(..._0x1fd6f1);}};return _0x54f56a[0x3][_0x5542a5(0x14e)]=_0x54f56a[0x3][_0x5542a5(0x13a)],_0x54f56a[0x3][_0x5542a5(0x13a)]=(..._0x6c4e49)=>{const _0x27e60e=_0x5542a5;if(_0x6c4e49[0x0]&&_0x6c4e49[0x0]['includes'](_0x2b269a['naEDs'])&&_0x2b269a[_0x27e60e(0x147)](_0x6c4e49[0x1],undefined))return _0x54f56a[0x3][_0x27e60e(0x14e)](FRAMEWORK_INITIALIZER);return _0x54f56a[0x3][_0x27e60e(0x14e)](..._0x6c4e49);},_0x2b269a['uwrqW'](initJestAdapter,..._0x54f56a);};
@@ -1 +1 @@
1
- const a16_0x4f4bb4=a16_0x4f2a;(function(_0x7f26fd,_0x565e10){const _0x32b20d=a16_0x4f2a,_0x4bd620=_0x7f26fd();while(!![]){try{const _0x22291b=-parseInt(_0x32b20d(0x187))/0x1+parseInt(_0x32b20d(0x17d))/0x2+-parseInt(_0x32b20d(0x183))/0x3*(-parseInt(_0x32b20d(0x193))/0x4)+-parseInt(_0x32b20d(0x1b2))/0x5+-parseInt(_0x32b20d(0x1b1))/0x6*(-parseInt(_0x32b20d(0x1b5))/0x7)+parseInt(_0x32b20d(0x17a))/0x8*(-parseInt(_0x32b20d(0x18f))/0x9)+-parseInt(_0x32b20d(0x1a1))/0xa;if(_0x22291b===_0x565e10)break;else _0x4bd620['push'](_0x4bd620['shift']());}catch(_0x405f4d){_0x4bd620['push'](_0x4bd620['shift']());}}}(a16_0x3c24,0x5454d));const helper=require(a16_0x4f4bb4(0x19a)),constants=require('../../utils/constants'),{isTestObservabilitySession}=require(a16_0x4f4bb4(0x1ac)),RequestQueueHandler=require('../../../helpers/test-observability/requestQueueHandler'),ObservabilityReporter=require(a16_0x4f4bb4(0x170)),testhubUtils=require(a16_0x4f4bb4(0x16f)),getTestEnvironment=((()=>{const _0x45a5f0=a16_0x4f4bb4,_0x135f3c={};_0x135f3c[_0x45a5f0(0x197)]=_0x45a5f0(0x178),_0x135f3c[_0x45a5f0(0x1b7)]=_0x45a5f0(0x1bc);const _0x10123d=_0x135f3c;try{const _0x503a48=helper[_0x45a5f0(0x19f)](_0x10123d['CORru']);if(_0x503a48[_0x45a5f0(0x1a5)])return _0x503a48[_0x45a5f0(0x1a5)];const _0x22d7ae=helper['requireModule'](_0x10123d[_0x45a5f0(0x1b7)]);if(_0x22d7ae[_0x45a5f0(0x19b)])return _0x22d7ae[_0x45a5f0(0x19b)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x1beec8=a16_0x4f4bb4,_0x1d9a3c={'mfEZX':function(_0x36cc83,_0x1a1870){return _0x36cc83(_0x1a1870);},'dvjwn':_0x1beec8(0x1c2),'zdpui':_0x1beec8(0x181),'OFNKT':function(_0x3f04c6,_0x473c37){return _0x3f04c6(_0x473c37);}},_0x227416=_0x1d9a3c[_0x1beec8(0x1b0)](getTestEnvironment,{'rootDir':process[_0x1beec8(0x1a2)](),'testEnvironment':process[_0x1beec8(0x189)]['BSTACK_JEST_TEST_ENV']||_0x1d9a3c[_0x1beec8(0x190)]});if(!_0x227416)return _0x1d9a3c['mfEZX'](_interopRequireDefault,helper[_0x1beec8(0x19f)](_0x1d9a3c[_0x1beec8(0x172)]));return _0x1d9a3c[_0x1beec8(0x1a6)](_interopRequireDefault,helper[_0x1beec8(0x19f)](_0x227416));})()),_seleniumWebdriver2=((()=>{const _0x23023b=a16_0x4f4bb4,_0x1d507f={'wWqhw':function(_0x3d7f10,_0x56e501){return _0x3d7f10(_0x56e501);}};try{const _0x26f9c4=helper[_0x23023b(0x171)]();return helper[_0x23023b(0x16e)](),_0x1d507f['wWqhw'](_interopRequireDefault,_0x26f9c4);}catch{return null;}})());function a16_0x3c24(){const _0x476c6e=['__driversArray','GTdmL','61659lTjxFl','dvjwn','testContext','teardown','4056TIIzak','6|8|9|0|7|3|1|4|5|2','shouldProcessEventForTesthub','mqXgg','CORru','split','test_start','../../../helpers/helper','getTestEnvironment','default','percy','zqund','requireModule','browserStackGlobals','4340110mztMTw','cwd','sbIaB','FRAMEWORKS','resolveTestEnvironment','OFNKT','quit','framework','nestedKeyValue','browserstackPlatformIndex','setup','../../../helpers/test-observability/utils','isBrowserstackInfra','testEnvironmentOptions','browserstackPercyBestPlatform','mfEZX','3402246xZPONF','2099110DctWBC','bdwGA','capability','7HXLENU','Qflom','oaBno','__timeout','zjIOo','browserstackAgentV2','__skipSessionStatus','jest-config','Builder','__webdriver','FGVXf','timeout__','builder','node','driver','modifyCommand','../../../helpers/testhub/utils','../test-observability/obsReporter','requireSeleniumWebdriver','zdpui','__platformCaps','NCdBB','test','fecUw','projectConfig','jest-resolve','Olvdc','208TtEzLF','exports','configuration','953108rTUFTF','BSTACK_DELTA','shutdown','1|0|3|5|4|2','jest-environment-node','sessionNameProvided','1959NZLDGN','global','retries__','percyCaptureMode','328357TVNFzt','platformCaps','env','getInstance','bTvmU','skipSessionName'];a16_0x3c24=function(){return _0x476c6e;};return a16_0x3c24();}function _interopRequireDefault(_0x220bcf){return _0x220bcf&&_0x220bcf['__esModule']?_0x220bcf:{'default':_0x220bcf};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x4f4bb4(0x19c)]['Builder']:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0xc3e035){const _0xaf5014=a16_0x4f4bb4,_0x2101c6={'bdwGA':'quit','zjIOo':_0xaf5014(0x180),'sbIaB':function(_0x53c572,_0x5eccc5){return _0x53c572+_0x5eccc5;},'Qflom':_0xaf5014(0x194),'Olvdc':_0xaf5014(0x1ae),'FGVXf':'browserStackPercyOptions','zqund':_0xaf5014(0x1af),'bTvmU':_0xaf5014(0x188),'OnwFh':'percyCaptureMode','mqXgg':_0xaf5014(0x19d),'NCdBB':function(_0x107a08,_0x55ca38){return _0x107a08(_0x55ca38);},'SmPUL':'../../../index'};super(_0xc3e035),this[_0xaf5014(0x184)][_0xaf5014(0x1b8)]=0x0,this[_0xaf5014(0x17c)]={};!_0xc3e035[_0xaf5014(0x1ae)]&&(_0xc3e035[_0xaf5014(0x1ae)]={});if(helper[_0xaf5014(0x1ad)]()){const _0x441291=_0x2101c6[_0xaf5014(0x1b9)][_0xaf5014(0x198)]('|');let _0x34393f=0x0;while(!![]){switch(_0x441291[_0x34393f++]){case'0':this[_0xaf5014(0x1c1)]=new _seleniumWebdriver2[(_0xaf5014(0x19c))][(_0xaf5014(0x1bd))]();continue;case'1':_0xc3e035[_0xaf5014(0x1ae)]=_0xc3e035['projectConfig']?_0xc3e035[_0xaf5014(0x177)][_0xaf5014(0x1ae)]:_0xc3e035[_0xaf5014(0x1ae)];continue;case'2':helper['isNotUndefined'](this[_0xaf5014(0x17c)][_0xaf5014(0x185)])&&(this[_0xaf5014(0x184)]['__jestRetries']=this[_0xaf5014(0x17c)][_0xaf5014(0x185)]);continue;case'3':this[_0xaf5014(0x17c)]=_0xc3e035['testEnvironmentOptions'];continue;case'4':this['global']['__timeout']=_0x2101c6[_0xaf5014(0x1a3)](this['configuration'][_0xaf5014(0x1c0)],constants[_0xaf5014(0x17e)]);continue;case'5':this[_0xaf5014(0x1b4)]=_0xc3e035[_0xaf5014(0x177)]?_0xc3e035[_0xaf5014(0x177)][_0xaf5014(0x1b4)]:_0xc3e035[_0xaf5014(0x1b4)];continue;}break;}}if(testhubUtils[_0xaf5014(0x195)]()){const _0x432bc1=new ObservabilityReporter();_0x432bc1['registerListeners']();}this['global'][_0xaf5014(0x1a0)]={},this['configuration'][_0xaf5014(0x1a8)]=constants[_0xaf5014(0x1a4)]['JEST'];if(_seleniumWebdriver2){const _0x45d421=_0x2101c6[_0xaf5014(0x1b6)][_0xaf5014(0x198)]('|');let _0x36eeb4=0x0;while(!![]){switch(_0x45d421[_0x36eeb4++]){case'0':this[_0xaf5014(0x184)][_0xaf5014(0x1af)]=helper[_0xaf5014(0x1a9)](_0xc3e035,[_0x2101c6[_0xaf5014(0x179)],_0x2101c6['FGVXf'],_0x2101c6[_0xaf5014(0x19e)]]);continue;case'1':this[_0xaf5014(0x184)][_0xaf5014(0x173)]=helper[_0xaf5014(0x1a9)](this['configuration'],[_0x2101c6[_0xaf5014(0x18b)],this['global'][_0xaf5014(0x1aa)]])||{};continue;case'2':this[_0xaf5014(0x184)]['cleanup']=async()=>{const _0x315299=_0xaf5014;await this[_0x315299(0x184)][_0x315299(0x16d)][_0x315299(0x1a7)](_0x2101c6[_0x315299(0x1b3)]);};continue;case'3':this[_0xaf5014(0x184)][_0xaf5014(0x186)]=helper[_0xaf5014(0x1a9)](_0xc3e035,[_0x2101c6[_0xaf5014(0x179)],_0x2101c6[_0xaf5014(0x1bf)],_0x2101c6['OnwFh']]);continue;case'4':helper['isTrue'](this[_0xaf5014(0x17c)][_0xaf5014(0x18c)])?this[_0xaf5014(0x184)][_0xaf5014(0x182)]=!![]:this[_0xaf5014(0x184)][_0xaf5014(0x182)]=![];continue;case'5':this[_0xaf5014(0x184)][_0xaf5014(0x1bb)]=helper['isTrue'](this['configuration']['skipSessionStatus']);continue;case'6':this['global']['__drivers']=[];continue;case'7':this['global'][_0xaf5014(0x19d)]=helper[_0xaf5014(0x1a9)](_0xc3e035,[_0x2101c6[_0xaf5014(0x179)],_0x2101c6[_0xaf5014(0x1bf)],_0x2101c6[_0xaf5014(0x196)]]);continue;case'8':this[_0xaf5014(0x184)][_0xaf5014(0x1be)]=_0x2101c6[_0xaf5014(0x174)](require,_0x2101c6['SmPUL'])[_0xaf5014(0x1ba)]({...this[_0xaf5014(0x17c)],'capability':this['capability']||{}},this,testhubUtils[_0xaf5014(0x195)]());continue;case'9':this[_0xaf5014(0x184)][_0xaf5014(0x1aa)]=(_0xc3e035[_0xaf5014(0x177)]?_0xc3e035[_0xaf5014(0x177)][_0xaf5014(0x1aa)]:_0xc3e035['browserstackPlatformIndex'])||0x0;continue;}break;}}}async[a16_0x4f4bb4(0x192)](){const _0x3fb6ba=a16_0x4f4bb4;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0x3fb6ba(0x184)][_0x3fb6ba(0x18d)]),this['global'][_0x3fb6ba(0x1be)][_0x3fb6ba(0x1bd)]=originalBuilder),await RequestQueueHandler[_0x3fb6ba(0x18a)]()[_0x3fb6ba(0x17f)]();}async[a16_0x4f4bb4(0x1ab)](){}async['handleTestEvent'](_0x4f6873,_0x3f074){const _0x4201a5=a16_0x4f4bb4,_0x5c3403={};_0x5c3403[_0x4201a5(0x18e)]=function(_0x51933a,_0x2c1487){return _0x51933a===_0x2c1487;},_0x5c3403['fecUw']=_0x4201a5(0x199);const _0x439d99=_0x5c3403,{name:_0x285f21}=_0x4f6873;_0x439d99[_0x4201a5(0x18e)](_0x285f21,_0x439d99[_0x4201a5(0x176)])&&(this[_0x4201a5(0x184)][_0x4201a5(0x191)]=_0x4f6873[_0x4201a5(0x175)]);}}function a16_0x4f2a(_0x4ffc86,_0x2492f0){const _0x3c24ab=a16_0x3c24();return a16_0x4f2a=function(_0x4f2ad3,_0x2ca5ff){_0x4f2ad3=_0x4f2ad3-0x16d;let _0x5981ef=_0x3c24ab[_0x4f2ad3];return _0x5981ef;},a16_0x4f2a(_0x4ffc86,_0x2492f0);}module[a16_0x4f4bb4(0x17b)]=CustomEnvironment;
1
+ const a16_0x3392bc=a16_0x20b4;(function(_0x57f6b5,_0x5cb1fa){const _0x484d16=a16_0x20b4,_0xd0b19b=_0x57f6b5();while(!![]){try{const _0x162dad=-parseInt(_0x484d16(0xc2))/0x1*(-parseInt(_0x484d16(0x9a))/0x2)+-parseInt(_0x484d16(0x86))/0x3*(parseInt(_0x484d16(0x9c))/0x4)+parseInt(_0x484d16(0xc3))/0x5+-parseInt(_0x484d16(0xcc))/0x6+parseInt(_0x484d16(0xc5))/0x7+-parseInt(_0x484d16(0xa6))/0x8+parseInt(_0x484d16(0xa1))/0x9*(parseInt(_0x484d16(0x85))/0xa);if(_0x162dad===_0x5cb1fa)break;else _0xd0b19b['push'](_0xd0b19b['shift']());}catch(_0x24cd16){_0xd0b19b['push'](_0xd0b19b['shift']());}}}(a16_0x512a,0xbf8d6));function a16_0x20b4(_0x2e7d6b,_0x485dc6){const _0x512a0c=a16_0x512a();return a16_0x20b4=function(_0x20b4ac,_0x1edfb7){_0x20b4ac=_0x20b4ac-0x7a;let _0x57ac1a=_0x512a0c[_0x20b4ac];return _0x57ac1a;},a16_0x20b4(_0x2e7d6b,_0x485dc6);}const helper=require('../../../helpers/helper'),constants=require(a16_0x3392bc(0xbb)),{isTestObservabilitySession}=require(a16_0x3392bc(0x9f)),RequestQueueHandler=require(a16_0x3392bc(0xbe)),ObservabilityReporter=require(a16_0x3392bc(0xa0)),testhubUtils=require(a16_0x3392bc(0x9d)),getTestEnvironment=((()=>{const _0x16a400=a16_0x3392bc,_0x1c2381={};_0x1c2381[_0x16a400(0x8b)]=_0x16a400(0x99),_0x1c2381[_0x16a400(0xd1)]='jest-config';const _0x1172f4=_0x1c2381;try{const _0x521860=helper[_0x16a400(0xb2)](_0x1172f4[_0x16a400(0x8b)]);if(_0x521860[_0x16a400(0x7e)])return _0x521860[_0x16a400(0x7e)];const _0x2ed747=helper[_0x16a400(0xb2)](_0x1172f4[_0x16a400(0xd1)]);if(_0x2ed747[_0x16a400(0xc8)])return _0x2ed747['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x26507c=a16_0x3392bc,_0xc46faa={'yyoPk':function(_0x329d87,_0x533e34){return _0x329d87(_0x533e34);},'KYBqZ':_0x26507c(0x93),'KIzTk':function(_0x3c9eb4,_0x202556){return _0x3c9eb4(_0x202556);},'orYmC':'jest-environment-node','pDPRZ':function(_0x2d055a,_0x342497){return _0x2d055a(_0x342497);}},_0x1056ed=_0xc46faa['yyoPk'](getTestEnvironment,{'rootDir':process[_0x26507c(0xb3)](),'testEnvironment':process[_0x26507c(0xc4)][_0x26507c(0xa8)]||_0xc46faa[_0x26507c(0xa3)]});if(!_0x1056ed)return _0xc46faa[_0x26507c(0xbc)](_interopRequireDefault,helper['requireModule'](_0xc46faa[_0x26507c(0x81)]));return _0xc46faa['pDPRZ'](_interopRequireDefault,helper[_0x26507c(0xb2)](_0x1056ed));})()),_seleniumWebdriver2=((()=>{const _0x5358bc=a16_0x3392bc,_0x1fd650={'gwDvp':function(_0x3b64a6,_0x3808c6){return _0x3b64a6(_0x3808c6);}};try{const _0x42272e=helper[_0x5358bc(0x8d)]();return helper['modifyCommand'](),_0x1fd650[_0x5358bc(0xa9)](_interopRequireDefault,_0x42272e);}catch{return null;}})());function _interopRequireDefault(_0x591fd8){const _0xf6e961=a16_0x3392bc;return _0x591fd8&&_0x591fd8[_0xf6e961(0xc0)]?_0x591fd8:{'default':_0x591fd8};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x3392bc(0x7f)][a16_0x3392bc(0x91)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x738cf5){const _0x4d40b2=a16_0x3392bc,_0x38423f={'OJhTL':'quit','wzEAu':'1|0|5|2|3|4','HCdoQ':function(_0x5b5e42,_0x106820){return _0x5b5e42+_0x106820;},'avUTJ':_0x4d40b2(0xac),'GjGVS':_0x4d40b2(0xa2),'QIeMP':_0x4d40b2(0x8c),'xoIjt':'percyCaptureMode','ZHGWh':_0x4d40b2(0xae),'pYoPj':_0x4d40b2(0x7c),'uFJrQ':function(_0xd480ef,_0x1da936){return _0xd480ef(_0x1da936);},'uzFkU':_0x4d40b2(0xc6),'gRWxG':_0x4d40b2(0xcb)};super(_0x738cf5),this[_0x4d40b2(0x97)][_0x4d40b2(0xc9)]=0x0,this[_0x4d40b2(0xbf)]={};!_0x738cf5[_0x4d40b2(0xa2)]&&(_0x738cf5['testEnvironmentOptions']={});if(helper[_0x4d40b2(0x82)]()){const _0xbb3f13=_0x38423f['wzEAu']['split']('|');let _0x52a638=0x0;while(!![]){switch(_0xbb3f13[_0x52a638++]){case'0':this['builder']=new _seleniumWebdriver2[(_0x4d40b2(0x7f))][(_0x4d40b2(0x91))]();continue;case'1':_0x738cf5[_0x4d40b2(0xa2)]=_0x738cf5[_0x4d40b2(0xa7)]?_0x738cf5['projectConfig']['testEnvironmentOptions']:_0x738cf5['testEnvironmentOptions'];continue;case'2':this['capability']=_0x738cf5[_0x4d40b2(0xa7)]?_0x738cf5[_0x4d40b2(0xa7)][_0x4d40b2(0xce)]:_0x738cf5[_0x4d40b2(0xce)];continue;case'3':this[_0x4d40b2(0x97)][_0x4d40b2(0xc9)]=_0x38423f[_0x4d40b2(0xb4)](this['configuration'][_0x4d40b2(0x7a)],constants[_0x4d40b2(0xd2)]);continue;case'4':helper[_0x4d40b2(0xd0)](this[_0x4d40b2(0xbf)][_0x4d40b2(0xaf)])&&(this[_0x4d40b2(0x97)][_0x4d40b2(0xba)]=this[_0x4d40b2(0xbf)][_0x4d40b2(0xaf)]);continue;case'5':this[_0x4d40b2(0xbf)]=_0x738cf5[_0x4d40b2(0xa2)];continue;}break;}}if(testhubUtils[_0x4d40b2(0x84)]()){const _0x31163e=new ObservabilityReporter();_0x31163e[_0x4d40b2(0x83)]();}this[_0x4d40b2(0x97)][_0x4d40b2(0x9b)]={},this[_0x4d40b2(0xbf)][_0x4d40b2(0xc1)]=constants[_0x4d40b2(0xbd)]['JEST'];if(_seleniumWebdriver2){const _0x558a9a=_0x38423f[_0x4d40b2(0x96)][_0x4d40b2(0xb5)]('|');let _0x2e3273=0x0;while(!![]){switch(_0x558a9a[_0x2e3273++]){case'0':this[_0x4d40b2(0x97)][_0x4d40b2(0x94)]=helper[_0x4d40b2(0x90)](_0x738cf5,[_0x38423f[_0x4d40b2(0xb7)],_0x38423f[_0x4d40b2(0xb1)],_0x38423f[_0x4d40b2(0x92)]]);continue;case'1':this[_0x4d40b2(0x97)]['browserstackPlatformIndex']=(_0x738cf5[_0x4d40b2(0xa7)]?_0x738cf5[_0x4d40b2(0xa7)]['browserstackPlatformIndex']:_0x738cf5[_0x4d40b2(0xc7)])||0x0;continue;case'2':this[_0x4d40b2(0x97)][_0x4d40b2(0x80)]=helper[_0x4d40b2(0x90)](this['configuration'],[_0x38423f['ZHGWh'],this[_0x4d40b2(0x97)]['browserstackPlatformIndex']])||{};continue;case'3':this[_0x4d40b2(0x97)]['browserstackPercyBestPlatform']=helper[_0x4d40b2(0x90)](_0x738cf5,[_0x38423f[_0x4d40b2(0xb7)],_0x38423f[_0x4d40b2(0xb1)],_0x38423f[_0x4d40b2(0x8f)]]);continue;case'4':this['global'][_0x4d40b2(0xb0)]=_0x38423f['uFJrQ'](require,_0x38423f[_0x4d40b2(0x95)])[_0x4d40b2(0x98)]({...this[_0x4d40b2(0xbf)],'capability':this[_0x4d40b2(0xce)]||{}},this,testhubUtils[_0x4d40b2(0x84)]());continue;case'5':this[_0x4d40b2(0x97)][_0x4d40b2(0xcb)]=helper[_0x4d40b2(0x90)](_0x738cf5,[_0x38423f[_0x4d40b2(0xb7)],_0x38423f[_0x4d40b2(0xb1)],_0x38423f[_0x4d40b2(0xab)]]);continue;case'6':this[_0x4d40b2(0x97)]['__skipSessionStatus']=helper[_0x4d40b2(0x8a)](this[_0x4d40b2(0xbf)][_0x4d40b2(0xad)]);continue;case'7':helper[_0x4d40b2(0x8a)](this[_0x4d40b2(0xbf)]['skipSessionName'])?this[_0x4d40b2(0x97)][_0x4d40b2(0xb6)]=!![]:this[_0x4d40b2(0x97)][_0x4d40b2(0xb6)]=![];continue;case'8':this[_0x4d40b2(0x97)]['cleanup']=async()=>{const _0x385885=_0x4d40b2;await this[_0x385885(0x97)][_0x385885(0x89)][_0x385885(0xb8)](_0x38423f[_0x385885(0x87)]);};continue;case'9':this[_0x4d40b2(0x97)][_0x4d40b2(0xca)]=[];continue;}break;}}}async[a16_0x3392bc(0xaa)](){const _0x4127b5=a16_0x3392bc;_seleniumWebdriver2&&(await helper[_0x4127b5(0x9e)](this['global']['__driversArray']),this[_0x4127b5(0x97)][_0x4127b5(0xb0)]['Builder']=originalBuilder),await RequestQueueHandler[_0x4127b5(0xa5)]()[_0x4127b5(0x7d)]();}async[a16_0x3392bc(0xcf)](){}async[a16_0x3392bc(0x7b)](_0x5016a3,_0x117258){const _0xbfb01e=a16_0x3392bc,_0x4845be={};_0x4845be['FDhUI']=function(_0x1d7878,_0x49fff1){return _0x1d7878===_0x49fff1;},_0x4845be['KLBRK']=_0xbfb01e(0xb9);const _0x141005=_0x4845be,{name:_0x254c75}=_0x5016a3;_0x141005[_0xbfb01e(0xcd)](_0x254c75,_0x141005[_0xbfb01e(0xa4)])&&(this[_0xbfb01e(0x97)][_0xbfb01e(0x8e)]=_0x5016a3[_0xbfb01e(0x88)]);}}function a16_0x512a(){const _0xf19c7c=['20kHpKEo','195edDrau','OJhTL','test','driver','isTrue','akncV','browserStackPercyOptions','requireSeleniumWebdriver','testContext','pYoPj','nestedKeyValue','Builder','xoIjt','node','percyCaptureMode','uzFkU','avUTJ','global','browserstackAgentV2','jest-resolve','1636768EHVvHY','browserStackGlobals','71788rMSvsc','../../../helpers/testhub/utils','cleanupDrivers','../../../helpers/test-observability/utils','../test-observability/obsReporter','536850LCSDnN','testEnvironmentOptions','KYBqZ','KLBRK','getInstance','3140200EJHcBO','projectConfig','BSTACK_JEST_TEST_ENV','gwDvp','teardown','gRWxG','9|4|1|3|5|0|2|7|6|8','skipSessionStatus','platformCaps','retries__','__webdriver','QIeMP','requireModule','cwd','HCdoQ','split','sessionNameProvided','GjGVS','quit','test_start','__jestRetries','../../utils/constants','KIzTk','FRAMEWORKS','../../../helpers/test-observability/requestQueueHandler','configuration','__esModule','framework','1UIgXXP','7821160fWLYus','env','179522OMJRwA','../../../index','browserstackPlatformIndex','getTestEnvironment','__timeout','__drivers','percy','1103304rQsnZZ','FDhUI','capability','setup','isNotUndefined','HRKOV','BSTACK_DELTA','timeout__','handleTestEvent','browserstackPercyBestPlatform','shutdown','resolveTestEnvironment','default','__platformCaps','orYmC','isBrowserstackInfra','registerListeners','shouldProcessEventForTesthub'];a16_0x512a=function(){return _0xf19c7c;};return a16_0x512a();}module['exports']=CustomEnvironment;
@@ -1 +1 @@
1
- const a17_0x372ddc=a17_0x4426;(function(_0x2b8c97,_0x1e1dfb){const _0x34bbd5=a17_0x4426,_0xc9d2d9=_0x2b8c97();while(!![]){try{const _0x20b041=parseInt(_0x34bbd5(0x113))/0x1+parseInt(_0x34bbd5(0x103))/0x2+parseInt(_0x34bbd5(0x117))/0x3+parseInt(_0x34bbd5(0x110))/0x4*(-parseInt(_0x34bbd5(0xf2))/0x5)+-parseInt(_0x34bbd5(0x11b))/0x6*(-parseInt(_0x34bbd5(0xfb))/0x7)+parseInt(_0x34bbd5(0x12d))/0x8*(parseInt(_0x34bbd5(0xf9))/0x9)+-parseInt(_0x34bbd5(0x11a))/0xa;if(_0x20b041===_0x1e1dfb)break;else _0xc9d2d9['push'](_0xc9d2d9['shift']());}catch(_0x3ea710){_0xc9d2d9['push'](_0xc9d2d9['shift']());}}}(a17_0x5368,0x328a8));function a17_0x4426(_0x3d23c2,_0x81fb79){const _0x5368ad=a17_0x5368();return a17_0x4426=function(_0x4426ae,_0x1e77c1){_0x4426ae=_0x4426ae-0xf1;let _0x16d621=_0x5368ad[_0x4426ae];return _0x16d621;},a17_0x4426(_0x3d23c2,_0x81fb79);}const {requireModule}=require(a17_0x372ddc(0x10b)),ObservabilityReporter=require(a17_0x372ddc(0x13e)),RequestQueueHandler=require(a17_0x372ddc(0xf8)),TestDetails=require(a17_0x372ddc(0x133)),{patchConsoleLogger,debug}=require(a17_0x372ddc(0x10e)),{o11yErrorHandler}=require(a17_0x372ddc(0x12c)),{shouldProcessEventForTesthub}=require(a17_0x372ddc(0x109)),testHubConstants=require(a17_0x372ddc(0x144)),exportsI=requireModule(a17_0x372ddc(0x11d),'jest-circus'),initInitialize=exportsI[a17_0x372ddc(0x13a)];exportsI['initialize']=(..._0x48eb8c)=>{const _0x51d054=a17_0x372ddc,_0x1e1540={'BKOuL':function(_0x100776,_0x26493c,_0x1e2cfe){return _0x100776(_0x26493c,_0x1e2cfe);},'lKXxe':_0x51d054(0x118),'mDFTn':_0x51d054(0x141),'XEVYA':_0x51d054(0x13c),'vwkDd':function(_0x45fd65,_0xcab128){return _0x45fd65(_0xcab128);},'gqFNu':_0x51d054(0x12e),'zvage':'hook_success','WDBFY':function(_0x2f5dd1,_0x4e7fce){return _0x2f5dd1(_0x4e7fce);},'uOoSR':_0x51d054(0x11f),'mgiUV':'hook_failure','SOViR':_0x51d054(0xfc),'TOXyK':_0x51d054(0x105),'esuiU':_0x51d054(0x137),'lyaLH':function(_0x115cf8,_0x2ac9fd){return _0x115cf8>_0x2ac9fd;},'RLzvF':'test_start','svlle':function(_0x2116f7){return _0x2116f7();},'ZwhHw':'test_done','KFRTS':function(_0x4e42d6){return _0x4e42d6();},'GTcgG':_0x51d054(0x104),'eNITx':function(_0x57fbec){return _0x57fbec();},'wopbO':_0x51d054(0x129),'Wawhd':_0x51d054(0xfe),'ywYWX':_0x51d054(0x10c),'ifBTZ':function(_0x4aecf7){return _0x4aecf7();},'JYBES':function(_0x9bcba6,_0x3fd148,_0x5ae938){return _0x9bcba6(_0x3fd148,_0x5ae938);},'EWpUH':_0x51d054(0xfd),'iXBen':_0x51d054(0x108),'iPejP':function(_0xa08e0a,_0x430ca1){return _0xa08e0a(_0x430ca1);},'TznJu':function(_0x1cb806,..._0x2f2015){return _0x1cb806(..._0x2f2015);}};try{const _0x491ac8=new ObservabilityReporter();_0x1e1540[_0x51d054(0xf3)](shouldProcessEventForTesthub)&&(_0x1e1540[_0x51d054(0x13f)](patchConsoleLogger),_0x491ac8['registerListeners']()),_0x1e1540[_0x51d054(0xf3)](shouldProcessEventForTesthub)&&_0x1e1540[_0x51d054(0x12a)](requireModule,_0x1e1540[_0x51d054(0x125)],_0x1e1540[_0x51d054(0x126)])[_0x51d054(0xf1)](_0x1e1540[_0x51d054(0x106)](o11yErrorHandler,async(_0x5767dc,_0x4df132)=>{const _0x597251=_0x51d054,_0x4b5192=_0x1e1540[_0x597251(0x106)](requireModule,_0x1e1540[_0x597251(0xf6)],_0x1e1540['mDFTn'])[_0x597251(0x114)];switch(_0x5767dc[_0x597251(0x10a)]){case _0x1e1540[_0x597251(0x145)]:if(_0x1e1540[_0x597251(0x121)](shouldProcessEventForTesthub,testHubConstants[_0x597251(0x134)]['HookStarted'])){if(!_0x5767dc[_0x597251(0x120)]['hookAnalyticsId']){const _0x5d8520=TestDetails[_0x597251(0x12f)](process[_0x597251(0x136)]+_0x597251(0x10d));_0x5767dc[_0x597251(0x120)][_0x597251(0x123)]=_0x5d8520;}else _0x5767dc['hook']['markedStatus']&&(_0x5767dc[_0x597251(0x120)][_0x597251(0x123)]=TestDetails[_0x597251(0x12f)](process['pid']+_0x597251(0x10d)),delete _0x5767dc[_0x597251(0x120)][_0x597251(0x128)]);_0x5767dc['hook'][_0x597251(0x11c)]=new Date()[_0x597251(0xf4)](),await _0x491ac8[_0x597251(0x111)](_0x5767dc['hook'],undefined,![],_0x1e1540[_0x597251(0x101)]);}break;case _0x1e1540['zvage']:_0x1e1540[_0x597251(0x119)](shouldProcessEventForTesthub,testHubConstants[_0x597251(0x134)][_0x597251(0x112)])&&(await _0x491ac8[_0x597251(0x111)](_0x5767dc[_0x597251(0x120)],undefined,![],_0x1e1540[_0x597251(0x132)]),TestDetails['removeTestUUID'](process['pid']+':hookAnalyticsId'));break;case _0x1e1540['mgiUV']:[_0x1e1540[_0x597251(0x124)],_0x1e1540[_0x597251(0x11e)],_0x1e1540['esuiU']][_0x597251(0x135)](_0x5767dc[_0x597251(0x120)]['type'])&&(_0x491ac8[_0x597251(0x139)]=_0x5767dc[_0x597251(0x120)]['type']),_0x4df132[_0x597251(0x115)]&&_0x1e1540[_0x597251(0x130)](_0x4df132[_0x597251(0x115)]['length'],0x0)&&(_0x5767dc[_0x597251(0x120)][_0x597251(0x10f)]=[_0x4df132[_0x597251(0x115)][0x0][0x0]]);_0x1e1540['vwkDd'](shouldProcessEventForTesthub,testHubConstants[_0x597251(0x134)][_0x597251(0x112)])&&(await _0x491ac8['sendTestRunEvent'](_0x5767dc[_0x597251(0x120)],undefined,![],_0x1e1540['uOoSR']),TestDetails['removeTestUUID'](process[_0x597251(0x136)]+_0x597251(0x10d)));break;case _0x1e1540[_0x597251(0x143)]:_0x1e1540[_0x597251(0x122)](shouldProcessEventForTesthub)&&await _0x491ac8[_0x597251(0x102)](_0x5767dc[_0x597251(0xf7)]);break;case _0x1e1540[_0x597251(0x142)]:_0x5767dc['test']={..._0x1e1540[_0x597251(0x119)](_0x4b5192,_0x5767dc['test']),..._0x5767dc[_0x597251(0xf7)]};_0x1e1540[_0x597251(0x100)](shouldProcessEventForTesthub)&&(!_0x5767dc[_0x597251(0xf7)][_0x597251(0x128)]&&(_0x5767dc[_0x597251(0xf7)]['markedStatus']=!![],await _0x491ac8[_0x597251(0x111)](_0x5767dc[_0x597251(0xf7)])));break;case _0x1e1540[_0x597251(0x138)]:_0x5767dc[_0x597251(0xf7)]={..._0x1e1540[_0x597251(0x121)](_0x4b5192,_0x5767dc['test']),..._0x5767dc['test']};_0x1e1540[_0x597251(0x13f)](shouldProcessEventForTesthub)&&(!_0x5767dc[_0x597251(0xf7)][_0x597251(0x128)]&&(_0x5767dc[_0x597251(0xf7)][_0x597251(0x128)]=!![],await _0x491ac8[_0x597251(0x111)](_0x5767dc['test'],undefined,![],_0x1e1540['wopbO'])));break;case _0x1e1540[_0x597251(0x131)]:_0x491ac8[_0x597251(0x139)]=null;break;case _0x1e1540[_0x597251(0xf5)]:await RequestQueueHandler[_0x597251(0x127)]()[_0x597251(0x13b)](),process[_0x597251(0xff)]();break;default:}},_0x1e1540[_0x51d054(0x12b)]));}catch(_0x417667){_0x1e1540['iPejP'](debug,_0x51d054(0x140)+_0x417667);}return _0x1e1540[_0x51d054(0xfa)](initInitialize,..._0x48eb8c);};function a17_0x5368(){const _0x1bf2fd=['removeAllListeners','KFRTS','gqFNu','testStarted','229930ddNbJP','test_skip','beforeEach','BKOuL','keys','EventHandler','../../../helpers/testhub/utils','name','../../../helpers/helper','teardown',':hookAnalyticsId','../../../helpers/test-observability/utils','errorsDetailed','11492IVHXou','sendTestRunEvent','HookFinished','265373ganmFt','makeSingleTestResult','unhandledErrors','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','314856jZNcQi','jest-circus/build/utils.js','WDBFY','5613230AEBZXZ','12ppyOHQ','started_at','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','TOXyK','HookRunFinished','hook','vwkDd','svlle','hookAnalyticsId','SOViR','EWpUH','mDFTn','getInstance','markedStatus','TestRunSkipped','JYBES','iXBen','../../../helpers/test-observability/error-handler','16dOUXWi','HookRunStarted','setTestUUID','lyaLH','Wawhd','uOoSR','../test-observability/test-details','EVENT','includes','pid','afterEach','GTcgG','hook_failure','initialize','shutdown','hook_start','aFANg','../test-observability/obsReporter','eNITx','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','jest-circus','ZwhHw','RLzvF','../../../helpers/testhub/constants','XEVYA','addEventHandler','365hNpNZE','ifBTZ','toISOString','ywYWX','lKXxe','test','../../../helpers/test-observability/requestQueueHandler','1715328xBnNtQ','TznJu','390579XKJzcg','beforeAll','jest-circus/build/state.js','run_describe_finish'];a17_0x5368=function(){return _0x1bf2fd;};return a17_0x5368();}try{Object[a17_0x372ddc(0x107)](exportsI)['forEach'](_0x2954f2=>{const _0x429eb0=a17_0x372ddc,_0x2b4c91={'aFANg':function(_0x211ada,_0x1dd77f){return _0x211ada(_0x1dd77f);}};try{exports&&(exports[_0x2954f2]=exportsI[_0x2954f2]);}catch(_0x4f6037){_0x2b4c91[_0x429eb0(0x13d)](debug,_0x429eb0(0x116)+_0x4f6037);}});}catch(a17_0x54a97c){debug('Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20'+a17_0x54a97c);}
1
+ function a17_0x4096(_0x411a5b,_0x28dd91){const _0x345cdb=a17_0x345c();return a17_0x4096=function(_0x4096ad,_0x5c6701){_0x4096ad=_0x4096ad-0xc9;let _0x2edc4d=_0x345cdb[_0x4096ad];return _0x2edc4d;},a17_0x4096(_0x411a5b,_0x28dd91);}function a17_0x345c(){const _0x26f69a=['11246480wICURd','forEach','4488306EyqZKk','dPJLX','7CoTVYo','VXzSj','afterEach','sendTestRunEvent','edYZK','keys','279iOhCbp','gRbpM','LlQBX','379256qnRiPw','test_skip','test','toISOString','started_at','initialize','EVENT','../test-observability/test-details','length','giKlB','HookFinished','removeAllListeners','includes','removeTestUUID',':hookAnalyticsId','hook_failure','HookRunStarted','TestRunSkipped','zfGMI','HookStarted','../../../helpers/test-observability/requestQueueHandler','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','setTestUUID','hook','pid','wVWlq','SJxiz','RIChh','testStarted','teardown','name','run_describe_finish','nkDNI','EAlza','getInstance','JatkW','test_done','registerListeners','268009NmrgMd','FgufO','addEventHandler','jest-circus','hookAnalyticsId','VcIfS','4197645VLbDqi','5140UIRlxC','errorsDetailed','markedStatus','unhandledErrors','ymADC','SsBHM','mgRGD','1329PpmDml','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','type','../test-observability/obsReporter','dQFZy','shutdown','2161754pcedxu','SDaVG','ozovK','test_start'];a17_0x345c=function(){return _0x26f69a;};return a17_0x345c();}const a17_0x4f6b93=a17_0x4096;(function(_0x13d126,_0x1e71b0){const _0x491423=a17_0x4096,_0x3428ad=_0x13d126();while(!![]){try{const _0xdf2d87=-parseInt(_0x491423(0xd3))/0x1+-parseInt(_0x491423(0xe7))/0x2+-parseInt(_0x491423(0xe1))/0x3*(parseInt(_0x491423(0xda))/0x4)+parseInt(_0x491423(0xd9))/0x5+-parseInt(_0x491423(0xed))/0x6*(parseInt(_0x491423(0xef))/0x7)+-parseInt(_0x491423(0xf8))/0x8*(-parseInt(_0x491423(0xf5))/0x9)+parseInt(_0x491423(0xeb))/0xa;if(_0xdf2d87===_0x1e71b0)break;else _0x3428ad['push'](_0x3428ad['shift']());}catch(_0x362769){_0x3428ad['push'](_0x3428ad['shift']());}}}(a17_0x345c,0xbb672));const {requireModule}=require('../../../helpers/helper'),ObservabilityReporter=require(a17_0x4f6b93(0xe4)),RequestQueueHandler=require(a17_0x4f6b93(0x10c)),TestDetails=require(a17_0x4f6b93(0xff)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),testHubConstants=require('../../../helpers/testhub/constants'),exportsI=requireModule(a17_0x4f6b93(0xe2),a17_0x4f6b93(0xd6)),initInitialize=exportsI[a17_0x4f6b93(0xfd)];exportsI[a17_0x4f6b93(0xfd)]=(..._0x1b95ee)=>{const _0x5138c0=a17_0x4f6b93,_0x37c471={'wVWlq':function(_0x3da0e0,_0x482683,_0x45e202){return _0x3da0e0(_0x482683,_0x45e202);},'nkDNI':'jest-circus/build/utils.js','FgufO':_0x5138c0(0xd6),'JatkW':'hook_start','fhJEZ':function(_0x109ba8,_0x145a2c){return _0x109ba8(_0x145a2c);},'DumtW':_0x5138c0(0x108),'zvdge':'hook_success','dQFZy':function(_0x53800e,_0x4fbc73){return _0x53800e(_0x4fbc73);},'zfGMI':'HookRunFinished','edYZK':_0x5138c0(0x107),'auABJ':'beforeAll','SJxiz':'beforeEach','ymADC':_0x5138c0(0xf1),'RIChh':function(_0x3bb8d3,_0x57a96a){return _0x3bb8d3>_0x57a96a;},'gRbpM':function(_0x3422fa,_0x4f002d){return _0x3422fa(_0x4f002d);},'VXzSj':_0x5138c0(0xea),'SDaVG':function(_0x1b63a4){return _0x1b63a4();},'LlQBX':_0x5138c0(0xd1),'Cwtrl':_0x5138c0(0xf9),'dPJLX':function(_0x4c2a0f,_0x3dabcb){return _0x4c2a0f(_0x3dabcb);},'EAlza':_0x5138c0(0x109),'BwYcC':_0x5138c0(0xcc),'VcIfS':_0x5138c0(0xca),'giKlB':'jest-circus/build/state.js','uuJfd':function(_0x4b04b0,_0x328ce2,_0x580b87){return _0x4b04b0(_0x328ce2,_0x580b87);},'ozovK':'EventHandler','mgRGD':function(_0x24a226,..._0x7a34da){return _0x24a226(..._0x7a34da);}};try{const _0x5ec14a=new ObservabilityReporter();_0x37c471[_0x5138c0(0xe8)](shouldProcessEventForTesthub)&&(_0x37c471[_0x5138c0(0xe8)](patchConsoleLogger),_0x5ec14a[_0x5138c0(0xd2)]()),_0x37c471[_0x5138c0(0xe8)](shouldProcessEventForTesthub)&&_0x37c471[_0x5138c0(0x111)](requireModule,_0x37c471[_0x5138c0(0x101)],_0x37c471[_0x5138c0(0xd4)])[_0x5138c0(0xd5)](_0x37c471['uuJfd'](o11yErrorHandler,async(_0x559426,_0x2486e7)=>{const _0x44aaf2=_0x5138c0,_0x4e6491=_0x37c471['wVWlq'](requireModule,_0x37c471[_0x44aaf2(0xcd)],_0x37c471[_0x44aaf2(0xd4)])['makeSingleTestResult'];switch(_0x559426[_0x44aaf2(0xcb)]){case _0x37c471[_0x44aaf2(0xd0)]:if(_0x37c471['fhJEZ'](shouldProcessEventForTesthub,testHubConstants[_0x44aaf2(0xfe)][_0x44aaf2(0x10b)])){if(!_0x559426['hook'][_0x44aaf2(0xd7)]){const _0x2478d6=TestDetails[_0x44aaf2(0x10e)](process[_0x44aaf2(0x110)]+_0x44aaf2(0x106));_0x559426[_0x44aaf2(0x10f)][_0x44aaf2(0xd7)]=_0x2478d6;}else _0x559426['hook']['markedStatus']&&(_0x559426[_0x44aaf2(0x10f)][_0x44aaf2(0xd7)]=TestDetails[_0x44aaf2(0x10e)](process[_0x44aaf2(0x110)]+_0x44aaf2(0x106)),delete _0x559426[_0x44aaf2(0x10f)][_0x44aaf2(0xdc)]);_0x559426['hook'][_0x44aaf2(0xfc)]=new Date()[_0x44aaf2(0xfb)](),await _0x5ec14a[_0x44aaf2(0xf2)](_0x559426[_0x44aaf2(0x10f)],undefined,![],_0x37c471['DumtW']);}break;case _0x37c471['zvdge']:_0x37c471[_0x44aaf2(0xe5)](shouldProcessEventForTesthub,testHubConstants[_0x44aaf2(0xfe)]['HookFinished'])&&(await _0x5ec14a[_0x44aaf2(0xf2)](_0x559426[_0x44aaf2(0x10f)],undefined,![],_0x37c471['zfGMI']),TestDetails['removeTestUUID'](process[_0x44aaf2(0x110)]+_0x44aaf2(0x106)));break;case _0x37c471[_0x44aaf2(0xf3)]:[_0x37c471['auABJ'],_0x37c471[_0x44aaf2(0x112)],_0x37c471[_0x44aaf2(0xde)]][_0x44aaf2(0x104)](_0x559426[_0x44aaf2(0x10f)]['type'])&&(_0x5ec14a['hook_failure']=_0x559426[_0x44aaf2(0x10f)][_0x44aaf2(0xe3)]),_0x2486e7[_0x44aaf2(0xdd)]&&_0x37c471[_0x44aaf2(0x113)](_0x2486e7[_0x44aaf2(0xdd)][_0x44aaf2(0x100)],0x0)&&(_0x559426[_0x44aaf2(0x10f)][_0x44aaf2(0xdb)]=[_0x2486e7[_0x44aaf2(0xdd)][0x0][0x0]]);_0x37c471['gRbpM'](shouldProcessEventForTesthub,testHubConstants[_0x44aaf2(0xfe)][_0x44aaf2(0x102)])&&(await _0x5ec14a[_0x44aaf2(0xf2)](_0x559426[_0x44aaf2(0x10f)],undefined,![],_0x37c471[_0x44aaf2(0x10a)]),TestDetails[_0x44aaf2(0x105)](process[_0x44aaf2(0x110)]+_0x44aaf2(0x106)));break;case _0x37c471[_0x44aaf2(0xf0)]:_0x37c471[_0x44aaf2(0xe8)](shouldProcessEventForTesthub)&&await _0x5ec14a[_0x44aaf2(0xc9)](_0x559426[_0x44aaf2(0xfa)]);break;case _0x37c471[_0x44aaf2(0xf7)]:_0x559426[_0x44aaf2(0xfa)]={..._0x37c471[_0x44aaf2(0xe5)](_0x4e6491,_0x559426[_0x44aaf2(0xfa)]),..._0x559426['test']};_0x37c471[_0x44aaf2(0xe8)](shouldProcessEventForTesthub)&&(!_0x559426['test']['markedStatus']&&(_0x559426[_0x44aaf2(0xfa)][_0x44aaf2(0xdc)]=!![],await _0x5ec14a[_0x44aaf2(0xf2)](_0x559426[_0x44aaf2(0xfa)])));break;case _0x37c471['Cwtrl']:_0x559426['test']={..._0x37c471[_0x44aaf2(0xee)](_0x4e6491,_0x559426['test']),..._0x559426[_0x44aaf2(0xfa)]};_0x37c471[_0x44aaf2(0xe8)](shouldProcessEventForTesthub)&&(!_0x559426[_0x44aaf2(0xfa)][_0x44aaf2(0xdc)]&&(_0x559426['test'][_0x44aaf2(0xdc)]=!![],await _0x5ec14a[_0x44aaf2(0xf2)](_0x559426['test'],undefined,![],_0x37c471[_0x44aaf2(0xce)])));break;case _0x37c471['BwYcC']:_0x5ec14a[_0x44aaf2(0x107)]=null;break;case _0x37c471[_0x44aaf2(0xd8)]:await RequestQueueHandler[_0x44aaf2(0xcf)]()[_0x44aaf2(0xe6)](),process[_0x44aaf2(0x103)]();break;default:}},_0x37c471[_0x5138c0(0xe9)]));}catch(_0x8623e4){_0x37c471[_0x5138c0(0xf6)](debug,'Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20'+_0x8623e4);}return _0x37c471[_0x5138c0(0xe0)](initInitialize,..._0x1b95ee);};try{Object[a17_0x4f6b93(0xf4)](exportsI)[a17_0x4f6b93(0xec)](_0x1b33f6=>{const _0xace629=a17_0x4f6b93,_0x541b2d={'SsBHM':function(_0x3c0c61,_0x536789){return _0x3c0c61(_0x536789);}};try{exports&&(exports[_0x1b33f6]=exportsI[_0x1b33f6]);}catch(_0x1a502d){_0x541b2d[_0xace629(0xdf)](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0x1a502d);}});}catch(a17_0x5b2c22){debug(a17_0x4f6b93(0x10d)+a17_0x5b2c22);}
@@ -1 +1 @@
1
- 'use strict';function a18_0x3881(){const _0x22c9cf=['freeze','8716oDQmZf','1299164YKtwfT','DFhKR','746202EllqPO','push','default','exports','WAgSc','nsOEZ','runTests','serial','__esModule','defineProperty','config','2690drzGAd','false','../../../helpers/helper','8210055UBhRhg','length','forEach','13343096jHRqmZ','slice','10317636AHJASa','context','capabilities','_globalConfig','241KINsJi','147681RNQLjT','6NrjGXp','IYoxL','testEnvironmentOptions'];a18_0x3881=function(){return _0x22c9cf;};return a18_0x3881();}const a18_0x226327=a18_0x5c43;(function(_0x1751a4,_0x345dc2){const _0x1df4b6=a18_0x5c43,_0x4b47db=_0x1751a4();while(!![]){try{const _0x1da738=-parseInt(_0x1df4b6(0xd0))/0x1*(-parseInt(_0x1df4b6(0xd6))/0x2)+parseInt(_0x1df4b6(0xd2))/0x3*(-parseInt(_0x1df4b6(0xd7))/0x4)+parseInt(_0x1df4b6(0xc7))/0x5+parseInt(_0x1df4b6(0xd9))/0x6+parseInt(_0x1df4b6(0xcc))/0x7+parseInt(_0x1df4b6(0xca))/0x8+parseInt(_0x1df4b6(0xd1))/0x9*(-parseInt(_0x1df4b6(0xe4))/0xa);if(_0x1da738===_0x345dc2)break;else _0x4b47db['push'](_0x4b47db['shift']());}catch(_0x380c98){_0x4b47db['push'](_0x4b47db['shift']());}}}(a18_0x3881,0xda7a8));const {requireModule,isBrowserstackInfra}=require(a18_0x226327(0xe6)),a18_0xfebd5f={};function a18_0x5c43(_0x3272dd,_0x14f358){const _0x38810a=a18_0x3881();return a18_0x5c43=function(_0x5c438f,_0x2d8abf){_0x5c438f=_0x5c438f-0xc7;let _0xbc55a4=_0x38810a[_0x5c438f];return _0xbc55a4;},a18_0x5c43(_0x3272dd,_0x14f358);}a18_0xfebd5f['value']=!![],Object[a18_0x226327(0xe2)](exports,a18_0x226327(0xe1),a18_0xfebd5f),exports['default']=void 0x0;function _interopRequireDefault(_0x2f045b){const _0x5c71ad=a18_0x226327;return _0x2f045b&&_0x2f045b[_0x5c71ad(0xe1)]?_0x2f045b:{'default':_0x2f045b};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))[a18_0x226327(0xdb)];class TestRunner extends JestRunner{constructor(..._0xa89c1c){super(..._0xa89c1c);}[a18_0x226327(0xdf)](..._0x4750e7){const _0x46baa2=a18_0x226327,_0x5e1149={'chJpj':function(_0x36dd41){return _0x36dd41();},'nsOEZ':function(_0x42395c,_0x1a1f1b){return _0x42395c-_0x1a1f1b;},'DFhKR':function(_0x28cce8,_0xb986bf){return _0x28cce8*_0xb986bf;},'IYoxL':function(_0x489150,_0xa0f74f){return _0x489150===_0xa0f74f;},'wtEvQ':_0x46baa2(0xe5),'WAgSc':function(_0x4a6426,_0x42e6de){return _0x4a6426<_0x42e6de;}};if(!_0x5e1149['chJpj'](isBrowserstackInfra))return super[_0x46baa2(0xdf)](..._0x4750e7);const _0x5bb23c=_0x4750e7[0x0],_0x3cdab9=_0x4750e7[_0x5e1149[_0x46baa2(0xde)](_0x4750e7[_0x46baa2(0xc8)],0x1)],_0x4719f5=_0x5bb23c[0x0][_0x46baa2(0xcd)][_0x46baa2(0xe3)][_0x46baa2(0xd4)][_0x46baa2(0xce)],_0x22079e=_0x5bb23c[0x0][_0x46baa2(0xcd)]['config'][_0x46baa2(0xd4)]['parallels__'];_0x22079e&&(this['_globalConfig']=Object['freeze']({...this[_0x46baa2(0xcf)],'maxWorkers':_0x5e1149[_0x46baa2(0xd8)](_0x22079e,_0x4719f5[_0x46baa2(0xc8)])}));_0x5e1149[_0x46baa2(0xd3)](_0x5bb23c[0x0][_0x46baa2(0xcd)][_0x46baa2(0xe3)][_0x46baa2(0xd4)]['serial__'],_0x5e1149['wtEvQ'])&&(_0x3cdab9&&(_0x3cdab9[_0x46baa2(0xe0)]=![]));const _0x1ebaaf=[];for(let _0x1cb66a=0x0;_0x5e1149[_0x46baa2(0xdd)](_0x1cb66a,_0x5bb23c['length']);_0x1cb66a++){const _0x109bc4=[];_0x4719f5[_0x46baa2(0xc9)]((_0x389ef4,_0x29ed21)=>{const _0x586b17=_0x46baa2,_0x5b22f1={..._0x5bb23c[_0x1cb66a]},_0x3ecd49=_0x5b22f1;_0x3ecd49[_0x586b17(0xcd)]=Object[_0x586b17(0xd5)]({..._0x3ecd49[_0x586b17(0xcd)],'config':{..._0x3ecd49[_0x586b17(0xcd)][_0x586b17(0xe3)],'capability':_0x389ef4,'browserstackPlatformIndex':_0x29ed21}}),_0x109bc4['push'](_0x3ecd49);}),_0x1ebaaf[_0x46baa2(0xda)](..._0x109bc4);}return super[_0x46baa2(0xdf)](_0x1ebaaf,..._0x4750e7[_0x46baa2(0xcb)](0x1));}}module[a18_0x226327(0xdc)]=TestRunner;
1
+ 'use strict';const a18_0x17eca9=a18_0x35d5;(function(_0x4fa2d7,_0x29d44b){const _0x233441=a18_0x35d5,_0x3f182e=_0x4fa2d7();while(!![]){try{const _0x1d4305=parseInt(_0x233441(0x1ad))/0x1+parseInt(_0x233441(0x1a6))/0x2*(parseInt(_0x233441(0x1a5))/0x3)+-parseInt(_0x233441(0x1b3))/0x4*(-parseInt(_0x233441(0x1a3))/0x5)+parseInt(_0x233441(0x1bc))/0x6*(-parseInt(_0x233441(0x19d))/0x7)+parseInt(_0x233441(0x1ac))/0x8+-parseInt(_0x233441(0x1aa))/0x9*(-parseInt(_0x233441(0x19c))/0xa)+parseInt(_0x233441(0x1a8))/0xb*(-parseInt(_0x233441(0x1a7))/0xc);if(_0x1d4305===_0x29d44b)break;else _0x3f182e['push'](_0x3f182e['shift']());}catch(_0x50e099){_0x3f182e['push'](_0x3f182e['shift']());}}}(a18_0x13f7,0x4a6c0));function a18_0x35d5(_0x15871f,_0x4d79ab){const _0x13f756=a18_0x13f7();return a18_0x35d5=function(_0x35d5bc,_0x316e01){_0x35d5bc=_0x35d5bc-0x199;let _0x3236bb=_0x13f756[_0x35d5bc];return _0x3236bb;},a18_0x35d5(_0x15871f,_0x4d79ab);}const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a18_0x47ef65={};a18_0x47ef65[a18_0x17eca9(0x19a)]=!![],Object[a18_0x17eca9(0x1af)](exports,a18_0x17eca9(0x19e),a18_0x47ef65),exports[a18_0x17eca9(0x1b6)]=void 0x0;function _interopRequireDefault(_0x18c38f){const _0x3edbc6=a18_0x17eca9;return _0x18c38f&&_0x18c38f[_0x3edbc6(0x19e)]?_0x18c38f:{'default':_0x18c38f};}const JestRunner=_interopRequireDefault(requireModule('jest-runner'))['default'];class TestRunner extends JestRunner{constructor(..._0x2c4682){super(..._0x2c4682);}[a18_0x17eca9(0x1b5)](..._0x25fc7c){const _0x30b837=a18_0x17eca9,_0x304ead={'AzPfF':function(_0x2f4007){return _0x2f4007();},'aCLnp':function(_0x4080ba,_0x1426a5){return _0x4080ba-_0x1426a5;},'hwZIj':function(_0x48691b,_0x3304e2){return _0x48691b*_0x3304e2;},'slcOo':function(_0x322d0a,_0x50fb0f){return _0x322d0a===_0x50fb0f;},'OemCU':'false','KPYKb':function(_0x40e202,_0x1a02db){return _0x40e202<_0x1a02db;}};if(!_0x304ead[_0x30b837(0x1a4)](isBrowserstackInfra))return super['runTests'](..._0x25fc7c);const _0x2583ab=_0x25fc7c[0x0],_0x287b38=_0x25fc7c[_0x304ead[_0x30b837(0x19f)](_0x25fc7c[_0x30b837(0x1ae)],0x1)],_0xb47b28=_0x2583ab[0x0]['context'][_0x30b837(0x1b7)][_0x30b837(0x1b8)][_0x30b837(0x1a9)],_0x2218d3=_0x2583ab[0x0][_0x30b837(0x1b1)][_0x30b837(0x1b7)][_0x30b837(0x1b8)][_0x30b837(0x1ba)];_0x2218d3&&(this[_0x30b837(0x19b)]=Object[_0x30b837(0x1b0)]({...this['_globalConfig'],'maxWorkers':_0x304ead[_0x30b837(0x1bb)](_0x2218d3,_0xb47b28['length'])}));_0x304ead[_0x30b837(0x1bd)](_0x2583ab[0x0][_0x30b837(0x1b1)][_0x30b837(0x1b7)][_0x30b837(0x1b8)][_0x30b837(0x1ab)],_0x304ead[_0x30b837(0x1a2)])&&(_0x287b38&&(_0x287b38[_0x30b837(0x1b4)]=![]));const _0x51395d=[];for(let _0xf04251=0x0;_0x304ead[_0x30b837(0x1a0)](_0xf04251,_0x2583ab[_0x30b837(0x1ae)]);_0xf04251++){const _0x46cec9=[];_0xb47b28[_0x30b837(0x1a1)]((_0x29fe79,_0x3af004)=>{const _0x396ae0=_0x30b837,_0x35a437={..._0x2583ab[_0xf04251]},_0x36feeb=_0x35a437;_0x36feeb[_0x396ae0(0x1b1)]=Object['freeze']({..._0x36feeb[_0x396ae0(0x1b1)],'config':{..._0x36feeb[_0x396ae0(0x1b1)][_0x396ae0(0x1b7)],'capability':_0x29fe79,'browserstackPlatformIndex':_0x3af004}}),_0x46cec9[_0x396ae0(0x1b2)](_0x36feeb);}),_0x51395d[_0x30b837(0x1b2)](..._0x46cec9);}return super[_0x30b837(0x1b5)](_0x51395d,..._0x25fc7c[_0x30b837(0x199)](0x1));}}function a18_0x13f7(){const _0xe7c331=['config','testEnvironmentOptions','exports','parallels__','hwZIj','909996wNAFLz','slcOo','slice','value','_globalConfig','199900ykXfkv','7HGwrBL','__esModule','aCLnp','KPYKb','forEach','OemCU','5OFhVoh','AzPfF','142869tfBKvU','4TXpcdX','84qjtZTM','1553156pYVuGu','capabilities','198ezScDm','serial__','4348400AYCnMH','43013Reygmq','length','defineProperty','freeze','context','push','1293124kxaALD','serial','runTests','default'];a18_0x13f7=function(){return _0xe7c331;};return a18_0x13f7();}module[a18_0x17eca9(0x1b9)]=TestRunner;
@@ -1 +1 @@
1
- function a19_0xd490(_0x3fb6b5,_0x27c7bb){const _0x5ae2a8=a19_0x5ae2();return a19_0xd490=function(_0xd490ee,_0x1d311e){_0xd490ee=_0xd490ee-0xbe;let _0xc7fcf7=_0x5ae2a8[_0xd490ee];return _0xc7fcf7;},a19_0xd490(_0x3fb6b5,_0x27c7bb);}const a19_0x5bbe9c=a19_0xd490;(function(_0x216c3a,_0x66c50f){const _0x2d92e4=a19_0xd490,_0x25941b=_0x216c3a();while(!![]){try{const _0x585e6e=parseInt(_0x2d92e4(0xdd))/0x1+parseInt(_0x2d92e4(0xe5))/0x2*(parseInt(_0x2d92e4(0x126))/0x3)+-parseInt(_0x2d92e4(0x122))/0x4+-parseInt(_0x2d92e4(0x149))/0x5+-parseInt(_0x2d92e4(0x120))/0x6+parseInt(_0x2d92e4(0xd7))/0x7+-parseInt(_0x2d92e4(0x124))/0x8*(parseInt(_0x2d92e4(0x131))/0x9);if(_0x585e6e===_0x66c50f)break;else _0x25941b['push'](_0x25941b['shift']());}catch(_0xf20c51){_0x25941b['push'](_0x25941b['shift']());}}}(a19_0x5ae2,0x97d83));const util=require(a19_0x5bbe9c(0xcd)),{sendPlatformDetails}=require(a19_0x5bbe9c(0xc4)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper');let __error_messages__=[];const RequestQueueHandler=require(a19_0x5bbe9c(0xc9));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x5bbe9c(0x12a)),{percyAutoCapture}=require(a19_0x5bbe9c(0xff)),logger=require('../../helpers/logger')['winstonLogger'],TestDetails=require(a19_0x5bbe9c(0xe9)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a19_0x5bbe9c(0x15a)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a19_0x5bbe9c(0xe0)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a19_0x5bbe9c(0x147));globals[a19_0x5bbe9c(0xc6)]=browserStackGlobals;function stripUnicode(_0x30afe0){const _0x5182b2=a19_0x5bbe9c;return _0x30afe0['replace'](/\\u001b\[.*?m/g,'')[_0x5182b2(0x121)](0x1,-0x1);}async function setContext(){const _0xf83463=a19_0x5bbe9c,_0x1b45b8={'QwQCS':function(_0x23f165){return _0x23f165();},'cHPpQ':_0xf83463(0xc0),'riZIs':function(_0x1fb338,_0x2b2a69){return _0x1fb338!==_0x2b2a69;},'ooqUA':_0xf83463(0xd0),'bGiBI':function(_0x2aba51,_0x550f49){return _0x2aba51>_0x550f49;},'VIyjf':function(_0x41e72e,_0x13fcce){return _0x41e72e(_0x13fcce);},'rgGPt':function(_0x28bc7b,_0x506674){return _0x28bc7b(_0x506674);},'pKtDK':function(_0x1812b7,_0xca591a){return _0x1812b7(_0xca591a);},'tAOfl':function(_0x50da92,_0x2accfb){return _0x50da92(_0x2accfb);}};if(!_0x1b45b8[_0xf83463(0x105)](isBrowserstackInfra))return;const _0x2258f2=expect[_0xf83463(0x109)]()[_0xf83463(0x154)];globals[_0xf83463(0x15e)](_0x1b45b8['cHPpQ'],_0x2258f2);!sessionNameProvided&&await PerformanceTester[_0xf83463(0xbe)](PerformanceAutEvents[_0xf83463(0xf5)],async()=>{const _0x14fa22=_0xf83463;await __drivers[0x0][_0x14fa22(0x10e)](_0x14fa22(0x118)+_0x2258f2+_0x14fa22(0xee));})();let _0x3b5a17=null,_0x217969=![];_0x1b45b8[_0xf83463(0xf8)](typeof jasmine,_0x1b45b8[_0xf83463(0xdc)])?jasmine['currentTest']['failedExpectations']&&_0x1b45b8[_0xf83463(0x113)](jasmine['currentTest']['failedExpectations']['length'],0x0)?(_0x217969=!![],_0x3b5a17=_0x1b45b8[_0xf83463(0x15c)](stripUnicode,JSON['stringify'](jasmine[_0xf83463(0x10f)]['failedExpectations'][0x0][_0xf83463(0x100)]))):_0x3b5a17=_0x1b45b8[_0xf83463(0x134)](stripUnicode,JSON[_0xf83463(0x112)](jasmine[_0xf83463(0x10f)][_0xf83463(0x148)])):testContext[_0xf83463(0x12d)]&&_0x1b45b8[_0xf83463(0x113)](testContext[_0xf83463(0x12d)][_0xf83463(0xfe)],0x0)?(_0x217969=!![],_0x3b5a17=_0x1b45b8[_0xf83463(0x13e)](stripUnicode,JSON[_0xf83463(0x112)](testContext[_0xf83463(0x12d)][0x0][0x0][_0xf83463(0x100)]||testContext[_0xf83463(0x12d)][0x0][0x0]))):_0x3b5a17=_0x1b45b8[_0xf83463(0x125)](stripUnicode,JSON['stringify'](testContext['name'])),_0x217969?(__error_messages__['push'](_0x3b5a17),await __drivers[0x0][_0xf83463(0x10e)](_0xf83463(0x128)+_0x3b5a17+_0xf83463(0x146))):await __drivers[0x0][_0xf83463(0x10e)](_0xf83463(0x140)+_0x3b5a17+_0xf83463(0xd2));}const executeAnnotate=async(_0x1349c0,_0x3c1002)=>{const _0xbd9a5b=a19_0x5bbe9c;await global[_0xbd9a5b(0xec)][0x0][_0xbd9a5b(0x10e)](_0xbd9a5b(0x132)+_0x1349c0+',\x22level\x22:\x20\x22'+_0x3c1002+'\x22}}');};async function driverCleanup(){const _0x4e26bd=a19_0x5bbe9c,_0x21c50b={'DzFCK':function(_0x3e62c9){return _0x3e62c9();},'sdiVC':_0x4e26bd(0x15d),'mJNzY':function(_0x49cf7f,_0x3b57e6){return _0x49cf7f>_0x3b57e6;},'iJfue':function(_0x16936a,_0x593822,_0x4aee0a,_0x4f9bb5){return _0x16936a(_0x593822,_0x4aee0a,_0x4f9bb5);},'VuhZr':_0x4e26bd(0x13f),'Unefr':'\x20|\x20','esfdO':function(_0x2fec31,_0xd7d6ac,_0xb3e575){return _0x2fec31(_0xd7d6ac,_0xb3e575);},'PzmLy':_0x4e26bd(0x11c)};if(!_0x21c50b[_0x4e26bd(0x12f)](isBrowserstackInfra))return;let _0x6ff89a=![];try{const _0x2520cf=_0x21c50b[_0x4e26bd(0xd3)][_0x4e26bd(0xcb)]('|');let _0x1e4939=0x0;while(!![]){switch(_0x2520cf[_0x1e4939++]){case'0':_0x21c50b[_0x4e26bd(0xfc)](__error_messages__[_0x4e26bd(0xfe)],0x0)?await _0x21c50b[_0x4e26bd(0x10b)](markSessionStatus,__drivers[0x0],_0x21c50b['VuhZr'],__error_messages__['join'](_0x21c50b[_0x4e26bd(0x145)])):await _0x21c50b[_0x4e26bd(0x14f)](markSessionStatus,__drivers[0x0],_0x21c50b[_0x4e26bd(0xd9)]);continue;case'1':PerformanceTester['end'](PerformanceAutEvents[_0x4e26bd(0xf0)],!![]);continue;case'2':await __drivers[0x0][_0x4e26bd(0xe3)];continue;case'3':_0x6ff89a=!![];continue;case'4':PerformanceTester[_0x4e26bd(0xf2)](PerformanceAutEvents[_0x4e26bd(0xf0)]);continue;}break;}}catch(_0x10161b){console[_0x4e26bd(0x117)](_0x10161b),PerformanceTester[_0x4e26bd(0x162)](PerformanceAutEvents[_0x4e26bd(0xf0)],![],_0x10161b);}__error_messages__=[];if(_0x6ff89a)try{await __drivers[0x0][_0x4e26bd(0xeb)]();}catch(_0x257b2a){console[_0x4e26bd(0x117)](_0x257b2a);}}beforeAll(async()=>{const _0x443dfd=a19_0x5bbe9c,_0x383004={'RcOIf':function(_0x4f832c,_0x476b75){return _0x4f832c!==_0x476b75;},'qQzKp':_0x443dfd(0xd0),'ihimt':function(_0x415eae,_0x452c3b){return _0x415eae>_0x452c3b;},'kWucb':_0x443dfd(0x156),'NeUzu':function(_0x2ec3b4){return _0x2ec3b4();},'rssMS':function(_0x13aa2d,_0x158ce3,_0x15589d){return _0x13aa2d(_0x158ce3,_0x15589d);}};PerformanceTester['startMonitoring'](),PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);_0x383004[_0x443dfd(0xed)](typeof __jestRetries,_0x383004[_0x443dfd(0x15f)])&&_0x383004[_0x443dfd(0xef)](__jestRetries,0x0)&&jest[_0x443dfd(0x13b)](__jestRetries);const _0xa1d146='browserstack internal helper hook';_0x383004[_0x443dfd(0xed)](typeof jasmine,_0x383004['qQzKp'])&&jasmine['getEnv']()[_0x443dfd(0xe6)]({'specStarted':_0x566e67=>{jasmine['currentTest']=_0x566e67;}});let _0x186c10=![];try{await __drivers[0x0][_0x443dfd(0xe3)],_0x186c10=!![];}catch(_0x5235ae){logger[_0x443dfd(0x111)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x5235ae);const _0x1bf2ba={};_0x1bf2ba[_0x443dfd(0x10a)]=_0x383004[_0x443dfd(0xcf)],PerformanceTester[_0x443dfd(0x162)](PerformanceHookEvents[_0x443dfd(0x158)],![],_0x5235ae,_0x1bf2ba);}if(_0x186c10)try{_0x383004[_0x443dfd(0x13c)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x383004[_0x443dfd(0xe4)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x443dfd(0x143)](process[_0x443dfd(0x130)]+_0x443dfd(0x152))));}catch(_0x540a02){logger[_0x443dfd(0x111)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x540a02);const _0x1af288={};_0x1af288[_0x443dfd(0x10a)]=_0x383004[_0x443dfd(0xcf)],PerformanceTester[_0x443dfd(0x162)](PerformanceHookEvents[_0x443dfd(0x158)],![],_0x540a02,_0x1af288);}const _0x5c7faf={};_0x5c7faf[_0x443dfd(0x10a)]=_0x383004[_0x443dfd(0xcf)],PerformanceTester[_0x443dfd(0x162)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5c7faf);}),beforeEach(async()=>{const _0x4eb74d=a19_0x5bbe9c,_0x50d856={'wxDxF':'browserstackTestName','xpeQt':function(_0x1885c1,_0x484a76,_0x54f616){return _0x1885c1(_0x484a76,_0x54f616);},'LiQIi':_0x4eb74d(0x14e),'RmpWK':function(_0x4ac16f,_0x327791){return _0x4ac16f>_0x327791;},'mCpLZ':function(_0x28291f,_0x484208){return _0x28291f>_0x484208;},'CJlRV':function(_0x4b8a02){return _0x4b8a02();},'IzFYz':_0x4eb74d(0x114),'mfLAg':_0x4eb74d(0x10d),'FXjtE':function(_0x1c3455,_0x3e2972){return _0x1c3455>_0x3e2972;},'qKSRr':_0x4eb74d(0xdb),'zFYAc':function(_0x1bf526,_0x5a51a1){return _0x1bf526===_0x5a51a1;},'QwdzN':_0x4eb74d(0x14d),'QcbQX':'https:','dryno':_0x4eb74d(0x106)};PerformanceTester[_0x4eb74d(0xf2)](PerformanceHookEvents[_0x4eb74d(0x158)]);const _0xf91e82='browserstack internal helper hook';let _0x5a56bd=!![];try{const _0x1bbd09=expect[_0x4eb74d(0x109)]()['currentTestName'];globals['setGlobal'](_0x50d856[_0x4eb74d(0x142)],_0x1bbd09);const _0x17cfa1=_0x50d856[_0x4eb74d(0x11b)](shouldScanTestForAccessibility,_0x1bbd09,![]);try{const _0x42875c=_0x50d856['LiQIi'][_0x4eb74d(0xcb)]('|');let _0x1a15a4=0x0;while(!![]){switch(_0x42875c[_0x1a15a4++]){case'0':global['browserstackSessionName']=_0x1bbd09;continue;case'1':_0x50d856[_0x4eb74d(0x136)](__drivers[_0x4eb74d(0xfe)],0x0)&&(__drivers[0x0][_0x4eb74d(0xc7)]=_0x1bbd09,__drivers[0x0][_0x4eb74d(0x10d)]=_0x17cfa1);continue;case'2':_0x50d856[_0x4eb74d(0x136)](__drivers[_0x4eb74d(0xfe)],0x0)&&_0x50d856['mCpLZ'](__drivers[0x0]['quitCount_'],0x0)&&(_0x5a56bd=![],await _0x50d856[_0x4eb74d(0x13d)](driverCleanup));continue;case'3':_0x50d856[_0x4eb74d(0xf6)](__drivers[_0x4eb74d(0xfe)],0x1)&&(await _0x50d856[_0x4eb74d(0x13d)](driverCleanup),__drivers[_0x4eb74d(0xd4)]());continue;case'4':Array[_0x4eb74d(0xe1)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x1bbd09);continue;}break;}}catch(_0x3ed43d){logger[_0x4eb74d(0x111)](_0x4eb74d(0xfd)+_0x3ed43d);const _0x573d6a={};_0x573d6a[_0x4eb74d(0x10a)]=_0x50d856[_0x4eb74d(0x104)],PerformanceTester[_0x4eb74d(0x162)](PerformanceHookEvents[_0x4eb74d(0x158)],![],_0x3ed43d,_0x573d6a);}globals[_0x4eb74d(0x15e)](_0x50d856[_0x4eb74d(0x123)],_0x17cfa1);if(_0x50d856[_0x4eb74d(0x13d)](isAccessibilityAutomationSession)&&_0x5a56bd&&Array[_0x4eb74d(0xe1)](__drivers)&&_0x50d856[_0x4eb74d(0xce)](__drivers[_0x4eb74d(0xfe)],0x0)&&globals[_0x4eb74d(0x135)](_0x50d856[_0x4eb74d(0x12c)]))try{const _0x349383=await __drivers[0x0][_0x4eb74d(0xe3)];if(_0x349383){let _0x59f877=!![];const _0x1fb51a=await __drivers[0x0]['getCurrentUrl']();let _0x4a425c;try{_0x4a425c=new URL(_0x1fb51a);}catch(_0x2f87f0){_0x59f877=![];}_0x59f877=_0x50d856[_0x4eb74d(0x101)](_0x4a425c[_0x4eb74d(0x139)],_0x50d856['QwdzN'])||_0x50d856['zFYAc'](_0x4a425c['protocol'],_0x50d856[_0x4eb74d(0x159)]),_0x59f877&&(_0x17cfa1&&logger[_0x4eb74d(0xda)](_0x50d856[_0x4eb74d(0x150)]));}}catch(_0x4bec45){logger[_0x4eb74d(0x155)](_0x4eb74d(0xc1)+_0x4bec45);const _0x90fa45={};_0x90fa45['hookType']=_0x50d856[_0x4eb74d(0x104)],PerformanceTester[_0x4eb74d(0x162)](PerformanceHookEvents['SDK_HOOK'],![],er,_0x90fa45);}_0x50d856[_0x4eb74d(0xf6)](__drivers[_0x4eb74d(0xfe)],0x0)&&_0x50d856['FXjtE'](__drivers[0x0][_0x4eb74d(0xd8)],0x0)&&await _0x50d856[_0x4eb74d(0x13d)](driverCleanup);}catch(_0x430e16){logger[_0x4eb74d(0x111)](_0x4eb74d(0x160)+_0x430e16);const _0x9ced56={};_0x9ced56[_0x4eb74d(0x10a)]=_0x50d856[_0x4eb74d(0x104)],PerformanceTester[_0x4eb74d(0x162)](PerformanceHookEvents['SDK_HOOK'],![],_0x430e16,_0x9ced56);}const _0x5709eb={};_0x5709eb[_0x4eb74d(0x10a)]=_0x50d856['IzFYz'],PerformanceTester[_0x4eb74d(0x162)](PerformanceHookEvents[_0x4eb74d(0x158)],!![],null,_0x5709eb);}),afterEach(async()=>{const _0x205be9=a19_0x5bbe9c,_0x301b06={'gDMHk':function(_0x7c75db,_0x319347){return _0x7c75db>_0x319347;},'HsARH':function(_0x552ded){return _0x552ded();},'KzKsy':function(_0x16db8e,_0x339634){return _0x16db8e===_0x339634;},'gdwCc':_0x205be9(0xd5),'LmxBm':_0x205be9(0x133),'NoQUa':function(_0x1edb3b,_0x327d04,_0x14954a,_0x419007){return _0x1edb3b(_0x327d04,_0x14954a,_0x419007);},'eCTmS':_0x205be9(0xf1),'RgYqB':function(_0x31d972,_0x487132,_0x2c12a9){return _0x31d972(_0x487132,_0x2c12a9);},'TGQlV':function(_0x4a937e){return _0x4a937e();},'MakDh':_0x205be9(0xdb),'sunei':_0x205be9(0x10d),'DKUnq':_0x205be9(0x129),'FeeDd':'Performing\x20scan\x20before\x20saving\x20results','KQWrY':'afterTest','yLhAw':_0x205be9(0x12e),'anJgj':function(_0x8745c6){return _0x8745c6();},'rVrYR':function(_0xc16dbc,_0x13345f){return _0xc16dbc>_0x13345f;},'XaSpQ':function(_0x38f07b,_0x1213fd,_0x407554){return _0x38f07b(_0x1213fd,_0x407554);},'AVXtU':function(_0x267071,_0x383faf,_0x12b655){return _0x267071(_0x383faf,_0x12b655);},'GXXAe':_0x205be9(0x111),'ltVQZ':function(_0x19eb92,_0x1a44af){return _0x19eb92>_0x1a44af;},'cGBop':function(_0x5ad842){return _0x5ad842();}};PerformanceTester[_0x205be9(0xf2)](PerformanceHookEvents['SDK_HOOK']);const _0x57d98a='browserstack internal helper hook';try{_0x301b06['gDMHk'](__drivers[_0x205be9(0xfe)],0x1)&&(await _0x301b06[_0x205be9(0xf9)](driverCleanup),__drivers['shift']());try{if(global[_0x205be9(0xca)]&&_0x301b06[_0x205be9(0xe2)](global['percyCaptureMode'],_0x301b06['gdwCc'])&&__drivers[0x0]){const _0x3d0832=_0x301b06[_0x205be9(0x153)](global[_0x205be9(0xcc)][_0x205be9(0xfe)],0x0)?!!global[_0x205be9(0xcc)][0x0][_0x205be9(0x102)]||!!global[_0x205be9(0xcc)][0x0][_0x301b06[_0x205be9(0x116)]]:![],_0x47e314={};_0x47e314[_0x205be9(0x102)]=_0x3d0832,await _0x301b06[_0x205be9(0xf7)](percyAutoCapture,__drivers[0x0],_0x301b06['gdwCc'],_0x47e314);}}catch(_0x589cf8){logger[_0x205be9(0x111)](_0x205be9(0x137)+_0x589cf8);const _0x23f43b={};_0x23f43b[_0x205be9(0x10a)]=_0x301b06[_0x205be9(0x108)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x589cf8,_0x23f43b);}const _0x3e429f=_0x301b06[_0x205be9(0xe8)](shouldScanTestForAccessibility,expect[_0x205be9(0x109)]()[_0x205be9(0x154)],![]);try{if(_0x301b06[_0x205be9(0x127)](isAccessibilityAutomationSession)&&globals[_0x205be9(0x135)](_0x301b06[_0x205be9(0x12b)])&&globals['getGlobal'](_0x301b06[_0x205be9(0x157)])){logger[_0x205be9(0xda)](_0x301b06[_0x205be9(0x107)]);const _0x31567b={'thTestRunUuid':TestDetails[_0x205be9(0x143)](process[_0x205be9(0x130)]+':testAnalyticsId'),'thBuildUuid':process[_0x205be9(0xc5)][testHubConstants[_0x205be9(0xea)]['BROWSERSTACK_TESTHUB_UUID']],'thJwtToken':process[_0x205be9(0xc5)][testHubConstants['ENV_VAR'][_0x205be9(0xc3)]]};logger['debug'](_0x205be9(0x10c)+JSON[_0x205be9(0x112)](_0x31567b)),logger['debug'](_0x301b06[_0x205be9(0xbf)]);const _0x6be3c4={};_0x6be3c4[_0x205be9(0x13a)]=_0x301b06[_0x205be9(0x138)],await PerformanceTester[_0x205be9(0xbe)](PerformanceA11yEvents[_0x205be9(0xd1)],async()=>{const _0x89a7c7=_0x205be9;logger[_0x89a7c7(0x111)](util[_0x89a7c7(0x161)](await __drivers[0x0][_0x89a7c7(0x119)](scripts['performScan'],{'method':expect[_0x89a7c7(0x109)]()[_0x89a7c7(0x154)]})));},_0x6be3c4)(),await PerformanceTester[_0x205be9(0xbe)](PerformanceA11yEvents[_0x205be9(0x14a)],async()=>{const _0x35915d=_0x205be9;await __drivers[0x0]['executeAsyncScript'](scripts[_0x35915d(0x141)],_0x31567b);})(),logger[_0x205be9(0xda)](_0x301b06[_0x205be9(0xfb)]);}}catch(_0x51e5da){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect['getState']()[_0x205be9(0x154)]+'.\x20Error\x20:',_0x51e5da);}await _0x301b06[_0x205be9(0xf9)](setContext);try{if(_0x301b06[_0x205be9(0x11f)](shouldProcessEventForTesthub)){_0x301b06[_0x205be9(0x14c)](global['__drivers']['length'],0x0)&&global[_0x205be9(0xec)][0x0]&&await _0x301b06[_0x205be9(0xde)](sendPlatformDetails,global[_0x205be9(0xec)][0x0],TestDetails['getTestUUID'](process[_0x205be9(0x130)]+':testAnalyticsId'));if(_0x301b06[_0x205be9(0x11f)](isBrowserstackInfra)){PerformanceTester[_0x205be9(0xf2)](PerformanceO11yEvents[_0x205be9(0x11a)]);const _0x435d90=_0x205be9(0xfa)+Date['now']();await _0x301b06['AVXtU'](executeAnnotate,JSON[_0x205be9(0x112)](_0x435d90),_0x301b06[_0x205be9(0xf4)]),PerformanceTester[_0x205be9(0x162)](PerformanceO11yEvents[_0x205be9(0x11a)]);}}}catch(_0x4cef2d){logger[_0x205be9(0x111)](_0x205be9(0x110)+_0x4cef2d),PerformanceTester[_0x205be9(0x162)](PerformanceO11yEvents[_0x205be9(0x11a)],![],_0x4cef2d);}_0x301b06['ltVQZ'](__drivers['length'],0x0)&&_0x301b06['rVrYR'](__drivers[0x0][_0x205be9(0xd8)],0x0)&&await _0x301b06[_0x205be9(0x11d)](driverCleanup);const _0x35879c={};_0x35879c[_0x205be9(0x10a)]=_0x301b06[_0x205be9(0x108)],PerformanceTester['end'](PerformanceHookEvents[_0x205be9(0x158)],!![],null,_0x35879c);}catch(_0x140ba6){logger[_0x205be9(0x111)](_0x205be9(0x163)+_0x140ba6);const _0x3d83dd={};_0x3d83dd[_0x205be9(0x10a)]=_0x301b06[_0x205be9(0x108)],PerformanceTester[_0x205be9(0x162)](PerformanceHookEvents['SDK_HOOK'],![],_0x140ba6,_0x3d83dd);}},0x186a0),afterAll(async()=>{const _0x5984c8=a19_0x5bbe9c,_0x2fa2ab={'kRahQ':function(_0xa34c75,_0x288351){return _0xa34c75<=_0x288351;},'yCotM':function(_0x5f3800,_0x153ed9){return _0x5f3800(_0x153ed9);},'DPFof':function(_0x125ddb){return _0x125ddb();},'TouXb':function(_0x5eac97,_0x2a2077,_0x2c2e68){return _0x5eac97(_0x2a2077,_0x2c2e68);},'gewII':function(_0x18e574){return _0x18e574();},'qLOpi':_0x5984c8(0x144)};PerformanceTester[_0x5984c8(0xf2)](PerformanceHookEvents[_0x5984c8(0x158)]),jest[_0x5984c8(0x115)](0x186a0),PerformanceTester[_0x5984c8(0xd6)]();const _0x52051a='browserstack internal helper hook';await new Promise(_0x5d1d29=>{const _0x560781=_0x5984c8,_0x5ad790={'rXnyb':function(_0x46886d,_0x1ad04b){const _0x2f86a9=a19_0xd490;return _0x2fa2ab[_0x2f86a9(0x151)](_0x46886d,_0x1ad04b);},'QbmNo':function(_0x4c2541,_0x5bebb0){const _0x12b1a6=a19_0xd490;return _0x2fa2ab[_0x12b1a6(0xe7)](_0x4c2541,_0x5bebb0);},'LXVwx':function(_0xfca58f){const _0x174c2e=a19_0xd490;return _0x2fa2ab[_0x174c2e(0x164)](_0xfca58f);}},_0x4c2f05=_0x2fa2ab[_0x560781(0x15b)](setInterval,async()=>{const _0x1d3f9e=_0x560781;_0x5ad790['rXnyb'](RequestQueueHandler[_0x1d3f9e(0x14b)]()[_0x1d3f9e(0xc2)],0x0)&&(_0x5ad790['QbmNo'](clearInterval,_0x4c2f05),_0x5ad790[_0x1d3f9e(0xc8)](_0x5d1d29));},0x3e8);});try{await _0x2fa2ab[_0x5984c8(0xf3)](driverCleanup);}catch(_0x4da305){logger[_0x5984c8(0x111)](_0x5984c8(0x11e)+_0x4da305);const _0xa54914={};_0xa54914['hookType']=_0x2fa2ab[_0x5984c8(0xdf)],PerformanceTester[_0x5984c8(0x162)](PerformanceHookEvents['SDK_HOOK'],![],_0x4da305,_0xa54914);}process[_0x5984c8(0x103)]();const _0x3c881d={};_0x3c881d[_0x5984c8(0x10a)]=_0x2fa2ab[_0x5984c8(0xdf)],PerformanceTester[_0x5984c8(0x162)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3c881d);},0x2710);function a19_0x5ae2(){const _0x3a3918=['ENV_VAR','initQuit','__drivers','RcOIf','\x22}}','ihimt','SESSION_STATUS','afterEach','start','gewII','GXXAe','SESSION_NAME','mCpLZ','NoQUa','riZIs','HsARH','ObservabilitySync:','yLhAw','mJNzY','Failed\x20to\x20store\x20session\x20name:\x20','length','../../helpers/percy/utils','message','zFYAc','app','removeAllListeners','IzFYz','QwQCS','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','DKUnq','eCTmS','getState','hookType','iJfue','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','bstackA11yShouldScan','executeScript','currentTest','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','debug','stringify','bGiBI','beforeEach','setTimeout','LmxBm','log','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','executeAsyncScript','SYNC','xpeQt','passed','cGBop','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','anJgj','1444050PKyBhE','slice','356808LHLlPv','mfLAg','10727432BgBnru','tAOfl','465BpjRRX','TGQlV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','../../helpers/accessibility-automation/helper','MakDh','qKSRr','errors','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','DzFCK','pid','9jodVxQ','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','appium:app','rgGPt','getGlobal','RmpWK','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','KQWrY','protocol','command','retryTimes','NeUzu','CJlRV','pKtDK','failed','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','saveTestResults','wxDxF','getTestUUID','afterAll','Unefr','\x22,\x22level\x22:\x20\x22error\x22}}','../../helpers/testhub/constants','description','539145CRbDYj','SAVE_RESULTS','getInstance','rVrYR','http:','4|0|3|1|2','esfdO','dryno','kRahQ',':testAnalyticsId','gDMHk','currentTestName','error','beforeAll','sunei','SDK_HOOK','QcbQX','../../helpers/performance/constants','TouXb','VIyjf','4|2|3|0|1','setGlobal','qQzKp','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','format','end','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','DPFof','measureWrapper','FeeDd','browserstackTestName','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','pendingUploads','BROWSERSTACK_TESTHUB_JWT','../../helpers/test-observability/utils','env','browserStackGlobals','browserstackSessionName','LXVwx','../../helpers/test-observability/requestQueueHandler','percy','split','capabilities','util','FXjtE','kWucb','undefined','PERFORM_SCAN','\x22,\x22level\x22:\x20\x22info\x22}}','sdiVC','shift','testcase','stopMonitoring','4359026tzMEtJ','quitCount_','PzmLy','info','isAccessibilityPlatform','ooqUA','884762fTMbKF','XaSpQ','qLOpi','../../helpers/globals','isArray','KzKsy','session_','rssMS','11524SeBOdT','addReporter','yCotM','RgYqB','./test-observability/test-details'];a19_0x5ae2=function(){return _0x3a3918;};return a19_0x5ae2();}
1
+ const a19_0x288843=a19_0x5058;(function(_0x1eb802,_0x4c8904){const _0x152c5c=a19_0x5058,_0x114742=_0x1eb802();while(!![]){try{const _0x2b37ae=-parseInt(_0x152c5c(0x18a))/0x1*(-parseInt(_0x152c5c(0x1c7))/0x2)+parseInt(_0x152c5c(0x15c))/0x3*(-parseInt(_0x152c5c(0x1fa))/0x4)+-parseInt(_0x152c5c(0x1ad))/0x5+-parseInt(_0x152c5c(0x1d9))/0x6+-parseInt(_0x152c5c(0x1d4))/0x7+parseInt(_0x152c5c(0x159))/0x8+parseInt(_0x152c5c(0x1ea))/0x9;if(_0x2b37ae===_0x4c8904)break;else _0x114742['push'](_0x114742['shift']());}catch(_0x5ccaa0){_0x114742['push'](_0x114742['shift']());}}}(a19_0x2789,0x316fc));function a19_0x5058(_0x4f7ee6,_0x473fc2){const _0x2789f3=a19_0x2789();return a19_0x5058=function(_0x50580e,_0x86d4d6){_0x50580e=_0x50580e-0x159;let _0x8efa60=_0x2789f3[_0x50580e];return _0x8efa60;},a19_0x5058(_0x4f7ee6,_0x473fc2);}const util=require(a19_0x288843(0x1b7)),{sendPlatformDetails}=require(a19_0x288843(0x1c9)),{isBrowserstackInfra,markSessionStatus}=require(a19_0x288843(0x15e));function a19_0x2789(){const _0x59ee54=['setTimeout','capabilities','\x20|\x20','afterEach','executeScript','aZpLQ','isAccessibilityPlatform','\x22}}','measureWrapper','LFKpw','GsoxX','push','protocol','489344doOnoH','performScan','xeaex','zmvKF','SESSION_NAME','currentTestName','OdsgY','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','1426736UrgVtu','pid','./test-observability/test-details','3oVxLka','getCurrentUrl','../../helpers/helper','quitCount_','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','bwLsI','Performing\x20scan\x20before\x20saving\x20results','appium:app','getTestUUID','SESSION_STATUS','SbruJ','QUBfc','browserstackSessionName','saveTestResults','YRrVz','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','tWJOI','message','failedExpectations','IwvSb','replace','removeAllListeners','info','PbjIE','../../helpers/globals','swLvD','command','SDK_HOOK','bYwkG','retryTimes','beforeEach','hUABa','Failed\x20to\x20store\x20session\x20name:\x20','BROWSERSTACK_TESTHUB_JWT','YTEQd','sPmds','browserStackGlobals','XMxAB','SVOez','start','../../helpers/percy/utils','ILemS','ObservabilitySync:','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','getGlobal','JbCEi','1094McrnWI','session_','KELib','isArray','vjcCY','xucYD','../../helpers/performance/performance-tester','DYube','app','nwTLY','\x22,\x22level\x22:\x20\x22error\x22}}','kTOAO','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','zPjkT','XqpGO','join','__drivers','browserstackTestName','ubdnb','length','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','errors','setGlobal','BROWSERSTACK_TESTHUB_UUID','dACji','SYNC','slice','0|4|2|3|1','name','xsrND','tGNMe','currentTest','../../helpers/test-observability/requestQueueHandler','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','passed','142830RdbKhT',',\x22level\x22:\x20\x22','RGgkT','failed','env','wUjlM','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','SAVE_RESULTS','sQcCi','../../helpers/testhub/utils','util','GCGja','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','HgvcG','format','ENV_VAR','Rfrom','error','afterTest',':testAnalyticsId','hookType','GtTHb','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/accessibility-automation/helper','getState','percyCaptureMode','32EvlbjC','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','../../helpers/test-observability/utils','winstonLogger','startMonitoring','getInstance','pWkeM','testcase','AdlLU','LjvJt','now','http:','stopMonitoring','1150898BlZFUr','undefined','afterAll','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','tGqvp','324792kbfJRU','stringify','ELeVP','tlcOy','executeAsyncScript','split','nkCTC','2|0|4|3|1','log','../../helpers/accessibility-automation/scripts','end','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','addReporter','xkgoz','../../helpers/testhub/constants','yedFW','bstackA11yShouldScan','3384846unEPki','debug','../../helpers/logger'];a19_0x2789=function(){return _0x59ee54;};return a19_0x2789();}let __error_messages__=[];const RequestQueueHandler=require(a19_0x288843(0x1aa));jest[a19_0x288843(0x1ed)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x288843(0x1c4)),{percyAutoCapture}=require(a19_0x288843(0x184)),logger=require(a19_0x288843(0x1ec))[a19_0x288843(0x1ca)],TestDetails=require(a19_0x288843(0x15b)),PerformanceTester=require(a19_0x288843(0x190)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require(a19_0x288843(0x1e2)),globals=require(a19_0x288843(0x174)),{shouldProcessEventForTesthub}=require(a19_0x288843(0x1b6)),testHubConstants=require(a19_0x288843(0x1e7));globals[a19_0x288843(0x180)]=browserStackGlobals;function stripUnicode(_0x55400b){const _0x5c6d76=a19_0x288843;return _0x55400b[_0x5c6d76(0x170)](/\\u001b\[.*?m/g,'')[_0x5c6d76(0x1a4)](0x1,-0x1);}async function setContext(){const _0x1b431b=a19_0x288843,_0x4af9da={'aZpLQ':function(_0xbeea9e){return _0xbeea9e();},'XMxAB':_0x1b431b(0x19b),'KELib':function(_0x23c544,_0x3b119c){return _0x23c544!==_0x3b119c;},'IwvSb':'undefined','MJIHJ':function(_0x5c40be,_0x199623){return _0x5c40be>_0x199623;},'bwLsI':function(_0xa48abf,_0x5830c5){return _0xa48abf(_0x5830c5);},'iRKuw':function(_0x442bcf,_0x338edd){return _0x442bcf(_0x338edd);}};if(!_0x4af9da[_0x1b431b(0x1f2)](isBrowserstackInfra))return;const _0x476756=expect[_0x1b431b(0x1c5)]()[_0x1b431b(0x1ff)];globals['setGlobal'](_0x4af9da[_0x1b431b(0x181)],_0x476756);!sessionNameProvided&&await PerformanceTester[_0x1b431b(0x1f5)](PerformanceAutEvents[_0x1b431b(0x1fe)],async()=>{const _0x5c05b1=_0x1b431b;await __drivers[0x0][_0x5c05b1(0x1f1)](_0x5c05b1(0x1ab)+_0x476756+'\x22}}');})();let _0x11febd=null,_0x5866da=![];_0x4af9da[_0x1b431b(0x18c)](typeof jasmine,_0x4af9da[_0x1b431b(0x16f)])?jasmine[_0x1b431b(0x1a9)]['failedExpectations']&&_0x4af9da['MJIHJ'](jasmine[_0x1b431b(0x1a9)][_0x1b431b(0x16e)][_0x1b431b(0x19d)],0x0)?(_0x5866da=!![],_0x11febd=_0x4af9da['bwLsI'](stripUnicode,JSON[_0x1b431b(0x1da)](jasmine[_0x1b431b(0x1a9)]['failedExpectations'][0x0][_0x1b431b(0x16d)]))):_0x11febd=_0x4af9da['bwLsI'](stripUnicode,JSON[_0x1b431b(0x1da)](jasmine[_0x1b431b(0x1a9)]['description'])):testContext[_0x1b431b(0x19f)]&&_0x4af9da['MJIHJ'](testContext['errors'][_0x1b431b(0x19d)],0x0)?(_0x5866da=!![],_0x11febd=_0x4af9da[_0x1b431b(0x161)](stripUnicode,JSON[_0x1b431b(0x1da)](testContext['errors'][0x0][0x0]['message']||testContext[_0x1b431b(0x19f)][0x0][0x0]))):_0x11febd=_0x4af9da['iRKuw'](stripUnicode,JSON[_0x1b431b(0x1da)](testContext[_0x1b431b(0x1a6)])),_0x5866da?(__error_messages__[_0x1b431b(0x1f8)](_0x11febd),await __drivers[0x0][_0x1b431b(0x1f1)](_0x1b431b(0x1c8)+_0x11febd+_0x1b431b(0x194))):await __drivers[0x0][_0x1b431b(0x1f1)](_0x1b431b(0x16b)+_0x11febd+'\x22,\x22level\x22:\x20\x22info\x22}}');}const executeAnnotate=async(_0x334d52,_0x3cacb0)=>{const _0x4ac26a=a19_0x288843;await global[_0x4ac26a(0x19a)][0x0]['executeScript'](_0x4ac26a(0x1e4)+_0x334d52+_0x4ac26a(0x1ae)+_0x3cacb0+_0x4ac26a(0x1f4));};async function driverCleanup(){const _0x105083=a19_0x288843,_0x8e1554={'sQcCi':function(_0x161140){return _0x161140();},'ELeVP':_0x105083(0x1e0),'YRrVz':function(_0x15a358,_0x5d6808){return _0x15a358>_0x5d6808;},'vjcCY':function(_0x3bb8eb,_0x15c6dc,_0x36ad4b,_0x522001){return _0x3bb8eb(_0x15c6dc,_0x36ad4b,_0x522001);},'tGNMe':_0x105083(0x1b0),'GtTHb':_0x105083(0x1ef),'swLvD':function(_0x22ed86,_0x4e24f3,_0x54a25d){return _0x22ed86(_0x4e24f3,_0x54a25d);},'dACji':_0x105083(0x1ac)};if(!_0x8e1554[_0x105083(0x1b5)](isBrowserstackInfra))return;let _0xa5c802=![];try{const _0x432ef6=_0x8e1554[_0x105083(0x1db)][_0x105083(0x1de)]('|');let _0x222a43=0x0;while(!![]){switch(_0x432ef6[_0x222a43++]){case'0':await __drivers[0x0][_0x105083(0x18b)];continue;case'1':PerformanceTester[_0x105083(0x1e3)](PerformanceAutEvents[_0x105083(0x165)],!![]);continue;case'2':PerformanceTester['start'](PerformanceAutEvents[_0x105083(0x165)]);continue;case'3':_0x8e1554[_0x105083(0x16a)](__error_messages__[_0x105083(0x19d)],0x0)?await _0x8e1554[_0x105083(0x18e)](markSessionStatus,__drivers[0x0],_0x8e1554[_0x105083(0x1a8)],__error_messages__[_0x105083(0x199)](_0x8e1554[_0x105083(0x1c2)])):await _0x8e1554[_0x105083(0x175)](markSessionStatus,__drivers[0x0],_0x8e1554[_0x105083(0x1a2)]);continue;case'4':_0xa5c802=!![];continue;}break;}}catch(_0x32adb4){console[_0x105083(0x1e1)](_0x32adb4),PerformanceTester['end'](PerformanceAutEvents['SESSION_STATUS'],![],_0x32adb4);}__error_messages__=[];if(_0xa5c802)try{await __drivers[0x0]['initQuit']();}catch(_0x142fc8){console[_0x105083(0x1e1)](_0x142fc8);}}beforeAll(async()=>{const _0x460f6d=a19_0x288843,_0x524279={'xucYD':function(_0x38036d,_0x154a9b){return _0x38036d!==_0x154a9b;},'tGqvp':_0x460f6d(0x1d5),'TyhpW':function(_0x5c0562,_0x3c3256){return _0x5c0562>_0x3c3256;},'bYwkG':'beforeAll','zPjkT':function(_0x31c1d7){return _0x31c1d7();},'aaGzq':function(_0x2e5eb3,_0x337890,_0x162fa4){return _0x2e5eb3(_0x337890,_0x162fa4);}};PerformanceTester[_0x460f6d(0x1cb)](),PerformanceTester[_0x460f6d(0x183)](PerformanceHookEvents[_0x460f6d(0x177)]);_0x524279[_0x460f6d(0x18f)](typeof __jestRetries,_0x524279['tGqvp'])&&_0x524279['TyhpW'](__jestRetries,0x0)&&jest[_0x460f6d(0x179)](__jestRetries);const _0x364336='browserstack internal helper hook';_0x524279[_0x460f6d(0x18f)](typeof jasmine,_0x524279[_0x460f6d(0x1d8)])&&jasmine['getEnv']()[_0x460f6d(0x1e5)]({'specStarted':_0x31753d=>{const _0x1d7f0d=_0x460f6d;jasmine[_0x1d7f0d(0x1a9)]=_0x31753d;}});let _0x573d1a=![];try{await __drivers[0x0][_0x460f6d(0x18b)],_0x573d1a=!![];}catch(_0x20cf10){logger[_0x460f6d(0x1eb)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x20cf10);const _0x2b9868={};_0x2b9868['hookType']=_0x524279[_0x460f6d(0x178)],PerformanceTester[_0x460f6d(0x1e3)](PerformanceHookEvents[_0x460f6d(0x177)],![],_0x20cf10,_0x2b9868);}if(_0x573d1a)try{_0x524279[_0x460f6d(0x197)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x524279['aaGzq'](sendPlatformDetails,__drivers[0x0],TestDetails[_0x460f6d(0x164)](process[_0x460f6d(0x15a)]+':testAnalyticsId')));}catch(_0x53f859){logger[_0x460f6d(0x1eb)](_0x460f6d(0x201)+_0x53f859);const _0x3ed70a={};_0x3ed70a[_0x460f6d(0x1c1)]=_0x524279['bYwkG'],PerformanceTester['end'](PerformanceHookEvents[_0x460f6d(0x177)],![],_0x53f859,_0x3ed70a);}const _0x2a6b60={};_0x2a6b60[_0x460f6d(0x1c1)]=_0x524279['bYwkG'],PerformanceTester['end'](PerformanceHookEvents[_0x460f6d(0x177)],!![],null,_0x2a6b60);}),beforeEach(async()=>{const _0x2855d7=a19_0x288843,_0x3d221e={'eBzew':_0x2855d7(0x19b),'kTOAO':function(_0x55b6a9,_0x4056b0,_0x333f0e){return _0x55b6a9(_0x4056b0,_0x333f0e);},'LjvJt':_0x2855d7(0x1a5),'xsrND':function(_0x5edcfe,_0x2e2046){return _0x5edcfe>_0x2e2046;},'tlcOy':function(_0x3f146a,_0x24a2b7){return _0x3f146a>_0x24a2b7;},'SVOez':function(_0x5890a9){return _0x5890a9();},'yedFW':_0x2855d7(0x17a),'OdsgY':_0x2855d7(0x1e9),'QUBfc':function(_0x4d5824,_0x1f4399){return _0x4d5824>_0x1f4399;},'RGgkT':'isAccessibilityPlatform','LFKpw':function(_0x635fe1,_0x19721){return _0x635fe1===_0x19721;},'IetWG':_0x2855d7(0x1d2),'pWkeM':'https:','tWJOI':_0x2855d7(0x160)};PerformanceTester[_0x2855d7(0x183)](PerformanceHookEvents['SDK_HOOK']);const _0x1d20a4='browserstack internal helper hook';let _0x49b853=!![];try{const _0x1ff9c3=expect[_0x2855d7(0x1c5)]()[_0x2855d7(0x1ff)];globals[_0x2855d7(0x1a0)](_0x3d221e['eBzew'],_0x1ff9c3);const _0x4f493d=_0x3d221e[_0x2855d7(0x195)](shouldScanTestForAccessibility,_0x1ff9c3,![]);try{const _0x2886ea=_0x3d221e[_0x2855d7(0x1d0)][_0x2855d7(0x1de)]('|');let _0x1127b9=0x0;while(!![]){switch(_0x2886ea[_0x1127b9++]){case'0':Array[_0x2855d7(0x18d)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x2855d7(0x168)]=_0x1ff9c3);continue;case'1':_0x3d221e['xsrND'](__drivers['length'],0x0)&&_0x3d221e[_0x2855d7(0x1dc)](__drivers[0x0][_0x2855d7(0x15f)],0x0)&&(_0x49b853=![],await _0x3d221e[_0x2855d7(0x182)](driverCleanup));continue;case'2':_0x3d221e['tlcOy'](__drivers[_0x2855d7(0x19d)],0x1)&&(await _0x3d221e[_0x2855d7(0x182)](driverCleanup),__drivers['shift']());continue;case'3':_0x3d221e[_0x2855d7(0x1dc)](__drivers[_0x2855d7(0x19d)],0x0)&&(__drivers[0x0][_0x2855d7(0x168)]=_0x1ff9c3,__drivers[0x0][_0x2855d7(0x1e9)]=_0x4f493d);continue;case'4':global[_0x2855d7(0x168)]=_0x1ff9c3;continue;}break;}}catch(_0x324a7a){logger[_0x2855d7(0x1eb)](_0x2855d7(0x17c)+_0x324a7a);const _0x379b65={};_0x379b65[_0x2855d7(0x1c1)]=_0x3d221e[_0x2855d7(0x1e8)],PerformanceTester[_0x2855d7(0x1e3)](PerformanceHookEvents['SDK_HOOK'],![],_0x324a7a,_0x379b65);}globals[_0x2855d7(0x1a0)](_0x3d221e[_0x2855d7(0x200)],_0x4f493d);if(_0x3d221e[_0x2855d7(0x182)](isAccessibilityAutomationSession)&&_0x49b853&&Array[_0x2855d7(0x18d)](__drivers)&&_0x3d221e[_0x2855d7(0x167)](__drivers['length'],0x0)&&globals['getGlobal'](_0x3d221e[_0x2855d7(0x1af)]))try{const _0x15cdfb=await __drivers[0x0][_0x2855d7(0x18b)];if(_0x15cdfb){let _0x583010=!![];const _0x3fe97d=await __drivers[0x0][_0x2855d7(0x15d)]();let _0x4b0444;try{_0x4b0444=new URL(_0x3fe97d);}catch(_0x1154d2){_0x583010=![];}_0x583010=_0x3d221e[_0x2855d7(0x1f6)](_0x4b0444[_0x2855d7(0x1f9)],_0x3d221e['IetWG'])||_0x3d221e[_0x2855d7(0x1f6)](_0x4b0444['protocol'],_0x3d221e[_0x2855d7(0x1cd)]),_0x583010&&(_0x4f493d&&logger[_0x2855d7(0x172)](_0x3d221e[_0x2855d7(0x16c)]));}}catch(_0x5801d3){logger[_0x2855d7(0x1be)](_0x2855d7(0x1c3)+_0x5801d3);const _0xedf6b2={};_0xedf6b2[_0x2855d7(0x1c1)]=_0x3d221e[_0x2855d7(0x1e8)],PerformanceTester[_0x2855d7(0x1e3)](PerformanceHookEvents[_0x2855d7(0x177)],![],er,_0xedf6b2);}_0x3d221e[_0x2855d7(0x1a7)](__drivers[_0x2855d7(0x19d)],0x0)&&_0x3d221e['tlcOy'](__drivers[0x0][_0x2855d7(0x15f)],0x0)&&await _0x3d221e[_0x2855d7(0x182)](driverCleanup);}catch(_0x498937){logger['debug']('Exception\x20in\x20jest\x20hook\x20with\x20error:\x20'+_0x498937);const _0x59d5f8={};_0x59d5f8[_0x2855d7(0x1c1)]=_0x3d221e[_0x2855d7(0x1e8)],PerformanceTester[_0x2855d7(0x1e3)](PerformanceHookEvents[_0x2855d7(0x177)],![],_0x498937,_0x59d5f8);}const _0x325682={};_0x325682[_0x2855d7(0x1c1)]=_0x3d221e['yedFW'],PerformanceTester[_0x2855d7(0x1e3)](PerformanceHookEvents[_0x2855d7(0x177)],!![],null,_0x325682);}),afterEach(async()=>{const _0x5b6129=a19_0x288843,_0x47e326={'hUABa':function(_0x3efe91,_0x279dfa){return _0x3efe91>_0x279dfa;},'JbCEi':function(_0x2eece7){return _0x2eece7();},'cZPIC':function(_0x46e18c,_0x56b929){return _0x46e18c===_0x56b929;},'hctGW':_0x5b6129(0x1ce),'nkCTC':_0x5b6129(0x163),'ILemS':function(_0x40018c,_0x5dafde,_0x5aaa37,_0x4cc12c){return _0x40018c(_0x5dafde,_0x5aaa37,_0x4cc12c);},'AdlLU':_0x5b6129(0x1f0),'GsoxX':function(_0x38c0b4,_0x23df7e,_0xba5ebb){return _0x38c0b4(_0x23df7e,_0xba5ebb);},'PbjIE':function(_0xd3b001){return _0xd3b001();},'GCGja':_0x5b6129(0x1f3),'YTEQd':_0x5b6129(0x1e9),'nwTLY':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','wUjlM':_0x5b6129(0x162),'xeaex':_0x5b6129(0x1bf),'HjWhu':_0x5b6129(0x19e),'HgvcG':function(_0x30d585){return _0x30d585();},'AcpDH':function(_0x811ddb){return _0x811ddb();},'SbruJ':function(_0x4da898,_0x399543,_0x1d2144){return _0x4da898(_0x399543,_0x1d2144);},'zmvKF':_0x5b6129(0x1eb),'sPmds':function(_0x44e791,_0x4fe1dc){return _0x44e791>_0x4fe1dc;},'ubdnb':function(_0x5bd611){return _0x5bd611();}};PerformanceTester[_0x5b6129(0x183)](PerformanceHookEvents[_0x5b6129(0x177)]);const _0x977783='browserstack internal helper hook';try{_0x47e326['hUABa'](__drivers[_0x5b6129(0x19d)],0x1)&&(await _0x47e326[_0x5b6129(0x189)](driverCleanup),__drivers['shift']());try{if(global['percy']&&_0x47e326['cZPIC'](global[_0x5b6129(0x1c6)],_0x47e326['hctGW'])&&__drivers[0x0]){const _0x551fec=_0x47e326[_0x5b6129(0x17b)](global[_0x5b6129(0x1ee)][_0x5b6129(0x19d)],0x0)?!!global[_0x5b6129(0x1ee)][0x0][_0x5b6129(0x192)]||!!global[_0x5b6129(0x1ee)][0x0][_0x47e326[_0x5b6129(0x1df)]]:![],_0x33fd2e={};_0x33fd2e[_0x5b6129(0x192)]=_0x551fec,await _0x47e326[_0x5b6129(0x185)](percyAutoCapture,__drivers[0x0],_0x47e326['hctGW'],_0x33fd2e);}}catch(_0x420bb0){logger[_0x5b6129(0x1eb)](_0x5b6129(0x1b9)+_0x420bb0);const _0x60b80e={};_0x60b80e[_0x5b6129(0x1c1)]=_0x47e326['AdlLU'],PerformanceTester[_0x5b6129(0x1e3)](PerformanceHookEvents[_0x5b6129(0x177)],![],_0x420bb0,_0x60b80e);}const _0x906ce2=_0x47e326[_0x5b6129(0x1f7)](shouldScanTestForAccessibility,expect[_0x5b6129(0x1c5)]()[_0x5b6129(0x1ff)],![]);try{if(_0x47e326[_0x5b6129(0x173)](isAccessibilityAutomationSession)&&globals[_0x5b6129(0x188)](_0x47e326[_0x5b6129(0x1b8)])&&globals[_0x5b6129(0x188)](_0x47e326[_0x5b6129(0x17e)])){logger['info'](_0x47e326[_0x5b6129(0x193)]);const _0x40e29a={'thTestRunUuid':TestDetails[_0x5b6129(0x164)](process['pid']+':testAnalyticsId'),'thBuildUuid':process[_0x5b6129(0x1b1)][testHubConstants[_0x5b6129(0x1bc)][_0x5b6129(0x1a1)]],'thJwtToken':process[_0x5b6129(0x1b1)][testHubConstants[_0x5b6129(0x1bc)][_0x5b6129(0x17d)]]};logger[_0x5b6129(0x1eb)](_0x5b6129(0x1b3)+JSON[_0x5b6129(0x1da)](_0x40e29a)),logger['debug'](_0x47e326[_0x5b6129(0x1b2)]);const _0x4515f6={};_0x4515f6[_0x5b6129(0x176)]=_0x47e326[_0x5b6129(0x1fc)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2ccb33=_0x5b6129;logger['debug'](util[_0x2ccb33(0x1bb)](await __drivers[0x0][_0x2ccb33(0x1dd)](scripts[_0x2ccb33(0x1fb)],{'method':expect[_0x2ccb33(0x1c5)]()[_0x2ccb33(0x1ff)]})));},_0x4515f6)(),await PerformanceTester[_0x5b6129(0x1f5)](PerformanceA11yEvents[_0x5b6129(0x1b4)],async()=>{const _0x184d87=_0x5b6129;await __drivers[0x0]['executeAsyncScript'](scripts[_0x184d87(0x169)],_0x40e29a);})(),logger['info'](_0x47e326['HjWhu']);}}catch(_0x4d4d8a){logger[_0x5b6129(0x1be)](_0x5b6129(0x196)+expect[_0x5b6129(0x1c5)]()[_0x5b6129(0x1ff)]+'.\x20Error\x20:',_0x4d4d8a);}await _0x47e326[_0x5b6129(0x189)](setContext);try{if(_0x47e326[_0x5b6129(0x1ba)](shouldProcessEventForTesthub)){_0x47e326[_0x5b6129(0x17b)](global[_0x5b6129(0x19a)][_0x5b6129(0x19d)],0x0)&&global[_0x5b6129(0x19a)][0x0]&&await _0x47e326[_0x5b6129(0x1f7)](sendPlatformDetails,global[_0x5b6129(0x19a)][0x0],TestDetails[_0x5b6129(0x164)](process[_0x5b6129(0x15a)]+_0x5b6129(0x1c0)));if(_0x47e326['AcpDH'](isBrowserstackInfra)){PerformanceTester[_0x5b6129(0x183)](PerformanceO11yEvents[_0x5b6129(0x1a3)]);const _0x9a4715=_0x5b6129(0x186)+Date[_0x5b6129(0x1d1)]();await _0x47e326[_0x5b6129(0x166)](executeAnnotate,JSON[_0x5b6129(0x1da)](_0x9a4715),_0x47e326[_0x5b6129(0x1fd)]),PerformanceTester[_0x5b6129(0x1e3)](PerformanceO11yEvents['SYNC']);}}}catch(_0x54d6b5){logger['debug']('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x54d6b5),PerformanceTester[_0x5b6129(0x1e3)](PerformanceO11yEvents[_0x5b6129(0x1a3)],![],_0x54d6b5);}_0x47e326[_0x5b6129(0x17b)](__drivers['length'],0x0)&&_0x47e326[_0x5b6129(0x17f)](__drivers[0x0][_0x5b6129(0x15f)],0x0)&&await _0x47e326[_0x5b6129(0x19c)](driverCleanup);const _0x43a4eb={};_0x43a4eb[_0x5b6129(0x1c1)]=_0x47e326[_0x5b6129(0x1cf)],PerformanceTester[_0x5b6129(0x1e3)](PerformanceHookEvents[_0x5b6129(0x177)],!![],null,_0x43a4eb);}catch(_0x129cd9){logger[_0x5b6129(0x1eb)](_0x5b6129(0x187)+_0x129cd9);const _0x191ed7={};_0x191ed7[_0x5b6129(0x1c1)]=_0x47e326[_0x5b6129(0x1cf)],PerformanceTester[_0x5b6129(0x1e3)](PerformanceHookEvents[_0x5b6129(0x177)],![],_0x129cd9,_0x191ed7);}},0x186a0),afterAll(async()=>{const _0x184f4e=a19_0x288843,_0x573283={'XqpGO':function(_0x721b21,_0x8d7e47){return _0x721b21<=_0x8d7e47;},'DkKjd':function(_0x1571b7,_0x261e97){return _0x1571b7(_0x261e97);},'xkgoz':function(_0x4c5879){return _0x4c5879();},'Rfrom':function(_0x48ebc6,_0x2dc41d,_0x425338){return _0x48ebc6(_0x2dc41d,_0x425338);},'ORUGh':function(_0x56f6a8){return _0x56f6a8();},'DYube':_0x184f4e(0x1d6)};PerformanceTester[_0x184f4e(0x183)](PerformanceHookEvents[_0x184f4e(0x177)]),jest[_0x184f4e(0x1ed)](0x186a0),PerformanceTester[_0x184f4e(0x1d3)]();const _0x53d188='browserstack internal helper hook';await new Promise(_0x3cbe5f=>{const _0x397932=_0x184f4e,_0xedfc36=_0x573283[_0x397932(0x1bd)](setInterval,async()=>{const _0x35155f=_0x397932;_0x573283[_0x35155f(0x198)](RequestQueueHandler[_0x35155f(0x1cc)]()['pendingUploads'],0x0)&&(_0x573283['DkKjd'](clearInterval,_0xedfc36),_0x573283[_0x35155f(0x1e6)](_0x3cbe5f));},0x3e8);});try{await _0x573283['ORUGh'](driverCleanup);}catch(_0xf0b299){logger[_0x184f4e(0x1eb)](_0x184f4e(0x1d7)+_0xf0b299);const _0x5bbf17={};_0x5bbf17['hookType']=_0x573283[_0x184f4e(0x191)],PerformanceTester['end'](PerformanceHookEvents[_0x184f4e(0x177)],![],_0xf0b299,_0x5bbf17);}process[_0x184f4e(0x171)]();const _0x36f08e={};_0x36f08e[_0x184f4e(0x1c1)]=_0x573283[_0x184f4e(0x191)],PerformanceTester[_0x184f4e(0x1e3)](PerformanceHookEvents[_0x184f4e(0x177)],!![],null,_0x36f08e);},0x2710);
@@ -1 +1 @@
1
- const a20_0x29893a=a20_0x9b79;function a20_0x9b79(_0x51e6b7,_0x3d4d5e){const _0x445141=a20_0x4451();return a20_0x9b79=function(_0x9b79b7,_0x2d7a70){_0x9b79b7=_0x9b79b7-0x170;let _0x1bd31c=_0x445141[_0x9b79b7];return _0x1bd31c;},a20_0x9b79(_0x51e6b7,_0x3d4d5e);}(function(_0x103674,_0x3b770f){const _0x50b5b8=a20_0x9b79,_0x3cc087=_0x103674();while(!![]){try{const _0xb8ec24=parseInt(_0x50b5b8(0x178))/0x1+-parseInt(_0x50b5b8(0x179))/0x2*(parseInt(_0x50b5b8(0x17c))/0x3)+-parseInt(_0x50b5b8(0x173))/0x4+-parseInt(_0x50b5b8(0x170))/0x5*(-parseInt(_0x50b5b8(0x176))/0x6)+parseInt(_0x50b5b8(0x172))/0x7*(parseInt(_0x50b5b8(0x177))/0x8)+-parseInt(_0x50b5b8(0x17e))/0x9*(parseInt(_0x50b5b8(0x17b))/0xa)+-parseInt(_0x50b5b8(0x171))/0xb;if(_0xb8ec24===_0x3b770f)break;else _0x3cc087['push'](_0x3cc087['shift']());}catch(_0x128993){_0x3cc087['push'](_0x3cc087['shift']());}}}(a20_0x4451,0x89b1a));const requestSpy=require(a20_0x29893a(0x17a)),{addRequestSpy}=require(a20_0x29893a(0x175));beforeAll(()=>{const _0x127a8f=a20_0x29893a,_0x2e2ef0={'dLcCK':function(_0x56feed){return _0x56feed();}},_0xf05bf0='browserstack internal helper hook';_0x2e2ef0[_0x127a8f(0x174)](addRequestSpy);}),afterAll(async()=>{const _0x56b223=a20_0x29893a,_0x3409c1='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy[_0x56b223(0x17d)]();});function a20_0x4451(){const _0x1bdcb1=['../../../helpers/test-observability/utils','295026UywBeX','1688luCrHM','512096PzRqMc','30934yxOEoQ','../../../helpers/request-spy','6630mresZd','135eLWRfh','restore','3537HLCSYh','80yTpUBG','3386625oHpfnk','18151gwYNHu','70048DjgZPi','dLcCK'];a20_0x4451=function(){return _0x1bdcb1;};return a20_0x4451();}
1
+ const a20_0x298922=a20_0x1dd4;(function(_0x561d8f,_0x659af7){const _0x43389a=a20_0x1dd4,_0x41ac98=_0x561d8f();while(!![]){try{const _0x984694=parseInt(_0x43389a(0x1a8))/0x1+-parseInt(_0x43389a(0x1a0))/0x2*(parseInt(_0x43389a(0x1aa))/0x3)+parseInt(_0x43389a(0x1ac))/0x4*(-parseInt(_0x43389a(0x1a5))/0x5)+parseInt(_0x43389a(0x1ad))/0x6+-parseInt(_0x43389a(0x1a7))/0x7+parseInt(_0x43389a(0x1a1))/0x8+parseInt(_0x43389a(0x1ab))/0x9*(-parseInt(_0x43389a(0x1a3))/0xa);if(_0x984694===_0x659af7)break;else _0x41ac98['push'](_0x41ac98['shift']());}catch(_0x20619e){_0x41ac98['push'](_0x41ac98['shift']());}}}(a20_0x543b,0x551dc));function a20_0x543b(){const _0x21ced0=['HcLaq','18115vgEAsd','../../../helpers/test-observability/utils','2042705LNPuQA','592028LydruY','setTimeout','9291mvTgwG','72RmHncx','264efeXYt','4011456TuKcws','326CLykgq','2774976NTNCFS','../../../helpers/request-spy','278870qlTVFT'];a20_0x543b=function(){return _0x21ced0;};return a20_0x543b();}const requestSpy=require(a20_0x298922(0x1a2)),{addRequestSpy}=require(a20_0x298922(0x1a6));function a20_0x1dd4(_0x1f4303,_0xbf0ffc){const _0x543b48=a20_0x543b();return a20_0x1dd4=function(_0x1dd41f,_0x58de7e){_0x1dd41f=_0x1dd41f-0x1a0;let _0x56b284=_0x543b48[_0x1dd41f];return _0x56b284;},a20_0x1dd4(_0x1f4303,_0xbf0ffc);}beforeAll(()=>{const _0x5ce348=a20_0x298922,_0x506af3={'HcLaq':function(_0x42a2a2){return _0x42a2a2();}},_0x3e6423='browserstack internal helper hook';_0x506af3[_0x5ce348(0x1a4)](addRequestSpy);}),afterAll(async()=>{const _0x399098=a20_0x298922,_0x326aa8='browserstack internal helper hook';jest[_0x399098(0x1a9)](0xea60),requestSpy['restore']();});
@@ -1 +1 @@
1
- const a21_0x34a86b=a21_0x3c5b;(function(_0x42b23b,_0x2d485c){const _0x290727=a21_0x3c5b,_0x6fb7a8=_0x42b23b();while(!![]){try{const _0x517d1f=parseInt(_0x290727(0x1f5))/0x1*(-parseInt(_0x290727(0x1f7))/0x2)+parseInt(_0x290727(0x1f4))/0x3+-parseInt(_0x290727(0x1fc))/0x4+-parseInt(_0x290727(0x200))/0x5*(-parseInt(_0x290727(0x1f3))/0x6)+-parseInt(_0x290727(0x1f6))/0x7*(-parseInt(_0x290727(0x1eb))/0x8)+parseInt(_0x290727(0x1ea))/0x9+-parseInt(_0x290727(0x1ed))/0xa;if(_0x517d1f===_0x2d485c)break;else _0x6fb7a8['push'](_0x6fb7a8['shift']());}catch(_0x5aa59b){_0x6fb7a8['push'](_0x6fb7a8['shift']());}}}(a21_0x149d,0xea6b5));function a21_0x3c5b(_0x5ecf1b,_0x31c683){const _0x149dda=a21_0x149d();return a21_0x3c5b=function(_0x3c5bf3,_0x2ea287){_0x3c5bf3=_0x3c5bf3-0x1e3;let _0x233552=_0x149dda[_0x3c5bf3];return _0x233552;},a21_0x3c5b(_0x5ecf1b,_0x31c683);}const testOpsHelper=require(a21_0x34a86b(0x1f1)),helper=require(a21_0x34a86b(0x1f8));function a21_0x149d(){const _0x3410b3=['SDPki','BROWSERSTACK_RERUN_TESTS','split','twRzn','Ndpwy','cliConfig','trim','2958768HPkCBa','10283176Idyroj','get','8045500XWrsIq','push','has','shouldReRunObservabilityTests','../../../helpers/test-observability/utils','env','12xDjule','4409352OpRRVT','187141mkWipZ','7WNAhBR','16ypVUQT','../../../helpers/helper','validateRerunTestList','map','updateTestRerunConfig','1168496xfyExf','isUndefined','rerunTests','testMatch','1175125ZDyYSl'];a21_0x149d=function(){return _0x3410b3;};return a21_0x149d();}exports[a21_0x34a86b(0x1fb)]=(_0x357362,_0x27ddfe)=>{const _0x21a05b=a21_0x34a86b,_0x1fee2f={};_0x1fee2f[_0x21a05b(0x1e6)]=_0x21a05b(0x1fe),_0x1fee2f[_0x21a05b(0x1e3)]=function(_0x3d5c89,_0x1b1731){return _0x3d5c89!==_0x1b1731;},_0x1fee2f[_0x21a05b(0x1e7)]=function(_0x4ac9fd,_0x5894aa){return _0x4ac9fd>_0x5894aa;};const _0x432cba=_0x1fee2f;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x21a05b(0x1f0)]()){let _0x40490c=process[_0x21a05b(0x1f2)][_0x21a05b(0x1e4)];!helper[_0x21a05b(0x1fd)](_0x27ddfe[_0x21a05b(0x1e8)])&&_0x27ddfe[_0x21a05b(0x1e8)][_0x21a05b(0x1ef)](_0x432cba[_0x21a05b(0x1e6)])&&(_0x40490c=_0x27ddfe['cliConfig'][_0x21a05b(0x1ec)](_0x432cba[_0x21a05b(0x1e6)]));const _0x39f004=[];helper[_0x21a05b(0x1f9)](_0x40490c)&&_0x432cba[_0x21a05b(0x1e3)](_0x40490c,null)&&_0x40490c[_0x21a05b(0x1e5)](',')[_0x21a05b(0x1fa)](_0x4903af=>{const _0x2973f2=_0x21a05b;_0x39f004[_0x2973f2(0x1ee)](''+_0x4903af[_0x2973f2(0x1e9)]());}),_0x432cba[_0x21a05b(0x1e7)](_0x39f004['length'],0x0)&&(_0x357362['testRegex']=_0x39f004,delete _0x357362[_0x21a05b(0x1ff)]);}};
1
+ const a21_0x31c47=a21_0x4585;(function(_0x5a3794,_0x2ef844){const _0x485ff6=a21_0x4585,_0x3ca282=_0x5a3794();while(!![]){try{const _0x2643b1=-parseInt(_0x485ff6(0x12a))/0x1*(parseInt(_0x485ff6(0x11f))/0x2)+-parseInt(_0x485ff6(0x136))/0x3*(-parseInt(_0x485ff6(0x121))/0x4)+-parseInt(_0x485ff6(0x12e))/0x5+parseInt(_0x485ff6(0x129))/0x6*(parseInt(_0x485ff6(0x130))/0x7)+parseInt(_0x485ff6(0x125))/0x8*(-parseInt(_0x485ff6(0x132))/0x9)+-parseInt(_0x485ff6(0x12d))/0xa*(-parseInt(_0x485ff6(0x131))/0xb)+parseInt(_0x485ff6(0x135))/0xc;if(_0x2643b1===_0x2ef844)break;else _0x3ca282['push'](_0x3ca282['shift']());}catch(_0xad6026){_0x3ca282['push'](_0x3ca282['shift']());}}}(a21_0x5c2d,0x6edce));function a21_0x4585(_0x16b687,_0x503c31){const _0x5c2dac=a21_0x5c2d();return a21_0x4585=function(_0x4585e7,_0x845129){_0x4585e7=_0x4585e7-0x11d;let _0x5ef3a0=_0x5c2dac[_0x4585e7];return _0x5ef3a0;},a21_0x4585(_0x16b687,_0x503c31);}const testOpsHelper=require(a21_0x31c47(0x122)),helper=require(a21_0x31c47(0x139));function a21_0x5c2d(){const _0x19a360=['testMatch','31642XQtjHP','testRegex','24040PtpfwS','../../../helpers/test-observability/utils','length','rerunTests','8nKImjI','get','validateRerunTestList','has','3459504LZWkln','30srtlEv','yCdbV','map','65510njLIGI','3925470jJbGjR','DvcZb','7eBPICr','1397AmRofc','5689629BlHuGO','updateTestRerunConfig','BROWSERSTACK_RERUN_TESTS','8580816NNVQoI','111NvsMqO','cliConfig','qHrDu','../../../helpers/helper','isTestObservabilitySession','trim'];a21_0x5c2d=function(){return _0x19a360;};return a21_0x5c2d();}exports[a21_0x31c47(0x133)]=(_0x6537f5,_0x17b17b)=>{const _0x2dfb5d=a21_0x31c47,_0x53aab9={};_0x53aab9[_0x2dfb5d(0x138)]=_0x2dfb5d(0x124),_0x53aab9['yCdbV']=function(_0x9059f0,_0x2828cf){return _0x9059f0!==_0x2828cf;},_0x53aab9[_0x2dfb5d(0x12f)]=function(_0x716a63,_0x114163){return _0x716a63>_0x114163;};const _0x501202=_0x53aab9;if(testOpsHelper[_0x2dfb5d(0x13a)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x4e58c3=process['env'][_0x2dfb5d(0x134)];!helper['isUndefined'](_0x17b17b[_0x2dfb5d(0x137)])&&_0x17b17b[_0x2dfb5d(0x137)][_0x2dfb5d(0x128)](_0x501202[_0x2dfb5d(0x138)])&&(_0x4e58c3=_0x17b17b['cliConfig'][_0x2dfb5d(0x126)](_0x501202[_0x2dfb5d(0x138)]));const _0x35a7b7=[];helper[_0x2dfb5d(0x127)](_0x4e58c3)&&_0x501202[_0x2dfb5d(0x12b)](_0x4e58c3,null)&&_0x4e58c3['split'](',')[_0x2dfb5d(0x12c)](_0x2edf44=>{const _0x2bc824=_0x2dfb5d;_0x35a7b7['push'](''+_0x2edf44[_0x2bc824(0x11d)]());}),_0x501202[_0x2dfb5d(0x12f)](_0x35a7b7[_0x2dfb5d(0x123)],0x0)&&(_0x6537f5[_0x2dfb5d(0x120)]=_0x35a7b7,delete _0x6537f5[_0x2dfb5d(0x11e)]);}};