browserstack-node-sdk 1.55.5 → 1.55.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/generated/sdk-messages_pb.d.ts +40 -0
- package/generated/sdk-messages_pb.js +322 -2
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +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/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/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/builderPatch.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/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/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/testhubModule.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/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.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/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/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a79_0x1d1f9d=a79_0x12f5;(function(_0x14e7d5,_0x50f147){const _0x20169f=a79_0x12f5,_0x1ada64=_0x14e7d5();while(!![]){try{const _0x58abfa=-parseInt(_0x20169f(0x2dd))/0x1+parseInt(_0x20169f(0x195))/0x2*(-parseInt(_0x20169f(0x263))/0x3)+-parseInt(_0x20169f(0x1dc))/0x4*(parseInt(_0x20169f(0x2c6))/0x5)+-parseInt(_0x20169f(0x26c))/0x6+parseInt(_0x20169f(0x216))/0x7*(parseInt(_0x20169f(0x24f))/0x8)+parseInt(_0x20169f(0x292))/0x9*(-parseInt(_0x20169f(0x2ce))/0xa)+parseInt(_0x20169f(0x219))/0xb;if(_0x58abfa===_0x50f147)break;else _0x1ada64['push'](_0x1ada64['shift']());}catch(_0x401e12){_0x1ada64['push'](_0x1ada64['shift']());}}}(a79_0x157d,0x70168));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a79_0x1d1f9d(0x1ba)),TestFrameworkInstance=require(a79_0x1d1f9d(0x2eb)),CLIUtils=require(a79_0x1d1f9d(0x2fe)),TrackedInstance=require(a79_0x1d1f9d(0x297)),TestFrameworkConstants=require(a79_0x1d1f9d(0x1e9)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x1d1f9d(0x28f)),{v4:uuidv4}=require(a79_0x1d1f9d(0x2a1)),util=require(a79_0x1d1f9d(0x2e2)),TestInfo=require(a79_0x1d1f9d(0x2c7)),GrpcClient=require(a79_0x1d1f9d(0x2bb)),stackTrace=require(a79_0x1d1f9d(0x28a)),{pickUserFrameFile}=require(a79_0x1d1f9d(0x22b));class JestTestFramework extends TestFramework{constructor(_0x4fb161,_0x592449,_0x24dc7a){super(_0x4fb161,_0x592449,_0x24dc7a),this['activeHooks']=new Map();}[a79_0x1d1f9d(0x253)](_0x1a703a,_0x1c3d9e,_0x46582b){const _0x45a9e8=a79_0x1d1f9d,_0x5e65da={};_0x5e65da['Qmgky']=function(_0x3d2d11,_0x3cc51b){return _0x3d2d11||_0x3cc51b;};const _0x47c5ee=_0x5e65da;if(_0x47c5ee[_0x45a9e8(0x1d3)](!_0x1a703a,!_0x1c3d9e)){logger['warn'](_0x45a9e8(0x1b8)+_0x1a703a+',\x20hookUUID='+_0x1c3d9e);return;}!this['activeHooks'][_0x45a9e8(0x204)](_0x1a703a)&&this[_0x45a9e8(0x193)][_0x45a9e8(0x1d4)](_0x1a703a,[]);const _0x4b975c={'hookUUID':_0x1c3d9e,'hookType':_0x46582b,'startedAt':new Date()[_0x45a9e8(0x314)]()};this[_0x45a9e8(0x193)]['get'](_0x1a703a)[_0x45a9e8(0x243)](_0x4b975c),logger[_0x45a9e8(0x198)](_0x45a9e8(0x2e6)+_0x1a703a+_0x45a9e8(0x207)+_0x1c3d9e+_0x45a9e8(0x30e)+_0x46582b+',\x20totalHooks='+this[_0x45a9e8(0x193)][_0x45a9e8(0x201)](_0x1a703a)[_0x45a9e8(0x2a6)]);}[a79_0x1d1f9d(0x27f)](_0x10c9f2,_0x598d20){const _0x40f683=a79_0x1d1f9d,_0x3f0577={};_0x3f0577[_0x40f683(0x27d)]=function(_0xfd81a8,_0x56e95a){return _0xfd81a8||_0x56e95a;},_0x3f0577[_0x40f683(0x1ec)]=function(_0x35c4f6,_0x40a6e2){return _0x35c4f6!==_0x40a6e2;},_0x3f0577[_0x40f683(0x28c)]=function(_0xae32e2,_0x13ecde){return _0xae32e2===_0x13ecde;};const _0x2646c6=_0x3f0577;if(_0x2646c6[_0x40f683(0x27d)](!_0x10c9f2,!_0x598d20)){logger[_0x40f683(0x2f6)](_0x40f683(0x1c7)+_0x10c9f2+_0x40f683(0x207)+_0x598d20);return;}if(this['activeHooks'][_0x40f683(0x204)](_0x10c9f2)){const _0x252b1c=this[_0x40f683(0x193)][_0x40f683(0x201)](_0x10c9f2),_0x45fe65=_0x252b1c[_0x40f683(0x235)](_0x618b54=>_0x618b54['hookUUID']===_0x598d20);_0x2646c6['Oscco'](_0x45fe65,-0x1)?(_0x252b1c[_0x40f683(0x286)](_0x45fe65,0x1),logger[_0x40f683(0x198)](_0x40f683(0x227)+_0x10c9f2+',\x20hookUUID='+_0x598d20+',\x20remainingHooks='+_0x252b1c['length']),_0x2646c6[_0x40f683(0x28c)](_0x252b1c['length'],0x0)&&this[_0x40f683(0x193)][_0x40f683(0x2d7)](_0x10c9f2)):logger[_0x40f683(0x198)](_0x40f683(0x278)+_0x10c9f2+_0x40f683(0x207)+_0x598d20);}}[a79_0x1d1f9d(0x1d1)](_0x136b18){const _0x4a23cd=a79_0x1d1f9d,_0x4ec64b={};_0x4ec64b['fWOaN']=function(_0x414d8d,_0x2500bd){return _0x414d8d>_0x2500bd;},_0x4ec64b[_0x4a23cd(0x285)]=function(_0xd1222,_0x4f0c31){return _0xd1222-_0x4f0c31;};const _0x11cff5=_0x4ec64b;if(!_0x136b18)return null;if(this[_0x4a23cd(0x193)][_0x4a23cd(0x204)](_0x136b18)){const _0x27b6d2=this[_0x4a23cd(0x193)][_0x4a23cd(0x201)](_0x136b18);if(_0x11cff5['fWOaN'](_0x27b6d2[_0x4a23cd(0x2a6)],0x0)){const _0x2264df=_0x27b6d2[_0x11cff5[_0x4a23cd(0x285)](_0x27b6d2[_0x4a23cd(0x2a6)],0x1)];return logger[_0x4a23cd(0x198)](_0x4a23cd(0x2bd)+_0x136b18+_0x4a23cd(0x207)+_0x2264df[_0x4a23cd(0x25f)]+_0x4a23cd(0x30e)+_0x2264df['hookType']),_0x2264df;}}return null;}async[a79_0x1d1f9d(0x29b)](_0x3bd349,_0xbcb872,_0x4a6377={}){const _0x43bc1d=a79_0x1d1f9d,_0x321fb6={};_0x321fb6[_0x43bc1d(0x251)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x321fb6[_0x43bc1d(0x21f)]=function(_0x1d69d3,_0x49aeb3){return _0x1d69d3===_0x49aeb3;},_0x321fb6[_0x43bc1d(0x29d)]=function(_0x308775,_0x5a7ae6){return _0x308775||_0x5a7ae6;},_0x321fb6['fXYuo']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x1e2d4c=_0x321fb6;logger[_0x43bc1d(0x198)](_0x43bc1d(0x233)+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872+_0x43bc1d(0x239)+Object['keys'](_0x4a6377)['join'](',')),await super[_0x43bc1d(0x29b)](_0x3bd349,_0xbcb872,_0x4a6377);const _0x3521ec=this['resolveInstance'](_0x3bd349,_0xbcb872,_0x4a6377);if(!_0x3521ec){logger['debug'](_0x1e2d4c[_0x43bc1d(0x251)]);return;}try{let _0x4cc901,_0x2e27ac,_0x2d8c26;switch(_0x3bd349){case TestFrameworkState[_0x43bc1d(0x2b6)]:_0x4cc901=_0x4a6377[_0x43bc1d(0x1f8)];const _0x4bfa15={};_0x4bfa15[_0x43bc1d(0x26b)]=0x2,_0x4bfa15[_0x43bc1d(0x189)]=0x3,logger['debug'](_0x43bc1d(0x293)+_0xbcb872+_0x43bc1d(0x25b)+util[_0x43bc1d(0x1eb)](_0x4cc901,_0x4bfa15)),_0x2d8c26=this[_0x43bc1d(0x2fa)](_0x4cc901),_0x2e27ac=null,logger['debug'](_0x43bc1d(0x2e1)+_0x2d8c26+'\x20(testIdentifier)');if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState[_0x43bc1d(0x1d2)])){logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x2d8c26);const _0x4964bf={};_0x4964bf['testUUID']=_0x2e27ac,_0x4964bf[_0x43bc1d(0x1f2)]=_0x4cc901,_0x4964bf[_0x43bc1d(0x18f)]=_0x2d8c26;const _0x394f65=this['parseJestTest'](_0x4964bf),_0x37be6={};_0x37be6[_0x43bc1d(0x26b)]=0x2,_0x37be6['maxArrayLength']=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x2f8)+util[_0x43bc1d(0x1eb)](_0x394f65,_0x37be6)),_0x3521ec[_0x43bc1d(0x213)](_0x394f65),logger[_0x43bc1d(0x198)](_0x43bc1d(0x236)+_0x2d8c26),await this[_0x43bc1d(0x1c1)](_0x3521ec,_0x2d8c26);}else{if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState[_0x43bc1d(0x280)])){logger['debug'](_0x43bc1d(0x2a5)+_0x2d8c26);const _0x47195f=_0x3521ec['getAllData']()[_0x43bc1d(0x201)](_0x2d8c26);logger['debug'](_0x43bc1d(0x31e)+util[_0x43bc1d(0x1eb)](Object[_0x43bc1d(0x241)](_0x1e2d4c[_0x43bc1d(0x29d)](_0x47195f,{}))));_0x47195f&&_0x47195f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger['debug'](_0x43bc1d(0x246)+Object[_0x43bc1d(0x241)](_0x47195f[TestFrameworkConstants[_0x43bc1d(0x2a0)]])[_0x43bc1d(0x2a6)]+'\x20files'):logger[_0x43bc1d(0x198)](_0x1e2d4c[_0x43bc1d(0x1d6)]);const _0x59934e=_0x4a6377[_0x43bc1d(0x267)]||null,_0xf3b6bd={};_0xf3b6bd[_0x43bc1d(0x1f5)]=_0x2e27ac,_0xf3b6bd[_0x43bc1d(0x1f2)]=_0x4cc901,_0xf3b6bd[_0x43bc1d(0x18f)]=_0x2d8c26,_0xf3b6bd[_0x43bc1d(0x267)]=_0x59934e;const _0x56f4ef=this[_0x43bc1d(0x224)](_0xf3b6bd),_0x558d72={};_0x558d72[_0x43bc1d(0x26b)]=0x2,_0x558d72[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x2d5)+util[_0x43bc1d(0x1eb)](_0x56f4ef,_0x558d72)),_0x3521ec['addMultipleEntries'](_0x56f4ef),logger['debug'](_0x43bc1d(0x296)+_0x2d8c26),await this[_0x43bc1d(0x1c1)](_0x3521ec,_0x2d8c26);}}break;case TestFrameworkState[_0x43bc1d(0x2cf)]:if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState['POST'])){const _0x51e6c4={};_0x51e6c4[_0x43bc1d(0x26b)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x43bc1d(0x1eb)](_0x4a6377,_0x51e6c4)),await this[_0x43bc1d(0x31d)](_0x3521ec,_0x3bd349,_0x4a6377);}break;default:if(CLIUtils[_0x43bc1d(0x2ee)](_0x3bd349[_0x43bc1d(0x2b7)]()[_0x43bc1d(0x316)]('.')[0x1])){const _0xfdfe1e={};_0xfdfe1e[_0x43bc1d(0x26b)]=0x2,_0xfdfe1e[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872+',\x20hookData='+util[_0x43bc1d(0x1eb)](_0x4a6377['hookData'],_0xfdfe1e));const _0xf9339f=await this[_0x43bc1d(0x24a)](_0x3521ec,_0x3bd349,_0xbcb872,_0x4a6377),_0x3c874={};_0x3c874[_0x43bc1d(0x26b)]=0x2,_0x3c874[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x31a)+util[_0x43bc1d(0x1eb)](_0xf9339f,_0x3c874)),_0x3521ec[_0x43bc1d(0x213)](_0xf9339f);}else logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x3bd349+_0x43bc1d(0x258)+_0xbcb872);break;}logger['debug'](_0x43bc1d(0x250)+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872);}catch(_0x331a38){logger[_0x43bc1d(0x29e)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x3bd349+',\x20hookState='+_0xbcb872+_0x43bc1d(0x252)+util[_0x43bc1d(0x210)](_0x331a38));}_0x4a6377[_0x43bc1d(0x1fd)]=_0x3521ec,await this[_0x43bc1d(0x25c)](_0x3521ec,_0x3bd349,_0xbcb872,_0x4a6377);}[a79_0x1d1f9d(0x2fa)](_0x1d2c6c){const _0x1e41fe=a79_0x1d1f9d,_0x74ab0d={};_0x74ab0d[_0x1e41fe(0x1db)]=_0x1e41fe(0x206);const _0x338268=_0x74ab0d;if(_0x1d2c6c&&(_0x1d2c6c['id']||_0x1d2c6c[_0x1e41fe(0x2a1)])){const _0x16a6c5=_0x1d2c6c['id']||_0x1d2c6c[_0x1e41fe(0x2a1)];return logger[_0x1e41fe(0x198)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x16a6c5+'\x22\x20from\x20testData'),_0x16a6c5;}return logger[_0x1e41fe(0x198)](_0x338268[_0x1e41fe(0x1db)]),process[_0x1e41fe(0x2da)]+_0x1e41fe(0x1d7);}[a79_0x1d1f9d(0x275)](_0x1c6e33,_0x420af8,_0x4a0f2e={}){const _0x5ca9fa=a79_0x1d1f9d;let _0x5013a6=null;return _0x5013a6=TestFramework['getTrackedInstance'](),!_0x5013a6?(logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x2b5)+_0x1c6e33),this[_0x5ca9fa(0x1f6)](_0x1c6e33,_0x4a0f2e),_0x5013a6=TestFramework['getTrackedInstance'](),logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x1a0)+!!_0x5013a6+_0x5ca9fa(0x1b0)+_0x5013a6?.[_0x5ca9fa(0x295)]()?.[_0x5ca9fa(0x2dc)]())):logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x2ff)+_0x5013a6['getContext']()?.[_0x5ca9fa(0x2dc)]()),_0x5013a6;}[a79_0x1d1f9d(0x1f6)](_0x3aab34,_0x1fb1bf){const _0x3e8b50=a79_0x1d1f9d,_0x1f1bee={};_0x1f1bee[_0x3e8b50(0x26d)]=_0x3e8b50(0x2e5);const _0x40ee12=_0x1f1bee;if(TestFramework['getTrackedInstance']()){logger[_0x3e8b50(0x198)](_0x40ee12[_0x3e8b50(0x26d)]);return;}const _0x2a3ab9=CLIUtils[_0x3e8b50(0x24b)](),_0x27894d=TrackedInstance[_0x3e8b50(0x2f3)](_0x2a3ab9);let _0x3a5a35=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x2a3ab9+_0x3e8b50(0x22a)+_0x3aab34),_0x3a5a35=new TestFrameworkInstance(_0x27894d,this['getTestFrameworks'](),this[_0x3e8b50(0x184)](),_0x3aab34,HookState[_0x3e8b50(0x2af)]),TestFramework[_0x3e8b50(0x1d0)](_0x27894d,_0x3a5a35),logger['debug'](_0x3e8b50(0x2db)+_0x27894d[_0x3e8b50(0x2dc)]()+_0x3e8b50(0x27e)+_0x2a3ab9+_0x3e8b50(0x30f)+this['getTestFrameworks']()[0x0]+',\x20version='+this['getTestFrameworksVersions']()[this[_0x3e8b50(0x21b)]()[0x0]]);}['parseJestTest'](_0x1b6467){const _0x1f9e28=a79_0x1d1f9d,_0x4dcc2d={};_0x4dcc2d[_0x1f9e28(0x2f2)]=function(_0x176c95,_0x51ec7c){return _0x176c95||_0x51ec7c;},_0x4dcc2d['DZqHX']=_0x1f9e28(0x2e7);const _0x2d389b=_0x4dcc2d,{testUUID:_0x2306b0,testData:_0x412cb0,testId:_0x17c56f}=_0x1b6467;if(_0x2d389b[_0x1f9e28(0x2f2)](!_0x412cb0,!_0x17c56f))return logger[_0x1f9e28(0x198)](_0x2d389b[_0x1f9e28(0x30c)]),{};const _0x4e8916=this[_0x1f9e28(0x21b)]()[0x0],_0x160eda=this['getTestFrameworksVersions'](),_0x465ca5={};_0x465ca5[_0x1f9e28(0x26b)]=0x2,_0x465ca5['maxArrayLength']=0x3,logger[_0x1f9e28(0x198)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x1f9e28(0x1eb)](_0x412cb0,_0x465ca5));const _0x23231d=_0x412cb0?.[_0x1f9e28(0x2b9)]||[],_0x4da39b=this[_0x1f9e28(0x19e)](_0x412cb0),_0x54a98e=this[_0x1f9e28(0x225)](_0x412cb0),_0x10d7b1=_0x412cb0['fn']?_0x412cb0['fn']['toString']():_0x412cb0?.['body']?_0x412cb0[_0x1f9e28(0x262)]['code'][_0x1f9e28(0x2b7)]():null,_0xc15a2f=this[_0x1f9e28(0x1e7)](_0x412cb0),_0x559a8b={[TestFrameworkConstants[_0x1f9e28(0x2b0)]]:_0x4e8916,[TestFrameworkConstants[_0x1f9e28(0x1df)]]:_0x160eda[_0x4e8916],[TestFrameworkConstants[_0x1f9e28(0x257)]]:[],[TestFrameworkConstants[_0x1f9e28(0x2e8)]]:{},[TestFrameworkConstants[_0x1f9e28(0x25a)]]:{},[TestFrameworkConstants[_0x1f9e28(0x299)]]:TestFrameworkConstants[_0x1f9e28(0x2ed)],[TestFrameworkConstants[_0x1f9e28(0x18d)]]:_0x4da39b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x54a98e,[TestFrameworkConstants[_0x1f9e28(0x1f7)]]:_0x17c56f,[TestFrameworkConstants[_0x1f9e28(0x2cd)]]:_0x4da39b,[TestFrameworkConstants[_0x1f9e28(0x279)]]:_0x54a98e,[TestFrameworkConstants[_0x1f9e28(0x1b2)]]:_0x10d7b1,[TestFrameworkConstants[_0x1f9e28(0x277)]]:_0xc15a2f,[TestFrameworkConstants[_0x1f9e28(0x311)]]:_0x412cb0[_0x1f9e28(0x186)]||new Date()[_0x1f9e28(0x314)](),[TestFrameworkConstants[_0x1f9e28(0x229)]]:_0x23231d[0x0]||'',[TestFrameworkConstants[_0x1f9e28(0x1da)]]:_0x23231d,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4da39b,[TestFrameworkConstants[_0x1f9e28(0x266)]]:{},[TestFrameworkConstants[_0x1f9e28(0x2d9)]]:{}};_0x412cb0['retryOf']&&(_0x559a8b[TestFrameworkConstants[_0x1f9e28(0x2d6)]]=_0x412cb0[_0x1f9e28(0x1a3)]);logger[_0x1f9e28(0x198)](_0x1f9e28(0x2f5)+_0x4da39b+',\x20testId='+_0x17c56f+_0x1f9e28(0x23a)+JSON[_0x1f9e28(0x1a6)](_0xc15a2f)+',\x20scopes='+util[_0x1f9e28(0x1eb)](_0x23231d)+',\x20filePath='+_0x54a98e);const _0x99eeff={};return _0x99eeff[_0x17c56f]=_0x559a8b,_0x99eeff;}[a79_0x1d1f9d(0x224)](_0x374568){const _0xfd38ce=a79_0x1d1f9d,_0x2c5d1c={'IUHdp':function(_0x344607,_0x23e7ca){return _0x344607===_0x23e7ca;},'qAWBq':_0xfd38ce(0x183),'jQCeP':_0xfd38ce(0x217),'KznaS':_0xfd38ce(0x1ac),'HUJwC':_0xfd38ce(0x22e),'UZimo':function(_0xf54987,_0x5cc03e){return _0xf54987||_0x5cc03e;},'Ecixe':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','PyVnu':function(_0x1fe8a0,_0x358b84){return _0x1fe8a0||_0x358b84;},'VuxzH':_0xfd38ce(0x221),'xkIzF':function(_0x7565cf,_0x1177e5){return _0x7565cf>_0x1177e5;},'BVVDE':_0xfd38ce(0x205),'mMHZv':function(_0x31a698,_0x486547){return _0x31a698===_0x486547;},'ynEsj':_0xfd38ce(0x1c3),'fBFNM':function(_0x3aa7e0,_0xec59bb){return _0x3aa7e0===_0xec59bb;},'KZMWd':_0xfd38ce(0x200),'ucNyw':'passed','ieUEB':function(_0x584856,_0x1d8085){return _0x584856!==_0x1d8085;},'GVMuH':function(_0x4a685b,_0x45cf11,_0x4659f3,_0x220662){return _0x4a685b(_0x45cf11,_0x4659f3,_0x220662);},'wHgrU':function(_0x4ca0eb,_0x4299ea){return _0x4ca0eb>_0x4299ea;},'bugqX':_0xfd38ce(0x2fd),'xbVeJ':function(_0x83881b,_0x26dc2f){return _0x83881b>_0x26dc2f;},'kvQxs':function(_0x404e45,_0x1115bd){return _0x404e45===_0x1115bd;}},{testUUID:_0x12442e,testData:_0x42eb77,testId:_0x568d98}=_0x374568;if(_0x2c5d1c[_0xfd38ce(0x2ab)](!_0x42eb77,!_0x568d98))return logger['debug'](_0x2c5d1c[_0xfd38ce(0x240)]),{};const _0x1fa6ef=this[_0xfd38ce(0x275)](TestFrameworkState[_0xfd38ce(0x2b6)],HookState['POST']),_0x43c6cf=_0x1fa6ef[_0xfd38ce(0x249)]()[_0xfd38ce(0x201)](_0x568d98),_0x539055=_0x2c5d1c['PyVnu'](_0x43c6cf,{}),_0x474a53=_0x539055?_0x539055[TestFrameworkConstants[_0xfd38ce(0x266)]]||{}:{},_0x42f92c=_0x539055[TestFrameworkConstants[_0xfd38ce(0x2a0)]];logger['debug'](_0xfd38ce(0x2f7)+(_0x42f92c?Object[_0xfd38ce(0x241)](_0x42f92c)['length']:0x0)+'\x20attachments');let _0x51420b=_0x2c5d1c[_0xfd38ce(0x1fc)];if(_0x42eb77['result'])_0x51420b=_0x42eb77[_0xfd38ce(0x1be)];else{if(_0x42eb77['errorsDetailed']&&_0x2c5d1c['xkIzF'](_0x42eb77[_0xfd38ce(0x1dd)][_0xfd38ce(0x2a6)],0x0))_0x51420b=_0x2c5d1c['BVVDE'];else _0x2c5d1c[_0xfd38ce(0x2ad)](_0x42eb77[_0xfd38ce(0x1fb)],_0x2c5d1c[_0xfd38ce(0x2ae)])||_0x2c5d1c[_0xfd38ce(0x265)](_0x42eb77[_0xfd38ce(0x1fb)],_0x2c5d1c['KZMWd'])?_0x51420b=_0x2c5d1c['KZMWd']:_0x51420b=_0x2c5d1c[_0xfd38ce(0x28e)];}const _0x590423={..._0x539055,[TestFrameworkConstants[_0xfd38ce(0x299)]]:_0x51420b,[TestFrameworkConstants[_0xfd38ce(0x298)]]:_0x42eb77[_0xfd38ce(0x245)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xfd38ce(0x212)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xfd38ce(0x266)]]:_0x474a53,[TestFrameworkConstants[_0xfd38ce(0x1fe)]]:_0x539055[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x2c5d1c['fBFNM'](_0x51420b,_0x2c5d1c[_0xfd38ce(0x264)])&&_0x42eb77['errorsDetailed']){const _0x27c09f=this[_0xfd38ce(0x287)](_0x42eb77),_0x5ab7e5=this[_0xfd38ce(0x1e6)](_0x42eb77),_0x2a4908=this[_0xfd38ce(0x208)](_0x42eb77);_0x590423[TestFrameworkConstants[_0xfd38ce(0x273)]]=_0x5ab7e5,_0x590423[TestFrameworkConstants[_0xfd38ce(0x231)]]=_0x27c09f,_0x590423[TestFrameworkConstants[_0xfd38ce(0x20c)]]=_0x2a4908;}_0x2c5d1c[_0xfd38ce(0x1b9)](_0x42eb77[_0xfd38ce(0x23f)],undefined)&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2d1)]]=_0x42eb77[_0xfd38ce(0x23f)]);_0x42eb77[_0xfd38ce(0x1a3)]&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2d6)]]=_0x42eb77[_0xfd38ce(0x1a3)]);const _0x5db310=_0x43c6cf?_0x43c6cf[TestFrameworkConstants[_0xfd38ce(0x2a0)]]||{}:{},_0x305c31=_0x43c6cf?_0x43c6cf[TestFrameworkConstants[_0xfd38ce(0x2df)]]:_0x12442e,_0x1ec0e9=_0x2c5d1c[_0xfd38ce(0x30b)](getManualUploadLogs,_0x5db310,_0x305c31,_0x568d98);if(_0x2c5d1c[_0xfd38ce(0x289)](_0x1ec0e9[_0xfd38ce(0x2a6)],0x0)){const _0x248e94=_0x590423[TestFrameworkConstants[_0xfd38ce(0x1fe)]]||[];_0x590423[TestFrameworkConstants[_0xfd38ce(0x1fe)]]=[..._0x248e94,..._0x1ec0e9];}const _0x3e2cb9=_0x539055[TestFrameworkConstants[_0xfd38ce(0x2e8)]]||{},_0x3cab3a=_0x539055[TestFrameworkConstants[_0xfd38ce(0x25a)]]||{},_0xc85056={..._0x3e2cb9},_0x36c0a1=_0xc85056;Object[_0xfd38ce(0x241)](_0x3cab3a)['forEach'](_0xc42b36=>{const _0x4b3d9d=_0xfd38ce;!_0x36c0a1[_0xc42b36]&&(_0x36c0a1[_0xc42b36]=[]);const _0x50aef5=new Set((_0x36c0a1[_0xc42b36]||[])['map'](_0x5e6f2b=>_0x5e6f2b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5e6f2b[_0x4b3d9d(0x1a7)]));(_0x3cab3a[_0xc42b36]||[])[_0x4b3d9d(0x284)](_0x2458b4=>{const _0x43cc6a=_0x4b3d9d,_0x2b313c=_0x2458b4[TestFrameworkConstants[_0x43cc6a(0x24e)]]||_0x2458b4[_0x43cc6a(0x1a7)];if(!_0x50aef5['has'](_0x2b313c)){const _0x15213b={..._0x2458b4},_0x391616=_0x15213b;!_0x391616[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x391616['event_ended_at']&&(_0x391616[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x43cc6a(0x314)]()),!_0x391616[TestFrameworkConstants[_0x43cc6a(0x1e1)]]&&!_0x391616[_0x43cc6a(0x1e4)]&&(_0x391616[TestFrameworkConstants[_0x43cc6a(0x1e1)]]=TestFrameworkConstants[_0x43cc6a(0x30a)]),_0x36c0a1[_0xc42b36][_0x43cc6a(0x243)](_0x391616);}});});if(_0x374568['originalTest']){this[_0xfd38ce(0x25d)](_0x374568['originalTest']);const _0x3b3fdc=this[_0xfd38ce(0x226)](_0x374568[_0xfd38ce(0x267)]),_0x22d4a0=this['getHooksForTest'](_0x374568[_0xfd38ce(0x267)]);_0x22d4a0['forEach'](_0x163c83=>{const _0x46c231=_0xfd38ce,_0x2fcc1c=_0x3b3fdc[_0x46c231(0x201)](_0x163c83);if(_0x2fcc1c&&(_0x2c5d1c['IUHdp'](_0x2fcc1c['type'],_0x2c5d1c[_0x46c231(0x20a)])||_0x2c5d1c['IUHdp'](_0x2fcc1c[_0x46c231(0x20d)],_0x2c5d1c[_0x46c231(0x2ec)]))){const _0x1b0d58=_0x2fcc1c[_0x46c231(0x20d)][_0x46c231(0x282)]()[_0x46c231(0x1ef)](_0x2c5d1c['KznaS'],_0x2c5d1c[_0x46c231(0x2cc)]),_0x546ae7=_0x1b0d58;!_0x36c0a1[_0x546ae7]&&(_0x36c0a1[_0x546ae7]=[]);const _0x2f2024=_0x36c0a1[_0x546ae7][_0x46c231(0x29c)](_0x39d14e=>(_0x39d14e[TestFrameworkConstants[_0x46c231(0x24e)]]||_0x39d14e[_0x46c231(0x1a7)])===_0x163c83);!_0x2f2024&&_0x36c0a1[_0x546ae7]['push']({'key':_0x546ae7,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x163c83,[TestFrameworkConstants[_0x46c231(0x1e1)]]:TestFrameworkConstants[_0x46c231(0x30a)],[TestFrameworkConstants[_0x46c231(0x18b)]]:new Date()[_0x46c231(0x314)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x46c231(0x1bc)]]:[],[TestFrameworkConstants[_0x46c231(0x2d8)]]:_0x2fcc1c[_0x46c231(0x1a2)]||_0x2fcc1c['type']+_0x46c231(0x283),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x474a53});}});}if(_0x42eb77['hooks']&&_0x2c5d1c[_0xfd38ce(0x19b)](_0x42eb77[_0xfd38ce(0x25e)][_0xfd38ce(0x2a6)],0x0))_0x590423[TestFrameworkConstants[_0xfd38ce(0x2e8)]]=_0x42eb77[_0xfd38ce(0x25e)],logger[_0xfd38ce(0x198)](_0x2c5d1c[_0xfd38ce(0x1a8)]);else _0x2c5d1c[_0xfd38ce(0x2c0)](Object['keys'](_0x36c0a1)[_0xfd38ce(0x2a6)],0x0)&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2e8)]]=_0x36c0a1,logger[_0xfd38ce(0x198)](_0xfd38ce(0x1bd)+Object['keys'](_0x36c0a1)[_0xfd38ce(0x26e)](',')));const _0x16abe5=this[_0xfd38ce(0x19e)](_0x42eb77);logger['debug'](_0xfd38ce(0x199)+_0x16abe5+_0xfd38ce(0x2fb)+_0x568d98+_0xfd38ce(0x2a3)+_0x51420b+_0xfd38ce(0x301)+_0x42eb77[_0xfd38ce(0x23f)]);_0x2c5d1c['kvQxs'](_0x51420b,_0x2c5d1c[_0xfd38ce(0x264)])&&logger[_0xfd38ce(0x198)](_0xfd38ce(0x1cd)+_0x568d98+',\x20failureType='+_0x590423[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0xfd38ce(0x2ca)+_0x590423[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0xfd38ce(0x300)](0x0,0xc8));const _0x31a80a={};return _0x31a80a[_0x568d98]=_0x590423,_0x31a80a;}[a79_0x1d1f9d(0x1d9)](_0x4efa4b){const _0x5a0869=a79_0x1d1f9d,_0x1a4827={};_0x1a4827[_0x5a0869(0x2ea)]=function(_0x5b8d1e,_0x44a8fd){return _0x5b8d1e!==_0x44a8fd;},_0x1a4827[_0x5a0869(0x1cb)]=function(_0x3d5f99,_0x8978f3){return _0x3d5f99!==_0x8978f3;},_0x1a4827[_0x5a0869(0x1ae)]=_0x5a0869(0x2f0);const _0x300ce8=_0x1a4827,_0x355cf5={};_0x355cf5[_0x5a0869(0x26b)]=0x2,_0x355cf5[_0x5a0869(0x189)]=0x3,logger[_0x5a0869(0x198)](_0x5a0869(0x1f3)+util[_0x5a0869(0x1eb)](_0x4efa4b,_0x355cf5));const _0x4cd33c=[];if(_0x4efa4b&&_0x4efa4b[_0x5a0869(0x18e)]){let _0x59ba8e=_0x4efa4b[_0x5a0869(0x18e)];while(_0x59ba8e&&_0x59ba8e[_0x5a0869(0x1a2)]&&_0x300ce8[_0x5a0869(0x2ea)](_0x59ba8e['name'],'')&&_0x300ce8['hzfMR'](_0x59ba8e[_0x5a0869(0x1a2)],_0x300ce8['oSavl'])){_0x4cd33c[_0x5a0869(0x243)](_0x59ba8e[_0x5a0869(0x1a2)]),_0x59ba8e=_0x59ba8e[_0x5a0869(0x18e)];}}return _0x4cd33c['reverse']();}[a79_0x1d1f9d(0x19e)](_0x32e58c){const _0x4b37bc=a79_0x1d1f9d,_0x331cfe={};_0x331cfe[_0x4b37bc(0x1ce)]=_0x4b37bc(0x202);const _0x3feb37=_0x331cfe;if(_0x32e58c[_0x4b37bc(0x1a2)])return _0x32e58c[_0x4b37bc(0x1a2)];if(_0x32e58c['title'])return _0x32e58c['title'];return _0x3feb37[_0x4b37bc(0x1ce)];}[a79_0x1d1f9d(0x1e7)](_0x1a5036){const _0x5432eb=a79_0x1d1f9d,_0xd2d5a=[];if(_0x1a5036[_0x5432eb(0x2f4)]&&Array[_0x5432eb(0x2d2)](_0x1a5036[_0x5432eb(0x2f4)]))return _0x1a5036[_0x5432eb(0x2f4)][_0x5432eb(0x2b4)](_0x299ebf=>_0x299ebf[_0x5432eb(0x1ad)]('@')?_0x299ebf[_0x5432eb(0x260)](0x1):_0x299ebf);const _0x53a44d=this['getJestTestName'](_0x1a5036),_0x1f897e=_0x53a44d[_0x5432eb(0x18a)](/@(\w+)/g);if(_0x1f897e)return _0x1f897e['map'](_0x433e0c=>_0x433e0c[_0x5432eb(0x2b1)](0x1));return _0x1a5036['scopes']&&Array['isArray'](_0x1a5036[_0x5432eb(0x2b9)])&&_0x1a5036[_0x5432eb(0x2b9)][_0x5432eb(0x284)](_0x4b9847=>{const _0x23be78=_0x5432eb,_0x120694=_0x4b9847['match'](/@(\w+)/g);_0x120694&&_0x120694[_0x23be78(0x284)](_0xee3c6e=>{const _0x566bfb=_0x23be78,_0x17c670=_0xee3c6e[_0x566bfb(0x2b1)](0x1);!_0xd2d5a[_0x566bfb(0x1c2)](_0x17c670)&&_0xd2d5a[_0x566bfb(0x243)](_0x17c670);});}),_0xd2d5a;}[a79_0x1d1f9d(0x225)](_0x4bdca6){const _0xf11a5d=a79_0x1d1f9d,_0x5253e2={'GtFOf':function(_0x1ce93d,_0x33df32){return _0x1ce93d(_0x33df32);}};if(_0x4bdca6[_0xf11a5d(0x22c)])return _0x4bdca6[_0xf11a5d(0x22c)];if(_0x4bdca6[_0xf11a5d(0x309)])try{const _0x4e6e98=stackTrace[_0xf11a5d(0x307)](_0x4bdca6[_0xf11a5d(0x309)]),_0x16b9af=_0x5253e2[_0xf11a5d(0x237)](pickUserFrameFile,_0x4e6e98);if(_0x16b9af)return _0x16b9af;logger[_0xf11a5d(0x198)]('[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x4e6e98[_0xf11a5d(0x2a6)]+')');}catch(_0x2bc445){logger[_0xf11a5d(0x198)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x2bc445));}return null;}[a79_0x1d1f9d(0x287)](_0xd59e94){const _0xc95d4f=a79_0x1d1f9d,_0x4f7459={};_0x4f7459[_0xc95d4f(0x2c5)]=function(_0x424489,_0x4e5f25){return _0x424489>_0x4e5f25;},_0x4f7459[_0xc95d4f(0x1cf)]=_0xc95d4f(0x215);const _0x3d0a16=_0x4f7459;if(_0xd59e94['errorsDetailed']&&_0x3d0a16[_0xc95d4f(0x2c5)](_0xd59e94[_0xc95d4f(0x1dd)][_0xc95d4f(0x2a6)],0x0))return util[_0xc95d4f(0x1eb)](_0xd59e94[_0xc95d4f(0x1dd)][0x0]);if(_0xd59e94[_0xc95d4f(0x276)])return _0xd59e94[_0xc95d4f(0x276)];return _0x3d0a16[_0xc95d4f(0x1cf)];}[a79_0x1d1f9d(0x1e6)](_0x2d10f8){const _0x1000d5=a79_0x1d1f9d,_0x1573b9={};_0x1573b9[_0x1000d5(0x2e9)]=_0x1000d5(0x1ee),_0x1573b9[_0x1000d5(0x1a1)]=_0x1000d5(0x23b),_0x1573b9['uaUzG']=_0x1000d5(0x19f);const _0x3cc940=_0x1573b9,_0x199dec=this[_0x1000d5(0x287)](_0x2d10f8);if(_0x199dec&&_0x199dec['includes'](_0x3cc940[_0x1000d5(0x2e9)]))return _0x3cc940['ueodY'];return _0x3cc940['uaUzG'];}[a79_0x1d1f9d(0x208)](_0x5ba717){const _0x4164b8=a79_0x1d1f9d,_0x453a14={'NjhQt':function(_0x2918ae,_0x3a337b){return _0x2918ae(_0x3a337b);},'dMjle':_0x4164b8(0x2ef),'svuyG':function(_0x195e82,_0x435706){return _0x195e82!==_0x435706;},'PFptG':_0x4164b8(0x1f8)},{failureData:_0x3d147b}=_0x453a14['NjhQt'](require,_0x453a14[_0x4164b8(0x2d0)]),_0x43b360=[];return _0x453a14[_0x4164b8(0x218)](_0x5ba717[_0x4164b8(0x1dd)],undefined)&&_0x43b360[_0x4164b8(0x243)](_0x5ba717[_0x4164b8(0x1dd)],_0x453a14[_0x4164b8(0x268)]),_0x3d147b[_0x4164b8(0x2b3)](null,_0x43b360);}async[a79_0x1d1f9d(0x24a)](_0x51f98e,_0x2224df,_0x27ef2d,_0x1fc15d){const _0x280d89=a79_0x1d1f9d,_0x39a4ad={'VQDUb':_0x280d89(0x2cb),'KwZYN':function(_0x531353){return _0x531353();},'hmfpm':function(_0x27818d,_0x8e7546){return _0x27818d in _0x8e7546;},'IPNXT':function(_0x52ef38,_0x10d9e2){return _0x52ef38 in _0x10d9e2;},'rhJFt':function(_0xcb3542,_0x190165){return _0xcb3542===_0x190165;},'RIZju':function(_0x1c7af1,_0x233ebb){return _0x1c7af1>_0x233ebb;},'ZShqQ':_0x280d89(0x205),'Oxhlu':'passed','ERMEJ':function(_0x549787,_0x5b2674){return _0x549787===_0x5b2674;},'DyVSs':_0x280d89(0x19d),'GifFJ':function(_0x2080e8,_0xd71bd6){return _0x2080e8!==_0xd71bd6;}},{hookData:_0x4a9ac2}=_0x1fc15d,_0x56152b=_0x27ef2d[_0x280d89(0x2b7)](),_0x31db05=_0x2224df[_0x280d89(0x2b7)](),_0x3467ec={};_0x3467ec[_0x280d89(0x26b)]=0x2,_0x3467ec[_0x280d89(0x189)]=0x3,logger[_0x280d89(0x198)](_0x280d89(0x317)+_0x31db05+_0x280d89(0x26a)+_0x56152b+_0x280d89(0x319)+util[_0x280d89(0x1eb)](_0x4a9ac2,_0x3467ec));if(!_0x4a9ac2)return logger[_0x280d89(0x198)](_0x39a4ad[_0x280d89(0x29a)]),{};const _0x1022e9=_0x4a9ac2[_0x280d89(0x2a1)]||_0x4a9ac2['hookAnalyticsId']||_0x39a4ad[_0x280d89(0x2aa)](uuidv4),_0x2789f3=_0x4a9ac2[_0x280d89(0x1f9)]||this[_0x280d89(0x2fa)](_0x4a9ac2),_0x277fdb=_0x2224df['toString']()[_0x280d89(0x316)]('.')[0x1],_0x9d1987=_0x51f98e[_0x280d89(0x249)]()[_0x280d89(0x201)](_0x2789f3),_0x3d88b7=_0x9d1987?_0x9d1987[TestFrameworkConstants[_0x280d89(0x266)]]||{}:{};logger['debug'](_0x280d89(0x306)+_0x1022e9+_0x280d89(0x2fb)+_0x2789f3+'\x20(testIdentifier),\x20hookType='+_0x277fdb+_0x280d89(0x26a)+_0x56152b);if(!_0x9d1987)return logger['debug'](_0x280d89(0x1a5)+_0x2789f3+_0x280d89(0x1d8)),this[_0x280d89(0x256)](_0x51f98e,_0x2789f3,_0x2224df,_0x27ef2d,_0x1fc15d),{};let _0x5f4574=_0x9d1987[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x5f4574&&(_0x5f4574={});!_0x39a4ad[_0x280d89(0x1ea)](_0x277fdb,_0x5f4574)&&(_0x5f4574[_0x277fdb]=[]);let _0x26e256=_0x9d1987[TestFrameworkConstants[_0x280d89(0x2e8)]];!_0x26e256&&(_0x26e256={});!_0x39a4ad[_0x280d89(0x234)](_0x277fdb,_0x26e256)&&(_0x26e256[_0x277fdb]=[]);const _0x31635e={[_0x2789f3]:{[TestFrameworkConstants[_0x280d89(0x25a)]]:_0x5f4574,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x26e256,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x280d89(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x280d89(0x184)]()[this[_0x280d89(0x21b)]()[0x0]]||''}};if(_0x39a4ad[_0x280d89(0x2a7)](_0x27ef2d,HookState[_0x280d89(0x1d2)])){const _0x46da49={'key':_0x277fdb,[TestFrameworkConstants[_0x280d89(0x24e)]]:_0x1022e9,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x280d89(0x30a)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x4a9ac2[_0x280d89(0x186)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x280d89(0x1bc)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4a9ac2[_0x280d89(0x1a2)]||_0x4a9ac2[_0x280d89(0x269)]||_0x277fdb,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3d88b7};_0x5f4574[_0x277fdb][_0x280d89(0x243)](_0x46da49),_0x31635e[_0x2789f3][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x277fdb;const _0x119961={};_0x119961[_0x280d89(0x26b)]=0x2,logger[_0x280d89(0x198)](_0x280d89(0x261)+_0x277fdb+',\x20hookId='+_0x1022e9+',\x20testId='+_0x2789f3+',\x20hook='+util['inspect'](_0x46da49,_0x119961));}else{if(_0x39a4ad['rhJFt'](_0x27ef2d,HookState[_0x280d89(0x280)])){const _0x45d050=_0x4a9ac2[_0x280d89(0x1be)]||(_0x4a9ac2[_0x280d89(0x1dd)]&&_0x39a4ad[_0x280d89(0x2bc)](_0x4a9ac2[_0x280d89(0x1dd)][_0x280d89(0x2a6)],0x0)?_0x39a4ad[_0x280d89(0x1c8)]:_0x39a4ad['Oxhlu']),_0xf90cea=_0x5f4574[_0x277fdb]||[];logger[_0x280d89(0x198)](_0x280d89(0x2bf)+_0x277fdb+',\x20testId='+_0x2789f3+',\x20result='+_0x45d050+_0x280d89(0x28b)+_0xf90cea['length']);if(_0x39a4ad['ERMEJ'](_0xf90cea[_0x280d89(0x2a6)],0x0)&&_0x39a4ad[_0x280d89(0x291)](_0x2224df,TestFrameworkState['BEFORE_ALL']))return logger[_0x280d89(0x198)](_0x39a4ad[_0x280d89(0x27a)]),this['storePendingHook'](_0x51f98e,_0x2789f3,_0x2224df,_0x27ef2d,_0x1fc15d),{};if(_0x39a4ad[_0x280d89(0x2bc)](_0xf90cea['length'],0x0)){const _0x2a0665=_0xf90cea[_0x280d89(0x230)]();_0x39a4ad[_0x280d89(0x2a7)](_0x45d050,_0x39a4ad[_0x280d89(0x1c8)])&&_0x4a9ac2[_0x280d89(0x1dd)]?(_0x2a0665[TestFrameworkConstants[_0x280d89(0x1a4)]]=this['getJestFailureType'](_0x4a9ac2),_0x2a0665[TestFrameworkConstants[_0x280d89(0x29f)]]=this[_0x280d89(0x287)](_0x4a9ac2),_0x2a0665[TestFrameworkConstants[_0x280d89(0x1c5)]]=this[_0x280d89(0x208)](_0x4a9ac2),logger[_0x280d89(0x198)](_0x280d89(0x26f)+_0x277fdb+_0x280d89(0x18c)+_0x2a0665[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x280d89(0x2ca)+_0x2a0665[TestFrameworkConstants[_0x280d89(0x29f)]]?.[_0x280d89(0x300)](0x0,0xc8))):_0x2a0665[TestFrameworkConstants[_0x280d89(0x1e1)]]=_0x39a4ad[_0x280d89(0x1b6)];_0x39a4ad['GifFJ'](_0x45d050,TestFrameworkConstants[_0x280d89(0x30a)])&&(_0x2a0665[TestFrameworkConstants[_0x280d89(0x1e1)]]=_0x45d050);_0x2a0665[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4a9ac2[_0x280d89(0x245)]||new Date()[_0x280d89(0x314)](),_0x2a0665[TestFrameworkConstants[_0x280d89(0x266)]]=_0x3d88b7;const _0x18a543=_0x2a0665[TestFrameworkConstants[_0x280d89(0x24e)]];!_0x26e256[_0x277fdb]&&(_0x26e256[_0x277fdb]=[]);_0x26e256[_0x277fdb][_0x280d89(0x243)](_0x2a0665),_0x31635e[_0x2789f3][TestFrameworkConstants[_0x280d89(0x2e3)]]=_0x277fdb;const _0x1f49be={};_0x1f49be[_0x280d89(0x26b)]=0x2,logger[_0x280d89(0x198)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x277fdb+',\x20hookId='+_0x18a543+_0x280d89(0x315)+_0x45d050+_0x280d89(0x194)+util[_0x280d89(0x1eb)](_0x2a0665,_0x1f49be));}}}return _0x31635e;}[a79_0x1d1f9d(0x312)](_0x110b8c){const _0x3c0bf6=a79_0x1d1f9d,_0x2ecfca={};_0x2ecfca[_0x3c0bf6(0x2e4)]=_0x3c0bf6(0x19c);const _0x1a08f6=_0x2ecfca;try{const _0x5e4e5b=_0x110b8c[_0x3c0bf6(0x1f8)]?this['getJestTestIdentifier'](_0x110b8c[_0x3c0bf6(0x1f8)]):_0x110b8c[_0x3c0bf6(0x2de)][_0x3c0bf6(0x1f9)],_0xd6fe22=_0x110b8c['instance'],_0x49cee2=_0xd6fe22['getContext'](),_0xd3f5e3=_0xd6fe22['getAllData']()['get'](_0x5e4e5b);if(!_0xd3f5e3)return logger[_0x3c0bf6(0x198)](_0x3c0bf6(0x1f0)+_0x5e4e5b),{};const {[TestFrameworkConstants[_0x3c0bf6(0x2b0)]]:_0x4bbd9c=this[_0x3c0bf6(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1ecc37=this[_0x3c0bf6(0x184)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x202309='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5a3a4b=''}=_0xd3f5e3,_0x72f8bc=_0xd6fe22[_0x3c0bf6(0x211)]()[_0x3c0bf6(0x2b7)]()[_0x3c0bf6(0x316)]('.')[0x1],_0x1c3601=_0xd6fe22[_0x3c0bf6(0x272)]()['toString']()[_0x3c0bf6(0x316)]('.')[0x1],_0x2e6421=global?.['__workerDetails']?.[_0x3c0bf6(0x308)]?.[_0x3c0bf6(0x255)]||global[_0x3c0bf6(0x187)]||0x0,_0x53cc7e=_0xd6fe22[_0x3c0bf6(0x223)](),_0x39895e=Buffer[_0x3c0bf6(0x21c)](JSON[_0x3c0bf6(0x1a6)](_0xd3f5e3))['toString'](_0x1a08f6[_0x3c0bf6(0x2e4)]),_0x37633c={'hash':_0x49cee2['getId'](),'threadId':_0x49cee2[_0x3c0bf6(0x22f)]()[_0x3c0bf6(0x2b7)](),'processId':_0x49cee2[_0x3c0bf6(0x31c)]()[_0x3c0bf6(0x2b7)]()},_0x3565e5={};_0x3565e5[_0x3c0bf6(0x247)]=_0x2e6421,_0x3565e5[_0x3c0bf6(0x21d)]=_0x4bbd9c,_0x3565e5[_0x3c0bf6(0x24d)]=_0x1ecc37,_0x3565e5[_0x3c0bf6(0x305)]=_0x72f8bc,_0x3565e5[_0x3c0bf6(0x2b8)]=_0x1c3601,_0x3565e5[_0x3c0bf6(0x21e)]=_0x202309,_0x3565e5['endedAt']=_0x5a3a4b,_0x3565e5[_0x3c0bf6(0x2a1)]=_0x53cc7e,_0x3565e5[_0x3c0bf6(0x2c4)]=_0x39895e,_0x3565e5[_0x3c0bf6(0x259)]=_0x37633c,_0x3565e5[_0x3c0bf6(0x1c0)]=_0x5e4e5b;const _0x1e3272=_0x3565e5;return _0x1e3272;}catch(_0x32f7b1){return logger[_0x3c0bf6(0x29e)](_0x3c0bf6(0x304)+util['format'](_0x32f7b1)),{};}}async['sendLogCreatedEvent'](_0x3aa4ec,_0x21de51,_0x18846d){const _0x532d59=a79_0x1d1f9d,_0x4fd197={'ybQXp':function(_0x1bc97a,_0x5931a3){return _0x1bc97a+_0x5931a3;},'FkLuW':_0x532d59(0x24c),'rpqoO':_0x532d59(0x254),'RFBvH':function(_0x6c0d3c,_0x52abc8){return _0x6c0d3c>_0x52abc8;},'LvOeh':function(_0x5241c9,_0x1013b9,_0x4d42d1,_0x4ab29f){return _0x5241c9(_0x1013b9,_0x4d42d1,_0x4ab29f);},'XHATm':function(_0xdaf89f,_0x308358){return _0xdaf89f-_0x308358;},'wTaTq':function(_0x14ddce,_0x3529c1){return _0x14ddce===_0x3529c1;},'CLPsa':function(_0x149754,_0x286f7c){return _0x149754/_0x286f7c;},'rxUUb':function(_0x3c2918,_0x2c1a34){return _0x3c2918<_0x2c1a34;},'WVevb':function(_0x82c57f,_0x1fc600){return _0x82c57f*_0x1fc600;},'EIsDH':function(_0x5e56bc,_0x11214d){return _0x5e56bc+_0x11214d;},'YZppv':function(_0x267919,_0x155ea0){return _0x267919>_0x155ea0;}};try{const _0x9691b5=_0x18846d['testUUID']||_0x18846d[_0x532d59(0x18f)],_0x442785=Array['from'](_0x3aa4ec[_0x532d59(0x249)]()['keys']()),_0x3bd77f=_0x3aa4ec[_0x532d59(0x249)]()[_0x532d59(0x201)](_0x9691b5);if(!_0x3bd77f){logger[_0x532d59(0x198)](_0x532d59(0x290)+_0x9691b5);return;}const {[TestFrameworkConstants[_0x532d59(0x2b0)]]:_0x37f67b='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x12d0b3=''}=_0x3bd77f;let _0x502586=[];_0x3bd77f&&_0x3bd77f[TestFrameworkConstants[_0x532d59(0x1fe)]]&&Array[_0x532d59(0x2d2)](_0x3bd77f[TestFrameworkConstants['KEY_LOGS']])?(_0x502586=_0x3bd77f[TestFrameworkConstants[_0x532d59(0x1fe)]]||[],logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x502586[_0x532d59(0x2a6)]+_0x532d59(0x2c9)+_0x9691b5),_0x3aa4ec['addMultipleEntries']({[_0x9691b5]:{[TestFrameworkConstants[_0x532d59(0x1fe)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x532d59(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x532d59(0x184)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x9691b5)):logger[_0x532d59(0x198)](_0x532d59(0x1e3)+_0x9691b5);logger['debug'](_0x532d59(0x1b5)+_0x502586[_0x532d59(0x2a6)]+_0x532d59(0x222)+_0x9691b5);const _0x54278a=_0x502586[_0x532d59(0x1ab)](_0x23d283=>_0x23d283['kind']===_0x532d59(0x2f9));_0x4fd197[_0x532d59(0x238)](_0x54278a[_0x532d59(0x2a6)],0x0)&&(logger['debug'](_0x532d59(0x1e8)+_0x54278a[_0x532d59(0x2a6)]+_0x532d59(0x23c)+_0x9691b5),_0x54278a[_0x532d59(0x284)]((_0x328761,_0x556d47)=>{const _0x5c2f37=_0x532d59;logger[_0x5c2f37(0x198)](_0x5c2f37(0x1de)+_0x4fd197[_0x5c2f37(0x228)](_0x556d47,0x1)+'/'+_0x54278a[_0x5c2f37(0x2a6)]+_0x5c2f37(0x2e0)+(_0x328761[_0x5c2f37(0x1c0)]||_0x4fd197[_0x5c2f37(0x1b1)])+_0x5c2f37(0x2a2)+(_0x328761['test_run_uuid']||_0x4fd197[_0x5c2f37(0x1b1)])+_0x5c2f37(0x31b)+(_0x328761['hook_run_uuid']||_0x4fd197[_0x5c2f37(0x27c)])+_0x5c2f37(0x1ca)+(_0x328761[_0x5c2f37(0x270)]?.[_0x5c2f37(0x2a6)]||0x0));}));const _0x3674c1=_0x3bd77f[TestFrameworkConstants[_0x532d59(0x2a0)]]||{},_0x1ab03d=_0x4fd197[_0x532d59(0x20e)](getMediaArtifactsLogs,_0x3674c1,null,_0x9691b5),_0xdb152b=(_0x502586||[])[_0x532d59(0x30d)](_0x1ab03d||[]),_0x57658f=_0x54278a?.[_0x532d59(0x2a6)]||0x0,_0x561e6c=_0x4fd197[_0x532d59(0x185)](_0x502586?.[_0x532d59(0x2a6)]||0x0,_0x57658f);logger[_0x532d59(0x198)](_0x532d59(0x1f1)+_0x9691b5+_0x532d59(0x248)+_0x561e6c+_0x532d59(0x190)+_0x57658f+_0x532d59(0x302)+(_0x1ab03d?.[_0x532d59(0x2a6)]||0x0)+',\x20totalLogs:\x20'+_0xdb152b[_0x532d59(0x2a6)]);if(!_0xdb152b||_0x4fd197['wTaTq'](_0xdb152b[_0x532d59(0x2a6)],0x0)){logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x9691b5);return;}const _0x4ac125=0x28,_0x38caaf=Math['ceil'](_0x4fd197['CLPsa'](_0xdb152b[_0x532d59(0x2a6)],_0x4ac125));for(let _0x30ce2b=0x0;_0x4fd197[_0x532d59(0x274)](_0x30ce2b,_0x38caaf);_0x30ce2b++){const _0x4030ae=_0x4fd197['WVevb'](_0x30ce2b,_0x4ac125),_0x45f0af=_0x4fd197['ybQXp'](_0x4030ae,_0x4ac125),_0x1e7567=_0xdb152b[_0x532d59(0x2b1)](_0x4030ae,_0x45f0af),_0x47a035=global?.[_0x532d59(0x310)]??0x0,_0x2fa80={'platformIndex':_0x47a035,'logs':_0x1e7567,'testFrameworkName':_0x37f67b,'testFrameworkVersion':_0x12d0b3,'testFrameworkState':_0x21de51[_0x532d59(0x2b7)]()['split']('.')[0x1]},_0x5635a3={};_0x5635a3['depth']=0x3,_0x5635a3['maxArrayLength']=0x5,logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4fd197[_0x532d59(0x228)](_0x30ce2b,0x1)+'/'+_0x38caaf+_0x532d59(0x2c1)+_0x9691b5+_0x532d59(0x242)+_0x1e7567[_0x532d59(0x2a6)]+',\x20platformIndex:\x20'+_0x47a035+_0x532d59(0x2c2)+util['inspect'](_0x2fa80,_0x5635a3));const _0x4673a0=await GrpcClient[_0x532d59(0x244)]()['logCreatedEvent'](_0x2fa80);logger[_0x532d59(0x198)](_0x532d59(0x2be)+_0x4fd197['EIsDH'](_0x30ce2b,0x1)+'/'+_0x38caaf+'\x20-\x20testId:\x20'+_0x9691b5+_0x532d59(0x1fa)+util[_0x532d59(0x1eb)](_0x4673a0));}_0x1ab03d&&_0x4fd197[_0x532d59(0x1e5)](_0x1ab03d[_0x532d59(0x2a6)],0x0)&&_0x3bd77f[TestFrameworkConstants[_0x532d59(0x2a0)]]&&_0x3aa4ec[_0x532d59(0x213)]({[_0x9691b5]:{[TestFrameworkConstants[_0x532d59(0x2a0)]]:{},[TestFrameworkConstants[_0x532d59(0x2b0)]]:this[_0x532d59(0x21b)]()[0x0]||'',[TestFrameworkConstants[_0x532d59(0x1df)]]:this[_0x532d59(0x184)]()[this[_0x532d59(0x21b)]()[0x0]]||''}}),logger[_0x532d59(0x198)](_0x532d59(0x1bb)+_0x9691b5+_0x532d59(0x192)+_0x38caaf);}catch(_0x105b01){logger[_0x532d59(0x29e)](_0x532d59(0x1b3)+(_0x18846d[_0x532d59(0x1f5)]||_0x18846d[_0x532d59(0x18f)])+',\x20error:\x20'+util[_0x532d59(0x210)](_0x105b01));}}[a79_0x1d1f9d(0x256)](_0x12e1ec,_0x31f90a,_0xdf1cff,_0x29078d,_0x33e111){const _0x5d275=a79_0x1d1f9d,_0x5d8e41={};_0x5d8e41[_0x5d275(0x196)]=function(_0x16a45e,_0x20aa40){return _0x16a45e===_0x20aa40;},_0x5d8e41['aiXXv']=_0x5d275(0x217);const _0x572ad6=_0x5d8e41,{hookData:_0x1e5169}=_0x33e111,_0x4b520a={'testId':_0x31f90a,'testFrameworkState':_0xdf1cff,'hookState':_0x29078d,'args':_0x33e111,'timestamp':new Date()['toISOString']()};if(_0x572ad6[_0x5d275(0x196)](_0xdf1cff,TestFrameworkState['BEFORE_ALL'])&&_0x1e5169){const _0x345800={};_0x345800[_0x5d275(0x1c9)]=_0x1e5169[_0x5d275(0x22c)]||_0x1e5169[_0x5d275(0x21a)],_0x345800['scope']=_0x1e5169['scope']||_0x1e5169[_0x5d275(0x2b9)]&&_0x1e5169[_0x5d275(0x2b9)][0x0]||'',_0x345800[_0x5d275(0x2f1)]=_0x572ad6['aiXXv'],_0x4b520a[_0x5d275(0x288)]=_0x345800,logger[_0x5d275(0x198)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x31f90a+_0x5d275(0x23d)+_0x4b520a[_0x5d275(0x288)][_0x5d275(0x1c9)]+_0x5d275(0x313)+_0x4b520a[_0x5d275(0x288)]['scope']);}_0x12e1ec[_0x5d275(0x188)](_0x31f90a,_0x4b520a),logger[_0x5d275(0x198)](_0x5d275(0x1cc)+_0x31f90a+_0x5d275(0x209)+_0xdf1cff+',\x20hookState:\x20'+_0x29078d);}async[a79_0x1d1f9d(0x1c1)](_0x38aef6,_0xae16c8){const _0x5c2239=a79_0x1d1f9d,_0x487619={};_0x487619[_0x5c2239(0x214)]=function(_0x1d8acd,_0x4ba155){return _0x1d8acd>_0x4ba155;},_0x487619[_0x5c2239(0x271)]=function(_0x2855d5,_0x7aab37){return _0x2855d5===_0x7aab37;},_0x487619['tljkm']=function(_0x5a0dec,_0x2e9e37){return _0x5a0dec===_0x2e9e37;},_0x487619[_0x5c2239(0x23e)]=function(_0x573aad,_0x10c169){return _0x573aad===_0x10c169;},_0x487619[_0x5c2239(0x19a)]=function(_0xcb1fad,_0x554c2d){return _0xcb1fad===_0x554c2d;},_0x487619[_0x5c2239(0x1aa)]=function(_0x312d24,_0x576ed4){return _0x312d24===_0x576ed4;},_0x487619['wWBHi']=_0x5c2239(0x2fc);const _0x1bd1b9=_0x487619;if(_0x38aef6[_0x5c2239(0x1bf)](_0xae16c8)){const _0x4a4160=_0x38aef6[_0x5c2239(0x1af)](_0xae16c8);logger[_0x5c2239(0x198)](_0x5c2239(0x28d)+_0x4a4160[_0x5c2239(0x2a6)]+_0x5c2239(0x22d)+_0xae16c8);for(const _0x13dc36 of _0x4a4160){try{const _0x4773a9=await this['trackHookEvent'](_0x38aef6,_0x13dc36[_0x5c2239(0x305)],_0x13dc36['hookState'],_0x13dc36[_0x5c2239(0x2c8)]);_0x4773a9&&_0x1bd1b9[_0x5c2239(0x214)](Object['keys'](_0x4773a9)[_0x5c2239(0x2a6)],0x0)&&_0x38aef6[_0x5c2239(0x213)](_0x4773a9),await this[_0x5c2239(0x25c)](_0x38aef6,_0x13dc36['testFrameworkState'],_0x13dc36[_0x5c2239(0x2b8)],_0x13dc36[_0x5c2239(0x2c8)]);}catch(_0x3ca9ba){logger['error'](_0x5c2239(0x1b7)+_0xae16c8+_0x5c2239(0x1f4)+_0x3ca9ba);}}_0x38aef6[_0x5c2239(0x1c4)](_0xae16c8),logger[_0x5c2239(0x198)](_0x5c2239(0x318)+_0xae16c8);}const _0x1b06f7=_0x38aef6['getAllData']()[_0x5c2239(0x201)](_0xae16c8);if(_0x1b06f7){const _0x169225=_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x1d5)]]||_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x279)]],_0x4f8087=_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x229)]]||_0x1b06f7[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x1da)]][0x0]||'';logger[_0x5c2239(0x198)](_0x5c2239(0x182)+_0x169225+_0x5c2239(0x313)+_0x4f8087);const _0x23014a=_0x38aef6[_0x5c2239(0x2ba)]();for(const _0x40939a of _0x23014a){if(_0x1bd1b9[_0x5c2239(0x271)](_0x40939a,_0xae16c8))continue;if(_0x38aef6['hasPendingHooks'](_0x40939a)){const _0x54fa97=_0x38aef6[_0x5c2239(0x1af)](_0x40939a);for(const _0x90ddd3 of _0x54fa97){if(_0x1bd1b9[_0x5c2239(0x2b2)](_0x90ddd3['testFrameworkState'],TestFrameworkState[_0x5c2239(0x1c6)])&&_0x90ddd3[_0x5c2239(0x288)]){const _0x43c1ee=_0x90ddd3['hookMetadata'][_0x5c2239(0x1c9)],_0x2d39fb=_0x90ddd3['hookMetadata'][_0x5c2239(0x1ff)];if(_0x1bd1b9[_0x5c2239(0x23e)](_0x43c1ee,_0x169225)&&_0x1bd1b9[_0x5c2239(0x19a)](_0x2d39fb,_0x4f8087)){logger['debug'](_0x5c2239(0x1b4)+_0x40939a+_0x5c2239(0x303)+_0xae16c8+_0x5c2239(0x23d)+_0x43c1ee+',\x20scope:\x20'+_0x2d39fb);_0x90ddd3[_0x5c2239(0x2c8)]&&_0x90ddd3[_0x5c2239(0x2c8)][_0x5c2239(0x2de)]&&(_0x90ddd3['args'][_0x5c2239(0x2de)][_0x5c2239(0x1f9)]=_0xae16c8,logger['debug'](_0x5c2239(0x27b)+_0x40939a+_0x5c2239(0x20b)+_0xae16c8));try{const _0x45745e=await this[_0x5c2239(0x24a)](_0x38aef6,_0x90ddd3[_0x5c2239(0x305)],_0x90ddd3['hookState'],_0x90ddd3['args']);_0x45745e&&_0x1bd1b9[_0x5c2239(0x214)](Object['keys'](_0x45745e)[_0x5c2239(0x2a6)],0x0)&&_0x38aef6['addMultipleEntries'](_0x45745e);await this[_0x5c2239(0x25c)](_0x38aef6,_0x90ddd3[_0x5c2239(0x305)],_0x90ddd3[_0x5c2239(0x2b8)],_0x90ddd3['args']);const _0x1e3c2d=_0x38aef6[_0x5c2239(0x1af)](_0x40939a)[_0x5c2239(0x1ab)](_0x25aced=>_0x25aced!==_0x90ddd3);if(_0x1bd1b9[_0x5c2239(0x1aa)](_0x1e3c2d[_0x5c2239(0x2a6)],0x0))_0x38aef6['removePendingHooks'](_0x40939a);else{_0x38aef6['removePendingHooks'](_0x40939a);for(const _0x7b979b of _0x1e3c2d){_0x38aef6[_0x5c2239(0x188)](_0x40939a,_0x7b979b);}}logger[_0x5c2239(0x198)](_0x1bd1b9[_0x5c2239(0x2c3)]);}catch(_0x2acb8c){logger[_0x5c2239(0x29e)](_0x5c2239(0x2d3)+_0xae16c8+_0x5c2239(0x1f4)+_0x2acb8c);}}}}}}}}['mapTestHooks'](_0x2ee71b){const _0x8c4d85=a79_0x1d1f9d,_0x414eef={'JKpZF':function(_0x2b29d7){return _0x2b29d7();}};if(!_0x2ee71b||!_0x2ee71b[_0x8c4d85(0x18e)])return;_0x2ee71b['parent'][_0x8c4d85(0x25e)]&&Array[_0x8c4d85(0x2d2)](_0x2ee71b['parent']['hooks'])&&_0x2ee71b[_0x8c4d85(0x18e)][_0x8c4d85(0x25e)][_0x8c4d85(0x284)](_0x37b454=>{const _0x270454=_0x8c4d85;!_0x37b454[_0x270454(0x197)]&&!_0x37b454[_0x270454(0x25f)]&&(_0x37b454[_0x270454(0x197)]=_0x414eef[_0x270454(0x220)](uuidv4),_0x37b454[_0x270454(0x25f)]=_0x37b454['hookAnalyticsId'],logger[_0x270454(0x198)](_0x270454(0x281)+_0x37b454[_0x270454(0x20d)]+',\x20hookUUID='+_0x37b454['hookAnalyticsId']));}),this[_0x8c4d85(0x25d)](_0x2ee71b[_0x8c4d85(0x18e)]);}[a79_0x1d1f9d(0x2a9)](_0x18b1c0){const _0x2d6e53=a79_0x1d1f9d,_0x397c94={'sDmAL':function(_0x270c90,_0x2fac56){return _0x270c90(_0x2fac56);}};if(!_0x18b1c0||!_0x18b1c0[_0x2d6e53(0x18e)])return[];const _0x463b60=[];return _0x18b1c0[_0x2d6e53(0x18e)]['hooks']&&Array['isArray'](_0x18b1c0[_0x2d6e53(0x18e)]['hooks'])&&_0x18b1c0[_0x2d6e53(0x18e)][_0x2d6e53(0x25e)][_0x2d6e53(0x284)](_0x146b00=>{const _0x3c368b=_0x2d6e53,_0x3a058d=_0x146b00[_0x3c368b(0x197)]||_0x146b00['hookUUID'];_0x3a058d&&!this['isJestInternalHook'](_0x146b00)&&!_0x397c94[_0x3c368b(0x1a9)](isInternalHook,_0x146b00['fn'])&&_0x463b60[_0x3c368b(0x243)](_0x3a058d);}),[..._0x463b60,...this[_0x2d6e53(0x2a9)](_0x18b1c0[_0x2d6e53(0x18e)])];}['buildHookMapFromTest'](_0x58544d){const _0x550d75=a79_0x1d1f9d,_0x502011={'LvcfU':function(_0x5bc3cd,_0x150f7f){return _0x5bc3cd(_0x150f7f);},'xYsiU':_0x550d75(0x221)},_0x5d2efd=new Map(),_0x369b60=_0x2d167c=>{const _0x945df9=_0x550d75;if(!_0x2d167c||!_0x2d167c[_0x945df9(0x18e)])return;_0x2d167c['parent'][_0x945df9(0x25e)]&&Array[_0x945df9(0x2d2)](_0x2d167c['parent'][_0x945df9(0x25e)])&&_0x2d167c[_0x945df9(0x18e)][_0x945df9(0x25e)][_0x945df9(0x284)](_0x44ffbb=>{const _0x4f6f98=_0x945df9,_0x37d534=_0x44ffbb[_0x4f6f98(0x197)]||_0x44ffbb['hookUUID'];if(_0x37d534&&!this['isJestInternalHook'](_0x44ffbb)&&!_0x502011['LvcfU'](isInternalHook,_0x44ffbb['fn'])){const _0x543827={};_0x543827[_0x4f6f98(0x20d)]=_0x44ffbb[_0x4f6f98(0x20d)]||_0x502011[_0x4f6f98(0x1e0)],_0x543827[_0x4f6f98(0x1a2)]=_0x44ffbb[_0x4f6f98(0x1a2)]||'\x22'+_0x44ffbb[_0x4f6f98(0x20d)]+_0x4f6f98(0x2a4),_0x5d2efd[_0x4f6f98(0x1d4)](_0x37d534,_0x543827);}}),_0x502011['LvcfU'](_0x369b60,_0x2d167c[_0x945df9(0x18e)]);};return _0x502011['LvcfU'](_0x369b60,_0x58544d),_0x5d2efd;}[a79_0x1d1f9d(0x2ac)](_0x18f5e6){const _0x14ca77=a79_0x1d1f9d,_0x67572e={};_0x67572e[_0x14ca77(0x2a8)]=_0x14ca77(0x203),_0x67572e[_0x14ca77(0x191)]=_0x14ca77(0x20f);const _0x237bcd=_0x67572e;try{const _0xfc4ffc=this[_0x14ca77(0x1e2)](_0x18f5e6);if(!_0xfc4ffc||_0xfc4ffc[_0x14ca77(0x1c2)](_0x237bcd['qOpyG']))return!![];return![];}catch(_0x179626){logger[_0x14ca77(0x198)](_0x237bcd[_0x14ca77(0x191)]);}return![];}['getRootParentFile'](_0x217798){const _0x1fdb18=a79_0x1d1f9d,_0x2d036e={'rxVaf':function(_0x298d23,_0x562852){return _0x298d23(_0x562852);}};if(_0x217798[_0x1fdb18(0x309)])try{const _0x295cd0=stackTrace['parse'](_0x217798['asyncError']),_0x5883eb=_0x2d036e[_0x1fdb18(0x2d4)](pickUserFrameFile,_0x295cd0);if(_0x5883eb)return _0x5883eb;logger['debug'](_0x1fdb18(0x232)+_0x295cd0[_0x1fdb18(0x2a6)]+')');}catch(_0x3d66c8){logger[_0x1fdb18(0x198)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x1fdb18(0x210)](_0x3d66c8));}if(_0x217798[_0x1fdb18(0x1ed)])return _0x217798['file'];return null;}}function a79_0x12f5(_0x17dc2f,_0x5e0e9f){const _0x157de7=a79_0x157d();return a79_0x12f5=function(_0x12f50a,_0x345965){_0x12f50a=_0x12f50a-0x182;let _0x47e8a7=_0x157de7[_0x12f50a];return _0x47e8a7;},a79_0x12f5(_0x17dc2f,_0x5e0e9f);}function a79_0x157d(){const _0x1481c6=['DEFAULT_TEST_RESULT','matchHookRegex','../../../helpers/test-observability/utils','ROOT_DESCRIBE_BLOCK','hookType','UVcrX','createContext','tags','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','warn','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','TEST_SCREENSHOT','getJestTestIdentifier',',\x20testId=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../cliUtils.js','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','substring',',\x20duration=',',\x20attachmentLogs:\x20',',\x20currentTestId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','testFrameworkState','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','parse','workerInfo','asyncError','DEFAULT_HOOK_RESULT','GVMuH','DZqHX','concat',',\x20hookType=',',\x20testFramework=','browserstackPlatformIndex','KEY_TEST_STARTED_AT','createTestFrameworkEventPayload',',\x20scope:\x20','toISOString',',\x20result=','split','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hookData=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20hook_run_uuid=','getProcessId','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','afterAll','getTestFrameworksVersions','XHATm','started_at','__bstackPlatformIndex','addPendingHook','maxArrayLength','match','KEY_EVENT_STARTED_AT',',\x20failureType=','KEY_AUTOMATE_SESSION_NAME','parent','testId',',\x20screenshotLogs:\x20','Gqytq',',\x20totalBatches:\x20','activeHooks',',\x20hook=','4TKcQMl','ggKQx','hookAnalyticsId','debug','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','MWkvf','wHgrU','base64','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','getJestTestName','UnhandledError','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ueodY','name','retryOf','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','stringify','hook_id','bugqX','sDmAL','BdsCd','filter','ALL','startsWith','oSavl','getPendingHooks',',\x20contextId=','FkLuW','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','Oxhlu','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ieUEB','../../../helpers/classLogger.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_HOOK_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','result','hasPendingHooks','test_identifier','processPendingHooks','includes','skip','removePendingHooks','KEY_HOOK_FAILURE','BEFORE_ALL','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ZShqQ','filePath',',\x20messageLength=','hzfMR','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','DBGfR','iLRzy','setTrackedInstance','getActiveHook','PRE','Qmgky','set','KEY_TEST_FILE_PATH','fXYuo',':testAnalyticsId',',\x20storing\x20as\x20pending\x20hook','getJestTestScopes','KEY_TEST_SCOPES','ounoM','20kxnNmD','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_FRAMEWORK_VERSION','xYsiU','KEY_HOOK_RESULT','getRootParentFile','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hook_result','YZppv','getJestFailureType','getJestTestTags','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','./constants/testFrameworkConstants.js','hmfpm','inspect','Oscco','file','Assert','replace','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','testData','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20',',\x20error:\x20','testUUID','trackJestInstance','KEY_TEST_ID','test','test_run_id',',\x20response=','status','VuxzH','instance','KEY_LOGS','scope','skipped','get','Unknown\x20Test','jest-circus','has','failed','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hookUUID=','getJestFailureData',',\x20state:\x20','qAWBq','\x20to\x20','KEY_TEST_FAILURE','type','LvOeh','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','format','getCurrentTestState','KEY_TEST_RESULT_AT','addMultipleEntries','XBRcf','Unknown\x20error','5726CaLKMu','beforeAll','svuyG','35509166kXxBsr','location','getTestFrameworks','from','testFrameworkName','startedAt','ZZDPX','JKpZF','unknown','\x20for\x20testId:\x20','getRef','parseJestTestResult','getJestTestFilePath','buildHookMapFromTest','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','ybQXp','KEY_TEST_SCOPE',',\x20state=','../../../helpers/stackFrameUtils','file_name','\x20pending\x20hooks\x20for\x20testId:\x20','_ALL','getThreadId','pop','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','IPNXT','findIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','GtFOf','RFBvH',',\x20argsKeys=','\x20(testIdentifier),\x20tags=','AssertionError','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20filePath:\x20','nFOae','duration','Ecixe','keys',',\x20logsInBatch:\x20','push','getInstance','finished_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','platformIndex',',\x20consoleLogs:\x20','getAllData','trackHookEvent','getCurrentInstanceName','missing','testFrameworkVersion','KEY_HOOK_ID','136UBpuJZ','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','zZZio',',\x20exception=','setActiveHook','none','parallelIndex','storePendingHook','KEY_TEST_LOGS','\x20&\x20hookState=','executionContext','KEY_HOOKS_STARTED',',\x20testData=','runHooks','mapTestHooks','hooks','hookUUID','substr','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','body','995259iQiGHQ','BVVDE','fBFNM','KEY_CUSTOM_TAGS','originalTest','PFptG','hook_type',',\x20hookState=','depth','3251544eIBVUM','sUlfo','join','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','message','YafCi','getCurrentHookState','KEY_TEST_FAILURE_TYPE','rxUUb','resolveInstance','failure_reason','KEY_TEST_TAGS','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_LOCATION','DyVSs','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','rpqoO','wIjFX',',\x20target=','removeActiveHook','POST','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','toUpperCase','\x20hook','forEach','SJpQR','splice','getJestFailureReason','hookMetadata','xkIzF','stack-trace',',\x20hooksListLength=','bkdFU','Processing\x20','ucNyw','JestTestFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','ERMEJ','171WvgetO','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','exports','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','../instances/trackedInstance.js','KEY_TEST_ENDED_AT','KEY_TEST_RESULT','VQDUb','trackEvent','find','UaVWx','error','KEY_HOOK_FAILURE_REASON','KEY_TEST_ATTACHMENTS','uuid',',\x20test_run_uuid=','\x20(testIdentifier),\x20result=','\x22\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','length','rhJFt','qOpyG','getHooksForTest','KwZYN','UZimo','isJestInternalHook','mMHZv','ynEsj','NONE','KEY_TEST_FRAMEWORK_NAME','slice','tljkm','apply','map','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','TEST','toString','hookState','scopes','getAllPendingHookTestIds','../grpcClient','RIZju','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','xbVeJ','\x20-\x20testId:\x20',',\x20payload:\x20','wWBHi','eventJson','EoGGm','891680aObRPm','../TestInfo.js','args','\x20logs\x20for\x20testId:\x20',',\x20failureReason=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','HUJwC','KEY_TEST_NAME','23230NoEooB','LOG_REPORT','dMjle','KEY_TEST_DURATION','isArray','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','rxVaf','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_RETRY_OF','delete','KEY_HOOK_NAME','KEY_TEST_META','pid','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getId','641653yXYuya','hookData','KEY_TEST_UUID','\x20-\x20test_identifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','util','KEY_HOOK_LAST_FINISHED','jWQcY','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_HOOKS_FINISHED','SwctQ','ObriA','../instances/testFrameworkInstance.js','jQCeP'];a79_0x157d=function(){return _0x1481c6;};return a79_0x157d();}module[a79_0x1d1f9d(0x294)]=JestTestFramework;
|
|
1
|
+
const a79_0x4cf47e=a79_0x4a77;(function(_0x4a4930,_0x1863c6){const _0x5ac3c7=a79_0x4a77,_0x15faaf=_0x4a4930();while(!![]){try{const _0x14e73b=-parseInt(_0x5ac3c7(0x1e7))/0x1*(-parseInt(_0x5ac3c7(0x273))/0x2)+parseInt(_0x5ac3c7(0x1b8))/0x3*(parseInt(_0x5ac3c7(0x1f8))/0x4)+parseInt(_0x5ac3c7(0x17d))/0x5*(-parseInt(_0x5ac3c7(0x26a))/0x6)+-parseInt(_0x5ac3c7(0x17e))/0x7*(parseInt(_0x5ac3c7(0x19c))/0x8)+-parseInt(_0x5ac3c7(0x290))/0x9*(-parseInt(_0x5ac3c7(0x14f))/0xa)+-parseInt(_0x5ac3c7(0x280))/0xb+parseInt(_0x5ac3c7(0x18e))/0xc;if(_0x14e73b===_0x1863c6)break;else _0x15faaf['push'](_0x15faaf['shift']());}catch(_0x2f397f){_0x15faaf['push'](_0x15faaf['shift']());}}}(a79_0x31b8,0x47db8));const TestFramework=require('./testFramework'),TestFrameworkState=require(a79_0x4cf47e(0x2af)),HookState=require(a79_0x4cf47e(0x24d)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x4cf47e(0x14b)),TrackedInstance=require(a79_0x4cf47e(0x1ed)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x4cf47e(0x209)),{isInternalHook}=require(a79_0x4cf47e(0x22a)),logger=createClassLogger(a79_0x4cf47e(0x191)),{v4:uuidv4}=require(a79_0x4cf47e(0x299)),util=require('util'),TestInfo=require(a79_0x4cf47e(0x153)),GrpcClient=require(a79_0x4cf47e(0x27d)),stackTrace=require(a79_0x4cf47e(0x232)),{pickUserFrameFile}=require(a79_0x4cf47e(0x164));function a79_0x4a77(_0x3bb1f2,_0xdafe4a){const _0x31b8ff=a79_0x31b8();return a79_0x4a77=function(_0x4a77a3,_0x19b785){_0x4a77a3=_0x4a77a3-0x114;let _0x501b2b=_0x31b8ff[_0x4a77a3];return _0x501b2b;},a79_0x4a77(_0x3bb1f2,_0xdafe4a);}class JestTestFramework extends TestFramework{constructor(_0x37c7f9,_0x3d1b49,_0x38d506){const _0x1c5674=a79_0x4cf47e;super(_0x37c7f9,_0x3d1b49,_0x38d506),this[_0x1c5674(0x13b)]=new Map();}[a79_0x4cf47e(0x193)](_0x413661,_0x1d8594,_0x46e13a){const _0x57d53e=a79_0x4cf47e,_0x268b6e={};_0x268b6e[_0x57d53e(0x19f)]=function(_0x2a0427,_0x592b5e){return _0x2a0427||_0x592b5e;};const _0x7d35bf=_0x268b6e;if(_0x7d35bf[_0x57d53e(0x19f)](!_0x413661,!_0x1d8594)){logger[_0x57d53e(0x262)](_0x57d53e(0x2b1)+_0x413661+_0x57d53e(0x24b)+_0x1d8594);return;}!this['activeHooks'][_0x57d53e(0x152)](_0x413661)&&this[_0x57d53e(0x13b)]['set'](_0x413661,[]);const _0x2d372c={'hookUUID':_0x1d8594,'hookType':_0x46e13a,'startedAt':new Date()[_0x57d53e(0x1ae)]()};this[_0x57d53e(0x13b)][_0x57d53e(0x216)](_0x413661)[_0x57d53e(0x211)](_0x2d372c),logger[_0x57d53e(0x1f6)](_0x57d53e(0x154)+_0x413661+_0x57d53e(0x24b)+_0x1d8594+_0x57d53e(0x1c1)+_0x46e13a+_0x57d53e(0x1a0)+this[_0x57d53e(0x13b)][_0x57d53e(0x216)](_0x413661)[_0x57d53e(0x1bc)]);}['removeActiveHook'](_0x2dadca,_0x244343){const _0x3d2420=a79_0x4cf47e,_0x1ece8c={};_0x1ece8c['MXoBl']=function(_0x2c844e,_0x3fc868){return _0x2c844e||_0x3fc868;},_0x1ece8c[_0x3d2420(0x18c)]=function(_0x4f649a,_0x2911d7){return _0x4f649a!==_0x2911d7;},_0x1ece8c[_0x3d2420(0x1f2)]=function(_0x3ef4aa,_0x3bebe5){return _0x3ef4aa===_0x3bebe5;};const _0x1cfb94=_0x1ece8c;if(_0x1cfb94['MXoBl'](!_0x2dadca,!_0x244343)){logger[_0x3d2420(0x262)](_0x3d2420(0x1a5)+_0x2dadca+_0x3d2420(0x24b)+_0x244343);return;}if(this[_0x3d2420(0x13b)][_0x3d2420(0x152)](_0x2dadca)){const _0x14ae73=this[_0x3d2420(0x13b)][_0x3d2420(0x216)](_0x2dadca),_0x19ee6e=_0x14ae73[_0x3d2420(0x1d9)](_0x2a6e1f=>_0x2a6e1f[_0x3d2420(0x1a6)]===_0x244343);_0x1cfb94[_0x3d2420(0x18c)](_0x19ee6e,-0x1)?(_0x14ae73[_0x3d2420(0x237)](_0x19ee6e,0x1),logger['debug'](_0x3d2420(0x285)+_0x2dadca+_0x3d2420(0x24b)+_0x244343+',\x20remainingHooks='+_0x14ae73['length']),_0x1cfb94['QjjVj'](_0x14ae73[_0x3d2420(0x1bc)],0x0)&&this[_0x3d2420(0x13b)][_0x3d2420(0x1b5)](_0x2dadca)):logger[_0x3d2420(0x1f6)](_0x3d2420(0x179)+_0x2dadca+_0x3d2420(0x24b)+_0x244343);}}[a79_0x4cf47e(0x2ac)](_0x4cc67f){const _0x474b1c=a79_0x4cf47e,_0x18ef3c={};_0x18ef3c[_0x474b1c(0x1ce)]=function(_0x15b2dd,_0x56ec37){return _0x15b2dd>_0x56ec37;},_0x18ef3c[_0x474b1c(0x1c7)]=function(_0x8720f4,_0x578e4d){return _0x8720f4-_0x578e4d;};const _0xa9b8=_0x18ef3c;if(!_0x4cc67f)return null;if(this['activeHooks'][_0x474b1c(0x152)](_0x4cc67f)){const _0x286e47=this['activeHooks']['get'](_0x4cc67f);if(_0xa9b8[_0x474b1c(0x1ce)](_0x286e47[_0x474b1c(0x1bc)],0x0)){const _0x2e9315=_0x286e47[_0xa9b8[_0x474b1c(0x1c7)](_0x286e47[_0x474b1c(0x1bc)],0x1)];return logger[_0x474b1c(0x1f6)](_0x474b1c(0x2a2)+_0x4cc67f+_0x474b1c(0x24b)+_0x2e9315[_0x474b1c(0x1a6)]+_0x474b1c(0x1c1)+_0x2e9315['hookType']),_0x2e9315;}}return null;}async[a79_0x4cf47e(0x138)](_0x4b0ce0,_0x4f297d,_0x15a6d8={}){const _0x52afba=a79_0x4cf47e,_0x13ff82={};_0x13ff82[_0x52afba(0x1ec)]=_0x52afba(0x20b),_0x13ff82[_0x52afba(0x119)]=function(_0x4d0177,_0x4b1f2e){return _0x4d0177===_0x4b1f2e;},_0x13ff82[_0x52afba(0x231)]=function(_0xb3bc7b,_0x47319b){return _0xb3bc7b||_0x47319b;},_0x13ff82[_0x52afba(0x22f)]=_0x52afba(0x14c);const _0x595517=_0x13ff82;logger[_0x52afba(0x1f6)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x4b0ce0+_0x52afba(0x12a)+_0x4f297d+_0x52afba(0x1c5)+Object[_0x52afba(0x1ef)](_0x15a6d8)[_0x52afba(0x298)](',')),await super[_0x52afba(0x138)](_0x4b0ce0,_0x4f297d,_0x15a6d8);const _0x4ff396=this[_0x52afba(0x228)](_0x4b0ce0,_0x4f297d,_0x15a6d8);if(!_0x4ff396){logger[_0x52afba(0x1f6)](_0x595517[_0x52afba(0x1ec)]);return;}try{let _0x4202f3,_0x595742,_0x5494e6;switch(_0x4b0ce0){case TestFrameworkState[_0x52afba(0x296)]:_0x4202f3=_0x15a6d8[_0x52afba(0x151)];const _0x49780e={};_0x49780e['depth']=0x2,_0x49780e[_0x52afba(0x23f)]=0x3,logger[_0x52afba(0x1f6)](_0x52afba(0x165)+_0x4f297d+',\x20testData='+util[_0x52afba(0x27f)](_0x4202f3,_0x49780e)),_0x5494e6=this[_0x52afba(0x130)](_0x4202f3),_0x595742=null,logger['debug'](_0x52afba(0x28c)+_0x5494e6+_0x52afba(0x24c));if(_0x595517[_0x52afba(0x119)](_0x4f297d,HookState[_0x52afba(0x26d)])){logger['debug'](_0x52afba(0x131)+_0x5494e6);const _0x4fd88b={};_0x4fd88b[_0x52afba(0x172)]=_0x595742,_0x4fd88b[_0x52afba(0x123)]=_0x4202f3,_0x4fd88b[_0x52afba(0x15d)]=_0x5494e6;const _0x36fc76=this[_0x52afba(0x180)](_0x4fd88b),_0x27c631={};_0x27c631['depth']=0x2,_0x27c631['maxArrayLength']=0x3,logger['debug'](_0x52afba(0x253)+util[_0x52afba(0x27f)](_0x36fc76,_0x27c631)),_0x4ff396['addMultipleEntries'](_0x36fc76),logger[_0x52afba(0x1f6)](_0x52afba(0x242)+_0x5494e6),await this[_0x52afba(0x11c)](_0x4ff396,_0x5494e6);}else{if(_0x595517[_0x52afba(0x119)](_0x4f297d,HookState[_0x52afba(0x187)])){logger[_0x52afba(0x1f6)](_0x52afba(0x1c8)+_0x5494e6);const _0x29521c=_0x4ff396[_0x52afba(0x184)]()['get'](_0x5494e6);logger['debug'](_0x52afba(0x186)+util['inspect'](Object[_0x52afba(0x1ef)](_0x595517[_0x52afba(0x231)](_0x29521c,{}))));_0x29521c&&_0x29521c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x52afba(0x1f6)](_0x52afba(0x284)+Object[_0x52afba(0x1ef)](_0x29521c[TestFrameworkConstants[_0x52afba(0x13f)]])[_0x52afba(0x1bc)]+_0x52afba(0x1a8)):logger['debug'](_0x595517[_0x52afba(0x22f)]);const _0x4b01d6=_0x15a6d8['originalTest']||null,_0x5db4dd={};_0x5db4dd[_0x52afba(0x172)]=_0x595742,_0x5db4dd[_0x52afba(0x123)]=_0x4202f3,_0x5db4dd[_0x52afba(0x15d)]=_0x5494e6,_0x5db4dd['originalTest']=_0x4b01d6;const _0x469b58=this[_0x52afba(0x221)](_0x5db4dd),_0x14eae7={};_0x14eae7['depth']=0x2,_0x14eae7[_0x52afba(0x23f)]=0x3,logger[_0x52afba(0x1f6)](_0x52afba(0x1e9)+util[_0x52afba(0x27f)](_0x469b58,_0x14eae7)),_0x4ff396[_0x52afba(0x140)](_0x469b58),logger[_0x52afba(0x1f6)](_0x52afba(0x149)+_0x5494e6),await this[_0x52afba(0x11c)](_0x4ff396,_0x5494e6);}}break;case TestFrameworkState[_0x52afba(0x139)]:if(_0x595517[_0x52afba(0x119)](_0x4f297d,HookState[_0x52afba(0x187)])){const _0x22b97a={};_0x22b97a['depth']=0x2,logger[_0x52afba(0x1f6)](_0x52afba(0x1b0)+util[_0x52afba(0x27f)](_0x15a6d8,_0x22b97a)),await this[_0x52afba(0x249)](_0x4ff396,_0x4b0ce0,_0x15a6d8);}break;default:if(CLIUtils[_0x52afba(0x11e)](_0x4b0ce0[_0x52afba(0x23b)]()['split']('.')[0x1])){const _0x4aaf8c={};_0x4aaf8c['depth']=0x2,_0x4aaf8c[_0x52afba(0x23f)]=0x3,logger[_0x52afba(0x1f6)](_0x52afba(0x2a1)+_0x4b0ce0+',\x20hookState='+_0x4f297d+_0x52afba(0x1af)+util[_0x52afba(0x27f)](_0x15a6d8[_0x52afba(0x114)],_0x4aaf8c));const _0x2c1357=await this[_0x52afba(0x214)](_0x4ff396,_0x4b0ce0,_0x4f297d,_0x15a6d8),_0x34879d={};_0x34879d[_0x52afba(0x21d)]=0x2,_0x34879d[_0x52afba(0x23f)]=0x3,logger[_0x52afba(0x1f6)](_0x52afba(0x19d)+util[_0x52afba(0x27f)](_0x2c1357,_0x34879d)),_0x4ff396[_0x52afba(0x140)](_0x2c1357);}else logger[_0x52afba(0x1f6)](_0x52afba(0x18a)+_0x4b0ce0+_0x52afba(0x127)+_0x4f297d);break;}logger[_0x52afba(0x1f6)](_0x52afba(0x267)+_0x4b0ce0+',\x20hookState='+_0x4f297d);}catch(_0x29177a){logger[_0x52afba(0x169)](_0x52afba(0x223)+_0x4b0ce0+_0x52afba(0x12a)+_0x4f297d+_0x52afba(0x272)+util[_0x52afba(0x25f)](_0x29177a));}_0x15a6d8[_0x52afba(0x297)]=_0x4ff396,await this['runHooks'](_0x4ff396,_0x4b0ce0,_0x4f297d,_0x15a6d8);}[a79_0x4cf47e(0x130)](_0xeba641){const _0x181feb=a79_0x4cf47e,_0x599f19={};_0x599f19['jxKVd']=_0x181feb(0x235);const _0x307bf8=_0x599f19;if(_0xeba641&&(_0xeba641['id']||_0xeba641[_0x181feb(0x299)])){const _0x4e549a=_0xeba641['id']||_0xeba641['uuid'];return logger[_0x181feb(0x1f6)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4e549a+_0x181feb(0x1d0)),_0x4e549a;}return logger[_0x181feb(0x1f6)](_0x307bf8[_0x181feb(0x274)]),process[_0x181feb(0x1b2)]+':testAnalyticsId';}[a79_0x4cf47e(0x228)](_0x694e5e,_0x3a3fc1,_0x530f5b={}){const _0x536008=a79_0x4cf47e;let _0x3d2cb7=null;return _0x3d2cb7=TestFramework[_0x536008(0x266)](),!_0x3d2cb7?(logger[_0x536008(0x1f6)](_0x536008(0x11d)+_0x694e5e),this[_0x536008(0x1b3)](_0x694e5e,_0x530f5b),_0x3d2cb7=TestFramework[_0x536008(0x266)](),logger[_0x536008(0x1f6)](_0x536008(0x192)+!!_0x3d2cb7+_0x536008(0x1cd)+_0x3d2cb7?.[_0x536008(0x255)]()?.['getId']())):logger[_0x536008(0x1f6)](_0x536008(0x1e0)+_0x3d2cb7[_0x536008(0x255)]()?.[_0x536008(0x2a6)]()),_0x3d2cb7;}[a79_0x4cf47e(0x1b3)](_0x9aca42,_0x752046){const _0x446558=a79_0x4cf47e,_0x255ea1={};_0x255ea1['WToPD']=_0x446558(0x196);const _0x2f8bd5=_0x255ea1;if(TestFramework[_0x446558(0x266)]()){logger[_0x446558(0x1f6)](_0x2f8bd5[_0x446558(0x1ad)]);return;}const _0x146116=CLIUtils['getCurrentInstanceName'](),_0x5c45c2=TrackedInstance[_0x446558(0x145)](_0x146116);let _0x99d457=null;logger[_0x446558(0x1f6)](_0x446558(0x182)+_0x146116+',\x20state='+_0x9aca42),_0x99d457=new TestFrameworkInstance(_0x5c45c2,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x9aca42,HookState['NONE']),TestFramework[_0x446558(0x275)](_0x5c45c2,_0x99d457),logger['debug'](_0x446558(0x202)+_0x5c45c2[_0x446558(0x2a6)]()+_0x446558(0x11f)+_0x146116+_0x446558(0x207)+this[_0x446558(0x28b)]()[0x0]+_0x446558(0x239)+this[_0x446558(0x2ad)]()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x40c73f){const _0x22fa1c=a79_0x4cf47e,_0x31e173={};_0x31e173[_0x22fa1c(0x1f7)]=function(_0x56f451,_0x34faa6){return _0x56f451||_0x34faa6;},_0x31e173[_0x22fa1c(0x20d)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x460d20=_0x31e173,{testUUID:_0x411318,testData:_0x20ee46,testId:_0x33031b}=_0x40c73f;if(_0x460d20[_0x22fa1c(0x1f7)](!_0x20ee46,!_0x33031b))return logger[_0x22fa1c(0x1f6)](_0x460d20[_0x22fa1c(0x20d)]),{};const _0x5e99cf=this[_0x22fa1c(0x28b)]()[0x0],_0xb7b55f=this[_0x22fa1c(0x2ad)](),_0x3e8e17={};_0x3e8e17[_0x22fa1c(0x21d)]=0x2,_0x3e8e17['maxArrayLength']=0x3,logger['debug'](_0x22fa1c(0x142)+util[_0x22fa1c(0x27f)](_0x20ee46,_0x3e8e17));const _0x52dc33=_0x20ee46?.[_0x22fa1c(0x16c)]||[],_0x231c9f=this['getJestTestName'](_0x20ee46),_0x1ea888=this[_0x22fa1c(0x144)](_0x20ee46),_0x1131ad=_0x20ee46['fn']?_0x20ee46['fn'][_0x22fa1c(0x23b)]():_0x20ee46?.[_0x22fa1c(0x121)]?_0x20ee46['body'][_0x22fa1c(0x194)][_0x22fa1c(0x23b)]():null,_0x2c87cb=this[_0x22fa1c(0x14e)](_0x20ee46),_0x456167={[TestFrameworkConstants[_0x22fa1c(0x1ea)]]:_0x5e99cf,[TestFrameworkConstants[_0x22fa1c(0x1a2)]]:_0xb7b55f[_0x5e99cf],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x22fa1c(0x23a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x22fa1c(0x1fc)]]:TestFrameworkConstants[_0x22fa1c(0x2a3)],[TestFrameworkConstants[_0x22fa1c(0x1b9)]]:_0x231c9f,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1ea888,[TestFrameworkConstants['KEY_TEST_ID']]:_0x33031b,[TestFrameworkConstants[_0x22fa1c(0x1d8)]]:_0x231c9f,[TestFrameworkConstants[_0x22fa1c(0x16f)]]:_0x1ea888,[TestFrameworkConstants[_0x22fa1c(0x256)]]:_0x1131ad,[TestFrameworkConstants[_0x22fa1c(0x201)]]:_0x2c87cb,[TestFrameworkConstants[_0x22fa1c(0x25c)]]:_0x20ee46[_0x22fa1c(0x1cc)]||new Date()[_0x22fa1c(0x1ae)](),[TestFrameworkConstants[_0x22fa1c(0x245)]]:_0x52dc33[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x52dc33,[TestFrameworkConstants[_0x22fa1c(0x1d4)]]:_0x231c9f,[TestFrameworkConstants[_0x22fa1c(0x1a9)]]:{},[TestFrameworkConstants[_0x22fa1c(0x2a8)]]:{}};_0x20ee46['retryOf']&&(_0x456167[TestFrameworkConstants[_0x22fa1c(0x185)]]=_0x20ee46[_0x22fa1c(0x240)]);logger[_0x22fa1c(0x1f6)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x231c9f+_0x22fa1c(0x1da)+_0x33031b+'\x20(testIdentifier),\x20tags='+JSON[_0x22fa1c(0x12f)](_0x2c87cb)+_0x22fa1c(0x15e)+util[_0x22fa1c(0x27f)](_0x52dc33)+_0x22fa1c(0x1d1)+_0x1ea888);const _0x358ae2={};return _0x358ae2[_0x33031b]=_0x456167,_0x358ae2;}[a79_0x4cf47e(0x221)](_0x5d47f7){const _0x39cf4e=a79_0x4cf47e,_0x4057d3={'MqUGX':function(_0x31eb8f,_0x4b9c97){return _0x31eb8f===_0x4b9c97;},'ZUQKa':'afterAll','zcfgq':function(_0x341f7f,_0x1dd254){return _0x341f7f===_0x1dd254;},'BDGnp':_0x39cf4e(0x276),'ikPZk':_0x39cf4e(0x168),'MkxoR':_0x39cf4e(0x1de),'ZJmYq':function(_0x3e048a,_0x1cebb6){return _0x3e048a||_0x1cebb6;},'YoYWC':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','iNhsM':function(_0x283f57,_0x15ceb6){return _0x283f57||_0x15ceb6;},'NEjmZ':'unknown','NHFPY':function(_0xb0e52c,_0x8267c5){return _0xb0e52c>_0x8267c5;},'PAHxb':'failed','vxQqM':_0x39cf4e(0x1e2),'OBIQF':function(_0x5b28ea,_0x2d95ba){return _0x5b28ea===_0x2d95ba;},'DhxxG':_0x39cf4e(0x126),'Mvsaa':_0x39cf4e(0x28d),'uwCXW':function(_0x50fe8f,_0x308dcb){return _0x50fe8f===_0x308dcb;},'SgWoO':function(_0x472960,_0x3db30d){return _0x472960!==_0x3db30d;},'iRhyJ':function(_0x4a9ee0,_0x40d896,_0x43348e,_0x5ef591){return _0x4a9ee0(_0x40d896,_0x43348e,_0x5ef591);},'LAphJ':function(_0x177ef0,_0x53910e){return _0x177ef0>_0x53910e;},'LlcEc':function(_0x58f5d8,_0x2fd6e0){return _0x58f5d8>_0x2fd6e0;},'JcXFP':_0x39cf4e(0x241),'zYjya':function(_0x282b4a,_0x2f38bf){return _0x282b4a>_0x2f38bf;}},{testUUID:_0x45fbd3,testData:_0x170922,testId:_0x48dc3c}=_0x5d47f7;if(_0x4057d3[_0x39cf4e(0x21c)](!_0x170922,!_0x48dc3c))return logger['debug'](_0x4057d3['YoYWC']),{};const _0x42832c=this[_0x39cf4e(0x228)](TestFrameworkState[_0x39cf4e(0x296)],HookState[_0x39cf4e(0x187)]),_0x1b9ab1=_0x42832c[_0x39cf4e(0x184)]()['get'](_0x48dc3c),_0x570020=_0x4057d3[_0x39cf4e(0x14d)](_0x1b9ab1,{}),_0x3adc69=_0x570020?_0x570020[TestFrameworkConstants[_0x39cf4e(0x1a9)]]||{}:{},_0x28e943=_0x570020[TestFrameworkConstants[_0x39cf4e(0x13f)]];logger[_0x39cf4e(0x1f6)](_0x39cf4e(0x1ac)+(_0x28e943?Object[_0x39cf4e(0x1ef)](_0x28e943)[_0x39cf4e(0x1bc)]:0x0)+'\x20attachments');let _0x547eb1=_0x4057d3[_0x39cf4e(0x21b)];if(_0x170922['result'])_0x547eb1=_0x170922[_0x39cf4e(0x176)];else{if(_0x170922[_0x39cf4e(0x29a)]&&_0x4057d3[_0x39cf4e(0x287)](_0x170922[_0x39cf4e(0x29a)]['length'],0x0))_0x547eb1=_0x4057d3[_0x39cf4e(0x12c)];else _0x4057d3[_0x39cf4e(0x1cf)](_0x170922[_0x39cf4e(0x1df)],_0x4057d3[_0x39cf4e(0x170)])||_0x4057d3[_0x39cf4e(0x116)](_0x170922[_0x39cf4e(0x1df)],_0x4057d3[_0x39cf4e(0x25a)])?_0x547eb1=_0x4057d3[_0x39cf4e(0x25a)]:_0x547eb1=_0x4057d3[_0x39cf4e(0x226)];}const _0x48a56e={..._0x570020,[TestFrameworkConstants[_0x39cf4e(0x1fc)]]:_0x547eb1,[TestFrameworkConstants[_0x39cf4e(0x16e)]]:_0x170922[_0x39cf4e(0x23d)]||new Date()[_0x39cf4e(0x1ae)](),[TestFrameworkConstants[_0x39cf4e(0x268)]]:new Date()[_0x39cf4e(0x1ae)](),[TestFrameworkConstants[_0x39cf4e(0x1a9)]]:_0x3adc69,[TestFrameworkConstants[_0x39cf4e(0x206)]]:_0x570020[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x39cf4e(0x2a8)]]:{}};if(_0x4057d3['uwCXW'](_0x547eb1,_0x4057d3[_0x39cf4e(0x12c)])&&_0x170922[_0x39cf4e(0x29a)]){const _0x40cb34=this['getJestFailureReason'](_0x170922),_0x244293=this[_0x39cf4e(0x1a1)](_0x170922),_0x445570=this[_0x39cf4e(0x229)](_0x170922);_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x188)]]=_0x244293,_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x277)]]=_0x40cb34,_0x48a56e[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x445570;}_0x4057d3[_0x39cf4e(0x124)](_0x170922[_0x39cf4e(0x22b)],undefined)&&(_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x29e)]]=_0x170922['duration']);_0x170922[_0x39cf4e(0x240)]&&(_0x48a56e[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x170922[_0x39cf4e(0x240)]);const _0x55fc34=_0x1b9ab1?_0x1b9ab1[TestFrameworkConstants[_0x39cf4e(0x13f)]]||{}:{},_0x240faf=_0x1b9ab1?_0x1b9ab1[TestFrameworkConstants[_0x39cf4e(0x17a)]]:_0x45fbd3,_0x8ba7e2=_0x4057d3[_0x39cf4e(0x2ab)](getManualUploadLogs,_0x55fc34,_0x240faf,_0x48dc3c);if(_0x4057d3[_0x39cf4e(0x155)](_0x8ba7e2[_0x39cf4e(0x1bc)],0x0)){const _0x1ea50b=_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x206)]]||[];_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x206)]]=[..._0x1ea50b,..._0x8ba7e2];}const _0x4224ec=_0x570020[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x1cbf80=_0x570020[TestFrameworkConstants[_0x39cf4e(0x210)]]||{},_0x389b91={..._0x4224ec},_0x448c36=_0x389b91;Object[_0x39cf4e(0x1ef)](_0x1cbf80)['forEach'](_0x3158f2=>{const _0x3b05d2=_0x39cf4e;!_0x448c36[_0x3158f2]&&(_0x448c36[_0x3158f2]=[]);const _0x4ce9f0=new Set((_0x448c36[_0x3158f2]||[])['map'](_0x5edf6f=>_0x5edf6f[TestFrameworkConstants[_0x3b05d2(0x1eb)]]||_0x5edf6f[_0x3b05d2(0x17c)]));(_0x1cbf80[_0x3158f2]||[])[_0x3b05d2(0x1b6)](_0x57ae67=>{const _0x3697d6=_0x3b05d2,_0x4ec4bc=_0x57ae67[TestFrameworkConstants[_0x3697d6(0x1eb)]]||_0x57ae67[_0x3697d6(0x17c)];if(!_0x4ce9f0[_0x3697d6(0x152)](_0x4ec4bc)){const _0x36f29b={..._0x57ae67},_0x573375=_0x36f29b;!_0x573375[TestFrameworkConstants[_0x3697d6(0x1ff)]]&&!_0x573375[_0x3697d6(0x225)]&&(_0x573375[TestFrameworkConstants[_0x3697d6(0x1ff)]]=new Date()[_0x3697d6(0x1ae)]()),!_0x573375[TestFrameworkConstants[_0x3697d6(0x281)]]&&!_0x573375['hook_result']&&(_0x573375[TestFrameworkConstants[_0x3697d6(0x281)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x448c36[_0x3158f2][_0x3697d6(0x211)](_0x573375);}});});if(_0x5d47f7[_0x39cf4e(0x1c3)]){this['mapTestHooks'](_0x5d47f7['originalTest']);const _0x24707d=this['buildHookMapFromTest'](_0x5d47f7['originalTest']),_0x4b9335=this[_0x39cf4e(0x218)](_0x5d47f7[_0x39cf4e(0x1c3)]);_0x4b9335[_0x39cf4e(0x1b6)](_0x48f745=>{const _0x473fd0=_0x39cf4e,_0x489c44=_0x24707d['get'](_0x48f745);if(_0x489c44&&(_0x4057d3[_0x473fd0(0x1cf)](_0x489c44[_0x473fd0(0x27e)],_0x4057d3[_0x473fd0(0x215)])||_0x4057d3[_0x473fd0(0x1d2)](_0x489c44[_0x473fd0(0x27e)],_0x4057d3['BDGnp']))){const _0x438fda=_0x489c44[_0x473fd0(0x27e)]['toUpperCase']()[_0x473fd0(0x203)](_0x4057d3[_0x473fd0(0x1c0)],_0x4057d3[_0x473fd0(0x252)]),_0x1dafe6=_0x438fda;!_0x448c36[_0x1dafe6]&&(_0x448c36[_0x1dafe6]=[]);const _0x581214=_0x448c36[_0x1dafe6][_0x473fd0(0x208)](_0x5ef3ad=>(_0x5ef3ad[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5ef3ad['hook_id'])===_0x48f745);!_0x581214&&_0x448c36[_0x1dafe6][_0x473fd0(0x211)]({'key':_0x1dafe6,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x48f745,[TestFrameworkConstants[_0x473fd0(0x281)]]:TestFrameworkConstants[_0x473fd0(0x212)],[TestFrameworkConstants[_0x473fd0(0x1b7)]]:new Date()[_0x473fd0(0x1ae)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x473fd0(0x1ae)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x473fd0(0x26b)]]:_0x489c44[_0x473fd0(0x1bd)]||_0x489c44[_0x473fd0(0x27e)]+_0x473fd0(0x1db),[TestFrameworkConstants[_0x473fd0(0x1a9)]]:_0x3adc69});}});}if(_0x170922[_0x39cf4e(0x24e)]&&_0x4057d3[_0x39cf4e(0x278)](_0x170922[_0x39cf4e(0x24e)][_0x39cf4e(0x1bc)],0x0))_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x23a)]]=_0x170922['hooks'],logger[_0x39cf4e(0x1f6)](_0x4057d3[_0x39cf4e(0x163)]);else _0x4057d3[_0x39cf4e(0x18b)](Object[_0x39cf4e(0x1ef)](_0x448c36)[_0x39cf4e(0x1bc)],0x0)&&(_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x23a)]]=_0x448c36,logger[_0x39cf4e(0x1f6)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x448c36)['join'](',')));const _0x2b19ed=this[_0x39cf4e(0x222)](_0x170922);logger[_0x39cf4e(0x1f6)](_0x39cf4e(0x20e)+_0x2b19ed+_0x39cf4e(0x1da)+_0x48dc3c+_0x39cf4e(0x282)+_0x547eb1+_0x39cf4e(0x135)+_0x170922[_0x39cf4e(0x22b)]);_0x4057d3[_0x39cf4e(0x116)](_0x547eb1,_0x4057d3[_0x39cf4e(0x12c)])&&logger[_0x39cf4e(0x1f6)](_0x39cf4e(0x1f5)+_0x48dc3c+_0x39cf4e(0x258)+_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x188)]]+',\x20failureReason='+_0x48a56e[TestFrameworkConstants[_0x39cf4e(0x277)]]?.[_0x39cf4e(0x1a7)](0x0,0xc8));const _0x4a68cb={};return _0x4a68cb[_0x48dc3c]=_0x48a56e,_0x4a68cb;}[a79_0x4cf47e(0x224)](_0x402eb2){const _0x2351a9=a79_0x4cf47e,_0x3a50c7={};_0x3a50c7[_0x2351a9(0x271)]=function(_0x5e913e,_0x1564a9){return _0x5e913e!==_0x1564a9;},_0x3a50c7[_0x2351a9(0x1dc)]='ROOT_DESCRIBE_BLOCK';const _0x5198ba=_0x3a50c7,_0x1e687a={};_0x1e687a['depth']=0x2,_0x1e687a[_0x2351a9(0x23f)]=0x3,logger[_0x2351a9(0x1f6)](_0x2351a9(0x20a)+util[_0x2351a9(0x27f)](_0x402eb2,_0x1e687a));const _0x56c37e=[];if(_0x402eb2&&_0x402eb2[_0x2351a9(0x1b1)]){let _0x4a9262=_0x402eb2[_0x2351a9(0x1b1)];while(_0x4a9262&&_0x4a9262[_0x2351a9(0x1bd)]&&_0x5198ba[_0x2351a9(0x271)](_0x4a9262[_0x2351a9(0x1bd)],'')&&_0x5198ba[_0x2351a9(0x271)](_0x4a9262[_0x2351a9(0x1bd)],_0x5198ba[_0x2351a9(0x1dc)])){_0x56c37e[_0x2351a9(0x211)](_0x4a9262[_0x2351a9(0x1bd)]),_0x4a9262=_0x4a9262[_0x2351a9(0x1b1)];}}return _0x56c37e[_0x2351a9(0x1e5)]();}[a79_0x4cf47e(0x222)](_0x16a55c){const _0x25f91c=a79_0x4cf47e,_0x4affb2={};_0x4affb2[_0x25f91c(0x143)]=_0x25f91c(0x160);const _0x462077=_0x4affb2;if(_0x16a55c[_0x25f91c(0x1bd)])return _0x16a55c[_0x25f91c(0x1bd)];if(_0x16a55c['title'])return _0x16a55c['title'];return _0x462077['rZfyT'];}[a79_0x4cf47e(0x14e)](_0x47702d){const _0x49df23=a79_0x4cf47e,_0x73fb39=[];if(_0x47702d[_0x49df23(0x1ee)]&&Array[_0x49df23(0x128)](_0x47702d[_0x49df23(0x1ee)]))return _0x47702d[_0x49df23(0x1ee)][_0x49df23(0x190)](_0x33e764=>_0x33e764[_0x49df23(0x1c4)]('@')?_0x33e764[_0x49df23(0x26f)](0x1):_0x33e764);const _0x49f984=this[_0x49df23(0x222)](_0x47702d),_0x31514d=_0x49f984[_0x49df23(0x25b)](/@(\w+)/g);if(_0x31514d)return _0x31514d[_0x49df23(0x190)](_0x2d6600=>_0x2d6600[_0x49df23(0x12e)](0x1));return _0x47702d[_0x49df23(0x16c)]&&Array[_0x49df23(0x128)](_0x47702d[_0x49df23(0x16c)])&&_0x47702d[_0x49df23(0x16c)][_0x49df23(0x1b6)](_0x75bdfe=>{const _0x38924e=_0x49df23,_0x144a25=_0x75bdfe[_0x38924e(0x25b)](/@(\w+)/g);_0x144a25&&_0x144a25[_0x38924e(0x1b6)](_0x49fb2a=>{const _0x4d2b0e=_0x38924e,_0x18804a=_0x49fb2a[_0x4d2b0e(0x12e)](0x1);!_0x73fb39['includes'](_0x18804a)&&_0x73fb39[_0x4d2b0e(0x211)](_0x18804a);});}),_0x73fb39;}[a79_0x4cf47e(0x144)](_0xde2863){const _0x448699=a79_0x4cf47e,_0x22762e={'qSzhZ':function(_0x20f43f,_0x26b208){return _0x20f43f(_0x26b208);}};if(_0xde2863[_0x448699(0x1e8)])return _0xde2863['file_name'];if(_0xde2863['asyncError'])try{const _0x2be997=stackTrace[_0x448699(0x183)](_0xde2863[_0x448699(0x162)]),_0x14cae0=_0x22762e[_0x448699(0x244)](pickUserFrameFile,_0x2be997);if(_0x14cae0)return _0x14cae0;logger[_0x448699(0x1f6)](_0x448699(0x254)+_0x2be997[_0x448699(0x1bc)]+')');}catch(_0x1aa975){logger[_0x448699(0x1f6)](_0x448699(0x158)+util['format'](_0x1aa975));}return null;}[a79_0x4cf47e(0x22c)](_0x2f233b){const _0x2cc77c=a79_0x4cf47e,_0x315738={};_0x315738[_0x2cc77c(0x2ae)]=function(_0x3206c5,_0x21ab30){return _0x3206c5>_0x21ab30;},_0x315738['iOIPK']=_0x2cc77c(0x1fd);const _0xcadcb7=_0x315738;if(_0x2f233b[_0x2cc77c(0x29a)]&&_0xcadcb7['jjjyh'](_0x2f233b[_0x2cc77c(0x29a)][_0x2cc77c(0x1bc)],0x0))return util[_0x2cc77c(0x27f)](_0x2f233b[_0x2cc77c(0x29a)][0x0]);if(_0x2f233b[_0x2cc77c(0x129)])return _0x2f233b[_0x2cc77c(0x129)];return _0xcadcb7[_0x2cc77c(0x28a)];}[a79_0x4cf47e(0x1a1)](_0x40c502){const _0x3a6300=a79_0x4cf47e,_0x1a67c9={};_0x1a67c9['TndJl']=_0x3a6300(0x1fb),_0x1a67c9['qkrfR']=_0x3a6300(0x1aa),_0x1a67c9['uKzIG']='UnhandledError';const _0x5494cd=_0x1a67c9,_0x5bc7af=this['getJestFailureReason'](_0x40c502);if(_0x5bc7af&&_0x5bc7af[_0x3a6300(0x1e1)](_0x5494cd[_0x3a6300(0x1e6)]))return _0x5494cd[_0x3a6300(0x120)];return _0x5494cd[_0x3a6300(0x263)];}[a79_0x4cf47e(0x229)](_0x5ad9ac){const _0x37731d=a79_0x4cf47e,_0xe29376={'wnXhK':function(_0x1f5d47,_0x42ba19){return _0x1f5d47(_0x42ba19);},'JEOEL':'../../../helpers/test-observability/utils','hRkQt':function(_0x4f7783,_0x36afae){return _0x4f7783!==_0x36afae;},'GomEZ':'test'},{failureData:_0x5051f6}=_0xe29376['wnXhK'](require,_0xe29376['JEOEL']),_0x3e0b43=[];return _0xe29376[_0x37731d(0x1d3)](_0x5ad9ac[_0x37731d(0x29a)],undefined)&&_0x3e0b43['push'](_0x5ad9ac['errorsDetailed'],_0xe29376[_0x37731d(0x171)]),_0x5051f6['apply'](null,_0x3e0b43);}async[a79_0x4cf47e(0x214)](_0x55e5b0,_0x24a579,_0x1e0671,_0x4aac56){const _0x223efa=a79_0x4cf47e,_0x21dc21={'qWoXh':_0x223efa(0x156),'bpotl':function(_0x17d88b){return _0x17d88b();},'QMYDW':function(_0x9bf6f2,_0x5addab){return _0x9bf6f2 in _0x5addab;},'ZaWii':function(_0x4edeee,_0x1f4fdd){return _0x4edeee===_0x1f4fdd;},'nXJxg':function(_0x1b2e9e,_0x408d08){return _0x1b2e9e>_0x408d08;},'SHuSg':_0x223efa(0x1bb),'LvSSU':_0x223efa(0x28d),'REkdo':function(_0x21f61c,_0x5cebae){return _0x21f61c===_0x5cebae;},'jvqCt':_0x223efa(0x1f1),'wgBGt':function(_0xacedcb,_0x34f4e8){return _0xacedcb===_0x34f4e8;},'pzeEX':function(_0x4961f2,_0xeb13df){return _0x4961f2!==_0xeb13df;}},{hookData:_0x4245f2}=_0x4aac56,_0x5a803=_0x1e0671[_0x223efa(0x23b)](),_0x429040=_0x24a579[_0x223efa(0x23b)](),_0x409691={};_0x409691[_0x223efa(0x21d)]=0x2,_0x409691[_0x223efa(0x23f)]=0x3,logger[_0x223efa(0x1f6)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x429040+_0x223efa(0x12a)+_0x5a803+',\x20hookData='+util['inspect'](_0x4245f2,_0x409691));if(!_0x4245f2)return logger[_0x223efa(0x1f6)](_0x21dc21['qWoXh']),{};const _0x3cc8c2=_0x4245f2[_0x223efa(0x299)]||_0x4245f2[_0x223efa(0x291)]||_0x21dc21[_0x223efa(0x21f)](uuidv4),_0x42d153=_0x4245f2[_0x223efa(0x1c6)]||this[_0x223efa(0x130)](_0x4245f2),_0x5cf05d=_0x24a579[_0x223efa(0x23b)]()[_0x223efa(0x246)]('.')[0x1],_0x1fc93b=_0x55e5b0[_0x223efa(0x184)]()[_0x223efa(0x216)](_0x42d153),_0x38d749=_0x1fc93b?_0x1fc93b[TestFrameworkConstants[_0x223efa(0x1a9)]]||{}:{};logger['debug'](_0x223efa(0x270)+_0x3cc8c2+_0x223efa(0x1da)+_0x42d153+_0x223efa(0x173)+_0x5cf05d+_0x223efa(0x12a)+_0x5a803);if(!_0x1fc93b)return logger['debug'](_0x223efa(0x27a)+_0x42d153+_0x223efa(0x205)),this[_0x223efa(0x136)](_0x55e5b0,_0x42d153,_0x24a579,_0x1e0671,_0x4aac56),{};let _0x1c10e2=_0x1fc93b[TestFrameworkConstants[_0x223efa(0x210)]];!_0x1c10e2&&(_0x1c10e2={});!_0x21dc21[_0x223efa(0x17b)](_0x5cf05d,_0x1c10e2)&&(_0x1c10e2[_0x5cf05d]=[]);let _0x53b17b=_0x1fc93b[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x53b17b&&(_0x53b17b={});!_0x21dc21[_0x223efa(0x17b)](_0x5cf05d,_0x53b17b)&&(_0x53b17b[_0x5cf05d]=[]);const _0x1216ae={[_0x42d153]:{[TestFrameworkConstants[_0x223efa(0x210)]]:_0x1c10e2,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x53b17b,[TestFrameworkConstants[_0x223efa(0x1ea)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x223efa(0x1a2)]]:this['getTestFrameworksVersions']()[this[_0x223efa(0x28b)]()[0x0]]||''}};if(_0x21dc21[_0x223efa(0x167)](_0x1e0671,HookState['PRE'])){const _0x590087={'key':_0x5cf05d,[TestFrameworkConstants[_0x223efa(0x1eb)]]:_0x3cc8c2,[TestFrameworkConstants[_0x223efa(0x281)]]:TestFrameworkConstants[_0x223efa(0x212)],[TestFrameworkConstants[_0x223efa(0x1b7)]]:_0x4245f2['started_at']||new Date()[_0x223efa(0x1ae)](),[TestFrameworkConstants[_0x223efa(0x265)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4245f2['name']||_0x4245f2[_0x223efa(0x213)]||_0x5cf05d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x38d749};_0x1c10e2[_0x5cf05d][_0x223efa(0x211)](_0x590087),_0x1216ae[_0x42d153][TestFrameworkConstants[_0x223efa(0x25e)]]=_0x5cf05d;const _0x3f0579={};_0x3f0579[_0x223efa(0x21d)]=0x2,logger[_0x223efa(0x1f6)](_0x223efa(0x197)+_0x5cf05d+',\x20hookId='+_0x3cc8c2+_0x223efa(0x1da)+_0x42d153+_0x223efa(0x21e)+util['inspect'](_0x590087,_0x3f0579));}else{if(_0x21dc21[_0x223efa(0x167)](_0x1e0671,HookState[_0x223efa(0x187)])){const _0x171fc8=_0x4245f2[_0x223efa(0x176)]||(_0x4245f2[_0x223efa(0x29a)]&&_0x21dc21[_0x223efa(0x1bf)](_0x4245f2[_0x223efa(0x29a)][_0x223efa(0x1bc)],0x0)?_0x21dc21[_0x223efa(0x1a4)]:_0x21dc21[_0x223efa(0x175)]),_0x6661de=_0x1c10e2[_0x5cf05d]||[];logger[_0x223efa(0x1f6)](_0x223efa(0x1cb)+_0x5cf05d+_0x223efa(0x1da)+_0x42d153+',\x20result='+_0x171fc8+',\x20hooksListLength='+_0x6661de[_0x223efa(0x1bc)]);if(_0x21dc21['REkdo'](_0x6661de[_0x223efa(0x1bc)],0x0)&&_0x21dc21['REkdo'](_0x24a579,TestFrameworkState['BEFORE_ALL']))return logger['debug'](_0x21dc21[_0x223efa(0x25d)]),this[_0x223efa(0x136)](_0x55e5b0,_0x42d153,_0x24a579,_0x1e0671,_0x4aac56),{};if(_0x21dc21[_0x223efa(0x1bf)](_0x6661de[_0x223efa(0x1bc)],0x0)){const _0x4bff64=_0x6661de[_0x223efa(0x1f9)]();_0x21dc21[_0x223efa(0x269)](_0x171fc8,_0x21dc21[_0x223efa(0x1a4)])&&_0x4245f2[_0x223efa(0x29a)]?(_0x4bff64[TestFrameworkConstants[_0x223efa(0x15c)]]=this[_0x223efa(0x1a1)](_0x4245f2),_0x4bff64[TestFrameworkConstants[_0x223efa(0x234)]]=this[_0x223efa(0x22c)](_0x4245f2),_0x4bff64[TestFrameworkConstants[_0x223efa(0x148)]]=this[_0x223efa(0x229)](_0x4245f2),logger[_0x223efa(0x1f6)](_0x223efa(0x161)+_0x5cf05d+',\x20failureType='+_0x4bff64[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x4bff64[TestFrameworkConstants[_0x223efa(0x234)]]?.[_0x223efa(0x1a7)](0x0,0xc8))):_0x4bff64[TestFrameworkConstants[_0x223efa(0x281)]]=_0x21dc21[_0x223efa(0x175)];_0x21dc21[_0x223efa(0x2a0)](_0x171fc8,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4bff64[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x171fc8);_0x4bff64[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4245f2['finished_at']||new Date()[_0x223efa(0x1ae)](),_0x4bff64[TestFrameworkConstants[_0x223efa(0x1a9)]]=_0x38d749;const _0x3999c8=_0x4bff64[TestFrameworkConstants[_0x223efa(0x1eb)]];!_0x53b17b[_0x5cf05d]&&(_0x53b17b[_0x5cf05d]=[]);_0x53b17b[_0x5cf05d][_0x223efa(0x211)](_0x4bff64),_0x1216ae[_0x42d153][TestFrameworkConstants[_0x223efa(0x199)]]=_0x5cf05d;const _0x2fb8c1={};_0x2fb8c1['depth']=0x2,logger[_0x223efa(0x1f6)](_0x223efa(0x243)+_0x5cf05d+_0x223efa(0x198)+_0x3999c8+_0x223efa(0x157)+_0x171fc8+_0x223efa(0x21e)+util[_0x223efa(0x27f)](_0x4bff64,_0x2fb8c1));}}}return _0x1216ae;}[a79_0x4cf47e(0x230)](_0x1f026c){const _0xb237c8=a79_0x4cf47e,_0x1bb170={};_0x1bb170['lqwPu']=_0xb237c8(0x132);const _0x4cf338=_0x1bb170;try{const _0x3ecde8=_0x1f026c[_0xb237c8(0x151)]?this[_0xb237c8(0x130)](_0x1f026c['test']):_0x1f026c[_0xb237c8(0x114)][_0xb237c8(0x1c6)],_0x140f97=_0x1f026c[_0xb237c8(0x297)],_0xcc075b=_0x140f97[_0xb237c8(0x255)](),_0x39ac2c=_0x140f97['getAllData']()[_0xb237c8(0x216)](_0x3ecde8);if(!_0x39ac2c)return logger['debug'](_0xb237c8(0x1fe)+_0x3ecde8),{};const {[TestFrameworkConstants[_0xb237c8(0x1ea)]]:_0x296ee6=this[_0xb237c8(0x28b)]()[0x0]||'',[TestFrameworkConstants[_0xb237c8(0x1a2)]]:_0x3baba7=this[_0xb237c8(0x2ad)]()[this[_0xb237c8(0x28b)]()[0x0]]||'',[TestFrameworkConstants[_0xb237c8(0x25c)]]:_0x282bd7='',[TestFrameworkConstants[_0xb237c8(0x16e)]]:_0x541e41=''}=_0x39ac2c,_0x45fb9c=_0x140f97['getCurrentTestState']()[_0xb237c8(0x23b)]()[_0xb237c8(0x246)]('.')[0x1],_0x348f7e=_0x140f97[_0xb237c8(0x19b)]()[_0xb237c8(0x23b)]()[_0xb237c8(0x246)]('.')[0x1],_0x5d385f=global?.['__workerDetails']?.[_0xb237c8(0x283)]?.[_0xb237c8(0x181)]||global[_0xb237c8(0x292)]||0x0,_0x3672d1=_0x140f97[_0xb237c8(0x133)](),_0x449da7=Buffer[_0xb237c8(0x195)](JSON[_0xb237c8(0x12f)](_0x39ac2c))['toString'](_0x4cf338[_0xb237c8(0x204)]),_0x219938={'hash':_0xcc075b[_0xb237c8(0x2a6)](),'threadId':_0xcc075b[_0xb237c8(0x19e)]()[_0xb237c8(0x23b)](),'processId':_0xcc075b[_0xb237c8(0x29f)]()[_0xb237c8(0x23b)]()},_0x154617={};_0x154617[_0xb237c8(0x2a9)]=_0x5d385f,_0x154617['testFrameworkName']=_0x296ee6,_0x154617['testFrameworkVersion']=_0x3baba7,_0x154617['testFrameworkState']=_0x45fb9c,_0x154617[_0xb237c8(0x15f)]=_0x348f7e,_0x154617['startedAt']=_0x282bd7,_0x154617[_0xb237c8(0x247)]=_0x541e41,_0x154617[_0xb237c8(0x299)]=_0x3672d1,_0x154617[_0xb237c8(0x1ab)]=_0x449da7,_0x154617['executionContext']=_0x219938,_0x154617[_0xb237c8(0x15b)]=_0x3ecde8;const _0x2e9066=_0x154617;return _0x2e9066;}catch(_0x2f2cc1){return logger[_0xb237c8(0x169)](_0xb237c8(0x19a)+util[_0xb237c8(0x25f)](_0x2f2cc1)),{};}}async[a79_0x4cf47e(0x249)](_0x3503d7,_0x1b0a0c,_0xb828e){const _0x129707=a79_0x4cf47e,_0x45ee2a={'mqkXM':function(_0x2fb412,_0x39bdd8){return _0x2fb412+_0x39bdd8;},'lyxwL':_0x129707(0x13d),'oGvsA':_0x129707(0x159),'WRTuY':function(_0x2631f5,_0x104d8b){return _0x2631f5>_0x104d8b;},'KOoBW':function(_0x34e006,_0x3346c0,_0x1ace30,_0x4a9d5b){return _0x34e006(_0x3346c0,_0x1ace30,_0x4a9d5b);},'CmvLo':function(_0x4d5e4f,_0x210f1f){return _0x4d5e4f-_0x210f1f;},'wKNvX':function(_0x48ef24,_0x3bf0fe){return _0x48ef24===_0x3bf0fe;},'wjgpI':function(_0x3c2686,_0x4d96d8){return _0x3c2686/_0x4d96d8;},'HmDwF':function(_0x5b45c8,_0x5b67a9){return _0x5b45c8<_0x5b67a9;},'FRaZu':function(_0x544fd1,_0x2d902c){return _0x544fd1*_0x2d902c;},'BbcYS':function(_0x51ff3c,_0x43e1bc){return _0x51ff3c+_0x43e1bc;},'yPcpk':function(_0x4dacb2,_0x4d7640){return _0x4dacb2>_0x4d7640;}};try{const _0x307908=_0xb828e[_0x129707(0x172)]||_0xb828e[_0x129707(0x15d)],_0x4113a4=Array[_0x129707(0x195)](_0x3503d7[_0x129707(0x184)]()['keys']()),_0x92281c=_0x3503d7[_0x129707(0x184)]()[_0x129707(0x216)](_0x307908);if(!_0x92281c){logger[_0x129707(0x1f6)](_0x129707(0x17f)+_0x307908);return;}const {[TestFrameworkConstants[_0x129707(0x1ea)]]:_0x4c6d83='',[TestFrameworkConstants[_0x129707(0x1a2)]]:_0x184935=''}=_0x92281c;let _0x372f40=[];_0x92281c&&_0x92281c[TestFrameworkConstants[_0x129707(0x206)]]&&Array[_0x129707(0x128)](_0x92281c[TestFrameworkConstants[_0x129707(0x206)]])?(_0x372f40=_0x92281c[TestFrameworkConstants[_0x129707(0x206)]]||[],logger[_0x129707(0x1f6)](_0x129707(0x20c)+_0x372f40[_0x129707(0x1bc)]+'\x20logs\x20for\x20testId:\x20'+_0x307908),_0x3503d7[_0x129707(0x140)]({[_0x307908]:{[TestFrameworkConstants[_0x129707(0x206)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x129707(0x28b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x129707(0x28b)]()[0x0]]||''}}),logger[_0x129707(0x1f6)](_0x129707(0x11b)+_0x307908)):logger[_0x129707(0x1f6)](_0x129707(0x1d7)+_0x307908);logger[_0x129707(0x1f6)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x372f40[_0x129707(0x1bc)]+_0x129707(0x1be)+_0x307908);const _0x10c999=_0x372f40[_0x129707(0x200)](_0x3a0390=>_0x3a0390[_0x129707(0x219)]===_0x129707(0x1dd));_0x45ee2a[_0x129707(0x217)](_0x10c999[_0x129707(0x1bc)],0x0)&&(logger[_0x129707(0x1f6)](_0x129707(0x150)+_0x10c999['length']+_0x129707(0x1ba)+_0x307908),_0x10c999[_0x129707(0x1b6)]((_0xe05400,_0x1dba49)=>{const _0x5615d3=_0x129707;logger[_0x5615d3(0x1f6)](_0x5615d3(0x257)+_0x45ee2a[_0x5615d3(0x286)](_0x1dba49,0x1)+'/'+_0x10c999['length']+_0x5615d3(0x125)+(_0xe05400[_0x5615d3(0x15b)]||_0x45ee2a[_0x5615d3(0x26c)])+_0x5615d3(0x29c)+(_0xe05400[_0x5615d3(0x15a)]||_0x45ee2a[_0x5615d3(0x26c)])+',\x20hook_run_uuid='+(_0xe05400[_0x5615d3(0x147)]||_0x45ee2a[_0x5615d3(0x13e)])+_0x5615d3(0x227)+(_0xe05400[_0x5615d3(0x21a)]?.[_0x5615d3(0x1bc)]||0x0));}));const _0x5ceb30=_0x92281c[TestFrameworkConstants[_0x129707(0x13f)]]||{},_0x3b6ddc=_0x45ee2a[_0x129707(0x189)](getMediaArtifactsLogs,_0x5ceb30,null,_0x307908),_0x4afb1d=(_0x372f40||[])['concat'](_0x3b6ddc||[]),_0xc3f55c=_0x10c999?.['length']||0x0,_0x1fc079=_0x45ee2a['CmvLo'](_0x372f40?.['length']||0x0,_0xc3f55c);logger[_0x129707(0x1f6)](_0x129707(0x236)+_0x307908+_0x129707(0x250)+_0x1fc079+_0x129707(0x1a3)+_0xc3f55c+',\x20attachmentLogs:\x20'+(_0x3b6ddc?.[_0x129707(0x1bc)]||0x0)+',\x20totalLogs:\x20'+_0x4afb1d[_0x129707(0x1bc)]);if(!_0x4afb1d||_0x45ee2a[_0x129707(0x261)](_0x4afb1d[_0x129707(0x1bc)],0x0)){logger[_0x129707(0x1f6)](_0x129707(0x2a4)+_0x307908);return;}const _0x792070=0x28,_0x51c7dd=Math[_0x129707(0x22e)](_0x45ee2a['wjgpI'](_0x4afb1d['length'],_0x792070));for(let _0x5e5d42=0x0;_0x45ee2a[_0x129707(0x23c)](_0x5e5d42,_0x51c7dd);_0x5e5d42++){const _0x38ac62=_0x45ee2a['FRaZu'](_0x5e5d42,_0x792070),_0x2ef98d=_0x45ee2a[_0x129707(0x286)](_0x38ac62,_0x792070),_0x27cd33=_0x4afb1d[_0x129707(0x12e)](_0x38ac62,_0x2ef98d),_0x23adc9=global?.[_0x129707(0x28e)]??0x0,_0x550974={'platformIndex':_0x23adc9,'logs':_0x27cd33,'testFrameworkName':_0x4c6d83,'testFrameworkVersion':_0x184935,'testFrameworkState':_0x1b0a0c[_0x129707(0x23b)]()[_0x129707(0x246)]('.')[0x1]},_0x3aa032={};_0x3aa032[_0x129707(0x21d)]=0x3,_0x3aa032[_0x129707(0x23f)]=0x5,logger[_0x129707(0x1f6)](_0x129707(0x141)+_0x45ee2a[_0x129707(0x286)](_0x5e5d42,0x1)+'/'+_0x51c7dd+_0x129707(0x13c)+_0x307908+_0x129707(0x29b)+_0x27cd33['length']+_0x129707(0x1c9)+_0x23adc9+',\x20payload:\x20'+util[_0x129707(0x27f)](_0x550974,_0x3aa032));const _0x275f4a=await GrpcClient[_0x129707(0x137)]()[_0x129707(0x248)](_0x550974);logger[_0x129707(0x1f6)](_0x129707(0x141)+_0x45ee2a['BbcYS'](_0x5e5d42,0x1)+'/'+_0x51c7dd+'\x20-\x20testId:\x20'+_0x307908+_0x129707(0x1c2)+util[_0x129707(0x27f)](_0x275f4a));}_0x3b6ddc&&_0x45ee2a[_0x129707(0x1e3)](_0x3b6ddc['length'],0x0)&&_0x92281c[TestFrameworkConstants[_0x129707(0x13f)]]&&_0x3503d7[_0x129707(0x140)]({[_0x307908]:{[TestFrameworkConstants[_0x129707(0x13f)]]:{},[TestFrameworkConstants[_0x129707(0x1ea)]]:this[_0x129707(0x28b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x129707(0x2ad)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x129707(0x1f6)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x307908+_0x129707(0x12b)+_0x51c7dd);}catch(_0x344ddc){logger[_0x129707(0x169)](_0x129707(0x1f3)+(_0xb828e[_0x129707(0x172)]||_0xb828e['testId'])+_0x129707(0x117)+util[_0x129707(0x25f)](_0x344ddc));}}[a79_0x4cf47e(0x136)](_0x2ae4bb,_0x5bb797,_0x1af91f,_0x1d0492,_0x564be6){const _0xe6ff55=a79_0x4cf47e,_0x20db59={};_0x20db59['rpEbC']=function(_0x1dfa08,_0x291210){return _0x1dfa08===_0x291210;},_0x20db59['nfYGK']=_0xe6ff55(0x276);const _0x184bb1=_0x20db59,{hookData:_0x2112a5}=_0x564be6,_0x1f891a={'testId':_0x5bb797,'testFrameworkState':_0x1af91f,'hookState':_0x1d0492,'args':_0x564be6,'timestamp':new Date()[_0xe6ff55(0x1ae)]()};if(_0x184bb1[_0xe6ff55(0x146)](_0x1af91f,TestFrameworkState[_0xe6ff55(0x18d)])&&_0x2112a5){const _0x493697={};_0x493697['filePath']=_0x2112a5[_0xe6ff55(0x1e8)]||_0x2112a5[_0xe6ff55(0x23e)],_0x493697[_0xe6ff55(0x26e)]=_0x2112a5['scope']||_0x2112a5['scopes']&&_0x2112a5[_0xe6ff55(0x16c)][0x0]||'',_0x493697[_0xe6ff55(0x18f)]=_0x184bb1[_0xe6ff55(0x295)],_0x1f891a[_0xe6ff55(0x16d)]=_0x493697,logger[_0xe6ff55(0x1f6)](_0xe6ff55(0x293)+_0x5bb797+_0xe6ff55(0x238)+_0x1f891a[_0xe6ff55(0x16d)][_0xe6ff55(0x11a)]+_0xe6ff55(0x233)+_0x1f891a[_0xe6ff55(0x16d)]['scope']);}_0x2ae4bb['addPendingHook'](_0x5bb797,_0x1f891a),logger[_0xe6ff55(0x1f6)](_0xe6ff55(0x178)+_0x5bb797+',\x20state:\x20'+_0x1af91f+_0xe6ff55(0x16b)+_0x1d0492);}async[a79_0x4cf47e(0x11c)](_0x274745,_0x546231){const _0x4ec5e9=a79_0x4cf47e,_0x23979d={};_0x23979d['mMMYk']=function(_0x114e4f,_0x37d654){return _0x114e4f>_0x37d654;},_0x23979d['oTaHi']=function(_0x35afe4,_0xa2f7ae){return _0x35afe4===_0xa2f7ae;},_0x23979d[_0x4ec5e9(0x122)]=function(_0x3e8fbf,_0x5589e8){return _0x3e8fbf===_0x5589e8;},_0x23979d['QnmNf']=_0x4ec5e9(0x24f);const _0x14d218=_0x23979d;if(_0x274745['hasPendingHooks'](_0x546231)){const _0x19a3ac=_0x274745[_0x4ec5e9(0x20f)](_0x546231);logger[_0x4ec5e9(0x1f6)](_0x4ec5e9(0x1e4)+_0x19a3ac[_0x4ec5e9(0x1bc)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x546231);for(const _0x4b516e of _0x19a3ac){try{const _0x5cde6e=await this[_0x4ec5e9(0x214)](_0x274745,_0x4b516e['testFrameworkState'],_0x4b516e['hookState'],_0x4b516e[_0x4ec5e9(0x1f0)]);_0x5cde6e&&_0x14d218['mMMYk'](Object[_0x4ec5e9(0x1ef)](_0x5cde6e)[_0x4ec5e9(0x1bc)],0x0)&&_0x274745[_0x4ec5e9(0x140)](_0x5cde6e),await this[_0x4ec5e9(0x177)](_0x274745,_0x4b516e['testFrameworkState'],_0x4b516e['hookState'],_0x4b516e['args']);}catch(_0x1e8943){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x546231+_0x4ec5e9(0x117)+_0x1e8943);}}_0x274745[_0x4ec5e9(0x29d)](_0x546231),logger[_0x4ec5e9(0x1f6)](_0x4ec5e9(0x27b)+_0x546231);}const _0x14b32f=_0x274745[_0x4ec5e9(0x184)]()[_0x4ec5e9(0x216)](_0x546231);if(_0x14b32f){const _0x3fd16b=_0x14b32f[TestFrameworkConstants[_0x4ec5e9(0x115)]]||_0x14b32f[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x310aab=_0x14b32f[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x14b32f[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x14b32f[TestFrameworkConstants[_0x4ec5e9(0x259)]][0x0]||'';logger[_0x4ec5e9(0x1f6)](_0x4ec5e9(0x2a5)+_0x3fd16b+_0x4ec5e9(0x233)+_0x310aab);const _0x4acee7=_0x274745['getAllPendingHookTestIds']();for(const _0x39922c of _0x4acee7){if(_0x14d218[_0x4ec5e9(0x1b4)](_0x39922c,_0x546231))continue;if(_0x274745[_0x4ec5e9(0x289)](_0x39922c)){const _0x5112cc=_0x274745[_0x4ec5e9(0x20f)](_0x39922c);for(const _0xd43c7e of _0x5112cc){if(_0x14d218[_0x4ec5e9(0x122)](_0xd43c7e['testFrameworkState'],TestFrameworkState[_0x4ec5e9(0x18d)])&&_0xd43c7e[_0x4ec5e9(0x16d)]){const _0x4b5102=_0xd43c7e[_0x4ec5e9(0x16d)][_0x4ec5e9(0x11a)],_0x1773f7=_0xd43c7e['hookMetadata']['scope'];if(_0x14d218[_0x4ec5e9(0x1b4)](_0x4b5102,_0x3fd16b)&&_0x14d218[_0x4ec5e9(0x122)](_0x1773f7,_0x310aab)){logger[_0x4ec5e9(0x1f6)](_0x4ec5e9(0x1fa)+_0x39922c+_0x4ec5e9(0x251)+_0x546231+_0x4ec5e9(0x238)+_0x4b5102+_0x4ec5e9(0x233)+_0x1773f7);_0xd43c7e['args']&&_0xd43c7e[_0x4ec5e9(0x1f0)][_0x4ec5e9(0x114)]&&(_0xd43c7e[_0x4ec5e9(0x1f0)][_0x4ec5e9(0x114)][_0x4ec5e9(0x1c6)]=_0x546231,logger['debug'](_0x4ec5e9(0x1ca)+_0x39922c+'\x20to\x20'+_0x546231));try{const _0x197471=await this[_0x4ec5e9(0x214)](_0x274745,_0xd43c7e[_0x4ec5e9(0x24a)],_0xd43c7e[_0x4ec5e9(0x15f)],_0xd43c7e[_0x4ec5e9(0x1f0)]);_0x197471&&_0x14d218[_0x4ec5e9(0x1d5)](Object[_0x4ec5e9(0x1ef)](_0x197471)[_0x4ec5e9(0x1bc)],0x0)&&_0x274745[_0x4ec5e9(0x140)](_0x197471);await this[_0x4ec5e9(0x177)](_0x274745,_0xd43c7e[_0x4ec5e9(0x24a)],_0xd43c7e['hookState'],_0xd43c7e[_0x4ec5e9(0x1f0)]);const _0x4faa1b=_0x274745[_0x4ec5e9(0x20f)](_0x39922c)['filter'](_0x5b1b22=>_0x5b1b22!==_0xd43c7e);if(_0x14d218[_0x4ec5e9(0x122)](_0x4faa1b[_0x4ec5e9(0x1bc)],0x0))_0x274745['removePendingHooks'](_0x39922c);else{_0x274745[_0x4ec5e9(0x29d)](_0x39922c);for(const _0x12f93a of _0x4faa1b){_0x274745[_0x4ec5e9(0x264)](_0x39922c,_0x12f93a);}}logger[_0x4ec5e9(0x1f6)](_0x14d218[_0x4ec5e9(0x2a7)]);}catch(_0x3fd71a){logger[_0x4ec5e9(0x169)](_0x4ec5e9(0x279)+_0x546231+',\x20error:\x20'+_0x3fd71a);}}}}}}}}[a79_0x4cf47e(0x22d)](_0x331747){const _0x5a38d3=a79_0x4cf47e,_0xa5bd9b={'QwRBL':function(_0x42e427){return _0x42e427();}};if(!_0x331747||!_0x331747['parent'])return;_0x331747[_0x5a38d3(0x1b1)][_0x5a38d3(0x24e)]&&Array['isArray'](_0x331747[_0x5a38d3(0x1b1)][_0x5a38d3(0x24e)])&&_0x331747['parent'][_0x5a38d3(0x24e)]['forEach'](_0x2d4e73=>{const _0x53cebf=_0x5a38d3;!_0x2d4e73[_0x53cebf(0x291)]&&!_0x2d4e73[_0x53cebf(0x1a6)]&&(_0x2d4e73['hookAnalyticsId']=_0xa5bd9b[_0x53cebf(0x288)](uuidv4),_0x2d4e73[_0x53cebf(0x1a6)]=_0x2d4e73[_0x53cebf(0x291)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x2d4e73[_0x53cebf(0x27e)]+_0x53cebf(0x24b)+_0x2d4e73['hookAnalyticsId']));}),this['mapTestHooks'](_0x331747[_0x5a38d3(0x1b1)]);}[a79_0x4cf47e(0x218)](_0x511b5b){const _0x17a91d=a79_0x4cf47e,_0x1d17e5={'xWNMh':function(_0x594d34,_0x1e228f){return _0x594d34(_0x1e228f);}};if(!_0x511b5b||!_0x511b5b[_0x17a91d(0x1b1)])return[];const _0x35bb9d=[];return _0x511b5b[_0x17a91d(0x1b1)][_0x17a91d(0x24e)]&&Array[_0x17a91d(0x128)](_0x511b5b[_0x17a91d(0x1b1)]['hooks'])&&_0x511b5b[_0x17a91d(0x1b1)][_0x17a91d(0x24e)][_0x17a91d(0x1b6)](_0x54c547=>{const _0x21ef60=_0x17a91d,_0x334e6d=_0x54c547[_0x21ef60(0x291)]||_0x54c547[_0x21ef60(0x1a6)];_0x334e6d&&!this[_0x21ef60(0x13a)](_0x54c547)&&!_0x1d17e5[_0x21ef60(0x174)](isInternalHook,_0x54c547['fn'])&&_0x35bb9d[_0x21ef60(0x211)](_0x334e6d);}),[..._0x35bb9d,...this[_0x17a91d(0x218)](_0x511b5b['parent'])];}[a79_0x4cf47e(0x1d6)](_0x11e5ea){const _0xf18fdb=a79_0x4cf47e,_0x36ff7f={'eGbeF':function(_0x56bc84,_0x2c63f0){return _0x56bc84(_0x2c63f0);},'Uzdyt':_0xf18fdb(0x220),'DorIc':function(_0x4c872e,_0x1b120e){return _0x4c872e(_0x1b120e);}},_0x4a0126=new Map(),_0x47661f=_0x49f95c=>{const _0x2b5805=_0xf18fdb;if(!_0x49f95c||!_0x49f95c[_0x2b5805(0x1b1)])return;_0x49f95c[_0x2b5805(0x1b1)]['hooks']&&Array['isArray'](_0x49f95c[_0x2b5805(0x1b1)]['hooks'])&&_0x49f95c[_0x2b5805(0x1b1)][_0x2b5805(0x24e)]['forEach'](_0x3156eb=>{const _0x50c229=_0x2b5805,_0x2050c7=_0x3156eb['hookAnalyticsId']||_0x3156eb[_0x50c229(0x1a6)];if(_0x2050c7&&!this[_0x50c229(0x13a)](_0x3156eb)&&!_0x36ff7f[_0x50c229(0x166)](isInternalHook,_0x3156eb['fn'])){const _0x1d9c65={};_0x1d9c65[_0x50c229(0x27e)]=_0x3156eb[_0x50c229(0x27e)]||_0x36ff7f[_0x50c229(0x294)],_0x1d9c65[_0x50c229(0x1bd)]=_0x3156eb[_0x50c229(0x1bd)]||'\x22'+_0x3156eb[_0x50c229(0x27e)]+'\x22\x20hook',_0x4a0126[_0x50c229(0x260)](_0x2050c7,_0x1d9c65);}}),_0x36ff7f[_0x2b5805(0x2b0)](_0x47661f,_0x49f95c[_0x2b5805(0x1b1)]);};return _0x36ff7f[_0xf18fdb(0x2b0)](_0x47661f,_0x11e5ea),_0x4a0126;}[a79_0x4cf47e(0x13a)](_0x34ecce){const _0x1f84c7=a79_0x4cf47e,_0xea0aa2={};_0xea0aa2['VMBmx']=_0x1f84c7(0x118),_0xea0aa2[_0x1f84c7(0x28f)]=_0x1f84c7(0x14a);const _0x245931=_0xea0aa2;try{const _0x183d67=this['getRootParentFile'](_0x34ecce);if(!_0x183d67||_0x183d67['includes'](_0x245931['VMBmx']))return!![];return![];}catch(_0x4a0211){logger['debug'](_0x245931[_0x1f84c7(0x28f)]);}return![];}[a79_0x4cf47e(0x16a)](_0xf17915){const _0x87cd59=a79_0x4cf47e,_0x4b7d04={'MEkhI':function(_0x68d095,_0x3066cf){return _0x68d095(_0x3066cf);}};if(_0xf17915[_0x87cd59(0x162)])try{const _0x412018=stackTrace[_0x87cd59(0x183)](_0xf17915['asyncError']),_0x473345=_0x4b7d04[_0x87cd59(0x2aa)](pickUserFrameFile,_0x412018);if(_0x473345)return _0x473345;logger[_0x87cd59(0x1f6)](_0x87cd59(0x134)+_0x412018['length']+')');}catch(_0x3c999a){logger[_0x87cd59(0x1f6)](_0x87cd59(0x1f4)+util[_0x87cd59(0x25f)](_0x3c999a));}if(_0xf17915[_0x87cd59(0x12d)])return _0xf17915['file'];return null;}}module[a79_0x4cf47e(0x27c)]=JestTestFramework;function a79_0x31b8(){const _0x1d771a=['bsFnt','testData','SgWoO','\x20-\x20test_identifier=','skipped','\x20&\x20hookState=','isArray','failure_reason',',\x20hookState=',',\x20totalBatches:\x20','PAHxb','file','slice','stringify','getJestTestIdentifier','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','base64','getRef','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20duration=','storePendingHook','getInstance','trackEvent','LOG_REPORT','isJestInternalHook','activeHooks','\x20-\x20testId:\x20','missing','oGvsA','KEY_TEST_ATTACHMENTS','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','rZfyT','getJestTestFilePath','createContext','rpEbC','hook_run_uuid','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','../cliUtils.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','iNhsM','getJestTestTags','310VwANqa','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','test','has','../TestInfo.js','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','LAphJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20result=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','none','test_run_uuid','test_identifier','KEY_HOOK_FAILURE_TYPE','testId',',\x20scopes=','hookState','Unknown\x20Test','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','asyncError','JcXFP','../../../helpers/stackFrameUtils','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','eGbeF','ZaWii','ALL','error','getRootParentFile',',\x20hookState:\x20','scopes','hookMetadata','KEY_TEST_ENDED_AT','KEY_TEST_LOCATION','vxQqM','GomEZ','testUUID','\x20(testIdentifier),\x20hookType=','xWNMh','LvSSU','result','runHooks','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_UUID','QMYDW','hook_id','5jyvsMN','406nGBvNk','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','parseJestTest','parallelIndex','trackJestInstance:\x20created\x20instance\x20for\x20target=','parse','getAllData','KEY_TEST_RETRY_OF','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','POST','KEY_TEST_FAILURE_TYPE','KOoBW','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','zYjya','BCYvy','BEFORE_ALL','7366308xUxAUb','hookType','map','JestTestFramework','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','setActiveHook','code','from','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20hookId=','KEY_HOOK_LAST_FINISHED','Error\x20in\x20createTestFrameworkEventPayload:\x20','getCurrentHookState','39272AHbchp','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','getThreadId','XKeID',',\x20totalHooks=','getJestFailureType','KEY_TEST_FRAMEWORK_VERSION',',\x20screenshotLogs:\x20','SHuSg','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hookUUID','substring','\x20files','KEY_CUSTOM_TAGS','AssertionError','eventJson','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','WToPD','toISOString',',\x20hookData=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','parent','pid','trackJestInstance','oTaHi','delete','forEach','KEY_EVENT_STARTED_AT','99blxHeX','KEY_AUTOMATE_SESSION_NAME','\x20screenshot\x20logs\x20for\x20testId:\x20','failed','length','name','\x20for\x20testId:\x20','nXJxg','ikPZk',',\x20hookType=',',\x20response=','originalTest','startsWith',',\x20argsKeys=','test_run_id','Bkaaz','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20',',\x20platformIndex:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','started_at',',\x20contextId=','vVobf','MqUGX','\x22\x20from\x20testData',',\x20filePath=','zcfgq','hRkQt','KEY_TEST_RERUN_NAME','mMMYk','buildHookMapFromTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_NAME','findIndex',',\x20testId=','\x20hook','Mdnsh','TEST_SCREENSHOT','_ALL','status','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','includes','skip','yPcpk','Processing\x20','reverse','TndJl','411932EGTFUc','file_name','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_ID','psAwQ','../instances/trackedInstance.js','tags','keys','args','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','QjjVj','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','debug','hmyHd','17008wRNrxN','pop','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','Assert','KEY_TEST_RESULT','Unknown\x20error','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_EVENT_ENDED_AT','filter','KEY_TEST_TAGS','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','replace','lqwPu',',\x20storing\x20as\x20pending\x20hook','KEY_LOGS',',\x20testFramework=','find','../../../helpers/helper.js','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ycNpk','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','getPendingHooks','KEY_HOOKS_STARTED','push','DEFAULT_HOOK_RESULT','hook_type','trackHookEvent','ZUQKa','get','WRTuY','getHooksForTest','kind','message','NEjmZ','ZJmYq','depth',',\x20hook=','bpotl','unknown','parseJestTestResult','getJestTestName','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getJestTestScopes','event_ended_at','Mvsaa',',\x20messageLength=','resolveInstance','getJestFailureData','../../../helpers/test-observability/utils','duration','getJestFailureReason','mapTestHooks','ceil','tEeSy','createTestFrameworkEventPayload','YxZpt','stack-trace',',\x20scope:\x20','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','splice',',\x20filePath:\x20',',\x20version=','KEY_HOOKS_FINISHED','toString','HmDwF','finished_at','location','maxArrayLength','retryOf','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','qSzhZ','KEY_TEST_SCOPE','split','endedAt','logCreatedEvent','sendLogCreatedEvent','testFrameworkState',',\x20hookUUID=','\x20(testIdentifier)','../state/hookState.js','hooks','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20consoleLogs:\x20',',\x20currentTestId:\x20','MkxoR','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getContext','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20failureType=','KEY_TEST_SCOPES','DhxxG','match','KEY_TEST_STARTED_AT','jvqCt','KEY_HOOK_LAST_STARTED','format','set','wKNvX','warn','uKzIG','addPendingHook','KEY_HOOK_LOGS','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_RESULT_AT','wgBGt','592110vKtYEi','KEY_HOOK_NAME','lyxwL','PRE','scope','substr','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','YiFGJ',',\x20exception=','2iQbmcE','jxKVd','setTrackedInstance','beforeAll','KEY_TEST_FAILURE_REASON','LlcEc','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','exports','../grpcClient','type','inspect','6398843WGsaIZ','KEY_HOOK_RESULT','\x20(testIdentifier),\x20result=','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','mqkXM','NHFPY','QwRBL','hasPendingHooks','iOIPK','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','passed','browserstackPlatformIndex','GlGzp','27099FFXsoa','hookAnalyticsId','__bstackPlatformIndex','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','Uzdyt','nfYGK','TEST','instance','join','uuid','errorsDetailed',',\x20logsInBatch:\x20',',\x20test_run_uuid=','removePendingHooks','KEY_TEST_DURATION','getProcessId','pzeEX','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','DEFAULT_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','getId','QnmNf','KEY_TEST_META','platformIndex','MEkhI','iRhyJ','getActiveHook','getTestFrameworksVersions','jjjyh','../state/testFrameworkState.js','DorIc','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hookData','KEY_TEST_FILE_PATH','OBIQF',',\x20error:\x20','jest-circus','FMiLr','filePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','processPendingHooks','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','matchHookRegex',',\x20target=','qkrfR','body'];a79_0x31b8=function(){return _0x1d771a;};return a79_0x31b8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a80_0x30e3(_0x5d23f3,_0x4122ac){const _0x954602=a80_0x9546();return a80_0x30e3=function(_0x30e3c5,_0x2829e8){_0x30e3c5=_0x30e3c5-0xd0;let _0x9e03dd=_0x954602[_0x30e3c5];return _0x9e03dd;},a80_0x30e3(_0x5d23f3,_0x4122ac);}const a80_0x48a025=a80_0x30e3;(function(_0x48c753,_0x1f321c){const _0x306577=a80_0x30e3,_0x1576b1=_0x48c753();while(!![]){try{const _0x5a1842=-parseInt(_0x306577(0x103))/0x1+-parseInt(_0x306577(0x129))/0x2+-parseInt(_0x306577(0xe7))/0x3*(parseInt(_0x306577(0xd1))/0x4)+-parseInt(_0x306577(0xd0))/0x5*(parseInt(_0x306577(0xf6))/0x6)+parseInt(_0x306577(0x101))/0x7+parseInt(_0x306577(0x112))/0x8*(parseInt(_0x306577(0xe1))/0x9)+parseInt(_0x306577(0xd3))/0xa*(parseInt(_0x306577(0x104))/0xb);if(_0x5a1842===_0x1f321c)break;else _0x1576b1['push'](_0x1576b1['shift']());}catch(_0xfc1ac){_0x1576b1['push'](_0x1576b1['shift']());}}}(a80_0x9546,0x7228c));const path=require(a80_0x48a025(0x10f)),TestFramework=require(a80_0x48a025(0x109)),TestFrameworkState=require(a80_0x48a025(0xfa)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a80_0x48a025(0xde)),TestFrameworkInstance=require(a80_0x48a025(0x119)),CLIUtils=require(a80_0x48a025(0x108)),TrackedInstance=require(a80_0x48a025(0x110)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a80_0x48a025(0x10a)),logger=createClassLogger(a80_0x48a025(0x128));class NewmanTestFramework extends TestFramework{constructor(_0x2333d7,_0x554ed1,_0x4d967e){super(_0x2333d7,_0x554ed1,_0x4d967e);}async[a80_0x48a025(0xf4)](_0x50042e,_0x1f2077,_0x255694={}){const _0x450537=a80_0x48a025,_0x2a0a1b={};_0x2a0a1b[_0x450537(0x10b)]=function(_0x4f4f6a,_0x300792){return _0x4f4f6a===_0x300792;};const _0x15f2ae=_0x2a0a1b;logger[_0x450537(0x106)](_0x450537(0x11b)+_0x50042e+'\x20hook='+_0x1f2077),await super[_0x450537(0xf4)](_0x50042e,_0x1f2077,_0x255694);const _0x1ba121=this[_0x450537(0xef)](_0x50042e,_0x1f2077,_0x255694);if(!_0x1ba121)return;try{if(_0x15f2ae[_0x450537(0x10b)](_0x50042e,TestFrameworkState[_0x450537(0xe9)])&&_0x255694[_0x450537(0x11c)]){const _0x488def=_0x15f2ae[_0x450537(0x10b)](_0x1f2077,HookState[_0x450537(0xf8)])?this[_0x450537(0x10d)](_0x255694[_0x450537(0x11c)]):this[_0x450537(0xed)](_0x255694['test']);_0x1ba121[_0x450537(0xf1)](_0x488def);}}catch(_0x5576ff){logger['error'](_0x450537(0x114)+util[_0x450537(0xff)](_0x5576ff));}_0x255694[_0x450537(0xf7)]=_0x1ba121,await this['runHooks'](_0x1ba121,_0x50042e,_0x1f2077,_0x255694);}[a80_0x48a025(0x10d)](_0x2e7257){const _0x23e82a=a80_0x48a025,_0x25b9d6=this['getTestFrameworks']()[0x0],_0x4c6d7f={};return _0x4c6d7f[_0x2e7257[_0x23e82a(0xdf)]]={[TestFrameworkConstants[_0x23e82a(0x125)]]:_0x25b9d6,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x23e82a(0x11d)]()[_0x25b9d6],[TestFrameworkConstants[_0x23e82a(0xf3)]]:[],[TestFrameworkConstants[_0x23e82a(0xfb)]]:{},[TestFrameworkConstants[_0x23e82a(0xeb)]]:{},[TestFrameworkConstants[_0x23e82a(0xfe)]]:TestFrameworkConstants[_0x23e82a(0x126)],[TestFrameworkConstants[_0x23e82a(0x113)]]:_0x2e7257['uuid'],[TestFrameworkConstants[_0x23e82a(0xdc)]]:_0x2e7257[_0x23e82a(0xdf)],[TestFrameworkConstants[_0x23e82a(0xda)]]:_0x2e7257[_0x23e82a(0x115)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2e7257[_0x23e82a(0x102)]||'',[TestFrameworkConstants[_0x23e82a(0x105)]]:_0x2e7257[_0x23e82a(0xe3)]||'',[TestFrameworkConstants[_0x23e82a(0xee)]]:null,[TestFrameworkConstants[_0x23e82a(0xd7)]]:_0x2e7257[_0x23e82a(0x11e)]||[],[TestFrameworkConstants[_0x23e82a(0xdb)]]:_0x2e7257[_0x23e82a(0xf0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x23e82a(0xfd)]]:_0x2e7257[_0x23e82a(0xf2)]||'',[TestFrameworkConstants[_0x23e82a(0x116)]]:_0x2e7257[_0x23e82a(0x107)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x23e82a(0xd6)]]:_0x2e7257[_0x23e82a(0xd2)]||{},[TestFrameworkConstants[_0x23e82a(0x10e)]]:_0x2e7257[_0x23e82a(0x121)]||{}},_0x4c6d7f;}['parseNewmanTestResult'](_0x15fc89){const _0x4e5bd2=a80_0x48a025,_0x52a515={};_0x52a515[_0x4e5bd2(0xe5)]=_0x4e5bd2(0xea);const _0x4a5f88=_0x52a515,_0x312728={};return _0x312728[_0x15fc89['uuid']]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x15fc89['result']||_0x4a5f88['vIZly'],[TestFrameworkConstants[_0x4e5bd2(0x122)]]:_0x15fc89[_0x4e5bd2(0x11a)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x4e5bd2(0xd5)]]:_0x15fc89[_0x4e5bd2(0xe6)]||[],[TestFrameworkConstants[_0x4e5bd2(0xfc)]]:_0x15fc89[_0x4e5bd2(0xe4)]||null,[TestFrameworkConstants[_0x4e5bd2(0x127)]]:_0x15fc89[_0x4e5bd2(0xd8)]||null},_0x312728;}['resolveInstance'](_0x3d569d){const _0x40f554=a80_0x48a025;let _0x197453=TestFramework[_0x40f554(0x118)]();if(!_0x197453){const _0x468e98=TrackedInstance[_0x40f554(0xec)](CLIUtils[_0x40f554(0xd9)]());_0x197453=new TestFrameworkInstance(_0x468e98,this[_0x40f554(0xe0)](),this[_0x40f554(0x11d)](),_0x3d569d,HookState[_0x40f554(0x117)]),TestFramework['setTrackedInstance'](_0x468e98,_0x197453);}return _0x197453;}[a80_0x48a025(0xe8)](_0x281134){const _0x2b38a1=a80_0x48a025,_0x45d531={};_0x45d531[_0x2b38a1(0xf5)]=_0x2b38a1(0x123);const _0x310ed8=_0x45d531;try{const _0x4b5e17=_0x281134[_0x2b38a1(0x11c)]?_0x281134['test']['uuid']:null,_0x4da461=_0x281134[_0x2b38a1(0xf7)],_0xc09500=_0x4da461['getContext'](),_0x1260a4=_0x4da461['getAllData']()[_0x2b38a1(0x120)](_0x4b5e17);if(!_0x1260a4)return{};const {[TestFrameworkConstants[_0x2b38a1(0x125)]]:_0x142dc6='',[TestFrameworkConstants[_0x2b38a1(0xd4)]]:_0x24c291='',[TestFrameworkConstants[_0x2b38a1(0xdb)]]:_0x3fc3a9='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x58eddf=''}=_0x1260a4;return{'platformIndex':0x0,'testFrameworkName':_0x142dc6,'testFrameworkVersion':_0x24c291,'testFrameworkState':_0x4da461[_0x2b38a1(0xe2)]()['toString']()[_0x2b38a1(0x100)]('.')[0x1],'hookState':_0x4da461['getCurrentHookState']()[_0x2b38a1(0xdd)]()[_0x2b38a1(0x100)]('.')[0x1],'startedAt':_0x3fc3a9,'endedAt':_0x58eddf,'uuid':_0x4b5e17,'eventJson':Buffer['from'](JSON[_0x2b38a1(0xf9)](_0x1260a4))['toString'](_0x310ed8[_0x2b38a1(0xf5)]),'executionContext':{'hash':_0xc09500[_0x2b38a1(0x11f)](),'threadId':_0xc09500['getThreadId']()[_0x2b38a1(0xdd)](),'processId':_0xc09500[_0x2b38a1(0x10c)]()[_0x2b38a1(0xdd)]()}};}catch(_0x1130bb){return logger[_0x2b38a1(0x111)](_0x2b38a1(0x124)+util[_0x2b38a1(0xff)](_0x1130bb)),{};}}}function a80_0x9546(){const _0x57b35f=['format','split','153265gLhQWS','file_path','58418ObhKpR','6777782vOVYji','KEY_TEST_LOCATION','debug','scopes','../cliUtils.js','./testFramework','util','LVDPR','getProcessId','parseNewmanTest','KEY_TEST_META','path','../instances/trackedInstance.js','error','273016UczXqG','KEY_TEST_ID','trackEvent:\x20error=','name','KEY_TEST_SCOPES','NONE','getTrackedInstance','../instances/testFrameworkInstance.js','finished_at','trackEvent:\x20state=','test','getTestFrameworksVersions','tags','getId','get','meta','KEY_TEST_ENDED_AT','base64','createTestFrameworkEventPayload:\x20error=','KEY_TEST_FRAMEWORK_NAME','DEFAULT_TEST_RESULT','KEY_TEST_FAILURE_REASON','NewmanTestFramework','1600706OwmxnF','925655OMEPzf','296ljaibV','custom_metadata','20SfKZAk','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FAILURE','KEY_CUSTOM_TAGS','KEY_TEST_TAGS','failure_reason','getCurrentInstanceName','KEY_TEST_NAME','KEY_TEST_STARTED_AT','KEY_TEST_UUID','toString','../../../helpers/classLogger.js','uuid','getTestFrameworks','180IQFkUc','getCurrentTestState','location','failure_type','vIZly','failure','9735LuixnY','createTestFrameworkEventPayload','TEST','pending','KEY_HOOKS_STARTED','createContext','parseNewmanTestResult','KEY_TEST_CODE','resolveInstance','started_at','addMultipleEntries','scope','KEY_TEST_LOGS','trackEvent','VgVih','12nRrljE','instance','PRE','stringify','../state/testFrameworkState.js','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','KEY_TEST_SCOPE','KEY_TEST_RESULT'];a80_0x9546=function(){return _0x57b35f;};return a80_0x9546();}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a81_0xdb45c7=a81_0x5723;(function(_0x3f53e3,_0x5da5ff){const _0x203158=a81_0x5723,_0x3fe3cb=_0x3f53e3();while(!![]){try{const _0x4d0f8b=-parseInt(_0x203158(0x1b2))/0x1*(parseInt(_0x203158(0x1b1))/0x2)+-parseInt(_0x203158(0x1c9))/0x3*(parseInt(_0x203158(0x1b4))/0x4)+-parseInt(_0x203158(0x1a3))/0x5+parseInt(_0x203158(0x1cb))/0x6*(parseInt(_0x203158(0x19f))/0x7)+parseInt(_0x203158(0x1b3))/0x8*(parseInt(_0x203158(0x1c7))/0x9)+-parseInt(_0x203158(0x1c8))/0xa+parseInt(_0x203158(0x1c4))/0xb;if(_0x4d0f8b===_0x5da5ff)break;else _0x3fe3cb['push'](_0x3fe3cb['shift']());}catch(_0x3ea425){_0x3fe3cb['push'](_0x3fe3cb['shift']());}}}(a81_0x1ef0,0xf27c3));function a81_0x5723(_0x1494f9,_0x479458){const _0x1ef0a9=a81_0x1ef0();return a81_0x5723=function(_0x572378,_0x355bc1){_0x572378=_0x572378-0x19f;let _0x380e4a=_0x1ef0a9[_0x572378];return _0x380e4a;},a81_0x5723(_0x1494f9,_0x479458);}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a81_0xdb45c7(0x1c0)),AutomationFrameworkState=require(a81_0xdb45c7(0x1b0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a81_0xdb45c7(0x1a4)),AutomationFrameworkInstance=require(a81_0xdb45c7(0x1bc));class PlaywrightAutomationFramework extends AutomationFramework{[a81_0xdb45c7(0x1a0)]=createClassLogger(a81_0xdb45c7(0x1ad));constructor(_0x55f15a,_0x27125a){super(_0x55f15a,_0x27125a);}async['trackEvent'](_0x57bd30,_0x288aa7,_0x2f585f={}){const _0x59e324=a81_0xdb45c7,_0xe85373={};_0xe85373['aEzho']=function(_0x1c05c8,_0x5036ef){return _0x1c05c8===_0x5036ef;};const _0x1b317b=_0xe85373;this['logger'][_0x59e324(0x1a1)](_0x59e324(0x1b6)+_0x57bd30+_0x59e324(0x1a6)+_0x288aa7),await super[_0x59e324(0x1a9)](_0x57bd30,_0x288aa7,_0x2f585f);const _0x1ae6e8=this[_0x59e324(0x1bf)](_0x57bd30,_0x288aa7,_0x2f585f);if(_0x1b317b[_0x59e324(0x1b7)](_0x1ae6e8,null))return;_0x2f585f[_0x59e324(0x1c5)]=_0x1ae6e8,await this[_0x59e324(0x1ba)](_0x1ae6e8,_0x57bd30,_0x288aa7,_0x2f585f);}[a81_0xdb45c7(0x1bf)](_0x177c15,_0x2b8133,_0x5a9fd9={}){const _0x39c51a=a81_0xdb45c7,_0x629891={};_0x629891[_0x39c51a(0x1bb)]=function(_0x5dd4ed,_0x46b1f8){return _0x5dd4ed===_0x46b1f8;};const _0x838ce9=_0x629891;let _0x48a467=null;return(_0x838ce9[_0x39c51a(0x1bb)](_0x177c15,AutomationFrameworkState['CREATE'])||_0x838ce9[_0x39c51a(0x1bb)](_0x177c15,AutomationFrameworkState[_0x39c51a(0x1a7)])&&(_0x5a9fd9[_0x39c51a(0x1b5)]&&_0x5a9fd9[_0x39c51a(0x1b5)][_0x39c51a(0x1ca)]&&_0x5a9fd9[_0x39c51a(0x1b5)]['params']['bsParams'])||_0x838ce9[_0x39c51a(0x1bb)](_0x177c15,AutomationFrameworkState[_0x39c51a(0x1b8)]))&&this['trackPlaywrightInstance'](_0x177c15,_0x5a9fd9),_0x48a467=AutomationFramework['getTrackedInstance'](),_0x48a467;}[a81_0xdb45c7(0x1a5)](_0x394fac,_0x352cd8){const _0x5a5a28=a81_0xdb45c7,_0x266a86={};_0x266a86['BkYaV']=_0x5a5a28(0x1aa);const _0x42c515=_0x266a86;if(AutomationFramework[_0x5a5a28(0x1a2)]()){this[_0x5a5a28(0x1a0)]['info'](_0x42c515[_0x5a5a28(0x1a8)]);return;}const _0x1df0cf=CLIUtils[_0x5a5a28(0x1ab)](),_0x42e0c0=TrackedInstance[_0x5a5a28(0x1be)](_0x1df0cf);let _0x28b36c=null;this[_0x5a5a28(0x1a0)]['info'](_0x5a5a28(0x1c3)+_0x1df0cf+_0x5a5a28(0x1ae)+_0x394fac),_0x28b36c=new AutomationFrameworkInstance(_0x42e0c0,this[_0x5a5a28(0x1bd)](),this[_0x5a5a28(0x1af)](),_0x394fac),AutomationFramework['setTrackedInstance'](_0x42e0c0,_0x28b36c),this[_0x5a5a28(0x1a0)][_0x5a5a28(0x1ac)](_0x5a5a28(0x1c1)+_0x42e0c0[_0x5a5a28(0x1c6)]()+_0x5a5a28(0x1b9)+_0x1df0cf);}}function a81_0x1ef0(){const _0x2788ff=['trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','exports','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','24857327ldBeiq','instance','getId','9ugWjno','4652560ewkgIJ','10674xJFONw','params','12pjxfhX','4950673dPdmIO','logger','debug','getTrackedInstance','2447870gFioJS','../instances/trackedInstance.js','trackPlaywrightInstance','\x20hookState=','PLAYWRIGHT_DISPATCH','BkYaV','trackEvent','trackPlaywrightInstance:\x20instance\x20already\x20exists','getCurrentInstanceName','info','PlaywrightAutomationFramework',',\x20state=','getAutomationFrameworkVersion','../state/automationFrameworkState.js','412222XsoUOR','7fZkLRI','11708552qLDPSl','1964eGznzI','message','trackEvent:\x20automationFrameworkState=','aEzho','NONE','\x20target=','runHooks','yJDbX','../instances/automationFrameworkInstance.js','getAutomationFrameworkName','createContext','resolveInstance','../../../helpers/classLogger.js'];a81_0x1ef0=function(){return _0x2788ff;};return a81_0x1ef0();}module[a81_0xdb45c7(0x1c2)]=PlaywrightAutomationFramework;
|