browserstack-node-sdk 1.70.2 → 1.71.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 (223) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a40_0x23cccb=a40_0x4724;(function(_0x459674,_0x51006f){const _0x19b1cc=a40_0x4724,_0x2b1853=_0x459674();while(!![]){try{const _0x407fc9=parseInt(_0x19b1cc(0x129))/0x1*(parseInt(_0x19b1cc(0x15d))/0x2)+parseInt(_0x19b1cc(0x191))/0x3*(parseInt(_0x19b1cc(0xb8))/0x4)+parseInt(_0x19b1cc(0x119))/0x5*(parseInt(_0x19b1cc(0x17d))/0x6)+-parseInt(_0x19b1cc(0xa8))/0x7*(-parseInt(_0x19b1cc(0x198))/0x8)+parseInt(_0x19b1cc(0x69))/0x9*(parseInt(_0x19b1cc(0xe1))/0xa)+parseInt(_0x19b1cc(0xcd))/0xb*(-parseInt(_0x19b1cc(0xf0))/0xc)+-parseInt(_0x19b1cc(0xd0))/0xd;if(_0x407fc9===_0x51006f)break;else _0x2b1853['push'](_0x2b1853['shift']());}catch(_0x23bd8b){_0x2b1853['push'](_0x2b1853['shift']());}}}(a40_0x12e0,0x5c8fb));const chalk=require('chalk'),logger=require(a40_0x23cccb(0x165))[a40_0x23cccb(0xcf)],helper=require(a40_0x23cccb(0xbd)),utilities=require('../../helpers/utilities'),testOpsHelper=require(a40_0x23cccb(0xd8)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a40_0x23cccb(0xae)),{requireModule,nestedKeyValue}=require(a40_0x23cccb(0xbd)),{getPercyOptions}=require(a40_0x23cccb(0x10a)),Base=requireModule('mocha/lib/reporters/base.js','mocha'),collectFiles=requireModule(a40_0x23cccb(0x173),a40_0x23cccb(0x193)),constants=require('../utils/constants'),PerformanceTester=require(a40_0x23cccb(0xa1)),PerformanceEvents=require(a40_0x23cccb(0x6e))[a40_0x23cccb(0x8d)],centralScannerConstants=require(a40_0x23cccb(0x13f)),{FRAMEWORKS}=require(a40_0x23cccb(0xbe)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),BrowserstackCLI=require(a40_0x23cccb(0x179)),CLIUtils=require(a40_0x23cccb(0xdb)),ClientTroubleShootingService=require('../utils/clientTroubleshootingService');function tag(_0x1847d5,_0x2d4b3d,_0x97b361,_0xaf385c){const _0x2574c8=a40_0x23cccb,_0x3c3c5d={'fBZqu':function(_0x20cdf0,_0x1ad594){return _0x20cdf0+_0x1ad594;},'imrid':function(_0x359bde,_0x1830c9){return _0x359bde+_0x1830c9;},'eNoxA':function(_0x5d4260,_0x3916e0){return _0x5d4260(_0x3916e0);},'tDBSK':function(_0x150f76,_0x333ea6){return _0x150f76+_0x333ea6;},'rYKAE':function(_0x464273,_0x11d5d3){return _0x464273+_0x11d5d3;},'dshSE':function(_0x59072a,_0x407c78){return _0x59072a+_0x407c78;},'vsext':function(_0x593247,_0x8e0a6){return _0x593247+_0x8e0a6;},'QalLD':function(_0x30b4be,_0x54c7c3){return _0x30b4be+_0x54c7c3;}},_0x486a8d=_0x97b361?'/>':'>',_0x3c1784=[];let _0xbfeb5a;for(const _0xb6e9e in _0x2d4b3d){Object[_0x2574c8(0x81)][_0x2574c8(0x8b)][_0x2574c8(0xdc)](_0x2d4b3d,_0xb6e9e)&&_0x3c1784[_0x2574c8(0x70)](_0x3c3c5d[_0x2574c8(0x7a)](_0x3c3c5d[_0x2574c8(0x7a)](_0x3c3c5d[_0x2574c8(0xf3)](_0xb6e9e,'=\x22'),_0x3c3c5d[_0x2574c8(0xdf)](escape,_0x2d4b3d[_0xb6e9e])),'\x22'));}return _0xbfeb5a=_0x3c3c5d[_0x2574c8(0x181)](_0x3c3c5d[_0x2574c8(0xd1)](_0x3c3c5d[_0x2574c8(0x7a)]('<',_0x1847d5),_0x3c1784[_0x2574c8(0x7e)]?_0x3c3c5d[_0x2574c8(0xfb)]('\x20',_0x3c1784[_0x2574c8(0x100)]('\x20')):''),_0x486a8d),_0xaf385c&&(_0xbfeb5a+=_0x3c3c5d[_0x2574c8(0x106)](_0x3c3c5d[_0x2574c8(0x181)](_0x3c3c5d[_0x2574c8(0x146)](_0xaf385c,'</'),_0x1847d5),_0x486a8d)),_0xbfeb5a;}let xunitContent='';function xunitWrite(_0x1acce8){xunitContent+=_0x1acce8;}function xunitTest(_0x37a308,_0x49cfad){const _0xdfeba=a40_0x23cccb,_0x27bc60={'nooYF':function(_0x1727b5,_0x2114f6){return _0x1727b5/_0x2114f6;},'qezjd':function(_0x425d08,_0xb7873a){return _0x425d08===_0xb7873a;},'jnYBC':_0xdfeba(0x15a),'FhFZP':function(_0x1d0854,_0x25394d){return _0x1d0854+_0x25394d;},'bmMnB':function(_0x42bd21,_0x3a1f64){return _0x42bd21(_0x3a1f64);},'qcrzH':function(_0x152ca6,_0x773583,_0x7ea81a,_0x2770c6,_0x30bc02){return _0x152ca6(_0x773583,_0x7ea81a,_0x2770c6,_0x30bc02);},'SiIYH':_0xdfeba(0x12c),'sAxFS':'failure','HsyHW':function(_0x42cc62,_0x3e4f72){return _0x42cc62+_0x3e4f72;},'ysXgr':function(_0x240a82,_0x4a59ca){return _0x240a82(_0x4a59ca);},'dmmPl':function(_0x467a05,_0x58a152){return _0x467a05(_0x58a152);},'wjfZk':function(_0x4237d1,_0x1b1a51){return _0x4237d1(_0x1b1a51);},'zzuwM':function(_0x4eb9f2,_0x221769){return _0x4eb9f2(_0x221769);},'jYflb':function(_0xb92283,_0x3cc3fa,_0x463344,_0x5a11ce,_0x1737c1){return _0xb92283(_0x3cc3fa,_0x463344,_0x5a11ce,_0x1737c1);},'yIbKe':function(_0x3ba325,_0x2f61f3,_0x21524a,_0x43a459){return _0x3ba325(_0x2f61f3,_0x21524a,_0x43a459);},'UyiBV':_0xdfeba(0x76),'QznsB':function(_0x1a936c,_0x44f08a){return _0x1a936c(_0x44f08a);},'kpVBf':function(_0x2216cc,_0x4be2d0,_0x5ed39b,_0x3401be){return _0x2216cc(_0x4be2d0,_0x5ed39b,_0x3401be);}};Base[_0xdfeba(0x108)]=![];var _0x20e97c={'classname':_0x37a308[_0xdfeba(0x16b)],'name':_0x37a308[_0xdfeba(0x171)],'time':_0x27bc60[_0xdfeba(0xea)](_0x37a308[_0xdfeba(0x18b)],0x3e8)||0x0,'platform':_0x49cfad};if(_0x27bc60[_0xdfeba(0xff)](_0x37a308['state'],_0x27bc60[_0xdfeba(0x10c)])){var _0x2426d6=_0x37a308['err'],_0x35de9b=!Base['hideDiff']&&Base['showDiff'](_0x2426d6)?_0x27bc60[_0xdfeba(0x156)]('\x0a',Base['generateDiff'](_0x2426d6['actual'],_0x2426d6[_0xdfeba(0x145)])):'';_0x27bc60[_0xdfeba(0x6f)](xunitWrite,_0x27bc60[_0xdfeba(0xa7)](tag,_0x27bc60[_0xdfeba(0x152)],_0x20e97c,![],_0x27bc60[_0xdfeba(0xa7)](tag,_0x27bc60[_0xdfeba(0xe6)],{},![],_0x27bc60[_0xdfeba(0x156)](_0x27bc60['HsyHW'](_0x27bc60[_0xdfeba(0x156)](_0x27bc60[_0xdfeba(0xf6)](escape,_0x2426d6[_0xdfeba(0xd5)]),_0x27bc60[_0xdfeba(0x7d)](escape,_0x35de9b)),'\x0a'),_0x27bc60[_0xdfeba(0x14e)](escape,_0x2426d6['stack'])))));}else _0x37a308[_0xdfeba(0x18a)]?_0x27bc60[_0xdfeba(0x87)](xunitWrite,_0x27bc60['jYflb'](tag,_0x27bc60['SiIYH'],_0x20e97c,![],_0x27bc60[_0xdfeba(0x7f)](tag,_0x27bc60[_0xdfeba(0xa9)],{},!![]))):_0x27bc60[_0xdfeba(0xab)](xunitWrite,_0x27bc60[_0xdfeba(0x96)](tag,_0x27bc60[_0xdfeba(0x152)],_0x20e97c,!![]));};function getStats(_0x2663cb){const _0x51fcb8=a40_0x23cccb,_0x5672cd={};_0x5672cd['ptmNB']=_0x51fcb8(0x16d),_0x5672cd['lCgcv']=_0x51fcb8(0xe3),_0x5672cd[_0x51fcb8(0x162)]=_0x51fcb8(0x15a),_0x5672cd[_0x51fcb8(0xc1)]='results';const _0x2aa6a6=_0x5672cd,_0x40dc78=Object[_0x51fcb8(0x74)](_0x2663cb);let _0xd2a8e1=0x0,_0x1c60f6=0x0,_0x184934=0x0,_0x13dc99=0x0;const _0x36e560=new Set();_0x40dc78[_0x51fcb8(0x166)](_0x4045a2=>{const _0x3c3c82=_0x51fcb8;_0x2663cb[_0x4045a2][_0x2aa6a6['LOGcN']][_0x3c3c82(0x166)](_0x20534c=>{const _0x2b1b68=_0x3c3c82;_0x36e560[_0x2b1b68(0x157)](_0x20534c[_0x2aa6a6[_0x2b1b68(0xf5)]]),_0xd2a8e1++;switch(_0x20534c['state']){case _0x2aa6a6[_0x2b1b68(0x6a)]:_0x184934++;break;case _0x2aa6a6[_0x2b1b68(0x162)]:_0x1c60f6++;break;default:_0x13dc99++;}});});const _0x5cf2fb={};return _0x5cf2fb['testSuites']=_0x36e560[_0x51fcb8(0x148)],_0x5cf2fb[_0x51fcb8(0x10e)]=_0x40dc78,_0x5cf2fb['totalTests']=_0xd2a8e1,_0x5cf2fb[_0x51fcb8(0x155)]=_0x1c60f6,_0x5cf2fb[_0x51fcb8(0x82)]=_0x184934,_0x5cf2fb[_0x51fcb8(0x188)]=_0x13dc99,_0x5cf2fb;}function a40_0x12e0(){const _0xa4dca6=['SDK_CLEANUP','RYJcC','debug','nooYF','retryTestsOnFailure','Printing\x20stats\x20of\x20tests','rootHooks','xRVdc','configPath','5276748lIcmmm','Now,\x20showing\x20logs\x20from\x20mocha','Listing\x20all\x20the\x20failures','imrid','test','ptmNB','ysXgr','framework','wMcmz','fireFunnelTestEvent','accessibility','dshSE','VFJjO','xumVo','getProductMap','qezjd','join','BoujL','testObservability','BROWSERSTACK_GRR_US_HUB_URL','GWooz','QZylq','vsext','suiteName','useColors','kuweV','../../helpers/percy/utils','wnZXx','jnYBC','map','platforms','Tests:\x20\x20\x20\x20\x20\x20\x20','IIgkf','iSsvb','error','finalExecution','info','LoJMC','stop','sLNoi','SDKTestSuccessful','45LhHIlE','\x20platforms','jEHbP','stringify','setUserConfigPath','getCentralUser','cFBvy','failures','red','BROWSERSTACK_FRAMEWORK','vYBOA','MFGaw','HiZWX','[local-identifier-sync]\x20adopted\x20the\x20binary\x27s\x20localIdentifier\x20','JRVBw','handleApp','3YnkGKn','maxRetries','qAJbU','testcase','get','rlwBx','MOCHA','VAtwG','Unable\x20to\x20enrich\x20accessibility\x20config\x20from\x20the\x20binary\x20response:\x20','</testsuite>','launchBuild','xBIGO','dOWtV','uZOKx','nestedKeyValue','dIXGI','\x20total','Setting\x20non\x20exit\x20code\x20for\x20failures','reporterOptions','prepareCapabilities','rerunTests','HjSmA','../../helpers/central-scanner/constants','MwdOl','tVTCX','Running\x20your\x20mocha\x20tests\x20across\x20','logLevel','isEmpty','expected','QalLD','parseFileNames','size','mjs','object','passes','bgBlueBright','currentRetry','wjfZk','bgRedBright','BROWSERSTACK_CLI_BIN_SESSION_ID','gJAif','SiIYH','useW3C','isUndefined','testsFailed','FhFZP','add','extension','platform','failed','assign','capability','162572KmxQNR','retries','initialize','jLTvd','tfQsH','SiXyw','kEPyv','parallelsPerPlatform','../../helpers/logger','forEach','QdXek','stats','MQjew','browserStackLocalOptions','fullTitle','fKkLK','suite','PKifk','getPlatformName','jdinl','title','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','mocha/lib/cli/collect-files.js','zboLg','json','Total\x20Platforms:\x20','isBrowserstackInfra','gpxhA','../v2/browserstackCLI','BROWSERSTACK_RERUN_TESTS','green','browserstack.accessibilityOptions.scannerVersion','159726zJsIxu','titlePath','exitCode','proxySettings','tDBSK','../../helpers/testhub/utils','selenium-webdriver','isRunning','env','zIbZq','scannerVersion','testsPending','zarai','isPending','duration','localIdentifier','setBrowserstackConfig','KkViP','getUserWorkerCount','TTgYb','6kIHlca','getInstance','mocha','start','exports','yellow','JBRhw','8eTEyQA','nmCXd','dnYXr','MVTAj','parseTestOrchestrationOptions','360SrGuRe','lCgcv','file','TzCZX','config','../../helpers/performance/constants','bmMnB','push','yTsjx','Writing\x20json\x20result\x20to\x20file','printBuildLink','keys','notifyUpdate','skipped','testSuites','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isTestObservabilitySession','fBZqu','RmVnu','BROWSERSTACK_TEST_OBSERVABILITY_YML','dmmPl','length','yIbKe','bold','prototype','testsPassed','UhceR','eMuYp','1|4|3|2|0','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','zzuwM','CPxMf','WseDx','xunit','hasOwnProperty','\x0a\x0a\x0a','EVENTS','writeFileSync','bstack:options','files','CiJtL','2|3|4|1|0','KdftZ','getErrorMessageFromResults','WNWfd','kpVBf','__accessibilityOptions','central_scanner','nDVRY','\x20passed','output','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','tsYcg','state','iDYdE','toUTCString','../../helpers/performance/performance-tester','NQUvz','spec','jLvVq','ZrmBj','MZjWc','qcrzH','90055WKCeXM','UyiBV','aGHgv','QznsB','titlePathV','rRUNq','../test-runner','PttSr','reporter','oEtZh','doc','consoleLog','reporter-option','finally','FRAMEWORKS','getOwnPropertyNames','103728sNYtLU','iKOLa','Writing\x20xunit\x20result\x20to\x20file','BROWSERSTACK_PRODUCT_MAP','has','../../helpers/helper','../../helpers/test-observability/constants','ZUqqv','sort','LOGcN','eslIR','split','log','accessibilityOptions','VGMjv','getConfig','Jvytm','parse','cliConfig','bRWES','getHubUrl','11SdAXmQ','XIZdD','winstonLogger','228748FQjZVy','rYKAE','bootstrap','Mocha\x20Tests','getMultiDriverWorkerConfig','message','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','shouldReRunObservabilityTests','../../helpers/test-observability/utils','BzhDP','\x20failed','../v2/cliUtils','call','ykvJZ','NQwxj','eNoxA','orbnn','72070Xnuqwp','setFrameworkDetail','passed','Running\x20your\x20mocha\x20tests','Total\x20Suites:\x20','sAxFS'];a40_0x12e0=function(){return _0xa4dca6;};return a40_0x12e0();}function errorJSON(_0xf4ad54){const _0x4c90bc=a40_0x23cccb;var _0x463798={};return Object[_0x4c90bc(0xb7)](_0xf4ad54)[_0x4c90bc(0x166)](function(_0x474d16){_0x463798[_0x474d16]=_0xf4ad54[_0x474d16];},_0xf4ad54),_0x463798;}function a40_0x4724(_0x15fc2b,_0x4f0f33){const _0x12e0ae=a40_0x12e0();return a40_0x4724=function(_0x472477,_0x5aacaa){_0x472477=_0x472477-0x69;let _0x236b6b=_0x12e0ae[_0x472477];return _0x236b6b;},a40_0x4724(_0x15fc2b,_0x4f0f33);}function cleanCycles(_0x3d9bda){const _0x396f49=a40_0x23cccb,_0x5b5048={};_0x5b5048[_0x396f49(0x161)]=function(_0x223cb8,_0x53830a){return _0x223cb8===_0x53830a;},_0x5b5048[_0x396f49(0x9f)]=_0x396f49(0x14a),_0x5b5048['XIZdD']=function(_0xf276d9,_0x521325){return _0xf276d9!==_0x521325;},_0x5b5048[_0x396f49(0x167)]=function(_0x4b054f,_0x5d9363){return _0x4b054f+_0x5d9363;};const _0x52678a=_0x5b5048;var _0x5914a5=[];return JSON['parse'](JSON['stringify'](_0x3d9bda,function(_0x49e6b7,_0x41c9ad){const _0x196675=_0x396f49;if(_0x52678a[_0x196675(0x161)](typeof _0x41c9ad,_0x52678a[_0x196675(0x9f)])&&_0x52678a[_0x196675(0xce)](_0x41c9ad,null)){if(_0x52678a['XIZdD'](_0x5914a5['indexOf'](_0x41c9ad),-0x1))return _0x52678a['QdXek']('',_0x41c9ad);_0x5914a5[_0x196675(0x70)](_0x41c9ad);}return _0x41c9ad;}));}function clean(_0x2da276){const _0x12881d=a40_0x23cccb,_0xc0b40e={'WrgpQ':function(_0x53ecf9,_0x98f47b){return _0x53ecf9 instanceof _0x98f47b;},'PttSr':function(_0x52ef5d,_0x322143){return _0x52ef5d(_0x322143);},'qAJbU':function(_0x1197cf,_0x193f8b){return _0x1197cf(_0x193f8b);}};var _0x3906ee=_0x2da276['err']||{};return _0xc0b40e['WrgpQ'](_0x3906ee,Error)&&(_0x3906ee=_0xc0b40e[_0x12881d(0xaf)](errorJSON,_0x3906ee)),{'title':_0x2da276[_0x12881d(0x171)],'fullTitle':_0x2da276[_0x12881d(0x16b)],'file':_0x2da276[_0x12881d(0x6b)],'duration':_0x2da276[_0x12881d(0x18b)],'currentRetry':_0x2da276[_0x12881d(0x14d)],'speed':_0x2da276['speed'],'err':_0xc0b40e[_0x12881d(0x12b)](cleanCycles,_0x3906ee)};}function printStats(_0x1fe7cf,_0x5767a4=a40_0x23cccb(0xa3),_0x3096dc={}){const _0x519449=a40_0x23cccb,_0x5e8eb7={'gJAif':function(_0x3b6c44,_0xb03cea){return _0x3b6c44(_0xb03cea);},'gpxhA':function(_0x21888e,_0x48e0f9){return _0x21888e===_0x48e0f9;},'nmCXd':'passed','VFJjO':_0x519449(0x14b),'NQUvz':_0x519449(0x15a),'vYBOA':_0x519449(0x120),'HjSmA':function(_0x29e593,_0x5e1285){return _0x29e593(_0x5e1285);},'IQOcp':'pending','wMcmz':'results','rlwBx':function(_0x5ee1b2,_0x59201a){return _0x5ee1b2===_0x59201a;},'ZzFdJ':function(_0x5920aa,_0x2b221e){return _0x5920aa*_0x2b221e;},'LoJMC':function(_0x35ab80,_0x542841,_0x1b029e){return _0x35ab80(_0x542841,_0x1b029e);},'PKifk':function(_0xc710ac,_0x5a4aca){return _0xc710ac>_0x5a4aca;},'dIXGI':function(_0x339772){return _0x339772();},'YVJHX':function(_0x435ef3,_0x16a260){return _0x435ef3===_0x16a260;},'ZUqqv':_0x519449(0xb2),'TTgYb':function(_0x12573b,_0x495b91){return _0x12573b(_0x495b91);},'GWooz':function(_0x555bf0,_0x651543){return _0x555bf0>_0x651543;},'zboLg':_0x519449(0x13a),'orbnn':_0x519449(0xec),'MVTAj':function(_0x270ea8,_0x17a4a9){return _0x270ea8+_0x17a4a9;},'LbMto':_0x519449(0x176),'hZwRe':_0x519449(0xe5),'ykvJZ':function(_0x23a8e0,_0x42fb5e){return _0x23a8e0+_0x42fb5e;},'WNWfd':_0x519449(0x10f),'NQwxj':function(_0x196844,_0x15181d){return _0x196844>_0x15181d;},'RYJcC':function(_0x8dd424,_0x507777){return _0x8dd424>_0x507777;},'yTsjx':function(_0x45062d,_0x27cd1b){return _0x45062d+_0x27cd1b;},'xBIGO':function(_0xc7aa90,_0x4bd998){return _0xc7aa90+_0x4bd998;},'uZOKx':function(_0x376e3d,_0x2f7206){return _0x376e3d+_0x2f7206;},'dnYXr':_0x519449(0x8c),'Jvytm':function(_0x3aed8c,_0x452a57){return _0x3aed8c===_0x452a57;},'ZrmBj':_0x519449(0x175),'iKOLa':_0x519449(0x72),'sLNoi':'Couldn\x27t\x20write\x20json\x20result\x20to','wnZXx':'No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','oEtZh':_0x519449(0x8a),'VGMjv':_0x519449(0xd3),'eslIR':function(_0xfa60d0,_0x19d99a){return _0xfa60d0||_0x19d99a;},'jLvVq':function(_0x1465f8,_0x5bc4a8,_0x262ef8,_0xc8e200){return _0x1465f8(_0x5bc4a8,_0x262ef8,_0xc8e200);},'dOWtV':'testsuite','eQwmv':function(_0x347ddf,_0x5ddc81){return _0x347ddf-_0x5ddc81;},'xumVo':function(_0xdbd496,_0xc9f41f){return _0xdbd496/_0xc9f41f;},'JklXE':function(_0x23f651,_0x3e8fce){return _0x23f651(_0x3e8fce);},'jEHbP':_0x519449(0x132),'euqEw':_0x519449(0xba),'RmVnu':'Couldn\x27t\x20write\x20xunit\x20result\x20to','TzCZX':_0x519449(0x172),'MFGaw':_0x519449(0xf2),'MQjew':'****\x20FAILURES\x20****'};if(_0x5e8eb7['YVJHX'](_0x5767a4,_0x5e8eb7[_0x519449(0xbf)]))return;const _0x257114=0x0,_0x2a348b=()=>{const _0x15512f=_0x519449;return _0x5e8eb7[_0x15512f(0x151)](Array,_0x257114)[_0x15512f(0x100)]('\x20\x20');},{testSuites:_0x1e3ec1,platforms:_0x222a7f,totalTests:_0x557fe9,testsFailed:_0x4ee9ba,testsPassed:_0x409705,testsPending:_0x118a90}=_0x5e8eb7['TTgYb'](getStats,_0x1fe7cf);_0x5e8eb7['GWooz'](_0x4ee9ba,0x0)&&(logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0x174)]),process[_0x519449(0x17f)]=Math['min'](_0x4ee9ba,0xff));logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0xe0)]);const _0x25bd13=''+_0x5e8eb7['MVTAj'](chalk[_0x519449(0x80)](_0x5e8eb7['LbMto']),_0x222a7f[_0x519449(0x7e)]),_0x335c35=''+_0x5e8eb7[_0x519449(0x19b)](chalk[_0x519449(0x80)](_0x5e8eb7['hZwRe']),_0x1e3ec1),_0x265068=''+_0x5e8eb7[_0x519449(0x19b)](_0x5e8eb7['ykvJZ'](_0x5e8eb7[_0x519449(0xdd)](chalk[_0x519449(0x80)](_0x5e8eb7[_0x519449(0x95)]),_0x5e8eb7[_0x519449(0x104)](_0x4ee9ba,0x0)?chalk['bold'][_0x519449(0x121)](_0x4ee9ba+_0x519449(0xda))+',\x20':''),_0x5e8eb7[_0x519449(0xde)](_0x118a90,0x0)?chalk[_0x519449(0x80)][_0x519449(0x196)](_0x118a90+'\x20skipped')+',\x20':''),_0x5e8eb7[_0x519449(0xe8)](_0x409705,0x0)?chalk[_0x519449(0x80)][_0x519449(0x17b)](_0x409705+_0x519449(0x9a))+',\x20':'')+_0x557fe9+_0x519449(0x139);console['log'](_0x5e8eb7[_0x519449(0xdd)](_0x5e8eb7[_0x519449(0x71)](_0x5e8eb7[_0x519449(0x134)](_0x5e8eb7['ykvJZ'](_0x5e8eb7[_0x519449(0x136)](_0x5e8eb7[_0x519449(0x19a)],_0x25bd13),'\x0a'),_0x335c35),'\x0a'),_0x265068));if(_0x5e8eb7['Jvytm'](_0x5767a4,_0x5e8eb7[_0x519449(0xa5)])){const _0x1bf859={},_0x22416b={};_0x22416b[_0x519449(0x77)]=_0x1e3ec1,_0x22416b[_0x519449(0x10e)]=_0x222a7f,_0x22416b['testsFailed']=_0x4ee9ba,_0x22416b['testsPassed']=_0x409705,_0x22416b[_0x519449(0x188)]=_0x118a90,_0x1bf859[_0x519449(0x168)]=_0x22416b,_0x222a7f[_0x519449(0x166)](_0x346d55=>{const _0x5c97fb=_0x519449,_0x118c62={'zarai':function(_0x5cb1d9,_0x27a76b){const _0x5280e5=a40_0x4724;return _0x5e8eb7[_0x5280e5(0x178)](_0x5cb1d9,_0x27a76b);},'IIgkf':_0x5e8eb7[_0x5c97fb(0x199)],'Tufci':_0x5e8eb7[_0x5c97fb(0xfc)],'iSsvb':function(_0x573a1d,_0x385db3){const _0x2ea474=_0x5c97fb;return _0x5e8eb7[_0x2ea474(0x151)](_0x573a1d,_0x385db3);},'kEPyv':function(_0x2628cc,_0x26cb9e){const _0x31fb39=_0x5c97fb;return _0x5e8eb7[_0x31fb39(0x178)](_0x2628cc,_0x26cb9e);},'KdftZ':_0x5e8eb7[_0x5c97fb(0xa2)],'iRqJU':_0x5e8eb7[_0x5c97fb(0x123)],'JdjCM':function(_0x4813e9,_0x247f3a){const _0x988701=_0x5c97fb;return _0x5e8eb7[_0x988701(0x13e)](_0x4813e9,_0x247f3a);},'JBRhw':_0x5e8eb7['IQOcp']};_0x1bf859[_0x346d55]={'pending':[],'failures':[],'passes':[],'tests':_0x1fe7cf[_0x346d55][_0x5e8eb7[_0x5c97fb(0xf8)]][_0x5c97fb(0x10d)](clean)},_0x1fe7cf[_0x346d55][_0x5e8eb7[_0x5c97fb(0xf8)]]['forEach'](_0x551553=>{const _0x1bf9c6=_0x5c97fb;if(_0x118c62[_0x1bf9c6(0x189)](_0x551553[_0x1bf9c6(0x9e)],_0x118c62[_0x1bf9c6(0x110)]))_0x1bf859[_0x346d55][_0x118c62['Tufci']][_0x1bf9c6(0x70)](_0x118c62['iSsvb'](clean,_0x551553));else _0x118c62[_0x1bf9c6(0x163)](_0x551553[_0x1bf9c6(0x9e)],_0x118c62[_0x1bf9c6(0x93)])?_0x1bf859[_0x346d55][_0x118c62['iRqJU']][_0x1bf9c6(0x70)](_0x118c62['JdjCM'](clean,_0x551553)):_0x1bf859[_0x346d55][_0x118c62[_0x1bf9c6(0x197)]][_0x1bf9c6(0x70)](_0x118c62[_0x1bf9c6(0x111)](clean,_0x551553));});});if(_0x3096dc[_0x519449(0x9b)])try{logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0xb9)],_0x3096dc[_0x519449(0x9b)]),fs['writeFileSync'](_0x3096dc[_0x519449(0x9b)],JSON[_0x519449(0x11c)](_0x1bf859,null,0x3));}catch(_0xba3d58){logger[_0x519449(0x112)](_0x5e8eb7[_0x519449(0x117)],_0x3096dc['output']),logger[_0x519449(0xe9)](_0xba3d58);}else logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0x10b)]),console['log'](JSON[_0x519449(0x11c)](_0x1bf859,null,0x3));}else{if(_0x5e8eb7[_0x519449(0xc8)](_0x5767a4,_0x5e8eb7[_0x519449(0xb1)])){let _0xc2b99f;const _0x4d1877=_0x5e8eb7[_0x519449(0xc6)];_0x3096dc&&(_0xc2b99f=_0x3096dc[_0x519449(0x107)]);_0xc2b99f=_0x5e8eb7[_0x519449(0xc2)](_0xc2b99f,_0x4d1877);let _0x2a7997=0x0,_0x183687=0x0,_0x1e5cf5=0x0,_0x5af429=0x0;_0x222a7f[_0x519449(0x166)](_0x2d1ea9=>{const _0x4b6f53=_0x519449,_0xb043a8={'WKUZB':function(_0x183cf0,_0x15b938){return _0x5e8eb7['rlwBx'](_0x183cf0,_0x15b938);},'JRVBw':_0x5e8eb7[_0x4b6f53(0x199)],'KkViP':_0x5e8eb7[_0x4b6f53(0xa2)],'HiZWX':function(_0x16abfd,_0x21962e){return _0x5e8eb7['ZzFdJ'](_0x16abfd,_0x21962e);}};_0x1fe7cf[_0x2d1ea9][_0x5e8eb7[_0x4b6f53(0xf8)]]['forEach'](_0x46030a=>{const _0x111e5d=_0x4b6f53;if(_0xb043a8['WKUZB'](_0x46030a[_0x111e5d(0x9e)],_0xb043a8[_0x111e5d(0x127)]))_0x2a7997++;else _0xb043a8['WKUZB'](_0x46030a[_0x111e5d(0x9e)],_0xb043a8[_0x111e5d(0x18e)])&&_0x183687++;_0x1e5cf5++,_0x5af429+=_0xb043a8[_0x111e5d(0x125)](_0x46030a[_0x111e5d(0x18b)],0x1);});}),_0x5e8eb7[_0x519449(0x190)](xunitWrite,_0x5e8eb7[_0x519449(0xa4)](tag,_0x5e8eb7[_0x519449(0x135)],{'name':_0xc2b99f,'tests':_0x1e5cf5,'failures':0x0,'errors':_0x183687,'skipped':_0x5e8eb7['eQwmv'](_0x5e8eb7['eQwmv'](_0x1e5cf5,_0x183687),_0x2a7997),'timestamp':new Date()[_0x519449(0xa0)](),'time':_0x5e8eb7[_0x519449(0xfd)](_0x5af429,0x3e8)||0x0},![])),_0x222a7f[_0x519449(0x166)](_0x40b120=>{const _0x2eb906=_0x519449;_0x1fe7cf[_0x40b120][_0x5e8eb7[_0x2eb906(0xf8)]][_0x2eb906(0x166)](_0x3656f9=>{const _0x4ea203=_0x2eb906;_0x5e8eb7[_0x4ea203(0x115)](xunitTest,_0x3656f9,_0x40b120);});}),_0x5e8eb7['JklXE'](xunitWrite,_0x5e8eb7[_0x519449(0x11b)]);if(_0x3096dc[_0x519449(0x9b)])try{logger[_0x519449(0xe9)](_0x5e8eb7['euqEw'],_0x3096dc['output']),fs[_0x519449(0x8e)](_0x3096dc[_0x519449(0x9b)],xunitContent);}catch(_0x2cc964){logger[_0x519449(0x112)](_0x5e8eb7[_0x519449(0x7b)],_0x3096dc[_0x519449(0x9b)]),logger[_0x519449(0xe9)](_0x2cc964);}else logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0x6c)]),console[_0x519449(0xc4)](xunitContent);}else{if(_0x5e8eb7[_0x519449(0x178)](_0x4ee9ba,0x0))return;console[_0x519449(0xc4)](),logger[_0x519449(0xe9)](_0x5e8eb7[_0x519449(0x124)]),console['log'](chalk[_0x519449(0x80)][_0x519449(0x14f)](_0x5e8eb7[_0x519449(0x169)])),_0x222a7f[_0x519449(0x166)](_0xe41ff4=>{const _0xddf93a=_0x519449,_0x4fc269={'kuweV':function(_0x3a2496,_0x4ac09e){const _0x495ae6=a40_0x4724;return _0x5e8eb7[_0x495ae6(0x12e)](_0x3a2496,_0x4ac09e);},'UhceR':_0x5e8eb7['NQUvz']},_0x255524=[];_0x1fe7cf[_0xe41ff4][_0x5e8eb7[_0xddf93a(0xf8)]][_0xddf93a(0x166)](_0x52a625=>{const _0x10092b=_0xddf93a;_0x4fc269[_0x10092b(0x109)](_0x52a625['state'],_0x4fc269[_0x10092b(0x83)])&&(_0x52a625[_0x10092b(0x17e)]=()=>_0x52a625[_0x10092b(0xac)],_0x255524['push'](_0x52a625));}),_0x5e8eb7[_0xddf93a(0x16e)](_0x255524[_0xddf93a(0x7e)],0x0)&&(Base[_0xddf93a(0xb3)](),Base['consoleLog'](_0x5e8eb7[_0xddf93a(0x138)](_0x2a348b),chalk[_0xddf93a(0x80)][_0xddf93a(0x14c)](_0xe41ff4)),Base['list'](_0x255524));});}}}async function run(_0x50c637,_0xc1aea9,_0x198c2b){const _0xf60a7a=a40_0x23cccb,_0x3d8bcf={'QZylq':function(_0x1343e6,_0x2a3aeb,_0x5c641d,_0x32d14a){return _0x1343e6(_0x2a3aeb,_0x5c641d,_0x32d14a);},'tsYcg':_0xf60a7a(0xb4),'BoujL':_0xf60a7a(0x85),'CPVBO':_0xf60a7a(0x118),'KJEub':_0xf60a7a(0x92),'tVTCX':'mocha','jLTvd':_0xf60a7a(0x183),'cFBvy':function(_0x3239ed,_0x560c83){return _0x3239ed(_0x560c83);},'MZjWc':_0xf60a7a(0x182),'rRUNq':_0xf60a7a(0x16a),'VAtwG':'localIdentifier','aabuQ':function(_0x494e4f,_0x5d5e20){return _0x494e4f!==_0x5d5e20;},'eMuYp':_0xf60a7a(0x17c),'nDVRY':function(_0x58b543,_0x40757f){return _0x58b543!=_0x40757f;},'WseDx':'cjs','jdinl':_0xf60a7a(0x149),'BzhDP':_0xf60a7a(0xf4),'bRWES':_0xf60a7a(0x13d),'LSEqn':function(_0x10cde6,_0xa1fe91,_0x3ab9d8){return _0x10cde6(_0xa1fe91,_0x3ab9d8);},'CPxMf':_0xf60a7a(0x90),'zIbZq':function(_0x1dd0be,_0x535498){return _0x1dd0be!=_0x535498;},'xRVdc':'includeTagsInTestingScope','MwdOl':'excludeTagsInTestingScope','fKkLK':'includeEncodedExtension','aGHgv':_0xf60a7a(0xe4),'CiJtL':_0xf60a7a(0xf1),'icrbd':function(_0x2eab13,_0x2f06dd,_0x5abd56,_0x579563){return _0x2eab13(_0x2f06dd,_0x5abd56,_0x579563);},'dMGVO':function(_0x1df48f,_0x57fbc8){return _0x1df48f*_0x57fbc8;}};helper[_0xf60a7a(0x11d)](_0x198c2b[_0xf60a7a(0xf7)],_0x50c637),process['env'][_0xf60a7a(0x122)]=process[_0xf60a7a(0x185)]['BROWSERSTACK_FRAMEWORK']||_0x198c2b['framework']||_0x3d8bcf[_0xf60a7a(0x141)],await _0x198c2b[_0xf60a7a(0x15f)](_0x50c637),CLIUtils[_0xf60a7a(0xe2)](constants[_0xf60a7a(0xb6)][_0xf60a7a(0x12f)],_0x3d8bcf[_0xf60a7a(0x160)]),process['env'][_0xf60a7a(0xbb)]=JSON[_0xf60a7a(0x11c)](_0x3d8bcf[_0xf60a7a(0x11f)](require,_0x3d8bcf[_0xf60a7a(0xa6)])[_0xf60a7a(0xfe)](_0x198c2b[_0xf60a7a(0x6d)]));const _0x511b2f=BrowserstackCLI[_0xf60a7a(0x192)]();_0x511b2f[_0xf60a7a(0x18d)](_0x198c2b[_0xf60a7a(0x6d)],_0x198c2b[_0xf60a7a(0xef)],_0x198c2b[_0xf60a7a(0xca)]);_0x511b2f['isCliEnabled']()&&await _0x511b2f[_0xf60a7a(0xd2)]();_0x511b2f['binSessionId']&&(process[_0xf60a7a(0x185)][_0xf60a7a(0x150)]=_0x511b2f['binSessionId']);try{const _0xd38837=helper[_0xf60a7a(0x137)](_0x511b2f[_0xf60a7a(0xc7)](),[_0x3d8bcf[_0xf60a7a(0xad)],_0x3d8bcf[_0xf60a7a(0x130)]]);if(BrowserstackCLI[_0xf60a7a(0x192)]()[_0xf60a7a(0x184)]()&&_0xd38837){_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x16a)]=_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x16a)]||{};const _0x111f02=_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x16a)][_0xf60a7a(0x18c)];_0x3d8bcf['aabuQ'](_0x111f02,_0xd38837)&&(_0x198c2b['config'][_0xf60a7a(0x16a)][_0xf60a7a(0x18c)]=_0xd38837,logger['debug'](_0xf60a7a(0x126)+_0xd38837+'\x20(SDK\x20had\x20'+_0x111f02+')'));}}catch(_0x27c8c0){logger[_0xf60a7a(0xe9)]('Unable\x20to\x20sync\x20the\x20localIdentifier\x20from\x20the\x20binary\x20response:\x20'+(_0x27c8c0&&_0x27c8c0[_0xf60a7a(0xd5)]));}!BrowserstackCLI[_0xf60a7a(0x192)]()[_0xf60a7a(0x184)]()&&await _0x198c2b['setupBrowserstackLocal']();helper['isBrowserstackInfra']()&&await helper[_0xf60a7a(0x128)](_0x198c2b['config']);const _0x31d57c=[];let _0xac477=[];if(!_0x198c2b[_0xf60a7a(0x6d)])return;!helper[_0xf60a7a(0x154)](_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0xc5)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x198c2b['config'][_0xf60a7a(0xc5)]));try{const _0x99c4e6=(global[_0xf60a7a(0x97)]||{})[_0x3d8bcf[_0xf60a7a(0x84)]];if(_0x99c4e6){const _0x24768c=JSON[_0xf60a7a(0xc9)](process[_0xf60a7a(0x185)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']||'{}');_0x24768c[_0xf60a7a(0x187)]=_0x99c4e6,process['env'][_0xf60a7a(0xd6)]=JSON['stringify'](_0x24768c);}}catch(_0x2dfc3f){logger['debug'](_0xf60a7a(0x131)+(_0x2dfc3f&&_0x2dfc3f[_0xf60a7a(0xd5)]));}!BrowserstackCLI[_0xf60a7a(0x192)]()[_0xf60a7a(0x184)]()&&await TestHubHandler[_0xf60a7a(0x133)](FRAMEWORKS['MOCHA'],_0x198c2b);_0x3d8bcf[_0xf60a7a(0x99)](_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x102)],null)&&(process['env'][_0xf60a7a(0x7c)]=_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x102)]);!helper[_0xf60a7a(0x154)](_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0xfa)])&&(process['env'][_0xf60a7a(0x78)]=_0x198c2b[_0xf60a7a(0x6d)]['accessibility']);const {extension:extension=['js',_0x3d8bcf[_0xf60a7a(0x89)],_0x3d8bcf[_0xf60a7a(0x170)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x3d8bcf[_0xf60a7a(0xd9)]]}=_0x50c637,_0x32a40f={..._0x50c637};_0x32a40f[_0xf60a7a(0xed)]=null;const _0x31e536=_0x32a40f;let _0x5cee19,_0x3acb4a;if(testOpsHelper[_0xf60a7a(0x79)]()&&testOpsHelper[_0xf60a7a(0xd7)]()){let _0x31463c=process['env'][_0xf60a7a(0x17a)];!helper[_0xf60a7a(0x154)](_0x198c2b[_0xf60a7a(0xca)])&&_0x198c2b['cliConfig'][_0xf60a7a(0xbc)](_0x3d8bcf[_0xf60a7a(0xcb)])&&(_0x31463c=_0x198c2b['cliConfig'][_0xf60a7a(0x12d)](_0x3d8bcf[_0xf60a7a(0xcb)])),_0x3acb4a=testOpsHelper[_0xf60a7a(0x147)](_0x31463c);}if(helper['isUndefined'](_0x3acb4a)){const _0x32b02c={};_0x32b02c['ignore']=ignore,_0x32b02c[_0xf60a7a(0x158)]=extension,_0x32b02c['file']=file,_0x32b02c['recursive']=recursive,_0x32b02c[_0xf60a7a(0xc0)]=sort,_0x32b02c[_0xf60a7a(0xa3)]=spec,_0x3acb4a=_0x3d8bcf['cFBvy'](collectFiles,_0x32b02c),_0x3d8bcf['LSEqn'](nestedKeyValue,_0x3acb4a,[_0x3d8bcf[_0xf60a7a(0x88)]])&&(_0x3acb4a=_0x3acb4a[_0xf60a7a(0x90)]);}const _0x31c161=helper[_0xf60a7a(0x19c)](_0x198c2b['config']);!helper[_0xf60a7a(0x144)](_0x31c161)&&helper['isNotUndefined'](_0x31c161[_0xf60a7a(0xeb)])&&(_0x31e536[_0xf60a7a(0x15e)]=_0x31c161[_0xf60a7a(0xeb)][_0xf60a7a(0x12a)]);if(!helper[_0xf60a7a(0x177)]()){const _0x36155f=0x1,_0x59902a={..._0x31e536};_0x59902a[_0xf60a7a(0xa3)]=[..._0x3acb4a],_0x31d57c['push']({'mochaOpts':_0x59902a,'configuration':{'platform':os[_0xf60a7a(0x159)]()}});if(_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0xfa)]){const _0x4825ec={};_0x4825ec[_0xf60a7a(0xfa)]=!![];const _0x5d0e80=_0x4825ec;_0x3d8bcf[_0xf60a7a(0x186)](_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0xc5)],null)&&(_0x5d0e80['accessibilityOptions']=_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0xc5)],delete _0x5d0e80[_0xf60a7a(0xc5)][_0x3d8bcf[_0xf60a7a(0xee)]],delete _0x5d0e80[_0xf60a7a(0xc5)][_0x3d8bcf[_0xf60a7a(0x140)]],delete _0x5d0e80[_0xf60a7a(0xc5)][_0x3d8bcf[_0xf60a7a(0x16c)]]);const _0x58446e={};_0x58446e[_0xf60a7a(0x8f)]=_0x5d0e80,_0x31d57c[0x0]['configuration'][_0xf60a7a(0x15c)]=_0x58446e;}logger['info'](_0x3d8bcf[_0xf60a7a(0xaa)]),logger['info'](_0x3d8bcf[_0xf60a7a(0x91)]),_0x5cee19=_0x3d8bcf['icrbd'](parallelTestRun,_0x31d57c,_0x36155f,_0x198c2b)['then'](_0x5b8d7c=>{const _0x4e67f5=_0xf60a7a;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x3d8bcf[_0x4e67f5(0x105)](printStats,_0x5b8d7c,_0x50c637[_0x4e67f5(0xb0)],_0x50c637['reporterOptions']||_0x50c637[_0x3d8bcf[_0x4e67f5(0x9d)]]);})[_0xf60a7a(0xb5)](async()=>{const _0x188f0e=_0xf60a7a,_0x2ef196=_0x3d8bcf[_0x188f0e(0x101)][_0x188f0e(0xc3)]('|');let _0x29b929=0x0;while(!![]){switch(_0x2ef196[_0x29b929++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':PerformanceTester['start'](PerformanceEvents[_0x188f0e(0xe7)]);continue;case'2':try{helper[_0x188f0e(0x75)]();}catch(_0x6e1c9c){logger['debug'](_0x188f0e(0x86)+_0x6e1c9c);}continue;case'3':try{utilities[_0x188f0e(0xf9)](_0x3d8bcf['CPVBO'],{},_0x198c2b['config'],_0x198c2b[_0x188f0e(0xf7)]);}catch(_0x27b179){logger[_0x188f0e(0xe9)](_0x188f0e(0x9c)+_0x27b179['stack']);}continue;case'4':try{await BrowserstackCLI[_0x188f0e(0x192)]()[_0x188f0e(0x116)]();}catch(_0xbfe3be){logger[_0x188f0e(0xe9)]('Exception\x20stopping\x20the\x20CLI\x20after\x20the\x20mocha\x20run:\x20'+(_0xbfe3be&&_0xbfe3be['message']));}continue;}break;}});}else{const _0x49ae7c=helper[_0xf60a7a(0x153)](_0x198c2b['config']);let _0x1ad1d9=helper[_0xf60a7a(0xcc)](_0x198c2b[_0xf60a7a(0x6d)]);_0xac477=helper[_0xf60a7a(0x13c)](_0x198c2b['config'],_0x49ae7c,constants['FRAMEWORKS'][_0xf60a7a(0x12f)]);helper[_0xf60a7a(0x11e)]()[_0xf60a7a(0x98)]&&(_0x1ad1d9=centralScannerConstants[_0xf60a7a(0x103)]);let _0x3b5698;const _0x444361=_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x164)]||helper[_0xf60a7a(0x18f)](_0x50c637,_0xc1aea9,_0x198c2b[_0xf60a7a(0x6d)],constants['FRAMEWORKS'][_0xf60a7a(0x12f)])||0x1;helper['validPlatformsPresent'](_0x198c2b[_0xf60a7a(0x6d)])?_0x3b5698=_0x3d8bcf['dMGVO'](_0x198c2b['config'][_0xf60a7a(0x10e)][_0xf60a7a(0x7e)],_0x444361):_0x3b5698=_0x444361;const _0x171536=_0x3d8bcf[_0xf60a7a(0x11f)](getPercyOptions,_0x198c2b[_0xf60a7a(0x6d)]),_0x1dc837=helper[_0xf60a7a(0xd4)](_0x198c2b[_0xf60a7a(0x6d)],_0x49ae7c,constants['FRAMEWORKS'][_0xf60a7a(0x12f)]);if(_0x3d8bcf['aabuQ'](_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x164)],0x1))_0x3acb4a[_0xf60a7a(0x166)](_0x1e3ad1=>{const _0x6a3384=_0xf60a7a,_0x52354c=[];_0xac477['forEach']((_0x3bd7fd,_0x50ccf3)=>{const _0x2bec65=a40_0x4724,_0x4870fb={};_0x4870fb[_0x2bec65(0xa3)]=[_0x1e3ad1],_0x52354c[_0x2bec65(0x70)]({'mochaOpts':Object['assign']({},_0x31e536,_0x4870fb),'configuration':Object[_0x2bec65(0x15b)]({'server':_0x1ad1d9,'capability':_0x3bd7fd,'proxySettings':_0x198c2b[_0x2bec65(0x6d)][_0x2bec65(0x180)],'platform':helper['getPlatformName'](_0x3bd7fd),'browserStackLogLevel':_0x198c2b['config']['logLevel'],'platformIndex':_0x50ccf3,'browserStackPercyOptions':_0x171536,'platformCaps':Object[_0x2bec65(0x15b)]({'index':_0x50ccf3},_0x198c2b[_0x2bec65(0x6d)][_0x2bec65(0x10e)][_0x50ccf3])},_0x1dc837)});}),_0x31d57c[_0x6a3384(0x70)](..._0x52354c);});else{const _0x2c8b41=[];_0xac477[_0xf60a7a(0x166)]((_0x103895,_0x503bba)=>{const _0x582b90=_0xf60a7a;let _0x25b473=Object[_0x582b90(0x15b)]({},_0x31e536);testOpsHelper['isTestObservabilitySession']()&&testOpsHelper['shouldReRunObservabilityTests']()&&(_0x25b473={..._0x25b473,'spec':[..._0x3acb4a]}),_0x2c8b41[_0x582b90(0x70)]({'mochaOpts':_0x25b473,'configuration':Object['assign']({'server':_0x1ad1d9,'capability':_0x103895,'proxySettings':_0x198c2b[_0x582b90(0x6d)][_0x582b90(0x180)],'platform':helper[_0x582b90(0x16f)](_0x103895),'browserStackLogLevel':_0x198c2b[_0x582b90(0x6d)][_0x582b90(0x143)],'platformIndex':_0x503bba,'browserStackPercyOptions':_0x171536,'platformCaps':Object['assign']({'index':_0x503bba},_0x198c2b[_0x582b90(0x6d)]['platforms'][_0x503bba])},_0x1dc837)});}),_0x31d57c['push'](..._0x2c8b41);}logger['info'](_0xf60a7a(0x142)+_0x198c2b[_0xf60a7a(0x6d)][_0xf60a7a(0x10e)][_0xf60a7a(0x7e)]+_0xf60a7a(0x11a)),logger[_0xf60a7a(0x114)](_0x3d8bcf[_0xf60a7a(0x91)]);let _0xcef8aa;_0x5cee19=_0x3d8bcf[_0xf60a7a(0x105)](parallelTestRun,_0x31d57c,_0x3b5698,_0x198c2b)['then'](_0x3cd609=>{const _0x42c661=_0xf60a7a;PerformanceTester[_0x42c661(0x194)](PerformanceEvents['SDK_CLEANUP']),_0xcef8aa=_0x3cd609,_0x3d8bcf['QZylq'](printStats,_0x3cd609,_0x50c637[_0x42c661(0xb0)],_0x50c637[_0x42c661(0x13b)]||_0x50c637[_0x3d8bcf[_0x42c661(0x9d)]]);})[_0xf60a7a(0xb5)](async()=>{const _0xb6ce60=_0xf60a7a,_0x12881a=_0x3d8bcf['KJEub'][_0xb6ce60(0xc3)]('|');let _0x415f2d=0x0;while(!![]){switch(_0x12881a[_0x415f2d++]){case'0':testOpsHelper[_0xb6ce60(0x73)]();continue;case'1':await utilities[_0xb6ce60(0x113)](_0x198c2b);continue;case'2':PerformanceTester[_0xb6ce60(0x194)](PerformanceEvents[_0xb6ce60(0xe7)]);continue;case'3':_0x198c2b['errorMessage']=helper[_0xb6ce60(0x94)](_0xcef8aa,_0x3d8bcf[_0xb6ce60(0x141)]);continue;case'4':try{await BrowserstackCLI[_0xb6ce60(0x192)]()[_0xb6ce60(0x116)]();}catch(_0x2ed4c4){logger[_0xb6ce60(0xe9)]('Exception\x20stopping\x20the\x20CLI\x20after\x20the\x20mocha\x20run:\x20'+(_0x2ed4c4&&_0x2ed4c4[_0xb6ce60(0xd5)]));}continue;}break;}});}return _0x5cee19;}module[a40_0x23cccb(0x195)]=run;
2
+ 'use strict';function a40_0x1e99(){const _0x2c3f40=['oDpZA','gJtns','izVAy','fDgxl','useW3C','getProductMap','totalTests','title','Setting\x20non\x20exit\x20code\x20for\x20failures','MOCHA','hasOwnProperty','jgfrz','MWQNu','hWuaW','Printing\x20stats\x20of\x20tests','message','fullTitle','state','errorMessage','exitCode','consoleLog','Unable\x20to\x20sync\x20the\x20localIdentifier\x20from\x20the\x20binary\x20response:\x20','qHpCn','90FxBRtI','ntijd','KMQxk','RWRQQ','browserstack.accessibilityOptions.scannerVersion','getCentralUser','jfCdc','vGArh','parallelsPerPlatform','Running\x20your\x20mocha\x20tests\x20across\x20','LoxTR','reporterOptions','Mocha\x20Tests','Tests:\x20\x20\x20\x20\x20\x20\x20','min','debug','getPlatformName','bgBlueBright','isUndefined','GMVob','extension','../utils/clientTroubleshootingService','SlQhZ','2026948liJydi','stack','lqJHF','PwFyH','config','Coaub','suiteName','192ftuanm','jLYzw','shouldReRunObservabilityTests','failures','cUDSp','keys','../../helpers/testhub/testhubHandler','rootHooks','nestedKeyValue','sort','iVsbx','getConfig','28325319kICOZe','getOwnPropertyNames','ZBZwt','mocha','xQOko','bgRedBright','getHubUrl','cjs','cliConfig','knlPJ','\x0a\x0a\x0a','then','ZomRi','files','wWuwu','actual','reporter-option','mocha/lib/reporters/base.js','talGr','EwfEC','expected','Cxhld','30868izdEev','yiyJT','JHpNN','launchBuild','stringify','GLFKA','testObservability','FRAMEWORKS','Couldn\x27t\x20write\x20json\x20result\x20to','SDKTestSuccessful','info','BROWSERSTACK_GRR_US_HUB_URL','handleApp','MiQfA','3340715nFNXhk','../../helpers/helper','30BuAGTM','json','BROWSERSTACK_TEST_OBSERVABILITY_YML','ELYsP','cfdcn','FtfLT','binSessionId','recursive','results','\x20failed','</testsuite>','utqTP','prototype','YOxbN','../v2/browserstackCLI','titlePath','testsPassed','exports','EVENTS','\x20total','xunit','Running\x20your\x20mocha\x20tests','BROWSERSTACK_FRAMEWORK','PzmYl','lEPSe','red','push','wcbHV','getInstance','****\x20FAILURES\x20****','spec','RxMez','isTestObservabilitySession','configPath','../../helpers/logger','OaiUN','duration','green','bold','SUyab','hhFzF','Hkmci','platform','1|4|0|2|3','gIZSg','14050472cFvkiH','indexOf','setUserConfigPath','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','localIdentifier','accessibility','testsFailed','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','browserStackLocalOptions','file','log','testsPending','UUEGk','KYRts','welrh','retryTestsOnFailure','scannerVersion','\x20(SDK\x20had\x20','validPlatformsPresent','testsuite','call','KOKnq','setupBrowserstackLocal','selenium-webdriver','emHtY','../../helpers/utilities','has','passed','Wknwz','BROWSERSTACK_TEST_ACCESSIBILITY_YML','retries','speed','Couldn\x27t\x20write\x20xunit\x20result\x20to','finalExecution','logLevel','pgqss','mjs','Writing\x20json\x20result\x20to\x20file','forEach','Total\x20Suites:\x20','maxRetries','output','60swflNj','431660MjBqdU','parseFileNames','list','titlePathV','toUTCString','../../helpers/testhub/utils','skipped','showDiff','useColors','isNotUndefined','notifyUpdate','SDK_CLEANUP','ouQnG','length','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','XsNbd','GxjpT','printBuildLink','size','framework','error','includeEncodedExtension','parse','dDDdi','test','YXkrC','ErebO','HmKGa','VdUAM','bootstrap','failure','join','QPzfh','central_scanner','NSNRc','NAJvL','stop','Now,\x20showing\x20logs\x20from\x20mocha','getUserWorkerCount','44678AzDBLt','isRunning','Exception\x20stopping\x20the\x20CLI\x20after\x20the\x20mocha\x20run:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','vxAWD','nNVTe','env','accessibilityOptions','failed','../v2/cliUtils','../../helpers/test-observability/utils','rkEXT','object','assign','capability','getMultiDriverWorkerConfig','../../helpers/performance/constants','reporter','testSuites','enwhA','[local-identifier-sync]\x20adopted\x20the\x20binary\x27s\x20localIdentifier\x20','kuQro','ignore','err','isBrowserstackInfra','wTvvS','get','winstonLogger','WRSOC','mzmon','ushPY','YqMCM','bcJex','JynBM','eOAnf','dyBeS','hMrfr','odPNh','passes','\x20skipped','initialize','pending','Cfpnv','setBrowserstackConfig','gEGNk','hideDiff','cJCRm','VCXgu','FHpGb','start','currentRetry','huUhF','suite','OyveC','testcase','proxySettings','fsEkC','mocha/lib/cli/collect-files.js','\x20passed','../test-runner','qFhJt','waKqs','platforms','../../helpers/percy/utils','isCliEnabled','ZXazu','finally','bApSp','NPXgD','yellow','writeFileSync','split','IDCWU','__accessibilityOptions','add','parseTestOrchestrationOptions','chalk','iPAfd','bOrsV','CDfTj','sLPzd','IRXSR'];a40_0x1e99=function(){return _0x2c3f40;};return a40_0x1e99();}function a40_0x4a48(_0x1004a4,_0x362354){const _0x1e99e6=a40_0x1e99();return a40_0x4a48=function(_0x4a4825,_0x18df82){_0x4a4825=_0x4a4825-0x119;let _0x2c3514=_0x1e99e6[_0x4a4825];return _0x2c3514;},a40_0x4a48(_0x1004a4,_0x362354);}const a40_0x3446fb=a40_0x4a48;(function(_0x4e75ed,_0x3afc45){const _0x5021c3=a40_0x4a48,_0x223922=_0x4e75ed();while(!![]){try{const _0x2abaf9=-parseInt(_0x5021c3(0x120))/0x1*(parseInt(_0x5021c3(0x148))/0x2)+parseInt(_0x5021c3(0x1cf))/0x3*(parseInt(_0x5021c3(0x1f1))/0x4)+parseInt(_0x5021c3(0x1ff))/0x5+parseInt(_0x5021c3(0x201))/0x6*(parseInt(_0x5021c3(0x1c8))/0x7)+parseInt(_0x5021c3(0x22e))/0x8+-parseInt(_0x5021c3(0x1b1))/0x9*(-parseInt(_0x5021c3(0x121))/0xa)+-parseInt(_0x5021c3(0x1db))/0xb;if(_0x2abaf9===_0x3afc45)break;else _0x223922['push'](_0x223922['shift']());}catch(_0x581c49){_0x223922['push'](_0x223922['shift']());}}}(a40_0x1e99,0xd7713));const chalk=require(a40_0x3446fb(0x194)),logger=require(a40_0x3446fb(0x223))[a40_0x3446fb(0x163)],helper=require('../../helpers/helper'),utilities=require(a40_0x3446fb(0x247)),testOpsHelper=require(a40_0x3446fb(0x152)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a40_0x3446fb(0x183)),{requireModule,nestedKeyValue}=require(a40_0x3446fb(0x200)),{getPercyOptions}=require(a40_0x3446fb(0x187)),Base=requireModule(a40_0x3446fb(0x1ec),a40_0x3446fb(0x1de)),collectFiles=requireModule(a40_0x3446fb(0x181),a40_0x3446fb(0x1de)),constants=require('../utils/constants'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a40_0x3446fb(0x158))[a40_0x3446fb(0x213)],centralScannerConstants=require('../../helpers/central-scanner/constants'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),TestHubHandler=require(a40_0x3446fb(0x1d5)),BrowserstackCLI=require(a40_0x3446fb(0x20f)),CLIUtils=require(a40_0x3446fb(0x151)),ClientTroubleShootingService=require(a40_0x3446fb(0x1c6));function tag(_0x3b73ac,_0x7acbc8,_0x54d948,_0x2736f8){const _0x55e3be=a40_0x3446fb,_0x7f1400={'lEPSe':function(_0x437e98,_0x346a00){return _0x437e98+_0x346a00;},'YXkrC':function(_0xce5c3d,_0x2a93d7){return _0xce5c3d(_0x2a93d7);},'Qgwcl':function(_0x4b5b9c,_0x58a11f){return _0x4b5b9c+_0x58a11f;},'oDpZA':function(_0x4b9308,_0x43d6c9){return _0x4b9308+_0x43d6c9;}},_0x1ebf0b=_0x54d948?'/>':'>',_0x40721a=[];let _0x4d2a8e;for(const _0x74ba96 in _0x7acbc8){Object[_0x55e3be(0x20d)][_0x55e3be(0x1a4)][_0x55e3be(0x242)](_0x7acbc8,_0x74ba96)&&_0x40721a[_0x55e3be(0x21b)](_0x7f1400[_0x55e3be(0x219)](_0x7f1400[_0x55e3be(0x219)](_0x7f1400[_0x55e3be(0x219)](_0x74ba96,'=\x22'),_0x7f1400[_0x55e3be(0x13a)](escape,_0x7acbc8[_0x74ba96])),'\x22'));}return _0x4d2a8e=_0x7f1400[_0x55e3be(0x219)](_0x7f1400['lEPSe'](_0x7f1400['lEPSe']('<',_0x3b73ac),_0x40721a[_0x55e3be(0x12e)]?_0x7f1400[_0x55e3be(0x219)]('\x20',_0x40721a['join']('\x20')):''),_0x1ebf0b),_0x2736f8&&(_0x4d2a8e+=_0x7f1400['Qgwcl'](_0x7f1400['Qgwcl'](_0x7f1400[_0x55e3be(0x19a)](_0x2736f8,'</'),_0x3b73ac),_0x1ebf0b)),_0x4d2a8e;}let xunitContent='';function xunitWrite(_0x5d1999){xunitContent+=_0x5d1999;}function xunitTest(_0x1d06c1,_0x59c673){const _0x2b6fea=a40_0x3446fb,_0x143669={'wTvvS':function(_0x430814,_0x316b2a){return _0x430814/_0x316b2a;},'KMQxk':function(_0x269cd7,_0x305bfe){return _0x269cd7===_0x305bfe;},'MWQNu':_0x2b6fea(0x150),'QsaUP':function(_0x349e9f,_0x24a359){return _0x349e9f+_0x24a359;},'YOxbN':function(_0xe88fcd,_0x1b0f90){return _0xe88fcd(_0x1b0f90);},'eOAnf':function(_0x5017be,_0x405fd8,_0x3e5f37,_0x5bb6a0,_0x1ec384){return _0x5017be(_0x405fd8,_0x3e5f37,_0x5bb6a0,_0x1ec384);},'OaiUN':_0x2b6fea(0x17e),'LbvXJ':function(_0x37c115,_0x4fbaac,_0x5e1372,_0x4ef724,_0x578c36){return _0x37c115(_0x4fbaac,_0x5e1372,_0x4ef724,_0x578c36);},'yZOqP':_0x2b6fea(0x13f),'cUDSp':function(_0x452b8d,_0x4da8c1){return _0x452b8d+_0x4da8c1;},'ErebO':function(_0x6e5aa7,_0x154c99){return _0x6e5aa7+_0x154c99;},'SlQhZ':function(_0x4f61ff,_0x477ef1){return _0x4f61ff(_0x477ef1);},'gCROO':function(_0x1d2ce1,_0x12a07f){return _0x1d2ce1(_0x12a07f);},'NPXgD':function(_0x4d9970,_0x2406cf,_0x2a652f,_0x523d8a){return _0x4d9970(_0x2406cf,_0x2a652f,_0x523d8a);},'IRXSR':_0x2b6fea(0x127),'talGr':function(_0x1d4945,_0x395d2f){return _0x1d4945(_0x395d2f);},'cJCRm':function(_0x190b68,_0x3392f0,_0x10900a,_0x166521){return _0x190b68(_0x3392f0,_0x10900a,_0x166521);}};Base[_0x2b6fea(0x129)]=![];var _0x53b9cd={'classname':_0x1d06c1[_0x2b6fea(0x1aa)],'name':_0x1d06c1[_0x2b6fea(0x1a1)],'time':_0x143669[_0x2b6fea(0x161)](_0x1d06c1['duration'],0x3e8)||0x0,'platform':_0x59c673};if(_0x143669[_0x2b6fea(0x1b3)](_0x1d06c1[_0x2b6fea(0x1ab)],_0x143669[_0x2b6fea(0x1a6)])){var _0x368706=_0x1d06c1[_0x2b6fea(0x15f)],_0x2bf0f6=!Base[_0x2b6fea(0x175)]&&Base[_0x2b6fea(0x128)](_0x368706)?_0x143669['QsaUP']('\x0a',Base['generateDiff'](_0x368706[_0x2b6fea(0x1ea)],_0x368706[_0x2b6fea(0x1ef)])):'';_0x143669[_0x2b6fea(0x20e)](xunitWrite,_0x143669[_0x2b6fea(0x16a)](tag,_0x143669[_0x2b6fea(0x224)],_0x53b9cd,![],_0x143669['LbvXJ'](tag,_0x143669['yZOqP'],{},![],_0x143669['QsaUP'](_0x143669[_0x2b6fea(0x1d3)](_0x143669[_0x2b6fea(0x13b)](_0x143669[_0x2b6fea(0x1c7)](escape,_0x368706[_0x2b6fea(0x1a9)]),_0x143669['YOxbN'](escape,_0x2bf0f6)),'\x0a'),_0x143669['gCROO'](escape,_0x368706[_0x2b6fea(0x1c9)])))));}else _0x1d06c1['isPending']?_0x143669[_0x2b6fea(0x20e)](xunitWrite,_0x143669['eOAnf'](tag,_0x143669['OaiUN'],_0x53b9cd,![],_0x143669[_0x2b6fea(0x18c)](tag,_0x143669[_0x2b6fea(0x199)],{},!![]))):_0x143669[_0x2b6fea(0x1ed)](xunitWrite,_0x143669[_0x2b6fea(0x176)](tag,_0x143669['OaiUN'],_0x53b9cd,!![]));};function getStats(_0x35689a){const _0x4c656f=a40_0x3446fb,_0x18c3ff={};_0x18c3ff[_0x4c656f(0x119)]=_0x4c656f(0x17c),_0x18c3ff[_0x4c656f(0x16c)]=_0x4c656f(0x249),_0x18c3ff[_0x4c656f(0x205)]=_0x4c656f(0x150),_0x18c3ff['JHpNN']=_0x4c656f(0x209);const _0x40097f=_0x18c3ff,_0x1c3832=Object[_0x4c656f(0x1d4)](_0x35689a);let _0x1b408a=0x0,_0x3855d4=0x0,_0x413e74=0x0,_0x578a6e=0x0;const _0x16f929=new Set();_0x1c3832[_0x4c656f(0x11c)](_0x1aa662=>{const _0x503ccd=_0x4c656f,_0x5567f8={};_0x5567f8[_0x503ccd(0x204)]=_0x40097f[_0x503ccd(0x119)],_0x5567f8['UoBiw']=_0x40097f['hMrfr'],_0x5567f8[_0x503ccd(0x1d9)]=_0x40097f[_0x503ccd(0x205)];const _0x337e47=_0x5567f8;_0x35689a[_0x1aa662][_0x40097f[_0x503ccd(0x1f3)]][_0x503ccd(0x11c)](_0x130d51=>{const _0x48ea8d=_0x503ccd;_0x16f929[_0x48ea8d(0x192)](_0x130d51[_0x337e47[_0x48ea8d(0x204)]]),_0x1b408a++;switch(_0x130d51[_0x48ea8d(0x1ab)]){case _0x337e47['UoBiw']:_0x413e74++;break;case _0x337e47[_0x48ea8d(0x1d9)]:_0x3855d4++;break;default:_0x578a6e++;}});});const _0x420cca={};return _0x420cca[_0x4c656f(0x15a)]=_0x16f929[_0x4c656f(0x133)],_0x420cca['platforms']=_0x1c3832,_0x420cca[_0x4c656f(0x1a0)]=_0x1b408a,_0x420cca[_0x4c656f(0x234)]=_0x3855d4,_0x420cca['testsPassed']=_0x413e74,_0x420cca[_0x4c656f(0x239)]=_0x578a6e,_0x420cca;}function errorJSON(_0x8ae232){const _0x21bfe0=a40_0x3446fb;var _0x50c1d1={};return Object[_0x21bfe0(0x1dc)](_0x8ae232)[_0x21bfe0(0x11c)](function(_0x4d779c){_0x50c1d1[_0x4d779c]=_0x8ae232[_0x4d779c];},_0x8ae232),_0x50c1d1;}function cleanCycles(_0x184ea8){const _0x14216b=a40_0x3446fb,_0x45978c={};_0x45978c[_0x14216b(0x141)]=function(_0x1ad9bd,_0x5dff31){return _0x1ad9bd===_0x5dff31;},_0x45978c['fDgxl']=_0x14216b(0x154),_0x45978c['OyveC']=function(_0x2c4ece,_0x1f7066){return _0x2c4ece!==_0x1f7066;},_0x45978c['XNnqG']=function(_0x56a01b,_0x32d70a){return _0x56a01b+_0x32d70a;};const _0x4d5a13=_0x45978c;var _0x4a0669=[];return JSON[_0x14216b(0x137)](JSON[_0x14216b(0x1f5)](_0x184ea8,function(_0x3af272,_0x468909){const _0x48e017=_0x14216b;if(_0x4d5a13[_0x48e017(0x141)](typeof _0x468909,_0x4d5a13[_0x48e017(0x19d)])&&_0x4d5a13[_0x48e017(0x17d)](_0x468909,null)){if(_0x4d5a13['OyveC'](_0x4a0669[_0x48e017(0x22f)](_0x468909),-0x1))return _0x4d5a13['XNnqG']('',_0x468909);_0x4a0669[_0x48e017(0x21b)](_0x468909);}return _0x468909;}));}function clean(_0x3748c2){const _0x70229f=a40_0x3446fb,_0x46dde0={'NSNRc':function(_0x58c712,_0x11c86e){return _0x58c712 instanceof _0x11c86e;},'sLPzd':function(_0x341dfa,_0x4c9740){return _0x341dfa(_0x4c9740);},'VCXgu':function(_0x483841,_0x5f30f0){return _0x483841(_0x5f30f0);}};var _0x510863=_0x3748c2[_0x70229f(0x15f)]||{};return _0x46dde0[_0x70229f(0x143)](_0x510863,Error)&&(_0x510863=_0x46dde0[_0x70229f(0x198)](errorJSON,_0x510863)),{'title':_0x3748c2[_0x70229f(0x1a1)],'fullTitle':_0x3748c2[_0x70229f(0x1aa)],'file':_0x3748c2[_0x70229f(0x237)],'duration':_0x3748c2[_0x70229f(0x225)],'currentRetry':_0x3748c2[_0x70229f(0x17a)],'speed':_0x3748c2[_0x70229f(0x24d)],'err':_0x46dde0[_0x70229f(0x177)](cleanCycles,_0x510863)};}function printStats(_0x24fa9d,_0x49933d=a40_0x3446fb(0x21f),_0x139744={}){const _0x5c9465=a40_0x3446fb,_0x4b4795={'QVozU':function(_0x555817,_0x5646a5){return _0x555817(_0x5646a5);},'SUyab':function(_0x3d168c,_0x2db116){return _0x3d168c===_0x2db116;},'odPNh':_0x5c9465(0x249),'Hkmci':_0x5c9465(0x16e),'ZBZwt':function(_0x5d6f68,_0x1b2b2d){return _0x5d6f68(_0x1b2b2d);},'PwFyH':_0x5c9465(0x150),'Cxhld':_0x5c9465(0x1d2),'iPAfd':_0x5c9465(0x171),'qFhJt':function(_0x1bf15c,_0x5569fc){return _0x1bf15c(_0x5569fc);},'NAJvL':_0x5c9465(0x209),'jgfrz':function(_0x3deac2,_0x2150b2){return _0x3deac2===_0x2150b2;},'mzmon':function(_0x396fa2,_0x4bb986){return _0x396fa2===_0x4bb986;},'gIZSg':function(_0x1f5efb,_0xd43e89){return _0x1f5efb*_0xd43e89;},'vlDle':function(_0x48689a,_0x4882d9,_0x5250c5){return _0x48689a(_0x4882d9,_0x5250c5);},'JynBM':function(_0x5e2b64,_0x4a76f9){return _0x5e2b64===_0x4a76f9;},'jfCdc':function(_0x7f261c,_0x4881ae){return _0x7f261c>_0x4881ae;},'huUhF':function(_0x4b808c){return _0x4b808c();},'kuQro':function(_0x364cc2,_0x47d3c1){return _0x364cc2===_0x47d3c1;},'hhFzF':'doc','GMVob':function(_0x3d0173,_0x2159e4){return _0x3d0173>_0x2159e4;},'oYsHq':_0x5c9465(0x1a2),'UUEGk':_0x5c9465(0x1a8),'wcbHV':function(_0x2d327b,_0x397a8d){return _0x2d327b+_0x397a8d;},'vxAWD':'Total\x20Platforms:\x20','ushPY':function(_0x5835e5,_0x302bce){return _0x5835e5+_0x302bce;},'FHpGb':_0x5c9465(0x11d),'GxjpT':function(_0x138007,_0xdddf82){return _0x138007+_0xdddf82;},'xQOko':function(_0x5ca9dc,_0x225d8c){return _0x5ca9dc+_0x225d8c;},'nNVTe':_0x5c9465(0x1be),'SPbtg':function(_0x4235da,_0x2c61b4){return _0x4235da>_0x2c61b4;},'utqTP':function(_0x3635bc,_0x1bc282){return _0x3635bc>_0x1bc282;},'zzULl':function(_0xed151b,_0x414fbd){return _0xed151b+_0x414fbd;},'emHtY':function(_0x4c856d,_0xc185ee){return _0x4c856d+_0xc185ee;},'Pomgo':function(_0x28d515,_0x12d458){return _0x28d515+_0x12d458;},'knlPJ':_0x5c9465(0x1e5),'CDfTj':function(_0x427f09,_0x1373b9){return _0x427f09===_0x1373b9;},'KOKnq':_0x5c9465(0x202),'HmKGa':_0x5c9465(0x11b),'qHpCn':_0x5c9465(0x1f9),'VdUAM':_0x5c9465(0x235),'bOrsV':_0x5c9465(0x215),'iXbKo':_0x5c9465(0x1bd),'svtzO':function(_0x4ef45a,_0x5a8b57){return _0x4ef45a||_0x5a8b57;},'DqoUF':function(_0x3a37e8,_0x50028a){return _0x3a37e8(_0x50028a);},'Coaub':function(_0x47c2ca,_0x4958cc,_0x5cac4b,_0x35e265){return _0x47c2ca(_0x4958cc,_0x5cac4b,_0x35e265);},'XsNbd':_0x5c9465(0x241),'hWuaW':function(_0x46859a,_0x7d3367){return _0x46859a-_0x7d3367;},'ybvsK':function(_0x54d3ea,_0x57d45b){return _0x54d3ea/_0x57d45b;},'dyBeS':function(_0x3ebe07,_0x14297d){return _0x3ebe07(_0x14297d);},'YqMCM':_0x5c9465(0x20b),'VFcIj':'Writing\x20xunit\x20result\x20to\x20file','lqJHF':_0x5c9465(0x24e),'ntijd':_0x5c9465(0x12f),'wJzJm':'Listing\x20all\x20the\x20failures','yiyJT':_0x5c9465(0x21e)};if(_0x4b4795[_0x5c9465(0x15d)](_0x49933d,_0x4b4795[_0x5c9465(0x229)]))return;const _0x3010de=0x0,_0x390414=()=>{const _0x4c828b=_0x5c9465;return _0x4b4795['QVozU'](Array,_0x3010de)[_0x4c828b(0x140)]('\x20\x20');},{testSuites:_0x239601,platforms:_0x454dc2,totalTests:_0x334b41,testsFailed:_0x15d705,testsPassed:_0x1c1361,testsPending:_0x47fe60}=_0x4b4795['qFhJt'](getStats,_0x24fa9d);_0x4b4795[_0x5c9465(0x1c4)](_0x15d705,0x0)&&(logger[_0x5c9465(0x1c0)](_0x4b4795['oYsHq']),process[_0x5c9465(0x1ad)]=Math[_0x5c9465(0x1bf)](_0x15d705,0xff));logger[_0x5c9465(0x1c0)](_0x4b4795[_0x5c9465(0x23a)]);const _0x13a864=''+_0x4b4795[_0x5c9465(0x21c)](chalk[_0x5c9465(0x227)](_0x4b4795[_0x5c9465(0x14c)]),_0x454dc2[_0x5c9465(0x12e)]),_0x15d6a6=''+_0x4b4795[_0x5c9465(0x166)](chalk[_0x5c9465(0x227)](_0x4b4795[_0x5c9465(0x178)]),_0x239601),_0x28cfc7=''+_0x4b4795[_0x5c9465(0x131)](_0x4b4795['GxjpT'](_0x4b4795['xQOko'](chalk['bold'](_0x4b4795[_0x5c9465(0x14d)]),_0x4b4795[_0x5c9465(0x1b7)](_0x15d705,0x0)?chalk[_0x5c9465(0x227)][_0x5c9465(0x21a)](_0x15d705+_0x5c9465(0x20a))+',\x20':''),_0x4b4795['SPbtg'](_0x47fe60,0x0)?chalk[_0x5c9465(0x227)][_0x5c9465(0x18d)](_0x47fe60+_0x5c9465(0x16f))+',\x20':''),_0x4b4795[_0x5c9465(0x20c)](_0x1c1361,0x0)?chalk['bold'][_0x5c9465(0x226)](_0x1c1361+_0x5c9465(0x182))+',\x20':'')+_0x334b41+_0x5c9465(0x214);console[_0x5c9465(0x238)](_0x4b4795[_0x5c9465(0x166)](_0x4b4795[_0x5c9465(0x1df)](_0x4b4795['zzULl'](_0x4b4795[_0x5c9465(0x246)](_0x4b4795['Pomgo'](_0x4b4795[_0x5c9465(0x1e4)],_0x13a864),'\x0a'),_0x15d6a6),'\x0a'),_0x28cfc7));if(_0x4b4795[_0x5c9465(0x197)](_0x49933d,_0x4b4795[_0x5c9465(0x243)])){const _0x3c8587={},_0x6a6d1c={};_0x6a6d1c[_0x5c9465(0x15a)]=_0x239601,_0x6a6d1c[_0x5c9465(0x186)]=_0x454dc2,_0x6a6d1c[_0x5c9465(0x234)]=_0x15d705,_0x6a6d1c[_0x5c9465(0x211)]=_0x1c1361,_0x6a6d1c[_0x5c9465(0x239)]=_0x47fe60,_0x3c8587['stats']=_0x6a6d1c,_0x454dc2[_0x5c9465(0x11c)](_0x137508=>{const _0x29c958=_0x5c9465,_0x4918bd={'bApSp':function(_0x570932,_0xb22968){return _0x4b4795['SUyab'](_0x570932,_0xb22968);},'nNcgF':_0x4b4795[_0x29c958(0x16d)],'uJzsf':_0x4b4795[_0x29c958(0x22a)],'KYRts':function(_0x4d00d7,_0x46066b){const _0x6b48dd=_0x29c958;return _0x4b4795[_0x6b48dd(0x1dd)](_0x4d00d7,_0x46066b);},'ZomRi':_0x4b4795[_0x29c958(0x1cb)],'jEUjh':_0x4b4795[_0x29c958(0x1f0)],'GLFKA':_0x4b4795[_0x29c958(0x195)],'aPQvS':function(_0x2f7f19,_0xa2af94){const _0x3c1e08=_0x29c958;return _0x4b4795[_0x3c1e08(0x184)](_0x2f7f19,_0xa2af94);}};_0x3c8587[_0x137508]={'pending':[],'failures':[],'passes':[],'tests':_0x24fa9d[_0x137508][_0x4b4795[_0x29c958(0x144)]]['map'](clean)},_0x24fa9d[_0x137508][_0x4b4795[_0x29c958(0x144)]]['forEach'](_0x1996bd=>{const _0x393865=_0x29c958;if(_0x4918bd[_0x393865(0x18b)](_0x1996bd['state'],_0x4918bd['nNcgF']))_0x3c8587[_0x137508][_0x4918bd['uJzsf']][_0x393865(0x21b)](_0x4918bd[_0x393865(0x23b)](clean,_0x1996bd));else _0x4918bd[_0x393865(0x18b)](_0x1996bd['state'],_0x4918bd[_0x393865(0x1e7)])?_0x3c8587[_0x137508][_0x4918bd['jEUjh']][_0x393865(0x21b)](_0x4918bd['KYRts'](clean,_0x1996bd)):_0x3c8587[_0x137508][_0x4918bd[_0x393865(0x1f6)]][_0x393865(0x21b)](_0x4918bd['aPQvS'](clean,_0x1996bd));});});if(_0x139744[_0x5c9465(0x11f)])try{logger['debug'](_0x4b4795[_0x5c9465(0x13c)],_0x139744[_0x5c9465(0x11f)]),fs['writeFileSync'](_0x139744['output'],JSON[_0x5c9465(0x1f5)](_0x3c8587,null,0x3));}catch(_0x348473){logger[_0x5c9465(0x135)](_0x4b4795[_0x5c9465(0x1b0)],_0x139744[_0x5c9465(0x11f)]),logger[_0x5c9465(0x1c0)](_0x348473);}else logger['debug'](_0x4b4795[_0x5c9465(0x13d)]),console[_0x5c9465(0x238)](JSON[_0x5c9465(0x1f5)](_0x3c8587,null,0x3));}else{if(_0x4b4795[_0x5c9465(0x1a5)](_0x49933d,_0x4b4795[_0x5c9465(0x196)])){let _0xf87972;const _0xd2216e=_0x4b4795['iXbKo'];_0x139744&&(_0xf87972=_0x139744[_0x5c9465(0x1ce)]);_0xf87972=_0x4b4795['svtzO'](_0xf87972,_0xd2216e);let _0x1933a2=0x0,_0x32dcf8=0x0,_0x3ed876=0x0,_0x46cb80=0x0;_0x454dc2[_0x5c9465(0x11c)](_0x1e87cc=>{const _0x9e987c=_0x5c9465,_0xdb78ad={'ZXazu':function(_0x5f379a,_0x183849){const _0x1429b6=a40_0x4a48;return _0x4b4795[_0x1429b6(0x1a5)](_0x5f379a,_0x183849);},'IDCWU':_0x4b4795['odPNh'],'bcJex':function(_0x434d42,_0x3eae44){const _0x503468=a40_0x4a48;return _0x4b4795[_0x503468(0x165)](_0x434d42,_0x3eae44);},'RxMez':_0x4b4795['PwFyH'],'MiQfA':function(_0x496988,_0x290448){const _0x52c6ec=a40_0x4a48;return _0x4b4795[_0x52c6ec(0x22d)](_0x496988,_0x290448);}};_0x24fa9d[_0x1e87cc][_0x4b4795[_0x9e987c(0x144)]]['forEach'](_0x1a79c1=>{const _0x55a4aa=_0x9e987c;if(_0xdb78ad[_0x55a4aa(0x189)](_0x1a79c1[_0x55a4aa(0x1ab)],_0xdb78ad[_0x55a4aa(0x190)]))_0x1933a2++;else _0xdb78ad[_0x55a4aa(0x168)](_0x1a79c1[_0x55a4aa(0x1ab)],_0xdb78ad[_0x55a4aa(0x220)])&&_0x32dcf8++;_0x3ed876++,_0x46cb80+=_0xdb78ad[_0x55a4aa(0x1fe)](_0x1a79c1['duration'],0x1);});}),_0x4b4795['DqoUF'](xunitWrite,_0x4b4795[_0x5c9465(0x1cd)](tag,_0x4b4795[_0x5c9465(0x130)],{'name':_0xf87972,'tests':_0x3ed876,'failures':0x0,'errors':_0x32dcf8,'skipped':_0x4b4795[_0x5c9465(0x1a7)](_0x4b4795['hWuaW'](_0x3ed876,_0x32dcf8),_0x1933a2),'timestamp':new Date()[_0x5c9465(0x125)](),'time':_0x4b4795['ybvsK'](_0x46cb80,0x3e8)||0x0},![])),_0x454dc2['forEach'](_0x179bd5=>{const _0x40b0a0=_0x5c9465,_0x467186={'RWRQQ':function(_0x13cd9b,_0x38bc7a,_0x2e91cf){return _0x4b4795['vlDle'](_0x13cd9b,_0x38bc7a,_0x2e91cf);}};_0x24fa9d[_0x179bd5][_0x4b4795['NAJvL']][_0x40b0a0(0x11c)](_0x36ec7a=>{const _0x2383fb=_0x40b0a0;_0x467186[_0x2383fb(0x1b4)](xunitTest,_0x36ec7a,_0x179bd5);});}),_0x4b4795[_0x5c9465(0x16b)](xunitWrite,_0x4b4795[_0x5c9465(0x167)]);if(_0x139744[_0x5c9465(0x11f)])try{logger[_0x5c9465(0x1c0)](_0x4b4795['VFcIj'],_0x139744[_0x5c9465(0x11f)]),fs[_0x5c9465(0x18e)](_0x139744[_0x5c9465(0x11f)],xunitContent);}catch(_0x2e9f10){logger[_0x5c9465(0x135)](_0x4b4795[_0x5c9465(0x1ca)],_0x139744[_0x5c9465(0x11f)]),logger['debug'](_0x2e9f10);}else logger[_0x5c9465(0x1c0)](_0x4b4795[_0x5c9465(0x1b2)]),console[_0x5c9465(0x238)](xunitContent);}else{if(_0x4b4795[_0x5c9465(0x228)](_0x15d705,0x0))return;console[_0x5c9465(0x238)](),logger[_0x5c9465(0x1c0)](_0x4b4795['wJzJm']),console[_0x5c9465(0x238)](chalk[_0x5c9465(0x227)][_0x5c9465(0x1e0)](_0x4b4795[_0x5c9465(0x1f2)])),_0x454dc2[_0x5c9465(0x11c)](_0x35250e=>{const _0x5073ff=_0x5c9465,_0x5e7d54={'tLLmq':function(_0x1a9302,_0x3ffd27){const _0x3d9721=a40_0x4a48;return _0x4b4795[_0x3d9721(0x169)](_0x1a9302,_0x3ffd27);},'UXfaj':_0x4b4795[_0x5073ff(0x1cb)]},_0x575947=[];_0x24fa9d[_0x35250e][_0x4b4795[_0x5073ff(0x144)]]['forEach'](_0x1e37b3=>{const _0x2c7054=_0x5073ff;_0x5e7d54['tLLmq'](_0x1e37b3[_0x2c7054(0x1ab)],_0x5e7d54['UXfaj'])&&(_0x1e37b3[_0x2c7054(0x210)]=()=>_0x1e37b3[_0x2c7054(0x124)],_0x575947[_0x2c7054(0x21b)](_0x1e37b3));}),_0x4b4795[_0x5073ff(0x1b7)](_0x575947[_0x5073ff(0x12e)],0x0)&&(Base['consoleLog'](),Base[_0x5073ff(0x1ae)](_0x4b4795[_0x5073ff(0x17b)](_0x390414),chalk[_0x5073ff(0x227)][_0x5073ff(0x1c2)](_0x35250e)),Base[_0x5073ff(0x123)](_0x575947));});}}}async function run(_0x5d3554,_0x45b999,_0x43b44d){const _0x1e9062=a40_0x3446fb,_0x5f3688={'gEGNk':function(_0x4837c9,_0x18fedd,_0x20f7f7,_0x4e8956){return _0x4837c9(_0x18fedd,_0x20f7f7,_0x4e8956);},'enwhA':_0x1e9062(0x1eb),'Cfpnv':_0x1e9062(0x22c),'brYCY':_0x1e9062(0x1fa),'izVAy':'0|3|4|2|1','rkEXT':'mocha','jLYzw':_0x1e9062(0x245),'FtfLT':function(_0xa18fd0,_0x2630f1){return _0xa18fd0(_0x2630f1);},'waKqs':_0x1e9062(0x126),'dDDdi':_0x1e9062(0x236),'LoxTR':_0x1e9062(0x232),'vGArh':function(_0x1b7043,_0x31ce75){return _0x1b7043!==_0x31ce75;},'bjQSA':_0x1e9062(0x1b5),'yhqEJ':function(_0x430189,_0x27a7ef){return _0x430189!=_0x27a7ef;},'CSNBw':_0x1e9062(0x1e2),'WRSOC':_0x1e9062(0x11a),'gJtns':_0x1e9062(0x139),'qEibL':'rerunTests','EwfEC':function(_0x49feb1,_0x32fc98){return _0x49feb1(_0x32fc98);},'zMTFY':function(_0x5a9219,_0x4969c1,_0x4a45bd){return _0x5a9219(_0x4969c1,_0x4a45bd);},'fsEkC':_0x1e9062(0x1e8),'ouQnG':function(_0x477d59,_0x4be5e9){return _0x477d59!=_0x4be5e9;},'uLmpx':'includeTagsInTestingScope','Wknwz':'excludeTagsInTestingScope','PzmYl':_0x1e9062(0x136),'pILxi':_0x1e9062(0x216),'welrh':_0x1e9062(0x146),'ikCBo':function(_0x193424,_0x30d187){return _0x193424*_0x30d187;},'wWuwu':function(_0x407cea,_0x3f51eb,_0x5af9c3,_0xa640eb){return _0x407cea(_0x3f51eb,_0x5af9c3,_0xa640eb);}};helper[_0x1e9062(0x230)](_0x43b44d[_0x1e9062(0x134)],_0x5d3554),process[_0x1e9062(0x14e)][_0x1e9062(0x217)]=process['env']['BROWSERSTACK_FRAMEWORK']||_0x43b44d[_0x1e9062(0x134)]||_0x5f3688[_0x1e9062(0x153)],await _0x43b44d[_0x1e9062(0x170)](_0x5d3554),CLIUtils['setFrameworkDetail'](constants[_0x1e9062(0x1f8)][_0x1e9062(0x1a3)],_0x5f3688[_0x1e9062(0x1d0)]),process[_0x1e9062(0x14e)]['BROWSERSTACK_PRODUCT_MAP']=JSON['stringify'](_0x5f3688[_0x1e9062(0x206)](require,_0x5f3688[_0x1e9062(0x185)])[_0x1e9062(0x19f)](_0x43b44d[_0x1e9062(0x1cc)]));const _0x206e04=BrowserstackCLI['getInstance']();_0x206e04[_0x1e9062(0x173)](_0x43b44d[_0x1e9062(0x1cc)],_0x43b44d[_0x1e9062(0x222)],_0x43b44d[_0x1e9062(0x1e3)]);_0x206e04[_0x1e9062(0x188)]()&&await _0x206e04[_0x1e9062(0x13e)]();_0x206e04[_0x1e9062(0x207)]&&(process[_0x1e9062(0x14e)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=_0x206e04['binSessionId']);try{const _0x31d458=helper[_0x1e9062(0x1d7)](_0x206e04[_0x1e9062(0x1da)](),[_0x5f3688[_0x1e9062(0x138)],_0x5f3688[_0x1e9062(0x1bb)]]);if(BrowserstackCLI[_0x1e9062(0x21d)]()[_0x1e9062(0x149)]()&&_0x31d458){_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x236)]=_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x236)]||{};const _0x4470c0=_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x236)]['localIdentifier'];_0x5f3688[_0x1e9062(0x1b8)](_0x4470c0,_0x31d458)&&(_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x236)][_0x1e9062(0x232)]=_0x31d458,logger[_0x1e9062(0x1c0)](_0x1e9062(0x15c)+_0x31d458+_0x1e9062(0x23f)+_0x4470c0+')'));}}catch(_0x1a6cda){logger[_0x1e9062(0x1c0)](_0x1e9062(0x1af)+(_0x1a6cda&&_0x1a6cda['message']));}!BrowserstackCLI['getInstance']()[_0x1e9062(0x149)]()&&await _0x43b44d[_0x1e9062(0x244)]();helper[_0x1e9062(0x160)]()&&await helper[_0x1e9062(0x1fd)](_0x43b44d['config']);const _0x266221=[];let _0x5a6a66=[];if(!_0x43b44d[_0x1e9062(0x1cc)])return;!helper[_0x1e9062(0x1c3)](_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x14f)])&&(process[_0x1e9062(0x14e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1e9062(0x1f5)](_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x14f)]));try{const _0x228616=(global[_0x1e9062(0x191)]||{})[_0x5f3688['bjQSA']];if(_0x228616){const _0x3c463c=JSON[_0x1e9062(0x137)](process[_0x1e9062(0x14e)][_0x1e9062(0x14b)]||'{}');_0x3c463c[_0x1e9062(0x23e)]=_0x228616,process[_0x1e9062(0x14e)][_0x1e9062(0x14b)]=JSON[_0x1e9062(0x1f5)](_0x3c463c);}}catch(_0x1dabe7){logger['debug']('Unable\x20to\x20enrich\x20accessibility\x20config\x20from\x20the\x20binary\x20response:\x20'+(_0x1dabe7&&_0x1dabe7['message']));}!BrowserstackCLI[_0x1e9062(0x21d)]()[_0x1e9062(0x149)]()&&await TestHubHandler[_0x1e9062(0x1f4)](FRAMEWORKS[_0x1e9062(0x1a3)],_0x43b44d);_0x5f3688['yhqEJ'](_0x43b44d[_0x1e9062(0x1cc)]['testObservability'],null)&&(process[_0x1e9062(0x14e)][_0x1e9062(0x203)]=_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x1f7)]);!helper[_0x1e9062(0x1c3)](_0x43b44d[_0x1e9062(0x1cc)]['accessibility'])&&(process[_0x1e9062(0x14e)][_0x1e9062(0x24b)]=_0x43b44d['config'][_0x1e9062(0x233)]);const {extension:extension=['js',_0x5f3688['CSNBw'],_0x5f3688[_0x1e9062(0x164)]],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x5f3688[_0x1e9062(0x19b)]]}=_0x5d3554,_0x2e8097={..._0x5d3554};_0x2e8097[_0x1e9062(0x1d6)]=null;const _0x502e2b=_0x2e8097;let _0x2a4201,_0x104244;if(testOpsHelper[_0x1e9062(0x221)]()&&testOpsHelper[_0x1e9062(0x1d1)]()){let _0x16748a=process[_0x1e9062(0x14e)]['BROWSERSTACK_RERUN_TESTS'];!helper[_0x1e9062(0x1c3)](_0x43b44d[_0x1e9062(0x1e3)])&&_0x43b44d[_0x1e9062(0x1e3)][_0x1e9062(0x248)](_0x5f3688['qEibL'])&&(_0x16748a=_0x43b44d[_0x1e9062(0x1e3)][_0x1e9062(0x162)](_0x5f3688['qEibL'])),_0x104244=testOpsHelper[_0x1e9062(0x122)](_0x16748a);}if(helper[_0x1e9062(0x1c3)](_0x104244)){const _0x570244={};_0x570244[_0x1e9062(0x15e)]=ignore,_0x570244[_0x1e9062(0x1c5)]=extension,_0x570244[_0x1e9062(0x237)]=file,_0x570244[_0x1e9062(0x208)]=recursive,_0x570244[_0x1e9062(0x1d8)]=sort,_0x570244[_0x1e9062(0x21f)]=spec,_0x104244=_0x5f3688[_0x1e9062(0x1ee)](collectFiles,_0x570244),_0x5f3688['zMTFY'](nestedKeyValue,_0x104244,[_0x5f3688[_0x1e9062(0x180)]])&&(_0x104244=_0x104244[_0x1e9062(0x1e8)]);}const _0x3b0151=helper[_0x1e9062(0x193)](_0x43b44d['config']);!helper['isEmpty'](_0x3b0151)&&helper[_0x1e9062(0x12a)](_0x3b0151[_0x1e9062(0x23d)])&&(_0x502e2b[_0x1e9062(0x24c)]=_0x3b0151[_0x1e9062(0x23d)][_0x1e9062(0x11e)]);if(!helper[_0x1e9062(0x160)]()){const _0xbcb0d5=0x1,_0x4e0492={..._0x502e2b};_0x4e0492['spec']=[..._0x104244],_0x266221[_0x1e9062(0x21b)]({'mochaOpts':_0x4e0492,'configuration':{'platform':os[_0x1e9062(0x22b)]()}});if(_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x233)]){const _0x4836e2={};_0x4836e2[_0x1e9062(0x233)]=!![];const _0x37a19f=_0x4836e2;_0x5f3688[_0x1e9062(0x12d)](_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x14f)],null)&&(_0x37a19f[_0x1e9062(0x14f)]=_0x43b44d['config'][_0x1e9062(0x14f)],delete _0x37a19f['accessibilityOptions'][_0x5f3688['uLmpx']],delete _0x37a19f[_0x1e9062(0x14f)][_0x5f3688[_0x1e9062(0x24a)]],delete _0x37a19f[_0x1e9062(0x14f)][_0x5f3688[_0x1e9062(0x218)]]);const _0x356405={};_0x356405['bstack:options']=_0x37a19f,_0x266221[0x0]['configuration'][_0x1e9062(0x156)]=_0x356405;}logger[_0x1e9062(0x1fb)](_0x5f3688['pILxi']),logger[_0x1e9062(0x1fb)](_0x5f3688[_0x1e9062(0x23c)]),_0x2a4201=_0x5f3688[_0x1e9062(0x174)](parallelTestRun,_0x266221,_0xbcb0d5,_0x43b44d)[_0x1e9062(0x1e6)](_0x2b7b79=>{const _0x264138=_0x1e9062;PerformanceTester[_0x264138(0x179)](PerformanceEvents[_0x264138(0x12c)]),_0x5f3688[_0x264138(0x174)](printStats,_0x2b7b79,_0x5d3554[_0x264138(0x159)],_0x5d3554['reporterOptions']||_0x5d3554[_0x5f3688[_0x264138(0x15b)]]);})[_0x1e9062(0x18a)](async()=>{const _0x1ec5f8=_0x1e9062,_0x2fc871=_0x5f3688[_0x1ec5f8(0x172)][_0x1ec5f8(0x18f)]('|');let _0x3f5a3b=0x0;while(!![]){switch(_0x2fc871[_0x3f5a3b++]){case'0':try{utilities['fireFunnelTestEvent'](_0x5f3688['brYCY'],{},_0x43b44d['config'],_0x43b44d[_0x1ec5f8(0x134)]);}catch(_0x511f25){logger['debug']('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x511f25[_0x1ec5f8(0x1c9)]);}continue;case'1':PerformanceTester[_0x1ec5f8(0x179)](PerformanceEvents[_0x1ec5f8(0x12c)]);continue;case'2':try{helper[_0x1ec5f8(0x12b)]();}catch(_0x391f74){logger[_0x1ec5f8(0x1c0)](_0x1ec5f8(0x231)+_0x391f74);}continue;case'3':testOpsHelper[_0x1ec5f8(0x132)]();continue;case'4':try{await BrowserstackCLI[_0x1ec5f8(0x21d)]()[_0x1ec5f8(0x145)]();}catch(_0x5351a1){logger[_0x1ec5f8(0x1c0)](_0x1ec5f8(0x14a)+(_0x5351a1&&_0x5351a1[_0x1ec5f8(0x1a9)]));}continue;}break;}});}else{const _0x3a2bb8=helper[_0x1e9062(0x19e)](_0x43b44d[_0x1e9062(0x1cc)]);let _0xf6ee60=helper[_0x1e9062(0x1e1)](_0x43b44d[_0x1e9062(0x1cc)]);_0x5a6a66=helper['prepareCapabilities'](_0x43b44d[_0x1e9062(0x1cc)],_0x3a2bb8,constants[_0x1e9062(0x1f8)][_0x1e9062(0x1a3)]);helper[_0x1e9062(0x1b6)]()[_0x1e9062(0x142)]&&(_0xf6ee60=centralScannerConstants[_0x1e9062(0x1fc)]);let _0x52540e;const _0x323677=_0x43b44d['config'][_0x1e9062(0x1b9)]||helper[_0x1e9062(0x147)](_0x5d3554,_0x45b999,_0x43b44d[_0x1e9062(0x1cc)],constants[_0x1e9062(0x1f8)][_0x1e9062(0x1a3)])||0x1;helper[_0x1e9062(0x240)](_0x43b44d[_0x1e9062(0x1cc)])?_0x52540e=_0x5f3688['ikCBo'](_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x186)][_0x1e9062(0x12e)],_0x323677):_0x52540e=_0x323677;const _0x276990=_0x5f3688[_0x1e9062(0x1ee)](getPercyOptions,_0x43b44d[_0x1e9062(0x1cc)]),_0x9b2aa6=helper[_0x1e9062(0x157)](_0x43b44d[_0x1e9062(0x1cc)],_0x3a2bb8,constants['FRAMEWORKS'][_0x1e9062(0x1a3)]);if(_0x5f3688[_0x1e9062(0x1b8)](_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x1b9)],0x1))_0x104244[_0x1e9062(0x11c)](_0x21e6bf=>{const _0x4ab3ba=_0x1e9062,_0x378b57=[];_0x5a6a66['forEach']((_0x4d9f28,_0x44e9b4)=>{const _0x340c05=a40_0x4a48,_0x14cc5f={};_0x14cc5f[_0x340c05(0x21f)]=[_0x21e6bf],_0x378b57[_0x340c05(0x21b)]({'mochaOpts':Object[_0x340c05(0x155)]({},_0x502e2b,_0x14cc5f),'configuration':Object[_0x340c05(0x155)]({'server':_0xf6ee60,'capability':_0x4d9f28,'proxySettings':_0x43b44d['config'][_0x340c05(0x17f)],'platform':helper[_0x340c05(0x1c1)](_0x4d9f28),'browserStackLogLevel':_0x43b44d['config'][_0x340c05(0x250)],'platformIndex':_0x44e9b4,'browserStackPercyOptions':_0x276990,'platformCaps':Object['assign']({'index':_0x44e9b4},_0x43b44d[_0x340c05(0x1cc)]['platforms'][_0x44e9b4])},_0x9b2aa6)});}),_0x266221[_0x4ab3ba(0x21b)](..._0x378b57);});else{const _0x294268=[];_0x5a6a66[_0x1e9062(0x11c)]((_0x44c171,_0x3a6760)=>{const _0x11c875=_0x1e9062;let _0x5cdc80=Object[_0x11c875(0x155)]({},_0x502e2b);testOpsHelper[_0x11c875(0x221)]()&&testOpsHelper[_0x11c875(0x1d1)]()&&(_0x5cdc80={..._0x5cdc80,'spec':[..._0x104244]}),_0x294268[_0x11c875(0x21b)]({'mochaOpts':_0x5cdc80,'configuration':Object['assign']({'server':_0xf6ee60,'capability':_0x44c171,'proxySettings':_0x43b44d[_0x11c875(0x1cc)][_0x11c875(0x17f)],'platform':helper[_0x11c875(0x1c1)](_0x44c171),'browserStackLogLevel':_0x43b44d[_0x11c875(0x1cc)][_0x11c875(0x250)],'platformIndex':_0x3a6760,'browserStackPercyOptions':_0x276990,'platformCaps':Object['assign']({'index':_0x3a6760},_0x43b44d['config'][_0x11c875(0x186)][_0x3a6760])},_0x9b2aa6)});}),_0x266221[_0x1e9062(0x21b)](..._0x294268);}logger[_0x1e9062(0x1fb)](_0x1e9062(0x1ba)+_0x43b44d[_0x1e9062(0x1cc)][_0x1e9062(0x186)][_0x1e9062(0x12e)]+'\x20platforms'),logger[_0x1e9062(0x1fb)](_0x5f3688[_0x1e9062(0x23c)]);let _0x41c597;_0x2a4201=_0x5f3688[_0x1e9062(0x1e9)](parallelTestRun,_0x266221,_0x52540e,_0x43b44d)[_0x1e9062(0x1e6)](_0x5d5499=>{const _0x1f8732=_0x1e9062;PerformanceTester[_0x1f8732(0x179)](PerformanceEvents['SDK_CLEANUP']),_0x41c597=_0x5d5499,_0x5f3688[_0x1f8732(0x174)](printStats,_0x5d5499,_0x5d3554[_0x1f8732(0x159)],_0x5d3554[_0x1f8732(0x1bc)]||_0x5d3554[_0x5f3688[_0x1f8732(0x15b)]]);})[_0x1e9062(0x18a)](async()=>{const _0x4e1a7a=_0x1e9062,_0x2244ed=_0x5f3688[_0x4e1a7a(0x19c)][_0x4e1a7a(0x18f)]('|');let _0x8bbdf4=0x0;while(!![]){switch(_0x2244ed[_0x8bbdf4++]){case'0':PerformanceTester[_0x4e1a7a(0x179)](PerformanceEvents[_0x4e1a7a(0x12c)]);continue;case'1':testOpsHelper[_0x4e1a7a(0x132)]();continue;case'2':await utilities[_0x4e1a7a(0x24f)](_0x43b44d);continue;case'3':_0x43b44d[_0x4e1a7a(0x1ac)]=helper['getErrorMessageFromResults'](_0x41c597,_0x5f3688[_0x4e1a7a(0x153)]);continue;case'4':try{await BrowserstackCLI[_0x4e1a7a(0x21d)]()['stop']();}catch(_0x267f00){logger[_0x4e1a7a(0x1c0)](_0x4e1a7a(0x14a)+(_0x267f00&&_0x267f00[_0x4e1a7a(0x1a9)]));}continue;}break;}});}return _0x2a4201;}module[a40_0x3446fb(0x212)]=run;
@@ -1 +1 @@
1
- const a41_0xf07d55=a41_0x42b9;function a41_0x42b9(_0x5b17ad,_0x13fcce){const _0x534f68=a41_0x534f();return a41_0x42b9=function(_0x42b980,_0x10cea1){_0x42b980=_0x42b980-0x8c;let _0x53b79d=_0x534f68[_0x42b980];return _0x53b79d;},a41_0x42b9(_0x5b17ad,_0x13fcce);}(function(_0x24b2bf,_0xa28eeb){const _0x294a6b=a41_0x42b9,_0x12e818=_0x24b2bf();while(!![]){try{const _0x23bb93=parseInt(_0x294a6b(0x95))/0x1*(-parseInt(_0x294a6b(0x94))/0x2)+parseInt(_0x294a6b(0x9b))/0x3*(parseInt(_0x294a6b(0x92))/0x4)+parseInt(_0x294a6b(0x8f))/0x5+-parseInt(_0x294a6b(0x90))/0x6*(-parseInt(_0x294a6b(0x93))/0x7)+parseInt(_0x294a6b(0x98))/0x8*(parseInt(_0x294a6b(0x8d))/0x9)+parseInt(_0x294a6b(0x99))/0xa+-parseInt(_0x294a6b(0x8e))/0xb;if(_0x23bb93===_0xa28eeb)break;else _0x12e818['push'](_0x12e818['shift']());}catch(_0x580483){_0x12e818['push'](_0x12e818['shift']());}}}(a41_0x534f,0x2f954));const requestSpy=require('../../../helpers/request-spy'),constants=require(a41_0xf07d55(0x96)),{addRequestSpy}=require(a41_0xf07d55(0x91));function a41_0x534f(){const _0x5f515a=['1597290SaOYXk','90HLuHbZ','../../../helpers/test-observability/utils','8wRJVqt','146657qvrMcM','24882TxcczG','30bTPcqm','../../../bin/utils/constants','mochaHooks','16Tnjzbr','820940TdKlPf','restore','428448pvstFZ','timeout','1597563tzQPsP','8671663GSaPDM'];a41_0x534f=function(){return _0x5f515a;};return a41_0x534f();}exports[a41_0xf07d55(0x97)]={'beforeAll'(){const _0x1a42c8={'tRohP':function(_0x50776d){return _0x50776d();}},_0x45f6fe='browserstack internal helper hook';_0x1a42c8['tRohP'](addRequestSpy);},'afterAll'(){const _0x391425=a41_0xf07d55,_0x5dfe5d='browserstack internal helper hook';this[_0x391425(0x8c)](0xea60),requestSpy[_0x391425(0x9a)]();}};
1
+ const a41_0x1e254d=a41_0x3582;(function(_0x34378e,_0x2ad1c2){const _0x777b8a=a41_0x3582,_0x44ca7e=_0x34378e();while(!![]){try{const _0x4c9e05=parseInt(_0x777b8a(0x153))/0x1*(-parseInt(_0x777b8a(0x152))/0x2)+-parseInt(_0x777b8a(0x151))/0x3*(-parseInt(_0x777b8a(0x14d))/0x4)+-parseInt(_0x777b8a(0x146))/0x5+-parseInt(_0x777b8a(0x150))/0x6*(-parseInt(_0x777b8a(0x14a))/0x7)+-parseInt(_0x777b8a(0x14b))/0x8+-parseInt(_0x777b8a(0x14e))/0x9+parseInt(_0x777b8a(0x145))/0xa;if(_0x4c9e05===_0x2ad1c2)break;else _0x44ca7e['push'](_0x44ca7e['shift']());}catch(_0x5ed211){_0x44ca7e['push'](_0x44ca7e['shift']());}}}(a41_0x3d77,0xea62c));const requestSpy=require(a41_0x1e254d(0x147)),constants=require(a41_0x1e254d(0x14c)),{addRequestSpy}=require(a41_0x1e254d(0x148));function a41_0x3582(_0x2f86ba,_0x5748ee){const _0x3d77d6=a41_0x3d77();return a41_0x3582=function(_0x35821f,_0x32a547){_0x35821f=_0x35821f-0x144;let _0x39960a=_0x3d77d6[_0x35821f];return _0x39960a;},a41_0x3582(_0x2f86ba,_0x5748ee);}exports[a41_0x1e254d(0x14f)]={'beforeAll'(){const _0x438ec5=a41_0x1e254d,_0x3e4fdc={'xEvFV':function(_0x510470){return _0x510470();}},_0x200f4b='browserstack internal helper hook';_0x3e4fdc[_0x438ec5(0x149)](addRequestSpy);},'afterAll'(){const _0x2b3efc=a41_0x1e254d,_0x21cddb='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x2b3efc(0x144)]();}};function a41_0x3d77(){const _0x538e3f=['2kNruVl','1913456bmmaJb','restore','28583660XUHSmp','9017580HtSTSd','../../../helpers/request-spy','../../../helpers/test-observability/utils','xEvFV','49jgDdpc','1922808adEEbl','../../../bin/utils/constants','1418428eQUjrp','5155884mJHRbG','mochaHooks','1344048bLZvBY','9ChUZOG'];a41_0x3d77=function(){return _0x538e3f;};return a41_0x3d77();}
@@ -1 +1 @@
1
- function a42_0xbb80(_0xe27dfd,_0x4c3285){const _0xe1ea16=a42_0xe1ea();return a42_0xbb80=function(_0xbb80ca,_0x172e20){_0xbb80ca=_0xbb80ca-0x16c;let _0x368c1b=_0xe1ea16[_0xbb80ca];return _0x368c1b;},a42_0xbb80(_0xe27dfd,_0x4c3285);}const a42_0x1aa0de=a42_0xbb80;(function(_0x106cc7,_0x15b818){const _0x453e68=a42_0xbb80,_0x7445e3=_0x106cc7();while(!![]){try{const _0x16e89e=-parseInt(_0x453e68(0x178))/0x1+parseInt(_0x453e68(0x1c6))/0x2*(parseInt(_0x453e68(0x171))/0x3)+parseInt(_0x453e68(0x1a5))/0x4+-parseInt(_0x453e68(0x184))/0x5+-parseInt(_0x453e68(0x1a6))/0x6+-parseInt(_0x453e68(0x19d))/0x7*(parseInt(_0x453e68(0x17b))/0x8)+parseInt(_0x453e68(0x175))/0x9*(parseInt(_0x453e68(0x1b2))/0xa);if(_0x16e89e===_0x15b818)break;else _0x7445e3['push'](_0x7445e3['shift']());}catch(_0x54b1b5){_0x7445e3['push'](_0x7445e3['shift']());}}}(a42_0xe1ea,0x60a6c));function a42_0xe1ea(){const _0x23e849=['browserstack','IHhIg','split','lodash','_beforeAll','vwTTL','GVxaJ','push','BkdCG','Cyitq','reduce','pid','CIGiy','forEach','2428aEUXDy','../../../helpers/testhub/utils','suites','hIxKz','HAJjZ','EiAGN','OwqsB','qTTIH','state','toISOString','MDCBP','SwCdh','KHBjj','120QFHozy','_afterEach','bs:addPlatformDetails:','OGynx','18LFqqjI','mwtrd','getTestEnv','209793oaodje','TEST_PLATFORM','xPkdU','378592IhbbvF','fromEntries','getBrowserName','concat','pending','LmLmL','EKhEE','unknown_grid','session_id','2251175IGlNYE','yratX','LgLwW','sendPlatformDetails:\x20session=','hHsJL','getHooksForTest','string','uuid','DlnpD','../../../helpers/test-observability/utils','filter','failed','../../../helpers/helper','slice','shfre','toJSON','jFsmC','generic','UnsRX','mapTestHooks','JJQXM','../../utils/logPatcher','stringify','sendPlatformDetails','_afterAll','98Fdakok','hook:','_beforeEach','type','hookAnalyticsId','pKyBo','maFcd','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','2534312fgXpfv','2880732letmRr','ruxnv','get','markedStatus','../../../../package.json','indexOf','../../../helpers/test-observability/constants','getCapabilities','getSession','passed','platformVersion','getBrowserVersion','7582160JXwTFL','getHookDetails','hook','emit','parent','\x20reported\x20against\x20run='];a42_0xe1ea=function(){return _0x23e849;};return a42_0xe1ea();}const {v4:uuidv4}=require(a42_0x1aa0de(0x18b)),{name,version}=require(a42_0x1aa0de(0x1aa)),logPatcher=require(a42_0x1aa0de(0x199)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a42_0x1aa0de(0x1ac)),{getPlatformVersion,isBrowserstackInfra}=require(a42_0x1aa0de(0x190)),{shouldProcessEventForTesthub}=require(a42_0x1aa0de(0x1c7)),{isFunction}=require(a42_0x1aa0de(0x1bb)),{patchConsoleLogger}=require(a42_0x1aa0de(0x18d));patchConsoleLogger(),exports[a42_0x1aa0de(0x177)]=()=>{const _0x2954df=a42_0x1aa0de,_0x1b2571={'mwtrd':_0x2954df(0x195),'LgLwW':function(_0x21b66f){return _0x21b66f();}};return{'ci':_0x1b2571[_0x2954df(0x176)],'key':_0x1b2571[_0x2954df(0x186)](uuidv4),'version':version,'collector':'js-'+name};},exports[a42_0x1aa0de(0x1b3)]=_0x2a77e8=>{const _0x154802=a42_0x1aa0de,_0x44e3fc={};_0x44e3fc[_0x154802(0x1a7)]=function(_0x2fa752,_0x177c06){return _0x2fa752!==_0x177c06;},_0x44e3fc['hHsJL']=_0x154802(0x18a),_0x44e3fc[_0x154802(0x1cd)]=function(_0x46a88e,_0x184f8f){return _0x46a88e!==_0x184f8f;},_0x44e3fc['KHBjj']=_0x154802(0x19e),_0x44e3fc[_0x154802(0x1cc)]='hook';const _0x375d27=_0x44e3fc;if(!_0x2a77e8||_0x375d27['ruxnv'](typeof _0x2a77e8,_0x375d27[_0x154802(0x188)]))return[null,null];if(_0x375d27['qTTIH'](_0x2a77e8[_0x154802(0x1ab)](_0x375d27[_0x154802(0x170)]),-0x1)){const _0x4cd3d4=_0x2a77e8['split'](_0x375d27['KHBjj']);return[_0x4cd3d4[0x0][_0x154802(0x191)](0x0,-0x1)[_0x154802(0x1ba)]('\x22')[0x1],_0x4cd3d4[0x1]['substring'](0x1)];}else{if(_0x375d27[_0x154802(0x1cd)](_0x2a77e8[_0x154802(0x1ab)](_0x375d27[_0x154802(0x1cc)]),-0x1)){const _0x2d6b8c=_0x2a77e8[_0x154802(0x1ba)](_0x375d27[_0x154802(0x1cc)]);return[_0x2d6b8c[0x0][_0x154802(0x191)](0x0,-0x1)[_0x154802(0x1ba)]('\x22')[0x1],_0x2a77e8];}}return[null,null];},exports[a42_0x1aa0de(0x189)]=_0xf09ce=>{const _0x43b3ac=a42_0x1aa0de,_0x3f06c8={'EiAGN':function(_0x3a40cc,_0x28ad71){return _0x3a40cc(_0x28ad71);},'xPkdU':_0x43b3ac(0x1bc),'PSMuK':'_afterAll','prQFx':_0x43b3ac(0x19f),'DlnpD':_0x43b3ac(0x172)};if(!_0xf09ce||!_0xf09ce[_0x43b3ac(0x1b6)])return[];const _0x482585=[];return[_0x3f06c8[_0x43b3ac(0x17a)],_0x3f06c8['PSMuK'],_0x3f06c8['prQFx'],_0x3f06c8[_0x43b3ac(0x18c)]][_0x43b3ac(0x1c5)](_0x2ee42a=>{const _0x3da48a=_0x43b3ac,_0xff6992=_0xf09ce[_0x3da48a(0x1b6)][_0x2ee42a]||[];_0xff6992['forEach'](_0x5c58f0=>{const _0x45d51c=_0x3da48a;_0x5c58f0[_0x45d51c(0x1a1)]&&!_0x3f06c8[_0x45d51c(0x1cb)](isInternalHook,_0x5c58f0['fn'])&&_0x482585[_0x45d51c(0x1bf)](_0x5c58f0[_0x45d51c(0x1a1)]);});}),[..._0x482585,...exports[_0x43b3ac(0x189)](_0xf09ce[_0x43b3ac(0x1b6)])];},exports[a42_0x1aa0de(0x197)]=_0x35d753=>{const _0x1c47dc=a42_0x1aa0de,_0x57c032={'HAJjZ':function(_0x578f5e){return _0x578f5e();},'DreOi':function(_0x101b0b,_0x2ee8a9){return _0x101b0b===_0x2ee8a9;},'hIxKz':_0x1c47dc(0x172),'LmLmL':function(_0x59e494){return _0x59e494();},'MDCBP':_0x1c47dc(0x1bc),'OGynx':_0x1c47dc(0x19c),'UbNGW':_0x1c47dc(0x19f)};if(!_0x35d753||!_0x35d753[_0x1c47dc(0x1b6)])return;[_0x57c032[_0x1c47dc(0x16e)],_0x57c032[_0x1c47dc(0x174)],_0x57c032['UbNGW'],_0x57c032[_0x1c47dc(0x1c9)]][_0x1c47dc(0x1c5)](_0x41b9bc=>{const _0x39eec9={'yratX':function(_0x4eea34){const _0x52c840=a42_0xbb80;return _0x57c032[_0x52c840(0x1ca)](_0x4eea34);},'shfre':function(_0x2d7500,_0x5b80c6){return _0x57c032['DreOi'](_0x2d7500,_0x5b80c6);},'EKhEE':_0x57c032['hIxKz'],'CIGiy':function(_0x1e51a2){const _0x17dbf8=a42_0xbb80;return _0x57c032[_0x17dbf8(0x180)](_0x1e51a2);}},_0x512cbc=_0x35d753['parent'][_0x41b9bc]||[];_0x512cbc['forEach'](_0x12b034=>{const _0x137d2a=a42_0xbb80;if(!_0x12b034['hookAnalyticsId'])_0x12b034[_0x137d2a(0x1a1)]=_0x39eec9[_0x137d2a(0x185)](uuidv4);else _0x12b034[_0x137d2a(0x1a9)]&&_0x39eec9[_0x137d2a(0x192)](_0x41b9bc,_0x39eec9[_0x137d2a(0x181)])&&(_0x12b034[_0x137d2a(0x1a1)]=_0x39eec9[_0x137d2a(0x1c4)](uuidv4),delete _0x12b034['markedStatus']);});}),exports[_0x1c47dc(0x197)](_0x35d753[_0x1c47dc(0x1b6)]);},exports[a42_0x1aa0de(0x19b)]=async(_0x2c7317,_0x4985f9)=>{const _0x2ccd48=a42_0x1aa0de,_0xd68c8b={'JJQXM':function(_0x5d0334){return _0x5d0334();},'GVxaJ':_0x2ccd48(0x1b8),'BkdCG':function(_0xe5c9ba,_0x488097,_0x303905){return _0xe5c9ba(_0x488097,_0x303905);},'pKyBo':_0x2ccd48(0x1b0),'KILMR':function(_0x270e61,_0x559be7){return _0x270e61(_0x559be7);},'dseFl':function(_0xfd2c4d,_0x228373){return _0xfd2c4d===_0x228373;},'UnsRX':_0x2ccd48(0x182),'SwCdh':function(_0x401604,_0x3a6f39){return _0x401604(_0x3a6f39);},'IHhIg':_0x2ccd48(0x179)};try{if(!_0xd68c8b[_0x2ccd48(0x198)](shouldProcessEventForTesthub))return;const _0x304cd4=await _0x2c7317[_0x2ccd48(0x1ad)](),_0x46c134=await _0x2c7317[_0x2ccd48(0x1ae)](),_0x451856={},_0x1935bb=Object[_0x2ccd48(0x17c)](_0x46c134[_0x2ccd48(0x1ad)]()['map_']),_0x1113ff=_0xd68c8b['JJQXM'](isBrowserstackInfra)?_0xd68c8b[_0x2ccd48(0x1be)]:global['__cloud_provider___'],_0x41cab8={'product':_0xd68c8b[_0x2ccd48(0x1c0)](getObservabilityLinkedProductName,_0x1935bb,_0x1113ff),'capabilities':_0x1935bb,'platform':_0x304cd4['getPlatform'](),'platform_version':_0x304cd4['get'](_0xd68c8b[_0x2ccd48(0x1a2)])?_0x304cd4[_0x2ccd48(0x1a8)](_0xd68c8b[_0x2ccd48(0x1a2)]):_0xd68c8b['KILMR'](getPlatformVersion,_0xd68c8b['dseFl'](_0x1113ff,_0xd68c8b['GVxaJ'])),'browser':_0x304cd4[_0x2ccd48(0x17d)](),'browser_version':_0x304cd4[_0x2ccd48(0x1b1)](),'session_id':_0x46c134[_0x2ccd48(0x193)]()};return _0x1113ff?_0x451856[_0x1113ff]=_0x41cab8:_0x451856[_0xd68c8b[_0x2ccd48(0x196)]]=_0x41cab8,_0xd68c8b[_0x2ccd48(0x16f)](debug,_0x2ccd48(0x187)+JSON[_0x2ccd48(0x19a)](_0x41cab8[_0x2ccd48(0x183)])+_0x2ccd48(0x1b7)+_0x4985f9),process[_0x2ccd48(0x1b5)](_0x2ccd48(0x173)+process[_0x2ccd48(0x1c3)],{'timestamp':new Date()[_0x2ccd48(0x16d)](),'level':null,'message':null,'kind':_0xd68c8b[_0x2ccd48(0x1b9)],'http_response':_0x451856,'uuid':_0x4985f9}),!![];}catch(_0x862e36){return _0xd68c8b[_0x2ccd48(0x16f)](debug,_0x2ccd48(0x1a4)+_0x862e36),![];}},exports['getHookSkippedTests']=_0x291672=>{const _0x28c2a7=a42_0x1aa0de,_0x1b9464={};_0x1b9464['vwTTL']=function(_0x18d2a0,_0x1fd9da){return _0x18d2a0!==_0x1fd9da;},_0x1b9464[_0x28c2a7(0x1a3)]=_0x28c2a7(0x1b4),_0x1b9464[_0x28c2a7(0x194)]=_0x28c2a7(0x1af),_0x1b9464[_0x28c2a7(0x1c1)]=_0x28c2a7(0x18f);const _0x1bc9d1=_0x1b9464,_0x5eda0d=_0x291672[_0x28c2a7(0x1c8)][_0x28c2a7(0x1c2)]((_0x4738ee,_0x232cf5)=>{const _0x30e359=exports['getHookSkippedTests'](_0x232cf5);return _0x30e359&&(_0x4738ee=_0x4738ee['concat'](_0x30e359)),_0x4738ee;},[]),_0x5448bf=_0x291672['tests'][_0x28c2a7(0x18e)](_0x2dd420=>{const _0x13388f=_0x28c2a7,_0x4fbae3=_0x1bc9d1[_0x13388f(0x1bd)](_0x2dd420[_0x13388f(0x1a0)],_0x1bc9d1[_0x13388f(0x1a3)])&&!_0x2dd420[_0x13388f(0x1a9)]&&_0x1bc9d1['vwTTL'](_0x2dd420[_0x13388f(0x16c)],_0x1bc9d1[_0x13388f(0x194)])&&_0x1bc9d1['vwTTL'](_0x2dd420[_0x13388f(0x16c)],_0x1bc9d1['Cyitq'])&&!_0x2dd420[_0x13388f(0x17f)];return _0x4fbae3;});return _0x5448bf[_0x28c2a7(0x17e)](_0x5eda0d);};
1
+ const a42_0x4a9de3=a42_0x47e1;function a42_0x4780(){const _0x3d645b=['472440MByztZ','OSuEl','pid','12gswHLn','getPlatform','substring','filter','uuid','ZOECJ','slice','browserstack','sendPlatformDetails','getHookSkippedTests','platformVersion','FlViM','KHTvd','emit','hCuHS','1457035DMyqTE','JDwlm','concat','hookAnalyticsId','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','276572AltqnL','markedStatus','ARGtu','qbfka','../../utils/logPatcher','getTestEnv','hook','xPOIy','24570rlpEbd','qeFXH','kQuIi','zdUMR','2072nmmHEd','getCapabilities','_afterAll','ByiXZ','pending','../../../../package.json','iPXhl','push','206274sAhhkn','jmZKu','_beforeEach','mapTestHooks','TBNKK','../../../helpers/test-observability/utils','getSession','IbDyQ','split','reduce','TEST_PLATFORM','../../../helpers/helper','tests','get','XWFRy','_afterEach','ZzKrg','../../../helpers/testhub/utils','\x20reported\x20against\x20run=','bs:addPlatformDetails:','LNYFQ','SKZeB','tVppi','fFcMF','generic','fyWIJ','indexOf','getHookDetails','parent','lodash','TOjUu','getBrowserName','HugXU','getHooksForTest','__cloud_provider___','toISOString','toJSON','kpCXl','GcDXc','AICEv','ZlPaO','pGiqW','JgkJV','forEach','2452005mwUQTE','map_','state','jpAYh','cOyzT','../../../helpers/test-observability/constants','7819KVPUZE'];a42_0x4780=function(){return _0x3d645b;};return a42_0x4780();}(function(_0x76c87c,_0x5c9c1a){const _0x3bb6b8=a42_0x47e1,_0x47a2bf=_0x76c87c();while(!![]){try{const _0x2e1088=parseInt(_0x3bb6b8(0x21b))/0x1+-parseInt(_0x3bb6b8(0x20f))/0x2+-parseInt(_0x3bb6b8(0x1f3))/0x3*(parseInt(_0x3bb6b8(0x207))/0x4)+parseInt(_0x3bb6b8(0x202))/0x5+-parseInt(_0x3bb6b8(0x1f0))/0x6+-parseInt(_0x3bb6b8(0x1ef))/0x7*(-parseInt(_0x3bb6b8(0x213))/0x8)+-parseInt(_0x3bb6b8(0x247))/0x9;if(_0x2e1088===_0x5c9c1a)break;else _0x47a2bf['push'](_0x47a2bf['shift']());}catch(_0x1113b1){_0x47a2bf['push'](_0x47a2bf['shift']());}}}(a42_0x4780,0x23dfe));const {v4:uuidv4}=require(a42_0x4a9de3(0x1f7)),{name,version}=require(a42_0x4a9de3(0x218)),logPatcher=require(a42_0x4a9de3(0x20b)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a42_0x4a9de3(0x24c)),{getPlatformVersion,isBrowserstackInfra}=require(a42_0x4a9de3(0x226)),{shouldProcessEventForTesthub}=require(a42_0x4a9de3(0x22c)),{isFunction}=require(a42_0x4a9de3(0x238)),{patchConsoleLogger}=require(a42_0x4a9de3(0x220));function a42_0x47e1(_0x3e6b1f,_0x5ad8d8){const _0x47802b=a42_0x4780();return a42_0x47e1=function(_0x47e162,_0x5c9b4b){_0x47e162=_0x47e162-0x1ef;let _0x275c9d=_0x47802b[_0x47e162];return _0x275c9d;},a42_0x47e1(_0x3e6b1f,_0x5ad8d8);}patchConsoleLogger(),exports[a42_0x4a9de3(0x20c)]=()=>{const _0x1200fa=a42_0x4a9de3,_0x273cbb={'ZOECJ':_0x1200fa(0x233),'KHTvd':function(_0x57dd98){return _0x57dd98();}};return{'ci':_0x273cbb[_0x1200fa(0x1f8)],'key':_0x273cbb[_0x1200fa(0x1ff)](uuidv4),'version':version,'collector':'js-'+name};},exports[a42_0x4a9de3(0x236)]=_0x13a192=>{const _0x3f37dc=a42_0x4a9de3,_0x775d13={};_0x775d13[_0x3f37dc(0x231)]=function(_0x4aa3b4,_0x58b4a0){return _0x4aa3b4!==_0x58b4a0;},_0x775d13['jmZKu']='string',_0x775d13[_0x3f37dc(0x211)]=function(_0x190592,_0x3cf505){return _0x190592!==_0x3cf505;},_0x775d13[_0x3f37dc(0x201)]='hook:',_0x775d13[_0x3f37dc(0x244)]=_0x3f37dc(0x20d);const _0x459373=_0x775d13;if(!_0x13a192||_0x459373['tVppi'](typeof _0x13a192,_0x459373[_0x3f37dc(0x21c)]))return[null,null];if(_0x459373[_0x3f37dc(0x211)](_0x13a192[_0x3f37dc(0x235)](_0x459373[_0x3f37dc(0x201)]),-0x1)){const _0x365837=_0x13a192[_0x3f37dc(0x223)](_0x459373[_0x3f37dc(0x201)]);return[_0x365837[0x0][_0x3f37dc(0x1f9)](0x0,-0x1)['split']('\x22')[0x1],_0x365837[0x1][_0x3f37dc(0x1f5)](0x1)];}else{if(_0x459373[_0x3f37dc(0x211)](_0x13a192['indexOf'](_0x459373['pGiqW']),-0x1)){const _0x51875f=_0x13a192[_0x3f37dc(0x223)](_0x459373[_0x3f37dc(0x244)]);return[_0x51875f[0x0][_0x3f37dc(0x1f9)](0x0,-0x1)['split']('\x22')[0x1],_0x13a192];}}return[null,null];},exports[a42_0x4a9de3(0x23c)]=_0x4bb42e=>{const _0x1731fa=a42_0x4a9de3,_0x2dd1f0={'kpCXl':function(_0x28b5c8,_0x1c0ac1){return _0x28b5c8(_0x1c0ac1);},'xPOIy':'_beforeAll','GcDXc':_0x1731fa(0x215),'IbDyQ':'_beforeEach','fFcMF':_0x1731fa(0x22a)};if(!_0x4bb42e||!_0x4bb42e[_0x1731fa(0x237)])return[];const _0x2e60ba=[];return[_0x2dd1f0[_0x1731fa(0x20e)],_0x2dd1f0[_0x1731fa(0x241)],_0x2dd1f0[_0x1731fa(0x222)],_0x2dd1f0[_0x1731fa(0x232)]][_0x1731fa(0x246)](_0x1114f3=>{const _0x1477e7=_0x1731fa,_0x21c0bc={'ByiXZ':function(_0x21226b,_0x6c051b){const _0x33a8c8=a42_0x47e1;return _0x2dd1f0[_0x33a8c8(0x240)](_0x21226b,_0x6c051b);}},_0x12b7e0=_0x4bb42e['parent'][_0x1114f3]||[];_0x12b7e0[_0x1477e7(0x246)](_0x1360c3=>{const _0x4e8384=_0x1477e7;_0x1360c3[_0x4e8384(0x205)]&&!_0x21c0bc[_0x4e8384(0x216)](isInternalHook,_0x1360c3['fn'])&&_0x2e60ba[_0x4e8384(0x21a)](_0x1360c3[_0x4e8384(0x205)]);});}),[..._0x2e60ba,...exports[_0x1731fa(0x23c)](_0x4bb42e[_0x1731fa(0x237)])];},exports[a42_0x4a9de3(0x21e)]=_0x35df0b=>{const _0x376fa1=a42_0x4a9de3,_0x12829a={'fyWIJ':function(_0x466707){return _0x466707();},'OSuEl':function(_0x1a8f28,_0x17d8ab){return _0x1a8f28===_0x17d8ab;},'AICEv':_0x376fa1(0x22a),'hsHGV':'_beforeAll','ZlPaO':_0x376fa1(0x215),'ZzKrg':_0x376fa1(0x21d)};if(!_0x35df0b||!_0x35df0b['parent'])return;[_0x12829a['hsHGV'],_0x12829a[_0x376fa1(0x243)],_0x12829a[_0x376fa1(0x22b)],_0x12829a[_0x376fa1(0x242)]]['forEach'](_0x94adf4=>{const _0x3e575c=_0x376fa1,_0x5cea00={'qeFXH':function(_0x5708fd){const _0x211cbf=a42_0x47e1;return _0x12829a[_0x211cbf(0x234)](_0x5708fd);},'FlViM':function(_0x5cc77f,_0x93d428){const _0x456136=a42_0x47e1;return _0x12829a[_0x456136(0x1f1)](_0x5cc77f,_0x93d428);},'qbfka':_0x12829a[_0x3e575c(0x242)]},_0x21852f=_0x35df0b['parent'][_0x94adf4]||[];_0x21852f[_0x3e575c(0x246)](_0x52fcb0=>{const _0x2ac791=_0x3e575c;if(!_0x52fcb0[_0x2ac791(0x205)])_0x52fcb0[_0x2ac791(0x205)]=_0x5cea00[_0x2ac791(0x210)](uuidv4);else _0x52fcb0[_0x2ac791(0x208)]&&_0x5cea00[_0x2ac791(0x1fe)](_0x94adf4,_0x5cea00[_0x2ac791(0x20a)])&&(_0x52fcb0['hookAnalyticsId']=_0x5cea00[_0x2ac791(0x210)](uuidv4),delete _0x52fcb0[_0x2ac791(0x208)]);});}),exports[_0x376fa1(0x21e)](_0x35df0b[_0x376fa1(0x237)]);},exports[a42_0x4a9de3(0x1fb)]=async(_0x272122,_0x508881)=>{const _0x2c9f44=a42_0x4a9de3,_0x76c267={'cOyzT':function(_0x12e3dd){return _0x12e3dd();},'HugXU':_0x2c9f44(0x1fa),'LbgRK':function(_0x4f7f43,_0x3c32f0,_0x2c4f9f){return _0x4f7f43(_0x3c32f0,_0x2c4f9f);},'JDwlm':_0x2c9f44(0x1fd),'iPXhl':function(_0x6db6c8,_0x215292){return _0x6db6c8(_0x215292);},'SKZeB':function(_0x53c807,_0x170739){return _0x53c807===_0x170739;},'TBNKK':'unknown_grid','XWFRy':function(_0x11878f,_0x4e8252){return _0x11878f(_0x4e8252);},'LNYFQ':_0x2c9f44(0x225)};try{if(!_0x76c267[_0x2c9f44(0x24b)](shouldProcessEventForTesthub))return;const _0x2228f8=await _0x272122[_0x2c9f44(0x214)](),_0x37ad6f=await _0x272122[_0x2c9f44(0x221)](),_0x442324={},_0x32b805=Object['fromEntries'](_0x37ad6f['getCapabilities']()[_0x2c9f44(0x248)]),_0x45d355=_0x76c267[_0x2c9f44(0x24b)](isBrowserstackInfra)?_0x76c267[_0x2c9f44(0x23b)]:global[_0x2c9f44(0x23d)],_0x3efc6f={'product':_0x76c267['LbgRK'](getObservabilityLinkedProductName,_0x32b805,_0x45d355),'capabilities':_0x32b805,'platform':_0x2228f8[_0x2c9f44(0x1f4)](),'platform_version':_0x2228f8['get'](_0x76c267[_0x2c9f44(0x203)])?_0x2228f8[_0x2c9f44(0x228)](_0x76c267[_0x2c9f44(0x203)]):_0x76c267[_0x2c9f44(0x219)](getPlatformVersion,_0x76c267[_0x2c9f44(0x230)](_0x45d355,_0x76c267['HugXU'])),'browser':_0x2228f8[_0x2c9f44(0x23a)](),'browser_version':_0x2228f8['getBrowserVersion'](),'session_id':_0x37ad6f[_0x2c9f44(0x23f)]()};return _0x45d355?_0x442324[_0x45d355]=_0x3efc6f:_0x442324[_0x76c267[_0x2c9f44(0x21f)]]=_0x3efc6f,_0x76c267[_0x2c9f44(0x229)](debug,'sendPlatformDetails:\x20session='+JSON['stringify'](_0x3efc6f['session_id'])+_0x2c9f44(0x22d)+_0x508881),process[_0x2c9f44(0x200)](_0x2c9f44(0x22e)+process[_0x2c9f44(0x1f2)],{'timestamp':new Date()[_0x2c9f44(0x23e)](),'level':null,'message':null,'kind':_0x76c267[_0x2c9f44(0x22f)],'http_response':_0x442324,'uuid':_0x508881}),!![];}catch(_0x175cd6){return _0x76c267[_0x2c9f44(0x229)](debug,_0x2c9f44(0x206)+_0x175cd6),![];}},exports[a42_0x4a9de3(0x1fc)]=_0x266f32=>{const _0x3e58d6=a42_0x4a9de3,_0x305793={};_0x305793[_0x3e58d6(0x24a)]=function(_0x47a975,_0x74307c){return _0x47a975!==_0x74307c;},_0x305793['ARGtu']=_0x3e58d6(0x20d),_0x305793['JgkJV']='passed',_0x305793[_0x3e58d6(0x239)]=function(_0x35208a,_0x41dba0){return _0x35208a!==_0x41dba0;},_0x305793['zdUMR']='failed';const _0x1afbf1=_0x305793,_0x3aebde=_0x266f32['suites'][_0x3e58d6(0x224)]((_0x78e437,_0x10c32a)=>{const _0x3ec045=_0x3e58d6,_0xa7e771=exports['getHookSkippedTests'](_0x10c32a);return _0xa7e771&&(_0x78e437=_0x78e437[_0x3ec045(0x204)](_0xa7e771)),_0x78e437;},[]),_0x50d2c7=_0x266f32[_0x3e58d6(0x227)][_0x3e58d6(0x1f6)](_0x2db884=>{const _0x4ff8be=_0x3e58d6,_0x5ef4b1=_0x1afbf1['jpAYh'](_0x2db884['type'],_0x1afbf1[_0x4ff8be(0x209)])&&!_0x2db884[_0x4ff8be(0x208)]&&_0x1afbf1[_0x4ff8be(0x24a)](_0x2db884[_0x4ff8be(0x249)],_0x1afbf1[_0x4ff8be(0x245)])&&_0x1afbf1[_0x4ff8be(0x239)](_0x2db884[_0x4ff8be(0x249)],_0x1afbf1[_0x4ff8be(0x212)])&&!_0x2db884[_0x4ff8be(0x217)];return _0x5ef4b1;});return _0x50d2c7[_0x3e58d6(0x204)](_0x3aebde);};
@@ -1 +1 @@
1
- function a43_0x46bc(_0x1801f4,_0xe1a956){const _0x257234=a43_0x2572();return a43_0x46bc=function(_0x46bcce,_0x50c34b){_0x46bcce=_0x46bcce-0x65;let _0x18e6d9=_0x257234[_0x46bcce];return _0x18e6d9;},a43_0x46bc(_0x1801f4,_0xe1a956);}const a43_0x16a740=a43_0x46bc;(function(_0x5f5b9a,_0x1c9e19){const _0x3a9a66=a43_0x46bc,_0x10fade=_0x5f5b9a();while(!![]){try{const _0x34ee10=parseInt(_0x3a9a66(0xab))/0x1+parseInt(_0x3a9a66(0xeb))/0x2*(-parseInt(_0x3a9a66(0xea))/0x3)+-parseInt(_0x3a9a66(0x10c))/0x4+parseInt(_0x3a9a66(0xfb))/0x5+-parseInt(_0x3a9a66(0xb4))/0x6+-parseInt(_0x3a9a66(0x104))/0x7*(-parseInt(_0x3a9a66(0xba))/0x8)+-parseInt(_0x3a9a66(0x11e))/0x9*(parseInt(_0x3a9a66(0xad))/0xa);if(_0x34ee10===_0x1c9e19)break;else _0x10fade['push'](_0x10fade['shift']());}catch(_0x2388ca){_0x10fade['push'](_0x10fade['shift']());}}}(a43_0x2572,0x5b447));const util=require(a43_0x16a740(0x132)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x16a740(0xc2)),accessibilityRetryHelper=require(a43_0x16a740(0x93)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a43_0x16a740(0xf6)),{percyAutoCapture}=require(a43_0x16a740(0x12b)),{sendPlatformDetails}=require(a43_0x16a740(0x86)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require('../../helpers/helper'),PerformanceTester=require(a43_0x16a740(0x128)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a43_0x16a740(0x6f)),globals=require('../../helpers/globals'),logger=require(a43_0x16a740(0x95))[a43_0x16a740(0xc6)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a43_0x16a740(0x135));function a43_0x2572(){const _0x3888bf=['autoScanning','parse','XbWFc','UKyyk','Accessibility\x20scan\x20completed\x20successfully','session_','percyCaptureMode','xsDAQ','fmPfV','AzwNR','Bkqst','ObservabilitySync:','testcase','https:','ubeWG','CwHYr','../../helpers/performance/constants','NaLbN','Accessibility\x20results\x20saved\x20successfully','rcOHF','LbGxu','Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20','getGlobal','lnmIH','rDsOY','__sessionFailed','BROWSERSTACK_TESTHUB_JWT','err','pVbhB','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','browserstackSessionName','app','ebxCr','jTZgG','ujgaJ','OXCwa','Fwqkc','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','./test-observability/mochaUtils','MCVNE','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','driverCleanup','setGlobal','drQds','SDK_HOOK','pOtWU','Gcood','\x20|\x20','KhIgm','inGeB','beforeEach','../../helpers/accessibility-automation/accessibilityRetryHelper','stringify','../../helpers/logger','HiOeb',',\x22level\x22:\x20\x22','state','gFUDj','SGIqC','tBHYy','failed','azxcL','nJrHY','LyebJ','env','vpGbG','BtncX','protocol','__error_messages__','isAccessibilityPlatform','mochaHooks','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','amalI','isArray','Zvhhy','480900KoCfkM','LiOAT','10jhhkMx','DZlFs','fZVBx','HdFxE','pjlKy','rTmta','__skipSessionName','2463636VEVMno','__platformCaps','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','FZlxZ','measureWrapper','FzXzy','80FzFhLO','join','thTestRunUuid','mocha','__bstackPlatformReported','SIPzI','FeaoO','IoUhy','../../helpers/accessibility-automation/helper','YWtkj','NSRVb','uddHA','winstonLogger','debug','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','NsScB','info','fgbvG','rydgf','driver-init\x20capture\x20install\x20failed:\x20','rkqaM','length','NKvJF','ZxVRF','ZAUEM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','quitCount_','FshWK','psqAV','finally','ExCVw','appium:app','performScanWithRetry','gqaSH','CMDfE','__bstackOwningRunUuid','mKSqE','qUWAf','rpoYC','browserstackTestName','error','shouldScanTestForAccessibility','Automate\x20test\x20case\x20execution\x20has\x20started.','http:','Mocha','sessionName','passed','titlePath','167853mhzfka','2ucBwSR','thJwtToken','SESSION_STATUS','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','chadV','bstackA11yShouldScan','ZogNU','nGYmy','warn','DvcQu','bstackA11yScanOptions','../utils/constants','sDkIm','Rpshv','testAnalyticsId','Failed\x20to\x20store\x20session\x20name:\x20','2322200mCSjZM','\x22}}','thBuildUuid','index','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','okiUr','SYNC','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','__drivers','343420muAAAY','afterEach','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','percy','xXHlu','BxWaz','DfACX','gsbIA','1904772SmSXyG','shift','jICCI','MkyNq','ENV_VAR','afterAll','mmeoP','command','QlKKu','Ppkok','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','jjnmX','KcJQK','bqtOe','\x20-\x20','YPssl','Failed:\x20','accessibilityScanStarted','1074231XDmnVq','qllAL','message','end','sgVny','SAVE_RESULTS','EcSKW','capabilities','RCDfN','Passed','../../helpers/performance/performance-tester','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','dgEby','../../helpers/percy/utils','BROWSERSTACK_TESTHUB_UUID','bxOhp','then','ENxik','currentTest','OLrsW','util','eMuOd','executeScript','../../helpers/testhub/constants'];a43_0x2572=function(){return _0x3888bf;};return a43_0x2572();}try{require('../../helpers/driverInitErrorReporter')['installAll'](a43_0x16a740(0xbd));}catch(a43_0x16434b){logger[a43_0x16a740(0xc7)](a43_0x16a740(0xcd)+(a43_0x16434b&&a43_0x16434b['message']));}exports[a43_0x16a740(0xa6)]={'beforeAll'(){const _0x47d212=a43_0x16a740,_0x21cda4={'XbWFc':function(_0x303662,_0x7a784f,_0x32ec98,_0x119b03){return _0x303662(_0x7a784f,_0x32ec98,_0x119b03);},'MCVNE':_0x47d212(0x9c),'ZNZOY':_0x47d212(0x8f),'Fwqkc':function(_0x5d05e5,_0x167380,_0x571779){return _0x5d05e5(_0x167380,_0x571779);},'TCqlC':_0x47d212(0xe8),'FeaoO':function(_0x5d9e06){return _0x5d9e06();},'QlKKu':_0x47d212(0xfe),'CMDfE':'beforeAll'};PerformanceTester['startMonitoring']();const _0x4f5521='browserstack internal helper hook';PerformanceTester[_0x47d212(0xb8)](PerformanceSdkEvents[_0x47d212(0x8c)],()=>{const _0x16c45b=_0x47d212;global[_0x16c45b(0xa4)]=[],global['__sessionFailed']=![],global[_0x16c45b(0x89)]=async()=>{const _0x4c73c5=_0x16c45b;let _0x213c13=![];try{await global[_0x4c73c5(0x103)][0x0][_0x4c73c5(0x13b)],_0x213c13=!![],global[_0x4c73c5(0x78)]?await _0x21cda4[_0x4c73c5(0x138)](markSessionStatus,global[_0x4c73c5(0x103)][0x0],_0x21cda4[_0x4c73c5(0x87)],global[_0x4c73c5(0xa4)]['join'](_0x21cda4['ZNZOY'])):await _0x21cda4[_0x4c73c5(0x83)](markSessionStatus,global[_0x4c73c5(0x103)][0x0],_0x21cda4['TCqlC']);}catch(_0x2531a0){logger[_0x4c73c5(0xc7)](_0x4c73c5(0x116)+_0x2531a0);}global[_0x4c73c5(0xa4)]=[],global['__sessionFailed']=![];if(_0x213c13)try{try{if(_0x21cda4[_0x4c73c5(0xc0)](shouldProcessEventForTesthub)){const _0x41257f=global[_0x4c73c5(0x103)][0x0];if(_0x41257f&&!_0x41257f[_0x4c73c5(0xbe)]&&_0x41257f[_0x4c73c5(0xdd)]){const _0x47cdef=await _0x21cda4['Fwqkc'](sendPlatformDetails,_0x41257f,_0x41257f[_0x4c73c5(0xdd)]);_0x47cdef&&(_0x41257f[_0x4c73c5(0xbe)]=!![]);}}}catch(_0x9a5f37){logger[_0x4c73c5(0xc7)](_0x4c73c5(0xc8)+_0x9a5f37);}await global[_0x4c73c5(0x103)][0x0]['initQuit']();}catch(_0x1efe0f){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x1efe0f);}};},{'platform':_0x21cda4[_0x47d212(0x83)](nestedKeyValue,global[_0x47d212(0xb5)],[_0x21cda4[_0x47d212(0x114)]]),'hookType':_0x21cda4[_0x47d212(0xdc)]})();},'beforeEach'(_0x434671){const _0x1d77e1=a43_0x16a740,_0x581398={'Zvhhy':function(_0xda0bad){return _0xda0bad();},'BwITH':function(_0x15c5b8,_0x38671e){return _0x15c5b8>_0x38671e;},'ENxik':function(_0x36bdb3,_0x29065d){return _0x36bdb3>_0x29065d;},'Ppkok':_0x1d77e1(0x11a),'AzwNR':function(_0x222840,_0x42d997,_0x1d592e){return _0x222840(_0x42d997,_0x1d592e);},'azxcL':function(_0x1effa9,_0x8dfc3f){return _0x1effa9===_0x8dfc3f;},'zHWrl':_0x1d77e1(0xf0),'vpGbG':_0x1d77e1(0xf5),'rDsOY':_0x1d77e1(0xa5),'amalI':_0x1d77e1(0xe5),'NaLbN':_0x1d77e1(0x6c),'OXCwa':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','pVbhB':_0x1d77e1(0xe4),'FshWK':_0x1d77e1(0xe1),'uddHA':function(_0x456f32,_0x4bef55,_0x2fab3c){return _0x456f32(_0x4bef55,_0x2fab3c);},'FzXzy':_0x1d77e1(0xfe),'jjnmX':_0x1d77e1(0x92)};globals[_0x1d77e1(0x8a)](_0x581398[_0x1d77e1(0xd5)],this[_0x1d77e1(0x130)][_0x1d77e1(0xe9)]()[_0x1d77e1(0xbb)](_0x581398[_0x1d77e1(0x115)])),PerformanceTester[_0x1d77e1(0xb8)](PerformanceSdkEvents[_0x1d77e1(0x8c)],()=>{const _0x2a36e9=_0x1d77e1,_0x5dd16c={'jTZgG':function(_0x1ee870,_0x1cd4f6){return _0x581398['BwITH'](_0x1ee870,_0x1cd4f6);},'BtncX':function(_0x3c7c69,_0x46e3b5){const _0x3699e7=a43_0x46bc;return _0x581398[_0x3699e7(0x12f)](_0x3c7c69,_0x46e3b5);},'inGeB':_0x581398[_0x2a36e9(0x115)],'uFnHM':function(_0xee1344,_0x32612f,_0x51a348){const _0x4d6561=_0x2a36e9;return _0x581398[_0x4d6561(0x68)](_0xee1344,_0x32612f,_0x51a348);},'ZAUEM':function(_0xaae895,_0x32abba){const _0x14f12c=_0x2a36e9;return _0x581398[_0x14f12c(0x9d)](_0xaae895,_0x32abba);},'fgbvG':_0x581398['zHWrl'],'gsbIA':_0x581398[_0x2a36e9(0xa1)],'IoUhy':function(_0x4210c7){return _0x581398['Zvhhy'](_0x4210c7);},'hdfMJ':_0x581398[_0x2a36e9(0x77)],'LbGxu':_0x581398[_0x2a36e9(0xa8)],'rkqaM':function(_0x312b72,_0x8ce6a8){const _0x760049=_0x2a36e9;return _0x581398[_0x760049(0x9d)](_0x312b72,_0x8ce6a8);},'SEIoq':_0x581398[_0x2a36e9(0x70)],'gqaSH':_0x581398[_0x2a36e9(0x82)],'ZHPTv':_0x581398[_0x2a36e9(0x7b)],'jICCI':function(_0x1d957f){const _0x2f9ca1=_0x2a36e9;return _0x581398[_0x2f9ca1(0xaa)](_0x1d957f);}},_0x3fad00='browserstack internal helper hook';new Promise(async _0x413d56=>{const _0x110d95=_0x2a36e9;let _0x2a61d6=!![];try{_0x5dd16c[_0x110d95(0x80)](global['__drivers'][_0x110d95(0xcf)],0x1)&&(await global[_0x110d95(0x89)](),global[_0x110d95(0x103)]['shift']()),_0x5dd16c[_0x110d95(0xa2)](global['__drivers'][0x0]['quitCount_'],0x0)&&(_0x2a61d6=![],await global['driverCleanup']());}catch(_0x20fac2){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x20fac2);}try{Array[_0x110d95(0xa9)](global['__drivers'])&&global[_0x110d95(0x103)][0x0]&&(global[_0x110d95(0x103)][0x0][_0x110d95(0x7d)]=this[_0x110d95(0x130)][_0x110d95(0xe9)]()[_0x110d95(0xbb)](_0x5dd16c[_0x110d95(0x91)])),global[_0x110d95(0x7d)]=this[_0x110d95(0x130)]['titlePath']()[_0x110d95(0xbb)](_0x5dd16c[_0x110d95(0x91)]);}catch(_0x5c8b23){logger['debug'](_0x110d95(0xfa)+_0x5c8b23);}this[_0x110d95(0x130)][_0x110d95(0xe3)]=_0x5dd16c['uFnHM'](shouldScanTestForAccessibility,this[_0x110d95(0x130)][_0x110d95(0xe9)](),!![]);let _0x2baadb=!![];try{const _0x2b3f62=JSON[_0x110d95(0x137)](process[_0x110d95(0xa0)][_0x110d95(0xd3)]||'{}');_0x5dd16c[_0x110d95(0xd2)](_0x2b3f62[_0x110d95(0x136)],![])&&(_0x2baadb=![]);}catch(_0x15029a){logger[_0x110d95(0xc7)](_0x110d95(0x74)+_0x15029a[_0x110d95(0x120)]);}const _0x1f8d15=_0x2baadb&&this['currentTest'][_0x110d95(0xe3)];globals[_0x110d95(0x8a)](_0x5dd16c[_0x110d95(0xcb)],_0x1f8d15),globals['setGlobal'](_0x5dd16c[_0x110d95(0x10b)],null),this[_0x110d95(0x130)][_0x110d95(0x11d)]=this[_0x110d95(0x130)]['shouldScanTestForAccessibility'];if(_0x5dd16c[_0x110d95(0xc1)](isAccessibilityAutomationSession)&&_0x2a61d6&&Array['isArray'](global[_0x110d95(0x103)])&&_0x5dd16c[_0x110d95(0x80)](global[_0x110d95(0x103)][_0x110d95(0xcf)],0x0)&&globals[_0x110d95(0x75)](_0x5dd16c['hdfMJ']))try{const _0x8d0f09=await global['__drivers'][0x0]['session_'];if(_0x8d0f09){let _0x377f6d=!![];const _0x3ec975=await global[_0x110d95(0x103)][0x0]['getCurrentUrl']();let _0x2cccf2;try{_0x2cccf2=new URL(_0x3ec975),_0x377f6d=_0x5dd16c['ZAUEM'](_0x2cccf2[_0x110d95(0xa3)],_0x5dd16c[_0x110d95(0x73)])||_0x5dd16c[_0x110d95(0xce)](_0x2cccf2[_0x110d95(0xa3)],_0x5dd16c['SEIoq']);}catch(_0x59de85){_0x377f6d=![];}_0x377f6d&&(this['currentTest'][_0x110d95(0xe3)]&&logger[_0x110d95(0xca)](_0x5dd16c[_0x110d95(0xdb)])),this[_0x110d95(0x130)][_0x110d95(0x11d)]=this[_0x110d95(0x130)][_0x110d95(0xe3)],_0x1f8d15&&logger[_0x110d95(0xca)](_0x5dd16c['ZHPTv']);}}catch(_0x316fd8){logger[_0x110d95(0xe2)](_0x110d95(0x85)+util['format'](_0x316fd8));}_0x5dd16c[_0x110d95(0x10e)](_0x413d56);})[_0x2a36e9(0x12e)](()=>{_0x581398['Zvhhy'](_0x434671);});},{'platform':_0x581398[_0x1d77e1(0xc5)](nestedKeyValue,global[_0x1d77e1(0xb5)],[_0x581398[_0x1d77e1(0xb9)]]),'hookType':_0x581398[_0x1d77e1(0x117)]})();},'afterEach'(_0x47d601){const _0x5da5f4=a43_0x16a740,_0x2e6bcd={'nJrHY':'\x20-\x20','DZlFs':function(_0x185a21,_0x3936f2){return _0x185a21!==_0x3936f2;},'pOtWU':_0x5da5f4(0xe8),'drQds':function(_0x1b7b28,_0x2dac56,_0x34c940){return _0x1b7b28(_0x2dac56,_0x34c940);},'pjlKy':function(_0x1f78e5,_0x39ea1c){return _0x1f78e5+_0x39ea1c;},'IOqYV':_0x5da5f4(0x11c),'rpoYC':_0x5da5f4(0xe2),'qllAL':_0x5da5f4(0x127),'bqtOe':_0x5da5f4(0xca),'SGIqC':function(_0x3630f1,_0x5ef0f2){return _0x3630f1>_0x5ef0f2;},'YWtkj':function(_0x364b7b,_0x1ce69f){return _0x364b7b===_0x1ce69f;},'YoJRc':_0x5da5f4(0x6b),'axOoL':_0x5da5f4(0xd9),'tBHYy':function(_0x2bdab2,_0x3c791d,_0x3b971b,_0x2a892e){return _0x2bdab2(_0x3c791d,_0x3b971b,_0x2a892e);},'EcSKW':'isAccessibilityPlatform','NsScB':_0x5da5f4(0x7c),'BrtJf':_0x5da5f4(0xf0),'mNtnF':_0x5da5f4(0x102),'KcJQK':'afterTest','gFUDj':_0x5da5f4(0x13a),'nGYmy':'Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','ubeWG':_0x5da5f4(0xee),'eMuOd':_0x5da5f4(0x71),'UKyyk':'Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','SIPzI':_0x5da5f4(0xb6),'HiOeb':function(_0x407f30){return _0x407f30();},'psqAV':function(_0x5c21b4,_0x5b4a17,_0xac80c0){return _0x5c21b4(_0x5b4a17,_0xac80c0);},'mKSqE':_0x5da5f4(0xc7),'ZlJif':function(_0x346aaf,_0x10c588){return _0x346aaf>_0x10c588;},'QKcNq':_0x5da5f4(0xe6),'dgEby':function(_0x40c7a8,_0x3002f8,_0x3fdb63){return _0x40c7a8(_0x3002f8,_0x3fdb63);},'fmPfV':_0x5da5f4(0xfe),'ZogNU':_0x5da5f4(0x105)},_0x57e58e='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x2e6bcd['QKcNq']]),global[_0x5da5f4(0xe7)]=this['currentTest'][_0x5da5f4(0xe9)]()[_0x5da5f4(0xbb)](_0x2e6bcd[_0x5da5f4(0x9e)]),PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x2c6a46=_0x5da5f4,_0x66b735={'LiOAT':_0x2e6bcd[_0x2c6a46(0x9e)],'OLrsW':function(_0x49f4fb,_0xf7ccb0){const _0x2b149d=_0x2c6a46;return _0x2e6bcd[_0x2b149d(0xae)](_0x49f4fb,_0xf7ccb0);},'JSkrk':_0x2e6bcd[_0x2c6a46(0x8d)],'FZlxZ':function(_0x5175f5,_0x4bc69d,_0x13c5a9){const _0x5f11e9=_0x2c6a46;return _0x2e6bcd[_0x5f11e9(0x8b)](_0x5175f5,_0x4bc69d,_0x13c5a9);},'bxOhp':function(_0x4df770,_0x1376bf){const _0x3ca975=_0x2c6a46;return _0x2e6bcd[_0x3ca975(0xb1)](_0x4df770,_0x1376bf);},'XcScF':_0x2e6bcd['IOqYV'],'lnmIH':_0x2e6bcd[_0x2c6a46(0xe0)],'LUJgu':_0x2e6bcd[_0x2c6a46(0x11f)],'csvaP':_0x2e6bcd[_0x2c6a46(0x119)],'Rpshv':function(_0x1bf836,_0x1ba926){const _0xbf04a8=_0x2c6a46;return _0x2e6bcd[_0xbf04a8(0x9a)](_0x1bf836,_0x1ba926);},'RCDfN':function(_0x5cc296,_0x949de1){const _0x4671a7=_0x2c6a46;return _0x2e6bcd[_0x4671a7(0xc3)](_0x5cc296,_0x949de1);},'qUWAf':_0x2e6bcd['YoJRc'],'xXHlu':_0x2e6bcd['axOoL'],'DfACX':function(_0xd0d628,_0x424457,_0x426461,_0x549941){const _0x49cbc7=_0x2c6a46;return _0x2e6bcd[_0x49cbc7(0x9b)](_0xd0d628,_0x424457,_0x426461,_0x549941);},'ZxVRF':_0x2e6bcd[_0x2c6a46(0x124)],'LOqJe':_0x2e6bcd[_0x2c6a46(0xc9)],'Bkqst':_0x2e6bcd['BrtJf'],'ExCVw':_0x2e6bcd['mNtnF'],'xNFZX':_0x2e6bcd[_0x2c6a46(0x118)],'NSRVb':_0x2e6bcd[_0x2c6a46(0x99)],'sgVny':_0x2e6bcd[_0x2c6a46(0xf2)],'sDkIm':_0x2e6bcd[_0x2c6a46(0x6d)],'rydgf':_0x2e6bcd[_0x2c6a46(0x133)],'CHuZs':_0x2e6bcd[_0x2c6a46(0x139)],'FgHAD':_0x2e6bcd[_0x2c6a46(0xbf)],'chadV':function(_0xb890f3){const _0x27df90=_0x2c6a46;return _0x2e6bcd[_0x27df90(0x96)](_0xb890f3);},'CwHYr':function(_0x20166c,_0x4a1af1,_0xf08f6b){const _0x37a5e8=_0x2c6a46;return _0x2e6bcd[_0x37a5e8(0xd6)](_0x20166c,_0x4a1af1,_0xf08f6b);},'LyebJ':_0x2e6bcd[_0x2c6a46(0xde)],'ujgaJ':function(_0x5383f8,_0x5ee922){return _0x2e6bcd['ZlJif'](_0x5383f8,_0x5ee922);},'NKvJF':function(_0x13c7ad){return _0x2e6bcd['HiOeb'](_0x13c7ad);}},_0x249c96=async(_0x2b39af,_0x2baea1)=>{const _0x2f5c50=_0x2c6a46;await global[_0x2f5c50(0x103)][0x0][_0x2f5c50(0x134)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x2b39af+_0x2f5c50(0x97)+_0x2baea1+_0x2f5c50(0xfc));};new Promise(async _0x252bce=>{const _0x3d3a74=_0x2c6a46,_0x18a094={'mmeoP':_0x66b735[_0x3d3a74(0xac)],'ebxCr':function(_0x1f4699,_0x5382e1){const _0x4bdc06=_0x3d3a74;return _0x66b735[_0x4bdc06(0x131)](_0x1f4699,_0x5382e1);},'DvcQu':_0x66b735['JSkrk'],'shQTb':function(_0x3607fb,_0x26e765,_0x52b624){const _0x5aa49f=_0x3d3a74;return _0x66b735[_0x5aa49f(0xb7)](_0x3607fb,_0x26e765,_0x52b624);},'BxWaz':function(_0x5c856c,_0x3c5cb0){const _0x10bb01=_0x3d3a74;return _0x66b735[_0x10bb01(0x12d)](_0x5c856c,_0x3c5cb0);},'okiUr':_0x66b735['XcScF'],'YPssl':_0x66b735[_0x3d3a74(0x76)],'rcOHF':function(_0xdf8458,_0xdb9410,_0x261a66){return _0x66b735['FZlxZ'](_0xdf8458,_0xdb9410,_0x261a66);},'fZVBx':_0x66b735['LUJgu'],'xsDAQ':_0x66b735['csvaP']};try{_0x66b735[_0x3d3a74(0xf8)](global[_0x3d3a74(0x103)]['length'],0x1)&&(await global['driverCleanup'](),global['__drivers'][_0x3d3a74(0x10d)](),global['__error_messages__']=[],global[_0x3d3a74(0x78)]=![]);try{if(global[_0x3d3a74(0x107)]&&_0x66b735[_0x3d3a74(0x126)](global[_0x3d3a74(0x65)],_0x66b735[_0x3d3a74(0xdf)])&&global[_0x3d3a74(0x103)][0x0]){const _0x1afdf6=_0x66b735['Rpshv'](global[_0x3d3a74(0x125)][_0x3d3a74(0xcf)],0x0)?!!global[_0x3d3a74(0x125)][0x0][_0x3d3a74(0x7e)]||!!global['capabilities'][0x0][_0x66b735[_0x3d3a74(0x108)]]:![],_0x37212a={};_0x37212a['app']=_0x1afdf6,await _0x66b735[_0x3d3a74(0x10a)](percyAutoCapture,global[_0x3d3a74(0x103)][0x0],_0x66b735['qUWAf'],_0x37212a);}}catch(_0x41cbb5){logger[_0x3d3a74(0xc7)](_0x3d3a74(0x129)+_0x41cbb5);}!global[_0x3d3a74(0xb3)]&&(await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x22f6bb=_0x3d3a74;await global[_0x22f6bb(0x103)][0x0]['executeScript'](_0x22f6bb(0xa7)+JSON[_0x22f6bb(0x94)](this[_0x22f6bb(0x130)][_0x22f6bb(0xe9)]()[_0x22f6bb(0xbb)](_0x18a094[_0x22f6bb(0x112)]))+'}}');})(),global['__drivers'][0x0]['sessionNameSet__']=!![]),await PerformanceTester[_0x3d3a74(0xb8)](PerformanceAutEvents[_0x3d3a74(0xed)],async()=>{const _0x1d55e3=_0x3d3a74,_0x132392=_0x18a094[_0x1d55e3(0x7f)](this[_0x1d55e3(0x130)][_0x1d55e3(0x98)],_0x18a094[_0x1d55e3(0xf4)]);_0x132392?(global[_0x1d55e3(0x78)]=!![],global['__error_messages__']['push'](this[_0x1d55e3(0x130)][_0x1d55e3(0x7a)][_0x1d55e3(0x120)]),await _0x18a094['shQTb'](_0x249c96,JSON['stringify'](_0x18a094[_0x1d55e3(0x109)](_0x18a094[_0x1d55e3(0x100)],this[_0x1d55e3(0x130)][_0x1d55e3(0x7a)][_0x1d55e3(0x120)])),_0x18a094[_0x1d55e3(0x11b)])):await _0x18a094[_0x1d55e3(0x72)](_0x249c96,JSON[_0x1d55e3(0x94)](_0x18a094[_0x1d55e3(0xaf)]),_0x18a094[_0x1d55e3(0x66)]);})();}catch(_0x485ea7){logger[_0x3d3a74(0xc7)](_0x3d3a74(0x88)+_0x485ea7);}try{if(this['currentTest'][_0x3d3a74(0x11d)]&&globals[_0x3d3a74(0x75)](_0x66b735[_0x3d3a74(0xd1)])){logger[_0x3d3a74(0xca)](_0x66b735['LOqJe']);const _0xf4f9ba={};_0xf4f9ba[_0x3d3a74(0xbc)]=this[_0x3d3a74(0x130)][_0x3d3a74(0xf9)],_0xf4f9ba[_0x3d3a74(0xfd)]=process[_0x3d3a74(0xa0)][testHubConstants['ENV_VAR'][_0x3d3a74(0x12c)]],_0xf4f9ba[_0x3d3a74(0xec)]=process[_0x3d3a74(0xa0)][testHubConstants[_0x3d3a74(0x110)][_0x3d3a74(0x79)]];const _0x5adf11=_0xf4f9ba;logger[_0x3d3a74(0xc7)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x3d3a74(0x94)](_0x5adf11));if(globals[_0x3d3a74(0x75)](_0x66b735[_0x3d3a74(0x69)])){logger[_0x3d3a74(0xc7)](_0x66b735[_0x3d3a74(0xd8)]);const _0x3cfe43={};_0x3cfe43[_0x3d3a74(0x113)]=_0x66b735['xNFZX'];const _0xf9580=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x12667e=_0x3d3a74;return await accessibilityRetryHelper[_0x12667e(0xda)](global[_0x12667e(0x103)][0x0],global[_0x12667e(0x7d)]);},_0x3cfe43)();_0xf9580?logger['debug'](_0x66b735[_0x3d3a74(0xc4)]):logger[_0x3d3a74(0xf3)](_0x66b735[_0x3d3a74(0x122)]);}else logger[_0x3d3a74(0xc7)](_0x66b735[_0x3d3a74(0xf7)]);const _0x5bdd29=await PerformanceTester[_0x3d3a74(0xb8)](PerformanceA11yEvents[_0x3d3a74(0x123)],async()=>{return await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global['__drivers'][0x0],_0x5adf11);})();_0x5bdd29?logger['debug'](_0x66b735[_0x3d3a74(0xcc)]):logger[_0x3d3a74(0xf3)](_0x66b735['CHuZs']),logger['info'](_0x66b735['FgHAD']);}}catch(_0x4bc0e7){logger[_0x3d3a74(0xe2)](_0x3d3a74(0x84)+this['currentTest'][_0x3d3a74(0xe9)]()+'.\x20Error\x20:',_0x4bc0e7);}try{try{if(_0x66b735[_0x3d3a74(0xef)](shouldProcessEventForTesthub)){const _0x870ac8=global[_0x3d3a74(0x103)][0x0];if(_0x870ac8){const _0x5f5437=await _0x66b735[_0x3d3a74(0x6e)](sendPlatformDetails,_0x870ac8,this[_0x3d3a74(0x130)]?this['currentTest']['testAnalyticsId']:null);_0x5f5437&&(_0x870ac8[_0x3d3a74(0xbe)]=!![]);}if(_0x66b735['chadV'](isBrowserstackInfra)){PerformanceTester['start'](PerformanceO11yEvents['SYNC']);const _0x1dd9c1=_0x3d3a74(0x6a)+Date['now']();await _0x66b735['FZlxZ'](_0x249c96,JSON[_0x3d3a74(0x94)](_0x1dd9c1),_0x66b735[_0x3d3a74(0x9f)]),PerformanceTester[_0x3d3a74(0x121)](PerformanceO11yEvents[_0x3d3a74(0x101)]);}}}catch(_0x292ce0){logger[_0x3d3a74(0xc7)](_0x3d3a74(0x106)+_0x292ce0),PerformanceTester[_0x3d3a74(0x121)](PerformanceO11yEvents[_0x3d3a74(0x101)],![],_0x292ce0);}_0x66b735[_0x3d3a74(0x81)](global['__drivers'][0x0][_0x3d3a74(0xd4)],0x0)&&await global['driverCleanup']();}catch(_0x5b2766){logger[_0x3d3a74(0xc7)](_0x3d3a74(0xff)+_0x5b2766);}_0x66b735['chadV'](_0x252bce);})['then'](()=>{const _0x595e0a=_0x2c6a46;_0x66b735[_0x595e0a(0xd0)](_0x47d601);});},{'platform':_0x2e6bcd[_0x5da5f4(0x12a)](nestedKeyValue,global[_0x5da5f4(0xb5)],[_0x2e6bcd[_0x5da5f4(0x67)]]),'hookType':_0x2e6bcd[_0x5da5f4(0xf1)]})();},'afterAll'(_0x40518d){const _0x2a18d6=a43_0x16a740,_0x57b6a7={'MkyNq':function(_0x1412ab){return _0x1412ab();},'KhIgm':function(_0x4e8442){return _0x4e8442();},'rTmta':_0x2a18d6(0xe6),'HdFxE':function(_0x33f8db,_0x16d25a,_0x170dc7){return _0x33f8db(_0x16d25a,_0x170dc7);},'DpodL':'index','Gcood':_0x2a18d6(0x111)},_0x38e03a='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x57b6a7[_0x2a18d6(0xb2)]]),PerformanceTester[_0x2a18d6(0xb8)](PerformanceSdkEvents[_0x2a18d6(0x8c)],()=>{const _0xb243fb=_0x2a18d6;new Promise(async _0x2a29c5=>{const _0x3d12bd=a43_0x46bc;await global['driverCleanup'](),_0x57b6a7[_0x3d12bd(0x10f)](_0x2a29c5);})[_0xb243fb(0x12e)]()[_0xb243fb(0xd7)](()=>{const _0x10cd53=_0xb243fb;_0x57b6a7[_0x10cd53(0x90)](_0x40518d);});},{'platform':_0x57b6a7[_0x2a18d6(0xb0)](nestedKeyValue,global[_0x2a18d6(0xb5)],[_0x57b6a7['DpodL']]),'hookType':_0x57b6a7[_0x2a18d6(0x8e)]})();}};
1
+ const a43_0x38e4c1=a43_0x2358;function a43_0x43a3(){const _0x4334ed=['bMMEb','ZZxIX','VEOGg','browserstackTestName','isArray','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','\x20-\x20','../../helpers/performance/performance-tester','vrBfW','eCrLS','tKxnM',',\x22level\x22:\x20\x22','__platformCaps','shift','beforeAll','SuEsr','../utils/constants','__bstackOwningRunUuid','xDSia','SYNC','SAVE_RESULTS','TQMLh','mocha','saveAccessibilityResultsWithRetry','16260ZblDGO','ObservabilitySync:','initQuit','parse','118343kLvaxk','executeScript','azvNh','../../helpers/accessibility-automation/helper','naUjW','uYIQr','quitCount_','thTestRunUuid','KnYRP','AVmot','sJtdX','.\x20Error\x20:','protocol','appium:app','DslWu','kWAJl','start','RwLUJ','OYULD','length','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','10736VCZwtN','NAAKf','2160558jCSEJH','HWhHZ','browserstackSessionName','warn','SBEoK','BROWSERSTACK_TESTHUB_UUID','../../helpers/testhub/constants','azgHI','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','env','startMonitoring','SDK_HOOK','measureWrapper','../../helpers/logger','yHQaf','afterTest','YcTUj','getCurrentUrl','./test-observability/mochaUtils','Mocha','182CdOiQG','capabilities','VqDYa','end','../../helpers/testhub/utils','format','SAyRR','failed','join','IlGpC','ZtHzN','stringify','../../helpers/globals','then','bstackA11yScanOptions','winstonLogger','thBuildUuid','MlfVL','[Accessibility]\x20Auto\x20scan\x20is\x20disabled;\x20skipping\x20final\x20scan\x20and\x20saving\x20current\x20accumulated\x20results','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','bgpOk','BcqqW','info','gpdQo','cTOUZ','installAll','https:','tzCFr','UAILE','command','nlNlz','QlnRW','currentTest','sessionName','afterEach','gmuZh','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','ZnwTN','BROWSERSTACK_TESTHUB_JWT','270MOeqPX','now','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','GFyMp','765032UcWOpB','session_','cXbqI','qePyF','../../helpers/performance/constants','timeout','3147360VptUMr','ZHZjJ','JcFUH','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Failed\x20to\x20store\x20session\x20name:\x20','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','QMIBy','app','tvbyQ','cdIuh','err','SESSION_STATUS','mochaHooks','quGsy','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','passed','__bstackPlatformReported','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','percy','Automate\x20test\x20case\x20execution\x20has\x20started.','fFval','mXqHo','lJKFu','message','performScanWithRetry','ENV_VAR','TuHOt','debug','dACzs','vDNvg','autoScanning','TvyXL','xcJDn','accessibilityScanStarted','__error_messages__','YWnTD','__sessionFailed','YevKa','index','rKGwz','shouldScanTestForAccessibility','__drivers','sessionNameSet__','driverCleanup','Failed:\x20','3742zNiutR','363lWadWs','push','Accessibility\x20results\x20saved\x20successfully','fOSxZ','titlePath','../../helpers/driverInitErrorReporter','getGlobal','EMOEY','thJwtToken','SIWLS','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','Accessibility\x20scan\x20completed\x20successfully','mDKxA','ciXWQ','bstackA11yShouldScan','GcbJg','eHnvT','error','testAnalyticsId','afterAll','setGlobal','Passed','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','finally','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'];a43_0x43a3=function(){return _0x4334ed;};return a43_0x43a3();}(function(_0x2bd511,_0x36570e){const _0x537b47=a43_0x2358,_0x4b5010=_0x2bd511();while(!![]){try{const _0x271c82=parseInt(_0x537b47(0xd0))/0x1+-parseInt(_0x537b47(0x15a))/0x2*(parseInt(_0x537b47(0x15b))/0x3)+-parseInt(_0x537b47(0xe5))/0x4*(parseInt(_0x537b47(0x123))/0x5)+-parseInt(_0x537b47(0xcc))/0x6*(parseInt(_0x537b47(0xfb))/0x7)+-parseInt(_0x537b47(0x127))/0x8+parseInt(_0x537b47(0xe7))/0x9+parseInt(_0x537b47(0x12d))/0xa;if(_0x271c82===_0x36570e)break;else _0x4b5010['push'](_0x4b5010['shift']());}catch(_0x535df4){_0x4b5010['push'](_0x4b5010['shift']());}}}(a43_0x43a3,0x2122d));function a43_0x2358(_0x100352,_0x35f136){const _0x43a385=a43_0x43a3();return a43_0x2358=function(_0x23584d,_0x44a717){_0x23584d=_0x23584d-0xb3;let _0x275f0a=_0x43a385[_0x23584d];return _0x275f0a;},a43_0x2358(_0x100352,_0x35f136);}const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a43_0x38e4c1(0xd3)),accessibilityRetryHelper=require('../../helpers/accessibility-automation/accessibilityRetryHelper'),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a43_0x38e4c1(0xc4)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a43_0x38e4c1(0xf9)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require('../../helpers/helper'),PerformanceTester=require(a43_0x38e4c1(0xbb)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a43_0x38e4c1(0x12b)),globals=require(a43_0x38e4c1(0x107)),logger=require(a43_0x38e4c1(0xf4))[a43_0x38e4c1(0x10a)],{shouldProcessEventForTesthub}=require(a43_0x38e4c1(0xff)),testHubConstants=require(a43_0x38e4c1(0xed));try{require(a43_0x38e4c1(0x160))[a43_0x38e4c1(0x114)](a43_0x38e4c1(0xca));}catch(a43_0x3075a9){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a43_0x3075a9&&a43_0x3075a9[a43_0x38e4c1(0x144)]));}exports[a43_0x38e4c1(0x139)]={'beforeAll'(){const _0x559d8b=a43_0x38e4c1,_0x31a5da={'OYULD':function(_0xc312f4,_0x45a2f5,_0x4c05f9,_0x3faf5b){return _0xc312f4(_0x45a2f5,_0x4c05f9,_0x3faf5b);},'gmuZh':_0x559d8b(0x102),'YcTUj':'\x20|\x20','HWhHZ':function(_0x212775,_0x3b513f,_0x5cd157){return _0x212775(_0x3b513f,_0x5cd157);},'azvNh':'passed','JcFUH':function(_0x32305d){return _0x32305d();},'DslWu':function(_0xf61498,_0x3e902d,_0x2923a7){return _0xf61498(_0x3e902d,_0x2923a7);},'rKGwz':function(_0x425779,_0xa78a8f,_0x2dfac6){return _0x425779(_0xa78a8f,_0x2dfac6);},'hjXSl':'index','lJKFu':_0x559d8b(0xc2)};PerformanceTester[_0x559d8b(0xf1)]();const _0x3b6d23='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x402ac2=_0x559d8b;global[_0x402ac2(0x14f)]=[],global[_0x402ac2(0x151)]=![],global[_0x402ac2(0x158)]=async()=>{const _0x5a658c=_0x402ac2;let _0x31d859=![];try{await global['__drivers'][0x0][_0x5a658c(0x128)],_0x31d859=!![],global[_0x5a658c(0x151)]?await _0x31a5da[_0x5a658c(0xe2)](markSessionStatus,global[_0x5a658c(0x156)][0x0],_0x31a5da[_0x5a658c(0x11e)],global[_0x5a658c(0x14f)][_0x5a658c(0x103)](_0x31a5da[_0x5a658c(0xf7)])):await _0x31a5da[_0x5a658c(0xe8)](markSessionStatus,global[_0x5a658c(0x156)][0x0],_0x31a5da[_0x5a658c(0xd2)]);}catch(_0x1105fe){logger[_0x5a658c(0x148)](_0x5a658c(0xb9)+_0x1105fe);}global[_0x5a658c(0x14f)]=[],global[_0x5a658c(0x151)]=![];if(_0x31d859)try{try{if(_0x31a5da[_0x5a658c(0x12f)](shouldProcessEventForTesthub)){const _0x156458=global[_0x5a658c(0x156)][0x0];if(_0x156458&&!_0x156458[_0x5a658c(0x13d)]&&_0x156458[_0x5a658c(0xc5)]){const _0x57583a=await _0x31a5da[_0x5a658c(0xde)](sendPlatformDetails,_0x156458,_0x156458[_0x5a658c(0xc5)]);_0x57583a&&(_0x156458[_0x5a658c(0x13d)]=!![]);}}}catch(_0xf79185){logger[_0x5a658c(0x148)](_0x5a658c(0x13b)+_0xf79185);}await global['__drivers'][0x0][_0x5a658c(0xce)]();}catch(_0x15a9b2){logger[_0x5a658c(0x148)](_0x5a658c(0x132)+_0x15a9b2);}};},{'platform':_0x31a5da[_0x559d8b(0x154)](nestedKeyValue,global[_0x559d8b(0xc0)],[_0x31a5da['hjXSl']]),'hookType':_0x31a5da[_0x559d8b(0x143)]})();},'beforeEach'(_0x1103aa){const _0x4efb03=a43_0x38e4c1,_0x14f671={'mDKxA':function(_0x2c417d){return _0x2c417d();},'bMMEb':function(_0xa8ad9a,_0x23da27){return _0xa8ad9a>_0x23da27;},'eHnvT':_0x4efb03(0xba),'PiDwZ':function(_0x2486dd,_0x4e4bfe,_0x375397){return _0x2486dd(_0x4e4bfe,_0x375397);},'nlNlz':function(_0x4bc3e7,_0x40081d){return _0x4bc3e7===_0x40081d;},'NOKCw':_0x4efb03(0x16b),'WkdFv':_0x4efb03(0x109),'sJtdX':function(_0x383b86){return _0x383b86();},'GcbJg':function(_0x2a13c9,_0x5b0225){return _0x2a13c9>_0x5b0225;},'cTOUZ':'isAccessibilityPlatform','dcPnP':'http:','quGsy':_0x4efb03(0x115),'fOSxZ':_0x4efb03(0x130),'cdIuh':_0x4efb03(0x140),'cXbqI':_0x4efb03(0xb7),'GFyMp':function(_0x3dd461,_0x3353b4,_0x356b01){return _0x3dd461(_0x3353b4,_0x356b01);},'mXqHo':_0x4efb03(0x153),'SuEsr':'beforeEach'};globals[_0x4efb03(0x171)](_0x14f671[_0x4efb03(0x129)],this['currentTest']['titlePath']()['join'](_0x14f671[_0x4efb03(0x16d)])),PerformanceTester[_0x4efb03(0xf3)](PerformanceSdkEvents[_0x4efb03(0xf2)],()=>{const _0x236baf=_0x4efb03,_0x59b39e={'KnYRP':function(_0x43d100,_0x11b0bf){const _0x11585c=a43_0x2358;return _0x14f671[_0x11585c(0xb4)](_0x43d100,_0x11b0bf);},'ZtHzN':_0x14f671[_0x236baf(0x16d)],'WAKct':function(_0x357ecc,_0x1e75ae,_0x22ca8e){return _0x14f671['PiDwZ'](_0x357ecc,_0x1e75ae,_0x22ca8e);},'fFval':function(_0x48ee5d,_0x30cf35){const _0x56696d=_0x236baf;return _0x14f671[_0x56696d(0x119)](_0x48ee5d,_0x30cf35);},'SBEoK':_0x14f671['NOKCw'],'dACzs':_0x14f671['WkdFv'],'YevKa':function(_0x1a42de){const _0x49313a=_0x236baf;return _0x14f671[_0x49313a(0xda)](_0x1a42de);},'SAyRR':function(_0x9980c5,_0x27298f){const _0x59a2b1=_0x236baf;return _0x14f671[_0x59a2b1(0x16c)](_0x9980c5,_0x27298f);},'azgHI':_0x14f671[_0x236baf(0x113)],'wzehS':_0x14f671['dcPnP'],'xDSia':_0x14f671[_0x236baf(0x13a)],'FUAzi':_0x14f671[_0x236baf(0x15e)],'RwLUJ':_0x14f671[_0x236baf(0x136)]},_0x39e98c='browserstack internal helper hook';new Promise(async _0x5071e1=>{const _0x55ccd=_0x236baf;let _0x11d05e=!![];try{_0x59b39e['KnYRP'](global[_0x55ccd(0x156)][_0x55ccd(0xe3)],0x1)&&(await global[_0x55ccd(0x158)](),global[_0x55ccd(0x156)][_0x55ccd(0xc1)]()),_0x59b39e[_0x55ccd(0xd8)](global[_0x55ccd(0x156)][0x0]['quitCount_'],0x0)&&(_0x11d05e=![],await global[_0x55ccd(0x158)]());}catch(_0x18bfcc){logger[_0x55ccd(0x148)](_0x55ccd(0x132)+_0x18bfcc);}try{Array[_0x55ccd(0xb8)](global[_0x55ccd(0x156)])&&global[_0x55ccd(0x156)][0x0]&&(global[_0x55ccd(0x156)][0x0][_0x55ccd(0xe9)]=this[_0x55ccd(0x11b)][_0x55ccd(0x15f)]()[_0x55ccd(0x103)](_0x59b39e[_0x55ccd(0x105)])),global[_0x55ccd(0xe9)]=this['currentTest']['titlePath']()[_0x55ccd(0x103)](_0x59b39e[_0x55ccd(0x105)]);}catch(_0x43fe33){logger[_0x55ccd(0x148)](_0x55ccd(0x131)+_0x43fe33);}this[_0x55ccd(0x11b)][_0x55ccd(0x155)]=_0x59b39e['WAKct'](shouldScanTestForAccessibility,this[_0x55ccd(0x11b)][_0x55ccd(0x15f)](),!![]);let _0x576c16=!![];try{const _0x46ed6c=JSON[_0x55ccd(0xcf)](process['env'][_0x55ccd(0xef)]||'{}');_0x59b39e[_0x55ccd(0x141)](_0x46ed6c[_0x55ccd(0x14b)],![])&&(_0x576c16=![]);}catch(_0x5d36c3){logger[_0x55ccd(0x148)]('Error\x20parsing\x20autoScanning\x20config,\x20using\x20default\x20(true):\x20'+_0x5d36c3[_0x55ccd(0x144)]);}const _0xae7bbe=_0x576c16&&this[_0x55ccd(0x11b)][_0x55ccd(0x155)];globals['setGlobal'](_0x59b39e[_0x55ccd(0xeb)],_0xae7bbe),globals[_0x55ccd(0x171)](_0x59b39e[_0x55ccd(0x149)],null),this[_0x55ccd(0x11b)][_0x55ccd(0x14e)]=this[_0x55ccd(0x11b)][_0x55ccd(0x155)];if(_0x59b39e['YevKa'](isAccessibilityAutomationSession)&&_0x11d05e&&Array[_0x55ccd(0xb8)](global[_0x55ccd(0x156)])&&_0x59b39e[_0x55ccd(0x101)](global[_0x55ccd(0x156)][_0x55ccd(0xe3)],0x0)&&globals['getGlobal'](_0x59b39e[_0x55ccd(0xee)]))try{const _0x32a141=await global[_0x55ccd(0x156)][0x0][_0x55ccd(0x128)];if(_0x32a141){let _0x25d9fe=!![];const _0x2f4351=await global[_0x55ccd(0x156)][0x0][_0x55ccd(0xf8)]();let _0x6a80c1;try{_0x6a80c1=new URL(_0x2f4351),_0x25d9fe=_0x59b39e[_0x55ccd(0x141)](_0x6a80c1[_0x55ccd(0xdc)],_0x59b39e['wzehS'])||_0x59b39e[_0x55ccd(0x141)](_0x6a80c1['protocol'],_0x59b39e[_0x55ccd(0xc6)]);}catch(_0x5ad25a){_0x25d9fe=![];}_0x25d9fe&&(this[_0x55ccd(0x11b)]['shouldScanTestForAccessibility']&&logger['info'](_0x59b39e['FUAzi'])),this[_0x55ccd(0x11b)][_0x55ccd(0x14e)]=this[_0x55ccd(0x11b)][_0x55ccd(0x155)],_0xae7bbe&&logger[_0x55ccd(0x111)](_0x59b39e[_0x55ccd(0xe1)]);}}catch(_0x46daec){logger[_0x55ccd(0x16e)](_0x55ccd(0x173)+util[_0x55ccd(0x100)](_0x46daec));}_0x59b39e[_0x55ccd(0x152)](_0x5071e1);})[_0x236baf(0x108)](()=>{const _0x109a2a=_0x236baf;_0x14f671[_0x109a2a(0x169)](_0x1103aa);});},{'platform':_0x14f671[_0x4efb03(0x126)](nestedKeyValue,global[_0x4efb03(0xc0)],[_0x14f671[_0x4efb03(0x142)]]),'hookType':_0x14f671[_0x4efb03(0xc3)]})();},'afterEach'(_0x4caddb){const _0x475178=a43_0x38e4c1,_0x43c318={'TuHOt':function(_0xaccab5,_0x35e08f){return _0xaccab5>_0x35e08f;},'ODTDa':function(_0x2f5b29,_0xbcfb64){return _0x2f5b29===_0xbcfb64;},'TQMLh':'testcase','JUJAV':function(_0x2cff02,_0x264020){return _0x2cff02>_0x264020;},'hkhjd':_0x475178(0xdd),'cRlWi':function(_0x542043,_0x109466,_0x417d8f,_0x2d0e38){return _0x542043(_0x109466,_0x417d8f,_0x2d0e38);},'QMIBy':'isAccessibilityPlatform','qePyF':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','EMOEY':_0x475178(0x16b),'TvyXL':_0x475178(0x11f),'ZnwTN':_0x475178(0xf6),'UAILE':_0x475178(0x168),'ciXWQ':_0x475178(0x165),'VEOGg':_0x475178(0x10d),'tKxnM':_0x475178(0x15d),'Biniz':_0x475178(0x120),'eCrLS':_0x475178(0x13e),'kWAJl':function(_0xc6b6e0){return _0xc6b6e0();},'vrBfW':function(_0x34bdd3,_0x24f911,_0x3fdaeb){return _0x34bdd3(_0x24f911,_0x3fdaeb);},'gaULF':function(_0xf5d90c,_0x594c18,_0x5581b1){return _0xf5d90c(_0x594c18,_0x5581b1);},'AVmot':_0x475178(0x148),'SIWLS':function(_0x1b8e16,_0x47495e){return _0x1b8e16>_0x47495e;},'ZHZjJ':_0x475178(0xba),'BMnlg':function(_0x49d269,_0x21958c){return _0x49d269!==_0x21958c;},'kyjJO':_0x475178(0x13c),'VBtuo':function(_0x47f34a,_0x3f9c1f,_0x401409){return _0x47f34a(_0x3f9c1f,_0x401409);},'tvbyQ':function(_0x59903f,_0x1b9e1d){return _0x59903f+_0x1b9e1d;},'yHQaf':_0x475178(0x159),'SgzIP':_0x475178(0x16e),'bgpOk':_0x475178(0x172),'naUjW':_0x475178(0x111),'VqDYa':'Mocha','uYIQr':function(_0x4e4729,_0x591c5d,_0x513356){return _0x4e4729(_0x591c5d,_0x513356);},'kHvnY':_0x475178(0x153),'NISry':_0x475178(0x11d)},_0x2bd416='browserstack internal helper hook';this[_0x475178(0x12c)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x43c318[_0x475178(0xfd)]]),global[_0x475178(0x11c)]=this[_0x475178(0x11b)][_0x475178(0x15f)]()['join'](_0x43c318[_0x475178(0x12e)]),PerformanceTester[_0x475178(0xf3)](PerformanceSdkEvents[_0x475178(0xf2)],()=>{const _0x30ed0d=_0x475178,_0x320988={'tzCFr':_0x43c318[_0x30ed0d(0x12e)],'QlnRW':function(_0x14f9c9,_0x4332a6){return _0x43c318['BMnlg'](_0x14f9c9,_0x4332a6);},'REYme':_0x43c318['kyjJO'],'gpdQo':function(_0x12472b,_0x357f45,_0x3a6d0a){return _0x43c318['VBtuo'](_0x12472b,_0x357f45,_0x3a6d0a);},'BcqqW':function(_0x491b9a,_0x191eaf){const _0x154378=_0x30ed0d;return _0x43c318[_0x154378(0x135)](_0x491b9a,_0x191eaf);},'dPERp':_0x43c318[_0x30ed0d(0xf5)],'IlGpC':_0x43c318['SgzIP'],'vDNvg':_0x43c318[_0x30ed0d(0x10f)],'RdDtj':_0x43c318[_0x30ed0d(0xd4)],'ZZxIX':function(_0x310a3c){const _0x5d73b2=_0x30ed0d;return _0x43c318[_0x5d73b2(0xdf)](_0x310a3c);}},_0x247ff9=async(_0xb00eb0,_0x4e4764)=>{const _0x555991=_0x30ed0d;await global[_0x555991(0x156)][0x0][_0x555991(0xd1)](_0x555991(0x10e)+_0xb00eb0+_0x555991(0xbf)+_0x4e4764+'\x22}}');};new Promise(async _0x4458f8=>{const _0x5cca86=_0x30ed0d;try{_0x43c318[_0x5cca86(0x147)](global[_0x5cca86(0x156)][_0x5cca86(0xe3)],0x1)&&(await global['driverCleanup'](),global[_0x5cca86(0x156)][_0x5cca86(0xc1)](),global[_0x5cca86(0x14f)]=[],global['__sessionFailed']=![]);try{if(global[_0x5cca86(0x13f)]&&_0x43c318['ODTDa'](global['percyCaptureMode'],_0x43c318[_0x5cca86(0xc9)])&&global[_0x5cca86(0x156)][0x0]){const _0x3958fb=_0x43c318['JUJAV'](global[_0x5cca86(0xfc)]['length'],0x0)?!!global['capabilities'][0x0][_0x5cca86(0x134)]||!!global['capabilities'][0x0][_0x43c318['hkhjd']]:![],_0x5e04aa={};_0x5e04aa[_0x5cca86(0x134)]=_0x3958fb,await _0x43c318['cRlWi'](percyAutoCapture,global[_0x5cca86(0x156)][0x0],_0x43c318[_0x5cca86(0xc9)],_0x5e04aa);}}catch(_0x26fb95){logger[_0x5cca86(0x148)](_0x5cca86(0x166)+_0x26fb95);}!global['__skipSessionName']&&(await PerformanceTester[_0x5cca86(0xf3)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x5cbcae=_0x5cca86;await global['__drivers'][0x0][_0x5cbcae(0xd1)](_0x5cbcae(0xe4)+JSON[_0x5cbcae(0x106)](this[_0x5cbcae(0x11b)][_0x5cbcae(0x15f)]()[_0x5cbcae(0x103)](_0x320988[_0x5cbcae(0x116)]))+'}}');})(),global[_0x5cca86(0x156)][0x0][_0x5cca86(0x157)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x5cca86(0x138)],async()=>{const _0x4688b4=_0x5cca86,_0x3356a7=_0x320988[_0x4688b4(0x11a)](this[_0x4688b4(0x11b)]['state'],_0x320988['REYme']);_0x3356a7?(global[_0x4688b4(0x151)]=!![],global[_0x4688b4(0x14f)][_0x4688b4(0x15c)](this['currentTest']['err'][_0x4688b4(0x144)]),await _0x320988[_0x4688b4(0x112)](_0x247ff9,JSON[_0x4688b4(0x106)](_0x320988[_0x4688b4(0x110)](_0x320988['dPERp'],this[_0x4688b4(0x11b)][_0x4688b4(0x137)][_0x4688b4(0x144)])),_0x320988[_0x4688b4(0x104)])):await _0x320988['gpdQo'](_0x247ff9,JSON[_0x4688b4(0x106)](_0x320988[_0x4688b4(0x14a)]),_0x320988['RdDtj']);})();}catch(_0x4edfef){logger['debug']('Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20'+_0x4edfef);}try{if(this['currentTest'][_0x5cca86(0x14e)]&&globals[_0x5cca86(0x161)](_0x43c318[_0x5cca86(0x133)])){logger[_0x5cca86(0x111)](_0x43c318[_0x5cca86(0x12a)]);const _0xb34e47={};_0xb34e47[_0x5cca86(0xd7)]=this[_0x5cca86(0x11b)]['testAnalyticsId'],_0xb34e47[_0x5cca86(0x10b)]=process[_0x5cca86(0xf0)][testHubConstants[_0x5cca86(0x146)][_0x5cca86(0xec)]],_0xb34e47[_0x5cca86(0x163)]=process[_0x5cca86(0xf0)][testHubConstants[_0x5cca86(0x146)][_0x5cca86(0x122)]];const _0x3bd990=_0xb34e47;logger[_0x5cca86(0x148)](_0x5cca86(0xb3)+JSON['stringify'](_0x3bd990));if(globals['getGlobal'](_0x43c318[_0x5cca86(0x162)])){logger[_0x5cca86(0x148)](_0x43c318[_0x5cca86(0x14c)]);const _0x333dda={};_0x333dda[_0x5cca86(0x118)]=_0x43c318[_0x5cca86(0x121)];const _0x141f62=await PerformanceTester[_0x5cca86(0xf3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3ccef9=_0x5cca86;return await accessibilityRetryHelper[_0x3ccef9(0x145)](global[_0x3ccef9(0x156)][0x0],global[_0x3ccef9(0xe9)]);},_0x333dda)();_0x141f62?logger[_0x5cca86(0x148)](_0x43c318[_0x5cca86(0x117)]):logger[_0x5cca86(0xea)](_0x43c318[_0x5cca86(0x16a)]);}else logger[_0x5cca86(0x148)](_0x43c318[_0x5cca86(0xb6)]);const _0x56649b=await PerformanceTester[_0x5cca86(0xf3)](PerformanceA11yEvents[_0x5cca86(0xc8)],async()=>{const _0x171947=_0x5cca86;return await accessibilityRetryHelper[_0x171947(0xcb)](global[_0x171947(0x156)][0x0],_0x3bd990);})();_0x56649b?logger[_0x5cca86(0x148)](_0x43c318[_0x5cca86(0xbe)]):logger[_0x5cca86(0xea)](_0x43c318['Biniz']),logger['info'](_0x43c318[_0x5cca86(0xbd)]);}}catch(_0x4edd99){logger[_0x5cca86(0x16e)](_0x5cca86(0x167)+this[_0x5cca86(0x11b)][_0x5cca86(0x15f)]()+_0x5cca86(0xdb),_0x4edd99);}try{try{if(_0x43c318['kWAJl'](shouldProcessEventForTesthub)){const _0x2d1c3d=global[_0x5cca86(0x156)][0x0];if(_0x2d1c3d){const _0x556c3b=await _0x43c318[_0x5cca86(0xbc)](sendPlatformDetails,_0x2d1c3d,this[_0x5cca86(0x11b)]?this[_0x5cca86(0x11b)][_0x5cca86(0x16f)]:null);_0x556c3b&&(_0x2d1c3d[_0x5cca86(0x13d)]=!![]);}if(_0x43c318[_0x5cca86(0xdf)](isBrowserstackInfra)){PerformanceTester[_0x5cca86(0xe0)](PerformanceO11yEvents[_0x5cca86(0xc7)]);const _0x37fb30=_0x5cca86(0xcd)+Date[_0x5cca86(0x124)]();await _0x43c318['gaULF'](_0x247ff9,JSON[_0x5cca86(0x106)](_0x37fb30),_0x43c318[_0x5cca86(0xd9)]),PerformanceTester['end'](PerformanceO11yEvents[_0x5cca86(0xc7)]);}}}catch(_0x18ead9){logger[_0x5cca86(0x148)](_0x5cca86(0x125)+_0x18ead9),PerformanceTester[_0x5cca86(0xfe)](PerformanceO11yEvents[_0x5cca86(0xc7)],![],_0x18ead9);}_0x43c318[_0x5cca86(0x164)](global['__drivers'][0x0][_0x5cca86(0xd6)],0x0)&&await global[_0x5cca86(0x158)]();}catch(_0x368763){logger[_0x5cca86(0x148)](_0x5cca86(0x132)+_0x368763);}_0x43c318['kWAJl'](_0x4458f8);})[_0x30ed0d(0x108)](()=>{const _0x3ade63=_0x30ed0d;_0x320988[_0x3ade63(0xb5)](_0x4caddb);});},{'platform':_0x43c318[_0x475178(0xd5)](nestedKeyValue,global[_0x475178(0xc0)],[_0x43c318['kHvnY']]),'hookType':_0x43c318['NISry']})();},'afterAll'(_0x140e49){const _0x39163d=a43_0x38e4c1,_0x372db8={'aVlnQ':function(_0x102254){return _0x102254();},'NAAKf':_0x39163d(0xfa),'HMdxV':function(_0x2ae2ec,_0x124e46,_0x783ca1){return _0x2ae2ec(_0x124e46,_0x783ca1);},'MlfVL':_0x39163d(0x153),'xcJDn':_0x39163d(0x170)},_0x1f0adf='browserstack internal helper hook';this[_0x39163d(0x12c)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x372db8[_0x39163d(0xe6)]]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x39163d(0xf2)],()=>{const _0x221d23=_0x39163d,_0x4fbd39={'YWnTD':function(_0x519b40){return _0x372db8['aVlnQ'](_0x519b40);}};new Promise(async _0x5d2908=>{const _0x3c7431=a43_0x2358;await global[_0x3c7431(0x158)](),_0x4fbd39[_0x3c7431(0x150)](_0x5d2908);})['then']()[_0x221d23(0x174)](()=>{_0x372db8['aVlnQ'](_0x140e49);});},{'platform':_0x372db8['HMdxV'](nestedKeyValue,global[_0x39163d(0xc0)],[_0x372db8[_0x39163d(0x10c)]]),'hookType':_0x372db8[_0x39163d(0x14d)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a44_0x4cb7(_0x5126f7,_0x3d7d64){const _0x3f4208=a44_0x3f42();return a44_0x4cb7=function(_0x4cb73f,_0x1b51ba){_0x4cb73f=_0x4cb73f-0x9f;let _0x556968=_0x3f4208[_0x4cb73f];return _0x556968;},a44_0x4cb7(_0x5126f7,_0x3d7d64);}const a44_0x41a042=a44_0x4cb7;(function(_0x142f3a,_0x473877){const _0x8c1e=a44_0x4cb7,_0x16fc3a=_0x142f3a();while(!![]){try{const _0x4d7e5e=parseInt(_0x8c1e(0xf9))/0x1*(-parseInt(_0x8c1e(0xe3))/0x2)+parseInt(_0x8c1e(0xb9))/0x3+-parseInt(_0x8c1e(0xb2))/0x4*(-parseInt(_0x8c1e(0xd1))/0x5)+parseInt(_0x8c1e(0xf7))/0x6*(parseInt(_0x8c1e(0xf4))/0x7)+parseInt(_0x8c1e(0xed))/0x8+parseInt(_0x8c1e(0xa2))/0x9+parseInt(_0x8c1e(0xbf))/0xa*(-parseInt(_0x8c1e(0xa4))/0xb);if(_0x4d7e5e===_0x473877)break;else _0x16fc3a['push'](_0x16fc3a['shift']());}catch(_0x381655){_0x16fc3a['push'](_0x16fc3a['shift']());}}}(a44_0x3f42,0xba7b1));const path=require(a44_0x41a042(0xe0)),Module=require(a44_0x41a042(0xf6)),{fork}=require(a44_0x41a042(0xcd)),logger=require(a44_0x41a042(0xfe))[a44_0x41a042(0xc7)],helper=require(a44_0x41a042(0xe5)),TestHubHandler=require(a44_0x41a042(0xba)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{FRAMEWORKS}=require(a44_0x41a042(0xc1)),{printBuildLink}=require('../../helpers/test-observability/utils'),BrowserstackCLI=require('../v2/browserstackCLI'),CLIUtils=require(a44_0x41a042(0xe9));function registerBrowserStackReporter(){const _0x9768cb=a44_0x41a042,_0x5560e6={};_0x5560e6['lKuvc']=function(_0x3d4232,_0x41139a){return _0x3d4232===_0x41139a;},_0x5560e6[_0x9768cb(0x110)]='newman-reporter-browserstack',_0x5560e6['HVMQr']=_0x9768cb(0xd9),_0x5560e6[_0x9768cb(0xd7)]=_0x9768cb(0xfb);const _0x14536d=_0x5560e6,_0x269fd7=path[_0x9768cb(0x10f)](__dirname,_0x14536d[_0x9768cb(0xac)],_0x14536d[_0x9768cb(0xd7)]),_0x18d406=Module[_0x9768cb(0xee)];Module[_0x9768cb(0xee)]=function(_0x4b09d0,_0x3ea044,_0x25cea2,_0xc1c589){const _0x23df9d=_0x9768cb;if(_0x14536d[_0x23df9d(0xfc)](_0x4b09d0,_0x14536d['FhSGv']))return _0x269fd7;return _0x18d406[_0x23df9d(0xef)](this,_0x4b09d0,_0x3ea044,_0x25cea2,_0xc1c589);};}function a44_0x3f42(){const _0x16a34a=['newman/bin/newman','cliConfig','KaUpY','slice','pvvId','newman','11233602ahYlOv','resolve','55bhERlJ','YleGS','shutdown','endsWith','TGKMi','testObservability','BbIOW','PPhCy','HVMQr','ATAYl','JEQhk','VYJms','node','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','8fAbPNS','adCOe','NiUeD','launchBuild','Failed\x20to\x20launch\x20build:\x20','Failed\x20to\x20bootstrap\x20CLI:\x20','YIYEP','1079949mYuBss','../../helpers/testhub/testhubHandler','Mthue','BROWSERSTACK_TESTHUB_JWT','xjyqY','warn','4423290PMzUnx','getInstance','../../helpers/test-observability/constants',',browserstack','ROvaR','mhtXy','EsgZT','Jbxsi','winstonLogger','tMZJR','concat','configPath','env','sbuWE','child_process','crYGf','lWPEV','length','1071305MjwQjv','Newman\x20CLI\x20not\x20found:\x20','NjjCY','true','StdpT','FOopE','bSTsi','package.json','reporter','SCTPD','message','BROWSERSTACK_AUTOMATION','CyLgE','epphi','createRequire','path','WlGfJ','close','1315172gabPLF','PDTmt','../../helpers/helper','failures','config','BDNwX','../v2/cliUtils','iumzM','null','DKbpb','5785696ncRbJm','_resolveFilename','call','BROWSERSTACK_TEST_OBSERVABILITY_YML','eKjaL','QxSGd','error','203SenJCA','fbCFc','module','180654zDfWpl','setBrowserstackConfig','1ncwNFE','OTEoJ','index.js','lKuvc','push','../../helpers/logger','eVtqt','stop','browserstack','assign','exitCode','tBqgJ','jYoiN','AVADD','dzrUx','TWdHK','false','run','MUTBd','dWrTS','indexOf','lAIbI','join','FhSGv','cwd','KMmCb'];a44_0x3f42=function(){return _0x16a34a;};return a44_0x3f42();}function injectReporterIntoArgs(_0x13863c){const _0x3c7d16=a44_0x41a042,_0x4ab856={};_0x4ab856[_0x3c7d16(0x10c)]=function(_0xa7c828,_0x4eb780){return _0xa7c828<_0x4eb780;},_0x4ab856['eKjaL']=function(_0x22485d,_0x2c07f0){return _0x22485d===_0x2c07f0;},_0x4ab856[_0x3c7d16(0xc6)]=function(_0x3886a4,_0x1cca0f){return _0x3886a4===_0x1cca0f;},_0x4ab856[_0x3c7d16(0xdd)]='--reporters',_0x4ab856[_0x3c7d16(0xcf)]=function(_0x47199b,_0x1c4a0c){return _0x47199b+_0x1c4a0c;},_0x4ab856['MUTBd']=_0x3c7d16(0x101),_0x4ab856[_0x3c7d16(0xfa)]=function(_0xf33212,_0x254f9e){return _0xf33212+_0x254f9e;},_0x4ab856[_0x3c7d16(0x106)]=_0x3c7d16(0xc2),_0x4ab856[_0x3c7d16(0xe8)]='cli,browserstack';const _0x5de63c=_0x4ab856,_0x49f441=_0x13863c['slice']();for(let _0x43d004=0x0;_0x5de63c['dWrTS'](_0x43d004,_0x49f441[_0x3c7d16(0xd0)]);_0x43d004++){if(_0x5de63c[_0x3c7d16(0xf1)](_0x49f441[_0x43d004],'-r')||_0x5de63c['Jbxsi'](_0x49f441[_0x43d004],_0x5de63c[_0x3c7d16(0xdd)]))return _0x49f441[_0x5de63c[_0x3c7d16(0xcf)](_0x43d004,0x1)]&&_0x5de63c[_0x3c7d16(0xc6)](_0x49f441[_0x5de63c[_0x3c7d16(0xcf)](_0x43d004,0x1)][_0x3c7d16(0x10d)](_0x5de63c[_0x3c7d16(0x10b)]),-0x1)&&(_0x49f441[_0x5de63c['OTEoJ'](_0x43d004,0x1)]+=_0x5de63c[_0x3c7d16(0x106)]),_0x49f441;}return _0x49f441[_0x3c7d16(0xfd)]('-r',_0x5de63c[_0x3c7d16(0xe8)]),_0x49f441;}function runNewmanCLI(_0x38beea){const _0xc1adc3=a44_0x41a042,_0x50f0a4={'ROvaR':function(_0x541cc0,_0x512a82){return _0x541cc0>_0x512a82;},'TWdHK':function(_0x51cf97,_0x5e7ac5){return _0x51cf97(_0x5e7ac5);},'bJfZo':function(_0x2194ea,_0x28955a,_0x225f8e){return _0x2194ea(_0x28955a,_0x225f8e);},'TGKMi':_0xc1adc3(0xa1),'QxSGd':'Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','VYJms':function(_0x2b0acf,_0x1d2d7f){return _0x2b0acf(_0x1d2d7f);},'NjjCY':_0xc1adc3(0xf6),'sbuWE':_0xc1adc3(0xd8),'SCTPD':function(_0x1bf1c2,_0x333932){return _0x1bf1c2(_0x333932);},'pvvId':_0xc1adc3(0x113),'xjyqY':_0xc1adc3(0xb0),'PPhCy':function(_0x25303e,_0x373db2){return _0x25303e+_0x373db2;},'jYoiN':_0xc1adc3(0xd2),'PDTmt':function(_0x53daf9,_0x42cd7c){return _0x53daf9(_0x42cd7c);}};return new Promise(_0x10c284=>{const _0x18a124=_0xc1adc3,_0x80da3d={'StdpT':function(_0x47c6dc,_0x1911eb){const _0x5b7f44=a44_0x4cb7;return _0x50f0a4[_0x5b7f44(0xc3)](_0x47c6dc,_0x1911eb);},'dzrUx':function(_0x1b96dc,_0x159424){const _0x1918d4=a44_0x4cb7;return _0x50f0a4[_0x1918d4(0x108)](_0x1b96dc,_0x159424);},'tBqgJ':function(_0xe5ade2,_0x27ccac,_0x1b6459){return _0x50f0a4['bJfZo'](_0xe5ade2,_0x27ccac,_0x1b6459);}};let _0x57d25a;try{_0x57d25a=helper['requireModule'](_0x50f0a4[_0x18a124(0xa8)],_0x50f0a4[_0x18a124(0xa8)]);}catch(_0x337c8e){return logger['error'](_0x50f0a4[_0x18a124(0xf2)]),_0x50f0a4[_0x18a124(0x108)](_0x10c284,0x1);}const _0x269362=_0x57d25a[_0x18a124(0x10a)];_0x57d25a[_0x18a124(0x10a)]=function(_0x13b470,_0x1b19bd){const _0x5537c1=_0x18a124;return _0x57d25a[_0x5537c1(0x10a)]=_0x269362,_0x269362['call'](_0x57d25a,_0x13b470,(_0x4d0e1e,_0x534dcf)=>{const _0x1a4929=_0x5537c1,_0x2de8e3=_0x534dcf&&_0x534dcf[_0x1a4929(0x10a)]&&(_0x534dcf[_0x1a4929(0x10a)][_0x1a4929(0xf3)]||_0x534dcf[_0x1a4929(0x10a)][_0x1a4929(0xe6)]&&_0x80da3d[_0x1a4929(0xd5)](_0x534dcf[_0x1a4929(0x10a)][_0x1a4929(0xe6)][_0x1a4929(0xd0)],0x0));_0x80da3d[_0x1a4929(0x107)](_0x10c284,_0x2de8e3?0x1:0x0),_0x1b19bd&&_0x80da3d[_0x1a4929(0x104)](_0x1b19bd,_0x4d0e1e,_0x534dcf);});};try{const _0x3a7690=_0x50f0a4[_0x18a124(0xaf)](require,_0x50f0a4[_0x18a124(0xd3)])[_0x18a124(0xdf)](path[_0x18a124(0x10f)](process[_0x18a124(0x111)](),_0x50f0a4[_0x18a124(0xcc)]));_0x50f0a4[_0x18a124(0xda)](_0x3a7690,_0x50f0a4[_0x18a124(0xa0)])([_0x50f0a4[_0x18a124(0xbd)],_0x50f0a4[_0x18a124(0xa8)]][_0x18a124(0xc9)](_0x38beea));}catch(_0x21e317){_0x57d25a[_0x18a124(0x10a)]=_0x269362,logger[_0x18a124(0xf3)](_0x50f0a4[_0x18a124(0xab)](_0x50f0a4[_0x18a124(0x105)],_0x21e317[_0x18a124(0xdb)])),_0x50f0a4[_0x18a124(0xe4)](_0x10c284,0x1);}});}function runNewmanScript(_0x23be35,_0x4de640){const _0x267b2a=a44_0x41a042,_0x414eb7={'WlGfJ':function(_0x3591fe,_0x3c60e0){return _0x3591fe(_0x3c60e0);},'fbCFc':function(_0x57305c,_0x153e89){return _0x57305c||_0x153e89;},'GdLHH':function(_0x50ae27,_0x3e0197,_0x29e17d,_0x1d731){return _0x50ae27(_0x3e0197,_0x29e17d,_0x1d731);},'NiUeD':'scriptRunner.js','eVtqt':function(_0x5e5850,_0xbe06dd){return _0x5e5850||_0xbe06dd;},'ATAYl':'inherit','epphi':_0x267b2a(0xe2)};return new Promise(function(_0x368040){const _0x2b2d38=_0x267b2a,_0x1318a7=_0x414eb7['GdLHH'](fork,path[_0x2b2d38(0x10f)](__dirname,_0x414eb7[_0x2b2d38(0xb4)]),[_0x23be35,_0x414eb7['WlGfJ'](String,_0x414eb7[_0x2b2d38(0xff)](_0x4de640,0x0))],{'stdio':_0x414eb7[_0x2b2d38(0xad)],'env':Object[_0x2b2d38(0x102)]({},process['env'])});_0x1318a7['on'](_0x414eb7[_0x2b2d38(0xde)],function(_0x39c910){const _0x35f383=_0x2b2d38;_0x414eb7[_0x35f383(0xe1)](_0x368040,_0x414eb7[_0x35f383(0xf5)](_0x39c910,0x0));});});}function hasO11yBuild(){const _0x4cc4fc=a44_0x41a042,_0x286592={};_0x286592[_0x4cc4fc(0xb8)]=function(_0x23a661,_0x37dae6){return _0x23a661!==_0x37dae6;},_0x286592['ncCFf']=_0x4cc4fc(0xeb);const _0x5c81e4=_0x286592;return!!(BrowserstackCLI['O11yHashedID']||process[_0x4cc4fc(0xcb)][_0x4cc4fc(0xbc)]&&_0x5c81e4[_0x4cc4fc(0xb8)](process[_0x4cc4fc(0xcb)][_0x4cc4fc(0xbc)],_0x5c81e4['ncCFf']));}function runWithoutObservability(_0x17b479,_0x47aeef){const _0x53c4ef=a44_0x41a042,_0x1ec992={'lAIbI':function(_0x45bdc8,_0x3ceb28){return _0x45bdc8(_0x3ceb28);},'OagUn':function(_0x2d5781,_0xb347f7){return _0x2d5781(_0xb347f7);}};if(_0x17b479)return _0x1ec992[_0x53c4ef(0x10e)](require,path[_0x53c4ef(0xa3)](_0x17b479)),0x0;return _0x1ec992['OagUn'](runNewmanCLI,_0x47aeef);}module['exports']=async function(_0xb7ceb9,_0x41195f,_0x149d23){const _0x436383=a44_0x41a042,_0x3ad997={'EgYYd':'.js','PkHEo':function(_0x14cea2,_0x2dd9b3){return _0x14cea2===_0x2dd9b3;},'KaUpY':function(_0x1a6caf,_0x271788){return _0x1a6caf===_0x271788;},'FOopE':_0x436383(0x109),'Mthue':function(_0x4eaa3b,_0x4ee65b,_0x56a443){return _0x4eaa3b(_0x4ee65b,_0x56a443);},'iumzM':function(_0x4152a1,_0x8c0193){return _0x4152a1!=_0x8c0193;},'JEQhk':_0x436383(0xd4),'AmPOh':_0x436383(0xa1),'mhtXy':function(_0x593d54,_0x599446){return _0x593d54+_0x599446;},'adCOe':_0x436383(0xb7),'DKbpb':function(_0x52e2a7,_0x1f131c){return _0x52e2a7+_0x1f131c;},'YleGS':_0x436383(0xb6),'crYGf':function(_0x14e78e){return _0x14e78e();},'EsgZT':_0x436383(0xb1),'BbIOW':function(_0x253cef,_0x48bfda,_0x529b3c){return _0x253cef(_0x48bfda,_0x529b3c);},'tMZJR':function(_0x7c423e,_0xb8d85){return _0x7c423e(_0xb8d85);},'KMmCb':'[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.'},_0x7635b7=_0x41195f[_0x436383(0x9f)](0x1),_0x51c0e1=_0x7635b7[0x0]&&_0x7635b7[0x0][_0x436383(0xa7)](_0x3ad997['EgYYd'])?_0x7635b7[0x0]:null;if(!_0x149d23['config']||_0x3ad997['PkHEo'](_0x149d23[_0x436383(0xe7)][_0x436383(0xa9)],![])||_0x3ad997[_0x436383(0x115)](_0x149d23[_0x436383(0xe7)][_0x436383(0xa9)],_0x3ad997[_0x436383(0xd6)])){process[_0x436383(0x103)]=await _0x3ad997[_0x436383(0xbb)](runWithoutObservability,_0x51c0e1,_0x7635b7)||0x0;return;}process[_0x436383(0xcb)][_0x436383(0xdc)]=_0x3ad997[_0x436383(0xd6)],process[_0x436383(0xcb)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3ad997[_0x436383(0xd6)],process[_0x436383(0xcb)][_0x436383(0xf0)]=_0x3ad997[_0x436383(0xea)](_0x149d23['config'][_0x436383(0xa9)],null)?_0x149d23[_0x436383(0xe7)]['testObservability']:_0x3ad997[_0x436383(0xae)],CLIUtils['setFrameworkDetail'](_0x3ad997['AmPOh'],_0x3ad997['AmPOh']),BrowserstackCLI[_0x436383(0xc0)]()[_0x436383(0xf8)](_0x149d23[_0x436383(0xe7)],_0x149d23[_0x436383(0xca)],_0x149d23[_0x436383(0x114)]);try{await BrowserstackCLI[_0x436383(0xc0)]()['bootstrap']();}catch(_0x5f034f){logger[_0x436383(0xf3)](_0x3ad997[_0x436383(0xc4)](_0x3ad997[_0x436383(0xb3)],_0x5f034f['message']||_0x5f034f));}if(!BrowserstackCLI['getInstance']()['isRunning']())try{await TestHubHandler[_0x436383(0xb5)](FRAMEWORKS['NEWMAN'],_0x149d23);}catch(_0x32e86a){logger[_0x436383(0xf3)](_0x3ad997[_0x436383(0xec)](_0x3ad997[_0x436383(0xa5)],_0x32e86a['message']||_0x32e86a));}!_0x3ad997['crYGf'](hasO11yBuild)&&logger[_0x436383(0xbe)](_0x3ad997[_0x436383(0xc5)]);_0x3ad997['crYGf'](registerBrowserStackReporter);let _0x48e7ab;_0x51c0e1?_0x48e7ab=await _0x3ad997[_0x436383(0xaa)](runNewmanScript,_0x51c0e1,_0x149d23[_0x436383(0xe7)]['parallelsPerPlatform']):_0x48e7ab=await _0x3ad997[_0x436383(0xc8)](runNewmanCLI,_0x3ad997['tMZJR'](injectReporterIntoArgs,_0x7635b7));try{await TestHubHandler[_0x436383(0x100)]();}catch(_0x1c260f){}try{await BrowserstackCLI[_0x436383(0xc0)]()[_0x436383(0x100)]();}catch(_0x234722){}try{await RequestQueueHandler['getInstance']()[_0x436383(0xa6)]();}catch(_0x4abc5a){}if(_0x3ad997[_0x436383(0xce)](hasO11yBuild))try{_0x3ad997[_0x436383(0xce)](printBuildLink);}catch(_0x2510ce){}else logger[_0x436383(0xbe)](_0x3ad997[_0x436383(0x112)]);process[_0x436383(0x103)]=_0x48e7ab;};
2
+ 'use strict';function a44_0x9da3(){const _0x3a313f=['9YjdrVY','run','317888rsdDWG','null','isRunning','[Newman]\x20Test\x20Observability\x20build\x20creation\x20failed.\x20Tests\x20will\x20run\x20but\x20results\x20will\x20not\x20appear\x20on\x20the\x20BrowserStack\x20dashboard.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','BROWSERSTACK_TEST_OBSERVABILITY_YML','KhtlE','concat','BwgTW','../../helpers/helper','buHIp','MGprK','cliConfig','launchBuild','parallelsPerPlatform','348550HuPOsH','MSIFO','Hlfop','resolve','CcjuX','adpie','--reporters','Vwkjp','axlrk','rtLbJ','fBoTB','../v2/cliUtils','exitCode','bjFWR','indexOf','fNfVT','oLCop','length','CugHd','call','WUzRA','RKuTt','cli,browserstack','.js','98900zvhkpL','module','MZrfg','448616qSeuhT','true','1710ZokGkH','ecmuz','BROWSERSTACK_AUTOMATION','cIpcr','warn','EzcBb','newman','newman-reporter-browserstack','kvJwx','Drkzy','mCXAz','hPmkZ','env','CNKqU','TprZE','hBWCd','lMUvl','ujUSa','winstonLogger','../../helpers/test-observability/constants','fBzAT','slice','../../helpers/test-observability/requestQueueHandler','exports','BROWSERSTACK_TESTHUB_JWT','yhkJO','TAuOQ','Newman\x20is\x20not\x20installed.\x20Please\x20install\x20newman:\x20npm\x20install\x20newman','cwd','2012HteegG','../../helpers/testhub/testhubHandler','setFrameworkDetail','Newman\x20CLI\x20not\x20found:\x20','stop','SqWrg','inherit','scriptRunner.js','389232qEMnwi',',browserstack','setBrowserstackConfig','createRequire','mgGjt','JZcMp','newman/bin/newman','assign','QgtYq','MGUUh','bmExh','error','pXXHe','configPath','[Newman]\x20Test\x20Observability\x20build\x20was\x20not\x20created.\x20No\x20build\x20link\x20available.\x20Check\x20your\x20credentials\x20in\x20browserstack.yml.','Failed\x20to\x20bootstrap\x20CLI:\x20','5DGWkZq','ywCWg','hfNMu','message','xUdkJ','config','package.json','tFdLY','node','index.js','shutdown','join','hcSUT','HhqFp','getInstance','../../helpers/logger','path','Failed\x20to\x20launch\x20build:\x20','800838EAQvWc','tYtqE','CzOer','DUums','testObservability','RTYok','child_process','failures'];a44_0x9da3=function(){return _0x3a313f;};return a44_0x9da3();}const a44_0x15dc18=a44_0x3991;(function(_0x151acf,_0x39b21d){const _0x1ae7c7=a44_0x3991,_0x22640b=_0x151acf();while(!![]){try{const _0x1df131=-parseInt(_0x1ae7c7(0xed))/0x1*(-parseInt(_0x1ae7c7(0x12f))/0x2)+parseInt(_0x1ae7c7(0xdd))/0x3+parseInt(_0x1ae7c7(0xd5))/0x4*(-parseInt(_0x1ae7c7(0xb8))/0x5)+-parseInt(_0x1ae7c7(0xff))/0x6+parseInt(_0x1ae7c7(0x132))/0x7+-parseInt(_0x1ae7c7(0x109))/0x8*(parseInt(_0x1ae7c7(0x107))/0x9)+parseInt(_0x1ae7c7(0x117))/0xa;if(_0x1df131===_0x39b21d)break;else _0x22640b['push'](_0x22640b['shift']());}catch(_0xcd04eb){_0x22640b['push'](_0x22640b['shift']());}}}(a44_0x9da3,0x1fe8e));function a44_0x3991(_0x566ba7,_0x1465dd){const _0x9da361=a44_0x9da3();return a44_0x3991=function(_0x3991b8,_0x2ad6fe){_0x3991b8=_0x3991b8-0xb7;let _0x4751b8=_0x9da361[_0x3991b8];return _0x4751b8;},a44_0x3991(_0x566ba7,_0x1465dd);}const path=require(a44_0x15dc18(0xfd)),Module=require(a44_0x15dc18(0x130)),{fork}=require(a44_0x15dc18(0x105)),logger=require(a44_0x15dc18(0xfc))[a44_0x15dc18(0xca)],helper=require(a44_0x15dc18(0x111)),TestHubHandler=require(a44_0x15dc18(0xd6)),RequestQueueHandler=require(a44_0x15dc18(0xce)),{FRAMEWORKS}=require(a44_0x15dc18(0xcb)),{printBuildLink}=require('../../helpers/test-observability/utils'),BrowserstackCLI=require('../v2/browserstackCLI'),CLIUtils=require(a44_0x15dc18(0x122));function registerBrowserStackReporter(){const _0x4039fe=a44_0x15dc18,_0x4237ed={};_0x4237ed['mgGjt']=function(_0xe6a122,_0x42fa17){return _0xe6a122===_0x42fa17;},_0x4237ed[_0x4039fe(0xfa)]=_0x4039fe(0xbf),_0x4237ed[_0x4039fe(0xc0)]='reporter',_0x4237ed[_0x4039fe(0xc8)]=_0x4039fe(0xf6);const _0x18691a=_0x4237ed,_0x4957fb=path[_0x4039fe(0xf8)](__dirname,_0x18691a[_0x4039fe(0xc0)],_0x18691a['lMUvl']),_0x20944a=Module['_resolveFilename'];Module['_resolveFilename']=function(_0x311560,_0x198fa6,_0x4f7d4e,_0x5b4c4f){const _0x4da59b=_0x4039fe;if(_0x18691a[_0x4da59b(0xe1)](_0x311560,_0x18691a[_0x4da59b(0xfa)]))return _0x4957fb;return _0x20944a['call'](this,_0x311560,_0x198fa6,_0x4f7d4e,_0x5b4c4f);};}function injectReporterIntoArgs(_0x2974b6){const _0x3323e1=a44_0x15dc18,_0xb0d9da={};_0xb0d9da['ecmuz']=function(_0x54efc3,_0x43b7df){return _0x54efc3<_0x43b7df;},_0xb0d9da[_0x3323e1(0xe6)]=function(_0x5dcf76,_0x4fe086){return _0x5dcf76===_0x4fe086;},_0xb0d9da['ujUSa']=function(_0x380df5,_0xf59ae2){return _0x380df5===_0xf59ae2;},_0xb0d9da['oLCop']=_0x3323e1(0x11d),_0xb0d9da['MZrfg']=function(_0x114cd2,_0x36d327){return _0x114cd2+_0x36d327;},_0xb0d9da[_0x3323e1(0x119)]=function(_0x3ba8af,_0x3a616a){return _0x3ba8af===_0x3a616a;},_0xb0d9da[_0x3323e1(0xc5)]=function(_0x5d4584,_0x51d807){return _0x5d4584+_0x51d807;},_0xb0d9da['rtLbJ']='browserstack',_0xb0d9da[_0x3323e1(0x12c)]=function(_0x2b5c22,_0x24e818){return _0x2b5c22+_0x24e818;},_0xb0d9da[_0x3323e1(0x10e)]=_0x3323e1(0xde),_0xb0d9da['Drkzy']=_0x3323e1(0x12d);const _0x109246=_0xb0d9da,_0x410c94=_0x2974b6[_0x3323e1(0xcd)]();for(let _0x256fb0=0x0;_0x109246[_0x3323e1(0xb9)](_0x256fb0,_0x410c94[_0x3323e1(0x128)]);_0x256fb0++){if(_0x109246[_0x3323e1(0xe6)](_0x410c94[_0x256fb0],'-r')||_0x109246[_0x3323e1(0xc9)](_0x410c94[_0x256fb0],_0x109246[_0x3323e1(0x127)]))return _0x410c94[_0x109246[_0x3323e1(0x131)](_0x256fb0,0x1)]&&_0x109246['Hlfop'](_0x410c94[_0x109246[_0x3323e1(0xc5)](_0x256fb0,0x1)][_0x3323e1(0x125)](_0x109246[_0x3323e1(0x120)]),-0x1)&&(_0x410c94[_0x109246[_0x3323e1(0x12c)](_0x256fb0,0x1)]+=_0x109246[_0x3323e1(0x10e)]),_0x410c94;}return _0x410c94['push']('-r',_0x109246[_0x3323e1(0xc1)]),_0x410c94;}function runNewmanCLI(_0x34e7ae){const _0x1b6793=a44_0x15dc18,_0x47b65a={'JZcMp':function(_0x43819b,_0x872fc4){return _0x43819b>_0x872fc4;},'hBWCd':function(_0x20d218,_0x18ae46){return _0x20d218(_0x18ae46);},'hHtLE':function(_0xe16e8f,_0x59cbe9,_0x278cd9){return _0xe16e8f(_0x59cbe9,_0x278cd9);},'axlrk':_0x1b6793(0xbe),'mCXAz':_0x1b6793(0xd3),'yhkJO':function(_0x1266ad,_0x26b9f4){return _0x1266ad(_0x26b9f4);},'TAuOQ':_0x1b6793(0x130),'SqWrg':_0x1b6793(0xf3),'adpie':_0x1b6793(0xe3),'buHIp':_0x1b6793(0xf5),'eECuL':function(_0x32a5ba,_0x3ebef9){return _0x32a5ba+_0x3ebef9;},'gXbCU':_0x1b6793(0xd8)};return new Promise(_0x1c8690=>{const _0x1015b9=_0x1b6793,_0x58430c={'DUums':function(_0x54c148,_0x97a8d3){const _0x1e4b6f=a44_0x3991;return _0x47b65a[_0x1e4b6f(0xe2)](_0x54c148,_0x97a8d3);},'CcjuX':function(_0x6fb2c4,_0x1e08de){const _0x8e3203=a44_0x3991;return _0x47b65a[_0x8e3203(0xc7)](_0x6fb2c4,_0x1e08de);},'xiKHk':function(_0x39b586,_0x2edbce,_0x8bf913){return _0x47b65a['hHtLE'](_0x39b586,_0x2edbce,_0x8bf913);}};let _0x206dd9;try{_0x206dd9=helper['requireModule'](_0x47b65a[_0x1015b9(0x11f)],_0x47b65a['axlrk']);}catch(_0x1c51fe){return logger['error'](_0x47b65a[_0x1015b9(0xc2)]),_0x47b65a[_0x1015b9(0xd1)](_0x1c8690,0x1);}const _0x27c9bf=_0x206dd9[_0x1015b9(0x108)];_0x206dd9['run']=function(_0x153e6b,_0x5befb3){const _0x53258c=_0x1015b9;return _0x206dd9[_0x53258c(0x108)]=_0x27c9bf,_0x27c9bf[_0x53258c(0x12a)](_0x206dd9,_0x153e6b,(_0x413926,_0x5122ee)=>{const _0x51d2e0=_0x53258c,_0x2feac1=_0x5122ee&&_0x5122ee[_0x51d2e0(0x108)]&&(_0x5122ee['run']['error']||_0x5122ee[_0x51d2e0(0x108)][_0x51d2e0(0x106)]&&_0x58430c[_0x51d2e0(0x102)](_0x5122ee[_0x51d2e0(0x108)]['failures'][_0x51d2e0(0x128)],0x0));_0x58430c[_0x51d2e0(0x11b)](_0x1c8690,_0x2feac1?0x1:0x0),_0x5befb3&&_0x58430c['xiKHk'](_0x5befb3,_0x413926,_0x5122ee);});};try{const _0x4dca6e=_0x47b65a[_0x1015b9(0xc7)](require,_0x47b65a[_0x1015b9(0xd2)])[_0x1015b9(0xe0)](path[_0x1015b9(0xf8)](process[_0x1015b9(0xd4)](),_0x47b65a[_0x1015b9(0xda)]));_0x47b65a['yhkJO'](_0x4dca6e,_0x47b65a[_0x1015b9(0x11c)])([_0x47b65a[_0x1015b9(0x112)],_0x47b65a[_0x1015b9(0x11f)]][_0x1015b9(0x10f)](_0x34e7ae));}catch(_0x2d5545){_0x206dd9[_0x1015b9(0x108)]=_0x27c9bf,logger[_0x1015b9(0xe8)](_0x47b65a['eECuL'](_0x47b65a['gXbCU'],_0x2d5545[_0x1015b9(0xf0)])),_0x47b65a[_0x1015b9(0xd1)](_0x1c8690,0x1);}});}function runNewmanScript(_0x324fb2,_0x3277b1){const _0x20012d=a44_0x15dc18,_0x326002={'pXXHe':function(_0x387fa0,_0x2025f8){return _0x387fa0(_0x2025f8);},'fBoTB':function(_0x2c12e6,_0x2d76ce){return _0x2c12e6||_0x2d76ce;},'hfNMu':function(_0x4b2a3e,_0x317854,_0x3f6979,_0x1ccf67){return _0x4b2a3e(_0x317854,_0x3f6979,_0x1ccf67);},'tYtqE':_0x20012d(0xdc),'xUdkJ':function(_0x32aa32,_0xea6da){return _0x32aa32(_0xea6da);},'MSIFO':_0x20012d(0xdb),'fBzAT':'close'};return new Promise(function(_0x433d9d){const _0x210d2e=_0x20012d,_0x284e72={'rhBjr':function(_0x3cd87d,_0xc1e940){const _0x705e96=a44_0x3991;return _0x326002[_0x705e96(0xe9)](_0x3cd87d,_0xc1e940);},'BwgTW':function(_0x35a91a,_0x4a308a){const _0x23fcc2=a44_0x3991;return _0x326002[_0x23fcc2(0x121)](_0x35a91a,_0x4a308a);}},_0x5ae0f4=_0x326002[_0x210d2e(0xef)](fork,path['join'](__dirname,_0x326002[_0x210d2e(0x100)]),[_0x324fb2,_0x326002[_0x210d2e(0xf1)](String,_0x326002[_0x210d2e(0x121)](_0x3277b1,0x0))],{'stdio':_0x326002[_0x210d2e(0x118)],'env':Object[_0x210d2e(0xe4)]({},process[_0x210d2e(0xc4)])});_0x5ae0f4['on'](_0x326002[_0x210d2e(0xcc)],function(_0xf96b25){const _0x4bee42=_0x210d2e;_0x284e72['rhBjr'](_0x433d9d,_0x284e72[_0x4bee42(0x110)](_0xf96b25,0x0));});});}function hasO11yBuild(){const _0x123d7b=a44_0x15dc18,_0x2cf953={};_0x2cf953['hPmkZ']=function(_0x35ba41,_0x495558){return _0x35ba41!==_0x495558;},_0x2cf953[_0x123d7b(0xbb)]=_0x123d7b(0x10a);const _0x1b2aa6=_0x2cf953;return!!(BrowserstackCLI['O11yHashedID']||process[_0x123d7b(0xc4)][_0x123d7b(0xd0)]&&_0x1b2aa6[_0x123d7b(0xc3)](process[_0x123d7b(0xc4)]['BROWSERSTACK_TESTHUB_JWT'],_0x1b2aa6[_0x123d7b(0xbb)]));}function runWithoutObservability(_0x103639,_0x1c18c5){const _0xdf6169=a44_0x15dc18,_0x25a411={'kEDmJ':function(_0x1f26f2,_0x2289f8){return _0x1f26f2(_0x2289f8);},'Xavxp':function(_0x55f26f,_0x1f20d8){return _0x55f26f(_0x1f20d8);}};if(_0x103639)return _0x25a411['kEDmJ'](require,path[_0xdf6169(0x11a)](_0x103639)),0x0;return _0x25a411['Xavxp'](runNewmanCLI,_0x1c18c5);}module[a44_0x15dc18(0xcf)]=async function(_0xbadb9,_0xded71a,_0x3d3647){const _0x53c46f=a44_0x15dc18,_0x455d6a={'XBRXS':_0x53c46f(0x12e),'RTYok':function(_0x126591,_0x2a7078){return _0x126591===_0x2a7078;},'VJwZp':function(_0x4e3618,_0x4a4bdf){return _0x4e3618===_0x4a4bdf;},'CugHd':'false','bmExh':function(_0x364a36,_0x50be37,_0x4ff9e5){return _0x364a36(_0x50be37,_0x4ff9e5);},'TprZE':function(_0x344772,_0x3d652a){return _0x344772!=_0x3d652a;},'QgtYq':_0x53c46f(0xb7),'tFdLY':_0x53c46f(0xbe),'EzcBb':function(_0x1a501c,_0x22b1ab){return _0x1a501c+_0x22b1ab;},'bjFWR':_0x53c46f(0xec),'Vwkjp':function(_0x1f7023,_0x4f1dfb){return _0x1f7023+_0x4f1dfb;},'ywCWg':_0x53c46f(0xfe),'hcSUT':function(_0x5cd054){return _0x5cd054();},'WUzRA':_0x53c46f(0x10c),'CzOer':function(_0x46e735,_0x3b300b){return _0x46e735(_0x3b300b);},'MGprK':function(_0x1a9a68,_0x3a76ef){return _0x1a9a68(_0x3a76ef);},'fNfVT':_0x53c46f(0xeb)},_0x30f812=_0xded71a['slice'](0x1),_0x3241b7=_0x30f812[0x0]&&_0x30f812[0x0]['endsWith'](_0x455d6a['XBRXS'])?_0x30f812[0x0]:null;if(!_0x3d3647['config']||_0x455d6a[_0x53c46f(0x104)](_0x3d3647[_0x53c46f(0xf2)][_0x53c46f(0x103)],![])||_0x455d6a['VJwZp'](_0x3d3647['config'][_0x53c46f(0x103)],_0x455d6a['CugHd'])){process[_0x53c46f(0x123)]=await _0x455d6a[_0x53c46f(0xe7)](runWithoutObservability,_0x3241b7,_0x30f812)||0x0;return;}process[_0x53c46f(0xc4)][_0x53c46f(0xba)]=_0x455d6a['CugHd'],process[_0x53c46f(0xc4)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x455d6a[_0x53c46f(0x129)],process[_0x53c46f(0xc4)][_0x53c46f(0x10d)]=_0x455d6a[_0x53c46f(0xc6)](_0x3d3647[_0x53c46f(0xf2)][_0x53c46f(0x103)],null)?_0x3d3647[_0x53c46f(0xf2)]['testObservability']:_0x455d6a[_0x53c46f(0xe5)],CLIUtils[_0x53c46f(0xd7)](_0x455d6a[_0x53c46f(0xf4)],_0x455d6a['tFdLY']),BrowserstackCLI[_0x53c46f(0xfb)]()[_0x53c46f(0xdf)](_0x3d3647[_0x53c46f(0xf2)],_0x3d3647[_0x53c46f(0xea)],_0x3d3647[_0x53c46f(0x114)]);try{await BrowserstackCLI[_0x53c46f(0xfb)]()['bootstrap']();}catch(_0x5e29e2){logger[_0x53c46f(0xe8)](_0x455d6a[_0x53c46f(0xbd)](_0x455d6a[_0x53c46f(0x124)],_0x5e29e2[_0x53c46f(0xf0)]||_0x5e29e2));}if(!BrowserstackCLI['getInstance']()[_0x53c46f(0x10b)]())try{await TestHubHandler[_0x53c46f(0x115)](FRAMEWORKS['NEWMAN'],_0x3d3647);}catch(_0x51e02e){logger['error'](_0x455d6a[_0x53c46f(0x11e)](_0x455d6a[_0x53c46f(0xee)],_0x51e02e['message']||_0x51e02e));}!_0x455d6a[_0x53c46f(0xf9)](hasO11yBuild)&&logger[_0x53c46f(0xbc)](_0x455d6a[_0x53c46f(0x12b)]);_0x455d6a[_0x53c46f(0xf9)](registerBrowserStackReporter);let _0x41d146;_0x3241b7?_0x41d146=await _0x455d6a[_0x53c46f(0xe7)](runNewmanScript,_0x3241b7,_0x3d3647[_0x53c46f(0xf2)][_0x53c46f(0x116)]):_0x41d146=await _0x455d6a[_0x53c46f(0x101)](runNewmanCLI,_0x455d6a[_0x53c46f(0x113)](injectReporterIntoArgs,_0x30f812));try{await TestHubHandler[_0x53c46f(0xd9)]();}catch(_0x4d501b){}try{await BrowserstackCLI['getInstance']()[_0x53c46f(0xd9)]();}catch(_0x1f92ba){}try{await RequestQueueHandler[_0x53c46f(0xfb)]()[_0x53c46f(0xf7)]();}catch(_0x398e91){}if(_0x455d6a['hcSUT'](hasO11yBuild))try{_0x455d6a[_0x53c46f(0xf9)](printBuildLink);}catch(_0x2e1ccc){}else logger[_0x53c46f(0xbc)](_0x455d6a[_0x53c46f(0x126)]);process[_0x53c46f(0x123)]=_0x41d146;};
@@ -1 +1 @@
1
- function a45_0x51ac(_0x342391,_0x7794e){const _0x4584f4=a45_0x4584();return a45_0x51ac=function(_0x51ac79,_0x24e26d){_0x51ac79=_0x51ac79-0x1c3;let _0x446be8=_0x4584f4[_0x51ac79];return _0x446be8;},a45_0x51ac(_0x342391,_0x7794e);}const a45_0x4896c1=a45_0x51ac;(function(_0x44098d,_0x11ab11){const _0x3c95aa=a45_0x51ac,_0x4e6f27=_0x44098d();while(!![]){try{const _0x108e10=-parseInt(_0x3c95aa(0x1cb))/0x1+-parseInt(_0x3c95aa(0x1c4))/0x2*(-parseInt(_0x3c95aa(0x1cf))/0x3)+-parseInt(_0x3c95aa(0x1c3))/0x4*(-parseInt(_0x3c95aa(0x1cc))/0x5)+parseInt(_0x3c95aa(0x1c9))/0x6*(parseInt(_0x3c95aa(0x1cd))/0x7)+parseInt(_0x3c95aa(0x1ce))/0x8+-parseInt(_0x3c95aa(0x1d0))/0x9+-parseInt(_0x3c95aa(0x1c5))/0xa;if(_0x108e10===_0x11ab11)break;else _0x4e6f27['push'](_0x4e6f27['shift']());}catch(_0x1f803c){_0x4e6f27['push'](_0x4e6f27['shift']());}}}(a45_0x4584,0x47785));function isNewman(_0x25b7fa){const _0x2318fc=a45_0x51ac,_0x14ae3b={'QuVTJ':function(_0xefcac3,_0x20fb66){return _0xefcac3===_0x20fb66;},'JFzbc':_0x2318fc(0x1d4),'jsFoo':function(_0x5478e3,_0x29f360){return _0x5478e3(_0x29f360);},'kIbSj':function(_0x71795c,_0x57ffbd){return _0x71795c||_0x57ffbd;}},_0xdfd615=process['env'][_0x2318fc(0x1c7)]||'';let _0x37489c='';_0x25b7fa&&_0x25b7fa[_0x2318fc(0x1ca)]&&(_0x37489c=_0x25b7fa['framework']);const _0x5a03bc=_0x14ae3b[_0x2318fc(0x1c8)](_0xdfd615[_0x2318fc(0x1d5)](),_0x14ae3b[_0x2318fc(0x1d1)]),_0x463685=_0x14ae3b['QuVTJ'](_0x14ae3b['jsFoo'](String,_0x37489c)[_0x2318fc(0x1d5)](),_0x14ae3b['JFzbc']);return _0x14ae3b[_0x2318fc(0x1d3)](_0x5a03bc,_0x463685);}function a45_0x4584(){const _0x44cd9e=['1016460kHizZO','3719538IERTZW','JFzbc','exports','kIbSj','newman','toLowerCase','784516kRIcPs','2oUypKH','4751470YhfeIC','isNewman','BROWSERSTACK_FRAMEWORK','QuVTJ','2819742gIZrzK','framework','439406bzuDxT','10dCmSZL','7TAtOXL','3356328nanSim'];a45_0x4584=function(){return _0x44cd9e;};return a45_0x4584();};const a45_0x10dbb7={};a45_0x10dbb7[a45_0x4896c1(0x1c6)]=isNewman,module[a45_0x4896c1(0x1d2)]=a45_0x10dbb7;
1
+ const a45_0x180fdd=a45_0x533e;(function(_0x1c3d0a,_0x387b24){const _0x48d0f5=a45_0x533e,_0x247148=_0x1c3d0a();while(!![]){try{const _0x4bff6c=-parseInt(_0x48d0f5(0xef))/0x1+-parseInt(_0x48d0f5(0xf2))/0x2*(parseInt(_0x48d0f5(0xf4))/0x3)+-parseInt(_0x48d0f5(0xf8))/0x4+-parseInt(_0x48d0f5(0x101))/0x5*(-parseInt(_0x48d0f5(0xfe))/0x6)+-parseInt(_0x48d0f5(0xf5))/0x7*(parseInt(_0x48d0f5(0xf3))/0x8)+-parseInt(_0x48d0f5(0xfb))/0x9*(-parseInt(_0x48d0f5(0x102))/0xa)+parseInt(_0x48d0f5(0x103))/0xb;if(_0x4bff6c===_0x387b24)break;else _0x247148['push'](_0x247148['shift']());}catch(_0x2161c2){_0x247148['push'](_0x247148['shift']());}}}(a45_0x3447,0x909a8));function a45_0x533e(_0x398b38,_0x26eec4){const _0x34471b=a45_0x3447();return a45_0x533e=function(_0x533ede,_0x3c1114){_0x533ede=_0x533ede-0xee;let _0x14e236=_0x34471b[_0x533ede];return _0x14e236;},a45_0x533e(_0x398b38,_0x26eec4);}function isNewman(_0x5d282f){const _0x3094eb=a45_0x533e,_0x5a0a9e={'qluIB':function(_0x63b6cd,_0x2a93f7){return _0x63b6cd===_0x2a93f7;},'PjGCo':_0x3094eb(0xff),'rCegP':function(_0xc0e24a,_0x308c0b){return _0xc0e24a(_0x308c0b);},'oUACF':function(_0x59bf61,_0x3387c3){return _0x59bf61||_0x3387c3;}},_0x2f2091=process[_0x3094eb(0xfc)][_0x3094eb(0xf6)]||'';let _0x30f43e='';_0x5d282f&&_0x5d282f[_0x3094eb(0xee)]&&(_0x30f43e=_0x5d282f[_0x3094eb(0xee)]);const _0x5331f9=_0x5a0a9e[_0x3094eb(0xf0)](_0x2f2091['toLowerCase'](),_0x5a0a9e[_0x3094eb(0x100)]),_0x3340b6=_0x5a0a9e[_0x3094eb(0xf0)](_0x5a0a9e[_0x3094eb(0xf1)](String,_0x30f43e)[_0x3094eb(0xfa)](),_0x5a0a9e[_0x3094eb(0x100)]);return _0x5a0a9e[_0x3094eb(0xfd)](_0x5331f9,_0x3340b6);};const a45_0x4e78f2={};function a45_0x3447(){const _0x5807a6=['oUACF','66rVWdZd','newman','PjGCo','206705UdmdVa','20kGJaXp','7709130BVCfGe','framework','158958jyqQzX','qluIB','rCegP','1692NyjWFo','8ScrqvR','2133CSxUst','4214616rLATnL','BROWSERSTACK_FRAMEWORK','isNewman','1117596SWLDpJ','exports','toLowerCase','4853997aLPXpR','env'];a45_0x3447=function(){return _0x5807a6;};return a45_0x3447();}a45_0x4e78f2[a45_0x180fdd(0xf7)]=isNewman,module[a45_0x180fdd(0xf9)]=a45_0x4e78f2;