browserstack-node-sdk 1.42.0 → 1.42.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/cucumber-sessionDetails.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -1
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a33_0x26695b=a33_0x129a;(function(_0x250bf4,_0x114b2a){const _0x41e466=a33_0x129a,_0x1cb31f=_0x250bf4();while(!![]){try{const _0x1d0bf6=-parseInt(_0x41e466(0x12b))/0x1+-parseInt(_0x41e466(0x138))/0x2*(parseInt(_0x41e466(0x185))/0x3)+-parseInt(_0x41e466(0x1a2))/0x4+parseInt(_0x41e466(0xea))/0x5*(-parseInt(_0x41e466(0xdf))/0x6)+-parseInt(_0x41e466(0xed))/0x7*(-parseInt(_0x41e466(0x15d))/0x8)+-parseInt(_0x41e466(0x1e4))/0x9+-parseInt(_0x41e466(0x1ae))/0xa*(-parseInt(_0x41e466(0x127))/0xb);if(_0x1d0bf6===_0x114b2a)break;else _0x1cb31f['push'](_0x1cb31f['shift']());}catch(_0x5ead3a){_0x1cb31f['push'](_0x1cb31f['shift']());}}}(a33_0x4177,0xa3745));function a33_0x4177(){const _0x4708ff=['bYPyb','mizlC','7135032YnHtHa','exitCode','kHcrK','stats','urYIv','EDjen','../test-runner','isEmpty','assign','neQaM','parse','setUserConfigPath','UHoZV','Running\x20your\x20mocha\x20tests\x20across\x20','iKHFb','ispJU','Setting\x20non\x20exit\x20code\x20for\x20failures','hasOwnProperty','SCQrh','testsuite','tpfsL','writeFileSync','Upxbm','includeEncodedExtension','stringify','OFCxA','\x20skipped','pending','rDJNU','BxuQu','dwKvv','includeTagsInTestingScope','\x20failed','rHLqW','</testsuite>','spec','passes','test','LLrIk','TcduH','64977iqjwEA','Now,\x20showing\x20logs\x20from\x20mocha','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','currentRetry','FOqGj','failed','lnTaS','prepareCapabilities','../../helpers/test-observability/constants','testsPending','PGgWq','RLioM','extension','start','isTestObservabilitySession','SDKTestSuccessful','parseTestOrchestrationOptions','jIbxS','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','object','DxWvp','yjyEJ','QgNjm','failure','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','rootHooks','title','platform','lnjOQ','2684416XqYega','bstack:options','call','chalk','kVhXo','../../helpers/test-observability/utils','TnAGb','initialize','../../helpers/percy/utils','OHSeF','min','BuGms','332790YSCczf','YbKXI','accessibility','hkAey','framework','sort','getUserWorkerCount','accessibilityOptions','files','euxXz','mjs','stack','results','list','exports','BKCqE','bGHIP','../../helpers/central-scanner/constants','size','passed','Running\x20your\x20mocha\x20tests','uIJUe','Couldn\x27t\x20write\x20xunit\x20result\x20to','UANyT','ICWMx','testSuites','dIrkt','../../helpers/performance/constants','xUxOK','log','\x20passed','fETyk','mocha/lib/reporters/base.js','keys','suiteName','kedNW','proxySettings','OWqtn','printBuildLink','hVQqV','state','xTSrB','MlhYP','forEach','eOMRG','debug','../../helpers/logger','xJcQg','titlePathV','getTCGConfigFilePaths','szUBy','VWAyA','json','showDiff','3287160XRkyvN','xbyKY','qJVtG','cIVHx','testcase','mocha/lib/cli/collect-files.js','has','expected','length','KMFxK','ItTZO','excludeTagsInTestingScope','fullTitle','xunit','jWsZP','launchBuild','Tests:\x20\x20\x20\x20\x20\x20\x20','recursive','cdquG','join','diYyo','uvasr','6PbhiHZ','qnfBx','Writing\x20xunit\x20result\x20to\x20file','consoleLog','jDmHD','finalExecution','SDK_CLEANUP','mXgQA','njHIt','mocha','YllgQ','6267565hHUgoj','parallelsPerPlatform','HBUMT','7wPDcyO','cjs','Total\x20Platforms:\x20','finally','dTDZa','KYdXe','BROWSERSTACK_RERUN_TESTS','fvRYy','doc','CYLSH','maxRetries','err','info','testsPassed','isUndefined','juUPx','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','platforms','shouldReRunObservabilityTests','error\x20removing\x20tcg\x20config\x20file','dvlBX','EqGXE','AzYbe','Printing\x20stats\x20of\x20tests','../../helpers/utilities','isBrowserstackInfra','sIjYp','nclIL','cWVfA','Cdvgh','toUTCString','QVMNY','\x0a\x0a\x0a','Mocha\x20Tests','configuration','ASAXF','useColors','\x20platforms','file','ignore','generateDiff','\x20total','dvgGC','EVENTS','vOMbc','fireFunnelTestEvent','nyjar','tovAL','lgZOk','vgDXq','ZAVMr','getCentralUser','../../helpers/helper','cliConfig','testObservability','Couldn\x27t\x20write\x20json\x20result\x20to','MOCHA','RlFFg','990lbNNxl','gXdjo','TBXXQ','ojrno','776010EhTKzx','speed','hideDiff','then','validPlatformsPresent','ytTGh','isNotUndefined','WEQxr','tJJsl','useW3C','cxcsI','sAvxY','retryTestsOnFailure','14ZMfzBp','push','../../helpers/performance/performance-tester','DoJWk','rTZJp','YVPFU','SzYKI','gmCOg','aMSlq','config','HcyMN','ZMsbP','getPlatformName','TaQbK','BROWSERSTACK_TEST_OBSERVABILITY_YML','getOwnPropertyNames','Writing\x20json\x20result\x20to\x20file','skipped','logLevel','testsFailed','indexOf','bold','iPTaq','get','notifyUpdate','error','SoTHR','output','duration','yellow','env','reporterOptions','reporter-option','reporter','message'];a33_0x4177=function(){return _0x4708ff;};return a33_0x4177();}const chalk=require(a33_0x26695b(0x1a5)),logger=require(a33_0x26695b(0x1dc))['winstonLogger'],helper=require(a33_0x26695b(0x121)),utilities=require(a33_0x26695b(0x105)),testOpsHelper=require(a33_0x26695b(0x1a7)),fs=require('fs'),os=require('os'),{parallelTestRun}=require(a33_0x26695b(0x163)),{requireModule,nestedKeyValue}=require(a33_0x26695b(0x121)),{getPercyOptions}=require(a33_0x26695b(0x1aa)),Base=requireModule(a33_0x26695b(0x1ce),a33_0x26695b(0xe8)),collectFiles=requireModule(a33_0x26695b(0xce),a33_0x26695b(0xe8)),constants=require('../utils/constants'),PerformanceTester=require(a33_0x26695b(0x13a)),PerformanceEvents=require(a33_0x26695b(0x1c9))[a33_0x26695b(0x118)],centralScannerConstants=require(a33_0x26695b(0x1bf)),{FRAMEWORKS}=require(a33_0x26695b(0x18d)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function tag(_0x3987ac,_0x51d645,_0xf9854f,_0x2b3dca){const _0x28e208=a33_0x26695b,_0x5c4628={'cxcsI':function(_0x139e4e,_0x2b2255){return _0x139e4e+_0x2b2255;},'dvgGC':function(_0x56fb7a,_0x2bc366){return _0x56fb7a+_0x2bc366;},'cWVfA':function(_0x5e99e3,_0x300c79){return _0x5e99e3(_0x300c79);},'FOqGj':function(_0x5491c8,_0xa1cdd8){return _0x5491c8+_0xa1cdd8;},'rDJNU':function(_0x5f3e4c,_0x3e23b4){return _0x5f3e4c+_0x3e23b4;},'TBXXQ':function(_0x201ee3,_0xe370fa){return _0x201ee3+_0xe370fa;},'FOibS':function(_0x30bf9c,_0x48149e){return _0x30bf9c+_0x48149e;},'BKCqE':function(_0x2374b4,_0xb8446e){return _0x2374b4+_0xb8446e;},'HBUMT':function(_0x4ea020,_0x2bd934){return _0x4ea020+_0x2bd934;}},_0x3943bd=_0xf9854f?'/>':'>',_0x2ce9d9=[];let _0x30ec5f;for(const _0x10c56a in _0x51d645){Object['prototype'][_0x28e208(0x16e)][_0x28e208(0x1a4)](_0x51d645,_0x10c56a)&&_0x2ce9d9[_0x28e208(0x139)](_0x5c4628[_0x28e208(0x135)](_0x5c4628[_0x28e208(0x135)](_0x5c4628[_0x28e208(0x117)](_0x10c56a,'=\x22'),_0x5c4628[_0x28e208(0x109)](escape,_0x51d645[_0x10c56a])),'\x22'));}return _0x30ec5f=_0x5c4628[_0x28e208(0x189)](_0x5c4628[_0x28e208(0x179)](_0x5c4628[_0x28e208(0x129)]('<',_0x3987ac),_0x2ce9d9[_0x28e208(0xd1)]?_0x5c4628[_0x28e208(0x189)]('\x20',_0x2ce9d9['join']('\x20')):''),_0x3943bd),_0x2b3dca&&(_0x30ec5f+=_0x5c4628['FOibS'](_0x5c4628[_0x28e208(0x1bd)](_0x5c4628[_0x28e208(0xec)](_0x2b3dca,'</'),_0x3987ac),_0x3943bd)),_0x30ec5f;}let xunitContent='';function xunitWrite(_0xbf86dd){xunitContent+=_0xbf86dd;}function xunitTest(_0xde8c2d,_0x5d8cb8){const _0x5bcd14=a33_0x26695b,_0x2ec505={'LLrIk':function(_0x1a8b18,_0x4ed695){return _0x1a8b18/_0x4ed695;},'qJVtG':function(_0x1aea90,_0x21be5b){return _0x1aea90===_0x21be5b;},'WEQxr':_0x5bcd14(0x18a),'urYIv':function(_0x461283,_0x4be493){return _0x461283+_0x4be493;},'OHSeF':function(_0x23fc6f,_0x2052d8){return _0x23fc6f(_0x2052d8);},'DoJWk':function(_0x25a853,_0x44b45e,_0x1c08ad,_0x5bc140,_0xa4d9b9){return _0x25a853(_0x44b45e,_0x1c08ad,_0x5bc140,_0xa4d9b9);},'nclIL':_0x5bcd14(0xcd),'fvRYy':function(_0x26c7b7,_0x539b72,_0x5c6e2f,_0x14a7cc,_0x3b85de){return _0x26c7b7(_0x539b72,_0x5c6e2f,_0x14a7cc,_0x3b85de);},'eSFDF':_0x5bcd14(0x19c),'mizlC':function(_0x3f5aab,_0x162aef){return _0x3f5aab+_0x162aef;},'AzYbe':function(_0x586924,_0x2c5dc8){return _0x586924(_0x2c5dc8);},'YVPFU':function(_0x10d3ed,_0x41f0ed){return _0x10d3ed(_0x41f0ed);},'bGHIP':function(_0x478ad0,_0x52f7ed){return _0x478ad0(_0x52f7ed);},'UDhMP':function(_0x223dd8,_0x259290,_0x1ee277,_0x445d09,_0x43a35d){return _0x223dd8(_0x259290,_0x1ee277,_0x445d09,_0x43a35d);},'hkAey':function(_0x266fb6,_0x21625c,_0x38b3a7,_0x4d2287){return _0x266fb6(_0x21625c,_0x38b3a7,_0x4d2287);},'xbyKY':_0x5bcd14(0x149)};Base[_0x5bcd14(0x111)]=![];var _0x4060ac={'classname':_0xde8c2d['fullTitle'],'name':_0xde8c2d[_0x5bcd14(0x19f)],'time':_0x2ec505[_0x5bcd14(0x183)](_0xde8c2d[_0x5bcd14(0x154)],0x3e8)||0x0,'platform':_0x5d8cb8};if(_0x2ec505[_0x5bcd14(0x1e6)](_0xde8c2d[_0x5bcd14(0x1d6)],_0x2ec505[_0x5bcd14(0x132)])){var _0x37a0c2=_0xde8c2d[_0x5bcd14(0xf8)],_0x1dc522=!Base[_0x5bcd14(0x12d)]&&Base[_0x5bcd14(0x1e3)](_0x37a0c2)?_0x2ec505['urYIv']('\x0a',Base[_0x5bcd14(0x115)](_0x37a0c2['actual'],_0x37a0c2[_0x5bcd14(0xd0)])):'';_0x2ec505[_0x5bcd14(0x1ab)](xunitWrite,_0x2ec505[_0x5bcd14(0x13b)](tag,_0x2ec505[_0x5bcd14(0x108)],_0x4060ac,![],_0x2ec505[_0x5bcd14(0xf4)](tag,_0x2ec505['eSFDF'],{},![],_0x2ec505[_0x5bcd14(0x161)](_0x2ec505[_0x5bcd14(0x15c)](_0x2ec505[_0x5bcd14(0x161)](_0x2ec505[_0x5bcd14(0x1ab)](escape,_0x37a0c2[_0x5bcd14(0x15a)]),_0x2ec505[_0x5bcd14(0x103)](escape,_0x1dc522)),'\x0a'),_0x2ec505[_0x5bcd14(0x13d)](escape,_0x37a0c2['stack'])))));}else _0xde8c2d['isPending']?_0x2ec505[_0x5bcd14(0x1be)](xunitWrite,_0x2ec505['UDhMP'](tag,_0x2ec505[_0x5bcd14(0x108)],_0x4060ac,![],_0x2ec505[_0x5bcd14(0x1b1)](tag,_0x2ec505[_0x5bcd14(0x1e5)],{},!![]))):_0x2ec505[_0x5bcd14(0x103)](xunitWrite,_0x2ec505[_0x5bcd14(0x1b1)](tag,_0x2ec505[_0x5bcd14(0x108)],_0x4060ac,!![]));};function getStats(_0x19be51){const _0x2c1b8f=a33_0x26695b,_0x4808e7={};_0x4808e7[_0x2c1b8f(0xd7)]='suite',_0x4808e7[_0x2c1b8f(0x13e)]=_0x2c1b8f(0x1c1),_0x4808e7[_0x2c1b8f(0x110)]='failed',_0x4808e7[_0x2c1b8f(0x1cd)]='results';const _0x1c67fb=_0x4808e7,_0x401c92=Object[_0x2c1b8f(0x1cf)](_0x19be51);let _0x50bc0f=0x0,_0x184e42=0x0,_0x47ecb1=0x0,_0x18e953=0x0;const _0x58d2ec=new Set();_0x401c92[_0x2c1b8f(0x1d9)](_0x76f520=>{const _0x5d6651=_0x2c1b8f,_0x234192={};_0x234192[_0x5d6651(0x17a)]=_0x1c67fb['jWsZP'],_0x234192[_0x5d6651(0x18f)]=_0x1c67fb[_0x5d6651(0x13e)],_0x234192[_0x5d6651(0x11c)]=_0x1c67fb['ASAXF'];const _0xb7588f=_0x234192;_0x19be51[_0x76f520][_0x1c67fb[_0x5d6651(0x1cd)]][_0x5d6651(0x1d9)](_0x91508e=>{const _0x3c6196=_0x5d6651;_0x58d2ec['add'](_0x91508e[_0xb7588f['BxuQu']]),_0x50bc0f++;switch(_0x91508e[_0x3c6196(0x1d6)]){case _0xb7588f[_0x3c6196(0x18f)]:_0x47ecb1++;break;case _0xb7588f[_0x3c6196(0x11c)]:_0x184e42++;break;default:_0x18e953++;}});});const _0x297c0a={};return _0x297c0a[_0x2c1b8f(0x1c7)]=_0x58d2ec[_0x2c1b8f(0x1c0)],_0x297c0a[_0x2c1b8f(0xfe)]=_0x401c92,_0x297c0a['totalTests']=_0x50bc0f,_0x297c0a[_0x2c1b8f(0x14b)]=_0x184e42,_0x297c0a[_0x2c1b8f(0xfa)]=_0x47ecb1,_0x297c0a[_0x2c1b8f(0x18e)]=_0x18e953,_0x297c0a;}function errorJSON(_0x3cc0b9){const _0x23ead7=a33_0x26695b;var _0x225892={};return Object[_0x23ead7(0x147)](_0x3cc0b9)[_0x23ead7(0x1d9)](function(_0x55c51e){_0x225892[_0x55c51e]=_0x3cc0b9[_0x55c51e];},_0x3cc0b9),_0x225892;}function cleanCycles(_0x54e578){const _0x303a27=a33_0x26695b,_0x815af5={};_0x815af5['uIJUe']=function(_0x41390f,_0x3a8e68){return _0x41390f===_0x3a8e68;},_0x815af5[_0x303a27(0x15f)]=_0x303a27(0x198),_0x815af5[_0x303a27(0x119)]=function(_0x1574d7,_0x308d31){return _0x1574d7!==_0x308d31;},_0x815af5[_0x303a27(0x176)]=function(_0x309e5c,_0x4338b6){return _0x309e5c!==_0x4338b6;},_0x815af5[_0x303a27(0x1c5)]=function(_0x2b967b,_0x1791b4){return _0x2b967b+_0x1791b4;};const _0x3e073a=_0x815af5;var _0x240053=[];return JSON[_0x303a27(0x167)](JSON[_0x303a27(0x175)](_0x54e578,function(_0xb949cc,_0xefb73f){const _0x372514=_0x303a27;if(_0x3e073a[_0x372514(0x1c3)](typeof _0xefb73f,_0x3e073a[_0x372514(0x15f)])&&_0x3e073a['vOMbc'](_0xefb73f,null)){if(_0x3e073a[_0x372514(0x176)](_0x240053[_0x372514(0x14c)](_0xefb73f),-0x1))return _0x3e073a['UANyT']('',_0xefb73f);_0x240053[_0x372514(0x139)](_0xefb73f);}return _0xefb73f;}));}function a33_0x129a(_0x1e787c,_0x4aaa3e){const _0x4177a6=a33_0x4177();return a33_0x129a=function(_0x129a9f,_0x46a862){_0x129a9f=_0x129a9f-0xcc;let _0x4afcc1=_0x4177a6[_0x129a9f];return _0x4afcc1;},a33_0x129a(_0x1e787c,_0x4aaa3e);}function clean(_0x4cb37e){const _0x1f7450=a33_0x26695b,_0xb3bd73={'ZMsbP':function(_0x4888fa,_0x12ef51){return _0x4888fa instanceof _0x12ef51;},'dwKvv':function(_0x14d2d8,_0x4581f1){return _0x14d2d8(_0x4581f1);}};var _0xf32283=_0x4cb37e[_0x1f7450(0xf8)]||{};return _0xb3bd73[_0x1f7450(0x143)](_0xf32283,Error)&&(_0xf32283=_0xb3bd73['dwKvv'](errorJSON,_0xf32283)),{'title':_0x4cb37e[_0x1f7450(0x19f)],'fullTitle':_0x4cb37e[_0x1f7450(0xd5)],'file':_0x4cb37e[_0x1f7450(0x113)],'duration':_0x4cb37e[_0x1f7450(0x154)],'currentRetry':_0x4cb37e[_0x1f7450(0x188)],'speed':_0x4cb37e[_0x1f7450(0x12c)],'err':_0xb3bd73[_0x1f7450(0x17b)](cleanCycles,_0xf32283)};}function printStats(_0x32acdb,_0x443ecd=a33_0x26695b(0x180),_0x4f2206={}){const _0xf9ff51=a33_0x26695b,_0x2d2f42={'jDmHD':function(_0x18bedf,_0x360efc){return _0x18bedf(_0x360efc);},'jIbxS':function(_0x4a4fa7,_0x3317d3){return _0x4a4fa7===_0x3317d3;},'xTSrB':_0xf9ff51(0x1c1),'sAvxY':_0xf9ff51(0x181),'gckLV':function(_0x4d983b,_0x5f2d60){return _0x4d983b(_0x5f2d60);},'BuGms':_0xf9ff51(0x18a),'neQaM':'failures','eOMRG':_0xf9ff51(0x178),'rHLqW':_0xf9ff51(0x1ba),'lnTaS':function(_0x53aef7,_0x1cfc1e){return _0x53aef7===_0x1cfc1e;},'xJcQg':function(_0x150c77,_0x202129){return _0x150c77===_0x202129;},'jmnJF':function(_0x2b1fcb,_0x342c16){return _0x2b1fcb*_0x342c16;},'CYLSH':function(_0x468956,_0x434b45,_0x221d2b){return _0x468956(_0x434b45,_0x221d2b);},'yjyEJ':function(_0x36a6e9,_0x58523e){return _0x36a6e9>_0x58523e;},'cdquG':function(_0x18cdf3){return _0x18cdf3();},'EqGXE':_0xf9ff51(0xf5),'EDjen':function(_0x11f3de,_0x3cc487){return _0x11f3de(_0x3cc487);},'uvasr':function(_0x24d746,_0x5153f9){return _0x24d746>_0x5153f9;},'QgNjm':_0xf9ff51(0x16d),'HcyMN':_0xf9ff51(0x104),'ispJU':function(_0x20c4a0,_0x2265d1){return _0x20c4a0+_0x2265d1;},'tpfsL':_0xf9ff51(0xef),'juUPx':'Total\x20Suites:\x20','diYyo':function(_0x2bdc30,_0x1b538b){return _0x2bdc30+_0x1b538b;},'vgDXq':_0xf9ff51(0xd9),'hVQqV':function(_0x1dcdf4,_0x49b06e){return _0x1dcdf4>_0x49b06e;},'RLioM':function(_0x36f10f,_0x4ad702){return _0x36f10f>_0x4ad702;},'fuWJh':function(_0x237210,_0x33f3dd){return _0x237210+_0x33f3dd;},'lgZOk':function(_0x3385e0,_0x3f8acb){return _0x3385e0+_0x3f8acb;},'KMFxK':function(_0x13a4db,_0x264e98){return _0x13a4db+_0x264e98;},'SoTHR':function(_0x4e8138,_0x11a772){return _0x4e8138+_0x11a772;},'ItTZO':_0xf9ff51(0x10d),'PNqRk':function(_0x18acc4,_0x51e367){return _0x18acc4===_0x51e367;},'RlFFg':_0xf9ff51(0x1e2),'ytTGh':_0xf9ff51(0x148),'Upxbm':_0xf9ff51(0x124),'aMSlq':_0xf9ff51(0xfd),'TaQbK':function(_0x1ad3d8,_0x9bdb6a){return _0x1ad3d8===_0x9bdb6a;},'TcduH':_0xf9ff51(0xd6),'UHoZV':_0xf9ff51(0x10e),'UQrKy':function(_0x32b83a,_0x379b89){return _0x32b83a||_0x379b89;},'lnjOQ':function(_0x18ad38,_0x59ce65,_0x54a6b7,_0x5bc85d){return _0x18ad38(_0x59ce65,_0x54a6b7,_0x5bc85d);},'MlhYP':_0xf9ff51(0x170),'kVhXo':function(_0x16af75,_0x26428a){return _0x16af75-_0x26428a;},'nwvZv':function(_0x505d29,_0x49a650){return _0x505d29-_0x49a650;},'PvUBV':function(_0x5b1c28,_0x2f4565){return _0x5b1c28/_0x2f4565;},'bYPyb':function(_0x3ef873,_0x128fc7){return _0x3ef873(_0x128fc7);},'eJYYw':_0xf9ff51(0x17f),'rYNcU':_0xf9ff51(0xe1),'iKHFb':_0xf9ff51(0x1c4),'rTZJp':_0xf9ff51(0x19d),'xUxOK':'Listing\x20all\x20the\x20failures','nyjar':'****\x20FAILURES\x20****'};if(_0x2d2f42[_0xf9ff51(0x196)](_0x443ecd,_0x2d2f42[_0xf9ff51(0x102)]))return;const _0x4c4cc0=0x0,_0x563705=()=>{const _0x44fbc8=_0xf9ff51;return _0x2d2f42[_0x44fbc8(0xe3)](Array,_0x4c4cc0)[_0x44fbc8(0xdc)]('\x20\x20');},{testSuites:_0x5f5492,platforms:_0x51b744,totalTests:_0x1225ce,testsFailed:_0x1d48d8,testsPassed:_0x244c33,testsPending:_0x19edd2}=_0x2d2f42[_0xf9ff51(0x162)](getStats,_0x32acdb);_0x2d2f42[_0xf9ff51(0xde)](_0x1d48d8,0x0)&&(logger[_0xf9ff51(0x1db)](_0x2d2f42[_0xf9ff51(0x19b)]),process[_0xf9ff51(0x15e)]=Math[_0xf9ff51(0x1ac)](_0x1d48d8,0xff));logger[_0xf9ff51(0x1db)](_0x2d2f42[_0xf9ff51(0x142)]);const _0x2f0be5=''+_0x2d2f42[_0xf9ff51(0x16c)](chalk[_0xf9ff51(0x14d)](_0x2d2f42[_0xf9ff51(0x171)]),_0x51b744[_0xf9ff51(0xd1)]),_0x2e526e=''+_0x2d2f42[_0xf9ff51(0x16c)](chalk[_0xf9ff51(0x14d)](_0x2d2f42[_0xf9ff51(0xfc)]),_0x5f5492),_0x5df402=''+_0x2d2f42[_0xf9ff51(0x16c)](_0x2d2f42[_0xf9ff51(0xdd)](_0x2d2f42['ispJU'](chalk[_0xf9ff51(0x14d)](_0x2d2f42[_0xf9ff51(0x11e)]),_0x2d2f42['yjyEJ'](_0x1d48d8,0x0)?chalk[_0xf9ff51(0x14d)]['red'](_0x1d48d8+_0xf9ff51(0x17d))+',\x20':''),_0x2d2f42[_0xf9ff51(0x1d5)](_0x19edd2,0x0)?chalk[_0xf9ff51(0x14d)][_0xf9ff51(0x155)](_0x19edd2+_0xf9ff51(0x177))+',\x20':''),_0x2d2f42[_0xf9ff51(0x190)](_0x244c33,0x0)?chalk['bold']['green'](_0x244c33+_0xf9ff51(0x1cc))+',\x20':'')+_0x1225ce+_0xf9ff51(0x116);console[_0xf9ff51(0x1cb)](_0x2d2f42['fuWJh'](_0x2d2f42['ispJU'](_0x2d2f42[_0xf9ff51(0x11d)](_0x2d2f42[_0xf9ff51(0xd2)](_0x2d2f42[_0xf9ff51(0x152)](_0x2d2f42[_0xf9ff51(0xd3)],_0x2f0be5),'\x0a'),_0x2e526e),'\x0a'),_0x5df402));if(_0x2d2f42['PNqRk'](_0x443ecd,_0x2d2f42[_0xf9ff51(0x126)])){const _0x1bce3d={},_0x2711b4={};_0x2711b4[_0xf9ff51(0x1c7)]=_0x5f5492,_0x2711b4[_0xf9ff51(0xfe)]=_0x51b744,_0x2711b4[_0xf9ff51(0x14b)]=_0x1d48d8,_0x2711b4['testsPassed']=_0x244c33,_0x2711b4[_0xf9ff51(0x18e)]=_0x19edd2,_0x1bce3d[_0xf9ff51(0x160)]=_0x2711b4,_0x51b744[_0xf9ff51(0x1d9)](_0x5be169=>{const _0x5df9d0=_0xf9ff51,_0x5907e4={'ojrno':function(_0x416646,_0x576e76){return _0x2d2f42['jIbxS'](_0x416646,_0x576e76);},'zxfwG':_0x2d2f42[_0x5df9d0(0x1d7)],'SCQrh':_0x2d2f42[_0x5df9d0(0x136)],'ZAVMr':function(_0xbf61c4,_0x42c704){return _0x2d2f42['gckLV'](_0xbf61c4,_0x42c704);},'gXdjo':_0x2d2f42['BuGms'],'mXgQA':_0x2d2f42[_0x5df9d0(0x166)],'OWqtn':_0x2d2f42[_0x5df9d0(0x1da)]};_0x1bce3d[_0x5be169]={'pending':[],'failures':[],'passes':[],'tests':_0x32acdb[_0x5be169][_0x2d2f42[_0x5df9d0(0x17e)]]['map'](clean)},_0x32acdb[_0x5be169][_0x2d2f42['rHLqW']]['forEach'](_0x25bf73=>{const _0x16bf3e=_0x5df9d0;if(_0x5907e4[_0x16bf3e(0x12a)](_0x25bf73[_0x16bf3e(0x1d6)],_0x5907e4['zxfwG']))_0x1bce3d[_0x5be169][_0x5907e4[_0x16bf3e(0x16f)]][_0x16bf3e(0x139)](_0x5907e4['ZAVMr'](clean,_0x25bf73));else _0x5907e4[_0x16bf3e(0x12a)](_0x25bf73[_0x16bf3e(0x1d6)],_0x5907e4[_0x16bf3e(0x128)])?_0x1bce3d[_0x5be169][_0x5907e4[_0x16bf3e(0xe6)]][_0x16bf3e(0x139)](_0x5907e4[_0x16bf3e(0x11f)](clean,_0x25bf73)):_0x1bce3d[_0x5be169][_0x5907e4[_0x16bf3e(0x1d3)]][_0x16bf3e(0x139)](_0x5907e4['ZAVMr'](clean,_0x25bf73));});});if(_0x4f2206[_0xf9ff51(0x153)])try{logger['debug'](_0x2d2f42[_0xf9ff51(0x130)],_0x4f2206[_0xf9ff51(0x153)]),fs[_0xf9ff51(0x172)](_0x4f2206[_0xf9ff51(0x153)],JSON[_0xf9ff51(0x175)](_0x1bce3d,null,0x3));}catch(_0x3741e3){logger[_0xf9ff51(0x151)](_0x2d2f42[_0xf9ff51(0x173)],_0x4f2206[_0xf9ff51(0x153)]),logger['debug'](_0x3741e3);}else logger[_0xf9ff51(0x1db)](_0x2d2f42[_0xf9ff51(0x140)]),console[_0xf9ff51(0x1cb)](JSON['stringify'](_0x1bce3d,null,0x3));}else{if(_0x2d2f42['TaQbK'](_0x443ecd,_0x2d2f42[_0xf9ff51(0x184)])){let _0x5b7995;const _0x3f3e1b=_0x2d2f42[_0xf9ff51(0x169)];_0x4f2206&&(_0x5b7995=_0x4f2206[_0xf9ff51(0x1d0)]);_0x5b7995=_0x2d2f42['UQrKy'](_0x5b7995,_0x3f3e1b);let _0xe1bc8=0x0,_0x40765b=0x0,_0xc4e7ac=0x0,_0x5c0553=0x0;_0x51b744[_0xf9ff51(0x1d9)](_0x378b41=>{const _0x2d2df8=_0xf9ff51,_0x43c8eb={'cIVHx':function(_0x230395,_0x11c955){const _0x3470a2=a33_0x129a;return _0x2d2f42[_0x3470a2(0x18b)](_0x230395,_0x11c955);},'njHIt':_0x2d2f42[_0x2d2df8(0x1d7)],'ICWMx':function(_0x1033c5,_0x5109d7){const _0x88ad42=_0x2d2df8;return _0x2d2f42[_0x88ad42(0x1dd)](_0x1033c5,_0x5109d7);},'wsCfJ':_0x2d2f42[_0x2d2df8(0x1ad)],'Cdvgh':function(_0x48a655,_0xb06ed9){return _0x2d2f42['jmnJF'](_0x48a655,_0xb06ed9);}};_0x32acdb[_0x378b41][_0x2d2f42['rHLqW']][_0x2d2df8(0x1d9)](_0x3ecf78=>{const _0x9e5474=_0x2d2df8;if(_0x43c8eb[_0x9e5474(0xcc)](_0x3ecf78[_0x9e5474(0x1d6)],_0x43c8eb[_0x9e5474(0xe7)]))_0xe1bc8++;else _0x43c8eb[_0x9e5474(0x1c6)](_0x3ecf78[_0x9e5474(0x1d6)],_0x43c8eb['wsCfJ'])&&_0x40765b++;_0xc4e7ac++,_0x5c0553+=_0x43c8eb[_0x9e5474(0x10a)](_0x3ecf78[_0x9e5474(0x154)],0x1);});}),_0x2d2f42[_0xf9ff51(0xe3)](xunitWrite,_0x2d2f42[_0xf9ff51(0x1a1)](tag,_0x2d2f42[_0xf9ff51(0x1d8)],{'name':_0x5b7995,'tests':_0xc4e7ac,'failures':0x0,'errors':_0x40765b,'skipped':_0x2d2f42[_0xf9ff51(0x1a6)](_0x2d2f42['nwvZv'](_0xc4e7ac,_0x40765b),_0xe1bc8),'timestamp':new Date()[_0xf9ff51(0x10b)](),'time':_0x2d2f42['PvUBV'](_0x5c0553,0x3e8)||0x0},![])),_0x51b744[_0xf9ff51(0x1d9)](_0x1144c9=>{const _0x5d7351=_0xf9ff51;_0x32acdb[_0x1144c9][_0x2d2f42[_0x5d7351(0x17e)]][_0x5d7351(0x1d9)](_0x23b8f7=>{const _0x3f0a25=_0x5d7351;_0x2d2f42[_0x3f0a25(0xf6)](xunitTest,_0x23b8f7,_0x1144c9);});}),_0x2d2f42[_0xf9ff51(0x15b)](xunitWrite,_0x2d2f42['eJYYw']);if(_0x4f2206[_0xf9ff51(0x153)])try{logger['debug'](_0x2d2f42['rYNcU'],_0x4f2206[_0xf9ff51(0x153)]),fs[_0xf9ff51(0x172)](_0x4f2206['output'],xunitContent);}catch(_0x9fb6d8){logger[_0xf9ff51(0x151)](_0x2d2f42[_0xf9ff51(0x16b)],_0x4f2206['output']),logger[_0xf9ff51(0x1db)](_0x9fb6d8);}else logger[_0xf9ff51(0x1db)](_0x2d2f42[_0xf9ff51(0x13c)]),console[_0xf9ff51(0x1cb)](xunitContent);}else{if(_0x2d2f42[_0xf9ff51(0x145)](_0x1d48d8,0x0))return;console[_0xf9ff51(0x1cb)](),logger[_0xf9ff51(0x1db)](_0x2d2f42[_0xf9ff51(0x1ca)]),console[_0xf9ff51(0x1cb)](chalk['bold']['bgRedBright'](_0x2d2f42[_0xf9ff51(0x11b)])),_0x51b744['forEach'](_0x2b9eab=>{const _0x445ade=_0xf9ff51,_0x4ea881={'tJJsl':function(_0x3a3ae0,_0x523b2d){const _0x43c400=a33_0x129a;return _0x2d2f42[_0x43c400(0x18b)](_0x3a3ae0,_0x523b2d);},'YbKXI':_0x2d2f42['BuGms']},_0x262b68=[];_0x32acdb[_0x2b9eab][_0x2d2f42['rHLqW']][_0x445ade(0x1d9)](_0x546c6c=>{const _0x21aa4a=_0x445ade;_0x4ea881[_0x21aa4a(0x133)](_0x546c6c[_0x21aa4a(0x1d6)],_0x4ea881[_0x21aa4a(0x1af)])&&(_0x546c6c['titlePath']=()=>_0x546c6c[_0x21aa4a(0x1de)],_0x262b68[_0x21aa4a(0x139)](_0x546c6c));}),_0x2d2f42[_0x445ade(0x19a)](_0x262b68['length'],0x0)&&(Base[_0x445ade(0xe2)](),Base[_0x445ade(0xe2)](_0x2d2f42[_0x445ade(0xdb)](_0x563705),chalk[_0x445ade(0x14d)]['bgBlueBright'](_0x2b9eab)),Base[_0x445ade(0x1bb)](_0x262b68));});}}}async function run(_0x786c87,_0x2376aa,_0x303bab){const _0x252980=a33_0x26695b,_0x5620d9={'TnAGb':function(_0x11afb4,_0x579621,_0x447423,_0x2306aa){return _0x11afb4(_0x579621,_0x447423,_0x2306aa);},'dTDZa':_0x252980(0x158),'kedNW':_0x252980(0x100),'XNOLk':_0x252980(0x194),'VWAyA':function(_0x11d478,_0x36a783,_0x35032d,_0x3e20a7){return _0x11d478(_0x36a783,_0x35032d,_0x3e20a7);},'KYdXe':'mocha','sQALp':function(_0xfa1259,_0x4c8bb6){return _0xfa1259!=_0x4c8bb6;},'qnfBx':_0x252980(0xee),'MFkCE':_0x252980(0x1b8),'YllgQ':_0x252980(0x182),'dvlBX':'rerunTests','XKdcH':function(_0x2f638c,_0x3b8091){return _0x2f638c(_0x3b8091);},'QVMNY':function(_0x238078,_0x1447d2,_0x3a6fcf){return _0x238078(_0x1447d2,_0x3a6fcf);},'szUBy':_0x252980(0x1b6),'DxWvp':function(_0x172a6f,_0x173b69){return _0x172a6f!=_0x173b69;},'jamNI':_0x252980(0x17c),'gmCOg':_0x252980(0xd4),'euxXz':_0x252980(0x174),'iPTaq':_0x252980(0x1c2),'cBoAm':_0x252980(0x186),'sIjYp':function(_0x10ce15,_0x11c877){return _0x10ce15*_0x11c877;},'dIrkt':function(_0x48fcb0,_0x33d218){return _0x48fcb0!==_0x33d218;},'hgwnx':function(_0x240be4,_0x56f3ef,_0x4b20b9,_0x1a3b9c){return _0x240be4(_0x56f3ef,_0x4b20b9,_0x1a3b9c);}};helper[_0x252980(0x168)](_0x303bab['framework'],_0x786c87),await _0x303bab[_0x252980(0x1a9)](_0x786c87);helper[_0x252980(0x106)]()?await helper['handleApp'](_0x303bab[_0x252980(0x141)]):await _0x303bab['setupTCGAuth']();const _0x34afe0=[];let _0x1266f9=[];if(!_0x303bab[_0x252980(0x141)])return;!helper[_0x252980(0xfb)](_0x303bab[_0x252980(0x141)][_0x252980(0x1b5)])&&(process[_0x252980(0x156)][_0x252980(0x187)]=JSON[_0x252980(0x175)](_0x303bab[_0x252980(0x141)][_0x252980(0x1b5)]));const _0x4abf1d=await TestHubHandler[_0x252980(0xd8)](FRAMEWORKS[_0x252980(0x125)],_0x303bab);_0x5620d9['sQALp'](_0x303bab[_0x252980(0x141)][_0x252980(0x123)],null)&&(process[_0x252980(0x156)][_0x252980(0x146)]=_0x303bab[_0x252980(0x141)][_0x252980(0x123)]);!helper[_0x252980(0xfb)](_0x303bab[_0x252980(0x141)][_0x252980(0x1b0)])&&(process[_0x252980(0x156)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x303bab[_0x252980(0x141)][_0x252980(0x1b0)]);const {extension:extension=['js',_0x5620d9[_0x252980(0xe0)],_0x5620d9['MFkCE']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x5620d9[_0x252980(0xe9)]]}=_0x786c87,_0x2f8cd3={..._0x786c87};_0x2f8cd3[_0x252980(0x19e)]=null;const _0x637c27=_0x2f8cd3;let _0x4f02e2;if(testOpsHelper[_0x252980(0x193)]()&&testOpsHelper[_0x252980(0xff)]()){let _0x544d74=process['env'][_0x252980(0xf3)];!helper[_0x252980(0xfb)](_0x303bab[_0x252980(0x122)])&&_0x303bab[_0x252980(0x122)][_0x252980(0xcf)](_0x5620d9[_0x252980(0x101)])&&(_0x544d74=_0x303bab[_0x252980(0x122)][_0x252980(0x14f)](_0x5620d9[_0x252980(0x101)])),_0x4f02e2=testOpsHelper['parseFileNames'](_0x544d74);}if(helper[_0x252980(0xfb)](_0x4f02e2)){const _0x17bb88={};_0x17bb88[_0x252980(0x114)]=ignore,_0x17bb88[_0x252980(0x191)]=extension,_0x17bb88[_0x252980(0x113)]=file,_0x17bb88[_0x252980(0xda)]=recursive,_0x17bb88[_0x252980(0x1b3)]=sort,_0x17bb88['spec']=spec,_0x4f02e2=_0x5620d9['XKdcH'](collectFiles,_0x17bb88),_0x5620d9[_0x252980(0x10c)](nestedKeyValue,_0x4f02e2,[_0x5620d9[_0x252980(0x1e0)]])&&(_0x4f02e2=_0x4f02e2['files']);}const _0x17a1ae=helper[_0x252980(0x195)](_0x303bab[_0x252980(0x141)]);!helper[_0x252980(0x164)](_0x17a1ae)&&helper[_0x252980(0x131)](_0x17a1ae[_0x252980(0x137)])&&(_0x637c27['retries']=_0x17a1ae['retryTestsOnFailure'][_0x252980(0xf7)]);if(!helper[_0x252980(0x106)]()){const _0x562bb2=0x1,_0x33f480={..._0x637c27};_0x33f480[_0x252980(0x180)]=[..._0x4f02e2],_0x34afe0[_0x252980(0x139)]({'mochaOpts':_0x33f480,'configuration':{'platform':os[_0x252980(0x1a0)]()}});if(_0x303bab['config']['accessibility']){const _0xf81cb3={};_0xf81cb3[_0x252980(0x1b0)]=!![];const _0x18901d=_0xf81cb3;_0x5620d9[_0x252980(0x199)](_0x303bab[_0x252980(0x141)][_0x252980(0x1b5)],null)&&(_0x18901d[_0x252980(0x1b5)]=_0x303bab[_0x252980(0x141)][_0x252980(0x1b5)],delete _0x18901d[_0x252980(0x1b5)][_0x5620d9['jamNI']],delete _0x18901d[_0x252980(0x1b5)][_0x5620d9[_0x252980(0x13f)]],delete _0x18901d[_0x252980(0x1b5)][_0x5620d9[_0x252980(0x1b7)]]);const _0x167fd5={};_0x167fd5[_0x252980(0x1a3)]=_0x18901d,_0x34afe0[0x0][_0x252980(0x10f)]['capability']=_0x167fd5;}logger[_0x252980(0xf9)](_0x5620d9[_0x252980(0x14e)]),logger[_0x252980(0xf9)](_0x5620d9['cBoAm']),_0x5620d9['TnAGb'](parallelTestRun,_0x34afe0,_0x562bb2,_0x303bab)[_0x252980(0x12e)](_0x923298=>{const _0x5dd2a6=_0x252980;PerformanceTester[_0x5dd2a6(0x192)](PerformanceEvents['SDK_CLEANUP']),_0x5620d9[_0x5dd2a6(0x1a8)](printStats,_0x923298,_0x786c87[_0x5dd2a6(0x159)],_0x786c87[_0x5dd2a6(0x157)]||_0x786c87[_0x5620d9[_0x5dd2a6(0xf1)]]);})['finally'](()=>{const _0xfdba11=_0x252980;PerformanceTester[_0xfdba11(0x192)](PerformanceEvents[_0xfdba11(0xe5)]);try{const {browserstackFolderPath:_0x466d92,tcgConfigPath:_0x4d5fe0}=helper[_0xfdba11(0x1df)]();fs['unlinkSync'](_0x4d5fe0),fs['rmdirSync'](_0x466d92);}catch(_0x25d849){logger[_0xfdba11(0x1db)](_0x5620d9[_0xfdba11(0x1d1)],_0x25d849);}try{utilities[_0xfdba11(0x11a)](_0x5620d9['XNOLk'],{},_0x303bab[_0xfdba11(0x141)],_0x303bab[_0xfdba11(0x1b2)]);}catch(_0x7b5145){logger[_0xfdba11(0x1db)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x7b5145[_0xfdba11(0x1b9)]);}try{helper[_0xfdba11(0x150)]();}catch(_0x5da6cb){logger[_0xfdba11(0x1db)](_0xfdba11(0x197)+_0x5da6cb);}testOpsHelper['printBuildLink']();});}else{const _0x425cce=helper[_0x252980(0x134)](_0x303bab[_0x252980(0x141)]);let _0x12d02e=helper['getHubUrl'](_0x303bab[_0x252980(0x141)]);_0x1266f9=helper[_0x252980(0x18c)](_0x303bab['config'],_0x425cce,constants['FRAMEWORKS'][_0x252980(0x125)]);helper[_0x252980(0x120)]()['central_scanner']&&(_0x12d02e=centralScannerConstants['BROWSERSTACK_GRR_US_HUB_URL']);let _0x1d4e59;const _0x2121b4=_0x303bab['config'][_0x252980(0xeb)]||helper[_0x252980(0x1b4)](_0x786c87,_0x2376aa,_0x303bab[_0x252980(0x141)],constants['FRAMEWORKS'][_0x252980(0x125)])||0x1;helper[_0x252980(0x12f)](_0x303bab[_0x252980(0x141)])?_0x1d4e59=_0x5620d9[_0x252980(0x107)](_0x303bab[_0x252980(0x141)]['platforms'][_0x252980(0xd1)],_0x2121b4):_0x1d4e59=_0x2121b4;const _0x3fcba7=_0x5620d9['XKdcH'](getPercyOptions,_0x303bab[_0x252980(0x141)]);if(_0x5620d9[_0x252980(0x1c8)](_0x303bab['config']['parallelsPerPlatform'],0x1))_0x4f02e2['forEach'](_0x1b0f4d=>{const _0x5ea039=_0x252980,_0x33b723=[];_0x1266f9[_0x5ea039(0x1d9)]((_0x34b655,_0x3e22e1)=>{const _0x583dc1=_0x5ea039,_0x208de1={};_0x208de1['spec']=[_0x1b0f4d],_0x33b723[_0x583dc1(0x139)]({'mochaOpts':Object['assign']({},_0x637c27,_0x208de1),'configuration':{'server':_0x12d02e,'capability':_0x34b655,'proxySettings':_0x303bab[_0x583dc1(0x141)][_0x583dc1(0x1d2)],'platform':helper['getPlatformName'](_0x34b655),'browserStackLogLevel':_0x303bab[_0x583dc1(0x141)][_0x583dc1(0x14a)],'platformIndex':_0x3e22e1,'browserStackPercyOptions':_0x3fcba7,'platformCaps':Object[_0x583dc1(0x165)]({'index':_0x3e22e1},_0x303bab[_0x583dc1(0x141)][_0x583dc1(0xfe)][_0x3e22e1])}});}),_0x34afe0[_0x5ea039(0x139)](..._0x33b723);});else{const _0x7391c3=[];_0x1266f9[_0x252980(0x1d9)]((_0x22d9ca,_0x55ea8f)=>{const _0x415a05=_0x252980;let _0x4e4fa6=Object[_0x415a05(0x165)]({},_0x637c27);testOpsHelper[_0x415a05(0x193)]()&&testOpsHelper[_0x415a05(0xff)]()&&(_0x4e4fa6={..._0x4e4fa6,'spec':[..._0x4f02e2]}),_0x7391c3['push']({'mochaOpts':_0x4e4fa6,'configuration':{'server':_0x12d02e,'capability':_0x22d9ca,'proxySettings':_0x303bab['config'][_0x415a05(0x1d2)],'platform':helper[_0x415a05(0x144)](_0x22d9ca),'browserStackLogLevel':_0x303bab[_0x415a05(0x141)][_0x415a05(0x14a)],'platformIndex':_0x55ea8f,'browserStackPercyOptions':_0x3fcba7,'platformCaps':Object[_0x415a05(0x165)]({'index':_0x55ea8f},_0x303bab[_0x415a05(0x141)][_0x415a05(0xfe)][_0x55ea8f])}});}),_0x34afe0[_0x252980(0x139)](..._0x7391c3);}logger[_0x252980(0xf9)](_0x252980(0x16a)+_0x303bab[_0x252980(0x141)][_0x252980(0xfe)][_0x252980(0xd1)]+_0x252980(0x112)),logger[_0x252980(0xf9)](_0x5620d9['cBoAm']);let _0x427e1d;_0x5620d9['hgwnx'](parallelTestRun,_0x34afe0,_0x1d4e59,_0x303bab)['then'](_0x55775d=>{const _0x5ca4b0=_0x252980;PerformanceTester[_0x5ca4b0(0x192)](PerformanceEvents[_0x5ca4b0(0xe5)]),_0x427e1d=_0x55775d,_0x5620d9[_0x5ca4b0(0x1e1)](printStats,_0x55775d,_0x786c87[_0x5ca4b0(0x159)],_0x786c87[_0x5ca4b0(0x157)]||_0x786c87[_0x5620d9[_0x5ca4b0(0xf1)]]);})[_0x252980(0xf0)](async()=>{const _0x5f2ff2=_0x252980;PerformanceTester[_0x5f2ff2(0x192)](PerformanceEvents[_0x5f2ff2(0xe5)]),_0x303bab['errorMessage']=helper['getErrorMessageFromResults'](_0x427e1d,_0x5620d9[_0x5f2ff2(0xf2)]),await utilities[_0x5f2ff2(0xe4)](_0x303bab),testOpsHelper[_0x5f2ff2(0x1d4)]();});}}module[a33_0x26695b(0x1bc)]=run;
2
+ 'use strict';const a33_0x2bf374=a33_0x57c2;function a33_0x2e8a(){const _0x146fad=['getHubUrl','1246350AzPHYJ','jwzkz','oWBql','mocha','BROWSERSTACK_RERUN_TESTS','fNrnl','rEQzc','mkVuZ','../../helpers/utilities','isTestObservabilitySession','has','testcase','reporter-option','kLlyk','reporter','TCAGu','TFebg','isUndefined','Running\x20your\x20mocha\x20tests','consoleLog','jenlX','wGfLL','336thqjUT','No\x20output\x20file\x20given,\x20writing\x20json\x20result\x20to\x20console','mocha/lib/cli/collect-files.js','../../helpers/central-scanner/constants','UNoJd','setUserConfigPath','jaKJS','parse','forEach','LDqQX','generateDiff','Wtxyi','toUTCString','unlinkSync','Couldn\x27t\x20write\x20xunit\x20result\x20to','NnvYi','prepareCapabilities','FRAMEWORKS','LWePN','Pfklj','currentRetry','bstack:options','suiteName','MOCHA','proxySettings','\x20failed','No\x20output\x20file\x20given,\x20writing\x20xunit\x20result\x20to\x20console','</testsuite>','rmdirSync','cliConfig','zOPQo','debug','test','MvojZ','getPlatformName','rdeTn','7780XcQWLf','Mraza','WOoUy','json','testsPassed','log','\x20passed','SYTCr','stats','sGeVa','Running\x20your\x20mocha\x20tests\x20across\x20','printBuildLink','fullTitle','expected','isBrowserstackInfra','BROWSERSTACK_TEST_OBSERVABILITY_YML','pending','testsuite','error\x20removing\x20tcg\x20config\x20file','titlePath','../utils/constants','duration','eQzdu','reporterOptions','kMvNB','rootHooks','yqfdo','IexhK','711jfMtjp','logLevel','kSmXF','ZNZBb','title','Writing\x20json\x20result\x20to\x20file','initialize','recursive','message','testsPending','KjVoZ','error','Printing\x20stats\x20of\x20tests','Error\x20in\x20notifying\x20update.\x20Stacktrace:\x20','testObservability','config','oopzm','dfREi','IPHRU','UTSeq','sort','ZQbVh','YOOFo','HHbiW','actual','32186352QduKRP','platform','finally','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','xunit','spec','state','get','mMzBF','shouldReRunObservabilityTests','add','Writing\x20xunit\x20result\x20to\x20file','MRzzR','assign','pEchq','hPgbg','RPUfl','file','yellow','maxRetries','AunUD','bold','IBIUE','TkTaN','AHXQc','BROWSERSTACK_GRR_US_HUB_URL','lgaIF','notifyUpdate','voojb','ioBcl','parseFileNames','validPlatformsPresent','useColors','framework','bgRedBright','showDiff','isBvH','TEgeA','pySVy','getOwnPropertyNames','../../helpers/testhub/testhubHandler','VQKcT','finalExecution','HfIwr','BrmWN','doc','rerunTests','files','../../helpers/logger','Mocha\x20Tests','YctqJ','getErrorMessageFromResults','env','4400845siYpKV','length','cjs','getUserWorkerCount','EmOhj','11LPPgvk','configuration','kYeuP','start','eVboa','iXvmz','NPiwA','xgmNt','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','tGghi','red','prototype','passes','testsFailed','parallelsPerPlatform','mgVsF','35RtKpTt','Qwnsd','DeCLB','hjgVk','kmbtZ','hasOwnProperty','min','exitCode','setupTCGAuth','****\x20FAILURES\x20****','object','exports','accessibilityOptions','writeFileSync','VpQjq','YablO','suite','EVENTS','hMdny','Setting\x20non\x20exit\x20code\x20for\x20failures','info','ignore','output','ptOvN','titlePathV','excludeTagsInTestingScope','\x0a\x0a\x0a','wSZxq','hlZGG','zoiiF','map','UemSz','RBvJh','QNYmZ','stringify','gLhbE','YbWpw','ZYsiH','bgBlueBright','twQaD','269901nbeFAk','57121qCnocA','handleApp','2IdaMzm','../../helpers/helper','testSuites','indexOf','XLrut','accessibility','FPozC','SDK_CLEANUP','QLQfT','RGdij','wXXfJ','isPending','failed','parseTestOrchestrationOptions','NkvrT','bBrlM','../../helpers/performance/constants','HGMVI','GubiF','tBsqw','getTCGConfigFilePaths','Now,\x20showing\x20logs\x20from\x20mocha','xAgOK','fuvEc','stack','8617670xNfcRe','size','retries','getCentralUser','results','platforms','list','SDKTestSuccessful','\x20skipped','IOYII','includeTagsInTestingScope','retryTestsOnFailure','passed','CPrmP','phdVc','join','bPHUf','capability','push'];a33_0x2e8a=function(){return _0x146fad;};return a33_0x2e8a();}(function(_0x227b52,_0x169863){const _0x4e4578=a33_0x57c2,_0x4bde22=_0x227b52();while(!![]){try{const _0x2c7075=-parseInt(_0x4e4578(0x1a7))/0x1*(parseInt(_0x4e4578(0x1a9))/0x2)+-parseInt(_0x4e4578(0x11b))/0x3*(parseInt(_0x4e4578(0xff))/0x4)+parseInt(_0x4e4578(0x169))/0x5+-parseInt(_0x4e4578(0x1d6))/0x6*(-parseInt(_0x4e4578(0x17e))/0x7)+-parseInt(_0x4e4578(0x1ec))/0x8*(-parseInt(_0x4e4578(0x1a6))/0x9)+parseInt(_0x4e4578(0x1c2))/0xa*(parseInt(_0x4e4578(0x16e))/0xb)+-parseInt(_0x4e4578(0x134))/0xc;if(_0x2c7075===_0x169863)break;else _0x4bde22['push'](_0x4bde22['shift']());}catch(_0x5c162c){_0x4bde22['push'](_0x4bde22['shift']());}}}(a33_0x2e8a,0xcd089));const chalk=require('chalk'),logger=require(a33_0x2bf374(0x164))['winstonLogger'],helper=require(a33_0x2bf374(0x1aa)),utilities=require(a33_0x2bf374(0x1de)),testOpsHelper=require('../../helpers/test-observability/utils'),fs=require('fs'),os=require('os'),{parallelTestRun}=require('../test-runner'),{requireModule,nestedKeyValue}=require(a33_0x2bf374(0x1aa)),{getPercyOptions}=require('../../helpers/percy/utils'),Base=requireModule('mocha/lib/reporters/base.js',a33_0x2bf374(0x1d9)),collectFiles=requireModule(a33_0x2bf374(0xdd),'mocha'),constants=require(a33_0x2bf374(0x113)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a33_0x2bf374(0x1b9))[a33_0x2bf374(0x18f)],centralScannerConstants=require(a33_0x2bf374(0xde)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),TestHubHandler=require(a33_0x2bf374(0x15c));function tag(_0x560641,_0x46c1f8,_0xf00df9,_0x43ed46){const _0x36088f=a33_0x2bf374,_0x28fc69={'kYeuP':function(_0x535301,_0xcef3f1){return _0x535301+_0xcef3f1;},'dNSSO':function(_0x559afe,_0x22386b){return _0x559afe+_0x22386b;},'KjVoZ':function(_0x26f2df,_0x28048e){return _0x26f2df(_0x28048e);},'hPgbg':function(_0x1ef2ea,_0x1b812c){return _0x1ef2ea+_0x1b812c;},'twQaD':function(_0x381525,_0x3fa15){return _0x381525+_0x3fa15;}},_0xe05b70=_0xf00df9?'/>':'>',_0x263209=[];let _0x42ff06;for(const _0x55cd01 in _0x46c1f8){Object[_0x36088f(0x179)][_0x36088f(0x183)]['call'](_0x46c1f8,_0x55cd01)&&_0x263209[_0x36088f(0x1d4)](_0x28fc69[_0x36088f(0x170)](_0x28fc69['dNSSO'](_0x28fc69[_0x36088f(0x170)](_0x55cd01,'=\x22'),_0x28fc69[_0x36088f(0x125)](escape,_0x46c1f8[_0x55cd01])),'\x22'));}return _0x42ff06=_0x28fc69[_0x36088f(0x170)](_0x28fc69['kYeuP'](_0x28fc69[_0x36088f(0x143)]('<',_0x560641),_0x263209[_0x36088f(0x16a)]?_0x28fc69['hPgbg']('\x20',_0x263209[_0x36088f(0x1d1)]('\x20')):''),_0xe05b70),_0x43ed46&&(_0x42ff06+=_0x28fc69[_0x36088f(0x170)](_0x28fc69[_0x36088f(0x1a5)](_0x28fc69[_0x36088f(0x170)](_0x43ed46,'</'),_0x560641),_0xe05b70)),_0x42ff06;}let xunitContent='';function a33_0x57c2(_0x3d3a2b,_0x414918){const _0x2e8a6c=a33_0x2e8a();return a33_0x57c2=function(_0x57c2cb,_0x2528df){_0x57c2cb=_0x57c2cb-0xdd;let _0xeb052e=_0x2e8a6c[_0x57c2cb];return _0xeb052e;},a33_0x57c2(_0x3d3a2b,_0x414918);}function xunitWrite(_0x21100f){xunitContent+=_0x21100f;}function xunitTest(_0x52fd10,_0x127e9e){const _0x2fdba2=a33_0x2bf374,_0x572605={'HGMVI':function(_0x38d741,_0x12fb19){return _0x38d741/_0x12fb19;},'Mraza':function(_0x368adf,_0xf9cf45){return _0x368adf===_0xf9cf45;},'QNYmZ':'failed','iXvmz':function(_0x1daa8c,_0x18f9b3){return _0x1daa8c+_0x18f9b3;},'sGeVa':function(_0x17c421,_0x36aedc){return _0x17c421(_0x36aedc);},'ZYsiH':function(_0x16e47b,_0x576610,_0x253a47,_0x373fc9,_0x4377b5){return _0x16e47b(_0x576610,_0x253a47,_0x373fc9,_0x4377b5);},'zoiiF':_0x2fdba2(0x1e1),'AHXQc':'failure','dfREi':function(_0x3a7224,_0x5b4bf1){return _0x3a7224+_0x5b4bf1;},'TdSSk':function(_0x2cfa94,_0x1db47e){return _0x2cfa94+_0x1db47e;},'rdeTn':function(_0x2a1e06,_0x11630b){return _0x2a1e06(_0x11630b);},'phdVc':function(_0x2e05d2,_0x5bf694){return _0x2e05d2(_0x5bf694);},'KKCqb':function(_0xb892a5,_0x39981b){return _0xb892a5(_0x39981b);},'rEQzc':function(_0x28a7ce,_0x360077,_0x1a554a,_0x1976ff){return _0x28a7ce(_0x360077,_0x1a554a,_0x1976ff);},'kMvNB':'skipped'};Base[_0x2fdba2(0x154)]=![];var _0x13b334={'classname':_0x52fd10[_0x2fdba2(0x10b)],'name':_0x52fd10[_0x2fdba2(0x11f)],'time':_0x572605[_0x2fdba2(0x1ba)](_0x52fd10[_0x2fdba2(0x114)],0x3e8)||0x0,'platform':_0x127e9e};if(_0x572605[_0x2fdba2(0x100)](_0x52fd10['state'],_0x572605[_0x2fdba2(0x19f)])){var _0x231c0a=_0x52fd10['err'],_0x5b0f00=!Base['hideDiff']&&Base[_0x2fdba2(0x157)](_0x231c0a)?_0x572605[_0x2fdba2(0x173)]('\x0a',Base[_0x2fdba2(0xe5)](_0x231c0a[_0x2fdba2(0x133)],_0x231c0a[_0x2fdba2(0x10c)])):'';_0x572605[_0x2fdba2(0x108)](xunitWrite,_0x572605[_0x2fdba2(0x1a3)](tag,_0x572605['zoiiF'],_0x13b334,![],_0x572605[_0x2fdba2(0x1a3)](tag,_0x572605[_0x2fdba2(0x14c)],{},![],_0x572605[_0x2fdba2(0x173)](_0x572605[_0x2fdba2(0x12c)](_0x572605['TdSSk'](_0x572605[_0x2fdba2(0x108)](escape,_0x231c0a[_0x2fdba2(0x123)]),_0x572605[_0x2fdba2(0xfe)](escape,_0x5b0f00)),'\x0a'),_0x572605[_0x2fdba2(0x1d0)](escape,_0x231c0a[_0x2fdba2(0x1c1)])))));}else _0x52fd10[_0x2fdba2(0x1b4)]?_0x572605['KKCqb'](xunitWrite,_0x572605[_0x2fdba2(0x1a3)](tag,_0x572605[_0x2fdba2(0x19b)],_0x13b334,![],_0x572605[_0x2fdba2(0x1dc)](tag,_0x572605[_0x2fdba2(0x117)],{},!![]))):_0x572605[_0x2fdba2(0xfe)](xunitWrite,_0x572605[_0x2fdba2(0x1dc)](tag,_0x572605[_0x2fdba2(0x19b)],_0x13b334,!![]));};function getStats(_0x497425){const _0x47349f=a33_0x2bf374,_0x5a2915={};_0x5a2915[_0x47349f(0x19e)]=_0x47349f(0x18e),_0x5a2915[_0x47349f(0x199)]=_0x47349f(0x1ce),_0x5a2915[_0x47349f(0x182)]=_0x47349f(0x1b5),_0x5a2915[_0x47349f(0x106)]='results';const _0x4ab8d6=_0x5a2915,_0xf71613=Object['keys'](_0x497425);let _0x340be9=0x0,_0x4564f9=0x0,_0x1b236a=0x0,_0x7c99b5=0x0;const _0x52bf8e=new Set();_0xf71613['forEach'](_0x2f0d80=>{const _0x591fc1=_0x47349f;_0x497425[_0x2f0d80][_0x4ab8d6[_0x591fc1(0x106)]][_0x591fc1(0xe3)](_0x506cb4=>{const _0x422dcb=_0x591fc1;_0x52bf8e[_0x422dcb(0x13e)](_0x506cb4[_0x4ab8d6[_0x422dcb(0x19e)]]),_0x340be9++;switch(_0x506cb4['state']){case _0x4ab8d6['wSZxq']:_0x1b236a++;break;case _0x4ab8d6[_0x422dcb(0x182)]:_0x4564f9++;break;default:_0x7c99b5++;}});});const _0x11208a={};return _0x11208a[_0x47349f(0x1ab)]=_0x52bf8e[_0x47349f(0x1c3)],_0x11208a['platforms']=_0xf71613,_0x11208a['totalTests']=_0x340be9,_0x11208a[_0x47349f(0x17b)]=_0x4564f9,_0x11208a[_0x47349f(0x103)]=_0x1b236a,_0x11208a[_0x47349f(0x124)]=_0x7c99b5,_0x11208a;}function errorJSON(_0x2b0c57){const _0x5c8b74=a33_0x2bf374;var _0x4ba471={};return Object[_0x5c8b74(0x15b)](_0x2b0c57)[_0x5c8b74(0xe3)](function(_0x3e852a){_0x4ba471[_0x3e852a]=_0x2b0c57[_0x3e852a];},_0x2b0c57),_0x4ba471;}function cleanCycles(_0x320bef){const _0x550d63=a33_0x2bf374,_0x1cfcef={};_0x1cfcef[_0x550d63(0x15d)]=function(_0x1da6c8,_0xf1ec69){return _0x1da6c8===_0xf1ec69;},_0x1cfcef['TCAGu']=_0x550d63(0x188),_0x1cfcef[_0x550d63(0x14b)]=function(_0x21d049,_0x1031c9){return _0x21d049!==_0x1031c9;},_0x1cfcef[_0x550d63(0x1e6)]=function(_0x3f3377,_0x2b6105){return _0x3f3377!==_0x2b6105;},_0x1cfcef[_0x550d63(0x12e)]=function(_0x806970,_0x58d549){return _0x806970+_0x58d549;};const _0x596fc5=_0x1cfcef;var _0xd25e2b=[];return JSON[_0x550d63(0xe2)](JSON[_0x550d63(0x1a0)](_0x320bef,function(_0x1b823c,_0xe2371c){const _0xf6e5a8=_0x550d63;if(_0x596fc5[_0xf6e5a8(0x15d)](typeof _0xe2371c,_0x596fc5[_0xf6e5a8(0x1e5)])&&_0x596fc5[_0xf6e5a8(0x14b)](_0xe2371c,null)){if(_0x596fc5[_0xf6e5a8(0x1e6)](_0xd25e2b[_0xf6e5a8(0x1ac)](_0xe2371c),-0x1))return _0x596fc5[_0xf6e5a8(0x12e)]('',_0xe2371c);_0xd25e2b[_0xf6e5a8(0x1d4)](_0xe2371c);}return _0xe2371c;}));}function clean(_0x401356){const _0x32d182=a33_0x2bf374,_0x4f2a17={'yqfdo':function(_0xed0dc0,_0x210427){return _0xed0dc0 instanceof _0x210427;},'voojb':function(_0x4e2684,_0x3e9af5){return _0x4e2684(_0x3e9af5);}};var _0x30731b=_0x401356['err']||{};return _0x4f2a17[_0x32d182(0x119)](_0x30731b,Error)&&(_0x30731b=_0x4f2a17['voojb'](errorJSON,_0x30731b)),{'title':_0x401356['title'],'fullTitle':_0x401356[_0x32d182(0x10b)],'file':_0x401356['file'],'duration':_0x401356[_0x32d182(0x114)],'currentRetry':_0x401356[_0x32d182(0xef)],'speed':_0x401356['speed'],'err':_0x4f2a17[_0x32d182(0x150)](cleanCycles,_0x30731b)};}function printStats(_0xe058ca,_0x310e18=a33_0x2bf374(0x139),_0x4f33fa={}){const _0x33bd5e=a33_0x2bf374,_0x521415={'YOOFo':function(_0x25a84b,_0x1c204e){return _0x25a84b(_0x1c204e);},'wXXfJ':function(_0x1194bc,_0x54c20a){return _0x1194bc===_0x54c20a;},'ioBcl':_0x33bd5e(0x1ce),'bBrlM':_0x33bd5e(0x17a),'FPozC':function(_0x8532f2,_0x47201d){return _0x8532f2(_0x47201d);},'NnvYi':function(_0x5ac00c,_0x5be0d9){return _0x5ac00c===_0x5be0d9;},'MRzzR':'failed','eXKCh':'failures','Ercqd':function(_0x111847,_0x245d77){return _0x111847(_0x245d77);},'aTNEW':_0x33bd5e(0x10f),'pEchq':_0x33bd5e(0x1c6),'LuoVH':function(_0x388818,_0x40f60d){return _0x388818===_0x40f60d;},'trKAG':function(_0x170954,_0x426af7){return _0x170954*_0x426af7;},'VpQjq':function(_0x5ccc85,_0x415487,_0x4d1701){return _0x5ccc85(_0x415487,_0x4d1701);},'LWePN':function(_0x1ea067,_0x1abe43){return _0x1ea067===_0x1abe43;},'tBsqw':function(_0x4e9da7,_0x323325){return _0x4e9da7>_0x323325;},'Wtxyi':function(_0x760a0b){return _0x760a0b();},'hMdny':_0x33bd5e(0x161),'EmOhj':function(_0xef41a,_0x366375){return _0xef41a>_0x366375;},'oWBql':_0x33bd5e(0x191),'YctqJ':_0x33bd5e(0x127),'Qwnsd':function(_0x288430,_0x4ea71e){return _0x288430+_0x4ea71e;},'Pfklj':'Total\x20Platforms:\x20','ptOvN':function(_0x351a47,_0x5a3855){return _0x351a47+_0x5a3855;},'kLlyk':'Total\x20Suites:\x20','BrmWN':function(_0x1937d6,_0x59c4b5){return _0x1937d6+_0x59c4b5;},'IPHRU':'Tests:\x20\x20\x20\x20\x20\x20\x20','IOYII':function(_0x9f225c,_0x5ae360){return _0x9f225c>_0x5ae360;},'IexhK':function(_0x327c61,_0x4187f4){return _0x327c61+_0x4187f4;},'ZQbVh':function(_0x4d953e,_0xce99bb){return _0x4d953e+_0xce99bb;},'DeCLB':function(_0x3dc3b1,_0x3cad57){return _0x3dc3b1+_0x3cad57;},'gjgnf':_0x33bd5e(0x198),'jenlX':function(_0x2eecb9,_0x2335f1){return _0x2eecb9===_0x2335f1;},'bPHUf':_0x33bd5e(0x102),'fNrnl':_0x33bd5e(0x120),'pySVy':'Couldn\x27t\x20write\x20json\x20result\x20to','dPHRs':_0x33bd5e(0x1ed),'lNGyB':_0x33bd5e(0x138),'HfIwr':_0x33bd5e(0x165),'IBIUE':function(_0x14cb04,_0x2d8fe6){return _0x14cb04||_0x2d8fe6;},'xAgOK':function(_0x3e7462,_0x1a7ba7,_0xf7fcbb,_0x30b566){return _0x3e7462(_0x1a7ba7,_0xf7fcbb,_0x30b566);},'WOoUy':_0x33bd5e(0x110),'QLQfT':function(_0x289870,_0x36aeae){return _0x289870-_0x36aeae;},'EYHSh':function(_0x1faa3d,_0x403f74){return _0x1faa3d-_0x403f74;},'lgaIF':function(_0x15fdeb,_0x3ea639){return _0x15fdeb/_0x3ea639;},'oopzm':function(_0x388279,_0x4cf51f){return _0x388279(_0x4cf51f);},'StmOW':_0x33bd5e(0xf6),'xgmNt':_0x33bd5e(0x13f),'YablO':_0x33bd5e(0xe9),'fuvEc':_0x33bd5e(0xf5),'MvojZ':function(_0x58fbfb,_0xaf015a){return _0x58fbfb===_0xaf015a;},'skUxP':'Listing\x20all\x20the\x20failures','JHvMs':_0x33bd5e(0x187)};if(_0x521415[_0x33bd5e(0xea)](_0x310e18,_0x521415[_0x33bd5e(0x190)]))return;const _0x5efef4=0x0,_0x61a5e9=()=>{const _0x2d64a2=_0x33bd5e;return _0x521415['YOOFo'](Array,_0x5efef4)[_0x2d64a2(0x1d1)]('\x20\x20');},{testSuites:_0x220d33,platforms:_0x724a4b,totalTests:_0x41665e,testsFailed:_0xabcbaa,testsPassed:_0x2215ea,testsPending:_0x1586cf}=_0x521415[_0x33bd5e(0x1af)](getStats,_0xe058ca);_0x521415[_0x33bd5e(0x16d)](_0xabcbaa,0x0)&&(logger['debug'](_0x521415[_0x33bd5e(0x1d8)]),process[_0x33bd5e(0x185)]=Math[_0x33bd5e(0x184)](_0xabcbaa,0xff));logger[_0x33bd5e(0xfa)](_0x521415[_0x33bd5e(0x166)]);const _0x3e7f79=''+_0x521415[_0x33bd5e(0x17f)](chalk[_0x33bd5e(0x149)](_0x521415[_0x33bd5e(0xee)]),_0x724a4b[_0x33bd5e(0x16a)]),_0xfcd599=''+_0x521415[_0x33bd5e(0x195)](chalk[_0x33bd5e(0x149)](_0x521415[_0x33bd5e(0x1e3)]),_0x220d33),_0xaf05dc=''+_0x521415[_0x33bd5e(0x160)](_0x521415[_0x33bd5e(0x160)](_0x521415['ptOvN'](chalk[_0x33bd5e(0x149)](_0x521415[_0x33bd5e(0x12d)]),_0x521415[_0x33bd5e(0x16d)](_0xabcbaa,0x0)?chalk[_0x33bd5e(0x149)][_0x33bd5e(0x178)](_0xabcbaa+_0x33bd5e(0xf4))+',\x20':''),_0x521415[_0x33bd5e(0x1cb)](_0x1586cf,0x0)?chalk[_0x33bd5e(0x149)][_0x33bd5e(0x146)](_0x1586cf+_0x33bd5e(0x1ca))+',\x20':''),_0x521415['tBsqw'](_0x2215ea,0x0)?chalk[_0x33bd5e(0x149)]['green'](_0x2215ea+_0x33bd5e(0x105))+',\x20':'')+_0x41665e+'\x20total';console[_0x33bd5e(0x104)](_0x521415[_0x33bd5e(0x11a)](_0x521415[_0x33bd5e(0x130)](_0x521415[_0x33bd5e(0x180)](_0x521415[_0x33bd5e(0x17f)](_0x521415[_0x33bd5e(0x11a)](_0x521415['gjgnf'],_0x3e7f79),'\x0a'),_0xfcd599),'\x0a'),_0xaf05dc));if(_0x521415[_0x33bd5e(0x1ea)](_0x310e18,_0x521415[_0x33bd5e(0x1d2)])){const _0x264159={},_0x402e90={};_0x402e90[_0x33bd5e(0x1ab)]=_0x220d33,_0x402e90['platforms']=_0x724a4b,_0x402e90[_0x33bd5e(0x17b)]=_0xabcbaa,_0x402e90[_0x33bd5e(0x103)]=_0x2215ea,_0x402e90[_0x33bd5e(0x124)]=_0x1586cf,_0x264159[_0x33bd5e(0x107)]=_0x402e90,_0x724a4b[_0x33bd5e(0xe3)](_0x1062e0=>{const _0x47a5b5=_0x33bd5e,_0xbab823={'GubiF':function(_0x58ae43,_0x375162){const _0xca4852=a33_0x57c2;return _0x521415[_0xca4852(0x1b3)](_0x58ae43,_0x375162);},'NPiwA':_0x521415[_0x47a5b5(0x151)],'isBvH':_0x521415[_0x47a5b5(0x1b8)],'wGfLL':function(_0x2f2821,_0x5100f8){const _0x434518=_0x47a5b5;return _0x521415[_0x434518(0x1af)](_0x2f2821,_0x5100f8);},'UemSz':function(_0x1a32b1,_0x1a838a){const _0x500791=_0x47a5b5;return _0x521415[_0x500791(0xea)](_0x1a32b1,_0x1a838a);},'zOPQo':_0x521415[_0x47a5b5(0x140)],'qocLB':_0x521415['eXKCh'],'jwzkz':function(_0x47712b,_0x2509e7){return _0x521415['Ercqd'](_0x47712b,_0x2509e7);},'YbWpw':_0x521415['aTNEW']};_0x264159[_0x1062e0]={'pending':[],'failures':[],'passes':[],'tests':_0xe058ca[_0x1062e0][_0x521415['pEchq']][_0x47a5b5(0x19c)](clean)},_0xe058ca[_0x1062e0][_0x521415[_0x47a5b5(0x142)]][_0x47a5b5(0xe3)](_0x45d750=>{const _0x3b98c1=_0x47a5b5;if(_0xbab823[_0x3b98c1(0x1bb)](_0x45d750[_0x3b98c1(0x13a)],_0xbab823[_0x3b98c1(0x174)]))_0x264159[_0x1062e0][_0xbab823[_0x3b98c1(0x158)]][_0x3b98c1(0x1d4)](_0xbab823[_0x3b98c1(0x1eb)](clean,_0x45d750));else _0xbab823[_0x3b98c1(0x19d)](_0x45d750[_0x3b98c1(0x13a)],_0xbab823[_0x3b98c1(0xf9)])?_0x264159[_0x1062e0][_0xbab823['qocLB']][_0x3b98c1(0x1d4)](_0xbab823[_0x3b98c1(0x1d7)](clean,_0x45d750)):_0x264159[_0x1062e0][_0xbab823[_0x3b98c1(0x1a2)]][_0x3b98c1(0x1d4)](_0xbab823['jwzkz'](clean,_0x45d750));});});if(_0x4f33fa['output'])try{logger[_0x33bd5e(0xfa)](_0x521415[_0x33bd5e(0x1db)],_0x4f33fa[_0x33bd5e(0x194)]),fs[_0x33bd5e(0x18b)](_0x4f33fa['output'],JSON['stringify'](_0x264159,null,0x3));}catch(_0x4ed47f){logger[_0x33bd5e(0x126)](_0x521415[_0x33bd5e(0x15a)],_0x4f33fa['output']),logger[_0x33bd5e(0xfa)](_0x4ed47f);}else logger[_0x33bd5e(0xfa)](_0x521415['dPHRs']),console['log'](JSON[_0x33bd5e(0x1a0)](_0x264159,null,0x3));}else{if(_0x521415[_0x33bd5e(0x1b3)](_0x310e18,_0x521415['lNGyB'])){let _0x20951b;const _0x10d96f=_0x521415[_0x33bd5e(0x15f)];_0x4f33fa&&(_0x20951b=_0x4f33fa[_0x33bd5e(0xf1)]);_0x20951b=_0x521415[_0x33bd5e(0x14a)](_0x20951b,_0x10d96f);let _0x16ae8c=0x0,_0x4ec7e=0x0,_0x385738=0x0,_0xc9cf0=0x0;_0x724a4b[_0x33bd5e(0xe3)](_0x209a99=>{const _0x222d38=_0x33bd5e,_0x274447={'XLrut':function(_0x64c056,_0x187d14){return _0x521415['LuoVH'](_0x64c056,_0x187d14);},'jaKJS':_0x521415['ioBcl'],'tGghi':function(_0x3ea159,_0x3b61db){const _0x162505=a33_0x57c2;return _0x521415[_0x162505(0x1b3)](_0x3ea159,_0x3b61db);},'LbFdH':_0x521415[_0x222d38(0x140)],'gLhbE':function(_0x250b9c,_0x57d44a){return _0x521415['trKAG'](_0x250b9c,_0x57d44a);}};_0xe058ca[_0x209a99][_0x521415[_0x222d38(0x142)]][_0x222d38(0xe3)](_0x10866b=>{const _0x2b77d2=_0x222d38;if(_0x274447[_0x2b77d2(0x1ad)](_0x10866b[_0x2b77d2(0x13a)],_0x274447[_0x2b77d2(0xe1)]))_0x16ae8c++;else _0x274447[_0x2b77d2(0x177)](_0x10866b[_0x2b77d2(0x13a)],_0x274447['LbFdH'])&&_0x4ec7e++;_0x385738++,_0xc9cf0+=_0x274447[_0x2b77d2(0x1a1)](_0x10866b[_0x2b77d2(0x114)],0x1);});}),_0x521415[_0x33bd5e(0x131)](xunitWrite,_0x521415[_0x33bd5e(0x1bf)](tag,_0x521415[_0x33bd5e(0x101)],{'name':_0x20951b,'tests':_0x385738,'failures':0x0,'errors':_0x4ec7e,'skipped':_0x521415[_0x33bd5e(0x1b1)](_0x521415['EYHSh'](_0x385738,_0x4ec7e),_0x16ae8c),'timestamp':new Date()[_0x33bd5e(0xe7)](),'time':_0x521415[_0x33bd5e(0x14e)](_0xc9cf0,0x3e8)||0x0},![])),_0x724a4b[_0x33bd5e(0xe3)](_0xfe0b79=>{const _0x5ac4d7=_0x33bd5e;_0xe058ca[_0xfe0b79][_0x521415[_0x5ac4d7(0x142)]]['forEach'](_0x571e1c=>{const _0x6e1843=_0x5ac4d7;_0x521415[_0x6e1843(0x18c)](xunitTest,_0x571e1c,_0xfe0b79);});}),_0x521415[_0x33bd5e(0x12b)](xunitWrite,_0x521415['StmOW']);if(_0x4f33fa[_0x33bd5e(0x194)])try{logger[_0x33bd5e(0xfa)](_0x521415[_0x33bd5e(0x175)],_0x4f33fa['output']),fs[_0x33bd5e(0x18b)](_0x4f33fa[_0x33bd5e(0x194)],xunitContent);}catch(_0x46b348){logger[_0x33bd5e(0x126)](_0x521415[_0x33bd5e(0x18d)],_0x4f33fa['output']),logger[_0x33bd5e(0xfa)](_0x46b348);}else logger['debug'](_0x521415[_0x33bd5e(0x1c0)]),console['log'](xunitContent);}else{if(_0x521415[_0x33bd5e(0xfc)](_0xabcbaa,0x0))return;console[_0x33bd5e(0x104)](),logger[_0x33bd5e(0xfa)](_0x521415['skUxP']),console[_0x33bd5e(0x104)](chalk['bold'][_0x33bd5e(0x156)](_0x521415['JHvMs'])),_0x724a4b['forEach'](_0x5797b5=>{const _0x387c04=_0x33bd5e,_0xbb473b={'OtkuB':function(_0x8652a,_0x1969a3){const _0x16c512=a33_0x57c2;return _0x521415[_0x16c512(0xed)](_0x8652a,_0x1969a3);},'RPUfl':_0x521415[_0x387c04(0x140)]},_0x389df2=[];_0xe058ca[_0x5797b5][_0x521415[_0x387c04(0x142)]][_0x387c04(0xe3)](_0x596a7b=>{const _0x1b0a0d=_0x387c04;_0xbb473b['OtkuB'](_0x596a7b['state'],_0xbb473b[_0x1b0a0d(0x144)])&&(_0x596a7b[_0x1b0a0d(0x112)]=()=>_0x596a7b[_0x1b0a0d(0x196)],_0x389df2[_0x1b0a0d(0x1d4)](_0x596a7b));}),_0x521415[_0x387c04(0x1bc)](_0x389df2['length'],0x0)&&(Base['consoleLog'](),Base[_0x387c04(0x1e9)](_0x521415[_0x387c04(0xe6)](_0x61a5e9),chalk[_0x387c04(0x149)][_0x387c04(0x1a4)](_0x5797b5)),Base[_0x387c04(0x1c8)](_0x389df2));});}}}async function run(_0x1a6923,_0x2834e9,_0x3a63e4){const _0x34c754=a33_0x2bf374,_0x96a79e={'rqkSm':function(_0x336dad,_0x4ce745,_0x478411,_0x15b640){return _0x336dad(_0x4ce745,_0x478411,_0x15b640);},'HHbiW':_0x34c754(0x1e2),'ZNZBb':_0x34c754(0x111),'NkvrT':_0x34c754(0x1c9),'LDqQX':function(_0x6fb98a,_0x9de89c,_0x4d803e,_0x326613){return _0x6fb98a(_0x9de89c,_0x4d803e,_0x326613);},'NErKl':_0x34c754(0x1d9),'eQzdu':function(_0x464670,_0x137ebd){return _0x464670!=_0x137ebd;},'mgVsF':_0x34c754(0x16b),'ILwMj':'mjs','TEgeA':_0x34c754(0xfb),'hjgVk':_0x34c754(0x162),'mkVuZ':function(_0x277881,_0x57192e){return _0x277881(_0x57192e);},'hlZGG':function(_0x3622ba,_0x2970bb,_0x55b1a2){return _0x3622ba(_0x2970bb,_0x55b1a2);},'wHWoI':_0x34c754(0x163),'AunUD':_0x34c754(0x1cc),'PNylR':_0x34c754(0x197),'xwzwP':'includeEncodedExtension','RGdij':_0x34c754(0x1e8),'CPrmP':_0x34c754(0x1be),'KyyNZ':function(_0x428f10,_0x1a24a9,_0x228b0e,_0x285f96){return _0x428f10(_0x1a24a9,_0x228b0e,_0x285f96);},'kSmXF':function(_0x2a68fb,_0x42a4c1){return _0x2a68fb*_0x42a4c1;},'eVboa':function(_0x16909a,_0x59ec80){return _0x16909a(_0x59ec80);},'mMzBF':function(_0xa8eef9,_0x5d41ce){return _0xa8eef9!==_0x5d41ce;},'UNoJd':function(_0x83cc87,_0x54d7a7,_0x40de97,_0x2161a2){return _0x83cc87(_0x54d7a7,_0x40de97,_0x2161a2);}};helper[_0x34c754(0xe0)](_0x3a63e4[_0x34c754(0x155)],_0x1a6923),await _0x3a63e4[_0x34c754(0x121)](_0x1a6923);helper[_0x34c754(0x10d)]()?await helper[_0x34c754(0x1a8)](_0x3a63e4[_0x34c754(0x12a)]):await _0x3a63e4[_0x34c754(0x186)]();const _0x2f6df5=[];let _0x30afd9=[];if(!_0x3a63e4[_0x34c754(0x12a)])return;!helper[_0x34c754(0x1e7)](_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x18a)])&&(process[_0x34c754(0x168)][_0x34c754(0x176)]=JSON[_0x34c754(0x1a0)](_0x3a63e4[_0x34c754(0x12a)]['accessibilityOptions']));const _0x56ac98=await TestHubHandler['launchBuild'](FRAMEWORKS['MOCHA'],_0x3a63e4);_0x96a79e[_0x34c754(0x115)](_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x129)],null)&&(process[_0x34c754(0x168)][_0x34c754(0x10e)]=_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x129)]);!helper[_0x34c754(0x1e7)](_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x1ae)])&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3a63e4['config'][_0x34c754(0x1ae)]);const {extension:extension=['js',_0x96a79e[_0x34c754(0x17d)],_0x96a79e['ILwMj']],ignore:ignore=[],file:file=[],recursive:recursive=![],sort:sort=![],spec:spec=[_0x96a79e[_0x34c754(0x159)]]}=_0x1a6923,_0xb17c6={..._0x1a6923};_0xb17c6[_0x34c754(0x118)]=null;const _0x5b86ee=_0xb17c6;let _0x264937;if(testOpsHelper['isTestObservabilitySession']()&&testOpsHelper['shouldReRunObservabilityTests']()){let _0xf7005f=process[_0x34c754(0x168)][_0x34c754(0x1da)];!helper['isUndefined'](_0x3a63e4['cliConfig'])&&_0x3a63e4[_0x34c754(0xf8)][_0x34c754(0x1e0)](_0x96a79e[_0x34c754(0x181)])&&(_0xf7005f=_0x3a63e4[_0x34c754(0xf8)][_0x34c754(0x13b)](_0x96a79e['hjgVk'])),_0x264937=testOpsHelper[_0x34c754(0x152)](_0xf7005f);}if(helper[_0x34c754(0x1e7)](_0x264937)){const _0x5e20b3={};_0x5e20b3[_0x34c754(0x193)]=ignore,_0x5e20b3['extension']=extension,_0x5e20b3[_0x34c754(0x145)]=file,_0x5e20b3[_0x34c754(0x122)]=recursive,_0x5e20b3[_0x34c754(0x12f)]=sort,_0x5e20b3[_0x34c754(0x139)]=spec,_0x264937=_0x96a79e[_0x34c754(0x1dd)](collectFiles,_0x5e20b3),_0x96a79e[_0x34c754(0x19a)](nestedKeyValue,_0x264937,[_0x96a79e['wHWoI']])&&(_0x264937=_0x264937['files']);}const _0x131831=helper[_0x34c754(0x1b6)](_0x3a63e4[_0x34c754(0x12a)]);!helper['isEmpty'](_0x131831)&&helper['isNotUndefined'](_0x131831[_0x34c754(0x1cd)])&&(_0x5b86ee[_0x34c754(0x1c4)]=_0x131831[_0x34c754(0x1cd)][_0x34c754(0x147)]);if(!helper[_0x34c754(0x10d)]()){const _0x17b986=0x1,_0x4f9286={..._0x5b86ee};_0x4f9286[_0x34c754(0x139)]=[..._0x264937],_0x2f6df5[_0x34c754(0x1d4)]({'mochaOpts':_0x4f9286,'configuration':{'platform':os[_0x34c754(0x135)]()}});if(_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x1ae)]){const _0x29b68e={};_0x29b68e['accessibility']=!![];const _0x49370e=_0x29b68e;_0x96a79e['eQzdu'](_0x3a63e4[_0x34c754(0x12a)]['accessibilityOptions'],null)&&(_0x49370e[_0x34c754(0x18a)]=_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x18a)],delete _0x49370e['accessibilityOptions'][_0x96a79e[_0x34c754(0x148)]],delete _0x49370e[_0x34c754(0x18a)][_0x96a79e['PNylR']],delete _0x49370e[_0x34c754(0x18a)][_0x96a79e['xwzwP']]);const _0x372ee5={};_0x372ee5[_0x34c754(0xf0)]=_0x49370e,_0x2f6df5[0x0][_0x34c754(0x16f)][_0x34c754(0x1d3)]=_0x372ee5;}logger[_0x34c754(0x192)](_0x96a79e[_0x34c754(0x1b2)]),logger[_0x34c754(0x192)](_0x96a79e[_0x34c754(0x1cf)]),_0x96a79e['KyyNZ'](parallelTestRun,_0x2f6df5,_0x17b986,_0x3a63e4)['then'](_0x137cc9=>{const _0x56c29a=_0x34c754;PerformanceTester['start'](PerformanceEvents[_0x56c29a(0x1b0)]),_0x96a79e['rqkSm'](printStats,_0x137cc9,_0x1a6923[_0x56c29a(0x1e4)],_0x1a6923['reporterOptions']||_0x1a6923[_0x96a79e['HHbiW']]);})[_0x34c754(0x136)](()=>{const _0x41a96f=_0x34c754;PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']);try{const {browserstackFolderPath:_0x3cb75c,tcgConfigPath:_0x2eab5c}=helper[_0x41a96f(0x1bd)]();fs[_0x41a96f(0xe8)](_0x2eab5c),fs[_0x41a96f(0xf7)](_0x3cb75c);}catch(_0x5487ba){logger[_0x41a96f(0xfa)](_0x96a79e[_0x41a96f(0x11e)],_0x5487ba);}try{utilities['fireFunnelTestEvent'](_0x96a79e[_0x41a96f(0x1b7)],{},_0x3a63e4[_0x41a96f(0x12a)],_0x3a63e4[_0x41a96f(0x155)]);}catch(_0x46044e){logger['debug'](_0x41a96f(0x137)+_0x46044e[_0x41a96f(0x1c1)]);}try{helper[_0x41a96f(0x14f)]();}catch(_0xe1dcb){logger[_0x41a96f(0xfa)](_0x41a96f(0x128)+_0xe1dcb);}testOpsHelper[_0x41a96f(0x10a)]();});}else{const _0x3fd4b6=helper['useW3C'](_0x3a63e4[_0x34c754(0x12a)]);let _0x215726=helper[_0x34c754(0x1d5)](_0x3a63e4['config']);_0x30afd9=helper[_0x34c754(0xeb)](_0x3a63e4[_0x34c754(0x12a)],_0x3fd4b6,constants[_0x34c754(0xec)][_0x34c754(0xf2)]);helper[_0x34c754(0x1c5)]()['central_scanner']&&(_0x215726=centralScannerConstants[_0x34c754(0x14d)]);let _0xfc5f68;const _0x1e155f=_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x17c)]||helper[_0x34c754(0x16c)](_0x1a6923,_0x2834e9,_0x3a63e4[_0x34c754(0x12a)],constants[_0x34c754(0xec)][_0x34c754(0xf2)])||0x1;helper[_0x34c754(0x153)](_0x3a63e4['config'])?_0xfc5f68=_0x96a79e[_0x34c754(0x11d)](_0x3a63e4['config'][_0x34c754(0x1c7)]['length'],_0x1e155f):_0xfc5f68=_0x1e155f;const _0x8eec30=_0x96a79e[_0x34c754(0x172)](getPercyOptions,_0x3a63e4[_0x34c754(0x12a)]);if(_0x96a79e[_0x34c754(0x13c)](_0x3a63e4[_0x34c754(0x12a)][_0x34c754(0x17c)],0x1))_0x264937['forEach'](_0x21f490=>{const _0x424d66=_0x34c754,_0xf43a04=[];_0x30afd9[_0x424d66(0xe3)]((_0xb28e8,_0x15ae40)=>{const _0xe33adf=_0x424d66,_0x44295b={};_0x44295b[_0xe33adf(0x139)]=[_0x21f490],_0xf43a04[_0xe33adf(0x1d4)]({'mochaOpts':Object[_0xe33adf(0x141)]({},_0x5b86ee,_0x44295b),'configuration':{'server':_0x215726,'capability':_0xb28e8,'proxySettings':_0x3a63e4[_0xe33adf(0x12a)][_0xe33adf(0xf3)],'platform':helper[_0xe33adf(0xfd)](_0xb28e8),'browserStackLogLevel':_0x3a63e4[_0xe33adf(0x12a)][_0xe33adf(0x11c)],'platformIndex':_0x15ae40,'browserStackPercyOptions':_0x8eec30,'platformCaps':Object[_0xe33adf(0x141)]({'index':_0x15ae40},_0x3a63e4[_0xe33adf(0x12a)][_0xe33adf(0x1c7)][_0x15ae40])}});}),_0x2f6df5[_0x424d66(0x1d4)](..._0xf43a04);});else{const _0x232152=[];_0x30afd9[_0x34c754(0xe3)]((_0x10dd24,_0x6366b9)=>{const _0x2b7f5d=_0x34c754;let _0x49746b=Object['assign']({},_0x5b86ee);testOpsHelper[_0x2b7f5d(0x1df)]()&&testOpsHelper[_0x2b7f5d(0x13d)]()&&(_0x49746b={..._0x49746b,'spec':[..._0x264937]}),_0x232152['push']({'mochaOpts':_0x49746b,'configuration':{'server':_0x215726,'capability':_0x10dd24,'proxySettings':_0x3a63e4[_0x2b7f5d(0x12a)]['proxySettings'],'platform':helper[_0x2b7f5d(0xfd)](_0x10dd24),'browserStackLogLevel':_0x3a63e4[_0x2b7f5d(0x12a)][_0x2b7f5d(0x11c)],'platformIndex':_0x6366b9,'browserStackPercyOptions':_0x8eec30,'platformCaps':Object[_0x2b7f5d(0x141)]({'index':_0x6366b9},_0x3a63e4['config'][_0x2b7f5d(0x1c7)][_0x6366b9])}});}),_0x2f6df5['push'](..._0x232152);}logger['info'](_0x34c754(0x109)+_0x3a63e4['config']['platforms']['length']+'\x20platforms'),logger['info'](_0x96a79e[_0x34c754(0x1cf)]);let _0x5d96c1;_0x96a79e[_0x34c754(0xdf)](parallelTestRun,_0x2f6df5,_0xfc5f68,_0x3a63e4)['then'](_0x87a998=>{const _0x19da0f=_0x34c754;PerformanceTester[_0x19da0f(0x171)](PerformanceEvents[_0x19da0f(0x1b0)]),_0x5d96c1=_0x87a998,_0x96a79e[_0x19da0f(0xe4)](printStats,_0x87a998,_0x1a6923[_0x19da0f(0x1e4)],_0x1a6923[_0x19da0f(0x116)]||_0x1a6923[_0x96a79e[_0x19da0f(0x132)]]);})['finally'](async()=>{const _0x4ca33f=_0x34c754;PerformanceTester['start'](PerformanceEvents[_0x4ca33f(0x1b0)]),_0x3a63e4['errorMessage']=helper[_0x4ca33f(0x167)](_0x5d96c1,_0x96a79e['NErKl']),await utilities[_0x4ca33f(0x15e)](_0x3a63e4),testOpsHelper[_0x4ca33f(0x10a)]();});}}module[a33_0x2bf374(0x189)]=run;
@@ -1 +1 @@
1
- function a34_0x2975(_0x3c1857,_0x4e4104){const _0xad13d9=a34_0xad13();return a34_0x2975=function(_0x29751a,_0x4d6bb2){_0x29751a=_0x29751a-0xbd;let _0x7a3cac=_0xad13d9[_0x29751a];return _0x7a3cac;},a34_0x2975(_0x3c1857,_0x4e4104);}const a34_0x38c061=a34_0x2975;(function(_0x349618,_0xb8c5bd){const _0x1818b1=a34_0x2975,_0x815b8=_0x349618();while(!![]){try{const _0x4faa5e=-parseInt(_0x1818b1(0x12c))/0x1*(-parseInt(_0x1818b1(0xfc))/0x2)+parseInt(_0x1818b1(0x124))/0x3*(parseInt(_0x1818b1(0xff))/0x4)+-parseInt(_0x1818b1(0xf9))/0x5+parseInt(_0x1818b1(0xd9))/0x6+-parseInt(_0x1818b1(0x102))/0x7+-parseInt(_0x1818b1(0x125))/0x8*(parseInt(_0x1818b1(0x116))/0x9)+parseInt(_0x1818b1(0xc9))/0xa*(parseInt(_0x1818b1(0x10a))/0xb);if(_0x4faa5e===_0xb8c5bd)break;else _0x815b8['push'](_0x815b8['shift']());}catch(_0x2c2ac1){_0x815b8['push'](_0x815b8['shift']());}}}(a34_0xad13,0x47a19));const logger=require('../../../helpers/logger')[a34_0x38c061(0x10c)],helper=require(a34_0x38c061(0xca)),constants=require(a34_0x38c061(0xc7)),hubAllocator=require(a34_0x38c061(0x12a)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a34_0x38c061(0xe4)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require(a34_0x38c061(0xd7)),{overrideExecute}=require(a34_0x38c061(0xcc)),modify=(_0x1dc432,_0x27c4a7=null,_0x293fa4=![])=>{const _0x1a66c1=a34_0x38c061,_0x178a81={'nLpPM':function(_0x585b78,_0x307d44){return _0x585b78!==_0x307d44;},'EgeFU':_0x1a66c1(0x107),'mwFat':function(_0x3d724b,_0x1b801c){return _0x3d724b+_0x1b801c;},'lYOWb':function(_0x432e0c,_0x4f5a7b){return _0x432e0c+_0x4f5a7b;},'XOInz':'https://','RrEuG':_0x1a66c1(0xec),'jWHAK':_0x1a66c1(0xde),'SfOGZ':'chromeOptions','HgDmo':'ms:edgeOptions','trDQk':_0x1a66c1(0xbd),'giaWy':_0x1a66c1(0x10e),'ViGMw':_0x1a66c1(0x11f),'qeZNs':_0x1a66c1(0xed),'mbcpQ':_0x1a66c1(0x112),'duPTf':_0x1a66c1(0xd1),'OBhqD':function(_0x13b436,_0x15df62){return _0x13b436===_0x15df62;},'xHBjU':_0x1a66c1(0x12b),'KGOIg':'Setting\x20Browserstack\x20capabilities','xlMJI':'optimalHubUrl','MecdJ':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OGeeO':function(_0x2f4dff,_0x3ef018,_0x12bdad){return _0x2f4dff(_0x3ef018,_0x12bdad);},'cHIwp':_0x1a66c1(0xfa),'eHfKV':function(_0x5b07de,_0x29452a,_0x1762a2){return _0x5b07de(_0x29452a,_0x1762a2);},'QvqyZ':function(_0xb4a8af,_0x1266a7){return _0xb4a8af(_0x1266a7);},'SenQy':_0x1a66c1(0x120),'ltxtb':_0x1a66c1(0xf3),'RbGQp':'isAccessibilityPlatform','dpGOn':function(_0x712bea){return _0x712bea();},'mSvWi':function(_0x1be010,_0x4b6603){return _0x1be010(_0x4b6603);},'VapCs':function(_0x2ed0c6,_0x289456){return _0x2ed0c6!==_0x289456;},'sEGND':_0x1a66c1(0xe8),'hvDUU':_0x1a66c1(0xd0)},_0x26d2bd=helper['requireHttpClient']();let _0x5c23bf;try{_0x5c23bf=helper[_0x1a66c1(0x126)](),_0x5c23bf[_0x1a66c1(0x11c)]&&(_0x5c23bf['Builder']=_0x5c23bf[_0x1a66c1(0x11c)]);}catch(_0x13462e){return;}if(helper[_0x1a66c1(0x100)]()){const _0x4ceb2a={};_0x4ceb2a[_0x1a66c1(0xe1)]=_0x1dc432[_0x1a66c1(0xf1)],helper[_0x1a66c1(0x106)](_0x4ceb2a,new Map(),new Map()),logger['info'](_0x178a81['sEGND']),logger[_0x1a66c1(0xdc)](_0x178a81[_0x1a66c1(0xc2)]);}class _0x3969ad extends _0x26d2bd[_0x1a66c1(0x11e)]{[_0x1a66c1(0x111)](_0x5e9ce8){const _0x4bbc8c=_0x1a66c1;if(_0x178a81[_0x4bbc8c(0x114)](_0x5e9ce8['path'],_0x178a81['EgeFU'])&&_0x178a81[_0x4bbc8c(0x114)](global[_0x4bbc8c(0xe2)],''))try{global[_0x4bbc8c(0xe2)]=_0x178a81[_0x4bbc8c(0xd4)](_0x178a81['lYOWb'](_0x178a81['XOInz'],global[_0x4bbc8c(0xe2)]),_0x178a81[_0x4bbc8c(0x127)]),this[_0x4bbc8c(0x110)]=hubAllocator[_0x4bbc8c(0x10f)](global['newHubUrl']),logger[_0x4bbc8c(0xdc)](_0x4bbc8c(0xef)+global[_0x4bbc8c(0xe2)]),global[_0x4bbc8c(0xe2)]='';}catch(_0x34b356){logger[_0x4bbc8c(0xf0)](_0x34b356);}return super[_0x4bbc8c(0x111)](_0x5e9ce8);}}class _0x408d0f extends _0x5c23bf[_0x1a66c1(0xc1)]{[_0x1a66c1(0x109)](){const _0x161de6=_0x1a66c1;return this[_0x161de6(0xc6)]=helper[_0x161de6(0x118)](_0x1dc432),logger[_0x161de6(0xdc)](_0x161de6(0x115)+this[_0x161de6(0xc6)]),this;}[_0x1a66c1(0xbe)](_0x3a30fa){const _0x25d0c5=_0x1a66c1;let _0x46a64={};for(const _0x31220c in _0x3a30fa){switch(_0x31220c){case _0x178a81[_0x25d0c5(0xc5)]:case _0x178a81[_0x25d0c5(0xd8)]:this[_0x25d0c5(0x123)]&&(_0x46a64=this[_0x25d0c5(0x123)][_0x25d0c5(0xe0)](this['chromeOptions_'][_0x25d0c5(0xf7)])||{},this[_0x25d0c5(0x123)]['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x25d0c5(0xf5)](_0x46a64,_0x3a30fa[_0x31220c])));break;case _0x178a81['HgDmo']:case _0x178a81[_0x25d0c5(0xcf)]:this[_0x25d0c5(0xe6)]&&(_0x46a64=this[_0x25d0c5(0xe6)][_0x25d0c5(0xe0)](this[_0x25d0c5(0xe6)]['CAPABILITY_KEY'])||{},this[_0x25d0c5(0xe6)][_0x25d0c5(0xd3)](this[_0x25d0c5(0xe6)][_0x25d0c5(0xf7)],helper[_0x25d0c5(0xf5)](_0x46a64,_0x3a30fa[_0x31220c])));break;case _0x178a81[_0x25d0c5(0x11b)]:case _0x178a81['ViGMw']:this[_0x25d0c5(0xfb)]&&(_0x46a64=this[_0x25d0c5(0xfb)][_0x25d0c5(0xe0)](this['firefoxOptions_'][_0x25d0c5(0xf7)])||{},this['firefoxOptions_'][_0x25d0c5(0xd3)](this[_0x25d0c5(0xfb)][_0x25d0c5(0xf7)],helper[_0x25d0c5(0xf5)](_0x46a64,_0x3a30fa[_0x31220c])));break;case _0x178a81[_0x25d0c5(0x12d)]:this['safariOptions_']&&(_0x46a64=this[_0x25d0c5(0xc8)][_0x25d0c5(0xe0)](this[_0x25d0c5(0xc8)][_0x25d0c5(0xf7)])||{},this[_0x25d0c5(0xc8)][_0x25d0c5(0xd3)](this['safariOptions_'][_0x25d0c5(0xf7)],helper[_0x25d0c5(0xf5)](_0x46a64,_0x3a30fa[_0x31220c])));break;case _0x178a81[_0x25d0c5(0x10d)]:case _0x178a81[_0x25d0c5(0x101)]:this['ieOptions_']&&(_0x46a64=this['ieOptions_'][_0x25d0c5(0xe0)](this[_0x25d0c5(0xfe)][_0x25d0c5(0xf7)])||{},this[_0x25d0c5(0xfe)][_0x25d0c5(0xd3)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x25d0c5(0xf5)](_0x46a64,_0x3a30fa[_0x31220c])));break;}}}['setCapabilities'](){const _0xb13a4=_0x1a66c1;return logger[_0xb13a4(0xdc)](_0x178a81['KGOIg']),this[_0xb13a4(0xbe)](_0x1dc432['capability']),Object[_0xb13a4(0xe5)](_0x1dc432[_0xb13a4(0xd5)])['forEach'](_0x2b94bb=>{const _0x29a155=_0xb13a4,_0x34d55d=this['capabilities_'][_0x29a155(0xe0)](_0x2b94bb);_0x178a81['OBhqD'](typeof _0x34d55d,_0x178a81[_0x29a155(0x129)])?this[_0x29a155(0xe3)][_0x29a155(0xd3)](_0x2b94bb,helper[_0x29a155(0xf5)](_0x34d55d,_0x1dc432[_0x29a155(0xd5)][_0x2b94bb])):this[_0x29a155(0xe3)][_0x29a155(0xd3)](_0x2b94bb,_0x1dc432[_0x29a155(0xd5)][_0x2b94bb]);}),this;}[_0x1a66c1(0x12e)](){const _0x82b6ac=_0x1a66c1,_0x19cee2={'kFcAW':function(_0x1dc791,_0x3aaa40,_0x231035){const _0x335aa3=a34_0x2975;return _0x178a81[_0x335aa3(0x119)](_0x1dc791,_0x3aaa40,_0x231035);},'Yemgq':_0x178a81[_0x82b6ac(0xce)],'GgwSi':function(_0x2c4d9c,_0x49cb06,_0x49e101){return _0x178a81['OGeeO'](_0x2c4d9c,_0x49cb06,_0x49e101);},'upvFa':function(_0x42a09d,_0x4971b1,_0xfd079){return _0x178a81['eHfKV'](_0x42a09d,_0x4971b1,_0xfd079);},'ozaSH':function(_0x2f36ba,_0x16aba7){return _0x178a81['QvqyZ'](_0x2f36ba,_0x16aba7);}};if(helper['isBrowserstackInfra']()){const _0x18b28c=_0x178a81[_0x82b6ac(0x11d)]['split']('|');let _0x4725ed=0x0;while(!![]){switch(_0x18b28c[_0x4725ed++]){case'0':logger[_0x82b6ac(0xdc)](_0x178a81['ltxtb']);continue;case'1':this[_0x82b6ac(0x109)]();continue;case'2':if(helper['isPacProxy'](_0x1dc432[_0x82b6ac(0xe7)]['proxyUrl']))this[_0x82b6ac(0xf8)]=helper[_0x82b6ac(0x103)](_0x1dc432['proxySettings'][_0x82b6ac(0xeb)]);else _0x1dc432['proxySettings'][_0x82b6ac(0xeb)]&&(this[_0x82b6ac(0xea)]=_0x1dc432[_0x82b6ac(0xe7)][_0x82b6ac(0xeb)],logger[_0x82b6ac(0xdc)]('Proxy\x20set\x20to\x20'+this[_0x82b6ac(0xea)]));continue;case'3':globals[_0x82b6ac(0xd2)](_0x178a81[_0x82b6ac(0xbf)])&&(!_0x178a81[_0x82b6ac(0xdf)](setExtension,this,_0x1dc432)&&globals[_0x82b6ac(0x117)](_0x178a81['RbGQp'],![]));continue;case'4':_0x178a81[_0x82b6ac(0xc3)](isAccessibilityAutomationSession)&&_0x178a81['QvqyZ'](setAccessibilityCapabilities,_0x1dc432);continue;case'5':this[_0x82b6ac(0xee)]();continue;}break;}}const _0x9b0e0a=super[_0x82b6ac(0x12e)]();return _0x9b0e0a['session_'][_0x82b6ac(0xfd)](_0x52dd89=>{const _0x15f90e=_0x82b6ac;try{const _0x535d27=_0x52dd89['caps_'][_0x15f90e(0xe0)](_0x178a81[_0x15f90e(0xc0)]);_0x535d27?(logger[_0x15f90e(0xdc)](_0x15f90e(0x104)+_0x535d27),hubAllocator['updateHubUrl'](_0x535d27),helper[_0x15f90e(0xf6)](_0x535d27)):logger['debug'](_0x178a81['MecdJ']);}catch(_0x3177d2){logger[_0x15f90e(0xdc)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x3177d2);}}),_0x9b0e0a[_0x82b6ac(0xf4)]=0x0,_0x9b0e0a['then']&&_0x9b0e0a[_0x82b6ac(0xfd)](_0x4ba8bc=>{const _0x763d26=_0x82b6ac,_0x3a1016=_0x19cee2['Yemgq']['split']('|');let _0x1c1f34=0x0;while(!![]){switch(_0x3a1016[_0x1c1f34++]){case'0':_0x19cee2[_0x763d26(0xe9)](overrideExecute,_0x4ba8bc,_0x1dc432);continue;case'1':_0x19cee2[_0x763d26(0x128)](overrideQuit,_0x4ba8bc,_0x9b0e0a);continue;case'2':helper[_0x763d26(0xd6)](_0x4ba8bc,_0x1dc432);continue;case'3':_0x19cee2[_0x763d26(0xdd)](overrideTakeScreenshot,_0x4ba8bc);continue;case'4':_0x4ba8bc[_0x763d26(0x108)]=async()=>{const _0x17b809=_0x763d26;return await _0x19cee2[_0x17b809(0xcd)](getAccessibilityResultsSummary,_0x4ba8bc,global);};continue;case'5':_0x4ba8bc[_0x763d26(0x10b)]=async()=>{const _0x1fabfa=_0x763d26;return await _0x19cee2[_0x1fabfa(0xcd)](getAccessibilityResults,_0x4ba8bc,global);};continue;}break;}}),_0x9b0e0a[_0x82b6ac(0x108)]=async()=>{const _0x247148=_0x82b6ac;return await _0x178a81[_0x247148(0x119)](getAccessibilityResultsSummary,_0x9b0e0a,global);},_0x9b0e0a[_0x82b6ac(0x10b)]=async()=>{const _0x32a579=_0x82b6ac;return await _0x19cee2[_0x32a579(0xcd)](getAccessibilityResults,_0x9b0e0a,global);},_0x178a81[_0x82b6ac(0xdb)](overrideTakeScreenshot,_0x9b0e0a),_0x178a81[_0x82b6ac(0xf2)](overrideQuit,_0x9b0e0a),helper[_0x82b6ac(0xd6)](_0x9b0e0a,_0x1dc432),_0x178a81[_0x82b6ac(0x119)](overrideExecute,_0x9b0e0a,_0x1dc432),helper[_0x82b6ac(0x11a)](global['__driversArray'])&&(global[_0x82b6ac(0xc4)]=[]),helper['isUndefined'](global[_0x82b6ac(0xcb)])&&(global[_0x82b6ac(0xcb)]=[]),global[_0x82b6ac(0xc4)][_0x82b6ac(0x121)](_0x9b0e0a),global['__driver']=_0x9b0e0a,_0x178a81[_0x82b6ac(0x122)](global[_0x82b6ac(0xcb)],undefined)&&global[_0x82b6ac(0xcb)][_0x82b6ac(0x121)](_0x9b0e0a),_0x27c4a7&&helper[_0x82b6ac(0x11a)](_0x27c4a7[_0x82b6ac(0x113)][_0x82b6ac(0xc4)])&&(_0x27c4a7[_0x82b6ac(0x113)][_0x82b6ac(0xc4)]=[]),_0x27c4a7&&_0x178a81[_0x82b6ac(0x114)](_0x27c4a7[_0x82b6ac(0x113)][_0x82b6ac(0xcb)],undefined)&&(_0x27c4a7[_0x82b6ac(0x113)][_0x82b6ac(0xcb)][_0x82b6ac(0x121)](_0x9b0e0a),_0x27c4a7[_0x82b6ac(0x113)][_0x82b6ac(0xc4)]['push'](_0x9b0e0a)),_0x9b0e0a;}}return _0x5c23bf[_0x1a66c1(0x11c)]=_0x5c23bf[_0x1a66c1(0xc1)],_0x5c23bf[_0x1a66c1(0xc1)]=_0x408d0f,_0x26d2bd[_0x1a66c1(0x11e)]=_0x3969ad,_0x5c23bf;};module[a34_0x38c061(0x105)][a34_0x38c061(0xda)]=modify;function a34_0xad13(){const _0x4ba00c=['getAccessibilityResultsSummary','setServer','2044790bQywqn','getAccessibilityResults','winstonLogger','mbcpQ','moz:firefoxOptions','getRequestOptions','options_','send','se:ieOptions','global','nLpPM','Hub\x20url\x20set\x20to\x20','9oRkZag','setGlobal','getHubUrl','OGeeO','isUndefined','giaWy','originalBuilder','SenQy','HttpClient','firefoxOptions','4|1|5|2|3|0','push','VapCs','chromeOptions_','84LTWfsT','575424uMhMlN','requireSeleniumWebdriver','RrEuG','upvFa','xHBjU','../../../hubAllocationMethods','object','28297yuhhrB','qeZNs','build','edgeOptions','__setBrowserOptions','RbGQp','xlMJI','Builder','hvDUU','dpGOn','__driversArray','jWHAK','url_','../../../bin/utils/constants','safariOptions_','10ddmfPx','../../../helpers/helper','__drivers','./helpers/patchHelper','kFcAW','cHIwp','trDQk','Modifying\x20webdriver\x20builder','ieOptions','getGlobal','set','mwFat','capability','overrideGet','../../../helpers/globals','SfOGZ','1291686gEYdKe','browserstackAgentObservability','QvqyZ','debug','ozaSH','goog:chromeOptions','eHfKV','get','logLevel','newHubUrl','capabilities_','../accessibility-automation/helper','keys','edgeOptions_','proxySettings','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','GgwSi','proxy_','proxyUrl','/wd/hub','safari.options','setCapabilities','New\x20hub\x20url\x20set\x20to\x20','error','browserStackLogLevel','mSvWi','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','quitCount_','mergeDeep','storeOptimalHubUrl','CAPABILITY_KEY','agent_','1698760qZrxVY','1|3|2|0|4|5','firefoxOptions_','32Kobnns','then','ieOptions_','16412icqyEs','isBrowserstackInfra','duPTf','1846082dvOMhg','getHttpAgent','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','exports','setLogLevel','/session'];a34_0xad13=function(){return _0x4ba00c;};return a34_0xad13();}
1
+ function a34_0x52d4(_0x593487,_0x186298){const _0x15edd3=a34_0x15ed();return a34_0x52d4=function(_0x52d489,_0x52d617){_0x52d489=_0x52d489-0x111;let _0x3e7f0a=_0x15edd3[_0x52d489];return _0x3e7f0a;},a34_0x52d4(_0x593487,_0x186298);}function a34_0x15ed(){const _0xffb7f7=['7NqLbEW','setCapabilities','FpuLj','updateHubUrl','5QqtdBQ','771471MwRQUQ','Modifying\x20webdriver\x20builder','getRequestOptions','getAccessibilityResultsSummary','setLogLevel','../../../helpers/helper','NVAFn','pPMhj','forEach','get','../../../hubAllocationMethods','Setting\x20Browserstack\x20capabilities','object','isUndefined','jKlTz','https://','/session','wodjn','CansP','setServer','ZDwnk','HttpClient','moz:firefoxOptions','UCWdl','browserstackAgentObservability','getHubUrl','ONRyO','cCQNN','send','New\x20hub\x20url\x20set\x20to\x20','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','originalBuilder','__setBrowserOptions','tJhkz','push','__driver','capability','safari.options','chromeOptions','__drivers','set','safariOptions_','getGlobal','agent_','dIdVg','url_','../../../helpers/patchHelpers','getHttpAgent','movxo','caps_','newHubUrl','ieOptions','605zPKcQA','__driversArray','firefoxOptions','EPlol','iTNme','logLevel','edgeOptions_','xfVfc','exports','overrideGet','error','fWFTE','proxySettings','capabilities_','77070NmYCBL','path','mergeDeep','browserStackLogLevel','proxyUrl','Builder','ieOptions_','../../../helpers/logger','goog:chromeOptions','492slsJgy','/wd/hub','CAPABILITY_KEY','isPacProxy','Proxy\x20set\x20to\x20','urHBr','KZBpq','Hub\x20url\x20set\x20to\x20','hVpmE','ILoxf','requireHttpClient','keys','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','quitCount_','yOfJJ','../accessibility-automation/helper','then','global','proxy_','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','wexDr','../../../helpers/accessibility-automation/helper','isBrowserstackInfra','debug','788826REkLWU','1111716gFvvmH','xDHFq','850744SMcSAE','chromeOptions_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','se:ieOptions','2995OzvvqE','kyWGx','DSuyc','storeOptimalHubUrl','split','ZwFTa','build','Qawyu','firefoxOptions_','edgeOptions','55530xXHAla','getAccessibilityResults','setGlobal','qdhRT','info'];a34_0x15ed=function(){return _0xffb7f7;};return a34_0x15ed();}const a34_0x27d948=a34_0x52d4;(function(_0x4ba155,_0x4a38ab){const _0x5855bb=a34_0x52d4,_0x123e47=_0x4ba155();while(!![]){try{const _0x5e970e=-parseInt(_0x5855bb(0x164))/0x1*(parseInt(_0x5855bb(0x129))/0x2)+parseInt(_0x5855bb(0x165))/0x3+-parseInt(_0x5855bb(0x132))/0x4*(parseInt(_0x5855bb(0x151))/0x5)+-parseInt(_0x5855bb(0x14a))/0x6+-parseInt(_0x5855bb(0x160))/0x7*(-parseInt(_0x5855bb(0x14d))/0x8)+-parseInt(_0x5855bb(0x14b))/0x9+parseInt(_0x5855bb(0x15b))/0xa*(parseInt(_0x5855bb(0x11b))/0xb);if(_0x5e970e===_0x4a38ab)break;else _0x123e47['push'](_0x123e47['shift']());}catch(_0x2ef307){_0x123e47['push'](_0x123e47['shift']());}}}(a34_0x15ed,0x24070));const logger=require(a34_0x27d948(0x130))['winstonLogger'],helper=require(a34_0x27d948(0x16a)),constants=require('../../../bin/utils/constants'),hubAllocator=require(a34_0x27d948(0x16f)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a34_0x27d948(0x115)),{setAccessibilityCapabilities,setExtension}=require(a34_0x27d948(0x141)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a34_0x27d948(0x147)),globals=require('../../../helpers/globals'),{overrideExecute}=require('./helpers/patchHelper'),modify=(_0x1afaa4,_0x5b73ce=null,_0x5842b2=![])=>{const _0x257c6c=a34_0x27d948,_0x3b953d={'ILoxf':function(_0x4cada8,_0x5801f6){return _0x4cada8!==_0x5801f6;},'DSuyc':_0x257c6c(0x175),'xfVfc':function(_0x4475d1,_0x355b76){return _0x4475d1+_0x355b76;},'tJhkz':_0x257c6c(0x174),'xDHFq':_0x257c6c(0x133),'wexDr':_0x257c6c(0x131),'Qawyu':_0x257c6c(0x18b),'FpuLj':'ms:edgeOptions','iTNme':_0x257c6c(0x15a),'EdZCr':_0x257c6c(0x17b),'qdhRT':_0x257c6c(0x11d),'ViMOf':_0x257c6c(0x18a),'oVOYr':_0x257c6c(0x150),'cCQNN':_0x257c6c(0x11a),'TQqVQ':function(_0x3de724,_0x25b2ab){return _0x3de724===_0x25b2ab;},'CansP':_0x257c6c(0x171),'yOfJJ':_0x257c6c(0x170),'ZwFTa':'optimalHubUrl','pPMhj':_0x257c6c(0x183),'epyOm':function(_0x5142d7,_0x3312f3,_0x171984){return _0x5142d7(_0x3312f3,_0x171984);},'urHBr':function(_0x16ad81,_0xa549db,_0x20bbdb){return _0x16ad81(_0xa549db,_0x20bbdb);},'TqMSR':function(_0x220923,_0x4c16b8){return _0x220923(_0x4c16b8);},'mBPOQ':function(_0x3bcc5d,_0x240ce3,_0x258572){return _0x3bcc5d(_0x240ce3,_0x258572);},'RLXYL':'4|5|0|1|2|3','hVpmE':'isAccessibilityPlatform','KZBpq':function(_0x128f06,_0x32e6c8,_0x94420b){return _0x128f06(_0x32e6c8,_0x94420b);},'fWFTE':_0x257c6c(0x14f),'jKlTz':function(_0x4fba96){return _0x4fba96();},'ZDwnk':function(_0x5982d1,_0x4493ba,_0xb8ca21){return _0x5982d1(_0x4493ba,_0xb8ca21);},'sMYxQ':function(_0x3500f5,_0x25bcb6){return _0x3500f5!==_0x25bcb6;},'kyWGx':function(_0x5194b2,_0x8cc53b){return _0x5194b2!==_0x8cc53b;},'EPlol':_0x257c6c(0x145),'movxo':_0x257c6c(0x166)},_0x2b31ca=helper[_0x257c6c(0x13c)]();let _0x2ba40c;try{_0x2ba40c=helper['requireSeleniumWebdriver'](),_0x2ba40c[_0x257c6c(0x184)]&&(_0x2ba40c['Builder']=_0x2ba40c[_0x257c6c(0x184)]);}catch(_0xd13bd5){return;}if(helper[_0x257c6c(0x148)]()){const _0x5b6373={};_0x5b6373[_0x257c6c(0x120)]=_0x1afaa4[_0x257c6c(0x12c)],helper[_0x257c6c(0x169)](_0x5b6373,new Map(),new Map()),logger[_0x257c6c(0x15f)](_0x3b953d[_0x257c6c(0x11e)]),logger['debug'](_0x3b953d[_0x257c6c(0x117)]);}class _0x4f17e2 extends _0x2b31ca[_0x257c6c(0x17a)]{[_0x257c6c(0x181)](_0x2e7d51){const _0x286cea=_0x257c6c;if(_0x3b953d[_0x286cea(0x13b)](_0x2e7d51[_0x286cea(0x12a)],_0x3b953d[_0x286cea(0x153)])&&_0x3b953d[_0x286cea(0x13b)](global[_0x286cea(0x119)],''))try{global[_0x286cea(0x119)]=_0x3b953d['xfVfc'](_0x3b953d[_0x286cea(0x122)](_0x3b953d[_0x286cea(0x186)],global[_0x286cea(0x119)]),_0x3b953d[_0x286cea(0x14c)]),this['options_']=hubAllocator[_0x286cea(0x167)](global[_0x286cea(0x119)]),logger[_0x286cea(0x149)](_0x286cea(0x182)+global[_0x286cea(0x119)]),global[_0x286cea(0x119)]='';}catch(_0x50a386){logger[_0x286cea(0x125)](_0x50a386);}return super['send'](_0x2e7d51);}}class _0x850d39 extends _0x2ba40c[_0x257c6c(0x12e)]{[_0x257c6c(0x178)](){const _0x250c1d=_0x257c6c;return this[_0x250c1d(0x114)]=helper[_0x250c1d(0x17e)](_0x1afaa4),logger[_0x250c1d(0x149)](_0x250c1d(0x139)+this['url_']),this;}[_0x257c6c(0x185)](_0x1e5ab9){const _0x55c6ed=_0x257c6c;let _0x18dede={};for(const _0x5f3c6d in _0x1e5ab9){switch(_0x5f3c6d){case _0x3b953d[_0x55c6ed(0x146)]:case _0x3b953d[_0x55c6ed(0x158)]:this['chromeOptions_']&&(_0x18dede=this[_0x55c6ed(0x14e)]['get'](this['chromeOptions_'][_0x55c6ed(0x134)])||{},this[_0x55c6ed(0x14e)][_0x55c6ed(0x18d)](this[_0x55c6ed(0x14e)][_0x55c6ed(0x134)],helper[_0x55c6ed(0x12b)](_0x18dede,_0x1e5ab9[_0x5f3c6d])));break;case _0x3b953d[_0x55c6ed(0x162)]:case _0x3b953d[_0x55c6ed(0x11f)]:this[_0x55c6ed(0x121)]&&(_0x18dede=this[_0x55c6ed(0x121)]['get'](this['edgeOptions_'][_0x55c6ed(0x134)])||{},this[_0x55c6ed(0x121)][_0x55c6ed(0x18d)](this[_0x55c6ed(0x121)]['CAPABILITY_KEY'],helper[_0x55c6ed(0x12b)](_0x18dede,_0x1e5ab9[_0x5f3c6d])));break;case _0x3b953d['EdZCr']:case _0x3b953d[_0x55c6ed(0x15e)]:this[_0x55c6ed(0x159)]&&(_0x18dede=this[_0x55c6ed(0x159)][_0x55c6ed(0x16e)](this[_0x55c6ed(0x159)]['CAPABILITY_KEY'])||{},this[_0x55c6ed(0x159)]['set'](this[_0x55c6ed(0x159)][_0x55c6ed(0x134)],helper['mergeDeep'](_0x18dede,_0x1e5ab9[_0x5f3c6d])));break;case _0x3b953d['ViMOf']:this[_0x55c6ed(0x18e)]&&(_0x18dede=this[_0x55c6ed(0x18e)]['get'](this['safariOptions_'][_0x55c6ed(0x134)])||{},this[_0x55c6ed(0x18e)]['set'](this[_0x55c6ed(0x18e)][_0x55c6ed(0x134)],helper[_0x55c6ed(0x12b)](_0x18dede,_0x1e5ab9[_0x5f3c6d])));break;case _0x3b953d['oVOYr']:case _0x3b953d[_0x55c6ed(0x180)]:this[_0x55c6ed(0x12f)]&&(_0x18dede=this[_0x55c6ed(0x12f)][_0x55c6ed(0x16e)](this[_0x55c6ed(0x12f)]['CAPABILITY_KEY'])||{},this[_0x55c6ed(0x12f)][_0x55c6ed(0x18d)](this[_0x55c6ed(0x12f)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x18dede,_0x1e5ab9[_0x5f3c6d])));break;}}}[_0x257c6c(0x161)](){const _0x4ac3a5=_0x257c6c,_0x2d300d={'ONRyO':function(_0x1c5caf,_0x3fa878){return _0x3b953d['TQqVQ'](_0x1c5caf,_0x3fa878);},'wodjn':_0x3b953d[_0x4ac3a5(0x177)]};return logger[_0x4ac3a5(0x149)](_0x3b953d[_0x4ac3a5(0x140)]),this[_0x4ac3a5(0x185)](_0x1afaa4['capability']),Object[_0x4ac3a5(0x13d)](_0x1afaa4[_0x4ac3a5(0x189)])[_0x4ac3a5(0x16d)](_0x52e6a0=>{const _0x35e030=_0x4ac3a5,_0x35bb04=this[_0x35e030(0x128)]['get'](_0x52e6a0);_0x2d300d[_0x35e030(0x17f)](typeof _0x35bb04,_0x2d300d[_0x35e030(0x176)])?this[_0x35e030(0x128)]['set'](_0x52e6a0,helper[_0x35e030(0x12b)](_0x35bb04,_0x1afaa4['capability'][_0x52e6a0])):this[_0x35e030(0x128)][_0x35e030(0x18d)](_0x52e6a0,_0x1afaa4['capability'][_0x52e6a0]);}),this;}['build'](){const _0x3ee6bd=_0x257c6c,_0x107dbb={'UCWdl':function(_0x383a43,_0xfa070,_0x46f2e6){const _0x837294=a34_0x52d4;return _0x3b953d[_0x837294(0x137)](_0x383a43,_0xfa070,_0x46f2e6);},'NVAFn':function(_0x2040b4,_0x489829){return _0x3b953d['TqMSR'](_0x2040b4,_0x489829);},'LaDaR':function(_0x5069f8,_0x24750c,_0x2de32e){return _0x3b953d['mBPOQ'](_0x5069f8,_0x24750c,_0x2de32e);}};if(helper[_0x3ee6bd(0x148)]()){const _0x465f10=_0x3b953d['RLXYL'][_0x3ee6bd(0x155)]('|');let _0x33c8b1=0x0;while(!![]){switch(_0x465f10[_0x33c8b1++]){case'0':this['setCapabilities']();continue;case'1':if(helper[_0x3ee6bd(0x135)](_0x1afaa4['proxySettings'][_0x3ee6bd(0x12d)]))this[_0x3ee6bd(0x112)]=helper[_0x3ee6bd(0x116)](_0x1afaa4[_0x3ee6bd(0x127)][_0x3ee6bd(0x12d)]);else _0x1afaa4[_0x3ee6bd(0x127)][_0x3ee6bd(0x12d)]&&(this['proxy_']=_0x1afaa4[_0x3ee6bd(0x127)]['proxyUrl'],logger[_0x3ee6bd(0x149)](_0x3ee6bd(0x136)+this[_0x3ee6bd(0x144)]));continue;case'2':globals[_0x3ee6bd(0x111)](_0x3b953d[_0x3ee6bd(0x13a)])&&(!_0x3b953d[_0x3ee6bd(0x138)](setExtension,this,_0x1afaa4)&&globals[_0x3ee6bd(0x15d)](_0x3b953d[_0x3ee6bd(0x13a)],![]));continue;case'3':logger[_0x3ee6bd(0x149)](_0x3b953d[_0x3ee6bd(0x126)]);continue;case'4':_0x3b953d[_0x3ee6bd(0x173)](isAccessibilityAutomationSession)&&_0x3b953d['TqMSR'](setAccessibilityCapabilities,_0x1afaa4);continue;case'5':this[_0x3ee6bd(0x178)]();continue;}break;}}const _0x4797e8=super[_0x3ee6bd(0x157)]();return _0x4797e8['session_'][_0x3ee6bd(0x142)](_0x148447=>{const _0x22660b=_0x3ee6bd;try{const _0x2e5f8f=_0x148447[_0x22660b(0x118)][_0x22660b(0x16e)](_0x3b953d[_0x22660b(0x156)]);_0x2e5f8f?(logger[_0x22660b(0x149)](_0x22660b(0x13e)+_0x2e5f8f),hubAllocator[_0x22660b(0x163)](_0x2e5f8f),helper[_0x22660b(0x154)](_0x2e5f8f)):logger[_0x22660b(0x149)](_0x3b953d[_0x22660b(0x16c)]);}catch(_0x16bf52){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x16bf52);}}),_0x4797e8[_0x3ee6bd(0x13f)]=0x0,_0x4797e8[_0x3ee6bd(0x142)]&&_0x4797e8[_0x3ee6bd(0x142)](_0xca53af=>{const _0x464071=_0x3ee6bd,_0x33b68a={'dIdVg':function(_0x3924ec,_0x4b93bd,_0x4ac77f){const _0x36b03e=a34_0x52d4;return _0x107dbb[_0x36b03e(0x17c)](_0x3924ec,_0x4b93bd,_0x4ac77f);}};_0x107dbb[_0x464071(0x17c)](overrideQuit,_0xca53af,_0x4797e8),_0x107dbb[_0x464071(0x16b)](overrideTakeScreenshot,_0xca53af),helper['overrideGet'](_0xca53af,_0x1afaa4),_0x107dbb['LaDaR'](overrideExecute,_0xca53af,_0x1afaa4),_0xca53af[_0x464071(0x168)]=async()=>{const _0x38290c=_0x464071;return await _0x107dbb[_0x38290c(0x17c)](getAccessibilityResultsSummary,_0xca53af,global);},_0xca53af[_0x464071(0x15c)]=async()=>{const _0x2a8990=_0x464071;return await _0x33b68a[_0x2a8990(0x113)](getAccessibilityResults,_0xca53af,global);};}),_0x4797e8[_0x3ee6bd(0x168)]=async()=>{return await _0x107dbb['LaDaR'](getAccessibilityResultsSummary,_0x4797e8,global);},_0x4797e8['getAccessibilityResults']=async()=>{return await _0x3b953d['epyOm'](getAccessibilityResults,_0x4797e8,global);},_0x3b953d['TqMSR'](overrideTakeScreenshot,_0x4797e8),_0x3b953d['TqMSR'](overrideQuit,_0x4797e8),helper[_0x3ee6bd(0x124)](_0x4797e8,_0x1afaa4),_0x3b953d[_0x3ee6bd(0x179)](overrideExecute,_0x4797e8,_0x1afaa4),helper['isUndefined'](global['__driversArray'])&&(global[_0x3ee6bd(0x11c)]=[]),helper[_0x3ee6bd(0x172)](global['__drivers'])&&(global['__drivers']=[]),global[_0x3ee6bd(0x11c)]['push'](_0x4797e8),global[_0x3ee6bd(0x188)]=_0x4797e8,_0x3b953d['sMYxQ'](global[_0x3ee6bd(0x18c)],undefined)&&global[_0x3ee6bd(0x18c)][_0x3ee6bd(0x187)](_0x4797e8),_0x5b73ce&&helper[_0x3ee6bd(0x172)](_0x5b73ce[_0x3ee6bd(0x143)][_0x3ee6bd(0x11c)])&&(_0x5b73ce[_0x3ee6bd(0x143)][_0x3ee6bd(0x11c)]=[]),_0x5b73ce&&_0x3b953d[_0x3ee6bd(0x152)](_0x5b73ce[_0x3ee6bd(0x143)][_0x3ee6bd(0x18c)],undefined)&&(_0x5b73ce[_0x3ee6bd(0x143)]['__drivers'][_0x3ee6bd(0x187)](_0x4797e8),_0x5b73ce[_0x3ee6bd(0x143)]['__driversArray']['push'](_0x4797e8)),_0x4797e8;}}return _0x2ba40c['originalBuilder']=_0x2ba40c[_0x257c6c(0x12e)],_0x2ba40c[_0x257c6c(0x12e)]=_0x850d39,_0x2b31ca[_0x257c6c(0x17a)]=_0x4f17e2,_0x2ba40c;};module[a34_0x27d948(0x123)][a34_0x27d948(0x17d)]=modify;
@@ -1 +1 @@
1
- const a35_0x265e69=a35_0x45c8;(function(_0x2825a5,_0x26e180){const _0x3ac06f=a35_0x45c8,_0x14090e=_0x2825a5();while(!![]){try{const _0x5d1390=parseInt(_0x3ac06f(0xa8))/0x1*(parseInt(_0x3ac06f(0xb1))/0x2)+-parseInt(_0x3ac06f(0xb5))/0x3*(-parseInt(_0x3ac06f(0xb4))/0x4)+-parseInt(_0x3ac06f(0xad))/0x5+-parseInt(_0x3ac06f(0xb0))/0x6*(parseInt(_0x3ac06f(0xa6))/0x7)+-parseInt(_0x3ac06f(0xaa))/0x8+-parseInt(_0x3ac06f(0xb6))/0x9*(-parseInt(_0x3ac06f(0xae))/0xa)+parseInt(_0x3ac06f(0xac))/0xb*(parseInt(_0x3ac06f(0xaf))/0xc);if(_0x5d1390===_0x26e180)break;else _0x14090e['push'](_0x14090e['shift']());}catch(_0x2926c3){_0x14090e['push'](_0x14090e['shift']());}}}(a35_0x9819,0x1dfd7));const requestSpy=require('../../../helpers/request-spy'),constants=require(a35_0x265e69(0xab)),{addRequestSpy}=require(a35_0x265e69(0xb2));function a35_0x45c8(_0x4da4cb,_0x3808d3){const _0x981907=a35_0x9819();return a35_0x45c8=function(_0x45c8e4,_0x5a596e){_0x45c8e4=_0x45c8e4-0xa6;let _0x1edcc0=_0x981907[_0x45c8e4];return _0x1edcc0;},a35_0x45c8(_0x4da4cb,_0x3808d3);}exports[a35_0x265e69(0xa7)]={'beforeAll'(){const _0x376091=a35_0x265e69,_0x563b78={'TmBmR':function(_0x4b20b7){return _0x4b20b7();}},_0x2a9c9='browserstack internal helper hook';_0x563b78[_0x376091(0xa9)](addRequestSpy);},'afterAll'(){const _0x469e59=a35_0x265e69,_0x50df8d='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x469e59(0xb3)]();}};function a35_0x9819(){const _0x226162=['4bOALND','242826RKIdWB','7551ipKrDJ','77hzjeWP','mochaHooks','5298cTmsMn','TmBmR','1337808VmvzlL','../../../bin/utils/constants','429715xpKhxS','1153860FgjTCo','1430ZVZiaZ','36DMLcKW','13686dxjGcI','86sLyhWf','../../../helpers/test-observability/utils','restore'];a35_0x9819=function(){return _0x226162;};return a35_0x9819();}
1
+ const a35_0x5f427f=a35_0x45e2;function a35_0x45e2(_0x558338,_0x3a94e9){const _0x43951e=a35_0x4395();return a35_0x45e2=function(_0x45e254,_0x1875ac){_0x45e254=_0x45e254-0x192;let _0x2be766=_0x43951e[_0x45e254];return _0x2be766;},a35_0x45e2(_0x558338,_0x3a94e9);}(function(_0x3c4718,_0x4c57a9){const _0x8cec6=a35_0x45e2,_0x403083=_0x3c4718();while(!![]){try{const _0x527d52=parseInt(_0x8cec6(0x1a3))/0x1*(parseInt(_0x8cec6(0x1a0))/0x2)+parseInt(_0x8cec6(0x1a1))/0x3*(-parseInt(_0x8cec6(0x19f))/0x4)+-parseInt(_0x8cec6(0x199))/0x5*(parseInt(_0x8cec6(0x198))/0x6)+-parseInt(_0x8cec6(0x193))/0x7+parseInt(_0x8cec6(0x196))/0x8*(-parseInt(_0x8cec6(0x19d))/0x9)+-parseInt(_0x8cec6(0x192))/0xa*(-parseInt(_0x8cec6(0x195))/0xb)+parseInt(_0x8cec6(0x19a))/0xc;if(_0x527d52===_0x4c57a9)break;else _0x403083['push'](_0x403083['shift']());}catch(_0x4e1050){_0x403083['push'](_0x403083['shift']());}}}(a35_0x4395,0x23640));const requestSpy=require(a35_0x5f427f(0x197)),constants=require(a35_0x5f427f(0x194)),{addRequestSpy}=require(a35_0x5f427f(0x19e));function a35_0x4395(){const _0x30bc73=['6aBouJg','1082465vrNcJg','5572704edlfzR','pZXGc','timeout','9pXXMxG','../../../helpers/test-observability/utils','65976mjVydt','2OCOfhz','42swyPIa','restore','257721RVWcaf','384490iNeonK','1698074PZTZpb','../../../bin/utils/constants','33zVOuzb','20072mtEqDJ','../../../helpers/request-spy'];a35_0x4395=function(){return _0x30bc73;};return a35_0x4395();}exports['mochaHooks']={'beforeAll'(){const _0x296f1a=a35_0x5f427f,_0x47273e={'pZXGc':function(_0x5e3357){return _0x5e3357();}},_0x33cf90='browserstack internal helper hook';_0x47273e[_0x296f1a(0x19b)](addRequestSpy);},'afterAll'(){const _0x1c0c53=a35_0x5f427f,_0x5cb8e0='browserstack internal helper hook';this[_0x1c0c53(0x19c)](0xea60),requestSpy[_0x1c0c53(0x1a2)]();}};
@@ -1 +1 @@
1
- const a36_0x14de46=a36_0x5a70;function a36_0x242b(){const _0x39b0ff=['markedStatus','mapTestHooks','1315104XHntdH','filter','../../../helpers/test-observability/utils','WbOBB','tcJaj','bs:addPlatformDetails:','getHooksForTest','474cpjcAe','toJSON','oEzoX','get','platformVersion','ZiKpp','parent','2870bFxRTe','nuwCq','_beforeAll','sendPlatformDetails','pending','type','sKYFG','suites','__cloud_provider___','getHookSkippedTests','getCapabilities','Kcqmy','forEach','getSession','substring','getPlatform','fAdVp','XUpsE','state','718QvHtRy','map_','../../../helpers/testhub/utils','AgCWA','RHhFo','getBrowserName','AmXMy','hookAnalyticsId','_beforeEach','split','rSBlt','indexOf','tjLvC','1561180kLhLrp','fetvB','_afterAll','AnDqI','3FTrzVA','tests','1165402LRqQpB','concat','browserstack','getBrowserVersion','pid','KKIvP','pWLxT','1337420ELyoPc','generic','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','toISOString','failed','string','push','unknown_grid','../../../helpers/test-observability/constants','Lbvqo','NVKdK','WpVIc','hook:','artts','lodash','uuid','fromEntries','slice','TBKbq','3501itqhNo','16foPVXD','fRtBX','310134CwJnnb','../../../../package.json','_afterEach','emit','getTestEnv','GAwwc'];a36_0x242b=function(){return _0x39b0ff;};return a36_0x242b();}(function(_0x55adfe,_0x49dd48){const _0x656bd8=a36_0x5a70,_0xd311d8=_0x55adfe();while(!![]){try{const _0x3a12cc=parseInt(_0x656bd8(0x10f))/0x1*(parseInt(_0x656bd8(0xf5))/0x2)+parseInt(_0x656bd8(0x120))/0x3*(-parseInt(_0x656bd8(0x11c))/0x4)+-parseInt(_0x656bd8(0x129))/0x5+parseInt(_0x656bd8(0xee))/0x6+parseInt(_0x656bd8(0x122))/0x7*(parseInt(_0x656bd8(0x13d))/0x8)+-parseInt(_0x656bd8(0x13c))/0x9*(-parseInt(_0x656bd8(0xfc))/0xa)+parseInt(_0x656bd8(0x13f))/0xb;if(_0x3a12cc===_0x49dd48)break;else _0xd311d8['push'](_0xd311d8['shift']());}catch(_0x12a484){_0xd311d8['push'](_0xd311d8['shift']());}}}(a36_0x242b,0x31e5c));function a36_0x5a70(_0x269e4c,_0x2970e3){const _0x242b54=a36_0x242b();return a36_0x5a70=function(_0x5a7003,_0x432461){_0x5a7003=_0x5a7003-0xe9;let _0x143fe8=_0x242b54[_0x5a7003];return _0x143fe8;},a36_0x5a70(_0x269e4c,_0x2970e3);}const {v4:uuidv4}=require(a36_0x14de46(0x138)),{name,version}=require(a36_0x14de46(0x140)),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a36_0x14de46(0x131)),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a36_0x14de46(0x111)),{isFunction}=require(a36_0x14de46(0x137)),{patchConsoleLogger}=require(a36_0x14de46(0xf0));patchConsoleLogger(),exports[a36_0x14de46(0xea)]=()=>{const _0x59846b=a36_0x14de46,_0x14e73={'xUhtR':_0x59846b(0x12a),'djSvL':function(_0x1c73f3){return _0x1c73f3();}};return{'ci':_0x14e73['xUhtR'],'key':_0x14e73['djSvL'](uuidv4),'version':version,'collector':'js-'+name};},exports['getHookDetails']=_0x43dbec=>{const _0x55c209=a36_0x14de46,_0x11771b={};_0x11771b[_0x55c209(0x11b)]=function(_0x730806,_0x455336){return _0x730806!==_0x455336;},_0x11771b[_0x55c209(0x133)]=_0x55c209(0x12e),_0x11771b[_0x55c209(0xeb)]=function(_0x1c2668,_0x4b1280){return _0x1c2668!==_0x4b1280;},_0x11771b[_0x55c209(0x10c)]=_0x55c209(0x135),_0x11771b[_0x55c209(0xf1)]='hook';const _0x3363e5=_0x11771b;if(!_0x43dbec||_0x3363e5[_0x55c209(0x11b)](typeof _0x43dbec,_0x3363e5['NVKdK']))return[null,null];if(_0x3363e5[_0x55c209(0xeb)](_0x43dbec[_0x55c209(0x11a)](_0x3363e5['fAdVp']),-0x1)){const _0x424faa=_0x43dbec[_0x55c209(0x118)](_0x3363e5['fAdVp']);return[_0x424faa[0x0][_0x55c209(0x13a)](0x0,-0x1)['split']('\x22')[0x1],_0x424faa[0x1][_0x55c209(0x10a)](0x1)];}else{if(_0x3363e5[_0x55c209(0x11b)](_0x43dbec[_0x55c209(0x11a)](_0x3363e5['WbOBB']),-0x1)){const _0x39b55c=_0x43dbec['split'](_0x3363e5[_0x55c209(0xf1)]);return[_0x39b55c[0x0][_0x55c209(0x13a)](0x0,-0x1)[_0x55c209(0x118)]('\x22')[0x1],_0x43dbec];}}return[null,null];},exports['getHooksForTest']=_0x550fad=>{const _0x504b44=a36_0x14de46,_0x4383f4={'TBKbq':function(_0x605e72,_0x20d22b){return _0x605e72(_0x20d22b);},'hlohl':_0x504b44(0xfe),'Kcqmy':'_afterAll','fRtBX':'_beforeEach','oEzoX':_0x504b44(0x141)};if(!_0x550fad||!_0x550fad[_0x504b44(0xfb)])return[];const _0x1bbce1=[];return[_0x4383f4['hlohl'],_0x4383f4[_0x504b44(0x107)],_0x4383f4[_0x504b44(0x13e)],_0x4383f4[_0x504b44(0xf7)]][_0x504b44(0x108)](_0x50630d=>{const _0xf0be8e=_0x504b44,_0x232665=_0x550fad[_0xf0be8e(0xfb)][_0x50630d]||[];_0x232665['forEach'](_0x33f5fe=>{const _0xf37a68=_0xf0be8e;_0x33f5fe['hookAnalyticsId']&&!_0x4383f4[_0xf37a68(0x13b)](isInternalHook,_0x33f5fe['fn'])&&_0x1bbce1[_0xf37a68(0x12f)](_0x33f5fe[_0xf37a68(0x116)]);});}),[..._0x1bbce1,...exports[_0x504b44(0xf4)](_0x550fad['parent'])];},exports['mapTestHooks']=_0x5c64af=>{const _0x19b646=a36_0x14de46,_0x13c168={'KKIvP':function(_0x50887e){return _0x50887e();},'ZiKpp':function(_0x9e56b9,_0x1e0ed7){return _0x9e56b9===_0x1e0ed7;},'AnDqI':_0x19b646(0x141),'tcJaj':_0x19b646(0xfe),'fetvB':_0x19b646(0x11e),'pWLxT':_0x19b646(0x117)};if(!_0x5c64af||!_0x5c64af[_0x19b646(0xfb)])return;[_0x13c168[_0x19b646(0xf2)],_0x13c168[_0x19b646(0x11d)],_0x13c168[_0x19b646(0x128)],_0x13c168[_0x19b646(0x11f)]]['forEach'](_0x13e89e=>{const _0x45bf01=_0x19b646,_0x51fcbd=_0x5c64af[_0x45bf01(0xfb)][_0x13e89e]||[];_0x51fcbd[_0x45bf01(0x108)](_0x586bf0=>{const _0x52420d=_0x45bf01;if(!_0x586bf0[_0x52420d(0x116)])_0x586bf0[_0x52420d(0x116)]=_0x13c168[_0x52420d(0x127)](uuidv4);else _0x586bf0[_0x52420d(0xec)]&&_0x13c168[_0x52420d(0xfa)](_0x13e89e,_0x13c168[_0x52420d(0x11f)])&&(_0x586bf0['hookAnalyticsId']=_0x13c168['KKIvP'](uuidv4),delete _0x586bf0[_0x52420d(0xec)]);});}),exports[_0x19b646(0xed)](_0x5c64af[_0x19b646(0xfb)]);},exports[a36_0x14de46(0xff)]=async(_0xd6589,_0x2f31a9)=>{const _0x1fba32=a36_0x14de46,_0x4dd793={'RHhFo':function(_0x2ba9e6){return _0x2ba9e6();},'ZecTL':function(_0x3aabec,_0xd8c51b){return _0x3aabec(_0xd8c51b);},'Lbvqo':_0x1fba32(0xf9),'GZqvc':function(_0x27ead8,_0x2dcdbe){return _0x27ead8(_0x2dcdbe);},'WpVIc':function(_0x266906,_0x4d621f){return _0x266906===_0x4d621f;},'pWNnV':_0x1fba32(0x124),'hfpKv':_0x1fba32(0x130),'XUpsE':'TEST_PLATFORM','nuwCq':function(_0x203e3c,_0x3cc088){return _0x203e3c(_0x3cc088);}};try{if(!_0x4dd793[_0x1fba32(0x113)](shouldProcessEventForTesthub))return;const _0x5a0a1e=await _0xd6589[_0x1fba32(0x106)](),_0xcb7a47=await _0xd6589[_0x1fba32(0x109)](),_0x312bbe={},_0x4b3987=Object[_0x1fba32(0x139)](_0xcb7a47[_0x1fba32(0x106)]()[_0x1fba32(0x110)]),_0x253c64={'product':_0x4dd793['ZecTL'](getObservabilityLinkedProductName,_0x4b3987),'capabilities':_0x4b3987,'platform':_0x5a0a1e[_0x1fba32(0x10b)](),'platform_version':_0x5a0a1e[_0x1fba32(0xf8)](_0x4dd793[_0x1fba32(0x132)])?_0x5a0a1e['get'](_0x4dd793[_0x1fba32(0x132)]):_0x4dd793['GZqvc'](getPlatformVersion,_0x4dd793[_0x1fba32(0x134)](global['__cloud_provider___'],_0x4dd793['pWNnV'])),'browser':_0x5a0a1e[_0x1fba32(0x114)](),'browser_version':_0x5a0a1e[_0x1fba32(0x125)](),'session_id':_0xcb7a47[_0x1fba32(0xf6)]()};global[_0x1fba32(0x104)]?_0x312bbe[global[_0x1fba32(0x104)]]=_0x253c64:_0x312bbe[_0x4dd793['hfpKv']]=_0x253c64,process[_0x1fba32(0xe9)](_0x1fba32(0xf3)+process[_0x1fba32(0x126)],{'timestamp':new Date()[_0x1fba32(0x12c)](),'level':null,'message':null,'kind':_0x4dd793[_0x1fba32(0x10d)],'http_response':_0x312bbe,'uuid':_0x2f31a9});}catch(_0x1c130c){_0x4dd793[_0x1fba32(0xfd)](debug,_0x1fba32(0x12b)+_0x1c130c);}},exports[a36_0x14de46(0x105)]=_0x2035e0=>{const _0x48b28f=a36_0x14de46,_0xa7b0a4={};_0xa7b0a4[_0x48b28f(0x136)]=function(_0x5bde52,_0x2b36ea){return _0x5bde52!==_0x2b36ea;},_0xa7b0a4[_0x48b28f(0x112)]='hook',_0xa7b0a4[_0x48b28f(0x119)]=function(_0x4f7941,_0x132133){return _0x4f7941!==_0x132133;},_0xa7b0a4[_0x48b28f(0x115)]='passed',_0xa7b0a4['rLPne']=function(_0x13dafc,_0x1bec50){return _0x13dafc!==_0x1bec50;},_0xa7b0a4['sKYFG']=_0x48b28f(0x12d);const _0x2adb16=_0xa7b0a4,_0x739ccd=_0x2035e0[_0x48b28f(0x103)]['reduce']((_0x1d5557,_0x28c734)=>{const _0x341cc6=_0x48b28f,_0x44618d=exports[_0x341cc6(0x105)](_0x28c734);return _0x44618d&&(_0x1d5557=_0x1d5557[_0x341cc6(0x123)](_0x44618d)),_0x1d5557;},[]),_0x55e6eb=_0x2035e0[_0x48b28f(0x121)][_0x48b28f(0xef)](_0x50da90=>{const _0x516cb1=_0x48b28f,_0x4e517c=_0x2adb16['artts'](_0x50da90[_0x516cb1(0x101)],_0x2adb16['AgCWA'])&&!_0x50da90['markedStatus']&&_0x2adb16['rSBlt'](_0x50da90['state'],_0x2adb16[_0x516cb1(0x115)])&&_0x2adb16['rLPne'](_0x50da90[_0x516cb1(0x10e)],_0x2adb16[_0x516cb1(0x102)])&&!_0x50da90[_0x516cb1(0x100)];return _0x4e517c;});return _0x55e6eb[_0x48b28f(0x123)](_0x739ccd);};
1
+ const a36_0x3c699b=a36_0x5e4c;(function(_0x2f5332,_0x41e83a){const _0x21fd6e=a36_0x5e4c,_0x1c800f=_0x2f5332();while(!![]){try{const _0x80e276=-parseInt(_0x21fd6e(0x1e3))/0x1*(parseInt(_0x21fd6e(0x1bf))/0x2)+-parseInt(_0x21fd6e(0x1d4))/0x3*(-parseInt(_0x21fd6e(0x1eb))/0x4)+-parseInt(_0x21fd6e(0x1db))/0x5+parseInt(_0x21fd6e(0x1f6))/0x6*(parseInt(_0x21fd6e(0x1f7))/0x7)+-parseInt(_0x21fd6e(0x1d5))/0x8+parseInt(_0x21fd6e(0x1b2))/0x9+parseInt(_0x21fd6e(0x1ea))/0xa;if(_0x80e276===_0x41e83a)break;else _0x1c800f['push'](_0x1c800f['shift']());}catch(_0x203380){_0x1c800f['push'](_0x1c800f['shift']());}}}(a36_0x5a7d,0x33b06));function a36_0x5a7d(){const _0x49af61=['4vUhEdt','getCapabilities','getSession','sendPlatformDetails','toJSON','getTestEnv','Vysmd','2011090KOgqRT','24jQLnWM','tUoVX','state','getPlatform','SPZVO','../../../helpers/test-observability/utils','markedStatus','hook:','mnPil','browserstack','_beforeAll','342qhFAgC','32599sTpAbF','bs:addPlatformDetails:','split','hookAnalyticsId','parent','filter','MCQui','type','indexOf','fromEntries','passed','failed','tests','LetnJ','toISOString','kJPCL','__cloud_provider___','bQNhJ','780741ZxTZNJ','emit','get','UqoGp','getBrowserName','egWPn','TEST_PLATFORM','TEykb','string','GAmBZ','npRKK','otAFC','NlmJw','147776nDYTWG','GfzHB','getHooksForTest','generic','mapTestHooks','concat','nwVwh','../../../../package.json','substring','../../../helpers/testhub/utils','UFoPd','VJaqN','XyFKw','HCpvT','slice','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','_beforeEach','hook','gcwBc','../../utils/logPatcher','vtRhG','128820WwdIym','2145680EokuLb','forEach','_afterAll','unknown_grid','getHookSkippedTests','push','177335fYBuwN','vDcaF','js-','reduce','getHookDetails','../../../helpers/test-observability/constants','platformVersion','yHEAI'];a36_0x5a7d=function(){return _0x49af61;};return a36_0x5a7d();}const {v4:uuidv4}=require('uuid'),{name,version}=require(a36_0x3c699b(0x1c6)),logPatcher=require(a36_0x3c699b(0x1d2)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a36_0x3c699b(0x1f0)),{consoleHolder}=require(a36_0x3c699b(0x1e0)),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a36_0x3c699b(0x1c8)),{isFunction}=require('lodash'),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');function a36_0x5e4c(_0x10091e,_0x59c383){const _0x5a7da1=a36_0x5a7d();return a36_0x5e4c=function(_0x5e4ce0,_0x3557a8){_0x5e4ce0=_0x5e4ce0-0x1ac;let _0x19c8db=_0x5a7da1[_0x5e4ce0];return _0x19c8db;},a36_0x5e4c(_0x10091e,_0x59c383);}patchConsoleLogger(),exports[a36_0x3c699b(0x1e8)]=()=>{const _0x257db7=a36_0x3c699b,_0x5e79a6={'jrrWz':_0x257db7(0x1c2),'SPZVO':function(_0x2dbed9){return _0x2dbed9();}};return{'ci':_0x5e79a6['jrrWz'],'key':_0x5e79a6[_0x257db7(0x1ef)](uuidv4),'version':version,'collector':_0x257db7(0x1dd)+name};},exports[a36_0x3c699b(0x1df)]=_0x37c79c=>{const _0x32f9ab=a36_0x3c699b,_0x5df7ef={};_0x5df7ef[_0x32f9ab(0x1c0)]=function(_0x5960e1,_0x2b39bc){return _0x5960e1!==_0x2b39bc;},_0x5df7ef['otAFC']=_0x32f9ab(0x1ba),_0x5df7ef['ewXUT']=function(_0x2be7ce,_0x4a7ee4){return _0x2be7ce!==_0x4a7ee4;},_0x5df7ef[_0x32f9ab(0x1af)]=_0x32f9ab(0x1f2),_0x5df7ef[_0x32f9ab(0x1c5)]=_0x32f9ab(0x1d0);const _0x39858f=_0x5df7ef;if(!_0x37c79c||_0x39858f[_0x32f9ab(0x1c0)](typeof _0x37c79c,_0x39858f[_0x32f9ab(0x1bd)]))return[null,null];if(_0x39858f['ewXUT'](_0x37c79c[_0x32f9ab(0x1ff)](_0x39858f['kJPCL']),-0x1)){const _0x1afd31=_0x37c79c[_0x32f9ab(0x1f9)](_0x39858f[_0x32f9ab(0x1af)]);return[_0x1afd31[0x0][_0x32f9ab(0x1cd)](0x0,-0x1)[_0x32f9ab(0x1f9)]('\x22')[0x1],_0x1afd31[0x1][_0x32f9ab(0x1c7)](0x1)];}else{if(_0x39858f[_0x32f9ab(0x1c0)](_0x37c79c['indexOf'](_0x39858f[_0x32f9ab(0x1c5)]),-0x1)){const _0x38ef17=_0x37c79c[_0x32f9ab(0x1f9)](_0x39858f[_0x32f9ab(0x1c5)]);return[_0x38ef17[0x0][_0x32f9ab(0x1cd)](0x0,-0x1)[_0x32f9ab(0x1f9)]('\x22')[0x1],_0x37c79c];}}return[null,null];},exports[a36_0x3c699b(0x1c1)]=_0x6d06d2=>{const _0x1a5feb=a36_0x3c699b,_0x31c526={'KEwDI':function(_0x5bde38,_0xd3454a){return _0x5bde38(_0xd3454a);},'vDcaF':'_beforeAll','LetnJ':_0x1a5feb(0x1d7),'TEykb':_0x1a5feb(0x1cf),'Vysmd':'_afterEach'};if(!_0x6d06d2||!_0x6d06d2[_0x1a5feb(0x1fb)])return[];const _0x5f55b7=[];return[_0x31c526[_0x1a5feb(0x1dc)],_0x31c526[_0x1a5feb(0x1ad)],_0x31c526[_0x1a5feb(0x1b9)],_0x31c526[_0x1a5feb(0x1e9)]][_0x1a5feb(0x1d6)](_0x51e712=>{const _0x41fa9e=_0x1a5feb,_0x4436c7=_0x6d06d2[_0x41fa9e(0x1fb)][_0x51e712]||[];_0x4436c7[_0x41fa9e(0x1d6)](_0x1f09d8=>{const _0x722932=_0x41fa9e;_0x1f09d8[_0x722932(0x1fa)]&&!_0x31c526['KEwDI'](isInternalHook,_0x1f09d8['fn'])&&_0x5f55b7[_0x722932(0x1da)](_0x1f09d8[_0x722932(0x1fa)]);});}),[..._0x5f55b7,...exports[_0x1a5feb(0x1c1)](_0x6d06d2[_0x1a5feb(0x1fb)])];},exports[a36_0x3c699b(0x1c3)]=_0x495eb7=>{const _0x5c5046=a36_0x3c699b,_0x101992={'noKue':function(_0x49e71c){return _0x49e71c();},'HCpvT':function(_0xf8cda2,_0x3d5ec2){return _0xf8cda2===_0x3d5ec2;},'VJaqN':'_afterEach','MCQui':_0x5c5046(0x1f5),'GAmBZ':'_afterAll','icFls':_0x5c5046(0x1cf)};if(!_0x495eb7||!_0x495eb7[_0x5c5046(0x1fb)])return;[_0x101992[_0x5c5046(0x1fd)],_0x101992[_0x5c5046(0x1bb)],_0x101992['icFls'],_0x101992['VJaqN']][_0x5c5046(0x1d6)](_0x54330b=>{const _0x25abec=_0x5c5046,_0x4febfe={'yHEAI':function(_0x3f3ebc){return _0x101992['noKue'](_0x3f3ebc);},'npRKK':function(_0x206b85,_0x4dcbcf){const _0x4538fe=a36_0x5e4c;return _0x101992[_0x4538fe(0x1cc)](_0x206b85,_0x4dcbcf);},'YEznb':_0x101992[_0x25abec(0x1ca)]},_0x435788=_0x495eb7[_0x25abec(0x1fb)][_0x54330b]||[];_0x435788[_0x25abec(0x1d6)](_0x549834=>{const _0x36cc23=_0x25abec;if(!_0x549834[_0x36cc23(0x1fa)])_0x549834['hookAnalyticsId']=_0x4febfe[_0x36cc23(0x1e2)](uuidv4);else _0x549834[_0x36cc23(0x1f1)]&&_0x4febfe[_0x36cc23(0x1bc)](_0x54330b,_0x4febfe['YEznb'])&&(_0x549834[_0x36cc23(0x1fa)]=_0x4febfe['yHEAI'](uuidv4),delete _0x549834[_0x36cc23(0x1f1)]);});}),exports[_0x5c5046(0x1c3)](_0x495eb7[_0x5c5046(0x1fb)]);},exports[a36_0x3c699b(0x1e6)]=async(_0x39a5da,_0xb0a0aa)=>{const _0x422768=a36_0x3c699b,_0x528920={'egWPn':function(_0x2bf461){return _0x2bf461();},'vtRhG':function(_0x246f23,_0x5cab28){return _0x246f23(_0x5cab28);},'VJKgK':_0x422768(0x1e1),'NlmJw':function(_0x2ee6df,_0x114eb8){return _0x2ee6df===_0x114eb8;},'bQNhJ':_0x422768(0x1f4),'bioXU':_0x422768(0x1d8),'tUoVX':_0x422768(0x1b8),'dSavJ':function(_0xa786cc,_0x4fb2ad){return _0xa786cc(_0x4fb2ad);}};try{if(!_0x528920[_0x422768(0x1b7)](shouldProcessEventForTesthub))return;const _0x1096ca=await _0x39a5da['getCapabilities'](),_0x58727d=await _0x39a5da[_0x422768(0x1e5)](),_0x2f4468={},_0x51cd58=Object[_0x422768(0x200)](_0x58727d[_0x422768(0x1e4)]()['map_']),_0x45f10f={'product':_0x528920[_0x422768(0x1d3)](getObservabilityLinkedProductName,_0x51cd58),'capabilities':_0x51cd58,'platform':_0x1096ca[_0x422768(0x1ee)](),'platform_version':_0x1096ca[_0x422768(0x1b4)](_0x528920['VJKgK'])?_0x1096ca[_0x422768(0x1b4)](_0x528920['VJKgK']):_0x528920[_0x422768(0x1d3)](getPlatformVersion,_0x528920[_0x422768(0x1be)](global[_0x422768(0x1b0)],_0x528920[_0x422768(0x1b1)])),'browser':_0x1096ca[_0x422768(0x1b6)](),'browser_version':_0x1096ca['getBrowserVersion'](),'session_id':_0x58727d[_0x422768(0x1e7)]()};global['__cloud_provider___']?_0x2f4468[global[_0x422768(0x1b0)]]=_0x45f10f:_0x2f4468[_0x528920['bioXU']]=_0x45f10f,process[_0x422768(0x1b3)](_0x422768(0x1f8)+process['pid'],{'timestamp':new Date()[_0x422768(0x1ae)](),'level':null,'message':null,'kind':_0x528920[_0x422768(0x1ec)],'http_response':_0x2f4468,'uuid':_0xb0a0aa});}catch(_0x568bf2){_0x528920['dSavJ'](debug,_0x422768(0x1ce)+_0x568bf2);}},exports[a36_0x3c699b(0x1d9)]=_0x222d2a=>{const _0x4fab62=a36_0x3c699b,_0x1a0bd4={};_0x1a0bd4[_0x4fab62(0x1d1)]=function(_0x428afc,_0x1eed2d){return _0x428afc!==_0x1eed2d;},_0x1a0bd4[_0x4fab62(0x1b5)]=_0x4fab62(0x1d0),_0x1a0bd4[_0x4fab62(0x1f3)]=_0x4fab62(0x201),_0x1a0bd4[_0x4fab62(0x1c9)]=function(_0x550c72,_0x526fc1){return _0x550c72!==_0x526fc1;},_0x1a0bd4[_0x4fab62(0x1cb)]=_0x4fab62(0x202);const _0x3ee05d=_0x1a0bd4,_0x1c5106=_0x222d2a['suites'][_0x4fab62(0x1de)]((_0x1e7e7b,_0x3ef23e)=>{const _0x4e4252=_0x4fab62,_0x2079c6=exports[_0x4e4252(0x1d9)](_0x3ef23e);return _0x2079c6&&(_0x1e7e7b=_0x1e7e7b['concat'](_0x2079c6)),_0x1e7e7b;},[]),_0x402ff4=_0x222d2a[_0x4fab62(0x1ac)][_0x4fab62(0x1fc)](_0x5d4ec8=>{const _0x5a3695=_0x4fab62,_0x33e042=_0x3ee05d[_0x5a3695(0x1d1)](_0x5d4ec8[_0x5a3695(0x1fe)],_0x3ee05d[_0x5a3695(0x1b5)])&&!_0x5d4ec8[_0x5a3695(0x1f1)]&&_0x3ee05d['gcwBc'](_0x5d4ec8[_0x5a3695(0x1ed)],_0x3ee05d[_0x5a3695(0x1f3)])&&_0x3ee05d[_0x5a3695(0x1c9)](_0x5d4ec8[_0x5a3695(0x1ed)],_0x3ee05d['XyFKw'])&&!_0x5d4ec8['pending'];return _0x33e042;});return _0x402ff4[_0x4fab62(0x1c4)](_0x1c5106);};
@@ -1 +1 @@
1
- function a37_0x8f0e(_0x6bf2ad,_0x283202){const _0x1965ef=a37_0x1965();return a37_0x8f0e=function(_0x8f0ed1,_0x2c498c){_0x8f0ed1=_0x8f0ed1-0x7d;let _0x218ced=_0x1965ef[_0x8f0ed1];return _0x218ced;},a37_0x8f0e(_0x6bf2ad,_0x283202);}const a37_0x38cb0f=a37_0x8f0e;(function(_0x507820,_0xdcefe9){const _0x2949ea=a37_0x8f0e,_0x38895d=_0x507820();while(!![]){try{const _0x4d639b=-parseInt(_0x2949ea(0xf4))/0x1+-parseInt(_0x2949ea(0x90))/0x2*(-parseInt(_0x2949ea(0x94))/0x3)+parseInt(_0x2949ea(0xd5))/0x4+-parseInt(_0x2949ea(0xe1))/0x5*(parseInt(_0x2949ea(0x112))/0x6)+parseInt(_0x2949ea(0xbb))/0x7+-parseInt(_0x2949ea(0xb4))/0x8*(parseInt(_0x2949ea(0x11d))/0x9)+-parseInt(_0x2949ea(0xbe))/0xa*(-parseInt(_0x2949ea(0x10a))/0xb);if(_0x4d639b===_0xdcefe9)break;else _0x38895d['push'](_0x38895d['shift']());}catch(_0x53aed3){_0x38895d['push'](_0x38895d['shift']());}}}(a37_0x1965,0x1f127));const util=require(a37_0x38cb0f(0x132)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a37_0x38cb0f(0xc5)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a37_0x38cb0f(0xe4)),{percyAutoCapture}=require(a37_0x38cb0f(0x8c)),{sendPlatformDetails}=require(a37_0x38cb0f(0xef)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a37_0x38cb0f(0xc8)),PerformanceTester=require(a37_0x38cb0f(0x86)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a37_0x38cb0f(0xfe)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require('../../helpers/globals'),logger=require(a37_0x38cb0f(0x101))[a37_0x38cb0f(0x102)],{shouldProcessEventForTesthub}=require(a37_0x38cb0f(0xf3)),testHubConstants=require(a37_0x38cb0f(0xaa));exports[a37_0x38cb0f(0xbf)]={'beforeAll'(){const _0x2b2d74=a37_0x38cb0f,_0x203bcb={'aHFiZ':function(_0xfd0fbe,_0x1e3180,_0x586596,_0x2eb7ab){return _0xfd0fbe(_0x1e3180,_0x586596,_0x2eb7ab);},'dskgu':'failed','pbMpp':_0x2b2d74(0x93),'lBDvY':function(_0x133166,_0x387ee4,_0xf02102){return _0x133166(_0x387ee4,_0xf02102);},'bVVYC':_0x2b2d74(0xcb),'ZxeXn':function(_0x502991){return _0x502991();},'xjJuZ':'index','uIUMh':_0x2b2d74(0xc7)};PerformanceTester['startMonitoring']();const _0x138718='browserstack internal helper hook';PerformanceTester[_0x2b2d74(0xae)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x1a4af3=_0x2b2d74;global['__error_messages__']=[],global['__sessionFailed']=![],global[_0x1a4af3(0xa2)]=async()=>{const _0x4c38d3=_0x1a4af3;let _0x50b67b=![];try{await global['__drivers'][0x0]['session_'],_0x50b67b=!![],global[_0x4c38d3(0xea)]?await _0x203bcb['aHFiZ'](markSessionStatus,global['__drivers'][0x0],_0x203bcb[_0x4c38d3(0xb8)],global[_0x4c38d3(0x7e)][_0x4c38d3(0x80)](_0x203bcb[_0x4c38d3(0xe3)])):await _0x203bcb[_0x4c38d3(0xed)](markSessionStatus,global[_0x4c38d3(0xc0)][0x0],_0x203bcb[_0x4c38d3(0x109)]);}catch(_0x52e432){logger[_0x4c38d3(0x9a)](_0x4c38d3(0xf2)+_0x52e432);}global[_0x4c38d3(0x7e)]=[],global[_0x4c38d3(0xea)]=![];if(_0x50b67b)try{try{_0x203bcb[_0x4c38d3(0x125)](shouldProcessEventForTesthub)&&(global[_0x4c38d3(0xc0)][0x0]&&await _0x203bcb[_0x4c38d3(0xed)](sendPlatformDetails,global[_0x4c38d3(0xc0)][0x0],this[_0x4c38d3(0xf9)]?this[_0x4c38d3(0xf9)][_0x4c38d3(0x10b)]:null));}catch(_0x504d81){logger['debug'](_0x4c38d3(0x104)+_0x504d81);}await global[_0x4c38d3(0xc0)][0x0][_0x4c38d3(0x123)]();}catch(_0x45288f){logger[_0x4c38d3(0x9a)](_0x4c38d3(0xe8)+_0x45288f);}};},{'platform':_0x203bcb[_0x2b2d74(0xed)](nestedKeyValue,global['__platformCaps'],[_0x203bcb['xjJuZ']]),'hookType':_0x203bcb[_0x2b2d74(0xd3)]})();},'beforeEach'(_0x5de712){const _0x1846e7=a37_0x38cb0f,_0xa94521={'gUbrG':function(_0x56e7f0){return _0x56e7f0();},'avUgU':function(_0xf5e1db,_0x6967fd){return _0xf5e1db>_0x6967fd;},'dgbRY':'\x20-\x20','UdfaP':function(_0x5e79b6,_0x509dd3,_0x4c78fa){return _0x5e79b6(_0x509dd3,_0x4c78fa);},'VZNMv':'bstackA11yShouldScan','ApReb':function(_0x2244ee){return _0x2244ee();},'JshLN':'isAccessibilityPlatform','HbnIR':function(_0x28e595,_0x465a73){return _0x28e595===_0x465a73;},'lEohW':_0x1846e7(0x11e),'eMTeJ':function(_0x1804d2,_0x393e80){return _0x1804d2===_0x393e80;},'ECaZN':_0x1846e7(0x99),'yYBRR':_0x1846e7(0x12d),'OvpXv':'Automate\x20test\x20case\x20execution\x20has\x20started.','swEfz':_0x1846e7(0xc2),'RlmKB':'index','IGumg':_0x1846e7(0xa4)};globals['setGlobal'](_0xa94521['swEfz'],this[_0x1846e7(0xf9)][_0x1846e7(0xf5)]()['join'](_0xa94521['dgbRY'])),PerformanceTester[_0x1846e7(0xae)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x4a4d33=_0x1846e7,_0x121d1e={'AMKvC':function(_0x4db80d,_0x57d88d){const _0x496fd0=a37_0x8f0e;return _0xa94521[_0x496fd0(0x127)](_0x4db80d,_0x57d88d);},'SoJrC':_0xa94521['dgbRY'],'NKoyY':function(_0x300759,_0x28d56d,_0x284603){return _0xa94521['UdfaP'](_0x300759,_0x28d56d,_0x284603);},'PHKuX':_0xa94521[_0x4a4d33(0x116)],'IpNOH':function(_0x2ca338){const _0x47bb1a=_0x4a4d33;return _0xa94521[_0x47bb1a(0x118)](_0x2ca338);},'SFVAh':function(_0x18aaf2,_0x194f9c){const _0x243af6=_0x4a4d33;return _0xa94521[_0x243af6(0x127)](_0x18aaf2,_0x194f9c);},'qGlHK':_0xa94521[_0x4a4d33(0x119)],'LkCsK':function(_0x3501cf,_0x5110be){const _0x548fab=_0x4a4d33;return _0xa94521[_0x548fab(0xd9)](_0x3501cf,_0x5110be);},'rhmfo':_0xa94521[_0x4a4d33(0xac)],'qpIOq':function(_0x2cd74a,_0x259d5b){const _0x4e699e=_0x4a4d33;return _0xa94521[_0x4e699e(0x9c)](_0x2cd74a,_0x259d5b);},'elksj':_0xa94521['ECaZN'],'fXJJn':_0xa94521[_0x4a4d33(0x11c)],'JHIjx':_0xa94521[_0x4a4d33(0xd0)],'kPWyo':function(_0x575543){return _0xa94521['gUbrG'](_0x575543);}},_0x266fa6='browserstack internal helper hook';new Promise(async _0x5d6e5d=>{const _0x5098a3=_0x4a4d33;let _0x4fa30c=!![];try{_0x121d1e['AMKvC'](global['__drivers']['length'],0x1)&&(await global[_0x5098a3(0xa2)](),global[_0x5098a3(0xc0)]['shift']()),_0x121d1e['AMKvC'](global[_0x5098a3(0xc0)][0x0][_0x5098a3(0xc6)],0x0)&&(_0x4fa30c=![],await global[_0x5098a3(0xa2)]());}catch(_0x1605af){logger[_0x5098a3(0x9a)](_0x5098a3(0xe8)+_0x1605af);}try{Array[_0x5098a3(0x9e)](global[_0x5098a3(0xc0)])&&global[_0x5098a3(0xc0)][0x0]&&(global[_0x5098a3(0xc0)][0x0]['browserstackSessionName']=this[_0x5098a3(0xf9)][_0x5098a3(0xf5)]()[_0x5098a3(0x80)](_0x121d1e[_0x5098a3(0xca)])),global[_0x5098a3(0x129)]=this[_0x5098a3(0xf9)][_0x5098a3(0xf5)]()[_0x5098a3(0x80)](_0x121d1e[_0x5098a3(0xca)]);}catch(_0x2b4fc1){logger[_0x5098a3(0x9a)](_0x5098a3(0x8d)+_0x2b4fc1);}this[_0x5098a3(0xf9)][_0x5098a3(0xb0)]=_0x121d1e[_0x5098a3(0xd2)](shouldScanTestForAccessibility,this['currentTest'][_0x5098a3(0xf5)](),!![]),globals[_0x5098a3(0x12e)](_0x121d1e['PHKuX'],this['currentTest'][_0x5098a3(0xb0)]),this['currentTest'][_0x5098a3(0x12f)]=!![];if(_0x121d1e[_0x5098a3(0x134)](isAccessibilityAutomationSession)&&_0x4fa30c&&Array['isArray'](global[_0x5098a3(0xc0)])&&_0x121d1e[_0x5098a3(0x96)](global['__drivers']['length'],0x0)&&globals[_0x5098a3(0xe2)](_0x121d1e[_0x5098a3(0x108)]))try{const _0x556e1e=await global[_0x5098a3(0xc0)][0x0][_0x5098a3(0xec)];if(_0x556e1e){let _0x4182ca=!![];const _0x6151e3=await global[_0x5098a3(0xc0)][0x0][_0x5098a3(0xf1)]();let _0x295375;try{_0x295375=new URL(_0x6151e3);}catch(_0x181203){_0x4182ca=![];}_0x4182ca=_0x121d1e['LkCsK'](_0x295375['protocol'],_0x121d1e[_0x5098a3(0xfc)])||_0x121d1e[_0x5098a3(0x8f)](_0x295375[_0x5098a3(0x12b)],_0x121d1e['elksj']),_0x4182ca&&(this[_0x5098a3(0xf9)][_0x5098a3(0xb0)]&&logger[_0x5098a3(0xb3)](_0x121d1e['fXJJn'])),this[_0x5098a3(0xf9)][_0x5098a3(0x12f)]=this[_0x5098a3(0xf9)][_0x5098a3(0xb0)],this['currentTest'][_0x5098a3(0xb0)]&&logger[_0x5098a3(0xb3)](_0x121d1e[_0x5098a3(0xd4)]);}}catch(_0x5c4b78){logger[_0x5098a3(0x124)](_0x5098a3(0xa0)+util['format'](_0x5c4b78));}_0x121d1e[_0x5098a3(0x122)](_0x5d6e5d);})[_0x4a4d33(0x115)](()=>{const _0x5ca343=_0x4a4d33;_0xa94521[_0x5ca343(0xd1)](_0x5de712);});},{'platform':_0xa94521['UdfaP'](nestedKeyValue,global[_0x1846e7(0x97)],[_0xa94521[_0x1846e7(0xbc)]]),'hookType':_0xa94521['IGumg']})();},'afterEach'(_0x3479e0){const _0x23ab86=a37_0x38cb0f,_0x1d08b1={'VWrNL':_0x23ab86(0x7d),'QuKiB':function(_0x1ea1c4,_0x503e94){return _0x1ea1c4!==_0x503e94;},'PRbUh':_0x23ab86(0xcb),'txpYc':function(_0x4755f1,_0x376c46,_0x1bd972){return _0x4755f1(_0x376c46,_0x1bd972);},'ZiMHE':function(_0x115b4b,_0x1e8e45){return _0x115b4b+_0x1e8e45;},'vtggN':_0x23ab86(0x111),'mfiHG':_0x23ab86(0x124),'dNHkE':_0x23ab86(0xa3),'ZxXEv':_0x23ab86(0xb3),'lFmBj':function(_0x43dcc4,_0x429e66){return _0x43dcc4>_0x429e66;},'vsSKm':function(_0x45236d,_0x592871){return _0x45236d===_0x592871;},'rdGXE':_0x23ab86(0xfa),'kMvmS':'appium:app','TsRXP':function(_0x411cc3,_0x2e02cb,_0x5e7ae7,_0x381498){return _0x411cc3(_0x2e02cb,_0x5e7ae7,_0x381498);},'OXMsY':_0x23ab86(0xf0),'rVBoQ':_0x23ab86(0xf8),'IAQQf':_0x23ab86(0x9b),'Sgznu':_0x23ab86(0xb2),'owDKK':'afterTest','nhLEJ':_0x23ab86(0x8a),'KDBwa':function(_0xcd31ca){return _0xcd31ca();},'BerRX':_0x23ab86(0x9a),'Aptkm':_0x23ab86(0xb1),'MkcsZ':_0x23ab86(0x92),'sXfSR':_0x23ab86(0xe0)},_0x526592='browserstack internal helper hook';this[_0x23ab86(0xa1)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x1d08b1['Aptkm']]),global[_0x23ab86(0xc9)]=this[_0x23ab86(0xf9)][_0x23ab86(0xf5)]()[_0x23ab86(0x80)](_0x1d08b1[_0x23ab86(0xfd)]),PerformanceTester[_0x23ab86(0xae)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x5f28f7=_0x23ab86,_0xe676b4={'aMAvE':_0x1d08b1['VWrNL'],'geLyB':function(_0x4f6ff5,_0x3e07df){const _0x2f70cc=a37_0x8f0e;return _0x1d08b1[_0x2f70cc(0x10d)](_0x4f6ff5,_0x3e07df);},'lakAE':_0x1d08b1[_0x5f28f7(0xde)],'UenoM':function(_0x2481e0,_0x257b4e,_0x1ad6d7){const _0x3c75a8=_0x5f28f7;return _0x1d08b1[_0x3c75a8(0x100)](_0x2481e0,_0x257b4e,_0x1ad6d7);},'YFMXA':function(_0x3dad87,_0x4c6ae9){const _0x482cae=_0x5f28f7;return _0x1d08b1[_0x482cae(0xda)](_0x3dad87,_0x4c6ae9);},'rYpSO':_0x1d08b1['vtggN'],'QkcSQ':_0x1d08b1['mfiHG'],'qnibV':function(_0x530748,_0x3c5bca,_0x132e6c){const _0x4f616e=_0x5f28f7;return _0x1d08b1[_0x4f616e(0x100)](_0x530748,_0x3c5bca,_0x132e6c);},'NHbSI':_0x1d08b1[_0x5f28f7(0xf7)],'Ibtep':_0x1d08b1[_0x5f28f7(0x84)],'sqwol':function(_0x1eebc1,_0x255756){const _0x573593=_0x5f28f7;return _0x1d08b1[_0x573593(0xff)](_0x1eebc1,_0x255756);},'EsnGb':function(_0x583483,_0x1f9719){return _0x1d08b1['vsSKm'](_0x583483,_0x1f9719);},'oIzQb':_0x1d08b1['rdGXE'],'rMMZu':_0x1d08b1[_0x5f28f7(0x83)],'eeqNl':function(_0x27ce55,_0x5e505b,_0x54cd67,_0x540aaf){return _0x1d08b1['TsRXP'](_0x27ce55,_0x5e505b,_0x54cd67,_0x540aaf);},'hwkep':_0x1d08b1['OXMsY'],'FOgfS':_0x1d08b1['rVBoQ'],'UvBhi':_0x1d08b1['IAQQf'],'utIoe':_0x1d08b1['Sgznu'],'hgeQW':_0x1d08b1[_0x5f28f7(0x11a)],'xFbhj':_0x1d08b1[_0x5f28f7(0x117)],'NkEyL':function(_0x54c61f){return _0x1d08b1['KDBwa'](_0x54c61f);},'zkrWG':function(_0x5a38e6,_0x2ea5b4,_0x230785){const _0x1466ea=_0x5f28f7;return _0x1d08b1[_0x1466ea(0x100)](_0x5a38e6,_0x2ea5b4,_0x230785);},'ovrkq':_0x1d08b1['BerRX'],'eQbtf':function(_0x37f855){const _0x29a996=_0x5f28f7;return _0x1d08b1[_0x29a996(0x98)](_0x37f855);}},_0x425a91=async(_0x4e7ee3,_0x400e30)=>{const _0x5b4db3=_0x5f28f7;await global[_0x5b4db3(0xc0)][0x0][_0x5b4db3(0x12c)](_0x5b4db3(0xd6)+_0x4e7ee3+',\x22level\x22:\x20\x22'+_0x400e30+_0x5b4db3(0xfb));};new Promise(async _0x296639=>{const _0x1eb304=_0x5f28f7,_0x23b28f={'hZqDP':_0xe676b4['aMAvE'],'wQWLT':function(_0x53d765,_0xbcb3dd){return _0xe676b4['geLyB'](_0x53d765,_0xbcb3dd);},'yGgkl':_0xe676b4['lakAE'],'WBcNt':function(_0xf32634,_0x40ef4c,_0x25bd0c){return _0xe676b4['UenoM'](_0xf32634,_0x40ef4c,_0x25bd0c);},'pUyJF':function(_0x412c13,_0x8f556a){return _0xe676b4['YFMXA'](_0x412c13,_0x8f556a);},'ZRVDi':_0xe676b4['rYpSO'],'NzyUa':_0xe676b4[_0x1eb304(0xa7)],'MbKBI':function(_0x1e8c22,_0x261b7f,_0x2ffde4){const _0x54651b=_0x1eb304;return _0xe676b4[_0x54651b(0xdd)](_0x1e8c22,_0x261b7f,_0x2ffde4);},'ZQbgH':_0xe676b4[_0x1eb304(0xcc)],'kAHzE':_0xe676b4[_0x1eb304(0xb7)]};try{_0xe676b4['sqwol'](global[_0x1eb304(0xc0)][_0x1eb304(0x7f)],0x1)&&(await global[_0x1eb304(0xa2)](),global['__drivers'][_0x1eb304(0xa5)](),global['__error_messages__']=[],global[_0x1eb304(0xea)]=![]);try{if(global[_0x1eb304(0xb9)]&&_0xe676b4[_0x1eb304(0x82)](global['percyCaptureMode'],_0xe676b4[_0x1eb304(0x120)])&&global[_0x1eb304(0xc0)][0x0]){const _0x47e250=_0xe676b4[_0x1eb304(0x87)](global[_0x1eb304(0xc1)][_0x1eb304(0x7f)],0x0)?!!global[_0x1eb304(0xc1)][0x0]['app']||!!global[_0x1eb304(0xc1)][0x0][_0xe676b4[_0x1eb304(0x85)]]:![],_0x70244f={};_0x70244f[_0x1eb304(0x12a)]=_0x47e250,await _0xe676b4[_0x1eb304(0x131)](percyAutoCapture,global['__drivers'][0x0],_0xe676b4[_0x1eb304(0x120)],_0x70244f);}}catch(_0x4d85d6){logger[_0x1eb304(0x9a)](_0x1eb304(0x113)+_0x4d85d6);}!global[_0x1eb304(0x10f)]&&(await PerformanceTester[_0x1eb304(0xae)](PerformanceAutEvents[_0x1eb304(0xaf)],async()=>{const _0x43ece2=_0x1eb304;await global['__drivers'][0x0][_0x43ece2(0x12c)](_0x43ece2(0xab)+JSON['stringify'](this[_0x43ece2(0xf9)][_0x43ece2(0xf5)]()[_0x43ece2(0x80)](_0x23b28f[_0x43ece2(0x105)]))+'}}');})(),global[_0x1eb304(0xc0)][0x0][_0x1eb304(0x130)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents['SESSION_STATUS'],async()=>{const _0x68b435=_0x1eb304,_0x255ea4=_0x23b28f[_0x68b435(0x89)](this[_0x68b435(0xf9)][_0x68b435(0x88)],_0x23b28f[_0x68b435(0x103)]);_0x255ea4?(global[_0x68b435(0xea)]=!![],global[_0x68b435(0x7e)][_0x68b435(0xd8)](this[_0x68b435(0xf9)]['err'][_0x68b435(0x81)]),await _0x23b28f[_0x68b435(0x110)](_0x425a91,JSON[_0x68b435(0x106)](_0x23b28f[_0x68b435(0xa9)](_0x23b28f[_0x68b435(0xa8)],this[_0x68b435(0xf9)][_0x68b435(0x107)]['message'])),_0x23b28f[_0x68b435(0x11f)])):await _0x23b28f[_0x68b435(0x8e)](_0x425a91,JSON['stringify'](_0x23b28f[_0x68b435(0x95)]),_0x23b28f[_0x68b435(0x8b)]);})();}catch(_0x13a150){logger[_0x1eb304(0x9a)](_0x1eb304(0x133)+_0x13a150);}try{if(this['currentTest'][_0x1eb304(0x12f)]&&globals[_0x1eb304(0xe2)](_0xe676b4[_0x1eb304(0x11b)])&&globals[_0x1eb304(0xe2)](_0xe676b4[_0x1eb304(0xdb)])){logger[_0x1eb304(0xb3)](_0xe676b4['UvBhi']);const _0x194b28={};_0x194b28['thTestRunUuid']=this[_0x1eb304(0xf9)]['testAnalyticsId'],_0x194b28['thBuildUuid']=process[_0x1eb304(0x136)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x194b28['thJwtToken']=process['env'][testHubConstants[_0x1eb304(0x10e)]['BROWSERSTACK_TESTHUB_JWT']];const _0x89234f=_0x194b28;logger['debug'](_0x1eb304(0xc3)+JSON[_0x1eb304(0x106)](_0x89234f)),logger[_0x1eb304(0x9a)](_0xe676b4['utIoe']);const _0xdd0ce8={};_0xdd0ce8[_0x1eb304(0xce)]=_0xe676b4[_0x1eb304(0x128)],await PerformanceTester[_0x1eb304(0xae)](PerformanceA11yEvents[_0x1eb304(0xb5)],async()=>{const _0x40834b=_0x1eb304;logger[_0x40834b(0x9a)](util[_0x40834b(0xba)](await global['__drivers'][0x0][_0x40834b(0xd7)](scripts['performScan'],{'method':global[_0x40834b(0x129)]})));},_0xdd0ce8)(),await PerformanceTester[_0x1eb304(0xae)](PerformanceA11yEvents[_0x1eb304(0x121)],async()=>{const _0x478517=_0x1eb304;await global[_0x478517(0xc0)][0x0]['executeAsyncScript'](scripts[_0x478517(0xe9)],_0x89234f);})(),logger['info'](_0xe676b4[_0x1eb304(0x9f)]);}}catch(_0x11d87f){logger[_0x1eb304(0x124)](_0x1eb304(0xe5)+this[_0x1eb304(0xf9)][_0x1eb304(0xf5)]()+_0x1eb304(0xe7),_0x11d87f);}try{try{if(_0xe676b4[_0x1eb304(0xcf)](shouldProcessEventForTesthub)){global[_0x1eb304(0xc0)][0x0]&&await _0xe676b4['UenoM'](sendPlatformDetails,global[_0x1eb304(0xc0)][0x0],this[_0x1eb304(0xf9)]?this['currentTest']['testAnalyticsId']:null);if(_0xe676b4[_0x1eb304(0xcf)](isBrowserstackInfra)){PerformanceTester[_0x1eb304(0xdc)](PerformanceO11yEvents[_0x1eb304(0xc4)]);const _0x5f5e85=_0x1eb304(0x114)+Date[_0x1eb304(0x9d)]();await _0xe676b4[_0x1eb304(0x91)](_0x425a91,JSON[_0x1eb304(0x106)](_0x5f5e85),_0xe676b4[_0x1eb304(0xb6)]),PerformanceTester[_0x1eb304(0xbd)](PerformanceO11yEvents[_0x1eb304(0xc4)]);}}}catch(_0x45d014){logger[_0x1eb304(0x9a)](_0x1eb304(0xcd)+_0x45d014),PerformanceTester[_0x1eb304(0xbd)](PerformanceO11yEvents[_0x1eb304(0xc4)],![],_0x45d014);}_0xe676b4['sqwol'](global['__drivers'][0x0][_0x1eb304(0xc6)],0x0)&&await global[_0x1eb304(0xa2)]();}catch(_0x3dfe86){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x3dfe86);}_0xe676b4[_0x1eb304(0x126)](_0x296639);})[_0x5f28f7(0x115)](()=>{_0xe676b4['eQbtf'](_0x3479e0);});},{'platform':_0x1d08b1[_0x23ab86(0x100)](nestedKeyValue,global[_0x23ab86(0x97)],[_0x1d08b1[_0x23ab86(0xa6)]]),'hookType':_0x1d08b1[_0x23ab86(0xad)]})();},'afterAll'(_0x2e33ad){const _0x112806=a37_0x38cb0f,_0x281702={'Pwzhq':function(_0x36c72e){return _0x36c72e();},'RpHea':_0x112806(0xb1),'Oldba':function(_0xf0e2e3,_0x58ca36,_0x1466ab){return _0xf0e2e3(_0x58ca36,_0x1466ab);},'LkuMX':'index','jFMEN':'afterAll'},_0x587a01='browserstack internal helper hook';this[_0x112806(0xa1)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x281702[_0x112806(0x10c)]]),PerformanceTester[_0x112806(0xae)](PerformanceSdkEvents[_0x112806(0xf6)],()=>{const _0xc7d1a3={'zcKyR':function(_0x5e7915){const _0x1f4b57=a37_0x8f0e;return _0x281702[_0x1f4b57(0xdf)](_0x5e7915);}};new Promise(async _0x1bcbd7=>{const _0x271611=a37_0x8f0e;await global['driverCleanup'](),_0xc7d1a3[_0x271611(0xeb)](_0x1bcbd7);})['then']()['finally'](()=>{const _0x3e0932=a37_0x8f0e;_0x281702[_0x3e0932(0xdf)](_0x2e33ad);});},{'platform':_0x281702[_0x112806(0x135)](nestedKeyValue,global[_0x112806(0x97)],[_0x281702[_0x112806(0xe6)]]),'hookType':_0x281702[_0x112806(0xee)]})();}};function a37_0x1965(){const _0x5483cc=['FOgfS','start','qnibV','PRbUh','Pwzhq','afterEach','924915pgjVcY','getGlobal','pbMpp','../utils/constants','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','LkuMX','.\x20Error\x20:','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','saveTestResults','__sessionFailed','zcKyR','session_','lBDvY','jFMEN','./test-observability/mochaUtils','isAccessibilityPlatform','getCurrentUrl','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','../../helpers/testhub/utils','35713SIcBMl','titlePath','SDK_HOOK','dNHkE','bstackA11yShouldScan','currentTest','testcase','\x22}}','rhmfo','VWrNL','../../helpers/performance/constants','lFmBj','txpYc','../../helpers/logger','winstonLogger','yGgkl','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','hZqDP','stringify','err','qGlHK','bVVYC','33aMRriA','testAnalyticsId','RpHea','QuKiB','ENV_VAR','__skipSessionName','WBcNt','Failed:\x20','6rnRNZT','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','ObservabilitySync:','then','VZNMv','nhLEJ','ApReb','JshLN','owDKK','hwkep','yYBRR','5328PhANjD','http:','NzyUa','oIzQb','SAVE_RESULTS','kPWyo','initQuit','error','ZxeXn','eQbtf','avUgU','hgeQW','browserstackSessionName','app','protocol','executeScript','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','setGlobal','accessibilityScanStarted','sessionNameSet__','eeqNl','util','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','IpNOH','Oldba','env','\x20-\x20','__error_messages__','length','join','message','EsnGb','kMvmS','ZxXEv','rMMZu','../../helpers/performance/performance-tester','sqwol','state','wQWLT','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','kAHzE','../../helpers/percy/utils','Failed\x20to\x20store\x20session\x20name:\x20','MbKBI','qpIOq','64mAqbqb','zkrWG','index','\x20|\x20','23469XAnJdg','ZQbgH','SFVAh','__platformCaps','KDBwa','https:','debug','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','eMTeJ','now','isArray','xFbhj','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','timeout','driverCleanup','Passed','beforeEach','shift','MkcsZ','QkcSQ','ZRVDi','pUyJF','../../helpers/testhub/constants','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','lEohW','sXfSR','measureWrapper','SESSION_NAME','shouldScanTestForAccessibility','Mocha','Performing\x20scan\x20before\x20saving\x20results','info','2944ZNcudm','PERFORM_SCAN','ovrkq','Ibtep','dskgu','percy','format','589876LqiJyk','RlmKB','end','239340GvYFBU','mochaHooks','__drivers','capabilities','browserstackTestName','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','SYNC','../../helpers/accessibility-automation/helper','quitCount_','beforeAll','../../helpers/helper','sessionName','SoJrC','passed','NHbSI','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','command','NkEyL','OvpXv','gUbrG','NKoyY','uIUMh','JHIjx','637668HhlIIL','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','executeAsyncScript','push','HbnIR','ZiMHE'];a37_0x1965=function(){return _0x5483cc;};return a37_0x1965();}
1
+ const a37_0x502318=a37_0x2b31;function a37_0x2b31(_0x154d30,_0x3d873e){const _0x14940b=a37_0x1494();return a37_0x2b31=function(_0x2b3113,_0x31b2c1){_0x2b3113=_0x2b3113-0x9d;let _0x4e903d=_0x14940b[_0x2b3113];return _0x4e903d;},a37_0x2b31(_0x154d30,_0x3d873e);}function a37_0x1494(){const _0x16334a=['CWOFj','thRHC','MDmqQ','testAnalyticsId','JWWbv','currentTest','afterAll','accessibilityScanStarted','pJjgB','isAccessibilityPlatform','getCurrentUrl','app','measureWrapper','setGlobal','__platformCaps','\x20-\x20','112234tDTrET','ZYaCP','yueeA','capabilities','start','winstonLogger','BROWSERSTACK_TESTHUB_UUID','OeObx','SDK_HOOK','fQHHZ','length','faQOx','lZjrG','HwmYJ','../../helpers/performance/performance-tester','6DFcSZx','12AwLhbG','2412468OpTHpC','uRPHT','info','klAWH','aisEb','fnzFr','now','SYNC','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','zPCsE','join','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','SreOG','beforeEach','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','MWRHP','Ywfvr','Passed','dsPkZ','QCFhT','IhurE','format','LmbNj','executeAsyncScript','then','ObservabilitySync:','protocol','oMdfv','state','jtnMW','index','FyFcl','error','bBZJn','vhjBF','bstackA11yShouldScan','gNnKd','DbaWI','../../helpers/logger','__error_messages__','titlePath','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','https:','__sessionFailed','jCuTV','getGlobal','passed','67275hpYUTA','stringify','YqpFp','ckgxp','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','browserstackSessionName','finally','SESSION_STATUS','percy','shouldScanTestForAccessibility','session_','836715xGsFlp','driverCleanup','kXesL','timeout','shift','executeScript','initQuit','message','http:','fkbWw','mochaHooks','ikUVG','qQLof','OnvGM','\x20|\x20','percyCaptureMode','isArray','Mocha','Performing\x20scan\x20before\x20saving\x20results','ENV_VAR','WxHiF','debug','kUcPi','../utils/constants','beforeAll','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','thBuildUuid','../../helpers/helper','WNzlm','Failed:\x20','QJJZK','wtcSA','RXEma','failed','__drivers','util','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','.\x20Error\x20:','SkBYh','jCreF','afterEach','761684zxZTUl','uTzML','afterTest','err','\x22}}','XDBPZ','./test-observability/mochaUtils','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','ULLLS','cBDGU','dGnbI','PJInR',',\x22level\x22:\x20\x22','729952jcXiau','__skipSessionName','SXzzl','quitCount_','676774aByymE','CwQdB','sessionName','ZkHoL','startMonitoring','browserstackTestName','env','abCvF','BROWSERSTACK_TESTHUB_JWT','testcase','UXwcR','../../helpers/accessibility-automation/helper','qXagJ','PLjmf','MSuxM','MULKx','zcAIp','SAVE_RESULTS','push'];a37_0x1494=function(){return _0x16334a;};return a37_0x1494();}(function(_0x4ab87b,_0x3f490e){const _0x1d3e21=a37_0x2b31,_0x102edc=_0x4ab87b();while(!![]){try{const _0x3dd6c4=parseInt(_0x1d3e21(0xcd))/0x1+parseInt(_0x1d3e21(0x135))/0x2*(-parseInt(_0x1d3e21(0x144))/0x3)+parseInt(_0x1d3e21(0x101))/0x4+parseInt(_0x1d3e21(0xd8))/0x5+parseInt(_0x1d3e21(0x145))/0x6*(parseInt(_0x1d3e21(0x112))/0x7)+-parseInt(_0x1d3e21(0x10e))/0x8+-parseInt(_0x1d3e21(0x9d))/0x9;if(_0x3dd6c4===_0x3f490e)break;else _0x102edc['push'](_0x102edc['shift']());}catch(_0xf83926){_0x102edc['push'](_0x102edc['shift']());}}}(a37_0x1494,0x23db9));const util=require(a37_0x502318(0xfb)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a37_0x502318(0x11d)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a37_0x502318(0xef)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a37_0x502318(0x107)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a37_0x502318(0xf3)),PerformanceTester=require(a37_0x502318(0x143)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require('../../helpers/performance/constants'),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require('../../helpers/globals'),logger=require(a37_0x502318(0xc4))[a37_0x502318(0x13a)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require('../../helpers/testhub/constants');exports[a37_0x502318(0xe2)]={'beforeAll'(){const _0x18f339=a37_0x502318,_0x1bb342={'zvwYI':function(_0x55eda1,_0x1a5d10,_0x20bdf4,_0x5f2512){return _0x55eda1(_0x1a5d10,_0x20bdf4,_0x5f2512);},'QJJZK':_0x18f339(0xf9),'HwmYJ':_0x18f339(0xe6),'wNHUm':function(_0x2c7d2c,_0x477e92,_0x3fac24){return _0x2c7d2c(_0x477e92,_0x3fac24);},'zPCsE':'passed','BdHWa':function(_0x17ca12){return _0x17ca12();},'uTzML':function(_0x559b70,_0x50d451,_0x53a322){return _0x559b70(_0x50d451,_0x53a322);},'SXzzl':'index','ZKBVR':_0x18f339(0xf0)};PerformanceTester[_0x18f339(0x116)]();const _0x26d39a='browserstack internal helper hook';PerformanceTester[_0x18f339(0x131)](PerformanceSdkEvents[_0x18f339(0x13d)],()=>{const _0x3e20cb=_0x18f339,_0x224fa7={'eeysy':function(_0x49eb82,_0x122567,_0x390ce8,_0x4bd8ec){return _0x1bb342['zvwYI'](_0x49eb82,_0x122567,_0x390ce8,_0x4bd8ec);},'QCFhT':_0x1bb342[_0x3e20cb(0xf6)],'jCreF':_0x1bb342[_0x3e20cb(0x142)],'mmORq':function(_0x3e6a06,_0x428c2e,_0x3bc049){return _0x1bb342['wNHUm'](_0x3e6a06,_0x428c2e,_0x3bc049);},'LmbNj':_0x1bb342[_0x3e20cb(0xa6)],'MULKx':function(_0x5efb6f){return _0x1bb342['BdHWa'](_0x5efb6f);},'FACfk':function(_0x12cbc4,_0x2b99c7,_0x47780f){const _0x1935b8=_0x3e20cb;return _0x1bb342[_0x1935b8(0x102)](_0x12cbc4,_0x2b99c7,_0x47780f);}};global[_0x3e20cb(0xc5)]=[],global[_0x3e20cb(0xc9)]=![],global['driverCleanup']=async()=>{const _0x3fb242=_0x3e20cb;let _0xa19231=![];try{await global[_0x3fb242(0xfa)][0x0][_0x3fb242(0xd7)],_0xa19231=!![],global[_0x3fb242(0xc9)]?await _0x224fa7['eeysy'](markSessionStatus,global[_0x3fb242(0xfa)][0x0],_0x224fa7[_0x3fb242(0xb1)],global[_0x3fb242(0xc5)][_0x3fb242(0xa7)](_0x224fa7[_0x3fb242(0xff)])):await _0x224fa7['mmORq'](markSessionStatus,global[_0x3fb242(0xfa)][0x0],_0x224fa7[_0x3fb242(0xb4)]);}catch(_0x1d21b9){logger[_0x3fb242(0xed)](_0x3fb242(0xf1)+_0x1d21b9);}global[_0x3fb242(0xc5)]=[],global[_0x3fb242(0xc9)]=![];if(_0xa19231)try{try{_0x224fa7[_0x3fb242(0x121)](shouldProcessEventForTesthub)&&(global[_0x3fb242(0xfa)][0x0]&&await _0x224fa7['FACfk'](sendPlatformDetails,global['__drivers'][0x0],this[_0x3fb242(0x12a)]?this[_0x3fb242(0x12a)][_0x3fb242(0x128)]:null));}catch(_0x1b7c67){logger[_0x3fb242(0xed)]('Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20'+_0x1b7c67);}await global['__drivers'][0x0][_0x3fb242(0xde)]();}catch(_0xb18591){logger[_0x3fb242(0xed)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0xb18591);}};},{'platform':_0x1bb342[_0x18f339(0x102)](nestedKeyValue,global['__platformCaps'],[_0x1bb342[_0x18f339(0x110)]]),'hookType':_0x1bb342['ZKBVR']})();},'beforeEach'(_0x834ca){const _0x527eb2=a37_0x502318,_0xdd8af6={'WNzlm':function(_0x483073,_0x5a8173){return _0x483073>_0x5a8173;},'FyFcl':function(_0xc8a933,_0x8ebd7b){return _0xc8a933>_0x8ebd7b;},'ckgxp':_0x527eb2(0x134),'uRPHT':function(_0x2ef95f,_0x374bf2,_0x4db249){return _0x2ef95f(_0x374bf2,_0x4db249);},'ZYaCP':_0x527eb2(0xc1),'OnvGM':function(_0xfb60d2){return _0xfb60d2();},'jCuTV':_0x527eb2(0x12e),'JWWbv':function(_0x384819,_0x11c28c){return _0x384819===_0x11c28c;},'SkBYh':_0x527eb2(0xe0),'zcAIp':_0x527eb2(0xc8),'IJwhK':_0x527eb2(0x108),'IRghb':'Automate\x20test\x20case\x20execution\x20has\x20started.','IhurE':function(_0x53dfcb){return _0x53dfcb();},'qXagJ':_0x527eb2(0x117),'cBDGU':function(_0x4f4bf8,_0x3abafd,_0x2529db){return _0x4f4bf8(_0x3abafd,_0x2529db);},'dsPkZ':'index','OeObx':_0x527eb2(0xaa)};globals['setGlobal'](_0xdd8af6[_0x527eb2(0x11e)],this[_0x527eb2(0x12a)][_0x527eb2(0xc6)]()[_0x527eb2(0xa7)](_0xdd8af6[_0x527eb2(0xd0)])),PerformanceTester[_0x527eb2(0x131)](PerformanceSdkEvents[_0x527eb2(0x13d)],()=>{const _0x15face={'XDBPZ':function(_0x310d0e){return _0xdd8af6['OnvGM'](_0x310d0e);}},_0x2c7193='browserstack internal helper hook';new Promise(async _0x122319=>{const _0x106c11=a37_0x2b31;let _0x121cbf=!![];try{_0xdd8af6[_0x106c11(0xf4)](global[_0x106c11(0xfa)][_0x106c11(0x13f)],0x1)&&(await global[_0x106c11(0xd9)](),global[_0x106c11(0xfa)]['shift']()),_0xdd8af6[_0x106c11(0xbd)](global[_0x106c11(0xfa)][0x0][_0x106c11(0x111)],0x0)&&(_0x121cbf=![],await global[_0x106c11(0xd9)]());}catch(_0x4421fa){logger[_0x106c11(0xed)](_0x106c11(0xac)+_0x4421fa);}try{Array[_0x106c11(0xe8)](global[_0x106c11(0xfa)])&&global[_0x106c11(0xfa)][0x0]&&(global['__drivers'][0x0][_0x106c11(0xd2)]=this[_0x106c11(0x12a)][_0x106c11(0xc6)]()[_0x106c11(0xa7)](_0xdd8af6[_0x106c11(0xd0)])),global[_0x106c11(0xd2)]=this[_0x106c11(0x12a)][_0x106c11(0xc6)]()[_0x106c11(0xa7)](_0xdd8af6['ckgxp']);}catch(_0x5dca9b){logger[_0x106c11(0xed)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x5dca9b);}this[_0x106c11(0x12a)][_0x106c11(0xd6)]=_0xdd8af6[_0x106c11(0x9e)](shouldScanTestForAccessibility,this['currentTest'][_0x106c11(0xc6)](),!![]),globals[_0x106c11(0x132)](_0xdd8af6[_0x106c11(0x136)],this[_0x106c11(0x12a)][_0x106c11(0xd6)]),this[_0x106c11(0x12a)][_0x106c11(0x12c)]=!![];if(_0xdd8af6[_0x106c11(0xe5)](isAccessibilityAutomationSession)&&_0x121cbf&&Array[_0x106c11(0xe8)](global[_0x106c11(0xfa)])&&_0xdd8af6[_0x106c11(0xf4)](global[_0x106c11(0xfa)][_0x106c11(0x13f)],0x0)&&globals[_0x106c11(0xcb)](_0xdd8af6[_0x106c11(0xca)]))try{const _0x1cbf03=await global[_0x106c11(0xfa)][0x0][_0x106c11(0xd7)];if(_0x1cbf03){let _0x10aaf8=!![];const _0x1fa5fc=await global[_0x106c11(0xfa)][0x0][_0x106c11(0x12f)]();let _0x353531;try{_0x353531=new URL(_0x1fa5fc);}catch(_0x530edc){_0x10aaf8=![];}_0x10aaf8=_0xdd8af6[_0x106c11(0x129)](_0x353531[_0x106c11(0xb8)],_0xdd8af6[_0x106c11(0xfe)])||_0xdd8af6[_0x106c11(0x129)](_0x353531['protocol'],_0xdd8af6[_0x106c11(0x122)]),_0x10aaf8&&(this['currentTest'][_0x106c11(0xd6)]&&logger[_0x106c11(0x9f)](_0xdd8af6['IJwhK'])),this['currentTest'][_0x106c11(0x12c)]=this[_0x106c11(0x12a)][_0x106c11(0xd6)],this[_0x106c11(0x12a)][_0x106c11(0xd6)]&&logger[_0x106c11(0x9f)](_0xdd8af6['IRghb']);}}catch(_0x301419){logger[_0x106c11(0xbe)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+util[_0x106c11(0xb3)](_0x301419));}_0xdd8af6[_0x106c11(0xb2)](_0x122319);})['then'](()=>{const _0x366f71=a37_0x2b31;_0x15face[_0x366f71(0x106)](_0x834ca);});},{'platform':_0xdd8af6[_0x527eb2(0x10a)](nestedKeyValue,global[_0x527eb2(0x133)],[_0xdd8af6[_0x527eb2(0xb0)]]),'hookType':_0xdd8af6[_0x527eb2(0x13c)]})();},'afterEach'(_0x1c05ad){const _0x5e5af0=a37_0x502318,_0x553f94={'RXEma':function(_0x421c93,_0x500e73){return _0x421c93!==_0x500e73;},'vhjBF':_0x5e5af0(0xcc),'oMdfv':function(_0x1b7ea1,_0x306a85,_0x468603){return _0x1b7ea1(_0x306a85,_0x468603);},'kUcPi':function(_0x4d30db,_0x8956b7){return _0x4d30db+_0x8956b7;},'MDmqQ':_0x5e5af0(0xf5),'wtcSA':_0x5e5af0(0xbe),'UXwcR':_0x5e5af0(0xaf),'CwQdB':_0x5e5af0(0x9f),'DbaWI':function(_0x2cf816,_0x44df6c){return _0x2cf816>_0x44df6c;},'fnzFr':function(_0x30084d,_0x4fd186){return _0x30084d===_0x4fd186;},'ZkHoL':_0x5e5af0(0x11b),'kXesL':function(_0x1934fb,_0x81ccfe){return _0x1934fb>_0x81ccfe;},'YqpFp':'appium:app','aisEb':function(_0x53fe6f,_0x18fb2c,_0x5f323d,_0x4d440b){return _0x53fe6f(_0x18fb2c,_0x5f323d,_0x4d440b);},'PJInR':'isAccessibilityPlatform','PLjmf':'bstackA11yShouldScan','ULLLS':_0x5e5af0(0xfc),'XcwTY':_0x5e5af0(0xea),'MSuxM':_0x5e5af0(0x103),'qQLof':_0x5e5af0(0xa5),'yueeA':function(_0x198cae){return _0x198cae();},'WxHiF':function(_0x40f7f7){return _0x40f7f7();},'bBZJn':function(_0x4116cc,_0x573ab9,_0x4d9a9c){return _0x4116cc(_0x573ab9,_0x4d9a9c);},'MWRHP':_0x5e5af0(0xed),'kBJLZ':'\x20-\x20','klAWH':_0x5e5af0(0xe9),'fQHHZ':function(_0x1b94af,_0xd513ac,_0x5f5410){return _0x1b94af(_0xd513ac,_0x5f5410);},'fkbWw':_0x5e5af0(0xbc),'dGnbI':_0x5e5af0(0x100)},_0x5ec25d='browserstack internal helper hook';this[_0x5e5af0(0xdb)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x553f94[_0x5e5af0(0xa0)]]),global[_0x5e5af0(0x114)]=this[_0x5e5af0(0x12a)]['titlePath']()[_0x5e5af0(0xa7)](_0x553f94['kBJLZ']),PerformanceTester[_0x5e5af0(0x131)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x3ddc37={'SreOG':_0x553f94['kBJLZ'],'pJjgB':function(_0x2a9497){const _0x1c16cd=a37_0x2b31;return _0x553f94[_0x1c16cd(0x137)](_0x2a9497);}},_0x32710d=async(_0x876182,_0x1149cd)=>{const _0x2de3cf=a37_0x2b31;await global[_0x2de3cf(0xfa)][0x0][_0x2de3cf(0xdd)](_0x2de3cf(0xc7)+_0x876182+_0x2de3cf(0x10d)+_0x1149cd+_0x2de3cf(0x105));};new Promise(async _0x4f57a0=>{const _0x5a072a=a37_0x2b31,_0x31a22c={'CWOFj':function(_0x1a662b,_0xc1eff7){const _0x4e2dba=a37_0x2b31;return _0x553f94[_0x4e2dba(0xf8)](_0x1a662b,_0xc1eff7);},'thRHC':_0x553f94[_0x5a072a(0xc0)],'gNnKd':function(_0x29bdb1,_0x448b97,_0x43c6e7){const _0x33fd2b=_0x5a072a;return _0x553f94[_0x33fd2b(0xb9)](_0x29bdb1,_0x448b97,_0x43c6e7);},'amTCs':function(_0xdf4a1a,_0x1397e8){const _0x1b7de1=_0x5a072a;return _0x553f94[_0x1b7de1(0xee)](_0xdf4a1a,_0x1397e8);},'faQOx':_0x553f94[_0x5a072a(0x127)],'ikUVG':_0x553f94[_0x5a072a(0xf7)],'WsSOr':_0x553f94[_0x5a072a(0x11c)],'sfPmg':_0x553f94[_0x5a072a(0x113)]};try{_0x553f94[_0x5a072a(0xc3)](global['__drivers'][_0x5a072a(0x13f)],0x1)&&(await global[_0x5a072a(0xd9)](),global[_0x5a072a(0xfa)][_0x5a072a(0xdc)](),global[_0x5a072a(0xc5)]=[],global[_0x5a072a(0xc9)]=![]);try{if(global[_0x5a072a(0xd5)]&&_0x553f94[_0x5a072a(0xa2)](global[_0x5a072a(0xe7)],_0x553f94[_0x5a072a(0x115)])&&global[_0x5a072a(0xfa)][0x0]){const _0x171709=_0x553f94[_0x5a072a(0xda)](global[_0x5a072a(0x138)]['length'],0x0)?!!global['capabilities'][0x0][_0x5a072a(0x130)]||!!global[_0x5a072a(0x138)][0x0][_0x553f94[_0x5a072a(0xcf)]]:![],_0x7f52cd={};_0x7f52cd[_0x5a072a(0x130)]=_0x171709,await _0x553f94[_0x5a072a(0xa1)](percyAutoCapture,global[_0x5a072a(0xfa)][0x0],_0x553f94['ZkHoL'],_0x7f52cd);}}catch(_0x52aa7a){logger[_0x5a072a(0xed)](_0x5a072a(0xab)+_0x52aa7a);}!global[_0x5a072a(0x10f)]&&(await PerformanceTester[_0x5a072a(0x131)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x17cef6=_0x5a072a;await global[_0x17cef6(0xfa)][0x0][_0x17cef6(0xdd)](_0x17cef6(0xa8)+JSON['stringify'](this[_0x17cef6(0x12a)]['titlePath']()['join'](_0x3ddc37[_0x17cef6(0xa9)]))+'}}');})(),global['__drivers'][0x0]['sessionNameSet__']=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x5a072a(0xd4)],async()=>{const _0x2f8b72=_0x5a072a,_0x14e199=_0x31a22c[_0x2f8b72(0x125)](this['currentTest'][_0x2f8b72(0xba)],_0x31a22c[_0x2f8b72(0x126)]);_0x14e199?(global['__sessionFailed']=!![],global[_0x2f8b72(0xc5)][_0x2f8b72(0x124)](this[_0x2f8b72(0x12a)]['err'][_0x2f8b72(0xdf)]),await _0x31a22c[_0x2f8b72(0xc2)](_0x32710d,JSON[_0x2f8b72(0xce)](_0x31a22c['amTCs'](_0x31a22c[_0x2f8b72(0x140)],this[_0x2f8b72(0x12a)][_0x2f8b72(0x104)]['message'])),_0x31a22c[_0x2f8b72(0xe3)])):await _0x31a22c[_0x2f8b72(0xc2)](_0x32710d,JSON[_0x2f8b72(0xce)](_0x31a22c['WsSOr']),_0x31a22c['sfPmg']);})();}catch(_0x568b6f){logger[_0x5a072a(0xed)](_0x5a072a(0xd1)+_0x568b6f);}try{if(this[_0x5a072a(0x12a)][_0x5a072a(0x12c)]&&globals[_0x5a072a(0xcb)](_0x553f94[_0x5a072a(0x10c)])&&globals[_0x5a072a(0xcb)](_0x553f94[_0x5a072a(0x11f)])){logger[_0x5a072a(0x9f)](_0x553f94[_0x5a072a(0x109)]);const _0x3bcc80={};_0x3bcc80['thTestRunUuid']=this['currentTest'][_0x5a072a(0x128)],_0x3bcc80[_0x5a072a(0xf2)]=process[_0x5a072a(0x118)][testHubConstants['ENV_VAR'][_0x5a072a(0x13b)]],_0x3bcc80['thJwtToken']=process[_0x5a072a(0x118)][testHubConstants[_0x5a072a(0xeb)][_0x5a072a(0x11a)]];const _0x9b9f0b=_0x3bcc80;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x5a072a(0xce)](_0x9b9f0b)),logger[_0x5a072a(0xed)](_0x553f94['XcwTY']);const _0xad997d={};_0xad997d['command']=_0x553f94[_0x5a072a(0x120)],await PerformanceTester[_0x5a072a(0x131)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x27ca56=_0x5a072a;logger['debug'](util[_0x27ca56(0xb3)](await global[_0x27ca56(0xfa)][0x0]['executeAsyncScript'](scripts['performScan'],{'method':global['browserstackSessionName']})));},_0xad997d)(),await PerformanceTester[_0x5a072a(0x131)](PerformanceA11yEvents[_0x5a072a(0x123)],async()=>{const _0x28d71a=_0x5a072a;await global[_0x28d71a(0xfa)][0x0][_0x28d71a(0xb5)](scripts['saveTestResults'],_0x9b9f0b);})(),logger[_0x5a072a(0x9f)](_0x553f94[_0x5a072a(0xe4)]);}}catch(_0x3a1830){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this['currentTest'][_0x5a072a(0xc6)]()+_0x5a072a(0xfd),_0x3a1830);}try{try{if(_0x553f94[_0x5a072a(0x137)](shouldProcessEventForTesthub)){global[_0x5a072a(0xfa)][0x0]&&await _0x553f94[_0x5a072a(0xb9)](sendPlatformDetails,global[_0x5a072a(0xfa)][0x0],this['currentTest']?this['currentTest']['testAnalyticsId']:null);if(_0x553f94[_0x5a072a(0xec)](isBrowserstackInfra)){PerformanceTester[_0x5a072a(0x139)](PerformanceO11yEvents['SYNC']);const _0x11bb00=_0x5a072a(0xb7)+Date[_0x5a072a(0xa3)]();await _0x553f94[_0x5a072a(0xbf)](_0x32710d,JSON[_0x5a072a(0xce)](_0x11bb00),_0x553f94[_0x5a072a(0xad)]),PerformanceTester['end'](PerformanceO11yEvents[_0x5a072a(0xa4)]);}}}catch(_0x5f52eb){logger[_0x5a072a(0xed)]('Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20'+_0x5f52eb),PerformanceTester['end'](PerformanceO11yEvents[_0x5a072a(0xa4)],![],_0x5f52eb);}_0x553f94[_0x5a072a(0xc3)](global[_0x5a072a(0xfa)][0x0]['quitCount_'],0x0)&&await global[_0x5a072a(0xd9)]();}catch(_0x5db4fe){logger[_0x5a072a(0xed)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x5db4fe);}_0x553f94[_0x5a072a(0xec)](_0x4f57a0);})['then'](()=>{const _0x18871e=a37_0x2b31;_0x3ddc37[_0x18871e(0x12d)](_0x1c05ad);});},{'platform':_0x553f94[_0x5e5af0(0x13e)](nestedKeyValue,global[_0x5e5af0(0x133)],[_0x553f94[_0x5e5af0(0xe1)]]),'hookType':_0x553f94[_0x5e5af0(0x10b)]})();},'afterAll'(_0x2e1a4d){const _0x218acd=a37_0x502318,_0x3a315e={'IcPOg':function(_0x369810){return _0x369810();},'jtnMW':_0x218acd(0xe9),'gNKHX':function(_0x199600,_0x10eb21,_0xc4a2a3){return _0x199600(_0x10eb21,_0xc4a2a3);},'abCvF':_0x218acd(0xbc),'Ywfvr':_0x218acd(0x12b)},_0x4bf27e='browserstack internal helper hook';this['timeout'](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x3a315e[_0x218acd(0xbb)]]),PerformanceTester[_0x218acd(0x131)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x17816d=_0x218acd,_0x302a60={'lZjrG':function(_0x354d98){return _0x3a315e['IcPOg'](_0x354d98);}};new Promise(async _0x16af57=>{const _0x43c1cd=a37_0x2b31;await global[_0x43c1cd(0xd9)](),_0x302a60[_0x43c1cd(0x141)](_0x16af57);})[_0x17816d(0xb6)]()[_0x17816d(0xd3)](()=>{_0x3a315e['IcPOg'](_0x2e1a4d);});},{'platform':_0x3a315e['gNKHX'](nestedKeyValue,global[_0x218acd(0x133)],[_0x3a315e[_0x218acd(0x119)]]),'hookType':_0x3a315e[_0x218acd(0xae)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a38_0x568b21=a38_0x30dc;(function(_0x2a5db0,_0x5c5df5){const _0x5d039b=a38_0x30dc,_0x32e254=_0x2a5db0();while(!![]){try{const _0x6e47da=parseInt(_0x5d039b(0xfa))/0x1*(-parseInt(_0x5d039b(0x11c))/0x2)+-parseInt(_0x5d039b(0xf3))/0x3+parseInt(_0x5d039b(0x105))/0x4+parseInt(_0x5d039b(0x133))/0x5*(-parseInt(_0x5d039b(0x11d))/0x6)+parseInt(_0x5d039b(0xf5))/0x7*(-parseInt(_0x5d039b(0x115))/0x8)+parseInt(_0x5d039b(0xef))/0x9*(-parseInt(_0x5d039b(0x135))/0xa)+parseInt(_0x5d039b(0x122))/0xb*(parseInt(_0x5d039b(0x139))/0xc);if(_0x6e47da===_0x5c5df5)break;else _0x32e254['push'](_0x32e254['shift']());}catch(_0x11b59f){_0x32e254['push'](_0x32e254['shift']());}}}(a38_0x1ec2,0x7eb09));const fs=require('fs'),path=require(a38_0x568b21(0xf6)),{spawn}=require(a38_0x568b21(0x12e)),logger=require(a38_0x568b21(0x111))[a38_0x568b21(0xf4)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a38_0x568b21(0x10b)),constants=require(a38_0x568b21(0x12f)),getUserNightwatchConfigs=(_0x42aa22,_0x1791a3)=>{const _0x42e856=a38_0x568b21,_0x3b37ec={'NYOWb':'nightwatch.conf.js','wokIb':_0x42e856(0x11f),'AzxCa':function(_0x4e1332,_0x24b05e){return _0x4e1332(_0x24b05e);},'sByDA':_0x42e856(0x104)};let _0x58ddd3=null,_0x371900={};const _0xd180f0=_0x1791a3[_0x42e856(0x12d)](_0x3d57b7=>_0x3d57b7===_0x42e856(0x101));if(!helper[_0x42e856(0x131)](_0x42aa22[_0x42e856(0xec)])&&fs[_0x42e856(0x108)](path[_0x42e856(0x103)](process[_0x42e856(0xfd)](),_0x42aa22[_0x42e856(0xec)])))_0x58ddd3=path[_0x42e856(0x103)](process[_0x42e856(0xfd)](),_0x42aa22[_0x42e856(0xec)]),_0x1791a3[_0x42e856(0x114)](_0xd180f0,0x2);else{if(fs[_0x42e856(0x108)](path[_0x42e856(0x103)](process['cwd'](),_0x3b37ec[_0x42e856(0x12b)])))_0x58ddd3=path['join'](process[_0x42e856(0xfd)](),_0x3b37ec['NYOWb']);else fs[_0x42e856(0x108)](path['join'](process[_0x42e856(0xfd)](),_0x3b37ec[_0x42e856(0x113)]))&&(_0x58ddd3=path[_0x42e856(0x103)](process[_0x42e856(0xfd)](),_0x3b37ec[_0x42e856(0x113)]));}return _0x58ddd3?(logger['info'](_0x42e856(0x107)+_0x58ddd3),_0x371900=_0x3b37ec[_0x42e856(0xed)](require,_0x58ddd3)):logger[_0x42e856(0x132)](_0x3b37ec[_0x42e856(0xf7)]),_0x371900;},removeExistingEnvs=_0x5e78e6=>{const _0x131b69=a38_0x568b21,_0x5e6486={};_0x5e6486[_0x131b69(0x106)]=function(_0x37f5e5,_0x1c8964){return _0x37f5e5>_0x1c8964;},_0x5e6486['QtrYN']=function(_0xe23368,_0x20e3aa){return _0xe23368>_0x20e3aa;};const _0x1bfbc9=_0x5e6486;let _0x19c204=_0x5e78e6[_0x131b69(0x12d)](_0x122e51=>_0x122e51===_0x131b69(0x137));_0x1bfbc9[_0x131b69(0x106)](_0x19c204,-0x1)&&_0x5e78e6['splice'](_0x19c204,0x2),_0x19c204=_0x5e78e6[_0x131b69(0x12d)](_0x5c7e09=>_0x5c7e09==='-e'),_0x1bfbc9[_0x131b69(0x138)](_0x19c204,-0x1)&&_0x5e78e6['splice'](_0x19c204,0x2);};function run(_0x3a8f4c,_0x4a3cd4,_0x214e88){const _0x454d43=a38_0x568b21,_0x444a90={'TGDFb':_0x454d43(0xfb),'utbtf':function(_0x42956c,_0x1169e2){return _0x42956c+_0x1169e2;},'oMYWg':_0x454d43(0x136),'saIvm':function(_0x27060e,_0x45a7b2,_0x4ba0f2){return _0x27060e(_0x45a7b2,_0x4ba0f2);},'jfDki':_0x454d43(0x123),'LqFMi':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','KiRuk':function(_0x183906,_0x3368bb){return _0x183906===_0x3368bb;},'Ujxvt':'nightwatch-browserstack.json','lRNEo':function(_0x3588a2,_0x1450c2){return _0x3588a2(_0x1450c2);},'tJqdV':function(_0x17e6f2,_0x1abbc9,_0x4cec77,_0xc12ba){return _0x17e6f2(_0x1abbc9,_0x4cec77,_0xc12ba);},'IUMnl':_0x454d43(0x100),'raETS':_0x454d43(0x101),'aOrEk':'--env','fbxkB':_0x454d43(0x116),'DVont':'close'};if(!_0x214e88[_0x454d43(0xec)])return;const _0x236429=_0x444a90[_0x454d43(0x10e)](getUserNightwatchConfigs,_0x3a8f4c,_0x4a3cd4),_0x21af93={};_0x21af93['start_process']=![];const _0x1373e0={};_0x1373e0[_0x454d43(0x125)]=_0x444a90[_0x454d43(0x118)],_0x1373e0['port']=0x1bb;const _0x43cb58={};_0x43cb58[_0x454d43(0x10c)]=_0x21af93,_0x43cb58[_0x454d43(0x10a)]=_0x1373e0;const _0x274faa=_0x43cb58;logger[_0x454d43(0x132)](_0x444a90[_0x454d43(0x11e)]);const _0xfefe9e={..._0x236429},_0x4cb74e=_0xfefe9e,_0x511118=helper[_0x454d43(0x12a)](_0x214e88[_0x454d43(0xec)]),_0x39e0b4=[];_0x214e88[_0x454d43(0xec)][_0x454d43(0xfc)][_0x454d43(0x109)]((_0x14e669,_0x208606)=>{const _0x15b0a7=_0x454d43;_0x511118?_0x39e0b4[_0x15b0a7(0x134)](helper[_0x15b0a7(0x121)](_0x214e88[_0x15b0a7(0xec)],_0x444a90[_0x15b0a7(0xf0)],_0x208606)):_0x39e0b4[_0x15b0a7(0x134)](helper['modifyBrowserStackCaps'](_0x214e88['config'],_0x444a90[_0x15b0a7(0xf0)],_0x208606));});const _0x25055c={},_0x5403e2=[];_0x3a8f4c[_0x454d43(0x10d)]=_0x3a8f4c['env']||_0x3a8f4c['e'];const _0x567fe8=_0x3a8f4c[_0x454d43(0x10d)]?_0x3a8f4c['env'][_0x454d43(0xea)]()[_0x454d43(0x119)](',')[_0x454d43(0x126)](_0x2d959a=>_0x2d959a[_0x454d43(0xea)]())[_0x454d43(0x110)](_0x3ca6b6=>_0x3ca6b6!==''):[''];_0x444a90[_0x454d43(0x10f)](_0x567fe8['length'],0x0)&&_0x567fe8[_0x454d43(0x134)]('');_0x567fe8['forEach'](_0x1cdddf=>{const _0x2f9c53=_0x454d43;_0x39e0b4[_0x2f9c53(0x109)](_0x1ef8e8=>{const _0x5d0270=_0x2f9c53;let _0x536d0c=_0x444a90[_0x5d0270(0xeb)](helper[_0x5d0270(0xf8)](_0x1ef8e8,'_'),'_'+Date[_0x5d0270(0x112)]());_0x1cdddf&&(_0x536d0c+='_'+_0x1cdddf);if(_0x1cdddf&&(!_0x236429[_0x444a90[_0x5d0270(0x129)]]||!_0x236429[_0x444a90[_0x5d0270(0x129)]][_0x1cdddf]))return;const _0x2873cb={..._0x274faa};_0x2873cb[_0x5d0270(0x117)]=_0x1ef8e8;const _0x5280d4=_0x2873cb;_0x25055c[_0x536d0c]=_0x1cdddf?helper[_0x5d0270(0x11b)](_0x236429[_0x444a90['oMYWg']][_0x1cdddf],_0x5280d4):_0x5280d4,_0x5403e2[_0x5d0270(0x134)](_0x536d0c);});});!_0x4cb74e[_0x454d43(0x136)]&&(_0x4cb74e['test_settings']={});_0x4cb74e[_0x454d43(0x136)]={..._0x4cb74e[_0x454d43(0x136)],..._0x25055c};const _0x28f0b8=path[_0x454d43(0x103)](__dirname,_0x444a90[_0x454d43(0xf1)]);fs['writeFileSync'](_0x28f0b8,JSON[_0x454d43(0xee)](_0x4cb74e)),_0x444a90[_0x454d43(0xfe)](removeExistingEnvs,_0x4a3cd4);const _0x48f508=_0x444a90[_0x454d43(0x130)](spawn,/^win/[_0x454d43(0xff)](process[_0x454d43(0xf2)])?_0x444a90[_0x454d43(0x12c)]:_0x444a90[_0x454d43(0xf0)],[_0x444a90['raETS'],_0x28f0b8,..._0x4a3cd4['slice'](0x1),_0x444a90['aOrEk'],_0x5403e2['join'](',')],{'stdio':_0x444a90[_0x454d43(0x120)]});_0x48f508['on'](_0x444a90[_0x454d43(0x128)],async _0x138ffc=>{const _0x3ceb6e=_0x454d43;logger[_0x3ceb6e(0x102)](_0x3ceb6e(0x127)+_0x138ffc),logger[_0x3ceb6e(0x132)](_0x3ceb6e(0x124)+_0x28f0b8),fs[_0x3ceb6e(0x11a)](_0x28f0b8);});}function a38_0x1ec2(){const _0x1f015e=['test_settings','--env','QtrYN','1164FmfOqo','trim','utbtf','config','AzxCa','stringify','972XzGhKD','TGDFb','Ujxvt','platform','472188TtKsOT','winstonLogger','7gIsCym','path','sByDA','getPlatformName','exports','5TwuydG','nightwatch','platforms','cwd','lRNEo','test','nightwatch.cmd','--config','debug','join','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','3818344HLrEqY','nRZAk','Getting\x20your\x20nightwatch\x20configs\x20from\x20','existsSync','forEach','selenium','../../helpers/helper','webdriver','env','saIvm','KiRuk','filter','../../helpers/logger','now','wokIb','splice','2605792JAWBiZ','inherit','desiredCapabilities','jfDki','split','unlinkSync','mergeDeep','246650XhWwCn','241134ZAILhc','LqFMi','nightwatch.json','fbxkB','modifyBrowserStackW3CCaps','171589bfZiuT','hub.browserstack.com','Deleting\x20','host','map','child\x20process\x20exited\x20with\x20code\x20','DVont','oMYWg','useW3C','NYOWb','IUMnl','findIndex','child_process','../utils/constants','tJqdV','isUndefined','info','55yUxzFF','push','37680PUsFBE'];a38_0x1ec2=function(){return _0x1f015e;};return a38_0x1ec2();}function a38_0x30dc(_0x2b01c7,_0x31b0f1){const _0x1ec20d=a38_0x1ec2();return a38_0x30dc=function(_0x30dc14,_0x4f59ae){_0x30dc14=_0x30dc14-0xea;let _0x5595d8=_0x1ec20d[_0x30dc14];return _0x5595d8;},a38_0x30dc(_0x2b01c7,_0x31b0f1);}module[a38_0x568b21(0xf9)]=run;
2
+ 'use strict';const a38_0x47b0b0=a38_0x4423;(function(_0x55fcaf,_0x2c6b26){const _0x26d4c5=a38_0x4423,_0x193660=_0x55fcaf();while(!![]){try{const _0x36b5da=parseInt(_0x26d4c5(0xad))/0x1+-parseInt(_0x26d4c5(0xbb))/0x2+-parseInt(_0x26d4c5(0xc9))/0x3*(-parseInt(_0x26d4c5(0x84))/0x4)+parseInt(_0x26d4c5(0xc4))/0x5+parseInt(_0x26d4c5(0xbf))/0x6+parseInt(_0x26d4c5(0xc6))/0x7*(parseInt(_0x26d4c5(0x96))/0x8)+-parseInt(_0x26d4c5(0xa7))/0x9;if(_0x36b5da===_0x2c6b26)break;else _0x193660['push'](_0x193660['shift']());}catch(_0x97cd79){_0x193660['push'](_0x193660['shift']());}}}(a38_0x37b0,0x22d9c));const fs=require('fs'),path=require('path'),{spawn}=require(a38_0x47b0b0(0x93)),logger=require(a38_0x47b0b0(0xa3))[a38_0x47b0b0(0x8f)],{default:BrowserStackSetup}=require(a38_0x47b0b0(0x94)),helper=require('../../helpers/helper'),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0x1ccba9,_0x3b317d)=>{const _0x28aa83=a38_0x47b0b0,_0xc1bc13={'OUcgH':_0x28aa83(0xa8),'cJauy':_0x28aa83(0x9a),'HCtNE':function(_0x2b2b52,_0x504e88){return _0x2b2b52(_0x504e88);},'oLLlS':_0x28aa83(0x99)};let _0x20bb6f=null,_0x2a210d={};const _0x21f041=_0x3b317d[_0x28aa83(0xb4)](_0xa91d39=>_0xa91d39===_0x28aa83(0x85));if(!helper[_0x28aa83(0xc1)](_0x1ccba9[_0x28aa83(0xce)])&&fs['existsSync'](path[_0x28aa83(0xb2)](process[_0x28aa83(0xb1)](),_0x1ccba9[_0x28aa83(0xce)])))_0x20bb6f=path[_0x28aa83(0xb2)](process[_0x28aa83(0xb1)](),_0x1ccba9['config']),_0x3b317d[_0x28aa83(0x89)](_0x21f041,0x2);else{if(fs['existsSync'](path[_0x28aa83(0xb2)](process[_0x28aa83(0xb1)](),_0xc1bc13[_0x28aa83(0x88)])))_0x20bb6f=path[_0x28aa83(0xb2)](process[_0x28aa83(0xb1)](),_0xc1bc13[_0x28aa83(0x88)]);else fs[_0x28aa83(0x9b)](path[_0x28aa83(0xb2)](process[_0x28aa83(0xb1)](),_0xc1bc13['cJauy']))&&(_0x20bb6f=path['join'](process[_0x28aa83(0xb1)](),_0xc1bc13['cJauy']));}return _0x20bb6f?(logger[_0x28aa83(0xcb)](_0x28aa83(0xbe)+_0x20bb6f),_0x2a210d=_0xc1bc13[_0x28aa83(0xb5)](require,_0x20bb6f)):logger[_0x28aa83(0xcb)](_0xc1bc13[_0x28aa83(0x9f)]),_0x2a210d;},removeExistingEnvs=_0x24debf=>{const _0x4661cc=a38_0x47b0b0,_0x2c7bb5={};_0x2c7bb5[_0x4661cc(0xaf)]=function(_0x12150f,_0x489dc6){return _0x12150f>_0x489dc6;},_0x2c7bb5[_0x4661cc(0xb3)]=function(_0x541989,_0x4efeaa){return _0x541989>_0x4efeaa;};const _0xd129a7=_0x2c7bb5;let _0x117e81=_0x24debf[_0x4661cc(0xb4)](_0x2d7895=>_0x2d7895===_0x4661cc(0x8e));_0xd129a7[_0x4661cc(0xaf)](_0x117e81,-0x1)&&_0x24debf[_0x4661cc(0x89)](_0x117e81,0x2),_0x117e81=_0x24debf[_0x4661cc(0xb4)](_0x4645e3=>_0x4645e3==='-e'),_0xd129a7[_0x4661cc(0xb3)](_0x117e81,-0x1)&&_0x24debf[_0x4661cc(0x89)](_0x117e81,0x2);};function run(_0x3b802,_0x24e26b,_0x34a721){const _0x5f379d=a38_0x47b0b0,_0x1430f1={'ChXjl':_0x5f379d(0x87),'jmNOS':function(_0x4af2ff,_0x43624b){return _0x4af2ff+_0x43624b;},'LPLuX':_0x5f379d(0xa2),'IgRoI':function(_0x18a4ec,_0xc68b87,_0x46df4f){return _0x18a4ec(_0xc68b87,_0x46df4f);},'IIyhc':_0x5f379d(0xab),'iPZJK':_0x5f379d(0xbc),'RXWdZ':function(_0x5a94d5,_0x49ced0){return _0x5a94d5===_0x49ced0;},'smomO':_0x5f379d(0xaa),'ZVICr':function(_0x36005b,_0x540dee){return _0x36005b(_0x540dee);},'hzyGQ':function(_0x38cf77,_0x3d0eab,_0x21776d,_0x361b92){return _0x38cf77(_0x3d0eab,_0x21776d,_0x361b92);},'SNwaA':_0x5f379d(0xc7),'dQxSl':_0x5f379d(0x85),'RgOHK':'--env','UFIPj':_0x5f379d(0xbd),'lPRow':_0x5f379d(0x95)};if(!_0x34a721['config'])return;const _0x594c87=_0x1430f1[_0x5f379d(0xba)](getUserNightwatchConfigs,_0x3b802,_0x24e26b),_0x205802={};_0x205802['start_process']=![];const _0x37b7e3={};_0x37b7e3['host']=_0x1430f1['IIyhc'],_0x37b7e3[_0x5f379d(0x8a)]=0x1bb;const _0xd3cd8f={};_0xd3cd8f[_0x5f379d(0x8c)]=_0x205802,_0xd3cd8f[_0x5f379d(0xa5)]=_0x37b7e3;const _0x235f4a=_0xd3cd8f;logger[_0x5f379d(0xcb)](_0x1430f1[_0x5f379d(0xca)]);const _0x47bda8={..._0x594c87},_0x2bb355=_0x47bda8,_0x2dd3c6=helper['useW3C'](_0x34a721['config']),_0xfd99b6=[];_0x34a721[_0x5f379d(0xce)][_0x5f379d(0xb9)][_0x5f379d(0xc3)]((_0x12ad43,_0x353909)=>{const _0xe9c936=_0x5f379d;_0x2dd3c6?_0xfd99b6[_0xe9c936(0xa4)](helper[_0xe9c936(0xae)](_0x34a721[_0xe9c936(0xce)],_0x1430f1[_0xe9c936(0xa0)],_0x353909)):_0xfd99b6[_0xe9c936(0xa4)](helper['modifyBrowserStackCaps'](_0x34a721[_0xe9c936(0xce)],_0x1430f1[_0xe9c936(0xa0)],_0x353909));});const _0x30ef3e={},_0x2c3cce=[];_0x3b802[_0x5f379d(0x91)]=_0x3b802[_0x5f379d(0x91)]||_0x3b802['e'];const _0xd98a59=_0x3b802['env']?_0x3b802[_0x5f379d(0x91)][_0x5f379d(0xcd)]()[_0x5f379d(0x90)](',')[_0x5f379d(0xc5)](_0x24be8f=>_0x24be8f[_0x5f379d(0xcd)]())[_0x5f379d(0xc0)](_0x44974a=>_0x44974a!==''):[''];_0x1430f1[_0x5f379d(0xa1)](_0xd98a59[_0x5f379d(0x9e)],0x0)&&_0xd98a59[_0x5f379d(0xa4)]('');_0xd98a59['forEach'](_0x21b869=>{const _0x488ce4=_0x5f379d;_0xfd99b6[_0x488ce4(0xc3)](_0x4c5a08=>{const _0x7d718e=_0x488ce4;let _0x22c496=_0x1430f1[_0x7d718e(0xa6)](helper[_0x7d718e(0x9d)](_0x4c5a08,'_'),'_'+Date['now']());_0x21b869&&(_0x22c496+='_'+_0x21b869);if(_0x21b869&&(!_0x594c87[_0x1430f1[_0x7d718e(0x8b)]]||!_0x594c87[_0x1430f1[_0x7d718e(0x8b)]][_0x21b869]))return;const _0x1379a6={..._0x235f4a};_0x1379a6[_0x7d718e(0x8d)]=_0x4c5a08;const _0x28801d=_0x1379a6;_0x30ef3e[_0x22c496]=_0x21b869?helper['mergeDeep'](_0x594c87[_0x1430f1['LPLuX']][_0x21b869],_0x28801d):_0x28801d,_0x2c3cce[_0x7d718e(0xa4)](_0x22c496);});});!_0x2bb355[_0x5f379d(0xa2)]&&(_0x2bb355[_0x5f379d(0xa2)]={});_0x2bb355[_0x5f379d(0xa2)]={..._0x2bb355[_0x5f379d(0xa2)],..._0x30ef3e};const _0x3c7b03=path[_0x5f379d(0xb2)](__dirname,_0x1430f1[_0x5f379d(0xc8)]);fs['writeFileSync'](_0x3c7b03,JSON['stringify'](_0x2bb355)),_0x1430f1[_0x5f379d(0x98)](removeExistingEnvs,_0x24e26b);const _0x511156=_0x1430f1[_0x5f379d(0xac)](spawn,/^win/[_0x5f379d(0x9c)](process[_0x5f379d(0xb7)])?_0x1430f1[_0x5f379d(0x86)]:_0x1430f1[_0x5f379d(0xa0)],[_0x1430f1['dQxSl'],_0x3c7b03,..._0x24e26b[_0x5f379d(0xcc)](0x1),_0x1430f1[_0x5f379d(0x92)],_0x2c3cce[_0x5f379d(0xb2)](',')],{'stdio':_0x1430f1[_0x5f379d(0xb0)]});_0x511156['on'](_0x1430f1[_0x5f379d(0xb6)],async _0x17ac01=>{const _0x3d3dff=_0x5f379d;logger[_0x3d3dff(0xa9)](_0x3d3dff(0x97)+_0x17ac01),logger[_0x3d3dff(0xcb)]('Deleting\x20'+_0x3c7b03),fs[_0x3d3dff(0xb8)](_0x3c7b03);});}function a38_0x4423(_0x101c2b,_0x542049){const _0x37b083=a38_0x37b0();return a38_0x4423=function(_0x4423c2,_0x5c8488){_0x4423c2=_0x4423c2-0x84;let _0xad375a=_0x37b083[_0x4423c2];return _0xad375a;},a38_0x4423(_0x101c2b,_0x542049);}module[a38_0x47b0b0(0xc2)]=run;function a38_0x37b0(){const _0x506c70=['RXWdZ','test_settings','../../helpers/logger','push','selenium','jmNOS','774027XqqHaS','nightwatch.conf.js','debug','nightwatch-browserstack.json','hub.browserstack.com','hzyGQ','125678icquXs','modifyBrowserStackW3CCaps','NamGN','UFIPj','cwd','join','cBgzK','findIndex','HCtNE','lPRow','platform','unlinkSync','platforms','IgRoI','446572sCVWaB','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','inherit','Getting\x20your\x20nightwatch\x20configs\x20from\x20','503346TdLOWh','filter','isUndefined','exports','forEach','207135ubDjCO','map','98IDNutx','nightwatch.cmd','smomO','411iDupwf','iPZJK','info','slice','trim','config','2780cqgwcK','--config','SNwaA','nightwatch','OUcgH','splice','port','LPLuX','webdriver','desiredCapabilities','--env','winstonLogger','split','env','RgOHK','child_process','../../helpers/BrowserStackSetup','close','60472xIhCUo','child\x20process\x20exited\x20with\x20code\x20','ZVICr','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','nightwatch.json','existsSync','test','getPlatformName','length','oLLlS','ChXjl'];a38_0x37b0=function(){return _0x506c70;};return a38_0x37b0();}