browserstack-node-sdk 1.37.0 → 1.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) 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 +66 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  69. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  70. package/src/bin/mocha/command.js +1 -1
  71. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  72. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  73. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  74. package/src/bin/mocha/test.setup.js +1 -1
  75. package/src/bin/nightwatch/command.js +1 -1
  76. package/src/bin/playwright/accessibility-helper.js +1 -1
  77. package/src/bin/playwright/command.js +1 -1
  78. package/src/bin/playwright/globalSetup.js +1 -1
  79. package/src/bin/playwright/mock-process.js +1 -1
  80. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  81. package/src/bin/playwright/patches.js +1 -1
  82. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  83. package/src/bin/playwright/reporter/reporter.js +1 -1
  84. package/src/bin/playwright/reporter/test-details.js +1 -1
  85. package/src/bin/playwright/sessionDetails.js +1 -1
  86. package/src/bin/runner.js +1 -1
  87. package/src/bin/setup.js +1 -1
  88. package/src/bin/test-runner/index.js +1 -1
  89. package/src/bin/test-runner/runTest.js +1 -1
  90. package/src/bin/test-runner/testWorker.js +1 -1
  91. package/src/bin/utils/constants.js +1 -1
  92. package/src/bin/utils/log4jsAppender.js +1 -1
  93. package/src/bin/utils/logPatcher.js +1 -1
  94. package/src/bin/utils/logReportingAPI.js +1 -1
  95. package/src/bin/v2/TestInfo.js +1 -1
  96. package/src/bin/v2/browserstackCLI.js +1 -1
  97. package/src/bin/v2/cliUtils.js +1 -1
  98. package/src/bin/v2/customTagManager.js +1 -1
  99. package/src/bin/v2/eventDispatcher.js +1 -1
  100. package/src/bin/v2/framework/automationFramework.js +1 -1
  101. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  102. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  103. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  104. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  105. package/src/bin/v2/framework/testFramework.js +1 -1
  106. package/src/bin/v2/grpcClient.js +1 -1
  107. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  108. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  109. package/src/bin/v2/instances/trackedContext.js +1 -1
  110. package/src/bin/v2/instances/trackedInstance.js +1 -1
  111. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  112. package/src/bin/v2/modules/baseModule.js +1 -1
  113. package/src/bin/v2/modules/observabilityModule.js +1 -1
  114. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  115. package/src/bin/v2/modules/testhubModule.js +1 -1
  116. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  117. package/src/bin/v2/state/hookState.js +1 -1
  118. package/src/bin/v2/state/testFrameworkState.js +1 -1
  119. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  120. package/src/bin/vanilla-js/command.js +1 -1
  121. package/src/browserStackSdk.js +1 -1
  122. package/src/helpers/BrowserStackSetup.js +1 -1
  123. package/src/helpers/accessibility-automation/constants.js +1 -1
  124. package/src/helpers/accessibility-automation/helper.js +1 -1
  125. package/src/helpers/accessibility-automation/scripts.js +1 -1
  126. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  127. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  128. package/src/helpers/ats/constants.js +1 -1
  129. package/src/helpers/ats/helper.js +1 -1
  130. package/src/helpers/capsMapping.js +1 -1
  131. package/src/helpers/central-scanner/constants.js +1 -1
  132. package/src/helpers/central-scanner/helpers.js +1 -1
  133. package/src/helpers/classLogger.js +1 -1
  134. package/src/helpers/globals.js +1 -1
  135. package/src/helpers/helper.js +1 -1
  136. package/src/helpers/logger.js +1 -1
  137. package/src/helpers/metadata.js +1 -1
  138. package/src/helpers/patchHelper.js +1 -1
  139. package/src/helpers/patchHelpers.js +1 -1
  140. package/src/helpers/percy/Percy.js +1 -1
  141. package/src/helpers/percy/PercyBinary.js +1 -1
  142. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  143. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  144. package/src/helpers/percy/PercySDK.js +1 -1
  145. package/src/helpers/percy/index.js +1 -1
  146. package/src/helpers/percy/utils.js +1 -1
  147. package/src/helpers/performance/constants.js +1 -1
  148. package/src/helpers/performance/performance-tester.js +1 -1
  149. package/src/helpers/processHelper.js +1 -1
  150. package/src/helpers/request-spy.js +1 -1
  151. package/src/helpers/setKeepAlive.js +1 -1
  152. package/src/helpers/test-observability/constants.js +1 -1
  153. package/src/helpers/test-observability/error-handler.js +1 -1
  154. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  155. package/src/helpers/test-observability/sessionHandler.js +1 -1
  156. package/src/helpers/test-observability/utils.js +1 -1
  157. package/src/helpers/test-orchestration/constants.js +1 -1
  158. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  159. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  160. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  161. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  162. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  163. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  164. package/src/helpers/testhub/constants.js +1 -1
  165. package/src/helpers/testhub/testhubHandler.js +1 -1
  166. package/src/helpers/testhub/utils.js +1 -1
  167. package/src/helpers/timeoutPromise.js +1 -1
  168. package/src/helpers/utilities.js +1 -1
  169. package/src/helpers/w3cMapping.js +1 -1
  170. package/src/hubAllocationMethods.js +1 -1
  171. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a44_0x247138=a44_0x48c7;(function(_0x2060d7,_0x4e091a){const _0x320df7=a44_0x48c7,_0x546e6b=_0x2060d7();while(!![]){try{const _0x50b0ef=parseInt(_0x320df7(0x193))/0x1+parseInt(_0x320df7(0x196))/0x2*(-parseInt(_0x320df7(0x10e))/0x3)+-parseInt(_0x320df7(0x1a0))/0x4*(-parseInt(_0x320df7(0x110))/0x5)+-parseInt(_0x320df7(0x116))/0x6+-parseInt(_0x320df7(0x117))/0x7*(parseInt(_0x320df7(0x178))/0x8)+parseInt(_0x320df7(0x184))/0x9+parseInt(_0x320df7(0x172))/0xa;if(_0x50b0ef===_0x4e091a)break;else _0x546e6b['push'](_0x546e6b['shift']());}catch(_0x4df9be){_0x546e6b['push'](_0x546e6b['shift']());}}}(a44_0x1ba6,0x74e2e));const path=require(a44_0x247138(0x160)),url=require(a44_0x247138(0x1b9)),util=require(a44_0x247138(0x176)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a44_0x247138(0x127)),{o11yErrorHandler}=require(a44_0x247138(0x1b8)),{debug,getPlatformDetails}=require(a44_0x247138(0x18a)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a44_0x247138(0x1bb)),logger=require('../../helpers/logger')[a44_0x247138(0x114)],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require(a44_0x247138(0x155)),AccessibilityHelper=require(a44_0x247138(0x16e)),constants=require('../utils/constants'),BrowserstackCLI=require('../v2/browserstackCLI'),AutomationFrameworkState=require('../v2/state/automationFrameworkState.js'),HookState=require(a44_0x247138(0x182)),getBrowserNameFromChannel=_0x591452=>{const _0x9bcec6=a44_0x247138,_0x6326ef={};_0x6326ef[_0x9bcec6(0x1b3)]=_0x9bcec6(0x12e),_0x6326ef[_0x9bcec6(0x1b0)]=_0x9bcec6(0x1aa),_0x6326ef[_0x9bcec6(0x131)]=_0x9bcec6(0x194),_0x6326ef['QHTsv']='safari';const _0x31afa9=_0x6326ef;if(_0x591452[_0x9bcec6(0x14b)](_0x31afa9[_0x9bcec6(0x1b3)]))return _0x31afa9[_0x9bcec6(0x1b3)];if(_0x591452[_0x9bcec6(0x14b)](_0x31afa9['pemgr']))return _0x31afa9[_0x9bcec6(0x1b0)];if(_0x591452[_0x9bcec6(0x14b)](_0x31afa9['hTNQi']))return _0x31afa9[_0x9bcec6(0x131)];if(_0x591452[_0x9bcec6(0x14b)](_0x31afa9[_0x9bcec6(0x14f)]))return _0x31afa9[_0x9bcec6(0x14f)];},getBrowserFromWSEndpoint=_0x3c130b=>{const _0x38592e=a44_0x247138,_0x1ce3d4={'IEjng':_0x38592e(0x12e),'joRqd':function(_0x31e5bf,_0x5405be){return _0x31e5bf(_0x5405be);}};try{const _0x5209e6=url['parse'](_0x3c130b),_0x42c3e0=new URLSearchParams(_0x5209e6['query']),_0x4b7a54=Object[_0x38592e(0x13c)](_0x42c3e0[_0x38592e(0x11a)]()),_0x520948=JSON[_0x38592e(0x15d)](_0x4b7a54[_0x38592e(0x112)]);if(_0x520948&&(_0x520948[_0x38592e(0x173)]||_0x520948[_0x38592e(0x11d)]))return _0x520948[_0x38592e(0x173)]||_0x520948[_0x38592e(0x11d)];return _0x1ce3d4['IEjng'];}catch(_0x3e9cc1){_0x1ce3d4['joRqd'](debug,_0x38592e(0x157)+_0x3e9cc1[_0x38592e(0x171)]());}},getCloudProviderFromWsEndpoint=_0x210564=>{const _0x50d3d7=a44_0x247138,_0xbeeac={};_0xbeeac[_0x50d3d7(0x15a)]=_0x50d3d7(0x17a),_0xbeeac['hsFXu']=_0x50d3d7(0x11f);const _0x3b5eb9=_0xbeeac;if(_0x210564[_0x50d3d7(0x14b)](constants[_0x50d3d7(0x124)])||_0x210564[_0x50d3d7(0x14b)](constants[_0x50d3d7(0x198)]))return _0x3b5eb9[_0x50d3d7(0x15a)];return _0x3b5eb9[_0x50d3d7(0x13f)];},a44_0x8a4a10={};function a44_0x48c7(_0xa844fb,_0x467d97){const _0x1ba644=a44_0x1ba6();return a44_0x48c7=function(_0x48c73b,_0x39a1e2){_0x48c73b=_0x48c73b-0x10e;let _0x285750=_0x1ba644[_0x48c73b];return _0x285750;},a44_0x48c7(_0xa844fb,_0x467d97);}a44_0x8a4a10[a44_0x247138(0x16b)]=undefined,a44_0x8a4a10['bsSessionId']=undefined,a44_0x8a4a10[a44_0x247138(0x173)]=undefined,a44_0x8a4a10[a44_0x247138(0x183)]=undefined,a44_0x8a4a10[a44_0x247138(0x1b7)]=undefined,a44_0x8a4a10['platform_version']=undefined,a44_0x8a4a10[a44_0x247138(0x128)]=undefined,a44_0x8a4a10['capabilities']={};function a44_0x1ba6(){const _0x21e640=['bsSessionId','deviceModel','local_grid','capabilities','IwriB','../../helpers/test-observability/utils','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','gJxwY','aYRWl','currentTest','trackEvent','RKwMe','defineProperty','__driver','944818jddmYx','firefox','Error\x20in\x20finding\x20platform\x20details\x20','1626GGwVrs','function','BSTACK_ATS_URL','MPMCr','connection.js','format','DgHSy','playwright-','prototype','currentSessionDetails','311408CJoPuy','lib','hHnjz','FxcDl','wsEndpoint','LdebX','zNFpu','_browserType','mSpNT','titlePath','edge','patchCRConnection','message','_connection','xjVXy','lUAAi','pemgr','POST','JUttd','qrBjl','TzEEi','BROWSERSTACK_TEST_OBSERVABILITY','MbxDx','platform','../../helpers/test-observability/error-handler','url','Connection','../../helpers/accessibility-automation/helper','2517gepUPe','ATS_WSS_URL_REGEX','5SCPcUr','LjZgb','caps','getInstance','winstonLogger','platformName','2079492wwjhxN','112AwFDWx','assign','elMSv','entries','channel','shouldWrapCommand','browserName','performScan','unknown_grid','rmVyS','exports','SNTDd','chromium','BSTACK_URL','platformVersion','Page\x20Scan\x20result=','../../helpers/helper','product','Driver\x20Scan\x20result=','patchConnection','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','platform_version','debug','chrome','eSpCs','Jcchi','hTNQi','__workerDetails','bstackPerformA11yScan','QzbME','accessibilityPlatform','Setting\x20session\x20id\x20received\x20from\x20BS\x20','patch','testInfo','method','sendMessageToServer','VeniO','fromEntries','xVALX','GEaLX','hsFXu','pAxIJ','Page','toLowerCase','HkhsR','OqWIu','env','lAYeg','eGJTS','EShbU','dispatch','sessionId','includes','tLMUM','sessionError','getDetails','QHTsv','setupBrowserDetails','uIAjg','project','vyBtK','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','../../bin/playwright/accessibility-helper','XbLxe','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','oNADW','zOznT','CXLdQ','getAutomationFramework','parse','automate','pRcKs','path','apply','isRunning','use','Acttd','Performing\x20scan\x20for\x20','StzPz','isRemote','version','_defaultConnectOptions','eUImh','cloudProvider','IvSTc','CRConnection','./accessibility-helper','bStackParams','MgQYx','toString','9273570TDEAyf','browser','TogSb','model','util','WeFhO','423392uYWNga','kVknP','browserstack','client','XgsRR','_name','PLAYWRIGHT_DISPATCH','server','platformDetails','info','../v2/state/hookState.js','browser_version','3637908sXfrpJ'];a44_0x1ba6=function(){return _0x21e640;};return a44_0x1ba6();}class PlaywrightSessionDetails{static ['currentSessionDetails']=a44_0x8a4a10;constructor(){const _0x55e2f4=a44_0x247138,_0xf266ec={};_0xf266ec[_0x55e2f4(0x177)]=_0x55e2f4(0x12b);const _0x4a984e=_0xf266ec;throw new Error(_0x4a984e[_0x55e2f4(0x177)]);}static [a44_0x247138(0x14d)]=null;static[a44_0x247138(0x150)](_0x4eb73a,_0x5ace12,_0x437090=null){const _0x24aeff=a44_0x247138,_0x2039f6={'JUttd':function(_0x5adaaf,_0x4c5483){return _0x5adaaf===_0x4c5483;},'QzbME':_0x24aeff(0x197),'gJxwY':'Browser\x20is\x20not\x20defined\x20or\x20not\x20available','LdebX':'Device\x20Model\x20is\x20not\x20available','kVknP':_0x24aeff(0x187),'hHnjz':function(_0x4021e7,_0x266a29,_0x19f4c9){return _0x4021e7(_0x266a29,_0x19f4c9);},'Acttd':_0x24aeff(0x1a7),'sQiQH':'_defaultConnectOptions','tLMUM':function(_0x16045e,_0x56d678,_0x3dd561){return _0x16045e(_0x56d678,_0x3dd561);},'xjVXy':_0x24aeff(0x152),'fayri':_0x24aeff(0x163),'SNTDd':'connectOptions','aYRWl':function(_0x4d6d90,_0x5dac12){return _0x4d6d90(_0x5dac12);},'uIAjg':'browserstack','rmVyS':'turboscale','VeniO':_0x24aeff(0x15e),'mbylk':function(_0x36dc64,_0x411e63){return _0x36dc64(_0x411e63);},'iVOwz':function(_0xe0d41f,_0x3b6a61){return _0xe0d41f(_0x3b6a61);},'eUImh':function(_0x1a5c24,_0x1a530e){return _0x1a5c24+_0x1a530e;},'elMSv':_0x24aeff(0x19d),'pRcKs':function(_0x3fac61){return _0x3fac61();},'xVALX':_0x24aeff(0x150)},_0x335b24=this;return _0x2039f6[_0x24aeff(0x1a2)](o11yErrorHandler,async function _0x31c212(_0x443152,_0x54d765,_0x2bedea=null){const _0x543a7e=_0x24aeff;let _0x4d6eb1=_0x443152[_0x543a7e(0x17d)],_0x59c4ce=null;_0x443152&&_0x2039f6[_0x543a7e(0x1b2)](typeof _0x443152[_0x543a7e(0x168)],_0x2039f6[_0x543a7e(0x134)])?_0x59c4ce=_0x443152[_0x543a7e(0x168)]():logger[_0x543a7e(0x12d)](_0x2039f6[_0x543a7e(0x18c)]);let _0x2aaa90=null;_0x443152&&_0x2039f6[_0x543a7e(0x1b2)](typeof _0x443152[_0x543a7e(0x175)],_0x2039f6[_0x543a7e(0x134)])?_0x2aaa90=_0x443152[_0x543a7e(0x175)]():logger[_0x543a7e(0x12d)](_0x2039f6[_0x543a7e(0x1a5)]);let _0x222db6=null,_0x10fe77=null,_0x14fad8=null,_0x1de2e3=_0x2039f6[_0x543a7e(0x179)];if(_0x443152[_0x543a7e(0x1ad)][_0x543a7e(0x167)]()||global['accessibilityPlatform']){let _0x250d3e=null;_0x2039f6[_0x543a7e(0x1a2)](nestedKeyValue,_0x443152,[_0x2039f6[_0x543a7e(0x164)],_0x2039f6['sQiQH']])?_0x250d3e=_0x443152[_0x543a7e(0x1a7)][_0x543a7e(0x169)]:_0x250d3e=_0x2039f6[_0x543a7e(0x14c)](nestedKeyValue,_0x54d765,[_0x2039f6[_0x543a7e(0x1ae)],_0x2039f6['fayri'],_0x2039f6[_0x543a7e(0x122)]]);const _0x20f26b=_0x2bedea||_0x250d3e&&_0x250d3e[_0x543a7e(0x1a4)];_0x20f26b&&(_0x1de2e3=_0x2039f6[_0x543a7e(0x18d)](getCloudProviderFromWsEndpoint,_0x20f26b),_0x2039f6[_0x543a7e(0x1b2)](_0x1de2e3,_0x2039f6[_0x543a7e(0x151)])&&(_0x14fad8=constants[_0x543a7e(0x10f)]['test'](_0x20f26b)?_0x2039f6[_0x543a7e(0x120)]:_0x2039f6[_0x543a7e(0x13b)],_0x4d6eb1=_0x2039f6['mbylk'](getBrowserFromWSEndpoint,_0x20f26b)||_0x4d6eb1,_0x222db6=_0x335b24['currentSessionDetails'][_0x543a7e(0x1b7)],_0x10fe77=_0x335b24[_0x543a7e(0x19f)][_0x543a7e(0x12c)]));}else{_0x54d765&&_0x54d765[_0x543a7e(0x152)]['use'][_0x543a7e(0x11b)]?_0x4d6eb1=_0x2039f6['iVOwz'](getBrowserNameFromChannel,_0x54d765[_0x543a7e(0x152)][_0x543a7e(0x163)]['channel']):_0x4d6eb1=_0x2039f6[_0x543a7e(0x16a)](_0x2039f6[_0x543a7e(0x119)],_0x4d6eb1[_0x543a7e(0x142)]());const _0x501bd5=await _0x2039f6[_0x543a7e(0x15f)](getPlatformDetails);_0x222db6=_0x501bd5[_0x543a7e(0x115)],_0x10fe77=_0x501bd5[_0x543a7e(0x125)];}const _0x43eaf0={};_0x43eaf0[_0x543a7e(0x173)]=_0x4d6eb1,_0x43eaf0[_0x543a7e(0x183)]=_0x59c4ce,_0x43eaf0['capabilities']={},_0x43eaf0['platform']=_0x222db6,_0x43eaf0[_0x543a7e(0x12c)]=_0x10fe77,_0x43eaf0[_0x543a7e(0x128)]=_0x14fad8;const _0x595337=_0x43eaf0;_0x2aaa90&&(_0x595337[_0x543a7e(0x188)][_0x543a7e(0x186)]=_0x2aaa90);const _0x39c4ee={};_0x39c4ee[_0x543a7e(0x16b)]=_0x1de2e3,_0x335b24[_0x543a7e(0x19f)]=Object[_0x543a7e(0x118)]({},_0x335b24[_0x543a7e(0x19f)],_0x39c4ee,_0x595337);},_0x2039f6[_0x24aeff(0x13d)])(_0x4eb73a,_0x5ace12,_0x437090);}static[a44_0x247138(0x137)](){const _0x11f86c=a44_0x247138;this[_0x11f86c(0x12a)](),this[_0x11f86c(0x1ab)]();}static[a44_0x247138(0x12a)](){const _0x4d6654=a44_0x247138,_0x2f7a22={'EShbU':function(_0x48cfc9,_0x501878,_0x2f37b3){return _0x48cfc9(_0x501878,_0x2f37b3);},'lAYeg':_0x4d6654(0x18e),'eSpCs':_0x4d6654(0x138),'MgQYx':_0x4d6654(0x1a9),'TogSb':_0x4d6654(0x132),'KMzRA':'pwPage','pAxIJ':function(_0x20ad88,_0x2eae02){return _0x20ad88===_0x2eae02;},'TzEEi':_0x4d6654(0x141),'OqWIu':function(_0x77e4b4,_0x5c6b5a,_0x207e9d,_0x330edc){return _0x77e4b4(_0x5c6b5a,_0x207e9d,_0x330edc);},'MbxDx':function(_0x43caf8,_0x3d1794){return _0x43caf8(_0x3d1794);},'OAQDR':_0x4d6654(0x1a1),'HkhsR':_0x4d6654(0x17b),'mkDbP':_0x4d6654(0x19a),'lUAAi':function(_0x228a8,_0x2f93d7){return _0x228a8(_0x2f93d7);},'DgHSy':function(_0x4c17c4,_0x2dd411){return _0x4c17c4(_0x2dd411);},'CXLdQ':'Not\x20able\x20to\x20import\x20Connection','oNADW':function(_0x42f456,_0x1c0622){return _0x42f456(_0x1c0622);},'XgsRR':function(_0x4704ba,_0x295696){return _0x4704ba!=_0x295696;},'mSpNT':function(_0x4c36f){return _0x4c36f();},'MPMCr':_0x4d6654(0x13a),'qkfgW':_0x4d6654(0x149)},_0x37caa2=this;if(!this[_0x4d6654(0x1ba)])try{const _0x245140=path['join'](_0x2f7a22['OAQDR'],_0x2f7a22[_0x4d6654(0x143)],_0x2f7a22['mkDbP']),_0x5024ff=_0x2f7a22['lUAAi'](importFileFromPWCore,_0x245140);!_0x5024ff?_0x2f7a22[_0x4d6654(0x19c)](debug,_0x2f7a22[_0x4d6654(0x15b)]):this[_0x4d6654(0x1ba)]=_0x5024ff[_0x4d6654(0x1ba)];}catch(_0x45ca44){_0x2f7a22[_0x4d6654(0x159)](debug,'Error\x20in\x20importing\x20connection\x20'+_0x45ca44[_0x4d6654(0x171)]());}const _0x2db5d6=this[_0x4d6654(0x1ba)];try{if(_0x2f7a22[_0x4d6654(0x17c)](_0x2db5d6,null)){const _0x5cf45e=_0x2db5d6[_0x4d6654(0x19e)][_0x4d6654(0x149)],_0x3f8f2a=_0x2db5d6[_0x4d6654(0x19e)]['sendMessageToServer'];_0x2f7a22[_0x4d6654(0x1a8)](isAccessibilityAutomationSession)&&Object[_0x4d6654(0x191)](_0x2db5d6[_0x4d6654(0x19e)],_0x2f7a22[_0x4d6654(0x199)],{'get':function(){return async function(){const _0x8e8bf0=a44_0x48c7;try{if(!global[_0x8e8bf0(0x133)]&&global[_0x8e8bf0(0x135)]&&_0x2f7a22[_0x8e8bf0(0x148)](nestedKeyValue,global[_0x8e8bf0(0x132)],[_0x2f7a22[_0x8e8bf0(0x146)],_0x2f7a22[_0x8e8bf0(0x12f)],_0x2f7a22[_0x8e8bf0(0x170)]])&&_0x2f7a22[_0x8e8bf0(0x148)](shouldScanTestForAccessibility,global[_0x8e8bf0(0x132)][_0x8e8bf0(0x18e)][_0x8e8bf0(0x138)][_0x8e8bf0(0x1a9)],!![])&&scripts[_0x8e8bf0(0x11c)](arguments[0x1])){logger[_0x8e8bf0(0x12d)](_0x8e8bf0(0x165)+arguments[0x1]),global[_0x8e8bf0(0x133)]=!![];const _0x1d71d8=_0x2f7a22[_0x8e8bf0(0x148)](nestedKeyValue,global,[_0x2f7a22[_0x8e8bf0(0x174)],_0x2f7a22['KMzRA']]);if(_0x1d71d8){const _0x52d0ad={};_0x52d0ad[_0x8e8bf0(0x139)]=arguments[0x1],logger[_0x8e8bf0(0x181)](_0x8e8bf0(0x126)+util['format'](await AccessibilityHelper[_0x8e8bf0(0x11e)](_0x1d71d8,_0x52d0ad)));}if(_0x2f7a22[_0x8e8bf0(0x140)](arguments[0x0]['_type'],_0x2f7a22[_0x8e8bf0(0x1b4)])&&global[_0x8e8bf0(0x192)]){const _0x91e2cb={};_0x91e2cb[_0x8e8bf0(0x139)]=arguments[0x1],logger['info'](_0x8e8bf0(0x129)+util[_0x8e8bf0(0x19b)](await _0x2f7a22[_0x8e8bf0(0x144)](browserStackExecuteDriver,global[_0x8e8bf0(0x192)],scripts[_0x8e8bf0(0x11e)],_0x91e2cb)));}}}catch(_0x472776){logger[_0x8e8bf0(0x12d)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x8e8bf0(0x19b)](_0x472776));}return global[_0x8e8bf0(0x133)]=![],_0x3f8f2a[_0x8e8bf0(0x161)](this,arguments);};}}),!_0x2f7a22['MbxDx'](isFalse,process[_0x4d6654(0x145)][_0x4d6654(0x1b5)])&&Object[_0x4d6654(0x191)](_0x2db5d6['prototype'],_0x2f7a22['qkfgW'],{'get':function(){return async function _0x1abfef(_0x4fec27){const _0x948ae8=a44_0x48c7;if(BrowserstackCLI[_0x948ae8(0x113)]()[_0x948ae8(0x162)]()){const _0x10d1a5={};_0x10d1a5[_0x948ae8(0x1ac)]=_0x4fec27,await BrowserstackCLI[_0x948ae8(0x113)]()[_0x948ae8(0x15c)]()[_0x948ae8(0x18f)](AutomationFrameworkState[_0x948ae8(0x17e)],HookState[_0x948ae8(0x1b1)],_0x10d1a5);}else{const _0x57830c=_0x4fec27&&_0x4fec27['params']&&_0x4fec27['params']['bsParams'];if(_0x57830c){const _0x2083f4=_0x57830c[_0x948ae8(0x14a)],_0x508122=_0x57830c[_0x948ae8(0x180)];_0x508122&&(_0x2f7a22['MbxDx'](debug,_0x948ae8(0x158)+_0x508122[_0x948ae8(0x171)]()),_0x37caa2[_0x948ae8(0x19f)]['platform']=_0x508122[_0x948ae8(0x115)],_0x37caa2['currentSessionDetails'][_0x948ae8(0x12c)]=_0x508122['platformVersion']),_0x2083f4&&(_0x2f7a22[_0x948ae8(0x1b6)](debug,_0x948ae8(0x136)+_0x2083f4),_0x37caa2[_0x948ae8(0x19f)][_0x948ae8(0x185)]=_0x2083f4);}}return _0x5cf45e[_0x948ae8(0x161)](this,arguments);};}});}}catch(_0x3dfc23){_0x2f7a22[_0x4d6654(0x1af)](debug,_0x4d6654(0x18b)+_0x3dfc23),_0x37caa2[_0x4d6654(0x14d)]=_0x3dfc23['toString']();}}static['patchCRConnection'](){const _0x36a02e=a44_0x247138,_0x513d56={'nTbuh':function(_0x1399fd,_0x221e22){return _0x1399fd(_0x221e22);},'IvSTc':function(_0x4e081f,_0x5e867f){return _0x4e081f(_0x5e867f);},'zNFpu':function(_0x57b343){return _0x57b343();},'Sfiiq':'lib','XbLxe':_0x36a02e(0x17f),'RKwMe':_0x36a02e(0x123),'Jcchi':'crConnection.js','FxcDl':function(_0xa9e100,_0x1757b0){return _0xa9e100(_0x1757b0);},'StzPz':function(_0xe7029e,_0x31d2ed){return _0xe7029e(_0x31d2ed);},'GEaLX':'Not\x20able\x20to\x20import\x20crConnection','puQbi':function(_0x12945b,_0x3f5dfc){return _0x12945b(_0x3f5dfc);},'eGJTS':'Error\x20in\x20importing\x20crConnection','IwriB':function(_0x512bea,_0x35f52a){return _0x512bea!=_0x35f52a;},'LjZgb':'_onMessage','vyBtK':function(_0x268241,_0x562410){return _0x268241(_0x562410);}},_0x47e668=this;if(_0x513d56[_0x36a02e(0x1a6)](isAccessibilityAutomationSession)){let _0x2d80ef=null;try{const _0x23b745=path['join'](_0x513d56['Sfiiq'],_0x513d56[_0x36a02e(0x156)],_0x513d56[_0x36a02e(0x190)],_0x513d56[_0x36a02e(0x130)]),_0x3d75ec=_0x513d56[_0x36a02e(0x1a3)](importFileFromPWCore,_0x23b745);!_0x3d75ec?_0x513d56[_0x36a02e(0x166)](debug,_0x513d56[_0x36a02e(0x13e)]):_0x2d80ef=_0x3d75ec[_0x36a02e(0x16d)];}catch(_0x189e50){_0x513d56['puQbi'](debug,_0x513d56[_0x36a02e(0x147)]);}try{if(_0x513d56[_0x36a02e(0x189)](_0x2d80ef,null)){const _0xac998a=_0x2d80ef[_0x36a02e(0x19e)]['_onMessage'];Object[_0x36a02e(0x191)](_0x2d80ef[_0x36a02e(0x19e)],_0x513d56[_0x36a02e(0x111)],{'get':function(){return async function _0x1cb983(_0x5f287b){const _0x434c91=a44_0x48c7;try{if(BrowserstackCLI['getInstance']()[_0x434c91(0x162)]()){const _0x32f950={};_0x32f950[_0x434c91(0x1ac)]=_0x5f287b,await BrowserstackCLI[_0x434c91(0x113)]()[_0x434c91(0x15c)]()['trackEvent'](AutomationFrameworkState[_0x434c91(0x17e)],HookState['POST'],_0x32f950),delete _0x5f287b[_0x434c91(0x16f)];}else{const _0x42119d=_0x5f287b['bStackParams'];if(_0x42119d){delete _0x5f287b[_0x434c91(0x16f)];const _0x2f9ed2=_0x42119d[_0x434c91(0x14a)],_0x290870=_0x42119d[_0x434c91(0x180)];_0x290870&&(_0x513d56['nTbuh'](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x290870['toString']()),_0x47e668['currentSessionDetails'][_0x434c91(0x1b7)]=_0x290870[_0x434c91(0x115)],_0x47e668['currentSessionDetails'][_0x434c91(0x12c)]=_0x290870['platformVersion']),_0x2f9ed2&&(_0x513d56[_0x434c91(0x16c)](debug,_0x434c91(0x154)+_0x2f9ed2),_0x47e668['currentSessionDetails'][_0x434c91(0x185)]=_0x2f9ed2);}}}catch(_0x20a4a7){_0x513d56[_0x434c91(0x16c)](debug,_0x434c91(0x195)+_0x20a4a7[_0x434c91(0x171)]());}return _0xac998a[_0x434c91(0x161)](this,arguments);};}});}}catch(_0x221ecc){_0x513d56[_0x36a02e(0x153)](debug,'Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20'+_0x221ecc),_0x47e668[_0x36a02e(0x14d)]=_0x221ecc[_0x36a02e(0x171)]();}}}static[a44_0x247138(0x14e)](){const _0xad2171=a44_0x247138;return this[_0xad2171(0x19f)];}}module[a44_0x247138(0x121)]=PlaywrightSessionDetails;
1
+ const a44_0x42a17d=a44_0x47c0;(function(_0xab669f,_0x4dc4c8){const _0x32f680=a44_0x47c0,_0x56ea00=_0xab669f();while(!![]){try{const _0x31150a=parseInt(_0x32f680(0xe3))/0x1+-parseInt(_0x32f680(0xaf))/0x2+parseInt(_0x32f680(0xc4))/0x3+parseInt(_0x32f680(0x108))/0x4*(-parseInt(_0x32f680(0x105))/0x5)+-parseInt(_0x32f680(0x125))/0x6*(-parseInt(_0x32f680(0x146))/0x7)+parseInt(_0x32f680(0x96))/0x8*(-parseInt(_0x32f680(0xc2))/0x9)+parseInt(_0x32f680(0x127))/0xa;if(_0x31150a===_0x4dc4c8)break;else _0x56ea00['push'](_0x56ea00['shift']());}catch(_0x48af27){_0x56ea00['push'](_0x56ea00['shift']());}}}(a44_0x15f8,0xc2fcc));function a44_0x15f8(){const _0x25da9b=['sessionError','assign','browserstack','BmAzH','test','getDetails','1453792DTQCaz','function','gQgAj','env','Performing\x20scan\x20for\x20','testInfo','trackEvent','url','bZQyp','lib','kkMIJ','IDGWT','patchCRConnection','use','_browserType','HOJSI','info','_type','bStackParams','Setting\x20session\x20id\x20received\x20from\x20BS\x20','TgvLV','PLAYWRIGHT_DISPATCH','CRConnection','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','project','turboscale','../../helpers/helper','prototype','Driver\x20Scan\x20result=','WgvLc','../v2/state/automationFrameworkState.js','capabilities','rlkDS','../../helpers/accessibility-automation/scripts','1603670bbDubh','USUNl','chrome','12LCMspz','Connection','MGNBC','platformName','BIONy','getInstance','VQdhd','parse','unknown_grid','_connection','bstackPerformA11yScan','YRmOt','tjPoW','nNpWh','caps','cloudProvider','Not\x20able\x20to\x20import\x20crConnection','isRemote','../v2/browserstackCLI','__driver','PukdM','apply','RLkTH','patchConnection','connection.js','platform_version','RejWw','LaBSp','platformVersion','30jvEldB','dnIYG','1714750bNOJZf','currentSessionDetails','Not\x20able\x20to\x20import\x20Connection','JvynU','sendMessageToServer','model','vBhdU','shouldWrapCommand','YOsMN','performScan','currentTest','fdVXs','mKMyD','rugVJ','bsParams','browser_version','../utils/constants','VvABV','GuSTs','MMtJN','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','_name','eBWrl','Xigwj','zfvrZ','KgpUw','platform','query','../../helpers/test-observability/utils','deviceModel','../../helpers/logger','1438017gbXYTB','isRunning','POST','platformDetails','pwPage','sghAu','nuWxw','setupBrowserDetails','format','AlALR','BSTACK_URL','BJDfs','czBdZ','spske','defineProperty','8mXWwNi','product','accessibilityPlatform','util','xXWUk','params','Error\x20in\x20finding\x20platform\x20details\x20','Error\x20in\x20importing\x20connection\x20','ZhunI','IAHJN','AuqYY','winstonLogger','mhYOi','join','../v2/state/hookState.js','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','dispatch','pgiVL','qdtIr','titlePath','method','toString','wsEndpoint','rgxvO','txbON','1377328LlsoEf','channel','server','VgAod','fromEntries','local_grid','FTHEp','automate','entries','debug','Failed\x20to\x20perform\x20scan\x20','path','__workerDetails','ucucY','_defaultConnectOptions','includes','patch','browser','version','3920355jaESzU','xAopj','698121oJhXow','sessionId','BoTuN','BADRy','BSTACK_ATS_URL','_onMessage','getAutomationFramework','yfgZw','crConnection.js','edge','Page','chromium','rnDQN','PiRQg','wWigv','bsSessionId','Error\x20in\x20importing\x20crConnection','message','AHIzt','twbxS','client','../../helpers/accessibility-automation/helper','ZYDgZ','SXppL','browserName'];a44_0x15f8=function(){return _0x25da9b;};return a44_0x15f8();}const path=require(a44_0x42a17d(0xba)),url=require(a44_0x42a17d(0xea)),util=require(a44_0x42a17d(0x99)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a44_0x42a17d(0xfd)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a44_0x42a17d(0x143)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a44_0x42a17d(0xd9)),logger=require(a44_0x42a17d(0x145))[a44_0x42a17d(0xa1)],scripts=require(a44_0x42a17d(0x104)),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require('./accessibility-helper'),constants=require(a44_0x42a17d(0x137)),BrowserstackCLI=require(a44_0x42a17d(0x11a)),AutomationFrameworkState=require(a44_0x42a17d(0x101)),HookState=require(a44_0x42a17d(0xa4)),getBrowserNameFromChannel=_0x44d107=>{const _0x2286e8=a44_0x42a17d,_0x28415f={};_0x28415f[_0x2286e8(0xc6)]='chrome',_0x28415f[_0x2286e8(0xbc)]=_0x2286e8(0xcd),_0x28415f[_0x2286e8(0x13e)]='firefox',_0x28415f[_0x2286e8(0x14c)]='safari';const _0x1caaa9=_0x28415f;if(_0x44d107[_0x2286e8(0xbe)](_0x1caaa9[_0x2286e8(0xc6)]))return _0x1caaa9[_0x2286e8(0xc6)];if(_0x44d107[_0x2286e8(0xbe)](_0x1caaa9['ucucY']))return _0x1caaa9[_0x2286e8(0xbc)];if(_0x44d107[_0x2286e8(0xbe)](_0x1caaa9[_0x2286e8(0x13e)]))return _0x1caaa9[_0x2286e8(0x13e)];if(_0x44d107[_0x2286e8(0xbe)](_0x1caaa9[_0x2286e8(0x14c)]))return _0x1caaa9[_0x2286e8(0x14c)];},getBrowserFromWSEndpoint=_0x5077c7=>{const _0x4488f5=a44_0x42a17d,_0x3b2ae0={'boWkG':_0x4488f5(0x107),'VQdhd':function(_0x3469cf,_0x3783cc){return _0x3469cf(_0x3783cc);}};try{const _0x422590=url['parse'](_0x5077c7),_0x22ddab=new URLSearchParams(_0x422590[_0x4488f5(0x142)]),_0x25b3ad=Object[_0x4488f5(0xb3)](_0x22ddab[_0x4488f5(0xb7)]()),_0x401bca=JSON[_0x4488f5(0x10f)](_0x25b3ad[_0x4488f5(0x116)]);if(_0x401bca&&(_0x401bca[_0x4488f5(0xc0)]||_0x401bca[_0x4488f5(0xdc)]))return _0x401bca[_0x4488f5(0xc0)]||_0x401bca[_0x4488f5(0xdc)];return _0x3b2ae0['boWkG'];}catch(_0x57d455){_0x3b2ae0[_0x4488f5(0x10e)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x57d455[_0x4488f5(0xab)]());}},getCloudProviderFromWsEndpoint=_0x2c7a15=>{const _0x3a7bd5=a44_0x42a17d,_0x21598d={};_0x21598d[_0x3a7bd5(0x9f)]=_0x3a7bd5(0xdf),_0x21598d[_0x3a7bd5(0x133)]=_0x3a7bd5(0x110);const _0x3ea78b=_0x21598d;if(_0x2c7a15[_0x3a7bd5(0xbe)](constants[_0x3a7bd5(0x91)])||_0x2c7a15[_0x3a7bd5(0xbe)](constants[_0x3a7bd5(0xc8)]))return _0x3ea78b[_0x3a7bd5(0x9f)];return _0x3ea78b[_0x3a7bd5(0x133)];},a44_0x428a0c={};a44_0x428a0c[a44_0x42a17d(0x117)]=undefined,a44_0x428a0c[a44_0x42a17d(0xd3)]=undefined,a44_0x428a0c[a44_0x42a17d(0xc0)]=undefined,a44_0x428a0c[a44_0x42a17d(0x136)]=undefined,a44_0x428a0c[a44_0x42a17d(0x141)]=undefined,a44_0x428a0c[a44_0x42a17d(0x121)]=undefined,a44_0x428a0c[a44_0x42a17d(0x97)]=undefined,a44_0x428a0c['capabilities']={};function a44_0x47c0(_0x313fb6,_0x3d4cc7){const _0x15f836=a44_0x15f8();return a44_0x47c0=function(_0x47c0ed,_0x1bea37){_0x47c0ed=_0x47c0ed-0x8e;let _0x5efeef=_0x15f836[_0x47c0ed];return _0x5efeef;},a44_0x47c0(_0x313fb6,_0x3d4cc7);}class PlaywrightSessionDetails{static ['currentSessionDetails']=a44_0x428a0c;constructor(){const _0x54cbf3=a44_0x42a17d,_0x449bc6={};_0x449bc6[_0x54cbf3(0x9a)]=_0x54cbf3(0xfa);const _0x1969d7=_0x449bc6;throw new Error(_0x1969d7[_0x54cbf3(0x9a)]);}static ['sessionError']=null;static[a44_0x42a17d(0x8e)](_0x3c556f,_0x595098,_0x1dd906=null){const _0x2ec5a5=a44_0x42a17d,_0x3ad11d={'qdtIr':function(_0xb8433b,_0xcdb4fc){return _0xb8433b===_0xcdb4fc;},'KgpUw':_0x2ec5a5(0xe4),'AuqYY':'Browser\x20is\x20not\x20defined\x20or\x20not\x20available','sghAu':'Device\x20Model\x20is\x20not\x20available','MGNBC':_0x2ec5a5(0xb4),'tjPoW':function(_0x16e2c4,_0x5a7aae,_0xe4370b){return _0x16e2c4(_0x5a7aae,_0xe4370b);},'vBhdU':'_browserType','mhYOi':_0x2ec5a5(0xbd),'pImpG':_0x2ec5a5(0xfb),'txbON':_0x2ec5a5(0xf0),'FTHEp':'connectOptions','yfgZw':function(_0x454f93,_0x1c32ad){return _0x454f93(_0x1c32ad);},'pgiVL':'browserstack','fbAeH':_0x2ec5a5(0xfc),'xAopj':_0x2ec5a5(0xb6),'kkMIJ':function(_0x2ea218,_0x5412e3){return _0x2ea218(_0x5412e3);},'twbxS':function(_0x54939f,_0x37228e){return _0x54939f+_0x37228e;},'qvlKt':'playwright-','qbTaN':function(_0x3797ac){return _0x3797ac();},'gqTlX':function(_0x28b1aa,_0x3c61a5,_0x57375a){return _0x28b1aa(_0x3c61a5,_0x57375a);},'rnDQN':'setupBrowserDetails'},_0x13cd64=this;return _0x3ad11d['gqTlX'](o11yErrorHandler,async function _0x1d0722(_0x5ac67e,_0x43ab61,_0x17cadb=null){const _0x45af4e=_0x2ec5a5;let _0x59c430=_0x5ac67e[_0x45af4e(0x13c)],_0x320457=null;_0x5ac67e&&_0x3ad11d[_0x45af4e(0xa8)](typeof _0x5ac67e[_0x45af4e(0xc1)],_0x3ad11d['KgpUw'])?_0x320457=_0x5ac67e[_0x45af4e(0xc1)]():logger['debug'](_0x3ad11d[_0x45af4e(0xa0)]);let _0xfce387=null;_0x5ac67e&&_0x3ad11d[_0x45af4e(0xa8)](typeof _0x5ac67e[_0x45af4e(0x12c)],_0x3ad11d[_0x45af4e(0x140)])?_0xfce387=_0x5ac67e[_0x45af4e(0x12c)]():logger[_0x45af4e(0xb8)](_0x3ad11d[_0x45af4e(0x14b)]);let _0xfb01b2=null,_0x494b18=null,_0x1acf14=null,_0x2a433e=_0x3ad11d[_0x45af4e(0x10a)];if(_0x5ac67e[_0x45af4e(0x111)][_0x45af4e(0x119)]()||global[_0x45af4e(0x98)]){let _0x325ec5=null;_0x3ad11d['tjPoW'](nestedKeyValue,_0x5ac67e,[_0x3ad11d[_0x45af4e(0x12d)],_0x3ad11d[_0x45af4e(0xa2)]])?_0x325ec5=_0x5ac67e[_0x45af4e(0xf1)][_0x45af4e(0xbd)]:_0x325ec5=_0x3ad11d[_0x45af4e(0x114)](nestedKeyValue,_0x43ab61,[_0x3ad11d['pImpG'],_0x3ad11d[_0x45af4e(0xae)],_0x3ad11d[_0x45af4e(0xb5)]]);const _0x2fb560=_0x17cadb||_0x325ec5&&_0x325ec5[_0x45af4e(0xac)];_0x2fb560&&(_0x2a433e=_0x3ad11d[_0x45af4e(0xcb)](getCloudProviderFromWsEndpoint,_0x2fb560),_0x3ad11d['qdtIr'](_0x2a433e,_0x3ad11d[_0x45af4e(0xa7)])&&(_0x1acf14=constants['ATS_WSS_URL_REGEX'][_0x45af4e(0xe1)](_0x2fb560)?_0x3ad11d['fbAeH']:_0x3ad11d[_0x45af4e(0xc3)],_0x59c430=_0x3ad11d[_0x45af4e(0xed)](getBrowserFromWSEndpoint,_0x2fb560)||_0x59c430,_0xfb01b2=_0x13cd64[_0x45af4e(0x128)]['platform'],_0x494b18=_0x13cd64['currentSessionDetails']['platform_version']));}else{_0x43ab61&&_0x43ab61['project'][_0x45af4e(0xf0)]['channel']?_0x59c430=_0x3ad11d[_0x45af4e(0xcb)](getBrowserNameFromChannel,_0x43ab61[_0x45af4e(0xfb)][_0x45af4e(0xf0)][_0x45af4e(0xb0)]):_0x59c430=_0x3ad11d[_0x45af4e(0xd7)](_0x3ad11d['qvlKt'],_0x59c430['toLowerCase']());const _0xe75083=await _0x3ad11d['qbTaN'](getPlatformDetails);_0xfb01b2=_0xe75083['platformName'],_0x494b18=_0xe75083[_0x45af4e(0x124)];}const _0x2469cc={};_0x2469cc[_0x45af4e(0xc0)]=_0x59c430,_0x2469cc[_0x45af4e(0x136)]=_0x320457,_0x2469cc[_0x45af4e(0x102)]={},_0x2469cc['platform']=_0xfb01b2,_0x2469cc[_0x45af4e(0x121)]=_0x494b18,_0x2469cc[_0x45af4e(0x97)]=_0x1acf14;const _0x1bd3be=_0x2469cc;_0xfce387&&(_0x1bd3be[_0x45af4e(0x102)][_0x45af4e(0x144)]=_0xfce387);const _0x1d9641={};_0x1d9641[_0x45af4e(0x117)]=_0x2a433e,_0x13cd64[_0x45af4e(0x128)]=Object[_0x45af4e(0xde)]({},_0x13cd64[_0x45af4e(0x128)],_0x1d9641,_0x1bd3be);},_0x3ad11d[_0x2ec5a5(0xd0)])(_0x3c556f,_0x595098,_0x1dd906);}static[a44_0x42a17d(0xbf)](){const _0x512ec5=a44_0x42a17d;this['patchConnection'](),this[_0x512ec5(0xef)]();}static[a44_0x42a17d(0x11f)](){const _0x58818a=a44_0x42a17d,_0xbd50a9={'ylYHi':function(_0x42dc60,_0x17928b,_0x6a74df){return _0x42dc60(_0x17928b,_0x6a74df);},'DNGrF':_0x58818a(0x131),'BmAzH':'testInfo','SGRxn':_0x58818a(0xa9),'HOJSI':_0x58818a(0xbb),'rgxvO':_0x58818a(0x14a),'TgvLV':function(_0x43181b,_0x47709b){return _0x43181b===_0x47709b;},'dnIYG':_0x58818a(0xce),'BJDfs':function(_0x539d83,_0x14d10c,_0x14ccdd,_0x1eb1a7){return _0x539d83(_0x14d10c,_0x14ccdd,_0x1eb1a7);},'gQgAj':function(_0x54e715,_0x2f498b){return _0x54e715(_0x2f498b);},'ZYDgZ':_0x58818a(0xec),'VvABV':_0x58818a(0xd8),'fdVXs':_0x58818a(0x120),'SXppL':function(_0x34e24c,_0x3f48ed){return _0x34e24c(_0x3f48ed);},'JvynU':function(_0x1aa30f,_0x1817cd){return _0x1aa30f(_0x1817cd);},'PukdM':_0x58818a(0x129),'YRmOt':function(_0x88eecc,_0x780b79){return _0x88eecc(_0x780b79);},'BIONy':function(_0x32bd7f,_0x5e320a){return _0x32bd7f!=_0x5e320a;},'ZhunI':function(_0x3b129b){return _0x3b129b();},'rugVJ':_0x58818a(0x12b),'VgAod':function(_0x14f86a,_0x28f25e){return _0x14f86a(_0x28f25e);},'YOsMN':_0x58818a(0xa6)},_0x5e3e07=this;if(!this[_0x58818a(0x109)])try{const _0x13f716=path[_0x58818a(0xa3)](_0xbd50a9[_0x58818a(0xda)],_0xbd50a9[_0x58818a(0x138)],_0xbd50a9[_0x58818a(0x132)]),_0x5bf15f=_0xbd50a9[_0x58818a(0xdb)](importFileFromPWCore,_0x13f716);!_0x5bf15f?_0xbd50a9[_0x58818a(0x12a)](debug,_0xbd50a9[_0x58818a(0x11c)]):this[_0x58818a(0x109)]=_0x5bf15f[_0x58818a(0x109)];}catch(_0x42b804){_0xbd50a9[_0x58818a(0x113)](debug,_0x58818a(0x9d)+_0x42b804[_0x58818a(0xab)]());}const _0x8cbba4=this[_0x58818a(0x109)];try{if(_0xbd50a9[_0x58818a(0x10c)](_0x8cbba4,null)){const _0x5b7d98=_0x8cbba4[_0x58818a(0xfe)][_0x58818a(0xa6)],_0xc6c355=_0x8cbba4[_0x58818a(0xfe)][_0x58818a(0x12b)];_0xbd50a9[_0x58818a(0x9e)](isAccessibilityAutomationSession)&&Object[_0x58818a(0x95)](_0x8cbba4[_0x58818a(0xfe)],_0xbd50a9[_0x58818a(0x134)],{'get':function(){const _0x145ece=_0x58818a,_0x1f0cd0={'zfvrZ':function(_0x46638c,_0x3b2350,_0x3fee5f){return _0xbd50a9['ylYHi'](_0x46638c,_0x3b2350,_0x3fee5f);},'rlkDS':_0xbd50a9['DNGrF'],'RLkTH':_0xbd50a9[_0x145ece(0xe0)],'LaBSp':_0xbd50a9['SGRxn'],'nNpWh':_0xbd50a9[_0x145ece(0xf2)],'AHIzt':_0xbd50a9[_0x145ece(0xad)],'ZRlFu':function(_0x2cffff,_0x2944c3){const _0x249c23=_0x145ece;return _0xbd50a9[_0x249c23(0xf7)](_0x2cffff,_0x2944c3);},'WgvLc':_0xbd50a9[_0x145ece(0x126)],'czBdZ':function(_0xb356bd,_0x523a5b,_0x5b02d9,_0x1438a3){const _0x470e4e=_0x145ece;return _0xbd50a9[_0x470e4e(0x92)](_0xb356bd,_0x523a5b,_0x5b02d9,_0x1438a3);}};return async function(){const _0x2d13c8=_0x145ece;try{if(!global[_0x2d13c8(0x112)]&&global[_0x2d13c8(0x98)]&&_0x1f0cd0[_0x2d13c8(0x13f)](nestedKeyValue,global['__workerDetails'],[_0x1f0cd0[_0x2d13c8(0x103)],_0x1f0cd0[_0x2d13c8(0x11e)],_0x1f0cd0[_0x2d13c8(0x123)]])&&_0x1f0cd0[_0x2d13c8(0x13f)](shouldScanTestForAccessibility,global[_0x2d13c8(0xbb)][_0x2d13c8(0x131)][_0x2d13c8(0xe8)][_0x2d13c8(0xa9)],!![])&&scripts[_0x2d13c8(0x12e)](arguments[0x1])){logger[_0x2d13c8(0xb8)](_0x2d13c8(0xe7)+arguments[0x1]),global[_0x2d13c8(0x112)]=!![];const _0x188e3d=_0x1f0cd0[_0x2d13c8(0x13f)](nestedKeyValue,global,[_0x1f0cd0[_0x2d13c8(0x115)],_0x1f0cd0[_0x2d13c8(0xd6)]]);if(_0x188e3d){const _0x2e2ac0={};_0x2e2ac0[_0x2d13c8(0xaa)]=arguments[0x1],logger[_0x2d13c8(0xf3)]('Page\x20Scan\x20result='+util['format'](await AccessibilityHelper[_0x2d13c8(0x130)](_0x188e3d,_0x2e2ac0)));}if(_0x1f0cd0['ZRlFu'](arguments[0x0][_0x2d13c8(0xf4)],_0x1f0cd0[_0x2d13c8(0x100)])&&global['__driver']){const _0x2e0542={};_0x2e0542[_0x2d13c8(0xaa)]=arguments[0x1],logger['info'](_0x2d13c8(0xff)+util[_0x2d13c8(0x8f)](await _0x1f0cd0[_0x2d13c8(0x93)](browserStackExecuteDriver,global[_0x2d13c8(0x11b)],scripts[_0x2d13c8(0x130)],_0x2e0542)));}}}catch(_0x1a1975){logger['debug'](_0x2d13c8(0xb9)+util[_0x2d13c8(0x8f)](_0x1a1975));}return global[_0x2d13c8(0x112)]=![],_0xc6c355[_0x2d13c8(0x11d)](this,arguments);};}}),!_0xbd50a9[_0x58818a(0xb2)](isFalse,process[_0x58818a(0xe6)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&Object['defineProperty'](_0x8cbba4['prototype'],_0xbd50a9[_0x58818a(0x12f)],{'get':function(){return async function _0x5841a2(_0x516f8b){const _0x3ff98a=a44_0x47c0;if(BrowserstackCLI[_0x3ff98a(0x10d)]()[_0x3ff98a(0x147)]()){const _0x1fdae5={};_0x1fdae5[_0x3ff98a(0xd5)]=_0x516f8b,await BrowserstackCLI[_0x3ff98a(0x10d)]()[_0x3ff98a(0xca)]()[_0x3ff98a(0xe9)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x3ff98a(0x148)],_0x1fdae5);}else{const _0x283845=_0x516f8b&&_0x516f8b[_0x3ff98a(0x9b)]&&_0x516f8b[_0x3ff98a(0x9b)][_0x3ff98a(0x135)];if(_0x283845){const _0x3faaa6=_0x283845[_0x3ff98a(0xc5)],_0x77cff2=_0x283845['platformDetails'];_0x77cff2&&(_0xbd50a9[_0x3ff98a(0xe5)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x77cff2['toString']()),_0x5e3e07['currentSessionDetails'][_0x3ff98a(0x141)]=_0x77cff2[_0x3ff98a(0x10b)],_0x5e3e07[_0x3ff98a(0x128)]['platform_version']=_0x77cff2[_0x3ff98a(0x124)]),_0x3faaa6&&(_0xbd50a9[_0x3ff98a(0xe5)](debug,_0x3ff98a(0xf6)+_0x3faaa6),_0x5e3e07[_0x3ff98a(0x128)][_0x3ff98a(0xd3)]=_0x3faaa6);}}return _0x5b7d98['apply'](this,arguments);};}});}}catch(_0x103d20){_0xbd50a9[_0x58818a(0x113)](debug,'Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20'+_0x103d20),_0x5e3e07[_0x58818a(0xdd)]=_0x103d20[_0x58818a(0xab)]();}}static['patchCRConnection'](){const _0x15ba97=a44_0x42a17d,_0x34e235={'eBWrl':function(_0x46dd57,_0x2ee100){return _0x46dd57(_0x2ee100);},'rJeUL':function(_0x47faf6,_0x5026c0){return _0x47faf6(_0x5026c0);},'RejWw':function(_0x20ac60,_0x548c1d){return _0x20ac60(_0x548c1d);},'bZQyp':function(_0x205a32){return _0x205a32();},'wWigv':'lib','PkKjW':_0x15ba97(0xb1),'IDGWT':_0x15ba97(0xcf),'WACZH':_0x15ba97(0xcc),'BADRy':function(_0x4170b5,_0x511df1){return _0x4170b5(_0x511df1);},'MMtJN':function(_0x1392f0,_0x4e82cb){return _0x1392f0(_0x4e82cb);},'spske':_0x15ba97(0x118),'USUNl':_0x15ba97(0xd4),'AlALR':function(_0x19e258,_0x13b65f){return _0x19e258!=_0x13b65f;},'GuSTs':_0x15ba97(0xc9),'PiRQg':function(_0x42c54d,_0x1f4437){return _0x42c54d(_0x1f4437);}},_0x52cce5=this;if(_0x34e235[_0x15ba97(0xeb)](isAccessibilityAutomationSession)){let _0x39922d=null;try{const _0x44a992=path[_0x15ba97(0xa3)](_0x34e235[_0x15ba97(0xd2)],_0x34e235['PkKjW'],_0x34e235[_0x15ba97(0xee)],_0x34e235['WACZH']),_0x2d9a31=_0x34e235[_0x15ba97(0xc7)](importFileFromPWCore,_0x44a992);!_0x2d9a31?_0x34e235['MMtJN'](debug,_0x34e235[_0x15ba97(0x94)]):_0x39922d=_0x2d9a31[_0x15ba97(0xf9)];}catch(_0xfecdff){_0x34e235[_0x15ba97(0x13a)](debug,_0x34e235[_0x15ba97(0x106)]);}try{if(_0x34e235[_0x15ba97(0x90)](_0x39922d,null)){const _0x30d55f=_0x39922d[_0x15ba97(0xfe)][_0x15ba97(0xc9)];Object['defineProperty'](_0x39922d[_0x15ba97(0xfe)],_0x34e235[_0x15ba97(0x139)],{'get':function(){return async function _0x2176ec(_0x1a86ff){const _0x4a4771=a44_0x47c0;try{if(BrowserstackCLI['getInstance']()[_0x4a4771(0x147)]()){const _0x5954f6={};_0x5954f6[_0x4a4771(0xd5)]=_0x1a86ff,await BrowserstackCLI[_0x4a4771(0x10d)]()[_0x4a4771(0xca)]()[_0x4a4771(0xe9)](AutomationFrameworkState[_0x4a4771(0xf8)],HookState[_0x4a4771(0x148)],_0x5954f6),delete _0x1a86ff['bStackParams'];}else{const _0x260f06=_0x1a86ff[_0x4a4771(0xf5)];if(_0x260f06){delete _0x1a86ff['bStackParams'];const _0xa0ea66=_0x260f06[_0x4a4771(0xc5)],_0x4d7624=_0x260f06[_0x4a4771(0x149)];_0x4d7624&&(_0x34e235[_0x4a4771(0x13d)](debug,'Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20'+_0x4d7624[_0x4a4771(0xab)]()),_0x52cce5['currentSessionDetails'][_0x4a4771(0x141)]=_0x4d7624['platformName'],_0x52cce5[_0x4a4771(0x128)][_0x4a4771(0x121)]=_0x4d7624[_0x4a4771(0x124)]),_0xa0ea66&&(_0x34e235['rJeUL'](debug,_0x4a4771(0xa5)+_0xa0ea66),_0x52cce5['currentSessionDetails'][_0x4a4771(0xd3)]=_0xa0ea66);}}}catch(_0x139374){_0x34e235[_0x4a4771(0x122)](debug,_0x4a4771(0x9c)+_0x139374[_0x4a4771(0xab)]());}return _0x30d55f[_0x4a4771(0x11d)](this,arguments);};}});}}catch(_0x59662d){_0x34e235[_0x15ba97(0xd1)](debug,_0x15ba97(0x13b)+_0x59662d),_0x52cce5['sessionError']=_0x59662d[_0x15ba97(0xab)]();}}}static[a44_0x42a17d(0xe2)](){const _0x16928d=a44_0x42a17d;return this[_0x16928d(0x128)];}}module['exports']=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a45_0x2c47(){const _0x5c9cef=['debug','alias','hzQQu','mocha','../helpers/helper','describe','--no-config','./vanilla-js/command','89559iswNlp','uNRzM','2840118kbLfKu','./v2/browserstackCLI','stack','200990YcGIow','cucumber-js','vanilla','codeceptjs','OPmmA','sendLogs','playwright','winstonLogger','VTVwk','handler','message','SDK_SETUP','.browserstack','path','isUndefined','--opts','command','findAndReplace','showHelpOnFail','--package','10ENkxhf','exitCode','usage','util','ibdXp','552IvQWsn','44986872ZZTXHJ','EnDEF','MinCf','./cucumber-js/command','push','help','wUJxI','boJJi','error','format','pFbzT','end','existsSync','SDK_CLEANUP','kuivQ','mocha/lib/cli/cli.js','yargs','BROWSERSTACK_CONFIG_FILE_PATH','./playwright/command','getInstance','demandCommand','../helpers/logger','VrtDE','PLAYWRIGHT','Ycehn','UqTCn','NIGHTWATCH','ats','setBrowserStackAutomationDisable','CUCUMBER','yaduX','--no-opts','--config','argv','./nightwatch/command','MfNFE','framework','jKBvJ','./codeceptjs/command','SDKTestSuccessful','unlinkSync','2oBeIKv','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','../helpers/utilities','phafb','Parsing\x20command\x20line\x20arguments','mocha/lib/cli/run.js','parserConfiguration','config','kPHXI','pgaUh','dwrNT','--no-package','ogusU','HELP','../helpers/performance/performance-tester','rbltF','3549069SNRCUP','TNfAu','pJuHz','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','includes','FfoVM','1797388nFnOcK','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','jest','7QrnhXG','homedir','../helpers/test-observability/constants','fireFunnelTestEvent','./utils/constants','CODECEPTJS','654779vvJbHk','join','version','../../ats/src/index','mocha/lib/cli/commands.js','node','dot-notation','NJhxl','IAaER','setTestObservabilityDisable','MOCHA','121RkFqoM','VERSION','tMwZp','Running\x20SDK\x20with\x20args\x20','start','KbdSi','slice','INFO'];a45_0x2c47=function(){return _0x5c9cef;};return a45_0x2c47();}const a45_0x1d9e18=a45_0x3779;(function(_0x3e5083,_0x348c73){const _0x5291be=a45_0x3779,_0x1da303=_0x3e5083();while(!![]){try{const _0x5dfd18=parseInt(_0x5291be(0x1e9))/0x1*(parseInt(_0x5291be(0x1ca))/0x2)+-parseInt(_0x5291be(0x1da))/0x3+-parseInt(_0x5291be(0x1e0))/0x4*(parseInt(_0x5291be(0x19b))/0x5)+-parseInt(_0x5291be(0x206))/0x6*(parseInt(_0x5291be(0x1e3))/0x7)+-parseInt(_0x5291be(0x1a0))/0x8*(parseInt(_0x5291be(0x204))/0x9)+-parseInt(_0x5291be(0x209))/0xa*(parseInt(_0x5291be(0x1f4))/0xb)+parseInt(_0x5291be(0x1a1))/0xc;if(_0x5dfd18===_0x348c73)break;else _0x1da303['push'](_0x1da303['shift']());}catch(_0x6f7c11){_0x1da303['push'](_0x1da303['shift']());}}}(a45_0x2c47,0xe5b6b));const fs=require('fs'),path=require(a45_0x1d9e18(0x194)),util=require(a45_0x1d9e18(0x19e)),{requireModule}=require(a45_0x1d9e18(0x200)),PerformanceTester=require(a45_0x1d9e18(0x1d8)),PerformanceEvents=require('../helpers/performance/constants')['EVENTS'],helper=require(a45_0x1d9e18(0x200)),utilities=require(a45_0x1d9e18(0x1cc)),{default:BrowserStackSetup}=require('../helpers/BrowserStackSetup'),{FRAMEWORKS}=require(a45_0x1d9e18(0x1e5)),runIntegrations=require('./integrations/command'),yargs=require(a45_0x1d9e18(0x1b1)),Constants=require(a45_0x1d9e18(0x1e7)),BrowserstackCLI=require(a45_0x1d9e18(0x207)),logger=require(a45_0x1d9e18(0x1b6))[a45_0x1d9e18(0x18e)],origArgs=Object['assign']([],process[a45_0x1d9e18(0x1c2)]),captureError=async(_0x4ed181,_0x505a1b,_0x345313,_0x421b08=null)=>{const _0xbb78ea=a45_0x1d9e18,_0xa813bd={'LMtYf':function(_0x114901,_0x729163,_0x333437,_0x4b1ee1){return _0x114901(_0x729163,_0x333437,_0x4b1ee1);},'ogusU':_0xbb78ea(0x1c8)};try{logger['info'](_0xbb78ea(0x1f7)+origArgs[_0xbb78ea(0x1ea)]('\x20')),await _0xa813bd['LMtYf'](_0x4ed181,_0x505a1b,_0x421b08,_0x345313);}catch(_0x855722){process[_0xbb78ea(0x19c)]=0x1,logger[_0xbb78ea(0x1a9)](util[_0xbb78ea(0x1aa)](_0x855722));const _0x2b62fb={'globalException':util[_0xbb78ea(0x1aa)]('%j',_0x855722)};PerformanceTester[_0xbb78ea(0x1ac)](PerformanceEvents[_0xbb78ea(0x192)],![],util[_0xbb78ea(0x1aa)](_0x855722));if(helper['isUndefined'](global[_0xbb78ea(0x1d1)])&&helper[_0xbb78ea(0x195)](global[_0xbb78ea(0x1c5)]))return;try{utilities[_0xbb78ea(0x1e6)](_0xa813bd[_0xbb78ea(0x1d6)],_0x2b62fb,global[_0xbb78ea(0x1d1)],global['framework']);}catch(_0x369285){logger[_0xbb78ea(0x1fc)](_0xbb78ea(0x1cb)+_0x369285[_0xbb78ea(0x208)]);}try{await helper[_0xbb78ea(0x18c)](global[_0xbb78ea(0x1d1)]);}catch(_0x572976){logger[_0xbb78ea(0x1fc)](_0xbb78ea(0x1e1)+_0x572976[_0xbb78ea(0x208)]);}await BrowserstackCLI[_0xbb78ea(0x1b4)]()['stop'](),PerformanceTester[_0xbb78ea(0x1ac)](PerformanceEvents['SDK_SETUP'],![],util[_0xbb78ea(0x1aa)](_0x855722));}finally{PerformanceTester[_0xbb78ea(0x1f8)](PerformanceEvents[_0xbb78ea(0x1ae)]);}};try{const browserstackFolderPath=path['join'](helper[a45_0x1d9e18(0x1e4)](),a45_0x1d9e18(0x193));if(fs[a45_0x1d9e18(0x1ad)](browserstackFolderPath)){const filePath=path[a45_0x1d9e18(0x1ea)](browserstackFolderPath,'.local-not-set.json');fs[a45_0x1d9e18(0x1ad)](filePath)&&fs[a45_0x1d9e18(0x1c9)](filePath);}}catch(a45_0x171046){logger[a45_0x1d9e18(0x1fc)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a45_0x171046[a45_0x1d9e18(0x191)]);}process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1de)](a45_0x1d9e18(0x1ff))&&(!process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1de)](a45_0x1d9e18(0x196))&&process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1a5)](a45_0x1d9e18(0x1c0)),!process[a45_0x1d9e18(0x1c2)]['find'](_0x45c370=>_0x45c370[a45_0x1d9e18(0x1de)](a45_0x1d9e18(0x1c1)))&&process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1a5)](a45_0x1d9e18(0x202)),!process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1de)](a45_0x1d9e18(0x19a))&&process[a45_0x1d9e18(0x1c2)][a45_0x1d9e18(0x1a5)](a45_0x1d9e18(0x1d5)),helper[a45_0x1d9e18(0x198)](process['argv'],'--require','--mochaRequire'));PerformanceTester[a45_0x1d9e18(0x1f8)](PerformanceEvents['SDK_SETUP']);const a45_0x5941fa={};function a45_0x3779(_0x175db8,_0x2ca8ff){const _0x2c47dd=a45_0x2c47();return a45_0x3779=function(_0x3779d2,_0x29ab31){_0x3779d2=_0x3779d2-0x188;let _0x234bb3=_0x2c47dd[_0x3779d2];return _0x234bb3;},a45_0x3779(_0x175db8,_0x2ca8ff);}a45_0x5941fa[a45_0x1d9e18(0x1ef)]=![];const argv=yargs[a45_0x1d9e18(0x1d0)](a45_0x5941fa)[a45_0x1d9e18(0x19d)]('usage:\x20$0\x20<command>\x20[args]')[a45_0x1d9e18(0x1fd)]('v',a45_0x1d9e18(0x1eb))[a45_0x1d9e18(0x201)]('v')[a45_0x1d9e18(0x1fd)]('h','help')[a45_0x1d9e18(0x1a6)](a45_0x1d9e18(0x1a6))[a45_0x1d9e18(0x199)](!![],Constants[a45_0x1d9e18(0x1f5)][a45_0x1d9e18(0x1d7)])['command'](a45_0x1d9e18(0x1e2),Constants['JEST']['INFO'],function(_0x3e1ab1){const _0x41625b=a45_0x1d9e18,_0x4c2551={'kPKNR':_0x41625b(0x1e2),'pFbzT':function(_0x2b1f57,_0x333bd0,_0x538d09,_0x214ec4,_0x59e10c){return _0x2b1f57(_0x333bd0,_0x538d09,_0x214ec4,_0x59e10c);},'rrAXq':function(_0x42d80b,_0x42179b){return _0x42d80b(_0x42179b);},'IAaER':'./jest/command'},_0x473dc7=process[_0x41625b(0x1c2)][_0x41625b(0x1fa)](0x2);helper[_0x41625b(0x1f2)](),helper[_0x41625b(0x1bd)]();const _0x4f42c3=new BrowserStackSetup(_0x3e1ab1[_0x41625b(0x1c2)],_0x4c2551['kPKNR']);return _0x4c2551[_0x41625b(0x1ab)](captureError,_0x4c2551['rrAXq'](require,_0x4c2551[_0x41625b(0x1f1)]),_0x3e1ab1[_0x41625b(0x1c2)],_0x4f42c3,_0x473dc7);})[a45_0x1d9e18(0x197)](a45_0x1d9e18(0x1ff),Constants[a45_0x1d9e18(0x1f3)][a45_0x1d9e18(0x1fb)],_0x1491cc=>{const _0x5ec257=a45_0x1d9e18,_0x52d1e8={'OSykG':function(_0x54ef39,_0x2c28a0,_0x57632a,_0x30b3e4){return _0x54ef39(_0x2c28a0,_0x57632a,_0x30b3e4);},'dIjDk':function(_0x20ee55,_0x4e5b15){return _0x20ee55(_0x4e5b15);},'tMwZp':'./mocha/command','jKBvJ':'mocha','boJJi':_0x5ec257(0x1ce),'kuivQ':function(_0x241b78,_0x590ae0,_0x3741e1){return _0x241b78(_0x590ae0,_0x3741e1);},'dwrNT':_0x5ec257(0x1cf),'hYUCv':function(_0x3263c5,_0x58319f,_0x153303){return _0x3263c5(_0x58319f,_0x153303);},'KbdSi':_0x5ec257(0x1ed),'rbltF':function(_0x265544,_0x5580d7,_0x3a1efb){return _0x265544(_0x5580d7,_0x3a1efb);},'VrtDE':_0x5ec257(0x1b0),'OPmmA':function(_0x21b67f){return _0x21b67f();}};process[_0x5ec257(0x1c2)]=process[_0x5ec257(0x1c2)]['slice'](0x1),helper[_0x5ec257(0x1f2)](),helper['setBrowserStackAutomationDisable']();const _0x2148fa=new BrowserStackSetup(_0x1491cc[_0x5ec257(0x1c2)],_0x52d1e8[_0x5ec257(0x1c6)]);logger[_0x5ec257(0x1fc)](_0x52d1e8[_0x5ec257(0x1a8)]);const _0x3e8bfa=_0x52d1e8[_0x5ec257(0x1af)](requireModule,_0x52d1e8[_0x5ec257(0x1d4)],_0x52d1e8[_0x5ec257(0x1c6)]),_0x2b5747=_0x52d1e8['hYUCv'](requireModule,_0x52d1e8[_0x5ec257(0x1f9)],_0x52d1e8['jKBvJ']);delete _0x3e8bfa[_0x5ec257(0x190)],_0x3e8bfa['handler']=function(_0xafc9b8){const _0x19b0a1=_0x5ec257;return _0x52d1e8['OSykG'](captureError,_0x52d1e8['dIjDk'](require,_0x52d1e8[_0x19b0a1(0x1f6)]),_0xafc9b8,_0x2148fa);},_0x2b5747['run']=_0x3e8bfa;const {main:_0x30f09c}=_0x52d1e8[_0x5ec257(0x1d9)](requireModule,_0x52d1e8[_0x5ec257(0x1b7)],_0x52d1e8[_0x5ec257(0x1c6)]);_0x52d1e8[_0x5ec257(0x18b)](_0x30f09c);})[a45_0x1d9e18(0x197)](a45_0x1d9e18(0x188),Constants[a45_0x1d9e18(0x1be)][a45_0x1d9e18(0x1fb)],function(_0x1f69a7){const _0x2ac1f1=a45_0x1d9e18,_0x4c030b={'iVvlx':_0x2ac1f1(0x188),'FfoVM':function(_0x574be9,_0x963bc4,_0x51f07b,_0x55bd98,_0x3c77be){return _0x574be9(_0x963bc4,_0x51f07b,_0x55bd98,_0x3c77be);},'NJhxl':function(_0x3581ec,_0x26da47){return _0x3581ec(_0x26da47);},'MinCf':_0x2ac1f1(0x1a4)},_0x2b0a15=process[_0x2ac1f1(0x1c2)]['slice'](0x2),_0x104cd3=new BrowserStackSetup(_0x1f69a7[_0x2ac1f1(0x1c2)],_0x4c030b['iVvlx']);return _0x4c030b[_0x2ac1f1(0x1df)](captureError,_0x4c030b[_0x2ac1f1(0x1f0)](require,_0x4c030b[_0x2ac1f1(0x1a3)]),_0x1f69a7[_0x2ac1f1(0x1c2)],_0x104cd3,_0x2b0a15);})[a45_0x1d9e18(0x197)](a45_0x1d9e18(0x1ee),Constants['VANILLA'][a45_0x1d9e18(0x1fb)],function(_0x463f01){const _0x4488bf=a45_0x1d9e18,_0x3df047={'ibdXp':_0x4488bf(0x189),'yaduX':function(_0x390ed2,_0x4dcbe8,_0x208199,_0x5d23d9,_0x515cf8){return _0x390ed2(_0x4dcbe8,_0x208199,_0x5d23d9,_0x515cf8);},'ohUUz':function(_0x536d2d,_0x59ab25){return _0x536d2d(_0x59ab25);},'phafb':_0x4488bf(0x203)},_0x5d314f=process[_0x4488bf(0x1c2)][_0x4488bf(0x1fa)](0x2),_0x4ec868=new BrowserStackSetup(_0x463f01[_0x4488bf(0x1c2)],_0x3df047[_0x4488bf(0x19f)]);return _0x3df047[_0x4488bf(0x1bf)](captureError,_0x3df047['ohUUz'](require,_0x3df047[_0x4488bf(0x1cd)]),_0x463f01[_0x4488bf(0x1c2)],_0x4ec868,_0x5d314f);})[a45_0x1d9e18(0x197)]('nightwatch',Constants[a45_0x1d9e18(0x1bb)][a45_0x1d9e18(0x1fb)],function(_0x637cdf){const _0x10ef8f=a45_0x1d9e18,_0x3edb5e={'uNRzM':function(_0x37529e,_0x481567,_0x53abc3,_0x4e2aab,_0x27ce19){return _0x37529e(_0x481567,_0x53abc3,_0x4e2aab,_0x27ce19);},'pgaUh':function(_0x58d5fd,_0x3704b5){return _0x58d5fd(_0x3704b5);},'EnDEF':_0x10ef8f(0x1c3)},_0x33cc1c=process[_0x10ef8f(0x1c2)][_0x10ef8f(0x1fa)](0x2),_0x29e795=new BrowserStackSetup(_0x637cdf['argv']);return _0x3edb5e[_0x10ef8f(0x205)](captureError,_0x3edb5e[_0x10ef8f(0x1d3)](require,_0x3edb5e[_0x10ef8f(0x1a2)]),_0x637cdf[_0x10ef8f(0x1c2)],_0x29e795,_0x33cc1c);})[a45_0x1d9e18(0x197)](a45_0x1d9e18(0x18a),Constants[a45_0x1d9e18(0x1e8)][a45_0x1d9e18(0x1fb)],function(_0x4c1a5d){const _0x477c21=a45_0x1d9e18,_0x36e1c5={'uqwZD':_0x477c21(0x18a),'TNfAu':function(_0x579d94,_0x295549,_0x182da4,_0x351936,_0x3af26c){return _0x579d94(_0x295549,_0x182da4,_0x351936,_0x3af26c);},'kPHXI':function(_0x54d075,_0x49729b){return _0x54d075(_0x49729b);},'hzQQu':_0x477c21(0x1c7)},_0x100047=process[_0x477c21(0x1c2)][_0x477c21(0x1fa)](0x2),_0x265afc=new BrowserStackSetup(_0x4c1a5d[_0x477c21(0x1c2)],_0x36e1c5['uqwZD']);return _0x36e1c5[_0x477c21(0x1db)](captureError,_0x36e1c5[_0x477c21(0x1d2)](require,_0x36e1c5[_0x477c21(0x1fe)]),_0x4c1a5d[_0x477c21(0x1c2)],_0x265afc,_0x100047);})['command']('ats',Constants['HST'][a45_0x1d9e18(0x1fb)],function(_0x426d50){const _0x1eb0a2=a45_0x1d9e18,_0x236574={'wOXOE':function(_0x27d49c,_0x5af3c9,_0x278397){return _0x27d49c(_0x5af3c9,_0x278397);},'pJuHz':function(_0x293553,_0x17226f){return _0x293553(_0x17226f);},'MfNFE':_0x1eb0a2(0x1ec)},_0x4fcbf3=process['argv'][_0x1eb0a2(0x1fa)](0x2);return _0x236574['wOXOE'](captureError,_0x236574[_0x1eb0a2(0x1dc)](require,_0x236574[_0x1eb0a2(0x1c4)]),_0x426d50);})[a45_0x1d9e18(0x197)]('integrations',Constants['INTEGRATIONS'][a45_0x1d9e18(0x1fb)],function(_0x1f6ed5){const _0x30b80b=a45_0x1d9e18,_0x65c4f8={'Ycehn':function(_0x5a9839,_0x2e7613){return _0x5a9839(_0x2e7613);}};return _0x65c4f8[_0x30b80b(0x1b9)](runIntegrations,_0x1f6ed5);})['command'](a45_0x1d9e18(0x18d),Constants[a45_0x1d9e18(0x1b8)]['INFO'],function(_0x2a1d79){const _0x2b0fe4=a45_0x1d9e18,_0x2c3e24={'wUJxI':function(_0x47d510,_0x4acd7e,_0x28e496,_0x388a5a,_0x59d1f8){return _0x47d510(_0x4acd7e,_0x28e496,_0x388a5a,_0x59d1f8);},'VTVwk':function(_0x450b82,_0x3ef576){return _0x450b82(_0x3ef576);},'UqTCn':_0x2b0fe4(0x1b3)},_0x5848fa=process[_0x2b0fe4(0x1c2)][_0x2b0fe4(0x1fa)](0x2);helper['getConfigPath'](process[_0x2b0fe4(0x1c2)])&&(process['env'][_0x2b0fe4(0x1b2)]=helper['getConfigPath'](process[_0x2b0fe4(0x1c2)]));helper[_0x2b0fe4(0x1f2)](),helper['setBrowserStackAutomationDisable']();const _0x2e4eb9=new BrowserStackSetup(_0x2a1d79[_0x2b0fe4(0x1c2)],FRAMEWORKS[_0x2b0fe4(0x1b8)]);return _0x2c3e24[_0x2b0fe4(0x1a7)](captureError,_0x2c3e24[_0x2b0fe4(0x18f)](require,_0x2c3e24[_0x2b0fe4(0x1ba)]),_0x2a1d79['argv'],_0x2e4eb9,_0x5848fa);})[a45_0x1d9e18(0x1b5)](0x1,a45_0x1d9e18(0x1dd))['wrap'](null)[a45_0x1d9e18(0x1c2)];!helper[a45_0x1d9e18(0x195)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a45_0x1d9e18(0x1bc)&&console[a45_0x1d9e18(0x1a9)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
2
+ 'use strict';const a45_0x31c454=a45_0x3adf;(function(_0x1763db,_0x5f0b8d){const _0x4667d9=a45_0x3adf,_0xf25481=_0x1763db();while(!![]){try{const _0x2faa2b=-parseInt(_0x4667d9(0x209))/0x1+-parseInt(_0x4667d9(0x1c3))/0x2+-parseInt(_0x4667d9(0x1cb))/0x3+parseInt(_0x4667d9(0x1de))/0x4+parseInt(_0x4667d9(0x1f7))/0x5*(-parseInt(_0x4667d9(0x1fa))/0x6)+parseInt(_0x4667d9(0x1cf))/0x7*(parseInt(_0x4667d9(0x20f))/0x8)+parseInt(_0x4667d9(0x1f8))/0x9*(parseInt(_0x4667d9(0x222))/0xa);if(_0x2faa2b===_0x5f0b8d)break;else _0xf25481['push'](_0xf25481['shift']());}catch(_0x4ca12a){_0xf25481['push'](_0xf25481['shift']());}}}(a45_0x32b3,0xae06c));const fs=require('fs'),path=require('path'),util=require(a45_0x31c454(0x1db)),{requireModule}=require('../helpers/helper'),PerformanceTester=require(a45_0x31c454(0x1f0)),PerformanceEvents=require('../helpers/performance/constants')[a45_0x31c454(0x217)],helper=require(a45_0x31c454(0x216)),utilities=require(a45_0x31c454(0x21b)),{default:BrowserStackSetup}=require(a45_0x31c454(0x210)),{FRAMEWORKS}=require('../helpers/test-observability/constants'),runIntegrations=require(a45_0x31c454(0x1b0)),yargs=require(a45_0x31c454(0x229)),Constants=require(a45_0x31c454(0x1b9)),BrowserstackCLI=require(a45_0x31c454(0x1ba)),logger=require(a45_0x31c454(0x21c))[a45_0x31c454(0x1c8)],origArgs=Object[a45_0x31c454(0x1ab)]([],process[a45_0x31c454(0x1ff)]),captureError=async(_0x3cff44,_0x1dc387,_0x56567a,_0x5c15e6=null)=>{const _0x40e262=a45_0x31c454,_0x42db8f={'IneSE':function(_0x3f7247,_0x1e0fc0,_0xffb4df,_0x530413){return _0x3f7247(_0x1e0fc0,_0xffb4df,_0x530413);},'qmEka':_0x40e262(0x227)};try{logger[_0x40e262(0x1a9)]('Running\x20SDK\x20with\x20args\x20'+origArgs['join']('\x20')),await _0x42db8f['IneSE'](_0x3cff44,_0x1dc387,_0x5c15e6,_0x56567a);}catch(_0x534177){process[_0x40e262(0x1d1)]=0x1,logger['error'](util[_0x40e262(0x1b4)](_0x534177));const _0x57f2ff={'globalException':util['format']('%j',_0x534177)};PerformanceTester['end'](PerformanceEvents['SDK_SETUP'],![],util['format'](_0x534177));if(helper[_0x40e262(0x1df)](global[_0x40e262(0x219)])&&helper['isUndefined'](global[_0x40e262(0x1fb)]))return;try{utilities[_0x40e262(0x221)](_0x42db8f['qmEka'],_0x57f2ff,global[_0x40e262(0x219)],global[_0x40e262(0x1fb)]);}catch(_0x51dc2c){logger[_0x40e262(0x1ad)](_0x40e262(0x20b)+_0x51dc2c[_0x40e262(0x1f6)]);}try{await helper[_0x40e262(0x208)](global['config']);}catch(_0x15746f){logger[_0x40e262(0x1ad)](_0x40e262(0x1b1)+_0x15746f['stack']);}await BrowserstackCLI[_0x40e262(0x1e2)]()['stop'](),PerformanceTester['end'](PerformanceEvents[_0x40e262(0x21d)],![],util[_0x40e262(0x1b4)](_0x534177));}finally{PerformanceTester[_0x40e262(0x226)](PerformanceEvents[_0x40e262(0x1e3)]);}};function a45_0x3adf(_0x2cab89,_0x503cac){const _0x32b3b3=a45_0x32b3();return a45_0x3adf=function(_0x3adf3d,_0x4579d3){_0x3adf3d=_0x3adf3d-0x1a7;let _0x3f1c75=_0x32b3b3[_0x3adf3d];return _0x3f1c75;},a45_0x3adf(_0x2cab89,_0x503cac);}try{const browserstackFolderPath=path[a45_0x31c454(0x1fe)](helper[a45_0x31c454(0x22a)](),a45_0x31c454(0x1e7));if(fs[a45_0x31c454(0x200)](browserstackFolderPath)){const filePath=path[a45_0x31c454(0x1fe)](browserstackFolderPath,a45_0x31c454(0x1f5));fs[a45_0x31c454(0x200)](filePath)&&fs[a45_0x31c454(0x1cd)](filePath);}}catch(a45_0x2af364){logger['debug'](a45_0x31c454(0x1e9)+a45_0x2af364[a45_0x31c454(0x1f9)]);}function a45_0x32b3(){const _0x51707f=['--require','includes','../../ats/src/index','fbVuT','playwright','../helpers/performance/performance-tester','NXjjs','showHelpOnFail','bvfYq','demandCommand','.local-not-set.json','stack','560895ZWmoVM','4634685HthHfq','message','6jqvPpA','framework','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','FjSRq','join','argv','existsSync','command','describe','FYnou','codeceptjs','hmGtN','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','nPgpA','sendLogs','755451FnQQsF','--opts','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','pZHtJ','./cucumber-js/command','wbLVx','4291080TMpmjZ','../helpers/BrowserStackSetup','parserConfiguration','CODECEPTJS','integrations','INFO','XbVbB','../helpers/helper','EVENTS','vanilla','config','BkGdZ','../helpers/utilities','../helpers/logger','SDK_SETUP','VANILLA','qYuVj','MOCHA','fireFunnelTestEvent','10sqjzux','slice','env','AijTH','start','SDKTestSuccessful','INTEGRATIONS','yargs','homedir','mocha/lib/cli/commands.js','./vanilla-js/command','info','alias','assign','VERSION','debug','nightwatch','node','./integrations/command','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','llpHW','Parsing\x20command\x20line\x20arguments','format','--mochaRequire','find','--no-package','PLAYWRIGHT','./utils/constants','./v2/browserstackCLI','BROWSERSTACK_CONFIG_FILE_PATH','gvEwP','ecpvb','wrap','./mocha/command','WSMFZ','JEST','mocha/lib/cli/run.js','658996IwuDxU','handler','HST','help','version','winstonLogger','CUCUMBER','--no-opts','2240241LqVYtL','NIGHTWATCH','unlinkSync','HELP','14ploJjd','hyAgd','exitCode','mocha','getConfigPath','setTestObservabilityDisable','jest','setBrowserStackAutomationDisable','--no-config','--config','usage:\x20$0\x20<command>\x20[args]','cucumber-js','util','push','--package','4275808ZvVObh','isUndefined','ywdMG','QuZko','getInstance','SDK_CLEANUP','HTqlC','./playwright/command','./nightwatch/command','.browserstack','dot-notation','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','ats'];a45_0x32b3=function(){return _0x51707f;};return a45_0x32b3();}process[a45_0x31c454(0x1ff)]['includes'](a45_0x31c454(0x1d2))&&(!process[a45_0x31c454(0x1ff)][a45_0x31c454(0x1ec)](a45_0x31c454(0x20a))&&process[a45_0x31c454(0x1ff)][a45_0x31c454(0x1dc)](a45_0x31c454(0x1ca)),!process[a45_0x31c454(0x1ff)][a45_0x31c454(0x1b6)](_0xeed838=>_0xeed838[a45_0x31c454(0x1ec)](a45_0x31c454(0x1d8)))&&process[a45_0x31c454(0x1ff)]['push'](a45_0x31c454(0x1d7)),!process[a45_0x31c454(0x1ff)][a45_0x31c454(0x1ec)](a45_0x31c454(0x1dd))&&process[a45_0x31c454(0x1ff)][a45_0x31c454(0x1dc)](a45_0x31c454(0x1b7)),helper['findAndReplace'](process['argv'],a45_0x31c454(0x1eb),a45_0x31c454(0x1b5)));PerformanceTester[a45_0x31c454(0x226)](PerformanceEvents[a45_0x31c454(0x21d)]);const a45_0xb5c488={};a45_0xb5c488[a45_0x31c454(0x1e8)]=![];const argv=yargs[a45_0x31c454(0x211)](a45_0xb5c488)['usage'](a45_0x31c454(0x1d9))['alias']('v',a45_0x31c454(0x1c7))[a45_0x31c454(0x202)]('v')[a45_0x31c454(0x1aa)]('h',a45_0x31c454(0x1c6))[a45_0x31c454(0x1c6)]('help')[a45_0x31c454(0x1f2)](!![],Constants[a45_0x31c454(0x1ac)][a45_0x31c454(0x1ce)])[a45_0x31c454(0x201)](a45_0x31c454(0x1d5),Constants[a45_0x31c454(0x1c1)][a45_0x31c454(0x214)],function(_0x440e91){const _0x46757e=a45_0x31c454,_0x2220ba={'ZXelJ':_0x46757e(0x1d5),'abLbT':function(_0x49b896,_0x238959,_0x84281f,_0x560e20,_0x1a6d0b){return _0x49b896(_0x238959,_0x84281f,_0x560e20,_0x1a6d0b);},'bvfYq':function(_0x27fdea,_0x444d03){return _0x27fdea(_0x444d03);},'QuZko':'./jest/command'},_0x2a2967=process[_0x46757e(0x1ff)][_0x46757e(0x223)](0x2);helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x4bbd75=new BrowserStackSetup(_0x440e91[_0x46757e(0x1ff)],_0x2220ba['ZXelJ']);return _0x2220ba['abLbT'](captureError,_0x2220ba[_0x46757e(0x1f3)](require,_0x2220ba[_0x46757e(0x1e1)]),_0x440e91[_0x46757e(0x1ff)],_0x4bbd75,_0x2a2967);})[a45_0x31c454(0x201)](a45_0x31c454(0x1d2),Constants[a45_0x31c454(0x220)]['INFO'],_0x11e5b9=>{const _0x3ff5bc=a45_0x31c454,_0x5499f2={'dAQAo':function(_0x41969,_0x358d87,_0x12f156,_0x5c5dcf){return _0x41969(_0x358d87,_0x12f156,_0x5c5dcf);},'hmGtN':function(_0xbaffd6,_0x15ac13){return _0xbaffd6(_0x15ac13);},'HTqlC':_0x3ff5bc(0x1bf),'gvEwP':'mocha','FYnou':_0x3ff5bc(0x1b3),'fbVuT':function(_0x4b515a,_0x13b4db,_0x413e4a){return _0x4b515a(_0x13b4db,_0x413e4a);},'ecpvb':_0x3ff5bc(0x1c2),'GBcoh':_0x3ff5bc(0x1a7),'BkGdZ':'mocha/lib/cli/cli.js','ywdMG':function(_0x56363f){return _0x56363f();}};process['argv']=process[_0x3ff5bc(0x1ff)][_0x3ff5bc(0x223)](0x1),helper[_0x3ff5bc(0x1d4)](),helper[_0x3ff5bc(0x1d6)]();const _0x4c4cc3=new BrowserStackSetup(_0x11e5b9[_0x3ff5bc(0x1ff)],_0x5499f2['gvEwP']);logger[_0x3ff5bc(0x1ad)](_0x5499f2[_0x3ff5bc(0x203)]);const _0x77e1cf=_0x5499f2[_0x3ff5bc(0x1ee)](requireModule,_0x5499f2[_0x3ff5bc(0x1bd)],_0x5499f2[_0x3ff5bc(0x1bc)]),_0x5b8411=_0x5499f2['fbVuT'](requireModule,_0x5499f2['GBcoh'],_0x5499f2[_0x3ff5bc(0x1bc)]);delete _0x77e1cf[_0x3ff5bc(0x1c4)],_0x77e1cf[_0x3ff5bc(0x1c4)]=function(_0x5e6aff){const _0x3a5213=_0x3ff5bc;return _0x5499f2['dAQAo'](captureError,_0x5499f2[_0x3a5213(0x205)](require,_0x5499f2[_0x3a5213(0x1e4)]),_0x5e6aff,_0x4c4cc3);},_0x5b8411['run']=_0x77e1cf;const {main:_0x291bb6}=_0x5499f2[_0x3ff5bc(0x1ee)](requireModule,_0x5499f2[_0x3ff5bc(0x21a)],_0x5499f2[_0x3ff5bc(0x1bc)]);_0x5499f2[_0x3ff5bc(0x1e0)](_0x291bb6);})[a45_0x31c454(0x201)](a45_0x31c454(0x1da),Constants[a45_0x31c454(0x1c9)][a45_0x31c454(0x214)],function(_0x19a10c){const _0xd8c224=a45_0x31c454,_0x4073e2={'ByRtu':'cucumber-js','qYuVj':function(_0xe3b9cb,_0x275b4d,_0x4dc2e2,_0x360f6b,_0x57bd56){return _0xe3b9cb(_0x275b4d,_0x4dc2e2,_0x360f6b,_0x57bd56);},'wbLVx':function(_0x5a41b7,_0x50b4c8){return _0x5a41b7(_0x50b4c8);},'IfvFs':_0xd8c224(0x20d)},_0x3789cc=process['argv'][_0xd8c224(0x223)](0x2),_0x2fcb98=new BrowserStackSetup(_0x19a10c['argv'],_0x4073e2['ByRtu']);return _0x4073e2[_0xd8c224(0x21f)](captureError,_0x4073e2[_0xd8c224(0x20e)](require,_0x4073e2['IfvFs']),_0x19a10c[_0xd8c224(0x1ff)],_0x2fcb98,_0x3789cc);})[a45_0x31c454(0x201)](a45_0x31c454(0x1af),Constants[a45_0x31c454(0x21e)][a45_0x31c454(0x214)],function(_0x234b5c){const _0x3b9e01=a45_0x31c454,_0x570f22={'FjSRq':_0x3b9e01(0x218),'TIAJv':function(_0x5c1401,_0x530cf6,_0x16fe85,_0x5000e4,_0x32c552){return _0x5c1401(_0x530cf6,_0x16fe85,_0x5000e4,_0x32c552);},'WSMFZ':function(_0x10316b,_0x574fb9){return _0x10316b(_0x574fb9);},'hyAgd':_0x3b9e01(0x1a8)},_0x381314=process[_0x3b9e01(0x1ff)][_0x3b9e01(0x223)](0x2),_0x98a89d=new BrowserStackSetup(_0x234b5c[_0x3b9e01(0x1ff)],_0x570f22[_0x3b9e01(0x1fd)]);return _0x570f22['TIAJv'](captureError,_0x570f22[_0x3b9e01(0x1c0)](require,_0x570f22[_0x3b9e01(0x1d0)]),_0x234b5c[_0x3b9e01(0x1ff)],_0x98a89d,_0x381314);})[a45_0x31c454(0x201)](a45_0x31c454(0x1ae),Constants[a45_0x31c454(0x1cc)][a45_0x31c454(0x214)],function(_0x3c6355){const _0x4601bd=a45_0x31c454,_0x377248={'PpmEG':function(_0x3f8347,_0x4d3fee,_0x5d9a5c,_0x1358c4,_0x284923){return _0x3f8347(_0x4d3fee,_0x5d9a5c,_0x1358c4,_0x284923);},'uXveb':function(_0x251409,_0x2a563f){return _0x251409(_0x2a563f);},'pbCDK':_0x4601bd(0x1e6)},_0x26e751=process[_0x4601bd(0x1ff)][_0x4601bd(0x223)](0x2),_0x4cc8aa=new BrowserStackSetup(_0x3c6355[_0x4601bd(0x1ff)]);return _0x377248['PpmEG'](captureError,_0x377248['uXveb'](require,_0x377248['pbCDK']),_0x3c6355[_0x4601bd(0x1ff)],_0x4cc8aa,_0x26e751);})[a45_0x31c454(0x201)]('codeceptjs',Constants[a45_0x31c454(0x212)][a45_0x31c454(0x214)],function(_0x41aeac){const _0x37d455=a45_0x31c454,_0x5bd1ed={'NXjjs':_0x37d455(0x204),'llpHW':function(_0x105127,_0x3af38f,_0x467d98,_0x5e30f9,_0x41776d){return _0x105127(_0x3af38f,_0x467d98,_0x5e30f9,_0x41776d);},'hUcXt':function(_0x2daaba,_0x2d669c){return _0x2daaba(_0x2d669c);},'nPgpA':'./codeceptjs/command'},_0xbe233c=process[_0x37d455(0x1ff)][_0x37d455(0x223)](0x2),_0x1d5e7c=new BrowserStackSetup(_0x41aeac['argv'],_0x5bd1ed[_0x37d455(0x1f1)]);return _0x5bd1ed[_0x37d455(0x1b2)](captureError,_0x5bd1ed['hUcXt'](require,_0x5bd1ed[_0x37d455(0x207)]),_0x41aeac[_0x37d455(0x1ff)],_0x1d5e7c,_0xbe233c);})[a45_0x31c454(0x201)](a45_0x31c454(0x1ea),Constants[a45_0x31c454(0x1c5)][a45_0x31c454(0x214)],function(_0x3ed9e1){const _0x428ed7=a45_0x31c454,_0x142b08={'AijTH':function(_0x524237,_0x25c5e2,_0x1ad675){return _0x524237(_0x25c5e2,_0x1ad675);},'XbVbB':function(_0x22c614,_0xfa1ce6){return _0x22c614(_0xfa1ce6);},'hAksv':_0x428ed7(0x1ed)},_0x422f80=process[_0x428ed7(0x1ff)][_0x428ed7(0x223)](0x2);return _0x142b08[_0x428ed7(0x225)](captureError,_0x142b08[_0x428ed7(0x215)](require,_0x142b08['hAksv']),_0x3ed9e1);})[a45_0x31c454(0x201)](a45_0x31c454(0x213),Constants[a45_0x31c454(0x228)][a45_0x31c454(0x214)],function(_0x131372){const _0x3deceb={'laNxJ':function(_0x4cd0ea,_0x597bc9){return _0x4cd0ea(_0x597bc9);}};return _0x3deceb['laNxJ'](runIntegrations,_0x131372);})[a45_0x31c454(0x201)](a45_0x31c454(0x1ef),Constants['PLAYWRIGHT'][a45_0x31c454(0x214)],function(_0x37b181){const _0x1dc6e9=a45_0x31c454,_0x19944e={'pZHtJ':function(_0x16fc1b,_0x3679c4,_0x31be05,_0x2677e5,_0x559a1a){return _0x16fc1b(_0x3679c4,_0x31be05,_0x2677e5,_0x559a1a);},'TYhXK':function(_0x49cf4f,_0x2fba8a){return _0x49cf4f(_0x2fba8a);},'wDuRV':_0x1dc6e9(0x1e5)},_0x183512=process[_0x1dc6e9(0x1ff)]['slice'](0x2);helper[_0x1dc6e9(0x1d3)](process[_0x1dc6e9(0x1ff)])&&(process[_0x1dc6e9(0x224)][_0x1dc6e9(0x1bb)]=helper['getConfigPath'](process[_0x1dc6e9(0x1ff)]));helper[_0x1dc6e9(0x1d4)](),helper[_0x1dc6e9(0x1d6)]();const _0x3383fc=new BrowserStackSetup(_0x37b181['argv'],FRAMEWORKS[_0x1dc6e9(0x1b8)]);return _0x19944e[_0x1dc6e9(0x20c)](captureError,_0x19944e['TYhXK'](require,_0x19944e['wDuRV']),_0x37b181[_0x1dc6e9(0x1ff)],_0x3383fc,_0x183512);})[a45_0x31c454(0x1f4)](0x1,a45_0x31c454(0x206))[a45_0x31c454(0x1be)](null)['argv'];!helper[a45_0x31c454(0x1df)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a45_0x31c454(0x1ea)&&console['error'](a45_0x31c454(0x1fc));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a46_0x232a37=a46_0x46eb;(function(_0x4f801d,_0x47ad24){const _0x44b561=a46_0x46eb,_0x1a3f22=_0x4f801d();while(!![]){try{const _0xa6eb88=-parseInt(_0x44b561(0x1d6))/0x1*(-parseInt(_0x44b561(0x1b9))/0x2)+-parseInt(_0x44b561(0x1ec))/0x3*(parseInt(_0x44b561(0x1d8))/0x4)+-parseInt(_0x44b561(0x1cf))/0x5*(parseInt(_0x44b561(0x1b7))/0x6)+parseInt(_0x44b561(0x1f1))/0x7*(-parseInt(_0x44b561(0x1be))/0x8)+-parseInt(_0x44b561(0x1d9))/0x9+-parseInt(_0x44b561(0x1bb))/0xa+parseInt(_0x44b561(0x1cc))/0xb;if(_0xa6eb88===_0x47ad24)break;else _0x1a3f22['push'](_0x1a3f22['shift']());}catch(_0x5eb6c2){_0x1a3f22['push'](_0x1a3f22['shift']());}}}(a46_0x11d0,0x683d4));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a46_0x232a37(0x1de)),yaml=require('js-yaml'),yargs=require(a46_0x232a37(0x1b3)),logger=require('../helpers/logger')[a46_0x232a37(0x1c7)],configFileTemplate=__dirname+a46_0x232a37(0x1b0),configFileTemplatePW=__dirname+a46_0x232a37(0x1c3),configFile=process[a46_0x232a37(0x1d3)]()+'/browserstack.yml',packageFile=process[a46_0x232a37(0x1d3)]()+a46_0x232a37(0x1b1),frameworks=[a46_0x232a37(0x1b8),'jest',a46_0x232a37(0x1ed),a46_0x232a37(0x1e2),a46_0x232a37(0x1c2),a46_0x232a37(0x1c8),a46_0x232a37(0x1c9)];function a46_0x46eb(_0x5b6d0e,_0x3af1a0){const _0x11d08a=a46_0x11d0();return a46_0x46eb=function(_0x46ebcf,_0x39d7d9){_0x46ebcf=_0x46ebcf-0x1af;let _0x3ba33c=_0x11d08a[_0x46ebcf];return _0x3ba33c;},a46_0x46eb(_0x5b6d0e,_0x3af1a0);}let config;logger[a46_0x232a37(0x1f0)](a46_0x232a37(0x1e0)),createConfigurationFile(yargs[a46_0x232a37(0x1ea)]['username'],yargs[a46_0x232a37(0x1ea)][a46_0x232a37(0x1c6)],yargs[a46_0x232a37(0x1ea)]['playwright']);try{sdkSetup();}catch(a46_0x28731f){logger[a46_0x232a37(0x1d4)](a46_0x232a37(0x1c5)+a46_0x28731f);}addScriptInPackageJson();function createConfigurationFile(_0x327789,_0xc1d258,_0x4a40f4=![]){const _0x612c5d=a46_0x232a37,_0x3f64fa={};_0x3f64fa[_0x612c5d(0x1bf)]=_0x612c5d(0x1e3),_0x3f64fa['MrEBf']=_0x612c5d(0x1ce),_0x3f64fa['HYLUz']='YOUR_ACCESS_KEY';const _0x4627e8=_0x3f64fa;try{let _0x3068d6=fs[_0x612c5d(0x1c0)](_0x4a40f4?configFileTemplatePW:configFileTemplate,_0x4627e8[_0x612c5d(0x1bf)]);_0x327789&&(_0x3068d6=_0x3068d6[_0x612c5d(0x1f3)](_0x4627e8[_0x612c5d(0x1bc)],_0x327789)),_0xc1d258&&(_0x3068d6=_0x3068d6[_0x612c5d(0x1f3)](_0x4627e8['HYLUz'],_0xc1d258)),config=yaml[_0x612c5d(0x1c1)](_0x3068d6),fs['writeFileSync'](configFile,_0x3068d6,_0x47c876=>{const _0x4a441c=_0x612c5d;_0x47c876&&logger[_0x4a441c(0x1e7)](_0x47c876);});}catch(_0x26570b){logger[_0x612c5d(0x1e7)](_0x26570b);}}function addPostInstallScript(_0xa0765f,_0x1aa23f){const _0x450fb0=a46_0x232a37,_0x1e05c4={};_0x1e05c4[_0x450fb0(0x1c4)]=_0x450fb0(0x1af),_0x1e05c4[_0x450fb0(0x1b4)]='npm\x20update\x20browserstack-node-sdk',_0x1e05c4[_0x450fb0(0x1dc)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x1babad=_0x1e05c4;let _0x1a5d45=_0xa0765f[_0x1babad[_0x450fb0(0x1c4)]];if(_0x1a5d45&&_0x1a5d45['includes'](_0x1babad['Fklby']))return;!_0x1a5d45?_0x1a5d45=_0x1babad[_0x450fb0(0x1b4)]:_0x1a5d45+=_0x1babad['VSyjj'],_0x1aa23f[_0x450fb0(0x1f7)]([_0x1babad[_0x450fb0(0x1c4)],_0x1a5d45]);}function addScriptInPackageJson(){const _0x1f1fce=a46_0x232a37,_0x21bf96={'BEZtw':'utf8','ckwMm':function(_0x3c6f41,_0x14b439){return _0x3c6f41<_0x14b439;},'pnDRj':function(_0x4f9c76,_0x15175e,_0x46a271){return _0x4f9c76(_0x15175e,_0x46a271);},'iKrZK':function(_0x2c95f5,_0x4091e6,_0x2c9fa7){return _0x2c95f5(_0x4091e6,_0x2c9fa7);},'DCDgL':function(_0x1bc499,_0x5ca332){return _0x1bc499<_0x5ca332;},'dbDae':function(_0x4f602c,_0x1fd576){return _0x4f602c!==_0x1fd576;},'SdNjg':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x5cdc34=JSON[_0x1f1fce(0x1ca)](fs['readFileSync'](packageFile,_0x21bf96[_0x1f1fce(0x1eb)])),_0x52ac21=[];for(let _0x436278=0x0;_0x21bf96[_0x1f1fce(0x1d2)](_0x436278,frameworks[_0x1f1fce(0x1d1)]);_0x436278+=0x1){const _0x55c0de=_0x21bf96[_0x1f1fce(0x1e9)](findScriptsWithFramework,_0x5cdc34[_0x1f1fce(0x1df)],frameworks[_0x436278]);for(let _0x5b44bf=0x0;_0x21bf96[_0x1f1fce(0x1d2)](_0x5b44bf,_0x55c0de[_0x1f1fce(0x1d1)]);_0x5b44bf+=0x1){_0x52ac21['push'](_0x21bf96['iKrZK'](getUpdatedCommand,_0x5cdc34[_0x1f1fce(0x1df)],_0x55c0de[_0x5b44bf]));}_0x21bf96[_0x1f1fce(0x1e4)](addPostInstallScript,_0x5cdc34[_0x1f1fce(0x1df)],_0x52ac21);}const _0x8600f6={..._0x5cdc34[_0x1f1fce(0x1df)]},_0x10abda=_0x8600f6;for(let _0x4907be=0x0;_0x21bf96['DCDgL'](_0x4907be,_0x52ac21[_0x1f1fce(0x1d1)]);_0x4907be+=0x1){_0x10abda[_0x52ac21[_0x4907be][0x0]]=_0x52ac21[_0x4907be][0x1];}_0x21bf96['dbDae'](JSON[_0x1f1fce(0x1f2)](_0x5cdc34['scripts']),JSON[_0x1f1fce(0x1f2)](_0x10abda))&&(logger['info'](_0x21bf96[_0x1f1fce(0x1b5)]),_0x5cdc34[_0x1f1fce(0x1df)]=_0x10abda,fs[_0x1f1fce(0x1e6)](packageFile,JSON['stringify'](_0x5cdc34,null,0x2),_0x3c3cc7=>{_0x3c3cc7&&logger['error'](_0x3c3cc7);}));}function a46_0x11d0(){const _0x3a155a=['cucumber-js','includes','split','info','2807Ewrcqv','stringify','replace','fWyxr','source','-browserstack','push','postinstall','/../../browserstack.yml.sample','/package.json','rvfDK','yargs','Fklby','SdNjg','fireFunnelTestEvent','54714ijkDKg','mocha','14200kqSNHz','browserstack-node-sdk\x20','5183550NvFoDe','MrEBf','join','944cPQZHj','JnqPb','readFileSync','load','nightwatch','/../../browserstack.pw.yml.sample','oZObm','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','key','winstonLogger','codeceptjs','playwright','parse','SDKSetup','18296267JfrbiF','entries','YOUR_USERNAME','5akZxSE','qTYOc','length','ckwMm','cwd','debug','bzAbW','106xUdFFf','Guvzp','599232yLrTWn','5985909tmmlqN','eRfAn','browserstack-node-sdk','VSyjj','Setup\x20completed','../helpers/utilities','scripts','Creating\x20configuration\x20file...','splice','node','utf8','iKrZK','TFtTy','writeFileSync','error','indexOf','pnDRj','argv','BEZtw','15xcgBFM'];a46_0x11d0=function(){return _0x3a155a;};return a46_0x11d0();};function findScriptsWithFramework(_0x493727,_0x129220){const _0x1cf1bd=a46_0x232a37,_0x4b2762={};_0x4b2762[_0x1cf1bd(0x1f4)]=function(_0x27da10,_0x2e44e5){return _0x27da10<_0x2e44e5;},_0x4b2762[_0x1cf1bd(0x1da)]=_0x1cf1bd(0x1db);const _0x57439b=_0x4b2762,_0x92a02e=[],_0xdd4d52=Object[_0x1cf1bd(0x1cd)](_0x493727);for(let _0xff5a86=0x0;_0x57439b[_0x1cf1bd(0x1f4)](_0xff5a86,_0xdd4d52[_0x1cf1bd(0x1d1)]);_0xff5a86+=0x1){_0xdd4d52[_0xff5a86][0x1][_0x1cf1bd(0x1ee)](_0x129220)&&!_0xdd4d52[_0xff5a86][0x1]['includes'](_0x57439b['eRfAn'])&&_0x92a02e[_0x1cf1bd(0x1f7)](_0xdd4d52[_0xff5a86][0x0]);}return _0x92a02e;}function getUpdatedCommand(_0x3565d0,_0x3707aa){const _0x2889c1=a46_0x232a37,_0xe82b0d={};_0xe82b0d[_0x2889c1(0x1d7)]=function(_0x313e9d,_0x13f1cf){return _0x313e9d!==_0x13f1cf;},_0xe82b0d[_0x2889c1(0x1e5)]=_0x2889c1(0x1db),_0xe82b0d[_0x2889c1(0x1d0)]=function(_0x2e3d28,_0x3512f1){return _0x2e3d28===_0x3512f1;};const _0x3b13a6=_0xe82b0d,_0x37e1fe=_0x3707aa+_0x2889c1(0x1f6),_0x1ac491=_0x3565d0[_0x3707aa],_0x3f4290=_0x1ac491[_0x2889c1(0x1ef)]('\x20');for(const _0x678355 of frameworks){if(_0x3b13a6[_0x2889c1(0x1d7)](_0x3f4290[_0x2889c1(0x1e8)](_0x678355),-0x1)){_0x3f4290[_0x2889c1(0x1e1)](_0x3f4290[_0x2889c1(0x1e8)](_0x678355),0x0,_0x3b13a6[_0x2889c1(0x1e5)]);break;}}let _0x1ed554=_0x3f4290[_0x2889c1(0x1bd)]('\x20');return _0x3b13a6[_0x2889c1(0x1d0)](_0x1ed554,_0x1ac491)&&(_0x1ed554=_0x2889c1(0x1ba)+_0x1ac491),[_0x37e1fe,_0x1ed554];}function sdkSetup(){const _0x1e9bc6=a46_0x232a37,_0x1501c5={};_0x1501c5[_0x1e9bc6(0x1d5)]='node-setup',_0x1501c5[_0x1e9bc6(0x1b2)]=_0x1e9bc6(0x1cb);const _0x1fe761=_0x1501c5;if(helper['isUndefined'](config))return;config[_0x1e9bc6(0x1f5)]=_0x1fe761[_0x1e9bc6(0x1d5)];try{utilities[_0x1e9bc6(0x1b6)](_0x1fe761[_0x1e9bc6(0x1b2)],{},config,'');}catch(_0x1debd8){logger['debug'](_0x1e9bc6(0x1c5)+_0x1debd8);}}logger[a46_0x232a37(0x1f0)](a46_0x232a37(0x1dd));
3
+ const a46_0x45a9ac=a46_0x8f4f;(function(_0x17f47e,_0x5067ed){const _0x402c32=a46_0x8f4f,_0x205367=_0x17f47e();while(!![]){try{const _0x6dafd3=-parseInt(_0x402c32(0x18a))/0x1*(-parseInt(_0x402c32(0x18b))/0x2)+-parseInt(_0x402c32(0x197))/0x3+parseInt(_0x402c32(0x163))/0x4*(-parseInt(_0x402c32(0x16b))/0x5)+-parseInt(_0x402c32(0x17a))/0x6*(-parseInt(_0x402c32(0x153))/0x7)+-parseInt(_0x402c32(0x17b))/0x8*(parseInt(_0x402c32(0x174))/0x9)+parseInt(_0x402c32(0x158))/0xa*(parseInt(_0x402c32(0x190))/0xb)+parseInt(_0x402c32(0x1a0))/0xc*(-parseInt(_0x402c32(0x16d))/0xd);if(_0x6dafd3===_0x5067ed)break;else _0x205367['push'](_0x205367['shift']());}catch(_0x2e5b48){_0x205367['push'](_0x205367['shift']());}}}(a46_0x5160,0xc8674));const fs=require('fs'),helper=require(a46_0x45a9ac(0x152)),utilities=require(a46_0x45a9ac(0x177)),yaml=require(a46_0x45a9ac(0x193)),yargs=require(a46_0x45a9ac(0x169)),logger=require(a46_0x45a9ac(0x161))[a46_0x45a9ac(0x187)],configFileTemplate=__dirname+a46_0x45a9ac(0x189),configFileTemplatePW=__dirname+a46_0x45a9ac(0x176),configFile=process['cwd']()+a46_0x45a9ac(0x18f),packageFile=process[a46_0x45a9ac(0x19b)]()+a46_0x45a9ac(0x192),frameworks=[a46_0x45a9ac(0x18e),a46_0x45a9ac(0x179),'cucumber-js',a46_0x45a9ac(0x155),a46_0x45a9ac(0x180),a46_0x45a9ac(0x196),'playwright'];let config;logger[a46_0x45a9ac(0x183)](a46_0x45a9ac(0x18c)),createConfigurationFile(yargs['argv'][a46_0x45a9ac(0x157)],yargs[a46_0x45a9ac(0x194)]['key'],yargs[a46_0x45a9ac(0x194)][a46_0x45a9ac(0x173)]);try{sdkSetup();}catch(a46_0x3759fa){logger[a46_0x45a9ac(0x184)](a46_0x45a9ac(0x17f)+a46_0x3759fa);}addScriptInPackageJson();function createConfigurationFile(_0x2ecd80,_0x56a683,_0x67c843=![]){const _0x495c42=a46_0x45a9ac,_0x47cae2={};_0x47cae2[_0x495c42(0x170)]=_0x495c42(0x19d),_0x47cae2[_0x495c42(0x15b)]=_0x495c42(0x199),_0x47cae2[_0x495c42(0x164)]=_0x495c42(0x15f);const _0x1e39ed=_0x47cae2;try{let _0x480dc4=fs[_0x495c42(0x159)](_0x67c843?configFileTemplatePW:configFileTemplate,_0x1e39ed['JqAaz']);_0x2ecd80&&(_0x480dc4=_0x480dc4[_0x495c42(0x168)](_0x1e39ed[_0x495c42(0x15b)],_0x2ecd80)),_0x56a683&&(_0x480dc4=_0x480dc4[_0x495c42(0x168)](_0x1e39ed[_0x495c42(0x164)],_0x56a683)),config=yaml['load'](_0x480dc4),fs[_0x495c42(0x16f)](configFile,_0x480dc4,_0x1e594d=>{const _0x4195fb=_0x495c42;_0x1e594d&&logger[_0x4195fb(0x15e)](_0x1e594d);});}catch(_0x2ba803){logger[_0x495c42(0x15e)](_0x2ba803);}}function addPostInstallScript(_0x47cd88,_0x51dc63){const _0x2e1661=a46_0x45a9ac,_0x1cba5d={};_0x1cba5d[_0x2e1661(0x191)]=_0x2e1661(0x172),_0x1cba5d['dhjgs']=_0x2e1661(0x181),_0x1cba5d['UeEiO']=_0x2e1661(0x16e);const _0x23dcfb=_0x1cba5d;let _0x2cbc06=_0x47cd88[_0x23dcfb[_0x2e1661(0x191)]];if(_0x2cbc06&&_0x2cbc06[_0x2e1661(0x160)](_0x23dcfb[_0x2e1661(0x17c)]))return;!_0x2cbc06?_0x2cbc06=_0x23dcfb[_0x2e1661(0x17c)]:_0x2cbc06+=_0x23dcfb['UeEiO'],_0x51dc63['push']([_0x23dcfb[_0x2e1661(0x191)],_0x2cbc06]);}function addScriptInPackageJson(){const _0x4d55ca=a46_0x45a9ac,_0x2929e2={'gGJVf':_0x4d55ca(0x19d),'dnsVg':function(_0x56821e,_0x3a2141){return _0x56821e<_0x3a2141;},'Dypyz':function(_0x1c2e8f,_0x3dd308,_0x28b75c){return _0x1c2e8f(_0x3dd308,_0x28b75c);},'LAmsK':function(_0x5a8eb4,_0x11c89e){return _0x5a8eb4<_0x11c89e;},'sCzyY':function(_0x24effb,_0x8903a0){return _0x24effb!==_0x8903a0;},'kkHiw':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x43b419=JSON[_0x4d55ca(0x166)](fs[_0x4d55ca(0x159)](packageFile,_0x2929e2[_0x4d55ca(0x167)])),_0xd955ed=[];for(let _0x5f57e4=0x0;_0x2929e2[_0x4d55ca(0x19f)](_0x5f57e4,frameworks[_0x4d55ca(0x19a)]);_0x5f57e4+=0x1){const _0x2190a3=_0x2929e2['Dypyz'](findScriptsWithFramework,_0x43b419[_0x4d55ca(0x19c)],frameworks[_0x5f57e4]);for(let _0x28586d=0x0;_0x2929e2[_0x4d55ca(0x17d)](_0x28586d,_0x2190a3['length']);_0x28586d+=0x1){_0xd955ed[_0x4d55ca(0x182)](_0x2929e2['Dypyz'](getUpdatedCommand,_0x43b419[_0x4d55ca(0x19c)],_0x2190a3[_0x28586d]));}_0x2929e2[_0x4d55ca(0x16c)](addPostInstallScript,_0x43b419['scripts'],_0xd955ed);}const _0x102dff={..._0x43b419['scripts']},_0x182652=_0x102dff;for(let _0x4b40cb=0x0;_0x2929e2['LAmsK'](_0x4b40cb,_0xd955ed['length']);_0x4b40cb+=0x1){_0x182652[_0xd955ed[_0x4b40cb][0x0]]=_0xd955ed[_0x4b40cb][0x1];}_0x2929e2['sCzyY'](JSON[_0x4d55ca(0x195)](_0x43b419[_0x4d55ca(0x19c)]),JSON[_0x4d55ca(0x195)](_0x182652))&&(logger[_0x4d55ca(0x183)](_0x2929e2['kkHiw']),_0x43b419['scripts']=_0x182652,fs[_0x4d55ca(0x16f)](packageFile,JSON['stringify'](_0x43b419,null,0x2),_0x1314b0=>{const _0x509631=_0x4d55ca;_0x1314b0&&logger[_0x509631(0x15e)](_0x1314b0);}));};function a46_0x8f4f(_0x29b75c,_0x3c2823){const _0x5160a9=a46_0x5160();return a46_0x8f4f=function(_0x8f4f7b,_0x4885d6){_0x8f4f7b=_0x8f4f7b-0x152;let _0x13cac6=_0x5160a9[_0x8f4f7b];return _0x13cac6;},a46_0x8f4f(_0x29b75c,_0x3c2823);}function findScriptsWithFramework(_0x3bbd9e,_0x4d3e0d){const _0x202c49=a46_0x45a9ac,_0xab4b54={};_0xab4b54[_0x202c49(0x162)]=function(_0x364c8e,_0x5ca83e){return _0x364c8e<_0x5ca83e;},_0xab4b54[_0x202c49(0x18d)]=_0x202c49(0x185);const _0x3e0497=_0xab4b54,_0x1719de=[],_0x30a8be=Object['entries'](_0x3bbd9e);for(let _0x27dc0b=0x0;_0x3e0497['fOtHf'](_0x27dc0b,_0x30a8be[_0x202c49(0x19a)]);_0x27dc0b+=0x1){_0x30a8be[_0x27dc0b][0x1][_0x202c49(0x160)](_0x4d3e0d)&&!_0x30a8be[_0x27dc0b][0x1][_0x202c49(0x160)](_0x3e0497[_0x202c49(0x18d)])&&_0x1719de[_0x202c49(0x182)](_0x30a8be[_0x27dc0b][0x0]);}return _0x1719de;}function getUpdatedCommand(_0x560b09,_0x384ce4){const _0x279700=a46_0x45a9ac,_0x537d76={};_0x537d76[_0x279700(0x15d)]=function(_0x198f30,_0x3a9502){return _0x198f30!==_0x3a9502;},_0x537d76[_0x279700(0x188)]=_0x279700(0x185),_0x537d76[_0x279700(0x186)]=function(_0x340ea7,_0x47e99c){return _0x340ea7===_0x47e99c;};const _0x35a80c=_0x537d76,_0x43288d=_0x384ce4+'-browserstack',_0x55e2fa=_0x560b09[_0x384ce4],_0x2c6807=_0x55e2fa[_0x279700(0x175)]('\x20');for(const _0x922013 of frameworks){if(_0x35a80c[_0x279700(0x15d)](_0x2c6807[_0x279700(0x154)](_0x922013),-0x1)){_0x2c6807[_0x279700(0x16a)](_0x2c6807['indexOf'](_0x922013),0x0,_0x35a80c[_0x279700(0x188)]);break;}}let _0x59d6bd=_0x2c6807[_0x279700(0x17e)]('\x20');return _0x35a80c[_0x279700(0x186)](_0x59d6bd,_0x55e2fa)&&(_0x59d6bd=_0x279700(0x178)+_0x55e2fa),[_0x43288d,_0x59d6bd];}function a46_0x5160(){const _0x5b0895=['info','debug','browserstack-node-sdk','wdwMw','winstonLogger','bWzXC','/../../browserstack.yml.sample','527585aTuYhG','6mUsvpR','Creating\x20configuration\x20file...','Obdie','mocha','/browserstack.yml','960047rkZVZA','pkDfI','/package.json','js-yaml','argv','stringify','codeceptjs','684HtpsZP','AMQll','YOUR_USERNAME','length','cwd','scripts','utf8','source','dnsVg','42708ZnUBiy','../helpers/helper','14TEBoSD','indexOf','node','okACG','username','70dAPFhP','readFileSync','SDKSetup','sTxSU','Setup\x20completed','crtgB','error','YOUR_ACCESS_KEY','includes','../helpers/logger','fOtHf','38660qnhWlW','KjLgb','fireFunnelTestEvent','parse','gGJVf','replace','yargs','splice','510JXJHTe','Dypyz','4927mSOgFM','\x20&&\x20npm\x20update\x20browserstack-node-sdk','writeFileSync','JqAaz','node-setup','postinstall','playwright','93897ohfixN','split','/../../browserstack.pw.yml.sample','../helpers/utilities','browserstack-node-sdk\x20','jest','3042726lCTvRY','40zOmRVm','dhjgs','LAmsK','join','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','nightwatch','npm\x20update\x20browserstack-node-sdk','push'];a46_0x5160=function(){return _0x5b0895;};return a46_0x5160();}function sdkSetup(){const _0x4313fa=a46_0x45a9ac,_0x17af88={};_0x17af88[_0x4313fa(0x156)]=_0x4313fa(0x171),_0x17af88[_0x4313fa(0x198)]=_0x4313fa(0x15a);const _0x474c3a=_0x17af88;if(helper['isUndefined'](config))return;config[_0x4313fa(0x19e)]=_0x474c3a[_0x4313fa(0x156)];try{utilities[_0x4313fa(0x165)](_0x474c3a[_0x4313fa(0x198)],{},config,'');}catch(_0x5ca58e){logger[_0x4313fa(0x184)](_0x4313fa(0x17f)+_0x5ca58e);}}logger['info'](a46_0x45a9ac(0x15c));
@@ -1 +1 @@
1
- const a47_0x245c73=a47_0x4439;function a47_0x4439(_0x329363,_0x531c46){const _0x471605=a47_0x4716();return a47_0x4439=function(_0x443957,_0x47cbd4){_0x443957=_0x443957-0x1b1;let _0x12a217=_0x471605[_0x443957];return _0x12a217;},a47_0x4439(_0x329363,_0x531c46);}function a47_0x4716(){const _0x35866c=['Exception\x20in\x20sending\x20worker\x20message\x20','QGUcN','SDK_SETUP','../../helpers/performance/performance-tester','5306574YGCJcQ','417431BYtxRB','abgwV','Ljeyz','CsiyD','map','resolve','2900466CMrZYV','lMprZ','Qxqpu','Worker','pipe','getStderr','Running\x20','parallelVanillaRun','vanillaWorker','waitForExit','getWorkers','Workers\x20failed\x20to\x20exit\x20gracefully','_workerPool','EVENTS','jest-worker','emittery','platform-run-failure','error','../../helpers/testhub/testhubHandler','util','stop','results','exit','../../helpers/test-observability/utils','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','winstonLogger','eyOSU','4RUMDkg','xMXiB','then','file','grcKP','BqPSq','all','platforms','KLTbi','stderr','RpLHd','p-limit','postMessage','4572755lVxyEa','498492aTcJhL','yIznC','configuration','debug','send','leEeA','log','end','cucumberWorker','emit','test-file-failure','MKcOL','BsNYq','sCbsN','zPSIT','\x20for','length','EjigR','platform','klRIZ','test-file-success','../../helpers/performance/constants','TxvCG','znslg','zFSGp','1695261OfcHBr','ZMFKm','exitCode','format','./testWorker.js','../../helpers/logger','Tfgpb','getStdout','UNSTABLE_onCustomMessage','platform-run-success','worker','wyWip','14883472rRlxVV','json','_child','stdout','parallelCucumberRun','nhTJd','aqeta'];a47_0x4716=function(){return _0x35866c;};return a47_0x4716();}(function(_0x2316ae,_0x3f5a5f){const _0x414389=a47_0x4439,_0x28f6d3=_0x2316ae();while(!![]){try{const _0x4a3cbf=parseInt(_0x414389(0x1ce))/0x1+parseInt(_0x414389(0x1ef))/0x2*(-parseInt(_0x414389(0x1b6))/0x3)+parseInt(_0x414389(0x1fd))/0x4+-parseInt(_0x414389(0x1fc))/0x5+-parseInt(_0x414389(0x1d4))/0x6+parseInt(_0x414389(0x1cd))/0x7+parseInt(_0x414389(0x1c2))/0x8;if(_0x4a3cbf===_0x3f5a5f)break;else _0x28f6d3['push'](_0x28f6d3['shift']());}catch(_0x530597){_0x28f6d3['push'](_0x28f6d3['shift']());}}}(a47_0x4716,0x9a672));const Worker=require(a47_0x245c73(0x1e2))[a47_0x245c73(0x1d7)],Emittery=require(a47_0x245c73(0x1e3)),pLimit=require(a47_0x245c73(0x1fa)),{parentPort}=require('worker_threads'),util=require(a47_0x245c73(0x1e7)),logger=require(a47_0x245c73(0x1bb))[a47_0x245c73(0x1ed)],PerformanceTester=require(a47_0x245c73(0x1cc)),PerformanceEvents=require(a47_0x245c73(0x1b2))[a47_0x245c73(0x1e1)],{debug}=require(a47_0x245c73(0x1eb)),TestHubHandler=require(a47_0x245c73(0x1e6));exports['parallelTestRun']=(_0x89e932,_0xf8a9bc,_0x5f2710)=>new Promise(async _0xa97712=>{const _0x2bbe26=a47_0x245c73,_0x16cd64={'grcKP':'failureCount','RpLHd':function(_0x91aac3,_0x2f5950){return _0x91aac3+_0x2f5950;},'znslg':_0x2bbe26(0x1e9),'wNykR':_0x2bbe26(0x1df),'jyulo':function(_0x1b9a34,_0x35d5c3){return _0x1b9a34(_0x35d5c3);},'nPaRi':'test-file-start','eyOSU':_0x2bbe26(0x1ba),'sCbsN':_0x2bbe26(0x1c0),'BsNYq':_0x2bbe26(0x1c3),'lMprZ':_0x2bbe26(0x1d8),'nhTJd':function(_0x59d511,_0x5d528e){return _0x59d511*_0x5d528e;},'EcZMu':_0x2bbe26(0x1b1),'XBuvZ':_0x2bbe26(0x207),'yIznC':function(_0x191512,_0x2ce4c0){return _0x191512(_0x2ce4c0);}},_0x313b5a=_0x5f2710['config'],_0x34b754={},_0x4fedae=new Worker(require['resolve'](_0x16cd64[_0x2bbe26(0x1ee)]),{'exposedMethods':[_0x16cd64[_0x2bbe26(0x20a)]],'forkOptions':{'serialization':_0x16cd64[_0x2bbe26(0x209)],'stdio':_0x16cd64[_0x2bbe26(0x1d5)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x16cd64['nhTJd'](_0xf8a9bc,0x1),'enableWorkerThreads':!![]}),_0x436b03=new Emittery();_0x436b03['on'](_0x16cd64['EcZMu'],_0x56d44d=>{const _0x2b3ffd=_0x2bbe26;_0x34b754[_0x56d44d[0x0]]?(_0x34b754[_0x56d44d[0x0]][_0x16cd64[_0x2b3ffd(0x1f3)]]=_0x16cd64[_0x2b3ffd(0x1f9)](_0x34b754[_0x56d44d[0x0]][_0x16cd64[_0x2b3ffd(0x1f3)]],_0x56d44d[0x1][_0x16cd64[_0x2b3ffd(0x1f3)]]),_0x34b754[_0x56d44d[0x0]][_0x16cd64[_0x2b3ffd(0x1b4)]]=[..._0x34b754[_0x56d44d[0x0]][_0x16cd64[_0x2b3ffd(0x1b4)]],..._0x56d44d[0x1][_0x16cd64[_0x2b3ffd(0x1b4)]]]):_0x34b754[_0x56d44d[0x0]]={'failureCount':_0x56d44d[0x1][_0x16cd64['grcKP']],'results':[..._0x56d44d[0x1][_0x16cd64[_0x2b3ffd(0x1b4)]]]};}),_0x436b03['on'](_0x16cd64['XBuvZ'],_0x2f0505=>console['log'](_0x2f0505[0x1]));_0x4fedae[_0x2bbe26(0x1bd)]()&&_0x4fedae[_0x2bbe26(0x1bd)]()[_0x2bbe26(0x1d8)](process[_0x2bbe26(0x1c5)]);_0x4fedae['getStderr']()&&_0x4fedae[_0x2bbe26(0x1d9)]()['pipe'](process[_0x2bbe26(0x1f8)]);const _0x54e443=async()=>{const _0xb2e212=_0x2bbe26,{forceExited:_0x3e9409}=await _0x4fedae[_0xb2e212(0x204)]();_0x3e9409&&console[_0xb2e212(0x1e5)](_0x16cd64['wNykR']);try{await TestHubHandler[_0xb2e212(0x1e8)]();}catch(_0x2e4bd2){_0x16cd64['jyulo'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x2e4bd2);}_0x16cd64['jyulo'](_0xa97712,_0x34b754);},_0x4d53de=_0x16cd64[_0x2bbe26(0x1fe)](pLimit,_0x16cd64[_0x2bbe26(0x1c7)](_0xf8a9bc,0x1)),_0x2f5ea7=_0x278677=>_0x4d53de(async()=>{const _0x3bf04a=_0x2bbe26;await _0x436b03[_0x3bf04a(0x206)](_0x16cd64['nPaRi'],_0x278677);const _0x55c3f6=_0x4fedae[_0x3bf04a(0x1c0)](_0x278677,_0x313b5a);try{parentPort&&_0x55c3f6[_0x3bf04a(0x1be)](_0xb638d5=>{const _0x20644a=_0x3bf04a;try{parentPort[_0x20644a(0x1fb)](_0xb638d5);}catch(_0x95fb33){logger[_0x20644a(0x200)](_0x20644a(0x1c9)+util[_0x20644a(0x1b9)](_0x95fb33));}});}catch(_0x2d8283){logger[_0x3bf04a(0x200)](_0x3bf04a(0x1ec)+util['format'](_0x2d8283));}return _0x55c3f6;});PerformanceTester[_0x2bbe26(0x204)](PerformanceEvents[_0x2bbe26(0x1cb)]),Promise[_0x2bbe26(0x1f5)](_0x89e932[_0x2bbe26(0x1d2)](_0x2317d9=>_0x2f5ea7(_0x2317d9)[_0x2bbe26(0x1f1)](_0x1a81a6=>_0x436b03[_0x2bbe26(0x206)]('test-file-success',[_0x2317d9[_0x2bbe26(0x1ff)][_0x2bbe26(0x20f)],_0x1a81a6]),_0x1d3ea3=>_0x436b03[_0x2bbe26(0x206)](_0x2bbe26(0x207),[_0x2317d9,_0x1d3ea3]))))[_0x2bbe26(0x1f1)](_0x54e443,_0x54e443);}),exports[a47_0x245c73(0x1c6)]=(_0x3cfee6,_0x4926dd,_0x1fa480,_0x14e599,_0x390fb6)=>{const _0x322f17=a47_0x245c73,_0x2c7823={'ZMFKm':'platform-run-start','TxvCG':_0x322f17(0x1df),'rxSUy':function(_0x40562f,_0x29f151){return _0x40562f(_0x29f151);},'KLTbi':_0x322f17(0x1ba),'leEeA':_0x322f17(0x205),'YWDSB':'json','zFSGp':_0x322f17(0x1d8),'klRIZ':_0x322f17(0x1bf),'BSaBb':'platform-run-failure','ZAEmL':function(_0x1963e6,_0xe82875){return _0x1963e6(_0xe82875);}};return new Promise(_0x4e8312=>{const _0x20bfce=_0x322f17,_0x5e90e7={'EjigR':_0x2c7823[_0x20bfce(0x1b3)],'QGUcN':function(_0x17466f,_0x7fff04){return _0x2c7823['rxSUy'](_0x17466f,_0x7fff04);}},_0x100edb=[],_0x46643c=new Worker(require[_0x20bfce(0x1d3)](_0x2c7823[_0x20bfce(0x1f7)]),{'exposedMethods':[_0x2c7823[_0x20bfce(0x202)]],'forkOptions':{'serialization':_0x2c7823['YWDSB'],'stdio':_0x2c7823[_0x20bfce(0x1b5)]},'numWorkers':_0x3cfee6[_0x20bfce(0x20d)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1f7e6d=new Emittery();_0x1f7e6d['on'](_0x2c7823[_0x20bfce(0x210)],_0x41d1fb=>{_0x100edb['push']([_0x41d1fb[0x0],_0x41d1fb[0x1]]);}),_0x1f7e6d['on'](_0x2c7823['BSaBb'],_0x134e13=>console[_0x20bfce(0x203)](_0x134e13[0x1]));_0x46643c[_0x20bfce(0x1bd)]()&&_0x46643c[_0x20bfce(0x1bd)]()['pipe'](process[_0x20bfce(0x1c5)]);_0x46643c[_0x20bfce(0x1d9)]()&&_0x46643c[_0x20bfce(0x1d9)]()[_0x20bfce(0x1d8)](process[_0x20bfce(0x1f8)]);const _0x307b39=async()=>{const _0x3ad482=_0x20bfce,{forceExited:_0x49210f}=await _0x46643c[_0x3ad482(0x204)]();_0x49210f&&console[_0x3ad482(0x1e5)](_0x5e90e7[_0x3ad482(0x20e)]),_0x5e90e7[_0x3ad482(0x1ca)](_0x4e8312,_0x100edb);},_0x5c8c04=_0x2c7823['ZAEmL'](pLimit,_0x3cfee6[_0x20bfce(0x20d)]||0x1),_0x1641b4=(_0x20aaca,_0x3a1a9b)=>_0x5c8c04(async()=>{const _0x4e099c=_0x20bfce;return await _0x1f7e6d[_0x4e099c(0x206)](_0x2c7823[_0x4e099c(0x1b7)],_0x20aaca),_0x4926dd['platformCaps']=_0x1fa480[_0x4e099c(0x1f6)][_0x3a1a9b],_0x46643c[_0x4e099c(0x205)](_0x20aaca,_0x4926dd,_0x1fa480,_0x14e599,_0x390fb6);});Promise[_0x20bfce(0x1f5)](_0x3cfee6[_0x20bfce(0x1d2)]((_0x477556,_0x40f4de)=>_0x1641b4(_0x477556,_0x40f4de)[_0x20bfce(0x1f1)](_0x473f85=>_0x1f7e6d[_0x20bfce(0x206)](_0x20bfce(0x1bf),[_0x477556,_0x473f85]),_0x21382d=>_0x1f7e6d[_0x20bfce(0x206)](_0x20bfce(0x1e4),[_0x477556,_0x21382d]))))[_0x20bfce(0x1f1)](_0x307b39,_0x307b39);});},exports[a47_0x245c73(0x1db)]=(_0x325491,_0x25a59c)=>new Promise(_0xe5b134=>{const _0xae05a7=a47_0x245c73,_0x71753a={'wyWip':function(_0x17c16,_0x3e641b){return _0x17c16===_0x3e641b;},'Tfgpb':function(_0x596922,_0x98dc8c){return _0x596922!==_0x98dc8c;},'CsiyD':_0xae05a7(0x1ea),'xMXiB':_0xae05a7(0x1df),'BqPSq':function(_0x1e8d88,_0x58aa1a){return _0x1e8d88(_0x58aa1a);},'aqeta':_0xae05a7(0x1ba),'abgwV':_0xae05a7(0x1dc),'MKcOL':_0xae05a7(0x1c3),'zPSIT':_0xae05a7(0x1d8),'iloFO':'test-file-success','Qxqpu':'test-file-failure'},_0xa16a73={},_0x2f49ae=new Worker(require['resolve'](_0x71753a[_0xae05a7(0x1c8)]),{'exposedMethods':[_0x71753a[_0xae05a7(0x1cf)]],'forkOptions':{'serialization':_0x71753a[_0xae05a7(0x208)],'stdio':_0x71753a[_0xae05a7(0x20b)]},'numWorkers':_0x25a59c,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x1bc06f=new Emittery();_0x1bc06f['on'](_0x71753a['iloFO'],_0x56fb93=>{const _0x281a2b=_0xae05a7;_0x56fb93[0x0]&&logger['info'](_0x281a2b(0x1da)+_0x56fb93[0x1]+_0x281a2b(0x20c),_0x56fb93[0x0]);}),_0x1bc06f['on'](_0x71753a[_0xae05a7(0x1d6)],_0x4d05bd=>{const _0x47e7d5=_0xae05a7;process[_0x47e7d5(0x1b8)]=0x1;});_0x2f49ae[_0xae05a7(0x1bd)]()&&_0x2f49ae[_0xae05a7(0x1bd)]()[_0xae05a7(0x1d8)](process[_0xae05a7(0x1c5)]);_0x2f49ae[_0xae05a7(0x1d9)]()&&_0x2f49ae[_0xae05a7(0x1d9)]()[_0xae05a7(0x1d8)](process[_0xae05a7(0x1f8)]);const _0x2368f3=async()=>{const _0x1a18a0=_0xae05a7;let _0x2b9342=0x0;const _0x4ddbd3=_0x2f49ae[_0x1a18a0(0x1e0)][_0x1a18a0(0x1de)](),_0x2a4e51=()=>{},_0x50e001=_0x4ddbd3[_0x1a18a0(0x1d2)](async _0x337d36=>{const _0x1bfe87=_0x1a18a0,_0x558bcf={'Pooqe':function(_0x7eb97d,_0x19a2bc){const _0x4ce835=a47_0x4439;return _0x71753a[_0x4ce835(0x1c1)](_0x7eb97d,_0x19a2bc);},'Ljeyz':function(_0x1753bf,_0x54fdef){const _0x477222=a47_0x4439;return _0x71753a[_0x477222(0x1bc)](_0x1753bf,_0x54fdef);}};_0x337d36[_0x1bfe87(0x201)]([0x2,![]],_0x2a4e51,_0x2a4e51,_0x2a4e51),_0x337d36[_0x1bfe87(0x1c4)]['on'](_0x71753a[_0x1bfe87(0x1d1)],_0x58a701=>{const _0x227569=_0x1bfe87;_0x558bcf['Pooqe'](_0x2b9342,0x0)&&_0x558bcf[_0x227569(0x1d0)](_0x58a701,0x0)&&(_0x2b9342=_0x58a701);}),await _0x337d36[_0x1bfe87(0x1dd)]();});await Promise[_0x1a18a0(0x1f5)](_0x50e001),process[_0x1a18a0(0x1b8)]=_0x2b9342;const {forceExited:_0x33598d}=await _0x2f49ae[_0x1a18a0(0x204)]();_0x33598d&&console['error'](_0x71753a[_0x1a18a0(0x1f0)]),_0x71753a[_0x1a18a0(0x1f4)](_0xe5b134,_0xa16a73);},_0x5c2017=_0x71753a['BqPSq'](pLimit,_0x25a59c),_0x4d1332=_0x527fc5=>_0x5c2017(async()=>{const _0x14156e=_0xae05a7;return _0x2f49ae[_0x14156e(0x1dc)](_0x527fc5);});Promise[_0xae05a7(0x1f5)](_0x325491[_0xae05a7(0x1d2)](_0x25952d=>_0x4d1332(_0x25952d)[_0xae05a7(0x1f1)](_0x3352fd=>_0x1bc06f['emit'](_0xae05a7(0x1b1),[_0x25952d[_0xae05a7(0x1ff)][_0xae05a7(0x20f)],_0x25952d[_0xae05a7(0x1ff)][_0xae05a7(0x1f2)]]),_0x6e715b=>_0x1bc06f[_0xae05a7(0x206)](_0xae05a7(0x207),[_0x25952d,_0x6e715b]))))['then'](_0x2368f3,_0x2368f3);});
1
+ const a47_0x41074f=a47_0x2180;(function(_0x509e82,_0x43eaa6){const _0x58ba57=a47_0x2180,_0x5f1ac1=_0x509e82();while(!![]){try{const _0x359a5c=parseInt(_0x58ba57(0x13b))/0x1+parseInt(_0x58ba57(0x122))/0x2+parseInt(_0x58ba57(0x139))/0x3+-parseInt(_0x58ba57(0x10f))/0x4+-parseInt(_0x58ba57(0x13c))/0x5+-parseInt(_0x58ba57(0x121))/0x6*(parseInt(_0x58ba57(0x13f))/0x7)+parseInt(_0x58ba57(0x11a))/0x8;if(_0x359a5c===_0x43eaa6)break;else _0x5f1ac1['push'](_0x5f1ac1['shift']());}catch(_0x15a869){_0x5f1ac1['push'](_0x5f1ac1['shift']());}}}(a47_0x5925,0xb29c9));function a47_0x5925(){const _0x5c1663=['\x20for','snSVa','TGgax','getWorkers','fzuOk','3169548ZXyCcy','worker_threads','BbNuy','_workerPool','VtzRH','Running\x20','log','lyYZa','platform-run-start','IQiaG','end','20596000FbofSV','json','exitCode','debug','_child','exit','Exception\x20in\x20sending\x20worker\x20message\x20','315762iZTpZF','1053552qWSADw','length','etmLL','NWgIL','pTOml','JbtBp','format','platforms','send','stderr','all','test-file-start','parallelTestRun','getStderr','kRBgO','emit','push','test-file-failure','configuration','stop','../../helpers/logger','platform-run-success','map','1779774UITKNI','worker','160810yVeKsN','5867850vLLsNf','qKGAQ','Chzbw','154DwpWZp','vLaXD','Azebq','SDK_SETUP','NfWcO','LdIhP','kWdwc','waitForExit','../../helpers/test-observability/utils','bqJyp','EVENTS','xmXFg','JtjdJ','PFaYE','jest-worker','../../helpers/performance/constants','resolve','winstonLogger','platformCaps','pipe','lteZZ','info','test-file-success','config','nWbkz','TpwUB','stdout','UNSTABLE_onCustomMessage','./testWorker.js','then','getStdout','Workers\x20failed\x20to\x20exit\x20gracefully','platform-run-failure','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','JBQNn','pXtLs','eXDSw','bGoCI','cucumberWorker','vanillaWorker','error','parallelVanillaRun','../../helpers/testhub/testhubHandler'];a47_0x5925=function(){return _0x5c1663;};return a47_0x5925();}const Worker=require(a47_0x41074f(0x14d))['Worker'],Emittery=require('emittery'),pLimit=require('p-limit'),{parentPort}=require(a47_0x41074f(0x110)),util=require('util'),logger=require(a47_0x41074f(0x136))[a47_0x41074f(0x150)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a47_0x41074f(0x14e))[a47_0x41074f(0x149)],{debug}=require(a47_0x41074f(0x147)),TestHubHandler=require(a47_0x41074f(0x109));function a47_0x2180(_0x3c2e6b,_0xcb077b){const _0x5925b4=a47_0x5925();return a47_0x2180=function(_0x2180c7,_0x923e43){_0x2180c7=_0x2180c7-0x102;let _0x4423ca=_0x5925b4[_0x2180c7];return _0x4423ca;},a47_0x2180(_0x3c2e6b,_0xcb077b);}exports[a47_0x41074f(0x12e)]=(_0x37e3e2,_0x3a4dfb,_0x41aa05)=>new Promise(async _0x2498cb=>{const _0x5601f1=a47_0x41074f,_0x2727b0={'TpwUB':'failureCount','ceYCq':function(_0xeef0f,_0x4c59b3){return _0xeef0f+_0x4c59b3;},'LdIhP':'results','tZqZJ':'Workers\x20failed\x20to\x20exit\x20gracefully','bqJyp':function(_0x35d596,_0x36b7e3){return _0x35d596(_0x36b7e3);},'TGgax':_0x5601f1(0x12d),'JtjdJ':_0x5601f1(0x15b),'CVHwF':_0x5601f1(0x13a),'NWgIL':_0x5601f1(0x11b),'kWdwc':_0x5601f1(0x152),'lyYZa':function(_0x240585,_0x5b2d3f){return _0x240585*_0x5b2d3f;},'Azebq':_0x5601f1(0x155),'Pkyxq':'test-file-failure','JBQNn':function(_0x5424d0,_0x1f58cd){return _0x5424d0(_0x1f58cd);},'VtzRH':function(_0x389f6a,_0x14b569){return _0x389f6a*_0x14b569;}},_0x2ddf39=_0x41aa05[_0x5601f1(0x156)],_0x350886={},_0xc87a58=new Worker(require[_0x5601f1(0x14f)](_0x2727b0[_0x5601f1(0x14b)]),{'exposedMethods':[_0x2727b0['CVHwF']],'forkOptions':{'serialization':_0x2727b0[_0x5601f1(0x125)],'stdio':_0x2727b0[_0x5601f1(0x145)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2727b0[_0x5601f1(0x116)](_0x3a4dfb,0x1),'enableWorkerThreads':!![]}),_0x3e719f=new Emittery();_0x3e719f['on'](_0x2727b0[_0x5601f1(0x141)],_0x2bb9b6=>{const _0x5c6692=_0x5601f1;_0x350886[_0x2bb9b6[0x0]]?(_0x350886[_0x2bb9b6[0x0]][_0x2727b0[_0x5c6692(0x158)]]=_0x2727b0['ceYCq'](_0x350886[_0x2bb9b6[0x0]][_0x2727b0[_0x5c6692(0x158)]],_0x2bb9b6[0x1][_0x2727b0[_0x5c6692(0x158)]]),_0x350886[_0x2bb9b6[0x0]][_0x2727b0[_0x5c6692(0x144)]]=[..._0x350886[_0x2bb9b6[0x0]][_0x2727b0[_0x5c6692(0x144)]],..._0x2bb9b6[0x1][_0x2727b0['LdIhP']]]):_0x350886[_0x2bb9b6[0x0]]={'failureCount':_0x2bb9b6[0x1][_0x2727b0[_0x5c6692(0x158)]],'results':[..._0x2bb9b6[0x1][_0x2727b0[_0x5c6692(0x144)]]]};}),_0x3e719f['on'](_0x2727b0['Pkyxq'],_0x29ae63=>console[_0x5601f1(0x115)](_0x29ae63[0x1]));_0xc87a58['getStdout']()&&_0xc87a58[_0x5601f1(0x15d)]()[_0x5601f1(0x152)](process[_0x5601f1(0x159)]);_0xc87a58[_0x5601f1(0x12f)]()&&_0xc87a58[_0x5601f1(0x12f)]()[_0x5601f1(0x152)](process[_0x5601f1(0x12b)]);const _0x4e4049=async()=>{const _0x4e0843=_0x5601f1,{forceExited:_0x2caf08}=await _0xc87a58[_0x4e0843(0x119)]();_0x2caf08&&console[_0x4e0843(0x107)](_0x2727b0['tZqZJ']);try{await TestHubHandler[_0x4e0843(0x135)]();}catch(_0x3a1702){_0x2727b0[_0x4e0843(0x148)](debug,_0x4e0843(0x160)+_0x3a1702);}_0x2727b0[_0x4e0843(0x148)](_0x2498cb,_0x350886);},_0x5b2431=_0x2727b0[_0x5601f1(0x161)](pLimit,_0x2727b0[_0x5601f1(0x113)](_0x3a4dfb,0x1)),_0x72f20f=_0x911789=>_0x5b2431(async()=>{const _0x19748a=_0x5601f1;await _0x3e719f[_0x19748a(0x131)](_0x2727b0[_0x19748a(0x10c)],_0x911789);const _0x256650=_0xc87a58[_0x19748a(0x13a)](_0x911789,_0x2ddf39);try{parentPort&&_0x256650[_0x19748a(0x15a)](_0xc2c928=>{const _0x309fcd=_0x19748a;try{parentPort['postMessage'](_0xc2c928);}catch(_0x11a726){logger[_0x309fcd(0x11d)](_0x309fcd(0x120)+util['format'](_0x11a726));}});}catch(_0x155f94){logger[_0x19748a(0x11d)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x19748a(0x128)](_0x155f94));}return _0x256650;});PerformanceTester[_0x5601f1(0x119)](PerformanceEvents[_0x5601f1(0x142)]),Promise[_0x5601f1(0x12c)](_0x37e3e2['map'](_0xd16242=>_0x72f20f(_0xd16242)[_0x5601f1(0x15c)](_0x4127b7=>_0x3e719f[_0x5601f1(0x131)](_0x5601f1(0x155),[_0xd16242['configuration']['platform'],_0x4127b7]),_0x4baa52=>_0x3e719f[_0x5601f1(0x131)](_0x5601f1(0x133),[_0xd16242,_0x4baa52]))))['then'](_0x4e4049,_0x4e4049);}),exports['parallelCucumberRun']=(_0x3ce404,_0x4a5e4f,_0x282c36,_0x23cc8b,_0x5b20fa)=>{const _0x45c497=a47_0x41074f,_0x32b642={'FClZV':_0x45c497(0x15e),'Chzbw':function(_0x392df1,_0x383929){return _0x392df1(_0x383929);},'bGoCI':_0x45c497(0x117),'vLaXD':_0x45c497(0x15b),'nQbWI':_0x45c497(0x105),'etmLL':_0x45c497(0x11b),'FupFR':_0x45c497(0x152),'IQiaG':_0x45c497(0x137),'nWbkz':'platform-run-failure','dxijz':function(_0x445baa,_0x3f6b96){return _0x445baa(_0x3f6b96);}};return new Promise(_0x40deca=>{const _0x495bad=_0x45c497,_0x29e258={'CRYDW':_0x32b642['FClZV'],'PFaYE':function(_0x436cff,_0x3002d9){const _0x5998d9=a47_0x2180;return _0x32b642[_0x5998d9(0x13e)](_0x436cff,_0x3002d9);},'pXtLs':_0x32b642[_0x495bad(0x104)]},_0x21b7b5=[],_0x4ffc8c=new Worker(require[_0x495bad(0x14f)](_0x32b642[_0x495bad(0x140)]),{'exposedMethods':[_0x32b642['nQbWI']],'forkOptions':{'serialization':_0x32b642[_0x495bad(0x124)],'stdio':_0x32b642['FupFR']},'numWorkers':_0x3ce404['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x148a50=new Emittery();_0x148a50['on'](_0x32b642[_0x495bad(0x118)],_0x1bfbc8=>{const _0x969555=_0x495bad;_0x21b7b5[_0x969555(0x132)]([_0x1bfbc8[0x0],_0x1bfbc8[0x1]]);}),_0x148a50['on'](_0x32b642[_0x495bad(0x157)],_0x766b1d=>console[_0x495bad(0x115)](_0x766b1d[0x1]));_0x4ffc8c[_0x495bad(0x15d)]()&&_0x4ffc8c['getStdout']()['pipe'](process[_0x495bad(0x159)]);_0x4ffc8c['getStderr']()&&_0x4ffc8c[_0x495bad(0x12f)]()[_0x495bad(0x152)](process[_0x495bad(0x12b)]);const _0xd4ad12=async()=>{const _0xb38926=_0x495bad,{forceExited:_0x20f74b}=await _0x4ffc8c[_0xb38926(0x119)]();_0x20f74b&&console[_0xb38926(0x107)](_0x29e258['CRYDW']),_0x29e258[_0xb38926(0x14c)](_0x40deca,_0x21b7b5);},_0x3c8691=_0x32b642['dxijz'](pLimit,_0x3ce404[_0x495bad(0x123)]||0x1),_0x2586b2=(_0x5861ca,_0x4d505d)=>_0x3c8691(async()=>{const _0x44c87b=_0x495bad;return await _0x148a50[_0x44c87b(0x131)](_0x29e258[_0x44c87b(0x102)],_0x5861ca),_0x4a5e4f[_0x44c87b(0x151)]=_0x282c36[_0x44c87b(0x129)][_0x4d505d],_0x4ffc8c[_0x44c87b(0x105)](_0x5861ca,_0x4a5e4f,_0x282c36,_0x23cc8b,_0x5b20fa);});Promise[_0x495bad(0x12c)](_0x3ce404[_0x495bad(0x138)]((_0x31ccd,_0x399d2c)=>_0x2586b2(_0x31ccd,_0x399d2c)['then'](_0x2a3cbe=>_0x148a50[_0x495bad(0x131)](_0x495bad(0x137),[_0x31ccd,_0x2a3cbe]),_0x577bcb=>_0x148a50[_0x495bad(0x131)](_0x495bad(0x15f),[_0x31ccd,_0x577bcb]))))[_0x495bad(0x15c)](_0xd4ad12,_0xd4ad12);});},exports[a47_0x41074f(0x108)]=(_0xa7fde1,_0x4e1a83)=>new Promise(_0x3f693f=>{const _0x11a078=a47_0x41074f,_0x55867d={'qKGAQ':_0x11a078(0x11f),'fzuOk':function(_0x1012bc,_0x2b4ffa){return _0x1012bc===_0x2b4ffa;},'JbtBp':function(_0x413c4d,_0x1377c9){return _0x413c4d!==_0x1377c9;},'snSVa':_0x11a078(0x15e),'SdTdm':function(_0x3f0f27,_0x3969c0){return _0x3f0f27(_0x3969c0);},'SUFPN':_0x11a078(0x15b),'eXDSw':_0x11a078(0x106),'VZflX':_0x11a078(0x11b),'BbNuy':'pipe','pTOml':_0x11a078(0x155),'NfWcO':_0x11a078(0x133),'kRBgO':function(_0x42e3ac,_0xca9be4){return _0x42e3ac(_0xca9be4);}},_0x27f612={},_0xe0220c=new Worker(require[_0x11a078(0x14f)](_0x55867d['SUFPN']),{'exposedMethods':[_0x55867d[_0x11a078(0x103)]],'forkOptions':{'serialization':_0x55867d['VZflX'],'stdio':_0x55867d[_0x11a078(0x111)]},'numWorkers':_0x4e1a83,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x437c1c=new Emittery();_0x437c1c['on'](_0x55867d[_0x11a078(0x126)],_0x2211ae=>{const _0x1902bf=_0x11a078;_0x2211ae[0x0]&&logger[_0x1902bf(0x154)](_0x1902bf(0x114)+_0x2211ae[0x1]+_0x1902bf(0x10a),_0x2211ae[0x0]);}),_0x437c1c['on'](_0x55867d[_0x11a078(0x143)],_0x9e2cca=>{const _0x2705a9=_0x11a078;process[_0x2705a9(0x11c)]=0x1;});_0xe0220c[_0x11a078(0x15d)]()&&_0xe0220c['getStdout']()[_0x11a078(0x152)](process[_0x11a078(0x159)]);_0xe0220c['getStderr']()&&_0xe0220c[_0x11a078(0x12f)]()[_0x11a078(0x152)](process[_0x11a078(0x12b)]);const _0x174ffb=async()=>{const _0x129650=_0x11a078,_0x1ce3af={'lteZZ':function(_0x8e79c3,_0x3ba697){const _0x50d832=a47_0x2180;return _0x55867d[_0x50d832(0x10e)](_0x8e79c3,_0x3ba697);},'xmXFg':function(_0x35c6ec,_0x8b20d){const _0x510a0f=a47_0x2180;return _0x55867d[_0x510a0f(0x127)](_0x35c6ec,_0x8b20d);}};let _0x2ea563=0x0;const _0x511cb4=_0xe0220c[_0x129650(0x112)][_0x129650(0x10d)](),_0x578f81=()=>{},_0x3cad9d=_0x511cb4['map'](async _0x5636cc=>{const _0x16f91a=_0x129650;_0x5636cc[_0x16f91a(0x12a)]([0x2,![]],_0x578f81,_0x578f81,_0x578f81),_0x5636cc[_0x16f91a(0x11e)]['on'](_0x55867d[_0x16f91a(0x13d)],_0x20e07f=>{const _0x433724=_0x16f91a;_0x1ce3af[_0x433724(0x153)](_0x2ea563,0x0)&&_0x1ce3af[_0x433724(0x14a)](_0x20e07f,0x0)&&(_0x2ea563=_0x20e07f);}),await _0x5636cc[_0x16f91a(0x146)]();});await Promise[_0x129650(0x12c)](_0x3cad9d),process['exitCode']=_0x2ea563;const {forceExited:_0x3ce726}=await _0xe0220c['end']();_0x3ce726&&console[_0x129650(0x107)](_0x55867d[_0x129650(0x10b)]),_0x55867d['SdTdm'](_0x3f693f,_0x27f612);},_0x26116a=_0x55867d[_0x11a078(0x130)](pLimit,_0x4e1a83),_0x3b4c23=_0x3428c0=>_0x26116a(async()=>{const _0x16b74d=_0x11a078;return _0xe0220c[_0x16b74d(0x106)](_0x3428c0);});Promise[_0x11a078(0x12c)](_0xa7fde1['map'](_0xff4dc=>_0x3b4c23(_0xff4dc)[_0x11a078(0x15c)](_0x5ba5bc=>_0x437c1c[_0x11a078(0x131)](_0x11a078(0x155),[_0xff4dc['configuration']['platform'],_0xff4dc[_0x11a078(0x134)]['file']]),_0x2ac73e=>_0x437c1c[_0x11a078(0x131)](_0x11a078(0x133),[_0xff4dc,_0x2ac73e]))))[_0x11a078(0x15c)](_0x174ffb,_0x174ffb);});
@@ -1 +1 @@
1
- function a48_0x3d0f(){const _0x20b73b=['mocha','6350124sxZUuX','BgtAi','2265723NJJMEc','end','1167416CEUhRe','../../helpers/test-observability/utils','7226784NLCElg','21wRNEbn','2471712hjlkoY','stopMonitoring','formatter','run','runTest','15GhJsYa','../launcher/launcher','TrYrS','startMonitoring','../../helpers/performance/performance-tester','44890sMxvsU','ixiXF','TQTMI','aVlWQ','cucumber-js','vanilla','runCucumberTest','runVanillaTest','3042WVqhjs','hQMus','EVENTS','898wKfunH','251qVVfbT','../../helpers/performance/constants','configuration'];a48_0x3d0f=function(){return _0x20b73b;};return a48_0x3d0f();}function a48_0x5c77(_0x263b0a,_0x5885c2){const _0x3d0fdc=a48_0x3d0f();return a48_0x5c77=function(_0x5c7738,_0x2c544a){_0x5c7738=_0x5c7738-0x8a;let _0x2c95ea=_0x3d0fdc[_0x5c7738];return _0x2c95ea;},a48_0x5c77(_0x263b0a,_0x5885c2);}const a48_0x429a83=a48_0x5c77;(function(_0x4bbbb9,_0x59482e){const _0x1b5764=a48_0x5c77,_0x2fcfcf=_0x4bbbb9();while(!![]){try{const _0x159913=-parseInt(_0x1b5764(0x8a))/0x1*(-parseInt(_0x1b5764(0xab))/0x2)+-parseInt(_0x1b5764(0x90))/0x3+-parseInt(_0x1b5764(0x92))/0x4*(-parseInt(_0x1b5764(0x9b))/0x5)+-parseInt(_0x1b5764(0x94))/0x6+parseInt(_0x1b5764(0x95))/0x7*(parseInt(_0x1b5764(0x96))/0x8)+parseInt(_0x1b5764(0xa8))/0x9*(parseInt(_0x1b5764(0xa0))/0xa)+-parseInt(_0x1b5764(0x8e))/0xb;if(_0x159913===_0x59482e)break;else _0x2fcfcf['push'](_0x2fcfcf['shift']());}catch(_0x5bc118){_0x2fcfcf['push'](_0x2fcfcf['shift']());}}}(a48_0x3d0f,0xda9d6));const PerformanceEvents=require(a48_0x429a83(0x8b))[a48_0x429a83(0xaa)],PerformanceTester=require(a48_0x429a83(0x9f)),{sleep}=require(a48_0x429a83(0x93));exports[a48_0x429a83(0x9a)]=async(_0x50fd39,_0x1df709)=>{const _0x2db737=a48_0x429a83,_0x1523ae={'BgtAi':function(_0x3aa255,_0x3c5f45){return _0x3aa255(_0x3c5f45);},'jkaKP':_0x2db737(0x9c),'TrYrS':_0x2db737(0x8d),'iQpaV':function(_0x21ae4a,_0x2faed3){return _0x21ae4a(_0x2faed3);}};PerformanceTester[_0x2db737(0x9e)]();const _0x1755f5=_0x1523ae[_0x2db737(0x8f)](require,_0x1523ae['jkaKP']),_0x28d03d=new _0x1755f5(_0x1523ae[_0x2db737(0x9d)],_0x50fd39,_0x1df709),_0x21c6ae=await _0x28d03d[_0x2db737(0x99)]();return PerformanceTester[_0x2db737(0x91)](PerformanceEvents['SDK_POST_TEST']),await _0x1523ae['iQpaV'](sleep,0x3e8),PerformanceTester[_0x2db737(0x97)](),_0x21c6ae;},exports[a48_0x429a83(0xa6)]=async(_0x16ff9f,_0x2b89ed,_0x5d13bb,_0x1639af,_0x3ef10b)=>{const _0x5c92b1=a48_0x429a83,_0x32747c={'aVlWQ':function(_0x32047f,_0x32d8f7){return _0x32047f(_0x32d8f7);},'hQMus':_0x5c92b1(0x9c),'TQTMI':_0x5c92b1(0xa4)},_0x4cad8d={'capability':_0x16ff9f,..._0x2b89ed},_0x3bb7c5={};_0x3bb7c5[_0x5c92b1(0x8c)]=_0x4cad8d,_0x3bb7c5[_0x5c92b1(0x98)]=_0x3ef10b;const _0x2dbe57=_0x3bb7c5,_0x48238a=_0x32747c[_0x5c92b1(0xa3)](require,_0x32747c[_0x5c92b1(0xa9)]),_0x58d75e=new _0x48238a(_0x32747c[_0x5c92b1(0xa2)],_0x2dbe57,_0x5d13bb,_0x1639af);return await _0x58d75e[_0x5c92b1(0x99)]();},exports[a48_0x429a83(0xa7)]=async _0xecd05e=>{const _0x1164da=a48_0x429a83,_0x219699={'SqZJR':function(_0x344027,_0x54545d){return _0x344027(_0x54545d);},'ixiXF':'../launcher/launcher','ElEmD':_0x1164da(0xa5)},_0x3e7f4f=_0x219699['SqZJR'](require,_0x219699[_0x1164da(0xa1)]),_0x233dc9=new _0x3e7f4f(_0x219699['ElEmD'],_0xecd05e);return await _0x233dc9[_0x1164da(0x99)]();};
1
+ const a48_0x29e422=a48_0x5122;(function(_0x35c6c3,_0x1e78dd){const _0xdc6612=a48_0x5122,_0x310f7f=_0x35c6c3();while(!![]){try{const _0x5903d9=-parseInt(_0xdc6612(0x1f9))/0x1*(parseInt(_0xdc6612(0x207))/0x2)+-parseInt(_0xdc6612(0x201))/0x3*(-parseInt(_0xdc6612(0x20e))/0x4)+parseInt(_0xdc6612(0x1f3))/0x5*(-parseInt(_0xdc6612(0x1fe))/0x6)+-parseInt(_0xdc6612(0x204))/0x7+-parseInt(_0xdc6612(0x20c))/0x8+parseInt(_0xdc6612(0x203))/0x9*(parseInt(_0xdc6612(0x20f))/0xa)+parseInt(_0xdc6612(0x20b))/0xb;if(_0x5903d9===_0x1e78dd)break;else _0x310f7f['push'](_0x310f7f['shift']());}catch(_0x76d723){_0x310f7f['push'](_0x310f7f['shift']());}}}(a48_0x54aa,0x8575a));function a48_0x54aa(){const _0x44004d=['1356nsYGUs','../../helpers/test-observability/utils','jcWKU','IzWPU','23314368pDuQKG','8536824VBsMjY','vanilla','228jLXvax','1744050AtRzXh','stopMonitoring','cucumber-js','end','TZsQh','1540270qWluPw','../../helpers/performance/performance-tester','configuration','vYXuU','../launcher/launcher','runCucumberTest','1145GoUzYI','SDK_POST_TEST','startMonitoring','MNzRI','mocha','18uNpZDe','zcUNs','run','40254HrNakC','EVENTS','27vWUNbP','653128qyhPPs','runTest','eCbqf'];a48_0x54aa=function(){return _0x44004d;};return a48_0x54aa();}const PerformanceEvents=require('../../helpers/performance/constants')[a48_0x29e422(0x202)],PerformanceTester=require(a48_0x29e422(0x1f4)),{sleep}=require(a48_0x29e422(0x208));function a48_0x5122(_0x565e77,_0x216e84){const _0x54aa0c=a48_0x54aa();return a48_0x5122=function(_0x512246,_0x55a9d0){_0x512246=_0x512246-0x1f1;let _0x5980b3=_0x54aa0c[_0x512246];return _0x5980b3;},a48_0x5122(_0x565e77,_0x216e84);}exports[a48_0x29e422(0x205)]=async(_0x5a0364,_0x2702ac)=>{const _0x506264=a48_0x29e422,_0x5e8ca2={'zcUNs':function(_0x28190b,_0x19688f){return _0x28190b(_0x19688f);},'OxnpG':_0x506264(0x1f7),'MNzRI':_0x506264(0x1fd)};PerformanceTester[_0x506264(0x1fb)]();const _0x5c84e8=_0x5e8ca2[_0x506264(0x1ff)](require,_0x5e8ca2['OxnpG']),_0xb0dd30=new _0x5c84e8(_0x5e8ca2[_0x506264(0x1fc)],_0x5a0364,_0x2702ac),_0x412d9e=await _0xb0dd30[_0x506264(0x200)]();return PerformanceTester[_0x506264(0x1f1)](PerformanceEvents[_0x506264(0x1fa)]),await _0x5e8ca2[_0x506264(0x1ff)](sleep,0x3e8),PerformanceTester[_0x506264(0x210)](),_0x412d9e;},exports[a48_0x29e422(0x1f8)]=async(_0x59a769,_0x422d13,_0x6c119a,_0x316f69,_0x4d3a5c)=>{const _0x3f4a14=a48_0x29e422,_0x467dfc={'IzWPU':function(_0x5e1d3f,_0x3643e4){return _0x5e1d3f(_0x3643e4);},'jcWKU':_0x3f4a14(0x1f7),'Fizxm':_0x3f4a14(0x211)},_0x3e8455={'capability':_0x59a769,..._0x422d13},_0x49ce01={};_0x49ce01[_0x3f4a14(0x1f5)]=_0x3e8455,_0x49ce01['formatter']=_0x4d3a5c;const _0x1c0ba4=_0x49ce01,_0x2df807=_0x467dfc[_0x3f4a14(0x20a)](require,_0x467dfc[_0x3f4a14(0x209)]),_0x412366=new _0x2df807(_0x467dfc['Fizxm'],_0x1c0ba4,_0x6c119a,_0x316f69);return await _0x412366['run']();},exports['runVanillaTest']=async _0x58c918=>{const _0x772617=a48_0x29e422,_0x1f565a={'eCbqf':function(_0x458698,_0x206a60){return _0x458698(_0x206a60);},'vYXuU':_0x772617(0x1f7),'TZsQh':_0x772617(0x20d)},_0x9a8c7d=_0x1f565a[_0x772617(0x206)](require,_0x1f565a[_0x772617(0x1f6)]),_0x3230cf=new _0x9a8c7d(_0x1f565a[_0x772617(0x1f2)],_0x58c918);return await _0x3230cf[_0x772617(0x200)]();};
@@ -1 +1 @@
1
- const a49_0x65713f=a49_0x2532;(function(_0x3feb44,_0x2f5f44){const _0x410e34=a49_0x2532,_0xfdc8b9=_0x3feb44();while(!![]){try{const _0x3fa73e=parseInt(_0x410e34(0x8c))/0x1+-parseInt(_0x410e34(0x82))/0x2+-parseInt(_0x410e34(0x87))/0x3+parseInt(_0x410e34(0x89))/0x4*(parseInt(_0x410e34(0x84))/0x5)+parseInt(_0x410e34(0x88))/0x6*(parseInt(_0x410e34(0x8a))/0x7)+parseInt(_0x410e34(0x8d))/0x8*(parseInt(_0x410e34(0x8b))/0x9)+parseInt(_0x410e34(0x86))/0xa*(-parseInt(_0x410e34(0x83))/0xb);if(_0x3fa73e===_0x2f5f44)break;else _0xfdc8b9['push'](_0xfdc8b9['shift']());}catch(_0x7af1cc){_0xfdc8b9['push'](_0xfdc8b9['shift']());}}}(a49_0x1f22,0x38315));function a49_0x1f22(){const _0xc020b3=['656614suCBFN','4104mNQjpV','318646vMXAlt','3264dxbdEI','eDTvS','./runTest','lAcdT','vanillaWorker','288596fjkjwA','935BYHLpQ','10Byvlyc','tRDej','32090KbOyRJ','1011228SctYch','24xqolEt','208804DSrOpq'];a49_0x1f22=function(){return _0xc020b3;};return a49_0x1f22();}const {runTest,runCucumberTest,runVanillaTest}=require(a49_0x65713f(0x8f));function a49_0x2532(_0xab08bd,_0xad9eb5){const _0x1f2230=a49_0x1f22();return a49_0x2532=function(_0x253228,_0x47b37f){_0x253228=_0x253228-0x81;let _0x39c228=_0x1f2230[_0x253228];return _0x39c228;},a49_0x2532(_0xab08bd,_0xad9eb5);}exports['worker']=async(_0x4f5294,_0x33eb30)=>{const _0xd57d36=a49_0x65713f,_0x3395ae={'tRDej':function(_0x395af8,_0x4a1474,_0x57771b){return _0x395af8(_0x4a1474,_0x57771b);}};return await _0x3395ae[_0xd57d36(0x85)](runTest,_0x4f5294,_0x33eb30);},exports['cucumberWorker']=async(_0x1a1a1a,_0x5b5d9c,_0x2e67cb,_0x23dc3e,_0xc8d2c9)=>{const _0x55d89c=a49_0x65713f,_0xf0444b={'eDTvS':function(_0x1ad614,_0x4f7b26,_0x3a151b,_0x225491,_0x5b08b7,_0x1fe3d){return _0x1ad614(_0x4f7b26,_0x3a151b,_0x225491,_0x5b08b7,_0x1fe3d);}};return await _0xf0444b[_0x55d89c(0x8e)](runCucumberTest,_0x1a1a1a,_0x5b5d9c,_0x2e67cb,_0x23dc3e,_0xc8d2c9);},exports[a49_0x65713f(0x81)]=async _0x39c756=>{const _0x34d29f=a49_0x65713f,_0x116ce8={'lAcdT':function(_0x3a77d6,_0x69c10b){return _0x3a77d6(_0x69c10b);}};return await _0x116ce8[_0x34d29f(0x90)](runVanillaTest,_0x39c756);};
1
+ const a49_0x4ccc4f=a49_0x2480;function a49_0x20d3(){const _0x29cd4c=['vanillaWorker','bSJWM','4lwbbuK','./runTest','120SewkIQ','30HDcZZp','Cspgi','13033208nTdXMk','cucumberWorker','3147273mHgyuH','1545060saFoeC','8704212UYldUG','472954HKzAeb','3KfscQG','335060XnoZPJ','1346228nkxPDD','7VDCaqy'];a49_0x20d3=function(){return _0x29cd4c;};return a49_0x20d3();}(function(_0x4b352c,_0x60c82e){const _0x2b4775=a49_0x2480,_0xdef9e7=_0x4b352c();while(!![]){try{const _0x37c178=parseInt(_0x2b4775(0x1c2))/0x1*(-parseInt(_0x2b4775(0x1bb))/0x2)+parseInt(_0x2b4775(0x1bc))/0x3*(-parseInt(_0x2b4775(0x1be))/0x4)+-parseInt(_0x2b4775(0x1bd))/0x5*(parseInt(_0x2b4775(0x1b3))/0x6)+-parseInt(_0x2b4775(0x1bf))/0x7*(-parseInt(_0x2b4775(0x1b6))/0x8)+-parseInt(_0x2b4775(0x1b8))/0x9*(-parseInt(_0x2b4775(0x1b4))/0xa)+parseInt(_0x2b4775(0x1b9))/0xb+parseInt(_0x2b4775(0x1ba))/0xc;if(_0x37c178===_0x60c82e)break;else _0xdef9e7['push'](_0xdef9e7['shift']());}catch(_0x4a3f0e){_0xdef9e7['push'](_0xdef9e7['shift']());}}}(a49_0x20d3,0xe0f04));function a49_0x2480(_0x363f56,_0x37c281){const _0x20d3e1=a49_0x20d3();return a49_0x2480=function(_0x248043,_0x3cdb79){_0x248043=_0x248043-0x1b2;let _0xb55e47=_0x20d3e1[_0x248043];return _0xb55e47;},a49_0x2480(_0x363f56,_0x37c281);}const {runTest,runCucumberTest,runVanillaTest}=require(a49_0x4ccc4f(0x1b2));exports['worker']=async(_0x23fc06,_0x4463e5)=>{const _0x2b2dd5=a49_0x4ccc4f,_0x40810b={'Cspgi':function(_0x4705b3,_0x1d2bf0,_0x27b130){return _0x4705b3(_0x1d2bf0,_0x27b130);}};return await _0x40810b[_0x2b2dd5(0x1b5)](runTest,_0x23fc06,_0x4463e5);},exports[a49_0x4ccc4f(0x1b7)]=async(_0x554514,_0x325276,_0xb6fa94,_0x2f0ee9,_0x2aee17)=>{const _0x15768d=a49_0x4ccc4f,_0x1fd2f4={'bSJWM':function(_0x108eb4,_0x3579fd,_0x552719,_0x226c09,_0x48f3f6,_0x1b1f80){return _0x108eb4(_0x3579fd,_0x552719,_0x226c09,_0x48f3f6,_0x1b1f80);}};return await _0x1fd2f4[_0x15768d(0x1c1)](runCucumberTest,_0x554514,_0x325276,_0xb6fa94,_0x2f0ee9,_0x2aee17);},exports[a49_0x4ccc4f(0x1c0)]=async _0x2aeb40=>{const _0xd64195={'cynHV':function(_0x177451,_0x3ea480){return _0x177451(_0x3ea480);}};return await _0xd64195['cynHV'](runVanillaTest,_0x2aeb40);};
@@ -1 +1 @@
1
- const a50_0x303e24=a50_0x1488;(function(_0x4b6363,_0x45ea93){const _0x591bb0=a50_0x1488,_0x316d4b=_0x4b6363();while(!![]){try{const _0x1fb525=parseInt(_0x591bb0(0x87))/0x1*(-parseInt(_0x591bb0(0xc4))/0x2)+-parseInt(_0x591bb0(0xb4))/0x3+-parseInt(_0x591bb0(0xdb))/0x4+parseInt(_0x591bb0(0x12d))/0x5*(-parseInt(_0x591bb0(0x9a))/0x6)+-parseInt(_0x591bb0(0xc9))/0x7*(-parseInt(_0x591bb0(0xb9))/0x8)+parseInt(_0x591bb0(0xb3))/0x9+parseInt(_0x591bb0(0xee))/0xa;if(_0x1fb525===_0x45ea93)break;else _0x316d4b['push'](_0x316d4b['shift']());}catch(_0x26c483){_0x316d4b['push'](_0x316d4b['shift']());}}}(a50_0x1722,0x225c8));const a50_0x176c8a={};a50_0x176c8a[a50_0x303e24(0xa0)]=a50_0x303e24(0xad),a50_0x176c8a[a50_0x303e24(0x7a)]=a50_0x303e24(0x89);const a50_0x6029aa={};a50_0x6029aa[a50_0x303e24(0xa0)]=a50_0x303e24(0x11e);const a50_0x12b3ea={};a50_0x12b3ea['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';const a50_0xee19ac={};a50_0xee19ac[a50_0x303e24(0xa0)]=a50_0x303e24(0x13a);const a50_0x122666={};a50_0x122666[a50_0x303e24(0xa0)]=a50_0x303e24(0x7e);const a50_0xf2ce47={};a50_0xf2ce47[a50_0x303e24(0xa0)]=a50_0x303e24(0x112);const a50_0x3b55c6={};a50_0x3b55c6[a50_0x303e24(0xa0)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a50_0xa4d272={};a50_0xa4d272[a50_0x303e24(0xa0)]=a50_0x303e24(0xa9);const a50_0x2c5237={};function a50_0x1488(_0x2d068c,_0x3890c1){const _0x17228c=a50_0x1722();return a50_0x1488=function(_0x148805,_0x2b80e9){_0x148805=_0x148805-0x73;let _0x636cc8=_0x17228c[_0x148805];return _0x636cc8;},a50_0x1488(_0x2d068c,_0x3890c1);}a50_0x2c5237['INFO']='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a50_0x11aab5={};a50_0x11aab5['INFO']=a50_0x303e24(0xaa);const a50_0x447916={};a50_0x447916[a50_0x303e24(0x7d)]=a50_0x303e24(0xae),a50_0x447916[a50_0x303e24(0xe7)]=a50_0x303e24(0x93),a50_0x447916[a50_0x303e24(0xd0)]='jest',a50_0x447916[a50_0x303e24(0xe8)]=a50_0x303e24(0xe4),a50_0x447916[a50_0x303e24(0xb7)]=a50_0x303e24(0xa7),a50_0x447916[a50_0x303e24(0xcf)]=a50_0x303e24(0x11b);const a50_0x345eae={};a50_0x345eae[a50_0x303e24(0xe6)]=a50_0x303e24(0x131),a50_0x345eae[a50_0x303e24(0x8d)]=a50_0x303e24(0xcd),a50_0x345eae[a50_0x303e24(0x90)]=a50_0x303e24(0x122),a50_0x345eae[a50_0x303e24(0x86)]=a50_0x303e24(0xb1);const a50_0x2833df={};function a50_0x1722(){const _0x811d96=['https://api-cloud-devtestops.bsstag.com','turboScaleOptions','APP_UPLOAD_URL','ERR_TIMED_OUT','HELP','acceptSslCerts','percyOptions','PLAYWRIGHT','Run\x20js\x20tests\x20on\x20browserstack','testObservability','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','PACKAGE_TYPE','proxyPassword','GIT_META_DATA_TRUNCATED','ERR_ADDRESS_UNREACHABLE','SDKTestInvalidTcgAuthResponseWithUserImpact','invalidTestInputType','1jKOqhl','prod','Specify\x20--help\x20for\x20available\x20options','browserStackLocalOptions','platforms','UPDATED_CLI_ENDPOINT','uniqueDependency','FRAMEWORKS','LOG_FILE_NAME','mandatoryDependency','hubUrl','wss://cdp-preprod.bsstag.com/playwright?caps=','mocha','observability','CUSTOM_ID_REGEX','httpsProxy','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','accessibilityOptions','HEALING_FAILURE_TIMEOUT','18ynHUic','ERR_CONNECTION_REFUSED','https://upload-observability-preprod.bsstag.com','proxyUser','testContextOptions','https://observability-devtestops.bsstag.com','INFO','playwright','.aab','AI_PROXY_FAILURE','accessibility','BROWSERSTACK_APP_AUTOMATE_URL','COMMONJS','codeceptjs-cucumber','SDKTestTcgProxyFailure','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','browserVersion','https://hub-devtestops.bsstag.com/wd/hub','shows\x20version\x20information','Playwright','testOrchestrationOptions','https://edsstaging.bsstag.com','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','acceptSslCert','2350557JnHyYq','265293CWGcdo','acceptInsecureCerts','chromeOptions','CODECEPT_CUCUMBER','BROWSERSTACK_AUTOMATE_URL','407752lmPWdW','ATS_HUB_URL_REGEX','preprod','customVariables','SHAREABLE_ID_REGEX','browserstack.userName','PLAYWRIGHT_CONFIG_OPTION_ERRORS','TCG_AUTH_FAILURE','PLAYWRIGHT_HUB_URL','BSTACK_DELTA','edgeOptions','193938McYfIS','SDKTestTcgAuthFailure','MAX_GIT_META_DATA_SIZE_IN_BYTES','exports','browserstack.accessKey','14DHeUgU','automation','proxyPass','SET_TCG_TOKEN_TIMEOUT','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','split','CUCUMBER','JEST','ERR_CONNECTION_FAILED','APP_AUTOMATE_PRODUCTS','proxyUrl','PLAYWRIGHT_TRACE_LOGS','browserstackLocal','https://upload-observability.browserstack.com','ERR_SOCKS_CONNECTION_FAILED','VERSION','CLI_SUPPORTED_FRAMEWORKS','TCG_REGION','131928vRAfVI','./browserstack-artifacts/','AI_ENABLED_FRAMEWORK','ERR_PROXY_CONNECTION_FAILED','bsstag.com','unhandledPromptBehavior','browserstack','firefoxOptions','percy','codeceptjs','ERR_CONNECTION_RESET','invalidKeys','MOCHA','CODECEPT','AUTOMATE','localProxyPass','ERR_BLOCKED_BY_CLIENT','https://observability.browserstack.com','https://api.browserstack.com','995480VWKYmx','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','root','SDK_INSTRUMENTATION_CONFIG','AUTOLOGCAPTURE_NOTIFICATION','INTEGRATIONS','toLowerCase','logLevel','commonjs','vanilla','parallelsPerPlatform','BROWSERSTACK','REDACTED_KEYS','HEALING_LOG_DATA_TIMEOUT','TCG_AUTH_TIMEOUT','BSTACK_URL','percyCaptureMode','https://tcg.browserstack.com','AI_INIT_SUCCESSFUL','framework','VALID_APP_EXTENSION','authToken','sdk/v1/event','CODECEPTJS','automate','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','/usage-debug.log','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_ABORTED','HUB_URL_REGEX','https://automate.browserstack.com/dashboard/v2/builds/','userName','PRIVATE_DOMAIN_OR_IP_REGEX','browserstack.overridelocalInfo.userAuthToken','rerunTests','browserstackAutomation','Run\x20nightwatch\x20tests\x20on\x20browserstack','BROWSERSTACK_API_URL','TCG_URL','httpProxy','SDKTestTcgtInitSuccessful','https://apidevtestops.bsstag.com','use','proxySettings','accessKey','cucumber','ATS_WSS_URL_REGEX','timeouts','Run\x20jest\x20tests\x20on\x20browserstack','app-automate','https://tcg.bsstag.com','turboScale','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','CI_ARTIFACTS_PATH','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','O11Y_URL','EDS_URL','ERR_NAME_NOT_RESOLVED','OBSERVABILITY_UPLOAD_URL','https://eds.browserstack.com','.apk','POLL_HEALING_RESULT_TIMEOUT','https://hub-preprod.bsstag.com/wd/hub','172555fWeHEi','MODULE','testObservabilityOptions','localProxyUser','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','NUDGE_LOCAL_ERRORS','localOptions','SDKTestInitFailedResponse','...[TRUNCATED]','https://app-automate.browserstack.com/dashboard/v2/builds/','https://observability-preprod.bsstag.com','0|10|8|11|1|5|9|3|7|2|4|12|6','2|1|9|11|7|3|8|4|12|0|5|6|10','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ROOT_REGEX','ERR_CONNECTION_CLOSED','strictFileInteractability','AUTOMATE_PRODUCTS','disableAutoCaptureLogs','bsstag','ROOT_CAPS'];a50_0x1722=function(){return _0x811d96;};return a50_0x1722();}a50_0x2833df[a50_0x303e24(0xa6)]=a50_0x303e24(0xf6),a50_0x2833df[a50_0x303e24(0x12e)]='module';const a50_0x81b2be={};a50_0x81b2be[a50_0x303e24(0xf0)]=[a50_0x303e24(0x10d),a50_0x303e24(0x11a),a50_0x303e24(0x115),a50_0x303e24(0x96),'customVariables',a50_0x303e24(0xbe),a50_0x303e24(0xc8),a50_0x303e24(0x82),a50_0x303e24(0x103),a50_0x303e24(0xd3),a50_0x303e24(0x10f)],a50_0x81b2be[a50_0x303e24(0x8a)]=[a50_0x303e24(0x9d),a50_0x303e24(0xcb),a50_0x303e24(0x130),a50_0x303e24(0xea)];const a50_0x5dc133={};a50_0x5dc133[a50_0x303e24(0xd5)]='browserstackLocal',a50_0x5dc133[a50_0x303e24(0x8a)]='browserStackLocalOptions',a50_0x5dc133[a50_0x303e24(0x133)]=a50_0x303e24(0x8a),a50_0x5dc133[a50_0x303e24(0xf8)]=a50_0x303e24(0xf8),a50_0x5dc133[a50_0x303e24(0x8b)]=a50_0x303e24(0x8b),a50_0x5dc133['logLevel']=a50_0x303e24(0xf5),a50_0x5dc133['httpProxy']=a50_0x303e24(0x115),a50_0x5dc133[a50_0x303e24(0x96)]=a50_0x303e24(0x96),a50_0x5dc133[a50_0x303e24(0x101)]=a50_0x303e24(0x101),a50_0x5dc133[a50_0x303e24(0x9e)]=a50_0x303e24(0x9e),a50_0x5dc133[a50_0x303e24(0x7f)]=a50_0x303e24(0x7f),a50_0x5dc133['testObservabilityOptions']=a50_0x303e24(0x12f),a50_0x5dc133[a50_0x303e24(0xbc)]=a50_0x303e24(0xbc),a50_0x5dc133[a50_0x303e24(0xca)]=a50_0x303e24(0x111),a50_0x5dc133['browserstackAutomation']=a50_0x303e24(0x111),a50_0x5dc133[a50_0x303e24(0x110)]=a50_0x303e24(0x110),a50_0x5dc133[a50_0x303e24(0xe3)]=a50_0x303e24(0xe3),a50_0x5dc133[a50_0x303e24(0x7c)]=a50_0x303e24(0x7c),a50_0x5dc133[a50_0x303e24(0xfe)]=a50_0x303e24(0xfe),a50_0x5dc133[a50_0x303e24(0x73)]='disableAutoCaptureLogs',a50_0x5dc133[a50_0x303e24(0xa4)]=a50_0x303e24(0xa4),a50_0x5dc133[a50_0x303e24(0x98)]='accessibilityOptions',a50_0x5dc133[a50_0x303e24(0x121)]='turboScale',a50_0x5dc133[a50_0x303e24(0x77)]=a50_0x303e24(0x77),a50_0x5dc133[a50_0x303e24(0x119)]=a50_0x303e24(0x119),a50_0x5dc133['testOrchestrationOptions']=a50_0x303e24(0xaf);const a50_0x44e19b={};a50_0x44e19b[a50_0x303e24(0xd8)]=a50_0x176c8a,a50_0x44e19b['JEST']=a50_0x6029aa,a50_0x44e19b[a50_0x303e24(0xe7)]=a50_0x12b3ea,a50_0x44e19b['CUCUMBER']=a50_0xee19ac,a50_0x44e19b['VANILLA']=a50_0x122666,a50_0x44e19b['NIGHTWATCH']=a50_0xf2ce47,a50_0x44e19b[a50_0x303e24(0x7d)]=a50_0x3b55c6,a50_0x44e19b[a50_0x303e24(0x105)]=a50_0xa4d272,a50_0x44e19b['HST']=a50_0x2c5237,a50_0x44e19b[a50_0x303e24(0xf3)]=a50_0x11aab5,a50_0x44e19b[a50_0x303e24(0xc2)]=0xf*0x3c*0x3e8,a50_0x44e19b[a50_0x303e24(0x91)]='https://hub.browserstack.com/wd/hub',a50_0x44e19b[a50_0x303e24(0x114)]=a50_0x303e24(0xff),a50_0x44e19b[a50_0x303e24(0xda)]=a50_0x303e24(0x118),a50_0x44e19b[a50_0x303e24(0x10b)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a50_0x44e19b[a50_0x303e24(0xba)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a50_0x44e19b[a50_0x303e24(0x11c)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a50_0x44e19b[a50_0x303e24(0x75)]=[a50_0x303e24(0xb5),'pageLoadStrategy',a50_0x303e24(0x13d),a50_0x303e24(0xe0),a50_0x303e24(0x11d),'browserName',a50_0x303e24(0xab),a50_0x303e24(0x7b),a50_0x303e24(0xb2),a50_0x303e24(0xb6),a50_0x303e24(0xe2),a50_0x303e24(0xc3),'ieOptions'],a50_0x44e19b[a50_0x303e24(0x13b)]=/^[\w-]+:.*$/,a50_0x44e19b[a50_0x303e24(0x10e)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a50_0x44e19b[a50_0x303e24(0x126)]=a50_0x303e24(0x129),a50_0x44e19b['BROWSERSTACK_API_URL']=a50_0x303e24(0xed),a50_0x44e19b['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a50_0x44e19b[a50_0x303e24(0x8c)]='sdk/v1/update_cli',a50_0x44e19b['FUNNEL_INSTRUMENTATION_API_URL']=a50_0x303e24(0x104),a50_0x44e19b[a50_0x303e24(0x13e)]=[a50_0x303e24(0x106),a50_0x303e24(0x94)],a50_0x44e19b[a50_0x303e24(0xd2)]=[a50_0x303e24(0x11f),'observability'],a50_0x44e19b['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a50_0x303e24(0x94)],a50_0x44e19b['OBSERVABILITY_UPLOAD_URL']=a50_0x303e24(0xd6),a50_0x44e19b['OBSERVABILITY_SUPPORTED_FWS']=[a50_0x303e24(0x93),a50_0x303e24(0xae)],a50_0x44e19b[a50_0x303e24(0xe9)]=[a50_0x303e24(0x106)],a50_0x44e19b[a50_0x303e24(0xb8)]=a50_0x303e24(0x10c),a50_0x44e19b[a50_0x303e24(0xa5)]=a50_0x303e24(0x136),a50_0x44e19b['APP_AUTOMATE']=['app-automate'],a50_0x44e19b[a50_0x303e24(0x132)]=['ERR_FAILED',a50_0x303e24(0x79),a50_0x303e24(0xeb),'ERR_NETWORK_CHANGED',a50_0x303e24(0x109),a50_0x303e24(0x13c),a50_0x303e24(0xe5),a50_0x303e24(0x9b),a50_0x303e24(0x10a),a50_0x303e24(0xd1),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a50_0x303e24(0x84),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a50_0x303e24(0xd7),a50_0x303e24(0xef),a50_0x303e24(0xde),a50_0x303e24(0x127),'ERR_NAME_RESOLUTION_FAILED',a50_0x303e24(0x80)],a50_0x44e19b[a50_0x303e24(0x102)]=[a50_0x303e24(0x12a),a50_0x303e24(0xa2),'.ipa'],a50_0x44e19b[a50_0x303e24(0x95)]='^[a-zA-Z0-9_.-]*$',a50_0x44e19b[a50_0x303e24(0xbd)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a50_0x44e19b[a50_0x303e24(0x123)]=a50_0x303e24(0xdc),a50_0x44e19b[a50_0x303e24(0xc1)]='wss://cdp.browserstack.com/playwright?caps=',a50_0x44e19b[a50_0x303e24(0x8e)]=a50_0x447916,a50_0x44e19b['PERCY_SUPPORTED_FRAMEWORKS']=['jest',a50_0x303e24(0x93)],a50_0x44e19b[a50_0x303e24(0xbf)]=a50_0x345eae,a50_0x44e19b[a50_0x303e24(0xf2)]=a50_0x303e24(0x107),a50_0x44e19b[a50_0x303e24(0x81)]=a50_0x2833df,a50_0x44e19b[a50_0x303e24(0xc6)]=0x40*0x400,a50_0x44e19b[a50_0x303e24(0x83)]=a50_0x303e24(0x135),a50_0x44e19b['UPGRADE_REQUIRED']='Upgrade\x20required',a50_0x44e19b['TCG_DOWN']='SDKTestTcgDownResponse',a50_0x44e19b['INVALID_INIT_RESP_WITH_USER_IMPACT']=a50_0x303e24(0x85),a50_0x44e19b[a50_0x303e24(0xc0)]=a50_0x303e24(0xc5),a50_0x44e19b[a50_0x303e24(0x100)]=a50_0x303e24(0x116),a50_0x44e19b['AI_INIT_FAILURE']=a50_0x303e24(0x134),a50_0x44e19b[a50_0x303e24(0xa3)]=a50_0x303e24(0xa8),a50_0x44e19b[a50_0x303e24(0xfc)]=0x1388,a50_0x44e19b[a50_0x303e24(0xcc)]=0x1388,a50_0x44e19b[a50_0x303e24(0xfb)]=0x1388,a50_0x44e19b[a50_0x303e24(0x99)]=0x1388,a50_0x44e19b[a50_0x303e24(0x12b)]=0xc350,a50_0x44e19b[a50_0x303e24(0xfa)]=a50_0x81b2be,a50_0x44e19b[a50_0x303e24(0xdd)]=[a50_0x303e24(0xf7),a50_0x303e24(0xe4)],a50_0x44e19b[a50_0x303e24(0xf1)]=a50_0x5dc133,a50_0x44e19b[a50_0x303e24(0x8f)]='/usage.log',a50_0x44e19b['DEBUG_LOG_FILE_NAME']=a50_0x303e24(0x108),a50_0x44e19b[a50_0x303e24(0xfd)]='browserstack.com',a50_0x44e19b['BSTACK_ATS_URL']='browserstack-ats.com',a50_0x44e19b[a50_0x303e24(0x125)]=a50_0x303e24(0xec),a50_0x44e19b[a50_0x303e24(0xf9)]=a50_0x303e24(0xe1),a50_0x44e19b[a50_0x303e24(0xd9)]=[a50_0x303e24(0xa1)],a50_0x44e19b[a50_0x303e24(0xd4)]='PLAYWRIGHT_TRACE_LOGS',module[a50_0x303e24(0xc7)]=a50_0x44e19b;const _env=(process['env']['BROWSERSTACK_ENV']||a50_0x303e24(0x88))[a50_0x303e24(0xf4)]();if(_env==='staging'||_env==='stag'){const EFxTDb=a50_0x303e24(0x138)[a50_0x303e24(0xce)]('|');let SMXJpT=0x0;while(!![]){switch(EFxTDb[SMXJpT++]){case'0':module['exports']['hubUrl']=a50_0x303e24(0xac);continue;case'1':module[a50_0x303e24(0xc7)][a50_0x303e24(0xb8)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a50_0x303e24(0xc7)]['O11Y_URL']=a50_0x303e24(0x9f);continue;case'3':module[a50_0x303e24(0xc7)][a50_0x303e24(0xc1)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'4':module[a50_0x303e24(0xc7)][a50_0x303e24(0x128)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'5':module[a50_0x303e24(0xc7)]['BROWSERSTACK_APP_AUTOMATE_URL']=a50_0x303e24(0x124);continue;case'6':module[a50_0x303e24(0xc7)]['BROWSERSTACK']=a50_0x303e24(0x74);continue;case'7':module[a50_0x303e24(0xc7)][a50_0x303e24(0xfd)]='bsstag.com';continue;case'8':module['exports'][a50_0x303e24(0x114)]=a50_0x303e24(0x120);continue;case'9':module[a50_0x303e24(0xc7)][a50_0x303e24(0x78)]=a50_0x303e24(0x76);continue;case'10':module[a50_0x303e24(0xc7)][a50_0x303e24(0x113)]=a50_0x303e24(0x117);continue;case'11':module['exports'][a50_0x303e24(0x10b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a50_0x303e24(0xc7)]['EDS_URL']='https://edsstaging.bsstag.com';continue;}break;}}else{if(_env===a50_0x303e24(0xbb)||_env==='pre-prod'){const vcxBlK=a50_0x303e24(0x139)[a50_0x303e24(0xce)]('|');let kobjrz=0x0;while(!![]){switch(vcxBlK[kobjrz++]){case'0':module['exports'][a50_0x303e24(0x125)]=a50_0x303e24(0x137);continue;case'1':module[a50_0x303e24(0xc7)][a50_0x303e24(0x113)]='https://api-preprod.bsstag.com';continue;case'2':module['exports'][a50_0x303e24(0x91)]=a50_0x303e24(0x12c);continue;case'3':module[a50_0x303e24(0xc7)][a50_0x303e24(0xa5)]=a50_0x303e24(0x97);continue;case'4':module['exports'][a50_0x303e24(0xc1)]=a50_0x303e24(0x92);continue;case'5':module[a50_0x303e24(0xc7)]['OBSERVABILITY_UPLOAD_URL']=a50_0x303e24(0x9c);continue;case'6':module['exports']['EDS_URL']=a50_0x303e24(0xb0);continue;case'7':module[a50_0x303e24(0xc7)][a50_0x303e24(0xb8)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'8':module[a50_0x303e24(0xc7)]['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'9':module[a50_0x303e24(0xc7)][a50_0x303e24(0x114)]='https://tcg-preprod.bsstag.com';continue;case'10':module[a50_0x303e24(0xc7)][a50_0x303e24(0xf9)]=a50_0x303e24(0x74);continue;case'11':module[a50_0x303e24(0xc7)][a50_0x303e24(0x10b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a50_0x303e24(0xc7)][a50_0x303e24(0xfd)]=a50_0x303e24(0xdf);continue;}break;}}}
1
+ const a50_0x1bd0a1=a50_0x5393;(function(_0x3e09fb,_0x1ad4cd){const _0x311dcc=a50_0x5393,_0x45fdaa=_0x3e09fb();while(!![]){try{const _0x224221=parseInt(_0x311dcc(0x1a6))/0x1*(-parseInt(_0x311dcc(0x1dd))/0x2)+-parseInt(_0x311dcc(0x1f3))/0x3*(parseInt(_0x311dcc(0x1fe))/0x4)+parseInt(_0x311dcc(0x1f6))/0x5+parseInt(_0x311dcc(0x191))/0x6*(-parseInt(_0x311dcc(0x1e0))/0x7)+-parseInt(_0x311dcc(0x1c3))/0x8+-parseInt(_0x311dcc(0x1e3))/0x9*(-parseInt(_0x311dcc(0x1b5))/0xa)+-parseInt(_0x311dcc(0x19a))/0xb*(-parseInt(_0x311dcc(0x1de))/0xc);if(_0x224221===_0x1ad4cd)break;else _0x45fdaa['push'](_0x45fdaa['shift']());}catch(_0x7d2ea9){_0x45fdaa['push'](_0x45fdaa['shift']());}}}(a50_0x5ebc,0x2eb87));const a50_0x466891={};a50_0x466891[a50_0x1bd0a1(0x17a)]='shows\x20version\x20information',a50_0x466891[a50_0x1bd0a1(0x1c6)]=a50_0x1bd0a1(0x16e);const a50_0x344d4b={};a50_0x344d4b[a50_0x1bd0a1(0x17a)]=a50_0x1bd0a1(0x202);const a50_0x59c033={};a50_0x59c033[a50_0x1bd0a1(0x17a)]=a50_0x1bd0a1(0x1b2);const a50_0x14ac6c={};a50_0x14ac6c[a50_0x1bd0a1(0x17a)]=a50_0x1bd0a1(0x1da);const a50_0x1eada5={};a50_0x1eada5[a50_0x1bd0a1(0x17a)]='Run\x20js\x20tests\x20on\x20browserstack';function a50_0x5ebc(){const _0x4c8504=['browserstack.accessKey','REDACTED_KEYS','PLAYWRIGHT_HUB_URL','1228040pZRUwy','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','userName','HELP','proxyUrl','AUTOLOGCAPTURE_NOTIFICATION','MODULE','2|8|7|0|11|3|4|10|12|5|6|9|1','https://automate-preprod.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_ABORTED','timeouts','ERR_NAME_NOT_RESOLVED','SDKTestTcgProxyFailure','framework','ERR_CONNECTION_RESET','OBSERVABILITY_SUPPORTED_FWS','.aab','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','parallelsPerPlatform','Playwright','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_ADDRESS_INVALID','mandatoryDependency','Run\x20cucumber-js\x20tests\x20on\x20browserstack','AUTOMATE_PRODUCTS','accessKey','6nIHDMo','1659876cKbnsn','module','169652oSShWi','acceptSslCert','percyOptions','268767DLSomP','ERR_BLOCKED_BY_CLIENT','localOptions','VANILLA','0|5|4|10|8|7|11|1|3|9|2|12|6','bsstag','ERR_NAME_RESOLUTION_FAILED','httpsProxy','CODECEPTJS','commonjs','uniqueDependency','ROOT_CAPS','sdk/v1/update_cli','accessibilityOptions','localProxyUser','mocha','267pmbTgq','SET_TCG_TOKEN_TIMEOUT','authToken','1516980TFIgSp','browserstack.userName','invalidTestInputType','https://automate.browserstack.com/dashboard/v2/builds/','exports','PACKAGE_TYPE','browserstackAutomation','pageLoadStrategy','14216VryVrD','Run\x20codeceptjs\x20tests\x20on\x20browserstack','JEST','automation','Run\x20jest\x20tests\x20on\x20browserstack','SDKTestTcgtInitSuccessful','SHAREABLE_ID_REGEX','ERR_TUNNEL_CONNECTION_FAILED','INTEGRATIONS','invalidKeys','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_PROXY_CONNECTION_FAILED','split','chromeOptions','TCG_REGION','stag','HUB_URL_REGEX','SDK_INSTRUMENTATION_CONFIG','LOG_FILE_NAME','wss://cdp.browserstack.com/playwright?caps=','codeceptjs-cucumber','httpProxy','AI_INIT_FAILURE','bsstag.com','.apk','ERR_CONNECTION_REFUSED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BROWSERSTACK_API_URL','HST','GIT_META_DATA_TRUNCATED','PLAYWRIGHT_TRACE_LOGS','POLL_HEALING_RESULT_TIMEOUT','testOrchestrationOptions','https://eds.browserstack.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BSTACK_URL','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','OBSERVABILITY_UPLOAD_URL','CLI_SUPPORTED_FRAMEWORKS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','pre-prod','/usage-debug.log','https://api-preprod.bsstag.com','SDKTestInitFailedResponse','https://tcg.browserstack.com','ERR_ADDRESS_UNREACHABLE','BSTACK_ATS_URL','firefoxOptions','vanilla','app-automate','cucumber','AI_ENABLED_FRAMEWORK','wss://cdp-preprod.bsstag.com/playwright?caps=','percy','automate','jest','unhandledPromptBehavior','codeceptjs','AI_PROXY_FAILURE','ATS_HUB_URL_REGEX','VALID_APP_EXTENSION','ATS_WSS_URL_REGEX','disableAutoCaptureLogs','Specify\x20--help\x20for\x20available\x20options','https://api-cloud.browserstack.com','proxyPass','ERR_CONNECTION_TIMED_OUT','platforms','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','testObservability','ERR_FAILED','browserstackLocal','proxyUser','percyCaptureMode','turboScale','INFO','turboScaleOptions','...[TRUNCATED]','use','https://app-automate.browserstack.com/dashboard/v2/builds/','ERR_TIMED_OUT','testObservabilityOptions','https://api-cloud-devtestops.bsstag.com','preprod','browserstack.overridelocalInfo.userAuthToken','browserStackLocalOptions','FUNNEL_INSTRUMENTATION_API_URL','AUTOMATE','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','.ipa','APP_AUTOMATE_PRODUCTS','CUSTOM_ID_REGEX','^[a-zA-Z0-9_.-]*$','CODECEPT','/usage.log','browserstack.com','BROWSERSTACK_AUTOMATE_URL','localProxyPass','84VRcVKg','https://hub-devtestops.bsstag.com/wd/hub','DEBUG_LOG_FILE_NAME','ieOptions','PLAYWRIGHT_CONFIG_OPTION_ERRORS','hubUrl','acceptInsecureCerts','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','PLAYWRIGHT','55DSiusP','https://hub-preprod.bsstag.com/wd/hub','APP_UPLOAD_URL','prod','https://edsstaging.bsstag.com','BROWSERSTACK','rerunTests','browserstack-ats.com','ERR_NETWORK_CHANGED','TCG_URL','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','NIGHTWATCH','107674OiQqwE','SDKTestInvalidTcgAuthResponseWithUserImpact','ROOT_REGEX','NUDGE_LOCAL_ERRORS','logLevel','proxySettings','BROWSERSTACK_ENV','HEALING_FAILURE_TIMEOUT','customVariables','VERSION','https://upload-observability-preprod.bsstag.com','observability','Run\x20mocha\x20tests\x20on\x20browserstack','playwright','ERR_SOCKS_CONNECTION_FAILED','110mSBjxW','MOCHA','EDS_URL','accessibility','O11Y_URL','acceptSslCerts','APP_AUTOMATE','CUCUMBER','strictFileInteractability','https://hub.browserstack.com/wd/hub','BROWSERSTACK_APP_AUTOMATE_URL'];a50_0x5ebc=function(){return _0x4c8504;};return a50_0x5ebc();}const a50_0x6e6618={};a50_0x6e6618[a50_0x1bd0a1(0x17a)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a50_0xb40010={};a50_0xb40010['INFO']='Run\x20playwright\x20tests\x20on\x20Browserstack';const a50_0x5713f1={};a50_0x5713f1['INFO']=a50_0x1bd0a1(0x1ff);const a50_0x414fcd={};a50_0x414fcd['INFO']=a50_0x1bd0a1(0x198);const a50_0x26b572={};a50_0x26b572[a50_0x1bd0a1(0x17a)]=a50_0x1bd0a1(0x1c4);const a50_0x5cf3c3={};a50_0x5cf3c3[a50_0x1bd0a1(0x199)]=a50_0x1bd0a1(0x1d6),a50_0x5cf3c3['MOCHA']=a50_0x1bd0a1(0x1f2),a50_0x5cf3c3[a50_0x1bd0a1(0x200)]=a50_0x1bd0a1(0x166),a50_0x5cf3c3[a50_0x1bd0a1(0x18c)]=a50_0x1bd0a1(0x168),a50_0x5cf3c3['CODECEPT_CUCUMBER']=a50_0x1bd0a1(0x143),a50_0x5cf3c3[a50_0x1bd0a1(0x1bc)]=a50_0x1bd0a1(0x161);const a50_0x425cb8={};a50_0x425cb8[a50_0x1bd0a1(0x207)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a50_0x425cb8[a50_0x1bd0a1(0x1ed)]=a50_0x1bd0a1(0x156),a50_0x425cb8[a50_0x1bd0a1(0x1d9)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a50_0x425cb8[a50_0x1bd0a1(0x1f8)]=a50_0x1bd0a1(0x1d4);const a50_0x178bc4={};a50_0x178bc4['COMMONJS']=a50_0x1bd0a1(0x1ec),a50_0x178bc4[a50_0x1bd0a1(0x1c9)]=a50_0x1bd0a1(0x1df);const a50_0x15e0d1={};a50_0x15e0d1['root']=[a50_0x1bd0a1(0x1c5),a50_0x1bd0a1(0x1dc),'httpProxy',a50_0x1bd0a1(0x1ea),a50_0x1bd0a1(0x1ae),a50_0x1bd0a1(0x1f7),a50_0x1bd0a1(0x1c0),'proxyPassword',a50_0x1bd0a1(0x1f5),a50_0x1bd0a1(0x1c7),a50_0x1bd0a1(0x183)],a50_0x15e0d1['browserStackLocalOptions']=[a50_0x1bd0a1(0x177),a50_0x1bd0a1(0x170),a50_0x1bd0a1(0x1f1),a50_0x1bd0a1(0x190)];const a50_0x288873={};a50_0x288873[a50_0x1bd0a1(0x176)]='browserstackLocal',a50_0x288873[a50_0x1bd0a1(0x184)]=a50_0x1bd0a1(0x184),a50_0x288873[a50_0x1bd0a1(0x1e5)]=a50_0x1bd0a1(0x184),a50_0x288873['parallelsPerPlatform']=a50_0x1bd0a1(0x1d5),a50_0x288873[a50_0x1bd0a1(0x172)]=a50_0x1bd0a1(0x172),a50_0x288873[a50_0x1bd0a1(0x1aa)]=a50_0x1bd0a1(0x1aa),a50_0x288873[a50_0x1bd0a1(0x144)]=a50_0x1bd0a1(0x144),a50_0x288873[a50_0x1bd0a1(0x1ea)]='httpsProxy',a50_0x288873[a50_0x1bd0a1(0x1d0)]=a50_0x1bd0a1(0x1d0),a50_0x288873['testContextOptions']='testContextOptions',a50_0x288873[a50_0x1bd0a1(0x174)]=a50_0x1bd0a1(0x174),a50_0x288873[a50_0x1bd0a1(0x180)]='testObservabilityOptions',a50_0x288873[a50_0x1bd0a1(0x1ae)]='customVariables',a50_0x288873[a50_0x1bd0a1(0x201)]=a50_0x1bd0a1(0x1fc),a50_0x288873[a50_0x1bd0a1(0x1fc)]='browserstackAutomation',a50_0x288873[a50_0x1bd0a1(0x1a0)]='rerunTests',a50_0x288873[a50_0x1bd0a1(0x164)]=a50_0x1bd0a1(0x164),a50_0x288873[a50_0x1bd0a1(0x1e2)]=a50_0x1bd0a1(0x1e2),a50_0x288873[a50_0x1bd0a1(0x178)]='percyCaptureMode',a50_0x288873['disableAutoCaptureLogs']=a50_0x1bd0a1(0x16d),a50_0x288873[a50_0x1bd0a1(0x1b8)]='accessibility',a50_0x288873[a50_0x1bd0a1(0x1f0)]=a50_0x1bd0a1(0x1f0),a50_0x288873['turboScale']=a50_0x1bd0a1(0x179),a50_0x288873[a50_0x1bd0a1(0x17b)]=a50_0x1bd0a1(0x17b),a50_0x288873[a50_0x1bd0a1(0x1ab)]=a50_0x1bd0a1(0x1ab),a50_0x288873[a50_0x1bd0a1(0x14f)]=a50_0x1bd0a1(0x14f);function a50_0x5393(_0x109d4a,_0x1d187e){const _0x5ebc8a=a50_0x5ebc();return a50_0x5393=function(_0x53937e,_0xc323a4){_0x53937e=_0x53937e-0x13c;let _0x4df8c3=_0x5ebc8a[_0x53937e];return _0x4df8c3;},a50_0x5393(_0x109d4a,_0x1d187e);}const a50_0x585d4c={};a50_0x585d4c[a50_0x1bd0a1(0x1af)]=a50_0x466891,a50_0x585d4c[a50_0x1bd0a1(0x200)]=a50_0x344d4b,a50_0x585d4c[a50_0x1bd0a1(0x1b6)]=a50_0x59c033,a50_0x585d4c[a50_0x1bd0a1(0x1bc)]=a50_0x14ac6c,a50_0x585d4c[a50_0x1bd0a1(0x1e6)]=a50_0x1eada5,a50_0x585d4c[a50_0x1bd0a1(0x1a5)]=a50_0x6e6618,a50_0x585d4c[a50_0x1bd0a1(0x199)]=a50_0xb40010,a50_0x585d4c[a50_0x1bd0a1(0x1eb)]=a50_0x5713f1,a50_0x585d4c[a50_0x1bd0a1(0x14b)]=a50_0x414fcd,a50_0x585d4c[a50_0x1bd0a1(0x206)]=a50_0x26b572,a50_0x585d4c['BSTACK_DELTA']=0xf*0x3c*0x3e8,a50_0x585d4c['hubUrl']=a50_0x1bd0a1(0x1be),a50_0x585d4c[a50_0x1bd0a1(0x1a3)]=a50_0x1bd0a1(0x15b),a50_0x585d4c[a50_0x1bd0a1(0x13d)]=a50_0x1bd0a1(0x17d),a50_0x585d4c['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a50_0x585d4c[a50_0x1bd0a1(0x16a)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a50_0x585d4c[a50_0x1bd0a1(0x16c)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a50_0x585d4c[a50_0x1bd0a1(0x1ee)]=[a50_0x1bd0a1(0x197),a50_0x1bd0a1(0x1fd),a50_0x1bd0a1(0x1bd),a50_0x1bd0a1(0x167),a50_0x1bd0a1(0x1cd),'browserName','browserVersion',a50_0x1bd0a1(0x1ba),a50_0x1bd0a1(0x1e1),a50_0x1bd0a1(0x13c),a50_0x1bd0a1(0x15e),'edgeOptions',a50_0x1bd0a1(0x194)],a50_0x585d4c[a50_0x1bd0a1(0x1a8)]=/^[\w-]+:.*$/,a50_0x585d4c[a50_0x1bd0a1(0x1d7)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a50_0x585d4c[a50_0x1bd0a1(0x1b7)]=a50_0x1bd0a1(0x150),a50_0x585d4c[a50_0x1bd0a1(0x14a)]='https://api.browserstack.com',a50_0x585d4c[a50_0x1bd0a1(0x19c)]=a50_0x1bd0a1(0x16f),a50_0x585d4c['UPDATED_CLI_ENDPOINT']=a50_0x1bd0a1(0x1ef),a50_0x585d4c[a50_0x1bd0a1(0x185)]='sdk/v1/event',a50_0x585d4c[a50_0x1bd0a1(0x1db)]=[a50_0x1bd0a1(0x165),'observability'],a50_0x585d4c[a50_0x1bd0a1(0x189)]=['app-automate',a50_0x1bd0a1(0x1b1)],a50_0x585d4c[a50_0x1bd0a1(0x151)]=[a50_0x1bd0a1(0x1b1)],a50_0x585d4c[a50_0x1bd0a1(0x154)]='https://upload-observability.browserstack.com',a50_0x585d4c[a50_0x1bd0a1(0x1d2)]=[a50_0x1bd0a1(0x1f2),'Playwright'],a50_0x585d4c[a50_0x1bd0a1(0x186)]=['automate'],a50_0x585d4c['BROWSERSTACK_AUTOMATE_URL']=a50_0x1bd0a1(0x1f9),a50_0x585d4c[a50_0x1bd0a1(0x1bf)]=a50_0x1bd0a1(0x17e),a50_0x585d4c[a50_0x1bd0a1(0x1bb)]=[a50_0x1bd0a1(0x160)],a50_0x585d4c[a50_0x1bd0a1(0x1a9)]=[a50_0x1bd0a1(0x175),a50_0x1bd0a1(0x17f),a50_0x1bd0a1(0x1e4),a50_0x1bd0a1(0x1a2),'ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a50_0x1bd0a1(0x1d1),a50_0x1bd0a1(0x148),a50_0x1bd0a1(0x1cc),'ERR_CONNECTION_FAILED',a50_0x1bd0a1(0x1ce),a50_0x1bd0a1(0x1d8),a50_0x1bd0a1(0x15c),a50_0x1bd0a1(0x205),a50_0x1bd0a1(0x171),a50_0x1bd0a1(0x1b4),a50_0x1bd0a1(0x173),a50_0x1bd0a1(0x209),a50_0x1bd0a1(0x1ce),a50_0x1bd0a1(0x1e9),a50_0x1bd0a1(0x149)],a50_0x585d4c[a50_0x1bd0a1(0x16b)]=[a50_0x1bd0a1(0x147),a50_0x1bd0a1(0x1d3),a50_0x1bd0a1(0x188)],a50_0x585d4c[a50_0x1bd0a1(0x18a)]=a50_0x1bd0a1(0x18b),a50_0x585d4c[a50_0x1bd0a1(0x204)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a50_0x585d4c['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a50_0x585d4c[a50_0x1bd0a1(0x1c2)]=a50_0x1bd0a1(0x142),a50_0x585d4c['FRAMEWORKS']=a50_0x5cf3c3,a50_0x585d4c['PERCY_SUPPORTED_FRAMEWORKS']=[a50_0x1bd0a1(0x166),'mocha'],a50_0x585d4c[a50_0x1bd0a1(0x195)]=a50_0x425cb8,a50_0x585d4c[a50_0x1bd0a1(0x1c8)]=a50_0x1bd0a1(0x208),a50_0x585d4c[a50_0x1bd0a1(0x1fb)]=a50_0x178bc4,a50_0x585d4c['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a50_0x585d4c[a50_0x1bd0a1(0x14c)]=a50_0x1bd0a1(0x17c),a50_0x585d4c['UPGRADE_REQUIRED']='Upgrade\x20required',a50_0x585d4c['TCG_DOWN']='SDKTestTcgDownResponse',a50_0x585d4c['INVALID_INIT_RESP_WITH_USER_IMPACT']=a50_0x1bd0a1(0x1a7),a50_0x585d4c['TCG_AUTH_FAILURE']='SDKTestTcgAuthFailure',a50_0x585d4c['AI_INIT_SUCCESSFUL']=a50_0x1bd0a1(0x203),a50_0x585d4c[a50_0x1bd0a1(0x145)]=a50_0x1bd0a1(0x15a),a50_0x585d4c[a50_0x1bd0a1(0x169)]=a50_0x1bd0a1(0x1cf),a50_0x585d4c['TCG_AUTH_TIMEOUT']=0x1388,a50_0x585d4c[a50_0x1bd0a1(0x1f4)]=0x1388,a50_0x585d4c['HEALING_LOG_DATA_TIMEOUT']=0x1388,a50_0x585d4c[a50_0x1bd0a1(0x1ad)]=0x1388,a50_0x585d4c[a50_0x1bd0a1(0x14e)]=0xc350,a50_0x585d4c[a50_0x1bd0a1(0x1c1)]=a50_0x15e0d1,a50_0x585d4c[a50_0x1bd0a1(0x162)]=[a50_0x1bd0a1(0x15f),a50_0x1bd0a1(0x168)],a50_0x585d4c[a50_0x1bd0a1(0x140)]=a50_0x288873,a50_0x585d4c[a50_0x1bd0a1(0x141)]=a50_0x1bd0a1(0x18d),a50_0x585d4c[a50_0x1bd0a1(0x193)]=a50_0x1bd0a1(0x158),a50_0x585d4c['BSTACK_URL']=a50_0x1bd0a1(0x18e),a50_0x585d4c[a50_0x1bd0a1(0x15d)]=a50_0x1bd0a1(0x1a1),a50_0x585d4c[a50_0x1bd0a1(0x1b9)]='https://observability.browserstack.com',a50_0x585d4c[a50_0x1bd0a1(0x19f)]='browserstack',a50_0x585d4c[a50_0x1bd0a1(0x155)]=[a50_0x1bd0a1(0x1b3)],a50_0x585d4c[a50_0x1bd0a1(0x14d)]='PLAYWRIGHT_TRACE_LOGS',module[a50_0x1bd0a1(0x1fa)]=a50_0x585d4c;const _env=(process['env'][a50_0x1bd0a1(0x1ac)]||a50_0x1bd0a1(0x19d))['toLowerCase']();if(_env==='staging'||_env===a50_0x1bd0a1(0x13e)){const jcfMyn=a50_0x1bd0a1(0x1ca)[a50_0x1bd0a1(0x20a)]('|');let dgGrhq=0x0;while(!![]){switch(jcfMyn[dgGrhq++]){case'0':module['exports']['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x19f)]='bsstag';continue;case'2':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x196)]=a50_0x1bd0a1(0x192);continue;case'3':module[a50_0x1bd0a1(0x1fa)]['BROWSERSTACK_APP_AUTOMATE_URL']=a50_0x1bd0a1(0x1a4);continue;case'4':module['exports']['APP_UPLOAD_URL']=a50_0x1bd0a1(0x181);continue;case'5':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x1b9)]='https://observability-devtestops.bsstag.com';continue;case'6':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x154)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'7':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x1a3)]='https://tcg.bsstag.com';continue;case'8':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x14a)]='https://apidevtestops.bsstag.com';continue;case'9':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x1b7)]='https://edsstaging.bsstag.com';continue;case'10':module['exports'][a50_0x1bd0a1(0x1c2)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x18f)]=a50_0x1bd0a1(0x153);continue;case'12':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x152)]='bsstag.com';continue;}break;}}else{if(_env===a50_0x1bd0a1(0x182)||_env===a50_0x1bd0a1(0x157)){const DvrseX=a50_0x1bd0a1(0x1e7)[a50_0x1bd0a1(0x20a)]('|');let lIpqcx=0x0;while(!![]){switch(DvrseX[lIpqcx++]){case'0':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x196)]=a50_0x1bd0a1(0x19b);continue;case'1':module['exports'][a50_0x1bd0a1(0x1c2)]=a50_0x1bd0a1(0x163);continue;case'2':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x154)]=a50_0x1bd0a1(0x1b0);continue;case'3':module['exports']['BSTACK_URL']=a50_0x1bd0a1(0x146);continue;case'4':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x1a3)]='https://tcg-preprod.bsstag.com';continue;case'5':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x14a)]=a50_0x1bd0a1(0x159);continue;case'6':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x19f)]=a50_0x1bd0a1(0x1e8);continue;case'7':module[a50_0x1bd0a1(0x1fa)]['BROWSERSTACK_APP_AUTOMATE_URL']=a50_0x1bd0a1(0x187);continue;case'8':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x18f)]=a50_0x1bd0a1(0x1cb);continue;case'9':module[a50_0x1bd0a1(0x1fa)][a50_0x1bd0a1(0x1b9)]='https://observability-preprod.bsstag.com';continue;case'10':module['exports'][a50_0x1bd0a1(0x13f)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module['exports'][a50_0x1bd0a1(0x19c)]=a50_0x1bd0a1(0x159);continue;case'12':module[a50_0x1bd0a1(0x1fa)]['EDS_URL']=a50_0x1bd0a1(0x19e);continue;}break;}}}
@@ -1 +1 @@
1
- function a51_0x3963(){const _0x222a21=['join','143FcRelR','121494RZxnPT','30560qOifjM','456kUioWh','configure','level','135GTixGT','type','timezoneOffset','log','levelStr','./logReportingAPI','1802785mILZbX','layout','5006cJXENs','5280884CPDirq','10861407btKzfr','10AFkeVP','colouredLayout','231cyNRfV','data','943848gJNWYK'];a51_0x3963=function(){return _0x222a21;};return a51_0x3963();}const a51_0x1d898=a51_0x37a7;(function(_0x141a60,_0x17eeda){const _0x4649c8=a51_0x37a7,_0x595d7b=_0x141a60();while(!![]){try{const _0x53d226=parseInt(_0x4649c8(0x7f))/0x1+parseInt(_0x4649c8(0x81))/0x2*(-parseInt(_0x4649c8(0x76))/0x3)+parseInt(_0x4649c8(0x82))/0x4+-parseInt(_0x4649c8(0x79))/0x5*(-parseInt(_0x4649c8(0x74))/0x6)+parseInt(_0x4649c8(0x6f))/0x7*(-parseInt(_0x4649c8(0x75))/0x8)+parseInt(_0x4649c8(0x83))/0x9*(-parseInt(_0x4649c8(0x84))/0xa)+-parseInt(_0x4649c8(0x73))/0xb*(parseInt(_0x4649c8(0x71))/0xc);if(_0x53d226===_0x17eeda)break;else _0x595d7b['push'](_0x595d7b['shift']());}catch(_0x5ddb69){_0x595d7b['push'](_0x595d7b['shift']());}}}(a51_0x3963,0xe4000));function a51_0x37a7(_0xb168b9,_0x2bb41){const _0x396351=a51_0x3963();return a51_0x37a7=function(_0x37a783,_0xa15430){_0x37a783=_0x37a783-0x6f;let _0x3ffff6=_0x396351[_0x37a783];return _0x3ffff6;},a51_0x37a7(_0xb168b9,_0x2bb41);}const logReportingAPI=require(a51_0x1d898(0x7e)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x43763e,_0x126ec7){return _0x1353b9=>{const _0x4d4607=a51_0x37a7;BSTestOpsLogger[_0x4d4607(0x7c)]({'level':_0x1353b9[_0x4d4607(0x78)]?_0x1353b9['level'][_0x4d4607(0x7d)]:null,'message':_0x1353b9[_0x4d4607(0x70)]?_0x1353b9[_0x4d4607(0x70)][_0x4d4607(0x72)]('\x20'):null});};}exports[a51_0x1d898(0x77)]=(_0x1dae1f,_0x426a10)=>{const _0x2fc18f=a51_0x1d898,_0x165c17={'iSqsy':function(_0x52aaf8,_0x4e5b04,_0x2b45fb){return _0x52aaf8(_0x4e5b04,_0x2b45fb);}};let _0xef91af=_0x426a10[_0x2fc18f(0x85)];return _0x1dae1f[_0x2fc18f(0x80)]&&(_0xef91af=_0x426a10['layout'](_0x1dae1f[_0x2fc18f(0x80)][_0x2fc18f(0x7a)],_0x1dae1f[_0x2fc18f(0x80)])),_0x165c17['iSqsy'](BSTestOpsLog4JSAppender,_0xef91af,_0x1dae1f[_0x2fc18f(0x7b)]);};
1
+ function a51_0x2a4e(_0x146567,_0x1b42ad){const _0x1649d7=a51_0x1649();return a51_0x2a4e=function(_0x2a4ea8,_0xdf371f){_0x2a4ea8=_0x2a4ea8-0x69;let _0x230d7f=_0x1649d7[_0x2a4ea8];return _0x230d7f;},a51_0x2a4e(_0x146567,_0x1b42ad);}const a51_0xbcce61=a51_0x2a4e;(function(_0x5c0251,_0x4c67b0){const _0x1625cf=a51_0x2a4e,_0x4fe0d8=_0x5c0251();while(!![]){try{const _0xdf42a5=parseInt(_0x1625cf(0x6c))/0x1*(parseInt(_0x1625cf(0x6b))/0x2)+-parseInt(_0x1625cf(0x70))/0x3*(-parseInt(_0x1625cf(0x6e))/0x4)+-parseInt(_0x1625cf(0x6f))/0x5*(parseInt(_0x1625cf(0x69))/0x6)+parseInt(_0x1625cf(0x7d))/0x7*(-parseInt(_0x1625cf(0x7b))/0x8)+-parseInt(_0x1625cf(0x6d))/0x9*(-parseInt(_0x1625cf(0x6a))/0xa)+-parseInt(_0x1625cf(0x7a))/0xb*(parseInt(_0x1625cf(0x74))/0xc)+parseInt(_0x1625cf(0x7f))/0xd*(parseInt(_0x1625cf(0x73))/0xe);if(_0xdf42a5===_0x4c67b0)break;else _0x4fe0d8['push'](_0x4fe0d8['shift']());}catch(_0x4d6fc7){_0x4fe0d8['push'](_0x4fe0d8['shift']());}}}(a51_0x1649,0x6ce4d));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function a51_0x1649(){const _0x38d3a6=['1960Ovwzmw','layout','13WQQDZw','296766pVIFwg','80wJnmoG','3910EKhwac','193GBoOmk','68436kZEalB','16pjgJHZ','25WEhCyf','106548jlnmDJ','configure','colouredLayout','7432978cmAqXV','456QPllOX','level','DPIXl','join','type','levelStr','32758AYJydm','8704oUwevh','data'];a51_0x1649=function(){return _0x38d3a6;};return a51_0x1649();}function BSTestOpsLog4JSAppender(_0x403c08,_0x162bbf){return _0xc54159=>{const _0x20603b=a51_0x2a4e;BSTestOpsLogger['log']({'level':_0xc54159['level']?_0xc54159[_0x20603b(0x75)][_0x20603b(0x79)]:null,'message':_0xc54159[_0x20603b(0x7c)]?_0xc54159[_0x20603b(0x7c)][_0x20603b(0x77)]('\x20'):null});};}exports[a51_0xbcce61(0x71)]=(_0x34f967,_0x37dca1)=>{const _0x6c0023=a51_0xbcce61,_0x4fa7d5={'DPIXl':function(_0x39c538,_0x115345,_0x1cf694){return _0x39c538(_0x115345,_0x1cf694);}};let _0x2d4ae2=_0x37dca1[_0x6c0023(0x72)];return _0x34f967[_0x6c0023(0x7e)]&&(_0x2d4ae2=_0x37dca1['layout'](_0x34f967[_0x6c0023(0x7e)][_0x6c0023(0x78)],_0x34f967[_0x6c0023(0x7e)])),_0x4fa7d5[_0x6c0023(0x76)](BSTestOpsLog4JSAppender,_0x2d4ae2,_0x34f967['timezoneOffset']);};
@@ -1 +1 @@
1
- const a52_0x528227=a52_0x5946;function a52_0x5946(_0x2cf9cc,_0x58e389){const _0x7438b9=a52_0x7438();return a52_0x5946=function(_0x594671,_0x3c6acc){_0x594671=_0x594671-0x1e4;let _0x12a49c=_0x7438b9[_0x594671];return _0x12a49c;},a52_0x5946(_0x2cf9cc,_0x58e389);}(function(_0x19e847,_0x1987bb){const _0x589a54=a52_0x5946,_0x186016=_0x19e847();while(!![]){try{const _0x353a98=-parseInt(_0x589a54(0x1e8))/0x1+parseInt(_0x589a54(0x1ec))/0x2+-parseInt(_0x589a54(0x1ee))/0x3*(parseInt(_0x589a54(0x1f1))/0x4)+-parseInt(_0x589a54(0x203))/0x5*(-parseInt(_0x589a54(0x1f3))/0x6)+-parseInt(_0x589a54(0x1fc))/0x7*(-parseInt(_0x589a54(0x1f0))/0x8)+-parseInt(_0x589a54(0x1f2))/0x9*(-parseInt(_0x589a54(0x1e4))/0xa)+-parseInt(_0x589a54(0x1eb))/0xb;if(_0x353a98===_0x1987bb)break;else _0x186016['push'](_0x186016['shift']());}catch(_0x989a76){_0x186016['push'](_0x186016['shift']());}}}(a52_0x7438,0x513e7));const Transport=require(a52_0x528227(0x204)),{consoleHolder}=require(a52_0x528227(0x1e5)),a52_0x5b2e71={};a52_0x5b2e71[a52_0x528227(0x1e7)]='INFO',a52_0x5b2e71[a52_0x528227(0x1ef)]='ERROR',a52_0x5b2e71[a52_0x528227(0x1ff)]=a52_0x528227(0x1ff),a52_0x5b2e71[a52_0x528227(0x1fd)]=a52_0x528227(0x1fd),a52_0x5b2e71[a52_0x528227(0x1e6)]='WARN';const LOG_LEVELS=a52_0x5b2e71;class logPatcher extends Transport{constructor(_0x1c8c27){super(_0x1c8c27);}[a52_0x528227(0x201)]=(_0x1d61b3=LOG_LEVELS['INFO'],_0x42f34f=[''])=>{const _0x4affab=a52_0x528227,_0x4c4834={};_0x4c4834[_0x4affab(0x1fa)]=_0x4affab(0x1f9);const _0x3451fb=_0x4c4834;consoleHolder[_0x1d61b3[_0x4affab(0x202)]()](..._0x42f34f),process[_0x4affab(0x1e9)](_0x4affab(0x1f5)+process[_0x4affab(0x1f8)],{'timestamp':new Date()[_0x4affab(0x1ea)](),'level':_0x1d61b3[_0x4affab(0x1fb)](),'message':'\x22'+_0x42f34f['join'](',\x20')+'\x22','kind':_0x3451fb[_0x4affab(0x1fa)],'http_response':{}});};[a52_0x528227(0x1f4)]=(..._0xdf4a7c)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0xdf4a7c);};['debug']=(..._0x15eba2)=>{const _0x4ffdc8=a52_0x528227;this['logToTestOps'](LOG_LEVELS[_0x4ffdc8(0x1ff)],_0x15eba2);};[a52_0x528227(0x1f7)]=(..._0x52276b)=>{const _0x5a4533=a52_0x528227;this[_0x5a4533(0x201)](LOG_LEVELS[_0x5a4533(0x1e7)],_0x52276b);};[a52_0x528227(0x1ed)]=(..._0x30f077)=>{const _0x530375=a52_0x528227;this[_0x530375(0x201)](LOG_LEVELS[_0x530375(0x1e6)],_0x30f077);};[a52_0x528227(0x1fe)]=(..._0x5b1f4e)=>{const _0x34f1ed=a52_0x528227;this[_0x34f1ed(0x201)](LOG_LEVELS[_0x34f1ed(0x1ef)],_0x5b1f4e);};[a52_0x528227(0x1f6)]=(..._0x421703)=>{const _0x3f457b=a52_0x528227;this[_0x3f457b(0x201)](LOG_LEVELS[_0x3f457b(0x1e7)],_0x421703);};};function a52_0x7438(){const _0x376dad=['UXxhf','toUpperCase','228991qzdxHk','TRACE','error','DEBUG','exports','logToTestOps','toLowerCase','261955DAUyRm','winston-transport','110tAgGxS','../../helpers/test-observability/constants','WARN','INFO','615413VtbEsO','emit','toISOString','1968175bYMFoO','742534mGBNKK','warn','158901wAVaaV','ERROR','24CwpydF','4jzJjeG','281403dwsYVr','42tZnpMU','trace','bs:addLog:','log','info','pid','TEST_LOG'];a52_0x7438=function(){return _0x376dad;};return a52_0x7438();}module[a52_0x528227(0x200)]=logPatcher;
1
+ const a52_0x2ebefa=a52_0x2d97;(function(_0x204601,_0x3d7497){const _0x215d86=a52_0x2d97,_0x5c6347=_0x204601();while(!![]){try{const _0x1232eb=parseInt(_0x215d86(0x1c5))/0x1+parseInt(_0x215d86(0x1d3))/0x2*(-parseInt(_0x215d86(0x1cb))/0x3)+parseInt(_0x215d86(0x1c9))/0x4*(-parseInt(_0x215d86(0x1cc))/0x5)+-parseInt(_0x215d86(0x1bf))/0x6+parseInt(_0x215d86(0x1bd))/0x7+-parseInt(_0x215d86(0x1c0))/0x8*(parseInt(_0x215d86(0x1d2))/0x9)+-parseInt(_0x215d86(0x1d5))/0xa*(-parseInt(_0x215d86(0x1ba))/0xb);if(_0x1232eb===_0x3d7497)break;else _0x5c6347['push'](_0x5c6347['shift']());}catch(_0x709581){_0x5c6347['push'](_0x5c6347['shift']());}}}(a52_0x239e,0x6f32a));function a52_0x239e(){const _0x4b71d3=['ERROR','IWySP','warn','pid','35801DCLJup','error','DEBUG','logToTestOps','4BYgIzm','trace','6465EkzGgb','3763345ICfWUe','debug','toUpperCase','WARN','INFO','TEST_LOG','16209ubGarr','72lqsQuQ','log','19070tqBtkU','emit','toISOString','../../helpers/test-observability/constants','info','4158kEMwTy','toLowerCase','TRACE','5520375PlnGuA','bs:addLog:','195786fFqDwa','1008EEvhxW'];a52_0x239e=function(){return _0x4b71d3;};return a52_0x239e();}const Transport=require('winston-transport'),{consoleHolder}=require(a52_0x2ebefa(0x1b8)),a52_0x3caebc={};a52_0x3caebc[a52_0x2ebefa(0x1d0)]=a52_0x2ebefa(0x1d0),a52_0x3caebc[a52_0x2ebefa(0x1c1)]=a52_0x2ebefa(0x1c1),a52_0x3caebc['DEBUG']=a52_0x2ebefa(0x1c7),a52_0x3caebc[a52_0x2ebefa(0x1bc)]=a52_0x2ebefa(0x1bc),a52_0x3caebc[a52_0x2ebefa(0x1cf)]=a52_0x2ebefa(0x1cf);function a52_0x2d97(_0x362aad,_0x532f1d){const _0x239ebd=a52_0x239e();return a52_0x2d97=function(_0x2d9791,_0x5b1123){_0x2d9791=_0x2d9791-0x1b6;let _0x5d988b=_0x239ebd[_0x2d9791];return _0x5d988b;},a52_0x2d97(_0x362aad,_0x532f1d);}const LOG_LEVELS=a52_0x3caebc;class logPatcher extends Transport{constructor(_0x250558){super(_0x250558);}['logToTestOps']=(_0x205fe5=LOG_LEVELS[a52_0x2ebefa(0x1d0)],_0x47cdb4=[''])=>{const _0x158ed2=a52_0x2ebefa,_0x4fe364={};_0x4fe364[_0x158ed2(0x1c2)]=_0x158ed2(0x1d1);const _0x206316=_0x4fe364;consoleHolder[_0x205fe5[_0x158ed2(0x1bb)]()](..._0x47cdb4),process[_0x158ed2(0x1b6)](_0x158ed2(0x1be)+process[_0x158ed2(0x1c4)],{'timestamp':new Date()[_0x158ed2(0x1b7)](),'level':_0x205fe5[_0x158ed2(0x1ce)](),'message':'\x22'+_0x47cdb4['join'](',\x20')+'\x22','kind':_0x206316[_0x158ed2(0x1c2)],'http_response':{}});};[a52_0x2ebefa(0x1ca)]=(..._0x482db4)=>{const _0x214164=a52_0x2ebefa;this[_0x214164(0x1c8)](LOG_LEVELS[_0x214164(0x1bc)],_0x482db4);};[a52_0x2ebefa(0x1cd)]=(..._0x596bba)=>{const _0x31ebfc=a52_0x2ebefa;this['logToTestOps'](LOG_LEVELS[_0x31ebfc(0x1c7)],_0x596bba);};[a52_0x2ebefa(0x1b9)]=(..._0xa316a7)=>{const _0x12597a=a52_0x2ebefa;this['logToTestOps'](LOG_LEVELS[_0x12597a(0x1d0)],_0xa316a7);};[a52_0x2ebefa(0x1c3)]=(..._0x31eb71)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x31eb71);};[a52_0x2ebefa(0x1c6)]=(..._0x2ece7d)=>{const _0x34d9d6=a52_0x2ebefa;this[_0x34d9d6(0x1c8)](LOG_LEVELS[_0x34d9d6(0x1c1)],_0x2ece7d);};[a52_0x2ebefa(0x1d4)]=(..._0x4eb4f0)=>{const _0x38a723=a52_0x2ebefa;this[_0x38a723(0x1c8)](LOG_LEVELS[_0x38a723(0x1d0)],_0x4eb4f0);};};module['exports']=logPatcher;
@@ -1 +1 @@
1
- function a53_0xf1c0(_0x23b73b,_0x40ba72){const _0x6cd600=a53_0x6cd6();return a53_0xf1c0=function(_0xf1c01e,_0x2837e0){_0xf1c01e=_0xf1c01e-0x64;let _0x2c5456=_0x6cd600[_0xf1c01e];return _0x2c5456;},a53_0xf1c0(_0x23b73b,_0x40ba72);}const a53_0x24cd4c=a53_0xf1c0;function a53_0x6cd6(){const _0x37b18f=['2843YnXTph','debug','1236tbFECj','cPNWt','2123raIAxn','TDNun','exports','TEST_LOG','pid','toISOString','logToTestOps','level','7UgEKAD','hTABq','23410dXSfkh','ytASP','trace','logged','info','WARN','DEBUG','647998SJQCrG','winston-transport','object','error','5342244tSOeWq','8dKXPaT','ERROR','HxILC','KiDCO','warn','INFO','516VTLJmT','1408nXCAhS','2741913MyKxYD','log','358LMlZRY','2679655xdbdTx','TRACE'];a53_0x6cd6=function(){return _0x37b18f;};return a53_0x6cd6();}(function(_0x184f6e,_0x3b55bd){const _0x4b7e45=a53_0xf1c0,_0x1d78cc=_0x184f6e();while(!![]){try{const _0x31ea29=-parseInt(_0x4b7e45(0x73))/0x1*(parseInt(_0x4b7e45(0x70))/0x2)+parseInt(_0x4b7e45(0x75))/0x3*(parseInt(_0x4b7e45(0x6d))/0x4)+-parseInt(_0x4b7e45(0x71))/0x5+-parseInt(_0x4b7e45(0x65))/0x6*(parseInt(_0x4b7e45(0x7f))/0x7)+parseInt(_0x4b7e45(0x66))/0x8*(-parseInt(_0x4b7e45(0x6e))/0x9)+-parseInt(_0x4b7e45(0x81))/0xa*(-parseInt(_0x4b7e45(0x77))/0xb)+parseInt(_0x4b7e45(0x6c))/0xc*(parseInt(_0x4b7e45(0x88))/0xd);if(_0x31ea29===_0x3b55bd)break;else _0x1d78cc['push'](_0x1d78cc['shift']());}catch(_0x24d753){_0x1d78cc['push'](_0x1d78cc['shift']());}}}(a53_0x6cd6,0x7a284));const Transport=require(a53_0x24cd4c(0x89)),{consoleHolder}=require('../../helpers/test-observability/constants'),a53_0x5671cc={};a53_0x5671cc[a53_0x24cd4c(0x6b)]=a53_0x24cd4c(0x6b),a53_0x5671cc[a53_0x24cd4c(0x67)]=a53_0x24cd4c(0x67),a53_0x5671cc[a53_0x24cd4c(0x87)]=a53_0x24cd4c(0x87),a53_0x5671cc[a53_0x24cd4c(0x72)]=a53_0x24cd4c(0x72),a53_0x5671cc[a53_0x24cd4c(0x86)]=a53_0x24cd4c(0x86);const LOG_LEVELS=a53_0x5671cc;class logReportingAPI extends Transport{constructor(_0x2916d6){super(_0x2916d6);}[a53_0x24cd4c(0x6f)](_0x29e3ba,_0x32d7e3){const _0x139542=a53_0x24cd4c,_0x489ed5={'TDNun':_0x139542(0x84),'cPNWt':function(_0x22ec3c,_0x2f0778){return _0x22ec3c(_0x2f0778);},'KiDCO':function(_0x858b55,_0x3d84c2){return _0x858b55===_0x3d84c2;},'ytASP':_0x139542(0x8a),'hTABq':function(_0x567fdd){return _0x567fdd();}};_0x489ed5[_0x139542(0x76)](setImmediate,()=>{const _0x17b3d6=_0x139542;this['emit'](_0x489ed5[_0x17b3d6(0x78)],_0x29e3ba);}),_0x489ed5[_0x139542(0x69)](typeof _0x29e3ba,_0x489ed5[_0x139542(0x82)])?this['logToTestOps'](_0x29e3ba[_0x139542(0x7e)]||LOG_LEVELS[_0x139542(0x6b)],_0x29e3ba['message'],![]):this[_0x139542(0x7d)](LOG_LEVELS[_0x139542(0x6b)],_0x29e3ba),_0x32d7e3&&_0x489ed5[_0x139542(0x80)](_0x32d7e3);}[a53_0x24cd4c(0x7d)]=(_0xeb6b87=LOG_LEVELS[a53_0x24cd4c(0x6b)],_0x9edaf7='',_0x3bc5f8=!![])=>{const _0x3f49dc=a53_0x24cd4c,_0x3e5093={};_0x3e5093[_0x3f49dc(0x68)]=_0x3f49dc(0x7a);const _0x189c1a=_0x3e5093;_0x3bc5f8&&consoleHolder[_0xeb6b87['toLowerCase']()](_0x9edaf7),process['emit']('bs:addLog:'+process[_0x3f49dc(0x7b)],{'timestamp':new Date()[_0x3f49dc(0x7c)](),'level':_0xeb6b87['toUpperCase'](),'message':_0x9edaf7,'kind':_0x189c1a[_0x3f49dc(0x68)],'http_response':{}});};[a53_0x24cd4c(0x83)]=(_0x3a9aac,_0x4225f0)=>{const _0x4de09f=a53_0x24cd4c;this[_0x4de09f(0x7d)](LOG_LEVELS[_0x4de09f(0x72)],_0x3a9aac);};[a53_0x24cd4c(0x74)]=(_0x332f5d,_0x20bf6c)=>{const _0x3717c0=a53_0x24cd4c;this[_0x3717c0(0x7d)](LOG_LEVELS[_0x3717c0(0x87)],_0x332f5d);};[a53_0x24cd4c(0x85)]=(_0x54d57c,_0x711fd2)=>{const _0x407de1=a53_0x24cd4c;this['logToTestOps'](LOG_LEVELS[_0x407de1(0x6b)],_0x54d57c);};[a53_0x24cd4c(0x6a)]=(_0x3ffdea,_0x1f96e8)=>{const _0x200ec3=a53_0x24cd4c;this[_0x200ec3(0x7d)](LOG_LEVELS[_0x200ec3(0x86)],_0x3ffdea);};[a53_0x24cd4c(0x64)]=(_0x36b963,_0xebc234)=>{const _0x2b2b0e=a53_0x24cd4c;this[_0x2b2b0e(0x7d)](LOG_LEVELS[_0x2b2b0e(0x67)],_0x36b963);};};module[a53_0x24cd4c(0x79)]=logReportingAPI;
1
+ const a53_0x4d2401=a53_0x3633;function a53_0x3633(_0x3ddc8d,_0x1fe691){const _0x463451=a53_0x4634();return a53_0x3633=function(_0x3633a6,_0x5057cc){_0x3633a6=_0x3633a6-0x185;let _0x379f1c=_0x463451[_0x3633a6];return _0x379f1c;},a53_0x3633(_0x3ddc8d,_0x1fe691);}(function(_0x17fbf6,_0x5eb88b){const _0x3d98b1=a53_0x3633,_0xc17ab0=_0x17fbf6();while(!![]){try{const _0x189a8d=-parseInt(_0x3d98b1(0x19d))/0x1+-parseInt(_0x3d98b1(0x18c))/0x2*(-parseInt(_0x3d98b1(0x1a1))/0x3)+-parseInt(_0x3d98b1(0x188))/0x4*(parseInt(_0x3d98b1(0x196))/0x5)+parseInt(_0x3d98b1(0x18e))/0x6*(parseInt(_0x3d98b1(0x193))/0x7)+parseInt(_0x3d98b1(0x19a))/0x8*(parseInt(_0x3d98b1(0x194))/0x9)+-parseInt(_0x3d98b1(0x187))/0xa+-parseInt(_0x3d98b1(0x197))/0xb*(parseInt(_0x3d98b1(0x1a9))/0xc);if(_0x189a8d===_0x5eb88b)break;else _0xc17ab0['push'](_0xc17ab0['shift']());}catch(_0x41b38f){_0xc17ab0['push'](_0xc17ab0['shift']());}}}(a53_0x4634,0x7a9ae));const Transport=require(a53_0x4d2401(0x1a8)),{consoleHolder}=require(a53_0x4d2401(0x1a7)),a53_0x5d9e80={};a53_0x5d9e80[a53_0x4d2401(0x19c)]=a53_0x4d2401(0x19c),a53_0x5d9e80['ERROR']=a53_0x4d2401(0x185),a53_0x5d9e80[a53_0x4d2401(0x18a)]=a53_0x4d2401(0x18a),a53_0x5d9e80[a53_0x4d2401(0x1a4)]=a53_0x4d2401(0x1a4),a53_0x5d9e80[a53_0x4d2401(0x1a0)]=a53_0x4d2401(0x1a0);const LOG_LEVELS=a53_0x5d9e80;class logReportingAPI extends Transport{constructor(_0x20b217){super(_0x20b217);}['log'](_0x4a297b,_0x2e4c5c){const _0x1c87c3=a53_0x4d2401,_0x2e648b={'mpqBZ':'logged','JPoAL':function(_0x3e0ba8,_0x2960b4){return _0x3e0ba8(_0x2960b4);},'jicpM':function(_0x13da84,_0xa6a47d){return _0x13da84===_0xa6a47d;},'MuGGk':_0x1c87c3(0x195),'zOGjB':function(_0x47e359){return _0x47e359();}};_0x2e648b[_0x1c87c3(0x189)](setImmediate,()=>{const _0xb7c3a=_0x1c87c3;this[_0xb7c3a(0x190)](_0x2e648b['mpqBZ'],_0x4a297b);}),_0x2e648b[_0x1c87c3(0x18f)](typeof _0x4a297b,_0x2e648b[_0x1c87c3(0x199)])?this[_0x1c87c3(0x198)](_0x4a297b[_0x1c87c3(0x18d)]||LOG_LEVELS['INFO'],_0x4a297b['message'],![]):this[_0x1c87c3(0x198)](LOG_LEVELS[_0x1c87c3(0x19c)],_0x4a297b),_0x2e4c5c&&_0x2e648b[_0x1c87c3(0x19f)](_0x2e4c5c);}[a53_0x4d2401(0x198)]=(_0x3b60c3=LOG_LEVELS[a53_0x4d2401(0x19c)],_0x1afe57='',_0x5a9806=!![])=>{const _0x175913=a53_0x4d2401,_0x18d354={};_0x18d354['RvpiC']='TEST_LOG';const _0xd635d3=_0x18d354;_0x5a9806&&consoleHolder[_0x3b60c3[_0x175913(0x186)]()](_0x1afe57),process[_0x175913(0x190)](_0x175913(0x19b)+process[_0x175913(0x18b)],{'timestamp':new Date()['toISOString'](),'level':_0x3b60c3[_0x175913(0x1a5)](),'message':_0x1afe57,'kind':_0xd635d3['RvpiC'],'http_response':{}});};[a53_0x4d2401(0x1a3)]=(_0x20bed0,_0x2faeaa)=>{const _0x53d76c=a53_0x4d2401;this[_0x53d76c(0x198)](LOG_LEVELS[_0x53d76c(0x1a4)],_0x20bed0);};[a53_0x4d2401(0x1a6)]=(_0x4e9b0f,_0x2be8b)=>{const _0xe367b5=a53_0x4d2401;this[_0xe367b5(0x198)](LOG_LEVELS[_0xe367b5(0x18a)],_0x4e9b0f);};[a53_0x4d2401(0x191)]=(_0x55ef1d,_0x5c1fab)=>{const _0x42c963=a53_0x4d2401;this['logToTestOps'](LOG_LEVELS[_0x42c963(0x19c)],_0x55ef1d);};[a53_0x4d2401(0x19e)]=(_0x493cbe,_0xec336f)=>{const _0x38c917=a53_0x4d2401;this[_0x38c917(0x198)](LOG_LEVELS[_0x38c917(0x1a0)],_0x493cbe);};[a53_0x4d2401(0x1a2)]=(_0x3f6a1b,_0x42eb15)=>{const _0x46781e=a53_0x4d2401;this[_0x46781e(0x198)](LOG_LEVELS[_0x46781e(0x185)],_0x3f6a1b);};};function a53_0x4634(){const _0x1104bb=['60SRULgs','JPoAL','DEBUG','pid','1494574eTWpVw','level','2752290cdTeYh','jicpM','emit','info','exports','14yjVFMl','429543wDVhUm','object','117195EIdghL','10351MPLicZ','logToTestOps','MuGGk','144DeWvft','bs:addLog:','INFO','722188YbjmKA','warn','zOGjB','WARN','3lqGHcg','error','trace','TRACE','toUpperCase','debug','../../helpers/test-observability/constants','winston-transport','3756NarSAI','ERROR','toLowerCase','6533070OBBbrA'];a53_0x4634=function(){return _0x1104bb;};return a53_0x4634();}module[a53_0x4d2401(0x192)]=logReportingAPI;