browserstack-node-sdk 1.53.5 → 1.53.6

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 +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/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_0x56ff11=a58_0x4c4d;(function(_0x25f74d,_0x2b3097){const _0xeb5578=a58_0x4c4d,_0x599b0a=_0x25f74d();while(!![]){try{const _0x4084b9=parseInt(_0xeb5578(0x24b))/0x1*(parseInt(_0xeb5578(0x205))/0x2)+parseInt(_0xeb5578(0x1c3))/0x3*(-parseInt(_0xeb5578(0x25b))/0x4)+-parseInt(_0xeb5578(0x262))/0x5*(parseInt(_0xeb5578(0x279))/0x6)+-parseInt(_0xeb5578(0x1fa))/0x7+-parseInt(_0xeb5578(0x244))/0x8+-parseInt(_0xeb5578(0x250))/0x9+parseInt(_0xeb5578(0x28b))/0xa;if(_0x4084b9===_0x2b3097)break;else _0x599b0a['push'](_0x599b0a['shift']());}catch(_0x53a782){_0x599b0a['push'](_0x599b0a['shift']());}}}(a58_0x1908,0x96911));const a58_0xa9ed22={};a58_0xa9ed22[a58_0x56ff11(0x251)]=a58_0x56ff11(0x1c8),a58_0xa9ed22[a58_0x56ff11(0x246)]=a58_0x56ff11(0x258);const a58_0x5e23c7={};a58_0x5e23c7[a58_0x56ff11(0x251)]=a58_0x56ff11(0x1e0);const a58_0x56e968={};a58_0x56e968['INFO']=a58_0x56ff11(0x1e8);const a58_0x5b9233={};a58_0x5b9233[a58_0x56ff11(0x251)]=a58_0x56ff11(0x23f);function a58_0x1908(){const _0x3be43f=['ERR_PROXY_CONNECTION_FAILED','https://apidevtestops.bsstag.com','SSL_ERROR_MESSAGES','ERR_CONNECTION_TIMED_OUT','APP_AUTOMATE','GLOBAL_AGENT_NO_PROXY','https://automation.browserstack.com','.apk','ETXTBSY','user_data','ERR_FAILED','COMMONJS','wss://cdp.browserstack.com/puppeteer?caps=','INTEGRATIONS','.ipa','testContextOptions','us-east','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','sdk/v1/event','https://upload-observability-preprod.bsstag.com','PLAYWRIGHT_HUB_URL','https://api-cloud-devtestops.bsstag.com','SDKTestTcgDownResponse','Run\x20jest\x20tests\x20on\x20browserstack','automation','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://api-preprod.bsstag.com','edgeOptions','percyCaptureMode','cucumber','https://tcg-preprod.bsstag.com','Run\x20mocha\x20tests\x20on\x20browserstack','invalidKeys','AI_INIT_SUCCESSFUL','jest','accessibility','wss://cdp-devtestops.bsstag.com/playwright?caps=','TCG_AUTH_TIMEOUT','7|11|10|4|8|1|6|12|2|9|3|0|5|13','Jest','CLIENT_TROUBLESHOOTING_HASH','TCG_DOWN','accessibilityOptions','1|0|2|8|13|9|11|10|3|12|5|4|7|6','Run\x20js\x20tests\x20on\x20browserstack','USER_CONFIG_DETAILS_PATH','SDKTestTcgtInitSuccessful','INTERNALLY_USED_ENV_VARS','staging','7769454Vgxnqw','httpProxy','localProxyUser','turboScale','ERR_SOCKET_NOT_CONNECTED','DEBUG_LOG_FILE_NAME','ERR_CONNECTION_REFUSED','pageLoadStrategy','timeouts','split','UNABLE_TO_VERIFY_LEAF_SIGNATURE','13910kMrNQd','Upgrade\x20required','browserName','browserstackAutomation','EDS_URL','https://tcg.browserstack.com','proxySettings','https://hub-devtestops.bsstag.com/wd/hub','testReportingOptions','framework','PRIVATE_DOMAIN_OR_IP_REGEX','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','BROWSERSTACK_API_URL','BROWSERSTACK_APP_AUTOMATE_URL','automate','exports','FRAMEWORKS','TEST\x20REPORTING\x20AND\x20ANALYTICS','hubUrl','browserstack','JEST','CI_ARTIFACTS_PATH','PERCY_SUPPORTED_FRAMEWORKS','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','percy','A11Y_GET_RESULTS_SUMMARY','UPDATED_CLI_ENDPOINT','pre-prod','SET_TCG_TOKEN_TIMEOUT','testReporting','LOG_FILE_NAME','BROWSERSTACK_ENV','SSL_ERROR_CODES','FUNNEL_INSTRUMENTATION_API_URL','PLAYWRIGHT_CONFIG_OPTION_ERRORS','proxyPassword','bsstag','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','password','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','browserstack.user','browserStackLocalOptions','https://automation-preprod.bsstag.com','ROOT_REGEX','browserstackLocal','O11Y_URL','prod','TEST_FRAMEWORK_HOOK_TIMEOUT','stag','BROWSERSTACK','DEPTH_ZERO_SELF_SIGNED_CERT','customVariables','HST','CUCUMBER','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','root','browserVersion','Run\x20cucumber-js\x20tests\x20on\x20browserstack','HEALING_FAILURE_TIMEOUT','codeceptjs-cucumber','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','hub.browserstack.com','4144816jsGmBi','wss://cdp-preprod.bsstag.com/puppeteer?caps=','HELP','SPAWN_RETRY_DELAY_MS','acceptInsecureCerts','HUB_URL_MAP','ERR_NETWORK_CHANGED','39jWhuGd','testObservability','ERR_TLS_CERT_ALTNAME_INVALID','proxyUser','CODECEPT','7061328bBStBm','INFO','unable\x20to\x20get\x20local\x20issuer\x20certificate','EBUSY','TCG_URL','platforms','ERR_ADDRESS_INVALID','app-automate','Specify\x20--help\x20for\x20available\x20options','testOrchestrationOptions','POLL_HEALING_RESULT_TIMEOUT','2780pVcAus','HEALING_LOG_DATA_TIMEOUT','SDK-GEN-001','MAX_SPAWN_RETRIES','OBSERVABILITY_SUPPORTED_FWS','hub-eu-only.browserstack.com','userName','15720hQzmSm','PLAYWRIGHT','Mocha','SHAREABLE_ID_REGEX','TCG_REGION','mocha','/usage-debug.log','puppeteer','strictFileInteractability','sdk/v1/update_cli','browserstack.key','hub-apse-only.browserstack.com','https://upload-observability-devtestops-ssi.bsstag.com','accessKey','APP_AUTOMATE_PRODUCTS','ERR_BLOCKED_BY_CLIENT','AUTOLOGCAPTURE_NOTIFICATION','BSTACK_URL','use','PLAYWRIGHT_TRACE_LOGS','A11Y_GET_RESULTS','Run\x20codeceptjs\x20tests\x20on\x20browserstack','https://upload-observability.browserstack.com','990EbZdVx','MOCHA','MODULE','localProxyPass','https://hub-preprod.bsstag.com/wd/hub','parallelsPerPlatform','observability','disableAutoCaptureLogs','authToken','ERR_TUNNEL_CONNECTION_FAILED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','firefoxOptions','CERT_HAS_EXPIRED','browserstack.overridelocalInfo.userAuthToken','APP_UPLOAD_URL','ERR_CONNECTION_FAILED','SDKTestInvalidTcgAuthResponseWithUserImpact','https://automate.browserstack.com/dashboard/v2/builds/','34721470kLTpME','hub-use-only.browserstack.com','GLOBAL_AGENT_HTTP_PROXY','testObservabilityOptions','NIGHTWATCH','ERR_CONNECTION_RESET','httpsProxy','MAX_GIT_META_DATA_SIZE_IN_BYTES','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','OBSERVABILITY_UPLOAD_URL','playwright','AUTOMATE_PRODUCTS','ERR_ADDRESS_UNREACHABLE','ERR_TIMED_OUT','codeceptjs','browserstack-ats.com','https://tcg.bsstag.com','chromeOptions','https://hub.browserstack.com/wd/hub','ERR_NAME_NOT_RESOLVED','vanilla','REDACTED_KEYS','bsstag.com','browserstack.com','percyOptions','ERR_CONNECTION_CLOSED','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','UPGRADE_REQUIRED','CUSTOM_ID_REGEX','BROWSERSTACK_AUTOMATE_URL','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','HUB_URL_REGEX','CLI_SUPPORTED_FRAMEWORKS','PUPPETEER_HUB_URL','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','SDK_INSTRUMENTATION_CONFIG','SELF_SIGNED_CERT_IN_CHAIN','Cucumber-JS','acceptSslCert','certificate\x20has\x20expired','proxyPass','percyScreenshot','browserstack.accessKey','https://edsstaging.bsstag.com','acceptSslCerts','logLevel','https://observability-devtestops.bsstag.com','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','turboScaleOptions','https://api.browserstack.com','843SOHwHL','module','invalidTestInputType','INVALID_INIT_RESP_WITH_USER_IMPACT','ERR_SOCKS_CONNECTION_FAILED','shows\x20version\x20information'];a58_0x1908=function(){return _0x3be43f;};return a58_0x1908();}const a58_0x135f11={};a58_0x135f11[a58_0x56ff11(0x251)]=a58_0x56ff11(0x1f5);const a58_0x1794dc={};a58_0x1794dc[a58_0x56ff11(0x251)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a58_0x295865={};a58_0x295865[a58_0x56ff11(0x251)]=a58_0x56ff11(0x22a);const a58_0xf49141={};a58_0xf49141['INFO']=a58_0x56ff11(0x2ad);const a58_0x38633e={};a58_0x38633e[a58_0x56ff11(0x251)]=a58_0x56ff11(0x277);const a58_0x4adf66={};a58_0x4adf66[a58_0x56ff11(0x251)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a58_0x482cf1={};a58_0x482cf1[a58_0x56ff11(0x251)]=a58_0x56ff11(0x1c0);const a58_0x4d86b={};function a58_0x4c4d(_0x51210c,_0x12ecf1){const _0x19089b=a58_0x1908();return a58_0x4c4d=function(_0x4c4def,_0x4f538d){_0x4c4def=_0x4c4def-0x1bf;let _0x310dc5=_0x19089b[_0x4c4def];return _0x310dc5;},a58_0x4c4d(_0x51210c,_0x12ecf1);}a58_0x4d86b[a58_0x56ff11(0x263)]='Playwright',a58_0x4d86b[a58_0x56ff11(0x27a)]=a58_0x56ff11(0x267),a58_0x4d86b[a58_0x56ff11(0x219)]=a58_0x56ff11(0x1eb),a58_0x4d86b[a58_0x56ff11(0x24f)]=a58_0x56ff11(0x299),a58_0x4d86b['CODECEPT_CUCUMBER']=a58_0x56ff11(0x241),a58_0x4d86b[a58_0x56ff11(0x23b)]=a58_0x56ff11(0x1e6),a58_0x4d86b['VANILLA']=a58_0x56ff11(0x29f),a58_0x4d86b['PUPPETEER']=a58_0x56ff11(0x269);const a58_0xa9e2c9={};a58_0xa9e2c9[a58_0x56ff11(0x1e9)]=a58_0x56ff11(0x283),a58_0xa9e2c9['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a58_0xa9e2c9['mandatoryDependency']=a58_0x56ff11(0x242),a58_0xa9e2c9[a58_0x56ff11(0x1c5)]=a58_0x56ff11(0x293);const a58_0x3e0d2e={};a58_0x3e0d2e[a58_0x56ff11(0x1d4)]='commonjs',a58_0x3e0d2e[a58_0x56ff11(0x27b)]=a58_0x56ff11(0x1c4);const a58_0x19809f={};a58_0x19809f[a58_0x56ff11(0x264)]=0xfde8,a58_0x19809f[a58_0x56ff11(0x2b0)]=0xfde8,a58_0x19809f[a58_0x56ff11(0x1f0)]=0x186a0;const a58_0x22a710={};a58_0x22a710[a58_0x56ff11(0x23d)]=[a58_0x56ff11(0x261),a58_0x56ff11(0x26f),'browserstack.userName',a58_0x56ff11(0x2b5),a58_0x56ff11(0x22e),a58_0x56ff11(0x26c),a58_0x56ff11(0x22c),a58_0x56ff11(0x1d2),a58_0x56ff11(0x1fb),a58_0x56ff11(0x291),a58_0x56ff11(0x239),a58_0x56ff11(0x228),a58_0x56ff11(0x281),'proxyUrl',a58_0x56ff11(0x286)],a58_0x22a710[a58_0x56ff11(0x22f)]=[a58_0x56ff11(0x24e),a58_0x56ff11(0x2b3),a58_0x56ff11(0x1fc),a58_0x56ff11(0x27c)];const a58_0x10cc6c={};a58_0x10cc6c[a58_0x56ff11(0x232)]=a58_0x56ff11(0x232),a58_0x10cc6c[a58_0x56ff11(0x22f)]='browserStackLocalOptions',a58_0x10cc6c['localOptions']='browserStackLocalOptions',a58_0x10cc6c[a58_0x56ff11(0x27e)]=a58_0x56ff11(0x27e),a58_0x10cc6c[a58_0x56ff11(0x255)]=a58_0x56ff11(0x255),a58_0x10cc6c[a58_0x56ff11(0x2b8)]=a58_0x56ff11(0x2b8),a58_0x10cc6c[a58_0x56ff11(0x1fb)]=a58_0x56ff11(0x1fb),a58_0x10cc6c[a58_0x56ff11(0x291)]='httpsProxy',a58_0x10cc6c[a58_0x56ff11(0x20e)]='framework',a58_0x10cc6c[a58_0x56ff11(0x1d8)]=a58_0x56ff11(0x1d8),a58_0x10cc6c['testObservability']=a58_0x56ff11(0x24c),a58_0x10cc6c[a58_0x56ff11(0x222)]=a58_0x56ff11(0x222),a58_0x10cc6c[a58_0x56ff11(0x28e)]=a58_0x56ff11(0x28e),a58_0x10cc6c[a58_0x56ff11(0x20d)]=a58_0x56ff11(0x20d),a58_0x10cc6c[a58_0x56ff11(0x239)]=a58_0x56ff11(0x239),a58_0x10cc6c[a58_0x56ff11(0x1e1)]=a58_0x56ff11(0x208),a58_0x10cc6c['browserstackAutomation']='browserstackAutomation',a58_0x10cc6c['rerunTests']='rerunTests',a58_0x10cc6c[a58_0x56ff11(0x21d)]=a58_0x56ff11(0x21d),a58_0x10cc6c[a58_0x56ff11(0x2a3)]='percyOptions',a58_0x10cc6c[a58_0x56ff11(0x1e5)]=a58_0x56ff11(0x1e5),a58_0x10cc6c[a58_0x56ff11(0x280)]='disableAutoCaptureLogs',a58_0x10cc6c[a58_0x56ff11(0x1ec)]=a58_0x56ff11(0x1ec),a58_0x10cc6c['accessibilityOptions']=a58_0x56ff11(0x1f3),a58_0x10cc6c[a58_0x56ff11(0x1fd)]='turboScale',a58_0x10cc6c['turboScaleOptions']=a58_0x56ff11(0x1c1),a58_0x10cc6c['proxySettings']=a58_0x56ff11(0x20b),a58_0x10cc6c['testOrchestrationOptions']=a58_0x56ff11(0x259);const a58_0x350f81={};a58_0x350f81['default']=a58_0x56ff11(0x243),a58_0x350f81[a58_0x56ff11(0x1d9)]=a58_0x56ff11(0x28c),a58_0x350f81['us']='hub-us-only.browserstack.com',a58_0x350f81['eu']=a58_0x56ff11(0x260),a58_0x350f81['in']='hub-aps-only.browserstack.com',a58_0x350f81['au']=a58_0x56ff11(0x26d);const a58_0x4cb47d={};a58_0x4cb47d['.browserstack\x20folder\x20not\x20accessible']=[a58_0x56ff11(0x25d),'[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.'];const a58_0x517d9a={};a58_0x517d9a['VERSION']=a58_0xa9ed22,a58_0x517d9a[a58_0x56ff11(0x219)]=a58_0x5e23c7,a58_0x517d9a[a58_0x56ff11(0x27a)]=a58_0x56e968,a58_0x517d9a[a58_0x56ff11(0x23b)]=a58_0x5b9233,a58_0x517d9a['VANILLA']=a58_0x135f11,a58_0x517d9a[a58_0x56ff11(0x28f)]=a58_0x1794dc,a58_0x517d9a['PLAYWRIGHT']=a58_0x295865,a58_0x517d9a['PUPPETEER']=a58_0xf49141,a58_0x517d9a['CODECEPTJS']=a58_0x38633e,a58_0x517d9a[a58_0x56ff11(0x23a)]=a58_0x4adf66,a58_0x517d9a[a58_0x56ff11(0x1d6)]=a58_0x482cf1,a58_0x517d9a['BSTACK_DELTA']=0xf*0x3c*0x3e8,a58_0x517d9a[a58_0x56ff11(0x217)]=a58_0x56ff11(0x29d),a58_0x517d9a[a58_0x56ff11(0x254)]=a58_0x56ff11(0x20a),a58_0x517d9a[a58_0x56ff11(0x266)]=a58_0x56ff11(0x274),a58_0x517d9a[a58_0x56ff11(0x2aa)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x517d9a['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x517d9a['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x517d9a['ROOT_CAPS']=[a58_0x56ff11(0x248),a58_0x56ff11(0x201),a58_0x56ff11(0x26a),'unhandledPromptBehavior',a58_0x56ff11(0x202),a58_0x56ff11(0x207),a58_0x56ff11(0x23e),a58_0x56ff11(0x2b7),a58_0x56ff11(0x2b1),a58_0x56ff11(0x29c),a58_0x56ff11(0x284),a58_0x56ff11(0x1e4),'ieOptions'],a58_0x517d9a[a58_0x56ff11(0x231)]=/^[\w-]+:.*$/,a58_0x517d9a[a58_0x56ff11(0x20f)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x517d9a[a58_0x56ff11(0x209)]='https://eds.browserstack.com',a58_0x517d9a['BROWSERSTACK_API_URL']=a58_0x56ff11(0x1c2),a58_0x517d9a[a58_0x56ff11(0x287)]='https://api-cloud.browserstack.com',a58_0x517d9a[a58_0x56ff11(0x21f)]=a58_0x56ff11(0x26b),a58_0x517d9a[a58_0x56ff11(0x226)]=a58_0x56ff11(0x1db),a58_0x517d9a[a58_0x56ff11(0x296)]=['automate',a58_0x56ff11(0x27f)],a58_0x517d9a[a58_0x56ff11(0x270)]=[a58_0x56ff11(0x257),'observability'],a58_0x517d9a[a58_0x56ff11(0x21c)]=['observability'],a58_0x517d9a[a58_0x56ff11(0x294)]=a58_0x56ff11(0x278),a58_0x517d9a[a58_0x56ff11(0x25f)]=[a58_0x56ff11(0x267),'Playwright'],a58_0x517d9a['AUTOMATE']=[a58_0x56ff11(0x213)],a58_0x517d9a[a58_0x56ff11(0x2a8)]=a58_0x56ff11(0x28a),a58_0x517d9a['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate.browserstack.com/dashboard/v2/builds/',a58_0x517d9a[a58_0x56ff11(0x1cd)]=[a58_0x56ff11(0x257)],a58_0x517d9a['NUDGE_LOCAL_ERRORS']=[a58_0x56ff11(0x1d3),a58_0x56ff11(0x298),a58_0x56ff11(0x271),a58_0x56ff11(0x24a),a58_0x56ff11(0x1fe),a58_0x56ff11(0x2a4),a58_0x56ff11(0x290),a58_0x56ff11(0x200),'ERR_CONNECTION_ABORTED',a58_0x56ff11(0x288),'ERR_NAME_NOT_RESOLVED',a58_0x56ff11(0x256),a58_0x56ff11(0x297),a58_0x56ff11(0x282),a58_0x56ff11(0x1cc),a58_0x56ff11(0x1c7),a58_0x56ff11(0x22b),a58_0x56ff11(0x1c9),a58_0x56ff11(0x29e),'ERR_NAME_RESOLUTION_FAILED',a58_0x56ff11(0x22d)],a58_0x517d9a['VALID_APP_EXTENSION']=[a58_0x56ff11(0x1d0),'.aab',a58_0x56ff11(0x1d7)],a58_0x517d9a[a58_0x56ff11(0x2a7)]='^[a-zA-Z0-9_.-]*$',a58_0x517d9a[a58_0x56ff11(0x265)]=a58_0x56ff11(0x23c),a58_0x517d9a[a58_0x56ff11(0x21a)]='./browserstack-artifacts/',a58_0x517d9a[a58_0x56ff11(0x1dd)]='wss://cdp.browserstack.com/playwright?caps=',a58_0x517d9a[a58_0x56ff11(0x2ac)]=a58_0x56ff11(0x1d5),a58_0x517d9a[a58_0x56ff11(0x215)]=a58_0x4d86b,a58_0x517d9a[a58_0x56ff11(0x21b)]=[a58_0x56ff11(0x1eb),a58_0x56ff11(0x267)],a58_0x517d9a[a58_0x56ff11(0x227)]=a58_0xa9e2c9,a58_0x517d9a[a58_0x56ff11(0x272)]=a58_0x56ff11(0x1e2),a58_0x517d9a['PACKAGE_TYPE']=a58_0x3e0d2e,a58_0x517d9a[a58_0x56ff11(0x292)]=0x40*0x400,a58_0x517d9a['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a58_0x517d9a[a58_0x56ff11(0x2a6)]=a58_0x56ff11(0x206),a58_0x517d9a[a58_0x56ff11(0x1f2)]=a58_0x56ff11(0x1df),a58_0x517d9a[a58_0x56ff11(0x1c6)]=a58_0x56ff11(0x289),a58_0x517d9a['TCG_AUTH_FAILURE']='SDKTestTcgAuthFailure',a58_0x517d9a[a58_0x56ff11(0x1ea)]=a58_0x56ff11(0x1f7),a58_0x517d9a['AI_INIT_FAILURE']='SDKTestInitFailedResponse',a58_0x517d9a['AI_PROXY_FAILURE']='SDKTestTcgProxyFailure',a58_0x517d9a[a58_0x56ff11(0x1ee)]=0x1388,a58_0x517d9a[a58_0x56ff11(0x221)]=0x1388,a58_0x517d9a[a58_0x56ff11(0x25c)]=0x1388,a58_0x517d9a[a58_0x56ff11(0x240)]=0x1388,a58_0x517d9a[a58_0x56ff11(0x25a)]=0xc350,a58_0x517d9a[a58_0x56ff11(0x235)]=a58_0x19809f,a58_0x517d9a[a58_0x56ff11(0x2a0)]=a58_0x22a710,a58_0x517d9a['AI_ENABLED_FRAMEWORK']=[a58_0x56ff11(0x29f),'codeceptjs'],a58_0x517d9a[a58_0x56ff11(0x2ae)]=a58_0x10cc6c,a58_0x517d9a[a58_0x56ff11(0x223)]='/usage.log',a58_0x517d9a[a58_0x56ff11(0x1ff)]=a58_0x56ff11(0x268),a58_0x517d9a[a58_0x56ff11(0x273)]=a58_0x56ff11(0x2a2),a58_0x517d9a['BSTACK_ATS_URL']=a58_0x56ff11(0x29a),a58_0x517d9a[a58_0x56ff11(0x233)]=a58_0x56ff11(0x1cf),a58_0x517d9a['TEST_REPORTING_ANALYTICS']=a58_0x56ff11(0x216),a58_0x517d9a[a58_0x56ff11(0x237)]=a58_0x56ff11(0x218),a58_0x517d9a[a58_0x56ff11(0x2ab)]=[a58_0x56ff11(0x295),'cucumber',a58_0x56ff11(0x1eb),a58_0x56ff11(0x269)],a58_0x517d9a['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN',a58_0x56ff11(0x21e),a58_0x56ff11(0x276),'A11Y_SAVE_RESULTS',a58_0x56ff11(0x2b4),'ObservabilitySync'],a58_0x517d9a[a58_0x56ff11(0x275)]=a58_0x56ff11(0x275),a58_0x517d9a[a58_0x56ff11(0x249)]=a58_0x350f81,a58_0x517d9a[a58_0x56ff11(0x1cb)]=['self\x20signed\x20certificate','unable\x20to\x20verify\x20the\x20first\x20certificate',a58_0x56ff11(0x2b2),a58_0x56ff11(0x252),a58_0x56ff11(0x24d),'DEPTH_ZERO_SELF_SIGNED_CERT'],a58_0x517d9a[a58_0x56ff11(0x225)]=[a58_0x56ff11(0x2af),a58_0x56ff11(0x238),a58_0x56ff11(0x204),a58_0x56ff11(0x285),a58_0x56ff11(0x24d),a58_0x56ff11(0x2a9)],a58_0x517d9a['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x517d9a[a58_0x56ff11(0x1f1)]=a58_0x4cb47d,a58_0x517d9a[a58_0x56ff11(0x1f8)]=[a58_0x56ff11(0x28d),a58_0x56ff11(0x1ce),a58_0x56ff11(0x1f6)],a58_0x517d9a['BINARY_BUSY_ERROR_CODES']=[a58_0x56ff11(0x1d1),a58_0x56ff11(0x253)],a58_0x517d9a[a58_0x56ff11(0x25e)]=0x3,a58_0x517d9a[a58_0x56ff11(0x247)]=0x3e8,module[a58_0x56ff11(0x214)]=a58_0x517d9a;const _env=(process['env'][a58_0x56ff11(0x224)]||a58_0x56ff11(0x234))['toLowerCase']();if(_env===a58_0x56ff11(0x1f9)||_env===a58_0x56ff11(0x236)){const MkHMEz=a58_0x56ff11(0x1f4)[a58_0x56ff11(0x203)]('|');let GPttGy=0x0;while(!![]){switch(MkHMEz[GPttGy++]){case'0':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x211)]=a58_0x56ff11(0x1ca);continue;case'1':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x217)]=a58_0x56ff11(0x20c);continue;case'2':module[a58_0x56ff11(0x214)]['TCG_URL']=a58_0x56ff11(0x29b);continue;case'3':module['exports'][a58_0x56ff11(0x2ac)]=a58_0x56ff11(0x1da);continue;case'4':module[a58_0x56ff11(0x214)]['OBSERVABILITY_UPLOAD_URL']=a58_0x56ff11(0x26e);continue;case'5':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x233)]=a58_0x56ff11(0x1bf);continue;case'6':module['exports']['BROWSERSTACK']=a58_0x56ff11(0x229);continue;case'7':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x209)]=a58_0x56ff11(0x2b6);continue;case'8':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x2aa)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x212)]=a58_0x56ff11(0x2a5);continue;case'10':module[a58_0x56ff11(0x214)]['PLAYWRIGHT_HUB_URL']=a58_0x56ff11(0x1ed);continue;case'11':module['exports']['APP_UPLOAD_URL']=a58_0x56ff11(0x1de);continue;case'12':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x273)]=a58_0x56ff11(0x2a1);continue;case'13':module['exports'][a58_0x56ff11(0x2a8)]=a58_0x56ff11(0x210);continue;}break;}}else{if(_env==='preprod'||_env===a58_0x56ff11(0x220)){const Uzglkp=a58_0x56ff11(0x1ef)[a58_0x56ff11(0x203)]('|');let PXAqoT=0x0;while(!![]){switch(Uzglkp[PXAqoT++]){case'0':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x294)]=a58_0x56ff11(0x1dc);continue;case'1':module['exports'][a58_0x56ff11(0x212)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x2ac)]=a58_0x56ff11(0x245);continue;case'3':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x233)]=a58_0x56ff11(0x230);continue;case'4':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x2aa)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x209)]=a58_0x56ff11(0x2b6);continue;case'6':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x287)]=a58_0x56ff11(0x1e3);continue;case'7':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x217)]=a58_0x56ff11(0x27d);continue;case'8':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x2a8)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'9':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x273)]='bsstag.com';continue;case'10':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x254)]=a58_0x56ff11(0x1e7);continue;case'11':module[a58_0x56ff11(0x214)][a58_0x56ff11(0x211)]=a58_0x56ff11(0x1e3);continue;case'12':module['exports'][a58_0x56ff11(0x1dd)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'13':module['exports'][a58_0x56ff11(0x237)]=a58_0x56ff11(0x229);continue;}break;}}}
1
+ const a58_0x1b518a=a58_0x525b;(function(_0x5c8651,_0x8b670){const _0x2d5d27=a58_0x525b,_0xc7d697=_0x5c8651();while(!![]){try{const _0x2f728c=parseInt(_0x2d5d27(0x173))/0x1*(-parseInt(_0x2d5d27(0x1e9))/0x2)+-parseInt(_0x2d5d27(0x1c8))/0x3+-parseInt(_0x2d5d27(0x19f))/0x4*(-parseInt(_0x2d5d27(0x20c))/0x5)+-parseInt(_0x2d5d27(0x1e8))/0x6*(parseInt(_0x2d5d27(0x219))/0x7)+parseInt(_0x2d5d27(0x222))/0x8*(-parseInt(_0x2d5d27(0x1c7))/0x9)+-parseInt(_0x2d5d27(0x21e))/0xa*(parseInt(_0x2d5d27(0x192))/0xb)+parseInt(_0x2d5d27(0x1ae))/0xc;if(_0x2f728c===_0x8b670)break;else _0xc7d697['push'](_0xc7d697['shift']());}catch(_0x4729c9){_0xc7d697['push'](_0xc7d697['shift']());}}}(a58_0x13f4,0x1886f));const a58_0x46d53c={};a58_0x46d53c[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x13d),a58_0x46d53c[a58_0x1b518a(0x22c)]='Specify\x20--help\x20for\x20available\x20options';const a58_0x1b1628={};a58_0x1b1628['INFO']=a58_0x1b518a(0x213);const a58_0x319b03={};a58_0x319b03[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x139);const a58_0x832cc3={};a58_0x832cc3[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x1d8);const a58_0x1669e9={};a58_0x1669e9[a58_0x1b518a(0x14b)]='Run\x20js\x20tests\x20on\x20browserstack';const a58_0x1ba0ff={};a58_0x1ba0ff[a58_0x1b518a(0x14b)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a58_0x31b656={};a58_0x31b656[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x21a);const a58_0x4e4692={};a58_0x4e4692[a58_0x1b518a(0x14b)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a58_0x27e3b1={};a58_0x27e3b1[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x170);const a58_0xfbf3c6={};function a58_0x525b(_0x2e5a2e,_0x46f795){const _0x13f4e1=a58_0x13f4();return a58_0x525b=function(_0x525bae,_0x8f92fd){_0x525bae=_0x525bae-0x131;let _0x115a16=_0x13f4e1[_0x525bae];return _0x115a16;},a58_0x525b(_0x2e5a2e,_0x46f795);}a58_0xfbf3c6[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x1fe);const a58_0x360087={};a58_0x360087[a58_0x1b518a(0x14b)]=a58_0x1b518a(0x1cf);function a58_0x13f4(){const _0x27dac8=['CUCUMBER','SDKTestInitFailedResponse','VERSION','CLIENT_TROUBLESHOOTING_HASH','unable\x20to\x20get\x20local\x20issuer\x20certificate','5|0|6|10|7|1|13|3|2|4|11|12|8|9','acceptSslCerts','Run\x20cucumber-js\x20tests\x20on\x20browserstack','9|12|10|4|6|1|0|8|11|5|13|3|7|2','GLOBAL_AGENT_HTTP_PROXY','SDKTestInvalidTcgAuthResponseWithUserImpact','acceptSslCert','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_TUNNEL_CONNECTION_FAILED','localProxyPass','UPGRADE_REQUIRED','authToken','SDKTestTcgAuthFailure','accessKey','app-automate','HUB_URL_MAP','https://upload-observability.browserstack.com','7380ECsJjN','120rbavDj','hub-apse-only.browserstack.com','root','vanilla','httpsProxy','/usage.log','https://hub-preprod.bsstag.com/wd/hub','https://eds.browserstack.com','pre-prod','.apk','A11Y_GET_RESULTS','BROWSERSTACK_API_URL','NUDGE_LOCAL_ERRORS','EDS_URL','https://automation.browserstack.com','customVariables','ROOT_REGEX','BSTACK_URL','browserstack.overridelocalInfo.userAuthToken','BINARY_BUSY_ERROR_CODES','wss://cdp.browserstack.com/playwright?caps=','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','wss://cdp-devtestops.bsstag.com/playwright?caps=','MAX_SPAWN_RETRIES','HST','INTERNALLY_USED_ENV_VARS','proxyPassword','https://upload-observability-devtestops-ssi.bsstag.com','platforms','ERR_CONNECTION_TIMED_OUT','browserstackLocal','BSTACK_ATS_URL','turboScaleOptions','CUSTOM_ID_REGEX','PACKAGE_TYPE','605thULtr','CI_ARTIFACTS_PATH','unable\x20to\x20verify\x20the\x20first\x20certificate','HEALING_FAILURE_TIMEOUT','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','CLI_SUPPORTED_FRAMEWORKS','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','Run\x20jest\x20tests\x20on\x20browserstack','VALID_APP_EXTENSION','proxyUrl','ERR_CONNECTION_CLOSED','BROWSERSTACK_APP_AUTOMATE_URL','USER_CONFIG_DETAILS_PATH','21gRVbDm','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_CONNECTION_FAILED','hub.browserstack.com','https://api.browserstack.com','10RuxFss','ERR_ADDRESS_INVALID','AUTOLOGCAPTURE_NOTIFICATION','SDKTestTcgtInitSuccessful','920984brPMss','userName','Playwright','EBUSY','COMMONJS','AI_INIT_FAILURE','BROWSERSTACK_ENV','browserStackLocalOptions','codeceptjs-cucumber','https://automation-preprod.bsstag.com','HELP','TEST_FRAMEWORK_HOOK_TIMEOUT','module','INVALID_INIT_RESP_WITH_USER_IMPACT','observability','percy','/usage-debug.log','browserstack.accessKey','proxyUser','ERR_TLS_CERT_ALTNAME_INVALID','Run\x20mocha\x20tests\x20on\x20browserstack','mocha','percyCaptureMode','NIGHTWATCH','shows\x20version\x20information','Jest','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','parallelsPerPlatform','GIT_META_DATA_TRUNCATED','TEST_REPORTING_ANALYTICS','ObservabilitySync','testObservabilityOptions','httpProxy','proxySettings','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','browserstackAutomation','O11Y_URL','Cucumber-JS','INFO','FUNNEL_INSTRUMENTATION_API_URL','mandatoryDependency','SET_TCG_TOKEN_TIMEOUT','TCG_URL','ERR_TIMED_OUT','MOCHA','FRAMEWORKS','BSTACK_DELTA','puppeteer','turboScale','codeceptjs','https://tcg.bsstag.com','browserstack.com','AUTOMATE','A11Y_GET_RESULTS_SUMMARY','POLL_HEALING_RESULT_TIMEOUT','sdk/v1/event','cucumber','OBSERVABILITY_UPLOAD_URL','PLAYWRIGHT','commonjs','ERR_NAME_NOT_RESOLVED','uniqueDependency','exports','UPDATED_CLI_ENDPOINT','APP_AUTOMATE_PRODUCTS','BROWSERSTACK_AUTOMATE_URL','SDK_INSTRUMENTATION_CONFIG','BROWSERSTACK','wss://cdp-preprod.bsstag.com/puppeteer?caps=','testContextOptions','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','split','MAX_GIT_META_DATA_SIZE_IN_BYTES','disableAutoCaptureLogs','ROOT_CAPS','Run\x20codeceptjs\x20tests\x20on\x20browserstack','ERR_NETWORK_CHANGED','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','1871ipoOsY','PERCY_SUPPORTED_FRAMEWORKS','us-east','PLAYWRIGHT_HUB_URL','percyScreenshot','sdk/v1/update_cli','AI_INIT_SUCCESSFUL','accessibility','timeouts','toLowerCase','HEALING_LOG_DATA_TIMEOUT','edgeOptions','self\x20signed\x20certificate','SELF_SIGNED_CERT_IN_CHAIN','testOrchestrationOptions','jest','TCG_REGION','JEST','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://api-preprod.bsstag.com','AI_PROXY_FAILURE','bsstag','ERR_CONNECTION_REFUSED','SDK-GEN-001','default','TCG_DOWN','hubUrl','DEBUG_LOG_FILE_NAME','certificate\x20has\x20expired','CONNECTIVITY_ISSUE_ERROR_CODES','playwright','522379SjeVlu','TEST\x20REPORTING\x20AND\x20ANALYTICS','TCG_AUTH_FAILURE','GLOBAL_AGENT_NO_PROXY','https://edsstaging.bsstag.com','sdk-cli-debug.log','testObservability','chromeOptions','percyOptions','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','rerunTests','localProxyUser','https://hub-devtestops.bsstag.com/wd/hub','5620BSYWup','PLAYWRIGHT_CONFIG_OPTION_ERRORS','A11Y_SAVE_RESULTS','browserstack.key','accessibilityOptions','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','logLevel','CODECEPTJS','use','ERR_SOCKS_CONNECTION_FAILED','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','browserstack.user','APP_UPLOAD_URL','PUPPETEER','Mocha','3669540IYCNpt','https://api-cloud-devtestops.bsstag.com','https://app-automate.browserstack.com/dashboard/v2/builds/','DEPTH_ZERO_SELF_SIGNED_CERT','testReporting','https://automate.browserstack.com/dashboard/v2/builds/','ERR_NAME_RESOLUTION_FAILED','ATS_HUB_URL_REGEX','CODECEPT','PLAYWRIGHT_TRACE_LOGS','^[a-zA-Z0-9_.-]*$','AUTOMATION_LOG_COMMANDS','SHAREABLE_ID_REGEX','staging','CODECEPT_CUCUMBER','SSL_ERROR_CODES','bsstag.com','PRIVATE_DOMAIN_OR_IP_REGEX','TCG_AUTH_TIMEOUT','unhandledPromptBehavior','prod','automate','browserstack.userName','HUB_URL_REGEX','testReportingOptions','9eTAWQO','290325PgSxKW','PUPPETEER_HUB_URL','acceptInsecureCerts','https://apidevtestops.bsstag.com','wss://cdp.browserstack.com/puppeteer?caps=','localOptions','preprod','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','REDACTED_KEYS'];a58_0x13f4=function(){return _0x27dac8;};return a58_0x13f4();}const a58_0x44e96f={};a58_0x44e96f[a58_0x1b518a(0x15f)]=a58_0x1b518a(0x224),a58_0x44e96f['MOCHA']='mocha',a58_0x44e96f[a58_0x1b518a(0x184)]=a58_0x1b518a(0x182),a58_0x44e96f[a58_0x1b518a(0x1b6)]='codeceptjs',a58_0x44e96f[a58_0x1b518a(0x1bc)]=a58_0x1b518a(0x22a),a58_0x44e96f[a58_0x1b518a(0x1d1)]='cucumber',a58_0x44e96f['VANILLA']=a58_0x1b518a(0x1ec),a58_0x44e96f['PUPPETEER']=a58_0x1b518a(0x154);const a58_0x3a8b84={};a58_0x3a8b84['invalidKeys']=a58_0x1b518a(0x1de),a58_0x3a8b84[a58_0x1b518a(0x162)]=a58_0x1b518a(0x16b),a58_0x3a8b84[a58_0x1b518a(0x14d)]=a58_0x1b518a(0x172),a58_0x3a8b84['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a58_0xb60739={};a58_0xb60739[a58_0x1b518a(0x226)]=a58_0x1b518a(0x160),a58_0xb60739['MODULE']=a58_0x1b518a(0x131);const a58_0x44ba92={};a58_0x44ba92[a58_0x1b518a(0x1ad)]=0xfde8,a58_0x44ba92[a58_0x1b518a(0x14a)]=0xfde8,a58_0x44ba92[a58_0x1b518a(0x13e)]=0x186a0;const a58_0xa28b3d={};a58_0xa28b3d[a58_0x1b518a(0x1eb)]=[a58_0x1b518a(0x223),a58_0x1b518a(0x1e4),a58_0x1b518a(0x1c4),a58_0x1b518a(0x136),a58_0x1b518a(0x1aa),a58_0x1b518a(0x1a2),'password','user_data',a58_0x1b518a(0x145),a58_0x1b518a(0x1ed),'customVariables',a58_0x1b518a(0x203),a58_0x1b518a(0x1e2),a58_0x1b518a(0x215),a58_0x1b518a(0x1fb)],a58_0xa28b3d[a58_0x1b518a(0x229)]=[a58_0x1b518a(0x137),'proxyPass',a58_0x1b518a(0x19d),a58_0x1b518a(0x1e0)];const a58_0x52926c={};a58_0x52926c[a58_0x1b518a(0x207)]=a58_0x1b518a(0x207),a58_0x52926c[a58_0x1b518a(0x229)]='browserStackLocalOptions',a58_0x52926c[a58_0x1b518a(0x1cd)]=a58_0x1b518a(0x229),a58_0x52926c[a58_0x1b518a(0x140)]=a58_0x1b518a(0x140),a58_0x52926c['platforms']=a58_0x1b518a(0x205),a58_0x52926c['logLevel']=a58_0x1b518a(0x1a5),a58_0x52926c[a58_0x1b518a(0x145)]=a58_0x1b518a(0x145),a58_0x52926c['httpsProxy']='httpsProxy',a58_0x52926c['framework']='framework',a58_0x52926c[a58_0x1b518a(0x16a)]=a58_0x1b518a(0x16a),a58_0x52926c[a58_0x1b518a(0x198)]=a58_0x1b518a(0x198),a58_0x52926c['testReporting']=a58_0x1b518a(0x1b2),a58_0x52926c[a58_0x1b518a(0x144)]=a58_0x1b518a(0x144),a58_0x52926c[a58_0x1b518a(0x1c6)]=a58_0x1b518a(0x1c6),a58_0x52926c[a58_0x1b518a(0x1f8)]='customVariables',a58_0x52926c['automation']=a58_0x1b518a(0x148),a58_0x52926c[a58_0x1b518a(0x148)]=a58_0x1b518a(0x148),a58_0x52926c[a58_0x1b518a(0x19c)]='rerunTests',a58_0x52926c[a58_0x1b518a(0x134)]=a58_0x1b518a(0x134),a58_0x52926c[a58_0x1b518a(0x19a)]=a58_0x1b518a(0x19a),a58_0x52926c['percyCaptureMode']=a58_0x1b518a(0x13b),a58_0x52926c['disableAutoCaptureLogs']=a58_0x1b518a(0x16e),a58_0x52926c['accessibility']=a58_0x1b518a(0x17a),a58_0x52926c[a58_0x1b518a(0x1a3)]=a58_0x1b518a(0x1a3),a58_0x52926c[a58_0x1b518a(0x155)]=a58_0x1b518a(0x155),a58_0x52926c[a58_0x1b518a(0x209)]=a58_0x1b518a(0x209),a58_0x52926c[a58_0x1b518a(0x146)]='proxySettings',a58_0x52926c[a58_0x1b518a(0x181)]=a58_0x1b518a(0x181);const a58_0x35b6a0={};a58_0x35b6a0[a58_0x1b518a(0x18b)]=a58_0x1b518a(0x21c),a58_0x35b6a0[a58_0x1b518a(0x175)]='hub-use-only.browserstack.com',a58_0x35b6a0['us']='hub-us-only.browserstack.com',a58_0x35b6a0['eu']='hub-eu-only.browserstack.com',a58_0x35b6a0['in']='hub-aps-only.browserstack.com',a58_0x35b6a0['au']=a58_0x1b518a(0x1ea);const a58_0x1fc1a9={};a58_0x1fc1a9['.browserstack\x20folder\x20not\x20accessible']=[a58_0x1b518a(0x18a),'[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.'];const a58_0x4ffeb5={};a58_0x4ffeb5[a58_0x1b518a(0x1d3)]=a58_0x46d53c,a58_0x4ffeb5['JEST']=a58_0x1b1628,a58_0x4ffeb5[a58_0x1b518a(0x151)]=a58_0x319b03,a58_0x4ffeb5['CUCUMBER']=a58_0x832cc3,a58_0x4ffeb5['VANILLA']=a58_0x1669e9,a58_0x4ffeb5[a58_0x1b518a(0x13c)]=a58_0x1ba0ff,a58_0x4ffeb5['PLAYWRIGHT']=a58_0x31b656,a58_0x4ffeb5[a58_0x1b518a(0x1ac)]=a58_0x4e4692,a58_0x4ffeb5[a58_0x1b518a(0x1a6)]=a58_0x27e3b1,a58_0x4ffeb5[a58_0x1b518a(0x201)]=a58_0xfbf3c6,a58_0x4ffeb5['INTEGRATIONS']=a58_0x360087,a58_0x4ffeb5[a58_0x1b518a(0x153)]=0xf*0x3c*0x3e8,a58_0x4ffeb5[a58_0x1b518a(0x18d)]='https://hub.browserstack.com/wd/hub',a58_0x4ffeb5[a58_0x1b518a(0x14f)]='https://tcg.browserstack.com',a58_0x4ffeb5[a58_0x1b518a(0x183)]=a58_0x1b518a(0x1a7),a58_0x4ffeb5[a58_0x1b518a(0x1c5)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x4ffeb5[a58_0x1b518a(0x1b5)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x4ffeb5['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x4ffeb5[a58_0x1b518a(0x16f)]=[a58_0x1b518a(0x1ca),'pageLoadStrategy','strictFileInteractability',a58_0x1b518a(0x1c1),a58_0x1b518a(0x17b),'browserName','browserVersion',a58_0x1b518a(0x1d7),a58_0x1b518a(0x1dc),a58_0x1b518a(0x199),'firefoxOptions',a58_0x1b518a(0x17e),'ieOptions'],a58_0x4ffeb5[a58_0x1b518a(0x1f9)]=/^[\w-]+:.*$/,a58_0x4ffeb5[a58_0x1b518a(0x1bf)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x4ffeb5[a58_0x1b518a(0x1f6)]=a58_0x1b518a(0x1f0),a58_0x4ffeb5['BROWSERSTACK_API_URL']=a58_0x1b518a(0x21d),a58_0x4ffeb5[a58_0x1b518a(0x1ab)]='https://api-cloud.browserstack.com',a58_0x4ffeb5[a58_0x1b518a(0x164)]=a58_0x1b518a(0x178),a58_0x4ffeb5[a58_0x1b518a(0x14c)]=a58_0x1b518a(0x15c),a58_0x4ffeb5['AUTOMATE_PRODUCTS']=[a58_0x1b518a(0x1c3),a58_0x1b518a(0x133)],a58_0x4ffeb5[a58_0x1b518a(0x165)]=[a58_0x1b518a(0x1e5),'observability'],a58_0x4ffeb5[a58_0x1b518a(0x13f)]=[a58_0x1b518a(0x133)],a58_0x4ffeb5[a58_0x1b518a(0x15e)]=a58_0x1b518a(0x1e7),a58_0x4ffeb5['OBSERVABILITY_SUPPORTED_FWS']=[a58_0x1b518a(0x13a),a58_0x1b518a(0x224)],a58_0x4ffeb5[a58_0x1b518a(0x159)]=[a58_0x1b518a(0x1c3)],a58_0x4ffeb5['BROWSERSTACK_AUTOMATE_URL']=a58_0x1b518a(0x1b3),a58_0x4ffeb5[a58_0x1b518a(0x217)]=a58_0x1b518a(0x1b0),a58_0x4ffeb5['APP_AUTOMATE']=[a58_0x1b518a(0x1e5)],a58_0x4ffeb5[a58_0x1b518a(0x1f5)]=['ERR_FAILED',a58_0x1b518a(0x150),'ERR_BLOCKED_BY_CLIENT',a58_0x1b518a(0x171),'ERR_SOCKET_NOT_CONNECTED',a58_0x1b518a(0x216),'ERR_CONNECTION_RESET',a58_0x1b518a(0x189),'ERR_CONNECTION_ABORTED',a58_0x1b518a(0x21b),'ERR_NAME_NOT_RESOLVED',a58_0x1b518a(0x21f),'ERR_ADDRESS_UNREACHABLE',a58_0x1b518a(0x1df),a58_0x1b518a(0x206),a58_0x1b518a(0x1a8),a58_0x1b518a(0x1dd),'ERR_PROXY_CONNECTION_FAILED',a58_0x1b518a(0x161),a58_0x1b518a(0x1b4),a58_0x1b518a(0x210)],a58_0x4ffeb5[a58_0x1b518a(0x214)]=[a58_0x1b518a(0x1f2),'.aab','.ipa'],a58_0x4ffeb5[a58_0x1b518a(0x20a)]=a58_0x1b518a(0x1b8),a58_0x4ffeb5[a58_0x1b518a(0x1ba)]=a58_0x1b518a(0x147),a58_0x4ffeb5[a58_0x1b518a(0x20d)]='./browserstack-artifacts/',a58_0x4ffeb5[a58_0x1b518a(0x176)]=a58_0x1b518a(0x1fd),a58_0x4ffeb5['PUPPETEER_HUB_URL']=a58_0x1b518a(0x1cc),a58_0x4ffeb5[a58_0x1b518a(0x152)]=a58_0x44e96f,a58_0x4ffeb5[a58_0x1b518a(0x174)]=['jest',a58_0x1b518a(0x13a)],a58_0x4ffeb5[a58_0x1b518a(0x1a0)]=a58_0x3a8b84,a58_0x4ffeb5[a58_0x1b518a(0x220)]=a58_0x1b518a(0x185),a58_0x4ffeb5[a58_0x1b518a(0x20b)]=a58_0xb60739,a58_0x4ffeb5[a58_0x1b518a(0x16d)]=0x40*0x400,a58_0x4ffeb5[a58_0x1b518a(0x141)]='...[TRUNCATED]',a58_0x4ffeb5[a58_0x1b518a(0x1e1)]='Upgrade\x20required',a58_0x4ffeb5[a58_0x1b518a(0x18c)]='SDKTestTcgDownResponse',a58_0x4ffeb5[a58_0x1b518a(0x132)]=a58_0x1b518a(0x1db),a58_0x4ffeb5[a58_0x1b518a(0x194)]=a58_0x1b518a(0x1e3),a58_0x4ffeb5[a58_0x1b518a(0x179)]=a58_0x1b518a(0x221),a58_0x4ffeb5[a58_0x1b518a(0x227)]=a58_0x1b518a(0x1d2),a58_0x4ffeb5[a58_0x1b518a(0x187)]='SDKTestTcgProxyFailure',a58_0x4ffeb5[a58_0x1b518a(0x1c0)]=0x1388,a58_0x4ffeb5[a58_0x1b518a(0x14e)]=0x1388,a58_0x4ffeb5[a58_0x1b518a(0x17d)]=0x1388,a58_0x4ffeb5[a58_0x1b518a(0x20f)]=0x1388,a58_0x4ffeb5[a58_0x1b518a(0x15b)]=0xc350,a58_0x4ffeb5[a58_0x1b518a(0x22d)]=a58_0x44ba92,a58_0x4ffeb5[a58_0x1b518a(0x1d0)]=a58_0xa28b3d,a58_0x4ffeb5['AI_ENABLED_FRAMEWORK']=[a58_0x1b518a(0x1ec),a58_0x1b518a(0x156)],a58_0x4ffeb5[a58_0x1b518a(0x167)]=a58_0x52926c,a58_0x4ffeb5['LOG_FILE_NAME']=a58_0x1b518a(0x1ee),a58_0x4ffeb5[a58_0x1b518a(0x18e)]=a58_0x1b518a(0x135),a58_0x4ffeb5['DEBUG_CLI_LOG_FILE_NAME']=a58_0x1b518a(0x197),a58_0x4ffeb5[a58_0x1b518a(0x1fa)]=a58_0x1b518a(0x158),a58_0x4ffeb5[a58_0x1b518a(0x208)]='browserstack-ats.com',a58_0x4ffeb5[a58_0x1b518a(0x149)]=a58_0x1b518a(0x1f7),a58_0x4ffeb5[a58_0x1b518a(0x142)]=a58_0x1b518a(0x193),a58_0x4ffeb5[a58_0x1b518a(0x168)]='browserstack',a58_0x4ffeb5[a58_0x1b518a(0x211)]=[a58_0x1b518a(0x191),a58_0x1b518a(0x15d),a58_0x1b518a(0x182),a58_0x1b518a(0x154)],a58_0x4ffeb5[a58_0x1b518a(0x1b9)]=['A11Y_SCAN',a58_0x1b518a(0x15a),a58_0x1b518a(0x1f3),a58_0x1b518a(0x1a1),a58_0x1b518a(0x177),a58_0x1b518a(0x143)],a58_0x4ffeb5[a58_0x1b518a(0x1b7)]=a58_0x1b518a(0x1b7),a58_0x4ffeb5[a58_0x1b518a(0x1e6)]=a58_0x35b6a0,a58_0x4ffeb5['SSL_ERROR_MESSAGES']=[a58_0x1b518a(0x17f),a58_0x1b518a(0x20e),a58_0x1b518a(0x18f),a58_0x1b518a(0x1d5),a58_0x1b518a(0x138),a58_0x1b518a(0x1b1)],a58_0x4ffeb5[a58_0x1b518a(0x1bd)]=[a58_0x1b518a(0x180),'DEPTH_ZERO_SELF_SIGNED_CERT','UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED','ERR_TLS_CERT_ALTNAME_INVALID','UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a58_0x4ffeb5[a58_0x1b518a(0x190)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x4ffeb5[a58_0x1b518a(0x1d4)]=a58_0x1fc1a9,a58_0x4ffeb5[a58_0x1b518a(0x202)]=[a58_0x1b518a(0x1da),a58_0x1b518a(0x195),a58_0x1b518a(0x218)],a58_0x4ffeb5[a58_0x1b518a(0x1fc)]=['ETXTBSY',a58_0x1b518a(0x225)],a58_0x4ffeb5[a58_0x1b518a(0x200)]=0x3,a58_0x4ffeb5['SPAWN_RETRY_DELAY_MS']=0x3e8,module['exports']=a58_0x4ffeb5;const _env=(process['env'][a58_0x1b518a(0x228)]||a58_0x1b518a(0x1c2))[a58_0x1b518a(0x17c)]();if(_env===a58_0x1b518a(0x1bb)||_env==='stag'){const btxcZt=a58_0x1b518a(0x1d9)['split']('|');let EQexfR=0x0;while(!![]){switch(btxcZt[EQexfR++]){case'0':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1ab)]=a58_0x1b518a(0x1af);continue;case'1':module['exports'][a58_0x1b518a(0x217)]=a58_0x1b518a(0x1a9);continue;case'2':module['exports'][a58_0x1b518a(0x168)]=a58_0x1b518a(0x188);continue;case'3':module['exports'][a58_0x1b518a(0x15e)]=a58_0x1b518a(0x204);continue;case'4':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1c5)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1fa)]='bsstag.com';continue;case'6':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x166)]=a58_0x1b518a(0x19b);continue;case'7':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1f6)]=a58_0x1b518a(0x196);continue;case'8':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x176)]=a58_0x1b518a(0x1ff);continue;case'9':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x18d)]=a58_0x1b518a(0x19e);continue;case'10':module['exports'][a58_0x1b518a(0x14f)]=a58_0x1b518a(0x157);continue;case'11':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1c9)]=a58_0x1b518a(0x212);continue;case'12':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1f4)]=a58_0x1b518a(0x1cb);continue;case'13':module[a58_0x1b518a(0x163)]['O11Y_URL']='https://observability-devtestops.bsstag.com';continue;}break;}}else{if(_env===a58_0x1b518a(0x1ce)||_env===a58_0x1b518a(0x1f1)){const VjGgkF=a58_0x1b518a(0x1d6)[a58_0x1b518a(0x16c)]('|');let wwgAYD=0x0;while(!![]){switch(VjGgkF[wwgAYD++]){case'0':module['exports'][a58_0x1b518a(0x1f4)]=a58_0x1b518a(0x186);continue;case'1':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x217)]=a58_0x1b518a(0x1a4);continue;case'2':module['exports'][a58_0x1b518a(0x1c9)]=a58_0x1b518a(0x169);continue;case'3':module['exports'][a58_0x1b518a(0x176)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'4':module['exports'][a58_0x1b518a(0x1fa)]=a58_0x1b518a(0x1be);continue;case'5':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x18d)]=a58_0x1b518a(0x1ef);continue;case'6':module['exports']['TCG_URL']='https://tcg-preprod.bsstag.com';continue;case'7':module[a58_0x1b518a(0x163)]['BROWSERSTACK_AUTOMATE_URL']='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'8':module[a58_0x1b518a(0x163)]['EDS_URL']=a58_0x1b518a(0x196);continue;case'9':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x168)]=a58_0x1b518a(0x188);continue;case'10':module['exports'][a58_0x1b518a(0x1c5)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x149)]=a58_0x1b518a(0x22b);continue;case'12':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x15e)]='https://upload-observability-preprod.bsstag.com';continue;case'13':module[a58_0x1b518a(0x163)][a58_0x1b518a(0x1ab)]=a58_0x1b518a(0x186);continue;}break;}}}
@@ -1 +1 @@
1
- const a59_0x37c286=a59_0x4bad;(function(_0x5aa5af,_0x4a0794){const _0x2f861c=a59_0x4bad,_0x2e4bb2=_0x5aa5af();while(!![]){try{const _0x407f0c=parseInt(_0x2f861c(0xcc))/0x1*(-parseInt(_0x2f861c(0xd3))/0x2)+-parseInt(_0x2f861c(0xd1))/0x3*(parseInt(_0x2f861c(0xc9))/0x4)+parseInt(_0x2f861c(0xd6))/0x5*(-parseInt(_0x2f861c(0xda))/0x6)+parseInt(_0x2f861c(0xcf))/0x7+-parseInt(_0x2f861c(0xcb))/0x8*(-parseInt(_0x2f861c(0xdd))/0x9)+-parseInt(_0x2f861c(0xc8))/0xa+parseInt(_0x2f861c(0xd4))/0xb*(parseInt(_0x2f861c(0xcd))/0xc);if(_0x407f0c===_0x4a0794)break;else _0x2e4bb2['push'](_0x2e4bb2['shift']());}catch(_0x4e2fce){_0x2e4bb2['push'](_0x2e4bb2['shift']());}}}(a59_0x3768,0xdbbca));function a59_0x4bad(_0x1df57c,_0x4e9eb6){const _0x376835=a59_0x3768();return a59_0x4bad=function(_0x4bad8e,_0xfb4178){_0x4bad8e=_0x4bad8e-0xc8;let _0x15c5d0=_0x376835[_0x4bad8e];return _0x15c5d0;},a59_0x4bad(_0x1df57c,_0x4e9eb6);}function a59_0x3768(){const _0x4b0737=['208596UcKrWc','5467zsFjWM','layout','5nIDJrO','data','level','log','7819092JsBIWk','colouredLayout','./logReportingAPI','52443QLSMsY','15280710xbGisX','52940sbtPMe','type','2256nQQstw','16XVFZOX','129768EuEUtg','configure','812532afXBcO','MEIwC','393qDJExy','timezoneOffset'];a59_0x3768=function(){return _0x4b0737;};return a59_0x3768();}const logReportingAPI=require(a59_0x37c286(0xdc)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x53f174,_0x184e16){return _0x2c7b98=>{const _0x452478=a59_0x4bad;BSTestOpsLogger[_0x452478(0xd9)]({'level':_0x2c7b98[_0x452478(0xd8)]?_0x2c7b98[_0x452478(0xd8)]['levelStr']:null,'message':_0x2c7b98[_0x452478(0xd7)]?_0x2c7b98[_0x452478(0xd7)]['join']('\x20'):null});};}exports[a59_0x37c286(0xce)]=(_0x34081b,_0x3b424b)=>{const _0x3fe936=a59_0x37c286,_0x16802c={'MEIwC':function(_0x55fc29,_0x44b9c3,_0x517094){return _0x55fc29(_0x44b9c3,_0x517094);}};let _0x5c8028=_0x3b424b[_0x3fe936(0xdb)];return _0x34081b[_0x3fe936(0xd5)]&&(_0x5c8028=_0x3b424b[_0x3fe936(0xd5)](_0x34081b[_0x3fe936(0xd5)][_0x3fe936(0xca)],_0x34081b[_0x3fe936(0xd5)])),_0x16802c[_0x3fe936(0xd0)](BSTestOpsLog4JSAppender,_0x5c8028,_0x34081b[_0x3fe936(0xd2)]);};
1
+ const a59_0x154059=a59_0x3378;(function(_0x291a8f,_0x152b6b){const _0x48de21=a59_0x3378,_0x1c3a0c=_0x291a8f();while(!![]){try{const _0x2c2082=-parseInt(_0x48de21(0xe5))/0x1+-parseInt(_0x48de21(0xf1))/0x2*(parseInt(_0x48de21(0xf4))/0x3)+parseInt(_0x48de21(0xe6))/0x4+parseInt(_0x48de21(0xe3))/0x5*(parseInt(_0x48de21(0xe4))/0x6)+-parseInt(_0x48de21(0xec))/0x7+parseInt(_0x48de21(0xef))/0x8+parseInt(_0x48de21(0xed))/0x9;if(_0x2c2082===_0x152b6b)break;else _0x1c3a0c['push'](_0x1c3a0c['shift']());}catch(_0x10c2c1){_0x1c3a0c['push'](_0x1c3a0c['shift']());}}}(a59_0x2f50,0xee988));const logReportingAPI=require(a59_0x154059(0xea)),BSTestOpsLogger=new logReportingAPI({});function a59_0x3378(_0x3ffdfd,_0x5c85a6){const _0x2f501b=a59_0x2f50();return a59_0x3378=function(_0x3378ef,_0x33c462){_0x3378ef=_0x3378ef-0xe3;let _0x30979f=_0x2f501b[_0x3378ef];return _0x30979f;},a59_0x3378(_0x3ffdfd,_0x5c85a6);}function BSTestOpsLog4JSAppender(_0x9e7422,_0x4a233d){return _0x358ff0=>{const _0x56cb89=a59_0x3378;BSTestOpsLogger[_0x56cb89(0xeb)]({'level':_0x358ff0['level']?_0x358ff0[_0x56cb89(0xf0)]['levelStr']:null,'message':_0x358ff0[_0x56cb89(0xee)]?_0x358ff0[_0x56cb89(0xee)]['join']('\x20'):null});};}function a59_0x2f50(){const _0x2bd3d9=['1275637XPRwwk','993564bvtCiB','timezoneOffset','type','eRzSf','./logReportingAPI','log','12638395FOgyVD','17714772rSrDXf','data','10232032UnGyKZ','level','89882KpshQd','colouredLayout','layout','21HqPomc','199385oOdhvz','132VWWBAN'];a59_0x2f50=function(){return _0x2bd3d9;};return a59_0x2f50();}exports['configure']=(_0x55715b,_0x5d726d)=>{const _0x1e6eea=a59_0x154059,_0x4c9328={'eRzSf':function(_0x3407f5,_0x40e3a4,_0x3f8494){return _0x3407f5(_0x40e3a4,_0x3f8494);}};let _0x103237=_0x5d726d[_0x1e6eea(0xf2)];return _0x55715b[_0x1e6eea(0xf3)]&&(_0x103237=_0x5d726d['layout'](_0x55715b['layout'][_0x1e6eea(0xe8)],_0x55715b['layout'])),_0x4c9328[_0x1e6eea(0xe9)](BSTestOpsLog4JSAppender,_0x103237,_0x55715b[_0x1e6eea(0xe7)]);};
@@ -1 +1 @@
1
- const a60_0x3b4b4c=a60_0x1b90;(function(_0x10262f,_0x1b92b2){const _0xcb5984=a60_0x1b90,_0x3dcc3f=_0x10262f();while(!![]){try{const _0x43640f=parseInt(_0xcb5984(0x144))/0x1+-parseInt(_0xcb5984(0x12a))/0x2+parseInt(_0xcb5984(0x13e))/0x3*(parseInt(_0xcb5984(0x128))/0x4)+parseInt(_0xcb5984(0x13d))/0x5*(-parseInt(_0xcb5984(0x12e))/0x6)+-parseInt(_0xcb5984(0x141))/0x7*(-parseInt(_0xcb5984(0x13f))/0x8)+parseInt(_0xcb5984(0x139))/0x9+-parseInt(_0xcb5984(0x133))/0xa;if(_0x43640f===_0x1b92b2)break;else _0x3dcc3f['push'](_0x3dcc3f['shift']());}catch(_0x57c2bc){_0x3dcc3f['push'](_0x3dcc3f['shift']());}}}(a60_0x3ed0,0x90b43));const Transport=require(a60_0x3b4b4c(0x13a)),{consoleHolder}=require(a60_0x3b4b4c(0x13b)),a60_0x34eab3={};function a60_0x1b90(_0x42f15c,_0x431454){const _0x3ed0de=a60_0x3ed0();return a60_0x1b90=function(_0x1b9080,_0x1ebe68){_0x1b9080=_0x1b9080-0x128;let _0x299f90=_0x3ed0de[_0x1b9080];return _0x299f90;},a60_0x1b90(_0x42f15c,_0x431454);}a60_0x34eab3['INFO']=a60_0x3b4b4c(0x136),a60_0x34eab3[a60_0x3b4b4c(0x145)]='ERROR',a60_0x34eab3['DEBUG']=a60_0x3b4b4c(0x132),a60_0x34eab3[a60_0x3b4b4c(0x137)]=a60_0x3b4b4c(0x137),a60_0x34eab3['WARN']='WARN';const LOG_LEVELS=a60_0x34eab3;class logPatcher extends Transport{constructor(_0x23dc66){super(_0x23dc66);}['logToTestOps']=(_0x4fa8a0=LOG_LEVELS[a60_0x3b4b4c(0x136)],_0xc4d667=[''])=>{const _0x52d66b=a60_0x3b4b4c,_0x37a93a={};_0x37a93a[_0x52d66b(0x129)]=_0x52d66b(0x130);const _0x37e35f=_0x37a93a;consoleHolder[_0x4fa8a0[_0x52d66b(0x135)]()](..._0xc4d667),process[_0x52d66b(0x131)]('bs:addLog:'+process[_0x52d66b(0x134)],{'timestamp':new Date()[_0x52d66b(0x140)](),'level':_0x4fa8a0[_0x52d66b(0x12f)](),'message':'\x22'+_0xc4d667['join'](',\x20')+'\x22','kind':_0x37e35f['wVIyz'],'http_response':{}});};[a60_0x3b4b4c(0x12d)]=(..._0x5207c4)=>{const _0x2eddc8=a60_0x3b4b4c;this[_0x2eddc8(0x12b)](LOG_LEVELS[_0x2eddc8(0x137)],_0x5207c4);};[a60_0x3b4b4c(0x12c)]=(..._0x34fea0)=>{const _0x36185c=a60_0x3b4b4c;this[_0x36185c(0x12b)](LOG_LEVELS['DEBUG'],_0x34fea0);};[a60_0x3b4b4c(0x13c)]=(..._0x5517a1)=>{const _0x1dc65e=a60_0x3b4b4c;this[_0x1dc65e(0x12b)](LOG_LEVELS[_0x1dc65e(0x136)],_0x5517a1);};[a60_0x3b4b4c(0x138)]=(..._0x311b6b)=>{const _0x1153c1=a60_0x3b4b4c;this[_0x1153c1(0x12b)](LOG_LEVELS[_0x1153c1(0x143)],_0x311b6b);};[a60_0x3b4b4c(0x142)]=(..._0x43a530)=>{const _0x3bf345=a60_0x3b4b4c;this['logToTestOps'](LOG_LEVELS[_0x3bf345(0x145)],_0x43a530);};['log']=(..._0x1d5e92)=>{const _0xb918be=a60_0x3b4b4c;this[_0xb918be(0x12b)](LOG_LEVELS[_0xb918be(0x136)],_0x1d5e92);};};function a60_0x3ed0(){const _0x200361=['572579VqpTil','ERROR','4BKbIdV','wVIyz','1998014ZlQyJS','logToTestOps','debug','trace','42pmCMbs','toUpperCase','TEST_LOG','emit','DEBUG','12520690LICEMR','pid','toLowerCase','INFO','TRACE','warn','10474542JJmglo','winston-transport','../../helpers/test-observability/constants','info','139220TNpUoo','3395433VUpvqV','24kFpqnV','toISOString','397747yRdNyQ','error','WARN'];a60_0x3ed0=function(){return _0x200361;};return a60_0x3ed0();}module['exports']=logPatcher;
1
+ const a60_0x45ced4=a60_0x6edf;(function(_0xc4e52a,_0x28f82e){const _0x45da38=a60_0x6edf,_0x2b30a1=_0xc4e52a();while(!![]){try{const _0x55c010=-parseInt(_0x45da38(0xaa))/0x1+-parseInt(_0x45da38(0x97))/0x2+parseInt(_0x45da38(0xa0))/0x3*(-parseInt(_0x45da38(0xa1))/0x4)+parseInt(_0x45da38(0xac))/0x5*(parseInt(_0x45da38(0x9d))/0x6)+-parseInt(_0x45da38(0x98))/0x7*(parseInt(_0x45da38(0xa8))/0x8)+parseInt(_0x45da38(0x9f))/0x9+parseInt(_0x45da38(0x94))/0xa;if(_0x55c010===_0x28f82e)break;else _0x2b30a1['push'](_0x2b30a1['shift']());}catch(_0x503d49){_0x2b30a1['push'](_0x2b30a1['shift']());}}}(a60_0x436b,0xd70c2));function a60_0x6edf(_0x57ff31,_0x51a4a5){const _0x436b74=a60_0x436b();return a60_0x6edf=function(_0x6edf06,_0x936074){_0x6edf06=_0x6edf06-0x91;let _0x178a06=_0x436b74[_0x6edf06];return _0x178a06;},a60_0x6edf(_0x57ff31,_0x51a4a5);}const Transport=require('winston-transport'),{consoleHolder}=require(a60_0x45ced4(0x9c)),a60_0x1a44b5={};a60_0x1a44b5[a60_0x45ced4(0xab)]=a60_0x45ced4(0xab),a60_0x1a44b5[a60_0x45ced4(0xa2)]='ERROR',a60_0x1a44b5[a60_0x45ced4(0x93)]=a60_0x45ced4(0x93),a60_0x1a44b5[a60_0x45ced4(0x91)]=a60_0x45ced4(0x91),a60_0x1a44b5[a60_0x45ced4(0xa9)]=a60_0x45ced4(0xa9);const LOG_LEVELS=a60_0x1a44b5;class logPatcher extends Transport{constructor(_0x125d31){super(_0x125d31);}[a60_0x45ced4(0xa3)]=(_0x38108a=LOG_LEVELS[a60_0x45ced4(0xab)],_0x176649=[''])=>{const _0x3dc659=a60_0x45ced4,_0x5bdde0={};_0x5bdde0['IIkXf']=_0x3dc659(0x92);const _0x821c9c=_0x5bdde0;consoleHolder[_0x38108a[_0x3dc659(0x99)]()](..._0x176649),process[_0x3dc659(0xae)](_0x3dc659(0xa4)+process[_0x3dc659(0x95)],{'timestamp':new Date()[_0x3dc659(0x9a)](),'level':_0x38108a['toUpperCase'](),'message':'\x22'+_0x176649[_0x3dc659(0xa7)](',\x20')+'\x22','kind':_0x821c9c[_0x3dc659(0xad)],'http_response':{}});};[a60_0x45ced4(0x96)]=(..._0x430e79)=>{const _0x167e8d=a60_0x45ced4;this[_0x167e8d(0xa3)](LOG_LEVELS['TRACE'],_0x430e79);};['debug']=(..._0x2dc78e)=>{const _0x4a8f9c=a60_0x45ced4;this[_0x4a8f9c(0xa3)](LOG_LEVELS['DEBUG'],_0x2dc78e);};['info']=(..._0x2500c4)=>{const _0x5abc4b=a60_0x45ced4;this[_0x5abc4b(0xa3)](LOG_LEVELS[_0x5abc4b(0xab)],_0x2500c4);};[a60_0x45ced4(0xa6)]=(..._0x430ef8)=>{const _0xf703f3=a60_0x45ced4;this['logToTestOps'](LOG_LEVELS[_0xf703f3(0xa9)],_0x430ef8);};[a60_0x45ced4(0x9e)]=(..._0x459d3b)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x459d3b);};[a60_0x45ced4(0xa5)]=(..._0xa96cc2)=>{const _0x244b1b=a60_0x45ced4;this['logToTestOps'](LOG_LEVELS[_0x244b1b(0xab)],_0xa96cc2);};}function a60_0x436b(){const _0x2495ca=['toLowerCase','toISOString','exports','../../helpers/test-observability/constants','301854VhZyRb','error','4244094XckPyw','107013yNCdgP','12Jrjzup','ERROR','logToTestOps','bs:addLog:','log','warn','join','71024hABhPd','WARN','1234105NLEDlc','INFO','5CcVlAs','IIkXf','emit','TRACE','TEST_LOG','DEBUG','20538810IHUPCD','pid','trace','370244rBagBl','133smJyFT'];a60_0x436b=function(){return _0x2495ca;};return a60_0x436b();};module[a60_0x45ced4(0x9b)]=logPatcher;
@@ -1 +1 @@
1
- const a61_0x50184d=a61_0x10f4;(function(_0x259e56,_0x2fbc68){const _0x997bc7=a61_0x10f4,_0x109bfc=_0x259e56();while(!![]){try{const _0x452608=parseInt(_0x997bc7(0xee))/0x1+parseInt(_0x997bc7(0xff))/0x2+-parseInt(_0x997bc7(0xe8))/0x3+-parseInt(_0x997bc7(0xf7))/0x4+-parseInt(_0x997bc7(0xed))/0x5+parseInt(_0x997bc7(0xe6))/0x6+-parseInt(_0x997bc7(0xeb))/0x7*(-parseInt(_0x997bc7(0xf1))/0x8);if(_0x452608===_0x2fbc68)break;else _0x109bfc['push'](_0x109bfc['shift']());}catch(_0x398cf7){_0x109bfc['push'](_0x109bfc['shift']());}}}(a61_0x2482,0x8c39d));const Transport=require(a61_0x50184d(0xfe)),{consoleHolder}=require(a61_0x50184d(0xf0)),a61_0x55cc8d={};a61_0x55cc8d['INFO']=a61_0x50184d(0xf5),a61_0x55cc8d[a61_0x50184d(0xec)]=a61_0x50184d(0xec),a61_0x55cc8d[a61_0x50184d(0xf4)]=a61_0x50184d(0xf4),a61_0x55cc8d[a61_0x50184d(0xfd)]='TRACE',a61_0x55cc8d['WARN']=a61_0x50184d(0xf3);function a61_0x10f4(_0x4e866e,_0x1b2bd7){const _0x248223=a61_0x2482();return a61_0x10f4=function(_0x10f42,_0x507a17){_0x10f42=_0x10f42-0xe3;let _0x416797=_0x248223[_0x10f42];return _0x416797;},a61_0x10f4(_0x4e866e,_0x1b2bd7);}const LOG_LEVELS=a61_0x55cc8d;class logReportingAPI extends Transport{constructor(_0x39e2b3){super(_0x39e2b3);}[a61_0x50184d(0xe4)](_0x211f87,_0x24d1fd){const _0x57e341=a61_0x50184d,_0x4d2a93={'VPKTV':_0x57e341(0xe9),'uymzL':function(_0x404d7f,_0x1458ac){return _0x404d7f(_0x1458ac);},'UWIRf':function(_0x4f4456,_0x32cd2){return _0x4f4456===_0x32cd2;},'tKNjl':_0x57e341(0xfc),'iHNEI':function(_0x47cd7e){return _0x47cd7e();}};_0x4d2a93['uymzL'](setImmediate,()=>{const _0x3c697f=_0x57e341;this[_0x3c697f(0xea)](_0x4d2a93[_0x3c697f(0x104)],_0x211f87);}),_0x4d2a93[_0x57e341(0x103)](typeof _0x211f87,_0x4d2a93[_0x57e341(0xf8)])?this['logToTestOps'](_0x211f87[_0x57e341(0x100)]||LOG_LEVELS['INFO'],_0x211f87[_0x57e341(0xfb)],![]):this[_0x57e341(0xef)](LOG_LEVELS[_0x57e341(0xf5)],_0x211f87),_0x24d1fd&&_0x4d2a93[_0x57e341(0xf2)](_0x24d1fd);}['logToTestOps']=(_0x2979f4=LOG_LEVELS[a61_0x50184d(0xf5)],_0x4e8f1d='',_0x452c86=!![])=>{const _0x32d08d=a61_0x50184d,_0xaa315a={};_0xaa315a[_0x32d08d(0xfa)]='TEST_LOG';const _0x4cbbdf=_0xaa315a;_0x452c86&&consoleHolder[_0x2979f4['toLowerCase']()](_0x4e8f1d),process[_0x32d08d(0xea)](_0x32d08d(0xe5)+process['pid'],{'timestamp':new Date()[_0x32d08d(0xe7)](),'level':_0x2979f4['toUpperCase'](),'message':_0x4e8f1d,'kind':_0x4cbbdf[_0x32d08d(0xfa)],'http_response':{}});};[a61_0x50184d(0x102)]=(_0x2e3b60,_0x1346ae)=>{const _0x174b48=a61_0x50184d;this[_0x174b48(0xef)](LOG_LEVELS['TRACE'],_0x2e3b60);};[a61_0x50184d(0x101)]=(_0x1607a3,_0x2b7ab8)=>{const _0x54cae0=a61_0x50184d;this[_0x54cae0(0xef)](LOG_LEVELS[_0x54cae0(0xf4)],_0x1607a3);};[a61_0x50184d(0xf9)]=(_0x3658ff,_0x4eb640)=>{const _0x2c6a8a=a61_0x50184d;this[_0x2c6a8a(0xef)](LOG_LEVELS['INFO'],_0x3658ff);};[a61_0x50184d(0xf6)]=(_0xd431cc,_0x4b2117)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0xd431cc);};['error']=(_0x407896,_0x4df855)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x407896);};}function a61_0x2482(){const _0x442cf5=['warn','1033232PMcfCS','tKNjl','info','McODz','message','object','TRACE','winston-transport','1171390TFjroo','level','debug','trace','UWIRf','VPKTV','exports','log','bs:addLog:','3566490fSpnxu','toISOString','3338544DNXYxU','logged','emit','7awVOSP','ERROR','2822435soLenw','582917vUzEON','logToTestOps','../../helpers/test-observability/constants','5975848uRWKrk','iHNEI','WARN','DEBUG','INFO'];a61_0x2482=function(){return _0x442cf5;};return a61_0x2482();};module[a61_0x50184d(0xe3)]=logReportingAPI;
1
+ const a61_0x58e244=a61_0x2bdf;(function(_0xeb1ea7,_0x3f5b5d){const _0x242a92=a61_0x2bdf,_0x19e2b4=_0xeb1ea7();while(!![]){try{const _0x3aeec4=-parseInt(_0x242a92(0x161))/0x1+-parseInt(_0x242a92(0x172))/0x2*(-parseInt(_0x242a92(0x16b))/0x3)+parseInt(_0x242a92(0x162))/0x4+parseInt(_0x242a92(0x160))/0x5+-parseInt(_0x242a92(0x177))/0x6*(parseInt(_0x242a92(0x181))/0x7)+-parseInt(_0x242a92(0x17f))/0x8*(-parseInt(_0x242a92(0x17b))/0x9)+parseInt(_0x242a92(0x170))/0xa;if(_0x3aeec4===_0x3f5b5d)break;else _0x19e2b4['push'](_0x19e2b4['shift']());}catch(_0x1c423b){_0x19e2b4['push'](_0x19e2b4['shift']());}}}(a61_0x3920,0x9c31f));const Transport=require(a61_0x58e244(0x16a)),{consoleHolder}=require(a61_0x58e244(0x173)),a61_0x333746={};a61_0x333746[a61_0x58e244(0x16d)]=a61_0x58e244(0x16d),a61_0x333746[a61_0x58e244(0x174)]='ERROR',a61_0x333746[a61_0x58e244(0x178)]=a61_0x58e244(0x178),a61_0x333746[a61_0x58e244(0x17c)]='TRACE',a61_0x333746[a61_0x58e244(0x168)]=a61_0x58e244(0x168);function a61_0x3920(){const _0x54acb9=['2NKYYos','../../helpers/test-observability/constants','ERROR','pid','bs:addLog:','6sRkvlk','DEBUG','warn','kRedY','566325QVivjm','TRACE','Zwhbz','cZpZv','32uDbsDG','toISOString','6359304pwLCZn','673760SEiGuS','1226018vkbsEj','3458428gLdOsf','debug','log','exports','srTdH','toUpperCase','WARN','object','winston-transport','1750611zbxhHl','logToTestOps','INFO','emit','info','9396690bHGSXb','rxmMU'];a61_0x3920=function(){return _0x54acb9;};return a61_0x3920();}function a61_0x2bdf(_0x23034a,_0x31572f){const _0x392004=a61_0x3920();return a61_0x2bdf=function(_0x2bdf6f,_0x57422d){_0x2bdf6f=_0x2bdf6f-0x160;let _0x5a84ae=_0x392004[_0x2bdf6f];return _0x5a84ae;},a61_0x2bdf(_0x23034a,_0x31572f);}const LOG_LEVELS=a61_0x333746;class logReportingAPI extends Transport{constructor(_0x114cef){super(_0x114cef);}[a61_0x58e244(0x164)](_0x30559f,_0x942380){const _0x245c02=a61_0x58e244,_0x2b916c={'kRedY':'logged','cZpZv':function(_0x2659fb,_0x477e9a){return _0x2659fb(_0x477e9a);},'Zwhbz':function(_0x25f666,_0x5c5ca9){return _0x25f666===_0x5c5ca9;},'rxmMU':_0x245c02(0x169),'XhCPd':function(_0x321026){return _0x321026();}};_0x2b916c[_0x245c02(0x17e)](setImmediate,()=>{const _0x18428f=_0x245c02;this[_0x18428f(0x16e)](_0x2b916c[_0x18428f(0x17a)],_0x30559f);}),_0x2b916c[_0x245c02(0x17d)](typeof _0x30559f,_0x2b916c[_0x245c02(0x171)])?this[_0x245c02(0x16c)](_0x30559f['level']||LOG_LEVELS[_0x245c02(0x16d)],_0x30559f['message'],![]):this['logToTestOps'](LOG_LEVELS[_0x245c02(0x16d)],_0x30559f),_0x942380&&_0x2b916c['XhCPd'](_0x942380);}[a61_0x58e244(0x16c)]=(_0x2c46c4=LOG_LEVELS[a61_0x58e244(0x16d)],_0x475d26='',_0x35f634=!![])=>{const _0x3493e9=a61_0x58e244,_0x1e09a7={};_0x1e09a7[_0x3493e9(0x166)]='TEST_LOG';const _0x2da84f=_0x1e09a7;_0x35f634&&consoleHolder[_0x2c46c4['toLowerCase']()](_0x475d26),process[_0x3493e9(0x16e)](_0x3493e9(0x176)+process[_0x3493e9(0x175)],{'timestamp':new Date()[_0x3493e9(0x180)](),'level':_0x2c46c4[_0x3493e9(0x167)](),'message':_0x475d26,'kind':_0x2da84f[_0x3493e9(0x166)],'http_response':{}});};['trace']=(_0x5e10db,_0x2becf3)=>{const _0x2b55ca=a61_0x58e244;this[_0x2b55ca(0x16c)](LOG_LEVELS[_0x2b55ca(0x17c)],_0x5e10db);};[a61_0x58e244(0x163)]=(_0x52b71f,_0x38aad5)=>{const _0xc285cb=a61_0x58e244;this[_0xc285cb(0x16c)](LOG_LEVELS[_0xc285cb(0x178)],_0x52b71f);};[a61_0x58e244(0x16f)]=(_0x2c4eb1,_0x3f1455)=>{const _0x526984=a61_0x58e244;this[_0x526984(0x16c)](LOG_LEVELS[_0x526984(0x16d)],_0x2c4eb1);};[a61_0x58e244(0x179)]=(_0x207eb3,_0x4bdddf)=>{const _0x3361c9=a61_0x58e244;this[_0x3361c9(0x16c)](LOG_LEVELS['WARN'],_0x207eb3);};['error']=(_0x29dc99,_0x3cf024)=>{const _0x30e0af=a61_0x58e244;this[_0x30e0af(0x16c)](LOG_LEVELS['ERROR'],_0x29dc99);};};module[a61_0x58e244(0x165)]=logReportingAPI;