browserstack-node-sdk 1.55.0 → 1.55.2
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 +4 -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_0x5310b6=a79_0x11c0;(function(_0x2f3c63,_0x4f98b8){const _0x534019=a79_0x11c0,_0x12517c=_0x2f3c63();while(!![]){try{const _0x3d00b9=parseInt(_0x534019(0xe5))/0x1+-parseInt(_0x534019(0x18e))/0x2+parseInt(_0x534019(0x16d))/0x3*(parseInt(_0x534019(0x162))/0x4)+parseInt(_0x534019(0x1bf))/0x5*(-parseInt(_0x534019(0x1d8))/0x6)+parseInt(_0x534019(0x10f))/0x7+-parseInt(_0x534019(0x1b2))/0x8*(parseInt(_0x534019(0x19b))/0x9)+parseInt(_0x534019(0x1e0))/0xa;if(_0x3d00b9===_0x4f98b8)break;else _0x12517c['push'](_0x12517c['shift']());}catch(_0x7ae423){_0x12517c['push'](_0x12517c['shift']());}}}(a79_0x179d,0x8d08b));function a79_0x11c0(_0x461d7a,_0x595e4a){const _0x179d3b=a79_0x179d();return a79_0x11c0=function(_0x11c0ca,_0x5593da){_0x11c0ca=_0x11c0ca-0x98;let _0x5ab4df=_0x179d3b[_0x11c0ca];return _0x5ab4df;},a79_0x11c0(_0x461d7a,_0x595e4a);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a79_0x5310b6(0x13c)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a79_0x5310b6(0xfe)),TestFrameworkInstance=require(a79_0x5310b6(0xf6)),CLIUtils=require(a79_0x5310b6(0x102)),TrackedInstance=require(a79_0x5310b6(0x117)),TestFrameworkConstants=require(a79_0x5310b6(0x12f)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x5310b6(0xbd)),{isInternalHook}=require(a79_0x5310b6(0x206)),logger=createClassLogger(a79_0x5310b6(0x9b)),{v4:uuidv4}=require('uuid'),util=require(a79_0x5310b6(0x189)),TestInfo=require(a79_0x5310b6(0x20a)),GrpcClient=require(a79_0x5310b6(0xb1)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x5483a6,_0xef2152,_0x103d66){const _0x4a0d0c=a79_0x5310b6;super(_0x5483a6,_0xef2152,_0x103d66),this[_0x4a0d0c(0x140)]=new Map();}[a79_0x5310b6(0x14d)](_0x6bc4c6,_0x5ba8fa,_0x13d8be){const _0x17ecf7=a79_0x5310b6,_0x136e54={};_0x136e54['vVyYs']=function(_0x1191b9,_0xa7d5ae){return _0x1191b9||_0xa7d5ae;};const _0x39c9a7=_0x136e54;if(_0x39c9a7[_0x17ecf7(0x1cd)](!_0x6bc4c6,!_0x5ba8fa)){logger[_0x17ecf7(0x1af)](_0x17ecf7(0x1a7)+_0x6bc4c6+_0x17ecf7(0xa6)+_0x5ba8fa);return;}!this[_0x17ecf7(0x140)][_0x17ecf7(0x212)](_0x6bc4c6)&&this[_0x17ecf7(0x140)][_0x17ecf7(0xe7)](_0x6bc4c6,[]);const _0x45a114={'hookUUID':_0x5ba8fa,'hookType':_0x13d8be,'startedAt':new Date()[_0x17ecf7(0x200)]()};this[_0x17ecf7(0x140)]['get'](_0x6bc4c6)['push'](_0x45a114),logger['debug'](_0x17ecf7(0x134)+_0x6bc4c6+',\x20hookUUID='+_0x5ba8fa+_0x17ecf7(0x1d9)+_0x13d8be+_0x17ecf7(0xcb)+this[_0x17ecf7(0x140)][_0x17ecf7(0x113)](_0x6bc4c6)['length']);}[a79_0x5310b6(0x1f2)](_0x1953d6,_0xd2720f){const _0x58e6aa=a79_0x5310b6,_0x396ef0={};_0x396ef0[_0x58e6aa(0x18b)]=function(_0x4d30d3,_0x526c4b){return _0x4d30d3||_0x526c4b;},_0x396ef0[_0x58e6aa(0x100)]=function(_0x35b52a,_0x16c371){return _0x35b52a!==_0x16c371;},_0x396ef0[_0x58e6aa(0x158)]=function(_0x575eac,_0x4f4bcd){return _0x575eac===_0x4f4bcd;};const _0x24175e=_0x396ef0;if(_0x24175e['JzHNL'](!_0x1953d6,!_0xd2720f)){logger[_0x58e6aa(0x1af)](_0x58e6aa(0x152)+_0x1953d6+_0x58e6aa(0xa6)+_0xd2720f);return;}if(this[_0x58e6aa(0x140)][_0x58e6aa(0x212)](_0x1953d6)){const _0xa5b444=this['activeHooks']['get'](_0x1953d6),_0x4d7546=_0xa5b444[_0x58e6aa(0x1de)](_0xa8a718=>_0xa8a718[_0x58e6aa(0xe2)]===_0xd2720f);_0x24175e[_0x58e6aa(0x100)](_0x4d7546,-0x1)?(_0xa5b444['splice'](_0x4d7546,0x1),logger[_0x58e6aa(0x17a)](_0x58e6aa(0xc4)+_0x1953d6+_0x58e6aa(0xa6)+_0xd2720f+_0x58e6aa(0x1dd)+_0xa5b444[_0x58e6aa(0xea)]),_0x24175e['cHXYY'](_0xa5b444[_0x58e6aa(0xea)],0x0)&&this['activeHooks'][_0x58e6aa(0x17c)](_0x1953d6)):logger[_0x58e6aa(0x17a)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1953d6+',\x20hookUUID='+_0xd2720f);}}[a79_0x5310b6(0xd9)](_0x1f33b3){const _0x15f386=a79_0x5310b6,_0x42afa4={};_0x42afa4[_0x15f386(0x15a)]=function(_0x2657c5,_0x183914){return _0x2657c5>_0x183914;},_0x42afa4[_0x15f386(0x207)]=function(_0x178009,_0x1fd350){return _0x178009-_0x1fd350;};const _0x11ce2e=_0x42afa4;if(!_0x1f33b3)return null;if(this['activeHooks'][_0x15f386(0x212)](_0x1f33b3)){const _0x34df55=this[_0x15f386(0x140)][_0x15f386(0x113)](_0x1f33b3);if(_0x11ce2e[_0x15f386(0x15a)](_0x34df55[_0x15f386(0xea)],0x0)){const _0x10ef30=_0x34df55[_0x11ce2e[_0x15f386(0x207)](_0x34df55[_0x15f386(0xea)],0x1)];return logger['debug'](_0x15f386(0xf9)+_0x1f33b3+_0x15f386(0xa6)+_0x10ef30['hookUUID']+_0x15f386(0x1d9)+_0x10ef30[_0x15f386(0xe1)]),_0x10ef30;}}return null;}async[a79_0x5310b6(0x1ee)](_0x2ac5bc,_0x2ec61b,_0x479e4f={}){const _0x5692bb=a79_0x5310b6,_0x146794={};_0x146794[_0x5692bb(0x1b3)]=_0x5692bb(0x19d),_0x146794['vNzDk']=function(_0x393cb2,_0x4f933e){return _0x393cb2===_0x4f933e;},_0x146794[_0x5692bb(0x122)]=function(_0x1f966d,_0x1fcbe9){return _0x1f966d||_0x1fcbe9;},_0x146794['iZZtt']=_0x5692bb(0x12a),_0x146794['PINOU']=function(_0x32538c,_0x59371e){return _0x32538c===_0x59371e;};const _0x4c5774=_0x146794;logger[_0x5692bb(0x17a)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x2ac5bc+_0x5692bb(0x19e)+_0x2ec61b+_0x5692bb(0x17e)+Object[_0x5692bb(0xf5)](_0x479e4f)[_0x5692bb(0x217)](',')),await super[_0x5692bb(0x1ee)](_0x2ac5bc,_0x2ec61b,_0x479e4f);const _0xc88463=this[_0x5692bb(0xd6)](_0x2ac5bc,_0x2ec61b,_0x479e4f);if(!_0xc88463){logger['debug'](_0x4c5774[_0x5692bb(0x1b3)]);return;}try{let _0xd4751a,_0x26dbb5,_0x11d5c7;switch(_0x2ac5bc){case TestFrameworkState['TEST']:_0xd4751a=_0x479e4f[_0x5692bb(0x146)];const _0x269645={};_0x269645[_0x5692bb(0x186)]=0x2,_0x269645[_0x5692bb(0x21c)]=0x3,logger[_0x5692bb(0x17a)](_0x5692bb(0xdc)+_0x2ec61b+',\x20testData='+util['inspect'](_0xd4751a,_0x269645)),_0x11d5c7=this[_0x5692bb(0x1e8)](_0xd4751a),_0x26dbb5=null,logger[_0x5692bb(0x17a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x11d5c7+_0x5692bb(0xe4));if(_0x4c5774[_0x5692bb(0x164)](_0x2ec61b,HookState[_0x5692bb(0xe8)])){logger[_0x5692bb(0x17a)](_0x5692bb(0x104)+_0x11d5c7);const _0x13226a={};_0x13226a[_0x5692bb(0x144)]=_0x26dbb5,_0x13226a['testData']=_0xd4751a,_0x13226a[_0x5692bb(0x1b6)]=_0x11d5c7;const _0x4e613b=this[_0x5692bb(0x1ac)](_0x13226a),_0x500760={};_0x500760['depth']=0x2,_0x500760[_0x5692bb(0x21c)]=0x3,logger[_0x5692bb(0x17a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util['inspect'](_0x4e613b,_0x500760)),_0xc88463[_0x5692bb(0xc9)](_0x4e613b),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x11d5c7),await this['processPendingHooks'](_0xc88463,_0x11d5c7);}else{if(_0x4c5774[_0x5692bb(0x164)](_0x2ec61b,HookState[_0x5692bb(0x12d)])){logger['debug'](_0x5692bb(0x1f3)+_0x11d5c7);const _0x3124cf=_0xc88463['getAllData']()[_0x5692bb(0x113)](_0x11d5c7);logger[_0x5692bb(0x17a)](_0x5692bb(0x163)+util['inspect'](Object[_0x5692bb(0xf5)](_0x4c5774[_0x5692bb(0x122)](_0x3124cf,{}))));_0x3124cf&&_0x3124cf[TestFrameworkConstants[_0x5692bb(0xd1)]]?logger[_0x5692bb(0x17a)](_0x5692bb(0xb6)+Object[_0x5692bb(0xf5)](_0x3124cf[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x5692bb(0x10a)):logger[_0x5692bb(0x17a)](_0x4c5774['iZZtt']);const _0x53f2f0=_0x479e4f['originalTest']||null,_0x1b4de0={};_0x1b4de0[_0x5692bb(0x144)]=_0x26dbb5,_0x1b4de0['testData']=_0xd4751a,_0x1b4de0[_0x5692bb(0x1b6)]=_0x11d5c7,_0x1b4de0[_0x5692bb(0xcc)]=_0x53f2f0;const _0xf4771a=this[_0x5692bb(0x1be)](_0x1b4de0),_0x458f10={};_0x458f10['depth']=0x2,_0x458f10[_0x5692bb(0x21c)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util['inspect'](_0xf4771a,_0x458f10)),_0xc88463[_0x5692bb(0xc9)](_0xf4771a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x11d5c7),await this[_0x5692bb(0xe3)](_0xc88463,_0x11d5c7);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x4c5774[_0x5692bb(0x1a2)](_0x2ec61b,HookState[_0x5692bb(0x12d)])){const _0x388b0d={};_0x388b0d[_0x5692bb(0x186)]=0x2,logger[_0x5692bb(0x17a)](_0x5692bb(0x1f7)+util[_0x5692bb(0x171)](_0x479e4f,_0x388b0d)),await this[_0x5692bb(0x19a)](_0xc88463,_0x2ac5bc,_0x479e4f);}break;default:if(CLIUtils['matchHookRegex'](_0x2ac5bc[_0x5692bb(0x192)]()[_0x5692bb(0xcf)]('.')[0x1])){const _0x2c410c={};_0x2c410c[_0x5692bb(0x186)]=0x2,_0x2c410c[_0x5692bb(0x21c)]=0x3,logger['debug'](_0x5692bb(0x174)+_0x2ac5bc+_0x5692bb(0x19e)+_0x2ec61b+_0x5692bb(0x1c7)+util['inspect'](_0x479e4f[_0x5692bb(0x119)],_0x2c410c));const _0x177087=await this['trackHookEvent'](_0xc88463,_0x2ac5bc,_0x2ec61b,_0x479e4f),_0x3fd021={};_0x3fd021[_0x5692bb(0x186)]=0x2,_0x3fd021['maxArrayLength']=0x3,logger[_0x5692bb(0x17a)](_0x5692bb(0x187)+util[_0x5692bb(0x171)](_0x177087,_0x3fd021)),_0xc88463['addMultipleEntries'](_0x177087);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x2ac5bc+_0x5692bb(0x101)+_0x2ec61b);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x2ac5bc+_0x5692bb(0x19e)+_0x2ec61b);}catch(_0x53cb57){logger[_0x5692bb(0xe9)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x2ac5bc+_0x5692bb(0x19e)+_0x2ec61b+_0x5692bb(0x216)+util[_0x5692bb(0x1d5)](_0x53cb57));}_0x479e4f['instance']=_0xc88463,await this['runHooks'](_0xc88463,_0x2ac5bc,_0x2ec61b,_0x479e4f);}[a79_0x5310b6(0x1e8)](_0x486970){const _0xa59e2a=a79_0x5310b6,_0xb454e={};_0xb454e[_0xa59e2a(0x14f)]=_0xa59e2a(0x143);const _0x10d7ab=_0xb454e;if(_0x486970&&(_0x486970['id']||_0x486970[_0xa59e2a(0x1a0)])){const _0x238eb0=_0x486970['id']||_0x486970[_0xa59e2a(0x1a0)];return logger['debug'](_0xa59e2a(0x12c)+_0x238eb0+'\x22\x20from\x20testData'),_0x238eb0;}return logger[_0xa59e2a(0x17a)](_0x10d7ab[_0xa59e2a(0x14f)]),process[_0xa59e2a(0x13a)]+_0xa59e2a(0xc6);}[a79_0x5310b6(0xd6)](_0x570258,_0x57ad28,_0x54c041={}){const _0x46096f=a79_0x5310b6;let _0x37c1bb=null;return _0x37c1bb=TestFramework[_0x46096f(0x178)](),!_0x37c1bb?(logger[_0x46096f(0x17a)](_0x46096f(0x1a6)+_0x570258),this[_0x46096f(0x1cf)](_0x570258,_0x54c041),_0x37c1bb=TestFramework[_0x46096f(0x178)](),logger[_0x46096f(0x17a)](_0x46096f(0x127)+!!_0x37c1bb+_0x46096f(0x1ad)+_0x37c1bb?.[_0x46096f(0x19c)]()?.[_0x46096f(0x1d0)]())):logger['debug'](_0x46096f(0x105)+_0x37c1bb['getContext']()?.[_0x46096f(0x1d0)]()),_0x37c1bb;}[a79_0x5310b6(0x1cf)](_0x5380ba,_0x24969a){const _0x5b02b0=a79_0x5310b6,_0x4dceaf={};_0x4dceaf['gRfmp']=_0x5b02b0(0x139);const _0x538a6a=_0x4dceaf;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x538a6a['gRfmp']);return;}const _0x5358b6=CLIUtils[_0x5b02b0(0x17d)](),_0x447734=TrackedInstance[_0x5b02b0(0xbc)](_0x5358b6);let _0x34a78f=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x5358b6+_0x5b02b0(0xa0)+_0x5380ba),_0x34a78f=new TestFrameworkInstance(_0x447734,this[_0x5b02b0(0xc2)](),this[_0x5b02b0(0xd4)](),_0x5380ba,HookState[_0x5b02b0(0x110)]),TestFramework['setTrackedInstance'](_0x447734,_0x34a78f),logger[_0x5b02b0(0x17a)](_0x5b02b0(0x159)+_0x447734['getId']()+_0x5b02b0(0x211)+_0x5358b6+_0x5b02b0(0x16b)+this[_0x5b02b0(0xc2)]()[0x0]+_0x5b02b0(0x151)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x551e66){const _0x582b38=a79_0x5310b6,_0x45ab2b={};_0x45ab2b[_0x582b38(0x1fa)]=function(_0x76728e,_0x37b575){return _0x76728e||_0x37b575;},_0x45ab2b[_0x582b38(0x210)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x596876=_0x45ab2b,{testUUID:_0x421f83,testData:_0x4f787a,testId:_0x5de324}=_0x551e66;if(_0x596876['nJjAA'](!_0x4f787a,!_0x5de324))return logger[_0x582b38(0x17a)](_0x596876[_0x582b38(0x210)]),{};const _0x148b53=this[_0x582b38(0xc2)]()[0x0],_0x150ed8=this[_0x582b38(0xd4)](),_0x5d734e={};_0x5d734e[_0x582b38(0x186)]=0x2,_0x5d734e['maxArrayLength']=0x3,logger['debug'](_0x582b38(0x10e)+util['inspect'](_0x4f787a,_0x5d734e));const _0x3a681a=_0x4f787a?.[_0x582b38(0x155)]||[],_0x20d0e6=this[_0x582b38(0x1da)](_0x4f787a),_0x3246b5=this[_0x582b38(0x167)](_0x4f787a),_0x15d162=_0x4f787a['fn']?_0x4f787a['fn']['toString']():_0x4f787a?.[_0x582b38(0x1f8)]?_0x4f787a[_0x582b38(0x1f8)][_0x582b38(0xda)][_0x582b38(0x192)]():null,_0x4350ce=this['getJestTestTags'](_0x4f787a),_0x3c1cd4={[TestFrameworkConstants[_0x582b38(0x9e)]]:_0x148b53,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x150ed8[_0x148b53],[TestFrameworkConstants[_0x582b38(0x1fb)]]:[],[TestFrameworkConstants[_0x582b38(0x1b5)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x582b38(0x129)]]:TestFrameworkConstants[_0x582b38(0x147)],[TestFrameworkConstants[_0x582b38(0x180)]]:_0x20d0e6,[TestFrameworkConstants[_0x582b38(0x20b)]]:_0x3246b5,[TestFrameworkConstants[_0x582b38(0x15b)]]:_0x5de324,[TestFrameworkConstants[_0x582b38(0x107)]]:_0x20d0e6,[TestFrameworkConstants[_0x582b38(0xb0)]]:_0x3246b5,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x15d162,[TestFrameworkConstants[_0x582b38(0xe0)]]:_0x4350ce,[TestFrameworkConstants[_0x582b38(0xaf)]]:_0x4f787a[_0x582b38(0xa2)]||new Date()[_0x582b38(0x200)](),[TestFrameworkConstants[_0x582b38(0x160)]]:_0x3a681a[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x3a681a,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x20d0e6,[TestFrameworkConstants[_0x582b38(0x12b)]]:{},[TestFrameworkConstants[_0x582b38(0xa5)]]:{}};_0x4f787a[_0x582b38(0x14b)]&&(_0x3c1cd4[TestFrameworkConstants[_0x582b38(0x120)]]=_0x4f787a[_0x582b38(0x14b)]);logger[_0x582b38(0x17a)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x20d0e6+_0x582b38(0x193)+_0x5de324+_0x582b38(0xca)+JSON['stringify'](_0x4350ce)+_0x582b38(0x1b7)+util[_0x582b38(0x171)](_0x3a681a)+',\x20filePath='+_0x3246b5);const _0x2d959c={};return _0x2d959c[_0x5de324]=_0x3c1cd4,_0x2d959c;}[a79_0x5310b6(0x1be)](_0x48ed75){const _0x47681f=a79_0x5310b6,_0x24b15b={'keFZu':function(_0x5c6d9b,_0x19e20a){return _0x5c6d9b===_0x19e20a;},'HvuHg':_0x47681f(0x188),'PVIYD':_0x47681f(0x128),'OuWqN':_0x47681f(0xb8),'SCJNp':_0x47681f(0x1e4),'aMFbs':function(_0x12784d,_0x14c28a){return _0x12784d||_0x14c28a;},'mMqfY':_0x47681f(0xee),'HbmCJ':function(_0x31a7a7,_0xbeddc7){return _0x31a7a7||_0xbeddc7;},'XEKbe':_0x47681f(0xff),'jqpfJ':function(_0x45871d,_0x58388b){return _0x45871d>_0x58388b;},'pHzjX':_0x47681f(0xb9),'DETpi':function(_0x5ddb72,_0xe2c7e9){return _0x5ddb72===_0xe2c7e9;},'dIlkN':_0x47681f(0x1d3),'cKkEV':function(_0x573a88,_0x480671){return _0x573a88===_0x480671;},'mplkV':_0x47681f(0x19f),'QykrX':_0x47681f(0x1aa),'SInSE':function(_0x408590,_0x26906f){return _0x408590!==_0x26906f;},'NVFCT':function(_0x4258e6,_0x267e96,_0x5caa1c,_0x446cbc){return _0x4258e6(_0x267e96,_0x5caa1c,_0x446cbc);},'aNKzX':function(_0x3b363b,_0x3d8565){return _0x3b363b>_0x3d8565;},'zdPrK':function(_0x2b385,_0x3f75cf){return _0x2b385>_0x3f75cf;},'wvuxi':_0x47681f(0x9c),'CQrEY':function(_0x4a4256,_0x33283e){return _0x4a4256>_0x33283e;},'uATad':function(_0x8794b7,_0x4b186a){return _0x8794b7===_0x4b186a;}},{testUUID:_0x5066f8,testData:_0x1492d8,testId:_0xd9415a}=_0x48ed75;if(_0x24b15b[_0x47681f(0x16a)](!_0x1492d8,!_0xd9415a))return logger[_0x47681f(0x17a)](_0x24b15b[_0x47681f(0x203)]),{};const _0x3f104f=this[_0x47681f(0xd6)](TestFrameworkState[_0x47681f(0x1e1)],HookState['POST']),_0xbe334=_0x3f104f[_0x47681f(0xde)]()['get'](_0xd9415a),_0x2d7f3d=_0x24b15b[_0x47681f(0x191)](_0xbe334,{}),_0x163804=_0x2d7f3d?_0x2d7f3d[TestFrameworkConstants[_0x47681f(0x12b)]]||{}:{},_0x1d5b8f=_0x2d7f3d[TestFrameworkConstants[_0x47681f(0xd1)]];logger[_0x47681f(0x17a)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x1d5b8f?Object[_0x47681f(0xf5)](_0x1d5b8f)[_0x47681f(0xea)]:0x0)+'\x20attachments');let _0x394176=_0x24b15b[_0x47681f(0x172)];if(_0x1492d8[_0x47681f(0x1ae)])_0x394176=_0x1492d8[_0x47681f(0x1ae)];else{if(_0x1492d8[_0x47681f(0x199)]&&_0x24b15b['jqpfJ'](_0x1492d8[_0x47681f(0x199)][_0x47681f(0xea)],0x0))_0x394176=_0x24b15b[_0x47681f(0x125)];else _0x24b15b[_0x47681f(0x1e7)](_0x1492d8[_0x47681f(0xeb)],_0x24b15b['dIlkN'])||_0x24b15b['cKkEV'](_0x1492d8[_0x47681f(0xeb)],_0x24b15b[_0x47681f(0x9a)])?_0x394176=_0x24b15b[_0x47681f(0x9a)]:_0x394176=_0x24b15b['QykrX'];}const _0x32045c={..._0x2d7f3d,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x394176,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1492d8[_0x47681f(0x196)]||new Date()[_0x47681f(0x200)](),[TestFrameworkConstants[_0x47681f(0xfc)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x47681f(0x12b)]]:_0x163804,[TestFrameworkConstants[_0x47681f(0x17f)]]:_0x2d7f3d[TestFrameworkConstants[_0x47681f(0x17f)]]||[],[TestFrameworkConstants[_0x47681f(0xa5)]]:{}};if(_0x24b15b['DETpi'](_0x394176,_0x24b15b['pHzjX'])&&_0x1492d8[_0x47681f(0x199)]){const _0x120f73=this[_0x47681f(0x204)](_0x1492d8),_0x1a5644=this['getJestFailureType'](_0x1492d8),_0x5ce23b=this[_0x47681f(0x1e3)](_0x1492d8);_0x32045c[TestFrameworkConstants[_0x47681f(0x148)]]=_0x1a5644,_0x32045c[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x120f73,_0x32045c[TestFrameworkConstants[_0x47681f(0x1c6)]]=_0x5ce23b;}_0x24b15b['SInSE'](_0x1492d8['duration'],undefined)&&(_0x32045c[TestFrameworkConstants[_0x47681f(0x11e)]]=_0x1492d8['duration']);_0x1492d8[_0x47681f(0x14b)]&&(_0x32045c[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1492d8[_0x47681f(0x14b)]);const _0x383f16=_0xbe334?_0xbe334[TestFrameworkConstants[_0x47681f(0xd1)]]||{}:{},_0x1f5c0a=_0xbe334?_0xbe334[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5066f8,_0x22cbc2=_0x24b15b['NVFCT'](getManualUploadLogs,_0x383f16,_0x1f5c0a,_0xd9415a);if(_0x24b15b['aNKzX'](_0x22cbc2[_0x47681f(0xea)],0x0)){const _0x2b4798=_0x32045c[TestFrameworkConstants[_0x47681f(0x17f)]]||[];_0x32045c[TestFrameworkConstants[_0x47681f(0x17f)]]=[..._0x2b4798,..._0x22cbc2];}const _0x4a4e26=_0x2d7f3d[TestFrameworkConstants[_0x47681f(0x1b5)]]||{},_0x20d742=_0x2d7f3d[TestFrameworkConstants[_0x47681f(0x115)]]||{},_0x1112c1={..._0x4a4e26},_0x1f2ade=_0x1112c1;Object[_0x47681f(0xf5)](_0x20d742)[_0x47681f(0x99)](_0x54d96a=>{const _0x2a71c3=_0x47681f;!_0x1f2ade[_0x54d96a]&&(_0x1f2ade[_0x54d96a]=[]);const _0x58fafc=new Set((_0x1f2ade[_0x54d96a]||[])[_0x2a71c3(0x176)](_0x4f0c7d=>_0x4f0c7d[TestFrameworkConstants[_0x2a71c3(0x205)]]||_0x4f0c7d[_0x2a71c3(0xc7)]));(_0x20d742[_0x54d96a]||[])[_0x2a71c3(0x99)](_0x90e17a=>{const _0x2c8f9f=_0x2a71c3,_0x16f696=_0x90e17a[TestFrameworkConstants['KEY_HOOK_ID']]||_0x90e17a[_0x2c8f9f(0xc7)];if(!_0x58fafc['has'](_0x16f696)){const _0x19ff7b={..._0x90e17a},_0x380f04=_0x19ff7b;!_0x380f04[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x380f04['event_ended_at']&&(_0x380f04[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x2c8f9f(0x200)]()),!_0x380f04[TestFrameworkConstants[_0x2c8f9f(0x20d)]]&&!_0x380f04[_0x2c8f9f(0x10b)]&&(_0x380f04[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x2c8f9f(0x190)]),_0x1f2ade[_0x54d96a][_0x2c8f9f(0xac)](_0x380f04);}});});if(_0x48ed75[_0x47681f(0xcc)]){this[_0x47681f(0x114)](_0x48ed75[_0x47681f(0xcc)]);const _0x55c70d=this[_0x47681f(0x1d6)](_0x48ed75[_0x47681f(0xcc)]),_0x321470=this[_0x47681f(0x154)](_0x48ed75[_0x47681f(0xcc)]);_0x321470[_0x47681f(0x99)](_0x632c20=>{const _0x1cfb3e=_0x47681f,_0x5c56d5=_0x55c70d[_0x1cfb3e(0x113)](_0x632c20);if(_0x5c56d5&&(_0x24b15b['keFZu'](_0x5c56d5['type'],_0x24b15b[_0x1cfb3e(0x1a9)])||_0x24b15b['keFZu'](_0x5c56d5[_0x1cfb3e(0xed)],_0x24b15b[_0x1cfb3e(0x13f)]))){const _0x1f0445=_0x5c56d5[_0x1cfb3e(0xed)][_0x1cfb3e(0x137)]()[_0x1cfb3e(0x220)](_0x24b15b[_0x1cfb3e(0x153)],_0x24b15b[_0x1cfb3e(0x13d)]),_0x296eeb=_0x1f0445;!_0x1f2ade[_0x296eeb]&&(_0x1f2ade[_0x296eeb]=[]);const _0x13b0aa=_0x1f2ade[_0x296eeb]['find'](_0x4e8e44=>(_0x4e8e44[TestFrameworkConstants[_0x1cfb3e(0x205)]]||_0x4e8e44[_0x1cfb3e(0xc7)])===_0x632c20);!_0x13b0aa&&_0x1f2ade[_0x296eeb]['push']({'key':_0x296eeb,[TestFrameworkConstants[_0x1cfb3e(0x205)]]:_0x632c20,[TestFrameworkConstants[_0x1cfb3e(0x20d)]]:TestFrameworkConstants[_0x1cfb3e(0x190)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x1cfb3e(0x200)](),[TestFrameworkConstants[_0x1cfb3e(0xb2)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1cfb3e(0x157)]]:_0x5c56d5['name']||_0x5c56d5[_0x1cfb3e(0xed)]+_0x1cfb3e(0x1cc),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x163804});}});}if(_0x1492d8[_0x47681f(0x11d)]&&_0x24b15b[_0x47681f(0x173)](_0x1492d8['hooks'][_0x47681f(0xea)],0x0))_0x32045c[TestFrameworkConstants[_0x47681f(0x1b5)]]=_0x1492d8['hooks'],logger['debug'](_0x24b15b[_0x47681f(0xb4)]);else _0x24b15b['CQrEY'](Object[_0x47681f(0xf5)](_0x1f2ade)[_0x47681f(0xea)],0x0)&&(_0x32045c[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1f2ade,logger[_0x47681f(0x17a)](_0x47681f(0xad)+Object[_0x47681f(0xf5)](_0x1f2ade)[_0x47681f(0x217)](',')));const _0x42ac3a=this[_0x47681f(0x1da)](_0x1492d8);logger[_0x47681f(0x17a)](_0x47681f(0x183)+_0x42ac3a+',\x20testId='+_0xd9415a+_0x47681f(0x168)+_0x394176+_0x47681f(0xc5)+_0x1492d8[_0x47681f(0x1fd)]);_0x24b15b['uATad'](_0x394176,_0x24b15b['pHzjX'])&&logger[_0x47681f(0x17a)](_0x47681f(0x1bb)+_0xd9415a+_0x47681f(0x13b)+_0x32045c[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x32045c[TestFrameworkConstants[_0x47681f(0x208)]]?.[_0x47681f(0xd0)](0x0,0xc8));const _0x2d8135={};return _0x2d8135[_0xd9415a]=_0x32045c,_0x2d8135;}['getJestTestScopes'](_0x23cf53){const _0x221711=a79_0x5310b6,_0x68cf1a={};_0x68cf1a[_0x221711(0x1ba)]=function(_0x3d6031,_0x145937){return _0x3d6031!==_0x145937;},_0x68cf1a[_0x221711(0x202)]=function(_0x5a11a1,_0x4fc6a2){return _0x5a11a1!==_0x4fc6a2;},_0x68cf1a[_0x221711(0x177)]=_0x221711(0x1f1);const _0x1d56a4=_0x68cf1a,_0x25e946={};_0x25e946[_0x221711(0x186)]=0x2,_0x25e946[_0x221711(0x21c)]=0x3,logger[_0x221711(0x17a)](_0x221711(0xd7)+util[_0x221711(0x171)](_0x23cf53,_0x25e946));const _0x3df38d=[];if(_0x23cf53&&_0x23cf53[_0x221711(0xa7)]){let _0x142b3f=_0x23cf53[_0x221711(0xa7)];while(_0x142b3f&&_0x142b3f['name']&&_0x1d56a4[_0x221711(0x1ba)](_0x142b3f[_0x221711(0x198)],'')&&_0x1d56a4[_0x221711(0x202)](_0x142b3f['name'],_0x1d56a4[_0x221711(0x177)])){_0x3df38d[_0x221711(0xac)](_0x142b3f[_0x221711(0x198)]),_0x142b3f=_0x142b3f[_0x221711(0xa7)];}}return _0x3df38d['reverse']();}[a79_0x5310b6(0x1da)](_0x511cb4){const _0x4e6e43=a79_0x5310b6,_0x5b6d68={};_0x5b6d68[_0x4e6e43(0xa8)]=_0x4e6e43(0x21e);const _0x4e96c6=_0x5b6d68;if(_0x511cb4['name'])return _0x511cb4[_0x4e6e43(0x198)];if(_0x511cb4[_0x4e6e43(0x14e)])return _0x511cb4['title'];return _0x4e96c6[_0x4e6e43(0xa8)];}['getJestTestTags'](_0x4e0fc1){const _0x474576=a79_0x5310b6,_0x5bbc85=[];if(_0x4e0fc1[_0x474576(0xa3)]&&Array[_0x474576(0x103)](_0x4e0fc1[_0x474576(0xa3)]))return _0x4e0fc1[_0x474576(0xa3)]['map'](_0x49c023=>_0x49c023[_0x474576(0x126)]('@')?_0x49c023[_0x474576(0x1c8)](0x1):_0x49c023);const _0x32fcd6=this['getJestTestName'](_0x4e0fc1),_0x6582a4=_0x32fcd6[_0x474576(0xdb)](/@(\w+)/g);if(_0x6582a4)return _0x6582a4[_0x474576(0x176)](_0x55c791=>_0x55c791['slice'](0x1));return _0x4e0fc1[_0x474576(0x155)]&&Array[_0x474576(0x103)](_0x4e0fc1['scopes'])&&_0x4e0fc1[_0x474576(0x155)][_0x474576(0x99)](_0x586b5d=>{const _0x5f10d4=_0x474576,_0x4319ef=_0x586b5d[_0x5f10d4(0xdb)](/@(\w+)/g);_0x4319ef&&_0x4319ef[_0x5f10d4(0x99)](_0x8b5344=>{const _0xa580f1=_0x5f10d4,_0x1f59b0=_0x8b5344[_0xa580f1(0x118)](0x1);!_0x5bbc85[_0xa580f1(0xef)](_0x1f59b0)&&_0x5bbc85[_0xa580f1(0xac)](_0x1f59b0);});}),_0x5bbc85;}[a79_0x5310b6(0x167)](_0x3999a1){const _0x1a0ed3=a79_0x5310b6,_0x44f23e={'QvOGc':function(_0x307108,_0x26219a){return _0x307108(_0x26219a);},'qhGkg':_0x1a0ed3(0x1ea)};if(_0x3999a1[_0x1a0ed3(0x11c)])return _0x3999a1[_0x1a0ed3(0x11c)];if(_0x3999a1[_0x1a0ed3(0xfa)]){const _0x3cc171=_0x44f23e[_0x1a0ed3(0x179)](require,_0x44f23e['qhGkg']);try{const _0x1b3bf5=_0x3cc171['parse'](_0x3999a1[_0x1a0ed3(0xfa)]);if(_0x1b3bf5[0x0]&&_0x1b3bf5[0x0][_0x1a0ed3(0xce)])return _0x1b3bf5[0x0][_0x1a0ed3(0xce)]();}catch(_0x5d037e){logger[_0x1a0ed3(0x17a)](_0x1a0ed3(0x1f4)+util['format'](_0x5d037e));}}return null;}['getJestFailureReason'](_0x5c6dbb){const _0x3fc9d1=a79_0x5310b6,_0x258fd9={};_0x258fd9[_0x3fc9d1(0x135)]=function(_0xd855ad,_0x4e598f){return _0xd855ad>_0x4e598f;},_0x258fd9['zpDLg']='Unknown\x20error';const _0x4f039c=_0x258fd9;if(_0x5c6dbb[_0x3fc9d1(0x199)]&&_0x4f039c['yBeuj'](_0x5c6dbb[_0x3fc9d1(0x199)][_0x3fc9d1(0xea)],0x0))return util[_0x3fc9d1(0x171)](_0x5c6dbb[_0x3fc9d1(0x199)][0x0]);if(_0x5c6dbb[_0x3fc9d1(0x1c0)])return _0x5c6dbb[_0x3fc9d1(0x1c0)];return _0x4f039c[_0x3fc9d1(0x1c5)];}[a79_0x5310b6(0x184)](_0x2595bc){const _0x1cdeb3=a79_0x5310b6,_0x2e3daf={};_0x2e3daf[_0x1cdeb3(0xf4)]='Assert',_0x2e3daf['yqcjP']=_0x1cdeb3(0x1b1),_0x2e3daf[_0x1cdeb3(0x149)]=_0x1cdeb3(0x1db);const _0x5ac11a=_0x2e3daf,_0x2a5ce0=this['getJestFailureReason'](_0x2595bc);if(_0x2a5ce0&&_0x2a5ce0['includes'](_0x5ac11a['QEtrm']))return _0x5ac11a['yqcjP'];return _0x5ac11a[_0x1cdeb3(0x149)];}[a79_0x5310b6(0x1e3)](_0x587cc0){const _0x3460e9=a79_0x5310b6,_0x1024da={'LIIvD':function(_0xf16ee2,_0x148904){return _0xf16ee2(_0x148904);},'WArVZ':_0x3460e9(0x206),'DfkTn':function(_0x5ae1c3,_0x20c826){return _0x5ae1c3!==_0x20c826;},'aYBny':_0x3460e9(0x146)},{failureData:_0x1f3130}=_0x1024da[_0x3460e9(0x185)](require,_0x1024da[_0x3460e9(0x166)]),_0x2a6730=[];return _0x1024da[_0x3460e9(0x18c)](_0x587cc0['errorsDetailed'],undefined)&&_0x2a6730['push'](_0x587cc0[_0x3460e9(0x199)],_0x1024da[_0x3460e9(0x15d)]),_0x1f3130['apply'](null,_0x2a6730);}async['trackHookEvent'](_0x1cf83b,_0x59ad46,_0x3f95cc,_0x191c69){const _0x4ee12b=a79_0x5310b6,_0x25109f={'enbRK':_0x4ee12b(0x150),'zwfRr':function(_0x5b9085){return _0x5b9085();},'DsMcA':function(_0x568b22,_0x2be63e){return _0x568b22 in _0x2be63e;},'jsaPI':function(_0x3c290b,_0x5449f6){return _0x3c290b in _0x5449f6;},'gvOOc':function(_0x3056fb,_0x296c13){return _0x3056fb===_0x296c13;},'diPyD':function(_0x3b6171,_0x5a981d){return _0x3b6171===_0x5a981d;},'iMdsZ':function(_0x3af90b,_0x1b3782){return _0x3af90b>_0x1b3782;},'TNvTc':'failed','fUGtP':_0x4ee12b(0x1aa),'ODkqs':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','SJvXU':function(_0x28e062,_0x109c18){return _0x28e062===_0x109c18;},'oPMNJ':function(_0x5a971a,_0x3b2806){return _0x5a971a!==_0x3b2806;}},{hookData:_0x4039bf}=_0x191c69,_0x23be27=_0x3f95cc[_0x4ee12b(0x192)](),_0x23829a=_0x59ad46[_0x4ee12b(0x192)](),_0x567190={};_0x567190[_0x4ee12b(0x186)]=0x2,_0x567190[_0x4ee12b(0x21c)]=0x3,logger[_0x4ee12b(0x17a)](_0x4ee12b(0x1a5)+_0x23829a+',\x20hookState='+_0x23be27+_0x4ee12b(0x1c7)+util[_0x4ee12b(0x171)](_0x4039bf,_0x567190));if(!_0x4039bf)return logger[_0x4ee12b(0x17a)](_0x25109f[_0x4ee12b(0x1c4)]),{};const _0x25dbe8=_0x4039bf[_0x4ee12b(0x1a0)]||_0x4039bf[_0x4ee12b(0x15f)]||_0x25109f[_0x4ee12b(0x1d2)](uuidv4),_0x410c73=_0x4039bf[_0x4ee12b(0x109)]||this['getJestTestIdentifier'](_0x4039bf),_0x95004c=_0x59ad46[_0x4ee12b(0x192)]()['split']('.')[0x1],_0x2017ff=_0x1cf83b['getAllData']()[_0x4ee12b(0x113)](_0x410c73),_0x2d6702=_0x2017ff?_0x2017ff[TestFrameworkConstants[_0x4ee12b(0x12b)]]||{}:{};logger[_0x4ee12b(0x17a)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x25dbe8+',\x20testId='+_0x410c73+'\x20(testIdentifier),\x20hookType='+_0x95004c+_0x4ee12b(0x19e)+_0x23be27);if(!_0x2017ff)return logger['debug'](_0x4ee12b(0x1f6)+_0x410c73+_0x4ee12b(0x165)),this[_0x4ee12b(0x14a)](_0x1cf83b,_0x410c73,_0x59ad46,_0x3f95cc,_0x191c69),{};let _0x5b7738=_0x2017ff[TestFrameworkConstants[_0x4ee12b(0x115)]];!_0x5b7738&&(_0x5b7738={});!_0x25109f[_0x4ee12b(0x1a4)](_0x95004c,_0x5b7738)&&(_0x5b7738[_0x95004c]=[]);let _0x38c4bd=_0x2017ff[TestFrameworkConstants[_0x4ee12b(0x1b5)]];!_0x38c4bd&&(_0x38c4bd={});!_0x25109f[_0x4ee12b(0x170)](_0x95004c,_0x38c4bd)&&(_0x38c4bd[_0x95004c]=[]);const _0x5ecceb={[_0x410c73]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5b7738,[TestFrameworkConstants[_0x4ee12b(0x1b5)]]:_0x38c4bd,[TestFrameworkConstants[_0x4ee12b(0x9e)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4ee12b(0x10c)]]:this[_0x4ee12b(0xd4)]()[this[_0x4ee12b(0xc2)]()[0x0]]||''}};if(_0x25109f[_0x4ee12b(0x20e)](_0x3f95cc,HookState[_0x4ee12b(0xe8)])){const _0x1d268d={'key':_0x95004c,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x25dbe8,[TestFrameworkConstants[_0x4ee12b(0x20d)]]:TestFrameworkConstants[_0x4ee12b(0x190)],[TestFrameworkConstants[_0x4ee12b(0x21f)]]:_0x4039bf['started_at']||new Date()[_0x4ee12b(0x200)](),[TestFrameworkConstants[_0x4ee12b(0x1dc)]]:[],[TestFrameworkConstants[_0x4ee12b(0x157)]]:_0x4039bf[_0x4ee12b(0x198)]||_0x4039bf[_0x4ee12b(0xc8)]||_0x95004c,[TestFrameworkConstants[_0x4ee12b(0x12b)]]:_0x2d6702};_0x5b7738[_0x95004c][_0x4ee12b(0xac)](_0x1d268d),_0x5ecceb[_0x410c73][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x95004c;const _0x3c996f={};_0x3c996f[_0x4ee12b(0x186)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x95004c+_0x4ee12b(0x16c)+_0x25dbe8+_0x4ee12b(0x193)+_0x410c73+_0x4ee12b(0xd5)+util['inspect'](_0x1d268d,_0x3c996f));}else{if(_0x25109f[_0x4ee12b(0x1b9)](_0x3f95cc,HookState[_0x4ee12b(0x12d)])){const _0x2a2a95=_0x4039bf[_0x4ee12b(0x1ae)]||(_0x4039bf[_0x4ee12b(0x199)]&&_0x25109f['iMdsZ'](_0x4039bf[_0x4ee12b(0x199)][_0x4ee12b(0xea)],0x0)?_0x25109f['TNvTc']:_0x25109f['fUGtP']),_0xcda469=_0x5b7738[_0x95004c]||[];logger[_0x4ee12b(0x17a)](_0x4ee12b(0x1a1)+_0x95004c+_0x4ee12b(0x193)+_0x410c73+_0x4ee12b(0x194)+_0x2a2a95+_0x4ee12b(0x18d)+_0xcda469['length']);if(_0x25109f[_0x4ee12b(0x20e)](_0xcda469['length'],0x0)&&_0x25109f[_0x4ee12b(0x1b9)](_0x59ad46,TestFrameworkState[_0x4ee12b(0x215)]))return logger[_0x4ee12b(0x17a)](_0x25109f['ODkqs']),this[_0x4ee12b(0x14a)](_0x1cf83b,_0x410c73,_0x59ad46,_0x3f95cc,_0x191c69),{};if(_0x25109f['iMdsZ'](_0xcda469[_0x4ee12b(0xea)],0x0)){const _0x4e462e=_0xcda469['pop']();_0x25109f[_0x4ee12b(0xf1)](_0x2a2a95,_0x25109f[_0x4ee12b(0x1c9)])&&_0x4039bf[_0x4ee12b(0x199)]?(_0x4e462e[TestFrameworkConstants[_0x4ee12b(0xc1)]]=this[_0x4ee12b(0x184)](_0x4039bf),_0x4e462e[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x4039bf),_0x4e462e[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x4ee12b(0x1e3)](_0x4039bf),logger['debug'](_0x4ee12b(0x169)+_0x95004c+_0x4ee12b(0x13b)+_0x4e462e[TestFrameworkConstants[_0x4ee12b(0xc1)]]+_0x4ee12b(0x1e6)+_0x4e462e[TestFrameworkConstants[_0x4ee12b(0x141)]]?.[_0x4ee12b(0xd0)](0x0,0xc8))):_0x4e462e[TestFrameworkConstants[_0x4ee12b(0x20d)]]=_0x25109f['fUGtP'];_0x25109f['oPMNJ'](_0x2a2a95,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4e462e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2a2a95);_0x4e462e[TestFrameworkConstants[_0x4ee12b(0xb2)]]=_0x4039bf[_0x4ee12b(0x196)]||new Date()[_0x4ee12b(0x200)](),_0x4e462e[TestFrameworkConstants[_0x4ee12b(0x12b)]]=_0x2d6702;const _0x3be642=_0x4e462e[TestFrameworkConstants[_0x4ee12b(0x205)]];!_0x38c4bd[_0x95004c]&&(_0x38c4bd[_0x95004c]=[]);_0x38c4bd[_0x95004c][_0x4ee12b(0xac)](_0x4e462e),_0x5ecceb[_0x410c73][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x95004c;const _0x1197b1={};_0x1197b1[_0x4ee12b(0x186)]=0x2,logger[_0x4ee12b(0x17a)](_0x4ee12b(0x106)+_0x95004c+_0x4ee12b(0x16c)+_0x3be642+_0x4ee12b(0x194)+_0x2a2a95+_0x4ee12b(0xd5)+util[_0x4ee12b(0x171)](_0x4e462e,_0x1197b1));}}}return _0x5ecceb;}[a79_0x5310b6(0x18f)](_0x305035){const _0x1959ea=a79_0x5310b6,_0x4d7c74={};_0x4d7c74[_0x1959ea(0x18a)]=_0x1959ea(0x1d4);const _0x49fb5d=_0x4d7c74;try{const _0x271c27=_0x305035['test']?this['getJestTestIdentifier'](_0x305035[_0x1959ea(0x146)]):_0x305035[_0x1959ea(0x119)]['test_run_id'],_0x403d86=_0x305035[_0x1959ea(0xb7)],_0x2f96ab=_0x403d86['getContext'](),_0x4c7e5c=_0x403d86[_0x1959ea(0xde)]()[_0x1959ea(0x113)](_0x271c27);if(!_0x4c7e5c)return logger[_0x1959ea(0x17a)](_0x1959ea(0x1f9)+_0x271c27),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x480b3b=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x343ec0=this[_0x1959ea(0xd4)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x1959ea(0xaf)]]:_0x45f62c='',[TestFrameworkConstants[_0x1959ea(0x9d)]]:_0x26451c=''}=_0x4c7e5c,_0xbbf6b2=_0x403d86['getCurrentTestState']()[_0x1959ea(0x192)]()[_0x1959ea(0xcf)]('.')[0x1],_0x4c0a41=_0x403d86[_0x1959ea(0x1a3)]()['toString']()['split']('.')[0x1],_0x413c77=global?.[_0x1959ea(0x16f)]?.[_0x1959ea(0xb5)]?.[_0x1959ea(0x1df)]||global['__bstackPlatformIndex']||0x0,_0x390be4=_0x403d86['getRef'](),_0x18e94e=Buffer['from'](JSON['stringify'](_0x4c7e5c))[_0x1959ea(0x192)](_0x49fb5d[_0x1959ea(0x18a)]),_0x11bb17={'hash':_0x2f96ab[_0x1959ea(0x1d0)](),'threadId':_0x2f96ab[_0x1959ea(0xba)]()[_0x1959ea(0x192)](),'processId':_0x2f96ab[_0x1959ea(0xbf)]()[_0x1959ea(0x192)]()},_0x9900e8={};_0x9900e8[_0x1959ea(0x9f)]=_0x413c77,_0x9900e8[_0x1959ea(0x1ed)]=_0x480b3b,_0x9900e8[_0x1959ea(0x214)]=_0x343ec0,_0x9900e8[_0x1959ea(0x116)]=_0xbbf6b2,_0x9900e8[_0x1959ea(0x1b4)]=_0x4c0a41,_0x9900e8[_0x1959ea(0x121)]=_0x45f62c,_0x9900e8[_0x1959ea(0x218)]=_0x26451c,_0x9900e8[_0x1959ea(0x1a0)]=_0x390be4,_0x9900e8[_0x1959ea(0x123)]=_0x18e94e,_0x9900e8['executionContext']=_0x11bb17,_0x9900e8['test_identifier']=_0x271c27;const _0x1a0911=_0x9900e8;return _0x1a0911;}catch(_0x382424){return logger[_0x1959ea(0xe9)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x1959ea(0x1d5)](_0x382424)),{};}}async[a79_0x5310b6(0x19a)](_0x3650e6,_0x3e366b,_0x279cfd){const _0x42c456=a79_0x5310b6,_0x5d912d={'aObeL':function(_0x2e7a1f,_0x98107){return _0x2e7a1f+_0x98107;},'FzWkI':_0x42c456(0xfb),'Qyrdx':_0x42c456(0x195),'EgPpf':function(_0x2b7d8b,_0x443913){return _0x2b7d8b>_0x443913;},'dQmvW':function(_0x584f6d,_0x1f9fd0,_0x575e52,_0x3b4fb5){return _0x584f6d(_0x1f9fd0,_0x575e52,_0x3b4fb5);},'WKqCT':function(_0x358d07,_0x2b2d36){return _0x358d07-_0x2b2d36;},'Twvbh':function(_0x3c63b7,_0x5ee682){return _0x3c63b7===_0x5ee682;},'TtWSR':function(_0x2a2a8f,_0x2f16a4){return _0x2a2a8f/_0x2f16a4;},'pcLiR':function(_0x8d2751,_0x3a18ca){return _0x8d2751<_0x3a18ca;},'MkJkV':function(_0x4baae4,_0x1d54e0){return _0x4baae4*_0x1d54e0;}};try{const _0x3aced0=_0x279cfd[_0x42c456(0x144)]||_0x279cfd[_0x42c456(0x1b6)],_0x2004dd=Array['from'](_0x3650e6[_0x42c456(0xde)]()[_0x42c456(0xf5)]()),_0x2975d4=_0x3650e6[_0x42c456(0xde)]()['get'](_0x3aced0);if(!_0x2975d4){logger[_0x42c456(0x17a)](_0x42c456(0x21d)+_0x3aced0);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1c7a8f='',[TestFrameworkConstants[_0x42c456(0x10c)]]:_0x1ab847=''}=_0x2975d4;let _0x81abf3=[];_0x2975d4&&_0x2975d4[TestFrameworkConstants[_0x42c456(0x17f)]]&&Array[_0x42c456(0x103)](_0x2975d4[TestFrameworkConstants[_0x42c456(0x17f)]])?(_0x81abf3=_0x2975d4[TestFrameworkConstants[_0x42c456(0x17f)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x81abf3[_0x42c456(0xea)]+_0x42c456(0x1e9)+_0x3aced0),_0x3650e6[_0x42c456(0xc9)]({[_0x3aced0]:{[TestFrameworkConstants[_0x42c456(0x17f)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x42c456(0xc2)]()[0x0]||'',[TestFrameworkConstants[_0x42c456(0x10c)]]:this[_0x42c456(0xd4)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x42c456(0x17a)](_0x42c456(0x15e)+_0x3aced0)):logger[_0x42c456(0x17a)](_0x42c456(0xdd)+_0x3aced0);logger[_0x42c456(0x17a)](_0x42c456(0xf0)+_0x81abf3[_0x42c456(0xea)]+'\x20for\x20testId:\x20'+_0x3aced0);const _0x113131=_0x81abf3['filter'](_0x256e7d=>_0x256e7d['kind']===_0x42c456(0xaa));_0x5d912d['EgPpf'](_0x113131[_0x42c456(0xea)],0x0)&&(logger['debug'](_0x42c456(0xf3)+_0x113131[_0x42c456(0xea)]+_0x42c456(0xd8)+_0x3aced0),_0x113131[_0x42c456(0x99)]((_0x32fe74,_0x44b433)=>{const _0x235ba5=_0x42c456;logger[_0x235ba5(0x17a)](_0x235ba5(0x1ff)+_0x5d912d[_0x235ba5(0xf8)](_0x44b433,0x1)+'/'+_0x113131['length']+_0x235ba5(0x219)+(_0x32fe74[_0x235ba5(0x1fc)]||_0x5d912d[_0x235ba5(0x181)])+_0x235ba5(0x142)+(_0x32fe74[_0x235ba5(0xe6)]||_0x5d912d[_0x235ba5(0x181)])+',\x20hook_run_uuid='+(_0x32fe74[_0x235ba5(0x14c)]||_0x5d912d['Qyrdx'])+_0x235ba5(0x21b)+(_0x32fe74[_0x235ba5(0x1d7)]?.[_0x235ba5(0xea)]||0x0));}));const _0x4f6257=_0x2975d4[TestFrameworkConstants[_0x42c456(0xd1)]]||{},_0x29d7e4=_0x5d912d[_0x42c456(0x1ef)](getMediaArtifactsLogs,_0x4f6257,null,_0x3aced0),_0x3fe046=(_0x81abf3||[])[_0x42c456(0xf7)](_0x29d7e4||[]),_0x389bd3=_0x113131?.[_0x42c456(0xea)]||0x0,_0x32a6bc=_0x5d912d[_0x42c456(0x1d1)](_0x81abf3?.[_0x42c456(0xea)]||0x0,_0x389bd3);logger[_0x42c456(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x3aced0+_0x42c456(0xc3)+_0x32a6bc+_0x42c456(0x131)+_0x389bd3+_0x42c456(0xa4)+(_0x29d7e4?.[_0x42c456(0xea)]||0x0)+_0x42c456(0x13e)+_0x3fe046['length']);if(!_0x3fe046||_0x5d912d[_0x42c456(0xab)](_0x3fe046[_0x42c456(0xea)],0x0)){logger[_0x42c456(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x3aced0);return;}const _0x255eb2=0x28,_0x5ca5e8=Math[_0x42c456(0x1b8)](_0x5d912d[_0x42c456(0xcd)](_0x3fe046[_0x42c456(0xea)],_0x255eb2));for(let _0xcfc948=0x0;_0x5d912d[_0x42c456(0x1cb)](_0xcfc948,_0x5ca5e8);_0xcfc948++){const _0x2e5b50=_0x5d912d[_0x42c456(0x11b)](_0xcfc948,_0x255eb2),_0x1a3160=_0x5d912d[_0x42c456(0xf8)](_0x2e5b50,_0x255eb2),_0x5e760c=_0x3fe046[_0x42c456(0x118)](_0x2e5b50,_0x1a3160),_0x348ae2=global?.[_0x42c456(0x1a8)]??0x0,_0x7cc6d9={'platformIndex':_0x348ae2,'logs':_0x5e760c,'testFrameworkName':_0x1c7a8f,'testFrameworkVersion':_0x1ab847,'testFrameworkState':_0x3e366b[_0x42c456(0x192)]()[_0x42c456(0xcf)]('.')[0x1]},_0x20e14f={};_0x20e14f[_0x42c456(0x186)]=0x3,_0x20e14f[_0x42c456(0x21c)]=0x5,logger[_0x42c456(0x17a)](_0x42c456(0x1fe)+_0x5d912d[_0x42c456(0xf8)](_0xcfc948,0x1)+'/'+_0x5ca5e8+_0x42c456(0x1e5)+_0x3aced0+_0x42c456(0xbe)+_0x5e760c[_0x42c456(0xea)]+_0x42c456(0x1b0)+_0x348ae2+_0x42c456(0x1e2)+util[_0x42c456(0x171)](_0x7cc6d9,_0x20e14f));const _0x383507=await GrpcClient[_0x42c456(0x108)]()[_0x42c456(0x201)](_0x7cc6d9);logger[_0x42c456(0x17a)](_0x42c456(0x1fe)+_0x5d912d[_0x42c456(0xf8)](_0xcfc948,0x1)+'/'+_0x5ca5e8+_0x42c456(0x1e5)+_0x3aced0+_0x42c456(0x11a)+util[_0x42c456(0x171)](_0x383507));}_0x29d7e4&&_0x5d912d[_0x42c456(0x1eb)](_0x29d7e4[_0x42c456(0xea)],0x0)&&_0x2975d4[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x3650e6[_0x42c456(0xc9)]({[_0x3aced0]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x42c456(0x9e)]]:this[_0x42c456(0xc2)]()[0x0]||'',[TestFrameworkConstants[_0x42c456(0x10c)]]:this[_0x42c456(0xd4)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x42c456(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x3aced0+_0x42c456(0x16e)+_0x5ca5e8);}catch(_0x4c69fa){logger[_0x42c456(0xe9)](_0x42c456(0x1f5)+(_0x279cfd[_0x42c456(0x144)]||_0x279cfd[_0x42c456(0x1b6)])+_0x42c456(0xf2)+util[_0x42c456(0x1d5)](_0x4c69fa));}}[a79_0x5310b6(0x14a)](_0x3c051a,_0x282858,_0x7e1280,_0x1d414,_0x27df32){const _0xa29373=a79_0x5310b6,_0x1cd087={};_0x1cd087[_0xa29373(0xc0)]=function(_0x49c269,_0x481efc){return _0x49c269===_0x481efc;},_0x1cd087[_0xa29373(0x98)]=_0xa29373(0x128);const _0x285125=_0x1cd087,{hookData:_0x150129}=_0x27df32,_0x9c7bb3={'testId':_0x282858,'testFrameworkState':_0x7e1280,'hookState':_0x1d414,'args':_0x27df32,'timestamp':new Date()[_0xa29373(0x200)]()};if(_0x285125[_0xa29373(0xc0)](_0x7e1280,TestFrameworkState[_0xa29373(0x215)])&&_0x150129){const _0x5be8a2={};_0x5be8a2[_0xa29373(0x132)]=_0x150129['file_name']||_0x150129['location'],_0x5be8a2[_0xa29373(0xec)]=_0x150129[_0xa29373(0xec)]||_0x150129['scopes']&&_0x150129[_0xa29373(0x155)][0x0]||'',_0x5be8a2[_0xa29373(0xe1)]=_0x285125[_0xa29373(0x98)],_0x9c7bb3[_0xa29373(0xb3)]=_0x5be8a2,logger[_0xa29373(0x17a)](_0xa29373(0x17b)+_0x282858+_0xa29373(0x1ec)+_0x9c7bb3[_0xa29373(0xb3)][_0xa29373(0x132)]+_0xa29373(0xd2)+_0x9c7bb3[_0xa29373(0xb3)][_0xa29373(0xec)]);}_0x3c051a[_0xa29373(0xa9)](_0x282858,_0x9c7bb3),logger[_0xa29373(0x17a)](_0xa29373(0x1c2)+_0x282858+_0xa29373(0x20f)+_0x7e1280+_0xa29373(0x1ce)+_0x1d414);}async[a79_0x5310b6(0xe3)](_0x54932c,_0x179387){const _0x341e17=a79_0x5310b6,_0x43fba7={};_0x43fba7[_0x341e17(0xd3)]=function(_0x395ac4,_0x1c38a1){return _0x395ac4>_0x1c38a1;},_0x43fba7['YOpmN']=function(_0x8224dc,_0x8ebba8){return _0x8224dc===_0x8ebba8;},_0x43fba7['vjFQC']=function(_0x330155,_0x119e44){return _0x330155===_0x119e44;},_0x43fba7[_0x341e17(0xa1)]=function(_0x3ca35a,_0x58468b){return _0x3ca35a>_0x58468b;},_0x43fba7['TriqR']=function(_0x130153,_0x2e1eba){return _0x130153===_0x2e1eba;},_0x43fba7[_0x341e17(0x1bc)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x2113ef=_0x43fba7;if(_0x54932c['hasPendingHooks'](_0x179387)){const _0x42da27=_0x54932c['getPendingHooks'](_0x179387);logger[_0x341e17(0x17a)]('Processing\x20'+_0x42da27[_0x341e17(0xea)]+_0x341e17(0x209)+_0x179387);for(const _0x32a5fe of _0x42da27){try{const _0x154d32=await this[_0x341e17(0xdf)](_0x54932c,_0x32a5fe[_0x341e17(0x116)],_0x32a5fe['hookState'],_0x32a5fe[_0x341e17(0x213)]);_0x154d32&&_0x2113ef['ZVOmP'](Object[_0x341e17(0xf5)](_0x154d32)[_0x341e17(0xea)],0x0)&&_0x54932c['addMultipleEntries'](_0x154d32),await this[_0x341e17(0x145)](_0x54932c,_0x32a5fe[_0x341e17(0x116)],_0x32a5fe[_0x341e17(0x1b4)],_0x32a5fe[_0x341e17(0x213)]);}catch(_0x283281){logger['error'](_0x341e17(0x10d)+_0x179387+',\x20error:\x20'+_0x283281);}}_0x54932c[_0x341e17(0x182)](_0x179387),logger[_0x341e17(0x17a)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x179387);}const _0x34c110=_0x54932c[_0x341e17(0xde)]()[_0x341e17(0x113)](_0x179387);if(_0x34c110){const _0x1aa605=_0x34c110[TestFrameworkConstants[_0x341e17(0x20b)]]||_0x34c110[TestFrameworkConstants['KEY_TEST_LOCATION']],_0xbb9b01=_0x34c110[TestFrameworkConstants[_0x341e17(0x160)]]||_0x34c110[TestFrameworkConstants[_0x341e17(0x1c3)]]&&_0x34c110[TestFrameworkConstants[_0x341e17(0x1c3)]][0x0]||'';logger['debug'](_0x341e17(0x1c1)+_0x1aa605+_0x341e17(0xd2)+_0xbb9b01);const _0x33746c=_0x54932c['getAllPendingHookTestIds']();for(const _0x16b2a3 of _0x33746c){if(_0x2113ef['YOpmN'](_0x16b2a3,_0x179387))continue;if(_0x54932c[_0x341e17(0x15c)](_0x16b2a3)){const _0x272e85=_0x54932c['getPendingHooks'](_0x16b2a3);for(const _0x4f6c53 of _0x272e85){if(_0x2113ef[_0x341e17(0x1ca)](_0x4f6c53[_0x341e17(0x116)],TestFrameworkState[_0x341e17(0x215)])&&_0x4f6c53[_0x341e17(0xb3)]){const _0x53a730=_0x4f6c53[_0x341e17(0xb3)][_0x341e17(0x132)],_0x37407f=_0x4f6c53['hookMetadata'][_0x341e17(0xec)];if(_0x2113ef[_0x341e17(0x1ca)](_0x53a730,_0x1aa605)&&_0x2113ef['vjFQC'](_0x37407f,_0xbb9b01)){logger[_0x341e17(0x17a)](_0x341e17(0x11f)+_0x16b2a3+_0x341e17(0x197)+_0x179387+_0x341e17(0x1ec)+_0x53a730+_0x341e17(0xd2)+_0x37407f);_0x4f6c53[_0x341e17(0x213)]&&_0x4f6c53[_0x341e17(0x213)][_0x341e17(0x119)]&&(_0x4f6c53[_0x341e17(0x213)][_0x341e17(0x119)]['test_run_id']=_0x179387,logger[_0x341e17(0x17a)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x16b2a3+_0x341e17(0x12e)+_0x179387));try{const _0x43a3ec=await this['trackHookEvent'](_0x54932c,_0x4f6c53[_0x341e17(0x116)],_0x4f6c53[_0x341e17(0x1b4)],_0x4f6c53[_0x341e17(0x213)]);_0x43a3ec&&_0x2113ef[_0x341e17(0xa1)](Object[_0x341e17(0xf5)](_0x43a3ec)[_0x341e17(0xea)],0x0)&&_0x54932c[_0x341e17(0xc9)](_0x43a3ec);await this['runHooks'](_0x54932c,_0x4f6c53[_0x341e17(0x116)],_0x4f6c53['hookState'],_0x4f6c53[_0x341e17(0x213)]);const _0x255ca0=_0x54932c[_0x341e17(0x1f0)](_0x16b2a3)['filter'](_0x35f322=>_0x35f322!==_0x4f6c53);if(_0x2113ef['TriqR'](_0x255ca0['length'],0x0))_0x54932c[_0x341e17(0x182)](_0x16b2a3);else{_0x54932c[_0x341e17(0x182)](_0x16b2a3);for(const _0x126d32 of _0x255ca0){_0x54932c[_0x341e17(0xa9)](_0x16b2a3,_0x126d32);}}logger[_0x341e17(0x17a)](_0x2113ef[_0x341e17(0x1bc)]);}catch(_0x4aab22){logger['error'](_0x341e17(0x130)+_0x179387+_0x341e17(0xf2)+_0x4aab22);}}}}}}}}['mapTestHooks'](_0x15e3ba){const _0x698136=a79_0x5310b6,_0xad92ed={'OCkrf':function(_0x44d6a1){return _0x44d6a1();}};if(!_0x15e3ba||!_0x15e3ba['parent'])return;_0x15e3ba[_0x698136(0xa7)]['hooks']&&Array[_0x698136(0x103)](_0x15e3ba['parent'][_0x698136(0x11d)])&&_0x15e3ba[_0x698136(0xa7)][_0x698136(0x11d)][_0x698136(0x99)](_0x38c1be=>{const _0xe2422c=_0x698136;!_0x38c1be['hookAnalyticsId']&&!_0x38c1be[_0xe2422c(0xe2)]&&(_0x38c1be[_0xe2422c(0x15f)]=_0xad92ed[_0xe2422c(0x136)](uuidv4),_0x38c1be['hookUUID']=_0x38c1be['hookAnalyticsId'],logger[_0xe2422c(0x17a)](_0xe2422c(0xbb)+_0x38c1be[_0xe2422c(0xed)]+',\x20hookUUID='+_0x38c1be[_0xe2422c(0x15f)]));}),this[_0x698136(0x114)](_0x15e3ba[_0x698136(0xa7)]);}[a79_0x5310b6(0x154)](_0x2b2e8b){const _0x5eb2e6=a79_0x5310b6,_0x58bb50={'KAsfL':function(_0x2937d3,_0x24d8d7){return _0x2937d3(_0x24d8d7);}};if(!_0x2b2e8b||!_0x2b2e8b[_0x5eb2e6(0xa7)])return[];const _0x1aad58=[];return _0x2b2e8b[_0x5eb2e6(0xa7)][_0x5eb2e6(0x11d)]&&Array[_0x5eb2e6(0x103)](_0x2b2e8b[_0x5eb2e6(0xa7)][_0x5eb2e6(0x11d)])&&_0x2b2e8b[_0x5eb2e6(0xa7)][_0x5eb2e6(0x11d)][_0x5eb2e6(0x99)](_0x4fa3b4=>{const _0x2ac8be=_0x5eb2e6,_0x1671bd=_0x4fa3b4[_0x2ac8be(0x15f)]||_0x4fa3b4[_0x2ac8be(0xe2)];_0x1671bd&&!this['isJestInternalHook'](_0x4fa3b4)&&!_0x58bb50[_0x2ac8be(0x161)](isInternalHook,_0x4fa3b4['fn'])&&_0x1aad58[_0x2ac8be(0xac)](_0x1671bd);}),[..._0x1aad58,...this[_0x5eb2e6(0x154)](_0x2b2e8b[_0x5eb2e6(0xa7)])];}[a79_0x5310b6(0x1d6)](_0x4d9d0c){const _0x31e16c=a79_0x5310b6,_0x4ad779={'xXDRv':function(_0xd16148,_0x4f9ea3){return _0xd16148(_0x4f9ea3);},'ARYNz':_0x31e16c(0xff)},_0x2ee796=new Map(),_0x22c899=_0x188a56=>{const _0x148c62=_0x31e16c,_0x9f40aa={'VRvIQ':function(_0x471b7e,_0x217dbb){const _0x3c52be=a79_0x11c0;return _0x4ad779[_0x3c52be(0x175)](_0x471b7e,_0x217dbb);},'EElTY':_0x4ad779[_0x148c62(0x124)]};if(!_0x188a56||!_0x188a56['parent'])return;_0x188a56[_0x148c62(0xa7)][_0x148c62(0x11d)]&&Array[_0x148c62(0x103)](_0x188a56[_0x148c62(0xa7)][_0x148c62(0x11d)])&&_0x188a56[_0x148c62(0xa7)][_0x148c62(0x11d)][_0x148c62(0x99)](_0xb38676=>{const _0x35d09d=_0x148c62,_0x598e58=_0xb38676[_0x35d09d(0x15f)]||_0xb38676[_0x35d09d(0xe2)];if(_0x598e58&&!this[_0x35d09d(0x111)](_0xb38676)&&!_0x9f40aa[_0x35d09d(0xfd)](isInternalHook,_0xb38676['fn'])){const _0x3db966={};_0x3db966[_0x35d09d(0xed)]=_0xb38676[_0x35d09d(0xed)]||_0x9f40aa['EElTY'],_0x3db966[_0x35d09d(0x198)]=_0xb38676[_0x35d09d(0x198)]||'\x22'+_0xb38676[_0x35d09d(0xed)]+_0x35d09d(0x112),_0x2ee796[_0x35d09d(0xe7)](_0x598e58,_0x3db966);}}),_0x4ad779[_0x148c62(0x175)](_0x22c899,_0x188a56[_0x148c62(0xa7)]);};return _0x4ad779[_0x31e16c(0x175)](_0x22c899,_0x4d9d0c),_0x2ee796;}[a79_0x5310b6(0x111)](_0x2446e0){const _0x44ffe6=a79_0x5310b6,_0x269752={};_0x269752[_0x44ffe6(0x156)]=_0x44ffe6(0x20c),_0x269752[_0x44ffe6(0x1bd)]=_0x44ffe6(0x133);const _0x4de191=_0x269752;try{const _0x378431=this[_0x44ffe6(0xae)](_0x2446e0);return _0x378431&&_0x378431[_0x44ffe6(0xef)](_0x4de191[_0x44ffe6(0x156)]);}catch(_0x1f72ad){logger[_0x44ffe6(0x17a)](_0x4de191[_0x44ffe6(0x1bd)]);}return![];}[a79_0x5310b6(0xae)](_0x9feec3){const _0xec4284=a79_0x5310b6;if(_0x9feec3[_0xec4284(0xfa)])try{const _0x3135f2=stackTrace['parse'](_0x9feec3['asyncError']);return _0x3135f2[0x0]?_0x3135f2[0x0]['getFileName']():null;}catch(_0x915d01){logger[_0xec4284(0x17a)](_0xec4284(0x1ab)+util['format'](_0x915d01));}if(_0x9feec3[_0xec4284(0x21a)])return _0x9feec3['file'];return null;}}function a79_0x179d(){const _0x273235=['VRvIQ','../../../helpers/classLogger.js','unknown','vqOJi','\x20&\x20hookState=','../cliUtils.js','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_NAME','getInstance','test_run_id','\x20files','hook_result','KEY_TEST_FRAMEWORK_VERSION','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','869841vRnpET','NONE','isJestInternalHook','\x22\x20hook','get','mapTestHooks','KEY_HOOKS_STARTED','testFrameworkState','../instances/trackedInstance.js','slice','hookData',',\x20response=','MkJkV','file_name','hooks','KEY_TEST_DURATION','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','KEY_TEST_RETRY_OF','startedAt','ngalI','eventJson','ARYNz','pHzjX','startsWith','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','beforeAll','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','POST','\x20to\x20','./constants/testFrameworkConstants.js','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20screenshotLogs:\x20','filePath','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','yBeuj','OCkrf','toUpperCase','exports','trackJestInstance:\x20instance\x20already\x20exists','pid',',\x20failureType=','../state/testFrameworkState.js','SCJNp',',\x20totalLogs:\x20','PVIYD','activeHooks','KEY_HOOK_FAILURE_REASON',',\x20test_run_uuid=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','testUUID','runHooks','test','DEFAULT_TEST_RESULT','KEY_TEST_FAILURE_TYPE','jACYM','storePendingHook','retryOf','hook_run_uuid','setActiveHook','title','PNpEU','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20version=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','OuWqN','getHooksForTest','scopes','LzQAO','KEY_HOOK_NAME','cHXYY','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','HSmNW','KEY_TEST_ID','hasPendingHooks','aYBny','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hookAnalyticsId','KEY_TEST_SCOPE','KAsfL','8hnqNqD','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','vNzDk',',\x20storing\x20as\x20pending\x20hook','WArVZ','getJestTestFilePath','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','aMFbs',',\x20testFramework=',',\x20hookId=','276333PpQukE',',\x20totalBatches:\x20','__workerDetails','jsaPI','inspect','XEKbe','zdPrK','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','xXDRv','map','UhNrB','getTrackedInstance','QvOGc','debug','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','delete','getCurrentInstanceName',',\x20argsKeys=','KEY_LOGS','KEY_AUTOMATE_SESSION_NAME','FzWkI','removePendingHooks','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','getJestFailureType','LIIvD','depth','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','afterAll','util','xwDoB','JzHNL','DfkTn',',\x20hooksListLength=','1416130KGXcav','createTestFrameworkEventPayload','DEFAULT_HOOK_RESULT','HbmCJ','toString',',\x20testId=',',\x20result=','none','finished_at',',\x20currentTestId:\x20','name','errorsDetailed','sendLogCreatedEvent','385371NlkPPl','getContext','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',',\x20hookState=','skipped','uuid','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','PINOU','getCurrentHookState','DsMcA','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','browserstackPlatformIndex','HvuHg','passed','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','parseJestTest',',\x20contextId=','result','warn',',\x20platformIndex:\x20','AssertionError','16qaJrOU','zflRq','hookState','KEY_HOOKS_FINISHED','testId',',\x20scopes=','ceil','diPyD','donmY','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','eWPuy','wCmuA','parseJestTestResult','5ZZaHqB','failure_reason','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPES','enbRK','zpDLg','KEY_TEST_FAILURE',',\x20hookData=','substr','TNvTc','YOpmN','pcLiR','\x20hook','vVyYs',',\x20hookState:\x20','trackJestInstance','getId','WKqCT','zwfRr','skip','base64','format','buildHookMapFromTest','message','2156946sSlelY',',\x20hookType=','getJestTestName','UnhandledError','KEY_HOOK_LOGS',',\x20remainingHooks=','findIndex','parallelIndex','7046540UbAOcJ','TEST',',\x20payload:\x20','getJestFailureData','_ALL','\x20-\x20testId:\x20',',\x20failureReason=','DETpi','getJestTestIdentifier','\x20logs\x20for\x20testId:\x20','stack-trace','EgPpf',',\x20filePath:\x20','testFrameworkName','trackEvent','dQmvW','getPendingHooks','ROOT_DESCRIBE_BLOCK','removeActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','body','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','nJjAA','KEY_TEST_LOGS','test_identifier','duration','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','toISOString','logCreatedEvent','fdQOr','mMqfY','getJestFailureReason','KEY_HOOK_ID','../../../helpers/test-observability/utils','DZniY','KEY_TEST_FAILURE_REASON','\x20pending\x20hooks\x20for\x20testId:\x20','../TestInfo.js','KEY_TEST_FILE_PATH','jest-circus','KEY_HOOK_RESULT','gvOOc',',\x20state:\x20','htjDW',',\x20target=','has','args','testFrameworkVersion','BEFORE_ALL',',\x20exception=','join','endedAt','\x20-\x20test_identifier=','file',',\x20messageLength=','maxArrayLength','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Unknown\x20Test','KEY_EVENT_STARTED_AT','replace','gkdWR','forEach','mplkV','JestTestFramework','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_ENDED_AT','KEY_TEST_FRAMEWORK_NAME','platformIndex',',\x20state=','ICjPN','started_at','tags',',\x20attachmentLogs:\x20','KEY_TEST_META',',\x20hookUUID=','parent','EJcIS','addPendingHook','TEST_SCREENSHOT','Twvbh','push','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','getRootParentFile','KEY_TEST_STARTED_AT','KEY_TEST_LOCATION','../grpcClient','KEY_EVENT_ENDED_AT','hookMetadata','wvuxi','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','instance','ALL','failed','getThreadId','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','createContext','../../../helpers/helper.js',',\x20logsInBatch:\x20','getProcessId','hOsfk','KEY_HOOK_FAILURE_TYPE','getTestFrameworks',',\x20consoleLogs:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20duration=',':testAnalyticsId','hook_id','hook_type','addMultipleEntries','\x20(testIdentifier),\x20tags=',',\x20totalHooks=','originalTest','TtWSR','getFileName','split','substring','KEY_TEST_ATTACHMENTS',',\x20scope:\x20','ZVOmP','getTestFrameworksVersions',',\x20hook=','resolveInstance','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','getActiveHook','code','match','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getAllData','trackHookEvent','KEY_TEST_TAGS','hookType','hookUUID','processPendingHooks','\x20(testIdentifier)','717730KnWfnP','test_run_uuid','set','PRE','error','length','status','scope','type','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','SJvXU',',\x20error:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','QEtrm','keys','../instances/testFrameworkInstance.js','concat','aObeL','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','asyncError','missing','KEY_TEST_RESULT_AT'];a79_0x179d=function(){return _0x273235;};return a79_0x179d();}module[a79_0x5310b6(0x138)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a80_0x393880=a80_0xb5f6;(function(_0x51fca7,_0x95c143){const _0x14a432=a80_0xb5f6,_0x1514f0=_0x51fca7();while(!![]){try{const _0x124872=parseInt(_0x14a432(0x183))/0x1+-parseInt(_0x14a432(0x1ad))/0x2+parseInt(_0x14a432(0x17f))/0x3*(parseInt(_0x14a432(0x191))/0x4)+-parseInt(_0x14a432(0x1af))/0x5*(parseInt(_0x14a432(0x187))/0x6)+-parseInt(_0x14a432(0x195))/0x7*(-parseInt(_0x14a432(0x1a6))/0x8)+-parseInt(_0x14a432(0x17e))/0x9+parseInt(_0x14a432(0x167))/0xa;if(_0x124872===_0x95c143)break;else _0x1514f0['push'](_0x1514f0['shift']());}catch(_0x225942){_0x1514f0['push'](_0x1514f0['shift']());}}}(a80_0x362d,0x8b2c6));const path=require('path'),TestFramework=require(a80_0x393880(0x19e)),TestFrameworkState=require(a80_0x393880(0x182)),HookState=require(a80_0x393880(0x18b)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a80_0x393880(0x16f)),CLIUtils=require(a80_0x393880(0x196)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a80_0x393880(0x1a3)),util=require('util'),logger=createClassLogger(a80_0x393880(0x172));class NewmanTestFramework extends TestFramework{constructor(_0x2b0214,_0x3f1c10,_0x55e3a8){super(_0x2b0214,_0x3f1c10,_0x55e3a8);}async[a80_0x393880(0x162)](_0x572f34,_0x2c9b84,_0x337367={}){const _0x189ae0=a80_0x393880,_0x51780e={};_0x51780e[_0x189ae0(0x1a0)]=function(_0x246b1b,_0x291b03){return _0x246b1b===_0x291b03;};const _0x2d754a=_0x51780e;logger['debug'](_0x189ae0(0x169)+_0x572f34+_0x189ae0(0x1a4)+_0x2c9b84),await super[_0x189ae0(0x162)](_0x572f34,_0x2c9b84,_0x337367);const _0x2bcac0=this['resolveInstance'](_0x572f34,_0x2c9b84,_0x337367);if(!_0x2bcac0)return;try{if(_0x2d754a['yyuTg'](_0x572f34,TestFrameworkState[_0x189ae0(0x16b)])&&_0x337367[_0x189ae0(0x166)]){const _0x3a93e5=_0x2d754a[_0x189ae0(0x1a0)](_0x2c9b84,HookState['PRE'])?this[_0x189ae0(0x19d)](_0x337367[_0x189ae0(0x166)]):this[_0x189ae0(0x178)](_0x337367[_0x189ae0(0x166)]);_0x2bcac0[_0x189ae0(0x16c)](_0x3a93e5);}}catch(_0x3c12cb){logger['error'](_0x189ae0(0x18c)+util[_0x189ae0(0x18a)](_0x3c12cb));}_0x337367[_0x189ae0(0x19a)]=_0x2bcac0,await this[_0x189ae0(0x161)](_0x2bcac0,_0x572f34,_0x2c9b84,_0x337367);}[a80_0x393880(0x19d)](_0x1f6207){const _0x5c0001=a80_0x393880,_0x42deb9=this[_0x5c0001(0x164)]()[0x0],_0x4eed0c={};return _0x4eed0c[_0x1f6207[_0x5c0001(0x15c)]]={[TestFrameworkConstants[_0x5c0001(0x174)]]:_0x42deb9,[TestFrameworkConstants[_0x5c0001(0x18d)]]:this[_0x5c0001(0x15a)]()[_0x42deb9],[TestFrameworkConstants[_0x5c0001(0x1ab)]]:[],[TestFrameworkConstants[_0x5c0001(0x194)]]:{},[TestFrameworkConstants[_0x5c0001(0x163)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x5c0001(0x16e)],[TestFrameworkConstants[_0x5c0001(0x19f)]]:_0x1f6207['uuid'],[TestFrameworkConstants[_0x5c0001(0x170)]]:_0x1f6207[_0x5c0001(0x15c)],[TestFrameworkConstants[_0x5c0001(0x16d)]]:_0x1f6207['name'],[TestFrameworkConstants[_0x5c0001(0x193)]]:_0x1f6207['file_path']||'',[TestFrameworkConstants[_0x5c0001(0x171)]]:_0x1f6207[_0x5c0001(0x15d)]||'',[TestFrameworkConstants[_0x5c0001(0x165)]]:null,[TestFrameworkConstants[_0x5c0001(0x190)]]:_0x1f6207[_0x5c0001(0x198)]||[],[TestFrameworkConstants[_0x5c0001(0x1a2)]]:_0x1f6207[_0x5c0001(0x1a8)]||new Date()[_0x5c0001(0x1b0)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x1f6207['scope']||'',[TestFrameworkConstants[_0x5c0001(0x19c)]]:_0x1f6207[_0x5c0001(0x15f)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x5c0001(0x168)]]:_0x1f6207[_0x5c0001(0x1aa)]||{},[TestFrameworkConstants[_0x5c0001(0x197)]]:_0x1f6207[_0x5c0001(0x17a)]||{}},_0x4eed0c;}[a80_0x393880(0x178)](_0x28f814){const _0x1aa1cb=a80_0x393880,_0x13f8ed={};_0x13f8ed[_0x1aa1cb(0x18f)]=_0x1aa1cb(0x184);const _0x204da2=_0x13f8ed,_0x53a429={};return _0x53a429[_0x28f814['uuid']]={[TestFrameworkConstants[_0x1aa1cb(0x1ac)]]:_0x28f814[_0x1aa1cb(0x18e)]||_0x204da2['BcJYu'],[TestFrameworkConstants[_0x1aa1cb(0x1ae)]]:_0x28f814[_0x1aa1cb(0x1a5)]||new Date()[_0x1aa1cb(0x1b0)](),[TestFrameworkConstants[_0x1aa1cb(0x15e)]]:_0x28f814[_0x1aa1cb(0x175)]||[],[TestFrameworkConstants[_0x1aa1cb(0x17b)]]:_0x28f814[_0x1aa1cb(0x1a9)]||null,[TestFrameworkConstants[_0x1aa1cb(0x16a)]]:_0x28f814[_0x1aa1cb(0x1a1)]||null},_0x53a429;}[a80_0x393880(0x1a7)](_0x440aae){const _0x509ab1=a80_0x393880;let _0xa019cb=TestFramework[_0x509ab1(0x186)]();if(!_0xa019cb){const _0x7d9c1e=TrackedInstance[_0x509ab1(0x188)](CLIUtils[_0x509ab1(0x189)]());_0xa019cb=new TestFrameworkInstance(_0x7d9c1e,this[_0x509ab1(0x164)](),this[_0x509ab1(0x15a)](),_0x440aae,HookState[_0x509ab1(0x17d)]),TestFramework[_0x509ab1(0x192)](_0x7d9c1e,_0xa019cb);}return _0xa019cb;}['createTestFrameworkEventPayload'](_0x425df0){const _0x123ab5=a80_0x393880,_0x5e01c0={};_0x5e01c0[_0x123ab5(0x176)]=_0x123ab5(0x19b);const _0x393408=_0x5e01c0;try{const _0x1aa028=_0x425df0[_0x123ab5(0x166)]?_0x425df0[_0x123ab5(0x166)][_0x123ab5(0x15c)]:null,_0x5097a3=_0x425df0[_0x123ab5(0x19a)],_0x2ea6b9=_0x5097a3[_0x123ab5(0x199)](),_0x272ce8=_0x5097a3[_0x123ab5(0x180)]()[_0x123ab5(0x181)](_0x1aa028);if(!_0x272ce8)return{};const {[TestFrameworkConstants[_0x123ab5(0x174)]]:_0x148a71='',[TestFrameworkConstants[_0x123ab5(0x18d)]]:_0x422aba='',[TestFrameworkConstants[_0x123ab5(0x1a2)]]:_0x3accc8='',[TestFrameworkConstants[_0x123ab5(0x1ae)]]:_0x2acec8=''}=_0x272ce8;return{'platformIndex':0x0,'testFrameworkName':_0x148a71,'testFrameworkVersion':_0x422aba,'testFrameworkState':_0x5097a3[_0x123ab5(0x160)]()[_0x123ab5(0x17c)]()['split']('.')[0x1],'hookState':_0x5097a3['getCurrentHookState']()['toString']()[_0x123ab5(0x185)]('.')[0x1],'startedAt':_0x3accc8,'endedAt':_0x2acec8,'uuid':_0x1aa028,'eventJson':Buffer['from'](JSON[_0x123ab5(0x179)](_0x272ce8))[_0x123ab5(0x17c)](_0x393408['hstmW']),'executionContext':{'hash':_0x2ea6b9['getId'](),'threadId':_0x2ea6b9['getThreadId']()[_0x123ab5(0x17c)](),'processId':_0x2ea6b9[_0x123ab5(0x177)]()[_0x123ab5(0x17c)]()}};}catch(_0x31e5f5){return logger[_0x123ab5(0x173)](_0x123ab5(0x15b)+util[_0x123ab5(0x18a)](_0x31e5f5)),{};}}}function a80_0x362d(){const _0x38888d=['KEY_TEST_FILE_PATH','KEY_HOOKS_FINISHED','72590oEQTAC','../cliUtils.js','KEY_TEST_META','tags','getContext','instance','base64','KEY_TEST_SCOPES','parseNewmanTest','./testFramework','KEY_TEST_ID','yyuTg','failure_reason','KEY_TEST_STARTED_AT','./constants/testFrameworkConstants.js','\x20hook=','finished_at','656FYfYkU','resolveInstance','started_at','failure_type','custom_metadata','KEY_TEST_LOGS','KEY_TEST_RESULT','1508620cxaeqx','KEY_TEST_ENDED_AT','6960cKzPRt','toISOString','getTestFrameworksVersions','createTestFrameworkEventPayload:\x20error=','uuid','location','KEY_TEST_FAILURE','scopes','getCurrentTestState','runHooks','trackEvent','KEY_HOOKS_STARTED','getTestFrameworks','KEY_TEST_CODE','test','9647370fKcGTA','KEY_CUSTOM_TAGS','trackEvent:\x20state=','KEY_TEST_FAILURE_REASON','TEST','addMultipleEntries','KEY_TEST_NAME','DEFAULT_TEST_RESULT','../instances/testFrameworkInstance.js','KEY_TEST_UUID','KEY_TEST_LOCATION','NewmanTestFramework','error','KEY_TEST_FRAMEWORK_NAME','failure','hstmW','getProcessId','parseNewmanTestResult','stringify','meta','KEY_TEST_FAILURE_TYPE','toString','NONE','7014240OLvGdl','3eVKSbH','getAllData','get','../state/testFrameworkState.js','417930aVKFmm','pending','split','getTrackedInstance','1476vcTekg','createContext','getCurrentInstanceName','format','../state/hookState.js','trackEvent:\x20error=','KEY_TEST_FRAMEWORK_VERSION','result','BcJYu','KEY_TEST_TAGS','852596gxjtsD','setTrackedInstance'];a80_0x362d=function(){return _0x38888d;};return a80_0x362d();}function a80_0xb5f6(_0x54d6cd,_0x25e723){const _0x362d7c=a80_0x362d();return a80_0xb5f6=function(_0xb5f665,_0x13f5f7){_0xb5f665=_0xb5f665-0x15a;let _0x2b633f=_0x362d7c[_0xb5f665];return _0x2b633f;},a80_0xb5f6(_0x54d6cd,_0x25e723);}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a81_0xc45b(_0x24d7e6,_0x3bf9c0){const _0x3dac14=a81_0x3dac();return a81_0xc45b=function(_0xc45b3d,_0x2f8ffc){_0xc45b3d=_0xc45b3d-0x78;let _0x3c6ee6=_0x3dac14[_0xc45b3d];return _0x3c6ee6;},a81_0xc45b(_0x24d7e6,_0x3bf9c0);}const a81_0x979d29=a81_0xc45b;(function(_0xdba5e9,_0x2b1bce){const _0x574945=a81_0xc45b,_0x35cd4c=_0xdba5e9();while(!![]){try{const _0x312b0d=-parseInt(_0x574945(0x91))/0x1+-parseInt(_0x574945(0x78))/0x2+-parseInt(_0x574945(0x7f))/0x3+parseInt(_0x574945(0x82))/0x4+parseInt(_0x574945(0x98))/0x5*(parseInt(_0x574945(0x84))/0x6)+parseInt(_0x574945(0x8d))/0x7+-parseInt(_0x574945(0x79))/0x8*(parseInt(_0x574945(0x8c))/0x9);if(_0x312b0d===_0x2b1bce)break;else _0x35cd4c['push'](_0x35cd4c['shift']());}catch(_0x1ecb77){_0x35cd4c['push'](_0x35cd4c['shift']());}}}(a81_0x3dac,0x29efb));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a81_0x979d29(0x9c)),AutomationFrameworkState=require(a81_0x979d29(0x86)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a81_0x979d29(0x83));function a81_0x3dac(){const _0x33dd88=['getAutomationFrameworkVersion','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','logger','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','27LsGext','2342361cEbDaK','getTrackedInstance','PlaywrightAutomationFramework','PLAYWRIGHT_DISPATCH','61042mppdym','setTrackedInstance','CREATE','\x20hookState=','WyRRh','hlodx','resolveInstance','1416035atsihY','NONE','trackPlaywrightInstance','params','../../../helpers/classLogger.js','exports','getCurrentInstanceName','instance','trackEvent','512486fPvFjN','881768WwXIzD','message','MCXoA','hjWlh','getAutomationFrameworkName','trackPlaywrightInstance:\x20instance\x20already\x20exists','398808ssIVcD','getId','createContext','1339300IYXLpK','../instances/automationFrameworkInstance.js','6DPoAPk','runHooks','../state/automationFrameworkState.js','trackEvent:\x20automationFrameworkState='];a81_0x3dac=function(){return _0x33dd88;};return a81_0x3dac();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a81_0x979d29(0x8f));constructor(_0x486fff,_0x5db820){super(_0x486fff,_0x5db820);}async[a81_0x979d29(0xa0)](_0x500616,_0x5b5fe0,_0x5d53db={}){const _0x3b7be0=a81_0x979d29,_0x1aec2b={};_0x1aec2b['MCXoA']=function(_0x4abe4f,_0x1b54db){return _0x4abe4f===_0x1b54db;};const _0x594030=_0x1aec2b;this['logger']['debug'](_0x3b7be0(0x87)+_0x500616+_0x3b7be0(0x94)+_0x5b5fe0),await super[_0x3b7be0(0xa0)](_0x500616,_0x5b5fe0,_0x5d53db);const _0x2b3017=this[_0x3b7be0(0x97)](_0x500616,_0x5b5fe0,_0x5d53db);if(_0x594030[_0x3b7be0(0x7b)](_0x2b3017,null))return;_0x5d53db[_0x3b7be0(0x9f)]=_0x2b3017,await this[_0x3b7be0(0x85)](_0x2b3017,_0x500616,_0x5b5fe0,_0x5d53db);}[a81_0x979d29(0x97)](_0x5c76fd,_0x162f06,_0x4df100={}){const _0x497f7f=a81_0x979d29,_0x56c9b5={};_0x56c9b5['hjWlh']=function(_0x55ff22,_0x12f442){return _0x55ff22===_0x12f442;},_0x56c9b5[_0x497f7f(0x96)]=function(_0x43a998,_0x559960){return _0x43a998===_0x559960;};const _0x12e035=_0x56c9b5;let _0x1d8dea=null;return(_0x12e035['hjWlh'](_0x5c76fd,AutomationFrameworkState[_0x497f7f(0x93)])||_0x12e035[_0x497f7f(0x7c)](_0x5c76fd,AutomationFrameworkState[_0x497f7f(0x90)])&&(_0x4df100['message']&&_0x4df100[_0x497f7f(0x7a)][_0x497f7f(0x9b)]&&_0x4df100[_0x497f7f(0x7a)][_0x497f7f(0x9b)]['bsParams'])||_0x12e035[_0x497f7f(0x96)](_0x5c76fd,AutomationFrameworkState[_0x497f7f(0x99)]))&&this[_0x497f7f(0x9a)](_0x5c76fd,_0x4df100),_0x1d8dea=AutomationFramework['getTrackedInstance'](),_0x1d8dea;}['trackPlaywrightInstance'](_0x41fd5c,_0x53f4f1){const _0x40b9bf=a81_0x979d29,_0x3946d2={};_0x3946d2[_0x40b9bf(0x95)]=_0x40b9bf(0x7e);const _0x32db5c=_0x3946d2;if(AutomationFramework[_0x40b9bf(0x8e)]()){this[_0x40b9bf(0x8a)]['info'](_0x32db5c['WyRRh']);return;}const _0xd8d911=CLIUtils[_0x40b9bf(0x9e)](),_0x1f5d3b=TrackedInstance[_0x40b9bf(0x81)](_0xd8d911);let _0x126673=null;this[_0x40b9bf(0x8a)]['info'](_0x40b9bf(0x89)+_0xd8d911+',\x20state='+_0x41fd5c),_0x126673=new AutomationFrameworkInstance(_0x1f5d3b,this[_0x40b9bf(0x7d)](),this[_0x40b9bf(0x88)](),_0x41fd5c),AutomationFramework[_0x40b9bf(0x92)](_0x1f5d3b,_0x126673),this['logger']['info'](_0x40b9bf(0x8b)+_0x1f5d3b[_0x40b9bf(0x80)]()+'\x20target='+_0xd8d911);}}module[a81_0x979d29(0x9d)]=PlaywrightAutomationFramework;
|