browserstack-node-sdk 1.55.6 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) 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/generated/sdk-messages_pb.d.ts +64 -0
  41. package/generated/sdk-messages_pb.js +512 -0
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +3 -2
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.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/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/newman/command.js +1 -1
  83. package/src/bin/newman/helper.js +1 -1
  84. package/src/bin/newman/reporter/index.js +1 -1
  85. package/src/bin/newman/scriptRunner.js +1 -1
  86. package/src/bin/nightwatch/command.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/patches.js +1 -1
  98. package/src/bin/puppeteer/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/test.setup.js +1 -1
  100. package/src/bin/runner.js +1 -1
  101. package/src/bin/setup.js +1 -1
  102. package/src/bin/test-runner/index.js +1 -1
  103. package/src/bin/test-runner/runTest.js +1 -1
  104. package/src/bin/test-runner/testWorker.js +1 -1
  105. package/src/bin/utils/apiUtilityMethods.js +1 -1
  106. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  107. package/src/bin/utils/constants.js +1 -1
  108. package/src/bin/utils/log4jsAppender.js +1 -1
  109. package/src/bin/utils/logPatcher.js +1 -1
  110. package/src/bin/utils/logReportingAPI.js +1 -1
  111. package/src/bin/utils/playwright-patcher.js +1 -1
  112. package/src/bin/utils/puppeteer-patcher.js +1 -1
  113. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  114. package/src/bin/utils/sharedUtils.js +1 -1
  115. package/src/bin/v2/TestInfo.js +1 -1
  116. package/src/bin/v2/browserstackCLI.js +1 -1
  117. package/src/bin/v2/cliUtils.js +1 -1
  118. package/src/bin/v2/customTagManager.js +1 -1
  119. package/src/bin/v2/eventDispatcher.js +1 -1
  120. package/src/bin/v2/framework/automationFramework.js +1 -1
  121. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  122. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  123. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  124. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  125. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  126. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  127. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  128. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  129. package/src/bin/v2/framework/testFramework.js +1 -1
  130. package/src/bin/v2/grpcClient.js +1 -1
  131. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  132. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  133. package/src/bin/v2/instances/trackedContext.js +1 -1
  134. package/src/bin/v2/instances/trackedInstance.js +1 -1
  135. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  136. package/src/bin/v2/modules/baseModule.js +1 -1
  137. package/src/bin/v2/modules/loadTestModule.js +1 -1
  138. package/src/bin/v2/modules/observabilityModule.js +1 -1
  139. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  140. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  141. package/src/bin/v2/modules/testhubModule.js +1 -1
  142. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  143. package/src/bin/v2/state/hookState.js +1 -1
  144. package/src/bin/v2/state/testFrameworkState.js +1 -1
  145. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  146. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  147. package/src/bin/v2/utils/jest-utils.js +1 -1
  148. package/src/bin/vanilla-js/command.js +1 -1
  149. package/src/browserStackSdk.js +1 -1
  150. package/src/helpers/BrowserStackSetup.js +1 -1
  151. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  152. package/src/helpers/accessibility-automation/constants.js +1 -1
  153. package/src/helpers/accessibility-automation/helper.js +1 -1
  154. package/src/helpers/accessibility-automation/scripts.js +1 -1
  155. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  156. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  157. package/src/helpers/ats/constants.js +1 -1
  158. package/src/helpers/ats/helper.js +1 -1
  159. package/src/helpers/caCertHelper.js +1 -0
  160. package/src/helpers/capsMapping.js +1 -1
  161. package/src/helpers/central-scanner/constants.js +1 -1
  162. package/src/helpers/central-scanner/helpers.js +1 -1
  163. package/src/helpers/classLogger.js +1 -1
  164. package/src/helpers/globals.js +1 -1
  165. package/src/helpers/helper.js +1 -1
  166. package/src/helpers/logger.js +1 -1
  167. package/src/helpers/metadata.js +1 -1
  168. package/src/helpers/patchHelper.js +1 -1
  169. package/src/helpers/patchHelpers.js +1 -1
  170. package/src/helpers/percy/Percy.js +1 -1
  171. package/src/helpers/percy/PercyBinary.js +1 -1
  172. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  173. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  174. package/src/helpers/percy/PercySDK.js +1 -1
  175. package/src/helpers/percy/index.js +1 -1
  176. package/src/helpers/percy/utils.js +1 -1
  177. package/src/helpers/performance/constants.js +1 -1
  178. package/src/helpers/performance/performance-tester.js +1 -1
  179. package/src/helpers/playwright-helper.js +1 -1
  180. package/src/helpers/processHelper.js +1 -1
  181. package/src/helpers/puppeteer-helper.js +1 -1
  182. package/src/helpers/request-spy.js +1 -1
  183. package/src/helpers/setKeepAlive.js +1 -1
  184. package/src/helpers/stackFrameUtils.js +1 -1
  185. package/src/helpers/test-observability/constants.js +1 -1
  186. package/src/helpers/test-observability/error-handler.js +1 -1
  187. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  188. package/src/helpers/test-observability/sessionHandler.js +1 -1
  189. package/src/helpers/test-observability/utils.js +1 -1
  190. package/src/helpers/test-orchestration/constants.js +1 -1
  191. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  192. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  193. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  194. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  195. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  196. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  197. package/src/helpers/testhub/constants.js +1 -1
  198. package/src/helpers/testhub/testhubHandler.js +1 -1
  199. package/src/helpers/testhub/utils.js +1 -1
  200. package/src/helpers/timeoutPromise.js +1 -1
  201. package/src/helpers/utilities.js +1 -1
  202. package/src/helpers/w3cMapping.js +1 -1
  203. package/src/hubAllocationMethods.js +1 -1
  204. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a36_0x1df657=a36_0x464a;function a36_0x464a(_0x505d3f,_0x5e48d8){const _0xd61a5d=a36_0xd61a();return a36_0x464a=function(_0x464aa9,_0x8fba1c){_0x464aa9=_0x464aa9-0x1bd;let _0x1a9096=_0xd61a5d[_0x464aa9];return _0x1a9096;},a36_0x464a(_0x505d3f,_0x5e48d8);}(function(_0x57be2a,_0x4d22cf){const _0x137fb7=a36_0x464a,_0x3cf0aa=_0x57be2a();while(!![]){try{const _0x29d967=parseInt(_0x137fb7(0x20b))/0x1*(-parseInt(_0x137fb7(0x1d4))/0x2)+-parseInt(_0x137fb7(0x228))/0x3+parseInt(_0x137fb7(0x1e5))/0x4*(-parseInt(_0x137fb7(0x1cb))/0x5)+-parseInt(_0x137fb7(0x25d))/0x6+parseInt(_0x137fb7(0x266))/0x7*(-parseInt(_0x137fb7(0x26d))/0x8)+-parseInt(_0x137fb7(0x215))/0x9*(-parseInt(_0x137fb7(0x1d2))/0xa)+parseInt(_0x137fb7(0x1e3))/0xb;if(_0x29d967===_0x4d22cf)break;else _0x3cf0aa['push'](_0x3cf0aa['shift']());}catch(_0x33a8b1){_0x3cf0aa['push'](_0x3cf0aa['shift']());}}}(a36_0xd61a,0x48994));function a36_0xd61a(){const _0x5e06a4=['.\x20Error\x20:','Automate\x20test\x20case\x20execution\x20has\x20started.','162155CKxJuD','GTUFz','Tlypt','../../helpers/performance/constants','MrMrS','YnSNE','debug','50NETDyG','driverCleanup','2568Xaervy','hSNAn','HZxmS','beforeEach','QriEW','Accessibility\x20scan\x20completed\x20successfully','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','afterEach','shift','gGOCg','KhOTv','\x20-\x20','browserstackSessionName','15637138vcLMhF','AZTTI','44pyXPWl','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','iVLty','JUHwl','qEenH','xjPPT','passed','session_','thTestRunUuid','../../helpers/performance/performance-tester','Failed\x20to\x20store\x20session\x20name:\x20','pDWqm','thJwtToken','oHkLA','now','eITJo','qoGqG','bstackA11yShouldScan','DtcCu','command','__sessionFailed','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Ripvk','AmEEF','__skipSessionName','zPZPp','getGlobal','../../helpers/percy/utils','parse','Jflcu','hmAXk','executeScript','app','__platformCaps','testcase','Failed:\x20','ryePt','Passed','74ircAQH','percyCaptureMode','DKNxt','CGoBs','oeTUr','mEsZL','gkTra','BROWSERSTACK_TESTHUB_JWT','ziKWv','vhzMe','533214DBdcFB','bstackA11yScanOptions','../../helpers/helper','util','ztmnJ','iMUvw','error','jtUlb','protocol','currentTest','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','../../helpers/logger','LBsHq','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','yspff','wHAyV','mxvSu','Mocha','ENV_VAR','300252FsZEhw','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','afterAll','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','./test-observability/mochaUtils',',\x22level\x22:\x20\x22','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','ofMZo','env','performScanWithRetry','KZvec','capabilities','then','eXkLA','../../helpers/globals','atQxN','browserstackTestName','accessibilityScanStarted','Homwz','__error_messages__','format','RESqm','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','isAccessibilityPlatform','quitCount_','beforeAll','PERFORM_SCAN','push','ifYYw','aFMna','timeout','state','SYNC','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','../../helpers/testhub/constants','index','IKYYk','JmBnv','QvAiz','hnrXV','shouldScanTestForAccessibility','getCurrentUrl','err','hazUg','stringify','KGbmu','zcKVi','FgUbM','xecCJ','qhjzr','FBvPc','EpgEZ','__drivers','1972818djHjlw','guXGj','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','isArray','appium:app','Bljqw','SESSION_NAME','eOfae','aPijZ','1918MBCGGX','QffOa','testAnalyticsId','KWFhl','vzodh','rUldD','gEEQH','15760sKVWID','afterTest','percy','Accessibility\x20results\x20saved\x20successfully','finally','\x22}}','https:','info','KyJTQ','message','aacue','EBzGz','join','warn','nnDCB','http:','measureWrapper','startMonitoring','length','szhVr','BROWSERSTACK_TESTHUB_UUID','BYoDz','kogxp','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','titlePath','SDK_HOOK'];a36_0xd61a=function(){return _0x5e06a4;};return a36_0xd61a();}const util=require(a36_0x1df657(0x218)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),{percyAutoCapture}=require(a36_0x1df657(0x200)),{sendPlatformDetails}=require(a36_0x1df657(0x22c)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x1df657(0x217)),PerformanceTester=require(a36_0x1df657(0x1ee)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x1df657(0x1ce)),globals=require(a36_0x1df657(0x236)),logger=require(a36_0x1df657(0x220))['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a36_0x1df657(0x24a));exports['mochaHooks']={'beforeAll'(){const _0x230ea3=a36_0x1df657,_0x2be963={'nnDCB':function(_0x193bd8,_0x1a08cc,_0x160a17,_0x29a798){return _0x193bd8(_0x1a08cc,_0x160a17,_0x29a798);},'JUHwl':'failed','LSwWY':'\x20|\x20','EpgEZ':function(_0x356bf5,_0xbb2835,_0x33baaa){return _0x356bf5(_0xbb2835,_0x33baaa);},'ivKIC':'passed','oHkLA':function(_0x22d307){return _0x22d307();},'AZTTI':function(_0x1954cc,_0x2506f9,_0x215e52){return _0x1954cc(_0x2506f9,_0x215e52);},'HZxmS':function(_0x5b6c08,_0x567a5f,_0x5d0438){return _0x5b6c08(_0x567a5f,_0x5d0438);},'ztmnJ':_0x230ea3(0x24b),'Bljqw':_0x230ea3(0x241)};PerformanceTester[_0x230ea3(0x1c0)]();const _0xd7f625='browserstack internal helper hook';PerformanceTester[_0x230ea3(0x1bf)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x11bc39=_0x230ea3;global[_0x11bc39(0x23b)]=[],global[_0x11bc39(0x1f9)]=![],global[_0x11bc39(0x1d3)]=async()=>{const _0x435e9f=_0x11bc39;let _0x5ec5c1=![];try{await global[_0x435e9f(0x25c)][0x0]['session_'],_0x5ec5c1=!![],global['__sessionFailed']?await _0x2be963[_0x435e9f(0x1bd)](markSessionStatus,global[_0x435e9f(0x25c)][0x0],_0x2be963[_0x435e9f(0x1e8)],global[_0x435e9f(0x23b)][_0x435e9f(0x279)](_0x2be963['LSwWY'])):await _0x2be963[_0x435e9f(0x25b)](markSessionStatus,global[_0x435e9f(0x25c)][0x0],_0x2be963['ivKIC']);}catch(_0x5c3981){logger['debug'](_0x435e9f(0x1da)+_0x5c3981);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x5ec5c1)try{try{_0x2be963[_0x435e9f(0x1f2)](shouldProcessEventForTesthub)&&(global[_0x435e9f(0x25c)][0x0]&&await _0x2be963[_0x435e9f(0x1e4)](sendPlatformDetails,global[_0x435e9f(0x25c)][0x0],this[_0x435e9f(0x21e)]?this['currentTest'][_0x435e9f(0x268)]:null));}catch(_0xcc272d){logger[_0x435e9f(0x1d1)](_0x435e9f(0x222)+_0xcc272d);}await global['__drivers'][0x0]['initQuit']();}catch(_0x732a7f){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x732a7f);}};},{'platform':_0x2be963[_0x230ea3(0x1d6)](nestedKeyValue,global[_0x230ea3(0x206)],[_0x2be963[_0x230ea3(0x219)]]),'hookType':_0x2be963[_0x230ea3(0x262)]})();},'beforeEach'(_0x503087){const _0x42bfe2=a36_0x1df657,_0x12e7d4={'KyJTQ':function(_0xf314dd,_0x4db311){return _0xf314dd>_0x4db311;},'qhjzr':_0x42bfe2(0x1e1),'xjPPT':function(_0x1af401,_0x4cb15c,_0x53e657){return _0x1af401(_0x4cb15c,_0x53e657);},'CnkGo':function(_0x4d6ca1,_0xaa7dcd){return _0x4d6ca1===_0xaa7dcd;},'mEsZL':_0x42bfe2(0x1f6),'qoGqG':_0x42bfe2(0x216),'vhzMe':function(_0x63ea74){return _0x63ea74();},'gGOCg':_0x42bfe2(0x23f),'vzodh':_0x42bfe2(0x1be),'guXGj':_0x42bfe2(0x273),'Jflcu':_0x42bfe2(0x1e6),'xecCJ':_0x42bfe2(0x1ca),'IUaax':function(_0x566e37){return _0x566e37();},'qEenH':_0x42bfe2(0x238),'kogxp':function(_0x2f9f5f,_0xc1cb39,_0x2bfbfd){return _0x2f9f5f(_0xc1cb39,_0x2bfbfd);},'Tlypt':'index','oeTUr':_0x42bfe2(0x1d7)};globals['setGlobal'](_0x12e7d4[_0x42bfe2(0x1e9)],this[_0x42bfe2(0x21e)][_0x42bfe2(0x1c7)]()[_0x42bfe2(0x279)](_0x12e7d4[_0x42bfe2(0x259)])),PerformanceTester[_0x42bfe2(0x1bf)](PerformanceSdkEvents[_0x42bfe2(0x1c8)],()=>{const _0x57818c=_0x42bfe2,_0x38fa7f={'wHAyV':function(_0x8173f3,_0x4da7e4){const _0x3991ab=a36_0x464a;return _0x12e7d4[_0x3991ab(0x275)](_0x8173f3,_0x4da7e4);},'ofMZo':_0x12e7d4[_0x57818c(0x259)],'KZvec':function(_0x412af8,_0x494acc,_0x22964b){const _0xe636e9=_0x57818c;return _0x12e7d4[_0xe636e9(0x1ea)](_0x412af8,_0x494acc,_0x22964b);},'KGbmu':function(_0x12cbab,_0x585ce2){return _0x12e7d4['CnkGo'](_0x12cbab,_0x585ce2);},'DKNxt':_0x12e7d4[_0x57818c(0x210)],'Ripvk':_0x12e7d4[_0x57818c(0x1f5)],'aacue':function(_0x52d40a){const _0x46a98e=_0x57818c;return _0x12e7d4[_0x46a98e(0x214)](_0x52d40a);},'HYNrH':_0x12e7d4[_0x57818c(0x1df)],'atQxN':_0x12e7d4[_0x57818c(0x26a)],'FBvPc':function(_0x47f701,_0x4d047a){return _0x12e7d4['CnkGo'](_0x47f701,_0x4d047a);},'KMTgh':_0x12e7d4[_0x57818c(0x25e)],'zFfgI':_0x12e7d4[_0x57818c(0x202)],'YnSNE':_0x12e7d4[_0x57818c(0x258)],'hSNAn':function(_0x56597c){return _0x12e7d4['IUaax'](_0x56597c);}},_0x58897f='browserstack internal helper hook';new Promise(async _0x90742e=>{const _0xc40b52=_0x57818c;let _0x1f4ab2=!![];try{_0x38fa7f[_0xc40b52(0x224)](global[_0xc40b52(0x25c)]['length'],0x1)&&(await global[_0xc40b52(0x1d3)](),global[_0xc40b52(0x25c)][_0xc40b52(0x1de)]()),_0x38fa7f[_0xc40b52(0x224)](global[_0xc40b52(0x25c)][0x0]['quitCount_'],0x0)&&(_0x1f4ab2=![],await global[_0xc40b52(0x1d3)]());}catch(_0xefcf44){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0xefcf44);}try{Array[_0xc40b52(0x260)](global[_0xc40b52(0x25c)])&&global['__drivers'][0x0]&&(global[_0xc40b52(0x25c)][0x0]['browserstackSessionName']=this['currentTest']['titlePath']()[_0xc40b52(0x279)](_0x38fa7f['ofMZo'])),global[_0xc40b52(0x1e2)]=this[_0xc40b52(0x21e)][_0xc40b52(0x1c7)]()['join'](_0x38fa7f[_0xc40b52(0x22f)]);}catch(_0x2db91b){logger[_0xc40b52(0x1d1)](_0xc40b52(0x1ef)+_0x2db91b);}this[_0xc40b52(0x21e)]['shouldScanTestForAccessibility']=_0x38fa7f[_0xc40b52(0x232)](shouldScanTestForAccessibility,this['currentTest']['titlePath'](),!![]);let _0x58b0c0=!![];try{const _0x2ea447=JSON[_0xc40b52(0x201)](process[_0xc40b52(0x230)][_0xc40b52(0x1db)]||'{}');_0x38fa7f['KGbmu'](_0x2ea447['autoScanning'],![])&&(_0x58b0c0=![]);}catch(_0x40cabe){logger[_0xc40b52(0x1d1)](_0xc40b52(0x25f)+_0x40cabe[_0xc40b52(0x276)]);}const _0x3e2be4=_0x58b0c0&&this['currentTest']['shouldScanTestForAccessibility'];globals['setGlobal'](_0x38fa7f[_0xc40b52(0x20d)],_0x3e2be4),globals['setGlobal'](_0x38fa7f[_0xc40b52(0x1fb)],null),this[_0xc40b52(0x21e)][_0xc40b52(0x239)]=this[_0xc40b52(0x21e)][_0xc40b52(0x250)];if(_0x38fa7f[_0xc40b52(0x277)](isAccessibilityAutomationSession)&&_0x1f4ab2&&Array[_0xc40b52(0x260)](global[_0xc40b52(0x25c)])&&_0x38fa7f[_0xc40b52(0x224)](global[_0xc40b52(0x25c)][_0xc40b52(0x1c1)],0x0)&&globals['getGlobal'](_0x38fa7f['HYNrH']))try{const _0x27875c=await global[_0xc40b52(0x25c)][0x0][_0xc40b52(0x1ec)];if(_0x27875c){let _0x3647ce=!![];const _0x16fa2d=await global[_0xc40b52(0x25c)][0x0][_0xc40b52(0x251)]();let _0x2bcabf;try{_0x2bcabf=new URL(_0x16fa2d),_0x3647ce=_0x38fa7f[_0xc40b52(0x255)](_0x2bcabf[_0xc40b52(0x21d)],_0x38fa7f[_0xc40b52(0x237)])||_0x38fa7f[_0xc40b52(0x25a)](_0x2bcabf[_0xc40b52(0x21d)],_0x38fa7f['KMTgh']);}catch(_0x5e0e12){_0x3647ce=![];}_0x3647ce&&(this[_0xc40b52(0x21e)][_0xc40b52(0x250)]&&logger[_0xc40b52(0x274)](_0x38fa7f['zFfgI'])),this[_0xc40b52(0x21e)][_0xc40b52(0x239)]=this[_0xc40b52(0x21e)][_0xc40b52(0x250)],_0x3e2be4&&logger[_0xc40b52(0x274)](_0x38fa7f[_0xc40b52(0x1d0)]);}}catch(_0x352dca){logger[_0xc40b52(0x21b)](_0xc40b52(0x1fa)+util[_0xc40b52(0x23c)](_0x352dca));}_0x38fa7f[_0xc40b52(0x277)](_0x90742e);})['then'](()=>{const _0x5d0115=_0x57818c;_0x38fa7f[_0x5d0115(0x1d5)](_0x503087);});},{'platform':_0x12e7d4[_0x42bfe2(0x1c5)](nestedKeyValue,global['__platformCaps'],[_0x12e7d4[_0x42bfe2(0x1cd)]]),'hookType':_0x12e7d4[_0x42bfe2(0x20f)]})();},'afterEach'(_0x4d00b9){const _0x35255c=a36_0x1df657,_0x22bc36={'jWCMO':_0x35255c(0x1e1),'hnrXV':function(_0x4757e8,_0x3582aa){return _0x4757e8!==_0x3582aa;},'Homwz':_0x35255c(0x1eb),'eXkLA':function(_0xdf8d20,_0xee2cd5,_0x5b9585){return _0xdf8d20(_0xee2cd5,_0x5b9585);},'dxbZO':function(_0x3057a0,_0x1a4392){return _0x3057a0+_0x1a4392;},'FgUbM':_0x35255c(0x208),'zcKVi':_0x35255c(0x21b),'RESqm':_0x35255c(0x20a),'QffOa':_0x35255c(0x274),'ziKWv':function(_0x2ec12b,_0x5aff70){return _0x2ec12b>_0x5aff70;},'QvAiz':function(_0x520f19,_0x16504f){return _0x520f19===_0x16504f;},'KWFhl':_0x35255c(0x207),'iVLty':_0x35255c(0x261),'zPZPp':function(_0x569def,_0x89f3b7,_0x40a101,_0x561266){return _0x569def(_0x89f3b7,_0x40a101,_0x561266);},'ifYYw':_0x35255c(0x23f),'jtUlb':_0x35255c(0x249),'LBsHq':_0x35255c(0x1f6),'eOfae':_0x35255c(0x22b),'BYoDz':_0x35255c(0x26e),'aPijZ':_0x35255c(0x1d9),'gEEQH':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','ryePt':_0x35255c(0x23e),'MrMrS':_0x35255c(0x270),'szhVr':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','KhOTv':_0x35255c(0x1dc),'rUldD':function(_0x2a2fa7){return _0x2a2fa7();},'nCjxX':function(_0x3aef1a,_0x2b5cdb,_0xfca9f){return _0x3aef1a(_0x2b5cdb,_0xfca9f);},'GTUFz':function(_0x1e96e1){return _0x1e96e1();},'BWpMj':_0x35255c(0x1d1),'gkTra':function(_0x492794,_0x360b2b){return _0x492794>_0x360b2b;},'AmEEF':function(_0x236dcb){return _0x236dcb();},'moMqf':_0x35255c(0x226),'hmAXk':function(_0x524cef,_0x1cff03,_0x32dc06){return _0x524cef(_0x1cff03,_0x32dc06);},'CGoBs':'index','QriEW':_0x35255c(0x1dd)},_0x43c7e5='browserstack internal helper hook';this[_0x35255c(0x246)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x22bc36['moMqf']]),global['sessionName']=this[_0x35255c(0x21e)][_0x35255c(0x1c7)]()['join'](_0x22bc36['jWCMO']),PerformanceTester[_0x35255c(0x1bf)](PerformanceSdkEvents[_0x35255c(0x1c8)],()=>{const _0x57ab45=_0x35255c,_0x26484a=async(_0x1b8b15,_0x52fbe2)=>{const _0x18b657=a36_0x464a;await global[_0x18b657(0x25c)][0x0][_0x18b657(0x204)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x1b8b15+_0x18b657(0x22d)+_0x52fbe2+_0x18b657(0x272));};new Promise(async _0x50bd8b=>{const _0x3cdd92=a36_0x464a,_0x288d93={'zGiuA':_0x22bc36['jWCMO'],'yspff':function(_0x2e8e85,_0x23f3e7){const _0x38bb7b=a36_0x464a;return _0x22bc36[_0x38bb7b(0x24f)](_0x2e8e85,_0x23f3e7);},'eITJo':_0x22bc36[_0x3cdd92(0x23a)],'vVUCm':function(_0x11824c,_0x5288cc,_0x5b1a84){return _0x22bc36['eXkLA'](_0x11824c,_0x5288cc,_0x5b1a84);},'JmBnv':function(_0x3e79bd,_0x2ad017){return _0x22bc36['dxbZO'](_0x3e79bd,_0x2ad017);},'EBzGz':_0x22bc36[_0x3cdd92(0x257)],'mxvSu':_0x22bc36[_0x3cdd92(0x256)],'bTKwV':_0x22bc36[_0x3cdd92(0x23d)],'pDWqm':_0x22bc36[_0x3cdd92(0x267)]};try{_0x22bc36[_0x3cdd92(0x213)](global[_0x3cdd92(0x25c)][_0x3cdd92(0x1c1)],0x1)&&(await global[_0x3cdd92(0x1d3)](),global[_0x3cdd92(0x25c)][_0x3cdd92(0x1de)](),global['__error_messages__']=[],global[_0x3cdd92(0x1f9)]=![]);try{if(global[_0x3cdd92(0x26f)]&&_0x22bc36[_0x3cdd92(0x24e)](global[_0x3cdd92(0x20c)],_0x22bc36[_0x3cdd92(0x269)])&&global[_0x3cdd92(0x25c)][0x0]){const _0x3de180=_0x22bc36['ziKWv'](global['capabilities'][_0x3cdd92(0x1c1)],0x0)?!!global['capabilities'][0x0][_0x3cdd92(0x205)]||!!global[_0x3cdd92(0x233)][0x0][_0x22bc36[_0x3cdd92(0x1e7)]]:![],_0x2e4adb={};_0x2e4adb['app']=_0x3de180,await _0x22bc36[_0x3cdd92(0x1fe)](percyAutoCapture,global[_0x3cdd92(0x25c)][0x0],_0x22bc36[_0x3cdd92(0x269)],_0x2e4adb);}}catch(_0xf54c13){logger[_0x3cdd92(0x1d1)](_0x3cdd92(0x1c6)+_0xf54c13);}!global[_0x3cdd92(0x1fd)]&&(await PerformanceTester[_0x3cdd92(0x1bf)](PerformanceAutEvents[_0x3cdd92(0x263)],async()=>{const _0x47cf8c=_0x3cdd92;await global[_0x47cf8c(0x25c)][0x0][_0x47cf8c(0x204)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x47cf8c(0x254)](this['currentTest'][_0x47cf8c(0x1c7)]()['join'](_0x288d93['zGiuA']))+'}}');})(),global[_0x3cdd92(0x25c)][0x0]['sessionNameSet__']=!![]),await PerformanceTester[_0x3cdd92(0x1bf)](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x38d004=_0x3cdd92,_0x1bb970=_0x288d93[_0x38d004(0x223)](this['currentTest'][_0x38d004(0x247)],_0x288d93[_0x38d004(0x1f4)]);_0x1bb970?(global[_0x38d004(0x1f9)]=!![],global['__error_messages__'][_0x38d004(0x243)](this[_0x38d004(0x21e)][_0x38d004(0x252)][_0x38d004(0x276)]),await _0x288d93['vVUCm'](_0x26484a,JSON[_0x38d004(0x254)](_0x288d93[_0x38d004(0x24d)](_0x288d93[_0x38d004(0x278)],this['currentTest']['err'][_0x38d004(0x276)])),_0x288d93[_0x38d004(0x225)])):await _0x288d93['vVUCm'](_0x26484a,JSON[_0x38d004(0x254)](_0x288d93['bTKwV']),_0x288d93[_0x38d004(0x1f0)]);})();}catch(_0x1a1a80){logger[_0x3cdd92(0x1d1)]('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x1a1a80);}try{if(this[_0x3cdd92(0x21e)][_0x3cdd92(0x239)]&&globals['getGlobal'](_0x22bc36[_0x3cdd92(0x244)])){logger[_0x3cdd92(0x274)](_0x22bc36[_0x3cdd92(0x21c)]);const _0x551469={};_0x551469[_0x3cdd92(0x1ed)]=this[_0x3cdd92(0x21e)]['testAnalyticsId'],_0x551469['thBuildUuid']=process[_0x3cdd92(0x230)][testHubConstants[_0x3cdd92(0x227)][_0x3cdd92(0x1c3)]],_0x551469[_0x3cdd92(0x1f1)]=process[_0x3cdd92(0x230)][testHubConstants['ENV_VAR'][_0x3cdd92(0x212)]];const _0x50bbc6=_0x551469;logger[_0x3cdd92(0x1d1)](_0x3cdd92(0x229)+JSON[_0x3cdd92(0x254)](_0x50bbc6));if(globals[_0x3cdd92(0x1ff)](_0x22bc36[_0x3cdd92(0x221)])){logger['debug'](_0x22bc36[_0x3cdd92(0x264)]);const _0x1aa6fa={};_0x1aa6fa[_0x3cdd92(0x1f8)]=_0x22bc36[_0x3cdd92(0x1c4)];const _0x2a8741=await PerformanceTester[_0x3cdd92(0x1bf)](PerformanceA11yEvents[_0x3cdd92(0x242)],async()=>{const _0x19b1a5=_0x3cdd92;return await accessibilityRetryHelper[_0x19b1a5(0x231)](global[_0x19b1a5(0x25c)][0x0],global[_0x19b1a5(0x1e2)]);},_0x1aa6fa)();_0x2a8741?logger[_0x3cdd92(0x1d1)](_0x22bc36[_0x3cdd92(0x265)]):logger[_0x3cdd92(0x27a)](_0x22bc36[_0x3cdd92(0x26c)]);}else logger[_0x3cdd92(0x1d1)](_0x22bc36[_0x3cdd92(0x209)]);const _0x572ca7=await PerformanceTester[_0x3cdd92(0x1bf)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x43dac1=_0x3cdd92;return await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x43dac1(0x25c)][0x0],_0x50bbc6);})();_0x572ca7?logger[_0x3cdd92(0x1d1)](_0x22bc36[_0x3cdd92(0x1cf)]):logger[_0x3cdd92(0x27a)](_0x22bc36[_0x3cdd92(0x1c2)]),logger[_0x3cdd92(0x274)](_0x22bc36[_0x3cdd92(0x1e0)]);}}catch(_0x661925){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x3cdd92(0x21e)][_0x3cdd92(0x1c7)]()+_0x3cdd92(0x1c9),_0x661925);}try{try{if(_0x22bc36[_0x3cdd92(0x26b)](shouldProcessEventForTesthub)){global['__drivers'][0x0]&&await _0x22bc36['nCjxX'](sendPlatformDetails,global[_0x3cdd92(0x25c)][0x0],this[_0x3cdd92(0x21e)]?this[_0x3cdd92(0x21e)][_0x3cdd92(0x268)]:null);if(_0x22bc36[_0x3cdd92(0x1cc)](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents[_0x3cdd92(0x248)]);const _0x27a136='ObservabilitySync:'+Date[_0x3cdd92(0x1f3)]();await _0x22bc36[_0x3cdd92(0x235)](_0x26484a,JSON[_0x3cdd92(0x254)](_0x27a136),_0x22bc36['BWpMj']),PerformanceTester['end'](PerformanceO11yEvents['SYNC']);}}}catch(_0x92397c){logger[_0x3cdd92(0x1d1)](_0x3cdd92(0x22e)+_0x92397c),PerformanceTester['end'](PerformanceO11yEvents['SYNC'],![],_0x92397c);}_0x22bc36[_0x3cdd92(0x211)](global['__drivers'][0x0][_0x3cdd92(0x240)],0x0)&&await global[_0x3cdd92(0x1d3)]();}catch(_0x4265fd){logger['debug'](_0x3cdd92(0x21f)+_0x4265fd);}_0x22bc36[_0x3cdd92(0x26b)](_0x50bd8b);})[_0x57ab45(0x234)](()=>{const _0x1c3187=_0x57ab45;_0x22bc36[_0x1c3187(0x1fc)](_0x4d00b9);});},{'platform':_0x22bc36[_0x35255c(0x203)](nestedKeyValue,global[_0x35255c(0x206)],[_0x22bc36[_0x35255c(0x20e)]]),'hookType':_0x22bc36[_0x35255c(0x1d8)]})();},'afterAll'(_0x9620a0){const _0x1b4fcf=a36_0x1df657,_0x46a76f={'fmZGY':function(_0x35eb14){return _0x35eb14();},'hazUg':_0x1b4fcf(0x226),'iMUvw':function(_0x507bbf,_0x56338d,_0xa47205){return _0x507bbf(_0x56338d,_0xa47205);},'aFMna':_0x1b4fcf(0x24b),'IKYYk':_0x1b4fcf(0x22a)},_0x63431d='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x46a76f[_0x1b4fcf(0x253)]]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x1b4fcf(0x1c8)],()=>{const _0x23e775=_0x1b4fcf,_0x2eca2e={'DtcCu':function(_0x53fda6){return _0x46a76f['fmZGY'](_0x53fda6);}};new Promise(async _0x17a83f=>{const _0x222da3=a36_0x464a;await global[_0x222da3(0x1d3)](),_0x46a76f['fmZGY'](_0x17a83f);})[_0x23e775(0x234)]()[_0x23e775(0x271)](()=>{const _0x2f9c06=_0x23e775;_0x2eca2e[_0x2f9c06(0x1f7)](_0x9620a0);});},{'platform':_0x46a76f[_0x1b4fcf(0x21a)](nestedKeyValue,global[_0x1b4fcf(0x206)],[_0x46a76f[_0x1b4fcf(0x245)]]),'hookType':_0x46a76f[_0x1b4fcf(0x24c)]})();}};
1
+ function a36_0x4f26(_0x5412f4,_0x131745){const _0x10bb12=a36_0x10bb();return a36_0x4f26=function(_0x4f2679,_0x1f7f12){_0x4f2679=_0x4f2679-0xe7;let _0xa66c43=_0x10bb12[_0x4f2679];return _0xa66c43;},a36_0x4f26(_0x5412f4,_0x131745);}const a36_0x380bc1=a36_0x4f26;(function(_0x37b2e9,_0x1ab33b){const _0x41f299=a36_0x4f26,_0x15bd0f=_0x37b2e9();while(!![]){try{const _0x513b44=parseInt(_0x41f299(0x187))/0x1*(-parseInt(_0x41f299(0x1a0))/0x2)+parseInt(_0x41f299(0x121))/0x3*(-parseInt(_0x41f299(0x140))/0x4)+parseInt(_0x41f299(0x151))/0x5+-parseInt(_0x41f299(0x146))/0x6*(parseInt(_0x41f299(0x170))/0x7)+parseInt(_0x41f299(0xf3))/0x8*(-parseInt(_0x41f299(0x11d))/0x9)+-parseInt(_0x41f299(0x159))/0xa+-parseInt(_0x41f299(0x19d))/0xb*(-parseInt(_0x41f299(0x11f))/0xc);if(_0x513b44===_0x1ab33b)break;else _0x15bd0f['push'](_0x15bd0f['shift']());}catch(_0x301ffe){_0x15bd0f['push'](_0x15bd0f['shift']());}}}(a36_0x10bb,0x55d03));function a36_0x10bb(){const _0x53da7=['YOymH','Accessibility\x20results\x20saved\x20successfully','protocol','util','PCQOC','afterEach','BROWSERSTACK_TESTHUB_UUID','1260018HWTEHq','rxtTx','802020ARXvOV','BuQiA','640923oUNkmn','https:','setGlobal','./test-observability/mochaUtils','mnryz','measureWrapper','Passed','TjzHr','testAnalyticsId','format','Mocha','JkqDE','voOMZ','DtaXK','push','quitCount_','YWFhv','initQuit','startMonitoring','YrJYT','then','sbPwE','LXHeD','ABvUF','isArray','dFTfb','qvxmV','XjLgI','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','BROWSERSTACK_TESTHUB_JWT','8QaJyLQ','TEZqU','getGlobal','warn','nsneV','Mqkos','4092bKvHZW','SAVE_RESULTS','iJzXp','isAccessibilityPlatform','UiyeY','hFxJv','sRNQm','MJCOt','now','jOFZp','__skipSessionName','2597240Rawtqf','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/helper','FVrjt','oyJpj','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','UBmaN','UeWmD','330240mKOiah','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Zlefn','wDxLb','\x20-\x20','JEOfu','finally','thJwtToken','beforeEach','kKsca','ytChg','Accessibility\x20scan\x20completed\x20successfully','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','__drivers','../../helpers/accessibility-automation/accessibilityRetryHelper','CynwO','env','GwrGc','SDK_HOOK','\x20|\x20','VBgww','sessionName','5383LBKdxR','info','capabilities','jobuf','Jdunw','../../helpers/testhub/utils','eBACn','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','saveAccessibilityResultsWithRetry','../../helpers/percy/utils','ULxJS','dyRgQ','fiAbo','Failed\x20to\x20store\x20session\x20name:\x20','PERFORM_SCAN','currentTest','app','length','passed','executeScript','eBWYF','start','end','164jUJrdb','aAzCS','frtLJ','failed','autoScanning','thTestRunUuid','__platformCaps','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','dQSxb','edvWu','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','message','kFLAl','join','bstackA11yScanOptions','axuqg','ObservabilitySync:','titlePath','shift','SESSION_STATUS','SYNC','253AzklZi','zKakj','accessibilityScanStarted','7078CYAOCP','wLnAG','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','afterTest','winstonLogger','ZSbpj','ugBAx','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','beforeAll','parse','jDFHH','JzUSs','error','8QEQCAD','percyCaptureMode','bqGJU','../../helpers/performance/constants','../../helpers/testhub/constants','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','driverCleanup','mochaHooks','VaJFz','VoAUF','__error_messages__','eNnez','err','performScanWithRetry','ZjvlO','SESSION_NAME','DczwU','browserstackSessionName','Waskc','session_','debug','UImWI','stringify','../../helpers/accessibility-automation/helper','ENV_VAR','fHUKN','bstackA11yShouldScan','timeout','AVhxV','UmaxR','browserstackTestName','shouldScanTestForAccessibility','hZtZc','lRqSQ','index'];a36_0x10bb=function(){return _0x53da7;};return a36_0x10bb();}const util=require(a36_0x380bc1(0x119)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a36_0x380bc1(0x10a)),accessibilityRetryHelper=require(a36_0x380bc1(0x168)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),{percyAutoCapture}=require(a36_0x380bc1(0x179)),{sendPlatformDetails}=require(a36_0x380bc1(0x124)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x380bc1(0x153)),PerformanceTester=require('../../helpers/performance/performance-tester'),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x380bc1(0xf6)),globals=require('../../helpers/globals'),logger=require('../../helpers/logger')[a36_0x380bc1(0xea)],{shouldProcessEventForTesthub}=require(a36_0x380bc1(0x175)),testHubConstants=require(a36_0x380bc1(0xf7));exports[a36_0x380bc1(0xfa)]={'beforeAll'(){const _0x3382b8=a36_0x380bc1,_0x7e0419={'Mqkos':function(_0x53d034,_0x19da7a,_0x4c9589,_0x56f601){return _0x53d034(_0x19da7a,_0x4c9589,_0x56f601);},'YWFhv':_0x3382b8(0x18a),'VoAUF':_0x3382b8(0x16d),'FVrjt':function(_0xa2c43f,_0x52303d,_0x58c0e0){return _0xa2c43f(_0x52303d,_0x58c0e0);},'kFLAl':_0x3382b8(0x182),'DczwU':function(_0x3a1e9e){return _0x3a1e9e();},'VaJFz':function(_0x304bfe,_0x214d13,_0x561f02){return _0x304bfe(_0x214d13,_0x561f02);},'ugBAx':_0x3382b8(0x115),'jOFZp':_0x3382b8(0xee)};PerformanceTester[_0x3382b8(0x133)]();const _0x44afe5='browserstack internal helper hook';PerformanceTester[_0x3382b8(0x126)](PerformanceSdkEvents[_0x3382b8(0x16c)],()=>{const _0x3f1468=_0x3382b8;global[_0x3f1468(0xfd)]=[],global['__sessionFailed']=![],global[_0x3f1468(0xf9)]=async()=>{const _0x2167d6=_0x3f1468;let _0xd357e1=![];try{await global[_0x2167d6(0x167)][0x0][_0x2167d6(0x106)],_0xd357e1=!![],global['__sessionFailed']?await _0x7e0419[_0x2167d6(0x145)](markSessionStatus,global['__drivers'][0x0],_0x7e0419[_0x2167d6(0x131)],global[_0x2167d6(0xfd)][_0x2167d6(0x195)](_0x7e0419[_0x2167d6(0xfc)])):await _0x7e0419[_0x2167d6(0x154)](markSessionStatus,global[_0x2167d6(0x167)][0x0],_0x7e0419[_0x2167d6(0x194)]);}catch(_0x37523b){logger['debug'](_0x2167d6(0x15a)+_0x37523b);}global[_0x2167d6(0xfd)]=[],global['__sessionFailed']=![];if(_0xd357e1)try{try{_0x7e0419[_0x2167d6(0x103)](shouldProcessEventForTesthub)&&(global[_0x2167d6(0x167)][0x0]&&await _0x7e0419['VaJFz'](sendPlatformDetails,global[_0x2167d6(0x167)][0x0],this['currentTest']?this[_0x2167d6(0x17f)][_0x2167d6(0x129)]:null));}catch(_0x250f4e){logger['debug'](_0x2167d6(0x156)+_0x250f4e);}await global[_0x2167d6(0x167)][0x0][_0x2167d6(0x132)]();}catch(_0x59f1d8){logger[_0x2167d6(0x107)](_0x2167d6(0xe8)+_0x59f1d8);}};},{'platform':_0x7e0419[_0x3382b8(0xfb)](nestedKeyValue,global['__platformCaps'],[_0x7e0419[_0x3382b8(0xec)]]),'hookType':_0x7e0419[_0x3382b8(0x14f)]})();},'beforeEach'(_0x16c605){const _0x257be7=a36_0x380bc1,_0x7ad4a3={'ZSbpj':function(_0xbc4dc2,_0x6bc044){return _0xbc4dc2>_0x6bc044;},'dFTfb':function(_0x4741b6,_0x232e31){return _0x4741b6>_0x232e31;},'UiyeY':_0x257be7(0x15e),'VMYOX':function(_0xdc184d,_0x5d8958,_0x4a68b9){return _0xdc184d(_0x5d8958,_0x4a68b9);},'eBWYF':function(_0x25780a,_0x4dfd85){return _0x25780a===_0x4dfd85;},'axuqg':_0x257be7(0x10d),'UBmaN':_0x257be7(0x196),'JEOfu':function(_0x2edc3d){return _0x2edc3d();},'dQSxb':function(_0x1df0fd,_0x438cd5){return _0x1df0fd>_0x438cd5;},'ytChg':_0x257be7(0x149),'Zlefn':'http:','UmaxR':function(_0x3ad696,_0x5cded7){return _0x3ad696===_0x5cded7;},'JcoRw':_0x257be7(0x122),'zKakj':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','wLnAG':'Automate\x20test\x20case\x20execution\x20has\x20started.','rxtTx':function(_0x55feaa){return _0x55feaa();},'lRqSQ':_0x257be7(0x111),'fHUKN':function(_0x3e0c7d,_0x438045,_0x5b6b24){return _0x3e0c7d(_0x438045,_0x5b6b24);},'qvxmV':_0x257be7(0x115),'UeWmD':_0x257be7(0x162)};globals[_0x257be7(0x123)](_0x7ad4a3[_0x257be7(0x114)],this['currentTest'][_0x257be7(0x199)]()[_0x257be7(0x195)](_0x7ad4a3[_0x257be7(0x14a)])),PerformanceTester[_0x257be7(0x126)](PerformanceSdkEvents[_0x257be7(0x16c)],()=>{const _0x42af4b={'YrJYT':function(_0x269828){const _0x246946=a36_0x4f26;return _0x7ad4a3[_0x246946(0x15f)](_0x269828);}},_0x4cffea='browserstack internal helper hook';new Promise(async _0x4cc490=>{const _0x3b0ed8=a36_0x4f26;let _0x4e2127=!![];try{_0x7ad4a3[_0x3b0ed8(0xeb)](global[_0x3b0ed8(0x167)][_0x3b0ed8(0x181)],0x1)&&(await global[_0x3b0ed8(0xf9)](),global['__drivers']['shift']()),_0x7ad4a3[_0x3b0ed8(0x13a)](global[_0x3b0ed8(0x167)][0x0][_0x3b0ed8(0x130)],0x0)&&(_0x4e2127=![],await global[_0x3b0ed8(0xf9)]());}catch(_0x8dd101){logger[_0x3b0ed8(0x107)](_0x3b0ed8(0xe8)+_0x8dd101);}try{Array[_0x3b0ed8(0x139)](global[_0x3b0ed8(0x167)])&&global[_0x3b0ed8(0x167)][0x0]&&(global[_0x3b0ed8(0x167)][0x0][_0x3b0ed8(0x104)]=this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x199)]()['join'](_0x7ad4a3[_0x3b0ed8(0x14a)])),global[_0x3b0ed8(0x104)]=this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x199)]()['join'](_0x7ad4a3[_0x3b0ed8(0x14a)]);}catch(_0x4af9a6){logger[_0x3b0ed8(0x107)](_0x3b0ed8(0x17d)+_0x4af9a6);}this['currentTest']['shouldScanTestForAccessibility']=_0x7ad4a3['VMYOX'](shouldScanTestForAccessibility,this[_0x3b0ed8(0x17f)]['titlePath'](),!![]);let _0x2c6bc9=!![];try{const _0x1c8287=JSON[_0x3b0ed8(0xef)](process[_0x3b0ed8(0x16a)][_0x3b0ed8(0x15b)]||'{}');_0x7ad4a3[_0x3b0ed8(0x184)](_0x1c8287[_0x3b0ed8(0x18b)],![])&&(_0x2c6bc9=![]);}catch(_0x23944f){logger[_0x3b0ed8(0x107)]('Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x23944f['message']);}const _0x4772f9=_0x2c6bc9&&this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x112)];globals[_0x3b0ed8(0x123)](_0x7ad4a3[_0x3b0ed8(0x197)],_0x4772f9),globals['setGlobal'](_0x7ad4a3[_0x3b0ed8(0x157)],null),this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x19f)]=this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x112)];if(_0x7ad4a3[_0x3b0ed8(0x15f)](isAccessibilityAutomationSession)&&_0x4e2127&&Array[_0x3b0ed8(0x139)](global[_0x3b0ed8(0x167)])&&_0x7ad4a3[_0x3b0ed8(0x18f)](global[_0x3b0ed8(0x167)][_0x3b0ed8(0x181)],0x0)&&globals[_0x3b0ed8(0x142)](_0x7ad4a3[_0x3b0ed8(0x164)]))try{const _0x4f578b=await global['__drivers'][0x0][_0x3b0ed8(0x106)];if(_0x4f578b){let _0x9bf1ee=!![];const _0x4b647d=await global[_0x3b0ed8(0x167)][0x0]['getCurrentUrl']();let _0xba4b30;try{_0xba4b30=new URL(_0x4b647d),_0x9bf1ee=_0x7ad4a3['eBWYF'](_0xba4b30[_0x3b0ed8(0x118)],_0x7ad4a3[_0x3b0ed8(0x15c)])||_0x7ad4a3[_0x3b0ed8(0x110)](_0xba4b30[_0x3b0ed8(0x118)],_0x7ad4a3['JcoRw']);}catch(_0x487eac){_0x9bf1ee=![];}_0x9bf1ee&&(this['currentTest'][_0x3b0ed8(0x112)]&&logger['info'](_0x7ad4a3[_0x3b0ed8(0x19e)])),this[_0x3b0ed8(0x17f)]['accessibilityScanStarted']=this[_0x3b0ed8(0x17f)][_0x3b0ed8(0x112)],_0x4772f9&&logger[_0x3b0ed8(0x171)](_0x7ad4a3[_0x3b0ed8(0xe7)]);}}catch(_0x1ee5eb){logger['error'](_0x3b0ed8(0xf8)+util[_0x3b0ed8(0x12a)](_0x1ee5eb));}_0x7ad4a3[_0x3b0ed8(0x11e)](_0x4cc490);})['then'](()=>{const _0x4983d3=a36_0x4f26;_0x42af4b[_0x4983d3(0x134)](_0x16c605);});},{'platform':_0x7ad4a3[_0x257be7(0x10c)](nestedKeyValue,global[_0x257be7(0x18d)],[_0x7ad4a3[_0x257be7(0x13b)]]),'hookType':_0x7ad4a3[_0x257be7(0x158)]})();},'afterEach'(_0x595df1){const _0x54c13d=a36_0x380bc1,_0x4faefc={'Jdunw':function(_0x1961f8,_0x5dd2e8){return _0x1961f8!==_0x5dd2e8;},'eNnez':_0x54c13d(0x182),'bqGJU':function(_0xec273a,_0x1e5436,_0x28a278){return _0xec273a(_0x1e5436,_0x28a278);},'CFceh':function(_0x25d52c,_0x3cfc09){return _0x25d52c+_0x3cfc09;},'VBgww':'Failed:\x20','fiAbo':_0x54c13d(0xf2),'JkqDE':function(_0x2ed7e1,_0xc648db,_0x305477){return _0x2ed7e1(_0xc648db,_0x305477);},'jDFHH':_0x54c13d(0x127),'LXHeD':_0x54c13d(0x171),'eBACn':function(_0x25f10a,_0x1926c0){return _0x25f10a>_0x1926c0;},'ABvUF':function(_0x1df73d,_0x1bf2ec){return _0x1df73d===_0x1bf2ec;},'wDxLb':'testcase','KfSKF':'appium:app','khkcK':function(_0x1dafde,_0xca4c7b,_0x41c3bf,_0x2febc6){return _0x1dafde(_0xca4c7b,_0x41c3bf,_0x2febc6);},'uMkJy':_0x54c13d(0x149),'DkTPQ':_0x54c13d(0x13d),'edvWu':_0x54c13d(0x10d),'BuQiA':_0x54c13d(0x18e),'AVhxV':_0x54c13d(0xe9),'kKsca':_0x54c13d(0x165),'MJCOt':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','jobuf':_0x54c13d(0x192),'gsKsv':_0x54c13d(0x117),'UImWI':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','frtLJ':_0x54c13d(0x152),'TEZqU':function(_0x4d32ab){return _0x4d32ab();},'hFxJv':function(_0x5a1c32,_0x51869a,_0x57d9f4){return _0x5a1c32(_0x51869a,_0x57d9f4);},'XDfcq':_0x54c13d(0x107),'mnryz':function(_0x39fd0e,_0x507631){return _0x39fd0e>_0x507631;},'PCQOC':function(_0x23aed7){return _0x23aed7();},'voOMZ':_0x54c13d(0x15e),'CynwO':_0x54c13d(0x12b),'aAzCS':_0x54c13d(0x115),'DtaXK':_0x54c13d(0x11b)},_0x1eabeb='browserstack internal helper hook';this[_0x54c13d(0x10e)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x4faefc[_0x54c13d(0x169)]]),global[_0x54c13d(0x16f)]=this[_0x54c13d(0x17f)]['titlePath']()[_0x54c13d(0x195)](_0x4faefc[_0x54c13d(0x12d)]),PerformanceTester[_0x54c13d(0x126)](PerformanceSdkEvents[_0x54c13d(0x16c)],()=>{const _0x454d2d=_0x54c13d,_0x1352cc={};_0x1352cc[_0x454d2d(0x17a)]=_0x4faefc['voOMZ'];const _0x29c44a=_0x1352cc,_0x5bb8ff=async(_0x19be08,_0xf8d16a)=>{const _0x173270=_0x454d2d;await global['__drivers'][0x0][_0x173270(0x183)](_0x173270(0x191)+_0x19be08+',\x22level\x22:\x20\x22'+_0xf8d16a+'\x22}}');};new Promise(async _0x2d93ab=>{const _0x578493=_0x454d2d,_0x134a16={'iJzXp':function(_0x5779ef,_0x2e4a62){const _0x1e2512=a36_0x4f26;return _0x4faefc[_0x1e2512(0x174)](_0x5779ef,_0x2e4a62);},'YOymH':_0x4faefc[_0x578493(0xfe)],'Waskc':function(_0x488481,_0x3dfac7,_0x41d5fc){return _0x4faefc['bqGJU'](_0x488481,_0x3dfac7,_0x41d5fc);},'GwrGc':function(_0x1cf910,_0x34c158){return _0x4faefc['CFceh'](_0x1cf910,_0x34c158);},'YcvWP':_0x4faefc[_0x578493(0x16e)],'dyRgQ':_0x4faefc[_0x578493(0x17c)],'XjLgI':function(_0x2b2980,_0x1cc2b2,_0xa232bc){const _0x129bd0=_0x578493;return _0x4faefc[_0x129bd0(0x12c)](_0x2b2980,_0x1cc2b2,_0xa232bc);},'TjzHr':_0x4faefc[_0x578493(0xf0)],'ZjvlO':_0x4faefc[_0x578493(0x137)]};try{_0x4faefc['eBACn'](global['__drivers'][_0x578493(0x181)],0x1)&&(await global[_0x578493(0xf9)](),global[_0x578493(0x167)][_0x578493(0x19a)](),global[_0x578493(0xfd)]=[],global['__sessionFailed']=![]);try{if(global['percy']&&_0x4faefc[_0x578493(0x138)](global[_0x578493(0xf4)],_0x4faefc[_0x578493(0x15d)])&&global[_0x578493(0x167)][0x0]){const _0x117a27=_0x4faefc[_0x578493(0x176)](global[_0x578493(0x172)][_0x578493(0x181)],0x0)?!!global[_0x578493(0x172)][0x0][_0x578493(0x180)]||!!global['capabilities'][0x0][_0x4faefc['KfSKF']]:![],_0x586a6b={};_0x586a6b[_0x578493(0x180)]=_0x117a27,await _0x4faefc['khkcK'](percyAutoCapture,global[_0x578493(0x167)][0x0],_0x4faefc[_0x578493(0x15d)],_0x586a6b);}}catch(_0x5cdd43){logger['debug'](_0x578493(0x13e)+_0x5cdd43);}!global[_0x578493(0x150)]&&(await PerformanceTester[_0x578493(0x126)](PerformanceAutEvents[_0x578493(0x102)],async()=>{const _0x24fca7=_0x578493;await global[_0x24fca7(0x167)][0x0][_0x24fca7(0x183)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x24fca7(0x109)](this[_0x24fca7(0x17f)][_0x24fca7(0x199)]()[_0x24fca7(0x195)](_0x29c44a[_0x24fca7(0x17a)]))+'}}');})(),global[_0x578493(0x167)][0x0]['sessionNameSet__']=!![]),await PerformanceTester[_0x578493(0x126)](PerformanceAutEvents[_0x578493(0x19b)],async()=>{const _0x10226a=_0x578493,_0x2e0105=_0x134a16[_0x10226a(0x148)](this[_0x10226a(0x17f)]['state'],_0x134a16[_0x10226a(0x116)]);_0x2e0105?(global['__sessionFailed']=!![],global['__error_messages__'][_0x10226a(0x12f)](this[_0x10226a(0x17f)][_0x10226a(0xff)][_0x10226a(0x193)]),await _0x134a16[_0x10226a(0x105)](_0x5bb8ff,JSON['stringify'](_0x134a16[_0x10226a(0x16b)](_0x134a16['YcvWP'],this[_0x10226a(0x17f)][_0x10226a(0xff)][_0x10226a(0x193)])),_0x134a16[_0x10226a(0x17b)])):await _0x134a16[_0x10226a(0x13c)](_0x5bb8ff,JSON[_0x10226a(0x109)](_0x134a16[_0x10226a(0x128)]),_0x134a16[_0x10226a(0x101)]);})();}catch(_0x52f870){logger[_0x578493(0x107)](_0x578493(0x177)+_0x52f870);}try{if(this[_0x578493(0x17f)]['accessibilityScanStarted']&&globals[_0x578493(0x142)](_0x4faefc['uMkJy'])){logger['info'](_0x4faefc['DkTPQ']);const _0xa32b7b={};_0xa32b7b[_0x578493(0x18c)]=this[_0x578493(0x17f)]['testAnalyticsId'],_0xa32b7b['thBuildUuid']=process['env'][testHubConstants[_0x578493(0x10b)][_0x578493(0x11c)]],_0xa32b7b[_0x578493(0x161)]=process[_0x578493(0x16a)][testHubConstants[_0x578493(0x10b)][_0x578493(0x13f)]];const _0x3fcfa1=_0xa32b7b;logger[_0x578493(0x107)](_0x578493(0xed)+JSON['stringify'](_0x3fcfa1));if(globals[_0x578493(0x142)](_0x4faefc[_0x578493(0x190)])){logger[_0x578493(0x107)](_0x4faefc[_0x578493(0x120)]);const _0x358322={};_0x358322['command']=_0x4faefc[_0x578493(0x10f)];const _0x18c263=await PerformanceTester[_0x578493(0x126)](PerformanceA11yEvents[_0x578493(0x17e)],async()=>{const _0x4c483f=_0x578493;return await accessibilityRetryHelper[_0x4c483f(0x100)](global[_0x4c483f(0x167)][0x0],global[_0x4c483f(0x104)]);},_0x358322)();_0x18c263?logger[_0x578493(0x107)](_0x4faefc[_0x578493(0x163)]):logger[_0x578493(0x143)](_0x4faefc[_0x578493(0x14d)]);}else logger[_0x578493(0x107)](_0x4faefc[_0x578493(0x173)]);const _0x1a4766=await PerformanceTester[_0x578493(0x126)](PerformanceA11yEvents[_0x578493(0x147)],async()=>{const _0x148414=_0x578493;return await accessibilityRetryHelper[_0x148414(0x178)](global[_0x148414(0x167)][0x0],_0x3fcfa1);})();_0x1a4766?logger[_0x578493(0x107)](_0x4faefc['gsKsv']):logger[_0x578493(0x143)](_0x4faefc[_0x578493(0x108)]),logger[_0x578493(0x171)](_0x4faefc[_0x578493(0x189)]);}}catch(_0x342258){logger[_0x578493(0xf2)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x578493(0x17f)][_0x578493(0x199)]()+'.\x20Error\x20:',_0x342258);}try{try{if(_0x4faefc[_0x578493(0x141)](shouldProcessEventForTesthub)){global[_0x578493(0x167)][0x0]&&await _0x4faefc['bqGJU'](sendPlatformDetails,global[_0x578493(0x167)][0x0],this[_0x578493(0x17f)]?this['currentTest'][_0x578493(0x129)]:null);if(_0x4faefc[_0x578493(0x141)](isBrowserstackInfra)){PerformanceTester[_0x578493(0x185)](PerformanceO11yEvents['SYNC']);const _0x546371=_0x578493(0x198)+Date[_0x578493(0x14e)]();await _0x4faefc[_0x578493(0x14b)](_0x5bb8ff,JSON[_0x578493(0x109)](_0x546371),_0x4faefc['XDfcq']),PerformanceTester['end'](PerformanceO11yEvents[_0x578493(0x19c)]);}}}catch(_0x2668ae){logger[_0x578493(0x107)](_0x578493(0x166)+_0x2668ae),PerformanceTester[_0x578493(0x186)](PerformanceO11yEvents[_0x578493(0x19c)],![],_0x2668ae);}_0x4faefc[_0x578493(0x125)](global[_0x578493(0x167)][0x0][_0x578493(0x130)],0x0)&&await global[_0x578493(0xf9)]();}catch(_0x25cedd){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x25cedd);}_0x4faefc[_0x578493(0x141)](_0x2d93ab);})['then'](()=>{const _0x2a8caf=_0x454d2d;_0x4faefc[_0x2a8caf(0x11a)](_0x595df1);});},{'platform':_0x4faefc[_0x54c13d(0xf5)](nestedKeyValue,global[_0x54c13d(0x18d)],[_0x4faefc[_0x54c13d(0x188)]]),'hookType':_0x4faefc[_0x54c13d(0x12e)]})();},'afterAll'(_0x56b11c){const _0x5e0583=a36_0x380bc1,_0x3901a2={'nsneV':function(_0x4922d0){return _0x4922d0();},'sRNQm':function(_0x1fa079){return _0x1fa079();},'hZtZc':_0x5e0583(0x12b),'JzUSs':function(_0x4b1938,_0x584da0,_0x42dbc7){return _0x4b1938(_0x584da0,_0x42dbc7);},'sbPwE':'index','yLFCI':'afterAll'},_0x1181e6='browserstack internal helper hook';this[_0x5e0583(0x10e)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x3901a2[_0x5e0583(0x113)]]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x5e0583(0x16c)],()=>{const _0x4fdb8a=_0x5e0583,_0x1646b6={'oyJpj':function(_0x1a4832){const _0x5a92bd=a36_0x4f26;return _0x3901a2[_0x5a92bd(0x14c)](_0x1a4832);}};new Promise(async _0x440f36=>{const _0x365be0=a36_0x4f26;await global[_0x365be0(0xf9)](),_0x3901a2[_0x365be0(0x144)](_0x440f36);})[_0x4fdb8a(0x135)]()[_0x4fdb8a(0x160)](()=>{const _0x430c9f=_0x4fdb8a;_0x1646b6[_0x430c9f(0x155)](_0x56b11c);});},{'platform':_0x3901a2[_0x5e0583(0xf1)](nestedKeyValue,global['__platformCaps'],[_0x3901a2[_0x5e0583(0x136)]]),'hookType':_0x3901a2['yLFCI']})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a37_0x3246da=a37_0x1234;(function(_0x1dbbcb,_0x16550a){const _0xf98961=a37_0x1234,_0x684ebd=_0x1dbbcb();while(!![]){try{const _0x1d56eb=-parseInt(_0xf98961(0x1a9))/0x1+parseInt(_0xf98961(0x169))/0x2+-parseInt(_0xf98961(0x16a))/0x3+parseInt(_0xf98961(0x168))/0x4*(-parseInt(_0xf98961(0x1a2))/0x5)+parseInt(_0xf98961(0x1bc))/0x6+parseInt(_0xf98961(0x193))/0x7*(parseInt(_0xf98961(0x1b3))/0x8)+parseInt(_0xf98961(0x182))/0x9;if(_0x1d56eb===_0x16550a)break;else _0x684ebd['push'](_0x684ebd['shift']());}catch(_0x319f22){_0x684ebd['push'](_0x684ebd['shift']());}}}(a37_0x3857,0x3f9ae));function a37_0x1234(_0x316fe0,_0x378454){const _0x3857ce=a37_0x3857();return a37_0x1234=function(_0x1234ec,_0x105d45){_0x1234ec=_0x1234ec-0x153;let _0x21e644=_0x3857ce[_0x1234ec];return _0x21e644;},a37_0x1234(_0x316fe0,_0x378454);}const path=require('path'),Module=require('module'),{fork}=require(a37_0x3246da(0x166)),logger=require(a37_0x3246da(0x15f))[a37_0x3246da(0x16b)],helper=require('../../helpers/helper'),TestHubHandler=require(a37_0x3246da(0x19f)),RequestQueueHandler=require(a37_0x3246da(0x16d)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{printBuildLink}=require(a37_0x3246da(0x15b)),BrowserstackCLI=require(a37_0x3246da(0x1c4)),CLIUtils=require('../v2/cliUtils');function registerBrowserStackReporter(){const _0x54a5b7=a37_0x3246da,_0x58450d={};_0x58450d[_0x54a5b7(0x181)]=function(_0x12977d,_0x336d75){return _0x12977d===_0x336d75;},_0x58450d[_0x54a5b7(0x159)]=_0x54a5b7(0x191),_0x58450d[_0x54a5b7(0x1b4)]=_0x54a5b7(0x162),_0x58450d[_0x54a5b7(0x183)]=_0x54a5b7(0x1a8);const _0xfaf2bd=_0x58450d,_0x5f3bad=path[_0x54a5b7(0x163)](__dirname,_0xfaf2bd[_0x54a5b7(0x1b4)],_0xfaf2bd[_0x54a5b7(0x183)]),_0x351f79=Module[_0x54a5b7(0x165)];Module[_0x54a5b7(0x165)]=function(_0x34332c,_0x2fba36,_0x5d599f,_0x51c963){const _0x417c29=_0x54a5b7;if(_0xfaf2bd[_0x417c29(0x181)](_0x34332c,_0xfaf2bd[_0x417c29(0x159)]))return _0x5f3bad;return _0x351f79['call'](this,_0x34332c,_0x2fba36,_0x5d599f,_0x51c963);};}function injectReporterIntoArgs(_0x3b0b12){const _0xac4f48=a37_0x3246da,_0x41154b={};_0x41154b[_0xac4f48(0x180)]=function(_0x50ef97,_0x4fee60){return _0x50ef97<_0x4fee60;},_0x41154b[_0xac4f48(0x155)]=function(_0x27f17a,_0x536e93){return _0x27f17a===_0x536e93;},_0x41154b[_0xac4f48(0x176)]=_0xac4f48(0x1ab),_0x41154b[_0xac4f48(0x154)]=function(_0x98ad2c,_0x2841b5){return _0x98ad2c+_0x2841b5;},_0x41154b['zEyvr']=function(_0x1c0c4d,_0x1c8728){return _0x1c0c4d+_0x1c8728;},_0x41154b[_0xac4f48(0x1ae)]=_0xac4f48(0x160),_0x41154b[_0xac4f48(0x1b6)]=function(_0x10c843,_0x3515c5){return _0x10c843+_0x3515c5;},_0x41154b[_0xac4f48(0x1bb)]=_0xac4f48(0x172),_0x41154b[_0xac4f48(0x177)]=_0xac4f48(0x17e);const _0x54f0b9=_0x41154b,_0x16fcc8=_0x3b0b12[_0xac4f48(0x1bd)]();for(let _0x41c579=0x0;_0x54f0b9[_0xac4f48(0x180)](_0x41c579,_0x16fcc8[_0xac4f48(0x1b8)]);_0x41c579++){if(_0x54f0b9[_0xac4f48(0x155)](_0x16fcc8[_0x41c579],'-r')||_0x54f0b9[_0xac4f48(0x155)](_0x16fcc8[_0x41c579],_0x54f0b9[_0xac4f48(0x176)]))return _0x16fcc8[_0x54f0b9[_0xac4f48(0x154)](_0x41c579,0x1)]&&_0x54f0b9[_0xac4f48(0x155)](_0x16fcc8[_0x54f0b9[_0xac4f48(0x1ac)](_0x41c579,0x1)][_0xac4f48(0x15e)](_0x54f0b9['FbQhY']),-0x1)&&(_0x16fcc8[_0x54f0b9['HImGs'](_0x41c579,0x1)]+=_0x54f0b9['aWWHf']),_0x16fcc8;}return _0x16fcc8[_0xac4f48(0x1b7)]('-r',_0x54f0b9[_0xac4f48(0x177)]),_0x16fcc8;}function runNewmanCLI(_0x1ede0c){const _0x301dca=a37_0x3246da,_0x3daa3e={'aXHNS':function(_0xe9e6cb,_0x28de13){return _0xe9e6cb>_0x28de13;},'MWtCv':function(_0x412ab4,_0x43b0d2){return _0x412ab4(_0x43b0d2);},'iyRIJ':function(_0x29565c,_0x2f6cf1,_0x4d7950){return _0x29565c(_0x2f6cf1,_0x4d7950);},'tZQAX':_0x301dca(0x19a),'nWdBw':_0x301dca(0x18e),'vacCE':function(_0x51d6aa,_0x124d21){return _0x51d6aa(_0x124d21);},'qbyRY':_0x301dca(0x1a4),'GRswm':'package.json','kltcy':_0x301dca(0x195),'PTyoq':_0x301dca(0x16e),'cgpDq':function(_0x3e61dc,_0x3ea8b1){return _0x3e61dc+_0x3ea8b1;},'DImSc':'Newman\x20CLI\x20not\x20found:\x20'};return new Promise(_0x510aac=>{const _0x117cd8=_0x301dca;let _0xc67d4e;try{_0xc67d4e=helper['requireModule'](_0x3daa3e[_0x117cd8(0x192)],_0x3daa3e['tZQAX']);}catch(_0x322fe4){return logger[_0x117cd8(0x18b)](_0x3daa3e[_0x117cd8(0x158)]),_0x3daa3e[_0x117cd8(0x19d)](_0x510aac,0x1);}const _0x346110=_0xc67d4e[_0x117cd8(0x196)];_0xc67d4e[_0x117cd8(0x196)]=function(_0x2d06aa,_0x1c9990){const _0x2749d2=_0x117cd8,_0x260519={'OmVkb':function(_0x6b3a41,_0x2a2b54){const _0x543bd4=a37_0x1234;return _0x3daa3e[_0x543bd4(0x1b9)](_0x6b3a41,_0x2a2b54);},'dcowG':function(_0x57bf88,_0x55846a){const _0x555cee=a37_0x1234;return _0x3daa3e[_0x555cee(0x19d)](_0x57bf88,_0x55846a);},'WkCJQ':function(_0x3e5328,_0x33c45f,_0x1ba2d5){return _0x3daa3e['iyRIJ'](_0x3e5328,_0x33c45f,_0x1ba2d5);}};return _0xc67d4e[_0x2749d2(0x196)]=_0x346110,_0x346110[_0x2749d2(0x15c)](_0xc67d4e,_0x2d06aa,(_0x333741,_0x171d02)=>{const _0x419ea1=_0x2749d2,_0x5e1535=_0x171d02&&_0x171d02[_0x419ea1(0x196)]&&(_0x171d02[_0x419ea1(0x196)]['error']||_0x171d02[_0x419ea1(0x196)]['failures']&&_0x260519[_0x419ea1(0x17a)](_0x171d02[_0x419ea1(0x196)][_0x419ea1(0x185)]['length'],0x0));_0x260519[_0x419ea1(0x161)](_0x510aac,_0x5e1535?0x1:0x0),_0x1c9990&&_0x260519[_0x419ea1(0x178)](_0x1c9990,_0x333741,_0x171d02);});};try{const _0x58f7b2=_0x3daa3e[_0x117cd8(0x1a7)](require,_0x3daa3e['qbyRY'])[_0x117cd8(0x164)](path['join'](process[_0x117cd8(0x190)](),_0x3daa3e[_0x117cd8(0x199)]));_0x3daa3e[_0x117cd8(0x1a7)](_0x58f7b2,_0x3daa3e['kltcy'])([_0x3daa3e[_0x117cd8(0x167)],_0x3daa3e[_0x117cd8(0x192)]][_0x117cd8(0x156)](_0x1ede0c));}catch(_0x168614){_0xc67d4e[_0x117cd8(0x196)]=_0x346110,logger[_0x117cd8(0x18b)](_0x3daa3e[_0x117cd8(0x19e)](_0x3daa3e[_0x117cd8(0x1a6)],_0x168614[_0x117cd8(0x186)])),_0x3daa3e['MWtCv'](_0x510aac,0x1);}});}function a37_0x3857(){const _0x1a3de4=['1180VQkmwf','176974dCwThS','1395336BHFZBL','winstonLogger','cliConfig','../../helpers/test-observability/requestQueueHandler','node','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','close','exitCode',',browserstack','inherit','launchBuild','RwkuL','vcXZN','ZTpOL','WkCJQ','BROWSERSTACK_TESTHUB_JWT','OmVkb','tfeVJ','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','getInstance','cli,browserstack','BROWSERSTACK_AUTOMATION','AYlwR','cVhhc','3991059TAQBrl','lDhwb','nmtXw','failures','message','env','tWIIV','setFrameworkDetail','TivjJ','error','testObservability','shutdown','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','resolve','cwd','newman-reporter-browserstack','tZQAX','532DccIjG','exports','newman/bin/newman','run','true','kwhmH','GRswm','newman','hJLgG','parallelsPerPlatform','MWtCv','cgpDq','../../helpers/testhub/testhubHandler','setBrowserstackConfig','scriptRunner.js','4435QLTjBq','bpFPe','module','Failed\x20to\x20bootstrap\x20CLI:\x20','DImSc','vacCE','index.js','202453CKJWgm','BROWSERSTACK_TEST_OBSERVABILITY_YML','--reporters','zEyvr','TslHD','FbQhY','stop','hNypy','hBVNa','WPxcc','41976kYzgPg','JDEQL','NEWMAN','HImGs','push','length','aXHNS','voXMP','aWWHf','1554276YNdkYu','slice','warn','O11yHashedID','config','bootstrap','nOjUg','TuVno','../v2/browserstackCLI','null','configPath','false','LrkaG','awkhO','KSosd','concat','IWEUk','nWdBw','nvPUM','uzxvi','../../helpers/test-observability/utils','call','BNZTz','indexOf','../../helpers/logger','browserstack','dcowG','reporter','join','createRequire','_resolveFilename','child_process','PTyoq'];a37_0x3857=function(){return _0x1a3de4;};return a37_0x3857();}function runNewmanScript(_0x17828c,_0x3b0ae0){const _0x17ffa0=a37_0x3246da,_0x357512={'hBVNa':function(_0x17c4ff,_0x2503d4){return _0x17c4ff(_0x2503d4);},'jXeEt':function(_0x314790,_0x767f3f){return _0x314790||_0x767f3f;},'RwkuL':function(_0x257f1f,_0x5690d9,_0x56ad23,_0x5c3570){return _0x257f1f(_0x5690d9,_0x56ad23,_0x5c3570);},'voXMP':_0x17ffa0(0x1a1),'bpFPe':function(_0x30838c,_0x24a8b5){return _0x30838c(_0x24a8b5);},'gWXlN':_0x17ffa0(0x173),'TuVno':_0x17ffa0(0x170)};return new Promise(function(_0xe2c1e5){const _0x329121=_0x17ffa0,_0xf91a24=_0x357512[_0x329121(0x175)](fork,path[_0x329121(0x163)](__dirname,_0x357512[_0x329121(0x1ba)]),[_0x17828c,_0x357512[_0x329121(0x1a3)](String,_0x357512['jXeEt'](_0x3b0ae0,0x0))],{'stdio':_0x357512['gWXlN'],'env':Object['assign']({},process[_0x329121(0x187)])});_0xf91a24['on'](_0x357512[_0x329121(0x1c3)],function(_0x43e9f4){const _0x26303d=_0x329121;_0x357512[_0x26303d(0x1b1)](_0xe2c1e5,_0x357512['jXeEt'](_0x43e9f4,0x0));});});}function hasO11yBuild(){const _0x53629f=a37_0x3246da,_0x302133={};_0x302133['TslHD']=function(_0x211d49,_0x473d5e){return _0x211d49!==_0x473d5e;},_0x302133[_0x53629f(0x18a)]=_0x53629f(0x1c5);const _0x3dab3f=_0x302133;return!!(BrowserstackCLI[_0x53629f(0x1bf)]||process[_0x53629f(0x187)]['BROWSERSTACK_TESTHUB_JWT']&&_0x3dab3f[_0x53629f(0x1ad)](process['env'][_0x53629f(0x179)],_0x3dab3f[_0x53629f(0x18a)]));}function runWithoutObservability(_0x39d7b6,_0xe58fdc){const _0x4785ad=a37_0x3246da,_0x4d504f={'syVra':function(_0x53e92b,_0x1907b1){return _0x53e92b(_0x1907b1);},'tfeVJ':function(_0x2e8053,_0x27d3b4){return _0x2e8053(_0x27d3b4);}};if(_0x39d7b6)return _0x4d504f['syVra'](require,path[_0x4785ad(0x18f)](_0x39d7b6)),0x0;return _0x4d504f[_0x4785ad(0x17b)](runNewmanCLI,_0xe58fdc);}module[a37_0x3246da(0x194)]=async function(_0x34f81a,_0x3052cc,_0x15f098){const _0x2a5756=a37_0x3246da,_0x139385={'kwhmH':'.js','hNypy':function(_0x49de39,_0x5543f4){return _0x49de39===_0x5543f4;},'hJLgG':_0x2a5756(0x1c7),'seorH':function(_0x42ef7b,_0x15c714,_0x531868){return _0x42ef7b(_0x15c714,_0x531868);},'LrkaG':function(_0x10d5c1,_0x538617){return _0x10d5c1!=_0x538617;},'nmtXw':_0x2a5756(0x197),'lNEwO':_0x2a5756(0x19a),'IWEUk':function(_0x1fcc4b,_0x377f9a){return _0x1fcc4b+_0x377f9a;},'zdJDL':_0x2a5756(0x1a5),'SUmkg':'Failed\x20to\x20launch\x20build:\x20','BNZTz':function(_0x141e7e){return _0x141e7e();},'tWIIV':_0x2a5756(0x17c),'uzxvi':function(_0xe848e1,_0x42fb0d,_0x35d986){return _0xe848e1(_0x42fb0d,_0x35d986);},'WPxcc':function(_0x4be7ec,_0x46ceb8){return _0x4be7ec(_0x46ceb8);},'nOjUg':function(_0x1af23e,_0x152f09){return _0x1af23e(_0x152f09);},'PVUix':function(_0x563670){return _0x563670();},'JOWxR':_0x2a5756(0x16f)},_0x13bfe6=_0x3052cc[_0x2a5756(0x1bd)](0x1),_0x3ad0eb=_0x13bfe6[0x0]&&_0x13bfe6[0x0]['endsWith'](_0x139385[_0x2a5756(0x198)])?_0x13bfe6[0x0]:null;if(!_0x15f098[_0x2a5756(0x1c0)]||_0x139385[_0x2a5756(0x1b0)](_0x15f098[_0x2a5756(0x1c0)][_0x2a5756(0x18c)],![])||_0x139385[_0x2a5756(0x1b0)](_0x15f098['config'][_0x2a5756(0x18c)],_0x139385[_0x2a5756(0x19b)])){process[_0x2a5756(0x171)]=await _0x139385['seorH'](runWithoutObservability,_0x3ad0eb,_0x13bfe6)||0x0;return;}process[_0x2a5756(0x187)][_0x2a5756(0x17f)]=_0x139385[_0x2a5756(0x19b)],process[_0x2a5756(0x187)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x139385[_0x2a5756(0x19b)],process[_0x2a5756(0x187)][_0x2a5756(0x1aa)]=_0x139385[_0x2a5756(0x153)](_0x15f098[_0x2a5756(0x1c0)][_0x2a5756(0x18c)],null)?_0x15f098[_0x2a5756(0x1c0)]['testObservability']:_0x139385[_0x2a5756(0x184)],CLIUtils[_0x2a5756(0x189)](_0x139385['lNEwO'],_0x139385['lNEwO']),BrowserstackCLI[_0x2a5756(0x17d)]()[_0x2a5756(0x1a0)](_0x15f098[_0x2a5756(0x1c0)],_0x15f098[_0x2a5756(0x1c6)],_0x15f098[_0x2a5756(0x16c)]);try{await BrowserstackCLI[_0x2a5756(0x17d)]()[_0x2a5756(0x1c1)]();}catch(_0x4463c4){logger[_0x2a5756(0x18b)](_0x139385['IWEUk'](_0x139385['zdJDL'],_0x4463c4['message']||_0x4463c4));}if(!BrowserstackCLI[_0x2a5756(0x17d)]()['isRunning']())try{await TestHubHandler[_0x2a5756(0x174)](FRAMEWORKS[_0x2a5756(0x1b5)],_0x15f098);}catch(_0x13bf8e){logger[_0x2a5756(0x18b)](_0x139385[_0x2a5756(0x157)](_0x139385['SUmkg'],_0x13bf8e[_0x2a5756(0x186)]||_0x13bf8e));}!_0x139385['BNZTz'](hasO11yBuild)&&logger[_0x2a5756(0x1be)](_0x139385[_0x2a5756(0x188)]);_0x139385[_0x2a5756(0x15d)](registerBrowserStackReporter);let _0x3e2aef;_0x3ad0eb?_0x3e2aef=await _0x139385[_0x2a5756(0x15a)](runNewmanScript,_0x3ad0eb,_0x15f098[_0x2a5756(0x1c0)][_0x2a5756(0x19c)]):_0x3e2aef=await _0x139385[_0x2a5756(0x1b2)](runNewmanCLI,_0x139385[_0x2a5756(0x1c2)](injectReporterIntoArgs,_0x13bfe6));try{await TestHubHandler[_0x2a5756(0x1af)]();}catch(_0x36b72c){}try{await BrowserstackCLI[_0x2a5756(0x17d)]()[_0x2a5756(0x1af)]();}catch(_0x322f1f){}try{await RequestQueueHandler[_0x2a5756(0x17d)]()[_0x2a5756(0x18d)]();}catch(_0xd82328){}if(_0x139385['PVUix'](hasO11yBuild))try{_0x139385['BNZTz'](printBuildLink);}catch(_0x509121){}else logger[_0x2a5756(0x1be)](_0x139385['JOWxR']);process[_0x2a5756(0x171)]=_0x3e2aef;};
2
+ 'use strict';function a37_0x16bc(){const _0x28efd6=['parallelsPerPlatform','warn','CyOkc','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','24039hqtLGX','getInstance','close','728hZRltp','104211avjYFQ','isRunning','failures','join','pWaVo','JnvXE','../../helpers/test-observability/utils','RReOy','Frmjf','yOiCB','344qmaRbT','error','pIkNk','.js','qwYEQ','1092430NVBEHc','call','stop','tqmat','_resolveFilename','bootstrap','false','fKqIj','jZeVq','NEWMAN','configPath','CYoHg','BROWSERSTACK_TESTHUB_JWT','GzwCe','concat','createRequire','ZCxXO','resolve','juWwe','tusHi','BROWSERSTACK_AUTOMATION','null','inherit','dQWww','nlMHo','O11yHashedID','iFzjO','../../helpers/test-observability/constants','sIQPc','1563990hRVerd','Failed\x20to\x20bootstrap\x20CLI:\x20','requireModule','setFrameworkDetail','COiBT','SkgSk','dhUYn','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','newman-reporter-browserstack','BROWSERSTACK_TEST_OBSERVABILITY_YML','Znlsi','env','cwd','513523PUOGmB','UXcbj','endsWith','saqCA','INlRt','testObservability','hcYtg','kUSHW','--reporters','1218yYLtOW','indexOf','RnoqN','length','../v2/cliUtils','2210228tuHKZp','push','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','zGMAR','CoAlA','exitCode','Failed\x20to\x20launch\x20build:\x20','lMuOD','child_process','assign','34194uRZVcA','config','LJgXQ','run','oBHXS','../../helpers/testhub/testhubHandler','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','message','../../helpers/logger','newman','GPiUe',',browserstack','kheAY','slice','../v2/browserstackCLI','shutdown','PZqxh','qoFQm','apTed','pmhaW'];a37_0x16bc=function(){return _0x28efd6;};return a37_0x16bc();}const a37_0x3c6129=a37_0x4c8d;(function(_0x33f186,_0x4e4806){const _0x255ff8=a37_0x4c8d,_0x217f97=_0x33f186();while(!![]){try{const _0x5a6ce9=parseInt(_0x255ff8(0x18b))/0x1+-parseInt(_0x255ff8(0x199))/0x2+parseInt(_0x255ff8(0x1bb))/0x3*(-parseInt(_0x255ff8(0x15c))/0x4)+-parseInt(_0x255ff8(0x161))/0x5+-parseInt(_0x255ff8(0x1a3))/0x6*(-parseInt(_0x255ff8(0x194))/0x7)+-parseInt(_0x255ff8(0x1be))/0x8*(-parseInt(_0x255ff8(0x152))/0x9)+parseInt(_0x255ff8(0x17e))/0xa;if(_0x5a6ce9===_0x4e4806)break;else _0x217f97['push'](_0x217f97['shift']());}catch(_0x1fe789){_0x217f97['push'](_0x217f97['shift']());}}}(a37_0x16bc,0xab837));const path=require('path'),Module=require('module'),{fork}=require(a37_0x3c6129(0x1a1)),logger=require(a37_0x3c6129(0x1ab))['winstonLogger'],helper=require('../../helpers/helper'),TestHubHandler=require(a37_0x3c6129(0x1a8)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{FRAMEWORKS}=require(a37_0x3c6129(0x17c)),{printBuildLink}=require(a37_0x3c6129(0x158)),BrowserstackCLI=require(a37_0x3c6129(0x1b1)),CLIUtils=require(a37_0x3c6129(0x198));function registerBrowserStackReporter(){const _0x58630f=a37_0x3c6129,_0x14277c={};_0x14277c[_0x58630f(0x1b5)]=function(_0x52c178,_0x569403){return _0x52c178===_0x569403;},_0x14277c[_0x58630f(0x179)]=_0x58630f(0x186),_0x14277c[_0x58630f(0x1ad)]='reporter',_0x14277c[_0x58630f(0x15a)]='index.js';const _0x2d5d2a=_0x14277c,_0x3d49ad=path[_0x58630f(0x155)](__dirname,_0x2d5d2a[_0x58630f(0x1ad)],_0x2d5d2a[_0x58630f(0x15a)]),_0x2bdc81=Module[_0x58630f(0x165)];Module[_0x58630f(0x165)]=function(_0x181751,_0x417347,_0x252ffe,_0x321570){const _0x372539=_0x58630f;if(_0x2d5d2a[_0x372539(0x1b5)](_0x181751,_0x2d5d2a[_0x372539(0x179)]))return _0x3d49ad;return _0x2bdc81[_0x372539(0x162)](this,_0x181751,_0x417347,_0x252ffe,_0x321570);};}function injectReporterIntoArgs(_0x17a02f){const _0x15910e=a37_0x3c6129,_0x3896f2={};_0x3896f2[_0x15910e(0x174)]=function(_0x2c10b9,_0x102a7a){return _0x2c10b9<_0x102a7a;},_0x3896f2[_0x15910e(0x1a7)]=function(_0x2e65af,_0x1af1fb){return _0x2e65af===_0x1af1fb;},_0x3896f2[_0x15910e(0x16c)]=_0x15910e(0x193),_0x3896f2['sIQPc']=function(_0x896f59,_0x3488ae){return _0x896f59+_0x3488ae;},_0x3896f2['MLiRq']='browserstack',_0x3896f2[_0x15910e(0x168)]=function(_0x34eab3,_0x2b1bdc){return _0x34eab3+_0x2b1bdc;},_0x3896f2['hcYtg']=_0x15910e(0x1ae),_0x3896f2['yOiCB']='cli,browserstack';const _0x2dc8f0=_0x3896f2,_0x43d887=_0x17a02f[_0x15910e(0x1b0)]();for(let _0x4edf19=0x0;_0x2dc8f0[_0x15910e(0x174)](_0x4edf19,_0x43d887[_0x15910e(0x197)]);_0x4edf19++){if(_0x2dc8f0[_0x15910e(0x1a7)](_0x43d887[_0x4edf19],'-r')||_0x2dc8f0[_0x15910e(0x1a7)](_0x43d887[_0x4edf19],_0x2dc8f0[_0x15910e(0x16c)]))return _0x43d887[_0x2dc8f0[_0x15910e(0x17d)](_0x4edf19,0x1)]&&_0x2dc8f0[_0x15910e(0x1a7)](_0x43d887[_0x2dc8f0[_0x15910e(0x17d)](_0x4edf19,0x1)][_0x15910e(0x195)](_0x2dc8f0['MLiRq']),-0x1)&&(_0x43d887[_0x2dc8f0['fKqIj'](_0x4edf19,0x1)]+=_0x2dc8f0[_0x15910e(0x191)]),_0x43d887;}return _0x43d887[_0x15910e(0x19a)]('-r',_0x2dc8f0[_0x15910e(0x15b)]),_0x43d887;}function a37_0x4c8d(_0x2e4c58,_0x482967){const _0x16bc49=a37_0x16bc();return a37_0x4c8d=function(_0x4c8db8,_0x4356c7){_0x4c8db8=_0x4c8db8-0x152;let _0x3653db=_0x16bc49[_0x4c8db8];return _0x3653db;},a37_0x4c8d(_0x2e4c58,_0x482967);}function runNewmanCLI(_0x345630){const _0x1ffc5e=a37_0x3c6129,_0x52fcfd={'aTXQj':function(_0x3d5850,_0x1871be){return _0x3d5850>_0x1871be;},'pmhaW':function(_0x3919ae,_0x4185d4){return _0x3919ae(_0x4185d4);},'zHIdh':function(_0x3589b0,_0x1be3f7,_0x7c5d6){return _0x3589b0(_0x1be3f7,_0x7c5d6);},'saqCA':_0x1ffc5e(0x1ac),'dhUYn':_0x1ffc5e(0x1ba),'qoFQm':function(_0x39e242,_0x307dd7){return _0x39e242(_0x307dd7);},'iXTJC':'module','KuBkt':'package.json','juWwe':'newman/bin/newman','tqmat':'node','KTNqc':function(_0x5882d1,_0x2d81fa){return _0x5882d1+_0x2d81fa;},'LJgXQ':'Newman\x20CLI\x20not\x20found:\x20'};return new Promise(_0x45f5ea=>{const _0x24be4d=_0x1ffc5e,_0x38aa76={'JnvXE':function(_0x490676,_0x3b27d0){return _0x52fcfd['aTXQj'](_0x490676,_0x3b27d0);},'CyOkc':function(_0x541c03,_0x3c1cd7){const _0x4e8f16=a37_0x4c8d;return _0x52fcfd[_0x4e8f16(0x1b6)](_0x541c03,_0x3c1cd7);},'dQWww':function(_0x375838,_0x53ffda,_0x47cdb0){return _0x52fcfd['zHIdh'](_0x375838,_0x53ffda,_0x47cdb0);}};let _0x11368d;try{_0x11368d=helper[_0x24be4d(0x180)](_0x52fcfd[_0x24be4d(0x18e)],_0x52fcfd[_0x24be4d(0x18e)]);}catch(_0x3126a9){return logger['error'](_0x52fcfd[_0x24be4d(0x184)]),_0x52fcfd[_0x24be4d(0x1b4)](_0x45f5ea,0x1);}const _0x4862ea=_0x11368d['run'];_0x11368d['run']=function(_0x253518,_0x3a5ba2){const _0xdc9c17=_0x24be4d;return _0x11368d[_0xdc9c17(0x1a6)]=_0x4862ea,_0x4862ea[_0xdc9c17(0x162)](_0x11368d,_0x253518,(_0x21b4f2,_0x68c823)=>{const _0x6984f2=_0xdc9c17,_0x2fc931=_0x68c823&&_0x68c823['run']&&(_0x68c823['run']['error']||_0x68c823[_0x6984f2(0x1a6)][_0x6984f2(0x154)]&&_0x38aa76[_0x6984f2(0x157)](_0x68c823[_0x6984f2(0x1a6)][_0x6984f2(0x154)][_0x6984f2(0x197)],0x0));_0x38aa76[_0x6984f2(0x1b9)](_0x45f5ea,_0x2fc931?0x1:0x0),_0x3a5ba2&&_0x38aa76[_0x6984f2(0x178)](_0x3a5ba2,_0x21b4f2,_0x68c823);});};try{const _0xedb16b=_0x52fcfd['qoFQm'](require,_0x52fcfd['iXTJC'])[_0x24be4d(0x170)](path[_0x24be4d(0x155)](process[_0x24be4d(0x18a)](),_0x52fcfd['KuBkt']));_0x52fcfd[_0x24be4d(0x1b4)](_0xedb16b,_0x52fcfd[_0x24be4d(0x173)])([_0x52fcfd[_0x24be4d(0x164)],_0x52fcfd[_0x24be4d(0x18e)]][_0x24be4d(0x16f)](_0x345630));}catch(_0x57439f){_0x11368d['run']=_0x4862ea,logger[_0x24be4d(0x15d)](_0x52fcfd['KTNqc'](_0x52fcfd[_0x24be4d(0x1a5)],_0x57439f[_0x24be4d(0x1aa)])),_0x52fcfd[_0x24be4d(0x1b4)](_0x45f5ea,0x1);}});}function runNewmanScript(_0x547f8b,_0x4ae772){const _0x3450ce=a37_0x3c6129,_0x3a3396={'qXLef':function(_0x5ba24e,_0x236755){return _0x5ba24e(_0x236755);},'fWLMO':function(_0x2b5a48,_0x47b10d){return _0x2b5a48||_0x47b10d;},'pWaVo':function(_0xb59fd3,_0x51953f,_0x3d68a0,_0x192ff5){return _0xb59fd3(_0x51953f,_0x3d68a0,_0x192ff5);},'jZeVq':'scriptRunner.js','kheAY':function(_0x181636,_0x449934){return _0x181636(_0x449934);},'qwYEQ':_0x3450ce(0x177),'HjiNL':_0x3450ce(0x1bd)};return new Promise(function(_0x2563ad){const _0x8a5240=_0x3450ce,_0x51d73e=_0x3a3396[_0x8a5240(0x156)](fork,path['join'](__dirname,_0x3a3396[_0x8a5240(0x169)]),[_0x547f8b,_0x3a3396[_0x8a5240(0x1af)](String,_0x3a3396['fWLMO'](_0x4ae772,0x0))],{'stdio':_0x3a3396[_0x8a5240(0x160)],'env':Object[_0x8a5240(0x1a2)]({},process[_0x8a5240(0x189)])});_0x51d73e['on'](_0x3a3396['HjiNL'],function(_0x2d6d8d){_0x3a3396['qXLef'](_0x2563ad,_0x3a3396['fWLMO'](_0x2d6d8d,0x0));});});}function hasO11yBuild(){const _0x2bb3b6=a37_0x3c6129,_0x5d4020={};_0x5d4020[_0x2bb3b6(0x159)]=function(_0x4093ef,_0x5bce14){return _0x4093ef!==_0x5bce14;},_0x5d4020[_0x2bb3b6(0x18f)]=_0x2bb3b6(0x176);const _0x47a358=_0x5d4020;return!!(BrowserstackCLI[_0x2bb3b6(0x17a)]||process[_0x2bb3b6(0x189)][_0x2bb3b6(0x16d)]&&_0x47a358[_0x2bb3b6(0x159)](process[_0x2bb3b6(0x189)][_0x2bb3b6(0x16d)],_0x47a358[_0x2bb3b6(0x18f)]));}function runWithoutObservability(_0x312f79,_0xf4e72f){const _0x248d2f=a37_0x3c6129,_0x1ab832={'COiBT':function(_0x2ccdfa,_0x334fc7){return _0x2ccdfa(_0x334fc7);}};if(_0x312f79)return _0x1ab832['COiBT'](require,path[_0x248d2f(0x172)](_0x312f79)),0x0;return _0x1ab832[_0x248d2f(0x182)](runNewmanCLI,_0xf4e72f);}module['exports']=async function(_0x3cd1ac,_0x107458,_0x2a6c82){const _0x4efedf=a37_0x3c6129,_0x3a3f18={'RnoqN':_0x4efedf(0x15f),'kUSHW':function(_0xd93051,_0x3b1a1e){return _0xd93051===_0x3b1a1e;},'GzwCe':_0x4efedf(0x167),'PZqxh':function(_0x4eff09,_0x5d587a,_0x48b9a4){return _0x4eff09(_0x5d587a,_0x48b9a4);},'ZWjiF':function(_0x1ec2b0,_0x3013ee){return _0x1ec2b0!=_0x3013ee;},'zGMAR':'true','FOjEz':'newman','pIkNk':function(_0x434fc6,_0x5dcc6b){return _0x434fc6+_0x5dcc6b;},'CoAlA':_0x4efedf(0x17f),'lMuOD':function(_0x5a0d2e,_0x13cbe2){return _0x5a0d2e+_0x13cbe2;},'iFzjO':_0x4efedf(0x19f),'Znlsi':function(_0xcf7de8){return _0xcf7de8();},'AMVEj':_0x4efedf(0x1a9),'ZCxXO':function(_0x284e1b,_0x3fa01d,_0x1fa417){return _0x284e1b(_0x3fa01d,_0x1fa417);},'hKZAz':function(_0x39f4eb,_0x267f2b){return _0x39f4eb(_0x267f2b);},'UXcbj':function(_0x3da900){return _0x3da900();},'SkgSk':_0x4efedf(0x185)},_0x1cba93=_0x107458[_0x4efedf(0x1b0)](0x1),_0x68e047=_0x1cba93[0x0]&&_0x1cba93[0x0][_0x4efedf(0x18d)](_0x3a3f18[_0x4efedf(0x196)])?_0x1cba93[0x0]:null;if(!_0x2a6c82[_0x4efedf(0x1a4)]||_0x3a3f18[_0x4efedf(0x192)](_0x2a6c82['config'][_0x4efedf(0x190)],![])||_0x3a3f18[_0x4efedf(0x192)](_0x2a6c82[_0x4efedf(0x1a4)][_0x4efedf(0x190)],_0x3a3f18[_0x4efedf(0x16e)])){process[_0x4efedf(0x19e)]=await _0x3a3f18[_0x4efedf(0x1b3)](runWithoutObservability,_0x68e047,_0x1cba93)||0x0;return;}process[_0x4efedf(0x189)][_0x4efedf(0x175)]=_0x3a3f18[_0x4efedf(0x16e)],process[_0x4efedf(0x189)][_0x4efedf(0x19b)]=_0x3a3f18[_0x4efedf(0x16e)],process['env'][_0x4efedf(0x187)]=_0x3a3f18['ZWjiF'](_0x2a6c82[_0x4efedf(0x1a4)][_0x4efedf(0x190)],null)?_0x2a6c82[_0x4efedf(0x1a4)]['testObservability']:_0x3a3f18[_0x4efedf(0x19c)],CLIUtils[_0x4efedf(0x181)](_0x3a3f18['FOjEz'],_0x3a3f18['FOjEz']),BrowserstackCLI['getInstance']()['setBrowserstackConfig'](_0x2a6c82[_0x4efedf(0x1a4)],_0x2a6c82[_0x4efedf(0x16b)],_0x2a6c82['cliConfig']);try{await BrowserstackCLI[_0x4efedf(0x1bc)]()[_0x4efedf(0x166)]();}catch(_0x33cb35){logger[_0x4efedf(0x15d)](_0x3a3f18[_0x4efedf(0x15e)](_0x3a3f18[_0x4efedf(0x19d)],_0x33cb35[_0x4efedf(0x1aa)]||_0x33cb35));}if(!BrowserstackCLI['getInstance']()[_0x4efedf(0x153)]())try{await TestHubHandler['launchBuild'](FRAMEWORKS[_0x4efedf(0x16a)],_0x2a6c82);}catch(_0x3c9704){logger['error'](_0x3a3f18[_0x4efedf(0x1a0)](_0x3a3f18[_0x4efedf(0x17b)],_0x3c9704[_0x4efedf(0x1aa)]||_0x3c9704));}!_0x3a3f18['Znlsi'](hasO11yBuild)&&logger['warn'](_0x3a3f18['AMVEj']);_0x3a3f18['Znlsi'](registerBrowserStackReporter);let _0x23bc40;_0x68e047?_0x23bc40=await _0x3a3f18[_0x4efedf(0x171)](runNewmanScript,_0x68e047,_0x2a6c82[_0x4efedf(0x1a4)][_0x4efedf(0x1b7)]):_0x23bc40=await _0x3a3f18['hKZAz'](runNewmanCLI,_0x3a3f18['hKZAz'](injectReporterIntoArgs,_0x1cba93));try{await TestHubHandler[_0x4efedf(0x163)]();}catch(_0x28e0f3){}try{await BrowserstackCLI[_0x4efedf(0x1bc)]()[_0x4efedf(0x163)]();}catch(_0x5ab3ee){}try{await RequestQueueHandler[_0x4efedf(0x1bc)]()[_0x4efedf(0x1b2)]();}catch(_0x2a9740){}if(_0x3a3f18[_0x4efedf(0x18c)](hasO11yBuild))try{_0x3a3f18[_0x4efedf(0x188)](printBuildLink);}catch(_0x52a5be){}else logger[_0x4efedf(0x1b8)](_0x3a3f18[_0x4efedf(0x183)]);process['exitCode']=_0x23bc40;};
@@ -1 +1 @@
1
- (function(_0xb44d0,_0x3397ae){const _0x447288=a38_0x2894,_0xcb6132=_0xb44d0();while(!![]){try{const _0x1bcb2d=-parseInt(_0x447288(0x158))/0x1+parseInt(_0x447288(0x157))/0x2+parseInt(_0x447288(0x14b))/0x3+parseInt(_0x447288(0x153))/0x4*(-parseInt(_0x447288(0x14f))/0x5)+-parseInt(_0x447288(0x156))/0x6+parseInt(_0x447288(0x14c))/0x7+-parseInt(_0x447288(0x15a))/0x8*(-parseInt(_0x447288(0x152))/0x9);if(_0x1bcb2d===_0x3397ae)break;else _0xcb6132['push'](_0xcb6132['shift']());}catch(_0x35493e){_0xcb6132['push'](_0xcb6132['shift']());}}}(a38_0x59b5,0x7d4ff));function a38_0x2894(_0x2be842,_0x3a651e){const _0x59b53a=a38_0x59b5();return a38_0x2894=function(_0x289479,_0x1f0a15){_0x289479=_0x289479-0x14b;let _0x170c8f=_0x59b53a[_0x289479];return _0x170c8f;},a38_0x2894(_0x2be842,_0x3a651e);}function isNewman(_0x2b6c15){const _0x135f19=a38_0x2894,_0x3dac84={'DSrja':function(_0xf84614,_0x371ac1){return _0xf84614===_0x371ac1;},'lomqZ':_0x135f19(0x151),'sNmSZ':function(_0x4a8489,_0x3a06ce){return _0x4a8489(_0x3a06ce);},'xtTJE':function(_0xf9682b,_0x377a87){return _0xf9682b||_0x377a87;}},_0x54ad52=process[_0x135f19(0x155)]['BROWSERSTACK_FRAMEWORK']||'';let _0x4af574='';_0x2b6c15&&_0x2b6c15[_0x135f19(0x150)]&&(_0x4af574=_0x2b6c15[_0x135f19(0x150)]);const _0x2b417b=_0x3dac84[_0x135f19(0x14d)](_0x54ad52[_0x135f19(0x159)](),_0x3dac84[_0x135f19(0x14e)]),_0x53c7f8=_0x3dac84[_0x135f19(0x14d)](_0x3dac84[_0x135f19(0x154)](String,_0x4af574)[_0x135f19(0x159)](),_0x3dac84['lomqZ']);return _0x3dac84['xtTJE'](_0x2b417b,_0x53c7f8);};const a38_0x3ee5dd={};function a38_0x59b5(){const _0x99efcb=['116187HKSebk','5559883JipzXG','DSrja','lomqZ','2105nRFXuf','framework','newman','9SCuVFh','5188qIKgcc','sNmSZ','env','2994672kXXvZR','536882bkjEfD','42780WBZzyJ','toLowerCase','3998152FDEQuz'];a38_0x59b5=function(){return _0x99efcb;};return a38_0x59b5();}a38_0x3ee5dd['isNewman']=isNewman,module['exports']=a38_0x3ee5dd;
1
+ const a38_0x13ca00=a38_0x328c;(function(_0x3406f9,_0x4b1525){const _0x260965=a38_0x328c,_0x42c229=_0x3406f9();while(!![]){try{const _0xb230e2=-parseInt(_0x260965(0x1c7))/0x1+-parseInt(_0x260965(0x1b7))/0x2+-parseInt(_0x260965(0x1c1))/0x3*(parseInt(_0x260965(0x1bc))/0x4)+-parseInt(_0x260965(0x1b6))/0x5*(-parseInt(_0x260965(0x1be))/0x6)+parseInt(_0x260965(0x1b8))/0x7+-parseInt(_0x260965(0x1bd))/0x8+parseInt(_0x260965(0x1c0))/0x9*(parseInt(_0x260965(0x1b5))/0xa);if(_0xb230e2===_0x4b1525)break;else _0x42c229['push'](_0x42c229['shift']());}catch(_0x2d6fdf){_0x42c229['push'](_0x42c229['shift']());}}}(a38_0x2d51,0x995df));function a38_0x328c(_0x5acaec,_0x17738c){const _0x2d512a=a38_0x2d51();return a38_0x328c=function(_0x328c97,_0x372989){_0x328c97=_0x328c97-0x1b2;let _0x573e11=_0x2d512a[_0x328c97];return _0x573e11;},a38_0x328c(_0x5acaec,_0x17738c);}function a38_0x2d51(){const _0x2833ee=['framework','26008330vqLYZJ','5EiHart','309670zXqwVZ','2137268fqHxYy','yWKrs','env','toLowerCase','4614172rlKThw','6700744lLYRHi','617928BprmOB','BROWSERSTACK_FRAMEWORK','9aYLsWk','3JBbLGQ','exports','tMWVZ','vbcbB','isNewman','mbvqm','234983oBhFNy','newman','vCrQj'];a38_0x2d51=function(){return _0x2833ee;};return a38_0x2d51();}function isNewman(_0x49070e){const _0x3dd07c=a38_0x328c,_0x3751ff={'mbvqm':function(_0x52f23,_0x291a64){return _0x52f23===_0x291a64;},'tMWVZ':_0x3dd07c(0x1b2),'vbcbB':function(_0x3e8db4,_0x40b83a){return _0x3e8db4===_0x40b83a;},'vCrQj':function(_0x5c14b5,_0x2e2112){return _0x5c14b5(_0x2e2112);},'yWKrs':function(_0x35e2a5,_0x45dada){return _0x35e2a5||_0x45dada;}},_0x42bdcb=process[_0x3dd07c(0x1ba)][_0x3dd07c(0x1bf)]||'';let _0x45f942='';_0x49070e&&_0x49070e[_0x3dd07c(0x1b4)]&&(_0x45f942=_0x49070e[_0x3dd07c(0x1b4)]);const _0x31a5a0=_0x3751ff[_0x3dd07c(0x1c6)](_0x42bdcb['toLowerCase'](),_0x3751ff[_0x3dd07c(0x1c3)]),_0x4f2358=_0x3751ff[_0x3dd07c(0x1c4)](_0x3751ff[_0x3dd07c(0x1b3)](String,_0x45f942)[_0x3dd07c(0x1bb)](),_0x3751ff['tMWVZ']);return _0x3751ff[_0x3dd07c(0x1b9)](_0x31a5a0,_0x4f2358);};const a38_0x5f38b3={};a38_0x5f38b3[a38_0x13ca00(0x1c5)]=isNewman,module[a38_0x13ca00(0x1c2)]=a38_0x5f38b3;
@@ -1 +1 @@
1
- 'use strict';const a39_0x51d676=a39_0x3a78;(function(_0x897890,_0x3ec3de){const _0x55c3a7=a39_0x3a78,_0x506a84=_0x897890();while(!![]){try{const _0x32e8d8=-parseInt(_0x55c3a7(0x18b))/0x1*(-parseInt(_0x55c3a7(0x16f))/0x2)+-parseInt(_0x55c3a7(0x18e))/0x3*(-parseInt(_0x55c3a7(0x123))/0x4)+parseInt(_0x55c3a7(0x173))/0x5+parseInt(_0x55c3a7(0x182))/0x6*(-parseInt(_0x55c3a7(0x130))/0x7)+-parseInt(_0x55c3a7(0x1a6))/0x8*(parseInt(_0x55c3a7(0x1ba))/0x9)+parseInt(_0x55c3a7(0x11c))/0xa+-parseInt(_0x55c3a7(0x14f))/0xb;if(_0x32e8d8===_0x3ec3de)break;else _0x506a84['push'](_0x506a84['shift']());}catch(_0x45036e){_0x506a84['push'](_0x506a84['shift']());}}}(a39_0x1d25,0xa7e15));function a39_0x1d25(){const _0x31f7f1=['[Newman\x20Reporter]\x20Error\x20in\x20console:\x20','28MpAuUI','wjXxt','result','code','tTaAY','bufferedLogs','relative','MLRDr','pathname','duration_ms','EsDah','JQZXl','BbMbz','item','headers','CUGcW','identifier','itemName','TestRunStarted','testFrameworkState','startTimestamp','bs:addLog:','isRunning','getTestFramework','http://','beforeItem','object','run','AtrSz','LWEwR','VFOgB','11207834HVVxbX','yIuHs','name','[Newman\x20Reporter]\x20emitTest\x20error:\x20','includes','raWDx','CzzHW','search','HTTP','kind','collection.json','eZGFb','\x20(HTTP\x20','[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','HTTP\x20Status:\x20','length','uploadEventData','status_code','SCInQ','RnrcS','POST','startsWith','[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20','argv','XLbJO','qcOMl','winstonLogger','stringify','omhDL','beforeIteration','pending','RWnXI','5042NxXQeq','assertions','MUjMj','fYUwb','6369805qteFoE','\x20—\x20response\x20status\x20in\x20failure\x20range','parent','kVjZU','ILhQt','LTpfw','finishedAt','execution','wDSWb','TiFTu','DcCfa','delete','../../v2/grpcClient','platformIndex','fRzSE','601716JBpflK','INFO','Chlhq','rImaa','../../../helpers/test-observability/sessionHandler','messages','IaycV','assertion','AKKIy','5hgCmoy','iIwUt','HzaNa','15fqiTUh','XLWNj','hostname','fBFHw','stack','exports','logs','UnhandledError','[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20','info','script','durationMs','split','DPogr','pRzYU','UGqRK','bKbVg','uNzEg','PRE','logCreatedEvent','string','ref','failureType','failureReason','173176cDmKaO','GHWSB','[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20','kJDZy','kSVYk','listen','MKfjZ','TuWvm','method','uuid','TEST','cwd','indexOf','lastResponseCode','console','collectionName','set','bmQHr','N/A','toISOString','333pXWgRi','../../../helpers/logger','ozCLI','xHZMN','aHfbm','concat','DEBUG','../../../helpers/test-observability/utils','unknown','qfPhI','oxaej','getInstance','scopes','startedAt','Exception:\x20','responseTime','Jmjin','test_run','OulAu','failed','WPSHW','oRUBS','testFrameworkName','KVJBY','failure_backtrace','TestRunFinished','HKhhk','pPqJu','failure','scskz','Chpql','get','HTTP\x20','iteration','gzKOL','response','jlqKW','now','collectionPath','join','zcVuX','wuucR','lHUqa','yHffL','resolve','level','timestamp','path','ZVdzZ','removeListener','\x20->\x20','LogCreated','lzxSy','apply','RqSyu','XAbRb','[Newman\x20Reporter]\x20Error\x20in\x20item:\x20','../../v2/state/hookState','passed','newman','MJIBH','httpLog','location','host','lZjLH','jMWeH','cursor','blyRV','err','exception','forEach','LVclO','sZOBc','message','expanded','jBcsA','max','OVZYv','push','OGoTt','done','tPftl','Script\x20error\x20(','YiQVa','getTime','WvyKn','url','PxYRK','DQtLm','request','slice','12035580CZcLdx','ejjVt','IyLiE','OzaqM','collection','AQPKg','error','334792iCtXej','toString','iUbBp','pBNLX','backtrace','WARN','eWFEN','pFWHA','agWNq','btflX','):\x20','event'];a39_0x1d25=function(){return _0x31f7f1;};return a39_0x1d25();}function a39_0x3a78(_0x8e41b8,_0x30fdb9){const _0x1d2566=a39_0x1d25();return a39_0x3a78=function(_0x3a7857,_0x279c1b){_0x3a7857=_0x3a7857-0x10d;let _0x4af99b=_0x1d2566[_0x3a7857];return _0x4af99b;},a39_0x3a78(_0x8e41b8,_0x30fdb9);}const path=require('path'),{v4:uuidv4}=require(a39_0x51d676(0x1af)),SessionHandler=require(a39_0x51d676(0x186)),{debug}=require(a39_0x51d676(0x1c1)),logger=require(a39_0x51d676(0x1bb))[a39_0x51d676(0x169)],BrowserstackCLI=require('../../v2/browserstackCLI'),GrpcClient=require(a39_0x51d676(0x17f)),TestFrameworkState=require('../../v2/state/testFrameworkState'),HookState=require(a39_0x51d676(0x1f3)),LOG_LEVELS=[a39_0x51d676(0x183),a39_0x51d676(0x128),'ERROR',a39_0x51d676(0x1c0),'TRACE'];function isCLIRunning(){const _0x21e63d=a39_0x51d676;try{return BrowserstackCLI[_0x21e63d(0x1c5)]()[_0x21e63d(0x146)]();}catch(_0x1f5314){return![];}}function getParentTitles(_0x1be9b8){const _0x34dec4=a39_0x51d676,_0x2575e9={'ILhQt':function(_0x587a1c,_0xad5ead){return _0x587a1c(_0xad5ead);},'wjXxt':function(_0x2b297d,_0x3e3234){return _0x2b297d(_0x3e3234);}},_0x4c8920=[],_0xc9761c=_0x1be9b8[_0x34dec4(0x175)]();return _0xc9761c&&_0x4c8920['push'][_0x34dec4(0x1ef)](_0x4c8920,_0x2575e9[_0x34dec4(0x177)](getParentTitles,_0xc9761c)),_0x1be9b8[_0x34dec4(0x151)]&&_0x4c8920[_0x34dec4(0x10f)](_0x2575e9[_0x34dec4(0x131)](String,_0x1be9b8[_0x34dec4(0x151)])),_0x4c8920;}function normalizeLogLevel(_0x1b730a){const _0x1d6869=a39_0x51d676,_0x8bd398={};_0x8bd398[_0x1d6869(0x178)]=_0x1d6869(0x183),_0x8bd398[_0x1d6869(0x1cf)]=function(_0x5e5a95,_0x229d27){return _0x5e5a95!==_0x229d27;};const _0x489c92=_0x8bd398;if(!_0x1b730a)return _0x489c92[_0x1d6869(0x178)];const _0x422dcb=_0x1b730a['toUpperCase']();return _0x489c92[_0x1d6869(0x1cf)](LOG_LEVELS[_0x1d6869(0x1b2)](_0x422dcb),-0x1)?_0x422dcb:_0x489c92[_0x1d6869(0x178)];}function resolveCollectionFile(_0x35e2c8,_0x399631){const _0x4a5785=a39_0x51d676,_0xcc29b7={};_0xcc29b7[_0x4a5785(0x119)]=function(_0x1db28a,_0x18912c){return _0x1db28a===_0x18912c;},_0xcc29b7[_0x4a5785(0x1e2)]=_0x4a5785(0x1a2),_0xcc29b7[_0x4a5785(0x1a7)]=_0x4a5785(0x14b),_0xcc29b7[_0x4a5785(0x172)]=function(_0x52cd49,_0xd3be73){return _0x52cd49!==_0xd3be73;},_0xcc29b7[_0x4a5785(0x19d)]=function(_0x107851,_0x1f4868){return _0x107851<_0x1f4868;},_0xcc29b7[_0x4a5785(0x1e5)]=function(_0x36aa8b,_0x4ea6bc){return _0x36aa8b+_0x4ea6bc;},_0xcc29b7[_0x4a5785(0x176)]=function(_0x47e206,_0x1e4295){return _0x47e206+_0x1e4295;},_0xcc29b7['pRzYU']='[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json',_0xcc29b7['RWnXI']=_0x4a5785(0x159);const _0x12f90b=_0xcc29b7;try{if(_0x399631&&_0x399631[_0x4a5785(0x1e0)])return path[_0x4a5785(0x136)](process[_0x4a5785(0x1b1)](),path[_0x4a5785(0x1e6)](_0x399631[_0x4a5785(0x1e0)]));const _0x508c76=_0x35e2c8[_0x4a5785(0x120)];if(_0x12f90b['DQtLm'](typeof _0x508c76,_0x12f90b[_0x4a5785(0x1e2)]))return path[_0x4a5785(0x136)](process[_0x4a5785(0x1b1)](),path['resolve'](_0x508c76));const _0x2e9147=process['argv'][_0x4a5785(0x1b2)](_0x12f90b[_0x4a5785(0x1a7)]);if(_0x12f90b['fYUwb'](_0x2e9147,-0x1)&&_0x12f90b['UGqRK'](_0x12f90b[_0x4a5785(0x1e5)](_0x2e9147,0x1),process[_0x4a5785(0x166)][_0x4a5785(0x15e)])){const _0x512297=process[_0x4a5785(0x166)][_0x12f90b[_0x4a5785(0x176)](_0x2e9147,0x1)];if(_0x512297&&!_0x512297[_0x4a5785(0x164)]('-'))return path['relative'](process['cwd'](),path[_0x4a5785(0x1e6)](_0x512297));}}catch(_0x311d15){}return logger['info'](_0x12f90b[_0x4a5785(0x19c)]),_0x12f90b[_0x4a5785(0x16e)];}function resolveCollectionName(_0x2396e5){const _0x3dc56c=a39_0x51d676,_0x5b098c={};_0x5b098c[_0x3dc56c(0x11e)]=function(_0x15e5d6,_0x5b7c18){return _0x15e5d6===_0x5b7c18;},_0x5b098c[_0x3dc56c(0x1f0)]=_0x3dc56c(0x14a);const _0x20c2ed=_0x5b098c;try{const _0x19b6fe=_0x2396e5[_0x3dc56c(0x120)];if(_0x19b6fe&&_0x20c2ed[_0x3dc56c(0x11e)](typeof _0x19b6fe,_0x20c2ed[_0x3dc56c(0x1f0)]))return _0x19b6fe[_0x3dc56c(0x151)]||_0x19b6fe[_0x3dc56c(0x197)]&&_0x19b6fe[_0x3dc56c(0x197)][_0x3dc56c(0x151)]||null;}catch(_0x780f8){}return null;}function emitTest(_0x19e527,_0x449dc4,_0x2faa9d,_0x8ea32e,_0x4314a6){const _0x17c6d5=a39_0x51d676,_0x283b={'bKbVg':function(_0x1b1d70){return _0x1b1d70();},'OGoTt':_0x17c6d5(0x16d),'lzxSy':function(_0x10f3ac,_0xcd00ea){return _0x10f3ac(_0xcd00ea);},'KwKON':_0x17c6d5(0x1f5),'xHZMN':'javascript','QSFjV':function(_0x5a4fd8,_0x44d11e){return _0x5a4fd8!=_0x44d11e;},'ZVdzZ':function(_0x3427f3,_0xbe63fc){return _0x3427f3===_0xbe63fc;},'eWFEN':_0x17c6d5(0x142),'rImaa':_0x17c6d5(0x1d3)};if(_0x283b[_0x17c6d5(0x19e)](isCLIRunning))try{const _0x52e134=BrowserstackCLI[_0x17c6d5(0x1c5)]()[_0x17c6d5(0x147)]();if(!_0x52e134)return;_0x52e134['trackEvent'](TestFrameworkState[_0x17c6d5(0x1b0)],_0x19e527,{'test':{'uuid':_0x449dc4[_0x17c6d5(0x1af)],'name':_0x449dc4[_0x17c6d5(0x151)],'scopes':_0x2faa9d[_0x17c6d5(0x1c6)],'scope':_0x2faa9d['scopes']['join']('\x20'),'file_path':_0x8ea32e,'location':_0x2faa9d[_0x17c6d5(0x1b5)],'started_at':_0x2faa9d[_0x17c6d5(0x1c7)],'finished_at':_0x4314a6[_0x17c6d5(0x179)]||null,'result':_0x4314a6[_0x17c6d5(0x132)]||_0x283b['OGoTt'],'failure':_0x4314a6['failure']||[],'failure_type':_0x4314a6[_0x17c6d5(0x1a4)]||null,'failure_reason':_0x4314a6['failureReason']||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0x261436){_0x283b[_0x17c6d5(0x1ee)](debug,_0x17c6d5(0x152)+_0x261436);}else{const _0x5814b0={'uuid':_0x449dc4[_0x17c6d5(0x1af)],'name':_0x449dc4[_0x17c6d5(0x151)],'framework':_0x283b['KwKON'],'body':{'lang':_0x283b[_0x17c6d5(0x1bd)],'code':null},'scope':_0x2faa9d['scopes'][_0x17c6d5(0x1e1)]('\x20'),'scopes':_0x2faa9d[_0x17c6d5(0x1c6)],'identifier':_0x449dc4['identifier'],'file_name':_0x2faa9d[_0x17c6d5(0x1b5)],'vc_filepath':_0x2faa9d[_0x17c6d5(0x1f8)],'location':_0x2faa9d['location'],'started_at':_0x2faa9d[_0x17c6d5(0x1c7)],'finished_at':_0x4314a6[_0x17c6d5(0x179)]||null,'duration_in_ms':_0x283b['QSFjV'](_0x4314a6[_0x17c6d5(0x199)],null)?Math[_0x17c6d5(0x10d)](0x0,_0x4314a6[_0x17c6d5(0x199)]):null,'result':_0x4314a6[_0x17c6d5(0x132)]||_0x283b[_0x17c6d5(0x110)],'failure_reason':_0x4314a6[_0x17c6d5(0x1a5)]||null,'failure_type':_0x4314a6[_0x17c6d5(0x1a4)]||null,'failure':_0x4314a6[_0x17c6d5(0x1d6)]||[],'retry_of':null,'hooks':[]};_0x5814b0[_0x17c6d5(0x1d6)][0x0]&&(_0x5814b0[_0x17c6d5(0x1d2)]=_0x5814b0['failure'][0x0][_0x17c6d5(0x127)],_0x5814b0['failure_reason_expanded']=_0x5814b0[_0x17c6d5(0x1d6)][0x0][_0x17c6d5(0x204)]);const _0x35aca2=_0x283b[_0x17c6d5(0x1ea)](_0x19e527,HookState[_0x17c6d5(0x1a0)])?_0x283b[_0x17c6d5(0x129)]:_0x283b[_0x17c6d5(0x185)],_0x4811d4={};_0x4811d4['event_type']=_0x35aca2,_0x4811d4[_0x17c6d5(0x1cb)]=_0x5814b0,SessionHandler[_0x17c6d5(0x15f)](_0x4811d4);}}function emitLog(_0x9610f1,_0x4725d8){const _0x4fc21a=a39_0x51d676,_0x1f2df9={'mgZyq':'TEST_LOG','jlAzE':function(_0x440f01){return _0x440f01();},'VFOgB':function(_0x1dd399,_0x47d700){return _0x1dd399===_0x47d700;},'tVHfc':'HTTP','DPogr':_0x4fc21a(0x1f5),'CzzHW':_0x4fc21a(0x1b0),'LVclO':_0x4fc21a(0x183),'AtrSz':function(_0x10c0d6,_0x4d8a34){return _0x10c0d6(_0x4d8a34);},'XMquZ':function(_0x1d40b6,_0x4e2d5c){return _0x1d40b6+_0x4e2d5c;},'kSVYk':'[Newman\x20Reporter]\x20emitLog\x20error:\x20','TuWvm':_0x4fc21a(0x1ed)},_0x237f65=_0x4725d8['kind']||_0x1f2df9['mgZyq'],_0x6fadc1=_0x4725d8[_0x4fc21a(0x1e8)]||new Date()['toISOString']();if(_0x1f2df9['jlAzE'](isCLIRunning))try{const _0x3cfd42=_0x1f2df9[_0x4fc21a(0x14e)](_0x237f65,_0x1f2df9['tVHfc'])?JSON[_0x4fc21a(0x16a)](_0x4725d8):_0x4725d8[_0x4fc21a(0x203)]||'',_0x557e98={};_0x557e98[_0x4fc21a(0x180)]=0x0,_0x557e98[_0x4fc21a(0x1d0)]=_0x1f2df9[_0x4fc21a(0x19b)],_0x557e98['testFrameworkVersion']='',_0x557e98[_0x4fc21a(0x143)]=_0x1f2df9[_0x4fc21a(0x155)],_0x557e98['logs']=[{'uuid':_0x9610f1,'timestamp':_0x6fadc1,'kind':_0x237f65,'level':_0x4725d8[_0x4fc21a(0x1e7)]||_0x1f2df9[_0x4fc21a(0x201)],'message':_0x3cfd42}],GrpcClient[_0x4fc21a(0x1c5)]()[_0x4fc21a(0x1a1)](_0x557e98);}catch(_0x1557cf){_0x1f2df9[_0x4fc21a(0x14c)](debug,_0x1f2df9['XMquZ'](_0x1f2df9[_0x4fc21a(0x1aa)],_0x1557cf));}else{const _0x2af3ac={};_0x2af3ac['test_run_uuid']=_0x9610f1,_0x2af3ac[_0x4fc21a(0x1e8)]=_0x6fadc1,_0x2af3ac[_0x4fc21a(0x1e7)]=_0x4725d8[_0x4fc21a(0x1e7)]||null,_0x2af3ac[_0x4fc21a(0x203)]=_0x4725d8[_0x4fc21a(0x203)]||null,_0x2af3ac[_0x4fc21a(0x158)]=_0x237f65,_0x2af3ac['http_response']=_0x4725d8['http_response']||{};const _0x42d091={};_0x42d091['event_type']=_0x1f2df9[_0x4fc21a(0x1ad)],_0x42d091[_0x4fc21a(0x194)]=[_0x2af3ac],SessionHandler[_0x4fc21a(0x15f)](_0x42d091);}}function BrowserStackNewmanReporter(_0x4d827b,_0x105449,_0x4fbeb6){const _0x475c52=a39_0x51d676,_0x44a11d={'wDSWb':function(_0x1aba15,_0x4c31ce,_0x786efb){return _0x1aba15(_0x4c31ce,_0x786efb);},'jlqKW':function(_0x1111c1,_0x528548){return _0x1111c1(_0x528548);},'JQZXl':function(_0x38b14d,_0x4278a8){return _0x38b14d(_0x4278a8);},'hWYtB':function(_0x3a5ad2,_0x8137e0){return _0x3a5ad2>_0x8137e0;},'uNzEg':'http','eZGFb':function(_0x136b54,_0x2b59b3){return _0x136b54+_0x2b59b3;},'sZOBc':'GET','AQPKg':function(_0x14c249,_0x109876,_0x5a9627){return _0x14c249(_0x109876,_0x5a9627);},'aHfbm':'TEST_LOG','EsDah':function(_0x2634bd){return _0x2634bd();},'tTaAY':function(_0x30df4f,_0x5a4294){return _0x30df4f||_0x5a4294;},'iGfDE':function(_0x3601d6,_0x34ffa8,_0x542d09,_0x49840d,_0x4b20f5,_0xd24b17){return _0x3601d6(_0x34ffa8,_0x542d09,_0x49840d,_0x4b20f5,_0xd24b17);},'pFWHA':function(_0x24ad58,_0xce0e6b){return _0x24ad58===_0xce0e6b;},'blyRV':function(_0x47b100,_0x2d872e){return _0x47b100>_0x2d872e;},'RnrcS':function(_0x208c3c,_0x14e98b,_0x58757e){return _0x208c3c(_0x14e98b,_0x58757e);},'AKKIy':_0x475c52(0x157),'TiFTu':function(_0x370419,_0x52aa20){return _0x370419+_0x52aa20;},'fRzSE':function(_0x16f763,_0x249ff7){return _0x16f763+_0x249ff7;},'WvyKn':function(_0x4f0238,_0x35abe6){return _0x4f0238+_0x35abe6;},'SCInQ':_0x475c52(0x1ec),'pPqJu':'ms)','bmQHr':function(_0x2de016,_0x485fef,_0x3ac966){return _0x2de016(_0x485fef,_0x3ac966);},'DcCfa':_0x475c52(0x183),'KVJBY':function(_0x18dc27,_0x38c76b){return _0x18dc27(_0x38c76b);},'ejjVt':function(_0x4aa618,_0x20f29a){return _0x4aa618>_0x20f29a;},'lHUqa':function(_0x464d35,_0x691c7d){return _0x464d35-_0x691c7d;},'IGwHM':function(_0x4486f6,_0x3495be){return _0x4486f6(_0x3495be);},'raWDx':function(_0x4b648a,_0x2ba384){return _0x4b648a(_0x2ba384);},'SyzKL':function(_0x230135,_0x35c9c7){return _0x230135&&_0x35c9c7;},'kJDZy':function(_0x1f5a42,_0x4a4b21){return _0x1f5a42-_0x4a4b21;},'XLbJO':function(_0x37216f,_0x2444b7,_0xbcdb94){return _0x37216f(_0x2444b7,_0xbcdb94);},'LWEwR':_0x475c52(0x1c8),'qfPhI':'ERROR','iUbBp':function(_0x2cd132,_0x4d950b){return _0x2cd132+_0x4d950b;},'TYhuM':_0x475c52(0x15c),'OVZYv':function(_0x3c1c5d,_0x2f76cf){return _0x3c1c5d>_0x2f76cf;},'HKhhk':_0x475c52(0x1c2),'qcOMl':function(_0x4055e5,_0x361339){return _0x4055e5+_0x361339;},'gzKOL':function(_0x42331c,_0x18c0a6){return _0x42331c+_0x18c0a6;},'MJIBH':function(_0x5d2bec,_0x2f4bd5){return _0x5d2bec+_0x2f4bd5;},'aUAgb':_0x475c52(0x113),'scskz':_0x475c52(0x12d),'btflX':function(_0x367d43,_0x49bc8c){return _0x367d43(_0x49bc8c);},'rxQaw':function(_0x16c06f,_0x5a317a){return _0x16c06f+_0x5a317a;},'MUjMj':'[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','IaycV':_0x475c52(0x1cd),'WPSHW':_0x475c52(0x1f4),'trozz':function(_0x119be1,_0x2a77f5){return _0x119be1===_0x2a77f5;},'kxIMF':'AssertionError','qlocF':'assert','rwDVT':_0x475c52(0x195),'OulAu':function(_0xf79254,_0x563601,_0x487268,_0x572209,_0x44031c,_0xa49f8e){return _0xf79254(_0x563601,_0x487268,_0x572209,_0x44031c,_0xa49f8e);},'omhDL':function(_0x2ac4a5,_0xf18f65){return _0x2ac4a5>_0xf18f65;},'Chlhq':function(_0x1d8e37,_0x2c40a3){return _0x1d8e37!=_0x2c40a3;},'PxYRK':function(_0x459e34,_0x32a482){return _0x459e34>=_0x32a482;},'agWNq':function(_0x335443,_0x39b6ed){return _0x335443<_0x39b6ed;},'yIuHs':_0x475c52(0x1b8),'BbMbz':function(_0x1cfa34,_0x3b4afe){return _0x1cfa34!=_0x3b4afe;},'OzaqM':'No\x20HTTP\x20response\x20received','YiQVa':function(_0x3ea989,_0x480b1b){return _0x3ea989+_0x480b1b;},'pBNLX':function(_0x5e5298,_0x25f0e7){return _0x5e5298+_0x25f0e7;},'XLWNj':function(_0x7e2f82,_0x40f88a){return _0x7e2f82+_0x40f88a;},'MKfjZ':function(_0x3109b7,_0x4a04ba){return _0x3109b7+_0x4a04ba;},'MLRDr':function(_0xde45f4,_0xf8b739){return _0xde45f4+_0xf8b739;},'lZjLH':function(_0x5e462a,_0xa62ba9,_0xdb8d04){return _0x5e462a(_0xa62ba9,_0xdb8d04);},'hAlJV':function(_0x22d699,_0x305fdd){return _0x22d699+_0x305fdd;},'oxaej':_0x475c52(0x15d),'XAbRb':function(_0x2ca404,_0x2c0c99){return _0x2ca404||_0x2c0c99;},'jMWeH':'\x20(no\x20assertions)','iIwUt':function(_0x2ef763,_0x27868c){return _0x2ef763(_0x27868c);},'tPftl':_0x475c52(0x111),'RWBZV':_0x475c52(0x16c),'Chpql':_0x475c52(0x149),'wuucR':'request','BByZv':_0x475c52(0x189),'ozCLI':_0x475c52(0x1b4),'jBcsA':_0x475c52(0x1ff),'Jmjin':_0x475c52(0x198),'HzaNa':'item'},_0x2344c2=new Map();let _0x38a537=null,_0xd223a=0x0;const _0x2a0ccd=_0x44a11d[_0x475c52(0x1b7)](resolveCollectionFile,_0x4fbeb6,_0x105449),_0x2ef2b7=_0x44a11d[_0x475c52(0x18c)](resolveCollectionName,_0x4fbeb6)||_0x2a0ccd,_0xc2a40e=path[_0x475c52(0x1e6)](_0x2a0ccd),_0x5643e0=_0x475c52(0x145)+process['pid'],_0x3899a8=_0x55e131=>{const _0xe5adc1=_0x475c52;try{_0x38a537&&_0x44a11d[_0xe5adc1(0x17b)](emitLog,_0x38a537,_0x55e131);}catch(_0x2226a2){_0x44a11d[_0xe5adc1(0x1de)](debug,_0xe5adc1(0x1a8)+_0x2226a2);}};process['on'](_0x5643e0,_0x3899a8),_0x4d827b['on'](_0x44a11d[_0x475c52(0x112)],()=>{const _0xbf21c=_0x475c52;process[_0xbf21c(0x1eb)](_0x5643e0,_0x3899a8),_0x2344c2['clear']();}),_0x4d827b['on'](_0x44a11d['RWBZV'],(_0x184e7a,_0x2e012a)=>{const _0xdaa0c4=_0x475c52;_0x2e012a&&_0x2e012a['cursor']&&(_0xd223a=_0x2e012a[_0xdaa0c4(0x1fc)][_0xdaa0c4(0x1db)]||0x0);}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x1d8)],(_0x6bfaf8,_0x47ace0)=>{const _0x364ea0=_0x475c52;try{_0x38a537=null;const _0x2bc5f6=_0x47ace0[_0x364ea0(0x13d)],_0x5cd889=_0x2bc5f6['parent']()?_0x44a11d[_0x364ea0(0x13b)](getParentTitles,_0x2bc5f6[_0x364ea0(0x175)]()):[],_0x57e616=_0x44a11d['hWYtB'](_0x5cd889[_0x364ea0(0x15e)],0x1)?_0x5cd889[_0x364ea0(0x11b)](0x1):_0x5cd889,_0x464f4f=_0x47ace0[_0x364ea0(0x1fc)]&&_0x47ace0['cursor'][_0x364ea0(0x1a3)],_0x432928={'itemName':_0x2bc5f6[_0x364ea0(0x151)],'scopes':_0x57e616[_0x364ea0(0x1bf)]([_0x2bc5f6['name']]),'location':_0x2a0ccd,'collectionName':_0x2ef2b7,'startedAt':new Date()[_0x364ea0(0x1b9)](),'startTimestamp':Date[_0x364ea0(0x1df)](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x2344c2['set'](_0x2bc5f6['id']+'_'+_0xd223a,_0x432928),_0x464f4f&&_0x2344c2[_0x364ea0(0x1b6)](_0x464f4f+'_'+_0xd223a,_0x432928);}catch(_0x79baea){_0x44a11d[_0x364ea0(0x1de)](debug,_0x364ea0(0x165)+_0x79baea);}}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x1e3)],(_0x3afe0d,_0x247132)=>{const _0x113844=_0x475c52;try{if(!_0x247132||!_0x247132[_0x113844(0x13d)])return;const _0x31e27a=_0x2344c2[_0x113844(0x1d9)](_0x247132[_0x113844(0x13d)]['id']+'_'+_0xd223a);if(!_0x31e27a)return;_0x247132[_0x113844(0x1dd)]&&(_0x31e27a[_0x113844(0x1b3)]=_0x247132[_0x113844(0x1dd)][_0x113844(0x133)]||null);if(!_0x247132[_0x113844(0x11a)])return;let _0x389e27='',_0x419af3='';if(_0x247132[_0x113844(0x11a)][_0x113844(0x117)])try{const _0x12a8a2=_0x247132['request'][_0x113844(0x117)][_0x113844(0x124)](),_0x4fa0f1=new URL(_0x12a8a2[_0x113844(0x164)](_0x44a11d[_0x113844(0x19f)])?_0x12a8a2:_0x113844(0x148)+_0x12a8a2);_0x389e27=_0x4fa0f1[_0x113844(0x190)],_0x419af3=_0x44a11d[_0x113844(0x15a)](_0x4fa0f1[_0x113844(0x138)],_0x4fa0f1[_0x113844(0x156)]);}catch(_0x955abe){_0x419af3=_0x247132[_0x113844(0x11a)][_0x113844(0x117)][_0x113844(0x124)]();}const _0x145f64={};_0x145f64[_0x113844(0x1f9)]=_0x389e27,_0x145f64['path']=_0x419af3,_0x145f64[_0x113844(0x1ae)]=_0x247132[_0x113844(0x11a)][_0x113844(0x1ae)]||_0x44a11d['sZOBc'],_0x145f64[_0x113844(0x13e)]={},_0x145f64[_0x113844(0x160)]=_0x247132[_0x113844(0x1dd)]?_0x247132[_0x113844(0x1dd)][_0x113844(0x133)]||0x0:0x0,_0x145f64[_0x113844(0x139)]=_0x247132[_0x113844(0x1dd)]?_0x247132[_0x113844(0x1dd)][_0x113844(0x1c9)]||0x0:0x0,_0x31e27a['httpLog']=_0x145f64;}catch(_0x535981){_0x44a11d['JQZXl'](debug,'[Newman\x20Reporter]\x20Error\x20in\x20request:\x20'+_0x535981);}}),_0x4d827b['on'](_0x44a11d['BByZv'],(_0x2c2c35,_0x1f9289)=>{const _0x2cd20e=_0x475c52,_0x4cd300={'CUGcW':function(_0x4d3419,_0x29fc61,_0x5c2906){const _0x13f3fa=a39_0x3a78;return _0x44a11d[_0x13f3fa(0x121)](_0x4d3419,_0x29fc61,_0x5c2906);},'fBFHw':_0x44a11d['aHfbm']};try{if(!_0x1f9289||!_0x1f9289[_0x2cd20e(0x13d)])return;const _0x3ff840=_0x2344c2['get'](_0x1f9289[_0x2cd20e(0x13d)]['id']+'_'+_0xd223a);if(!_0x3ff840)return;const _0x534c0b=_0x1f9289['assertion']||'Assertion\x20'+_0x44a11d[_0x2cd20e(0x15a)](_0x3ff840[_0x2cd20e(0x170)][_0x2cd20e(0x15e)],0x1),_0x3404df=_0x44a11d[_0x2cd20e(0x13a)](uuidv4),_0x20496b=_0x3ff840[_0x2cd20e(0x1c6)][_0x2cd20e(0x1bf)]([_0x534c0b])[_0x2cd20e(0x1e1)]('\x20');_0x3ff840[_0x2cd20e(0x170)][_0x2cd20e(0x10f)]({'uuid':_0x3404df,'name':_0x534c0b,'identifier':_0x20496b,'err':_0x44a11d[_0x2cd20e(0x134)](_0x2c2c35,null)});const _0x41320d={};_0x41320d[_0x2cd20e(0x1af)]=_0x3404df,_0x41320d[_0x2cd20e(0x151)]=_0x534c0b,_0x41320d[_0x2cd20e(0x140)]=_0x20496b,_0x44a11d['iGfDE'](emitTest,HookState['PRE'],_0x41320d,_0x3ff840,_0xc2a40e,{});_0x44a11d[_0x2cd20e(0x12a)](_0x3ff840[_0x2cd20e(0x170)][_0x2cd20e(0x15e)],0x1)&&_0x44a11d[_0x2cd20e(0x1fd)](_0x3ff840[_0x2cd20e(0x135)][_0x2cd20e(0x15e)],0x0)&&(_0x3ff840[_0x2cd20e(0x135)][_0x2cd20e(0x200)](_0x42ab4a=>{const _0x3529f9=_0x2cd20e;_0x4cd300[_0x3529f9(0x13f)](emitLog,_0x3404df,{'kind':_0x4cd300[_0x3529f9(0x191)],'message':_0x42ab4a[_0x3529f9(0x203)],'level':_0x42ab4a['level']});}),_0x3ff840[_0x2cd20e(0x135)]=[]);if(_0x3ff840['httpLog']){_0x44a11d[_0x2cd20e(0x162)](emitLog,_0x3404df,{'kind':_0x44a11d['AKKIy'],'http_response':_0x3ff840[_0x2cd20e(0x1f7)]});const _0x196f82=_0x44a11d[_0x2cd20e(0x15a)](_0x44a11d[_0x2cd20e(0x17c)](_0x44a11d['TiFTu'](_0x44a11d[_0x2cd20e(0x181)](_0x44a11d['fRzSE'](_0x44a11d[_0x2cd20e(0x15a)](_0x44a11d[_0x2cd20e(0x17c)](_0x44a11d[_0x2cd20e(0x116)](_0x3ff840[_0x2cd20e(0x1f7)]['method']||_0x44a11d['sZOBc'],'\x20'),_0x3ff840['httpLog']['host']),_0x3ff840[_0x2cd20e(0x1f7)][_0x2cd20e(0x1e9)]),_0x44a11d[_0x2cd20e(0x161)]),_0x3ff840['httpLog'][_0x2cd20e(0x160)]),'\x20('),_0x3ff840[_0x2cd20e(0x1f7)][_0x2cd20e(0x139)]),_0x44a11d[_0x2cd20e(0x1d5)]);_0x44a11d['bmQHr'](emitLog,_0x3404df,{'kind':_0x44a11d[_0x2cd20e(0x1be)],'message':_0x196f82,'level':_0x44a11d[_0x2cd20e(0x17d)]});}_0x38a537=_0x3404df;}catch(_0x15c2b9){_0x44a11d[_0x2cd20e(0x1d1)](debug,_0x2cd20e(0x196)+_0x15c2b9);}}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x1bc)],(_0x551746,_0x315132)=>{const _0x1986f3=_0x475c52;try{if(!_0x315132)return;let _0x3296db=_0x38a537;if(!_0x3296db&&_0x315132['cursor']&&_0x315132['cursor'][_0x1986f3(0x1a3)]){const _0x164713=_0x2344c2[_0x1986f3(0x1d9)](_0x315132[_0x1986f3(0x1fc)][_0x1986f3(0x1a3)]+'_'+_0xd223a);_0x164713&&_0x44a11d[_0x1986f3(0x11d)](_0x164713['assertions'][_0x1986f3(0x15e)],0x0)&&(_0x3296db=_0x164713['assertions'][_0x44a11d[_0x1986f3(0x1e4)](_0x164713[_0x1986f3(0x170)][_0x1986f3(0x15e)],0x1)][_0x1986f3(0x1af)]);}const _0x82c107=_0x315132['messages']?_0x315132[_0x1986f3(0x187)][_0x1986f3(0x1e1)](',\x20'):'';if(_0x3296db)_0x44a11d[_0x1986f3(0x1b7)](emitLog,_0x3296db,{'kind':_0x44a11d[_0x1986f3(0x1be)],'message':_0x82c107,'level':_0x44a11d['JQZXl'](normalizeLogLevel,_0x315132[_0x1986f3(0x1e7)])});else{if(_0x315132[_0x1986f3(0x1fc)]&&_0x315132[_0x1986f3(0x1fc)]['ref']){const _0x2fac62=_0x2344c2['get'](_0x315132[_0x1986f3(0x1fc)][_0x1986f3(0x1a3)]+'_'+_0xd223a);_0x2fac62&&_0x2fac62[_0x1986f3(0x135)][_0x1986f3(0x10f)]({'timestamp':new Date()[_0x1986f3(0x1b9)](),'level':_0x44a11d['IGwHM'](normalizeLogLevel,_0x315132['level']),'message':_0x82c107});}}}catch(_0x1d15ad){_0x44a11d[_0x1986f3(0x154)](debug,_0x1986f3(0x12f)+_0x1d15ad);}}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x205)],(_0x1102f5,_0x1d87f9)=>{const _0x37c043=_0x475c52;try{if(!_0x1102f5&&(!_0x1d87f9||!_0x1d87f9[_0x37c043(0x122)]))return;const _0x593701=_0x1102f5||_0x1d87f9[_0x37c043(0x122)],_0x251b29=_0x593701[_0x37c043(0x203)]||_0x44a11d[_0x37c043(0x1d1)](String,_0x593701),_0xf30ba4=_0x593701[_0x37c043(0x192)]||_0x251b29;let _0xb3e572=_0x38a537;if(_0x44a11d['SyzKL'](!_0xb3e572,_0x1d87f9)&&_0x1d87f9[_0x37c043(0x1fc)]&&_0x1d87f9['cursor'][_0x37c043(0x1a3)]){const _0x45924c=_0x2344c2['get'](_0x1d87f9['cursor'][_0x37c043(0x1a3)]+'_'+_0xd223a);_0x45924c&&_0x44a11d[_0x37c043(0x1fd)](_0x45924c[_0x37c043(0x170)][_0x37c043(0x15e)],0x0)&&(_0xb3e572=_0x45924c[_0x37c043(0x170)][_0x44a11d['kJDZy'](_0x45924c[_0x37c043(0x170)][_0x37c043(0x15e)],0x1)][_0x37c043(0x1af)]);}_0xb3e572&&_0x44a11d[_0x37c043(0x167)](emitLog,_0xb3e572,{'kind':_0x44a11d[_0x37c043(0x1be)],'message':_0x44a11d[_0x37c043(0x17c)](_0x44a11d[_0x37c043(0x14d)],_0xf30ba4),'level':_0x44a11d[_0x37c043(0x1c3)]});}catch(_0x5cafcb){_0x44a11d['JQZXl'](debug,_0x44a11d[_0x37c043(0x125)](_0x44a11d['TYhuM'],_0x5cafcb));}}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x1ca)],(_0x2f8ee5,_0x1de41d)=>{const _0x7cd471=_0x475c52;try{if(!_0x1de41d||!_0x1de41d[_0x7cd471(0x17a)])return;let _0x25dd4b=_0x38a537;if(!_0x25dd4b&&_0x1de41d[_0x7cd471(0x1fc)]&&_0x1de41d['cursor']['ref']){const _0x52643d=_0x2344c2['get'](_0x1de41d[_0x7cd471(0x1fc)][_0x7cd471(0x1a3)]+'_'+_0xd223a);_0x52643d&&_0x44a11d[_0x7cd471(0x10e)](_0x52643d[_0x7cd471(0x170)][_0x7cd471(0x15e)],0x0)&&(_0x25dd4b=_0x52643d[_0x7cd471(0x170)][_0x44a11d[_0x7cd471(0x1e4)](_0x52643d[_0x7cd471(0x170)][_0x7cd471(0x15e)],0x1)][_0x7cd471(0x1af)]);}if(!_0x25dd4b)return;const _0x346342=_0x1de41d[_0x7cd471(0x12e)]&&_0x1de41d[_0x7cd471(0x12e)][_0x7cd471(0x1ab)]||_0x44a11d[_0x7cd471(0x1d4)];_0x2f8ee5&&_0x44a11d[_0x7cd471(0x1b7)](emitLog,_0x25dd4b,{'kind':_0x44a11d['aHfbm'],'message':_0x44a11d[_0x7cd471(0x168)](_0x44a11d[_0x7cd471(0x1dc)](_0x44a11d[_0x7cd471(0x1f6)](_0x44a11d['aUAgb'],_0x346342),_0x44a11d[_0x7cd471(0x1d7)]),_0x2f8ee5[_0x7cd471(0x203)]||_0x2f8ee5),'level':_0x44a11d['qfPhI']});}catch(_0x18a13e){_0x44a11d[_0x7cd471(0x12c)](debug,_0x44a11d['rxQaw'](_0x44a11d[_0x7cd471(0x171)],_0x18a13e));}}),_0x4d827b['on'](_0x44a11d[_0x475c52(0x18d)],(_0x53a3b3,_0x5461f1)=>{const _0x37a6ac=_0x475c52;try{if(!_0x5461f1||!_0x5461f1['item'])return;const _0x344432=_0x5461f1[_0x37a6ac(0x13d)]['id']+'_'+_0xd223a,_0xfc04f9=_0x2344c2[_0x37a6ac(0x1d9)](_0x344432);if(!_0xfc04f9)return;const _0x35abb9=new Date(),_0x260972=_0x44a11d[_0x37a6ac(0x1a9)](_0x35abb9[_0x37a6ac(0x115)](),_0xfc04f9[_0x37a6ac(0x144)]);if(_0x44a11d[_0x37a6ac(0x16b)](_0xfc04f9['assertions'][_0x37a6ac(0x15e)],0x0))_0xfc04f9[_0x37a6ac(0x170)]['forEach'](_0x52a501=>{const _0x153366=_0x37a6ac,_0x9ebe05=!!_0x52a501[_0x153366(0x1fe)],_0x291a14={'finishedAt':_0x35abb9[_0x153366(0x1b9)](),'durationMs':_0x260972,'result':_0x9ebe05?_0x44a11d[_0x153366(0x188)]:_0x44a11d[_0x153366(0x1ce)]};_0x9ebe05&&(_0x291a14[_0x153366(0x1a5)]=_0x52a501['err'][_0x153366(0x203)]||'',_0x291a14[_0x153366(0x1a4)]=_0x44a11d['trozz'](_0x52a501['err'][_0x153366(0x151)],_0x44a11d['kxIMF'])||_0x52a501[_0x153366(0x1fe)][_0x153366(0x203)]&&_0x52a501[_0x153366(0x1fe)]['message'][_0x153366(0x153)](_0x44a11d['qlocF'])?_0x44a11d['kxIMF']:_0x44a11d['rwDVT'],_0x291a14[_0x153366(0x1d6)]=[{'backtrace':_0x52a501[_0x153366(0x1fe)][_0x153366(0x192)]?_0x52a501[_0x153366(0x1fe)][_0x153366(0x192)][_0x153366(0x19a)]('\x0a'):[_0x52a501[_0x153366(0x1fe)][_0x153366(0x203)]||''],'expanded':[]}]),_0x44a11d[_0x153366(0x1cc)](emitTest,HookState['POST'],_0x52a501,_0xfc04f9,_0xc2a40e,_0x291a14);});else{const _0x8146ba=_0x44a11d[_0x37a6ac(0x13a)](uuidv4),_0x1f5415=_0xfc04f9[_0x37a6ac(0x1b3)],_0x587d3c=_0x44a11d[_0x37a6ac(0x184)](_0x1f5415,null)&&_0x44a11d[_0x37a6ac(0x118)](_0x1f5415,0xc8)&&_0x44a11d[_0x37a6ac(0x12b)](_0x1f5415,0x190),_0x561fe1=_0xfc04f9[_0x37a6ac(0x141)]+_0x37a6ac(0x15b)+_0x44a11d[_0x37a6ac(0x134)](_0x1f5415,_0x44a11d['yIuHs'])+')',_0x50df6f={'uuid':_0x8146ba,'name':_0x561fe1,'identifier':_0xfc04f9['scopes']['concat']([_0x561fe1])[_0x37a6ac(0x1e1)]('\x20')},_0x1b64cf={'finishedAt':_0x35abb9[_0x37a6ac(0x1b9)](),'durationMs':_0x260972,'result':_0x587d3c?_0x44a11d['WPSHW']:_0x44a11d[_0x37a6ac(0x188)]};!_0x587d3c&&(_0x1b64cf[_0x37a6ac(0x1a5)]=_0x44a11d[_0x37a6ac(0x13c)](_0x1f5415,null)?_0x37a6ac(0x1da)+_0x1f5415+_0x37a6ac(0x174):_0x44a11d[_0x37a6ac(0x11f)],_0x1b64cf[_0x37a6ac(0x1a4)]=_0x44a11d['rwDVT'],_0x1b64cf[_0x37a6ac(0x1d6)]=[{'backtrace':[_0x1b64cf['failureReason']],'expanded':[]}]);_0x44a11d[_0x37a6ac(0x1cc)](emitTest,HookState['PRE'],_0x50df6f,_0xfc04f9,_0xc2a40e,{}),_0xfc04f9[_0x37a6ac(0x135)][_0x37a6ac(0x200)](_0x4c2d88=>{const _0x1de2a2=_0x37a6ac;_0x44a11d[_0x1de2a2(0x121)](emitLog,_0x8146ba,{'kind':_0x44a11d['aHfbm'],'message':_0x4c2d88[_0x1de2a2(0x203)],'level':_0x4c2d88['level']});});if(_0xfc04f9['httpLog']){_0x44a11d['bmQHr'](emitLog,_0x8146ba,{'kind':_0x44a11d[_0x37a6ac(0x18a)],'http_response':_0xfc04f9[_0x37a6ac(0x1f7)]});const _0x42a069=_0x44a11d[_0x37a6ac(0x114)](_0x44a11d[_0x37a6ac(0x126)](_0x44a11d[_0x37a6ac(0x125)](_0x44a11d[_0x37a6ac(0x181)](_0x44a11d[_0x37a6ac(0x18f)](_0x44a11d['MKfjZ'](_0x44a11d[_0x37a6ac(0x1ac)](_0x44a11d[_0x37a6ac(0x137)](_0xfc04f9[_0x37a6ac(0x1f7)][_0x37a6ac(0x1ae)]||_0x44a11d[_0x37a6ac(0x202)],'\x20'),_0xfc04f9['httpLog']['host']),_0xfc04f9[_0x37a6ac(0x1f7)][_0x37a6ac(0x1e9)]),_0x44a11d[_0x37a6ac(0x161)]),_0xfc04f9[_0x37a6ac(0x1f7)][_0x37a6ac(0x160)]),'\x20('),_0xfc04f9[_0x37a6ac(0x1f7)][_0x37a6ac(0x139)]),_0x44a11d[_0x37a6ac(0x1d5)]);_0x44a11d[_0x37a6ac(0x167)](emitLog,_0x8146ba,{'kind':_0x44a11d[_0x37a6ac(0x1be)],'message':_0x42a069,'level':_0x44a11d[_0x37a6ac(0x17d)]});}else _0x44a11d[_0x37a6ac(0x1fa)](emitLog,_0x8146ba,{'kind':_0x44a11d[_0x37a6ac(0x1be)],'message':_0x44a11d[_0x37a6ac(0x168)](_0x44a11d['hAlJV'](_0x44a11d[_0x37a6ac(0x1c4)],_0x44a11d[_0x37a6ac(0x1f1)](_0x1f5415,_0x44a11d[_0x37a6ac(0x150)])),_0x44a11d[_0x37a6ac(0x1fb)]),'level':_0x44a11d[_0x37a6ac(0x17d)]});_0x44a11d['OulAu'](emitTest,HookState[_0x37a6ac(0x163)],_0x50df6f,_0xfc04f9,_0xc2a40e,_0x1b64cf);}_0x2344c2[_0x37a6ac(0x17e)](_0x344432),_0x5461f1[_0x37a6ac(0x1fc)]&&_0x5461f1['cursor'][_0x37a6ac(0x1a3)]&&_0x2344c2['delete'](_0x5461f1[_0x37a6ac(0x1fc)][_0x37a6ac(0x1a3)]+'_'+_0xd223a);}catch(_0x143c87){_0x44a11d['btflX'](debug,_0x37a6ac(0x1f2)+_0x143c87);}});}module[a39_0x51d676(0x193)]=BrowserStackNewmanReporter;
1
+ 'use strict';const a39_0x11853=a39_0x5850;function a39_0x5850(_0xabf14f,_0x245be9){const _0x126116=a39_0x1261();return a39_0x5850=function(_0x5850a9,_0x8af189){_0x5850a9=_0x5850a9-0xba;let _0x3edbb9=_0x126116[_0x5850a9];return _0x3edbb9;},a39_0x5850(_0xabf14f,_0x245be9);}(function(_0x53608f,_0x21e6ef){const _0x589564=a39_0x5850,_0x2f70dd=_0x53608f();while(!![]){try{const _0x59d1b4=parseInt(_0x589564(0x10f))/0x1*(parseInt(_0x589564(0x1b5))/0x2)+-parseInt(_0x589564(0xec))/0x3+-parseInt(_0x589564(0xe9))/0x4*(-parseInt(_0x589564(0xdc))/0x5)+-parseInt(_0x589564(0x1a4))/0x6+parseInt(_0x589564(0x158))/0x7*(-parseInt(_0x589564(0x16c))/0x8)+-parseInt(_0x589564(0x1ad))/0x9+parseInt(_0x589564(0x1ab))/0xa;if(_0x59d1b4===_0x21e6ef)break;else _0x2f70dd['push'](_0x2f70dd['shift']());}catch(_0x1da7ea){_0x2f70dd['push'](_0x2f70dd['shift']());}}}(a39_0x1261,0x53027));const path=require(a39_0x11853(0x14f)),{v4:uuidv4}=require(a39_0x11853(0xf3)),SessionHandler=require(a39_0x11853(0x11e)),{debug}=require(a39_0x11853(0x144)),logger=require(a39_0x11853(0xe1))[a39_0x11853(0x165)],BrowserstackCLI=require(a39_0x11853(0x142)),GrpcClient=require('../../v2/grpcClient'),TestFrameworkState=require(a39_0x11853(0x117)),HookState=require(a39_0x11853(0x129)),LOG_LEVELS=[a39_0x11853(0x169),a39_0x11853(0x153),a39_0x11853(0xe6),a39_0x11853(0x14a),a39_0x11853(0x11d)];function isCLIRunning(){const _0x4bf6d3=a39_0x11853;try{return BrowserstackCLI[_0x4bf6d3(0x140)]()[_0x4bf6d3(0x160)]();}catch(_0x2eb33d){return![];}}function getParentTitles(_0xb05456){const _0x37078d=a39_0x11853,_0x2a0d4a={'fNVni':function(_0x2bfb97,_0x4f81bf){return _0x2bfb97(_0x4f81bf);}},_0x11c4ea=[],_0x37f31d=_0xb05456[_0x37078d(0x163)]();return _0x37f31d&&_0x11c4ea['push'][_0x37078d(0xdd)](_0x11c4ea,_0x2a0d4a['fNVni'](getParentTitles,_0x37f31d)),_0xb05456['name']&&_0x11c4ea[_0x37078d(0x127)](_0x2a0d4a[_0x37078d(0x19f)](String,_0xb05456[_0x37078d(0x18b)])),_0x11c4ea;}function normalizeLogLevel(_0x344332){const _0xd3bdf9=a39_0x11853,_0x538fd4={};_0x538fd4[_0xd3bdf9(0xe5)]=_0xd3bdf9(0x169),_0x538fd4[_0xd3bdf9(0x189)]=function(_0x10997e,_0x581f3c){return _0x10997e!==_0x581f3c;};const _0x54cb20=_0x538fd4;if(!_0x344332)return _0x54cb20[_0xd3bdf9(0xe5)];const _0x15909b=_0x344332[_0xd3bdf9(0x1a5)]();return _0x54cb20[_0xd3bdf9(0x189)](LOG_LEVELS[_0xd3bdf9(0xbd)](_0x15909b),-0x1)?_0x15909b:_0x54cb20['bMYSN'];}function a39_0x1261(){const _0x18dbf2=['search','IWvLm','item','WARN','[Newman\x20Reporter]\x20Error\x20in\x20request:\x20','now','exception','VSMTq','721uXnHMC','trackEvent','vCxMs','hAxfn','string','set','pathname','Kjwyq','isRunning','pjRNq','TEST_LOG','parent','\x20->\x20','winstonLogger','zsXtg','run','WxAEr','INFO','ABQOK','sopiy','7664aUChtS','collectionPath','TIlqc','UnhandledError','duKGL','getTime','test_run','object','durationMs','IUvFs','LyDRN','AssertionError','join','[Newman\x20Reporter]\x20emitTest\x20error:\x20','status_code','itemName','event_type','kXlpf','exports','url','http','cpawz','concat','Exception:\x20','request','forEach','resolve','max','MHLeN','lKVoe','ref','name','[Newman\x20Reporter]\x20Could\x20not\x20resolve\x20collection\x20file\x20path,\x20falling\x20back\x20to\x20collection.json','hFjzQ','kUQJJ','ygsla','toISOString','assert','Lmqxn','Acrkr','pid','failure','[Newman\x20Reporter]\x20Error\x20in\x20console:\x20','collection.json','):\x20','AwiUW','xPTyS','delete','PRE','qjQHF','CrdJn','fNVni','yBNud','HTTP\x20','QKBCH','jgxxv','2219442dwPaWk','toUpperCase','httpLog','RMWOy','JzWng','startsWith','[Newman\x20Reporter]\x20Error\x20in\x20assertion:\x20','10722910JFWYMq','passed','5721129GptTkJ','YfExy','rtbey','stack','wgXZD','pending','tbENu','location','499126dXkcXC','backtrace','IVjWN','failureType','indexOf','etFjn','rSpNl','ufTMk','hLSbS','\x20(no\x20assertions)','Nbwpw','expanded','YeiLy','ApwMP','nwBks','timestamp','RVYrU','mNtFp','GtvtQ','length','FJVJb','QyoER','ZRHPB','listen','eNHWa','kVTcN','wdpib','TestRunFinished','iteration','bs:addLog:','\x20(HTTP\x20','laMrY','testFrameworkVersion','finishedAt','HtsWO','5uCTdhC','apply','lastResponseCode','platformIndex','code','../../../helpers/logger','LciRm','ICqOG','startedAt','bMYSN','ERROR','hostname','level','2346644mmkMqL','oLirP','bSnii','1392738vKWcMs','javascript','jSGHY','duration_ms','failureReason','[Newman\x20Reporter]\x20Error\x20in\x20item:\x20','pDtjM','uuid','UTVpj','message','argv','console','cthsc','TCdKw','zDHiK','includes','info','qMnvp','UTXPM','pSfPC','CXmOR','vxlFd','OWIPC','mhOLu','[Newman\x20Reporter]\x20Error\x20in\x20script:\x20','collectionName','testFrameworkState','beforeIteration','[Newman\x20Reporter]\x20Error\x20in\x20exception:\x20','qgrMH','removeListener','bSkZz','hcWVz','No\x20HTTP\x20response\x20received','TEST','1ytEAgq','solsx','error','script','logs','VoOlw','response','N/A','../../v2/state/testFrameworkState','err','clear','NnoCP','TUlXf','yVbGE','TRACE','../../../helpers/test-observability/sessionHandler','KLPHc','relative','scopes','SAPii','newman','failure_reason_expanded','emkRW','done','push','[Newman\x20Reporter]\x20Error\x20in\x20beforeItem:\x20','../../v2/state/hookState','logCreatedEvent','headers','uploadEventData','HTTP','test_run_uuid','cwd','method','SIIJe','POST','WgSoJ','XNrvP','PVyVx','fuoyl','event','KNIFh','collection','toString','assertions','identifier','host','bufferedLogs','DXulP','getInstance','stringify','../../v2/browserstackCLI','kind','../../../helpers/test-observability/utils','siYTl','testFrameworkName','EvwUl','zKkac','get','DEBUG','http_response','messages','SHRYT','cursor','path'];a39_0x1261=function(){return _0x18dbf2;};return a39_0x1261();}function resolveCollectionFile(_0x387573,_0x18aeef){const _0x5dc82b=a39_0x11853,_0xf6c703={};_0xf6c703['RMWOy']=function(_0x44bc00,_0x5a1a92){return _0x44bc00===_0x5a1a92;},_0xf6c703[_0x5dc82b(0x199)]=_0x5dc82b(0x15c),_0xf6c703[_0x5dc82b(0xce)]=_0x5dc82b(0x167),_0xf6c703[_0x5dc82b(0xf9)]=function(_0x3c3258,_0x2865ff){return _0x3c3258!==_0x2865ff;},_0xf6c703[_0x5dc82b(0xfa)]=function(_0x20ef16,_0x29badb){return _0x20ef16<_0x29badb;},_0xf6c703[_0x5dc82b(0x1ae)]=function(_0x5c4ba2,_0x477141){return _0x5c4ba2+_0x477141;},_0xf6c703[_0x5dc82b(0x18d)]=_0x5dc82b(0x18c),_0xf6c703['FJVJb']=_0x5dc82b(0x197);const _0x207688=_0xf6c703;try{if(_0x18aeef&&_0x18aeef[_0x5dc82b(0x16d)])return path[_0x5dc82b(0x120)](process[_0x5dc82b(0x12f)](),path['resolve'](_0x18aeef[_0x5dc82b(0x16d)]));const _0x338596=_0x387573[_0x5dc82b(0x139)];if(_0x207688[_0x5dc82b(0x1a7)](typeof _0x338596,_0x207688[_0x5dc82b(0x199)]))return path[_0x5dc82b(0x120)](process['cwd'](),path[_0x5dc82b(0x186)](_0x338596));const _0x3cca65=process[_0x5dc82b(0xf6)][_0x5dc82b(0xbd)](_0x207688[_0x5dc82b(0xce)]);if(_0x207688['TCdKw'](_0x3cca65,-0x1)&&_0x207688['zDHiK'](_0x207688[_0x5dc82b(0x1ae)](_0x3cca65,0x1),process['argv'][_0x5dc82b(0xcc)])){const _0x2a61c4=process[_0x5dc82b(0xf6)][_0x207688[_0x5dc82b(0x1ae)](_0x3cca65,0x1)];if(_0x2a61c4&&!_0x2a61c4[_0x5dc82b(0x1a9)]('-'))return path[_0x5dc82b(0x120)](process[_0x5dc82b(0x12f)](),path[_0x5dc82b(0x186)](_0x2a61c4));}}catch(_0xd5f509){}return logger[_0x5dc82b(0xfc)](_0x207688[_0x5dc82b(0x18d)]),_0x207688[_0x5dc82b(0xcd)];}function resolveCollectionName(_0x512e08){const _0x47be70=a39_0x11853,_0x34efd6={};_0x34efd6[_0x47be70(0x14d)]=function(_0x4c73ff,_0x3a21){return _0x4c73ff===_0x3a21;},_0x34efd6[_0x47be70(0xc3)]=_0x47be70(0x173);const _0x3361ed=_0x34efd6;try{const _0x339862=_0x512e08[_0x47be70(0x139)];if(_0x339862&&_0x3361ed[_0x47be70(0x14d)](typeof _0x339862,_0x3361ed['Nbwpw']))return _0x339862[_0x47be70(0x18b)]||_0x339862[_0x47be70(0xfc)]&&_0x339862[_0x47be70(0xfc)]['name']||null;}catch(_0x5402ef){}return null;}function emitTest(_0x4157bc,_0x2fae33,_0x3055f4,_0x4184a8,_0x4e3542){const _0xd99a68=a39_0x11853,_0x51bf5f={'vxlFd':function(_0x2a58ac){return _0x2a58ac();},'eNHWa':_0xd99a68(0x1b2),'MHLeN':function(_0x1d8adc,_0x271a8b){return _0x1d8adc(_0x271a8b);},'pSfPC':_0xd99a68(0x123),'pjRNq':_0xd99a68(0xed),'akdMU':function(_0x1dc27e,_0x1ff6cc){return _0x1dc27e!=_0x1ff6cc;},'bSnii':function(_0x1c4635,_0x53cba8){return _0x1c4635===_0x53cba8;},'tRLhu':'TestRunStarted','zKkac':_0xd99a68(0xd4)};if(_0x51bf5f[_0xd99a68(0x101)](isCLIRunning))try{const _0x2af9e9=BrowserstackCLI[_0xd99a68(0x140)]()['getTestFramework']();if(!_0x2af9e9)return;_0x2af9e9[_0xd99a68(0x159)](TestFrameworkState[_0xd99a68(0x10e)],_0x4157bc,{'test':{'uuid':_0x2fae33[_0xd99a68(0xf3)],'name':_0x2fae33[_0xd99a68(0x18b)],'scopes':_0x3055f4[_0xd99a68(0x121)],'scope':_0x3055f4[_0xd99a68(0x121)]['join']('\x20'),'file_path':_0x4184a8,'location':_0x3055f4[_0xd99a68(0x105)],'started_at':_0x3055f4['startedAt'],'finished_at':_0x4e3542[_0xd99a68(0xda)]||null,'result':_0x4e3542['result']||_0x51bf5f[_0xd99a68(0xd1)],'failure':_0x4e3542[_0xd99a68(0x195)]||[],'failure_type':_0x4e3542['failureType']||null,'failure_reason':_0x4e3542[_0xd99a68(0xf0)]||null,'tags':[],'meta':{},'custom_metadata':{}}});}catch(_0xeb8ca2){_0x51bf5f[_0xd99a68(0x188)](debug,_0xd99a68(0x179)+_0xeb8ca2);}else{const _0x411583={'uuid':_0x2fae33['uuid'],'name':_0x2fae33['name'],'framework':_0x51bf5f[_0xd99a68(0xff)],'body':{'lang':_0x51bf5f[_0xd99a68(0x161)],'code':null},'scope':_0x3055f4[_0xd99a68(0x121)][_0xd99a68(0x178)]('\x20'),'scopes':_0x3055f4[_0xd99a68(0x121)],'identifier':_0x2fae33['identifier'],'file_name':_0x3055f4['collectionName'],'vc_filepath':_0x3055f4['location'],'location':_0x3055f4[_0xd99a68(0x1b4)],'started_at':_0x3055f4[_0xd99a68(0xe4)],'finished_at':_0x4e3542[_0xd99a68(0xda)]||null,'duration_in_ms':_0x51bf5f['akdMU'](_0x4e3542['durationMs'],null)?Math[_0xd99a68(0x187)](0x0,_0x4e3542[_0xd99a68(0x174)]):null,'result':_0x4e3542['result']||_0x51bf5f['eNHWa'],'failure_reason':_0x4e3542['failureReason']||null,'failure_type':_0x4e3542[_0xd99a68(0xbc)]||null,'failure':_0x4e3542[_0xd99a68(0x195)]||[],'retry_of':null,'hooks':[]};_0x411583[_0xd99a68(0x195)][0x0]&&(_0x411583['failure_backtrace']=_0x411583['failure'][0x0][_0xd99a68(0xba)],_0x411583[_0xd99a68(0x124)]=_0x411583[_0xd99a68(0x195)][0x0][_0xd99a68(0xc4)]);const _0x2d3d5f=_0x51bf5f[_0xd99a68(0xeb)](_0x4157bc,HookState[_0xd99a68(0x19c)])?_0x51bf5f['tRLhu']:_0x51bf5f[_0xd99a68(0x148)],_0x19b386={};_0x19b386[_0xd99a68(0x17c)]=_0x2d3d5f,_0x19b386[_0xd99a68(0x172)]=_0x411583,SessionHandler[_0xd99a68(0x12c)](_0x19b386);}}function emitLog(_0x34f358,_0x2fe28e){const _0x4a37e5=a39_0x11853,_0x3149e8={'LJKQc':_0x4a37e5(0x162),'GtvtQ':function(_0x4241e2){return _0x4241e2();},'mouBu':function(_0x32b9f1,_0x591557){return _0x32b9f1===_0x591557;},'siYTl':_0x4a37e5(0x12d),'nwBks':_0x4a37e5(0x123),'OqSpR':_0x4a37e5(0x10e),'CXmOR':_0x4a37e5(0x169),'EtuFZ':function(_0x3e7a30,_0x305e46){return _0x3e7a30(_0x305e46);},'SIIJe':function(_0x54d83c,_0x47dfac){return _0x54d83c+_0x47dfac;},'pDtjM':'[Newman\x20Reporter]\x20emitLog\x20error:\x20','yBNud':'LogCreated'},_0x558d55=_0x2fe28e[_0x4a37e5(0x143)]||_0x3149e8['LJKQc'],_0x118f1f=_0x2fe28e[_0x4a37e5(0xc8)]||new Date()[_0x4a37e5(0x190)]();if(_0x3149e8[_0x4a37e5(0xcb)](isCLIRunning))try{const _0x5bb1ba=_0x3149e8['mouBu'](_0x558d55,_0x3149e8[_0x4a37e5(0x145)])?JSON[_0x4a37e5(0x141)](_0x2fe28e):_0x2fe28e[_0x4a37e5(0xf5)]||'',_0x45b151={};_0x45b151[_0x4a37e5(0xdf)]=0x0,_0x45b151[_0x4a37e5(0x146)]=_0x3149e8[_0x4a37e5(0xc7)],_0x45b151[_0x4a37e5(0xd9)]='',_0x45b151[_0x4a37e5(0x106)]=_0x3149e8['OqSpR'],_0x45b151[_0x4a37e5(0x113)]=[{'uuid':_0x34f358,'timestamp':_0x118f1f,'kind':_0x558d55,'level':_0x2fe28e[_0x4a37e5(0xe8)]||_0x3149e8[_0x4a37e5(0x100)],'message':_0x5bb1ba}],GrpcClient[_0x4a37e5(0x140)]()[_0x4a37e5(0x12a)](_0x45b151);}catch(_0x37ef4d){_0x3149e8['EtuFZ'](debug,_0x3149e8[_0x4a37e5(0x131)](_0x3149e8[_0x4a37e5(0xf2)],_0x37ef4d));}else{const _0x442e42={};_0x442e42[_0x4a37e5(0x12e)]=_0x34f358,_0x442e42['timestamp']=_0x118f1f,_0x442e42['level']=_0x2fe28e[_0x4a37e5(0xe8)]||null,_0x442e42[_0x4a37e5(0xf5)]=_0x2fe28e['message']||null,_0x442e42[_0x4a37e5(0x143)]=_0x558d55,_0x442e42['http_response']=_0x2fe28e[_0x4a37e5(0x14b)]||{};const _0x17cb72={};_0x17cb72[_0x4a37e5(0x17c)]=_0x3149e8[_0x4a37e5(0x1a0)],_0x17cb72['logs']=[_0x442e42],SessionHandler['uploadEventData'](_0x17cb72);}}function BrowserStackNewmanReporter(_0x11a87b,_0x1e1e9c,_0x2a4ab8){const _0x5147f6=a39_0x11853,_0x431f1d={'PiBcz':function(_0xae6aff,_0x638089,_0x535b76){return _0xae6aff(_0x638089,_0x535b76);},'jgxxv':function(_0x3cc258,_0x8735b9){return _0x3cc258(_0x8735b9);},'IWvLm':function(_0x113302,_0x174db0){return _0x113302>_0x174db0;},'RVYrU':function(_0x25082c,_0x103255){return _0x25082c(_0x103255);},'kUQJJ':_0x5147f6(0x180),'etFjn':function(_0x197c3e,_0xbcfa31){return _0x197c3e+_0xbcfa31;},'IUvFs':'GET','PVyVx':function(_0x3a49f6,_0x51e6df){return _0x3a49f6(_0x51e6df);},'iRsAH':function(_0x39d734,_0x143371,_0x4dc5f8){return _0x39d734(_0x143371,_0x4dc5f8);},'qMnvp':_0x5147f6(0x162),'tHpPg':function(_0x387d8a,_0x21bfbb){return _0x387d8a+_0x21bfbb;},'ApwMP':function(_0x4ae429){return _0x4ae429();},'emkRW':function(_0x1ad9a9,_0x1a5b36){return _0x1ad9a9||_0x1a5b36;},'TUlXf':function(_0x4abfd6,_0x410b0a,_0x2e65a3,_0x445cbc,_0x19b898,_0x5d164d){return _0x4abfd6(_0x410b0a,_0x2e65a3,_0x445cbc,_0x19b898,_0x5d164d);},'hLSbS':function(_0x584508,_0x32a3d8){return _0x584508===_0x32a3d8;},'QKBCH':function(_0x55ee09,_0x54c779,_0x434483){return _0x55ee09(_0x54c779,_0x434483);},'UTXPM':_0x5147f6(0x12d),'yVbGE':function(_0x8a25ef,_0x4e9aa3){return _0x8a25ef+_0x4e9aa3;},'ICqOG':function(_0x4f3271,_0x105aa4){return _0x4f3271+_0x105aa4;},'CrdJn':function(_0x523df0,_0x525746){return _0x523df0+_0x525746;},'mNtFp':function(_0x4ccefc,_0x11299d){return _0x4ccefc+_0x11299d;},'OWIPC':function(_0x46d256,_0x1364b2){return _0x46d256+_0x1364b2;},'KNIFh':_0x5147f6(0x164),'ZRHPB':'ms)','IVjWN':function(_0x3d35e6,_0x57f920,_0xd8b652){return _0x3d35e6(_0x57f920,_0xd8b652);},'JzWng':_0x5147f6(0x169),'juWby':function(_0x220450,_0x15ca4f){return _0x220450(_0x15ca4f);},'rSpNl':function(_0x1cf685,_0x57c48a){return _0x1cf685-_0x57c48a;},'hAxfn':function(_0x333d23,_0x37c843){return _0x333d23(_0x37c843);},'xPTyS':function(_0x147729,_0x3479b4){return _0x147729&&_0x3479b4;},'sopiy':function(_0xb23755,_0x56d6b8){return _0xb23755+_0x56d6b8;},'rtbey':_0x5147f6(0x183),'WxAEr':_0x5147f6(0xe6),'SAPii':function(_0x5dfba4,_0xdba2d6){return _0x5dfba4(_0xdba2d6);},'kDUOz':function(_0x107d6b,_0x4e4ea8){return _0x107d6b+_0x4e4ea8;},'wgXZD':_0x5147f6(0x108),'zsXtg':function(_0x5142ad,_0x880d7e){return _0x5142ad>_0x880d7e;},'GLaDE':function(_0x5e5202,_0x1e003d){return _0x5e5202-_0x1e003d;},'jSGHY':'unknown','Lmqxn':'Script\x20error\x20(','UTVpj':_0x5147f6(0x198),'Kjwyq':function(_0x4ad35f,_0x1a7cc7){return _0x4ad35f(_0x1a7cc7);},'laMrY':_0x5147f6(0x104),'qgrMH':function(_0x443c43,_0x3acad5,_0x3e7ad8){return _0x443c43(_0x3acad5,_0x3e7ad8);},'VoOlw':'failed','fuoyl':_0x5147f6(0x1ac),'CpHyd':_0x5147f6(0x177),'pKrVB':_0x5147f6(0x191),'TIlqc':_0x5147f6(0x16f),'LyDRN':function(_0x5d8f3c,_0x446b4e){return _0x5d8f3c-_0x446b4e;},'DXulP':function(_0x2529b4,_0x8d360a){return _0x2529b4!=_0x8d360a;},'vCxMs':function(_0x2c05f6,_0x43ff82){return _0x2c05f6>=_0x43ff82;},'qjQHF':function(_0x36c335,_0x3ee955){return _0x36c335<_0x3ee955;},'LciRm':function(_0x607dfa,_0x128fc3){return _0x607dfa||_0x128fc3;},'XNrvP':_0x5147f6(0x116),'Hrztf':function(_0x3ec692,_0x542a7a){return _0x3ec692!=_0x542a7a;},'zqLCl':_0x5147f6(0x10d),'obJki':function(_0x3f9ce9,_0x29ca55,_0x35f3ce,_0x247b7e,_0x2d37d6,_0x1a0109){return _0x3f9ce9(_0x29ca55,_0x35f3ce,_0x247b7e,_0x2d37d6,_0x1a0109);},'YeiLy':function(_0x451251,_0x166d6c){return _0x451251+_0x166d6c;},'Acrkr':function(_0x26130b,_0x6fc12a){return _0x26130b+_0x6fc12a;},'EvwUl':function(_0x5e5082,_0x1d44a7){return _0x5e5082+_0x1d44a7;},'duKGL':function(_0x40c75f,_0x71fb91){return _0x40c75f+_0x71fb91;},'tmXZP':function(_0x52eefa,_0x5c2f13){return _0x52eefa+_0x5c2f13;},'pmuhB':function(_0x24ee5b,_0x5805b3){return _0x24ee5b+_0x5805b3;},'BYxwN':function(_0x1a1b1f,_0xa76669){return _0x1a1b1f+_0xa76669;},'kXlpf':'HTTP\x20Status:\x20','wdpib':function(_0x36acc2,_0x32f66f){return _0x36acc2||_0x32f66f;},'ABQOK':_0x5147f6(0xc2),'hLhll':function(_0x40f365,_0x5788a6){return _0x40f365(_0x5788a6);},'ygsla':function(_0x16bc07,_0x308e9e,_0x264e6b){return _0x16bc07(_0x308e9e,_0x264e6b);},'cpawz':function(_0x543f0d,_0xeae948){return _0x543f0d(_0xeae948);},'WHpUh':_0x5147f6(0x126),'kVTcN':_0x5147f6(0x107),'jfWEk':'beforeItem','rHGRb':_0x5147f6(0x184),'ufTMk':'assertion','mhOLu':_0x5147f6(0xf7),'cthsc':_0x5147f6(0x156),'VSMTq':_0x5147f6(0x112),'HtsWO':'item'},_0x2d8d3a=new Map();let _0x11d5d3=null,_0x4d89f7=0x0;const _0x28b61d=_0x431f1d[_0x5147f6(0x18f)](resolveCollectionFile,_0x2a4ab8,_0x1e1e9c),_0x2830b8=_0x431f1d[_0x5147f6(0x181)](resolveCollectionName,_0x2a4ab8)||_0x28b61d,_0x4fe8de=path[_0x5147f6(0x186)](_0x28b61d),_0x25edec=_0x5147f6(0xd6)+process[_0x5147f6(0x194)],_0x45d18e=_0x1a8abc=>{const _0x4ea2bb=_0x5147f6;try{_0x11d5d3&&_0x431f1d['PiBcz'](emitLog,_0x11d5d3,_0x1a8abc);}catch(_0x44f243){_0x431f1d[_0x4ea2bb(0x1a3)](debug,'[Newman\x20Reporter]\x20Error\x20in\x20bs:addLog\x20handler:\x20'+_0x44f243);}};process['on'](_0x25edec,_0x45d18e),_0x11a87b['on'](_0x431f1d['WHpUh'],()=>{const _0x142413=_0x5147f6;process[_0x142413(0x10a)](_0x25edec,_0x45d18e),_0x2d8d3a[_0x142413(0x119)]();}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0xd2)],(_0x1f4bf1,_0x387e39)=>{const _0x1e4f89=_0x5147f6;_0x387e39&&_0x387e39['cursor']&&(_0x4d89f7=_0x387e39['cursor'][_0x1e4f89(0xd5)]||0x0);}),_0x11a87b['on'](_0x431f1d['jfWEk'],(_0x471ab1,_0x517b88)=>{const _0x35b5d=_0x5147f6;try{_0x11d5d3=null;const _0x39ea31=_0x517b88[_0x35b5d(0x152)],_0xf7ed7f=_0x39ea31['parent']()?_0x431f1d[_0x35b5d(0x1a3)](getParentTitles,_0x39ea31[_0x35b5d(0x163)]()):[],_0x6cabaf=_0x431f1d['IWvLm'](_0xf7ed7f[_0x35b5d(0xcc)],0x1)?_0xf7ed7f['slice'](0x1):_0xf7ed7f,_0x44cd8a=_0x517b88[_0x35b5d(0x14e)]&&_0x517b88[_0x35b5d(0x14e)][_0x35b5d(0x18a)],_0x2b3e3f={'itemName':_0x39ea31[_0x35b5d(0x18b)],'scopes':_0x6cabaf['concat']([_0x39ea31[_0x35b5d(0x18b)]]),'location':_0x28b61d,'collectionName':_0x2830b8,'startedAt':new Date()[_0x35b5d(0x190)](),'startTimestamp':Date[_0x35b5d(0x155)](),'lastResponseCode':null,'httpLog':null,'assertions':[],'bufferedLogs':[]};_0x2d8d3a[_0x35b5d(0x15d)](_0x39ea31['id']+'_'+_0x4d89f7,_0x2b3e3f),_0x44cd8a&&_0x2d8d3a[_0x35b5d(0x15d)](_0x44cd8a+'_'+_0x4d89f7,_0x2b3e3f);}catch(_0x23bd98){_0x431f1d['RVYrU'](debug,_0x35b5d(0x128)+_0x23bd98);}}),_0x11a87b['on'](_0x431f1d['rHGRb'],(_0x3dafda,_0x932734)=>{const _0x295c5f=_0x5147f6;try{if(!_0x932734||!_0x932734['item'])return;const _0x4a20f2=_0x2d8d3a[_0x295c5f(0x149)](_0x932734[_0x295c5f(0x152)]['id']+'_'+_0x4d89f7);if(!_0x4a20f2)return;_0x932734[_0x295c5f(0x115)]&&(_0x4a20f2[_0x295c5f(0xde)]=_0x932734['response'][_0x295c5f(0xe0)]||null);if(!_0x932734[_0x295c5f(0x184)])return;let _0x4810d6='',_0x81d84c='';if(_0x932734[_0x295c5f(0x184)][_0x295c5f(0x17f)])try{const _0x118e0d=_0x932734[_0x295c5f(0x184)]['url'][_0x295c5f(0x13a)](),_0x1d787c=new URL(_0x118e0d[_0x295c5f(0x1a9)](_0x431f1d[_0x295c5f(0x18e)])?_0x118e0d:'http://'+_0x118e0d);_0x4810d6=_0x1d787c[_0x295c5f(0xe7)],_0x81d84c=_0x431f1d[_0x295c5f(0xbe)](_0x1d787c[_0x295c5f(0x15e)],_0x1d787c[_0x295c5f(0x150)]);}catch(_0x5e5f2a){_0x81d84c=_0x932734[_0x295c5f(0x184)][_0x295c5f(0x17f)][_0x295c5f(0x13a)]();}const _0x5130ae={};_0x5130ae['host']=_0x4810d6,_0x5130ae[_0x295c5f(0x14f)]=_0x81d84c,_0x5130ae[_0x295c5f(0x130)]=_0x932734[_0x295c5f(0x184)][_0x295c5f(0x130)]||_0x431f1d['IUvFs'],_0x5130ae[_0x295c5f(0x12b)]={},_0x5130ae['status_code']=_0x932734[_0x295c5f(0x115)]?_0x932734['response'][_0x295c5f(0xe0)]||0x0:0x0,_0x5130ae[_0x295c5f(0xef)]=_0x932734[_0x295c5f(0x115)]?_0x932734['response']['responseTime']||0x0:0x0,_0x4a20f2['httpLog']=_0x5130ae;}catch(_0x10a687){_0x431f1d['PVyVx'](debug,_0x295c5f(0x154)+_0x10a687);}}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0xc0)],(_0xaa8bd1,_0x1216c3)=>{const _0x57a31d=_0x5147f6,_0x5a788c={'KLPHc':function(_0x27bafa,_0xbed784,_0x550613){return _0x431f1d['iRsAH'](_0x27bafa,_0xbed784,_0x550613);},'tbENu':_0x431f1d[_0x57a31d(0xfd)]};try{if(!_0x1216c3||!_0x1216c3[_0x57a31d(0x152)])return;const _0x380cb8=_0x2d8d3a['get'](_0x1216c3['item']['id']+'_'+_0x4d89f7);if(!_0x380cb8)return;const _0x431f98=_0x1216c3['assertion']||'Assertion\x20'+_0x431f1d['tHpPg'](_0x380cb8['assertions'][_0x57a31d(0xcc)],0x1),_0x2d4dcc=_0x431f1d[_0x57a31d(0xc6)](uuidv4),_0x2e2a87=_0x380cb8[_0x57a31d(0x121)][_0x57a31d(0x182)]([_0x431f98])[_0x57a31d(0x178)]('\x20');_0x380cb8['assertions'][_0x57a31d(0x127)]({'uuid':_0x2d4dcc,'name':_0x431f98,'identifier':_0x2e2a87,'err':_0x431f1d[_0x57a31d(0x125)](_0xaa8bd1,null)});const _0x4b9807={};_0x4b9807[_0x57a31d(0xf3)]=_0x2d4dcc,_0x4b9807[_0x57a31d(0x18b)]=_0x431f98,_0x4b9807[_0x57a31d(0x13c)]=_0x2e2a87,_0x431f1d[_0x57a31d(0x11b)](emitTest,HookState[_0x57a31d(0x19c)],_0x4b9807,_0x380cb8,_0x4fe8de,{});_0x431f1d[_0x57a31d(0xc1)](_0x380cb8[_0x57a31d(0x13b)][_0x57a31d(0xcc)],0x1)&&_0x431f1d['IWvLm'](_0x380cb8[_0x57a31d(0x13e)]['length'],0x0)&&(_0x380cb8['bufferedLogs']['forEach'](_0x278f95=>{const _0x3c0532=_0x57a31d;_0x5a788c[_0x3c0532(0x11f)](emitLog,_0x2d4dcc,{'kind':_0x5a788c[_0x3c0532(0x1b3)],'message':_0x278f95[_0x3c0532(0xf5)],'level':_0x278f95[_0x3c0532(0xe8)]});}),_0x380cb8['bufferedLogs']=[]);if(_0x380cb8[_0x57a31d(0x1a6)]){_0x431f1d[_0x57a31d(0x1a2)](emitLog,_0x2d4dcc,{'kind':_0x431f1d[_0x57a31d(0xfe)],'http_response':_0x380cb8[_0x57a31d(0x1a6)]});const _0xe2cb96=_0x431f1d[_0x57a31d(0x11c)](_0x431f1d[_0x57a31d(0xe3)](_0x431f1d[_0x57a31d(0x19e)](_0x431f1d[_0x57a31d(0xca)](_0x431f1d[_0x57a31d(0xbe)](_0x431f1d[_0x57a31d(0x102)](_0x431f1d[_0x57a31d(0x19e)](_0x431f1d['mNtFp'](_0x380cb8['httpLog']['method']||_0x431f1d[_0x57a31d(0x175)],'\x20'),_0x380cb8[_0x57a31d(0x1a6)]['host']),_0x380cb8['httpLog'][_0x57a31d(0x14f)]),_0x431f1d[_0x57a31d(0x138)]),_0x380cb8[_0x57a31d(0x1a6)][_0x57a31d(0x17a)]),'\x20('),_0x380cb8[_0x57a31d(0x1a6)][_0x57a31d(0xef)]),_0x431f1d[_0x57a31d(0xcf)]);_0x431f1d['IVjWN'](emitLog,_0x2d4dcc,{'kind':_0x431f1d[_0x57a31d(0xfd)],'message':_0xe2cb96,'level':_0x431f1d[_0x57a31d(0x1a8)]});}_0x11d5d3=_0x2d4dcc;}catch(_0xb6f9ef){_0x431f1d['juWby'](debug,_0x57a31d(0x1aa)+_0xb6f9ef);}}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0x103)],(_0x525908,_0x2752ce)=>{const _0x4b7a57=_0x5147f6;try{if(!_0x2752ce)return;let _0x423134=_0x11d5d3;if(!_0x423134&&_0x2752ce['cursor']&&_0x2752ce[_0x4b7a57(0x14e)][_0x4b7a57(0x18a)]){const _0xcc1ad2=_0x2d8d3a[_0x4b7a57(0x149)](_0x2752ce[_0x4b7a57(0x14e)]['ref']+'_'+_0x4d89f7);_0xcc1ad2&&_0x431f1d['IWvLm'](_0xcc1ad2[_0x4b7a57(0x13b)][_0x4b7a57(0xcc)],0x0)&&(_0x423134=_0xcc1ad2[_0x4b7a57(0x13b)][_0x431f1d[_0x4b7a57(0xbf)](_0xcc1ad2[_0x4b7a57(0x13b)][_0x4b7a57(0xcc)],0x1)][_0x4b7a57(0xf3)]);}const _0x3cccaf=_0x2752ce[_0x4b7a57(0x14c)]?_0x2752ce[_0x4b7a57(0x14c)][_0x4b7a57(0x178)](',\x20'):'';if(_0x423134)_0x431f1d[_0x4b7a57(0x1a2)](emitLog,_0x423134,{'kind':_0x431f1d['qMnvp'],'message':_0x3cccaf,'level':_0x431f1d[_0x4b7a57(0x135)](normalizeLogLevel,_0x2752ce[_0x4b7a57(0xe8)])});else{if(_0x2752ce[_0x4b7a57(0x14e)]&&_0x2752ce[_0x4b7a57(0x14e)][_0x4b7a57(0x18a)]){const _0x45e3f6=_0x2d8d3a['get'](_0x2752ce[_0x4b7a57(0x14e)][_0x4b7a57(0x18a)]+'_'+_0x4d89f7);_0x45e3f6&&_0x45e3f6['bufferedLogs'][_0x4b7a57(0x127)]({'timestamp':new Date()[_0x4b7a57(0x190)](),'level':_0x431f1d[_0x4b7a57(0x15b)](normalizeLogLevel,_0x2752ce['level']),'message':_0x3cccaf});}}}catch(_0x3f5bae){_0x431f1d[_0x4b7a57(0xc9)](debug,_0x4b7a57(0x196)+_0x3f5bae);}}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0xf8)],(_0x2a934f,_0x5764ad)=>{const _0x406e01=_0x5147f6;try{if(!_0x2a934f&&(!_0x5764ad||!_0x5764ad[_0x406e01(0x111)]))return;const _0x10e961=_0x2a934f||_0x5764ad['error'],_0x3baf5c=_0x10e961[_0x406e01(0xf5)]||_0x431f1d[_0x406e01(0x15b)](String,_0x10e961),_0x175194=_0x10e961['stack']||_0x3baf5c;let _0x664494=_0x11d5d3;if(_0x431f1d[_0x406e01(0x19a)](!_0x664494,_0x5764ad)&&_0x5764ad[_0x406e01(0x14e)]&&_0x5764ad[_0x406e01(0x14e)][_0x406e01(0x18a)]){const _0x4fd371=_0x2d8d3a[_0x406e01(0x149)](_0x5764ad[_0x406e01(0x14e)]['ref']+'_'+_0x4d89f7);_0x4fd371&&_0x431f1d[_0x406e01(0x151)](_0x4fd371['assertions'][_0x406e01(0xcc)],0x0)&&(_0x664494=_0x4fd371[_0x406e01(0x13b)][_0x431f1d[_0x406e01(0xbf)](_0x4fd371[_0x406e01(0x13b)][_0x406e01(0xcc)],0x1)][_0x406e01(0xf3)]);}_0x664494&&_0x431f1d[_0x406e01(0xbb)](emitLog,_0x664494,{'kind':_0x431f1d['qMnvp'],'message':_0x431f1d['sopiy'](_0x431f1d[_0x406e01(0x1af)],_0x175194),'level':_0x431f1d[_0x406e01(0x168)]});}catch(_0x502433){_0x431f1d[_0x406e01(0x122)](debug,_0x431f1d['kDUOz'](_0x431f1d[_0x406e01(0x1b1)],_0x502433));}}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0x157)],(_0xf2334a,_0x566ce9)=>{const _0x44a1fd=_0x5147f6;try{if(!_0x566ce9||!_0x566ce9['execution'])return;let _0x2836c4=_0x11d5d3;if(!_0x2836c4&&_0x566ce9['cursor']&&_0x566ce9[_0x44a1fd(0x14e)][_0x44a1fd(0x18a)]){const _0x502789=_0x2d8d3a[_0x44a1fd(0x149)](_0x566ce9[_0x44a1fd(0x14e)][_0x44a1fd(0x18a)]+'_'+_0x4d89f7);_0x502789&&_0x431f1d[_0x44a1fd(0x166)](_0x502789[_0x44a1fd(0x13b)][_0x44a1fd(0xcc)],0x0)&&(_0x2836c4=_0x502789[_0x44a1fd(0x13b)][_0x431f1d['GLaDE'](_0x502789[_0x44a1fd(0x13b)][_0x44a1fd(0xcc)],0x1)][_0x44a1fd(0xf3)]);}if(!_0x2836c4)return;const _0x1b1ed4=_0x566ce9[_0x44a1fd(0x137)]&&_0x566ce9[_0x44a1fd(0x137)][_0x44a1fd(0xd0)]||_0x431f1d[_0x44a1fd(0xee)];_0xf2334a&&_0x431f1d[_0x44a1fd(0xbb)](emitLog,_0x2836c4,{'kind':_0x431f1d[_0x44a1fd(0xfd)],'message':_0x431f1d[_0x44a1fd(0x16b)](_0x431f1d[_0x44a1fd(0x11c)](_0x431f1d['kDUOz'](_0x431f1d[_0x44a1fd(0x192)],_0x1b1ed4),_0x431f1d[_0x44a1fd(0xf4)]),_0xf2334a[_0x44a1fd(0xf5)]||_0xf2334a),'level':_0x431f1d[_0x44a1fd(0x168)]});}catch(_0x54d043){_0x431f1d[_0x44a1fd(0x15f)](debug,_0x431f1d[_0x44a1fd(0x19e)](_0x431f1d[_0x44a1fd(0xd8)],_0x54d043));}}),_0x11a87b['on'](_0x431f1d[_0x5147f6(0xdb)],(_0x5d2ff2,_0x3a425f)=>{const _0xe7f32c=_0x5147f6,_0x3066ad={'hcWVz':_0x431f1d[_0xe7f32c(0x114)],'bSkZz':_0x431f1d[_0xe7f32c(0x136)],'oLirP':function(_0x2a0478,_0x515222){const _0x5685b4=_0xe7f32c;return _0x431f1d[_0x5685b4(0xc1)](_0x2a0478,_0x515222);},'solsx':_0x431f1d['CpHyd'],'zzhVy':_0x431f1d['pKrVB'],'NnoCP':_0x431f1d['TIlqc'],'WgSoJ':function(_0x10981f,_0xa2fafe,_0x4633cb,_0x24435e,_0x20b061,_0x38c154){const _0x52d1ef=_0xe7f32c;return _0x431f1d[_0x52d1ef(0x11b)](_0x10981f,_0xa2fafe,_0x4633cb,_0x24435e,_0x20b061,_0x38c154);}};try{if(!_0x3a425f||!_0x3a425f[_0xe7f32c(0x152)])return;const _0x562811=_0x3a425f['item']['id']+'_'+_0x4d89f7,_0x3fd762=_0x2d8d3a[_0xe7f32c(0x149)](_0x562811);if(!_0x3fd762)return;const _0x169170=new Date(),_0x2add5d=_0x431f1d[_0xe7f32c(0x176)](_0x169170[_0xe7f32c(0x171)](),_0x3fd762['startTimestamp']);if(_0x431f1d[_0xe7f32c(0x151)](_0x3fd762[_0xe7f32c(0x13b)][_0xe7f32c(0xcc)],0x0))_0x3fd762[_0xe7f32c(0x13b)][_0xe7f32c(0x185)](_0xd80faa=>{const _0x37798a=_0xe7f32c,_0x29aaa9=!!_0xd80faa['err'],_0x51b1c6={'finishedAt':_0x169170[_0x37798a(0x190)](),'durationMs':_0x2add5d,'result':_0x29aaa9?_0x3066ad[_0x37798a(0x10c)]:_0x3066ad[_0x37798a(0x10b)]};_0x29aaa9&&(_0x51b1c6[_0x37798a(0xf0)]=_0xd80faa[_0x37798a(0x118)][_0x37798a(0xf5)]||'',_0x51b1c6['failureType']=_0x3066ad[_0x37798a(0xea)](_0xd80faa[_0x37798a(0x118)]['name'],_0x3066ad[_0x37798a(0x110)])||_0xd80faa[_0x37798a(0x118)][_0x37798a(0xf5)]&&_0xd80faa[_0x37798a(0x118)][_0x37798a(0xf5)][_0x37798a(0xfb)](_0x3066ad['zzhVy'])?_0x3066ad[_0x37798a(0x110)]:_0x3066ad[_0x37798a(0x11a)],_0x51b1c6['failure']=[{'backtrace':_0xd80faa[_0x37798a(0x118)]['stack']?_0xd80faa[_0x37798a(0x118)][_0x37798a(0x1b0)]['split']('\x0a'):[_0xd80faa[_0x37798a(0x118)][_0x37798a(0xf5)]||''],'expanded':[]}]),_0x3066ad[_0x37798a(0x133)](emitTest,HookState[_0x37798a(0x132)],_0xd80faa,_0x3fd762,_0x4fe8de,_0x51b1c6);});else{const _0x5370fb=_0x431f1d[_0xe7f32c(0xc6)](uuidv4),_0x1b2cb3=_0x3fd762['lastResponseCode'],_0x1783d3=_0x431f1d[_0xe7f32c(0x13f)](_0x1b2cb3,null)&&_0x431f1d[_0xe7f32c(0x15a)](_0x1b2cb3,0xc8)&&_0x431f1d[_0xe7f32c(0x19d)](_0x1b2cb3,0x190),_0x3fef9e=_0x3fd762[_0xe7f32c(0x17b)]+_0xe7f32c(0xd7)+_0x431f1d[_0xe7f32c(0xe2)](_0x1b2cb3,_0x431f1d[_0xe7f32c(0x134)])+')',_0x11dd21={'uuid':_0x5370fb,'name':_0x3fef9e,'identifier':_0x3fd762['scopes'][_0xe7f32c(0x182)]([_0x3fef9e])[_0xe7f32c(0x178)]('\x20')},_0x35369a={'finishedAt':_0x169170[_0xe7f32c(0x190)](),'durationMs':_0x2add5d,'result':_0x1783d3?_0x431f1d['fuoyl']:_0x431f1d[_0xe7f32c(0x114)]};!_0x1783d3&&(_0x35369a[_0xe7f32c(0xf0)]=_0x431f1d['Hrztf'](_0x1b2cb3,null)?_0xe7f32c(0x1a1)+_0x1b2cb3+'\x20—\x20response\x20status\x20in\x20failure\x20range':_0x431f1d['zqLCl'],_0x35369a[_0xe7f32c(0xbc)]=_0x431f1d[_0xe7f32c(0x16e)],_0x35369a[_0xe7f32c(0x195)]=[{'backtrace':[_0x35369a[_0xe7f32c(0xf0)]],'expanded':[]}]);_0x431f1d['obJki'](emitTest,HookState[_0xe7f32c(0x19c)],_0x11dd21,_0x3fd762,_0x4fe8de,{}),_0x3fd762['bufferedLogs']['forEach'](_0x41e23b=>{const _0x35fe55=_0xe7f32c;_0x431f1d['qgrMH'](emitLog,_0x5370fb,{'kind':_0x431f1d[_0x35fe55(0xfd)],'message':_0x41e23b['message'],'level':_0x41e23b[_0x35fe55(0xe8)]});});if(_0x3fd762[_0xe7f32c(0x1a6)]){_0x431f1d[_0xe7f32c(0x1a2)](emitLog,_0x5370fb,{'kind':_0x431f1d[_0xe7f32c(0xfe)],'http_response':_0x3fd762[_0xe7f32c(0x1a6)]});const _0x179bef=_0x431f1d[_0xe7f32c(0x11c)](_0x431f1d[_0xe7f32c(0xc5)](_0x431f1d[_0xe7f32c(0x193)](_0x431f1d[_0xe7f32c(0x147)](_0x431f1d[_0xe7f32c(0x170)](_0x431f1d['tmXZP'](_0x431f1d[_0xe7f32c(0x16b)](_0x431f1d['pmuhB'](_0x3fd762['httpLog'][_0xe7f32c(0x130)]||_0x431f1d['IUvFs'],'\x20'),_0x3fd762['httpLog'][_0xe7f32c(0x13d)]),_0x3fd762['httpLog'][_0xe7f32c(0x14f)]),_0x431f1d[_0xe7f32c(0x138)]),_0x3fd762[_0xe7f32c(0x1a6)][_0xe7f32c(0x17a)]),'\x20('),_0x3fd762[_0xe7f32c(0x1a6)]['duration_ms']),_0x431f1d[_0xe7f32c(0xcf)]);_0x431f1d[_0xe7f32c(0x109)](emitLog,_0x5370fb,{'kind':_0x431f1d[_0xe7f32c(0xfd)],'message':_0x179bef,'level':_0x431f1d[_0xe7f32c(0x1a8)]});}else _0x431f1d['qgrMH'](emitLog,_0x5370fb,{'kind':_0x431f1d[_0xe7f32c(0xfd)],'message':_0x431f1d[_0xe7f32c(0x16b)](_0x431f1d['BYxwN'](_0x431f1d[_0xe7f32c(0x17d)],_0x431f1d[_0xe7f32c(0xd3)](_0x1b2cb3,_0x431f1d[_0xe7f32c(0x134)])),_0x431f1d[_0xe7f32c(0x16a)]),'level':_0x431f1d[_0xe7f32c(0x1a8)]});_0x431f1d['TUlXf'](emitTest,HookState['POST'],_0x11dd21,_0x3fd762,_0x4fe8de,_0x35369a);}_0x2d8d3a['delete'](_0x562811),_0x3a425f[_0xe7f32c(0x14e)]&&_0x3a425f[_0xe7f32c(0x14e)][_0xe7f32c(0x18a)]&&_0x2d8d3a[_0xe7f32c(0x19b)](_0x3a425f[_0xe7f32c(0x14e)][_0xe7f32c(0x18a)]+'_'+_0x4d89f7);}catch(_0x1d19f0){_0x431f1d['hLhll'](debug,_0xe7f32c(0xf1)+_0x1d19f0);}});}module[a39_0x11853(0x17e)]=BrowserStackNewmanReporter;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a40_0x5fc97d=a40_0x4c04;(function(_0xdea345,_0x310b6f){const _0x767833=a40_0x4c04,_0x4c4382=_0xdea345();while(!![]){try{const _0x3b0940=-parseInt(_0x767833(0x78))/0x1*(parseInt(_0x767833(0x96))/0x2)+-parseInt(_0x767833(0x8d))/0x3+-parseInt(_0x767833(0x87))/0x4*(-parseInt(_0x767833(0x99))/0x5)+parseInt(_0x767833(0x83))/0x6*(parseInt(_0x767833(0xb0))/0x7)+parseInt(_0x767833(0x82))/0x8+parseInt(_0x767833(0x9a))/0x9*(-parseInt(_0x767833(0xac))/0xa)+parseInt(_0x767833(0x94))/0xb*(-parseInt(_0x767833(0x7c))/0xc);if(_0x3b0940===_0x310b6f)break;else _0x4c4382['push'](_0x4c4382['shift']());}catch(_0x12d973){_0x4c4382['push'](_0x4c4382['shift']());}}}(a40_0x1103,0xef947));const path=require(a40_0x5fc97d(0xa6)),Module=require(a40_0x5fc97d(0xaf)),BrowserstackCLI=require('../v2/browserstackCLI'),scriptFile=process[a40_0x5fc97d(0xb5)][0x2],maxParallel=parseInt(process[a40_0x5fc97d(0xb5)][0x3])||0x0;!scriptFile&&(process[a40_0x5fc97d(0x7f)][a40_0x5fc97d(0x88)]('[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a'),process[a40_0x5fc97d(0x97)](0x1));const reporterPath=path[a40_0x5fc97d(0x9e)](__dirname,'reporter',a40_0x5fc97d(0xa1)),originalResolveFilename=Module[a40_0x5fc97d(0x7d)];Module[a40_0x5fc97d(0x7d)]=function(_0x21775c,_0x422ae3,_0x3d3618,_0x3d346d){const _0x4ac8a8=a40_0x5fc97d,_0x5d5b2d={};_0x5d5b2d['ALKsD']=function(_0xcdc602,_0x17c0d7){return _0xcdc602===_0x17c0d7;},_0x5d5b2d[_0x4ac8a8(0x9c)]=_0x4ac8a8(0xb1);const _0x2c09ef=_0x5d5b2d;if(_0x2c09ef[_0x4ac8a8(0x8e)](_0x21775c,_0x2c09ef['VGOfR']))return reporterPath;return originalResolveFilename[_0x4ac8a8(0x84)](this,_0x21775c,_0x422ae3,_0x3d3618,_0x3d346d);};let limit;try{const pLimit=require('p-limit'),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a40_0x4c7d9e){limit=function(_0x3c29a3){const _0x474a2b=a40_0x5fc97d,_0xc62829={'uqjwF':function(_0x18c80a){return _0x18c80a();}};return _0xc62829[_0x474a2b(0x9b)](_0x3c29a3);};}let wrappedNewman=null,hasFailure=![];const originalLoad=Module[a40_0x5fc97d(0x77)];function a40_0x4c04(_0xb89ba7,_0x1c45a9){const _0x1103d6=a40_0x1103();return a40_0x4c04=function(_0x4c0492,_0x5c46c9){_0x4c0492=_0x4c0492-0x75;let _0x29255b=_0x1103d6[_0x4c0492];return _0x29255b;},a40_0x4c04(_0xb89ba7,_0x1c45a9);}Module['_load']=function(_0x344ccf,_0x1e5106,_0x2ce9c1){const _0x3d92fd=a40_0x5fc97d,_0x55bed0={'lzcMA':function(_0x8d25ec,_0x4e6be7){return _0x8d25ec>_0x4e6be7;},'KcXes':function(_0x53ccff,_0x569dd8){return _0x53ccff||_0x569dd8;},'SeniG':function(_0x41fc82,_0x22dc04,_0x20b013){return _0x41fc82(_0x22dc04,_0x20b013);},'lMPXb':function(_0x31d416,_0xee7b1a){return _0x31d416(_0xee7b1a);},'NNtHl':_0x3d92fd(0x93),'JFyex':function(_0x37c7ac,_0x4452a8){return _0x37c7ac===_0x4452a8;},'sCckc':_0x3d92fd(0xb4),'othFz':function(_0x55d3f7,_0x177b8f){return _0x55d3f7===_0x177b8f;},'FqBFM':_0x3d92fd(0x8f),'NcPLy':function(_0x17869c,_0xd8e470){return _0x17869c!==_0xd8e470;},'XdzeV':_0x3d92fd(0x7b)},_0x16698b=originalLoad['call'](this,_0x344ccf,_0x1e5106,_0x2ce9c1);if(_0x55bed0['NcPLy'](_0x344ccf,_0x55bed0[_0x3d92fd(0x76)]))return _0x16698b;if(wrappedNewman)return wrappedNewman;const _0x3573dc=_0x16698b[_0x3d92fd(0xa9)]['bind'](_0x16698b);return wrappedNewman=Object[_0x3d92fd(0xa8)](_0x16698b),wrappedNewman[_0x3d92fd(0xa9)]=function(_0x5d2596,_0x4e8895){const _0xe9fef5=_0x3d92fd,_0x12562a={'ojTHA':function(_0x367c4c,_0x436e46){return _0x55bed0['lzcMA'](_0x367c4c,_0x436e46);},'UFfaK':function(_0xd9b26a,_0x31363c){const _0x5336d4=a40_0x4c04;return _0x55bed0[_0x5336d4(0x9d)](_0xd9b26a,_0x31363c);},'PdjAI':function(_0x21eddc,_0x1a285d,_0xe47785){return _0x55bed0['SeniG'](_0x21eddc,_0x1a285d,_0xe47785);},'OYamu':function(_0x5e1dfa,_0x228148){const _0x35bd9a=a40_0x4c04;return _0x55bed0[_0x35bd9a(0xb2)](_0x5e1dfa,_0x228148);}};let _0x549b2b=_0x5d2596[_0xe9fef5(0xad)]||[_0x55bed0[_0xe9fef5(0x89)]];_0x55bed0[_0xe9fef5(0x79)](_0x549b2b[_0xe9fef5(0xa3)](_0x55bed0[_0xe9fef5(0xa5)]),-0x1)&&(_0x549b2b=_0x549b2b[_0xe9fef5(0x95)]([_0x55bed0[_0xe9fef5(0xa5)]]));const _0x5f1c0b=_0x55bed0[_0xe9fef5(0x86)](typeof _0x5d2596[_0xe9fef5(0x90)],_0x55bed0[_0xe9fef5(0x7a)])?_0x5d2596[_0xe9fef5(0x90)]:undefined,_0x178ba6={};_0x178ba6[_0xe9fef5(0x9f)]=_0x5f1c0b;const _0x221cee=Object[_0xe9fef5(0x91)]({},_0x5d2596['reporter'],{'browserstack':Object[_0xe9fef5(0x91)]({},_0x5d2596[_0xe9fef5(0x7e)]&&_0x5d2596['reporter'][_0xe9fef5(0xb4)],_0x178ba6)}),_0x1a9388={};return _0x1a9388[_0xe9fef5(0xad)]=_0x549b2b,_0x1a9388[_0xe9fef5(0x7e)]=_0x221cee,_0x5d2596=Object[_0xe9fef5(0x91)]({},_0x5d2596,_0x1a9388),_0x55bed0['lMPXb'](limit,function(){const _0xc0490c={'rZOFj':function(_0x2088ff,_0x1ff4b6){const _0x240ede=a40_0x4c04;return _0x12562a[_0x240ede(0xa0)](_0x2088ff,_0x1ff4b6);},'MgVWW':function(_0x4c23b4,_0x5979a6){const _0xee55f7=a40_0x4c04;return _0x12562a[_0xee55f7(0x8c)](_0x4c23b4,_0x5979a6);},'xcliW':function(_0xa0ac6d,_0x487f21,_0x2460ba){return _0x12562a['PdjAI'](_0xa0ac6d,_0x487f21,_0x2460ba);},'YEDgU':function(_0x788249,_0x184623){const _0x513fdc=a40_0x4c04;return _0x12562a[_0x513fdc(0xa4)](_0x788249,_0x184623);}};return new Promise(function(_0x2d29eb){_0xc0490c['xcliW'](_0x3573dc,_0x5d2596,function(_0x4643dc,_0x35f3be){const _0x413bca=a40_0x4c04,_0x157916=_0x35f3be&&_0x35f3be[_0x413bca(0xa9)]&&(_0x35f3be['run'][_0x413bca(0x85)]||_0x35f3be[_0x413bca(0xa9)][_0x413bca(0xb3)]&&_0xc0490c[_0x413bca(0x75)](_0x35f3be['run'][_0x413bca(0xb3)][_0x413bca(0x81)],0x0));_0xc0490c['MgVWW'](_0x157916,_0x4643dc)&&(hasFailure=!![]),_0x4e8895&&_0xc0490c[_0x413bca(0x8b)](_0x4e8895,_0x4643dc,_0x35f3be),_0xc0490c[_0x413bca(0xaa)](_0x2d29eb,_0x35f3be);});});});},wrappedNewman;};async function main(){const _0x6d8f98=a40_0x5fc97d,_0x41e364={'PTmae':function(_0x7f3102,_0x3731c4){return _0x7f3102(_0x3731c4);},'FIbAw':function(_0x509250,_0x3ad533){return _0x509250+_0x3ad533;},'PlgkZ':_0x6d8f98(0x98)};try{await BrowserstackCLI['getInstance']()['bootstrap']();}catch(_0x3dac85){}try{_0x41e364['PTmae'](require,path[_0x6d8f98(0x8a)](scriptFile));}catch(_0x3a6941){process[_0x6d8f98(0x7f)][_0x6d8f98(0x88)](_0x41e364[_0x6d8f98(0xab)](_0x41e364[_0x6d8f98(0xab)](_0x41e364[_0x6d8f98(0xa2)],_0x3a6941[_0x6d8f98(0xa7)]||_0x3a6941),'\x0a')),process['exitCode']=0x1;}}function a40_0x1103(){const _0x13a7d0=['lMPXb','failures','browserstack','argv','rZOFj','XdzeV','_load','459266WLFywP','JFyex','FqBFM','newman','27648jqbYsK','_resolveFilename','reporter','stderr','exitCode','length','9918048oISKNX','84EpuKfe','call','error','othFz','1821572FTBQox','write','NNtHl','resolve','xcliW','UFfaK','1165830bAWNyz','ALKsD','string','collection','assign','beforeExit','cli','2563msWEAd','concat','2UJCCTO','exit','[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20','10GllcAR','297DmJSVM','uqjwF','VGOfR','KcXes','join','collectionPath','ojTHA','index.js','PlgkZ','indexOf','OYamu','sCckc','path','message','create','run','YEDgU','FIbAw','451730HzuiUR','reporters','RyuGJ','module','853097thEynm','newman-reporter-browserstack'];a40_0x1103=function(){return _0x13a7d0;};return a40_0x1103();}main(),process['on'](a40_0x5fc97d(0x92),function(){const _0x36183b=a40_0x5fc97d;hasFailure&&(process[_0x36183b(0x80)]=0x1);}),process['on'](a40_0x5fc97d(0x97),function(){const _0x37991a=a40_0x5fc97d,_0x335f71={};_0x335f71[_0x37991a(0xae)]=function(_0x528f47,_0xd43973){return _0x528f47===_0xd43973;};const _0x24efc9=_0x335f71;hasFailure&&_0x24efc9[_0x37991a(0xae)](process[_0x37991a(0x80)],0x0)&&(process[_0x37991a(0x80)]=0x1);});
2
+ 'use strict';const a40_0x6c0b0c=a40_0x3074;(function(_0xd10217,_0x3f4ccd){const _0x45e29e=a40_0x3074,_0x38ca84=_0xd10217();while(!![]){try{const _0x4489ef=parseInt(_0x45e29e(0x13c))/0x1+parseInt(_0x45e29e(0x12f))/0x2+parseInt(_0x45e29e(0x11c))/0x3+parseInt(_0x45e29e(0x151))/0x4*(-parseInt(_0x45e29e(0x14b))/0x5)+-parseInt(_0x45e29e(0x143))/0x6*(-parseInt(_0x45e29e(0x14f))/0x7)+parseInt(_0x45e29e(0x124))/0x8*(-parseInt(_0x45e29e(0x13a))/0x9)+parseInt(_0x45e29e(0x132))/0xa;if(_0x4489ef===_0x3f4ccd)break;else _0x38ca84['push'](_0x38ca84['shift']());}catch(_0x21ff1b){_0x38ca84['push'](_0x38ca84['shift']());}}}(a40_0x25d4,0x2ee90));function a40_0x25d4(){const _0x4aa3b4=['length','_load','path','7WzVNUG','[Newman]\x20scriptRunner:\x20no\x20script\x20file\x20provided\x0a','492TGuUiB','resolve','bootstrap','rZwGI','XYvpP','getInstance','bind','eguVv','assign','stderr','AIwHr','create','../v2/browserstackCLI','VlofX','ZRXpS','argv','156177jmAwBp','CcIkE','reporters','run','tRLAV','error','module','newman-reporter-browserstack','2319392tlrhHp','_resolveFilename','JwuFs','exitCode','Ghsjk','iRiAt','PeMtS','lXDdv','[Newman]\x20scriptRunner:\x20failed\x20to\x20load\x20script:\x20','XShBU','browserstack','92996TfvDru','yhRMw','failures','885420htgDaP','index.js','UKKHp','reporter','newman','uCPZl','cJQVT','Pmskt','9gNlMby','jDwLp','273581FzIqjs','collection','exit','cli','collectionPath','kMHkE','write','1203594UlPJLV','WClss','message','string','BeIFb','indexOf','beforeExit','call','7285ikmron'];a40_0x25d4=function(){return _0x4aa3b4;};return a40_0x25d4();}const path=require(a40_0x6c0b0c(0x14e)),Module=require(a40_0x6c0b0c(0x122)),BrowserstackCLI=require(a40_0x6c0b0c(0x118)),scriptFile=process['argv'][0x2],maxParallel=parseInt(process[a40_0x6c0b0c(0x11b)][0x3])||0x0;!scriptFile&&(process[a40_0x6c0b0c(0x115)][a40_0x6c0b0c(0x142)](a40_0x6c0b0c(0x150)),process[a40_0x6c0b0c(0x13e)](0x1));const reporterPath=path['join'](__dirname,'reporter',a40_0x6c0b0c(0x133)),originalResolveFilename=Module[a40_0x6c0b0c(0x125)];Module['_resolveFilename']=function(_0x564db0,_0x5d711c,_0x3a5091,_0x359aef){const _0x2dcbec=a40_0x6c0b0c,_0xeaa8c5={};_0xeaa8c5['AIwHr']=function(_0x1db62c,_0x339df2){return _0x1db62c===_0x339df2;},_0xeaa8c5['YHvcb']=_0x2dcbec(0x123);const _0x12f9e6=_0xeaa8c5;if(_0x12f9e6[_0x2dcbec(0x116)](_0x564db0,_0x12f9e6['YHvcb']))return reporterPath;return originalResolveFilename[_0x2dcbec(0x14a)](this,_0x564db0,_0x5d711c,_0x3a5091,_0x359aef);};let limit;try{const pLimit=require('p-limit'),concurrency=maxParallel&&maxParallel>0x0?maxParallel:Infinity;limit=pLimit(concurrency);}catch(a40_0x5df06f){limit=function(_0x3e4660){const _0x5a36bf=a40_0x6c0b0c,_0x3751a0={'JwuFs':function(_0x746749){return _0x746749();}};return _0x3751a0[_0x5a36bf(0x126)](_0x3e4660);};}let wrappedNewman=null,hasFailure=![];function a40_0x3074(_0x3f9623,_0x528a94){const _0x25d4fb=a40_0x25d4();return a40_0x3074=function(_0x307473,_0x1e363f){_0x307473=_0x307473-0x10f;let _0x5afdc7=_0x25d4fb[_0x307473];return _0x5afdc7;},a40_0x3074(_0x3f9623,_0x528a94);}const originalLoad=Module[a40_0x6c0b0c(0x14d)];Module[a40_0x6c0b0c(0x14d)]=function(_0x476464,_0x5455b4,_0x3463bd){const _0x43121a=a40_0x6c0b0c,_0x523b8a={'BeIFb':function(_0x20a3a6,_0x2889f1){return _0x20a3a6>_0x2889f1;},'kMHkE':function(_0x5b56b5,_0x4b5ed3){return _0x5b56b5||_0x4b5ed3;},'yhRMw':function(_0xff2477,_0x662e36,_0x837f6){return _0xff2477(_0x662e36,_0x837f6);},'ZRXpS':function(_0x41a2e8,_0x43ae59){return _0x41a2e8(_0x43ae59);},'rZwGI':function(_0x6e8bb3,_0x16ec13,_0x4b2888){return _0x6e8bb3(_0x16ec13,_0x4b2888);},'CcIkE':_0x43121a(0x13f),'jDwLp':function(_0x186e7d,_0x2bc323){return _0x186e7d===_0x2bc323;},'UKKHp':_0x43121a(0x12e),'PeMtS':function(_0x576e96,_0x16f623){return _0x576e96===_0x16f623;},'WClss':_0x43121a(0x146),'iRiAt':function(_0x35ceb6,_0x284bbf){return _0x35ceb6(_0x284bbf);},'VlofX':function(_0xc39cff,_0x17a718){return _0xc39cff!==_0x17a718;},'SRFmS':_0x43121a(0x136)},_0x2a08a7=originalLoad[_0x43121a(0x14a)](this,_0x476464,_0x5455b4,_0x3463bd);if(_0x523b8a[_0x43121a(0x119)](_0x476464,_0x523b8a['SRFmS']))return _0x2a08a7;if(wrappedNewman)return wrappedNewman;const _0x5644a1=_0x2a08a7[_0x43121a(0x11f)][_0x43121a(0x112)](_0x2a08a7);return wrappedNewman=Object[_0x43121a(0x117)](_0x2a08a7),wrappedNewman[_0x43121a(0x11f)]=function(_0xd10d90,_0x102bab){const _0x494718=_0x43121a,_0x279c1a={'cJQVT':function(_0x5e9b5f,_0x50c8f1,_0x240a76){const _0x5c2137=a40_0x3074;return _0x523b8a[_0x5c2137(0x10f)](_0x5e9b5f,_0x50c8f1,_0x240a76);}};let _0x46c07f=_0xd10d90[_0x494718(0x11e)]||[_0x523b8a[_0x494718(0x11d)]];_0x523b8a[_0x494718(0x13b)](_0x46c07f[_0x494718(0x148)](_0x523b8a[_0x494718(0x134)]),-0x1)&&(_0x46c07f=_0x46c07f['concat']([_0x523b8a[_0x494718(0x134)]]));const _0x4c0e7b=_0x523b8a[_0x494718(0x12a)](typeof _0xd10d90[_0x494718(0x13d)],_0x523b8a[_0x494718(0x144)])?_0xd10d90[_0x494718(0x13d)]:undefined,_0x2d677b={};_0x2d677b[_0x494718(0x140)]=_0x4c0e7b;const _0x2181a5=Object[_0x494718(0x114)]({},_0xd10d90[_0x494718(0x135)],{'browserstack':Object[_0x494718(0x114)]({},_0xd10d90[_0x494718(0x135)]&&_0xd10d90[_0x494718(0x135)][_0x494718(0x12e)],_0x2d677b)}),_0x40ca45={};return _0x40ca45[_0x494718(0x11e)]=_0x46c07f,_0x40ca45[_0x494718(0x135)]=_0x2181a5,_0xd10d90=Object[_0x494718(0x114)]({},_0xd10d90,_0x40ca45),_0x523b8a[_0x494718(0x129)](limit,function(){const _0x33cdca={'tRLAV':function(_0x175247,_0x4f49c0){const _0x2c6fc6=a40_0x3074;return _0x523b8a[_0x2c6fc6(0x147)](_0x175247,_0x4f49c0);},'lXDdv':function(_0x3b91e7,_0x3b5a00){const _0x1bd85d=a40_0x3074;return _0x523b8a[_0x1bd85d(0x141)](_0x3b91e7,_0x3b5a00);},'uCPZl':function(_0x39626d,_0x27980d,_0x1631df){const _0x2601d8=a40_0x3074;return _0x523b8a[_0x2601d8(0x130)](_0x39626d,_0x27980d,_0x1631df);},'XShBU':function(_0x9e7b32,_0x3766cc){const _0xb37ba2=a40_0x3074;return _0x523b8a[_0xb37ba2(0x11a)](_0x9e7b32,_0x3766cc);}};return new Promise(function(_0x40f8fd){const _0x1502fc=a40_0x3074;_0x279c1a[_0x1502fc(0x138)](_0x5644a1,_0xd10d90,function(_0x2d3829,_0x4c98c8){const _0x358128=_0x1502fc,_0x3e4afa=_0x4c98c8&&_0x4c98c8[_0x358128(0x11f)]&&(_0x4c98c8[_0x358128(0x11f)][_0x358128(0x121)]||_0x4c98c8[_0x358128(0x11f)][_0x358128(0x131)]&&_0x33cdca[_0x358128(0x120)](_0x4c98c8[_0x358128(0x11f)][_0x358128(0x131)][_0x358128(0x14c)],0x0));_0x33cdca[_0x358128(0x12b)](_0x3e4afa,_0x2d3829)&&(hasFailure=!![]),_0x102bab&&_0x33cdca[_0x358128(0x137)](_0x102bab,_0x2d3829,_0x4c98c8),_0x33cdca[_0x358128(0x12d)](_0x40f8fd,_0x4c98c8);});});});},wrappedNewman;};async function main(){const _0x51f487=a40_0x6c0b0c,_0x186db1={'Ghsjk':function(_0x4211e6,_0xb2856e){return _0x4211e6(_0xb2856e);},'XYvpP':function(_0x13c48e,_0x7d13a1){return _0x13c48e+_0x7d13a1;},'eguVv':_0x51f487(0x12c)};try{await BrowserstackCLI[_0x51f487(0x111)]()[_0x51f487(0x153)]();}catch(_0x3e8e8e){}try{_0x186db1[_0x51f487(0x128)](require,path[_0x51f487(0x152)](scriptFile));}catch(_0xd8e37c){process[_0x51f487(0x115)][_0x51f487(0x142)](_0x186db1['XYvpP'](_0x186db1[_0x51f487(0x110)](_0x186db1[_0x51f487(0x113)],_0xd8e37c[_0x51f487(0x145)]||_0xd8e37c),'\x0a')),process[_0x51f487(0x127)]=0x1;}}main(),process['on'](a40_0x6c0b0c(0x149),function(){const _0x56e333=a40_0x6c0b0c;hasFailure&&(process[_0x56e333(0x127)]=0x1);}),process['on'](a40_0x6c0b0c(0x13e),function(){const _0xf948a7=a40_0x6c0b0c,_0x101967={};_0x101967['Pmskt']=function(_0x4778de,_0x1a3058){return _0x4778de===_0x1a3058;};const _0x3fd843=_0x101967;hasFailure&&_0x3fd843[_0xf948a7(0x139)](process[_0xf948a7(0x127)],0x0)&&(process[_0xf948a7(0x127)]=0x1);});
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a41_0x2e8433=a41_0x4dc2;(function(_0x32fff1,_0x593c44){const _0x3fd0dd=a41_0x4dc2,_0xdfdd1a=_0x32fff1();while(!![]){try{const _0xe1479f=-parseInt(_0x3fd0dd(0x13e))/0x1+-parseInt(_0x3fd0dd(0x16d))/0x2*(-parseInt(_0x3fd0dd(0x128))/0x3)+parseInt(_0x3fd0dd(0x14b))/0x4*(parseInt(_0x3fd0dd(0x153))/0x5)+-parseInt(_0x3fd0dd(0x155))/0x6+parseInt(_0x3fd0dd(0x12b))/0x7*(parseInt(_0x3fd0dd(0x163))/0x8)+parseInt(_0x3fd0dd(0x15f))/0x9*(parseInt(_0x3fd0dd(0x14e))/0xa)+parseInt(_0x3fd0dd(0x165))/0xb*(-parseInt(_0x3fd0dd(0x13c))/0xc);if(_0xe1479f===_0x593c44)break;else _0xdfdd1a['push'](_0xdfdd1a['shift']());}catch(_0x4b564a){_0xdfdd1a['push'](_0xdfdd1a['shift']());}}}(a41_0x4d27,0x663b6));function a41_0x4dc2(_0x33dd07,_0x5eed1a){const _0x4d2708=a41_0x4d27();return a41_0x4dc2=function(_0x4dc21f,_0x2db116){_0x4dc21f=_0x4dc21f-0x127;let _0x16565f=_0x4d2708[_0x4dc21f];return _0x16565f;},a41_0x4dc2(_0x33dd07,_0x5eed1a);}const fs=require('fs'),path=require(a41_0x2e8433(0x12e)),{spawn}=require(a41_0x2e8433(0x15d)),logger=require(a41_0x2e8433(0x139))[a41_0x2e8433(0x13b)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a41_0x2e8433(0x166)),constants=require(a41_0x2e8433(0x170)),getUserNightwatchConfigs=(_0x1bbb47,_0x58940a)=>{const _0x2ee132=a41_0x2e8433,_0x22923e={'uhfEI':'nightwatch.conf.js','JaplX':_0x2ee132(0x158),'OytSg':function(_0x146f69,_0x1f6b98){return _0x146f69(_0x1f6b98);},'JApgl':_0x2ee132(0x157)};let _0x5e7383=null,_0x20da63={};const _0xeee2fa=_0x58940a[_0x2ee132(0x148)](_0x30a024=>_0x30a024===_0x2ee132(0x136));if(!helper['isUndefined'](_0x1bbb47[_0x2ee132(0x14a)])&&fs['existsSync'](path[_0x2ee132(0x13a)](process[_0x2ee132(0x151)](),_0x1bbb47[_0x2ee132(0x14a)])))_0x5e7383=path[_0x2ee132(0x13a)](process[_0x2ee132(0x151)](),_0x1bbb47[_0x2ee132(0x14a)]),_0x58940a['splice'](_0xeee2fa,0x2);else{if(fs[_0x2ee132(0x15c)](path[_0x2ee132(0x13a)](process[_0x2ee132(0x151)](),_0x22923e[_0x2ee132(0x134)])))_0x5e7383=path[_0x2ee132(0x13a)](process['cwd'](),_0x22923e[_0x2ee132(0x134)]);else fs[_0x2ee132(0x15c)](path[_0x2ee132(0x13a)](process[_0x2ee132(0x151)](),_0x22923e[_0x2ee132(0x161)]))&&(_0x5e7383=path[_0x2ee132(0x13a)](process[_0x2ee132(0x151)](),_0x22923e[_0x2ee132(0x161)]));}return _0x5e7383?(logger[_0x2ee132(0x13d)](_0x2ee132(0x16c)+_0x5e7383),_0x20da63=_0x22923e['OytSg'](require,_0x5e7383)):logger['info'](_0x22923e[_0x2ee132(0x12c)]),_0x20da63;},removeExistingEnvs=_0x4dab87=>{const _0x54cce8=a41_0x2e8433,_0x3e6b93={};_0x3e6b93[_0x54cce8(0x150)]=function(_0xb2970d,_0x24ddf7){return _0xb2970d>_0x24ddf7;};const _0x27566a=_0x3e6b93;let _0x176d4f=_0x4dab87['findIndex'](_0x1045be=>_0x1045be===_0x54cce8(0x15e));_0x27566a['FhDpq'](_0x176d4f,-0x1)&&_0x4dab87['splice'](_0x176d4f,0x2),_0x176d4f=_0x4dab87[_0x54cce8(0x148)](_0x146e64=>_0x146e64==='-e'),_0x27566a[_0x54cce8(0x150)](_0x176d4f,-0x1)&&_0x4dab87['splice'](_0x176d4f,0x2);};function a41_0x4d27(){const _0x47ff67=['20wbccLE','UxsEu','FhDpq','cwd','bDzJE','17505sSgIWK','child\x20process\x20exited\x20with\x20code\x20','1939350WJzFWE','nightwatch.cmd','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','nightwatch.json','unlinkSync','platform','start_process','existsSync','child_process','--env','3299013NzmFHr','EuYBq','JaplX','dvArq','16GWDyVt','YXmqT','22891gPoKdK','../../helpers/helper','mergeDeep','rLDHj','modifyBrowserStackCaps','fImFw','env','Getting\x20your\x20nightwatch\x20configs\x20from\x20','752138DggUuz','length','test_settings','../utils/constants','selenium','3RGByTK','platforms','BYupE','420154dBVSYz','JApgl','getPlatformName','path','port','test','host','slice','push','uhfEI','xTXll','--config','webdriver','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','../../helpers/logger','join','winstonLogger','1236YQCVtS','info','577504rWeuAV','filter','map','exports','mlhow','yxliS','stringify','forEach','nightwatch-browserstack.json','Deleting\x20','findIndex','useW3C','config','348WTAphQ','desiredCapabilities','split'];a41_0x4d27=function(){return _0x47ff67;};return a41_0x4d27();}function run(_0x1898f3,_0x281d2d,_0x425552){const _0x370734=a41_0x2e8433,_0x41becd={'BYupE':'nightwatch','yxliS':function(_0x17bae4,_0x2fa6a4){return _0x17bae4+_0x2fa6a4;},'bDzJE':_0x370734(0x16f),'xTXll':function(_0x327008,_0x312443,_0x38aac5){return _0x327008(_0x312443,_0x38aac5);},'mlhow':'hub.browserstack.com','QMFkb':_0x370734(0x138),'rLDHj':function(_0x5b8550,_0x5be3ed){return _0x5b8550===_0x5be3ed;},'UxsEu':_0x370734(0x146),'dvArq':function(_0x3edb44,_0x170007){return _0x3edb44(_0x170007);},'mBHCz':function(_0x4b2545,_0x2c793d,_0x404251,_0x3aed94){return _0x4b2545(_0x2c793d,_0x404251,_0x3aed94);},'EuYBq':_0x370734(0x156),'YXmqT':'--config','zpksE':_0x370734(0x15e),'MBYPn':'inherit','fImFw':'close'};if(!_0x425552[_0x370734(0x14a)])return;const _0x3b74e1=_0x41becd[_0x370734(0x135)](getUserNightwatchConfigs,_0x1898f3,_0x281d2d),_0x33faa6={};_0x33faa6[_0x370734(0x15b)]=![];const _0x326187={};_0x326187[_0x370734(0x131)]=_0x41becd[_0x370734(0x142)],_0x326187[_0x370734(0x12f)]=0x1bb;const _0x595ea7={};_0x595ea7[_0x370734(0x137)]=_0x33faa6,_0x595ea7[_0x370734(0x127)]=_0x326187;const _0x5adab8=_0x595ea7;logger[_0x370734(0x13d)](_0x41becd['QMFkb']);const _0x426470={..._0x3b74e1},_0x7f61b9=_0x426470,_0x21465f=helper[_0x370734(0x149)](_0x425552[_0x370734(0x14a)]),_0x3dea0b=[];_0x425552[_0x370734(0x14a)][_0x370734(0x129)]['forEach']((_0xd43202,_0x29a5a5)=>{const _0x3721c5=_0x370734;_0x21465f?_0x3dea0b[_0x3721c5(0x133)](helper['modifyBrowserStackW3CCaps'](_0x425552[_0x3721c5(0x14a)],_0x41becd[_0x3721c5(0x12a)],_0x29a5a5)):_0x3dea0b['push'](helper[_0x3721c5(0x169)](_0x425552['config'],_0x41becd[_0x3721c5(0x12a)],_0x29a5a5));});const _0x14ea71={},_0x384ceb=[];_0x1898f3[_0x370734(0x16b)]=_0x1898f3[_0x370734(0x16b)]||_0x1898f3['e'];const _0x1681fe=_0x1898f3[_0x370734(0x16b)]?_0x1898f3[_0x370734(0x16b)]['trim']()[_0x370734(0x14d)](',')[_0x370734(0x140)](_0x1f04af=>_0x1f04af['trim']())[_0x370734(0x13f)](_0x547114=>_0x547114!==''):[''];_0x41becd[_0x370734(0x168)](_0x1681fe[_0x370734(0x16e)],0x0)&&_0x1681fe[_0x370734(0x133)]('');_0x1681fe['forEach'](_0x245947=>{const _0xe8412e=_0x370734;_0x3dea0b[_0xe8412e(0x145)](_0x376630=>{const _0x2841ec=_0xe8412e;let _0x4159dc=_0x41becd[_0x2841ec(0x143)](helper[_0x2841ec(0x12d)](_0x376630,'_'),'_'+Date['now']());_0x245947&&(_0x4159dc+='_'+_0x245947);if(_0x245947&&(!_0x3b74e1[_0x41becd[_0x2841ec(0x152)]]||!_0x3b74e1[_0x41becd[_0x2841ec(0x152)]][_0x245947]))return;const _0x25d7e3={..._0x5adab8};_0x25d7e3[_0x2841ec(0x14c)]=_0x376630;const _0x53f1c9=_0x25d7e3;_0x14ea71[_0x4159dc]=_0x245947?helper[_0x2841ec(0x167)](_0x3b74e1[_0x41becd[_0x2841ec(0x152)]][_0x245947],_0x53f1c9):_0x53f1c9,_0x384ceb[_0x2841ec(0x133)](_0x4159dc);});});!_0x7f61b9[_0x370734(0x16f)]&&(_0x7f61b9[_0x370734(0x16f)]={});_0x7f61b9[_0x370734(0x16f)]={..._0x7f61b9[_0x370734(0x16f)],..._0x14ea71};const _0x3d9a6a=path[_0x370734(0x13a)](__dirname,_0x41becd[_0x370734(0x14f)]);fs['writeFileSync'](_0x3d9a6a,JSON[_0x370734(0x144)](_0x7f61b9)),_0x41becd[_0x370734(0x162)](removeExistingEnvs,_0x281d2d);const _0x26d7a5=_0x41becd['mBHCz'](spawn,/^win/[_0x370734(0x130)](process[_0x370734(0x15a)])?_0x41becd[_0x370734(0x160)]:_0x41becd[_0x370734(0x12a)],[_0x41becd[_0x370734(0x164)],_0x3d9a6a,..._0x281d2d[_0x370734(0x132)](0x1),_0x41becd['zpksE'],_0x384ceb['join'](',')],{'stdio':_0x41becd['MBYPn']});_0x26d7a5['on'](_0x41becd[_0x370734(0x16a)],async _0x5e9337=>{const _0x257e2e=_0x370734;logger['debug'](_0x257e2e(0x154)+_0x5e9337),logger['info'](_0x257e2e(0x147)+_0x3d9a6a),fs[_0x257e2e(0x159)](_0x3d9a6a);});}module[a41_0x2e8433(0x141)]=run;
2
+ 'use strict';function a41_0x4ae2(_0x4df760,_0x18a948){const _0x54854c=a41_0x5485();return a41_0x4ae2=function(_0x4ae21d,_0x272e2d){_0x4ae21d=_0x4ae21d-0x14e;let _0x22aa14=_0x54854c[_0x4ae21d];return _0x22aa14;},a41_0x4ae2(_0x4df760,_0x18a948);}const a41_0x4f337a=a41_0x4ae2;(function(_0xcb2787,_0x3b5878){const _0x20877d=a41_0x4ae2,_0x45f230=_0xcb2787();while(!![]){try{const _0x5c7a66=-parseInt(_0x20877d(0x17e))/0x1*(parseInt(_0x20877d(0x164))/0x2)+-parseInt(_0x20877d(0x17a))/0x3*(parseInt(_0x20877d(0x18b))/0x4)+parseInt(_0x20877d(0x16d))/0x5*(-parseInt(_0x20877d(0x18d))/0x6)+-parseInt(_0x20877d(0x199))/0x7*(parseInt(_0x20877d(0x192))/0x8)+-parseInt(_0x20877d(0x19e))/0x9+-parseInt(_0x20877d(0x17c))/0xa+parseInt(_0x20877d(0x196))/0xb;if(_0x5c7a66===_0x3b5878)break;else _0x45f230['push'](_0x45f230['shift']());}catch(_0x20ea34){_0x45f230['push'](_0x45f230['shift']());}}}(a41_0x5485,0x89fc1));const fs=require('fs'),path=require('path'),{spawn}=require(a41_0x4f337a(0x156)),logger=require(a41_0x4f337a(0x174))[a41_0x4f337a(0x160)],{default:BrowserStackSetup}=require(a41_0x4f337a(0x198)),helper=require(a41_0x4f337a(0x178)),constants=require(a41_0x4f337a(0x16f)),getUserNightwatchConfigs=(_0xf0ff9a,_0x164972)=>{const _0x173f81=a41_0x4f337a,_0x454900={'wWzoa':'nightwatch.conf.js','Uzdem':_0x173f81(0x16c),'yMZWr':function(_0x301c39,_0x2f42a0){return _0x301c39(_0x2f42a0);},'CEXiO':_0x173f81(0x18a)};let _0x1ad260=null,_0x190310={};const _0x3ff400=_0x164972[_0x173f81(0x17b)](_0x283bae=>_0x283bae===_0x173f81(0x158));if(!helper[_0x173f81(0x16b)](_0xf0ff9a[_0x173f81(0x183)])&&fs['existsSync'](path[_0x173f81(0x155)](process[_0x173f81(0x163)](),_0xf0ff9a[_0x173f81(0x183)])))_0x1ad260=path[_0x173f81(0x155)](process[_0x173f81(0x163)](),_0xf0ff9a[_0x173f81(0x183)]),_0x164972[_0x173f81(0x14e)](_0x3ff400,0x2);else{if(fs['existsSync'](path['join'](process['cwd'](),_0x454900[_0x173f81(0x170)])))_0x1ad260=path['join'](process[_0x173f81(0x163)](),_0x454900['wWzoa']);else fs[_0x173f81(0x173)](path['join'](process[_0x173f81(0x163)](),_0x454900['Uzdem']))&&(_0x1ad260=path[_0x173f81(0x155)](process[_0x173f81(0x163)](),_0x454900[_0x173f81(0x154)]));}return _0x1ad260?(logger[_0x173f81(0x175)](_0x173f81(0x152)+_0x1ad260),_0x190310=_0x454900[_0x173f81(0x184)](require,_0x1ad260)):logger[_0x173f81(0x175)](_0x454900[_0x173f81(0x186)]),_0x190310;},removeExistingEnvs=_0x518d60=>{const _0x56ba27=a41_0x4f337a,_0x3bfa4d={};_0x3bfa4d[_0x56ba27(0x169)]=function(_0x6f7f1e,_0x23c0a9){return _0x6f7f1e>_0x23c0a9;};const _0x218d26=_0x3bfa4d;let _0x43196b=_0x518d60['findIndex'](_0x4e4484=>_0x4e4484===_0x56ba27(0x177));_0x218d26[_0x56ba27(0x169)](_0x43196b,-0x1)&&_0x518d60[_0x56ba27(0x14e)](_0x43196b,0x2),_0x43196b=_0x518d60['findIndex'](_0x113142=>_0x113142==='-e'),_0x218d26[_0x56ba27(0x169)](_0x43196b,-0x1)&&_0x518d60[_0x56ba27(0x14e)](_0x43196b,0x2);};function run(_0x403b21,_0x599d5f,_0x23bea2){const _0x1c301b=a41_0x4f337a,_0x599cde={'QonEO':_0x1c301b(0x171),'WotPe':function(_0x1ee93b,_0x21c1b5){return _0x1ee93b+_0x21c1b5;},'ToURz':_0x1c301b(0x193),'dPuMR':function(_0x2ac34d,_0x480664,_0xa2dc84){return _0x2ac34d(_0x480664,_0xa2dc84);},'eOoYr':_0x1c301b(0x165),'eHKwU':_0x1c301b(0x18c),'cVgEZ':function(_0x4ba409,_0xd2b30d){return _0x4ba409===_0xd2b30d;},'XdFnI':'nightwatch-browserstack.json','bmliR':function(_0x52eb04,_0x284b56){return _0x52eb04(_0x284b56);},'XEgIX':function(_0x478268,_0x10df7c,_0x4cd4bd,_0x42fc6e){return _0x478268(_0x10df7c,_0x4cd4bd,_0x42fc6e);},'cDOgu':_0x1c301b(0x14f),'JUvZx':_0x1c301b(0x158),'LlUVb':_0x1c301b(0x177),'BevBZ':'inherit','zpJhs':_0x1c301b(0x157)};if(!_0x23bea2[_0x1c301b(0x183)])return;const _0x2bdba3=_0x599cde['dPuMR'](getUserNightwatchConfigs,_0x403b21,_0x599d5f),_0x2a79a7={};_0x2a79a7[_0x1c301b(0x179)]=![];const _0x4aaa7f={};_0x4aaa7f[_0x1c301b(0x176)]=_0x599cde[_0x1c301b(0x19a)],_0x4aaa7f[_0x1c301b(0x188)]=0x1bb;const _0x48c6f9={};_0x48c6f9[_0x1c301b(0x15e)]=_0x2a79a7,_0x48c6f9[_0x1c301b(0x182)]=_0x4aaa7f;const _0x3b28e1=_0x48c6f9;logger[_0x1c301b(0x175)](_0x599cde[_0x1c301b(0x162)]);const _0x80073f={..._0x2bdba3},_0x43af83=_0x80073f,_0x486864=helper['useW3C'](_0x23bea2[_0x1c301b(0x183)]),_0x488682=[];_0x23bea2['config']['platforms'][_0x1c301b(0x181)]((_0x20752a,_0x177f45)=>{const _0x117c3b=_0x1c301b;_0x486864?_0x488682[_0x117c3b(0x15a)](helper['modifyBrowserStackW3CCaps'](_0x23bea2[_0x117c3b(0x183)],_0x599cde[_0x117c3b(0x150)],_0x177f45)):_0x488682[_0x117c3b(0x15a)](helper[_0x117c3b(0x17d)](_0x23bea2[_0x117c3b(0x183)],_0x599cde[_0x117c3b(0x150)],_0x177f45));});const _0x36d526={},_0x4c638b=[];_0x403b21['env']=_0x403b21['env']||_0x403b21['e'];const _0x59e094=_0x403b21['env']?_0x403b21[_0x1c301b(0x18e)][_0x1c301b(0x15c)]()[_0x1c301b(0x194)](',')[_0x1c301b(0x15d)](_0x90453a=>_0x90453a['trim']())[_0x1c301b(0x16a)](_0x1aa180=>_0x1aa180!==''):[''];_0x599cde[_0x1c301b(0x18f)](_0x59e094[_0x1c301b(0x19b)],0x0)&&_0x59e094[_0x1c301b(0x15a)]('');_0x59e094[_0x1c301b(0x181)](_0xf319ba=>{const _0x1d7e85=_0x1c301b,_0x438cc6={'EqayL':function(_0x1e0a3c,_0x5b14fb){const _0x23ac95=a41_0x4ae2;return _0x599cde[_0x23ac95(0x19d)](_0x1e0a3c,_0x5b14fb);},'vStqj':_0x599cde['ToURz']};_0x488682[_0x1d7e85(0x181)](_0x1e1525=>{const _0x2e13ee=_0x1d7e85;let _0x28e278=_0x438cc6[_0x2e13ee(0x190)](helper[_0x2e13ee(0x197)](_0x1e1525,'_'),'_'+Date[_0x2e13ee(0x180)]());_0xf319ba&&(_0x28e278+='_'+_0xf319ba);if(_0xf319ba&&(!_0x2bdba3[_0x438cc6[_0x2e13ee(0x161)]]||!_0x2bdba3[_0x438cc6[_0x2e13ee(0x161)]][_0xf319ba]))return;const _0x4c9a81={..._0x3b28e1};_0x4c9a81[_0x2e13ee(0x15b)]=_0x1e1525;const _0x17f136=_0x4c9a81;_0x36d526[_0x28e278]=_0xf319ba?helper[_0x2e13ee(0x168)](_0x2bdba3[_0x438cc6[_0x2e13ee(0x161)]][_0xf319ba],_0x17f136):_0x17f136,_0x4c638b[_0x2e13ee(0x15a)](_0x28e278);});});!_0x43af83['test_settings']&&(_0x43af83[_0x1c301b(0x193)]={});_0x43af83[_0x1c301b(0x193)]={..._0x43af83[_0x1c301b(0x193)],..._0x36d526};const _0x18fe17=path[_0x1c301b(0x155)](__dirname,_0x599cde[_0x1c301b(0x187)]);fs[_0x1c301b(0x16e)](_0x18fe17,JSON[_0x1c301b(0x153)](_0x43af83)),_0x599cde[_0x1c301b(0x151)](removeExistingEnvs,_0x599d5f);const _0x7ebea9=_0x599cde[_0x1c301b(0x172)](spawn,/^win/['test'](process['platform'])?_0x599cde['cDOgu']:_0x599cde[_0x1c301b(0x150)],[_0x599cde[_0x1c301b(0x19c)],_0x18fe17,..._0x599d5f[_0x1c301b(0x191)](0x1),_0x599cde[_0x1c301b(0x17f)],_0x4c638b['join'](',')],{'stdio':_0x599cde[_0x1c301b(0x185)]});_0x7ebea9['on'](_0x599cde[_0x1c301b(0x15f)],async _0x48162b=>{const _0x412da0=_0x1c301b;logger[_0x412da0(0x195)](_0x412da0(0x166)+_0x48162b),logger[_0x412da0(0x175)](_0x412da0(0x189)+_0x18fe17),fs[_0x412da0(0x159)](_0x18fe17);});}function a41_0x5485(){const _0x56549b=['609sqjCZC','eOoYr','length','JUvZx','WotPe','5563908oImAQr','splice','nightwatch.cmd','QonEO','bmliR','Getting\x20your\x20nightwatch\x20configs\x20from\x20','stringify','Uzdem','join','child_process','close','--config','unlinkSync','push','desiredCapabilities','trim','map','webdriver','zpJhs','winstonLogger','vStqj','eHKwU','cwd','3002QpbRJY','hub.browserstack.com','child\x20process\x20exited\x20with\x20code\x20','exports','mergeDeep','lsrrv','filter','isUndefined','nightwatch.json','1885tMESwG','writeFileSync','../utils/constants','wWzoa','nightwatch','XEgIX','existsSync','../../helpers/logger','info','host','--env','../../helpers/helper','start_process','3iqfoXV','findIndex','3891880dcvDwX','modifyBrowserStackCaps','20ynhFTK','LlUVb','now','forEach','selenium','config','yMZWr','BevBZ','CEXiO','XdFnI','port','Deleting\x20','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','2897288YEaOAZ','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','6870vYTnUb','env','cVgEZ','EqayL','slice','53616gBzZGW','test_settings','split','debug','36758326JZTNIB','getPlatformName','../../helpers/BrowserStackSetup'];a41_0x5485=function(){return _0x56549b;};return a41_0x5485();}module[a41_0x4f337a(0x167)]=run;