browserstack-node-sdk 1.64.1 → 1.64.3
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/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/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/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/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/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
- package/src/ai-sdk-node/bundle.js +0 -1
- package/src/ai-sdk-node/extensions/chrome_extension.crx +0 -0
- package/src/bin/mocha/test-observability/builderPatch.js +0 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +0 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +0 -1
- package/src/helpers/timeoutPromise.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92_0x59a073=a92_0x1a50;(function(_0x295da4,_0x503e0a){const _0x490c20=a92_0x1a50,_0xe6c88a=_0x295da4();while(!![]){try{const _0x7a4dfa=-parseInt(_0x490c20(0x1d4))/0x1*(-parseInt(_0x490c20(0x210))/0x2)+parseInt(_0x490c20(0x2f5))/0x3+-parseInt(_0x490c20(0x236))/0x4+parseInt(_0x490c20(0x206))/0x5+-parseInt(_0x490c20(0x2ad))/0x6+-parseInt(_0x490c20(0x2b6))/0x7*(-parseInt(_0x490c20(0x1a1))/0x8)+-parseInt(_0x490c20(0x22d))/0x9*(parseInt(_0x490c20(0x225))/0xa);if(_0x7a4dfa===_0x503e0a)break;else _0xe6c88a['push'](_0xe6c88a['shift']());}catch(_0x3fea7e){_0xe6c88a['push'](_0xe6c88a['shift']());}}}(a92_0x153d,0x8ac92));const TestFramework=require(a92_0x59a073(0x1d9)),TestFrameworkState=require(a92_0x59a073(0x2f8)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x59a073(0x267)),TestFrameworkInstance=require(a92_0x59a073(0x220)),CLIUtils=require(a92_0x59a073(0x1b0)),TrackedInstance=require(a92_0x59a073(0x27e)),TestFrameworkConstants=require(a92_0x59a073(0x25c)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x59a073(0x205)),{isInternalHook}=require(a92_0x59a073(0x235)),logger=createClassLogger(a92_0x59a073(0x2b4)),{v4:uuidv4}=require(a92_0x59a073(0x2c9)),util=require(a92_0x59a073(0x254)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a92_0x59a073(0x2f3)),stackTrace=require(a92_0x59a073(0x20e)),{pickUserFrameFile}=require(a92_0x59a073(0x1bd));class JestTestFramework extends TestFramework{constructor(_0x4214c2,_0x33febf,_0x3431ab){super(_0x4214c2,_0x33febf,_0x3431ab),this['activeHooks']=new Map();}[a92_0x59a073(0x256)](_0xa64104,_0x351a9c,_0x36d111){const _0x297edd=a92_0x59a073,_0x3e709f={};_0x3e709f[_0x297edd(0x269)]=function(_0xe94e83,_0xb9fc9b){return _0xe94e83||_0xb9fc9b;};const _0x3165de=_0x3e709f;if(_0x3165de[_0x297edd(0x269)](!_0xa64104,!_0x351a9c)){logger['warn'](_0x297edd(0x200)+_0xa64104+',\x20hookUUID='+_0x351a9c);return;}!this[_0x297edd(0x2d0)][_0x297edd(0x1d1)](_0xa64104)&&this[_0x297edd(0x2d0)][_0x297edd(0x1e7)](_0xa64104,[]);const _0x3d9e9f={'hookUUID':_0x351a9c,'hookType':_0x36d111,'startedAt':new Date()[_0x297edd(0x2bb)]()};this['activeHooks'][_0x297edd(0x2e9)](_0xa64104)['push'](_0x3d9e9f),logger[_0x297edd(0x1bf)](_0x297edd(0x1c1)+_0xa64104+',\x20hookUUID='+_0x351a9c+',\x20hookType='+_0x36d111+_0x297edd(0x213)+this[_0x297edd(0x2d0)][_0x297edd(0x2e9)](_0xa64104)[_0x297edd(0x22f)]);}[a92_0x59a073(0x23b)](_0x2aa8f3,_0x43046b){const _0x5eccf9=a92_0x59a073,_0x4ee9e5={};_0x4ee9e5[_0x5eccf9(0x2a9)]=function(_0x41b686,_0x55d580){return _0x41b686||_0x55d580;},_0x4ee9e5['dUefU']=function(_0x2a0f49,_0x1c2cc3){return _0x2a0f49!==_0x1c2cc3;},_0x4ee9e5[_0x5eccf9(0x308)]=function(_0x121175,_0x4f808f){return _0x121175===_0x4f808f;};const _0x54cb97=_0x4ee9e5;if(_0x54cb97[_0x5eccf9(0x2a9)](!_0x2aa8f3,!_0x43046b)){logger['warn'](_0x5eccf9(0x1c0)+_0x2aa8f3+',\x20hookUUID='+_0x43046b);return;}if(this[_0x5eccf9(0x2d0)]['has'](_0x2aa8f3)){const _0x2190cd=this[_0x5eccf9(0x2d0)][_0x5eccf9(0x2e9)](_0x2aa8f3),_0x536733=_0x2190cd['findIndex'](_0x5f0441=>_0x5f0441['hookUUID']===_0x43046b);_0x54cb97[_0x5eccf9(0x1a4)](_0x536733,-0x1)?(_0x2190cd[_0x5eccf9(0x255)](_0x536733,0x1),logger['debug'](_0x5eccf9(0x2ff)+_0x2aa8f3+',\x20hookUUID='+_0x43046b+_0x5eccf9(0x188)+_0x2190cd[_0x5eccf9(0x22f)]),_0x54cb97['yJCsk'](_0x2190cd['length'],0x0)&&this[_0x5eccf9(0x2d0)][_0x5eccf9(0x217)](_0x2aa8f3)):logger[_0x5eccf9(0x1bf)](_0x5eccf9(0x189)+_0x2aa8f3+_0x5eccf9(0x234)+_0x43046b);}}['getActiveHook'](_0x2f51a5){const _0x5ce676=a92_0x59a073,_0x21f842={};_0x21f842[_0x5ce676(0x304)]=function(_0x5d1dac,_0x1a6146){return _0x5d1dac>_0x1a6146;},_0x21f842[_0x5ce676(0x226)]=function(_0xc9967f,_0x3332c3){return _0xc9967f-_0x3332c3;};const _0x54e2d4=_0x21f842;if(!_0x2f51a5)return null;if(this[_0x5ce676(0x2d0)][_0x5ce676(0x1d1)](_0x2f51a5)){const _0x2c8c3a=this[_0x5ce676(0x2d0)][_0x5ce676(0x2e9)](_0x2f51a5);if(_0x54e2d4[_0x5ce676(0x304)](_0x2c8c3a[_0x5ce676(0x22f)],0x0)){const _0x342c0b=_0x2c8c3a[_0x54e2d4[_0x5ce676(0x226)](_0x2c8c3a[_0x5ce676(0x22f)],0x1)];return logger[_0x5ce676(0x1bf)](_0x5ce676(0x1f1)+_0x2f51a5+_0x5ce676(0x234)+_0x342c0b[_0x5ce676(0x20c)]+_0x5ce676(0x2ac)+_0x342c0b[_0x5ce676(0x1c6)]),_0x342c0b;}}return null;}async['trackEvent'](_0x465be2,_0x2dd379,_0x151de9={}){const _0x3b1cb0=a92_0x59a073,_0x4592d7={};_0x4592d7['mFdSZ']=_0x3b1cb0(0x31b),_0x4592d7[_0x3b1cb0(0x2d8)]=function(_0x5f57fe,_0x1a0ee3){return _0x5f57fe===_0x1a0ee3;},_0x4592d7[_0x3b1cb0(0x289)]=function(_0x19ca6c,_0x21db32){return _0x19ca6c===_0x21db32;},_0x4592d7[_0x3b1cb0(0x2de)]=function(_0x397ed3,_0x309ba1){return _0x397ed3||_0x309ba1;},_0x4592d7['Ajtzo']=_0x3b1cb0(0x28f);const _0x454980=_0x4592d7;logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x231)+_0x465be2+_0x3b1cb0(0x2d2)+_0x2dd379+_0x3b1cb0(0x2d4)+Object[_0x3b1cb0(0x2c8)](_0x151de9)['join'](',')),await super[_0x3b1cb0(0x2aa)](_0x465be2,_0x2dd379,_0x151de9);const _0x1a5ee6=this['resolveInstance'](_0x465be2,_0x2dd379,_0x151de9);if(!_0x1a5ee6){logger['debug'](_0x454980['mFdSZ']);return;}try{let _0x15c01d,_0x1c116b,_0x2078af;switch(_0x465be2){case TestFrameworkState[_0x3b1cb0(0x30d)]:_0x15c01d=_0x151de9[_0x3b1cb0(0x2a2)];const _0x29b906={};_0x29b906[_0x3b1cb0(0x218)]=0x2,_0x29b906[_0x3b1cb0(0x257)]=0x3,logger[_0x3b1cb0(0x1bf)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x2dd379+_0x3b1cb0(0x1cc)+util[_0x3b1cb0(0x306)](_0x15c01d,_0x29b906)),_0x2078af=this[_0x3b1cb0(0x27f)](_0x15c01d),_0x1c116b=null,logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x1c5)+_0x2078af+_0x3b1cb0(0x2c2));if(_0x454980['VUlxo'](_0x2dd379,HookState[_0x3b1cb0(0x19a)])){logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x1ee)+_0x2078af);const _0x1d1d15={};_0x1d1d15[_0x3b1cb0(0x2a4)]=_0x1c116b,_0x1d1d15[_0x3b1cb0(0x316)]=_0x15c01d,_0x1d1d15['testId']=_0x2078af;const _0x2954bb=this[_0x3b1cb0(0x1e2)](_0x1d1d15),_0x39b210={};_0x39b210[_0x3b1cb0(0x218)]=0x2,_0x39b210[_0x3b1cb0(0x257)]=0x3,logger['debug'](_0x3b1cb0(0x2ca)+util['inspect'](_0x2954bb,_0x39b210)),_0x1a5ee6[_0x3b1cb0(0x2c5)](_0x2954bb),logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x1d7)+_0x2078af),await this[_0x3b1cb0(0x2f4)](_0x1a5ee6,_0x2078af);}else{if(_0x454980[_0x3b1cb0(0x289)](_0x2dd379,HookState[_0x3b1cb0(0x1c7)])){logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x1ac)+_0x2078af);const _0xdb2525=_0x1a5ee6[_0x3b1cb0(0x321)]()['get'](_0x2078af);logger[_0x3b1cb0(0x1bf)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x3b1cb0(0x306)](Object[_0x3b1cb0(0x2c8)](_0x454980[_0x3b1cb0(0x2de)](_0xdb2525,{}))));_0xdb2525&&_0xdb2525[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x303)+Object['keys'](_0xdb2525[TestFrameworkConstants[_0x3b1cb0(0x2a3)]])[_0x3b1cb0(0x22f)]+_0x3b1cb0(0x18c)):logger['debug'](_0x454980[_0x3b1cb0(0x1e6)]);const _0x215ff0=_0x151de9[_0x3b1cb0(0x318)]||null,_0x233be6={};_0x233be6[_0x3b1cb0(0x2a4)]=_0x1c116b,_0x233be6[_0x3b1cb0(0x316)]=_0x15c01d,_0x233be6[_0x3b1cb0(0x2c1)]=_0x2078af,_0x233be6[_0x3b1cb0(0x318)]=_0x215ff0;const _0x2d0e30=this[_0x3b1cb0(0x28c)](_0x233be6),_0x23e3f9={};_0x23e3f9[_0x3b1cb0(0x218)]=0x2,_0x23e3f9[_0x3b1cb0(0x257)]=0x3,logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x1f9)+util['inspect'](_0x2d0e30,_0x23e3f9)),_0x1a5ee6[_0x3b1cb0(0x2c5)](_0x2d0e30),logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x2f1)+_0x2078af),await this[_0x3b1cb0(0x2f4)](_0x1a5ee6,_0x2078af);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x454980[_0x3b1cb0(0x2d8)](_0x2dd379,HookState[_0x3b1cb0(0x1c7)])){const _0x54724a={};_0x54724a[_0x3b1cb0(0x218)]=0x2,logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x190)+util[_0x3b1cb0(0x306)](_0x151de9,_0x54724a)),await this[_0x3b1cb0(0x29b)](_0x1a5ee6,_0x465be2,_0x151de9);}break;default:if(CLIUtils[_0x3b1cb0(0x1e0)](_0x465be2['toString']()[_0x3b1cb0(0x299)]('.')[0x1])){const _0x8e9443={};_0x8e9443[_0x3b1cb0(0x218)]=0x2,_0x8e9443['maxArrayLength']=0x3,logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x2ec)+_0x465be2+_0x3b1cb0(0x2d2)+_0x2dd379+_0x3b1cb0(0x282)+util[_0x3b1cb0(0x306)](_0x151de9[_0x3b1cb0(0x1a7)],_0x8e9443));const _0x2da435=await this[_0x3b1cb0(0x324)](_0x1a5ee6,_0x465be2,_0x2dd379,_0x151de9),_0x1d90e7={};_0x1d90e7[_0x3b1cb0(0x218)]=0x2,_0x1d90e7['maxArrayLength']=0x3,logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x212)+util[_0x3b1cb0(0x306)](_0x2da435,_0x1d90e7)),_0x1a5ee6['addMultipleEntries'](_0x2da435);}else logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x18f)+_0x465be2+'\x20&\x20hookState='+_0x2dd379);break;}logger[_0x3b1cb0(0x1bf)](_0x3b1cb0(0x29e)+_0x465be2+_0x3b1cb0(0x2d2)+_0x2dd379);}catch(_0x2863f7){logger[_0x3b1cb0(0x208)](_0x3b1cb0(0x2b8)+_0x465be2+_0x3b1cb0(0x2d2)+_0x2dd379+',\x20exception='+util[_0x3b1cb0(0x1d2)](_0x2863f7));}_0x151de9[_0x3b1cb0(0x2e1)]=_0x1a5ee6,await this[_0x3b1cb0(0x1e3)](_0x1a5ee6,_0x465be2,_0x2dd379,_0x151de9);}['getJestTestIdentifier'](_0x2f0fb7){const _0x23b47f=a92_0x59a073,_0x59aaab={};_0x59aaab['zsASk']=_0x23b47f(0x27c);const _0x1a5016=_0x59aaab;if(_0x2f0fb7&&(_0x2f0fb7['id']||_0x2f0fb7[_0x23b47f(0x2c9)])){const _0x33aecb=_0x2f0fb7['id']||_0x2f0fb7[_0x23b47f(0x2c9)];return logger[_0x23b47f(0x1bf)](_0x23b47f(0x19d)+_0x33aecb+_0x23b47f(0x222)),_0x33aecb;}return logger[_0x23b47f(0x1bf)](_0x1a5016[_0x23b47f(0x2bd)]),process[_0x23b47f(0x1b1)]+':testAnalyticsId';}[a92_0x59a073(0x23e)](_0x2bdb13,_0x18bbef,_0x34b201={}){const _0x234913=a92_0x59a073;let _0x34d339=null;return _0x34d339=TestFramework['getTrackedInstance'](),!_0x34d339?(logger[_0x234913(0x1bf)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2bdb13),this['trackJestInstance'](_0x2bdb13,_0x34b201),_0x34d339=TestFramework['getTrackedInstance'](),logger['debug'](_0x234913(0x1eb)+!!_0x34d339+_0x234913(0x2d9)+_0x34d339?.['getContext']()?.[_0x234913(0x288)]())):logger[_0x234913(0x1bf)](_0x234913(0x1c4)+_0x34d339[_0x234913(0x31e)]()?.[_0x234913(0x288)]()),_0x34d339;}[a92_0x59a073(0x252)](_0x3d775d,_0x5e4fdf){const _0x45df34=a92_0x59a073,_0x5c6c56={};_0x5c6c56['oLySf']=_0x45df34(0x2a0);const _0xc8d4d2=_0x5c6c56;if(TestFramework[_0x45df34(0x30a)]()){logger[_0x45df34(0x1bf)](_0xc8d4d2['oLySf']);return;}const _0x161499=CLIUtils[_0x45df34(0x1a9)](),_0x4a9332=TrackedInstance[_0x45df34(0x2da)](_0x161499);let _0x21e493=null;logger[_0x45df34(0x1bf)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x161499+_0x45df34(0x291)+_0x3d775d),_0x21e493=new TestFrameworkInstance(_0x4a9332,this['getTestFrameworks'](),this[_0x45df34(0x2cb)](),_0x3d775d,HookState[_0x45df34(0x1d0)]),TestFramework[_0x45df34(0x2a6)](_0x4a9332,_0x21e493),logger[_0x45df34(0x1bf)](_0x45df34(0x262)+_0x4a9332['getId']()+_0x45df34(0x2ee)+_0x161499+_0x45df34(0x2d1)+this[_0x45df34(0x2af)]()[0x0]+_0x45df34(0x28e)+this['getTestFrameworksVersions']()[this[_0x45df34(0x2af)]()[0x0]]);}[a92_0x59a073(0x1e2)](_0x177212){const _0x503a42=a92_0x59a073,_0x10ff7b={};_0x10ff7b[_0x503a42(0x253)]=function(_0x1adac8,_0x2de798){return _0x1adac8||_0x2de798;},_0x10ff7b[_0x503a42(0x2ba)]=_0x503a42(0x18e);const _0x110324=_0x10ff7b,{testUUID:_0x1f5890,testData:_0x3ac43b,testId:_0xecd501}=_0x177212;if(_0x110324[_0x503a42(0x253)](!_0x3ac43b,!_0xecd501))return logger['debug'](_0x110324['oECkO']),{};const _0x43d201=this['getTestFrameworks']()[0x0],_0x3cae02=this[_0x503a42(0x2cb)](),_0x88d081={};_0x88d081[_0x503a42(0x218)]=0x2,_0x88d081[_0x503a42(0x257)]=0x3,logger['debug']('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x503a42(0x306)](_0x3ac43b,_0x88d081));const _0x40206d=_0x3ac43b?.['scopes']||[],_0x1af7f7=this[_0x503a42(0x2f0)](_0x3ac43b),_0x5cc20c=this[_0x503a42(0x314)](_0x3ac43b),_0x5c3153=_0x3ac43b['fn']?_0x3ac43b['fn'][_0x503a42(0x1e4)]():_0x3ac43b?.[_0x503a42(0x248)]?_0x3ac43b[_0x503a42(0x248)][_0x503a42(0x285)][_0x503a42(0x1e4)]():null,_0x24ae0b=this[_0x503a42(0x28a)](_0x3ac43b),_0x487e87={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x43d201,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3cae02[_0x43d201],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x503a42(0x31d)]]:{},[TestFrameworkConstants[_0x503a42(0x21f)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x503a42(0x201)]]:_0x1af7f7,[TestFrameworkConstants[_0x503a42(0x22e)]]:_0x5cc20c,[TestFrameworkConstants[_0x503a42(0x228)]]:_0xecd501,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1af7f7,[TestFrameworkConstants[_0x503a42(0x26d)]]:_0x5cc20c,[TestFrameworkConstants[_0x503a42(0x2e7)]]:_0x5c3153,[TestFrameworkConstants[_0x503a42(0x1f5)]]:_0x24ae0b,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3ac43b[_0x503a42(0x239)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x503a42(0x2e6)]]:_0x40206d[0x0]||'',[TestFrameworkConstants[_0x503a42(0x1f8)]]:_0x40206d,[TestFrameworkConstants[_0x503a42(0x292)]]:_0x1af7f7,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x503a42(0x1b2)]]:{}};_0x3ac43b[_0x503a42(0x265)]&&(_0x487e87[TestFrameworkConstants[_0x503a42(0x325)]]=_0x3ac43b['retryOf']);logger['debug'](_0x503a42(0x30c)+_0x1af7f7+_0x503a42(0x1a0)+_0xecd501+_0x503a42(0x2fb)+JSON[_0x503a42(0x214)](_0x24ae0b)+_0x503a42(0x2ed)+util[_0x503a42(0x306)](_0x40206d)+_0x503a42(0x1ab)+_0x5cc20c);const _0x18e2dc={};return _0x18e2dc[_0xecd501]=_0x487e87,_0x18e2dc;}[a92_0x59a073(0x28c)](_0x5e9789){const _0x553a08=a92_0x59a073,_0x1cae5b={'alcLz':function(_0x2448fb,_0x19eab3){return _0x2448fb===_0x19eab3;},'BKxsG':'afterAll','SwtRE':'beforeAll','TRUYq':_0x553a08(0x211),'URZJl':_0x553a08(0x19c),'pzvGs':function(_0x3818f1,_0x3a607c){return _0x3818f1||_0x3a607c;},'AlOqg':_0x553a08(0x1db),'SApPI':_0x553a08(0x25a),'FAuMd':function(_0x51c97a,_0x2f8c2e){return _0x51c97a>_0x2f8c2e;},'RKeJM':_0x553a08(0x279),'tfUUS':function(_0x2a55b3,_0x167ac8){return _0x2a55b3===_0x167ac8;},'wLVxS':'skip','NouUY':function(_0x32aa2a,_0x5cb20c){return _0x32aa2a===_0x5cb20c;},'gDeKh':_0x553a08(0x1c3),'bPiSP':'passed','fAiVD':function(_0x4eab68,_0x18edc4){return _0x4eab68!==_0x18edc4;},'otJXS':function(_0x46d3fc,_0x1235d6,_0x566af8,_0x26a8a9){return _0x46d3fc(_0x1235d6,_0x566af8,_0x26a8a9);},'REmhR':function(_0xb1dea,_0x140e40){return _0xb1dea>_0x140e40;},'SvtHT':function(_0x235239,_0x3507b7){return _0x235239>_0x3507b7;},'qCwsL':_0x553a08(0x20b),'LYUbu':function(_0x17ec3a,_0x207b68){return _0x17ec3a>_0x207b68;},'hSfGe':function(_0x272be8,_0x160544){return _0x272be8===_0x160544;}},{testUUID:_0xeb6713,testData:_0x33bda4,testId:_0x5731d3}=_0x5e9789;if(_0x1cae5b[_0x553a08(0x1ae)](!_0x33bda4,!_0x5731d3))return logger[_0x553a08(0x1bf)](_0x1cae5b[_0x553a08(0x227)]),{};const _0x3cdab0=this[_0x553a08(0x23e)](TestFrameworkState[_0x553a08(0x30d)],HookState[_0x553a08(0x1c7)]),_0x410c73=_0x3cdab0[_0x553a08(0x321)]()['get'](_0x5731d3),_0x431d3f=_0x1cae5b[_0x553a08(0x1ae)](_0x410c73,{}),_0x5df439=_0x431d3f?_0x431d3f[TestFrameworkConstants[_0x553a08(0x29a)]]||{}:{},_0x4c6e3c=_0x431d3f[TestFrameworkConstants[_0x553a08(0x2a3)]];logger[_0x553a08(0x1bf)](_0x553a08(0x268)+(_0x4c6e3c?Object[_0x553a08(0x2c8)](_0x4c6e3c)[_0x553a08(0x22f)]:0x0)+_0x553a08(0x209));let _0x5334b5=_0x1cae5b[_0x553a08(0x26f)];if(_0x33bda4[_0x553a08(0x2d5)])_0x5334b5=_0x33bda4[_0x553a08(0x2d5)];else{if(_0x33bda4[_0x553a08(0x2ea)]&&_0x1cae5b['FAuMd'](_0x33bda4[_0x553a08(0x2ea)][_0x553a08(0x22f)],0x0))_0x5334b5=_0x1cae5b[_0x553a08(0x1ed)];else _0x1cae5b[_0x553a08(0x309)](_0x33bda4[_0x553a08(0x198)],_0x1cae5b[_0x553a08(0x2e4)])||_0x1cae5b[_0x553a08(0x1b9)](_0x33bda4['status'],_0x1cae5b['gDeKh'])?_0x5334b5=_0x1cae5b[_0x553a08(0x2a8)]:_0x5334b5=_0x1cae5b[_0x553a08(0x2a5)];}const _0x5dc00a={..._0x431d3f,[TestFrameworkConstants[_0x553a08(0x274)]]:_0x5334b5,[TestFrameworkConstants[_0x553a08(0x276)]]:_0x33bda4[_0x553a08(0x230)]||new Date()[_0x553a08(0x2bb)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x553a08(0x2bb)](),[TestFrameworkConstants[_0x553a08(0x29a)]]:_0x5df439,[TestFrameworkConstants[_0x553a08(0x187)]]:_0x431d3f[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x553a08(0x1b2)]]:{}};if(_0x1cae5b[_0x553a08(0x242)](_0x5334b5,_0x1cae5b[_0x553a08(0x1ed)])&&_0x33bda4[_0x553a08(0x2ea)]){const _0x27d14b=this[_0x553a08(0x280)](_0x33bda4),_0x48d0ab=this['getJestFailureType'](_0x33bda4),_0x4c7dde=this['getJestFailureData'](_0x33bda4);_0x5dc00a[TestFrameworkConstants[_0x553a08(0x219)]]=_0x48d0ab,_0x5dc00a[TestFrameworkConstants[_0x553a08(0x27a)]]=_0x27d14b,_0x5dc00a[TestFrameworkConstants[_0x553a08(0x1a2)]]=_0x4c7dde;}_0x1cae5b[_0x553a08(0x18b)](_0x33bda4['duration'],undefined)&&(_0x5dc00a[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x33bda4[_0x553a08(0x1fa)]);_0x33bda4[_0x553a08(0x265)]&&(_0x5dc00a[TestFrameworkConstants[_0x553a08(0x325)]]=_0x33bda4[_0x553a08(0x265)]);const _0x5c67ba=_0x410c73?_0x410c73[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2e1c5d=_0x410c73?_0x410c73[TestFrameworkConstants[_0x553a08(0x2f7)]]:_0xeb6713,_0x15cfd1=_0x1cae5b[_0x553a08(0x197)](getManualUploadLogs,_0x5c67ba,_0x2e1c5d,_0x5731d3);if(_0x1cae5b[_0x553a08(0x1b6)](_0x15cfd1[_0x553a08(0x22f)],0x0)){const _0x552ce=_0x5dc00a[TestFrameworkConstants['KEY_LOGS']]||[];_0x5dc00a[TestFrameworkConstants[_0x553a08(0x187)]]=[..._0x552ce,..._0x15cfd1];}const _0x44b1c7=_0x431d3f[TestFrameworkConstants[_0x553a08(0x31d)]]||{},_0x1e1c6f=_0x431d3f[TestFrameworkConstants[_0x553a08(0x21f)]]||{},_0x30b4f6={..._0x44b1c7},_0x59d013=_0x30b4f6;Object[_0x553a08(0x2c8)](_0x1e1c6f)[_0x553a08(0x2c4)](_0x3fb311=>{const _0x371095=_0x553a08;!_0x59d013[_0x3fb311]&&(_0x59d013[_0x3fb311]=[]);const _0x3bcb34=new Set((_0x59d013[_0x3fb311]||[])[_0x371095(0x195)](_0x78257e=>_0x78257e[TestFrameworkConstants['KEY_HOOK_ID']]||_0x78257e[_0x371095(0x247)]));(_0x1e1c6f[_0x3fb311]||[])[_0x371095(0x2c4)](_0x34ac9c=>{const _0x357d93=_0x371095,_0x55504b=_0x34ac9c[TestFrameworkConstants[_0x357d93(0x20f)]]||_0x34ac9c[_0x357d93(0x247)];if(!_0x3bcb34['has'](_0x55504b)){const _0x5ebad2={..._0x34ac9c},_0x10ccd6=_0x5ebad2;!_0x10ccd6[TestFrameworkConstants[_0x357d93(0x199)]]&&!_0x10ccd6[_0x357d93(0x2ae)]&&(_0x10ccd6[TestFrameworkConstants[_0x357d93(0x199)]]=new Date()['toISOString']()),!_0x10ccd6[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x10ccd6['hook_result']&&(_0x10ccd6[TestFrameworkConstants[_0x357d93(0x1aa)]]=TestFrameworkConstants[_0x357d93(0x313)]),_0x59d013[_0x3fb311][_0x357d93(0x25d)](_0x10ccd6);}});});if(_0x5e9789[_0x553a08(0x318)]){this[_0x553a08(0x295)](_0x5e9789[_0x553a08(0x318)]);const _0x32db3f=this[_0x553a08(0x1b4)](_0x5e9789[_0x553a08(0x318)]),_0x3b9ddf=this['getHooksForTest'](_0x5e9789[_0x553a08(0x318)]);_0x3b9ddf['forEach'](_0x4f449e=>{const _0x26adc9=_0x553a08,_0x45e51b=_0x32db3f[_0x26adc9(0x2e9)](_0x4f449e);if(_0x45e51b&&(_0x1cae5b[_0x26adc9(0x242)](_0x45e51b[_0x26adc9(0x24f)],_0x1cae5b['BKxsG'])||_0x1cae5b[_0x26adc9(0x242)](_0x45e51b[_0x26adc9(0x24f)],_0x1cae5b[_0x26adc9(0x21e)]))){const _0x2996c5=_0x45e51b[_0x26adc9(0x24f)][_0x26adc9(0x1e9)]()[_0x26adc9(0x19b)](_0x1cae5b[_0x26adc9(0x296)],_0x1cae5b[_0x26adc9(0x30b)]),_0x285e61=_0x2996c5;!_0x59d013[_0x285e61]&&(_0x59d013[_0x285e61]=[]);const _0x7b27a7=_0x59d013[_0x285e61]['find'](_0x54bc56=>(_0x54bc56[TestFrameworkConstants[_0x26adc9(0x20f)]]||_0x54bc56[_0x26adc9(0x247)])===_0x4f449e);!_0x7b27a7&&_0x59d013[_0x285e61][_0x26adc9(0x25d)]({'key':_0x285e61,[TestFrameworkConstants[_0x26adc9(0x20f)]]:_0x4f449e,[TestFrameworkConstants[_0x26adc9(0x1aa)]]:TestFrameworkConstants[_0x26adc9(0x313)],[TestFrameworkConstants[_0x26adc9(0x1de)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x26adc9(0x199)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x26adc9(0x2c6)]]:_0x45e51b[_0x26adc9(0x23c)]||_0x45e51b[_0x26adc9(0x24f)]+_0x26adc9(0x258),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5df439});}});}if(_0x33bda4[_0x553a08(0x1f7)]&&_0x1cae5b[_0x553a08(0x2df)](_0x33bda4[_0x553a08(0x1f7)]['length'],0x0))_0x5dc00a[TestFrameworkConstants[_0x553a08(0x31d)]]=_0x33bda4[_0x553a08(0x1f7)],logger[_0x553a08(0x1bf)](_0x1cae5b[_0x553a08(0x2db)]);else _0x1cae5b[_0x553a08(0x25b)](Object[_0x553a08(0x2c8)](_0x59d013)[_0x553a08(0x22f)],0x0)&&(_0x5dc00a[TestFrameworkConstants[_0x553a08(0x31d)]]=_0x59d013,logger[_0x553a08(0x1bf)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x553a08(0x2c8)](_0x59d013)[_0x553a08(0x1cf)](',')));const _0x2276b8=this[_0x553a08(0x2f0)](_0x33bda4);logger[_0x553a08(0x1bf)](_0x553a08(0x1ea)+_0x2276b8+_0x553a08(0x1a0)+_0x5731d3+_0x553a08(0x26c)+_0x5334b5+',\x20duration='+_0x33bda4[_0x553a08(0x1fa)]);_0x1cae5b[_0x553a08(0x281)](_0x5334b5,_0x1cae5b[_0x553a08(0x1ed)])&&logger[_0x553a08(0x1bf)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x5731d3+_0x553a08(0x21b)+_0x5dc00a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x553a08(0x30e)+_0x5dc00a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x553a08(0x19e)](0x0,0xc8));const _0x7f84d={};return _0x7f84d[_0x5731d3]=_0x5dc00a,_0x7f84d;}[a92_0x59a073(0x312)](_0x840533){const _0x50a3b5=a92_0x59a073,_0x31fa5a={};_0x31fa5a[_0x50a3b5(0x310)]=function(_0x334297,_0x151f60){return _0x334297!==_0x151f60;},_0x31fa5a[_0x50a3b5(0x24c)]=function(_0x4a58db,_0x47c892){return _0x4a58db!==_0x47c892;},_0x31fa5a[_0x50a3b5(0x266)]='ROOT_DESCRIBE_BLOCK';const _0x517232=_0x31fa5a,_0x4cfe88={};_0x4cfe88[_0x50a3b5(0x218)]=0x2,_0x4cfe88['maxArrayLength']=0x3,logger[_0x50a3b5(0x1bf)](_0x50a3b5(0x2c0)+util[_0x50a3b5(0x306)](_0x840533,_0x4cfe88));const _0x3defd3=[];if(_0x840533&&_0x840533[_0x50a3b5(0x23f)]){let _0x4ea147=_0x840533['parent'];while(_0x4ea147&&_0x4ea147[_0x50a3b5(0x23c)]&&_0x517232['XiYmW'](_0x4ea147[_0x50a3b5(0x23c)],'')&&_0x517232[_0x50a3b5(0x24c)](_0x4ea147[_0x50a3b5(0x23c)],_0x517232[_0x50a3b5(0x266)])){_0x3defd3[_0x50a3b5(0x25d)](_0x4ea147[_0x50a3b5(0x23c)]),_0x4ea147=_0x4ea147[_0x50a3b5(0x23f)];}}return _0x3defd3[_0x50a3b5(0x260)]();}[a92_0x59a073(0x2f0)](_0x457eb7){const _0x4cfd63=a92_0x59a073,_0x2a26f6={};_0x2a26f6[_0x4cfd63(0x320)]=_0x4cfd63(0x224);const _0x1fd6eb=_0x2a26f6;if(_0x457eb7[_0x4cfd63(0x23c)])return _0x457eb7[_0x4cfd63(0x23c)];if(_0x457eb7[_0x4cfd63(0x327)])return _0x457eb7[_0x4cfd63(0x327)];return _0x1fd6eb[_0x4cfd63(0x320)];}['getJestTestTags'](_0x10e7b1){const _0xba810d=a92_0x59a073,_0x3156ff=[];if(_0x10e7b1['tags']&&Array[_0xba810d(0x305)](_0x10e7b1[_0xba810d(0x2fe)]))return _0x10e7b1[_0xba810d(0x2fe)][_0xba810d(0x195)](_0x41720e=>_0x41720e[_0xba810d(0x1d3)]('@')?_0x41720e['substr'](0x1):_0x41720e);const _0x3605c3=this[_0xba810d(0x2f0)](_0x10e7b1),_0x310a39=_0x3605c3[_0xba810d(0x1f2)](/@(\w+)/g);if(_0x310a39)return _0x310a39[_0xba810d(0x195)](_0x4b1526=>_0x4b1526['slice'](0x1));return _0x10e7b1[_0xba810d(0x240)]&&Array[_0xba810d(0x305)](_0x10e7b1[_0xba810d(0x240)])&&_0x10e7b1[_0xba810d(0x240)][_0xba810d(0x2c4)](_0x12cec7=>{const _0x591fed=_0xba810d,_0x373066=_0x12cec7[_0x591fed(0x1f2)](/@(\w+)/g);_0x373066&&_0x373066[_0x591fed(0x2c4)](_0x3e134f=>{const _0x2c4656=_0x591fed,_0x55d311=_0x3e134f[_0x2c4656(0x221)](0x1);!_0x3156ff[_0x2c4656(0x1b5)](_0x55d311)&&_0x3156ff[_0x2c4656(0x25d)](_0x55d311);});}),_0x3156ff;}[a92_0x59a073(0x314)](_0xed25bf){const _0x1f6e50=a92_0x59a073,_0x1522c3={'SIjMf':function(_0x47333f,_0x40540a){return _0x47333f(_0x40540a);}};if(_0xed25bf[_0x1f6e50(0x1a5)])return _0xed25bf[_0x1f6e50(0x1a5)];if(_0xed25bf['asyncError'])try{const _0x4ca541=stackTrace[_0x1f6e50(0x2b9)](_0xed25bf['asyncError']),_0x361619=_0x1522c3[_0x1f6e50(0x2be)](pickUserFrameFile,_0x4ca541);if(_0x361619)return _0x361619;logger[_0x1f6e50(0x1bf)](_0x1f6e50(0x275)+_0x4ca541[_0x1f6e50(0x22f)]+')');}catch(_0x492576){logger['debug'](_0x1f6e50(0x1fc)+util[_0x1f6e50(0x1d2)](_0x492576));}return null;}['getJestFailureReason'](_0x2b2fa1){const _0x544f7a=a92_0x59a073,_0x47525e={};_0x47525e[_0x544f7a(0x2f6)]=function(_0x2bc31f,_0x4d2a34){return _0x2bc31f>_0x4d2a34;},_0x47525e['LXyHt']=_0x544f7a(0x302);const _0x1b0138=_0x47525e;if(_0x2b2fa1[_0x544f7a(0x2ea)]&&_0x1b0138[_0x544f7a(0x2f6)](_0x2b2fa1[_0x544f7a(0x2ea)]['length'],0x0))return util['inspect'](_0x2b2fa1[_0x544f7a(0x2ea)][0x0]);if(_0x2b2fa1[_0x544f7a(0x27b)])return _0x2b2fa1[_0x544f7a(0x27b)];return _0x1b0138[_0x544f7a(0x25e)];}[a92_0x59a073(0x273)](_0x28239b){const _0x5c5902=a92_0x59a073,_0x4ea6ae={};_0x4ea6ae['UNGeP']=_0x5c5902(0x24b),_0x4ea6ae[_0x5c5902(0x1f4)]=_0x5c5902(0x29d),_0x4ea6ae['DVJAC']=_0x5c5902(0x2e8);const _0x1fc80e=_0x4ea6ae,_0x8eb0e1=this[_0x5c5902(0x280)](_0x28239b);if(_0x8eb0e1&&_0x8eb0e1[_0x5c5902(0x1b5)](_0x1fc80e[_0x5c5902(0x2b1)]))return _0x1fc80e['fTZNc'];return _0x1fc80e[_0x5c5902(0x24e)];}[a92_0x59a073(0x18a)](_0x9cac1e){const _0x57fa93=a92_0x59a073,_0x11c1df={'Brzri':function(_0x4877ed,_0x555fa2){return _0x4877ed(_0x555fa2);},'fuaGD':_0x57fa93(0x235),'FFKBB':function(_0x4da113,_0x28dd04){return _0x4da113!==_0x28dd04;},'nPLAx':_0x57fa93(0x2a2)},{failureData:_0x33768d}=_0x11c1df[_0x57fa93(0x203)](require,_0x11c1df[_0x57fa93(0x1d5)]),_0x15c864=[];return _0x11c1df[_0x57fa93(0x241)](_0x9cac1e[_0x57fa93(0x2ea)],undefined)&&_0x15c864[_0x57fa93(0x25d)](_0x9cac1e['errorsDetailed'],_0x11c1df[_0x57fa93(0x250)]),_0x33768d[_0x57fa93(0x244)](null,_0x15c864);}async[a92_0x59a073(0x324)](_0x414309,_0x5984ef,_0x26fbbf,_0x1292ad){const _0x5728f1=a92_0x59a073,_0x55b1ff={'DFMpl':_0x5728f1(0x20d),'nKFbF':function(_0x5ba8ee){return _0x5ba8ee();},'WyVng':function(_0x3a36a8,_0x13d2cd){return _0x3a36a8 in _0x13d2cd;},'wEDHK':function(_0x2144b2,_0x10e189){return _0x2144b2===_0x10e189;},'cxNam':function(_0x1465a8,_0x463bf5){return _0x1465a8===_0x463bf5;},'cmGbu':function(_0x5e04d4,_0x265f6c){return _0x5e04d4>_0x265f6c;},'bPdpf':'failed','tRoiQ':_0x5728f1(0x237),'uHkDA':_0x5728f1(0x22c),'FtQXF':function(_0x4494ba,_0x2da935){return _0x4494ba===_0x2da935;},'JJPyk':function(_0x466569,_0x6a022b){return _0x466569!==_0x6a022b;}},{hookData:_0x48ccd7}=_0x1292ad,_0x516726=_0x26fbbf['toString'](),_0x59fc8c=_0x5984ef[_0x5728f1(0x1e4)](),_0x113592={};_0x113592[_0x5728f1(0x218)]=0x2,_0x113592[_0x5728f1(0x257)]=0x3,logger[_0x5728f1(0x1bf)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x59fc8c+_0x5728f1(0x2d2)+_0x516726+',\x20hookData='+util[_0x5728f1(0x306)](_0x48ccd7,_0x113592));if(!_0x48ccd7)return logger[_0x5728f1(0x1bf)](_0x55b1ff['DFMpl']),{};const _0x9afd9a=_0x48ccd7[_0x5728f1(0x2c9)]||_0x48ccd7[_0x5728f1(0x18d)]||_0x55b1ff[_0x5728f1(0x23a)](uuidv4),_0x6b403=_0x48ccd7[_0x5728f1(0x1fe)]||this[_0x5728f1(0x27f)](_0x48ccd7),_0x1a628f=_0x5984ef['toString']()[_0x5728f1(0x299)]('.')[0x1],_0x4e948d=_0x414309[_0x5728f1(0x321)]()[_0x5728f1(0x2e9)](_0x6b403),_0x3bb7dc=_0x4e948d?_0x4e948d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x5728f1(0x1bf)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x9afd9a+_0x5728f1(0x1a0)+_0x6b403+_0x5728f1(0x2fd)+_0x1a628f+_0x5728f1(0x2d2)+_0x516726);if(!_0x4e948d)return logger[_0x5728f1(0x1bf)](_0x5728f1(0x259)+_0x6b403+_0x5728f1(0x21a)),this[_0x5728f1(0x1e1)](_0x414309,_0x6b403,_0x5984ef,_0x26fbbf,_0x1292ad),{};let _0x58b978=_0x4e948d[TestFrameworkConstants[_0x5728f1(0x21f)]];!_0x58b978&&(_0x58b978={});!_0x55b1ff[_0x5728f1(0x2eb)](_0x1a628f,_0x58b978)&&(_0x58b978[_0x1a628f]=[]);let _0x518801=_0x4e948d[TestFrameworkConstants[_0x5728f1(0x31d)]];!_0x518801&&(_0x518801={});!_0x55b1ff[_0x5728f1(0x2eb)](_0x1a628f,_0x518801)&&(_0x518801[_0x1a628f]=[]);const _0x41a28a={[_0x6b403]:{[TestFrameworkConstants[_0x5728f1(0x21f)]]:_0x58b978,[TestFrameworkConstants[_0x5728f1(0x31d)]]:_0x518801,[TestFrameworkConstants[_0x5728f1(0x1da)]]:this[_0x5728f1(0x2af)]()[0x0]||'',[TestFrameworkConstants[_0x5728f1(0x1d8)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}};if(_0x55b1ff['wEDHK'](_0x26fbbf,HookState[_0x5728f1(0x19a)])){const _0x37b20e={'key':_0x1a628f,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x9afd9a,[TestFrameworkConstants[_0x5728f1(0x1aa)]]:TestFrameworkConstants[_0x5728f1(0x313)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x48ccd7['started_at']||new Date()[_0x5728f1(0x2bb)](),[TestFrameworkConstants[_0x5728f1(0x2a1)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x48ccd7[_0x5728f1(0x23c)]||_0x48ccd7[_0x5728f1(0x277)]||_0x1a628f,[TestFrameworkConstants[_0x5728f1(0x29a)]]:_0x3bb7dc};_0x58b978[_0x1a628f][_0x5728f1(0x25d)](_0x37b20e),_0x41a28a[_0x6b403][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1a628f;const _0x3adf1e={};_0x3adf1e[_0x5728f1(0x218)]=0x2,logger[_0x5728f1(0x1bf)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1a628f+',\x20hookId='+_0x9afd9a+_0x5728f1(0x1a0)+_0x6b403+_0x5728f1(0x1a3)+util[_0x5728f1(0x306)](_0x37b20e,_0x3adf1e));}else{if(_0x55b1ff[_0x5728f1(0x300)](_0x26fbbf,HookState['POST'])){const _0x3a9111=_0x48ccd7['result']||(_0x48ccd7[_0x5728f1(0x2ea)]&&_0x55b1ff[_0x5728f1(0x216)](_0x48ccd7['errorsDetailed']['length'],0x0)?_0x55b1ff[_0x5728f1(0x286)]:_0x55b1ff[_0x5728f1(0x298)]),_0x36bba1=_0x58b978[_0x1a628f]||[];logger['debug'](_0x5728f1(0x24d)+_0x1a628f+_0x5728f1(0x1a0)+_0x6b403+_0x5728f1(0x271)+_0x3a9111+_0x5728f1(0x2e2)+_0x36bba1[_0x5728f1(0x22f)]);if(_0x55b1ff[_0x5728f1(0x1cb)](_0x36bba1['length'],0x0)&&_0x55b1ff['wEDHK'](_0x5984ef,TestFrameworkState[_0x5728f1(0x1f6)]))return logger[_0x5728f1(0x1bf)](_0x55b1ff[_0x5728f1(0x251)]),this[_0x5728f1(0x1e1)](_0x414309,_0x6b403,_0x5984ef,_0x26fbbf,_0x1292ad),{};if(_0x55b1ff[_0x5728f1(0x216)](_0x36bba1['length'],0x0)){const _0x4df0b4=_0x36bba1[_0x5728f1(0x207)]();_0x55b1ff[_0x5728f1(0x2d6)](_0x3a9111,_0x55b1ff[_0x5728f1(0x286)])&&_0x48ccd7['errorsDetailed']?(_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x21d)]]=this[_0x5728f1(0x273)](_0x48ccd7),_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x1bb)]]=this[_0x5728f1(0x280)](_0x48ccd7),_0x4df0b4[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x5728f1(0x18a)](_0x48ccd7),logger[_0x5728f1(0x1bf)](_0x5728f1(0x193)+_0x1a628f+_0x5728f1(0x21b)+_0x4df0b4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x5728f1(0x30e)+_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x1bb)]]?.[_0x5728f1(0x19e)](0x0,0xc8))):_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x1aa)]]=_0x55b1ff[_0x5728f1(0x298)];_0x55b1ff['JJPyk'](_0x3a9111,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x1aa)]]=_0x3a9111);_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x199)]]=_0x48ccd7[_0x5728f1(0x230)]||new Date()[_0x5728f1(0x2bb)](),_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x29a)]]=_0x3bb7dc;const _0x590c54=_0x4df0b4[TestFrameworkConstants[_0x5728f1(0x20f)]];!_0x518801[_0x1a628f]&&(_0x518801[_0x1a628f]=[]);_0x518801[_0x1a628f][_0x5728f1(0x25d)](_0x4df0b4),_0x41a28a[_0x6b403][TestFrameworkConstants[_0x5728f1(0x2cf)]]=_0x1a628f;const _0x573da0={};_0x573da0[_0x5728f1(0x218)]=0x2,logger[_0x5728f1(0x1bf)](_0x5728f1(0x1ef)+_0x1a628f+_0x5728f1(0x1c8)+_0x590c54+_0x5728f1(0x271)+_0x3a9111+_0x5728f1(0x1a3)+util[_0x5728f1(0x306)](_0x4df0b4,_0x573da0));}}}return _0x41a28a;}[a92_0x59a073(0x317)](_0x4621b6){const _0x423480=a92_0x59a073,_0x354303={};_0x354303[_0x423480(0x272)]=_0x423480(0x215);const _0x26bb3c=_0x354303;try{const _0x2aae43=_0x4621b6[_0x423480(0x2a2)]?this['getJestTestIdentifier'](_0x4621b6['test']):_0x4621b6[_0x423480(0x1a7)][_0x423480(0x1fe)],_0x5a3705=_0x4621b6[_0x423480(0x2e1)],_0x37c8cf=_0x5a3705[_0x423480(0x31e)](),_0x3269dd=_0x5a3705[_0x423480(0x321)]()[_0x423480(0x2e9)](_0x2aae43);if(!_0x3269dd)return logger[_0x423480(0x1bf)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2aae43),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5ac082=this[_0x423480(0x2af)]()[0x0]||'',[TestFrameworkConstants[_0x423480(0x1d8)]]:_0x25e5ac=this[_0x423480(0x2cb)]()[this[_0x423480(0x2af)]()[0x0]]||'',[TestFrameworkConstants[_0x423480(0x22a)]]:_0x528bfd='',[TestFrameworkConstants[_0x423480(0x276)]]:_0x1148bb=''}=_0x3269dd,_0x31d3bf=_0x5a3705[_0x423480(0x27d)]()[_0x423480(0x1e4)]()['split']('.')[0x1],_0x444b68=_0x5a3705[_0x423480(0x1ec)]()[_0x423480(0x1e4)]()[_0x423480(0x299)]('.')[0x1],_0x3be4b0=global?.[_0x423480(0x2cc)]?.[_0x423480(0x1d6)]?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0x4aec37=_0x5a3705[_0x423480(0x19f)](),_0x5a125f=Buffer[_0x423480(0x323)](JSON[_0x423480(0x214)](_0x3269dd))[_0x423480(0x1e4)](_0x26bb3c['gwOCq']),_0x52e726={'hash':_0x37c8cf['getId'](),'threadId':_0x37c8cf['getThreadId']()['toString'](),'processId':_0x37c8cf['getProcessId']()[_0x423480(0x1e4)]()},_0x451ec1={};_0x451ec1[_0x423480(0x1be)]=_0x3be4b0,_0x451ec1['testFrameworkName']=_0x5ac082,_0x451ec1[_0x423480(0x1fb)]=_0x25e5ac,_0x451ec1[_0x423480(0x307)]=_0x31d3bf,_0x451ec1[_0x423480(0x2ab)]=_0x444b68,_0x451ec1[_0x423480(0x311)]=_0x528bfd,_0x451ec1[_0x423480(0x294)]=_0x1148bb,_0x451ec1[_0x423480(0x2c9)]=_0x4aec37,_0x451ec1[_0x423480(0x2fc)]=_0x5a125f,_0x451ec1['executionContext']=_0x52e726,_0x451ec1[_0x423480(0x2d7)]=_0x2aae43;const _0x5be53a=_0x451ec1;return _0x5be53a;}catch(_0x5964e6){return logger['error'](_0x423480(0x1dc)+util[_0x423480(0x1d2)](_0x5964e6)),{};}}async['sendLogCreatedEvent'](_0x31b39a,_0x1efe44,_0x2b2ffc){const _0x25a100=a92_0x59a073,_0x1e84d2={'RQkDy':function(_0x4a3827,_0x4aa8cb){return _0x4a3827+_0x4aa8cb;},'jYSaX':_0x25a100(0x297),'ldZbo':_0x25a100(0x245),'fNyCK':function(_0x15c59f,_0x222c07){return _0x15c59f>_0x222c07;},'pROZj':function(_0x1dea85,_0xe47c8d,_0x3355c7,_0x30db81){return _0x1dea85(_0xe47c8d,_0x3355c7,_0x30db81);},'ZNBwE':function(_0x3b2ecb,_0x46785a){return _0x3b2ecb-_0x46785a;},'ijWSe':function(_0x8443a7,_0xdcd6e0){return _0x8443a7===_0xdcd6e0;},'gTTYf':function(_0x229c27,_0x57412e){return _0x229c27/_0x57412e;},'dWsOn':function(_0x2f67d8,_0x23f3b3){return _0x2f67d8<_0x23f3b3;},'DDdRz':function(_0xd6b2ac,_0x3127e4){return _0xd6b2ac*_0x3127e4;},'kKpwZ':function(_0x53d704,_0x13dc0b){return _0x53d704+_0x13dc0b;},'aFzAF':function(_0x526eb4,_0x4546c8){return _0x526eb4+_0x4546c8;}};try{const _0x81d046=_0x2b2ffc[_0x25a100(0x2a4)]||_0x2b2ffc[_0x25a100(0x2c1)],_0x117b3b=Array[_0x25a100(0x323)](_0x31b39a[_0x25a100(0x321)]()[_0x25a100(0x2c8)]()),_0x165a56=_0x31b39a[_0x25a100(0x321)]()[_0x25a100(0x2e9)](_0x81d046);if(!_0x165a56){logger[_0x25a100(0x1bf)](_0x25a100(0x2dd)+_0x81d046);return;}const {[TestFrameworkConstants[_0x25a100(0x1da)]]:_0xc1b3bc='',[TestFrameworkConstants[_0x25a100(0x1d8)]]:_0x1440cd=''}=_0x165a56;let _0x4f6c29=[];_0x165a56&&_0x165a56[TestFrameworkConstants[_0x25a100(0x187)]]&&Array[_0x25a100(0x305)](_0x165a56[TestFrameworkConstants[_0x25a100(0x187)]])?(_0x4f6c29=_0x165a56[TestFrameworkConstants[_0x25a100(0x187)]]||[],logger['debug'](_0x25a100(0x196)+_0x4f6c29[_0x25a100(0x22f)]+_0x25a100(0x278)+_0x81d046),_0x31b39a[_0x25a100(0x2c5)]({[_0x81d046]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x25a100(0x1da)]]:this[_0x25a100(0x2af)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x25a100(0x2cb)]()[this[_0x25a100(0x2af)]()[0x0]]||''}}),logger[_0x25a100(0x1bf)](_0x25a100(0x1ca)+_0x81d046)):logger[_0x25a100(0x1bf)](_0x25a100(0x2b5)+_0x81d046);logger[_0x25a100(0x1bf)](_0x25a100(0x1f0)+_0x4f6c29[_0x25a100(0x22f)]+_0x25a100(0x2ce)+_0x81d046);const _0x328dd7=_0x4f6c29[_0x25a100(0x31f)](_0x409963=>_0x409963[_0x25a100(0x246)]==='TEST_SCREENSHOT');_0x1e84d2[_0x25a100(0x202)](_0x328dd7['length'],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x328dd7['length']+_0x25a100(0x2e3)+_0x81d046),_0x328dd7[_0x25a100(0x2c4)]((_0x2d3812,_0x49c0f6)=>{const _0xae20c2=_0x25a100;logger['debug'](_0xae20c2(0x315)+_0x1e84d2['RQkDy'](_0x49c0f6,0x1)+'/'+_0x328dd7[_0xae20c2(0x22f)]+'\x20-\x20test_identifier='+(_0x2d3812[_0xae20c2(0x2d7)]||_0x1e84d2[_0xae20c2(0x2fa)])+_0xae20c2(0x1ff)+(_0x2d3812['test_run_uuid']||_0x1e84d2[_0xae20c2(0x2fa)])+_0xae20c2(0x2e0)+(_0x2d3812['hook_run_uuid']||_0x1e84d2[_0xae20c2(0x238)])+_0xae20c2(0x25f)+(_0x2d3812[_0xae20c2(0x283)]?.[_0xae20c2(0x22f)]||0x0));}));const _0x4c68ef=_0x165a56[TestFrameworkConstants[_0x25a100(0x2a3)]]||{},_0x33bbd3=_0x1e84d2[_0x25a100(0x1b3)](getMediaArtifactsLogs,_0x4c68ef,null,_0x81d046),_0x2bb984=(_0x4f6c29||[])[_0x25a100(0x1cd)](_0x33bbd3||[]),_0x4eebd3=_0x328dd7?.['length']||0x0,_0x19f000=_0x1e84d2[_0x25a100(0x31c)](_0x4f6c29?.['length']||0x0,_0x4eebd3);logger[_0x25a100(0x1bf)](_0x25a100(0x194)+_0x81d046+_0x25a100(0x1af)+_0x19f000+_0x25a100(0x2ef)+_0x4eebd3+_0x25a100(0x1c9)+(_0x33bbd3?.['length']||0x0)+_0x25a100(0x2b0)+_0x2bb984['length']);if(!_0x2bb984||_0x1e84d2[_0x25a100(0x261)](_0x2bb984[_0x25a100(0x22f)],0x0)){logger[_0x25a100(0x1bf)](_0x25a100(0x301)+_0x81d046);return;}const _0x1b11e9=0x28,_0x3c57c3=Math[_0x25a100(0x2c3)](_0x1e84d2[_0x25a100(0x232)](_0x2bb984[_0x25a100(0x22f)],_0x1b11e9));for(let _0xfe6117=0x0;_0x1e84d2['dWsOn'](_0xfe6117,_0x3c57c3);_0xfe6117++){const _0x37d050=_0x1e84d2[_0x25a100(0x264)](_0xfe6117,_0x1b11e9),_0x3309d9=_0x1e84d2['RQkDy'](_0x37d050,_0x1b11e9),_0x5b6ac8=_0x2bb984[_0x25a100(0x221)](_0x37d050,_0x3309d9),_0x2ce7c1=global?.[_0x25a100(0x1a8)]??0x0,_0x50168c={'platformIndex':_0x2ce7c1,'logs':_0x5b6ac8,'testFrameworkName':_0xc1b3bc,'testFrameworkVersion':_0x1440cd,'testFrameworkState':_0x1efe44[_0x25a100(0x1e4)]()[_0x25a100(0x299)]('.')[0x1]},_0x29d062={};_0x29d062[_0x25a100(0x218)]=0x3,_0x29d062[_0x25a100(0x257)]=0x5,logger[_0x25a100(0x1bf)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1e84d2['kKpwZ'](_0xfe6117,0x1)+'/'+_0x3c57c3+_0x25a100(0x319)+_0x81d046+_0x25a100(0x1ce)+_0x5b6ac8[_0x25a100(0x22f)]+_0x25a100(0x29c)+_0x2ce7c1+_0x25a100(0x29f)+util[_0x25a100(0x306)](_0x50168c,_0x29d062));const _0x141dc1=await GrpcClient[_0x25a100(0x21c)]()[_0x25a100(0x1fd)](_0x50168c);logger[_0x25a100(0x1bf)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1e84d2['aFzAF'](_0xfe6117,0x1)+'/'+_0x3c57c3+'\x20-\x20testId:\x20'+_0x81d046+_0x25a100(0x243)+util[_0x25a100(0x306)](_0x141dc1));}_0x33bbd3&&_0x1e84d2['fNyCK'](_0x33bbd3['length'],0x0)&&_0x165a56[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x31b39a['addMultipleEntries']({[_0x81d046]:{[TestFrameworkConstants[_0x25a100(0x2a3)]]:{},[TestFrameworkConstants[_0x25a100(0x1da)]]:this[_0x25a100(0x2af)]()[0x0]||'',[TestFrameworkConstants[_0x25a100(0x1d8)]]:this[_0x25a100(0x2cb)]()[this[_0x25a100(0x2af)]()[0x0]]||''}}),logger[_0x25a100(0x1bf)](_0x25a100(0x1df)+_0x81d046+_0x25a100(0x24a)+_0x3c57c3);}catch(_0xffb709){logger['error'](_0x25a100(0x22b)+(_0x2b2ffc[_0x25a100(0x2a4)]||_0x2b2ffc['testId'])+_0x25a100(0x2b7)+util[_0x25a100(0x1d2)](_0xffb709));}}[a92_0x59a073(0x1e1)](_0x4b9973,_0x277779,_0x57b095,_0x3d74b7,_0x2855ac){const _0x146939=a92_0x59a073,_0x2d9c44={};_0x2d9c44[_0x146939(0x1e5)]=function(_0x5c8c1d,_0x41a123){return _0x5c8c1d===_0x41a123;},_0x2d9c44[_0x146939(0x229)]='beforeAll';const _0x1f28fe=_0x2d9c44,{hookData:_0x3d6f14}=_0x2855ac,_0x230b97={'testId':_0x277779,'testFrameworkState':_0x57b095,'hookState':_0x3d74b7,'args':_0x2855ac,'timestamp':new Date()[_0x146939(0x2bb)]()};if(_0x1f28fe['aKYaY'](_0x57b095,TestFrameworkState[_0x146939(0x1f6)])&&_0x3d6f14){const _0xdeff8={};_0xdeff8['filePath']=_0x3d6f14[_0x146939(0x1a5)]||_0x3d6f14[_0x146939(0x284)],_0xdeff8[_0x146939(0x2bf)]=_0x3d6f14[_0x146939(0x2bf)]||_0x3d6f14[_0x146939(0x240)]&&_0x3d6f14[_0x146939(0x240)][0x0]||'',_0xdeff8[_0x146939(0x1c6)]=_0x1f28fe[_0x146939(0x229)],_0x230b97[_0x146939(0x2a7)]=_0xdeff8,logger[_0x146939(0x1bf)](_0x146939(0x26e)+_0x277779+_0x146939(0x2f2)+_0x230b97[_0x146939(0x2a7)][_0x146939(0x1ad)]+_0x146939(0x223)+_0x230b97[_0x146939(0x2a7)][_0x146939(0x2bf)]);}_0x4b9973[_0x146939(0x28d)](_0x277779,_0x230b97),logger[_0x146939(0x1bf)](_0x146939(0x1f3)+_0x277779+',\x20state:\x20'+_0x57b095+_0x146939(0x2cd)+_0x3d74b7);}async[a92_0x59a073(0x2f4)](_0x572ed5,_0x57e3bc){const _0x498ced=a92_0x59a073,_0x12948f={};_0x12948f[_0x498ced(0x30f)]=function(_0x52e5ed,_0x47e67b){return _0x52e5ed>_0x47e67b;},_0x12948f['QVtjM']=function(_0x52647d,_0x436f15){return _0x52647d===_0x436f15;},_0x12948f[_0x498ced(0x2bc)]=function(_0x39ada9,_0x427034){return _0x39ada9===_0x427034;},_0x12948f[_0x498ced(0x249)]=function(_0x7d1347,_0xdda471){return _0x7d1347===_0xdda471;},_0x12948f[_0x498ced(0x1bc)]=function(_0x5a2444,_0x290c51){return _0x5a2444===_0x290c51;},_0x12948f[_0x498ced(0x20a)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x45301f=_0x12948f;if(_0x572ed5[_0x498ced(0x2b2)](_0x57e3bc)){const _0x2bf428=_0x572ed5[_0x498ced(0x28b)](_0x57e3bc);logger[_0x498ced(0x1bf)](_0x498ced(0x23d)+_0x2bf428['length']+_0x498ced(0x293)+_0x57e3bc);for(const _0x16ed00 of _0x2bf428){try{const _0x28831e=await this[_0x498ced(0x324)](_0x572ed5,_0x16ed00[_0x498ced(0x307)],_0x16ed00['hookState'],_0x16ed00[_0x498ced(0x287)]);_0x28831e&&_0x45301f[_0x498ced(0x30f)](Object[_0x498ced(0x2c8)](_0x28831e)[_0x498ced(0x22f)],0x0)&&_0x572ed5['addMultipleEntries'](_0x28831e),await this[_0x498ced(0x1e3)](_0x572ed5,_0x16ed00[_0x498ced(0x307)],_0x16ed00[_0x498ced(0x2ab)],_0x16ed00[_0x498ced(0x287)]);}catch(_0x21dcdb){logger[_0x498ced(0x208)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x57e3bc+_0x498ced(0x2b7)+_0x21dcdb);}}_0x572ed5[_0x498ced(0x326)](_0x57e3bc),logger[_0x498ced(0x1bf)](_0x498ced(0x1b8)+_0x57e3bc);}const _0x3ce017=_0x572ed5[_0x498ced(0x321)]()[_0x498ced(0x2e9)](_0x57e3bc);if(_0x3ce017){const _0x3b4f38=_0x3ce017[TestFrameworkConstants[_0x498ced(0x22e)]]||_0x3ce017[TestFrameworkConstants[_0x498ced(0x26d)]],_0x163d37=_0x3ce017[TestFrameworkConstants[_0x498ced(0x2e6)]]||_0x3ce017[TestFrameworkConstants[_0x498ced(0x1f8)]]&&_0x3ce017[TestFrameworkConstants[_0x498ced(0x1f8)]][0x0]||'';logger[_0x498ced(0x1bf)](_0x498ced(0x1ba)+_0x3b4f38+_0x498ced(0x223)+_0x163d37);const _0x271ccf=_0x572ed5[_0x498ced(0x2e5)]();for(const _0x510650 of _0x271ccf){if(_0x45301f[_0x498ced(0x2c7)](_0x510650,_0x57e3bc))continue;if(_0x572ed5[_0x498ced(0x2b2)](_0x510650)){const _0xe8b07a=_0x572ed5[_0x498ced(0x28b)](_0x510650);for(const _0x1e28d8 of _0xe8b07a){if(_0x45301f['OpwkA'](_0x1e28d8[_0x498ced(0x307)],TestFrameworkState['BEFORE_ALL'])&&_0x1e28d8[_0x498ced(0x2a7)]){const _0x3689bf=_0x1e28d8[_0x498ced(0x2a7)][_0x498ced(0x1ad)],_0x3dac33=_0x1e28d8[_0x498ced(0x2a7)][_0x498ced(0x2bf)];if(_0x45301f[_0x498ced(0x2bc)](_0x3689bf,_0x3b4f38)&&_0x45301f[_0x498ced(0x249)](_0x3dac33,_0x163d37)){logger[_0x498ced(0x1bf)](_0x498ced(0x290)+_0x510650+',\x20currentTestId:\x20'+_0x57e3bc+_0x498ced(0x2f2)+_0x3689bf+',\x20scope:\x20'+_0x3dac33);_0x1e28d8[_0x498ced(0x287)]&&_0x1e28d8['args']['hookData']&&(_0x1e28d8[_0x498ced(0x287)][_0x498ced(0x1a7)]['test_run_id']=_0x57e3bc,logger[_0x498ced(0x1bf)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x510650+'\x20to\x20'+_0x57e3bc));try{const _0x327cb1=await this[_0x498ced(0x324)](_0x572ed5,_0x1e28d8[_0x498ced(0x307)],_0x1e28d8[_0x498ced(0x2ab)],_0x1e28d8[_0x498ced(0x287)]);_0x327cb1&&_0x45301f[_0x498ced(0x30f)](Object[_0x498ced(0x2c8)](_0x327cb1)['length'],0x0)&&_0x572ed5['addMultipleEntries'](_0x327cb1);await this['runHooks'](_0x572ed5,_0x1e28d8['testFrameworkState'],_0x1e28d8[_0x498ced(0x2ab)],_0x1e28d8['args']);const _0x89b5e9=_0x572ed5[_0x498ced(0x28b)](_0x510650)[_0x498ced(0x31f)](_0x1b5f41=>_0x1b5f41!==_0x1e28d8);if(_0x45301f['fWRaB'](_0x89b5e9[_0x498ced(0x22f)],0x0))_0x572ed5['removePendingHooks'](_0x510650);else{_0x572ed5[_0x498ced(0x326)](_0x510650);for(const _0x365c15 of _0x89b5e9){_0x572ed5[_0x498ced(0x28d)](_0x510650,_0x365c15);}}logger['debug'](_0x45301f['nsfcu']);}catch(_0x258ba0){logger[_0x498ced(0x208)](_0x498ced(0x1e8)+_0x57e3bc+_0x498ced(0x2b7)+_0x258ba0);}}}}}}}}[a92_0x59a073(0x295)](_0x9a59b7){const _0xace4fc=a92_0x59a073,_0x517e29={'kpqhL':function(_0xf9c1d){return _0xf9c1d();}};if(!_0x9a59b7||!_0x9a59b7[_0xace4fc(0x23f)])return;_0x9a59b7[_0xace4fc(0x23f)][_0xace4fc(0x1f7)]&&Array[_0xace4fc(0x305)](_0x9a59b7['parent'][_0xace4fc(0x1f7)])&&_0x9a59b7[_0xace4fc(0x23f)][_0xace4fc(0x1f7)][_0xace4fc(0x2c4)](_0x27e3aa=>{const _0x435bbb=_0xace4fc;!_0x27e3aa[_0x435bbb(0x18d)]&&!_0x27e3aa[_0x435bbb(0x20c)]&&(_0x27e3aa[_0x435bbb(0x18d)]=_0x517e29['kpqhL'](uuidv4),_0x27e3aa[_0x435bbb(0x20c)]=_0x27e3aa[_0x435bbb(0x18d)],logger['debug'](_0x435bbb(0x26a)+_0x27e3aa[_0x435bbb(0x24f)]+_0x435bbb(0x234)+_0x27e3aa['hookAnalyticsId']));}),this[_0xace4fc(0x295)](_0x9a59b7[_0xace4fc(0x23f)]);}[a92_0x59a073(0x191)](_0x5e7aa7){const _0x15ebdc=a92_0x59a073,_0x1badf8={'xWdzo':function(_0x315ebd,_0x3de0cc){return _0x315ebd(_0x3de0cc);}};if(!_0x5e7aa7||!_0x5e7aa7[_0x15ebdc(0x23f)])return[];const _0x59dcff=[];return _0x5e7aa7[_0x15ebdc(0x23f)][_0x15ebdc(0x1f7)]&&Array['isArray'](_0x5e7aa7[_0x15ebdc(0x23f)]['hooks'])&&_0x5e7aa7[_0x15ebdc(0x23f)][_0x15ebdc(0x1f7)][_0x15ebdc(0x2c4)](_0x2141a6=>{const _0x11f8db=_0x15ebdc,_0x441ee3=_0x2141a6[_0x11f8db(0x18d)]||_0x2141a6[_0x11f8db(0x20c)];_0x441ee3&&!this[_0x11f8db(0x1a6)](_0x2141a6)&&!_0x1badf8[_0x11f8db(0x26b)](isInternalHook,_0x2141a6['fn'])&&_0x59dcff[_0x11f8db(0x25d)](_0x441ee3);}),[..._0x59dcff,...this[_0x15ebdc(0x191)](_0x5e7aa7[_0x15ebdc(0x23f)])];}[a92_0x59a073(0x1b4)](_0x399504){const _0x437a00={'uGFxZ':function(_0x58847e,_0x19c098){return _0x58847e(_0x19c098);},'KBWpQ':'unknown','AvJcx':function(_0x5b1d69,_0x5aa24c){return _0x5b1d69(_0x5aa24c);},'hrueL':function(_0x1bdabc,_0xf8805d){return _0x1bdabc(_0xf8805d);}},_0x1dd8a5=new Map(),_0x195fa7=_0x2685be=>{const _0x2e81cc=a92_0x1a50,_0x10f704={'HDQMf':function(_0x7432d9,_0x4ba137){const _0x5ac711=a92_0x1a50;return _0x437a00[_0x5ac711(0x1c2)](_0x7432d9,_0x4ba137);},'yrnwU':_0x437a00[_0x2e81cc(0x233)]};if(!_0x2685be||!_0x2685be[_0x2e81cc(0x23f)])return;_0x2685be[_0x2e81cc(0x23f)][_0x2e81cc(0x1f7)]&&Array[_0x2e81cc(0x305)](_0x2685be['parent']['hooks'])&&_0x2685be[_0x2e81cc(0x23f)]['hooks']['forEach'](_0x119089=>{const _0x277fa5=_0x2e81cc,_0x2905f6=_0x119089[_0x277fa5(0x18d)]||_0x119089[_0x277fa5(0x20c)];if(_0x2905f6&&!this[_0x277fa5(0x1a6)](_0x119089)&&!_0x10f704['HDQMf'](isInternalHook,_0x119089['fn'])){const _0x54fc16={};_0x54fc16[_0x277fa5(0x24f)]=_0x119089['type']||_0x10f704[_0x277fa5(0x263)],_0x54fc16[_0x277fa5(0x23c)]=_0x119089[_0x277fa5(0x23c)]||'\x22'+_0x119089[_0x277fa5(0x24f)]+_0x277fa5(0x2b3),_0x1dd8a5[_0x277fa5(0x1e7)](_0x2905f6,_0x54fc16);}}),_0x437a00[_0x2e81cc(0x270)](_0x195fa7,_0x2685be[_0x2e81cc(0x23f)]);};return _0x437a00['hrueL'](_0x195fa7,_0x399504),_0x1dd8a5;}[a92_0x59a073(0x1a6)](_0xa227cd){const _0x1b7fa5=a92_0x59a073,_0x20c0a8={};_0x20c0a8[_0x1b7fa5(0x192)]=_0x1b7fa5(0x322),_0x20c0a8[_0x1b7fa5(0x31a)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x222363=_0x20c0a8;try{const _0x1076c8=this[_0x1b7fa5(0x328)](_0xa227cd);if(!_0x1076c8||_0x1076c8[_0x1b7fa5(0x1b5)](_0x222363[_0x1b7fa5(0x192)]))return!![];return![];}catch(_0x130551){logger['debug'](_0x222363[_0x1b7fa5(0x31a)]);}return![];}[a92_0x59a073(0x328)](_0x3c224a){const _0x26d8a6=a92_0x59a073,_0x5420fd={'Yxtuj':function(_0x486056,_0x12f97b){return _0x486056(_0x12f97b);}};if(_0x3c224a['file'])return _0x3c224a[_0x26d8a6(0x2dc)];if(_0x3c224a[_0x26d8a6(0x2d3)])try{const _0x308309=stackTrace['parse'](_0x3c224a['asyncError']),_0xda18e5=_0x5420fd[_0x26d8a6(0x204)](pickUserFrameFile,_0x308309);if(_0xda18e5)return _0xda18e5;logger[_0x26d8a6(0x1bf)](_0x26d8a6(0x1b7)+_0x308309[_0x26d8a6(0x22f)]+')');}catch(_0x27c1b6){logger[_0x26d8a6(0x1bf)](_0x26d8a6(0x1dd)+util[_0x26d8a6(0x1d2)](_0x27c1b6));}return null;}}function a92_0x153d(){const _0x1b55cc=['error','\x20attachments','nsfcu','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','hookUUID','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','stack-trace','KEY_HOOK_ID','1072294FzRdTq','ALL','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20totalHooks=','stringify','base64','cmGbu','delete','depth','KEY_TEST_FAILURE_TYPE',',\x20storing\x20as\x20pending\x20hook',',\x20failureType=','getInstance','KEY_HOOK_FAILURE_TYPE','SwtRE','KEY_HOOKS_STARTED','../instances/testFrameworkInstance.js','slice','\x22\x20from\x20testData',',\x20scope:\x20','Unknown\x20Test','112020oWqqBK','rHAJh','AlOqg','KEY_TEST_ID','CbAmd','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','63TOlCQC','KEY_TEST_FILE_PATH','length','finished_at','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','gTTYf','KBWpQ',',\x20hookUUID=','../../../helpers/test-observability/utils','2389892lzYKXX','passed','ldZbo','started_at','nKFbF','removeActiveHook','name','Processing\x20','resolveInstance','parent','scopes','FFKBB','alcLz',',\x20response=','apply','none','kind','hook_id','body','CJLSb',',\x20totalBatches:\x20','Assert','xXJpA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','DVJAC','type','nPLAx','uHkDA','trackJestInstance','taJhh','util','splice','setActiveHook','maxArrayLength','\x20hook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','unknown','LYUbu','./constants/testFrameworkConstants.js','push','LXyHt',',\x20messageLength=','reverse','ijWSe','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','yrnwU','DDdRz','retryOf','rmDGe','../../../helpers/classLogger.js','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','HeFhc','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','xWdzo','\x20(testIdentifier),\x20result=','KEY_TEST_LOCATION','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','SApPI','AvJcx',',\x20result=','gwOCq','getJestFailureType','KEY_TEST_RESULT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','KEY_TEST_ENDED_AT','hook_type','\x20logs\x20for\x20testId:\x20','failed','KEY_TEST_FAILURE_REASON','failure_reason','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','getCurrentTestState','../instances/trackedInstance.js','getJestTestIdentifier','getJestFailureReason','hSfGe',',\x20hookData=','message','location','code','bPdpf','args','getId','KRMSR','getJestTestTags','getPendingHooks','parseJestTestResult','addPendingHook',',\x20version=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20',',\x20state=','KEY_TEST_RERUN_NAME','\x20pending\x20hooks\x20for\x20testId:\x20','endedAt','mapTestHooks','TRUYq','missing','tRoiQ','split','KEY_CUSTOM_TAGS','sendLogCreatedEvent',',\x20platformIndex:\x20','AssertionError','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=',',\x20payload:\x20','trackJestInstance:\x20instance\x20already\x20exists','KEY_HOOK_LOGS','test','KEY_TEST_ATTACHMENTS','testUUID','bPiSP','setTrackedInstance','hookMetadata','gDeKh','tGmzT','trackEvent','hookState',',\x20hookType=','5573886baaYqc','event_ended_at','getTestFrameworks',',\x20totalLogs:\x20','UNGeP','hasPendingHooks','\x22\x20hook','JestTestFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','112OtHNso',',\x20error:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','parse','oECkO','toISOString','OpwkA','zsASk','SIjMf','scope','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','testId','\x20(testIdentifier)','ceil','forEach','addMultipleEntries','KEY_HOOK_NAME','QVtjM','keys','uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','getTestFrameworksVersions','__workerDetails',',\x20hookState:\x20','\x20for\x20testId:\x20','KEY_HOOK_LAST_FINISHED','activeHooks',',\x20testFramework=',',\x20hookState=','asyncError',',\x20argsKeys=','result','FtQXF','test_identifier','VUlxo',',\x20contextId=','createContext','qCwsL','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','PwZIM','SvtHT',',\x20hook_run_uuid=','instance',',\x20hooksListLength=','\x20screenshot\x20logs\x20for\x20testId:\x20','wLVxS','getAllPendingHookTestIds','KEY_TEST_SCOPE','KEY_TEST_CODE','UnhandledError','get','errorsDetailed','WyVng','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20scopes=',',\x20target=',',\x20screenshotLogs:\x20','getJestTestName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20filePath:\x20','../grpcClient','processPendingHooks','1364130LdQYWX','gMpDV','KEY_TEST_UUID','../state/testFrameworkState.js','exports','jYSaX','\x20(testIdentifier),\x20tags=','eventJson','\x20(testIdentifier),\x20hookType=','tags','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','cxNam','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','Unknown\x20error','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','LnlDg','isArray','inspect','testFrameworkState','yJCsk','tfUUS','getTrackedInstance','URZJl','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','TEST',',\x20failureReason=','rEspf','XiYmW','startedAt','getJestTestScopes','DEFAULT_HOOK_RESULT','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','testData','createTestFrameworkEventPayload','originalTest','\x20-\x20testId:\x20','pIFdl','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','ZNBwE','KEY_HOOKS_FINISHED','getContext','filter','ToLtL','getAllData','jest-circus','from','trackHookEvent','KEY_TEST_RETRY_OF','removePendingHooks','title','getRootParentFile','KEY_LOGS',',\x20remainingHooks=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','getJestFailureData','fAiVD','\x20files','hookAnalyticsId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getHooksForTest','kpKiG','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','map','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','otJXS','status','KEY_EVENT_ENDED_AT','PRE','replace','_ALL','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','substring','getRef',',\x20testId=','403752MkIVyz','KEY_TEST_FAILURE',',\x20hook=','dUefU','file_name','isJestInternalHook','hookData','browserstackPlatformIndex','getCurrentInstanceName','KEY_HOOK_RESULT',',\x20filePath=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','filePath','pzvGs',',\x20consoleLogs:\x20','../cliUtils.js','pid','KEY_TEST_META','pROZj','buildHookMapFromTest','includes','REmhR','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','NouUY','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','KEY_HOOK_FAILURE_REASON','fWRaB','../../../helpers/stackFrameUtils','platformIndex','debug','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','uGFxZ','skipped','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','hookType','POST',',\x20hookId=',',\x20attachmentLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','wEDHK',',\x20testData=','concat',',\x20logsInBatch:\x20','join','NONE','has','format','startsWith','1MUSuFf','fuaGD','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','./testFramework','KEY_TEST_FRAMEWORK_NAME','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','matchHookRegex','storePendingHook','parseJestTest','runHooks','toString','aKYaY','Ajtzo','set','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','toUpperCase','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getCurrentHookState','RKeJM','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','match','Stored\x20pending\x20hook\x20for\x20testId:\x20','fTZNc','KEY_TEST_TAGS','BEFORE_ALL','hooks','KEY_TEST_SCOPES','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','duration','testFrameworkVersion','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','logCreatedEvent','test_run_id',',\x20test_run_uuid=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_AUTOMATE_SESSION_NAME','fNyCK','Brzri','Yxtuj','../../../helpers/helper.js','1874865QVbtOd','pop'];a92_0x153d=function(){return _0x1b55cc;};return a92_0x153d();}function a92_0x1a50(_0x3f0919,_0x141b05){const _0x153dd3=a92_0x153d();return a92_0x1a50=function(_0x1a50c8,_0x3103c0){_0x1a50c8=_0x1a50c8-0x187;let _0x48f4e3=_0x153dd3[_0x1a50c8];return _0x48f4e3;},a92_0x1a50(_0x3f0919,_0x141b05);}module[a92_0x59a073(0x2f9)]=JestTestFramework;
|
|
1
|
+
const a90_0x154eb1=a90_0x47d1;function a90_0x47d1(_0x20f6b9,_0x5a12e2){const _0x2b11cc=a90_0x2b11();return a90_0x47d1=function(_0x47d14a,_0xd0e03b){_0x47d14a=_0x47d14a-0x1c5;let _0x49d70b=_0x2b11cc[_0x47d14a];return _0x49d70b;},a90_0x47d1(_0x20f6b9,_0x5a12e2);}(function(_0x900944,_0x1e5a8a){const _0x56321f=a90_0x47d1,_0x1509d7=_0x900944();while(!![]){try{const _0x161948=parseInt(_0x56321f(0x294))/0x1+-parseInt(_0x56321f(0x1f3))/0x2*(-parseInt(_0x56321f(0x29c))/0x3)+parseInt(_0x56321f(0x346))/0x4+-parseInt(_0x56321f(0x2ca))/0x5*(-parseInt(_0x56321f(0x314))/0x6)+-parseInt(_0x56321f(0x313))/0x7+-parseInt(_0x56321f(0x30b))/0x8*(-parseInt(_0x56321f(0x27a))/0x9)+-parseInt(_0x56321f(0x34d))/0xa;if(_0x161948===_0x1e5a8a)break;else _0x1509d7['push'](_0x1509d7['shift']());}catch(_0x4ad2f0){_0x1509d7['push'](_0x1509d7['shift']());}}}(a90_0x2b11,0x5b7bb));const TestFramework=require(a90_0x154eb1(0x227)),TestFrameworkState=require(a90_0x154eb1(0x250)),HookState=require(a90_0x154eb1(0x248)),{createClassLogger}=require(a90_0x154eb1(0x342)),TestFrameworkInstance=require(a90_0x154eb1(0x22d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a90_0x154eb1(0x1f9)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a90_0x154eb1(0x249)),logger=createClassLogger(a90_0x154eb1(0x1db)),{v4:uuidv4}=require(a90_0x154eb1(0x328)),util=require(a90_0x154eb1(0x237)),TestInfo=require(a90_0x154eb1(0x242)),GrpcClient=require(a90_0x154eb1(0x2e2)),stackTrace=require(a90_0x154eb1(0x29f)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x3aeba2,_0x571fda,_0x6b55e1){super(_0x3aeba2,_0x571fda,_0x6b55e1),this['activeHooks']=new Map();}[a90_0x154eb1(0x292)](_0x44212e,_0x2deb82,_0x5775c9){const _0x1fb625=a90_0x154eb1,_0xe51bfb={};_0xe51bfb['RJhGZ']=function(_0x44c087,_0x430006){return _0x44c087||_0x430006;};const _0x149e98=_0xe51bfb;if(_0x149e98[_0x1fb625(0x23e)](!_0x44212e,!_0x2deb82)){logger[_0x1fb625(0x260)](_0x1fb625(0x219)+_0x44212e+',\x20hookUUID='+_0x2deb82);return;}!this[_0x1fb625(0x1f5)][_0x1fb625(0x276)](_0x44212e)&&this[_0x1fb625(0x1f5)][_0x1fb625(0x216)](_0x44212e,[]);const _0x291162={'hookUUID':_0x2deb82,'hookType':_0x5775c9,'startedAt':new Date()[_0x1fb625(0x35d)]()};this[_0x1fb625(0x1f5)]['get'](_0x44212e)[_0x1fb625(0x1fb)](_0x291162),logger[_0x1fb625(0x1d7)](_0x1fb625(0x280)+_0x44212e+_0x1fb625(0x289)+_0x2deb82+',\x20hookType='+_0x5775c9+',\x20totalHooks='+this[_0x1fb625(0x1f5)][_0x1fb625(0x1e7)](_0x44212e)[_0x1fb625(0x28a)]);}[a90_0x154eb1(0x2b0)](_0x53926d,_0x2279f6){const _0x7f48e9=a90_0x154eb1,_0x19917f={};_0x19917f[_0x7f48e9(0x2d2)]=function(_0x3bf9cb,_0x43b708){return _0x3bf9cb||_0x43b708;},_0x19917f[_0x7f48e9(0x23c)]=function(_0x3f174b,_0x5179b9){return _0x3f174b!==_0x5179b9;},_0x19917f['LjAmU']=function(_0x37c016,_0x200886){return _0x37c016===_0x200886;};const _0x299044=_0x19917f;if(_0x299044[_0x7f48e9(0x2d2)](!_0x53926d,!_0x2279f6)){logger[_0x7f48e9(0x260)](_0x7f48e9(0x26f)+_0x53926d+_0x7f48e9(0x289)+_0x2279f6);return;}if(this['activeHooks'][_0x7f48e9(0x276)](_0x53926d)){const _0x534ad9=this['activeHooks'][_0x7f48e9(0x1e7)](_0x53926d),_0x1d396a=_0x534ad9[_0x7f48e9(0x31d)](_0x54faa2=>_0x54faa2[_0x7f48e9(0x2c5)]===_0x2279f6);_0x299044['IIlrq'](_0x1d396a,-0x1)?(_0x534ad9[_0x7f48e9(0x2d6)](_0x1d396a,0x1),logger['debug'](_0x7f48e9(0x208)+_0x53926d+_0x7f48e9(0x289)+_0x2279f6+_0x7f48e9(0x279)+_0x534ad9[_0x7f48e9(0x28a)]),_0x299044[_0x7f48e9(0x337)](_0x534ad9[_0x7f48e9(0x28a)],0x0)&&this[_0x7f48e9(0x1f5)][_0x7f48e9(0x25c)](_0x53926d)):logger[_0x7f48e9(0x1d7)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x53926d+_0x7f48e9(0x289)+_0x2279f6);}}[a90_0x154eb1(0x259)](_0x3112ba){const _0x47e839=a90_0x154eb1,_0x26af05={};_0x26af05['HeACU']=function(_0x1ed3af,_0x21fae4){return _0x1ed3af>_0x21fae4;},_0x26af05[_0x47e839(0x336)]=function(_0x3e2c71,_0x3c303d){return _0x3e2c71-_0x3c303d;};const _0x5ab4b6=_0x26af05;if(!_0x3112ba)return null;if(this['activeHooks']['has'](_0x3112ba)){const _0x68f70f=this[_0x47e839(0x1f5)]['get'](_0x3112ba);if(_0x5ab4b6['HeACU'](_0x68f70f[_0x47e839(0x28a)],0x0)){const _0x477c6e=_0x68f70f[_0x5ab4b6[_0x47e839(0x336)](_0x68f70f['length'],0x1)];return logger[_0x47e839(0x1d7)](_0x47e839(0x35a)+_0x3112ba+',\x20hookUUID='+_0x477c6e[_0x47e839(0x2c5)]+_0x47e839(0x265)+_0x477c6e[_0x47e839(0x23b)]),_0x477c6e;}}return null;}async[a90_0x154eb1(0x293)](_0x390871,_0x3edadf,_0x3d6503={}){const _0x4b95c7=a90_0x154eb1,_0x11b5fc={};_0x11b5fc[_0x4b95c7(0x2c2)]=_0x4b95c7(0x24d),_0x11b5fc[_0x4b95c7(0x33b)]=function(_0x2311a5,_0x4cf030){return _0x2311a5===_0x4cf030;},_0x11b5fc[_0x4b95c7(0x1c8)]=function(_0x4c74a5,_0x47ffc6){return _0x4c74a5||_0x47ffc6;},_0x11b5fc[_0x4b95c7(0x22a)]=_0x4b95c7(0x229);const _0x464e86=_0x11b5fc;logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x2b9)+_0x390871+_0x4b95c7(0x21c)+_0x3edadf+_0x4b95c7(0x1fe)+Object[_0x4b95c7(0x26e)](_0x3d6503)[_0x4b95c7(0x214)](',')),await super[_0x4b95c7(0x293)](_0x390871,_0x3edadf,_0x3d6503);const _0x2c7f65=this[_0x4b95c7(0x362)](_0x390871,_0x3edadf,_0x3d6503);if(!_0x2c7f65){logger[_0x4b95c7(0x1d7)](_0x464e86[_0x4b95c7(0x2c2)]);return;}try{let _0xdbabb9,_0x1ec6d1,_0x1f1022;switch(_0x390871){case TestFrameworkState[_0x4b95c7(0x24b)]:_0xdbabb9=_0x3d6503[_0x4b95c7(0x1d6)];const _0x389255={};_0x389255[_0x4b95c7(0x310)]=0x2,_0x389255[_0x4b95c7(0x322)]=0x3,logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x207)+_0x3edadf+',\x20testData='+util[_0x4b95c7(0x288)](_0xdbabb9,_0x389255)),_0x1f1022=this[_0x4b95c7(0x303)](_0xdbabb9),_0x1ec6d1=null,logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x220)+_0x1f1022+_0x4b95c7(0x267));if(_0x464e86[_0x4b95c7(0x33b)](_0x3edadf,HookState['PRE'])){logger[_0x4b95c7(0x1d7)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x1f1022);const _0x4d57dd={};_0x4d57dd[_0x4b95c7(0x1f6)]=_0x1ec6d1,_0x4d57dd[_0x4b95c7(0x2c3)]=_0xdbabb9,_0x4d57dd[_0x4b95c7(0x1fc)]=_0x1f1022;const _0x3c6b54=this[_0x4b95c7(0x232)](_0x4d57dd),_0x3caf48={};_0x3caf48[_0x4b95c7(0x310)]=0x2,_0x3caf48[_0x4b95c7(0x322)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x4b95c7(0x288)](_0x3c6b54,_0x3caf48)),_0x2c7f65['addMultipleEntries'](_0x3c6b54),logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x361)+_0x1f1022),await this[_0x4b95c7(0x23d)](_0x2c7f65,_0x1f1022);}else{if(_0x464e86[_0x4b95c7(0x33b)](_0x3edadf,HookState[_0x4b95c7(0x202)])){logger['debug'](_0x4b95c7(0x319)+_0x1f1022);const _0x5d4882=_0x2c7f65[_0x4b95c7(0x28b)]()['get'](_0x1f1022);logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x2a5)+util[_0x4b95c7(0x288)](Object[_0x4b95c7(0x26e)](_0x464e86[_0x4b95c7(0x1c8)](_0x5d4882,{}))));_0x5d4882&&_0x5d4882[TestFrameworkConstants[_0x4b95c7(0x331)]]?logger['debug'](_0x4b95c7(0x1d9)+Object['keys'](_0x5d4882[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x4b95c7(0x28a)]+_0x4b95c7(0x2a7)):logger[_0x4b95c7(0x1d7)](_0x464e86[_0x4b95c7(0x22a)]);const _0x204cc5=_0x3d6503[_0x4b95c7(0x252)]||null,_0xc7cf6d={};_0xc7cf6d['testUUID']=_0x1ec6d1,_0xc7cf6d[_0x4b95c7(0x2c3)]=_0xdbabb9,_0xc7cf6d[_0x4b95c7(0x1fc)]=_0x1f1022,_0xc7cf6d[_0x4b95c7(0x252)]=_0x204cc5;const _0xeb2a85=this[_0x4b95c7(0x21d)](_0xc7cf6d),_0x74bf32={};_0x74bf32[_0x4b95c7(0x310)]=0x2,_0x74bf32[_0x4b95c7(0x322)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util['inspect'](_0xeb2a85,_0x74bf32)),_0x2c7f65[_0x4b95c7(0x360)](_0xeb2a85),logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x311)+_0x1f1022),await this[_0x4b95c7(0x23d)](_0x2c7f65,_0x1f1022);}}break;case TestFrameworkState[_0x4b95c7(0x302)]:if(_0x464e86[_0x4b95c7(0x33b)](_0x3edadf,HookState[_0x4b95c7(0x202)])){const _0x2d51b4={};_0x2d51b4[_0x4b95c7(0x310)]=0x2,logger['debug'](_0x4b95c7(0x218)+util[_0x4b95c7(0x288)](_0x3d6503,_0x2d51b4)),await this['sendLogCreatedEvent'](_0x2c7f65,_0x390871,_0x3d6503);}break;default:if(CLIUtils[_0x4b95c7(0x2f3)](_0x390871[_0x4b95c7(0x304)]()[_0x4b95c7(0x285)]('.')[0x1])){const _0x2e5ef0={};_0x2e5ef0[_0x4b95c7(0x310)]=0x2,_0x2e5ef0[_0x4b95c7(0x322)]=0x3,logger[_0x4b95c7(0x1d7)](_0x4b95c7(0x2f7)+_0x390871+_0x4b95c7(0x21c)+_0x3edadf+_0x4b95c7(0x2c6)+util[_0x4b95c7(0x288)](_0x3d6503[_0x4b95c7(0x213)],_0x2e5ef0));const _0x2bec28=await this[_0x4b95c7(0x32c)](_0x2c7f65,_0x390871,_0x3edadf,_0x3d6503),_0x35161b={};_0x35161b[_0x4b95c7(0x310)]=0x2,_0x35161b[_0x4b95c7(0x322)]=0x3,logger['debug'](_0x4b95c7(0x1cc)+util['inspect'](_0x2bec28,_0x35161b)),_0x2c7f65[_0x4b95c7(0x360)](_0x2bec28);}else logger['debug'](_0x4b95c7(0x307)+_0x390871+_0x4b95c7(0x286)+_0x3edadf);break;}logger[_0x4b95c7(0x1d7)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x390871+_0x4b95c7(0x21c)+_0x3edadf);}catch(_0x3ed58c){logger[_0x4b95c7(0x228)](_0x4b95c7(0x231)+_0x390871+_0x4b95c7(0x21c)+_0x3edadf+_0x4b95c7(0x323)+util[_0x4b95c7(0x277)](_0x3ed58c));}_0x3d6503[_0x4b95c7(0x1d1)]=_0x2c7f65,await this[_0x4b95c7(0x2fb)](_0x2c7f65,_0x390871,_0x3edadf,_0x3d6503);}[a90_0x154eb1(0x303)](_0x865ec4){const _0x10c401=a90_0x154eb1,_0x39da10={};_0x39da10[_0x10c401(0x300)]=_0x10c401(0x351);const _0x4728e1=_0x39da10;if(_0x865ec4&&(_0x865ec4['id']||_0x865ec4[_0x10c401(0x328)])){const _0x2d7144=_0x865ec4['id']||_0x865ec4['uuid'];return logger[_0x10c401(0x1d7)](_0x10c401(0x301)+_0x2d7144+_0x10c401(0x27d)),_0x2d7144;}return logger[_0x10c401(0x1d7)](_0x4728e1[_0x10c401(0x300)]),process[_0x10c401(0x2f2)]+_0x10c401(0x32b);}['resolveInstance'](_0x528add,_0x340aa4,_0x45122e={}){const _0x20fbe3=a90_0x154eb1;let _0x5bf3ca=null;return _0x5bf3ca=TestFramework[_0x20fbe3(0x2f9)](),!_0x5bf3ca?(logger['debug'](_0x20fbe3(0x2b7)+_0x528add),this[_0x20fbe3(0x364)](_0x528add,_0x45122e),_0x5bf3ca=TestFramework['getTrackedInstance'](),logger[_0x20fbe3(0x1d7)](_0x20fbe3(0x35c)+!!_0x5bf3ca+_0x20fbe3(0x1c9)+_0x5bf3ca?.[_0x20fbe3(0x25d)]()?.[_0x20fbe3(0x2be)]())):logger[_0x20fbe3(0x1d7)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5bf3ca[_0x20fbe3(0x25d)]()?.[_0x20fbe3(0x2be)]()),_0x5bf3ca;}[a90_0x154eb1(0x364)](_0x1d3a3a,_0x22004a){const _0x5017d8=a90_0x154eb1,_0x48fc92={};_0x48fc92['zWWpx']=_0x5017d8(0x2eb);const _0x4e8cd7=_0x48fc92;if(TestFramework[_0x5017d8(0x2f9)]()){logger[_0x5017d8(0x1d7)](_0x4e8cd7[_0x5017d8(0x1eb)]);return;}const _0x76a6b2=CLIUtils['getCurrentInstanceName'](),_0x307926=TrackedInstance['createContext'](_0x76a6b2);let _0x2ba9f1=null;logger[_0x5017d8(0x1d7)](_0x5017d8(0x245)+_0x76a6b2+_0x5017d8(0x28e)+_0x1d3a3a),_0x2ba9f1=new TestFrameworkInstance(_0x307926,this[_0x5017d8(0x354)](),this[_0x5017d8(0x2e3)](),_0x1d3a3a,HookState[_0x5017d8(0x335)]),TestFramework['setTrackedInstance'](_0x307926,_0x2ba9f1),logger['debug']('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x307926[_0x5017d8(0x2be)]()+_0x5017d8(0x27f)+_0x76a6b2+_0x5017d8(0x2b6)+this[_0x5017d8(0x354)]()[0x0]+_0x5017d8(0x2cd)+this['getTestFrameworksVersions']()[this[_0x5017d8(0x354)]()[0x0]]);}[a90_0x154eb1(0x232)](_0x28d35c){const _0x28a1c9=a90_0x154eb1,_0x3dc494={};_0x3dc494[_0x28a1c9(0x257)]=function(_0x4231d2,_0x13cb36){return _0x4231d2||_0x13cb36;},_0x3dc494[_0x28a1c9(0x23f)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x49c622=_0x3dc494,{testUUID:_0x2b28eb,testData:_0x1742c0,testId:_0x49c134}=_0x28d35c;if(_0x49c622[_0x28a1c9(0x257)](!_0x1742c0,!_0x49c134))return logger[_0x28a1c9(0x1d7)](_0x49c622[_0x28a1c9(0x23f)]),{};const _0x204424=this[_0x28a1c9(0x354)]()[0x0],_0x1da767=this[_0x28a1c9(0x2e3)](),_0x41033f={};_0x41033f[_0x28a1c9(0x310)]=0x2,_0x41033f['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x1742c0,_0x41033f));const _0x457396=_0x1742c0?.[_0x28a1c9(0x32e)]||[],_0xc30f40=this['getJestTestName'](_0x1742c0),_0x50fab4=this[_0x28a1c9(0x2a3)](_0x1742c0),_0x4e9abf=_0x1742c0['fn']?_0x1742c0['fn'][_0x28a1c9(0x304)]():_0x1742c0?.['body']?_0x1742c0[_0x28a1c9(0x287)][_0x28a1c9(0x290)]['toString']():null,_0x105e3c=this[_0x28a1c9(0x2ec)](_0x1742c0),_0x2560ee={[TestFrameworkConstants[_0x28a1c9(0x2c0)]]:_0x204424,[TestFrameworkConstants[_0x28a1c9(0x1e9)]]:_0x1da767[_0x204424],[TestFrameworkConstants[_0x28a1c9(0x1f2)]]:[],[TestFrameworkConstants[_0x28a1c9(0x1e4)]]:{},[TestFrameworkConstants[_0x28a1c9(0x24f)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x28a1c9(0x353)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0xc30f40,[TestFrameworkConstants[_0x28a1c9(0x1ff)]]:_0x50fab4,[TestFrameworkConstants[_0x28a1c9(0x2c8)]]:_0x49c134,[TestFrameworkConstants[_0x28a1c9(0x321)]]:_0xc30f40,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x50fab4,[TestFrameworkConstants[_0x28a1c9(0x200)]]:_0x4e9abf,[TestFrameworkConstants[_0x28a1c9(0x28c)]]:_0x105e3c,[TestFrameworkConstants[_0x28a1c9(0x223)]]:_0x1742c0[_0x28a1c9(0x2e1)]||new Date()[_0x28a1c9(0x35d)](),[TestFrameworkConstants[_0x28a1c9(0x30f)]]:_0x457396[0x0]||'',[TestFrameworkConstants[_0x28a1c9(0x244)]]:_0x457396,[TestFrameworkConstants[_0x28a1c9(0x2c1)]]:_0xc30f40,[TestFrameworkConstants[_0x28a1c9(0x261)]]:{},[TestFrameworkConstants[_0x28a1c9(0x306)]]:{}};_0x1742c0[_0x28a1c9(0x33c)]&&(_0x2560ee[TestFrameworkConstants[_0x28a1c9(0x2cc)]]=_0x1742c0[_0x28a1c9(0x33c)]);logger[_0x28a1c9(0x1d7)](_0x28a1c9(0x28d)+_0xc30f40+_0x28a1c9(0x239)+_0x49c134+_0x28a1c9(0x33e)+JSON[_0x28a1c9(0x358)](_0x105e3c)+_0x28a1c9(0x230)+util['inspect'](_0x457396)+',\x20filePath='+_0x50fab4);const _0x54002f={};return _0x54002f[_0x49c134]=_0x2560ee,_0x54002f;}[a90_0x154eb1(0x21d)](_0x5c7500){const _0x4f3f09=a90_0x154eb1,_0x51dbc7={'IgtBW':function(_0x4e1ba0,_0x52953b){return _0x4e1ba0===_0x52953b;},'OzEdc':_0x4f3f09(0x2f1),'yokbt':_0x4f3f09(0x253),'yEYqx':_0x4f3f09(0x273),'rPKUM':'_ALL','EnrsI':function(_0x21610f,_0x1cf623){return _0x21610f||_0x1cf623;},'JLQLS':_0x4f3f09(0x271),'WQUfr':'unknown','PvcAv':function(_0x5b61ff,_0x56c106){return _0x5b61ff>_0x56c106;},'nKzHZ':_0x4f3f09(0x345),'XCcXb':_0x4f3f09(0x2cf),'QKvzM':function(_0x117b80,_0x3f193a){return _0x117b80===_0x3f193a;},'DVoaj':_0x4f3f09(0x21b),'GQhTe':_0x4f3f09(0x350),'AeGYi':function(_0x434902,_0x8e566a){return _0x434902!==_0x8e566a;},'FpaQY':function(_0x3b7222,_0x1c7d47,_0x5e4b46,_0x235c17){return _0x3b7222(_0x1c7d47,_0x5e4b46,_0x235c17);},'vJggj':function(_0x9b0c23,_0x389e7f){return _0x9b0c23>_0x389e7f;},'Xmpyd':function(_0x413969,_0x2e57e3){return _0x413969>_0x2e57e3;},'ILirw':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','AhFZF':function(_0x12234e,_0x28acae){return _0x12234e===_0x28acae;}},{testUUID:_0x1029bf,testData:_0x581548,testId:_0x53b961}=_0x5c7500;if(_0x51dbc7[_0x4f3f09(0x2a8)](!_0x581548,!_0x53b961))return logger[_0x4f3f09(0x1d7)](_0x51dbc7['JLQLS']),{};const _0x2a3bd0=this['resolveInstance'](TestFrameworkState[_0x4f3f09(0x24b)],HookState[_0x4f3f09(0x202)]),_0x382b40=_0x2a3bd0['getAllData']()['get'](_0x53b961),_0x1aa2d4=_0x51dbc7['EnrsI'](_0x382b40,{}),_0x18bd59=_0x1aa2d4?_0x1aa2d4[TestFrameworkConstants[_0x4f3f09(0x261)]]||{}:{},_0xd134a7=_0x1aa2d4[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x4f3f09(0x1d7)](_0x4f3f09(0x2dc)+(_0xd134a7?Object[_0x4f3f09(0x26e)](_0xd134a7)['length']:0x0)+_0x4f3f09(0x269));let _0x29770b=_0x51dbc7[_0x4f3f09(0x22e)];if(_0x581548[_0x4f3f09(0x1e3)])_0x29770b=_0x581548[_0x4f3f09(0x1e3)];else{if(_0x581548[_0x4f3f09(0x215)]&&_0x51dbc7[_0x4f3f09(0x2f5)](_0x581548[_0x4f3f09(0x215)][_0x4f3f09(0x28a)],0x0))_0x29770b=_0x51dbc7[_0x4f3f09(0x211)];else _0x51dbc7[_0x4f3f09(0x2df)](_0x581548[_0x4f3f09(0x2e7)],_0x51dbc7['XCcXb'])||_0x51dbc7[_0x4f3f09(0x2ac)](_0x581548['status'],_0x51dbc7[_0x4f3f09(0x2b2)])?_0x29770b=_0x51dbc7[_0x4f3f09(0x2b2)]:_0x29770b=_0x51dbc7[_0x4f3f09(0x2d5)];}const _0x5978fc={..._0x1aa2d4,[TestFrameworkConstants[_0x4f3f09(0x2bc)]]:_0x29770b,[TestFrameworkConstants[_0x4f3f09(0x20f)]]:_0x581548[_0x4f3f09(0x21f)]||new Date()[_0x4f3f09(0x35d)](),[TestFrameworkConstants[_0x4f3f09(0x2e5)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4f3f09(0x261)]]:_0x18bd59,[TestFrameworkConstants[_0x4f3f09(0x255)]]:_0x1aa2d4[TestFrameworkConstants[_0x4f3f09(0x255)]]||[],[TestFrameworkConstants[_0x4f3f09(0x306)]]:{}};if(_0x51dbc7[_0x4f3f09(0x2ac)](_0x29770b,_0x51dbc7[_0x4f3f09(0x211)])&&_0x581548[_0x4f3f09(0x215)]){const _0x3e9353=this['getJestFailureReason'](_0x581548),_0x3e2cd2=this[_0x4f3f09(0x35f)](_0x581548),_0x3a7eb4=this[_0x4f3f09(0x2a0)](_0x581548);_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x305)]]=_0x3e2cd2,_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x28f)]]=_0x3e9353,_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x226)]]=_0x3a7eb4;}_0x51dbc7[_0x4f3f09(0x316)](_0x581548[_0x4f3f09(0x2d0)],undefined)&&(_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x2de)]]=_0x581548['duration']);_0x581548[_0x4f3f09(0x33c)]&&(_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x2cc)]]=_0x581548[_0x4f3f09(0x33c)]);const _0xe69c84=_0x382b40?_0x382b40[TestFrameworkConstants[_0x4f3f09(0x331)]]||{}:{},_0x1e328c=_0x382b40?_0x382b40[TestFrameworkConstants[_0x4f3f09(0x2fa)]]:_0x1029bf,_0x42faa3=_0x51dbc7[_0x4f3f09(0x30e)](getManualUploadLogs,_0xe69c84,_0x1e328c,_0x53b961);if(_0x51dbc7['vJggj'](_0x42faa3[_0x4f3f09(0x28a)],0x0)){const _0x2f3b62=_0x5978fc[TestFrameworkConstants['KEY_LOGS']]||[];_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x255)]]=[..._0x2f3b62,..._0x42faa3];}const _0x1315ab=_0x1aa2d4[TestFrameworkConstants[_0x4f3f09(0x1e4)]]||{},_0x4195f8=_0x1aa2d4[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x255b18={..._0x1315ab},_0x4838d6=_0x255b18;Object[_0x4f3f09(0x26e)](_0x4195f8)[_0x4f3f09(0x240)](_0x531f2b=>{const _0xc2d6a1=_0x4f3f09;!_0x4838d6[_0x531f2b]&&(_0x4838d6[_0x531f2b]=[]);const _0x42571d=new Set((_0x4838d6[_0x531f2b]||[])[_0xc2d6a1(0x2b8)](_0x21a979=>_0x21a979[TestFrameworkConstants[_0xc2d6a1(0x296)]]||_0x21a979[_0xc2d6a1(0x1cd)]));(_0x4195f8[_0x531f2b]||[])['forEach'](_0x3e6896=>{const _0x41dec5=_0xc2d6a1,_0x56c664=_0x3e6896[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3e6896[_0x41dec5(0x1cd)];if(!_0x42571d['has'](_0x56c664)){const _0x138d2e={..._0x3e6896},_0x112127=_0x138d2e;!_0x112127[TestFrameworkConstants[_0x41dec5(0x25f)]]&&!_0x112127[_0x41dec5(0x2bb)]&&(_0x112127[TestFrameworkConstants[_0x41dec5(0x25f)]]=new Date()[_0x41dec5(0x35d)]()),!_0x112127[TestFrameworkConstants[_0x41dec5(0x2fd)]]&&!_0x112127[_0x41dec5(0x256)]&&(_0x112127[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x41dec5(0x2ba)]),_0x4838d6[_0x531f2b][_0x41dec5(0x1fb)](_0x112127);}});});if(_0x5c7500[_0x4f3f09(0x252)]){this[_0x4f3f09(0x339)](_0x5c7500['originalTest']);const _0x208d0f=this[_0x4f3f09(0x2b4)](_0x5c7500[_0x4f3f09(0x252)]),_0x5b14a6=this[_0x4f3f09(0x299)](_0x5c7500[_0x4f3f09(0x252)]);_0x5b14a6[_0x4f3f09(0x240)](_0x3291d3=>{const _0x37ba5d=_0x4f3f09,_0x29a349=_0x208d0f['get'](_0x3291d3);if(_0x29a349&&(_0x51dbc7[_0x37ba5d(0x2df)](_0x29a349[_0x37ba5d(0x29d)],_0x51dbc7[_0x37ba5d(0x2ef)])||_0x51dbc7[_0x37ba5d(0x2df)](_0x29a349['type'],_0x51dbc7[_0x37ba5d(0x26d)]))){const _0x38dc50=_0x29a349[_0x37ba5d(0x29d)][_0x37ba5d(0x21e)]()['replace'](_0x51dbc7[_0x37ba5d(0x1e0)],_0x51dbc7[_0x37ba5d(0x1de)]),_0x1f31e6=_0x38dc50;!_0x4838d6[_0x1f31e6]&&(_0x4838d6[_0x1f31e6]=[]);const _0x4d2c27=_0x4838d6[_0x1f31e6][_0x37ba5d(0x203)](_0x549655=>(_0x549655[TestFrameworkConstants[_0x37ba5d(0x296)]]||_0x549655[_0x37ba5d(0x1cd)])===_0x3291d3);!_0x4d2c27&&_0x4838d6[_0x1f31e6][_0x37ba5d(0x1fb)]({'key':_0x1f31e6,[TestFrameworkConstants[_0x37ba5d(0x296)]]:_0x3291d3,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x37ba5d(0x2ba)],[TestFrameworkConstants[_0x37ba5d(0x2ee)]]:new Date()[_0x37ba5d(0x35d)](),[TestFrameworkConstants[_0x37ba5d(0x25f)]]:new Date()[_0x37ba5d(0x35d)](),[TestFrameworkConstants[_0x37ba5d(0x274)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x29a349[_0x37ba5d(0x275)]||_0x29a349['type']+_0x37ba5d(0x356),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x18bd59});}});}if(_0x581548[_0x4f3f09(0x205)]&&_0x51dbc7[_0x4f3f09(0x247)](_0x581548['hooks'][_0x4f3f09(0x28a)],0x0))_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x1e4)]]=_0x581548[_0x4f3f09(0x205)],logger[_0x4f3f09(0x1d7)](_0x51dbc7[_0x4f3f09(0x26c)]);else _0x51dbc7[_0x4f3f09(0x2c9)](Object[_0x4f3f09(0x26e)](_0x4838d6)[_0x4f3f09(0x28a)],0x0)&&(_0x5978fc[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x4838d6,logger[_0x4f3f09(0x1d7)](_0x4f3f09(0x367)+Object[_0x4f3f09(0x26e)](_0x4838d6)[_0x4f3f09(0x214)](',')));const _0x273a01=this['getJestTestName'](_0x581548);logger[_0x4f3f09(0x1d7)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x273a01+_0x4f3f09(0x239)+_0x53b961+_0x4f3f09(0x22c)+_0x29770b+_0x4f3f09(0x29b)+_0x581548['duration']);_0x51dbc7[_0x4f3f09(0x325)](_0x29770b,_0x51dbc7[_0x4f3f09(0x211)])&&logger['debug'](_0x4f3f09(0x333)+_0x53b961+',\x20failureType='+_0x5978fc[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x5978fc[TestFrameworkConstants[_0x4f3f09(0x28f)]]?.['substring'](0x0,0xc8));const _0x29a957={};return _0x29a957[_0x53b961]=_0x5978fc,_0x29a957;}[a90_0x154eb1(0x282)](_0x28e1a3){const _0x2c898e=a90_0x154eb1,_0x5200ad={};_0x5200ad[_0x2c898e(0x2a9)]=function(_0x2a475e,_0x9d154c){return _0x2a475e!==_0x9d154c;},_0x5200ad[_0x2c898e(0x2bd)]=function(_0x42d5ac,_0x2608dd){return _0x42d5ac!==_0x2608dd;},_0x5200ad[_0x2c898e(0x1c7)]=_0x2c898e(0x258);const _0x2c291a=_0x5200ad,_0x56995e={};_0x56995e[_0x2c898e(0x310)]=0x2,_0x56995e[_0x2c898e(0x322)]=0x3,logger['debug'](_0x2c898e(0x262)+util['inspect'](_0x28e1a3,_0x56995e));const _0xa48223=[];if(_0x28e1a3&&_0x28e1a3[_0x2c898e(0x20a)]){let _0x2c1144=_0x28e1a3[_0x2c898e(0x20a)];while(_0x2c1144&&_0x2c1144[_0x2c898e(0x275)]&&_0x2c291a[_0x2c898e(0x2a9)](_0x2c1144[_0x2c898e(0x275)],'')&&_0x2c291a[_0x2c898e(0x2bd)](_0x2c1144[_0x2c898e(0x275)],_0x2c291a[_0x2c898e(0x1c7)])){_0xa48223[_0x2c898e(0x1fb)](_0x2c1144[_0x2c898e(0x275)]),_0x2c1144=_0x2c1144[_0x2c898e(0x20a)];}}return _0xa48223[_0x2c898e(0x2f0)]();}[a90_0x154eb1(0x2e0)](_0x42b00b){const _0x3aec2d=a90_0x154eb1,_0x3f6b7c={};_0x3f6b7c[_0x3aec2d(0x344)]=_0x3aec2d(0x212);const _0x4a5560=_0x3f6b7c;if(_0x42b00b[_0x3aec2d(0x275)])return _0x42b00b['name'];if(_0x42b00b[_0x3aec2d(0x32f)])return _0x42b00b[_0x3aec2d(0x32f)];return _0x4a5560['VTYgZ'];}['getJestTestTags'](_0x392608){const _0x4ddecc=a90_0x154eb1,_0x5c72d9=[];if(_0x392608[_0x4ddecc(0x2fc)]&&Array['isArray'](_0x392608[_0x4ddecc(0x2fc)]))return _0x392608['tags']['map'](_0x4bc04d=>_0x4bc04d[_0x4ddecc(0x1f8)]('@')?_0x4bc04d['substr'](0x1):_0x4bc04d);const _0x14b785=this[_0x4ddecc(0x2e0)](_0x392608),_0x405dd5=_0x14b785[_0x4ddecc(0x2ed)](/@(\w+)/g);if(_0x405dd5)return _0x405dd5[_0x4ddecc(0x2b8)](_0x264fa2=>_0x264fa2[_0x4ddecc(0x34e)](0x1));return _0x392608[_0x4ddecc(0x32e)]&&Array[_0x4ddecc(0x1d4)](_0x392608[_0x4ddecc(0x32e)])&&_0x392608['scopes'][_0x4ddecc(0x240)](_0x111ce0=>{const _0x153dd8=_0x4ddecc,_0x4b84ec=_0x111ce0['match'](/@(\w+)/g);_0x4b84ec&&_0x4b84ec[_0x153dd8(0x240)](_0xb53f8d=>{const _0x528275=_0x153dd8,_0xcd517=_0xb53f8d[_0x528275(0x34e)](0x1);!_0x5c72d9[_0x528275(0x1e5)](_0xcd517)&&_0x5c72d9[_0x528275(0x1fb)](_0xcd517);});}),_0x5c72d9;}['getJestTestFilePath'](_0x1a9840){const _0x138518=a90_0x154eb1,_0x169155={'dzjno':function(_0x48f895,_0x5d39c7){return _0x48f895(_0x5d39c7);}};if(_0x1a9840['file_name'])return _0x1a9840[_0x138518(0x1f4)];if(_0x1a9840[_0x138518(0x201)])try{const _0x5603b9=stackTrace[_0x138518(0x32a)](_0x1a9840['asyncError']),_0x5b8bdf=_0x169155[_0x138518(0x349)](pickUserFrameFile,_0x5603b9);if(_0x5b8bdf)return _0x5b8bdf;logger['debug'](_0x138518(0x31b)+_0x5603b9[_0x138518(0x28a)]+')');}catch(_0x4723ab){logger['debug'](_0x138518(0x1fd)+util[_0x138518(0x277)](_0x4723ab));}return null;}['getJestFailureReason'](_0x422b17){const _0x52bb46=a90_0x154eb1,_0x4b847e={};_0x4b847e[_0x52bb46(0x284)]=function(_0x1ab354,_0x490631){return _0x1ab354>_0x490631;},_0x4b847e[_0x52bb46(0x1df)]='Unknown\x20error';const _0x5bd006=_0x4b847e;if(_0x422b17[_0x52bb46(0x215)]&&_0x5bd006[_0x52bb46(0x284)](_0x422b17[_0x52bb46(0x215)][_0x52bb46(0x28a)],0x0))return util[_0x52bb46(0x288)](_0x422b17[_0x52bb46(0x215)][0x0]);if(_0x422b17[_0x52bb46(0x31c)])return _0x422b17[_0x52bb46(0x31c)];return _0x5bd006[_0x52bb46(0x1df)];}[a90_0x154eb1(0x35f)](_0x4497c6){const _0x368f13=a90_0x154eb1,_0x1d0507={};_0x1d0507[_0x368f13(0x297)]=_0x368f13(0x225),_0x1d0507[_0x368f13(0x25e)]=_0x368f13(0x266),_0x1d0507['yUSmG']=_0x368f13(0x2f6);const _0x5497d5=_0x1d0507,_0x1ec60a=this[_0x368f13(0x24a)](_0x4497c6);if(_0x1ec60a&&_0x1ec60a[_0x368f13(0x1e5)](_0x5497d5[_0x368f13(0x297)]))return _0x5497d5[_0x368f13(0x25e)];return _0x5497d5[_0x368f13(0x2ae)];}['getJestFailureData'](_0x57f101){const _0x21eea9=a90_0x154eb1,_0x42dc35={'IvhRQ':function(_0xc61e05,_0x3e8185){return _0xc61e05(_0x3e8185);},'dDBYC':'../../../helpers/test-observability/utils','fRLQs':function(_0x594d56,_0x2654a6){return _0x594d56!==_0x2654a6;},'vYGfu':'test'},{failureData:_0xb01b82}=_0x42dc35[_0x21eea9(0x2aa)](require,_0x42dc35[_0x21eea9(0x352)]),_0x1cbcf2=[];return _0x42dc35[_0x21eea9(0x2c7)](_0x57f101[_0x21eea9(0x215)],undefined)&&_0x1cbcf2[_0x21eea9(0x1fb)](_0x57f101[_0x21eea9(0x215)],_0x42dc35['vYGfu']),_0xb01b82[_0x21eea9(0x26b)](null,_0x1cbcf2);}async[a90_0x154eb1(0x32c)](_0x3bdca7,_0x13ae6d,_0xf8f6ca,_0x34a02a){const _0x2d9c19=a90_0x154eb1,_0x275697={'MhhTp':_0x2d9c19(0x251),'SHTbu':function(_0x2ad9ab){return _0x2ad9ab();},'qxVph':function(_0x2b442e,_0xc7fae9){return _0x2b442e in _0xc7fae9;},'BVVJX':function(_0x48445b,_0x1cc2f8){return _0x48445b in _0x1cc2f8;},'IOaRc':function(_0x66c448,_0x4927c6){return _0x66c448===_0x4927c6;},'QgerZ':function(_0x1c0fe6,_0x3eb973){return _0x1c0fe6>_0x3eb973;},'AqVHV':_0x2d9c19(0x345),'bHqtj':_0x2d9c19(0x350),'IRmFd':_0x2d9c19(0x25a),'byHdv':function(_0x4e0e2d,_0x71195b){return _0x4e0e2d>_0x71195b;},'MLDOW':function(_0x271083,_0x48d67b){return _0x271083===_0x48d67b;},'mSjij':function(_0x18b8c2,_0x535d7b){return _0x18b8c2!==_0x535d7b;}},{hookData:_0x1c1c1c}=_0x34a02a,_0x20bfb0=_0xf8f6ca[_0x2d9c19(0x304)](),_0x5e83ff=_0x13ae6d['toString'](),_0x57fcdf={};_0x57fcdf[_0x2d9c19(0x310)]=0x2,_0x57fcdf[_0x2d9c19(0x322)]=0x3,logger[_0x2d9c19(0x1d7)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x5e83ff+',\x20hookState='+_0x20bfb0+',\x20hookData='+util[_0x2d9c19(0x288)](_0x1c1c1c,_0x57fcdf));if(!_0x1c1c1c)return logger[_0x2d9c19(0x1d7)](_0x275697[_0x2d9c19(0x2b5)]),{};const _0x577c88=_0x1c1c1c[_0x2d9c19(0x328)]||_0x1c1c1c[_0x2d9c19(0x24e)]||_0x275697[_0x2d9c19(0x1ea)](uuidv4),_0x1ea6c1=_0x1c1c1c[_0x2d9c19(0x263)]||this[_0x2d9c19(0x303)](_0x1c1c1c),_0xaf58ad=_0x13ae6d['toString']()[_0x2d9c19(0x285)]('.')[0x1],_0x59f9ea=_0x3bdca7[_0x2d9c19(0x28b)]()[_0x2d9c19(0x1e7)](_0x1ea6c1),_0x11edf0=_0x59f9ea?_0x59f9ea[TestFrameworkConstants[_0x2d9c19(0x261)]]||{}:{};logger[_0x2d9c19(0x1d7)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x577c88+_0x2d9c19(0x239)+_0x1ea6c1+_0x2d9c19(0x1e8)+_0xaf58ad+_0x2d9c19(0x21c)+_0x20bfb0);if(!_0x59f9ea)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1ea6c1+_0x2d9c19(0x1dd)),this[_0x2d9c19(0x2ad)](_0x3bdca7,_0x1ea6c1,_0x13ae6d,_0xf8f6ca,_0x34a02a),{};let _0x4ac02d=_0x59f9ea[TestFrameworkConstants[_0x2d9c19(0x24f)]];!_0x4ac02d&&(_0x4ac02d={});!_0x275697[_0x2d9c19(0x1d8)](_0xaf58ad,_0x4ac02d)&&(_0x4ac02d[_0xaf58ad]=[]);let _0x1d1e81=_0x59f9ea[TestFrameworkConstants[_0x2d9c19(0x1e4)]];!_0x1d1e81&&(_0x1d1e81={});!_0x275697[_0x2d9c19(0x1c5)](_0xaf58ad,_0x1d1e81)&&(_0x1d1e81[_0xaf58ad]=[]);const _0x216dd5={[_0x1ea6c1]:{[TestFrameworkConstants[_0x2d9c19(0x24f)]]:_0x4ac02d,[TestFrameworkConstants[_0x2d9c19(0x1e4)]]:_0x1d1e81,[TestFrameworkConstants[_0x2d9c19(0x2c0)]]:this[_0x2d9c19(0x354)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2d9c19(0x2e3)]()[this[_0x2d9c19(0x354)]()[0x0]]||''}};if(_0x275697[_0x2d9c19(0x268)](_0xf8f6ca,HookState[_0x2d9c19(0x2f4)])){const _0x19917c={'key':_0xaf58ad,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x577c88,[TestFrameworkConstants[_0x2d9c19(0x2fd)]]:TestFrameworkConstants[_0x2d9c19(0x2ba)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x1c1c1c['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x2d9c19(0x274)]]:[],[TestFrameworkConstants[_0x2d9c19(0x236)]]:_0x1c1c1c['name']||_0x1c1c1c[_0x2d9c19(0x1f1)]||_0xaf58ad,[TestFrameworkConstants[_0x2d9c19(0x261)]]:_0x11edf0};_0x4ac02d[_0xaf58ad][_0x2d9c19(0x1fb)](_0x19917c),_0x216dd5[_0x1ea6c1][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xaf58ad;const _0x51712f={};_0x51712f[_0x2d9c19(0x310)]=0x2,logger[_0x2d9c19(0x1d7)](_0x2d9c19(0x2c4)+_0xaf58ad+_0x2d9c19(0x318)+_0x577c88+_0x2d9c19(0x239)+_0x1ea6c1+_0x2d9c19(0x355)+util[_0x2d9c19(0x288)](_0x19917c,_0x51712f));}else{if(_0x275697['IOaRc'](_0xf8f6ca,HookState['POST'])){const _0x3a8738=_0x1c1c1c[_0x2d9c19(0x1e3)]||(_0x1c1c1c[_0x2d9c19(0x215)]&&_0x275697[_0x2d9c19(0x341)](_0x1c1c1c[_0x2d9c19(0x215)][_0x2d9c19(0x28a)],0x0)?_0x275697[_0x2d9c19(0x338)]:_0x275697['bHqtj']),_0x532595=_0x4ac02d[_0xaf58ad]||[];logger[_0x2d9c19(0x1d7)](_0x2d9c19(0x343)+_0xaf58ad+_0x2d9c19(0x239)+_0x1ea6c1+',\x20result='+_0x3a8738+_0x2d9c19(0x264)+_0x532595['length']);if(_0x275697[_0x2d9c19(0x268)](_0x532595[_0x2d9c19(0x28a)],0x0)&&_0x275697[_0x2d9c19(0x268)](_0x13ae6d,TestFrameworkState[_0x2d9c19(0x209)]))return logger[_0x2d9c19(0x1d7)](_0x275697[_0x2d9c19(0x270)]),this[_0x2d9c19(0x2ad)](_0x3bdca7,_0x1ea6c1,_0x13ae6d,_0xf8f6ca,_0x34a02a),{};if(_0x275697['byHdv'](_0x532595[_0x2d9c19(0x28a)],0x0)){const _0x5a6c64=_0x532595[_0x2d9c19(0x22f)]();_0x275697[_0x2d9c19(0x326)](_0x3a8738,_0x275697[_0x2d9c19(0x338)])&&_0x1c1c1c[_0x2d9c19(0x215)]?(_0x5a6c64[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x2d9c19(0x35f)](_0x1c1c1c),_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x22b)]]=this[_0x2d9c19(0x24a)](_0x1c1c1c),_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x2b3)]]=this['getJestFailureData'](_0x1c1c1c),logger[_0x2d9c19(0x1d7)](_0x2d9c19(0x2a1)+_0xaf58ad+_0x2d9c19(0x27c)+_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x206)]]+_0x2d9c19(0x2d8)+_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x22b)]]?.[_0x2d9c19(0x30a)](0x0,0xc8))):_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x2fd)]]=_0x275697[_0x2d9c19(0x32d)];_0x275697['mSjij'](_0x3a8738,TestFrameworkConstants[_0x2d9c19(0x2ba)])&&(_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x2fd)]]=_0x3a8738);_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x25f)]]=_0x1c1c1c['finished_at']||new Date()['toISOString'](),_0x5a6c64[TestFrameworkConstants[_0x2d9c19(0x261)]]=_0x11edf0;const _0x304524=_0x5a6c64[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1d1e81[_0xaf58ad]&&(_0x1d1e81[_0xaf58ad]=[]);_0x1d1e81[_0xaf58ad][_0x2d9c19(0x1fb)](_0x5a6c64),_0x216dd5[_0x1ea6c1][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xaf58ad;const _0x369a26={};_0x369a26[_0x2d9c19(0x310)]=0x2,logger[_0x2d9c19(0x1d7)](_0x2d9c19(0x20b)+_0xaf58ad+_0x2d9c19(0x318)+_0x304524+_0x2d9c19(0x26a)+_0x3a8738+_0x2d9c19(0x355)+util['inspect'](_0x5a6c64,_0x369a26));}}}return _0x216dd5;}['createTestFrameworkEventPayload'](_0x1f600e){const _0x51753b=a90_0x154eb1,_0x430c27={};_0x430c27['exOLM']='base64';const _0x54631f=_0x430c27;try{const _0x579e47=_0x1f600e[_0x51753b(0x1d6)]?this[_0x51753b(0x303)](_0x1f600e[_0x51753b(0x1d6)]):_0x1f600e[_0x51753b(0x213)]['test_run_id'],_0x564e22=_0x1f600e[_0x51753b(0x1d1)],_0x4f7b20=_0x564e22[_0x51753b(0x25d)](),_0x423b4f=_0x564e22[_0x51753b(0x28b)]()['get'](_0x579e47);if(!_0x423b4f)return logger[_0x51753b(0x1d7)](_0x51753b(0x281)+_0x579e47),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x362b37=this[_0x51753b(0x354)]()[0x0]||'',[TestFrameworkConstants[_0x51753b(0x1e9)]]:_0xf3df5d=this[_0x51753b(0x2e3)]()[this[_0x51753b(0x354)]()[0x0]]||'',[TestFrameworkConstants[_0x51753b(0x223)]]:_0x5164c3='',[TestFrameworkConstants[_0x51753b(0x20f)]]:_0x3fc20d=''}=_0x423b4f,_0x3111a0=_0x564e22[_0x51753b(0x1da)]()[_0x51753b(0x304)]()[_0x51753b(0x285)]('.')[0x1],_0x563f23=_0x564e22[_0x51753b(0x2d3)]()['toString']()[_0x51753b(0x285)]('.')[0x1],_0x42bd4e=global?.[_0x51753b(0x329)]?.[_0x51753b(0x222)]?.[_0x51753b(0x327)]||global[_0x51753b(0x2ce)]||0x0,_0x847e7f=_0x564e22[_0x51753b(0x246)](),_0x2b414c=Buffer['from'](JSON['stringify'](_0x423b4f))[_0x51753b(0x304)](_0x54631f[_0x51753b(0x366)]),_0x343766={'hash':_0x4f7b20[_0x51753b(0x2be)](),'threadId':_0x4f7b20[_0x51753b(0x1d0)]()[_0x51753b(0x304)](),'processId':_0x4f7b20[_0x51753b(0x2ff)]()[_0x51753b(0x304)]()},_0x41835f={};_0x41835f[_0x51753b(0x34b)]=_0x42bd4e,_0x41835f[_0x51753b(0x365)]=_0x362b37,_0x41835f['testFrameworkVersion']=_0xf3df5d,_0x41835f[_0x51753b(0x295)]=_0x3111a0,_0x41835f['hookState']=_0x563f23,_0x41835f[_0x51753b(0x1ed)]=_0x5164c3,_0x41835f[_0x51753b(0x1e2)]=_0x3fc20d,_0x41835f[_0x51753b(0x328)]=_0x847e7f,_0x41835f[_0x51753b(0x1cf)]=_0x2b414c,_0x41835f['executionContext']=_0x343766,_0x41835f[_0x51753b(0x31a)]=_0x579e47;const _0x3d73b9=_0x41835f;return _0x3d73b9;}catch(_0x540c59){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x51753b(0x277)](_0x540c59)),{};}}async['sendLogCreatedEvent'](_0x25966d,_0x4470e5,_0x2d541f){const _0x2d440b=a90_0x154eb1,_0x55016f={'FKfDe':function(_0x37a08a,_0x4bfb41){return _0x37a08a+_0x4bfb41;},'ETwwi':_0x2d440b(0x1ee),'HnpAe':_0x2d440b(0x235),'FxZzO':function(_0x267691,_0xcb0c7a){return _0x267691>_0xcb0c7a;},'kHbWV':function(_0xd9cb77,_0x27fb61,_0xebf5d,_0x49c719){return _0xd9cb77(_0x27fb61,_0xebf5d,_0x49c719);},'MDyIo':function(_0x3502d1,_0x39847e){return _0x3502d1-_0x39847e;},'BlGEI':function(_0x24fc9d,_0x1ab851){return _0x24fc9d===_0x1ab851;},'LbGrj':function(_0xafe951,_0x47f891){return _0xafe951/_0x47f891;},'DGYNU':function(_0x1efb13,_0x4b1aa2){return _0x1efb13<_0x4b1aa2;},'lTkfa':function(_0x55678c,_0x578ba5){return _0x55678c*_0x578ba5;},'AuaQm':function(_0x508113,_0x5b86ac){return _0x508113+_0x5b86ac;},'MFBQQ':function(_0x2bc8d6,_0x539836){return _0x2bc8d6+_0x539836;}};try{const _0x29d2f9=_0x2d541f[_0x2d440b(0x1f6)]||_0x2d541f[_0x2d440b(0x1fc)],_0x58e6c9=Array[_0x2d440b(0x272)](_0x25966d[_0x2d440b(0x28b)]()[_0x2d440b(0x26e)]()),_0x1396c7=_0x25966d[_0x2d440b(0x28b)]()[_0x2d440b(0x1e7)](_0x29d2f9);if(!_0x1396c7){logger[_0x2d440b(0x1d7)](_0x2d440b(0x27b)+_0x29d2f9);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2fde2c='',[TestFrameworkConstants[_0x2d440b(0x1e9)]]:_0x5e6727=''}=_0x1396c7;let _0x2fe831=[];_0x1396c7&&_0x1396c7[TestFrameworkConstants[_0x2d440b(0x255)]]&&Array[_0x2d440b(0x1d4)](_0x1396c7[TestFrameworkConstants['KEY_LOGS']])?(_0x2fe831=_0x1396c7[TestFrameworkConstants[_0x2d440b(0x255)]]||[],logger['debug'](_0x2d440b(0x254)+_0x2fe831[_0x2d440b(0x28a)]+_0x2d440b(0x324)+_0x29d2f9),_0x25966d[_0x2d440b(0x360)]({[_0x29d2f9]:{[TestFrameworkConstants[_0x2d440b(0x255)]]:[],[TestFrameworkConstants[_0x2d440b(0x2c0)]]:this[_0x2d440b(0x354)]()[0x0]||'',[TestFrameworkConstants[_0x2d440b(0x1e9)]]:this['getTestFrameworksVersions']()[this[_0x2d440b(0x354)]()[0x0]]||''}}),logger[_0x2d440b(0x1d7)](_0x2d440b(0x33a)+_0x29d2f9)):logger[_0x2d440b(0x1d7)](_0x2d440b(0x2d4)+_0x29d2f9);logger[_0x2d440b(0x1d7)](_0x2d440b(0x2e8)+_0x2fe831[_0x2d440b(0x28a)]+_0x2d440b(0x20e)+_0x29d2f9);const _0x5a0251=_0x2fe831[_0x2d440b(0x221)](_0x48bce7=>_0x48bce7[_0x2d440b(0x1e1)]===_0x2d440b(0x35e));_0x55016f[_0x2d440b(0x298)](_0x5a0251[_0x2d440b(0x28a)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x5a0251[_0x2d440b(0x28a)]+_0x2d440b(0x363)+_0x29d2f9),_0x5a0251[_0x2d440b(0x240)]((_0x3a5d0b,_0x33e8a5)=>{const _0x8780b7=_0x2d440b;logger[_0x8780b7(0x1d7)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x55016f['FKfDe'](_0x33e8a5,0x1)+'/'+_0x5a0251[_0x8780b7(0x28a)]+_0x8780b7(0x340)+(_0x3a5d0b[_0x8780b7(0x31a)]||_0x55016f[_0x8780b7(0x30c)])+',\x20test_run_uuid='+(_0x3a5d0b[_0x8780b7(0x2e4)]||_0x55016f[_0x8780b7(0x30c)])+_0x8780b7(0x29a)+(_0x3a5d0b[_0x8780b7(0x2fe)]||_0x55016f[_0x8780b7(0x23a)])+_0x8780b7(0x1d3)+(_0x3a5d0b['message']?.[_0x8780b7(0x28a)]||0x0));}));const _0x1a91e6=_0x1396c7[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x59545e=_0x55016f[_0x2d440b(0x2d1)](getMediaArtifactsLogs,_0x1a91e6,null,_0x29d2f9),_0x22ad39=(_0x2fe831||[])[_0x2d440b(0x1cb)](_0x59545e||[]),_0xb5200f=_0x5a0251?.[_0x2d440b(0x28a)]||0x0,_0x49ac10=_0x55016f['MDyIo'](_0x2fe831?.[_0x2d440b(0x28a)]||0x0,_0xb5200f);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x29d2f9+',\x20consoleLogs:\x20'+_0x49ac10+_0x2d440b(0x359)+_0xb5200f+_0x2d440b(0x283)+(_0x59545e?.['length']||0x0)+_0x2d440b(0x357)+_0x22ad39[_0x2d440b(0x28a)]);if(!_0x22ad39||_0x55016f[_0x2d440b(0x224)](_0x22ad39[_0x2d440b(0x28a)],0x0)){logger['debug'](_0x2d440b(0x20d)+_0x29d2f9);return;}const _0x467eb6=0x28,_0x36ab3d=Math[_0x2d440b(0x315)](_0x55016f[_0x2d440b(0x320)](_0x22ad39[_0x2d440b(0x28a)],_0x467eb6));for(let _0x4de636=0x0;_0x55016f[_0x2d440b(0x1d2)](_0x4de636,_0x36ab3d);_0x4de636++){const _0x362ade=_0x55016f['lTkfa'](_0x4de636,_0x467eb6),_0x5667b2=_0x55016f[_0x2d440b(0x2db)](_0x362ade,_0x467eb6),_0x28aaea=_0x22ad39[_0x2d440b(0x34e)](_0x362ade,_0x5667b2),_0x4123ea=global?.[_0x2d440b(0x2a2)]??0x0,_0x5b2ac1={'platformIndex':_0x4123ea,'logs':_0x28aaea,'testFrameworkName':_0x2fde2c,'testFrameworkVersion':_0x5e6727,'testFrameworkState':_0x4470e5['toString']()['split']('.')[0x1]},_0x3389a0={};_0x3389a0['depth']=0x3,_0x3389a0['maxArrayLength']=0x5,logger[_0x2d440b(0x1d7)](_0x2d440b(0x1ca)+_0x55016f['MFBQQ'](_0x4de636,0x1)+'/'+_0x36ab3d+_0x2d440b(0x1ce)+_0x29d2f9+_0x2d440b(0x27e)+_0x28aaea[_0x2d440b(0x28a)]+_0x2d440b(0x25b)+_0x4123ea+_0x2d440b(0x31f)+util[_0x2d440b(0x288)](_0x5b2ac1,_0x3389a0));const _0x20d266=await GrpcClient[_0x2d440b(0x312)]()[_0x2d440b(0x317)](_0x5b2ac1);logger[_0x2d440b(0x1d7)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x55016f['MFBQQ'](_0x4de636,0x1)+'/'+_0x36ab3d+_0x2d440b(0x1ce)+_0x29d2f9+_0x2d440b(0x234)+util[_0x2d440b(0x288)](_0x20d266));}_0x59545e&&_0x55016f[_0x2d440b(0x298)](_0x59545e[_0x2d440b(0x28a)],0x0)&&_0x1396c7[TestFrameworkConstants[_0x2d440b(0x331)]]&&_0x25966d[_0x2d440b(0x360)]({[_0x29d2f9]:{[TestFrameworkConstants[_0x2d440b(0x331)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x2d440b(0x354)]()[0x0]]||''}}),logger[_0x2d440b(0x1d7)](_0x2d440b(0x30d)+_0x29d2f9+_0x2d440b(0x330)+_0x36ab3d);}catch(_0x340092){logger['error'](_0x2d440b(0x1c6)+(_0x2d541f[_0x2d440b(0x1f6)]||_0x2d541f[_0x2d440b(0x1fc)])+_0x2d440b(0x278)+util[_0x2d440b(0x277)](_0x340092));}}[a90_0x154eb1(0x2ad)](_0x5a006a,_0x4c172e,_0x4dc34d,_0x53e7be,_0x2c7c79){const _0x10132=a90_0x154eb1,_0x3685f5={};_0x3685f5[_0x10132(0x2a4)]=function(_0x9f21bc,_0x163703){return _0x9f21bc===_0x163703;},_0x3685f5['XLZmF']=_0x10132(0x253);const _0x3ef586=_0x3685f5,{hookData:_0x43a980}=_0x2c7c79,_0x327600={'testId':_0x4c172e,'testFrameworkState':_0x4dc34d,'hookState':_0x53e7be,'args':_0x2c7c79,'timestamp':new Date()['toISOString']()};if(_0x3ef586[_0x10132(0x2a4)](_0x4dc34d,TestFrameworkState[_0x10132(0x209)])&&_0x43a980){const _0x4063ef={};_0x4063ef[_0x10132(0x334)]=_0x43a980[_0x10132(0x1f4)]||_0x43a980['location'],_0x4063ef[_0x10132(0x31e)]=_0x43a980['scope']||_0x43a980['scopes']&&_0x43a980['scopes'][0x0]||'',_0x4063ef[_0x10132(0x23b)]=_0x3ef586['XLZmF'],_0x327600[_0x10132(0x33f)]=_0x4063ef,logger[_0x10132(0x1d7)](_0x10132(0x1e6)+_0x4c172e+_0x10132(0x34f)+_0x327600[_0x10132(0x33f)][_0x10132(0x334)]+',\x20scope:\x20'+_0x327600[_0x10132(0x33f)]['scope']);}_0x5a006a['addPendingHook'](_0x4c172e,_0x327600),logger[_0x10132(0x1d7)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x4c172e+_0x10132(0x309)+_0x4dc34d+_0x10132(0x21a)+_0x53e7be);}async['processPendingHooks'](_0x2ee2f7,_0xe12238){const _0x348f6b=a90_0x154eb1,_0x3b7780={};_0x3b7780['LkXrd']=function(_0x16ab77,_0x26230e){return _0x16ab77>_0x26230e;},_0x3b7780[_0x348f6b(0x2dd)]=function(_0x35654d,_0x42708e){return _0x35654d===_0x42708e;},_0x3b7780[_0x348f6b(0x2da)]=function(_0x1e32cf,_0xe134d8){return _0x1e32cf===_0xe134d8;},_0x3b7780['LdMtb']=function(_0x11de41,_0x1eba37){return _0x11de41===_0x1eba37;},_0x3b7780[_0x348f6b(0x20c)]=function(_0x504e8e,_0x841139){return _0x504e8e===_0x841139;},_0x3b7780[_0x348f6b(0x308)]=function(_0x5cfb58,_0xe28c08){return _0x5cfb58===_0xe28c08;},_0x3b7780['FMLoE']=_0x348f6b(0x204);const _0x2af687=_0x3b7780;if(_0x2ee2f7[_0x348f6b(0x241)](_0xe12238)){const _0x59afa0=_0x2ee2f7['getPendingHooks'](_0xe12238);logger[_0x348f6b(0x1d7)](_0x348f6b(0x2d7)+_0x59afa0[_0x348f6b(0x28a)]+_0x348f6b(0x1ec)+_0xe12238);for(const _0x48288d of _0x59afa0){try{const _0x3a40a0=await this[_0x348f6b(0x32c)](_0x2ee2f7,_0x48288d[_0x348f6b(0x295)],_0x48288d[_0x348f6b(0x2cb)],_0x48288d[_0x348f6b(0x348)]);_0x3a40a0&&_0x2af687[_0x348f6b(0x347)](Object[_0x348f6b(0x26e)](_0x3a40a0)[_0x348f6b(0x28a)],0x0)&&_0x2ee2f7[_0x348f6b(0x360)](_0x3a40a0),await this['runHooks'](_0x2ee2f7,_0x48288d[_0x348f6b(0x295)],_0x48288d[_0x348f6b(0x2cb)],_0x48288d['args']);}catch(_0x4261c1){logger[_0x348f6b(0x228)](_0x348f6b(0x233)+_0xe12238+',\x20error:\x20'+_0x4261c1);}}_0x2ee2f7[_0x348f6b(0x243)](_0xe12238),logger['debug'](_0x348f6b(0x29e)+_0xe12238);}const _0x37977b=_0x2ee2f7['getAllData']()[_0x348f6b(0x1e7)](_0xe12238);if(_0x37977b){const _0x408bc4=_0x37977b[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x37977b[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x259c43=_0x37977b[TestFrameworkConstants[_0x348f6b(0x30f)]]||_0x37977b[TestFrameworkConstants[_0x348f6b(0x244)]]&&_0x37977b[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x348f6b(0x1d7)](_0x348f6b(0x34c)+_0x408bc4+_0x348f6b(0x1f0)+_0x259c43);const _0x12d9c2=_0x2ee2f7[_0x348f6b(0x217)]();for(const _0x482a8b of _0x12d9c2){if(_0x2af687[_0x348f6b(0x2dd)](_0x482a8b,_0xe12238))continue;if(_0x2ee2f7[_0x348f6b(0x241)](_0x482a8b)){const _0x59185f=_0x2ee2f7[_0x348f6b(0x210)](_0x482a8b);for(const _0x35c3fb of _0x59185f){if(_0x2af687[_0x348f6b(0x2da)](_0x35c3fb[_0x348f6b(0x295)],TestFrameworkState[_0x348f6b(0x209)])&&_0x35c3fb[_0x348f6b(0x33f)]){const _0x104f2d=_0x35c3fb['hookMetadata'][_0x348f6b(0x334)],_0x10d05e=_0x35c3fb[_0x348f6b(0x33f)][_0x348f6b(0x31e)];if(_0x2af687[_0x348f6b(0x2e9)](_0x104f2d,_0x408bc4)&&_0x2af687['vCJPL'](_0x10d05e,_0x259c43)){logger[_0x348f6b(0x1d7)](_0x348f6b(0x35b)+_0x482a8b+_0x348f6b(0x2e6)+_0xe12238+_0x348f6b(0x34f)+_0x104f2d+_0x348f6b(0x1f0)+_0x10d05e);_0x35c3fb[_0x348f6b(0x348)]&&_0x35c3fb[_0x348f6b(0x348)]['hookData']&&(_0x35c3fb['args'][_0x348f6b(0x213)][_0x348f6b(0x263)]=_0xe12238,logger[_0x348f6b(0x1d7)](_0x348f6b(0x1d5)+_0x482a8b+'\x20to\x20'+_0xe12238));try{const _0x309b73=await this['trackHookEvent'](_0x2ee2f7,_0x35c3fb['testFrameworkState'],_0x35c3fb[_0x348f6b(0x2cb)],_0x35c3fb['args']);_0x309b73&&_0x2af687[_0x348f6b(0x347)](Object[_0x348f6b(0x26e)](_0x309b73)[_0x348f6b(0x28a)],0x0)&&_0x2ee2f7[_0x348f6b(0x360)](_0x309b73);await this[_0x348f6b(0x2fb)](_0x2ee2f7,_0x35c3fb[_0x348f6b(0x295)],_0x35c3fb[_0x348f6b(0x2cb)],_0x35c3fb['args']);const _0x4885ff=_0x2ee2f7[_0x348f6b(0x210)](_0x482a8b)[_0x348f6b(0x221)](_0x47ad67=>_0x47ad67!==_0x35c3fb);if(_0x2af687['RsPEJ'](_0x4885ff[_0x348f6b(0x28a)],0x0))_0x2ee2f7['removePendingHooks'](_0x482a8b);else{_0x2ee2f7[_0x348f6b(0x243)](_0x482a8b);for(const _0x5e3bbf of _0x4885ff){_0x2ee2f7[_0x348f6b(0x33d)](_0x482a8b,_0x5e3bbf);}}logger['debug'](_0x2af687['FMLoE']);}catch(_0xa257c8){logger[_0x348f6b(0x228)](_0x348f6b(0x24c)+_0xe12238+_0x348f6b(0x278)+_0xa257c8);}}}}}}}}[a90_0x154eb1(0x339)](_0x5bfc6a){const _0x5f5ac2=a90_0x154eb1,_0x196da6={'MdqZo':function(_0x5a6817){return _0x5a6817();}};if(!_0x5bfc6a||!_0x5bfc6a[_0x5f5ac2(0x20a)])return;_0x5bfc6a[_0x5f5ac2(0x20a)][_0x5f5ac2(0x205)]&&Array[_0x5f5ac2(0x1d4)](_0x5bfc6a['parent'][_0x5f5ac2(0x205)])&&_0x5bfc6a['parent'][_0x5f5ac2(0x205)][_0x5f5ac2(0x240)](_0xacbefd=>{const _0x4df549=_0x5f5ac2;!_0xacbefd[_0x4df549(0x24e)]&&!_0xacbefd[_0x4df549(0x2c5)]&&(_0xacbefd[_0x4df549(0x24e)]=_0x196da6['MdqZo'](uuidv4),_0xacbefd[_0x4df549(0x2c5)]=_0xacbefd[_0x4df549(0x24e)],logger[_0x4df549(0x1d7)](_0x4df549(0x291)+_0xacbefd[_0x4df549(0x29d)]+_0x4df549(0x289)+_0xacbefd[_0x4df549(0x24e)]));}),this[_0x5f5ac2(0x339)](_0x5bfc6a[_0x5f5ac2(0x20a)]);}[a90_0x154eb1(0x299)](_0x42fc6f){const _0x38f7cc=a90_0x154eb1,_0x4b2b15={'lbFgz':function(_0x1d22f8,_0x31f3ee){return _0x1d22f8(_0x31f3ee);}};if(!_0x42fc6f||!_0x42fc6f[_0x38f7cc(0x20a)])return[];const _0x278af8=[];return _0x42fc6f['parent'][_0x38f7cc(0x205)]&&Array[_0x38f7cc(0x1d4)](_0x42fc6f[_0x38f7cc(0x20a)][_0x38f7cc(0x205)])&&_0x42fc6f[_0x38f7cc(0x20a)]['hooks'][_0x38f7cc(0x240)](_0xae5aae=>{const _0x5f44c1=_0x38f7cc,_0x4cadc5=_0xae5aae[_0x5f44c1(0x24e)]||_0xae5aae[_0x5f44c1(0x2c5)];_0x4cadc5&&!this[_0x5f44c1(0x2bf)](_0xae5aae)&&!_0x4b2b15['lbFgz'](isInternalHook,_0xae5aae['fn'])&&_0x278af8[_0x5f44c1(0x1fb)](_0x4cadc5);}),[..._0x278af8,...this[_0x38f7cc(0x299)](_0x42fc6f[_0x38f7cc(0x20a)])];}['buildHookMapFromTest'](_0xcefb84){const _0x523b5c={'AndvC':function(_0x13a0e4,_0x81b0aa){return _0x13a0e4(_0x81b0aa);},'acDBa':'unknown','Drbaa':function(_0x1185d6,_0x4d0884){return _0x1185d6(_0x4d0884);},'mpFil':function(_0x1720c7,_0x21db04){return _0x1720c7(_0x21db04);}},_0x8b88cc=new Map(),_0x268b28=_0x3ad5c7=>{const _0x5a85f7=a90_0x47d1,_0x9d25f3={'xuWYl':function(_0x4571d5,_0x83cacc){const _0x348ad4=a90_0x47d1;return _0x523b5c[_0x348ad4(0x1dc)](_0x4571d5,_0x83cacc);},'FyusD':_0x523b5c[_0x5a85f7(0x2ab)]};if(!_0x3ad5c7||!_0x3ad5c7[_0x5a85f7(0x20a)])return;_0x3ad5c7['parent'][_0x5a85f7(0x205)]&&Array[_0x5a85f7(0x1d4)](_0x3ad5c7[_0x5a85f7(0x20a)][_0x5a85f7(0x205)])&&_0x3ad5c7['parent'][_0x5a85f7(0x205)][_0x5a85f7(0x240)](_0x37104c=>{const _0x249e14=_0x5a85f7,_0x57a849=_0x37104c[_0x249e14(0x24e)]||_0x37104c[_0x249e14(0x2c5)];if(_0x57a849&&!this['isJestInternalHook'](_0x37104c)&&!_0x9d25f3[_0x249e14(0x1ef)](isInternalHook,_0x37104c['fn'])){const _0x199374={};_0x199374[_0x249e14(0x29d)]=_0x37104c[_0x249e14(0x29d)]||_0x9d25f3[_0x249e14(0x2d9)],_0x199374[_0x249e14(0x275)]=_0x37104c[_0x249e14(0x275)]||'\x22'+_0x37104c['type']+_0x249e14(0x1f7),_0x8b88cc[_0x249e14(0x216)](_0x57a849,_0x199374);}}),_0x523b5c[_0x5a85f7(0x2f8)](_0x268b28,_0x3ad5c7[_0x5a85f7(0x20a)]);};return _0x523b5c['mpFil'](_0x268b28,_0xcefb84),_0x8b88cc;}[a90_0x154eb1(0x2bf)](_0x67b26c){const _0x366955=a90_0x154eb1,_0xcd6c20={};_0xcd6c20['hBLMv']='jest-circus',_0xcd6c20[_0x366955(0x2ea)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x4fa121=_0xcd6c20;try{const _0x82e639=this['getRootParentFile'](_0x67b26c);if(!_0x82e639||_0x82e639['includes'](_0x4fa121[_0x366955(0x332)]))return!![];return![];}catch(_0x553235){logger[_0x366955(0x1d7)](_0x4fa121[_0x366955(0x2ea)]);}return![];}[a90_0x154eb1(0x2b1)](_0x50fb05){const _0x72926d=a90_0x154eb1,_0x1c2ce7={'XTOyT':function(_0x36c29c,_0x42770a){return _0x36c29c(_0x42770a);}};if(_0x50fb05[_0x72926d(0x1fa)])return _0x50fb05[_0x72926d(0x1fa)];if(_0x50fb05[_0x72926d(0x201)])try{const _0x19fd15=stackTrace[_0x72926d(0x32a)](_0x50fb05[_0x72926d(0x201)]),_0x30da87=_0x1c2ce7[_0x72926d(0x2af)](pickUserFrameFile,_0x19fd15);if(_0x30da87)return _0x30da87;logger[_0x72926d(0x1d7)](_0x72926d(0x2a6)+_0x19fd15[_0x72926d(0x28a)]+')');}catch(_0x5db055){logger[_0x72926d(0x1d7)](_0x72926d(0x34a)+util[_0x72926d(0x277)](_0x5db055));}return null;}}module[a90_0x154eb1(0x238)]=JestTestFramework;function a90_0x2b11(){const _0x413825=['[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','test_identifier','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','failure_reason','findIndex','scope',',\x20payload:\x20','LbGrj','KEY_TEST_NAME','maxArrayLength',',\x20exception=','\x20logs\x20for\x20testId:\x20','AhFZF','MLDOW','parallelIndex','uuid','__workerDetails','parse',':testAnalyticsId','trackHookEvent','bHqtj','scopes','title',',\x20totalBatches:\x20','KEY_TEST_ATTACHMENTS','hBLMv','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','filePath','NONE','kIpGw','LjAmU','AqVHV','mapTestHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','moljk','retryOf','addPendingHook','\x20(testIdentifier),\x20tags=','hookMetadata','\x20-\x20test_identifier=','QgerZ','../../../helpers/classLogger.js','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','VTYgZ','failed','2284260DgbFBW','LkXrd','args','dzjno','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','platformIndex','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','15913850YiNgCF','slice',',\x20filePath:\x20','passed','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','dDBYC','DEFAULT_TEST_RESULT','getTestFrameworks',',\x20hook=','\x20hook',',\x20totalLogs:\x20','stringify',',\x20screenshotLogs:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','toISOString','TEST_SCREENSHOT','getJestFailureType','addMultipleEntries','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','resolveInstance','\x20screenshot\x20logs\x20for\x20testId:\x20','trackJestInstance','testFrameworkName','exOLM','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','BVVJX','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','dYwhB','KsHJm',',\x20contextId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','concat','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','hook_id','\x20-\x20testId:\x20','eventJson','getThreadId','instance','DGYNU',',\x20messageLength=','isArray','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','test','debug','qxVph','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getCurrentTestState','JestTestFramework','AndvC',',\x20storing\x20as\x20pending\x20hook','rPKUM','znsea','yEYqx','kind','endedAt','result','KEY_HOOKS_FINISHED','includes','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','get','\x20(testIdentifier),\x20hookType=','KEY_TEST_FRAMEWORK_VERSION','SHTbu','zWWpx','\x20pending\x20hooks\x20for\x20testId:\x20','startedAt','missing','xuWYl',',\x20scope:\x20','hook_type','KEY_TEST_LOGS','39826ecMhPy','file_name','activeHooks','testUUID','\x22\x20hook','startsWith','../instances/trackedInstance.js','file','push','testId','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20argsKeys=','KEY_TEST_FILE_PATH','KEY_TEST_CODE','asyncError','POST','find','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hooks','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','BEFORE_ALL','parent','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','vCJPL','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','getPendingHooks','nKzHZ','Unknown\x20Test','hookData','join','errorsDetailed','set','getAllPendingHookTestIds','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20hookState:\x20','skipped',',\x20hookState=','parseJestTestResult','toUpperCase','finished_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','filter','workerInfo','KEY_TEST_STARTED_AT','BlGEI','Assert','KEY_TEST_FAILURE','./testFramework','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','kNZgp','KEY_HOOK_FAILURE_REASON','\x20(testIdentifier),\x20result=','../instances/testFrameworkInstance.js','WQUfr','pop',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','parseJestTest','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20',',\x20response=','none','KEY_HOOK_NAME','util','exports',',\x20testId=','HnpAe','hookType','IIlrq','processPendingHooks','RJhGZ','nYyGC','forEach','hasPendingHooks','../TestInfo.js','removePendingHooks','KEY_TEST_SCOPES','trackJestInstance:\x20created\x20instance\x20for\x20target=','getRef','Xmpyd','../state/hookState.js','../../../helpers/test-observability/utils','getJestFailureReason','TEST','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hookAnalyticsId','KEY_HOOKS_STARTED','../state/testFrameworkState.js','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','originalTest','beforeAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KEY_LOGS','hook_result','ueFiJ','ROOT_DESCRIBE_BLOCK','getActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20platformIndex:\x20','delete','getContext','hFJrj','KEY_EVENT_ENDED_AT','warn','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','test_run_id',',\x20hooksListLength=',',\x20hookType=','AssertionError','\x20(testIdentifier)','IOaRc','\x20attachments',',\x20result=','apply','ILirw','yokbt','keys','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','IRmFd','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','from','ALL','KEY_HOOK_LOGS','name','has','format',',\x20error:\x20',',\x20remainingHooks=','2127519edQtot','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20failureType=','\x22\x20from\x20testData',',\x20logsInBatch:\x20',',\x20target=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getJestTestScopes',',\x20attachmentLogs:\x20','ytkut','split','\x20&\x20hookState=','body','inspect',',\x20hookUUID=','length','getAllData','KEY_TEST_TAGS','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=',',\x20state=','KEY_TEST_FAILURE_REASON','code','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','setActiveHook','trackEvent','194796sWvucy','testFrameworkState','KEY_HOOK_ID','xTFRr','FxZzO','getHooksForTest',',\x20hook_run_uuid=',',\x20duration=','63DfzdyF','type','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','stack-trace','getJestFailureData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','browserstackPlatformIndex','getJestTestFilePath','ovmiG','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x20files','EnrsI','bcpZB','IvhRQ','acDBa','QKvzM','storePendingHook','yUSmG','XTOyT','removeActiveHook','getRootParentFile','DVoaj','KEY_HOOK_FAILURE','buildHookMapFromTest','MhhTp',',\x20testFramework=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','map','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','DEFAULT_HOOK_RESULT','event_ended_at','KEY_TEST_RESULT','Svuvl','getId','isJestInternalHook','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_RERUN_NAME','pfcPa','testData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','hookUUID',',\x20hookData=','fRLQs','KEY_TEST_ID','vJggj','1262315sVbrtp','hookState','KEY_TEST_RETRY_OF',',\x20version=','__bstackPlatformIndex','skip','duration','kHbWV','NHWxG','getCurrentHookState','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','GQhTe','splice','Processing\x20',',\x20failureReason=','FyusD','OvNzq','AuaQm','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','juBkV','KEY_TEST_DURATION','IgtBW','getJestTestName','started_at','../grpcClient','getTestFrameworksVersions','test_run_uuid','KEY_TEST_RESULT_AT',',\x20currentTestId:\x20','status','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','LdMtb','wcLDN','trackJestInstance:\x20instance\x20already\x20exists','getJestTestTags','match','KEY_EVENT_STARTED_AT','OzEdc','reverse','afterAll','pid','matchHookRegex','PRE','PvcAv','UnhandledError','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','Drbaa','getTrackedInstance','KEY_TEST_UUID','runHooks','tags','KEY_HOOK_RESULT','hook_run_uuid','getProcessId','vJBUs','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','LOG_REPORT','getJestTestIdentifier','toString','KEY_TEST_FAILURE_TYPE','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','RsPEJ',',\x20state:\x20','substring','24UJhYQE','ETwwi','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','FpaQY','KEY_TEST_SCOPE','depth','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getInstance','1256990YWrvjT','6DxTaSs','ceil','AeGYi','logCreatedEvent',',\x20hookId='];a90_0x2b11=function(){return _0x413825;};return a90_0x2b11();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x275aeb=a91_0x52b5;function a91_0x52b5(_0xf90554,_0x22cccd){const _0x39d8bf=a91_0x39d8();return a91_0x52b5=function(_0x52b5ff,_0x516ec4){_0x52b5ff=_0x52b5ff-0x114;let _0x55c8c2=_0x39d8bf[_0x52b5ff];return _0x55c8c2;},a91_0x52b5(_0xf90554,_0x22cccd);}(function(_0x3123fc,_0x22a71a){const _0x656a0e=a91_0x52b5,_0x7afc35=_0x3123fc();while(!![]){try{const _0xe0219e=parseInt(_0x656a0e(0x14c))/0x1*(-parseInt(_0x656a0e(0x137))/0x2)+-parseInt(_0x656a0e(0x13e))/0x3*(-parseInt(_0x656a0e(0x131))/0x4)+-parseInt(_0x656a0e(0x15d))/0x5*(parseInt(_0x656a0e(0x134))/0x6)+-parseInt(_0x656a0e(0x146))/0x7*(-parseInt(_0x656a0e(0x115))/0x8)+-parseInt(_0x656a0e(0x11e))/0x9+parseInt(_0x656a0e(0x14d))/0xa+-parseInt(_0x656a0e(0x11d))/0xb*(-parseInt(_0x656a0e(0x126))/0xc);if(_0xe0219e===_0x22a71a)break;else _0x7afc35['push'](_0x7afc35['shift']());}catch(_0x2b1109){_0x7afc35['push'](_0x7afc35['shift']());}}}(a91_0x39d8,0xd8a88));const path=require(a91_0x275aeb(0x155)),TestFramework=require(a91_0x275aeb(0x121)),TestFrameworkState=require(a91_0x275aeb(0x150)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a91_0x275aeb(0x130)),TestFrameworkInstance=require(a91_0x275aeb(0x165)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a91_0x275aeb(0x15b)),TestFrameworkConstants=require(a91_0x275aeb(0x15a)),util=require('util'),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x16dd61,_0x528e87,_0x1e3619){super(_0x16dd61,_0x528e87,_0x1e3619);}async['trackEvent'](_0x4e07dd,_0x3e6b50,_0x5e58e3={}){const _0x3048ca=a91_0x275aeb,_0x4ffa4e={};_0x4ffa4e['ZvGGL']=function(_0x2d8527,_0x3ae2c9){return _0x2d8527===_0x3ae2c9;},_0x4ffa4e[_0x3048ca(0x13c)]=function(_0x5a546c,_0xb3be53){return _0x5a546c===_0xb3be53;};const _0x881186=_0x4ffa4e;logger[_0x3048ca(0x122)](_0x3048ca(0x164)+_0x4e07dd+_0x3048ca(0x135)+_0x3e6b50),await super[_0x3048ca(0x13b)](_0x4e07dd,_0x3e6b50,_0x5e58e3);const _0x3b32de=this[_0x3048ca(0x154)](_0x4e07dd,_0x3e6b50,_0x5e58e3);if(!_0x3b32de)return;try{if(_0x881186[_0x3048ca(0x119)](_0x4e07dd,TestFrameworkState[_0x3048ca(0x144)])&&_0x5e58e3[_0x3048ca(0x156)]){const _0x420bb7=_0x881186[_0x3048ca(0x13c)](_0x3e6b50,HookState['PRE'])?this['parseNewmanTest'](_0x5e58e3[_0x3048ca(0x156)]):this['parseNewmanTestResult'](_0x5e58e3['test']);_0x3b32de[_0x3048ca(0x167)](_0x420bb7);}}catch(_0x1464db){logger[_0x3048ca(0x12f)](_0x3048ca(0x15f)+util['format'](_0x1464db));}_0x5e58e3[_0x3048ca(0x133)]=_0x3b32de,await this['runHooks'](_0x3b32de,_0x4e07dd,_0x3e6b50,_0x5e58e3);}['parseNewmanTest'](_0x1f2a96){const _0x13e565=a91_0x275aeb,_0xfc19d6=this['getTestFrameworks']()[0x0],_0x18f5ce={};return _0x18f5ce[_0x1f2a96[_0x13e565(0x149)]]={[TestFrameworkConstants[_0x13e565(0x14b)]]:_0xfc19d6,[TestFrameworkConstants[_0x13e565(0x143)]]:this[_0x13e565(0x15c)]()[_0xfc19d6],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x13e565(0x153)]]:{},[TestFrameworkConstants[_0x13e565(0x12c)]]:{},[TestFrameworkConstants[_0x13e565(0x11a)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x13e565(0x151)]]:_0x1f2a96[_0x13e565(0x149)],[TestFrameworkConstants[_0x13e565(0x14f)]]:_0x1f2a96['uuid'],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1f2a96[_0x13e565(0x142)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1f2a96[_0x13e565(0x123)]||'',[TestFrameworkConstants[_0x13e565(0x139)]]:_0x1f2a96['location']||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x13e565(0x140)]]:_0x1f2a96[_0x13e565(0x141)]||[],[TestFrameworkConstants[_0x13e565(0x163)]]:_0x1f2a96[_0x13e565(0x136)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x13e565(0x132)]]:_0x1f2a96[_0x13e565(0x128)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1f2a96['scopes']||[],[TestFrameworkConstants[_0x13e565(0x13f)]]:null,[TestFrameworkConstants[_0x13e565(0x116)]]:_0x1f2a96[_0x13e565(0x12e)]||{},[TestFrameworkConstants[_0x13e565(0x12d)]]:_0x1f2a96[_0x13e565(0x161)]||{}},_0x18f5ce;}[a91_0x275aeb(0x11c)](_0x544f39){const _0xeea9c=a91_0x275aeb,_0x5dc372={};_0x5dc372[_0xeea9c(0x124)]=_0xeea9c(0x166);const _0x1e381e=_0x5dc372,_0x1a09a8={};return _0x1a09a8[_0x544f39[_0xeea9c(0x149)]]={[TestFrameworkConstants[_0xeea9c(0x11a)]]:_0x544f39['result']||_0x1e381e[_0xeea9c(0x124)],[TestFrameworkConstants[_0xeea9c(0x125)]]:_0x544f39[_0xeea9c(0x138)]||new Date()[_0xeea9c(0x11b)](),[TestFrameworkConstants[_0xeea9c(0x127)]]:_0x544f39[_0xeea9c(0x11f)]||[],[TestFrameworkConstants[_0xeea9c(0x15e)]]:_0x544f39['failure_type']||null,[TestFrameworkConstants[_0xeea9c(0x12a)]]:_0x544f39[_0xeea9c(0x12b)]||null},_0x1a09a8;}['resolveInstance'](_0x59330e){const _0x184e4b=a91_0x275aeb;let _0x4e4395=TestFramework[_0x184e4b(0x157)]();if(!_0x4e4395){const _0xcb76ae=TrackedInstance['createContext'](CLIUtils[_0x184e4b(0x14e)]());_0x4e4395=new TestFrameworkInstance(_0xcb76ae,this[_0x184e4b(0x129)](),this['getTestFrameworksVersions'](),_0x59330e,HookState[_0x184e4b(0x13d)]),TestFramework[_0x184e4b(0x148)](_0xcb76ae,_0x4e4395);}return _0x4e4395;}[a91_0x275aeb(0x162)](_0x501e61){const _0x5353ec=a91_0x275aeb,_0x607ee0={};_0x607ee0[_0x5353ec(0x147)]=_0x5353ec(0x14a);const _0x4f3cf6=_0x607ee0;try{const _0xa4b61f=_0x501e61[_0x5353ec(0x156)]?_0x501e61[_0x5353ec(0x156)][_0x5353ec(0x149)]:null,_0x312ad6=_0x501e61['instance'],_0x5c37a9=_0x312ad6['getContext'](),_0xc67dc1=_0x312ad6['getAllData']()[_0x5353ec(0x152)](_0xa4b61f);if(!_0xc67dc1)return{};const {[TestFrameworkConstants[_0x5353ec(0x14b)]]:_0x4ad1f2='',[TestFrameworkConstants[_0x5353ec(0x143)]]:_0x3f0ca2='',[TestFrameworkConstants[_0x5353ec(0x163)]]:_0x2c8420='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x310c0a=''}=_0xc67dc1;return{'platformIndex':0x0,'testFrameworkName':_0x4ad1f2,'testFrameworkVersion':_0x3f0ca2,'testFrameworkState':_0x312ad6[_0x5353ec(0x120)]()[_0x5353ec(0x117)]()[_0x5353ec(0x114)]('.')[0x1],'hookState':_0x312ad6[_0x5353ec(0x118)]()[_0x5353ec(0x117)]()[_0x5353ec(0x114)]('.')[0x1],'startedAt':_0x2c8420,'endedAt':_0x310c0a,'uuid':_0xa4b61f,'eventJson':Buffer['from'](JSON[_0x5353ec(0x159)](_0xc67dc1))[_0x5353ec(0x117)](_0x4f3cf6[_0x5353ec(0x147)]),'executionContext':{'hash':_0x5c37a9['getId'](),'threadId':_0x5c37a9[_0x5353ec(0x145)]()[_0x5353ec(0x117)](),'processId':_0x5c37a9[_0x5353ec(0x158)]()[_0x5353ec(0x117)]()}};}catch(_0x5f2545){return logger[_0x5353ec(0x12f)](_0x5353ec(0x13a)+util['format'](_0x5f2545)),{};}}}function a91_0x39d8(){const _0x112039=['getThreadId','8834OMotnW','rkTRH','setTrackedInstance','uuid','base64','KEY_TEST_FRAMEWORK_NAME','9161swSWYT','3329180HHdnPD','getCurrentInstanceName','KEY_TEST_UUID','../state/testFrameworkState.js','KEY_TEST_ID','get','KEY_HOOKS_FINISHED','resolveInstance','path','test','getTrackedInstance','getProcessId','stringify','./constants/testFrameworkConstants.js','../instances/trackedInstance.js','getTestFrameworksVersions','5032605qVhuuT','KEY_TEST_FAILURE_TYPE','trackEvent:\x20error=','exports','meta','createTestFrameworkEventPayload','KEY_TEST_STARTED_AT','trackEvent:\x20state=','../instances/testFrameworkInstance.js','pending','addMultipleEntries','split','152escVeS','KEY_CUSTOM_TAGS','toString','getCurrentHookState','ZvGGL','KEY_TEST_RESULT','toISOString','parseNewmanTestResult','11UjtDmy','9472059YxyzqL','failure','getCurrentTestState','./testFramework','debug','file_path','ZRuSk','KEY_TEST_ENDED_AT','30662844krTVrh','KEY_TEST_FAILURE','scope','getTestFrameworks','KEY_TEST_FAILURE_REASON','failure_reason','KEY_HOOKS_STARTED','KEY_TEST_META','custom_metadata','error','../../../helpers/classLogger.js','291796VoWhLF','KEY_TEST_SCOPE','instance','6tWxagJ','\x20hook=','started_at','104vhLcBG','finished_at','KEY_TEST_LOCATION','createTestFrameworkEventPayload:\x20error=','trackEvent','wRFnZ','NONE','21pFBByx','KEY_TEST_RERUN_NAME','KEY_TEST_TAGS','tags','name','KEY_TEST_FRAMEWORK_VERSION','TEST'];a91_0x39d8=function(){return _0x112039;};return a91_0x39d8();}module[a91_0x275aeb(0x160)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92_0x180f0a=a92_0x166c;(function(_0x4cd072,_0x2ba0b1){const _0x19d7f0=a92_0x166c,_0x53eeed=_0x4cd072();while(!![]){try{const _0xccc193=parseInt(_0x19d7f0(0x17a))/0x1+-parseInt(_0x19d7f0(0x18e))/0x2+parseInt(_0x19d7f0(0x169))/0x3*(parseInt(_0x19d7f0(0x178))/0x4)+parseInt(_0x19d7f0(0x181))/0x5+-parseInt(_0x19d7f0(0x16e))/0x6*(-parseInt(_0x19d7f0(0x167))/0x7)+parseInt(_0x19d7f0(0x175))/0x8*(parseInt(_0x19d7f0(0x18b))/0x9)+-parseInt(_0x19d7f0(0x17b))/0xa;if(_0xccc193===_0x2ba0b1)break;else _0x53eeed['push'](_0x53eeed['shift']());}catch(_0x282c8a){_0x53eeed['push'](_0x53eeed['shift']());}}}(a92_0xd6a0,0x1c1bf));function a92_0x166c(_0x501528,_0x2af361){const _0xd6a00b=a92_0xd6a0();return a92_0x166c=function(_0x166ccb,_0x25fa05){_0x166ccb=_0x166ccb-0x165;let _0x1a6f9f=_0xd6a00b[_0x166ccb];return _0x1a6f9f;},a92_0x166c(_0x501528,_0x2af361);}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a92_0x180f0a(0x173)),AutomationFrameworkState=require(a92_0x180f0a(0x185)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x180f0a(0x171)),AutomationFrameworkInstance=require(a92_0x180f0a(0x187));class PlaywrightAutomationFramework extends AutomationFramework{[a92_0x180f0a(0x183)]=createClassLogger(a92_0x180f0a(0x186));constructor(_0x370f82,_0x28b06b){super(_0x370f82,_0x28b06b);}async[a92_0x180f0a(0x16d)](_0x4fd18d,_0x4d2ac6,_0x46b1dd={}){const _0x317ee3=a92_0x180f0a,_0x700715={};_0x700715[_0x317ee3(0x18f)]=function(_0x3cfad2,_0x58536e){return _0x3cfad2===_0x58536e;};const _0x343880=_0x700715;this[_0x317ee3(0x183)][_0x317ee3(0x17f)](_0x317ee3(0x170)+_0x4fd18d+_0x317ee3(0x188)+_0x4d2ac6),await super[_0x317ee3(0x16d)](_0x4fd18d,_0x4d2ac6,_0x46b1dd);const _0x8d7ac5=this[_0x317ee3(0x176)](_0x4fd18d,_0x4d2ac6,_0x46b1dd);if(_0x343880[_0x317ee3(0x18f)](_0x8d7ac5,null))return;_0x46b1dd['instance']=_0x8d7ac5,await this[_0x317ee3(0x16c)](_0x8d7ac5,_0x4fd18d,_0x4d2ac6,_0x46b1dd);}[a92_0x180f0a(0x176)](_0x921132,_0x376cf9,_0x567ccd={}){const _0x2648c1=a92_0x180f0a,_0x5ab880={};_0x5ab880[_0x2648c1(0x17c)]=function(_0x1a65e3,_0x394156){return _0x1a65e3===_0x394156;},_0x5ab880[_0x2648c1(0x16a)]=function(_0xe17696,_0x20bdb3){return _0xe17696===_0x20bdb3;},_0x5ab880[_0x2648c1(0x184)]=function(_0x2564ac,_0x386dd6){return _0x2564ac===_0x386dd6;};const _0x110753=_0x5ab880;let _0x560e49=null;return(_0x110753[_0x2648c1(0x17c)](_0x921132,AutomationFrameworkState[_0x2648c1(0x189)])||_0x110753['zaGLg'](_0x921132,AutomationFrameworkState[_0x2648c1(0x18d)])&&(_0x567ccd[_0x2648c1(0x177)]&&_0x567ccd[_0x2648c1(0x177)][_0x2648c1(0x180)]&&_0x567ccd[_0x2648c1(0x177)][_0x2648c1(0x180)][_0x2648c1(0x179)])||_0x110753['LCXUi'](_0x921132,AutomationFrameworkState[_0x2648c1(0x17d)]))&&this[_0x2648c1(0x166)](_0x921132,_0x567ccd),_0x560e49=AutomationFramework[_0x2648c1(0x174)](),_0x560e49;}[a92_0x180f0a(0x166)](_0x3005da,_0x3e28d0){const _0x2cc737=a92_0x180f0a,_0xfb0c8b={};_0xfb0c8b[_0x2cc737(0x17e)]=_0x2cc737(0x18a);const _0x3937b0=_0xfb0c8b;if(AutomationFramework['getTrackedInstance']()){this[_0x2cc737(0x183)][_0x2cc737(0x165)](_0x3937b0[_0x2cc737(0x17e)]);return;}const _0x3ef7ff=CLIUtils[_0x2cc737(0x16f)](),_0x451b9c=TrackedInstance['createContext'](_0x3ef7ff);let _0x457c24=null;this[_0x2cc737(0x183)][_0x2cc737(0x165)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x3ef7ff+_0x2cc737(0x168)+_0x3005da),_0x457c24=new AutomationFrameworkInstance(_0x451b9c,this[_0x2cc737(0x16b)](),this['getAutomationFrameworkVersion'](),_0x3005da),AutomationFramework[_0x2cc737(0x18c)](_0x451b9c,_0x457c24),this[_0x2cc737(0x183)][_0x2cc737(0x165)](_0x2cc737(0x172)+_0x451b9c['getId']()+_0x2cc737(0x182)+_0x3ef7ff);}}module['exports']=PlaywrightAutomationFramework;function a92_0xd6a0(){const _0x4c8e16=['LCXUi','../state/automationFrameworkState.js','PlaywrightAutomationFramework','../instances/automationFrameworkInstance.js','\x20hookState=','CREATE','trackPlaywrightInstance:\x20instance\x20already\x20exists','9whFSzx','setTrackedInstance','PLAYWRIGHT_DISPATCH','322844sqVOZG','MIIjZ','info','trackPlaywrightInstance','9926HIKnYW',',\x20state=','18489oKCUuH','zaGLg','getAutomationFrameworkName','runHooks','trackEvent','294RoWjKn','getCurrentInstanceName','trackEvent:\x20automationFrameworkState=','../instances/trackedInstance.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../../../helpers/classLogger.js','getTrackedInstance','1099864uxRnSn','resolveInstance','message','116YdVeJx','bsParams','140248Bignfz','3158360QkvLZp','TTTCx','NONE','XSbkm','debug','params','332265lxNbfc','\x20target=','logger'];a92_0xd6a0=function(){return _0x4c8e16;};return a92_0xd6a0();}
|