browserstack-node-sdk 1.34.49 → 1.34.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -0
  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_0x56a960=a14_0x10d5;function a14_0x10d5(_0x5a3cb7,_0x3c37fa){const _0x1b074b=a14_0x1b07();return a14_0x10d5=function(_0x10d5b9,_0x3dc712){_0x10d5b9=_0x10d5b9-0x194;let _0x3388c8=_0x1b074b[_0x10d5b9];return _0x3388c8;},a14_0x10d5(_0x5a3cb7,_0x3c37fa);}(function(_0x5f3990,_0x57ba00){const _0x58f9fc=a14_0x10d5,_0xafad26=_0x5f3990();while(!![]){try{const _0x33075b=-parseInt(_0x58f9fc(0x21a))/0x1*(parseInt(_0x58f9fc(0x20b))/0x2)+-parseInt(_0x58f9fc(0x205))/0x3*(-parseInt(_0x58f9fc(0x22c))/0x4)+-parseInt(_0x58f9fc(0x1bc))/0x5+-parseInt(_0x58f9fc(0x23f))/0x6+parseInt(_0x58f9fc(0x1fa))/0x7*(parseInt(_0x58f9fc(0x198))/0x8)+-parseInt(_0x58f9fc(0x1c7))/0x9+-parseInt(_0x58f9fc(0x1c8))/0xa*(-parseInt(_0x58f9fc(0x1b9))/0xb);if(_0x33075b===_0x57ba00)break;else _0xafad26['push'](_0xafad26['shift']());}catch(_0x2051e5){_0xafad26['push'](_0xafad26['shift']());}}}(a14_0x1b07,0xef38f));const fs=require('fs'),path=require(a14_0x56a960(0x1ae)),util=require(a14_0x56a960(0x1a2)),{spawn}=require(a14_0x56a960(0x20d)),logger=require(a14_0x56a960(0x1fb))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a14_0x56a960(0x19d)),utilities=require('../../helpers/utilities'),constants=require('../utils/constants'),accessibilityHelper=require(a14_0x56a960(0x223)),{updateTestRerunConfig}=require(a14_0x56a960(0x1ca)),testOpsHelper=require(a14_0x56a960(0x1d1)),{debug}=require(a14_0x56a960(0x1d1)),TestDetails=require(a14_0x56a960(0x20a)),{getPercyOptions}=require(a14_0x56a960(0x1b5)),TestHubHandler=require(a14_0x56a960(0x203)),testhubUtils=require(a14_0x56a960(0x1fd)),{FRAMEWORKS}=require(a14_0x56a960(0x215)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x56a960(0x1e8)],getUserJestConfigs=async(_0x31d1e9,_0x41a152)=>{const _0x518f18=a14_0x56a960,_0x32dea2={'vzCUD':'jest-config/build/readConfigFileAndSetRootDir.js','fdhQb':_0x518f18(0x239),'itIkE':function(_0x2e9f46,_0x274bd6){return _0x2e9f46||_0x274bd6;},'tgIYQ':function(_0x51d2e7,_0x45dc92){return _0x51d2e7(_0x45dc92);},'BtRAU':_0x518f18(0x20c),'zLJgq':_0x518f18(0x1db),'tvRfs':_0x518f18(0x249),'UmCxK':_0x518f18(0x1b4),'zXitH':_0x518f18(0x195)},_0x57378a=helper[_0x518f18(0x1b0)](_0x32dea2[_0x518f18(0x211)],_0x32dea2[_0x518f18(0x213)]),_0x21d116=_0x41a152['findIndex'](_0x39f9c9=>_0x39f9c9===_0x518f18(0x1c4));if(!helper[_0x518f18(0x1d5)](_0x31d1e9[_0x518f18(0x244)])){logger['info'](_0x518f18(0x23e)+_0x31d1e9['config']),process[_0x518f18(0x204)][_0x518f18(0x201)]=_0x31d1e9['config'];const _0x29cf89=await(0x0,_0x57378a['default'])(path[_0x518f18(0x1ac)](_0x31d1e9['config']));return _0x41a152[_0x518f18(0x19a)](_0x21d116,0x2),_0x32dea2[_0x518f18(0x1a3)](_0x29cf89,{});}const _0x2d39bd=_0x32dea2[_0x518f18(0x1b7)](require,path[_0x518f18(0x1e3)](process[_0x518f18(0x196)](),_0x32dea2[_0x518f18(0x1d0)]));if(_0x2d39bd[_0x518f18(0x1e1)])return logger[_0x518f18(0x20f)](_0x32dea2[_0x518f18(0x23b)]),_0x2d39bd[_0x518f18(0x1e1)];const _0x5218a1=['js',_0x32dea2[_0x518f18(0x22b)],_0x32dea2[_0x518f18(0x1f3)],_0x32dea2['zXitH'],'ts'];for(const _0x2db738 of _0x5218a1){const _0x4a108b=path[_0x518f18(0x1e3)](process['cwd'](),'jest.config.'+_0x2db738);if(fs[_0x518f18(0x225)](_0x4a108b)){process[_0x518f18(0x204)][_0x518f18(0x201)]=_0x4a108b;const _0x3d1058=await(0x0,_0x57378a[_0x518f18(0x241)])(_0x4a108b);return _0x3d1058;}}return{};},getSerial=(_0x28096,_0x39355d)=>{const _0x375b46=a14_0x56a960,_0x5767bd={};_0x5767bd[_0x375b46(0x1e4)]=_0x375b46(0x240),_0x5767bd[_0x375b46(0x221)]=function(_0xb0f3ee,_0x4ffee4){return _0xb0f3ee>_0x4ffee4;},_0x5767bd[_0x375b46(0x1ef)]=function(_0x2a170e,_0x213cb0){return _0x2a170e>_0x213cb0;},_0x5767bd[_0x375b46(0x1fe)]=_0x375b46(0x24a);const _0x266831=_0x5767bd;let _0x3fd816=_0x266831['hxgRe'];return _0x266831['UvZUw'](_0x28096[_0x375b46(0x206)],0x1)&&(!_0x39355d[_0x375b46(0x217)]&&(helper['isUndefined'](_0x39355d[_0x375b46(0x1d3)])||_0x266831[_0x375b46(0x1ef)](_0x39355d[_0x375b46(0x1d3)],0x1)))&&(_0x3fd816=_0x266831[_0x375b46(0x1fe)]),_0x3fd816;},getMaxWorkers=(_0x41b349,_0x3a3c05,_0x596d16)=>{const _0x5d977e=a14_0x56a960,_0x3e0d3a={'YSkRG':function(_0x441074,_0x27891a){return _0x441074(_0x27891a);}};let _0x3399eb=0x1;if(!helper[_0x5d977e(0x1d5)](_0x3a3c05['parallelsPerPlatform']))_0x3399eb=_0x3e0d3a[_0x5d977e(0x1be)](parseInt,_0x3a3c05[_0x5d977e(0x224)]);else{if(!helper[_0x5d977e(0x1d5)](_0x41b349[_0x5d977e(0x1d3)]))_0x3399eb=_0x41b349[_0x5d977e(0x1d3)];else!helper['isUndefined'](_0x596d16[_0x5d977e(0x1d3)])&&(_0x3399eb=_0x596d16['maxWorkers']);}return _0x3399eb;};async function run(_0xa0f051,_0x28bb1e){const _0x39dc1f=a14_0x56a960,_0x7f8418={'mEKbc':_0x39dc1f(0x1f5),'bNbEN':_0x39dc1f(0x1e1),'NVBDv':function(_0x54a040,_0x2a2c76){return _0x54a040(_0x2a2c76);},'eRift':function(_0x14d6fb,_0xc7e3a6){return _0x14d6fb!=_0xc7e3a6;},'qhomt':_0x39dc1f(0x240),'TODAG':function(_0x4f2fa1,_0x1fe477,_0x4dff27){return _0x4f2fa1(_0x1fe477,_0x4dff27);},'vtGbO':_0x39dc1f(0x202),'cKjFk':function(_0x1396f8,_0x9bb2b9){return _0x1396f8(_0x9bb2b9);},'bqTYE':function(_0x6c0363,_0x395267,_0x4e8978,_0x16e11d){return _0x6c0363(_0x395267,_0x4e8978,_0x16e11d);},'ovypv':function(_0x500a8a,_0x3c18b8){return _0x500a8a*_0x3c18b8;},'uVbWV':function(_0x4fee4b,_0x511fef){return _0x4fee4b===_0x511fef;},'xkDZy':_0x39dc1f(0x1d9),'zfrgR':_0x39dc1f(0x1c9),'FiDJP':_0x39dc1f(0x1d6),'ZmIlj':_0x39dc1f(0x1c6),'thzaS':_0x39dc1f(0x230),'RENoW':_0x39dc1f(0x197),'eVuGO':_0x39dc1f(0x1b8),'hzotS':_0x39dc1f(0x1ad),'YItPJ':_0x39dc1f(0x1a7),'vshMH':_0x39dc1f(0x209),'dYhqJ':function(_0x5ef1e4,_0x1de664){return _0x5ef1e4(_0x1de664);},'AJbQk':_0x39dc1f(0x232),'bldiq':'data-hooks.js','rXAwu':'customCircus.js','pUfGZ':_0x39dc1f(0x234),'HOnIv':_0x39dc1f(0x21f),'Klxol':_0x39dc1f(0x241),'nTlWj':function(_0x1e5ffb,_0x3b1f53,_0x11a3f0){return _0x1e5ffb(_0x3b1f53,_0x11a3f0);},'NmVAS':_0x39dc1f(0x1a4),'gkSkS':_0x39dc1f(0x1aa),'zIgtJ':_0x39dc1f(0x1c4),'PoPnc':function(_0x5f1908,_0x432a36){return _0x5f1908===_0x432a36;},'likfC':_0x39dc1f(0x22d),'ebGRj':'inherit','dVPIW':_0x39dc1f(0x1f2)},_0x3b5718=new BrowserStackSetup(_0xa0f051,_0x7f8418[_0x39dc1f(0x212)]);helper[_0x39dc1f(0x21c)]()?(await _0x3b5718[_0x39dc1f(0x1b2)](),await helper['handleApp'](_0x3b5718[_0x39dc1f(0x244)])):await _0x3b5718[_0x39dc1f(0x199)]();if(!_0x3b5718['config'])return;_0x7f8418[_0x39dc1f(0x1ea)](_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x1da)],null)?process[_0x39dc1f(0x204)][_0x39dc1f(0x1b3)]=_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x1da)]:process[_0x39dc1f(0x204)][_0x39dc1f(0x1b3)]=_0x7f8418[_0x39dc1f(0x1bb)];const _0xb648b8=await _0x7f8418[_0x39dc1f(0x1df)](getUserJestConfigs,_0xa0f051,_0x28bb1e);logger[_0x39dc1f(0x20f)](_0x7f8418[_0x39dc1f(0x235)]);const _0x59901b=Object[_0x39dc1f(0x248)]({},_0xb648b8);_0x59901b[_0x39dc1f(0x22f)]=Object['assign']({},_0x59901b[_0x39dc1f(0x22f)],{'server':helper['getHubUrl'](_0x3b5718[_0x39dc1f(0x244)]),'environment':_0xb648b8[_0x39dc1f(0x24b)]}),_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x222)]=_0x7f8418[_0x39dc1f(0x1d2)](getPercyOptions,_0x3b5718[_0x39dc1f(0x244)]);const _0x38e427=helper[_0x39dc1f(0x210)](_0x3b5718[_0x39dc1f(0x244)]),_0x52e16e=helper[_0x39dc1f(0x1e7)](_0x3b5718[_0x39dc1f(0x244)],_0x38e427,constants[_0x39dc1f(0x214)][_0x39dc1f(0x237)]);!helper[_0x39dc1f(0x1d5)](_0x3b5718['config']['accessibilityOptions'])&&(process[_0x39dc1f(0x204)][_0x39dc1f(0x1cc)]=JSON[_0x39dc1f(0x1a0)](_0x3b5718['config'][_0x39dc1f(0x1d4)]));let _0x151c23=_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x1a9)];_0x151c23=_0x151c23||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x3b5718[_0x39dc1f(0x244)]),process['env'][_0x39dc1f(0x1c5)]=_0x151c23,_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x23c)]=_0x52e16e,_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x1e0)]=_0x7f8418[_0x39dc1f(0x1df)](getSerial,_0x52e16e,_0xa0f051),_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x207)]=_0x7f8418['bqTYE'](getMaxWorkers,_0xa0f051,_0x3b5718['config'],_0xb648b8),_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x208)]=_0x3b5718[_0x39dc1f(0x244)]['proxySettings'],_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x1ed)]=_0x7f8418[_0x39dc1f(0x236)](_0xa0f051['testTimeout'],0x1)||0x1388,_0x59901b['testEnvironmentOptions'][_0x39dc1f(0x1ab)]=_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x23a)][_0x39dc1f(0x1ab)],_0x59901b[_0x39dc1f(0x22f)]['skipSessionStatus']=_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x23a)][_0x39dc1f(0x1f8)],_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x231)]=_0x3b5718['config'][_0x39dc1f(0x1f7)],_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x1f9)]=_0x3b5718[_0x39dc1f(0x244)][_0x39dc1f(0x1f9)],_0x59901b[_0x39dc1f(0x22f)][_0x39dc1f(0x1a5)]=_0x3b5718[_0x39dc1f(0x244)]['platforms'];let _0x253006='';_0x7f8418[_0x39dc1f(0x1ce)](helper[_0x39dc1f(0x21b)](),constants[_0x39dc1f(0x1e2)][_0x39dc1f(0x1bd)])?_0x253006=_0x7f8418[_0x39dc1f(0x226)]:_0x253006=_0x7f8418[_0x39dc1f(0x233)];const _0xb3a7e1=_0x253006,_0x5aa5df=path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418[_0x39dc1f(0x1e6)],_0x7f8418[_0x39dc1f(0x1d8)]),_0x27af64=path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418[_0x39dc1f(0x1e6)],_0x7f8418[_0x39dc1f(0x22a)]),_0x38ce03=path['join'](__dirname,_0x7f8418[_0x39dc1f(0x1e6)],_0x7f8418[_0x39dc1f(0x1b1)]);_0x59901b[_0x39dc1f(0x24b)]&&(process[_0x39dc1f(0x204)][_0x39dc1f(0x1bf)]=_0x59901b['testEnvironment']);_0x59901b[_0x39dc1f(0x24b)]=path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418[_0x39dc1f(0x1e6)],_0x7f8418['eVuGO']),_0x59901b['runner']=_0x27af64,_0x59901b[_0x39dc1f(0x1e9)]=_0x59901b[_0x39dc1f(0x1e9)]||[],_0x59901b['setupFilesAfterEnv'][_0x39dc1f(0x246)](path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418['hzotS']));if(testhubUtils[_0x39dc1f(0x1cb)]()){let _0x775735=null;try{_0x775735=helper[_0x39dc1f(0x1b0)](_0x7f8418['YItPJ'],_0x7f8418['vshMH']);}catch(_0x3f84be){_0x7f8418['dYhqJ'](debug,_0x39dc1f(0x238)+_0x3f84be);}_0x775735&&(_0x59901b[_0x39dc1f(0x1e9)][_0x39dc1f(0x246)](path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418[_0x39dc1f(0x194)],_0x7f8418['bldiq'])),_0x59901b['testRunner']=path['join'](__dirname,_0x7f8418[_0x39dc1f(0x1e6)],_0x7f8418[_0x39dc1f(0x218)]));}_0x59901b[_0x39dc1f(0x1e5)]=_0x59901b['setupFiles']||[];try{helper['requireSeleniumWebdriver'](),_0x59901b['setupFiles']['push'](path[_0x39dc1f(0x1e3)](__dirname,_0x7f8418[_0x39dc1f(0x1c0)]));}catch{logger[_0x39dc1f(0x21e)](_0x7f8418[_0x39dc1f(0x220)]);}_0x59901b[_0x39dc1f(0x1ee)]=_0x59901b[_0x39dc1f(0x1ee)]||[_0x7f8418[_0x39dc1f(0x1c2)]],_0x7f8418[_0x39dc1f(0x229)](updateTestRerunConfig,_0x59901b,_0x3b5718);const _0x35918a=fs[_0x39dc1f(0x20e)](_0x38ce03);fs[_0x39dc1f(0x1d7)](_0x59901b[_0x39dc1f(0x1cf)],_0x39dc1f(0x22e)+_0x35918a+_0x39dc1f(0x228)+_0x3b5718[_0x39dc1f(0x244)]['platforms'][_0x39dc1f(0x206)]+';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger[_0x39dc1f(0x20f)](_0x39dc1f(0x1f6)+_0xb3a7e1+'\x20with\x20browserstack\x20jest\x20configs'),fs[_0x39dc1f(0x1d7)](_0xb3a7e1,_0x39dc1f(0x242)+JSON['stringify'](_0x59901b)+_0x39dc1f(0x245)),logger[_0x39dc1f(0x20f)](_0x7f8418[_0x39dc1f(0x1de)]);const _0x17bade=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x39dc1f(0x237)],_0x3b5718);testhubUtils[_0x39dc1f(0x1cb)]()&&TestDetails['setup']();helper[_0x39dc1f(0x1af)]({},_0x28bb1e),PerformanceTester[_0x39dc1f(0x19b)](PerformanceEvents[_0x39dc1f(0x1a1)]);const _0x5d49bf=_0x7f8418[_0x39dc1f(0x1ff)](spawn,_0x7f8418[_0x39dc1f(0x1ec)],[_0x7f8418[_0x39dc1f(0x212)],_0x7f8418[_0x39dc1f(0x1cd)],_0xb3a7e1,..._0x28bb1e[_0x39dc1f(0x1fc)](0x1)],{'shell':_0x7f8418[_0x39dc1f(0x1ba)](process[_0x39dc1f(0x227)],_0x7f8418[_0x39dc1f(0x200)]),'stdio':_0x7f8418[_0x39dc1f(0x19f)],'env':Object[_0x39dc1f(0x248)]({},process[_0x39dc1f(0x204)])});_0x5d49bf['on'](_0x7f8418[_0x39dc1f(0x1c3)],async _0x2df274=>{const _0x48e1df=_0x39dc1f;PerformanceTester[_0x48e1df(0x19c)](PerformanceEvents[_0x48e1df(0x1a8)]);try{const {browserstackFolderPath:_0x4c45a7,tcgConfigPath:_0x3319ce}=helper['getTCGConfigFilePaths']();fs[_0x48e1df(0x1dd)](_0x3319ce),fs[_0x48e1df(0x1b6)](_0x4c45a7);}catch(_0x29fb10){logger[_0x48e1df(0x21e)](_0x7f8418[_0x48e1df(0x23d)],_0x29fb10);}process[_0x48e1df(0x1dc)]=_0x2df274,logger[_0x48e1df(0x21e)](_0x48e1df(0x21d)+_0x2df274),logger['info']('Deleting\x20'+_0xb3a7e1);let _0x1c99cb=null;if(fs[_0x48e1df(0x225)](_0x5aa5df)){_0x1c99cb=fs[_0x48e1df(0x20e)](_0x5aa5df);try{_0x1c99cb=JSON[_0x48e1df(0x247)](_0x1c99cb);}catch(_0x1ff1ec){logger[_0x48e1df(0x21e)](_0x48e1df(0x216)+_0x5aa5df+',\x20'+_0x1c99cb+'\x20:\x20'+_0x1ff1ec);}fs[_0x48e1df(0x1dd)](_0x5aa5df);}fs['unlinkSync'](_0xb3a7e1),fs[_0x48e1df(0x1dd)](_0x27af64),_0x1c99cb&&(_0x3b5718[_0x48e1df(0x1f0)]=helper['getErrorMessageFromResults'](_0x1c99cb,_0x7f8418[_0x48e1df(0x212)],_0x3b5718));try{await TestHubHandler[_0x48e1df(0x1c1)]();}catch(_0x136009){console[_0x48e1df(0x1f1)](_0x136009),_0x7f8418[_0x48e1df(0x1f4)](debug,_0x48e1df(0x19e)+util[_0x48e1df(0x1a6)](_0x136009));}testOpsHelper['printBuildLink'](),TestDetails[_0x48e1df(0x243)](),await utilities[_0x48e1df(0x1eb)](_0x3b5718);});}function a14_0x1b07(){const _0x2cacf0=['FiDJP','prepareCapabilities','EVENTS','setupFilesAfterEnv','eRift','finalExecution','gkSkS','timeout__','reporters','gYNKE','errorMessage','log','close','UmCxK','NVBDv','error\x20removing\x20tcg\x20config\x20file','Creating\x20','logLevel','skipSessionStatus','turboScaleUrl','707UfRkzs','../../helpers/logger','slice','../../helpers/testhub/utils','fLqBG','bqTYE','likfC','USER_CONFIG_DETAILS_PATH','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','../../helpers/testhub/testhubHandler','env','15peLAXj','length','parallels__','proxySettings','jest-circus','./test-observability/test-details','20wOgAiu','package.json','child_process','readFileSync','info','useW3C','vzCUD','bNbEN','fdhQb','FRAMEWORKS','../../helpers/test-observability/constants','Error\x20while\x20parsing\x20','runInBand','rXAwu','exports','137758CebaCk','getPackageType','isBrowserstackInfra','child\x20process\x20exited\x20with\x20code\x20','debug','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','HOnIv','UvZUw','browserStackPercyOptions','../../helpers/accessibility-automation/helper','parallelsPerPlatform','existsSync','xkDZy','platform','\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','nTlWj','thzaS','tvRfs','225536HOhmJH','win32','\x0a\x20\x20\x20\x20','testEnvironmentOptions','customTestRunner.js','browserStackLogLevel','test-observability','zfrgR','test_before.setup.js','vtGbO','ovypv','JEST','Unable\x20to\x20find\x20jest-circus,\x20','jest-config','testContextOptions','zLJgq','capabilities','mEKbc','Getting\x20your\x20jest\x20configs\x20from\x20','2817744lRWnnv','true','default','const\x20config=','shutdown','config','\x0amodule.exports\x20=\x20config;','push','parse','assign','mjs','false','testEnvironment','AJbQk','json','cwd','customTestRunnerTemplate.js','30760TZvbyq','setupTCGAuth','splice','end','start','../../helpers/helper','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','ebGRj','stringify','SDK_SETUP','util','itIkE','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','platformCaps','format','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','SDK_CLEANUP','accessibility','npx','skipSessionName','resolve','jest.setup.js','path','filterBrowserstackArgs','requireModule','RENoW','initialize','BROWSERSTACK_TEST_OBSERVABILITY_YML','cjs','../../helpers/percy/utils','rmdirSync','tgIYQ','customEnvironment.js','11DyUaNU','PoPnc','qhomt','2171935jpufmS','MODULE','YSkRG','BSTACK_JEST_TEST_ENV','pUfGZ','stop','Klxol','dVPIW','--config','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jest_browserstack_results.json','14857578bGarzj','42420230tLFknw','jest_browserstack.config.js','./test-observability/helper','shouldProcessEventForTesthub','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','zIgtJ','uVbWV','runner','BtRAU','../../helpers/test-observability/utils','cKjFk','maxWorkers','accessibilityOptions','isUndefined','customImplements','writeFileSync','ZmIlj','jest_browserstack.config.cjs','testObservability','Getting\x20your\x20jest\x20configs\x20from\x20package.json','exitCode','unlinkSync','NmVAS','TODAG','serial__','jest','PACKAGE_TYPE','join','hxgRe','setupFiles'];a14_0x1b07=function(){return _0x2cacf0;};return a14_0x1b07();}module[a14_0x56a960(0x219)]=run;
2
+ 'use strict';const a14_0x20df84=a14_0x3d1b;(function(_0x36ec4f,_0x2b3692){const _0xf301d4=a14_0x3d1b,_0x2d2d17=_0x36ec4f();while(!![]){try{const _0x464f80=-parseInt(_0xf301d4(0x1bd))/0x1+-parseInt(_0xf301d4(0x1ee))/0x2+parseInt(_0xf301d4(0x1b9))/0x3+-parseInt(_0xf301d4(0x184))/0x4*(-parseInt(_0xf301d4(0x1b2))/0x5)+-parseInt(_0xf301d4(0x1d9))/0x6+parseInt(_0xf301d4(0x1a2))/0x7*(parseInt(_0xf301d4(0x162))/0x8)+parseInt(_0xf301d4(0x173))/0x9;if(_0x464f80===_0x2b3692)break;else _0x2d2d17['push'](_0x2d2d17['shift']());}catch(_0x1b106e){_0x2d2d17['push'](_0x2d2d17['shift']());}}}(a14_0x1ea5,0xb20d8));function a14_0x3d1b(_0x23034a,_0x560f67){const _0x1ea536=a14_0x1ea5();return a14_0x3d1b=function(_0x3d1b5d,_0x36c4ca){_0x3d1b5d=_0x3d1b5d-0x15f;let _0x3526ae=_0x1ea536[_0x3d1b5d];return _0x3526ae;},a14_0x3d1b(_0x23034a,_0x560f67);}const fs=require('fs'),path=require(a14_0x20df84(0x1ec)),util=require(a14_0x20df84(0x208)),{spawn}=require(a14_0x20df84(0x190)),logger=require(a14_0x20df84(0x1d4))['winstonLogger'],{default:BrowserStackSetup}=require(a14_0x20df84(0x1ac)),helper=require('../../helpers/helper'),utilities=require(a14_0x20df84(0x1d3)),constants=require(a14_0x20df84(0x1b3)),accessibilityHelper=require(a14_0x20df84(0x193)),{updateTestRerunConfig}=require(a14_0x20df84(0x1c2)),testOpsHelper=require(a14_0x20df84(0x1c9)),{debug}=require(a14_0x20df84(0x1c9)),TestDetails=require(a14_0x20df84(0x1fd)),{getPercyOptions}=require(a14_0x20df84(0x1ba)),TestHubHandler=require(a14_0x20df84(0x18b)),testhubUtils=require(a14_0x20df84(0x195)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x20df84(0x20c)],getUserJestConfigs=async(_0x55e9c3,_0x266ad4)=>{const _0xffc045=a14_0x20df84,_0x531038={'vqOmA':_0xffc045(0x194),'ilqxX':'jest-config','XFurh':function(_0x4f6f8a,_0x3862ae){return _0x4f6f8a||_0x3862ae;},'HrsjZ':function(_0x190732,_0x5bcff4){return _0x190732(_0x5bcff4);},'eiMjg':_0xffc045(0x18f),'uTIMw':'Getting\x20your\x20jest\x20configs\x20from\x20package.json','UxKMN':_0xffc045(0x1c4),'XibFm':_0xffc045(0x17b),'xJhDm':_0xffc045(0x19b)},_0x230084=helper['requireModule'](_0x531038[_0xffc045(0x1a7)],_0x531038[_0xffc045(0x206)]),_0x248f30=_0x266ad4[_0xffc045(0x1aa)](_0x2f1738=>_0x2f1738===_0xffc045(0x170));if(!helper[_0xffc045(0x178)](_0x55e9c3[_0xffc045(0x180)])){logger['info'](_0xffc045(0x17a)+_0x55e9c3[_0xffc045(0x180)]),process['env'][_0xffc045(0x198)]=_0x55e9c3[_0xffc045(0x180)];const _0x30bb0b=await(0x0,_0x230084[_0xffc045(0x1fe)])(path[_0xffc045(0x205)](_0x55e9c3['config']));return _0x266ad4[_0xffc045(0x1df)](_0x248f30,0x2),_0x531038['XFurh'](_0x30bb0b,{});}const _0x29e614=_0x531038[_0xffc045(0x1a1)](require,path[_0xffc045(0x1b5)](process['cwd'](),_0x531038[_0xffc045(0x17d)]));if(_0x29e614[_0xffc045(0x20d)])return logger['info'](_0x531038[_0xffc045(0x1a4)]),_0x29e614[_0xffc045(0x20d)];const _0x504c16=['js',_0x531038[_0xffc045(0x17c)],_0x531038[_0xffc045(0x1a0)],_0x531038['xJhDm'],'ts'];for(const _0xd8c1e0 of _0x504c16){const _0x1797d3=path['join'](process[_0xffc045(0x182)](),_0xffc045(0x174)+_0xd8c1e0);if(fs[_0xffc045(0x202)](_0x1797d3)){process[_0xffc045(0x1ad)][_0xffc045(0x198)]=_0x1797d3;const _0x46e0f1=await(0x0,_0x230084[_0xffc045(0x1fe)])(_0x1797d3);return _0x46e0f1;}}return{};},getSerial=(_0x336edc,_0x29a360)=>{const _0x5a5095=a14_0x20df84,_0x2ed5f5={};_0x2ed5f5[_0x5a5095(0x1dc)]='true',_0x2ed5f5[_0x5a5095(0x18c)]=function(_0x143bd7,_0x2d3798){return _0x143bd7>_0x2d3798;},_0x2ed5f5[_0x5a5095(0x16a)]=_0x5a5095(0x16e);const _0x586362=_0x2ed5f5;let _0x496ac5=_0x586362['AntDs'];return _0x586362[_0x5a5095(0x18c)](_0x336edc['length'],0x1)&&(!_0x29a360[_0x5a5095(0x164)]&&(helper[_0x5a5095(0x178)](_0x29a360[_0x5a5095(0x185)])||_0x586362[_0x5a5095(0x18c)](_0x29a360['maxWorkers'],0x1)))&&(_0x496ac5=_0x586362['yiIVE']),_0x496ac5;},getMaxWorkers=(_0x46ea01,_0x59cda2,_0x54c5cd)=>{const _0x5b9b2a=a14_0x20df84,_0x5c89e7={'nGbKM':function(_0x20552f,_0x5bde46){return _0x20552f(_0x5bde46);}};let _0x4f0974=0x1;if(!helper[_0x5b9b2a(0x178)](_0x59cda2[_0x5b9b2a(0x1af)]))_0x4f0974=_0x5c89e7['nGbKM'](parseInt,_0x59cda2[_0x5b9b2a(0x1af)]);else{if(!helper[_0x5b9b2a(0x178)](_0x46ea01[_0x5b9b2a(0x185)]))_0x4f0974=_0x46ea01[_0x5b9b2a(0x185)];else!helper['isUndefined'](_0x54c5cd['maxWorkers'])&&(_0x4f0974=_0x54c5cd[_0x5b9b2a(0x185)]);}return _0x4f0974;};async function run(_0xc339c9,_0x22580e){const _0x2fc088=a14_0x20df84,_0x468b66={'Hqwhi':_0x2fc088(0x1bb),'NaUVy':_0x2fc088(0x20d),'NtZOO':function(_0x5e4589,_0x190625){return _0x5e4589(_0x190625);},'KntVn':function(_0x7da92a,_0x5c425f){return _0x7da92a!=_0x5c425f;},'lfkxb':'true','cgjST':function(_0x3ad89d,_0x2b4870,_0x569585){return _0x3ad89d(_0x2b4870,_0x569585);},'eKUXG':_0x2fc088(0x204),'ZxNtS':function(_0x361e9d,_0x58f9d3){return _0x361e9d(_0x58f9d3);},'xmDFR':function(_0x45e0ae,_0x51faa5,_0x945f44,_0x43b660){return _0x45e0ae(_0x51faa5,_0x945f44,_0x43b660);},'KItjy':function(_0x241021,_0x120d73){return _0x241021*_0x120d73;},'AWEws':function(_0x5bc4b9,_0x4a8586){return _0x5bc4b9===_0x4a8586;},'cNqGt':_0x2fc088(0x15f),'CvPco':'jest_browserstack.config.js','mvxnm':_0x2fc088(0x1fa),'IAHCK':'jest_browserstack_results.json','fqSDR':_0x2fc088(0x1b0),'mzgiJ':_0x2fc088(0x18d),'MKNYp':_0x2fc088(0x1cf),'LlcGd':_0x2fc088(0x160),'lWInh':_0x2fc088(0x1d6),'EZRNI':_0x2fc088(0x171),'Kjleb':function(_0x2eac2d,_0x1280cf){return _0x2eac2d(_0x1280cf);},'Idnlx':_0x2fc088(0x196),'aOsau':_0x2fc088(0x1a9),'SXpHt':_0x2fc088(0x1e2),'zTniG':_0x2fc088(0x1d5),'cBCeo':_0x2fc088(0x176),'mRslU':'default','ALEII':_0x2fc088(0x201),'CXtMJ':function(_0x56582a,_0x12bcfe,_0x243f77,_0x2a8554){return _0x56582a(_0x12bcfe,_0x243f77,_0x2a8554);},'eonNS':_0x2fc088(0x1c1),'CRtmE':'--config','SvRsh':function(_0x4f0132,_0x5ce994){return _0x4f0132===_0x5ce994;},'caYDE':'win32','CzHCR':_0x2fc088(0x1be),'eCidY':_0x2fc088(0x1ed)},_0x253c8f=new BrowserStackSetup(_0xc339c9,_0x468b66[_0x2fc088(0x203)]);helper[_0x2fc088(0x1ce)]()?(await _0x253c8f['initialize'](),await helper[_0x2fc088(0x191)](_0x253c8f['config'])):await _0x253c8f[_0x2fc088(0x1c3)]();if(!_0x253c8f[_0x2fc088(0x180)])return;_0x468b66[_0x2fc088(0x192)](_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x179)],null)?process[_0x2fc088(0x1ad)][_0x2fc088(0x1cc)]=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x179)]:process['env'][_0x2fc088(0x1cc)]=_0x468b66[_0x2fc088(0x19e)];const _0x1305d0=await _0x468b66[_0x2fc088(0x188)](getUserJestConfigs,_0xc339c9,_0x22580e);logger[_0x2fc088(0x1b6)](_0x468b66[_0x2fc088(0x1f0)]);const _0x1a97e3=Object[_0x2fc088(0x168)]({},_0x1305d0);_0x1a97e3[_0x2fc088(0x1e3)]=Object['assign']({},_0x1a97e3['testEnvironmentOptions'],{'server':helper[_0x2fc088(0x1f7)](_0x253c8f[_0x2fc088(0x180)]),'environment':_0x1305d0['testEnvironment']}),_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x167)]=_0x468b66[_0x2fc088(0x1f6)](getPercyOptions,_0x253c8f['config']);const _0x454540=helper['useW3C'](_0x253c8f[_0x2fc088(0x180)]),_0x8a0f92=helper[_0x2fc088(0x166)](_0x253c8f[_0x2fc088(0x180)],_0x454540,constants[_0x2fc088(0x16d)]['JEST']);!helper[_0x2fc088(0x178)](_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x189)])&&(process['env'][_0x2fc088(0x1a8)]=JSON['stringify'](_0x253c8f[_0x2fc088(0x180)]['accessibilityOptions']));let _0x47ccb5=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x1e1)];_0x47ccb5=_0x47ccb5||accessibilityHelper[_0x2fc088(0x1a6)](_0x253c8f[_0x2fc088(0x180)]),process[_0x2fc088(0x1ad)][_0x2fc088(0x1f5)]=_0x47ccb5,_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x1c5)]=_0x8a0f92,_0x1a97e3['testEnvironmentOptions'][_0x2fc088(0x207)]=_0x468b66[_0x2fc088(0x188)](getSerial,_0x8a0f92,_0xc339c9),_0x1a97e3[_0x2fc088(0x1e3)]['parallels__']=_0x468b66[_0x2fc088(0x1a5)](getMaxWorkers,_0xc339c9,_0x253c8f['config'],_0x1305d0),_0x1a97e3['testEnvironmentOptions']['proxySettings']=_0x253c8f[_0x2fc088(0x180)]['proxySettings'],_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x16f)]=_0x468b66[_0x2fc088(0x1eb)](_0xc339c9[_0x2fc088(0x19d)],0x1)||0x1388,_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x169)]=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x1f3)][_0x2fc088(0x169)],_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x1e4)]=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x1f3)][_0x2fc088(0x1e4)],_0x1a97e3[_0x2fc088(0x1e3)]['browserStackLogLevel']=_0x253c8f[_0x2fc088(0x180)]['logLevel'],_0x1a97e3['testEnvironmentOptions']['turboScaleUrl']=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x199)],_0x1a97e3[_0x2fc088(0x1e3)][_0x2fc088(0x177)]=_0x253c8f[_0x2fc088(0x180)][_0x2fc088(0x20a)];let _0x3099ae='';_0x468b66[_0x2fc088(0x1b7)](helper['getPackageType'](),constants[_0x2fc088(0x1de)][_0x2fc088(0x172)])?_0x3099ae=_0x468b66[_0x2fc088(0x1b8)]:_0x3099ae=_0x468b66['CvPco'];const _0x4ac76a=_0x3099ae,_0x4b534f=path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x1d1)],_0x468b66[_0x2fc088(0x163)]),_0x5af53d=path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x1d1)],_0x468b66[_0x2fc088(0x18e)]),_0x4a08b3=path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x1d1)],_0x468b66[_0x2fc088(0x1ff)]);_0x1a97e3[_0x2fc088(0x187)]&&(process[_0x2fc088(0x1ad)][_0x2fc088(0x19f)]=_0x1a97e3[_0x2fc088(0x187)]);_0x1a97e3[_0x2fc088(0x187)]=path[_0x2fc088(0x1b5)](__dirname,_0x468b66['mvxnm'],_0x468b66[_0x2fc088(0x17f)]),_0x1a97e3[_0x2fc088(0x16c)]=_0x5af53d,_0x1a97e3[_0x2fc088(0x1f4)]=_0x1a97e3['setupFilesAfterEnv']||[],_0x1a97e3[_0x2fc088(0x1f4)][_0x2fc088(0x19a)](path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x1fc)]));if(testhubUtils[_0x2fc088(0x1c0)]()){let _0xd753fe=null;try{_0xd753fe=helper[_0x2fc088(0x1bc)](_0x468b66[_0x2fc088(0x1e6)],_0x468b66[_0x2fc088(0x16b)]);}catch(_0x166951){_0x468b66[_0x2fc088(0x1c6)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x166951);}_0xd753fe&&(_0x1a97e3[_0x2fc088(0x1f4)][_0x2fc088(0x19a)](path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x19c)],_0x468b66[_0x2fc088(0x1d7)])),_0x1a97e3[_0x2fc088(0x1cb)]=path[_0x2fc088(0x1b5)](__dirname,_0x468b66['mvxnm'],_0x468b66[_0x2fc088(0x181)]));}_0x1a97e3[_0x2fc088(0x1ef)]=_0x1a97e3[_0x2fc088(0x1ef)]||[];try{helper['requireSeleniumWebdriver'](),_0x1a97e3[_0x2fc088(0x1ef)][_0x2fc088(0x19a)](path[_0x2fc088(0x1b5)](__dirname,_0x468b66[_0x2fc088(0x186)]));}catch{logger[_0x2fc088(0x1f1)](_0x468b66['cBCeo']);}_0x1a97e3[_0x2fc088(0x1da)]=_0x1a97e3[_0x2fc088(0x1da)]||[_0x468b66['mRslU']],_0x468b66[_0x2fc088(0x188)](updateTestRerunConfig,_0x1a97e3,_0x253c8f);const _0x1ff5c6=fs[_0x2fc088(0x1d2)](_0x4a08b3);fs['writeFileSync'](_0x1a97e3[_0x2fc088(0x16c)],_0x2fc088(0x17e)+_0x1ff5c6+_0x2fc088(0x1b4)+_0x253c8f[_0x2fc088(0x180)]['platforms'][_0x2fc088(0x209)]+_0x2fc088(0x1ab)),logger[_0x2fc088(0x1b6)](_0x2fc088(0x1ea)+_0x4ac76a+'\x20with\x20browserstack\x20jest\x20configs'),fs['writeFileSync'](_0x4ac76a,_0x2fc088(0x1fb)+JSON[_0x2fc088(0x1f8)](_0x1a97e3)+_0x2fc088(0x1c7)),logger['info'](_0x468b66[_0x2fc088(0x1e5)]);const _0x5a2df8=await TestHubHandler[_0x2fc088(0x1ae)](FRAMEWORKS[_0x2fc088(0x1a3)],_0x253c8f);testhubUtils[_0x2fc088(0x1c0)]()&&TestDetails['setup']();helper[_0x2fc088(0x1dd)]({},_0x22580e),PerformanceTester[_0x2fc088(0x1f2)](PerformanceEvents[_0x2fc088(0x175)]);const _0x16674f=_0x468b66['CXtMJ'](spawn,_0x468b66[_0x2fc088(0x197)],[_0x468b66[_0x2fc088(0x203)],_0x468b66['CRtmE'],_0x4ac76a,..._0x22580e[_0x2fc088(0x1e7)](0x1)],{'shell':_0x468b66['SvRsh'](process[_0x2fc088(0x161)],_0x468b66['caYDE']),'stdio':_0x468b66['CzHCR'],'env':Object['assign']({},process[_0x2fc088(0x1ad)])});_0x16674f['on'](_0x468b66[_0x2fc088(0x1e9)],async _0xc65d35=>{const _0x501904=_0x2fc088;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x466778,tcgConfigPath:_0x20e5d4}=helper['getTCGConfigFilePaths']();fs[_0x501904(0x1ca)](_0x20e5d4),fs[_0x501904(0x1cd)](_0x466778);}catch(_0x282c81){logger['debug'](_0x468b66[_0x501904(0x183)],_0x282c81);}process[_0x501904(0x200)]=_0xc65d35,logger['debug'](_0x501904(0x20b)+_0xc65d35),logger[_0x501904(0x1b6)](_0x501904(0x18a)+_0x4ac76a);let _0x36044e=null;if(fs['existsSync'](_0x4b534f)){_0x36044e=fs['readFileSync'](_0x4b534f);try{_0x36044e=JSON[_0x501904(0x1d0)](_0x36044e);}catch(_0x3e124f){logger['debug'](_0x501904(0x1bf)+_0x4b534f+',\x20'+_0x36044e+_0x501904(0x1b1)+_0x3e124f);}fs['unlinkSync'](_0x4b534f);}fs[_0x501904(0x1ca)](_0x4ac76a),fs[_0x501904(0x1ca)](_0x5af53d),_0x36044e&&(_0x253c8f[_0x501904(0x1e0)]=helper[_0x501904(0x165)](_0x36044e,_0x468b66[_0x501904(0x203)],_0x253c8f));try{await TestHubHandler[_0x501904(0x1c8)]();}catch(_0x162f00){console['log'](_0x162f00),_0x468b66['NtZOO'](debug,_0x501904(0x1db)+util[_0x501904(0x1f9)](_0x162f00));}testOpsHelper[_0x501904(0x1d8)](),TestDetails['shutdown'](),await utilities['finalExecution'](_0x253c8f);});}function a14_0x1ea5(){const _0x5b229a=['json','Idnlx','testTimeout','lfkxb','BSTACK_JEST_TEST_ENV','XibFm','HrsjZ','49ZNzAmM','JEST','uTIMw','xmDFR','checkAccessibilityPlatformConfig','vqOmA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','data-hooks.js','findIndex',';\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','../../helpers/BrowserStackSetup','env','launchBuild','parallelsPerPlatform','customTestRunner.js','\x20:\x20','25disJxO','../utils/constants','\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','join','info','AWEws','cNqGt','1972407wApfnm','../../helpers/percy/utils','error\x20removing\x20tcg\x20config\x20file','requireModule','383052LVAsqf','inherit','Error\x20while\x20parsing\x20','shouldProcessEventForTesthub','npx','./test-observability/helper','setupTCGAuth','mjs','capabilities','Kjleb','\x0amodule.exports\x20=\x20config;','stop','../../helpers/test-observability/utils','unlinkSync','testRunner','BROWSERSTACK_TEST_OBSERVABILITY_YML','rmdirSync','isBrowserstackInfra','customEnvironment.js','parse','mvxnm','readFileSync','../../helpers/utilities','../../helpers/logger','test_before.setup.js','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','aOsau','printBuildLink','6493284HFLdPx','reporters','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','AntDs','filterBrowserstackArgs','PACKAGE_TYPE','splice','errorMessage','accessibility','customCircus.js','testEnvironmentOptions','skipSessionStatus','ALEII','lWInh','slice','exports','eCidY','Creating\x20','KItjy','path','close','214106ZhPSmu','setupFiles','eKUXG','debug','end','testContextOptions','setupFilesAfterEnv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ZxNtS','getHubUrl','stringify','format','customImplements','const\x20config=','LlcGd','./test-observability/test-details','default','mzgiJ','exitCode','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','existsSync','NaUVy','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','resolve','ilqxX','serial__','util','length','platforms','child\x20process\x20exited\x20with\x20code\x20','EVENTS','jest','jest_browserstack.config.cjs','jest.setup.js','platform','186040JIzNZw','IAHCK','runInBand','getErrorMessageFromResults','prepareCapabilities','browserStackPercyOptions','assign','skipSessionName','yiIVE','EZRNI','runner','FRAMEWORKS','false','timeout__','--config','jest-circus','MODULE','7663986GsknrW','jest.config.','SDK_SETUP','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','platformCaps','isUndefined','testObservability','Getting\x20your\x20jest\x20configs\x20from\x20','cjs','UxKMN','eiMjg','\x0a\x20\x20\x20\x20','MKNYp','config','SXpHt','cwd','Hqwhi','503852NzSNFz','maxWorkers','zTniG','testEnvironment','cgjST','accessibilityOptions','Deleting\x20','../../helpers/testhub/testhubHandler','WhJIf','customTestRunnerTemplate.js','fqSDR','package.json','child_process','handleApp','KntVn','../../helpers/accessibility-automation/helper','jest-config/build/readConfigFileAndSetRootDir.js','../../helpers/testhub/utils','test-observability','eonNS','USER_CONFIG_DETAILS_PATH','turboScaleUrl','push'];a14_0x1ea5=function(){return _0x5b229a;};return a14_0x1ea5();}module[a14_0x20df84(0x1e8)]=run;
@@ -1 +1 @@
1
- const a15_0x39a3fe=a15_0x114e;(function(_0xf7b49e,_0x40f153){const _0x361709=a15_0x114e,_0x266f62=_0xf7b49e();while(!![]){try{const _0x50becd=-parseInt(_0x361709(0x11c))/0x1*(-parseInt(_0x361709(0x12d))/0x2)+-parseInt(_0x361709(0x130))/0x3+parseInt(_0x361709(0x11f))/0x4*(-parseInt(_0x361709(0x12f))/0x5)+-parseInt(_0x361709(0x12e))/0x6*(-parseInt(_0x361709(0x12c))/0x7)+-parseInt(_0x361709(0x11b))/0x8+parseInt(_0x361709(0x132))/0x9+parseInt(_0x361709(0x11d))/0xa*(parseInt(_0x361709(0x11e))/0xb);if(_0x50becd===_0x40f153)break;else _0x266f62['push'](_0x266f62['shift']());}catch(_0x2f7d6a){_0x266f62['push'](_0x266f62['shift']());}}}(a15_0x7886,0x8f9a9));const path=require(a15_0x39a3fe(0x121)),{requireModule}=require(a15_0x39a3fe(0x133));function a15_0x114e(_0x5a562d,_0x1616aa){const _0x788614=a15_0x7886();return a15_0x114e=function(_0x114ed3,_0x487a80){_0x114ed3=_0x114ed3-0x11b;let _0x1d2d6d=_0x788614[_0x114ed3];return _0x1d2d6d;},a15_0x114e(_0x5a562d,_0x1616aa);}let initJestAdapter=requireModule(a15_0x39a3fe(0x123),a15_0x39a3fe(0x125));initJestAdapter=typeof initJestAdapter===a15_0x39a3fe(0x134)?initJestAdapter:initJestAdapter[a15_0x39a3fe(0x122)];const FRAMEWORK_INITIALIZER=path[a15_0x39a3fe(0x128)](__dirname,a15_0x39a3fe(0x129));module[a15_0x39a3fe(0x135)]=(..._0x43f8aa)=>{const _0x51e191=a15_0x39a3fe,_0x43586b={'Ydltk':_0x51e191(0x12a),'yqgzl':function(_0x5df3dd,_0x15f756){return _0x5df3dd===_0x15f756;},'mDHTL':function(_0x54e31a,..._0x509c69){return _0x54e31a(..._0x509c69);}};return _0x43f8aa[0x3]['initRequireModule']=_0x43f8aa[0x3][_0x51e191(0x126)],_0x43f8aa[0x3]['requireInternalModule']=(..._0x18494c)=>{const _0x4cafc6=_0x51e191;if(_0x18494c[0x0]&&_0x18494c[0x0][_0x4cafc6(0x124)](_0x43586b[_0x4cafc6(0x131)])&&_0x43586b[_0x4cafc6(0x127)](_0x18494c[0x1],undefined))return _0x43f8aa[0x3][_0x4cafc6(0x120)](FRAMEWORK_INITIALIZER);return _0x43f8aa[0x3][_0x4cafc6(0x120)](..._0x18494c);},_0x43586b[_0x51e191(0x12b)](initJestAdapter,..._0x43f8aa);};function a15_0x7886(){const _0x501a76=['1968630ghbwME','Ydltk','2290977EOIkDq','../../../helpers/helper','function','exports','1484000LxRUiM','212962kVYzXt','15170oNdfbT','3586kUbNdq','2728604OEdRsj','initRequireModule','path','default','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','includes','jest-circus','requireInternalModule','yqgzl','join','customJestAdapterInit.js','jestAdapterInit','mDHTL','1610007UWuzHN','2Nxwlmg','30VzMjEs','5pTIiMx'];a15_0x7886=function(){return _0x501a76;};return a15_0x7886();}
1
+ const a15_0x3a395c=a15_0x1a09;(function(_0x4b8938,_0x225dad){const _0x645498=a15_0x1a09,_0x158ee3=_0x4b8938();while(!![]){try{const _0x110cf5=parseInt(_0x645498(0x174))/0x1+parseInt(_0x645498(0x184))/0x2*(-parseInt(_0x645498(0x18a))/0x3)+parseInt(_0x645498(0x17e))/0x4*(parseInt(_0x645498(0x188))/0x5)+parseInt(_0x645498(0x183))/0x6+parseInt(_0x645498(0x176))/0x7*(parseInt(_0x645498(0x17b))/0x8)+parseInt(_0x645498(0x185))/0x9*(parseInt(_0x645498(0x178))/0xa)+-parseInt(_0x645498(0x18b))/0xb;if(_0x110cf5===_0x225dad)break;else _0x158ee3['push'](_0x158ee3['shift']());}catch(_0x40fa9a){_0x158ee3['push'](_0x158ee3['shift']());}}}(a15_0x10d8,0xa3bbb));const path=require(a15_0x3a395c(0x175)),{requireModule}=require(a15_0x3a395c(0x181));let initJestAdapter=requireModule(a15_0x3a395c(0x186),a15_0x3a395c(0x17f));function a15_0x10d8(){const _0x31508f=['exports','184LmYLGz','join','default','48196IpRrOk','jest-circus','function','../../../helpers/helper','initRequireModule','1569582ywMWwZ','96078KYRTNW','2826jwWfRS','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','olLEK','200TbWnQD','requireInternalModule','15cBGxZd','17553393FdwSTE','CcXnt','624635HZyZDH','path','102879gBCZAP','customJestAdapterInit.js','25490UDjlaR','nzAGX'];a15_0x10d8=function(){return _0x31508f;};return a15_0x10d8();}initJestAdapter=typeof initJestAdapter===a15_0x3a395c(0x180)?initJestAdapter:initJestAdapter[a15_0x3a395c(0x17d)];const FRAMEWORK_INITIALIZER=path[a15_0x3a395c(0x17c)](__dirname,a15_0x3a395c(0x177));function a15_0x1a09(_0x3bf712,_0x105ef7){const _0x10d8c5=a15_0x10d8();return a15_0x1a09=function(_0x1a09c9,_0x54f0cf){_0x1a09c9=_0x1a09c9-0x173;let _0x3365e0=_0x10d8c5[_0x1a09c9];return _0x3365e0;},a15_0x1a09(_0x3bf712,_0x105ef7);}module[a15_0x3a395c(0x17a)]=(..._0xad488b)=>{const _0x1a7cba=a15_0x3a395c,_0x3a9ab5={'olLEK':'jestAdapterInit','CcXnt':function(_0x54f1b4,_0x5ebfec){return _0x54f1b4===_0x5ebfec;},'nzAGX':function(_0x5f339c,..._0x2223e8){return _0x5f339c(..._0x2223e8);}};return _0xad488b[0x3][_0x1a7cba(0x182)]=_0xad488b[0x3][_0x1a7cba(0x189)],_0xad488b[0x3]['requireInternalModule']=(..._0x23ddc8)=>{const _0x5419ef=_0x1a7cba;if(_0x23ddc8[0x0]&&_0x23ddc8[0x0]['includes'](_0x3a9ab5[_0x5419ef(0x187)])&&_0x3a9ab5[_0x5419ef(0x173)](_0x23ddc8[0x1],undefined))return _0xad488b[0x3][_0x5419ef(0x182)](FRAMEWORK_INITIALIZER);return _0xad488b[0x3][_0x5419ef(0x182)](..._0x23ddc8);},_0x3a9ab5[_0x1a7cba(0x179)](initJestAdapter,..._0xad488b);};
@@ -1 +1 @@
1
- const a16_0x5a313b=a16_0x1bf0;(function(_0x317d09,_0x1b1cfe){const _0x463291=a16_0x1bf0,_0x361714=_0x317d09();while(!![]){try{const _0x2931f6=parseInt(_0x463291(0xc1))/0x1*(parseInt(_0x463291(0xcd))/0x2)+-parseInt(_0x463291(0x97))/0x3+-parseInt(_0x463291(0x82))/0x4+parseInt(_0x463291(0xbc))/0x5+parseInt(_0x463291(0x8c))/0x6*(-parseInt(_0x463291(0xb8))/0x7)+-parseInt(_0x463291(0xd1))/0x8*(-parseInt(_0x463291(0x9f))/0x9)+parseInt(_0x463291(0x9a))/0xa*(-parseInt(_0x463291(0xa0))/0xb);if(_0x2931f6===_0x1b1cfe)break;else _0x361714['push'](_0x361714['shift']());}catch(_0x20d616){_0x361714['push'](_0x361714['shift']());}}}(a16_0x3ee1,0x519a6));function a16_0x3ee1(){const _0x27bcb2=['test','platformCaps','1YFZmzw','testContext','NOnvX','browserstackPercyBestPlatform','cleanupDrivers','testEnvironmentOptions','../test-observability/obsReporter','sessionNameProvided','percy','FRAMEWORKS','__esModule','shutdown','904874IYzebM','percyCaptureMode','Builder','PhFEa','529008fUTesY','SrdRs','isTrue','browserstackPlatformIndex','shouldProcessEventForTesthub','modifyCommand','capability','framework','601340IpWGyj','exports','IKHqz','cwd','browserstackAgentV2','builder','__webdriver','JEST','resolveTestEnvironment','teardown','12FoFmIW','CcKzY','TRYCH','wfuxP','isBrowserstackInfra','UtRab','node','skipSessionStatus','../../../helpers/test-observability/requestQueueHandler','TbenN','timeout__','905352txPWZF','../../../helpers/testhub/utils','ZeuGH','10RONdxc','env','../../../helpers/test-observability/utils','test_start','7|3|2|9|5|1|8|4|0|6','18qeTEuh','1996236gMHxdY','RlOVl','split','global','jest-environment-node','default','requireSeleniumWebdriver','WMxcS','BSTACK_JEST_TEST_ENV','fVLns','YVDMi','nestedKeyValue','../../../helpers/helper','getTestEnvironment','requireModule','__drivers','../../../index','__timeout','projectConfig','quit','__driversArray','__skipSessionStatus','registerListeners','handleTestEvent','650622ZYyaLZ','browserStackGlobals','4|1|2|0|3','../../utils/constants','2845220VuUnGg','jest-resolve','configuration'];a16_0x3ee1=function(){return _0x27bcb2;};return a16_0x3ee1();}const helper=require(a16_0x5a313b(0xac)),constants=require(a16_0x5a313b(0xbb)),{isTestObservabilitySession}=require(a16_0x5a313b(0x9c)),RequestQueueHandler=require(a16_0x5a313b(0x94)),ObservabilityReporter=require(a16_0x5a313b(0xc7)),testhubUtils=require(a16_0x5a313b(0x98)),getTestEnvironment=((()=>{const _0x275851=a16_0x5a313b,_0xb90c22={};_0xb90c22['CcKzY']=_0x275851(0xbd),_0xb90c22['OPaeJ']='jest-config';const _0x471586=_0xb90c22;try{const _0x324cae=helper['requireModule'](_0x471586[_0x275851(0x8d)]);if(_0x324cae[_0x275851(0x8a)])return _0x324cae[_0x275851(0x8a)];const _0x32d7c1=helper[_0x275851(0xae)](_0x471586['OPaeJ']);if(_0x32d7c1[_0x275851(0xad)])return _0x32d7c1['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x285512=a16_0x5a313b,_0x4a20db={'WMxcS':function(_0x3e4fd5,_0x95e794){return _0x3e4fd5(_0x95e794);},'wfuxP':_0x285512(0x92),'kOCWo':_0x285512(0xa4),'ZeuGH':function(_0x2bac58,_0x51e614){return _0x2bac58(_0x51e614);}},_0x11728f=_0x4a20db[_0x285512(0xa7)](getTestEnvironment,{'rootDir':process[_0x285512(0x85)](),'testEnvironment':process[_0x285512(0x9b)][_0x285512(0xa8)]||_0x4a20db[_0x285512(0x8f)]});if(!_0x11728f)return _0x4a20db[_0x285512(0xa7)](_interopRequireDefault,helper['requireModule'](_0x4a20db['kOCWo']));return _0x4a20db[_0x285512(0x99)](_interopRequireDefault,helper['requireModule'](_0x11728f));})()),_seleniumWebdriver2=((()=>{const _0x48a02d=a16_0x5a313b,_0x10f21a={'fVLns':function(_0x52dd13,_0x5e52e2){return _0x52dd13(_0x5e52e2);}};try{const _0x4ca441=helper[_0x48a02d(0xa6)]();return helper[_0x48a02d(0x7f)](),_0x10f21a[_0x48a02d(0xa9)](_interopRequireDefault,_0x4ca441);}catch{return null;}})());function _interopRequireDefault(_0x528bd0){const _0x15aaa2=a16_0x5a313b;return _0x528bd0&&_0x528bd0[_0x15aaa2(0xcb)]?_0x528bd0:{'default':_0x528bd0};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x5a313b(0xa5)][a16_0x5a313b(0xcf)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x361dbd){const _0x5b17cb=a16_0x5a313b,_0x1de33f={'rkndG':_0x5b17cb(0xb3),'NOnvX':_0x5b17cb(0xba),'PhFEa':function(_0xf14934,_0x4348b7){return _0xf14934+_0x4348b7;},'YVDMi':_0x5b17cb(0x9e),'TbenN':'testEnvironmentOptions','RlOVl':'browserStackPercyOptions','PqYfy':_0x5b17cb(0xce),'QhOuA':function(_0x337e67,_0x41cb3f){return _0x337e67(_0x41cb3f);},'UtRab':_0x5b17cb(0xb0),'TRYCH':_0x5b17cb(0xc9),'SrdRs':_0x5b17cb(0xc0),'XzqGB':'browserstackPercyBestPlatform'};super(_0x361dbd),this[_0x5b17cb(0xa3)][_0x5b17cb(0xb1)]=0x0,this[_0x5b17cb(0xbe)]={};!_0x361dbd[_0x5b17cb(0xc6)]&&(_0x361dbd[_0x5b17cb(0xc6)]={});if(helper[_0x5b17cb(0x90)]()){const _0x100e0f=_0x1de33f[_0x5b17cb(0xc3)][_0x5b17cb(0xa2)]('|');let _0x1a658a=0x0;while(!![]){switch(_0x100e0f[_0x1a658a++]){case'0':this[_0x5b17cb(0x80)]=_0x361dbd[_0x5b17cb(0xb2)]?_0x361dbd[_0x5b17cb(0xb2)][_0x5b17cb(0x80)]:_0x361dbd['capability'];continue;case'1':this[_0x5b17cb(0x87)]=new _seleniumWebdriver2[(_0x5b17cb(0xa5))][(_0x5b17cb(0xcf))]();continue;case'2':this[_0x5b17cb(0xbe)]=_0x361dbd[_0x5b17cb(0xc6)];continue;case'3':this[_0x5b17cb(0xa3)]['__timeout']=_0x1de33f[_0x5b17cb(0xd0)](this[_0x5b17cb(0xbe)][_0x5b17cb(0x96)],constants['BSTACK_DELTA']);continue;case'4':_0x361dbd['testEnvironmentOptions']=_0x361dbd[_0x5b17cb(0xb2)]?_0x361dbd[_0x5b17cb(0xb2)][_0x5b17cb(0xc6)]:_0x361dbd[_0x5b17cb(0xc6)];continue;}break;}}if(testhubUtils[_0x5b17cb(0x7e)]()){const _0xfe4d5a=new ObservabilityReporter();_0xfe4d5a[_0x5b17cb(0xb6)]();}this[_0x5b17cb(0xa3)][_0x5b17cb(0xb9)]={},this[_0x5b17cb(0xbe)][_0x5b17cb(0x81)]=constants[_0x5b17cb(0xca)][_0x5b17cb(0x89)];if(_seleniumWebdriver2){const _0xc3f4d9=_0x1de33f[_0x5b17cb(0xaa)][_0x5b17cb(0xa2)]('|');let _0x1e370b=0x0;while(!![]){switch(_0xc3f4d9[_0x1e370b++]){case'0':this[_0x5b17cb(0xa3)][_0x5b17cb(0xb5)]=helper[_0x5b17cb(0x7c)](this[_0x5b17cb(0xbe)][_0x5b17cb(0x93)]);continue;case'1':this[_0x5b17cb(0xa3)][_0x5b17cb(0xce)]=helper[_0x5b17cb(0xab)](_0x361dbd,[_0x1de33f[_0x5b17cb(0x95)],_0x1de33f[_0x5b17cb(0xa1)],_0x1de33f['PqYfy']]);continue;case'2':this[_0x5b17cb(0xa3)][_0x5b17cb(0x7d)]=(_0x361dbd['projectConfig']?_0x361dbd['projectConfig'][_0x5b17cb(0x7d)]:_0x361dbd[_0x5b17cb(0x7d)])||0x0;continue;case'3':this['global'][_0x5b17cb(0x88)]=_0x1de33f['QhOuA'](require,_0x1de33f[_0x5b17cb(0x91)])[_0x5b17cb(0x86)]({...this[_0x5b17cb(0xbe)],'capability':this[_0x5b17cb(0x80)]||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'4':helper['isTrue'](this['configuration']['skipSessionName'])?this[_0x5b17cb(0xa3)][_0x5b17cb(0xc8)]=!![]:this[_0x5b17cb(0xa3)][_0x5b17cb(0xc8)]=![];continue;case'5':this[_0x5b17cb(0xa3)]['percy']=helper['nestedKeyValue'](_0x361dbd,[_0x1de33f[_0x5b17cb(0x95)],_0x1de33f[_0x5b17cb(0xa1)],_0x1de33f[_0x5b17cb(0x8e)]]);continue;case'6':this[_0x5b17cb(0xa3)]['cleanup']=async()=>{const _0x405701=_0x5b17cb;await this[_0x405701(0xa3)]['driver'][_0x405701(0xb3)](_0x1de33f['rkndG']);};continue;case'7':this['global'][_0x5b17cb(0xaf)]=[];continue;case'8':this[_0x5b17cb(0xa3)]['__platformCaps']=helper[_0x5b17cb(0xab)](this[_0x5b17cb(0xbe)],[_0x1de33f[_0x5b17cb(0x7b)],this[_0x5b17cb(0xa3)][_0x5b17cb(0x7d)]])||{};continue;case'9':this[_0x5b17cb(0xa3)][_0x5b17cb(0xc4)]=helper[_0x5b17cb(0xab)](_0x361dbd,[_0x1de33f[_0x5b17cb(0x95)],_0x1de33f['RlOVl'],_0x1de33f['XzqGB']]);continue;}break;}}}async[a16_0x5a313b(0x8b)](){const _0x2d7a99=a16_0x5a313b;_seleniumWebdriver2&&(await helper[_0x2d7a99(0xc5)](this[_0x2d7a99(0xa3)][_0x2d7a99(0xb4)]),this[_0x2d7a99(0xa3)]['__webdriver'][_0x2d7a99(0xcf)]=originalBuilder),await RequestQueueHandler['getInstance']()[_0x2d7a99(0xcc)]();}async['setup'](){}async[a16_0x5a313b(0xb7)](_0x32d8b7,_0x22eb09){const _0x477fb3=a16_0x5a313b,_0x668ec2={};_0x668ec2[_0x477fb3(0x84)]=function(_0x378a22,_0x4598a9){return _0x378a22===_0x4598a9;},_0x668ec2['NDpCQ']=_0x477fb3(0x9d);const _0x1eb541=_0x668ec2,{name:_0x20d1d8}=_0x32d8b7;_0x1eb541[_0x477fb3(0x84)](_0x20d1d8,_0x1eb541['NDpCQ'])&&(this['global'][_0x477fb3(0xc2)]=_0x32d8b7[_0x477fb3(0xbf)]);}}function a16_0x1bf0(_0x5580cd,_0x35fa07){const _0x3ee14f=a16_0x3ee1();return a16_0x1bf0=function(_0x1bf057,_0x437f30){_0x1bf057=_0x1bf057-0x7b;let _0x21d9d7=_0x3ee14f[_0x1bf057];return _0x21d9d7;},a16_0x1bf0(_0x5580cd,_0x35fa07);}module[a16_0x5a313b(0x83)]=CustomEnvironment;
1
+ const a16_0x3da19d=a16_0x1813;function a16_0x1813(_0x3c2e2a,_0x769671){const _0x741102=a16_0x7411();return a16_0x1813=function(_0x18131e,_0x1ade85){_0x18131e=_0x18131e-0x86;let _0x451962=_0x741102[_0x18131e];return _0x451962;},a16_0x1813(_0x3c2e2a,_0x769671);}(function(_0x397ad5,_0x199ab1){const _0xf9830c=a16_0x1813,_0x4835c0=_0x397ad5();while(!![]){try{const _0x2bb84b=parseInt(_0xf9830c(0x9d))/0x1+parseInt(_0xf9830c(0xb4))/0x2+-parseInt(_0xf9830c(0xae))/0x3+-parseInt(_0xf9830c(0xa2))/0x4+parseInt(_0xf9830c(0xcf))/0x5+parseInt(_0xf9830c(0x92))/0x6*(parseInt(_0xf9830c(0xc8))/0x7)+parseInt(_0xf9830c(0xd5))/0x8*(-parseInt(_0xf9830c(0xa7))/0x9);if(_0x2bb84b===_0x199ab1)break;else _0x4835c0['push'](_0x4835c0['shift']());}catch(_0x4a20da){_0x4835c0['push'](_0x4835c0['shift']());}}}(a16_0x7411,0x4777a));const helper=require('../../../helpers/helper'),constants=require(a16_0x3da19d(0x9b)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x3da19d(0xb5)),ObservabilityReporter=require(a16_0x3da19d(0xc9)),testhubUtils=require(a16_0x3da19d(0x8d)),getTestEnvironment=((()=>{const _0x12e7d4=a16_0x3da19d,_0x5cd1f0={};_0x5cd1f0[_0x12e7d4(0x87)]='jest-resolve',_0x5cd1f0[_0x12e7d4(0xab)]=_0x12e7d4(0xba);const _0x3ea844=_0x5cd1f0;try{const _0x1f6941=helper[_0x12e7d4(0xa8)](_0x3ea844[_0x12e7d4(0x87)]);if(_0x1f6941[_0x12e7d4(0x89)])return _0x1f6941[_0x12e7d4(0x89)];const _0x518e9a=helper[_0x12e7d4(0xa8)](_0x3ea844[_0x12e7d4(0xab)]);if(_0x518e9a[_0x12e7d4(0xc3)])return _0x518e9a['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x11fbcd=a16_0x3da19d,_0x56c8aa={'NclRQ':function(_0x1dfd3e,_0x33a76f){return _0x1dfd3e(_0x33a76f);},'YyPGz':_0x11fbcd(0xc1),'oCWGX':function(_0x50fa97,_0x3b55b8){return _0x50fa97(_0x3b55b8);},'JAfRn':_0x11fbcd(0xd1)},_0x562d29=_0x56c8aa[_0x11fbcd(0xbc)](getTestEnvironment,{'rootDir':process['cwd'](),'testEnvironment':process[_0x11fbcd(0xbd)][_0x11fbcd(0xa1)]||_0x56c8aa[_0x11fbcd(0xb9)]});if(!_0x562d29)return _0x56c8aa['oCWGX'](_interopRequireDefault,helper[_0x11fbcd(0xa8)](_0x56c8aa[_0x11fbcd(0x8b)]));return _0x56c8aa['oCWGX'](_interopRequireDefault,helper['requireModule'](_0x562d29));})()),_seleniumWebdriver2=((()=>{const _0x3c4f26=a16_0x3da19d,_0xfc3f08={'jQSuy':function(_0x3a9815,_0xd2511f){return _0x3a9815(_0xd2511f);}};try{const _0x33f4b5=helper[_0x3c4f26(0x8a)]();return helper[_0x3c4f26(0x8c)](),_0xfc3f08['jQSuy'](_interopRequireDefault,_0x33f4b5);}catch{return null;}})());function _interopRequireDefault(_0xcbcc58){const _0x647d19=a16_0x3da19d;return _0xcbcc58&&_0xcbcc58[_0x647d19(0xca)]?_0xcbcc58:{'default':_0xcbcc58};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2[a16_0x3da19d(0x9c)][a16_0x3da19d(0x90)]:null;class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x58b82d){const _0x37eaa2=a16_0x3da19d,_0x307112={'LmUMR':_0x37eaa2(0xc4),'aZWeT':_0x37eaa2(0xaa),'XBRpD':function(_0x5969ed,_0x2e186c){return _0x5969ed+_0x2e186c;},'FmvGP':_0x37eaa2(0xa3),'vwVrg':'platformCaps','OBEja':_0x37eaa2(0xd6),'QEeSI':_0x37eaa2(0xcb),'gxonm':_0x37eaa2(0xcd),'DjvBI':_0x37eaa2(0xc6),'zMirW':function(_0x2f8db3,_0x58d91c){return _0x2f8db3(_0x58d91c);},'vrTUK':_0x37eaa2(0x88),'EwMXN':_0x37eaa2(0xa9)};super(_0x58b82d),this[_0x37eaa2(0xa0)]['__timeout']=0x0,this[_0x37eaa2(0xd0)]={};!_0x58b82d[_0x37eaa2(0xd6)]&&(_0x58b82d[_0x37eaa2(0xd6)]={});if(helper[_0x37eaa2(0xa5)]()){const _0x2b8d66=_0x307112[_0x37eaa2(0x93)]['split']('|');let _0x474622=0x0;while(!![]){switch(_0x2b8d66[_0x474622++]){case'0':this['global'][_0x37eaa2(0xc7)]=_0x307112['XBRpD'](this[_0x37eaa2(0xd0)][_0x37eaa2(0xc5)],constants[_0x37eaa2(0xce)]);continue;case'1':_0x58b82d[_0x37eaa2(0xd6)]=_0x58b82d['projectConfig']?_0x58b82d['projectConfig']['testEnvironmentOptions']:_0x58b82d['testEnvironmentOptions'];continue;case'2':this[_0x37eaa2(0xd0)]=_0x58b82d[_0x37eaa2(0xd6)];continue;case'3':this[_0x37eaa2(0x86)]=new _seleniumWebdriver2[(_0x37eaa2(0x9c))][(_0x37eaa2(0x90))]();continue;case'4':this[_0x37eaa2(0xc2)]=_0x58b82d[_0x37eaa2(0xac)]?_0x58b82d[_0x37eaa2(0xac)][_0x37eaa2(0xc2)]:_0x58b82d[_0x37eaa2(0xc2)];continue;}break;}}if(testhubUtils[_0x37eaa2(0xb3)]()){const _0x48bf71=new ObservabilityReporter();_0x48bf71[_0x37eaa2(0x91)]();}this[_0x37eaa2(0xa0)][_0x37eaa2(0x8f)]={},this['configuration'][_0x37eaa2(0xbf)]=constants[_0x37eaa2(0xbe)][_0x37eaa2(0xbb)];if(_seleniumWebdriver2){const _0x9408a1=_0x307112['FmvGP'][_0x37eaa2(0xd2)]('|');let _0x27abe3=0x0;while(!![]){switch(_0x9408a1[_0x27abe3++]){case'0':this[_0x37eaa2(0xa0)][_0x37eaa2(0xb2)]=helper[_0x37eaa2(0xb6)](this[_0x37eaa2(0xd0)],[_0x307112[_0x37eaa2(0x96)],this[_0x37eaa2(0xa0)][_0x37eaa2(0x9e)]])||{};continue;case'1':this[_0x37eaa2(0xa0)][_0x37eaa2(0x99)]=[];continue;case'2':this['global'][_0x37eaa2(0xcd)]=helper['nestedKeyValue'](_0x58b82d,[_0x307112[_0x37eaa2(0xa4)],_0x307112[_0x37eaa2(0xb0)],_0x307112['gxonm']]);continue;case'3':this['global'][_0x37eaa2(0x9e)]=(_0x58b82d[_0x37eaa2(0xac)]?_0x58b82d[_0x37eaa2(0xac)][_0x37eaa2(0x9e)]:_0x58b82d['browserstackPlatformIndex'])||0x0;continue;case'4':this[_0x37eaa2(0xa0)]['percyCaptureMode']=helper[_0x37eaa2(0xb6)](_0x58b82d,[_0x307112[_0x37eaa2(0xa4)],_0x307112[_0x37eaa2(0xb0)],_0x307112['DjvBI']]);continue;case'5':helper[_0x37eaa2(0x8e)](this[_0x37eaa2(0xd0)][_0x37eaa2(0xc0)])?this[_0x37eaa2(0xa0)]['sessionNameProvided']=!![]:this['global'][_0x37eaa2(0x94)]=![];continue;case'6':this[_0x37eaa2(0xa0)]['__webdriver']=_0x307112[_0x37eaa2(0xd4)](require,_0x307112[_0x37eaa2(0xb1)])['browserstackAgentV2']({...this[_0x37eaa2(0xd0)],'capability':this['capability']||{}},this,testhubUtils['shouldProcessEventForTesthub']());continue;case'7':this[_0x37eaa2(0xa0)][_0x37eaa2(0xad)]=async()=>{const _0x354e24=_0x37eaa2;await this[_0x354e24(0xa0)][_0x354e24(0x9a)]['quit'](_0x307112[_0x354e24(0x98)]);};continue;case'8':this[_0x37eaa2(0xa0)][_0x37eaa2(0xa9)]=helper[_0x37eaa2(0xb6)](_0x58b82d,[_0x307112[_0x37eaa2(0xa4)],_0x307112['QEeSI'],_0x307112[_0x37eaa2(0x9f)]]);continue;case'9':this[_0x37eaa2(0xa0)][_0x37eaa2(0xa6)]=helper[_0x37eaa2(0x8e)](this[_0x37eaa2(0xd0)]['skipSessionStatus']);continue;}break;}}}async[a16_0x3da19d(0xb7)](){const _0xbcf834=a16_0x3da19d;_seleniumWebdriver2&&(await helper['cleanupDrivers'](this[_0xbcf834(0xa0)][_0xbcf834(0xcc)]),this['global']['__webdriver'][_0xbcf834(0x90)]=originalBuilder),await RequestQueueHandler['getInstance']()['shutdown']();}async['setup'](){}async[a16_0x3da19d(0xaf)](_0xe599f5,_0x4262c8){const _0x158eb5=a16_0x3da19d,_0x411203={};_0x411203[_0x158eb5(0xb8)]=function(_0xc897ce,_0x18df1f){return _0xc897ce===_0x18df1f;},_0x411203[_0x158eb5(0x95)]='test_start';const _0x9e806=_0x411203,{name:_0xa4cbf3}=_0xe599f5;_0x9e806['ErkSG'](_0xa4cbf3,_0x9e806[_0x158eb5(0x95)])&&(this['global']['testContext']=_0xe599f5[_0x158eb5(0x97)]);}}module[a16_0x3da19d(0xd3)]=CustomEnvironment;function a16_0x7411(){const _0x4dd0bd=['LmUMR','__drivers','driver','../../utils/constants','default','421354UwlLJT','browserstackPlatformIndex','EwMXN','global','BSTACK_JEST_TEST_ENV','360944yYohBX','1|6|3|2|8|4|0|5|9|7','OBEja','isBrowserstackInfra','__skipSessionStatus','603SgvoTx','requireModule','percy','1|3|2|4|0','iMOrv','projectConfig','cleanup','655791FvhCGR','handleTestEvent','QEeSI','vrTUK','__platformCaps','shouldProcessEventForTesthub','535116PxEDWW','../../../helpers/test-observability/requestQueueHandler','nestedKeyValue','teardown','ErkSG','YyPGz','jest-config','JEST','NclRQ','env','FRAMEWORKS','framework','skipSessionName','node','capability','getTestEnvironment','quit','timeout__','percyCaptureMode','__timeout','7fuzOrQ','../test-observability/obsReporter','__esModule','browserStackPercyOptions','__driversArray','browserstackPercyBestPlatform','BSTACK_DELTA','211585ZAWOWW','configuration','jest-environment-node','split','exports','zMirW','41096LYpDXZ','testEnvironmentOptions','builder','bKhaP','../../../index','resolveTestEnvironment','requireSeleniumWebdriver','JAfRn','modifyCommand','../../../helpers/testhub/utils','isTrue','browserStackGlobals','Builder','registerListeners','1287078GfJtDl','aZWeT','sessionNameProvided','gwDzy','vwVrg','test'];a16_0x7411=function(){return _0x4dd0bd;};return a16_0x7411();}
@@ -1 +1 @@
1
- function a17_0x4a94(_0x1f1acf,_0x50b86d){const _0x594f86=a17_0x594f();return a17_0x4a94=function(_0x4a9474,_0x50df81){_0x4a9474=_0x4a9474-0xd9;let _0x5adeee=_0x594f86[_0x4a9474];return _0x5adeee;},a17_0x4a94(_0x1f1acf,_0x50b86d);}const a17_0x31345c=a17_0x4a94;(function(_0x438c0b,_0x297279){const _0x54c225=a17_0x4a94,_0x1f965f=_0x438c0b();while(!![]){try{const _0x4a7e18=parseInt(_0x54c225(0xf1))/0x1*(-parseInt(_0x54c225(0x10e))/0x2)+-parseInt(_0x54c225(0xe9))/0x3+-parseInt(_0x54c225(0x10a))/0x4+-parseInt(_0x54c225(0xf5))/0x5*(parseInt(_0x54c225(0xe5))/0x6)+parseInt(_0x54c225(0xe0))/0x7*(parseInt(_0x54c225(0xed))/0x8)+-parseInt(_0x54c225(0x100))/0x9+parseInt(_0x54c225(0x112))/0xa;if(_0x4a7e18===_0x297279)break;else _0x1f965f['push'](_0x1f965f['shift']());}catch(_0x432cf9){_0x1f965f['push'](_0x1f965f['shift']());}}}(a17_0x594f,0x73152));const {requireModule}=require(a17_0x31345c(0x117)),ObservabilityReporter=require(a17_0x31345c(0xff)),RequestQueueHandler=require(a17_0x31345c(0x108)),TestDetails=require(a17_0x31345c(0x126)),{patchConsoleLogger,debug}=require(a17_0x31345c(0x10b)),{o11yErrorHandler}=require(a17_0x31345c(0xf3)),{shouldProcessEventForTesthub}=require(a17_0x31345c(0xe3)),testHubConstants=require(a17_0x31345c(0xf8)),exportsI=requireModule(a17_0x31345c(0xef),a17_0x31345c(0xd9)),initInitialize=exportsI[a17_0x31345c(0xf6)];exportsI[a17_0x31345c(0xf6)]=(..._0x1c3b2c)=>{const _0x48c8aa=a17_0x31345c,_0x4567ad={'lZNFb':function(_0x473d3c,_0x1d739c,_0x165141){return _0x473d3c(_0x1d739c,_0x165141);},'zfxIb':_0x48c8aa(0xe2),'oZvlg':_0x48c8aa(0xd9),'lblaN':_0x48c8aa(0x122),'ftYBw':function(_0x25b922,_0x408b73){return _0x25b922(_0x408b73);},'qfAiq':'HookRunStarted','yYLti':_0x48c8aa(0x10f),'hgiqT':function(_0x30ac9d,_0xcde7bd){return _0x30ac9d(_0xcde7bd);},'YWbTa':_0x48c8aa(0x11a),'ebDMR':_0x48c8aa(0xe7),'vtGOe':_0x48c8aa(0xe1),'ZplbZ':'beforeEach','sWfpI':_0x48c8aa(0xe4),'OQPjI':function(_0x201207,_0x339490){return _0x201207>_0x339490;},'QOEqS':function(_0x4a5a71,_0x846bd2){return _0x4a5a71(_0x846bd2);},'wxWiP':_0x48c8aa(0x116),'GddEI':function(_0x1b0bcb){return _0x1b0bcb();},'qjOmE':'test_done','wFfDU':function(_0x411be8,_0x1b3685){return _0x411be8(_0x1b3685);},'gbyHA':function(_0x3a65de){return _0x3a65de();},'PCKmK':_0x48c8aa(0xe6),'RGbvI':_0x48c8aa(0x101),'zsSUv':_0x48c8aa(0x110),'PNyxn':'teardown','cXDSB':function(_0x4abb5e){return _0x4abb5e();},'teqan':function(_0x6cc4e2){return _0x6cc4e2();},'TOQvD':'jest-circus/build/state.js','tgmEe':_0x48c8aa(0x105),'tOLUg':function(_0x5bd192,_0x2d9ec5){return _0x5bd192(_0x2d9ec5);}};try{const _0x50abb3=new ObservabilityReporter();_0x4567ad['cXDSB'](shouldProcessEventForTesthub)&&(_0x4567ad[_0x48c8aa(0xfe)](patchConsoleLogger),_0x50abb3['registerListeners']()),_0x4567ad[_0x48c8aa(0x118)](shouldProcessEventForTesthub)&&_0x4567ad[_0x48c8aa(0xfd)](requireModule,_0x4567ad[_0x48c8aa(0x107)],_0x4567ad[_0x48c8aa(0x11c)])[_0x48c8aa(0xfb)](_0x4567ad[_0x48c8aa(0xfd)](o11yErrorHandler,async(_0x313fd9,_0xc60213)=>{const _0x28c7e9=_0x48c8aa,_0x5b2b22=_0x4567ad['lZNFb'](requireModule,_0x4567ad['zfxIb'],_0x4567ad[_0x28c7e9(0x11c)])['makeSingleTestResult'];switch(_0x313fd9[_0x28c7e9(0xf7)]){case _0x4567ad['lblaN']:if(_0x4567ad['ftYBw'](shouldProcessEventForTesthub,testHubConstants[_0x28c7e9(0xdc)]['HookStarted'])){if(!_0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0x125)]){const _0x562fee=TestDetails[_0x28c7e9(0xec)](process[_0x28c7e9(0xee)]+_0x28c7e9(0x111));_0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0x125)]=_0x562fee;}else _0x313fd9[_0x28c7e9(0xf4)]['markedStatus']&&(_0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0x125)]=TestDetails['setTestUUID'](process[_0x28c7e9(0xee)]+_0x28c7e9(0x111)),delete _0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0xf2)]);_0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0x103)]=new Date()['toISOString'](),await _0x50abb3[_0x28c7e9(0xde)](_0x313fd9['hook'],undefined,![],_0x4567ad['qfAiq']);}break;case _0x4567ad[_0x28c7e9(0x115)]:_0x4567ad[_0x28c7e9(0x121)](shouldProcessEventForTesthub,testHubConstants[_0x28c7e9(0xdc)][_0x28c7e9(0x114)])&&(await _0x50abb3[_0x28c7e9(0xde)](_0x313fd9[_0x28c7e9(0xf4)],undefined,![],_0x4567ad[_0x28c7e9(0x123)]),TestDetails[_0x28c7e9(0x11d)](process['pid']+_0x28c7e9(0x111)));break;case _0x4567ad['ebDMR']:[_0x4567ad[_0x28c7e9(0xeb)],_0x4567ad[_0x28c7e9(0x124)],_0x4567ad['sWfpI']][_0x28c7e9(0xea)](_0x313fd9['hook'][_0x28c7e9(0xdf)])&&(_0x50abb3[_0x28c7e9(0xe7)]=_0x313fd9[_0x28c7e9(0xf4)][_0x28c7e9(0xdf)]),_0xc60213[_0x28c7e9(0x113)]&&_0x4567ad[_0x28c7e9(0x10c)](_0xc60213['unhandledErrors'][_0x28c7e9(0xfa)],0x0)&&(_0x313fd9[_0x28c7e9(0xf4)]['errorsDetailed']=[_0xc60213[_0x28c7e9(0x113)][0x0][0x0]]);_0x4567ad[_0x28c7e9(0xdb)](shouldProcessEventForTesthub,testHubConstants[_0x28c7e9(0xdc)][_0x28c7e9(0x114)])&&(await _0x50abb3[_0x28c7e9(0xde)](_0x313fd9[_0x28c7e9(0xf4)],undefined,![],_0x4567ad[_0x28c7e9(0x123)]),TestDetails['removeTestUUID'](process[_0x28c7e9(0xee)]+_0x28c7e9(0x111)));break;case _0x4567ad[_0x28c7e9(0x11b)]:_0x4567ad[_0x28c7e9(0xda)](shouldProcessEventForTesthub)&&await _0x50abb3[_0x28c7e9(0xfc)](_0x313fd9[_0x28c7e9(0x10d)]);break;case _0x4567ad[_0x28c7e9(0x106)]:_0x313fd9[_0x28c7e9(0x10d)]={..._0x4567ad[_0x28c7e9(0x102)](_0x5b2b22,_0x313fd9[_0x28c7e9(0x10d)]),..._0x313fd9['test']};_0x4567ad[_0x28c7e9(0xfe)](shouldProcessEventForTesthub)&&(!_0x313fd9[_0x28c7e9(0x10d)][_0x28c7e9(0xf2)]&&(_0x313fd9[_0x28c7e9(0x10d)][_0x28c7e9(0xf2)]=!![],await _0x50abb3[_0x28c7e9(0xde)](_0x313fd9[_0x28c7e9(0x10d)])));break;case _0x4567ad['PCKmK']:_0x313fd9[_0x28c7e9(0x10d)]={..._0x4567ad[_0x28c7e9(0x102)](_0x5b2b22,_0x313fd9[_0x28c7e9(0x10d)]),..._0x313fd9[_0x28c7e9(0x10d)]};_0x4567ad[_0x28c7e9(0xfe)](shouldProcessEventForTesthub)&&(!_0x313fd9[_0x28c7e9(0x10d)][_0x28c7e9(0xf2)]&&(_0x313fd9['test'][_0x28c7e9(0xf2)]=!![],await _0x50abb3[_0x28c7e9(0xde)](_0x313fd9[_0x28c7e9(0x10d)],undefined,![],_0x4567ad[_0x28c7e9(0x119)])));break;case _0x4567ad['zsSUv']:_0x50abb3[_0x28c7e9(0xe7)]=null;break;case _0x4567ad[_0x28c7e9(0x120)]:await RequestQueueHandler[_0x28c7e9(0x104)]()['shutdown'](),process['removeAllListeners']();break;default:}},_0x4567ad['tgmEe']));}catch(_0x1af390){_0x4567ad[_0x48c8aa(0x11f)](debug,_0x48c8aa(0x109)+_0x1af390);}return _0x4567ad[_0x48c8aa(0x121)](initInitialize,..._0x1c3b2c);};try{Object[a17_0x31345c(0x11e)](exportsI)[a17_0x31345c(0xf9)](_0x1b0555=>{const _0x18a303=a17_0x31345c,_0x20b668={'RaOPf':function(_0x1d4d43,_0x23dcab){return _0x1d4d43(_0x23dcab);}};try{exports&&(exports[_0x1b0555]=exportsI[_0x1b0555]);}catch(_0x1f3d21){_0x20b668[_0x18a303(0xe8)](debug,_0x18a303(0xf0)+_0x1f3d21);}});}catch(a17_0x4a7cf4){debug(a17_0x31345c(0xdd)+a17_0x4a7cf4);}function a17_0x594f(){const _0xb030cb=['OQPjI','test','2pfmfNp','hook_success','run_describe_finish',':hookAnalyticsId','17120600pqntqu','unhandledErrors','HookFinished','yYLti','test_start','../../../helpers/helper','teqan','RGbvI','HookRunFinished','wxWiP','oZvlg','removeTestUUID','keys','tOLUg','PNyxn','hgiqT','hook_start','YWbTa','ZplbZ','hookAnalyticsId','../test-observability/test-details','jest-circus','GddEI','QOEqS','EVENT','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','sendTestRunEvent','type','1574237aZBbNV','beforeAll','jest-circus/build/utils.js','../../../helpers/testhub/utils','afterEach','6htNgnB','test_skip','hook_failure','RaOPf','2676222meBhAr','includes','vtGOe','setTestUUID','32ySUtfu','pid','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','825712JAWwBK','markedStatus','../../../helpers/test-observability/error-handler','hook','1271580PQoKjs','initialize','name','../../../helpers/testhub/constants','forEach','length','addEventHandler','testStarted','lZNFb','gbyHA','../test-observability/obsReporter','612819iwhYkC','TestRunSkipped','wFfDU','started_at','getInstance','EventHandler','qjOmE','TOQvD','../../../helpers/test-observability/requestQueueHandler','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','400212FXgTsZ','../../../helpers/test-observability/utils'];a17_0x594f=function(){return _0xb030cb;};return a17_0x594f();}
1
+ const a17_0xedef4e=a17_0x3cec;(function(_0x596404,_0x697af9){const _0x29d584=a17_0x3cec,_0x3bf061=_0x596404();while(!![]){try{const _0x42680a=-parseInt(_0x29d584(0xfd))/0x1*(-parseInt(_0x29d584(0x114))/0x2)+-parseInt(_0x29d584(0x101))/0x3+parseInt(_0x29d584(0x104))/0x4+-parseInt(_0x29d584(0x10d))/0x5+-parseInt(_0x29d584(0xea))/0x6+parseInt(_0x29d584(0xd0))/0x7+parseInt(_0x29d584(0xd2))/0x8*(-parseInt(_0x29d584(0xe9))/0x9);if(_0x42680a===_0x697af9)break;else _0x3bf061['push'](_0x3bf061['shift']());}catch(_0x517ba8){_0x3bf061['push'](_0x3bf061['shift']());}}}(a17_0x2d82,0x6105a));const {requireModule}=require(a17_0xedef4e(0xc8)),ObservabilityReporter=require('../test-observability/obsReporter'),RequestQueueHandler=require(a17_0xedef4e(0xd6)),TestDetails=require(a17_0xedef4e(0xc6)),{patchConsoleLogger,debug}=require(a17_0xedef4e(0x100)),{o11yErrorHandler}=require(a17_0xedef4e(0xc7)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),testHubConstants=require(a17_0xedef4e(0xf5)),exportsI=requireModule(a17_0xedef4e(0x103),a17_0xedef4e(0xe8)),initInitialize=exportsI[a17_0xedef4e(0xf7)];exportsI[a17_0xedef4e(0xf7)]=(..._0x51272e)=>{const _0x2c9902=a17_0xedef4e,_0x1ce23d={'WceoA':function(_0x39ac01,_0x34b4e,_0x48c0cc){return _0x39ac01(_0x34b4e,_0x48c0cc);},'McMfR':_0x2c9902(0xef),'dFdMf':_0x2c9902(0xe8),'sCjdx':'hook_start','wmWyV':function(_0x574027,_0x41df4b){return _0x574027(_0x41df4b);},'Wcpyx':_0x2c9902(0xc5),'SbpKr':_0x2c9902(0xc3),'oGdJW':_0x2c9902(0xf0),'nuNGD':_0x2c9902(0x108),'AqMxc':_0x2c9902(0xf6),'lPDPX':_0x2c9902(0xc2),'JkFEg':_0x2c9902(0xf9),'VGuZu':function(_0x484475,_0x5323b4){return _0x484475>_0x5323b4;},'TPnvS':'test_start','NIdtn':function(_0x173529){return _0x173529();},'yPlYI':'test_done','mumpf':function(_0x1a0150,_0x39faa0){return _0x1a0150(_0x39faa0);},'FiJav':_0x2c9902(0xfe),'NYnMn':_0x2c9902(0x105),'hKMBZ':_0x2c9902(0xf4),'uwkal':_0x2c9902(0xd1),'FXhAV':function(_0xcd789a){return _0xcd789a();},'inVLa':function(_0x1d2486){return _0x1d2486();},'WbbuW':function(_0x50acd7){return _0x50acd7();},'stNkN':function(_0x7d8736,_0xf48e25,_0x44d8fd){return _0x7d8736(_0xf48e25,_0x44d8fd);},'upsHF':_0x2c9902(0x116),'rSwkG':function(_0x309407,_0x431d8b,_0x1ba5e1){return _0x309407(_0x431d8b,_0x1ba5e1);},'HvmDt':_0x2c9902(0x109),'cWbuu':function(_0xe2eead,_0x571ca2){return _0xe2eead(_0x571ca2);}};try{const _0xf3fd73=new ObservabilityReporter();_0x1ce23d[_0x2c9902(0xec)](shouldProcessEventForTesthub)&&(_0x1ce23d['inVLa'](patchConsoleLogger),_0xf3fd73[_0x2c9902(0xf1)]()),_0x1ce23d['WbbuW'](shouldProcessEventForTesthub)&&_0x1ce23d[_0x2c9902(0xbf)](requireModule,_0x1ce23d[_0x2c9902(0xbe)],_0x1ce23d[_0x2c9902(0xed)])[_0x2c9902(0xf8)](_0x1ce23d[_0x2c9902(0xe3)](o11yErrorHandler,async(_0x48ca37,_0x227e09)=>{const _0x1077e1=_0x2c9902,_0x5998dd=_0x1ce23d[_0x1077e1(0xf2)](requireModule,_0x1ce23d[_0x1077e1(0xd3)],_0x1ce23d[_0x1077e1(0xed)])[_0x1077e1(0xca)];switch(_0x48ca37[_0x1077e1(0xcf)]){case _0x1ce23d[_0x1077e1(0xc4)]:if(_0x1ce23d[_0x1077e1(0xc0)](shouldProcessEventForTesthub,testHubConstants['EVENT'][_0x1077e1(0xff)])){if(!_0x48ca37[_0x1077e1(0xeb)][_0x1077e1(0xde)]){const _0xe689b4=TestDetails[_0x1077e1(0xee)](process['pid']+':hookAnalyticsId');_0x48ca37[_0x1077e1(0xeb)]['hookAnalyticsId']=_0xe689b4;}else _0x48ca37[_0x1077e1(0xeb)][_0x1077e1(0xdc)]&&(_0x48ca37[_0x1077e1(0xeb)]['hookAnalyticsId']=TestDetails['setTestUUID'](process[_0x1077e1(0x111)]+_0x1077e1(0xe0)),delete _0x48ca37['hook'][_0x1077e1(0xdc)]);_0x48ca37[_0x1077e1(0xeb)][_0x1077e1(0xc1)]=new Date()[_0x1077e1(0x10c)](),await _0xf3fd73['sendTestRunEvent'](_0x48ca37[_0x1077e1(0xeb)],undefined,![],_0x1ce23d[_0x1077e1(0xe6)]);}break;case _0x1ce23d[_0x1077e1(0x112)]:_0x1ce23d['wmWyV'](shouldProcessEventForTesthub,testHubConstants[_0x1077e1(0x106)]['HookFinished'])&&(await _0xf3fd73[_0x1077e1(0xe2)](_0x48ca37[_0x1077e1(0xeb)],undefined,![],_0x1ce23d[_0x1077e1(0xd5)]),TestDetails[_0x1077e1(0xcc)](process['pid']+':hookAnalyticsId'));break;case _0x1ce23d[_0x1077e1(0xd9)]:[_0x1ce23d[_0x1077e1(0x10a)],_0x1ce23d[_0x1077e1(0xdf)],_0x1ce23d['JkFEg']][_0x1077e1(0xda)](_0x48ca37[_0x1077e1(0xeb)][_0x1077e1(0xe7)])&&(_0xf3fd73[_0x1077e1(0x108)]=_0x48ca37[_0x1077e1(0xeb)][_0x1077e1(0xe7)]),_0x227e09[_0x1077e1(0xdb)]&&_0x1ce23d[_0x1077e1(0xfb)](_0x227e09[_0x1077e1(0xdb)][_0x1077e1(0xe1)],0x0)&&(_0x48ca37['hook'][_0x1077e1(0xcb)]=[_0x227e09[_0x1077e1(0xdb)][0x0][0x0]]);_0x1ce23d[_0x1077e1(0xc0)](shouldProcessEventForTesthub,testHubConstants[_0x1077e1(0x106)][_0x1077e1(0x115)])&&(await _0xf3fd73[_0x1077e1(0xe2)](_0x48ca37['hook'],undefined,![],_0x1ce23d[_0x1077e1(0xd5)]),TestDetails[_0x1077e1(0xcc)](process[_0x1077e1(0x111)]+':hookAnalyticsId'));break;case _0x1ce23d[_0x1077e1(0xc9)]:_0x1ce23d['NIdtn'](shouldProcessEventForTesthub)&&await _0xf3fd73[_0x1077e1(0x107)](_0x48ca37[_0x1077e1(0xce)]);break;case _0x1ce23d[_0x1077e1(0x10b)]:_0x48ca37['test']={..._0x1ce23d[_0x1077e1(0xe5)](_0x5998dd,_0x48ca37[_0x1077e1(0xce)]),..._0x48ca37[_0x1077e1(0xce)]};_0x1ce23d[_0x1077e1(0xfc)](shouldProcessEventForTesthub)&&(!_0x48ca37[_0x1077e1(0xce)][_0x1077e1(0xdc)]&&(_0x48ca37[_0x1077e1(0xce)][_0x1077e1(0xdc)]=!![],await _0xf3fd73[_0x1077e1(0xe2)](_0x48ca37[_0x1077e1(0xce)])));break;case _0x1ce23d[_0x1077e1(0xdd)]:_0x48ca37[_0x1077e1(0xce)]={..._0x1ce23d[_0x1077e1(0xc0)](_0x5998dd,_0x48ca37[_0x1077e1(0xce)]),..._0x48ca37[_0x1077e1(0xce)]};_0x1ce23d[_0x1077e1(0xfc)](shouldProcessEventForTesthub)&&(!_0x48ca37['test']['markedStatus']&&(_0x48ca37[_0x1077e1(0xce)][_0x1077e1(0xdc)]=!![],await _0xf3fd73[_0x1077e1(0xe2)](_0x48ca37[_0x1077e1(0xce)],undefined,![],_0x1ce23d[_0x1077e1(0xd7)])));break;case _0x1ce23d['hKMBZ']:_0xf3fd73[_0x1077e1(0x108)]=null;break;case _0x1ce23d[_0x1077e1(0x102)]:await RequestQueueHandler[_0x1077e1(0x10e)]()['shutdown'](),process[_0x1077e1(0xf3)]();break;default:}},_0x1ce23d[_0x2c9902(0xd4)]));}catch(_0x42ff23){_0x1ce23d[_0x2c9902(0xe4)](debug,_0x2c9902(0xcd)+_0x42ff23);}return _0x1ce23d[_0x2c9902(0xe5)](initInitialize,..._0x51272e);};try{Object[a17_0xedef4e(0x110)](exportsI)[a17_0xedef4e(0xfa)](_0x53ccd3=>{const _0x19bb3e=a17_0xedef4e,_0x429cde={'rQYCQ':function(_0x1fc1e9,_0x582784){return _0x1fc1e9(_0x582784);}};try{exports&&(exports[_0x53ccd3]=exportsI[_0x53ccd3]);}catch(_0x47c0b0){_0x429cde[_0x19bb3e(0x10f)](debug,_0x19bb3e(0x113)+_0x47c0b0);}});}catch(a17_0x28c73e){debug(a17_0xedef4e(0xd8)+a17_0x28c73e);}function a17_0x3cec(_0x333f20,_0x41340c){const _0x2d82d9=a17_0x2d82();return a17_0x3cec=function(_0x3cec92,_0x59397e){_0x3cec92=_0x3cec92-0xbe;let _0x15ebe6=_0x2d82d9[_0x3cec92];return _0x15ebe6;},a17_0x3cec(_0x333f20,_0x41340c);}function a17_0x2d82(){const _0x1c7a5d=['WceoA','removeAllListeners','run_describe_finish','../../../helpers/testhub/constants','beforeAll','initialize','addEventHandler','afterEach','forEach','VGuZu','NIdtn','3DKxFrO','test_skip','HookStarted','../../../helpers/test-observability/utils','608580mzbNVV','uwkal','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','2750040gZFtEM','TestRunSkipped','EVENT','testStarted','hook_failure','EventHandler','AqMxc','yPlYI','toISOString','3456760ntDpLw','getInstance','rQYCQ','keys','pid','SbpKr','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','99608rNGdiL','HookFinished','jest-circus/build/state.js','upsHF','stNkN','wmWyV','started_at','beforeEach','hook_success','sCjdx','HookRunStarted','../test-observability/test-details','../../../helpers/test-observability/error-handler','../../../helpers/helper','TPnvS','makeSingleTestResult','errorsDetailed','removeTestUUID','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','test','name','3466792pMxNXK','teardown','64mgYXEJ','McMfR','HvmDt','oGdJW','../../../helpers/test-observability/requestQueueHandler','NYnMn','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','nuNGD','includes','unhandledErrors','markedStatus','FiJav','hookAnalyticsId','lPDPX',':hookAnalyticsId','length','sendTestRunEvent','rSwkG','cWbuu','mumpf','Wcpyx','type','jest-circus','13473kpIBKL','171528YYCJZm','hook','FXhAV','dFdMf','setTestUUID','jest-circus/build/utils.js','HookRunFinished','registerListeners'];a17_0x2d82=function(){return _0x1c7a5d;};return a17_0x2d82();}
@@ -1 +1 @@
1
- 'use strict';function a18_0x2858(_0x319e6b,_0x3f420a){const _0x323c2b=a18_0x323c();return a18_0x2858=function(_0x2858a9,_0x138a53){_0x2858a9=_0x2858a9-0x1ae;let _0x4f36c9=_0x323c2b[_0x2858a9];return _0x4f36c9;},a18_0x2858(_0x319e6b,_0x3f420a);}const a18_0x56be2a=a18_0x2858;(function(_0x4c2ab7,_0x1fa54d){const _0x36da10=a18_0x2858,_0x32fa5a=_0x4c2ab7();while(!![]){try{const _0x4e0109=parseInt(_0x36da10(0x1c2))/0x1+-parseInt(_0x36da10(0x1be))/0x2*(parseInt(_0x36da10(0x1cc))/0x3)+parseInt(_0x36da10(0x1bb))/0x4+parseInt(_0x36da10(0x1c3))/0x5*(parseInt(_0x36da10(0x1b0))/0x6)+parseInt(_0x36da10(0x1bc))/0x7*(-parseInt(_0x36da10(0x1cb))/0x8)+-parseInt(_0x36da10(0x1bf))/0x9+parseInt(_0x36da10(0x1b1))/0xa;if(_0x4e0109===_0x1fa54d)break;else _0x32fa5a['push'](_0x32fa5a['shift']());}catch(_0x40a5aa){_0x32fa5a['push'](_0x32fa5a['shift']());}}}(a18_0x323c,0x2b895));function a18_0x323c(){const _0x2a2c45=['Vvmzp','246062mNdyeB','812675nPblqe','jest-runner','push','forEach','VaqHb','freeze','value','default','553624gxGWEk','6ZZfGtf','config','YLrOy','length','6MnbbFX','2007780RtKijp','jqEZx','exports','defineProperty','capabilities','runTests','../../../helpers/helper','serial__','__esModule','_globalConfig','165520aCrlQB','7FIRedA','testEnvironmentOptions','168724wmfwoU','2110527LPSJOp','context'];a18_0x323c=function(){return _0x2a2c45;};return a18_0x323c();}const {requireModule,isBrowserstackInfra}=require(a18_0x56be2a(0x1b7)),a18_0x3bb0c8={};a18_0x3bb0c8[a18_0x56be2a(0x1c9)]=!![],Object[a18_0x56be2a(0x1b4)](exports,a18_0x56be2a(0x1b9),a18_0x3bb0c8),exports[a18_0x56be2a(0x1ca)]=void 0x0;function _interopRequireDefault(_0x2a7fe0){const _0x5e9f76=a18_0x56be2a;return _0x2a7fe0&&_0x2a7fe0[_0x5e9f76(0x1b9)]?_0x2a7fe0:{'default':_0x2a7fe0};}const JestRunner=_interopRequireDefault(requireModule(a18_0x56be2a(0x1c4)))['default'];class TestRunner extends JestRunner{constructor(..._0x29c24d){super(..._0x29c24d);}[a18_0x56be2a(0x1b6)](..._0x4162d4){const _0x679f17=a18_0x56be2a,_0x15eff2={'VaqHb':function(_0x72c7bd){return _0x72c7bd();},'YLrOy':function(_0x27752c,_0x3fd840){return _0x27752c-_0x3fd840;},'yAAhA':function(_0x5428fc,_0x28edb6){return _0x5428fc*_0x28edb6;},'Vvmzp':function(_0x37326a,_0xd183c){return _0x37326a===_0xd183c;},'ikVZh':'false','jqEZx':function(_0x2606ba,_0x1b5dcb){return _0x2606ba<_0x1b5dcb;}};if(!_0x15eff2[_0x679f17(0x1c7)](isBrowserstackInfra))return super[_0x679f17(0x1b6)](..._0x4162d4);const _0x2233c0=_0x4162d4[0x0],_0xea2a4a=_0x4162d4[_0x15eff2[_0x679f17(0x1ae)](_0x4162d4[_0x679f17(0x1af)],0x1)],_0x297808=_0x2233c0[0x0][_0x679f17(0x1c0)][_0x679f17(0x1cd)][_0x679f17(0x1bd)][_0x679f17(0x1b5)],_0x131646=_0x2233c0[0x0][_0x679f17(0x1c0)][_0x679f17(0x1cd)][_0x679f17(0x1bd)]['parallels__'];_0x131646&&(this[_0x679f17(0x1ba)]=Object[_0x679f17(0x1c8)]({...this['_globalConfig'],'maxWorkers':_0x15eff2['yAAhA'](_0x131646,_0x297808[_0x679f17(0x1af)])}));_0x15eff2[_0x679f17(0x1c1)](_0x2233c0[0x0][_0x679f17(0x1c0)][_0x679f17(0x1cd)]['testEnvironmentOptions'][_0x679f17(0x1b8)],_0x15eff2['ikVZh'])&&(_0xea2a4a&&(_0xea2a4a['serial']=![]));const _0x36aea5=[];for(let _0x1535aa=0x0;_0x15eff2[_0x679f17(0x1b2)](_0x1535aa,_0x2233c0[_0x679f17(0x1af)]);_0x1535aa++){const _0x3de431=[];_0x297808[_0x679f17(0x1c6)]((_0x2c8cf6,_0xd92427)=>{const _0x1ead2b=_0x679f17,_0x2c3954={..._0x2233c0[_0x1535aa]},_0x2b9ad4=_0x2c3954;_0x2b9ad4[_0x1ead2b(0x1c0)]=Object['freeze']({..._0x2b9ad4[_0x1ead2b(0x1c0)],'config':{..._0x2b9ad4[_0x1ead2b(0x1c0)]['config'],'capability':_0x2c8cf6,'browserstackPlatformIndex':_0xd92427}}),_0x3de431[_0x1ead2b(0x1c5)](_0x2b9ad4);}),_0x36aea5[_0x679f17(0x1c5)](..._0x3de431);}return super['runTests'](_0x36aea5,..._0x4162d4['slice'](0x1));}}module[a18_0x56be2a(0x1b3)]=TestRunner;
1
+ 'use strict';const a18_0x7581e5=a18_0x21ff;(function(_0x1e62eb,_0x1006e3){const _0xe4d8b4=a18_0x21ff,_0x1cd553=_0x1e62eb();while(!![]){try{const _0x10b4a8=-parseInt(_0xe4d8b4(0x8f))/0x1*(-parseInt(_0xe4d8b4(0x90))/0x2)+-parseInt(_0xe4d8b4(0x80))/0x3+parseInt(_0xe4d8b4(0x7a))/0x4+-parseInt(_0xe4d8b4(0x87))/0x5*(parseInt(_0xe4d8b4(0x8c))/0x6)+parseInt(_0xe4d8b4(0x76))/0x7+parseInt(_0xe4d8b4(0x7f))/0x8+parseInt(_0xe4d8b4(0x86))/0x9;if(_0x10b4a8===_0x1006e3)break;else _0x1cd553['push'](_0x1cd553['shift']());}catch(_0x346a7e){_0x1cd553['push'](_0x1cd553['shift']());}}}(a18_0x5c94,0xed2e3));function a18_0x21ff(_0x238c7f,_0x1ed7d2){const _0x5c9499=a18_0x5c94();return a18_0x21ff=function(_0x21ff07,_0x5b877f){_0x21ff07=_0x21ff07-0x70;let _0x222c91=_0x5c9499[_0x21ff07];return _0x222c91;},a18_0x21ff(_0x238c7f,_0x1ed7d2);}const {requireModule,isBrowserstackInfra}=require(a18_0x7581e5(0x73)),a18_0x1bf40f={};a18_0x1bf40f[a18_0x7581e5(0x84)]=!![],Object['defineProperty'](exports,'__esModule',a18_0x1bf40f),exports[a18_0x7581e5(0x8a)]=void 0x0;function a18_0x5c94(){const _0x1372d3=['jest-runner','forEach','7665488yPLwEu','4461498dFOfkR','MeUoA','slice','length','value','config','8681463neLLNa','24335pDfcgQ','lWAfm','false','default','parallels__','2136gFaYMw','serial__','testEnvironmentOptions','1097jpZqyn','1364WiVyJz','capabilities','push','QpXvx','ghDrF','../../../helpers/helper','KbjMa','__esModule','10595039VDzaXC','serial','NEuBU','freeze','27140hRfpjz','runTests','context'];a18_0x5c94=function(){return _0x1372d3;};return a18_0x5c94();}function _interopRequireDefault(_0x431e2f){const _0x53f2da=a18_0x7581e5;return _0x431e2f&&_0x431e2f[_0x53f2da(0x75)]?_0x431e2f:{'default':_0x431e2f};}const JestRunner=_interopRequireDefault(requireModule(a18_0x7581e5(0x7d)))[a18_0x7581e5(0x8a)];class TestRunner extends JestRunner{constructor(..._0x244708){super(..._0x244708);}[a18_0x7581e5(0x7b)](..._0x5a0194){const _0x5ee5ae=a18_0x7581e5,_0x1f85d7={'QpXvx':function(_0x1cbc9a){return _0x1cbc9a();},'KbjMa':function(_0x4e9c49,_0x231fa7){return _0x4e9c49-_0x231fa7;},'NEuBU':function(_0x26684e,_0x19c74){return _0x26684e*_0x19c74;},'lWAfm':function(_0x569043,_0x7e7171){return _0x569043===_0x7e7171;},'ghDrF':_0x5ee5ae(0x89),'MeUoA':function(_0x402b3e,_0x502546){return _0x402b3e<_0x502546;}};if(!_0x1f85d7[_0x5ee5ae(0x71)](isBrowserstackInfra))return super[_0x5ee5ae(0x7b)](..._0x5a0194);const _0x4a8fc7=_0x5a0194[0x0],_0x3fd548=_0x5a0194[_0x1f85d7[_0x5ee5ae(0x74)](_0x5a0194[_0x5ee5ae(0x83)],0x1)],_0x1741b3=_0x4a8fc7[0x0][_0x5ee5ae(0x7c)][_0x5ee5ae(0x85)][_0x5ee5ae(0x8e)][_0x5ee5ae(0x91)],_0xf29460=_0x4a8fc7[0x0][_0x5ee5ae(0x7c)][_0x5ee5ae(0x85)][_0x5ee5ae(0x8e)][_0x5ee5ae(0x8b)];_0xf29460&&(this['_globalConfig']=Object[_0x5ee5ae(0x79)]({...this['_globalConfig'],'maxWorkers':_0x1f85d7[_0x5ee5ae(0x78)](_0xf29460,_0x1741b3[_0x5ee5ae(0x83)])}));_0x1f85d7[_0x5ee5ae(0x88)](_0x4a8fc7[0x0]['context']['config'][_0x5ee5ae(0x8e)][_0x5ee5ae(0x8d)],_0x1f85d7[_0x5ee5ae(0x72)])&&(_0x3fd548&&(_0x3fd548[_0x5ee5ae(0x77)]=![]));const _0x2f1d70=[];for(let _0x2c35b2=0x0;_0x1f85d7[_0x5ee5ae(0x81)](_0x2c35b2,_0x4a8fc7[_0x5ee5ae(0x83)]);_0x2c35b2++){const _0x221ed2=[];_0x1741b3[_0x5ee5ae(0x7e)]((_0x4921f9,_0x1e833c)=>{const _0x23336c=_0x5ee5ae,_0x3fc561={..._0x4a8fc7[_0x2c35b2]},_0x3fd0b1=_0x3fc561;_0x3fd0b1['context']=Object[_0x23336c(0x79)]({..._0x3fd0b1[_0x23336c(0x7c)],'config':{..._0x3fd0b1[_0x23336c(0x7c)][_0x23336c(0x85)],'capability':_0x4921f9,'browserstackPlatformIndex':_0x1e833c}}),_0x221ed2[_0x23336c(0x70)](_0x3fd0b1);}),_0x2f1d70[_0x5ee5ae(0x70)](..._0x221ed2);}return super['runTests'](_0x2f1d70,..._0x5a0194[_0x5ee5ae(0x82)](0x1));}}module['exports']=TestRunner;
@@ -1 +1 @@
1
- function a19_0x409d(_0x44e331,_0x203739){const _0x250be7=a19_0x250b();return a19_0x409d=function(_0x409da9,_0x341a5b){_0x409da9=_0x409da9-0x191;let _0x2cd67b=_0x250be7[_0x409da9];return _0x2cd67b;},a19_0x409d(_0x44e331,_0x203739);}const a19_0x5ebbd6=a19_0x409d;(function(_0xcc783c,_0x2af4c7){const _0x2abf06=a19_0x409d,_0x5891a6=_0xcc783c();while(!![]){try{const _0x4ba512=parseInt(_0x2abf06(0x1fa))/0x1+-parseInt(_0x2abf06(0x19c))/0x2*(-parseInt(_0x2abf06(0x195))/0x3)+-parseInt(_0x2abf06(0x1ff))/0x4+parseInt(_0x2abf06(0x214))/0x5+parseInt(_0x2abf06(0x21c))/0x6+-parseInt(_0x2abf06(0x1df))/0x7+-parseInt(_0x2abf06(0x220))/0x8;if(_0x4ba512===_0x2af4c7)break;else _0x5891a6['push'](_0x5891a6['shift']());}catch(_0x881734){_0x5891a6['push'](_0x5891a6['shift']());}}}(a19_0x250b,0xbaa39));const util=require(a19_0x5ebbd6(0x193)),{sendPlatformDetails}=require('../../helpers/test-observability/utils'),{isBrowserstackInfra,markSessionStatus}=require(a19_0x5ebbd6(0x20f));let __error_messages__=[];const RequestQueueHandler=require(a19_0x5ebbd6(0x1f4));jest[a19_0x5ebbd6(0x21d)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x5ebbd6(0x1f5)),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require(a19_0x5ebbd6(0x1a0))[a19_0x5ebbd6(0x1af)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a19_0x5ebbd6(0x1fc)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require(a19_0x5ebbd6(0x19d)),globals=require(a19_0x5ebbd6(0x1ec)),{shouldProcessEventForTesthub}=require(a19_0x5ebbd6(0x1e2)),testHubConstants=require('../../helpers/testhub/constants');globals['browserStackGlobals']=browserStackGlobals;function stripUnicode(_0x20a9a7){const _0x33e193=a19_0x5ebbd6;return _0x20a9a7[_0x33e193(0x1a7)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0x3f0ee1=a19_0x5ebbd6,_0x209b2b={'faNgw':function(_0x3405e7){return _0x3405e7();},'GWmqM':'browserstackTestName','FCTRZ':function(_0x237b74,_0x3ffe7e){return _0x237b74!==_0x3ffe7e;},'LcvZH':_0x3f0ee1(0x1e1),'duKOx':function(_0x8c0510,_0x129252){return _0x8c0510>_0x129252;},'Fzypj':function(_0x27bb92,_0x347594){return _0x27bb92(_0x347594);}};if(!_0x209b2b[_0x3f0ee1(0x19b)](isBrowserstackInfra))return;const _0x15b14a=expect['getState']()[_0x3f0ee1(0x21e)];globals['setGlobal'](_0x209b2b['GWmqM'],_0x15b14a);!sessionNameProvided&&await PerformanceTester[_0x3f0ee1(0x22c)](PerformanceAutEvents[_0x3f0ee1(0x194)],async()=>{const _0x20775d=_0x3f0ee1;await __drivers[0x0][_0x20775d(0x19e)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x15b14a+_0x20775d(0x1aa));})();let _0x5bc034=null,_0x5d9536=![];_0x209b2b[_0x3f0ee1(0x1a8)](typeof jasmine,_0x209b2b[_0x3f0ee1(0x1bf)])?jasmine[_0x3f0ee1(0x1c4)][_0x3f0ee1(0x205)]&&_0x209b2b['duKOx'](jasmine[_0x3f0ee1(0x1c4)][_0x3f0ee1(0x205)][_0x3f0ee1(0x1f9)],0x0)?(_0x5d9536=!![],_0x5bc034=_0x209b2b[_0x3f0ee1(0x1ed)](stripUnicode,JSON[_0x3f0ee1(0x1cf)](jasmine[_0x3f0ee1(0x1c4)][_0x3f0ee1(0x205)][0x0]['message']))):_0x5bc034=_0x209b2b[_0x3f0ee1(0x1ed)](stripUnicode,JSON[_0x3f0ee1(0x1cf)](jasmine[_0x3f0ee1(0x1c4)]['description'])):testContext[_0x3f0ee1(0x1b1)]&&_0x209b2b[_0x3f0ee1(0x1ea)](testContext[_0x3f0ee1(0x1b1)]['length'],0x0)?(_0x5d9536=!![],_0x5bc034=_0x209b2b['Fzypj'](stripUnicode,JSON[_0x3f0ee1(0x1cf)](testContext[_0x3f0ee1(0x1b1)][0x0][0x0][_0x3f0ee1(0x1c7)]||testContext[_0x3f0ee1(0x1b1)][0x0][0x0]))):_0x5bc034=_0x209b2b[_0x3f0ee1(0x1ed)](stripUnicode,JSON[_0x3f0ee1(0x1cf)](testContext['name'])),_0x5d9536?(__error_messages__[_0x3f0ee1(0x192)](_0x5bc034),await __drivers[0x0]['executeScript'](_0x3f0ee1(0x1b3)+_0x5bc034+_0x3f0ee1(0x20e))):await __drivers[0x0][_0x3f0ee1(0x19e)](_0x3f0ee1(0x1e6)+_0x5bc034+_0x3f0ee1(0x204));}const executeAnnotate=async(_0x12aac9,_0x3d7956)=>{const _0x51a31b=a19_0x5ebbd6;await global[_0x51a31b(0x19a)][0x0][_0x51a31b(0x19e)](_0x51a31b(0x1d6)+_0x12aac9+',\x22level\x22:\x20\x22'+_0x3d7956+_0x51a31b(0x1aa));};async function driverCleanup(){const _0x4a55be=a19_0x5ebbd6,_0x4d40e3={'UhwKt':function(_0x46b571){return _0x46b571();},'QeSrk':_0x4a55be(0x1bd),'awzzN':function(_0x2e7960,_0xa4af95){return _0x2e7960>_0xa4af95;},'MQWTi':function(_0x2c176d,_0x44727c,_0x46b1b0,_0x1e8dde){return _0x2c176d(_0x44727c,_0x46b1b0,_0x1e8dde);},'YStkA':_0x4a55be(0x1f8),'YONQv':_0x4a55be(0x207),'cVxOh':function(_0x37020d,_0x15ed2d,_0x135997){return _0x37020d(_0x15ed2d,_0x135997);},'yilEk':'passed'};if(!_0x4d40e3['UhwKt'](isBrowserstackInfra))return;let _0x26069f=![];try{const _0x363d35=_0x4d40e3[_0x4a55be(0x1b9)][_0x4a55be(0x1be)]('|');let _0x478ef2=0x0;while(!![]){switch(_0x363d35[_0x478ef2++]){case'0':_0x26069f=!![];continue;case'1':_0x4d40e3[_0x4a55be(0x1a9)](__error_messages__[_0x4a55be(0x1f9)],0x0)?await _0x4d40e3['MQWTi'](markSessionStatus,__drivers[0x0],_0x4d40e3['YStkA'],__error_messages__[_0x4a55be(0x1c6)](_0x4d40e3[_0x4a55be(0x1c0)])):await _0x4d40e3[_0x4a55be(0x20c)](markSessionStatus,__drivers[0x0],_0x4d40e3[_0x4a55be(0x1a4)]);continue;case'2':PerformanceTester[_0x4a55be(0x223)](PerformanceAutEvents[_0x4a55be(0x21a)],!![]);continue;case'3':PerformanceTester[_0x4a55be(0x20d)](PerformanceAutEvents[_0x4a55be(0x21a)]);continue;case'4':await __drivers[0x0][_0x4a55be(0x1e7)];continue;}break;}}catch(_0x5cc783){console[_0x4a55be(0x1d9)](_0x5cc783),PerformanceTester[_0x4a55be(0x223)](PerformanceAutEvents[_0x4a55be(0x21a)],![],_0x5cc783);}__error_messages__=[];if(_0x26069f)try{await __drivers[0x0]['initQuit']();}catch(_0x2065ec){console[_0x4a55be(0x1d9)](_0x2065ec);}}function a19_0x250b(){const _0x434299=['hlBUM','OYWcP','DzMjt','yilEk','browserstackSessionName','SYNC','replace','FCTRZ','awzzN','\x22}}','fhacQ','percy','Wckiq','Bmjjj','winstonLogger','performScan','errors','addReporter','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.',':testAnalyticsId','app','uEkUj','https:','QeSrk','percyCaptureMode','afterAll','ATdnH','3|4|0|1|2','split','LcvZH','YONQv','appium:app','hookType','PERFORM_SCAN','currentTest','getGlobal','join','message','beforeAll','isAccessibilityPlatform','eqWfb','executeAsyncScript','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','isArray','stringify','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','getEnv','getState','debug','jpLVl','getInstance','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','1|0|2|4|3','mNMjg','log','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','dROzY','pid','AIgQa','GGxIJ','3621954LPvBwG','nOCnO','undefined','../../helpers/testhub/utils','stopMonitoring','yUuqQ','bstackA11yShouldScan','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','session_','BROWSERSTACK_TESTHUB_UUID','QGhYw','duKOx','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','../../helpers/globals','Fzypj','WGFTO','setGlobal','SUflq','getTestUUID','xXMgY','BROWSERSTACK_TESTHUB_JWT','../../helpers/test-observability/requestQueueHandler','../../helpers/accessibility-automation/helper','fUziD','browserstackTestName','failed','length','274601zTyRqV','enfvy','../../helpers/performance/performance-tester','SDK_HOOK','NckTQ','5523416dJAdQS','zTPBV','info','nmvcH','OFIUc','\x22,\x22level\x22:\x20\x22info\x22}}','failedExpectations','apmME','\x20|\x20','VPoee','zfdfp','vtCUj','pendingUploads','cVxOh','start','\x22,\x22level\x22:\x20\x22error\x22}}','../../helpers/helper','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','JuPpc','ITBBh','format','7144545sVscmU','RLARj','shift','gDLYH','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','QaMpD','SESSION_STATUS','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','6371802pdEHPV','setTimeout','currentTestName','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','1577216jKwLGY','GApjh','capabilities','end','error','Nptmy','PcofF','YJmIq','startMonitoring','ENV_VAR','.\x20Error\x20:','beforeEach','measureWrapper','protocol','push','util','SESSION_NAME','348SRZZOB','afterTest','http:','IYtGK','gFRYt','__drivers','faNgw','1628tkevRt','../../helpers/accessibility-automation/scripts','executeScript','quitCount_','../../helpers/logger'];a19_0x250b=function(){return _0x434299;};return a19_0x250b();}beforeAll(async()=>{const _0x373905=a19_0x5ebbd6,_0xd0003f={'Wckiq':function(_0x7ddebb,_0x153c33){return _0x7ddebb!==_0x153c33;},'vtCUj':_0x373905(0x1e1),'Bmjjj':_0x373905(0x1c8),'DzMjt':function(_0x9c0677){return _0x9c0677();},'gDDEG':function(_0x26bb6d,_0x518691,_0x87084f){return _0x26bb6d(_0x518691,_0x87084f);}};PerformanceTester[_0x373905(0x228)](),PerformanceTester[_0x373905(0x20d)](PerformanceHookEvents[_0x373905(0x1fd)]);const _0x3ae497='browserstack internal helper hook';_0xd0003f[_0x373905(0x1ad)](typeof jasmine,_0xd0003f[_0x373905(0x20a)])&&jasmine[_0x373905(0x1d1)]()[_0x373905(0x1b2)]({'specStarted':_0x303892=>{jasmine['currentTest']=_0x303892;}});let _0x1bae21=![];try{await __drivers[0x0][_0x373905(0x1e7)],_0x1bae21=!![];}catch(_0x100ab9){logger['debug']('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x100ab9);const _0x39fd70={};_0x39fd70['hookType']=_0xd0003f['Bmjjj'],PerformanceTester[_0x373905(0x223)](PerformanceHookEvents[_0x373905(0x1fd)],![],_0x100ab9,_0x39fd70);}if(_0x1bae21)try{_0xd0003f[_0x373905(0x1a3)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0xd0003f['gDDEG'](sendPlatformDetails,__drivers[0x0],TestDetails[_0x373905(0x1f1)](process[_0x373905(0x1dc)]+':testAnalyticsId')));}catch(_0x30fc7f){logger[_0x373905(0x1d3)](_0x373905(0x210)+_0x30fc7f);const _0x48918b={};_0x48918b['hookType']=_0xd0003f[_0x373905(0x1ae)],PerformanceTester[_0x373905(0x223)](PerformanceHookEvents[_0x373905(0x1fd)],![],_0x30fc7f,_0x48918b);}const _0x3a5a9={};_0x3a5a9[_0x373905(0x1c2)]=_0xd0003f[_0x373905(0x1ae)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3a5a9);}),beforeEach(async()=>{const _0x4c53c1=a19_0x5ebbd6,_0x11a548={'JuPpc':_0x4c53c1(0x1f7),'nOCnO':function(_0x4456de,_0x115c25,_0x1dd659){return _0x4456de(_0x115c25,_0x1dd659);},'YJmIq':_0x4c53c1(0x1d7),'HePbY':function(_0x22cd8e,_0x45da35){return _0x22cd8e>_0x45da35;},'VPoee':function(_0x230eda){return _0x230eda();},'fUziD':function(_0x493149,_0x1f96ee){return _0x493149>_0x1f96ee;},'ITBBh':function(_0x5b9efc,_0x1e2fc8){return _0x5b9efc>_0x1e2fc8;},'zTPBV':function(_0x3e3dc1,_0x39249f){return _0x3e3dc1>_0x39249f;},'WGFTO':_0x4c53c1(0x22b),'GGxIJ':_0x4c53c1(0x1e5),'gFRYt':function(_0x4977ea){return _0x4977ea();},'ATdnH':_0x4c53c1(0x1c9),'OYWcP':function(_0x37ff7d,_0x4e5350){return _0x37ff7d===_0x4e5350;},'DfBhv':_0x4c53c1(0x197),'SUflq':_0x4c53c1(0x1b8),'QaMpD':_0x4c53c1(0x21b),'jpLVl':function(_0x378ea1,_0x5421f0){return _0x378ea1>_0x5421f0;},'gDLYH':function(_0xaba176,_0x48fa41){return _0xaba176>_0x48fa41;},'OECMi':function(_0x252e8a){return _0x252e8a();}};PerformanceTester[_0x4c53c1(0x20d)](PerformanceHookEvents[_0x4c53c1(0x1fd)]);const _0x5d8f8b='browserstack internal helper hook';let _0x143039=!![];try{const _0x31e4c9=expect[_0x4c53c1(0x1d2)]()[_0x4c53c1(0x21e)];globals[_0x4c53c1(0x1ef)](_0x11a548[_0x4c53c1(0x211)],_0x31e4c9);const _0x291a0=_0x11a548[_0x4c53c1(0x1e0)](shouldScanTestForAccessibility,_0x31e4c9,![]);try{const _0x3ad6f6=_0x11a548[_0x4c53c1(0x227)][_0x4c53c1(0x1be)]('|');let _0x23540b=0x0;while(!![]){switch(_0x3ad6f6[_0x23540b++]){case'0':global[_0x4c53c1(0x1a5)]=_0x31e4c9;continue;case'1':Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0x31e4c9);continue;case'2':_0x11a548['HePbY'](__drivers[_0x4c53c1(0x1f9)],0x1)&&(await _0x11a548[_0x4c53c1(0x208)](driverCleanup),__drivers[_0x4c53c1(0x216)]());continue;case'3':_0x11a548[_0x4c53c1(0x1f6)](__drivers[_0x4c53c1(0x1f9)],0x0)&&_0x11a548[_0x4c53c1(0x212)](__drivers[0x0][_0x4c53c1(0x19f)],0x0)&&(_0x143039=![],await _0x11a548[_0x4c53c1(0x208)](driverCleanup));continue;case'4':_0x11a548[_0x4c53c1(0x200)](__drivers[_0x4c53c1(0x1f9)],0x0)&&(__drivers[0x0][_0x4c53c1(0x1a5)]=_0x31e4c9,__drivers[0x0][_0x4c53c1(0x1e5)]=_0x291a0);continue;}break;}}catch(_0x5cce15){logger['debug']('Failed\x20to\x20store\x20session\x20name:\x20'+_0x5cce15);const _0x2b7258={};_0x2b7258[_0x4c53c1(0x1c2)]=_0x11a548['WGFTO'],PerformanceTester[_0x4c53c1(0x223)](PerformanceHookEvents[_0x4c53c1(0x1fd)],![],_0x5cce15,_0x2b7258);}globals[_0x4c53c1(0x1ef)](_0x11a548[_0x4c53c1(0x1de)],_0x291a0);if(_0x11a548[_0x4c53c1(0x199)](isAccessibilityAutomationSession)&&_0x143039&&Array[_0x4c53c1(0x1ce)](__drivers)&&_0x11a548['zTPBV'](__drivers[_0x4c53c1(0x1f9)],0x0)&&globals[_0x4c53c1(0x1c5)](_0x11a548[_0x4c53c1(0x1bc)]))try{const _0x81797f=await __drivers[0x0][_0x4c53c1(0x1e7)];if(_0x81797f){let _0x2abfc7=!![];const _0x3d3150=await __drivers[0x0]['getCurrentUrl']();let _0x5b09e4;try{_0x5b09e4=new URL(_0x3d3150);}catch(_0x1e83dc){_0x2abfc7=![];}_0x2abfc7=_0x11a548[_0x4c53c1(0x1a2)](_0x5b09e4[_0x4c53c1(0x191)],_0x11a548['DfBhv'])||_0x11a548[_0x4c53c1(0x1a2)](_0x5b09e4['protocol'],_0x11a548[_0x4c53c1(0x1f0)]),_0x2abfc7&&(_0x291a0&&logger[_0x4c53c1(0x201)](_0x11a548[_0x4c53c1(0x219)]));}}catch(_0x3ef27a){logger[_0x4c53c1(0x224)](_0x4c53c1(0x1da)+_0x3ef27a);const _0x1f52fa={};_0x1f52fa[_0x4c53c1(0x1c2)]=_0x11a548['WGFTO'],PerformanceTester[_0x4c53c1(0x223)](PerformanceHookEvents[_0x4c53c1(0x1fd)],![],er,_0x1f52fa);}_0x11a548[_0x4c53c1(0x1d4)](__drivers['length'],0x0)&&_0x11a548[_0x4c53c1(0x217)](__drivers[0x0]['quitCount_'],0x0)&&await _0x11a548['OECMi'](driverCleanup);}catch(_0x1f39b3){logger[_0x4c53c1(0x1d3)](_0x4c53c1(0x21f)+_0x1f39b3);const _0x34909f={};_0x34909f[_0x4c53c1(0x1c2)]=_0x11a548['WGFTO'],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x1f39b3,_0x34909f);}const _0x160ae1={};_0x160ae1[_0x4c53c1(0x1c2)]=_0x11a548[_0x4c53c1(0x1ee)],PerformanceTester[_0x4c53c1(0x223)](PerformanceHookEvents[_0x4c53c1(0x1fd)],!![],null,_0x160ae1);}),afterEach(async()=>{const _0x180363=a19_0x5ebbd6,_0x588001={'fhacQ':function(_0x3d8b9d,_0x2d893d){return _0x3d8b9d>_0x2d893d;},'mNMjg':function(_0x28df76){return _0x28df76();},'nmvcH':function(_0x4c1534,_0x45c989){return _0x4c1534===_0x45c989;},'uEkUj':'testcase','hlBUM':function(_0x4ee381,_0x8f997){return _0x4ee381>_0x8f997;},'mbWIU':_0x180363(0x1c1),'eqWfb':function(_0x340d50,_0x150245,_0x137167,_0x4720d9){return _0x340d50(_0x150245,_0x137167,_0x4720d9);},'IYtGK':'afterEach','PcofF':function(_0x44458d,_0x1410ad,_0x2d184e){return _0x44458d(_0x1410ad,_0x2d184e);},'yUuqQ':'isAccessibilityPlatform','apmME':_0x180363(0x1e5),'xXMgY':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','JOcQO':'Performing\x20scan\x20before\x20saving\x20results','NmRsM':_0x180363(0x196),'dROzY':_0x180363(0x1b4),'Nptmy':function(_0x471f02){return _0x471f02();},'GApjh':function(_0x202dfe){return _0x202dfe();},'QGhYw':function(_0x3533f9,_0x4f3de2){return _0x3533f9>_0x4f3de2;},'enfvy':function(_0x490b11,_0x58fd24,_0x3e5fc7){return _0x490b11(_0x58fd24,_0x3e5fc7);},'XxVyF':_0x180363(0x1d3)};PerformanceTester[_0x180363(0x20d)](PerformanceHookEvents[_0x180363(0x1fd)]);const _0x3e328e='browserstack internal helper hook';try{_0x588001[_0x180363(0x1ab)](__drivers['length'],0x1)&&(await _0x588001[_0x180363(0x1d8)](driverCleanup),__drivers['shift']());try{if(global[_0x180363(0x1ac)]&&_0x588001[_0x180363(0x202)](global[_0x180363(0x1ba)],_0x588001[_0x180363(0x1b7)])&&__drivers[0x0]){const _0x103a02=_0x588001[_0x180363(0x1a1)](global['capabilities'][_0x180363(0x1f9)],0x0)?!!global[_0x180363(0x222)][0x0][_0x180363(0x1b6)]||!!global['capabilities'][0x0][_0x588001['mbWIU']]:![],_0x53ab4e={};_0x53ab4e[_0x180363(0x1b6)]=_0x103a02,await _0x588001[_0x180363(0x1ca)](percyAutoCapture,__drivers[0x0],_0x588001[_0x180363(0x1b7)],_0x53ab4e);}}catch(_0x1660d8){logger[_0x180363(0x1d3)](_0x180363(0x1cc)+_0x1660d8);const _0x140dfa={};_0x140dfa[_0x180363(0x1c2)]=_0x588001[_0x180363(0x198)],PerformanceTester[_0x180363(0x223)](PerformanceHookEvents[_0x180363(0x1fd)],![],_0x1660d8,_0x140dfa);}const _0x5c17b2=_0x588001[_0x180363(0x226)](shouldScanTestForAccessibility,expect['getState']()[_0x180363(0x21e)],![]);try{if(_0x588001[_0x180363(0x1d8)](isAccessibilityAutomationSession)&&globals[_0x180363(0x1c5)](_0x588001[_0x180363(0x1e4)])&&globals[_0x180363(0x1c5)](_0x588001[_0x180363(0x206)])){logger['info'](_0x588001[_0x180363(0x1f2)]);const _0x240829={'thTestRunUuid':TestDetails[_0x180363(0x1f1)](process[_0x180363(0x1dc)]+_0x180363(0x1b5)),'thBuildUuid':process['env'][testHubConstants[_0x180363(0x229)][_0x180363(0x1e8)]],'thJwtToken':process['env'][testHubConstants['ENV_VAR'][_0x180363(0x1f3)]]};logger['debug'](_0x180363(0x218)+JSON[_0x180363(0x1cf)](_0x240829)),logger['debug'](_0x588001['JOcQO']);const _0x12a877={};_0x12a877['command']=_0x588001['NmRsM'],await PerformanceTester[_0x180363(0x22c)](PerformanceA11yEvents[_0x180363(0x1c3)],async()=>{const _0x246f67=_0x180363;logger[_0x246f67(0x1d3)](util[_0x246f67(0x213)](await __drivers[0x0][_0x246f67(0x1cb)](scripts[_0x246f67(0x1b0)],{'method':expect[_0x246f67(0x1d2)]()[_0x246f67(0x21e)]})));},_0x12a877)(),await PerformanceTester[_0x180363(0x22c)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x37e47f=_0x180363;await __drivers[0x0][_0x37e47f(0x1cb)](scripts['saveTestResults'],_0x240829);})(),logger['info'](_0x588001[_0x180363(0x1db)]);}}catch(_0x48ceec){logger[_0x180363(0x224)](_0x180363(0x1eb)+expect[_0x180363(0x1d2)]()[_0x180363(0x21e)]+_0x180363(0x22a),_0x48ceec);}await _0x588001[_0x180363(0x225)](setContext);try{if(_0x588001[_0x180363(0x221)](shouldProcessEventForTesthub)){_0x588001[_0x180363(0x1e9)](global[_0x180363(0x19a)][_0x180363(0x1f9)],0x0)&&global[_0x180363(0x19a)][0x0]&&await _0x588001['PcofF'](sendPlatformDetails,global[_0x180363(0x19a)][0x0],TestDetails['getTestUUID'](process[_0x180363(0x1dc)]+_0x180363(0x1b5)));if(_0x588001['Nptmy'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x180363(0x1a6)]);const _0x241dc1='ObservabilitySync:'+Date['now']();await _0x588001[_0x180363(0x1fb)](executeAnnotate,JSON[_0x180363(0x1cf)](_0x241dc1),_0x588001['XxVyF']),PerformanceTester[_0x180363(0x223)](PerformanceO11yEvents[_0x180363(0x1a6)]);}}}catch(_0x5af74b){logger[_0x180363(0x1d3)](_0x180363(0x210)+_0x5af74b),PerformanceTester[_0x180363(0x223)](PerformanceO11yEvents[_0x180363(0x1a6)],![],_0x5af74b);}_0x588001['QGhYw'](__drivers[_0x180363(0x1f9)],0x0)&&_0x588001['hlBUM'](__drivers[0x0][_0x180363(0x19f)],0x0)&&await _0x588001[_0x180363(0x1d8)](driverCleanup);const _0x268162={};_0x268162['hookType']=_0x588001[_0x180363(0x198)],PerformanceTester['end'](PerformanceHookEvents[_0x180363(0x1fd)],!![],null,_0x268162);}catch(_0x5d66a6){logger[_0x180363(0x1d3)](_0x180363(0x1cd)+_0x5d66a6);const _0x371bcb={};_0x371bcb[_0x180363(0x1c2)]=_0x588001['IYtGK'],PerformanceTester[_0x180363(0x223)](PerformanceHookEvents['SDK_HOOK'],![],_0x5d66a6,_0x371bcb);}},0x186a0),afterAll(async()=>{const _0x37988d=a19_0x5ebbd6,_0x5ae507={'cLAgo':function(_0x23c6a1,_0x24f146){return _0x23c6a1<=_0x24f146;},'ImknQ':function(_0x1b6cc3,_0x4c5aab){return _0x1b6cc3(_0x4c5aab);},'AIgQa':function(_0x661d25){return _0x661d25();},'zfdfp':function(_0xade7f4,_0x180fed,_0x2f4138){return _0xade7f4(_0x180fed,_0x2f4138);},'OFIUc':_0x37988d(0x1bb)};PerformanceTester[_0x37988d(0x20d)](PerformanceHookEvents['SDK_HOOK']),jest['setTimeout'](0x186a0),PerformanceTester[_0x37988d(0x1e3)]();const _0x1ef07e='browserstack internal helper hook';await new Promise(_0x50da6f=>{const _0x4c2143=_0x37988d,_0x3ae4d4={'RLARj':function(_0x4e3a16,_0x21de12){return _0x5ae507['cLAgo'](_0x4e3a16,_0x21de12);},'eNpIJ':function(_0xecb7ae,_0x3a92b3){return _0x5ae507['ImknQ'](_0xecb7ae,_0x3a92b3);},'NckTQ':function(_0x51fdc2){return _0x5ae507['AIgQa'](_0x51fdc2);}},_0x112f4c=_0x5ae507[_0x4c2143(0x209)](setInterval,async()=>{const _0x3450d4=_0x4c2143;_0x3ae4d4[_0x3450d4(0x215)](RequestQueueHandler[_0x3450d4(0x1d5)]()[_0x3450d4(0x20b)],0x0)&&(_0x3ae4d4['eNpIJ'](clearInterval,_0x112f4c),_0x3ae4d4[_0x3450d4(0x1fe)](_0x50da6f));},0x3e8);});try{await _0x5ae507[_0x37988d(0x1dd)](driverCleanup);}catch(_0x4bfe81){logger[_0x37988d(0x1d3)](_0x37988d(0x1d0)+_0x4bfe81);const _0x50124c={};_0x50124c[_0x37988d(0x1c2)]=_0x5ae507[_0x37988d(0x203)],PerformanceTester[_0x37988d(0x223)](PerformanceHookEvents[_0x37988d(0x1fd)],![],_0x4bfe81,_0x50124c);}process['removeAllListeners']();const _0x28b637={};_0x28b637['hookType']=_0x5ae507['OFIUc'],PerformanceTester['end'](PerformanceHookEvents[_0x37988d(0x1fd)],!![],null,_0x28b637);},0x2710);
1
+ const a19_0x3622d5=a19_0x15e1;(function(_0x38c09f,_0x6d8849){const _0x33535e=a19_0x15e1,_0x7cfa23=_0x38c09f();while(!![]){try{const _0x11fa7b=parseInt(_0x33535e(0x1ad))/0x1*(-parseInt(_0x33535e(0x17d))/0x2)+-parseInt(_0x33535e(0x1a6))/0x3+parseInt(_0x33535e(0x1b7))/0x4+parseInt(_0x33535e(0x18a))/0x5*(-parseInt(_0x33535e(0x1b8))/0x6)+-parseInt(_0x33535e(0x164))/0x7+parseInt(_0x33535e(0x17b))/0x8*(parseInt(_0x33535e(0x17f))/0x9)+parseInt(_0x33535e(0x1a9))/0xa*(parseInt(_0x33535e(0x1b5))/0xb);if(_0x11fa7b===_0x6d8849)break;else _0x7cfa23['push'](_0x7cfa23['shift']());}catch(_0x215c98){_0x7cfa23['push'](_0x7cfa23['shift']());}}}(a19_0x4f2b,0x9ebdd));const util=require('util'),{sendPlatformDetails}=require(a19_0x3622d5(0x18b)),{isBrowserstackInfra,markSessionStatus}=require(a19_0x3622d5(0x1dc));let __error_messages__=[];const RequestQueueHandler=require(a19_0x3622d5(0x15d));jest[a19_0x3622d5(0x1aa)](__timeout);function a19_0x15e1(_0x50d8de,_0x42dc23){const _0x4f2b1e=a19_0x4f2b();return a19_0x15e1=function(_0x15e123,_0x2375d8){_0x15e123=_0x15e123-0x141;let _0x25d343=_0x4f2b1e[_0x15e123];return _0x25d343;},a19_0x15e1(_0x50d8de,_0x42dc23);}const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x3622d5(0x1ae)),{percyAutoCapture}=require('../../helpers/percy/utils'),logger=require('../../helpers/logger')['winstonLogger'],TestDetails=require(a19_0x3622d5(0x1a8)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require('../../helpers/performance/constants'),scripts=require(a19_0x3622d5(0x19a)),globals=require(a19_0x3622d5(0x1cc)),{shouldProcessEventForTesthub}=require(a19_0x3622d5(0x190)),testHubConstants=require(a19_0x3622d5(0x17c));globals[a19_0x3622d5(0x1e5)]=browserStackGlobals;function stripUnicode(_0x296cf9){const _0x190a9d=a19_0x3622d5;return _0x296cf9[_0x190a9d(0x1c8)](/\\u001b\[.*?m/g,'')['slice'](0x1,-0x1);}async function setContext(){const _0xd398d0=a19_0x3622d5,_0x460d4c={'zXoWb':function(_0x257a59){return _0x257a59();},'bTDvZ':_0xd398d0(0x1d2),'kBlZi':function(_0x30fb24,_0x20a808){return _0x30fb24!==_0x20a808;},'juXQx':_0xd398d0(0x1b1),'tdEqr':function(_0x348676,_0x2e155b){return _0x348676>_0x2e155b;},'GXAuJ':function(_0x51f411,_0x236199){return _0x51f411(_0x236199);},'AluaX':function(_0xc15f34,_0x57b0c6){return _0xc15f34(_0x57b0c6);}};if(!_0x460d4c[_0xd398d0(0x1bf)](isBrowserstackInfra))return;const _0x1e23ad=expect['getState']()[_0xd398d0(0x183)];globals[_0xd398d0(0x1cd)](_0x460d4c['bTDvZ'],_0x1e23ad);!sessionNameProvided&&await PerformanceTester[_0xd398d0(0x175)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x5f47a4=_0xd398d0;await __drivers[0x0][_0x5f47a4(0x1d1)](_0x5f47a4(0x173)+_0x1e23ad+_0x5f47a4(0x14c));})();let _0x56313d=null,_0x56531b=![];_0x460d4c['kBlZi'](typeof jasmine,_0x460d4c['juXQx'])?jasmine[_0xd398d0(0x145)]['failedExpectations']&&_0x460d4c['tdEqr'](jasmine['currentTest'][_0xd398d0(0x166)][_0xd398d0(0x1c1)],0x0)?(_0x56531b=!![],_0x56313d=_0x460d4c[_0xd398d0(0x14a)](stripUnicode,JSON[_0xd398d0(0x18d)](jasmine['currentTest']['failedExpectations'][0x0][_0xd398d0(0x16f)]))):_0x56313d=_0x460d4c[_0xd398d0(0x1d0)](stripUnicode,JSON[_0xd398d0(0x18d)](jasmine[_0xd398d0(0x145)][_0xd398d0(0x161)])):testContext[_0xd398d0(0x1c7)]&&_0x460d4c['tdEqr'](testContext[_0xd398d0(0x1c7)]['length'],0x0)?(_0x56531b=!![],_0x56313d=_0x460d4c[_0xd398d0(0x14a)](stripUnicode,JSON[_0xd398d0(0x18d)](testContext[_0xd398d0(0x1c7)][0x0][0x0]['message']||testContext[_0xd398d0(0x1c7)][0x0][0x0]))):_0x56313d=_0x460d4c[_0xd398d0(0x14a)](stripUnicode,JSON['stringify'](testContext[_0xd398d0(0x167)])),_0x56531b?(__error_messages__[_0xd398d0(0x1b9)](_0x56313d),await __drivers[0x0]['executeScript'](_0xd398d0(0x152)+_0x56313d+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0xd398d0(0x1d1)](_0xd398d0(0x1d5)+_0x56313d+_0xd398d0(0x1a1));}const executeAnnotate=async(_0x426a81,_0x44f5e1)=>{const _0xa3b6be=a19_0x3622d5;await global[_0xa3b6be(0x176)][0x0][_0xa3b6be(0x1d1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x426a81+_0xa3b6be(0x1c6)+_0x44f5e1+'\x22}}');};function a19_0x4f2b(){const _0x4c1d8c=['575532KkphQT','NPMbt','./test-observability/test-details','1784060zHdPPo','setTimeout','uyPDl','PERFORM_SCAN','208693MawGvM','../../helpers/accessibility-automation/helper','afterTest','format','undefined','cYHZB','percyCaptureMode','vZcsJ','121GjABEF','end','3373212eNcpCJ','36kRFQRM','push','afterAll','pid','\x20|\x20','JyslF','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','zXoWb','BROWSERSTACK_TESTHUB_JWT','length','XXuXK','SYNC','start','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20',',\x22level\x22:\x20\x22','errors','replace','jsKdn','qaDEH','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','../../helpers/globals','setGlobal','browserstackSessionName','getGlobal','AluaX','executeScript','browserstackTestName','QkkFa','IVheG','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','debug','getTestUUID','getInstance','iSBXv','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','../../helpers/helper','zmHSX','beforeEach','Bcfky','error','XiXJP','TXXmW','hookType','Wgxmj','browserStackGlobals','JNAsv','LXzSm','bkbkB','2|0|3|4|1','currentTest','JVrWH','eajmJ','GpOkB','removeAllListeners','GXAuJ','dfWrc','\x22}}','app','nCQbn','isAccessibilityPlatform','capabilities','quitCount_','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','mgHEz','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','session_','info','gmYgr','sZZlk','PGJAU','QaiZo','HaUtm','ToWUr','../../helpers/test-observability/requestQueueHandler','cwfYb','kKTbG','beforeAll','description','BROWSERSTACK_TESTHUB_UUID','gNXij','7448616ebqlfH','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','failedExpectations','name','stFUl','ITubG','percy','addReporter','bstackA11yShouldScan','https:','SAVE_RESULTS','message','getEnv','passed',':testAnalyticsId','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','CGKWA','measureWrapper','__drivers','protocol','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','getState','0|2|3|4|1','918712YhZsuV','../../helpers/testhub/constants','10zitkzN','join','99koTGXa','qmcIV','appium:app','bRMar','currentTestName','tyNll','SESSION_STATUS','afterEach','testcase','QZxIb','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','932830FlCTpG','../../helpers/test-observability/utils','env','stringify','VxWvD','knyxV','../../helpers/testhub/utils','executeAsyncScript','ENV_VAR','cNtrV','wrUTn','SDrZd','split','ObservabilitySync:','shift','saveTestResults','../../helpers/accessibility-automation/scripts','performScan','mOiVU','http:','initQuit','oGqqA','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','\x22,\x22level\x22:\x20\x22info\x22}}','ElGef','viyOu','SDK_HOOK','RUHcz'];a19_0x4f2b=function(){return _0x4c1d8c;};return a19_0x4f2b();}async function driverCleanup(){const _0x3bde9e=a19_0x3622d5,_0x39a540={'sYyaC':function(_0x368755){return _0x368755();},'ElGef':_0x3bde9e(0x17a),'jsKdn':function(_0x2352a5,_0x321196){return _0x2352a5>_0x321196;},'IVheG':function(_0x531444,_0x5366cc,_0x30cd2c,_0x3d7794){return _0x531444(_0x5366cc,_0x30cd2c,_0x3d7794);},'NPMbt':'failed','XXuXK':_0x3bde9e(0x1bc),'dfWrc':function(_0x3d9872,_0x3dc28b,_0x2f6c6d){return _0x3d9872(_0x3dc28b,_0x2f6c6d);},'gNXij':_0x3bde9e(0x171)};if(!_0x39a540['sYyaC'](isBrowserstackInfra))return;let _0x251e91=![];try{const _0x35770b=_0x39a540[_0x3bde9e(0x1a2)][_0x3bde9e(0x196)]('|');let _0x58e73f=0x0;while(!![]){switch(_0x35770b[_0x58e73f++]){case'0':PerformanceTester['start'](PerformanceAutEvents[_0x3bde9e(0x185)]);continue;case'1':PerformanceTester[_0x3bde9e(0x1b6)](PerformanceAutEvents[_0x3bde9e(0x185)],!![]);continue;case'2':await __drivers[0x0][_0x3bde9e(0x155)];continue;case'3':_0x251e91=!![];continue;case'4':_0x39a540[_0x3bde9e(0x1c9)](__error_messages__['length'],0x0)?await _0x39a540[_0x3bde9e(0x1d4)](markSessionStatus,__drivers[0x0],_0x39a540[_0x3bde9e(0x1a7)],__error_messages__[_0x3bde9e(0x17e)](_0x39a540[_0x3bde9e(0x1c2)])):await _0x39a540[_0x3bde9e(0x14b)](markSessionStatus,__drivers[0x0],_0x39a540[_0x3bde9e(0x163)]);continue;}break;}}catch(_0x13376d){console['log'](_0x13376d),PerformanceTester[_0x3bde9e(0x1b6)](PerformanceAutEvents[_0x3bde9e(0x185)],![],_0x13376d);}__error_messages__=[];if(_0x251e91)try{await __drivers[0x0][_0x3bde9e(0x19e)]();}catch(_0x228fe6){console['log'](_0x228fe6);}}beforeAll(async()=>{const _0x4d43c4=a19_0x3622d5,_0x2cfdd9={'knyxV':function(_0x2d605a,_0x30aa86){return _0x2d605a!==_0x30aa86;},'GpOkB':_0x4d43c4(0x1b1),'cNtrV':_0x4d43c4(0x160),'JyslF':function(_0x524888){return _0x524888();},'uyPDl':function(_0x132d04,_0x5ca976,_0x88785d){return _0x132d04(_0x5ca976,_0x88785d);}};PerformanceTester['startMonitoring'](),PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']);const _0x4eb821='browserstack internal helper hook';_0x2cfdd9[_0x4d43c4(0x18f)](typeof jasmine,_0x2cfdd9[_0x4d43c4(0x148)])&&jasmine[_0x4d43c4(0x170)]()[_0x4d43c4(0x16b)]({'specStarted':_0x1ccf2c=>{jasmine['currentTest']=_0x1ccf2c;}});let _0x5340e2=![];try{await __drivers[0x0][_0x4d43c4(0x155)],_0x5340e2=!![];}catch(_0x3e740f){logger[_0x4d43c4(0x1d6)](_0x4d43c4(0x154)+_0x3e740f);const _0x33d67f={};_0x33d67f[_0x4d43c4(0x1e3)]=_0x2cfdd9[_0x4d43c4(0x193)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],![],_0x3e740f,_0x33d67f);}if(_0x5340e2)try{_0x2cfdd9[_0x4d43c4(0x1bd)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x2cfdd9[_0x4d43c4(0x1ab)](sendPlatformDetails,__drivers[0x0],TestDetails['getTestUUID'](process[_0x4d43c4(0x1bb)]+_0x4d43c4(0x172))));}catch(_0x4b3c51){logger[_0x4d43c4(0x1d6)](_0x4d43c4(0x1be)+_0x4b3c51);const _0x4c4083={};_0x4c4083[_0x4d43c4(0x1e3)]=_0x2cfdd9[_0x4d43c4(0x193)],PerformanceTester[_0x4d43c4(0x1b6)](PerformanceHookEvents[_0x4d43c4(0x1a4)],![],_0x4b3c51,_0x4c4083);}const _0x3f1f3d={};_0x3f1f3d[_0x4d43c4(0x1e3)]=_0x2cfdd9[_0x4d43c4(0x193)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x3f1f3d);}),beforeEach(async()=>{const _0x2a4ed2=a19_0x3622d5,_0x188044={'QZxIb':'browserstackTestName','eFPFp':function(_0x1c7cfe,_0x2053c0,_0x55a759){return _0x1c7cfe(_0x2053c0,_0x55a759);},'mOiVU':_0x2a4ed2(0x144),'kKTbG':function(_0x1e0095,_0x3297f0){return _0x1e0095>_0x3297f0;},'HaUtm':function(_0x253518){return _0x253518();},'stFUl':function(_0x1b1c1e){return _0x1b1c1e();},'qpkPx':function(_0x58fda0,_0x54d319){return _0x58fda0>_0x54d319;},'PGJAU':_0x2a4ed2(0x1de),'TXXmW':_0x2a4ed2(0x16c),'JNAsv':function(_0x1afe10){return _0x1afe10();},'nCQbn':_0x2a4ed2(0x14f),'JVrWH':function(_0x22f0ce,_0x33b8a1){return _0x22f0ce===_0x33b8a1;},'ToWUr':_0x2a4ed2(0x19d),'RUHcz':function(_0x4e99d3,_0x267922){return _0x4e99d3===_0x267922;},'izDnP':_0x2a4ed2(0x16d),'PMpOG':_0x2a4ed2(0x1da),'sIIpi':function(_0x593bc6,_0x1d7c7c){return _0x593bc6>_0x1d7c7c;}};PerformanceTester[_0x2a4ed2(0x1c4)](PerformanceHookEvents[_0x2a4ed2(0x1a4)]);const _0x5a0cf7='browserstack internal helper hook';let _0x2fc71b=!![];try{const _0x26080d=expect[_0x2a4ed2(0x179)]()[_0x2a4ed2(0x183)];globals['setGlobal'](_0x188044[_0x2a4ed2(0x188)],_0x26080d);const _0x324cca=_0x188044['eFPFp'](shouldScanTestForAccessibility,_0x26080d,![]);try{const _0x138e18=_0x188044[_0x2a4ed2(0x19c)][_0x2a4ed2(0x196)]('|');let _0x4d8d7e=0x0;while(!![]){switch(_0x138e18[_0x4d8d7e++]){case'0':global[_0x2a4ed2(0x1ce)]=_0x26080d;continue;case'1':_0x188044[_0x2a4ed2(0x15f)](__drivers[_0x2a4ed2(0x1c1)],0x0)&&_0x188044[_0x2a4ed2(0x15f)](__drivers[0x0][_0x2a4ed2(0x151)],0x0)&&(_0x2fc71b=![],await _0x188044[_0x2a4ed2(0x15b)](driverCleanup));continue;case'2':Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x2a4ed2(0x1ce)]=_0x26080d);continue;case'3':_0x188044[_0x2a4ed2(0x15f)](__drivers[_0x2a4ed2(0x1c1)],0x1)&&(await _0x188044[_0x2a4ed2(0x168)](driverCleanup),__drivers[_0x2a4ed2(0x198)]());continue;case'4':_0x188044['qpkPx'](__drivers['length'],0x0)&&(__drivers[0x0]['browserstackSessionName']=_0x26080d,__drivers[0x0][_0x2a4ed2(0x16c)]=_0x324cca);continue;}break;}}catch(_0x19080b){logger[_0x2a4ed2(0x1d6)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x19080b);const _0x4e6a2d={};_0x4e6a2d[_0x2a4ed2(0x1e3)]=_0x188044[_0x2a4ed2(0x159)],PerformanceTester[_0x2a4ed2(0x1b6)](PerformanceHookEvents[_0x2a4ed2(0x1a4)],![],_0x19080b,_0x4e6a2d);}globals[_0x2a4ed2(0x1cd)](_0x188044[_0x2a4ed2(0x1e2)],_0x324cca);if(_0x188044[_0x2a4ed2(0x141)](isAccessibilityAutomationSession)&&_0x2fc71b&&Array['isArray'](__drivers)&&_0x188044['qpkPx'](__drivers[_0x2a4ed2(0x1c1)],0x0)&&globals[_0x2a4ed2(0x1cf)](_0x188044[_0x2a4ed2(0x14e)]))try{const _0x440f56=await __drivers[0x0][_0x2a4ed2(0x155)];if(_0x440f56){let _0x5904cf=!![];const _0x12ffe7=await __drivers[0x0]['getCurrentUrl']();let _0x233d91;try{_0x233d91=new URL(_0x12ffe7);}catch(_0x568ad8){_0x5904cf=![];}_0x5904cf=_0x188044[_0x2a4ed2(0x146)](_0x233d91['protocol'],_0x188044[_0x2a4ed2(0x15c)])||_0x188044[_0x2a4ed2(0x1a5)](_0x233d91[_0x2a4ed2(0x177)],_0x188044['izDnP']),_0x5904cf&&(_0x324cca&&logger[_0x2a4ed2(0x156)](_0x188044['PMpOG']));}}catch(_0x6836e4){logger['error'](_0x2a4ed2(0x1cb)+_0x6836e4);const _0x59fd42={};_0x59fd42[_0x2a4ed2(0x1e3)]=_0x188044[_0x2a4ed2(0x159)],PerformanceTester['end'](PerformanceHookEvents[_0x2a4ed2(0x1a4)],![],er,_0x59fd42);}_0x188044[_0x2a4ed2(0x15f)](__drivers['length'],0x0)&&_0x188044['sIIpi'](__drivers[0x0][_0x2a4ed2(0x151)],0x0)&&await _0x188044[_0x2a4ed2(0x141)](driverCleanup);}catch(_0x315a6e){logger['debug'](_0x2a4ed2(0x178)+_0x315a6e);const _0x92941d={};_0x92941d[_0x2a4ed2(0x1e3)]=_0x188044[_0x2a4ed2(0x159)],PerformanceTester[_0x2a4ed2(0x1b6)](PerformanceHookEvents[_0x2a4ed2(0x1a4)],![],_0x315a6e,_0x92941d);}const _0x135a43={};_0x135a43['hookType']=_0x188044[_0x2a4ed2(0x159)],PerformanceTester['end'](PerformanceHookEvents[_0x2a4ed2(0x1a4)],!![],null,_0x135a43);}),afterEach(async()=>{const _0x3f8277=a19_0x3622d5,_0x1a2673={'QaiZo':function(_0x404735,_0x5382a3){return _0x404735>_0x5382a3;},'sZZlk':function(_0x4beac6){return _0x4beac6();},'oGqqA':function(_0x54be1d,_0xf0b588){return _0x54be1d===_0xf0b588;},'Wgxmj':_0x3f8277(0x187),'qmcIV':function(_0x4a6ec5,_0x546fb5){return _0x4a6ec5>_0x546fb5;},'QkkFa':_0x3f8277(0x181),'jfDVY':function(_0x296a78,_0x54d7f,_0x2439d5,_0x331e73){return _0x296a78(_0x54d7f,_0x2439d5,_0x331e73);},'qaDEH':_0x3f8277(0x186),'cYHZB':function(_0x283c,_0x35024e,_0x52727d){return _0x283c(_0x35024e,_0x52727d);},'tyNll':'isAccessibilityPlatform','XXSMb':'bstackA11yShouldScan','XiXJP':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','cwfYb':'Performing\x20scan\x20before\x20saving\x20results','Bcfky':_0x3f8277(0x1af),'SDrZd':_0x3f8277(0x165),'qgaWf':function(_0x1e5465){return _0x1e5465();},'iSBXv':function(_0x582727){return _0x582727();},'gmYgr':function(_0x284d43){return _0x284d43();},'LXzSm':_0x3f8277(0x1d6),'mgHEz':function(_0x58febe,_0x2f3e51){return _0x58febe>_0x2f3e51;},'ITubG':function(_0xec222e,_0x1318b0){return _0xec222e>_0x1318b0;},'CGKWA':function(_0xb2bfac){return _0xb2bfac();}};PerformanceTester['start'](PerformanceHookEvents[_0x3f8277(0x1a4)]);const _0x4ca5a2='browserstack internal helper hook';try{_0x1a2673[_0x3f8277(0x15a)](__drivers[_0x3f8277(0x1c1)],0x1)&&(await _0x1a2673[_0x3f8277(0x158)](driverCleanup),__drivers['shift']());try{if(global[_0x3f8277(0x16a)]&&_0x1a2673[_0x3f8277(0x19f)](global[_0x3f8277(0x1b3)],_0x1a2673[_0x3f8277(0x1e4)])&&__drivers[0x0]){const _0x308f91=_0x1a2673[_0x3f8277(0x180)](global[_0x3f8277(0x150)]['length'],0x0)?!!global[_0x3f8277(0x150)][0x0][_0x3f8277(0x14d)]||!!global[_0x3f8277(0x150)][0x0][_0x1a2673[_0x3f8277(0x1d3)]]:![],_0x1cd378={};_0x1cd378['app']=_0x308f91,await _0x1a2673['jfDVY'](percyAutoCapture,__drivers[0x0],_0x1a2673[_0x3f8277(0x1e4)],_0x1cd378);}}catch(_0x324ff6){logger[_0x3f8277(0x1d6)](_0x3f8277(0x189)+_0x324ff6);const _0xe669e7={};_0xe669e7[_0x3f8277(0x1e3)]=_0x1a2673[_0x3f8277(0x1ca)],PerformanceTester[_0x3f8277(0x1b6)](PerformanceHookEvents[_0x3f8277(0x1a4)],![],_0x324ff6,_0xe669e7);}const _0x33cf85=_0x1a2673[_0x3f8277(0x1b2)](shouldScanTestForAccessibility,expect['getState']()[_0x3f8277(0x183)],![]);try{if(_0x1a2673[_0x3f8277(0x158)](isAccessibilityAutomationSession)&&globals[_0x3f8277(0x1cf)](_0x1a2673[_0x3f8277(0x184)])&&globals[_0x3f8277(0x1cf)](_0x1a2673['XXSMb'])){logger[_0x3f8277(0x156)](_0x1a2673[_0x3f8277(0x1e1)]);const _0x4eac8c={'thTestRunUuid':TestDetails[_0x3f8277(0x1d7)](process['pid']+_0x3f8277(0x172)),'thBuildUuid':process[_0x3f8277(0x18c)][testHubConstants[_0x3f8277(0x192)][_0x3f8277(0x162)]],'thJwtToken':process[_0x3f8277(0x18c)][testHubConstants[_0x3f8277(0x192)][_0x3f8277(0x1c0)]]};logger['debug'](_0x3f8277(0x1db)+JSON[_0x3f8277(0x18d)](_0x4eac8c)),logger[_0x3f8277(0x1d6)](_0x1a2673[_0x3f8277(0x15e)]);const _0x35e63b={};_0x35e63b['command']=_0x1a2673[_0x3f8277(0x1df)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3f8277(0x1ac)],async()=>{const _0xb8012a=_0x3f8277;logger[_0xb8012a(0x1d6)](util[_0xb8012a(0x1b0)](await __drivers[0x0][_0xb8012a(0x191)](scripts[_0xb8012a(0x19b)],{'method':expect[_0xb8012a(0x179)]()[_0xb8012a(0x183)]})));},_0x35e63b)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3f8277(0x16e)],async()=>{const _0x496405=_0x3f8277;await __drivers[0x0][_0x496405(0x191)](scripts[_0x496405(0x199)],_0x4eac8c);})(),logger[_0x3f8277(0x156)](_0x1a2673[_0x3f8277(0x195)]);}}catch(_0x322fa7){logger[_0x3f8277(0x1e0)](_0x3f8277(0x1c5)+expect[_0x3f8277(0x179)]()[_0x3f8277(0x183)]+'.\x20Error\x20:',_0x322fa7);}await _0x1a2673['qgaWf'](setContext);try{if(_0x1a2673[_0x3f8277(0x1d9)](shouldProcessEventForTesthub)){_0x1a2673[_0x3f8277(0x180)](global[_0x3f8277(0x176)][_0x3f8277(0x1c1)],0x0)&&global[_0x3f8277(0x176)][0x0]&&await _0x1a2673[_0x3f8277(0x1b2)](sendPlatformDetails,global[_0x3f8277(0x176)][0x0],TestDetails[_0x3f8277(0x1d7)](process['pid']+_0x3f8277(0x172)));if(_0x1a2673[_0x3f8277(0x157)](isBrowserstackInfra)){PerformanceTester[_0x3f8277(0x1c4)](PerformanceO11yEvents[_0x3f8277(0x1c3)]);const _0x227490=_0x3f8277(0x197)+Date['now']();await _0x1a2673[_0x3f8277(0x1b2)](executeAnnotate,JSON[_0x3f8277(0x18d)](_0x227490),_0x1a2673[_0x3f8277(0x142)]),PerformanceTester[_0x3f8277(0x1b6)](PerformanceO11yEvents[_0x3f8277(0x1c3)]);}}}catch(_0x1fd187){logger[_0x3f8277(0x1d6)](_0x3f8277(0x1be)+_0x1fd187),PerformanceTester['end'](PerformanceO11yEvents[_0x3f8277(0x1c3)],![],_0x1fd187);}_0x1a2673[_0x3f8277(0x153)](__drivers[_0x3f8277(0x1c1)],0x0)&&_0x1a2673[_0x3f8277(0x169)](__drivers[0x0]['quitCount_'],0x0)&&await _0x1a2673[_0x3f8277(0x174)](driverCleanup);const _0xe6ca18={};_0xe6ca18[_0x3f8277(0x1e3)]=_0x1a2673[_0x3f8277(0x1ca)],PerformanceTester['end'](PerformanceHookEvents[_0x3f8277(0x1a4)],!![],null,_0xe6ca18);}catch(_0x734e0c){logger[_0x3f8277(0x1d6)](_0x3f8277(0x154)+_0x734e0c);const _0x49d82a={};_0x49d82a[_0x3f8277(0x1e3)]=_0x1a2673['qaDEH'],PerformanceTester[_0x3f8277(0x1b6)](PerformanceHookEvents[_0x3f8277(0x1a4)],![],_0x734e0c,_0x49d82a);}},0x186a0),afterAll(async()=>{const _0x7d99b4=a19_0x3622d5,_0x42be82={'bRMar':function(_0x529f0d,_0x2b6745){return _0x529f0d<=_0x2b6745;},'wrUTn':function(_0x40dbdb,_0x158117){return _0x40dbdb(_0x158117);},'VxWvD':function(_0x15212a){return _0x15212a();},'eajmJ':function(_0x4b4dd4,_0x7a4f8a,_0x4d7398){return _0x4b4dd4(_0x7a4f8a,_0x4d7398);},'bkbkB':function(_0x4efe89){return _0x4efe89();},'zmHSX':_0x7d99b4(0x1ba)};PerformanceTester['start'](PerformanceHookEvents[_0x7d99b4(0x1a4)]),jest['setTimeout'](0x186a0),PerformanceTester['stopMonitoring']();const _0x438953='browserstack internal helper hook';await new Promise(_0x222318=>{const _0xa22315=_0x7d99b4,_0x41a4b0={'vZcsJ':function(_0x3397b5,_0x5740f4){const _0x1df09e=a19_0x15e1;return _0x42be82[_0x1df09e(0x182)](_0x3397b5,_0x5740f4);},'oDFqk':function(_0x40127a,_0x4c6622){const _0xb140cd=a19_0x15e1;return _0x42be82[_0xb140cd(0x194)](_0x40127a,_0x4c6622);},'viyOu':function(_0x2c13b7){const _0x48c8e3=a19_0x15e1;return _0x42be82[_0x48c8e3(0x18e)](_0x2c13b7);}},_0x56a813=_0x42be82[_0xa22315(0x147)](setInterval,async()=>{const _0x457cb5=_0xa22315;_0x41a4b0[_0x457cb5(0x1b4)](RequestQueueHandler[_0x457cb5(0x1d8)]()['pendingUploads'],0x0)&&(_0x41a4b0['oDFqk'](clearInterval,_0x56a813),_0x41a4b0[_0x457cb5(0x1a3)](_0x222318));},0x3e8);});try{await _0x42be82[_0x7d99b4(0x143)](driverCleanup);}catch(_0x5c7bad){logger['debug'](_0x7d99b4(0x1a0)+_0x5c7bad);const _0xc97abb={};_0xc97abb[_0x7d99b4(0x1e3)]=_0x42be82[_0x7d99b4(0x1dd)],PerformanceTester[_0x7d99b4(0x1b6)](PerformanceHookEvents[_0x7d99b4(0x1a4)],![],_0x5c7bad,_0xc97abb);}process[_0x7d99b4(0x149)]();const _0x2e0599={};_0x2e0599[_0x7d99b4(0x1e3)]=_0x42be82[_0x7d99b4(0x1dd)],PerformanceTester['end'](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x2e0599);},0x2710);
@@ -1 +1 @@
1
- function a20_0xee47(_0x34c574,_0x5bdf7f){const _0x55198a=a20_0x5519();return a20_0xee47=function(_0xee4749,_0x2c98e5){_0xee4749=_0xee4749-0x156;let _0x46b9b0=_0x55198a[_0xee4749];return _0x46b9b0;},a20_0xee47(_0x34c574,_0x5bdf7f);}function a20_0x5519(){const _0x38438c=['50lLLtUd','70fjELWT','7160376blFbHC','restore','195281MKQnfj','8WudXeP','../../../helpers/request-spy','549910YRJvIl','312288NGwGxb','14636ujVLAk','11gortRZ','3ttjKLa','441928hxToph','3138570tjcfbP','setTimeout'];a20_0x5519=function(){return _0x38438c;};return a20_0x5519();}const a20_0x2122f0=a20_0xee47;(function(_0x28f7eb,_0x37eef2){const _0x331009=a20_0xee47,_0x2e6687=_0x28f7eb();while(!![]){try{const _0x5ba546=-parseInt(_0x331009(0x158))/0x1*(-parseInt(_0x331009(0x159))/0x2)+-parseInt(_0x331009(0x15f))/0x3*(parseInt(_0x331009(0x15d))/0x4)+parseInt(_0x331009(0x163))/0x5*(parseInt(_0x331009(0x15c))/0x6)+parseInt(_0x331009(0x164))/0x7*(-parseInt(_0x331009(0x160))/0x8)+parseInt(_0x331009(0x161))/0x9+-parseInt(_0x331009(0x15b))/0xa+-parseInt(_0x331009(0x15e))/0xb*(parseInt(_0x331009(0x156))/0xc);if(_0x5ba546===_0x37eef2)break;else _0x2e6687['push'](_0x2e6687['shift']());}catch(_0x516cee){_0x2e6687['push'](_0x2e6687['shift']());}}}(a20_0x5519,0x6c0d0));const requestSpy=require(a20_0x2122f0(0x15a)),{addRequestSpy}=require('../../../helpers/test-observability/utils');beforeAll(()=>{const _0x4ed640={'cSWlg':function(_0x298d57){return _0x298d57();}},_0x5463fc='browserstack internal helper hook';_0x4ed640['cSWlg'](addRequestSpy);}),afterAll(async()=>{const _0x45bf3a=a20_0x2122f0,_0x5bf7e3='browserstack internal helper hook';jest[_0x45bf3a(0x162)](0xea60),requestSpy[_0x45bf3a(0x157)]();});
1
+ const a20_0x204963=a20_0x5ab0;function a20_0x27de(){const _0x49bfbf=['163340ARfPXA','8583822FmhKwO','../../../helpers/test-observability/utils','30030660helANf','10524840UXTcgt','5529034iwEKkb','42258mGUseJ','../../../helpers/request-spy','160poukBh','3tUiNJv','26tsLUmC','44626KPMwAE','tFuog'];a20_0x27de=function(){return _0x49bfbf;};return a20_0x27de();}function a20_0x5ab0(_0x5e46e0,_0x1b7172){const _0x27de90=a20_0x27de();return a20_0x5ab0=function(_0x5ab0a6,_0x55e74c){_0x5ab0a6=_0x5ab0a6-0xc7;let _0x17d075=_0x27de90[_0x5ab0a6];return _0x17d075;},a20_0x5ab0(_0x5e46e0,_0x1b7172);}(function(_0x548468,_0x3a3c47){const _0x21ea31=a20_0x5ab0,_0x1d48e6=_0x548468();while(!![]){try{const _0x1232c1=-parseInt(_0x21ea31(0xc9))/0x1*(-parseInt(_0x21ea31(0xca))/0x2)+-parseInt(_0x21ea31(0xc8))/0x3*(-parseInt(_0x21ea31(0xcc))/0x4)+-parseInt(_0x21ea31(0xc7))/0x5*(-parseInt(_0x21ea31(0xd2))/0x6)+-parseInt(_0x21ea31(0xd1))/0x7+-parseInt(_0x21ea31(0xd0))/0x8+-parseInt(_0x21ea31(0xcd))/0x9+parseInt(_0x21ea31(0xcf))/0xa;if(_0x1232c1===_0x3a3c47)break;else _0x1d48e6['push'](_0x1d48e6['shift']());}catch(_0x22ac77){_0x1d48e6['push'](_0x1d48e6['shift']());}}}(a20_0x27de,0xc0eae));const requestSpy=require(a20_0x204963(0xd3)),{addRequestSpy}=require(a20_0x204963(0xce));beforeAll(()=>{const _0x1e22bd=a20_0x204963,_0xb9940b={'tFuog':function(_0x52476d){return _0x52476d();}},_0x24b30b='browserstack internal helper hook';_0xb9940b[_0x1e22bd(0xcb)](addRequestSpy);}),afterAll(async()=>{const _0x281f74='browserstack internal helper hook';jest['setTimeout'](0xea60),requestSpy['restore']();});
@@ -1 +1 @@
1
- function a21_0x428b(){const _0x528b18=['249wzXNbj','../../../helpers/helper','testMatch','map','split','1563906AeLqPv','shouldReRunObservabilityTests','43883LeDuRN','isUndefined','168nsTTka','updateTestRerunConfig','700607hdpSuU','KrznP','3473255lJyrCu','env','trim','length','1044174LVJSuj','3790557poRwyQ','cliConfig','liwWH','29572qPYoWm','testRegex','njrTS'];a21_0x428b=function(){return _0x528b18;};return a21_0x428b();}const a21_0x165d9f=a21_0x1351;(function(_0x53011e,_0x319e81){const _0x23c030=a21_0x1351,_0x3419a4=_0x53011e();while(!![]){try{const _0x52ec69=parseInt(_0x23c030(0x166))/0x1+-parseInt(_0x23c030(0x16c))/0x2+parseInt(_0x23c030(0x173))/0x3*(parseInt(_0x23c030(0x170))/0x4)+-parseInt(_0x23c030(0x168))/0x5+-parseInt(_0x23c030(0x178))/0x6+-parseInt(_0x23c030(0x17a))/0x7*(-parseInt(_0x23c030(0x164))/0x8)+parseInt(_0x23c030(0x16d))/0x9;if(_0x52ec69===_0x319e81)break;else _0x3419a4['push'](_0x3419a4['shift']());}catch(_0x574cc4){_0x3419a4['push'](_0x3419a4['shift']());}}}(a21_0x428b,0x5f21b));const testOpsHelper=require('../../../helpers/test-observability/utils'),helper=require(a21_0x165d9f(0x174));function a21_0x1351(_0x37823b,_0x5e68e9){const _0x428be2=a21_0x428b();return a21_0x1351=function(_0x1351d6,_0x1313e5){_0x1351d6=_0x1351d6-0x163;let _0x53c4a4=_0x428be2[_0x1351d6];return _0x53c4a4;},a21_0x1351(_0x37823b,_0x5e68e9);}exports[a21_0x165d9f(0x165)]=(_0x2f9953,_0x47fb5c)=>{const _0x4a6e5d=a21_0x165d9f,_0x5e219d={};_0x5e219d[_0x4a6e5d(0x172)]='rerunTests',_0x5e219d[_0x4a6e5d(0x167)]=function(_0x44cc6b,_0x565d27){return _0x44cc6b!==_0x565d27;},_0x5e219d[_0x4a6e5d(0x16f)]=function(_0x47486e,_0x514040){return _0x47486e>_0x514040;};const _0x40f7f7=_0x5e219d;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x4a6e5d(0x179)]()){let _0x4d39d7=process[_0x4a6e5d(0x169)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x4a6e5d(0x163)](_0x47fb5c[_0x4a6e5d(0x16e)])&&_0x47fb5c[_0x4a6e5d(0x16e)]['has'](_0x40f7f7[_0x4a6e5d(0x172)])&&(_0x4d39d7=_0x47fb5c[_0x4a6e5d(0x16e)]['get'](_0x40f7f7['njrTS']));const _0x1eb009=[];helper['validateRerunTestList'](_0x4d39d7)&&_0x40f7f7['KrznP'](_0x4d39d7,null)&&_0x4d39d7[_0x4a6e5d(0x177)](',')[_0x4a6e5d(0x176)](_0x2d5130=>{const _0x326dc7=_0x4a6e5d;_0x1eb009['push'](''+_0x2d5130[_0x326dc7(0x16a)]());}),_0x40f7f7[_0x4a6e5d(0x16f)](_0x1eb009[_0x4a6e5d(0x16b)],0x0)&&(_0x2f9953[_0x4a6e5d(0x171)]=_0x1eb009,delete _0x2f9953[_0x4a6e5d(0x175)]);}};
1
+ const a21_0x1d4f59=a21_0x2d91;(function(_0x4807af,_0x549b17){const _0x5b266d=a21_0x2d91,_0x239fe9=_0x4807af();while(!![]){try{const _0x591689=-parseInt(_0x5b266d(0x1fc))/0x1+-parseInt(_0x5b266d(0x206))/0x2+-parseInt(_0x5b266d(0x1ed))/0x3*(parseInt(_0x5b266d(0x1f8))/0x4)+-parseInt(_0x5b266d(0x1e9))/0x5*(parseInt(_0x5b266d(0x1f0))/0x6)+parseInt(_0x5b266d(0x1ec))/0x7+-parseInt(_0x5b266d(0x1f9))/0x8*(parseInt(_0x5b266d(0x200))/0x9)+parseInt(_0x5b266d(0x1f1))/0xa;if(_0x591689===_0x549b17)break;else _0x239fe9['push'](_0x239fe9['shift']());}catch(_0x585b20){_0x239fe9['push'](_0x239fe9['shift']());}}}(a21_0x216b,0x9304b));const testOpsHelper=require(a21_0x1d4f59(0x204)),helper=require(a21_0x1d4f59(0x1f6));function a21_0x216b(){const _0x11ffee=['testRegex','7021063YWPEjp','299283HILlmh','updateTestRerunConfig','uJWZe','6IOFgmS','34422460BCwGzt','get','bjyNg','length','isTestObservabilitySession','../../../helpers/helper','map','40Feftcx','960272yrLNFK','push','rerunTests','451293OjuTGO','has','cliConfig','BROWSERSTACK_RERUN_TESTS','81LqvSFI','testMatch','env','trim','../../../helpers/test-observability/utils','isUndefined','1849834CbvrRi','VuoeP','1944710tAZVid','validateRerunTestList'];a21_0x216b=function(){return _0x11ffee;};return a21_0x216b();}function a21_0x2d91(_0x35f668,_0x3428d9){const _0x216bf8=a21_0x216b();return a21_0x2d91=function(_0x2d91a6,_0x11ff24){_0x2d91a6=_0x2d91a6-0x1e8;let _0x5c3ef2=_0x216bf8[_0x2d91a6];return _0x5c3ef2;},a21_0x2d91(_0x35f668,_0x3428d9);}exports[a21_0x1d4f59(0x1ee)]=(_0x26b356,_0x12a02f)=>{const _0x139172=a21_0x1d4f59,_0x291ed3={};_0x291ed3['uJWZe']=_0x139172(0x1fb),_0x291ed3['VuoeP']=function(_0x2acd0a,_0x340054){return _0x2acd0a!==_0x340054;},_0x291ed3[_0x139172(0x1f3)]=function(_0x10c6ce,_0x58c014){return _0x10c6ce>_0x58c014;};const _0x2e645=_0x291ed3;if(testOpsHelper[_0x139172(0x1f5)]()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x3225a0=process[_0x139172(0x202)][_0x139172(0x1ff)];!helper[_0x139172(0x205)](_0x12a02f['cliConfig'])&&_0x12a02f[_0x139172(0x1fe)][_0x139172(0x1fd)](_0x2e645[_0x139172(0x1ef)])&&(_0x3225a0=_0x12a02f['cliConfig'][_0x139172(0x1f2)](_0x2e645[_0x139172(0x1ef)]));const _0x177d80=[];helper[_0x139172(0x1ea)](_0x3225a0)&&_0x2e645[_0x139172(0x1e8)](_0x3225a0,null)&&_0x3225a0['split'](',')[_0x139172(0x1f7)](_0x5be353=>{const _0x54e68c=_0x139172;_0x177d80[_0x54e68c(0x1fa)](''+_0x5be353[_0x54e68c(0x203)]());}),_0x2e645['bjyNg'](_0x177d80[_0x139172(0x1f4)],0x0)&&(_0x26b356[_0x139172(0x1eb)]=_0x177d80,delete _0x26b356[_0x139172(0x201)]);}};