browserstack-node-sdk 1.66.4 → 1.67.0

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 (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a42_0x319f(_0xbe11d1,_0x41b5b2){const _0x3d5b46=a42_0x3d5b();return a42_0x319f=function(_0x319f22,_0x1fda94){_0x319f22=_0x319f22-0x1a4;let _0x39c277=_0x3d5b46[_0x319f22];return _0x39c277;},a42_0x319f(_0xbe11d1,_0x41b5b2);}const a42_0x394e23=a42_0x319f;(function(_0x324af6,_0x2b835e){const _0x533db5=a42_0x319f,_0x29feab=_0x324af6();while(!![]){try{const _0x3155e2=-parseInt(_0x533db5(0x1f2))/0x1+-parseInt(_0x533db5(0x1e4))/0x2+parseInt(_0x533db5(0x1b9))/0x3+parseInt(_0x533db5(0x1c7))/0x4*(-parseInt(_0x533db5(0x1bb))/0x5)+parseInt(_0x533db5(0x1d6))/0x6*(-parseInt(_0x533db5(0x1cd))/0x7)+-parseInt(_0x533db5(0x1fd))/0x8*(-parseInt(_0x533db5(0x1d3))/0x9)+parseInt(_0x533db5(0x1ba))/0xa;if(_0x3155e2===_0x2b835e)break;else _0x29feab['push'](_0x29feab['shift']());}catch(_0x99d320){_0x29feab['push'](_0x29feab['shift']());}}}(a42_0x3d5b,0x8e7da));const {v4:uuidv4}=require(a42_0x394e23(0x1e7)),{name,version}=require(a42_0x394e23(0x1f8)),logPatcher=require(a42_0x394e23(0x1df)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a42_0x394e23(0x1aa)),{consoleHolder}=require(a42_0x394e23(0x1de)),{getPlatformVersion,isBrowserstackInfra}=require(a42_0x394e23(0x1d5)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils'),{isFunction}=require(a42_0x394e23(0x1b2)),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');patchConsoleLogger(),exports[a42_0x394e23(0x1d9)]=()=>{const _0x374970=a42_0x394e23,_0x3ec9a2={'GjHHo':_0x374970(0x1da),'CvRpG':function(_0x649839){return _0x649839();}};return{'ci':_0x3ec9a2[_0x374970(0x1bd)],'key':_0x3ec9a2[_0x374970(0x1ef)](uuidv4),'version':version,'collector':_0x374970(0x1b0)+name};},exports[a42_0x394e23(0x1dc)]=_0x4694b4=>{const _0x31571a=a42_0x394e23,_0x5f3e13={};_0x5f3e13[_0x31571a(0x1ca)]=function(_0x22fbe0,_0x405bb5){return _0x22fbe0!==_0x405bb5;},_0x5f3e13[_0x31571a(0x1d8)]='string',_0x5f3e13[_0x31571a(0x1f1)]=function(_0x2ff89b,_0x44f3e4){return _0x2ff89b!==_0x44f3e4;},_0x5f3e13['uPmhg']=_0x31571a(0x1c9),_0x5f3e13[_0x31571a(0x1a9)]=function(_0x39e029,_0x395e68){return _0x39e029!==_0x395e68;},_0x5f3e13[_0x31571a(0x1e0)]=_0x31571a(0x1d7);const _0x587f7e=_0x5f3e13;if(!_0x4694b4||_0x587f7e['HzIxT'](typeof _0x4694b4,_0x587f7e['MknfQ']))return[null,null];if(_0x587f7e[_0x31571a(0x1f1)](_0x4694b4[_0x31571a(0x1ab)](_0x587f7e['uPmhg']),-0x1)){const _0x4bf8b0=_0x4694b4['split'](_0x587f7e['uPmhg']);return[_0x4bf8b0[0x0][_0x31571a(0x1fa)](0x0,-0x1)[_0x31571a(0x1d2)]('\x22')[0x1],_0x4bf8b0[0x1][_0x31571a(0x1cb)](0x1)];}else{if(_0x587f7e['ysbOr'](_0x4694b4[_0x31571a(0x1ab)](_0x587f7e[_0x31571a(0x1e0)]),-0x1)){const _0x59dafb=_0x4694b4['split'](_0x587f7e[_0x31571a(0x1e0)]);return[_0x59dafb[0x0][_0x31571a(0x1fa)](0x0,-0x1)[_0x31571a(0x1d2)]('\x22')[0x1],_0x4694b4];}}return[null,null];},exports[a42_0x394e23(0x1a5)]=_0x39f77c=>{const _0xb58033=a42_0x394e23,_0x473abe={'IqlZB':function(_0x10b7c4,_0x2bb360){return _0x10b7c4(_0x2bb360);},'mvAvC':_0xb58033(0x1c5),'klBJX':_0xb58033(0x1dd),'jJcww':_0xb58033(0x1e1),'chXuy':_0xb58033(0x1e8)};if(!_0x39f77c||!_0x39f77c['parent'])return[];const _0x20fbac=[];return[_0x473abe[_0xb58033(0x1f7)],_0x473abe[_0xb58033(0x1a6)],_0x473abe[_0xb58033(0x1e5)],_0x473abe[_0xb58033(0x1a4)]]['forEach'](_0x38a4dc=>{const _0x24d161=_0xb58033,_0x31b0a3={'kCpuq':function(_0x1e6289,_0x2c27e4){const _0x12df67=a42_0x319f;return _0x473abe[_0x12df67(0x1cf)](_0x1e6289,_0x2c27e4);}},_0x288b68=_0x39f77c['parent'][_0x38a4dc]||[];_0x288b68[_0x24d161(0x1c2)](_0xb6dda0=>{const _0x5b70fa=_0x24d161;_0xb6dda0['hookAnalyticsId']&&!_0x31b0a3[_0x5b70fa(0x1ac)](isInternalHook,_0xb6dda0['fn'])&&_0x20fbac[_0x5b70fa(0x1e3)](_0xb6dda0['hookAnalyticsId']);});}),[..._0x20fbac,...exports[_0xb58033(0x1a5)](_0x39f77c[_0xb58033(0x1ae)])];},exports['mapTestHooks']=_0x184c95=>{const _0x4284c0=a42_0x394e23,_0x186e48={'vYEwp':function(_0x535696){return _0x535696();},'dTsNb':function(_0x5c6e49,_0x1c545f){return _0x5c6e49===_0x1c545f;},'WLiKf':_0x4284c0(0x1e8),'xMaZM':_0x4284c0(0x1c5),'qTCgH':_0x4284c0(0x1dd),'BlPXK':'_beforeEach'};if(!_0x184c95||!_0x184c95['parent'])return;[_0x186e48[_0x4284c0(0x1f0)],_0x186e48[_0x4284c0(0x1be)],_0x186e48['BlPXK'],_0x186e48[_0x4284c0(0x1ce)]][_0x4284c0(0x1c2)](_0x587668=>{const _0x9b173c=_0x4284c0,_0x14ae73=_0x184c95[_0x9b173c(0x1ae)][_0x587668]||[];_0x14ae73[_0x9b173c(0x1c2)](_0x1a8162=>{const _0x5aa0f5=_0x9b173c;if(!_0x1a8162[_0x5aa0f5(0x1c0)])_0x1a8162['hookAnalyticsId']=_0x186e48[_0x5aa0f5(0x1eb)](uuidv4);else _0x1a8162[_0x5aa0f5(0x1a8)]&&_0x186e48[_0x5aa0f5(0x1e9)](_0x587668,_0x186e48['WLiKf'])&&(_0x1a8162[_0x5aa0f5(0x1c0)]=_0x186e48['vYEwp'](uuidv4),delete _0x1a8162['markedStatus']);});}),exports['mapTestHooks'](_0x184c95[_0x4284c0(0x1ae)]);},exports['sendPlatformDetails']=async(_0x520664,_0x2462e3)=>{const _0x32646a=a42_0x394e23,_0x321f80={'BeZup':function(_0x213da6){return _0x213da6();},'FAoMl':_0x32646a(0x1c1),'plirF':function(_0x32803e,_0x55ba25,_0x1f2fe2){return _0x32803e(_0x55ba25,_0x1f2fe2);},'ZywBp':_0x32646a(0x1e6),'hxatu':function(_0x423e88,_0x204f50){return _0x423e88(_0x204f50);},'VmLSa':function(_0x42d17c,_0x24c0cd){return _0x42d17c===_0x24c0cd;},'ysWsU':_0x32646a(0x1f3),'qstte':_0x32646a(0x1a7),'KIRtw':function(_0x248650,_0x12d7d5){return _0x248650(_0x12d7d5);}};try{if(!_0x321f80[_0x32646a(0x1ad)](shouldProcessEventForTesthub))return;const _0x34e950=await _0x520664['getCapabilities'](),_0x304a53=await _0x520664[_0x32646a(0x1b6)](),_0x312811={},_0x460caf=Object[_0x32646a(0x1b8)](_0x304a53['getCapabilities']()[_0x32646a(0x1b5)]),_0x30b8a8=_0x321f80[_0x32646a(0x1ad)](isBrowserstackInfra)?_0x321f80[_0x32646a(0x1b1)]:global[_0x32646a(0x1c8)],_0x543473={'product':_0x321f80[_0x32646a(0x1f5)](getObservabilityLinkedProductName,_0x460caf,_0x30b8a8),'capabilities':_0x460caf,'platform':_0x34e950[_0x32646a(0x1ea)](),'platform_version':_0x34e950['get'](_0x321f80[_0x32646a(0x1d4)])?_0x34e950[_0x32646a(0x1af)](_0x321f80[_0x32646a(0x1d4)]):_0x321f80[_0x32646a(0x1b7)](getPlatformVersion,_0x321f80[_0x32646a(0x1cc)](_0x30b8a8,_0x321f80['FAoMl'])),'browser':_0x34e950['getBrowserName'](),'browser_version':_0x34e950[_0x32646a(0x1c3)](),'session_id':_0x304a53[_0x32646a(0x1f9)]()};_0x30b8a8?_0x312811[_0x30b8a8]=_0x543473:_0x312811[_0x321f80[_0x32646a(0x1ed)]]=_0x543473,process[_0x32646a(0x1bc)](_0x32646a(0x1fe)+process[_0x32646a(0x1bf)],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x321f80[_0x32646a(0x1c4)],'http_response':_0x312811,'uuid':_0x2462e3});}catch(_0x482845){_0x321f80['KIRtw'](debug,_0x32646a(0x1b3)+_0x482845);}},exports['getHookSkippedTests']=_0x177c92=>{const _0x1cc25b=a42_0x394e23,_0x196c40={};_0x196c40[_0x1cc25b(0x1c6)]=function(_0xedf0e,_0x1120f){return _0xedf0e!==_0x1120f;},_0x196c40[_0x1cc25b(0x1f4)]='hook',_0x196c40[_0x1cc25b(0x1d0)]='passed',_0x196c40[_0x1cc25b(0x1ec)]=function(_0x3d5154,_0x443a4c){return _0x3d5154!==_0x443a4c;},_0x196c40[_0x1cc25b(0x1e2)]=_0x1cc25b(0x1f6);const _0x6e559f=_0x196c40,_0x51b2fd=_0x177c92[_0x1cc25b(0x1ee)][_0x1cc25b(0x1ff)]((_0x32df97,_0x1eb657)=>{const _0x4b78bf=_0x1cc25b,_0x482ae3=exports[_0x4b78bf(0x1db)](_0x1eb657);return _0x482ae3&&(_0x32df97=_0x32df97[_0x4b78bf(0x1b4)](_0x482ae3)),_0x32df97;},[]),_0x3622dc=_0x177c92[_0x1cc25b(0x1fc)][_0x1cc25b(0x1d1)](_0x43ddb4=>{const _0x4af615=_0x1cc25b,_0x2edd76=_0x6e559f['nIXtK'](_0x43ddb4['type'],_0x6e559f[_0x4af615(0x1f4)])&&!_0x43ddb4[_0x4af615(0x1a8)]&&_0x6e559f[_0x4af615(0x1c6)](_0x43ddb4['state'],_0x6e559f[_0x4af615(0x1d0)])&&_0x6e559f[_0x4af615(0x1ec)](_0x43ddb4[_0x4af615(0x1fb)],_0x6e559f['iPyXz'])&&!_0x43ddb4['pending'];return _0x2edd76;});return _0x3622dc[_0x1cc25b(0x1b4)](_0x51b2fd);};function a42_0x3d5b(){const _0x6653e4=['indexOf','kCpuq','BeZup','parent','get','js-','FAoMl','lodash','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','concat','map_','getSession','hxatu','fromEntries','46047IMnaJl','24768350TjGGiU','1084665XQvMAb','emit','GjHHo','qTCgH','pid','hookAnalyticsId','browserstack','forEach','getBrowserVersion','qstte','_beforeAll','nIXtK','12bCDHWn','__cloud_provider___','hook:','HzIxT','substring','VmLSa','7aRmFye','WLiKf','IqlZB','KnAXs','filter','split','365868haAdnu','ZywBp','../../../helpers/helper','5545326iJwiEJ','hook','MknfQ','getTestEnv','generic','getHookSkippedTests','getHookDetails','_afterAll','../../../helpers/test-observability/constants','../../utils/logPatcher','xOszh','_beforeEach','iPyXz','push','1546090SThGMX','jJcww','platformVersion','uuid','_afterEach','dTsNb','getPlatform','vYEwp','sqSxi','ysWsU','suites','CvRpG','xMaZM','OZCEq','495473Hnjpgb','unknown_grid','VxjxL','plirF','failed','mvAvC','../../../../package.json','toJSON','slice','state','tests','184bAtdnw','bs:addPlatformDetails:','reduce','chXuy','getHooksForTest','klBJX','TEST_PLATFORM','markedStatus','ysbOr','../../../helpers/test-observability/utils'];a42_0x3d5b=function(){return _0x6653e4;};return a42_0x3d5b();}
1
+ const a42_0x1cd11a=a42_0x2871;(function(_0x2aee69,_0x174647){const _0x31f130=a42_0x2871,_0x2e288b=_0x2aee69();while(!![]){try{const _0x2a3ffa=parseInt(_0x31f130(0x14a))/0x1*(parseInt(_0x31f130(0x128))/0x2)+-parseInt(_0x31f130(0x122))/0x3*(parseInt(_0x31f130(0x149))/0x4)+parseInt(_0x31f130(0x13d))/0x5+parseInt(_0x31f130(0x163))/0x6+-parseInt(_0x31f130(0x160))/0x7*(parseInt(_0x31f130(0x148))/0x8)+-parseInt(_0x31f130(0x139))/0x9*(-parseInt(_0x31f130(0x125))/0xa)+-parseInt(_0x31f130(0x164))/0xb;if(_0x2a3ffa===_0x174647)break;else _0x2e288b['push'](_0x2e288b['shift']());}catch(_0x2dd7d0){_0x2e288b['push'](_0x2e288b['shift']());}}}(a42_0x1b15,0xb20c3));const {v4:uuidv4}=require(a42_0x1cd11a(0x11c)),{name,version}=require('../../../../package.json'),logPatcher=require(a42_0x1cd11a(0x150)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a42_0x1cd11a(0x14f)),{consoleHolder}=require(a42_0x1cd11a(0x165)),{getPlatformVersion,isBrowserstackInfra}=require(a42_0x1cd11a(0x126)),{shouldProcessEventForTesthub}=require(a42_0x1cd11a(0x179)),{isFunction}=require(a42_0x1cd11a(0x168)),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');function a42_0x2871(_0x44ee40,_0x103092){const _0x1b157f=a42_0x1b15();return a42_0x2871=function(_0x28711a,_0x268a7b){_0x28711a=_0x28711a-0x11c;let _0x42b78a=_0x1b157f[_0x28711a];return _0x42b78a;},a42_0x2871(_0x44ee40,_0x103092);}function a42_0x1b15(){const _0x433a9b=['failed','getPlatform','lodash','getHooksForTest','oWlLx','CBQLj','_beforeAll','getHookSkippedTests','tIpvH','hookAnalyticsId','KRADZ','ZHSUn','getSession','RXVya','AgXnR','mapTestHooks','sXLmn','ZDEUy','pid','../../../helpers/testhub/utils','uuid','QEXIG','npOUI','indexOf','slice','SrruI','519897KCAvaV','generic','Qxxlk','26620VylviY','../../../helpers/helper','\x20reported\x20against\x20run=','4dQLQeX','reduce','getBrowserVersion','markedStatus','jcLKw','ZEyjC','get','string','concat','hook','aUrtd','PRWFK','suites','parent','state','hFdeu','aHKUx','1683dSZiGa','rUvum','getHookDetails','DRCYY','6701175ioXARM','_afterEach','getCapabilities','fromEntries','tujJG','getTestEnv','wVaPo','Lxlfc','WFhMM','platformVersion','ascvU','88184cPQLlT','4BqiSdd','58452MPobwc','sendPlatformDetails','stringify','forEach','split','../../../helpers/test-observability/utils','../../utils/logPatcher','TEST_PLATFORM','browserstack','toISOString','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','getBrowserName','CnRKH','rTgZE','NNpRo','hqQrm','_beforeEach','type','PuCdZ','toJSON','sendPlatformDetails:\x20session=','substring','455QLUKfn','SINFz','sVspD','4121694gpQfwL','11250855uvAHNy','../../../helpers/test-observability/constants'];a42_0x1b15=function(){return _0x433a9b;};return a42_0x1b15();}patchConsoleLogger(),exports[a42_0x1cd11a(0x142)]=()=>{const _0xf9057e=a42_0x1cd11a,_0x40cfde={'SrruI':_0xf9057e(0x123),'HhZCB':function(_0x5a50af){return _0x5a50af();}};return{'ci':_0x40cfde[_0xf9057e(0x121)],'key':_0x40cfde['HhZCB'](uuidv4),'version':version,'collector':'js-'+name};},exports[a42_0x1cd11a(0x13b)]=_0x39e101=>{const _0x3285fe=a42_0x1cd11a,_0x559b32={};_0x559b32[_0x3285fe(0x171)]=function(_0x45bd45,_0x3442b7){return _0x45bd45!==_0x3442b7;},_0x559b32[_0x3285fe(0x124)]=_0x3285fe(0x12f),_0x559b32[_0x3285fe(0x157)]=function(_0x43602d,_0x10a142){return _0x43602d!==_0x10a142;},_0x559b32[_0x3285fe(0x144)]='hook:',_0x559b32[_0x3285fe(0x13c)]=_0x3285fe(0x131);const _0x4dd18f=_0x559b32;if(!_0x39e101||_0x4dd18f[_0x3285fe(0x171)](typeof _0x39e101,_0x4dd18f[_0x3285fe(0x124)]))return[null,null];if(_0x4dd18f[_0x3285fe(0x157)](_0x39e101[_0x3285fe(0x11f)](_0x4dd18f['Lxlfc']),-0x1)){const _0x5b82c3=_0x39e101[_0x3285fe(0x14e)](_0x4dd18f[_0x3285fe(0x144)]);return[_0x5b82c3[0x0][_0x3285fe(0x120)](0x0,-0x1)['split']('\x22')[0x1],_0x5b82c3[0x1][_0x3285fe(0x15f)](0x1)];}else{if(_0x4dd18f[_0x3285fe(0x157)](_0x39e101[_0x3285fe(0x11f)](_0x4dd18f[_0x3285fe(0x13c)]),-0x1)){const _0x145eab=_0x39e101[_0x3285fe(0x14e)](_0x4dd18f[_0x3285fe(0x13c)]);return[_0x145eab[0x0][_0x3285fe(0x120)](0x0,-0x1)[_0x3285fe(0x14e)]('\x22')[0x1],_0x39e101];}}return[null,null];},exports[a42_0x1cd11a(0x169)]=_0x39dcb8=>{const _0x42b262=a42_0x1cd11a,_0x15aaf8={'AgXnR':function(_0x3469dd,_0x54a94f){return _0x3469dd(_0x54a94f);},'XdlgV':_0x42b262(0x16c),'aUrtd':'_afterAll','KRADZ':'_beforeEach','wVaPo':_0x42b262(0x13e)};if(!_0x39dcb8||!_0x39dcb8['parent'])return[];const _0x5a0703=[];return[_0x15aaf8['XdlgV'],_0x15aaf8[_0x42b262(0x132)],_0x15aaf8[_0x42b262(0x170)],_0x15aaf8[_0x42b262(0x143)]][_0x42b262(0x14d)](_0xf9ddca=>{const _0x460e8d=_0x42b262,_0x4b9688={'hqQrm':function(_0x557215,_0x278d05){const _0x1fb5cf=a42_0x2871;return _0x15aaf8[_0x1fb5cf(0x174)](_0x557215,_0x278d05);}},_0x198e7b=_0x39dcb8[_0x460e8d(0x135)][_0xf9ddca]||[];_0x198e7b['forEach'](_0x5e8b23=>{const _0x20685d=_0x460e8d;_0x5e8b23[_0x20685d(0x16f)]&&!_0x4b9688[_0x20685d(0x159)](isInternalHook,_0x5e8b23['fn'])&&_0x5a0703['push'](_0x5e8b23[_0x20685d(0x16f)]);});}),[..._0x5a0703,...exports['getHooksForTest'](_0x39dcb8['parent'])];},exports[a42_0x1cd11a(0x175)]=_0x29307c=>{const _0x460d08=a42_0x1cd11a,_0x4b59ed={'RXVya':function(_0x448e29){return _0x448e29();},'PuCdZ':function(_0x34f276,_0x1be1e0){return _0x34f276===_0x1be1e0;},'ZEyjC':_0x460d08(0x13e),'XcILj':'_beforeAll','hFdeu':'_afterAll','jcLKw':_0x460d08(0x15a)};if(!_0x29307c||!_0x29307c[_0x460d08(0x135)])return;[_0x4b59ed['XcILj'],_0x4b59ed[_0x460d08(0x137)],_0x4b59ed[_0x460d08(0x12c)],_0x4b59ed[_0x460d08(0x12d)]][_0x460d08(0x14d)](_0x2aaf3b=>{const _0x18d8db=_0x460d08,_0x15ac38={'tujJG':function(_0x389e97){const _0x5a1d8d=a42_0x2871;return _0x4b59ed[_0x5a1d8d(0x173)](_0x389e97);},'sVspD':function(_0x459706,_0x5589aa){const _0x3dd272=a42_0x2871;return _0x4b59ed[_0x3dd272(0x15c)](_0x459706,_0x5589aa);},'tIpvH':_0x4b59ed['ZEyjC']},_0x5ea13f=_0x29307c['parent'][_0x2aaf3b]||[];_0x5ea13f[_0x18d8db(0x14d)](_0x191d09=>{const _0x316201=_0x18d8db;if(!_0x191d09[_0x316201(0x16f)])_0x191d09[_0x316201(0x16f)]=_0x15ac38[_0x316201(0x141)](uuidv4);else _0x191d09[_0x316201(0x12b)]&&_0x15ac38[_0x316201(0x162)](_0x2aaf3b,_0x15ac38[_0x316201(0x16e)])&&(_0x191d09[_0x316201(0x16f)]=_0x15ac38[_0x316201(0x141)](uuidv4),delete _0x191d09['markedStatus']);});}),exports[_0x460d08(0x175)](_0x29307c['parent']);},exports[a42_0x1cd11a(0x14b)]=async(_0xc3a268,_0x1759b6)=>{const _0x37338a=a42_0x1cd11a,_0x5a094a={'fZNFe':function(_0x1514e4){return _0x1514e4();},'QEXIG':function(_0x4b639d){return _0x4b639d();},'PRWFK':_0x37338a(0x152),'rUvum':function(_0x5d26fb,_0xe9f774,_0x4ae018){return _0x5d26fb(_0xe9f774,_0x4ae018);},'npOUI':_0x37338a(0x146),'CBQLj':function(_0x177313,_0x3a5a43){return _0x177313(_0x3a5a43);},'lVTLU':function(_0xda6244,_0x44ee90){return _0xda6244===_0x44ee90;},'sXLmn':'unknown_grid','CnRKH':_0x37338a(0x151),'NNpRo':function(_0x311aaa,_0x140b77){return _0x311aaa(_0x140b77);}};try{if(!_0x5a094a['fZNFe'](shouldProcessEventForTesthub))return;const _0x474442=await _0xc3a268[_0x37338a(0x13f)](),_0x206ad0=await _0xc3a268[_0x37338a(0x172)](),_0x50eef3={},_0xa770d1=Object[_0x37338a(0x140)](_0x206ad0[_0x37338a(0x13f)]()['map_']),_0xea62ee=_0x5a094a[_0x37338a(0x11d)](isBrowserstackInfra)?_0x5a094a[_0x37338a(0x133)]:global['__cloud_provider___'],_0x549af0={'product':_0x5a094a[_0x37338a(0x13a)](getObservabilityLinkedProductName,_0xa770d1,_0xea62ee),'capabilities':_0xa770d1,'platform':_0x474442[_0x37338a(0x167)](),'platform_version':_0x474442[_0x37338a(0x12e)](_0x5a094a[_0x37338a(0x11e)])?_0x474442[_0x37338a(0x12e)](_0x5a094a[_0x37338a(0x11e)]):_0x5a094a[_0x37338a(0x16b)](getPlatformVersion,_0x5a094a['lVTLU'](_0xea62ee,_0x5a094a[_0x37338a(0x133)])),'browser':_0x474442[_0x37338a(0x155)](),'browser_version':_0x474442[_0x37338a(0x12a)](),'session_id':_0x206ad0[_0x37338a(0x15d)]()};return _0xea62ee?_0x50eef3[_0xea62ee]=_0x549af0:_0x50eef3[_0x5a094a[_0x37338a(0x176)]]=_0x549af0,_0x5a094a[_0x37338a(0x16b)](debug,_0x37338a(0x15e)+JSON[_0x37338a(0x14c)](_0x549af0['session_id'])+_0x37338a(0x127)+_0x1759b6),process['emit']('bs:addPlatformDetails:'+process[_0x37338a(0x178)],{'timestamp':new Date()[_0x37338a(0x153)](),'level':null,'message':null,'kind':_0x5a094a[_0x37338a(0x156)],'http_response':_0x50eef3,'uuid':_0x1759b6}),!![];}catch(_0x357269){return _0x5a094a[_0x37338a(0x158)](debug,_0x37338a(0x154)+_0x357269),![];}},exports[a42_0x1cd11a(0x16d)]=_0x5e1445=>{const _0x1219dd=a42_0x1cd11a,_0xd775db={};_0xd775db[_0x1219dd(0x147)]=function(_0x168766,_0x257032){return _0x168766!==_0x257032;},_0xd775db[_0x1219dd(0x177)]=_0x1219dd(0x131),_0xd775db[_0x1219dd(0x145)]=function(_0x54ecb2,_0x92cdc7){return _0x54ecb2!==_0x92cdc7;},_0xd775db[_0x1219dd(0x16a)]='passed',_0xd775db[_0x1219dd(0x161)]=function(_0x1ec7d4,_0x3e7c6d){return _0x1ec7d4!==_0x3e7c6d;},_0xd775db[_0x1219dd(0x138)]=_0x1219dd(0x166);const _0x321316=_0xd775db,_0x332c45=_0x5e1445[_0x1219dd(0x134)][_0x1219dd(0x129)]((_0x5e103c,_0x4fef3a)=>{const _0x4a1fe4=_0x1219dd,_0x211628=exports[_0x4a1fe4(0x16d)](_0x4fef3a);return _0x211628&&(_0x5e103c=_0x5e103c['concat'](_0x211628)),_0x5e103c;},[]),_0x44ae21=_0x5e1445['tests']['filter'](_0x31a79e=>{const _0x3c8f90=_0x1219dd,_0x25f64b=_0x321316[_0x3c8f90(0x147)](_0x31a79e[_0x3c8f90(0x15b)],_0x321316[_0x3c8f90(0x177)])&&!_0x31a79e[_0x3c8f90(0x12b)]&&_0x321316[_0x3c8f90(0x145)](_0x31a79e[_0x3c8f90(0x136)],_0x321316[_0x3c8f90(0x16a)])&&_0x321316[_0x3c8f90(0x161)](_0x31a79e[_0x3c8f90(0x136)],_0x321316['aHKUx'])&&!_0x31a79e['pending'];return _0x25f64b;});return _0x44ae21[_0x1219dd(0x130)](_0x332c45);};
@@ -1 +1 @@
1
- function a43_0x2d87(){const _0x12ef73=['GALFk','dSWIi','GRklX','message','setGlobal','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','Failed\x20to\x20store\x20session\x20name:\x20','driver-init\x20capture\x20install\x20failed:\x20','inhqH','CAPeS','getGlobal','TXzoj','../../helpers/logger','http:','sgVyI','accessibilityScanStarted','length','capabilities','XMtNk','BowGL','format','debug','45XZgJyr','NNUNc','warn','iTDqL','util','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','../../helpers/driverInitErrorReporter','eyNPz','../../helpers/percy/utils','4029639ScoknY','28410hsixms','FQYix','nCWwA','__skipSessionName','bstackA11yShouldScan','session_','thTestRunUuid','dXeoz','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','3484428wRUGmD','failed','MBtzC','EObRz','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','NwlUk','titlePath','isArray','OIGKp','measureWrapper','BfYzt','percy','shift','AcdsR','autoScanning','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','performScanWithRetry','hxIay','__drivers','XsDRI','yWEpx','12418470mMUdWJ','lWDrp','testcase','GadnW','now','avtbX','NfeEu','BROWSERSTACK_TESTHUB_UUID','quitCount_','thBuildUuid','pmjaO','PERFORM_SCAN','7DqPPkf','shouldScanTestForAccessibility','rZFUo','app','../../helpers/testhub/constants','env','EdBVJ','10031992yUdfia','mDyaC','NHiwQ','SYNC','__sessionFailed','\x20|\x20','ENV_VAR','.\x20Error\x20:','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','../../helpers/performance/constants','dGmgs','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','testAnalyticsId','NaaMU','winstonLogger','command','browserstackTestName','yDFNE','../../helpers/globals','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','join','cSTUW','browserstackSessionName','goLrl','end','jJMwP','DgRUc',',\x22level\x22:\x20\x22','__error_messages__','beforeEach','ZTnzS','bqZqg','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','index','TIvIU','4RQoCbn','fhztr','__platformCaps','agKPG','nnlaA','ZPzvO','../../helpers/accessibility-automation/helper','VSLrX','SGyRt','../../helpers/accessibility-automation/accessibilityRetryHelper','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','oBLBv','protocol','Mnsjc','start','sessionName','RBkIf','push','btlXp','13255GKFzNF','VaXCD','fKlek','afterTest','hMhMQ','IjRyR','error','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','RxAVB','FJMfl','XYHVW','Passed','XJgJA','afterAll','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','acnvz','then','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','Mocha','thJwtToken','nhCKX','mochaHooks','hmrxG','startMonitoring','cwrJk','SDK_HOOK','rNxNR','gpVnB','zVAdB','err','WysdH','isAccessibilityPlatform','BROWSERSTACK_TESTHUB_JWT','yDmKH','394276MHUsZQ','sessionNameSet__','appium:app','XREkR','./test-observability/mochaUtils','TifCi','saveAccessibilityResultsWithRetry','currentTest','mJGIu','ElSXc','UpBXI','timeout','RhdrH','qIQbk','mocha','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','state','executeScript','YgGSK','LRuBw','fRZzD','ZPaNY','Accessibility\x20scan\x20completed\x20successfully','passed','../utils/constants','11678btRwJt','qKiOF','initQuit','driverCleanup','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','bstackA11yScanOptions','stringify','info','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','beforeAll','oOCVY','vNvSK','UwXvn'];a43_0x2d87=function(){return _0x12ef73;};return a43_0x2d87();}function a43_0x2294(_0x4e978d,_0x28c105){const _0x2d87f9=a43_0x2d87();return a43_0x2294=function(_0x229448,_0x12bf60){_0x229448=_0x229448-0x182;let _0x5154ab=_0x2d87f9[_0x229448];return _0x5154ab;},a43_0x2294(_0x4e978d,_0x28c105);}const a43_0x5d33f4=a43_0x2294;(function(_0x37c820,_0x3da611){const _0x40d9ff=a43_0x2294,_0x503a83=_0x37c820();while(!![]){try{const _0x3af123=-parseInt(_0x40d9ff(0x195))/0x1*(-parseInt(_0x40d9ff(0x1e3))/0x2)+-parseInt(_0x40d9ff(0x210))/0x3+-parseInt(_0x40d9ff(0x1ca))/0x4*(parseInt(_0x40d9ff(0x206))/0x5)+-parseInt(_0x40d9ff(0x21a))/0x6*(parseInt(_0x40d9ff(0x23b))/0x7)+-parseInt(_0x40d9ff(0x242))/0x8+parseInt(_0x40d9ff(0x22f))/0x9+parseInt(_0x40d9ff(0x211))/0xa*(parseInt(_0x40d9ff(0x1a8))/0xb);if(_0x3af123===_0x3da611)break;else _0x503a83['push'](_0x503a83['shift']());}catch(_0x20aabf){_0x503a83['push'](_0x503a83['shift']());}}}(a43_0x2d87,0xb9eb0));const util=require(a43_0x5d33f4(0x20a)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x5d33f4(0x19b)),accessibilityRetryHelper=require(a43_0x5d33f4(0x19e)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a43_0x5d33f4(0x1e2)),{percyAutoCapture}=require(a43_0x5d33f4(0x20f)),{sendPlatformDetails}=require(a43_0x5d33f4(0x1ce)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require('../../helpers/helper'),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a43_0x5d33f4(0x24b)),globals=require(a43_0x5d33f4(0x184)),logger=require(a43_0x5d33f4(0x1fc))[a43_0x5d33f4(0x250)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a43_0x5d33f4(0x23f));try{require(a43_0x5d33f4(0x20d))['installAll'](a43_0x5d33f4(0x1d8));}catch(a43_0x26ce28){logger[a43_0x5d33f4(0x205)](a43_0x5d33f4(0x1f7)+(a43_0x26ce28&&a43_0x26ce28[a43_0x5d33f4(0x1f3)]));}exports[a43_0x5d33f4(0x1bd)]={'beforeAll'(){const _0x1d66a2=a43_0x5d33f4,_0x24a01f={'fKlek':function(_0x22918d,_0x13e02f,_0x4bf32f,_0x4e7ff9){return _0x22918d(_0x13e02f,_0x4bf32f,_0x4e7ff9);},'qIQbk':_0x1d66a2(0x21b),'geacS':_0x1d66a2(0x247),'EdBVJ':function(_0x3fe2c5,_0x45d1dd,_0x26550f){return _0x3fe2c5(_0x45d1dd,_0x26550f);},'BowGL':'passed','RBkIf':function(_0x682809){return _0x682809();},'JvvRe':function(_0x441848,_0x2bfc5e,_0x44da0f){return _0x441848(_0x2bfc5e,_0x44da0f);},'pmjaO':_0x1d66a2(0x193),'rcESh':_0x1d66a2(0x1ec)};PerformanceTester[_0x1d66a2(0x1bf)]();const _0x5ce7b6='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x1d66a2(0x1c1)],()=>{const _0x2d00bb=_0x1d66a2,_0xe3fdf5={'YgGSK':function(_0x5f18a5,_0x431153,_0x206628,_0x197e97){const _0xf63c2b=a43_0x2294;return _0x24a01f[_0xf63c2b(0x1aa)](_0x5f18a5,_0x431153,_0x206628,_0x197e97);},'RxAVB':_0x24a01f[_0x2d00bb(0x1d7)],'jJMwP':_0x24a01f['geacS'],'sgVyI':function(_0x7a09a0,_0x14964c,_0x16e868){const _0x589f9b=_0x2d00bb;return _0x24a01f[_0x589f9b(0x241)](_0x7a09a0,_0x14964c,_0x16e868);},'xRyUF':_0x24a01f[_0x2d00bb(0x203)],'rNxNR':function(_0x29897a){const _0x5f4d2f=_0x2d00bb;return _0x24a01f[_0x5f4d2f(0x1a5)](_0x29897a);}};global['__error_messages__']=[],global['__sessionFailed']=![],global['driverCleanup']=async()=>{const _0x387fa6=_0x2d00bb;let _0x3cd347=![];try{await global[_0x387fa6(0x22c)][0x0]['session_'],_0x3cd347=!![],global[_0x387fa6(0x246)]?await _0xe3fdf5[_0x387fa6(0x1dc)](markSessionStatus,global[_0x387fa6(0x22c)][0x0],_0xe3fdf5[_0x387fa6(0x1b0)],global[_0x387fa6(0x18e)][_0x387fa6(0x186)](_0xe3fdf5[_0x387fa6(0x18b)])):await _0xe3fdf5[_0x387fa6(0x1fe)](markSessionStatus,global[_0x387fa6(0x22c)][0x0],_0xe3fdf5['xRyUF']);}catch(_0x1d6460){logger[_0x387fa6(0x205)](_0x387fa6(0x219)+_0x1d6460);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x3cd347)try{try{_0xe3fdf5[_0x387fa6(0x1c2)](shouldProcessEventForTesthub)&&(global[_0x387fa6(0x22c)][0x0]&&await _0xe3fdf5[_0x387fa6(0x1fe)](sendPlatformDetails,global[_0x387fa6(0x22c)][0x0],this[_0x387fa6(0x1d1)]?this[_0x387fa6(0x1d1)][_0x387fa6(0x24e)]:null));}catch(_0x37a4b2){logger[_0x387fa6(0x205)](_0x387fa6(0x185)+_0x37a4b2);}await global['__drivers'][0x0][_0x387fa6(0x1e5)]();}catch(_0x7a3a09){logger[_0x387fa6(0x205)](_0x387fa6(0x1f5)+_0x7a3a09);}};},{'platform':_0x24a01f['JvvRe'](nestedKeyValue,global[_0x1d66a2(0x197)],[_0x24a01f[_0x1d66a2(0x239)]]),'hookType':_0x24a01f['rcESh']})();},'beforeEach'(_0x1c13da){const _0x406464=a43_0x5d33f4,_0x458d28={'EObRz':function(_0x26220b,_0x290d0f){return _0x26220b>_0x290d0f;},'yDmKH':'\x20-\x20','cwrJk':function(_0x30d90b,_0x2be72a,_0x162237){return _0x30d90b(_0x2be72a,_0x162237);},'RzZJc':function(_0x1c7cf7,_0x50edad){return _0x1c7cf7===_0x50edad;},'nCWwA':_0x406464(0x215),'XREkR':_0x406464(0x1e8),'tHXLT':function(_0x58b0fc){return _0x58b0fc();},'VSLrX':_0x406464(0x1c7),'TifCi':_0x406464(0x1fd),'AcdsR':function(_0xad7876,_0x5d4bd6){return _0xad7876===_0x5d4bd6;},'vNvSK':'https:','iTDqL':_0x406464(0x20c),'GRklX':'Automate\x20test\x20case\x20execution\x20has\x20started.','zTchr':function(_0x3effef){return _0x3effef();},'BfYzt':function(_0xf906d4){return _0xf906d4();},'dGmgs':_0x406464(0x182),'goLrl':function(_0x1eddde,_0x5f145b,_0x6a74b5){return _0x1eddde(_0x5f145b,_0x6a74b5);},'Mnsjc':'index','RhdrH':_0x406464(0x18f)};globals['setGlobal'](_0x458d28[_0x406464(0x24c)],this[_0x406464(0x1d1)][_0x406464(0x220)]()[_0x406464(0x186)](_0x458d28[_0x406464(0x1c9)])),PerformanceTester[_0x406464(0x223)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x20f57e=_0x406464,_0x50106e='browserstack internal helper hook';new Promise(async _0x5826e3=>{const _0x148236=a43_0x2294;let _0x16ba3d=!![];try{_0x458d28[_0x148236(0x21d)](global['__drivers'][_0x148236(0x200)],0x1)&&(await global[_0x148236(0x1e6)](),global['__drivers'][_0x148236(0x226)]()),_0x458d28[_0x148236(0x21d)](global[_0x148236(0x22c)][0x0][_0x148236(0x237)],0x0)&&(_0x16ba3d=![],await global['driverCleanup']());}catch(_0x1dc78d){logger[_0x148236(0x205)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x1dc78d);}try{Array[_0x148236(0x221)](global['__drivers'])&&global[_0x148236(0x22c)][0x0]&&(global[_0x148236(0x22c)][0x0][_0x148236(0x188)]=this['currentTest'][_0x148236(0x220)]()[_0x148236(0x186)](_0x458d28[_0x148236(0x1c9)])),global[_0x148236(0x188)]=this[_0x148236(0x1d1)][_0x148236(0x220)]()[_0x148236(0x186)](_0x458d28[_0x148236(0x1c9)]);}catch(_0x365acb){logger[_0x148236(0x205)](_0x148236(0x1f6)+_0x365acb);}this[_0x148236(0x1d1)]['shouldScanTestForAccessibility']=_0x458d28[_0x148236(0x1c0)](shouldScanTestForAccessibility,this['currentTest'][_0x148236(0x220)](),!![]);let _0x525ac8=!![];try{const _0x56154e=JSON['parse'](process['env'][_0x148236(0x20b)]||'{}');_0x458d28['RzZJc'](_0x56154e[_0x148236(0x228)],![])&&(_0x525ac8=![]);}catch(_0x45c93f){logger['debug'](_0x148236(0x192)+_0x45c93f['message']);}const _0x10e18c=_0x525ac8&&this[_0x148236(0x1d1)][_0x148236(0x23c)];globals[_0x148236(0x1f4)](_0x458d28[_0x148236(0x213)],_0x10e18c),globals[_0x148236(0x1f4)](_0x458d28[_0x148236(0x1cd)],null),this[_0x148236(0x1d1)][_0x148236(0x1ff)]=this[_0x148236(0x1d1)]['shouldScanTestForAccessibility'];if(_0x458d28['tHXLT'](isAccessibilityAutomationSession)&&_0x16ba3d&&Array[_0x148236(0x221)](global['__drivers'])&&_0x458d28[_0x148236(0x21d)](global['__drivers'][_0x148236(0x200)],0x0)&&globals[_0x148236(0x1fa)](_0x458d28[_0x148236(0x19c)]))try{const _0x2d7acf=await global[_0x148236(0x22c)][0x0][_0x148236(0x216)];if(_0x2d7acf){let _0x415033=!![];const _0x56c1a5=await global[_0x148236(0x22c)][0x0]['getCurrentUrl']();let _0x542e7c;try{_0x542e7c=new URL(_0x56c1a5),_0x415033=_0x458d28['RzZJc'](_0x542e7c[_0x148236(0x1a1)],_0x458d28[_0x148236(0x1cf)])||_0x458d28[_0x148236(0x227)](_0x542e7c[_0x148236(0x1a1)],_0x458d28[_0x148236(0x1ee)]);}catch(_0x2657d3){_0x415033=![];}_0x415033&&(this[_0x148236(0x1d1)]['shouldScanTestForAccessibility']&&logger['info'](_0x458d28[_0x148236(0x209)])),this[_0x148236(0x1d1)][_0x148236(0x1ff)]=this['currentTest']['shouldScanTestForAccessibility'],_0x10e18c&&logger[_0x148236(0x1ea)](_0x458d28[_0x148236(0x1f2)]);}}catch(_0x49cf62){logger[_0x148236(0x1ae)](_0x148236(0x1af)+util[_0x148236(0x204)](_0x49cf62));}_0x458d28['zTchr'](_0x5826e3);})[_0x20f57e(0x1b8)](()=>{const _0x2d3998=_0x20f57e;_0x458d28[_0x2d3998(0x224)](_0x1c13da);});},{'platform':_0x458d28[_0x406464(0x189)](nestedKeyValue,global[_0x406464(0x197)],[_0x458d28[_0x406464(0x1a2)]]),'hookType':_0x458d28[_0x406464(0x1d6)]})();},'afterEach'(_0x545d44){const _0x30fdef=a43_0x5d33f4,_0x485b00={'TFApq':function(_0x17233a){return _0x17233a();},'oOCVY':'\x20-\x20','acnvz':function(_0x2959f7,_0x3aebf5){return _0x2959f7!==_0x3aebf5;},'dSWIi':_0x30fdef(0x1e1),'vvLQp':function(_0x189961,_0x1bb3a0,_0x147a71){return _0x189961(_0x1bb3a0,_0x147a71);},'UwXvn':function(_0x1887c8,_0x33573f){return _0x1887c8+_0x33573f;},'SGyRt':'Failed:\x20','ZTnzS':'error','FJMfl':_0x30fdef(0x1b3),'dFLrV':_0x30fdef(0x1ea),'yDFNE':function(_0x4ec8bb,_0x53963f){return _0x4ec8bb>_0x53963f;},'agKPG':function(_0x18ddb7,_0x3584ed){return _0x18ddb7===_0x3584ed;},'NHiwQ':_0x30fdef(0x231),'btlXp':_0x30fdef(0x1cc),'TXzoj':function(_0x16c167,_0x294d1d,_0x58ee3d,_0x174b1c){return _0x16c167(_0x294d1d,_0x58ee3d,_0x174b1c);},'ZPaNY':_0x30fdef(0x1c7),'sZRrD':_0x30fdef(0x24a),'hxIay':_0x30fdef(0x215),'IjRyR':_0x30fdef(0x1e7),'XYHVW':_0x30fdef(0x1ab),'OIGKp':_0x30fdef(0x1e0),'fhztr':_0x30fdef(0x19f),'yzAHV':'[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','zVAdB':'Accessibility\x20results\x20saved\x20successfully','SlYHh':_0x30fdef(0x1d9),'fKJDW':_0x30fdef(0x24d),'xWvhL':function(_0xe0f97e){return _0xe0f97e();},'pGFWU':function(_0x202569){return _0x202569();},'NaaMU':function(_0x326e0a,_0x332605,_0x512002){return _0x326e0a(_0x332605,_0x512002);},'CAPeS':'debug','VaXCD':function(_0x3e45ff){return _0x3e45ff();},'gbqkB':_0x30fdef(0x1ba),'szULk':_0x30fdef(0x193),'JzTZW':'afterEach'},_0x385bee='browserstack internal helper hook';this[_0x30fdef(0x1d5)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x485b00['gbqkB']]),global[_0x30fdef(0x1a4)]=this['currentTest'][_0x30fdef(0x220)]()[_0x30fdef(0x186)](_0x485b00['oOCVY']),PerformanceTester[_0x30fdef(0x223)](PerformanceSdkEvents[_0x30fdef(0x1c1)],()=>{const _0x18adb6=_0x30fdef,_0x442462={'nnlaA':_0x485b00[_0x18adb6(0x1ed)],'MgXfz':function(_0x1a029a,_0xc07d83){const _0x1227f0=_0x18adb6;return _0x485b00[_0x1227f0(0x1b7)](_0x1a029a,_0xc07d83);},'nhCKX':_0x485b00[_0x18adb6(0x1f1)],'dXeoz':function(_0x253494,_0x9f8944,_0x5c5b41){return _0x485b00['vvLQp'](_0x253494,_0x9f8944,_0x5c5b41);},'mDyaC':function(_0x587fb1,_0x2dce12){const _0x39d0e9=_0x18adb6;return _0x485b00[_0x39d0e9(0x1ef)](_0x587fb1,_0x2dce12);},'yGORG':_0x485b00[_0x18adb6(0x19d)],'hMhMQ':_0x485b00[_0x18adb6(0x190)],'mJGIu':_0x485b00[_0x18adb6(0x1b1)],'yWEpx':_0x485b00['dFLrV'],'TIvIU':function(_0x462f9a,_0x175340){const _0x35b107=_0x18adb6;return _0x485b00[_0x35b107(0x183)](_0x462f9a,_0x175340);},'inhqH':function(_0x5c1d56,_0x3a3b7a){const _0x91f1ef=_0x18adb6;return _0x485b00[_0x91f1ef(0x198)](_0x5c1d56,_0x3a3b7a);},'GadnW':_0x485b00[_0x18adb6(0x244)],'IdjAG':function(_0x254f0e,_0x315b6b){const _0x2884cd=_0x18adb6;return _0x485b00[_0x2884cd(0x183)](_0x254f0e,_0x315b6b);},'NfeEu':_0x485b00[_0x18adb6(0x1a7)],'WysdH':function(_0x341c81,_0x136ae2,_0x165a0a,_0x3364a6){const _0x4a0421=_0x18adb6;return _0x485b00[_0x4a0421(0x1fb)](_0x341c81,_0x136ae2,_0x165a0a,_0x3364a6);},'DgRUc':_0x485b00[_0x18adb6(0x1df)],'bfMvT':_0x485b00['sZRrD'],'FQYix':_0x485b00[_0x18adb6(0x22b)],'oBLBv':_0x485b00[_0x18adb6(0x1ad)],'WcniV':_0x485b00[_0x18adb6(0x1b2)],'HIZsB':_0x485b00[_0x18adb6(0x222)],'bqZqg':_0x485b00[_0x18adb6(0x196)],'vjCTg':_0x485b00['yzAHV'],'LRuBw':_0x485b00[_0x18adb6(0x1c4)],'GALFk':_0x485b00['SlYHh'],'hmrxG':_0x485b00['fKJDW'],'XsDRI':function(_0x2a62ee){return _0x485b00['xWvhL'](_0x2a62ee);},'NwlUk':function(_0xf7fac1,_0x400ce6,_0x34f56b){return _0x485b00['vvLQp'](_0xf7fac1,_0x400ce6,_0x34f56b);},'ElSXc':function(_0x2e4557){return _0x485b00['pGFWU'](_0x2e4557);},'NNUNc':function(_0x36e720,_0x798868,_0x52c4a0){const _0x2e7e81=_0x18adb6;return _0x485b00[_0x2e7e81(0x24f)](_0x36e720,_0x798868,_0x52c4a0);},'UpBXI':_0x485b00[_0x18adb6(0x1f9)],'PXJJf':function(_0x5788f7,_0x1318d4){const _0x54e1c5=_0x18adb6;return _0x485b00[_0x54e1c5(0x183)](_0x5788f7,_0x1318d4);},'lWDrp':function(_0x45f77f){const _0x185079=_0x18adb6;return _0x485b00[_0x185079(0x1a9)](_0x45f77f);}},_0x3f97fa=async(_0x190aa2,_0x1eafb0)=>{const _0x1a2889=_0x18adb6;await global[_0x1a2889(0x22c)][0x0][_0x1a2889(0x1db)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x190aa2+_0x1a2889(0x18d)+_0x1eafb0+'\x22}}');};new Promise(async _0xa46a07=>{const _0x21b454=_0x18adb6,_0x6c3b10={'XMtNk':_0x442462[_0x21b454(0x199)],'qKiOF':function(_0x157488,_0x581111){return _0x442462['MgXfz'](_0x157488,_0x581111);},'fRZzD':_0x442462[_0x21b454(0x1bc)],'avtbX':function(_0x188eb2,_0x49538c,_0x17e26c){const _0x1e19b3=_0x21b454;return _0x442462[_0x1e19b3(0x218)](_0x188eb2,_0x49538c,_0x17e26c);},'cSTUW':function(_0x4678dc,_0x4236d1){const _0x4ebb88=_0x21b454;return _0x442462[_0x4ebb88(0x243)](_0x4678dc,_0x4236d1);},'XJgJA':_0x442462['yGORG'],'gpVnB':_0x442462[_0x21b454(0x1ac)],'kvSSV':_0x442462[_0x21b454(0x1d2)],'ZPzvO':_0x442462[_0x21b454(0x22e)]};try{_0x442462[_0x21b454(0x194)](global['__drivers'][_0x21b454(0x200)],0x1)&&(await global[_0x21b454(0x1e6)](),global[_0x21b454(0x22c)][_0x21b454(0x226)](),global[_0x21b454(0x18e)]=[],global[_0x21b454(0x246)]=![]);try{if(global[_0x21b454(0x225)]&&_0x442462[_0x21b454(0x1f8)](global['percyCaptureMode'],_0x442462[_0x21b454(0x232)])&&global[_0x21b454(0x22c)][0x0]){const _0x35abcf=_0x442462['IdjAG'](global[_0x21b454(0x201)][_0x21b454(0x200)],0x0)?!!global[_0x21b454(0x201)][0x0]['app']||!!global[_0x21b454(0x201)][0x0][_0x442462[_0x21b454(0x235)]]:![],_0x1e8208={};_0x1e8208[_0x21b454(0x23e)]=_0x35abcf,await _0x442462[_0x21b454(0x1c6)](percyAutoCapture,global[_0x21b454(0x22c)][0x0],_0x442462[_0x21b454(0x232)],_0x1e8208);}}catch(_0x1ebae0){logger[_0x21b454(0x205)](_0x21b454(0x1b6)+_0x1ebae0);}!global[_0x21b454(0x214)]&&(await PerformanceTester[_0x21b454(0x223)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x2e3d97=_0x21b454;await global[_0x2e3d97(0x22c)][0x0]['executeScript'](_0x2e3d97(0x21e)+JSON[_0x2e3d97(0x1e9)](this[_0x2e3d97(0x1d1)]['titlePath']()[_0x2e3d97(0x186)](_0x6c3b10[_0x2e3d97(0x202)]))+'}}');})(),global['__drivers'][0x0][_0x21b454(0x1cb)]=!![]),await PerformanceTester[_0x21b454(0x223)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x5128a2=_0x21b454,_0x519f2b=_0x6c3b10[_0x5128a2(0x1e4)](this['currentTest'][_0x5128a2(0x1da)],_0x6c3b10[_0x5128a2(0x1de)]);_0x519f2b?(global[_0x5128a2(0x246)]=!![],global['__error_messages__'][_0x5128a2(0x1a6)](this['currentTest'][_0x5128a2(0x1c5)][_0x5128a2(0x1f3)]),await _0x6c3b10['avtbX'](_0x3f97fa,JSON[_0x5128a2(0x1e9)](_0x6c3b10[_0x5128a2(0x187)](_0x6c3b10[_0x5128a2(0x1b4)],this[_0x5128a2(0x1d1)]['err'][_0x5128a2(0x1f3)])),_0x6c3b10[_0x5128a2(0x1c3)])):await _0x6c3b10[_0x5128a2(0x234)](_0x3f97fa,JSON[_0x5128a2(0x1e9)](_0x6c3b10['kvSSV']),_0x6c3b10[_0x5128a2(0x19a)]);})();}catch(_0x4df6a3){logger[_0x21b454(0x205)](_0x21b454(0x229)+_0x4df6a3);}try{if(this[_0x21b454(0x1d1)]['accessibilityScanStarted']&&globals[_0x21b454(0x1fa)](_0x442462[_0x21b454(0x18c)])){logger[_0x21b454(0x1ea)](_0x442462['bfMvT']);const _0x8931e9={};_0x8931e9[_0x21b454(0x217)]=this[_0x21b454(0x1d1)][_0x21b454(0x24e)],_0x8931e9[_0x21b454(0x238)]=process[_0x21b454(0x240)][testHubConstants[_0x21b454(0x248)][_0x21b454(0x236)]],_0x8931e9[_0x21b454(0x1bb)]=process[_0x21b454(0x240)][testHubConstants[_0x21b454(0x248)][_0x21b454(0x1c8)]];const _0x190454=_0x8931e9;logger[_0x21b454(0x205)](_0x21b454(0x1eb)+JSON['stringify'](_0x190454));if(globals[_0x21b454(0x1fa)](_0x442462[_0x21b454(0x212)])){logger[_0x21b454(0x205)](_0x442462[_0x21b454(0x1a0)]);const _0x37aa13={};_0x37aa13[_0x21b454(0x251)]=_0x442462['WcniV'];const _0x1d739e=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x21b454(0x23a)],async()=>{const _0x3d914a=_0x21b454;return await accessibilityRetryHelper[_0x3d914a(0x22a)](global[_0x3d914a(0x22c)][0x0],global[_0x3d914a(0x188)]);},_0x37aa13)();_0x1d739e?logger[_0x21b454(0x205)](_0x442462['HIZsB']):logger[_0x21b454(0x208)](_0x442462[_0x21b454(0x191)]);}else logger[_0x21b454(0x205)](_0x442462['vjCTg']);const _0x1b3ae0=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x164e14=_0x21b454;return await accessibilityRetryHelper[_0x164e14(0x1d0)](global[_0x164e14(0x22c)][0x0],_0x190454);})();_0x1b3ae0?logger[_0x21b454(0x205)](_0x442462[_0x21b454(0x1dd)]):logger['warn'](_0x442462[_0x21b454(0x1f0)]),logger[_0x21b454(0x1ea)](_0x442462[_0x21b454(0x1be)]);}}catch(_0x4757b3){logger[_0x21b454(0x1ae)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this['currentTest'][_0x21b454(0x220)]()+_0x21b454(0x249),_0x4757b3);}try{try{if(_0x442462[_0x21b454(0x22d)](shouldProcessEventForTesthub)){global[_0x21b454(0x22c)][0x0]&&await _0x442462[_0x21b454(0x21f)](sendPlatformDetails,global['__drivers'][0x0],this['currentTest']?this['currentTest'][_0x21b454(0x24e)]:null);if(_0x442462[_0x21b454(0x1d3)](isBrowserstackInfra)){PerformanceTester[_0x21b454(0x1a3)](PerformanceO11yEvents[_0x21b454(0x245)]);const _0x4c9859='ObservabilitySync:'+Date[_0x21b454(0x233)]();await _0x442462[_0x21b454(0x207)](_0x3f97fa,JSON[_0x21b454(0x1e9)](_0x4c9859),_0x442462[_0x21b454(0x1d4)]),PerformanceTester['end'](PerformanceO11yEvents['SYNC']);}}}catch(_0x6aeb8f){logger['debug'](_0x21b454(0x1b9)+_0x6aeb8f),PerformanceTester[_0x21b454(0x18a)](PerformanceO11yEvents[_0x21b454(0x245)],![],_0x6aeb8f);}_0x442462['PXJJf'](global[_0x21b454(0x22c)][0x0][_0x21b454(0x237)],0x0)&&await global[_0x21b454(0x1e6)]();}catch(_0x502b9c){logger[_0x21b454(0x205)](_0x21b454(0x1f5)+_0x502b9c);}_0x442462[_0x21b454(0x230)](_0xa46a07);})['then'](()=>{_0x485b00['TFApq'](_0x545d44);});},{'platform':_0x485b00[_0x30fdef(0x24f)](nestedKeyValue,global[_0x30fdef(0x197)],[_0x485b00['szULk']]),'hookType':_0x485b00['JzTZW']})();},'afterAll'(_0x307179){const _0x5e4b77=a43_0x5d33f4,_0x4b575a={'Ioyhi':function(_0x30de81){return _0x30de81();},'rZFUo':function(_0x22e618){return _0x22e618();},'eyNPz':_0x5e4b77(0x1ba),'enwVk':function(_0x3ee20c,_0x16cd07,_0x10c617){return _0x3ee20c(_0x16cd07,_0x10c617);},'kOuib':_0x5e4b77(0x193),'DRFQF':_0x5e4b77(0x1b5)},_0x5bb756='browserstack internal helper hook';this[_0x5e4b77(0x1d5)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x4b575a[_0x5e4b77(0x20e)]]),PerformanceTester[_0x5e4b77(0x223)](PerformanceSdkEvents[_0x5e4b77(0x1c1)],()=>{const _0x213726=_0x5e4b77,_0x4cce45={'MBtzC':function(_0x29eaa5){const _0x5a9e2a=a43_0x2294;return _0x4b575a[_0x5a9e2a(0x23d)](_0x29eaa5);}};new Promise(async _0x513474=>{const _0x9fa585=a43_0x2294;await global['driverCleanup'](),_0x4cce45[_0x9fa585(0x21c)](_0x513474);})[_0x213726(0x1b8)]()['finally'](()=>{_0x4b575a['Ioyhi'](_0x307179);});},{'platform':_0x4b575a['enwVk'](nestedKeyValue,global['__platformCaps'],[_0x4b575a['kOuib']]),'hookType':_0x4b575a['DRFQF']})();}};
1
+ const a43_0x37df49=a43_0x5dd3;function a43_0x3455(){const _0x2edcf2=['jqqYV','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','qVWpx','IgrVw','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','WXexb','uMnTO','bstackA11yShouldScan','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../utils/constants','tgbui','__error_messages__','FMKdD','shift','2099185iKQLsT','winstonLogger','https:','getCurrentUrl','42QpDwex','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','protocol','ObservabilitySync:','wttRG','Mocha','SAVE_RESULTS','YVfaH','lReVF','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','EHBLy','shouldScanTestForAccessibility','Asufm','mocha','WvulV','../../helpers/helper','TJRAr','debug','\x20|\x20','session_','format','index','__sessionFailed','Accessibility\x20scan\x20completed\x20successfully','OfQYs','__platformCaps','cceMB','./test-observability/mochaUtils','QaxvL','oeWNE','end','FMrsP','HuZSr','gbnrC','sessionName','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','accessibilityScanStarted','kWGdz','push','CwOpZ','../../helpers/driverInitErrorReporter','133PVFcCH','measureWrapper','PfjiA','BEiHe','PIspJ','18NELsBB','message','browserstackSessionName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','length','Nhrdj','__bstackPlatformReported','titlePath','RPvKC','ffexk','setGlobal','isAccessibilityPlatform','BROWSERSTACK_TESTHUB_UUID','RWUfc','error','Automate\x20test\x20case\x20execution\x20has\x20started.','appium:app','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','../../helpers/accessibility-automation/accessibilityRetryHelper','EkixU','135517WecsjT','qKAfM','testAnalyticsId','gogUf','Passed','executeScript','uzOxZ','../../helpers/testhub/constants','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','VPZOa','ZPKwK','YEBFK','browserstackTestName','uOWPG','getGlobal','SESSION_STATUS','46736eFUMJE','util','Failed\x20to\x20store\x20session\x20name:\x20','finally','uTsNi','passed','afterTest','../../helpers/percy/utils','2617684wtfWUs','BDZKU','jFQjn','currentTest','bVIdv','failed','RAsOc','saveAccessibilityResultsWithRetry','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','percyCaptureMode','2697070KWpFSz','oGBbz','SDK_HOOK','twgNr','OdADS','bFxda','tXpqi','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','vBbQU','eHAIy','afterEach','parse','GRvDp','command','env','BROWSERSTACK_TESTHUB_JWT','driver-init\x20capture\x20install\x20failed:\x20','gRaXq','warn','capabilities','SYNC','../../helpers/logger','\x20-\x20','isArray','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','bWkXv','wlGAh',',\x22level\x22:\x20\x22','fBdbh','ENV_VAR','../../helpers/testhub/utils','../../helpers/performance/constants','dDNly','InwaA','fnaGP','info','now','qMwXc','__drivers','daXXi','BEnaJ','qovfs','mgONX','326915IyUOHc','SxBYW','timeout','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','beforeAll','stringify','KMilM','initQuit','lQQSC','dwObT','state','ekwFJ','JESea','then','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','YzUHe','autoScanning','obaSc','VdfhK','xyDUd','err','UQuNb','418521GeNruL','juTFU','2WJVezF','join','YEwAN','quitCount_','BceQf','driverCleanup','SdnMb','percy','dVQRD','IyBoi','__bstackOwningRunUuid','umtmZ','UyDgp'];a43_0x3455=function(){return _0x2edcf2;};return a43_0x3455();}(function(_0x32a999,_0x46bc53){const _0x897715=a43_0x5dd3,_0x102e32=_0x32a999();while(!![]){try{const _0x270508=-parseInt(_0x897715(0x1b5))/0x1*(parseInt(_0x897715(0x21a))/0x2)+parseInt(_0x897715(0x218))/0x3+-parseInt(_0x897715(0x1cd))/0x4+-parseInt(_0x897715(0x202))/0x5*(-parseInt(_0x897715(0x239))/0x6)+parseInt(_0x897715(0x262))/0x7*(-parseInt(_0x897715(0x1c5))/0x8)+-parseInt(_0x897715(0x1a1))/0x9*(-parseInt(_0x897715(0x1d7))/0xa)+parseInt(_0x897715(0x235))/0xb;if(_0x270508===_0x46bc53)break;else _0x102e32['push'](_0x102e32['shift']());}catch(_0x4d5922){_0x102e32['push'](_0x102e32['shift']());}}}(a43_0x3455,0x68205));const util=require(a43_0x37df49(0x1c6)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a43_0x37df49(0x1b3)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a43_0x37df49(0x230)),{percyAutoCapture}=require(a43_0x37df49(0x1cc)),{sendPlatformDetails}=require(a43_0x37df49(0x254)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a43_0x37df49(0x248)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a43_0x37df49(0x1f6)),globals=require('../../helpers/globals'),logger=require(a43_0x37df49(0x1ec))[a43_0x37df49(0x236)],{shouldProcessEventForTesthub}=require(a43_0x37df49(0x1f5)),testHubConstants=require(a43_0x37df49(0x1bc));try{require(a43_0x37df49(0x261))['installAll'](a43_0x37df49(0x246));}catch(a43_0x1c8372){logger[a43_0x37df49(0x24a)](a43_0x37df49(0x1e7)+(a43_0x1c8372&&a43_0x1c8372[a43_0x37df49(0x1a2)]));}function a43_0x5dd3(_0x3b76d7,_0x3152ed){const _0x345550=a43_0x3455();return a43_0x5dd3=function(_0x5dd39a,_0x33ae36){_0x5dd39a=_0x5dd39a-0x1a0;let _0x940f29=_0x345550[_0x5dd39a];return _0x940f29;},a43_0x5dd3(_0x3b76d7,_0x3152ed);}exports['mochaHooks']={'beforeAll'(){const _0x620b99=a43_0x37df49,_0x1af817={'IgrVw':function(_0x3e14f5,_0xc97a6,_0x3487f0,_0x537cb9){return _0x3e14f5(_0xc97a6,_0x3487f0,_0x537cb9);},'qVWpx':_0x620b99(0x1d2),'qovfs':_0x620b99(0x24b),'LROcw':function(_0x21b475,_0x5c7681,_0x507dfd){return _0x21b475(_0x5c7681,_0x507dfd);},'IqkUN':_0x620b99(0x1ca),'CwOpZ':function(_0xb85243){return _0xb85243();},'NHBvN':function(_0x1c09f8,_0x20d08f,_0x25ed20){return _0x1c09f8(_0x20d08f,_0x25ed20);},'tAfgK':function(_0x438a59,_0x259c81,_0x175f46){return _0x438a59(_0x259c81,_0x175f46);},'oGBbz':_0x620b99(0x24e),'EHBLy':_0x620b99(0x206)};PerformanceTester['startMonitoring']();const _0x59e52e='browserstack internal helper hook';PerformanceTester[_0x620b99(0x263)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x56e9f7=_0x620b99;global['__error_messages__']=[],global[_0x56e9f7(0x24f)]=![],global[_0x56e9f7(0x21f)]=async()=>{const _0x59e666=_0x56e9f7;let _0x549abb=![];try{await global[_0x59e666(0x1fd)][0x0]['session_'],_0x549abb=!![],global[_0x59e666(0x24f)]?await _0x1af817[_0x59e666(0x22a)](markSessionStatus,global[_0x59e666(0x1fd)][0x0],_0x1af817[_0x59e666(0x229)],global[_0x59e666(0x232)][_0x59e666(0x21b)](_0x1af817[_0x59e666(0x200)])):await _0x1af817['LROcw'](markSessionStatus,global[_0x59e666(0x1fd)][0x0],_0x1af817['IqkUN']);}catch(_0x54c83e){logger[_0x59e666(0x24a)](_0x59e666(0x242)+_0x54c83e);}global['__error_messages__']=[],global[_0x59e666(0x24f)]=![];if(_0x549abb)try{try{if(_0x1af817[_0x59e666(0x260)](shouldProcessEventForTesthub)){const _0x6074fb=global[_0x59e666(0x1fd)][0x0];if(_0x6074fb&&!_0x6074fb[_0x59e666(0x1a7)]&&_0x6074fb[_0x59e666(0x224)]){const _0x28f3cb=await _0x1af817['NHBvN'](sendPlatformDetails,_0x6074fb,_0x6074fb['__bstackOwningRunUuid']);_0x28f3cb&&(_0x6074fb[_0x59e666(0x1a7)]=!![]);}}}catch(_0x374927){logger[_0x59e666(0x24a)]('Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20'+_0x374927);}await global[_0x59e666(0x1fd)][0x0][_0x59e666(0x209)]();}catch(_0x2f3be2){logger[_0x59e666(0x24a)](_0x59e666(0x1b2)+_0x2f3be2);}};},{'platform':_0x1af817['tAfgK'](nestedKeyValue,global['__platformCaps'],[_0x1af817[_0x620b99(0x1d8)]]),'hookType':_0x1af817[_0x620b99(0x243)]})();},'beforeEach'(_0x199c19){const _0x2cf362=a43_0x37df49,_0x4bcb32={'wlGAh':function(_0x432696){return _0x432696();},'ffexk':function(_0x5c1ac7,_0x4c0df5){return _0x5c1ac7>_0x4c0df5;},'eHAIy':'\x20-\x20','VWqAB':function(_0x4f8412,_0x3834cc,_0x1c3778){return _0x4f8412(_0x3834cc,_0x1c3778);},'LSvYQ':function(_0x9c289f,_0x326f18){return _0x9c289f===_0x326f18;},'QcPsi':'bstackA11yShouldScan','BEnaJ':'bstackA11yScanOptions','XnoKo':_0x2cf362(0x1ac),'UyDgp':'http:','JESea':function(_0xb1fec7,_0x421678){return _0xb1fec7===_0x421678;},'Nhrdj':_0x2cf362(0x237),'SxBYW':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','SdnMb':_0x2cf362(0x1b0),'ekwFJ':_0x2cf362(0x1c1),'bFxda':function(_0x27d9c4,_0x4e6280,_0x270c45){return _0x27d9c4(_0x4e6280,_0x270c45);},'FMrsP':_0x2cf362(0x24e),'xGKVq':'beforeEach'};globals[_0x2cf362(0x1ab)](_0x4bcb32[_0x2cf362(0x20d)],this[_0x2cf362(0x1d0)][_0x2cf362(0x1a8)]()[_0x2cf362(0x21b)](_0x4bcb32[_0x2cf362(0x1e0)])),PerformanceTester[_0x2cf362(0x263)](PerformanceSdkEvents[_0x2cf362(0x1d9)],()=>{const _0x5fde92=_0x2cf362,_0x98e469={'RWUfc':function(_0x95e3db,_0x1d6a33){const _0x10a66b=a43_0x5dd3;return _0x4bcb32[_0x10a66b(0x1aa)](_0x95e3db,_0x1d6a33);},'GRvDp':_0x4bcb32[_0x5fde92(0x1e0)],'UVIcc':function(_0x5c952d,_0x243b29,_0x1c8a2a){return _0x4bcb32['VWqAB'](_0x5c952d,_0x243b29,_0x1c8a2a);},'YtYDw':function(_0x3fe185,_0x33ab5d){return _0x4bcb32['LSvYQ'](_0x3fe185,_0x33ab5d);},'IyBoi':_0x4bcb32['QcPsi'],'EkixU':_0x4bcb32[_0x5fde92(0x1ff)],'KMilM':function(_0x2a3e22){return _0x4bcb32['wlGAh'](_0x2a3e22);},'wttRG':_0x4bcb32['XnoKo'],'WvulV':_0x4bcb32[_0x5fde92(0x226)],'VHbIM':function(_0x542410,_0x212c28){const _0x26e2dd=_0x5fde92;return _0x4bcb32[_0x26e2dd(0x20e)](_0x542410,_0x212c28);},'gRaXq':_0x4bcb32[_0x5fde92(0x1a6)],'yrAxH':_0x4bcb32[_0x5fde92(0x203)],'pVOlW':_0x4bcb32[_0x5fde92(0x220)],'uTsNi':function(_0x3864ba){return _0x4bcb32['wlGAh'](_0x3864ba);}},_0x64aced='browserstack internal helper hook';new Promise(async _0x5d0e28=>{const _0x4e7e89=_0x5fde92;let _0x57a848=!![];try{_0x98e469[_0x4e7e89(0x1ae)](global[_0x4e7e89(0x1fd)][_0x4e7e89(0x1a5)],0x1)&&(await global[_0x4e7e89(0x21f)](),global[_0x4e7e89(0x1fd)][_0x4e7e89(0x234)]()),_0x98e469[_0x4e7e89(0x1ae)](global['__drivers'][0x0][_0x4e7e89(0x21d)],0x0)&&(_0x57a848=![],await global[_0x4e7e89(0x21f)]());}catch(_0x584394){logger[_0x4e7e89(0x24a)](_0x4e7e89(0x1b2)+_0x584394);}try{Array[_0x4e7e89(0x1ee)](global[_0x4e7e89(0x1fd)])&&global[_0x4e7e89(0x1fd)][0x0]&&(global[_0x4e7e89(0x1fd)][0x0][_0x4e7e89(0x1a3)]=this[_0x4e7e89(0x1d0)][_0x4e7e89(0x1a8)]()['join'](_0x98e469[_0x4e7e89(0x1e3)])),global[_0x4e7e89(0x1a3)]=this[_0x4e7e89(0x1d0)][_0x4e7e89(0x1a8)]()['join'](_0x98e469['GRvDp']);}catch(_0x52d7c0){logger[_0x4e7e89(0x24a)](_0x4e7e89(0x1c7)+_0x52d7c0);}this[_0x4e7e89(0x1d0)][_0x4e7e89(0x244)]=_0x98e469['UVIcc'](shouldScanTestForAccessibility,this[_0x4e7e89(0x1d0)][_0x4e7e89(0x1a8)](),!![]);let _0x184589=!![];try{const _0x470fdb=JSON[_0x4e7e89(0x1e2)](process[_0x4e7e89(0x1e5)][_0x4e7e89(0x1a4)]||'{}');_0x98e469['YtYDw'](_0x470fdb[_0x4e7e89(0x212)],![])&&(_0x184589=![]);}catch(_0x1f61ca){logger[_0x4e7e89(0x24a)](_0x4e7e89(0x1ef)+_0x1f61ca['message']);}const _0x82956a=_0x184589&&this[_0x4e7e89(0x1d0)][_0x4e7e89(0x244)];globals['setGlobal'](_0x98e469[_0x4e7e89(0x223)],_0x82956a),globals[_0x4e7e89(0x1ab)](_0x98e469[_0x4e7e89(0x1b4)],null),this[_0x4e7e89(0x1d0)][_0x4e7e89(0x25d)]=this[_0x4e7e89(0x1d0)][_0x4e7e89(0x244)];if(_0x98e469[_0x4e7e89(0x208)](isAccessibilityAutomationSession)&&_0x57a848&&Array['isArray'](global[_0x4e7e89(0x1fd)])&&_0x98e469[_0x4e7e89(0x1ae)](global[_0x4e7e89(0x1fd)][_0x4e7e89(0x1a5)],0x0)&&globals[_0x4e7e89(0x1c3)](_0x98e469[_0x4e7e89(0x23d)]))try{const _0xa2c425=await global[_0x4e7e89(0x1fd)][0x0][_0x4e7e89(0x24c)];if(_0xa2c425){let _0x5137d2=!![];const _0x428fbf=await global[_0x4e7e89(0x1fd)][0x0][_0x4e7e89(0x238)]();let _0x5bc03a;try{_0x5bc03a=new URL(_0x428fbf),_0x5137d2=_0x98e469['YtYDw'](_0x5bc03a[_0x4e7e89(0x23b)],_0x98e469[_0x4e7e89(0x247)])||_0x98e469['VHbIM'](_0x5bc03a[_0x4e7e89(0x23b)],_0x98e469[_0x4e7e89(0x1e8)]);}catch(_0x190786){_0x5137d2=![];}_0x5137d2&&(this['currentTest'][_0x4e7e89(0x244)]&&logger[_0x4e7e89(0x1fa)](_0x98e469['yrAxH'])),this['currentTest']['accessibilityScanStarted']=this[_0x4e7e89(0x1d0)][_0x4e7e89(0x244)],_0x82956a&&logger['info'](_0x98e469['pVOlW']);}}catch(_0xec51ad){logger['error']('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+util[_0x4e7e89(0x24d)](_0xec51ad));}_0x98e469[_0x4e7e89(0x1c9)](_0x5d0e28);})[_0x5fde92(0x20f)](()=>{const _0x1d96bf=_0x5fde92;_0x4bcb32[_0x1d96bf(0x1f1)](_0x199c19);});},{'platform':_0x4bcb32[_0x2cf362(0x1dc)](nestedKeyValue,global['__platformCaps'],[_0x4bcb32[_0x2cf362(0x258)]]),'hookType':_0x4bcb32['xGKVq']})();},'afterEach'(_0x3f4043){const _0x44332a=a43_0x37df49,_0x564125={'FMKdD':function(_0x2d13ef){return _0x2d13ef();},'qKAfM':function(_0x4e4253,_0x1272b2){return _0x4e4253!==_0x1272b2;},'BEiHe':_0x44332a(0x1ca),'vbrWV':function(_0x1edc99,_0x3c1163,_0x4b2ec0){return _0x1edc99(_0x3c1163,_0x4b2ec0);},'PIspJ':function(_0x36256e,_0x4f959d){return _0x36256e+_0x4f959d;},'mgONX':'Failed:\x20','TJRAr':_0x44332a(0x1af),'YzUHe':_0x44332a(0x1b9),'PfjiA':'info','sawJu':_0x44332a(0x1ed),'twgNr':function(_0x4f922a,_0x23985e){return _0x4f922a>_0x23985e;},'WXexb':function(_0x59ea9a,_0x16ba12){return _0x59ea9a===_0x16ba12;},'bVIdv':'testcase','tXpqi':_0x44332a(0x1b1),'dwObT':function(_0x5c3941,_0x470f61,_0x5c2811,_0x781c5){return _0x5c3941(_0x470f61,_0x5c2811,_0x781c5);},'vBbQU':_0x44332a(0x1ac),'BceQf':_0x44332a(0x23a),'VPZOa':_0x44332a(0x22e),'jJLib':'Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','EIiuc':_0x44332a(0x1cb),'qMwXc':_0x44332a(0x250),'UQuNb':_0x44332a(0x228),'YEwAN':'[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','umtmZ':'Accessibility\x20results\x20saved\x20successfully','QXYAr':_0x44332a(0x25c),'lReVF':_0x44332a(0x22b),'cceMB':function(_0x1d6ccc){return _0x1d6ccc();},'UTChE':function(_0x2cff02){return _0x2cff02();},'fnaGP':'debug','jFQjn':function(_0x14588a){return _0x14588a();},'OfQYs':_0x44332a(0x23e),'uEMhe':'index','daXXi':_0x44332a(0x1e1)},_0x12204e='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x564125[_0x44332a(0x251)]]),global[_0x44332a(0x25b)]=this[_0x44332a(0x1d0)][_0x44332a(0x1a8)]()['join'](_0x564125['sawJu']),PerformanceTester[_0x44332a(0x263)](PerformanceSdkEvents[_0x44332a(0x1d9)],()=>{const _0x59964f=_0x44332a,_0x1268bd={'OdADS':function(_0x10e912,_0x585dcc){const _0xb1d20=a43_0x5dd3;return _0x564125[_0xb1d20(0x1b6)](_0x10e912,_0x585dcc);},'fBdbh':_0x564125[_0x59964f(0x265)],'dVQRD':function(_0x35e055,_0x36257c,_0xf34c20){return _0x564125['vbrWV'](_0x35e055,_0x36257c,_0xf34c20);},'BDZKU':function(_0x2700f9,_0x1887bb){const _0x4210e3=_0x59964f;return _0x564125[_0x4210e3(0x1a0)](_0x2700f9,_0x1887bb);},'KFwbQ':_0x564125[_0x59964f(0x201)],'uOWPG':_0x564125[_0x59964f(0x249)],'YdyxL':_0x564125[_0x59964f(0x211)],'ZPKwK':_0x564125[_0x59964f(0x264)],'dDNly':_0x564125['sawJu'],'HuZSr':function(_0x40cd18,_0x556815){return _0x564125['twgNr'](_0x40cd18,_0x556815);},'YVfaH':function(_0x2f161b,_0x12e6ce){const _0x161168=_0x59964f;return _0x564125[_0x161168(0x22c)](_0x2f161b,_0x12e6ce);},'jDWTw':_0x564125[_0x59964f(0x1d1)],'VdfhK':function(_0x15048f,_0x46caec){const _0x168bd8=_0x59964f;return _0x564125[_0x168bd8(0x1da)](_0x15048f,_0x46caec);},'uzOxZ':_0x564125[_0x59964f(0x1dd)],'bWkXv':function(_0x52791d,_0x292882,_0x3776f7,_0x2eb2fc){const _0x22afc4=_0x59964f;return _0x564125[_0x22afc4(0x20b)](_0x52791d,_0x292882,_0x3776f7,_0x2eb2fc);},'gogUf':_0x564125[_0x59964f(0x1df)],'gbnrC':_0x564125[_0x59964f(0x21e)],'Asufm':_0x564125[_0x59964f(0x1be)],'jqqYV':_0x564125['jJLib'],'QaxvL':_0x564125['EIiuc'],'YEBFK':_0x564125[_0x59964f(0x1fc)],'obaSc':_0x564125[_0x59964f(0x217)],'RPvKC':_0x564125[_0x59964f(0x21c)],'lQQSC':_0x564125[_0x59964f(0x225)],'DAHID':_0x564125['QXYAr'],'AuiVG':_0x564125[_0x59964f(0x241)],'oeWNE':function(_0x5c7f0a){const _0x1e54b4=_0x59964f;return _0x564125[_0x1e54b4(0x253)](_0x5c7f0a);},'InwaA':function(_0x185b50){return _0x564125['UTChE'](_0x185b50);},'RAsOc':_0x564125[_0x59964f(0x1f9)],'uMnTO':function(_0x20b5d7){const _0x3cbbd0=_0x59964f;return _0x564125[_0x3cbbd0(0x1cf)](_0x20b5d7);}},_0x19d924=async(_0x5a842f,_0x541cc3)=>{const _0x280be2=_0x59964f;await global[_0x280be2(0x1fd)][0x0][_0x280be2(0x1ba)](_0x280be2(0x22f)+_0x5a842f+_0x280be2(0x1f2)+_0x541cc3+'\x22}}');};new Promise(async _0x3df2aa=>{const _0x4479a7=_0x59964f,_0x342434={};_0x342434[_0x4479a7(0x231)]=_0x1268bd[_0x4479a7(0x1f7)];const _0x2c7f20=_0x342434;try{_0x1268bd[_0x4479a7(0x259)](global[_0x4479a7(0x1fd)][_0x4479a7(0x1a5)],0x1)&&(await global[_0x4479a7(0x21f)](),global[_0x4479a7(0x1fd)][_0x4479a7(0x234)](),global['__error_messages__']=[],global[_0x4479a7(0x24f)]=![]);try{if(global[_0x4479a7(0x221)]&&_0x1268bd[_0x4479a7(0x240)](global[_0x4479a7(0x1d6)],_0x1268bd['jDWTw'])&&global['__drivers'][0x0]){const _0xa1f8bf=_0x1268bd[_0x4479a7(0x214)](global[_0x4479a7(0x1ea)][_0x4479a7(0x1a5)],0x0)?!!global['capabilities'][0x0]['app']||!!global[_0x4479a7(0x1ea)][0x0][_0x1268bd[_0x4479a7(0x1bb)]]:![],_0x273e59={};_0x273e59['app']=_0xa1f8bf,await _0x1268bd[_0x4479a7(0x1f0)](percyAutoCapture,global['__drivers'][0x0],_0x1268bd['jDWTw'],_0x273e59);}}catch(_0x5d7a4c){logger[_0x4479a7(0x24a)](_0x4479a7(0x210)+_0x5d7a4c);}!global['__skipSessionName']&&(await PerformanceTester[_0x4479a7(0x263)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x537d4e=_0x4479a7;await global[_0x537d4e(0x1fd)][0x0][_0x537d4e(0x1ba)](_0x537d4e(0x205)+JSON[_0x537d4e(0x207)](this[_0x537d4e(0x1d0)][_0x537d4e(0x1a8)]()[_0x537d4e(0x21b)](_0x2c7f20[_0x537d4e(0x231)]))+'}}');})(),global[_0x4479a7(0x1fd)][0x0]['sessionNameSet__']=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x4479a7(0x1c4)],async()=>{const _0x4e461e=_0x4479a7,_0x1b8847=_0x1268bd[_0x4e461e(0x1db)](this[_0x4e461e(0x1d0)][_0x4e461e(0x20c)],_0x1268bd[_0x4e461e(0x1f3)]);_0x1b8847?(global[_0x4e461e(0x24f)]=!![],global['__error_messages__'][_0x4e461e(0x25f)](this['currentTest'][_0x4e461e(0x216)]['message']),await _0x1268bd[_0x4e461e(0x222)](_0x19d924,JSON[_0x4e461e(0x207)](_0x1268bd[_0x4e461e(0x1ce)](_0x1268bd['KFwbQ'],this[_0x4e461e(0x1d0)]['err'][_0x4e461e(0x1a2)])),_0x1268bd[_0x4e461e(0x1c2)])):await _0x1268bd['dVQRD'](_0x19d924,JSON[_0x4e461e(0x207)](_0x1268bd['YdyxL']),_0x1268bd[_0x4e461e(0x1bf)]);})();}catch(_0x341a95){logger[_0x4479a7(0x24a)](_0x4479a7(0x1de)+_0x341a95);}try{if(this[_0x4479a7(0x1d0)][_0x4479a7(0x25d)]&&globals['getGlobal'](_0x1268bd[_0x4479a7(0x1b8)])){logger[_0x4479a7(0x1fa)](_0x1268bd[_0x4479a7(0x25a)]);const _0x14359d={};_0x14359d['thTestRunUuid']=this[_0x4479a7(0x1d0)][_0x4479a7(0x1b7)],_0x14359d['thBuildUuid']=process[_0x4479a7(0x1e5)][testHubConstants[_0x4479a7(0x1f4)][_0x4479a7(0x1ad)]],_0x14359d['thJwtToken']=process['env'][testHubConstants[_0x4479a7(0x1f4)][_0x4479a7(0x1e6)]];const _0x3d24a8=_0x14359d;logger[_0x4479a7(0x24a)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x4479a7(0x207)](_0x3d24a8));if(globals[_0x4479a7(0x1c3)](_0x1268bd[_0x4479a7(0x245)])){logger['debug'](_0x1268bd[_0x4479a7(0x227)]);const _0x5bb239={};_0x5bb239[_0x4479a7(0x1e4)]=_0x1268bd[_0x4479a7(0x255)];const _0x4f6403=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x24d982=_0x4479a7;return await accessibilityRetryHelper['performScanWithRetry'](global['__drivers'][0x0],global[_0x24d982(0x1a3)]);},_0x5bb239)();_0x4f6403?logger[_0x4479a7(0x24a)](_0x1268bd[_0x4479a7(0x1c0)]):logger[_0x4479a7(0x1e9)](_0x1268bd[_0x4479a7(0x213)]);}else logger[_0x4479a7(0x24a)](_0x1268bd[_0x4479a7(0x1a9)]);const _0x38ecc2=await PerformanceTester[_0x4479a7(0x263)](PerformanceA11yEvents[_0x4479a7(0x23f)],async()=>{const _0x1d0aa7=_0x4479a7;return await accessibilityRetryHelper[_0x1d0aa7(0x1d4)](global[_0x1d0aa7(0x1fd)][0x0],_0x3d24a8);})();_0x38ecc2?logger[_0x4479a7(0x24a)](_0x1268bd[_0x4479a7(0x20a)]):logger[_0x4479a7(0x1e9)](_0x1268bd['DAHID']),logger[_0x4479a7(0x1fa)](_0x1268bd['AuiVG']);}}catch(_0x18b653){logger['error'](_0x4479a7(0x1d5)+this[_0x4479a7(0x1d0)][_0x4479a7(0x1a8)]()+'.\x20Error\x20:',_0x18b653);}try{try{if(_0x1268bd[_0x4479a7(0x256)](shouldProcessEventForTesthub)){const _0x43d6f2=global[_0x4479a7(0x1fd)][0x0];if(_0x43d6f2){const _0x52575c=await _0x1268bd[_0x4479a7(0x222)](sendPlatformDetails,_0x43d6f2,this[_0x4479a7(0x1d0)]?this[_0x4479a7(0x1d0)][_0x4479a7(0x1b7)]:null);_0x52575c&&(_0x43d6f2[_0x4479a7(0x1a7)]=!![]);}if(_0x1268bd[_0x4479a7(0x1f8)](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x4479a7(0x1eb)]);const _0x591888=_0x4479a7(0x23c)+Date[_0x4479a7(0x1fb)]();await _0x1268bd[_0x4479a7(0x222)](_0x19d924,JSON['stringify'](_0x591888),_0x1268bd[_0x4479a7(0x1d3)]),PerformanceTester[_0x4479a7(0x257)](PerformanceO11yEvents['SYNC']);}}}catch(_0x2ab4a4){logger[_0x4479a7(0x24a)](_0x4479a7(0x1bd)+_0x2ab4a4),PerformanceTester[_0x4479a7(0x257)](PerformanceO11yEvents['SYNC'],![],_0x2ab4a4);}_0x1268bd[_0x4479a7(0x214)](global[_0x4479a7(0x1fd)][0x0][_0x4479a7(0x21d)],0x0)&&await global[_0x4479a7(0x21f)]();}catch(_0x2b8839){logger[_0x4479a7(0x24a)](_0x4479a7(0x1b2)+_0x2b8839);}_0x1268bd[_0x4479a7(0x22d)](_0x3df2aa);})['then'](()=>{const _0x5b199e=_0x59964f;_0x564125[_0x5b199e(0x233)](_0x3f4043);});},{'platform':_0x564125['vbrWV'](nestedKeyValue,global[_0x44332a(0x252)],[_0x564125['uEMhe']]),'hookType':_0x564125[_0x44332a(0x1fe)]})();},'afterAll'(_0x5e0470){const _0x403f03=a43_0x37df49,_0x340c9a={'rvQsS':function(_0x4fd324){return _0x4fd324();},'juTFU':function(_0x3bd7e4){return _0x3bd7e4();},'jiCsC':'Mocha','bxjzu':function(_0x4635c8,_0x381337,_0x1299b9){return _0x4635c8(_0x381337,_0x1299b9);},'xyDUd':'index','uGLnF':'afterAll'},_0x40b77d='browserstack internal helper hook';this[_0x403f03(0x204)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x340c9a['jiCsC']]),PerformanceTester[_0x403f03(0x263)](PerformanceSdkEvents[_0x403f03(0x1d9)],()=>{const _0x13987b=_0x403f03,_0xb8b0c0={'kWGdz':function(_0x21bbd7){const _0x5aaa8f=a43_0x5dd3;return _0x340c9a[_0x5aaa8f(0x219)](_0x21bbd7);}};new Promise(async _0x5b31ac=>{const _0x25e018=a43_0x5dd3;await global[_0x25e018(0x21f)](),_0xb8b0c0[_0x25e018(0x25e)](_0x5b31ac);})[_0x13987b(0x20f)]()[_0x13987b(0x1c8)](()=>{_0x340c9a['rvQsS'](_0x5e0470);});},{'platform':_0x340c9a['bxjzu'](nestedKeyValue,global[_0x403f03(0x252)],[_0x340c9a[_0x403f03(0x215)]]),'hookType':_0x340c9a['uGLnF']})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0x1efab0=a44_0xab62;(function(_0x2a29a6,_0x468dc7){const _0x3befcf=a44_0xab62,_0x101226=_0x2a29a6();while(!![]){try{const _0x570ee0=-parseInt(_0x3befcf(0x140))/0x1+-parseInt(_0x3befcf(0x129))/0x2+-parseInt(_0x3befcf(0x158))/0x3+-parseInt(_0x3befcf(0x122))/0x4+parseInt(_0x3befcf(0x10f))/0x5*(-parseInt(_0x3befcf(0x162))/0x6)+-parseInt(_0x3befcf(0x15e))/0x7+parseInt(_0x3befcf(0x177))/0x8;if(_0x570ee0===_0x468dc7)break;else _0x101226['push'](_0x101226['shift']());}catch(_0x578139){_0x101226['push'](_0x101226['shift']());}}}(a44_0xe7af,0x20278));function a44_0xe7af(){const _0x24e330=['true','102ngamdv','exports','GKHyZ','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','child_process','kHCjb','getInstance','BROWSERSTACK_TESTHUB_JWT','join','sYkHD','env','FfCrx','HYgJA','dvIkK','AFBqo','lzlMz','qZJUF','null','XRDTT','parallelsPerPlatform','ElOUN','7774904xJsfGe','cwd','isRunning','FJYol','lSBiv','WvlSq','setFrameworkDetail','cliConfig','NEWMAN','concat','qwfvT','fGmoK','lLQNZ','shutdown','xkjFi','../../helpers/test-observability/constants','ZfzyH','error','kWrlt','14305AWJVDR',',browserstack','--reporters','qWShO','newman-reporter-browserstack','assign','push','run','package.json','slice','BROWSERSTACK_TEST_OBSERVABILITY_YML','oEums','requireModule','aFfOy','warn','lLWoZ','testObservability','yQXhY','CCRtV','1027068cVbrch','qbWvi','resolve','rAUVM','createRequire','quNxH','WbBnY','228068niHqRl','eLvMX','scriptRunner.js','stop','PmIgM','MaHRG','RUDRQ','launchBuild','bootstrap','../../helpers/test-observability/utils','browserstack','endsWith','tEVTq','_resolveFilename','config','DZzJB','iqJZr','index.js','lFNNi','Failed\x20to\x20launch\x20build:\x20','Xeyce','UVJEQ','message','14719redkQC','../../helpers/testhub/testhubHandler','WGNEJ','VAozZ','failures','call','tzEyK','KJbEN','path','wVggj','.js','O11yHashedID','LBEPb','kYaCg','exitCode','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','module','configPath','Dwgja','XOdFV','../../helpers/logger','cli,browserstack','SADhE','../../helpers/test-observability/requestQueueHandler','646671YZRBYg','Newman\x20CLI\x20not\x20found:\x20','qZBKP','setBrowserstackConfig','reporter','QiYwb','1333115KOVOJN','NZdna','newman'];a44_0xe7af=function(){return _0x24e330;};return a44_0xe7af();}const path=require(a44_0x1efab0(0x148)),Module=require(a44_0x1efab0(0x150)),{fork}=require(a44_0x1efab0(0x166)),logger=require(a44_0x1efab0(0x154))['winstonLogger'],helper=require('../../helpers/helper'),TestHubHandler=require(a44_0x1efab0(0x141)),RequestQueueHandler=require(a44_0x1efab0(0x157)),{FRAMEWORKS}=require(a44_0x1efab0(0x10b)),{printBuildLink}=require(a44_0x1efab0(0x132)),BrowserstackCLI=require('../v2/browserstackCLI'),CLIUtils=require('../v2/cliUtils');function registerBrowserStackReporter(){const _0x344ce0=a44_0x1efab0,_0x502fee={};_0x502fee[_0x344ce0(0x174)]=function(_0x39f9f2,_0x312580){return _0x39f9f2===_0x312580;},_0x502fee[_0x344ce0(0x10a)]=_0x344ce0(0x113),_0x502fee[_0x344ce0(0x17b)]=_0x344ce0(0x15c),_0x502fee[_0x344ce0(0x12d)]=_0x344ce0(0x13a);const _0x9eb97c=_0x502fee,_0xbb2fcd=path[_0x344ce0(0x16a)](__dirname,_0x9eb97c['lSBiv'],_0x9eb97c[_0x344ce0(0x12d)]),_0xa43943=Module[_0x344ce0(0x136)];Module[_0x344ce0(0x136)]=function(_0x209232,_0x2e1a14,_0x3071f3,_0x53b8a1){const _0x230ccc=_0x344ce0;if(_0x9eb97c[_0x230ccc(0x174)](_0x209232,_0x9eb97c['xkjFi']))return _0xbb2fcd;return _0xa43943[_0x230ccc(0x145)](this,_0x209232,_0x2e1a14,_0x3071f3,_0x53b8a1);};}function a44_0xab62(_0xf8019c,_0x2b3aa2){const _0xe7af96=a44_0xe7af();return a44_0xab62=function(_0xab622d,_0x2dd78e){_0xab622d=_0xab622d-0x10a;let _0x83d6e2=_0xe7af96[_0xab622d];return _0x83d6e2;},a44_0xab62(_0xf8019c,_0x2b3aa2);}function injectReporterIntoArgs(_0x6df19b){const _0xcc9bfb=a44_0x1efab0,_0x2aabb4={};_0x2aabb4['CCRtV']=function(_0xefb4ee,_0x475827){return _0xefb4ee<_0x475827;},_0x2aabb4[_0xcc9bfb(0x156)]=function(_0x3dc07a,_0x187e73){return _0x3dc07a===_0x187e73;},_0x2aabb4['VAozZ']=function(_0x313112,_0x2307e6){return _0x313112===_0x2307e6;},_0x2aabb4[_0xcc9bfb(0x14c)]=_0xcc9bfb(0x111),_0x2aabb4['aFfOy']=function(_0x7e02ab,_0x5139b8){return _0x7e02ab+_0x5139b8;},_0x2aabb4[_0xcc9bfb(0x16e)]=function(_0x107233,_0x4efe73){return _0x107233===_0x4efe73;},_0x2aabb4[_0xcc9bfb(0x11e)]=function(_0x2c1062,_0x41bac0){return _0x2c1062+_0x41bac0;},_0x2aabb4[_0xcc9bfb(0x167)]=_0xcc9bfb(0x133),_0x2aabb4[_0xcc9bfb(0x170)]=function(_0x4e5b95,_0x33a083){return _0x4e5b95+_0x33a083;},_0x2aabb4[_0xcc9bfb(0x171)]=_0xcc9bfb(0x110),_0x2aabb4['EiRgB']=_0xcc9bfb(0x155);const _0x7a2a85=_0x2aabb4,_0x1c844=_0x6df19b[_0xcc9bfb(0x118)]();for(let _0xa0a61b=0x0;_0x7a2a85[_0xcc9bfb(0x121)](_0xa0a61b,_0x1c844['length']);_0xa0a61b++){if(_0x7a2a85[_0xcc9bfb(0x156)](_0x1c844[_0xa0a61b],'-r')||_0x7a2a85[_0xcc9bfb(0x143)](_0x1c844[_0xa0a61b],_0x7a2a85['LBEPb']))return _0x1c844[_0x7a2a85[_0xcc9bfb(0x11c)](_0xa0a61b,0x1)]&&_0x7a2a85[_0xcc9bfb(0x16e)](_0x1c844[_0x7a2a85[_0xcc9bfb(0x11e)](_0xa0a61b,0x1)]['indexOf'](_0x7a2a85['kHCjb']),-0x1)&&(_0x1c844[_0x7a2a85[_0xcc9bfb(0x170)](_0xa0a61b,0x1)]+=_0x7a2a85['lzlMz']),_0x1c844;}return _0x1c844[_0xcc9bfb(0x115)]('-r',_0x7a2a85['EiRgB']),_0x1c844;}function runNewmanCLI(_0x5c3f35){const _0x310b45=a44_0x1efab0,_0x482908={'dvIkK':function(_0x546ec7,_0x21843f){return _0x546ec7>_0x21843f;},'jMFil':function(_0x547eed,_0x4c09a4){return _0x547eed(_0x4c09a4);},'FfCrx':function(_0x5f41fc,_0x5d2941,_0xd1697c){return _0x5f41fc(_0x5d2941,_0xd1697c);},'MaHRG':_0x310b45(0x160),'ElOUN':_0x310b45(0x165),'NZdna':function(_0x3715b4,_0x4077d6){return _0x3715b4(_0x4077d6);},'oEums':function(_0x36dfd9,_0x1a81b7){return _0x36dfd9(_0x1a81b7);},'lLQNZ':_0x310b45(0x150),'rAUVM':_0x310b45(0x117),'fGmoK':function(_0xa77af2,_0x2b4508){return _0xa77af2(_0x2b4508);},'QiYwb':'newman/bin/newman','tzEyK':'node','GKHyZ':function(_0x5057b2,_0xd93d30){return _0x5057b2+_0xd93d30;},'TzBSw':_0x310b45(0x159),'wVggj':function(_0x453a87,_0x1ecabd){return _0x453a87(_0x1ecabd);}};return new Promise(_0x14d0ca=>{const _0x1bcd32=_0x310b45,_0x3cbf23={'ZfzyH':function(_0x5a7950,_0x39024c){const _0x117132=a44_0xab62;return _0x482908[_0x117132(0x16f)](_0x5a7950,_0x39024c);},'qwfvT':function(_0x5ccc56,_0x24960d){return _0x482908['jMFil'](_0x5ccc56,_0x24960d);},'tEVTq':function(_0x38043f,_0x146118,_0x14d12f){const _0x5aad40=a44_0xab62;return _0x482908[_0x5aad40(0x16d)](_0x38043f,_0x146118,_0x14d12f);}};let _0x4ab801;try{_0x4ab801=helper[_0x1bcd32(0x11b)](_0x482908['MaHRG'],_0x482908[_0x1bcd32(0x12e)]);}catch(_0x823771){return logger[_0x1bcd32(0x10d)](_0x482908[_0x1bcd32(0x176)]),_0x482908[_0x1bcd32(0x15f)](_0x14d0ca,0x1);}const _0x390e34=_0x4ab801[_0x1bcd32(0x116)];_0x4ab801[_0x1bcd32(0x116)]=function(_0x546532,_0x4644ea){const _0x30a719=_0x1bcd32;return _0x4ab801[_0x30a719(0x116)]=_0x390e34,_0x390e34[_0x30a719(0x145)](_0x4ab801,_0x546532,(_0x19ff15,_0x1a3d97)=>{const _0x30da42=_0x30a719,_0x49e5e3=_0x1a3d97&&_0x1a3d97[_0x30da42(0x116)]&&(_0x1a3d97[_0x30da42(0x116)][_0x30da42(0x10d)]||_0x1a3d97['run'][_0x30da42(0x144)]&&_0x3cbf23[_0x30da42(0x10c)](_0x1a3d97[_0x30da42(0x116)]['failures']['length'],0x0));_0x3cbf23[_0x30da42(0x181)](_0x14d0ca,_0x49e5e3?0x1:0x0),_0x4644ea&&_0x3cbf23[_0x30da42(0x135)](_0x4644ea,_0x19ff15,_0x1a3d97);});};try{const _0x28410f=_0x482908[_0x1bcd32(0x11a)](require,_0x482908[_0x1bcd32(0x183)])[_0x1bcd32(0x126)](path[_0x1bcd32(0x16a)](process[_0x1bcd32(0x178)](),_0x482908[_0x1bcd32(0x125)]));_0x482908[_0x1bcd32(0x182)](_0x28410f,_0x482908[_0x1bcd32(0x15d)])([_0x482908[_0x1bcd32(0x146)],_0x482908[_0x1bcd32(0x12e)]][_0x1bcd32(0x180)](_0x5c3f35));}catch(_0x43cc38){_0x4ab801[_0x1bcd32(0x116)]=_0x390e34,logger[_0x1bcd32(0x10d)](_0x482908[_0x1bcd32(0x164)](_0x482908['TzBSw'],_0x43cc38['message'])),_0x482908[_0x1bcd32(0x149)](_0x14d0ca,0x1);}});}function runNewmanScript(_0x420eb1,_0x4f251c){const _0x5f4b76=a44_0x1efab0,_0x5d4bc8={'DZzJB':function(_0x504011,_0x3fc6ea){return _0x504011(_0x3fc6ea);},'RUDRQ':function(_0x40d68a,_0x49e324){return _0x40d68a||_0x49e324;},'FJYol':function(_0x140a52,_0x9370d0,_0x5dfc3a,_0x4fabda){return _0x140a52(_0x9370d0,_0x5dfc3a,_0x4fabda);},'kWrlt':_0x5f4b76(0x12b),'qWShO':function(_0x50b6ed,_0x65f250){return _0x50b6ed(_0x65f250);},'HSSMw':'inherit','VvpsT':'close'};return new Promise(function(_0x73ed94){const _0x43e60c=_0x5f4b76,_0x1fa131=_0x5d4bc8[_0x43e60c(0x17a)](fork,path[_0x43e60c(0x16a)](__dirname,_0x5d4bc8[_0x43e60c(0x10e)]),[_0x420eb1,_0x5d4bc8[_0x43e60c(0x112)](String,_0x5d4bc8[_0x43e60c(0x12f)](_0x4f251c,0x0))],{'stdio':_0x5d4bc8['HSSMw'],'env':Object[_0x43e60c(0x114)]({},process[_0x43e60c(0x16c)])});_0x1fa131['on'](_0x5d4bc8['VvpsT'],function(_0xb78ff3){const _0x447120=_0x43e60c;_0x5d4bc8[_0x447120(0x138)](_0x73ed94,_0x5d4bc8[_0x447120(0x12f)](_0xb78ff3,0x0));});});}function hasO11yBuild(){const _0x2b1089=a44_0x1efab0,_0x3bc81c={};_0x3bc81c[_0x2b1089(0x14d)]=function(_0x4806d1,_0x1b7e77){return _0x4806d1!==_0x1b7e77;},_0x3bc81c[_0x2b1089(0x13d)]=_0x2b1089(0x173);const _0x31c455=_0x3bc81c;return!!(BrowserstackCLI[_0x2b1089(0x14b)]||process[_0x2b1089(0x16c)][_0x2b1089(0x169)]&&_0x31c455[_0x2b1089(0x14d)](process[_0x2b1089(0x16c)][_0x2b1089(0x169)],_0x31c455['Xeyce']));}function runWithoutObservability(_0x59bc7f,_0x15a272){const _0xc93e85=a44_0x1efab0,_0x602b18={'lFNNi':function(_0x2f2822,_0x4ab1c9){return _0x2f2822(_0x4ab1c9);}};if(_0x59bc7f)return _0x602b18[_0xc93e85(0x13b)](require,path[_0xc93e85(0x124)](_0x59bc7f)),0x0;return _0x602b18[_0xc93e85(0x13b)](runNewmanCLI,_0x15a272);}module[a44_0x1efab0(0x163)]=async function(_0x22756e,_0x3a5ca6,_0x114b4f){const _0xa83085=a44_0x1efab0,_0x4d59a0={'sYkHD':_0xa83085(0x14a),'qZBKP':function(_0x9d843d,_0x158897){return _0x9d843d===_0x158897;},'qbWvi':function(_0x468689,_0x560e81){return _0x468689===_0x560e81;},'yQXhY':'false','XOdFV':function(_0x378ae5,_0x2e9670,_0x4d6eec){return _0x378ae5(_0x2e9670,_0x4d6eec);},'iqJZr':function(_0x4192fa,_0x5119c9){return _0x4192fa!=_0x5119c9;},'WGNEJ':_0xa83085(0x161),'KJbEN':_0xa83085(0x160),'Dwgja':function(_0x323325,_0x54c8c5){return _0x323325+_0x54c8c5;},'NBRrw':'Failed\x20to\x20bootstrap\x20CLI:\x20','QooBC':_0xa83085(0x13c),'WvlSq':function(_0x596a52){return _0x596a52();},'quNxH':_0xa83085(0x14f),'WbBnY':function(_0xe5b235){return _0xe5b235();},'eLvMX':function(_0x1aef15,_0x26edc0){return _0x1aef15(_0x26edc0);},'UVJEQ':function(_0x27f288){return _0x27f288();},'qZJUF':'[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.'},_0x3dd1db=_0x3a5ca6[_0xa83085(0x118)](0x1),_0x2aaaed=_0x3dd1db[0x0]&&_0x3dd1db[0x0][_0xa83085(0x134)](_0x4d59a0[_0xa83085(0x16b)])?_0x3dd1db[0x0]:null;if(!_0x114b4f[_0xa83085(0x137)]||_0x4d59a0[_0xa83085(0x15a)](_0x114b4f[_0xa83085(0x137)][_0xa83085(0x11f)],![])||_0x4d59a0[_0xa83085(0x123)](_0x114b4f['config'][_0xa83085(0x11f)],_0x4d59a0[_0xa83085(0x120)])){process[_0xa83085(0x14e)]=await _0x4d59a0[_0xa83085(0x153)](runWithoutObservability,_0x2aaaed,_0x3dd1db)||0x0;return;}process['env']['BROWSERSTACK_AUTOMATION']=_0x4d59a0[_0xa83085(0x120)],process[_0xa83085(0x16c)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x4d59a0[_0xa83085(0x120)],process[_0xa83085(0x16c)][_0xa83085(0x119)]=_0x4d59a0[_0xa83085(0x139)](_0x114b4f[_0xa83085(0x137)]['testObservability'],null)?_0x114b4f[_0xa83085(0x137)][_0xa83085(0x11f)]:_0x4d59a0[_0xa83085(0x142)],CLIUtils[_0xa83085(0x17d)](_0x4d59a0[_0xa83085(0x147)],_0x4d59a0['KJbEN']),BrowserstackCLI['getInstance']()[_0xa83085(0x15b)](_0x114b4f[_0xa83085(0x137)],_0x114b4f[_0xa83085(0x151)],_0x114b4f[_0xa83085(0x17e)]);try{await BrowserstackCLI[_0xa83085(0x168)]()[_0xa83085(0x131)]();}catch(_0x45e5aa){logger['error'](_0x4d59a0[_0xa83085(0x152)](_0x4d59a0['NBRrw'],_0x45e5aa[_0xa83085(0x13f)]||_0x45e5aa));}if(!BrowserstackCLI[_0xa83085(0x168)]()[_0xa83085(0x179)]())try{await TestHubHandler[_0xa83085(0x130)](FRAMEWORKS[_0xa83085(0x17f)],_0x114b4f);}catch(_0x14846f){logger[_0xa83085(0x10d)](_0x4d59a0['Dwgja'](_0x4d59a0['QooBC'],_0x14846f[_0xa83085(0x13f)]||_0x14846f));}!_0x4d59a0[_0xa83085(0x17c)](hasO11yBuild)&&logger[_0xa83085(0x11d)](_0x4d59a0[_0xa83085(0x127)]);_0x4d59a0[_0xa83085(0x128)](registerBrowserStackReporter);let _0x119183;_0x2aaaed?_0x119183=await _0x4d59a0[_0xa83085(0x153)](runNewmanScript,_0x2aaaed,_0x114b4f['config'][_0xa83085(0x175)]):_0x119183=await _0x4d59a0[_0xa83085(0x12a)](runNewmanCLI,_0x4d59a0[_0xa83085(0x12a)](injectReporterIntoArgs,_0x3dd1db));try{await TestHubHandler[_0xa83085(0x12c)]();}catch(_0x349e3a){}try{await BrowserstackCLI[_0xa83085(0x168)]()[_0xa83085(0x12c)]();}catch(_0x52d1c9){}try{await RequestQueueHandler[_0xa83085(0x168)]()[_0xa83085(0x184)]();}catch(_0x3320a6){}if(_0x4d59a0['WvlSq'](hasO11yBuild))try{_0x4d59a0[_0xa83085(0x13e)](printBuildLink);}catch(_0x522ae7){}else logger['warn'](_0x4d59a0[_0xa83085(0x172)]);process[_0xa83085(0x14e)]=_0x119183;};
2
+ 'use strict';const a44_0x51bdd9=a44_0x51f3;(function(_0x2288a3,_0x1b6eeb){const _0x310235=a44_0x51f3,_0x4f409f=_0x2288a3();while(!![]){try{const _0xe462de=-parseInt(_0x310235(0x207))/0x1+-parseInt(_0x310235(0x237))/0x2+parseInt(_0x310235(0x21d))/0x3*(parseInt(_0x310235(0x1f2))/0x4)+parseInt(_0x310235(0x236))/0x5+-parseInt(_0x310235(0x1fb))/0x6+-parseInt(_0x310235(0x20e))/0x7+-parseInt(_0x310235(0x267))/0x8*(-parseInt(_0x310235(0x1f8))/0x9);if(_0xe462de===_0x1b6eeb)break;else _0x4f409f['push'](_0x4f409f['shift']());}catch(_0x4cf75c){_0x4f409f['push'](_0x4f409f['shift']());}}}(a44_0x1f20,0x66662));const path=require(a44_0x51bdd9(0x204)),Module=require(a44_0x51bdd9(0x245)),{fork}=require('child_process'),logger=require(a44_0x51bdd9(0x240))[a44_0x51bdd9(0x1f4)],helper=require('../../helpers/helper'),TestHubHandler=require(a44_0x51bdd9(0x1f5)),RequestQueueHandler=require(a44_0x51bdd9(0x25d)),{FRAMEWORKS}=require(a44_0x51bdd9(0x208)),{printBuildLink}=require(a44_0x51bdd9(0x23d)),BrowserstackCLI=require(a44_0x51bdd9(0x22a)),CLIUtils=require(a44_0x51bdd9(0x259));function registerBrowserStackReporter(){const _0xf0488=a44_0x51bdd9,_0x35441f={};_0x35441f['aEmBj']=function(_0x14b3ce,_0xcf44d4){return _0x14b3ce===_0xcf44d4;},_0x35441f[_0xf0488(0x203)]='newman-reporter-browserstack',_0x35441f[_0xf0488(0x231)]=_0xf0488(0x22b),_0x35441f[_0xf0488(0x239)]=_0xf0488(0x24f);const _0x58fc67=_0x35441f,_0x507f69=path[_0xf0488(0x230)](__dirname,_0x58fc67[_0xf0488(0x231)],_0x58fc67['UaWgX']),_0x3a1aae=Module[_0xf0488(0x201)];Module[_0xf0488(0x201)]=function(_0x296f2a,_0x10e6b2,_0x4b692b,_0x1300c7){const _0x15c816=_0xf0488;if(_0x58fc67[_0x15c816(0x24d)](_0x296f2a,_0x58fc67[_0x15c816(0x203)]))return _0x507f69;return _0x3a1aae['call'](this,_0x296f2a,_0x10e6b2,_0x4b692b,_0x1300c7);};}function injectReporterIntoArgs(_0x1c87fa){const _0x144577=a44_0x51bdd9,_0x2a45b2={};_0x2a45b2['cmIZE']=function(_0x2cba0f,_0xf03aa){return _0x2cba0f<_0xf03aa;},_0x2a45b2[_0x144577(0x253)]=function(_0x4740d5,_0x2b13a5){return _0x4740d5===_0x2b13a5;},_0x2a45b2[_0x144577(0x25c)]=function(_0x3ac973,_0x4110b3){return _0x3ac973===_0x4110b3;},_0x2a45b2[_0x144577(0x232)]='--reporters',_0x2a45b2[_0x144577(0x22d)]=function(_0x2b9a96,_0x384d53){return _0x2b9a96+_0x384d53;},_0x2a45b2[_0x144577(0x25f)]=function(_0x5b30fd,_0x2040a4){return _0x5b30fd===_0x2040a4;},_0x2a45b2[_0x144577(0x21f)]=function(_0x109e32,_0x60e09f){return _0x109e32+_0x60e09f;},_0x2a45b2[_0x144577(0x256)]=_0x144577(0x257),_0x2a45b2['cfYfu']=function(_0x5ee56f,_0x5ee849){return _0x5ee56f+_0x5ee849;},_0x2a45b2['oHxOv']=_0x144577(0x228),_0x2a45b2['RZXfI']='cli,browserstack';const _0x23ab80=_0x2a45b2,_0x1502e0=_0x1c87fa[_0x144577(0x264)]();for(let _0x335a37=0x0;_0x23ab80[_0x144577(0x252)](_0x335a37,_0x1502e0['length']);_0x335a37++){if(_0x23ab80[_0x144577(0x253)](_0x1502e0[_0x335a37],'-r')||_0x23ab80[_0x144577(0x25c)](_0x1502e0[_0x335a37],_0x23ab80[_0x144577(0x232)]))return _0x1502e0[_0x23ab80[_0x144577(0x22d)](_0x335a37,0x1)]&&_0x23ab80[_0x144577(0x25f)](_0x1502e0[_0x23ab80['NgxPL'](_0x335a37,0x1)]['indexOf'](_0x23ab80[_0x144577(0x256)]),-0x1)&&(_0x1502e0[_0x23ab80['cfYfu'](_0x335a37,0x1)]+=_0x23ab80[_0x144577(0x250)]),_0x1502e0;}return _0x1502e0['push']('-r',_0x23ab80[_0x144577(0x213)]),_0x1502e0;}function a44_0x51f3(_0x6011f4,_0x1db48a){const _0x1f2071=a44_0x1f20();return a44_0x51f3=function(_0x51f38e,_0x1116ea){_0x51f38e=_0x51f38e-0x1f2;let _0x1d532f=_0x1f2071[_0x51f38e];return _0x1d532f;},a44_0x51f3(_0x6011f4,_0x1db48a);}function runNewmanCLI(_0x1c56bc){const _0x3979f1=a44_0x51bdd9,_0x272f8d={'Mzexo':function(_0x5b1979,_0x48d36e){return _0x5b1979>_0x48d36e;},'NaKHy':function(_0xf25371,_0x44f7b6){return _0xf25371(_0x44f7b6);},'eqNAQ':function(_0x2bff69,_0x2cd447,_0x5d078d){return _0x2bff69(_0x2cd447,_0x5d078d);},'dNzuX':_0x3979f1(0x248),'bmCsU':_0x3979f1(0x24a),'CFBNI':_0x3979f1(0x245),'ZhTrm':'package.json','ejGJh':function(_0x5dcab4,_0x16f88e){return _0x5dcab4(_0x16f88e);},'wEVTU':_0x3979f1(0x255),'sLFVf':_0x3979f1(0x20f),'BUYow':function(_0xb44217,_0x406c7b){return _0xb44217+_0x406c7b;},'xcMCR':_0x3979f1(0x1ff),'YOlIE':function(_0x3d2b17,_0x320e2b){return _0x3d2b17(_0x320e2b);}};return new Promise(_0x4172c0=>{const _0x585870=_0x3979f1,_0x4bc136={'yhPQl':function(_0x2b4c56,_0x1295ba){return _0x272f8d['Mzexo'](_0x2b4c56,_0x1295ba);},'Jyptr':function(_0x2345e0,_0xf51ee){const _0x16b3d6=a44_0x51f3;return _0x272f8d[_0x16b3d6(0x214)](_0x2345e0,_0xf51ee);},'YlXyG':function(_0x58f917,_0x1df12d,_0x1c5525){const _0x46c57d=a44_0x51f3;return _0x272f8d[_0x46c57d(0x205)](_0x58f917,_0x1df12d,_0x1c5525);}};let _0x27e270;try{_0x27e270=helper[_0x585870(0x223)](_0x272f8d['dNzuX'],_0x272f8d[_0x585870(0x246)]);}catch(_0x452f85){return logger[_0x585870(0x20c)](_0x272f8d[_0x585870(0x1fc)]),_0x272f8d[_0x585870(0x214)](_0x4172c0,0x1);}const _0x37baee=_0x27e270['run'];_0x27e270[_0x585870(0x211)]=function(_0x466e8f,_0x4381d9){const _0x1186d5=_0x585870,_0x6d017a={'msCTt':function(_0x46a3d3,_0x4c21bf){const _0x19a01b=a44_0x51f3;return _0x4bc136[_0x19a01b(0x1f6)](_0x46a3d3,_0x4c21bf);},'tGekw':function(_0x239234,_0x21f39e){const _0x323210=a44_0x51f3;return _0x4bc136[_0x323210(0x242)](_0x239234,_0x21f39e);},'nppEz':function(_0x2827c5,_0x4c80d4,_0xa2b8f){const _0x3ff3ef=a44_0x51f3;return _0x4bc136[_0x3ff3ef(0x233)](_0x2827c5,_0x4c80d4,_0xa2b8f);}};return _0x27e270['run']=_0x37baee,_0x37baee[_0x1186d5(0x1f3)](_0x27e270,_0x466e8f,(_0x592fe7,_0x456ce7)=>{const _0x214194=_0x1186d5,_0x12236f=_0x456ce7&&_0x456ce7[_0x214194(0x211)]&&(_0x456ce7[_0x214194(0x211)][_0x214194(0x20c)]||_0x456ce7[_0x214194(0x211)][_0x214194(0x260)]&&_0x6d017a['msCTt'](_0x456ce7[_0x214194(0x211)][_0x214194(0x260)][_0x214194(0x258)],0x0));_0x6d017a['tGekw'](_0x4172c0,_0x12236f?0x1:0x0),_0x4381d9&&_0x6d017a[_0x214194(0x1f7)](_0x4381d9,_0x592fe7,_0x456ce7);});};try{const _0xfb3d88=_0x272f8d[_0x585870(0x214)](require,_0x272f8d[_0x585870(0x247)])[_0x585870(0x206)](path[_0x585870(0x230)](process['cwd'](),_0x272f8d[_0x585870(0x218)]));_0x272f8d[_0x585870(0x268)](_0xfb3d88,_0x272f8d['wEVTU'])([_0x272f8d[_0x585870(0x20b)],_0x272f8d[_0x585870(0x246)]]['concat'](_0x1c56bc));}catch(_0x14f709){_0x27e270[_0x585870(0x211)]=_0x37baee,logger[_0x585870(0x20c)](_0x272f8d[_0x585870(0x235)](_0x272f8d[_0x585870(0x1fe)],_0x14f709[_0x585870(0x241)])),_0x272f8d[_0x585870(0x249)](_0x4172c0,0x1);}});}function runNewmanScript(_0x4e77c3,_0x577382){const _0x5425f5=a44_0x51bdd9,_0x209213={'FDUfQ':function(_0x1db132,_0xccbbb0){return _0x1db132(_0xccbbb0);},'gsQaD':function(_0x19832e,_0x505ba5){return _0x19832e||_0x505ba5;},'AGPKD':function(_0x16bf51,_0x2a3bc6,_0x31fea4,_0x331ef1){return _0x16bf51(_0x2a3bc6,_0x31fea4,_0x331ef1);},'Jsbqb':_0x5425f5(0x217),'hijJn':function(_0x47c08f,_0x4821aa){return _0x47c08f(_0x4821aa);},'eKMqj':_0x5425f5(0x21e),'oHblQ':_0x5425f5(0x226)};return new Promise(function(_0x4c4967){const _0x4897a8=_0x5425f5,_0x5d3ad7={'PeTqW':function(_0x3cabd8,_0x118870){const _0x2d25fc=a44_0x51f3;return _0x209213[_0x2d25fc(0x25a)](_0x3cabd8,_0x118870);},'SMCEy':function(_0x4c09a7,_0x54a967){const _0x202725=a44_0x51f3;return _0x209213[_0x202725(0x25b)](_0x4c09a7,_0x54a967);}},_0x5b8522=_0x209213[_0x4897a8(0x220)](fork,path[_0x4897a8(0x230)](__dirname,_0x209213[_0x4897a8(0x1fa)]),[_0x4e77c3,_0x209213[_0x4897a8(0x261)](String,_0x209213[_0x4897a8(0x25b)](_0x577382,0x0))],{'stdio':_0x209213[_0x4897a8(0x265)],'env':Object[_0x4897a8(0x200)]({},process[_0x4897a8(0x1fd)])});_0x5b8522['on'](_0x209213['oHblQ'],function(_0x26049b){const _0xa3a3cb=_0x4897a8;_0x5d3ad7[_0xa3a3cb(0x25e)](_0x4c4967,_0x5d3ad7['SMCEy'](_0x26049b,0x0));});});}function hasO11yBuild(){const _0x192d97=a44_0x51bdd9,_0x388d21={};_0x388d21['sWyPD']=function(_0x4a36e2,_0x52faf6){return _0x4a36e2!==_0x52faf6;},_0x388d21[_0x192d97(0x234)]='null';const _0xb47213=_0x388d21;return!!(BrowserstackCLI[_0x192d97(0x244)]||process['env'][_0x192d97(0x251)]&&_0xb47213[_0x192d97(0x209)](process[_0x192d97(0x1fd)]['BROWSERSTACK_TESTHUB_JWT'],_0xb47213[_0x192d97(0x234)]));}function runWithoutObservability(_0x22c855,_0x43651d){const _0x37d7fe=a44_0x51bdd9,_0x24c6db={'IicTP':function(_0x35444a,_0x303eb6){return _0x35444a(_0x303eb6);},'YtaWk':function(_0x3dd444,_0x201623){return _0x3dd444(_0x201623);}};if(_0x22c855)return _0x24c6db[_0x37d7fe(0x215)](require,path[_0x37d7fe(0x238)](_0x22c855)),0x0;return _0x24c6db['YtaWk'](runNewmanCLI,_0x43651d);}module[a44_0x51bdd9(0x229)]=async function(_0x427550,_0x198f64,_0x2b69c9){const _0x230864=a44_0x51bdd9,_0x18613d={'SQTfb':_0x230864(0x222),'cUVsy':function(_0x2781d4,_0x268bd3){return _0x2781d4===_0x268bd3;},'MCaCc':_0x230864(0x20a),'eSwTe':function(_0x543cfc,_0x589a96,_0x13a775){return _0x543cfc(_0x589a96,_0x13a775);},'iLOMJ':function(_0x485079,_0x252169){return _0x485079!=_0x252169;},'qIqxb':_0x230864(0x212),'qkXGS':_0x230864(0x248),'GgNEo':function(_0x2b7b7d,_0x232912){return _0x2b7b7d+_0x232912;},'xJZrJ':_0x230864(0x221),'bDcQm':function(_0x53af7e,_0x40a6b5){return _0x53af7e+_0x40a6b5;},'SvoBr':'Failed\x20to\x20launch\x20build:\x20','YHsCV':function(_0x84842c){return _0x84842c();},'tkNDo':_0x230864(0x202),'kjZnZ':function(_0x76b7b,_0x13d2f1){return _0x76b7b(_0x13d2f1);},'SXtok':function(_0x275dab,_0xbb4691){return _0x275dab(_0xbb4691);},'eyQgC':'[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.'},_0xd76262=_0x198f64['slice'](0x1),_0x18c0fc=_0xd76262[0x0]&&_0xd76262[0x0][_0x230864(0x24c)](_0x18613d[_0x230864(0x225)])?_0xd76262[0x0]:null;if(!_0x2b69c9['config']||_0x18613d['cUVsy'](_0x2b69c9[_0x230864(0x22f)]['testObservability'],![])||_0x18613d[_0x230864(0x243)](_0x2b69c9[_0x230864(0x22f)][_0x230864(0x23f)],_0x18613d['MCaCc'])){process[_0x230864(0x210)]=await _0x18613d[_0x230864(0x266)](runWithoutObservability,_0x18c0fc,_0xd76262)||0x0;return;}process[_0x230864(0x1fd)][_0x230864(0x23c)]=_0x18613d['MCaCc'],process[_0x230864(0x1fd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x18613d['MCaCc'],process[_0x230864(0x1fd)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x18613d[_0x230864(0x23b)](_0x2b69c9['config'][_0x230864(0x23f)],null)?_0x2b69c9[_0x230864(0x22f)][_0x230864(0x23f)]:_0x18613d[_0x230864(0x22e)],CLIUtils['setFrameworkDetail'](_0x18613d['qkXGS'],_0x18613d['qkXGS']),BrowserstackCLI['getInstance']()[_0x230864(0x227)](_0x2b69c9[_0x230864(0x22f)],_0x2b69c9[_0x230864(0x20d)],_0x2b69c9['cliConfig']);try{await BrowserstackCLI['getInstance']()[_0x230864(0x21a)]();}catch(_0x3db2c0){logger[_0x230864(0x20c)](_0x18613d[_0x230864(0x22c)](_0x18613d['xJZrJ'],_0x3db2c0[_0x230864(0x241)]||_0x3db2c0));}if(!BrowserstackCLI[_0x230864(0x21c)]()['isRunning']())try{await TestHubHandler[_0x230864(0x23e)](FRAMEWORKS[_0x230864(0x254)],_0x2b69c9);}catch(_0x37b826){logger[_0x230864(0x20c)](_0x18613d[_0x230864(0x23a)](_0x18613d[_0x230864(0x1f9)],_0x37b826[_0x230864(0x241)]||_0x37b826));}!_0x18613d[_0x230864(0x219)](hasO11yBuild)&&logger[_0x230864(0x216)](_0x18613d[_0x230864(0x24b)]);_0x18613d[_0x230864(0x219)](registerBrowserStackReporter);let _0x1c5638;_0x18c0fc?_0x1c5638=await _0x18613d[_0x230864(0x266)](runNewmanScript,_0x18c0fc,_0x2b69c9[_0x230864(0x22f)][_0x230864(0x21b)]):_0x1c5638=await _0x18613d['kjZnZ'](runNewmanCLI,_0x18613d[_0x230864(0x263)](injectReporterIntoArgs,_0xd76262));try{await TestHubHandler['stop']();}catch(_0x345f57){}try{await BrowserstackCLI[_0x230864(0x21c)]()[_0x230864(0x24e)]();}catch(_0xe7888e){}try{await RequestQueueHandler[_0x230864(0x21c)]()[_0x230864(0x224)]();}catch(_0x5c7543){}if(_0x18613d[_0x230864(0x219)](hasO11yBuild))try{_0x18613d[_0x230864(0x219)](printBuildLink);}catch(_0x6f3a0e){}else logger[_0x230864(0x216)](_0x18613d[_0x230864(0x262)]);process['exitCode']=_0x1c5638;};function a44_0x1f20(){const _0x3b4efe=['gsQaD','aFLrB','../../helpers/test-observability/requestQueueHandler','PeTqW','ZsNBv','failures','hijJn','eyQgC','SXtok','slice','eKMqj','eSwTe','8184TOvsQF','ejGJh','40740FXbBAa','call','winstonLogger','../../helpers/testhub/testhubHandler','yhPQl','nppEz','13878oxlLIf','SvoBr','Jsbqb','1420992KfkEWz','bmCsU','env','xcMCR','Newman\x20CLI\x20not\x20found:\x20','assign','_resolveFilename','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','NCjqX','path','eqNAQ','createRequire','477748vfkMLK','../../helpers/test-observability/constants','sWyPD','false','sLFVf','error','configPath','2906281ywgQEx','node','exitCode','run','true','RZXfI','NaKHy','IicTP','warn','scriptRunner.js','ZhTrm','YHsCV','bootstrap','parallelsPerPlatform','getInstance','18AXmJJy','inherit','NgxPL','AGPKD','Failed\x20to\x20bootstrap\x20CLI:\x20','.js','requireModule','shutdown','SQTfb','close','setBrowserstackConfig',',browserstack','exports','../v2/browserstackCLI','reporter','GgNEo','lTQne','qIqxb','config','join','jEaSk','qVxBR','YlXyG','banTL','BUYow','1708100wgzBgS','862014KTazbF','resolve','UaWgX','bDcQm','iLOMJ','BROWSERSTACK_AUTOMATION','../../helpers/test-observability/utils','launchBuild','testObservability','../../helpers/logger','message','Jyptr','cUVsy','O11yHashedID','module','dNzuX','CFBNI','newman','YOlIE','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','tkNDo','endsWith','aEmBj','stop','index.js','oHxOv','BROWSERSTACK_TESTHUB_JWT','cmIZE','oWnUh','NEWMAN','newman/bin/newman','MOdQT','browserstack','length','../v2/cliUtils','FDUfQ'];a44_0x1f20=function(){return _0x3b4efe;};return a44_0x1f20();}
@@ -1 +1 @@
1
- const a45_0x1367a3=a45_0x88b7;(function(_0x2cb0c4,_0x2fa5e4){const _0x5900a0=a45_0x88b7,_0x29d6b8=_0x2cb0c4();while(!![]){try{const _0x4c7c1f=-parseInt(_0x5900a0(0x1a5))/0x1*(parseInt(_0x5900a0(0x1ae))/0x2)+parseInt(_0x5900a0(0x1af))/0x3*(parseInt(_0x5900a0(0x1a1))/0x4)+parseInt(_0x5900a0(0x1b6))/0x5*(-parseInt(_0x5900a0(0x1a4))/0x6)+parseInt(_0x5900a0(0x1a2))/0x7*(-parseInt(_0x5900a0(0x1ab))/0x8)+parseInt(_0x5900a0(0x1a9))/0x9*(-parseInt(_0x5900a0(0x1b5))/0xa)+-parseInt(_0x5900a0(0x1b1))/0xb+parseInt(_0x5900a0(0x1a7))/0xc;if(_0x4c7c1f===_0x2fa5e4)break;else _0x29d6b8['push'](_0x29d6b8['shift']());}catch(_0x2a92fc){_0x29d6b8['push'](_0x29d6b8['shift']());}}}(a45_0x5de3,0x8eaf9));function a45_0x88b7(_0x23fb01,_0x421d64){const _0x5de3bc=a45_0x5de3();return a45_0x88b7=function(_0x88b70b,_0xe8f9bc){_0x88b70b=_0x88b70b-0x1a1;let _0x2d7e18=_0x5de3bc[_0x88b70b];return _0x2d7e18;},a45_0x88b7(_0x23fb01,_0x421d64);}function isNewman(_0x16b59d){const _0x5334a8=a45_0x88b7,_0x336fa9={'PUwBV':function(_0x2cfd25,_0x2f31cc){return _0x2cfd25===_0x2f31cc;},'fTLwt':_0x5334a8(0x1b0),'JmqfE':function(_0x4b0c5c,_0x267d3e){return _0x4b0c5c===_0x267d3e;},'yRWqk':function(_0x2efb65,_0x46608c){return _0x2efb65(_0x46608c);},'KUITS':function(_0x13196d,_0x47fc09){return _0x13196d||_0x47fc09;}},_0x1d6646=process[_0x5334a8(0x1b4)]['BROWSERSTACK_FRAMEWORK']||'';let _0x1e1cc4='';_0x16b59d&&_0x16b59d[_0x5334a8(0x1a6)]&&(_0x1e1cc4=_0x16b59d[_0x5334a8(0x1a6)]);const _0x56c063=_0x336fa9[_0x5334a8(0x1b3)](_0x1d6646[_0x5334a8(0x1ac)](),_0x336fa9[_0x5334a8(0x1b2)]),_0xb8de8c=_0x336fa9[_0x5334a8(0x1a8)](_0x336fa9[_0x5334a8(0x1a3)](String,_0x1e1cc4)[_0x5334a8(0x1ac)](),_0x336fa9[_0x5334a8(0x1b2)]);return _0x336fa9[_0x5334a8(0x1ad)](_0x56c063,_0xb8de8c);};function a45_0x5de3(){const _0x5f435d=['JmqfE','4232133UJwvbc','isNewman','153992DQaMBa','toLowerCase','KUITS','6eGdkqZ','117YPMYiV','newman','11986755DqyoDb','fTLwt','PUwBV','env','10zRIWIV','551795VbKaeY','2732PouoDq','28rFvrpc','yRWqk','6weSiEY','146801tZtGAM','framework','32946048oJsRke'];a45_0x5de3=function(){return _0x5f435d;};return a45_0x5de3();}const a45_0x89c025={};a45_0x89c025[a45_0x1367a3(0x1aa)]=isNewman,module['exports']=a45_0x89c025;
1
+ const a45_0x35e80f=a45_0x51b2;function a45_0x1454(){const _0x34802d=['env','8252188qYZTqq','toLowerCase','16218400ihXmTm','YULVb','40448XacXgO','1713040stqvza','772dLcEUU','3taTGFA','BROWSERSTACK_FRAMEWORK','isNewman','12DgROxg','exports','VJPSs','aFmVz','oeYnG','12975huJMUh','330235sLdSzY','6830397WkixqJ','newman'];a45_0x1454=function(){return _0x34802d;};return a45_0x1454();}(function(_0x14437b,_0x73896c){const _0x42f388=a45_0x51b2,_0x4f251f=_0x14437b();while(!![]){try{const _0x323425=-parseInt(_0x42f388(0xbe))/0x1*(parseInt(_0x42f388(0xbb))/0x2)+parseInt(_0x42f388(0xb2))/0x3*(parseInt(_0x42f388(0xbd))/0x4)+parseInt(_0x42f388(0xb3))/0x5*(-parseInt(_0x42f388(0xc1))/0x6)+parseInt(_0x42f388(0xb7))/0x7+-parseInt(_0x42f388(0xbc))/0x8+parseInt(_0x42f388(0xb4))/0x9+-parseInt(_0x42f388(0xb9))/0xa;if(_0x323425===_0x73896c)break;else _0x4f251f['push'](_0x4f251f['shift']());}catch(_0x1f4776){_0x4f251f['push'](_0x4f251f['shift']());}}}(a45_0x1454,0xb597e));function isNewman(_0x3ecb25){const _0x35d69b=a45_0x51b2,_0xb371b4={'VJPSs':function(_0x2cdf1c,_0x1e6488){return _0x2cdf1c===_0x1e6488;},'oeYnG':_0x35d69b(0xb5),'YULVb':function(_0x2adee0,_0x4d2307){return _0x2adee0(_0x4d2307);},'aFmVz':function(_0x5178c3,_0x1a2a5e){return _0x5178c3||_0x1a2a5e;}},_0x272990=process[_0x35d69b(0xb6)][_0x35d69b(0xbf)]||'';let _0x948422='';_0x3ecb25&&_0x3ecb25['framework']&&(_0x948422=_0x3ecb25['framework']);const _0xd9efd1=_0xb371b4[_0x35d69b(0xaf)](_0x272990[_0x35d69b(0xb8)](),_0xb371b4[_0x35d69b(0xb1)]),_0x5696fa=_0xb371b4[_0x35d69b(0xaf)](_0xb371b4[_0x35d69b(0xba)](String,_0x948422)['toLowerCase'](),_0xb371b4['oeYnG']);return _0xb371b4[_0x35d69b(0xb0)](_0xd9efd1,_0x5696fa);}function a45_0x51b2(_0x74b673,_0x17cd43){const _0x1454d0=a45_0x1454();return a45_0x51b2=function(_0x51b262,_0x74304f){_0x51b262=_0x51b262-0xaf;let _0x3483e7=_0x1454d0[_0x51b262];return _0x3483e7;},a45_0x51b2(_0x74b673,_0x17cd43);};const a45_0x2b65f4={};a45_0x2b65f4[a45_0x35e80f(0xc0)]=isNewman,module[a45_0x35e80f(0xc2)]=a45_0x2b65f4;
@@ -1 +1 @@
1
- 'use strict';const a46_0x435ca2=a46_0x50cf;(function(_0x131fff,_0x24c6d5){const _0x44afdb=a46_0x50cf,_0x279aa4=_0x131fff();while(!![]){try{const _0x1fd2ca=-parseInt(_0x44afdb(0x18e))/0x1+parseInt(_0x44afdb(0x1d1))/0x2*(-parseInt(_0x44afdb(0x13b))/0x3)+-parseInt(_0x44afdb(0x140))/0x4*(parseInt(_0x44afdb(0x14c))/0x5)+-parseInt(_0x44afdb(0x19f))/0x6*(parseInt(_0x44afdb(0x17d))/0x7)+parseInt(_0x44afdb(0x1af))/0x8+parseInt(_0x44afdb(0x1be))/0x9+parseInt(_0x44afdb(0x11c))/0xa*(parseInt(_0x44afdb(0x185))/0xb);if(_0x1fd2ca===_0x24c6d5)break;else _0x279aa4['push'](_0x279aa4['shift']());}catch(_0x34af9a){_0x279aa4['push'](_0x279aa4['shift']());}}}(a46_0x54ef,0xc9c87));const path=require(a46_0x435ca2(0x16f)),{v4:uuidv4}=require(a46_0x435ca2(0x181)),SessionHandler=require('../../../helpers/test-observability/sessionHandler'),{debug}=require('../../../helpers/test-observability/utils'),logger=require(a46_0x435ca2(0x1c3))[a46_0x435ca2(0x182)],BrowserstackCLI=require('../../v2/browserstackCLI'),GrpcClient=require(a46_0x435ca2(0x1b3)),TestFrameworkState=require(a46_0x435ca2(0x17c)),HookState=require('../../v2/state/hookState'),LOG_LEVELS=[a46_0x435ca2(0x206),a46_0x435ca2(0x1e8),a46_0x435ca2(0x126),a46_0x435ca2(0x195),a46_0x435ca2(0x202)];function isCLIRunning(){const _0x20981f=a46_0x435ca2;try{return BrowserstackCLI[_0x20981f(0x143)]()[_0x20981f(0x162)]();}catch(_0x3d5d11){return![];}}function getParentTitles(_0x1cf728){const _0x3576ea=a46_0x435ca2,_0x4f0d34={'xAcJR':function(_0x2f14f9,_0x329828){return _0x2f14f9(_0x329828);}},_0x29f370=[],_0x255976=_0x1cf728['parent']();return _0x255976&&_0x29f370['push'][_0x3576ea(0x1fd)](_0x29f370,_0x4f0d34[_0x3576ea(0x197)](getParentTitles,_0x255976)),_0x1cf728[_0x3576ea(0x1a9)]&&_0x29f370[_0x3576ea(0x111)](_0x4f0d34[_0x3576ea(0x197)](String,_0x1cf728[_0x3576ea(0x1a9)])),_0x29f370;}function normalizeLogLevel(_0x3637e4){const _0x516dfa=a46_0x435ca2,_0x218e95={};_0x218e95['FcWRP']=_0x516dfa(0x206),_0x218e95[_0x516dfa(0x1f0)]=function(_0x4736a2,_0x4c429b){return _0x4736a2!==_0x4c429b;};const _0x22d00b=_0x218e95;if(!_0x3637e4)return _0x22d00b[_0x516dfa(0x207)];const _0x368f74=_0x3637e4['toUpperCase']();return _0x22d00b[_0x516dfa(0x1f0)](LOG_LEVELS['indexOf'](_0x368f74),-0x1)?_0x368f74:_0x22d00b[_0x516dfa(0x207)];}function resolveCollectionFile(_0x30ac7b,_0x2dac1c){const _0x14e489=a46_0x435ca2,_0x2d6e86={};_0x2d6e86[_0x14e489(0x144)]=function(_0x4b1eff,_0x26d302){return _0x4b1eff===_0x26d302;},_0x2d6e86[_0x14e489(0x1e2)]=_0x14e489(0x1a1),_0x2d6e86[_0x14e489(0x16b)]=_0x14e489(0x192),_0x2d6e86[_0x14e489(0x1f6)]=function(_0x28f63c,_0x360e29){return _0x28f63c!==_0x360e29;},_0x2d6e86[_0x14e489(0x1d9)]=function(_0x22f675,_0x356cce){return _0x22f675<_0x356cce;},_0x2d6e86[_0x14e489(0x178)]=function(_0x804173,_0x2a43ad){return _0x804173+_0x2a43ad;},_0x2d6e86[_0x14e489(0x112)]=function(_0x49e6e7,_0x236c03){return _0x49e6e7+_0x236c03;},_0x2d6e86[_0x14e489(0x11a)]=_0x14e489(0x1ec),_0x2d6e86[_0x14e489(0x137)]=_0x14e489(0x1cb);const _0x38bb74=_0x2d6e86;try{if(_0x2dac1c&&_0x2dac1c[_0x14e489(0x141)])return path['relative'](process[_0x14e489(0x18d)](),path[_0x14e489(0x11d)](_0x2dac1c['collectionPath']));const _0x14b701=_0x30ac7b[_0x14e489(0x152)];if(_0x38bb74['dYGMA'](typeof _0x14b701,_0x38bb74[_0x14e489(0x1e2)]))return path['relative'](process[_0x14e489(0x18d)](),path[_0x14e489(0x11d)](_0x14b701));const _0x481fc4=process[_0x14e489(0x17e)][_0x14e489(0x1e6)](_0x38bb74[_0x14e489(0x16b)]);if(_0x38bb74[_0x14e489(0x1f6)](_0x481fc4,-0x1)&&_0x38bb74[_0x14e489(0x1d9)](_0x38bb74['FIljs'](_0x481fc4,0x1),process[_0x14e489(0x17e)][_0x14e489(0x131)])){const _0x358e31=process[_0x14e489(0x17e)][_0x38bb74['PBSza'](_0x481fc4,0x1)];if(_0x358e31&&!_0x358e31[_0x14e489(0x16e)]('-'))return path[_0x14e489(0x196)](process[_0x14e489(0x18d)](),path[_0x14e489(0x11d)](_0x358e31));}}catch(_0x5eb9ea){}return logger[_0x14e489(0x18b)](_0x38bb74[_0x14e489(0x11a)]),_0x38bb74[_0x14e489(0x137)];}function resolveCollectionName(_0x4e5be6){const _0x2faf7e=a46_0x435ca2,_0x25943c={};_0x25943c[_0x2faf7e(0x15a)]=function(_0x137064,_0xf725b4){return _0x137064===_0xf725b4;},_0x25943c[_0x2faf7e(0x194)]='object';const _0x2d4e5d=_0x25943c;try{const _0x438c3c=_0x4e5be6[_0x2faf7e(0x152)];if(_0x438c3c&&_0x2d4e5d['yRFqf'](typeof _0x438c3c,_0x2d4e5d[_0x2faf7e(0x194)]))return _0x438c3c[_0x2faf7e(0x1a9)]||_0x438c3c['info']&&_0x438c3c['info'][_0x2faf7e(0x1a9)]||null;}catch(_0x1f2438){}return null;}function a46_0x54ef(){const _0x592fda=['TestRunFinished','cursor','iteration','platformIndex','bufferedLogs','http://','length','\x20->\x20','err','jBpaV','XzEMH','itemName','VOevn','avOvw','response','HawkA','21jswuHK','exception','hKUvL','wrVyV','scopes','13660LUqpDh','collectionPath','pathname','getInstance','dYGMA','PJYfV','WoKpS','PnOeI','url','dTCYb','fuTRo','javascript','1990dmIlFB','JleXS','DIWqn','N/A','grizO','vXbDh','collection','ZDdKr','yKdpf','backtrace','HTTP\x20Status:\x20','getTime','RTYvM','HrhLP','yRFqf','OyaCa','script','JAYMT','event_type','VViJw','[Newman\x20Reporter]\x20Error\x20in\x20request:\x20','kind','isRunning','max','PmxLT','passed','testFrameworkVersion','toISOString','zEldS','PVMIO','httpLog','RYbWm','failure_backtrace','[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20','startsWith','path','TBPOM','mhQhU','parent','qFpLz','unknown','ydQrZ','yJQCO','collectionName','FIljs','IZMsJ','fDliI','MzQZF','../../v2/state/testFrameworkState','2387onMAPy','argv','LXpPi','peMlx','uuid','winstonLogger','hJsyo','xLNcX','8063EnLaPI','TEST_LOG','trackEvent','headers','toString','OcJDX','info','delete','cwd','1252813DjyIQT','LJAHX','\x20(HTTP\x20','event','run','Zthgr','iAFlM','DEBUG','relative','xAcJR','HTTP\x20','qkvjQ','\x20—\x20response\x20status\x20in\x20failure\x20range','host','failureType','failure','result','8136kympia','VCRDl','string','muiHI','POST','DTDyy','yzbXK','uploadEventData','code','bjvgK','name','request','concat','method','NenmW','rwHBv','8760632mfjaKb','timestamp','clear','ENXes','../../v2/grpcClient','DWAyz','error','rETrI','logCreatedEvent','getTestFramework','zYUtx','location','duration_ms','):\x20','test_run_uuid','460926uWFcSm','listen','xCGLM','finishedAt','item','../../../helpers/logger','ms)','hUZKf','level','status_code','stack','dAEjx','Assertion\x20','collection.json','KajAs','identifier','execution','pid','get','221792iszAOs','testFrameworkName','RuuJR','lastResponseCode','UYAGC','cixlZ','YgnDV','startedAt','KBjLt','AssertionError','failure_reason_expanded','TestRunStarted','JFCLx','UJkxq','ttgvC','VEiyH','failureReason','BkrKU','slice','newman','hostname','indexOf','startTimestamp','WARN','pending','done','join','[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json','assertion','UnwTd','[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','OyjOJ','ELUpN','stringify','igOfj','forEach','pZTlI','wCkNI','[Newman\x20Reporter]\x20Error\x20in\x20console:\x20','messages','[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','MRtpe','hPvpG','NItVk','apply','QOrZk','http_response','eVazT','PRE','TRACE','ufKzp','[Newman\x20Reporter]\x20Error\x20in\x20item:\x20','message','INFO','FcWRP','zvnzR','llotp','push','PBSza','durationMs','set','assert','yoIEY','HTTP','ref','search','DKuFB','assertions','48170QISHjD','resolve','BKdgR','TEST','dtOQl','uHWmS','includes','rRXRS','[Newman\x20Reporter]\x20emitLog\x20error:\x20','kkosJ','ERROR','AUUZM','Script\x20error\x20(','qojNh','kdovl'];a46_0x54ef=function(){return _0x592fda;};return a46_0x54ef();}function a46_0x50cf(_0x1cda47,_0x33ac17){const _0x54ef29=a46_0x54ef();return a46_0x50cf=function(_0x50cf25,_0x2d568c){_0x50cf25=_0x50cf25-0x110;let _0x361cf=_0x54ef29[_0x50cf25];return _0x361cf;},a46_0x50cf(_0x1cda47,_0x33ac17);}function emitTest(_0x76fec7,_0x3de298,_0x5da9cf,_0x47e2b4,_0x5557be){const _0x439a23=a46_0x435ca2,_0x3a2ef0={'rRXRS':function(_0x42f67a){return _0x42f67a();},'PnOeI':_0x439a23(0x1e9),'JAYMT':function(_0x226c44,_0x10a494){return _0x226c44(_0x10a494);},'peMlx':'newman','DlchF':_0x439a23(0x14b),'VCRDl':function(_0x3f662e,_0x25df84){return _0x3f662e!=_0x25df84;},'PJYfV':function(_0x3f2fbe,_0x1ce667){return _0x3f2fbe===_0x1ce667;},'PGuNo':_0x439a23(0x1dc),'OcJDX':_0x439a23(0x12b)};if(_0x3a2ef0[_0x439a23(0x123)](isCLIRunning))try{const _0x5c700a=BrowserstackCLI[_0x439a23(0x143)]()[_0x439a23(0x1b8)]();if(!_0x5c700a)return;_0x5c700a[_0x439a23(0x187)](TestFrameworkState['TEST'],_0x76fec7,{'test':{'uuid':_0x3de298[_0x439a23(0x181)],'name':_0x3de298[_0x439a23(0x1a9)],'scopes':_0x5da9cf[_0x439a23(0x13f)],'scope':_0x5da9cf[_0x439a23(0x13f)][_0x439a23(0x1eb)]('\x20'),'file_path':_0x47e2b4,'location':_0x5da9cf[_0x439a23(0x177)],'started_at':_0x5da9cf[_0x439a23(0x1d8)],'finished_at':_0x5557be[_0x439a23(0x1c1)]||null,'result':_0x5557be[_0x439a23(0x19e)]||_0x3a2ef0[_0x439a23(0x147)],'failure':_0x5557be['failure']||[],'failure_type':_0x5557be[_0x439a23(0x19c)]||null,'failure_reason':_0x5557be[_0x439a23(0x1e1)]||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0x52bb0f){_0x3a2ef0[_0x439a23(0x15d)](debug,'[Newman\x20Reporter]\x20emitTest\x20error:\x20'+_0x52bb0f);}else{const _0x5e40fa={'uuid':_0x3de298[_0x439a23(0x181)],'name':_0x3de298['name'],'framework':_0x3a2ef0[_0x439a23(0x180)],'body':{'lang':_0x3a2ef0['DlchF'],'code':null},'scope':_0x5da9cf[_0x439a23(0x13f)][_0x439a23(0x1eb)]('\x20'),'scopes':_0x5da9cf[_0x439a23(0x13f)],'identifier':_0x3de298[_0x439a23(0x1cd)],'file_name':_0x5da9cf[_0x439a23(0x177)],'vc_filepath':_0x5da9cf['location'],'location':_0x5da9cf[_0x439a23(0x1ba)],'started_at':_0x5da9cf[_0x439a23(0x1d8)],'finished_at':_0x5557be[_0x439a23(0x1c1)]||null,'duration_in_ms':_0x3a2ef0[_0x439a23(0x1a0)](_0x5557be[_0x439a23(0x113)],null)?Math[_0x439a23(0x163)](0x0,_0x5557be['durationMs']):null,'result':_0x5557be['result']||_0x3a2ef0[_0x439a23(0x147)],'failure_reason':_0x5557be[_0x439a23(0x1e1)]||null,'failure_type':_0x5557be[_0x439a23(0x19c)]||null,'failure':_0x5557be[_0x439a23(0x19d)]||[],'retry_of':null,'hooks':[]};_0x5e40fa['failure'][0x0]&&(_0x5e40fa[_0x439a23(0x16c)]=_0x5e40fa['failure'][0x0][_0x439a23(0x155)],_0x5e40fa[_0x439a23(0x1db)]=_0x5e40fa[_0x439a23(0x19d)][0x0]['expanded']);const _0x37ca8f=_0x3a2ef0[_0x439a23(0x145)](_0x76fec7,HookState[_0x439a23(0x201)])?_0x3a2ef0['PGuNo']:_0x3a2ef0[_0x439a23(0x18a)],_0xaefd63={};_0xaefd63[_0x439a23(0x15e)]=_0x37ca8f,_0xaefd63['test_run']=_0x5e40fa,SessionHandler[_0x439a23(0x1a6)](_0xaefd63);}}function emitLog(_0x3b1dba,_0x256d0a){const _0x216c16=a46_0x435ca2,_0xa47825={'rETrI':_0x216c16(0x186),'bjvgK':function(_0x1209dd){return _0x1209dd();},'eUDzU':function(_0x2df8d5,_0x2f5445){return _0x2df8d5===_0x2f5445;},'wIcyv':_0x216c16(0x117),'VEiyH':_0x216c16(0x1e4),'SUDIC':_0x216c16(0x11f),'zvnzR':'INFO','MzQZF':function(_0x2c83f3,_0x41c888){return _0x2c83f3(_0x41c888);},'eyYoq':function(_0x349f02,_0x9bd48c){return _0x349f02+_0x9bd48c;},'ELUpN':_0x216c16(0x124),'tbiqM':'LogCreated'},_0x32b6a0=_0x256d0a[_0x216c16(0x161)]||_0xa47825[_0x216c16(0x1b6)],_0x3c93a4=_0x256d0a[_0x216c16(0x1b0)]||new Date()[_0x216c16(0x167)]();if(_0xa47825[_0x216c16(0x1a8)](isCLIRunning))try{const _0x2656a9=_0xa47825['eUDzU'](_0x32b6a0,_0xa47825['wIcyv'])?JSON[_0x216c16(0x1f2)](_0x256d0a):_0x256d0a[_0x216c16(0x205)]||'',_0x983d12={};_0x983d12[_0x216c16(0x12e)]=0x0,_0x983d12[_0x216c16(0x1d2)]=_0xa47825[_0x216c16(0x1e0)],_0x983d12[_0x216c16(0x166)]='',_0x983d12['testFrameworkState']=_0xa47825['SUDIC'],_0x983d12['logs']=[{'uuid':_0x3b1dba,'timestamp':_0x3c93a4,'kind':_0x32b6a0,'level':_0x256d0a[_0x216c16(0x1c6)]||_0xa47825[_0x216c16(0x208)],'message':_0x2656a9}],GrpcClient['getInstance']()[_0x216c16(0x1b7)](_0x983d12);}catch(_0x3617fc){_0xa47825[_0x216c16(0x17b)](debug,_0xa47825['eyYoq'](_0xa47825[_0x216c16(0x1f1)],_0x3617fc));}else{const _0x16f293={};_0x16f293[_0x216c16(0x1bd)]=_0x3b1dba,_0x16f293['timestamp']=_0x3c93a4,_0x16f293[_0x216c16(0x1c6)]=_0x256d0a['level']||null,_0x16f293[_0x216c16(0x205)]=_0x256d0a[_0x216c16(0x205)]||null,_0x16f293['kind']=_0x32b6a0,_0x16f293[_0x216c16(0x1ff)]=_0x256d0a['http_response']||{};const _0x75376={};_0x75376['event_type']=_0xa47825['tbiqM'],_0x75376['logs']=[_0x16f293],SessionHandler[_0x216c16(0x1a6)](_0x75376);}}function BrowserStackNewmanReporter(_0x5579a5,_0x19aece,_0xde9f36){const _0xff4567=a46_0x435ca2,_0x232d61={'PmxLT':function(_0x324ea4,_0x18c2bb,_0x6d46aa){return _0x324ea4(_0x18c2bb,_0x6d46aa);},'hPvpG':function(_0x21a00f,_0x2bda8b){return _0x21a00f(_0x2bda8b);},'nJtBT':function(_0x36e99d,_0x6d20ab){return _0x36e99d(_0x6d20ab);},'NenmW':function(_0x453031,_0x1de7ab){return _0x453031>_0x1de7ab;},'WoKpS':function(_0x242cdf,_0x3fed97){return _0x242cdf(_0x3fed97);},'CRcsM':'http','qkvjQ':function(_0x517f3d,_0x40f89c){return _0x517f3d+_0x40f89c;},'hUZKf':'GET','PVMIO':function(_0xbea650,_0x50172c){return _0xbea650(_0x50172c);},'YAHGs':function(_0x3fe53f,_0x3d4630,_0x400444){return _0x3fe53f(_0x3d4630,_0x400444);},'qojNh':_0xff4567(0x186),'HrhLP':function(_0x5b5b3f,_0x4e51ba){return _0x5b5b3f+_0x4e51ba;},'aVggw':function(_0x434693){return _0x434693();},'LXpPi':function(_0x1b436d,_0x4d94a9){return _0x1b436d||_0x4d94a9;},'hJsyo':function(_0x450faa,_0x573e3a,_0x5e0be3,_0x5051f7,_0x21237d,_0x1d00bf){return _0x450faa(_0x573e3a,_0x5e0be3,_0x5051f7,_0x21237d,_0x1d00bf);},'DIWqn':function(_0xd595d2,_0x592bde){return _0xd595d2===_0x592bde;},'rwHBv':function(_0x27d1d6,_0x3dc370){return _0x27d1d6>_0x3dc370;},'TBPOM':function(_0xe7aaca,_0x3bc98c,_0x46f376){return _0xe7aaca(_0x3bc98c,_0x46f376);},'bgZXg':_0xff4567(0x117),'zEldS':function(_0x5945b0,_0x4695c0){return _0x5945b0+_0x4695c0;},'ufKzp':function(_0x1c9fe1,_0x45e1d2){return _0x1c9fe1+_0x45e1d2;},'TnLFY':function(_0x367b5c,_0x116bc0){return _0x367b5c+_0x116bc0;},'JleXS':function(_0x27dc81,_0x44dde0){return _0x27dc81+_0x44dde0;},'LJAHX':_0xff4567(0x132),'QVoRQ':_0xff4567(0x1c4),'fDliI':function(_0x28759f,_0x580c92,_0x4a4fe2){return _0x28759f(_0x580c92,_0x4a4fe2);},'yzbXK':_0xff4567(0x206),'dAEjx':function(_0x1b0fde,_0x3877fa){return _0x1b0fde(_0x3877fa);},'NItVk':function(_0x366bed,_0x195213){return _0x366bed>_0x195213;},'RTYvM':function(_0x5f8f2c,_0x51e7fd){return _0x5f8f2c-_0x51e7fd;},'AUUZM':function(_0x2fb1ac,_0x1258e2,_0x1eff85){return _0x2fb1ac(_0x1258e2,_0x1eff85);},'dtOQl':function(_0x159c11,_0x4043a4){return _0x159c11(_0x4043a4);},'llotp':function(_0x55d2d7,_0x573463){return _0x55d2d7(_0x573463);},'pZTlI':function(_0x11b8c0,_0x28cdb7){return _0x11b8c0(_0x28cdb7);},'DWAyz':function(_0x3b2780,_0x1774b1){return _0x3b2780&&_0x1774b1;},'muiHI':function(_0x28eee3,_0x5e4d73){return _0x28eee3>_0x5e4d73;},'VViJw':function(_0x558845,_0x1441ee){return _0x558845-_0x1441ee;},'EJYGX':function(_0x512762,_0x3f0c45,_0x5be116){return _0x512762(_0x3f0c45,_0x5be116);},'grizO':'Exception:\x20','UJkxq':'ERROR','kdovl':_0xff4567(0x1f9),'eVazT':function(_0xb7ee1f,_0x5df45e){return _0xb7ee1f>_0x5df45e;},'OyaCa':_0xff4567(0x174),'Zthgr':function(_0x724d70,_0x51a94b){return _0x724d70+_0x51a94b;},'HyvbJ':function(_0xd2cab,_0x4dd24a){return _0xd2cab+_0x4dd24a;},'IZMsJ':_0xff4567(0x128),'YgnDV':_0xff4567(0x1bc),'XzEMH':_0xff4567(0x1ef),'zYUtx':'failed','KajAs':_0xff4567(0x165),'yKdpf':_0xff4567(0x1da),'DTDyy':_0xff4567(0x115),'hKUvL':'UnhandledError','igOfj':function(_0x2ad1da,_0x10c9fa,_0x10b403){return _0x2ad1da(_0x10c9fa,_0x10b403);},'RuuJR':function(_0x301b14,_0x544005){return _0x301b14-_0x544005;},'yoIEY':function(_0x12c64d,_0x82211b){return _0x12c64d>_0x82211b;},'jBpaV':function(_0x5c9b14,_0x217730){return _0x5c9b14!=_0x217730;},'qFpLz':function(_0x34c9f0,_0x869e31){return _0x34c9f0>=_0x869e31;},'wrVyV':function(_0x47353f,_0x528f58){return _0x47353f<_0x528f58;},'uHWmS':_0xff4567(0x14f),'ydQrZ':'No\x20HTTP\x20response\x20received','avOvw':function(_0x522cdd,_0x2e3bdf,_0x14f54c,_0xdfceae,_0x4fc91c,_0x46ba03){return _0x522cdd(_0x2e3bdf,_0x14f54c,_0xdfceae,_0x4fc91c,_0x46ba03);},'PWwqA':function(_0x1b5d3f,_0xbf8651,_0x3f55d9){return _0x1b5d3f(_0xbf8651,_0x3f55d9);},'HawkA':function(_0x29380b,_0x1e3b8d){return _0x29380b+_0x1e3b8d;},'cixlZ':function(_0x426924,_0x43c67c){return _0x426924+_0x43c67c;},'mhQhU':function(_0x2507a9,_0x5b9447){return _0x2507a9+_0x5b9447;},'dTCYb':function(_0x98b280,_0x5d9b49){return _0x98b280+_0x5d9b49;},'yJQCO':function(_0x69d9d7,_0x46c145){return _0x69d9d7+_0x46c145;},'fuTRo':function(_0x138f45,_0x35a95e,_0x113c7e){return _0x138f45(_0x35a95e,_0x113c7e);},'MRtpe':function(_0x569223,_0x5cc43e){return _0x569223+_0x5cc43e;},'xLNcX':_0xff4567(0x156),'xCGLM':'\x20(no\x20assertions)','kkosJ':function(_0x3fdc54,_0x248714,_0x24e12f,_0x46a349,_0x4d8ee3,_0x51f94f){return _0x3fdc54(_0x248714,_0x24e12f,_0x46a349,_0x4d8ee3,_0x51f94f);},'ttgvC':function(_0x47745a,_0x275378){return _0x47745a(_0x275378);},'QOrZk':_0xff4567(0x1ea),'ENXes':'beforeIteration','UYAGC':'beforeItem','BKdgR':_0xff4567(0x1aa),'vXbDh':_0xff4567(0x1ed),'eiDfk':'console','ajbpn':_0xff4567(0x13c),'ZDdKr':_0xff4567(0x15c),'UnwTd':_0xff4567(0x1c2)},_0x52a867=new Map();let _0x45afe4=null,_0x5cfb6d=0x0;const _0x2b30a2=_0x232d61[_0xff4567(0x1f3)](resolveCollectionFile,_0xde9f36,_0x19aece),_0x28c136=_0x232d61[_0xff4567(0x1df)](resolveCollectionName,_0xde9f36)||_0x2b30a2,_0xf8743a=path['resolve'](_0x2b30a2),_0x1d4996='bs:addLog:'+process[_0xff4567(0x1cf)],_0xc9c9=_0x15fe1b=>{const _0x31c53f=_0xff4567;try{_0x45afe4&&_0x232d61['PmxLT'](emitLog,_0x45afe4,_0x15fe1b);}catch(_0x3c586d){_0x232d61[_0x31c53f(0x1fb)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20'+_0x3c586d);}};process['on'](_0x1d4996,_0xc9c9),_0x5579a5['on'](_0x232d61[_0xff4567(0x1fe)],()=>{const _0x4d8555=_0xff4567;process['removeListener'](_0x1d4996,_0xc9c9),_0x52a867[_0x4d8555(0x1b1)]();}),_0x5579a5['on'](_0x232d61[_0xff4567(0x1b2)],(_0x427289,_0x52145e)=>{const _0x5454ed=_0xff4567;_0x52145e&&_0x52145e['cursor']&&(_0x5cfb6d=_0x52145e['cursor'][_0x5454ed(0x12d)]||0x0);}),_0x5579a5['on'](_0x232d61[_0xff4567(0x1d5)],(_0x1223ff,_0x33e99b)=>{const _0x432c5f=_0xff4567;try{_0x45afe4=null;const _0x5496e5=_0x33e99b[_0x432c5f(0x1c2)],_0x1ae8f7=_0x5496e5['parent']()?_0x232d61['nJtBT'](getParentTitles,_0x5496e5[_0x432c5f(0x172)]()):[],_0x333846=_0x232d61[_0x432c5f(0x1ad)](_0x1ae8f7['length'],0x1)?_0x1ae8f7[_0x432c5f(0x1e3)](0x1):_0x1ae8f7,_0x22b66f=_0x33e99b[_0x432c5f(0x12c)]&&_0x33e99b[_0x432c5f(0x12c)][_0x432c5f(0x118)],_0x26e92a={'itemName':_0x5496e5[_0x432c5f(0x1a9)],'scopes':_0x333846[_0x432c5f(0x1ab)]([_0x5496e5[_0x432c5f(0x1a9)]]),'location':_0x2b30a2,'collectionName':_0x28c136,'startedAt':new Date()['toISOString'](),'startTimestamp':Date['now'](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x52a867[_0x432c5f(0x114)](_0x5496e5['id']+'_'+_0x5cfb6d,_0x26e92a),_0x22b66f&&_0x52a867[_0x432c5f(0x114)](_0x22b66f+'_'+_0x5cfb6d,_0x26e92a);}catch(_0x441851){_0x232d61[_0x432c5f(0x146)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20'+_0x441851);}}),_0x5579a5['on'](_0x232d61[_0xff4567(0x11e)],(_0x54c29f,_0x156c65)=>{const _0x29f9f5=_0xff4567;try{if(!_0x156c65||!_0x156c65['item'])return;const _0x528805=_0x52a867[_0x29f9f5(0x1d0)](_0x156c65[_0x29f9f5(0x1c2)]['id']+'_'+_0x5cfb6d);if(!_0x528805)return;_0x156c65[_0x29f9f5(0x139)]&&(_0x528805[_0x29f9f5(0x1d4)]=_0x156c65[_0x29f9f5(0x139)][_0x29f9f5(0x1a7)]||null);if(!_0x156c65[_0x29f9f5(0x1aa)])return;let _0x46d8e3='',_0x3c07e4='';if(_0x156c65[_0x29f9f5(0x1aa)][_0x29f9f5(0x148)])try{const _0xd16006=_0x156c65[_0x29f9f5(0x1aa)][_0x29f9f5(0x148)][_0x29f9f5(0x189)](),_0x43499e=new URL(_0xd16006['startsWith'](_0x232d61['CRcsM'])?_0xd16006:_0x29f9f5(0x130)+_0xd16006);_0x46d8e3=_0x43499e[_0x29f9f5(0x1e5)],_0x3c07e4=_0x232d61[_0x29f9f5(0x199)](_0x43499e[_0x29f9f5(0x142)],_0x43499e[_0x29f9f5(0x119)]);}catch(_0x3e0a34){_0x3c07e4=_0x156c65[_0x29f9f5(0x1aa)][_0x29f9f5(0x148)][_0x29f9f5(0x189)]();}const _0x2388b8={};_0x2388b8[_0x29f9f5(0x19b)]=_0x46d8e3,_0x2388b8[_0x29f9f5(0x16f)]=_0x3c07e4,_0x2388b8['method']=_0x156c65[_0x29f9f5(0x1aa)][_0x29f9f5(0x1ac)]||_0x232d61['hUZKf'],_0x2388b8[_0x29f9f5(0x188)]={},_0x2388b8[_0x29f9f5(0x1c7)]=_0x156c65[_0x29f9f5(0x139)]?_0x156c65[_0x29f9f5(0x139)][_0x29f9f5(0x1a7)]||0x0:0x0,_0x2388b8[_0x29f9f5(0x1bb)]=_0x156c65[_0x29f9f5(0x139)]?_0x156c65[_0x29f9f5(0x139)]['responseTime']||0x0:0x0,_0x528805[_0x29f9f5(0x16a)]=_0x2388b8;}catch(_0x52a8da){_0x232d61[_0x29f9f5(0x169)](debug,_0x29f9f5(0x160)+_0x52a8da);}}),_0x5579a5['on'](_0x232d61[_0xff4567(0x151)],(_0x423699,_0x30eeed)=>{const _0x5648b9=_0xff4567,_0x2edc4c={'JFCLx':function(_0x5a600c,_0x2b63e6,_0x163521){return _0x232d61['YAHGs'](_0x5a600c,_0x2b63e6,_0x163521);},'slwwt':_0x232d61[_0x5648b9(0x129)]};try{if(!_0x30eeed||!_0x30eeed[_0x5648b9(0x1c2)])return;const _0x3b4892=_0x52a867[_0x5648b9(0x1d0)](_0x30eeed[_0x5648b9(0x1c2)]['id']+'_'+_0x5cfb6d);if(!_0x3b4892)return;const _0x194d18=_0x30eeed['assertion']||_0x5648b9(0x1ca)+_0x232d61['HrhLP'](_0x3b4892[_0x5648b9(0x11b)][_0x5648b9(0x131)],0x1),_0x33f7e7=_0x232d61['aVggw'](uuidv4),_0x1390b7=_0x3b4892[_0x5648b9(0x13f)][_0x5648b9(0x1ab)]([_0x194d18])['join']('\x20');_0x3b4892[_0x5648b9(0x11b)][_0x5648b9(0x111)]({'uuid':_0x33f7e7,'name':_0x194d18,'identifier':_0x1390b7,'err':_0x232d61[_0x5648b9(0x17f)](_0x423699,null)});const _0x4ebc72={};_0x4ebc72[_0x5648b9(0x181)]=_0x33f7e7,_0x4ebc72[_0x5648b9(0x1a9)]=_0x194d18,_0x4ebc72[_0x5648b9(0x1cd)]=_0x1390b7,_0x232d61[_0x5648b9(0x183)](emitTest,HookState['PRE'],_0x4ebc72,_0x3b4892,_0xf8743a,{});_0x232d61[_0x5648b9(0x14e)](_0x3b4892[_0x5648b9(0x11b)]['length'],0x1)&&_0x232d61[_0x5648b9(0x1ae)](_0x3b4892[_0x5648b9(0x12f)][_0x5648b9(0x131)],0x0)&&(_0x3b4892[_0x5648b9(0x12f)][_0x5648b9(0x1f4)](_0x25fc15=>{const _0x170140=_0x5648b9;_0x2edc4c[_0x170140(0x1dd)](emitLog,_0x33f7e7,{'kind':_0x2edc4c['slwwt'],'message':_0x25fc15[_0x170140(0x205)],'level':_0x25fc15[_0x170140(0x1c6)]});}),_0x3b4892[_0x5648b9(0x12f)]=[]);if(_0x3b4892[_0x5648b9(0x16a)]){_0x232d61[_0x5648b9(0x170)](emitLog,_0x33f7e7,{'kind':_0x232d61['bgZXg'],'http_response':_0x3b4892[_0x5648b9(0x16a)]});const _0x2f1680=_0x232d61[_0x5648b9(0x199)](_0x232d61['zEldS'](_0x232d61[_0x5648b9(0x159)](_0x232d61[_0x5648b9(0x203)](_0x232d61[_0x5648b9(0x203)](_0x232d61['TnLFY'](_0x232d61[_0x5648b9(0x14d)](_0x232d61['HrhLP'](_0x3b4892[_0x5648b9(0x16a)][_0x5648b9(0x1ac)]||_0x232d61[_0x5648b9(0x1c5)],'\x20'),_0x3b4892[_0x5648b9(0x16a)][_0x5648b9(0x19b)]),_0x3b4892[_0x5648b9(0x16a)][_0x5648b9(0x16f)]),_0x232d61['LJAHX']),_0x3b4892[_0x5648b9(0x16a)][_0x5648b9(0x1c7)]),'\x20('),_0x3b4892[_0x5648b9(0x16a)][_0x5648b9(0x1bb)]),_0x232d61['QVoRQ']);_0x232d61[_0x5648b9(0x17a)](emitLog,_0x33f7e7,{'kind':_0x232d61[_0x5648b9(0x129)],'message':_0x2f1680,'level':_0x232d61['yzbXK']});}_0x45afe4=_0x33f7e7;}catch(_0x4e3e26){_0x232d61[_0x5648b9(0x1c9)](debug,_0x5648b9(0x16d)+_0x4e3e26);}}),_0x5579a5['on'](_0x232d61['eiDfk'],(_0x103cf2,_0x2cc61b)=>{const _0x1967b0=_0xff4567;try{if(!_0x2cc61b)return;let _0x1a7af5=_0x45afe4;if(!_0x1a7af5&&_0x2cc61b[_0x1967b0(0x12c)]&&_0x2cc61b[_0x1967b0(0x12c)]['ref']){const _0x3a8324=_0x52a867[_0x1967b0(0x1d0)](_0x2cc61b[_0x1967b0(0x12c)][_0x1967b0(0x118)]+'_'+_0x5cfb6d);_0x3a8324&&_0x232d61[_0x1967b0(0x1fc)](_0x3a8324[_0x1967b0(0x11b)][_0x1967b0(0x131)],0x0)&&(_0x1a7af5=_0x3a8324['assertions'][_0x232d61[_0x1967b0(0x158)](_0x3a8324[_0x1967b0(0x11b)]['length'],0x1)][_0x1967b0(0x181)]);}const _0xe62d33=_0x2cc61b[_0x1967b0(0x1f8)]?_0x2cc61b['messages'][_0x1967b0(0x1eb)](',\x20'):'';if(_0x1a7af5)_0x232d61[_0x1967b0(0x127)](emitLog,_0x1a7af5,{'kind':_0x232d61['qojNh'],'message':_0xe62d33,'level':_0x232d61[_0x1967b0(0x120)](normalizeLogLevel,_0x2cc61b[_0x1967b0(0x1c6)])});else{if(_0x2cc61b['cursor']&&_0x2cc61b[_0x1967b0(0x12c)][_0x1967b0(0x118)]){const _0x265458=_0x52a867['get'](_0x2cc61b[_0x1967b0(0x12c)][_0x1967b0(0x118)]+'_'+_0x5cfb6d);_0x265458&&_0x265458[_0x1967b0(0x12f)]['push']({'timestamp':new Date()[_0x1967b0(0x167)](),'level':_0x232d61[_0x1967b0(0x110)](normalizeLogLevel,_0x2cc61b[_0x1967b0(0x1c6)]),'message':_0xe62d33});}}}catch(_0x418164){_0x232d61['pZTlI'](debug,_0x1967b0(0x1f7)+_0x418164);}}),_0x5579a5['on'](_0x232d61['ajbpn'],(_0x3048c9,_0xb9efcb)=>{const _0x1b745c=_0xff4567;try{if(!_0x3048c9&&(!_0xb9efcb||!_0xb9efcb[_0x1b745c(0x1b5)]))return;const _0x1e567a=_0x3048c9||_0xb9efcb[_0x1b745c(0x1b5)],_0x1a9524=_0x1e567a[_0x1b745c(0x205)]||_0x232d61[_0x1b745c(0x1fb)](String,_0x1e567a),_0x5caa9d=_0x1e567a[_0x1b745c(0x1c8)]||_0x1a9524;let _0xe3f56d=_0x45afe4;if(_0x232d61[_0x1b745c(0x1b4)](!_0xe3f56d,_0xb9efcb)&&_0xb9efcb[_0x1b745c(0x12c)]&&_0xb9efcb['cursor']['ref']){const _0x4bb318=_0x52a867[_0x1b745c(0x1d0)](_0xb9efcb[_0x1b745c(0x12c)][_0x1b745c(0x118)]+'_'+_0x5cfb6d);_0x4bb318&&_0x232d61[_0x1b745c(0x1a2)](_0x4bb318[_0x1b745c(0x11b)][_0x1b745c(0x131)],0x0)&&(_0xe3f56d=_0x4bb318[_0x1b745c(0x11b)][_0x232d61[_0x1b745c(0x15f)](_0x4bb318[_0x1b745c(0x11b)]['length'],0x1)][_0x1b745c(0x181)]);}_0xe3f56d&&_0x232d61['EJYGX'](emitLog,_0xe3f56d,{'kind':_0x232d61[_0x1b745c(0x129)],'message':_0x232d61[_0x1b745c(0x168)](_0x232d61[_0x1b745c(0x150)],_0x5caa9d),'level':_0x232d61[_0x1b745c(0x1de)]});}catch(_0x431c8e){_0x232d61[_0x1b745c(0x1f5)](debug,_0x232d61[_0x1b745c(0x14d)](_0x232d61[_0x1b745c(0x12a)],_0x431c8e));}}),_0x5579a5['on'](_0x232d61[_0xff4567(0x153)],(_0x5a3c20,_0x49f557)=>{const _0x4d5155=_0xff4567;try{if(!_0x49f557||!_0x49f557[_0x4d5155(0x1ce)])return;let _0x52d7e6=_0x45afe4;if(!_0x52d7e6&&_0x49f557[_0x4d5155(0x12c)]&&_0x49f557[_0x4d5155(0x12c)][_0x4d5155(0x118)]){const _0x2b7c6f=_0x52a867[_0x4d5155(0x1d0)](_0x49f557[_0x4d5155(0x12c)][_0x4d5155(0x118)]+'_'+_0x5cfb6d);_0x2b7c6f&&_0x232d61[_0x4d5155(0x200)](_0x2b7c6f['assertions'][_0x4d5155(0x131)],0x0)&&(_0x52d7e6=_0x2b7c6f[_0x4d5155(0x11b)][_0x232d61[_0x4d5155(0x15f)](_0x2b7c6f['assertions'][_0x4d5155(0x131)],0x1)][_0x4d5155(0x181)]);}if(!_0x52d7e6)return;const _0x406d13=_0x49f557[_0x4d5155(0x191)]&&_0x49f557[_0x4d5155(0x191)][_0x4d5155(0x1bf)]||_0x232d61[_0x4d5155(0x15b)];_0x5a3c20&&_0x232d61[_0x4d5155(0x164)](emitLog,_0x52d7e6,{'kind':_0x232d61['qojNh'],'message':_0x232d61[_0x4d5155(0x199)](_0x232d61[_0x4d5155(0x193)](_0x232d61['HyvbJ'](_0x232d61[_0x4d5155(0x179)],_0x406d13),_0x232d61[_0x4d5155(0x1d7)]),_0x5a3c20[_0x4d5155(0x205)]||_0x5a3c20),'level':_0x232d61['UJkxq']});}catch(_0x3f4181){_0x232d61[_0x4d5155(0x120)](debug,_0x232d61['qkvjQ'](_0x232d61[_0x4d5155(0x135)],_0x3f4181));}}),_0x5579a5['on'](_0x232d61[_0xff4567(0x1ee)],(_0x5cced4,_0x541c04)=>{const _0x254ece=_0xff4567;try{if(!_0x541c04||!_0x541c04['item'])return;const _0x45f029=_0x541c04[_0x254ece(0x1c2)]['id']+'_'+_0x5cfb6d,_0x33fea9=_0x52a867[_0x254ece(0x1d0)](_0x45f029);if(!_0x33fea9)return;const _0x20092c=new Date(),_0x43a7d8=_0x232d61[_0x254ece(0x1d3)](_0x20092c[_0x254ece(0x157)](),_0x33fea9[_0x254ece(0x1e7)]);if(_0x232d61[_0x254ece(0x116)](_0x33fea9[_0x254ece(0x11b)][_0x254ece(0x131)],0x0))_0x33fea9[_0x254ece(0x11b)][_0x254ece(0x1f4)](_0x199228=>{const _0x2ae84b=_0x254ece,_0x4a0dbf=!!_0x199228[_0x2ae84b(0x133)],_0x2d7d65={'finishedAt':_0x20092c['toISOString'](),'durationMs':_0x43a7d8,'result':_0x4a0dbf?_0x232d61[_0x2ae84b(0x1b9)]:_0x232d61['KajAs']};_0x4a0dbf&&(_0x2d7d65['failureReason']=_0x199228[_0x2ae84b(0x133)]['message']||'',_0x2d7d65['failureType']=_0x232d61[_0x2ae84b(0x14e)](_0x199228['err'][_0x2ae84b(0x1a9)],_0x232d61[_0x2ae84b(0x154)])||_0x199228[_0x2ae84b(0x133)][_0x2ae84b(0x205)]&&_0x199228[_0x2ae84b(0x133)]['message'][_0x2ae84b(0x122)](_0x232d61[_0x2ae84b(0x1a4)])?_0x232d61[_0x2ae84b(0x154)]:_0x232d61[_0x2ae84b(0x13d)],_0x2d7d65[_0x2ae84b(0x19d)]=[{'backtrace':_0x199228[_0x2ae84b(0x133)][_0x2ae84b(0x1c8)]?_0x199228[_0x2ae84b(0x133)]['stack']['split']('\x0a'):[_0x199228[_0x2ae84b(0x133)]['message']||''],'expanded':[]}]),_0x232d61[_0x2ae84b(0x183)](emitTest,HookState[_0x2ae84b(0x1a3)],_0x199228,_0x33fea9,_0xf8743a,_0x2d7d65);});else{const _0x5dfb3d=_0x232d61['aVggw'](uuidv4),_0x78fe03=_0x33fea9['lastResponseCode'],_0x4583a7=_0x232d61[_0x254ece(0x134)](_0x78fe03,null)&&_0x232d61[_0x254ece(0x173)](_0x78fe03,0xc8)&&_0x232d61[_0x254ece(0x13e)](_0x78fe03,0x190),_0x3dd461=_0x33fea9[_0x254ece(0x136)]+_0x254ece(0x190)+_0x232d61['LXpPi'](_0x78fe03,_0x232d61[_0x254ece(0x121)])+')',_0x271a14={'uuid':_0x5dfb3d,'name':_0x3dd461,'identifier':_0x33fea9[_0x254ece(0x13f)]['concat']([_0x3dd461])[_0x254ece(0x1eb)]('\x20')},_0x28a8f3={'finishedAt':_0x20092c['toISOString'](),'durationMs':_0x43a7d8,'result':_0x4583a7?_0x232d61[_0x254ece(0x1cc)]:_0x232d61[_0x254ece(0x1b9)]};!_0x4583a7&&(_0x28a8f3['failureReason']=_0x232d61['jBpaV'](_0x78fe03,null)?_0x254ece(0x198)+_0x78fe03+_0x254ece(0x19a):_0x232d61[_0x254ece(0x175)],_0x28a8f3[_0x254ece(0x19c)]=_0x232d61[_0x254ece(0x13d)],_0x28a8f3['failure']=[{'backtrace':[_0x28a8f3[_0x254ece(0x1e1)]],'expanded':[]}]);_0x232d61[_0x254ece(0x138)](emitTest,HookState[_0x254ece(0x201)],_0x271a14,_0x33fea9,_0xf8743a,{}),_0x33fea9[_0x254ece(0x12f)][_0x254ece(0x1f4)](_0xadbd6c=>{const _0x2a6994=_0x254ece;_0x232d61['igOfj'](emitLog,_0x5dfb3d,{'kind':_0x232d61['qojNh'],'message':_0xadbd6c[_0x2a6994(0x205)],'level':_0xadbd6c['level']});});if(_0x33fea9[_0x254ece(0x16a)]){_0x232d61['PWwqA'](emitLog,_0x5dfb3d,{'kind':_0x232d61['bgZXg'],'http_response':_0x33fea9[_0x254ece(0x16a)]});const _0x3217ff=_0x232d61[_0x254ece(0x13a)](_0x232d61[_0x254ece(0x1d6)](_0x232d61[_0x254ece(0x171)](_0x232d61['qkvjQ'](_0x232d61[_0x254ece(0x149)](_0x232d61[_0x254ece(0x193)](_0x232d61[_0x254ece(0x199)](_0x232d61[_0x254ece(0x176)](_0x33fea9[_0x254ece(0x16a)][_0x254ece(0x1ac)]||_0x232d61[_0x254ece(0x1c5)],'\x20'),_0x33fea9[_0x254ece(0x16a)][_0x254ece(0x19b)]),_0x33fea9[_0x254ece(0x16a)]['path']),_0x232d61[_0x254ece(0x18f)]),_0x33fea9[_0x254ece(0x16a)][_0x254ece(0x1c7)]),'\x20('),_0x33fea9[_0x254ece(0x16a)][_0x254ece(0x1bb)]),_0x232d61['QVoRQ']);_0x232d61[_0x254ece(0x14a)](emitLog,_0x5dfb3d,{'kind':_0x232d61[_0x254ece(0x129)],'message':_0x3217ff,'level':_0x232d61['yzbXK']});}else _0x232d61['PWwqA'](emitLog,_0x5dfb3d,{'kind':_0x232d61[_0x254ece(0x129)],'message':_0x232d61[_0x254ece(0x1d6)](_0x232d61[_0x254ece(0x1fa)](_0x232d61[_0x254ece(0x184)],_0x232d61[_0x254ece(0x17f)](_0x78fe03,_0x232d61[_0x254ece(0x121)])),_0x232d61[_0x254ece(0x1c0)]),'level':_0x232d61[_0x254ece(0x1a5)]});_0x232d61[_0x254ece(0x125)](emitTest,HookState['POST'],_0x271a14,_0x33fea9,_0xf8743a,_0x28a8f3);}_0x52a867[_0x254ece(0x18c)](_0x45f029),_0x541c04[_0x254ece(0x12c)]&&_0x541c04['cursor'][_0x254ece(0x118)]&&_0x52a867['delete'](_0x541c04[_0x254ece(0x12c)][_0x254ece(0x118)]+'_'+_0x5cfb6d);}catch(_0x1a0c89){_0x232d61[_0x254ece(0x1fb)](debug,_0x254ece(0x204)+_0x1a0c89);}});}module['exports']=BrowserStackNewmanReporter;
1
+ 'use strict';const a46_0x2a505a=a46_0x4491;(function(_0x30b2a5,_0x36f9b4){const _0x29b36b=a46_0x4491,_0x52d710=_0x30b2a5();while(!![]){try{const _0x4c9fd0=parseInt(_0x29b36b(0x1c0))/0x1+parseInt(_0x29b36b(0x18d))/0x2*(parseInt(_0x29b36b(0x119))/0x3)+parseInt(_0x29b36b(0x1f1))/0x4+parseInt(_0x29b36b(0x188))/0x5+-parseInt(_0x29b36b(0x144))/0x6*(-parseInt(_0x29b36b(0x183))/0x7)+-parseInt(_0x29b36b(0x1e5))/0x8*(parseInt(_0x29b36b(0x133))/0x9)+-parseInt(_0x29b36b(0x1ec))/0xa;if(_0x4c9fd0===_0x36f9b4)break;else _0x52d710['push'](_0x52d710['shift']());}catch(_0x15a8a9){_0x52d710['push'](_0x52d710['shift']());}}}(a46_0xe3ff,0xc1a34));function a46_0xe3ff(){const _0x498cd9=['testFrameworkState','forEach','assertion','httpLog','vvjaF','ItVUZ','TEST','get','startsWith','TestRunFinished','YJrMA','bs:addLog:','627816dGsjQC','failureType','object','[Newman\x20Reporter]\x20emitLog\x20error:\x20','TEST_LOG','mIFqT','pending','method','xfLLk','ETLxR','QBiNz','ref','concat','mnHgB','apply','itemName','HUTMs','../../../helpers/test-observability/sessionHandler','failure','ucDbI','FYEAM','UnhandledError','ikWpD','unknown','DzMHG','dBvnD','NXQxG','UVBAr','passed','listen','relative','info','HTTP','test_run_uuid','ERMuM','duration_ms','err','2125840wSJgtx','uuid','AQbIS','stbAm','WXUlz','Qftsr','search','20391710vlkfhD','INFO','cwd','KyhkW','host','1841028dYQyqw','isRunning','UeMeH','length','XGHiM','stringify','VmvHy','bufferedLogs','message','collectionPath','VAbhW','name','jPlRE','SnxhH','aZJLk','join','error','[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20','location','failure_reason_expanded','xCEnK','TWjeV','finishedAt','HQOwT','reTnI','Assertion\x20','3492813TTTsni','LVECJ','epIuP','../../v2/state/testFrameworkState','lvrXH','url','HTTP\x20','level','VbgGr','kind','result','yGNOd','winstonLogger','durationMs','zMKuz','status_code','timestamp','item','OTafZ','GrMRe','bJWRn','nmOaX','http_response','Frtgv','stack','toISOString','9UEBESz','identifier','KNQSe','PRE','responseTime','request','failed','ugajP','zlgot','SbHdT','lastResponseCode','WARN','cursor','TFMjz','collection.json','code','[Newman\x20Reporter]\x20Error\x20in\x20item:\x20','4873782WYRASA','toString','failure_backtrace','dEzid','BIWlL','ghEKV','NEaXd','includes','Ikpgl','TestRunStarted','IOySR','DEBUG','gkYpw','\x20->\x20','UQcjm','slice','hostname','bkkDK','N/A','collection','failureReason','KYFwu','Script\x20error\x20(','headers','[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','URMkM','akuKa','collectionName','WplOx','dcyPD','response','javascript','argv','startTimestamp','testFrameworkVersion','http','pAnTo','test_run','run','eMirH','backtrace','startedAt','NHhcf','HTTP\x20Status:\x20','NalgF','aOgnk','dkPsS','QckHj','LZDWV','OuPbo','UVxTY','FZcXY','logCreatedEvent','[Newman\x20Reporter]\x20Error\x20in\x20request:\x20','expanded','toUpperCase','LeEqK','CjLjo','execution','YSnqr','now','vlhtu','nCgIv','7cAUICa','max','string','HnZpk','done','167000SJMjsC','[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20','rzBSr','path','push','2oamLuV','oDXGB','delete','parent','oJZxe','AssertionError','mduDK','OrmqB','uploadEventData','../../v2/state/hookState','ms)','LvSlx','../../../helpers/logger','avzjP','\x20(HTTP\x20','QVzyf','hOziu','ERROR','sqDrr','resolve','logs','indexOf','exception','hgMEE','fTWLv','platformIndex','assertions','getInstance','ZzjYb','set','EfPjt','newman','GET','removeListener','testFrameworkName','):\x20','scopes','NBgPd','getTime'];a46_0xe3ff=function(){return _0x498cd9;};return a46_0xe3ff();}const path=require(a46_0x2a505a(0x18b)),{v4:uuidv4}=require(a46_0x2a505a(0x1e6)),SessionHandler=require(a46_0x2a505a(0x1d1)),{debug}=require('../../../helpers/test-observability/utils'),logger=require(a46_0x2a505a(0x199))[a46_0x2a505a(0x125)],BrowserstackCLI=require('../../v2/browserstackCLI'),GrpcClient=require('../../v2/grpcClient'),TestFrameworkState=require(a46_0x2a505a(0x11c)),HookState=require(a46_0x2a505a(0x196)),LOG_LEVELS=[a46_0x2a505a(0x1ed),a46_0x2a505a(0x13e),a46_0x2a505a(0x19e),a46_0x2a505a(0x14f),'TRACE'];function isCLIRunning(){const _0x19df10=a46_0x2a505a;try{return BrowserstackCLI[_0x19df10(0x1a8)]()[_0x19df10(0x1f2)]();}catch(_0x3b1548){return![];}}function getParentTitles(_0x3b7d10){const _0x432647=a46_0x2a505a,_0x520b07={'reTnI':function(_0x535ed4,_0x80c8fd){return _0x535ed4(_0x80c8fd);},'epIuP':function(_0x4e920f,_0x5dd9ee){return _0x4e920f(_0x5dd9ee);}},_0x3efea0=[],_0x1aca26=_0x3b7d10[_0x432647(0x190)]();return _0x1aca26&&_0x3efea0[_0x432647(0x18c)][_0x432647(0x1ce)](_0x3efea0,_0x520b07[_0x432647(0x117)](getParentTitles,_0x1aca26)),_0x3b7d10[_0x432647(0x1fc)]&&_0x3efea0['push'](_0x520b07[_0x432647(0x11b)](String,_0x3b7d10[_0x432647(0x1fc)])),_0x3efea0;}function a46_0x4491(_0x16351f,_0x5cf363){const _0xe3ff0b=a46_0xe3ff();return a46_0x4491=function(_0x4491e5,_0x596fb7){_0x4491e5=_0x4491e5-0x112;let _0x5537b4=_0xe3ff0b[_0x4491e5];return _0x5537b4;},a46_0x4491(_0x16351f,_0x5cf363);}function normalizeLogLevel(_0x258e03){const _0x431cc3=a46_0x2a505a,_0x3036a={};_0x3036a[_0x431cc3(0x198)]='INFO',_0x3036a[_0x431cc3(0x12d)]=function(_0x4acb89,_0x2d21f8){return _0x4acb89!==_0x2d21f8;};const _0x520499=_0x3036a;if(!_0x258e03)return _0x520499[_0x431cc3(0x198)];const _0x2fd65b=_0x258e03[_0x431cc3(0x17b)]();return _0x520499[_0x431cc3(0x12d)](LOG_LEVELS[_0x431cc3(0x1a2)](_0x2fd65b),-0x1)?_0x2fd65b:_0x520499['LvSlx'];}function resolveCollectionFile(_0x3eba32,_0x207c47){const _0x455e0c=a46_0x2a505a,_0xe69b37={};_0xe69b37['YIeeR']=function(_0x3d4135,_0x3c506b){return _0x3d4135===_0x3c506b;},_0xe69b37[_0x455e0c(0x148)]=_0x455e0c(0x185),_0xe69b37[_0x455e0c(0x191)]=_0x455e0c(0x16a),_0xe69b37[_0x455e0c(0x15e)]=function(_0x1d13e2,_0x62bc78){return _0x1d13e2!==_0x62bc78;},_0xe69b37[_0x455e0c(0x1da)]=function(_0xfb089f,_0x5468e5){return _0xfb089f<_0x5468e5;},_0xe69b37[_0x455e0c(0x1b9)]=function(_0x5f0ba0,_0x206bd1){return _0x5f0ba0+_0x206bd1;},_0xe69b37[_0x455e0c(0x11d)]='[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json',_0xe69b37[_0x455e0c(0x1c8)]=_0x455e0c(0x141);const _0x4ede50=_0xe69b37;try{if(_0x207c47&&_0x207c47[_0x455e0c(0x1fa)])return path[_0x455e0c(0x1de)](process[_0x455e0c(0x1ee)](),path['resolve'](_0x207c47['collectionPath']));const _0x3755df=_0x3eba32[_0x455e0c(0x157)];if(_0x4ede50['YIeeR'](typeof _0x3755df,_0x4ede50[_0x455e0c(0x148)]))return path[_0x455e0c(0x1de)](process['cwd'](),path[_0x455e0c(0x1a0)](_0x3755df));const _0x51a50a=process[_0x455e0c(0x164)][_0x455e0c(0x1a2)](_0x4ede50[_0x455e0c(0x191)]);if(_0x4ede50['akuKa'](_0x51a50a,-0x1)&&_0x4ede50[_0x455e0c(0x1da)](_0x4ede50[_0x455e0c(0x1b9)](_0x51a50a,0x1),process['argv']['length'])){const _0x291800=process['argv'][_0x4ede50['ItVUZ'](_0x51a50a,0x1)];if(_0x291800&&!_0x291800[_0x455e0c(0x1bc)]('-'))return path[_0x455e0c(0x1de)](process[_0x455e0c(0x1ee)](),path['resolve'](_0x291800));}}catch(_0x451c95){}return logger[_0x455e0c(0x1df)](_0x4ede50[_0x455e0c(0x11d)]),_0x4ede50[_0x455e0c(0x1c8)];}function resolveCollectionName(_0x281b22){const _0x43da1e=a46_0x2a505a,_0x5cbb65={};_0x5cbb65[_0x43da1e(0x1a5)]=function(_0x138f93,_0xf628ad){return _0x138f93===_0xf628ad;},_0x5cbb65['vvjaF']=_0x43da1e(0x1c2);const _0x2999c1=_0x5cbb65;try{const _0x50200b=_0x281b22['collection'];if(_0x50200b&&_0x2999c1[_0x43da1e(0x1a5)](typeof _0x50200b,_0x2999c1[_0x43da1e(0x1b8)]))return _0x50200b[_0x43da1e(0x1fc)]||_0x50200b[_0x43da1e(0x1df)]&&_0x50200b[_0x43da1e(0x1df)][_0x43da1e(0x1fc)]||null;}catch(_0x175c7b){}return null;}function emitTest(_0x59253f,_0x5775f1,_0x5ddd97,_0x398d2d,_0x3a04d5){const _0x14dedc=a46_0x2a505a,_0x490d3c={'hgMEE':function(_0x1b8493){return _0x1b8493();},'Frtgv':_0x14dedc(0x1c6),'jzMwq':function(_0x1d0453,_0x133bf0){return _0x1d0453(_0x133bf0);},'TFMjz':_0x14dedc(0x1ac),'oDXGB':_0x14dedc(0x163),'QckHj':function(_0x339ee2,_0x3e605a){return _0x339ee2!=_0x3e605a;},'NEaXd':function(_0x43080e,_0x37de71){return _0x43080e===_0x37de71;},'SnxhH':_0x14dedc(0x14d),'aOgnk':_0x14dedc(0x1bd)};if(_0x490d3c[_0x14dedc(0x1a4)](isCLIRunning))try{const _0x288458=BrowserstackCLI[_0x14dedc(0x1a8)]()['getTestFramework']();if(!_0x288458)return;_0x288458['trackEvent'](TestFrameworkState[_0x14dedc(0x1ba)],_0x59253f,{'test':{'uuid':_0x5775f1['uuid'],'name':_0x5775f1[_0x14dedc(0x1fc)],'scopes':_0x5ddd97['scopes'],'scope':_0x5ddd97[_0x14dedc(0x1b1)][_0x14dedc(0x200)]('\x20'),'file_path':_0x398d2d,'location':_0x5ddd97[_0x14dedc(0x15f)],'started_at':_0x5ddd97[_0x14dedc(0x16d)],'finished_at':_0x3a04d5['finishedAt']||null,'result':_0x3a04d5[_0x14dedc(0x123)]||_0x490d3c[_0x14dedc(0x130)],'failure':_0x3a04d5[_0x14dedc(0x1d2)]||[],'failure_type':_0x3a04d5[_0x14dedc(0x1c1)]||null,'failure_reason':_0x3a04d5[_0x14dedc(0x158)]||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0x577aea){_0x490d3c['jzMwq'](debug,'[Newman\x20Reporter]\x20emitTest\x20error:\x20'+_0x577aea);}else{const _0x48eac8={'uuid':_0x5775f1[_0x14dedc(0x1e6)],'name':_0x5775f1[_0x14dedc(0x1fc)],'framework':_0x490d3c[_0x14dedc(0x140)],'body':{'lang':_0x490d3c[_0x14dedc(0x18e)],'code':null},'scope':_0x5ddd97[_0x14dedc(0x1b1)][_0x14dedc(0x200)]('\x20'),'scopes':_0x5ddd97['scopes'],'identifier':_0x5775f1[_0x14dedc(0x134)],'file_name':_0x5ddd97['collectionName'],'vc_filepath':_0x5ddd97[_0x14dedc(0x203)],'location':_0x5ddd97[_0x14dedc(0x203)],'started_at':_0x5ddd97[_0x14dedc(0x16d)],'finished_at':_0x3a04d5[_0x14dedc(0x115)]||null,'duration_in_ms':_0x490d3c[_0x14dedc(0x173)](_0x3a04d5[_0x14dedc(0x126)],null)?Math[_0x14dedc(0x184)](0x0,_0x3a04d5['durationMs']):null,'result':_0x3a04d5[_0x14dedc(0x123)]||_0x490d3c[_0x14dedc(0x130)],'failure_reason':_0x3a04d5[_0x14dedc(0x158)]||null,'failure_type':_0x3a04d5[_0x14dedc(0x1c1)]||null,'failure':_0x3a04d5[_0x14dedc(0x1d2)]||[],'retry_of':null,'hooks':[]};_0x48eac8[_0x14dedc(0x1d2)][0x0]&&(_0x48eac8[_0x14dedc(0x146)]=_0x48eac8[_0x14dedc(0x1d2)][0x0][_0x14dedc(0x16c)],_0x48eac8[_0x14dedc(0x112)]=_0x48eac8['failure'][0x0][_0x14dedc(0x17a)]);const _0x5f2100=_0x490d3c[_0x14dedc(0x14a)](_0x59253f,HookState[_0x14dedc(0x136)])?_0x490d3c[_0x14dedc(0x1fe)]:_0x490d3c[_0x14dedc(0x171)],_0x2fa77d={};_0x2fa77d['event_type']=_0x5f2100,_0x2fa77d[_0x14dedc(0x169)]=_0x48eac8,SessionHandler[_0x14dedc(0x195)](_0x2fa77d);}}function emitLog(_0x23ee80,_0x21efb7){const _0x48f8af=a46_0x2a505a,_0x1bd9c2={'VAbhW':_0x48f8af(0x1c4),'haCHz':function(_0x1185ae){return _0x1185ae();},'pAnTo':function(_0x5e3223,_0x34fc02){return _0x5e3223===_0x34fc02;},'LeEqK':'HTTP','Abjvs':_0x48f8af(0x1ac),'QBiNz':_0x48f8af(0x1ba),'dcyPD':_0x48f8af(0x1ed),'tMRwb':function(_0x4d6640,_0xe17e37){return _0x4d6640(_0xe17e37);},'aZJLk':function(_0x43cc01,_0x117ff6){return _0x43cc01+_0x117ff6;},'jfBPI':_0x48f8af(0x1c3),'QVzyf':'LogCreated'},_0x5d495a=_0x21efb7['kind']||_0x1bd9c2[_0x48f8af(0x1fb)],_0x3940cc=_0x21efb7[_0x48f8af(0x129)]||new Date()[_0x48f8af(0x132)]();if(_0x1bd9c2['haCHz'](isCLIRunning))try{const _0x54ad52=_0x1bd9c2[_0x48f8af(0x168)](_0x5d495a,_0x1bd9c2[_0x48f8af(0x17c)])?JSON[_0x48f8af(0x1f6)](_0x21efb7):_0x21efb7[_0x48f8af(0x1f9)]||'',_0x5af63f={};_0x5af63f[_0x48f8af(0x1a6)]=0x0,_0x5af63f[_0x48f8af(0x1af)]=_0x1bd9c2['Abjvs'],_0x5af63f[_0x48f8af(0x166)]='',_0x5af63f[_0x48f8af(0x1b4)]=_0x1bd9c2[_0x48f8af(0x1ca)],_0x5af63f[_0x48f8af(0x1a1)]=[{'uuid':_0x23ee80,'timestamp':_0x3940cc,'kind':_0x5d495a,'level':_0x21efb7[_0x48f8af(0x120)]||_0x1bd9c2[_0x48f8af(0x161)],'message':_0x54ad52}],GrpcClient[_0x48f8af(0x1a8)]()[_0x48f8af(0x178)](_0x5af63f);}catch(_0x2a0443){_0x1bd9c2['tMRwb'](debug,_0x1bd9c2[_0x48f8af(0x1ff)](_0x1bd9c2['jfBPI'],_0x2a0443));}else{const _0x5b327c={};_0x5b327c[_0x48f8af(0x1e1)]=_0x23ee80,_0x5b327c[_0x48f8af(0x129)]=_0x3940cc,_0x5b327c[_0x48f8af(0x120)]=_0x21efb7[_0x48f8af(0x120)]||null,_0x5b327c[_0x48f8af(0x1f9)]=_0x21efb7[_0x48f8af(0x1f9)]||null,_0x5b327c[_0x48f8af(0x122)]=_0x5d495a,_0x5b327c[_0x48f8af(0x12f)]=_0x21efb7[_0x48f8af(0x12f)]||{};const _0x218f58={};_0x218f58['event_type']=_0x1bd9c2[_0x48f8af(0x19c)],_0x218f58['logs']=[_0x5b327c],SessionHandler[_0x48f8af(0x195)](_0x218f58);}}function BrowserStackNewmanReporter(_0x56d3f4,_0xdc1c92,_0x4ef2dc){const _0x37f484=a46_0x2a505a,_0x2c834f={'avzjP':function(_0x23194c,_0x1d138f,_0x156a92){return _0x23194c(_0x1d138f,_0x156a92);},'nmOaX':function(_0x3943e8,_0x45cad1){return _0x3943e8(_0x45cad1);},'bkkDK':function(_0x42661e,_0x38dad7){return _0x42661e>_0x38dad7;},'SbHdT':function(_0x133409,_0x5d96c9){return _0x133409(_0x5d96c9);},'YJrMA':_0x37f484(0x167),'ZzjYb':function(_0x5e0ac1,_0x355ee1){return _0x5e0ac1+_0x355ee1;},'dkPsS':_0x37f484(0x1ad),'jPlRE':function(_0x360bd8,_0x575b80){return _0x360bd8(_0x575b80);},'WXUlz':function(_0x4575e4,_0x843445,_0x24b83f){return _0x4575e4(_0x843445,_0x24b83f);},'ERMuM':'TEST_LOG','sqDrr':function(_0x9cf8bc){return _0x9cf8bc();},'LVECJ':function(_0x413b3b,_0x545394){return _0x413b3b||_0x545394;},'vlhtu':function(_0x43139b,_0xc84fc3,_0x1b367f,_0xe5814c,_0x3c0aa5,_0x4fbb3e){return _0x43139b(_0xc84fc3,_0x1b367f,_0xe5814c,_0x3c0aa5,_0x4fbb3e);},'NalgF':function(_0x2c73af,_0x40f563){return _0x2c73af===_0x40f563;},'CjLjo':function(_0x34f22b,_0x5ec3c2){return _0x34f22b>_0x5ec3c2;},'mnHgB':function(_0x2a6a68,_0x1778a9,_0x287334){return _0x2a6a68(_0x1778a9,_0x287334);},'zMKuz':_0x37f484(0x1e0),'VmvHy':function(_0xefcdc6,_0xe03796){return _0xefcdc6+_0xe03796;},'mIFqT':function(_0x10e9c5,_0x46dbca){return _0x10e9c5+_0x46dbca;},'yGNOd':function(_0x42f6ef,_0x4ce4ff){return _0x42f6ef+_0x4ce4ff;},'hOziu':function(_0x5268db,_0xfa8b01){return _0x5268db+_0xfa8b01;},'gkYpw':_0x37f484(0x151),'KyhkW':_0x37f484(0x197),'DzMHG':function(_0x20e69e,_0x49ee99,_0x1f2c20){return _0x20e69e(_0x49ee99,_0x1f2c20);},'UVBAr':_0x37f484(0x1ed),'NBgPd':function(_0x5067ed,_0xa34031){return _0x5067ed>_0xa34031;},'rzBSr':function(_0xd864f6,_0x5635ee){return _0xd864f6-_0x5635ee;},'EgZKN':function(_0x4ef89d,_0x5ca4d6,_0x3df7fc){return _0x4ef89d(_0x5ca4d6,_0x3df7fc);},'KYFwu':function(_0x11c9c8,_0x1c8e01){return _0x11c9c8(_0x1c8e01);},'FZcXY':function(_0xdbc295,_0x576601){return _0xdbc295(_0x576601);},'WplOx':function(_0x3ae004,_0x14edbb){return _0x3ae004&&_0x14edbb;},'GrMRe':function(_0x13fefc,_0x4e4097){return _0x13fefc-_0x4e4097;},'URMkM':function(_0x3fbc6b,_0x297ec1){return _0x3fbc6b+_0x297ec1;},'OrmqB':'Exception:\x20','OuPbo':_0x37f484(0x19e),'HQOwT':'[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','ikWpD':function(_0x202f06,_0x378fe2){return _0x202f06-_0x378fe2;},'eUzvm':_0x37f484(0x1d7),'HnZpk':function(_0x11d93c,_0x42c9a1){return _0x11d93c+_0x42c9a1;},'FVmGA':_0x37f484(0x15a),'ugajP':_0x37f484(0x1b0),'IOySR':function(_0x65e377,_0x136de5){return _0x65e377(_0x136de5);},'YSnqr':_0x37f484(0x15c),'mduDK':_0x37f484(0x139),'nCgIv':_0x37f484(0x1dc),'AQbIS':function(_0x438dc8,_0x20d8d6){return _0x438dc8===_0x20d8d6;},'eMirH':_0x37f484(0x192),'FYEAM':'assert','jnRCM':_0x37f484(0x1d5),'TWjeV':function(_0xb8cd14,_0x3bf297){return _0xb8cd14>_0x3bf297;},'ucDbI':function(_0x58c1c1,_0x3779aa){return _0x58c1c1!=_0x3779aa;},'GJwlD':function(_0x7390b7,_0x41912b){return _0x7390b7>=_0x41912b;},'stbAm':function(_0x3696c5,_0x59f834){return _0x3696c5<_0x59f834;},'Ikpgl':function(_0x31f358,_0x30cba1){return _0x31f358||_0x30cba1;},'YPhhj':_0x37f484(0x156),'OTafZ':function(_0xc77fb7,_0x585065){return _0xc77fb7!=_0x585065;},'ZkPVl':'No\x20HTTP\x20response\x20received','ETLxR':function(_0x5bbfc3,_0x104594,_0x106fcf){return _0x5bbfc3(_0x104594,_0x106fcf);},'HUTMs':function(_0x4ce415,_0x4dcdb4){return _0x4ce415+_0x4dcdb4;},'ghEKV':function(_0x16abc1,_0x25e965){return _0x16abc1+_0x25e965;},'KpFBK':function(_0x1d2a9f,_0x3aaf4a){return _0x1d2a9f+_0x3aaf4a;},'VbgGr':function(_0x56dd27,_0xee70d7){return _0x56dd27+_0xee70d7;},'PXkyh':function(_0x20427d,_0xcb6f6f){return _0x20427d+_0xcb6f6f;},'dBvnD':function(_0x314c57,_0x156910,_0x408056){return _0x314c57(_0x156910,_0x408056);},'zlgot':_0x37f484(0x16f),'EfPjt':function(_0x233c1c,_0x79b861){return _0x233c1c||_0x79b861;},'dEzid':'\x20(no\x20assertions)','XGHiM':function(_0x18067f,_0x566dd6,_0xa0fb95){return _0x18067f(_0x566dd6,_0xa0fb95);},'UQcjm':_0x37f484(0x187),'UVxTY':'beforeIteration','xCEnK':'beforeItem','QwcPf':_0x37f484(0x138),'UeMeH':_0x37f484(0x1b6),'KNQSe':'console','Qftsr':_0x37f484(0x1a3),'NHhcf':'script','GbpyB':'item'},_0x3e2d11=new Map();let _0x4035f5=null,_0x3f313c=0x0;const _0x3540c9=_0x2c834f[_0x37f484(0x1f5)](resolveCollectionFile,_0x4ef2dc,_0xdc1c92),_0x2c2441=_0x2c834f[_0x37f484(0x14e)](resolveCollectionName,_0x4ef2dc)||_0x3540c9,_0x2837bd=path['resolve'](_0x3540c9),_0x36e6da=_0x37f484(0x1bf)+process['pid'],_0x3850c0=_0x8e7880=>{const _0x403790=_0x37f484;try{_0x4035f5&&_0x2c834f[_0x403790(0x19a)](emitLog,_0x4035f5,_0x8e7880);}catch(_0x35173e){_0x2c834f[_0x403790(0x12e)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20'+_0x35173e);}};process['on'](_0x36e6da,_0x3850c0),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x152)],()=>{const _0x283566=_0x37f484;process[_0x283566(0x1ae)](_0x36e6da,_0x3850c0),_0x3e2d11['clear']();}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x176)],(_0x39513d,_0x5726f0)=>{const _0x39d6a3=_0x37f484;_0x5726f0&&_0x5726f0[_0x39d6a3(0x13f)]&&(_0x3f313c=_0x5726f0[_0x39d6a3(0x13f)]['iteration']||0x0);}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x113)],(_0xfa271f,_0x5a625d)=>{const _0x292f61=_0x37f484;try{_0x4035f5=null;const _0xbd33d2=_0x5a625d[_0x292f61(0x12a)],_0x3eff95=_0xbd33d2[_0x292f61(0x190)]()?_0x2c834f[_0x292f61(0x12e)](getParentTitles,_0xbd33d2[_0x292f61(0x190)]()):[],_0x4e453f=_0x2c834f[_0x292f61(0x155)](_0x3eff95[_0x292f61(0x1f4)],0x1)?_0x3eff95[_0x292f61(0x153)](0x1):_0x3eff95,_0x4da2ea=_0x5a625d[_0x292f61(0x13f)]&&_0x5a625d[_0x292f61(0x13f)][_0x292f61(0x1cb)],_0x19339f={'itemName':_0xbd33d2[_0x292f61(0x1fc)],'scopes':_0x4e453f[_0x292f61(0x1cc)]([_0xbd33d2[_0x292f61(0x1fc)]]),'location':_0x3540c9,'collectionName':_0x2c2441,'startedAt':new Date()[_0x292f61(0x132)](),'startTimestamp':Date[_0x292f61(0x180)](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x3e2d11[_0x292f61(0x1aa)](_0xbd33d2['id']+'_'+_0x3f313c,_0x19339f),_0x4da2ea&&_0x3e2d11[_0x292f61(0x1aa)](_0x4da2ea+'_'+_0x3f313c,_0x19339f);}catch(_0x12ff91){_0x2c834f[_0x292f61(0x13c)](debug,_0x292f61(0x202)+_0x12ff91);}}),_0x56d3f4['on'](_0x2c834f['QwcPf'],(_0x631dd4,_0x133fdb)=>{const _0x1e1b37=_0x37f484;try{if(!_0x133fdb||!_0x133fdb[_0x1e1b37(0x12a)])return;const _0x32d435=_0x3e2d11[_0x1e1b37(0x1bb)](_0x133fdb[_0x1e1b37(0x12a)]['id']+'_'+_0x3f313c);if(!_0x32d435)return;_0x133fdb[_0x1e1b37(0x162)]&&(_0x32d435[_0x1e1b37(0x13d)]=_0x133fdb[_0x1e1b37(0x162)][_0x1e1b37(0x142)]||null);if(!_0x133fdb[_0x1e1b37(0x138)])return;let _0x1cdba4='',_0x420cfe='';if(_0x133fdb[_0x1e1b37(0x138)][_0x1e1b37(0x11e)])try{const _0x51d910=_0x133fdb[_0x1e1b37(0x138)][_0x1e1b37(0x11e)][_0x1e1b37(0x145)](),_0x3b3ef5=new URL(_0x51d910[_0x1e1b37(0x1bc)](_0x2c834f[_0x1e1b37(0x1be)])?_0x51d910:'http://'+_0x51d910);_0x1cdba4=_0x3b3ef5[_0x1e1b37(0x154)],_0x420cfe=_0x2c834f[_0x1e1b37(0x1a9)](_0x3b3ef5['pathname'],_0x3b3ef5[_0x1e1b37(0x1eb)]);}catch(_0xf487d4){_0x420cfe=_0x133fdb[_0x1e1b37(0x138)][_0x1e1b37(0x11e)][_0x1e1b37(0x145)]();}const _0x1a92a3={};_0x1a92a3['host']=_0x1cdba4,_0x1a92a3[_0x1e1b37(0x18b)]=_0x420cfe,_0x1a92a3['method']=_0x133fdb[_0x1e1b37(0x138)]['method']||_0x2c834f[_0x1e1b37(0x172)],_0x1a92a3[_0x1e1b37(0x15b)]={},_0x1a92a3['status_code']=_0x133fdb[_0x1e1b37(0x162)]?_0x133fdb[_0x1e1b37(0x162)][_0x1e1b37(0x142)]||0x0:0x0,_0x1a92a3['duration_ms']=_0x133fdb[_0x1e1b37(0x162)]?_0x133fdb[_0x1e1b37(0x162)][_0x1e1b37(0x137)]||0x0:0x0,_0x32d435['httpLog']=_0x1a92a3;}catch(_0x1af00e){_0x2c834f[_0x1e1b37(0x1fd)](debug,_0x1e1b37(0x179)+_0x1af00e);}}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x1f3)],(_0x5a7734,_0x57187a)=>{const _0x120469=_0x37f484;try{if(!_0x57187a||!_0x57187a[_0x120469(0x12a)])return;const _0x24b5f0=_0x3e2d11[_0x120469(0x1bb)](_0x57187a['item']['id']+'_'+_0x3f313c);if(!_0x24b5f0)return;const _0x45d83c=_0x57187a[_0x120469(0x1b6)]||_0x120469(0x118)+_0x2c834f[_0x120469(0x1a9)](_0x24b5f0[_0x120469(0x1a7)]['length'],0x1),_0x3e03de=_0x2c834f[_0x120469(0x19f)](uuidv4),_0x2e068e=_0x24b5f0[_0x120469(0x1b1)]['concat']([_0x45d83c])[_0x120469(0x200)]('\x20');_0x24b5f0[_0x120469(0x1a7)][_0x120469(0x18c)]({'uuid':_0x3e03de,'name':_0x45d83c,'identifier':_0x2e068e,'err':_0x2c834f[_0x120469(0x11a)](_0x5a7734,null)});const _0x431bd3={};_0x431bd3[_0x120469(0x1e6)]=_0x3e03de,_0x431bd3[_0x120469(0x1fc)]=_0x45d83c,_0x431bd3[_0x120469(0x134)]=_0x2e068e,_0x2c834f[_0x120469(0x181)](emitTest,HookState[_0x120469(0x136)],_0x431bd3,_0x24b5f0,_0x2837bd,{});_0x2c834f[_0x120469(0x170)](_0x24b5f0[_0x120469(0x1a7)]['length'],0x1)&&_0x2c834f[_0x120469(0x17d)](_0x24b5f0['bufferedLogs']['length'],0x0)&&(_0x24b5f0[_0x120469(0x1f8)][_0x120469(0x1b5)](_0x5074c6=>{const _0x32dad0=_0x120469;_0x2c834f[_0x32dad0(0x1e9)](emitLog,_0x3e03de,{'kind':_0x2c834f[_0x32dad0(0x1e2)],'message':_0x5074c6[_0x32dad0(0x1f9)],'level':_0x5074c6[_0x32dad0(0x120)]});}),_0x24b5f0['bufferedLogs']=[]);if(_0x24b5f0[_0x120469(0x1b7)]){_0x2c834f[_0x120469(0x1cd)](emitLog,_0x3e03de,{'kind':_0x2c834f[_0x120469(0x127)],'http_response':_0x24b5f0[_0x120469(0x1b7)]});const _0x43c1f5=_0x2c834f[_0x120469(0x1f7)](_0x2c834f[_0x120469(0x1c5)](_0x2c834f[_0x120469(0x1c5)](_0x2c834f['yGNOd'](_0x2c834f[_0x120469(0x124)](_0x2c834f['hOziu'](_0x2c834f[_0x120469(0x124)](_0x2c834f['ZzjYb'](_0x24b5f0[_0x120469(0x1b7)][_0x120469(0x1c7)]||_0x2c834f['dkPsS'],'\x20'),_0x24b5f0[_0x120469(0x1b7)][_0x120469(0x1f0)]),_0x24b5f0[_0x120469(0x1b7)][_0x120469(0x18b)]),_0x2c834f[_0x120469(0x150)]),_0x24b5f0[_0x120469(0x1b7)][_0x120469(0x128)]),'\x20('),_0x24b5f0[_0x120469(0x1b7)][_0x120469(0x1e3)]),_0x2c834f[_0x120469(0x1ef)]);_0x2c834f[_0x120469(0x1d8)](emitLog,_0x3e03de,{'kind':_0x2c834f[_0x120469(0x1e2)],'message':_0x43c1f5,'level':_0x2c834f[_0x120469(0x1db)]});}_0x4035f5=_0x3e03de;}catch(_0x10c94f){_0x2c834f[_0x120469(0x13c)](debug,_0x120469(0x189)+_0x10c94f);}}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x135)],(_0x32456c,_0x387d17)=>{const _0x2f3e4f=_0x37f484;try{if(!_0x387d17)return;let _0x51098e=_0x4035f5;if(!_0x51098e&&_0x387d17[_0x2f3e4f(0x13f)]&&_0x387d17[_0x2f3e4f(0x13f)][_0x2f3e4f(0x1cb)]){const _0x51c00c=_0x3e2d11[_0x2f3e4f(0x1bb)](_0x387d17[_0x2f3e4f(0x13f)][_0x2f3e4f(0x1cb)]+'_'+_0x3f313c);_0x51c00c&&_0x2c834f[_0x2f3e4f(0x1b2)](_0x51c00c['assertions'][_0x2f3e4f(0x1f4)],0x0)&&(_0x51098e=_0x51c00c['assertions'][_0x2c834f[_0x2f3e4f(0x18a)](_0x51c00c['assertions'][_0x2f3e4f(0x1f4)],0x1)][_0x2f3e4f(0x1e6)]);}const _0x21909c=_0x387d17['messages']?_0x387d17['messages']['join'](',\x20'):'';if(_0x51098e)_0x2c834f['EgZKN'](emitLog,_0x51098e,{'kind':_0x2c834f['ERMuM'],'message':_0x21909c,'level':_0x2c834f[_0x2f3e4f(0x159)](normalizeLogLevel,_0x387d17[_0x2f3e4f(0x120)])});else{if(_0x387d17[_0x2f3e4f(0x13f)]&&_0x387d17[_0x2f3e4f(0x13f)][_0x2f3e4f(0x1cb)]){const _0x4b152a=_0x3e2d11[_0x2f3e4f(0x1bb)](_0x387d17[_0x2f3e4f(0x13f)][_0x2f3e4f(0x1cb)]+'_'+_0x3f313c);_0x4b152a&&_0x4b152a[_0x2f3e4f(0x1f8)]['push']({'timestamp':new Date()['toISOString'](),'level':_0x2c834f[_0x2f3e4f(0x177)](normalizeLogLevel,_0x387d17[_0x2f3e4f(0x120)]),'message':_0x21909c});}}}catch(_0x4fc22e){_0x2c834f[_0x2f3e4f(0x159)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20console:\x20'+_0x4fc22e);}}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x1ea)],(_0x57f463,_0x4f63f5)=>{const _0x21ac63=_0x37f484;try{if(!_0x57f463&&(!_0x4f63f5||!_0x4f63f5[_0x21ac63(0x201)]))return;const _0x205484=_0x57f463||_0x4f63f5[_0x21ac63(0x201)],_0x504843=_0x205484[_0x21ac63(0x1f9)]||_0x2c834f['jPlRE'](String,_0x205484),_0x363bdb=_0x205484[_0x21ac63(0x131)]||_0x504843;let _0x3b17b0=_0x4035f5;if(_0x2c834f[_0x21ac63(0x160)](!_0x3b17b0,_0x4f63f5)&&_0x4f63f5[_0x21ac63(0x13f)]&&_0x4f63f5[_0x21ac63(0x13f)][_0x21ac63(0x1cb)]){const _0x1c47ba=_0x3e2d11[_0x21ac63(0x1bb)](_0x4f63f5[_0x21ac63(0x13f)][_0x21ac63(0x1cb)]+'_'+_0x3f313c);_0x1c47ba&&_0x2c834f['bkkDK'](_0x1c47ba[_0x21ac63(0x1a7)][_0x21ac63(0x1f4)],0x0)&&(_0x3b17b0=_0x1c47ba['assertions'][_0x2c834f[_0x21ac63(0x12c)](_0x1c47ba[_0x21ac63(0x1a7)]['length'],0x1)]['uuid']);}_0x3b17b0&&_0x2c834f[_0x21ac63(0x1d8)](emitLog,_0x3b17b0,{'kind':_0x2c834f[_0x21ac63(0x1e2)],'message':_0x2c834f[_0x21ac63(0x15d)](_0x2c834f[_0x21ac63(0x194)],_0x363bdb),'level':_0x2c834f['OuPbo']});}catch(_0x36cc22){_0x2c834f[_0x21ac63(0x12e)](debug,_0x2c834f[_0x21ac63(0x1f7)](_0x2c834f[_0x21ac63(0x116)],_0x36cc22));}}),_0x56d3f4['on'](_0x2c834f[_0x37f484(0x16e)],(_0x29fa93,_0x459313)=>{const _0x502478=_0x37f484;try{if(!_0x459313||!_0x459313[_0x502478(0x17e)])return;let _0xce5773=_0x4035f5;if(!_0xce5773&&_0x459313[_0x502478(0x13f)]&&_0x459313['cursor'][_0x502478(0x1cb)]){const _0x1c9523=_0x3e2d11[_0x502478(0x1bb)](_0x459313[_0x502478(0x13f)]['ref']+'_'+_0x3f313c);_0x1c9523&&_0x2c834f[_0x502478(0x155)](_0x1c9523[_0x502478(0x1a7)]['length'],0x0)&&(_0xce5773=_0x1c9523[_0x502478(0x1a7)][_0x2c834f[_0x502478(0x1d6)](_0x1c9523['assertions'][_0x502478(0x1f4)],0x1)]['uuid']);}if(!_0xce5773)return;const _0x3f1009=_0x459313['event']&&_0x459313['event'][_0x502478(0x1dd)]||_0x2c834f['eUzvm'];_0x29fa93&&_0x2c834f['DzMHG'](emitLog,_0xce5773,{'kind':_0x2c834f[_0x502478(0x1e2)],'message':_0x2c834f[_0x502478(0x1c5)](_0x2c834f[_0x502478(0x1c5)](_0x2c834f[_0x502478(0x186)](_0x2c834f['FVmGA'],_0x3f1009),_0x2c834f[_0x502478(0x13a)]),_0x29fa93['message']||_0x29fa93),'level':_0x2c834f[_0x502478(0x175)]});}catch(_0xee784c){_0x2c834f['IOySR'](debug,_0x2c834f[_0x502478(0x124)](_0x2c834f[_0x502478(0x17f)],_0xee784c));}}),_0x56d3f4['on'](_0x2c834f['GbpyB'],(_0x59ad82,_0x3a55e)=>{const _0x3e9759=_0x37f484,_0x1d4748={'LZDWV':function(_0x8e4dfd,_0x32529f,_0x52b2df){return _0x2c834f['EgZKN'](_0x8e4dfd,_0x32529f,_0x52b2df);},'OUHML':_0x2c834f['ERMuM']};try{if(!_0x3a55e||!_0x3a55e[_0x3e9759(0x12a)])return;const _0x16bdfd=_0x3a55e[_0x3e9759(0x12a)]['id']+'_'+_0x3f313c,_0x51a3a0=_0x3e2d11[_0x3e9759(0x1bb)](_0x16bdfd);if(!_0x51a3a0)return;const _0x8bcfe6=new Date(),_0x4de5dd=_0x2c834f[_0x3e9759(0x1d6)](_0x8bcfe6[_0x3e9759(0x1b3)](),_0x51a3a0[_0x3e9759(0x165)]);if(_0x2c834f[_0x3e9759(0x114)](_0x51a3a0[_0x3e9759(0x1a7)][_0x3e9759(0x1f4)],0x0))_0x51a3a0[_0x3e9759(0x1a7)]['forEach'](_0x15acc1=>{const _0xfc4287=_0x3e9759,_0x1533e2=!!_0x15acc1['err'],_0x162f5a={'finishedAt':_0x8bcfe6[_0xfc4287(0x132)](),'durationMs':_0x4de5dd,'result':_0x1533e2?_0x2c834f[_0xfc4287(0x193)]:_0x2c834f[_0xfc4287(0x182)]};_0x1533e2&&(_0x162f5a[_0xfc4287(0x158)]=_0x15acc1[_0xfc4287(0x1e4)][_0xfc4287(0x1f9)]||'',_0x162f5a['failureType']=_0x2c834f[_0xfc4287(0x1e7)](_0x15acc1[_0xfc4287(0x1e4)][_0xfc4287(0x1fc)],_0x2c834f[_0xfc4287(0x16b)])||_0x15acc1[_0xfc4287(0x1e4)][_0xfc4287(0x1f9)]&&_0x15acc1[_0xfc4287(0x1e4)][_0xfc4287(0x1f9)][_0xfc4287(0x14b)](_0x2c834f[_0xfc4287(0x1d4)])?_0x2c834f[_0xfc4287(0x16b)]:_0x2c834f['jnRCM'],_0x162f5a[_0xfc4287(0x1d2)]=[{'backtrace':_0x15acc1[_0xfc4287(0x1e4)][_0xfc4287(0x131)]?_0x15acc1['err']['stack']['split']('\x0a'):[_0x15acc1['err'][_0xfc4287(0x1f9)]||''],'expanded':[]}]),_0x2c834f[_0xfc4287(0x181)](emitTest,HookState['POST'],_0x15acc1,_0x51a3a0,_0x2837bd,_0x162f5a);});else{const _0x4d0806=_0x2c834f[_0x3e9759(0x19f)](uuidv4),_0x4288ca=_0x51a3a0['lastResponseCode'],_0x27b644=_0x2c834f[_0x3e9759(0x1d3)](_0x4288ca,null)&&_0x2c834f['GJwlD'](_0x4288ca,0xc8)&&_0x2c834f[_0x3e9759(0x1e8)](_0x4288ca,0x190),_0x15929e=_0x51a3a0[_0x3e9759(0x1cf)]+_0x3e9759(0x19b)+_0x2c834f[_0x3e9759(0x14c)](_0x4288ca,_0x2c834f['YPhhj'])+')',_0x372fff={'uuid':_0x4d0806,'name':_0x15929e,'identifier':_0x51a3a0[_0x3e9759(0x1b1)][_0x3e9759(0x1cc)]([_0x15929e])[_0x3e9759(0x200)]('\x20')},_0x16e58e={'finishedAt':_0x8bcfe6['toISOString'](),'durationMs':_0x4de5dd,'result':_0x27b644?_0x2c834f[_0x3e9759(0x182)]:_0x2c834f[_0x3e9759(0x193)]};!_0x27b644&&(_0x16e58e[_0x3e9759(0x158)]=_0x2c834f[_0x3e9759(0x12b)](_0x4288ca,null)?_0x3e9759(0x11f)+_0x4288ca+'\x20—\x20response\x20status\x20in\x20failure\x20range':_0x2c834f['ZkPVl'],_0x16e58e['failureType']=_0x2c834f['jnRCM'],_0x16e58e[_0x3e9759(0x1d2)]=[{'backtrace':[_0x16e58e[_0x3e9759(0x158)]],'expanded':[]}]);_0x2c834f['vlhtu'](emitTest,HookState[_0x3e9759(0x136)],_0x372fff,_0x51a3a0,_0x2837bd,{}),_0x51a3a0['bufferedLogs'][_0x3e9759(0x1b5)](_0xf04a7a=>{const _0x3fbb9e=_0x3e9759;_0x1d4748[_0x3fbb9e(0x174)](emitLog,_0x4d0806,{'kind':_0x1d4748['OUHML'],'message':_0xf04a7a[_0x3fbb9e(0x1f9)],'level':_0xf04a7a['level']});});if(_0x51a3a0[_0x3e9759(0x1b7)]){_0x2c834f[_0x3e9759(0x1c9)](emitLog,_0x4d0806,{'kind':_0x2c834f[_0x3e9759(0x127)],'http_response':_0x51a3a0['httpLog']});const _0x2f3d1e=_0x2c834f[_0x3e9759(0x124)](_0x2c834f[_0x3e9759(0x1d0)](_0x2c834f[_0x3e9759(0x149)](_0x2c834f['KpFBK'](_0x2c834f[_0x3e9759(0x186)](_0x2c834f[_0x3e9759(0x121)](_0x2c834f[_0x3e9759(0x19d)](_0x2c834f['PXkyh'](_0x51a3a0[_0x3e9759(0x1b7)][_0x3e9759(0x1c7)]||_0x2c834f[_0x3e9759(0x172)],'\x20'),_0x51a3a0[_0x3e9759(0x1b7)]['host']),_0x51a3a0['httpLog']['path']),_0x2c834f[_0x3e9759(0x150)]),_0x51a3a0[_0x3e9759(0x1b7)][_0x3e9759(0x128)]),'\x20('),_0x51a3a0['httpLog'][_0x3e9759(0x1e3)]),_0x2c834f[_0x3e9759(0x1ef)]);_0x2c834f[_0x3e9759(0x19a)](emitLog,_0x4d0806,{'kind':_0x2c834f[_0x3e9759(0x1e2)],'message':_0x2f3d1e,'level':_0x2c834f[_0x3e9759(0x1db)]});}else _0x2c834f[_0x3e9759(0x1d9)](emitLog,_0x4d0806,{'kind':_0x2c834f[_0x3e9759(0x1e2)],'message':_0x2c834f[_0x3e9759(0x15d)](_0x2c834f[_0x3e9759(0x186)](_0x2c834f[_0x3e9759(0x13b)],_0x2c834f[_0x3e9759(0x1ab)](_0x4288ca,_0x2c834f['YPhhj'])),_0x2c834f[_0x3e9759(0x147)]),'level':_0x2c834f['UVBAr']});_0x2c834f[_0x3e9759(0x181)](emitTest,HookState['POST'],_0x372fff,_0x51a3a0,_0x2837bd,_0x16e58e);}_0x3e2d11[_0x3e9759(0x18f)](_0x16bdfd),_0x3a55e[_0x3e9759(0x13f)]&&_0x3a55e[_0x3e9759(0x13f)][_0x3e9759(0x1cb)]&&_0x3e2d11[_0x3e9759(0x18f)](_0x3a55e[_0x3e9759(0x13f)][_0x3e9759(0x1cb)]+'_'+_0x3f313c);}catch(_0x1a0a4d){_0x2c834f[_0x3e9759(0x12e)](debug,_0x3e9759(0x143)+_0x1a0a4d);}});}module['exports']=BrowserStackNewmanReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a47_0xed7fbd=a47_0x43e6;(function(_0x50c892,_0x5eb2d5){const _0x4c4d7d=a47_0x43e6,_0x16e7d3=_0x50c892();while(!![]){try{const _0xbaea13=-parseInt(_0x4c4d7d(0x186))/0x1+-parseInt(_0x4c4d7d(0x1b6))/0x2+-parseInt(_0x4c4d7d(0x17c))/0x3*(-parseInt(_0x4c4d7d(0x1a4))/0x4)+-parseInt(_0x4c4d7d(0x1a7))/0x5+-parseInt(_0x4c4d7d(0x19f))/0x6*(-parseInt(_0x4c4d7d(0x183))/0x7)+parseInt(_0x4c4d7d(0x18d))/0x8*(-parseInt(_0x4c4d7d(0x18c))/0x9)+parseInt(_0x4c4d7d(0x1b1))/0xa;if(_0xbaea13===_0x5eb2d5)break;else _0x16e7d3['push'](_0x16e7d3['shift']());}catch(_0xd743a4){_0x16e7d3['push'](_0x16e7d3['shift']());}}}(a47_0x4384,0x1dea2));function a47_0x43e6(_0x5c53de,_0x84db2e){const _0x4384c4=a47_0x4384();return a47_0x43e6=function(_0x43e626,_0x507828){_0x43e626=_0x43e626-0x174;let _0x14d40b=_0x4384c4[_0x43e626];return _0x14d40b;},a47_0x43e6(_0x5c53de,_0x84db2e);}const path=require(a47_0xed7fbd(0x1ad)),Module=require(a47_0xed7fbd(0x18a)),BrowserstackCLI=require(a47_0xed7fbd(0x190)),scriptFile=process['argv'][0x2],maxParallel=parseInt(process[a47_0xed7fbd(0x192)][0x3])||0x0;!scriptFile&&(process['stderr'][a47_0xed7fbd(0x175)](a47_0xed7fbd(0x1b3)),process[a47_0xed7fbd(0x1a2)](0x1));const reporterPath=path[a47_0xed7fbd(0x178)](__dirname,a47_0xed7fbd(0x1a5),a47_0xed7fbd(0x181)),originalResolveFilename=Module[a47_0xed7fbd(0x196)];Module['_resolveFilename']=function(_0x2c923c,_0x1e8900,_0x1ad829,_0x563f56){const _0x744cee=a47_0xed7fbd,_0x36a352={};_0x36a352[_0x744cee(0x188)]=function(_0x3c0679,_0x346f08){return _0x3c0679===_0x346f08;},_0x36a352['nMeRc']=_0x744cee(0x1ac);const _0x3c1afe=_0x36a352;if(_0x3c1afe[_0x744cee(0x188)](_0x2c923c,_0x3c1afe[_0x744cee(0x195)]))return reporterPath;return originalResolveFilename[_0x744cee(0x17e)](this,_0x2c923c,_0x1e8900,_0x1ad829,_0x563f56);};let limit;function a47_0x4384(){const _0x47a086=['index.js','exitCode','14238JbFotg','error','afJpM','128998xCFKOz','bootstrap','aZBll','concat','module','resolve','59463csoFIC','280QCwlQc','getInstance','CIRKM','../v2/browserstackCLI','_load','argv','collection','UbPWX','nMeRc','_resolveFilename','browserstack','collectionPath','Fiact','duYqc','ADuRj','string','oqQBC','cli','198XPcbBA','failures','uwujm','exit','pOakH','51284loPcot','reporter','newman','393670GPFCRv','assign','p-limit','xxTeF','HlKeP','newman-reporter-browserstack','path','length','iJJJZ','plrUB','6981050kRVATa','CEIVT','[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a','RUTrn','create','433082YPEUnP','indexOf','BhhAi','KkQAa','write','tYigC','beforeExit','join','stderr','reporters','run','3WtBzWO','TICUC','call','[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20','iMmbe'];a47_0x4384=function(){return _0x47a086;};return a47_0x4384();}try{const pLimit=require(a47_0xed7fbd(0x1a9)),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a47_0x42b883){limit=function(_0x36b822){const _0x357576=a47_0xed7fbd,_0x53e467={'oqQBC':function(_0x59bb15){return _0x59bb15();}};return _0x53e467[_0x357576(0x19d)](_0x36b822);};}let wrappedNewman=null,hasFailure=![];const originalLoad=Module['_load'];Module[a47_0xed7fbd(0x191)]=function(_0x17d8ed,_0x3ddb46,_0x2e401f){const _0x4f1b86=a47_0xed7fbd,_0x414a9f={'Fiact':function(_0x2dc3c4,_0x13273e){return _0x2dc3c4>_0x13273e;},'aICpm':function(_0x52049d,_0x1f91d4){return _0x52049d||_0x1f91d4;},'tYigC':function(_0x15315a,_0x49f233,_0x36e1e0){return _0x15315a(_0x49f233,_0x36e1e0);},'TICUC':function(_0x28b30b,_0x5ec22c){return _0x28b30b(_0x5ec22c);},'UbPWX':function(_0x29a593,_0x11ce5b,_0x22ad7f){return _0x29a593(_0x11ce5b,_0x22ad7f);},'BgZHO':_0x4f1b86(0x19e),'VCzLs':function(_0x3d4173,_0x29bea0){return _0x3d4173===_0x29bea0;},'RUTrn':_0x4f1b86(0x197),'xxTeF':function(_0x2cc5a0,_0x33e77f){return _0x2cc5a0===_0x33e77f;},'duYqc':_0x4f1b86(0x19c),'JYGQY':function(_0x39408e,_0x23bf7d){return _0x39408e!==_0x23bf7d;},'plrUB':_0x4f1b86(0x1a6)},_0x2ed71c=originalLoad[_0x4f1b86(0x17e)](this,_0x17d8ed,_0x3ddb46,_0x2e401f);if(_0x414a9f['JYGQY'](_0x17d8ed,_0x414a9f[_0x4f1b86(0x1b0)]))return _0x2ed71c;if(wrappedNewman)return wrappedNewman;const _0x150dc6=_0x2ed71c[_0x4f1b86(0x17b)]['bind'](_0x2ed71c);return wrappedNewman=Object[_0x4f1b86(0x1b5)](_0x2ed71c),wrappedNewman[_0x4f1b86(0x17b)]=function(_0x15acca,_0x1dcf66){const _0x23c332=_0x4f1b86,_0x3153b0={'afJpM':function(_0x48c169,_0xd52b38){const _0x42e22c=a47_0x43e6;return _0x414a9f[_0x42e22c(0x199)](_0x48c169,_0xd52b38);},'uwujm':function(_0x4cb6f9,_0x145dce){return _0x414a9f['aICpm'](_0x4cb6f9,_0x145dce);},'CEIVT':function(_0x2daa73,_0x4d67c4,_0x7ffd44){const _0x39ddf4=a47_0x43e6;return _0x414a9f[_0x39ddf4(0x176)](_0x2daa73,_0x4d67c4,_0x7ffd44);},'CIRKM':function(_0x521086,_0x8329e){return _0x414a9f['TICUC'](_0x521086,_0x8329e);},'BnJjn':function(_0x16328d,_0x3a34d8,_0x18bfc3){const _0x987e9a=a47_0x43e6;return _0x414a9f[_0x987e9a(0x194)](_0x16328d,_0x3a34d8,_0x18bfc3);}};let _0x392245=_0x15acca[_0x23c332(0x17a)]||[_0x414a9f['BgZHO']];_0x414a9f['VCzLs'](_0x392245[_0x23c332(0x1b7)](_0x414a9f[_0x23c332(0x1b4)]),-0x1)&&(_0x392245=_0x392245[_0x23c332(0x189)]([_0x414a9f[_0x23c332(0x1b4)]]));const _0x17a8a4=_0x414a9f[_0x23c332(0x1aa)](typeof _0x15acca['collection'],_0x414a9f[_0x23c332(0x19a)])?_0x15acca[_0x23c332(0x193)]:undefined,_0x25a768={};_0x25a768[_0x23c332(0x198)]=_0x17a8a4;const _0x4e29f8=Object[_0x23c332(0x1a8)]({},_0x15acca[_0x23c332(0x1a5)],{'browserstack':Object['assign']({},_0x15acca[_0x23c332(0x1a5)]&&_0x15acca[_0x23c332(0x1a5)][_0x23c332(0x197)],_0x25a768)}),_0x440941={};return _0x440941[_0x23c332(0x17a)]=_0x392245,_0x440941[_0x23c332(0x1a5)]=_0x4e29f8,_0x15acca=Object['assign']({},_0x15acca,_0x440941),_0x414a9f[_0x23c332(0x17d)](limit,function(){const _0x35d087={'KkQAa':function(_0x25c063,_0x330972){const _0x2f1b89=a47_0x43e6;return _0x3153b0[_0x2f1b89(0x185)](_0x25c063,_0x330972);},'HlKeP':function(_0x3ad04e,_0x5180c9){const _0x3a4978=a47_0x43e6;return _0x3153b0[_0x3a4978(0x1a1)](_0x3ad04e,_0x5180c9);},'iMmbe':function(_0x13d7c0,_0x2fc226,_0x19ad7a){const _0x2b045a=a47_0x43e6;return _0x3153b0[_0x2b045a(0x1b2)](_0x13d7c0,_0x2fc226,_0x19ad7a);},'iJJJZ':function(_0x4068d9,_0x2ce412){const _0x52bfe4=a47_0x43e6;return _0x3153b0[_0x52bfe4(0x18f)](_0x4068d9,_0x2ce412);},'pOakH':function(_0x575087,_0x56beed,_0x269a09){return _0x3153b0['BnJjn'](_0x575087,_0x56beed,_0x269a09);}};return new Promise(function(_0x4d9299){const _0x375d2=a47_0x43e6;_0x35d087[_0x375d2(0x1a3)](_0x150dc6,_0x15acca,function(_0x574b53,_0x3fb6c7){const _0x1fdda1=_0x375d2,_0x29d14b=_0x3fb6c7&&_0x3fb6c7[_0x1fdda1(0x17b)]&&(_0x3fb6c7[_0x1fdda1(0x17b)][_0x1fdda1(0x184)]||_0x3fb6c7[_0x1fdda1(0x17b)][_0x1fdda1(0x1a0)]&&_0x35d087[_0x1fdda1(0x174)](_0x3fb6c7['run']['failures'][_0x1fdda1(0x1ae)],0x0));_0x35d087[_0x1fdda1(0x1ab)](_0x29d14b,_0x574b53)&&(hasFailure=!![]),_0x1dcf66&&_0x35d087[_0x1fdda1(0x180)](_0x1dcf66,_0x574b53,_0x3fb6c7),_0x35d087[_0x1fdda1(0x1af)](_0x4d9299,_0x3fb6c7);});});});},wrappedNewman;};async function main(){const _0x4d1aa3=a47_0xed7fbd,_0x207608={'BhhAi':function(_0x101884,_0x1fbc59){return _0x101884(_0x1fbc59);},'VapZW':function(_0x1d5073,_0x5bac81){return _0x1d5073+_0x5bac81;},'pUjXO':function(_0x65b723,_0x3bdb18){return _0x65b723+_0x3bdb18;},'ADuRj':_0x4d1aa3(0x17f)};try{await BrowserstackCLI[_0x4d1aa3(0x18e)]()[_0x4d1aa3(0x187)]();}catch(_0x4edfb4){}try{_0x207608[_0x4d1aa3(0x1b8)](require,path[_0x4d1aa3(0x18b)](scriptFile));}catch(_0x4db16c){process[_0x4d1aa3(0x179)]['write'](_0x207608['VapZW'](_0x207608['pUjXO'](_0x207608[_0x4d1aa3(0x19b)],_0x4db16c['message']||_0x4db16c),'\x0a')),process[_0x4d1aa3(0x182)]=0x1;}}main(),process['on'](a47_0xed7fbd(0x177),function(){const _0x3e74e3=a47_0xed7fbd;hasFailure&&(process[_0x3e74e3(0x182)]=0x1);}),process['on'](a47_0xed7fbd(0x1a2),function(){const _0x2b2783=a47_0xed7fbd,_0x165323={};_0x165323['OeHFv']=function(_0x3e6a3d,_0x2f512d){return _0x3e6a3d===_0x2f512d;};const _0x30cf00=_0x165323;hasFailure&&_0x30cf00['OeHFv'](process[_0x2b2783(0x182)],0x0)&&(process[_0x2b2783(0x182)]=0x1);});
2
+ 'use strict';function a47_0x2950(_0x2ceeb8,_0x175ea3){const _0x1ece19=a47_0x1ece();return a47_0x2950=function(_0x29501f,_0x2ad1c6){_0x29501f=_0x29501f-0x192;let _0x349bd9=_0x1ece19[_0x29501f];return _0x349bd9;},a47_0x2950(_0x2ceeb8,_0x175ea3);}const a47_0x465eca=a47_0x2950;(function(_0x59d1eb,_0x3561e3){const _0x280a32=a47_0x2950,_0x4cc403=_0x59d1eb();while(!![]){try{const _0x716359=-parseInt(_0x280a32(0x1cf))/0x1*(-parseInt(_0x280a32(0x1d1))/0x2)+parseInt(_0x280a32(0x1af))/0x3*(parseInt(_0x280a32(0x1a8))/0x4)+-parseInt(_0x280a32(0x196))/0x5*(-parseInt(_0x280a32(0x1a1))/0x6)+-parseInt(_0x280a32(0x1bd))/0x7+parseInt(_0x280a32(0x1c4))/0x8+-parseInt(_0x280a32(0x1c7))/0x9*(-parseInt(_0x280a32(0x1ab))/0xa)+-parseInt(_0x280a32(0x1cb))/0xb;if(_0x716359===_0x3561e3)break;else _0x4cc403['push'](_0x4cc403['shift']());}catch(_0x30151c){_0x4cc403['push'](_0x4cc403['shift']());}}}(a47_0x1ece,0xa702c));const path=require(a47_0x465eca(0x1b6)),Module=require(a47_0x465eca(0x1b1)),BrowserstackCLI=require(a47_0x465eca(0x1ae)),scriptFile=process[a47_0x465eca(0x1ac)][0x2],maxParallel=parseInt(process[a47_0x465eca(0x1ac)][0x3])||0x0;!scriptFile&&(process['stderr'][a47_0x465eca(0x1a2)](a47_0x465eca(0x19c)),process[a47_0x465eca(0x1bb)](0x1));const reporterPath=path[a47_0x465eca(0x1d0)](__dirname,'reporter',a47_0x465eca(0x1cd)),originalResolveFilename=Module[a47_0x465eca(0x1cc)];Module[a47_0x465eca(0x1cc)]=function(_0xc664c8,_0x24979e,_0x52fc20,_0x471c42){const _0x63529=a47_0x465eca,_0x527080={};_0x527080['VnOzI']=function(_0x268fd6,_0x5180a0){return _0x268fd6===_0x5180a0;},_0x527080['iiZpY']=_0x63529(0x1c8);const _0x534fbd=_0x527080;if(_0x534fbd['VnOzI'](_0xc664c8,_0x534fbd[_0x63529(0x19f)]))return reporterPath;return originalResolveFilename[_0x63529(0x1c6)](this,_0xc664c8,_0x24979e,_0x52fc20,_0x471c42);};let limit;try{const pLimit=require(a47_0x465eca(0x197)),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a47_0x3c0a93){limit=function(_0x498a85){const _0x3bc569={'SLSnr':function(_0x25c5d9){return _0x25c5d9();}};return _0x3bc569['SLSnr'](_0x498a85);};}let wrappedNewman=null,hasFailure=![];const originalLoad=Module[a47_0x465eca(0x1bf)];function a47_0x1ece(){const _0x8fdbd5=['resolve','gKmSn','1739584OWeRGq','stderr','call','639jzVUgA','newman-reporter-browserstack','QICSs','RhIcw','19893544xqcFwY','_resolveFilename','index.js','UcmSM','1ZGvgYV','join','549226vwOblg','kBWeW','string','failures','usOVY','85vvFJFL','p-limit','run','collection','nUuJi','xgcws','[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a','GlVTC','exitCode','iiZpY','reporter','450390CvJDxN','write','beforeExit','eivif','browserstack','length','assign','38084UBQyhl','cli','EGwZv','85530vDZIwj','argv','bind','../v2/browserstackCLI','69oVJTUk','message','module','dwplY','error','iLBlI','JUByH','path','create','getInstance','newman','reporters','exit','eCGaa','712824QabWXA','collectionPath','_load','EaaUO','HsBCx'];a47_0x1ece=function(){return _0x8fdbd5;};return a47_0x1ece();}Module[a47_0x465eca(0x1bf)]=function(_0x4ee77e,_0x37f144,_0x202533){const _0x18f7fb=a47_0x465eca,_0x38eb43={'eivif':function(_0x4e0b73,_0xdea970){return _0x4e0b73>_0xdea970;},'JUByH':function(_0x155dcb,_0x1645d8){return _0x155dcb||_0x1645d8;},'QICSs':function(_0x5a1528,_0x49e2f8,_0x50181a){return _0x5a1528(_0x49e2f8,_0x50181a);},'kBWeW':function(_0x1aa791,_0x14572f){return _0x1aa791(_0x14572f);},'eCGaa':_0x18f7fb(0x1a9),'iLBlI':function(_0x4d090c,_0x23818f){return _0x4d090c===_0x23818f;},'HsBCx':_0x18f7fb(0x1a5),'BAmdM':_0x18f7fb(0x193),'xgcws':function(_0x4af115,_0x1e0923){return _0x4af115(_0x1e0923);},'EGwZv':function(_0x106920,_0x103fc6){return _0x106920!==_0x103fc6;},'EaaUO':_0x18f7fb(0x1b9)},_0xa77c23=originalLoad[_0x18f7fb(0x1c6)](this,_0x4ee77e,_0x37f144,_0x202533);if(_0x38eb43[_0x18f7fb(0x1aa)](_0x4ee77e,_0x38eb43[_0x18f7fb(0x1c0)]))return _0xa77c23;if(wrappedNewman)return wrappedNewman;const _0x55de75=_0xa77c23['run'][_0x18f7fb(0x1ad)](_0xa77c23);return wrappedNewman=Object[_0x18f7fb(0x1b7)](_0xa77c23),wrappedNewman[_0x18f7fb(0x198)]=function(_0x235cab,_0x3d1449){const _0x4378cf=_0x18f7fb;let _0x353f5c=_0x235cab[_0x4378cf(0x1ba)]||[_0x38eb43[_0x4378cf(0x1bc)]];_0x38eb43[_0x4378cf(0x1b4)](_0x353f5c['indexOf'](_0x38eb43[_0x4378cf(0x1c1)]),-0x1)&&(_0x353f5c=_0x353f5c['concat']([_0x38eb43['HsBCx']]));const _0x3b324d=_0x38eb43['iLBlI'](typeof _0x235cab[_0x4378cf(0x199)],_0x38eb43['BAmdM'])?_0x235cab[_0x4378cf(0x199)]:undefined,_0x60a931={};_0x60a931[_0x4378cf(0x1be)]=_0x3b324d;const _0x108e63=Object[_0x4378cf(0x1a7)]({},_0x235cab[_0x4378cf(0x1a0)],{'browserstack':Object['assign']({},_0x235cab[_0x4378cf(0x1a0)]&&_0x235cab[_0x4378cf(0x1a0)][_0x4378cf(0x1a5)],_0x60a931)}),_0xaa1766={};return _0xaa1766[_0x4378cf(0x1ba)]=_0x353f5c,_0xaa1766[_0x4378cf(0x1a0)]=_0x108e63,_0x235cab=Object[_0x4378cf(0x1a7)]({},_0x235cab,_0xaa1766),_0x38eb43[_0x4378cf(0x19b)](limit,function(){const _0x3bea47={'WuKQU':function(_0x202481,_0x5b49c0){const _0x55741e=a47_0x2950;return _0x38eb43[_0x55741e(0x1a4)](_0x202481,_0x5b49c0);},'GlVTC':function(_0x205b0c,_0x246b63){const _0x9baf16=a47_0x2950;return _0x38eb43[_0x9baf16(0x1b5)](_0x205b0c,_0x246b63);},'UcmSM':function(_0x19b059,_0x3ad17f,_0x2e4ac1){return _0x38eb43['QICSs'](_0x19b059,_0x3ad17f,_0x2e4ac1);},'dwplY':function(_0x40b81c,_0x3ca958){const _0x2f5906=a47_0x2950;return _0x38eb43[_0x2f5906(0x192)](_0x40b81c,_0x3ca958);},'blmfm':function(_0x2b4057,_0xfa1eff,_0x501078){const _0x247866=a47_0x2950;return _0x38eb43[_0x247866(0x1c9)](_0x2b4057,_0xfa1eff,_0x501078);}};return new Promise(function(_0x3ebcae){_0x3bea47['blmfm'](_0x55de75,_0x235cab,function(_0x21f540,_0x272c0f){const _0x5421ee=a47_0x2950,_0x3bc806=_0x272c0f&&_0x272c0f[_0x5421ee(0x198)]&&(_0x272c0f['run'][_0x5421ee(0x1b3)]||_0x272c0f[_0x5421ee(0x198)][_0x5421ee(0x194)]&&_0x3bea47['WuKQU'](_0x272c0f[_0x5421ee(0x198)][_0x5421ee(0x194)][_0x5421ee(0x1a6)],0x0));_0x3bea47[_0x5421ee(0x19d)](_0x3bc806,_0x21f540)&&(hasFailure=!![]),_0x3d1449&&_0x3bea47[_0x5421ee(0x1ce)](_0x3d1449,_0x21f540,_0x272c0f),_0x3bea47[_0x5421ee(0x1b2)](_0x3ebcae,_0x272c0f);});});});},wrappedNewman;};async function main(){const _0xa89010=a47_0x465eca,_0x397dcf={'RhIcw':function(_0x1920e1,_0x377a8f){return _0x1920e1(_0x377a8f);},'Rmwmn':function(_0xaed72c,_0x27c4c3){return _0xaed72c+_0x27c4c3;},'usOVY':function(_0x61c8da,_0xe50e66){return _0x61c8da+_0xe50e66;},'nUuJi':'[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20'};try{await BrowserstackCLI[_0xa89010(0x1b8)]()['bootstrap']();}catch(_0x5c08c6){}try{_0x397dcf[_0xa89010(0x1ca)](require,path[_0xa89010(0x1c2)](scriptFile));}catch(_0x11f9e1){process[_0xa89010(0x1c5)][_0xa89010(0x1a2)](_0x397dcf['Rmwmn'](_0x397dcf[_0xa89010(0x195)](_0x397dcf[_0xa89010(0x19a)],_0x11f9e1[_0xa89010(0x1b0)]||_0x11f9e1),'\x0a')),process[_0xa89010(0x19e)]=0x1;}}main(),process['on'](a47_0x465eca(0x1a3),function(){const _0x280d9b=a47_0x465eca;hasFailure&&(process[_0x280d9b(0x19e)]=0x1);}),process['on']('exit',function(){const _0x2f5a10=a47_0x465eca,_0x36e5d3={};_0x36e5d3[_0x2f5a10(0x1c3)]=function(_0x1a9d24,_0x104815){return _0x1a9d24===_0x104815;};const _0x3494cd=_0x36e5d3;hasFailure&&_0x3494cd[_0x2f5a10(0x1c3)](process[_0x2f5a10(0x19e)],0x0)&&(process[_0x2f5a10(0x19e)]=0x1);});