browserstack-node-sdk 1.67.0 → 1.68.1
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/browserstack.yml.sample +34 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a80_0x2b0b4a=a80_0x2d78;(function(_0x24cf31,_0x212322){const _0x4a9587=a80_0x2d78,_0x3b5594=_0x24cf31();while(!![]){try{const _0x506ec5=parseInt(_0x4a9587(0x174))/0x1*(parseInt(_0x4a9587(0x172))/0x2)+parseInt(_0x4a9587(0x16c))/0x3+parseInt(_0x4a9587(0x169))/0x4+-parseInt(_0x4a9587(0x177))/0x5+-parseInt(_0x4a9587(0x167))/0x6+-parseInt(_0x4a9587(0x16f))/0x7*(-parseInt(_0x4a9587(0x178))/0x8)+parseInt(_0x4a9587(0x175))/0x9*(-parseInt(_0x4a9587(0x171))/0xa);if(_0x506ec5===_0x212322)break;else _0x3b5594['push'](_0x3b5594['shift']());}catch(_0x27f8bc){_0x3b5594['push'](_0x3b5594['shift']());}}}(a80_0x1a6c,0xcda8e));function a80_0x1a6c(){const _0x46891c=['1870944lZPQPW','layout','type','105yOmunq','colouredLayout','27277770scpwJw','622wZNCcS','levelStr','5077uGdHPK','9lJrwFQ','timezoneOffset','158150jwOdQy','124016unjyif','configure','2188560hEiOne','tefbo','6125696AqhIEI','level','./logReportingAPI'];a80_0x1a6c=function(){return _0x46891c;};return a80_0x1a6c();}function a80_0x2d78(_0x32ea7e,_0x6a4add){const _0x1a6ca1=a80_0x1a6c();return a80_0x2d78=function(_0x2d7875,_0x219e94){_0x2d7875=_0x2d7875-0x167;let _0x281bf7=_0x1a6ca1[_0x2d7875];return _0x281bf7;},a80_0x2d78(_0x32ea7e,_0x6a4add);}const logReportingAPI=require(a80_0x2b0b4a(0x16b)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5a0317,_0x43978b){return _0x251a23=>{const _0x2db531=a80_0x2d78;BSTestOpsLogger['log']({'level':_0x251a23[_0x2db531(0x16a)]?_0x251a23[_0x2db531(0x16a)][_0x2db531(0x173)]:null,'message':_0x251a23['data']?_0x251a23['data']['join']('\x20'):null});};}exports[a80_0x2b0b4a(0x179)]=(_0x10007f,_0x519064)=>{const _0x37b931=a80_0x2b0b4a,_0x1057cd={'tefbo':function(_0x32310d,_0x3d206b,_0x4b5945){return _0x32310d(_0x3d206b,_0x4b5945);}};let _0x29dc07=_0x519064[_0x37b931(0x170)];return _0x10007f[_0x37b931(0x16d)]&&(_0x29dc07=_0x519064['layout'](_0x10007f['layout'][_0x37b931(0x16e)],_0x10007f['layout'])),_0x1057cd[_0x37b931(0x168)](BSTestOpsLog4JSAppender,_0x29dc07,_0x10007f[_0x37b931(0x176)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a81_0x9736(_0x462964,_0x5d1969){const _0xbaf7d9=a81_0xbaf7();return a81_0x9736=function(_0x9736b2,_0x4c8d34){_0x9736b2=_0x9736b2-0x1f2;let _0x2fadf7=_0xbaf7d9[_0x9736b2];return _0x2fadf7;},a81_0x9736(_0x462964,_0x5d1969);}const a81_0x21dd84=a81_0x9736;(function(_0x238521,_0x502bd0){const _0x3be33e=a81_0x9736,_0x33ed92=_0x238521();while(!![]){try{const _0x5ebedc=-parseInt(_0x3be33e(0x1f6))/0x1+parseInt(_0x3be33e(0x1fe))/0x2+-parseInt(_0x3be33e(0x201))/0x3*(-parseInt(_0x3be33e(0x1f3))/0x4)+parseInt(_0x3be33e(0x1fd))/0x5*(parseInt(_0x3be33e(0x203))/0x6)+-parseInt(_0x3be33e(0x205))/0x7*(-parseInt(_0x3be33e(0x1f2))/0x8)+-parseInt(_0x3be33e(0x207))/0x9+parseInt(_0x3be33e(0x20b))/0xa*(-parseInt(_0x3be33e(0x1fa))/0xb);if(_0x5ebedc===_0x502bd0)break;else _0x33ed92['push'](_0x33ed92['shift']());}catch(_0x1cfc83){_0x33ed92['push'](_0x33ed92['shift']());}}}(a81_0xbaf7,0xa0334));const Transport=require(a81_0x21dd84(0x202)),{consoleHolder}=require(a81_0x21dd84(0x1f7)),a81_0x4b6587={};a81_0x4b6587[a81_0x21dd84(0x208)]=a81_0x21dd84(0x208),a81_0x4b6587[a81_0x21dd84(0x20e)]='ERROR',a81_0x4b6587[a81_0x21dd84(0x20c)]='DEBUG',a81_0x4b6587['TRACE']=a81_0x21dd84(0x20a),a81_0x4b6587[a81_0x21dd84(0x20d)]=a81_0x21dd84(0x20d);const LOG_LEVELS=a81_0x4b6587;class logPatcher extends Transport{constructor(_0x4d6ec6){super(_0x4d6ec6);}[a81_0x21dd84(0x1f5)]=(_0x37d7f8=LOG_LEVELS[a81_0x21dd84(0x208)],_0x1d2979=[''])=>{const _0x577e5e=a81_0x21dd84,_0x1cd8d8={};_0x1cd8d8['qgzFM']='TEST_LOG';const _0x4542a1=_0x1cd8d8;consoleHolder[_0x37d7f8[_0x577e5e(0x1f9)]()](..._0x1d2979),process['emit']('bs:addLog:'+process[_0x577e5e(0x200)],{'timestamp':new Date()['toISOString'](),'level':_0x37d7f8[_0x577e5e(0x206)](),'message':'\x22'+_0x1d2979[_0x577e5e(0x1f8)](',\x20')+'\x22','kind':_0x4542a1[_0x577e5e(0x209)],'http_response':{}});};[a81_0x21dd84(0x1f4)]=(..._0x1d2580)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x1d2580);};[a81_0x21dd84(0x204)]=(..._0x48f3ba)=>{const _0x38ff58=a81_0x21dd84;this[_0x38ff58(0x1f5)](LOG_LEVELS['DEBUG'],_0x48f3ba);};[a81_0x21dd84(0x1fb)]=(..._0x39ff5b)=>{const _0x4f208c=a81_0x21dd84;this['logToTestOps'](LOG_LEVELS[_0x4f208c(0x208)],_0x39ff5b);};[a81_0x21dd84(0x20f)]=(..._0x2705d2)=>{const _0x58c468=a81_0x21dd84;this[_0x58c468(0x1f5)](LOG_LEVELS[_0x58c468(0x20d)],_0x2705d2);};[a81_0x21dd84(0x1ff)]=(..._0x3d0097)=>{const _0x12aa71=a81_0x21dd84;this[_0x12aa71(0x1f5)](LOG_LEVELS[_0x12aa71(0x20e)],_0x3d0097);};[a81_0x21dd84(0x1fc)]=(..._0x42fa63)=>{const _0x35ddfd=a81_0x21dd84;this[_0x35ddfd(0x1f5)](LOG_LEVELS['INFO'],_0x42fa63);};}function a81_0xbaf7(){const _0x31cd3=['INFO','qgzFM','TRACE','10YyGhUO','DEBUG','WARN','ERROR','warn','1410464DcbvvB','5120644srAnMk','trace','logToTestOps','988125EZDXOc','../../helpers/test-observability/constants','join','toLowerCase','6220907idQHOg','info','log','1370905LLOhHZ','1033178dGLEuO','error','pid','3pkhzKg','winston-transport','6hEBCrd','debug','49CbZCoG','toUpperCase','9857205CSKBKo'];a81_0xbaf7=function(){return _0x31cd3;};return a81_0xbaf7();};module['exports']=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a82_0x7b0350=a82_0x2a6f;(function(_0x59d4c6,_0x391d43){const _0x2a90a8=a82_0x2a6f,_0x30a55d=_0x59d4c6();while(!![]){try{const _0x28d361=parseInt(_0x2a90a8(0xc9))/0x1*(-parseInt(_0x2a90a8(0xc1))/0x2)+parseInt(_0x2a90a8(0xbc))/0x3+parseInt(_0x2a90a8(0xc0))/0x4*(-parseInt(_0x2a90a8(0xd4))/0x5)+-parseInt(_0x2a90a8(0xcc))/0x6*(parseInt(_0x2a90a8(0xda))/0x7)+parseInt(_0x2a90a8(0xbe))/0x8*(-parseInt(_0x2a90a8(0xd7))/0x9)+-parseInt(_0x2a90a8(0xc7))/0xa+parseInt(_0x2a90a8(0xc5))/0xb;if(_0x28d361===_0x391d43)break;else _0x30a55d['push'](_0x30a55d['shift']());}catch(_0x1125d3){_0x30a55d['push'](_0x30a55d['shift']());}}}(a82_0x251e,0x2f698));const Transport=require(a82_0x7b0350(0xdb)),{consoleHolder}=require(a82_0x7b0350(0xca)),a82_0x25f74c={};a82_0x25f74c[a82_0x7b0350(0xd9)]=a82_0x7b0350(0xd9),a82_0x25f74c[a82_0x7b0350(0xc3)]='ERROR',a82_0x25f74c[a82_0x7b0350(0xbd)]=a82_0x7b0350(0xbd),a82_0x25f74c[a82_0x7b0350(0xc2)]=a82_0x7b0350(0xc2),a82_0x25f74c[a82_0x7b0350(0xc8)]=a82_0x7b0350(0xc8);const LOG_LEVELS=a82_0x25f74c;class logReportingAPI extends Transport{constructor(_0x302fd5){super(_0x302fd5);}['log'](_0x2b8898,_0x89863e){const _0x491ffa=a82_0x7b0350,_0x2d077a={'zNRno':'logged','fjYpp':function(_0x2010a0,_0x46106a){return _0x2010a0(_0x46106a);},'pLRWb':function(_0x4546df,_0x388880){return _0x4546df===_0x388880;},'yGXIl':'object','ixOvy':function(_0x1dc517){return _0x1dc517();}};_0x2d077a[_0x491ffa(0xd0)](setImmediate,()=>{const _0x53f22e=_0x491ffa;this[_0x53f22e(0xcb)](_0x2d077a[_0x53f22e(0xd8)],_0x2b8898);}),_0x2d077a[_0x491ffa(0xd1)](typeof _0x2b8898,_0x2d077a['yGXIl'])?this[_0x491ffa(0xba)](_0x2b8898[_0x491ffa(0xd5)]||LOG_LEVELS[_0x491ffa(0xd9)],_0x2b8898[_0x491ffa(0xc4)],![]):this[_0x491ffa(0xba)](LOG_LEVELS[_0x491ffa(0xd9)],_0x2b8898),_0x89863e&&_0x2d077a[_0x491ffa(0xdc)](_0x89863e);}['logToTestOps']=(_0x56ceeb=LOG_LEVELS[a82_0x7b0350(0xd9)],_0x439a36='',_0x462552=!![])=>{const _0x23535f=a82_0x7b0350,_0x4b5873={};_0x4b5873[_0x23535f(0xd6)]=_0x23535f(0xcd);const _0x39b64a=_0x4b5873;_0x462552&&consoleHolder[_0x56ceeb[_0x23535f(0xd3)]()](_0x439a36),process[_0x23535f(0xcb)](_0x23535f(0xbb)+process[_0x23535f(0xc6)],{'timestamp':new Date()[_0x23535f(0xce)](),'level':_0x56ceeb[_0x23535f(0xcf)](),'message':_0x439a36,'kind':_0x39b64a['mVtIO'],'http_response':{}});};['trace']=(_0x1442d2,_0x1b5e82)=>{const _0x1050a7=a82_0x7b0350;this['logToTestOps'](LOG_LEVELS[_0x1050a7(0xc2)],_0x1442d2);};[a82_0x7b0350(0xd2)]=(_0x1cca55,_0x1c88b0)=>{const _0x3e4400=a82_0x7b0350;this['logToTestOps'](LOG_LEVELS[_0x3e4400(0xbd)],_0x1cca55);};['info']=(_0xfcd3a3,_0x58d6a8)=>{const _0x243590=a82_0x7b0350;this[_0x243590(0xba)](LOG_LEVELS['INFO'],_0xfcd3a3);};[a82_0x7b0350(0xbf)]=(_0x25d36f,_0x68fa9c)=>{const _0x1f7a8c=a82_0x7b0350;this[_0x1f7a8c(0xba)](LOG_LEVELS['WARN'],_0x25d36f);};['error']=(_0x54133d,_0x45bce3)=>{const _0x2e655a=a82_0x7b0350;this[_0x2e655a(0xba)](LOG_LEVELS[_0x2e655a(0xc3)],_0x54133d);};}function a82_0x2a6f(_0x36025d,_0x39b62a){const _0x251e47=a82_0x251e();return a82_0x2a6f=function(_0x2a6f1c,_0x58d5b7){_0x2a6f1c=_0x2a6f1c-0xba;let _0x1988b1=_0x251e47[_0x2a6f1c];return _0x1988b1;},a82_0x2a6f(_0x36025d,_0x39b62a);};module['exports']=logReportingAPI;function a82_0x251e(){const _0x1ff2c6=['1288904nMKyXJ','warn','80dIHrAH','72RaYVMR','TRACE','ERROR','message','8851667KkIJhw','pid','2573650fYWTDm','WARN','1645aIbBXS','../../helpers/test-observability/constants','emit','33636RvUSXb','TEST_LOG','toISOString','toUpperCase','fjYpp','pLRWb','debug','toLowerCase','28750LdFxvY','level','mVtIO','9ojFTFC','zNRno','INFO','315FlxQUz','winston-transport','ixOvy','logToTestOps','bs:addLog:','703413AjRSjS','DEBUG'];a82_0x251e=function(){return _0x1ff2c6;};return a82_0x251e();}
|