browserstack-node-sdk 1.64.0 → 1.64.2

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 (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a41_0x21c80f=a41_0x1d60;function a41_0x1d60(_0x11be53,_0xfd55d1){const _0x4dc1d3=a41_0x4dc1();return a41_0x1d60=function(_0x1d6047,_0x4d2e14){_0x1d6047=_0x1d6047-0x122;let _0x5a7860=_0x4dc1d3[_0x1d6047];return _0x5a7860;},a41_0x1d60(_0x11be53,_0xfd55d1);}(function(_0x21cfa9,_0x2b6734){const _0x1c15b6=a41_0x1d60,_0x5a79d9=_0x21cfa9();while(!![]){try{const _0x398e36=-parseInt(_0x1c15b6(0x1b6))/0x1+-parseInt(_0x1c15b6(0x144))/0x2*(parseInt(_0x1c15b6(0x176))/0x3)+-parseInt(_0x1c15b6(0x164))/0x4*(parseInt(_0x1c15b6(0x1d2))/0x5)+-parseInt(_0x1c15b6(0x18d))/0x6*(parseInt(_0x1c15b6(0x1dd))/0x7)+parseInt(_0x1c15b6(0x168))/0x8+-parseInt(_0x1c15b6(0x126))/0x9*(parseInt(_0x1c15b6(0x122))/0xa)+parseInt(_0x1c15b6(0x162))/0xb;if(_0x398e36===_0x2b6734)break;else _0x5a79d9['push'](_0x5a79d9['shift']());}catch(_0x3f4394){_0x5a79d9['push'](_0x5a79d9['shift']());}}}(a41_0x4dc1,0x7b480));function a41_0x4dc1(){const _0x52f2ae=['TwVFN','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','sessionName','fKmDC','ENV_VAR','PeUiU','../../helpers/helper','__sessionFailed','Nbxem','RIApL','YJwyv','afterEach','qBegI','kCbVQ','PONQZ','ZjgMY','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','mocha','end','phrxx','xHsFY','QsesF','autoScanning','LTmLp','debug','SnfEl','getGlobal','pTQZA','length','22781649zHWyys','../utils/constants','4944PjxMOu','../../helpers/percy/utils','currentTest','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','6525232beJZLN','parse','kWgre','RNPjg','nbRhh','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','jGMiu','EvgpY','../../helpers/globals','IACkU','XHgoU','SYNC','https:','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','883191MPseeC','push','fACnh','SAVE_RESULTS','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','ZFGqd','UAosj','Failed\x20to\x20store\x20session\x20name:\x20','TkSQn','thBuildUuid','xIMMl','SDK_HOOK','installAll','dZLfo','../../helpers/testhub/utils','VdnaK','shouldScanTestForAccessibility','now','Failed:\x20','vAvdH','setGlobal','shift','appium:app','4197816PeLAAR','BROWSERSTACK_TESTHUB_JWT','fFahw','ObservabilitySync:','measureWrapper','DppCr','DblCm','xzRmn','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','titlePath','sessionNameSet__','PERFORM_SCAN','nIwss','__error_messages__','env','thTestRunUuid','afterTest','http:','doxZB','rszoa','zVNAq','Pyfth','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','startMonitoring','Automate\x20test\x20case\x20execution\x20has\x20started.','info','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','snGag','PCqkp','stringify','\x20-\x20','browserstackSessionName','then','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','zkhQM','tQqlr','ntWtK','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','app','timeout','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','721124UVhgSs','performScanWithRetry','../../helpers/performance/constants','QgoDd','TPncz','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','gPRUM','browserstackTestName','xJkPu','\x22}}','warn','quitCount_','index','join','beforeAll','getCurrentUrl','isAccessibilityPlatform','eppwJ','message','GHXsL','state','yKgpw','GWRcf','OWsEZ','yZQtd','session_','executeScript','Accessibility\x20results\x20saved\x20successfully','80ycTCgd','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','__platformCaps','afterAll','Passed','SESSION_STATUS','driver-init\x20capture\x20install\x20failed:\x20','ObQLN','./test-observability/mochaUtils','7rFsVzD','error','HAOTy','10180iqotYA','testAnalyticsId','capabilities','err','513HJJQbK','mvmKP','IlTTw','FdEOI','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','format','driverCleanup','finally','thJwtToken','lblec','__drivers','accessibilityScanStarted','testcase','\x20|\x20','QRHnt','SESSION_NAME','../../helpers/logger','tHKAI','Mocha','mTmJn','pwxaU','UxIjx','kGtOp','__skipSessionName','cyrkw','bstackA11yShouldScan','OxBxN','ojKfk','Accessibility\x20scan\x20completed\x20successfully','isArray','6URbGDt'];a41_0x4dc1=function(){return _0x52f2ae;};return a41_0x4dc1();}const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a41_0x21c80f(0x163)),{percyAutoCapture}=require(a41_0x21c80f(0x165)),{sendPlatformDetails}=require(a41_0x21c80f(0x1dc)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a41_0x21c80f(0x14b)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a41_0x21c80f(0x1b8)),globals=require(a41_0x21c80f(0x170)),logger=require(a41_0x21c80f(0x136))['winstonLogger'],{shouldProcessEventForTesthub}=require(a41_0x21c80f(0x184)),testHubConstants=require('../../helpers/testhub/constants');try{require('../../helpers/driverInitErrorReporter')[a41_0x21c80f(0x182)](a41_0x21c80f(0x156));}catch(a41_0x478173){logger['debug'](a41_0x21c80f(0x1da)+(a41_0x478173&&a41_0x478173[a41_0x21c80f(0x1c8)]));}exports['mochaHooks']={'beforeAll'(){const _0x327144=a41_0x21c80f,_0x236946={'hlHrw':function(_0x5288f4,_0x30d5d0,_0x115f04,_0x161d3f){return _0x5288f4(_0x30d5d0,_0x115f04,_0x161d3f);},'nIwss':'failed','QRHnt':_0x327144(0x133),'ntWtK':function(_0x9968a0,_0x1185d6,_0x9518c8){return _0x9968a0(_0x1185d6,_0x9518c8);},'PCqkp':'passed','HAOTy':function(_0x2cf068){return _0x2cf068();},'PONQZ':function(_0x4b5e42,_0xd60458,_0x5670b5){return _0x4b5e42(_0xd60458,_0x5670b5);},'xzRmn':_0x327144(0x1c2),'uNiqH':_0x327144(0x1c4)};PerformanceTester[_0x327144(0x1a4)]();const _0x473c69='browserstack internal helper hook';PerformanceTester[_0x327144(0x191)](PerformanceSdkEvents[_0x327144(0x181)],()=>{const _0x20c32c=_0x327144;global[_0x20c32c(0x19a)]=[],global[_0x20c32c(0x14c)]=![],global[_0x20c32c(0x12c)]=async()=>{const _0x49b4c1=_0x20c32c;let _0x31859f=![];try{await global[_0x49b4c1(0x130)][0x0][_0x49b4c1(0x1cf)],_0x31859f=!![],global['__sessionFailed']?await _0x236946['hlHrw'](markSessionStatus,global[_0x49b4c1(0x130)][0x0],_0x236946[_0x49b4c1(0x199)],global[_0x49b4c1(0x19a)][_0x49b4c1(0x1c3)](_0x236946[_0x49b4c1(0x134)])):await _0x236946['ntWtK'](markSessionStatus,global[_0x49b4c1(0x130)][0x0],_0x236946[_0x49b4c1(0x1a9)]);}catch(_0x26c174){logger[_0x49b4c1(0x15d)](_0x49b4c1(0x12a)+_0x26c174);}global[_0x49b4c1(0x19a)]=[],global['__sessionFailed']=![];if(_0x31859f)try{try{_0x236946[_0x49b4c1(0x1df)](shouldProcessEventForTesthub)&&(global[_0x49b4c1(0x130)][0x0]&&await _0x236946[_0x49b4c1(0x1b1)](sendPlatformDetails,global['__drivers'][0x0],this[_0x49b4c1(0x166)]?this[_0x49b4c1(0x166)]['testAnalyticsId']:null));}catch(_0x43016e){logger[_0x49b4c1(0x15d)](_0x49b4c1(0x1ae)+_0x43016e);}await global[_0x49b4c1(0x130)][0x0]['initQuit']();}catch(_0x16c669){logger[_0x49b4c1(0x15d)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x16c669);}};},{'platform':_0x236946[_0x327144(0x153)](nestedKeyValue,global[_0x327144(0x1d6)],[_0x236946[_0x327144(0x194)]]),'hookType':_0x236946['uNiqH']})();},'beforeEach'(_0x44021d){const _0x35a234=a41_0x21c80f,_0x42dd6c={'eppwJ':function(_0x4bf847){return _0x4bf847();},'fKmDC':function(_0xab105d,_0x40d0b6){return _0xab105d>_0x40d0b6;},'PeUiU':function(_0x21460e,_0x41621d){return _0x21460e>_0x41621d;},'QgoDd':'\x20-\x20','ORYbZ':function(_0xf61a1b,_0x5b26ab,_0x59f382){return _0xf61a1b(_0x5b26ab,_0x59f382);},'TwVFN':function(_0x5d4793,_0xb06785){return _0x5d4793===_0xb06785;},'FeiuK':'bstackA11yShouldScan','XHgoU':'bstackA11yScanOptions','IlTTw':function(_0x599bec){return _0x599bec();},'OYWAe':_0x35a234(0x1c6),'xHsFY':_0x35a234(0x19e),'uPtkd':_0x35a234(0x174),'yKgpw':_0x35a234(0x195),'kCbVQ':_0x35a234(0x1a5),'kGtOp':function(_0x56685e){return _0x56685e();},'yZQtd':_0x35a234(0x1bd),'cyrkw':_0x35a234(0x1c2),'xJkPu':'beforeEach'};globals[_0x35a234(0x18a)](_0x42dd6c[_0x35a234(0x1ce)],this[_0x35a234(0x166)][_0x35a234(0x196)]()[_0x35a234(0x1c3)](_0x42dd6c[_0x35a234(0x1b9)])),PerformanceTester[_0x35a234(0x191)](PerformanceSdkEvents[_0x35a234(0x181)],()=>{const _0x59a065=_0x35a234,_0x48ad27={'fFahw':function(_0x4bf87a,_0x165e4a){const _0xfcf02b=a41_0x1d60;return _0x42dd6c[_0xfcf02b(0x148)](_0x4bf87a,_0x165e4a);},'GWRcf':function(_0x8f7aa0,_0x28c15b){const _0x14d8ac=a41_0x1d60;return _0x42dd6c[_0x14d8ac(0x14a)](_0x8f7aa0,_0x28c15b);},'nbRhh':_0x42dd6c[_0x59a065(0x1b9)],'rzQbC':function(_0x4d1951,_0x57cf36,_0x2d3a4e){return _0x42dd6c['ORYbZ'](_0x4d1951,_0x57cf36,_0x2d3a4e);},'qBegI':function(_0x44c5fa,_0x4d14a5){const _0x390557=_0x59a065;return _0x42dd6c[_0x390557(0x145)](_0x44c5fa,_0x4d14a5);},'tHKAI':_0x42dd6c['FeiuK'],'mvmKP':_0x42dd6c[_0x59a065(0x172)],'ojKfk':function(_0x375fc2){const _0x4fb34d=_0x59a065;return _0x42dd6c[_0x4fb34d(0x128)](_0x375fc2);},'jYpyl':_0x42dd6c['OYWAe'],'YJwyv':_0x42dd6c[_0x59a065(0x159)],'aCQYZ':_0x42dd6c['uPtkd'],'DblCm':_0x42dd6c[_0x59a065(0x1cb)],'DppCr':_0x42dd6c[_0x59a065(0x152)],'FdEOI':function(_0x49e697){const _0x3dfe2e=_0x59a065;return _0x42dd6c[_0x3dfe2e(0x13c)](_0x49e697);}},_0x29b7ca='browserstack internal helper hook';new Promise(async _0x24678e=>{const _0x2abc36=_0x59a065;let _0x21c02e=!![];try{_0x48ad27[_0x2abc36(0x18f)](global[_0x2abc36(0x130)][_0x2abc36(0x161)],0x1)&&(await global[_0x2abc36(0x12c)](),global[_0x2abc36(0x130)][_0x2abc36(0x18b)]()),_0x48ad27[_0x2abc36(0x1cc)](global[_0x2abc36(0x130)][0x0][_0x2abc36(0x1c1)],0x0)&&(_0x21c02e=![],await global['driverCleanup']());}catch(_0x31c267){logger[_0x2abc36(0x15d)](_0x2abc36(0x1b5)+_0x31c267);}try{Array[_0x2abc36(0x143)](global[_0x2abc36(0x130)])&&global['__drivers'][0x0]&&(global[_0x2abc36(0x130)][0x0]['browserstackSessionName']=this['currentTest'][_0x2abc36(0x196)]()[_0x2abc36(0x1c3)](_0x48ad27[_0x2abc36(0x16c)])),global[_0x2abc36(0x1ac)]=this[_0x2abc36(0x166)][_0x2abc36(0x196)]()[_0x2abc36(0x1c3)](_0x48ad27[_0x2abc36(0x16c)]);}catch(_0x554c7a){logger[_0x2abc36(0x15d)](_0x2abc36(0x17d)+_0x554c7a);}this[_0x2abc36(0x166)][_0x2abc36(0x186)]=_0x48ad27['rzQbC'](shouldScanTestForAccessibility,this['currentTest']['titlePath'](),!![]);let _0x5539f1=!![];try{const _0x41a4b7=JSON[_0x2abc36(0x169)](process['env'][_0x2abc36(0x1a3)]||'{}');_0x48ad27['qBegI'](_0x41a4b7[_0x2abc36(0x15b)],![])&&(_0x5539f1=![]);}catch(_0x39c03d){logger[_0x2abc36(0x15d)](_0x2abc36(0x1bb)+_0x39c03d['message']);}const _0x3762c7=_0x5539f1&&this['currentTest'][_0x2abc36(0x186)];globals['setGlobal'](_0x48ad27[_0x2abc36(0x137)],_0x3762c7),globals['setGlobal'](_0x48ad27[_0x2abc36(0x127)],null),this[_0x2abc36(0x166)][_0x2abc36(0x131)]=this[_0x2abc36(0x166)][_0x2abc36(0x186)];if(_0x48ad27[_0x2abc36(0x141)](isAccessibilityAutomationSession)&&_0x21c02e&&Array[_0x2abc36(0x143)](global[_0x2abc36(0x130)])&&_0x48ad27[_0x2abc36(0x1cc)](global[_0x2abc36(0x130)][_0x2abc36(0x161)],0x0)&&globals[_0x2abc36(0x15f)](_0x48ad27['jYpyl']))try{const _0x45d3d8=await global[_0x2abc36(0x130)][0x0]['session_'];if(_0x45d3d8){let _0xcaee9b=!![];const _0x8e459e=await global['__drivers'][0x0][_0x2abc36(0x1c5)]();let _0x29f0ac;try{_0x29f0ac=new URL(_0x8e459e),_0xcaee9b=_0x48ad27[_0x2abc36(0x151)](_0x29f0ac['protocol'],_0x48ad27[_0x2abc36(0x14f)])||_0x48ad27[_0x2abc36(0x151)](_0x29f0ac['protocol'],_0x48ad27['aCQYZ']);}catch(_0x5b3fa1){_0xcaee9b=![];}_0xcaee9b&&(this[_0x2abc36(0x166)][_0x2abc36(0x186)]&&logger[_0x2abc36(0x1a6)](_0x48ad27[_0x2abc36(0x193)])),this[_0x2abc36(0x166)]['accessibilityScanStarted']=this['currentTest'][_0x2abc36(0x186)],_0x3762c7&&logger[_0x2abc36(0x1a6)](_0x48ad27[_0x2abc36(0x192)]);}}catch(_0x5388f0){logger['error'](_0x2abc36(0x1d4)+util[_0x2abc36(0x12b)](_0x5388f0));}_0x48ad27[_0x2abc36(0x129)](_0x24678e);})[_0x59a065(0x1ad)](()=>{const _0x786688=_0x59a065;_0x42dd6c[_0x786688(0x1c7)](_0x44021d);});},{'platform':_0x42dd6c['ORYbZ'](nestedKeyValue,global[_0x35a234(0x1d6)],[_0x42dd6c[_0x35a234(0x13e)]]),'hookType':_0x42dd6c[_0x35a234(0x1be)]})();},'afterEach'(_0x4091fb){const _0x75311=a41_0x21c80f,_0xf82c6={'mtizL':function(_0x2c4365,_0x431903){return _0x2c4365>_0x431903;},'OxBxN':function(_0xcd25e3,_0x372078){return _0xcd25e3===_0x372078;},'ObQLN':_0x75311(0x132),'SnfEl':_0x75311(0x18c),'UxIjx':function(_0x2d6546,_0xcc601e,_0x2aa595,_0x4726e8){return _0x2d6546(_0xcc601e,_0x2aa595,_0x4726e8);},'vAvdH':_0x75311(0x1c6),'TkSQn':_0x75311(0x1a7),'tQqlr':_0x75311(0x13f),'zkhQM':_0x75311(0x1d5),'ZjgMY':_0x75311(0x19d),'UAosj':_0x75311(0x142),'rszoa':_0x75311(0x1b2),'GHXsL':_0x75311(0x175),'RIApL':_0x75311(0x1d1),'UtXzP':_0x75311(0x155),'hgxsr':_0x75311(0x146),'ZFGqd':function(_0x496abc){return _0x496abc();},'csgYG':function(_0x536528,_0x38f208,_0x14285a){return _0x536528(_0x38f208,_0x14285a);},'pwxaU':function(_0xe4c9cb,_0x260cc5,_0x3331ad){return _0xe4c9cb(_0x260cc5,_0x3331ad);},'hvjeE':_0x75311(0x15d),'EvgpY':function(_0x5bc693,_0x21f91d){return _0x5bc693>_0x21f91d;},'mroGu':function(_0x148d35){return _0x148d35();},'gPRUM':_0x75311(0x1ab),'doxZB':function(_0x312972,_0x17ae46){return _0x312972!==_0x17ae46;},'jGMiu':'passed','XzOie':function(_0x41434f,_0x4552f7,_0x2bae4b){return _0x41434f(_0x4552f7,_0x2bae4b);},'QsesF':function(_0x1b35cc,_0x54ee46){return _0x1b35cc+_0x54ee46;},'mTmJn':_0x75311(0x188),'eOPtz':'error','pTQZA':_0x75311(0x1d8),'xIMMl':_0x75311(0x1a6),'TPncz':'Mocha','snGag':function(_0x20a70b,_0x2ecd91,_0x2a9c01){return _0x20a70b(_0x2ecd91,_0x2a9c01);},'kWgre':_0x75311(0x1c2),'RNPjg':_0x75311(0x150)},_0x48e1fd='browserstack internal helper hook';this[_0x75311(0x1b4)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0xf82c6[_0x75311(0x1ba)]]),global[_0x75311(0x147)]=this['currentTest'][_0x75311(0x196)]()[_0x75311(0x1c3)](_0xf82c6[_0x75311(0x1bc)]),PerformanceTester[_0x75311(0x191)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x12636a=_0x75311,_0x44837b={'VdnaK':_0xf82c6['gPRUM'],'LTmLp':function(_0x1b862c,_0x45378d){const _0x35a1d1=a41_0x1d60;return _0xf82c6[_0x35a1d1(0x19f)](_0x1b862c,_0x45378d);},'afzdB':_0xf82c6[_0x12636a(0x16e)],'fACnh':function(_0x214a0f,_0x40a2ab,_0x403738){return _0xf82c6['XzOie'](_0x214a0f,_0x40a2ab,_0x403738);},'Rviec':function(_0x17e428,_0x57025d){const _0x231b8f=_0x12636a;return _0xf82c6[_0x231b8f(0x15a)](_0x17e428,_0x57025d);},'IACkU':_0xf82c6[_0x12636a(0x139)],'dZLfo':_0xf82c6['eOPtz'],'chMGd':function(_0x305c06,_0x24a91e,_0x5e8289){const _0x458020=_0x12636a;return _0xf82c6[_0x458020(0x13a)](_0x305c06,_0x24a91e,_0x5e8289);},'oDlXH':_0xf82c6[_0x12636a(0x160)],'OWsEZ':_0xf82c6[_0x12636a(0x180)]},_0x584626=async(_0x1f7720,_0x2f119a)=>{const _0x1a0994=_0x12636a;await global['__drivers'][0x0][_0x1a0994(0x1d0)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x1f7720+',\x22level\x22:\x20\x22'+_0x2f119a+_0x1a0994(0x1bf));};new Promise(async _0x15cdc1=>{const _0x5b73e8=_0x12636a;try{_0xf82c6['mtizL'](global['__drivers'][_0x5b73e8(0x161)],0x1)&&(await global[_0x5b73e8(0x12c)](),global[_0x5b73e8(0x130)][_0x5b73e8(0x18b)](),global[_0x5b73e8(0x19a)]=[],global[_0x5b73e8(0x14c)]=![]);try{if(global['percy']&&_0xf82c6[_0x5b73e8(0x140)](global['percyCaptureMode'],_0xf82c6[_0x5b73e8(0x1db)])&&global[_0x5b73e8(0x130)][0x0]){const _0x1e0ecc=_0xf82c6['mtizL'](global[_0x5b73e8(0x124)][_0x5b73e8(0x161)],0x0)?!!global['capabilities'][0x0][_0x5b73e8(0x1b3)]||!!global['capabilities'][0x0][_0xf82c6[_0x5b73e8(0x15e)]]:![],_0x4de653={};_0x4de653[_0x5b73e8(0x1b3)]=_0x1e0ecc,await _0xf82c6[_0x5b73e8(0x13b)](percyAutoCapture,global[_0x5b73e8(0x130)][0x0],_0xf82c6[_0x5b73e8(0x1db)],_0x4de653);}}catch(_0x589414){logger[_0x5b73e8(0x15d)]('Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20'+_0x589414);}!global[_0x5b73e8(0x13d)]&&(await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x5b73e8(0x135)],async()=>{const _0x48e9df=_0x5b73e8;await global['__drivers'][0x0][_0x48e9df(0x1d0)](_0x48e9df(0x16d)+JSON[_0x48e9df(0x1aa)](this[_0x48e9df(0x166)][_0x48e9df(0x196)]()[_0x48e9df(0x1c3)](_0x44837b[_0x48e9df(0x185)]))+'}}');})(),global[_0x5b73e8(0x130)][0x0][_0x5b73e8(0x197)]=!![]),await PerformanceTester[_0x5b73e8(0x191)](PerformanceAutEvents[_0x5b73e8(0x1d9)],async()=>{const _0x1546f3=_0x5b73e8,_0x536852=_0x44837b[_0x1546f3(0x15c)](this['currentTest'][_0x1546f3(0x1ca)],_0x44837b['afzdB']);_0x536852?(global[_0x1546f3(0x14c)]=!![],global['__error_messages__'][_0x1546f3(0x177)](this[_0x1546f3(0x166)][_0x1546f3(0x125)][_0x1546f3(0x1c8)]),await _0x44837b[_0x1546f3(0x178)](_0x584626,JSON['stringify'](_0x44837b['Rviec'](_0x44837b[_0x1546f3(0x171)],this['currentTest']['err'][_0x1546f3(0x1c8)])),_0x44837b[_0x1546f3(0x183)])):await _0x44837b['chMGd'](_0x584626,JSON['stringify'](_0x44837b['oDlXH']),_0x44837b[_0x1546f3(0x1cd)]);})();}catch(_0x395f62){logger[_0x5b73e8(0x15d)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x395f62);}try{if(this[_0x5b73e8(0x166)][_0x5b73e8(0x131)]&&globals['getGlobal'](_0xf82c6[_0x5b73e8(0x189)])){logger[_0x5b73e8(0x1a6)](_0xf82c6[_0x5b73e8(0x17e)]);const _0x437f90={};_0x437f90[_0x5b73e8(0x19c)]=this[_0x5b73e8(0x166)][_0x5b73e8(0x123)],_0x437f90[_0x5b73e8(0x17f)]=process['env'][testHubConstants[_0x5b73e8(0x149)]['BROWSERSTACK_TESTHUB_UUID']],_0x437f90[_0x5b73e8(0x12e)]=process[_0x5b73e8(0x19b)][testHubConstants['ENV_VAR'][_0x5b73e8(0x18e)]];const _0x399980=_0x437f90;logger[_0x5b73e8(0x15d)](_0x5b73e8(0x1d3)+JSON[_0x5b73e8(0x1aa)](_0x399980));if(globals[_0x5b73e8(0x15f)](_0xf82c6[_0x5b73e8(0x1b0)])){logger[_0x5b73e8(0x15d)](_0xf82c6[_0x5b73e8(0x1af)]);const _0x3243e9={};_0x3243e9['command']=_0xf82c6[_0x5b73e8(0x154)];const _0x31135f=await PerformanceTester[_0x5b73e8(0x191)](PerformanceA11yEvents[_0x5b73e8(0x198)],async()=>{const _0xaf9f08=_0x5b73e8;return await accessibilityRetryHelper[_0xaf9f08(0x1b7)](global[_0xaf9f08(0x130)][0x0],global['browserstackSessionName']);},_0x3243e9)();_0x31135f?logger['debug'](_0xf82c6[_0x5b73e8(0x17c)]):logger[_0x5b73e8(0x1c0)](_0xf82c6[_0x5b73e8(0x1a0)]);}else logger[_0x5b73e8(0x15d)](_0xf82c6[_0x5b73e8(0x1c9)]);const _0x483204=await PerformanceTester[_0x5b73e8(0x191)](PerformanceA11yEvents[_0x5b73e8(0x179)],async()=>{const _0x29d402=_0x5b73e8;return await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x29d402(0x130)][0x0],_0x399980);})();_0x483204?logger[_0x5b73e8(0x15d)](_0xf82c6[_0x5b73e8(0x14e)]):logger[_0x5b73e8(0x1c0)](_0xf82c6['UtXzP']),logger[_0x5b73e8(0x1a6)](_0xf82c6['hgxsr']);}}catch(_0x382c8d){logger[_0x5b73e8(0x1de)](_0x5b73e8(0x167)+this[_0x5b73e8(0x166)][_0x5b73e8(0x196)]()+'.\x20Error\x20:',_0x382c8d);}try{try{if(_0xf82c6[_0x5b73e8(0x17b)](shouldProcessEventForTesthub)){global['__drivers'][0x0]&&await _0xf82c6['csgYG'](sendPlatformDetails,global[_0x5b73e8(0x130)][0x0],this[_0x5b73e8(0x166)]?this[_0x5b73e8(0x166)][_0x5b73e8(0x123)]:null);if(_0xf82c6[_0x5b73e8(0x17b)](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x5b73e8(0x173)]);const _0x240356=_0x5b73e8(0x190)+Date[_0x5b73e8(0x187)]();await _0xf82c6[_0x5b73e8(0x13a)](_0x584626,JSON[_0x5b73e8(0x1aa)](_0x240356),_0xf82c6['hvjeE']),PerformanceTester[_0x5b73e8(0x157)](PerformanceO11yEvents['SYNC']);}}}catch(_0x4d53e3){logger[_0x5b73e8(0x15d)](_0x5b73e8(0x17a)+_0x4d53e3),PerformanceTester[_0x5b73e8(0x157)](PerformanceO11yEvents[_0x5b73e8(0x173)],![],_0x4d53e3);}_0xf82c6[_0x5b73e8(0x16f)](global['__drivers'][0x0][_0x5b73e8(0x1c1)],0x0)&&await global[_0x5b73e8(0x12c)]();}catch(_0xedc33a){logger[_0x5b73e8(0x15d)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0xedc33a);}_0xf82c6['mroGu'](_0x15cdc1);})[_0x12636a(0x1ad)](()=>{_0xf82c6['mroGu'](_0x4091fb);});},{'platform':_0xf82c6[_0x75311(0x1a8)](nestedKeyValue,global[_0x75311(0x1d6)],[_0xf82c6[_0x75311(0x16a)]]),'hookType':_0xf82c6[_0x75311(0x16b)]})();},'afterAll'(_0x524159){const _0x36d866=a41_0x21c80f,_0x389fae={'zVNAq':function(_0x288f7d){return _0x288f7d();},'lblec':function(_0x127d6f){return _0x127d6f();},'Pyfth':_0x36d866(0x138),'umriO':function(_0x1fc2f0,_0x420d24,_0x4f1a90){return _0x1fc2f0(_0x420d24,_0x4f1a90);},'Nbxem':'index','phrxx':_0x36d866(0x1d7)},_0x496da2='browserstack internal helper hook';this[_0x36d866(0x1b4)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x389fae[_0x36d866(0x1a2)]]),PerformanceTester[_0x36d866(0x191)](PerformanceSdkEvents[_0x36d866(0x181)],()=>{const _0x4fdf73=_0x36d866,_0x5bad37={'HLixp':function(_0x27e90c){const _0x325b45=a41_0x1d60;return _0x389fae[_0x325b45(0x12f)](_0x27e90c);}};new Promise(async _0x4abb15=>{const _0x2ad92d=a41_0x1d60;await global['driverCleanup'](),_0x389fae[_0x2ad92d(0x1a1)](_0x4abb15);})[_0x4fdf73(0x1ad)]()[_0x4fdf73(0x12d)](()=>{_0x5bad37['HLixp'](_0x524159);});},{'platform':_0x389fae['umriO'](nestedKeyValue,global[_0x36d866(0x1d6)],[_0x389fae[_0x36d866(0x14d)]]),'hookType':_0x389fae[_0x36d866(0x158)]})();}};
1
+ function a41_0x407e(_0x2a24aa,_0x43a368){const _0x8687de=a41_0x8687();return a41_0x407e=function(_0x407ef8,_0x592775){_0x407ef8=_0x407ef8-0xf8;let _0x2abf93=_0x8687de[_0x407ef8];return _0x2abf93;},a41_0x407e(_0x2a24aa,_0x43a368);}const a41_0x25ce93=a41_0x407e;(function(_0x18f910,_0x4d095b){const _0x1eb8cd=a41_0x407e,_0x16d97a=_0x18f910();while(!![]){try{const _0x537536=-parseInt(_0x1eb8cd(0x133))/0x1*(parseInt(_0x1eb8cd(0x142))/0x2)+parseInt(_0x1eb8cd(0x131))/0x3*(-parseInt(_0x1eb8cd(0x172))/0x4)+parseInt(_0x1eb8cd(0x124))/0x5+-parseInt(_0x1eb8cd(0x127))/0x6*(-parseInt(_0x1eb8cd(0x1b0))/0x7)+-parseInt(_0x1eb8cd(0x193))/0x8*(parseInt(_0x1eb8cd(0x156))/0x9)+parseInt(_0x1eb8cd(0x145))/0xa+-parseInt(_0x1eb8cd(0x128))/0xb;if(_0x537536===_0x4d095b)break;else _0x16d97a['push'](_0x16d97a['shift']());}catch(_0x36c6e9){_0x16d97a['push'](_0x16d97a['shift']());}}}(a41_0x8687,0xbbfe1));function a41_0x8687(){const _0x3413af=['Accessibility\x20results\x20saved\x20successfully','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','wSSeI','vRsYK','SYNC','FOVJS','IdWEo','startMonitoring','https:','eJozh','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','afterEach','debug','parse','../../helpers/logger','Automate\x20test\x20case\x20execution\x20has\x20started.','../../helpers/helper','zuEcO','../utils/constants','eGWEX','Failed:\x20','length','../../helpers/percy/utils','lcZna','isAccessibilityPlatform','mKvMD','saveAccessibilityResultsWithRetry','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','stringify','now','CfkYq','passed','7705200YnKEKY','UvYTp','iTHDr','autoScanning','SWMTp','SESSION_STATUS','TOyEl','../../helpers/accessibility-automation/accessibilityRetryHelper','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','pWZCh','geEHs','browserstackTestName','hXvlu','Qrdtt','RmQEx','measureWrapper','ENV_VAR','JopbR','Failed\x20to\x20store\x20session\x20name:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','HAitI','mochaHooks','setGlobal','shouldScanTestForAccessibility','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','getGlobal','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','index','749CMKtwe','LnoiW','err','ySyjH','__sessionFailed','RgTOt','kUWQD','../../helpers/testhub/constants','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','lqhxG','thBuildUuid','kAPTd','info','getCurrentUrl','browserstackSessionName','sessionNameSet__','initQuit','env','Ofncg','__skipSessionName','trIne','zwCmd','\x20-\x20','TzQuc','VLLaQ','session_','error','Hjuje','thTestRunUuid','message','GLnSI','then','titlePath','.\x20Error\x20:','winstonLogger','PERFORM_SCAN','accessibilityScanStarted','SDK_HOOK','../../helpers/performance/performance-tester','xVVgy','capabilities','ObservabilitySync:','faxFe','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','6314370brwsMK','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','testAnalyticsId','76536tZBtZT','10503372BIJpsa','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','__platformCaps','wAoar','failed','fGybj','VuKDY','\x20|\x20','iDvtm','15891beCEVi','ijnjd','69TUTiDs','bstackA11yScanOptions','driverCleanup','Accessibility\x20scan\x20completed\x20successfully','../../helpers/driverInitErrorReporter','finally','KOGRG','isArray','cBZYu','currentTest','Mocha','util','uWjcA','protocol','lXpBG','10916LvGOfj','__error_messages__','./test-observability/mochaUtils','13108600ErFSlM','driver-init\x20capture\x20install\x20failed:\x20','app','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','WsFMX','state','Jeaby','mtjgK','ZBctH','percyCaptureMode','__drivers','../../helpers/globals','qhJby','installAll','BMsJw','beforeAll','start','9xmOQxD','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','timeout','quitCount_','opTBA','rtoSk','tnvEW','TQBJZ','push','end','join','hrYjI','nULbr','../../helpers/testhub/utils','BiGJr','vGGPT','BROWSERSTACK_TESTHUB_JWT','Passed','executeScript','HocPf','UsVHZ','warn','shift','percy','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','command','bstackA11yShouldScan','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','660TjpZCL'];a41_0x8687=function(){return _0x3413af;};return a41_0x8687();}const util=require(a41_0x25ce93(0x13e)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require(a41_0x25ce93(0x19a)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a41_0x25ce93(0x185)),{percyAutoCapture}=require(a41_0x25ce93(0x189)),{sendPlatformDetails}=require(a41_0x25ce93(0x144)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a41_0x25ce93(0x183)),PerformanceTester=require(a41_0x25ce93(0x11e)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require('../../helpers/performance/constants'),globals=require(a41_0x25ce93(0x150)),logger=require(a41_0x25ce93(0x181))[a41_0x25ce93(0x11a)],{shouldProcessEventForTesthub}=require(a41_0x25ce93(0x163)),testHubConstants=require(a41_0x25ce93(0xfe));try{require(a41_0x25ce93(0x137))[a41_0x25ce93(0x152)]('mocha');}catch(a41_0x567716){logger[a41_0x25ce93(0x17f)](a41_0x25ce93(0x146)+(a41_0x567716&&a41_0x567716[a41_0x25ce93(0x115)]));}exports[a41_0x25ce93(0x1a8)]={'beforeAll'(){const _0x2059c9=a41_0x25ce93,_0x171c4e={'BrDIz':function(_0x35e922,_0x499ff6,_0x4a8de7,_0x384992){return _0x35e922(_0x499ff6,_0x4a8de7,_0x384992);},'iTHDr':_0x2059c9(0x12c),'eJozh':_0x2059c9(0x12f),'Ofncg':function(_0x1f31d3,_0xf8f275,_0x53100b){return _0x1f31d3(_0xf8f275,_0x53100b);},'qANTD':_0x2059c9(0x192),'ZShiu':function(_0x4f9d0c){return _0x4f9d0c();},'mKvMD':function(_0x540299,_0x4703cd,_0x13732f){return _0x540299(_0x4703cd,_0x13732f);},'Jeaby':_0x2059c9(0x1af),'GEBxB':_0x2059c9(0x154)};PerformanceTester[_0x2059c9(0x17a)]();const _0x1907ba='browserstack internal helper hook';PerformanceTester[_0x2059c9(0x1a2)](PerformanceSdkEvents[_0x2059c9(0x11d)],()=>{const _0x14f656=_0x2059c9,_0x4421fd={'vGGPT':function(_0x1cc7ad,_0x4bb8a7,_0x2019cd,_0x154887){return _0x171c4e['BrDIz'](_0x1cc7ad,_0x4bb8a7,_0x2019cd,_0x154887);},'AACJp':_0x171c4e[_0x14f656(0x195)],'IZGZw':_0x171c4e[_0x14f656(0x17c)],'nULbr':function(_0x2c8474,_0x1fc328,_0x2a1297){const _0xaff46c=_0x14f656;return _0x171c4e[_0xaff46c(0x10a)](_0x2c8474,_0x1fc328,_0x2a1297);},'GLnSI':_0x171c4e['qANTD'],'GXrcU':function(_0x166f23){return _0x171c4e['ZShiu'](_0x166f23);},'WRATO':function(_0x277521,_0x4fd108,_0x2adf57){const _0x9cbe0=_0x14f656;return _0x171c4e[_0x9cbe0(0x10a)](_0x277521,_0x4fd108,_0x2adf57);}};global[_0x14f656(0x143)]=[],global[_0x14f656(0xfb)]=![],global[_0x14f656(0x135)]=async()=>{const _0xb504e6=_0x14f656;let _0xd5b703=![];try{await global[_0xb504e6(0x14f)][0x0]['session_'],_0xd5b703=!![],global[_0xb504e6(0xfb)]?await _0x4421fd[_0xb504e6(0x165)](markSessionStatus,global[_0xb504e6(0x14f)][0x0],_0x4421fd['AACJp'],global[_0xb504e6(0x143)][_0xb504e6(0x160)](_0x4421fd['IZGZw'])):await _0x4421fd[_0xb504e6(0x162)](markSessionStatus,global[_0xb504e6(0x14f)][0x0],_0x4421fd[_0xb504e6(0x116)]);}catch(_0x58c871){logger['debug'](_0xb504e6(0x17d)+_0x58c871);}global[_0xb504e6(0x143)]=[],global[_0xb504e6(0xfb)]=![];if(_0xd5b703)try{try{_0x4421fd['GXrcU'](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x4421fd['WRATO'](sendPlatformDetails,global['__drivers'][0x0],this[_0xb504e6(0x13c)]?this[_0xb504e6(0x13c)][_0xb504e6(0x126)]:null));}catch(_0x245537){logger[_0xb504e6(0x17f)](_0xb504e6(0x157)+_0x245537);}await global[_0xb504e6(0x14f)][0x0][_0xb504e6(0x108)]();}catch(_0x2da27c){logger[_0xb504e6(0x17f)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x2da27c);}};},{'platform':_0x171c4e[_0x2059c9(0x18c)](nestedKeyValue,global[_0x2059c9(0x12a)],[_0x171c4e[_0x2059c9(0x14b)]]),'hookType':_0x171c4e['GEBxB']})();},'beforeEach'(_0x4f156a){const _0x5daf54=a41_0x25ce93,_0x573dd7={'xVVgy':function(_0x444e5c,_0xc2be63){return _0x444e5c>_0xc2be63;},'UvYTp':'\x20-\x20','zwCmd':function(_0x573030,_0xc24f83,_0x595346){return _0x573030(_0xc24f83,_0x595346);},'IYcRl':function(_0x24ad0f,_0x2904ef){return _0x24ad0f===_0x2904ef;},'TvaBq':'bstackA11yShouldScan','zuEcO':_0x5daf54(0x134),'TOyEl':function(_0x98e775){return _0x98e775();},'SWMTp':_0x5daf54(0x18b),'hrYjI':function(_0xa623ba,_0x5a959c){return _0xa623ba===_0x5a959c;},'BiGJr':'http:','tnvEW':_0x5daf54(0x17b),'cBZYu':_0x5daf54(0x171),'mtjgK':_0x5daf54(0x182),'Hjuje':_0x5daf54(0x19e),'HAitI':'index','HocPf':'beforeEach'};globals['setGlobal'](_0x573dd7[_0x5daf54(0x113)],this[_0x5daf54(0x13c)][_0x5daf54(0x118)]()[_0x5daf54(0x160)](_0x573dd7[_0x5daf54(0x194)])),PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x1edfce='browserstack internal helper hook';new Promise(async _0x45ae67=>{const _0x3455b5=a41_0x407e;let _0x355e7e=!![];try{_0x573dd7[_0x3455b5(0x11f)](global[_0x3455b5(0x14f)][_0x3455b5(0x188)],0x1)&&(await global['driverCleanup'](),global[_0x3455b5(0x14f)][_0x3455b5(0x16c)]()),_0x573dd7[_0x3455b5(0x11f)](global[_0x3455b5(0x14f)][0x0][_0x3455b5(0x159)],0x0)&&(_0x355e7e=![],await global[_0x3455b5(0x135)]());}catch(_0x7562d8){logger[_0x3455b5(0x17f)](_0x3455b5(0x100)+_0x7562d8);}try{Array[_0x3455b5(0x13a)](global[_0x3455b5(0x14f)])&&global['__drivers'][0x0]&&(global[_0x3455b5(0x14f)][0x0][_0x3455b5(0x106)]=this[_0x3455b5(0x13c)][_0x3455b5(0x118)]()['join'](_0x573dd7[_0x3455b5(0x194)])),global['browserstackSessionName']=this[_0x3455b5(0x13c)][_0x3455b5(0x118)]()[_0x3455b5(0x160)](_0x573dd7[_0x3455b5(0x194)]);}catch(_0x3331b1){logger[_0x3455b5(0x17f)](_0x3455b5(0x1a5)+_0x3331b1);}this[_0x3455b5(0x13c)]['shouldScanTestForAccessibility']=_0x573dd7[_0x3455b5(0x10d)](shouldScanTestForAccessibility,this['currentTest']['titlePath'](),!![]);let _0x3b4fd9=!![];try{const _0x3cf965=JSON[_0x3455b5(0x180)](process[_0x3455b5(0x109)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x573dd7['IYcRl'](_0x3cf965[_0x3455b5(0x196)],![])&&(_0x3b4fd9=![]);}catch(_0x49d2cd){logger[_0x3455b5(0x17f)](_0x3455b5(0x174)+_0x49d2cd[_0x3455b5(0x115)]);}const _0x582079=_0x3b4fd9&&this[_0x3455b5(0x13c)]['shouldScanTestForAccessibility'];globals['setGlobal'](_0x573dd7['TvaBq'],_0x582079),globals[_0x3455b5(0x1a9)](_0x573dd7[_0x3455b5(0x184)],null),this[_0x3455b5(0x13c)][_0x3455b5(0x11c)]=this[_0x3455b5(0x13c)][_0x3455b5(0x1aa)];if(_0x573dd7['TOyEl'](isAccessibilityAutomationSession)&&_0x355e7e&&Array[_0x3455b5(0x13a)](global['__drivers'])&&_0x573dd7[_0x3455b5(0x11f)](global[_0x3455b5(0x14f)][_0x3455b5(0x188)],0x0)&&globals[_0x3455b5(0x1ac)](_0x573dd7[_0x3455b5(0x197)]))try{const _0x1eb363=await global[_0x3455b5(0x14f)][0x0][_0x3455b5(0x111)];if(_0x1eb363){let _0x2b6b66=!![];const _0x6cf72e=await global['__drivers'][0x0][_0x3455b5(0x105)]();let _0x5017cc;try{_0x5017cc=new URL(_0x6cf72e),_0x2b6b66=_0x573dd7['hrYjI'](_0x5017cc[_0x3455b5(0x140)],_0x573dd7[_0x3455b5(0x164)])||_0x573dd7[_0x3455b5(0x161)](_0x5017cc[_0x3455b5(0x140)],_0x573dd7[_0x3455b5(0x15c)]);}catch(_0x2a244d){_0x2b6b66=![];}_0x2b6b66&&(this[_0x3455b5(0x13c)]['shouldScanTestForAccessibility']&&logger['info'](_0x573dd7[_0x3455b5(0x13b)])),this[_0x3455b5(0x13c)][_0x3455b5(0x11c)]=this[_0x3455b5(0x13c)][_0x3455b5(0x1aa)],_0x582079&&logger[_0x3455b5(0x104)](_0x573dd7[_0x3455b5(0x14c)]);}}catch(_0x30daed){logger[_0x3455b5(0x112)](_0x3455b5(0x123)+util['format'](_0x30daed));}_0x573dd7[_0x3455b5(0x199)](_0x45ae67);})['then'](()=>{const _0x42e737=a41_0x407e;_0x573dd7[_0x42e737(0x199)](_0x4f156a);});},{'platform':_0x573dd7[_0x5daf54(0x10d)](nestedKeyValue,global[_0x5daf54(0x12a)],[_0x573dd7[_0x5daf54(0x1a7)]]),'hookType':_0x573dd7[_0x5daf54(0x169)]})();},'afterEach'(_0x2cd8fd){const _0x3e3023=a41_0x25ce93,_0x1e29a3={'eGWEX':function(_0x2a9c6f,_0x27e805){return _0x2a9c6f>_0x27e805;},'TQBJZ':function(_0x47a488,_0x18b050){return _0x47a488===_0x18b050;},'lcZna':'testcase','bGPeJ':'appium:app','FOVJS':function(_0x356a4f,_0x3bfbf2,_0x63bd0a,_0x30a0b0){return _0x356a4f(_0x3bfbf2,_0x63bd0a,_0x30a0b0);},'oclga':_0x3e3023(0x18b),'qhJby':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','kAPTd':_0x3e3023(0x170),'lqhxG':_0x3e3023(0x16e),'kUWQD':'afterTest','WYPyH':_0x3e3023(0x136),'ySyjH':_0x3e3023(0x129),'CfkYq':_0x3e3023(0x18e),'pWZCh':_0x3e3023(0x173),'KOGRG':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','ZBctH':_0x3e3023(0x19b),'UsVHZ':function(_0x18ff1e){return _0x18ff1e();},'faxFe':function(_0x4c39c2,_0x3d41aa,_0x1f7c42){return _0x4c39c2(_0x3d41aa,_0x1f7c42);},'QxpcS':function(_0x51fb2e,_0x157a93,_0x86ff17){return _0x51fb2e(_0x157a93,_0x86ff17);},'WsFMX':_0x3e3023(0x17f),'hXvlu':_0x3e3023(0x10e),'ZqSHi':function(_0x292340,_0x547787){return _0x292340!==_0x547787;},'rtoSk':_0x3e3023(0x192),'BwaOt':function(_0xe78361,_0x4b694a,_0x517bfa){return _0xe78361(_0x4b694a,_0x517bfa);},'BMsJw':function(_0x5c680a,_0x1b7a8e){return _0x5c680a+_0x1b7a8e;},'lXpBG':_0x3e3023(0x187),'EiVCX':_0x3e3023(0x112),'wAoar':function(_0x2ab999,_0x31f1c4,_0x5cd7ba){return _0x2ab999(_0x31f1c4,_0x5cd7ba);},'uWjcA':_0x3e3023(0x167),'wSSeI':_0x3e3023(0x104),'ErWNO':_0x3e3023(0x13d),'RgTOt':'index','iDvtm':_0x3e3023(0x17e)},_0x49e71b='browserstack internal helper hook';this[_0x3e3023(0x158)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x1e29a3['ErWNO']]),global['sessionName']=this[_0x3e3023(0x13c)]['titlePath']()[_0x3e3023(0x160)](_0x1e29a3[_0x3e3023(0x19f)]),PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x2c7815=_0x3e3023,_0x1885f5={'nDutO':_0x1e29a3[_0x2c7815(0x19f)],'SKqQq':function(_0x4be863,_0x45cce6){return _0x1e29a3['ZqSHi'](_0x4be863,_0x45cce6);},'trIne':_0x1e29a3[_0x2c7815(0x15b)],'RmQEx':function(_0x5b4b8d,_0x43f8b6,_0xef69e4){return _0x1e29a3['BwaOt'](_0x5b4b8d,_0x43f8b6,_0xef69e4);},'Qrdtt':function(_0x3e5a12,_0x6a09f6){const _0x3ad2eb=_0x2c7815;return _0x1e29a3[_0x3ad2eb(0x153)](_0x3e5a12,_0x6a09f6);},'opTBA':_0x1e29a3[_0x2c7815(0x141)],'ijnjd':_0x1e29a3['EiVCX'],'VuKDY':function(_0x4ce0e2,_0x110daf,_0x23a034){const _0x3490ab=_0x2c7815;return _0x1e29a3[_0x3490ab(0x12b)](_0x4ce0e2,_0x110daf,_0x23a034);},'hXaQs':_0x1e29a3[_0x2c7815(0x13f)],'vRsYK':_0x1e29a3[_0x2c7815(0x175)],'JopbR':function(_0xe8eabb){return _0x1e29a3['UsVHZ'](_0xe8eabb);}},_0x9be024=async(_0x194540,_0x27665e)=>{const _0x108db9=_0x2c7815;await global[_0x108db9(0x14f)][0x0]['executeScript'](_0x108db9(0x1a6)+_0x194540+',\x22level\x22:\x20\x22'+_0x27665e+'\x22}}');};new Promise(async _0x464128=>{const _0x378f5f=_0x2c7815;try{_0x1e29a3[_0x378f5f(0x186)](global[_0x378f5f(0x14f)][_0x378f5f(0x188)],0x1)&&(await global[_0x378f5f(0x135)](),global['__drivers'][_0x378f5f(0x16c)](),global[_0x378f5f(0x143)]=[],global[_0x378f5f(0xfb)]=![]);try{if(global[_0x378f5f(0x16d)]&&_0x1e29a3[_0x378f5f(0x15d)](global[_0x378f5f(0x14e)],_0x1e29a3[_0x378f5f(0x18a)])&&global[_0x378f5f(0x14f)][0x0]){const _0x52d0f2=_0x1e29a3[_0x378f5f(0x186)](global[_0x378f5f(0x120)][_0x378f5f(0x188)],0x0)?!!global[_0x378f5f(0x120)][0x0][_0x378f5f(0x147)]||!!global['capabilities'][0x0][_0x1e29a3['bGPeJ']]:![],_0x57c1f6={};_0x57c1f6['app']=_0x52d0f2,await _0x1e29a3[_0x378f5f(0x178)](percyAutoCapture,global[_0x378f5f(0x14f)][0x0],_0x1e29a3[_0x378f5f(0x18a)],_0x57c1f6);}}catch(_0x290267){logger['debug'](_0x378f5f(0x1ae)+_0x290267);}!global[_0x378f5f(0x10b)]&&(await PerformanceTester[_0x378f5f(0x1a2)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x185211=_0x378f5f;await global[_0x185211(0x14f)][0x0][_0x185211(0x168)](_0x185211(0x125)+JSON['stringify'](this[_0x185211(0x13c)][_0x185211(0x118)]()[_0x185211(0x160)](_0x1885f5['nDutO']))+'}}');})(),global['__drivers'][0x0][_0x378f5f(0x107)]=!![]),await PerformanceTester[_0x378f5f(0x1a2)](PerformanceAutEvents[_0x378f5f(0x198)],async()=>{const _0x151e15=_0x378f5f,_0x312ea7=_0x1885f5['SKqQq'](this['currentTest'][_0x151e15(0x14a)],_0x1885f5[_0x151e15(0x10c)]);_0x312ea7?(global[_0x151e15(0xfb)]=!![],global[_0x151e15(0x143)][_0x151e15(0x15e)](this[_0x151e15(0x13c)][_0x151e15(0xf9)][_0x151e15(0x115)]),await _0x1885f5[_0x151e15(0x1a1)](_0x9be024,JSON['stringify'](_0x1885f5[_0x151e15(0x1a0)](_0x1885f5[_0x151e15(0x15a)],this[_0x151e15(0x13c)]['err'][_0x151e15(0x115)])),_0x1885f5[_0x151e15(0x132)])):await _0x1885f5[_0x151e15(0x12e)](_0x9be024,JSON[_0x151e15(0x18f)](_0x1885f5['hXaQs']),_0x1885f5[_0x151e15(0x176)]);})();}catch(_0x38a131){logger[_0x378f5f(0x17f)](_0x378f5f(0xff)+_0x38a131);}try{if(this[_0x378f5f(0x13c)][_0x378f5f(0x11c)]&&globals['getGlobal'](_0x1e29a3['oclga'])){logger['info'](_0x1e29a3[_0x378f5f(0x151)]);const _0x42186b={};_0x42186b[_0x378f5f(0x114)]=this['currentTest'][_0x378f5f(0x126)],_0x42186b[_0x378f5f(0x102)]=process[_0x378f5f(0x109)][testHubConstants[_0x378f5f(0x1a3)]['BROWSERSTACK_TESTHUB_UUID']],_0x42186b['thJwtToken']=process[_0x378f5f(0x109)][testHubConstants['ENV_VAR'][_0x378f5f(0x166)]];const _0x4b4a96=_0x42186b;logger[_0x378f5f(0x17f)](_0x378f5f(0x148)+JSON[_0x378f5f(0x18f)](_0x4b4a96));if(globals[_0x378f5f(0x1ac)](_0x1e29a3[_0x378f5f(0x103)])){logger[_0x378f5f(0x17f)](_0x1e29a3[_0x378f5f(0x101)]);const _0x2fe23a={};_0x2fe23a[_0x378f5f(0x16f)]=_0x1e29a3[_0x378f5f(0xfd)];const _0x572f48=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x378f5f(0x11b)],async()=>{const _0x3a64cb=_0x378f5f;return await accessibilityRetryHelper['performScanWithRetry'](global[_0x3a64cb(0x14f)][0x0],global[_0x3a64cb(0x106)]);},_0x2fe23a)();_0x572f48?logger['debug'](_0x1e29a3['WYPyH']):logger['warn'](_0x1e29a3[_0x378f5f(0xfa)]);}else logger['debug'](_0x1e29a3[_0x378f5f(0x191)]);const _0x78d9a=await PerformanceTester[_0x378f5f(0x1a2)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x13946a=_0x378f5f;return await accessibilityRetryHelper[_0x13946a(0x18d)](global[_0x13946a(0x14f)][0x0],_0x4b4a96);})();_0x78d9a?logger[_0x378f5f(0x17f)](_0x1e29a3[_0x378f5f(0x19c)]):logger[_0x378f5f(0x16b)](_0x1e29a3[_0x378f5f(0x139)]),logger[_0x378f5f(0x104)](_0x1e29a3[_0x378f5f(0x14d)]);}}catch(_0x932fb9){logger[_0x378f5f(0x112)](_0x378f5f(0x1ad)+this['currentTest'][_0x378f5f(0x118)]()+_0x378f5f(0x119),_0x932fb9);}try{try{if(_0x1e29a3[_0x378f5f(0x16a)](shouldProcessEventForTesthub)){global[_0x378f5f(0x14f)][0x0]&&await _0x1e29a3[_0x378f5f(0x122)](sendPlatformDetails,global[_0x378f5f(0x14f)][0x0],this[_0x378f5f(0x13c)]?this[_0x378f5f(0x13c)][_0x378f5f(0x126)]:null);if(_0x1e29a3[_0x378f5f(0x16a)](isBrowserstackInfra)){PerformanceTester[_0x378f5f(0x155)](PerformanceO11yEvents[_0x378f5f(0x177)]);const _0x391b86=_0x378f5f(0x121)+Date[_0x378f5f(0x190)]();await _0x1e29a3['QxpcS'](_0x9be024,JSON['stringify'](_0x391b86),_0x1e29a3[_0x378f5f(0x149)]),PerformanceTester[_0x378f5f(0x15f)](PerformanceO11yEvents[_0x378f5f(0x177)]);}}}catch(_0x444174){logger[_0x378f5f(0x17f)](_0x378f5f(0x1ab)+_0x444174),PerformanceTester[_0x378f5f(0x15f)](PerformanceO11yEvents[_0x378f5f(0x177)],![],_0x444174);}_0x1e29a3[_0x378f5f(0x186)](global[_0x378f5f(0x14f)][0x0][_0x378f5f(0x159)],0x0)&&await global['driverCleanup']();}catch(_0xccc956){logger[_0x378f5f(0x17f)](_0x378f5f(0x100)+_0xccc956);}_0x1e29a3['UsVHZ'](_0x464128);})[_0x2c7815(0x117)](()=>{const _0x5cbd64=_0x2c7815;_0x1885f5[_0x5cbd64(0x1a4)](_0x2cd8fd);});},{'platform':_0x1e29a3['BwaOt'](nestedKeyValue,global[_0x3e3023(0x12a)],[_0x1e29a3[_0x3e3023(0xfc)]]),'hookType':_0x1e29a3[_0x3e3023(0x130)]})();},'afterAll'(_0x22f6f8){const _0x19da89=a41_0x25ce93,_0x4e56f3={'VLLaQ':function(_0x4b211b){return _0x4b211b();},'ZdrIG':_0x19da89(0x13d),'geEHs':function(_0x23e1b6,_0x53956a,_0x141e92){return _0x23e1b6(_0x53956a,_0x141e92);},'LnoiW':_0x19da89(0x1af),'fGybj':'afterAll'},_0x4cb71d='browserstack internal helper hook';this[_0x19da89(0x158)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x4e56f3['ZdrIG']]),PerformanceTester[_0x19da89(0x1a2)](PerformanceSdkEvents[_0x19da89(0x11d)],()=>{const _0x5ffdfb=_0x19da89,_0x3a4763={'IdWEo':function(_0x4c2531){const _0x39cdb8=a41_0x407e;return _0x4e56f3[_0x39cdb8(0x110)](_0x4c2531);},'TzQuc':function(_0x51d822){const _0x41b70d=a41_0x407e;return _0x4e56f3[_0x41b70d(0x110)](_0x51d822);}};new Promise(async _0x1e2a7b=>{const _0xaa6122=a41_0x407e;await global[_0xaa6122(0x135)](),_0x3a4763[_0xaa6122(0x179)](_0x1e2a7b);})[_0x5ffdfb(0x117)]()[_0x5ffdfb(0x138)](()=>{const _0x46af5e=_0x5ffdfb;_0x3a4763[_0x46af5e(0x10f)](_0x22f6f8);});},{'platform':_0x4e56f3[_0x19da89(0x19d)](nestedKeyValue,global['__platformCaps'],[_0x4e56f3[_0x19da89(0xf8)]]),'hookType':_0x4e56f3[_0x19da89(0x12d)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a42_0x545e97=a42_0x1f6f;(function(_0x2c4704,_0x1e70fc){const _0x898f44=a42_0x1f6f,_0x4a2202=_0x2c4704();while(!![]){try{const _0x353e35=-parseInt(_0x898f44(0x1a3))/0x1+-parseInt(_0x898f44(0x1da))/0x2*(parseInt(_0x898f44(0x1e4))/0x3)+-parseInt(_0x898f44(0x19d))/0x4+-parseInt(_0x898f44(0x1b8))/0x5+-parseInt(_0x898f44(0x18e))/0x6*(-parseInt(_0x898f44(0x1de))/0x7)+-parseInt(_0x898f44(0x1bf))/0x8*(-parseInt(_0x898f44(0x1b6))/0x9)+-parseInt(_0x898f44(0x1ff))/0xa*(-parseInt(_0x898f44(0x1a1))/0xb);if(_0x353e35===_0x1e70fc)break;else _0x4a2202['push'](_0x4a2202['shift']());}catch(_0x5bcbcf){_0x4a2202['push'](_0x4a2202['shift']());}}}(a42_0x9a64,0x8feb3));function a42_0x1f6f(_0x457180,_0x5f3314){const _0x9a64c1=a42_0x9a64();return a42_0x1f6f=function(_0x1f6f84,_0x5c0413){_0x1f6f84=_0x1f6f84-0x18a;let _0x4c6d6d=_0x9a64c1[_0x1f6f84];return _0x4c6d6d;},a42_0x1f6f(_0x457180,_0x5f3314);}const path=require(a42_0x545e97(0x199)),Module=require(a42_0x545e97(0x1a5)),{fork}=require('child_process'),logger=require(a42_0x545e97(0x1f2))[a42_0x545e97(0x197)],helper=require(a42_0x545e97(0x1ea)),TestHubHandler=require(a42_0x545e97(0x1c5)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{FRAMEWORKS}=require(a42_0x545e97(0x192)),{printBuildLink}=require('../../helpers/test-observability/utils'),BrowserstackCLI=require(a42_0x545e97(0x19e)),CLIUtils=require(a42_0x545e97(0x1a2));function registerBrowserStackReporter(){const _0x302f14=a42_0x545e97,_0x35d62e={};_0x35d62e[_0x302f14(0x1cd)]=function(_0x2ffdc0,_0x258d08){return _0x2ffdc0===_0x258d08;},_0x35d62e[_0x302f14(0x1e2)]=_0x302f14(0x1e8),_0x35d62e[_0x302f14(0x1bb)]='reporter',_0x35d62e['APOgY']='index.js';const _0x3bb248=_0x35d62e,_0xeac659=path[_0x302f14(0x1db)](__dirname,_0x3bb248[_0x302f14(0x1bb)],_0x3bb248[_0x302f14(0x1ca)]),_0x2350f1=Module[_0x302f14(0x18d)];Module[_0x302f14(0x18d)]=function(_0x474347,_0x2fc431,_0x48c789,_0x15be84){const _0x47a88f=_0x302f14;if(_0x3bb248[_0x47a88f(0x1cd)](_0x474347,_0x3bb248[_0x47a88f(0x1e2)]))return _0xeac659;return _0x2350f1[_0x47a88f(0x1bc)](this,_0x474347,_0x2fc431,_0x48c789,_0x15be84);};}function injectReporterIntoArgs(_0x416a68){const _0x1f3b62=a42_0x545e97,_0x1fa104={};_0x1fa104[_0x1f3b62(0x191)]=function(_0x39faf3,_0x46e26c){return _0x39faf3<_0x46e26c;},_0x1fa104['wYbgk']=function(_0x4bf63a,_0x206b39){return _0x4bf63a===_0x206b39;},_0x1fa104[_0x1f3b62(0x1f5)]=_0x1f3b62(0x1e5),_0x1fa104[_0x1f3b62(0x1df)]=function(_0x3d8383,_0x34c6a2){return _0x3d8383+_0x34c6a2;},_0x1fa104['coMbQ']=function(_0x163c92,_0xf77cb){return _0x163c92===_0xf77cb;},_0x1fa104[_0x1f3b62(0x204)]=_0x1f3b62(0x1f3),_0x1fa104[_0x1f3b62(0x1f6)]=',browserstack',_0x1fa104[_0x1f3b62(0x201)]=_0x1f3b62(0x1e3);const _0x256c3d=_0x1fa104,_0x1ae6b9=_0x416a68[_0x1f3b62(0x1d8)]();for(let _0x3a9274=0x0;_0x256c3d[_0x1f3b62(0x191)](_0x3a9274,_0x1ae6b9[_0x1f3b62(0x1fe)]);_0x3a9274++){if(_0x256c3d[_0x1f3b62(0x18f)](_0x1ae6b9[_0x3a9274],'-r')||_0x256c3d[_0x1f3b62(0x18f)](_0x1ae6b9[_0x3a9274],_0x256c3d[_0x1f3b62(0x1f5)]))return _0x1ae6b9[_0x256c3d[_0x1f3b62(0x1df)](_0x3a9274,0x1)]&&_0x256c3d['coMbQ'](_0x1ae6b9[_0x256c3d[_0x1f3b62(0x1df)](_0x3a9274,0x1)]['indexOf'](_0x256c3d['pDuan']),-0x1)&&(_0x1ae6b9[_0x256c3d[_0x1f3b62(0x1df)](_0x3a9274,0x1)]+=_0x256c3d[_0x1f3b62(0x1f6)]),_0x1ae6b9;}return _0x1ae6b9[_0x1f3b62(0x1fd)]('-r',_0x256c3d['gYnNF']),_0x1ae6b9;}function runNewmanCLI(_0x33bdc9){const _0x21f1c5=a42_0x545e97,_0x33cc8e={'FnOpO':function(_0x36365e,_0x28f20b){return _0x36365e>_0x28f20b;},'URAcI':function(_0x338618,_0x506e80){return _0x338618(_0x506e80);},'rekhE':function(_0x532c84,_0x3e81b1,_0xa208d){return _0x532c84(_0x3e81b1,_0xa208d);},'XUBxd':_0x21f1c5(0x1eb),'jCXpW':_0x21f1c5(0x1a4),'CWUdF':function(_0x3545db,_0x96fa4){return _0x3545db(_0x96fa4);},'arruw':_0x21f1c5(0x1a5),'thWXq':_0x21f1c5(0x1b5),'UBSEZ':_0x21f1c5(0x194),'ueTRe':_0x21f1c5(0x1f4),'hKFiH':function(_0x54019e,_0x4d7e80){return _0x54019e+_0x4d7e80;},'xEHOR':'Newman\x20CLI\x20not\x20found:\x20','mlqfa':function(_0x8140a9,_0x421c18){return _0x8140a9(_0x421c18);}};return new Promise(_0x24028a=>{const _0x3b8e2b=_0x21f1c5;let _0x53a18c;try{_0x53a18c=helper['requireModule'](_0x33cc8e[_0x3b8e2b(0x1fa)],_0x33cc8e[_0x3b8e2b(0x1fa)]);}catch(_0xbb3d62){return logger['error'](_0x33cc8e[_0x3b8e2b(0x1b3)]),_0x33cc8e[_0x3b8e2b(0x1ae)](_0x24028a,0x1);}const _0x57fdf2=_0x53a18c[_0x3b8e2b(0x1d4)];_0x53a18c[_0x3b8e2b(0x1d4)]=function(_0xe1619,_0x14c621){const _0x1f7e29=_0x3b8e2b,_0x1ee7f6={'rgqnK':function(_0x2dfc7e,_0x479569){const _0x2f3971=a42_0x1f6f;return _0x33cc8e[_0x2f3971(0x1c2)](_0x2dfc7e,_0x479569);},'ulMec':function(_0x5ce34b,_0x2d365a){const _0x57d5ce=a42_0x1f6f;return _0x33cc8e[_0x57d5ce(0x1ae)](_0x5ce34b,_0x2d365a);},'hxMrg':function(_0x13dd33,_0x182cfe,_0x4d313f){const _0x34c105=a42_0x1f6f;return _0x33cc8e[_0x34c105(0x195)](_0x13dd33,_0x182cfe,_0x4d313f);}};return _0x53a18c['run']=_0x57fdf2,_0x57fdf2[_0x1f7e29(0x1bc)](_0x53a18c,_0xe1619,(_0x266fa2,_0x42f92e)=>{const _0x1fb0a6=_0x1f7e29,_0x3e1728=_0x42f92e&&_0x42f92e[_0x1fb0a6(0x1d4)]&&(_0x42f92e[_0x1fb0a6(0x1d4)][_0x1fb0a6(0x1b2)]||_0x42f92e[_0x1fb0a6(0x1d4)][_0x1fb0a6(0x1f8)]&&_0x1ee7f6['rgqnK'](_0x42f92e['run']['failures'][_0x1fb0a6(0x1fe)],0x0));_0x1ee7f6[_0x1fb0a6(0x18b)](_0x24028a,_0x3e1728?0x1:0x0),_0x14c621&&_0x1ee7f6[_0x1fb0a6(0x1f7)](_0x14c621,_0x266fa2,_0x42f92e);});};try{const _0x191f95=_0x33cc8e['CWUdF'](require,_0x33cc8e[_0x3b8e2b(0x1ee)])[_0x3b8e2b(0x1e9)](path[_0x3b8e2b(0x1db)](process[_0x3b8e2b(0x1cc)](),_0x33cc8e[_0x3b8e2b(0x193)]));_0x33cc8e[_0x3b8e2b(0x1b7)](_0x191f95,_0x33cc8e[_0x3b8e2b(0x1d5)])([_0x33cc8e[_0x3b8e2b(0x1aa)],_0x33cc8e[_0x3b8e2b(0x1fa)]][_0x3b8e2b(0x1fb)](_0x33bdc9));}catch(_0x1b4667){_0x53a18c[_0x3b8e2b(0x1d4)]=_0x57fdf2,logger[_0x3b8e2b(0x1b2)](_0x33cc8e[_0x3b8e2b(0x202)](_0x33cc8e[_0x3b8e2b(0x1c0)],_0x1b4667[_0x3b8e2b(0x19f)])),_0x33cc8e[_0x3b8e2b(0x1ce)](_0x24028a,0x1);}});}function runNewmanScript(_0x48aa10,_0xf94960){const _0x19d312=a42_0x545e97,_0x3d7003={'SWeFm':function(_0x5dc5c4,_0x5ae36b){return _0x5dc5c4(_0x5ae36b);},'UUgWc':function(_0x4e162b,_0x396696){return _0x4e162b||_0x396696;},'JiIjH':function(_0x828a30,_0x4d8a14,_0x18b09c,_0x5d068d){return _0x828a30(_0x4d8a14,_0x18b09c,_0x5d068d);},'QJbNF':_0x19d312(0x19c),'lnTXE':function(_0x4c2e70,_0x3bee88){return _0x4c2e70||_0x3bee88;},'PQOrs':_0x19d312(0x200),'amoIa':'close'};return new Promise(function(_0x4559c9){const _0x3ffb5f=_0x19d312,_0x505e31=_0x3d7003['JiIjH'](fork,path[_0x3ffb5f(0x1db)](__dirname,_0x3d7003[_0x3ffb5f(0x190)]),[_0x48aa10,_0x3d7003[_0x3ffb5f(0x1c7)](String,_0x3d7003[_0x3ffb5f(0x1c9)](_0xf94960,0x0))],{'stdio':_0x3d7003[_0x3ffb5f(0x1ed)],'env':Object['assign']({},process[_0x3ffb5f(0x196)])});_0x505e31['on'](_0x3d7003[_0x3ffb5f(0x1a0)],function(_0x120231){const _0x22bf91=_0x3ffb5f;_0x3d7003[_0x22bf91(0x1c7)](_0x4559c9,_0x3d7003[_0x22bf91(0x1a6)](_0x120231,0x0));});});}function hasO11yBuild(){const _0x1629d6=a42_0x545e97,_0x1d2088={};_0x1d2088[_0x1629d6(0x18c)]=function(_0x4f2866,_0x1f291d){return _0x4f2866!==_0x1f291d;},_0x1d2088[_0x1629d6(0x198)]=_0x1629d6(0x1d1);const _0x61e722=_0x1d2088;return!!(BrowserstackCLI['O11yHashedID']||process['env'][_0x1629d6(0x1be)]&&_0x61e722[_0x1629d6(0x18c)](process[_0x1629d6(0x196)]['BROWSERSTACK_TESTHUB_JWT'],_0x61e722[_0x1629d6(0x198)]));}function a42_0x9a64(){const _0x4188b4=['QJbNF','VjqTk','../../helpers/test-observability/constants','thWXq','newman/bin/newman','rekhE','env','winstonLogger','kqwhE','path','exports','launchBuild','scriptRunner.js','1710564gdYsmV','../v2/browserstackCLI','message','amoIa','6361289qEYBXy','../v2/cliUtils','158199kRzObk','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','module','UUgWc','cliConfig','BROWSERSTACK_AUTOMATION','configPath','ueTRe','Failed\x20to\x20bootstrap\x20CLI:\x20','jmaoo','false','URAcI','hgEHf','HjtIn','.js','error','jCXpW','yCaXC','package.json','2691jnvXsk','CWUdF','5056745WCWJaR','exitCode','resolve','LwzbZ','call','stop','BROWSERSTACK_TESTHUB_JWT','27448AimPnF','xEHOR','warn','FnOpO','shutdown','setFrameworkDetail','../../helpers/testhub/testhubHandler','parallelsPerPlatform','SWeFm','config','lnTXE','APOgY','saNRS','cwd','jibKb','mlqfa','getInstance','ofXtF','null','uLlBa','endsWith','run','UBSEZ','wUZHi','vMkMj','slice','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','427510NJggoW','join','testObservability','TlCMf','203NBjCuH','yQXNh','oIcvH','zUUOu','VoYDO','cli,browserstack','6sRbhcs','--reporters','MLjVF','bootstrap','newman-reporter-browserstack','createRequire','../../helpers/helper','newman','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','PQOrs','arruw','Failed\x20to\x20launch\x20build:\x20','smalv','true','../../helpers/logger','browserstack','node','IKFdy','sDJKi','hxMrg','failures','mJfCG','XUBxd','concat','isRunning','push','length','20yRESOv','inherit','gYnNF','hKFiH','kjfjS','pDuan','jtYIk','ulMec','btjjH','_resolveFilename','89322UVClVV','wYbgk'];a42_0x9a64=function(){return _0x4188b4;};return a42_0x9a64();}function runWithoutObservability(_0x40c4e7,_0x1c0ce4){const _0x847e1a=a42_0x545e97,_0x40f227={'hgEHf':function(_0x2e577d,_0x3ed2c0){return _0x2e577d(_0x3ed2c0);}};if(_0x40c4e7)return _0x40f227['hgEHf'](require,path[_0x847e1a(0x1ba)](_0x40c4e7)),0x0;return _0x40f227[_0x847e1a(0x1af)](runNewmanCLI,_0x1c0ce4);}module[a42_0x545e97(0x19a)]=async function(_0x29201d,_0x30a111,_0x327bc6){const _0x3237c6=a42_0x545e97,_0x28f78e={'bWJfs':_0x3237c6(0x1b1),'vMkMj':function(_0x1695e4,_0x57df31){return _0x1695e4===_0x57df31;},'zUUOu':_0x3237c6(0x1ad),'smalv':function(_0x2e739d,_0x67eb4c,_0x3baa6f){return _0x2e739d(_0x67eb4c,_0x3baa6f);},'MLjVF':function(_0x4d4302,_0x29bdee){return _0x4d4302!=_0x29bdee;},'jtYIk':_0x3237c6(0x1f1),'ofXtF':'newman','unSwA':function(_0x491c0a,_0x4d87fb){return _0x491c0a+_0x4d87fb;},'HjtIn':_0x3237c6(0x1ab),'yCaXC':function(_0x485d2d,_0x35893c){return _0x485d2d+_0x35893c;},'oIcvH':_0x3237c6(0x1ef),'jmaoo':function(_0x57068c){return _0x57068c();},'kjfjS':'[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','saNRS':function(_0x2d4a71){return _0x2d4a71();},'wUZHi':function(_0x5e6c7a,_0x5440e5){return _0x5e6c7a(_0x5440e5);},'uLlBa':function(_0x55dfae){return _0x55dfae();},'mJfCG':function(_0x2cf0c7){return _0x2cf0c7();},'TlCMf':_0x3237c6(0x1ec)},_0x1c8b75=_0x30a111[_0x3237c6(0x1d8)](0x1),_0xa621de=_0x1c8b75[0x0]&&_0x1c8b75[0x0][_0x3237c6(0x1d3)](_0x28f78e['bWJfs'])?_0x1c8b75[0x0]:null;if(!_0x327bc6[_0x3237c6(0x1c8)]||_0x28f78e[_0x3237c6(0x1d7)](_0x327bc6[_0x3237c6(0x1c8)][_0x3237c6(0x1dc)],![])||_0x28f78e[_0x3237c6(0x1d7)](_0x327bc6[_0x3237c6(0x1c8)][_0x3237c6(0x1dc)],_0x28f78e['zUUOu'])){process[_0x3237c6(0x1b9)]=await _0x28f78e[_0x3237c6(0x1f0)](runWithoutObservability,_0xa621de,_0x1c8b75)||0x0;return;}process[_0x3237c6(0x196)][_0x3237c6(0x1a8)]=_0x28f78e[_0x3237c6(0x1e1)],process[_0x3237c6(0x196)][_0x3237c6(0x1d9)]=_0x28f78e[_0x3237c6(0x1e1)],process[_0x3237c6(0x196)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x28f78e[_0x3237c6(0x1e6)](_0x327bc6[_0x3237c6(0x1c8)][_0x3237c6(0x1dc)],null)?_0x327bc6[_0x3237c6(0x1c8)][_0x3237c6(0x1dc)]:_0x28f78e[_0x3237c6(0x18a)],CLIUtils[_0x3237c6(0x1c4)](_0x28f78e[_0x3237c6(0x1d0)],_0x28f78e['ofXtF']),BrowserstackCLI['getInstance']()['setBrowserstackConfig'](_0x327bc6['config'],_0x327bc6[_0x3237c6(0x1a9)],_0x327bc6[_0x3237c6(0x1a7)]);try{await BrowserstackCLI[_0x3237c6(0x1cf)]()[_0x3237c6(0x1e7)]();}catch(_0x15ffa1){logger[_0x3237c6(0x1b2)](_0x28f78e['unSwA'](_0x28f78e[_0x3237c6(0x1b0)],_0x15ffa1['message']||_0x15ffa1));}if(!BrowserstackCLI[_0x3237c6(0x1cf)]()[_0x3237c6(0x1fc)]())try{await TestHubHandler[_0x3237c6(0x19b)](FRAMEWORKS['NEWMAN'],_0x327bc6);}catch(_0x466801){logger['error'](_0x28f78e[_0x3237c6(0x1b4)](_0x28f78e[_0x3237c6(0x1e0)],_0x466801[_0x3237c6(0x19f)]||_0x466801));}!_0x28f78e[_0x3237c6(0x1ac)](hasO11yBuild)&&logger['warn'](_0x28f78e[_0x3237c6(0x203)]);_0x28f78e[_0x3237c6(0x1cb)](registerBrowserStackReporter);let _0x325b58;_0xa621de?_0x325b58=await _0x28f78e[_0x3237c6(0x1f0)](runNewmanScript,_0xa621de,_0x327bc6['config'][_0x3237c6(0x1c6)]):_0x325b58=await _0x28f78e[_0x3237c6(0x1d6)](runNewmanCLI,_0x28f78e['wUZHi'](injectReporterIntoArgs,_0x1c8b75));try{await TestHubHandler[_0x3237c6(0x1bd)]();}catch(_0x1c570f){}try{await BrowserstackCLI['getInstance']()[_0x3237c6(0x1bd)]();}catch(_0x1882ea){}try{await RequestQueueHandler[_0x3237c6(0x1cf)]()[_0x3237c6(0x1c3)]();}catch(_0x499f25){}if(_0x28f78e[_0x3237c6(0x1d2)](hasO11yBuild))try{_0x28f78e[_0x3237c6(0x1f9)](printBuildLink);}catch(_0x379af3){}else logger[_0x3237c6(0x1c1)](_0x28f78e[_0x3237c6(0x1dd)]);process[_0x3237c6(0x1b9)]=_0x325b58;};
2
+ 'use strict';function a42_0x379f(){const _0x59524d=['BROWSERSTACK_AUTOMATION','cliConfig','XFFCu','null','owItc','error','path','exitCode','../../helpers/test-observability/constants','XgBSo','Wncty','join','hERXd','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','2060GVFNaT','3071519gJKChg','3310212PpfHuA','.js','../../helpers/test-observability/requestQueueHandler','run','node','weFog','--reporters','endsWith','711260HPFsQX','BROWSERSTACK_TESTHUB_JWT','env','child_process','Hdcni','launchBuild','odGru','sxzNX','WQzML','NEWMAN','JVYUR','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','package.json','resolve','YyPSK','stop','config','_resolveFilename','RnThi','36616nTVzNJ','AaxMe','BWdpZ','failures','slice','hchJJ','JzQcw','eNMtY','CMYsc','newman','bootstrap','xeIRK','GqJEY','CLmqI','EDpFD','winstonLogger','Failed\x20to\x20launch\x20build:\x20','setFrameworkDetail','FygVi','WVdMA','unayk','PlZHz','../../helpers/testhub/testhubHandler','TavCK','module','5TcZiJQ','KauBn','297enUuxn','concat','7566839wHCnIl','testObservability','exports','XyOPS','spCUF','../../helpers/helper','Vvahx','../v2/browserstackCLI','TbPIf','FSyNQ','QmGUq','eAygc','warn','FXVpl','BROWSERSTACK_TEST_OBSERVABILITY_YML','browserstack','message','286382fGRyoz','fdCJX','inherit','setBrowserstackConfig','false','close','gUCwt','adMoA','cZjWh','../../helpers/test-observability/utils','Newman\x20CLI\x20not\x20found:\x20','LZOtf','wyYHZ','uTmvt','OmrZm','tLiWQ','getInstance','call','5fJMExA','reporter','cli,browserstack','cuKTH','PTHHp','kZXkk','configPath','CDirb','length','1647nPGIKi','shutdown','true'];a42_0x379f=function(){return _0x59524d;};return a42_0x379f();}const a42_0x510296=a42_0x100f;(function(_0x48b698,_0x429e01){const _0x21bdfa=a42_0x100f,_0x220cb6=_0x48b698();while(!![]){try{const _0x3cb1b8=parseInt(_0x21bdfa(0x118))/0x1*(parseInt(_0x21bdfa(0x106))/0x2)+-parseInt(_0x21bdfa(0x16a))/0x3*(parseInt(_0x21bdfa(0x132))/0x4)+parseInt(_0x21bdfa(0x168))/0x5*(-parseInt(_0x21bdfa(0x134))/0x6)+parseInt(_0x21bdfa(0x16c))/0x7+-parseInt(_0x21bdfa(0x14f))/0x8*(parseInt(_0x21bdfa(0x121))/0x9)+parseInt(_0x21bdfa(0x13c))/0xa+parseInt(_0x21bdfa(0x133))/0xb;if(_0x3cb1b8===_0x429e01)break;else _0x220cb6['push'](_0x220cb6['shift']());}catch(_0x5e6ae0){_0x220cb6['push'](_0x220cb6['shift']());}}}(a42_0x379f,0xac9c1));const path=require(a42_0x510296(0x12a)),Module=require(a42_0x510296(0x167)),{fork}=require(a42_0x510296(0x13f)),logger=require('../../helpers/logger')[a42_0x510296(0x15e)],helper=require(a42_0x510296(0x171)),TestHubHandler=require(a42_0x510296(0x165)),RequestQueueHandler=require(a42_0x510296(0x136)),{FRAMEWORKS}=require(a42_0x510296(0x12c)),{printBuildLink}=require(a42_0x510296(0x10f)),BrowserstackCLI=require(a42_0x510296(0x173)),CLIUtils=require('../v2/cliUtils');function registerBrowserStackReporter(){const _0x42cc6e=a42_0x510296,_0x428bf8={};_0x428bf8[_0x42cc6e(0x14a)]=function(_0xad79bb,_0xda8034){return _0xad79bb===_0xda8034;},_0x428bf8['WVdMA']='newman-reporter-browserstack',_0x428bf8[_0x42cc6e(0x164)]=_0x42cc6e(0x119),_0x428bf8[_0x42cc6e(0x113)]='index.js';const _0x1b9659=_0x428bf8,_0x1f48e2=path['join'](__dirname,_0x1b9659[_0x42cc6e(0x164)],_0x1b9659['uTmvt']),_0xa0f10=Module[_0x42cc6e(0x14d)];Module[_0x42cc6e(0x14d)]=function(_0x365d4e,_0x5b1787,_0x2dac05,_0x5bcf1b){const _0x4572b3=_0x42cc6e;if(_0x1b9659[_0x4572b3(0x14a)](_0x365d4e,_0x1b9659[_0x4572b3(0x162)]))return _0x1f48e2;return _0xa0f10[_0x4572b3(0x117)](this,_0x365d4e,_0x5b1787,_0x2dac05,_0x5bcf1b);};}function injectReporterIntoArgs(_0xbc4a5c){const _0x40cc40=a42_0x510296,_0x56c485={};_0x56c485[_0x40cc40(0x11f)]=function(_0x53e365,_0xe2012f){return _0x53e365<_0xe2012f;},_0x56c485[_0x40cc40(0x15c)]=function(_0x1db6f6,_0x21c5a8){return _0x1db6f6===_0x21c5a8;},_0x56c485['LZOtf']=_0x40cc40(0x13a),_0x56c485['TavCK']=function(_0x52e32b,_0x2d2d01){return _0x52e32b+_0x2d2d01;},_0x56c485[_0x40cc40(0x12e)]=function(_0xbe8a64,_0x26fcfc){return _0xbe8a64+_0x26fcfc;},_0x56c485['weFog']=_0x40cc40(0x104),_0x56c485[_0x40cc40(0x114)]=',browserstack',_0x56c485[_0x40cc40(0x11c)]=_0x40cc40(0x11a);const _0x218dcc=_0x56c485,_0x1c64da=_0xbc4a5c['slice']();for(let _0x2bdf6c=0x0;_0x218dcc['CDirb'](_0x2bdf6c,_0x1c64da[_0x40cc40(0x120)]);_0x2bdf6c++){if(_0x218dcc[_0x40cc40(0x15c)](_0x1c64da[_0x2bdf6c],'-r')||_0x218dcc[_0x40cc40(0x15c)](_0x1c64da[_0x2bdf6c],_0x218dcc[_0x40cc40(0x111)]))return _0x1c64da[_0x218dcc[_0x40cc40(0x166)](_0x2bdf6c,0x1)]&&_0x218dcc[_0x40cc40(0x15c)](_0x1c64da[_0x218dcc[_0x40cc40(0x12e)](_0x2bdf6c,0x1)]['indexOf'](_0x218dcc[_0x40cc40(0x139)]),-0x1)&&(_0x1c64da[_0x218dcc[_0x40cc40(0x166)](_0x2bdf6c,0x1)]+=_0x218dcc['OmrZm']),_0x1c64da;}return _0x1c64da['push']('-r',_0x218dcc[_0x40cc40(0x11c)]),_0x1c64da;}function runNewmanCLI(_0x1984ea){const _0x3ed829=a42_0x510296,_0x4f43c2={'EDpFD':function(_0x26ceda,_0x355ccb){return _0x26ceda>_0x355ccb;},'hchJJ':function(_0x1fb198,_0x443975){return _0x1fb198(_0x443975);},'kZXkk':function(_0x58a9df,_0x364897,_0x36896a){return _0x58a9df(_0x364897,_0x36896a);},'spCUF':_0x3ed829(0x158),'VQcDh':_0x3ed829(0x131),'hERXd':function(_0x43ceb3,_0x550770){return _0x43ceb3(_0x550770);},'xeHvm':function(_0x129547,_0x1efdbe){return _0x129547(_0x1efdbe);},'AaxMe':_0x3ed829(0x167),'Hdcni':_0x3ed829(0x148),'odGru':function(_0x54ec6d,_0x136d8c){return _0x54ec6d(_0x136d8c);},'XgBSo':'newman/bin/newman','zTCoS':_0x3ed829(0x138),'XFFCu':function(_0x305fde,_0x227e9f){return _0x305fde+_0x227e9f;},'Vvahx':_0x3ed829(0x110),'cZjWh':function(_0x31cb6a,_0x5b760e){return _0x31cb6a(_0x5b760e);}};return new Promise(_0x1178b6=>{const _0x463c26=_0x3ed829;let _0x4c68aa;try{_0x4c68aa=helper['requireModule'](_0x4f43c2['spCUF'],_0x4f43c2[_0x463c26(0x170)]);}catch(_0x2bd8a6){return logger[_0x463c26(0x129)](_0x4f43c2['VQcDh']),_0x4f43c2[_0x463c26(0x130)](_0x1178b6,0x1);}const _0x2d6752=_0x4c68aa['run'];_0x4c68aa[_0x463c26(0x137)]=function(_0x1e3672,_0x3d9030){const _0x193589=_0x463c26,_0x1f6a53={'wyYHZ':function(_0x210598,_0x1ed3d0){const _0x996292=a42_0x100f;return _0x4f43c2[_0x996292(0x15d)](_0x210598,_0x1ed3d0);},'gUCwt':function(_0x101268,_0x472c06){const _0x203cbf=a42_0x100f;return _0x4f43c2[_0x203cbf(0x154)](_0x101268,_0x472c06);},'xeIRK':function(_0x2d5b79,_0x5cabe5,_0x40fc65){const _0x517656=a42_0x100f;return _0x4f43c2[_0x517656(0x11d)](_0x2d5b79,_0x5cabe5,_0x40fc65);}};return _0x4c68aa[_0x193589(0x137)]=_0x2d6752,_0x2d6752[_0x193589(0x117)](_0x4c68aa,_0x1e3672,(_0x25eab0,_0x303e48)=>{const _0x5f5463=_0x193589,_0x14a717=_0x303e48&&_0x303e48[_0x5f5463(0x137)]&&(_0x303e48[_0x5f5463(0x137)]['error']||_0x303e48[_0x5f5463(0x137)][_0x5f5463(0x152)]&&_0x1f6a53[_0x5f5463(0x112)](_0x303e48['run'][_0x5f5463(0x152)]['length'],0x0));_0x1f6a53[_0x5f5463(0x10c)](_0x1178b6,_0x14a717?0x1:0x0),_0x3d9030&&_0x1f6a53[_0x5f5463(0x15a)](_0x3d9030,_0x25eab0,_0x303e48);});};try{const _0x4e0d69=_0x4f43c2['xeHvm'](require,_0x4f43c2[_0x463c26(0x150)])['createRequire'](path[_0x463c26(0x12f)](process['cwd'](),_0x4f43c2[_0x463c26(0x140)]));_0x4f43c2[_0x463c26(0x142)](_0x4e0d69,_0x4f43c2[_0x463c26(0x12d)])([_0x4f43c2['zTCoS'],_0x4f43c2[_0x463c26(0x170)]][_0x463c26(0x16b)](_0x1984ea));}catch(_0x975e0d){_0x4c68aa[_0x463c26(0x137)]=_0x2d6752,logger[_0x463c26(0x129)](_0x4f43c2[_0x463c26(0x126)](_0x4f43c2[_0x463c26(0x172)],_0x975e0d[_0x463c26(0x105)])),_0x4f43c2[_0x463c26(0x10e)](_0x1178b6,0x1);}});}function runNewmanScript(_0x402a30,_0x407d83){const _0x46166b=a42_0x510296,_0x2ebecd={'KauBn':function(_0x331a1c,_0x2e8c71){return _0x331a1c(_0x2e8c71);},'RnThi':function(_0xb3f55b,_0x56fd61){return _0xb3f55b||_0x56fd61;},'GqJEY':function(_0x9e8887,_0x13803b,_0x5bcf53,_0x492414){return _0x9e8887(_0x13803b,_0x5bcf53,_0x492414);},'FSyNQ':'scriptRunner.js','sxzNX':function(_0x5b7248,_0x54a07b){return _0x5b7248(_0x54a07b);},'BNgzE':function(_0x4de364,_0x4426e5){return _0x4de364||_0x4426e5;},'qKiXZ':_0x46166b(0x108),'unayk':_0x46166b(0x10b)};return new Promise(function(_0x434577){const _0x539aca=_0x46166b,_0x520d22=_0x2ebecd[_0x539aca(0x15b)](fork,path[_0x539aca(0x12f)](__dirname,_0x2ebecd[_0x539aca(0x175)]),[_0x402a30,_0x2ebecd[_0x539aca(0x143)](String,_0x2ebecd['BNgzE'](_0x407d83,0x0))],{'stdio':_0x2ebecd['qKiXZ'],'env':Object['assign']({},process['env'])});_0x520d22['on'](_0x2ebecd[_0x539aca(0x163)],function(_0x58c2cb){const _0x28ecc2=_0x539aca;_0x2ebecd[_0x28ecc2(0x169)](_0x434577,_0x2ebecd[_0x28ecc2(0x14e)](_0x58c2cb,0x0));});});}function a42_0x100f(_0x48e879,_0x55f600){const _0x379fc8=a42_0x379f();return a42_0x100f=function(_0x100f34,_0x65dc5b){_0x100f34=_0x100f34-0x102;let _0x391614=_0x379fc8[_0x100f34];return _0x391614;},a42_0x100f(_0x48e879,_0x55f600);}function hasO11yBuild(){const _0x4c58c2=a42_0x510296,_0x124538={};_0x124538[_0x4c58c2(0x16f)]=function(_0x1bc4ee,_0x4058f5){return _0x1bc4ee!==_0x4058f5;},_0x124538[_0x4c58c2(0x161)]=_0x4c58c2(0x127);const _0x4810f7=_0x124538;return!!(BrowserstackCLI['O11yHashedID']||process[_0x4c58c2(0x13e)][_0x4c58c2(0x13d)]&&_0x4810f7['XyOPS'](process[_0x4c58c2(0x13e)][_0x4c58c2(0x13d)],_0x4810f7[_0x4c58c2(0x161)]));}function runWithoutObservability(_0x1ff979,_0xd83034){const _0x5a8b21=a42_0x510296,_0x1a3ab3={'FXVpl':function(_0x36b0b3,_0x9f753){return _0x36b0b3(_0x9f753);},'owItc':function(_0x20f0ef,_0x481f51){return _0x20f0ef(_0x481f51);}};if(_0x1ff979)return _0x1a3ab3[_0x5a8b21(0x102)](require,path[_0x5a8b21(0x149)](_0x1ff979)),0x0;return _0x1a3ab3[_0x5a8b21(0x128)](runNewmanCLI,_0xd83034);}module[a42_0x510296(0x16e)]=async function(_0x25adc3,_0x561828,_0x4bf7a6){const _0x1b948b=a42_0x510296,_0x16588e={'WQzML':_0x1b948b(0x135),'TbPIf':function(_0x3f23fa,_0x710739){return _0x3f23fa===_0x710739;},'JVYUR':_0x1b948b(0x10a),'iqPSD':function(_0x5eac05,_0x199736,_0x44b492){return _0x5eac05(_0x199736,_0x44b492);},'eAygc':function(_0x217f3d,_0x53eae5){return _0x217f3d!=_0x53eae5;},'BWdpZ':_0x1b948b(0x123),'fdCJX':_0x1b948b(0x158),'CMYsc':function(_0x53b7e3,_0x36617a){return _0x53b7e3+_0x36617a;},'eNMtY':'Failed\x20to\x20bootstrap\x20CLI:\x20','QmGUq':_0x1b948b(0x15f),'adMoA':function(_0xfea912){return _0xfea912();},'qpOwg':'[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','tLiWQ':function(_0x5de1f5,_0x4e4f13){return _0x5de1f5(_0x4e4f13);},'JzQcw':function(_0x2b2354){return _0x2b2354();},'cuKTH':_0x1b948b(0x147)},_0x5ad815=_0x561828[_0x1b948b(0x153)](0x1),_0x2a0120=_0x5ad815[0x0]&&_0x5ad815[0x0][_0x1b948b(0x13b)](_0x16588e[_0x1b948b(0x144)])?_0x5ad815[0x0]:null;if(!_0x4bf7a6['config']||_0x16588e[_0x1b948b(0x174)](_0x4bf7a6['config'][_0x1b948b(0x16d)],![])||_0x16588e[_0x1b948b(0x174)](_0x4bf7a6['config'][_0x1b948b(0x16d)],_0x16588e[_0x1b948b(0x146)])){process[_0x1b948b(0x12b)]=await _0x16588e['iqPSD'](runWithoutObservability,_0x2a0120,_0x5ad815)||0x0;return;}process['env'][_0x1b948b(0x124)]=_0x16588e[_0x1b948b(0x146)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x16588e[_0x1b948b(0x146)],process[_0x1b948b(0x13e)][_0x1b948b(0x103)]=_0x16588e[_0x1b948b(0x177)](_0x4bf7a6['config'][_0x1b948b(0x16d)],null)?_0x4bf7a6[_0x1b948b(0x14c)][_0x1b948b(0x16d)]:_0x16588e[_0x1b948b(0x151)],CLIUtils[_0x1b948b(0x160)](_0x16588e['fdCJX'],_0x16588e[_0x1b948b(0x107)]),BrowserstackCLI['getInstance']()[_0x1b948b(0x109)](_0x4bf7a6[_0x1b948b(0x14c)],_0x4bf7a6[_0x1b948b(0x11e)],_0x4bf7a6[_0x1b948b(0x125)]);try{await BrowserstackCLI['getInstance']()[_0x1b948b(0x159)]();}catch(_0x538e38){logger[_0x1b948b(0x129)](_0x16588e[_0x1b948b(0x157)](_0x16588e[_0x1b948b(0x156)],_0x538e38['message']||_0x538e38));}if(!BrowserstackCLI[_0x1b948b(0x116)]()['isRunning']())try{await TestHubHandler[_0x1b948b(0x141)](FRAMEWORKS[_0x1b948b(0x145)],_0x4bf7a6);}catch(_0x442b07){logger[_0x1b948b(0x129)](_0x16588e[_0x1b948b(0x157)](_0x16588e[_0x1b948b(0x176)],_0x442b07[_0x1b948b(0x105)]||_0x442b07));}!_0x16588e[_0x1b948b(0x10d)](hasO11yBuild)&&logger['warn'](_0x16588e['qpOwg']);_0x16588e[_0x1b948b(0x10d)](registerBrowserStackReporter);let _0x4c878f;_0x2a0120?_0x4c878f=await _0x16588e['iqPSD'](runNewmanScript,_0x2a0120,_0x4bf7a6[_0x1b948b(0x14c)]['parallelsPerPlatform']):_0x4c878f=await _0x16588e[_0x1b948b(0x115)](runNewmanCLI,_0x16588e[_0x1b948b(0x115)](injectReporterIntoArgs,_0x5ad815));try{await TestHubHandler[_0x1b948b(0x14b)]();}catch(_0x24354b){}try{await BrowserstackCLI[_0x1b948b(0x116)]()[_0x1b948b(0x14b)]();}catch(_0x2d6d2b){}try{await RequestQueueHandler[_0x1b948b(0x116)]()[_0x1b948b(0x122)]();}catch(_0x16d883){}if(_0x16588e['adMoA'](hasO11yBuild))try{_0x16588e[_0x1b948b(0x155)](printBuildLink);}catch(_0x305100){}else logger[_0x1b948b(0x178)](_0x16588e[_0x1b948b(0x11b)]);process[_0x1b948b(0x12b)]=_0x4c878f;};
@@ -1 +1 @@
1
- const a43_0x2ce51f=a43_0x3533;function a43_0x36fc(){const _0x4d8216=['1jNPgfi','1975617UUyweL','3527300QmcbZU','isNewman','env','5419456LVhbCN','exports','12DORoxt','14663kihZHA','framework','newman','KgiiY','WfEXD','STmtC','vPKOt','14860BQJLKl','816027rUaGvP','2398564NudZAk','4pTiSec','7211813hpeiyp','BROWSERSTACK_FRAMEWORK','toLowerCase'];a43_0x36fc=function(){return _0x4d8216;};return a43_0x36fc();}(function(_0xaeee83,_0x2202db){const _0x4592e4=a43_0x3533,_0xd560d7=_0xaeee83();while(!![]){try{const _0x23bb36=parseInt(_0x4592e4(0x17f))/0x1*(parseInt(_0x4592e4(0x190))/0x2)+-parseInt(_0x4592e4(0x18f))/0x3*(-parseInt(_0x4592e4(0x191))/0x4)+-parseInt(_0x4592e4(0x181))/0x5*(-parseInt(_0x4592e4(0x186))/0x6)+-parseInt(_0x4592e4(0x17c))/0x7+parseInt(_0x4592e4(0x184))/0x8+parseInt(_0x4592e4(0x180))/0x9+parseInt(_0x4592e4(0x18e))/0xa*(-parseInt(_0x4592e4(0x187))/0xb);if(_0x23bb36===_0x2202db)break;else _0xd560d7['push'](_0xd560d7['shift']());}catch(_0x10c522){_0xd560d7['push'](_0xd560d7['shift']());}}}(a43_0x36fc,0xbb83b));function a43_0x3533(_0x5b68eb,_0x5ae0cd){const _0x36fcbb=a43_0x36fc();return a43_0x3533=function(_0x3533c8,_0x32a82a){_0x3533c8=_0x3533c8-0x17c;let _0x56d441=_0x36fcbb[_0x3533c8];return _0x56d441;},a43_0x3533(_0x5b68eb,_0x5ae0cd);}function isNewman(_0x49a396){const _0x34690b=a43_0x3533,_0x1a5ecd={'WfEXD':function(_0x180758,_0x2afef4){return _0x180758===_0x2afef4;},'STmtC':_0x34690b(0x189),'vPKOt':function(_0x32d621,_0x1aaaf2){return _0x32d621===_0x1aaaf2;},'yGOfE':function(_0x16ac45,_0x37b5ad){return _0x16ac45(_0x37b5ad);},'KgiiY':function(_0x1f75d6,_0x1b3849){return _0x1f75d6||_0x1b3849;}},_0x42be92=process[_0x34690b(0x183)][_0x34690b(0x17d)]||'';let _0x136963='';_0x49a396&&_0x49a396['framework']&&(_0x136963=_0x49a396[_0x34690b(0x188)]);const _0x3122e3=_0x1a5ecd[_0x34690b(0x18b)](_0x42be92[_0x34690b(0x17e)](),_0x1a5ecd['STmtC']),_0x123fbc=_0x1a5ecd[_0x34690b(0x18d)](_0x1a5ecd['yGOfE'](String,_0x136963)[_0x34690b(0x17e)](),_0x1a5ecd[_0x34690b(0x18c)]);return _0x1a5ecd[_0x34690b(0x18a)](_0x3122e3,_0x123fbc);};const a43_0x5cef7e={};a43_0x5cef7e[a43_0x2ce51f(0x182)]=isNewman,module[a43_0x2ce51f(0x185)]=a43_0x5cef7e;
1
+ const a43_0x6b008b=a43_0x50c5;(function(_0x44885a,_0x43a497){const _0x5c6d16=a43_0x50c5,_0x5fecc5=_0x44885a();while(!![]){try{const _0x2e30ce=-parseInt(_0x5c6d16(0x1b9))/0x1+parseInt(_0x5c6d16(0x1b1))/0x2*(-parseInt(_0x5c6d16(0x1c1))/0x3)+parseInt(_0x5c6d16(0x1bc))/0x4+parseInt(_0x5c6d16(0x1b3))/0x5*(-parseInt(_0x5c6d16(0x1c2))/0x6)+-parseInt(_0x5c6d16(0x1b7))/0x7*(parseInt(_0x5c6d16(0x1c0))/0x8)+parseInt(_0x5c6d16(0x1b6))/0x9*(-parseInt(_0x5c6d16(0x1c3))/0xa)+parseInt(_0x5c6d16(0x1ba))/0xb*(parseInt(_0x5c6d16(0x1b0))/0xc);if(_0x2e30ce===_0x43a497)break;else _0x5fecc5['push'](_0x5fecc5['shift']());}catch(_0x91ae79){_0x5fecc5['push'](_0x5fecc5['shift']());}}}(a43_0x48ca,0xa9c0e));function isNewman(_0x5a518d){const _0x442e1d=a43_0x50c5,_0x40459e={'yDUXL':function(_0x34c1cc,_0x3b4854){return _0x34c1cc===_0x3b4854;},'GYEGn':_0x442e1d(0x1ae),'wuITh':function(_0x3141e6,_0x29ea02){return _0x3141e6(_0x29ea02);},'thDKY':function(_0x3df2da,_0x14b0f7){return _0x3df2da||_0x14b0f7;}},_0xdd4f6f=process[_0x442e1d(0x1ad)][_0x442e1d(0x1bf)]||'';let _0x80c844='';_0x5a518d&&_0x5a518d['framework']&&(_0x80c844=_0x5a518d[_0x442e1d(0x1b2)]);const _0x404b05=_0x40459e[_0x442e1d(0x1af)](_0xdd4f6f[_0x442e1d(0x1be)](),_0x40459e[_0x442e1d(0x1b5)]),_0x195613=_0x40459e['yDUXL'](_0x40459e[_0x442e1d(0x1b4)](String,_0x80c844)[_0x442e1d(0x1be)](),_0x40459e[_0x442e1d(0x1b5)]);return _0x40459e[_0x442e1d(0x1bb)](_0x404b05,_0x195613);};function a43_0x50c5(_0x467d5c,_0x44c5b4){const _0x48ca6a=a43_0x48ca();return a43_0x50c5=function(_0x50c515,_0x4d2113){_0x50c515=_0x50c515-0x1ad;let _0x5def79=_0x48ca6a[_0x50c515];return _0x5def79;},a43_0x50c5(_0x467d5c,_0x44c5b4);}const a43_0x9134c1={};a43_0x9134c1[a43_0x6b008b(0x1b8)]=isNewman,module[a43_0x6b008b(0x1bd)]=a43_0x9134c1;function a43_0x48ca(){const _0x24504d=['wuITh','GYEGn','5049dLJXAG','1453711OdlWcd','isNewman','1243898XWrmdp','11eKQWpL','thDKY','5046524ZkWfuZ','exports','toLowerCase','BROWSERSTACK_FRAMEWORK','16FnkJqW','757899XiKPqq','6lnHlcQ','2230dREyFf','env','newman','yDUXL','24482988Shvjvs','4bmrOpa','framework','1584785EDoPXO'];a43_0x48ca=function(){return _0x24504d;};return a43_0x48ca();}
@@ -1 +1 @@
1
- 'use strict';const a44_0x28ce0d=a44_0x55b4;(function(_0x4d466d,_0x52fad9){const _0x5c640a=a44_0x55b4,_0x963bc4=_0x4d466d();while(!![]){try{const _0x35f077=parseInt(_0x5c640a(0x265))/0x1+-parseInt(_0x5c640a(0x286))/0x2+parseInt(_0x5c640a(0x290))/0x3+parseInt(_0x5c640a(0x238))/0x4*(-parseInt(_0x5c640a(0x23b))/0x5)+parseInt(_0x5c640a(0x1e3))/0x6+-parseInt(_0x5c640a(0x1c5))/0x7*(parseInt(_0x5c640a(0x20f))/0x8)+parseInt(_0x5c640a(0x1f7))/0x9;if(_0x35f077===_0x52fad9)break;else _0x963bc4['push'](_0x963bc4['shift']());}catch(_0x43e471){_0x963bc4['push'](_0x963bc4['shift']());}}}(a44_0x1e92,0x2b504));const path=require(a44_0x28ce0d(0x293)),{v4:uuidv4}=require(a44_0x28ce0d(0x223)),SessionHandler=require(a44_0x28ce0d(0x1ab)),{debug}=require('../../../helpers/test-observability/utils'),logger=require(a44_0x28ce0d(0x23a))[a44_0x28ce0d(0x270)],BrowserstackCLI=require(a44_0x28ce0d(0x1d3)),GrpcClient=require(a44_0x28ce0d(0x279)),TestFrameworkState=require(a44_0x28ce0d(0x1e8)),HookState=require(a44_0x28ce0d(0x1ea)),LOG_LEVELS=[a44_0x28ce0d(0x23d),a44_0x28ce0d(0x294),a44_0x28ce0d(0x231),a44_0x28ce0d(0x1f0),'TRACE'];function isCLIRunning(){const _0x5ee2be=a44_0x28ce0d;try{return BrowserstackCLI[_0x5ee2be(0x1ad)]()[_0x5ee2be(0x210)]();}catch(_0x8afdda){return![];}}function a44_0x1e92(){const _0x41ecaf=['RkZIa','ogBPN','CCWZy','WOYDt','err','FBYlS','push','message','duiEq','XHLYe','failureReason','FuGXt','timestamp','dshmW','WdzXi','[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json','[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','newman','HvCGY','18792GFoegG','isRunning','GbPib','itemName','cursor','sZNdz','failure','HKUbY','hubLc','UnhandledError','jmuuA','TestRunFinished','QQBtd','[Newman\x20Reporter]\x20emitLog\x20error:\x20','YMKbU','No\x20HTTP\x20response\x20received','level','HMTqP','zMteo','length','uuid','method','concat','TYtOE','forEach','collectionName','httpLog','viTtZ','miIxz','getTestFramework','assertion','uuobn','TpqjL','PRpux','ERROR','AssertionError','ITbeT','status_code','bs:addLog:','collectionPath','cPzAu','228428THMNew','[Newman\x20Reporter]\x20Error\x20in\x20request:\x20','../../../helpers/logger','10PmJJIn','mUdpA','INFO','qaeuU','IOguV','result','relative','failureType','kind','WnoTJ','pdbmR','TEST','indexOf','resolve','SNhQc','VstWV','http','OWVYW','Hirmv','aesDR','vzYeM','url','removeListener','toString','ms)','beforeItem','SYwAE','BoQpe','listen','startsWith','BtLOF','failure_reason_expanded','KwsOD','BtcHQ','lmHPh','lDdWx','get','cwd','iKNQW','yLkJa','collection','UztUI','51869uTOWDB','includes','txIxO','UjhYK','item','RYHWT','finishedAt','riXFH','search','uploadEventData','TestRunStarted','winstonLogger','execution','argv','\x20—\x20response\x20status\x20in\x20failure\x20range','startedAt','zBNoj','testFrameworkState','now','beforeIteration','../../v2/grpcClient','EJhWS','event_type','collection.json','http://','bufferedLogs','HshWw','messages','BYULD','testFrameworkName','mdMyk','pathname','set','219810yGaiGH','oVkup','hostname','scopes','[Newman\x20Reporter]\x20emitTest\x20error:\x20','host','logCreatedEvent','N/A','toUpperCase','AOkUB','71916wxFUsp','GET','MBzDh','path','WARN','stack','PvMSU','oudem','WLgtJ','event','HTTP','../../../helpers/test-observability/sessionHandler','PRE','getInstance','byxGS','fOAkp','kIOua','expanded','object','Script\x20error\x20(','TEST_LOG','ref','[Newman\x20Reporter]\x20Error\x20in\x20console:\x20','BdiCI','assertions','sjNcY','parent','cnaXR','failed','join','LCoMO','request','bijsU','HTTP\x20','duration_ms','dYeVL','headers','427lYZSbn','ssuLU','response','backtrace','WsGQp','[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20','slice','PfnxI','YcQLs','http_response','rDRFP','MhNmr','SoFwH','tHFUt','../../v2/browserstackCLI','[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20','GFkYL','toISOString','):\x20','xRRld','code','cldfn','test_run','testFrameworkVersion','\x20->\x20','delete','BviAx','console','eLDzC','failure_backtrace','207576iPktQR','passed','WBiBq','\x20(HTTP\x20','lastResponseCode','../../v2/state/testFrameworkState','identifier','../../v2/state/hookState','vnhTY','\x20(no\x20assertions)','OHnCe','[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','rICsG','DEBUG','info','name','erTpF','apply','split','bOSpF','3909447MBhYpw','ikckb','mWIlB','EwTDE','iebdZ'];a44_0x1e92=function(){return _0x41ecaf;};return a44_0x1e92();}function getParentTitles(_0x4982ea){const _0x2ae311=a44_0x28ce0d,_0x182e40={'vnhTY':function(_0x2424ba,_0x1ee997){return _0x2424ba(_0x1ee997);}},_0x574c60=[],_0x4277ac=_0x4982ea[_0x2ae311(0x1ba)]();return _0x4277ac&&_0x574c60[_0x2ae311(0x202)][_0x2ae311(0x1f4)](_0x574c60,_0x182e40[_0x2ae311(0x1eb)](getParentTitles,_0x4277ac)),_0x4982ea[_0x2ae311(0x1f2)]&&_0x574c60[_0x2ae311(0x202)](_0x182e40[_0x2ae311(0x1eb)](String,_0x4982ea[_0x2ae311(0x1f2)])),_0x574c60;}function normalizeLogLevel(_0x16b257){const _0x19fb8d=a44_0x28ce0d,_0x2d9f8d={};_0x2d9f8d['WBiBq']='INFO',_0x2d9f8d[_0x19fb8d(0x292)]=function(_0x364f30,_0x2bd8ce){return _0x364f30!==_0x2bd8ce;};const _0x3d5ebf=_0x2d9f8d;if(!_0x16b257)return _0x3d5ebf[_0x19fb8d(0x1e5)];const _0x151562=_0x16b257[_0x19fb8d(0x28e)]();return _0x3d5ebf['MBzDh'](LOG_LEVELS['indexOf'](_0x151562),-0x1)?_0x151562:_0x3d5ebf[_0x19fb8d(0x1e5)];}function resolveCollectionFile(_0x5841de,_0x21ccbd){const _0x376e10=a44_0x28ce0d,_0x4431b6={};_0x4431b6[_0x376e10(0x275)]=function(_0x318d0e,_0x34eddd){return _0x318d0e===_0x34eddd;},_0x4431b6[_0x376e10(0x1af)]='string',_0x4431b6[_0x376e10(0x226)]='run',_0x4431b6[_0x376e10(0x233)]=function(_0xc0d291,_0x2b6748){return _0xc0d291!==_0x2b6748;},_0x4431b6[_0x376e10(0x24d)]=function(_0x2cc4c1,_0x22a0ea){return _0x2cc4c1<_0x22a0ea;},_0x4431b6[_0x376e10(0x22b)]=function(_0x49dd95,_0x420937){return _0x49dd95+_0x420937;},_0x4431b6[_0x376e10(0x1f9)]=function(_0x117507,_0x29c6d1){return _0x117507+_0x29c6d1;},_0x4431b6[_0x376e10(0x205)]=_0x376e10(0x20b),_0x4431b6[_0x376e10(0x20e)]=_0x376e10(0x27c);const _0x330643=_0x4431b6;try{if(_0x21ccbd&&_0x21ccbd[_0x376e10(0x236)])return path[_0x376e10(0x241)](process[_0x376e10(0x260)](),path['resolve'](_0x21ccbd[_0x376e10(0x236)]));const _0x38d31c=_0x5841de[_0x376e10(0x263)];if(_0x330643[_0x376e10(0x275)](typeof _0x38d31c,_0x330643[_0x376e10(0x1af)]))return path[_0x376e10(0x241)](process[_0x376e10(0x260)](),path['resolve'](_0x38d31c));const _0x2b3206=process[_0x376e10(0x272)][_0x376e10(0x247)](_0x330643[_0x376e10(0x226)]);if(_0x330643['ITbeT'](_0x2b3206,-0x1)&&_0x330643[_0x376e10(0x24d)](_0x330643['miIxz'](_0x2b3206,0x1),process[_0x376e10(0x272)][_0x376e10(0x222)])){const _0x397e1a=process['argv'][_0x330643[_0x376e10(0x1f9)](_0x2b3206,0x1)];if(_0x397e1a&&!_0x397e1a[_0x376e10(0x258)]('-'))return path[_0x376e10(0x241)](process[_0x376e10(0x260)](),path['resolve'](_0x397e1a));}}catch(_0x1155be){}return logger['info'](_0x330643[_0x376e10(0x205)]),_0x330643[_0x376e10(0x20e)];}function resolveCollectionName(_0x2fa294){const _0x30b44f=a44_0x28ce0d,_0x139b59={};_0x139b59['CCWZy']=function(_0x74f47a,_0x5952dc){return _0x74f47a===_0x5952dc;},_0x139b59[_0x30b44f(0x23c)]=_0x30b44f(0x1b2);const _0x63a332=_0x139b59;try{const _0x3b0287=_0x2fa294['collection'];if(_0x3b0287&&_0x63a332[_0x30b44f(0x1fe)](typeof _0x3b0287,_0x63a332[_0x30b44f(0x23c)]))return _0x3b0287['name']||_0x3b0287[_0x30b44f(0x1f1)]&&_0x3b0287[_0x30b44f(0x1f1)][_0x30b44f(0x1f2)]||null;}catch(_0x2dae43){}return null;}function emitTest(_0x1d5e70,_0x3ed50b,_0x4bf6f7,_0x58aabf,_0x3e2deb){const _0x15812e=a44_0x28ce0d,_0xe085d4={'hubLc':function(_0x3af4be){return _0x3af4be();},'VstWV':'pending','yimpq':function(_0x11c7c2,_0x2609cf){return _0x11c7c2(_0x2609cf);},'LUDyT':_0x15812e(0x20d),'txIxO':'javascript','PRpux':function(_0x59afe3,_0x4716c5){return _0x59afe3!=_0x4716c5;},'vzYeM':function(_0x20dcd9,_0x40d777){return _0x20dcd9===_0x40d777;},'FuGXt':_0x15812e(0x26f),'BYULD':_0x15812e(0x21a)};if(_0xe085d4[_0x15812e(0x217)](isCLIRunning))try{const _0x2a3755=BrowserstackCLI[_0x15812e(0x1ad)]()[_0x15812e(0x22c)]();if(!_0x2a3755)return;_0x2a3755['trackEvent'](TestFrameworkState[_0x15812e(0x246)],_0x1d5e70,{'test':{'uuid':_0x3ed50b['uuid'],'name':_0x3ed50b[_0x15812e(0x1f2)],'scopes':_0x4bf6f7[_0x15812e(0x289)],'scope':_0x4bf6f7[_0x15812e(0x289)][_0x15812e(0x1bd)]('\x20'),'file_path':_0x58aabf,'location':_0x4bf6f7['collectionName'],'started_at':_0x4bf6f7['startedAt'],'finished_at':_0x3e2deb[_0x15812e(0x26b)]||null,'result':_0x3e2deb[_0x15812e(0x240)]||_0xe085d4[_0x15812e(0x24a)],'failure':_0x3e2deb['failure']||[],'failure_type':_0x3e2deb[_0x15812e(0x242)]||null,'failure_reason':_0x3e2deb[_0x15812e(0x206)]||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0x90617f){_0xe085d4['yimpq'](debug,_0x15812e(0x28a)+_0x90617f);}else{const _0x556813={'uuid':_0x3ed50b['uuid'],'name':_0x3ed50b[_0x15812e(0x1f2)],'framework':_0xe085d4['LUDyT'],'body':{'lang':_0xe085d4[_0x15812e(0x267)],'code':null},'scope':_0x4bf6f7[_0x15812e(0x289)][_0x15812e(0x1bd)]('\x20'),'scopes':_0x4bf6f7[_0x15812e(0x289)],'identifier':_0x3ed50b[_0x15812e(0x1e9)],'file_name':_0x4bf6f7[_0x15812e(0x228)],'vc_filepath':_0x4bf6f7['location'],'location':_0x4bf6f7['location'],'started_at':_0x4bf6f7[_0x15812e(0x274)],'finished_at':_0x3e2deb[_0x15812e(0x26b)]||null,'duration_in_ms':_0xe085d4[_0x15812e(0x230)](_0x3e2deb['durationMs'],null)?Math['max'](0x0,_0x3e2deb['durationMs']):null,'result':_0x3e2deb[_0x15812e(0x240)]||_0xe085d4[_0x15812e(0x24a)],'failure_reason':_0x3e2deb['failureReason']||null,'failure_type':_0x3e2deb[_0x15812e(0x242)]||null,'failure':_0x3e2deb[_0x15812e(0x215)]||[],'retry_of':null,'hooks':[]};_0x556813[_0x15812e(0x215)][0x0]&&(_0x556813[_0x15812e(0x1e2)]=_0x556813['failure'][0x0][_0x15812e(0x1c8)],_0x556813[_0x15812e(0x25a)]=_0x556813[_0x15812e(0x215)][0x0][_0x15812e(0x1b1)]);const _0x29abe2=_0xe085d4[_0x15812e(0x24f)](_0x1d5e70,HookState[_0x15812e(0x1ac)])?_0xe085d4[_0x15812e(0x207)]:_0xe085d4[_0x15812e(0x281)],_0x41d0e8={};_0x41d0e8[_0x15812e(0x27b)]=_0x29abe2,_0x41d0e8[_0x15812e(0x1db)]=_0x556813,SessionHandler['uploadEventData'](_0x41d0e8);}}function emitLog(_0x356aab,_0xe8ad3a){const _0x4e25e1=a44_0x28ce0d,_0x1e6696={'HkKep':'TEST_LOG','BSFrv':function(_0x2a84b6){return _0x2a84b6();},'OHnCe':function(_0x37ae90,_0x66d646){return _0x37ae90===_0x66d646;},'EwTDE':_0x4e25e1(0x1aa),'lDdWx':_0x4e25e1(0x20d),'bYKfE':'TEST','WnoTJ':'INFO','OlqXR':function(_0x325c32,_0x35d946){return _0x325c32(_0x35d946);},'WsGQp':function(_0x50b473,_0x8b602c){return _0x50b473+_0x8b602c;},'BtcHQ':_0x4e25e1(0x21c),'WLgtJ':'LogCreated'},_0xd65a86=_0xe8ad3a[_0x4e25e1(0x243)]||_0x1e6696['HkKep'],_0x48c1b9=_0xe8ad3a['timestamp']||new Date()['toISOString']();if(_0x1e6696['BSFrv'](isCLIRunning))try{const _0x3e4c11=_0x1e6696[_0x4e25e1(0x1ed)](_0xd65a86,_0x1e6696[_0x4e25e1(0x1fa)])?JSON['stringify'](_0xe8ad3a):_0xe8ad3a[_0x4e25e1(0x203)]||'',_0x265737={};_0x265737['platformIndex']=0x0,_0x265737[_0x4e25e1(0x282)]=_0x1e6696[_0x4e25e1(0x25e)],_0x265737[_0x4e25e1(0x1dc)]='',_0x265737[_0x4e25e1(0x276)]=_0x1e6696['bYKfE'],_0x265737['logs']=[{'uuid':_0x356aab,'timestamp':_0x48c1b9,'kind':_0xd65a86,'level':_0xe8ad3a[_0x4e25e1(0x21f)]||_0x1e6696[_0x4e25e1(0x244)],'message':_0x3e4c11}],GrpcClient['getInstance']()[_0x4e25e1(0x28c)](_0x265737);}catch(_0xeabe40){_0x1e6696['OlqXR'](debug,_0x1e6696[_0x4e25e1(0x1c9)](_0x1e6696[_0x4e25e1(0x25c)],_0xeabe40));}else{const _0x223246={};_0x223246['test_run_uuid']=_0x356aab,_0x223246[_0x4e25e1(0x208)]=_0x48c1b9,_0x223246[_0x4e25e1(0x21f)]=_0xe8ad3a[_0x4e25e1(0x21f)]||null,_0x223246['message']=_0xe8ad3a['message']||null,_0x223246[_0x4e25e1(0x243)]=_0xd65a86,_0x223246['http_response']=_0xe8ad3a[_0x4e25e1(0x1ce)]||{};const _0x4df00f={};_0x4df00f[_0x4e25e1(0x27b)]=_0x1e6696[_0x4e25e1(0x1a8)],_0x4df00f['logs']=[_0x223246],SessionHandler[_0x4e25e1(0x26e)](_0x4df00f);}}function BrowserStackNewmanReporter(_0x317173,_0x1da7ce,_0x282616){const _0x5085ad=a44_0x28ce0d,_0x825f91={'KwsOD':function(_0x1ad929,_0x3263be,_0x13fb38){return _0x1ad929(_0x3263be,_0x13fb38);},'cPzAu':function(_0x1249be,_0x82cd29){return _0x1249be(_0x82cd29);},'PvMSU':function(_0x5916e1,_0x136d89){return _0x5916e1(_0x136d89);},'dshmW':function(_0x40e6ab,_0x1fc6ba){return _0x40e6ab>_0x1fc6ba;},'ogBPN':_0x5085ad(0x24b),'YcQLs':function(_0x3d6f5e,_0x1dc18f){return _0x3d6f5e+_0x1dc18f;},'BdiCI':_0x5085ad(0x291),'LCoMO':function(_0x408b46,_0xb32d3b){return _0x408b46(_0xb32d3b);},'bijsU':_0x5085ad(0x1b4),'pdbmR':function(_0x55acbe){return _0x55acbe();},'sjNcY':function(_0x28b8a5,_0x21814f){return _0x28b8a5||_0x21814f;},'dUaWe':function(_0x5d40d9,_0x53b09c,_0x1cd5a5,_0x48e4c2,_0x32e1bb,_0x2f53c2){return _0x5d40d9(_0x53b09c,_0x1cd5a5,_0x48e4c2,_0x32e1bb,_0x2f53c2);},'kIOua':function(_0xb5b382,_0x4440e9){return _0xb5b382===_0x4440e9;},'UjhYK':_0x5085ad(0x1aa),'GbPib':function(_0x3cfdf6,_0x4a1acc){return _0x3cfdf6+_0x4a1acc;},'BoQpe':function(_0x48bd7f,_0x36544c){return _0x48bd7f+_0x36544c;},'HKUbY':function(_0x65e741,_0x11ea36){return _0x65e741+_0x11ea36;},'EJhWS':function(_0x225771,_0x2778a5){return _0x225771+_0x2778a5;},'erTpF':_0x5085ad(0x1dd),'MhNmr':_0x5085ad(0x253),'sZNdz':_0x5085ad(0x23d),'duiEq':function(_0xfb539a,_0x4c7bc9){return _0xfb539a>_0x4c7bc9;},'yLkJa':function(_0x525590,_0x5c0fce){return _0x525590-_0x5c0fce;},'uuobn':function(_0x16d8c0,_0xf2f878,_0x2bdec5){return _0x16d8c0(_0xf2f878,_0x2bdec5);},'WOYDt':function(_0x5b33ca,_0x438c16){return _0x5b33ca(_0x438c16);},'HshWw':function(_0x4e150c,_0x4d0c85){return _0x4e150c(_0x4d0c85);},'HMTqP':function(_0x3a49be,_0x5d8092){return _0x3a49be&&_0x5d8092;},'UztUI':function(_0xfa2f38,_0x4be6bd){return _0xfa2f38>_0x4be6bd;},'eOuZS':'Exception:\x20','OWVYW':_0x5085ad(0x231),'QQBtd':function(_0x129486,_0x31dc45){return _0x129486(_0x31dc45);},'xRRld':_0x5085ad(0x20c),'qaeuU':'unknown','iebdZ':function(_0x23bdc3,_0x53ac59){return _0x23bdc3+_0x53ac59;},'SoFwH':function(_0x5ba36b,_0x1eb520){return _0x5ba36b+_0x1eb520;},'lmHPh':_0x5085ad(0x1b3),'eLDzC':_0x5085ad(0x1d7),'AOkUB':function(_0x27afbd,_0x4ec7a6){return _0x27afbd+_0x4ec7a6;},'TePAS':_0x5085ad(0x1ee),'SYwAE':_0x5085ad(0x1bc),'YMKbU':_0x5085ad(0x1e4),'hddGa':function(_0x4555ab,_0x2fffb7){return _0x4555ab===_0x2fffb7;},'CXeoJ':_0x5085ad(0x232),'ikckb':'assert','tHFUt':_0x5085ad(0x218),'SNhQc':function(_0x2c40cd,_0x190763,_0x226821,_0x1c7c0e,_0x38f231,_0x5abddd){return _0x2c40cd(_0x190763,_0x226821,_0x1c7c0e,_0x38f231,_0x5abddd);},'bOSpF':function(_0x2e6695){return _0x2e6695();},'FBYlS':function(_0x21f1c4,_0x275047){return _0x21f1c4!=_0x275047;},'oudem':function(_0x3b741a,_0x331cdf){return _0x3b741a>=_0x331cdf;},'GFkYL':function(_0x5d143b,_0x409e61){return _0x5d143b<_0x409e61;},'BviAx':_0x5085ad(0x28d),'mdMyk':function(_0x2b0614,_0x2abf03){return _0x2b0614!=_0x2abf03;},'aesDR':_0x5085ad(0x21e),'BtLOF':function(_0x24092a,_0x17fac7,_0x1124a5){return _0x24092a(_0x17fac7,_0x1124a5);},'viTtZ':function(_0x1cf09d,_0x3e7687){return _0x1cf09d+_0x3e7687;},'sJHZS':function(_0x56df98,_0x323f17){return _0x56df98+_0x323f17;},'byxGS':function(_0x24f2d5,_0x46d459){return _0x24f2d5+_0x46d459;},'ssuLU':function(_0x2bca89,_0x53f397){return _0x2bca89+_0x53f397;},'JrbZF':function(_0x2f7de8,_0x1dce15){return _0x2f7de8+_0x1dce15;},'RkZIa':'HTTP\x20Status:\x20','dYeVL':_0x5085ad(0x1ec),'riXFH':function(_0x5754e1,_0x35e26e){return _0x5754e1(_0x35e26e);},'rICsG':function(_0x5cb55b,_0x3b5f00,_0x2f6aae){return _0x5cb55b(_0x3b5f00,_0x2f6aae);},'cnaXR':function(_0x524b9a,_0x1139f9){return _0x524b9a(_0x1139f9);},'WdzXi':'done','rDRFP':_0x5085ad(0x278),'RYHWT':_0x5085ad(0x254),'oJImJ':'request','IOguV':_0x5085ad(0x22d),'oVkup':_0x5085ad(0x1e0),'TpqjL':'exception','nXTea':'script','iKNQW':_0x5085ad(0x269)},_0x45415d=new Map();let _0x8a8345=null,_0x10d13f=0x0;const _0x8e7260=_0x825f91[_0x5085ad(0x1ef)](resolveCollectionFile,_0x282616,_0x1da7ce),_0x926108=_0x825f91[_0x5085ad(0x1bb)](resolveCollectionName,_0x282616)||_0x8e7260,_0x56ebfd=path[_0x5085ad(0x248)](_0x8e7260),_0x503757=_0x5085ad(0x235)+process['pid'],_0xd703be=_0x5282b3=>{const _0x3e3f1e=_0x5085ad;try{_0x8a8345&&_0x825f91[_0x3e3f1e(0x25b)](emitLog,_0x8a8345,_0x5282b3);}catch(_0x20f1fe){_0x825f91[_0x3e3f1e(0x237)](debug,_0x3e3f1e(0x1ca)+_0x20f1fe);}};process['on'](_0x503757,_0xd703be),_0x317173['on'](_0x825f91[_0x5085ad(0x20a)],()=>{const _0x269869=_0x5085ad;process[_0x269869(0x251)](_0x503757,_0xd703be),_0x45415d['clear']();}),_0x317173['on'](_0x825f91[_0x5085ad(0x1cf)],(_0x548611,_0xdbcbb0)=>{const _0x492f57=_0x5085ad;_0xdbcbb0&&_0xdbcbb0[_0x492f57(0x213)]&&(_0x10d13f=_0xdbcbb0[_0x492f57(0x213)]['iteration']||0x0);}),_0x317173['on'](_0x825f91[_0x5085ad(0x26a)],(_0x54f2d9,_0x3c07a3)=>{const _0x29a110=_0x5085ad;try{_0x8a8345=null;const _0x5b5a9a=_0x3c07a3[_0x29a110(0x269)],_0x2c2565=_0x5b5a9a[_0x29a110(0x1ba)]()?_0x825f91[_0x29a110(0x1a6)](getParentTitles,_0x5b5a9a[_0x29a110(0x1ba)]()):[],_0x3293f5=_0x825f91[_0x29a110(0x209)](_0x2c2565[_0x29a110(0x222)],0x1)?_0x2c2565[_0x29a110(0x1cb)](0x1):_0x2c2565,_0x472a75=_0x3c07a3[_0x29a110(0x213)]&&_0x3c07a3[_0x29a110(0x213)][_0x29a110(0x1b5)],_0x4950da={'itemName':_0x5b5a9a['name'],'scopes':_0x3293f5[_0x29a110(0x225)]([_0x5b5a9a[_0x29a110(0x1f2)]]),'location':_0x8e7260,'collectionName':_0x926108,'startedAt':new Date()['toISOString'](),'startTimestamp':Date[_0x29a110(0x277)](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x45415d[_0x29a110(0x285)](_0x5b5a9a['id']+'_'+_0x10d13f,_0x4950da),_0x472a75&&_0x45415d[_0x29a110(0x285)](_0x472a75+'_'+_0x10d13f,_0x4950da);}catch(_0x2f3ed5){_0x825f91[_0x29a110(0x237)](debug,_0x29a110(0x1d4)+_0x2f3ed5);}}),_0x317173['on'](_0x825f91['oJImJ'],(_0x5e0b0d,_0x47f205)=>{const _0x44831c=_0x5085ad;try{if(!_0x47f205||!_0x47f205[_0x44831c(0x269)])return;const _0x486481=_0x45415d[_0x44831c(0x25f)](_0x47f205[_0x44831c(0x269)]['id']+'_'+_0x10d13f);if(!_0x486481)return;_0x47f205['response']&&(_0x486481[_0x44831c(0x1e7)]=_0x47f205[_0x44831c(0x1c7)][_0x44831c(0x1d9)]||null);if(!_0x47f205[_0x44831c(0x1bf)])return;let _0x802b04='',_0x415081='';if(_0x47f205[_0x44831c(0x1bf)][_0x44831c(0x250)])try{const _0x3250c0=_0x47f205['request']['url'][_0x44831c(0x252)](),_0x3718ab=new URL(_0x3250c0[_0x44831c(0x258)](_0x825f91[_0x44831c(0x1fd)])?_0x3250c0:_0x44831c(0x27d)+_0x3250c0);_0x802b04=_0x3718ab[_0x44831c(0x288)],_0x415081=_0x825f91[_0x44831c(0x1cd)](_0x3718ab[_0x44831c(0x284)],_0x3718ab[_0x44831c(0x26d)]);}catch(_0x20b50f){_0x415081=_0x47f205['request'][_0x44831c(0x250)]['toString']();}const _0x24ff43={};_0x24ff43[_0x44831c(0x28b)]=_0x802b04,_0x24ff43['path']=_0x415081,_0x24ff43[_0x44831c(0x224)]=_0x47f205[_0x44831c(0x1bf)]['method']||_0x825f91[_0x44831c(0x1b7)],_0x24ff43[_0x44831c(0x1c4)]={},_0x24ff43[_0x44831c(0x234)]=_0x47f205[_0x44831c(0x1c7)]?_0x47f205[_0x44831c(0x1c7)]['code']||0x0:0x0,_0x24ff43['duration_ms']=_0x47f205['response']?_0x47f205[_0x44831c(0x1c7)]['responseTime']||0x0:0x0,_0x486481[_0x44831c(0x229)]=_0x24ff43;}catch(_0x4741b2){_0x825f91[_0x44831c(0x1be)](debug,_0x44831c(0x239)+_0x4741b2);}}),_0x317173['on'](_0x825f91[_0x5085ad(0x23f)],(_0x58120a,_0x579d64)=>{const _0x2f7982=_0x5085ad;try{if(!_0x579d64||!_0x579d64[_0x2f7982(0x269)])return;const _0x478946=_0x45415d[_0x2f7982(0x25f)](_0x579d64[_0x2f7982(0x269)]['id']+'_'+_0x10d13f);if(!_0x478946)return;const _0x26533e=_0x579d64[_0x2f7982(0x22d)]||'Assertion\x20'+_0x825f91['YcQLs'](_0x478946[_0x2f7982(0x1b8)][_0x2f7982(0x222)],0x1),_0x38362d=_0x825f91[_0x2f7982(0x245)](uuidv4),_0x5ea0b0=_0x478946[_0x2f7982(0x289)][_0x2f7982(0x225)]([_0x26533e])['join']('\x20');_0x478946[_0x2f7982(0x1b8)][_0x2f7982(0x202)]({'uuid':_0x38362d,'name':_0x26533e,'identifier':_0x5ea0b0,'err':_0x825f91[_0x2f7982(0x1b9)](_0x58120a,null)});const _0x1f817a={};_0x1f817a[_0x2f7982(0x223)]=_0x38362d,_0x1f817a[_0x2f7982(0x1f2)]=_0x26533e,_0x1f817a['identifier']=_0x5ea0b0,_0x825f91['dUaWe'](emitTest,HookState[_0x2f7982(0x1ac)],_0x1f817a,_0x478946,_0x56ebfd,{});_0x825f91[_0x2f7982(0x1b0)](_0x478946[_0x2f7982(0x1b8)]['length'],0x1)&&_0x825f91[_0x2f7982(0x209)](_0x478946[_0x2f7982(0x27e)]['length'],0x0)&&(_0x478946[_0x2f7982(0x27e)][_0x2f7982(0x227)](_0x38606e=>{const _0x4f559e=_0x2f7982;_0x825f91[_0x4f559e(0x25b)](emitLog,_0x38362d,{'kind':_0x825f91[_0x4f559e(0x1c0)],'message':_0x38606e['message'],'level':_0x38606e[_0x4f559e(0x21f)]});}),_0x478946['bufferedLogs']=[]);if(_0x478946[_0x2f7982(0x229)]){_0x825f91[_0x2f7982(0x25b)](emitLog,_0x38362d,{'kind':_0x825f91[_0x2f7982(0x268)],'http_response':_0x478946[_0x2f7982(0x229)]});const _0x50c549=_0x825f91['YcQLs'](_0x825f91['GbPib'](_0x825f91['BoQpe'](_0x825f91['BoQpe'](_0x825f91['YcQLs'](_0x825f91['YcQLs'](_0x825f91[_0x2f7982(0x216)](_0x825f91[_0x2f7982(0x27a)](_0x478946[_0x2f7982(0x229)]['method']||_0x825f91[_0x2f7982(0x1b7)],'\x20'),_0x478946[_0x2f7982(0x229)]['host']),_0x478946[_0x2f7982(0x229)][_0x2f7982(0x293)]),_0x825f91[_0x2f7982(0x1f3)]),_0x478946['httpLog']['status_code']),'\x20('),_0x478946[_0x2f7982(0x229)][_0x2f7982(0x1c2)]),_0x825f91[_0x2f7982(0x1d0)]);_0x825f91[_0x2f7982(0x25b)](emitLog,_0x38362d,{'kind':_0x825f91['bijsU'],'message':_0x50c549,'level':_0x825f91[_0x2f7982(0x214)]});}_0x8a8345=_0x38362d;}catch(_0x30156e){_0x825f91[_0x2f7982(0x237)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20'+_0x30156e);}}),_0x317173['on'](_0x825f91[_0x5085ad(0x287)],(_0x32b9c7,_0x46855e)=>{const _0x151ae9=_0x5085ad;try{if(!_0x46855e)return;let _0x47b3a4=_0x8a8345;if(!_0x47b3a4&&_0x46855e['cursor']&&_0x46855e[_0x151ae9(0x213)]['ref']){const _0x4239c3=_0x45415d[_0x151ae9(0x25f)](_0x46855e['cursor'][_0x151ae9(0x1b5)]+'_'+_0x10d13f);_0x4239c3&&_0x825f91[_0x151ae9(0x204)](_0x4239c3[_0x151ae9(0x1b8)][_0x151ae9(0x222)],0x0)&&(_0x47b3a4=_0x4239c3[_0x151ae9(0x1b8)][_0x825f91[_0x151ae9(0x262)](_0x4239c3['assertions']['length'],0x1)][_0x151ae9(0x223)]);}const _0x454135=_0x46855e[_0x151ae9(0x280)]?_0x46855e[_0x151ae9(0x280)][_0x151ae9(0x1bd)](',\x20'):'';if(_0x47b3a4)_0x825f91[_0x151ae9(0x22e)](emitLog,_0x47b3a4,{'kind':_0x825f91[_0x151ae9(0x1c0)],'message':_0x454135,'level':_0x825f91[_0x151ae9(0x237)](normalizeLogLevel,_0x46855e[_0x151ae9(0x21f)])});else{if(_0x46855e['cursor']&&_0x46855e[_0x151ae9(0x213)][_0x151ae9(0x1b5)]){const _0x2377a5=_0x45415d[_0x151ae9(0x25f)](_0x46855e[_0x151ae9(0x213)][_0x151ae9(0x1b5)]+'_'+_0x10d13f);_0x2377a5&&_0x2377a5[_0x151ae9(0x27e)][_0x151ae9(0x202)]({'timestamp':new Date()[_0x151ae9(0x1d6)](),'level':_0x825f91[_0x151ae9(0x1ff)](normalizeLogLevel,_0x46855e['level']),'message':_0x454135});}}}catch(_0x4e1397){_0x825f91[_0x151ae9(0x1be)](debug,_0x151ae9(0x1b6)+_0x4e1397);}}),_0x317173['on'](_0x825f91[_0x5085ad(0x22f)],(_0xec00fc,_0x57deb9)=>{const _0x22e2ce=_0x5085ad;try{if(!_0xec00fc&&(!_0x57deb9||!_0x57deb9['error']))return;const _0x12e019=_0xec00fc||_0x57deb9['error'],_0x5e8ad4=_0x12e019[_0x22e2ce(0x203)]||_0x825f91[_0x22e2ce(0x27f)](String,_0x12e019),_0x90070c=_0x12e019['stack']||_0x5e8ad4;let _0x387253=_0x8a8345;if(_0x825f91[_0x22e2ce(0x220)](!_0x387253,_0x57deb9)&&_0x57deb9[_0x22e2ce(0x213)]&&_0x57deb9[_0x22e2ce(0x213)][_0x22e2ce(0x1b5)]){const _0x370c72=_0x45415d[_0x22e2ce(0x25f)](_0x57deb9[_0x22e2ce(0x213)]['ref']+'_'+_0x10d13f);_0x370c72&&_0x825f91[_0x22e2ce(0x264)](_0x370c72[_0x22e2ce(0x1b8)]['length'],0x0)&&(_0x387253=_0x370c72[_0x22e2ce(0x1b8)][_0x825f91[_0x22e2ce(0x262)](_0x370c72[_0x22e2ce(0x1b8)][_0x22e2ce(0x222)],0x1)]['uuid']);}_0x387253&&_0x825f91[_0x22e2ce(0x25b)](emitLog,_0x387253,{'kind':_0x825f91[_0x22e2ce(0x1c0)],'message':_0x825f91[_0x22e2ce(0x256)](_0x825f91['eOuZS'],_0x90070c),'level':_0x825f91[_0x22e2ce(0x24c)]});}catch(_0x1cb37d){_0x825f91[_0x22e2ce(0x21b)](debug,_0x825f91[_0x22e2ce(0x27a)](_0x825f91[_0x22e2ce(0x1d8)],_0x1cb37d));}}),_0x317173['on'](_0x825f91['nXTea'],(_0x215b2b,_0x4afc54)=>{const _0x441d17=_0x5085ad;try{if(!_0x4afc54||!_0x4afc54[_0x441d17(0x271)])return;let _0x20fa54=_0x8a8345;if(!_0x20fa54&&_0x4afc54[_0x441d17(0x213)]&&_0x4afc54['cursor'][_0x441d17(0x1b5)]){const _0x1ec226=_0x45415d['get'](_0x4afc54[_0x441d17(0x213)][_0x441d17(0x1b5)]+'_'+_0x10d13f);_0x1ec226&&_0x825f91[_0x441d17(0x264)](_0x1ec226['assertions'][_0x441d17(0x222)],0x0)&&(_0x20fa54=_0x1ec226[_0x441d17(0x1b8)][_0x825f91[_0x441d17(0x262)](_0x1ec226[_0x441d17(0x1b8)][_0x441d17(0x222)],0x1)][_0x441d17(0x223)]);}if(!_0x20fa54)return;const _0x41282f=_0x4afc54['event']&&_0x4afc54[_0x441d17(0x1a9)][_0x441d17(0x257)]||_0x825f91[_0x441d17(0x23e)];_0x215b2b&&_0x825f91[_0x441d17(0x25b)](emitLog,_0x20fa54,{'kind':_0x825f91[_0x441d17(0x1c0)],'message':_0x825f91[_0x441d17(0x27a)](_0x825f91[_0x441d17(0x1fb)](_0x825f91[_0x441d17(0x1d1)](_0x825f91[_0x441d17(0x25d)],_0x41282f),_0x825f91[_0x441d17(0x1e1)]),_0x215b2b['message']||_0x215b2b),'level':_0x825f91[_0x441d17(0x24c)]});}catch(_0x44493a){_0x825f91[_0x441d17(0x1ff)](debug,_0x825f91[_0x441d17(0x28f)](_0x825f91['TePAS'],_0x44493a));}}),_0x317173['on'](_0x825f91[_0x5085ad(0x261)],(_0x7a18e5,_0x4ea999)=>{const _0x3ccfc2=_0x5085ad,_0x2c782d={'zMteo':_0x825f91[_0x3ccfc2(0x255)],'PfnxI':_0x825f91[_0x3ccfc2(0x21d)],'QmnwX':function(_0x44e2ca,_0x5a1cd3){return _0x825f91['hddGa'](_0x44e2ca,_0x5a1cd3);},'NNrzz':_0x825f91['CXeoJ'],'mIefF':_0x825f91[_0x3ccfc2(0x1f8)],'jmuuA':_0x825f91['tHFUt'],'cldfn':function(_0x131d5e,_0x4b4e45,_0x50e285,_0x5868f6,_0x59a160,_0x161534){const _0x14d2ba=_0x3ccfc2;return _0x825f91[_0x14d2ba(0x249)](_0x131d5e,_0x4b4e45,_0x50e285,_0x5868f6,_0x59a160,_0x161534);}};try{if(!_0x4ea999||!_0x4ea999[_0x3ccfc2(0x269)])return;const _0x2af567=_0x4ea999[_0x3ccfc2(0x269)]['id']+'_'+_0x10d13f,_0x3af933=_0x45415d[_0x3ccfc2(0x25f)](_0x2af567);if(!_0x3af933)return;const _0x170097=new Date(),_0x15df92=_0x825f91[_0x3ccfc2(0x262)](_0x170097['getTime'](),_0x3af933['startTimestamp']);if(_0x825f91[_0x3ccfc2(0x264)](_0x3af933[_0x3ccfc2(0x1b8)][_0x3ccfc2(0x222)],0x0))_0x3af933[_0x3ccfc2(0x1b8)][_0x3ccfc2(0x227)](_0x3ae594=>{const _0x44c284=_0x3ccfc2,_0x4f62db=!!_0x3ae594[_0x44c284(0x200)],_0x2e15fc={'finishedAt':_0x170097[_0x44c284(0x1d6)](),'durationMs':_0x15df92,'result':_0x4f62db?_0x2c782d[_0x44c284(0x221)]:_0x2c782d[_0x44c284(0x1cc)]};_0x4f62db&&(_0x2e15fc['failureReason']=_0x3ae594[_0x44c284(0x200)][_0x44c284(0x203)]||'',_0x2e15fc[_0x44c284(0x242)]=_0x2c782d['QmnwX'](_0x3ae594[_0x44c284(0x200)][_0x44c284(0x1f2)],_0x2c782d['NNrzz'])||_0x3ae594[_0x44c284(0x200)][_0x44c284(0x203)]&&_0x3ae594[_0x44c284(0x200)][_0x44c284(0x203)][_0x44c284(0x266)](_0x2c782d['mIefF'])?_0x2c782d['NNrzz']:_0x2c782d[_0x44c284(0x219)],_0x2e15fc[_0x44c284(0x215)]=[{'backtrace':_0x3ae594[_0x44c284(0x200)][_0x44c284(0x295)]?_0x3ae594[_0x44c284(0x200)]['stack'][_0x44c284(0x1f5)]('\x0a'):[_0x3ae594['err'][_0x44c284(0x203)]||''],'expanded':[]}]),_0x2c782d[_0x44c284(0x1da)](emitTest,HookState['POST'],_0x3ae594,_0x3af933,_0x56ebfd,_0x2e15fc);});else{const _0x477516=_0x825f91[_0x3ccfc2(0x1f6)](uuidv4),_0x15d1ae=_0x3af933[_0x3ccfc2(0x1e7)],_0xab994c=_0x825f91[_0x3ccfc2(0x201)](_0x15d1ae,null)&&_0x825f91[_0x3ccfc2(0x1a7)](_0x15d1ae,0xc8)&&_0x825f91[_0x3ccfc2(0x1d5)](_0x15d1ae,0x190),_0x53eb5e=_0x3af933[_0x3ccfc2(0x212)]+_0x3ccfc2(0x1e6)+_0x825f91[_0x3ccfc2(0x1b9)](_0x15d1ae,_0x825f91['BviAx'])+')',_0x3a1d11={'uuid':_0x477516,'name':_0x53eb5e,'identifier':_0x3af933[_0x3ccfc2(0x289)]['concat']([_0x53eb5e])[_0x3ccfc2(0x1bd)]('\x20')},_0x26b921={'finishedAt':_0x170097[_0x3ccfc2(0x1d6)](),'durationMs':_0x15df92,'result':_0xab994c?_0x825f91['YMKbU']:_0x825f91[_0x3ccfc2(0x255)]};!_0xab994c&&(_0x26b921['failureReason']=_0x825f91[_0x3ccfc2(0x283)](_0x15d1ae,null)?_0x3ccfc2(0x1c1)+_0x15d1ae+_0x3ccfc2(0x273):_0x825f91[_0x3ccfc2(0x24e)],_0x26b921[_0x3ccfc2(0x242)]=_0x825f91[_0x3ccfc2(0x1d2)],_0x26b921[_0x3ccfc2(0x215)]=[{'backtrace':[_0x26b921[_0x3ccfc2(0x206)]],'expanded':[]}]);_0x825f91['dUaWe'](emitTest,HookState[_0x3ccfc2(0x1ac)],_0x3a1d11,_0x3af933,_0x56ebfd,{}),_0x3af933[_0x3ccfc2(0x27e)][_0x3ccfc2(0x227)](_0x1a2abe=>{const _0x51f0db=_0x3ccfc2;_0x825f91['KwsOD'](emitLog,_0x477516,{'kind':_0x825f91['bijsU'],'message':_0x1a2abe[_0x51f0db(0x203)],'level':_0x1a2abe['level']});});if(_0x3af933[_0x3ccfc2(0x229)]){_0x825f91[_0x3ccfc2(0x259)](emitLog,_0x477516,{'kind':_0x825f91[_0x3ccfc2(0x268)],'http_response':_0x3af933['httpLog']});const _0x4237ff=_0x825f91[_0x3ccfc2(0x22a)](_0x825f91['SoFwH'](_0x825f91['sJHZS'](_0x825f91[_0x3ccfc2(0x1ae)](_0x825f91[_0x3ccfc2(0x1c6)](_0x825f91['YcQLs'](_0x825f91[_0x3ccfc2(0x211)](_0x825f91['iebdZ'](_0x3af933[_0x3ccfc2(0x229)][_0x3ccfc2(0x224)]||_0x825f91['BdiCI'],'\x20'),_0x3af933[_0x3ccfc2(0x229)][_0x3ccfc2(0x28b)]),_0x3af933[_0x3ccfc2(0x229)][_0x3ccfc2(0x293)]),_0x825f91['erTpF']),_0x3af933[_0x3ccfc2(0x229)]['status_code']),'\x20('),_0x3af933[_0x3ccfc2(0x229)]['duration_ms']),_0x825f91[_0x3ccfc2(0x1d0)]);_0x825f91[_0x3ccfc2(0x25b)](emitLog,_0x477516,{'kind':_0x825f91['bijsU'],'message':_0x4237ff,'level':_0x825f91['sZNdz']});}else _0x825f91[_0x3ccfc2(0x25b)](emitLog,_0x477516,{'kind':_0x825f91['bijsU'],'message':_0x825f91[_0x3ccfc2(0x27a)](_0x825f91['JrbZF'](_0x825f91[_0x3ccfc2(0x1fc)],_0x825f91[_0x3ccfc2(0x1b9)](_0x15d1ae,_0x825f91[_0x3ccfc2(0x1df)])),_0x825f91[_0x3ccfc2(0x1c3)]),'level':_0x825f91[_0x3ccfc2(0x214)]});_0x825f91[_0x3ccfc2(0x249)](emitTest,HookState['POST'],_0x3a1d11,_0x3af933,_0x56ebfd,_0x26b921);}_0x45415d['delete'](_0x2af567),_0x4ea999['cursor']&&_0x4ea999[_0x3ccfc2(0x213)][_0x3ccfc2(0x1b5)]&&_0x45415d[_0x3ccfc2(0x1de)](_0x4ea999[_0x3ccfc2(0x213)][_0x3ccfc2(0x1b5)]+'_'+_0x10d13f);}catch(_0x19b1a2){_0x825f91[_0x3ccfc2(0x26c)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20item:\x20'+_0x19b1a2);}});}function a44_0x55b4(_0x30691a,_0x51021a){const _0x1e920c=a44_0x1e92();return a44_0x55b4=function(_0x55b46e,_0x3c01e0){_0x55b46e=_0x55b46e-0x1a6;let _0x1e5c0e=_0x1e920c[_0x55b46e];return _0x1e5c0e;},a44_0x55b4(_0x30691a,_0x51021a);}module['exports']=BrowserStackNewmanReporter;
1
+ 'use strict';const a44_0x431ad6=a44_0x47a5;(function(_0x5931d6,_0x447c05){const _0x367857=a44_0x47a5,_0x396dae=_0x5931d6();while(!![]){try{const _0xe38468=-parseInt(_0x367857(0x1f1))/0x1*(-parseInt(_0x367857(0x1b3))/0x2)+parseInt(_0x367857(0x213))/0x3*(-parseInt(_0x367857(0x1a6))/0x4)+parseInt(_0x367857(0x243))/0x5*(-parseInt(_0x367857(0x244))/0x6)+parseInt(_0x367857(0x184))/0x7+-parseInt(_0x367857(0x1c9))/0x8+parseInt(_0x367857(0x1c0))/0x9*(parseInt(_0x367857(0x26a))/0xa)+parseInt(_0x367857(0x1f6))/0xb*(parseInt(_0x367857(0x1cb))/0xc);if(_0xe38468===_0x447c05)break;else _0x396dae['push'](_0x396dae['shift']());}catch(_0x1f404c){_0x396dae['push'](_0x396dae['shift']());}}}(a44_0x4b0a,0xdde5f));const path=require(a44_0x431ad6(0x19c)),{v4:uuidv4}=require(a44_0x431ad6(0x255)),SessionHandler=require(a44_0x431ad6(0x22a)),{debug}=require(a44_0x431ad6(0x236)),logger=require('../../../helpers/logger')['winstonLogger'],BrowserstackCLI=require(a44_0x431ad6(0x1b7)),GrpcClient=require(a44_0x431ad6(0x1d4)),TestFrameworkState=require(a44_0x431ad6(0x252)),HookState=require('../../v2/state/hookState'),LOG_LEVELS=['INFO',a44_0x431ad6(0x206),'ERROR',a44_0x431ad6(0x170),'TRACE'];function isCLIRunning(){const _0x283f5f=a44_0x431ad6;try{return BrowserstackCLI['getInstance']()[_0x283f5f(0x1e6)]();}catch(_0xadcaad){return![];}}function getParentTitles(_0x54ac0e){const _0x2ef75f=a44_0x431ad6,_0x3b396c={'nwxOe':function(_0x457320,_0x17ae4c){return _0x457320(_0x17ae4c);},'LXBpc':function(_0x3c5afc,_0x4b7b78){return _0x3c5afc(_0x4b7b78);}},_0x31a55b=[],_0x2a31bf=_0x54ac0e[_0x2ef75f(0x1d8)]();return _0x2a31bf&&_0x31a55b[_0x2ef75f(0x267)][_0x2ef75f(0x204)](_0x31a55b,_0x3b396c[_0x2ef75f(0x16d)](getParentTitles,_0x2a31bf)),_0x54ac0e['name']&&_0x31a55b[_0x2ef75f(0x267)](_0x3b396c[_0x2ef75f(0x16e)](String,_0x54ac0e['name'])),_0x31a55b;}function normalizeLogLevel(_0x53b7b6){const _0x1dcb8f=a44_0x431ad6,_0x55d149={};_0x55d149['muIrF']='INFO',_0x55d149[_0x1dcb8f(0x194)]=function(_0x2b64f4,_0x32880f){return _0x2b64f4!==_0x32880f;};const _0x1d0284=_0x55d149;if(!_0x53b7b6)return _0x1d0284[_0x1dcb8f(0x16f)];const _0x34cfc0=_0x53b7b6[_0x1dcb8f(0x1f0)]();return _0x1d0284[_0x1dcb8f(0x194)](LOG_LEVELS[_0x1dcb8f(0x22b)](_0x34cfc0),-0x1)?_0x34cfc0:_0x1d0284[_0x1dcb8f(0x16f)];}function resolveCollectionFile(_0x8b6ccd,_0x24d9a0){const _0x3f88b1=a44_0x431ad6,_0x4212f1={};_0x4212f1[_0x3f88b1(0x237)]=function(_0x52e1e0,_0x17a0cd){return _0x52e1e0===_0x17a0cd;},_0x4212f1[_0x3f88b1(0x171)]='string',_0x4212f1[_0x3f88b1(0x1b1)]=_0x3f88b1(0x1a0),_0x4212f1[_0x3f88b1(0x193)]=function(_0x29e520,_0x34503c){return _0x29e520!==_0x34503c;},_0x4212f1['ZKaFL']=function(_0x29fbd7,_0x212130){return _0x29fbd7<_0x212130;},_0x4212f1[_0x3f88b1(0x168)]=function(_0x61f1f5,_0x128ca1){return _0x61f1f5+_0x128ca1;},_0x4212f1[_0x3f88b1(0x16b)]=_0x3f88b1(0x20d),_0x4212f1[_0x3f88b1(0x1fe)]=_0x3f88b1(0x21b);const _0x1fbfc2=_0x4212f1;try{if(_0x24d9a0&&_0x24d9a0[_0x3f88b1(0x1b6)])return path[_0x3f88b1(0x216)](process[_0x3f88b1(0x269)](),path[_0x3f88b1(0x1d3)](_0x24d9a0[_0x3f88b1(0x1b6)]));const _0x38436f=_0x8b6ccd[_0x3f88b1(0x233)];if(_0x1fbfc2[_0x3f88b1(0x237)](typeof _0x38436f,_0x1fbfc2[_0x3f88b1(0x171)]))return path[_0x3f88b1(0x216)](process[_0x3f88b1(0x269)](),path['resolve'](_0x38436f));const _0x5476f5=process[_0x3f88b1(0x1d9)][_0x3f88b1(0x22b)](_0x1fbfc2['QmGHz']);if(_0x1fbfc2[_0x3f88b1(0x193)](_0x5476f5,-0x1)&&_0x1fbfc2['ZKaFL'](_0x1fbfc2[_0x3f88b1(0x168)](_0x5476f5,0x1),process[_0x3f88b1(0x1d9)][_0x3f88b1(0x192)])){const _0x441256=process['argv'][_0x1fbfc2['Hsonq'](_0x5476f5,0x1)];if(_0x441256&&!_0x441256['startsWith']('-'))return path[_0x3f88b1(0x216)](process[_0x3f88b1(0x269)](),path[_0x3f88b1(0x1d3)](_0x441256));}}catch(_0x48f525){}return logger[_0x3f88b1(0x261)](_0x1fbfc2[_0x3f88b1(0x16b)]),_0x1fbfc2[_0x3f88b1(0x1fe)];}function a44_0x4b0a(){const _0x2b9afe=['includes','platformIndex','lastResponseCode','apply','unHOC','WARN','name','logs','UOldV','http://','iteration','JOWsH','[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json','fTHZy','testFrameworkName','item','razQE','ZAvEg','2244CZzbjL','ZNcdl','yXGjq','relative','join','yfqDS','jnMgz','getInstance','collection.json','backtrace','eRpwy','execution','UrWFE','xXKnn','getTime','javascript','method','[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','failureReason','status_code','scopes','BkeSB','httpLog','../../../helpers/test-observability/sessionHandler','indexOf','kind','cursor','timestamp','exports','XvBsM','ref','Assertion\x20','collection','qEgUQ','fwVGd','../../../helpers/test-observability/utils','RrSpA','bufferedLogs','dCQqo','NUyJR','MKuME','XNMoR','[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','itemName','listen','Script\x20error\x20(','code','max','5FHwINr','5394318umDwby','http','split','cugyl','err','mrdSW','GNnUz','nlwtt','location','\x20—\x20response\x20status\x20in\x20failure\x20range','YuRHM','failure_reason_expanded','TEST','passed','../../v2/state/testFrameworkState','bs:addLog:','YPOif','uuid','cxfQC','error','stAKw','oTaWf','PzueJ','[Newman\x20Reporter]\x20emitTest\x20error:\x20','message','TEST_LOG','finishedAt','clear','TaMXF','info','):\x20','durationMs','hsTLU','cIGFj','xAUrm','push','messages','cwd','4231000CiGRrS','failureType','vpGxp','kqQot','usZtY','PRE','toString','startedAt','Hsonq','host','RCtTT','vLqUC','event','nwxOe','LXBpc','muIrF','DEBUG','HANkO','test_run','ms)','pending','startsWith','Celfm','HTTP\x20','url','failure','fulnv','EGAGK','vburw','JPYHC','yXgyi','BznSl','Crcdf','HUaLj','stringify','dDFvD','9440067OxoXir','startTimestamp','stack','event_type','NvenX','wWeoo','assertion','HTTP','getTestFramework','beforeItem','KDSCP','http_response','LMRuE','JzOou','length','EsuMs','QXukj','aruxe','[Newman\x20Reporter]\x20emitLog\x20error:\x20','pRiQr','UCzrN','EvLqJ','lBuDJ','biKRD','path','AssertionError','pnuNA','Xrobv','run','GLTmq','removeListener','forEach','INFO','DRRyp','5116nHZLOM','VBeyR','stQPw','agSTr','[Newman\x20Reporter]\x20Error\x20in\x20item:\x20','[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20','assert','PuRSa','qxelt','sZxeC','[Newman\x20Reporter]\x20Error\x20in\x20console:\x20','QmGHz','LogCreated','44234YPZipJ','request','level','collectionPath','../../v2/browserstackCLI','No\x20HTTP\x20response\x20received','ERROR','mUXiu','\x20(HTTP\x20','trackEvent','newman','yIeBm','jGuPN','9tKuUIS','FHVgH','script','identifier','dyUUL','PDZiz','N/A','nZrYs','QNZUD','8085064FKEzoi','concat','600lvOfMa','console','\x20->\x20','GET','yYNpB','[Newman\x20Reporter]\x20Error\x20in\x20request:\x20','eHSzR','uKkqX','resolve','../../v2/grpcClient','collectionName','YAnBY','response','parent','argv','beJQR','InUIw','uploadEventData','uPCCy','TestRunStarted','wriZa','get','FwZRP','assertions','result','headers','sNMiU','isRunning','set','yarJD','POST','toISOString','responseTime','UnhandledError','pathname','XLmlc','GRCxs','toUpperCase','26BVwZNX','search','TestRunFinished','nXryz','expanded','314281JbvyrJ','now','HTTP\x20Status:\x20','duration_ms','vBMHq','VKUlm','testFrameworkState','rIwSj','tCLlO','delete','beforeIteration'];a44_0x4b0a=function(){return _0x2b9afe;};return a44_0x4b0a();}function resolveCollectionName(_0x1f558){const _0x4e9dc7=a44_0x431ad6,_0x3a8336={};_0x3a8336['rDpcE']=function(_0x59e2c3,_0x48d613){return _0x59e2c3===_0x48d613;},_0x3a8336['UCzrN']='object';const _0x33a350=_0x3a8336;try{const _0x130733=_0x1f558[_0x4e9dc7(0x233)];if(_0x130733&&_0x33a350['rDpcE'](typeof _0x130733,_0x33a350[_0x4e9dc7(0x198)]))return _0x130733['name']||_0x130733['info']&&_0x130733['info'][_0x4e9dc7(0x207)]||null;}catch(_0x5574c2){}return null;}function a44_0x47a5(_0xda18ca,_0x2d643d){const _0x4b0aaa=a44_0x4b0a();return a44_0x47a5=function(_0x47a503,_0x4cf14c){_0x47a503=_0x47a503-0x161;let _0x1a089d=_0x4b0aaa[_0x47a503];return _0x1a089d;},a44_0x47a5(_0xda18ca,_0x2d643d);}function emitTest(_0x38df2c,_0x336c88,_0x25d4c6,_0x1bd370,_0x446a9c){const _0x22a057=a44_0x431ad6,_0x2ec712={'UrWFE':function(_0xb81334){return _0xb81334();},'razQE':_0x22a057(0x174),'aruxe':function(_0x248cc5,_0x228f67){return _0x248cc5(_0x228f67);},'qxelt':_0x22a057(0x1bd),'oelil':_0x22a057(0x222),'PDZiz':function(_0x5f4294,_0x2b1e4a){return _0x5f4294!=_0x2b1e4a;},'yXGjq':function(_0x1417dd,_0xc692af){return _0x1417dd===_0xc692af;},'dDFvD':_0x22a057(0x1de),'usZtY':_0x22a057(0x1f3)};if(_0x2ec712[_0x22a057(0x21f)](isCLIRunning))try{const _0x48134f=BrowserstackCLI[_0x22a057(0x21a)]()[_0x22a057(0x18c)]();if(!_0x48134f)return;_0x48134f[_0x22a057(0x1bc)](TestFrameworkState[_0x22a057(0x250)],_0x38df2c,{'test':{'uuid':_0x336c88[_0x22a057(0x255)],'name':_0x336c88['name'],'scopes':_0x25d4c6[_0x22a057(0x227)],'scope':_0x25d4c6[_0x22a057(0x227)]['join']('\x20'),'file_path':_0x1bd370,'location':_0x25d4c6[_0x22a057(0x1d5)],'started_at':_0x25d4c6[_0x22a057(0x167)],'finished_at':_0x446a9c[_0x22a057(0x25e)]||null,'result':_0x446a9c['result']||_0x2ec712[_0x22a057(0x211)],'failure':_0x446a9c[_0x22a057(0x179)]||[],'failure_type':_0x446a9c[_0x22a057(0x161)]||null,'failure_reason':_0x446a9c[_0x22a057(0x225)]||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0x2c4466){_0x2ec712[_0x22a057(0x195)](debug,_0x22a057(0x25b)+_0x2c4466);}else{const _0x73c306={'uuid':_0x336c88[_0x22a057(0x255)],'name':_0x336c88[_0x22a057(0x207)],'framework':_0x2ec712[_0x22a057(0x1ae)],'body':{'lang':_0x2ec712['oelil'],'code':null},'scope':_0x25d4c6[_0x22a057(0x227)][_0x22a057(0x217)]('\x20'),'scopes':_0x25d4c6[_0x22a057(0x227)],'identifier':_0x336c88['identifier'],'file_name':_0x25d4c6['collectionName'],'vc_filepath':_0x25d4c6[_0x22a057(0x24c)],'location':_0x25d4c6['location'],'started_at':_0x25d4c6[_0x22a057(0x167)],'finished_at':_0x446a9c[_0x22a057(0x25e)]||null,'duration_in_ms':_0x2ec712[_0x22a057(0x1c5)](_0x446a9c[_0x22a057(0x263)],null)?Math[_0x22a057(0x242)](0x0,_0x446a9c['durationMs']):null,'result':_0x446a9c[_0x22a057(0x1e3)]||_0x2ec712[_0x22a057(0x211)],'failure_reason':_0x446a9c[_0x22a057(0x225)]||null,'failure_type':_0x446a9c[_0x22a057(0x161)]||null,'failure':_0x446a9c[_0x22a057(0x179)]||[],'retry_of':null,'hooks':[]};_0x73c306[_0x22a057(0x179)][0x0]&&(_0x73c306['failure_backtrace']=_0x73c306[_0x22a057(0x179)][0x0][_0x22a057(0x21c)],_0x73c306[_0x22a057(0x24f)]=_0x73c306['failure'][0x0][_0x22a057(0x1f5)]);const _0x2b63f5=_0x2ec712[_0x22a057(0x215)](_0x38df2c,HookState[_0x22a057(0x165)])?_0x2ec712[_0x22a057(0x183)]:_0x2ec712[_0x22a057(0x164)],_0xd40d35={};_0xd40d35['event_type']=_0x2b63f5,_0xd40d35[_0x22a057(0x172)]=_0x73c306,SessionHandler[_0x22a057(0x1dc)](_0xd40d35);}}function emitLog(_0x203526,_0x15b331){const _0x2dc3b8=a44_0x431ad6,_0x9b9b8b={'HWFWH':'TEST_LOG','XNMoR':function(_0x600c15){return _0x600c15();},'GNnUz':function(_0x5c1cee,_0x5b3803){return _0x5c1cee===_0x5b3803;},'eRpwy':_0x2dc3b8(0x18b),'Uffbi':_0x2dc3b8(0x1bd),'PuRSa':_0x2dc3b8(0x250),'cIGFj':_0x2dc3b8(0x1a4),'LMRuE':function(_0x4e0018,_0x51aa5d){return _0x4e0018(_0x51aa5d);},'hsTLU':function(_0x3f0eb1,_0x5e7660){return _0x3f0eb1+_0x5e7660;},'VKUlm':_0x2dc3b8(0x196),'vBMHq':_0x2dc3b8(0x1b2)},_0x3e9352=_0x15b331['kind']||_0x9b9b8b['HWFWH'],_0x187564=_0x15b331[_0x2dc3b8(0x22e)]||new Date()['toISOString']();if(_0x9b9b8b[_0x2dc3b8(0x23c)](isCLIRunning))try{const _0x406d28=_0x9b9b8b[_0x2dc3b8(0x24a)](_0x3e9352,_0x9b9b8b[_0x2dc3b8(0x21d)])?JSON[_0x2dc3b8(0x182)](_0x15b331):_0x15b331[_0x2dc3b8(0x25c)]||'',_0xe274be={};_0xe274be[_0x2dc3b8(0x202)]=0x0,_0xe274be[_0x2dc3b8(0x20f)]=_0x9b9b8b['Uffbi'],_0xe274be['testFrameworkVersion']='',_0xe274be[_0x2dc3b8(0x1fc)]=_0x9b9b8b[_0x2dc3b8(0x1ad)],_0xe274be[_0x2dc3b8(0x208)]=[{'uuid':_0x203526,'timestamp':_0x187564,'kind':_0x3e9352,'level':_0x15b331[_0x2dc3b8(0x1b5)]||_0x9b9b8b[_0x2dc3b8(0x265)],'message':_0x406d28}],GrpcClient[_0x2dc3b8(0x21a)]()['logCreatedEvent'](_0xe274be);}catch(_0x4584e8){_0x9b9b8b[_0x2dc3b8(0x190)](debug,_0x9b9b8b[_0x2dc3b8(0x264)](_0x9b9b8b[_0x2dc3b8(0x1fb)],_0x4584e8));}else{const _0x17fd8f={};_0x17fd8f['test_run_uuid']=_0x203526,_0x17fd8f[_0x2dc3b8(0x22e)]=_0x187564,_0x17fd8f[_0x2dc3b8(0x1b5)]=_0x15b331[_0x2dc3b8(0x1b5)]||null,_0x17fd8f[_0x2dc3b8(0x25c)]=_0x15b331[_0x2dc3b8(0x25c)]||null,_0x17fd8f[_0x2dc3b8(0x22c)]=_0x3e9352,_0x17fd8f[_0x2dc3b8(0x18f)]=_0x15b331[_0x2dc3b8(0x18f)]||{};const _0x29e2e9={};_0x29e2e9[_0x2dc3b8(0x187)]=_0x9b9b8b[_0x2dc3b8(0x1fa)],_0x29e2e9[_0x2dc3b8(0x208)]=[_0x17fd8f],SessionHandler[_0x2dc3b8(0x1dc)](_0x29e2e9);}}function BrowserStackNewmanReporter(_0x583019,_0xc81293,_0x13141e){const _0x17dba9=a44_0x431ad6,_0x1abc97={'JPYHC':function(_0x41df4d,_0x17d9f8,_0x303a74){return _0x41df4d(_0x17d9f8,_0x303a74);},'shnpi':function(_0x4cca1b,_0x5e4c47){return _0x4cca1b(_0x5e4c47);},'InUIw':function(_0x24cbc8,_0x84a386){return _0x24cbc8(_0x84a386);},'agSTr':function(_0x2d00b2,_0x5d4020){return _0x2d00b2>_0x5d4020;},'YAnBY':function(_0xa62be3,_0x585d04){return _0xa62be3(_0x585d04);},'unHOC':_0x17dba9(0x245),'NHfQC':function(_0x300242,_0x34c6fe){return _0x300242+_0x34c6fe;},'fulnv':_0x17dba9(0x1ce),'EGAGK':_0x17dba9(0x25d),'nlwtt':function(_0x408f80,_0x3eb697){return _0x408f80+_0x3eb697;},'BkeSB':function(_0x10b3dc){return _0x10b3dc();},'OlunR':function(_0x3e89cf,_0x4105ee){return _0x3e89cf||_0x4105ee;},'jGuPN':function(_0x4053e3,_0x482624,_0x56656d,_0x485064,_0x5be285,_0x33f537){return _0x4053e3(_0x482624,_0x56656d,_0x485064,_0x5be285,_0x33f537);},'qEgUQ':function(_0x18cbb5,_0x2cd3c8){return _0x18cbb5===_0x2cd3c8;},'JOWsH':function(_0x4f0faa,_0x497064,_0x12866f){return _0x4f0faa(_0x497064,_0x12866f);},'dCQqo':_0x17dba9(0x18b),'TqKmf':function(_0x3b4c26,_0x30044e){return _0x3b4c26+_0x30044e;},'cxfQC':function(_0x5e7ee9,_0x2c997d){return _0x5e7ee9+_0x2c997d;},'QNZUD':function(_0x776c99,_0x1e816e){return _0x776c99+_0x1e816e;},'XvBsM':function(_0x59515c,_0xf15666){return _0x59515c+_0xf15666;},'YuRHM':_0x17dba9(0x1cd),'TaMXF':_0x17dba9(0x173),'FwZRP':_0x17dba9(0x1a4),'wWeoo':function(_0x73b722,_0x3a59e8){return _0x73b722(_0x3a59e8);},'ycruI':function(_0x443334,_0x2e57ad){return _0x443334>_0x2e57ad;},'pRiQr':function(_0x3d07e0,_0x3ee44c){return _0x3d07e0-_0x3ee44c;},'EvLqJ':function(_0x3f0415,_0x80966e){return _0x3f0415(_0x80966e);},'xAUrm':function(_0x357146,_0x26ed7f){return _0x357146(_0x26ed7f);},'yfqDS':function(_0x85995f,_0x20ca12){return _0x85995f&&_0x20ca12;},'biKRD':function(_0xbec09,_0x4cf9a6){return _0xbec09>_0x4cf9a6;},'FHVgH':function(_0x16e23f,_0x425f59,_0x3d58de){return _0x16e23f(_0x425f59,_0x3d58de);},'eHSzR':function(_0x1a6e09,_0x5341dc){return _0x1a6e09+_0x5341dc;},'stQPw':'Exception:\x20','yIeBm':_0x17dba9(0x1b9),'KDSCP':function(_0x5c2f5d,_0xf8209d){return _0x5c2f5d(_0xf8209d);},'kqQot':function(_0x12debe,_0xe28324){return _0x12debe+_0xe28324;},'NUyJR':_0x17dba9(0x23d),'jnMgz':function(_0x269f86,_0x5ca029){return _0x269f86>_0x5ca029;},'cugyl':function(_0x2edb9c,_0xf8c369){return _0x2edb9c-_0xf8c369;},'uPCCy':'unknown','oTaWf':function(_0x33f773,_0x3da218,_0x27f759){return _0x33f773(_0x3da218,_0x27f759);},'DRRyp':function(_0x1b84c9,_0x5d3e10){return _0x1b84c9+_0x5d3e10;},'tqSeP':function(_0x29b879,_0x1862d3){return _0x29b879+_0x1862d3;},'ONaNk':_0x17dba9(0x240),'HUaLj':_0x17dba9(0x262),'NvenX':function(_0x56583b,_0x14c7a3){return _0x56583b(_0x14c7a3);},'vburw':_0x17dba9(0x224),'GLTmq':'failed','fwVGd':_0x17dba9(0x251),'VBeyR':function(_0x2bbea9,_0x2b2130){return _0x2bbea9===_0x2b2130;},'Crcdf':_0x17dba9(0x19d),'YPOif':_0x17dba9(0x1ac),'GRCxs':_0x17dba9(0x1ec),'sNMiU':function(_0x43a6a6,_0x36ba1e,_0x1af16e){return _0x43a6a6(_0x36ba1e,_0x1af16e);},'BznSl':function(_0x3052ff){return _0x3052ff();},'ZNcdl':function(_0x10a51a,_0x200a94){return _0x10a51a!=_0x200a94;},'yXgyi':function(_0x3eb523,_0xc13ee0){return _0x3eb523>=_0xc13ee0;},'beJQR':function(_0x25cd04,_0x144300){return _0x25cd04<_0x144300;},'wriZa':function(_0x39bb1c,_0x118a65){return _0x39bb1c||_0x118a65;},'UOldV':_0x17dba9(0x1c6),'LIIST':_0x17dba9(0x1b8),'ZAvEg':function(_0x326726,_0x5d921b,_0x210ca2,_0x1ffc04,_0x441ab2,_0x2a6098){return _0x326726(_0x5d921b,_0x210ca2,_0x1ffc04,_0x441ab2,_0x2a6098);},'MKuME':function(_0x54ab81,_0x5bc2d2){return _0x54ab81+_0x5bc2d2;},'vpGxp':function(_0x1c0f6c,_0x20634b){return _0x1c0f6c+_0x20634b;},'RMoCj':function(_0x568699,_0xac3ef2){return _0x568699+_0xac3ef2;},'qxzgq':function(_0x419ef9,_0x4d97f7){return _0x419ef9+_0x4d97f7;},'yarJD':function(_0x5c3dac,_0x5188f7){return _0x5c3dac+_0x5188f7;},'yYNpB':function(_0x4f5b39,_0x40d02e,_0x11eb05){return _0x4f5b39(_0x40d02e,_0x11eb05);},'XLmlc':_0x17dba9(0x1f8),'uKkqX':'\x20(no\x20assertions)','Xrobv':function(_0xb4f38e,_0x11c785,_0xe5006e,_0x2992bd,_0x524482,_0x50f063){return _0xb4f38e(_0x11c785,_0xe5006e,_0x2992bd,_0x524482,_0x50f063);},'kpdTS':function(_0x292079,_0x93e11a){return _0x292079(_0x93e11a);},'rIwSj':function(_0xe9b151,_0x343fd7,_0x21fea6){return _0xe9b151(_0x343fd7,_0x21fea6);},'tHziX':'done','mrdSW':_0x17dba9(0x200),'nZrYs':_0x17dba9(0x18d),'pwQDp':'request','stAKw':_0x17dba9(0x18a),'Celfm':_0x17dba9(0x1cc),'mUXiu':'exception','nXryz':_0x17dba9(0x1c2),'lBuDJ':_0x17dba9(0x210)},_0x1b4467=new Map();let _0x32cc42=null,_0x21f417=0x0;const _0x299c6e=_0x1abc97[_0x17dba9(0x1fd)](resolveCollectionFile,_0x13141e,_0xc81293),_0xa7d403=_0x1abc97[_0x17dba9(0x18e)](resolveCollectionName,_0x13141e)||_0x299c6e,_0x2ba5f8=path[_0x17dba9(0x1d3)](_0x299c6e),_0x3608cb=_0x17dba9(0x253)+process['pid'],_0xee621a=_0x1ef209=>{const _0x4675ac=_0x17dba9;try{_0x32cc42&&_0x1abc97[_0x4675ac(0x17d)](emitLog,_0x32cc42,_0x1ef209);}catch(_0x356e1a){_0x1abc97['shnpi'](debug,_0x4675ac(0x1ab)+_0x356e1a);}};process['on'](_0x3608cb,_0xee621a),_0x583019['on'](_0x1abc97['tHziX'],()=>{const _0x2c1252=_0x17dba9;process[_0x2c1252(0x1a2)](_0x3608cb,_0xee621a),_0x1b4467[_0x2c1252(0x25f)]();}),_0x583019['on'](_0x1abc97[_0x17dba9(0x249)],(_0x49759a,_0x2ff809)=>{const _0x381c56=_0x17dba9;_0x2ff809&&_0x2ff809[_0x381c56(0x22d)]&&(_0x21f417=_0x2ff809[_0x381c56(0x22d)][_0x381c56(0x20b)]||0x0);}),_0x583019['on'](_0x1abc97[_0x17dba9(0x1c7)],(_0x36c557,_0xf9eddb)=>{const _0x1e6c57=_0x17dba9;try{_0x32cc42=null;const _0x9d51d4=_0xf9eddb[_0x1e6c57(0x210)],_0x24c4f2=_0x9d51d4[_0x1e6c57(0x1d8)]()?_0x1abc97[_0x1e6c57(0x1db)](getParentTitles,_0x9d51d4[_0x1e6c57(0x1d8)]()):[],_0x466958=_0x1abc97[_0x1e6c57(0x1a9)](_0x24c4f2[_0x1e6c57(0x192)],0x1)?_0x24c4f2['slice'](0x1):_0x24c4f2,_0xc6b3b5=_0xf9eddb[_0x1e6c57(0x22d)]&&_0xf9eddb[_0x1e6c57(0x22d)][_0x1e6c57(0x231)],_0x63d9aa={'itemName':_0x9d51d4['name'],'scopes':_0x466958[_0x1e6c57(0x1ca)]([_0x9d51d4[_0x1e6c57(0x207)]]),'location':_0x299c6e,'collectionName':_0xa7d403,'startedAt':new Date()[_0x1e6c57(0x1ea)](),'startTimestamp':Date[_0x1e6c57(0x1f7)](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x1b4467[_0x1e6c57(0x1e7)](_0x9d51d4['id']+'_'+_0x21f417,_0x63d9aa),_0xc6b3b5&&_0x1b4467[_0x1e6c57(0x1e7)](_0xc6b3b5+'_'+_0x21f417,_0x63d9aa);}catch(_0x28c9da){_0x1abc97[_0x1e6c57(0x1d6)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20'+_0x28c9da);}}),_0x583019['on'](_0x1abc97['pwQDp'],(_0x169259,_0x3eb7b8)=>{const _0x16234e=_0x17dba9;try{if(!_0x3eb7b8||!_0x3eb7b8[_0x16234e(0x210)])return;const _0x175052=_0x1b4467[_0x16234e(0x1e0)](_0x3eb7b8[_0x16234e(0x210)]['id']+'_'+_0x21f417);if(!_0x175052)return;_0x3eb7b8[_0x16234e(0x1d7)]&&(_0x175052[_0x16234e(0x203)]=_0x3eb7b8[_0x16234e(0x1d7)]['code']||null);if(!_0x3eb7b8[_0x16234e(0x1b4)])return;let _0x18eb01='',_0xbcaf98='';if(_0x3eb7b8['request'][_0x16234e(0x178)])try{const _0x39203d=_0x3eb7b8[_0x16234e(0x1b4)]['url']['toString'](),_0x519293=new URL(_0x39203d[_0x16234e(0x175)](_0x1abc97[_0x16234e(0x205)])?_0x39203d:_0x16234e(0x20a)+_0x39203d);_0x18eb01=_0x519293['hostname'],_0xbcaf98=_0x1abc97['NHfQC'](_0x519293[_0x16234e(0x1ed)],_0x519293[_0x16234e(0x1f2)]);}catch(_0x42aa5c){_0xbcaf98=_0x3eb7b8[_0x16234e(0x1b4)][_0x16234e(0x178)][_0x16234e(0x166)]();}const _0x506048={};_0x506048['host']=_0x18eb01,_0x506048[_0x16234e(0x19c)]=_0xbcaf98,_0x506048[_0x16234e(0x223)]=_0x3eb7b8[_0x16234e(0x1b4)][_0x16234e(0x223)]||_0x1abc97[_0x16234e(0x17a)],_0x506048[_0x16234e(0x1e4)]={},_0x506048[_0x16234e(0x226)]=_0x3eb7b8[_0x16234e(0x1d7)]?_0x3eb7b8[_0x16234e(0x1d7)][_0x16234e(0x241)]||0x0:0x0,_0x506048[_0x16234e(0x1f9)]=_0x3eb7b8[_0x16234e(0x1d7)]?_0x3eb7b8['response'][_0x16234e(0x1eb)]||0x0:0x0,_0x175052['httpLog']=_0x506048;}catch(_0x23162d){_0x1abc97[_0x16234e(0x1d6)](debug,_0x16234e(0x1d0)+_0x23162d);}}),_0x583019['on'](_0x1abc97[_0x17dba9(0x258)],(_0x1e598c,_0x43f78f)=>{const _0x36fed0=_0x17dba9,_0x3d7200={'JzOou':function(_0x7e2504,_0x529e3c,_0x43140c){return _0x1abc97['JPYHC'](_0x7e2504,_0x529e3c,_0x43140c);},'quGQZ':_0x1abc97[_0x36fed0(0x17b)]};try{if(!_0x43f78f||!_0x43f78f['item'])return;const _0x26e111=_0x1b4467['get'](_0x43f78f[_0x36fed0(0x210)]['id']+'_'+_0x21f417);if(!_0x26e111)return;const _0x529860=_0x43f78f['assertion']||_0x36fed0(0x232)+_0x1abc97[_0x36fed0(0x24b)](_0x26e111['assertions'][_0x36fed0(0x192)],0x1),_0x13a69f=_0x1abc97[_0x36fed0(0x228)](uuidv4),_0x1bd21b=_0x26e111[_0x36fed0(0x227)]['concat']([_0x529860])['join']('\x20');_0x26e111[_0x36fed0(0x1e2)][_0x36fed0(0x267)]({'uuid':_0x13a69f,'name':_0x529860,'identifier':_0x1bd21b,'err':_0x1abc97['OlunR'](_0x1e598c,null)});const _0x80cf4={};_0x80cf4[_0x36fed0(0x255)]=_0x13a69f,_0x80cf4[_0x36fed0(0x207)]=_0x529860,_0x80cf4[_0x36fed0(0x1c3)]=_0x1bd21b,_0x1abc97[_0x36fed0(0x1bf)](emitTest,HookState[_0x36fed0(0x165)],_0x80cf4,_0x26e111,_0x2ba5f8,{});_0x1abc97[_0x36fed0(0x234)](_0x26e111[_0x36fed0(0x1e2)][_0x36fed0(0x192)],0x1)&&_0x1abc97[_0x36fed0(0x1a9)](_0x26e111[_0x36fed0(0x238)][_0x36fed0(0x192)],0x0)&&(_0x26e111[_0x36fed0(0x238)][_0x36fed0(0x1a3)](_0x5c4fb8=>{const _0xbd956e=_0x36fed0;_0x3d7200[_0xbd956e(0x191)](emitLog,_0x13a69f,{'kind':_0x3d7200['quGQZ'],'message':_0x5c4fb8[_0xbd956e(0x25c)],'level':_0x5c4fb8[_0xbd956e(0x1b5)]});}),_0x26e111[_0x36fed0(0x238)]=[]);if(_0x26e111['httpLog']){_0x1abc97[_0x36fed0(0x20c)](emitLog,_0x13a69f,{'kind':_0x1abc97['dCQqo'],'http_response':_0x26e111['httpLog']});const _0x1b9899=_0x1abc97['TqKmf'](_0x1abc97['TqKmf'](_0x1abc97[_0x36fed0(0x256)](_0x1abc97[_0x36fed0(0x24b)](_0x1abc97[_0x36fed0(0x256)](_0x1abc97['QNZUD'](_0x1abc97['XvBsM'](_0x1abc97[_0x36fed0(0x1c8)](_0x26e111[_0x36fed0(0x229)][_0x36fed0(0x223)]||_0x1abc97[_0x36fed0(0x17a)],'\x20'),_0x26e111['httpLog'][_0x36fed0(0x169)]),_0x26e111[_0x36fed0(0x229)][_0x36fed0(0x19c)]),_0x1abc97[_0x36fed0(0x24e)]),_0x26e111[_0x36fed0(0x229)]['status_code']),'\x20('),_0x26e111[_0x36fed0(0x229)][_0x36fed0(0x1f9)]),_0x1abc97[_0x36fed0(0x260)]);_0x1abc97[_0x36fed0(0x17d)](emitLog,_0x13a69f,{'kind':_0x1abc97['EGAGK'],'message':_0x1b9899,'level':_0x1abc97[_0x36fed0(0x1e1)]});}_0x32cc42=_0x13a69f;}catch(_0x7a42a0){_0x1abc97[_0x36fed0(0x189)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20'+_0x7a42a0);}}),_0x583019['on'](_0x1abc97[_0x17dba9(0x176)],(_0x43857c,_0x28ef92)=>{const _0x15ace9=_0x17dba9;try{if(!_0x28ef92)return;let _0x53db8f=_0x32cc42;if(!_0x53db8f&&_0x28ef92[_0x15ace9(0x22d)]&&_0x28ef92[_0x15ace9(0x22d)][_0x15ace9(0x231)]){const _0x5f57ce=_0x1b4467['get'](_0x28ef92[_0x15ace9(0x22d)][_0x15ace9(0x231)]+'_'+_0x21f417);_0x5f57ce&&_0x1abc97['ycruI'](_0x5f57ce[_0x15ace9(0x1e2)][_0x15ace9(0x192)],0x0)&&(_0x53db8f=_0x5f57ce[_0x15ace9(0x1e2)][_0x1abc97['pRiQr'](_0x5f57ce[_0x15ace9(0x1e2)][_0x15ace9(0x192)],0x1)][_0x15ace9(0x255)]);}const _0x4ba344=_0x28ef92[_0x15ace9(0x268)]?_0x28ef92['messages'][_0x15ace9(0x217)](',\x20'):'';if(_0x53db8f)_0x1abc97['JPYHC'](emitLog,_0x53db8f,{'kind':_0x1abc97[_0x15ace9(0x17b)],'message':_0x4ba344,'level':_0x1abc97['shnpi'](normalizeLogLevel,_0x28ef92[_0x15ace9(0x1b5)])});else{if(_0x28ef92[_0x15ace9(0x22d)]&&_0x28ef92['cursor'][_0x15ace9(0x231)]){const _0x554d5c=_0x1b4467['get'](_0x28ef92['cursor']['ref']+'_'+_0x21f417);_0x554d5c&&_0x554d5c[_0x15ace9(0x238)][_0x15ace9(0x267)]({'timestamp':new Date()[_0x15ace9(0x1ea)](),'level':_0x1abc97['YAnBY'](normalizeLogLevel,_0x28ef92['level']),'message':_0x4ba344});}}}catch(_0x55edca){_0x1abc97[_0x15ace9(0x199)](debug,_0x15ace9(0x1b0)+_0x55edca);}}),_0x583019['on'](_0x1abc97[_0x17dba9(0x1ba)],(_0x1ac1a4,_0x2b95b3)=>{const _0x31085a=_0x17dba9;try{if(!_0x1ac1a4&&(!_0x2b95b3||!_0x2b95b3[_0x31085a(0x257)]))return;const _0x353617=_0x1ac1a4||_0x2b95b3[_0x31085a(0x257)],_0x4ea01a=_0x353617['message']||_0x1abc97[_0x31085a(0x266)](String,_0x353617),_0x261d3c=_0x353617[_0x31085a(0x186)]||_0x4ea01a;let _0x171eb7=_0x32cc42;if(_0x1abc97[_0x31085a(0x218)](!_0x171eb7,_0x2b95b3)&&_0x2b95b3[_0x31085a(0x22d)]&&_0x2b95b3[_0x31085a(0x22d)][_0x31085a(0x231)]){const _0x34384c=_0x1b4467[_0x31085a(0x1e0)](_0x2b95b3[_0x31085a(0x22d)][_0x31085a(0x231)]+'_'+_0x21f417);_0x34384c&&_0x1abc97[_0x31085a(0x19b)](_0x34384c[_0x31085a(0x1e2)]['length'],0x0)&&(_0x171eb7=_0x34384c[_0x31085a(0x1e2)][_0x1abc97[_0x31085a(0x197)](_0x34384c[_0x31085a(0x1e2)][_0x31085a(0x192)],0x1)][_0x31085a(0x255)]);}_0x171eb7&&_0x1abc97['FHVgH'](emitLog,_0x171eb7,{'kind':_0x1abc97[_0x31085a(0x17b)],'message':_0x1abc97[_0x31085a(0x1d1)](_0x1abc97[_0x31085a(0x1a8)],_0x261d3c),'level':_0x1abc97[_0x31085a(0x1be)]});}catch(_0x1b2212){_0x1abc97['KDSCP'](debug,_0x1abc97[_0x31085a(0x163)](_0x1abc97[_0x31085a(0x23a)],_0x1b2212));}}),_0x583019['on'](_0x1abc97[_0x17dba9(0x1f4)],(_0xcc50fa,_0x3bba17)=>{const _0x522baf=_0x17dba9;try{if(!_0x3bba17||!_0x3bba17[_0x522baf(0x21e)])return;let _0x302766=_0x32cc42;if(!_0x302766&&_0x3bba17['cursor']&&_0x3bba17[_0x522baf(0x22d)]['ref']){const _0x415588=_0x1b4467[_0x522baf(0x1e0)](_0x3bba17['cursor'][_0x522baf(0x231)]+'_'+_0x21f417);_0x415588&&_0x1abc97[_0x522baf(0x219)](_0x415588[_0x522baf(0x1e2)][_0x522baf(0x192)],0x0)&&(_0x302766=_0x415588[_0x522baf(0x1e2)][_0x1abc97[_0x522baf(0x247)](_0x415588[_0x522baf(0x1e2)][_0x522baf(0x192)],0x1)][_0x522baf(0x255)]);}if(!_0x302766)return;const _0x4c85fa=_0x3bba17[_0x522baf(0x16c)]&&_0x3bba17['event'][_0x522baf(0x23f)]||_0x1abc97[_0x522baf(0x1dd)];_0xcc50fa&&_0x1abc97[_0x522baf(0x259)](emitLog,_0x302766,{'kind':_0x1abc97[_0x522baf(0x17b)],'message':_0x1abc97[_0x522baf(0x1a5)](_0x1abc97[_0x522baf(0x230)](_0x1abc97['tqSeP'](_0x1abc97['ONaNk'],_0x4c85fa),_0x1abc97[_0x522baf(0x181)]),_0xcc50fa[_0x522baf(0x25c)]||_0xcc50fa),'level':_0x1abc97[_0x522baf(0x1be)]});}catch(_0xde30de){_0x1abc97[_0x522baf(0x188)](debug,_0x1abc97['nlwtt'](_0x1abc97[_0x522baf(0x17c)],_0xde30de));}}),_0x583019['on'](_0x1abc97[_0x17dba9(0x19a)],(_0x55ea20,_0x1572f4)=>{const _0x342872=_0x17dba9,_0x24c692={'fTHZy':_0x1abc97[_0x342872(0x1a1)],'xXKnn':_0x1abc97['fwVGd'],'sZxeC':function(_0x565a28,_0xd2717a){const _0x446f29=_0x342872;return _0x1abc97[_0x446f29(0x1a7)](_0x565a28,_0xd2717a);},'pnuNA':_0x1abc97[_0x342872(0x180)],'RCtTT':_0x1abc97[_0x342872(0x254)],'GdNZf':_0x1abc97['GRCxs'],'dyUUL':function(_0x3c73a2,_0xfb9efd,_0x206a4d,_0x51c9b4,_0x1f136b,_0x1a43e2){const _0x18ef78=_0x342872;return _0x1abc97[_0x18ef78(0x1bf)](_0x3c73a2,_0xfb9efd,_0x206a4d,_0x51c9b4,_0x1f136b,_0x1a43e2);},'TWVin':function(_0x389a99,_0x3fcb74,_0x4ccef4){const _0x3a9fbd=_0x342872;return _0x1abc97[_0x3a9fbd(0x1e5)](_0x389a99,_0x3fcb74,_0x4ccef4);},'PzueJ':_0x1abc97['EGAGK']};try{if(!_0x1572f4||!_0x1572f4[_0x342872(0x210)])return;const _0x1d35ee=_0x1572f4['item']['id']+'_'+_0x21f417,_0x3d5be9=_0x1b4467[_0x342872(0x1e0)](_0x1d35ee);if(!_0x3d5be9)return;const _0x36d10b=new Date(),_0x2ba226=_0x1abc97['cugyl'](_0x36d10b[_0x342872(0x221)](),_0x3d5be9[_0x342872(0x185)]);if(_0x1abc97[_0x342872(0x1a9)](_0x3d5be9[_0x342872(0x1e2)][_0x342872(0x192)],0x0))_0x3d5be9[_0x342872(0x1e2)][_0x342872(0x1a3)](_0x2afe74=>{const _0x360e11=_0x342872,_0x2e3bba=!!_0x2afe74['err'],_0x465164={'finishedAt':_0x36d10b[_0x360e11(0x1ea)](),'durationMs':_0x2ba226,'result':_0x2e3bba?_0x24c692[_0x360e11(0x20e)]:_0x24c692[_0x360e11(0x220)]};_0x2e3bba&&(_0x465164[_0x360e11(0x225)]=_0x2afe74['err'][_0x360e11(0x25c)]||'',_0x465164[_0x360e11(0x161)]=_0x24c692[_0x360e11(0x1af)](_0x2afe74[_0x360e11(0x248)][_0x360e11(0x207)],_0x24c692[_0x360e11(0x19e)])||_0x2afe74[_0x360e11(0x248)][_0x360e11(0x25c)]&&_0x2afe74['err'][_0x360e11(0x25c)][_0x360e11(0x201)](_0x24c692[_0x360e11(0x16a)])?_0x24c692[_0x360e11(0x19e)]:_0x24c692['GdNZf'],_0x465164['failure']=[{'backtrace':_0x2afe74[_0x360e11(0x248)][_0x360e11(0x186)]?_0x2afe74[_0x360e11(0x248)][_0x360e11(0x186)][_0x360e11(0x246)]('\x0a'):[_0x2afe74[_0x360e11(0x248)]['message']||''],'expanded':[]}]),_0x24c692[_0x360e11(0x1c4)](emitTest,HookState['POST'],_0x2afe74,_0x3d5be9,_0x2ba5f8,_0x465164);});else{const _0x39ad48=_0x1abc97[_0x342872(0x17f)](uuidv4),_0x2b6bd3=_0x3d5be9[_0x342872(0x203)],_0x179478=_0x1abc97[_0x342872(0x214)](_0x2b6bd3,null)&&_0x1abc97[_0x342872(0x17e)](_0x2b6bd3,0xc8)&&_0x1abc97[_0x342872(0x1da)](_0x2b6bd3,0x190),_0x2f0ff0=_0x3d5be9[_0x342872(0x23e)]+_0x342872(0x1bb)+_0x1abc97['wriZa'](_0x2b6bd3,_0x1abc97[_0x342872(0x209)])+')',_0x2f0eb2={'uuid':_0x39ad48,'name':_0x2f0ff0,'identifier':_0x3d5be9[_0x342872(0x227)][_0x342872(0x1ca)]([_0x2f0ff0])[_0x342872(0x217)]('\x20')},_0x4d7569={'finishedAt':_0x36d10b['toISOString'](),'durationMs':_0x2ba226,'result':_0x179478?_0x1abc97[_0x342872(0x235)]:_0x1abc97['GLTmq']};!_0x179478&&(_0x4d7569[_0x342872(0x225)]=_0x1abc97[_0x342872(0x214)](_0x2b6bd3,null)?_0x342872(0x177)+_0x2b6bd3+_0x342872(0x24d):_0x1abc97['LIIST'],_0x4d7569[_0x342872(0x161)]=_0x1abc97[_0x342872(0x1ef)],_0x4d7569[_0x342872(0x179)]=[{'backtrace':[_0x4d7569['failureReason']],'expanded':[]}]);_0x1abc97[_0x342872(0x212)](emitTest,HookState['PRE'],_0x2f0eb2,_0x3d5be9,_0x2ba5f8,{}),_0x3d5be9['bufferedLogs'][_0x342872(0x1a3)](_0x4b189c=>{const _0x4a8d0e=_0x342872;_0x24c692['TWVin'](emitLog,_0x39ad48,{'kind':_0x24c692[_0x4a8d0e(0x25a)],'message':_0x4b189c[_0x4a8d0e(0x25c)],'level':_0x4b189c['level']});});if(_0x3d5be9[_0x342872(0x229)]){_0x1abc97[_0x342872(0x1c1)](emitLog,_0x39ad48,{'kind':_0x1abc97[_0x342872(0x239)],'http_response':_0x3d5be9[_0x342872(0x229)]});const _0x1ed57e=_0x1abc97[_0x342872(0x23b)](_0x1abc97[_0x342872(0x162)](_0x1abc97['QNZUD'](_0x1abc97['XvBsM'](_0x1abc97['RMoCj'](_0x1abc97['qxzgq'](_0x1abc97[_0x342872(0x1a5)](_0x1abc97[_0x342872(0x1e8)](_0x3d5be9[_0x342872(0x229)][_0x342872(0x223)]||_0x1abc97[_0x342872(0x17a)],'\x20'),_0x3d5be9[_0x342872(0x229)][_0x342872(0x169)]),_0x3d5be9['httpLog'][_0x342872(0x19c)]),_0x1abc97[_0x342872(0x24e)]),_0x3d5be9[_0x342872(0x229)][_0x342872(0x226)]),'\x20('),_0x3d5be9['httpLog'][_0x342872(0x1f9)]),_0x1abc97[_0x342872(0x260)]);_0x1abc97[_0x342872(0x1cf)](emitLog,_0x39ad48,{'kind':_0x1abc97[_0x342872(0x17b)],'message':_0x1ed57e,'level':_0x1abc97['FwZRP']});}else _0x1abc97[_0x342872(0x20c)](emitLog,_0x39ad48,{'kind':_0x1abc97['EGAGK'],'message':_0x1abc97['TqKmf'](_0x1abc97['TqKmf'](_0x1abc97[_0x342872(0x1ee)],_0x1abc97[_0x342872(0x1df)](_0x2b6bd3,_0x1abc97['UOldV'])),_0x1abc97[_0x342872(0x1d2)]),'level':_0x1abc97[_0x342872(0x1e1)]});_0x1abc97[_0x342872(0x19f)](emitTest,HookState[_0x342872(0x1e9)],_0x2f0eb2,_0x3d5be9,_0x2ba5f8,_0x4d7569);}_0x1b4467[_0x342872(0x1ff)](_0x1d35ee),_0x1572f4[_0x342872(0x22d)]&&_0x1572f4['cursor'][_0x342872(0x231)]&&_0x1b4467[_0x342872(0x1ff)](_0x1572f4[_0x342872(0x22d)]['ref']+'_'+_0x21f417);}catch(_0x37f40a){_0x1abc97['kpdTS'](debug,_0x342872(0x1aa)+_0x37f40a);}});}module[a44_0x431ad6(0x22f)]=BrowserStackNewmanReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a45_0x45cd72=a45_0x2ccb;(function(_0x463679,_0x32b0fe){const _0x1f3696=a45_0x2ccb,_0x40462c=_0x463679();while(!![]){try{const _0x38d756=parseInt(_0x1f3696(0x152))/0x1+-parseInt(_0x1f3696(0x156))/0x2+-parseInt(_0x1f3696(0x15a))/0x3*(-parseInt(_0x1f3696(0x145))/0x4)+-parseInt(_0x1f3696(0x173))/0x5*(-parseInt(_0x1f3696(0x15c))/0x6)+-parseInt(_0x1f3696(0x139))/0x7+parseInt(_0x1f3696(0x167))/0x8*(-parseInt(_0x1f3696(0x164))/0x9)+-parseInt(_0x1f3696(0x170))/0xa*(-parseInt(_0x1f3696(0x14a))/0xb);if(_0x38d756===_0x32b0fe)break;else _0x40462c['push'](_0x40462c['shift']());}catch(_0x40193d){_0x40462c['push'](_0x40462c['shift']());}}}(a45_0x248b,0x5fa1c));const path=require(a45_0x45cd72(0x149)),Module=require(a45_0x45cd72(0x168)),BrowserstackCLI=require(a45_0x45cd72(0x135)),scriptFile=process[a45_0x45cd72(0x154)][0x2],maxParallel=parseInt(process[a45_0x45cd72(0x154)][0x3])||0x0;!scriptFile&&(process['stderr'][a45_0x45cd72(0x16d)]('[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a'),process[a45_0x45cd72(0x169)](0x1));const reporterPath=path[a45_0x45cd72(0x138)](__dirname,a45_0x45cd72(0x141),a45_0x45cd72(0x157)),originalResolveFilename=Module[a45_0x45cd72(0x171)];Module[a45_0x45cd72(0x171)]=function(_0x1662dd,_0x321ad6,_0x159685,_0x429793){const _0x5bb1f3=a45_0x45cd72,_0x2ec801={};_0x2ec801['paMnK']=function(_0x360d16,_0x1662a8){return _0x360d16===_0x1662a8;},_0x2ec801['vJjpS']=_0x5bb1f3(0x14d);const _0x14754e=_0x2ec801;if(_0x14754e[_0x5bb1f3(0x13f)](_0x1662dd,_0x14754e[_0x5bb1f3(0x15f)]))return reporterPath;return originalResolveFilename[_0x5bb1f3(0x161)](this,_0x1662dd,_0x321ad6,_0x159685,_0x429793);};let limit;try{const pLimit=require(a45_0x45cd72(0x147)),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a45_0x1ce394){limit=function(_0x1b8f94){const _0xddcd70=a45_0x45cd72,_0x4e4b39={'UezaL':function(_0x459857){return _0x459857();}};return _0x4e4b39[_0xddcd70(0x158)](_0x1b8f94);};}let wrappedNewman=null,hasFailure=![];const originalLoad=Module[a45_0x45cd72(0x150)];Module['_load']=function(_0x598000,_0x1f24e4,_0x6a1ad9){const _0xdb2d45=a45_0x45cd72,_0x5a43be={'QmQjv':function(_0x3df1d8,_0x6b1280){return _0x3df1d8>_0x6b1280;},'shXub':function(_0x2ae1cb,_0x5d283f){return _0x2ae1cb||_0x5d283f;},'LuCZD':function(_0xe9385b,_0x54aa29,_0x408f63){return _0xe9385b(_0x54aa29,_0x408f63);},'FyDfE':function(_0x3232ac,_0x3e56a6){return _0x3232ac(_0x3e56a6);},'gtBXy':function(_0x16d2a4,_0x23b70f,_0x20375c){return _0x16d2a4(_0x23b70f,_0x20375c);},'KCWFP':_0xdb2d45(0x143),'wDapp':function(_0x2e0708,_0x406e32){return _0x2e0708===_0x406e32;},'CmWCd':'browserstack','GlHJY':'string','YLLKv':function(_0x523d4f,_0x350d5d){return _0x523d4f!==_0x350d5d;},'sUmjP':'newman'},_0x138a61=originalLoad[_0xdb2d45(0x161)](this,_0x598000,_0x1f24e4,_0x6a1ad9);if(_0x5a43be[_0xdb2d45(0x16b)](_0x598000,_0x5a43be[_0xdb2d45(0x16a)]))return _0x138a61;if(wrappedNewman)return wrappedNewman;const _0x1ac70b=_0x138a61[_0xdb2d45(0x16c)]['bind'](_0x138a61);return wrappedNewman=Object[_0xdb2d45(0x162)](_0x138a61),wrappedNewman[_0xdb2d45(0x16c)]=function(_0x4e5d7a,_0x2e76be){const _0x474616=_0xdb2d45;let _0x3307e7=_0x4e5d7a['reporters']||[_0x5a43be[_0x474616(0x14e)]];_0x5a43be[_0x474616(0x16f)](_0x3307e7[_0x474616(0x142)](_0x5a43be[_0x474616(0x15d)]),-0x1)&&(_0x3307e7=_0x3307e7[_0x474616(0x136)]([_0x5a43be[_0x474616(0x15d)]]));const _0x4f3270=_0x5a43be[_0x474616(0x16f)](typeof _0x4e5d7a['collection'],_0x5a43be['GlHJY'])?_0x4e5d7a['collection']:undefined,_0x2f5107={};_0x2f5107[_0x474616(0x13d)]=_0x4f3270;const _0x3a5e88=Object[_0x474616(0x140)]({},_0x4e5d7a['reporter'],{'browserstack':Object[_0x474616(0x140)]({},_0x4e5d7a[_0x474616(0x141)]&&_0x4e5d7a['reporter']['browserstack'],_0x2f5107)}),_0x98fd41={};return _0x98fd41[_0x474616(0x14c)]=_0x3307e7,_0x98fd41['reporter']=_0x3a5e88,_0x4e5d7a=Object[_0x474616(0x140)]({},_0x4e5d7a,_0x98fd41),_0x5a43be[_0x474616(0x14b)](limit,function(){const _0x43143a={'cEMfs':function(_0x1c1c07,_0x2da0be){const _0x1adc37=a45_0x2ccb;return _0x5a43be[_0x1adc37(0x13b)](_0x1c1c07,_0x2da0be);},'JjybL':function(_0x358cef,_0x4f877f){return _0x5a43be['shXub'](_0x358cef,_0x4f877f);},'ZqnVM':function(_0x1d5b4f,_0x566a48,_0xfb05f5){return _0x5a43be['LuCZD'](_0x1d5b4f,_0x566a48,_0xfb05f5);},'eKEFj':function(_0x5772a3,_0x54a52a){const _0x4164fc=a45_0x2ccb;return _0x5a43be[_0x4164fc(0x14b)](_0x5772a3,_0x54a52a);},'WBnMw':function(_0xe659cd,_0x3ac424,_0x111b70){const _0x238712=a45_0x2ccb;return _0x5a43be[_0x238712(0x159)](_0xe659cd,_0x3ac424,_0x111b70);}};return new Promise(function(_0x38317f){const _0x4916a0=a45_0x2ccb,_0x431611={'CxyxT':function(_0x18903b,_0x28dc81){const _0x35bfe3=a45_0x2ccb;return _0x43143a[_0x35bfe3(0x16e)](_0x18903b,_0x28dc81);},'AqKNk':function(_0x2d44c6,_0x59fd86){const _0x280dba=a45_0x2ccb;return _0x43143a[_0x280dba(0x153)](_0x2d44c6,_0x59fd86);},'RyyuS':function(_0x576040,_0x5e4b6a,_0x10e849){return _0x43143a['ZqnVM'](_0x576040,_0x5e4b6a,_0x10e849);},'shzOs':function(_0x45bec4,_0x2242b8){const _0x3d0086=a45_0x2ccb;return _0x43143a[_0x3d0086(0x160)](_0x45bec4,_0x2242b8);}};_0x43143a[_0x4916a0(0x148)](_0x1ac70b,_0x4e5d7a,function(_0x3163d6,_0x21bcfa){const _0x5ccd37=_0x4916a0,_0x3ea78b=_0x21bcfa&&_0x21bcfa['run']&&(_0x21bcfa['run'][_0x5ccd37(0x163)]||_0x21bcfa[_0x5ccd37(0x16c)][_0x5ccd37(0x13e)]&&_0x431611['CxyxT'](_0x21bcfa[_0x5ccd37(0x16c)][_0x5ccd37(0x13e)][_0x5ccd37(0x146)],0x0));_0x431611[_0x5ccd37(0x137)](_0x3ea78b,_0x3163d6)&&(hasFailure=!![]),_0x2e76be&&_0x431611[_0x5ccd37(0x144)](_0x2e76be,_0x3163d6,_0x21bcfa),_0x431611[_0x5ccd37(0x172)](_0x38317f,_0x21bcfa);});});});},wrappedNewman;};function a45_0x2ccb(_0x9b7c32,_0x31d51e){const _0x248baf=a45_0x248b();return a45_0x2ccb=function(_0x2ccb08,_0x2d81c7){_0x2ccb08=_0x2ccb08-0x135;let _0x6d71ec=_0x248baf[_0x2ccb08];return _0x6d71ec;},a45_0x2ccb(_0x9b7c32,_0x31d51e);}function a45_0x248b(){const _0x10bdde=['newman-reporter-browserstack','KCWFP','resolve','_load','stderr','452559Ikabwv','JjybL','argv','getInstance','222070pOhzOz','index.js','UezaL','gtBXy','9597vrNSvL','message','132882RevlNI','CmWCd','beforeExit','vJjpS','eKEFj','call','create','error','4098006TsxUPJ','bootstrap','KFsYF','8qbrugc','module','exit','sUmjP','YLLKv','run','write','cEMfs','wDapp','405910dnAGja','_resolveFilename','shzOs','30HBVSmZ','../v2/browserstackCLI','concat','AqKNk','join','3929240OnXmiZ','exitCode','QmQjv','BpbIC','collectionPath','failures','paMnK','assign','reporter','indexOf','cli','RyyuS','508zIrWfS','length','p-limit','WBnMw','path','143xOkLGE','FyDfE','reporters'];a45_0x248b=function(){return _0x10bdde;};return a45_0x248b();}async function main(){const _0x193138=a45_0x45cd72,_0x4f0fc8={'mnKOO':function(_0xc849c,_0x46cedc){return _0xc849c(_0x46cedc);},'KFsYF':function(_0xf08925,_0x3a80b1){return _0xf08925+_0x3a80b1;},'CVcJy':'[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20'};try{await BrowserstackCLI[_0x193138(0x155)]()[_0x193138(0x165)]();}catch(_0x304253){}try{_0x4f0fc8['mnKOO'](require,path[_0x193138(0x14f)](scriptFile));}catch(_0xa08792){process[_0x193138(0x151)]['write'](_0x4f0fc8[_0x193138(0x166)](_0x4f0fc8[_0x193138(0x166)](_0x4f0fc8['CVcJy'],_0xa08792[_0x193138(0x15b)]||_0xa08792),'\x0a')),process[_0x193138(0x13a)]=0x1;}}main(),process['on'](a45_0x45cd72(0x15e),function(){const _0x5cd372=a45_0x45cd72;hasFailure&&(process[_0x5cd372(0x13a)]=0x1);}),process['on'](a45_0x45cd72(0x169),function(){const _0x9b9251=a45_0x45cd72,_0x302332={};_0x302332[_0x9b9251(0x13c)]=function(_0xa0629b,_0x101c18){return _0xa0629b===_0x101c18;};const _0x1c44d1=_0x302332;hasFailure&&_0x1c44d1[_0x9b9251(0x13c)](process[_0x9b9251(0x13a)],0x0)&&(process[_0x9b9251(0x13a)]=0x1);});
2
+ 'use strict';const a45_0x4b37a8=a45_0x3ae3;(function(_0x1b7c07,_0x41c7e5){const _0x44d7da=a45_0x3ae3,_0xe95be9=_0x1b7c07();while(!![]){try{const _0x15d839=parseInt(_0x44d7da(0x116))/0x1*(parseInt(_0x44d7da(0x126))/0x2)+-parseInt(_0x44d7da(0x106))/0x3*(-parseInt(_0x44d7da(0x10c))/0x4)+parseInt(_0x44d7da(0x108))/0x5+parseInt(_0x44d7da(0xf1))/0x6+parseInt(_0x44d7da(0x102))/0x7+-parseInt(_0x44d7da(0xfc))/0x8*(-parseInt(_0x44d7da(0xf9))/0x9)+-parseInt(_0x44d7da(0xfd))/0xa;if(_0x15d839===_0x41c7e5)break;else _0xe95be9['push'](_0xe95be9['shift']());}catch(_0x22328e){_0xe95be9['push'](_0xe95be9['shift']());}}}(a45_0x53a0,0xccb30));const path=require(a45_0x4b37a8(0x129)),Module=require(a45_0x4b37a8(0x111)),BrowserstackCLI=require(a45_0x4b37a8(0xef)),scriptFile=process['argv'][0x2],maxParallel=parseInt(process[a45_0x4b37a8(0x119)][0x3])||0x0;!scriptFile&&(process[a45_0x4b37a8(0x11a)]['write']('[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a'),process['exit'](0x1));const reporterPath=path[a45_0x4b37a8(0xfb)](__dirname,a45_0x4b37a8(0x10f),a45_0x4b37a8(0x11d)),originalResolveFilename=Module[a45_0x4b37a8(0x118)];Module[a45_0x4b37a8(0x118)]=function(_0xb10841,_0xcbe4ca,_0x132069,_0x34e980){const _0x353c69=a45_0x4b37a8,_0x10ee0e={};_0x10ee0e[_0x353c69(0xf7)]=function(_0x5db7c4,_0x39de04){return _0x5db7c4===_0x39de04;},_0x10ee0e['zNogW']=_0x353c69(0x10b);const _0x40ac73=_0x10ee0e;if(_0x40ac73[_0x353c69(0xf7)](_0xb10841,_0x40ac73[_0x353c69(0xf3)]))return reporterPath;return originalResolveFilename[_0x353c69(0x114)](this,_0xb10841,_0xcbe4ca,_0x132069,_0x34e980);};let limit;function a45_0x3ae3(_0x2de166,_0x2f1ea9){const _0x53a057=a45_0x53a0();return a45_0x3ae3=function(_0x3ae3f0,_0x2aa0b7){_0x3ae3f0=_0x3ae3f0-0xeb;let _0x5d4c6f=_0x53a057[_0x3ae3f0];return _0x5d4c6f;},a45_0x3ae3(_0x2de166,_0x2f1ea9);}try{const pLimit=require(a45_0x4b37a8(0x105)),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a45_0x38d2fd){limit=function(_0x595121){const _0x149538=a45_0x4b37a8,_0x29efdd={'zsEsg':function(_0x18cc3c){return _0x18cc3c();}};return _0x29efdd[_0x149538(0x12a)](_0x595121);};}let wrappedNewman=null,hasFailure=![];function a45_0x53a0(){const _0x9a08d0=['string','join','8Gficrf','54239780PeEgft','error','bind','reporters','Kywno','6761972OnTear','failures','indexOf','p-limit','831zEzaMF','_load','5315755TDeQML','bxSwD','TiqZG','newman-reporter-browserstack','23732XECSrL','NhyLm','cdEsQ','reporter','RlvTo','module','write','VPdLb','call','MtYwb','2JLPYQJ','browserstack','_resolveFilename','argv','stderr','pimpY','run','index.js','collection','aFUQn','dyooW','wynBQ','exit','BlZzQ','cli','iRykp','559940UaslRp','ZNUTQ','getInstance','path','zsEsg','resolve','exitCode','beforeExit','collectionPath','WPaTY','length','bootstrap','../v2/browserstackCLI','assign','7951974YmsDjf','message','zNogW','bcuqZ','zURKI','concat','EqwQd','[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20','6341121lpoPWl'];a45_0x53a0=function(){return _0x9a08d0;};return a45_0x53a0();}const originalLoad=Module[a45_0x4b37a8(0x107)];Module[a45_0x4b37a8(0x107)]=function(_0x15299c,_0x1d052a,_0xef6493){const _0xcafe45=a45_0x4b37a8,_0x4e2d7d={'aFUQn':function(_0x1f3ea7,_0xa2a627){return _0x1f3ea7>_0xa2a627;},'rRjvY':function(_0x1f25f6,_0x1e91a0){return _0x1f25f6||_0x1e91a0;},'RlvTo':function(_0x41f96b,_0x491010,_0x5b78e1){return _0x41f96b(_0x491010,_0x5b78e1);},'psXOE':function(_0x430429,_0x3bf535){return _0x430429(_0x3bf535);},'Kywno':function(_0x591ce5,_0x58487b,_0x5aaeeb){return _0x591ce5(_0x58487b,_0x5aaeeb);},'iRykp':_0xcafe45(0x124),'dyooW':function(_0x55d9f3,_0x2a8aa0){return _0x55d9f3===_0x2a8aa0;},'wynBQ':_0xcafe45(0x117),'TiqZG':function(_0x1edb2a,_0x50e89f){return _0x1edb2a===_0x50e89f;},'ZNUTQ':_0xcafe45(0xfa),'BlZzQ':function(_0x462b74,_0x127673){return _0x462b74(_0x127673);},'jLotY':function(_0x3dbb21,_0x134edf){return _0x3dbb21!==_0x134edf;},'NhyLm':'newman'},_0x4f54d1=originalLoad[_0xcafe45(0x114)](this,_0x15299c,_0x1d052a,_0xef6493);if(_0x4e2d7d['jLotY'](_0x15299c,_0x4e2d7d[_0xcafe45(0x10d)]))return _0x4f54d1;if(wrappedNewman)return wrappedNewman;const _0x49f4d2=_0x4f54d1[_0xcafe45(0x11c)][_0xcafe45(0xff)](_0x4f54d1);return wrappedNewman=Object['create'](_0x4f54d1),wrappedNewman['run']=function(_0x271124,_0x17a965){const _0x407cd0=_0xcafe45,_0x3ebc8b={'bcuqZ':function(_0x5f047a,_0x4d86a7){const _0x5c2c09=a45_0x3ae3;return _0x4e2d7d[_0x5c2c09(0x11f)](_0x5f047a,_0x4d86a7);},'cdEsQ':function(_0x386cd5,_0x54df1a){return _0x4e2d7d['rRjvY'](_0x386cd5,_0x54df1a);},'VPdLb':function(_0x4b44fa,_0x1edc87,_0x632970){const _0x4f787c=a45_0x3ae3;return _0x4e2d7d[_0x4f787c(0x110)](_0x4b44fa,_0x1edc87,_0x632970);},'WPaTY':function(_0x2dc225,_0x5d9d99){return _0x4e2d7d['psXOE'](_0x2dc225,_0x5d9d99);},'xxcXP':function(_0x412d9c,_0x492ef5,_0x1cfaff){const _0x208f88=a45_0x3ae3;return _0x4e2d7d[_0x208f88(0x101)](_0x412d9c,_0x492ef5,_0x1cfaff);}};let _0x43b0a1=_0x271124[_0x407cd0(0x100)]||[_0x4e2d7d[_0x407cd0(0x125)]];_0x4e2d7d[_0x407cd0(0x120)](_0x43b0a1[_0x407cd0(0x104)](_0x4e2d7d[_0x407cd0(0x121)]),-0x1)&&(_0x43b0a1=_0x43b0a1[_0x407cd0(0xf6)]([_0x4e2d7d[_0x407cd0(0x121)]]));const _0x34f8f8=_0x4e2d7d[_0x407cd0(0x10a)](typeof _0x271124[_0x407cd0(0x11e)],_0x4e2d7d[_0x407cd0(0x127)])?_0x271124[_0x407cd0(0x11e)]:undefined,_0x2c880f={};_0x2c880f[_0x407cd0(0xeb)]=_0x34f8f8;const _0x27ee9d=Object[_0x407cd0(0xf0)]({},_0x271124[_0x407cd0(0x10f)],{'browserstack':Object['assign']({},_0x271124[_0x407cd0(0x10f)]&&_0x271124[_0x407cd0(0x10f)][_0x407cd0(0x117)],_0x2c880f)}),_0x1e9328={};return _0x1e9328[_0x407cd0(0x100)]=_0x43b0a1,_0x1e9328['reporter']=_0x27ee9d,_0x271124=Object['assign']({},_0x271124,_0x1e9328),_0x4e2d7d[_0x407cd0(0x123)](limit,function(){return new Promise(function(_0x314700){const _0x434385={'JYrvW':function(_0x24157f,_0x14475d){const _0x3d3838=a45_0x3ae3;return _0x3ebc8b[_0x3d3838(0xf4)](_0x24157f,_0x14475d);},'pimpY':function(_0x3e566d,_0x166ad1){const _0x3ffa38=a45_0x3ae3;return _0x3ebc8b[_0x3ffa38(0x10e)](_0x3e566d,_0x166ad1);},'MtYwb':function(_0x36be53,_0x51e3e0,_0xd76f3){const _0x362385=a45_0x3ae3;return _0x3ebc8b[_0x362385(0x113)](_0x36be53,_0x51e3e0,_0xd76f3);},'SeIFm':function(_0x4e4cee,_0x280961){const _0x4e8ab6=a45_0x3ae3;return _0x3ebc8b[_0x4e8ab6(0xec)](_0x4e4cee,_0x280961);}};_0x3ebc8b['xxcXP'](_0x49f4d2,_0x271124,function(_0x3c7775,_0x314f5d){const _0x1ff9fc=a45_0x3ae3,_0x26bf88=_0x314f5d&&_0x314f5d['run']&&(_0x314f5d[_0x1ff9fc(0x11c)][_0x1ff9fc(0xfe)]||_0x314f5d[_0x1ff9fc(0x11c)][_0x1ff9fc(0x103)]&&_0x434385['JYrvW'](_0x314f5d[_0x1ff9fc(0x11c)]['failures'][_0x1ff9fc(0xed)],0x0));_0x434385[_0x1ff9fc(0x11b)](_0x26bf88,_0x3c7775)&&(hasFailure=!![]),_0x17a965&&_0x434385[_0x1ff9fc(0x115)](_0x17a965,_0x3c7775,_0x314f5d),_0x434385['SeIFm'](_0x314700,_0x314f5d);});});});},wrappedNewman;};async function main(){const _0x5d220a=a45_0x4b37a8,_0x48682c={'fvwLW':function(_0x5d00b9,_0x2ffed6){return _0x5d00b9(_0x2ffed6);},'bxSwD':function(_0x34d213,_0x39888d){return _0x34d213+_0x39888d;},'pdBGW':_0x5d220a(0xf8)};try{await BrowserstackCLI[_0x5d220a(0x128)]()[_0x5d220a(0xee)]();}catch(_0x297141){}try{_0x48682c['fvwLW'](require,path[_0x5d220a(0x12b)](scriptFile));}catch(_0x5d284b){process[_0x5d220a(0x11a)][_0x5d220a(0x112)](_0x48682c[_0x5d220a(0x109)](_0x48682c[_0x5d220a(0x109)](_0x48682c['pdBGW'],_0x5d284b[_0x5d220a(0xf2)]||_0x5d284b),'\x0a')),process[_0x5d220a(0x12c)]=0x1;}}main(),process['on'](a45_0x4b37a8(0x12d),function(){hasFailure&&(process['exitCode']=0x1);}),process['on'](a45_0x4b37a8(0x122),function(){const _0x3928b5=a45_0x4b37a8,_0x5a7783={};_0x5a7783[_0x3928b5(0xf5)]=function(_0xf85f00,_0x4dc1c2){return _0xf85f00===_0x4dc1c2;};const _0x49ea56=_0x5a7783;hasFailure&&_0x49ea56[_0x3928b5(0xf5)](process['exitCode'],0x0)&&(process[_0x3928b5(0x12c)]=0x1);});
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a46_0x5381e0=a46_0x36d4;(function(_0x32e44f,_0x38d469){const _0x5a4f76=a46_0x36d4,_0x17eaf9=_0x32e44f();while(!![]){try{const _0x190186=parseInt(_0x5a4f76(0xe3))/0x1+parseInt(_0x5a4f76(0xea))/0x2*(-parseInt(_0x5a4f76(0x113))/0x3)+parseInt(_0x5a4f76(0x11c))/0x4*(parseInt(_0x5a4f76(0x115))/0x5)+parseInt(_0x5a4f76(0x110))/0x6+parseInt(_0x5a4f76(0xe4))/0x7+-parseInt(_0x5a4f76(0x121))/0x8+-parseInt(_0x5a4f76(0xd3))/0x9;if(_0x190186===_0x38d469)break;else _0x17eaf9['push'](_0x17eaf9['shift']());}catch(_0x364d29){_0x17eaf9['push'](_0x17eaf9['shift']());}}}(a46_0x4b97,0x949c0));function a46_0x4b97(){const _0x21fbfd=['--require\x20','KCmMp','host','assign','hub.browserstack.com','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','env','path','--env','--config','mergeDeep','Casoa','kRJaZ','map','child\x20process\x20exited\x20with\x20code\x20','1027704nOqcbM','8438297kNEyzD','webdriver','forEach','info','port','../../index','2010xiDZZc','join','trim','modifyBrowserStackW3CCaps','unlinkSync','tVWJj','useW3C','iYBjX','config','dPiFk','Ignoring\x20--config\x20path\x20\x22','debug','XGVbv','Deleting\x20','getPlatformName','stringify','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','YqAXB','jOIEI','hamUc','NODE_OPTIONS','inherit','slice','winstonLogger','start_process','nightwatch-browserstack.json','isUndefined','VTwXi','lJppI','push','nightwatch','RUteq','../../helpers/logger','existsSync','desiredCapabilities','OFGFN','now','nightwatch.json','5856936Gcslux','platforms','iBnIH','3015dVkReV','split','445bQaNPL','Getting\x20your\x20nightwatch\x20configs\x20from\x20','warn','length','skdll','writeFileSync','yUBpV','32152eLNyIN','XmbiT','../../helpers/helper','MWYOP','platform','7851520ItTelY','test','exports','modifyBrowserStackCaps','selenium','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','cwd','dSIys','test_settings','BROWSERSTACK_FRAMEWORK','splice','findIndex','nightwatch.conf.js','11920896dBzVpr'];a46_0x4b97=function(){return _0x21fbfd;};return a46_0x4b97();}const fs=require('fs'),path=require(a46_0x5381e0(0xdb)),{spawn}=require('child_process'),logger=require(a46_0x5381e0(0x10a))[a46_0x5381e0(0x101)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a46_0x5381e0(0x11e)),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0x3e0950,_0x31dc42)=>{const _0x2d903b=a46_0x5381e0,_0xe1fe5b={'jOIEI':_0x2d903b(0xd2),'lJppI':_0x2d903b(0x10f),'XGVbv':function(_0x2c5c0b,_0x547218){return _0x2c5c0b(_0x547218);},'RUteq':_0x2d903b(0xfa)};let _0x203a6e=null,_0x29d7d3={};const _0x27bb55=_0x31dc42[_0x2d903b(0xd1)](_0x3b20ce=>_0x3b20ce===_0x2d903b(0xdd)),_0x339f3d=!helper[_0x2d903b(0x104)](_0x3e0950['config'])?helper['resolveWithinCwd'](_0x3e0950[_0x2d903b(0xf2)]):null;!helper[_0x2d903b(0x104)](_0x3e0950[_0x2d903b(0xf2)])&&!_0x339f3d&&logger[_0x2d903b(0x117)](_0x2d903b(0xf4)+_0x3e0950[_0x2d903b(0xf2)]+_0x2d903b(0x126));if(_0x339f3d&&fs['existsSync'](_0x339f3d))_0x203a6e=_0x339f3d,_0x31dc42[_0x2d903b(0x12b)](_0x27bb55,0x2);else{if(fs[_0x2d903b(0x10b)](path['join'](process[_0x2d903b(0x127)](),_0xe1fe5b[_0x2d903b(0xfc)])))_0x203a6e=path[_0x2d903b(0xeb)](process[_0x2d903b(0x127)](),_0xe1fe5b[_0x2d903b(0xfc)]);else fs[_0x2d903b(0x10b)](path[_0x2d903b(0xeb)](process['cwd'](),_0xe1fe5b[_0x2d903b(0x106)]))&&(_0x203a6e=path[_0x2d903b(0xeb)](process[_0x2d903b(0x127)](),_0xe1fe5b[_0x2d903b(0x106)]));}return _0x203a6e?(logger[_0x2d903b(0xe7)](_0x2d903b(0x116)+_0x203a6e),_0x29d7d3=_0xe1fe5b[_0x2d903b(0xf6)](require,_0x203a6e)):logger['info'](_0xe1fe5b[_0x2d903b(0x109)]),_0x29d7d3;},removeExistingEnvs=_0x30d796=>{const _0xabcdbf=a46_0x5381e0,_0x2f18c7={};_0x2f18c7[_0xabcdbf(0x112)]=function(_0x373a34,_0x443f4f){return _0x373a34>_0x443f4f;};const _0xabd13b=_0x2f18c7;let _0xa17c99=_0x30d796[_0xabcdbf(0xd1)](_0x2c6789=>_0x2c6789===_0xabcdbf(0xdc));_0xabd13b[_0xabcdbf(0x112)](_0xa17c99,-0x1)&&_0x30d796[_0xabcdbf(0x12b)](_0xa17c99,0x2),_0xa17c99=_0x30d796[_0xabcdbf(0xd1)](_0x32efc4=>_0x32efc4==='-e'),_0xabd13b['iBnIH'](_0xa17c99,-0x1)&&_0x30d796[_0xabcdbf(0x12b)](_0xa17c99,0x2);};function a46_0x36d4(_0x323586,_0x150a37){const _0x4b97d4=a46_0x4b97();return a46_0x36d4=function(_0x36d408,_0x2820f9){_0x36d408=_0x36d408-0xd1;let _0x5c1770=_0x4b97d4[_0x36d408];return _0x5c1770;},a46_0x36d4(_0x323586,_0x150a37);}function run(_0x1b507f,_0x2b274a,_0x1ca01a){const _0x34b551=a46_0x5381e0,_0x2e0294={'iYBjX':_0x34b551(0x108),'VTwXi':function(_0x29ed8a,_0x5369eb){return _0x29ed8a+_0x5369eb;},'tVWJj':_0x34b551(0x129),'KCmMp':function(_0x5e2b6d,_0x58fccb,_0x8f6df7){return _0x5e2b6d(_0x58fccb,_0x8f6df7);},'XmbiT':_0x34b551(0xd8),'MWYOP':_0x34b551(0xd9),'hamUc':function(_0x226fa9,_0x2905a6){return _0x226fa9===_0x2905a6;},'dPiFk':_0x34b551(0x103),'Casoa':function(_0x1f96e0,_0x2315a1){return _0x1f96e0(_0x2315a1);},'skdll':_0x34b551(0xe9),'eEPBz':function(_0x2fc79a,_0x5648c6,_0x7cf445,_0x1374c9){return _0x2fc79a(_0x5648c6,_0x7cf445,_0x1374c9);},'kRJaZ':'nightwatch.cmd','YqAXB':'--config','dSIys':'--env','yUBpV':_0x34b551(0xff),'vNRby':'close'};if(!_0x1ca01a['config'])return;const _0x4fa120=_0x2e0294[_0x34b551(0xd5)](getUserNightwatchConfigs,_0x1b507f,_0x2b274a),_0x3e01d7={};_0x3e01d7[_0x34b551(0x102)]=![];const _0x37e8fa={};_0x37e8fa[_0x34b551(0xd6)]=_0x2e0294[_0x34b551(0x11d)],_0x37e8fa[_0x34b551(0xe8)]=0x1bb;const _0x1c707b={};_0x1c707b[_0x34b551(0xe5)]=_0x3e01d7,_0x1c707b[_0x34b551(0x125)]=_0x37e8fa;const _0x40b923=_0x1c707b;logger[_0x34b551(0xe7)](_0x2e0294[_0x34b551(0x11f)]);const _0x158971={..._0x4fa120},_0x2e0269=_0x158971,_0x2dedd6=helper[_0x34b551(0xf0)](_0x1ca01a[_0x34b551(0xf2)]),_0x5ebdf5=[];_0x1ca01a[_0x34b551(0xf2)][_0x34b551(0x111)]['forEach']((_0x4e4208,_0x3a3746)=>{const _0x4da9ef=_0x34b551;_0x2dedd6?_0x5ebdf5[_0x4da9ef(0x107)](helper[_0x4da9ef(0xed)](_0x1ca01a[_0x4da9ef(0xf2)],_0x2e0294['iYBjX'],_0x3a3746)):_0x5ebdf5[_0x4da9ef(0x107)](helper[_0x4da9ef(0x124)](_0x1ca01a['config'],_0x2e0294[_0x4da9ef(0xf1)],_0x3a3746));});const _0x387319={},_0x9771cb=[];_0x1b507f[_0x34b551(0xda)]=_0x1b507f[_0x34b551(0xda)]||_0x1b507f['e'];const _0x27c39d=_0x1b507f[_0x34b551(0xda)]?_0x1b507f[_0x34b551(0xda)][_0x34b551(0xec)]()[_0x34b551(0x114)](',')[_0x34b551(0xe1)](_0x24713b=>_0x24713b[_0x34b551(0xec)]())['filter'](_0xd2e23f=>_0xd2e23f!==''):[''];_0x2e0294[_0x34b551(0xfd)](_0x27c39d[_0x34b551(0x118)],0x0)&&_0x27c39d[_0x34b551(0x107)]('');_0x27c39d[_0x34b551(0xe6)](_0x3dd3d8=>{const _0x5f3b8b=_0x34b551,_0x166e36={'OHDkl':function(_0x150bcf,_0x23ddc9){const _0x128b72=a46_0x36d4;return _0x2e0294[_0x128b72(0x105)](_0x150bcf,_0x23ddc9);},'OFGFN':_0x2e0294[_0x5f3b8b(0xef)]};_0x5ebdf5[_0x5f3b8b(0xe6)](_0x114571=>{const _0x48b2c=_0x5f3b8b;let _0x49fb06=_0x166e36['OHDkl'](helper[_0x48b2c(0xf8)](_0x114571,'_'),'_'+Date[_0x48b2c(0x10e)]());_0x3dd3d8&&(_0x49fb06+='_'+_0x3dd3d8);if(_0x3dd3d8&&(!_0x4fa120[_0x166e36[_0x48b2c(0x10d)]]||!_0x4fa120[_0x166e36[_0x48b2c(0x10d)]][_0x3dd3d8]))return;const _0x3a809b={..._0x40b923};_0x3a809b[_0x48b2c(0x10c)]=_0x114571;const _0x58a526=_0x3a809b;_0x387319[_0x49fb06]=_0x3dd3d8?helper[_0x48b2c(0xde)](_0x4fa120[_0x166e36[_0x48b2c(0x10d)]][_0x3dd3d8],_0x58a526):_0x58a526,_0x9771cb[_0x48b2c(0x107)](_0x49fb06);});});!_0x2e0269[_0x34b551(0x129)]&&(_0x2e0269[_0x34b551(0x129)]={});_0x2e0269[_0x34b551(0x129)]={..._0x2e0269['test_settings'],..._0x387319};const _0x59c26f=path[_0x34b551(0xeb)](__dirname,_0x2e0294[_0x34b551(0xf3)]);fs[_0x34b551(0x11a)](_0x59c26f,JSON['stringify'](_0x2e0269)),_0x2e0294[_0x34b551(0xdf)](removeExistingEnvs,_0x2b274a);const _0x3320fb=require['resolve'](_0x2e0294[_0x34b551(0x119)]),_0x8f33d6=process['env'][_0x34b551(0xfe)]||'',_0x51e82c=_0x34b551(0xd4)+JSON[_0x34b551(0xf9)](_0x3320fb),_0x1bc119=_0x8f33d6?_0x8f33d6+'\x20'+_0x51e82c:_0x51e82c,_0x5dc2e8=Object[_0x34b551(0xd7)]({},process[_0x34b551(0xda)],{'NODE_OPTIONS':_0x1bc119,'BROWSERSTACK_FRAMEWORK':process[_0x34b551(0xda)][_0x34b551(0x12a)]||_0x2e0294['iYBjX']}),_0x40637a=_0x2e0294['eEPBz'](spawn,/^win/[_0x34b551(0x122)](process[_0x34b551(0x120)])?_0x2e0294[_0x34b551(0xe0)]:_0x2e0294[_0x34b551(0xf1)],[_0x2e0294[_0x34b551(0xfb)],_0x59c26f,..._0x2b274a[_0x34b551(0x100)](0x1),_0x2e0294[_0x34b551(0x128)],_0x9771cb[_0x34b551(0xeb)](',')],{'stdio':_0x2e0294[_0x34b551(0x11b)],'env':_0x5dc2e8});_0x40637a['on'](_0x2e0294['vNRby'],async _0x25265f=>{const _0x41fa6f=_0x34b551;logger[_0x41fa6f(0xf5)](_0x41fa6f(0xe2)+_0x25265f),logger[_0x41fa6f(0xe7)](_0x41fa6f(0xf7)+_0x59c26f),fs[_0x41fa6f(0xee)](_0x59c26f);});}module[a46_0x5381e0(0x123)]=run;
2
+ 'use strict';const a46_0x145948=a46_0x54f5;(function(_0x4b0018,_0x440ac9){const _0x9441cb=a46_0x54f5,_0x55804a=_0x4b0018();while(!![]){try{const _0x1c15f8=parseInt(_0x9441cb(0xdf))/0x1+parseInt(_0x9441cb(0x90))/0x2+-parseInt(_0x9441cb(0xac))/0x3+parseInt(_0x9441cb(0xc1))/0x4+parseInt(_0x9441cb(0xe0))/0x5+-parseInt(_0x9441cb(0xbe))/0x6*(parseInt(_0x9441cb(0xc5))/0x7)+-parseInt(_0x9441cb(0xd1))/0x8;if(_0x1c15f8===_0x440ac9)break;else _0x55804a['push'](_0x55804a['shift']());}catch(_0x1951b1){_0x55804a['push'](_0x55804a['shift']());}}}(a46_0x145d,0xf0e0a));const fs=require('fs'),path=require(a46_0x145948(0xd2)),{spawn}=require(a46_0x145948(0xce)),logger=require(a46_0x145948(0x9c))[a46_0x145948(0xae)],{default:BrowserStackSetup}=require(a46_0x145948(0xd7)),helper=require(a46_0x145948(0xc0)),constants=require(a46_0x145948(0x9f)),getUserNightwatchConfigs=(_0x52ebcf,_0x4b19f7)=>{const _0x57f8be=a46_0x145948,_0x1ef16f={'ETrDu':_0x57f8be(0xdd),'yArJN':'nightwatch.json','DLGEz':function(_0x4c6fc0,_0xc52b55){return _0x4c6fc0(_0xc52b55);},'PvqIn':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x244598=null,_0x44568f={};const _0x2a52ef=_0x4b19f7[_0x57f8be(0xc3)](_0x2ce7d3=>_0x2ce7d3===_0x57f8be(0xb7)),_0x249f33=!helper[_0x57f8be(0x98)](_0x52ebcf[_0x57f8be(0xb0)])?helper[_0x57f8be(0x91)](_0x52ebcf[_0x57f8be(0xb0)]):null;!helper[_0x57f8be(0x98)](_0x52ebcf['config'])&&!_0x249f33&&logger['warn'](_0x57f8be(0xad)+_0x52ebcf[_0x57f8be(0xb0)]+_0x57f8be(0xa6));if(_0x249f33&&fs['existsSync'](_0x249f33))_0x244598=_0x249f33,_0x4b19f7[_0x57f8be(0x99)](_0x2a52ef,0x2);else{if(fs[_0x57f8be(0x96)](path[_0x57f8be(0xb3)](process[_0x57f8be(0xca)](),_0x1ef16f[_0x57f8be(0xbf)])))_0x244598=path[_0x57f8be(0xb3)](process[_0x57f8be(0xca)](),_0x1ef16f[_0x57f8be(0xbf)]);else fs['existsSync'](path[_0x57f8be(0xb3)](process[_0x57f8be(0xca)](),_0x1ef16f[_0x57f8be(0xa0)]))&&(_0x244598=path['join'](process[_0x57f8be(0xca)](),_0x1ef16f['yArJN']));}return _0x244598?(logger[_0x57f8be(0xb1)](_0x57f8be(0xcf)+_0x244598),_0x44568f=_0x1ef16f[_0x57f8be(0xdc)](require,_0x244598)):logger[_0x57f8be(0xb1)](_0x1ef16f[_0x57f8be(0xa1)]),_0x44568f;},removeExistingEnvs=_0x2ca76a=>{const _0x68de83=a46_0x145948,_0x545bad={};_0x545bad[_0x68de83(0xd8)]=function(_0x357723,_0x469d4c){return _0x357723>_0x469d4c;};const _0x4e0a4a=_0x545bad;let _0xa5558b=_0x2ca76a[_0x68de83(0xc3)](_0x3f10cb=>_0x3f10cb===_0x68de83(0xd4));_0x4e0a4a['CLtEr'](_0xa5558b,-0x1)&&_0x2ca76a[_0x68de83(0x99)](_0xa5558b,0x2),_0xa5558b=_0x2ca76a['findIndex'](_0x17bd25=>_0x17bd25==='-e'),_0x4e0a4a[_0x68de83(0xd8)](_0xa5558b,-0x1)&&_0x2ca76a[_0x68de83(0x99)](_0xa5558b,0x2);};function run(_0x5926d1,_0x2f454a,_0x2b2832){const _0x1db56a=a46_0x145948,_0x1ae262={'oOcwK':'nightwatch','IObrb':function(_0x4f2a3d,_0x4d9c5d){return _0x4f2a3d+_0x4d9c5d;},'dqaIp':'test_settings','wQtxt':function(_0x4316c1,_0x21543f,_0x21e07e){return _0x4316c1(_0x21543f,_0x21e07e);},'hQaHr':_0x1db56a(0xb2),'bJZmn':_0x1db56a(0xd0),'crKVi':function(_0x21ac39,_0x45a152){return _0x21ac39===_0x45a152;},'hrpoM':'nightwatch-browserstack.json','pONtO':function(_0x145ca9,_0x4399fb){return _0x145ca9(_0x4399fb);},'EnPNf':_0x1db56a(0x92),'YrCwz':function(_0x25526d,_0x1e0191,_0x334aff,_0x414123){return _0x25526d(_0x1e0191,_0x334aff,_0x414123);},'sAjTN':_0x1db56a(0x8e),'cWlin':_0x1db56a(0xb7),'OZqKk':'--env','pUHkO':_0x1db56a(0xab),'SkBFA':'close'};if(!_0x2b2832[_0x1db56a(0xb0)])return;const _0x3cf9f4=_0x1ae262[_0x1db56a(0xa8)](getUserNightwatchConfigs,_0x5926d1,_0x2f454a),_0x5f3011={};_0x5f3011[_0x1db56a(0xcb)]=![];const _0x5bb424={};_0x5bb424[_0x1db56a(0xa4)]=_0x1ae262[_0x1db56a(0xaa)],_0x5bb424[_0x1db56a(0x9e)]=0x1bb;const _0x2a7dd5={};_0x2a7dd5['webdriver']=_0x5f3011,_0x2a7dd5[_0x1db56a(0xaf)]=_0x5bb424;const _0x32de27=_0x2a7dd5;logger[_0x1db56a(0xb1)](_0x1ae262[_0x1db56a(0xb4)]);const _0x4a3dde={..._0x3cf9f4},_0x2d6ac5=_0x4a3dde,_0x31623b=helper[_0x1db56a(0x93)](_0x2b2832[_0x1db56a(0xb0)]),_0x4ed2b0=[];_0x2b2832['config']['platforms']['forEach']((_0x54d633,_0x334e4b)=>{const _0x57d755=_0x1db56a;_0x31623b?_0x4ed2b0[_0x57d755(0xbd)](helper[_0x57d755(0xc7)](_0x2b2832[_0x57d755(0xb0)],_0x1ae262['oOcwK'],_0x334e4b)):_0x4ed2b0[_0x57d755(0xbd)](helper[_0x57d755(0xa5)](_0x2b2832[_0x57d755(0xb0)],_0x1ae262['oOcwK'],_0x334e4b));});const _0x516786={},_0x3b6bd7=[];_0x5926d1[_0x1db56a(0xc4)]=_0x5926d1[_0x1db56a(0xc4)]||_0x5926d1['e'];const _0x13790c=_0x5926d1['env']?_0x5926d1['env']['trim']()[_0x1db56a(0xde)](',')['map'](_0x572f69=>_0x572f69[_0x1db56a(0xa7)]())[_0x1db56a(0xcd)](_0x2528b0=>_0x2528b0!==''):[''];_0x1ae262[_0x1db56a(0xbb)](_0x13790c['length'],0x0)&&_0x13790c[_0x1db56a(0xbd)]('');_0x13790c[_0x1db56a(0xbc)](_0x3f4d32=>{const _0x3fadc4=_0x1db56a;_0x4ed2b0[_0x3fadc4(0xbc)](_0x50a8fc=>{const _0x46b876=_0x3fadc4;let _0x15d75f=_0x1ae262[_0x46b876(0x9d)](helper[_0x46b876(0xd6)](_0x50a8fc,'_'),'_'+Date[_0x46b876(0xcc)]());_0x3f4d32&&(_0x15d75f+='_'+_0x3f4d32);if(_0x3f4d32&&(!_0x3cf9f4[_0x1ae262[_0x46b876(0xd5)]]||!_0x3cf9f4[_0x1ae262[_0x46b876(0xd5)]][_0x3f4d32]))return;const _0x1f44cf={..._0x32de27};_0x1f44cf[_0x46b876(0xb9)]=_0x50a8fc;const _0xfd7d43=_0x1f44cf;_0x516786[_0x15d75f]=_0x3f4d32?helper[_0x46b876(0xd9)](_0x3cf9f4[_0x1ae262[_0x46b876(0xd5)]][_0x3f4d32],_0xfd7d43):_0xfd7d43,_0x3b6bd7[_0x46b876(0xbd)](_0x15d75f);});});!_0x2d6ac5[_0x1db56a(0xda)]&&(_0x2d6ac5[_0x1db56a(0xda)]={});_0x2d6ac5[_0x1db56a(0xda)]={..._0x2d6ac5[_0x1db56a(0xda)],..._0x516786};const _0x36eb97=path['join'](__dirname,_0x1ae262[_0x1db56a(0xa3)]);fs['writeFileSync'](_0x36eb97,JSON[_0x1db56a(0x94)](_0x2d6ac5)),_0x1ae262[_0x1db56a(0x8d)](removeExistingEnvs,_0x2f454a);const _0x42fd73=require[_0x1db56a(0xb6)](_0x1ae262[_0x1db56a(0xc2)]),_0x4c66f3=process[_0x1db56a(0xc4)][_0x1db56a(0xd3)]||'',_0x125e07=_0x1db56a(0xc6)+JSON[_0x1db56a(0x94)](_0x42fd73),_0xe4a89c=_0x4c66f3?_0x4c66f3+'\x20'+_0x125e07:_0x125e07,_0x374f2b=Object[_0x1db56a(0x9b)]({},process[_0x1db56a(0xc4)],{'NODE_OPTIONS':_0xe4a89c,'BROWSERSTACK_FRAMEWORK':process[_0x1db56a(0xc4)][_0x1db56a(0xa9)]||_0x1ae262[_0x1db56a(0xc9)]}),_0x3cdae5=_0x1ae262['YrCwz'](spawn,/^win/[_0x1db56a(0xb8)](process[_0x1db56a(0x97)])?_0x1ae262[_0x1db56a(0xc8)]:_0x1ae262[_0x1db56a(0xc9)],[_0x1ae262['cWlin'],_0x36eb97,..._0x2f454a[_0x1db56a(0xba)](0x1),_0x1ae262[_0x1db56a(0x95)],_0x3b6bd7['join'](',')],{'stdio':_0x1ae262[_0x1db56a(0x8f)],'env':_0x374f2b});_0x3cdae5['on'](_0x1ae262[_0x1db56a(0xa2)],async _0x56eb0f=>{const _0x701a0b=_0x1db56a;logger['debug'](_0x701a0b(0xb5)+_0x56eb0f),logger['info'](_0x701a0b(0x9a)+_0x36eb97),fs['unlinkSync'](_0x36eb97);});}function a46_0x54f5(_0x45c3cf,_0x3d124f){const _0x145db3=a46_0x145d();return a46_0x54f5=function(_0x54f51a,_0x509d8f){_0x54f51a=_0x54f51a-0x8d;let _0x1b6bab=_0x145db3[_0x54f51a];return _0x1b6bab;},a46_0x54f5(_0x45c3cf,_0x3d124f);}module[a46_0x145948(0xdb)]=run;function a46_0x145d(){const _0x4e5809=['resolveWithinCwd','../../index','useW3C','stringify','OZqKk','existsSync','platform','isUndefined','splice','Deleting\x20','assign','../../helpers/logger','IObrb','port','../utils/constants','yArJN','PvqIn','SkBFA','hrpoM','host','modifyBrowserStackCaps','\x22:\x20it\x20resolves\x20outside\x20the\x20project\x20directory.','trim','wQtxt','BROWSERSTACK_FRAMEWORK','hQaHr','inherit','1221885criiUE','Ignoring\x20--config\x20path\x20\x22','winstonLogger','selenium','config','info','hub.browserstack.com','join','bJZmn','child\x20process\x20exited\x20with\x20code\x20','resolve','--config','test','desiredCapabilities','slice','crKVi','forEach','push','36LrCCRH','ETrDu','../../helpers/helper','1636468SYbaAj','EnPNf','findIndex','env','1726683LKwTmD','--require\x20','modifyBrowserStackW3CCaps','sAjTN','oOcwK','cwd','start_process','now','filter','child_process','Getting\x20your\x20nightwatch\x20configs\x20from\x20','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','1704096cVbVRQ','path','NODE_OPTIONS','--env','dqaIp','getPlatformName','../../helpers/BrowserStackSetup','CLtEr','mergeDeep','test_settings','exports','DLGEz','nightwatch.conf.js','split','1503025xRrRrF','790030bFPKpt','pONtO','nightwatch.cmd','pUHkO','2033614hdVLmo'];a46_0x145d=function(){return _0x4e5809;};return a46_0x145d();}