browserstack-node-sdk 1.35.4 → 1.35.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +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';const a14_0x4e95c1=a14_0x541d;(function(_0x50ca36,_0x411274){const _0x5080e3=a14_0x541d,_0x4385aa=_0x50ca36();while(!![]){try{const _0x4808f8=-parseInt(_0x5080e3(0x1b1))/0x1+-parseInt(_0x5080e3(0x12d))/0x2*(-parseInt(_0x5080e3(0x193))/0x3)+-parseInt(_0x5080e3(0x15b))/0x4+-parseInt(_0x5080e3(0x136))/0x5*(parseInt(_0x5080e3(0x17d))/0x6)+parseInt(_0x5080e3(0x156))/0x7*(-parseInt(_0x5080e3(0x1b8))/0x8)+-parseInt(_0x5080e3(0x1c3))/0x9*(-parseInt(_0x5080e3(0x194))/0xa)+parseInt(_0x5080e3(0x175))/0xb;if(_0x4808f8===_0x411274)break;else _0x4385aa['push'](_0x4385aa['shift']());}catch(_0x15552b){_0x4385aa['push'](_0x4385aa['shift']());}}}(a14_0x3047,0x51e32));function a14_0x541d(_0x3285e5,_0x33ae61){const _0x30478=a14_0x3047();return a14_0x541d=function(_0x541d44,_0xeb8ffb){_0x541d44=_0x541d44-0x128;let _0x516289=_0x30478[_0x541d44];return _0x516289;},a14_0x541d(_0x3285e5,_0x33ae61);}const fs=require('fs'),path=require(a14_0x4e95c1(0x1aa)),util=require(a14_0x4e95c1(0x16d)),{spawn}=require(a14_0x4e95c1(0x1d7)),logger=require(a14_0x4e95c1(0x145))['winstonLogger'],{default:BrowserStackSetup}=require(a14_0x4e95c1(0x1c1)),helper=require('../../helpers/helper'),utilities=require(a14_0x4e95c1(0x1d5)),constants=require(a14_0x4e95c1(0x1d8)),accessibilityHelper=require('../../helpers/accessibility-automation/helper'),{updateTestRerunConfig}=require(a14_0x4e95c1(0x13a)),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require(a14_0x4e95c1(0x15e)),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x4e95c1(0x1ca)),TestHubHandler=require(a14_0x4e95c1(0x132)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x4e95c1(0x152)),PerformanceTester=require(a14_0x4e95c1(0x189)),PerformanceEvents=require(a14_0x4e95c1(0x1c5))[a14_0x4e95c1(0x1d0)],getUserJestConfigs=async(_0x13797a,_0x31276a)=>{const _0x1eb97e=a14_0x4e95c1,_0x52751a={'qYtgz':_0x1eb97e(0x147),'RGNTl':_0x1eb97e(0x166),'xFNxn':function(_0x120597,_0x2b12d4){return _0x120597||_0x2b12d4;},'abZOu':function(_0x47bb07,_0x557514){return _0x47bb07(_0x557514);},'RwehH':_0x1eb97e(0x198),'eZBiK':_0x1eb97e(0x188),'jkKQb':_0x1eb97e(0x153),'IkKgh':_0x1eb97e(0x1c6),'eLAQa':_0x1eb97e(0x1c9)},_0x100132=helper[_0x1eb97e(0x1a4)](_0x52751a[_0x1eb97e(0x191)],_0x52751a[_0x1eb97e(0x184)]),_0x56cb47=_0x31276a[_0x1eb97e(0x131)](_0xb9c495=>_0xb9c495===_0x1eb97e(0x161));if(!helper[_0x1eb97e(0x187)](_0x13797a[_0x1eb97e(0x1b0)])){logger[_0x1eb97e(0x1ce)](_0x1eb97e(0x12a)+_0x13797a[_0x1eb97e(0x1b0)]),process['env']['USER_CONFIG_DETAILS_PATH']=_0x13797a[_0x1eb97e(0x1b0)];const _0x109711=await(0x0,_0x100132[_0x1eb97e(0x14c)])(path[_0x1eb97e(0x1d2)](_0x13797a[_0x1eb97e(0x1b0)]));return _0x31276a['splice'](_0x56cb47,0x2),_0x52751a[_0x1eb97e(0x129)](_0x109711,{});}const _0x4417f6=_0x52751a[_0x1eb97e(0x1cf)](require,path[_0x1eb97e(0x19b)](process['cwd'](),_0x52751a[_0x1eb97e(0x134)]));if(_0x4417f6[_0x1eb97e(0x170)])return logger[_0x1eb97e(0x1ce)](_0x52751a['eZBiK']),_0x4417f6['jest'];const _0x599945=['js',_0x52751a[_0x1eb97e(0x173)],_0x52751a['IkKgh'],_0x52751a[_0x1eb97e(0x196)],'ts'];for(const _0x21ee8b of _0x599945){const _0x1e90a2=path[_0x1eb97e(0x19b)](process['cwd'](),_0x1eb97e(0x13e)+_0x21ee8b);if(fs['existsSync'](_0x1e90a2)){process['env'][_0x1eb97e(0x1c4)]=_0x1e90a2;const _0x4668e5=await(0x0,_0x100132[_0x1eb97e(0x14c)])(_0x1e90a2);return _0x4668e5;}}return{};},getSerial=(_0x3fadbd,_0x3b5d5c)=>{const _0x38132a=a14_0x4e95c1,_0x34b827={};_0x34b827[_0x38132a(0x146)]=_0x38132a(0x13f),_0x34b827['ulbIi']=function(_0x43394d,_0x2a0d77){return _0x43394d>_0x2a0d77;},_0x34b827[_0x38132a(0x17a)]=_0x38132a(0x149);const _0x5d44c1=_0x34b827;let _0x205953=_0x5d44c1[_0x38132a(0x146)];return _0x5d44c1['ulbIi'](_0x3fadbd[_0x38132a(0x1ac)],0x1)&&(!_0x3b5d5c[_0x38132a(0x14e)]&&(helper[_0x38132a(0x187)](_0x3b5d5c[_0x38132a(0x18f)])||_0x5d44c1[_0x38132a(0x159)](_0x3b5d5c[_0x38132a(0x18f)],0x1)))&&(_0x205953=_0x5d44c1[_0x38132a(0x17a)]),_0x205953;},getMaxWorkers=(_0x505569,_0xbcd4b6,_0x482c2e)=>{const _0x4bff50=a14_0x4e95c1,_0x52898f={'vUORz':function(_0x57ef1c,_0x99a2f3){return _0x57ef1c(_0x99a2f3);}};let _0x53631a=0x1;if(!helper[_0x4bff50(0x187)](_0xbcd4b6[_0x4bff50(0x15f)]))_0x53631a=_0x52898f[_0x4bff50(0x15a)](parseInt,_0xbcd4b6['parallelsPerPlatform']);else{if(!helper[_0x4bff50(0x187)](_0x505569[_0x4bff50(0x18f)]))_0x53631a=_0x505569[_0x4bff50(0x18f)];else!helper['isUndefined'](_0x482c2e['maxWorkers'])&&(_0x53631a=_0x482c2e[_0x4bff50(0x18f)]);}return _0x53631a;};async function run(_0x3c8be3,_0x265af4){const _0x496d50=a14_0x4e95c1,_0x5f192f={'CxuSs':'error\x20removing\x20tcg\x20config\x20file','XXbax':_0x496d50(0x170),'ShzvU':function(_0x29a882,_0x4db91b){return _0x29a882(_0x4db91b);},'ynGoy':function(_0x3fbf6a,_0x20f796){return _0x3fbf6a!=_0x20f796;},'HFMcp':'true','kRISF':function(_0x273c99,_0x2a049e,_0x57646e){return _0x273c99(_0x2a049e,_0x57646e);},'tgHUp':_0x496d50(0x185),'vKsfh':function(_0x30b9da,_0x2bc075,_0x1b0281){return _0x30b9da(_0x2bc075,_0x1b0281);},'uoCer':function(_0x207fb4,_0x28182f,_0x35b8b1,_0x43d01e){return _0x207fb4(_0x28182f,_0x35b8b1,_0x43d01e);},'iaYpC':function(_0x575bc2,_0x4fc1fb){return _0x575bc2*_0x4fc1fb;},'RJiUS':function(_0x5224cf,_0x53e5f5){return _0x5224cf===_0x53e5f5;},'PtULQ':'jest_browserstack.config.cjs','DeiVc':'jest_browserstack.config.js','nAvmw':_0x496d50(0x1ad),'RmCiI':_0x496d50(0x1ae),'JAzDr':_0x496d50(0x167),'aWXoh':'customTestRunnerTemplate.js','GUsrn':'customEnvironment.js','HqyQN':'jest.setup.js','jVZlg':_0x496d50(0x18a),'EoIDc':_0x496d50(0x13d),'EBORZ':_0x496d50(0x155),'NEtrl':_0x496d50(0x176),'YAKat':'customCircus.js','YnRcS':'test_before.setup.js','yfxcG':_0x496d50(0x15d),'ZNbdL':_0x496d50(0x14c),'UrdXW':function(_0x11e8df,_0x969a4f,_0x4f2880){return _0x11e8df(_0x969a4f,_0x4f2880);},'DMySM':_0x496d50(0x1a2),'vCblg':function(_0x41824f,_0x51f8cc,_0xdfb6c1,_0x343daf){return _0x41824f(_0x51f8cc,_0xdfb6c1,_0x343daf);},'HigTr':_0x496d50(0x1d3),'HhYQA':_0x496d50(0x161),'nuSkI':_0x496d50(0x181),'kixfv':'inherit','fNhYM':_0x496d50(0x15c)},_0x41c9b9=new BrowserStackSetup(_0x3c8be3,_0x5f192f[_0x496d50(0x128)]);helper[_0x496d50(0x142)]()?(await _0x41c9b9[_0x496d50(0x14d)](),await helper[_0x496d50(0x1a5)](_0x41c9b9[_0x496d50(0x1b0)])):await _0x41c9b9['setupTCGAuth']();if(!_0x41c9b9[_0x496d50(0x1b0)])return;_0x5f192f[_0x496d50(0x139)](_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x1d9)],null)?process[_0x496d50(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x1d9)]:process[_0x496d50(0x195)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x5f192f[_0x496d50(0x130)];const _0x1f17c7=await _0x5f192f[_0x496d50(0x1d4)](getUserJestConfigs,_0x3c8be3,_0x265af4);logger[_0x496d50(0x1ce)](_0x5f192f[_0x496d50(0x180)]);const _0x458aa3=Object[_0x496d50(0x1ba)]({},_0x1f17c7);_0x458aa3['testEnvironmentOptions']=Object[_0x496d50(0x1ba)]({},_0x458aa3[_0x496d50(0x16b)],{'server':helper[_0x496d50(0x17b)](_0x41c9b9['config']),'environment':_0x1f17c7['testEnvironment']}),_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x154)]=_0x5f192f['ShzvU'](getPercyOptions,_0x41c9b9[_0x496d50(0x1b0)]);const _0x10893b=helper['useW3C'](_0x41c9b9['config']),_0x2bea6e=await TestHubHandler[_0x496d50(0x157)](FRAMEWORKS[_0x496d50(0x1b6)],_0x41c9b9),_0x575626=helper[_0x496d50(0x17e)](_0x41c9b9[_0x496d50(0x1b0)],_0x10893b,constants[_0x496d50(0x178)][_0x496d50(0x1b6)]);!helper[_0x496d50(0x187)](_0x41c9b9[_0x496d50(0x1b0)]['accessibilityOptions'])&&(process[_0x496d50(0x195)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x496d50(0x186)](_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x1b7)]));let _0x1692ba=_0x41c9b9[_0x496d50(0x1b0)]['accessibility'];_0x1692ba=_0x1692ba||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x41c9b9[_0x496d50(0x1b0)]),process[_0x496d50(0x195)][_0x496d50(0x1a8)]=_0x1692ba,_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x177)]=_0x575626,_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x199)]=_0x5f192f[_0x496d50(0x148)](getSerial,_0x575626,_0x3c8be3),_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x18e)]=_0x5f192f[_0x496d50(0x19d)](getMaxWorkers,_0x3c8be3,_0x41c9b9[_0x496d50(0x1b0)],_0x1f17c7),_0x458aa3['testEnvironmentOptions'][_0x496d50(0x19a)]=_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x19a)],_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x1c7)]=_0x5f192f['iaYpC'](_0x3c8be3['testTimeout'],0x1)||0x1388,_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x14f)]=_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x17c)][_0x496d50(0x14f)],_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x16f)]=_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x17c)]['skipSessionStatus'],_0x458aa3[_0x496d50(0x16b)][_0x496d50(0x158)]=_0x41c9b9['config'][_0x496d50(0x1cc)],_0x458aa3[_0x496d50(0x16b)]['turboScaleUrl']=_0x41c9b9['config'][_0x496d50(0x16a)],_0x458aa3[_0x496d50(0x16b)]['platformCaps']=_0x41c9b9[_0x496d50(0x1b0)]['platforms'];let _0x51c83b='';_0x5f192f['RJiUS'](helper[_0x496d50(0x1d1)](),constants[_0x496d50(0x12e)][_0x496d50(0x1a9)])?_0x51c83b=_0x5f192f[_0x496d50(0x164)]:_0x51c83b=_0x5f192f[_0x496d50(0x138)];const _0x2bde1a=_0x51c83b,_0x54dc79=path[_0x496d50(0x19b)](__dirname,_0x5f192f['nAvmw'],_0x5f192f[_0x496d50(0x168)]),_0x37898c=path[_0x496d50(0x19b)](__dirname,_0x5f192f[_0x496d50(0x1b2)],_0x5f192f[_0x496d50(0x162)]),_0x2de591=path['join'](__dirname,_0x5f192f['nAvmw'],_0x5f192f[_0x496d50(0x144)]);_0x458aa3[_0x496d50(0x13b)]&&(process[_0x496d50(0x195)][_0x496d50(0x182)]=_0x458aa3[_0x496d50(0x13b)]);_0x458aa3['testEnvironment']=path[_0x496d50(0x19b)](__dirname,_0x5f192f[_0x496d50(0x1b2)],_0x5f192f['GUsrn']),_0x458aa3[_0x496d50(0x18c)]=_0x37898c,_0x458aa3['setupFilesAfterEnv']=_0x458aa3['setupFilesAfterEnv']||[],_0x458aa3[_0x496d50(0x14a)][_0x496d50(0x1be)](path[_0x496d50(0x19b)](__dirname,_0x5f192f[_0x496d50(0x150)]));if(testhubUtils[_0x496d50(0x179)]()){let _0x3679d7=null;try{_0x3679d7=helper[_0x496d50(0x1a4)](_0x5f192f[_0x496d50(0x16c)],_0x5f192f[_0x496d50(0x1af)]);}catch(_0x171987){_0x5f192f['ShzvU'](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x171987);}_0x3679d7&&(_0x458aa3['setupFilesAfterEnv'][_0x496d50(0x1be)](path['join'](__dirname,_0x5f192f[_0x496d50(0x1a6)],_0x5f192f[_0x496d50(0x1c0)])),_0x458aa3[_0x496d50(0x165)]=path[_0x496d50(0x19b)](__dirname,_0x5f192f[_0x496d50(0x1b2)],_0x5f192f[_0x496d50(0x19c)]));}_0x458aa3['setupFiles']=_0x458aa3[_0x496d50(0x12b)]||[];try{helper[_0x496d50(0x17f)](),_0x458aa3[_0x496d50(0x12b)][_0x496d50(0x1be)](path['join'](__dirname,_0x5f192f['YnRcS']));}catch{logger[_0x496d50(0x1a0)](_0x5f192f['yfxcG']);}_0x458aa3[_0x496d50(0x174)]=_0x458aa3[_0x496d50(0x174)]||[_0x5f192f[_0x496d50(0x183)]],_0x5f192f[_0x496d50(0x171)](updateTestRerunConfig,_0x458aa3,_0x41c9b9);const _0x516e05=fs['readFileSync'](_0x2de591);fs[_0x496d50(0x133)](_0x458aa3['runner'],_0x496d50(0x14b)+_0x516e05+_0x496d50(0x1b4)+_0x41c9b9[_0x496d50(0x1b0)][_0x496d50(0x1b5)][_0x496d50(0x1ac)]+_0x496d50(0x1bc)),logger[_0x496d50(0x1ce)](_0x496d50(0x12c)+_0x2bde1a+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x496d50(0x133)](_0x2bde1a,_0x496d50(0x141)+JSON[_0x496d50(0x186)](_0x458aa3)+_0x496d50(0x151)),logger['info'](_0x5f192f[_0x496d50(0x1b3)]);testhubUtils[_0x496d50(0x179)]()&&TestDetails[_0x496d50(0x13c)]();helper['filterBrowserstackArgs']({},_0x265af4),PerformanceTester[_0x496d50(0x16e)](PerformanceEvents[_0x496d50(0x160)]);const _0x37e6f0=_0x5f192f[_0x496d50(0x19f)](spawn,_0x5f192f[_0x496d50(0x1bd)],[_0x5f192f[_0x496d50(0x128)],_0x5f192f['HhYQA'],_0x2bde1a,..._0x265af4['slice'](0x1)],{'shell':_0x5f192f[_0x496d50(0x1bf)](process[_0x496d50(0x1cb)],_0x5f192f[_0x496d50(0x1ab)]),'stdio':_0x5f192f[_0x496d50(0x192)],'env':Object['assign']({},process[_0x496d50(0x195)])});_0x37e6f0['on'](_0x5f192f['fNhYM'],async _0x48e888=>{const _0x2402b7=_0x496d50;PerformanceTester[_0x2402b7(0x1bb)](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x1d284b,tcgConfigPath:_0x39eb62}=helper['getTCGConfigFilePaths']();fs[_0x2402b7(0x1d6)](_0x39eb62),fs[_0x2402b7(0x172)](_0x1d284b);}catch(_0x27b5d8){logger[_0x2402b7(0x1a0)](_0x5f192f[_0x2402b7(0x1a7)],_0x27b5d8);}process[_0x2402b7(0x1c2)]=_0x48e888,logger[_0x2402b7(0x1a0)](_0x2402b7(0x18d)+_0x48e888),logger['info'](_0x2402b7(0x143)+_0x2bde1a);let _0x3a41c6=null;if(fs[_0x2402b7(0x137)](_0x54dc79)){_0x3a41c6=fs[_0x2402b7(0x135)](_0x54dc79);try{_0x3a41c6=JSON['parse'](_0x3a41c6);}catch(_0x6085bb){logger['debug'](_0x2402b7(0x163)+_0x54dc79+',\x20'+_0x3a41c6+_0x2402b7(0x18b)+_0x6085bb);}fs[_0x2402b7(0x1d6)](_0x54dc79);}fs[_0x2402b7(0x1d6)](_0x2bde1a),fs['unlinkSync'](_0x37898c),_0x3a41c6&&(_0x41c9b9[_0x2402b7(0x1b9)]=helper[_0x2402b7(0x12f)](_0x3a41c6,_0x5f192f[_0x2402b7(0x128)],_0x41c9b9));try{await TestHubHandler[_0x2402b7(0x1cd)]();}catch(_0xbe97a3){console[_0x2402b7(0x1a3)](_0xbe97a3),_0x5f192f[_0x2402b7(0x169)](debug,_0x2402b7(0x140)+util[_0x2402b7(0x1c8)](_0xbe97a3));}testOpsHelper[_0x2402b7(0x190)](),TestDetails[_0x2402b7(0x197)](),await utilities[_0x2402b7(0x19e)](_0x41c9b9);});}module[a14_0x4e95c1(0x1a1)]=run;function a14_0x3047(){const _0x21ef64=['Creating\x20','24922spXUBv','PACKAGE_TYPE','getErrorMessageFromResults','HFMcp','findIndex','../../helpers/testhub/testhubHandler','writeFileSync','RwehH','readFileSync','30hofSkn','existsSync','DeiVc','ynGoy','./test-observability/helper','testEnvironment','setup','jest-circus','jest.config.','true','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','const\x20config=','isBrowserstackInfra','Deleting\x20','aWXoh','../../helpers/logger','kPemn','jest-config/build/readConfigFileAndSetRootDir.js','vKsfh','false','setupFilesAfterEnv','\x0a\x20\x20\x20\x20','default','initialize','runInBand','skipSessionName','HqyQN','\x0amodule.exports\x20=\x20config;','../../helpers/test-observability/constants','mjs','browserStackPercyOptions','test-observability','861vRtByw','launchBuild','browserStackLogLevel','ulbIi','vUORz','1485612YolHJJ','close','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','../../helpers/test-observability/utils','parallelsPerPlatform','SDK_SETUP','--config','JAzDr','Error\x20while\x20parsing\x20','PtULQ','testRunner','jest-config','customTestRunner.js','RmCiI','ShzvU','turboScaleUrl','testEnvironmentOptions','jVZlg','util','end','skipSessionStatus','jest','UrdXW','rmdirSync','jkKQb','reporters','13546786dUTeKh','data-hooks.js','capabilities','FRAMEWORKS','shouldProcessEventForTesthub','tVjhE','getHubUrl','testContextOptions','447606QjnAbx','prepareCapabilities','requireSeleniumWebdriver','tgHUp','win32','BSTACK_JEST_TEST_ENV','ZNbdL','RGNTl','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','stringify','isUndefined','Getting\x20your\x20jest\x20configs\x20from\x20package.json','../../helpers/performance/performance-tester','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','\x20:\x20','runner','child\x20process\x20exited\x20with\x20code\x20','parallels__','maxWorkers','printBuildLink','qYtgz','kixfv','45muULgc','51670dTKJSa','env','eLAQa','shutdown','package.json','serial__','proxySettings','join','YAKat','uoCer','finalExecution','vCblg','debug','exports','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','log','requireModule','handleApp','EBORZ','CxuSs','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MODULE','path','nuSkI','length','customImplements','jest_browserstack_results.json','EoIDc','config','80558tLDmxK','nAvmw','DMySM','\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','platforms','JEST','accessibilityOptions','29408wDwcZS','errorMessage','assign','start',';\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','HigTr','push','RJiUS','NEtrl','../../helpers/BrowserStackSetup','exitCode','468oZOUsQ','USER_CONFIG_DETAILS_PATH','../../helpers/performance/constants','cjs','timeout__','format','json','../../helpers/percy/utils','platform','logLevel','stop','info','abZOu','EVENTS','getPackageType','resolve','npx','kRISF','../../helpers/utilities','unlinkSync','child_process','../utils/constants','testObservability','XXbax','xFNxn','Getting\x20your\x20jest\x20configs\x20from\x20','setupFiles'];a14_0x3047=function(){return _0x21ef64;};return a14_0x3047();}
2
+ 'use strict';function a14_0x2c57(_0x2a921c,_0x53ecee){const _0x31cc5d=a14_0x31cc();return a14_0x2c57=function(_0x2c57ed,_0x3e249d){_0x2c57ed=_0x2c57ed-0x81;let _0x5c3d82=_0x31cc5d[_0x2c57ed];return _0x5c3d82;},a14_0x2c57(_0x2a921c,_0x53ecee);}const a14_0x3e2298=a14_0x2c57;(function(_0x3a28bb,_0x1812da){const _0x2e0b9b=a14_0x2c57,_0x5a1184=_0x3a28bb();while(!![]){try{const _0x1101fd=parseInt(_0x2e0b9b(0x136))/0x1+parseInt(_0x2e0b9b(0xf3))/0x2*(parseInt(_0x2e0b9b(0x12f))/0x3)+parseInt(_0x2e0b9b(0xb9))/0x4+-parseInt(_0x2e0b9b(0xd1))/0x5+-parseInt(_0x2e0b9b(0xd0))/0x6+-parseInt(_0x2e0b9b(0xab))/0x7*(parseInt(_0x2e0b9b(0x126))/0x8)+parseInt(_0x2e0b9b(0x8c))/0x9;if(_0x1101fd===_0x1812da)break;else _0x5a1184['push'](_0x5a1184['shift']());}catch(_0x368d09){_0x5a1184['push'](_0x5a1184['shift']());}}}(a14_0x31cc,0x52d7c));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a14_0x3e2298(0x10a)),logger=require(a14_0x3e2298(0xe1))[a14_0x3e2298(0xa7)],{default:BrowserStackSetup}=require(a14_0x3e2298(0xb2)),helper=require(a14_0x3e2298(0xb4)),utilities=require(a14_0x3e2298(0xcd)),constants=require(a14_0x3e2298(0x106)),accessibilityHelper=require(a14_0x3e2298(0x102)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x3e2298(0xc1)),TestHubHandler=require(a14_0x3e2298(0x111)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x3e2298(0xad)),PerformanceTester=require(a14_0x3e2298(0xf6)),PerformanceEvents=require(a14_0x3e2298(0x82))[a14_0x3e2298(0x87)],getUserJestConfigs=async(_0x2321aa,_0x4ba803)=>{const _0x17c91f=a14_0x3e2298,_0x2ed962={'OhkiZ':'jest-config/build/readConfigFileAndSetRootDir.js','fpqKe':_0x17c91f(0xfd),'lubXJ':function(_0x4a5cd7,_0x1067fd){return _0x4a5cd7||_0x1067fd;},'XBpGO':function(_0x5aa7b0,_0x158a4a){return _0x5aa7b0(_0x158a4a);},'Hmgti':_0x17c91f(0xf4),'fmcKk':_0x17c91f(0xc8),'LWNqc':_0x17c91f(0xcc),'EzHMk':_0x17c91f(0xc7),'NVupj':_0x17c91f(0x125)},_0x273009=helper[_0x17c91f(0x89)](_0x2ed962[_0x17c91f(0xea)],_0x2ed962[_0x17c91f(0xfa)]),_0x4896b8=_0x4ba803[_0x17c91f(0xbb)](_0x28578b=>_0x28578b===_0x17c91f(0x114));if(!helper[_0x17c91f(0xa8)](_0x2321aa[_0x17c91f(0x11f)])){logger[_0x17c91f(0x10d)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x2321aa['config']),process[_0x17c91f(0xff)][_0x17c91f(0xb0)]=_0x2321aa[_0x17c91f(0x11f)];const _0x1812a3=await(0x0,_0x273009['default'])(path[_0x17c91f(0xf7)](_0x2321aa[_0x17c91f(0x11f)]));return _0x4ba803[_0x17c91f(0xcb)](_0x4896b8,0x2),_0x2ed962['lubXJ'](_0x1812a3,{});}const _0x1f2dd7=_0x2ed962[_0x17c91f(0x131)](require,path[_0x17c91f(0xb6)](process['cwd'](),_0x2ed962[_0x17c91f(0x108)]));if(_0x1f2dd7['jest'])return logger[_0x17c91f(0x10d)](_0x2ed962[_0x17c91f(0x101)]),_0x1f2dd7[_0x17c91f(0xbe)];const _0x56e4e1=['js',_0x2ed962[_0x17c91f(0xc0)],_0x2ed962[_0x17c91f(0xe6)],_0x2ed962[_0x17c91f(0xd8)],'ts'];for(const _0x3dd343 of _0x56e4e1){const _0xed2b31=path['join'](process[_0x17c91f(0x10f)](),_0x17c91f(0x132)+_0x3dd343);if(fs[_0x17c91f(0x96)](_0xed2b31)){process[_0x17c91f(0xff)]['USER_CONFIG_DETAILS_PATH']=_0xed2b31;const _0x5af05d=await(0x0,_0x273009['default'])(_0xed2b31);return _0x5af05d;}}return{};},getSerial=(_0x20d22a,_0x12adfe)=>{const _0x2e894c=a14_0x3e2298,_0x41c9f6={};_0x41c9f6[_0x2e894c(0x116)]=_0x2e894c(0xbd),_0x41c9f6['COOOI']=function(_0x157aef,_0x117629){return _0x157aef>_0x117629;},_0x41c9f6[_0x2e894c(0x12c)]=_0x2e894c(0xe4);const _0xf3cd97=_0x41c9f6;let _0xd85e9e=_0xf3cd97['UZjuZ'];return _0xf3cd97['COOOI'](_0x20d22a[_0x2e894c(0x91)],0x1)&&(!_0x12adfe[_0x2e894c(0xaa)]&&(helper[_0x2e894c(0xa8)](_0x12adfe[_0x2e894c(0xd6)])||_0xf3cd97[_0x2e894c(0xd3)](_0x12adfe[_0x2e894c(0xd6)],0x1)))&&(_0xd85e9e=_0xf3cd97[_0x2e894c(0x12c)]),_0xd85e9e;},getMaxWorkers=(_0x47ecca,_0x49ee85,_0x3add12)=>{const _0xed426d=a14_0x3e2298,_0x3115e5={'BiurT':function(_0x552cb6,_0x47da79){return _0x552cb6(_0x47da79);}};let _0x4a464a=0x1;if(!helper[_0xed426d(0xa8)](_0x49ee85['parallelsPerPlatform']))_0x4a464a=_0x3115e5[_0xed426d(0x10e)](parseInt,_0x49ee85[_0xed426d(0xf0)]);else{if(!helper[_0xed426d(0xa8)](_0x47ecca[_0xed426d(0xd6)]))_0x4a464a=_0x47ecca['maxWorkers'];else!helper['isUndefined'](_0x3add12['maxWorkers'])&&(_0x4a464a=_0x3add12[_0xed426d(0xd6)]);}return _0x4a464a;};async function run(_0x28a81f,_0x21bfc7,_0x3e97ab){const _0x2f46d7=a14_0x3e2298,_0x1e4c60={'oriPl':_0x2f46d7(0x135),'OadaV':_0x2f46d7(0xbe),'CETBP':function(_0x5dc651,_0x5aa538){return _0x5dc651(_0x5aa538);},'RJZKw':function(_0x546d31,_0x11b23d){return _0x546d31!=_0x11b23d;},'HdPTI':_0x2f46d7(0xbd),'dacfK':function(_0x50cf5f,_0x3de64c,_0x1b58e8){return _0x50cf5f(_0x3de64c,_0x1b58e8);},'oNndZ':_0x2f46d7(0xc2),'OgQyH':function(_0xf5501e,_0x3cb8f6){return _0xf5501e(_0x3cb8f6);},'TfmFf':function(_0x573c59,_0x79368c,_0x4eb4ac){return _0x573c59(_0x79368c,_0x4eb4ac);},'XJsZf':function(_0x3132d6,_0x43aa59,_0x268a87,_0x54faa2){return _0x3132d6(_0x43aa59,_0x268a87,_0x54faa2);},'tsbPn':function(_0x50611b,_0x48c6c5){return _0x50611b*_0x48c6c5;},'dSKsx':function(_0xea861d,_0x403758){return _0xea861d===_0x403758;},'ZoEWG':_0x2f46d7(0xb8),'eNrcE':_0x2f46d7(0xae),'PIFUq':_0x2f46d7(0xa5),'lOsCA':_0x2f46d7(0x9a),'GwQQU':_0x2f46d7(0xa9),'KzZbA':'customTestRunnerTemplate.js','xetCC':_0x2f46d7(0xc9),'gzaql':_0x2f46d7(0xe9),'uWpSW':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','PVCvv':'jest-circus','WFivB':function(_0x455f6e,_0x22afac){return _0x455f6e(_0x22afac);},'Fhflz':'test-observability','IeNfL':_0x2f46d7(0xd9),'tTlBh':_0x2f46d7(0xfe),'GYhbW':_0x2f46d7(0xfb),'rseQg':_0x2f46d7(0xd2),'fWVxC':_0x2f46d7(0x10b),'wLWcS':function(_0x1985e,_0x2d3653,_0x23fd17){return _0x1985e(_0x2d3653,_0x23fd17);},'kPGvg':_0x2f46d7(0xeb),'NoOLB':function(_0x1aef9e,_0x35fe28,_0xd56f45,_0x30043e){return _0x1aef9e(_0x35fe28,_0xd56f45,_0x30043e);},'ObGmS':_0x2f46d7(0xed),'YZRxP':_0x2f46d7(0x114),'HMpmR':_0x2f46d7(0xa0),'wsnkz':_0x2f46d7(0xf1),'avWIk':_0x2f46d7(0x123)};helper[_0x2f46d7(0xda)]()?(await _0x3e97ab[_0x2f46d7(0x84)](_0x28a81f),await helper[_0x2f46d7(0x122)](_0x3e97ab['config'])):await _0x3e97ab[_0x2f46d7(0xc3)]();if(!_0x3e97ab[_0x2f46d7(0x11f)])return;_0x1e4c60[_0x2f46d7(0xcf)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x98)],null)?process[_0x2f46d7(0xff)][_0x2f46d7(0x105)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x98)]:process[_0x2f46d7(0xff)][_0x2f46d7(0x105)]=_0x1e4c60[_0x2f46d7(0x118)];const _0x200669=await _0x1e4c60[_0x2f46d7(0x12a)](getUserJestConfigs,_0x28a81f,_0x21bfc7);logger['info'](_0x1e4c60[_0x2f46d7(0xdb)]);const _0x52e920=Object['assign']({},_0x200669);_0x52e920[_0x2f46d7(0x81)]=Object['assign']({},_0x52e920[_0x2f46d7(0x81)],{'server':helper['getHubUrl'](_0x3e97ab[_0x2f46d7(0x11f)]),'environment':_0x200669[_0x2f46d7(0xba)]}),_0x52e920[_0x2f46d7(0x81)]['browserStackPercyOptions']=_0x1e4c60[_0x2f46d7(0xac)](getPercyOptions,_0x3e97ab[_0x2f46d7(0x11f)]);const _0x1c1ca3=helper[_0x2f46d7(0x103)](_0x3e97ab[_0x2f46d7(0x11f)]);!helper[_0x2f46d7(0xa8)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xf9)])&&(process['env'][_0x2f46d7(0xc6)]=JSON[_0x2f46d7(0xef)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xf9)]));const _0x954170=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x2f46d7(0xdc)],_0x3e97ab),_0x389d2b=helper[_0x2f46d7(0x121)](_0x3e97ab[_0x2f46d7(0x11f)],_0x1c1ca3,constants[_0x2f46d7(0xf5)][_0x2f46d7(0xdc)]);let _0x227d6d=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x11b)];_0x227d6d=_0x227d6d||accessibilityHelper[_0x2f46d7(0xe2)](_0x3e97ab['config']),process['env'][_0x2f46d7(0xb5)]=_0x227d6d,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0xee)]=_0x389d2b,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x8f)]=_0x1e4c60[_0x2f46d7(0x134)](getSerial,_0x389d2b,_0x28a81f),_0x52e920['testEnvironmentOptions']['parallels__']=_0x1e4c60['XJsZf'](getMaxWorkers,_0x28a81f,_0x3e97ab[_0x2f46d7(0x11f)],_0x200669),_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x88)]=_0x3e97ab['config'][_0x2f46d7(0x88)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x107)]=_0x1e4c60[_0x2f46d7(0x124)](_0x28a81f[_0x2f46d7(0x93)],0x1)||0x1388,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x117)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xca)][_0x2f46d7(0x117)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x8a)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xca)]['skipSessionStatus'],_0x52e920['testEnvironmentOptions'][_0x2f46d7(0xdd)]=_0x3e97ab[_0x2f46d7(0x11f)]['logLevel'],_0x52e920['testEnvironmentOptions']['turboScaleUrl']=_0x3e97ab['config'][_0x2f46d7(0x11a)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0xfc)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xa3)];let _0x1c79a8='';_0x1e4c60[_0x2f46d7(0xbc)](helper[_0x2f46d7(0x8d)](),constants[_0x2f46d7(0xde)][_0x2f46d7(0x120)])?_0x1c79a8=_0x1e4c60[_0x2f46d7(0xe8)]:_0x1c79a8=_0x1e4c60['eNrcE'];const _0x4d76cc=_0x1c79a8,_0x3756a8=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0x11c)]),_0x201f11=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0xce)]),_0x4cb906=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0xe3)]);_0x52e920[_0x2f46d7(0xba)]&&(process[_0x2f46d7(0xff)][_0x2f46d7(0x113)]=_0x52e920[_0x2f46d7(0xba)]);_0x52e920[_0x2f46d7(0xba)]=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60['PIFUq'],_0x1e4c60[_0x2f46d7(0xf2)]),_0x52e920[_0x2f46d7(0xec)]=_0x201f11,_0x52e920[_0x2f46d7(0xc4)]=_0x52e920[_0x2f46d7(0xc4)]||[],_0x52e920[_0x2f46d7(0xc4)][_0x2f46d7(0x109)](path['join'](__dirname,_0x1e4c60[_0x2f46d7(0xd5)]));if(testhubUtils[_0x2f46d7(0x127)]()){let _0x5b988c=null;try{_0x5b988c=helper[_0x2f46d7(0x89)](_0x1e4c60[_0x2f46d7(0x92)],_0x1e4c60[_0x2f46d7(0xd7)]);}catch(_0x2450c9){_0x1e4c60[_0x2f46d7(0x11e)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2450c9);}_0x5b988c&&(_0x52e920[_0x2f46d7(0xc4)]['push'](path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60['Fhflz'],_0x1e4c60[_0x2f46d7(0x8e)])),_0x52e920[_0x2f46d7(0xb7)]=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0x9d)]));}_0x52e920[_0x2f46d7(0xf8)]=_0x52e920[_0x2f46d7(0xf8)]||[];try{helper[_0x2f46d7(0x85)](),_0x52e920[_0x2f46d7(0xf8)][_0x2f46d7(0x109)](path['join'](__dirname,_0x1e4c60[_0x2f46d7(0x130)]));}catch{logger[_0x2f46d7(0x9e)](_0x1e4c60['rseQg']);}_0x52e920[_0x2f46d7(0xe7)]=_0x52e920[_0x2f46d7(0xe7)]||[_0x1e4c60[_0x2f46d7(0x9f)]],_0x1e4c60[_0x2f46d7(0xa6)](updateTestRerunConfig,_0x52e920,_0x3e97ab);const _0x2b32e3=fs[_0x2f46d7(0x90)](_0x4cb906);fs['writeFileSync'](_0x52e920[_0x2f46d7(0xec)],_0x2f46d7(0x9b)+_0x2b32e3+_0x2f46d7(0x128)+_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xa3)][_0x2f46d7(0x91)]+_0x2f46d7(0x100)),logger['info'](_0x2f46d7(0x97)+_0x4d76cc+'\x20with\x20browserstack\x20jest\x20configs'),fs['writeFileSync'](_0x4d76cc,_0x2f46d7(0x115)+JSON[_0x2f46d7(0xef)](_0x52e920)+_0x2f46d7(0xa1)),logger[_0x2f46d7(0x10d)](_0x1e4c60['kPGvg']);testhubUtils[_0x2f46d7(0x127)]()&&TestDetails[_0x2f46d7(0x83)]();helper[_0x2f46d7(0x110)]({},_0x21bfc7),PerformanceTester[_0x2f46d7(0x94)](PerformanceEvents['SDK_SETUP']);const _0xed20a1=_0x1e4c60[_0x2f46d7(0xb3)](spawn,_0x1e4c60[_0x2f46d7(0xa2)],[_0x1e4c60[_0x2f46d7(0x112)],_0x1e4c60[_0x2f46d7(0x129)],_0x4d76cc,..._0x21bfc7[_0x2f46d7(0xb1)](0x1)],{'shell':_0x1e4c60['dSKsx'](process[_0x2f46d7(0x11d)],_0x1e4c60['HMpmR']),'stdio':_0x1e4c60['wsnkz'],'env':Object[_0x2f46d7(0xd4)]({},process[_0x2f46d7(0xff)])});_0xed20a1['on'](_0x1e4c60[_0x2f46d7(0xc5)],async _0x38ca12=>{const _0x396acb=_0x2f46d7;PerformanceTester[_0x396acb(0xe0)](PerformanceEvents[_0x396acb(0x95)]);try{const {browserstackFolderPath:_0x15f50b,tcgConfigPath:_0x224496}=helper[_0x396acb(0x12b)]();fs[_0x396acb(0xdf)](_0x224496),fs[_0x396acb(0x119)](_0x15f50b);}catch(_0xa25fd0){logger['debug'](_0x1e4c60[_0x396acb(0xbf)],_0xa25fd0);}process[_0x396acb(0x12d)]=_0x38ca12,logger[_0x396acb(0x9e)](_0x396acb(0x12e)+_0x38ca12),logger[_0x396acb(0x10d)](_0x396acb(0x104)+_0x4d76cc);let _0x8b922a=null;if(fs['existsSync'](_0x3756a8)){_0x8b922a=fs[_0x396acb(0x90)](_0x3756a8);try{_0x8b922a=JSON['parse'](_0x8b922a);}catch(_0x3dbfd4){logger[_0x396acb(0x9e)](_0x396acb(0x99)+_0x3756a8+',\x20'+_0x8b922a+'\x20:\x20'+_0x3dbfd4);}fs['unlinkSync'](_0x3756a8);}fs[_0x396acb(0xdf)](_0x4d76cc),fs[_0x396acb(0xdf)](_0x201f11),_0x8b922a&&(_0x3e97ab['errorMessage']=helper[_0x396acb(0xe5)](_0x8b922a,_0x1e4c60[_0x396acb(0x112)],_0x3e97ab));try{await TestHubHandler['stop']();}catch(_0x4bacb6){console[_0x396acb(0x9c)](_0x4bacb6),_0x1e4c60[_0x396acb(0x10c)](debug,_0x396acb(0x86)+util['format'](_0x4bacb6));}testOpsHelper[_0x396acb(0xaf)](),TestDetails['shutdown'](),await utilities[_0x396acb(0xa4)](_0x3e97ab);});}module[a14_0x3e2298(0x133)]=run;function a14_0x31cc(){const _0x17ee21=['../../helpers/test-observability/constants','jest_browserstack.config.js','printBuildLink','USER_CONFIG_DETAILS_PATH','slice','../../helpers/BrowserStackSetup','NoOLB','../../helpers/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','join','testRunner','jest_browserstack.config.cjs','2192600gRtxsI','testEnvironment','findIndex','dSKsx','true','jest','oriPl','LWNqc','../../helpers/percy/utils','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','setupTCGAuth','setupFilesAfterEnv','avWIk','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cjs','Getting\x20your\x20jest\x20configs\x20from\x20package.json','customEnvironment.js','testContextOptions','splice','mjs','../../helpers/utilities','GwQQU','RJZKw','3181548pmOZQp','321275JWlFCL','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','COOOI','assign','gzaql','maxWorkers','PVCvv','NVupj','data-hooks.js','isBrowserstackInfra','oNndZ','JEST','browserStackLogLevel','PACKAGE_TYPE','unlinkSync','start','../../helpers/logger','checkAccessibilityPlatformConfig','KzZbA','false','getErrorMessageFromResults','EzHMk','reporters','ZoEWG','jest.setup.js','OhkiZ','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','runner','npx','capabilities','stringify','parallelsPerPlatform','inherit','xetCC','292892FTcBcH','package.json','FRAMEWORKS','../../helpers/performance/performance-tester','resolve','setupFiles','accessibilityOptions','fpqKe','test_before.setup.js','platformCaps','jest-config','customCircus.js','env',';\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','fmcKk','../../helpers/accessibility-automation/helper','useW3C','Deleting\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','../utils/constants','timeout__','Hmgti','push','child_process','default','CETBP','info','BiurT','cwd','filterBrowserstackArgs','../../helpers/testhub/testhubHandler','OadaV','BSTACK_JEST_TEST_ENV','--config','const\x20config=','UZjuZ','skipSessionName','HdPTI','rmdirSync','turboScaleUrl','accessibility','lOsCA','platform','WFivB','config','MODULE','prepareCapabilities','handleApp','close','tsbPn','json','2180944gwWUzm','shouldProcessEventForTesthub','\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','YZRxP','dacfK','getTCGConfigFilePaths','ULECv','exitCode','child\x20process\x20exited\x20with\x20code\x20','9pxMcwK','GYhbW','XBpGO','jest.config.','exports','TfmFf','error\x20removing\x20tcg\x20config\x20file','212539ZwDTpz','testEnvironmentOptions','../../helpers/performance/constants','setup','initialize','requireSeleniumWebdriver','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','EVENTS','proxySettings','requireModule','skipSessionStatus','PIFUq','57852fjDWUi','getPackageType','IeNfL','serial__','readFileSync','length','uWpSW','testTimeout','end','SDK_CLEANUP','existsSync','Creating\x20','testObservability','Error\x20while\x20parsing\x20','jest_browserstack_results.json','\x0a\x20\x20\x20\x20','log','tTlBh','debug','fWVxC','win32','\x0amodule.exports\x20=\x20config;','ObGmS','platforms','finalExecution','customImplements','wLWcS','winstonLogger','isUndefined','customTestRunner.js','runInBand','7gYSpOs','OgQyH'];a14_0x31cc=function(){return _0x17ee21;};return a14_0x31cc();}
@@ -1 +1 @@
1
- const a15_0xae1de1=a15_0x3b54;function a15_0x3b54(_0x574b51,_0x2b4491){const _0x2f2296=a15_0x2f22();return a15_0x3b54=function(_0x3b5478,_0x3e74b8){_0x3b5478=_0x3b5478-0x84;let _0x2c1fa3=_0x2f2296[_0x3b5478];return _0x2c1fa3;},a15_0x3b54(_0x574b51,_0x2b4491);}(function(_0x557817,_0x40508c){const _0x319f72=a15_0x3b54,_0x5d99d7=_0x557817();while(!![]){try{const _0x2dc203=-parseInt(_0x319f72(0x84))/0x1*(parseInt(_0x319f72(0x95))/0x2)+parseInt(_0x319f72(0x86))/0x3*(parseInt(_0x319f72(0x8a))/0x4)+-parseInt(_0x319f72(0x89))/0x5+parseInt(_0x319f72(0x94))/0x6+-parseInt(_0x319f72(0x92))/0x7+parseInt(_0x319f72(0x91))/0x8+-parseInt(_0x319f72(0x93))/0x9;if(_0x2dc203===_0x40508c)break;else _0x5d99d7['push'](_0x5d99d7['shift']());}catch(_0x49099e){_0x5d99d7['push'](_0x5d99d7['shift']());}}}(a15_0x2f22,0x977a5));const path=require(a15_0xae1de1(0x97)),{requireModule}=require(a15_0xae1de1(0x8d));let initJestAdapter=requireModule(a15_0xae1de1(0x85),'jest-circus');initJestAdapter=typeof initJestAdapter==='function'?initJestAdapter:initJestAdapter['default'];function a15_0x2f22(){const _0x3d6a14=['join','wKzBd','4643075LzvnRi','4489252NHhHPL','exports','includes','../../../helpers/helper','jestAdapterInit','initRequireModule','customJestAdapterInit.js','6359328isEvgY','614733gAnKkK','186705fdfaKv','322350SnglXT','15284KjLgVS','dacGG','path','41WjIlZN','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','3fMCnFY'];a15_0x2f22=function(){return _0x3d6a14;};return a15_0x2f22();}const FRAMEWORK_INITIALIZER=path[a15_0xae1de1(0x87)](__dirname,a15_0xae1de1(0x90));module[a15_0xae1de1(0x8b)]=(..._0x44a233)=>{const _0x3f0b47=a15_0xae1de1,_0x475a4e={'OdZoA':_0x3f0b47(0x8e),'dacGG':function(_0x1dca50,_0x41d5d8){return _0x1dca50===_0x41d5d8;},'wKzBd':function(_0x3344aa,..._0x38ffbf){return _0x3344aa(..._0x38ffbf);}};return _0x44a233[0x3][_0x3f0b47(0x8f)]=_0x44a233[0x3]['requireInternalModule'],_0x44a233[0x3]['requireInternalModule']=(..._0x16637a)=>{const _0x7a49f8=_0x3f0b47;if(_0x16637a[0x0]&&_0x16637a[0x0][_0x7a49f8(0x8c)](_0x475a4e['OdZoA'])&&_0x475a4e[_0x7a49f8(0x96)](_0x16637a[0x1],undefined))return _0x44a233[0x3][_0x7a49f8(0x8f)](FRAMEWORK_INITIALIZER);return _0x44a233[0x3][_0x7a49f8(0x8f)](..._0x16637a);},_0x475a4e[_0x3f0b47(0x88)](initJestAdapter,..._0x44a233);};
1
+ function a15_0x23bf(_0x1d1ed7,_0x5a6914){const _0xd55772=a15_0xd557();return a15_0x23bf=function(_0x23bf3c,_0x2ba7b3){_0x23bf3c=_0x23bf3c-0x1b6;let _0x4f349c=_0xd55772[_0x23bf3c];return _0x4f349c;},a15_0x23bf(_0x1d1ed7,_0x5a6914);}const a15_0x465aff=a15_0x23bf;(function(_0x5c5fd8,_0x36e24e){const _0x2c388a=a15_0x23bf,_0x31c19f=_0x5c5fd8();while(!![]){try{const _0x4262b2=-parseInt(_0x2c388a(0x1c9))/0x1*(-parseInt(_0x2c388a(0x1c1))/0x2)+-parseInt(_0x2c388a(0x1ca))/0x3+parseInt(_0x2c388a(0x1b8))/0x4+parseInt(_0x2c388a(0x1b7))/0x5+parseInt(_0x2c388a(0x1c3))/0x6*(parseInt(_0x2c388a(0x1c7))/0x7)+parseInt(_0x2c388a(0x1c2))/0x8+-parseInt(_0x2c388a(0x1c0))/0x9*(parseInt(_0x2c388a(0x1bb))/0xa);if(_0x4262b2===_0x36e24e)break;else _0x31c19f['push'](_0x31c19f['shift']());}catch(_0x142459){_0x31c19f['push'](_0x31c19f['shift']());}}}(a15_0xd557,0x37622));const path=require(a15_0x465aff(0x1ba)),{requireModule}=require('../../../helpers/helper');let initJestAdapter=requireModule(a15_0x465aff(0x1be),a15_0x465aff(0x1cb));initJestAdapter=typeof initJestAdapter===a15_0x465aff(0x1c8)?initJestAdapter:initJestAdapter[a15_0x465aff(0x1b9)];function a15_0xd557(){const _0x5e68a0=['283xpbfXX','531843kzYbYd','jest-circus','includes','2184345admYWC','897036ZcIpyP','default','path','10dzoUeD','jestAdapterInit','KWsfI','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','initRequireModule','8815077dbnBgK','464UonjgR','3541576fzYEMa','6SpMLtO','exports','join','FpcXv','1498721dFsdQJ','function'];a15_0xd557=function(){return _0x5e68a0;};return a15_0xd557();}const FRAMEWORK_INITIALIZER=path[a15_0x465aff(0x1c5)](__dirname,'customJestAdapterInit.js');module[a15_0x465aff(0x1c4)]=(..._0x5e1e8b)=>{const _0x4b25a0=a15_0x465aff,_0x4aed6d={'AzbiW':_0x4b25a0(0x1bc),'KWsfI':function(_0x2164fa,_0x266e86){return _0x2164fa===_0x266e86;},'FpcXv':function(_0x205f64,..._0x5e0d3e){return _0x205f64(..._0x5e0d3e);}};return _0x5e1e8b[0x3][_0x4b25a0(0x1bf)]=_0x5e1e8b[0x3]['requireInternalModule'],_0x5e1e8b[0x3]['requireInternalModule']=(..._0x59059b)=>{const _0x3ed988=_0x4b25a0;if(_0x59059b[0x0]&&_0x59059b[0x0][_0x3ed988(0x1b6)](_0x4aed6d['AzbiW'])&&_0x4aed6d[_0x3ed988(0x1bd)](_0x59059b[0x1],undefined))return _0x5e1e8b[0x3][_0x3ed988(0x1bf)](FRAMEWORK_INITIALIZER);return _0x5e1e8b[0x3]['initRequireModule'](..._0x59059b);},_0x4aed6d[_0x4b25a0(0x1c6)](initJestAdapter,..._0x5e1e8b);};
@@ -1 +1 @@
1
- function a16_0x36ce(_0x2f581f,_0xbb9b50){const _0x4b08b=a16_0x4b08();return a16_0x36ce=function(_0x36ce34,_0x5c0a7d){_0x36ce34=_0x36ce34-0x163;let _0x57d3f2=_0x4b08b[_0x36ce34];return _0x57d3f2;},a16_0x36ce(_0x2f581f,_0xbb9b50);}const a16_0x51ed0f=a16_0x36ce;(function(_0x45887a,_0x2ae5c3){const _0x1e1e61=a16_0x36ce,_0x52ae8f=_0x45887a();while(!![]){try{const _0x45a2a3=parseInt(_0x1e1e61(0x1ad))/0x1+parseInt(_0x1e1e61(0x19f))/0x2*(-parseInt(_0x1e1e61(0x178))/0x3)+-parseInt(_0x1e1e61(0x1b0))/0x4*(parseInt(_0x1e1e61(0x17b))/0x5)+-parseInt(_0x1e1e61(0x19a))/0x6*(parseInt(_0x1e1e61(0x192))/0x7)+-parseInt(_0x1e1e61(0x19c))/0x8*(-parseInt(_0x1e1e61(0x1a4))/0x9)+parseInt(_0x1e1e61(0x1b1))/0xa*(-parseInt(_0x1e1e61(0x168))/0xb)+-parseInt(_0x1e1e61(0x1ac))/0xc*(-parseInt(_0x1e1e61(0x17e))/0xd);if(_0x45a2a3===_0x2ae5c3)break;else _0x52ae8f['push'](_0x52ae8f['shift']());}catch(_0x580a49){_0x52ae8f['push'](_0x52ae8f['shift']());}}}(a16_0x4b08,0xab083));const helper=require(a16_0x51ed0f(0x176)),constants=require(a16_0x51ed0f(0x186)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x51ed0f(0x195)),ObservabilityReporter=require('../test-observability/obsReporter'),testhubUtils=require(a16_0x51ed0f(0x184)),getTestEnvironment=((()=>{const _0xadee47=a16_0x51ed0f,_0x43a13a={};_0x43a13a['iIcmZ']=_0xadee47(0x174),_0x43a13a[_0xadee47(0x187)]=_0xadee47(0x173);const _0x170fdf=_0x43a13a;try{const _0x2f006b=helper[_0xadee47(0x197)](_0x170fdf['iIcmZ']);if(_0x2f006b[_0xadee47(0x169)])return _0x2f006b[_0xadee47(0x169)];const _0x3cad77=helper[_0xadee47(0x197)](_0x170fdf['jNEGo']);if(_0x3cad77[_0xadee47(0x167)])return _0x3cad77[_0xadee47(0x167)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x23f380=a16_0x51ed0f,_0x188fc5={'ZShvm':function(_0x585a60,_0x466581){return _0x585a60(_0x466581);},'IXOeQ':_0x23f380(0x1a0),'GNpJN':function(_0x2aebbd,_0x131801){return _0x2aebbd(_0x131801);},'VdGWA':'jest-environment-node'},_0x30049f=_0x188fc5['ZShvm'](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process['env']['BSTACK_JEST_TEST_ENV']||_0x188fc5[_0x23f380(0x199)]});if(!_0x30049f)return _0x188fc5[_0x23f380(0x175)](_interopRequireDefault,helper[_0x23f380(0x197)](_0x188fc5[_0x23f380(0x19d)]));return _0x188fc5[_0x23f380(0x175)](_interopRequireDefault,helper[_0x23f380(0x197)](_0x30049f));})()),_seleniumWebdriver2=((()=>{const _0x203aac=a16_0x51ed0f,_0xcf005c={'vcMtJ':function(_0x264e1e,_0x3f41e9){return _0x264e1e(_0x3f41e9);}};try{const _0x7f3fda=helper[_0x203aac(0x164)]();return helper['modifyCommand'](),_0xcf005c[_0x203aac(0x18c)](_interopRequireDefault,_0x7f3fda);}catch{return null;}})());function _interopRequireDefault(_0x2a2dc7){const _0x2eff48=a16_0x51ed0f;return _0x2a2dc7&&_0x2a2dc7[_0x2eff48(0x19e)]?_0x2a2dc7:{'default':_0x2a2dc7};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x51ed0f(0x166)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x51ed0f(0x16f)]{constructor(_0x147c58){const _0x4fce48=a16_0x51ed0f,_0x51f5e3={'PcXFI':'quit','aAJxu':'2|0|1|3|4','FSEOS':function(_0x40f3de,_0x561294){return _0x40f3de+_0x561294;},'tNcVd':_0x4fce48(0x194),'VEYEt':function(_0x52cde9,_0x7883d6){return _0x52cde9(_0x7883d6);},'gbuoY':_0x4fce48(0x18b),'aXOTt':_0x4fce48(0x16b),'BqABJ':_0x4fce48(0x1a6),'KZJnx':_0x4fce48(0x165),'zRfrg':_0x4fce48(0x179),'LzQpH':_0x4fce48(0x16a),'CVfuY':_0x4fce48(0x196)};super(_0x147c58),this[_0x4fce48(0x17a)][_0x4fce48(0x190)]=0x0,this[_0x4fce48(0x17d)]={};!_0x147c58['testEnvironmentOptions']&&(_0x147c58['testEnvironmentOptions']={});if(helper[_0x4fce48(0x1a5)]()){const _0x4accfa=_0x51f5e3['aAJxu'][_0x4fce48(0x180)]('|');let _0x3e772b=0x0;while(!![]){switch(_0x4accfa[_0x3e772b++]){case'0':this[_0x4fce48(0x16d)]=new _seleniumWebdriver2[(_0x4fce48(0x16f))]['Builder']();continue;case'1':this[_0x4fce48(0x17d)]=_0x147c58[_0x4fce48(0x16b)];continue;case'2':_0x147c58[_0x4fce48(0x16b)]=_0x147c58['projectConfig']?_0x147c58[_0x4fce48(0x182)][_0x4fce48(0x16b)]:_0x147c58[_0x4fce48(0x16b)];continue;case'3':this[_0x4fce48(0x191)]=_0x147c58['projectConfig']?_0x147c58[_0x4fce48(0x182)][_0x4fce48(0x191)]:_0x147c58[_0x4fce48(0x191)];continue;case'4':this[_0x4fce48(0x17a)][_0x4fce48(0x190)]=_0x51f5e3[_0x4fce48(0x1af)](this['configuration']['timeout__'],constants['BSTACK_DELTA']);continue;}break;}}if(testhubUtils[_0x4fce48(0x189)]()){const _0xd1efdb=new ObservabilityReporter();_0xd1efdb[_0x4fce48(0x163)]();}this[_0x4fce48(0x17a)][_0x4fce48(0x181)]={},this[_0x4fce48(0x17d)][_0x4fce48(0x18d)]=constants[_0x4fce48(0x1a9)][_0x4fce48(0x17f)];if(_seleniumWebdriver2){const _0x1d3697=_0x51f5e3[_0x4fce48(0x1aa)][_0x4fce48(0x180)]('|');let _0x2110e3=0x0;while(!![]){switch(_0x1d3697[_0x2110e3++]){case'0':this[_0x4fce48(0x17a)][_0x4fce48(0x185)]=_0x51f5e3[_0x4fce48(0x1a8)](require,_0x51f5e3[_0x4fce48(0x177)])['browserstackAgentV2']({...this[_0x4fce48(0x17d)],'capability':this[_0x4fce48(0x191)]||{}},this,testhubUtils[_0x4fce48(0x189)]());continue;case'1':this[_0x4fce48(0x17a)][_0x4fce48(0x165)]=helper[_0x4fce48(0x16c)](_0x147c58,[_0x51f5e3['aXOTt'],_0x51f5e3[_0x4fce48(0x183)],_0x51f5e3['KZJnx']]);continue;case'2':this[_0x4fce48(0x17a)]['__skipSessionStatus']=helper[_0x4fce48(0x1a3)](this[_0x4fce48(0x17d)][_0x4fce48(0x1a2)]);continue;case'3':this[_0x4fce48(0x17a)][_0x4fce48(0x170)]=(_0x147c58[_0x4fce48(0x182)]?_0x147c58[_0x4fce48(0x182)][_0x4fce48(0x170)]:_0x147c58[_0x4fce48(0x170)])||0x0;continue;case'4':helper[_0x4fce48(0x1a3)](this['configuration'][_0x4fce48(0x18e)])?this['global'][_0x4fce48(0x1ae)]=!![]:this[_0x4fce48(0x17a)][_0x4fce48(0x1ae)]=![];continue;case'5':this[_0x4fce48(0x17a)][_0x4fce48(0x198)]=helper[_0x4fce48(0x16c)](this[_0x4fce48(0x17d)],[_0x51f5e3['zRfrg'],this[_0x4fce48(0x17a)][_0x4fce48(0x170)]])||{};continue;case'6':this[_0x4fce48(0x17a)][_0x4fce48(0x172)]=async()=>{const _0x58f3bd=_0x4fce48;await this[_0x58f3bd(0x17a)]['driver']['quit'](_0x51f5e3[_0x58f3bd(0x16e)]);};continue;case'7':this[_0x4fce48(0x17a)][_0x4fce48(0x16a)]=helper[_0x4fce48(0x16c)](_0x147c58,[_0x51f5e3[_0x4fce48(0x193)],_0x51f5e3['BqABJ'],_0x51f5e3[_0x4fce48(0x17c)]]);continue;case'8':this[_0x4fce48(0x17a)][_0x4fce48(0x196)]=helper[_0x4fce48(0x16c)](_0x147c58,[_0x51f5e3[_0x4fce48(0x193)],_0x51f5e3['BqABJ'],_0x51f5e3[_0x4fce48(0x18f)]]);continue;case'9':this[_0x4fce48(0x17a)]['__drivers']=[];continue;}break;}}}async['teardown'](){const _0x304476=a16_0x51ed0f;_seleniumWebdriver2&&(await helper[_0x304476(0x171)](this[_0x304476(0x17a)]['__driversArray']),this[_0x304476(0x17a)][_0x304476(0x185)][_0x304476(0x166)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0x304476(0x19b)]();}async['setup'](){}async[a16_0x51ed0f(0x1ab)](_0x33afd5,_0x53b645){const _0x1e8c22=a16_0x51ed0f,_0x32cc36={};_0x32cc36[_0x1e8c22(0x188)]=function(_0xab2ab5,_0x47a8e7){return _0xab2ab5===_0x47a8e7;},_0x32cc36['TnGau']=_0x1e8c22(0x1a7);const _0x888f21=_0x32cc36,{name:_0x3f49a6}=_0x33afd5;_0x888f21[_0x1e8c22(0x188)](_0x3f49a6,_0x888f21['TnGau'])&&(this[_0x1e8c22(0x17a)][_0x1e8c22(0x1a1)]=_0x33afd5[_0x1e8c22(0x18a)]);}}function a16_0x4b08(){const _0xd9bec3=['browserstackPlatformIndex','cleanupDrivers','cleanup','jest-config','jest-resolve','GNpJN','../../../helpers/helper','gbuoY','3dUsTqG','platformCaps','global','60ALKYMf','LzQpH','configuration','8257691YxTJhB','JEST','split','browserStackGlobals','projectConfig','BqABJ','../../../helpers/testhub/utils','__webdriver','../../utils/constants','jNEGo','jEApQ','shouldProcessEventForTesthub','test','../../../index','vcMtJ','framework','skipSessionName','CVfuY','__timeout','capability','5446910SzCYTf','aXOTt','9|0|3|1|7|8|5|4|2|6','../../../helpers/test-observability/requestQueueHandler','percyCaptureMode','requireModule','__platformCaps','IXOeQ','6jqcqGX','shutdown','8RxwcCc','VdGWA','__esModule','1369596jDGtnu','node','testContext','skipSessionStatus','isTrue','9581643tcBiiH','isBrowserstackInfra','browserStackPercyOptions','test_start','VEYEt','FRAMEWORKS','tNcVd','handleTestEvent','48BPWkLX','275887dkohJs','sessionNameProvided','FSEOS','240780AcsHQC','10weGQWj','registerListeners','requireSeleniumWebdriver','browserstackPercyBestPlatform','Builder','getTestEnvironment','10950797ogSsah','resolveTestEnvironment','percy','testEnvironmentOptions','nestedKeyValue','builder','PcXFI','default'];a16_0x4b08=function(){return _0xd9bec3;};return a16_0x4b08();}module['exports']=CustomEnvironment;
1
+ const a16_0x3f43d4=a16_0x4bbf;(function(_0x3fd2a4,_0x565d40){const _0x3b9610=a16_0x4bbf,_0x5c5b24=_0x3fd2a4();while(!![]){try{const _0x27a0bc=parseInt(_0x3b9610(0x154))/0x1*(parseInt(_0x3b9610(0x163))/0x2)+parseInt(_0x3b9610(0x172))/0x3*(-parseInt(_0x3b9610(0x170))/0x4)+parseInt(_0x3b9610(0x143))/0x5+-parseInt(_0x3b9610(0x146))/0x6+-parseInt(_0x3b9610(0x180))/0x7+-parseInt(_0x3b9610(0x169))/0x8+-parseInt(_0x3b9610(0x145))/0x9*(-parseInt(_0x3b9610(0x13b))/0xa);if(_0x27a0bc===_0x565d40)break;else _0x5c5b24['push'](_0x5c5b24['shift']());}catch(_0xa68ab6){_0x5c5b24['push'](_0x5c5b24['shift']());}}}(a16_0xad09,0x26383));function a16_0xad09(){const _0x48e800=['percy','requireModule','split','bfwfv','371678XpuhSz','jest-environment-node','driver','cleanupDrivers','yeIAb','isBrowserstackInfra','2314360QDjpTX','FRAMEWORKS','resolveTestEnvironment','oUDCg','getTestEnvironment','NpLFu','sessionNameProvided','146384WUnmbM','handleTestEvent','9fXTtzJ','MhEre','nestedKeyValue','shutdown','../../../helpers/testhub/utils','exports','requireSeleniumWebdriver','getInstance','RNPJP','YWjUo','oIsJc','../../../helpers/test-observability/requestQueueHandler','timeout__','../../utils/constants','934528pUReCq','__timeout','quit','eEsKv','testEnvironmentOptions','skipSessionStatus','browserstackPercyBestPlatform','test_start','Isruz','registerListeners','QwEAV','10OfpGlb','configuration','projectConfig','../test-observability/obsReporter','4|0|1|2|3','SOKaP','browserStackPercyOptions','browserstackAgentV2','1332370xZqhsV','global','4113162HNlILP','1321182sNMtqn','Builder','shouldProcessEventForTesthub','__skipSessionStatus','cleanup','../../../helpers/helper','isTrue','default','__webdriver','dCblk','node','KiGpn','test','__drivers','1GiweId','iKtlj','skipSessionName','percyCaptureMode','cwd','browserstackPlatformIndex','modifyCommand','LXGWe','capability','teardown','__platformCaps'];a16_0xad09=function(){return _0x48e800;};return a16_0xad09();}const helper=require(a16_0x3f43d4(0x14b)),constants=require(a16_0x3f43d4(0x17f)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x3f43d4(0x17d)),ObservabilityReporter=require(a16_0x3f43d4(0x13e)),testhubUtils=require(a16_0x3f43d4(0x176)),getTestEnvironment=((()=>{const _0x420296=a16_0x3f43d4,_0x461280={};_0x461280['Isruz']='jest-resolve',_0x461280['FaSfX']='jest-config';const _0x4be476=_0x461280;try{const _0x25109c=helper[_0x420296(0x160)](_0x4be476[_0x420296(0x138)]);if(_0x25109c['resolveTestEnvironment'])return _0x25109c[_0x420296(0x16b)];const _0x349d0c=helper[_0x420296(0x160)](_0x4be476['FaSfX']);if(_0x349d0c[_0x420296(0x16d)])return _0x349d0c[_0x420296(0x16d)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x3f164f=a16_0x3f43d4,_0x5e22db={'NpLFu':function(_0x45f0c2,_0x1941f4){return _0x45f0c2(_0x1941f4);},'dCblk':_0x3f164f(0x150),'EFbHt':_0x3f164f(0x164),'oIsJc':function(_0x240ca5,_0x3de843){return _0x240ca5(_0x3de843);}},_0x5b45fc=_0x5e22db[_0x3f164f(0x16e)](getTestEnvironment,{'rootDir':process[_0x3f164f(0x158)](),'testEnvironment':process['env']['BSTACK_JEST_TEST_ENV']||_0x5e22db[_0x3f164f(0x14f)]});if(!_0x5b45fc)return _0x5e22db[_0x3f164f(0x16e)](_interopRequireDefault,helper[_0x3f164f(0x160)](_0x5e22db['EFbHt']));return _0x5e22db[_0x3f164f(0x17c)](_interopRequireDefault,helper[_0x3f164f(0x160)](_0x5b45fc));})()),_seleniumWebdriver2=((()=>{const _0x64f49c=a16_0x3f43d4,_0x45b37c={'QwEAV':function(_0x52a943,_0x404e7e){return _0x52a943(_0x404e7e);}};try{const _0x343611=helper[_0x64f49c(0x178)]();return helper[_0x64f49c(0x15a)](),_0x45b37c[_0x64f49c(0x13a)](_interopRequireDefault,_0x343611);}catch{return null;}})());function _interopRequireDefault(_0x4f5798){return _0x4f5798&&_0x4f5798['__esModule']?_0x4f5798:{'default':_0x4f5798};}function a16_0x4bbf(_0x2e6340,_0x42579f){const _0xad09f4=a16_0xad09();return a16_0x4bbf=function(_0x4bbff7,_0x1c93c4){_0x4bbff7=_0x4bbff7-0x133;let _0x2bac97=_0xad09f4[_0x4bbff7];return _0x2bac97;},a16_0x4bbf(_0x2e6340,_0x42579f);}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x3f43d4(0x147)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x3f43d4(0x14d)]{constructor(_0x4f1cf3){const _0x12d256=a16_0x3f43d4,_0x2d4ccb={'Awqmy':_0x12d256(0x182),'LXGWe':_0x12d256(0x13f),'lBLwP':function(_0x3e9170,_0x428e5e){return _0x3e9170+_0x428e5e;},'AaKXR':'9|4|3|7|5|1|6|8|2|0','KiGpn':_0x12d256(0x134),'oUDCg':_0x12d256(0x141),'SOKaP':_0x12d256(0x157),'eEsKv':function(_0x4bb493,_0x51ca63){return _0x4bb493(_0x51ca63);},'iKtlj':'../../../index','YWjUo':'percy','bfwfv':'platformCaps','yeIAb':_0x12d256(0x136)};super(_0x4f1cf3),this[_0x12d256(0x144)][_0x12d256(0x181)]=0x0,this[_0x12d256(0x13c)]={};!_0x4f1cf3['testEnvironmentOptions']&&(_0x4f1cf3['testEnvironmentOptions']={});if(helper[_0x12d256(0x168)]()){const _0x190147=_0x2d4ccb[_0x12d256(0x15b)][_0x12d256(0x161)]('|');let _0x460a8d=0x0;while(!![]){switch(_0x190147[_0x460a8d++]){case'0':this['builder']=new _seleniumWebdriver2[(_0x12d256(0x14d))]['Builder']();continue;case'1':this[_0x12d256(0x13c)]=_0x4f1cf3[_0x12d256(0x134)];continue;case'2':this[_0x12d256(0x15c)]=_0x4f1cf3[_0x12d256(0x13d)]?_0x4f1cf3['projectConfig']['capability']:_0x4f1cf3[_0x12d256(0x15c)];continue;case'3':this[_0x12d256(0x144)]['__timeout']=_0x2d4ccb['lBLwP'](this[_0x12d256(0x13c)][_0x12d256(0x17e)],constants['BSTACK_DELTA']);continue;case'4':_0x4f1cf3[_0x12d256(0x134)]=_0x4f1cf3[_0x12d256(0x13d)]?_0x4f1cf3['projectConfig']['testEnvironmentOptions']:_0x4f1cf3[_0x12d256(0x134)];continue;}break;}}if(testhubUtils[_0x12d256(0x148)]()){const _0x4f6d27=new ObservabilityReporter();_0x4f6d27[_0x12d256(0x139)]();}this['global']['browserStackGlobals']={},this['configuration']['framework']=constants[_0x12d256(0x16a)]['JEST'];if(_seleniumWebdriver2){const _0x28b94a=_0x2d4ccb['AaKXR'][_0x12d256(0x161)]('|');let _0x9acc94=0x0;while(!![]){switch(_0x28b94a[_0x9acc94++]){case'0':this[_0x12d256(0x144)][_0x12d256(0x14a)]=async()=>{const _0x125aa0=_0x12d256;await this[_0x125aa0(0x144)][_0x125aa0(0x165)][_0x125aa0(0x182)](_0x2d4ccb['Awqmy']);};continue;case'1':this['global']['percyCaptureMode']=helper['nestedKeyValue'](_0x4f1cf3,[_0x2d4ccb[_0x12d256(0x151)],_0x2d4ccb[_0x12d256(0x16c)],_0x2d4ccb[_0x12d256(0x140)]]);continue;case'2':this[_0x12d256(0x144)][_0x12d256(0x149)]=helper[_0x12d256(0x14c)](this[_0x12d256(0x13c)][_0x12d256(0x135)]);continue;case'3':this[_0x12d256(0x144)]['browserstackPlatformIndex']=(_0x4f1cf3['projectConfig']?_0x4f1cf3['projectConfig'][_0x12d256(0x159)]:_0x4f1cf3[_0x12d256(0x159)])||0x0;continue;case'4':this[_0x12d256(0x144)][_0x12d256(0x14e)]=_0x2d4ccb[_0x12d256(0x133)](require,_0x2d4ccb[_0x12d256(0x155)])[_0x12d256(0x142)]({...this['configuration'],'capability':this[_0x12d256(0x15c)]||{}},this,testhubUtils[_0x12d256(0x148)]());continue;case'5':this[_0x12d256(0x144)][_0x12d256(0x15f)]=helper[_0x12d256(0x174)](_0x4f1cf3,[_0x2d4ccb[_0x12d256(0x151)],_0x2d4ccb[_0x12d256(0x16c)],_0x2d4ccb[_0x12d256(0x17b)]]);continue;case'6':this[_0x12d256(0x144)][_0x12d256(0x15e)]=helper['nestedKeyValue'](this[_0x12d256(0x13c)],[_0x2d4ccb[_0x12d256(0x162)],this[_0x12d256(0x144)][_0x12d256(0x159)]])||{};continue;case'7':this[_0x12d256(0x144)][_0x12d256(0x136)]=helper[_0x12d256(0x174)](_0x4f1cf3,[_0x2d4ccb['KiGpn'],_0x2d4ccb['oUDCg'],_0x2d4ccb[_0x12d256(0x167)]]);continue;case'8':helper['isTrue'](this[_0x12d256(0x13c)][_0x12d256(0x156)])?this['global'][_0x12d256(0x16f)]=!![]:this[_0x12d256(0x144)][_0x12d256(0x16f)]=![];continue;case'9':this[_0x12d256(0x144)][_0x12d256(0x153)]=[];continue;}break;}}}async[a16_0x3f43d4(0x15d)](){const _0x3dbc2d=a16_0x3f43d4;_seleniumWebdriver2&&(await helper[_0x3dbc2d(0x166)](this[_0x3dbc2d(0x144)]['__driversArray']),this['global'][_0x3dbc2d(0x14e)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3dbc2d(0x179)]()[_0x3dbc2d(0x175)]();}async['setup'](){}async[a16_0x3f43d4(0x171)](_0x3ded3c,_0x2acf1c){const _0x5ba108=a16_0x3f43d4,_0x51f1a0={};_0x51f1a0[_0x5ba108(0x17a)]=function(_0xdbc196,_0x10d262){return _0xdbc196===_0x10d262;},_0x51f1a0[_0x5ba108(0x173)]=_0x5ba108(0x137);const _0x30f321=_0x51f1a0,{name:_0x24a8a0}=_0x3ded3c;_0x30f321[_0x5ba108(0x17a)](_0x24a8a0,_0x30f321[_0x5ba108(0x173)])&&(this[_0x5ba108(0x144)]['testContext']=_0x3ded3c[_0x5ba108(0x152)]);}}module[a16_0x3f43d4(0x177)]=CustomEnvironment;
@@ -1 +1 @@
1
- const a17_0x28bf76=a17_0x2d2e;function a17_0x2b88(){const _0x380c12=['removeAllListeners','jest-circus/build/state.js','setTestUUID','otxHM','AlgOX','hook_success','beforeAll','makeSingleTestResult','ZLUcA','1210ADHnQy','test_start','name','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','yHQHU','RiAfF','TestRunSkipped','1534347RkdSBt','pid','type','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','35487LdSQpz','6oVtTzX','removeTestUUID','jest-circus/build/utils.js','errorsDetailed','beforeEach','cXAnl','mAQEz','ZdnCI','getInstance','OUubw','test_skip','5BptnbZ','unhandledErrors','rPmps','OSGru','WEhAz','651032YWlnQC','1892716OfVqMM','includes','addEventHandler','jNVvC','teardown','hook','sendTestRunEvent','../../../helpers/testhub/utils','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','hookAnalyticsId','RQEDD',':hookAnalyticsId','HookFinished','jest-circus','139223WgWtQw','AXEWr','Fwncv','../../../helpers/testhub/constants','SeWAO','run_describe_finish','hook_start','2kGORiW','356627hfNHcl','NDSwR','ZYhyA','markedStatus','alotN','KyGCJ','../../../helpers/helper','forEach','HookStarted','length','test_done','14620727rSNVOL','started_at','hook_failure','shutdown','../test-observability/test-details','test','Gbujm','EVENT','../../../helpers/test-observability/requestQueueHandler'];a17_0x2b88=function(){return _0x380c12;};return a17_0x2b88();}(function(_0x26656b,_0x51db22){const _0x46fd90=a17_0x2d2e,_0x4ffbba=_0x26656b();while(!![]){try{const _0x5b2b1c=parseInt(_0x46fd90(0xcf))/0x1*(-parseInt(_0x46fd90(0xce))/0x2)+-parseInt(_0x46fd90(0xa3))/0x3+-parseInt(_0x46fd90(0xb9))/0x4*(parseInt(_0x46fd90(0xb3))/0x5)+parseInt(_0x46fd90(0xa8))/0x6*(parseInt(_0x46fd90(0xc7))/0x7)+-parseInt(_0x46fd90(0xb8))/0x8+parseInt(_0x46fd90(0xa7))/0x9*(parseInt(_0x46fd90(0xec))/0xa)+parseInt(_0x46fd90(0xda))/0xb;if(_0x5b2b1c===_0x51db22)break;else _0x4ffbba['push'](_0x4ffbba['shift']());}catch(_0x5b1f79){_0x4ffbba['push'](_0x4ffbba['shift']());}}}(a17_0x2b88,0x6283b));function a17_0x2d2e(_0x19c8dc,_0x51053f){const _0x2b8837=a17_0x2b88();return a17_0x2d2e=function(_0x2d2e04,_0x16acaa){_0x2d2e04=_0x2d2e04-0xa1;let _0x50a203=_0x2b8837[_0x2d2e04];return _0x50a203;},a17_0x2d2e(_0x19c8dc,_0x51053f);}const {requireModule}=require(a17_0x28bf76(0xd5)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a17_0x28bf76(0xe2)),TestDetails=require(a17_0x28bf76(0xde)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a17_0x28bf76(0xc0)),testHubConstants=require(a17_0x28bf76(0xca)),exportsI=requireModule('jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','jest-circus'),initInitialize=exportsI['initialize'];exportsI['initialize']=(..._0x470886)=>{const _0x847dfc=a17_0x28bf76,_0x2aa125={'AXEWr':function(_0x2995d9,_0x5b2191,_0x23c9d9){return _0x2995d9(_0x5b2191,_0x23c9d9);},'wgOnZ':_0x847dfc(0xaa),'jfoCo':_0x847dfc(0xc6),'jNVvC':_0x847dfc(0xcd),'WEhAz':function(_0x1aaf8c,_0x3f58f1){return _0x1aaf8c(_0x3f58f1);},'RQEDD':'HookRunStarted','Fwncv':_0x847dfc(0xe8),'ZYhyA':'HookRunFinished','ZdnCI':_0x847dfc(0xdc),'SeWAO':_0x847dfc(0xe9),'alotN':_0x847dfc(0xac),'KdUSj':'afterEach','mAQEz':function(_0x1265e6,_0x1f4d00){return _0x1265e6>_0x1f4d00;},'KyGCJ':_0x847dfc(0xed),'Gbujm':function(_0x4f322a){return _0x4f322a();},'OUubw':_0x847dfc(0xd9),'Pnows':function(_0x8d3edd,_0x3f574b){return _0x8d3edd(_0x3f574b);},'RiAfF':_0x847dfc(0xb2),'VsVDi':function(_0x3ad402,_0x47ccb7){return _0x3ad402(_0x47ccb7);},'AlgOX':function(_0x548e53){return _0x548e53();},'yHQHU':_0x847dfc(0xa2),'rPmps':_0x847dfc(0xcc),'OSGru':_0x847dfc(0xbd),'otxHM':_0x847dfc(0xe4),'cXAnl':function(_0x2cdf4e,_0x39693e,_0x15faa2){return _0x2cdf4e(_0x39693e,_0x15faa2);},'BAiGW':'EventHandler','ZLUcA':function(_0x458c2b,_0x379109){return _0x458c2b(_0x379109);},'iwuOS':function(_0x237412,..._0x4a137d){return _0x237412(..._0x4a137d);}};try{const _0x5aab34=new ObservabilityReporter();_0x2aa125[_0x847dfc(0xe7)](shouldProcessEventForTesthub)&&(_0x2aa125[_0x847dfc(0xe7)](patchConsoleLogger),_0x5aab34['registerListeners']()),_0x2aa125['AlgOX'](shouldProcessEventForTesthub)&&_0x2aa125[_0x847dfc(0xc8)](requireModule,_0x2aa125[_0x847dfc(0xe6)],_0x2aa125['jfoCo'])[_0x847dfc(0xbb)](_0x2aa125[_0x847dfc(0xad)](o11yErrorHandler,async(_0x4ff101,_0x4cafe7)=>{const _0x385b57=_0x847dfc,_0x256064=_0x2aa125[_0x385b57(0xc8)](requireModule,_0x2aa125['wgOnZ'],_0x2aa125['jfoCo'])[_0x385b57(0xea)];switch(_0x4ff101[_0x385b57(0xee)]){case _0x2aa125[_0x385b57(0xbc)]:if(_0x2aa125[_0x385b57(0xb7)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x385b57(0xd7)])){if(!_0x4ff101[_0x385b57(0xbe)]['hookAnalyticsId']){const _0x1fe64c=TestDetails['setTestUUID'](process[_0x385b57(0xa4)]+_0x385b57(0xc4));_0x4ff101[_0x385b57(0xbe)][_0x385b57(0xc2)]=_0x1fe64c;}else _0x4ff101[_0x385b57(0xbe)]['markedStatus']&&(_0x4ff101[_0x385b57(0xbe)]['hookAnalyticsId']=TestDetails[_0x385b57(0xe5)](process[_0x385b57(0xa4)]+_0x385b57(0xc4)),delete _0x4ff101[_0x385b57(0xbe)]['markedStatus']);_0x4ff101['hook'][_0x385b57(0xdb)]=new Date()['toISOString'](),await _0x5aab34['sendTestRunEvent'](_0x4ff101[_0x385b57(0xbe)],undefined,![],_0x2aa125[_0x385b57(0xc3)]);}break;case _0x2aa125[_0x385b57(0xc9)]:_0x2aa125[_0x385b57(0xb7)](shouldProcessEventForTesthub,testHubConstants[_0x385b57(0xe1)][_0x385b57(0xc5)])&&(await _0x5aab34[_0x385b57(0xbf)](_0x4ff101['hook'],undefined,![],_0x2aa125[_0x385b57(0xd1)]),TestDetails[_0x385b57(0xa9)](process[_0x385b57(0xa4)]+':hookAnalyticsId'));break;case _0x2aa125[_0x385b57(0xaf)]:[_0x2aa125[_0x385b57(0xcb)],_0x2aa125[_0x385b57(0xd3)],_0x2aa125['KdUSj']][_0x385b57(0xba)](_0x4ff101[_0x385b57(0xbe)]['type'])&&(_0x5aab34['hook_failure']=_0x4ff101['hook'][_0x385b57(0xa5)]),_0x4cafe7['unhandledErrors']&&_0x2aa125[_0x385b57(0xae)](_0x4cafe7[_0x385b57(0xb4)][_0x385b57(0xd8)],0x0)&&(_0x4ff101['hook'][_0x385b57(0xab)]=[_0x4cafe7[_0x385b57(0xb4)][0x0][0x0]]);_0x2aa125[_0x385b57(0xb7)](shouldProcessEventForTesthub,testHubConstants[_0x385b57(0xe1)][_0x385b57(0xc5)])&&(await _0x5aab34[_0x385b57(0xbf)](_0x4ff101[_0x385b57(0xbe)],undefined,![],_0x2aa125[_0x385b57(0xd1)]),TestDetails[_0x385b57(0xa9)](process[_0x385b57(0xa4)]+_0x385b57(0xc4)));break;case _0x2aa125[_0x385b57(0xd4)]:_0x2aa125[_0x385b57(0xe0)](shouldProcessEventForTesthub)&&await _0x5aab34['testStarted'](_0x4ff101[_0x385b57(0xdf)]);break;case _0x2aa125[_0x385b57(0xb1)]:_0x4ff101[_0x385b57(0xdf)]={..._0x2aa125['Pnows'](_0x256064,_0x4ff101[_0x385b57(0xdf)]),..._0x4ff101[_0x385b57(0xdf)]};_0x2aa125[_0x385b57(0xe0)](shouldProcessEventForTesthub)&&(!_0x4ff101[_0x385b57(0xdf)]['markedStatus']&&(_0x4ff101['test'][_0x385b57(0xd2)]=!![],await _0x5aab34[_0x385b57(0xbf)](_0x4ff101[_0x385b57(0xdf)])));break;case _0x2aa125[_0x385b57(0xa1)]:_0x4ff101[_0x385b57(0xdf)]={..._0x2aa125['VsVDi'](_0x256064,_0x4ff101[_0x385b57(0xdf)]),..._0x4ff101['test']};_0x2aa125['AlgOX'](shouldProcessEventForTesthub)&&(!_0x4ff101['test']['markedStatus']&&(_0x4ff101[_0x385b57(0xdf)]['markedStatus']=!![],await _0x5aab34[_0x385b57(0xbf)](_0x4ff101[_0x385b57(0xdf)],undefined,![],_0x2aa125[_0x385b57(0xf0)])));break;case _0x2aa125[_0x385b57(0xb5)]:_0x5aab34[_0x385b57(0xdc)]=null;break;case _0x2aa125[_0x385b57(0xb6)]:await RequestQueueHandler[_0x385b57(0xb0)]()[_0x385b57(0xdd)](),process[_0x385b57(0xe3)]();break;default:}},_0x2aa125['BAiGW']));}catch(_0x592aac){_0x2aa125[_0x847dfc(0xeb)](debug,_0x847dfc(0xa6)+_0x592aac);}return _0x2aa125['iwuOS'](initInitialize,..._0x470886);};try{Object['keys'](exportsI)[a17_0x28bf76(0xd6)](_0x3d1851=>{const _0xc846c9=a17_0x28bf76,_0x11b53d={'NDSwR':function(_0x1d84d2,_0x1c3d93){return _0x1d84d2(_0x1c3d93);}};try{exports&&(exports[_0x3d1851]=exportsI[_0x3d1851]);}catch(_0x47cce6){_0x11b53d[_0xc846c9(0xd0)](debug,_0xc846c9(0xc1)+_0x47cce6);}});}catch(a17_0x4ef521){debug(a17_0x28bf76(0xef)+a17_0x4ef521);}
1
+ function a17_0x3c64(_0x5cc7d7,_0x56290e){const _0x6a280a=a17_0x6a28();return a17_0x3c64=function(_0x3c649f,_0x48c031){_0x3c649f=_0x3c649f-0x196;let _0x404a85=_0x6a280a[_0x3c649f];return _0x404a85;},a17_0x3c64(_0x5cc7d7,_0x56290e);}const a17_0x1620d0=a17_0x3c64;function a17_0x6a28(){const _0x5bc658=['HookRunFinished','CNgpd','2868510wkaAJE','EventHandler','unhandledErrors','lTeJk','gZQsQ','teardown','removeTestUUID','pid','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','FMsUz','setTestUUID','../../../helpers/test-observability/requestQueueHandler','947947sEUixs','24071JKNkdc','sendTestRunEvent','../../../helpers/test-observability/utils',':hookAnalyticsId','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','MpKyS','4fZPhkQ','27UlPERP','PctGq','getInstance','test','started_at','XhTYM','registerListeners','testStarted','jest-circus','hookAnalyticsId','hook_start','HookFinished','6335170lftpDg','JocLr','vPrim','hook','QgVgM','YjlSP','efSAK','markedStatus','EVENT','30EuNZcK','HookRunStarted','../../../helpers/testhub/constants','shutdown','1846755nleIFk','afterEach','jest-circus/build/utils.js','qGvww','TestRunSkipped','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','type','TItOc','HookStarted','toISOString','2510880wmnfYo','hook_failure','../test-observability/obsReporter','forEach','beforeEach','../../../helpers/helper','Cowbq','giNDq','errorsDetailed','initialize','test_skip','../../../helpers/testhub/utils','EJZod','removeAllListeners','test_start','CupKc','1774716qOUVvE','name','RMVxa','QFDHO','SYwHb','../test-observability/test-details','keys','ECFVE'];a17_0x6a28=function(){return _0x5bc658;};return a17_0x6a28();}(function(_0x2c3f9b,_0x48bbf6){const _0x3a358b=a17_0x3c64,_0x4a472b=_0x2c3f9b();while(!![]){try{const _0x55f3ea=-parseInt(_0x3a358b(0x19c))/0x1*(parseInt(_0x3a358b(0x1b8))/0x2)+-parseInt(_0x3a358b(0x1d6))/0x3+-parseInt(_0x3a358b(0x1a2))/0x4*(-parseInt(_0x3a358b(0x1bc))/0x5)+-parseInt(_0x3a358b(0x1e0))/0x6+-parseInt(_0x3a358b(0x19b))/0x7+-parseInt(_0x3a358b(0x1c6))/0x8+-parseInt(_0x3a358b(0x1a3))/0x9*(-parseInt(_0x3a358b(0x1af))/0xa);if(_0x55f3ea===_0x48bbf6)break;else _0x4a472b['push'](_0x4a472b['shift']());}catch(_0x5238c7){_0x4a472b['push'](_0x4a472b['shift']());}}}(a17_0x6a28,0x5f30b));const {requireModule}=require(a17_0x1620d0(0x1cb)),ObservabilityReporter=require(a17_0x1620d0(0x1c8)),RequestQueueHandler=require(a17_0x1620d0(0x19a)),TestDetails=require(a17_0x1620d0(0x1db)),{patchConsoleLogger,debug}=require(a17_0x1620d0(0x19e)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a17_0x1620d0(0x1d1)),testHubConstants=require(a17_0x1620d0(0x1ba)),exportsI=requireModule(a17_0x1620d0(0x1a0),'jest-circus'),initInitialize=exportsI[a17_0x1620d0(0x1cf)];exportsI['initialize']=(..._0x1d04ea)=>{const _0x1a6841=a17_0x1620d0,_0x367223={'YjlSP':function(_0x25fcfb,_0x1092c3,_0x383595){return _0x25fcfb(_0x1092c3,_0x383595);},'FMsUz':_0x1a6841(0x1be),'QFDHO':_0x1a6841(0x1ab),'ECFVE':_0x1a6841(0x1ad),'SYwHb':function(_0x325285,_0x14932c){return _0x325285(_0x14932c);},'CNgpd':_0x1a6841(0x1b9),'CupKc':'hook_success','Cowbq':_0x1a6841(0x1de),'giNDq':_0x1a6841(0x1c7),'TItOc':'beforeAll','kJOXq':_0x1a6841(0x1ca),'vPrim':_0x1a6841(0x1bd),'MpKyS':function(_0x1c4edc,_0xc075f8){return _0x1c4edc>_0xc075f8;},'PctGq':_0x1a6841(0x1d4),'efSAK':function(_0x456452){return _0x456452();},'lJQpM':'test_done','EJZod':function(_0x3ce885,_0x2eb8dc){return _0x3ce885(_0x2eb8dc);},'PWojF':_0x1a6841(0x1d0),'JocLr':function(_0x5c7c63){return _0x5c7c63();},'GAjaF':_0x1a6841(0x1c0),'EkXDT':'run_describe_finish','GzyxB':_0x1a6841(0x1e5),'lTeJk':function(_0x1b745d){return _0x1b745d();},'qGvww':function(_0x24e0ec){return _0x24e0ec();},'RMVxa':'jest-circus/build/state.js','QgVgM':_0x1a6841(0x1e1),'gZQsQ':function(_0x45ce1d,..._0x1e3fc1){return _0x45ce1d(..._0x1e3fc1);}};try{const _0x22b906=new ObservabilityReporter();_0x367223[_0x1a6841(0x1b5)](shouldProcessEventForTesthub)&&(_0x367223[_0x1a6841(0x1e3)](patchConsoleLogger),_0x22b906[_0x1a6841(0x1a9)]()),_0x367223[_0x1a6841(0x1bf)](shouldProcessEventForTesthub)&&_0x367223[_0x1a6841(0x1b4)](requireModule,_0x367223[_0x1a6841(0x1d8)],_0x367223[_0x1a6841(0x1d9)])['addEventHandler'](_0x367223[_0x1a6841(0x1b4)](o11yErrorHandler,async(_0x2309fc,_0x544809)=>{const _0x2e83be=_0x1a6841,_0x34cb05=_0x367223['YjlSP'](requireModule,_0x367223[_0x2e83be(0x198)],_0x367223[_0x2e83be(0x1d9)])['makeSingleTestResult'];switch(_0x2309fc[_0x2e83be(0x1d7)]){case _0x367223[_0x2e83be(0x1dd)]:if(_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1c4)])){if(!_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]){const _0x427d25=TestDetails[_0x2e83be(0x199)](process[_0x2e83be(0x196)]+_0x2e83be(0x19f));_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]=_0x427d25;}else _0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1b6)]&&(_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]=TestDetails['setTestUUID'](process[_0x2e83be(0x196)]+_0x2e83be(0x19f)),delete _0x2309fc['hook'][_0x2e83be(0x1b6)]);_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1a7)]=new Date()[_0x2e83be(0x1c5)](),await _0x22b906[_0x2e83be(0x19d)](_0x2309fc['hook'],undefined,![],_0x367223[_0x2e83be(0x1df)]);}break;case _0x367223[_0x2e83be(0x1d5)]:_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1ae)])&&(await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1b2)],undefined,![],_0x367223[_0x2e83be(0x1cc)]),TestDetails[_0x2e83be(0x1e6)](process['pid']+':hookAnalyticsId'));break;case _0x367223[_0x2e83be(0x1cd)]:[_0x367223[_0x2e83be(0x1c3)],_0x367223['kJOXq'],_0x367223[_0x2e83be(0x1b1)]]['includes'](_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1c2)])&&(_0x22b906['hook_failure']=_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1c2)]),_0x544809[_0x2e83be(0x1e2)]&&_0x367223[_0x2e83be(0x1a1)](_0x544809[_0x2e83be(0x1e2)]['length'],0x0)&&(_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ce)]=[_0x544809[_0x2e83be(0x1e2)][0x0][0x0]]);_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1ae)])&&(await _0x22b906['sendTestRunEvent'](_0x2309fc['hook'],undefined,![],_0x367223[_0x2e83be(0x1cc)]),TestDetails['removeTestUUID'](process[_0x2e83be(0x196)]+':hookAnalyticsId'));break;case _0x367223[_0x2e83be(0x1a4)]:_0x367223[_0x2e83be(0x1b5)](shouldProcessEventForTesthub)&&await _0x22b906[_0x2e83be(0x1aa)](_0x2309fc[_0x2e83be(0x1a6)]);break;case _0x367223['lJQpM']:_0x2309fc[_0x2e83be(0x1a6)]={..._0x367223[_0x2e83be(0x1d2)](_0x34cb05,_0x2309fc[_0x2e83be(0x1a6)]),..._0x2309fc[_0x2e83be(0x1a6)]};_0x367223[_0x2e83be(0x1b5)](shouldProcessEventForTesthub)&&(!_0x2309fc[_0x2e83be(0x1a6)][_0x2e83be(0x1b6)]&&(_0x2309fc['test']['markedStatus']=!![],await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1a6)])));break;case _0x367223['PWojF']:_0x2309fc[_0x2e83be(0x1a6)]={..._0x367223['SYwHb'](_0x34cb05,_0x2309fc[_0x2e83be(0x1a6)]),..._0x2309fc[_0x2e83be(0x1a6)]};_0x367223[_0x2e83be(0x1b0)](shouldProcessEventForTesthub)&&(!_0x2309fc[_0x2e83be(0x1a6)][_0x2e83be(0x1b6)]&&(_0x2309fc[_0x2e83be(0x1a6)]['markedStatus']=!![],await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1a6)],undefined,![],_0x367223['GAjaF'])));break;case _0x367223['EkXDT']:_0x22b906[_0x2e83be(0x1c7)]=null;break;case _0x367223['GzyxB']:await RequestQueueHandler[_0x2e83be(0x1a5)]()[_0x2e83be(0x1bb)](),process[_0x2e83be(0x1d3)]();break;default:}},_0x367223[_0x1a6841(0x1b3)]));}catch(_0x3bc744){_0x367223[_0x1a6841(0x1d2)](debug,_0x1a6841(0x197)+_0x3bc744);}return _0x367223[_0x1a6841(0x1e4)](initInitialize,..._0x1d04ea);};try{Object[a17_0x1620d0(0x1dc)](exportsI)[a17_0x1620d0(0x1c9)](_0x350152=>{const _0x3b0817=a17_0x1620d0,_0x4549d6={'XhTYM':function(_0x3c6015,_0x1e1281){return _0x3c6015(_0x1e1281);}};try{exports&&(exports[_0x350152]=exportsI[_0x350152]);}catch(_0x5c379e){_0x4549d6[_0x3b0817(0x1a8)](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0x5c379e);}});}catch(a17_0x53d810){debug(a17_0x1620d0(0x1c1)+a17_0x53d810);}
@@ -1 +1 @@
1
- 'use strict';const a18_0x546191=a18_0x2e9e;function a18_0x12ef(){const _0xdbdb5=['_globalConfig','10EkdIvw','VHpkx','length','jest-runner','180zqmEev','capabilities','parallels__','96416oESTOB','false','2513335WhUJjy','dXdjE','default','ZqzYM','forEach','119278vKLsKg','exports','1016715DXfcLi','475222WfhqKR','slice','runTests','162774wRHCUf','VVHee','6qyrYuc','SWOfw','12qXDYaL','testEnvironmentOptions','push','config','serial__','1924740LnuCNv','freeze','context'];a18_0x12ef=function(){return _0xdbdb5;};return a18_0x12ef();}(function(_0x1fe2ed,_0x1eaffe){const _0x1c9bd8=a18_0x2e9e,_0x526007=_0x1fe2ed();while(!![]){try{const _0x30201a=-parseInt(_0x1c9bd8(0x16b))/0x1*(parseInt(_0x1c9bd8(0x158))/0x2)+-parseInt(_0x1c9bd8(0x15e))/0x3*(-parseInt(_0x1c9bd8(0x162))/0x4)+-parseInt(_0x1c9bd8(0x153))/0x5*(-parseInt(_0x1c9bd8(0x160))/0x6)+-parseInt(_0x1c9bd8(0x15a))/0x7+parseInt(_0x1c9bd8(0x172))/0x8*(parseInt(_0x1c9bd8(0x16f))/0x9)+parseInt(_0x1c9bd8(0x167))/0xa+-parseInt(_0x1c9bd8(0x15b))/0xb;if(_0x30201a===_0x1eaffe)break;else _0x526007['push'](_0x526007['shift']());}catch(_0x522884){_0x526007['push'](_0x526007['shift']());}}}(a18_0x12ef,0x4cb06));function a18_0x2e9e(_0xee4334,_0x5633b4){const _0x12ef67=a18_0x12ef();return a18_0x2e9e=function(_0x2e9e80,_0x540356){_0x2e9e80=_0x2e9e80-0x153;let _0x1ef229=_0x12ef67[_0x2e9e80];return _0x1ef229;},a18_0x2e9e(_0xee4334,_0x5633b4);}const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a18_0x2fe4d5={};a18_0x2fe4d5['value']=!![],Object['defineProperty'](exports,'__esModule',a18_0x2fe4d5),exports[a18_0x546191(0x155)]=void 0x0;function _interopRequireDefault(_0x266f72){return _0x266f72&&_0x266f72['__esModule']?_0x266f72:{'default':_0x266f72};}const JestRunner=_interopRequireDefault(requireModule(a18_0x546191(0x16e)))[a18_0x546191(0x155)];class TestRunner extends JestRunner{constructor(..._0x7e210e){super(..._0x7e210e);}[a18_0x546191(0x15d)](..._0x44b6ce){const _0x18aadd=a18_0x546191,_0x54565b={'dXdjE':function(_0x2f0c4b){return _0x2f0c4b();},'VHpkx':function(_0x2280f7,_0x373039){return _0x2280f7-_0x373039;},'VVHee':function(_0x497460,_0x2308d3){return _0x497460*_0x2308d3;},'tFztw':function(_0x3b8358,_0xa7e651){return _0x3b8358===_0xa7e651;},'ZqzYM':_0x18aadd(0x173),'SWOfw':function(_0x37a175,_0x4a2df0){return _0x37a175<_0x4a2df0;}};if(!_0x54565b[_0x18aadd(0x154)](isBrowserstackInfra))return super['runTests'](..._0x44b6ce);const _0x13f319=_0x44b6ce[0x0],_0x5a46df=_0x44b6ce[_0x54565b[_0x18aadd(0x16c)](_0x44b6ce[_0x18aadd(0x16d)],0x1)],_0x2180dd=_0x13f319[0x0][_0x18aadd(0x169)][_0x18aadd(0x165)][_0x18aadd(0x163)][_0x18aadd(0x170)],_0x513645=_0x13f319[0x0]['context'][_0x18aadd(0x165)]['testEnvironmentOptions'][_0x18aadd(0x171)];_0x513645&&(this[_0x18aadd(0x16a)]=Object['freeze']({...this[_0x18aadd(0x16a)],'maxWorkers':_0x54565b[_0x18aadd(0x15f)](_0x513645,_0x2180dd[_0x18aadd(0x16d)])}));_0x54565b['tFztw'](_0x13f319[0x0][_0x18aadd(0x169)][_0x18aadd(0x165)][_0x18aadd(0x163)][_0x18aadd(0x166)],_0x54565b[_0x18aadd(0x156)])&&(_0x5a46df&&(_0x5a46df['serial']=![]));const _0x21f4c3=[];for(let _0x36d423=0x0;_0x54565b[_0x18aadd(0x161)](_0x36d423,_0x13f319[_0x18aadd(0x16d)]);_0x36d423++){const _0x189e83=[];_0x2180dd[_0x18aadd(0x157)]((_0x203d90,_0x42a87d)=>{const _0x5cd86f=_0x18aadd,_0x4485c9={..._0x13f319[_0x36d423]},_0xc23c2d=_0x4485c9;_0xc23c2d['context']=Object[_0x5cd86f(0x168)]({..._0xc23c2d[_0x5cd86f(0x169)],'config':{..._0xc23c2d['context']['config'],'capability':_0x203d90,'browserstackPlatformIndex':_0x42a87d}}),_0x189e83[_0x5cd86f(0x164)](_0xc23c2d);}),_0x21f4c3[_0x18aadd(0x164)](..._0x189e83);}return super['runTests'](_0x21f4c3,..._0x44b6ce[_0x18aadd(0x15c)](0x1));}}module[a18_0x546191(0x159)]=TestRunner;
1
+ 'use strict';const a18_0x36da4e=a18_0x4914;function a18_0x4914(_0x5560ef,_0x448be6){const _0x67cf80=a18_0x67cf();return a18_0x4914=function(_0x49142b,_0x2d8f9b){_0x49142b=_0x49142b-0x1a9;let _0x5184d5=_0x67cf80[_0x49142b];return _0x5184d5;},a18_0x4914(_0x5560ef,_0x448be6);}(function(_0x17c93a,_0xcef7ef){const _0x5c586e=a18_0x4914,_0x17e940=_0x17c93a();while(!![]){try{const _0x4fa6e4=parseInt(_0x5c586e(0x1b6))/0x1*(parseInt(_0x5c586e(0x1c6))/0x2)+-parseInt(_0x5c586e(0x1b4))/0x3*(-parseInt(_0x5c586e(0x1b1))/0x4)+-parseInt(_0x5c586e(0x1b8))/0x5+parseInt(_0x5c586e(0x1c3))/0x6*(parseInt(_0x5c586e(0x1ad))/0x7)+-parseInt(_0x5c586e(0x1b9))/0x8+-parseInt(_0x5c586e(0x1c8))/0x9+parseInt(_0x5c586e(0x1b3))/0xa;if(_0x4fa6e4===_0xcef7ef)break;else _0x17e940['push'](_0x17e940['shift']());}catch(_0x41f77c){_0x17e940['push'](_0x17e940['shift']());}}}(a18_0x67cf,0x854c0));const {requireModule,isBrowserstackInfra}=require(a18_0x36da4e(0x1b7)),a18_0x30f444={};a18_0x30f444[a18_0x36da4e(0x1c0)]=!![],Object[a18_0x36da4e(0x1c2)](exports,a18_0x36da4e(0x1c5),a18_0x30f444),exports[a18_0x36da4e(0x1c7)]=void 0x0;function _interopRequireDefault(_0x2521af){const _0x17c260=a18_0x36da4e;return _0x2521af&&_0x2521af[_0x17c260(0x1c5)]?_0x2521af:{'default':_0x2521af};}const JestRunner=_interopRequireDefault(requireModule(a18_0x36da4e(0x1ac)))['default'];class TestRunner extends JestRunner{constructor(..._0x2c2af5){super(..._0x2c2af5);}['runTests'](..._0x1d1c6e){const _0x541fcb=a18_0x36da4e,_0x4af9e8={'OZJYR':function(_0x3815dd){return _0x3815dd();},'jLLEH':function(_0x357a1a,_0x32e670){return _0x357a1a-_0x32e670;},'kMqWL':function(_0x1a3fdd,_0x5c9c8a){return _0x1a3fdd*_0x5c9c8a;},'UnXYQ':function(_0x30a736,_0x59cc14){return _0x30a736===_0x59cc14;},'EiQwz':_0x541fcb(0x1b5),'DmHaf':function(_0x43f2d1,_0xb0813f){return _0x43f2d1<_0xb0813f;}};if(!_0x4af9e8[_0x541fcb(0x1a9)](isBrowserstackInfra))return super['runTests'](..._0x1d1c6e);const _0x4bc35e=_0x1d1c6e[0x0],_0x10fffe=_0x1d1c6e[_0x4af9e8['jLLEH'](_0x1d1c6e['length'],0x1)],_0x3cb834=_0x4bc35e[0x0]['context']['config'][_0x541fcb(0x1c1)][_0x541fcb(0x1c4)],_0x4cd897=_0x4bc35e[0x0][_0x541fcb(0x1bd)][_0x541fcb(0x1c9)][_0x541fcb(0x1c1)][_0x541fcb(0x1bb)];_0x4cd897&&(this['_globalConfig']=Object[_0x541fcb(0x1ba)]({...this['_globalConfig'],'maxWorkers':_0x4af9e8[_0x541fcb(0x1ae)](_0x4cd897,_0x3cb834[_0x541fcb(0x1af)])}));_0x4af9e8[_0x541fcb(0x1bf)](_0x4bc35e[0x0][_0x541fcb(0x1bd)]['config'][_0x541fcb(0x1c1)]['serial__'],_0x4af9e8[_0x541fcb(0x1b2)])&&(_0x10fffe&&(_0x10fffe[_0x541fcb(0x1aa)]=![]));const _0x3f6451=[];for(let _0x105242=0x0;_0x4af9e8['DmHaf'](_0x105242,_0x4bc35e['length']);_0x105242++){const _0x3bffa2=[];_0x3cb834['forEach']((_0x1215b5,_0x50be0c)=>{const _0x308dfb=_0x541fcb,_0x1443a8={..._0x4bc35e[_0x105242]},_0x58e9ca=_0x1443a8;_0x58e9ca['context']=Object[_0x308dfb(0x1ba)]({..._0x58e9ca[_0x308dfb(0x1bd)],'config':{..._0x58e9ca[_0x308dfb(0x1bd)][_0x308dfb(0x1c9)],'capability':_0x1215b5,'browserstackPlatformIndex':_0x50be0c}}),_0x3bffa2[_0x308dfb(0x1b0)](_0x58e9ca);}),_0x3f6451['push'](..._0x3bffa2);}return super[_0x541fcb(0x1be)](_0x3f6451,..._0x1d1c6e[_0x541fcb(0x1ab)](0x1));}}function a18_0x67cf(){const _0x1e2271=['context','runTests','UnXYQ','value','testEnvironmentOptions','defineProperty','1548iIulrH','capabilities','__esModule','1829278oYljfl','default','4973292MVuWSJ','config','OZJYR','serial','slice','jest-runner','24941OKveMS','kMqWL','length','push','4GNPqrk','EiQwz','655990tlujRD','1221936yDODet','false','1vhIPcb','../../../helpers/helper','3833795tgzxSA','3531784URVaxx','freeze','parallels__','exports'];a18_0x67cf=function(){return _0x1e2271;};return a18_0x67cf();}module[a18_0x36da4e(0x1bc)]=TestRunner;
@@ -1 +1 @@
1
- const a19_0x10f648=a19_0x210c;(function(_0x329c21,_0x42268d){const _0x4b1086=a19_0x210c,_0x13fea3=_0x329c21();while(!![]){try{const _0x4673dc=-parseInt(_0x4b1086(0x236))/0x1*(-parseInt(_0x4b1086(0x1e5))/0x2)+-parseInt(_0x4b1086(0x1d4))/0x3*(parseInt(_0x4b1086(0x1d0))/0x4)+-parseInt(_0x4b1086(0x258))/0x5*(parseInt(_0x4b1086(0x216))/0x6)+parseInt(_0x4b1086(0x22e))/0x7+-parseInt(_0x4b1086(0x1f3))/0x8*(parseInt(_0x4b1086(0x1eb))/0x9)+-parseInt(_0x4b1086(0x252))/0xa+-parseInt(_0x4b1086(0x20a))/0xb*(-parseInt(_0x4b1086(0x266))/0xc);if(_0x4673dc===_0x42268d)break;else _0x13fea3['push'](_0x13fea3['shift']());}catch(_0x2a0600){_0x13fea3['push'](_0x13fea3['shift']());}}}(a19_0xa17b,0xf3dfd));const util=require(a19_0x10f648(0x1f8)),{sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a19_0x10f648(0x24a));let __error_messages__=[];const RequestQueueHandler=require(a19_0x10f648(0x1e1));jest['setTimeout'](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x10f648(0x22a)),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a19_0x10f648(0x1fb))['winstonLogger'],TestDetails=require(a19_0x10f648(0x1ce)),PerformanceTester=require(a19_0x10f648(0x1de)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require(a19_0x10f648(0x207)),globals=require(a19_0x10f648(0x1d6)),{shouldProcessEventForTesthub}=require(a19_0x10f648(0x248)),testHubConstants=require(a19_0x10f648(0x262));globals[a19_0x10f648(0x1e0)]=browserStackGlobals;function stripUnicode(_0x1938c4){const _0x802d77=a19_0x10f648;return _0x1938c4['replace'](/\\u001b\[.*?m/g,'')[_0x802d77(0x213)](0x1,-0x1);}async function setContext(){const _0x37535a=a19_0x10f648,_0x59d15f={'wMxfk':function(_0x2a9f94){return _0x2a9f94();},'hLLmt':_0x37535a(0x238),'omNFE':function(_0x1cdb37,_0x308f45){return _0x1cdb37!==_0x308f45;},'SKCzU':_0x37535a(0x210),'yTLml':function(_0x4c1a6e,_0x364535){return _0x4c1a6e>_0x364535;},'ckBHY':function(_0x2509c4,_0x24ba59){return _0x2509c4(_0x24ba59);},'KDpUk':function(_0x5e90de,_0x2efaa7){return _0x5e90de(_0x2efaa7);}};if(!_0x59d15f[_0x37535a(0x22b)](isBrowserstackInfra))return;const _0x34f52b=expect[_0x37535a(0x271)]()[_0x37535a(0x253)];globals['setGlobal'](_0x59d15f[_0x37535a(0x229)],_0x34f52b);!sessionNameProvided&&await PerformanceTester[_0x37535a(0x217)](PerformanceAutEvents[_0x37535a(0x205)],async()=>{const _0x54aa13=_0x37535a;await __drivers[0x0][_0x54aa13(0x219)](_0x54aa13(0x224)+_0x34f52b+_0x54aa13(0x21b));})();let _0x5899d2=null,_0x449588=![];_0x59d15f[_0x37535a(0x25f)](typeof jasmine,_0x59d15f[_0x37535a(0x1fa)])?jasmine[_0x37535a(0x234)][_0x37535a(0x220)]&&_0x59d15f[_0x37535a(0x249)](jasmine['currentTest'][_0x37535a(0x220)]['length'],0x0)?(_0x449588=!![],_0x5899d2=_0x59d15f[_0x37535a(0x1f0)](stripUnicode,JSON[_0x37535a(0x1f9)](jasmine[_0x37535a(0x234)]['failedExpectations'][0x0][_0x37535a(0x20b)]))):_0x5899d2=_0x59d15f['ckBHY'](stripUnicode,JSON[_0x37535a(0x1f9)](jasmine['currentTest']['description'])):testContext[_0x37535a(0x22c)]&&_0x59d15f['yTLml'](testContext[_0x37535a(0x22c)]['length'],0x0)?(_0x449588=!![],_0x5899d2=_0x59d15f[_0x37535a(0x204)](stripUnicode,JSON[_0x37535a(0x1f9)](testContext[_0x37535a(0x22c)][0x0][0x0]['message']||testContext[_0x37535a(0x22c)][0x0][0x0]))):_0x5899d2=_0x59d15f[_0x37535a(0x204)](stripUnicode,JSON['stringify'](testContext[_0x37535a(0x1ed)])),_0x449588?(__error_messages__[_0x37535a(0x23e)](_0x5899d2),await __drivers[0x0]['executeScript'](_0x37535a(0x26b)+_0x5899d2+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0x37535a(0x219)](_0x37535a(0x226)+_0x5899d2+_0x37535a(0x257));}function a19_0xa17b(){const _0xde5a34=['command','./test-observability/test-details','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','96AoJnpv','error','http:','setTimeout','51693DvAxeK','DRRlW','../../helpers/globals','performScan','onfZF','4|1|0|2|3','percy','yMySb','SESSION_STATUS','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/performance/performance-tester','afterAll','browserStackGlobals','../../helpers/test-observability/requestQueueHandler','txOOt','YWVSg','app','4346THtFHe','fMyvY','eHoCt','afterTest','BROWSERSTACK_TESTHUB_UUID','startMonitoring','21474MONmEJ','RXpQk','name','SYNC','join','ckBHY','JDTxN','YXOJx','5256TQFuil','OATui','setGlobal','isAccessibilityPlatform','isArray','util','stringify','SKCzU','../../helpers/logger','getEnv','length','addReporter','saveTestResults','protocol','getCurrentUrl',',\x22level\x22:\x20\x22','Hdcoj','KDpUk','SESSION_NAME','dUaBB','../../helpers/accessibility-automation/scripts','env','testcase','29732164CEnmpa','message','__drivers','qUGQz','COzMo','IxeMT','undefined','rwMRs','UkLIG','slice','wMAyW','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','726114jWtXgw','measureWrapper','WqBnO','executeScript','percyCaptureMode','\x22}}','Pbkfo','qzIhk','passed','oHTAM','failedExpectations','yhWWb','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','Oqdfq','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','debug','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','info','Performing\x20scan\x20before\x20saving\x20results','hLLmt','../../helpers/accessibility-automation/helper','wMxfk','errors','https:','11819941GQyqfG','browserstackSessionName','executeAsyncScript','session_','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','fWAEU','currentTest','POBnt','269cwwNFx','.\x20Error\x20:','browserstackTestName','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','bstackA11yShouldScan','now','KisOW','capabilities','push','Failed\x20to\x20store\x20session\x20name:\x20','lYLRI','appium:app','getTestUUID','SDK_HOOK','PERFORM_SCAN','PbVBj','quitCount_','CSNLw','../../helpers/testhub/utils','yTLml','../../helpers/helper','start','xukjx','getInstance','stopMonitoring','ObservabilitySync:','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','fvWyy','18749500xPaAXe','currentTestName','pendingUploads',':testAnalyticsId','pid','\x22,\x22level\x22:\x20\x22info\x22}}','5LpJjYu','jbhrX','beforeAll','log','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','BWZXn','vkEFP','omNFE','mfZIq','IiCLA','../../helpers/testhub/constants','split','VEFQG','SdvFv','12mtXCle','end','afterEach','SwUuN','jHVLV','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','hookType','getGlobal','\x20|\x20','dHKAZ','wxywa','getState','shift','lcczI'];a19_0xa17b=function(){return _0xde5a34;};return a19_0xa17b();}const executeAnnotate=async(_0x28d3f0,_0x3d3cf2)=>{const _0x2bea85=a19_0x10f648;await global[_0x2bea85(0x20c)][0x0][_0x2bea85(0x219)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x28d3f0+_0x2bea85(0x202)+_0x3d3cf2+_0x2bea85(0x21b));};function a19_0x210c(_0x46ad4c,_0x3ddee8){const _0xa17bf6=a19_0xa17b();return a19_0x210c=function(_0x210c0d,_0x3f4775){_0x210c0d=_0x210c0d-0x1ce;let _0x16020b=_0xa17bf6[_0x210c0d];return _0x16020b;},a19_0x210c(_0x46ad4c,_0x3ddee8);}async function driverCleanup(){const _0x2acd53=a19_0x10f648,_0x82e3fc={'lYLRI':function(_0x1d72ad){return _0x1d72ad();},'oHTAM':'0|1|3|2|4','fWAEU':function(_0x4a5438,_0x450a0e){return _0x4a5438>_0x450a0e;},'YWVSg':function(_0x315621,_0x3546f5,_0x2f5a31,_0x151a3c){return _0x315621(_0x3546f5,_0x2f5a31,_0x151a3c);},'IxeMT':'failed','UkLIG':_0x2acd53(0x26e),'DXIQC':function(_0x2a4800,_0x1ac03e,_0x173694){return _0x2a4800(_0x1ac03e,_0x173694);},'wMAyW':_0x2acd53(0x21e)};if(!_0x82e3fc[_0x2acd53(0x240)](isBrowserstackInfra))return;let _0x396cc2=![];try{const _0x309b8=_0x82e3fc[_0x2acd53(0x21f)][_0x2acd53(0x263)]('|');let _0x5a53ec=0x0;while(!![]){switch(_0x309b8[_0x5a53ec++]){case'0':PerformanceTester[_0x2acd53(0x24b)](PerformanceAutEvents[_0x2acd53(0x1dc)]);continue;case'1':await __drivers[0x0][_0x2acd53(0x231)];continue;case'2':_0x82e3fc[_0x2acd53(0x233)](__error_messages__[_0x2acd53(0x1fd)],0x0)?await _0x82e3fc[_0x2acd53(0x1e3)](markSessionStatus,__drivers[0x0],_0x82e3fc[_0x2acd53(0x20f)],__error_messages__[_0x2acd53(0x1ef)](_0x82e3fc[_0x2acd53(0x212)])):await _0x82e3fc['DXIQC'](markSessionStatus,__drivers[0x0],_0x82e3fc[_0x2acd53(0x214)]);continue;case'3':_0x396cc2=!![];continue;case'4':PerformanceTester[_0x2acd53(0x267)](PerformanceAutEvents[_0x2acd53(0x1dc)],!![]);continue;}break;}}catch(_0x427273){console['log'](_0x427273),PerformanceTester[_0x2acd53(0x267)](PerformanceAutEvents[_0x2acd53(0x1dc)],![],_0x427273);}__error_messages__=[];if(_0x396cc2)try{await __drivers[0x0]['initQuit']();}catch(_0x13832e){console[_0x2acd53(0x25b)](_0x13832e);}}beforeAll(async()=>{const _0x435e20=a19_0x10f648,_0xbc0e28={'yZXZD':function(_0x1e9f77,_0x32a3fa){return _0x1e9f77!==_0x32a3fa;},'DErTk':'undefined','eHoCt':_0x435e20(0x25a),'fMyvY':function(_0xa30f39){return _0xa30f39();},'SdvFv':function(_0x3b2e1e,_0x38093b,_0x3d822a){return _0x3b2e1e(_0x38093b,_0x3d822a);}};PerformanceTester[_0x435e20(0x1ea)](),PerformanceTester[_0x435e20(0x24b)](PerformanceHookEvents['SDK_HOOK']);const _0x3b4e55='browserstack internal helper hook';_0xbc0e28['yZXZD'](typeof jasmine,_0xbc0e28['DErTk'])&&jasmine[_0x435e20(0x1fc)]()[_0x435e20(0x1fe)]({'specStarted':_0x327fe7=>{const _0x1ffce8=_0x435e20;jasmine[_0x1ffce8(0x234)]=_0x327fe7;}});let _0x110121=![];try{await __drivers[0x0][_0x435e20(0x231)],_0x110121=!![];}catch(_0xde5e0c){logger[_0x435e20(0x225)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0xde5e0c);const _0x125a8b={};_0x125a8b['hookType']=_0xbc0e28[_0x435e20(0x1e7)],PerformanceTester[_0x435e20(0x267)](PerformanceHookEvents['SDK_HOOK'],![],_0xde5e0c,_0x125a8b);}if(_0x110121)try{_0xbc0e28[_0x435e20(0x1e6)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0xbc0e28[_0x435e20(0x265)](sendPlatformDetails,__drivers[0x0],TestDetails['getTestUUID'](process[_0x435e20(0x256)]+':testAnalyticsId')));}catch(_0x5a6e56){logger['debug'](_0x435e20(0x239)+_0x5a6e56);const _0x4c02a1={};_0x4c02a1[_0x435e20(0x26c)]=_0xbc0e28['eHoCt'],PerformanceTester[_0x435e20(0x267)](PerformanceHookEvents[_0x435e20(0x243)],![],_0x5a6e56,_0x4c02a1);}const _0x11bd09={};_0x11bd09[_0x435e20(0x26c)]=_0xbc0e28[_0x435e20(0x1e7)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x11bd09);}),beforeEach(async()=>{const _0x567424=a19_0x10f648,_0x3c21ba={'DRRlW':_0x567424(0x238),'eqvJL':function(_0x325225,_0x648923,_0x33db4b){return _0x325225(_0x648923,_0x33db4b);},'SwUuN':_0x567424(0x1d9),'CSNLw':function(_0x2d5233,_0x10d6e2){return _0x2d5233>_0x10d6e2;},'BWZXn':function(_0x1443c0){return _0x1443c0();},'IiCLA':function(_0x1d9560,_0x3a963f){return _0x1d9560>_0x3a963f;},'txOOt':function(_0xcd7811,_0x1d66f7){return _0xcd7811>_0x1d66f7;},'qzIhk':function(_0x10f7c6){return _0x10f7c6();},'YXOJx':'beforeEach','cQtre':_0x567424(0x23a),'PbVBj':function(_0x56c247,_0x59979f){return _0x56c247>_0x59979f;},'rwMRs':_0x567424(0x1f6),'cMGoU':function(_0x46ee76,_0x1ca237){return _0x46ee76===_0x1ca237;},'jHVLV':_0x567424(0x1d2),'Pbkfo':function(_0x519bb9,_0xca5a45){return _0x519bb9===_0xca5a45;},'dUaBB':_0x567424(0x22d),'WqBnO':_0x567424(0x215),'COzMo':function(_0x1a41e8,_0x42de2f){return _0x1a41e8>_0x42de2f;},'MpMKz':function(_0x2cf01b){return _0x2cf01b();}};PerformanceTester['start'](PerformanceHookEvents[_0x567424(0x243)]);const _0x3f171e='browserstack internal helper hook';let _0xf0c7ef=!![];try{const _0x2f2da0=expect[_0x567424(0x271)]()[_0x567424(0x253)];globals[_0x567424(0x1f5)](_0x3c21ba[_0x567424(0x1d5)],_0x2f2da0);const _0x58b685=_0x3c21ba['eqvJL'](shouldScanTestForAccessibility,_0x2f2da0,![]);try{const _0x34a933=_0x3c21ba[_0x567424(0x269)][_0x567424(0x263)]('|');let _0x576984=0x0;while(!![]){switch(_0x34a933[_0x576984++]){case'0':_0x3c21ba[_0x567424(0x247)](__drivers[_0x567424(0x1fd)],0x1)&&(await _0x3c21ba[_0x567424(0x25d)](driverCleanup),__drivers['shift']());continue;case'1':global[_0x567424(0x22f)]=_0x2f2da0;continue;case'2':_0x3c21ba[_0x567424(0x261)](__drivers[_0x567424(0x1fd)],0x0)&&(__drivers[0x0][_0x567424(0x22f)]=_0x2f2da0,__drivers[0x0]['bstackA11yShouldScan']=_0x58b685);continue;case'3':_0x3c21ba['IiCLA'](__drivers[_0x567424(0x1fd)],0x0)&&_0x3c21ba[_0x567424(0x1e2)](__drivers[0x0][_0x567424(0x246)],0x0)&&(_0xf0c7ef=![],await _0x3c21ba['qzIhk'](driverCleanup));continue;case'4':Array[_0x567424(0x1f7)](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x567424(0x22f)]=_0x2f2da0);continue;}break;}}catch(_0x45bf4f){logger[_0x567424(0x225)](_0x567424(0x23f)+_0x45bf4f);const _0x47754d={};_0x47754d[_0x567424(0x26c)]=_0x3c21ba[_0x567424(0x1f2)],PerformanceTester[_0x567424(0x267)](PerformanceHookEvents[_0x567424(0x243)],![],_0x45bf4f,_0x47754d);}globals[_0x567424(0x1f5)](_0x3c21ba['cQtre'],_0x58b685);if(_0x3c21ba[_0x567424(0x21d)](isAccessibilityAutomationSession)&&_0xf0c7ef&&Array[_0x567424(0x1f7)](__drivers)&&_0x3c21ba['PbVBj'](__drivers[_0x567424(0x1fd)],0x0)&&globals[_0x567424(0x26d)](_0x3c21ba[_0x567424(0x211)]))try{const _0x175e69=await __drivers[0x0][_0x567424(0x231)];if(_0x175e69){let _0x25cc8e=!![];const _0x127a1c=await __drivers[0x0][_0x567424(0x201)]();let _0x5391bd;try{_0x5391bd=new URL(_0x127a1c);}catch(_0x191d01){_0x25cc8e=![];}_0x25cc8e=_0x3c21ba['cMGoU'](_0x5391bd[_0x567424(0x200)],_0x3c21ba[_0x567424(0x26a)])||_0x3c21ba[_0x567424(0x21c)](_0x5391bd[_0x567424(0x200)],_0x3c21ba[_0x567424(0x206)]),_0x25cc8e&&(_0x58b685&&logger[_0x567424(0x227)](_0x3c21ba[_0x567424(0x218)]));}}catch(_0x59affe){logger[_0x567424(0x1d1)](_0x567424(0x25c)+_0x59affe);const _0x41c206={};_0x41c206[_0x567424(0x26c)]=_0x3c21ba[_0x567424(0x1f2)],PerformanceTester[_0x567424(0x267)](PerformanceHookEvents[_0x567424(0x243)],![],er,_0x41c206);}_0x3c21ba[_0x567424(0x20e)](__drivers[_0x567424(0x1fd)],0x0)&&_0x3c21ba[_0x567424(0x245)](__drivers[0x0][_0x567424(0x246)],0x0)&&await _0x3c21ba['MpMKz'](driverCleanup);}catch(_0x27d40b){logger[_0x567424(0x225)](_0x567424(0x222)+_0x27d40b);const _0x463221={};_0x463221[_0x567424(0x26c)]=_0x3c21ba[_0x567424(0x1f2)],PerformanceTester[_0x567424(0x267)](PerformanceHookEvents[_0x567424(0x243)],![],_0x27d40b,_0x463221);}const _0x587803={};_0x587803[_0x567424(0x26c)]=_0x3c21ba['YXOJx'],PerformanceTester[_0x567424(0x267)](PerformanceHookEvents[_0x567424(0x243)],!![],null,_0x587803);}),afterEach(async()=>{const _0x5d482e=a19_0x10f648,_0x4ba951={'ksprk':function(_0x35fdb7,_0x536cec){return _0x35fdb7>_0x536cec;},'OATui':function(_0x12fff9){return _0x12fff9();},'TnkKk':function(_0x35051a,_0x4ad9c8){return _0x35051a===_0x4ad9c8;},'onfZF':_0x5d482e(0x209),'IYiNe':function(_0x132ec2,_0x34e3dc){return _0x132ec2>_0x34e3dc;},'jbhrX':_0x5d482e(0x241),'mfZIq':function(_0x32d5fe,_0xd2a048,_0x5a2b4e,_0x46b17c){return _0x32d5fe(_0xd2a048,_0x5a2b4e,_0x46b17c);},'VEFQG':_0x5d482e(0x268),'yMySb':function(_0x109dcb,_0x473b91,_0x4e449b){return _0x109dcb(_0x473b91,_0x4e449b);},'blNTO':'isAccessibilityPlatform','mTEbB':_0x5d482e(0x23a),'GJrhp':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','Oqdfq':_0x5d482e(0x228),'JDTxN':_0x5d482e(0x1e8),'RXpQk':_0x5d482e(0x1cf),'yhWWb':function(_0x341b85){return _0x341b85();},'vkEFP':function(_0x220f9b,_0x1233fb){return _0x220f9b>_0x1233fb;},'wxywa':function(_0x21e562,_0x1e26d1,_0xbd14b7){return _0x21e562(_0x1e26d1,_0xbd14b7);},'POBnt':function(_0x186f18){return _0x186f18();},'dHKAZ':_0x5d482e(0x225),'lcczI':function(_0x5a8797,_0x2e9916){return _0x5a8797>_0x2e9916;}};PerformanceTester[_0x5d482e(0x24b)](PerformanceHookEvents['SDK_HOOK']);const _0x2f781a='browserstack internal helper hook';try{_0x4ba951['ksprk'](__drivers['length'],0x1)&&(await _0x4ba951[_0x5d482e(0x1f4)](driverCleanup),__drivers[_0x5d482e(0x272)]());try{if(global[_0x5d482e(0x1da)]&&_0x4ba951['TnkKk'](global[_0x5d482e(0x21a)],_0x4ba951['onfZF'])&&__drivers[0x0]){const _0xd180aa=_0x4ba951['IYiNe'](global[_0x5d482e(0x23d)][_0x5d482e(0x1fd)],0x0)?!!global[_0x5d482e(0x23d)][0x0][_0x5d482e(0x1e4)]||!!global[_0x5d482e(0x23d)][0x0][_0x4ba951[_0x5d482e(0x259)]]:![],_0x588997={};_0x588997[_0x5d482e(0x1e4)]=_0xd180aa,await _0x4ba951[_0x5d482e(0x260)](percyAutoCapture,__drivers[0x0],_0x4ba951[_0x5d482e(0x1d8)],_0x588997);}}catch(_0x473c56){logger[_0x5d482e(0x225)](_0x5d482e(0x232)+_0x473c56);const _0x584683={};_0x584683[_0x5d482e(0x26c)]=_0x4ba951[_0x5d482e(0x264)],PerformanceTester[_0x5d482e(0x267)](PerformanceHookEvents['SDK_HOOK'],![],_0x473c56,_0x584683);}const _0x284725=_0x4ba951[_0x5d482e(0x1db)](shouldScanTestForAccessibility,expect[_0x5d482e(0x271)]()['currentTestName'],![]);try{if(_0x4ba951['OATui'](isAccessibilityAutomationSession)&&globals['getGlobal'](_0x4ba951['blNTO'])&&globals[_0x5d482e(0x26d)](_0x4ba951['mTEbB'])){logger[_0x5d482e(0x227)](_0x4ba951['GJrhp']);const _0x7061c4={'thTestRunUuid':TestDetails['getTestUUID'](process[_0x5d482e(0x256)]+_0x5d482e(0x255)),'thBuildUuid':process[_0x5d482e(0x208)][testHubConstants['ENV_VAR'][_0x5d482e(0x1e9)]],'thJwtToken':process[_0x5d482e(0x208)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_JWT']]};logger[_0x5d482e(0x225)](_0x5d482e(0x1dd)+JSON['stringify'](_0x7061c4)),logger[_0x5d482e(0x225)](_0x4ba951[_0x5d482e(0x223)]);const _0x38e735={};_0x38e735[_0x5d482e(0x274)]=_0x4ba951[_0x5d482e(0x1f1)],await PerformanceTester[_0x5d482e(0x217)](PerformanceA11yEvents[_0x5d482e(0x244)],async()=>{const _0x45f9da=_0x5d482e;logger['debug'](util['format'](await __drivers[0x0][_0x45f9da(0x230)](scripts[_0x45f9da(0x1d7)],{'method':expect[_0x45f9da(0x271)]()['currentTestName']})));},_0x38e735)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4dbf3=_0x5d482e;await __drivers[0x0][_0x4dbf3(0x230)](scripts[_0x4dbf3(0x1ff)],_0x7061c4);})(),logger[_0x5d482e(0x227)](_0x4ba951[_0x5d482e(0x1ec)]);}}catch(_0x2f5e6e){logger[_0x5d482e(0x1d1)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+expect[_0x5d482e(0x271)]()[_0x5d482e(0x253)]+_0x5d482e(0x237),_0x2f5e6e);}await _0x4ba951[_0x5d482e(0x221)](setContext);try{if(_0x4ba951['OATui'](shouldProcessEventForTesthub)){_0x4ba951[_0x5d482e(0x25e)](global[_0x5d482e(0x20c)][_0x5d482e(0x1fd)],0x0)&&global['__drivers'][0x0]&&await _0x4ba951[_0x5d482e(0x270)](sendPlatformDetails,global[_0x5d482e(0x20c)][0x0],TestDetails[_0x5d482e(0x242)](process[_0x5d482e(0x256)]+_0x5d482e(0x255)));if(_0x4ba951['POBnt'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents['SYNC']);const _0x252665=_0x5d482e(0x24f)+Date[_0x5d482e(0x23b)]();await _0x4ba951[_0x5d482e(0x270)](executeAnnotate,JSON[_0x5d482e(0x1f9)](_0x252665),_0x4ba951[_0x5d482e(0x26f)]),PerformanceTester[_0x5d482e(0x267)](PerformanceO11yEvents[_0x5d482e(0x1ee)]);}}}catch(_0x59cbef){logger['debug'](_0x5d482e(0x239)+_0x59cbef),PerformanceTester[_0x5d482e(0x267)](PerformanceO11yEvents[_0x5d482e(0x1ee)],![],_0x59cbef);}_0x4ba951['lcczI'](__drivers[_0x5d482e(0x1fd)],0x0)&&_0x4ba951[_0x5d482e(0x273)](__drivers[0x0][_0x5d482e(0x246)],0x0)&&await _0x4ba951[_0x5d482e(0x235)](driverCleanup);const _0x18364f={};_0x18364f[_0x5d482e(0x26c)]=_0x4ba951[_0x5d482e(0x264)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x18364f);}catch(_0x4c1004){logger[_0x5d482e(0x225)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x4c1004);const _0x3fd630={};_0x3fd630[_0x5d482e(0x26c)]=_0x4ba951[_0x5d482e(0x264)],PerformanceTester[_0x5d482e(0x267)](PerformanceHookEvents[_0x5d482e(0x243)],![],_0x4c1004,_0x3fd630);}},0x186a0),afterAll(async()=>{const _0x54752b=a19_0x10f648,_0x4552f2={'KisOW':function(_0x518b23,_0x5d5fe3){return _0x518b23<=_0x5d5fe3;},'fvWyy':function(_0x4a12e7,_0x613839){return _0x4a12e7(_0x613839);},'zZAKX':function(_0x147ab7){return _0x147ab7();},'xukjx':function(_0x4be0da,_0x556074,_0x61c963){return _0x4be0da(_0x556074,_0x61c963);},'Hdcoj':function(_0x2e572b){return _0x2e572b();},'qUGQz':_0x54752b(0x1df)};PerformanceTester[_0x54752b(0x24b)](PerformanceHookEvents[_0x54752b(0x243)]),jest[_0x54752b(0x1d3)](0x186a0),PerformanceTester[_0x54752b(0x24e)]();const _0x440da7='browserstack internal helper hook';await new Promise(_0x5e7fb9=>{const _0x50da41=_0x54752b,_0x4b3413=_0x4552f2[_0x50da41(0x24c)](setInterval,async()=>{const _0x79464b=_0x50da41;_0x4552f2[_0x79464b(0x23c)](RequestQueueHandler[_0x79464b(0x24d)]()[_0x79464b(0x254)],0x0)&&(_0x4552f2[_0x79464b(0x251)](clearInterval,_0x4b3413),_0x4552f2['zZAKX'](_0x5e7fb9));},0x3e8);});try{await _0x4552f2[_0x54752b(0x203)](driverCleanup);}catch(_0x205f1b){logger[_0x54752b(0x225)](_0x54752b(0x250)+_0x205f1b);const _0x34cd32={};_0x34cd32[_0x54752b(0x26c)]=_0x4552f2[_0x54752b(0x20d)],PerformanceTester[_0x54752b(0x267)](PerformanceHookEvents['SDK_HOOK'],![],_0x205f1b,_0x34cd32);}process['removeAllListeners']();const _0x43cc66={};_0x43cc66[_0x54752b(0x26c)]=_0x4552f2['qUGQz'],PerformanceTester['end'](PerformanceHookEvents[_0x54752b(0x243)],!![],null,_0x43cc66);},0x2710);
1
+ const a19_0x3d503a=a19_0x2a4d;(function(_0x2a8bfe,_0xc104d2){const _0xb87d61=a19_0x2a4d,_0x1776d7=_0x2a8bfe();while(!![]){try{const _0x4e19ff=-parseInt(_0xb87d61(0x203))/0x1*(-parseInt(_0xb87d61(0x1cc))/0x2)+parseInt(_0xb87d61(0x1d5))/0x3+parseInt(_0xb87d61(0x1ad))/0x4*(-parseInt(_0xb87d61(0x19a))/0x5)+parseInt(_0xb87d61(0x1ed))/0x6*(-parseInt(_0xb87d61(0x1aa))/0x7)+-parseInt(_0xb87d61(0x195))/0x8+-parseInt(_0xb87d61(0x1da))/0x9*(-parseInt(_0xb87d61(0x1b1))/0xa)+-parseInt(_0xb87d61(0x17b))/0xb;if(_0x4e19ff===_0xc104d2)break;else _0x1776d7['push'](_0x1776d7['shift']());}catch(_0x15e31b){_0x1776d7['push'](_0x1776d7['shift']());}}}(a19_0x5f40,0x2af89));const util=require(a19_0x3d503a(0x1e5)),{sendPlatformDetails}=require(a19_0x3d503a(0x180)),{isBrowserstackInfra,markSessionStatus}=require(a19_0x3d503a(0x1e4));let __error_messages__=[];const RequestQueueHandler=require(a19_0x3d503a(0x1f2));jest[a19_0x3d503a(0x1ee)](__timeout);function a19_0x5f40(){const _0x1a35ac=['BsZIO','stringify','protocol','rIBZv','1616514abIgfT','setTimeout','browserstackTestName','BROWSERSTACK_TESTHUB_UUID','currentTest','../../helpers/test-observability/requestQueueHandler','eRwzl','Vnphn','FjoIP','ByEGn','LLzXr','../../helpers/accessibility-automation/helper','xzszB','__drivers','startMonitoring','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','error','end','description','../../helpers/globals','slice','XIIIs','1yWbGXa','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','initQuit','join','pid','../../helpers/logger','errors','RXbtT','HRLsu','WuvnL','passed','Affae','percyCaptureMode','vuuvO','VmlAa','uxsSh','BROWSERSTACK_TESTHUB_JWT','info','setGlobal','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','ZFIBe','PERFORM_SCAN','isAccessibilityPlatform','replace','62183NkrQbD','CGEyM','quitCount_','\x22}}','session_','../../helpers/test-observability/utils','LJdfx','../../helpers/performance/performance-tester','command','appium:app','message','capabilities','SDK_HOOK','KWuSr','SYNC','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','krMEC','\x22,\x22level\x22:\x20\x22info\x22}}','executeAsyncScript','WMBJw','executeScript','hookType','beforeAll','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','undefined','app','1674864djEDrN','../../helpers/testhub/constants','../../helpers/performance/constants','KbWyW','push','5kinwag','now','../../helpers/percy/utils','addReporter','afterTest','fONIU','afterEach','getInstance','NXCdh','SESSION_STATUS','length','winstonLogger','debug','fraBy','Dxusp','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','7NjdFks','getState','UcByg','17816zySBMp','percy','.\x20Error\x20:','../../helpers/testhub/utils','1387480SktHuu','getGlobal','stopMonitoring','afterAll','EYvla','shift','clWAe',':testAnalyticsId','YlXoj','WhYcD','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','Failed\x20to\x20store\x20session\x20name:\x20','start','wDyke','ElfjP','eeybm','bstackA11yShouldScan','measureWrapper','removeAllListeners','nlVvt','gwOsg','NpBuk','browserStackGlobals','getCurrentUrl','currentTestName','ENV_VAR','failedExpectations','622694JnpyQx','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','http:','HnljR','env','getTestUUID','format','\x20|\x20','KrjOd','644394sTcaxv','Vzfln','pLFEF','uTEWK','ccXVh','9wiIDrz','NczlJ','log','browserstackSessionName','testcase','performScan','lfIQS','Performing\x20scan\x20before\x20saving\x20results','SESSION_NAME','Ofgji','../../helpers/helper','util','split','AHqnG','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'];a19_0x5f40=function(){return _0x1a35ac;};return a19_0x5f40();}const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x3d503a(0x1f8)),{percyAutoCapture}=require(a19_0x3d503a(0x19c)),logger=require(a19_0x3d503a(0x209))[a19_0x3d503a(0x1a5)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a19_0x3d503a(0x182)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a19_0x3d503a(0x197)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a19_0x3d503a(0x200)),{shouldProcessEventForTesthub}=require(a19_0x3d503a(0x1b0)),testHubConstants=require(a19_0x3d503a(0x196));globals[a19_0x3d503a(0x1c7)]=browserStackGlobals;function stripUnicode(_0x8b9547){const _0x574b56=a19_0x3d503a;return _0x8b9547[_0x574b56(0x17a)](/\\u001b\[.*?m/g,'')[_0x574b56(0x201)](0x1,-0x1);}function a19_0x2a4d(_0x54ce24,_0x4a95d0){const _0x5f4074=a19_0x5f40();return a19_0x2a4d=function(_0x2a4d88,_0x15d2a0){_0x2a4d88=_0x2a4d88-0x17a;let _0x5cecc0=_0x5f4074[_0x2a4d88];return _0x5cecc0;},a19_0x2a4d(_0x54ce24,_0x4a95d0);}async function setContext(){const _0x283139=a19_0x3d503a,_0x9b0b22={'wDyke':function(_0x141a69){return _0x141a69();},'EYvla':_0x283139(0x1ef),'wGFmH':function(_0x404a24,_0x4ae188){return _0x404a24!==_0x4ae188;},'BsZIO':_0x283139(0x193),'gcQWs':function(_0x814930,_0x197cd8){return _0x814930>_0x197cd8;},'nlVvt':function(_0x84cd82,_0x4a10b7){return _0x84cd82(_0x4a10b7);},'MUhrA':function(_0x4dd30a,_0x41d739){return _0x4dd30a>_0x41d739;},'uMHCB':function(_0x32968f,_0x4dd53a){return _0x32968f(_0x4dd53a);}};if(!_0x9b0b22[_0x283139(0x1be)](isBrowserstackInfra))return;const _0x10754f=expect['getState']()[_0x283139(0x1c9)];globals['setGlobal'](_0x9b0b22[_0x283139(0x1b5)],_0x10754f);!sessionNameProvided&&await PerformanceTester[_0x283139(0x1c2)](PerformanceAutEvents[_0x283139(0x1e2)],async()=>{const _0xdfacf2=_0x283139;await __drivers[0x0][_0xdfacf2(0x18f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x10754f+_0xdfacf2(0x17e));})();let _0x1f838d=null,_0x48ab56=![];_0x9b0b22['wGFmH'](typeof jasmine,_0x9b0b22[_0x283139(0x1e9)])?jasmine['currentTest'][_0x283139(0x1cb)]&&_0x9b0b22['gcQWs'](jasmine['currentTest'][_0x283139(0x1cb)][_0x283139(0x1a4)],0x0)?(_0x48ab56=!![],_0x1f838d=_0x9b0b22[_0x283139(0x1c4)](stripUnicode,JSON[_0x283139(0x1ea)](jasmine[_0x283139(0x1f1)][_0x283139(0x1cb)][0x0][_0x283139(0x185)]))):_0x1f838d=_0x9b0b22['nlVvt'](stripUnicode,JSON[_0x283139(0x1ea)](jasmine[_0x283139(0x1f1)][_0x283139(0x1ff)])):testContext[_0x283139(0x20a)]&&_0x9b0b22['MUhrA'](testContext[_0x283139(0x20a)]['length'],0x0)?(_0x48ab56=!![],_0x1f838d=_0x9b0b22['uMHCB'](stripUnicode,JSON[_0x283139(0x1ea)](testContext['errors'][0x0][0x0][_0x283139(0x185)]||testContext[_0x283139(0x20a)][0x0][0x0]))):_0x1f838d=_0x9b0b22['uMHCB'](stripUnicode,JSON[_0x283139(0x1ea)](testContext['name'])),_0x48ab56?(__error_messages__[_0x283139(0x199)](_0x1f838d),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x1f838d+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0x283139(0x18f)](_0x283139(0x204)+_0x1f838d+_0x283139(0x18c));}const executeAnnotate=async(_0xaf19e9,_0x18fa59)=>{const _0x3711e0=a19_0x3d503a;await global[_0x3711e0(0x1fa)][0x0]['executeScript'](_0x3711e0(0x1cd)+_0xaf19e9+',\x22level\x22:\x20\x22'+_0x18fa59+_0x3711e0(0x17e));};async function driverCleanup(){const _0x4bb493=a19_0x3d503a,_0x4f5f2f={'LLzXr':function(_0x2d0ae0){return _0x2d0ae0();},'iuNvQ':'1|0|3|4|2','pLFEF':function(_0x4eb77f,_0x18b4f4){return _0x4eb77f>_0x18b4f4;},'sGoZH':function(_0x2eda2b,_0x348ef0,_0x58e0af,_0x2eca6a){return _0x2eda2b(_0x348ef0,_0x58e0af,_0x2eca6a);},'UPwfP':'failed','XIIIs':_0x4bb493(0x1d3),'Dxusp':function(_0x31156c,_0x1ba664,_0x1a8f3f){return _0x31156c(_0x1ba664,_0x1a8f3f);},'wZtJZ':_0x4bb493(0x20e)};if(!_0x4f5f2f[_0x4bb493(0x1f7)](isBrowserstackInfra))return;let _0xb9398d=![];try{const _0xcfea4a=_0x4f5f2f['iuNvQ']['split']('|');let _0x594e27=0x0;while(!![]){switch(_0xcfea4a[_0x594e27++]){case'0':await __drivers[0x0][_0x4bb493(0x17f)];continue;case'1':PerformanceTester['start'](PerformanceAutEvents[_0x4bb493(0x1a3)]);continue;case'2':PerformanceTester[_0x4bb493(0x1fe)](PerformanceAutEvents[_0x4bb493(0x1a3)],!![]);continue;case'3':_0xb9398d=!![];continue;case'4':_0x4f5f2f[_0x4bb493(0x1d7)](__error_messages__[_0x4bb493(0x1a4)],0x0)?await _0x4f5f2f['sGoZH'](markSessionStatus,__drivers[0x0],_0x4f5f2f['UPwfP'],__error_messages__[_0x4bb493(0x207)](_0x4f5f2f[_0x4bb493(0x202)])):await _0x4f5f2f[_0x4bb493(0x1a8)](markSessionStatus,__drivers[0x0],_0x4f5f2f['wZtJZ']);continue;}break;}}catch(_0x26c0a5){console[_0x4bb493(0x1dc)](_0x26c0a5),PerformanceTester[_0x4bb493(0x1fe)](PerformanceAutEvents['SESSION_STATUS'],![],_0x26c0a5);}__error_messages__=[];if(_0xb9398d)try{await __drivers[0x0][_0x4bb493(0x206)]();}catch(_0x65804c){console[_0x4bb493(0x1dc)](_0x65804c);}}beforeAll(async()=>{const _0x2a4c27=a19_0x3d503a,_0x48b8bf={'ccXVh':function(_0x1b4e79,_0x19d0a1){return _0x1b4e79!==_0x19d0a1;},'ByEGn':'undefined','vuuvO':_0x2a4c27(0x191),'WMBJw':function(_0x251422){return _0x251422();},'HRLsu':function(_0xc7c997,_0x26720b,_0x3c9730){return _0xc7c997(_0x26720b,_0x3c9730);}};PerformanceTester[_0x2a4c27(0x1fb)](),PerformanceTester[_0x2a4c27(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x291fe3='browserstack internal helper hook';_0x48b8bf[_0x2a4c27(0x1d9)](typeof jasmine,_0x48b8bf[_0x2a4c27(0x1f6)])&&jasmine['getEnv']()[_0x2a4c27(0x19d)]({'specStarted':_0x24bb16=>{jasmine['currentTest']=_0x24bb16;}});let _0x359604=![];try{await __drivers[0x0][_0x2a4c27(0x17f)],_0x359604=!![];}catch(_0xf5fb61){logger[_0x2a4c27(0x1a6)](_0x2a4c27(0x1e8)+_0xf5fb61);const _0x57ee1b={};_0x57ee1b['hookType']=_0x48b8bf['vuuvO'],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents[_0x2a4c27(0x187)],![],_0xf5fb61,_0x57ee1b);}if(_0x359604)try{_0x48b8bf[_0x2a4c27(0x18e)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x48b8bf[_0x2a4c27(0x20c)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x2a4c27(0x1d1)](process[_0x2a4c27(0x208)]+_0x2a4c27(0x1b8))));}catch(_0x453983){logger[_0x2a4c27(0x1a6)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x453983);const _0x2dd2ee={};_0x2dd2ee[_0x2a4c27(0x190)]=_0x48b8bf[_0x2a4c27(0x211)],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents[_0x2a4c27(0x187)],![],_0x453983,_0x2dd2ee);}const _0x15ec40={};_0x15ec40[_0x2a4c27(0x190)]=_0x48b8bf[_0x2a4c27(0x211)],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x15ec40);}),beforeEach(async()=>{const _0x5971f0=a19_0x3d503a,_0x168e5d={'fONIU':_0x5971f0(0x1ef),'wVSoI':function(_0x37020f,_0x282958,_0x3403ec){return _0x37020f(_0x282958,_0x3403ec);},'diqJw':'4|0|2|3|1','AHqnG':function(_0x470cfe,_0x43775c){return _0x470cfe>_0x43775c;},'KrjOd':function(_0x51e71c){return _0x51e71c();},'fraBy':'beforeEach','clWAe':_0x5971f0(0x1c1),'Ofgji':function(_0x633447,_0x427b55){return _0x633447>_0x427b55;},'HnljR':'isAccessibilityPlatform','FjoIP':function(_0x442337,_0x508697){return _0x442337===_0x508697;},'lfIQS':_0x5971f0(0x1ce),'aLmjN':function(_0x137cb3,_0x5c6200){return _0x137cb3===_0x5c6200;},'rIBZv':'https:','krMEC':_0x5971f0(0x18a),'HQRJY':function(_0x2973d9){return _0x2973d9();}};PerformanceTester[_0x5971f0(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x2f9267='browserstack internal helper hook';let _0x29bd62=!![];try{const _0x10cf05=expect[_0x5971f0(0x1ab)]()['currentTestName'];globals[_0x5971f0(0x216)](_0x168e5d[_0x5971f0(0x19f)],_0x10cf05);const _0xa543eb=_0x168e5d['wVSoI'](shouldScanTestForAccessibility,_0x10cf05,![]);try{const _0x2eade2=_0x168e5d['diqJw'][_0x5971f0(0x1e6)]('|');let _0x492f18=0x0;while(!![]){switch(_0x2eade2[_0x492f18++]){case'0':global[_0x5971f0(0x1dd)]=_0x10cf05;continue;case'1':_0x168e5d[_0x5971f0(0x1e7)](__drivers['length'],0x0)&&_0x168e5d['AHqnG'](__drivers[0x0][_0x5971f0(0x17d)],0x0)&&(_0x29bd62=![],await _0x168e5d['KrjOd'](driverCleanup));continue;case'2':_0x168e5d['AHqnG'](__drivers['length'],0x1)&&(await _0x168e5d[_0x5971f0(0x1d4)](driverCleanup),__drivers['shift']());continue;case'3':_0x168e5d[_0x5971f0(0x1e7)](__drivers[_0x5971f0(0x1a4)],0x0)&&(__drivers[0x0][_0x5971f0(0x1dd)]=_0x10cf05,__drivers[0x0][_0x5971f0(0x1c1)]=_0xa543eb);continue;case'4':Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x5971f0(0x1dd)]=_0x10cf05);continue;}break;}}catch(_0x5217d8){logger[_0x5971f0(0x1a6)](_0x5971f0(0x1bc)+_0x5217d8);const _0xbb3a32={};_0xbb3a32[_0x5971f0(0x190)]=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0x5217d8,_0xbb3a32);}globals[_0x5971f0(0x216)](_0x168e5d[_0x5971f0(0x1b7)],_0xa543eb);if(_0x168e5d[_0x5971f0(0x1d4)](isAccessibilityAutomationSession)&&_0x29bd62&&Array['isArray'](__drivers)&&_0x168e5d[_0x5971f0(0x1e3)](__drivers[_0x5971f0(0x1a4)],0x0)&&globals['getGlobal'](_0x168e5d[_0x5971f0(0x1cf)]))try{const _0x44b60f=await __drivers[0x0][_0x5971f0(0x17f)];if(_0x44b60f){let _0x272297=!![];const _0xea73d7=await __drivers[0x0][_0x5971f0(0x1c8)]();let _0x31ec73;try{_0x31ec73=new URL(_0xea73d7);}catch(_0xa00409){_0x272297=![];}_0x272297=_0x168e5d[_0x5971f0(0x1f5)](_0x31ec73[_0x5971f0(0x1eb)],_0x168e5d[_0x5971f0(0x1e0)])||_0x168e5d['aLmjN'](_0x31ec73[_0x5971f0(0x1eb)],_0x168e5d[_0x5971f0(0x1ec)]),_0x272297&&(_0xa543eb&&logger[_0x5971f0(0x215)](_0x168e5d[_0x5971f0(0x18b)]));}}catch(_0x2e4d97){logger[_0x5971f0(0x1fd)](_0x5971f0(0x205)+_0x2e4d97);const _0x24be1d={};_0x24be1d[_0x5971f0(0x190)]=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents[_0x5971f0(0x187)],![],er,_0x24be1d);}_0x168e5d[_0x5971f0(0x1e3)](__drivers[_0x5971f0(0x1a4)],0x0)&&_0x168e5d[_0x5971f0(0x1e3)](__drivers[0x0][_0x5971f0(0x17d)],0x0)&&await _0x168e5d['HQRJY'](driverCleanup);}catch(_0x45e609){logger[_0x5971f0(0x1a6)](_0x5971f0(0x1bb)+_0x45e609);const _0x3267ef={};_0x3267ef[_0x5971f0(0x190)]=_0x168e5d['fraBy'],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0x45e609,_0x3267ef);}const _0x734f8c={};_0x734f8c['hookType']=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x734f8c);}),afterEach(async()=>{const _0x114bd1=a19_0x3d503a,_0x27cea0={'RXbtT':function(_0x46006a,_0x367b63){return _0x46006a>_0x367b63;},'NXCdh':function(_0x4dc5b5){return _0x4dc5b5();},'Vnphn':function(_0x4e6508,_0x1e615f){return _0x4e6508===_0x1e615f;},'LJdfx':_0x114bd1(0x1de),'eeybm':function(_0x414125,_0x1d8de2){return _0x414125>_0x1d8de2;},'KWuSr':_0x114bd1(0x184),'uTEWK':function(_0x4402ea,_0x459556,_0x3d4f92,_0x497094){return _0x4402ea(_0x459556,_0x3d4f92,_0x497094);},'ElfjP':_0x114bd1(0x1a0),'YlXoj':function(_0x1cab67,_0x4bcd73,_0x10ace6){return _0x1cab67(_0x4bcd73,_0x10ace6);},'CGEyM':_0x114bd1(0x21a),'gwOsg':_0x114bd1(0x1c1),'VmlAa':_0x114bd1(0x192),'oHbDR':_0x114bd1(0x1e1),'Affae':_0x114bd1(0x19e),'zGxbY':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Vzfln':function(_0x4dc190){return _0x4dc190();},'DuwQT':function(_0x47c3e4){return _0x47c3e4();},'ZFIBe':function(_0x5d3174,_0x25ce47,_0x13f5d5){return _0x5d3174(_0x25ce47,_0x13f5d5);},'UcByg':'debug','KbWyW':function(_0x42def4,_0xff4009){return _0x42def4>_0xff4009;}};PerformanceTester[_0x114bd1(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x1a1330='browserstack internal helper hook';try{_0x27cea0[_0x114bd1(0x20b)](__drivers[_0x114bd1(0x1a4)],0x1)&&(await _0x27cea0['NXCdh'](driverCleanup),__drivers[_0x114bd1(0x1b6)]());try{if(global[_0x114bd1(0x1ae)]&&_0x27cea0[_0x114bd1(0x1f4)](global[_0x114bd1(0x210)],_0x27cea0[_0x114bd1(0x181)])&&__drivers[0x0]){const _0x492e8c=_0x27cea0['eeybm'](global[_0x114bd1(0x186)][_0x114bd1(0x1a4)],0x0)?!!global[_0x114bd1(0x186)][0x0][_0x114bd1(0x194)]||!!global[_0x114bd1(0x186)][0x0][_0x27cea0[_0x114bd1(0x188)]]:![],_0x7afc49={};_0x7afc49[_0x114bd1(0x194)]=_0x492e8c,await _0x27cea0[_0x114bd1(0x1d8)](percyAutoCapture,__drivers[0x0],_0x27cea0[_0x114bd1(0x181)],_0x7afc49);}}catch(_0x501eb6){logger[_0x114bd1(0x1a6)]('Exception\x20in\x20jest\x20percy\x20with\x20error:\x20'+_0x501eb6);const _0x5cd405={};_0x5cd405['hookType']=_0x27cea0['ElfjP'],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents[_0x114bd1(0x187)],![],_0x501eb6,_0x5cd405);}const _0x3d0cfb=_0x27cea0[_0x114bd1(0x1b9)](shouldScanTestForAccessibility,expect['getState']()[_0x114bd1(0x1c9)],![]);try{if(_0x27cea0[_0x114bd1(0x1a2)](isAccessibilityAutomationSession)&&globals[_0x114bd1(0x1b2)](_0x27cea0[_0x114bd1(0x17c)])&&globals[_0x114bd1(0x1b2)](_0x27cea0[_0x114bd1(0x1c5)])){logger[_0x114bd1(0x215)](_0x27cea0[_0x114bd1(0x212)]);const _0x972112={'thTestRunUuid':TestDetails[_0x114bd1(0x1d1)](process[_0x114bd1(0x208)]+_0x114bd1(0x1b8)),'thBuildUuid':process[_0x114bd1(0x1d0)][testHubConstants[_0x114bd1(0x1ca)][_0x114bd1(0x1f0)]],'thJwtToken':process[_0x114bd1(0x1d0)][testHubConstants[_0x114bd1(0x1ca)][_0x114bd1(0x214)]]};logger[_0x114bd1(0x1a6)](_0x114bd1(0x1fc)+JSON[_0x114bd1(0x1ea)](_0x972112)),logger[_0x114bd1(0x1a6)](_0x27cea0['oHbDR']);const _0xa5de2f={};_0xa5de2f[_0x114bd1(0x183)]=_0x27cea0[_0x114bd1(0x20f)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x114bd1(0x219)],async()=>{const _0x4021da=_0x114bd1;logger[_0x4021da(0x1a6)](util[_0x4021da(0x1d2)](await __drivers[0x0][_0x4021da(0x18d)](scripts[_0x4021da(0x1df)],{'method':expect[_0x4021da(0x1ab)]()[_0x4021da(0x1c9)]})));},_0xa5de2f)(),await PerformanceTester[_0x114bd1(0x1c2)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5d4321=_0x114bd1;await __drivers[0x0][_0x5d4321(0x18d)](scripts['saveTestResults'],_0x972112);})(),logger['info'](_0x27cea0['zGxbY']);}}catch(_0x366438){logger[_0x114bd1(0x1fd)](_0x114bd1(0x1a9)+expect['getState']()[_0x114bd1(0x1c9)]+_0x114bd1(0x1af),_0x366438);}await _0x27cea0[_0x114bd1(0x1d6)](setContext);try{if(_0x27cea0[_0x114bd1(0x1a2)](shouldProcessEventForTesthub)){_0x27cea0[_0x114bd1(0x20b)](global[_0x114bd1(0x1fa)][_0x114bd1(0x1a4)],0x0)&&global[_0x114bd1(0x1fa)][0x0]&&await _0x27cea0[_0x114bd1(0x1b9)](sendPlatformDetails,global[_0x114bd1(0x1fa)][0x0],TestDetails[_0x114bd1(0x1d1)](process[_0x114bd1(0x208)]+_0x114bd1(0x1b8)));if(_0x27cea0['DuwQT'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x114bd1(0x189)]);const _0x365dc8='ObservabilitySync:'+Date[_0x114bd1(0x19b)]();await _0x27cea0[_0x114bd1(0x218)](executeAnnotate,JSON['stringify'](_0x365dc8),_0x27cea0[_0x114bd1(0x1ac)]),PerformanceTester[_0x114bd1(0x1fe)](PerformanceO11yEvents[_0x114bd1(0x189)]);}}}catch(_0xecfe02){logger[_0x114bd1(0x1a6)](_0x114bd1(0x217)+_0xecfe02),PerformanceTester[_0x114bd1(0x1fe)](PerformanceO11yEvents['SYNC'],![],_0xecfe02);}_0x27cea0[_0x114bd1(0x1c0)](__drivers['length'],0x0)&&_0x27cea0[_0x114bd1(0x198)](__drivers[0x0][_0x114bd1(0x17d)],0x0)&&await _0x27cea0[_0x114bd1(0x1a2)](driverCleanup);const _0x5a9350={};_0x5a9350[_0x114bd1(0x190)]=_0x27cea0[_0x114bd1(0x1bf)],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5a9350);}catch(_0x24da33){logger[_0x114bd1(0x1a6)](_0x114bd1(0x1e8)+_0x24da33);const _0xb76dd9={};_0xb76dd9[_0x114bd1(0x190)]=_0x27cea0[_0x114bd1(0x1bf)],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents[_0x114bd1(0x187)],![],_0x24da33,_0xb76dd9);}},0x186a0),afterAll(async()=>{const _0x4d93ca=a19_0x3d503a,_0x1519c2={'NczlJ':function(_0x20dbc3,_0x5967fe){return _0x20dbc3<=_0x5967fe;},'ecBie':function(_0x10ba38,_0x4dd372){return _0x10ba38(_0x4dd372);},'eRwzl':function(_0x4633c5){return _0x4633c5();},'WhYcD':function(_0x3cc673,_0x5d9ad4,_0x45fe3b){return _0x3cc673(_0x5d9ad4,_0x45fe3b);},'WuvnL':_0x4d93ca(0x1b4)};PerformanceTester[_0x4d93ca(0x1bd)](PerformanceHookEvents['SDK_HOOK']),jest[_0x4d93ca(0x1ee)](0x186a0),PerformanceTester[_0x4d93ca(0x1b3)]();const _0x1b1005='browserstack internal helper hook';await new Promise(_0x8f1a00=>{const _0x5c1d64=_0x4d93ca,_0xbe7d2={'xzszB':function(_0x423310,_0x392691){const _0x5bd9b5=a19_0x2a4d;return _0x1519c2[_0x5bd9b5(0x1db)](_0x423310,_0x392691);},'NpBuk':function(_0x1013d8,_0x179552){return _0x1519c2['ecBie'](_0x1013d8,_0x179552);},'uxsSh':function(_0x14f88e){const _0x4285da=a19_0x2a4d;return _0x1519c2[_0x4285da(0x1f3)](_0x14f88e);}},_0x23303b=_0x1519c2[_0x5c1d64(0x1ba)](setInterval,async()=>{const _0x1080ca=_0x5c1d64;_0xbe7d2[_0x1080ca(0x1f9)](RequestQueueHandler[_0x1080ca(0x1a1)]()['pendingUploads'],0x0)&&(_0xbe7d2[_0x1080ca(0x1c6)](clearInterval,_0x23303b),_0xbe7d2[_0x1080ca(0x213)](_0x8f1a00));},0x3e8);});try{await _0x1519c2[_0x4d93ca(0x1f3)](driverCleanup);}catch(_0xe6b63d){logger[_0x4d93ca(0x1a6)]('Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20'+_0xe6b63d);const _0x431444={};_0x431444[_0x4d93ca(0x190)]=_0x1519c2[_0x4d93ca(0x20d)],PerformanceTester[_0x4d93ca(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0xe6b63d,_0x431444);}process[_0x4d93ca(0x1c3)]();const _0x1be2dd={};_0x1be2dd[_0x4d93ca(0x190)]=_0x1519c2[_0x4d93ca(0x20d)],PerformanceTester[_0x4d93ca(0x1fe)](PerformanceHookEvents[_0x4d93ca(0x187)],!![],null,_0x1be2dd);},0x2710);
@@ -1 +1 @@
1
- function a20_0x1ad9(){const _0x1be758=['597502YLktjQ','../../../helpers/test-observability/utils','6UBMKtv','setTimeout','ePNTa','16ZOqjAy','153689xNBxCQ','378790zTgFur','14740370zQqEoW','649755GYhytn','1006292HwPrEC','1123830PloHuy','12DRaNlV','../../../helpers/request-spy','11hEHhEH'];a20_0x1ad9=function(){return _0x1be758;};return a20_0x1ad9();}const a20_0x50d7e0=a20_0x485a;(function(_0x124370,_0xcd56c4){const _0x5661ba=a20_0x485a,_0x16614f=_0x124370();while(!![]){try{const _0x59af21=-parseInt(_0x5661ba(0x18d))/0x1+-parseInt(_0x5661ba(0x187))/0x2*(parseInt(_0x5661ba(0x189))/0x3)+parseInt(_0x5661ba(0x184))/0x4*(parseInt(_0x5661ba(0x18e))/0x5)+-parseInt(_0x5661ba(0x192))/0x6+parseInt(_0x5661ba(0x191))/0x7*(-parseInt(_0x5661ba(0x18c))/0x8)+-parseInt(_0x5661ba(0x190))/0x9+parseInt(_0x5661ba(0x18f))/0xa*(parseInt(_0x5661ba(0x186))/0xb);if(_0x59af21===_0xcd56c4)break;else _0x16614f['push'](_0x16614f['shift']());}catch(_0x3c6d7c){_0x16614f['push'](_0x16614f['shift']());}}}(a20_0x1ad9,0x626a4));function a20_0x485a(_0x5bc8de,_0x29ed9a){const _0x1ad964=a20_0x1ad9();return a20_0x485a=function(_0x485af6,_0x220bbd){_0x485af6=_0x485af6-0x184;let _0x185205=_0x1ad964[_0x485af6];return _0x185205;},a20_0x485a(_0x5bc8de,_0x29ed9a);}const requestSpy=require(a20_0x50d7e0(0x185)),{addRequestSpy}=require(a20_0x50d7e0(0x188));beforeAll(()=>{const _0x1876aa=a20_0x50d7e0,_0x5e35bd={'ePNTa':function(_0x32b4d0){return _0x32b4d0();}},_0x3d4c64='browserstack internal helper hook';_0x5e35bd[_0x1876aa(0x18b)](addRequestSpy);}),afterAll(async()=>{const _0x4bd79a=a20_0x50d7e0,_0x194c7='browserstack internal helper hook';jest[_0x4bd79a(0x18a)](0xea60),requestSpy['restore']();});
1
+ const a20_0x4b1511=a20_0x1612;function a20_0x1612(_0x5ae283,_0x6f1383){const _0x4e461e=a20_0x4e46();return a20_0x1612=function(_0x1612f7,_0x5d663f){_0x1612f7=_0x1612f7-0xc5;let _0x486db8=_0x4e461e[_0x1612f7];return _0x486db8;},a20_0x1612(_0x5ae283,_0x6f1383);}(function(_0x17e7be,_0x491d72){const _0x2ca017=a20_0x1612,_0xfa8266=_0x17e7be();while(!![]){try{const _0x2b6b36=parseInt(_0x2ca017(0xcb))/0x1+-parseInt(_0x2ca017(0xc9))/0x2*(parseInt(_0x2ca017(0xca))/0x3)+parseInt(_0x2ca017(0xcf))/0x4*(parseInt(_0x2ca017(0xd1))/0x5)+parseInt(_0x2ca017(0xc7))/0x6*(parseInt(_0x2ca017(0xcc))/0x7)+parseInt(_0x2ca017(0xd4))/0x8*(-parseInt(_0x2ca017(0xc5))/0x9)+parseInt(_0x2ca017(0xce))/0xa+-parseInt(_0x2ca017(0xcd))/0xb;if(_0x2b6b36===_0x491d72)break;else _0xfa8266['push'](_0xfa8266['shift']());}catch(_0x4eb5e2){_0xfa8266['push'](_0xfa8266['shift']());}}}(a20_0x4e46,0xbc59a));function a20_0x4e46(){const _0x58b618=['124506SdUswx','21vQxiUk','1217608UMRzye','1967ZCjJgC','13844798Cwatjo','11109660tjEaSd','8MxHqZL','pRDOW','2052520aIAGRv','../../../helpers/test-observability/utils','restore','592VJyLGI','186057HaAXFo','../../../helpers/request-spy','18066SYUTTs','setTimeout'];a20_0x4e46=function(){return _0x58b618;};return a20_0x4e46();}const requestSpy=require(a20_0x4b1511(0xc6)),{addRequestSpy}=require(a20_0x4b1511(0xd2));beforeAll(()=>{const _0x144716=a20_0x4b1511,_0x38a39c={'pRDOW':function(_0x47594b){return _0x47594b();}},_0x5b5b11='browserstack internal helper hook';_0x38a39c[_0x144716(0xd0)](addRequestSpy);}),afterAll(async()=>{const _0x435ae9=a20_0x4b1511,_0x4e9b45='browserstack internal helper hook';jest[_0x435ae9(0xc8)](0xea60),requestSpy[_0x435ae9(0xd3)]();});
@@ -1 +1 @@
1
- const a21_0x939d7=a21_0x5828;(function(_0x51fa49,_0x3cd25b){const _0x376f42=a21_0x5828,_0x55604d=_0x51fa49();while(!![]){try{const _0x9154e1=-parseInt(_0x376f42(0x135))/0x1*(-parseInt(_0x376f42(0x12c))/0x2)+-parseInt(_0x376f42(0x11c))/0x3*(parseInt(_0x376f42(0x128))/0x4)+parseInt(_0x376f42(0x129))/0x5+parseInt(_0x376f42(0x125))/0x6+-parseInt(_0x376f42(0x11b))/0x7+parseInt(_0x376f42(0x120))/0x8+-parseInt(_0x376f42(0x130))/0x9;if(_0x9154e1===_0x3cd25b)break;else _0x55604d['push'](_0x55604d['shift']());}catch(_0x1a9727){_0x55604d['push'](_0x55604d['shift']());}}}(a21_0x4e2f,0xa0ae6));function a21_0x4e2f(){const _0x2c6f8c=['validateRerunTestList','env','updateTestRerunConfig','CrYGF','5446116aFqcSR','BROWSERSTACK_RERUN_TESTS','../../../helpers/test-observability/utils','24124MUHfZy','4609080RIgAau','length','XFeGT','1970038FwBsXV','GWMgX','cliConfig','shouldReRunObservabilityTests','13204413epiwVB','testRegex','isTestObservabilitySession','split','testMatch','1tKfMrq','rerunTests','3643885ipwxLs','159PNlbGf','get','isUndefined','has','1207872mPBPEn'];a21_0x4e2f=function(){return _0x2c6f8c;};return a21_0x4e2f();}function a21_0x5828(_0x31bada,_0x22dd49){const _0x4e2f62=a21_0x4e2f();return a21_0x5828=function(_0x5828a9,_0x4d5ccb){_0x5828a9=_0x5828a9-0x11a;let _0x42ccb1=_0x4e2f62[_0x5828a9];return _0x42ccb1;},a21_0x5828(_0x31bada,_0x22dd49);}const testOpsHelper=require(a21_0x939d7(0x127)),helper=require('../../../helpers/helper');exports[a21_0x939d7(0x123)]=(_0x31dffc,_0x4df49c)=>{const _0x1b7d26=a21_0x939d7,_0x2d7ddc={};_0x2d7ddc[_0x1b7d26(0x12b)]=_0x1b7d26(0x11a),_0x2d7ddc[_0x1b7d26(0x124)]=function(_0x383bbc,_0x59dda7){return _0x383bbc!==_0x59dda7;},_0x2d7ddc[_0x1b7d26(0x12d)]=function(_0x3dab83,_0x572126){return _0x3dab83>_0x572126;};const _0x2a928=_0x2d7ddc;if(testOpsHelper[_0x1b7d26(0x132)]()&&testOpsHelper[_0x1b7d26(0x12f)]()){let _0x569f00=process[_0x1b7d26(0x122)][_0x1b7d26(0x126)];!helper[_0x1b7d26(0x11e)](_0x4df49c['cliConfig'])&&_0x4df49c[_0x1b7d26(0x12e)][_0x1b7d26(0x11f)](_0x2a928[_0x1b7d26(0x12b)])&&(_0x569f00=_0x4df49c[_0x1b7d26(0x12e)][_0x1b7d26(0x11d)](_0x2a928['XFeGT']));const _0x40e2db=[];helper[_0x1b7d26(0x121)](_0x569f00)&&_0x2a928[_0x1b7d26(0x124)](_0x569f00,null)&&_0x569f00[_0x1b7d26(0x133)](',')['map'](_0x556292=>{_0x40e2db['push'](''+_0x556292['trim']());}),_0x2a928['GWMgX'](_0x40e2db[_0x1b7d26(0x12a)],0x0)&&(_0x31dffc[_0x1b7d26(0x131)]=_0x40e2db,delete _0x31dffc[_0x1b7d26(0x134)]);}};
1
+ const a21_0x4a03a2=a21_0x42e9;function a21_0x42e9(_0x1b4206,_0x959231){const _0x5cf88e=a21_0x5cf8();return a21_0x42e9=function(_0x42e9c9,_0x4f5c95){_0x42e9c9=_0x42e9c9-0x172;let _0x509048=_0x5cf88e[_0x42e9c9];return _0x509048;},a21_0x42e9(_0x1b4206,_0x959231);}function a21_0x5cf8(){const _0x3600bd=['rerunTests','2501336rKPeZa','40DSUwDY','9chtsDa','BROWSERSTACK_RERUN_TESTS','shouldReRunObservabilityTests','509228llaqJr','4524ISncnP','2GFHEuf','4333iNDEcy','length','../../../helpers/test-observability/utils','testMatch','2118066BfEyJX','3466624CwYkSi','HyYuV','updateTestRerunConfig','isUndefined','testRegex','map','nzhKr','cliConfig','../../../helpers/helper','830533HmHBjn','trim','1318140RXywyA','push','validateRerunTestList','get','AlksZ','env'];a21_0x5cf8=function(){return _0x3600bd;};return a21_0x5cf8();}(function(_0x3b1bf7,_0x1d9e92){const _0x2b0958=a21_0x42e9,_0x46afff=_0x3b1bf7();while(!![]){try{const _0x266f37=parseInt(_0x2b0958(0x185))/0x1+-parseInt(_0x2b0958(0x187))/0x2*(-parseInt(_0x2b0958(0x18c))/0x3)+parseInt(_0x2b0958(0x18d))/0x4+-parseInt(_0x2b0958(0x179))/0x5+-parseInt(_0x2b0958(0x186))/0x6*(parseInt(_0x2b0958(0x188))/0x7)+-parseInt(_0x2b0958(0x180))/0x8*(parseInt(_0x2b0958(0x182))/0x9)+-parseInt(_0x2b0958(0x181))/0xa*(parseInt(_0x2b0958(0x177))/0xb);if(_0x266f37===_0x1d9e92)break;else _0x46afff['push'](_0x46afff['shift']());}catch(_0x5d5485){_0x46afff['push'](_0x46afff['shift']());}}}(a21_0x5cf8,0xb3e69));const testOpsHelper=require(a21_0x4a03a2(0x18a)),helper=require(a21_0x4a03a2(0x176));exports[a21_0x4a03a2(0x18f)]=(_0x315dc8,_0x3085fe)=>{const _0x51081a=a21_0x4a03a2,_0x596f3c={};_0x596f3c['HyYuV']=_0x51081a(0x17f),_0x596f3c['nzhKr']=function(_0x297523,_0x59ed9c){return _0x297523!==_0x59ed9c;},_0x596f3c[_0x51081a(0x17d)]=function(_0x126d90,_0x1901d){return _0x126d90>_0x1901d;};const _0x4a1975=_0x596f3c;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x51081a(0x184)]()){let _0x2665ae=process[_0x51081a(0x17e)][_0x51081a(0x183)];!helper[_0x51081a(0x190)](_0x3085fe[_0x51081a(0x175)])&&_0x3085fe[_0x51081a(0x175)]['has'](_0x4a1975[_0x51081a(0x18e)])&&(_0x2665ae=_0x3085fe[_0x51081a(0x175)][_0x51081a(0x17c)](_0x4a1975['HyYuV']));const _0xef1cb5=[];helper[_0x51081a(0x17b)](_0x2665ae)&&_0x4a1975[_0x51081a(0x174)](_0x2665ae,null)&&_0x2665ae['split'](',')[_0x51081a(0x173)](_0x18a8cf=>{const _0x446c74=_0x51081a;_0xef1cb5[_0x446c74(0x17a)](''+_0x18a8cf[_0x446c74(0x178)]());}),_0x4a1975['AlksZ'](_0xef1cb5[_0x51081a(0x189)],0x0)&&(_0x315dc8[_0x51081a(0x172)]=_0xef1cb5,delete _0x315dc8[_0x51081a(0x18b)]);}};