browserstack-node-sdk 1.53.2 → 1.53.4

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 (193) 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 +6 -4
  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.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a58_0x2e7b2b=a58_0x5dd5;function a58_0x5f07(){const _0x55abbf=['userName','stag','wss://cdp-devtestops.bsstag.com/playwright?caps=','INFO','accessKey','password','proxySettings','.aab','AI_INIT_SUCCESSFUL','Run\x20nightwatch\x20tests\x20on\x20browserstack','BROWSERSTACK_AUTOMATE_URL','preprod','AUTOLOGCAPTURE_NOTIFICATION','ERR_CONNECTION_ABORTED','testOrchestrationOptions','browserstack.overridelocalInfo.userAuthToken','codeceptjs','self\x20signed\x20certificate','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://upload-observability.browserstack.com','testContextOptions','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','customVariables','ERR_ADDRESS_UNREACHABLE','1358205lDVWlV','97509MMIjio','BSTACK_ATS_URL','testObservability','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://hub.browserstack.com/wd/hub','Run\x20playwright\x20tests\x20on\x20Browserstack','SDKTestTcgAuthFailure','INVALID_INIT_RESP_WITH_USER_IMPACT','1751290hNsIUb','SPAWN_RETRY_DELAY_MS','UPGRADE_REQUIRED','JEST','SDK-GEN-001','Jest','FUNNEL_INSTRUMENTATION_API_URL','2108617mNmXuO','SDKTestInvalidTcgAuthResponseWithUserImpact','PUPPETEER_HUB_URL','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','firefoxOptions','toLowerCase','puppeteer','accessibilityOptions','turboScale','sdk/v1/update_cli','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','invalidKeys','platforms','APP_UPLOAD_URL','./browserstack-artifacts/','playwright','acceptInsecureCerts','TEST_FRAMEWORK_HOOK_TIMEOUT','2|8|11|6|0|5|1|3|12|4|10|7|9|13','AUTOMATE','pageLoadStrategy','https://api.browserstack.com','PLAYWRIGHT','disableAutoCaptureLogs','TEST\x20REPORTING\x20AND\x20ANALYTICS','browserstack-ats.com','env','https://api-preprod.bsstag.com','PERCY_SUPPORTED_FRAMEWORKS','Playwright','TCG_AUTH_FAILURE','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','BROWSERSTACK_APP_AUTOMATE_URL','ERR_FAILED','unable\x20to\x20verify\x20the\x20first\x20certificate','framework','BSTACK_URL','testObservabilityOptions','TCG_URL','module','MOCHA','https://upload-observability-preprod.bsstag.com','ERR_NAME_NOT_RESOLVED','browserStackLocalOptions','VANILLA','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','EDS_URL','A11Y_GET_RESULTS_SUMMARY','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','APP_AUTOMATE','ERR_TIMED_OUT','https://upload-observability-devtestops-ssi.bsstag.com','acceptSslCert','proxyPassword','REDACTED_KEYS','hub-use-only.browserstack.com','sdk/v1/event','https://apidevtestops.bsstag.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','COMMONJS','ERR_SOCKS_CONNECTION_FAILED','ERR_NETWORK_CHANGED','LOG_FILE_NAME','hub-us-only.browserstack.com','ERR_CONNECTION_FAILED','pre-prod','SELF_SIGNED_CERT_IN_CHAIN','11|1|0|7|2|9|5|3|13|10|8|12|6|4','https://automation.browserstack.com','https://tcg.bsstag.com','https://edsstaging.bsstag.com','5383620MPoUZs','https://observability-devtestops.bsstag.com','AI_INIT_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','automate','ERR_TLS_CERT_ALTNAME_INVALID','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','BROWSERSTACK_API_URL','logLevel','automation','MAX_GIT_META_DATA_SIZE_IN_BYTES','invalidTestInputType','httpsProxy','app-automate','strictFileInteractability','GLOBAL_AGENT_HTTP_PROXY','ERR_BLOCKED_BY_CLIENT','bsstag.com','OBSERVABILITY_SUPPORTED_FWS','2PNVzib','https://app-automate.browserstack.com/dashboard/v2/builds/','wss://cdp.browserstack.com/puppeteer?caps=','PUPPETEER','HEALING_LOG_DATA_TIMEOUT','POLL_HEALING_RESULT_TIMEOUT','mandatoryDependency','CI_ARTIFACTS_PATH','ATS_WSS_URL_REGEX','https://hub-devtestops.bsstag.com/wd/hub','localProxyUser','TCG_REGION','HEALING_FAILURE_TIMEOUT','AUTOMATE_PRODUCTS','TCG_DOWN','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','PRIVATE_DOMAIN_OR_IP_REGEX','OBSERVABILITY_UPLOAD_URL','A11Y_GET_RESULTS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','UPDATED_CLI_ENDPOINT','Run\x20codeceptjs\x20tests\x20on\x20browserstack','HST','chromeOptions','browserstack.accessKey','18onyBZC','edgeOptions','ERR_TUNNEL_CONNECTION_FAILED','AUTOMATION_LOG_COMMANDS','hubUrl','ATS_HUB_URL_REGEX','AI_ENABLED_FRAMEWORK','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','SDK_INSTRUMENTATION_CONFIG','https://api-cloud.browserstack.com','AI_PROXY_FAILURE','hub-eu-only.browserstack.com','/usage.log','ERR_CONNECTION_REFUSED','proxyPass','hub-aps-only.browserstack.com','ETXTBSY','localOptions','^[a-zA-Z0-9_.-]*$','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK','unhandledPromptBehavior','20cnnpMF','SDKTestTcgtInitSuccessful','BSTACK_DELTA','Mocha','Run\x20mocha\x20tests\x20on\x20browserstack','wss://cdp-preprod.bsstag.com/puppeteer?caps=','https://api-cloud-devtestops.bsstag.com','610632aaDhKn','percyOptions','browserName','jest','SDKTestInitFailedResponse','staging','percy','httpProxy','localProxyPass','testReportingOptions','https://automation-preprod.bsstag.com','turboScaleOptions','observability','A11Y_SAVE_RESULTS','ERR_ADDRESS_INVALID','split','O11Y_URL','exports','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','parallelsPerPlatform','proxyUrl','SSL_ERROR_MESSAGES','153309iQQytz','ERR_CONNECTION_CLOSED','browserVersion','BINARY_BUSY_ERROR_CODES','DEPTH_ZERO_SELF_SIGNED_CERT','Upgrade\x20required','certificate\x20has\x20expired','CLI_SUPPORTED_FRAMEWORKS','BROWSERSTACK_ENV','cucumber','ObservabilitySync','PLAYWRIGHT_HUB_URL','PLAYWRIGHT_TRACE_LOGS','default','mocha','Specify\x20--help\x20for\x20available\x20options','HUB_URL_REGEX','bsstag','Run\x20js\x20tests\x20on\x20browserstack','prod','.browserstack\x20folder\x20not\x20accessible','CERT_HAS_EXPIRED','wss://cdp.browserstack.com/playwright?caps=','SSL_ERROR_CODES','hub.browserstack.com','unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_SOCKET_NOT_CONNECTED','MAX_SPAWN_RETRIES','APP_AUTOMATE_PRODUCTS','https://hub-preprod.bsstag.com/wd/hub','ieOptions','CODECEPT','TCG_AUTH_TIMEOUT','CUSTOM_ID_REGEX','6icFBiM','browserstackAutomation','authToken','https://eds.browserstack.com','ERR_NAME_RESOLUTION_FAILED','proxyUser','wss://cdp-preprod.bsstag.com/playwright?caps=','browserstack.com','SDKTestTcgProxyFailure','A11Y_SCAN','CUCUMBER','testReporting','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE'];a58_0x5f07=function(){return _0x55abbf;};return a58_0x5f07();}(function(_0xff4aa5,_0x386162){const _0x2dc725=a58_0x5dd5,_0x38d2b0=_0xff4aa5();while(!![]){try{const _0x54c28e=parseInt(_0x2dc725(0x201))/0x1*(parseInt(_0x2dc725(0x2b3))/0x2)+-parseInt(_0x2dc725(0x249))/0x3*(parseInt(_0x2dc725(0x1e4))/0x4)+parseInt(_0x2dc725(0x248))/0x5*(-parseInt(_0x2dc725(0x223))/0x6)+-parseInt(_0x2dc725(0x258))/0x7+-parseInt(_0x2dc725(0x1eb))/0x8+parseInt(_0x2dc725(0x1ce))/0x9*(parseInt(_0x2dc725(0x251))/0xa)+parseInt(_0x2dc725(0x2a0))/0xb;if(_0x54c28e===_0x386162)break;else _0x38d2b0['push'](_0x38d2b0['shift']());}catch(_0x487244){_0x38d2b0['push'](_0x38d2b0['shift']());}}}(a58_0x5f07,0x2c417));const a58_0x40315c={};a58_0x40315c[a58_0x2e7b2b(0x233)]='shows\x20version\x20information',a58_0x40315c['HELP']=a58_0x2e7b2b(0x210);const a58_0x21da1c={};a58_0x21da1c['INFO']=a58_0x2e7b2b(0x2a3);const a58_0x1fb50b={};a58_0x1fb50b[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1e8);const a58_0x47e142={};a58_0x47e142[a58_0x2e7b2b(0x233)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a58_0x2730aa={};a58_0x2730aa[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x213);const a58_0x2757ff={};a58_0x2757ff[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x239);const a58_0x52a239={};a58_0x52a239[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x24e);const a58_0xb7f7a3={};a58_0xb7f7a3[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1c4);const a58_0x9c6ad6={};a58_0x9c6ad6[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1ca);const a58_0x145e1d={};function a58_0x5dd5(_0x112c79,_0x22096c){const _0x5f070f=a58_0x5f07();return a58_0x5dd5=function(_0x5dd58f,_0x5bd936){_0x5dd58f=_0x5dd58f-0x1c0;let _0xa5ea1=_0x5f070f[_0x5dd58f];return _0xa5ea1;},a58_0x5dd5(_0x112c79,_0x22096c);}a58_0x145e1d[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1d5);const a58_0x413af2={};a58_0x413af2[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x277);const a58_0xe5e062={};a58_0xe5e062[a58_0x2e7b2b(0x26e)]=a58_0x2e7b2b(0x275),a58_0xe5e062[a58_0x2e7b2b(0x280)]='mocha',a58_0xe5e062[a58_0x2e7b2b(0x254)]='jest',a58_0xe5e062[a58_0x2e7b2b(0x220)]=a58_0x2e7b2b(0x240),a58_0xe5e062['CODECEPT_CUCUMBER']=a58_0x2e7b2b(0x288),a58_0xe5e062[a58_0x2e7b2b(0x22d)]=a58_0x2e7b2b(0x20a),a58_0xe5e062[a58_0x2e7b2b(0x284)]='vanilla',a58_0xe5e062[a58_0x2e7b2b(0x2b6)]=a58_0x2e7b2b(0x25e);const a58_0x3fcbc1={};a58_0x3fcbc1[a58_0x2e7b2b(0x263)]=a58_0x2e7b2b(0x1e1),a58_0x3fcbc1['uniqueDependency']=a58_0x2e7b2b(0x285),a58_0x3fcbc1[a58_0x2e7b2b(0x2b9)]=a58_0x2e7b2b(0x1fd),a58_0x3fcbc1[a58_0x2e7b2b(0x2ab)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a58_0x1aba28={};a58_0x1aba28[a58_0x2e7b2b(0x294)]='commonjs',a58_0x1aba28['MODULE']=a58_0x2e7b2b(0x27f);const a58_0xe9882e={};a58_0xe9882e[a58_0x2e7b2b(0x1e7)]=0xfde8,a58_0xe9882e['Cucumber-JS']=0xfde8,a58_0xe9882e[a58_0x2e7b2b(0x256)]=0x186a0;const a58_0x2c5fc3={};a58_0x2c5fc3['root']=[a58_0x2e7b2b(0x230),a58_0x2e7b2b(0x234),a58_0x2e7b2b(0x235),'user_data',a58_0x2e7b2b(0x1f2),a58_0x2e7b2b(0x2ac),'customVariables','browserstack.userName',a58_0x2e7b2b(0x1cd),a58_0x2e7b2b(0x28e),a58_0x2e7b2b(0x225),a58_0x2e7b2b(0x1ff),a58_0x2e7b2b(0x23f)],a58_0x2c5fc3[a58_0x2e7b2b(0x283)]=[a58_0x2e7b2b(0x228),a58_0x2e7b2b(0x1dc),a58_0x2e7b2b(0x2bd),a58_0x2e7b2b(0x1f3)];const a58_0x5569b7={};a58_0x5569b7['browserstackLocal']='browserstackLocal',a58_0x5569b7['browserStackLocalOptions']=a58_0x2e7b2b(0x283),a58_0x5569b7[a58_0x2e7b2b(0x1df)]=a58_0x2e7b2b(0x283),a58_0x5569b7[a58_0x2e7b2b(0x1fe)]=a58_0x2e7b2b(0x1fe),a58_0x5569b7[a58_0x2e7b2b(0x264)]=a58_0x2e7b2b(0x264),a58_0x5569b7[a58_0x2e7b2b(0x2a8)]=a58_0x2e7b2b(0x2a8),a58_0x5569b7[a58_0x2e7b2b(0x1f2)]=a58_0x2e7b2b(0x1f2),a58_0x5569b7[a58_0x2e7b2b(0x2ac)]=a58_0x2e7b2b(0x2ac),a58_0x5569b7[a58_0x2e7b2b(0x27b)]=a58_0x2e7b2b(0x27b),a58_0x5569b7[a58_0x2e7b2b(0x244)]=a58_0x2e7b2b(0x244),a58_0x5569b7[a58_0x2e7b2b(0x24b)]='testObservability',a58_0x5569b7[a58_0x2e7b2b(0x22e)]=a58_0x2e7b2b(0x22e),a58_0x5569b7['testObservabilityOptions']=a58_0x2e7b2b(0x27d),a58_0x5569b7['testReportingOptions']=a58_0x2e7b2b(0x1f4),a58_0x5569b7[a58_0x2e7b2b(0x246)]=a58_0x2e7b2b(0x246),a58_0x5569b7[a58_0x2e7b2b(0x2a9)]=a58_0x2e7b2b(0x224),a58_0x5569b7[a58_0x2e7b2b(0x224)]=a58_0x2e7b2b(0x224),a58_0x5569b7['rerunTests']='rerunTests',a58_0x5569b7['percy']=a58_0x2e7b2b(0x1f1),a58_0x5569b7[a58_0x2e7b2b(0x1ec)]=a58_0x2e7b2b(0x1ec),a58_0x5569b7['percyCaptureMode']='percyCaptureMode',a58_0x5569b7[a58_0x2e7b2b(0x26f)]='disableAutoCaptureLogs',a58_0x5569b7['accessibility']='accessibility',a58_0x5569b7['accessibilityOptions']=a58_0x2e7b2b(0x25f),a58_0x5569b7[a58_0x2e7b2b(0x260)]=a58_0x2e7b2b(0x260),a58_0x5569b7[a58_0x2e7b2b(0x1f6)]=a58_0x2e7b2b(0x1f6),a58_0x5569b7['proxySettings']=a58_0x2e7b2b(0x236),a58_0x5569b7['testOrchestrationOptions']=a58_0x2e7b2b(0x23e);const a58_0x6bcf01={};a58_0x6bcf01[a58_0x2e7b2b(0x20e)]=a58_0x2e7b2b(0x219),a58_0x6bcf01['us-east']=a58_0x2e7b2b(0x290),a58_0x6bcf01['us']=a58_0x2e7b2b(0x298),a58_0x6bcf01['eu']=a58_0x2e7b2b(0x1d9),a58_0x6bcf01['in']=a58_0x2e7b2b(0x1dd),a58_0x6bcf01['au']='hub-apse-only.browserstack.com';const a58_0x3817dc={};a58_0x3817dc[a58_0x2e7b2b(0x215)]=[a58_0x2e7b2b(0x255),a58_0x2e7b2b(0x25b)];const a58_0x2a0b1b={};a58_0x2a0b1b['VERSION']=a58_0x40315c,a58_0x2a0b1b[a58_0x2e7b2b(0x254)]=a58_0x21da1c,a58_0x2a0b1b['MOCHA']=a58_0x1fb50b,a58_0x2a0b1b['CUCUMBER']=a58_0x47e142,a58_0x2a0b1b[a58_0x2e7b2b(0x284)]=a58_0x2730aa,a58_0x2a0b1b['NIGHTWATCH']=a58_0x2757ff,a58_0x2a0b1b[a58_0x2e7b2b(0x26e)]=a58_0x52a239,a58_0x2a0b1b[a58_0x2e7b2b(0x2b6)]=a58_0xb7f7a3,a58_0x2a0b1b['CODECEPTJS']=a58_0x9c6ad6,a58_0x2a0b1b[a58_0x2e7b2b(0x1cb)]=a58_0x145e1d,a58_0x2a0b1b['INTEGRATIONS']=a58_0x413af2,a58_0x2a0b1b[a58_0x2e7b2b(0x1e6)]=0xf*0x3c*0x3e8,a58_0x2a0b1b[a58_0x2e7b2b(0x1d2)]=a58_0x2e7b2b(0x24d),a58_0x2a0b1b[a58_0x2e7b2b(0x27e)]='https://tcg.browserstack.com',a58_0x2a0b1b[a58_0x2e7b2b(0x1c0)]='use',a58_0x2a0b1b['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x2a0b1b[a58_0x2e7b2b(0x1d3)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x2a0b1b[a58_0x2e7b2b(0x2bb)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x2a0b1b['ROOT_CAPS']=[a58_0x2e7b2b(0x268),a58_0x2e7b2b(0x26c),a58_0x2e7b2b(0x2ae),a58_0x2e7b2b(0x1e3),'timeouts',a58_0x2e7b2b(0x1ed),a58_0x2e7b2b(0x203),'acceptSslCerts',a58_0x2e7b2b(0x28d),a58_0x2e7b2b(0x1cc),a58_0x2e7b2b(0x25c),a58_0x2e7b2b(0x1cf),a58_0x2e7b2b(0x21f)],a58_0x2a0b1b['ROOT_REGEX']=/^[\w-]+:.*$/,a58_0x2a0b1b[a58_0x2e7b2b(0x1c5)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x2a0b1b[a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x226),a58_0x2a0b1b[a58_0x2e7b2b(0x2a7)]=a58_0x2e7b2b(0x26d),a58_0x2a0b1b[a58_0x2e7b2b(0x265)]=a58_0x2e7b2b(0x1d7),a58_0x2a0b1b[a58_0x2e7b2b(0x1c9)]=a58_0x2e7b2b(0x261),a58_0x2a0b1b[a58_0x2e7b2b(0x257)]=a58_0x2e7b2b(0x291),a58_0x2a0b1b[a58_0x2e7b2b(0x1c2)]=[a58_0x2e7b2b(0x2a4),a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x21d)]=[a58_0x2e7b2b(0x2ad),a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x293)]=[a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x243),a58_0x2a0b1b[a58_0x2e7b2b(0x2b2)]=[a58_0x2e7b2b(0x20f),'Playwright'],a58_0x2a0b1b[a58_0x2e7b2b(0x26b)]=['automate'],a58_0x2a0b1b['BROWSERSTACK_AUTOMATE_URL']=a58_0x2e7b2b(0x289),a58_0x2a0b1b[a58_0x2e7b2b(0x278)]=a58_0x2e7b2b(0x2b4),a58_0x2a0b1b[a58_0x2e7b2b(0x28a)]=[a58_0x2e7b2b(0x2ad)],a58_0x2a0b1b['NUDGE_LOCAL_ERRORS']=[a58_0x2e7b2b(0x279),a58_0x2e7b2b(0x28b),a58_0x2e7b2b(0x2b0),a58_0x2e7b2b(0x296),a58_0x2e7b2b(0x21b),a58_0x2e7b2b(0x202),'ERR_CONNECTION_RESET',a58_0x2e7b2b(0x1db),a58_0x2e7b2b(0x23d),a58_0x2e7b2b(0x299),a58_0x2e7b2b(0x282),a58_0x2e7b2b(0x1f9),a58_0x2e7b2b(0x247),a58_0x2e7b2b(0x1d0),'ERR_CONNECTION_TIMED_OUT',a58_0x2e7b2b(0x295),a58_0x2e7b2b(0x22f),'ERR_PROXY_CONNECTION_FAILED',a58_0x2e7b2b(0x282),a58_0x2e7b2b(0x227),a58_0x2e7b2b(0x262)],a58_0x2a0b1b['VALID_APP_EXTENSION']=['.apk',a58_0x2e7b2b(0x237),'.ipa'],a58_0x2a0b1b[a58_0x2e7b2b(0x222)]=a58_0x2e7b2b(0x1e0),a58_0x2a0b1b['SHAREABLE_ID_REGEX']=a58_0x2e7b2b(0x2a6),a58_0x2a0b1b[a58_0x2e7b2b(0x2ba)]=a58_0x2e7b2b(0x266),a58_0x2a0b1b[a58_0x2e7b2b(0x20c)]=a58_0x2e7b2b(0x217),a58_0x2a0b1b['PUPPETEER_HUB_URL']=a58_0x2e7b2b(0x2b5),a58_0x2a0b1b['FRAMEWORKS']=a58_0xe5e062,a58_0x2a0b1b[a58_0x2e7b2b(0x274)]=[a58_0x2e7b2b(0x1ee),a58_0x2e7b2b(0x20f)],a58_0x2a0b1b['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a58_0x3fcbc1,a58_0x2a0b1b[a58_0x2e7b2b(0x23c)]=a58_0x2e7b2b(0x24c),a58_0x2a0b1b['PACKAGE_TYPE']=a58_0x1aba28,a58_0x2a0b1b[a58_0x2e7b2b(0x2aa)]=0x40*0x400,a58_0x2a0b1b['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a58_0x2a0b1b[a58_0x2e7b2b(0x253)]=a58_0x2e7b2b(0x206),a58_0x2a0b1b[a58_0x2e7b2b(0x1c3)]='SDKTestTcgDownResponse',a58_0x2a0b1b[a58_0x2e7b2b(0x250)]=a58_0x2e7b2b(0x259),a58_0x2a0b1b[a58_0x2e7b2b(0x276)]=a58_0x2e7b2b(0x24f),a58_0x2a0b1b[a58_0x2e7b2b(0x238)]=a58_0x2e7b2b(0x1e5),a58_0x2a0b1b[a58_0x2e7b2b(0x2a2)]=a58_0x2e7b2b(0x1ef),a58_0x2a0b1b[a58_0x2e7b2b(0x1d8)]=a58_0x2e7b2b(0x22b),a58_0x2a0b1b[a58_0x2e7b2b(0x221)]=0x1388,a58_0x2a0b1b['SET_TCG_TOKEN_TIMEOUT']=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x2b7)]=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x1c1)]=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x2b8)]=0xc350,a58_0x2a0b1b[a58_0x2e7b2b(0x269)]=a58_0xe9882e,a58_0x2a0b1b[a58_0x2e7b2b(0x28f)]=a58_0x2c5fc3,a58_0x2a0b1b[a58_0x2e7b2b(0x1d4)]=['vanilla',a58_0x2e7b2b(0x240)],a58_0x2a0b1b[a58_0x2e7b2b(0x1d6)]=a58_0x5569b7,a58_0x2a0b1b[a58_0x2e7b2b(0x297)]=a58_0x2e7b2b(0x1da),a58_0x2a0b1b['DEBUG_LOG_FILE_NAME']='/usage-debug.log',a58_0x2a0b1b[a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x22a),a58_0x2a0b1b[a58_0x2e7b2b(0x24a)]=a58_0x2e7b2b(0x271),a58_0x2a0b1b[a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x29d),a58_0x2a0b1b['TEST_REPORTING_ANALYTICS']=a58_0x2e7b2b(0x270),a58_0x2a0b1b[a58_0x2e7b2b(0x1e2)]='browserstack',a58_0x2a0b1b[a58_0x2e7b2b(0x208)]=[a58_0x2e7b2b(0x267),a58_0x2e7b2b(0x20a),a58_0x2e7b2b(0x1ee),'puppeteer'],a58_0x2a0b1b[a58_0x2e7b2b(0x1d1)]=[a58_0x2e7b2b(0x22c),a58_0x2e7b2b(0x287),a58_0x2e7b2b(0x1c7),a58_0x2e7b2b(0x1f8),'percyScreenshot',a58_0x2e7b2b(0x20b)],a58_0x2a0b1b[a58_0x2e7b2b(0x20d)]='PLAYWRIGHT_TRACE_LOGS',a58_0x2a0b1b['HUB_URL_MAP']=a58_0x6bcf01,a58_0x2a0b1b[a58_0x2e7b2b(0x200)]=[a58_0x2e7b2b(0x241),a58_0x2e7b2b(0x27a),a58_0x2e7b2b(0x207),a58_0x2e7b2b(0x21a),a58_0x2e7b2b(0x2a5),a58_0x2e7b2b(0x205)],a58_0x2a0b1b[a58_0x2e7b2b(0x218)]=[a58_0x2e7b2b(0x29b),a58_0x2e7b2b(0x205),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a58_0x2e7b2b(0x216),'ERR_TLS_CERT_ALTNAME_INVALID',a58_0x2e7b2b(0x1c8)],a58_0x2a0b1b['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x2a0b1b['CLIENT_TROUBLESHOOTING_HASH']=a58_0x3817dc,a58_0x2a0b1b['INTERNALLY_USED_ENV_VARS']=[a58_0x2e7b2b(0x2af),'GLOBAL_AGENT_NO_PROXY','USER_CONFIG_DETAILS_PATH'],a58_0x2a0b1b[a58_0x2e7b2b(0x204)]=[a58_0x2e7b2b(0x1de),'EBUSY'],a58_0x2a0b1b[a58_0x2e7b2b(0x21c)]=0x3,a58_0x2a0b1b[a58_0x2e7b2b(0x252)]=0x3e8,module['exports']=a58_0x2a0b1b;const _env=(process[a58_0x2e7b2b(0x272)][a58_0x2e7b2b(0x209)]||a58_0x2e7b2b(0x214))[a58_0x2e7b2b(0x25d)]();if(_env===a58_0x2e7b2b(0x1f0)||_env===a58_0x2e7b2b(0x231)){const MTnqmM=a58_0x2e7b2b(0x29c)['split']('|');let QzBgOs=0x0;while(!![]){switch(MTnqmM[QzBgOs++]){case'0':module[a58_0x2e7b2b(0x1fc)]['TCG_URL']=a58_0x2e7b2b(0x29e);continue;case'1':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_API_URL']=a58_0x2e7b2b(0x292);continue;case'2':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x23a)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'3':module['exports'][a58_0x2e7b2b(0x20c)]=a58_0x2e7b2b(0x232);continue;case'4':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1e2)]=a58_0x2e7b2b(0x212);continue;case'5':module[a58_0x2e7b2b(0x1fc)]['APP_UPLOAD_URL']=a58_0x2e7b2b(0x1ea);continue;case'6':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x29f);continue;case'7':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x211)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x2a1);continue;case'9':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_APP_AUTOMATE_URL']=a58_0x2e7b2b(0x242);continue;case'10':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x2b1);continue;case'11':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1d2)]=a58_0x2e7b2b(0x2bc);continue;case'12':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x28c);continue;case'13':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x25a)]=a58_0x2e7b2b(0x245);continue;}break;}}else{if(_env===a58_0x2e7b2b(0x23b)||_env===a58_0x2e7b2b(0x29a)){const ldaeaF=a58_0x2e7b2b(0x26a)[a58_0x2e7b2b(0x1fa)]('|');let TGPmna=0x0;while(!![]){switch(ldaeaF[TGPmna++]){case'0':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x23a)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'1':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x265)]=a58_0x2e7b2b(0x273);continue;case'2':module['exports']['hubUrl']=a58_0x2e7b2b(0x21e);continue;case'3':module[a58_0x2e7b2b(0x1fc)]['PLAYWRIGHT_HUB_URL']=a58_0x2e7b2b(0x229);continue;case'4':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x2b1);continue;case'5':module['exports'][a58_0x2e7b2b(0x278)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'6':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x211)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x281);continue;case'8':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'9':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x29f);continue;case'10':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x1f5);continue;case'11':module[a58_0x2e7b2b(0x1fc)]['TCG_URL']='https://tcg-preprod.bsstag.com';continue;case'12':module['exports'][a58_0x2e7b2b(0x25a)]=a58_0x2e7b2b(0x1e9);continue;case'13':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK']='bsstag';continue;}break;}}}
1
+ const a58_0x442fbe=a58_0x2180;(function(_0x5b94f5,_0x563b1d){const _0x503881=a58_0x2180,_0x3783ac=_0x5b94f5();while(!![]){try{const _0x271509=-parseInt(_0x503881(0x1e6))/0x1*(-parseInt(_0x503881(0x2a9))/0x2)+parseInt(_0x503881(0x227))/0x3+-parseInt(_0x503881(0x1e8))/0x4*(-parseInt(_0x503881(0x29d))/0x5)+-parseInt(_0x503881(0x2c3))/0x6+parseInt(_0x503881(0x26c))/0x7+-parseInt(_0x503881(0x261))/0x8+parseInt(_0x503881(0x24b))/0x9*(parseInt(_0x503881(0x20c))/0xa);if(_0x271509===_0x563b1d)break;else _0x3783ac['push'](_0x3783ac['shift']());}catch(_0x45aae1){_0x3783ac['push'](_0x3783ac['shift']());}}}(a58_0x150c,0x8187b));const a58_0x59a453={};a58_0x59a453[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x228),a58_0x59a453[a58_0x442fbe(0x2b7)]=a58_0x442fbe(0x24d);const a58_0x5b0e83={};a58_0x5b0e83[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x297);function a58_0x150c(){const _0x48a0cb=['hub-aps-only.browserstack.com','Playwright','GLOBAL_AGENT_HTTP_PROXY','userName','PLAYWRIGHT','accessibility','https://automate.browserstack.com/dashboard/v2/builds/','ERR_CONNECTION_RESET','CODECEPT_CUCUMBER','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','CLIENT_TROUBLESHOOTING_HASH','automate','CODECEPT','env','.browserstack\x20folder\x20not\x20accessible','JEST','percyScreenshot','ERR_ADDRESS_UNREACHABLE','ROOT_REGEX','ERR_CONNECTION_FAILED','customVariables','strictFileInteractability','browserstack.com','jest','testContextOptions','ERR_TLS_CERT_ALTNAME_INVALID','A11Y_GET_RESULTS','https://edsstaging.bsstag.com','54kWrGtc','browserstackAutomation','Specify\x20--help\x20for\x20available\x20options','...[TRUNCATED]','DEBUG_LOG_FILE_NAME','VANILLA','BSTACK_ATS_URL','acceptInsecureCerts','wss://cdp-preprod.bsstag.com/puppeteer?caps=','PACKAGE_TYPE','Run\x20playwright\x20tests\x20on\x20Browserstack','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','SDKTestTcgAuthFailure','puppeteer','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','ETXTBSY','PRIVATE_DOMAIN_OR_IP_REGEX','unable\x20to\x20verify\x20the\x20first\x20certificate','CERT_HAS_EXPIRED','A11Y_SAVE_RESULTS','DEPTH_ZERO_SELF_SIGNED_CERT','5321336ULkgRq','SDK_INSTRUMENTATION_CONFIG','SDKTestInitFailedResponse','testObservabilityOptions','AUTOMATE','app-automate','9|2|5|7|12|8|11|0|4|6|10|3|1|13','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','platforms','CI_ARTIFACTS_PATH','EDS_URL','2594585paJzAr','turboScale','LOG_FILE_NAME','testReportingOptions','./browserstack-artifacts/','ERR_ADDRESS_INVALID','UNABLE_TO_VERIFY_LEAF_SIGNATURE','OBSERVABILITY_SUPPORTED_FWS','.aab','disableAutoCaptureLogs','PLAYWRIGHT_TRACE_LOGS','ERR_CONNECTION_CLOSED','HEALING_FAILURE_TIMEOUT','BROWSERSTACK_AUTOMATE_URL','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://upload-observability-devtestops-ssi.bsstag.com','wss://cdp-preprod.bsstag.com/playwright?caps=','ERR_CONNECTION_TIMED_OUT','edgeOptions','.ipa','https://automate-preprod.bsstag.com/dashboard/v2/builds/','AUTOLOGCAPTURE_NOTIFICATION','SDKTestTcgtInitSuccessful','SSL_ERROR_MESSAGES','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','httpsProxy','HEALING_LOG_DATA_TIMEOUT','invalidKeys','wss://cdp.browserstack.com/playwright?caps=','EBUSY','Run\x20js\x20tests\x20on\x20browserstack','browserStackLocalOptions','percy','GIT_META_DATA_TRUNCATED','AI_INIT_FAILURE','VERSION','testReporting','automation','HST','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PERCY_SUPPORTED_FRAMEWORKS','timeouts','hub-apse-only.browserstack.com','Run\x20jest\x20tests\x20on\x20browserstack','localProxyUser','ObservabilitySync','SPAWN_RETRY_DELAY_MS','CUCUMBER','playwright','1171740qpgXNZ','FRAMEWORKS','Upgrade\x20required','CODECEPTJS','toLowerCase','BROWSERSTACK_APP_AUTOMATE_URL','browserstack.overridelocalInfo.userAuthToken','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','accessibilityOptions','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_NAME_NOT_RESOLVED','pageLoadStrategy','29972XqvwIZ','percyOptions','ERR_CONNECTION_REFUSED','framework','CUSTOM_ID_REGEX','https://tcg.bsstag.com','hub-use-only.browserstack.com','AI_ENABLED_FRAMEWORK','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','bsstag.com','localOptions','hub-us-only.browserstack.com','Cucumber-JS','APP_UPLOAD_URL','HELP','sdk/v1/event','/usage.log','ERR_NAME_RESOLUTION_FAILED','AI_PROXY_FAILURE','PLAYWRIGHT_HUB_URL','Run\x20mocha\x20tests\x20on\x20browserstack','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','SHAREABLE_ID_REGEX','https://upload-observability-preprod.bsstag.com','INTEGRATIONS','https://api-cloud.browserstack.com','2330790YALLGh','httpProxy','certificate\x20has\x20expired','https://api-cloud-devtestops.bsstag.com','https://automation.browserstack.com','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','cucumber','BINARY_BUSY_ERROR_CODES','.apk','https://hub-preprod.bsstag.com/wd/hub','browserName','^[a-zA-Z0-9_.-]*$','BROWSERSTACK','ATS_HUB_URL_REGEX','split','https://app-automate.browserstack.com/dashboard/v2/builds/','ERR_SOCKET_NOT_CONNECTED','TCG_URL','ERR_FAILED','NUDGE_LOCAL_ERRORS','mocha','https://api.browserstack.com','acceptSslCerts','commonjs','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','TCG_AUTH_TIMEOUT','AUTOMATION_LOG_COMMANDS','/usage-debug.log','parallelsPerPlatform','browserstackLocal','SDKTestInvalidTcgAuthResponseWithUserImpact','INFO','AUTOMATE_PRODUCTS','NIGHTWATCH','PUPPETEER','ERR_TUNNEL_CONNECTION_FAILED','MOCHA','1vVZCtP','proxyUser','4FHfNiB','TEST\x20REPORTING\x20AND\x20ANALYTICS','MAX_SPAWN_RETRIES','BROWSERSTACK_API_URL','ERR_CONNECTION_ABORTED','preprod','module','testObservability','AI_INIT_SUCCESSFUL','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','https://eds.browserstack.com','acceptSslCert','wss://cdp.browserstack.com/puppeteer?caps=','default','pre-prod','https://automation-preprod.bsstag.com','authToken','PLAYWRIGHT_CONFIG_OPTION_ERRORS','O11Y_URL','INTERNALLY_USED_ENV_VARS','browserstack','Run\x20codeceptjs\x20tests\x20on\x20browserstack','VALID_APP_EXTENSION','PUPPETEER_HUB_URL','us-east','https://api-preprod.bsstag.com','codeceptjs','rerunTests','proxyPassword','https://observability-devtestops.bsstag.com','HUB_URL_REGEX','turboScaleOptions','logLevel','OBSERVABILITY_UPLOAD_URL','percyCaptureMode','ERR_NETWORK_CHANGED','773920SpjvLX','MODULE','A11Y_GET_RESULTS_SUMMARY','proxySettings','APP_AUTOMATE_PRODUCTS','browserstack.accessKey','wss://cdp-devtestops.bsstag.com/playwright?caps=','testOrchestrationOptions','hubUrl','USER_CONFIG_DETAILS_PATH','https://upload-observability.browserstack.com','uniqueDependency','sdk/v1/update_cli','ROOT_CAPS','localProxyPass','mandatoryDependency','accessKey','self\x20signed\x20certificate','APP_AUTOMATE','BSTACK_DELTA','CLI_SUPPORTED_FRAMEWORKS','UPGRADE_REQUIRED','exports','INVALID_INIT_RESP_WITH_USER_IMPACT','vanilla','TCG_DOWN','observability','1499538xrgLKN','shows\x20version\x20information','ERR_PROXY_CONNECTION_FAILED','Jest','password','SELF_SIGNED_CERT_IN_CHAIN','hub.browserstack.com','browserstack.userName'];a58_0x150c=function(){return _0x48a0cb;};return a58_0x150c();}const a58_0x3defc2={};a58_0x3defc2['INFO']=a58_0x442fbe(0x2bd);const a58_0x1cfc23={};a58_0x1cfc23[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x27a);const a58_0x5c9597={};a58_0x5c9597[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x28a);const a58_0x1ae7ab={};a58_0x1ae7ab[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x2a6);const a58_0x70f3ec={};a58_0x70f3ec[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x255);const a58_0x431cfa={};a58_0x431cfa[a58_0x442fbe(0x1e0)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a58_0x33cef1={};a58_0x33cef1[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x1fd);const a58_0x45b472={};a58_0x45b472[a58_0x442fbe(0x1e0)]=a58_0x442fbe(0x2a4);const a58_0x4b46fe={};a58_0x4b46fe[a58_0x442fbe(0x1e0)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a58_0x16aa3c={};a58_0x16aa3c[a58_0x442fbe(0x233)]='Playwright',a58_0x16aa3c[a58_0x442fbe(0x1e5)]=a58_0x442fbe(0x2d7),a58_0x16aa3c[a58_0x442fbe(0x23e)]='jest',a58_0x16aa3c[a58_0x442fbe(0x23b)]=a58_0x442fbe(0x202),a58_0x16aa3c[a58_0x442fbe(0x237)]='codeceptjs-cucumber',a58_0x16aa3c[a58_0x442fbe(0x29b)]='cucumber',a58_0x16aa3c['VANILLA']='vanilla',a58_0x16aa3c[a58_0x442fbe(0x1e3)]='puppeteer';const a58_0x315836={};a58_0x315836[a58_0x442fbe(0x287)]=a58_0x442fbe(0x2b1),a58_0x315836[a58_0x442fbe(0x217)]=a58_0x442fbe(0x238),a58_0x315836[a58_0x442fbe(0x21b)]=a58_0x442fbe(0x268),a58_0x315836['invalidTestInputType']=a58_0x442fbe(0x259);const a58_0x47a5c9={};a58_0x47a5c9['COMMONJS']=a58_0x442fbe(0x2da),a58_0x47a5c9[a58_0x442fbe(0x20d)]=a58_0x442fbe(0x1ee);const a58_0x5fc859={};a58_0x5fc859['Mocha']=0xfde8,a58_0x5fc859[a58_0x442fbe(0x2b5)]=0xfde8,a58_0x5fc859[a58_0x442fbe(0x22a)]=0x186a0;const a58_0x47b0ae={};a58_0x47b0ae['root']=[a58_0x442fbe(0x232),a58_0x442fbe(0x21c),a58_0x442fbe(0x22b),'user_data','httpProxy','httpsProxy',a58_0x442fbe(0x243),a58_0x442fbe(0x22e),a58_0x442fbe(0x211),a58_0x442fbe(0x204),a58_0x442fbe(0x1f8),'proxyUrl',a58_0x442fbe(0x2a3)],a58_0x47b0ae[a58_0x442fbe(0x28b)]=[a58_0x442fbe(0x1e7),'proxyPass',a58_0x442fbe(0x298),a58_0x442fbe(0x21a)];const a58_0x2b0b1e={};a58_0x2b0b1e['browserstackLocal']=a58_0x442fbe(0x1de),a58_0x2b0b1e[a58_0x442fbe(0x28b)]=a58_0x442fbe(0x28b),a58_0x2b0b1e[a58_0x442fbe(0x2b3)]=a58_0x442fbe(0x28b),a58_0x2b0b1e['parallelsPerPlatform']=a58_0x442fbe(0x1dd),a58_0x2b0b1e[a58_0x442fbe(0x269)]=a58_0x442fbe(0x269),a58_0x2b0b1e[a58_0x442fbe(0x208)]='logLevel',a58_0x2b0b1e[a58_0x442fbe(0x2c4)]=a58_0x442fbe(0x2c4),a58_0x2b0b1e[a58_0x442fbe(0x285)]='httpsProxy',a58_0x2b0b1e['framework']=a58_0x442fbe(0x2ac),a58_0x2b0b1e[a58_0x442fbe(0x247)]=a58_0x442fbe(0x247),a58_0x2b0b1e[a58_0x442fbe(0x1ef)]=a58_0x442fbe(0x1ef),a58_0x2b0b1e['testReporting']=a58_0x442fbe(0x290),a58_0x2b0b1e['testObservabilityOptions']=a58_0x442fbe(0x264),a58_0x2b0b1e[a58_0x442fbe(0x26f)]=a58_0x442fbe(0x26f),a58_0x2b0b1e[a58_0x442fbe(0x243)]=a58_0x442fbe(0x243),a58_0x2b0b1e[a58_0x442fbe(0x291)]=a58_0x442fbe(0x24c),a58_0x2b0b1e[a58_0x442fbe(0x24c)]=a58_0x442fbe(0x24c),a58_0x2b0b1e[a58_0x442fbe(0x203)]=a58_0x442fbe(0x203),a58_0x2b0b1e['percy']=a58_0x442fbe(0x28c),a58_0x2b0b1e[a58_0x442fbe(0x2aa)]='percyOptions',a58_0x2b0b1e[a58_0x442fbe(0x20a)]=a58_0x442fbe(0x20a),a58_0x2b0b1e[a58_0x442fbe(0x275)]=a58_0x442fbe(0x275),a58_0x2b0b1e[a58_0x442fbe(0x234)]=a58_0x442fbe(0x234),a58_0x2b0b1e[a58_0x442fbe(0x2a5)]='accessibilityOptions',a58_0x2b0b1e[a58_0x442fbe(0x26d)]=a58_0x442fbe(0x26d),a58_0x2b0b1e[a58_0x442fbe(0x207)]=a58_0x442fbe(0x207),a58_0x2b0b1e['proxySettings']=a58_0x442fbe(0x20f),a58_0x2b0b1e[a58_0x442fbe(0x213)]=a58_0x442fbe(0x213);const a58_0xc870a9={};function a58_0x2180(_0x5a841c,_0x392b43){const _0x150ce1=a58_0x150c();return a58_0x2180=function(_0x2180b7,_0x4410cd){_0x2180b7=_0x2180b7-0x1dd;let _0x59b5b5=_0x150ce1[_0x2180b7];return _0x59b5b5;},a58_0x2180(_0x5a841c,_0x392b43);}a58_0xc870a9[a58_0x442fbe(0x1f5)]=a58_0x442fbe(0x22d),a58_0xc870a9[a58_0x442fbe(0x200)]=a58_0x442fbe(0x2af),a58_0xc870a9['us']=a58_0x442fbe(0x2b4),a58_0xc870a9['eu']='hub-eu-only.browserstack.com',a58_0xc870a9['in']=a58_0x442fbe(0x22f),a58_0xc870a9['au']=a58_0x442fbe(0x296);const a58_0x5d339d={};a58_0x5d339d[a58_0x442fbe(0x23d)]=['SDK-GEN-001',a58_0x442fbe(0x2db)];const a58_0x444cdc={};a58_0x444cdc[a58_0x442fbe(0x28f)]=a58_0x59a453,a58_0x444cdc['JEST']=a58_0x5b0e83,a58_0x444cdc[a58_0x442fbe(0x1e5)]=a58_0x3defc2,a58_0x444cdc[a58_0x442fbe(0x29b)]=a58_0x1cfc23,a58_0x444cdc[a58_0x442fbe(0x250)]=a58_0x5c9597,a58_0x444cdc[a58_0x442fbe(0x1e2)]=a58_0x1ae7ab,a58_0x444cdc[a58_0x442fbe(0x233)]=a58_0x70f3ec,a58_0x444cdc[a58_0x442fbe(0x1e3)]=a58_0x431cfa,a58_0x444cdc[a58_0x442fbe(0x2a0)]=a58_0x33cef1,a58_0x444cdc[a58_0x442fbe(0x292)]=a58_0x45b472,a58_0x444cdc[a58_0x442fbe(0x2c1)]=a58_0x4b46fe,a58_0x444cdc[a58_0x442fbe(0x21f)]=0xf*0x3c*0x3e8,a58_0x444cdc['hubUrl']='https://hub.browserstack.com/wd/hub',a58_0x444cdc['TCG_URL']='https://tcg.browserstack.com',a58_0x444cdc['TCG_REGION']='use',a58_0x444cdc[a58_0x442fbe(0x206)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x444cdc[a58_0x442fbe(0x2d0)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x444cdc['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x444cdc[a58_0x442fbe(0x219)]=[a58_0x442fbe(0x252),a58_0x442fbe(0x2a8),a58_0x442fbe(0x244),'unhandledPromptBehavior',a58_0x442fbe(0x295),a58_0x442fbe(0x2cd),'browserVersion',a58_0x442fbe(0x2d9),a58_0x442fbe(0x1f3),'chromeOptions','firefoxOptions',a58_0x442fbe(0x27e),'ieOptions'],a58_0x444cdc[a58_0x442fbe(0x241)]=/^[\w-]+:.*$/,a58_0x444cdc[a58_0x442fbe(0x25c)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x444cdc[a58_0x442fbe(0x26b)]=a58_0x442fbe(0x1f2),a58_0x444cdc[a58_0x442fbe(0x1eb)]=a58_0x442fbe(0x2d8),a58_0x444cdc['APP_UPLOAD_URL']=a58_0x442fbe(0x2c2),a58_0x444cdc['UPDATED_CLI_ENDPOINT']=a58_0x442fbe(0x218),a58_0x444cdc['FUNNEL_INSTRUMENTATION_API_URL']=a58_0x442fbe(0x2b8),a58_0x444cdc[a58_0x442fbe(0x1e1)]=[a58_0x442fbe(0x23a),'observability'],a58_0x444cdc[a58_0x442fbe(0x210)]=[a58_0x442fbe(0x266),a58_0x442fbe(0x226)],a58_0x444cdc[a58_0x442fbe(0x256)]=[a58_0x442fbe(0x226)],a58_0x444cdc[a58_0x442fbe(0x209)]=a58_0x442fbe(0x216),a58_0x444cdc[a58_0x442fbe(0x273)]=['mocha',a58_0x442fbe(0x230)],a58_0x444cdc[a58_0x442fbe(0x265)]=['automate'],a58_0x444cdc[a58_0x442fbe(0x279)]=a58_0x442fbe(0x235),a58_0x444cdc[a58_0x442fbe(0x2a2)]=a58_0x442fbe(0x2d2),a58_0x444cdc[a58_0x442fbe(0x21e)]=[a58_0x442fbe(0x266)],a58_0x444cdc[a58_0x442fbe(0x2d6)]=[a58_0x442fbe(0x2d5),'ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT',a58_0x442fbe(0x20b),a58_0x442fbe(0x2d3),a58_0x442fbe(0x277),a58_0x442fbe(0x236),a58_0x442fbe(0x2ab),a58_0x442fbe(0x1ec),a58_0x442fbe(0x242),'ERR_NAME_NOT_RESOLVED',a58_0x442fbe(0x271),a58_0x442fbe(0x240),a58_0x442fbe(0x1e4),a58_0x442fbe(0x27d),'ERR_SOCKS_CONNECTION_FAILED',a58_0x442fbe(0x284),a58_0x442fbe(0x229),a58_0x442fbe(0x2a7),a58_0x442fbe(0x2ba),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a58_0x444cdc[a58_0x442fbe(0x1fe)]=[a58_0x442fbe(0x2cb),a58_0x442fbe(0x274),a58_0x442fbe(0x27f)],a58_0x444cdc[a58_0x442fbe(0x2ad)]=a58_0x442fbe(0x2ce),a58_0x444cdc[a58_0x442fbe(0x2bf)]=a58_0x442fbe(0x293),a58_0x444cdc[a58_0x442fbe(0x26a)]=a58_0x442fbe(0x270),a58_0x444cdc[a58_0x442fbe(0x2bc)]=a58_0x442fbe(0x288),a58_0x444cdc[a58_0x442fbe(0x1ff)]=a58_0x442fbe(0x1f4),a58_0x444cdc[a58_0x442fbe(0x29e)]=a58_0x16aa3c,a58_0x444cdc[a58_0x442fbe(0x294)]=[a58_0x442fbe(0x246),a58_0x442fbe(0x2d7)],a58_0x444cdc[a58_0x442fbe(0x1f9)]=a58_0x315836,a58_0x444cdc[a58_0x442fbe(0x281)]=a58_0x442fbe(0x2be),a58_0x444cdc[a58_0x442fbe(0x254)]=a58_0x47a5c9,a58_0x444cdc['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a58_0x444cdc[a58_0x442fbe(0x28d)]=a58_0x442fbe(0x24e),a58_0x444cdc[a58_0x442fbe(0x221)]=a58_0x442fbe(0x29f),a58_0x444cdc[a58_0x442fbe(0x225)]='SDKTestTcgDownResponse',a58_0x444cdc[a58_0x442fbe(0x223)]=a58_0x442fbe(0x1df),a58_0x444cdc['TCG_AUTH_FAILURE']=a58_0x442fbe(0x257),a58_0x444cdc[a58_0x442fbe(0x1f0)]=a58_0x442fbe(0x282),a58_0x444cdc[a58_0x442fbe(0x28e)]=a58_0x442fbe(0x263),a58_0x444cdc[a58_0x442fbe(0x2bb)]='SDKTestTcgProxyFailure',a58_0x444cdc[a58_0x442fbe(0x2dc)]=0x1388,a58_0x444cdc['SET_TCG_TOKEN_TIMEOUT']=0x1388,a58_0x444cdc[a58_0x442fbe(0x286)]=0x1388,a58_0x444cdc[a58_0x442fbe(0x278)]=0x1388,a58_0x444cdc['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a58_0x444cdc['TEST_FRAMEWORK_HOOK_TIMEOUT']=a58_0x5fc859,a58_0x444cdc['REDACTED_KEYS']=a58_0x47b0ae,a58_0x444cdc[a58_0x442fbe(0x2b0)]=[a58_0x442fbe(0x224),'codeceptjs'],a58_0x444cdc[a58_0x442fbe(0x262)]=a58_0x2b0b1e,a58_0x444cdc[a58_0x442fbe(0x26e)]=a58_0x442fbe(0x2b9),a58_0x444cdc[a58_0x442fbe(0x24f)]=a58_0x442fbe(0x2de),a58_0x444cdc['BSTACK_URL']=a58_0x442fbe(0x245),a58_0x444cdc[a58_0x442fbe(0x251)]='browserstack-ats.com',a58_0x444cdc[a58_0x442fbe(0x1fa)]=a58_0x442fbe(0x2c7),a58_0x444cdc['TEST_REPORTING_ANALYTICS']=a58_0x442fbe(0x1e9),a58_0x444cdc['BROWSERSTACK']=a58_0x442fbe(0x1fc),a58_0x444cdc[a58_0x442fbe(0x220)]=[a58_0x442fbe(0x29c),a58_0x442fbe(0x2c9),a58_0x442fbe(0x246),a58_0x442fbe(0x258)],a58_0x444cdc[a58_0x442fbe(0x2dd)]=['A11Y_SCAN',a58_0x442fbe(0x20e),a58_0x442fbe(0x249),a58_0x442fbe(0x25f),a58_0x442fbe(0x23f),a58_0x442fbe(0x299)],a58_0x444cdc[a58_0x442fbe(0x276)]=a58_0x442fbe(0x276),a58_0x444cdc['HUB_URL_MAP']=a58_0xc870a9,a58_0x444cdc[a58_0x442fbe(0x283)]=[a58_0x442fbe(0x21d),a58_0x442fbe(0x25d),a58_0x442fbe(0x2c5),'unable\x20to\x20get\x20local\x20issuer\x20certificate',a58_0x442fbe(0x248),a58_0x442fbe(0x260)],a58_0x444cdc['SSL_ERROR_CODES']=[a58_0x442fbe(0x22c),'DEPTH_ZERO_SELF_SIGNED_CERT',a58_0x442fbe(0x272),a58_0x442fbe(0x25e),a58_0x442fbe(0x248),a58_0x442fbe(0x25a)],a58_0x444cdc['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x444cdc[a58_0x442fbe(0x239)]=a58_0x5d339d,a58_0x444cdc[a58_0x442fbe(0x1fb)]=[a58_0x442fbe(0x231),'GLOBAL_AGENT_NO_PROXY',a58_0x442fbe(0x215)],a58_0x444cdc[a58_0x442fbe(0x2ca)]=[a58_0x442fbe(0x25b),a58_0x442fbe(0x289)],a58_0x444cdc[a58_0x442fbe(0x1ea)]=0x3,a58_0x444cdc[a58_0x442fbe(0x29a)]=0x3e8,module[a58_0x442fbe(0x222)]=a58_0x444cdc;const _env=(process[a58_0x442fbe(0x23c)]['BROWSERSTACK_ENV']||'prod')[a58_0x442fbe(0x2a1)]();if(_env==='staging'||_env==='stag'){const IKAUwh='1|5|13|8|7|11|2|4|10|0|9|6|3|12'['split']('|');let tFeZXg=0x0;while(!![]){switch(IKAUwh[tFeZXg++]){case'0':module['exports']['BSTACK_URL']='bsstag.com';continue;case'1':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x214)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'2':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x2b6)]=a58_0x442fbe(0x2c6);continue;case'3':module[a58_0x442fbe(0x222)]['EDS_URL']=a58_0x442fbe(0x24a);continue;case'4':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x2bc)]=a58_0x442fbe(0x212);continue;case'5':module[a58_0x442fbe(0x222)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;case'6':module[a58_0x442fbe(0x222)]['OBSERVABILITY_UPLOAD_URL']=a58_0x442fbe(0x27b);continue;case'7':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x279)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'8':module['exports'][a58_0x442fbe(0x206)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module['exports'][a58_0x442fbe(0x1fa)]=a58_0x442fbe(0x205);continue;case'10':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x1ff)]=a58_0x442fbe(0x1f1);continue;case'11':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'12':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x2cf)]='bsstag';continue;case'13':module[a58_0x442fbe(0x222)]['TCG_URL']=a58_0x442fbe(0x2ae);continue;}break;}}else{if(_env===a58_0x442fbe(0x1ed)||_env===a58_0x442fbe(0x1f6)){const ZKgqqd=a58_0x442fbe(0x267)[a58_0x442fbe(0x2d1)]('|');let XoTYgK=0x0;while(!![]){switch(ZKgqqd[XoTYgK++]){case'0':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x2bc)]=a58_0x442fbe(0x27c);continue;case'1':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x26b)]=a58_0x442fbe(0x24a);continue;case'2':module['exports']['BROWSERSTACK_API_URL']=a58_0x442fbe(0x201);continue;case'3':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x209)]=a58_0x442fbe(0x2c0);continue;case'4':module[a58_0x442fbe(0x222)]['PUPPETEER_HUB_URL']=a58_0x442fbe(0x253);continue;case'5':module['exports'][a58_0x442fbe(0x2d4)]='https://tcg-preprod.bsstag.com';continue;case'6':module[a58_0x442fbe(0x222)]['BSTACK_URL']=a58_0x442fbe(0x2b2);continue;case'7':module[a58_0x442fbe(0x222)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module['exports'][a58_0x442fbe(0x2a2)]=a58_0x442fbe(0x2c8);continue;case'9':module['exports'][a58_0x442fbe(0x214)]=a58_0x442fbe(0x2cc);continue;case'10':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x1fa)]=a58_0x442fbe(0x1f7);continue;case'11':module['exports'][a58_0x442fbe(0x2b6)]=a58_0x442fbe(0x201);continue;case'12':module[a58_0x442fbe(0x222)][a58_0x442fbe(0x279)]=a58_0x442fbe(0x280);continue;case'13':module[a58_0x442fbe(0x222)]['BROWSERSTACK']='bsstag';continue;}break;}}}
@@ -1 +1 @@
1
- const a59_0x3e62b4=a59_0x4805;function a59_0x2885(){const _0x2a0570=['configure','1165824hfFbrc','9JCFRxo','5194sxvsRx','5388HQMbMY','type','20XAyodD','colouredLayout','366GAOpQI','log','levelStr','26405731LxaQVB','281125AlbKNI','9259830xrwCdW','data','layout','timezoneOffset','576521WSTMIf','3087rJhyOy','hMUkA','level'];a59_0x2885=function(){return _0x2a0570;};return a59_0x2885();}(function(_0x3ded3d,_0x59494c){const _0x4f0c0d=a59_0x4805,_0x150690=_0x3ded3d();while(!![]){try{const _0x316960=-parseInt(_0x4f0c0d(0x1ab))/0x1+-parseInt(_0x4f0c0d(0x1b2))/0x2*(parseInt(_0x4f0c0d(0x1b7))/0x3)+-parseInt(_0x4f0c0d(0x1b5))/0x4*(parseInt(_0x4f0c0d(0x1bb))/0x5)+-parseInt(_0x4f0c0d(0x1b3))/0x6*(-parseInt(_0x4f0c0d(0x1ac))/0x7)+-parseInt(_0x4f0c0d(0x1b0))/0x8+-parseInt(_0x4f0c0d(0x1b1))/0x9*(parseInt(_0x4f0c0d(0x1a7))/0xa)+parseInt(_0x4f0c0d(0x1ba))/0xb;if(_0x316960===_0x59494c)break;else _0x150690['push'](_0x150690['shift']());}catch(_0x2de7ac){_0x150690['push'](_0x150690['shift']());}}}(a59_0x2885,0x865cc));function a59_0x4805(_0x8fff23,_0x43b726){const _0x2885f4=a59_0x2885();return a59_0x4805=function(_0x4805b0,_0x3f5d4e){_0x4805b0=_0x4805b0-0x1a7;let _0x3892f7=_0x2885f4[_0x4805b0];return _0x3892f7;},a59_0x4805(_0x8fff23,_0x43b726);}const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x24c3a1,_0x17e48d){return _0x31e07d=>{const _0x261863=a59_0x4805;BSTestOpsLogger[_0x261863(0x1b8)]({'level':_0x31e07d[_0x261863(0x1ae)]?_0x31e07d[_0x261863(0x1ae)][_0x261863(0x1b9)]:null,'message':_0x31e07d[_0x261863(0x1a8)]?_0x31e07d[_0x261863(0x1a8)]['join']('\x20'):null});};}exports[a59_0x3e62b4(0x1af)]=(_0x4fab95,_0xcc6e38)=>{const _0x5b9923=a59_0x3e62b4,_0x1f1a6a={'hMUkA':function(_0x76ecff,_0x5c64ef,_0x8d3532){return _0x76ecff(_0x5c64ef,_0x8d3532);}};let _0x5c7d1c=_0xcc6e38[_0x5b9923(0x1b6)];return _0x4fab95[_0x5b9923(0x1a9)]&&(_0x5c7d1c=_0xcc6e38['layout'](_0x4fab95[_0x5b9923(0x1a9)][_0x5b9923(0x1b4)],_0x4fab95[_0x5b9923(0x1a9)])),_0x1f1a6a[_0x5b9923(0x1ad)](BSTestOpsLog4JSAppender,_0x5c7d1c,_0x4fab95[_0x5b9923(0x1aa)]);};
1
+ const a59_0x27ffb3=a59_0x463d;(function(_0x51ac1a,_0x96f362){const _0x11bd67=a59_0x463d,_0xe074dc=_0x51ac1a();while(!![]){try{const _0x491e86=-parseInt(_0x11bd67(0x1b6))/0x1+-parseInt(_0x11bd67(0x1b2))/0x2+-parseInt(_0x11bd67(0x1ba))/0x3+parseInt(_0x11bd67(0x1b8))/0x4*(-parseInt(_0x11bd67(0x1b0))/0x5)+parseInt(_0x11bd67(0x1b3))/0x6+parseInt(_0x11bd67(0x1ac))/0x7+parseInt(_0x11bd67(0x1ad))/0x8*(parseInt(_0x11bd67(0x1bc))/0x9);if(_0x491e86===_0x96f362)break;else _0xe074dc['push'](_0xe074dc['shift']());}catch(_0x4839b7){_0xe074dc['push'](_0xe074dc['shift']());}}}(a59_0x24a9,0x59342));function a59_0x463d(_0x290a0b,_0x534ddd){const _0x24a953=a59_0x24a9();return a59_0x463d=function(_0x463d27,_0x1ddda5){_0x463d27=_0x463d27-0x1ab;let _0x57aad0=_0x24a953[_0x463d27];return _0x57aad0;},a59_0x463d(_0x290a0b,_0x534ddd);}function a59_0x24a9(){const _0x2f712e=['yGLyD','697979sOeVFn','level','231624qkgYMw','data','871509oRXCuy','./logReportingAPI','252adekBi','layout','type','3052224TYMIDh','312944VikyoE','join','colouredLayout','30NRufwX','timezoneOffset','374858IqgZma','2144334rXNPdP','log'];a59_0x24a9=function(){return _0x2f712e;};return a59_0x24a9();}const logReportingAPI=require(a59_0x27ffb3(0x1bb)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x357111,_0x2be33d){return _0x4014c=>{const _0xa978fc=a59_0x463d;BSTestOpsLogger[_0xa978fc(0x1b4)]({'level':_0x4014c[_0xa978fc(0x1b7)]?_0x4014c[_0xa978fc(0x1b7)]['levelStr']:null,'message':_0x4014c[_0xa978fc(0x1b9)]?_0x4014c[_0xa978fc(0x1b9)][_0xa978fc(0x1ae)]('\x20'):null});};}exports['configure']=(_0x36e13d,_0x20cab7)=>{const _0x472be7=a59_0x27ffb3,_0x4d8eef={'yGLyD':function(_0x1459ef,_0x1e69c9,_0x537e57){return _0x1459ef(_0x1e69c9,_0x537e57);}};let _0x1efa64=_0x20cab7[_0x472be7(0x1af)];return _0x36e13d['layout']&&(_0x1efa64=_0x20cab7['layout'](_0x36e13d['layout'][_0x472be7(0x1ab)],_0x36e13d[_0x472be7(0x1bd)])),_0x4d8eef[_0x472be7(0x1b5)](BSTestOpsLog4JSAppender,_0x1efa64,_0x36e13d[_0x472be7(0x1b1)]);};
@@ -1 +1 @@
1
- const a60_0x57b2d5=a60_0x37a4;(function(_0x23eb86,_0x18801e){const _0x23d9f7=a60_0x37a4,_0x51eed0=_0x23eb86();while(!![]){try{const _0x26054a=-parseInt(_0x23d9f7(0x183))/0x1*(-parseInt(_0x23d9f7(0x198))/0x2)+parseInt(_0x23d9f7(0x17c))/0x3*(-parseInt(_0x23d9f7(0x182))/0x4)+-parseInt(_0x23d9f7(0x197))/0x5+parseInt(_0x23d9f7(0x180))/0x6+-parseInt(_0x23d9f7(0x188))/0x7*(parseInt(_0x23d9f7(0x18e))/0x8)+-parseInt(_0x23d9f7(0x191))/0x9+parseInt(_0x23d9f7(0x17e))/0xa;if(_0x26054a===_0x18801e)break;else _0x51eed0['push'](_0x51eed0['shift']());}catch(_0x32be1c){_0x51eed0['push'](_0x51eed0['shift']());}}}(a60_0x5773,0x4e72a));const Transport=require('winston-transport'),{consoleHolder}=require(a60_0x57b2d5(0x18a)),a60_0x1b555c={};a60_0x1b555c[a60_0x57b2d5(0x190)]='INFO',a60_0x1b555c['ERROR']=a60_0x57b2d5(0x18d),a60_0x1b555c['DEBUG']=a60_0x57b2d5(0x18c),a60_0x1b555c[a60_0x57b2d5(0x194)]=a60_0x57b2d5(0x194),a60_0x1b555c[a60_0x57b2d5(0x189)]=a60_0x57b2d5(0x189);const LOG_LEVELS=a60_0x1b555c;class logPatcher extends Transport{constructor(_0x350cdc){super(_0x350cdc);}[a60_0x57b2d5(0x196)]=(_0x587d68=LOG_LEVELS[a60_0x57b2d5(0x190)],_0x25ec79=[''])=>{const _0x100a32=a60_0x57b2d5,_0x51b40f={};_0x51b40f['hzlDi']=_0x100a32(0x185);const _0x283389=_0x51b40f;consoleHolder[_0x587d68[_0x100a32(0x18f)]()](..._0x25ec79),process[_0x100a32(0x181)]('bs:addLog:'+process[_0x100a32(0x18b)],{'timestamp':new Date()[_0x100a32(0x193)](),'level':_0x587d68[_0x100a32(0x184)](),'message':'\x22'+_0x25ec79[_0x100a32(0x187)](',\x20')+'\x22','kind':_0x283389[_0x100a32(0x17f)],'http_response':{}});};[a60_0x57b2d5(0x192)]=(..._0xf44057)=>{const _0x12b74c=a60_0x57b2d5;this[_0x12b74c(0x196)](LOG_LEVELS[_0x12b74c(0x194)],_0xf44057);};['debug']=(..._0xf84176)=>{const _0x4c2b36=a60_0x57b2d5;this[_0x4c2b36(0x196)](LOG_LEVELS['DEBUG'],_0xf84176);};['info']=(..._0x4923e9)=>{const _0x2f6a98=a60_0x57b2d5;this['logToTestOps'](LOG_LEVELS[_0x2f6a98(0x190)],_0x4923e9);};[a60_0x57b2d5(0x186)]=(..._0x468a79)=>{const _0x1a2ba1=a60_0x57b2d5;this['logToTestOps'](LOG_LEVELS[_0x1a2ba1(0x189)],_0x468a79);};[a60_0x57b2d5(0x17d)]=(..._0x526a60)=>{const _0x1afb23=a60_0x57b2d5;this[_0x1afb23(0x196)](LOG_LEVELS[_0x1afb23(0x18d)],_0x526a60);};['log']=(..._0x5aca29)=>{const _0x3dbc74=a60_0x57b2d5;this[_0x3dbc74(0x196)](LOG_LEVELS[_0x3dbc74(0x190)],_0x5aca29);};}function a60_0x37a4(_0x392a99,_0x240598){const _0x5773ca=a60_0x5773();return a60_0x37a4=function(_0x37a45,_0x399e9e){_0x37a45=_0x37a45-0x17c;let _0x2b4c5d=_0x5773ca[_0x37a45];return _0x2b4c5d;},a60_0x37a4(_0x392a99,_0x240598);}function a60_0x5773(){const _0x3e38b8=['toUpperCase','TEST_LOG','warn','join','7DWJvzM','WARN','../../helpers/test-observability/constants','pid','DEBUG','ERROR','3289480NOTUTE','toLowerCase','INFO','4159161MWWoKf','trace','toISOString','TRACE','exports','logToTestOps','973885sPfiiQ','2JWIrki','120eGGJuH','error','8418920tuREto','hzlDi','3766362GIwHBJ','emit','18504ARPNYI','104834zptscf'];a60_0x5773=function(){return _0x3e38b8;};return a60_0x5773();};module[a60_0x57b2d5(0x195)]=logPatcher;
1
+ function a60_0x10fd(){const _0x24c106=['logToTestOps','2539132jCXKcr','276lVzceb','WARN','TEST_LOG','8905840Gxuous','TRACE','3YYFsLL','DEBUG','341127TfRwBH','winston-transport','trace','166758gJAHKA','emit','185WdYqhC','warn','../../helpers/test-observability/constants','debug','83382lGGZAu','1507066MUFqvj','exports','join','info','bs:addLog:','ERROR','9Cvxlwq','egQnQ','833ivxyAR','22472kgOYwH','error','pid','INFO','toUpperCase'];a60_0x10fd=function(){return _0x24c106;};return a60_0x10fd();}const a60_0x10effa=a60_0x4dff;(function(_0x5a023b,_0x4ab9d6){const _0x3448e5=a60_0x4dff,_0x142405=_0x5a023b();while(!![]){try{const _0x7302cb=parseInt(_0x3448e5(0x147))/0x1+parseInt(_0x3448e5(0x12f))/0x2+parseInt(_0x3448e5(0x145))/0x3*(-parseInt(_0x3448e5(0x13f))/0x4)+-parseInt(_0x3448e5(0x14c))/0x5*(parseInt(_0x3448e5(0x14a))/0x6)+parseInt(_0x3448e5(0x138))/0x7*(-parseInt(_0x3448e5(0x139))/0x8)+parseInt(_0x3448e5(0x136))/0x9*(-parseInt(_0x3448e5(0x143))/0xa)+-parseInt(_0x3448e5(0x130))/0xb*(-parseInt(_0x3448e5(0x140))/0xc);if(_0x7302cb===_0x4ab9d6)break;else _0x142405['push'](_0x142405['shift']());}catch(_0x314a36){_0x142405['push'](_0x142405['shift']());}}}(a60_0x10fd,0x9db59));const Transport=require(a60_0x10effa(0x148)),{consoleHolder}=require(a60_0x10effa(0x14e)),a60_0x2a78cd={};a60_0x2a78cd['INFO']=a60_0x10effa(0x13c),a60_0x2a78cd[a60_0x10effa(0x135)]=a60_0x10effa(0x135),a60_0x2a78cd[a60_0x10effa(0x146)]='DEBUG',a60_0x2a78cd[a60_0x10effa(0x144)]=a60_0x10effa(0x144),a60_0x2a78cd[a60_0x10effa(0x141)]=a60_0x10effa(0x141);function a60_0x4dff(_0x4ea65d,_0x598a61){const _0x10fd5a=a60_0x10fd();return a60_0x4dff=function(_0x4dff73,_0x21bca5){_0x4dff73=_0x4dff73-0x12e;let _0x21aa62=_0x10fd5a[_0x4dff73];return _0x21aa62;},a60_0x4dff(_0x4ea65d,_0x598a61);}const LOG_LEVELS=a60_0x2a78cd;class logPatcher extends Transport{constructor(_0x3674f9){super(_0x3674f9);}[a60_0x10effa(0x13e)]=(_0x342b4f=LOG_LEVELS[a60_0x10effa(0x13c)],_0x34241c=[''])=>{const _0x3c1c88=a60_0x10effa,_0x127177={};_0x127177[_0x3c1c88(0x137)]=_0x3c1c88(0x142);const _0xaa34c2=_0x127177;consoleHolder[_0x342b4f['toLowerCase']()](..._0x34241c),process[_0x3c1c88(0x14b)](_0x3c1c88(0x134)+process[_0x3c1c88(0x13b)],{'timestamp':new Date()['toISOString'](),'level':_0x342b4f[_0x3c1c88(0x13d)](),'message':'\x22'+_0x34241c[_0x3c1c88(0x132)](',\x20')+'\x22','kind':_0xaa34c2[_0x3c1c88(0x137)],'http_response':{}});};[a60_0x10effa(0x149)]=(..._0x35cc44)=>{const _0x8abfe3=a60_0x10effa;this[_0x8abfe3(0x13e)](LOG_LEVELS[_0x8abfe3(0x144)],_0x35cc44);};[a60_0x10effa(0x12e)]=(..._0x5aa8f3)=>{const _0x27285d=a60_0x10effa;this[_0x27285d(0x13e)](LOG_LEVELS['DEBUG'],_0x5aa8f3);};[a60_0x10effa(0x133)]=(..._0x5f1c1d)=>{const _0x12b0d0=a60_0x10effa;this[_0x12b0d0(0x13e)](LOG_LEVELS['INFO'],_0x5f1c1d);};[a60_0x10effa(0x14d)]=(..._0x3bc9fc)=>{const _0x65cad9=a60_0x10effa;this['logToTestOps'](LOG_LEVELS[_0x65cad9(0x141)],_0x3bc9fc);};[a60_0x10effa(0x13a)]=(..._0xecb9b7)=>{const _0x4916b5=a60_0x10effa;this['logToTestOps'](LOG_LEVELS[_0x4916b5(0x135)],_0xecb9b7);};['log']=(..._0x182dbd)=>{const _0x45ac4f=a60_0x10effa;this[_0x45ac4f(0x13e)](LOG_LEVELS[_0x45ac4f(0x13c)],_0x182dbd);};};module[a60_0x10effa(0x131)]=logPatcher;
@@ -1 +1 @@
1
- function a61_0x4fdb(_0x9f6da5,_0x2a88bf){const _0x5d3f08=a61_0x5d3f();return a61_0x4fdb=function(_0x4fdb5e,_0x4429c1){_0x4fdb5e=_0x4fdb5e-0x160;let _0x49e955=_0x5d3f08[_0x4fdb5e];return _0x49e955;},a61_0x4fdb(_0x9f6da5,_0x2a88bf);}const a61_0x3b7cc5=a61_0x4fdb;function a61_0x5d3f(){const _0x411cc4=['error','ERROR','toLowerCase','INFO','JQdTe','7666813TFmfnN','../../helpers/test-observability/constants','77395JymDAJ','emit','pid','message','1774053pgPlJs','3018sVKZNu','TEST_LOG','toUpperCase','220GHlbeQ','oOAns','toISOString','xOCBW','9lCWlPt','DEBUG','log','winston-transport','841533fNPTeZ','trace','1426712XsJWPQ','debug','1446780ITOtzg','2IrTeCh','logToTestOps','WARN','object','logged','8890mSWcGz','info'];a61_0x5d3f=function(){return _0x411cc4;};return a61_0x5d3f();}(function(_0x39e02d,_0x5c013f){const _0x199343=a61_0x4fdb,_0x13ff4f=_0x39e02d();while(!![]){try{const _0x498da9=-parseInt(_0x199343(0x177))/0x1+parseInt(_0x199343(0x17c))/0x2*(parseInt(_0x199343(0x16b))/0x3)+-parseInt(_0x199343(0x16f))/0x4*(parseInt(_0x199343(0x167))/0x5)+parseInt(_0x199343(0x16c))/0x6*(parseInt(_0x199343(0x181))/0x7)+parseInt(_0x199343(0x179))/0x8*(parseInt(_0x199343(0x173))/0x9)+parseInt(_0x199343(0x17b))/0xa+parseInt(_0x199343(0x165))/0xb;if(_0x498da9===_0x5c013f)break;else _0x13ff4f['push'](_0x13ff4f['shift']());}catch(_0x193099){_0x13ff4f['push'](_0x13ff4f['shift']());}}}(a61_0x5d3f,0x880e3));const Transport=require(a61_0x3b7cc5(0x176)),{consoleHolder}=require(a61_0x3b7cc5(0x166)),a61_0x2cffcd={};a61_0x2cffcd['INFO']=a61_0x3b7cc5(0x163),a61_0x2cffcd[a61_0x3b7cc5(0x161)]='ERROR',a61_0x2cffcd[a61_0x3b7cc5(0x174)]=a61_0x3b7cc5(0x174),a61_0x2cffcd['TRACE']='TRACE',a61_0x2cffcd['WARN']=a61_0x3b7cc5(0x17e);const LOG_LEVELS=a61_0x2cffcd;class logReportingAPI extends Transport{constructor(_0x3181a2){super(_0x3181a2);}[a61_0x3b7cc5(0x175)](_0x4e4ada,_0x47929d){const _0x3df12c=a61_0x3b7cc5,_0x2e4766={'JQdTe':_0x3df12c(0x180),'PjVve':function(_0x453065,_0x134932){return _0x453065(_0x134932);},'hEhnK':function(_0x3e74b6,_0x6c8f38){return _0x3e74b6===_0x6c8f38;},'iYwfQ':_0x3df12c(0x17f),'xOCBW':function(_0x3bcd15){return _0x3bcd15();}};_0x2e4766['PjVve'](setImmediate,()=>{const _0x15f8ac=_0x3df12c;this['emit'](_0x2e4766[_0x15f8ac(0x164)],_0x4e4ada);}),_0x2e4766['hEhnK'](typeof _0x4e4ada,_0x2e4766['iYwfQ'])?this[_0x3df12c(0x17d)](_0x4e4ada['level']||LOG_LEVELS[_0x3df12c(0x163)],_0x4e4ada[_0x3df12c(0x16a)],![]):this[_0x3df12c(0x17d)](LOG_LEVELS[_0x3df12c(0x163)],_0x4e4ada),_0x47929d&&_0x2e4766[_0x3df12c(0x172)](_0x47929d);}[a61_0x3b7cc5(0x17d)]=(_0x6606ee=LOG_LEVELS[a61_0x3b7cc5(0x163)],_0x2df69c='',_0x5bfc4b=!![])=>{const _0x396b4b=a61_0x3b7cc5,_0x45c72f={};_0x45c72f['oOAns']=_0x396b4b(0x16d);const _0x424ade=_0x45c72f;_0x5bfc4b&&consoleHolder[_0x6606ee[_0x396b4b(0x162)]()](_0x2df69c),process[_0x396b4b(0x168)]('bs:addLog:'+process[_0x396b4b(0x169)],{'timestamp':new Date()[_0x396b4b(0x171)](),'level':_0x6606ee[_0x396b4b(0x16e)](),'message':_0x2df69c,'kind':_0x424ade[_0x396b4b(0x170)],'http_response':{}});};[a61_0x3b7cc5(0x178)]=(_0x55c9bc,_0x3e4fb6)=>{const _0x118ca5=a61_0x3b7cc5;this[_0x118ca5(0x17d)](LOG_LEVELS['TRACE'],_0x55c9bc);};[a61_0x3b7cc5(0x17a)]=(_0x8163ce,_0x43737b)=>{const _0x5c0113=a61_0x3b7cc5;this[_0x5c0113(0x17d)](LOG_LEVELS['DEBUG'],_0x8163ce);};[a61_0x3b7cc5(0x182)]=(_0x547f92,_0x113e3d)=>{const _0x2eb259=a61_0x3b7cc5;this[_0x2eb259(0x17d)](LOG_LEVELS[_0x2eb259(0x163)],_0x547f92);};['warn']=(_0x1ac6f5,_0x596f49)=>{const _0x416009=a61_0x3b7cc5;this[_0x416009(0x17d)](LOG_LEVELS[_0x416009(0x17e)],_0x1ac6f5);};[a61_0x3b7cc5(0x160)]=(_0x11509d,_0x3eb097)=>{const _0x2770e3=a61_0x3b7cc5;this[_0x2770e3(0x17d)](LOG_LEVELS[_0x2770e3(0x161)],_0x11509d);};};module['exports']=logReportingAPI;
1
+ const a61_0x432fcb=a61_0x3154;(function(_0x1477f8,_0x48bc3c){const _0x45ffaa=a61_0x3154,_0xd41f49=_0x1477f8();while(!![]){try{const _0x15431d=parseInt(_0x45ffaa(0x18c))/0x1+parseInt(_0x45ffaa(0x190))/0x2*(-parseInt(_0x45ffaa(0x1b0))/0x3)+-parseInt(_0x45ffaa(0x19c))/0x4+parseInt(_0x45ffaa(0x1a7))/0x5+parseInt(_0x45ffaa(0x1a9))/0x6*(parseInt(_0x45ffaa(0x1a8))/0x7)+-parseInt(_0x45ffaa(0x196))/0x8+parseInt(_0x45ffaa(0x1a4))/0x9*(parseInt(_0x45ffaa(0x1a6))/0xa);if(_0x15431d===_0x48bc3c)break;else _0xd41f49['push'](_0xd41f49['shift']());}catch(_0x2142d5){_0xd41f49['push'](_0xd41f49['shift']());}}}(a61_0x3191,0xb857d));const Transport=require(a61_0x432fcb(0x18f)),{consoleHolder}=require(a61_0x432fcb(0x198)),a61_0x5d8245={};a61_0x5d8245[a61_0x432fcb(0x197)]=a61_0x432fcb(0x197),a61_0x5d8245[a61_0x432fcb(0x1ae)]='ERROR',a61_0x5d8245[a61_0x432fcb(0x19b)]=a61_0x432fcb(0x19b),a61_0x5d8245[a61_0x432fcb(0x1a0)]=a61_0x432fcb(0x1a0),a61_0x5d8245[a61_0x432fcb(0x1a1)]=a61_0x432fcb(0x1a1);const LOG_LEVELS=a61_0x5d8245;function a61_0x3154(_0x4df5dd,_0x49b5ed){const _0x31919d=a61_0x3191();return a61_0x3154=function(_0x3154b8,_0x43e854){_0x3154b8=_0x3154b8-0x18b;let _0xc85e9e=_0x31919d[_0x3154b8];return _0xc85e9e;},a61_0x3154(_0x4df5dd,_0x49b5ed);}function a61_0x3191(){const _0x30991e=['TRACE','WARN','toUpperCase','error','18BAHOEF','KsHYt','3991230AKRhKB','1476645AoREOD','14tIExMz','1548714WHZTlr','exports','MlJLy','logToTestOps','toISOString','ERROR','elFhQ','1072572MzqPwt','pid','warn','104174frXBRI','dupZb','trace','winston-transport','2gBedYU','logged','debug','TEST_LOG','inUKX','emit','186656rXvRco','INFO','../../helpers/test-observability/constants','message','object','DEBUG','2312248iJhldv','info','bs:addLog:','level'];a61_0x3191=function(){return _0x30991e;};return a61_0x3191();}class logReportingAPI extends Transport{constructor(_0x1e2c42){super(_0x1e2c42);}['log'](_0x46b005,_0x2f8257){const _0x2bfedb=a61_0x432fcb,_0x42146b={'KsHYt':_0x2bfedb(0x191),'dupZb':function(_0x101945,_0x1d042c){return _0x101945(_0x1d042c);},'elFhQ':function(_0x57571d,_0x4b3bad){return _0x57571d===_0x4b3bad;},'rCHJr':_0x2bfedb(0x19a),'inUKX':function(_0x12181a){return _0x12181a();}};_0x42146b[_0x2bfedb(0x18d)](setImmediate,()=>{const _0x3d7b4d=_0x2bfedb;this[_0x3d7b4d(0x195)](_0x42146b[_0x3d7b4d(0x1a5)],_0x46b005);}),_0x42146b[_0x2bfedb(0x1af)](typeof _0x46b005,_0x42146b['rCHJr'])?this[_0x2bfedb(0x1ac)](_0x46b005[_0x2bfedb(0x19f)]||LOG_LEVELS[_0x2bfedb(0x197)],_0x46b005[_0x2bfedb(0x199)],![]):this[_0x2bfedb(0x1ac)](LOG_LEVELS[_0x2bfedb(0x197)],_0x46b005),_0x2f8257&&_0x42146b[_0x2bfedb(0x194)](_0x2f8257);}[a61_0x432fcb(0x1ac)]=(_0x1e0a76=LOG_LEVELS[a61_0x432fcb(0x197)],_0xfc660c='',_0x256e25=!![])=>{const _0x59524b=a61_0x432fcb,_0x44efd4={};_0x44efd4[_0x59524b(0x1ab)]=_0x59524b(0x193);const _0x12252a=_0x44efd4;_0x256e25&&consoleHolder[_0x1e0a76['toLowerCase']()](_0xfc660c),process[_0x59524b(0x195)](_0x59524b(0x19e)+process[_0x59524b(0x1b1)],{'timestamp':new Date()[_0x59524b(0x1ad)](),'level':_0x1e0a76[_0x59524b(0x1a2)](),'message':_0xfc660c,'kind':_0x12252a[_0x59524b(0x1ab)],'http_response':{}});};[a61_0x432fcb(0x18e)]=(_0x2833f4,_0x39449b)=>{const _0xd45aa9=a61_0x432fcb;this[_0xd45aa9(0x1ac)](LOG_LEVELS[_0xd45aa9(0x1a0)],_0x2833f4);};[a61_0x432fcb(0x192)]=(_0x195424,_0x2d051c)=>{const _0x2b0677=a61_0x432fcb;this[_0x2b0677(0x1ac)](LOG_LEVELS['DEBUG'],_0x195424);};[a61_0x432fcb(0x19d)]=(_0x1e27fa,_0x1617cc)=>{const _0x4d60e5=a61_0x432fcb;this[_0x4d60e5(0x1ac)](LOG_LEVELS[_0x4d60e5(0x197)],_0x1e27fa);};[a61_0x432fcb(0x18b)]=(_0x38db6b,_0x1f8ad6)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x38db6b);};[a61_0x432fcb(0x1a3)]=(_0x2b7153,_0x3441ea)=>{const _0x41fc95=a61_0x432fcb;this[_0x41fc95(0x1ac)](LOG_LEVELS[_0x41fc95(0x1ae)],_0x2b7153);};};module[a61_0x432fcb(0x1aa)]=logReportingAPI;