browserstack-node-sdk 1.55.0 → 1.55.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/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/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_0x5deb8e=a79_0x30e3;(function(_0x4d3125,_0x438078){const _0x31d908=a79_0x30e3,_0xe01752=_0x4d3125();while(!![]){try{const _0x344050=-parseInt(_0x31d908(0x28b))/0x1+parseInt(_0x31d908(0x1ed))/0x2*(parseInt(_0x31d908(0x293))/0x3)+-parseInt(_0x31d908(0x22a))/0x4*(parseInt(_0x31d908(0x31e))/0x5)+parseInt(_0x31d908(0x2f4))/0x6+-parseInt(_0x31d908(0x1bf))/0x7+parseInt(_0x31d908(0x245))/0x8+parseInt(_0x31d908(0x2e7))/0x9;if(_0x344050===_0x438078)break;else _0xe01752['push'](_0xe01752['shift']());}catch(_0x3fa7f1){_0xe01752['push'](_0xe01752['shift']());}}}(a79_0x593d,0x811ca));const TestFramework=require('./testFramework'),TestFrameworkState=require(a79_0x5deb8e(0x2fe)),HookState=require(a79_0x5deb8e(0x208)),{createClassLogger}=require(a79_0x5deb8e(0x24c)),TestFrameworkInstance=require(a79_0x5deb8e(0x2c6)),CLIUtils=require(a79_0x5deb8e(0x309)),TrackedInstance=require(a79_0x5deb8e(0x308)),TestFrameworkConstants=require(a79_0x5deb8e(0x2a2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x5deb8e(0x276)),{isInternalHook}=require(a79_0x5deb8e(0x2a7)),logger=createClassLogger(a79_0x5deb8e(0x2b6)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x5deb8e(0x297)),stackTrace=require(a79_0x5deb8e(0x338));function a79_0x30e3(_0x51db0c,_0x4d89e7){const _0x593d5e=a79_0x593d();return a79_0x30e3=function(_0x30e32d,_0x5897d0){_0x30e32d=_0x30e32d-0x1be;let _0x2299b2=_0x593d5e[_0x30e32d];return _0x2299b2;},a79_0x30e3(_0x51db0c,_0x4d89e7);}class JestTestFramework extends TestFramework{constructor(_0x735a08,_0x325108,_0x8eb7bd){const _0x4352ce=a79_0x5deb8e;super(_0x735a08,_0x325108,_0x8eb7bd),this[_0x4352ce(0x25b)]=new Map();}[a79_0x5deb8e(0x256)](_0x38f7f5,_0x1d5cf7,_0x1ce9f5){const _0x241ae4=a79_0x5deb8e,_0x307360={};_0x307360['cCcEV']=function(_0x5a6e78,_0x7b994d){return _0x5a6e78||_0x7b994d;};const _0x3a96b1=_0x307360;if(_0x3a96b1[_0x241ae4(0x29d)](!_0x38f7f5,!_0x1d5cf7)){logger[_0x241ae4(0x1d2)](_0x241ae4(0x1c2)+_0x38f7f5+_0x241ae4(0x232)+_0x1d5cf7);return;}!this[_0x241ae4(0x25b)]['has'](_0x38f7f5)&&this[_0x241ae4(0x25b)][_0x241ae4(0x236)](_0x38f7f5,[]);const _0x287e5b={'hookUUID':_0x1d5cf7,'hookType':_0x1ce9f5,'startedAt':new Date()[_0x241ae4(0x345)]()};this[_0x241ae4(0x25b)][_0x241ae4(0x2fa)](_0x38f7f5)[_0x241ae4(0x1fe)](_0x287e5b),logger[_0x241ae4(0x239)](_0x241ae4(0x29e)+_0x38f7f5+_0x241ae4(0x232)+_0x1d5cf7+_0x241ae4(0x2a4)+_0x1ce9f5+_0x241ae4(0x2a3)+this[_0x241ae4(0x25b)][_0x241ae4(0x2fa)](_0x38f7f5)['length']);}[a79_0x5deb8e(0x319)](_0x2ecce9,_0x33e1d8){const _0x35bea5=a79_0x5deb8e,_0x11a0c7={};_0x11a0c7[_0x35bea5(0x317)]=function(_0xb8beda,_0x521b31){return _0xb8beda||_0x521b31;},_0x11a0c7[_0x35bea5(0x233)]=function(_0x7428bb,_0x4c51ca){return _0x7428bb!==_0x4c51ca;},_0x11a0c7[_0x35bea5(0x29b)]=function(_0x14b87b,_0x3bd837){return _0x14b87b===_0x3bd837;};const _0x78f24c=_0x11a0c7;if(_0x78f24c[_0x35bea5(0x317)](!_0x2ecce9,!_0x33e1d8)){logger['warn'](_0x35bea5(0x231)+_0x2ecce9+_0x35bea5(0x232)+_0x33e1d8);return;}if(this[_0x35bea5(0x25b)][_0x35bea5(0x2ea)](_0x2ecce9)){const _0x3c2f6a=this[_0x35bea5(0x25b)][_0x35bea5(0x2fa)](_0x2ecce9),_0xe4885b=_0x3c2f6a[_0x35bea5(0x347)](_0x2a3982=>_0x2a3982[_0x35bea5(0x221)]===_0x33e1d8);_0x78f24c[_0x35bea5(0x233)](_0xe4885b,-0x1)?(_0x3c2f6a['splice'](_0xe4885b,0x1),logger['debug'](_0x35bea5(0x2bd)+_0x2ecce9+_0x35bea5(0x232)+_0x33e1d8+_0x35bea5(0x22e)+_0x3c2f6a['length']),_0x78f24c['iKwKH'](_0x3c2f6a[_0x35bea5(0x1d8)],0x0)&&this[_0x35bea5(0x25b)]['delete'](_0x2ecce9)):logger['debug'](_0x35bea5(0x2b5)+_0x2ecce9+_0x35bea5(0x232)+_0x33e1d8);}}['getActiveHook'](_0x28ed0e){const _0x5920ed=a79_0x5deb8e,_0x3b2232={};_0x3b2232['AKmxB']=function(_0x5363b7,_0x5c168d){return _0x5363b7>_0x5c168d;},_0x3b2232[_0x5920ed(0x22d)]=function(_0x3b26bf,_0x5c692b){return _0x3b26bf-_0x5c692b;};const _0x58e3e2=_0x3b2232;if(!_0x28ed0e)return null;if(this[_0x5920ed(0x25b)][_0x5920ed(0x2ea)](_0x28ed0e)){const _0x1fcbd0=this[_0x5920ed(0x25b)][_0x5920ed(0x2fa)](_0x28ed0e);if(_0x58e3e2[_0x5920ed(0x2e1)](_0x1fcbd0[_0x5920ed(0x1d8)],0x0)){const _0x329f1b=_0x1fcbd0[_0x58e3e2[_0x5920ed(0x22d)](_0x1fcbd0[_0x5920ed(0x1d8)],0x1)];return logger[_0x5920ed(0x239)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x28ed0e+',\x20hookUUID='+_0x329f1b[_0x5920ed(0x221)]+',\x20hookType='+_0x329f1b[_0x5920ed(0x2ba)]),_0x329f1b;}}return null;}async['trackEvent'](_0x5b02f5,_0x5da88c,_0x16d995={}){const _0x2035a8=a79_0x5deb8e,_0x49e033={};_0x49e033['Vfyfn']=_0x2035a8(0x227),_0x49e033[_0x2035a8(0x204)]=function(_0x1ce084,_0x1de53c){return _0x1ce084===_0x1de53c;},_0x49e033[_0x2035a8(0x30b)]=function(_0x1f64ea,_0x51c0a0){return _0x1f64ea||_0x51c0a0;},_0x49e033['bqHFV']=_0x2035a8(0x33d),_0x49e033[_0x2035a8(0x2d5)]=function(_0x43d369,_0x41beb1){return _0x43d369===_0x41beb1;};const _0x163973=_0x49e033;logger[_0x2035a8(0x239)](_0x2035a8(0x336)+_0x5b02f5+_0x2035a8(0x2ff)+_0x5da88c+_0x2035a8(0x1d7)+Object[_0x2035a8(0x29a)](_0x16d995)[_0x2035a8(0x1c9)](',')),await super[_0x2035a8(0x325)](_0x5b02f5,_0x5da88c,_0x16d995);const _0x5394f9=this[_0x2035a8(0x315)](_0x5b02f5,_0x5da88c,_0x16d995);if(!_0x5394f9){logger[_0x2035a8(0x239)](_0x163973['Vfyfn']);return;}try{let _0x2956ba,_0x272786,_0x253a74;switch(_0x5b02f5){case TestFrameworkState[_0x2035a8(0x2a1)]:_0x2956ba=_0x16d995[_0x2035a8(0x2c2)];const _0x12155a={};_0x12155a[_0x2035a8(0x247)]=0x2,_0x12155a[_0x2035a8(0x20a)]=0x3,logger[_0x2035a8(0x239)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x5da88c+',\x20testData='+util['inspect'](_0x2956ba,_0x12155a)),_0x253a74=this[_0x2035a8(0x2d6)](_0x2956ba),_0x272786=null,logger[_0x2035a8(0x239)](_0x2035a8(0x299)+_0x253a74+_0x2035a8(0x295));if(_0x163973[_0x2035a8(0x204)](_0x5da88c,HookState['PRE'])){logger[_0x2035a8(0x239)](_0x2035a8(0x260)+_0x253a74);const _0x3711c7={};_0x3711c7['testUUID']=_0x272786,_0x3711c7[_0x2035a8(0x28d)]=_0x2956ba,_0x3711c7[_0x2035a8(0x2df)]=_0x253a74;const _0x243986=this[_0x2035a8(0x1e9)](_0x3711c7),_0x560310={};_0x560310[_0x2035a8(0x247)]=0x2,_0x560310[_0x2035a8(0x20a)]=0x3,logger[_0x2035a8(0x239)](_0x2035a8(0x205)+util['inspect'](_0x243986,_0x560310)),_0x5394f9['addMultipleEntries'](_0x243986),logger[_0x2035a8(0x239)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x253a74),await this[_0x2035a8(0x324)](_0x5394f9,_0x253a74);}else{if(_0x163973[_0x2035a8(0x204)](_0x5da88c,HookState[_0x2035a8(0x21f)])){logger['debug'](_0x2035a8(0x32f)+_0x253a74);const _0x3ba694=_0x5394f9['getAllData']()[_0x2035a8(0x2fa)](_0x253a74);logger[_0x2035a8(0x239)](_0x2035a8(0x1f2)+util['inspect'](Object[_0x2035a8(0x29a)](_0x163973[_0x2035a8(0x30b)](_0x3ba694,{}))));_0x3ba694&&_0x3ba694[TestFrameworkConstants[_0x2035a8(0x291)]]?logger[_0x2035a8(0x239)](_0x2035a8(0x2d0)+Object[_0x2035a8(0x29a)](_0x3ba694[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x2035a8(0x314)):logger['debug'](_0x163973[_0x2035a8(0x2aa)]);const _0x1ce34a=_0x16d995['originalTest']||null,_0x56df58={};_0x56df58['testUUID']=_0x272786,_0x56df58['testData']=_0x2956ba,_0x56df58[_0x2035a8(0x2df)]=_0x253a74,_0x56df58[_0x2035a8(0x230)]=_0x1ce34a;const _0x427715=this[_0x2035a8(0x264)](_0x56df58),_0x55224e={};_0x55224e[_0x2035a8(0x247)]=0x2,_0x55224e[_0x2035a8(0x20a)]=0x3,logger['debug'](_0x2035a8(0x243)+util[_0x2035a8(0x212)](_0x427715,_0x55224e)),_0x5394f9['addMultipleEntries'](_0x427715),logger[_0x2035a8(0x239)](_0x2035a8(0x268)+_0x253a74),await this[_0x2035a8(0x324)](_0x5394f9,_0x253a74);}}break;case TestFrameworkState[_0x2035a8(0x1e4)]:if(_0x163973[_0x2035a8(0x2d5)](_0x5da88c,HookState[_0x2035a8(0x21f)])){const _0x75b1ca={};_0x75b1ca[_0x2035a8(0x247)]=0x2,logger[_0x2035a8(0x239)](_0x2035a8(0x2c5)+util['inspect'](_0x16d995,_0x75b1ca)),await this['sendLogCreatedEvent'](_0x5394f9,_0x5b02f5,_0x16d995);}break;default:if(CLIUtils['matchHookRegex'](_0x5b02f5[_0x2035a8(0x23b)]()['split']('.')[0x1])){const _0x2ef0d4={};_0x2ef0d4[_0x2035a8(0x247)]=0x2,_0x2ef0d4[_0x2035a8(0x20a)]=0x3,logger[_0x2035a8(0x239)](_0x2035a8(0x277)+_0x5b02f5+_0x2035a8(0x2ff)+_0x5da88c+_0x2035a8(0x31c)+util[_0x2035a8(0x212)](_0x16d995[_0x2035a8(0x284)],_0x2ef0d4));const _0x31f6a6=await this[_0x2035a8(0x2b8)](_0x5394f9,_0x5b02f5,_0x5da88c,_0x16d995),_0x29e0ff={};_0x29e0ff[_0x2035a8(0x247)]=0x2,_0x29e0ff[_0x2035a8(0x20a)]=0x3,logger['debug'](_0x2035a8(0x327)+util[_0x2035a8(0x212)](_0x31f6a6,_0x29e0ff)),_0x5394f9['addMultipleEntries'](_0x31f6a6);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x5b02f5+_0x2035a8(0x2e2)+_0x5da88c);break;}logger[_0x2035a8(0x239)](_0x2035a8(0x2a9)+_0x5b02f5+_0x2035a8(0x2ff)+_0x5da88c);}catch(_0x566c89){logger[_0x2035a8(0x2e5)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x5b02f5+_0x2035a8(0x2ff)+_0x5da88c+',\x20exception='+util[_0x2035a8(0x1cf)](_0x566c89));}_0x16d995[_0x2035a8(0x273)]=_0x5394f9,await this[_0x2035a8(0x302)](_0x5394f9,_0x5b02f5,_0x5da88c,_0x16d995);}[a79_0x5deb8e(0x2d6)](_0x5ab660){const _0x3ab154=a79_0x5deb8e,_0x53df61={};_0x53df61['SGqmP']=_0x3ab154(0x280);const _0x124720=_0x53df61;if(_0x5ab660&&(_0x5ab660['id']||_0x5ab660[_0x3ab154(0x244)])){const _0x371137=_0x5ab660['id']||_0x5ab660[_0x3ab154(0x244)];return logger['debug'](_0x3ab154(0x2eb)+_0x371137+_0x3ab154(0x2a8)),_0x371137;}return logger[_0x3ab154(0x239)](_0x124720[_0x3ab154(0x1c1)]),process['pid']+_0x3ab154(0x235);}['resolveInstance'](_0x5dbde6,_0x517f94,_0x37cbc9={}){const _0x1773d2=a79_0x5deb8e;let _0x54b380=null;return _0x54b380=TestFramework[_0x1773d2(0x2d1)](),!_0x54b380?(logger[_0x1773d2(0x239)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5dbde6),this['trackJestInstance'](_0x5dbde6,_0x37cbc9),_0x54b380=TestFramework[_0x1773d2(0x2d1)](),logger[_0x1773d2(0x239)](_0x1773d2(0x28c)+!!_0x54b380+',\x20contextId='+_0x54b380?.[_0x1773d2(0x1f3)]()?.['getId']())):logger[_0x1773d2(0x239)](_0x1773d2(0x1f6)+_0x54b380[_0x1773d2(0x1f3)]()?.[_0x1773d2(0x304)]()),_0x54b380;}[a79_0x5deb8e(0x2b2)](_0x3c2ca4,_0x1ab01b){const _0x57adc6=a79_0x5deb8e,_0x1c82a5={};_0x1c82a5[_0x57adc6(0x2d9)]=_0x57adc6(0x288);const _0x553d07=_0x1c82a5;if(TestFramework[_0x57adc6(0x2d1)]()){logger[_0x57adc6(0x239)](_0x553d07[_0x57adc6(0x2d9)]);return;}const _0x5214ad=CLIUtils[_0x57adc6(0x1de)](),_0x3957c0=TrackedInstance[_0x57adc6(0x272)](_0x5214ad);let _0xd5ef6c=null;logger[_0x57adc6(0x239)](_0x57adc6(0x26e)+_0x5214ad+',\x20state='+_0x3c2ca4),_0xd5ef6c=new TestFrameworkInstance(_0x3957c0,this[_0x57adc6(0x2de)](),this[_0x57adc6(0x261)](),_0x3c2ca4,HookState[_0x57adc6(0x209)]),TestFramework['setTrackedInstance'](_0x3957c0,_0xd5ef6c),logger[_0x57adc6(0x239)](_0x57adc6(0x311)+_0x3957c0[_0x57adc6(0x304)]()+_0x57adc6(0x210)+_0x5214ad+_0x57adc6(0x2d2)+this[_0x57adc6(0x2de)]()[0x0]+',\x20version='+this[_0x57adc6(0x261)]()[this[_0x57adc6(0x2de)]()[0x0]]);}[a79_0x5deb8e(0x1e9)](_0x3957fa){const _0x447210=a79_0x5deb8e,_0x15674a={};_0x15674a[_0x447210(0x1fb)]=function(_0x526e18,_0x247a7f){return _0x526e18||_0x247a7f;},_0x15674a['mhVgH']=_0x447210(0x22b);const _0x4d2816=_0x15674a,{testUUID:_0x1b15e0,testData:_0x15fe9b,testId:_0x2b3820}=_0x3957fa;if(_0x4d2816[_0x447210(0x1fb)](!_0x15fe9b,!_0x2b3820))return logger[_0x447210(0x239)](_0x4d2816['mhVgH']),{};const _0x70f6fa=this[_0x447210(0x2de)]()[0x0],_0x5e7f46=this[_0x447210(0x261)](),_0x56b126={};_0x56b126[_0x447210(0x247)]=0x2,_0x56b126[_0x447210(0x20a)]=0x3,logger[_0x447210(0x239)](_0x447210(0x27f)+util['inspect'](_0x15fe9b,_0x56b126));const _0x3bb117=_0x15fe9b?.[_0x447210(0x1ec)]||[],_0x589854=this[_0x447210(0x257)](_0x15fe9b),_0x501505=this[_0x447210(0x312)](_0x15fe9b),_0x667a13=_0x15fe9b['fn']?_0x15fe9b['fn'][_0x447210(0x23b)]():_0x15fe9b?.[_0x447210(0x27e)]?_0x15fe9b[_0x447210(0x27e)][_0x447210(0x282)][_0x447210(0x23b)]():null,_0x26fa7e=this[_0x447210(0x1ee)](_0x15fe9b),_0x5d75ad={[TestFrameworkConstants[_0x447210(0x1db)]]:_0x70f6fa,[TestFrameworkConstants[_0x447210(0x1ce)]]:_0x5e7f46[_0x70f6fa],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x447210(0x2f1)]]:{},[TestFrameworkConstants[_0x447210(0x1c7)]]:{},[TestFrameworkConstants[_0x447210(0x300)]]:TestFrameworkConstants[_0x447210(0x298)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x589854,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x501505,[TestFrameworkConstants['KEY_TEST_ID']]:_0x2b3820,[TestFrameworkConstants[_0x447210(0x1fa)]]:_0x589854,[TestFrameworkConstants[_0x447210(0x2ab)]]:_0x501505,[TestFrameworkConstants[_0x447210(0x28f)]]:_0x667a13,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x26fa7e,[TestFrameworkConstants[_0x447210(0x2f6)]]:_0x15fe9b[_0x447210(0x31f)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x447210(0x206)]]:_0x3bb117[0x0]||'',[TestFrameworkConstants[_0x447210(0x313)]]:_0x3bb117,[TestFrameworkConstants[_0x447210(0x27b)]]:_0x589854,[TestFrameworkConstants[_0x447210(0x2b9)]]:{},[TestFrameworkConstants[_0x447210(0x2fd)]]:{}};_0x15fe9b[_0x447210(0x1c0)]&&(_0x5d75ad[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x15fe9b[_0x447210(0x1c0)]);logger[_0x447210(0x239)](_0x447210(0x30f)+_0x589854+',\x20testId='+_0x2b3820+_0x447210(0x26b)+JSON[_0x447210(0x24e)](_0x26fa7e)+',\x20scopes='+util['inspect'](_0x3bb117)+_0x447210(0x2f5)+_0x501505);const _0x4e1c55={};return _0x4e1c55[_0x2b3820]=_0x5d75ad,_0x4e1c55;}[a79_0x5deb8e(0x264)](_0x54b89f){const _0x58a201=a79_0x5deb8e,_0x336f87={'hlNoI':function(_0x222c2e,_0x349a14){return _0x222c2e===_0x349a14;},'gMbhB':_0x58a201(0x24b),'nCDZn':function(_0x53ec30,_0x17d8a4){return _0x53ec30===_0x17d8a4;},'XPTdG':_0x58a201(0x318),'ancjZ':_0x58a201(0x2ce),'qAGVH':_0x58a201(0x2e8),'byQeB':function(_0x31ee06,_0x279c15){return _0x31ee06||_0x279c15;},'tzVlX':_0x58a201(0x2a6),'GNBMS':function(_0xda817b,_0x1c412c){return _0xda817b||_0x1c412c;},'IsNar':_0x58a201(0x1eb),'KsvCH':function(_0x540ef3,_0x5358ab){return _0x540ef3>_0x5358ab;},'cvSdr':_0x58a201(0x22f),'OrPLT':function(_0x1d23e8,_0x2a2b44){return _0x1d23e8===_0x2a2b44;},'aNNvQ':_0x58a201(0x26d),'fikcu':_0x58a201(0x1be),'IfQUn':_0x58a201(0x252),'ZqRyB':function(_0x58e550,_0x527322){return _0x58e550===_0x527322;},'aLSJC':function(_0x16a1b6,_0x2404cf){return _0x16a1b6!==_0x2404cf;},'idLZS':function(_0xbf2247,_0x4abc2f,_0x5a7cd5,_0x26ef97){return _0xbf2247(_0x4abc2f,_0x5a7cd5,_0x26ef97);},'JIBlS':function(_0x33b80b,_0x26f7b1){return _0x33b80b>_0x26f7b1;},'WYldV':_0x58a201(0x2f7),'TUKnC':function(_0x2339bc,_0x50fe24){return _0x2339bc>_0x50fe24;}},{testUUID:_0x479a6e,testData:_0x4e3b85,testId:_0x1f5588}=_0x54b89f;if(_0x336f87['byQeB'](!_0x4e3b85,!_0x1f5588))return logger['debug'](_0x336f87['tzVlX']),{};const _0x57ba70=this[_0x58a201(0x315)](TestFrameworkState[_0x58a201(0x2a1)],HookState['POST']),_0xf95fcf=_0x57ba70[_0x58a201(0x20c)]()['get'](_0x1f5588),_0x1b069c=_0x336f87[_0x58a201(0x32a)](_0xf95fcf,{}),_0x2c5737=_0x1b069c?_0x1b069c[TestFrameworkConstants[_0x58a201(0x2b9)]]||{}:{},_0x27b001=_0x1b069c[TestFrameworkConstants[_0x58a201(0x291)]];logger[_0x58a201(0x239)](_0x58a201(0x2e6)+(_0x27b001?Object['keys'](_0x27b001)['length']:0x0)+_0x58a201(0x211));let _0x55a216=_0x336f87[_0x58a201(0x328)];if(_0x4e3b85['result'])_0x55a216=_0x4e3b85[_0x58a201(0x292)];else{if(_0x4e3b85[_0x58a201(0x1c3)]&&_0x336f87['KsvCH'](_0x4e3b85[_0x58a201(0x1c3)]['length'],0x0))_0x55a216=_0x336f87[_0x58a201(0x1f8)];else _0x336f87[_0x58a201(0x341)](_0x4e3b85[_0x58a201(0x226)],_0x336f87[_0x58a201(0x2a5)])||_0x336f87[_0x58a201(0x341)](_0x4e3b85['status'],_0x336f87[_0x58a201(0x333)])?_0x55a216=_0x336f87[_0x58a201(0x333)]:_0x55a216=_0x336f87[_0x58a201(0x342)];}const _0x5bae25={..._0x1b069c,[TestFrameworkConstants[_0x58a201(0x300)]]:_0x55a216,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4e3b85[_0x58a201(0x279)]||new Date()[_0x58a201(0x345)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x58a201(0x2b9)]]:_0x2c5737,[TestFrameworkConstants['KEY_LOGS']]:_0x1b069c[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x336f87[_0x58a201(0x2ae)](_0x55a216,_0x336f87['cvSdr'])&&_0x4e3b85[_0x58a201(0x1c3)]){const _0x2d8922=this[_0x58a201(0x1e8)](_0x4e3b85),_0x21067f=this[_0x58a201(0x215)](_0x4e3b85),_0x3a9cd2=this['getJestFailureData'](_0x4e3b85);_0x5bae25[TestFrameworkConstants[_0x58a201(0x32e)]]=_0x21067f,_0x5bae25[TestFrameworkConstants[_0x58a201(0x1d0)]]=_0x2d8922,_0x5bae25[TestFrameworkConstants[_0x58a201(0x322)]]=_0x3a9cd2;}_0x336f87[_0x58a201(0x202)](_0x4e3b85[_0x58a201(0x24f)],undefined)&&(_0x5bae25[TestFrameworkConstants[_0x58a201(0x335)]]=_0x4e3b85[_0x58a201(0x24f)]);_0x4e3b85['retryOf']&&(_0x5bae25[TestFrameworkConstants[_0x58a201(0x270)]]=_0x4e3b85[_0x58a201(0x1c0)]);const _0x5b48e7=_0xf95fcf?_0xf95fcf[TestFrameworkConstants[_0x58a201(0x291)]]||{}:{},_0x12477e=_0xf95fcf?_0xf95fcf[TestFrameworkConstants[_0x58a201(0x346)]]:_0x479a6e,_0xcd360=_0x336f87['idLZS'](getManualUploadLogs,_0x5b48e7,_0x12477e,_0x1f5588);if(_0x336f87[_0x58a201(0x2c1)](_0xcd360[_0x58a201(0x1d8)],0x0)){const _0x4099d=_0x5bae25[TestFrameworkConstants[_0x58a201(0x1ca)]]||[];_0x5bae25[TestFrameworkConstants['KEY_LOGS']]=[..._0x4099d,..._0xcd360];}const _0x472508=_0x1b069c[TestFrameworkConstants[_0x58a201(0x2f1)]]||{},_0x35700a=_0x1b069c[TestFrameworkConstants[_0x58a201(0x1c7)]]||{},_0x1c24dc={..._0x472508},_0x4b3459=_0x1c24dc;Object['keys'](_0x35700a)[_0x58a201(0x203)](_0x372cca=>{const _0x29196f=_0x58a201;!_0x4b3459[_0x372cca]&&(_0x4b3459[_0x372cca]=[]);const _0x438598=new Set((_0x4b3459[_0x372cca]||[])[_0x29196f(0x213)](_0x17f541=>_0x17f541[TestFrameworkConstants[_0x29196f(0x301)]]||_0x17f541[_0x29196f(0x238)]));(_0x35700a[_0x372cca]||[])[_0x29196f(0x203)](_0x3c4939=>{const _0x44a3a9=_0x29196f,_0x34c39b=_0x3c4939[TestFrameworkConstants[_0x44a3a9(0x301)]]||_0x3c4939[_0x44a3a9(0x238)];if(!_0x438598['has'](_0x34c39b)){const _0x5bfd80={..._0x3c4939},_0x57580c=_0x5bfd80;!_0x57580c[TestFrameworkConstants[_0x44a3a9(0x21e)]]&&!_0x57580c[_0x44a3a9(0x33f)]&&(_0x57580c[TestFrameworkConstants[_0x44a3a9(0x21e)]]=new Date()['toISOString']()),!_0x57580c[TestFrameworkConstants[_0x44a3a9(0x21c)]]&&!_0x57580c[_0x44a3a9(0x1c4)]&&(_0x57580c[TestFrameworkConstants[_0x44a3a9(0x21c)]]=TestFrameworkConstants[_0x44a3a9(0x2c4)]),_0x4b3459[_0x372cca][_0x44a3a9(0x1fe)](_0x57580c);}});});if(_0x54b89f['originalTest']){this[_0x58a201(0x2a0)](_0x54b89f['originalTest']);const _0x52c545=this[_0x58a201(0x25e)](_0x54b89f[_0x58a201(0x230)]),_0x4a89dc=this['getHooksForTest'](_0x54b89f[_0x58a201(0x230)]);_0x4a89dc['forEach'](_0x189a2f=>{const _0x2df748=_0x58a201,_0x2232ea=_0x52c545[_0x2df748(0x2fa)](_0x189a2f);if(_0x2232ea&&(_0x336f87[_0x2df748(0x240)](_0x2232ea[_0x2df748(0x2d8)],_0x336f87['gMbhB'])||_0x336f87[_0x2df748(0x262)](_0x2232ea[_0x2df748(0x2d8)],_0x336f87[_0x2df748(0x274)]))){const _0x3f2808=_0x2232ea[_0x2df748(0x2d8)][_0x2df748(0x1d9)]()[_0x2df748(0x2ca)](_0x336f87[_0x2df748(0x316)],_0x336f87[_0x2df748(0x267)]),_0x4ccbad=_0x3f2808;!_0x4b3459[_0x4ccbad]&&(_0x4b3459[_0x4ccbad]=[]);const _0x2fe0a0=_0x4b3459[_0x4ccbad][_0x2df748(0x237)](_0xe86bfa=>(_0xe86bfa[TestFrameworkConstants['KEY_HOOK_ID']]||_0xe86bfa[_0x2df748(0x238)])===_0x189a2f);!_0x2fe0a0&&_0x4b3459[_0x4ccbad]['push']({'key':_0x4ccbad,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x189a2f,[TestFrameworkConstants[_0x2df748(0x21c)]]:TestFrameworkConstants[_0x2df748(0x2c4)],[TestFrameworkConstants[_0x2df748(0x23f)]]:new Date()[_0x2df748(0x345)](),[TestFrameworkConstants[_0x2df748(0x21e)]]:new Date()[_0x2df748(0x345)](),[TestFrameworkConstants[_0x2df748(0x2cb)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2232ea['name']||_0x2232ea[_0x2df748(0x2d8)]+_0x2df748(0x1cb),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2c5737});}});}if(_0x4e3b85[_0x58a201(0x31a)]&&_0x336f87[_0x58a201(0x286)](_0x4e3b85[_0x58a201(0x31a)]['length'],0x0))_0x5bae25[TestFrameworkConstants[_0x58a201(0x2f1)]]=_0x4e3b85[_0x58a201(0x31a)],logger[_0x58a201(0x239)](_0x336f87[_0x58a201(0x20b)]);else _0x336f87[_0x58a201(0x344)](Object[_0x58a201(0x29a)](_0x4b3459)['length'],0x0)&&(_0x5bae25[TestFrameworkConstants[_0x58a201(0x2f1)]]=_0x4b3459,logger[_0x58a201(0x239)](_0x58a201(0x2ee)+Object[_0x58a201(0x29a)](_0x4b3459)[_0x58a201(0x1c9)](',')));const _0x42757f=this[_0x58a201(0x257)](_0x4e3b85);logger[_0x58a201(0x239)](_0x58a201(0x1f7)+_0x42757f+_0x58a201(0x20f)+_0x1f5588+_0x58a201(0x234)+_0x55a216+_0x58a201(0x1cd)+_0x4e3b85[_0x58a201(0x24f)]);_0x336f87['OrPLT'](_0x55a216,_0x336f87[_0x58a201(0x1f8)])&&logger['debug'](_0x58a201(0x1dc)+_0x1f5588+_0x58a201(0x225)+_0x5bae25[TestFrameworkConstants[_0x58a201(0x32e)]]+_0x58a201(0x2bc)+_0x5bae25[TestFrameworkConstants[_0x58a201(0x1d0)]]?.['substring'](0x0,0xc8));const _0x71b9fe={};return _0x71b9fe[_0x1f5588]=_0x5bae25,_0x71b9fe;}['getJestTestScopes'](_0x33894e){const _0x245961=a79_0x5deb8e,_0x368022={};_0x368022[_0x245961(0x33b)]=function(_0x4c5f5e,_0x20366d){return _0x4c5f5e!==_0x20366d;},_0x368022[_0x245961(0x2da)]=_0x245961(0x287);const _0x46390c=_0x368022,_0x40c28a={};_0x40c28a[_0x245961(0x247)]=0x2,_0x40c28a['maxArrayLength']=0x3,logger[_0x245961(0x239)](_0x245961(0x2f0)+util[_0x245961(0x212)](_0x33894e,_0x40c28a));const _0x4f0064=[];if(_0x33894e&&_0x33894e[_0x245961(0x2c9)]){let _0x426515=_0x33894e['parent'];while(_0x426515&&_0x426515[_0x245961(0x266)]&&_0x46390c['HuVPK'](_0x426515[_0x245961(0x266)],'')&&_0x46390c[_0x245961(0x33b)](_0x426515[_0x245961(0x266)],_0x46390c['BSxQj'])){_0x4f0064[_0x245961(0x1fe)](_0x426515[_0x245961(0x266)]),_0x426515=_0x426515[_0x245961(0x2c9)];}}return _0x4f0064[_0x245961(0x321)]();}['getJestTestName'](_0x533ae3){const _0x43f10d=a79_0x5deb8e,_0x1db39f={};_0x1db39f[_0x43f10d(0x1fc)]='Unknown\x20Test';const _0x1cde9e=_0x1db39f;if(_0x533ae3[_0x43f10d(0x266)])return _0x533ae3[_0x43f10d(0x266)];if(_0x533ae3[_0x43f10d(0x25d)])return _0x533ae3['title'];return _0x1cde9e[_0x43f10d(0x1fc)];}[a79_0x5deb8e(0x1ee)](_0x37b5e8){const _0x2f8e5a=a79_0x5deb8e,_0x33f74c=[];if(_0x37b5e8[_0x2f8e5a(0x1d4)]&&Array[_0x2f8e5a(0x200)](_0x37b5e8[_0x2f8e5a(0x1d4)]))return _0x37b5e8[_0x2f8e5a(0x1d4)][_0x2f8e5a(0x213)](_0x11d480=>_0x11d480[_0x2f8e5a(0x29f)]('@')?_0x11d480[_0x2f8e5a(0x1d3)](0x1):_0x11d480);const _0x36ff31=this[_0x2f8e5a(0x257)](_0x37b5e8),_0x1df1a2=_0x36ff31[_0x2f8e5a(0x21d)](/@(\w+)/g);if(_0x1df1a2)return _0x1df1a2[_0x2f8e5a(0x213)](_0x1a06ba=>_0x1a06ba[_0x2f8e5a(0x2bb)](0x1));return _0x37b5e8['scopes']&&Array[_0x2f8e5a(0x200)](_0x37b5e8[_0x2f8e5a(0x1ec)])&&_0x37b5e8[_0x2f8e5a(0x1ec)]['forEach'](_0x2042a3=>{const _0x58dce4=_0x2f8e5a,_0x438b03=_0x2042a3[_0x58dce4(0x21d)](/@(\w+)/g);_0x438b03&&_0x438b03[_0x58dce4(0x203)](_0xd879cd=>{const _0x1e945e=_0x58dce4,_0x4d41f0=_0xd879cd[_0x1e945e(0x2bb)](0x1);!_0x33f74c[_0x1e945e(0x2bf)](_0x4d41f0)&&_0x33f74c['push'](_0x4d41f0);});}),_0x33f74c;}[a79_0x5deb8e(0x312)](_0x1d462e){const _0x36e962=a79_0x5deb8e,_0x24af6d={'QPHXa':function(_0x19f041,_0x250bbb){return _0x19f041(_0x250bbb);},'UMeMo':_0x36e962(0x338)};if(_0x1d462e[_0x36e962(0x2d4)])return _0x1d462e[_0x36e962(0x2d4)];if(_0x1d462e[_0x36e962(0x2dc)]){const _0x3404b9=_0x24af6d['QPHXa'](require,_0x24af6d[_0x36e962(0x1e6)]);try{const _0x19b173=_0x3404b9[_0x36e962(0x32b)](_0x1d462e[_0x36e962(0x2dc)]);if(_0x19b173[0x0]&&_0x19b173[0x0][_0x36e962(0x2d3)])return _0x19b173[0x0][_0x36e962(0x2d3)]();}catch(_0xf4aaf7){logger['debug'](_0x36e962(0x289)+util['format'](_0xf4aaf7));}}return null;}[a79_0x5deb8e(0x1e8)](_0x1dbd08){const _0x315dfa=a79_0x5deb8e,_0x492198={};_0x492198[_0x315dfa(0x1c8)]=function(_0x1221e1,_0x549fbd){return _0x1221e1>_0x549fbd;},_0x492198[_0x315dfa(0x21b)]='Unknown\x20error';const _0x24adf4=_0x492198;if(_0x1dbd08['errorsDetailed']&&_0x24adf4[_0x315dfa(0x1c8)](_0x1dbd08[_0x315dfa(0x1c3)][_0x315dfa(0x1d8)],0x0))return util[_0x315dfa(0x212)](_0x1dbd08[_0x315dfa(0x1c3)][0x0]);if(_0x1dbd08['failure_reason'])return _0x1dbd08[_0x315dfa(0x23a)];return _0x24adf4[_0x315dfa(0x21b)];}[a79_0x5deb8e(0x215)](_0x2bdaa9){const _0x4f7ad8=a79_0x5deb8e,_0x3c0b0f={};_0x3c0b0f[_0x4f7ad8(0x25f)]=_0x4f7ad8(0x1e5),_0x3c0b0f[_0x4f7ad8(0x340)]=_0x4f7ad8(0x229),_0x3c0b0f[_0x4f7ad8(0x2f8)]='UnhandledError';const _0x1a884f=_0x3c0b0f,_0x5d653e=this[_0x4f7ad8(0x1e8)](_0x2bdaa9);if(_0x5d653e&&_0x5d653e[_0x4f7ad8(0x2bf)](_0x1a884f[_0x4f7ad8(0x25f)]))return _0x1a884f['olTrU'];return _0x1a884f[_0x4f7ad8(0x2f8)];}[a79_0x5deb8e(0x278)](_0x4497f3){const _0x2bb1f3=a79_0x5deb8e,_0xec7310={'HCugd':function(_0x1c84dc,_0x5c7b86){return _0x1c84dc(_0x5c7b86);},'THNgd':_0x2bb1f3(0x2a7),'bwBuF':function(_0x3fe241,_0x52470b){return _0x3fe241!==_0x52470b;},'wJAoA':'test'},{failureData:_0x9ce26b}=_0xec7310[_0x2bb1f3(0x228)](require,_0xec7310['THNgd']),_0x5db2c0=[];return _0xec7310['bwBuF'](_0x4497f3['errorsDetailed'],undefined)&&_0x5db2c0['push'](_0x4497f3[_0x2bb1f3(0x1c3)],_0xec7310['wJAoA']),_0x9ce26b['apply'](null,_0x5db2c0);}async['trackHookEvent'](_0x3e231b,_0x1a24c0,_0x178552,_0x1a1c5e){const _0x43103f=a79_0x5deb8e,_0x4df1b1={'TytKu':_0x43103f(0x2b4),'SbDRD':function(_0x524e49){return _0x524e49();},'rYeAs':function(_0x4d290d,_0x592545){return _0x4d290d in _0x592545;},'QTxFd':function(_0xdb69fa,_0x19f63e){return _0xdb69fa in _0x19f63e;},'qnrOb':function(_0x2520fa,_0x418673){return _0x2520fa===_0x418673;},'dKqsy':function(_0x19b129,_0x31d788){return _0x19b129===_0x31d788;},'KLXPP':function(_0x4947f,_0x204bb5){return _0x4947f>_0x204bb5;},'kxQVq':_0x43103f(0x22f),'WKGVW':_0x43103f(0x252),'MWoJM':function(_0x1194f0,_0x2dde00){return _0x1194f0===_0x2dde00;},'ddsxh':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','NBifb':function(_0x209d5c,_0x34e6b9){return _0x209d5c!==_0x34e6b9;}},{hookData:_0x105f41}=_0x1a1c5e,_0x1b44be=_0x178552[_0x43103f(0x23b)](),_0xb9eeaa=_0x1a24c0[_0x43103f(0x23b)](),_0x3f4813={};_0x3f4813['depth']=0x2,_0x3f4813['maxArrayLength']=0x3,logger['debug'](_0x43103f(0x323)+_0xb9eeaa+_0x43103f(0x2ff)+_0x1b44be+',\x20hookData='+util[_0x43103f(0x212)](_0x105f41,_0x3f4813));if(!_0x105f41)return logger[_0x43103f(0x239)](_0x4df1b1[_0x43103f(0x2b1)]),{};const _0x58fb52=_0x105f41[_0x43103f(0x244)]||_0x105f41[_0x43103f(0x2e4)]||_0x4df1b1['SbDRD'](uuidv4),_0x42c8e2=_0x105f41[_0x43103f(0x255)]||this[_0x43103f(0x2d6)](_0x105f41),_0x2efc36=_0x1a24c0[_0x43103f(0x23b)]()[_0x43103f(0x1dd)]('.')[0x1],_0x44e748=_0x3e231b[_0x43103f(0x20c)]()[_0x43103f(0x2fa)](_0x42c8e2),_0x486ab9=_0x44e748?_0x44e748[TestFrameworkConstants[_0x43103f(0x2b9)]]||{}:{};logger[_0x43103f(0x239)](_0x43103f(0x2ed)+_0x58fb52+_0x43103f(0x20f)+_0x42c8e2+_0x43103f(0x2ef)+_0x2efc36+_0x43103f(0x2ff)+_0x1b44be);if(!_0x44e748)return logger[_0x43103f(0x239)](_0x43103f(0x29c)+_0x42c8e2+_0x43103f(0x2ad)),this[_0x43103f(0x305)](_0x3e231b,_0x42c8e2,_0x1a24c0,_0x178552,_0x1a1c5e),{};let _0x52fb4d=_0x44e748[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x52fb4d&&(_0x52fb4d={});!_0x4df1b1[_0x43103f(0x1f0)](_0x2efc36,_0x52fb4d)&&(_0x52fb4d[_0x2efc36]=[]);let _0x171df4=_0x44e748[TestFrameworkConstants[_0x43103f(0x2f1)]];!_0x171df4&&(_0x171df4={});!_0x4df1b1[_0x43103f(0x294)](_0x2efc36,_0x171df4)&&(_0x171df4[_0x2efc36]=[]);const _0x1d0106={[_0x42c8e2]:{[TestFrameworkConstants[_0x43103f(0x1c7)]]:_0x52fb4d,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x171df4,[TestFrameworkConstants[_0x43103f(0x1db)]]:this[_0x43103f(0x2de)]()[0x0]||'',[TestFrameworkConstants[_0x43103f(0x1ce)]]:this[_0x43103f(0x261)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x4df1b1['qnrOb'](_0x178552,HookState['PRE'])){const _0x9b409d={'key':_0x2efc36,[TestFrameworkConstants[_0x43103f(0x301)]]:_0x58fb52,[TestFrameworkConstants[_0x43103f(0x21c)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x105f41[_0x43103f(0x31f)]||new Date()[_0x43103f(0x345)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x105f41[_0x43103f(0x266)]||_0x105f41['hook_type']||_0x2efc36,[TestFrameworkConstants[_0x43103f(0x2b9)]]:_0x486ab9};_0x52fb4d[_0x2efc36]['push'](_0x9b409d),_0x1d0106[_0x42c8e2][TestFrameworkConstants[_0x43103f(0x1e3)]]=_0x2efc36;const _0x51f743={};_0x51f743[_0x43103f(0x247)]=0x2,logger[_0x43103f(0x239)](_0x43103f(0x27c)+_0x2efc36+_0x43103f(0x23c)+_0x58fb52+_0x43103f(0x20f)+_0x42c8e2+_0x43103f(0x2fb)+util[_0x43103f(0x212)](_0x9b409d,_0x51f743));}else{if(_0x4df1b1['dKqsy'](_0x178552,HookState[_0x43103f(0x21f)])){const _0x4ab755=_0x105f41[_0x43103f(0x292)]||(_0x105f41['errorsDetailed']&&_0x4df1b1[_0x43103f(0x2cc)](_0x105f41[_0x43103f(0x1c3)][_0x43103f(0x1d8)],0x0)?_0x4df1b1['kxQVq']:_0x4df1b1[_0x43103f(0x214)]),_0x482fe7=_0x52fb4d[_0x2efc36]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x2efc36+',\x20testId='+_0x42c8e2+_0x43103f(0x2dd)+_0x4ab755+',\x20hooksListLength='+_0x482fe7['length']);if(_0x4df1b1['qnrOb'](_0x482fe7['length'],0x0)&&_0x4df1b1[_0x43103f(0x1ef)](_0x1a24c0,TestFrameworkState[_0x43103f(0x2db)]))return logger[_0x43103f(0x239)](_0x4df1b1[_0x43103f(0x26a)]),this[_0x43103f(0x305)](_0x3e231b,_0x42c8e2,_0x1a24c0,_0x178552,_0x1a1c5e),{};if(_0x4df1b1[_0x43103f(0x2cc)](_0x482fe7[_0x43103f(0x1d8)],0x0)){const _0x15cc35=_0x482fe7[_0x43103f(0x1e1)]();_0x4df1b1['qnrOb'](_0x4ab755,_0x4df1b1[_0x43103f(0x2f2)])&&_0x105f41[_0x43103f(0x1c3)]?(_0x15cc35[TestFrameworkConstants[_0x43103f(0x306)]]=this[_0x43103f(0x215)](_0x105f41),_0x15cc35[TestFrameworkConstants[_0x43103f(0x1e2)]]=this['getJestFailureReason'](_0x105f41),_0x15cc35[TestFrameworkConstants[_0x43103f(0x246)]]=this[_0x43103f(0x278)](_0x105f41),logger[_0x43103f(0x239)](_0x43103f(0x30d)+_0x2efc36+_0x43103f(0x225)+_0x15cc35[TestFrameworkConstants[_0x43103f(0x306)]]+_0x43103f(0x2bc)+_0x15cc35[TestFrameworkConstants[_0x43103f(0x1e2)]]?.['substring'](0x0,0xc8))):_0x15cc35[TestFrameworkConstants[_0x43103f(0x21c)]]=_0x4df1b1[_0x43103f(0x214)];_0x4df1b1[_0x43103f(0x265)](_0x4ab755,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x15cc35[TestFrameworkConstants[_0x43103f(0x21c)]]=_0x4ab755);_0x15cc35[TestFrameworkConstants[_0x43103f(0x21e)]]=_0x105f41[_0x43103f(0x279)]||new Date()['toISOString'](),_0x15cc35[TestFrameworkConstants[_0x43103f(0x2b9)]]=_0x486ab9;const _0x1c3581=_0x15cc35[TestFrameworkConstants[_0x43103f(0x301)]];!_0x171df4[_0x2efc36]&&(_0x171df4[_0x2efc36]=[]);_0x171df4[_0x2efc36][_0x43103f(0x1fe)](_0x15cc35),_0x1d0106[_0x42c8e2][TestFrameworkConstants[_0x43103f(0x1e0)]]=_0x2efc36;const _0x40b085={};_0x40b085['depth']=0x2,logger[_0x43103f(0x239)](_0x43103f(0x1ea)+_0x2efc36+_0x43103f(0x23c)+_0x1c3581+_0x43103f(0x2dd)+_0x4ab755+_0x43103f(0x2fb)+util['inspect'](_0x15cc35,_0x40b085));}}}return _0x1d0106;}[a79_0x5deb8e(0x25c)](_0x113b61){const _0x46c13a=a79_0x5deb8e,_0x11ac81={};_0x11ac81[_0x46c13a(0x216)]=_0x46c13a(0x2e3);const _0x5b8f86=_0x11ac81;try{const _0x2e8ab7=_0x113b61[_0x46c13a(0x2c2)]?this[_0x46c13a(0x2d6)](_0x113b61[_0x46c13a(0x2c2)]):_0x113b61[_0x46c13a(0x284)][_0x46c13a(0x255)],_0x4f5b5b=_0x113b61[_0x46c13a(0x273)],_0x19800f=_0x4f5b5b['getContext'](),_0x472973=_0x4f5b5b[_0x46c13a(0x20c)]()[_0x46c13a(0x2fa)](_0x2e8ab7);if(!_0x472973)return logger[_0x46c13a(0x239)](_0x46c13a(0x22c)+_0x2e8ab7),{};const {[TestFrameworkConstants[_0x46c13a(0x1db)]]:_0x22865e=this[_0x46c13a(0x2de)]()[0x0]||'',[TestFrameworkConstants[_0x46c13a(0x1ce)]]:_0x5b8fdf=this[_0x46c13a(0x261)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1017a='',[TestFrameworkConstants[_0x46c13a(0x2e0)]]:_0x2f5dfe=''}=_0x472973,_0x5c0100=_0x4f5b5b['getCurrentTestState']()[_0x46c13a(0x23b)]()[_0x46c13a(0x1dd)]('.')[0x1],_0x5f3125=_0x4f5b5b['getCurrentHookState']()['toString']()[_0x46c13a(0x1dd)]('.')[0x1],_0x1886e=global?.[_0x46c13a(0x332)]?.['workerInfo']?.[_0x46c13a(0x275)]||global['__bstackPlatformIndex']||0x0,_0x2b6030=_0x4f5b5b[_0x46c13a(0x2c0)](),_0x7a38c4=Buffer[_0x46c13a(0x30a)](JSON[_0x46c13a(0x24e)](_0x472973))[_0x46c13a(0x23b)](_0x5b8f86['TxkTH']),_0x1b084a={'hash':_0x19800f[_0x46c13a(0x304)](),'threadId':_0x19800f[_0x46c13a(0x2f3)]()[_0x46c13a(0x23b)](),'processId':_0x19800f[_0x46c13a(0x310)]()['toString']()},_0x2c7cc4={};_0x2c7cc4['platformIndex']=_0x1886e,_0x2c7cc4['testFrameworkName']=_0x22865e,_0x2c7cc4['testFrameworkVersion']=_0x5b8fdf,_0x2c7cc4[_0x46c13a(0x1da)]=_0x5c0100,_0x2c7cc4[_0x46c13a(0x218)]=_0x5f3125,_0x2c7cc4[_0x46c13a(0x250)]=_0x1017a,_0x2c7cc4[_0x46c13a(0x269)]=_0x2f5dfe,_0x2c7cc4[_0x46c13a(0x244)]=_0x2b6030,_0x2c7cc4['eventJson']=_0x7a38c4,_0x2c7cc4[_0x46c13a(0x1e7)]=_0x1b084a,_0x2c7cc4[_0x46c13a(0x1d5)]=_0x2e8ab7;const _0x2c791c=_0x2c7cc4;return _0x2c791c;}catch(_0x2f4351){return logger[_0x46c13a(0x2e5)](_0x46c13a(0x1f5)+util[_0x46c13a(0x1cf)](_0x2f4351)),{};}}async['sendLogCreatedEvent'](_0x4bba9c,_0x13b8e9,_0x20eeb4){const _0x364827=a79_0x5deb8e,_0x47921b={'iidLI':function(_0x3d9838,_0xf88f76){return _0x3d9838+_0xf88f76;},'aEEcR':'missing','GXmrO':'none','thCiz':function(_0x35f473,_0x5bf36e){return _0x35f473>_0x5bf36e;},'MgeAy':function(_0x5293a3,_0x2b62ad,_0xcf5e1a,_0x43d956){return _0x5293a3(_0x2b62ad,_0xcf5e1a,_0x43d956);},'UCtxU':function(_0x9705f3,_0x2eadc4){return _0x9705f3-_0x2eadc4;},'llrvJ':function(_0x20e22e,_0x31a3cf){return _0x20e22e===_0x31a3cf;},'RjRVF':function(_0x1fe2dc,_0x5df97a){return _0x1fe2dc/_0x5df97a;},'mIXml':function(_0xec2378,_0x30aa57){return _0xec2378<_0x30aa57;},'NWmIQ':function(_0x1ae585,_0x3e72cc){return _0x1ae585*_0x3e72cc;},'vuoBA':function(_0x25a04d,_0x45967f){return _0x25a04d>_0x45967f;}};try{const _0x1ac793=_0x20eeb4[_0x364827(0x2ac)]||_0x20eeb4[_0x364827(0x2df)],_0x5016fc=Array[_0x364827(0x30a)](_0x4bba9c[_0x364827(0x20c)]()[_0x364827(0x29a)]()),_0x43e3e2=_0x4bba9c['getAllData']()[_0x364827(0x2fa)](_0x1ac793);if(!_0x43e3e2){logger[_0x364827(0x239)](_0x364827(0x30c)+_0x1ac793);return;}const {[TestFrameworkConstants[_0x364827(0x1db)]]:_0x5307d6='',[TestFrameworkConstants[_0x364827(0x1ce)]]:_0x75103e=''}=_0x43e3e2;let _0x5ba9a5=[];_0x43e3e2&&_0x43e3e2[TestFrameworkConstants[_0x364827(0x1ca)]]&&Array[_0x364827(0x200)](_0x43e3e2[TestFrameworkConstants['KEY_LOGS']])?(_0x5ba9a5=_0x43e3e2[TestFrameworkConstants[_0x364827(0x1ca)]]||[],logger[_0x364827(0x239)](_0x364827(0x290)+_0x5ba9a5[_0x364827(0x1d8)]+_0x364827(0x307)+_0x1ac793),_0x4bba9c['addMultipleEntries']({[_0x1ac793]:{[TestFrameworkConstants[_0x364827(0x1ca)]]:[],[TestFrameworkConstants[_0x364827(0x1db)]]:this[_0x364827(0x2de)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x364827(0x2de)]()[0x0]]||''}}),logger['debug'](_0x364827(0x33c)+_0x1ac793)):logger[_0x364827(0x239)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1ac793);logger[_0x364827(0x239)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x5ba9a5[_0x364827(0x1d8)]+_0x364827(0x1f4)+_0x1ac793);const _0x3b36b0=_0x5ba9a5['filter'](_0x129b44=>_0x129b44[_0x364827(0x26c)]==='TEST_SCREENSHOT');_0x47921b[_0x364827(0x219)](_0x3b36b0['length'],0x0)&&(logger['debug'](_0x364827(0x2c3)+_0x3b36b0[_0x364827(0x1d8)]+_0x364827(0x27a)+_0x1ac793),_0x3b36b0[_0x364827(0x203)]((_0x34ab87,_0x35a122)=>{const _0x32077e=_0x364827;logger['debug'](_0x32077e(0x2b0)+_0x47921b[_0x32077e(0x249)](_0x35a122,0x1)+'/'+_0x3b36b0[_0x32077e(0x1d8)]+_0x32077e(0x2af)+(_0x34ab87[_0x32077e(0x1d5)]||_0x47921b[_0x32077e(0x2d7)])+',\x20test_run_uuid='+(_0x34ab87[_0x32077e(0x337)]||_0x47921b[_0x32077e(0x2d7)])+_0x32077e(0x326)+(_0x34ab87['hook_run_uuid']||_0x47921b[_0x32077e(0x339)])+_0x32077e(0x1df)+(_0x34ab87['message']?.[_0x32077e(0x1d8)]||0x0));}));const _0x25bdb0=_0x43e3e2[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4da0fb=_0x47921b['MgeAy'](getMediaArtifactsLogs,_0x25bdb0,null,_0x1ac793),_0x598596=(_0x5ba9a5||[])['concat'](_0x4da0fb||[]),_0x4ce1e6=_0x3b36b0?.[_0x364827(0x1d8)]||0x0,_0x14b3aa=_0x47921b[_0x364827(0x258)](_0x5ba9a5?.['length']||0x0,_0x4ce1e6);logger['debug'](_0x364827(0x21a)+_0x1ac793+_0x364827(0x26f)+_0x14b3aa+_0x364827(0x2b7)+_0x4ce1e6+',\x20attachmentLogs:\x20'+(_0x4da0fb?.['length']||0x0)+_0x364827(0x33a)+_0x598596[_0x364827(0x1d8)]);if(!_0x598596||_0x47921b[_0x364827(0x31b)](_0x598596[_0x364827(0x1d8)],0x0)){logger[_0x364827(0x239)](_0x364827(0x1d6)+_0x1ac793);return;}const _0x28e602=0x28,_0xf4df95=Math[_0x364827(0x25a)](_0x47921b[_0x364827(0x28e)](_0x598596[_0x364827(0x1d8)],_0x28e602));for(let _0x478c33=0x0;_0x47921b[_0x364827(0x1f9)](_0x478c33,_0xf4df95);_0x478c33++){const _0x544e66=_0x47921b['NWmIQ'](_0x478c33,_0x28e602),_0x5255c3=_0x47921b['iidLI'](_0x544e66,_0x28e602),_0x161feb=_0x598596['slice'](_0x544e66,_0x5255c3),_0x67e78a=global?.[_0x364827(0x1fd)]??0x0,_0x82aa2={'platformIndex':_0x67e78a,'logs':_0x161feb,'testFrameworkName':_0x5307d6,'testFrameworkVersion':_0x75103e,'testFrameworkState':_0x13b8e9['toString']()[_0x364827(0x1dd)]('.')[0x1]},_0x2e0cb6={};_0x2e0cb6['depth']=0x3,_0x2e0cb6['maxArrayLength']=0x5,logger[_0x364827(0x239)](_0x364827(0x271)+_0x47921b[_0x364827(0x249)](_0x478c33,0x1)+'/'+_0xf4df95+_0x364827(0x20d)+_0x1ac793+_0x364827(0x32d)+_0x161feb[_0x364827(0x1d8)]+',\x20platformIndex:\x20'+_0x67e78a+',\x20payload:\x20'+util['inspect'](_0x82aa2,_0x2e0cb6));const _0x195d12=await GrpcClient[_0x364827(0x1d1)]()[_0x364827(0x2cf)](_0x82aa2);logger[_0x364827(0x239)](_0x364827(0x271)+_0x47921b[_0x364827(0x249)](_0x478c33,0x1)+'/'+_0xf4df95+_0x364827(0x20d)+_0x1ac793+_0x364827(0x2ec)+util[_0x364827(0x212)](_0x195d12));}_0x4da0fb&&_0x47921b['vuoBA'](_0x4da0fb['length'],0x0)&&_0x43e3e2[TestFrameworkConstants[_0x364827(0x291)]]&&_0x4bba9c['addMultipleEntries']({[_0x1ac793]:{[TestFrameworkConstants[_0x364827(0x291)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x364827(0x2de)]()[0x0]||'',[TestFrameworkConstants[_0x364827(0x1ce)]]:this['getTestFrameworksVersions']()[this[_0x364827(0x2de)]()[0x0]]||''}}),logger['debug'](_0x364827(0x220)+_0x1ac793+_0x364827(0x31d)+_0xf4df95);}catch(_0x55da86){logger[_0x364827(0x2e5)](_0x364827(0x224)+(_0x20eeb4[_0x364827(0x2ac)]||_0x20eeb4[_0x364827(0x2df)])+_0x364827(0x320)+util['format'](_0x55da86));}}[a79_0x5deb8e(0x305)](_0x2ee848,_0x3856f6,_0x1af376,_0x3d2ecd,_0x3e658d){const _0x1a0c51=a79_0x5deb8e,_0x33f096={};_0x33f096[_0x1a0c51(0x253)]=function(_0x56dce5,_0x2f0436){return _0x56dce5===_0x2f0436;},_0x33f096[_0x1a0c51(0x248)]=_0x1a0c51(0x318);const _0x413844=_0x33f096,{hookData:_0x429c59}=_0x3e658d,_0x544bd0={'testId':_0x3856f6,'testFrameworkState':_0x1af376,'hookState':_0x3d2ecd,'args':_0x3e658d,'timestamp':new Date()[_0x1a0c51(0x345)]()};if(_0x413844[_0x1a0c51(0x253)](_0x1af376,TestFrameworkState['BEFORE_ALL'])&&_0x429c59){const _0x3d9223={};_0x3d9223[_0x1a0c51(0x1cc)]=_0x429c59['file_name']||_0x429c59['location'],_0x3d9223[_0x1a0c51(0x2e9)]=_0x429c59[_0x1a0c51(0x2e9)]||_0x429c59['scopes']&&_0x429c59[_0x1a0c51(0x1ec)][0x0]||'',_0x3d9223[_0x1a0c51(0x2ba)]=_0x413844[_0x1a0c51(0x248)],_0x544bd0[_0x1a0c51(0x24a)]=_0x3d9223,logger[_0x1a0c51(0x239)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x3856f6+_0x1a0c51(0x207)+_0x544bd0[_0x1a0c51(0x24a)][_0x1a0c51(0x1cc)]+',\x20scope:\x20'+_0x544bd0[_0x1a0c51(0x24a)][_0x1a0c51(0x2e9)]);}_0x2ee848[_0x1a0c51(0x217)](_0x3856f6,_0x544bd0),logger[_0x1a0c51(0x239)](_0x1a0c51(0x2c8)+_0x3856f6+_0x1a0c51(0x2b3)+_0x1af376+_0x1a0c51(0x296)+_0x3d2ecd);}async[a79_0x5deb8e(0x324)](_0x2dd99c,_0x3b67ed){const _0x44f0b0=a79_0x5deb8e,_0x409669={};_0x409669['EgNxY']=function(_0x1679d,_0x512707){return _0x1679d>_0x512707;},_0x409669[_0x44f0b0(0x223)]=function(_0x29fcda,_0x134c52){return _0x29fcda===_0x134c52;},_0x409669[_0x44f0b0(0x330)]=function(_0x11ba59,_0x46a10d){return _0x11ba59===_0x46a10d;},_0x409669[_0x44f0b0(0x23e)]=function(_0x44f8b3,_0x35cd91){return _0x44f8b3===_0x35cd91;},_0x409669[_0x44f0b0(0x20e)]=_0x44f0b0(0x281);const _0x4ba2ea=_0x409669;if(_0x2dd99c['hasPendingHooks'](_0x3b67ed)){const _0xcc30ae=_0x2dd99c[_0x44f0b0(0x285)](_0x3b67ed);logger['debug'](_0x44f0b0(0x241)+_0xcc30ae[_0x44f0b0(0x1d8)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3b67ed);for(const _0x162643 of _0xcc30ae){try{const _0x298692=await this['trackHookEvent'](_0x2dd99c,_0x162643[_0x44f0b0(0x1da)],_0x162643[_0x44f0b0(0x218)],_0x162643[_0x44f0b0(0x2c7)]);_0x298692&&_0x4ba2ea['EgNxY'](Object[_0x44f0b0(0x29a)](_0x298692)['length'],0x0)&&_0x2dd99c['addMultipleEntries'](_0x298692),await this[_0x44f0b0(0x302)](_0x2dd99c,_0x162643[_0x44f0b0(0x1da)],_0x162643[_0x44f0b0(0x218)],_0x162643[_0x44f0b0(0x2c7)]);}catch(_0x273659){logger[_0x44f0b0(0x2e5)](_0x44f0b0(0x251)+_0x3b67ed+_0x44f0b0(0x320)+_0x273659);}}_0x2dd99c['removePendingHooks'](_0x3b67ed),logger['debug'](_0x44f0b0(0x2fc)+_0x3b67ed);}const _0x1953a5=_0x2dd99c[_0x44f0b0(0x20c)]()[_0x44f0b0(0x2fa)](_0x3b67ed);if(_0x1953a5){const _0x4994b0=_0x1953a5[TestFrameworkConstants[_0x44f0b0(0x242)]]||_0x1953a5[TestFrameworkConstants[_0x44f0b0(0x2ab)]],_0x529553=_0x1953a5[TestFrameworkConstants[_0x44f0b0(0x206)]]||_0x1953a5[TestFrameworkConstants[_0x44f0b0(0x313)]]&&_0x1953a5[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x44f0b0(0x239)](_0x44f0b0(0x222)+_0x4994b0+_0x44f0b0(0x2cd)+_0x529553);const _0x1cc967=_0x2dd99c[_0x44f0b0(0x201)]();for(const _0x10c29c of _0x1cc967){if(_0x4ba2ea[_0x44f0b0(0x223)](_0x10c29c,_0x3b67ed))continue;if(_0x2dd99c[_0x44f0b0(0x331)](_0x10c29c)){const _0x438753=_0x2dd99c[_0x44f0b0(0x285)](_0x10c29c);for(const _0x2999cd of _0x438753){if(_0x4ba2ea['VTBXl'](_0x2999cd['testFrameworkState'],TestFrameworkState[_0x44f0b0(0x2db)])&&_0x2999cd[_0x44f0b0(0x24a)]){const _0x357d4c=_0x2999cd[_0x44f0b0(0x24a)]['filePath'],_0x519cd4=_0x2999cd[_0x44f0b0(0x24a)]['scope'];if(_0x4ba2ea[_0x44f0b0(0x223)](_0x357d4c,_0x4994b0)&&_0x4ba2ea[_0x44f0b0(0x23e)](_0x519cd4,_0x529553)){logger['debug'](_0x44f0b0(0x303)+_0x10c29c+_0x44f0b0(0x254)+_0x3b67ed+_0x44f0b0(0x207)+_0x357d4c+_0x44f0b0(0x2cd)+_0x519cd4);_0x2999cd[_0x44f0b0(0x2c7)]&&_0x2999cd[_0x44f0b0(0x2c7)][_0x44f0b0(0x284)]&&(_0x2999cd[_0x44f0b0(0x2c7)]['hookData'][_0x44f0b0(0x255)]=_0x3b67ed,logger[_0x44f0b0(0x239)](_0x44f0b0(0x329)+_0x10c29c+'\x20to\x20'+_0x3b67ed));try{const _0x362eb9=await this['trackHookEvent'](_0x2dd99c,_0x2999cd[_0x44f0b0(0x1da)],_0x2999cd['hookState'],_0x2999cd[_0x44f0b0(0x2c7)]);_0x362eb9&&_0x4ba2ea[_0x44f0b0(0x23d)](Object[_0x44f0b0(0x29a)](_0x362eb9)[_0x44f0b0(0x1d8)],0x0)&&_0x2dd99c[_0x44f0b0(0x33e)](_0x362eb9);await this['runHooks'](_0x2dd99c,_0x2999cd[_0x44f0b0(0x1da)],_0x2999cd[_0x44f0b0(0x218)],_0x2999cd[_0x44f0b0(0x2c7)]);const _0x16e7bd=_0x2dd99c['getPendingHooks'](_0x10c29c)[_0x44f0b0(0x283)](_0x16adc4=>_0x16adc4!==_0x2999cd);if(_0x4ba2ea[_0x44f0b0(0x330)](_0x16e7bd[_0x44f0b0(0x1d8)],0x0))_0x2dd99c[_0x44f0b0(0x2be)](_0x10c29c);else{_0x2dd99c[_0x44f0b0(0x2be)](_0x10c29c);for(const _0x412a87 of _0x16e7bd){_0x2dd99c[_0x44f0b0(0x217)](_0x10c29c,_0x412a87);}}logger[_0x44f0b0(0x239)](_0x4ba2ea[_0x44f0b0(0x20e)]);}catch(_0x406dda){logger[_0x44f0b0(0x2e5)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x3b67ed+',\x20error:\x20'+_0x406dda);}}}}}}}}[a79_0x5deb8e(0x2a0)](_0x21f90b){const _0x17856d=a79_0x5deb8e,_0x5cfa19={'ZHZEE':function(_0x8182ae){return _0x8182ae();}};if(!_0x21f90b||!_0x21f90b[_0x17856d(0x2c9)])return;_0x21f90b[_0x17856d(0x2c9)][_0x17856d(0x31a)]&&Array[_0x17856d(0x200)](_0x21f90b['parent'][_0x17856d(0x31a)])&&_0x21f90b[_0x17856d(0x2c9)][_0x17856d(0x31a)][_0x17856d(0x203)](_0x1f6a91=>{const _0x575558=_0x17856d;!_0x1f6a91[_0x575558(0x2e4)]&&!_0x1f6a91['hookUUID']&&(_0x1f6a91[_0x575558(0x2e4)]=_0x5cfa19[_0x575558(0x2f9)](uuidv4),_0x1f6a91['hookUUID']=_0x1f6a91[_0x575558(0x2e4)],logger[_0x575558(0x239)](_0x575558(0x1ff)+_0x1f6a91[_0x575558(0x2d8)]+_0x575558(0x232)+_0x1f6a91[_0x575558(0x2e4)]));}),this[_0x17856d(0x2a0)](_0x21f90b[_0x17856d(0x2c9)]);}[a79_0x5deb8e(0x259)](_0x1bf20b){const _0x2c896a=a79_0x5deb8e,_0x2cfbd4={'MoAtu':function(_0x2fbc4d,_0x557390){return _0x2fbc4d(_0x557390);}};if(!_0x1bf20b||!_0x1bf20b[_0x2c896a(0x2c9)])return[];const _0x415b51=[];return _0x1bf20b['parent'][_0x2c896a(0x31a)]&&Array['isArray'](_0x1bf20b[_0x2c896a(0x2c9)][_0x2c896a(0x31a)])&&_0x1bf20b[_0x2c896a(0x2c9)][_0x2c896a(0x31a)][_0x2c896a(0x203)](_0x5237b3=>{const _0x4475bd=_0x2c896a,_0x4b3cf3=_0x5237b3['hookAnalyticsId']||_0x5237b3[_0x4475bd(0x221)];_0x4b3cf3&&!this[_0x4475bd(0x24d)](_0x5237b3)&&!_0x2cfbd4['MoAtu'](isInternalHook,_0x5237b3['fn'])&&_0x415b51['push'](_0x4b3cf3);}),[..._0x415b51,...this[_0x2c896a(0x259)](_0x1bf20b['parent'])];}['buildHookMapFromTest'](_0x5f3251){const _0x1c9b91=a79_0x5deb8e,_0x1cbba2={'RcXrw':function(_0x47d470,_0x1078a4){return _0x47d470(_0x1078a4);},'cLnIg':_0x1c9b91(0x1eb),'HQCka':function(_0x3e8aff,_0x1dff8c){return _0x3e8aff(_0x1dff8c);}},_0x3b83ef=new Map(),_0xbf1805=_0x337563=>{const _0x2705a1=_0x1c9b91;if(!_0x337563||!_0x337563[_0x2705a1(0x2c9)])return;_0x337563[_0x2705a1(0x2c9)]['hooks']&&Array['isArray'](_0x337563[_0x2705a1(0x2c9)]['hooks'])&&_0x337563['parent']['hooks'][_0x2705a1(0x203)](_0x2d574f=>{const _0x3c1bba=_0x2705a1,_0x99373d=_0x2d574f['hookAnalyticsId']||_0x2d574f[_0x3c1bba(0x221)];if(_0x99373d&&!this['isJestInternalHook'](_0x2d574f)&&!_0x1cbba2[_0x3c1bba(0x1c5)](isInternalHook,_0x2d574f['fn'])){const _0x305ea9={};_0x305ea9[_0x3c1bba(0x2d8)]=_0x2d574f[_0x3c1bba(0x2d8)]||_0x1cbba2[_0x3c1bba(0x1c6)],_0x305ea9[_0x3c1bba(0x266)]=_0x2d574f[_0x3c1bba(0x266)]||'\x22'+_0x2d574f[_0x3c1bba(0x2d8)]+_0x3c1bba(0x263),_0x3b83ef[_0x3c1bba(0x236)](_0x99373d,_0x305ea9);}}),_0x1cbba2[_0x2705a1(0x1c5)](_0xbf1805,_0x337563[_0x2705a1(0x2c9)]);};return _0x1cbba2['HQCka'](_0xbf1805,_0x5f3251),_0x3b83ef;}[a79_0x5deb8e(0x24d)](_0x36ae7f){const _0x57f464=a79_0x5deb8e,_0x30c8c6={};_0x30c8c6[_0x57f464(0x343)]='jest-circus',_0x30c8c6[_0x57f464(0x28a)]=_0x57f464(0x334);const _0x27ba40=_0x30c8c6;try{const _0x5abf96=this[_0x57f464(0x30e)](_0x36ae7f);return _0x5abf96&&_0x5abf96[_0x57f464(0x2bf)](_0x27ba40[_0x57f464(0x343)]);}catch(_0x1ffe0f){logger[_0x57f464(0x239)](_0x27ba40[_0x57f464(0x28a)]);}return![];}[a79_0x5deb8e(0x30e)](_0x1aa71e){const _0x6a7924=a79_0x5deb8e;if(_0x1aa71e[_0x6a7924(0x2dc)])try{const _0x2c28b=stackTrace[_0x6a7924(0x32b)](_0x1aa71e['asyncError']);return _0x2c28b[0x0]?_0x2c28b[0x0]['getFileName']():null;}catch(_0x57f5a1){logger['debug'](_0x6a7924(0x32c)+util[_0x6a7924(0x1cf)](_0x57f5a1));}if(_0x1aa71e[_0x6a7924(0x27d)])return _0x1aa71e['file'];return null;}}module[a79_0x5deb8e(0x1f1)]=JestTestFramework;function a79_0x593d(){const _0x386b4c=['UCtxU','getHooksForTest','ceil','activeHooks','createTestFrameworkEventPayload','title','buildHookMapFromTest','oxHZc','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getTestFrameworksVersions','nCDZn','\x22\x20hook','parseJestTestResult','NBifb','name','qAGVH','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','endedAt','ddsxh','\x20(testIdentifier),\x20tags=','kind','skip','trackJestInstance:\x20created\x20instance\x20for\x20target=',',\x20consoleLogs:\x20','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','createContext','instance','XPTdG','parallelIndex','../../../helpers/helper.js','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','getJestFailureData','finished_at','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','file','body','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','code','filter','hookData','getPendingHooks','KsvCH','ROOT_DESCRIBE_BLOCK','trackJestInstance:\x20instance\x20already\x20exists','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','cylOo','1050489ISUzmi','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','testData','RjRVF','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KEY_TEST_ATTACHMENTS','result','687DFAaYi','QTxFd','\x20(testIdentifier)',',\x20hookState:\x20','../grpcClient','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','keys','iKwKH','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','cCcEV','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','startsWith','mapTestHooks','TEST','./constants/testFrameworkConstants.js',',\x20totalHooks=',',\x20hookType=','aNNvQ','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','../../../helpers/test-observability/utils','\x22\x20from\x20testData','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','bqHFV','KEY_TEST_LOCATION','testUUID',',\x20storing\x20as\x20pending\x20hook','ZqRyB','\x20-\x20test_identifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','TytKu','trackJestInstance',',\x20state:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','JestTestFramework',',\x20screenshotLogs:\x20','trackHookEvent','KEY_CUSTOM_TAGS','hookType','slice',',\x20failureReason=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','removePendingHooks','includes','getRef','JIBlS','test','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','../instances/testFrameworkInstance.js','args','Stored\x20pending\x20hook\x20for\x20testId:\x20','parent','replace','KEY_HOOK_LOGS','KLXPP',',\x20scope:\x20','ALL','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getTrackedInstance',',\x20testFramework=','getFileName','file_name','dEnYF','getJestTestIdentifier','aEEcR','type','HWOmR','BSxQj','BEFORE_ALL','asyncError',',\x20result=','getTestFrameworks','testId','KEY_TEST_ENDED_AT','AKmxB','\x20&\x20hookState=','base64','hookAnalyticsId','error','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','7261533iQfHHK','_ALL','scope','has','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20response=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_HOOKS_FINISHED','kxQVq','getThreadId','4653168EFYbjv',',\x20filePath=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','fqHtq','ZHZEE','get',',\x20hook=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_META','../state/testFrameworkState.js',',\x20hookState=','KEY_TEST_RESULT','KEY_HOOK_ID','runHooks','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','getId','storePendingHook','KEY_HOOK_FAILURE_TYPE','\x20logs\x20for\x20testId:\x20','../instances/trackedInstance.js','../cliUtils.js','from','HqetW','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getRootParentFile','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getProcessId','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getJestTestFilePath','KEY_TEST_SCOPES','\x20files','resolveInstance','ancjZ','LkZdF','beforeAll','removeActiveHook','hooks','llrvJ',',\x20hookData=',',\x20totalBatches:\x20','75dHpXtp','started_at',',\x20error:\x20','reverse','KEY_TEST_FAILURE','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','processPendingHooks','trackEvent',',\x20hook_run_uuid=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','IsNar','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','GNBMS','parse','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20logsInBatch:\x20','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','VTBXl','hasPendingHooks','__workerDetails','fikcu','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_TEST_DURATION','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','test_run_uuid','stack-trace','GXmrO',',\x20totalLogs:\x20','HuVPK','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','addMultipleEntries','event_ended_at','olTrU','OrPLT','IfQUn','OgtUN','TUKnC','toISOString','KEY_TEST_UUID','findIndex','skipped','1030351IbLhmM','retryOf','SGqmP','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','errorsDetailed','hook_result','RcXrw','cLnIg','KEY_HOOKS_STARTED','BRBjs','join','KEY_LOGS','\x20hook','filePath',',\x20duration=','KEY_TEST_FRAMEWORK_VERSION','format','KEY_TEST_FAILURE_REASON','getInstance','warn','substr','tags','test_identifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20argsKeys=','length','toUpperCase','testFrameworkState','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','split','getCurrentInstanceName',',\x20messageLength=','KEY_HOOK_LAST_FINISHED','pop','KEY_HOOK_FAILURE_REASON','KEY_HOOK_LAST_STARTED','LOG_REPORT','Assert','UMeMo','executionContext','getJestFailureReason','parseJestTest','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','unknown','scopes','5398YTpvtZ','getJestTestTags','MWoJM','rYeAs','exports','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','getContext','\x20for\x20testId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','cvSdr','mIXml','KEY_TEST_NAME','lRcjx','MYTkn','browserstackPlatformIndex','push','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','isArray','getAllPendingHookTestIds','aLSJC','forEach','xEOMn','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_SCOPE',',\x20filePath:\x20','../state/hookState.js','NONE','maxArrayLength','WYldV','getAllData','\x20-\x20testId:\x20','qILaJ',',\x20testId=',',\x20target=','\x20attachments','inspect','map','WKGVW','getJestFailureType','TxkTH','addPendingHook','hookState','thCiz','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','xniWX','KEY_HOOK_RESULT','match','KEY_EVENT_ENDED_AT','POST','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','hookUUID','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','ZWNUb','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20failureType=','status','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','HCugd','AssertionError','159628yuVkYo','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','QTpMA',',\x20remainingHooks=','failed','originalTest','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20hookUUID=','RZGgt','\x20(testIdentifier),\x20result=',':testAnalyticsId','set','find','hook_id','debug','failure_reason','toString',',\x20hookId=','EgNxY','sskOx','KEY_EVENT_STARTED_AT','hlNoI','Processing\x20','KEY_TEST_FILE_PATH','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','uuid','997544PhySdB','KEY_HOOK_FAILURE','depth','VgkaE','iidLI','hookMetadata','afterAll','../../../helpers/classLogger.js','isJestInternalHook','stringify','duration','startedAt','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','passed','vgHNK',',\x20currentTestId:\x20','test_run_id','setActiveHook','getJestTestName'];a79_0x593d=function(){return _0x386b4c;};return a79_0x593d();}
|
|
1
|
+
const a79_0x5656a9=a79_0x3721;(function(_0x3f7f0c,_0x39a5a2){const _0x4bf6cb=a79_0x3721,_0x4f8cb0=_0x3f7f0c();while(!![]){try{const _0x136010=parseInt(_0x4bf6cb(0x201))/0x1+-parseInt(_0x4bf6cb(0x1f2))/0x2*(parseInt(_0x4bf6cb(0x1f3))/0x3)+parseInt(_0x4bf6cb(0x247))/0x4*(-parseInt(_0x4bf6cb(0x179))/0x5)+-parseInt(_0x4bf6cb(0x144))/0x6+parseInt(_0x4bf6cb(0x114))/0x7+-parseInt(_0x4bf6cb(0x23f))/0x8+parseInt(_0x4bf6cb(0x246))/0x9*(parseInt(_0x4bf6cb(0xdb))/0xa);if(_0x136010===_0x39a5a2)break;else _0x4f8cb0['push'](_0x4f8cb0['shift']());}catch(_0x1e636a){_0x4f8cb0['push'](_0x4f8cb0['shift']());}}}(a79_0xcb12,0x7f03d));function a79_0xcb12(){const _0x5d0def=['Unknown\x20error','TEST','body','\x20(testIdentifier),\x20result=','getCurrentInstanceName','hook_result','VtRTO','KEY_TEST_LOGS','getAllPendingHookTestIds',',\x20duration=','\x20&\x20hookState=','toUpperCase','NWuNJ','KEY_TEST_ENDED_AT','MooLo','test_run_uuid',',\x20consoleLogs:\x20','sendLogCreatedEvent','event_ended_at','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20totalLogs:\x20','getPendingHooks',',\x20state:\x20','yHzbS','\x20for\x20testId:\x20','ROOT_DESCRIBE_BLOCK',',\x20hookUUID=','parseJestTestResult','\x20(testIdentifier)','\x20logs\x20for\x20testId:\x20','code','kind','WEQfh','KEY_TEST_STARTED_AT','gTqJv','getJestFailureReason',',\x20attachmentLogs:\x20','xCgKC','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','retryOf','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','ttUzA',',\x20test_run_uuid=','KEY_HOOKS_STARTED','exports','map','../TestInfo.js','pYFhc','join','getThreadId','mUybm',',\x20payload:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','endedAt','KEY_TEST_SCOPES',',\x20hookState=','ACGxr','KEY_TEST_ID',',\x20filePath=','errorsDetailed','test_identifier','10802BmEGSH','3YHIGeA','KEY_TEST_FRAMEWORK_VERSION','getJestTestName','has','getCurrentHookState','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','AaOBJ','__workerDetails','ViXeg','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','startsWith','location','XBKCm','762088VDHHSd','getContext','DLCiY','PUewg',',\x20hook=','grjkR','zmOiU','storePendingHook','apply','keys',',\x20state=','iMrDb','wTgJY','eventJson','originalTest','finished_at','jQstB','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','base64','KEY_HOOK_NAME','KEY_TEST_RETRY_OF','title','slice',':testAnalyticsId','KEY_TEST_FILE_PATH','oagaz','args','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','delete','pJsKP','replace','../../../helpers/test-observability/utils','toString','mapTestHooks','parseJestTest','file','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','error','type','isJestInternalHook','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','uyrBx','KEY_TEST_FRAMEWORK_NAME','sQJXq','activeHooks','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','result','parent','eUQyY','gsSWm','scope','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','\x20files','GimoP','KEY_EVENT_ENDED_AT','TkeyZ','XQUMV','ceil',',\x20hookState:\x20','resolveInstance',',\x20error:\x20','4664576eeBnXF','KEY_LOGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','JwTDS','getJestFailureType','RzjHu','iBxCD','1521414ZdKQdx','8CBZJrT','inspect','parallelIndex','KEY_TEST_FAILURE_TYPE','fosqk','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','sbgtz','hookUUID',',\x20currentTestId:\x20','getTrackedInstance','stringify','getInstance','KDtnI','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../grpcClient','MtlEa','addMultipleEntries','\x20attachments','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_HOOKS_FINISHED','jest-circus','hook_type','logCreatedEvent','find','tags','CFpBV','trackJestInstance:\x20instance\x20already\x20exists','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toISOString','KEY_TEST_META','failed','passed','failure_reason','getRootParentFile','afterAll','MErtv','trackJestInstance:\x20created\x20instance\x20for\x20target=','pid','asyncError','fCgxh','hookMetadata','20mpMmVN','\x20(testIdentifier),\x20hookType=','FfCDn','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','DEFAULT_TEST_RESULT','AssertionError','includes','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON',',\x20exception=','__bstackPlatformIndex','get','hasPendingHooks','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_DURATION','\x22\x20from\x20testData','UWhAt','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_HOOK_LAST_FINISHED','testFrameworkState','KEY_HOOK_FAILURE_TYPE','../instances/testFrameworkInstance.js',',\x20scope:\x20','name','setActiveHook','createContext','platformIndex','unknown','nxzlC','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','PRE','\x22\x20hook','amTdV','length','setTrackedInstance','push','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','mtLZo','\x20-\x20test_identifier=','concat',',\x20logsInBatch:\x20','KEY_HOOK_RESULT','qzEKB','_ALL','hookAnalyticsId',',\x20response=','\x20-\x20testId:\x20','removePendingHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','kDxTE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','match','Unknown\x20Test','6911086TWmoaR','SgzNK','test','split','testFrameworkName','FLUWG','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','getJestTestTags','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','txIDb',',\x20totalBatches:\x20','qxiLz',',\x20hookData=','parse','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','createTestFrameworkEventPayload',',\x20hookId=','YEPed','tkSuP','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','ahMyl','stack-trace','getJestTestIdentifier','hlCEs','../state/testFrameworkState.js','zDZok',',\x20hookType=','\x20hook','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','filePath','qutmj','getProcessId','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','EEFLg','KEY_TEST_LOCATION','KEY_EVENT_STARTED_AT','UnhandledError','KEY_TEST_SCOPE','status','browserstackPlatformIndex','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOK_ID','4803660OxVgaJ',',\x20failureType=','YIpFJ','QGzYn','testFrameworkVersion',',\x20target=','ztQOf','../../../helpers/helper.js','hookState','ioyvl','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','testData','uuid','pwupB','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','qvlmm','runHooks','KEY_CUSTOM_TAGS','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','POST','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_FAILURE_REASON','addPendingHook',',\x20hooksListLength=','./testFramework','hook_id','instance','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','ZjwgZ','./constants/testFrameworkConstants.js','duration','getId','testUUID','getAllData',',\x20hook_run_uuid=','format','BEFORE_ALL','AUnVH','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','maxArrayLength','reverse','NONE',',\x20totalHooks=','KEY_HOOK_FAILURE','filter','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','ATuVS','getCurrentTestState','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','testId','getFileName','KEY_TEST_FAILURE','445355utxYyQ','hookData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','processPendingHooks','warn','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','started_at','RjrrT','trackHookEvent','getActiveHook','vPNpI','getTestFrameworksVersions','file_name','ssHBz',',\x20screenshotLogs:\x20','getHooksForTest','hook_run_uuid','aRkXe','ALL','buildHookMapFromTest','beforeAll','gXvDa','\x20to\x20','YMDRo','tJNkZ','skip','scopes','set',',\x20testId=','PFRxp','forEach','trackJestInstance','debug','pop','from','startedAt','KEY_TEST_RESULT','getTestFrameworks','EPFlb','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','getRef','getJestTestScopes',',\x20failureReason=','LOG_REPORT','test_run_id','\x20screenshot\x20logs\x20for\x20testId:\x20','butsg',',\x20filePath:\x20','getJestFailureData','Gjciv','splice','isArray','cahUi','rtodc','util','liXSh'];a79_0xcb12=function(){return _0x5d0def;};return a79_0xcb12();}function a79_0x3721(_0x1f8dae,_0x29490e){const _0xcb12fb=a79_0xcb12();return a79_0x3721=function(_0x372135,_0x22ec38){_0x372135=_0x372135-0xbd;let _0x783b76=_0xcb12fb[_0x372135];return _0x783b76;},a79_0x3721(_0x1f8dae,_0x29490e);}const TestFramework=require(a79_0x5656a9(0x15d)),TestFrameworkState=require(a79_0x5656a9(0x12d)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a79_0x5656a9(0xf0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x5656a9(0x162)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x5656a9(0x14b)),{isInternalHook}=require(a79_0x5656a9(0x220)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a79_0x5656a9(0x150)),util=require(a79_0x5656a9(0x1af)),TestInfo=require(a79_0x5656a9(0x1e3)),GrpcClient=require(a79_0x5656a9(0xbd)),stackTrace=require(a79_0x5656a9(0x12a));class JestTestFramework extends TestFramework{constructor(_0x5deb1e,_0x53e2ae,_0x1398c5){const _0x494805=a79_0x5656a9;super(_0x5deb1e,_0x53e2ae,_0x1398c5),this[_0x494805(0x22d)]=new Map();}[a79_0x5656a9(0xf3)](_0x2c1a46,_0x5022be,_0x55c690){const _0x3f720a=a79_0x5656a9,_0xb5cf07={};_0xb5cf07[_0x3f720a(0x16a)]=function(_0x206e16,_0xca27c7){return _0x206e16||_0xca27c7;};const _0x234024=_0xb5cf07;if(_0x234024[_0x3f720a(0x16a)](!_0x2c1a46,!_0x5022be)){logger[_0x3f720a(0x17d)](_0x3f720a(0xcd)+_0x2c1a46+_0x3f720a(0x1cf)+_0x5022be);return;}!this[_0x3f720a(0x22d)][_0x3f720a(0x1f6)](_0x2c1a46)&&this['activeHooks']['set'](_0x2c1a46,[]);const _0xd7acc5={'hookUUID':_0x5022be,'hookType':_0x55c690,'startedAt':new Date()[_0x3f720a(0xce)]()};this['activeHooks'][_0x3f720a(0xe6)](_0x2c1a46)[_0x3f720a(0x100)](_0xd7acc5),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x2c1a46+_0x3f720a(0x1cf)+_0x5022be+',\x20hookType='+_0x55c690+_0x3f720a(0x16f)+this[_0x3f720a(0x22d)][_0x3f720a(0xe6)](_0x2c1a46)[_0x3f720a(0xfe)]);}['removeActiveHook'](_0x1f4d77,_0x533fe3){const _0x4e6ea3=a79_0x5656a9,_0x2b2ad4={};_0x2b2ad4['qvlmm']=function(_0x24a940,_0x568e4b){return _0x24a940||_0x568e4b;},_0x2b2ad4[_0x4e6ea3(0x129)]=function(_0x173e35,_0x526194){return _0x173e35!==_0x526194;},_0x2b2ad4[_0x4e6ea3(0x203)]=function(_0x33e2d7,_0x33f612){return _0x33e2d7===_0x33f612;};const _0x92a7d1=_0x2b2ad4;if(_0x92a7d1[_0x4e6ea3(0x153)](!_0x1f4d77,!_0x533fe3)){logger[_0x4e6ea3(0x17d)](_0x4e6ea3(0x225)+_0x1f4d77+',\x20hookUUID='+_0x533fe3);return;}if(this['activeHooks'][_0x4e6ea3(0x1f6)](_0x1f4d77)){const _0x5e2ba5=this['activeHooks'][_0x4e6ea3(0xe6)](_0x1f4d77),_0x25d658=_0x5e2ba5['findIndex'](_0x356572=>_0x356572[_0x4e6ea3(0x24e)]===_0x533fe3);_0x92a7d1['ahMyl'](_0x25d658,-0x1)?(_0x5e2ba5[_0x4e6ea3(0x1ab)](_0x25d658,0x1),logger[_0x4e6ea3(0x199)](_0x4e6ea3(0x152)+_0x1f4d77+_0x4e6ea3(0x1cf)+_0x533fe3+',\x20remainingHooks='+_0x5e2ba5[_0x4e6ea3(0xfe)]),_0x92a7d1[_0x4e6ea3(0x203)](_0x5e2ba5[_0x4e6ea3(0xfe)],0x0)&&this[_0x4e6ea3(0x22d)][_0x4e6ea3(0x21d)](_0x1f4d77)):logger['debug'](_0x4e6ea3(0x16b)+_0x1f4d77+',\x20hookUUID='+_0x533fe3);}}[a79_0x5656a9(0x182)](_0x5b2c9d){const _0x436163=a79_0x5656a9,_0x360617={};_0x360617[_0x436163(0x1aa)]=function(_0x125c19,_0x311527){return _0x125c19>_0x311527;},_0x360617[_0x436163(0x12c)]=function(_0x4008ba,_0x40c9d3){return _0x4008ba-_0x40c9d3;};const _0x167cef=_0x360617;if(!_0x5b2c9d)return null;if(this[_0x436163(0x22d)]['has'](_0x5b2c9d)){const _0x364685=this[_0x436163(0x22d)][_0x436163(0xe6)](_0x5b2c9d);if(_0x167cef[_0x436163(0x1aa)](_0x364685[_0x436163(0xfe)],0x0)){const _0x49540e=_0x364685[_0x167cef['hlCEs'](_0x364685[_0x436163(0xfe)],0x1)];return logger[_0x436163(0x199)](_0x436163(0x1f9)+_0x5b2c9d+_0x436163(0x1cf)+_0x49540e[_0x436163(0x24e)]+_0x436163(0x12f)+_0x49540e['hookType']),_0x49540e;}}return null;}async['trackEvent'](_0xcbc3af,_0x2b1836,_0x196837={}){const _0x7e0cbc=a79_0x5656a9,_0x57d993={};_0x57d993[_0x7e0cbc(0xbe)]=_0x7e0cbc(0x1e9),_0x57d993['ZjwgZ']=function(_0xeaa19d,_0x472d01){return _0xeaa19d===_0x472d01;},_0x57d993[_0x7e0cbc(0x196)]=function(_0x574178,_0x98ec8c){return _0x574178||_0x98ec8c;},_0x57d993[_0x7e0cbc(0x120)]=_0x7e0cbc(0x241),_0x57d993[_0x7e0cbc(0x1ae)]=function(_0x13bc8d,_0x3b7425){return _0x13bc8d===_0x3b7425;};const _0x2e238e=_0x57d993;logger['debug']('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0xcbc3af+',\x20hookState='+_0x2b1836+',\x20argsKeys='+Object[_0x7e0cbc(0x20a)](_0x196837)[_0x7e0cbc(0x1e5)](',')),await super['trackEvent'](_0xcbc3af,_0x2b1836,_0x196837);const _0xf0dc20=this['resolveInstance'](_0xcbc3af,_0x2b1836,_0x196837);if(!_0xf0dc20){logger[_0x7e0cbc(0x199)](_0x2e238e[_0x7e0cbc(0xbe)]);return;}try{let _0x584071,_0x4b4a4d,_0x3fa95c;switch(_0xcbc3af){case TestFrameworkState['TEST']:_0x584071=_0x196837[_0x7e0cbc(0x116)];const _0x5dbb42={};_0x5dbb42[_0x7e0cbc(0x131)]=0x2,_0x5dbb42[_0x7e0cbc(0x16c)]=0x3,logger[_0x7e0cbc(0x199)](_0x7e0cbc(0x157)+_0x2b1836+',\x20testData='+util[_0x7e0cbc(0x248)](_0x584071,_0x5dbb42)),_0x3fa95c=this[_0x7e0cbc(0x12b)](_0x584071),_0x4b4a4d=null,logger['debug'](_0x7e0cbc(0x1a0)+_0x3fa95c+_0x7e0cbc(0x1d1));if(_0x2e238e[_0x7e0cbc(0x161)](_0x2b1836,HookState[_0x7e0cbc(0xfb)])){logger[_0x7e0cbc(0x199)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3fa95c);const _0x5cd135={};_0x5cd135[_0x7e0cbc(0x165)]=_0x4b4a4d,_0x5cd135[_0x7e0cbc(0x14f)]=_0x584071,_0x5cd135['testId']=_0x3fa95c;const _0x2c5600=this[_0x7e0cbc(0x223)](_0x5cd135),_0x5ca516={};_0x5ca516[_0x7e0cbc(0x131)]=0x2,_0x5ca516[_0x7e0cbc(0x16c)]=0x3,logger[_0x7e0cbc(0x199)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x7e0cbc(0x248)](_0x2c5600,_0x5ca516)),_0xf0dc20[_0x7e0cbc(0xbf)](_0x2c5600),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3fa95c),await this['processPendingHooks'](_0xf0dc20,_0x3fa95c);}else{if(_0x2e238e[_0x7e0cbc(0x161)](_0x2b1836,HookState[_0x7e0cbc(0x158)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x3fa95c);const _0x1ea561=_0xf0dc20['getAllData']()['get'](_0x3fa95c);logger['debug'](_0x7e0cbc(0x17e)+util[_0x7e0cbc(0x248)](Object[_0x7e0cbc(0x20a)](_0x2e238e['PFRxp'](_0x1ea561,{}))));_0x1ea561&&_0x1ea561[TestFrameworkConstants[_0x7e0cbc(0x254)]]?logger[_0x7e0cbc(0x199)](_0x7e0cbc(0xec)+Object[_0x7e0cbc(0x20a)](_0x1ea561[TestFrameworkConstants[_0x7e0cbc(0x254)]])[_0x7e0cbc(0xfe)]+_0x7e0cbc(0x236)):logger[_0x7e0cbc(0x199)](_0x2e238e[_0x7e0cbc(0x120)]);const _0xd7e712=_0x196837[_0x7e0cbc(0x20f)]||null,_0x2c1851={};_0x2c1851[_0x7e0cbc(0x165)]=_0x4b4a4d,_0x2c1851[_0x7e0cbc(0x14f)]=_0x584071,_0x2c1851[_0x7e0cbc(0x176)]=_0x3fa95c,_0x2c1851['originalTest']=_0xd7e712;const _0x5df398=this[_0x7e0cbc(0x1d0)](_0x2c1851),_0x1acfc4={};_0x1acfc4[_0x7e0cbc(0x131)]=0x2,_0x1acfc4[_0x7e0cbc(0x16c)]=0x3,logger['debug'](_0x7e0cbc(0x1c5)+util[_0x7e0cbc(0x248)](_0x5df398,_0x1acfc4)),_0xf0dc20[_0x7e0cbc(0xbf)](_0x5df398),logger[_0x7e0cbc(0x199)](_0x7e0cbc(0x128)+_0x3fa95c),await this[_0x7e0cbc(0x17c)](_0xf0dc20,_0x3fa95c);}}break;case TestFrameworkState[_0x7e0cbc(0x1a4)]:if(_0x2e238e[_0x7e0cbc(0x1ae)](_0x2b1836,HookState[_0x7e0cbc(0x158)])){const _0x20579b={};_0x20579b[_0x7e0cbc(0x131)]=0x2,logger[_0x7e0cbc(0x199)](_0x7e0cbc(0xde)+util[_0x7e0cbc(0x248)](_0x196837,_0x20579b)),await this[_0x7e0cbc(0x1c2)](_0xf0dc20,_0xcbc3af,_0x196837);}break;default:if(CLIUtils['matchHookRegex'](_0xcbc3af[_0x7e0cbc(0x221)]()['split']('.')[0x1])){const _0x2a4e49={};_0x2a4e49['depth']=0x2,_0x2a4e49[_0x7e0cbc(0x16c)]=0x3,logger[_0x7e0cbc(0x199)](_0x7e0cbc(0x133)+_0xcbc3af+_0x7e0cbc(0x1ec)+_0x2b1836+_0x7e0cbc(0x121)+util[_0x7e0cbc(0x248)](_0x196837[_0x7e0cbc(0x17a)],_0x2a4e49));const _0x4e9c78=await this['trackHookEvent'](_0xf0dc20,_0xcbc3af,_0x2b1836,_0x196837),_0x2ff955={};_0x2ff955['depth']=0x2,_0x2ff955['maxArrayLength']=0x3,logger['debug'](_0x7e0cbc(0x139)+util[_0x7e0cbc(0x248)](_0x4e9c78,_0x2ff955)),_0xf0dc20[_0x7e0cbc(0xbf)](_0x4e9c78);}else logger[_0x7e0cbc(0x199)](_0x7e0cbc(0x138)+_0xcbc3af+_0x7e0cbc(0x1bb)+_0x2b1836);break;}logger[_0x7e0cbc(0x199)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0xcbc3af+_0x7e0cbc(0x1ec)+_0x2b1836);}catch(_0x5133e9){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0xcbc3af+',\x20hookState='+_0x2b1836+_0x7e0cbc(0xe4)+util[_0x7e0cbc(0x168)](_0x5133e9));}_0x196837[_0x7e0cbc(0x15f)]=_0xf0dc20,await this[_0x7e0cbc(0x154)](_0xf0dc20,_0xcbc3af,_0x2b1836,_0x196837);}[a79_0x5656a9(0x12b)](_0x47fe32){const _0x1f228e=a79_0x5656a9,_0x512792={};_0x512792[_0x1f228e(0x1d5)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x3614d7=_0x512792;if(_0x47fe32&&(_0x47fe32['id']||_0x47fe32[_0x1f228e(0x150)])){const _0x5db414=_0x47fe32['id']||_0x47fe32[_0x1f228e(0x150)];return logger[_0x1f228e(0x199)](_0x1f228e(0x10d)+_0x5db414+_0x1f228e(0xea)),_0x5db414;}return logger[_0x1f228e(0x199)](_0x3614d7['WEQfh']),process[_0x1f228e(0xd7)]+_0x1f228e(0x218);}[a79_0x5656a9(0x23d)](_0x36041f,_0x40c1f4,_0x24f80e={}){const _0xe313e8=a79_0x5656a9;let _0x251579=null;return _0x251579=TestFramework[_0xe313e8(0x250)](),!_0x251579?(logger[_0xe313e8(0x199)](_0xe313e8(0x10e)+_0x36041f),this[_0xe313e8(0x198)](_0x36041f,_0x24f80e),_0x251579=TestFramework['getTrackedInstance'](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x251579+',\x20contextId='+_0x251579?.[_0xe313e8(0x202)]()?.[_0xe313e8(0x164)]())):logger[_0xe313e8(0x199)](_0xe313e8(0x160)+_0x251579[_0xe313e8(0x202)]()?.['getId']()),_0x251579;}[a79_0x5656a9(0x198)](_0x17a28a,_0x15d19c){const _0x878226=a79_0x5656a9,_0x4de4e3={};_0x4de4e3[_0x878226(0x19f)]=_0x878226(0xca);const _0x7e72f9=_0x4de4e3;if(TestFramework[_0x878226(0x250)]()){logger['debug'](_0x7e72f9['EPFlb']);return;}const _0x12e631=CLIUtils[_0x878226(0x1b5)](),_0x4ddae9=TrackedInstance[_0x878226(0xf4)](_0x12e631);let _0xe6e9c5=null;logger[_0x878226(0x199)](_0x878226(0xd6)+_0x12e631+_0x878226(0x20b)+_0x17a28a),_0xe6e9c5=new TestFrameworkInstance(_0x4ddae9,this[_0x878226(0x19e)](),this[_0x878226(0x184)](),_0x17a28a,HookState[_0x878226(0x16e)]),TestFramework[_0x878226(0xff)](_0x4ddae9,_0xe6e9c5),logger['debug'](_0x878226(0xe8)+_0x4ddae9[_0x878226(0x164)]()+_0x878226(0x149)+_0x12e631+',\x20testFramework='+this[_0x878226(0x19e)]()[0x0]+',\x20version='+this[_0x878226(0x184)]()[this[_0x878226(0x19e)]()[0x0]]);}['parseJestTest'](_0x44afb9){const _0x262720=a79_0x5656a9,_0x200346={};_0x200346[_0x262720(0x110)]=function(_0x41b2d5,_0x52953c){return _0x41b2d5||_0x52953c;},_0x200346[_0x262720(0x1b7)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x56ce8f=_0x200346,{testUUID:_0x5d973d,testData:_0x271ce7,testId:_0x5a6e2d}=_0x44afb9;if(_0x56ce8f[_0x262720(0x110)](!_0x271ce7,!_0x5a6e2d))return logger[_0x262720(0x199)](_0x56ce8f['VtRTO']),{};const _0x3eb517=this[_0x262720(0x19e)]()[0x0],_0x50f943=this[_0x262720(0x184)](),_0x5acb6f={};_0x5acb6f['depth']=0x2,_0x5acb6f[_0x262720(0x16c)]=0x3,logger[_0x262720(0x199)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x262720(0x248)](_0x271ce7,_0x5acb6f));const _0xa3e4ff=_0x271ce7?.[_0x262720(0x193)]||[],_0x113b4f=this[_0x262720(0x1f5)](_0x271ce7),_0x51d6d4=this['getJestTestFilePath'](_0x271ce7),_0xb6e201=_0x271ce7['fn']?_0x271ce7['fn'][_0x262720(0x221)]():_0x271ce7?.['body']?_0x271ce7[_0x262720(0x1b3)][_0x262720(0x1d3)]['toString']():null,_0x405b8b=this[_0x262720(0x11b)](_0x271ce7),_0x477fb6={[TestFrameworkConstants[_0x262720(0x22b)]]:_0x3eb517,[TestFrameworkConstants[_0x262720(0x1f4)]]:_0x50f943[_0x3eb517],[TestFrameworkConstants[_0x262720(0x1b8)]]:[],[TestFrameworkConstants[_0x262720(0xc3)]]:{},[TestFrameworkConstants[_0x262720(0x1e0)]]:{},[TestFrameworkConstants[_0x262720(0x19d)]]:TestFrameworkConstants[_0x262720(0xdf)],[TestFrameworkConstants[_0x262720(0x1f8)]]:_0x113b4f,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x51d6d4,[TestFrameworkConstants[_0x262720(0x1ee)]]:_0x5a6e2d,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x113b4f,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x51d6d4,[TestFrameworkConstants[_0x262720(0x1c6)]]:_0xb6e201,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x405b8b,[TestFrameworkConstants[_0x262720(0x1d6)]]:_0x271ce7[_0x262720(0x17f)]||new Date()[_0x262720(0xce)](),[TestFrameworkConstants[_0x262720(0x13f)]]:_0xa3e4ff[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0xa3e4ff,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x113b4f,[TestFrameworkConstants[_0x262720(0x155)]]:{},[TestFrameworkConstants[_0x262720(0xcf)]]:{}};_0x271ce7[_0x262720(0x1dc)]&&(_0x477fb6[TestFrameworkConstants[_0x262720(0x215)]]=_0x271ce7[_0x262720(0x1dc)]);logger['debug'](_0x262720(0x10f)+_0x113b4f+_0x262720(0x195)+_0x5a6e2d+_0x262720(0xf9)+JSON[_0x262720(0x251)](_0x405b8b)+',\x20scopes='+util[_0x262720(0x248)](_0xa3e4ff)+_0x262720(0x1ef)+_0x51d6d4);const _0x3e0b7a={};return _0x3e0b7a[_0x5a6e2d]=_0x477fb6,_0x3e0b7a;}['parseJestTestResult'](_0x19e770){const _0x2b78bf=a79_0x5656a9,_0x54a245={'oagaz':function(_0x190c92,_0x217603){return _0x190c92===_0x217603;},'ztQOf':_0x2b78bf(0xd4),'sQJXq':_0x2b78bf(0x18d),'VhlEx':_0x2b78bf(0x18b),'UWhAt':_0x2b78bf(0x108),'TkeyZ':function(_0x28d3df,_0x5f4677){return _0x28d3df||_0x5f4677;},'NWuNJ':_0x2b78bf(0x21c),'qzEKB':_0x2b78bf(0xf6),'wZjrC':function(_0x56ba48,_0x25b335){return _0x56ba48>_0x25b335;},'ioyvl':_0x2b78bf(0xd0),'XBKCm':function(_0x33fb9d,_0x5f0406){return _0x33fb9d===_0x5f0406;},'butsg':_0x2b78bf(0x192),'FfCDn':_0x2b78bf(0x156),'yHzbS':_0x2b78bf(0xd1),'tkSuP':function(_0x2f8639,_0x5e5070){return _0x2f8639===_0x5e5070;},'vrcze':function(_0x1adfdb,_0x4c43a6){return _0x1adfdb!==_0x4c43a6;},'vPNpI':function(_0x13e02c,_0x4f8ccc,_0x55fc48,_0x37dc6a){return _0x13e02c(_0x4f8ccc,_0x55fc48,_0x37dc6a);},'cahUi':function(_0x1e9629,_0x1f275b){return _0x1e9629>_0x1f275b;},'MooLo':function(_0x225ae5,_0xdb835a){return _0x225ae5>_0xdb835a;},'YIpFJ':_0x2b78bf(0x255),'yReNN':function(_0x547701,_0x1cfa84){return _0x547701===_0x1cfa84;}},{testUUID:_0x1bb813,testData:_0x2c5f5d,testId:_0x413ee1}=_0x19e770;if(_0x54a245[_0x2b78bf(0x239)](!_0x2c5f5d,!_0x413ee1))return logger[_0x2b78bf(0x199)](_0x54a245[_0x2b78bf(0x1bd)]),{};const _0x5aae87=this[_0x2b78bf(0x23d)](TestFrameworkState[_0x2b78bf(0x1b2)],HookState['POST']),_0x19f443=_0x5aae87[_0x2b78bf(0x166)]()[_0x2b78bf(0xe6)](_0x413ee1),_0x2965c2=_0x54a245[_0x2b78bf(0x239)](_0x19f443,{}),_0x31f09e=_0x2965c2?_0x2965c2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x13f5ec=_0x2965c2[TestFrameworkConstants[_0x2b78bf(0x254)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x13f5ec?Object[_0x2b78bf(0x20a)](_0x13f5ec)[_0x2b78bf(0xfe)]:0x0)+_0x2b78bf(0xc0));let _0x33e1e2=_0x54a245[_0x2b78bf(0x107)];if(_0x2c5f5d['result'])_0x33e1e2=_0x2c5f5d[_0x2b78bf(0x22f)];else{if(_0x2c5f5d[_0x2b78bf(0x1f0)]&&_0x54a245['wZjrC'](_0x2c5f5d[_0x2b78bf(0x1f0)][_0x2b78bf(0xfe)],0x0))_0x33e1e2=_0x54a245[_0x2b78bf(0x14d)];else _0x54a245[_0x2b78bf(0x200)](_0x2c5f5d[_0x2b78bf(0x140)],_0x54a245[_0x2b78bf(0x1a7)])||_0x54a245[_0x2b78bf(0x200)](_0x2c5f5d[_0x2b78bf(0x140)],_0x54a245[_0x2b78bf(0xdd)])?_0x33e1e2=_0x54a245['FfCDn']:_0x33e1e2=_0x54a245[_0x2b78bf(0x1cc)];}const _0x5d9251={..._0x2965c2,[TestFrameworkConstants[_0x2b78bf(0x19d)]]:_0x33e1e2,[TestFrameworkConstants[_0x2b78bf(0x1be)]]:_0x2c5f5d[_0x2b78bf(0x210)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x2b78bf(0xce)](),[TestFrameworkConstants[_0x2b78bf(0x155)]]:_0x31f09e,[TestFrameworkConstants[_0x2b78bf(0x240)]]:_0x2965c2[TestFrameworkConstants[_0x2b78bf(0x240)]]||[],[TestFrameworkConstants[_0x2b78bf(0xcf)]]:{}};if(_0x54a245[_0x2b78bf(0x127)](_0x33e1e2,_0x54a245[_0x2b78bf(0x14d)])&&_0x2c5f5d[_0x2b78bf(0x1f0)]){const _0x25091f=this[_0x2b78bf(0x1d8)](_0x2c5f5d),_0x431cd4=this['getJestFailureType'](_0x2c5f5d),_0x2d6f36=this['getJestFailureData'](_0x2c5f5d);_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x24a)]]=_0x431cd4,_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x15a)]]=_0x25091f,_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x178)]]=_0x2d6f36;}_0x54a245['vrcze'](_0x2c5f5d[_0x2b78bf(0x163)],undefined)&&(_0x5d9251[TestFrameworkConstants[_0x2b78bf(0xe9)]]=_0x2c5f5d[_0x2b78bf(0x163)]);_0x2c5f5d[_0x2b78bf(0x1dc)]&&(_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x215)]]=_0x2c5f5d['retryOf']);const _0x1235d6=_0x19f443?_0x19f443[TestFrameworkConstants[_0x2b78bf(0x254)]]||{}:{},_0x45e940=_0x19f443?_0x19f443[TestFrameworkConstants['KEY_TEST_UUID']]:_0x1bb813,_0x2f1747=_0x54a245[_0x2b78bf(0x183)](getManualUploadLogs,_0x1235d6,_0x45e940,_0x413ee1);if(_0x54a245[_0x2b78bf(0x1ad)](_0x2f1747[_0x2b78bf(0xfe)],0x0)){const _0x11c50b=_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x240)]]||[];_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x240)]]=[..._0x11c50b,..._0x2f1747];}const _0x3917cf=_0x2965c2[TestFrameworkConstants[_0x2b78bf(0xc3)]]||{},_0x423cbb=_0x2965c2[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x17bd41={..._0x3917cf},_0x384da8=_0x17bd41;Object['keys'](_0x423cbb)['forEach'](_0x2ff6f5=>{const _0x2578f4=_0x2b78bf;!_0x384da8[_0x2ff6f5]&&(_0x384da8[_0x2ff6f5]=[]);const _0x333ecf=new Set((_0x384da8[_0x2ff6f5]||[])[_0x2578f4(0x1e2)](_0x41755c=>_0x41755c[TestFrameworkConstants[_0x2578f4(0x143)]]||_0x41755c[_0x2578f4(0x15e)]));(_0x423cbb[_0x2ff6f5]||[])[_0x2578f4(0x197)](_0x2cd36a=>{const _0x3214f8=_0x2578f4,_0x5aa3c5=_0x2cd36a[TestFrameworkConstants[_0x3214f8(0x143)]]||_0x2cd36a[_0x3214f8(0x15e)];if(!_0x333ecf[_0x3214f8(0x1f6)](_0x5aa3c5)){const _0x3e0a15={..._0x2cd36a},_0x206a8c=_0x3e0a15;!_0x206a8c[TestFrameworkConstants[_0x3214f8(0x238)]]&&!_0x206a8c[_0x3214f8(0x1c3)]&&(_0x206a8c[TestFrameworkConstants[_0x3214f8(0x238)]]=new Date()['toISOString']()),!_0x206a8c[TestFrameworkConstants[_0x3214f8(0x106)]]&&!_0x206a8c[_0x3214f8(0x1b6)]&&(_0x206a8c[TestFrameworkConstants[_0x3214f8(0x106)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x384da8[_0x2ff6f5]['push'](_0x206a8c);}});});if(_0x19e770[_0x2b78bf(0x20f)]){this[_0x2b78bf(0x222)](_0x19e770[_0x2b78bf(0x20f)]);const _0x10721f=this['buildHookMapFromTest'](_0x19e770['originalTest']),_0x2e7587=this[_0x2b78bf(0x188)](_0x19e770[_0x2b78bf(0x20f)]);_0x2e7587[_0x2b78bf(0x197)](_0x458d69=>{const _0x1cf818=_0x2b78bf,_0x32ba68=_0x10721f[_0x1cf818(0xe6)](_0x458d69);if(_0x32ba68&&(_0x54a245[_0x1cf818(0x21a)](_0x32ba68[_0x1cf818(0x227)],_0x54a245[_0x1cf818(0x14a)])||_0x54a245[_0x1cf818(0x21a)](_0x32ba68[_0x1cf818(0x227)],_0x54a245[_0x1cf818(0x22c)]))){const _0x417307=_0x32ba68[_0x1cf818(0x227)][_0x1cf818(0x1bc)]()[_0x1cf818(0x21f)](_0x54a245['VhlEx'],_0x54a245[_0x1cf818(0xeb)]),_0x4c66c3=_0x417307;!_0x384da8[_0x4c66c3]&&(_0x384da8[_0x4c66c3]=[]);const _0x223326=_0x384da8[_0x4c66c3][_0x1cf818(0xc7)](_0x59f418=>(_0x59f418[TestFrameworkConstants['KEY_HOOK_ID']]||_0x59f418[_0x1cf818(0x15e)])===_0x458d69);!_0x223326&&_0x384da8[_0x4c66c3][_0x1cf818(0x100)]({'key':_0x4c66c3,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x458d69,[TestFrameworkConstants[_0x1cf818(0x106)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x1cf818(0x13d)]]:new Date()[_0x1cf818(0xce)](),[TestFrameworkConstants[_0x1cf818(0x238)]]:new Date()[_0x1cf818(0xce)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1cf818(0x214)]]:_0x32ba68['name']||_0x32ba68['type']+_0x1cf818(0x130),[TestFrameworkConstants[_0x1cf818(0x155)]]:_0x31f09e});}});}if(_0x2c5f5d[_0x2b78bf(0x234)]&&_0x54a245[_0x2b78bf(0x1bf)](_0x2c5f5d[_0x2b78bf(0x234)][_0x2b78bf(0xfe)],0x0))_0x5d9251[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2c5f5d[_0x2b78bf(0x234)],logger[_0x2b78bf(0x199)](_0x54a245[_0x2b78bf(0x146)]);else _0x54a245['MooLo'](Object[_0x2b78bf(0x20a)](_0x384da8)[_0x2b78bf(0xfe)],0x0)&&(_0x5d9251[TestFrameworkConstants[_0x2b78bf(0xc3)]]=_0x384da8,logger[_0x2b78bf(0x199)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x384da8)[_0x2b78bf(0x1e5)](',')));const _0x5bba74=this['getJestTestName'](_0x2c5f5d);logger[_0x2b78bf(0x199)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x5bba74+_0x2b78bf(0x195)+_0x413ee1+_0x2b78bf(0x1b4)+_0x33e1e2+_0x2b78bf(0x1ba)+_0x2c5f5d[_0x2b78bf(0x163)]);_0x54a245['yReNN'](_0x33e1e2,_0x54a245[_0x2b78bf(0x14d)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x413ee1+_0x2b78bf(0x145)+_0x5d9251[TestFrameworkConstants[_0x2b78bf(0x24a)]]+_0x2b78bf(0x1a3)+_0x5d9251[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x82a942={};return _0x82a942[_0x413ee1]=_0x5d9251,_0x82a942;}[a79_0x5656a9(0x1a2)](_0x268134){const _0x54d43b=a79_0x5656a9,_0x4fda5b={};_0x4fda5b[_0x54d43b(0x232)]=function(_0xdf0c8d,_0x21b75b){return _0xdf0c8d!==_0x21b75b;},_0x4fda5b[_0x54d43b(0x1ed)]=_0x54d43b(0x1ce);const _0x429b9d=_0x4fda5b,_0x320223={};_0x320223['depth']=0x2,_0x320223[_0x54d43b(0x16c)]=0x3,logger[_0x54d43b(0x199)](_0x54d43b(0xcc)+util[_0x54d43b(0x248)](_0x268134,_0x320223));const _0x1c979d=[];if(_0x268134&&_0x268134[_0x54d43b(0x230)]){let _0x1fa8ee=_0x268134['parent'];while(_0x1fa8ee&&_0x1fa8ee[_0x54d43b(0xf2)]&&_0x429b9d[_0x54d43b(0x232)](_0x1fa8ee[_0x54d43b(0xf2)],'')&&_0x429b9d[_0x54d43b(0x232)](_0x1fa8ee[_0x54d43b(0xf2)],_0x429b9d[_0x54d43b(0x1ed)])){_0x1c979d['push'](_0x1fa8ee[_0x54d43b(0xf2)]),_0x1fa8ee=_0x1fa8ee[_0x54d43b(0x230)];}}return _0x1c979d[_0x54d43b(0x16d)]();}[a79_0x5656a9(0x1f5)](_0x197148){const _0x345eb7=a79_0x5656a9,_0x2d4c5e={};_0x2d4c5e['MErtv']=_0x345eb7(0x113);const _0x1781f8=_0x2d4c5e;if(_0x197148['name'])return _0x197148['name'];if(_0x197148[_0x345eb7(0x216)])return _0x197148['title'];return _0x1781f8[_0x345eb7(0xd5)];}[a79_0x5656a9(0x11b)](_0x587f83){const _0x1d7aa2=a79_0x5656a9,_0x10c05d=[];if(_0x587f83[_0x1d7aa2(0xc8)]&&Array[_0x1d7aa2(0x1ac)](_0x587f83[_0x1d7aa2(0xc8)]))return _0x587f83['tags'][_0x1d7aa2(0x1e2)](_0x2e82d8=>_0x2e82d8[_0x1d7aa2(0x1fe)]('@')?_0x2e82d8['substr'](0x1):_0x2e82d8);const _0x306f71=this[_0x1d7aa2(0x1f5)](_0x587f83),_0x307af1=_0x306f71[_0x1d7aa2(0x112)](/@(\w+)/g);if(_0x307af1)return _0x307af1[_0x1d7aa2(0x1e2)](_0x38b206=>_0x38b206[_0x1d7aa2(0x217)](0x1));return _0x587f83['scopes']&&Array[_0x1d7aa2(0x1ac)](_0x587f83[_0x1d7aa2(0x193)])&&_0x587f83[_0x1d7aa2(0x193)][_0x1d7aa2(0x197)](_0xa5d4be=>{const _0x3d1223=_0x1d7aa2,_0x205d25=_0xa5d4be[_0x3d1223(0x112)](/@(\w+)/g);_0x205d25&&_0x205d25[_0x3d1223(0x197)](_0x7511a9=>{const _0x2f2f4d=_0x3d1223,_0x1b4d03=_0x7511a9[_0x2f2f4d(0x217)](0x1);!_0x10c05d[_0x2f2f4d(0xe1)](_0x1b4d03)&&_0x10c05d['push'](_0x1b4d03);});}),_0x10c05d;}['getJestTestFilePath'](_0x1a8055){const _0x2f8ca=a79_0x5656a9,_0x30e00e={'iBxCD':function(_0x54ad24,_0x139b98){return _0x54ad24(_0x139b98);},'fosqk':_0x2f8ca(0x12a)};if(_0x1a8055[_0x2f8ca(0x185)])return _0x1a8055[_0x2f8ca(0x185)];if(_0x1a8055[_0x2f8ca(0xd8)]){const _0x466021=_0x30e00e[_0x2f8ca(0x245)](require,_0x30e00e[_0x2f8ca(0x24b)]);try{const _0x1a262e=_0x466021[_0x2f8ca(0x122)](_0x1a8055['asyncError']);if(_0x1a262e[0x0]&&_0x1a262e[0x0][_0x2f8ca(0x177)])return _0x1a262e[0x0][_0x2f8ca(0x177)]();}catch(_0x172828){logger[_0x2f8ca(0x199)](_0x2f8ca(0x1fd)+util['format'](_0x172828));}}return null;}[a79_0x5656a9(0x1d8)](_0x5899c8){const _0x36a4a4=a79_0x5656a9,_0x18b946={};_0x18b946[_0x36a4a4(0x253)]=function(_0x319986,_0x1adb6e){return _0x319986>_0x1adb6e;},_0x18b946[_0x36a4a4(0x20c)]=_0x36a4a4(0x1b1);const _0x49ab78=_0x18b946;if(_0x5899c8[_0x36a4a4(0x1f0)]&&_0x49ab78[_0x36a4a4(0x253)](_0x5899c8[_0x36a4a4(0x1f0)][_0x36a4a4(0xfe)],0x0))return util['inspect'](_0x5899c8[_0x36a4a4(0x1f0)][0x0]);if(_0x5899c8[_0x36a4a4(0xd2)])return _0x5899c8[_0x36a4a4(0xd2)];return _0x49ab78[_0x36a4a4(0x20c)];}[a79_0x5656a9(0x243)](_0x2055a9){const _0x4118a9=a79_0x5656a9,_0x4f3548={};_0x4f3548[_0x4118a9(0x1e4)]='Assert',_0x4f3548['SgzNK']=_0x4118a9(0xe0),_0x4f3548['mUybm']=_0x4118a9(0x13e);const _0x14e278=_0x4f3548,_0x23b77e=this[_0x4118a9(0x1d8)](_0x2055a9);if(_0x23b77e&&_0x23b77e[_0x4118a9(0xe1)](_0x14e278[_0x4118a9(0x1e4)]))return _0x14e278[_0x4118a9(0x115)];return _0x14e278[_0x4118a9(0x1e7)];}['getJestFailureData'](_0x41adfc){const _0x3759ba=a79_0x5656a9,_0x5b5441={'hsCIf':function(_0x2b048e,_0x5481e8){return _0x2b048e(_0x5481e8);},'XQUMV':'../../../helpers/test-observability/utils','wTgJY':function(_0x1b4b0a,_0x26bc0f){return _0x1b4b0a!==_0x26bc0f;},'pwupB':_0x3759ba(0x116)},{failureData:_0x47c8ef}=_0x5b5441['hsCIf'](require,_0x5b5441[_0x3759ba(0x23a)]),_0x9c1b3b=[];return _0x5b5441[_0x3759ba(0x20d)](_0x41adfc[_0x3759ba(0x1f0)],undefined)&&_0x9c1b3b['push'](_0x41adfc[_0x3759ba(0x1f0)],_0x5b5441[_0x3759ba(0x151)]),_0x47c8ef[_0x3759ba(0x209)](null,_0x9c1b3b);}async[a79_0x5656a9(0x181)](_0x47d84b,_0x52c273,_0x5a427a,_0x538190){const _0x17040f=a79_0x5656a9,_0x2e64d9={'ATuVS':_0x17040f(0x22e),'zmOiU':function(_0x47861e){return _0x47861e();},'bcauG':function(_0x29f630,_0x12cc29){return _0x29f630 in _0x12cc29;},'PUewg':function(_0x52cba7,_0x128a7b){return _0x52cba7 in _0x128a7b;},'zDZok':function(_0x4c6288,_0x2c97da){return _0x4c6288===_0x2c97da;},'jQstB':function(_0x1c0b84,_0x278c6b){return _0x1c0b84>_0x278c6b;},'EPRnW':_0x17040f(0xd0),'QGzYn':_0x17040f(0xd1),'FLUWG':function(_0x9acbef,_0x5e2125){return _0x9acbef===_0x5e2125;},'AKwVu':_0x17040f(0x111),'mtLZo':function(_0x20a205,_0x16f26c){return _0x20a205!==_0x16f26c;}},{hookData:_0x626304}=_0x538190,_0x1537f9=_0x5a427a[_0x17040f(0x221)](),_0x5a8479=_0x52c273[_0x17040f(0x221)](),_0x473647={};_0x473647[_0x17040f(0x131)]=0x2,_0x473647[_0x17040f(0x16c)]=0x3,logger['debug'](_0x17040f(0x14e)+_0x5a8479+_0x17040f(0x1ec)+_0x1537f9+',\x20hookData='+util[_0x17040f(0x248)](_0x626304,_0x473647));if(!_0x626304)return logger['debug'](_0x2e64d9[_0x17040f(0x173)]),{};const _0x180b24=_0x626304[_0x17040f(0x150)]||_0x626304[_0x17040f(0x109)]||_0x2e64d9[_0x17040f(0x207)](uuidv4),_0xea1000=_0x626304[_0x17040f(0x1a5)]||this[_0x17040f(0x12b)](_0x626304),_0x18d3ea=_0x52c273[_0x17040f(0x221)]()['split']('.')[0x1],_0x1f1063=_0x47d84b['getAllData']()[_0x17040f(0xe6)](_0xea1000),_0x180370=_0x1f1063?_0x1f1063[TestFrameworkConstants[_0x17040f(0x155)]]||{}:{};logger[_0x17040f(0x199)](_0x17040f(0xfa)+_0x180b24+_0x17040f(0x195)+_0xea1000+_0x17040f(0xdc)+_0x18d3ea+_0x17040f(0x1ec)+_0x1537f9);if(!_0x1f1063)return logger[_0x17040f(0x199)](_0x17040f(0x13a)+_0xea1000+',\x20storing\x20as\x20pending\x20hook'),this[_0x17040f(0x208)](_0x47d84b,_0xea1000,_0x52c273,_0x5a427a,_0x538190),{};let _0x2078d8=_0x1f1063[TestFrameworkConstants[_0x17040f(0x1e0)]];!_0x2078d8&&(_0x2078d8={});!_0x2e64d9['bcauG'](_0x18d3ea,_0x2078d8)&&(_0x2078d8[_0x18d3ea]=[]);let _0x417d2b=_0x1f1063[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x417d2b&&(_0x417d2b={});!_0x2e64d9[_0x17040f(0x204)](_0x18d3ea,_0x417d2b)&&(_0x417d2b[_0x18d3ea]=[]);const _0x5c0726={[_0xea1000]:{[TestFrameworkConstants[_0x17040f(0x1e0)]]:_0x2078d8,[TestFrameworkConstants[_0x17040f(0xc3)]]:_0x417d2b,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x17040f(0x19e)]()[0x0]||'',[TestFrameworkConstants[_0x17040f(0x1f4)]]:this[_0x17040f(0x184)]()[this[_0x17040f(0x19e)]()[0x0]]||''}};if(_0x2e64d9[_0x17040f(0x12e)](_0x5a427a,HookState[_0x17040f(0xfb)])){const _0x2fbd6b={'key':_0x18d3ea,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x180b24,[TestFrameworkConstants[_0x17040f(0x106)]]:TestFrameworkConstants[_0x17040f(0xcb)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x626304[_0x17040f(0x17f)]||new Date()[_0x17040f(0xce)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x17040f(0x214)]]:_0x626304[_0x17040f(0xf2)]||_0x626304[_0x17040f(0xc5)]||_0x18d3ea,[TestFrameworkConstants[_0x17040f(0x155)]]:_0x180370};_0x2078d8[_0x18d3ea][_0x17040f(0x100)](_0x2fbd6b),_0x5c0726[_0xea1000][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x18d3ea;const _0x145596={};_0x145596[_0x17040f(0x131)]=0x2,logger[_0x17040f(0x199)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x18d3ea+_0x17040f(0x125)+_0x180b24+_0x17040f(0x195)+_0xea1000+_0x17040f(0x205)+util[_0x17040f(0x248)](_0x2fbd6b,_0x145596));}else{if(_0x2e64d9[_0x17040f(0x12e)](_0x5a427a,HookState['POST'])){const _0x402b0a=_0x626304[_0x17040f(0x22f)]||(_0x626304[_0x17040f(0x1f0)]&&_0x2e64d9[_0x17040f(0x211)](_0x626304[_0x17040f(0x1f0)]['length'],0x0)?_0x2e64d9['EPRnW']:_0x2e64d9[_0x17040f(0x147)]),_0x590bb5=_0x2078d8[_0x18d3ea]||[];logger[_0x17040f(0x199)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x18d3ea+_0x17040f(0x195)+_0xea1000+',\x20result='+_0x402b0a+_0x17040f(0x15c)+_0x590bb5['length']);if(_0x2e64d9[_0x17040f(0x12e)](_0x590bb5[_0x17040f(0xfe)],0x0)&&_0x2e64d9[_0x17040f(0x119)](_0x52c273,TestFrameworkState[_0x17040f(0x169)]))return logger[_0x17040f(0x199)](_0x2e64d9['AKwVu']),this['storePendingHook'](_0x47d84b,_0xea1000,_0x52c273,_0x5a427a,_0x538190),{};if(_0x2e64d9[_0x17040f(0x211)](_0x590bb5[_0x17040f(0xfe)],0x0)){const _0x4f2af5=_0x590bb5[_0x17040f(0x19a)]();_0x2e64d9[_0x17040f(0x119)](_0x402b0a,_0x2e64d9['EPRnW'])&&_0x626304['errorsDetailed']?(_0x4f2af5[TestFrameworkConstants[_0x17040f(0xef)]]=this[_0x17040f(0x243)](_0x626304),_0x4f2af5[TestFrameworkConstants[_0x17040f(0xe3)]]=this[_0x17040f(0x1d8)](_0x626304),_0x4f2af5[TestFrameworkConstants[_0x17040f(0x170)]]=this[_0x17040f(0x1a9)](_0x626304),logger[_0x17040f(0x199)](_0x17040f(0x175)+_0x18d3ea+_0x17040f(0x145)+_0x4f2af5[TestFrameworkConstants[_0x17040f(0xef)]]+_0x17040f(0x1a3)+_0x4f2af5[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x17040f(0x11c)](0x0,0xc8))):_0x4f2af5[TestFrameworkConstants[_0x17040f(0x106)]]=_0x2e64d9['QGzYn'];_0x2e64d9[_0x17040f(0x102)](_0x402b0a,TestFrameworkConstants[_0x17040f(0xcb)])&&(_0x4f2af5[TestFrameworkConstants[_0x17040f(0x106)]]=_0x402b0a);_0x4f2af5[TestFrameworkConstants[_0x17040f(0x238)]]=_0x626304[_0x17040f(0x210)]||new Date()['toISOString'](),_0x4f2af5[TestFrameworkConstants[_0x17040f(0x155)]]=_0x180370;const _0x12eb1e=_0x4f2af5[TestFrameworkConstants[_0x17040f(0x143)]];!_0x417d2b[_0x18d3ea]&&(_0x417d2b[_0x18d3ea]=[]);_0x417d2b[_0x18d3ea][_0x17040f(0x100)](_0x4f2af5),_0x5c0726[_0xea1000][TestFrameworkConstants[_0x17040f(0xed)]]=_0x18d3ea;const _0x1352f7={};_0x1352f7[_0x17040f(0x131)]=0x2,logger[_0x17040f(0x199)](_0x17040f(0x1dd)+_0x18d3ea+',\x20hookId='+_0x12eb1e+',\x20result='+_0x402b0a+',\x20hook='+util[_0x17040f(0x248)](_0x4f2af5,_0x1352f7));}}}return _0x5c0726;}[a79_0x5656a9(0x124)](_0x74b11e){const _0x43c2d2=a79_0x5656a9,_0x155faf={};_0x155faf[_0x43c2d2(0x24d)]=_0x43c2d2(0x213);const _0x14ed68=_0x155faf;try{const _0x5ebeb7=_0x74b11e[_0x43c2d2(0x116)]?this['getJestTestIdentifier'](_0x74b11e['test']):_0x74b11e[_0x43c2d2(0x17a)][_0x43c2d2(0x1a5)],_0x51b465=_0x74b11e[_0x43c2d2(0x15f)],_0x41096d=_0x51b465[_0x43c2d2(0x202)](),_0x4456b1=_0x51b465[_0x43c2d2(0x166)]()[_0x43c2d2(0xe6)](_0x5ebeb7);if(!_0x4456b1)return logger['debug'](_0x43c2d2(0x24c)+_0x5ebeb7),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1112ab=this[_0x43c2d2(0x19e)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x53d228=this[_0x43c2d2(0x184)]()[this[_0x43c2d2(0x19e)]()[0x0]]||'',[TestFrameworkConstants[_0x43c2d2(0x1d6)]]:_0x2f12b9='',[TestFrameworkConstants[_0x43c2d2(0x1be)]]:_0x12a9a0=''}=_0x4456b1,_0x35d62d=_0x51b465[_0x43c2d2(0x174)]()[_0x43c2d2(0x221)]()[_0x43c2d2(0x117)]('.')[0x1],_0x443597=_0x51b465[_0x43c2d2(0x1f7)]()[_0x43c2d2(0x221)]()['split']('.')[0x1],_0x48c88c=global?.[_0x43c2d2(0x1fb)]?.['workerInfo']?.[_0x43c2d2(0x249)]||global[_0x43c2d2(0xe5)]||0x0,_0x3e80a4=_0x51b465[_0x43c2d2(0x1a1)](),_0xb45f15=Buffer[_0x43c2d2(0x19b)](JSON[_0x43c2d2(0x251)](_0x4456b1))[_0x43c2d2(0x221)](_0x14ed68['sbgtz']),_0x199a85={'hash':_0x41096d['getId'](),'threadId':_0x41096d[_0x43c2d2(0x1e6)]()['toString'](),'processId':_0x41096d[_0x43c2d2(0x137)]()[_0x43c2d2(0x221)]()},_0x2cb3cc={};_0x2cb3cc[_0x43c2d2(0xf5)]=_0x48c88c,_0x2cb3cc[_0x43c2d2(0x118)]=_0x1112ab,_0x2cb3cc[_0x43c2d2(0x148)]=_0x53d228,_0x2cb3cc[_0x43c2d2(0xee)]=_0x35d62d,_0x2cb3cc[_0x43c2d2(0x14c)]=_0x443597,_0x2cb3cc[_0x43c2d2(0x19c)]=_0x2f12b9,_0x2cb3cc[_0x43c2d2(0x1ea)]=_0x12a9a0,_0x2cb3cc[_0x43c2d2(0x150)]=_0x3e80a4,_0x2cb3cc[_0x43c2d2(0x20e)]=_0xb45f15,_0x2cb3cc['executionContext']=_0x199a85,_0x2cb3cc[_0x43c2d2(0x1f1)]=_0x5ebeb7;const _0x404ece=_0x2cb3cc;return _0x404ece;}catch(_0x369984){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x43c2d2(0x168)](_0x369984)),{};}}async['sendLogCreatedEvent'](_0x2d0459,_0x283a5a,_0x57e294){const _0x34e500=a79_0x5656a9,_0x2d3c89={'aRkXe':function(_0x3d6b1d,_0x32d7c0){return _0x3d6b1d+_0x32d7c0;},'liXSh':'missing','eUQyY':'none','amTdV':function(_0xa7306,_0x58955a){return _0xa7306>_0x58955a;},'qutmj':function(_0x180685,_0x11c2c9,_0x3da64a,_0x5b93a9){return _0x180685(_0x11c2c9,_0x3da64a,_0x5b93a9);},'GimoP':function(_0x509252,_0x528664){return _0x509252-_0x528664;},'EEFLg':function(_0x17fa61,_0x46d4f1){return _0x17fa61===_0x46d4f1;},'YMDRo':function(_0x3c6be0,_0x581f0a){return _0x3c6be0/_0x581f0a;},'RjrrT':function(_0x3a83b2,_0x4dbe16){return _0x3a83b2<_0x4dbe16;},'ttUzA':function(_0x3287fa,_0x220e3c){return _0x3287fa*_0x220e3c;},'gTqJv':function(_0x4240b9,_0x25cf03){return _0x4240b9+_0x25cf03;},'gekpw':function(_0x3c1fad,_0x3b71bb){return _0x3c1fad+_0x3b71bb;}};try{const _0x67dce5=_0x57e294[_0x34e500(0x165)]||_0x57e294['testId'],_0x57b8ac=Array['from'](_0x2d0459['getAllData']()[_0x34e500(0x20a)]()),_0x425524=_0x2d0459[_0x34e500(0x166)]()['get'](_0x67dce5);if(!_0x425524){logger['debug'](_0x34e500(0x132)+_0x67dce5);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x346cbc='',[TestFrameworkConstants[_0x34e500(0x1f4)]]:_0x4ce9c8=''}=_0x425524;let _0x1a6b34=[];_0x425524&&_0x425524[TestFrameworkConstants[_0x34e500(0x240)]]&&Array[_0x34e500(0x1ac)](_0x425524[TestFrameworkConstants[_0x34e500(0x240)]])?(_0x1a6b34=_0x425524[TestFrameworkConstants[_0x34e500(0x240)]]||[],logger[_0x34e500(0x199)](_0x34e500(0x11d)+_0x1a6b34[_0x34e500(0xfe)]+_0x34e500(0x1d2)+_0x67dce5),_0x2d0459[_0x34e500(0xbf)]({[_0x67dce5]:{[TestFrameworkConstants[_0x34e500(0x240)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x34e500(0x19e)]()[0x0]||'',[TestFrameworkConstants[_0x34e500(0x1f4)]]:this[_0x34e500(0x184)]()[this[_0x34e500(0x19e)]()[0x0]]||''}}),logger[_0x34e500(0x199)](_0x34e500(0x1c8)+_0x67dce5)):logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x67dce5);logger[_0x34e500(0x199)](_0x34e500(0x1c7)+_0x1a6b34[_0x34e500(0xfe)]+_0x34e500(0x1cd)+_0x67dce5);const _0xb18b6e=_0x1a6b34[_0x34e500(0x171)](_0x518f08=>_0x518f08[_0x34e500(0x1d4)]==='TEST_SCREENSHOT');_0x2d3c89[_0x34e500(0xfd)](_0xb18b6e[_0x34e500(0xfe)],0x0)&&(logger[_0x34e500(0x199)](_0x34e500(0x1db)+_0xb18b6e[_0x34e500(0xfe)]+_0x34e500(0x1a6)+_0x67dce5),_0xb18b6e[_0x34e500(0x197)]((_0x1f79c1,_0x660c82)=>{const _0x204f24=_0x34e500;logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x2d3c89[_0x204f24(0x18a)](_0x660c82,0x1)+'/'+_0xb18b6e['length']+_0x204f24(0x103)+(_0x1f79c1['test_identifier']||_0x2d3c89[_0x204f24(0x1b0)])+_0x204f24(0x1df)+(_0x1f79c1[_0x204f24(0x1c0)]||_0x2d3c89[_0x204f24(0x1b0)])+_0x204f24(0x167)+(_0x1f79c1[_0x204f24(0x189)]||_0x2d3c89[_0x204f24(0x231)])+',\x20messageLength='+(_0x1f79c1['message']?.[_0x204f24(0xfe)]||0x0));}));const _0x1686bf=_0x425524[TestFrameworkConstants[_0x34e500(0x254)]]||{},_0x4c6642=_0x2d3c89[_0x34e500(0x136)](getMediaArtifactsLogs,_0x1686bf,null,_0x67dce5),_0xd2b21=(_0x1a6b34||[])[_0x34e500(0x104)](_0x4c6642||[]),_0x1ab9b8=_0xb18b6e?.[_0x34e500(0xfe)]||0x0,_0x421f48=_0x2d3c89[_0x34e500(0x237)](_0x1a6b34?.[_0x34e500(0xfe)]||0x0,_0x1ab9b8);logger[_0x34e500(0x199)](_0x34e500(0xf8)+_0x67dce5+_0x34e500(0x1c1)+_0x421f48+_0x34e500(0x187)+_0x1ab9b8+_0x34e500(0x1d9)+(_0x4c6642?.[_0x34e500(0xfe)]||0x0)+_0x34e500(0x1c9)+_0xd2b21[_0x34e500(0xfe)]);if(!_0xd2b21||_0x2d3c89[_0x34e500(0x13b)](_0xd2b21[_0x34e500(0xfe)],0x0)){logger[_0x34e500(0x199)](_0x34e500(0x134)+_0x67dce5);return;}const _0x7cb1cb=0x28,_0x59277b=Math[_0x34e500(0x23b)](_0x2d3c89[_0x34e500(0x190)](_0xd2b21['length'],_0x7cb1cb));for(let _0x279b71=0x0;_0x2d3c89[_0x34e500(0x180)](_0x279b71,_0x59277b);_0x279b71++){const _0x533985=_0x2d3c89[_0x34e500(0x1de)](_0x279b71,_0x7cb1cb),_0x1a5572=_0x2d3c89[_0x34e500(0x18a)](_0x533985,_0x7cb1cb),_0x74a75a=_0xd2b21['slice'](_0x533985,_0x1a5572),_0x128687=global?.[_0x34e500(0x141)]??0x0,_0x3cb03b={'platformIndex':_0x128687,'logs':_0x74a75a,'testFrameworkName':_0x346cbc,'testFrameworkVersion':_0x4ce9c8,'testFrameworkState':_0x283a5a['toString']()[_0x34e500(0x117)]('.')[0x1]},_0x2af98e={};_0x2af98e[_0x34e500(0x131)]=0x3,_0x2af98e['maxArrayLength']=0x5,logger[_0x34e500(0x199)](_0x34e500(0x17b)+_0x2d3c89[_0x34e500(0x1d7)](_0x279b71,0x1)+'/'+_0x59277b+_0x34e500(0x10b)+_0x67dce5+_0x34e500(0x105)+_0x74a75a[_0x34e500(0xfe)]+',\x20platformIndex:\x20'+_0x128687+_0x34e500(0x1e8)+util[_0x34e500(0x248)](_0x3cb03b,_0x2af98e));const _0x57cac9=await GrpcClient[_0x34e500(0x252)]()[_0x34e500(0xc6)](_0x3cb03b);logger[_0x34e500(0x199)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x2d3c89['gekpw'](_0x279b71,0x1)+'/'+_0x59277b+'\x20-\x20testId:\x20'+_0x67dce5+_0x34e500(0x10a)+util['inspect'](_0x57cac9));}_0x4c6642&&_0x2d3c89[_0x34e500(0xfd)](_0x4c6642[_0x34e500(0xfe)],0x0)&&_0x425524[TestFrameworkConstants[_0x34e500(0x254)]]&&_0x2d0459[_0x34e500(0xbf)]({[_0x67dce5]:{[TestFrameworkConstants[_0x34e500(0x254)]]:{},[TestFrameworkConstants[_0x34e500(0x22b)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x34e500(0x184)]()[this[_0x34e500(0x19e)]()[0x0]]||''}}),logger[_0x34e500(0x199)](_0x34e500(0x235)+_0x67dce5+_0x34e500(0x11f)+_0x59277b);}catch(_0x31d4f0){logger[_0x34e500(0x226)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x57e294[_0x34e500(0x165)]||_0x57e294[_0x34e500(0x176)])+_0x34e500(0x23e)+util['format'](_0x31d4f0));}}[a79_0x5656a9(0x208)](_0x5d6196,_0x4caff6,_0x562a41,_0x5f25ca,_0x63c609){const _0x39daa1=a79_0x5656a9,_0x4f66da={};_0x4f66da[_0x39daa1(0x1da)]=function(_0x1ae20c,_0x496dd3){return _0x1ae20c===_0x496dd3;},_0x4f66da[_0x39daa1(0x1fa)]=_0x39daa1(0x18d);const _0x54788e=_0x4f66da,{hookData:_0x361460}=_0x63c609,_0x1ad8b8={'testId':_0x4caff6,'testFrameworkState':_0x562a41,'hookState':_0x5f25ca,'args':_0x63c609,'timestamp':new Date()[_0x39daa1(0xce)]()};if(_0x54788e[_0x39daa1(0x1da)](_0x562a41,TestFrameworkState['BEFORE_ALL'])&&_0x361460){const _0x4e57f6={};_0x4e57f6[_0x39daa1(0x135)]=_0x361460[_0x39daa1(0x185)]||_0x361460[_0x39daa1(0x1ff)],_0x4e57f6[_0x39daa1(0x233)]=_0x361460['scope']||_0x361460[_0x39daa1(0x193)]&&_0x361460[_0x39daa1(0x193)][0x0]||'',_0x4e57f6['hookType']=_0x54788e[_0x39daa1(0x1fa)],_0x1ad8b8[_0x39daa1(0xda)]=_0x4e57f6,logger[_0x39daa1(0x199)](_0x39daa1(0xc1)+_0x4caff6+_0x39daa1(0x1a8)+_0x1ad8b8[_0x39daa1(0xda)][_0x39daa1(0x135)]+_0x39daa1(0xf1)+_0x1ad8b8['hookMetadata'][_0x39daa1(0x233)]);}_0x5d6196[_0x39daa1(0x15b)](_0x4caff6,_0x1ad8b8),logger['debug'](_0x39daa1(0xe2)+_0x4caff6+_0x39daa1(0x1cb)+_0x562a41+_0x39daa1(0x23c)+_0x5f25ca);}async[a79_0x5656a9(0x17c)](_0x4785c5,_0x4a78a1){const _0x258597=a79_0x5656a9,_0x14b809={};_0x14b809[_0x258597(0x1fc)]=function(_0x350e07,_0x132ced){return _0x350e07>_0x132ced;},_0x14b809[_0x258597(0x21e)]=function(_0x3bb3f2,_0x46fd13){return _0x3bb3f2===_0x46fd13;},_0x14b809[_0x258597(0xf7)]=function(_0x188a32,_0x254e84){return _0x188a32===_0x254e84;},_0x14b809[_0x258597(0x126)]=function(_0xd7d169,_0x50345c){return _0xd7d169>_0x50345c;},_0x14b809[_0x258597(0xd9)]=function(_0x4b7044,_0x3070f1){return _0x4b7044===_0x3070f1;},_0x14b809[_0x258597(0x206)]=_0x258597(0xc2);const _0xb032f3=_0x14b809;if(_0x4785c5[_0x258597(0xe7)](_0x4a78a1)){const _0x446fd6=_0x4785c5[_0x258597(0x1ca)](_0x4a78a1);logger['debug']('Processing\x20'+_0x446fd6[_0x258597(0xfe)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x4a78a1);for(const _0x5823cb of _0x446fd6){try{const _0x4aabb6=await this[_0x258597(0x181)](_0x4785c5,_0x5823cb['testFrameworkState'],_0x5823cb[_0x258597(0x14c)],_0x5823cb[_0x258597(0x21b)]);_0x4aabb6&&_0xb032f3['ViXeg'](Object['keys'](_0x4aabb6)[_0x258597(0xfe)],0x0)&&_0x4785c5['addMultipleEntries'](_0x4aabb6),await this['runHooks'](_0x4785c5,_0x5823cb['testFrameworkState'],_0x5823cb[_0x258597(0x14c)],_0x5823cb['args']);}catch(_0x116b38){logger[_0x258597(0x226)](_0x258597(0x229)+_0x4a78a1+_0x258597(0x23e)+_0x116b38);}}_0x4785c5['removePendingHooks'](_0x4a78a1),logger['debug'](_0x258597(0x212)+_0x4a78a1);}const _0x291593=_0x4785c5[_0x258597(0x166)]()['get'](_0x4a78a1);if(_0x291593){const _0x34bd9c=_0x291593[TestFrameworkConstants[_0x258597(0x219)]]||_0x291593[TestFrameworkConstants[_0x258597(0x13c)]],_0xe39c5a=_0x291593[TestFrameworkConstants[_0x258597(0x13f)]]||_0x291593[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x291593[TestFrameworkConstants[_0x258597(0x1eb)]][0x0]||'';logger[_0x258597(0x199)](_0x258597(0x101)+_0x34bd9c+_0x258597(0xf1)+_0xe39c5a);const _0xa4e56=_0x4785c5[_0x258597(0x1b9)]();for(const _0x47a79d of _0xa4e56){if(_0xb032f3['pJsKP'](_0x47a79d,_0x4a78a1))continue;if(_0x4785c5[_0x258597(0xe7)](_0x47a79d)){const _0x523242=_0x4785c5[_0x258597(0x1ca)](_0x47a79d);for(const _0x51280d of _0x523242){if(_0xb032f3[_0x258597(0x21e)](_0x51280d[_0x258597(0xee)],TestFrameworkState[_0x258597(0x169)])&&_0x51280d[_0x258597(0xda)]){const _0x2b5c00=_0x51280d[_0x258597(0xda)]['filePath'],_0x1f686a=_0x51280d[_0x258597(0xda)][_0x258597(0x233)];if(_0xb032f3[_0x258597(0x21e)](_0x2b5c00,_0x34bd9c)&&_0xb032f3['nxzlC'](_0x1f686a,_0xe39c5a)){logger[_0x258597(0x199)](_0x258597(0x172)+_0x47a79d+_0x258597(0x24f)+_0x4a78a1+_0x258597(0x1a8)+_0x2b5c00+',\x20scope:\x20'+_0x1f686a);_0x51280d['args']&&_0x51280d[_0x258597(0x21b)][_0x258597(0x17a)]&&(_0x51280d[_0x258597(0x21b)][_0x258597(0x17a)][_0x258597(0x1a5)]=_0x4a78a1,logger[_0x258597(0x199)](_0x258597(0x1c4)+_0x47a79d+_0x258597(0x18f)+_0x4a78a1));try{const _0x168022=await this[_0x258597(0x181)](_0x4785c5,_0x51280d[_0x258597(0xee)],_0x51280d[_0x258597(0x14c)],_0x51280d[_0x258597(0x21b)]);_0x168022&&_0xb032f3[_0x258597(0x126)](Object[_0x258597(0x20a)](_0x168022)[_0x258597(0xfe)],0x0)&&_0x4785c5['addMultipleEntries'](_0x168022);await this[_0x258597(0x154)](_0x4785c5,_0x51280d[_0x258597(0xee)],_0x51280d[_0x258597(0x14c)],_0x51280d[_0x258597(0x21b)]);const _0x1b43ba=_0x4785c5[_0x258597(0x1ca)](_0x47a79d)[_0x258597(0x171)](_0x25f7fa=>_0x25f7fa!==_0x51280d);if(_0xb032f3[_0x258597(0xd9)](_0x1b43ba[_0x258597(0xfe)],0x0))_0x4785c5['removePendingHooks'](_0x47a79d);else{_0x4785c5[_0x258597(0x10c)](_0x47a79d);for(const _0x2a84a2 of _0x1b43ba){_0x4785c5['addPendingHook'](_0x47a79d,_0x2a84a2);}}logger[_0x258597(0x199)](_0xb032f3[_0x258597(0x206)]);}catch(_0x278807){logger[_0x258597(0x226)](_0x258597(0x11a)+_0x4a78a1+_0x258597(0x23e)+_0x278807);}}}}}}}}[a79_0x5656a9(0x222)](_0x4cdc73){const _0x404765=a79_0x5656a9,_0x1b3b9d={'gXvDa':function(_0x21d4dd){return _0x21d4dd();}};if(!_0x4cdc73||!_0x4cdc73[_0x404765(0x230)])return;_0x4cdc73[_0x404765(0x230)][_0x404765(0x234)]&&Array[_0x404765(0x1ac)](_0x4cdc73['parent'][_0x404765(0x234)])&&_0x4cdc73[_0x404765(0x230)][_0x404765(0x234)]['forEach'](_0x2d8fa1=>{const _0x34446a=_0x404765;!_0x2d8fa1['hookAnalyticsId']&&!_0x2d8fa1[_0x34446a(0x24e)]&&(_0x2d8fa1[_0x34446a(0x109)]=_0x1b3b9d[_0x34446a(0x18e)](uuidv4),_0x2d8fa1[_0x34446a(0x24e)]=_0x2d8fa1[_0x34446a(0x109)],logger[_0x34446a(0x199)](_0x34446a(0x142)+_0x2d8fa1[_0x34446a(0x227)]+',\x20hookUUID='+_0x2d8fa1[_0x34446a(0x109)]));}),this[_0x404765(0x222)](_0x4cdc73[_0x404765(0x230)]);}[a79_0x5656a9(0x188)](_0x5305ee){const _0x37a069=a79_0x5656a9,_0x8711f1={'JwTDS':function(_0x28e42f,_0x164bb2){return _0x28e42f(_0x164bb2);}};if(!_0x5305ee||!_0x5305ee[_0x37a069(0x230)])return[];const _0x2694eb=[];return _0x5305ee[_0x37a069(0x230)]['hooks']&&Array[_0x37a069(0x1ac)](_0x5305ee[_0x37a069(0x230)][_0x37a069(0x234)])&&_0x5305ee['parent']['hooks']['forEach'](_0x404c15=>{const _0x511165=_0x37a069,_0x9864b8=_0x404c15[_0x511165(0x109)]||_0x404c15[_0x511165(0x24e)];_0x9864b8&&!this[_0x511165(0x228)](_0x404c15)&&!_0x8711f1[_0x511165(0x242)](isInternalHook,_0x404c15['fn'])&&_0x2694eb[_0x511165(0x100)](_0x9864b8);}),[..._0x2694eb,...this[_0x37a069(0x188)](_0x5305ee[_0x37a069(0x230)])];}[a79_0x5656a9(0x18c)](_0x9ea7b){const _0x5ac6a1=a79_0x5656a9,_0x1fab35={'ssHBz':function(_0x496043,_0x1ed2bb){return _0x496043(_0x1ed2bb);},'tJNkZ':_0x5ac6a1(0xf6),'ivVwE':function(_0x3abf94,_0x48648f){return _0x3abf94(_0x48648f);}},_0x1a9594=new Map(),_0xc31e2e=_0x227122=>{const _0x45bf27=_0x5ac6a1,_0xd8ac19={'uyrBx':function(_0x475fa9,_0x335ce6){const _0x382b75=a79_0x3721;return _0x1fab35[_0x382b75(0x186)](_0x475fa9,_0x335ce6);},'RzjHu':_0x1fab35[_0x45bf27(0x191)]};if(!_0x227122||!_0x227122[_0x45bf27(0x230)])return;_0x227122['parent'][_0x45bf27(0x234)]&&Array[_0x45bf27(0x1ac)](_0x227122[_0x45bf27(0x230)][_0x45bf27(0x234)])&&_0x227122['parent'][_0x45bf27(0x234)][_0x45bf27(0x197)](_0xfe966=>{const _0x20e5f8=_0x45bf27,_0x2ccf3a=_0xfe966[_0x20e5f8(0x109)]||_0xfe966[_0x20e5f8(0x24e)];if(_0x2ccf3a&&!this[_0x20e5f8(0x228)](_0xfe966)&&!_0xd8ac19[_0x20e5f8(0x22a)](isInternalHook,_0xfe966['fn'])){const _0x5b1346={};_0x5b1346[_0x20e5f8(0x227)]=_0xfe966[_0x20e5f8(0x227)]||_0xd8ac19[_0x20e5f8(0x244)],_0x5b1346['name']=_0xfe966[_0x20e5f8(0xf2)]||'\x22'+_0xfe966[_0x20e5f8(0x227)]+_0x20e5f8(0xfc),_0x1a9594[_0x20e5f8(0x194)](_0x2ccf3a,_0x5b1346);}}),_0x1fab35['ivVwE'](_0xc31e2e,_0x227122['parent']);};return _0x1fab35['ivVwE'](_0xc31e2e,_0x9ea7b),_0x1a9594;}['isJestInternalHook'](_0x25744a){const _0xb92cd6=a79_0x5656a9,_0x46d785={};_0x46d785[_0xb92cd6(0x11e)]=_0xb92cd6(0xc4),_0x46d785['CFpBV']=_0xb92cd6(0x123);const _0x5b56c5=_0x46d785;try{const _0x1b1cad=this[_0xb92cd6(0xd3)](_0x25744a);return _0x1b1cad&&_0x1b1cad['includes'](_0x5b56c5[_0xb92cd6(0x11e)]);}catch(_0x37a92a){logger['debug'](_0x5b56c5[_0xb92cd6(0xc9)]);}return![];}['getRootParentFile'](_0x555596){const _0x2fdf5b=a79_0x5656a9;if(_0x555596[_0x2fdf5b(0xd8)])try{const _0x30b49a=stackTrace[_0x2fdf5b(0x122)](_0x555596[_0x2fdf5b(0xd8)]);return _0x30b49a[0x0]?_0x30b49a[0x0][_0x2fdf5b(0x177)]():null;}catch(_0x50c5ec){logger[_0x2fdf5b(0x199)](_0x2fdf5b(0x159)+util[_0x2fdf5b(0x168)](_0x50c5ec));}if(_0x555596[_0x2fdf5b(0x224)])return _0x555596[_0x2fdf5b(0x224)];return null;}}module[a79_0x5656a9(0x1e1)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a80_0x1a1c04=a80_0x287d;(function(_0x3aae6a,_0x563759){const _0x1511b1=a80_0x287d,_0x299af9=_0x3aae6a();while(!![]){try{const _0x35b055=-parseInt(_0x1511b1(0x1eb))/0x1+parseInt(_0x1511b1(0x219))/0x2*(-parseInt(_0x1511b1(0x222))/0x3)+-parseInt(_0x1511b1(0x234))/0x4*(-parseInt(_0x1511b1(0x213))/0x5)+-parseInt(_0x1511b1(0x1f8))/0x6*(-parseInt(_0x1511b1(0x1fc))/0x7)+parseInt(_0x1511b1(0x203))/0x8*(parseInt(_0x1511b1(0x1fe))/0x9)+parseInt(_0x1511b1(0x220))/0xa+-parseInt(_0x1511b1(0x1e5))/0xb*(parseInt(_0x1511b1(0x1ea))/0xc);if(_0x35b055===_0x563759)break;else _0x299af9['push'](_0x299af9['shift']());}catch(_0x4e8171){_0x299af9['push'](_0x299af9['shift']());}}}(a80_0x1b79,0xb1675));const path=require('path'),TestFramework=require(a80_0x1a1c04(0x238)),TestFrameworkState=require(a80_0x1a1c04(0x235)),HookState=require(a80_0x1a1c04(0x207)),{createClassLogger}=require(a80_0x1a1c04(0x1fd)),TestFrameworkInstance=require(a80_0x1a1c04(0x22d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a80_0x1a1c04(0x211)),TestFrameworkConstants=require(a80_0x1a1c04(0x216)),util=require('util'),logger=createClassLogger('NewmanTestFramework');function a80_0x1b79(){const _0x55f61f=['../state/testFrameworkState.js','KEY_TEST_LOCATION','KEY_TEST_SCOPES','./testFramework','meta','11vNFuWc','createContext','resolveInstance','KEY_CUSTOM_TAGS','createTestFrameworkEventPayload:\x20error=','12101832fGrHil','2368KlEgse','split','KEY_TEST_CODE','PRE','tags','KEY_TEST_RESULT','getThreadId','from','WNCfW','name','failure_type','KEY_TEST_STARTED_AT','scope','3963420PJwQwh','debug','stringify','getAllData','7ehxjLL','../../../helpers/classLogger.js','3555KtvuAI','KEY_TEST_FRAMEWORK_NAME','toString','SpnFw','KEY_TEST_ENDED_AT','5672blBouF','toISOString','DEFAULT_TEST_RESULT','KEY_TEST_FRAMEWORK_VERSION','../state/hookState.js','liWFX','result','getTestFrameworks','parseNewmanTest','started_at','format','trackEvent:\x20state=','KEY_TEST_META','test','../instances/trackedInstance.js','addMultipleEntries','5QxIEef','trackEvent','KEY_TEST_SCOPE','./constants/testFrameworkConstants.js','KEY_TEST_ID','custom_metadata','244704qPzXYr','get','createTestFrameworkEventPayload','finished_at','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE','getCurrentInstanceName','9194710FihIEc','parseNewmanTestResult','9iAAChE','scopes','getId','exports','KEY_TEST_LOGS','KEY_TEST_FILE_PATH','file_path','error','KEY_TEST_NAME','failure_reason','uuid','../instances/testFrameworkInstance.js','location','instance','getTestFrameworksVersions','qMdnu','NONE','KEY_TEST_FAILURE_TYPE','977836BjqOWv'];a80_0x1b79=function(){return _0x55f61f;};return a80_0x1b79();}function a80_0x287d(_0x32e0e4,_0x55d6d3){const _0x1b7912=a80_0x1b79();return a80_0x287d=function(_0x287de4,_0x823369){_0x287de4=_0x287de4-0x1e5;let _0x311a80=_0x1b7912[_0x287de4];return _0x311a80;},a80_0x287d(_0x32e0e4,_0x55d6d3);}class NewmanTestFramework extends TestFramework{constructor(_0x3e0f1c,_0x36c0f3,_0x2a47de){super(_0x3e0f1c,_0x36c0f3,_0x2a47de);}async[a80_0x1a1c04(0x214)](_0x55f3fe,_0x7deb8f,_0x46f6a7={}){const _0x471664=a80_0x1a1c04,_0x279316={};_0x279316['liWFX']=function(_0x4b3bdf,_0x31e175){return _0x4b3bdf===_0x31e175;},_0x279316[_0x471664(0x1f3)]=function(_0x1a0abe,_0x2b3f2d){return _0x1a0abe===_0x2b3f2d;};const _0x4bf5d5=_0x279316;logger[_0x471664(0x1f9)](_0x471664(0x20e)+_0x55f3fe+'\x20hook='+_0x7deb8f),await super[_0x471664(0x214)](_0x55f3fe,_0x7deb8f,_0x46f6a7);const _0xc247ee=this['resolveInstance'](_0x55f3fe,_0x7deb8f,_0x46f6a7);if(!_0xc247ee)return;try{if(_0x4bf5d5[_0x471664(0x208)](_0x55f3fe,TestFrameworkState['TEST'])&&_0x46f6a7[_0x471664(0x210)]){const _0x2975db=_0x4bf5d5[_0x471664(0x1f3)](_0x7deb8f,HookState[_0x471664(0x1ee)])?this[_0x471664(0x20b)](_0x46f6a7[_0x471664(0x210)]):this[_0x471664(0x221)](_0x46f6a7['test']);_0xc247ee[_0x471664(0x212)](_0x2975db);}}catch(_0xea6751){logger['error']('trackEvent:\x20error='+util[_0x471664(0x20d)](_0xea6751));}_0x46f6a7[_0x471664(0x22f)]=_0xc247ee,await this['runHooks'](_0xc247ee,_0x55f3fe,_0x7deb8f,_0x46f6a7);}[a80_0x1a1c04(0x20b)](_0x957397){const _0x20af0f=a80_0x1a1c04,_0x19a6c6=this[_0x20af0f(0x20a)]()[0x0],_0x551cae={};return _0x551cae[_0x957397['uuid']]={[TestFrameworkConstants[_0x20af0f(0x1ff)]]:_0x19a6c6,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x20af0f(0x230)]()[_0x19a6c6],[TestFrameworkConstants[_0x20af0f(0x226)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x20af0f(0x205)],[TestFrameworkConstants[_0x20af0f(0x217)]]:_0x957397[_0x20af0f(0x22c)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x957397[_0x20af0f(0x22c)],[TestFrameworkConstants[_0x20af0f(0x22a)]]:_0x957397[_0x20af0f(0x1f4)],[TestFrameworkConstants[_0x20af0f(0x227)]]:_0x957397[_0x20af0f(0x228)]||'',[TestFrameworkConstants[_0x20af0f(0x236)]]:_0x957397[_0x20af0f(0x22e)]||'',[TestFrameworkConstants[_0x20af0f(0x1ed)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x957397[_0x20af0f(0x1ef)]||[],[TestFrameworkConstants[_0x20af0f(0x1f6)]]:_0x957397[_0x20af0f(0x20c)]||new Date()[_0x20af0f(0x204)](),[TestFrameworkConstants[_0x20af0f(0x215)]]:_0x957397[_0x20af0f(0x1f7)]||'',[TestFrameworkConstants[_0x20af0f(0x237)]]:_0x957397[_0x20af0f(0x223)]||[],[TestFrameworkConstants[_0x20af0f(0x21d)]]:null,[TestFrameworkConstants[_0x20af0f(0x1e8)]]:_0x957397[_0x20af0f(0x218)]||{},[TestFrameworkConstants[_0x20af0f(0x20f)]]:_0x957397[_0x20af0f(0x239)]||{}},_0x551cae;}[a80_0x1a1c04(0x221)](_0x5be6a0){const _0x1702e8=a80_0x1a1c04,_0x2ed4cb={};_0x2ed4cb[_0x1702e8(0x231)]='pending';const _0x3203e1=_0x2ed4cb,_0x3f75b9={};return _0x3f75b9[_0x5be6a0[_0x1702e8(0x22c)]]={[TestFrameworkConstants[_0x1702e8(0x1f0)]]:_0x5be6a0[_0x1702e8(0x209)]||_0x3203e1[_0x1702e8(0x231)],[TestFrameworkConstants[_0x1702e8(0x202)]]:_0x5be6a0[_0x1702e8(0x21c)]||new Date()[_0x1702e8(0x204)](),[TestFrameworkConstants[_0x1702e8(0x21e)]]:_0x5be6a0['failure']||[],[TestFrameworkConstants[_0x1702e8(0x233)]]:_0x5be6a0[_0x1702e8(0x1f5)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x5be6a0[_0x1702e8(0x22b)]||null},_0x3f75b9;}[a80_0x1a1c04(0x1e7)](_0x50ac78){const _0x489d9c=a80_0x1a1c04;let _0x447896=TestFramework['getTrackedInstance']();if(!_0x447896){const _0x7c8031=TrackedInstance[_0x489d9c(0x1e6)](CLIUtils[_0x489d9c(0x21f)]());_0x447896=new TestFrameworkInstance(_0x7c8031,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x50ac78,HookState[_0x489d9c(0x232)]),TestFramework['setTrackedInstance'](_0x7c8031,_0x447896);}return _0x447896;}[a80_0x1a1c04(0x21b)](_0x317447){const _0x52165e=a80_0x1a1c04,_0x4feecc={};_0x4feecc[_0x52165e(0x201)]='base64';const _0xa1cade=_0x4feecc;try{const _0x5d61cc=_0x317447['test']?_0x317447[_0x52165e(0x210)][_0x52165e(0x22c)]:null,_0x54c99e=_0x317447[_0x52165e(0x22f)],_0xe2b662=_0x54c99e['getContext'](),_0x1e4a0d=_0x54c99e[_0x52165e(0x1fb)]()[_0x52165e(0x21a)](_0x5d61cc);if(!_0x1e4a0d)return{};const {[TestFrameworkConstants[_0x52165e(0x1ff)]]:_0x3be91d='',[TestFrameworkConstants[_0x52165e(0x206)]]:_0x1ce9b4='',[TestFrameworkConstants[_0x52165e(0x1f6)]]:_0x302bbb='',[TestFrameworkConstants[_0x52165e(0x202)]]:_0x2aab06=''}=_0x1e4a0d;return{'platformIndex':0x0,'testFrameworkName':_0x3be91d,'testFrameworkVersion':_0x1ce9b4,'testFrameworkState':_0x54c99e['getCurrentTestState']()[_0x52165e(0x200)]()['split']('.')[0x1],'hookState':_0x54c99e['getCurrentHookState']()['toString']()[_0x52165e(0x1ec)]('.')[0x1],'startedAt':_0x302bbb,'endedAt':_0x2aab06,'uuid':_0x5d61cc,'eventJson':Buffer[_0x52165e(0x1f2)](JSON[_0x52165e(0x1fa)](_0x1e4a0d))[_0x52165e(0x200)](_0xa1cade['SpnFw']),'executionContext':{'hash':_0xe2b662[_0x52165e(0x224)](),'threadId':_0xe2b662[_0x52165e(0x1f1)]()[_0x52165e(0x200)](),'processId':_0xe2b662['getProcessId']()[_0x52165e(0x200)]()}};}catch(_0x12e368){return logger[_0x52165e(0x229)](_0x52165e(0x1e9)+util[_0x52165e(0x20d)](_0x12e368)),{};}}}module[a80_0x1a1c04(0x225)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a81_0x590e(){const _0x4bcbf6=['trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','\x20target=','exports','instance',',\x20state=','111850Uvykaf','LjHAl','bsParams','\x20hookState=','CREATE','1067jOAUzZ','../cliUtils.js','413hFTHsw','PlaywrightAutomationFramework','getCurrentInstanceName','2367WgGHKS','1834038DTyNDI','trackEvent','debug','trackPlaywrightInstance:\x20instance\x20already\x20exists','PLAYWRIGHT_DISPATCH','372660vrgcUn','4dCJHCl','info','2858NFXNdd','fQfTo','getAutomationFrameworkVersion','../instances/trackedInstance.js','getAutomationFrameworkName','trackPlaywrightInstance','setTrackedInstance','5347730fHseUC','LQKwx','getTrackedInstance','logger','981GutyFY','message','../instances/automationFrameworkInstance.js','1301594CjzWqA','FkHdj','runHooks','NONE','139696HDCFRV','params'];a81_0x590e=function(){return _0x4bcbf6;};return a81_0x590e();}const a81_0x40fd9f=a81_0x293d;function a81_0x293d(_0x41cff1,_0x33acde){const _0x590e74=a81_0x590e();return a81_0x293d=function(_0x293d23,_0x54568f){_0x293d23=_0x293d23-0x1af;let _0x50e24e=_0x590e74[_0x293d23];return _0x50e24e;},a81_0x293d(_0x41cff1,_0x33acde);}(function(_0x26fffa,_0x312934){const _0x404c68=a81_0x293d,_0x4b5bb2=_0x26fffa();while(!![]){try{const _0x1b0322=parseInt(_0x404c68(0x1b5))/0x1+parseInt(_0x404c68(0x1d3))/0x2*(-parseInt(_0x404c68(0x1ca))/0x3)+parseInt(_0x404c68(0x1d1))/0x4*(parseInt(_0x404c68(0x1da))/0x5)+parseInt(_0x404c68(0x1cb))/0x6+-parseInt(_0x404c68(0x1c7))/0x7*(-parseInt(_0x404c68(0x1b9))/0x8)+-parseInt(_0x404c68(0x1b2))/0x9*(-parseInt(_0x404c68(0x1c0))/0xa)+-parseInt(_0x404c68(0x1c5))/0xb*(parseInt(_0x404c68(0x1d0))/0xc);if(_0x1b0322===_0x312934)break;else _0x4b5bb2['push'](_0x4b5bb2['shift']());}catch(_0x512946){_0x4b5bb2['push'](_0x4b5bb2['shift']());}}}(a81_0x590e,0xbfff4));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a81_0x40fd9f(0x1c6)),TrackedInstance=require(a81_0x40fd9f(0x1d6)),AutomationFrameworkInstance=require(a81_0x40fd9f(0x1b4));class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x40fd9f(0x1b1)]=createClassLogger(a81_0x40fd9f(0x1c8));constructor(_0x5e2983,_0x18df8d){super(_0x5e2983,_0x18df8d);}async[a81_0x40fd9f(0x1cc)](_0x6e3350,_0x4bc0ef,_0x2991f6={}){const _0x17b81e=a81_0x40fd9f,_0x2404a8={};_0x2404a8[_0x17b81e(0x1af)]=function(_0x1816ae,_0x3070df){return _0x1816ae===_0x3070df;};const _0x154d70=_0x2404a8;this[_0x17b81e(0x1b1)][_0x17b81e(0x1cd)]('trackEvent:\x20automationFrameworkState='+_0x6e3350+_0x17b81e(0x1c3)+_0x4bc0ef),await super[_0x17b81e(0x1cc)](_0x6e3350,_0x4bc0ef,_0x2991f6);const _0x598c51=this['resolveInstance'](_0x6e3350,_0x4bc0ef,_0x2991f6);if(_0x154d70[_0x17b81e(0x1af)](_0x598c51,null))return;_0x2991f6[_0x17b81e(0x1be)]=_0x598c51,await this[_0x17b81e(0x1b7)](_0x598c51,_0x6e3350,_0x4bc0ef,_0x2991f6);}['resolveInstance'](_0x307e6e,_0x464216,_0x6008ea={}){const _0x352726=a81_0x40fd9f,_0x5d4667={};_0x5d4667[_0x352726(0x1d4)]=function(_0x4af9fe,_0x23ddab){return _0x4af9fe===_0x23ddab;},_0x5d4667[_0x352726(0x1b6)]=function(_0x64c3a4,_0x91a4fa){return _0x64c3a4===_0x91a4fa;};const _0x56b2c7=_0x5d4667;let _0x445d78=null;return(_0x56b2c7['fQfTo'](_0x307e6e,AutomationFrameworkState[_0x352726(0x1c4)])||_0x56b2c7['FkHdj'](_0x307e6e,AutomationFrameworkState[_0x352726(0x1cf)])&&(_0x6008ea[_0x352726(0x1b3)]&&_0x6008ea[_0x352726(0x1b3)][_0x352726(0x1ba)]&&_0x6008ea['message']['params'][_0x352726(0x1c2)])||_0x56b2c7[_0x352726(0x1b6)](_0x307e6e,AutomationFrameworkState[_0x352726(0x1b8)]))&&this['trackPlaywrightInstance'](_0x307e6e,_0x6008ea),_0x445d78=AutomationFramework[_0x352726(0x1b0)](),_0x445d78;}[a81_0x40fd9f(0x1d8)](_0x39c12d,_0x243d1b){const _0x112a79=a81_0x40fd9f,_0x5c7f6f={};_0x5c7f6f['LjHAl']=_0x112a79(0x1ce);const _0x22962b=_0x5c7f6f;if(AutomationFramework[_0x112a79(0x1b0)]()){this[_0x112a79(0x1b1)][_0x112a79(0x1d2)](_0x22962b[_0x112a79(0x1c1)]);return;}const _0x32fc5d=CLIUtils[_0x112a79(0x1c9)](),_0x2e2824=TrackedInstance['createContext'](_0x32fc5d);let _0x2ab3c1=null;this[_0x112a79(0x1b1)][_0x112a79(0x1d2)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x32fc5d+_0x112a79(0x1bf)+_0x39c12d),_0x2ab3c1=new AutomationFrameworkInstance(_0x2e2824,this[_0x112a79(0x1d7)](),this[_0x112a79(0x1d5)](),_0x39c12d),AutomationFramework[_0x112a79(0x1d9)](_0x2e2824,_0x2ab3c1),this[_0x112a79(0x1b1)][_0x112a79(0x1d2)](_0x112a79(0x1bb)+_0x2e2824['getId']()+_0x112a79(0x1bc)+_0x32fc5d);}}module[a81_0x40fd9f(0x1bd)]=PlaywrightAutomationFramework;
|