browserstack-node-sdk 1.35.5 → 1.35.6

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 -60
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a14_0x2c57(_0x2a921c,_0x53ecee){const _0x31cc5d=a14_0x31cc();return a14_0x2c57=function(_0x2c57ed,_0x3e249d){_0x2c57ed=_0x2c57ed-0x81;let _0x5c3d82=_0x31cc5d[_0x2c57ed];return _0x5c3d82;},a14_0x2c57(_0x2a921c,_0x53ecee);}const a14_0x3e2298=a14_0x2c57;(function(_0x3a28bb,_0x1812da){const _0x2e0b9b=a14_0x2c57,_0x5a1184=_0x3a28bb();while(!![]){try{const _0x1101fd=parseInt(_0x2e0b9b(0x136))/0x1+parseInt(_0x2e0b9b(0xf3))/0x2*(parseInt(_0x2e0b9b(0x12f))/0x3)+parseInt(_0x2e0b9b(0xb9))/0x4+-parseInt(_0x2e0b9b(0xd1))/0x5+-parseInt(_0x2e0b9b(0xd0))/0x6+-parseInt(_0x2e0b9b(0xab))/0x7*(parseInt(_0x2e0b9b(0x126))/0x8)+parseInt(_0x2e0b9b(0x8c))/0x9;if(_0x1101fd===_0x1812da)break;else _0x5a1184['push'](_0x5a1184['shift']());}catch(_0x368d09){_0x5a1184['push'](_0x5a1184['shift']());}}}(a14_0x31cc,0x52d7c));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a14_0x3e2298(0x10a)),logger=require(a14_0x3e2298(0xe1))[a14_0x3e2298(0xa7)],{default:BrowserStackSetup}=require(a14_0x3e2298(0xb2)),helper=require(a14_0x3e2298(0xb4)),utilities=require(a14_0x3e2298(0xcd)),constants=require(a14_0x3e2298(0x106)),accessibilityHelper=require(a14_0x3e2298(0x102)),{updateTestRerunConfig}=require('./test-observability/helper'),testOpsHelper=require('../../helpers/test-observability/utils'),{debug}=require('../../helpers/test-observability/utils'),TestDetails=require('./test-observability/test-details'),{getPercyOptions}=require(a14_0x3e2298(0xc1)),TestHubHandler=require(a14_0x3e2298(0x111)),testhubUtils=require('../../helpers/testhub/utils'),{FRAMEWORKS}=require(a14_0x3e2298(0xad)),PerformanceTester=require(a14_0x3e2298(0xf6)),PerformanceEvents=require(a14_0x3e2298(0x82))[a14_0x3e2298(0x87)],getUserJestConfigs=async(_0x2321aa,_0x4ba803)=>{const _0x17c91f=a14_0x3e2298,_0x2ed962={'OhkiZ':'jest-config/build/readConfigFileAndSetRootDir.js','fpqKe':_0x17c91f(0xfd),'lubXJ':function(_0x4a5cd7,_0x1067fd){return _0x4a5cd7||_0x1067fd;},'XBpGO':function(_0x5aa7b0,_0x158a4a){return _0x5aa7b0(_0x158a4a);},'Hmgti':_0x17c91f(0xf4),'fmcKk':_0x17c91f(0xc8),'LWNqc':_0x17c91f(0xcc),'EzHMk':_0x17c91f(0xc7),'NVupj':_0x17c91f(0x125)},_0x273009=helper[_0x17c91f(0x89)](_0x2ed962[_0x17c91f(0xea)],_0x2ed962[_0x17c91f(0xfa)]),_0x4896b8=_0x4ba803[_0x17c91f(0xbb)](_0x28578b=>_0x28578b===_0x17c91f(0x114));if(!helper[_0x17c91f(0xa8)](_0x2321aa[_0x17c91f(0x11f)])){logger[_0x17c91f(0x10d)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x2321aa['config']),process[_0x17c91f(0xff)][_0x17c91f(0xb0)]=_0x2321aa[_0x17c91f(0x11f)];const _0x1812a3=await(0x0,_0x273009['default'])(path[_0x17c91f(0xf7)](_0x2321aa[_0x17c91f(0x11f)]));return _0x4ba803[_0x17c91f(0xcb)](_0x4896b8,0x2),_0x2ed962['lubXJ'](_0x1812a3,{});}const _0x1f2dd7=_0x2ed962[_0x17c91f(0x131)](require,path[_0x17c91f(0xb6)](process['cwd'](),_0x2ed962[_0x17c91f(0x108)]));if(_0x1f2dd7['jest'])return logger[_0x17c91f(0x10d)](_0x2ed962[_0x17c91f(0x101)]),_0x1f2dd7[_0x17c91f(0xbe)];const _0x56e4e1=['js',_0x2ed962[_0x17c91f(0xc0)],_0x2ed962[_0x17c91f(0xe6)],_0x2ed962[_0x17c91f(0xd8)],'ts'];for(const _0x3dd343 of _0x56e4e1){const _0xed2b31=path['join'](process[_0x17c91f(0x10f)](),_0x17c91f(0x132)+_0x3dd343);if(fs[_0x17c91f(0x96)](_0xed2b31)){process[_0x17c91f(0xff)]['USER_CONFIG_DETAILS_PATH']=_0xed2b31;const _0x5af05d=await(0x0,_0x273009['default'])(_0xed2b31);return _0x5af05d;}}return{};},getSerial=(_0x20d22a,_0x12adfe)=>{const _0x2e894c=a14_0x3e2298,_0x41c9f6={};_0x41c9f6[_0x2e894c(0x116)]=_0x2e894c(0xbd),_0x41c9f6['COOOI']=function(_0x157aef,_0x117629){return _0x157aef>_0x117629;},_0x41c9f6[_0x2e894c(0x12c)]=_0x2e894c(0xe4);const _0xf3cd97=_0x41c9f6;let _0xd85e9e=_0xf3cd97['UZjuZ'];return _0xf3cd97['COOOI'](_0x20d22a[_0x2e894c(0x91)],0x1)&&(!_0x12adfe[_0x2e894c(0xaa)]&&(helper[_0x2e894c(0xa8)](_0x12adfe[_0x2e894c(0xd6)])||_0xf3cd97[_0x2e894c(0xd3)](_0x12adfe[_0x2e894c(0xd6)],0x1)))&&(_0xd85e9e=_0xf3cd97[_0x2e894c(0x12c)]),_0xd85e9e;},getMaxWorkers=(_0x47ecca,_0x49ee85,_0x3add12)=>{const _0xed426d=a14_0x3e2298,_0x3115e5={'BiurT':function(_0x552cb6,_0x47da79){return _0x552cb6(_0x47da79);}};let _0x4a464a=0x1;if(!helper[_0xed426d(0xa8)](_0x49ee85['parallelsPerPlatform']))_0x4a464a=_0x3115e5[_0xed426d(0x10e)](parseInt,_0x49ee85[_0xed426d(0xf0)]);else{if(!helper[_0xed426d(0xa8)](_0x47ecca[_0xed426d(0xd6)]))_0x4a464a=_0x47ecca['maxWorkers'];else!helper['isUndefined'](_0x3add12['maxWorkers'])&&(_0x4a464a=_0x3add12[_0xed426d(0xd6)]);}return _0x4a464a;};async function run(_0x28a81f,_0x21bfc7,_0x3e97ab){const _0x2f46d7=a14_0x3e2298,_0x1e4c60={'oriPl':_0x2f46d7(0x135),'OadaV':_0x2f46d7(0xbe),'CETBP':function(_0x5dc651,_0x5aa538){return _0x5dc651(_0x5aa538);},'RJZKw':function(_0x546d31,_0x11b23d){return _0x546d31!=_0x11b23d;},'HdPTI':_0x2f46d7(0xbd),'dacfK':function(_0x50cf5f,_0x3de64c,_0x1b58e8){return _0x50cf5f(_0x3de64c,_0x1b58e8);},'oNndZ':_0x2f46d7(0xc2),'OgQyH':function(_0xf5501e,_0x3cb8f6){return _0xf5501e(_0x3cb8f6);},'TfmFf':function(_0x573c59,_0x79368c,_0x4eb4ac){return _0x573c59(_0x79368c,_0x4eb4ac);},'XJsZf':function(_0x3132d6,_0x43aa59,_0x268a87,_0x54faa2){return _0x3132d6(_0x43aa59,_0x268a87,_0x54faa2);},'tsbPn':function(_0x50611b,_0x48c6c5){return _0x50611b*_0x48c6c5;},'dSKsx':function(_0xea861d,_0x403758){return _0xea861d===_0x403758;},'ZoEWG':_0x2f46d7(0xb8),'eNrcE':_0x2f46d7(0xae),'PIFUq':_0x2f46d7(0xa5),'lOsCA':_0x2f46d7(0x9a),'GwQQU':_0x2f46d7(0xa9),'KzZbA':'customTestRunnerTemplate.js','xetCC':_0x2f46d7(0xc9),'gzaql':_0x2f46d7(0xe9),'uWpSW':'jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','PVCvv':'jest-circus','WFivB':function(_0x455f6e,_0x22afac){return _0x455f6e(_0x22afac);},'Fhflz':'test-observability','IeNfL':_0x2f46d7(0xd9),'tTlBh':_0x2f46d7(0xfe),'GYhbW':_0x2f46d7(0xfb),'rseQg':_0x2f46d7(0xd2),'fWVxC':_0x2f46d7(0x10b),'wLWcS':function(_0x1985e,_0x2d3653,_0x23fd17){return _0x1985e(_0x2d3653,_0x23fd17);},'kPGvg':_0x2f46d7(0xeb),'NoOLB':function(_0x1aef9e,_0x35fe28,_0xd56f45,_0x30043e){return _0x1aef9e(_0x35fe28,_0xd56f45,_0x30043e);},'ObGmS':_0x2f46d7(0xed),'YZRxP':_0x2f46d7(0x114),'HMpmR':_0x2f46d7(0xa0),'wsnkz':_0x2f46d7(0xf1),'avWIk':_0x2f46d7(0x123)};helper[_0x2f46d7(0xda)]()?(await _0x3e97ab[_0x2f46d7(0x84)](_0x28a81f),await helper[_0x2f46d7(0x122)](_0x3e97ab['config'])):await _0x3e97ab[_0x2f46d7(0xc3)]();if(!_0x3e97ab[_0x2f46d7(0x11f)])return;_0x1e4c60[_0x2f46d7(0xcf)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x98)],null)?process[_0x2f46d7(0xff)][_0x2f46d7(0x105)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x98)]:process[_0x2f46d7(0xff)][_0x2f46d7(0x105)]=_0x1e4c60[_0x2f46d7(0x118)];const _0x200669=await _0x1e4c60[_0x2f46d7(0x12a)](getUserJestConfigs,_0x28a81f,_0x21bfc7);logger['info'](_0x1e4c60[_0x2f46d7(0xdb)]);const _0x52e920=Object['assign']({},_0x200669);_0x52e920[_0x2f46d7(0x81)]=Object['assign']({},_0x52e920[_0x2f46d7(0x81)],{'server':helper['getHubUrl'](_0x3e97ab[_0x2f46d7(0x11f)]),'environment':_0x200669[_0x2f46d7(0xba)]}),_0x52e920[_0x2f46d7(0x81)]['browserStackPercyOptions']=_0x1e4c60[_0x2f46d7(0xac)](getPercyOptions,_0x3e97ab[_0x2f46d7(0x11f)]);const _0x1c1ca3=helper[_0x2f46d7(0x103)](_0x3e97ab[_0x2f46d7(0x11f)]);!helper[_0x2f46d7(0xa8)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xf9)])&&(process['env'][_0x2f46d7(0xc6)]=JSON[_0x2f46d7(0xef)](_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xf9)]));const _0x954170=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x2f46d7(0xdc)],_0x3e97ab),_0x389d2b=helper[_0x2f46d7(0x121)](_0x3e97ab[_0x2f46d7(0x11f)],_0x1c1ca3,constants[_0x2f46d7(0xf5)][_0x2f46d7(0xdc)]);let _0x227d6d=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0x11b)];_0x227d6d=_0x227d6d||accessibilityHelper[_0x2f46d7(0xe2)](_0x3e97ab['config']),process['env'][_0x2f46d7(0xb5)]=_0x227d6d,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0xee)]=_0x389d2b,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x8f)]=_0x1e4c60[_0x2f46d7(0x134)](getSerial,_0x389d2b,_0x28a81f),_0x52e920['testEnvironmentOptions']['parallels__']=_0x1e4c60['XJsZf'](getMaxWorkers,_0x28a81f,_0x3e97ab[_0x2f46d7(0x11f)],_0x200669),_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x88)]=_0x3e97ab['config'][_0x2f46d7(0x88)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x107)]=_0x1e4c60[_0x2f46d7(0x124)](_0x28a81f[_0x2f46d7(0x93)],0x1)||0x1388,_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x117)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xca)][_0x2f46d7(0x117)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0x8a)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xca)]['skipSessionStatus'],_0x52e920['testEnvironmentOptions'][_0x2f46d7(0xdd)]=_0x3e97ab[_0x2f46d7(0x11f)]['logLevel'],_0x52e920['testEnvironmentOptions']['turboScaleUrl']=_0x3e97ab['config'][_0x2f46d7(0x11a)],_0x52e920[_0x2f46d7(0x81)][_0x2f46d7(0xfc)]=_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xa3)];let _0x1c79a8='';_0x1e4c60[_0x2f46d7(0xbc)](helper[_0x2f46d7(0x8d)](),constants[_0x2f46d7(0xde)][_0x2f46d7(0x120)])?_0x1c79a8=_0x1e4c60[_0x2f46d7(0xe8)]:_0x1c79a8=_0x1e4c60['eNrcE'];const _0x4d76cc=_0x1c79a8,_0x3756a8=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0x11c)]),_0x201f11=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0xce)]),_0x4cb906=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0xe3)]);_0x52e920[_0x2f46d7(0xba)]&&(process[_0x2f46d7(0xff)][_0x2f46d7(0x113)]=_0x52e920[_0x2f46d7(0xba)]);_0x52e920[_0x2f46d7(0xba)]=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60['PIFUq'],_0x1e4c60[_0x2f46d7(0xf2)]),_0x52e920[_0x2f46d7(0xec)]=_0x201f11,_0x52e920[_0x2f46d7(0xc4)]=_0x52e920[_0x2f46d7(0xc4)]||[],_0x52e920[_0x2f46d7(0xc4)][_0x2f46d7(0x109)](path['join'](__dirname,_0x1e4c60[_0x2f46d7(0xd5)]));if(testhubUtils[_0x2f46d7(0x127)]()){let _0x5b988c=null;try{_0x5b988c=helper[_0x2f46d7(0x89)](_0x1e4c60[_0x2f46d7(0x92)],_0x1e4c60[_0x2f46d7(0xd7)]);}catch(_0x2450c9){_0x1e4c60[_0x2f46d7(0x11e)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2450c9);}_0x5b988c&&(_0x52e920[_0x2f46d7(0xc4)]['push'](path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60['Fhflz'],_0x1e4c60[_0x2f46d7(0x8e)])),_0x52e920[_0x2f46d7(0xb7)]=path[_0x2f46d7(0xb6)](__dirname,_0x1e4c60[_0x2f46d7(0x8b)],_0x1e4c60[_0x2f46d7(0x9d)]));}_0x52e920[_0x2f46d7(0xf8)]=_0x52e920[_0x2f46d7(0xf8)]||[];try{helper[_0x2f46d7(0x85)](),_0x52e920[_0x2f46d7(0xf8)][_0x2f46d7(0x109)](path['join'](__dirname,_0x1e4c60[_0x2f46d7(0x130)]));}catch{logger[_0x2f46d7(0x9e)](_0x1e4c60['rseQg']);}_0x52e920[_0x2f46d7(0xe7)]=_0x52e920[_0x2f46d7(0xe7)]||[_0x1e4c60[_0x2f46d7(0x9f)]],_0x1e4c60[_0x2f46d7(0xa6)](updateTestRerunConfig,_0x52e920,_0x3e97ab);const _0x2b32e3=fs[_0x2f46d7(0x90)](_0x4cb906);fs['writeFileSync'](_0x52e920[_0x2f46d7(0xec)],_0x2f46d7(0x9b)+_0x2b32e3+_0x2f46d7(0x128)+_0x3e97ab[_0x2f46d7(0x11f)][_0x2f46d7(0xa3)][_0x2f46d7(0x91)]+_0x2f46d7(0x100)),logger['info'](_0x2f46d7(0x97)+_0x4d76cc+'\x20with\x20browserstack\x20jest\x20configs'),fs['writeFileSync'](_0x4d76cc,_0x2f46d7(0x115)+JSON[_0x2f46d7(0xef)](_0x52e920)+_0x2f46d7(0xa1)),logger[_0x2f46d7(0x10d)](_0x1e4c60['kPGvg']);testhubUtils[_0x2f46d7(0x127)]()&&TestDetails[_0x2f46d7(0x83)]();helper[_0x2f46d7(0x110)]({},_0x21bfc7),PerformanceTester[_0x2f46d7(0x94)](PerformanceEvents['SDK_SETUP']);const _0xed20a1=_0x1e4c60[_0x2f46d7(0xb3)](spawn,_0x1e4c60[_0x2f46d7(0xa2)],[_0x1e4c60[_0x2f46d7(0x112)],_0x1e4c60[_0x2f46d7(0x129)],_0x4d76cc,..._0x21bfc7[_0x2f46d7(0xb1)](0x1)],{'shell':_0x1e4c60['dSKsx'](process[_0x2f46d7(0x11d)],_0x1e4c60['HMpmR']),'stdio':_0x1e4c60['wsnkz'],'env':Object[_0x2f46d7(0xd4)]({},process[_0x2f46d7(0xff)])});_0xed20a1['on'](_0x1e4c60[_0x2f46d7(0xc5)],async _0x38ca12=>{const _0x396acb=_0x2f46d7;PerformanceTester[_0x396acb(0xe0)](PerformanceEvents[_0x396acb(0x95)]);try{const {browserstackFolderPath:_0x15f50b,tcgConfigPath:_0x224496}=helper[_0x396acb(0x12b)]();fs[_0x396acb(0xdf)](_0x224496),fs[_0x396acb(0x119)](_0x15f50b);}catch(_0xa25fd0){logger['debug'](_0x1e4c60[_0x396acb(0xbf)],_0xa25fd0);}process[_0x396acb(0x12d)]=_0x38ca12,logger[_0x396acb(0x9e)](_0x396acb(0x12e)+_0x38ca12),logger[_0x396acb(0x10d)](_0x396acb(0x104)+_0x4d76cc);let _0x8b922a=null;if(fs['existsSync'](_0x3756a8)){_0x8b922a=fs[_0x396acb(0x90)](_0x3756a8);try{_0x8b922a=JSON['parse'](_0x8b922a);}catch(_0x3dbfd4){logger[_0x396acb(0x9e)](_0x396acb(0x99)+_0x3756a8+',\x20'+_0x8b922a+'\x20:\x20'+_0x3dbfd4);}fs['unlinkSync'](_0x3756a8);}fs[_0x396acb(0xdf)](_0x4d76cc),fs[_0x396acb(0xdf)](_0x201f11),_0x8b922a&&(_0x3e97ab['errorMessage']=helper[_0x396acb(0xe5)](_0x8b922a,_0x1e4c60[_0x396acb(0x112)],_0x3e97ab));try{await TestHubHandler['stop']();}catch(_0x4bacb6){console[_0x396acb(0x9c)](_0x4bacb6),_0x1e4c60[_0x396acb(0x10c)](debug,_0x396acb(0x86)+util['format'](_0x4bacb6));}testOpsHelper[_0x396acb(0xaf)](),TestDetails['shutdown'](),await utilities[_0x396acb(0xa4)](_0x3e97ab);});}module[a14_0x3e2298(0x133)]=run;function a14_0x31cc(){const _0x17ee21=['../../helpers/test-observability/constants','jest_browserstack.config.js','printBuildLink','USER_CONFIG_DETAILS_PATH','slice','../../helpers/BrowserStackSetup','NoOLB','../../helpers/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','join','testRunner','jest_browserstack.config.cjs','2192600gRtxsI','testEnvironment','findIndex','dSKsx','true','jest','oriPl','LWNqc','../../helpers/percy/utils','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','setupTCGAuth','setupFilesAfterEnv','avWIk','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cjs','Getting\x20your\x20jest\x20configs\x20from\x20package.json','customEnvironment.js','testContextOptions','splice','mjs','../../helpers/utilities','GwQQU','RJZKw','3181548pmOZQp','321275JWlFCL','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','COOOI','assign','gzaql','maxWorkers','PVCvv','NVupj','data-hooks.js','isBrowserstackInfra','oNndZ','JEST','browserStackLogLevel','PACKAGE_TYPE','unlinkSync','start','../../helpers/logger','checkAccessibilityPlatformConfig','KzZbA','false','getErrorMessageFromResults','EzHMk','reporters','ZoEWG','jest.setup.js','OhkiZ','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','runner','npx','capabilities','stringify','parallelsPerPlatform','inherit','xetCC','292892FTcBcH','package.json','FRAMEWORKS','../../helpers/performance/performance-tester','resolve','setupFiles','accessibilityOptions','fpqKe','test_before.setup.js','platformCaps','jest-config','customCircus.js','env',';\x0a\x20\x20\x20\x20\x20\x20fs.writeFileSync(path.join(__dirname,\x20\x27jest_browserstack_results.json\x27),\x20JSON.stringify(results));\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20var\x20_onTestFileResultOrig\x20=\x20ReporterDispatcher.prototype.onTestFileResult;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onTestFileResult\x20=\x20async\x20function\x20(test,\x20testResult,\x20result)\x20{\x0a\x20\x20\x20\x20\x20\x20testResult.platform\x20=\x20helper.getPlatformName(test.context.config.capability);\x0a\x20\x20\x20\x20\x20\x20return\x20_onTestFileResultOrig.call(this,\x20test,\x20testResult,\x20result);\x0a\x20\x20\x20\x20}\x0a\x20\x20','fmcKk','../../helpers/accessibility-automation/helper','useW3C','Deleting\x20','BROWSERSTACK_TEST_OBSERVABILITY_YML','../utils/constants','timeout__','Hmgti','push','child_process','default','CETBP','info','BiurT','cwd','filterBrowserstackArgs','../../helpers/testhub/testhubHandler','OadaV','BSTACK_JEST_TEST_ENV','--config','const\x20config=','UZjuZ','skipSessionName','HdPTI','rmdirSync','turboScaleUrl','accessibility','lOsCA','platform','WFivB','config','MODULE','prepareCapabilities','handleApp','close','tsbPn','json','2180944gwWUzm','shouldProcessEventForTesthub','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27,\x20\x27@jest/core\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20const\x20fs\x20=\x20require(\x27fs\x27);\x0a\x20\x20\x20\x20const\x20path\x20=\x20require(\x27path\x27);\x0a\x20\x20\x20\x20const\x20helper\x20=\x20require(\x27../../../helpers/helper\x27);\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','YZRxP','dacfK','getTCGConfigFilePaths','ULECv','exitCode','child\x20process\x20exited\x20with\x20code\x20','9pxMcwK','GYhbW','XBpGO','jest.config.','exports','TfmFf','error\x20removing\x20tcg\x20config\x20file','212539ZwDTpz','testEnvironmentOptions','../../helpers/performance/constants','setup','initialize','requireSeleniumWebdriver','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','EVENTS','proxySettings','requireModule','skipSessionStatus','PIFUq','57852fjDWUi','getPackageType','IeNfL','serial__','readFileSync','length','uWpSW','testTimeout','end','SDK_CLEANUP','existsSync','Creating\x20','testObservability','Error\x20while\x20parsing\x20','jest_browserstack_results.json','\x0a\x20\x20\x20\x20','log','tTlBh','debug','fWVxC','win32','\x0amodule.exports\x20=\x20config;','ObGmS','platforms','finalExecution','customImplements','wLWcS','winstonLogger','isUndefined','customTestRunner.js','runInBand','7gYSpOs','OgQyH'];a14_0x31cc=function(){return _0x17ee21;};return a14_0x31cc();}
2
+ 'use strict';const a14_0x5c3a4f=a14_0xc5ab;(function(_0x219ff9,_0x2c6aad){const _0x177554=a14_0xc5ab,_0x2dc6a8=_0x219ff9();while(!![]){try{const _0x38ce0e=-parseInt(_0x177554(0x184))/0x1*(-parseInt(_0x177554(0x14a))/0x2)+-parseInt(_0x177554(0xe1))/0x3*(-parseInt(_0x177554(0x158))/0x4)+-parseInt(_0x177554(0x106))/0x5*(-parseInt(_0x177554(0x111))/0x6)+-parseInt(_0x177554(0x179))/0x7*(-parseInt(_0x177554(0x157))/0x8)+parseInt(_0x177554(0xdb))/0x9*(parseInt(_0x177554(0x10f))/0xa)+-parseInt(_0x177554(0x119))/0xb+-parseInt(_0x177554(0x16a))/0xc;if(_0x38ce0e===_0x2c6aad)break;else _0x2dc6a8['push'](_0x2dc6a8['shift']());}catch(_0x228e2d){_0x2dc6a8['push'](_0x2dc6a8['shift']());}}}(a14_0x42fc,0x7d2c0));const fs=require('fs'),path=require('path'),util=require('util'),{spawn}=require(a14_0x5c3a4f(0x140)),logger=require(a14_0x5c3a4f(0x11a))[a14_0x5c3a4f(0xf4)],{default:BrowserStackSetup}=require(a14_0x5c3a4f(0x104)),helper=require(a14_0x5c3a4f(0x14c)),utilities=require('../../helpers/utilities'),constants=require(a14_0x5c3a4f(0x16e)),accessibilityHelper=require(a14_0x5c3a4f(0x11e)),{updateTestRerunConfig}=require(a14_0x5c3a4f(0xe6)),testOpsHelper=require(a14_0x5c3a4f(0x16b)),{debug}=require(a14_0x5c3a4f(0x16b)),TestDetails=require(a14_0x5c3a4f(0x171)),{getPercyOptions}=require(a14_0x5c3a4f(0xdf)),TestHubHandler=require(a14_0x5c3a4f(0x12c)),testhubUtils=require(a14_0x5c3a4f(0x118)),{FRAMEWORKS}=require(a14_0x5c3a4f(0x129)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a14_0x5c3a4f(0x17a)],getUserJestConfigs=async(_0x53784f,_0x5cae73)=>{const _0xdbaf3c=a14_0x5c3a4f,_0x3d351e={'TqWCY':_0xdbaf3c(0xf7),'kWVca':_0xdbaf3c(0x159),'rmnlE':function(_0x1125da,_0x32e09a){return _0x1125da||_0x32e09a;},'vEpoH':function(_0xf2e835,_0x55254d){return _0xf2e835(_0x55254d);},'kNUYS':_0xdbaf3c(0x130),'ovBHr':_0xdbaf3c(0x138),'PpEJx':_0xdbaf3c(0x101),'BMjvI':_0xdbaf3c(0xde),'ujMbN':_0xdbaf3c(0x170)},_0x10ef06=helper[_0xdbaf3c(0xeb)](_0x3d351e[_0xdbaf3c(0x122)],_0x3d351e[_0xdbaf3c(0x13c)]),_0x2e1470=_0x5cae73[_0xdbaf3c(0x113)](_0x45c958=>_0x45c958==='--config');if(!helper[_0xdbaf3c(0x10a)](_0x53784f['config'])){logger[_0xdbaf3c(0x143)]('Getting\x20your\x20jest\x20configs\x20from\x20'+_0x53784f[_0xdbaf3c(0x165)]),process[_0xdbaf3c(0xe2)][_0xdbaf3c(0xed)]=_0x53784f['config'];const _0x3e725d=await(0x0,_0x10ef06[_0xdbaf3c(0x120)])(path[_0xdbaf3c(0xdd)](_0x53784f[_0xdbaf3c(0x165)]));return _0x5cae73[_0xdbaf3c(0x11b)](_0x2e1470,0x2),_0x3d351e[_0xdbaf3c(0x103)](_0x3e725d,{});}const _0x262285=_0x3d351e[_0xdbaf3c(0x18a)](require,path[_0xdbaf3c(0x11d)](process[_0xdbaf3c(0x161)](),_0x3d351e['kNUYS']));if(_0x262285[_0xdbaf3c(0x124)])return logger[_0xdbaf3c(0x143)](_0x3d351e[_0xdbaf3c(0x167)]),_0x262285[_0xdbaf3c(0x124)];const _0x4f0676=['js',_0x3d351e[_0xdbaf3c(0x15f)],_0x3d351e['BMjvI'],_0x3d351e[_0xdbaf3c(0x187)],'ts'];for(const _0x1d1377 of _0x4f0676){const _0x20f8b8=path[_0xdbaf3c(0x11d)](process[_0xdbaf3c(0x161)](),_0xdbaf3c(0x136)+_0x1d1377);if(fs[_0xdbaf3c(0x10c)](_0x20f8b8)){process[_0xdbaf3c(0xe2)][_0xdbaf3c(0xed)]=_0x20f8b8;const _0x54d59b=await(0x0,_0x10ef06[_0xdbaf3c(0x120)])(_0x20f8b8);return _0x54d59b;}}return{};},getSerial=(_0x184c3f,_0x3a9c73)=>{const _0x1223e1=a14_0x5c3a4f,_0x318b3e={};_0x318b3e[_0x1223e1(0x189)]=_0x1223e1(0x102),_0x318b3e['ZcaqA']=function(_0x21d3a0,_0x4ba34e){return _0x21d3a0>_0x4ba34e;},_0x318b3e[_0x1223e1(0x116)]=function(_0x578284,_0x512286){return _0x578284>_0x512286;},_0x318b3e[_0x1223e1(0x14d)]=_0x1223e1(0x110);const _0x40807b=_0x318b3e;let _0xb91f17=_0x40807b['fRctJ'];return _0x40807b[_0x1223e1(0x126)](_0x184c3f[_0x1223e1(0xe3)],0x1)&&(!_0x3a9c73['runInBand']&&(helper[_0x1223e1(0x10a)](_0x3a9c73[_0x1223e1(0xe0)])||_0x40807b[_0x1223e1(0x116)](_0x3a9c73[_0x1223e1(0xe0)],0x1)))&&(_0xb91f17=_0x40807b[_0x1223e1(0x14d)]),_0xb91f17;},getMaxWorkers=(_0x55b0ef,_0x3c2a42,_0x34c255)=>{const _0x5e714d=a14_0x5c3a4f,_0x42949a={'OAjZy':function(_0x2c3919,_0x15390e){return _0x2c3919(_0x15390e);}};let _0x29cae7=0x1;if(!helper[_0x5e714d(0x10a)](_0x3c2a42[_0x5e714d(0x16f)]))_0x29cae7=_0x42949a[_0x5e714d(0x13e)](parseInt,_0x3c2a42['parallelsPerPlatform']);else{if(!helper[_0x5e714d(0x10a)](_0x55b0ef[_0x5e714d(0xe0)]))_0x29cae7=_0x55b0ef['maxWorkers'];else!helper[_0x5e714d(0x10a)](_0x34c255['maxWorkers'])&&(_0x29cae7=_0x34c255[_0x5e714d(0xe0)]);}return _0x29cae7;};async function run(_0x2b8a34,_0x5a5319,_0x4af564){const _0x42bf82=a14_0x5c3a4f,_0x1acc15={'YGDnq':_0x42bf82(0x176),'htrxr':_0x42bf82(0x124),'BkaUv':function(_0x2a6ebe,_0x33d8ba){return _0x2a6ebe(_0x33d8ba);},'DgMgR':function(_0x2e7608,_0x534a0a){return _0x2e7608!=_0x534a0a;},'WvwBm':_0x42bf82(0x102),'DHZKc':function(_0x5c7edf,_0x424555,_0x5609db){return _0x5c7edf(_0x424555,_0x5609db);},'Loozu':_0x42bf82(0xe8),'mnoNW':function(_0x15a926,_0x238145,_0x4bddcf,_0x29af2d){return _0x15a926(_0x238145,_0x4bddcf,_0x29af2d);},'FGhiy':function(_0x37247a,_0x201990){return _0x37247a*_0x201990;},'HpLuJ':function(_0x3ec9e3,_0x5c45ef){return _0x3ec9e3===_0x5c45ef;},'fKAMr':'jest_browserstack.config.cjs','ZZuQB':_0x42bf82(0x17f),'XGIwH':_0x42bf82(0x105),'MRnXY':_0x42bf82(0xef),'WqdmV':'customTestRunner.js','RHTaM':_0x42bf82(0xea),'LyIZQ':_0x42bf82(0x17e),'QcRzC':_0x42bf82(0x134),'XKLYm':_0x42bf82(0xff),'OIGUT':_0x42bf82(0x107),'vpELf':'test-observability','nNeCN':'data-hooks.js','kPavz':_0x42bf82(0x155),'IVPDP':_0x42bf82(0x17d),'vuPhY':_0x42bf82(0x112),'dhwFZ':_0x42bf82(0x120),'znyOs':_0x42bf82(0x152),'fdXmG':_0x42bf82(0x117),'PCrMe':_0x42bf82(0xf8),'yhhAK':function(_0x3c3977,_0x379c96){return _0x3c3977===_0x379c96;},'GlVpj':'win32','UNLjr':_0x42bf82(0xfe),'LzQsp':_0x42bf82(0x15c)};helper[_0x42bf82(0xe5)]()?(await _0x4af564['initialize'](_0x2b8a34),await helper['handleApp'](_0x4af564[_0x42bf82(0x165)])):await _0x4af564[_0x42bf82(0x17c)]();if(!_0x4af564['config'])return;_0x1acc15[_0x42bf82(0x153)](_0x4af564['config'][_0x42bf82(0x185)],null)?process[_0x42bf82(0xe2)][_0x42bf82(0x14f)]=_0x4af564[_0x42bf82(0x165)][_0x42bf82(0x185)]:process['env']['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x1acc15[_0x42bf82(0x145)];const _0x394604=await _0x1acc15['DHZKc'](getUserJestConfigs,_0x2b8a34,_0x5a5319);logger[_0x42bf82(0x143)](_0x1acc15[_0x42bf82(0x18c)]);const _0x25b152=Object['assign']({},_0x394604);_0x25b152[_0x42bf82(0xda)]=Object['assign']({},_0x25b152[_0x42bf82(0xda)],{'server':helper['getHubUrl'](_0x4af564[_0x42bf82(0x165)]),'environment':_0x394604[_0x42bf82(0x11f)]}),_0x25b152['testEnvironmentOptions']['browserStackPercyOptions']=_0x1acc15[_0x42bf82(0xfd)](getPercyOptions,_0x4af564[_0x42bf82(0x165)]);const _0x240fee=helper[_0x42bf82(0x137)](_0x4af564['config']);!helper['isUndefined'](_0x4af564['config']['accessibilityOptions'])&&(process[_0x42bf82(0xe2)][_0x42bf82(0x147)]=JSON['stringify'](_0x4af564[_0x42bf82(0x165)]['accessibilityOptions']));const _0xde8685=await TestHubHandler[_0x42bf82(0x18b)](FRAMEWORKS[_0x42bf82(0x172)],_0x4af564),_0x3a83d3=helper[_0x42bf82(0x121)](_0x4af564[_0x42bf82(0x165)],_0x240fee,constants[_0x42bf82(0x18e)]['JEST']);let _0x3f82c4=_0x4af564[_0x42bf82(0x165)]['accessibility'];_0x3f82c4=_0x3f82c4||accessibilityHelper['checkAccessibilityPlatformConfig'](_0x4af564['config']),process[_0x42bf82(0xe2)][_0x42bf82(0x133)]=_0x3f82c4,_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x135)]=_0x3a83d3,_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x166)]=_0x1acc15[_0x42bf82(0x15a)](getSerial,_0x3a83d3,_0x2b8a34),_0x25b152['testEnvironmentOptions'][_0x42bf82(0x182)]=_0x1acc15[_0x42bf82(0x150)](getMaxWorkers,_0x2b8a34,_0x4af564[_0x42bf82(0x165)],_0x394604),_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x13d)]=_0x4af564[_0x42bf82(0x165)][_0x42bf82(0x13d)],_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x141)]=_0x1acc15[_0x42bf82(0xf3)](_0x2b8a34['testTimeout'],0x1)||0x1388,_0x25b152['testEnvironmentOptions'][_0x42bf82(0x151)]=_0x4af564['config']['testContextOptions'][_0x42bf82(0x151)],_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x12d)]=_0x4af564[_0x42bf82(0x165)][_0x42bf82(0x178)][_0x42bf82(0x12d)],_0x25b152['testEnvironmentOptions'][_0x42bf82(0x100)]=_0x4af564['config'][_0x42bf82(0x12b)],_0x25b152[_0x42bf82(0xda)][_0x42bf82(0x15e)]=_0x4af564[_0x42bf82(0x165)][_0x42bf82(0x15e)],_0x25b152['testEnvironmentOptions'][_0x42bf82(0x144)]=_0x4af564['config']['platforms'];let _0x201d94='';_0x1acc15[_0x42bf82(0x154)](helper[_0x42bf82(0xf9)](),constants['PACKAGE_TYPE'][_0x42bf82(0xfc)])?_0x201d94=_0x1acc15[_0x42bf82(0x186)]:_0x201d94=_0x1acc15[_0x42bf82(0x12a)];const _0x4710c9=_0x201d94,_0x506d42=path[_0x42bf82(0x11d)](__dirname,_0x1acc15[_0x42bf82(0xe9)],_0x1acc15[_0x42bf82(0x14e)]),_0x18af60=path['join'](__dirname,_0x1acc15['XGIwH'],_0x1acc15[_0x42bf82(0x12f)]),_0x26592b=path[_0x42bf82(0x11d)](__dirname,_0x1acc15[_0x42bf82(0xe9)],_0x1acc15['RHTaM']);_0x25b152[_0x42bf82(0x11f)]&&(process['env'][_0x42bf82(0x181)]=_0x25b152[_0x42bf82(0x11f)]);_0x25b152[_0x42bf82(0x11f)]=path['join'](__dirname,_0x1acc15[_0x42bf82(0xe9)],_0x1acc15[_0x42bf82(0x13b)]),_0x25b152[_0x42bf82(0x108)]=_0x18af60,_0x25b152[_0x42bf82(0x177)]=_0x25b152[_0x42bf82(0x177)]||[],_0x25b152[_0x42bf82(0x177)][_0x42bf82(0x148)](path[_0x42bf82(0x11d)](__dirname,_0x1acc15[_0x42bf82(0x109)]));if(testhubUtils[_0x42bf82(0x123)]()){let _0x2457a7=null;try{_0x2457a7=helper[_0x42bf82(0xeb)](_0x1acc15[_0x42bf82(0x125)],_0x1acc15[_0x42bf82(0x183)]);}catch(_0x2619cc){_0x1acc15[_0x42bf82(0xfd)](debug,'Unable\x20to\x20find\x20jest-circus,\x20'+_0x2619cc);}_0x2457a7&&(_0x25b152[_0x42bf82(0x177)][_0x42bf82(0x148)](path['join'](__dirname,_0x1acc15[_0x42bf82(0x13a)],_0x1acc15[_0x42bf82(0x114)])),_0x25b152['testRunner']=path['join'](__dirname,_0x1acc15['XGIwH'],_0x1acc15[_0x42bf82(0xfb)]));}_0x25b152[_0x42bf82(0x131)]=_0x25b152[_0x42bf82(0x131)]||[];try{helper[_0x42bf82(0x160)](),_0x25b152[_0x42bf82(0x131)][_0x42bf82(0x148)](path[_0x42bf82(0x11d)](__dirname,_0x1acc15['IVPDP']));}catch{logger[_0x42bf82(0x10d)](_0x1acc15[_0x42bf82(0xf5)]);}_0x25b152[_0x42bf82(0x12e)]=_0x25b152[_0x42bf82(0x12e)]||[_0x1acc15['dhwFZ']],_0x1acc15[_0x42bf82(0x15a)](updateTestRerunConfig,_0x25b152,_0x4af564);const _0x35ae90=fs['readFileSync'](_0x26592b);fs[_0x42bf82(0x142)](_0x25b152[_0x42bf82(0x108)],_0x42bf82(0x18d)+_0x35ae90+_0x42bf82(0xe4)+_0x4af564[_0x42bf82(0x165)][_0x42bf82(0x164)][_0x42bf82(0xe3)]+_0x42bf82(0x168)),logger[_0x42bf82(0x143)](_0x42bf82(0x16d)+_0x4710c9+_0x42bf82(0x16c)),fs[_0x42bf82(0x142)](_0x4710c9,_0x42bf82(0x174)+JSON[_0x42bf82(0xf2)](_0x25b152)+'\x0amodule.exports\x20=\x20config;'),logger[_0x42bf82(0x143)](_0x1acc15['znyOs']);testhubUtils[_0x42bf82(0x123)]()&&TestDetails[_0x42bf82(0x10e)]();helper[_0x42bf82(0x175)]({},_0x5a5319),PerformanceTester['end'](PerformanceEvents[_0x42bf82(0x115)]);const _0x28d4df=_0x1acc15[_0x42bf82(0x150)](spawn,_0x1acc15['fdXmG'],[_0x1acc15[_0x42bf82(0x180)],_0x1acc15['PCrMe'],_0x4710c9,..._0x5a5319[_0x42bf82(0xfa)](0x1)],{'shell':_0x1acc15[_0x42bf82(0x132)](process[_0x42bf82(0xe7)],_0x1acc15[_0x42bf82(0xee)]),'stdio':_0x1acc15[_0x42bf82(0x17b)],'env':Object[_0x42bf82(0x156)]({},process[_0x42bf82(0xe2)])});_0x28d4df['on'](_0x1acc15[_0x42bf82(0x162)],async _0x367eb3=>{const _0x7733f2=_0x42bf82;PerformanceTester[_0x7733f2(0x173)](PerformanceEvents[_0x7733f2(0x10b)]);try{const {browserstackFolderPath:_0xee47a,tcgConfigPath:_0x5cfb17}=helper['getTCGConfigFilePaths']();fs['unlinkSync'](_0x5cfb17),fs[_0x7733f2(0x15b)](_0xee47a);}catch(_0x48deed){logger[_0x7733f2(0x10d)](_0x1acc15[_0x7733f2(0xf1)],_0x48deed);}process[_0x7733f2(0x11c)]=_0x367eb3,logger['debug'](_0x7733f2(0x13f)+_0x367eb3),logger[_0x7733f2(0x143)](_0x7733f2(0x163)+_0x4710c9);let _0x2fe2bc=null;if(fs[_0x7733f2(0x10c)](_0x506d42)){_0x2fe2bc=fs[_0x7733f2(0x188)](_0x506d42);try{_0x2fe2bc=JSON[_0x7733f2(0x128)](_0x2fe2bc);}catch(_0x1134bc){logger['debug'](_0x7733f2(0xf0)+_0x506d42+',\x20'+_0x2fe2bc+_0x7733f2(0x139)+_0x1134bc);}fs[_0x7733f2(0x146)](_0x506d42);}fs[_0x7733f2(0x146)](_0x4710c9),fs['unlinkSync'](_0x18af60),_0x2fe2bc&&(_0x4af564[_0x7733f2(0x14b)]=helper[_0x7733f2(0x169)](_0x2fe2bc,_0x1acc15[_0x7733f2(0x180)],_0x4af564));try{await TestHubHandler['stop']();}catch(_0x3271bc){console['log'](_0x3271bc),_0x1acc15[_0x7733f2(0xfd)](debug,_0x7733f2(0xdc)+util[_0x7733f2(0x15d)](_0x3271bc));}testOpsHelper[_0x7733f2(0x127)](),TestDetails[_0x7733f2(0x149)](),await utilities[_0x7733f2(0xec)](_0x4af564);});}function a14_0xc5ab(_0x552bed,_0x1f253f){const _0x42fc60=a14_0x42fc();return a14_0xc5ab=function(_0xc5ab86,_0xb44d8d){_0xc5ab86=_0xc5ab86-0xda;let _0x91dd=_0x42fc60[_0xc5ab86];return _0x91dd;},a14_0xc5ab(_0x552bed,_0x1f253f);}module[a14_0x5c3a4f(0xf6)]=run;function a14_0x42fc(){const _0x2a9731=['reporters','WqdmV','package.json','setupFiles','yhhAK','BROWSERSTACK_TEST_ACCESSIBILITY_YML','jest.setup.js','capabilities','jest.config.','useW3C','Getting\x20your\x20jest\x20configs\x20from\x20package.json','\x20:\x20','vpELf','LyIZQ','kWVca','proxySettings','OAjZy','child\x20process\x20exited\x20with\x20code\x20','child_process','timeout__','writeFileSync','info','platformCaps','WvwBm','unlinkSync','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','push','shutdown','3670COeSDq','errorMessage','../../helpers/helper','lUTgg','MRnXY','BROWSERSTACK_TEST_OBSERVABILITY_YML','mnoNW','skipSessionName','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','DgMgR','HpLuJ','customCircus.js','assign','48TusRLw','4NJLhaj','jest-config','DHZKc','rmdirSync','close','format','turboScaleUrl','PpEJx','requireSeleniumWebdriver','cwd','LzQsp','Deleting\x20','platforms','config','serial__','ovBHr',';\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','getErrorMessageFromResults','25214316lKoqFA','../../helpers/test-observability/utils','\x20with\x20browserstack\x20jest\x20configs','Creating\x20','../utils/constants','parallelsPerPlatform','json','./test-observability/test-details','JEST','start','const\x20config=','filterBrowserstackArgs','error\x20removing\x20tcg\x20config\x20file','setupFilesAfterEnv','testContextOptions','691621DAPTCt','EVENTS','UNLjr','setupTCGAuth','test_before.setup.js','customEnvironment.js','jest_browserstack.config.js','htrxr','BSTACK_JEST_TEST_ENV','parallels__','OIGUT','321ngjWCw','testObservability','fKAMr','ujMbN','readFileSync','fRctJ','vEpoH','launchBuild','Loozu','\x0a\x20\x20\x20\x20','FRAMEWORKS','testEnvironmentOptions','5079816fkEqha','Exception\x20in\x20stop\x20build\x20request\x20to\x20TestHub\x20:\x20','resolve','cjs','../../helpers/percy/utils','maxWorkers','2725968vvjjwa','env','length','\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','isBrowserstackInfra','./test-observability/helper','platform','Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','XGIwH','customTestRunnerTemplate.js','requireModule','finalExecution','USER_CONFIG_DETAILS_PATH','GlVpj','jest_browserstack_results.json','Error\x20while\x20parsing\x20','YGDnq','stringify','FGhiy','winstonLogger','vuPhY','exports','jest-config/build/readConfigFileAndSetRootDir.js','--config','getPackageType','slice','kPavz','MODULE','BkaUv','inherit','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','browserStackLogLevel','mjs','true','rmnlE','../../helpers/BrowserStackSetup','customImplements','770zJBNUH','jest-circus','runner','QcRzC','isUndefined','SDK_CLEANUP','existsSync','debug','setup','10zItcYb','false','23154HTXKkq','skipping\x20test_before\x20setup\x20since\x20selenium\x20not\x20found','findIndex','nNeCN','SDK_SETUP','NvrSA','npx','../../helpers/testhub/utils','6988542RriqNg','../../helpers/logger','splice','exitCode','join','../../helpers/accessibility-automation/helper','testEnvironment','default','prepareCapabilities','TqWCY','shouldProcessEventForTesthub','jest','XKLYm','ZcaqA','printBuildLink','parse','../../helpers/test-observability/constants','ZZuQB','logLevel','../../helpers/testhub/testhubHandler','skipSessionStatus'];a14_0x42fc=function(){return _0x2a9731;};return a14_0x42fc();}
@@ -1 +1 @@
1
- function a15_0x23bf(_0x1d1ed7,_0x5a6914){const _0xd55772=a15_0xd557();return a15_0x23bf=function(_0x23bf3c,_0x2ba7b3){_0x23bf3c=_0x23bf3c-0x1b6;let _0x4f349c=_0xd55772[_0x23bf3c];return _0x4f349c;},a15_0x23bf(_0x1d1ed7,_0x5a6914);}const a15_0x465aff=a15_0x23bf;(function(_0x5c5fd8,_0x36e24e){const _0x2c388a=a15_0x23bf,_0x31c19f=_0x5c5fd8();while(!![]){try{const _0x4262b2=-parseInt(_0x2c388a(0x1c9))/0x1*(-parseInt(_0x2c388a(0x1c1))/0x2)+-parseInt(_0x2c388a(0x1ca))/0x3+parseInt(_0x2c388a(0x1b8))/0x4+parseInt(_0x2c388a(0x1b7))/0x5+parseInt(_0x2c388a(0x1c3))/0x6*(parseInt(_0x2c388a(0x1c7))/0x7)+parseInt(_0x2c388a(0x1c2))/0x8+-parseInt(_0x2c388a(0x1c0))/0x9*(parseInt(_0x2c388a(0x1bb))/0xa);if(_0x4262b2===_0x36e24e)break;else _0x31c19f['push'](_0x31c19f['shift']());}catch(_0x142459){_0x31c19f['push'](_0x31c19f['shift']());}}}(a15_0xd557,0x37622));const path=require(a15_0x465aff(0x1ba)),{requireModule}=require('../../../helpers/helper');let initJestAdapter=requireModule(a15_0x465aff(0x1be),a15_0x465aff(0x1cb));initJestAdapter=typeof initJestAdapter===a15_0x465aff(0x1c8)?initJestAdapter:initJestAdapter[a15_0x465aff(0x1b9)];function a15_0xd557(){const _0x5e68a0=['283xpbfXX','531843kzYbYd','jest-circus','includes','2184345admYWC','897036ZcIpyP','default','path','10dzoUeD','jestAdapterInit','KWsfI','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','initRequireModule','8815077dbnBgK','464UonjgR','3541576fzYEMa','6SpMLtO','exports','join','FpcXv','1498721dFsdQJ','function'];a15_0xd557=function(){return _0x5e68a0;};return a15_0xd557();}const FRAMEWORK_INITIALIZER=path[a15_0x465aff(0x1c5)](__dirname,'customJestAdapterInit.js');module[a15_0x465aff(0x1c4)]=(..._0x5e1e8b)=>{const _0x4b25a0=a15_0x465aff,_0x4aed6d={'AzbiW':_0x4b25a0(0x1bc),'KWsfI':function(_0x2164fa,_0x266e86){return _0x2164fa===_0x266e86;},'FpcXv':function(_0x205f64,..._0x5e0d3e){return _0x205f64(..._0x5e0d3e);}};return _0x5e1e8b[0x3][_0x4b25a0(0x1bf)]=_0x5e1e8b[0x3]['requireInternalModule'],_0x5e1e8b[0x3]['requireInternalModule']=(..._0x59059b)=>{const _0x3ed988=_0x4b25a0;if(_0x59059b[0x0]&&_0x59059b[0x0][_0x3ed988(0x1b6)](_0x4aed6d['AzbiW'])&&_0x4aed6d[_0x3ed988(0x1bd)](_0x59059b[0x1],undefined))return _0x5e1e8b[0x3][_0x3ed988(0x1bf)](FRAMEWORK_INITIALIZER);return _0x5e1e8b[0x3]['initRequireModule'](..._0x59059b);},_0x4aed6d[_0x4b25a0(0x1c6)](initJestAdapter,..._0x5e1e8b);};
1
+ function a15_0x8c2e(_0x1d893b,_0x3267d8){const _0x2852d2=a15_0x2852();return a15_0x8c2e=function(_0x8c2e85,_0x493392){_0x8c2e85=_0x8c2e85-0x13f;let _0x1706e2=_0x2852d2[_0x8c2e85];return _0x1706e2;},a15_0x8c2e(_0x1d893b,_0x3267d8);}function a15_0x2852(){const _0x11aa5e=['1725903lHcVwH','4FQrJRd','includes','4669rIRKVj','3095688wDmFGl','2367835MeZTAO','349880OpqLos','nlHEd','jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js','initRequireModule','987448xwPDhM','4345928tpYDjp','8886jRSmjj','XfuFv','customJestAdapterInit.js','function','requireInternalModule','path','iPsII','jest-circus','9YDwBIw','1518waJJnL','../../../helpers/helper'];a15_0x2852=function(){return _0x11aa5e;};return a15_0x2852();}const a15_0x3ae58e=a15_0x8c2e;(function(_0x281e72,_0x3e3f1b){const _0x17bf35=a15_0x8c2e,_0x289547=_0x281e72();while(!![]){try{const _0x14fae3=-parseInt(_0x17bf35(0x147))/0x1+parseInt(_0x17bf35(0x155))/0x2*(-parseInt(_0x17bf35(0x154))/0x3)+-parseInt(_0x17bf35(0x148))/0x4+parseInt(_0x17bf35(0x142))/0x5+-parseInt(_0x17bf35(0x149))/0x6*(parseInt(_0x17bf35(0x140))/0x7)+-parseInt(_0x17bf35(0x141))/0x8*(parseInt(_0x17bf35(0x151))/0x9)+parseInt(_0x17bf35(0x143))/0xa*(parseInt(_0x17bf35(0x152))/0xb);if(_0x14fae3===_0x3e3f1b)break;else _0x289547['push'](_0x289547['shift']());}catch(_0x183ef8){_0x289547['push'](_0x289547['shift']());}}}(a15_0x2852,0xab87f));const path=require(a15_0x3ae58e(0x14e)),{requireModule}=require(a15_0x3ae58e(0x153));let initJestAdapter=requireModule(a15_0x3ae58e(0x145),a15_0x3ae58e(0x150));initJestAdapter=typeof initJestAdapter===a15_0x3ae58e(0x14c)?initJestAdapter:initJestAdapter['default'];const FRAMEWORK_INITIALIZER=path['join'](__dirname,a15_0x3ae58e(0x14b));module['exports']=(..._0x20feaf)=>{const _0x3d6375=a15_0x3ae58e,_0x2a04a5={'iPsII':'jestAdapterInit','XfuFv':function(_0x5cac81,_0x518a26){return _0x5cac81===_0x518a26;},'nlHEd':function(_0x2a44bd,..._0x61b79){return _0x2a44bd(..._0x61b79);}};return _0x20feaf[0x3]['initRequireModule']=_0x20feaf[0x3]['requireInternalModule'],_0x20feaf[0x3][_0x3d6375(0x14d)]=(..._0x2cff0f)=>{const _0x43a0a8=_0x3d6375;if(_0x2cff0f[0x0]&&_0x2cff0f[0x0][_0x43a0a8(0x13f)](_0x2a04a5[_0x43a0a8(0x14f)])&&_0x2a04a5[_0x43a0a8(0x14a)](_0x2cff0f[0x1],undefined))return _0x20feaf[0x3][_0x43a0a8(0x146)](FRAMEWORK_INITIALIZER);return _0x20feaf[0x3][_0x43a0a8(0x146)](..._0x2cff0f);},_0x2a04a5[_0x3d6375(0x144)](initJestAdapter,..._0x20feaf);};
@@ -1 +1 @@
1
- const a16_0x3f43d4=a16_0x4bbf;(function(_0x3fd2a4,_0x565d40){const _0x3b9610=a16_0x4bbf,_0x5c5b24=_0x3fd2a4();while(!![]){try{const _0x27a0bc=parseInt(_0x3b9610(0x154))/0x1*(parseInt(_0x3b9610(0x163))/0x2)+parseInt(_0x3b9610(0x172))/0x3*(-parseInt(_0x3b9610(0x170))/0x4)+parseInt(_0x3b9610(0x143))/0x5+-parseInt(_0x3b9610(0x146))/0x6+-parseInt(_0x3b9610(0x180))/0x7+-parseInt(_0x3b9610(0x169))/0x8+-parseInt(_0x3b9610(0x145))/0x9*(-parseInt(_0x3b9610(0x13b))/0xa);if(_0x27a0bc===_0x565d40)break;else _0x5c5b24['push'](_0x5c5b24['shift']());}catch(_0xa68ab6){_0x5c5b24['push'](_0x5c5b24['shift']());}}}(a16_0xad09,0x26383));function a16_0xad09(){const _0x48e800=['percy','requireModule','split','bfwfv','371678XpuhSz','jest-environment-node','driver','cleanupDrivers','yeIAb','isBrowserstackInfra','2314360QDjpTX','FRAMEWORKS','resolveTestEnvironment','oUDCg','getTestEnvironment','NpLFu','sessionNameProvided','146384WUnmbM','handleTestEvent','9fXTtzJ','MhEre','nestedKeyValue','shutdown','../../../helpers/testhub/utils','exports','requireSeleniumWebdriver','getInstance','RNPJP','YWjUo','oIsJc','../../../helpers/test-observability/requestQueueHandler','timeout__','../../utils/constants','934528pUReCq','__timeout','quit','eEsKv','testEnvironmentOptions','skipSessionStatus','browserstackPercyBestPlatform','test_start','Isruz','registerListeners','QwEAV','10OfpGlb','configuration','projectConfig','../test-observability/obsReporter','4|0|1|2|3','SOKaP','browserStackPercyOptions','browserstackAgentV2','1332370xZqhsV','global','4113162HNlILP','1321182sNMtqn','Builder','shouldProcessEventForTesthub','__skipSessionStatus','cleanup','../../../helpers/helper','isTrue','default','__webdriver','dCblk','node','KiGpn','test','__drivers','1GiweId','iKtlj','skipSessionName','percyCaptureMode','cwd','browserstackPlatformIndex','modifyCommand','LXGWe','capability','teardown','__platformCaps'];a16_0xad09=function(){return _0x48e800;};return a16_0xad09();}const helper=require(a16_0x3f43d4(0x14b)),constants=require(a16_0x3f43d4(0x17f)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x3f43d4(0x17d)),ObservabilityReporter=require(a16_0x3f43d4(0x13e)),testhubUtils=require(a16_0x3f43d4(0x176)),getTestEnvironment=((()=>{const _0x420296=a16_0x3f43d4,_0x461280={};_0x461280['Isruz']='jest-resolve',_0x461280['FaSfX']='jest-config';const _0x4be476=_0x461280;try{const _0x25109c=helper[_0x420296(0x160)](_0x4be476[_0x420296(0x138)]);if(_0x25109c['resolveTestEnvironment'])return _0x25109c[_0x420296(0x16b)];const _0x349d0c=helper[_0x420296(0x160)](_0x4be476['FaSfX']);if(_0x349d0c[_0x420296(0x16d)])return _0x349d0c[_0x420296(0x16d)];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0x3f164f=a16_0x3f43d4,_0x5e22db={'NpLFu':function(_0x45f0c2,_0x1941f4){return _0x45f0c2(_0x1941f4);},'dCblk':_0x3f164f(0x150),'EFbHt':_0x3f164f(0x164),'oIsJc':function(_0x240ca5,_0x3de843){return _0x240ca5(_0x3de843);}},_0x5b45fc=_0x5e22db[_0x3f164f(0x16e)](getTestEnvironment,{'rootDir':process[_0x3f164f(0x158)](),'testEnvironment':process['env']['BSTACK_JEST_TEST_ENV']||_0x5e22db[_0x3f164f(0x14f)]});if(!_0x5b45fc)return _0x5e22db[_0x3f164f(0x16e)](_interopRequireDefault,helper[_0x3f164f(0x160)](_0x5e22db['EFbHt']));return _0x5e22db[_0x3f164f(0x17c)](_interopRequireDefault,helper[_0x3f164f(0x160)](_0x5b45fc));})()),_seleniumWebdriver2=((()=>{const _0x64f49c=a16_0x3f43d4,_0x45b37c={'QwEAV':function(_0x52a943,_0x404e7e){return _0x52a943(_0x404e7e);}};try{const _0x343611=helper[_0x64f49c(0x178)]();return helper[_0x64f49c(0x15a)](),_0x45b37c[_0x64f49c(0x13a)](_interopRequireDefault,_0x343611);}catch{return null;}})());function _interopRequireDefault(_0x4f5798){return _0x4f5798&&_0x4f5798['__esModule']?_0x4f5798:{'default':_0x4f5798};}function a16_0x4bbf(_0x2e6340,_0x42579f){const _0xad09f4=a16_0xad09();return a16_0x4bbf=function(_0x4bbff7,_0x1c93c4){_0x4bbff7=_0x4bbff7-0x133;let _0x2bac97=_0xad09f4[_0x4bbff7];return _0x2bac97;},a16_0x4bbf(_0x2e6340,_0x42579f);}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x3f43d4(0x147)]:null;class CustomEnvironment extends _jestUserEnvironment[a16_0x3f43d4(0x14d)]{constructor(_0x4f1cf3){const _0x12d256=a16_0x3f43d4,_0x2d4ccb={'Awqmy':_0x12d256(0x182),'LXGWe':_0x12d256(0x13f),'lBLwP':function(_0x3e9170,_0x428e5e){return _0x3e9170+_0x428e5e;},'AaKXR':'9|4|3|7|5|1|6|8|2|0','KiGpn':_0x12d256(0x134),'oUDCg':_0x12d256(0x141),'SOKaP':_0x12d256(0x157),'eEsKv':function(_0x4bb493,_0x51ca63){return _0x4bb493(_0x51ca63);},'iKtlj':'../../../index','YWjUo':'percy','bfwfv':'platformCaps','yeIAb':_0x12d256(0x136)};super(_0x4f1cf3),this[_0x12d256(0x144)][_0x12d256(0x181)]=0x0,this[_0x12d256(0x13c)]={};!_0x4f1cf3['testEnvironmentOptions']&&(_0x4f1cf3['testEnvironmentOptions']={});if(helper[_0x12d256(0x168)]()){const _0x190147=_0x2d4ccb[_0x12d256(0x15b)][_0x12d256(0x161)]('|');let _0x460a8d=0x0;while(!![]){switch(_0x190147[_0x460a8d++]){case'0':this['builder']=new _seleniumWebdriver2[(_0x12d256(0x14d))]['Builder']();continue;case'1':this[_0x12d256(0x13c)]=_0x4f1cf3[_0x12d256(0x134)];continue;case'2':this[_0x12d256(0x15c)]=_0x4f1cf3[_0x12d256(0x13d)]?_0x4f1cf3['projectConfig']['capability']:_0x4f1cf3[_0x12d256(0x15c)];continue;case'3':this[_0x12d256(0x144)]['__timeout']=_0x2d4ccb['lBLwP'](this[_0x12d256(0x13c)][_0x12d256(0x17e)],constants['BSTACK_DELTA']);continue;case'4':_0x4f1cf3[_0x12d256(0x134)]=_0x4f1cf3[_0x12d256(0x13d)]?_0x4f1cf3['projectConfig']['testEnvironmentOptions']:_0x4f1cf3[_0x12d256(0x134)];continue;}break;}}if(testhubUtils[_0x12d256(0x148)]()){const _0x4f6d27=new ObservabilityReporter();_0x4f6d27[_0x12d256(0x139)]();}this['global']['browserStackGlobals']={},this['configuration']['framework']=constants[_0x12d256(0x16a)]['JEST'];if(_seleniumWebdriver2){const _0x28b94a=_0x2d4ccb['AaKXR'][_0x12d256(0x161)]('|');let _0x9acc94=0x0;while(!![]){switch(_0x28b94a[_0x9acc94++]){case'0':this[_0x12d256(0x144)][_0x12d256(0x14a)]=async()=>{const _0x125aa0=_0x12d256;await this[_0x125aa0(0x144)][_0x125aa0(0x165)][_0x125aa0(0x182)](_0x2d4ccb['Awqmy']);};continue;case'1':this['global']['percyCaptureMode']=helper['nestedKeyValue'](_0x4f1cf3,[_0x2d4ccb[_0x12d256(0x151)],_0x2d4ccb[_0x12d256(0x16c)],_0x2d4ccb[_0x12d256(0x140)]]);continue;case'2':this[_0x12d256(0x144)][_0x12d256(0x149)]=helper[_0x12d256(0x14c)](this[_0x12d256(0x13c)][_0x12d256(0x135)]);continue;case'3':this[_0x12d256(0x144)]['browserstackPlatformIndex']=(_0x4f1cf3['projectConfig']?_0x4f1cf3['projectConfig'][_0x12d256(0x159)]:_0x4f1cf3[_0x12d256(0x159)])||0x0;continue;case'4':this[_0x12d256(0x144)][_0x12d256(0x14e)]=_0x2d4ccb[_0x12d256(0x133)](require,_0x2d4ccb[_0x12d256(0x155)])[_0x12d256(0x142)]({...this['configuration'],'capability':this[_0x12d256(0x15c)]||{}},this,testhubUtils[_0x12d256(0x148)]());continue;case'5':this[_0x12d256(0x144)][_0x12d256(0x15f)]=helper[_0x12d256(0x174)](_0x4f1cf3,[_0x2d4ccb[_0x12d256(0x151)],_0x2d4ccb[_0x12d256(0x16c)],_0x2d4ccb[_0x12d256(0x17b)]]);continue;case'6':this[_0x12d256(0x144)][_0x12d256(0x15e)]=helper['nestedKeyValue'](this[_0x12d256(0x13c)],[_0x2d4ccb[_0x12d256(0x162)],this[_0x12d256(0x144)][_0x12d256(0x159)]])||{};continue;case'7':this[_0x12d256(0x144)][_0x12d256(0x136)]=helper[_0x12d256(0x174)](_0x4f1cf3,[_0x2d4ccb['KiGpn'],_0x2d4ccb['oUDCg'],_0x2d4ccb[_0x12d256(0x167)]]);continue;case'8':helper['isTrue'](this[_0x12d256(0x13c)][_0x12d256(0x156)])?this['global'][_0x12d256(0x16f)]=!![]:this[_0x12d256(0x144)][_0x12d256(0x16f)]=![];continue;case'9':this[_0x12d256(0x144)][_0x12d256(0x153)]=[];continue;}break;}}}async[a16_0x3f43d4(0x15d)](){const _0x3dbc2d=a16_0x3f43d4;_seleniumWebdriver2&&(await helper[_0x3dbc2d(0x166)](this[_0x3dbc2d(0x144)]['__driversArray']),this['global'][_0x3dbc2d(0x14e)]['Builder']=originalBuilder),await RequestQueueHandler[_0x3dbc2d(0x179)]()[_0x3dbc2d(0x175)]();}async['setup'](){}async[a16_0x3f43d4(0x171)](_0x3ded3c,_0x2acf1c){const _0x5ba108=a16_0x3f43d4,_0x51f1a0={};_0x51f1a0[_0x5ba108(0x17a)]=function(_0xdbc196,_0x10d262){return _0xdbc196===_0x10d262;},_0x51f1a0[_0x5ba108(0x173)]=_0x5ba108(0x137);const _0x30f321=_0x51f1a0,{name:_0x24a8a0}=_0x3ded3c;_0x30f321[_0x5ba108(0x17a)](_0x24a8a0,_0x30f321[_0x5ba108(0x173)])&&(this[_0x5ba108(0x144)]['testContext']=_0x3ded3c[_0x5ba108(0x152)]);}}module[a16_0x3f43d4(0x177)]=CustomEnvironment;
1
+ const a16_0x4f018a=a16_0x34ab;(function(_0x38ee69,_0x8fb547){const _0x560ef4=a16_0x34ab,_0x2daac=_0x38ee69();while(!![]){try{const _0x91c2cf=parseInt(_0x560ef4(0x13b))/0x1*(parseInt(_0x560ef4(0x116))/0x2)+parseInt(_0x560ef4(0x148))/0x3*(parseInt(_0x560ef4(0x149))/0x4)+-parseInt(_0x560ef4(0x110))/0x5+-parseInt(_0x560ef4(0x13c))/0x6+-parseInt(_0x560ef4(0x101))/0x7*(-parseInt(_0x560ef4(0x11b))/0x8)+-parseInt(_0x560ef4(0x111))/0x9+parseInt(_0x560ef4(0x14d))/0xa;if(_0x91c2cf===_0x8fb547)break;else _0x2daac['push'](_0x2daac['shift']());}catch(_0x8dcb61){_0x2daac['push'](_0x2daac['shift']());}}}(a16_0x3322,0x3afc0));const helper=require('../../../helpers/helper'),constants=require(a16_0x4f018a(0x14b)),{isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),RequestQueueHandler=require(a16_0x4f018a(0x147)),ObservabilityReporter=require(a16_0x4f018a(0x13d)),testhubUtils=require(a16_0x4f018a(0x129)),getTestEnvironment=((()=>{const _0x47c08e=a16_0x4f018a,_0x735121={};_0x735121[_0x47c08e(0x131)]=_0x47c08e(0x12b),_0x735121['CcDzA']=_0x47c08e(0x107);const _0x3b454b=_0x735121;try{const _0x1d054b=helper['requireModule'](_0x3b454b['MJQQk']);if(_0x1d054b[_0x47c08e(0x11f)])return _0x1d054b['resolveTestEnvironment'];const _0x1e5729=helper[_0x47c08e(0x114)](_0x3b454b[_0x47c08e(0x12a)]);if(_0x1e5729[_0x47c08e(0xfb)])return _0x1e5729['getTestEnvironment'];}catch{return()=>null;}return()=>null;})()),_jestUserEnvironment=((()=>{const _0xcf8437=a16_0x4f018a,_0x10f415={'LtExi':function(_0x1b710c,_0x100da8){return _0x1b710c(_0x100da8);},'vZTyR':_0xcf8437(0x10c),'QgwMH':_0xcf8437(0x144)},_0x289a20=_0x10f415[_0xcf8437(0xfc)](getTestEnvironment,{'rootDir':process[_0xcf8437(0xff)](),'testEnvironment':process[_0xcf8437(0x103)][_0xcf8437(0x119)]||_0x10f415[_0xcf8437(0x14c)]});if(!_0x289a20)return _0x10f415['LtExi'](_interopRequireDefault,helper[_0xcf8437(0x114)](_0x10f415[_0xcf8437(0x10e)]));return _0x10f415[_0xcf8437(0xfc)](_interopRequireDefault,helper[_0xcf8437(0x114)](_0x289a20));})()),_seleniumWebdriver2=((()=>{const _0x5914ba=a16_0x4f018a,_0x2099dd={'PqKjX':function(_0x46dacc,_0x21fc36){return _0x46dacc(_0x21fc36);}};try{const _0xc9eb1=helper[_0x5914ba(0x138)]();return helper[_0x5914ba(0x135)](),_0x2099dd[_0x5914ba(0x106)](_interopRequireDefault,_0xc9eb1);}catch{return null;}})());function _interopRequireDefault(_0x29f4fc){return _0x29f4fc&&_0x29f4fc['__esModule']?_0x29f4fc:{'default':_0x29f4fc};}const originalBuilder=_seleniumWebdriver2?_seleniumWebdriver2['default'][a16_0x4f018a(0x146)]:null;function a16_0x3322(){const _0x11ba12=['requireModule','quit','2HyuBNJ','cleanupDrivers','1|0|4|7|9|8|2|3|5|6','BSTACK_JEST_TEST_ENV','__drivers','8DVBDbT','__skipSessionStatus','test_start','getInstance','resolveTestEnvironment','browserstackPlatformIndex','AZdaP','__timeout','browserStackGlobals','nestedKeyValue','skipSessionName','shutdown','builder','__webdriver','../../../helpers/testhub/utils','CcDzA','jest-resolve','driver','framework','browserstackAgentV2','cleanup','configuration','MJQQk','split','FRAMEWORKS','exports','modifyCommand','browserStackPercyOptions','__driversArray','requireSeleniumWebdriver','RNHsr','browserstackPercyBestPlatform','250979mLGOZH','2857146KmKNqg','../test-observability/obsReporter','percyCaptureMode','test','isTrue','QPuEl','qNIbj','QCPYj','jest-environment-node','sessionNameProvided','Builder','../../../helpers/test-observability/requestQueueHandler','117oawDWF','2444DysnNn','testEnvironmentOptions','../../utils/constants','vZTyR','9315790peVOCc','../../../index','getTestEnvironment','LtExi','SvhxK','projectConfig','cwd','idyLl','506282uNiwwB','capability','env','skipSessionStatus','1|4|0|2|3','PqKjX','jest-config','__platformCaps','shouldProcessEventForTesthub','Pvdzu','global','node','registerListeners','QgwMH','percy','713125efTfkN','3764673YHnSJg','isBrowserstackInfra','timeout__'];a16_0x3322=function(){return _0x11ba12;};return a16_0x3322();}class CustomEnvironment extends _jestUserEnvironment['default']{constructor(_0x47ad82){const _0x48846f=a16_0x4f018a,_0x3c89d3={'Pvdzu':_0x48846f(0x115),'RNHsr':_0x48846f(0x105),'idyLl':function(_0x523ed9,_0x1284a3){return _0x523ed9+_0x1284a3;},'EGvls':_0x48846f(0x118),'QPuEl':function(_0x3dc95d,_0x49bc60){return _0x3dc95d(_0x49bc60);},'UMETi':_0x48846f(0xfa),'AfRJA':'platformCaps','qNIbj':'testEnvironmentOptions','SvhxK':_0x48846f(0x136),'SOTjW':_0x48846f(0x13a),'jsOTl':_0x48846f(0x13e),'kCJKA':_0x48846f(0x10f)};super(_0x47ad82),this[_0x48846f(0x10b)][_0x48846f(0x122)]=0x0,this[_0x48846f(0x130)]={};!_0x47ad82[_0x48846f(0x14a)]&&(_0x47ad82[_0x48846f(0x14a)]={});if(helper[_0x48846f(0x112)]()){const _0x430168=_0x3c89d3[_0x48846f(0x139)]['split']('|');let _0x3cc5cd=0x0;while(!![]){switch(_0x430168[_0x3cc5cd++]){case'0':this[_0x48846f(0x130)]=_0x47ad82['testEnvironmentOptions'];continue;case'1':_0x47ad82[_0x48846f(0x14a)]=_0x47ad82['projectConfig']?_0x47ad82[_0x48846f(0xfe)][_0x48846f(0x14a)]:_0x47ad82[_0x48846f(0x14a)];continue;case'2':this[_0x48846f(0x102)]=_0x47ad82['projectConfig']?_0x47ad82[_0x48846f(0xfe)][_0x48846f(0x102)]:_0x47ad82[_0x48846f(0x102)];continue;case'3':this[_0x48846f(0x10b)][_0x48846f(0x122)]=_0x3c89d3[_0x48846f(0x100)](this[_0x48846f(0x130)][_0x48846f(0x113)],constants['BSTACK_DELTA']);continue;case'4':this[_0x48846f(0x127)]=new _seleniumWebdriver2['default'][(_0x48846f(0x146))]();continue;}break;}}if(testhubUtils[_0x48846f(0x109)]()){const _0x1480cd=new ObservabilityReporter();_0x1480cd[_0x48846f(0x10d)]();}this[_0x48846f(0x10b)][_0x48846f(0x123)]={},this[_0x48846f(0x130)][_0x48846f(0x12d)]=constants[_0x48846f(0x133)]['JEST'];if(_seleniumWebdriver2){const _0x7aa652=_0x3c89d3['EGvls'][_0x48846f(0x132)]('|');let _0x4a0db7=0x0;while(!![]){switch(_0x7aa652[_0x4a0db7++]){case'0':this[_0x48846f(0x10b)][_0x48846f(0x128)]=_0x3c89d3[_0x48846f(0x141)](require,_0x3c89d3['UMETi'])[_0x48846f(0x12e)]({...this['configuration'],'capability':this[_0x48846f(0x102)]||{}},this,testhubUtils[_0x48846f(0x109)]());continue;case'1':this[_0x48846f(0x10b)][_0x48846f(0x11a)]=[];continue;case'2':this[_0x48846f(0x10b)][_0x48846f(0x108)]=helper[_0x48846f(0x124)](this[_0x48846f(0x130)],[_0x3c89d3['AfRJA'],this[_0x48846f(0x10b)][_0x48846f(0x120)]])||{};continue;case'3':helper['isTrue'](this[_0x48846f(0x130)][_0x48846f(0x125)])?this[_0x48846f(0x10b)][_0x48846f(0x145)]=!![]:this[_0x48846f(0x10b)][_0x48846f(0x145)]=![];continue;case'4':this[_0x48846f(0x10b)][_0x48846f(0x120)]=(_0x47ad82[_0x48846f(0xfe)]?_0x47ad82[_0x48846f(0xfe)]['browserstackPlatformIndex']:_0x47ad82[_0x48846f(0x120)])||0x0;continue;case'5':this[_0x48846f(0x10b)][_0x48846f(0x11c)]=helper[_0x48846f(0x140)](this[_0x48846f(0x130)][_0x48846f(0x104)]);continue;case'6':this[_0x48846f(0x10b)][_0x48846f(0x12f)]=async()=>{const _0x3ed0cf=_0x48846f;await this[_0x3ed0cf(0x10b)][_0x3ed0cf(0x12c)][_0x3ed0cf(0x115)](_0x3c89d3[_0x3ed0cf(0x10a)]);};continue;case'7':this['global'][_0x48846f(0x13a)]=helper['nestedKeyValue'](_0x47ad82,[_0x3c89d3[_0x48846f(0x142)],_0x3c89d3[_0x48846f(0xfd)],_0x3c89d3['SOTjW']]);continue;case'8':this[_0x48846f(0x10b)][_0x48846f(0x13e)]=helper[_0x48846f(0x124)](_0x47ad82,[_0x3c89d3['qNIbj'],_0x3c89d3[_0x48846f(0xfd)],_0x3c89d3['jsOTl']]);continue;case'9':this[_0x48846f(0x10b)][_0x48846f(0x10f)]=helper[_0x48846f(0x124)](_0x47ad82,[_0x3c89d3[_0x48846f(0x142)],_0x3c89d3['SvhxK'],_0x3c89d3['kCJKA']]);continue;}break;}}}async['teardown'](){const _0x877ed8=a16_0x4f018a;_seleniumWebdriver2&&(await helper[_0x877ed8(0x117)](this[_0x877ed8(0x10b)][_0x877ed8(0x137)]),this[_0x877ed8(0x10b)][_0x877ed8(0x128)][_0x877ed8(0x146)]=originalBuilder),await RequestQueueHandler[_0x877ed8(0x11e)]()[_0x877ed8(0x126)]();}async['setup'](){}async['handleTestEvent'](_0x3e009a,_0x4326f1){const _0x287652=a16_0x4f018a,_0x23e008={};_0x23e008[_0x287652(0x121)]=function(_0x3094d1,_0x5c23a3){return _0x3094d1===_0x5c23a3;},_0x23e008[_0x287652(0x143)]=_0x287652(0x11d);const _0x275ef3=_0x23e008,{name:_0x1d3ffd}=_0x3e009a;_0x275ef3[_0x287652(0x121)](_0x1d3ffd,_0x275ef3[_0x287652(0x143)])&&(this[_0x287652(0x10b)]['testContext']=_0x3e009a[_0x287652(0x13f)]);}}function a16_0x34ab(_0x17e8c0,_0x987c5){const _0x332224=a16_0x3322();return a16_0x34ab=function(_0x34abb5,_0x25afaf){_0x34abb5=_0x34abb5-0xfa;let _0x447724=_0x332224[_0x34abb5];return _0x447724;},a16_0x34ab(_0x17e8c0,_0x987c5);}module[a16_0x4f018a(0x134)]=CustomEnvironment;
@@ -1 +1 @@
1
- function a17_0x3c64(_0x5cc7d7,_0x56290e){const _0x6a280a=a17_0x6a28();return a17_0x3c64=function(_0x3c649f,_0x48c031){_0x3c649f=_0x3c649f-0x196;let _0x404a85=_0x6a280a[_0x3c649f];return _0x404a85;},a17_0x3c64(_0x5cc7d7,_0x56290e);}const a17_0x1620d0=a17_0x3c64;function a17_0x6a28(){const _0x5bc658=['HookRunFinished','CNgpd','2868510wkaAJE','EventHandler','unhandledErrors','lTeJk','gZQsQ','teardown','removeTestUUID','pid','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','FMsUz','setTestUUID','../../../helpers/test-observability/requestQueueHandler','947947sEUixs','24071JKNkdc','sendTestRunEvent','../../../helpers/test-observability/utils',':hookAnalyticsId','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','MpKyS','4fZPhkQ','27UlPERP','PctGq','getInstance','test','started_at','XhTYM','registerListeners','testStarted','jest-circus','hookAnalyticsId','hook_start','HookFinished','6335170lftpDg','JocLr','vPrim','hook','QgVgM','YjlSP','efSAK','markedStatus','EVENT','30EuNZcK','HookRunStarted','../../../helpers/testhub/constants','shutdown','1846755nleIFk','afterEach','jest-circus/build/utils.js','qGvww','TestRunSkipped','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','type','TItOc','HookStarted','toISOString','2510880wmnfYo','hook_failure','../test-observability/obsReporter','forEach','beforeEach','../../../helpers/helper','Cowbq','giNDq','errorsDetailed','initialize','test_skip','../../../helpers/testhub/utils','EJZod','removeAllListeners','test_start','CupKc','1774716qOUVvE','name','RMVxa','QFDHO','SYwHb','../test-observability/test-details','keys','ECFVE'];a17_0x6a28=function(){return _0x5bc658;};return a17_0x6a28();}(function(_0x2c3f9b,_0x48bbf6){const _0x3a358b=a17_0x3c64,_0x4a472b=_0x2c3f9b();while(!![]){try{const _0x55f3ea=-parseInt(_0x3a358b(0x19c))/0x1*(parseInt(_0x3a358b(0x1b8))/0x2)+-parseInt(_0x3a358b(0x1d6))/0x3+-parseInt(_0x3a358b(0x1a2))/0x4*(-parseInt(_0x3a358b(0x1bc))/0x5)+-parseInt(_0x3a358b(0x1e0))/0x6+-parseInt(_0x3a358b(0x19b))/0x7+-parseInt(_0x3a358b(0x1c6))/0x8+-parseInt(_0x3a358b(0x1a3))/0x9*(-parseInt(_0x3a358b(0x1af))/0xa);if(_0x55f3ea===_0x48bbf6)break;else _0x4a472b['push'](_0x4a472b['shift']());}catch(_0x5238c7){_0x4a472b['push'](_0x4a472b['shift']());}}}(a17_0x6a28,0x5f30b));const {requireModule}=require(a17_0x1620d0(0x1cb)),ObservabilityReporter=require(a17_0x1620d0(0x1c8)),RequestQueueHandler=require(a17_0x1620d0(0x19a)),TestDetails=require(a17_0x1620d0(0x1db)),{patchConsoleLogger,debug}=require(a17_0x1620d0(0x19e)),{o11yErrorHandler}=require('../../../helpers/test-observability/error-handler'),{shouldProcessEventForTesthub}=require(a17_0x1620d0(0x1d1)),testHubConstants=require(a17_0x1620d0(0x1ba)),exportsI=requireModule(a17_0x1620d0(0x1a0),'jest-circus'),initInitialize=exportsI[a17_0x1620d0(0x1cf)];exportsI['initialize']=(..._0x1d04ea)=>{const _0x1a6841=a17_0x1620d0,_0x367223={'YjlSP':function(_0x25fcfb,_0x1092c3,_0x383595){return _0x25fcfb(_0x1092c3,_0x383595);},'FMsUz':_0x1a6841(0x1be),'QFDHO':_0x1a6841(0x1ab),'ECFVE':_0x1a6841(0x1ad),'SYwHb':function(_0x325285,_0x14932c){return _0x325285(_0x14932c);},'CNgpd':_0x1a6841(0x1b9),'CupKc':'hook_success','Cowbq':_0x1a6841(0x1de),'giNDq':_0x1a6841(0x1c7),'TItOc':'beforeAll','kJOXq':_0x1a6841(0x1ca),'vPrim':_0x1a6841(0x1bd),'MpKyS':function(_0x1c4edc,_0xc075f8){return _0x1c4edc>_0xc075f8;},'PctGq':_0x1a6841(0x1d4),'efSAK':function(_0x456452){return _0x456452();},'lJQpM':'test_done','EJZod':function(_0x3ce885,_0x2eb8dc){return _0x3ce885(_0x2eb8dc);},'PWojF':_0x1a6841(0x1d0),'JocLr':function(_0x5c7c63){return _0x5c7c63();},'GAjaF':_0x1a6841(0x1c0),'EkXDT':'run_describe_finish','GzyxB':_0x1a6841(0x1e5),'lTeJk':function(_0x1b745d){return _0x1b745d();},'qGvww':function(_0x24e0ec){return _0x24e0ec();},'RMVxa':'jest-circus/build/state.js','QgVgM':_0x1a6841(0x1e1),'gZQsQ':function(_0x45ce1d,..._0x1e3fc1){return _0x45ce1d(..._0x1e3fc1);}};try{const _0x22b906=new ObservabilityReporter();_0x367223[_0x1a6841(0x1b5)](shouldProcessEventForTesthub)&&(_0x367223[_0x1a6841(0x1e3)](patchConsoleLogger),_0x22b906[_0x1a6841(0x1a9)]()),_0x367223[_0x1a6841(0x1bf)](shouldProcessEventForTesthub)&&_0x367223[_0x1a6841(0x1b4)](requireModule,_0x367223[_0x1a6841(0x1d8)],_0x367223[_0x1a6841(0x1d9)])['addEventHandler'](_0x367223[_0x1a6841(0x1b4)](o11yErrorHandler,async(_0x2309fc,_0x544809)=>{const _0x2e83be=_0x1a6841,_0x34cb05=_0x367223['YjlSP'](requireModule,_0x367223[_0x2e83be(0x198)],_0x367223[_0x2e83be(0x1d9)])['makeSingleTestResult'];switch(_0x2309fc[_0x2e83be(0x1d7)]){case _0x367223[_0x2e83be(0x1dd)]:if(_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1c4)])){if(!_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]){const _0x427d25=TestDetails[_0x2e83be(0x199)](process[_0x2e83be(0x196)]+_0x2e83be(0x19f));_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]=_0x427d25;}else _0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1b6)]&&(_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ac)]=TestDetails['setTestUUID'](process[_0x2e83be(0x196)]+_0x2e83be(0x19f)),delete _0x2309fc['hook'][_0x2e83be(0x1b6)]);_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1a7)]=new Date()[_0x2e83be(0x1c5)](),await _0x22b906[_0x2e83be(0x19d)](_0x2309fc['hook'],undefined,![],_0x367223[_0x2e83be(0x1df)]);}break;case _0x367223[_0x2e83be(0x1d5)]:_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1ae)])&&(await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1b2)],undefined,![],_0x367223[_0x2e83be(0x1cc)]),TestDetails[_0x2e83be(0x1e6)](process['pid']+':hookAnalyticsId'));break;case _0x367223[_0x2e83be(0x1cd)]:[_0x367223[_0x2e83be(0x1c3)],_0x367223['kJOXq'],_0x367223[_0x2e83be(0x1b1)]]['includes'](_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1c2)])&&(_0x22b906['hook_failure']=_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1c2)]),_0x544809[_0x2e83be(0x1e2)]&&_0x367223[_0x2e83be(0x1a1)](_0x544809[_0x2e83be(0x1e2)]['length'],0x0)&&(_0x2309fc[_0x2e83be(0x1b2)][_0x2e83be(0x1ce)]=[_0x544809[_0x2e83be(0x1e2)][0x0][0x0]]);_0x367223[_0x2e83be(0x1da)](shouldProcessEventForTesthub,testHubConstants[_0x2e83be(0x1b7)][_0x2e83be(0x1ae)])&&(await _0x22b906['sendTestRunEvent'](_0x2309fc['hook'],undefined,![],_0x367223[_0x2e83be(0x1cc)]),TestDetails['removeTestUUID'](process[_0x2e83be(0x196)]+':hookAnalyticsId'));break;case _0x367223[_0x2e83be(0x1a4)]:_0x367223[_0x2e83be(0x1b5)](shouldProcessEventForTesthub)&&await _0x22b906[_0x2e83be(0x1aa)](_0x2309fc[_0x2e83be(0x1a6)]);break;case _0x367223['lJQpM']:_0x2309fc[_0x2e83be(0x1a6)]={..._0x367223[_0x2e83be(0x1d2)](_0x34cb05,_0x2309fc[_0x2e83be(0x1a6)]),..._0x2309fc[_0x2e83be(0x1a6)]};_0x367223[_0x2e83be(0x1b5)](shouldProcessEventForTesthub)&&(!_0x2309fc[_0x2e83be(0x1a6)][_0x2e83be(0x1b6)]&&(_0x2309fc['test']['markedStatus']=!![],await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1a6)])));break;case _0x367223['PWojF']:_0x2309fc[_0x2e83be(0x1a6)]={..._0x367223['SYwHb'](_0x34cb05,_0x2309fc[_0x2e83be(0x1a6)]),..._0x2309fc[_0x2e83be(0x1a6)]};_0x367223[_0x2e83be(0x1b0)](shouldProcessEventForTesthub)&&(!_0x2309fc[_0x2e83be(0x1a6)][_0x2e83be(0x1b6)]&&(_0x2309fc[_0x2e83be(0x1a6)]['markedStatus']=!![],await _0x22b906[_0x2e83be(0x19d)](_0x2309fc[_0x2e83be(0x1a6)],undefined,![],_0x367223['GAjaF'])));break;case _0x367223['EkXDT']:_0x22b906[_0x2e83be(0x1c7)]=null;break;case _0x367223['GzyxB']:await RequestQueueHandler[_0x2e83be(0x1a5)]()[_0x2e83be(0x1bb)](),process[_0x2e83be(0x1d3)]();break;default:}},_0x367223[_0x1a6841(0x1b3)]));}catch(_0x3bc744){_0x367223[_0x1a6841(0x1d2)](debug,_0x1a6841(0x197)+_0x3bc744);}return _0x367223[_0x1a6841(0x1e4)](initInitialize,..._0x1d04ea);};try{Object[a17_0x1620d0(0x1dc)](exportsI)[a17_0x1620d0(0x1c9)](_0x350152=>{const _0x3b0817=a17_0x1620d0,_0x4549d6={'XhTYM':function(_0x3c6015,_0x1e1281){return _0x3c6015(_0x1e1281);}};try{exports&&(exports[_0x350152]=exportsI[_0x350152]);}catch(_0x5c379e){_0x4549d6[_0x3b0817(0x1a8)](debug,'Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20'+_0x5c379e);}});}catch(a17_0x53d810){debug(a17_0x1620d0(0x1c1)+a17_0x53d810);}
1
+ const a17_0x3d0a6b=a17_0x41c8;(function(_0x3a1a38,_0x1a34e4){const _0x23d146=a17_0x41c8,_0x561047=_0x3a1a38();while(!![]){try{const _0x335b20=-parseInt(_0x23d146(0x9a))/0x1*(-parseInt(_0x23d146(0xca))/0x2)+-parseInt(_0x23d146(0xad))/0x3*(-parseInt(_0x23d146(0x82))/0x4)+parseInt(_0x23d146(0xa6))/0x5*(-parseInt(_0x23d146(0x7d))/0x6)+-parseInt(_0x23d146(0xb5))/0x7*(parseInt(_0x23d146(0x88))/0x8)+-parseInt(_0x23d146(0xc9))/0x9*(-parseInt(_0x23d146(0x95))/0xa)+parseInt(_0x23d146(0xc1))/0xb+-parseInt(_0x23d146(0xcd))/0xc*(parseInt(_0x23d146(0x90))/0xd);if(_0x335b20===_0x1a34e4)break;else _0x561047['push'](_0x561047['shift']());}catch(_0x435938){_0x561047['push'](_0x561047['shift']());}}}(a17_0x3077,0x906df));function a17_0x41c8(_0x13113e,_0x4c0151){const _0x3077c1=a17_0x3077();return a17_0x41c8=function(_0x41c8c6,_0x15fc97){_0x41c8c6=_0x41c8c6-0x7b;let _0x2a03af=_0x3077c1[_0x41c8c6];return _0x2a03af;},a17_0x41c8(_0x13113e,_0x4c0151);}const {requireModule}=require(a17_0x3d0a6b(0xc7)),ObservabilityReporter=require(a17_0x3d0a6b(0x84)),RequestQueueHandler=require(a17_0x3d0a6b(0x7b)),TestDetails=require(a17_0x3d0a6b(0x8c)),{patchConsoleLogger,debug}=require('../../../helpers/test-observability/utils'),{o11yErrorHandler}=require(a17_0x3d0a6b(0xb1)),{shouldProcessEventForTesthub}=require(a17_0x3d0a6b(0x9b)),testHubConstants=require(a17_0x3d0a6b(0x85)),exportsI=requireModule(a17_0x3d0a6b(0x94),a17_0x3d0a6b(0xa4)),initInitialize=exportsI['initialize'];exportsI[a17_0x3d0a6b(0xba)]=(..._0x17e6e7)=>{const _0x5dcf91=a17_0x3d0a6b,_0x33219e={'xuxTN':function(_0x3de113,_0x2bf75d,_0x2ce685){return _0x3de113(_0x2bf75d,_0x2ce685);},'OdHQO':_0x5dcf91(0xb8),'jSvpj':_0x5dcf91(0xa4),'xwYyd':'hook_start','SnMfG':function(_0x3cf9ee,_0x47ee77){return _0x3cf9ee(_0x47ee77);},'Cpgto':_0x5dcf91(0xc3),'tJYMD':'hook_success','SRdTO':'HookRunFinished','kgMVl':'hook_failure','gnCRG':_0x5dcf91(0x97),'kRFWM':_0x5dcf91(0x98),'OxiMk':_0x5dcf91(0xcb),'qmZAz':function(_0x14fe44,_0x20c376){return _0x14fe44>_0x20c376;},'GZEYK':function(_0x3340e5,_0x3a0b1a){return _0x3340e5(_0x3a0b1a);},'pepGm':'test_start','oBvJy':function(_0x449b95){return _0x449b95();},'bMTmn':'test_done','YRyRq':_0x5dcf91(0x9e),'Znibi':function(_0x2a736e){return _0x2a736e();},'iROnl':_0x5dcf91(0xc4),'LRhVs':_0x5dcf91(0x83),'HbHba':_0x5dcf91(0x8e),'Bwldb':function(_0x529b07){return _0x529b07();},'WygYb':function(_0x37925a){return _0x37925a();},'PPfSv':function(_0x3e26a1,_0x1f183b,_0x5d9ba2){return _0x3e26a1(_0x1f183b,_0x5d9ba2);},'XXSJM':_0x5dcf91(0xaf),'maVeN':function(_0x1516d3,_0x2dcb21,_0x3ee336){return _0x1516d3(_0x2dcb21,_0x3ee336);},'EAsrI':_0x5dcf91(0x89)};try{const _0x16a473=new ObservabilityReporter();_0x33219e[_0x5dcf91(0xb0)](shouldProcessEventForTesthub)&&(_0x33219e[_0x5dcf91(0xbb)](patchConsoleLogger),_0x16a473[_0x5dcf91(0xc2)]()),_0x33219e[_0x5dcf91(0xbb)](shouldProcessEventForTesthub)&&_0x33219e[_0x5dcf91(0xae)](requireModule,_0x33219e[_0x5dcf91(0x96)],_0x33219e[_0x5dcf91(0xa8)])[_0x5dcf91(0x80)](_0x33219e['maVeN'](o11yErrorHandler,async(_0x3f80b9,_0x8752ec)=>{const _0x22ae40=_0x5dcf91,_0x544238=_0x33219e[_0x22ae40(0xa9)](requireModule,_0x33219e[_0x22ae40(0xa2)],_0x33219e[_0x22ae40(0xa8)])[_0x22ae40(0xa1)];switch(_0x3f80b9[_0x22ae40(0x9c)]){case _0x33219e[_0x22ae40(0xb6)]:if(_0x33219e[_0x22ae40(0xd0)](shouldProcessEventForTesthub,testHubConstants[_0x22ae40(0xb9)][_0x22ae40(0x86)])){if(!_0x3f80b9[_0x22ae40(0xb4)][_0x22ae40(0x7f)]){const _0x1b41bb=TestDetails['setTestUUID'](process[_0x22ae40(0x93)]+_0x22ae40(0xbf));_0x3f80b9[_0x22ae40(0xb4)][_0x22ae40(0x7f)]=_0x1b41bb;}else _0x3f80b9[_0x22ae40(0xb4)]['markedStatus']&&(_0x3f80b9[_0x22ae40(0xb4)]['hookAnalyticsId']=TestDetails[_0x22ae40(0x7e)](process[_0x22ae40(0x93)]+_0x22ae40(0xbf)),delete _0x3f80b9[_0x22ae40(0xb4)][_0x22ae40(0x9d)]);_0x3f80b9[_0x22ae40(0xb4)]['started_at']=new Date()[_0x22ae40(0xa0)](),await _0x16a473[_0x22ae40(0xb2)](_0x3f80b9[_0x22ae40(0xb4)],undefined,![],_0x33219e['Cpgto']);}break;case _0x33219e[_0x22ae40(0xbd)]:_0x33219e['SnMfG'](shouldProcessEventForTesthub,testHubConstants[_0x22ae40(0xb9)][_0x22ae40(0x81)])&&(await _0x16a473[_0x22ae40(0xb2)](_0x3f80b9[_0x22ae40(0xb4)],undefined,![],_0x33219e[_0x22ae40(0xaa)]),TestDetails[_0x22ae40(0x7c)](process[_0x22ae40(0x93)]+':hookAnalyticsId'));break;case _0x33219e[_0x22ae40(0xb7)]:[_0x33219e[_0x22ae40(0xa3)],_0x33219e[_0x22ae40(0xc5)],_0x33219e[_0x22ae40(0xbe)]][_0x22ae40(0xac)](_0x3f80b9['hook']['type'])&&(_0x16a473[_0x22ae40(0x8b)]=_0x3f80b9[_0x22ae40(0xb4)][_0x22ae40(0xb3)]),_0x8752ec['unhandledErrors']&&_0x33219e[_0x22ae40(0xc0)](_0x8752ec[_0x22ae40(0xce)][_0x22ae40(0xa7)],0x0)&&(_0x3f80b9[_0x22ae40(0xb4)]['errorsDetailed']=[_0x8752ec[_0x22ae40(0xce)][0x0][0x0]]);_0x33219e[_0x22ae40(0x91)](shouldProcessEventForTesthub,testHubConstants[_0x22ae40(0xb9)][_0x22ae40(0x81)])&&(await _0x16a473['sendTestRunEvent'](_0x3f80b9['hook'],undefined,![],_0x33219e['SRdTO']),TestDetails[_0x22ae40(0x7c)](process[_0x22ae40(0x93)]+_0x22ae40(0xbf)));break;case _0x33219e[_0x22ae40(0x8f)]:_0x33219e[_0x22ae40(0xd1)](shouldProcessEventForTesthub)&&await _0x16a473['testStarted'](_0x3f80b9[_0x22ae40(0xc6)]);break;case _0x33219e[_0x22ae40(0x8a)]:_0x3f80b9[_0x22ae40(0xc6)]={..._0x33219e[_0x22ae40(0xd0)](_0x544238,_0x3f80b9[_0x22ae40(0xc6)]),..._0x3f80b9[_0x22ae40(0xc6)]};_0x33219e[_0x22ae40(0xd1)](shouldProcessEventForTesthub)&&(!_0x3f80b9[_0x22ae40(0xc6)][_0x22ae40(0x9d)]&&(_0x3f80b9['test']['markedStatus']=!![],await _0x16a473[_0x22ae40(0xb2)](_0x3f80b9[_0x22ae40(0xc6)])));break;case _0x33219e[_0x22ae40(0x92)]:_0x3f80b9['test']={..._0x33219e[_0x22ae40(0xd0)](_0x544238,_0x3f80b9[_0x22ae40(0xc6)]),..._0x3f80b9[_0x22ae40(0xc6)]};_0x33219e['Znibi'](shouldProcessEventForTesthub)&&(!_0x3f80b9['test'][_0x22ae40(0x9d)]&&(_0x3f80b9[_0x22ae40(0xc6)][_0x22ae40(0x9d)]=!![],await _0x16a473[_0x22ae40(0xb2)](_0x3f80b9[_0x22ae40(0xc6)],undefined,![],_0x33219e['iROnl'])));break;case _0x33219e[_0x22ae40(0x87)]:_0x16a473[_0x22ae40(0x8b)]=null;break;case _0x33219e[_0x22ae40(0xa5)]:await RequestQueueHandler[_0x22ae40(0xc8)]()[_0x22ae40(0x99)](),process[_0x22ae40(0xd2)]();break;default:}},_0x33219e['EAsrI']));}catch(_0x35abe4){_0x33219e[_0x5dcf91(0x91)](debug,_0x5dcf91(0x9f)+_0x35abe4);}return _0x33219e['GZEYK'](initInitialize,..._0x17e6e7);};try{Object[a17_0x3d0a6b(0xcc)](exportsI)[a17_0x3d0a6b(0xcf)](_0x407852=>{const _0x5b39a6=a17_0x3d0a6b,_0x1a8994={'jedoy':function(_0xbdc16c,_0x23d0ec){return _0xbdc16c(_0x23d0ec);}};try{exports&&(exports[_0x407852]=exportsI[_0x407852]);}catch(_0x2f57d8){_0x1a8994[_0x5b39a6(0xab)](debug,_0x5b39a6(0xbc)+_0x2f57d8);}});}catch(a17_0x19d13b){debug(a17_0x3d0a6b(0x8d)+a17_0x19d13b);}function a17_0x3077(){const _0x4fbfea=['setTestUUID','hookAnalyticsId','addEventHandler','HookFinished','136232ghXijm','run_describe_finish','../test-observability/obsReporter','../../../helpers/testhub/constants','HookStarted','LRhVs','2552zkqfQy','EventHandler','bMTmn','hook_failure','../test-observability/test-details','Exception\x20in\x20jest\x20custom\x20reporter\x20exports\x20with\x20error:\x20','teardown','pepGm','433511FIXyge','GZEYK','YRyRq','pid','jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js','20hHvBrb','XXSJM','beforeAll','beforeEach','shutdown','4hVYKpx','../../../helpers/testhub/utils','name','markedStatus','test_skip','Error\x20while\x20adding\x20o11y\x20event\x20handler,\x20','toISOString','makeSingleTestResult','OdHQO','gnCRG','jest-circus','HbHba','137140FDIqSy','length','jSvpj','xuxTN','SRdTO','jedoy','includes','15VmhMTX','PPfSv','jest-circus/build/state.js','Bwldb','../../../helpers/test-observability/error-handler','sendTestRunEvent','type','hook','17752zSMeNd','xwYyd','kgMVl','jest-circus/build/utils.js','EVENT','initialize','WygYb','Exception\x20in\x20jest\x20custom\x20reporter\x20with\x20error:\x20','tJYMD','OxiMk',':hookAnalyticsId','qmZAz','8146710zEFpgE','registerListeners','HookRunStarted','TestRunSkipped','kRFWM','test','../../../helpers/helper','getInstance','4703355pUGKyI','127238vjZpTD','afterEach','keys','252FMnhvi','unhandledErrors','forEach','SnMfG','oBvJy','removeAllListeners','../../../helpers/test-observability/requestQueueHandler','removeTestUUID','24JmrZZp'];a17_0x3077=function(){return _0x4fbfea;};return a17_0x3077();}
@@ -1 +1 @@
1
- 'use strict';const a18_0x36da4e=a18_0x4914;function a18_0x4914(_0x5560ef,_0x448be6){const _0x67cf80=a18_0x67cf();return a18_0x4914=function(_0x49142b,_0x2d8f9b){_0x49142b=_0x49142b-0x1a9;let _0x5184d5=_0x67cf80[_0x49142b];return _0x5184d5;},a18_0x4914(_0x5560ef,_0x448be6);}(function(_0x17c93a,_0xcef7ef){const _0x5c586e=a18_0x4914,_0x17e940=_0x17c93a();while(!![]){try{const _0x4fa6e4=parseInt(_0x5c586e(0x1b6))/0x1*(parseInt(_0x5c586e(0x1c6))/0x2)+-parseInt(_0x5c586e(0x1b4))/0x3*(-parseInt(_0x5c586e(0x1b1))/0x4)+-parseInt(_0x5c586e(0x1b8))/0x5+parseInt(_0x5c586e(0x1c3))/0x6*(parseInt(_0x5c586e(0x1ad))/0x7)+-parseInt(_0x5c586e(0x1b9))/0x8+-parseInt(_0x5c586e(0x1c8))/0x9+parseInt(_0x5c586e(0x1b3))/0xa;if(_0x4fa6e4===_0xcef7ef)break;else _0x17e940['push'](_0x17e940['shift']());}catch(_0x41f77c){_0x17e940['push'](_0x17e940['shift']());}}}(a18_0x67cf,0x854c0));const {requireModule,isBrowserstackInfra}=require(a18_0x36da4e(0x1b7)),a18_0x30f444={};a18_0x30f444[a18_0x36da4e(0x1c0)]=!![],Object[a18_0x36da4e(0x1c2)](exports,a18_0x36da4e(0x1c5),a18_0x30f444),exports[a18_0x36da4e(0x1c7)]=void 0x0;function _interopRequireDefault(_0x2521af){const _0x17c260=a18_0x36da4e;return _0x2521af&&_0x2521af[_0x17c260(0x1c5)]?_0x2521af:{'default':_0x2521af};}const JestRunner=_interopRequireDefault(requireModule(a18_0x36da4e(0x1ac)))['default'];class TestRunner extends JestRunner{constructor(..._0x2c2af5){super(..._0x2c2af5);}['runTests'](..._0x1d1c6e){const _0x541fcb=a18_0x36da4e,_0x4af9e8={'OZJYR':function(_0x3815dd){return _0x3815dd();},'jLLEH':function(_0x357a1a,_0x32e670){return _0x357a1a-_0x32e670;},'kMqWL':function(_0x1a3fdd,_0x5c9c8a){return _0x1a3fdd*_0x5c9c8a;},'UnXYQ':function(_0x30a736,_0x59cc14){return _0x30a736===_0x59cc14;},'EiQwz':_0x541fcb(0x1b5),'DmHaf':function(_0x43f2d1,_0xb0813f){return _0x43f2d1<_0xb0813f;}};if(!_0x4af9e8[_0x541fcb(0x1a9)](isBrowserstackInfra))return super['runTests'](..._0x1d1c6e);const _0x4bc35e=_0x1d1c6e[0x0],_0x10fffe=_0x1d1c6e[_0x4af9e8['jLLEH'](_0x1d1c6e['length'],0x1)],_0x3cb834=_0x4bc35e[0x0]['context']['config'][_0x541fcb(0x1c1)][_0x541fcb(0x1c4)],_0x4cd897=_0x4bc35e[0x0][_0x541fcb(0x1bd)][_0x541fcb(0x1c9)][_0x541fcb(0x1c1)][_0x541fcb(0x1bb)];_0x4cd897&&(this['_globalConfig']=Object[_0x541fcb(0x1ba)]({...this['_globalConfig'],'maxWorkers':_0x4af9e8[_0x541fcb(0x1ae)](_0x4cd897,_0x3cb834[_0x541fcb(0x1af)])}));_0x4af9e8[_0x541fcb(0x1bf)](_0x4bc35e[0x0][_0x541fcb(0x1bd)]['config'][_0x541fcb(0x1c1)]['serial__'],_0x4af9e8[_0x541fcb(0x1b2)])&&(_0x10fffe&&(_0x10fffe[_0x541fcb(0x1aa)]=![]));const _0x3f6451=[];for(let _0x105242=0x0;_0x4af9e8['DmHaf'](_0x105242,_0x4bc35e['length']);_0x105242++){const _0x3bffa2=[];_0x3cb834['forEach']((_0x1215b5,_0x50be0c)=>{const _0x308dfb=_0x541fcb,_0x1443a8={..._0x4bc35e[_0x105242]},_0x58e9ca=_0x1443a8;_0x58e9ca['context']=Object[_0x308dfb(0x1ba)]({..._0x58e9ca[_0x308dfb(0x1bd)],'config':{..._0x58e9ca[_0x308dfb(0x1bd)][_0x308dfb(0x1c9)],'capability':_0x1215b5,'browserstackPlatformIndex':_0x50be0c}}),_0x3bffa2[_0x308dfb(0x1b0)](_0x58e9ca);}),_0x3f6451['push'](..._0x3bffa2);}return super[_0x541fcb(0x1be)](_0x3f6451,..._0x1d1c6e[_0x541fcb(0x1ab)](0x1));}}function a18_0x67cf(){const _0x1e2271=['context','runTests','UnXYQ','value','testEnvironmentOptions','defineProperty','1548iIulrH','capabilities','__esModule','1829278oYljfl','default','4973292MVuWSJ','config','OZJYR','serial','slice','jest-runner','24941OKveMS','kMqWL','length','push','4GNPqrk','EiQwz','655990tlujRD','1221936yDODet','false','1vhIPcb','../../../helpers/helper','3833795tgzxSA','3531784URVaxx','freeze','parallels__','exports'];a18_0x67cf=function(){return _0x1e2271;};return a18_0x67cf();}module[a18_0x36da4e(0x1bc)]=TestRunner;
1
+ 'use strict';const a18_0x5dc005=a18_0x2c0c;(function(_0x5af958,_0x1c8eef){const _0x2b0ebb=a18_0x2c0c,_0x32bb0a=_0x5af958();while(!![]){try{const _0x165f46=parseInt(_0x2b0ebb(0x18f))/0x1*(-parseInt(_0x2b0ebb(0x198))/0x2)+-parseInt(_0x2b0ebb(0x1ab))/0x3*(-parseInt(_0x2b0ebb(0x1ac))/0x4)+parseInt(_0x2b0ebb(0x1ad))/0x5*(-parseInt(_0x2b0ebb(0x191))/0x6)+parseInt(_0x2b0ebb(0x1a4))/0x7*(-parseInt(_0x2b0ebb(0x1a8))/0x8)+-parseInt(_0x2b0ebb(0x190))/0x9*(parseInt(_0x2b0ebb(0x193))/0xa)+parseInt(_0x2b0ebb(0x19b))/0xb+parseInt(_0x2b0ebb(0x1a1))/0xc;if(_0x165f46===_0x1c8eef)break;else _0x32bb0a['push'](_0x32bb0a['shift']());}catch(_0x5c80ad){_0x32bb0a['push'](_0x32bb0a['shift']());}}}(a18_0x2f65,0xdd4df));const {requireModule,isBrowserstackInfra}=require('../../../helpers/helper'),a18_0x4a10cd={};function a18_0x2f65(){const _0x5911cf=['defineProperty','runTests','__esModule','jest-runner','44903112tpiYqB','serial__','default','133vsTjSl','value','config','forEach','730936EtERnm','MjVWO','capabilities','854691UkZxsn','4GtuVSK','25RSUbwl','exports','1937fnFhlC','1948158YdYjxR','362130bxPQmX','WaeGR','10ecFSmU','lHOlb','GYBRI','JbsPb','length','1862affMJE','testEnvironmentOptions','context','10309167gEGaqd','_globalConfig'];a18_0x2f65=function(){return _0x5911cf;};return a18_0x2f65();}a18_0x4a10cd[a18_0x5dc005(0x1a5)]=!![],Object[a18_0x5dc005(0x19d)](exports,a18_0x5dc005(0x19f),a18_0x4a10cd),exports[a18_0x5dc005(0x1a3)]=void 0x0;function _interopRequireDefault(_0x54c8ae){const _0x1e52dc=a18_0x5dc005;return _0x54c8ae&&_0x54c8ae[_0x1e52dc(0x19f)]?_0x54c8ae:{'default':_0x54c8ae};}const JestRunner=_interopRequireDefault(requireModule(a18_0x5dc005(0x1a0)))[a18_0x5dc005(0x1a3)];class TestRunner extends JestRunner{constructor(..._0x2866cc){super(..._0x2866cc);}[a18_0x5dc005(0x19e)](..._0x1b3d56){const _0xdede6b=a18_0x5dc005,_0x291d81={'GYBRI':function(_0x186371){return _0x186371();},'lHOlb':function(_0x4e44a7,_0x12ce31){return _0x4e44a7-_0x12ce31;},'HhNhT':function(_0x4ff5fe,_0x30f52c){return _0x4ff5fe*_0x30f52c;},'WaeGR':function(_0x258994,_0x44d863){return _0x258994===_0x44d863;},'MjVWO':'false','JbsPb':function(_0x38b59f,_0x3b7fa7){return _0x38b59f<_0x3b7fa7;}};if(!_0x291d81[_0xdede6b(0x195)](isBrowserstackInfra))return super[_0xdede6b(0x19e)](..._0x1b3d56);const _0x212aa9=_0x1b3d56[0x0],_0x5604da=_0x1b3d56[_0x291d81[_0xdede6b(0x194)](_0x1b3d56[_0xdede6b(0x197)],0x1)],_0x598847=_0x212aa9[0x0]['context'][_0xdede6b(0x1a6)][_0xdede6b(0x199)][_0xdede6b(0x1aa)],_0x385cd5=_0x212aa9[0x0]['context'][_0xdede6b(0x1a6)][_0xdede6b(0x199)]['parallels__'];_0x385cd5&&(this['_globalConfig']=Object['freeze']({...this[_0xdede6b(0x19c)],'maxWorkers':_0x291d81['HhNhT'](_0x385cd5,_0x598847[_0xdede6b(0x197)])}));_0x291d81[_0xdede6b(0x192)](_0x212aa9[0x0][_0xdede6b(0x19a)]['config']['testEnvironmentOptions'][_0xdede6b(0x1a2)],_0x291d81[_0xdede6b(0x1a9)])&&(_0x5604da&&(_0x5604da['serial']=![]));const _0xa75541=[];for(let _0x456bd8=0x0;_0x291d81[_0xdede6b(0x196)](_0x456bd8,_0x212aa9[_0xdede6b(0x197)]);_0x456bd8++){const _0xab5de9=[];_0x598847[_0xdede6b(0x1a7)]((_0x2f9585,_0x59afa5)=>{const _0x1b439d=_0xdede6b,_0x169b4d={..._0x212aa9[_0x456bd8]},_0x4d6c46=_0x169b4d;_0x4d6c46[_0x1b439d(0x19a)]=Object['freeze']({..._0x4d6c46[_0x1b439d(0x19a)],'config':{..._0x4d6c46[_0x1b439d(0x19a)]['config'],'capability':_0x2f9585,'browserstackPlatformIndex':_0x59afa5}}),_0xab5de9['push'](_0x4d6c46);}),_0xa75541['push'](..._0xab5de9);}return super[_0xdede6b(0x19e)](_0xa75541,..._0x1b3d56['slice'](0x1));}}function a18_0x2c0c(_0x160cab,_0x1fe526){const _0x2f65d5=a18_0x2f65();return a18_0x2c0c=function(_0x2c0cfc,_0x22d2af){_0x2c0cfc=_0x2c0cfc-0x18e;let _0xf75285=_0x2f65d5[_0x2c0cfc];return _0xf75285;},a18_0x2c0c(_0x160cab,_0x1fe526);}module[a18_0x5dc005(0x18e)]=TestRunner;
@@ -1 +1 @@
1
- const a19_0x3d503a=a19_0x2a4d;(function(_0x2a8bfe,_0xc104d2){const _0xb87d61=a19_0x2a4d,_0x1776d7=_0x2a8bfe();while(!![]){try{const _0x4e19ff=-parseInt(_0xb87d61(0x203))/0x1*(-parseInt(_0xb87d61(0x1cc))/0x2)+parseInt(_0xb87d61(0x1d5))/0x3+parseInt(_0xb87d61(0x1ad))/0x4*(-parseInt(_0xb87d61(0x19a))/0x5)+parseInt(_0xb87d61(0x1ed))/0x6*(-parseInt(_0xb87d61(0x1aa))/0x7)+-parseInt(_0xb87d61(0x195))/0x8+-parseInt(_0xb87d61(0x1da))/0x9*(-parseInt(_0xb87d61(0x1b1))/0xa)+-parseInt(_0xb87d61(0x17b))/0xb;if(_0x4e19ff===_0xc104d2)break;else _0x1776d7['push'](_0x1776d7['shift']());}catch(_0x15e31b){_0x1776d7['push'](_0x1776d7['shift']());}}}(a19_0x5f40,0x2af89));const util=require(a19_0x3d503a(0x1e5)),{sendPlatformDetails}=require(a19_0x3d503a(0x180)),{isBrowserstackInfra,markSessionStatus}=require(a19_0x3d503a(0x1e4));let __error_messages__=[];const RequestQueueHandler=require(a19_0x3d503a(0x1f2));jest[a19_0x3d503a(0x1ee)](__timeout);function a19_0x5f40(){const _0x1a35ac=['BsZIO','stringify','protocol','rIBZv','1616514abIgfT','setTimeout','browserstackTestName','BROWSERSTACK_TESTHUB_UUID','currentTest','../../helpers/test-observability/requestQueueHandler','eRwzl','Vnphn','FjoIP','ByEGn','LLzXr','../../helpers/accessibility-automation/helper','xzszB','__drivers','startMonitoring','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','error','end','description','../../helpers/globals','slice','XIIIs','1yWbGXa','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','initQuit','join','pid','../../helpers/logger','errors','RXbtT','HRLsu','WuvnL','passed','Affae','percyCaptureMode','vuuvO','VmlAa','uxsSh','BROWSERSTACK_TESTHUB_JWT','info','setGlobal','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','ZFIBe','PERFORM_SCAN','isAccessibilityPlatform','replace','62183NkrQbD','CGEyM','quitCount_','\x22}}','session_','../../helpers/test-observability/utils','LJdfx','../../helpers/performance/performance-tester','command','appium:app','message','capabilities','SDK_HOOK','KWuSr','SYNC','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','krMEC','\x22,\x22level\x22:\x20\x22info\x22}}','executeAsyncScript','WMBJw','executeScript','hookType','beforeAll','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','undefined','app','1674864djEDrN','../../helpers/testhub/constants','../../helpers/performance/constants','KbWyW','push','5kinwag','now','../../helpers/percy/utils','addReporter','afterTest','fONIU','afterEach','getInstance','NXCdh','SESSION_STATUS','length','winstonLogger','debug','fraBy','Dxusp','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','7NjdFks','getState','UcByg','17816zySBMp','percy','.\x20Error\x20:','../../helpers/testhub/utils','1387480SktHuu','getGlobal','stopMonitoring','afterAll','EYvla','shift','clWAe',':testAnalyticsId','YlXoj','WhYcD','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','Failed\x20to\x20store\x20session\x20name:\x20','start','wDyke','ElfjP','eeybm','bstackA11yShouldScan','measureWrapper','removeAllListeners','nlVvt','gwOsg','NpBuk','browserStackGlobals','getCurrentUrl','currentTestName','ENV_VAR','failedExpectations','622694JnpyQx','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','http:','HnljR','env','getTestUUID','format','\x20|\x20','KrjOd','644394sTcaxv','Vzfln','pLFEF','uTEWK','ccXVh','9wiIDrz','NczlJ','log','browserstackSessionName','testcase','performScan','lfIQS','Performing\x20scan\x20before\x20saving\x20results','SESSION_NAME','Ofgji','../../helpers/helper','util','split','AHqnG','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'];a19_0x5f40=function(){return _0x1a35ac;};return a19_0x5f40();}const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x3d503a(0x1f8)),{percyAutoCapture}=require(a19_0x3d503a(0x19c)),logger=require(a19_0x3d503a(0x209))[a19_0x3d503a(0x1a5)],TestDetails=require('./test-observability/test-details'),PerformanceTester=require(a19_0x3d503a(0x182)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a19_0x3d503a(0x197)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a19_0x3d503a(0x200)),{shouldProcessEventForTesthub}=require(a19_0x3d503a(0x1b0)),testHubConstants=require(a19_0x3d503a(0x196));globals[a19_0x3d503a(0x1c7)]=browserStackGlobals;function stripUnicode(_0x8b9547){const _0x574b56=a19_0x3d503a;return _0x8b9547[_0x574b56(0x17a)](/\\u001b\[.*?m/g,'')[_0x574b56(0x201)](0x1,-0x1);}function a19_0x2a4d(_0x54ce24,_0x4a95d0){const _0x5f4074=a19_0x5f40();return a19_0x2a4d=function(_0x2a4d88,_0x15d2a0){_0x2a4d88=_0x2a4d88-0x17a;let _0x5cecc0=_0x5f4074[_0x2a4d88];return _0x5cecc0;},a19_0x2a4d(_0x54ce24,_0x4a95d0);}async function setContext(){const _0x283139=a19_0x3d503a,_0x9b0b22={'wDyke':function(_0x141a69){return _0x141a69();},'EYvla':_0x283139(0x1ef),'wGFmH':function(_0x404a24,_0x4ae188){return _0x404a24!==_0x4ae188;},'BsZIO':_0x283139(0x193),'gcQWs':function(_0x814930,_0x197cd8){return _0x814930>_0x197cd8;},'nlVvt':function(_0x84cd82,_0x4a10b7){return _0x84cd82(_0x4a10b7);},'MUhrA':function(_0x4dd30a,_0x41d739){return _0x4dd30a>_0x41d739;},'uMHCB':function(_0x32968f,_0x4dd53a){return _0x32968f(_0x4dd53a);}};if(!_0x9b0b22[_0x283139(0x1be)](isBrowserstackInfra))return;const _0x10754f=expect['getState']()[_0x283139(0x1c9)];globals['setGlobal'](_0x9b0b22[_0x283139(0x1b5)],_0x10754f);!sessionNameProvided&&await PerformanceTester[_0x283139(0x1c2)](PerformanceAutEvents[_0x283139(0x1e2)],async()=>{const _0xdfacf2=_0x283139;await __drivers[0x0][_0xdfacf2(0x18f)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x10754f+_0xdfacf2(0x17e));})();let _0x1f838d=null,_0x48ab56=![];_0x9b0b22['wGFmH'](typeof jasmine,_0x9b0b22[_0x283139(0x1e9)])?jasmine['currentTest'][_0x283139(0x1cb)]&&_0x9b0b22['gcQWs'](jasmine['currentTest'][_0x283139(0x1cb)][_0x283139(0x1a4)],0x0)?(_0x48ab56=!![],_0x1f838d=_0x9b0b22[_0x283139(0x1c4)](stripUnicode,JSON[_0x283139(0x1ea)](jasmine[_0x283139(0x1f1)][_0x283139(0x1cb)][0x0][_0x283139(0x185)]))):_0x1f838d=_0x9b0b22['nlVvt'](stripUnicode,JSON[_0x283139(0x1ea)](jasmine[_0x283139(0x1f1)][_0x283139(0x1ff)])):testContext[_0x283139(0x20a)]&&_0x9b0b22['MUhrA'](testContext[_0x283139(0x20a)]['length'],0x0)?(_0x48ab56=!![],_0x1f838d=_0x9b0b22['uMHCB'](stripUnicode,JSON[_0x283139(0x1ea)](testContext['errors'][0x0][0x0][_0x283139(0x185)]||testContext[_0x283139(0x20a)][0x0][0x0]))):_0x1f838d=_0x9b0b22['uMHCB'](stripUnicode,JSON[_0x283139(0x1ea)](testContext['name'])),_0x48ab56?(__error_messages__[_0x283139(0x199)](_0x1f838d),await __drivers[0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x1f838d+'\x22,\x22level\x22:\x20\x22error\x22}}')):await __drivers[0x0][_0x283139(0x18f)](_0x283139(0x204)+_0x1f838d+_0x283139(0x18c));}const executeAnnotate=async(_0xaf19e9,_0x18fa59)=>{const _0x3711e0=a19_0x3d503a;await global[_0x3711e0(0x1fa)][0x0]['executeScript'](_0x3711e0(0x1cd)+_0xaf19e9+',\x22level\x22:\x20\x22'+_0x18fa59+_0x3711e0(0x17e));};async function driverCleanup(){const _0x4bb493=a19_0x3d503a,_0x4f5f2f={'LLzXr':function(_0x2d0ae0){return _0x2d0ae0();},'iuNvQ':'1|0|3|4|2','pLFEF':function(_0x4eb77f,_0x18b4f4){return _0x4eb77f>_0x18b4f4;},'sGoZH':function(_0x2eda2b,_0x348ef0,_0x58e0af,_0x2eca6a){return _0x2eda2b(_0x348ef0,_0x58e0af,_0x2eca6a);},'UPwfP':'failed','XIIIs':_0x4bb493(0x1d3),'Dxusp':function(_0x31156c,_0x1ba664,_0x1a8f3f){return _0x31156c(_0x1ba664,_0x1a8f3f);},'wZtJZ':_0x4bb493(0x20e)};if(!_0x4f5f2f[_0x4bb493(0x1f7)](isBrowserstackInfra))return;let _0xb9398d=![];try{const _0xcfea4a=_0x4f5f2f['iuNvQ']['split']('|');let _0x594e27=0x0;while(!![]){switch(_0xcfea4a[_0x594e27++]){case'0':await __drivers[0x0][_0x4bb493(0x17f)];continue;case'1':PerformanceTester['start'](PerformanceAutEvents[_0x4bb493(0x1a3)]);continue;case'2':PerformanceTester[_0x4bb493(0x1fe)](PerformanceAutEvents[_0x4bb493(0x1a3)],!![]);continue;case'3':_0xb9398d=!![];continue;case'4':_0x4f5f2f[_0x4bb493(0x1d7)](__error_messages__[_0x4bb493(0x1a4)],0x0)?await _0x4f5f2f['sGoZH'](markSessionStatus,__drivers[0x0],_0x4f5f2f['UPwfP'],__error_messages__[_0x4bb493(0x207)](_0x4f5f2f[_0x4bb493(0x202)])):await _0x4f5f2f[_0x4bb493(0x1a8)](markSessionStatus,__drivers[0x0],_0x4f5f2f['wZtJZ']);continue;}break;}}catch(_0x26c0a5){console[_0x4bb493(0x1dc)](_0x26c0a5),PerformanceTester[_0x4bb493(0x1fe)](PerformanceAutEvents['SESSION_STATUS'],![],_0x26c0a5);}__error_messages__=[];if(_0xb9398d)try{await __drivers[0x0][_0x4bb493(0x206)]();}catch(_0x65804c){console[_0x4bb493(0x1dc)](_0x65804c);}}beforeAll(async()=>{const _0x2a4c27=a19_0x3d503a,_0x48b8bf={'ccXVh':function(_0x1b4e79,_0x19d0a1){return _0x1b4e79!==_0x19d0a1;},'ByEGn':'undefined','vuuvO':_0x2a4c27(0x191),'WMBJw':function(_0x251422){return _0x251422();},'HRLsu':function(_0xc7c997,_0x26720b,_0x3c9730){return _0xc7c997(_0x26720b,_0x3c9730);}};PerformanceTester[_0x2a4c27(0x1fb)](),PerformanceTester[_0x2a4c27(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x291fe3='browserstack internal helper hook';_0x48b8bf[_0x2a4c27(0x1d9)](typeof jasmine,_0x48b8bf[_0x2a4c27(0x1f6)])&&jasmine['getEnv']()[_0x2a4c27(0x19d)]({'specStarted':_0x24bb16=>{jasmine['currentTest']=_0x24bb16;}});let _0x359604=![];try{await __drivers[0x0][_0x2a4c27(0x17f)],_0x359604=!![];}catch(_0xf5fb61){logger[_0x2a4c27(0x1a6)](_0x2a4c27(0x1e8)+_0xf5fb61);const _0x57ee1b={};_0x57ee1b['hookType']=_0x48b8bf['vuuvO'],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents[_0x2a4c27(0x187)],![],_0xf5fb61,_0x57ee1b);}if(_0x359604)try{_0x48b8bf[_0x2a4c27(0x18e)](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x48b8bf[_0x2a4c27(0x20c)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x2a4c27(0x1d1)](process[_0x2a4c27(0x208)]+_0x2a4c27(0x1b8))));}catch(_0x453983){logger[_0x2a4c27(0x1a6)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x453983);const _0x2dd2ee={};_0x2dd2ee[_0x2a4c27(0x190)]=_0x48b8bf[_0x2a4c27(0x211)],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents[_0x2a4c27(0x187)],![],_0x453983,_0x2dd2ee);}const _0x15ec40={};_0x15ec40[_0x2a4c27(0x190)]=_0x48b8bf[_0x2a4c27(0x211)],PerformanceTester[_0x2a4c27(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x15ec40);}),beforeEach(async()=>{const _0x5971f0=a19_0x3d503a,_0x168e5d={'fONIU':_0x5971f0(0x1ef),'wVSoI':function(_0x37020f,_0x282958,_0x3403ec){return _0x37020f(_0x282958,_0x3403ec);},'diqJw':'4|0|2|3|1','AHqnG':function(_0x470cfe,_0x43775c){return _0x470cfe>_0x43775c;},'KrjOd':function(_0x51e71c){return _0x51e71c();},'fraBy':'beforeEach','clWAe':_0x5971f0(0x1c1),'Ofgji':function(_0x633447,_0x427b55){return _0x633447>_0x427b55;},'HnljR':'isAccessibilityPlatform','FjoIP':function(_0x442337,_0x508697){return _0x442337===_0x508697;},'lfIQS':_0x5971f0(0x1ce),'aLmjN':function(_0x137cb3,_0x5c6200){return _0x137cb3===_0x5c6200;},'rIBZv':'https:','krMEC':_0x5971f0(0x18a),'HQRJY':function(_0x2973d9){return _0x2973d9();}};PerformanceTester[_0x5971f0(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x2f9267='browserstack internal helper hook';let _0x29bd62=!![];try{const _0x10cf05=expect[_0x5971f0(0x1ab)]()['currentTestName'];globals[_0x5971f0(0x216)](_0x168e5d[_0x5971f0(0x19f)],_0x10cf05);const _0xa543eb=_0x168e5d['wVSoI'](shouldScanTestForAccessibility,_0x10cf05,![]);try{const _0x2eade2=_0x168e5d['diqJw'][_0x5971f0(0x1e6)]('|');let _0x492f18=0x0;while(!![]){switch(_0x2eade2[_0x492f18++]){case'0':global[_0x5971f0(0x1dd)]=_0x10cf05;continue;case'1':_0x168e5d[_0x5971f0(0x1e7)](__drivers['length'],0x0)&&_0x168e5d['AHqnG'](__drivers[0x0][_0x5971f0(0x17d)],0x0)&&(_0x29bd62=![],await _0x168e5d['KrjOd'](driverCleanup));continue;case'2':_0x168e5d['AHqnG'](__drivers['length'],0x1)&&(await _0x168e5d[_0x5971f0(0x1d4)](driverCleanup),__drivers['shift']());continue;case'3':_0x168e5d[_0x5971f0(0x1e7)](__drivers[_0x5971f0(0x1a4)],0x0)&&(__drivers[0x0][_0x5971f0(0x1dd)]=_0x10cf05,__drivers[0x0][_0x5971f0(0x1c1)]=_0xa543eb);continue;case'4':Array['isArray'](__drivers)&&__drivers[0x0]&&(__drivers[0x0][_0x5971f0(0x1dd)]=_0x10cf05);continue;}break;}}catch(_0x5217d8){logger[_0x5971f0(0x1a6)](_0x5971f0(0x1bc)+_0x5217d8);const _0xbb3a32={};_0xbb3a32[_0x5971f0(0x190)]=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0x5217d8,_0xbb3a32);}globals[_0x5971f0(0x216)](_0x168e5d[_0x5971f0(0x1b7)],_0xa543eb);if(_0x168e5d[_0x5971f0(0x1d4)](isAccessibilityAutomationSession)&&_0x29bd62&&Array['isArray'](__drivers)&&_0x168e5d[_0x5971f0(0x1e3)](__drivers[_0x5971f0(0x1a4)],0x0)&&globals['getGlobal'](_0x168e5d[_0x5971f0(0x1cf)]))try{const _0x44b60f=await __drivers[0x0][_0x5971f0(0x17f)];if(_0x44b60f){let _0x272297=!![];const _0xea73d7=await __drivers[0x0][_0x5971f0(0x1c8)]();let _0x31ec73;try{_0x31ec73=new URL(_0xea73d7);}catch(_0xa00409){_0x272297=![];}_0x272297=_0x168e5d[_0x5971f0(0x1f5)](_0x31ec73[_0x5971f0(0x1eb)],_0x168e5d[_0x5971f0(0x1e0)])||_0x168e5d['aLmjN'](_0x31ec73[_0x5971f0(0x1eb)],_0x168e5d[_0x5971f0(0x1ec)]),_0x272297&&(_0xa543eb&&logger[_0x5971f0(0x215)](_0x168e5d[_0x5971f0(0x18b)]));}}catch(_0x2e4d97){logger[_0x5971f0(0x1fd)](_0x5971f0(0x205)+_0x2e4d97);const _0x24be1d={};_0x24be1d[_0x5971f0(0x190)]=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents[_0x5971f0(0x187)],![],er,_0x24be1d);}_0x168e5d[_0x5971f0(0x1e3)](__drivers[_0x5971f0(0x1a4)],0x0)&&_0x168e5d[_0x5971f0(0x1e3)](__drivers[0x0][_0x5971f0(0x17d)],0x0)&&await _0x168e5d['HQRJY'](driverCleanup);}catch(_0x45e609){logger[_0x5971f0(0x1a6)](_0x5971f0(0x1bb)+_0x45e609);const _0x3267ef={};_0x3267ef[_0x5971f0(0x190)]=_0x168e5d['fraBy'],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0x45e609,_0x3267ef);}const _0x734f8c={};_0x734f8c['hookType']=_0x168e5d[_0x5971f0(0x1a7)],PerformanceTester[_0x5971f0(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x734f8c);}),afterEach(async()=>{const _0x114bd1=a19_0x3d503a,_0x27cea0={'RXbtT':function(_0x46006a,_0x367b63){return _0x46006a>_0x367b63;},'NXCdh':function(_0x4dc5b5){return _0x4dc5b5();},'Vnphn':function(_0x4e6508,_0x1e615f){return _0x4e6508===_0x1e615f;},'LJdfx':_0x114bd1(0x1de),'eeybm':function(_0x414125,_0x1d8de2){return _0x414125>_0x1d8de2;},'KWuSr':_0x114bd1(0x184),'uTEWK':function(_0x4402ea,_0x459556,_0x3d4f92,_0x497094){return _0x4402ea(_0x459556,_0x3d4f92,_0x497094);},'ElfjP':_0x114bd1(0x1a0),'YlXoj':function(_0x1cab67,_0x4bcd73,_0x10ace6){return _0x1cab67(_0x4bcd73,_0x10ace6);},'CGEyM':_0x114bd1(0x21a),'gwOsg':_0x114bd1(0x1c1),'VmlAa':_0x114bd1(0x192),'oHbDR':_0x114bd1(0x1e1),'Affae':_0x114bd1(0x19e),'zGxbY':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Vzfln':function(_0x4dc190){return _0x4dc190();},'DuwQT':function(_0x47c3e4){return _0x47c3e4();},'ZFIBe':function(_0x5d3174,_0x25ce47,_0x13f5d5){return _0x5d3174(_0x25ce47,_0x13f5d5);},'UcByg':'debug','KbWyW':function(_0x42def4,_0xff4009){return _0x42def4>_0xff4009;}};PerformanceTester[_0x114bd1(0x1bd)](PerformanceHookEvents['SDK_HOOK']);const _0x1a1330='browserstack internal helper hook';try{_0x27cea0[_0x114bd1(0x20b)](__drivers[_0x114bd1(0x1a4)],0x1)&&(await _0x27cea0['NXCdh'](driverCleanup),__drivers[_0x114bd1(0x1b6)]());try{if(global[_0x114bd1(0x1ae)]&&_0x27cea0[_0x114bd1(0x1f4)](global[_0x114bd1(0x210)],_0x27cea0[_0x114bd1(0x181)])&&__drivers[0x0]){const _0x492e8c=_0x27cea0['eeybm'](global[_0x114bd1(0x186)][_0x114bd1(0x1a4)],0x0)?!!global[_0x114bd1(0x186)][0x0][_0x114bd1(0x194)]||!!global[_0x114bd1(0x186)][0x0][_0x27cea0[_0x114bd1(0x188)]]:![],_0x7afc49={};_0x7afc49[_0x114bd1(0x194)]=_0x492e8c,await _0x27cea0[_0x114bd1(0x1d8)](percyAutoCapture,__drivers[0x0],_0x27cea0[_0x114bd1(0x181)],_0x7afc49);}}catch(_0x501eb6){logger[_0x114bd1(0x1a6)]('Exception\x20in\x20jest\x20percy\x20with\x20error:\x20'+_0x501eb6);const _0x5cd405={};_0x5cd405['hookType']=_0x27cea0['ElfjP'],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents[_0x114bd1(0x187)],![],_0x501eb6,_0x5cd405);}const _0x3d0cfb=_0x27cea0[_0x114bd1(0x1b9)](shouldScanTestForAccessibility,expect['getState']()[_0x114bd1(0x1c9)],![]);try{if(_0x27cea0[_0x114bd1(0x1a2)](isAccessibilityAutomationSession)&&globals[_0x114bd1(0x1b2)](_0x27cea0[_0x114bd1(0x17c)])&&globals[_0x114bd1(0x1b2)](_0x27cea0[_0x114bd1(0x1c5)])){logger[_0x114bd1(0x215)](_0x27cea0[_0x114bd1(0x212)]);const _0x972112={'thTestRunUuid':TestDetails[_0x114bd1(0x1d1)](process[_0x114bd1(0x208)]+_0x114bd1(0x1b8)),'thBuildUuid':process[_0x114bd1(0x1d0)][testHubConstants[_0x114bd1(0x1ca)][_0x114bd1(0x1f0)]],'thJwtToken':process[_0x114bd1(0x1d0)][testHubConstants[_0x114bd1(0x1ca)][_0x114bd1(0x214)]]};logger[_0x114bd1(0x1a6)](_0x114bd1(0x1fc)+JSON[_0x114bd1(0x1ea)](_0x972112)),logger[_0x114bd1(0x1a6)](_0x27cea0['oHbDR']);const _0xa5de2f={};_0xa5de2f[_0x114bd1(0x183)]=_0x27cea0[_0x114bd1(0x20f)],await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x114bd1(0x219)],async()=>{const _0x4021da=_0x114bd1;logger[_0x4021da(0x1a6)](util[_0x4021da(0x1d2)](await __drivers[0x0][_0x4021da(0x18d)](scripts[_0x4021da(0x1df)],{'method':expect[_0x4021da(0x1ab)]()[_0x4021da(0x1c9)]})));},_0xa5de2f)(),await PerformanceTester[_0x114bd1(0x1c2)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5d4321=_0x114bd1;await __drivers[0x0][_0x5d4321(0x18d)](scripts['saveTestResults'],_0x972112);})(),logger['info'](_0x27cea0['zGxbY']);}}catch(_0x366438){logger[_0x114bd1(0x1fd)](_0x114bd1(0x1a9)+expect['getState']()[_0x114bd1(0x1c9)]+_0x114bd1(0x1af),_0x366438);}await _0x27cea0[_0x114bd1(0x1d6)](setContext);try{if(_0x27cea0[_0x114bd1(0x1a2)](shouldProcessEventForTesthub)){_0x27cea0[_0x114bd1(0x20b)](global[_0x114bd1(0x1fa)][_0x114bd1(0x1a4)],0x0)&&global[_0x114bd1(0x1fa)][0x0]&&await _0x27cea0[_0x114bd1(0x1b9)](sendPlatformDetails,global[_0x114bd1(0x1fa)][0x0],TestDetails[_0x114bd1(0x1d1)](process[_0x114bd1(0x208)]+_0x114bd1(0x1b8)));if(_0x27cea0['DuwQT'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x114bd1(0x189)]);const _0x365dc8='ObservabilitySync:'+Date[_0x114bd1(0x19b)]();await _0x27cea0[_0x114bd1(0x218)](executeAnnotate,JSON['stringify'](_0x365dc8),_0x27cea0[_0x114bd1(0x1ac)]),PerformanceTester[_0x114bd1(0x1fe)](PerformanceO11yEvents[_0x114bd1(0x189)]);}}}catch(_0xecfe02){logger[_0x114bd1(0x1a6)](_0x114bd1(0x217)+_0xecfe02),PerformanceTester[_0x114bd1(0x1fe)](PerformanceO11yEvents['SYNC'],![],_0xecfe02);}_0x27cea0[_0x114bd1(0x1c0)](__drivers['length'],0x0)&&_0x27cea0[_0x114bd1(0x198)](__drivers[0x0][_0x114bd1(0x17d)],0x0)&&await _0x27cea0[_0x114bd1(0x1a2)](driverCleanup);const _0x5a9350={};_0x5a9350[_0x114bd1(0x190)]=_0x27cea0[_0x114bd1(0x1bf)],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x5a9350);}catch(_0x24da33){logger[_0x114bd1(0x1a6)](_0x114bd1(0x1e8)+_0x24da33);const _0xb76dd9={};_0xb76dd9[_0x114bd1(0x190)]=_0x27cea0[_0x114bd1(0x1bf)],PerformanceTester[_0x114bd1(0x1fe)](PerformanceHookEvents[_0x114bd1(0x187)],![],_0x24da33,_0xb76dd9);}},0x186a0),afterAll(async()=>{const _0x4d93ca=a19_0x3d503a,_0x1519c2={'NczlJ':function(_0x20dbc3,_0x5967fe){return _0x20dbc3<=_0x5967fe;},'ecBie':function(_0x10ba38,_0x4dd372){return _0x10ba38(_0x4dd372);},'eRwzl':function(_0x4633c5){return _0x4633c5();},'WhYcD':function(_0x3cc673,_0x5d9ad4,_0x45fe3b){return _0x3cc673(_0x5d9ad4,_0x45fe3b);},'WuvnL':_0x4d93ca(0x1b4)};PerformanceTester[_0x4d93ca(0x1bd)](PerformanceHookEvents['SDK_HOOK']),jest[_0x4d93ca(0x1ee)](0x186a0),PerformanceTester[_0x4d93ca(0x1b3)]();const _0x1b1005='browserstack internal helper hook';await new Promise(_0x8f1a00=>{const _0x5c1d64=_0x4d93ca,_0xbe7d2={'xzszB':function(_0x423310,_0x392691){const _0x5bd9b5=a19_0x2a4d;return _0x1519c2[_0x5bd9b5(0x1db)](_0x423310,_0x392691);},'NpBuk':function(_0x1013d8,_0x179552){return _0x1519c2['ecBie'](_0x1013d8,_0x179552);},'uxsSh':function(_0x14f88e){const _0x4285da=a19_0x2a4d;return _0x1519c2[_0x4285da(0x1f3)](_0x14f88e);}},_0x23303b=_0x1519c2[_0x5c1d64(0x1ba)](setInterval,async()=>{const _0x1080ca=_0x5c1d64;_0xbe7d2[_0x1080ca(0x1f9)](RequestQueueHandler[_0x1080ca(0x1a1)]()['pendingUploads'],0x0)&&(_0xbe7d2[_0x1080ca(0x1c6)](clearInterval,_0x23303b),_0xbe7d2[_0x1080ca(0x213)](_0x8f1a00));},0x3e8);});try{await _0x1519c2[_0x4d93ca(0x1f3)](driverCleanup);}catch(_0xe6b63d){logger[_0x4d93ca(0x1a6)]('Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20'+_0xe6b63d);const _0x431444={};_0x431444[_0x4d93ca(0x190)]=_0x1519c2[_0x4d93ca(0x20d)],PerformanceTester[_0x4d93ca(0x1fe)](PerformanceHookEvents['SDK_HOOK'],![],_0xe6b63d,_0x431444);}process[_0x4d93ca(0x1c3)]();const _0x1be2dd={};_0x1be2dd[_0x4d93ca(0x190)]=_0x1519c2[_0x4d93ca(0x20d)],PerformanceTester[_0x4d93ca(0x1fe)](PerformanceHookEvents[_0x4d93ca(0x187)],!![],null,_0x1be2dd);},0x2710);
1
+ const a19_0x2ceb94=a19_0x2c2e;function a19_0x4550(){const _0x398b90=['browserstackSessionName','sawex','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','MgqSy','getTestUUID','https:','passed','../../helpers/helper','ObservabilitySync:','331174tthzOh','debug','Exception\x20in\x20jest\x20driver\x20cleanup\x20with\x20error:\x20','HjCBB','4|3|0|2|1','Ixezb','SVxeZ','dbkSs','IjerK','stringify','__drivers','env','GbGBs','../../helpers/test-observability/utils','LvmZK','start','../../helpers/testhub/constants','capabilities','util','browserstackTestName','../../helpers/accessibility-automation/helper','protocol','BeGVx','TMMjU','cDGre','ersYk','SESSION_STATUS','vRqXP','command','session_','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','winstonLogger','anTde','gHGpm','GzIrw','SAVE_RESULTS','uNagt','getState','2274832OGeVBy','addReporter','afterAll','BlVsF','setTimeout','afterTest','quitCount_','getEnv','./test-observability/test-details','../../helpers/performance/constants','OADtl','nubrR','saveTestResults','\x22,\x22level\x22:\x20\x22error\x22}}','bqiRE','failed','getGlobal','ENV_VAR','HAKzT','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','log','okltW','executeScript','HqHqj','rsacS','info','LQnpW','cfoHO','description','join','21790nPhUul','browserStackGlobals','../../helpers/accessibility-automation/scripts','../../helpers/globals','executeAsyncScript','percyCaptureMode',':testAnalyticsId','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','SDK_HOOK','getCurrentUrl','pid','SESSION_NAME','sfjMu','MWCNG','currentTest','Exception\x20in\x20jest\x20hook\x20with\x20error:\x20','failedExpectations','stopMonitoring','gFCpx','TRLwn','Exception\x20in\x20jest\x20percy\x20with\x20error:\x20','JFzqt','lsDfR','DIqYY','now','shift','MJYCe','../../helpers/percy/utils','OezVa','5870PZGfPh','LjgwL','21uiGFSz','Failed\x20to\x20store\x20session\x20name:\x20','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','\x22,\x22level\x22:\x20\x22info\x22}}','split','BROWSERSTACK_TESTHUB_JWT','lpcWI','xwYnQ','EUOEC','hXzfF','appium:app','undefined','pendingUploads','afterEach','errors','UCCVQ','app','oLhrw','length','hookType','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20','end','getInstance','../../helpers/logger','removeAllListeners','message','beforeAll','error','258012TsvPBA','1112LgCKZJ','Exception\x20in\x20jest\x20driver\x20with\x20error:\x20','measureWrapper','isArray','gCllg','slice','iNArl','bstackA11yShouldScan','testcase','\x22}}','Xwwql','http:','6990075oCirlj','uEUNu','2175250AqtuhQ',',\x22level\x22:\x20\x22','Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20','beforeEach','SYNC','TucBi','ZaXUU','Performing\x20scan\x20before\x20saving\x20results','2|0|1|4|3','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','rPoHG','vtZJx','isAccessibilityPlatform','format','ycaiZ','initQuit','PERFORM_SCAN','hRnEW','currentTestName','setGlobal','ZneAh'];a19_0x4550=function(){return _0x398b90;};return a19_0x4550();}(function(_0x27e04b,_0x54808e){const _0x2a1381=a19_0x2c2e,_0x28b884=_0x27e04b();while(!![]){try{const _0x16f3c1=-parseInt(_0x2a1381(0xfc))/0x1+parseInt(_0x2a1381(0x140))/0x2*(parseInt(_0x2a1381(0x15f))/0x3)+parseInt(_0x2a1381(0x17c))/0x4*(-parseInt(_0x2a1381(0x15d))/0x5)+parseInt(_0x2a1381(0x17b))/0x6+-parseInt(_0x2a1381(0x18a))/0x7+parseInt(_0x2a1381(0x122))/0x8+parseInt(_0x2a1381(0x188))/0x9;if(_0x16f3c1===_0x54808e)break;else _0x28b884['push'](_0x28b884['shift']());}catch(_0x44246f){_0x28b884['push'](_0x28b884['shift']());}}}(a19_0x4550,0x33c20));const util=require(a19_0x2ceb94(0x10e)),{sendPlatformDetails}=require(a19_0x2ceb94(0x109)),{isBrowserstackInfra,markSessionStatus}=require(a19_0x2ceb94(0xfa));let __error_messages__=[];const RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler');jest[a19_0x2ceb94(0x126)](__timeout);const {isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a19_0x2ceb94(0x110)),{percyAutoCapture}=require(a19_0x2ceb94(0x15b)),logger=require(a19_0x2ceb94(0x176))[a19_0x2ceb94(0x11b)],TestDetails=require(a19_0x2ceb94(0x12a)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceHookEvents}=require(a19_0x2ceb94(0x12b)),scripts=require(a19_0x2ceb94(0x142)),globals=require(a19_0x2ceb94(0x143)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a19_0x2ceb94(0x10c));globals[a19_0x2ceb94(0x141)]=browserStackGlobals;function stripUnicode(_0x2e6b00){const _0x21990d=a19_0x2ceb94;return _0x2e6b00['replace'](/\\u001b\[.*?m/g,'')[_0x21990d(0x181)](0x1,-0x1);}async function setContext(){const _0x23ed86=a19_0x2ceb94,_0x2d2c04={'bqiRE':function(_0x3dde98){return _0x3dde98();},'HAKzT':'browserstackTestName','evNKm':function(_0x10a539,_0x7f05ef){return _0x10a539!==_0x7f05ef;},'EnCpe':_0x23ed86(0x16a),'lsDfR':function(_0x5662c1,_0x2123ab){return _0x5662c1>_0x2123ab;},'ZneAh':function(_0x57e5c6,_0x5a308f){return _0x57e5c6(_0x5a308f);},'rPoHG':function(_0x1309ea,_0x552ede){return _0x1309ea(_0x552ede);},'oLhrw':function(_0x5d908d,_0x28c805){return _0x5d908d(_0x28c805);},'gFCpx':function(_0x29e24f,_0xed609d){return _0x29e24f(_0xed609d);}};if(!_0x2d2c04[_0x23ed86(0x130)](isBrowserstackInfra))return;const _0x16ac81=expect['getState']()[_0x23ed86(0xf0)];globals[_0x23ed86(0xf1)](_0x2d2c04[_0x23ed86(0x134)],_0x16ac81);!sessionNameProvided&&await PerformanceTester[_0x23ed86(0x17e)](PerformanceAutEvents[_0x23ed86(0x14b)],async()=>{const _0x2f53b5=_0x23ed86;await __drivers[0x0][_0x2f53b5(0x138)](_0x2f53b5(0x11a)+_0x16ac81+'\x22}}');})();let _0x3ea31b=null,_0x2c4e87=![];_0x2d2c04['evNKm'](typeof jasmine,_0x2d2c04['EnCpe'])?jasmine[_0x23ed86(0x14e)][_0x23ed86(0x150)]&&_0x2d2c04['lsDfR'](jasmine[_0x23ed86(0x14e)][_0x23ed86(0x150)][_0x23ed86(0x171)],0x0)?(_0x2c4e87=!![],_0x3ea31b=_0x2d2c04[_0x23ed86(0xf2)](stripUnicode,JSON[_0x23ed86(0x105)](jasmine[_0x23ed86(0x14e)][_0x23ed86(0x150)][0x0][_0x23ed86(0x178)]))):_0x3ea31b=_0x2d2c04[_0x23ed86(0xe8)](stripUnicode,JSON[_0x23ed86(0x105)](jasmine[_0x23ed86(0x14e)][_0x23ed86(0x13e)])):testContext['errors']&&_0x2d2c04[_0x23ed86(0x156)](testContext[_0x23ed86(0x16d)][_0x23ed86(0x171)],0x0)?(_0x2c4e87=!![],_0x3ea31b=_0x2d2c04[_0x23ed86(0x170)](stripUnicode,JSON[_0x23ed86(0x105)](testContext['errors'][0x0][0x0][_0x23ed86(0x178)]||testContext[_0x23ed86(0x16d)][0x0][0x0]))):_0x3ea31b=_0x2d2c04[_0x23ed86(0x152)](stripUnicode,JSON[_0x23ed86(0x105)](testContext['name'])),_0x2c4e87?(__error_messages__['push'](_0x3ea31b),await __drivers[0x0][_0x23ed86(0x138)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20'+_0x3ea31b+_0x23ed86(0x12f))):await __drivers[0x0][_0x23ed86(0x138)](_0x23ed86(0x173)+_0x3ea31b+_0x23ed86(0x162));}const executeAnnotate=async(_0x1bdc09,_0x265dd8)=>{const _0x29099b=a19_0x2ceb94;await global[_0x29099b(0x106)][0x0]['executeScript'](_0x29099b(0x135)+_0x1bdc09+_0x29099b(0x18b)+_0x265dd8+_0x29099b(0x185));};function a19_0x2c2e(_0x5094b3,_0x346085){const _0x455051=a19_0x4550();return a19_0x2c2e=function(_0x2c2e54,_0x288478){_0x2c2e54=_0x2c2e54-0xe1;let _0x432fee=_0x455051[_0x2c2e54];return _0x432fee;},a19_0x2c2e(_0x5094b3,_0x346085);}async function driverCleanup(){const _0x298f=a19_0x2ceb94,_0x3de0f5={'cDGre':function(_0x23c18b){return _0x23c18b();},'Xwwql':_0x298f(0xe6),'yxELA':function(_0x4f4692,_0x3fc320){return _0x4f4692>_0x3fc320;},'IjerK':function(_0x463621,_0x4a66ea,_0x53b4c9,_0x1205e4){return _0x463621(_0x4a66ea,_0x53b4c9,_0x1205e4);},'MgqSy':_0x298f(0x131),'ZaXUU':'\x20|\x20','LjgwL':function(_0x1e0f95,_0xf2da2c,_0x3004f4){return _0x1e0f95(_0xf2da2c,_0x3004f4);},'ycaiZ':_0x298f(0xf9)};if(!_0x3de0f5[_0x298f(0x114)](isBrowserstackInfra))return;let _0x429784=![];try{const _0x163cc4=_0x3de0f5[_0x298f(0x186)][_0x298f(0x163)]('|');let _0x2d4800=0x0;while(!![]){switch(_0x163cc4[_0x2d4800++]){case'0':await __drivers[0x0]['session_'];continue;case'1':_0x429784=!![];continue;case'2':PerformanceTester[_0x298f(0x10b)](PerformanceAutEvents['SESSION_STATUS']);continue;case'3':PerformanceTester['end'](PerformanceAutEvents[_0x298f(0x116)],!![]);continue;case'4':_0x3de0f5['yxELA'](__error_messages__[_0x298f(0x171)],0x0)?await _0x3de0f5[_0x298f(0x104)](markSessionStatus,__drivers[0x0],_0x3de0f5[_0x298f(0xf6)],__error_messages__[_0x298f(0x13f)](_0x3de0f5[_0x298f(0xe4)])):await _0x3de0f5[_0x298f(0x15e)](markSessionStatus,__drivers[0x0],_0x3de0f5[_0x298f(0xec)]);continue;}break;}}catch(_0x34a872){console[_0x298f(0x136)](_0x34a872),PerformanceTester[_0x298f(0x174)](PerformanceAutEvents[_0x298f(0x116)],![],_0x34a872);}__error_messages__=[];if(_0x429784)try{await __drivers[0x0][_0x298f(0xed)]();}catch(_0x1afca8){console[_0x298f(0x136)](_0x1afca8);}}beforeAll(async()=>{const _0x31e522=a19_0x2ceb94,_0x890cfc={'TRLwn':function(_0x3bd26b,_0x18f421){return _0x3bd26b!==_0x18f421;},'hXzfF':_0x31e522(0x16a),'sawex':_0x31e522(0x179),'ScbtX':function(_0x25d4cd){return _0x25d4cd();},'cfoHO':function(_0x3523f0,_0x14d8ff,_0x50008c){return _0x3523f0(_0x14d8ff,_0x50008c);}};PerformanceTester['startMonitoring'](),PerformanceTester[_0x31e522(0x10b)](PerformanceHookEvents[_0x31e522(0x148)]);const _0x2246cf='browserstack internal helper hook';_0x890cfc[_0x31e522(0x153)](typeof jasmine,_0x890cfc[_0x31e522(0x168)])&&jasmine[_0x31e522(0x129)]()[_0x31e522(0x123)]({'specStarted':_0x3942d9=>{const _0x5b3b0d=_0x31e522;jasmine[_0x5b3b0d(0x14e)]=_0x3942d9;}});let _0x1626cd=![];try{await __drivers[0x0][_0x31e522(0x119)],_0x1626cd=!![];}catch(_0x59f056){logger[_0x31e522(0xfd)](_0x31e522(0x17d)+_0x59f056);const _0xc56936={};_0xc56936[_0x31e522(0x172)]=_0x890cfc[_0x31e522(0xf4)],PerformanceTester[_0x31e522(0x174)](PerformanceHookEvents[_0x31e522(0x148)],![],_0x59f056,_0xc56936);}if(_0x1626cd)try{_0x890cfc['ScbtX'](shouldProcessEventForTesthub)&&(__drivers[0x0]&&await _0x890cfc[_0x31e522(0x13d)](sendPlatformDetails,__drivers[0x0],TestDetails[_0x31e522(0xf7)](process[_0x31e522(0x14a)]+_0x31e522(0x146))));}catch(_0x159719){logger[_0x31e522(0xfd)](_0x31e522(0x18c)+_0x159719);const _0x179a57={};_0x179a57[_0x31e522(0x172)]=_0x890cfc[_0x31e522(0xf4)],PerformanceTester['end'](PerformanceHookEvents[_0x31e522(0x148)],![],_0x159719,_0x179a57);}const _0x1d842e={};_0x1d842e[_0x31e522(0x172)]=_0x890cfc[_0x31e522(0xf4)],PerformanceTester[_0x31e522(0x174)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x1d842e);}),beforeEach(async()=>{const _0x5947f6=a19_0x2ceb94,_0x143734={'vtZJx':_0x5947f6(0x10f),'dbkSs':function(_0x377b51,_0x335a2a,_0x45d117){return _0x377b51(_0x335a2a,_0x45d117);},'MJYCe':_0x5947f6(0x100),'SVxeZ':function(_0x518c61,_0x3e30c2){return _0x518c61>_0x3e30c2;},'JFzqt':function(_0x17368a){return _0x17368a();},'OADtl':function(_0x3db6d4){return _0x3db6d4();},'anTde':function(_0xbb4331,_0x1af776){return _0xbb4331>_0x1af776;},'OezVa':_0x5947f6(0xe1),'TucBi':_0x5947f6(0x183),'BeGVx':_0x5947f6(0xea),'uNagt':function(_0x46fb4e,_0x445843){return _0x46fb4e===_0x445843;},'uEUNu':_0x5947f6(0x187),'Aoapv':function(_0xaa3d16,_0x4be491){return _0xaa3d16===_0x4be491;},'rsacS':_0x5947f6(0xf8),'lpcWI':_0x5947f6(0x161),'GzIrw':function(_0x3dc20f,_0x345d7f){return _0x3dc20f>_0x345d7f;},'gCllg':function(_0x5a0ae9){return _0x5a0ae9();}};PerformanceTester['start'](PerformanceHookEvents[_0x5947f6(0x148)]);const _0xfa814c='browserstack internal helper hook';let _0x3c909d=!![];try{const _0xbce99e=expect[_0x5947f6(0x121)]()[_0x5947f6(0xf0)];globals[_0x5947f6(0xf1)](_0x143734[_0x5947f6(0xe9)],_0xbce99e);const _0x37820d=_0x143734[_0x5947f6(0x103)](shouldScanTestForAccessibility,_0xbce99e,![]);try{const _0x4ea418=_0x143734[_0x5947f6(0x15a)]['split']('|');let _0x3de0f2=0x0;while(!![]){switch(_0x4ea418[_0x3de0f2++]){case'0':_0x143734[_0x5947f6(0x102)](__drivers[_0x5947f6(0x171)],0x1)&&(await _0x143734[_0x5947f6(0x155)](driverCleanup),__drivers[_0x5947f6(0x159)]());continue;case'1':_0x143734[_0x5947f6(0x102)](__drivers[_0x5947f6(0x171)],0x0)&&_0x143734[_0x5947f6(0x102)](__drivers[0x0]['quitCount_'],0x0)&&(_0x3c909d=![],await _0x143734[_0x5947f6(0x12c)](driverCleanup));continue;case'2':_0x143734[_0x5947f6(0x11c)](__drivers['length'],0x0)&&(__drivers[0x0][_0x5947f6(0xf3)]=_0xbce99e,__drivers[0x0]['bstackA11yShouldScan']=_0x37820d);continue;case'3':global['browserstackSessionName']=_0xbce99e;continue;case'4':Array[_0x5947f6(0x17f)](__drivers)&&__drivers[0x0]&&(__drivers[0x0]['browserstackSessionName']=_0xbce99e);continue;}break;}}catch(_0x1c8887){logger[_0x5947f6(0xfd)](_0x5947f6(0x160)+_0x1c8887);const _0x50388a={};_0x50388a['hookType']=_0x143734[_0x5947f6(0x15c)],PerformanceTester[_0x5947f6(0x174)](PerformanceHookEvents[_0x5947f6(0x148)],![],_0x1c8887,_0x50388a);}globals[_0x5947f6(0xf1)](_0x143734[_0x5947f6(0xe3)],_0x37820d);if(_0x143734['OADtl'](isAccessibilityAutomationSession)&&_0x3c909d&&Array[_0x5947f6(0x17f)](__drivers)&&_0x143734[_0x5947f6(0x11c)](__drivers[_0x5947f6(0x171)],0x0)&&globals[_0x5947f6(0x132)](_0x143734[_0x5947f6(0x112)]))try{const _0x2acba2=await __drivers[0x0][_0x5947f6(0x119)];if(_0x2acba2){let _0x1bcef0=!![];const _0x5d18bf=await __drivers[0x0][_0x5947f6(0x149)]();let _0x506b88;try{_0x506b88=new URL(_0x5d18bf);}catch(_0x19fb05){_0x1bcef0=![];}_0x1bcef0=_0x143734[_0x5947f6(0x120)](_0x506b88[_0x5947f6(0x111)],_0x143734[_0x5947f6(0x189)])||_0x143734['Aoapv'](_0x506b88[_0x5947f6(0x111)],_0x143734[_0x5947f6(0x13a)]),_0x1bcef0&&(_0x37820d&&logger[_0x5947f6(0x13b)](_0x143734[_0x5947f6(0x165)]));}}catch(_0x34e0c1){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x34e0c1);const _0x2e45a8={};_0x2e45a8['hookType']=_0x143734[_0x5947f6(0x15c)],PerformanceTester[_0x5947f6(0x174)](PerformanceHookEvents[_0x5947f6(0x148)],![],er,_0x2e45a8);}_0x143734[_0x5947f6(0x11c)](__drivers[_0x5947f6(0x171)],0x0)&&_0x143734[_0x5947f6(0x11e)](__drivers[0x0][_0x5947f6(0x128)],0x0)&&await _0x143734[_0x5947f6(0x180)](driverCleanup);}catch(_0x3b244a){logger[_0x5947f6(0xfd)](_0x5947f6(0x14f)+_0x3b244a);const _0x153ff1={};_0x153ff1[_0x5947f6(0x172)]=_0x143734[_0x5947f6(0x15c)],PerformanceTester['end'](PerformanceHookEvents[_0x5947f6(0x148)],![],_0x3b244a,_0x153ff1);}const _0xa26372={};_0xa26372[_0x5947f6(0x172)]=_0x143734['OezVa'],PerformanceTester[_0x5947f6(0x174)](PerformanceHookEvents[_0x5947f6(0x148)],!![],null,_0xa26372);}),afterEach(async()=>{const _0x48b369=a19_0x2ceb94,_0x3250f3={'TMMjU':function(_0x47d497,_0x471f45){return _0x47d497>_0x471f45;},'gHGpm':function(_0x384d97){return _0x384d97();},'zlCOl':function(_0x579ed6,_0x31b80d){return _0x579ed6===_0x31b80d;},'uKmjV':_0x48b369(0x184),'BlVsF':function(_0x4a80f7,_0x2dea11){return _0x4a80f7>_0x2dea11;},'HjCBB':_0x48b369(0x169),'giETr':function(_0x35eb74,_0x46a85a,_0x30288c,_0x480eac){return _0x35eb74(_0x46a85a,_0x30288c,_0x480eac);},'UCCVQ':_0x48b369(0x16c),'ersYk':function(_0x31e129,_0x1d668e,_0x52791f){return _0x31e129(_0x1d668e,_0x52791f);},'LvmZK':'isAccessibilityPlatform','MWCNG':'bstackA11yShouldScan','iNArl':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.','nubrR':_0x48b369(0xe5),'hRnEW':_0x48b369(0x127),'LQnpW':_0x48b369(0xf5),'Ixezb':function(_0x5dc628){return _0x5dc628();},'okltW':function(_0x3c442f){return _0x3c442f();},'jfKTc':'debug'};PerformanceTester['start'](PerformanceHookEvents[_0x48b369(0x148)]);const _0x1ca757='browserstack internal helper hook';try{_0x3250f3[_0x48b369(0x113)](__drivers['length'],0x1)&&(await _0x3250f3[_0x48b369(0x11d)](driverCleanup),__drivers[_0x48b369(0x159)]());try{if(global['percy']&&_0x3250f3['zlCOl'](global[_0x48b369(0x145)],_0x3250f3['uKmjV'])&&__drivers[0x0]){const _0x456822=_0x3250f3[_0x48b369(0x125)](global[_0x48b369(0x10d)][_0x48b369(0x171)],0x0)?!!global[_0x48b369(0x10d)][0x0][_0x48b369(0x16f)]||!!global['capabilities'][0x0][_0x3250f3[_0x48b369(0xff)]]:![],_0x9134de={};_0x9134de[_0x48b369(0x16f)]=_0x456822,await _0x3250f3['giETr'](percyAutoCapture,__drivers[0x0],_0x3250f3['uKmjV'],_0x9134de);}}catch(_0x6327fe){logger[_0x48b369(0xfd)](_0x48b369(0x154)+_0x6327fe);const _0x255d00={};_0x255d00[_0x48b369(0x172)]=_0x3250f3[_0x48b369(0x16e)],PerformanceTester[_0x48b369(0x174)](PerformanceHookEvents[_0x48b369(0x148)],![],_0x6327fe,_0x255d00);}const _0x38144d=_0x3250f3[_0x48b369(0x115)](shouldScanTestForAccessibility,expect[_0x48b369(0x121)]()[_0x48b369(0xf0)],![]);try{if(_0x3250f3['gHGpm'](isAccessibilityAutomationSession)&&globals[_0x48b369(0x132)](_0x3250f3[_0x48b369(0x10a)])&&globals[_0x48b369(0x132)](_0x3250f3[_0x48b369(0x14d)])){logger[_0x48b369(0x13b)](_0x3250f3[_0x48b369(0x182)]);const _0x3700c0={'thTestRunUuid':TestDetails[_0x48b369(0xf7)](process['pid']+':testAnalyticsId'),'thBuildUuid':process[_0x48b369(0x107)][testHubConstants[_0x48b369(0x133)]['BROWSERSTACK_TESTHUB_UUID']],'thJwtToken':process[_0x48b369(0x107)][testHubConstants[_0x48b369(0x133)][_0x48b369(0x164)]]};logger[_0x48b369(0xfd)](_0x48b369(0xe7)+JSON[_0x48b369(0x105)](_0x3700c0)),logger['debug'](_0x3250f3[_0x48b369(0x12d)]);const _0x599845={};_0x599845[_0x48b369(0x118)]=_0x3250f3[_0x48b369(0xef)],await PerformanceTester[_0x48b369(0x17e)](PerformanceA11yEvents[_0x48b369(0xee)],async()=>{const _0x5547f1=_0x48b369;logger[_0x5547f1(0xfd)](util[_0x5547f1(0xeb)](await __drivers[0x0][_0x5547f1(0x144)](scripts['performScan'],{'method':expect[_0x5547f1(0x121)]()[_0x5547f1(0xf0)]})));},_0x599845)(),await PerformanceTester[_0x48b369(0x17e)](PerformanceA11yEvents[_0x48b369(0x11f)],async()=>{const _0x576d59=_0x48b369;await __drivers[0x0]['executeAsyncScript'](scripts[_0x576d59(0x12e)],_0x3700c0);})(),logger[_0x48b369(0x13b)](_0x3250f3[_0x48b369(0x13c)]);}}catch(_0x58738a){logger[_0x48b369(0x17a)](_0x48b369(0x147)+expect[_0x48b369(0x121)]()[_0x48b369(0xf0)]+'.\x20Error\x20:',_0x58738a);}await _0x3250f3[_0x48b369(0x11d)](setContext);try{if(_0x3250f3[_0x48b369(0x101)](shouldProcessEventForTesthub)){_0x3250f3[_0x48b369(0x125)](global[_0x48b369(0x106)][_0x48b369(0x171)],0x0)&&global[_0x48b369(0x106)][0x0]&&await _0x3250f3[_0x48b369(0x115)](sendPlatformDetails,global[_0x48b369(0x106)][0x0],TestDetails[_0x48b369(0xf7)](process['pid']+_0x48b369(0x146)));if(_0x3250f3[_0x48b369(0x137)](isBrowserstackInfra)){PerformanceTester[_0x48b369(0x10b)](PerformanceO11yEvents[_0x48b369(0xe2)]);const _0x99864f=_0x48b369(0xfb)+Date[_0x48b369(0x158)]();await _0x3250f3[_0x48b369(0x115)](executeAnnotate,JSON[_0x48b369(0x105)](_0x99864f),_0x3250f3['jfKTc']),PerformanceTester['end'](PerformanceO11yEvents[_0x48b369(0xe2)]);}}}catch(_0x5b10f7){logger[_0x48b369(0xfd)]('Exception\x20in\x20jest\x20process\x20event\x20with\x20error:\x20'+_0x5b10f7),PerformanceTester[_0x48b369(0x174)](PerformanceO11yEvents[_0x48b369(0xe2)],![],_0x5b10f7);}_0x3250f3['TMMjU'](__drivers[_0x48b369(0x171)],0x0)&&_0x3250f3[_0x48b369(0x125)](__drivers[0x0][_0x48b369(0x128)],0x0)&&await _0x3250f3[_0x48b369(0x137)](driverCleanup);const _0x42e5e4={};_0x42e5e4[_0x48b369(0x172)]=_0x3250f3[_0x48b369(0x16e)],PerformanceTester[_0x48b369(0x174)](PerformanceHookEvents[_0x48b369(0x148)],!![],null,_0x42e5e4);}catch(_0x583aeb){logger[_0x48b369(0xfd)]('Exception\x20in\x20jest\x20driver\x20with\x20error:\x20'+_0x583aeb);const _0x264019={};_0x264019['hookType']=_0x3250f3[_0x48b369(0x16e)],PerformanceTester[_0x48b369(0x174)](PerformanceHookEvents[_0x48b369(0x148)],![],_0x583aeb,_0x264019);}},0x186a0),afterAll(async()=>{const _0x51f1a5=a19_0x2ceb94,_0x4111a8={'GbGBs':function(_0x3a22ee,_0x41f7d1){return _0x3a22ee<=_0x41f7d1;},'sfjMu':function(_0x12e572,_0x162419){return _0x12e572(_0x162419);},'vRqXP':function(_0x420fb8){return _0x420fb8();},'xwYnQ':function(_0x3fc0cf,_0x4a9f21,_0x1ec6c5){return _0x3fc0cf(_0x4a9f21,_0x1ec6c5);},'HqHqj':function(_0x5b0bf1){return _0x5b0bf1();},'DIqYY':_0x51f1a5(0x124)};PerformanceTester['start'](PerformanceHookEvents['SDK_HOOK']),jest[_0x51f1a5(0x126)](0x186a0),PerformanceTester[_0x51f1a5(0x151)]();const _0x9bba49='browserstack internal helper hook';await new Promise(_0x4d91ab=>{const _0x385809=_0x51f1a5,_0x27f186={'EUOEC':function(_0x39050e,_0x3305e3){const _0x131dd8=a19_0x2c2e;return _0x4111a8[_0x131dd8(0x108)](_0x39050e,_0x3305e3);},'aeNsL':function(_0x2ed96a,_0x273c55){const _0x14e2b7=a19_0x2c2e;return _0x4111a8[_0x14e2b7(0x14c)](_0x2ed96a,_0x273c55);},'ofbtq':function(_0x428bfb){const _0x3663a2=a19_0x2c2e;return _0x4111a8[_0x3663a2(0x117)](_0x428bfb);}},_0x1379cb=_0x4111a8[_0x385809(0x166)](setInterval,async()=>{const _0x3d98f1=_0x385809;_0x27f186[_0x3d98f1(0x167)](RequestQueueHandler[_0x3d98f1(0x175)]()[_0x3d98f1(0x16b)],0x0)&&(_0x27f186['aeNsL'](clearInterval,_0x1379cb),_0x27f186['ofbtq'](_0x4d91ab));},0x3e8);});try{await _0x4111a8[_0x51f1a5(0x139)](driverCleanup);}catch(_0x11bef9){logger[_0x51f1a5(0xfd)](_0x51f1a5(0xfe)+_0x11bef9);const _0x1de950={};_0x1de950[_0x51f1a5(0x172)]=_0x4111a8[_0x51f1a5(0x157)],PerformanceTester[_0x51f1a5(0x174)](PerformanceHookEvents[_0x51f1a5(0x148)],![],_0x11bef9,_0x1de950);}process[_0x51f1a5(0x177)]();const _0x105e6d={};_0x105e6d[_0x51f1a5(0x172)]=_0x4111a8[_0x51f1a5(0x157)],PerformanceTester[_0x51f1a5(0x174)](PerformanceHookEvents['SDK_HOOK'],!![],null,_0x105e6d);},0x2710);
@@ -1 +1 @@
1
- const a20_0x4b1511=a20_0x1612;function a20_0x1612(_0x5ae283,_0x6f1383){const _0x4e461e=a20_0x4e46();return a20_0x1612=function(_0x1612f7,_0x5d663f){_0x1612f7=_0x1612f7-0xc5;let _0x486db8=_0x4e461e[_0x1612f7];return _0x486db8;},a20_0x1612(_0x5ae283,_0x6f1383);}(function(_0x17e7be,_0x491d72){const _0x2ca017=a20_0x1612,_0xfa8266=_0x17e7be();while(!![]){try{const _0x2b6b36=parseInt(_0x2ca017(0xcb))/0x1+-parseInt(_0x2ca017(0xc9))/0x2*(parseInt(_0x2ca017(0xca))/0x3)+parseInt(_0x2ca017(0xcf))/0x4*(parseInt(_0x2ca017(0xd1))/0x5)+parseInt(_0x2ca017(0xc7))/0x6*(parseInt(_0x2ca017(0xcc))/0x7)+parseInt(_0x2ca017(0xd4))/0x8*(-parseInt(_0x2ca017(0xc5))/0x9)+parseInt(_0x2ca017(0xce))/0xa+-parseInt(_0x2ca017(0xcd))/0xb;if(_0x2b6b36===_0x491d72)break;else _0xfa8266['push'](_0xfa8266['shift']());}catch(_0x4eb5e2){_0xfa8266['push'](_0xfa8266['shift']());}}}(a20_0x4e46,0xbc59a));function a20_0x4e46(){const _0x58b618=['124506SdUswx','21vQxiUk','1217608UMRzye','1967ZCjJgC','13844798Cwatjo','11109660tjEaSd','8MxHqZL','pRDOW','2052520aIAGRv','../../../helpers/test-observability/utils','restore','592VJyLGI','186057HaAXFo','../../../helpers/request-spy','18066SYUTTs','setTimeout'];a20_0x4e46=function(){return _0x58b618;};return a20_0x4e46();}const requestSpy=require(a20_0x4b1511(0xc6)),{addRequestSpy}=require(a20_0x4b1511(0xd2));beforeAll(()=>{const _0x144716=a20_0x4b1511,_0x38a39c={'pRDOW':function(_0x47594b){return _0x47594b();}},_0x5b5b11='browserstack internal helper hook';_0x38a39c[_0x144716(0xd0)](addRequestSpy);}),afterAll(async()=>{const _0x435ae9=a20_0x4b1511,_0x4e9b45='browserstack internal helper hook';jest[_0x435ae9(0xc8)](0xea60),requestSpy[_0x435ae9(0xd3)]();});
1
+ function a20_0x3814(_0xb956f2,_0x4f88ca){const _0x39ca9b=a20_0x39ca();return a20_0x3814=function(_0x3814e3,_0x284987){_0x3814e3=_0x3814e3-0xbb;let _0x5339d4=_0x39ca9b[_0x3814e3];return _0x5339d4;},a20_0x3814(_0xb956f2,_0x4f88ca);}const a20_0x3d81a1=a20_0x3814;(function(_0x250155,_0x1fcfbe){const _0x415df6=a20_0x3814,_0x5e404f=_0x250155();while(!![]){try{const _0x2ee18e=parseInt(_0x415df6(0xc4))/0x1+-parseInt(_0x415df6(0xc6))/0x2*(-parseInt(_0x415df6(0xc7))/0x3)+parseInt(_0x415df6(0xc8))/0x4+-parseInt(_0x415df6(0xbe))/0x5*(-parseInt(_0x415df6(0xc0))/0x6)+parseInt(_0x415df6(0xc9))/0x7+parseInt(_0x415df6(0xc1))/0x8*(-parseInt(_0x415df6(0xbb))/0x9)+parseInt(_0x415df6(0xc5))/0xa*(-parseInt(_0x415df6(0xbd))/0xb);if(_0x2ee18e===_0x1fcfbe)break;else _0x5e404f['push'](_0x5e404f['shift']());}catch(_0x2bbb9e){_0x5e404f['push'](_0x5e404f['shift']());}}}(a20_0x39ca,0x86483));const requestSpy=require(a20_0x3d81a1(0xc3)),{addRequestSpy}=require(a20_0x3d81a1(0xca));beforeAll(()=>{const _0xdc2b28=a20_0x3d81a1,_0x580a2e={'MYyQb':function(_0x3f6763){return _0x3f6763();}},_0x25a6aa='browserstack internal helper hook';_0x580a2e[_0xdc2b28(0xc2)](addRequestSpy);}),afterAll(async()=>{const _0x13b985=a20_0x3d81a1,_0x48e602='browserstack internal helper hook';jest[_0x13b985(0xbc)](0xea60),requestSpy[_0x13b985(0xbf)]();});function a20_0x39ca(){const _0x809665=['2194596jChvHJ','1242675bBobCx','../../../helpers/test-observability/utils','23598HfRhzQ','setTimeout','11309188JmvbZp','790JVZKKY','restore','36516cDDORj','1848yFZEPU','MYyQb','../../../helpers/request-spy','729867wbphTP','20MnApxg','36104vMepMi','132CUsoNS'];a20_0x39ca=function(){return _0x809665;};return a20_0x39ca();}
@@ -1 +1 @@
1
- const a21_0x4a03a2=a21_0x42e9;function a21_0x42e9(_0x1b4206,_0x959231){const _0x5cf88e=a21_0x5cf8();return a21_0x42e9=function(_0x42e9c9,_0x4f5c95){_0x42e9c9=_0x42e9c9-0x172;let _0x509048=_0x5cf88e[_0x42e9c9];return _0x509048;},a21_0x42e9(_0x1b4206,_0x959231);}function a21_0x5cf8(){const _0x3600bd=['rerunTests','2501336rKPeZa','40DSUwDY','9chtsDa','BROWSERSTACK_RERUN_TESTS','shouldReRunObservabilityTests','509228llaqJr','4524ISncnP','2GFHEuf','4333iNDEcy','length','../../../helpers/test-observability/utils','testMatch','2118066BfEyJX','3466624CwYkSi','HyYuV','updateTestRerunConfig','isUndefined','testRegex','map','nzhKr','cliConfig','../../../helpers/helper','830533HmHBjn','trim','1318140RXywyA','push','validateRerunTestList','get','AlksZ','env'];a21_0x5cf8=function(){return _0x3600bd;};return a21_0x5cf8();}(function(_0x3b1bf7,_0x1d9e92){const _0x2b0958=a21_0x42e9,_0x46afff=_0x3b1bf7();while(!![]){try{const _0x266f37=parseInt(_0x2b0958(0x185))/0x1+-parseInt(_0x2b0958(0x187))/0x2*(-parseInt(_0x2b0958(0x18c))/0x3)+parseInt(_0x2b0958(0x18d))/0x4+-parseInt(_0x2b0958(0x179))/0x5+-parseInt(_0x2b0958(0x186))/0x6*(parseInt(_0x2b0958(0x188))/0x7)+-parseInt(_0x2b0958(0x180))/0x8*(parseInt(_0x2b0958(0x182))/0x9)+-parseInt(_0x2b0958(0x181))/0xa*(parseInt(_0x2b0958(0x177))/0xb);if(_0x266f37===_0x1d9e92)break;else _0x46afff['push'](_0x46afff['shift']());}catch(_0x5d5485){_0x46afff['push'](_0x46afff['shift']());}}}(a21_0x5cf8,0xb3e69));const testOpsHelper=require(a21_0x4a03a2(0x18a)),helper=require(a21_0x4a03a2(0x176));exports[a21_0x4a03a2(0x18f)]=(_0x315dc8,_0x3085fe)=>{const _0x51081a=a21_0x4a03a2,_0x596f3c={};_0x596f3c['HyYuV']=_0x51081a(0x17f),_0x596f3c['nzhKr']=function(_0x297523,_0x59ed9c){return _0x297523!==_0x59ed9c;},_0x596f3c[_0x51081a(0x17d)]=function(_0x126d90,_0x1901d){return _0x126d90>_0x1901d;};const _0x4a1975=_0x596f3c;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper[_0x51081a(0x184)]()){let _0x2665ae=process[_0x51081a(0x17e)][_0x51081a(0x183)];!helper[_0x51081a(0x190)](_0x3085fe[_0x51081a(0x175)])&&_0x3085fe[_0x51081a(0x175)]['has'](_0x4a1975[_0x51081a(0x18e)])&&(_0x2665ae=_0x3085fe[_0x51081a(0x175)][_0x51081a(0x17c)](_0x4a1975['HyYuV']));const _0xef1cb5=[];helper[_0x51081a(0x17b)](_0x2665ae)&&_0x4a1975[_0x51081a(0x174)](_0x2665ae,null)&&_0x2665ae['split'](',')[_0x51081a(0x173)](_0x18a8cf=>{const _0x446c74=_0x51081a;_0xef1cb5[_0x446c74(0x17a)](''+_0x18a8cf[_0x446c74(0x178)]());}),_0x4a1975['AlksZ'](_0xef1cb5[_0x51081a(0x189)],0x0)&&(_0x315dc8[_0x51081a(0x172)]=_0xef1cb5,delete _0x315dc8[_0x51081a(0x18b)]);}};
1
+ function a21_0x48d7(){const _0x347cc3=['1206eDwJSa','ydIJL','testRegex','rerunTests','../../../helpers/helper','2554965CuBmid','split','166QMCLPW','1552qJvGiQ','3303320nzyuao','isUndefined','BROWSERSTACK_RERUN_TESTS','updateTestRerunConfig','trim','qVQLZ','cliConfig','100197YkRHQm','../../../helpers/test-observability/utils','2602836IHICtJ','pCMsv','19135700eYguVV','env','length','11575shOOcC','has','14MfwDKl','testMatch'];a21_0x48d7=function(){return _0x347cc3;};return a21_0x48d7();}const a21_0x672e29=a21_0x32e0;(function(_0x4b46c9,_0x39e170){const _0x333794=a21_0x32e0,_0x4b4ae8=_0x4b46c9();while(!![]){try{const _0x57eeb6=parseInt(_0x333794(0x19c))/0x1*(parseInt(_0x333794(0x19d))/0x2)+-parseInt(_0x333794(0x19a))/0x3+parseInt(_0x333794(0x1a7))/0x4+-parseInt(_0x333794(0x1ac))/0x5*(parseInt(_0x333794(0x1b0))/0x6)+parseInt(_0x333794(0x1ae))/0x7*(-parseInt(_0x333794(0x19e))/0x8)+parseInt(_0x333794(0x1a5))/0x9+parseInt(_0x333794(0x1a9))/0xa;if(_0x57eeb6===_0x39e170)break;else _0x4b4ae8['push'](_0x4b4ae8['shift']());}catch(_0x47b0b5){_0x4b4ae8['push'](_0x4b4ae8['shift']());}}}(a21_0x48d7,0x89114));function a21_0x32e0(_0x4698c4,_0x5cc346){const _0x48d7c2=a21_0x48d7();return a21_0x32e0=function(_0x32e07a,_0x27f84a){_0x32e07a=_0x32e07a-0x197;let _0x290c15=_0x48d7c2[_0x32e07a];return _0x290c15;},a21_0x32e0(_0x4698c4,_0x5cc346);}const testOpsHelper=require(a21_0x672e29(0x1a6)),helper=require(a21_0x672e29(0x199));exports[a21_0x672e29(0x1a1)]=(_0x5e420d,_0x5cbf5e)=>{const _0x4b6f09=a21_0x672e29,_0xc49c72={};_0xc49c72[_0x4b6f09(0x1a8)]=_0x4b6f09(0x198),_0xc49c72[_0x4b6f09(0x1a3)]=function(_0x39ccda,_0x55efbf){return _0x39ccda!==_0x55efbf;},_0xc49c72[_0x4b6f09(0x1b1)]=function(_0x2b4e40,_0x349337){return _0x2b4e40>_0x349337;};const _0x3d9dc8=_0xc49c72;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0x399d62=process[_0x4b6f09(0x1aa)][_0x4b6f09(0x1a0)];!helper[_0x4b6f09(0x19f)](_0x5cbf5e[_0x4b6f09(0x1a4)])&&_0x5cbf5e[_0x4b6f09(0x1a4)][_0x4b6f09(0x1ad)](_0x3d9dc8['pCMsv'])&&(_0x399d62=_0x5cbf5e[_0x4b6f09(0x1a4)]['get'](_0x3d9dc8['pCMsv']));const _0x542e58=[];helper['validateRerunTestList'](_0x399d62)&&_0x3d9dc8[_0x4b6f09(0x1a3)](_0x399d62,null)&&_0x399d62[_0x4b6f09(0x19b)](',')['map'](_0x3a103a=>{const _0x2ffd79=_0x4b6f09;_0x542e58['push'](''+_0x3a103a[_0x2ffd79(0x1a2)]());}),_0x3d9dc8[_0x4b6f09(0x1b1)](_0x542e58[_0x4b6f09(0x1ab)],0x0)&&(_0x5e420d[_0x4b6f09(0x197)]=_0x542e58,delete _0x5e420d[_0x4b6f09(0x1af)]);}};
@@ -1 +1 @@
1
- const a22_0x1d47b5=a22_0x30d9;(function(_0x3aa088,_0x55e257){const _0x3af5b2=a22_0x30d9,_0x4288f7=_0x3aa088();while(!![]){try{const _0x49e7cc=-parseInt(_0x3af5b2(0x11e))/0x1*(-parseInt(_0x3af5b2(0x165))/0x2)+parseInt(_0x3af5b2(0x144))/0x3+-parseInt(_0x3af5b2(0x183))/0x4+parseInt(_0x3af5b2(0x179))/0x5*(parseInt(_0x3af5b2(0x13f))/0x6)+-parseInt(_0x3af5b2(0x1ad))/0x7*(parseInt(_0x3af5b2(0x131))/0x8)+parseInt(_0x3af5b2(0x1d4))/0x9*(-parseInt(_0x3af5b2(0x1c8))/0xa)+parseInt(_0x3af5b2(0x14b))/0xb*(parseInt(_0x3af5b2(0x16e))/0xc);if(_0x49e7cc===_0x55e257)break;else _0x4288f7['push'](_0x4288f7['shift']());}catch(_0x1cf584){_0x4288f7['push'](_0x4288f7['shift']());}}}(a22_0x5ed3,0x9cb74));const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a22_0x1d47b5(0x158)),SessionHandler=require(a22_0x1d47b5(0x174)),{v4:uuidv4}=require(a22_0x1d47b5(0x125)),{name,version}=require(a22_0x1d47b5(0x15e)),stackTrace=require(a22_0x1d47b5(0x1b4)),path=require(a22_0x1d47b5(0x1c3)),fs=require('fs'),TestDetails=require(a22_0x1d47b5(0x1d5)),{FRAMEWORKS}=require(a22_0x1d47b5(0x1ba)),{o11yClassErrorHandler}=require(a22_0x1d47b5(0x142)),{getGitMetaData}=require(a22_0x1d47b5(0x135)),{appendTesthubParams,setCurrentTestData}=require(a22_0x1d47b5(0x12e)),a22_0xbb526={};a22_0xbb526[a22_0x1d47b5(0x123)]=a22_0x1d47b5(0x1c0),a22_0xbb526['STATE_FAILED']=a22_0x1d47b5(0x15a),a22_0xbb526[a22_0x1d47b5(0x119)]='pending';function a22_0x5ed3(){const _0x3e4a78=['PxHzE','VcdiQ','984bmMBna','\x22\x20hook\x20for\x20\x22','findGitConfig','location_prefix','vYWCf','_gitConfigured','../../../helpers/test-observability/sessionHandler','MmoVZ','file','WACTu','sendTestRunEvent','586920TLWvUH','testAnalyticsId','jest-circus','getHooksForTest','LogCreated','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','test','inspect','dirname','asyncError','4488460GVJgpg','BEFORE_EACH','CxHaK','VXDDh','ltdYW','toString','UHhzp','logs','testObservability','isJestInternalHook','laFTg','hook_run_uuid','apply','JwxUj','current_test','toISOString','retryOf','ixLof','BEFORE_ALL','javascript','asJtV','HookRunFinished','http_response','ACgtU','match','_testEnv','JEST','getTestUUID','CsOPt','ULoEc','relative','XzFIx','ubvDN','testStarted','analyticsResult','util','getRootParentFile','LxKou','NcRrw','root','tnZrb','XtgMh','32669pCQqxa','hook_data','INkRr','getTime','join','jLnix','uploadEventData','stack-trace','setTestUUID','dgdZQ','bs:addLog:','failure_type','Ldwts','../../utils/constants','backtrace','KGCuk','ROOT_DESCRIBE_BLOCK','pid','hook_type','passed','TestRunFinished','result','path','push','failure_backtrace','current_hook','mapTestHooks','19200dMcKgt','configureGit','XXDEz','bs:addPlatformDetails:','_testResults','xjwdH','luyiQ','ZJwqt','bind','length','reverse','BdiFs','846XWzBDR','./test-details','failed\x20to\x20get\x20root\x20parent\x20file\x20','QbduA','nBJUf','FzElX','title','name','hmFxx','prefixTestPath','dqvNz','gjiUK','JyFax','appendTestItemLog','beforeAll','TestRunStarted','STATE_PENDING','js-','split','zhXah','config','1LFDAse','mHQmJ','getName','LLtJr','sep','STATE_PASSED','qVVjU','uuid','.git','removeAllListeners','gqQPK','AFTER_EACH','PoaHf','test_run_uuid','getHierarchy','type','../../../helpers/testhub/utils','4|0|2|3|1','\x20with\x20error\x20:\x20','1208yjLvQX','TestRunSkipped','ObservabilityReporter','now','../../../helpers/helper','expanded','resetTestHooks','started_at','YdMZk','BJpJD','registerListeners','pOFeb','test_run','bsiLw','24edrbEA','hook_failure','wQgRC','../../../helpers/test-observability/error-handler','afterEach','1177227DuHgPI','iTroD','includes','LTJec','errorsDetailed',':testAnalyticsId','CBTSessionCreated','147037oGYEys','event_type','duration','forEach','getTestEnv','cwjih','CvDRS','ZXdyE',':hookAnalyticsId','hooks','pending','QKAom','generic','../../../helpers/test-observability/utils','rImJn','failed','nhZHG','RTDEt','File\x20path\x20could\x20not\x20be\x20found','../../../../package.json','parent','getFileName','_gitConfigPath','parse','vEZti','HSCtk','1382362IQUgIY','hookAnalyticsId','beforeEach','appendTestPlatform','_paths','uHoam','zOAgP'];a22_0x5ed3=function(){return _0x3e4a78;};return a22_0x5ed3();}function a22_0x30d9(_0x173b7f,_0x36a8fc){const _0x5ed30f=a22_0x5ed3();return a22_0x30d9=function(_0x30d95d,_0x170866){_0x30d95d=_0x30d95d-0x10b;let _0x52053c=_0x5ed30f[_0x30d95d];return _0x52053c;},a22_0x30d9(_0x173b7f,_0x36a8fc);}const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a22_0xbb526,a22_0x11e67a={};a22_0x11e67a[a22_0x1d47b5(0x117)]=a22_0x1d47b5(0x195),a22_0x11e67a['afterAll']='AFTER_ALL',a22_0x11e67a['beforeEach']=a22_0x1d47b5(0x184),a22_0x11e67a[a22_0x1d47b5(0x143)]=a22_0x1d47b5(0x129);const HOOK_TYPES_MAP=a22_0x11e67a;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0xc515da=a22_0x1d47b5,_0x1917e5={'weTan':'1|4|6|3|2|0|5','zhXah':function(_0x286b2f){return _0x286b2f();}},_0x130d25=_0x1917e5['weTan']['split']('|');let _0xa14495=0x0;while(!![]){switch(_0x130d25[_0xa14495++]){case'0':this[_0xc515da(0x173)]=![];continue;case'1':this[_0xc515da(0x18b)]=_0x1917e5[_0xc515da(0x11c)](isTestObservabilitySession);continue;case'2':this['hook_data']=[];continue;case'3':this[_0xc515da(0x169)]=new PathHelper({'cwd':process['cwd']()},this[_0xc515da(0x19c)][_0xc515da(0x171)]);continue;case'4':this['_testResults']=[];continue;case'5':this[_0xc515da(0x161)]=null;continue;case'6':this[_0xc515da(0x19c)]=this[_0xc515da(0x14f)]();continue;}break;}}[a22_0x1d47b5(0x14f)]=()=>{const _0x39530c=a22_0x1d47b5,_0x5d55c9={'eEYMf':_0x39530c(0x157),'ACgtU':function(_0x2e9b90){return _0x2e9b90();}};return{'ci':_0x5d55c9['eEYMf'],'key':_0x5d55c9[_0x39530c(0x19a)](uuidv4),'version':version,'collector':_0x39530c(0x11a)+name};};[a22_0x1d47b5(0x13b)](){const _0x13562d=a22_0x1d47b5;process[_0x13562d(0x127)](_0x13562d(0x1b7)+process['pid']),process['on'](_0x13562d(0x1b7)+process['pid'],this[_0x13562d(0x116)][_0x13562d(0x1d0)](this)),process[_0x13562d(0x127)](_0x13562d(0x1cb)+process['pid']),process['on'](_0x13562d(0x1cb)+process['pid'],this[_0x13562d(0x168)][_0x13562d(0x1d0)](this));}['testStarted']=async _0x3379c0=>{const _0x22ea71=a22_0x1d47b5,_0x4dd22a={'jLnix':function(_0x1cbd32,_0x25003c){return _0x1cbd32>_0x25003c;},'YdMZk':function(_0x44b509,_0x240145){return _0x44b509===_0x240145;},'iTroD':_0x22ea71(0x118),'rRoHA':function(_0x9ae99b,_0x44dbb8){return _0x9ae99b(_0x44dbb8);}};try{const _0xb0eb20=this[_0x22ea71(0x191)];this['current_test']=_0x3379c0,_0x3379c0[_0x22ea71(0x193)]=null,_0x3379c0['testAnalyticsId']=TestDetails['setTestUUID'](process['pid']+_0x22ea71(0x149)),_0x3379c0[_0x22ea71(0x138)]=new Date()['toISOString'](),_0x4dd22a[_0x22ea71(0x1b2)](_0x3379c0['_currentRetry'],0x0)&&_0xb0eb20&&_0x4dd22a[_0x22ea71(0x139)](_0xb0eb20['title'],_0x3379c0[_0x22ea71(0x10f)])?(_0x3379c0['retryOf']=_0xb0eb20['testAnalyticsId'],await this[_0x22ea71(0x178)](_0x3379c0,undefined,![],_0x4dd22a[_0x22ea71(0x145)]),_0xb0eb20['state']=STATE_FAILED,await this['sendTestRunEvent'](_0xb0eb20,undefined,!![])):await this[_0x22ea71(0x178)](_0x3379c0,undefined,![],_0x4dd22a[_0x22ea71(0x145)]);}catch(_0x2ce20e){_0x4dd22a['rRoHA'](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x2ce20e);}};['getName'](_0x5b2c80){const _0x580ce0=a22_0x1d47b5,_0x4bbaa5={};_0x4bbaa5[_0x580ce0(0x1a8)]=function(_0x11eee1,_0xbb1b1f){return _0x11eee1!==_0xbb1b1f;},_0x4bbaa5[_0x580ce0(0x175)]=_0x580ce0(0x17f);const _0x415432=_0x4bbaa5;if(_0x415432[_0x580ce0(0x1a8)](_0x5b2c80[_0x580ce0(0x12d)],_0x415432[_0x580ce0(0x175)]))return'\x22'+_0x5b2c80[_0x580ce0(0x12d)]+_0x580ce0(0x16f)+(_0x5b2c80[_0x580ce0(0x15f)]&&_0x5b2c80[_0x580ce0(0x15f)][_0x580ce0(0x110)])+'\x22';return _0x5b2c80['name'];}[a22_0x1d47b5(0x178)]=async(_0x21dfee,_0x295c5c=undefined,_0x24faf2=![],_0x5b5a40=a22_0x1d47b5(0x1c1))=>{const _0xbfe0d6=a22_0x1d47b5,_0x57e07d={'VXDDh':_0xbfe0d6(0x12f),'ltdYW':'hook_run','vEZti':_0xbfe0d6(0x1b8),'FzElX':_0xbfe0d6(0x13d),'XXDEz':'result','QbduA':'failure_reason','PxHzE':'failure','BdiFs':function(_0x5a1dca,_0x4804b4){return _0x5a1dca(_0x4804b4);},'nwleA':_0xbfe0d6(0x17b),'PKMsj':function(_0x1c2d42,_0x3ff31e){return _0x1c2d42(_0x3ff31e);},'BJpJD':_0xbfe0d6(0x1a6),'LLtJr':function(_0x1dc940,_0x9e4789){return _0x1dc940!==_0x9e4789;},'dgdZQ':'test','cwjih':function(_0x55e939,_0x75c64c){return _0x55e939!==_0x75c64c;},'rkgQg':'err','CbsPH':function(_0x2e59bb,_0xd14bb7){return _0x2e59bb!==_0xd14bb7;},'ZXdyE':_0xbfe0d6(0x15d),'INkRr':_0xbfe0d6(0x196),'CxHaK':function(_0x848f3d,_0x1f8ebb){return _0x848f3d===_0x1f8ebb;},'rImJn':_0xbfe0d6(0x132),'ixLof':'skipped','QrRCc':function(_0x1fdff6,_0xd62003){return _0x1fdff6>_0xd62003;},'CsOPt':'failed','zOAgP':_0xbfe0d6(0x1c0),'bJTgm':function(_0x319d87,_0x32bbd2){return _0x319d87-_0x32bbd2;},'gqQPK':function(_0xa10c2b,_0x338c3c){return _0xa10c2b(_0x338c3c);},'NcRrw':function(_0x5de848,_0x2c115b,_0x2e3702,_0x84573f,_0x4bcdab){return _0x5de848(_0x2c115b,_0x2e3702,_0x84573f,_0x4bcdab);},'UHhzp':_0xbfe0d6(0x138),'Ldwts':'finished_at','dqvNz':_0xbfe0d6(0x198),'qVVjU':_0xbfe0d6(0x1c5),'bsiLw':_0xbfe0d6(0x1bb),'yiqpT':'failure_reason_expanded','CvDRS':_0xbfe0d6(0x136),'HSCtk':_0xbfe0d6(0x1c1),'KGCuk':function(_0x2f3df2,_0x4102e5){return _0x2f3df2===_0x4102e5;},'hmFxx':_0xbfe0d6(0x1bf),'LTJec':function(_0x3e628e,_0x3f3c62){return _0x3e628e>_0x3f3c62;},'dBZuA':function(_0x9982ce,_0x52811f){return _0x9982ce===_0x52811f;},'XzFIx':function(_0x12a5f1,_0xeaccad){return _0x12a5f1===_0xeaccad;},'tnZrb':_0xbfe0d6(0x117),'asJtV':function(_0x29f492,_0x212189,_0x2d02de){return _0x29f492(_0x212189,_0x2d02de);}};try{if(_0x21dfee['fn']&&_0x21dfee['fn'][_0xbfe0d6(0x188)]()[_0xbfe0d6(0x19b)](/browserstack internal helper hook/))return;await this[_0xbfe0d6(0x1c9)]();let _0x3b8104;try{_0x3b8104=this[_0xbfe0d6(0x1a7)](_0x21dfee);}catch(_0x2650cc){_0x57e07d[_0xbfe0d6(0x1d3)](debug,_0xbfe0d6(0x10b)+_0x2650cc),_0x3b8104=null;}if(_0x3b8104['includes'](_0x57e07d['nwleA']))return;const _0x7162ac=_0x57e07d['PKMsj'](require,_0x57e07d[_0xbfe0d6(0x13a)]);let _0x4e9c97=[];if(_0x57e07d[_0xbfe0d6(0x121)](_0x21dfee[_0xbfe0d6(0x148)],undefined))_0x4e9c97=[_0x21dfee[_0xbfe0d6(0x148)],_0x57e07d[_0xbfe0d6(0x1b6)]];else _0x57e07d[_0xbfe0d6(0x150)](_0x295c5c,undefined)?_0x4e9c97=[_0x295c5c,_0x57e07d['rkgQg']]:_0x4e9c97=[];const _0x3763b1=_0x57e07d[_0xbfe0d6(0x150)](_0x21dfee[_0xbfe0d6(0x148)],undefined)?_0x7162ac[_0xbfe0d6(0x180)](_0x21dfee['errorsDetailed'][0x0]):_0x57e07d['CbsPH'](_0x295c5c,undefined)?_0x295c5c[_0xbfe0d6(0x188)]():undefined,_0x26b7bd=_0x3b8104?this[_0xbfe0d6(0x169)][_0xbfe0d6(0x112)](this['getRootParentFile'](_0x21dfee)):_0x57e07d[_0xbfe0d6(0x152)],_0x46b6ac={'framework':FRAMEWORKS['JEST'],'uuid':_0x21dfee[_0xbfe0d6(0x17a)]||_0x21dfee[_0xbfe0d6(0x166)],'name':this['getName'](_0x21dfee),'body':{'lang':_0x57e07d[_0xbfe0d6(0x1af)],'code':_0x21dfee['fn'][_0xbfe0d6(0x188)]()},'scopes':this['getHierarchy'](_0x21dfee),'file_name':_0x26b7bd,'vc_filepath':this[_0xbfe0d6(0x161)]&&_0x3b8104?path[_0xbfe0d6(0x1a1)](this[_0xbfe0d6(0x161)],_0x3b8104):null,'location':_0x26b7bd,'result':_0x57e07d[_0xbfe0d6(0x185)](_0x5b5a40,_0x57e07d[_0xbfe0d6(0x159)])?_0x57e07d['ixLof']:this[_0xbfe0d6(0x1a5)](_0x21dfee[_0xbfe0d6(0x148)]&&_0x57e07d['QrRCc'](_0x21dfee[_0xbfe0d6(0x148)]['length'],0x0)?_0x57e07d['CsOPt']:_0x57e07d[_0xbfe0d6(0x16b)]),'failure_reason':_0x3763b1,'duration_in_ms':_0x21dfee[_0xbfe0d6(0x14d)]||(_0x5b5a40[_0xbfe0d6(0x19b)](/Finished/)||_0x5b5a40[_0xbfe0d6(0x19b)](/Skipped/)?_0x57e07d['bJTgm'](Date[_0xbfe0d6(0x134)](),new Date(_0x21dfee[_0xbfe0d6(0x138)])[_0xbfe0d6(0x1b0)]()):null),'started_at':_0x21dfee[_0xbfe0d6(0x138)],'finished_at':_0x5b5a40['match'](/Finished/)||_0x5b5a40[_0xbfe0d6(0x19b)](/Skipped/)?new Date()[_0xbfe0d6(0x192)]():null,'failure':failureData[_0xbfe0d6(0x18f)](null,_0x4e9c97),'failure_type':!_0x3763b1?null:_0x57e07d[_0xbfe0d6(0x128)](getFailureType,_0x3763b1),'retry_of':_0x21dfee[_0xbfe0d6(0x193)]};_0x57e07d[_0xbfe0d6(0x1a9)](appendTesthubParams,_0x46b6ac,_0x5b5a40,_0x21dfee,FRAMEWORKS[_0xbfe0d6(0x19d)]);_0x57e07d[_0xbfe0d6(0x185)](_0x5b5a40,_0x57e07d[_0xbfe0d6(0x159)])&&!_0x46b6ac[_0x57e07d['UHhzp']]&&(_0x46b6ac[_0x57e07d[_0xbfe0d6(0x189)]]=_0x46b6ac[_0x57e07d[_0xbfe0d6(0x1b9)]]);if(_0x5b5a40['match'](/HookRun/))[_0x46b6ac[_0xbfe0d6(0x1bf)],_0x46b6ac['name']]=[_0x21dfee[_0xbfe0d6(0x12d)],this[_0xbfe0d6(0x120)](_0x21dfee)],_0x57e07d[_0xbfe0d6(0x185)](_0x5b5a40,_0x57e07d[_0xbfe0d6(0x113)])&&(_0x57e07d['CbsPH'](_0x46b6ac['result'],_0x57e07d[_0xbfe0d6(0x19f)])&&(_0x46b6ac[_0xbfe0d6(0x1c2)]=_0x57e07d[_0xbfe0d6(0x16b)]));else _0x5b5a40['match'](/TestRun/)&&this[_0xbfe0d6(0x1c7)](_0x21dfee);const _0xb1c820=_0x46b6ac[_0x57e07d[_0xbfe0d6(0x16c)]][0x0];_0xb1c820&&(_0x46b6ac[_0x57e07d[_0xbfe0d6(0x124)]]=_0xb1c820[_0x57e07d[_0xbfe0d6(0x13e)]],_0x46b6ac[_0x57e07d['yiqpT']]=_0xb1c820[_0x57e07d[_0xbfe0d6(0x151)]]);[_0x57e07d[_0xbfe0d6(0x164)],_0x57e07d['rImJn']][_0xbfe0d6(0x146)](_0x5b5a40)&&(this[_0xbfe0d6(0x1cc)]['push'](_0x46b6ac),_0x46b6ac[_0xbfe0d6(0x154)]=this[_0xbfe0d6(0x17c)](_0x21dfee),this[_0xbfe0d6(0x137)](_0x21dfee));const _0x34955c={'event_type':_0x57e07d[_0xbfe0d6(0x1bc)](_0x5b5a40,_0x57e07d[_0xbfe0d6(0x159)])?_0x57e07d['HSCtk']:_0x5b5a40};_0x5b5a40['match'](/HookRun/)?(_0x46b6ac[_0x57e07d[_0xbfe0d6(0x111)]]=HOOK_TYPES_MAP[_0x46b6ac[_0x57e07d['hmFxx']]],_0x34955c[_0x57e07d[_0xbfe0d6(0x187)]]=_0x46b6ac):_0x34955c[_0x57e07d['FzElX']]=_0x46b6ac;_0x57e07d[_0xbfe0d6(0x147)](this['hook_data'][_0xbfe0d6(0x1d1)],0x0)&&[_0x57e07d[_0xbfe0d6(0x164)],_0x57e07d[_0xbfe0d6(0x159)]]['includes'](_0x5b5a40)&&(this[_0xbfe0d6(0x1ae)][_0xbfe0d6(0x14e)](async _0x3072dd=>{const _0x3b79cc=_0xbfe0d6,_0x54289c=_0x57e07d[_0x3b79cc(0x186)][_0x3b79cc(0x11b)]('|');let _0x2beeaa=0x0;while(!![]){switch(_0x54289c[_0x2beeaa++]){case'0':_0x3072dd[_0x57e07d[_0x3b79cc(0x187)]][_0x57e07d['vEZti']]=_0x34955c[_0x57e07d['FzElX']][_0x57e07d['vEZti']];continue;case'1':await SessionHandler['uploadEventData'](_0x3072dd);continue;case'2':_0x3072dd[_0x57e07d['ltdYW']][_0x57e07d[_0x3b79cc(0x1ca)]]=_0x34955c[_0x57e07d['FzElX']][_0x57e07d[_0x3b79cc(0x1ca)]];continue;case'3':_0x3072dd[_0x57e07d['ltdYW']][_0x57e07d[_0x3b79cc(0x10c)]]=_0x34955c[_0x57e07d[_0x3b79cc(0x10e)]][_0x57e07d[_0x3b79cc(0x10c)]];continue;case'4':_0x3072dd[_0x57e07d[_0x3b79cc(0x187)]][_0x57e07d[_0x3b79cc(0x16c)]]=_0x34955c[_0x57e07d['FzElX']][_0x57e07d[_0x3b79cc(0x16c)]];continue;}break;}}),this[_0xbfe0d6(0x1ae)]=[]);if(_0x57e07d['dBZuA'](this[_0xbfe0d6(0x140)],_0x21dfee[_0xbfe0d6(0x12d)])){this[_0xbfe0d6(0x1ae)]['push'](_0x34955c);return;}_0x57e07d[_0xbfe0d6(0x1a2)](this[_0xbfe0d6(0x140)],_0x57e07d[_0xbfe0d6(0x1ab)])&&_0x34955c[_0x57e07d[_0xbfe0d6(0x10e)]]&&(_0x34955c[_0x57e07d[_0xbfe0d6(0x10e)]][_0x57e07d[_0xbfe0d6(0x1ca)]]=_0x57e07d[_0xbfe0d6(0x194)],_0x34955c[_0x57e07d[_0xbfe0d6(0x10e)]][_0x57e07d[_0xbfe0d6(0x16c)]]=null,_0x34955c[_0x57e07d[_0xbfe0d6(0x10e)]][_0x57e07d[_0xbfe0d6(0x163)]]=null),_0x57e07d[_0xbfe0d6(0x197)](setCurrentTestData,FRAMEWORKS['JEST'],_0x34955c),await SessionHandler[_0xbfe0d6(0x1b3)](_0x34955c);}catch(_0x3f9133){_0x57e07d[_0xbfe0d6(0x128)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20'+_0x5b5a40+_0xbfe0d6(0x130)+_0x3f9133);}};['findGitConfig'](_0xd489f5){const _0x30b53a=a22_0x1d47b5,_0x247e00={};_0x247e00['RTDEt']=function(_0x3ff750,_0x4eef03){return _0x3ff750==_0x4eef03;},_0x247e00['VcdiQ']=function(_0x33b18a,_0x3f3072){return _0x33b18a===_0x3f3072;},_0x247e00[_0x30b53a(0x18d)]=function(_0x545ea5,_0x348a7a){return _0x545ea5===_0x348a7a;},_0x247e00[_0x30b53a(0x115)]=function(_0x163a88,_0x2c44e7){return _0x163a88===_0x2c44e7;},_0x247e00[_0x30b53a(0x190)]=_0x30b53a(0x126),_0x247e00['QKAom']=_0x30b53a(0x11d);const _0x5ce38e=_0x247e00,_0x3f1157=path[_0x30b53a(0x122)];if(_0x5ce38e[_0x30b53a(0x15c)](_0xd489f5,null)||_0x5ce38e[_0x30b53a(0x16d)](_0xd489f5,'')||_0x5ce38e[_0x30b53a(0x18d)](_0xd489f5,_0x3f1157)||_0x5ce38e[_0x30b53a(0x115)](_0xd489f5,path[_0x30b53a(0x181)](_0xd489f5)))return null;try{return fs['statSync'](path[_0x30b53a(0x1b1)](_0xd489f5,_0x5ce38e['JwxUj'],_0x5ce38e[_0x30b53a(0x156)])),_0xd489f5;}catch(_0x193173){const _0x255238=path[_0x30b53a(0x181)](_0xd489f5);return this[_0x30b53a(0x170)](_0x255238);}}[a22_0x1d47b5(0x116)]=async _0x51858a=>{const _0x2dd420=a22_0x1d47b5,_0x57d022={'ULoEc':_0x2dd420(0x17d),'NZibz':function(_0x1958ec,_0x47a02){return _0x1958ec(_0x47a02);}},_0x320d77=TestDetails[_0x2dd420(0x19e)](process[_0x2dd420(0x1be)]+_0x2dd420(0x153)),_0x2d5578=TestDetails[_0x2dd420(0x19e)](process['pid']+_0x2dd420(0x149));try{(_0x320d77||this['current_hook']&&!this[_0x2dd420(0x1c6)]['markedStatus'])&&(_0x51858a['hook_run_uuid']=_0x320d77);!_0x51858a[_0x2dd420(0x18e)]&&_0x2d5578&&(_0x51858a[_0x2dd420(0x12b)]=_0x2d5578);if(_0x51858a[_0x2dd420(0x18e)]||_0x51858a[_0x2dd420(0x12b)]){const _0x5087a7={};_0x5087a7[_0x2dd420(0x14c)]=_0x57d022[_0x2dd420(0x1a0)],_0x5087a7[_0x2dd420(0x18a)]=[_0x51858a],await SessionHandler[_0x2dd420(0x1b3)](_0x5087a7);}}catch(_0x3149c1){_0x57d022['NZibz'](debug,'Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x3149c1);}};[a22_0x1d47b5(0x168)]=async _0x38083e=>{const _0x533cb4=a22_0x1d47b5,_0x13876d={'ZJwqt':_0x533cb4(0x199),'xjwdH':_0x533cb4(0x14a),'PoaHf':function(_0x57c49c,_0x1bc8dc){return _0x57c49c(_0x1bc8dc);}};try{const _0xcac82d={'uuid':_0x38083e['uuid']||TestDetails['getTestUUID'](process[_0x533cb4(0x1be)]+_0x533cb4(0x149)),'integrations':_0x38083e[_0x13876d[_0x533cb4(0x1cf)]]},_0x15fb97={};_0x15fb97[_0x533cb4(0x14c)]=_0x13876d[_0x533cb4(0x1cd)],_0x15fb97['test_run']=_0xcac82d,await SessionHandler[_0x533cb4(0x1b3)](_0x15fb97);}catch(_0x4c8130){_0x13876d[_0x533cb4(0x12a)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x4c8130);}};async[a22_0x1d47b5(0x1c9)](){const _0x31514b=a22_0x1d47b5,_0xfc8782={'uHoam':function(_0x492536){return _0x492536();}};if(this['_gitConfigured'])return this['_gitConfigPath'];const _0x45d014=await _0xfc8782[_0x31514b(0x16a)](getGitMetaData);_0x45d014&&(this[_0x31514b(0x161)]=_0x45d014[_0x31514b(0x1aa)]),this[_0x31514b(0x173)]=!![];}[a22_0x1d47b5(0x1a5)](_0x3461e4){const _0x267691=a22_0x1d47b5,_0x4822c7={};_0x4822c7[_0x267691(0x114)]=_0x267691(0x1c0),_0x4822c7['luyiQ']=_0x267691(0x155),_0x4822c7['NDgNM']='failed';const _0x3078aa=_0x4822c7,_0x46b974={};return _0x46b974[STATE_PASSED]=_0x3078aa['gjiUK'],_0x46b974[STATE_PENDING]=_0x3078aa[_0x267691(0x1ce)],_0x46b974[STATE_FAILED]=_0x3078aa['NDgNM'],_0x46b974[_0x3461e4];}[a22_0x1d47b5(0x12c)](_0xfba91f){const _0x33a405=a22_0x1d47b5,_0x3f662e={};_0x3f662e['XtgMh']=function(_0x29a7af,_0x1f942d){return _0x29a7af!==_0x1f942d;},_0x3f662e[_0x33a405(0x10d)]=function(_0x467a48,_0x35098c){return _0x467a48!==_0x35098c;},_0x3f662e['mHQmJ']=_0x33a405(0x1bd);const _0x329ed8=_0x3f662e,_0x2ea5ec=[];if(_0xfba91f&&_0xfba91f['parent']){let _0x283021=_0xfba91f[_0x33a405(0x15f)];while(_0x283021&&_0x329ed8[_0x33a405(0x1ac)](_0x283021['name'],'')&&_0x329ed8[_0x33a405(0x10d)](_0x283021[_0x33a405(0x110)],_0x329ed8[_0x33a405(0x11f)])){_0x2ea5ec[_0x33a405(0x1c4)](_0x283021[_0x33a405(0x110)]),_0x283021=_0x283021[_0x33a405(0x15f)];}}return _0x2ea5ec[_0x33a405(0x1d2)](),_0x2ea5ec;}[a22_0x1d47b5(0x1a7)]=_0x1d8b52=>{const _0x254201=a22_0x1d47b5;if(_0x1d8b52[_0x254201(0x182)]){const _0x8a18de=stackTrace[_0x254201(0x162)]['call'](stackTrace,_0x1d8b52[_0x254201(0x182)]);return _0x8a18de[0x0][_0x254201(0x160)]();}if(_0x1d8b52['file'])return _0x1d8b52[_0x254201(0x176)];return null;};[a22_0x1d47b5(0x1c7)]=_0x2386c8=>{const _0x30a52d=a22_0x1d47b5;if(!_0x2386c8||!_0x2386c8['parent'])return;_0x2386c8[_0x30a52d(0x15f)][_0x30a52d(0x154)][_0x30a52d(0x14e)](_0x2cc46e=>{const _0x57138c=_0x30a52d;!_0x2cc46e['hookAnalyticsId']&&(_0x2cc46e['hookAnalyticsId']=TestDetails[_0x57138c(0x1b5)](process[_0x57138c(0x1be)]+_0x57138c(0x153)));}),this[_0x30a52d(0x1c7)](_0x2386c8[_0x30a52d(0x15f)]);};[a22_0x1d47b5(0x137)]=_0x9e40ac=>{const _0x190506=a22_0x1d47b5,_0x3ef43b={};_0x3ef43b[_0x190506(0x141)]=_0x190506(0x167),_0x3ef43b['nhZHG']='afterEach';const _0x4399ea=_0x3ef43b;if(!_0x9e40ac||!_0x9e40ac['parent'])return;_0x9e40ac[_0x190506(0x15f)][_0x190506(0x154)][_0x190506(0x14e)](_0x1cc5bf=>{const _0x5e1048=_0x190506;[_0x4399ea[_0x5e1048(0x141)],_0x4399ea[_0x5e1048(0x15b)]]['includes'](_0x1cc5bf[_0x5e1048(0x12d)])&&_0x1cc5bf[_0x5e1048(0x166)]&&(_0x1cc5bf[_0x5e1048(0x166)]=null);}),this['mapTestHooks'](_0x9e40ac[_0x190506(0x15f)]);};[a22_0x1d47b5(0x18c)](_0x2814e7){const _0x28b4b2=a22_0x1d47b5,_0x1e40dd={'WACTu':_0x28b4b2(0x17b),'ubvDN':function(_0x18db5f,_0x255379){return _0x18db5f(_0x255379);},'pOFeb':function(_0xd1b2,_0x7b51e5){return _0xd1b2+_0x7b51e5;},'gWALL':_0x28b4b2(0x17e)};try{const _0x54bec8=this[_0x28b4b2(0x1a7)](_0x2814e7);return _0x54bec8[_0x28b4b2(0x146)](_0x1e40dd[_0x28b4b2(0x177)]);}catch(_0x53d6c6){_0x1e40dd[_0x28b4b2(0x1a3)](debug,_0x1e40dd[_0x28b4b2(0x13c)](_0x1e40dd['gWALL'],_0x53d6c6));}return![];}[a22_0x1d47b5(0x17c)]=_0x1e01cd=>{const _0x5a6078=a22_0x1d47b5,_0x1ba790={'vYWCf':function(_0x5aa556,_0x4e28e7){return _0x5aa556(_0x4e28e7);}};if(!_0x1e01cd||!_0x1e01cd[_0x5a6078(0x15f)])return[];const _0x45febe=[];return _0x1e01cd[_0x5a6078(0x15f)]['hooks'][_0x5a6078(0x14e)](_0x276d4d=>{const _0x194e06=_0x5a6078;_0x276d4d[_0x194e06(0x166)]&&!_0x1ba790[_0x194e06(0x172)](isInternalHook,_0x276d4d['fn'])&&!this[_0x194e06(0x18c)](_0x276d4d)&&_0x45febe[_0x194e06(0x1c4)](_0x276d4d[_0x194e06(0x166)]);}),[..._0x45febe,...this['getHooksForTest'](_0x1e01cd[_0x5a6078(0x15f)])];};},['getTestEnv','registerListeners',a22_0x1d47b5(0x1a4),a22_0x1d47b5(0x120),a22_0x1d47b5(0x178),a22_0x1d47b5(0x170),'appendTestItemLog',a22_0x1d47b5(0x168),'analyticsResult',a22_0x1d47b5(0x12c),a22_0x1d47b5(0x1a7),a22_0x1d47b5(0x1c7),a22_0x1d47b5(0x137),a22_0x1d47b5(0x17c),a22_0x1d47b5(0x1c9)],a22_0x1d47b5(0x133));
1
+ const a22_0x5bfa54=a22_0x8e67;(function(_0x3b44ce,_0x39ba07){const _0x551772=a22_0x8e67,_0x2b64c8=_0x3b44ce();while(!![]){try{const _0x359c1b=parseInt(_0x551772(0xcd))/0x1+-parseInt(_0x551772(0xb6))/0x2+-parseInt(_0x551772(0x143))/0x3+-parseInt(_0x551772(0xfb))/0x4*(parseInt(_0x551772(0x13d))/0x5)+parseInt(_0x551772(0x8d))/0x6*(-parseInt(_0x551772(0xcb))/0x7)+-parseInt(_0x551772(0xf4))/0x8+parseInt(_0x551772(0xe9))/0x9*(parseInt(_0x551772(0x82))/0xa);if(_0x359c1b===_0x39ba07)break;else _0x2b64c8['push'](_0x2b64c8['shift']());}catch(_0x15940a){_0x2b64c8['push'](_0x2b64c8['shift']());}}}(a22_0x2868,0x84ea2));function a22_0x8e67(_0x428bd8,_0x31030b){const _0x2868a4=a22_0x2868();return a22_0x8e67=function(_0x8e67dd,_0x5795ca){_0x8e67dd=_0x8e67dd-0x81;let _0x46cae2=_0x2868a4[_0x8e67dd];return _0x46cae2;},a22_0x8e67(_0x428bd8,_0x31030b);}const {isTestObservabilitySession,PathHelper,debug,failureData,getFailureType,isInternalHook}=require(a22_0x5bfa54(0x112)),SessionHandler=require(a22_0x5bfa54(0xb9)),{v4:uuidv4}=require(a22_0x5bfa54(0x13f)),{name,version}=require(a22_0x5bfa54(0xde)),stackTrace=require(a22_0x5bfa54(0xe3)),path=require('path'),fs=require('fs'),TestDetails=require(a22_0x5bfa54(0x99)),{FRAMEWORKS}=require(a22_0x5bfa54(0x134)),{o11yClassErrorHandler}=require('../../../helpers/test-observability/error-handler'),{getGitMetaData}=require('../../../helpers/helper'),{appendTesthubParams,setCurrentTestData}=require(a22_0x5bfa54(0x129)),a22_0x22ee5b={};a22_0x22ee5b[a22_0x5bfa54(0xc9)]=a22_0x5bfa54(0xce),a22_0x22ee5b[a22_0x5bfa54(0xca)]=a22_0x5bfa54(0xaf),a22_0x22ee5b[a22_0x5bfa54(0xa3)]=a22_0x5bfa54(0x10b);function a22_0x2868(){const _0x43f475=['test','_testResults','jkKGb','DDdow','Olnka','generic','hook_type','Wfsmn','appendTestPlatform','ggqQO','ElYUt','STATE_PASSED','STATE_FAILED','5068147AHvqje','js-','806673ECDnOG','passed','hook_run','beforeAll','root','nrVKn','TestRunStarted','errorsDetailed','VureN','ZSSVr','YMCgM','title','snJLs','failure_reason_expanded','HookRunFinished','type','findGitConfig','../../../../package.json','AmQfH','DAvts','parent','OPwdR','stack-trace','current_test','Uvhht','PasiD','resetTestHooks','getTestUUID','8118mOCYSc','backtrace','now','bs:addLog:','markedStatus','failure_type','state','sendTestRunEvent','Snthc','5|1|6|0|3|2|4','_paths','295480OMxtms','test_run','IhDkt',':hookAnalyticsId','logs','getTime','iZICZ','4UWmOlc','tmDif','getHierarchy','yEOtp','FEnfn','UFpji','fZqli','registerListeners','BEFORE_EACH','_gitConfigured','2|0|4|3|1','_gitConfigPath','removeAllListeners','iCbdw','testStarted','getFileName','pending','rFMDl','skipped','JfFrc','JAbZm','QNfzK','join','../../../helpers/test-observability/utils','getHooksForTest','ibVaM','hookAnalyticsId','result','TwZBq','failure_reason','wKWNX','forEach','getName','statSync','uGiAJ','NDHCB','hook_run_uuid','event_type','file','testAnalyticsId','kQMeb','hooks','mapTestHooks','AFTER_EACH','isJestInternalHook','toString','../../../helpers/testhub/utils','getTestEnv','test_run_uuid',':testAnalyticsId','nvJaI','ROOT_DESCRIBE_BLOCK','IebHD','erjto','pid','config','failure_backtrace','../../utils/constants','RZuEt','location_prefix','includes','YVcRb','jest-circus','rTKtt','push','mtgbJ','4162440DuowVV','asyncError','uuid','started_at','match','configureGit','841380vSRXbY','XuOwk','\x22\x20hook\x20for\x20\x22','gjeIC','testObservability','CBTSessionCreated','21910FMBZXF','Exception\x20in\x20uploading\x20log\x20data\x20to\x20Observability\x20with\x20error\x20:\x20','retryOf','zQTjg','reverse','apply','split','rgdYq','_testEnv','uploadEventData','GQwpJ','6uifvBk','sep','length','rEsjD','pncTF','iumbp','CJrBL','beforeEach','parse','TestRunSkipped','BEFORE_ALL','XWGCg','./test-details','hook_failure','RNnec','afterAll','bs:addPlatformDetails:','oGbBo','analyticsResult','bfDHT','relative','getRootParentFile','STATE_PENDING','setTestUUID','name','Fsjlm','util','ivKOk','\x20with\x20error\x20:\x20','ObservabilityReporter','wmzrM','err','cwd','BqaZy','failed','appendTestItemLog','Exception\x20in\x20getting\x20file\x20for\x20hook\x20','Exception\x20in\x20populating\x20test\x20data\x20for\x20event\x20','current_hook','finished_at','JEST','729266ZRLVdq','jLGqh','failed\x20to\x20get\x20root\x20parent\x20file\x20','../../../helpers/test-observability/sessionHandler','TestRunFinished','dirname','call','vbznq'];a22_0x2868=function(){return _0x43f475;};return a22_0x2868();}const {STATE_PASSED,STATE_PENDING,STATE_FAILED}=a22_0x22ee5b,a22_0x3c67da={};a22_0x3c67da[a22_0x5bfa54(0xd0)]=a22_0x5bfa54(0x97),a22_0x3c67da[a22_0x5bfa54(0x9c)]='AFTER_ALL',a22_0x3c67da[a22_0x5bfa54(0x94)]=a22_0x5bfa54(0x103),a22_0x3c67da['afterEach']=a22_0x5bfa54(0x126);const HOOK_TYPES_MAP=a22_0x3c67da;module['exports']=o11yClassErrorHandler(class ObservabilityReporter{constructor(){const _0x5406aa=a22_0x5bfa54,_0x456d6d={'IGPFB':_0x5406aa(0xf2),'Olnka':function(_0x4845d4){return _0x4845d4();}},_0x42a176=_0x456d6d['IGPFB'][_0x5406aa(0x88)]('|');let _0xaab0a3=0x0;while(!![]){switch(_0x42a176[_0xaab0a3++]){case'0':this[_0x5406aa(0xf3)]=new PathHelper({'cwd':process[_0x5406aa(0xad)]()},this[_0x5406aa(0x8a)][_0x5406aa(0x136)]);continue;case'1':this[_0x5406aa(0xbf)]=[];continue;case'2':this[_0x5406aa(0x104)]=![];continue;case'3':this['hook_data']=[];continue;case'4':this[_0x5406aa(0x106)]=null;continue;case'5':this[_0x5406aa(0x147)]=_0x456d6d[_0x5406aa(0xc2)](isTestObservabilitySession);continue;case'6':this[_0x5406aa(0x8a)]=this['getTestEnv']();continue;}break;}}['getTestEnv']=()=>{const _0x131247=a22_0x5bfa54,_0x516d29={'hjPho':_0x131247(0xc3),'gjeIC':function(_0x4a2a20){return _0x4a2a20();}};return{'ci':_0x516d29['hjPho'],'key':_0x516d29[_0x131247(0x146)](uuidv4),'version':version,'collector':_0x131247(0xcc)+name};};[a22_0x5bfa54(0x102)](){const _0x181460=a22_0x5bfa54;process[_0x181460(0x107)](_0x181460(0xec)+process['pid']),process['on'](_0x181460(0xec)+process[_0x181460(0x131)],this[_0x181460(0xb0)]['bind'](this)),process['removeAllListeners'](_0x181460(0x9d)+process[_0x181460(0x131)]),process['on']('bs:addPlatformDetails:'+process[_0x181460(0x131)],this[_0x181460(0xc6)]['bind'](this));}['testStarted']=async _0x3be89f=>{const _0x4799d8=a22_0x5bfa54,_0x4e61b0={'Wfsmn':function(_0x2ae817,_0x474f1a){return _0x2ae817>_0x474f1a;},'ivKOk':function(_0x1e7c0a,_0x11b45d){return _0x1e7c0a===_0x11b45d;},'AmQfH':_0x4799d8(0xd3),'FEnfn':function(_0x4ff224,_0x15740c){return _0x4ff224(_0x15740c);}};try{const _0x4af515=this[_0x4799d8(0xe4)];this[_0x4799d8(0xe4)]=_0x3be89f,_0x3be89f['retryOf']=null,_0x3be89f[_0x4799d8(0x122)]=TestDetails[_0x4799d8(0xa4)](process[_0x4799d8(0x131)]+_0x4799d8(0x12c)),_0x3be89f[_0x4799d8(0x140)]=new Date()['toISOString'](),_0x4e61b0[_0x4799d8(0xc5)](_0x3be89f['_currentRetry'],0x0)&&_0x4af515&&_0x4e61b0[_0x4799d8(0xa8)](_0x4af515[_0x4799d8(0xd8)],_0x3be89f['title'])?(_0x3be89f[_0x4799d8(0x84)]=_0x4af515[_0x4799d8(0x122)],await this[_0x4799d8(0xf0)](_0x3be89f,undefined,![],_0x4e61b0['AmQfH']),_0x4af515[_0x4799d8(0xef)]=STATE_FAILED,await this[_0x4799d8(0xf0)](_0x4af515,undefined,!![])):await this[_0x4799d8(0xf0)](_0x3be89f,undefined,![],_0x4e61b0[_0x4799d8(0xdf)]);}catch(_0x561a60){_0x4e61b0[_0x4799d8(0xff)](debug,'Exception\x20in\x20populating\x20test\x20data\x20for\x20test\x20start\x20with\x20error\x20:\x20'+_0x561a60);}};['getName'](_0x1f1d77){const _0x9020c0=a22_0x5bfa54,_0x497b5a={};_0x497b5a[_0x9020c0(0xe6)]=function(_0x5781a6,_0x5367c6){return _0x5781a6!==_0x5367c6;},_0x497b5a[_0x9020c0(0xd9)]='test';const _0x4555e4=_0x497b5a;if(_0x4555e4[_0x9020c0(0xe6)](_0x1f1d77[_0x9020c0(0xdc)],_0x4555e4['snJLs']))return'\x22'+_0x1f1d77[_0x9020c0(0xdc)]+_0x9020c0(0x145)+(_0x1f1d77['parent']&&_0x1f1d77[_0x9020c0(0xe1)]['name'])+'\x22';return _0x1f1d77[_0x9020c0(0xa5)];}[a22_0x5bfa54(0xf0)]=async(_0x5097dc,_0x413703=undefined,_0x47b20b=![],_0x1a314e=a22_0x5bfa54(0xba))=>{const _0x414290=a22_0x5bfa54,_0x49fb9f={'jLGqh':_0x414290(0x105),'YMCgM':_0x414290(0xcf),'BqaZy':_0x414290(0xee),'iCbdw':_0x414290(0xf5),'wKWNX':'failure','IhDkt':_0x414290(0x118),'kQMeb':_0x414290(0x116),'XuOwk':function(_0x3bbc80,_0x123c3c){return _0x3bbc80(_0x123c3c);},'QBqGZ':_0x414290(0x139),'TwZBq':_0x414290(0xa7),'fZqli':function(_0x1afba4,_0xfcbb9d){return _0x1afba4!==_0xfcbb9d;},'VmEpB':_0x414290(0xbe),'IebHD':function(_0x1e7c7d,_0x3d3cb7){return _0x1e7c7d!==_0x3d3cb7;},'DDdow':_0x414290(0xac),'AEZsK':'File\x20path\x20could\x20not\x20be\x20found','QNfzK':'javascript','jkKGb':function(_0x2501c2,_0x2d697a){return _0x2501c2===_0x2d697a;},'RNnec':_0x414290(0x96),'oGbBo':_0x414290(0x10d),'vVxye':function(_0x25b6c1,_0x24b53e){return _0x25b6c1>_0x24b53e;},'YVcRb':_0x414290(0xaf),'pncTF':_0x414290(0xce),'ElYUt':function(_0x229d40,_0x327f54){return _0x229d40-_0x327f54;},'NMVTj':function(_0x2e725d,_0x1b0bc4){return _0x2e725d(_0x1b0bc4);},'yEOtp':function(_0x350e05,_0x32e29f,_0x205ab4,_0x4b2ef9,_0x20355b){return _0x350e05(_0x32e29f,_0x205ab4,_0x4b2ef9,_0x20355b);},'rEsjD':_0x414290(0x140),'rFMDl':_0x414290(0xb4),'XWGCg':_0x414290(0xdb),'OPwdR':_0x414290(0x133),'bgYZD':_0x414290(0xea),'ggqQO':_0x414290(0xda),'UFpji':'expanded','rTKtt':_0x414290(0xba),'nrVKn':function(_0x3acb1a,_0x5107a5){return _0x3acb1a===_0x5107a5;},'rgdYq':_0x414290(0xc4),'nvJaI':function(_0x18fd6a,_0x45fc04){return _0x18fd6a>_0x45fc04;},'soGeo':function(_0x152114,_0x42bdb6){return _0x152114===_0x42bdb6;},'oQRzN':_0x414290(0xd0),'iumbp':function(_0x44bc06,_0x5dae59,_0x2e1c5c){return _0x44bc06(_0x5dae59,_0x2e1c5c);}};try{if(_0x5097dc['fn']&&_0x5097dc['fn'][_0x414290(0x128)]()[_0x414290(0x141)](/browserstack internal helper hook/))return;await this[_0x414290(0x142)]();let _0x536259;try{_0x536259=this[_0x414290(0xa2)](_0x5097dc);}catch(_0x5db732){_0x49fb9f[_0x414290(0x144)](debug,_0x414290(0xb8)+_0x5db732),_0x536259=null;}if(_0x536259['includes'](_0x49fb9f['QBqGZ']))return;const _0xf4571b=_0x49fb9f['XuOwk'](require,_0x49fb9f[_0x414290(0x117)]);let _0x12f8a5=[];if(_0x49fb9f['fZqli'](_0x5097dc[_0x414290(0xd4)],undefined))_0x12f8a5=[_0x5097dc[_0x414290(0xd4)],_0x49fb9f['VmEpB']];else _0x49fb9f[_0x414290(0x12f)](_0x413703,undefined)?_0x12f8a5=[_0x413703,_0x49fb9f[_0x414290(0xc1)]]:_0x12f8a5=[];const _0x4b5dc3=_0x49fb9f['IebHD'](_0x5097dc['errorsDetailed'],undefined)?_0xf4571b['inspect'](_0x5097dc['errorsDetailed'][0x0]):_0x49fb9f['fZqli'](_0x413703,undefined)?_0x413703[_0x414290(0x128)]():undefined,_0x2535e3=_0x536259?this[_0x414290(0xf3)]['prefixTestPath'](this[_0x414290(0xa2)](_0x5097dc)):_0x49fb9f['AEZsK'],_0x4f3a65={'framework':FRAMEWORKS[_0x414290(0xb5)],'uuid':_0x5097dc[_0x414290(0x122)]||_0x5097dc[_0x414290(0x115)],'name':this[_0x414290(0x11b)](_0x5097dc),'body':{'lang':_0x49fb9f[_0x414290(0x110)],'code':_0x5097dc['fn'][_0x414290(0x128)]()},'scopes':this[_0x414290(0xfd)](_0x5097dc),'file_name':_0x2535e3,'vc_filepath':this[_0x414290(0x106)]&&_0x536259?path[_0x414290(0xa1)](this[_0x414290(0x106)],_0x536259):null,'location':_0x2535e3,'result':_0x49fb9f[_0x414290(0xc0)](_0x1a314e,_0x49fb9f[_0x414290(0x9b)])?_0x49fb9f[_0x414290(0x9e)]:this['analyticsResult'](_0x5097dc[_0x414290(0xd4)]&&_0x49fb9f['vVxye'](_0x5097dc[_0x414290(0xd4)]['length'],0x0)?_0x49fb9f[_0x414290(0x138)]:_0x49fb9f[_0x414290(0x91)]),'failure_reason':_0x4b5dc3,'duration_in_ms':_0x5097dc['duration']||(_0x1a314e[_0x414290(0x141)](/Finished/)||_0x1a314e[_0x414290(0x141)](/Skipped/)?_0x49fb9f[_0x414290(0xc8)](Date[_0x414290(0xeb)](),new Date(_0x5097dc[_0x414290(0x140)])[_0x414290(0xf9)]()):null),'started_at':_0x5097dc[_0x414290(0x140)],'finished_at':_0x1a314e[_0x414290(0x141)](/Finished/)||_0x1a314e[_0x414290(0x141)](/Skipped/)?new Date()['toISOString']():null,'failure':failureData[_0x414290(0x87)](null,_0x12f8a5),'failure_type':!_0x4b5dc3?null:_0x49fb9f['NMVTj'](getFailureType,_0x4b5dc3),'retry_of':_0x5097dc[_0x414290(0x84)]};_0x49fb9f[_0x414290(0xfe)](appendTesthubParams,_0x4f3a65,_0x1a314e,_0x5097dc,FRAMEWORKS['JEST']);_0x49fb9f[_0x414290(0xc0)](_0x1a314e,_0x49fb9f['RNnec'])&&!_0x4f3a65[_0x49fb9f[_0x414290(0x90)]]&&(_0x4f3a65[_0x49fb9f[_0x414290(0x90)]]=_0x4f3a65[_0x49fb9f[_0x414290(0x10c)]]);if(_0x1a314e[_0x414290(0x141)](/HookRun/))[_0x4f3a65[_0x414290(0xc4)],_0x4f3a65[_0x414290(0xa5)]]=[_0x5097dc[_0x414290(0xdc)],this['getName'](_0x5097dc)],_0x49fb9f[_0x414290(0xc0)](_0x1a314e,_0x49fb9f[_0x414290(0x98)])&&(_0x49fb9f[_0x414290(0x101)](_0x4f3a65[_0x414290(0x116)],_0x49fb9f[_0x414290(0x138)])&&(_0x4f3a65[_0x414290(0x116)]=_0x49fb9f[_0x414290(0x91)]));else _0x1a314e[_0x414290(0x141)](/TestRun/)&&this[_0x414290(0x125)](_0x5097dc);const _0x200e3a=_0x4f3a65[_0x49fb9f[_0x414290(0x119)]][0x0];_0x200e3a&&(_0x4f3a65[_0x49fb9f[_0x414290(0xe2)]]=_0x200e3a[_0x49fb9f['bgYZD']],_0x4f3a65[_0x49fb9f[_0x414290(0xc7)]]=_0x200e3a[_0x49fb9f[_0x414290(0x100)]]);[_0x49fb9f[_0x414290(0x13a)],_0x49fb9f[_0x414290(0x9b)]][_0x414290(0x137)](_0x1a314e)&&(this[_0x414290(0xbf)][_0x414290(0x13b)](_0x4f3a65),_0x4f3a65[_0x414290(0x124)]=this[_0x414290(0x113)](_0x5097dc),this['resetTestHooks'](_0x5097dc));const _0x2de04e={'event_type':_0x49fb9f[_0x414290(0xd2)](_0x1a314e,_0x49fb9f[_0x414290(0x9b)])?_0x49fb9f[_0x414290(0x13a)]:_0x1a314e};_0x1a314e[_0x414290(0x141)](/HookRun/)?(_0x4f3a65[_0x49fb9f[_0x414290(0x89)]]=HOOK_TYPES_MAP[_0x4f3a65[_0x49fb9f[_0x414290(0x89)]]],_0x2de04e[_0x49fb9f[_0x414290(0xd7)]]=_0x4f3a65):_0x2de04e[_0x49fb9f[_0x414290(0x108)]]=_0x4f3a65;_0x49fb9f[_0x414290(0x12d)](this['hook_data'][_0x414290(0x8f)],0x0)&&[_0x49fb9f['rTKtt'],_0x49fb9f[_0x414290(0x9b)]][_0x414290(0x137)](_0x1a314e)&&(this['hook_data']['forEach'](async _0x23c945=>{const _0x1d4028=_0x414290,_0x55adc3=_0x49fb9f[_0x1d4028(0xb7)]['split']('|');let _0x38a600=0x0;while(!![]){switch(_0x55adc3[_0x38a600++]){case'0':_0x23c945[_0x49fb9f[_0x1d4028(0xd7)]][_0x49fb9f[_0x1d4028(0xae)]]=_0x2de04e[_0x49fb9f[_0x1d4028(0x108)]][_0x49fb9f[_0x1d4028(0xae)]];continue;case'1':await SessionHandler[_0x1d4028(0x8b)](_0x23c945);continue;case'2':_0x23c945[_0x49fb9f[_0x1d4028(0xd7)]][_0x49fb9f[_0x1d4028(0x119)]]=_0x2de04e[_0x49fb9f[_0x1d4028(0x108)]][_0x49fb9f[_0x1d4028(0x119)]];continue;case'3':_0x23c945[_0x49fb9f[_0x1d4028(0xd7)]][_0x49fb9f[_0x1d4028(0xf6)]]=_0x2de04e[_0x49fb9f[_0x1d4028(0x108)]][_0x49fb9f[_0x1d4028(0xf6)]];continue;case'4':_0x23c945[_0x49fb9f['YMCgM']][_0x49fb9f[_0x1d4028(0x123)]]=_0x2de04e[_0x49fb9f[_0x1d4028(0x108)]][_0x49fb9f[_0x1d4028(0x123)]];continue;}break;}}),this['hook_data']=[]);if(_0x49fb9f['soGeo'](this[_0x414290(0x9a)],_0x5097dc[_0x414290(0xdc)])){this['hook_data'][_0x414290(0x13b)](_0x2de04e);return;}_0x49fb9f[_0x414290(0xd2)](this[_0x414290(0x9a)],_0x49fb9f['oQRzN'])&&_0x2de04e[_0x49fb9f[_0x414290(0x108)]]&&(_0x2de04e[_0x49fb9f[_0x414290(0x108)]][_0x49fb9f['kQMeb']]=_0x49fb9f[_0x414290(0x9e)],_0x2de04e[_0x49fb9f[_0x414290(0x108)]][_0x49fb9f[_0x414290(0x119)]]=null,_0x2de04e[_0x49fb9f[_0x414290(0x108)]][_0x49fb9f['BqaZy']]=null),_0x49fb9f[_0x414290(0x92)](setCurrentTestData,FRAMEWORKS[_0x414290(0xb5)],_0x2de04e),await SessionHandler[_0x414290(0x8b)](_0x2de04e);}catch(_0x2a30fc){_0x49fb9f[_0x414290(0x144)](debug,_0x414290(0xb2)+_0x1a314e+_0x414290(0xa9)+_0x2a30fc);}};[a22_0x5bfa54(0xdd)](_0x1c961e){const _0x4b6de8=a22_0x5bfa54,_0xf0ab0b={};_0xf0ab0b[_0x4b6de8(0xd5)]=function(_0x23ec51,_0xb1f3e0){return _0x23ec51==_0xb1f3e0;},_0xf0ab0b[_0x4b6de8(0x11e)]=function(_0x404c70,_0x4216d5){return _0x404c70===_0x4216d5;},_0xf0ab0b[_0x4b6de8(0xa0)]=function(_0x4b4961,_0x2ca328){return _0x4b4961===_0x2ca328;},_0xf0ab0b['iZICZ']=function(_0x4fca22,_0x59e9e8){return _0x4fca22===_0x59e9e8;},_0xf0ab0b['ZSSVr']='.git',_0xf0ab0b[_0x4b6de8(0x93)]=_0x4b6de8(0x132);const _0x99e9b3=_0xf0ab0b,_0x153124=path[_0x4b6de8(0x8e)];if(_0x99e9b3[_0x4b6de8(0xd5)](_0x1c961e,null)||_0x99e9b3['NDHCB'](_0x1c961e,'')||_0x99e9b3[_0x4b6de8(0xa0)](_0x1c961e,_0x153124)||_0x99e9b3[_0x4b6de8(0xfa)](_0x1c961e,path['dirname'](_0x1c961e)))return null;try{return fs[_0x4b6de8(0x11c)](path[_0x4b6de8(0x111)](_0x1c961e,_0x99e9b3[_0x4b6de8(0xd6)],_0x99e9b3[_0x4b6de8(0x93)])),_0x1c961e;}catch(_0x4c76f2){const _0x2fd1cc=path[_0x4b6de8(0xbb)](_0x1c961e);return this[_0x4b6de8(0xdd)](_0x2fd1cc);}}[a22_0x5bfa54(0xb0)]=async _0x1fba1c=>{const _0x2ab0d5=a22_0x5bfa54,_0x4d45c7={'Fsjlm':'LogCreated','uGiAJ':function(_0x1502b5,_0x5bbaac){return _0x1502b5(_0x5bbaac);}},_0x395af4=TestDetails[_0x2ab0d5(0xe8)](process[_0x2ab0d5(0x131)]+_0x2ab0d5(0xf7)),_0x13dc36=TestDetails[_0x2ab0d5(0xe8)](process['pid']+':testAnalyticsId');try{(_0x395af4||this[_0x2ab0d5(0xb3)]&&!this[_0x2ab0d5(0xb3)][_0x2ab0d5(0xed)])&&(_0x1fba1c[_0x2ab0d5(0x11f)]=_0x395af4);!_0x1fba1c['hook_run_uuid']&&_0x13dc36&&(_0x1fba1c[_0x2ab0d5(0x12b)]=_0x13dc36);if(_0x1fba1c['hook_run_uuid']||_0x1fba1c['test_run_uuid']){const _0x364262={};_0x364262[_0x2ab0d5(0x120)]=_0x4d45c7[_0x2ab0d5(0xa6)],_0x364262[_0x2ab0d5(0xf8)]=[_0x1fba1c],await SessionHandler['uploadEventData'](_0x364262);}}catch(_0x3e04c5){_0x4d45c7[_0x2ab0d5(0x11d)](debug,_0x2ab0d5(0x83)+_0x3e04c5);}};[a22_0x5bfa54(0xc6)]=async _0xad4f5d=>{const _0x4c5dcc=a22_0x5bfa54,_0x5babde={'zQTjg':'http_response','DAvts':_0x4c5dcc(0x81),'GQwpJ':function(_0x6768cf,_0x3201aa){return _0x6768cf(_0x3201aa);}};try{const _0x373a35={'uuid':_0xad4f5d[_0x4c5dcc(0x13f)]||TestDetails['getTestUUID'](process[_0x4c5dcc(0x131)]+_0x4c5dcc(0x12c)),'integrations':_0xad4f5d[_0x5babde[_0x4c5dcc(0x85)]]},_0x5ef3e2={};_0x5ef3e2[_0x4c5dcc(0x120)]=_0x5babde[_0x4c5dcc(0xe0)],_0x5ef3e2[_0x4c5dcc(0xf5)]=_0x373a35,await SessionHandler['uploadEventData'](_0x5ef3e2);}catch(_0x13f605){_0x5babde[_0x4c5dcc(0x8c)](debug,'Exception\x20in\x20uploading\x20platform\x20details\x20to\x20Observability\x20with\x20error\x20:\x20'+_0x13f605);}};async[a22_0x5bfa54(0x142)](){const _0xb9de71=a22_0x5bfa54,_0x3fbad1={'JAbZm':function(_0x2c7118){return _0x2c7118();}};if(this[_0xb9de71(0x104)])return this['_gitConfigPath'];const _0x39ed5c=await _0x3fbad1[_0xb9de71(0x10f)](getGitMetaData);_0x39ed5c&&(this[_0xb9de71(0x106)]=_0x39ed5c[_0xb9de71(0xd1)]),this[_0xb9de71(0x104)]=!![];}[a22_0x5bfa54(0x9f)](_0x410cc5){const _0x460d7b=a22_0x5bfa54,_0x4c07fe={};_0x4c07fe[_0x460d7b(0xbd)]='passed',_0x4c07fe[_0x460d7b(0x130)]=_0x460d7b(0x10b),_0x4c07fe['WYZNb']=_0x460d7b(0xaf);const _0x220d2d=_0x4c07fe,_0x396f12={};return _0x396f12[STATE_PASSED]=_0x220d2d[_0x460d7b(0xbd)],_0x396f12[STATE_PENDING]=_0x220d2d[_0x460d7b(0x130)],_0x396f12[STATE_FAILED]=_0x220d2d['WYZNb'],_0x396f12[_0x410cc5];}[a22_0x5bfa54(0xfd)](_0x568235){const _0x4b4a84=a22_0x5bfa54,_0x2945eb={};_0x2945eb[_0x4b4a84(0x135)]=function(_0x35a632,_0x3ab843){return _0x35a632!==_0x3ab843;},_0x2945eb[_0x4b4a84(0xe5)]=function(_0x3d4e00,_0x137169){return _0x3d4e00!==_0x137169;},_0x2945eb[_0x4b4a84(0xf1)]=_0x4b4a84(0x12e);const _0x5ddc3d=_0x2945eb,_0xd2ee89=[];if(_0x568235&&_0x568235['parent']){let _0x4e10ca=_0x568235[_0x4b4a84(0xe1)];while(_0x4e10ca&&_0x5ddc3d[_0x4b4a84(0x135)](_0x4e10ca[_0x4b4a84(0xa5)],'')&&_0x5ddc3d[_0x4b4a84(0xe5)](_0x4e10ca['name'],_0x5ddc3d[_0x4b4a84(0xf1)])){_0xd2ee89[_0x4b4a84(0x13b)](_0x4e10ca['name']),_0x4e10ca=_0x4e10ca[_0x4b4a84(0xe1)];}}return _0xd2ee89[_0x4b4a84(0x86)](),_0xd2ee89;}[a22_0x5bfa54(0xa2)]=_0x306083=>{const _0x44bbf9=a22_0x5bfa54;if(_0x306083[_0x44bbf9(0x13e)]){const _0x407924=stackTrace[_0x44bbf9(0x95)][_0x44bbf9(0xbc)](stackTrace,_0x306083[_0x44bbf9(0x13e)]);return _0x407924[0x0][_0x44bbf9(0x10a)]();}if(_0x306083[_0x44bbf9(0x121)])return _0x306083[_0x44bbf9(0x121)];return null;};[a22_0x5bfa54(0x125)]=_0xc5babe=>{const _0x18ad06=a22_0x5bfa54;if(!_0xc5babe||!_0xc5babe[_0x18ad06(0xe1)])return;_0xc5babe[_0x18ad06(0xe1)][_0x18ad06(0x124)][_0x18ad06(0x11a)](_0x279c9f=>{const _0x5e4429=_0x18ad06;!_0x279c9f[_0x5e4429(0x115)]&&(_0x279c9f[_0x5e4429(0x115)]=TestDetails['setTestUUID'](process[_0x5e4429(0x131)]+_0x5e4429(0xf7)));}),this[_0x18ad06(0x125)](_0xc5babe[_0x18ad06(0xe1)]);};[a22_0x5bfa54(0xe7)]=_0x5da416=>{const _0x4198ec=a22_0x5bfa54,_0x106f67={};_0x106f67['ibVaM']=_0x4198ec(0x94),_0x106f67[_0x4198ec(0xfc)]='afterEach';const _0x118599=_0x106f67;if(!_0x5da416||!_0x5da416[_0x4198ec(0xe1)])return;_0x5da416['parent'][_0x4198ec(0x124)]['forEach'](_0x52f47d=>{const _0x26b85b=_0x4198ec;[_0x118599[_0x26b85b(0x114)],_0x118599[_0x26b85b(0xfc)]]['includes'](_0x52f47d['type'])&&_0x52f47d[_0x26b85b(0x115)]&&(_0x52f47d['hookAnalyticsId']=null);}),this['mapTestHooks'](_0x5da416[_0x4198ec(0xe1)]);};[a22_0x5bfa54(0x127)](_0xfca2f9){const _0x1360b1=a22_0x5bfa54,_0xf53a83={'jmrNF':_0x1360b1(0x139),'JfFrc':function(_0x5bee72,_0x5a3c28){return _0x5bee72(_0x5a3c28);},'mtgbJ':function(_0x3e2980,_0xdb0493){return _0x3e2980+_0xdb0493;},'wmzrM':_0x1360b1(0xb1)};try{const _0x4fa475=this[_0x1360b1(0xa2)](_0xfca2f9);return _0x4fa475['includes'](_0xf53a83['jmrNF']);}catch(_0x2e0caf){_0xf53a83[_0x1360b1(0x10e)](debug,_0xf53a83[_0x1360b1(0x13c)](_0xf53a83[_0x1360b1(0xab)],_0x2e0caf));}return![];}['getHooksForTest']=_0x3161e0=>{const _0x214f90=a22_0x5bfa54,_0x321b8a={'TpxcC':function(_0x198bb5,_0x2c14b8){return _0x198bb5(_0x2c14b8);}};if(!_0x3161e0||!_0x3161e0[_0x214f90(0xe1)])return[];const _0x80b5b6=[];return _0x3161e0[_0x214f90(0xe1)]['hooks']['forEach'](_0x5c85ba=>{const _0x5e1eb8=_0x214f90;_0x5c85ba[_0x5e1eb8(0x115)]&&!_0x321b8a['TpxcC'](isInternalHook,_0x5c85ba['fn'])&&!this[_0x5e1eb8(0x127)](_0x5c85ba)&&_0x80b5b6[_0x5e1eb8(0x13b)](_0x5c85ba['hookAnalyticsId']);}),[..._0x80b5b6,...this[_0x214f90(0x113)](_0x3161e0[_0x214f90(0xe1)])];};},[a22_0x5bfa54(0x12a),a22_0x5bfa54(0x102),a22_0x5bfa54(0x109),a22_0x5bfa54(0x11b),a22_0x5bfa54(0xf0),a22_0x5bfa54(0xdd),'appendTestItemLog',a22_0x5bfa54(0xc6),a22_0x5bfa54(0x9f),a22_0x5bfa54(0xfd),a22_0x5bfa54(0xa2),a22_0x5bfa54(0x125),a22_0x5bfa54(0xe7),'getHooksForTest',a22_0x5bfa54(0x142)],a22_0x5bfa54(0xaa));