browserstack-node-sdk 1.47.0 → 1.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/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/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/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/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.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/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.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/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
|
-
function a70_0xfb1d(_0x3c8941,_0x3dcfd7){const _0x577a98=a70_0x577a();return a70_0xfb1d=function(_0xfb1dcf,_0x1abf07){_0xfb1dcf=_0xfb1dcf-0x1e0;let _0x491645=_0x577a98[_0xfb1dcf];return _0x491645;},a70_0xfb1d(_0x3c8941,_0x3dcfd7);}const a70_0x2d3f0c=a70_0xfb1d;(function(_0x25ccf9,_0x2a835f){const _0x1706c4=a70_0xfb1d,_0x166bd4=_0x25ccf9();while(!![]){try{const _0xed8b2b=parseInt(_0x1706c4(0x1e0))/0x1+-parseInt(_0x1706c4(0x27b))/0x2+parseInt(_0x1706c4(0x242))/0x3*(parseInt(_0x1706c4(0x221))/0x4)+-parseInt(_0x1706c4(0x2af))/0x5*(-parseInt(_0x1706c4(0x1f0))/0x6)+-parseInt(_0x1706c4(0x294))/0x7+-parseInt(_0x1706c4(0x210))/0x8*(parseInt(_0x1706c4(0x202))/0x9)+parseInt(_0x1706c4(0x270))/0xa*(parseInt(_0x1706c4(0x1f8))/0xb);if(_0xed8b2b===_0x2a835f)break;else _0x166bd4['push'](_0x166bd4['shift']());}catch(_0x4ae9b0){_0x166bd4['push'](_0x166bd4['shift']());}}}(a70_0x577a,0x815c5));const TestFramework=require(a70_0x2d3f0c(0x225)),TestFrameworkState=require(a70_0x2d3f0c(0x290)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x2d3f0c(0x1eb)),TestFrameworkInstance=require(a70_0x2d3f0c(0x2b2)),CLIUtils=require(a70_0x2d3f0c(0x1e4)),TrackedInstance=require(a70_0x2d3f0c(0x23c)),TestFrameworkConstants=require(a70_0x2d3f0c(0x26d)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x2d3f0c(0x2a6)),{v4:uuidv4}=require(a70_0x2d3f0c(0x1ef)),util=require(a70_0x2d3f0c(0x271)),TestInfo=require(a70_0x2d3f0c(0x24e)),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x51e408,_0x4065ec,_0x2b97ac){super(_0x51e408,_0x4065ec,_0x2b97ac);}async[a70_0x2d3f0c(0x1fb)](_0x376702,_0x168e33,_0x1a6300={}){const _0x437377=a70_0x2d3f0c,_0x37c9b7={};_0x37c9b7[_0x437377(0x23a)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x37c9b7[_0x437377(0x285)]=function(_0x2940f2,_0x248325){return _0x2940f2===_0x248325;},_0x37c9b7[_0x437377(0x21b)]=_0x437377(0x283);const _0x560b4b=_0x37c9b7;await super[_0x437377(0x1fb)](_0x376702,_0x168e33,_0x1a6300);const _0x19d87c=this[_0x437377(0x22e)](_0x376702,_0x168e33,_0x1a6300);if(!_0x19d87c){logger['debug'](_0x560b4b['cWmQL']);return;}try{let _0x28ad3d,_0x1a6819;switch(_0x376702){case TestFrameworkState[_0x437377(0x24a)]:_0x28ad3d=_0x1a6300[_0x437377(0x258)],_0x1a6819=TestInfo[_0x437377(0x22c)](_0x28ad3d['id']);if(_0x560b4b[_0x437377(0x285)](_0x168e33,HookState[_0x437377(0x201)])){logger[_0x437377(0x240)](_0x437377(0x2ae)+_0x28ad3d['id']);const _0x257071={};_0x257071[_0x437377(0x241)]=_0x1a6819,_0x257071[_0x437377(0x216)]=_0x28ad3d,_0x19d87c[_0x437377(0x260)](this[_0x437377(0x269)](_0x257071)),logger[_0x437377(0x240)](_0x437377(0x2b3)+_0x28ad3d['id']),await this[_0x437377(0x23f)](_0x19d87c,_0x28ad3d['id']);}else{if(_0x560b4b[_0x437377(0x285)](_0x168e33,HookState['POST'])){const _0x416f85={};_0x416f85[_0x437377(0x241)]=_0x1a6819,_0x416f85[_0x437377(0x216)]=_0x28ad3d,_0x19d87c[_0x437377(0x260)](this[_0x437377(0x274)](_0x416f85)),await this['processPendingHooks'](_0x19d87c,_0x28ad3d['id']);}}break;case TestFrameworkState[_0x437377(0x272)]:_0x560b4b['QGDtV'](_0x168e33,HookState['POST'])&&await this[_0x437377(0x25c)](_0x19d87c,_0x376702,_0x1a6300);break;default:if(CLIUtils[_0x437377(0x25e)](_0x376702[_0x437377(0x28e)]()['split']('.')[0x1])){const _0x48ad61=await this[_0x437377(0x21d)](_0x19d87c,_0x376702,_0x168e33,_0x1a6300);_0x19d87c[_0x437377(0x260)](_0x48ad61);}else logger['debug'](_0x437377(0x23e)+_0x376702+_0x437377(0x261)+_0x168e33);break;}}catch(_0x3dd222){logger[_0x437377(0x217)](util[_0x437377(0x236)](_0x560b4b['OULca'],_0x376702,_0x168e33,_0x1a6300[_0x437377(0x22f)],_0x3dd222));}_0x1a6300['instance']=_0x19d87c,await this['runHooks'](_0x19d87c,_0x376702,_0x168e33,_0x1a6300);}[a70_0x2d3f0c(0x22e)](_0x31e62e,_0xfc7ff0,_0xc2e20b={}){const _0x310c97=a70_0x2d3f0c,_0x3df898={};_0x3df898[_0x310c97(0x1f2)]=function(_0x49a480,_0x116218){return _0x49a480===_0x116218;};const _0xac80c7=_0x3df898;let _0x260935=null;return(_0xac80c7[_0x310c97(0x1f2)](_0x31e62e,TestFrameworkState[_0x310c97(0x1fe)])||_0xac80c7[_0x310c97(0x1f2)](_0x31e62e,TestFrameworkState['NONE']))&&this[_0x310c97(0x20e)](_0x31e62e,_0xc2e20b),_0x260935=TestFramework[_0x310c97(0x1e6)](),_0x260935;}[a70_0x2d3f0c(0x20e)](_0x3d28e2,_0x3cd26a){const _0x4d36fd=a70_0x2d3f0c,_0x3ba8cc=CLIUtils[_0x4d36fd(0x22b)](),_0x199b8a=TrackedInstance[_0x4d36fd(0x2a8)](_0x3ba8cc);let _0x1eb22f=null;logger[_0x4d36fd(0x240)](_0x4d36fd(0x20b)+_0x3ba8cc+_0x4d36fd(0x26a)+_0x3d28e2),_0x1eb22f=new TestFrameworkInstance(_0x199b8a,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x3d28e2,HookState[_0x4d36fd(0x278)]),TestFramework[_0x4d36fd(0x24b)](_0x199b8a,_0x1eb22f),logger['debug'](_0x4d36fd(0x205)+_0x199b8a[_0x4d36fd(0x2a3)]()+_0x4d36fd(0x284)+_0x3ba8cc);}[a70_0x2d3f0c(0x269)](_0x17495f){const _0x9d15f0=a70_0x2d3f0c,_0x3bb0f9={};_0x3bb0f9[_0x9d15f0(0x237)]=_0x9d15f0(0x252);const _0x5bfb99=_0x3bb0f9,{testUUID:_0x48fd57,testData:_0x402180}=_0x17495f;if(!_0x402180||!_0x402180[_0x9d15f0(0x1ef)])return logger['debug'](_0x5bfb99[_0x9d15f0(0x237)]),{};const _0xfb2a79=_0x402180['uuid'],_0x13d16a=_0x402180[_0x9d15f0(0x1ef)],_0x56da3d=this[_0x9d15f0(0x26c)]()[0x0],_0x5e601a=this[_0x9d15f0(0x247)](),_0x16bf7f={[TestFrameworkConstants[_0x9d15f0(0x2a7)]]:_0x56da3d,[TestFrameworkConstants[_0x9d15f0(0x222)]]:_0x5e601a[_0x56da3d],[TestFrameworkConstants[_0x9d15f0(0x235)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x9d15f0(0x1ff)]]:{},[TestFrameworkConstants[_0x9d15f0(0x28b)]]:_0xfb2a79,[TestFrameworkConstants[_0x9d15f0(0x1f1)]]:TestFrameworkConstants[_0x9d15f0(0x1fa)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x402180['file_name']||'',[TestFrameworkConstants[_0x9d15f0(0x24d)]]:_0x13d16a,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants[_0x9d15f0(0x2aa)]]:_0x402180['location']||'',[TestFrameworkConstants[_0x9d15f0(0x296)]]:_0x402180['body']?.['code']||null,[TestFrameworkConstants[_0x9d15f0(0x211)]]:_0x402180[_0x9d15f0(0x275)]||[],[TestFrameworkConstants[_0x9d15f0(0x262)]]:_0x402180['startedAt']||new Date()[_0x9d15f0(0x263)](),[TestFrameworkConstants[_0x9d15f0(0x246)]]:_0x402180['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x9d15f0(0x213)]]:_0x402180[_0x9d15f0(0x248)]||[],[TestFrameworkConstants[_0x9d15f0(0x231)]]:_0x402180[_0x9d15f0(0x255)]?.[_0x9d15f0(0x25d)]||_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants[_0x9d15f0(0x238)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x402180[_0x9d15f0(0x257)]||{}};TestInfo['setTestDetails'](_0x13d16a,_0x16bf7f),logger[_0x9d15f0(0x240)](_0x9d15f0(0x21f)+_0x402180['name']+'\x20with\x20UUID:\x20'+_0xfb2a79);const _0x5d1e99={};return _0x5d1e99[_0x13d16a]=_0x16bf7f,_0x5d1e99;}[a70_0x2d3f0c(0x274)](_0x30823f){const _0x555bd1=a70_0x2d3f0c,_0x10e2d1={'FZNFG':_0x555bd1(0x267),'HFjoz':_0x555bd1(0x223),'yTxeY':function(_0x4f2989,_0x358532){return _0x4f2989===_0x358532;},'TGezb':_0x555bd1(0x293),'vLZPi':_0x555bd1(0x20c),'gWNUT':function(_0x5165dc,_0x38dfbc,_0x39726a){return _0x5165dc(_0x38dfbc,_0x39726a);},'PDaUF':function(_0x145696,_0x2ac76d){return _0x145696>_0x2ac76d;},'oMotx':function(_0x469c9,_0x172799){return _0x469c9>_0x172799;}},{testUUID:_0x1ff73f,testData:_0x523d13}=_0x30823f;if(!_0x523d13||!_0x523d13[_0x555bd1(0x1ef)])return logger['debug'](_0x10e2d1['FZNFG']),{};const _0x489095=this['resolveInstance'](TestFrameworkState[_0x555bd1(0x24a)],HookState[_0x555bd1(0x1f6)]),_0x32ee50=_0x523d13[_0x555bd1(0x1ef)],_0x51c669=TestInfo[_0x555bd1(0x1fc)](_0x32ee50)||{},_0x3bd7c2=_0x51c669?_0x51c669[TestFrameworkConstants[_0x555bd1(0x238)]]||{}:{},_0xd8881={..._0x51c669,[TestFrameworkConstants[_0x555bd1(0x1f1)]]:_0x523d13[_0x555bd1(0x203)]||_0x10e2d1['HFjoz'],[TestFrameworkConstants[_0x555bd1(0x1ec)]]:_0x523d13['finishedAt']||new Date()[_0x555bd1(0x263)](),[TestFrameworkConstants[_0x555bd1(0x268)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x555bd1(0x238)]]:_0x3bd7c2,[TestFrameworkConstants[_0x555bd1(0x27d)]]:[],[TestFrameworkConstants[_0x555bd1(0x230)]]:_0x523d13[_0x555bd1(0x257)]||{}};_0x10e2d1[_0x555bd1(0x277)](_0x523d13[_0x555bd1(0x203)],_0x10e2d1[_0x555bd1(0x228)])&&_0x523d13['failure']&&(_0xd8881[TestFrameworkConstants[_0x555bd1(0x291)]]=_0x523d13['failure_type']||_0x10e2d1[_0x555bd1(0x206)],_0xd8881[TestFrameworkConstants[_0x555bd1(0x212)]]=_0x523d13['failure_reason']||'',_0xd8881[TestFrameworkConstants[_0x555bd1(0x250)]]=_0x523d13[_0x555bd1(0x298)]);const _0x538af4=TestInfo[_0x555bd1(0x1fc)](_0x32ee50)[TestFrameworkConstants[_0x555bd1(0x219)]]||{},_0x13faa7=_0x10e2d1[_0x555bd1(0x295)](getManualUploadLogs,_0x538af4,_0x489095[_0x555bd1(0x2a5)]()[_0x555bd1(0x2ab)](_0x32ee50)[TestFrameworkConstants[_0x555bd1(0x28b)]]);if(_0x10e2d1['PDaUF'](_0x13faa7[_0x555bd1(0x22f)],0x0)){const _0x3893f0=_0xd8881[TestFrameworkConstants[_0x555bd1(0x27d)]]||[];_0xd8881[TestFrameworkConstants['KEY_LOGS']]=[..._0x3893f0,..._0x13faa7];}_0x523d13['hooks']&&_0x10e2d1[_0x555bd1(0x21c)](_0x523d13[_0x555bd1(0x23d)][_0x555bd1(0x22f)],0x0)&&(_0xd8881[TestFrameworkConstants[_0x555bd1(0x259)]]=_0x523d13[_0x555bd1(0x23d)]);TestInfo['setTestDetails'](_0x32ee50,_0xd8881),logger[_0x555bd1(0x240)](_0x555bd1(0x249)+_0x523d13[_0x555bd1(0x299)]+'\x20with\x20result:\x20'+_0x523d13[_0x555bd1(0x203)]);const _0x19a72e={};return _0x19a72e[_0x32ee50]=_0xd8881,_0x19a72e;}async[a70_0x2d3f0c(0x21d)](_0x5825dc,_0x5267d9,_0x568c33,_0x1c0e12){const _0x115c24=a70_0x2d3f0c,_0x142368={'mCgXS':_0x115c24(0x25a),'IxpFF':function(_0x59eb55){return _0x59eb55();},'gWESg':function(_0x5e839d,_0xc4fc71){return _0x5e839d in _0xc4fc71;},'xjKef':function(_0x13a00e,_0x24c568){return _0x13a00e in _0x24c568;},'fJVXx':function(_0x3bbd9c,_0x432963){return _0x3bbd9c===_0x432963;},'Usszt':function(_0x3197c0,_0x4e0ef0){return _0x3197c0===_0x4e0ef0;},'BJsBn':function(_0x2e2087,_0x46e4d3){return _0x2e2087>_0x46e4d3;},'XytNB':_0x115c24(0x293),'mfBHb':'UnhandledError','UCVoU':_0x115c24(0x1e2),'CPbXZ':function(_0xcbe6e8,_0x11290e){return _0xcbe6e8!==_0x11290e;}},{hookData:_0x515d5a}=_0x1c0e12;if(!_0x515d5a)return logger[_0x115c24(0x240)](_0x142368[_0x115c24(0x1ee)]),{};const _0x3227c2=_0x515d5a[_0x115c24(0x1ef)]||_0x142368[_0x115c24(0x288)](uuidv4),_0x4c8343=_0x515d5a[_0x115c24(0x2a9)],_0x4f64c2=_0x5267d9[_0x115c24(0x28e)]()[_0x115c24(0x273)]('.')[0x1],_0xf27aa6=TestInfo[_0x115c24(0x1fc)](_0x4c8343)[TestFrameworkConstants[_0x115c24(0x238)]]||{},_0x20f683=_0x5825dc[_0x115c24(0x2a5)]()['get'](_0x4c8343);if(!_0x20f683)return logger[_0x115c24(0x240)](_0x115c24(0x27c)+_0x4c8343+_0x115c24(0x27f)),this[_0x115c24(0x1f3)](_0x5825dc,_0x4c8343,_0x5267d9,_0x568c33,_0x1c0e12),{};let _0x381179=_0x20f683[TestFrameworkConstants[_0x115c24(0x1ff)]];!_0x381179&&(_0x381179={});!_0x142368[_0x115c24(0x297)](_0x4f64c2,_0x381179)&&(_0x381179[_0x4f64c2]=[]);let _0x6bc648=_0x20f683[TestFrameworkConstants[_0x115c24(0x259)]];!_0x6bc648&&(_0x6bc648={});!_0x142368[_0x115c24(0x2b1)](_0x4f64c2,_0x6bc648)&&(_0x6bc648[_0x4f64c2]=[]);const _0xecbe2={[TestFrameworkConstants[_0x115c24(0x1ff)]]:_0x381179,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x6bc648},_0x1bd6d2={};_0x1bd6d2[_0x4c8343]=_0xecbe2;const _0x1f0406=_0x1bd6d2;if(_0x142368[_0x115c24(0x22a)](_0x568c33,HookState[_0x115c24(0x201)])){const _0x1caef3={[TestFrameworkConstants[_0x115c24(0x2a0)]]:_0x3227c2,[TestFrameworkConstants[_0x115c24(0x28f)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x115c24(0x2a2)]]:_0x515d5a[_0x115c24(0x287)],[TestFrameworkConstants[_0x115c24(0x20f)]]:[],[TestFrameworkConstants[_0x115c24(0x215)]]:_0x515d5a[_0x115c24(0x289)],[TestFrameworkConstants[_0x115c24(0x238)]]:_0xf27aa6};_0x1caef3[_0x115c24(0x243)]=_0x4f64c2;const _0x3aa6e8=_0x1caef3;_0x381179[_0x4f64c2][_0x115c24(0x24c)](_0x3aa6e8),_0x1f0406[_0x4c8343][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x4f64c2,logger['debug'](_0x115c24(0x204)+_0x4f64c2+'\x20&\x20hook\x20=\x20'+_0x3aa6e8+'\x20\x20and\x20args\x20=\x20'+_0x1c0e12);}else{if(_0x142368[_0x115c24(0x27a)](_0x568c33,HookState['POST'])){const _0xa52502=_0x515d5a[_0x115c24(0x203)],_0x4eacb7=_0x381179[_0x4f64c2]||[];logger['debug'](_0x115c24(0x244)+_0x4eacb7+_0x115c24(0x208)+_0x1c0e12);if(_0x142368[_0x115c24(0x26b)](_0x4eacb7[_0x115c24(0x22f)],0x0)){const _0x4af5e5=_0x4eacb7['pop']();_0x142368[_0x115c24(0x27a)](_0x515d5a[_0x115c24(0x203)],_0x142368[_0x115c24(0x1f4)])&&_0x515d5a['failure_data']?(_0x4af5e5[TestFrameworkConstants[_0x115c24(0x29d)]]=_0x515d5a['failure_type']||_0x142368[_0x115c24(0x254)],_0x4af5e5[TestFrameworkConstants[_0x115c24(0x29a)]]=_0x515d5a[_0x115c24(0x220)]||'',_0x4af5e5[TestFrameworkConstants[_0x115c24(0x1ed)]]=_0x515d5a['failure_data']):_0x4af5e5[TestFrameworkConstants[_0x115c24(0x28f)]]=_0x142368[_0x115c24(0x276)];_0x142368[_0x115c24(0x2a1)](_0xa52502,TestFrameworkConstants[_0x115c24(0x22d)])&&(_0x4af5e5[TestFrameworkConstants[_0x115c24(0x28f)]]=_0xa52502);_0x4af5e5[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x515d5a['finished_at']||new Date()[_0x115c24(0x263)](),_0x4af5e5[TestFrameworkConstants[_0x115c24(0x238)]]=_0xf27aa6;const _0x3340c2=_0x4af5e5[TestFrameworkConstants[_0x115c24(0x2a0)]];!_0x6bc648[_0x4f64c2]&&(_0x6bc648[_0x4f64c2]=[]),_0x6bc648[_0x4f64c2]['push'](_0x4af5e5),_0x1f0406[_0x4c8343][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x4f64c2;}}}return logger['debug'](_0x115c24(0x251)+_0x515d5a[_0x115c24(0x289)]+'\x20with\x20id\x20'+_0x3227c2+_0x115c24(0x1e8)+_0x4c8343),_0x1f0406;}[a70_0x2d3f0c(0x292)](_0x1d5c03){const _0x1f60de=a70_0x2d3f0c,_0x423b1d={};_0x423b1d[_0x1f60de(0x233)]=_0x1f60de(0x29b);const _0x20483d=_0x423b1d;try{const _0x371583=_0x1d5c03['test']?_0x1d5c03['test']['id']:_0x1d5c03[_0x1f60de(0x29f)][_0x1f60de(0x2a9)],_0x4e8599=_0x1d5c03[_0x1f60de(0x227)],_0x103fb3=_0x4e8599['getContext'](),_0x584891=_0x4e8599[_0x1f60de(0x2a5)]()[_0x1f60de(0x2ab)](_0x371583);if(!_0x584891)return logger[_0x1f60de(0x240)](_0x1f60de(0x1ea)+_0x371583),{};logger['debug'](_0x1f60de(0x1e7)+_0x371583);const {[TestFrameworkConstants[_0x1f60de(0x2a7)]]:_0x25bf81='',[TestFrameworkConstants[_0x1f60de(0x222)]]:_0x596f18='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2a6a0a='',[TestFrameworkConstants[_0x1f60de(0x1ec)]]:_0x1ccafc=''}=_0x584891,_0x2c984c=_0x4e8599['getCurrentTestState']()[_0x1f60de(0x28e)]()[_0x1f60de(0x273)]('.')[0x1],_0x4a6edd=_0x4e8599['getCurrentHookState']()[_0x1f60de(0x28e)]()[_0x1f60de(0x273)]('.')[0x1],_0x42ebd4=global?.[_0x1f60de(0x29c)]?.['workerInfo']?.[_0x1f60de(0x28d)],_0x2c6c2b=_0x4e8599[_0x1f60de(0x239)](),_0x4d903e=Buffer['from'](JSON[_0x1f60de(0x1e1)](_0x584891))[_0x1f60de(0x28e)](_0x20483d[_0x1f60de(0x233)]),_0x605e8d={'hash':_0x103fb3[_0x1f60de(0x2a3)](),'threadId':_0x103fb3[_0x1f60de(0x281)]()[_0x1f60de(0x28e)](),'processId':_0x103fb3[_0x1f60de(0x232)]()[_0x1f60de(0x28e)]()},_0x34e70b={};_0x34e70b[_0x1f60de(0x265)]=_0x42ebd4,_0x34e70b['testFrameworkName']=_0x25bf81,_0x34e70b['testFrameworkVersion']=_0x596f18,_0x34e70b[_0x1f60de(0x2ad)]=_0x2c984c,_0x34e70b[_0x1f60de(0x207)]=_0x4a6edd,_0x34e70b[_0x1f60de(0x214)]=_0x2a6a0a,_0x34e70b[_0x1f60de(0x25f)]=_0x1ccafc,_0x34e70b[_0x1f60de(0x1ef)]=_0x2c6c2b,_0x34e70b[_0x1f60de(0x1e9)]=_0x4d903e,_0x34e70b[_0x1f60de(0x2a4)]=_0x605e8d;const _0x46053d=_0x34e70b;return logger[_0x1f60de(0x240)](_0x1f60de(0x209)+_0x371583+_0x1f60de(0x286)+_0x2c984c+_0x1f60de(0x200)+_0x4a6edd),_0x46053d;}catch(_0x3b2186){return logger['error'](_0x1f60de(0x256)+util[_0x1f60de(0x236)](_0x3b2186)),{};}}async[a70_0x2d3f0c(0x25c)](_0x5d13d0,_0x572ebf,_0x53477c){const _0x4d0883=a70_0x2d3f0c,_0x13ab45={'HjZDO':function(_0x186612,_0x596013,_0x473969){return _0x186612(_0x596013,_0x473969);},'CONEx':function(_0x40602c,_0x447fb7){return _0x40602c===_0x447fb7;},'bcqEE':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','OOvrh':function(_0x59aa74,_0x5ec7cc){return _0x59aa74/_0x5ec7cc;},'QxegQ':function(_0x1b8643,_0x2eab38){return _0x1b8643<_0x2eab38;},'fqQjj':function(_0x2cd79c,_0x399763){return _0x2cd79c*_0x399763;},'xbklr':function(_0x430d3f,_0x46a580){return _0x430d3f+_0x46a580;},'Cuhbu':function(_0x521543,_0x7ebaf4){return _0x521543+_0x7ebaf4;},'tMPkc':function(_0xd62478,_0x14b6a0){return _0xd62478+_0x14b6a0;},'FqdFv':_0x4d0883(0x28c)};try{const _0x39ad61=_0x53477c[_0x4d0883(0x241)],_0xdee447=_0x5d13d0[_0x4d0883(0x2a5)]()[_0x4d0883(0x2ab)](_0x39ad61),{[TestFrameworkConstants[_0x4d0883(0x2a7)]]:_0x27216a='',[TestFrameworkConstants[_0x4d0883(0x222)]]:_0x3c3bfa=''}=_0xdee447,_0x9dc3c7=TestInfo[_0x4d0883(0x1f7)](_0x39ad61),_0x3ed814=TestInfo[_0x4d0883(0x1fc)](_0x39ad61)[TestFrameworkConstants[_0x4d0883(0x219)]]||{},_0x5e1747=_0x13ab45[_0x4d0883(0x279)](getMediaArtifactsLogs,_0x3ed814,_0x5d13d0[_0x4d0883(0x2a5)]()[_0x4d0883(0x2ab)](_0x39ad61)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x2f1c91=(_0x9dc3c7||[])[_0x4d0883(0x224)](_0x5e1747||[]);if(!_0x2f1c91||_0x13ab45['CONEx'](_0x2f1c91[_0x4d0883(0x22f)],0x0)){logger[_0x4d0883(0x240)](_0x13ab45['bcqEE']);return;}const _0x5c805a=0x28,_0x134761=Math[_0x4d0883(0x2b0)](_0x13ab45[_0x4d0883(0x24f)](_0x2f1c91[_0x4d0883(0x22f)],_0x5c805a));for(let _0xf6f972=0x0;_0x13ab45[_0x4d0883(0x29e)](_0xf6f972,_0x134761);_0xf6f972++){const _0x30c807=_0x13ab45[_0x4d0883(0x23b)](_0xf6f972,_0x5c805a),_0x3c8da3=_0x13ab45[_0x4d0883(0x264)](_0x30c807,_0x5c805a),_0x15ce28=_0x2f1c91[_0x4d0883(0x20d)](_0x30c807,_0x3c8da3),_0x283562={'platformIndex':'0','logs':_0x15ce28,'testFrameworkName':_0x27216a,'testFrameworkVersion':_0x3c3bfa,'testFrameworkState':_0x572ebf[_0x4d0883(0x28e)]()[_0x4d0883(0x273)]('.')[0x1]};logger[_0x4d0883(0x240)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x39ad61+_0x4d0883(0x1f5)+_0x13ab45['Cuhbu'](_0xf6f972,0x1)+'/'+_0x134761+_0x4d0883(0x26f)+util[_0x4d0883(0x2ac)](_0x283562));const _0x6ea951=await GrpcClient['getInstance']()[_0x4d0883(0x218)](_0x283562);logger[_0x4d0883(0x240)](_0x4d0883(0x1e3)+_0x39ad61+_0x4d0883(0x1f5)+_0x13ab45[_0x4d0883(0x229)](_0xf6f972,0x1)+'/'+_0x134761+_0x4d0883(0x234)+util[_0x4d0883(0x2ac)](_0x6ea951));}}catch(_0x2e9d24){logger[_0x4d0883(0x217)](_0x4d0883(0x25b)+util[_0x4d0883(0x236)](_0x2e9d24));}logger['debug'](_0x13ab45[_0x4d0883(0x1e5)]);}[a70_0x2d3f0c(0x1f3)](_0x473b4f,_0x3ba47f,_0x5b0007,_0x52b847,_0x2402e5){const _0x4f7f7a=a70_0x2d3f0c,_0x1a6095={'testId':_0x3ba47f,'testFrameworkState':_0x5b0007,'hookState':_0x52b847,'args':_0x2402e5,'timestamp':new Date()[_0x4f7f7a(0x263)]()};_0x473b4f[_0x4f7f7a(0x266)](_0x3ba47f,_0x1a6095),logger[_0x4f7f7a(0x240)](_0x4f7f7a(0x1fd)+_0x3ba47f+_0x4f7f7a(0x1f9)+_0x5b0007+_0x4f7f7a(0x245)+_0x52b847);}async[a70_0x2d3f0c(0x23f)](_0x12c042,_0x5af60f){const _0x3eec9b=a70_0x2d3f0c,_0x27a444={};_0x27a444[_0x3eec9b(0x26e)]=function(_0x454f23,_0x216a05){return _0x454f23>_0x216a05;};const _0x526c4b=_0x27a444;if(!_0x12c042[_0x3eec9b(0x226)](_0x5af60f))return;const _0x42da9e=_0x12c042[_0x3eec9b(0x21a)](_0x5af60f);logger['debug']('Processing\x20'+_0x42da9e['length']+_0x3eec9b(0x27e)+_0x5af60f);for(const _0x7fb744 of _0x42da9e){try{const _0xcdafd=await this[_0x3eec9b(0x21d)](_0x12c042,_0x7fb744[_0x3eec9b(0x2ad)],_0x7fb744[_0x3eec9b(0x207)],_0x7fb744[_0x3eec9b(0x253)]);_0xcdafd&&_0x526c4b[_0x3eec9b(0x26e)](Object[_0x3eec9b(0x280)](_0xcdafd)[_0x3eec9b(0x22f)],0x0)&&_0x12c042[_0x3eec9b(0x260)](_0xcdafd),await this[_0x3eec9b(0x21e)](_0x12c042,_0x7fb744[_0x3eec9b(0x2ad)],_0x7fb744[_0x3eec9b(0x207)],_0x7fb744[_0x3eec9b(0x253)]);}catch(_0x4b3b25){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5af60f+',\x20error:\x20'+_0x4b3b25);}}_0x12c042[_0x3eec9b(0x282)](_0x5af60f),logger['debug'](_0x3eec9b(0x28a)+_0x5af60f);}}function a70_0x577a(){const _0x1d5c8b=['KEY_TEST_STARTED_AT','toISOString','xbklr','platformIndex','addPendingHook','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','KEY_TEST_RESULT_AT','parseCucumberTest',',\x20state=','BJsBn','getTestFrameworks','./constants/testFrameworkConstants.js','IfzVB','\x20payload=','2446390cBYUna','util','LOG_REPORT','split','parseCucumberTestResult','tags','UCVoU','yTxeY','NONE','HjZDO','Usszt','1584936olXWWt','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_LOGS','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','keys','getThreadId','removePendingHooks','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','\x20target=','QGDtV','\x20testState:\x20','started_at','IxpFF','hook_type','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_UUID','Cucumber\x20log\x20created\x20event','parallelIndex','toString','KEY_HOOK_RESULT','../state/testFrameworkState.js','KEY_TEST_FAILURE_TYPE','createTestFrameworkEventPayload','failed','689913HajrjY','gWNUT','KEY_TEST_CODE','gWESg','failure','name','KEY_HOOK_FAILURE_REASON','base64','__workerDetails','KEY_HOOK_FAILURE_TYPE','QxegQ','hookData','KEY_HOOK_ID','CPbXZ','KEY_EVENT_STARTED_AT','getId','executionContext','getAllData','CucumberTestFramework','KEY_TEST_FRAMEWORK_NAME','createContext','test_run_id','KEY_TEST_LOCATION','get','inspect','testFrameworkState','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','14305NXYOas','ceil','xjKef','../instances/testFrameworkInstance.js','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','812465HbwQXE','stringify','passed','sendLogCreatedEvent:\x20for\x20testId:\x20','../cliUtils.js','FqdFv','getTrackedInstance','createTestFrameworkEventPayload\x20testId:\x20','\x20for\x20test:\x20','eventJson','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../../../helpers/classLogger.js','KEY_TEST_ENDED_AT','KEY_HOOK_FAILURE','mCgXS','uuid','1194wbGslS','KEY_TEST_RESULT','VEdwY','storePendingHook','XytNB','\x20batch\x20','POST','readLogObjects','22Uifqzb',',\x20state:\x20','DEFAULT_TEST_RESULT','trackEvent','getTestDetails','Stored\x20pending\x20hook\x20for\x20testId:\x20','INIT_TEST','KEY_HOOKS_STARTED','\x20hookState:\x20','PRE','7867953zXdway','result','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','vLZPi','hookState','\x20and\x20args\x20=\x20','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','exports','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','UnhandledError','slice','trackCucumberInstance','KEY_HOOK_LOGS','8oBbRsz','KEY_TEST_TAGS','KEY_TEST_FAILURE_REASON','KEY_TEST_SCOPES','startedAt','KEY_HOOK_NAME','testData','error','logCreatedEvent','KEY_TEST_ATTACHMENTS','getPendingHooks','OULca','oMotx','trackHookEvent','runHooks','Parsed\x20cucumber\x20test:\x20','failure_reason','4ofQROI','KEY_TEST_FRAMEWORK_VERSION','unknown','concat','./testFramework','hasPendingHooks','instance','TGezb','tMPkc','fJVXx','getCurrentInstanceName','getTestUUID','DEFAULT_HOOK_RESULT','resolveInstance','length','KEY_TEST_META','KEY_TEST_RERUN_NAME','getProcessId','KHYyX','\x20response=','KEY_TEST_LOGS','format','sGgdR','KEY_CUSTOM_TAGS','getRef','cWmQL','fqQjj','../instances/trackedInstance.js','hooks','trackEvent:\x20unsupported\x20testFrameworkState=','processPendingHooks','debug','testUUID','1272069SUAzEh','key','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20',',\x20hookState:\x20','KEY_TEST_SCOPE','getTestFrameworksVersions','scopes','Updated\x20cucumber\x20test\x20result:\x20','TEST','setTrackedInstance','push','KEY_TEST_ID','../TestInfo.js','OOvrh','KEY_TEST_FAILURE','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','args','mfBHb','customRerunParam','Error\x20in\x20createTestFrameworkEventPayload:\x20','meta','test','KEY_HOOKS_FINISHED','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','sendLogCreatedEvent','rerun_name','matchHookRegex','endedAt','addMultipleEntries','\x20&\x20hookState='];a70_0x577a=function(){return _0x1d5c8b;};return a70_0x577a();}module[a70_0x2d3f0c(0x20a)]=CucumberTestFramework;
|
|
1
|
+
function a70_0x49f3(){const _0x420e58=['uuid','KEY_TEST_FRAMEWORK_NAME','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','UnhandledError','getCurrentInstanceName','LmpjQ','991048OzBPyo','length','5439826OJEAMi','getTestFrameworks','inspect','\x20batch\x20',',\x20error:\x20','ceil','nfiiM','hooks','args','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_TAGS','AYQjR','../TestInfo.js','location','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED','\x20with\x20result:\x20','Updated\x20cucumber\x20test\x20result:\x20','code','KEY_EVENT_STARTED_AT','getInstance','POST','name','testFrameworkVersion','trackEvent','getTestDetails','1050409FJMnuE','FQshd','storePendingHook','scopes','KEY_TEST_META','base64','hook_type','parallelIndex','\x20&\x20hookState=','instance','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','platformIndex','KEY_TEST_FAILURE_REASON','split','hedxL','\x20&\x20hook\x20=\x20','\x20hookState:\x20','__workerDetails','3324610LtwLxB','addPendingHook','KEY_CUSTOM_TAGS','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','slice','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20',',\x20state=','mhmvQ','failure_reason','eventJson','KEY_TEST_FAILURE_TYPE','stringify','failure_type','epRWN','KEY_TEST_FAILURE','hookData','KEY_HOOK_ID','trackHookEvent','from','result','setTestDetails','testUUID','trackCucumberInstance','\x20response=','\x20for\x20test:\x20','KEY_HOOK_FAILURE_REASON','KEY_TEST_SCOPES','wbuRK','DEFAULT_TEST_RESULT','finishedAt','./testFramework','MPunR','PRE','hasPendingHooks','../grpcClient','JRSbo','passed','started_at','KEY_TEST_ATTACHMENTS','../../../helpers/helper.js','concat','rerun_name','setTrackedInstance','ruuzD','failed','KEY_TEST_ENDED_AT','util','getId','addMultipleEntries','failure_data','KEY_TEST_RESULT_AT','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_SCOPE','DHMjD','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','CucumberTestFramework','xXVlx','FGsbB','executionContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','matchHookRegex','./constants/testFrameworkConstants.js','RFlVR','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','iVKZs','getProcessId','BFnhh','push','KEY_HOOK_LAST_FINISHED','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','KMGdL','KEY_TEST_RESULT','\x20pending\x20hooks\x20for\x20testId:\x20','\x20target=','getPendingHooks','OWQGu','testData','KEY_EVENT_ENDED_AT','customRerunParam','trackCucumberInstance:\x20saved\x20instance\x20contextId=','sendLogCreatedEvent','meta','252030dSdZRC',',\x20hookState:\x20',',\x20state:\x20','dddsw','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','testFrameworkState','../instances/trackedInstance.js','AegkO','48SbQNKn','../cliUtils.js','createContext','BwtsH','Error\x20in\x20createTestFrameworkEventPayload:\x20','processPendingHooks','rYedR','parseCucumberTestResult','KEY_TEST_NAME','yMECp','getTestFrameworksVersions','KEY_HOOK_RESULT','workerInfo','debug','resolveInstance','Processing\x20','toString','file_name','test','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getTestUUID','get','error','finished_at','KEY_HOOK_FAILURE_TYPE','1871028DEWklx','\x20\x20and\x20args\x20=\x20','Bmdli','\x20with\x20UUID:\x20','PYVYN','logCreatedEvent','TEST','Parsed\x20cucumber\x20test:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20id\x20','4ImKkob','DEFAULT_HOOK_RESULT','body','../instances/testFrameworkInstance.js','yhNEF','removePendingHooks','KEY_TEST_UUID','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','hookState','failure','KEY_HOOKS_STARTED','parseCucumberTest','Tracked\x20cucumber\x20hook\x20event:\x20','test_run_id','format','1380966dYtUGZ','getAllData','LOG_REPORT','toISOString','KEY_HOOK_LAST_STARTED','GrzuF','zRwPU','startedAt','KEY_TEST_LOCATION','cNMOi','KEY_LOGS','createTestFrameworkEventPayload\x20testId:\x20','getCurrentTestState','key','NONE','Cfcuf','../state/hookState.js','getThreadId'];a70_0x49f3=function(){return _0x420e58;};return a70_0x49f3();}const a70_0x33f887=a70_0x406b;function a70_0x406b(_0x260ee8,_0x3056a6){const _0x49f350=a70_0x49f3();return a70_0x406b=function(_0x406b88,_0x4db96b){_0x406b88=_0x406b88-0x1bd;let _0x14ab45=_0x49f350[_0x406b88];return _0x14ab45;},a70_0x406b(_0x260ee8,_0x3056a6);}(function(_0x5dc7ea,_0x231c51){const _0x17381c=a70_0x406b,_0x1e9edd=_0x5dc7ea();while(!![]){try{const _0x472343=parseInt(_0x17381c(0x201))/0x1+parseInt(_0x17381c(0x1e5))/0x2+parseInt(_0x17381c(0x1cd))/0x3+-parseInt(_0x17381c(0x1be))/0x4*(-parseInt(_0x17381c(0x213))/0x5)+-parseInt(_0x17381c(0x267))/0x6+-parseInt(_0x17381c(0x1e7))/0x7+parseInt(_0x17381c(0x26f))/0x8*(-parseInt(_0x17381c(0x288))/0x9);if(_0x472343===_0x231c51)break;else _0x1e9edd['push'](_0x1e9edd['shift']());}catch(_0x4d5dc6){_0x1e9edd['push'](_0x1e9edd['shift']());}}}(a70_0x49f3,0x93a1e));const TestFramework=require(a70_0x33f887(0x231)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x33f887(0x1dd)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x33f887(0x1c1)),CLIUtils=require(a70_0x33f887(0x270)),TrackedInstance=require(a70_0x33f887(0x26d)),TestFrameworkConstants=require(a70_0x33f887(0x251)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33f887(0x23a)),logger=createClassLogger(a70_0x33f887(0x24b)),{v4:uuidv4}=require(a70_0x33f887(0x1df)),util=require(a70_0x33f887(0x241)),TestInfo=require(a70_0x33f887(0x1f3)),GrpcClient=require(a70_0x33f887(0x235));class CucumberTestFramework extends TestFramework{constructor(_0x2e74a5,_0x53e300,_0x520faa){super(_0x2e74a5,_0x53e300,_0x520faa);}async[a70_0x33f887(0x1ff)](_0x379831,_0x170003,_0x4dff6d={}){const _0x1a7923=a70_0x33f887,_0x5c3889={};_0x5c3889[_0x1a7923(0x252)]=_0x1a7923(0x282),_0x5c3889['yMECp']=function(_0x73b7eb,_0x232542){return _0x73b7eb===_0x232542;},_0x5c3889[_0x1a7923(0x260)]=function(_0xb04364,_0x25fc13){return _0xb04364===_0x25fc13;},_0x5c3889[_0x1a7923(0x24c)]=_0x1a7923(0x246);const _0x96b4e7=_0x5c3889;await super[_0x1a7923(0x1ff)](_0x379831,_0x170003,_0x4dff6d);const _0x3f2ab4=this['resolveInstance'](_0x379831,_0x170003,_0x4dff6d);if(!_0x3f2ab4){logger[_0x1a7923(0x27c)](_0x96b4e7[_0x1a7923(0x252)]);return;}try{let _0x341a23,_0x53abee;switch(_0x379831){case TestFrameworkState[_0x1a7923(0x28e)]:_0x341a23=_0x4dff6d[_0x1a7923(0x281)],_0x53abee=TestInfo[_0x1a7923(0x283)](_0x341a23['id']);if(_0x96b4e7[_0x1a7923(0x278)](_0x170003,HookState[_0x1a7923(0x233)])){logger[_0x1a7923(0x27c)](_0x1a7923(0x1f0)+_0x341a23['id']);const _0x47e635={};_0x47e635[_0x1a7923(0x228)]=_0x53abee,_0x47e635[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this[_0x1a7923(0x1c9)](_0x47e635)),logger[_0x1a7923(0x27c)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x341a23['id']),await this['processPendingHooks'](_0x3f2ab4,_0x341a23['id']);}else{if(_0x96b4e7[_0x1a7923(0x260)](_0x170003,HookState[_0x1a7923(0x1fc)])){const _0x221abb={};_0x221abb[_0x1a7923(0x228)]=_0x53abee,_0x221abb[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this['parseCucumberTestResult'](_0x221abb)),await this[_0x1a7923(0x274)](_0x3f2ab4,_0x341a23['id']);}}break;case TestFrameworkState[_0x1a7923(0x1cf)]:_0x96b4e7['OWQGu'](_0x170003,HookState[_0x1a7923(0x1fc)])&&await this[_0x1a7923(0x265)](_0x3f2ab4,_0x379831,_0x4dff6d);break;default:if(CLIUtils[_0x1a7923(0x250)](_0x379831[_0x1a7923(0x27f)]()[_0x1a7923(0x20e)]('.')[0x1])){const _0x68a53d=await this['trackHookEvent'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);_0x3f2ab4[_0x1a7923(0x243)](_0x68a53d);}else logger[_0x1a7923(0x27c)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x379831+_0x1a7923(0x209)+_0x170003);break;}}catch(_0x503cdc){logger[_0x1a7923(0x285)](util[_0x1a7923(0x1cc)](_0x96b4e7[_0x1a7923(0x24c)],_0x379831,_0x170003,_0x4dff6d[_0x1a7923(0x1e6)],_0x503cdc));}_0x4dff6d[_0x1a7923(0x20a)]=_0x3f2ab4,await this['runHooks'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);}[a70_0x33f887(0x27d)](_0x162ddb,_0x268871,_0x552cd1={}){const _0xe37145=a70_0x33f887,_0x2336b3={};_0x2336b3[_0xe37145(0x20f)]=function(_0xf81c64,_0x1b2226){return _0xf81c64===_0x1b2226;},_0x2336b3[_0xe37145(0x232)]=function(_0x272410,_0x5427f3){return _0x272410===_0x5427f3;};const _0x49cc5c=_0x2336b3;let _0x3a4135=null;return(_0x49cc5c['hedxL'](_0x162ddb,TestFrameworkState['INIT_TEST'])||_0x49cc5c[_0xe37145(0x232)](_0x162ddb,TestFrameworkState[_0xe37145(0x1db)]))&&this[_0xe37145(0x229)](_0x162ddb,_0x552cd1),_0x3a4135=TestFramework['getTrackedInstance'](),_0x3a4135;}['trackCucumberInstance'](_0x4df861,_0xab4bdf){const _0x476d10=a70_0x33f887,_0xf9a318=CLIUtils[_0x476d10(0x1e3)](),_0x10fae7=TrackedInstance[_0x476d10(0x271)](_0xf9a318);let _0x5a61fd=null;logger['debug']('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0xf9a318+_0x476d10(0x219)+_0x4df861),_0x5a61fd=new TestFrameworkInstance(_0x10fae7,this[_0x476d10(0x1e8)](),this['getTestFrameworksVersions'](),_0x4df861,HookState[_0x476d10(0x1db)]),TestFramework[_0x476d10(0x23d)](_0x10fae7,_0x5a61fd),logger[_0x476d10(0x27c)](_0x476d10(0x264)+_0x10fae7['getId']()+_0x476d10(0x25e)+_0xf9a318);}[a70_0x33f887(0x1c9)](_0x4379f8){const _0x215e99=a70_0x33f887,_0x4776f8={};_0x4776f8[_0x215e99(0x202)]=_0x215e99(0x24f);const _0x442118=_0x4776f8,{testUUID:_0x23e766,testData:_0x5b7e69}=_0x4379f8;if(!_0x5b7e69||!_0x5b7e69[_0x215e99(0x1df)])return logger[_0x215e99(0x27c)](_0x442118[_0x215e99(0x202)]),{};const _0x4a4ae5=_0x5b7e69[_0x215e99(0x1df)],_0x29e0c2=_0x5b7e69[_0x215e99(0x1df)],_0x5cc24d=this[_0x215e99(0x1e8)]()[0x0],_0x19fc7e=this[_0x215e99(0x279)](),_0x3c384f={[TestFrameworkConstants[_0x215e99(0x1e0)]]:_0x5cc24d,[TestFrameworkConstants[_0x215e99(0x25a)]]:_0x19fc7e[_0x5cc24d],[TestFrameworkConstants[_0x215e99(0x24a)]]:[],[TestFrameworkConstants[_0x215e99(0x1f6)]]:{},[TestFrameworkConstants[_0x215e99(0x1c8)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4a4ae5,[TestFrameworkConstants[_0x215e99(0x25c)]]:TestFrameworkConstants[_0x215e99(0x22f)],[TestFrameworkConstants[_0x215e99(0x290)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b7e69[_0x215e99(0x280)]||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x29e0c2,[TestFrameworkConstants[_0x215e99(0x277)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x1d5)]]:_0x5b7e69[_0x215e99(0x1f4)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5b7e69[_0x215e99(0x1c0)]?.[_0x215e99(0x1f9)]||null,[TestFrameworkConstants[_0x215e99(0x1f1)]]:_0x5b7e69['tags']||[],[TestFrameworkConstants[_0x215e99(0x249)]]:_0x5b7e69['startedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x215e99(0x247)]]:_0x5b7e69[_0x215e99(0x204)]?.[0x0]||'',[TestFrameworkConstants[_0x215e99(0x22d)]]:_0x5b7e69[_0x215e99(0x204)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x5b7e69[_0x215e99(0x263)]?.[_0x215e99(0x23c)]||_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x215)]]:{},[TestFrameworkConstants[_0x215e99(0x205)]]:_0x5b7e69['meta']||{}};TestInfo[_0x215e99(0x227)](_0x29e0c2,_0x3c384f),logger[_0x215e99(0x27c)](_0x215e99(0x28f)+_0x5b7e69['name']+_0x215e99(0x28b)+_0x4a4ae5);const _0x2c3d52={};return _0x2c3d52[_0x29e0c2]=_0x3c384f,_0x2c3d52;}[a70_0x33f887(0x276)](_0x52a375){const _0x46802e=a70_0x33f887,_0x381c06={'mhmvQ':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','epRWN':'unknown','nfiiM':function(_0x54e8b6,_0x489663){return _0x54e8b6===_0x489663;},'GrzuF':'failed','yhNEF':'UnhandledError','XoBnS':function(_0x362070,_0x237566,_0x2ce61c){return _0x362070(_0x237566,_0x2ce61c);},'dddsw':function(_0x4e270d,_0x1e1ecd){return _0x4e270d>_0x1e1ecd;},'iYxce':function(_0x3d3e7e,_0x2b7bd9){return _0x3d3e7e>_0x2b7bd9;}},{testUUID:_0x420dc7,testData:_0x2616ca}=_0x52a375;if(!_0x2616ca||!_0x2616ca[_0x46802e(0x1df)])return logger[_0x46802e(0x27c)](_0x381c06[_0x46802e(0x21a)]),{};const _0x15adaf=this[_0x46802e(0x27d)](TestFrameworkState[_0x46802e(0x28e)],HookState[_0x46802e(0x1fc)]),_0x450918=_0x2616ca['uuid'],_0x547347=TestInfo[_0x46802e(0x200)](_0x450918)||{},_0x140f1d=_0x547347?_0x547347[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x39ed35={..._0x547347,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x2616ca['result']||_0x381c06[_0x46802e(0x220)],[TestFrameworkConstants[_0x46802e(0x240)]]:_0x2616ca[_0x46802e(0x230)]||new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x245)]]:new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x215)]]:_0x140f1d,[TestFrameworkConstants[_0x46802e(0x1d7)]]:[],[TestFrameworkConstants[_0x46802e(0x205)]]:_0x2616ca[_0x46802e(0x266)]||{}};_0x381c06[_0x46802e(0x1ed)](_0x2616ca['result'],_0x381c06[_0x46802e(0x1d2)])&&_0x2616ca[_0x46802e(0x1c7)]&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x21d)]]=_0x2616ca['failure_type']||_0x381c06[_0x46802e(0x1c2)],_0x39ed35[TestFrameworkConstants[_0x46802e(0x20d)]]=_0x2616ca[_0x46802e(0x21b)]||'',_0x39ed35[TestFrameworkConstants[_0x46802e(0x221)]]=_0x2616ca[_0x46802e(0x1c7)]);const _0x2e38ff=TestInfo[_0x46802e(0x200)](_0x450918)[TestFrameworkConstants[_0x46802e(0x239)]]||{},_0x5e4b9e=_0x381c06['XoBnS'](getManualUploadLogs,_0x2e38ff,_0x15adaf[_0x46802e(0x1ce)]()[_0x46802e(0x284)](_0x450918)[TestFrameworkConstants[_0x46802e(0x1c4)]]);if(_0x381c06[_0x46802e(0x26a)](_0x5e4b9e[_0x46802e(0x1e6)],0x0)){const _0xeb0331=_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]||[];_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]=[..._0xeb0331,..._0x5e4b9e];}_0x2616ca['hooks']&&_0x381c06['iYxce'](_0x2616ca['hooks'][_0x46802e(0x1e6)],0x0)&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x1f6)]]=_0x2616ca[_0x46802e(0x1ee)]);TestInfo[_0x46802e(0x227)](_0x450918,_0x39ed35),logger[_0x46802e(0x27c)](_0x46802e(0x1f8)+_0x2616ca[_0x46802e(0x1fd)]+_0x46802e(0x1f7)+_0x2616ca[_0x46802e(0x226)]);const _0x4bbd31={};return _0x4bbd31[_0x450918]=_0x39ed35,_0x4bbd31;}async[a70_0x33f887(0x224)](_0xd1c18f,_0xe0725c,_0x90ba48,_0x521045){const _0x4faf26=a70_0x33f887,_0x3f7c48={'Bmdli':_0x4faf26(0x26b),'JRSbo':function(_0x381fb2){return _0x381fb2();},'Cfcuf':function(_0x1d8a83,_0x163baf){return _0x1d8a83 in _0x163baf;},'wbuRK':function(_0x46c470,_0xd94f91){return _0x46c470 in _0xd94f91;},'DHMjD':function(_0x50f2f0,_0xc5e58f){return _0x50f2f0===_0xc5e58f;},'BFnhh':function(_0x51a9f6,_0x312319){return _0x51a9f6>_0x312319;},'zRwPU':function(_0x1ff578,_0xa11eb2){return _0x1ff578===_0xa11eb2;},'eXvVB':_0x4faf26(0x23f),'iVKZs':_0x4faf26(0x1e2),'LmpjQ':_0x4faf26(0x237),'cNMOi':function(_0x40b98c,_0x312ac3){return _0x40b98c!==_0x312ac3;}},{hookData:_0x785ba4}=_0x521045;if(!_0x785ba4)return logger[_0x4faf26(0x27c)](_0x3f7c48[_0x4faf26(0x28a)]),{};const _0x4f7411=_0x785ba4['uuid']||_0x3f7c48[_0x4faf26(0x236)](uuidv4),_0x5e7264=_0x785ba4['test_run_id'],_0x2e48cf=_0xe0725c[_0x4faf26(0x27f)]()['split']('.')[0x1],_0x20ba78=TestInfo[_0x4faf26(0x200)](_0x5e7264)[TestFrameworkConstants[_0x4faf26(0x215)]]||{},_0xd5814c=_0xd1c18f[_0x4faf26(0x1ce)]()[_0x4faf26(0x284)](_0x5e7264);if(!_0xd5814c)return logger[_0x4faf26(0x27c)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5e7264+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0xd1c18f,_0x5e7264,_0xe0725c,_0x90ba48,_0x521045),{};let _0x4fb8b9=_0xd5814c[TestFrameworkConstants[_0x4faf26(0x1c8)]];!_0x4fb8b9&&(_0x4fb8b9={});!_0x3f7c48[_0x4faf26(0x1dc)](_0x2e48cf,_0x4fb8b9)&&(_0x4fb8b9[_0x2e48cf]=[]);let _0x35f45d=_0xd5814c[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x35f45d&&(_0x35f45d={});!_0x3f7c48[_0x4faf26(0x22e)](_0x2e48cf,_0x35f45d)&&(_0x35f45d[_0x2e48cf]=[]);const _0x55c84b={[TestFrameworkConstants[_0x4faf26(0x1c8)]]:_0x4fb8b9,[TestFrameworkConstants[_0x4faf26(0x1f6)]]:_0x35f45d},_0x34ee8c={};_0x34ee8c[_0x5e7264]=_0x55c84b;const _0x3a1fd6=_0x34ee8c;if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x233)])){const _0x13bc5c={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f7411,[TestFrameworkConstants[_0x4faf26(0x27a)]]:TestFrameworkConstants[_0x4faf26(0x1bf)],[TestFrameworkConstants[_0x4faf26(0x1fa)]]:_0x785ba4[_0x4faf26(0x238)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x785ba4[_0x4faf26(0x207)],[TestFrameworkConstants[_0x4faf26(0x215)]]:_0x20ba78};_0x13bc5c[_0x4faf26(0x1da)]=_0x2e48cf;const _0x4911fa=_0x13bc5c;_0x4fb8b9[_0x2e48cf][_0x4faf26(0x257)](_0x4911fa),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x1d1)]]=_0x2e48cf,logger['debug'](_0x4faf26(0x1c5)+_0x2e48cf+_0x4faf26(0x210)+_0x4911fa+_0x4faf26(0x289)+_0x521045);}else{if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x1fc)])){const _0x13d3b9=_0x785ba4[_0x4faf26(0x226)],_0x16de21=_0x4fb8b9[_0x2e48cf]||[];logger[_0x4faf26(0x27c)](_0x4faf26(0x20b)+_0x16de21+'\x20and\x20args\x20=\x20'+_0x521045);if(_0x3f7c48[_0x4faf26(0x256)](_0x16de21[_0x4faf26(0x1e6)],0x0)){const _0x2fb1f3=_0x16de21['pop']();_0x3f7c48[_0x4faf26(0x1d3)](_0x785ba4[_0x4faf26(0x226)],_0x3f7c48['eXvVB'])&&_0x785ba4[_0x4faf26(0x244)]?(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x287)]]=_0x785ba4[_0x4faf26(0x21f)]||_0x3f7c48[_0x4faf26(0x254)],_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x22c)]]=_0x785ba4[_0x4faf26(0x21b)]||'',_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x785ba4[_0x4faf26(0x244)]):_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x3f7c48[_0x4faf26(0x1e4)];_0x3f7c48[_0x4faf26(0x1d6)](_0x13d3b9,TestFrameworkConstants[_0x4faf26(0x1bf)])&&(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x27a)]]=_0x13d3b9);_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x262)]]=_0x785ba4[_0x4faf26(0x286)]||new Date()[_0x4faf26(0x1d0)](),_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x215)]]=_0x20ba78;const _0x3f9038=_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x223)]];!_0x35f45d[_0x2e48cf]&&(_0x35f45d[_0x2e48cf]=[]),_0x35f45d[_0x2e48cf]['push'](_0x2fb1f3),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x258)]]=_0x2e48cf;}}}return logger[_0x4faf26(0x27c)](_0x4faf26(0x1ca)+_0x785ba4['hook_type']+_0x4faf26(0x1bd)+_0x4f7411+_0x4faf26(0x22b)+_0x5e7264),_0x3a1fd6;}['createTestFrameworkEventPayload'](_0xc60eb6){const _0x3a3b55=a70_0x33f887,_0x591be0={};_0x591be0[_0x3a3b55(0x275)]=_0x3a3b55(0x206);const _0x17693e=_0x591be0;try{const _0x389717=_0xc60eb6[_0x3a3b55(0x281)]?_0xc60eb6[_0x3a3b55(0x281)]['id']:_0xc60eb6[_0x3a3b55(0x222)][_0x3a3b55(0x1cb)],_0x4affbf=_0xc60eb6[_0x3a3b55(0x20a)],_0x1df454=_0x4affbf['getContext'](),_0x216260=_0x4affbf[_0x3a3b55(0x1ce)]()[_0x3a3b55(0x284)](_0x389717);if(!_0x216260)return logger['debug'](_0x3a3b55(0x253)+_0x389717),{};logger[_0x3a3b55(0x27c)](_0x3a3b55(0x1d8)+_0x389717);const {[TestFrameworkConstants[_0x3a3b55(0x1e0)]]:_0x2ed725='',[TestFrameworkConstants[_0x3a3b55(0x25a)]]:_0x577c47='',[TestFrameworkConstants[_0x3a3b55(0x249)]]:_0x2384fe='',[TestFrameworkConstants[_0x3a3b55(0x240)]]:_0x28992b=''}=_0x216260,_0x5f46f6=_0x4affbf[_0x3a3b55(0x1d9)]()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x441cd7=_0x4affbf['getCurrentHookState']()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x53295e=global?.[_0x3a3b55(0x212)]?.[_0x3a3b55(0x27b)]?.[_0x3a3b55(0x208)],_0x2793d3=_0x4affbf['getRef'](),_0x55be69=Buffer[_0x3a3b55(0x225)](JSON[_0x3a3b55(0x21e)](_0x216260))[_0x3a3b55(0x27f)](_0x17693e[_0x3a3b55(0x275)]),_0x3cff54={'hash':_0x1df454[_0x3a3b55(0x242)](),'threadId':_0x1df454[_0x3a3b55(0x1de)]()['toString'](),'processId':_0x1df454[_0x3a3b55(0x255)]()[_0x3a3b55(0x27f)]()},_0x6081bd={};_0x6081bd[_0x3a3b55(0x20c)]=_0x53295e,_0x6081bd['testFrameworkName']=_0x2ed725,_0x6081bd[_0x3a3b55(0x1fe)]=_0x577c47,_0x6081bd['testFrameworkState']=_0x5f46f6,_0x6081bd[_0x3a3b55(0x1c6)]=_0x441cd7,_0x6081bd[_0x3a3b55(0x1d4)]=_0x2384fe,_0x6081bd['endedAt']=_0x28992b,_0x6081bd['uuid']=_0x2793d3,_0x6081bd[_0x3a3b55(0x21c)]=_0x55be69,_0x6081bd[_0x3a3b55(0x24e)]=_0x3cff54;const _0x382bb7=_0x6081bd;return logger[_0x3a3b55(0x27c)](_0x3a3b55(0x218)+_0x389717+'\x20testState:\x20'+_0x5f46f6+_0x3a3b55(0x211)+_0x441cd7),_0x382bb7;}catch(_0x2c559c){return logger[_0x3a3b55(0x285)](_0x3a3b55(0x273)+util[_0x3a3b55(0x1cc)](_0x2c559c)),{};}}async[a70_0x33f887(0x265)](_0x1291d8,_0x139d0b,_0x1fa21a){const _0x7fc32c=a70_0x33f887,_0xd97171={'FGsbB':function(_0x33aaa7,_0x51ba22,_0x1c6858){return _0x33aaa7(_0x51ba22,_0x1c6858);},'AYQjR':function(_0x476662,_0x5dee2a){return _0x476662===_0x5dee2a;},'BwtsH':_0x7fc32c(0x1e1),'AegkO':function(_0x5a96ba,_0x712cab){return _0x5a96ba/_0x712cab;},'KegUP':function(_0x14147f,_0x4d5c79){return _0x14147f<_0x4d5c79;},'wDztE':function(_0x5d482a,_0x3fc506){return _0x5d482a*_0x3fc506;},'ruuzD':function(_0x50d2e6,_0x51b744){return _0x50d2e6+_0x51b744;},'KMGdL':'Cucumber\x20log\x20created\x20event'};try{const _0x3a150b=_0x1fa21a[_0x7fc32c(0x228)],_0x19270f=_0x1291d8['getAllData']()[_0x7fc32c(0x284)](_0x3a150b),{[TestFrameworkConstants[_0x7fc32c(0x1e0)]]:_0x5c6050='',[TestFrameworkConstants[_0x7fc32c(0x25a)]]:_0x326a36=''}=_0x19270f,_0x41ff55=TestInfo['readLogObjects'](_0x3a150b),_0x2e76cd=TestInfo['getTestDetails'](_0x3a150b)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x432cf5=_0xd97171[_0x7fc32c(0x24d)](getMediaArtifactsLogs,_0x2e76cd,_0x1291d8[_0x7fc32c(0x1ce)]()[_0x7fc32c(0x284)](_0x3a150b)[TestFrameworkConstants[_0x7fc32c(0x1c4)]]),_0x193169=(_0x41ff55||[])[_0x7fc32c(0x23b)](_0x432cf5||[]);if(!_0x193169||_0xd97171[_0x7fc32c(0x1f2)](_0x193169[_0x7fc32c(0x1e6)],0x0)){logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x272)]);return;}const _0x32672e=0x28,_0x15da39=Math[_0x7fc32c(0x1ec)](_0xd97171[_0x7fc32c(0x26e)](_0x193169['length'],_0x32672e));for(let _0xa71c06=0x0;_0xd97171['KegUP'](_0xa71c06,_0x15da39);_0xa71c06++){const _0x16f73e=_0xd97171['wDztE'](_0xa71c06,_0x32672e),_0x2358d3=_0xd97171[_0x7fc32c(0x23e)](_0x16f73e,_0x32672e),_0xccd230=_0x193169[_0x7fc32c(0x217)](_0x16f73e,_0x2358d3),_0x3ccea3={'platformIndex':'0','logs':_0xccd230,'testFrameworkName':_0x5c6050,'testFrameworkVersion':_0x326a36,'testFrameworkState':_0x139d0b[_0x7fc32c(0x27f)]()['split']('.')[0x1]};logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+_0x7fc32c(0x1ea)+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+'\x20payload='+util['inspect'](_0x3ccea3));const _0x46d093=await GrpcClient[_0x7fc32c(0x1fb)]()[_0x7fc32c(0x28d)](_0x3ccea3);logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+'\x20batch\x20'+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+_0x7fc32c(0x22a)+util[_0x7fc32c(0x1e9)](_0x46d093));}}catch(_0x55875a){logger['error']('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x7fc32c(0x1cc)](_0x55875a));}logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x25b)]);}[a70_0x33f887(0x203)](_0x2af914,_0x5aace4,_0x5b583c,_0x509064,_0x53bcf5){const _0x5ebf45=a70_0x33f887,_0x213b84={'testId':_0x5aace4,'testFrameworkState':_0x5b583c,'hookState':_0x509064,'args':_0x53bcf5,'timestamp':new Date()[_0x5ebf45(0x1d0)]()};_0x2af914[_0x5ebf45(0x214)](_0x5aace4,_0x213b84),logger[_0x5ebf45(0x27c)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x5aace4+_0x5ebf45(0x269)+_0x5b583c+_0x5ebf45(0x268)+_0x509064);}async[a70_0x33f887(0x274)](_0x92f48f,_0x327c8e){const _0x379de5=a70_0x33f887,_0x156fb3={};_0x156fb3[_0x379de5(0x28c)]=function(_0x3293aa,_0xb0332){return _0x3293aa>_0xb0332;};const _0x1777e9=_0x156fb3;if(!_0x92f48f[_0x379de5(0x234)](_0x327c8e))return;const _0x352092=_0x92f48f[_0x379de5(0x25f)](_0x327c8e);logger[_0x379de5(0x27c)](_0x379de5(0x27e)+_0x352092[_0x379de5(0x1e6)]+_0x379de5(0x25d)+_0x327c8e);for(const _0x458993 of _0x352092){try{const _0xd048fd=await this['trackHookEvent'](_0x92f48f,_0x458993[_0x379de5(0x26c)],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);_0xd048fd&&_0x1777e9[_0x379de5(0x28c)](Object['keys'](_0xd048fd)[_0x379de5(0x1e6)],0x0)&&_0x92f48f[_0x379de5(0x243)](_0xd048fd),await this['runHooks'](_0x92f48f,_0x458993['testFrameworkState'],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);}catch(_0x3e4207){logger[_0x379de5(0x285)](_0x379de5(0x216)+_0x327c8e+_0x379de5(0x1eb)+_0x3e4207);}}_0x92f48f[_0x379de5(0x1c3)](_0x327c8e),logger[_0x379de5(0x27c)](_0x379de5(0x1f5)+_0x327c8e);}}module['exports']=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0xca50(_0x46f187,_0x26d1fd){const _0x14f36a=a71_0x14f3();return a71_0xca50=function(_0xca50c8,_0x104cac){_0xca50c8=_0xca50c8-0x1a3;let _0x535444=_0x14f36a[_0xca50c8];return _0x535444;},a71_0xca50(_0x46f187,_0x26d1fd);}const a71_0x5b644d=a71_0xca50;function a71_0x14f3(){const _0x34aac1=['yKVkH','hookData','259784euSjqz','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','AssertionError','push','ceil','eHLPt',',\x20testId=','\x20&\x20hookState=','getJestTestName','95331GJqDwP','DWqyJ','map','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20platformIndex:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','PRE','duration','KEY_TEST_RESULT','UimRY','EMznc','getTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20error:\x20','base64','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','get','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_HOOK_NAME','setActiveHook','processPendingHooks','OKvLX','EcwaV','POST','KEY_TEST_TAGS','QGnkY','KEY_TEST_META','eventJson','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_AUTOMATE_SESSION_NAME','fPrva','parallelIndex','createTestFrameworkEventPayload','removePendingHooks','dyNUr','KEY_HOOK_FAILURE_REASON','mMVZZ','\x20files','getCurrentTestState','findIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','RtguX','grofj','testId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','passed','blgPJ','22365250KpTCvu','tatYG','DMGuB','beforeAll','QoEVq','concat','KEY_HOOKS_FINISHED','debug',',\x20testFramework=','type','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20consoleLogs:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20',',\x20hooksListLength=',',\x20payload:\x20','KEY_TEST_FAILURE_TYPE',',\x20updates=','HVQMy','IvFZo','1083835pfLsGY','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','status','vTtEp','BDWbk','workerInfo','util','KEY_TEST_FILE_PATH','addMultipleEntries','__workerDetails','runHooks','KEY_TEST_RETRY_OF',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','DEFAULT_HOOK_RESULT','../instances/testFrameworkInstance.js','KEY_TEST_UUID','YMzqS','360275sKeCZL','hookType','hook_result','substring','split','message','getRef','anvbl','dMtoZ','buildHookMapFromTest','result','trackJestInstance','getAllData','ALL','KEY_HOOK_RESULT','mapTestHooks','\x22\x20from\x20testData','KEY_HOOK_ID','has','KEY_HOOK_FAILURE','toISOString','hookMetadata','KBWeX','\x22\x20hook','\x20(testIdentifier),\x20result=','qPJLm','wzzhA','test_identifier','getJestTestIdentifier','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','error','maxArrayLength','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','exports','ROOT_DESCRIBE_BLOCK','Unknown\x20error','splice',':testAnalyticsId','trackHookEvent','8zFSQvb','102AUXiVy','\x20pending\x20hooks\x20for\x20testId:\x20','getJestFailureData','kind','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','../TestInfo.js','lHnOp',',\x20totalBatches:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','jseOV','\x20attachments','pop','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','addPendingHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20duration=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getActiveHook','vNMAe','KEY_TEST_CODE','scopes','\x20hook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20scope:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','iaDte','KEY_TEST_LOCATION','toUpperCase','sBDAj','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','warn',',\x20testData=','isArray','matchHookRegex','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','depth','resolveInstance','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','94ZCDpxM','startedAt','location','getJestFailureType','dbjzA','KiJdv',',\x20exception=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=',',\x20contextId=','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_LOGS','../../../helpers/test-observability/utils','includes',',\x20remainingHooks=','irnMk','cKGFB','hookState','find','filter','name','XiuDV',',\x20totalLogs:\x20','testUUID','getContext','getFileName','../cliUtils.js','getJestFailureReason','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','gAjTC','UnhandledError','KEY_HOOK_LOGS','skip','2424488hKpqVZ','LTeZn','none','event_ended_at','rxsaV',',\x20currentTestId:\x20','\x20logs\x20for\x20testId:\x20','gFmbv','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','reverse','parent','sendLogCreatedEvent','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','getId','SIyQI','scope','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20response=','KEY_EVENT_ENDED_AT','originalTest','rxOAZ','tLsaA','../state/hookState.js','xEFOX','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','filePath','KEY_TEST_ENDED_AT','FNRMv','errorsDetailed','pid','getJestTestFilePath','KEY_HOOK_LAST_FINISHED','from','testData','getTestFrameworks','getCurrentInstanceName',',\x20hookState=','file_name','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20failureType=','getThreadId','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','hasPendingHooks','length','\x20(testIdentifier),\x20hookType=','getPendingHooks','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','parse','../grpcClient',',\x20failureReason=','uZiyY','DEFAULT_TEST_RESULT','title','RGZmc','stringify','11521116EKEZfW','parseJestTestResult','KEY_CUSTOM_TAGS','forEach',',\x20version=','Yibac','Error\x20in\x20createTestFrameworkEventPayload:\x20','xmUGd','hook_id','activeHooks','COIyF','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','parseJestTest','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','LzZvH','format','EjmAH','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20result=','fzhjn','DCsuP','KEY_HOOK_LAST_STARTED','eQIoK','\x20(testIdentifier),\x20scopes=','nDKNr','\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','storePendingHook','trackJestInstance:\x20created\x20instance\x20for\x20target=','retryOf','createContext',',\x20state=','\x20-\x20test_identifier=','vPkOy','_ALL','JMCmV','join','hookAnalyticsId','file','nCNMo','QlSHv','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','args','trackEvent','KEY_HOOKS_STARTED','KEY_TEST_FRAMEWORK_VERSION','UrBdb','KEY_TEST_FRAMEWORK_NAME','PWSGS','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_FAILURE_REASON','test','gQdRc','testFrameworkState','../../../helpers/helper.js','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_SCOPE','keys','slice','qLWhm','logCreatedEvent','executionContext','jCHMk','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','PPmgl',',\x20hookUUID=','getProcessId','apply','testFrameworkName','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','failure_reason','replace','wfoWn','BusdW','MuxQS','EgOFd','getJestTestScopes',',\x20state:\x20','getHooksForTest','endedAt','uuid','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','inspect','QJhSj',',\x20filePath:\x20','KqCgj',',\x20filePath=','asyncError','started_at','stack-trace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hookData=','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_ATTACHMENTS','isJestInternalHook',',\x20hook=','failed','KEY_TEST_SCOPES','toString','KEY_TEST_NAME','BEFORE_ALL','TEST','cASZg','\x20-\x20testId:\x20',',\x20hookId=','EfYew','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Unknown\x20Test','../instances/trackedInstance.js','hookUUID','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','rfJDl','jcLFT','KEY_TEST_LOGS','KEY_TEST_ID','yIEgP'];a71_0x14f3=function(){return _0x34aac1;};return a71_0x14f3();}(function(_0x47f5a4,_0x36f305){const _0xe0aba9=a71_0xca50,_0x2209a4=_0x47f5a4();while(!![]){try{const _0x201a1f=parseInt(_0xe0aba9(0x315))/0x1+parseInt(_0xe0aba9(0x1f3))/0x2*(parseInt(_0xe0aba9(0x2d1))/0x3)+parseInt(_0xe0aba9(0x213))/0x4+-parseInt(_0xe0aba9(0x328))/0x5*(-parseInt(_0xe0aba9(0x1c8))/0x6)+parseInt(_0xe0aba9(0x2c8))/0x7*(-parseInt(_0xe0aba9(0x1c7))/0x8)+-parseInt(_0xe0aba9(0x24c))/0x9+-parseInt(_0xe0aba9(0x302))/0xa;if(_0x201a1f===_0x36f305)break;else _0x2209a4['push'](_0x2209a4['shift']());}catch(_0x41b36e){_0x2209a4['push'](_0x2209a4['shift']());}}}(a71_0x14f3,0xd0a7a));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x5b644d(0x22a)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x5b644d(0x325)),CLIUtils=require(a71_0x5b644d(0x20c)),TrackedInstance=require(a71_0x5b644d(0x2be)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x5b644d(0x286)),{isInternalHook}=require(a71_0x5b644d(0x1fe)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x5b644d(0x2a0)),util=require(a71_0x5b644d(0x31c)),TestInfo=require(a71_0x5b644d(0x1cd)),GrpcClient=require(a71_0x5b644d(0x245)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x5a2744,_0x1e5707,_0x5e95cb){const _0x396db9=a71_0x5b644d;super(_0x5a2744,_0x1e5707,_0x5e95cb),this[_0x396db9(0x255)]=new Map();}[a71_0x5b644d(0x2e5)](_0x311fa7,_0x45cd10,_0x357bb6){const _0x1f825f=a71_0x5b644d,_0x3671f2={};_0x3671f2[_0x1f825f(0x228)]=function(_0x8a38be,_0x193c73){return _0x8a38be||_0x193c73;};const _0x1d8b7a=_0x3671f2;if(_0x1d8b7a[_0x1f825f(0x228)](!_0x311fa7,!_0x45cd10)){logger[_0x1f825f(0x1eb)](_0x1f825f(0x30c)+_0x311fa7+_0x1f825f(0x291)+_0x45cd10);return;}!this[_0x1f825f(0x255)]['has'](_0x311fa7)&&this['activeHooks']['set'](_0x311fa7,[]);const _0x2ee6e4={'hookUUID':_0x45cd10,'hookType':_0x357bb6,'startedAt':new Date()[_0x1f825f(0x1b2)]()};this[_0x1f825f(0x255)][_0x1f825f(0x2e1)](_0x311fa7)[_0x1f825f(0x2cb)](_0x2ee6e4),logger[_0x1f825f(0x309)](_0x1f825f(0x1d5)+_0x311fa7+_0x1f825f(0x291)+_0x45cd10+',\x20hookType='+_0x357bb6+',\x20totalHooks='+this[_0x1f825f(0x255)][_0x1f825f(0x2e1)](_0x311fa7)[_0x1f825f(0x240)]);}['removeActiveHook'](_0x1cda1f,_0x310450){const _0x1d49f8=a71_0x5b644d,_0x3efc2d={};_0x3efc2d[_0x1d49f8(0x2c1)]=function(_0x4e1ab3,_0x2ca71b){return _0x4e1ab3||_0x2ca71b;},_0x3efc2d[_0x1d49f8(0x1b4)]=function(_0x2d2f09,_0x4b128e){return _0x2d2f09!==_0x4b128e;},_0x3efc2d[_0x1d49f8(0x202)]=function(_0x50bde9,_0x3449d9){return _0x50bde9===_0x3449d9;};const _0x4d3873=_0x3efc2d;if(_0x4d3873['rfJDl'](!_0x1cda1f,!_0x310450)){logger[_0x1d49f8(0x1eb)](_0x1d49f8(0x1d1)+_0x1cda1f+_0x1d49f8(0x291)+_0x310450);return;}if(this['activeHooks'][_0x1d49f8(0x1b0)](_0x1cda1f)){const _0x5af104=this[_0x1d49f8(0x255)][_0x1d49f8(0x2e1)](_0x1cda1f),_0xcad32d=_0x5af104[_0x1d49f8(0x2fa)](_0x292930=>_0x292930[_0x1d49f8(0x2bf)]===_0x310450);_0x4d3873[_0x1d49f8(0x1b4)](_0xcad32d,-0x1)?(_0x5af104[_0x1d49f8(0x1c4)](_0xcad32d,0x1),logger[_0x1d49f8(0x309)](_0x1d49f8(0x28f)+_0x1cda1f+_0x1d49f8(0x291)+_0x310450+_0x1d49f8(0x200)+_0x5af104[_0x1d49f8(0x240)]),_0x4d3873[_0x1d49f8(0x202)](_0x5af104[_0x1d49f8(0x240)],0x0)&&this[_0x1d49f8(0x255)]['delete'](_0x1cda1f)):logger[_0x1d49f8(0x309)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1cda1f+_0x1d49f8(0x291)+_0x310450);}}[a71_0x5b644d(0x1de)](_0x305c93){const _0x4fac7f=a71_0x5b644d,_0x324b74={};_0x324b74[_0x4fac7f(0x24a)]=function(_0x3c06b8,_0x4632bc){return _0x3c06b8>_0x4632bc;},_0x324b74['DCsuP']=function(_0x228620,_0x2f3492){return _0x228620-_0x2f3492;};const _0x2dbd3f=_0x324b74;if(!_0x305c93)return null;if(this['activeHooks'][_0x4fac7f(0x1b0)](_0x305c93)){const _0x390e64=this[_0x4fac7f(0x255)][_0x4fac7f(0x2e1)](_0x305c93);if(_0x2dbd3f['RGZmc'](_0x390e64[_0x4fac7f(0x240)],0x0)){const _0x41533c=_0x390e64[_0x2dbd3f[_0x4fac7f(0x263)](_0x390e64[_0x4fac7f(0x240)],0x1)];return logger[_0x4fac7f(0x309)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x305c93+_0x4fac7f(0x291)+_0x41533c['hookUUID']+',\x20hookType='+_0x41533c[_0x4fac7f(0x329)]),_0x41533c;}}return null;}async[a71_0x5b644d(0x27b)](_0x32d347,_0x5bdea4,_0xf33817={}){const _0xb899b8=a71_0x5b644d,_0x5278c6={};_0x5278c6['lHnOp']=_0xb899b8(0x2e0),_0x5278c6['XiuDV']=function(_0x2a9bec,_0x2ca992){return _0x2a9bec===_0x2ca992;},_0x5278c6[_0xb899b8(0x2e7)]=function(_0x26947c,_0x4e6fd5){return _0x26947c||_0x4e6fd5;},_0x5278c6[_0xb899b8(0x290)]=_0xb899b8(0x2ee),_0x5278c6[_0xb899b8(0x28e)]=function(_0x18b5c,_0x13e197){return _0x18b5c===_0x13e197;};const _0x1244e8=_0x5278c6;logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x32d347+_0xb899b8(0x238)+_0x5bdea4+',\x20argsKeys='+Object[_0xb899b8(0x289)](_0xf33817)[_0xb899b8(0x273)](',')),await super[_0xb899b8(0x27b)](_0x32d347,_0x5bdea4,_0xf33817);const _0x5f10aa=this[_0xb899b8(0x1f1)](_0x32d347,_0x5bdea4,_0xf33817);if(!_0x5f10aa){logger[_0xb899b8(0x309)](_0x1244e8[_0xb899b8(0x1ce)]);return;}try{let _0x28ace7,_0x509807,_0x1c6c03;switch(_0x32d347){case TestFrameworkState[_0xb899b8(0x2b7)]:_0x28ace7=_0xf33817[_0xb899b8(0x283)];const _0x391992={};_0x391992[_0xb899b8(0x1f0)]=0x2,_0x391992[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x2fb)+_0x5bdea4+_0xb899b8(0x1ec)+util[_0xb899b8(0x2a3)](_0x28ace7,_0x391992)),_0x1c6c03=this[_0xb899b8(0x1ba)](_0x28ace7),_0x509807=null,logger['debug'](_0xb899b8(0x257)+_0x1c6c03+'\x20(testIdentifier)');if(_0x1244e8['XiuDV'](_0x5bdea4,HookState[_0xb899b8(0x2d7)])){logger[_0xb899b8(0x309)](_0xb899b8(0x260)+_0x1c6c03);const _0x334a2e={};_0x334a2e[_0xb899b8(0x209)]=_0x509807,_0x334a2e[_0xb899b8(0x235)]=_0x28ace7,_0x334a2e[_0xb899b8(0x2fe)]=_0x1c6c03;const _0x91bc9c=this[_0xb899b8(0x259)](_0x334a2e),_0x8a3a96={};_0x8a3a96['depth']=0x2,_0x8a3a96['maxArrayLength']=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x22c)+util['inspect'](_0x91bc9c,_0x8a3a96)),_0x5f10aa[_0xb899b8(0x31e)](_0x91bc9c),logger['debug'](_0xb899b8(0x1e5)+_0x1c6c03),await this['processPendingHooks'](_0x5f10aa,_0x1c6c03);}else{if(_0x1244e8[_0xb899b8(0x207)](_0x5bdea4,HookState[_0xb899b8(0x2e9)])){logger[_0xb899b8(0x309)](_0xb899b8(0x316)+_0x1c6c03);const _0x1f668b=_0x5f10aa['getAllData']()[_0xb899b8(0x2e1)](_0x1c6c03);logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0xb899b8(0x2a3)](Object[_0xb899b8(0x289)](_0x1244e8['OKvLX'](_0x1f668b,{}))));_0x1f668b&&_0x1f668b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0xb899b8(0x289)](_0x1f668b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0xb899b8(0x240)]+_0xb899b8(0x2f8)):logger[_0xb899b8(0x309)](_0x1244e8[_0xb899b8(0x290)]);const _0x5396a5=_0xf33817[_0xb899b8(0x227)]||null,_0x309657={};_0x309657['testUUID']=_0x509807,_0x309657['testData']=_0x28ace7,_0x309657['testId']=_0x1c6c03,_0x309657[_0xb899b8(0x227)]=_0x5396a5;const _0x3e2dae=this[_0xb899b8(0x24d)](_0x309657),_0x1b5862={};_0x1b5862[_0xb899b8(0x1f0)]=0x2,_0x1b5862[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x2ff)+util[_0xb899b8(0x2a3)](_0x3e2dae,_0x1b5862)),_0x5f10aa[_0xb899b8(0x31e)](_0x3e2dae),logger[_0xb899b8(0x309)](_0xb899b8(0x23e)+_0x1c6c03),await this[_0xb899b8(0x2e6)](_0x5f10aa,_0x1c6c03);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x1244e8[_0xb899b8(0x28e)](_0x5bdea4,HookState[_0xb899b8(0x2e9)])){const _0x2f2e5b={};_0x2f2e5b[_0xb899b8(0x1f0)]=0x2,logger[_0xb899b8(0x309)](_0xb899b8(0x2e3)+util[_0xb899b8(0x2a3)](_0xf33817,_0x2f2e5b)),await this[_0xb899b8(0x21e)](_0x5f10aa,_0x32d347,_0xf33817);}break;default:if(CLIUtils[_0xb899b8(0x1ee)](_0x32d347[_0xb899b8(0x2b4)]()[_0xb899b8(0x32c)]('.')[0x1])){const _0x112729={};_0x112729[_0xb899b8(0x1f0)]=0x2,_0x112729['maxArrayLength']=0x3,logger['debug'](_0xb899b8(0x2d4)+_0x32d347+',\x20hookState='+_0x5bdea4+_0xb899b8(0x2ac)+util[_0xb899b8(0x2a3)](_0xf33817[_0xb899b8(0x2c7)],_0x112729));const _0x38e6fa=await this['trackHookEvent'](_0x5f10aa,_0x32d347,_0x5bdea4,_0xf33817),_0x2acb0e={};_0x2acb0e[_0xb899b8(0x1f0)]=0x2,_0x2acb0e[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util['inspect'](_0x38e6fa,_0x2acb0e)),_0x5f10aa['addMultipleEntries'](_0x38e6fa);}else logger[_0xb899b8(0x309)](_0xb899b8(0x2c0)+_0x32d347+_0xb899b8(0x2cf)+_0x5bdea4);break;}logger[_0xb899b8(0x309)](_0xb899b8(0x25f)+_0x32d347+_0xb899b8(0x238)+_0x5bdea4);}catch(_0x3e8b7f){logger[_0xb899b8(0x1be)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x32d347+',\x20hookState='+_0x5bdea4+_0xb899b8(0x1f9)+util[_0xb899b8(0x25d)](_0x3e8b7f));}_0xf33817['instance']=_0x5f10aa,await this[_0xb899b8(0x320)](_0x5f10aa,_0x32d347,_0x5bdea4,_0xf33817);}['getJestTestIdentifier'](_0x53671b){const _0x2fb462=a71_0x5b644d,_0x2ee9a1={};_0x2ee9a1[_0x2fb462(0x276)]=_0x2fb462(0x295);const _0x22f24d=_0x2ee9a1;if(_0x53671b&&(_0x53671b['id']||_0x53671b[_0x2fb462(0x2a0)])){const _0x35f6a2=_0x53671b['id']||_0x53671b[_0x2fb462(0x2a0)];return logger['debug'](_0x2fb462(0x1ef)+_0x35f6a2+_0x2fb462(0x1ae)),_0x35f6a2;}return logger[_0x2fb462(0x309)](_0x22f24d['nCNMo']),process[_0x2fb462(0x231)]+_0x2fb462(0x1c5);}[a71_0x5b644d(0x1f1)](_0x55af38,_0x4e0c58,_0x204a52={}){const _0x25110b=a71_0x5b644d;let _0x1e3cc8=null;return _0x1e3cc8=TestFramework[_0x25110b(0x2dc)](),!_0x1e3cc8?(logger[_0x25110b(0x309)](_0x25110b(0x1cc)+_0x55af38),this[_0x25110b(0x1a9)](_0x55af38,_0x204a52),_0x1e3cc8=TestFramework[_0x25110b(0x2dc)](),logger[_0x25110b(0x309)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x1e3cc8+_0x25110b(0x1fb)+_0x1e3cc8?.[_0x25110b(0x20a)]()?.[_0x25110b(0x221)]())):logger[_0x25110b(0x309)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1e3cc8[_0x25110b(0x20a)]()?.['getId']()),_0x1e3cc8;}['trackJestInstance'](_0x2aa334,_0x335a6f){const _0x4d1527=a71_0x5b644d,_0x1b1430={};_0x1b1430[_0x4d1527(0x2db)]='trackJestInstance:\x20instance\x20already\x20exists';const _0xd42eca=_0x1b1430;if(TestFramework[_0x4d1527(0x2dc)]()){logger[_0x4d1527(0x309)](_0xd42eca[_0x4d1527(0x2db)]);return;}const _0x1066c5=CLIUtils[_0x4d1527(0x237)](),_0x4551a6=TrackedInstance[_0x4d1527(0x26d)](_0x1066c5);let _0x6825d8=null;logger[_0x4d1527(0x309)](_0x4d1527(0x26b)+_0x1066c5+_0x4d1527(0x26e)+_0x2aa334),_0x6825d8=new TestFrameworkInstance(_0x4551a6,this[_0x4d1527(0x236)](),this[_0x4d1527(0x1d6)](),_0x2aa334,HookState[_0x4d1527(0x23d)]),TestFramework['setTrackedInstance'](_0x4551a6,_0x6825d8),logger[_0x4d1527(0x309)](_0x4d1527(0x243)+_0x4551a6[_0x4d1527(0x221)]()+',\x20target='+_0x1066c5+_0x4d1527(0x30a)+this[_0x4d1527(0x236)]()[0x0]+_0x4d1527(0x250)+this[_0x4d1527(0x1d6)]()[this['getTestFrameworks']()[0x0]]);}[a71_0x5b644d(0x259)](_0x38cd14){const _0xc21793=a71_0x5b644d,_0x130a5d={};_0x130a5d[_0xc21793(0x2b8)]=function(_0x11225d,_0x9bbe57){return _0x11225d||_0x9bbe57;},_0x130a5d[_0xc21793(0x2c5)]=_0xc21793(0x279);const _0x57175a=_0x130a5d,{testUUID:_0x4be4cb,testData:_0x822d66,testId:_0x4afb33}=_0x38cd14;if(_0x57175a[_0xc21793(0x2b8)](!_0x822d66,!_0x4afb33))return logger[_0xc21793(0x309)](_0x57175a['yIEgP']),{};const _0x4ae8ec=this[_0xc21793(0x236)]()[0x0],_0x3a0574=this['getTestFrameworksVersions'](),_0xf5359={};_0xf5359[_0xc21793(0x1f0)]=0x2,_0xf5359['maxArrayLength']=0x3,logger[_0xc21793(0x309)](_0xc21793(0x21b)+util[_0xc21793(0x2a3)](_0x822d66,_0xf5359));const _0x1f9385=_0x822d66?.[_0xc21793(0x1e1)]||[],_0x4ba3e0=this[_0xc21793(0x2d0)](_0x822d66),_0xfd0a27=this[_0xc21793(0x232)](_0x822d66),_0x2d8029=_0x822d66['fn']?_0x822d66['fn']['toString']():null,_0x3e2334={[TestFrameworkConstants[_0xc21793(0x27f)]]:_0x4ae8ec,[TestFrameworkConstants[_0xc21793(0x27d)]]:_0x3a0574[_0x4ae8ec],[TestFrameworkConstants[_0xc21793(0x2c3)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xc21793(0x27c)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xc21793(0x248)],[TestFrameworkConstants[_0xc21793(0x2f0)]]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x31d)]]:_0xfd0a27,[TestFrameworkConstants[_0xc21793(0x2c4)]]:_0x4afb33,[TestFrameworkConstants[_0xc21793(0x2b5)]]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x1e7)]]:_0xfd0a27,[TestFrameworkConstants[_0xc21793(0x1e0)]]:_0x2d8029,[TestFrameworkConstants[_0xc21793(0x2ea)]]:[],[TestFrameworkConstants[_0xc21793(0x21f)]]:_0x822d66[_0xc21793(0x2a9)]||new Date()[_0xc21793(0x1b2)](),[TestFrameworkConstants[_0xc21793(0x288)]]:_0x1f9385[0x0]||'',[TestFrameworkConstants[_0xc21793(0x2b3)]]:_0x1f9385,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x24e)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x822d66['retryOf']&&(_0x3e2334[TestFrameworkConstants[_0xc21793(0x321)]]=_0x822d66[_0xc21793(0x26c)]);logger[_0xc21793(0x309)](_0xc21793(0x2bc)+_0x4ba3e0+',\x20testId='+_0x4afb33+_0xc21793(0x266)+util['inspect'](_0x1f9385)+_0xc21793(0x2a7)+_0xfd0a27);const _0x1c62df={};return _0x1c62df[_0x4afb33]=_0x3e2334,_0x1c62df;}['parseJestTestResult'](_0x303183){const _0x3b5ab7=a71_0x5b644d,_0x5c759a={'iaDte':function(_0x2f399b,_0x41795e){return _0x2f399b===_0x41795e;},'xEFOX':'afterAll','EfYew':_0x3b5ab7(0x305),'tatYG':_0x3b5ab7(0x1ab),'wfoWn':_0x3b5ab7(0x271),'KiJdv':function(_0x1f13c4,_0x44ab0b){return _0x1f13c4||_0x44ab0b;},'pRhOC':_0x3b5ab7(0x1bb),'DMGuB':'unknown','sBDAj':function(_0x12336e,_0x18499c){return _0x12336e>_0x18499c;},'RtguX':'failed','rxsaV':function(_0x11edb4,_0x88b9d0){return _0x11edb4===_0x88b9d0;},'eHLPt':_0x3b5ab7(0x212),'HVQMy':'skipped','irnMk':_0x3b5ab7(0x300),'anvbl':function(_0x14ddbe,_0x1d7b94){return _0x14ddbe===_0x1d7b94;},'QGnkY':function(_0x487daa,_0x299326){return _0x487daa!==_0x299326;},'MuxQS':function(_0x4b8f47,_0x189cf4,_0x103f6a,_0x4df6f1){return _0x4b8f47(_0x189cf4,_0x103f6a,_0x4df6f1);},'EcwaV':function(_0x36fc39,_0x581493){return _0x36fc39>_0x581493;},'yKVkH':_0x3b5ab7(0x2d6)},{testUUID:_0x45df6d,testData:_0x2eefd6,testId:_0x26fb73}=_0x303183;if(_0x5c759a[_0x3b5ab7(0x1f8)](!_0x2eefd6,!_0x26fb73))return logger[_0x3b5ab7(0x309)](_0x5c759a['pRhOC']),{};const _0x48df49=this[_0x3b5ab7(0x1f1)](TestFrameworkState[_0x3b5ab7(0x2b7)],HookState[_0x3b5ab7(0x2e9)]),_0x5a59b7=_0x48df49['getAllData']()[_0x3b5ab7(0x2e1)](_0x26fb73),_0x17fcdf=_0x5c759a['KiJdv'](_0x5a59b7,{}),_0x22e767=_0x17fcdf?_0x17fcdf[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x34816f=_0x17fcdf[TestFrameworkConstants[_0x3b5ab7(0x2af)]];logger[_0x3b5ab7(0x309)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x34816f?Object[_0x3b5ab7(0x289)](_0x34816f)[_0x3b5ab7(0x240)]:0x0)+_0x3b5ab7(0x1d3));let _0x10e5f0=_0x5c759a[_0x3b5ab7(0x304)];if(_0x2eefd6['result'])_0x10e5f0=_0x2eefd6[_0x3b5ab7(0x1a8)];else{if(_0x2eefd6[_0x3b5ab7(0x230)]&&_0x5c759a[_0x3b5ab7(0x1e9)](_0x2eefd6['errorsDetailed']['length'],0x0))_0x10e5f0=_0x5c759a['RtguX'];else _0x5c759a[_0x3b5ab7(0x217)](_0x2eefd6['status'],_0x5c759a[_0x3b5ab7(0x2cd)])||_0x5c759a[_0x3b5ab7(0x1e6)](_0x2eefd6[_0x3b5ab7(0x318)],_0x5c759a[_0x3b5ab7(0x313)])?_0x10e5f0=_0x5c759a[_0x3b5ab7(0x313)]:_0x10e5f0=_0x5c759a[_0x3b5ab7(0x201)];}const _0x1523ff={..._0x17fcdf,[TestFrameworkConstants[_0x3b5ab7(0x2d9)]]:_0x10e5f0,[TestFrameworkConstants[_0x3b5ab7(0x22e)]]:_0x2eefd6['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b5ab7(0x24e)]]:_0x22e767,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x3b5ab7(0x2ec)]]:{}};if(_0x5c759a[_0x3b5ab7(0x1a5)](_0x10e5f0,_0x5c759a[_0x3b5ab7(0x2fc)])&&_0x2eefd6[_0x3b5ab7(0x230)]){const _0x22b859=this[_0x3b5ab7(0x20d)](_0x2eefd6),_0x5315f8=this[_0x3b5ab7(0x1f6)](_0x2eefd6),_0x7afcf2=this[_0x3b5ab7(0x1ca)](_0x2eefd6);_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x311)]]=_0x5315f8,_0x1523ff[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x22b859,_0x1523ff[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x7afcf2;}_0x5c759a[_0x3b5ab7(0x2eb)](_0x2eefd6['duration'],undefined)&&(_0x1523ff[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2eefd6['duration']);_0x2eefd6['retryOf']&&(_0x1523ff[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2eefd6[_0x3b5ab7(0x26c)]);const _0x1daa51=_0x5a59b7?_0x5a59b7[TestFrameworkConstants[_0x3b5ab7(0x2af)]]||{}:{},_0x377cdd=_0x5a59b7?_0x5a59b7[TestFrameworkConstants[_0x3b5ab7(0x326)]]:_0x45df6d,_0x4b52d8=_0x5c759a[_0x3b5ab7(0x29a)](getManualUploadLogs,_0x1daa51,_0x377cdd,_0x26fb73);if(_0x5c759a[_0x3b5ab7(0x2e8)](_0x4b52d8[_0x3b5ab7(0x240)],0x0)){const _0x379e58=_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x1fd)]]||[];_0x1523ff[TestFrameworkConstants['KEY_LOGS']]=[..._0x379e58,..._0x4b52d8];}const _0xea47db=_0x17fcdf[TestFrameworkConstants[_0x3b5ab7(0x308)]]||{},_0x1c1c4c=_0x17fcdf[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3f1d24={..._0xea47db},_0x21b33c=_0x3f1d24;Object[_0x3b5ab7(0x289)](_0x1c1c4c)[_0x3b5ab7(0x24f)](_0x3f8866=>{const _0x5f05d3=_0x3b5ab7;!_0x21b33c[_0x3f8866]&&(_0x21b33c[_0x3f8866]=[]);const _0x19764d=new Set((_0x21b33c[_0x3f8866]||[])[_0x5f05d3(0x2d3)](_0x502115=>_0x502115[TestFrameworkConstants[_0x5f05d3(0x1af)]]||_0x502115[_0x5f05d3(0x254)]));(_0x1c1c4c[_0x3f8866]||[])[_0x5f05d3(0x24f)](_0x1384e3=>{const _0x48a48e=_0x5f05d3,_0x3618f1=_0x1384e3[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1384e3[_0x48a48e(0x254)];if(!_0x19764d[_0x48a48e(0x1b0)](_0x3618f1)){const _0x19b690={..._0x1384e3},_0x355cdb=_0x19b690;!_0x355cdb[TestFrameworkConstants[_0x48a48e(0x226)]]&&!_0x355cdb[_0x48a48e(0x216)]&&(_0x355cdb[TestFrameworkConstants[_0x48a48e(0x226)]]=new Date()[_0x48a48e(0x1b2)]()),!_0x355cdb[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x355cdb[_0x48a48e(0x32a)]&&(_0x355cdb[TestFrameworkConstants[_0x48a48e(0x1ac)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x21b33c[_0x3f8866][_0x48a48e(0x2cb)](_0x355cdb);}});});if(_0x303183['originalTest']){this[_0x3b5ab7(0x1ad)](_0x303183[_0x3b5ab7(0x227)]);const _0x3bff7e=this['buildHookMapFromTest'](_0x303183[_0x3b5ab7(0x227)]),_0x1a82d2=this[_0x3b5ab7(0x29e)](_0x303183[_0x3b5ab7(0x227)]);_0x1a82d2[_0x3b5ab7(0x24f)](_0xa14904=>{const _0x374c0f=_0x3b5ab7,_0x5952e5=_0x3bff7e[_0x374c0f(0x2e1)](_0xa14904);if(_0x5952e5&&(_0x5c759a[_0x374c0f(0x1e6)](_0x5952e5[_0x374c0f(0x30b)],_0x5c759a[_0x374c0f(0x22b)])||_0x5c759a[_0x374c0f(0x1e6)](_0x5952e5[_0x374c0f(0x30b)],_0x5c759a[_0x374c0f(0x2bb)]))){const _0x276b60=_0x5952e5[_0x374c0f(0x30b)][_0x374c0f(0x1e8)]()[_0x374c0f(0x297)](_0x5c759a[_0x374c0f(0x303)],_0x5c759a[_0x374c0f(0x298)]),_0x251074=_0x276b60;!_0x21b33c[_0x251074]&&(_0x21b33c[_0x251074]=[]);const _0x4f4fa3=_0x21b33c[_0x251074][_0x374c0f(0x204)](_0x40e96e=>(_0x40e96e[TestFrameworkConstants[_0x374c0f(0x1af)]]||_0x40e96e[_0x374c0f(0x254)])===_0xa14904);!_0x4f4fa3&&_0x21b33c[_0x251074][_0x374c0f(0x2cb)]({'key':_0x251074,[TestFrameworkConstants[_0x374c0f(0x1af)]]:_0xa14904,[TestFrameworkConstants[_0x374c0f(0x1ac)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x374c0f(0x1b2)](),[TestFrameworkConstants[_0x374c0f(0x226)]]:new Date()[_0x374c0f(0x1b2)](),[TestFrameworkConstants[_0x374c0f(0x211)]]:[],[TestFrameworkConstants[_0x374c0f(0x2e4)]]:_0x5952e5['name']||_0x5952e5[_0x374c0f(0x30b)]+_0x374c0f(0x1e2),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x22e767});}});}if(_0x2eefd6[_0x3b5ab7(0x25b)]&&_0x5c759a[_0x3b5ab7(0x1e9)](_0x2eefd6[_0x3b5ab7(0x25b)][_0x3b5ab7(0x240)],0x0))_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x308)]]=_0x2eefd6[_0x3b5ab7(0x25b)],logger['debug'](_0x5c759a[_0x3b5ab7(0x2c6)]);else _0x5c759a['EcwaV'](Object[_0x3b5ab7(0x289)](_0x21b33c)[_0x3b5ab7(0x240)],0x0)&&(_0x1523ff[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x21b33c,logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x1fa)+Object[_0x3b5ab7(0x289)](_0x21b33c)['join'](',')));const _0x6f109f=this['getJestTestName'](_0x2eefd6);logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x2ae)+_0x6f109f+_0x3b5ab7(0x2ce)+_0x26fb73+_0x3b5ab7(0x1b6)+_0x10e5f0+_0x3b5ab7(0x1dc)+_0x2eefd6[_0x3b5ab7(0x2d8)]);_0x5c759a[_0x3b5ab7(0x1e6)](_0x10e5f0,_0x5c759a[_0x3b5ab7(0x2fc)])&&logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x23a)+_0x26fb73+',\x20failureType='+_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x311)]]+_0x3b5ab7(0x246)+_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x282)]]?.[_0x3b5ab7(0x32b)](0x0,0xc8));const _0x23dc1d={};return _0x23dc1d[_0x26fb73]=_0x1523ff,_0x23dc1d;}[a71_0x5b644d(0x29c)](_0x585b3c){const _0x216d3f=a71_0x5b644d,_0x2e53a9={};_0x2e53a9[_0x216d3f(0x327)]=function(_0x52550c,_0x31ef79){return _0x52550c!==_0x31ef79;},_0x2e53a9[_0x216d3f(0x1df)]=_0x216d3f(0x1c2);const _0x46fac1=_0x2e53a9,_0x2f7b62={};_0x2f7b62[_0x216d3f(0x1f0)]=0x2,_0x2f7b62[_0x216d3f(0x1bf)]=0x3,logger[_0x216d3f(0x309)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x216d3f(0x2a3)](_0x585b3c,_0x2f7b62));const _0x2468ec=[];if(_0x585b3c&&_0x585b3c[_0x216d3f(0x21d)]){let _0x1afeed=_0x585b3c[_0x216d3f(0x21d)];while(_0x1afeed&&_0x1afeed[_0x216d3f(0x206)]&&_0x46fac1['YMzqS'](_0x1afeed[_0x216d3f(0x206)],'')&&_0x46fac1[_0x216d3f(0x327)](_0x1afeed[_0x216d3f(0x206)],_0x46fac1[_0x216d3f(0x1df)])){_0x2468ec[_0x216d3f(0x2cb)](_0x1afeed['name']),_0x1afeed=_0x1afeed[_0x216d3f(0x21d)];}}return _0x2468ec[_0x216d3f(0x21c)]();}[a71_0x5b644d(0x2d0)](_0x7b601c){const _0x310d9c=a71_0x5b644d,_0x271db3={};_0x271db3[_0x310d9c(0x277)]=_0x310d9c(0x2bd);const _0x355c8d=_0x271db3;if(_0x7b601c[_0x310d9c(0x206)])return _0x7b601c[_0x310d9c(0x206)];if(_0x7b601c[_0x310d9c(0x249)])return _0x7b601c['title'];return _0x355c8d['QlSHv'];}[a71_0x5b644d(0x232)](_0x51d548){const _0x3d1e0e=a71_0x5b644d,_0x17b528={'fzhjn':function(_0x6297ad,_0x50b6ac){return _0x6297ad(_0x50b6ac);},'QJhSj':_0x3d1e0e(0x2aa)};if(_0x51d548[_0x3d1e0e(0x239)])return _0x51d548[_0x3d1e0e(0x239)];if(_0x51d548['asyncError']){const _0x14b4dc=_0x17b528[_0x3d1e0e(0x262)](require,_0x17b528[_0x3d1e0e(0x2a4)]);try{const _0x256972=_0x14b4dc[_0x3d1e0e(0x244)](_0x51d548[_0x3d1e0e(0x2a8)]);if(_0x256972[0x0]&&_0x256972[0x0][_0x3d1e0e(0x20b)])return _0x256972[0x0][_0x3d1e0e(0x20b)]();}catch(_0xb68ddf){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x3d1e0e(0x25d)](_0xb68ddf));}}return null;}['getJestFailureReason'](_0x396527){const _0x3a36ff=a71_0x5b644d,_0x1d2031={};_0x1d2031[_0x3a36ff(0x2da)]=function(_0x177514,_0x15a5d4){return _0x177514>_0x15a5d4;},_0x1d2031['fwUVz']=_0x3a36ff(0x1c3);const _0x45ccee=_0x1d2031;if(_0x396527['errorsDetailed']&&_0x45ccee[_0x3a36ff(0x2da)](_0x396527[_0x3a36ff(0x230)][_0x3a36ff(0x240)],0x0))return util[_0x3a36ff(0x2a3)](_0x396527[_0x3a36ff(0x230)][0x0]);if(_0x396527[_0x3a36ff(0x296)])return _0x396527[_0x3a36ff(0x296)];return _0x45ccee['fwUVz'];}['getJestFailureType'](_0xcf9bf4){const _0x4654d6=a71_0x5b644d,_0x47c223={};_0x47c223[_0x4654d6(0x25e)]='Assert',_0x47c223['mMVZZ']=_0x4654d6(0x2ca),_0x47c223[_0x4654d6(0x25c)]=_0x4654d6(0x210);const _0xb5fde9=_0x47c223,_0x539512=this[_0x4654d6(0x20d)](_0xcf9bf4);if(_0x539512&&_0x539512[_0x4654d6(0x1ff)](_0xb5fde9[_0x4654d6(0x25e)]))return _0xb5fde9[_0x4654d6(0x2f7)];return _0xb5fde9[_0x4654d6(0x25c)];}[a71_0x5b644d(0x1ca)](_0x51db89){const _0x57a432=a71_0x5b644d,_0x76ffef={'SIyQI':function(_0x411f93,_0x2a47b3){return _0x411f93(_0x2a47b3);},'EgOFd':_0x57a432(0x1fe),'COIyF':function(_0x4d1e66,_0x5796f3){return _0x4d1e66!==_0x5796f3;},'qPJLm':_0x57a432(0x283)},{failureData:_0x379342}=_0x76ffef[_0x57a432(0x222)](require,_0x76ffef[_0x57a432(0x29b)]),_0x2494e2=[];return _0x76ffef[_0x57a432(0x256)](_0x51db89['errorsDetailed'],undefined)&&_0x2494e2[_0x57a432(0x2cb)](_0x51db89[_0x57a432(0x230)],_0x76ffef[_0x57a432(0x1b7)]),_0x379342[_0x57a432(0x293)](null,_0x2494e2);}async['trackHookEvent'](_0x2e208d,_0x3f3d6f,_0x67fa58,_0x1f0a62){const _0x531ba3=a71_0x5b644d,_0x4cd894={'jFYRj':_0x531ba3(0x2ef),'LTeZn':function(_0x110b62){return _0x110b62();},'vPkOy':function(_0x3de4f3,_0x2e1019){return _0x3de4f3 in _0x2e1019;},'dMtoZ':function(_0x1d039b,_0x1063c6){return _0x1d039b in _0x1063c6;},'KqCgj':function(_0x527d1e,_0x53cd84){return _0x527d1e===_0x53cd84;},'tLsaA':function(_0x5aed1f,_0x1f2c11){return _0x5aed1f>_0x1f2c11;},'PWSGS':_0x531ba3(0x2b2),'uZiyY':_0x531ba3(0x300),'eQIoK':function(_0x1fa2f,_0x2699c2){return _0x1fa2f>_0x2699c2;},'BusdW':function(_0x53c091,_0xf8a45b){return _0x53c091===_0xf8a45b;},'qLWhm':function(_0x1568f9,_0x5ad71b){return _0x1568f9!==_0x5ad71b;}},{hookData:_0x12e786}=_0x1f0a62,_0x4e0942=_0x67fa58['toString'](),_0x174c48=_0x3f3d6f['toString'](),_0x2a2ce2={};_0x2a2ce2[_0x531ba3(0x1f0)]=0x2,_0x2a2ce2[_0x531ba3(0x1bf)]=0x3,logger[_0x531ba3(0x309)](_0x531ba3(0x1d0)+_0x174c48+_0x531ba3(0x238)+_0x4e0942+_0x531ba3(0x2ac)+util[_0x531ba3(0x2a3)](_0x12e786,_0x2a2ce2));if(!_0x12e786)return logger['debug'](_0x4cd894['jFYRj']),{};const _0x374fc7=_0x12e786['uuid']||_0x12e786[_0x531ba3(0x274)]||_0x4cd894[_0x531ba3(0x214)](uuidv4),_0x451d13=_0x12e786[_0x531ba3(0x2ad)]||this['getJestTestIdentifier'](_0x12e786),_0xe95041=_0x3f3d6f[_0x531ba3(0x2b4)]()[_0x531ba3(0x32c)]('.')[0x1],_0x4bc28b=_0x2e208d[_0x531ba3(0x1aa)]()[_0x531ba3(0x2e1)](_0x451d13),_0x9c980f=_0x4bc28b?_0x4bc28b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x531ba3(0x309)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x241)+_0xe95041+_0x531ba3(0x238)+_0x4e0942);if(!_0x4bc28b)return logger[_0x531ba3(0x309)](_0x531ba3(0x258)+_0x451d13+_0x531ba3(0x322)),this['storePendingHook'](_0x2e208d,_0x451d13,_0x3f3d6f,_0x67fa58,_0x1f0a62),{};let _0x5cd4a8=_0x4bc28b[TestFrameworkConstants[_0x531ba3(0x27c)]];!_0x5cd4a8&&(_0x5cd4a8={});!_0x4cd894[_0x531ba3(0x270)](_0xe95041,_0x5cd4a8)&&(_0x5cd4a8[_0xe95041]=[]);let _0x3380f9=_0x4bc28b[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3380f9&&(_0x3380f9={});!_0x4cd894[_0x531ba3(0x1a6)](_0xe95041,_0x3380f9)&&(_0x3380f9[_0xe95041]=[]);const _0x48514e={[TestFrameworkConstants[_0x531ba3(0x27c)]]:_0x5cd4a8,[TestFrameworkConstants[_0x531ba3(0x308)]]:_0x3380f9},_0x460599={};_0x460599[_0x451d13]=_0x48514e;const _0x1096bf=_0x460599;if(_0x4cd894[_0x531ba3(0x2a6)](_0x67fa58,HookState['PRE'])){const _0x3d7c02={'key':_0xe95041,[TestFrameworkConstants[_0x531ba3(0x1af)]]:_0x374fc7,[TestFrameworkConstants[_0x531ba3(0x1ac)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x531ba3(0x2e2)]]:_0x12e786[_0x531ba3(0x2a9)]||new Date()[_0x531ba3(0x1b2)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x531ba3(0x2e4)]]:_0x12e786[_0x531ba3(0x206)]||_0x12e786['hook_type']||_0xe95041,[TestFrameworkConstants[_0x531ba3(0x24e)]]:_0x9c980f};_0x5cd4a8[_0xe95041]['push'](_0x3d7c02),_0x1096bf[_0x451d13][TestFrameworkConstants[_0x531ba3(0x264)]]=_0xe95041;const _0x1cde2f={};_0x1cde2f[_0x531ba3(0x1f0)]=0x2,logger['debug'](_0x531ba3(0x1db)+_0xe95041+_0x531ba3(0x2ba)+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x2b1)+util[_0x531ba3(0x2a3)](_0x3d7c02,_0x1cde2f));}else{if(_0x4cd894['KqCgj'](_0x67fa58,HookState[_0x531ba3(0x2e9)])){const _0x3b64d5=_0x12e786[_0x531ba3(0x1a8)]||(_0x12e786['errorsDetailed']&&_0x4cd894[_0x531ba3(0x229)](_0x12e786[_0x531ba3(0x230)][_0x531ba3(0x240)],0x0)?_0x4cd894[_0x531ba3(0x280)]:_0x4cd894[_0x531ba3(0x247)]),_0x38d181=_0x5cd4a8[_0xe95041]||[];logger[_0x531ba3(0x309)](_0x531ba3(0x1e3)+_0xe95041+',\x20testId='+_0x451d13+_0x531ba3(0x261)+_0x3b64d5+_0x531ba3(0x30f)+_0x38d181[_0x531ba3(0x240)]);if(_0x4cd894[_0x531ba3(0x265)](_0x38d181[_0x531ba3(0x240)],0x0)){const _0x1b4301=_0x38d181[_0x531ba3(0x1d4)]();_0x4cd894[_0x531ba3(0x299)](_0x3b64d5,_0x4cd894[_0x531ba3(0x280)])&&_0x12e786[_0x531ba3(0x230)]?(_0x1b4301[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x531ba3(0x1f6)](_0x12e786),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x2f6)]]=this[_0x531ba3(0x20d)](_0x12e786),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x1b1)]]=this[_0x531ba3(0x1ca)](_0x12e786),logger[_0x531ba3(0x309)](_0x531ba3(0x269)+_0xe95041+_0x531ba3(0x23b)+_0x1b4301[TestFrameworkConstants[_0x531ba3(0x317)]]+_0x531ba3(0x246)+_0x1b4301[TestFrameworkConstants[_0x531ba3(0x2f6)]]?.[_0x531ba3(0x32b)](0x0,0xc8))):_0x1b4301[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4cd894[_0x531ba3(0x247)];_0x4cd894[_0x531ba3(0x28b)](_0x3b64d5,TestFrameworkConstants[_0x531ba3(0x324)])&&(_0x1b4301[TestFrameworkConstants[_0x531ba3(0x1ac)]]=_0x3b64d5);_0x1b4301[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x12e786['finished_at']||new Date()[_0x531ba3(0x1b2)](),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x24e)]]=_0x9c980f;const _0x269ddb=_0x1b4301[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3380f9[_0xe95041]&&(_0x3380f9[_0xe95041]=[]);_0x3380f9[_0xe95041]['push'](_0x1b4301),_0x1096bf[_0x451d13][TestFrameworkConstants[_0x531ba3(0x233)]]=_0xe95041;const _0x1df74f={};_0x1df74f['depth']=0x2,logger['debug'](_0x531ba3(0x224)+_0xe95041+',\x20hookId='+_0x269ddb+_0x531ba3(0x261)+_0x3b64d5+_0x531ba3(0x2b1)+util[_0x531ba3(0x2a3)](_0x1b4301,_0x1df74f));}}}const _0x122b45={};return _0x122b45['depth']=0x2,_0x122b45[_0x531ba3(0x1bf)]=0x3,logger['debug'](_0x531ba3(0x1d7)+(_0x12e786['hook_type']||_0xe95041)+',\x20hookId='+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x312)+util[_0x531ba3(0x2a3)](_0x1096bf,_0x122b45)),_0x1096bf;}[a71_0x5b644d(0x2f3)](_0x32c0d4){const _0x1ddda8=a71_0x5b644d,_0x30baff={};_0x30baff['gFmbv']=_0x1ddda8(0x2df);const _0x880cbd=_0x30baff;try{const _0x3666c4=_0x32c0d4['test']?this[_0x1ddda8(0x1ba)](_0x32c0d4[_0x1ddda8(0x283)]):_0x32c0d4[_0x1ddda8(0x2c7)][_0x1ddda8(0x2ad)],_0x51f2c9=_0x32c0d4['instance'],_0x493729=_0x51f2c9[_0x1ddda8(0x20a)](),_0x4d3056=_0x51f2c9['getAllData']()[_0x1ddda8(0x2e1)](_0x3666c4);if(!_0x4d3056)return logger['debug'](_0x1ddda8(0x1ea)+_0x3666c4),{};const {[TestFrameworkConstants[_0x1ddda8(0x27f)]]:_0x8d50a5='',[TestFrameworkConstants[_0x1ddda8(0x27d)]]:_0x3e38e2='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5ea375='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3196de=''}=_0x4d3056,_0x30d4fb=_0x51f2c9[_0x1ddda8(0x2f9)]()[_0x1ddda8(0x2b4)]()[_0x1ddda8(0x32c)]('.')[0x1],_0x4fbc32=_0x51f2c9['getCurrentHookState']()[_0x1ddda8(0x2b4)]()[_0x1ddda8(0x32c)]('.')[0x1],_0x374b6e=global?.[_0x1ddda8(0x31f)]?.['workerInfo']?.['parallelIndex'],_0x436a39=_0x51f2c9[_0x1ddda8(0x1a4)](),_0x5b9157=Buffer[_0x1ddda8(0x234)](JSON[_0x1ddda8(0x24b)](_0x4d3056))[_0x1ddda8(0x2b4)](_0x880cbd[_0x1ddda8(0x21a)]),_0xa8896a={'hash':_0x493729[_0x1ddda8(0x221)](),'threadId':_0x493729[_0x1ddda8(0x23c)]()[_0x1ddda8(0x2b4)](),'processId':_0x493729[_0x1ddda8(0x292)]()[_0x1ddda8(0x2b4)]()},_0x302559={};_0x302559['platformIndex']=_0x374b6e,_0x302559[_0x1ddda8(0x294)]=_0x8d50a5,_0x302559['testFrameworkVersion']=_0x3e38e2,_0x302559[_0x1ddda8(0x285)]=_0x30d4fb,_0x302559[_0x1ddda8(0x203)]=_0x4fbc32,_0x302559[_0x1ddda8(0x1f4)]=_0x5ea375,_0x302559[_0x1ddda8(0x29f)]=_0x3196de,_0x302559[_0x1ddda8(0x2a0)]=_0x436a39,_0x302559[_0x1ddda8(0x2ed)]=_0x5b9157,_0x302559[_0x1ddda8(0x28d)]=_0xa8896a,_0x302559[_0x1ddda8(0x1b9)]=_0x3666c4;const _0x4783ac=_0x302559;return _0x4783ac;}catch(_0x2984b9){return logger[_0x1ddda8(0x1be)](_0x1ddda8(0x252)+util['format'](_0x2984b9)),{};}}async['sendLogCreatedEvent'](_0x3d83ae,_0x35fed1,_0x3b2f7f){const _0x537e1a=a71_0x5b644d,_0x6eabad={'JMCmV':function(_0x539c66,_0x982854){return _0x539c66+_0x982854;},'FNRMv':'missing','IvFZo':_0x537e1a(0x215),'BDWbk':function(_0x53971d,_0x100f57){return _0x53971d>_0x100f57;},'gQdRc':function(_0x280a1f,_0x3a6ba3,_0x56f957,_0x4cdc8e){return _0x280a1f(_0x3a6ba3,_0x56f957,_0x4cdc8e);},'nDKNr':function(_0x1ad1a0,_0x20cb2e){return _0x1ad1a0-_0x20cb2e;},'dbjzA':function(_0x161e75,_0x11f070){return _0x161e75===_0x11f070;},'ILMUP':function(_0x7c61a3,_0x33ae4b){return _0x7c61a3/_0x33ae4b;},'dyNUr':function(_0x14368a,_0x2124d2){return _0x14368a<_0x2124d2;},'blgPJ':function(_0x1eb2c5,_0xb652ac){return _0x1eb2c5*_0xb652ac;}};try{const _0x5c6b7b=_0x3b2f7f[_0x537e1a(0x209)]||_0x3b2f7f[_0x537e1a(0x2fe)],_0x5159d6=Array[_0x537e1a(0x234)](_0x3d83ae[_0x537e1a(0x1aa)]()[_0x537e1a(0x289)]()),_0x175319=_0x3d83ae['getAllData']()[_0x537e1a(0x2e1)](_0x5c6b7b);if(!_0x175319){logger[_0x537e1a(0x309)](_0x537e1a(0x1d9)+_0x5c6b7b);return;}const {[TestFrameworkConstants[_0x537e1a(0x27f)]]:_0x388f91='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x284245=''}=_0x175319;let _0x36cb0a=[];if(_0x175319&&_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]]&&Array[_0x537e1a(0x1ed)](_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]])){_0x36cb0a=_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x36cb0a[_0x537e1a(0x240)]+_0x537e1a(0x219)+_0x5c6b7b);const _0x1c676b={[TestFrameworkConstants[_0x537e1a(0x1fd)]]:[]},_0x2f3d71={};_0x2f3d71[_0x5c6b7b]=_0x1c676b,_0x3d83ae[_0x537e1a(0x31e)](_0x2f3d71),logger[_0x537e1a(0x309)](_0x537e1a(0x2ab)+_0x5c6b7b);}else logger[_0x537e1a(0x309)](_0x537e1a(0x1bd)+_0x5c6b7b);logger[_0x537e1a(0x309)](_0x537e1a(0x20e)+_0x36cb0a[_0x537e1a(0x240)]+_0x537e1a(0x268)+_0x5c6b7b);const _0x4949f6=_0x36cb0a[_0x537e1a(0x205)](_0xd85355=>_0xd85355[_0x537e1a(0x1cb)]==='TEST_SCREENSHOT');_0x6eabad['BDWbk'](_0x4949f6[_0x537e1a(0x240)],0x0)&&(logger[_0x537e1a(0x309)](_0x537e1a(0x220)+_0x4949f6[_0x537e1a(0x240)]+_0x537e1a(0x1fc)+_0x5c6b7b),_0x4949f6[_0x537e1a(0x24f)]((_0x7a1507,_0x11fa6d)=>{const _0x58d0d8=_0x537e1a;logger[_0x58d0d8(0x309)](_0x58d0d8(0x323)+_0x6eabad[_0x58d0d8(0x272)](_0x11fa6d,0x1)+'/'+_0x4949f6['length']+_0x58d0d8(0x26f)+(_0x7a1507[_0x58d0d8(0x1b9)]||_0x6eabad[_0x58d0d8(0x22f)])+',\x20test_run_uuid='+(_0x7a1507['test_run_uuid']||_0x6eabad[_0x58d0d8(0x22f)])+',\x20hook_run_uuid='+(_0x7a1507['hook_run_uuid']||_0x6eabad[_0x58d0d8(0x314)])+',\x20messageLength='+(_0x7a1507[_0x58d0d8(0x1a3)]?.['length']||0x0));}));const _0x21b855=_0x175319[TestFrameworkConstants[_0x537e1a(0x2af)]]||{},_0x29262f=_0x6eabad[_0x537e1a(0x284)](getMediaArtifactsLogs,_0x21b855,null,_0x5c6b7b),_0x171ff4=(_0x36cb0a||[])[_0x537e1a(0x307)](_0x29262f||[]),_0x536d41=_0x4949f6?.[_0x537e1a(0x240)]||0x0,_0x487bb9=_0x6eabad[_0x537e1a(0x267)](_0x36cb0a?.[_0x537e1a(0x240)]||0x0,_0x536d41);logger['debug'](_0x537e1a(0x1dd)+_0x5c6b7b+_0x537e1a(0x30d)+_0x487bb9+',\x20screenshotLogs:\x20'+_0x536d41+',\x20attachmentLogs:\x20'+(_0x29262f?.[_0x537e1a(0x240)]||0x0)+_0x537e1a(0x208)+_0x171ff4[_0x537e1a(0x240)]);if(!_0x171ff4||_0x6eabad[_0x537e1a(0x1f7)](_0x171ff4[_0x537e1a(0x240)],0x0)){logger['debug'](_0x537e1a(0x1d8)+_0x5c6b7b);return;}const _0x287d73=0x28,_0x5da380=Math[_0x537e1a(0x2cc)](_0x6eabad['ILMUP'](_0x171ff4[_0x537e1a(0x240)],_0x287d73));for(let _0x51a9d2=0x0;_0x6eabad[_0x537e1a(0x2f5)](_0x51a9d2,_0x5da380);_0x51a9d2++){const _0xe95811=_0x6eabad[_0x537e1a(0x301)](_0x51a9d2,_0x287d73),_0x40299d=_0x6eabad['JMCmV'](_0xe95811,_0x287d73),_0x5da54e=_0x171ff4[_0x537e1a(0x28a)](_0xe95811,_0x40299d),_0x5ae094=global?.[_0x537e1a(0x31f)]?.[_0x537e1a(0x31b)]?.[_0x537e1a(0x2f2)]||0x0,_0x4b9b61={'platformIndex':_0x5ae094,'logs':_0x5da54e,'testFrameworkName':_0x388f91,'testFrameworkVersion':_0x284245,'testFrameworkState':_0x35fed1[_0x537e1a(0x2b4)]()[_0x537e1a(0x32c)]('.')[0x1]},_0x40852b={};_0x40852b[_0x537e1a(0x1f0)]=0x3,_0x40852b[_0x537e1a(0x1bf)]=0x5,logger[_0x537e1a(0x309)](_0x537e1a(0x2dd)+_0x6eabad[_0x537e1a(0x272)](_0x51a9d2,0x1)+'/'+_0x5da380+_0x537e1a(0x2b9)+_0x5c6b7b+',\x20logsInBatch:\x20'+_0x5da54e[_0x537e1a(0x240)]+_0x537e1a(0x2d5)+_0x5ae094+_0x537e1a(0x310)+util[_0x537e1a(0x2a3)](_0x4b9b61,_0x40852b));const _0x216770=await GrpcClient['getInstance']()[_0x537e1a(0x28c)](_0x4b9b61);logger[_0x537e1a(0x309)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x6eabad['JMCmV'](_0x51a9d2,0x1)+'/'+_0x5da380+'\x20-\x20testId:\x20'+_0x5c6b7b+_0x537e1a(0x225)+util[_0x537e1a(0x2a3)](_0x216770));}if(_0x29262f&&_0x6eabad[_0x537e1a(0x31a)](_0x29262f[_0x537e1a(0x240)],0x0)&&_0x175319[TestFrameworkConstants[_0x537e1a(0x2af)]]){const _0x284a64={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x389582={};_0x389582[_0x5c6b7b]=_0x284a64,_0x3d83ae[_0x537e1a(0x31e)](_0x389582);}logger[_0x537e1a(0x309)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x5c6b7b+_0x537e1a(0x1cf)+_0x5da380);}catch(_0x5daada){logger['error'](_0x537e1a(0x2c9)+(_0x3b2f7f['testUUID']||_0x3b2f7f[_0x537e1a(0x2fe)])+_0x537e1a(0x2de)+util[_0x537e1a(0x25d)](_0x5daada));}}[a71_0x5b644d(0x26a)](_0x436ce3,_0x34c031,_0x4ed8e9,_0x1d6625,_0x33a647){const _0xf53c19=a71_0x5b644d,_0x463eda={};_0x463eda['QILPV']=function(_0x5c91be,_0xde6c37){return _0x5c91be===_0xde6c37;},_0x463eda[_0xf53c19(0x2f1)]=_0xf53c19(0x305);const _0x48023d=_0x463eda,{hookData:_0x231a86}=_0x33a647,_0xf903b9={'testId':_0x34c031,'testFrameworkState':_0x4ed8e9,'hookState':_0x1d6625,'args':_0x33a647,'timestamp':new Date()['toISOString']()};if(_0x48023d['QILPV'](_0x4ed8e9,TestFrameworkState['BEFORE_ALL'])&&_0x231a86){const _0x569d22={};_0x569d22[_0xf53c19(0x22d)]=_0x231a86[_0xf53c19(0x239)]||_0x231a86[_0xf53c19(0x1f5)],_0x569d22[_0xf53c19(0x223)]=_0x231a86['scope']||_0x231a86[_0xf53c19(0x1e1)]&&_0x231a86[_0xf53c19(0x1e1)][0x0]||'',_0x569d22[_0xf53c19(0x329)]=_0x48023d[_0xf53c19(0x2f1)],_0xf903b9[_0xf53c19(0x1b3)]=_0x569d22,logger[_0xf53c19(0x309)](_0xf53c19(0x278)+_0x34c031+_0xf53c19(0x2a5)+_0xf903b9[_0xf53c19(0x1b3)][_0xf53c19(0x22d)]+_0xf53c19(0x1e4)+_0xf903b9['hookMetadata'][_0xf53c19(0x223)]);}_0x436ce3[_0xf53c19(0x1da)](_0x34c031,_0xf903b9),logger[_0xf53c19(0x309)](_0xf53c19(0x281)+_0x34c031+_0xf53c19(0x29d)+_0x4ed8e9+',\x20hookState:\x20'+_0x1d6625);}async[a71_0x5b644d(0x2e6)](_0x328292,_0x21c56e){const _0x3d2280=a71_0x5b644d,_0x3a8911={};_0x3a8911['vTtEp']=function(_0x9cd78d,_0x831fd0){return _0x9cd78d>_0x831fd0;},_0x3a8911[_0x3d2280(0x251)]=_0x3d2280(0x287),_0x3a8911[_0x3d2280(0x306)]=function(_0x428b17,_0x2a52ad){return _0x428b17===_0x2a52ad;},_0x3a8911['DWqyJ']=function(_0x23a067,_0x226e14){return _0x23a067===_0x226e14;},_0x3a8911[_0x3d2280(0x253)]=function(_0x47eb2f,_0x21779a){return _0x47eb2f===_0x21779a;},_0x3a8911[_0x3d2280(0x27e)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x3a8911['gAjTC']=_0x3d2280(0x1bc);const _0xf3b50=_0x3a8911;if(_0x328292[_0x3d2280(0x23f)](_0x21c56e)){const _0x1230da=_0x328292[_0x3d2280(0x242)](_0x21c56e);logger['debug']('Processing\x20'+_0x1230da[_0x3d2280(0x240)]+_0x3d2280(0x1c9)+_0x21c56e);for(const _0x42ac69 of _0x1230da){try{const _0x25ef03=await this['trackHookEvent'](_0x328292,_0x42ac69[_0x3d2280(0x285)],_0x42ac69[_0x3d2280(0x203)],_0x42ac69['args']);_0x25ef03&&_0xf3b50['vTtEp'](Object[_0x3d2280(0x289)](_0x25ef03)[_0x3d2280(0x240)],0x0)&&_0x328292['addMultipleEntries'](_0x25ef03),await this[_0x3d2280(0x320)](_0x328292,_0x42ac69[_0x3d2280(0x285)],_0x42ac69[_0x3d2280(0x203)],_0x42ac69['args']);}catch(_0x279b42){logger[_0x3d2280(0x1be)](_0x3d2280(0x25a)+_0x21c56e+_0x3d2280(0x2de)+_0x279b42);}}_0x328292[_0x3d2280(0x2f4)](_0x21c56e),logger[_0x3d2280(0x309)](_0x3d2280(0x2a2)+_0x21c56e);}const _0x216214=_0x328292['getAllData']()[_0x3d2280(0x2e1)](_0x21c56e);if(_0x216214){const _0x5f28fe=_0x216214[TestFrameworkConstants[_0x3d2280(0x31d)]]||_0x216214[TestFrameworkConstants[_0x3d2280(0x1e7)]],_0x5708a0=_0x216214[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x216214[TestFrameworkConstants[_0x3d2280(0x2b3)]]&&_0x216214[TestFrameworkConstants[_0x3d2280(0x2b3)]][0x0]||'';logger['debug'](_0xf3b50[_0x3d2280(0x251)]);const _0x4c7952=_0x328292['getAllPendingHookTestIds']();for(const _0x53bbac of _0x4c7952){if(_0xf3b50[_0x3d2280(0x306)](_0x53bbac,_0x21c56e))continue;if(_0x328292[_0x3d2280(0x23f)](_0x53bbac)){const _0x3ec485=_0x328292[_0x3d2280(0x242)](_0x53bbac);for(const _0x5802d3 of _0x3ec485){if(_0xf3b50['QoEVq'](_0x5802d3[_0x3d2280(0x285)],TestFrameworkState[_0x3d2280(0x2b6)])&&_0x5802d3[_0x3d2280(0x1b3)]){const _0x5431dd=_0x5802d3[_0x3d2280(0x1b3)][_0x3d2280(0x22d)],_0x392e2d=_0x5802d3[_0x3d2280(0x1b3)][_0x3d2280(0x223)];if(_0xf3b50[_0x3d2280(0x2d2)](_0x5431dd,_0x5f28fe)&&_0xf3b50[_0x3d2280(0x253)](_0x392e2d,_0x5708a0)){logger['debug'](_0x3d2280(0x30e)+_0x53bbac+_0x3d2280(0x218)+_0x21c56e+_0x3d2280(0x2a5)+_0x5431dd+_0x3d2280(0x1e4)+_0x392e2d);_0x5802d3['args']&&_0x5802d3[_0x3d2280(0x27a)]['hookData']&&(_0x5802d3[_0x3d2280(0x27a)][_0x3d2280(0x2c7)][_0x3d2280(0x2ad)]=_0x21c56e,logger[_0x3d2280(0x309)](_0x3d2280(0x1c0)+_0x53bbac+'\x20to\x20'+_0x21c56e));try{const _0x58520d=await this[_0x3d2280(0x1c6)](_0x328292,_0x5802d3[_0x3d2280(0x285)],_0x5802d3['hookState'],_0x5802d3[_0x3d2280(0x27a)]);_0x58520d&&_0xf3b50[_0x3d2280(0x319)](Object[_0x3d2280(0x289)](_0x58520d)[_0x3d2280(0x240)],0x0)&&_0x328292[_0x3d2280(0x31e)](_0x58520d);await this[_0x3d2280(0x320)](_0x328292,_0x5802d3[_0x3d2280(0x285)],_0x5802d3[_0x3d2280(0x203)],_0x5802d3[_0x3d2280(0x27a)]);const _0x5942a5=_0x328292[_0x3d2280(0x242)](_0x53bbac)[_0x3d2280(0x205)](_0x63e53c=>_0x63e53c!==_0x5802d3);if(_0xf3b50[_0x3d2280(0x306)](_0x5942a5[_0x3d2280(0x240)],0x0))_0x328292['removePendingHooks'](_0x53bbac);else{_0x328292[_0x3d2280(0x2f4)](_0x53bbac);for(const _0x4446cc of _0x5942a5){_0x328292[_0x3d2280(0x1da)](_0x53bbac,_0x4446cc);}}logger[_0x3d2280(0x309)](_0xf3b50['UrBdb']);}catch(_0x5bec5c){logger[_0x3d2280(0x1be)](_0xf3b50[_0x3d2280(0x20f)]);}}}}}}}}[a71_0x5b644d(0x1ad)](_0x590b22){const _0x42ecb8=a71_0x5b644d,_0x58cbbc={'QjkoZ':function(_0x1928ec){return _0x1928ec();}};if(!_0x590b22||!_0x590b22[_0x42ecb8(0x21d)])return;_0x590b22['parent'][_0x42ecb8(0x25b)]&&Array[_0x42ecb8(0x1ed)](_0x590b22[_0x42ecb8(0x21d)][_0x42ecb8(0x25b)])&&_0x590b22[_0x42ecb8(0x21d)][_0x42ecb8(0x25b)][_0x42ecb8(0x24f)](_0x43801f=>{const _0x91f375=_0x42ecb8;!_0x43801f[_0x91f375(0x274)]&&!_0x43801f[_0x91f375(0x2bf)]&&(_0x43801f['hookAnalyticsId']=_0x58cbbc['QjkoZ'](uuidv4),_0x43801f['hookUUID']=_0x43801f[_0x91f375(0x274)],logger[_0x91f375(0x309)](_0x91f375(0x2a1)+_0x43801f[_0x91f375(0x30b)]+_0x91f375(0x291)+_0x43801f[_0x91f375(0x274)]));}),this[_0x42ecb8(0x1ad)](_0x590b22[_0x42ecb8(0x21d)]);}[a71_0x5b644d(0x29e)](_0x32474f){const _0x42a288=a71_0x5b644d,_0x30df54={'jcLFT':function(_0x2c720f,_0x39623e){return _0x2c720f(_0x39623e);}};if(!_0x32474f||!_0x32474f['parent'])return[];const _0x356529=[];return _0x32474f['parent'][_0x42a288(0x25b)]&&Array['isArray'](_0x32474f['parent']['hooks'])&&_0x32474f[_0x42a288(0x21d)][_0x42a288(0x25b)][_0x42a288(0x24f)](_0x4e2f56=>{const _0x42cdb4=_0x42a288,_0x55ffdb=_0x4e2f56[_0x42cdb4(0x274)]||_0x4e2f56[_0x42cdb4(0x2bf)];_0x55ffdb&&!this[_0x42cdb4(0x2b0)](_0x4e2f56)&&!_0x30df54[_0x42cdb4(0x2c2)](isInternalHook,_0x4e2f56['fn'])&&_0x356529[_0x42cdb4(0x2cb)](_0x55ffdb);}),[..._0x356529,...this[_0x42a288(0x29e)](_0x32474f[_0x42a288(0x21d)])];}[a71_0x5b644d(0x1a7)](_0xd7d62d){const _0x14b042=a71_0x5b644d,_0x53db76={'XeuUE':function(_0x1b04a0,_0x531ca0){return _0x1b04a0(_0x531ca0);},'jseOV':'unknown','grofj':function(_0x2fb8e3,_0x93c40d){return _0x2fb8e3(_0x93c40d);}},_0x1af66e=new Map(),_0x1212c1=_0x530c5c=>{const _0x511e6b=a71_0xca50;if(!_0x530c5c||!_0x530c5c[_0x511e6b(0x21d)])return;_0x530c5c[_0x511e6b(0x21d)][_0x511e6b(0x25b)]&&Array[_0x511e6b(0x1ed)](_0x530c5c[_0x511e6b(0x21d)]['hooks'])&&_0x530c5c[_0x511e6b(0x21d)][_0x511e6b(0x25b)][_0x511e6b(0x24f)](_0x175df9=>{const _0x250252=_0x511e6b,_0x2c4574=_0x175df9[_0x250252(0x274)]||_0x175df9[_0x250252(0x2bf)];if(_0x2c4574&&!this['isJestInternalHook'](_0x175df9)&&!_0x53db76['XeuUE'](isInternalHook,_0x175df9['fn'])){const _0x29de6a={};_0x29de6a[_0x250252(0x30b)]=_0x175df9[_0x250252(0x30b)]||_0x53db76[_0x250252(0x1d2)],_0x29de6a[_0x250252(0x206)]=_0x175df9[_0x250252(0x206)]||'\x22'+_0x175df9[_0x250252(0x30b)]+_0x250252(0x1b5),_0x1af66e['set'](_0x2c4574,_0x29de6a);}}),_0x53db76[_0x511e6b(0x2fd)](_0x1212c1,_0x530c5c['parent']);};return _0x53db76[_0x14b042(0x2fd)](_0x1212c1,_0xd7d62d),_0x1af66e;}['isJestInternalHook'](_0x254487){const _0x3e3c81=a71_0x5b644d,_0x21d64e={};_0x21d64e[_0x3e3c81(0x1b8)]='jest-circus',_0x21d64e['IxCyd']=_0x3e3c81(0x1f2);const _0x4e2341=_0x21d64e;try{const _0x4270d4=this['getRootParentFile'](_0x254487);return _0x4270d4&&_0x4270d4[_0x3e3c81(0x1ff)](_0x4e2341[_0x3e3c81(0x1b8)]);}catch(_0x175a0f){logger[_0x3e3c81(0x309)](_0x4e2341['IxCyd']);}return![];}['getRootParentFile'](_0x51ca5a){const _0x49edb4=a71_0x5b644d;if(_0x51ca5a[_0x49edb4(0x2a8)])try{const _0x3ebd40=stackTrace[_0x49edb4(0x244)](_0x51ca5a[_0x49edb4(0x2a8)]);return _0x3ebd40[0x0]?_0x3ebd40[0x0][_0x49edb4(0x20b)]():null;}catch(_0x24b541){logger[_0x49edb4(0x309)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x49edb4(0x25d)](_0x24b541));}if(_0x51ca5a[_0x49edb4(0x275)])return _0x51ca5a['file'];return null;}}module[a71_0x5b644d(0x1c1)]=JestTestFramework;
|
|
1
|
+
function a71_0x36c4(){const _0x437548=['\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','TRfQa','KEY_HOOK_FAILURE_TYPE','ENESO','_ALL',',\x20test_run_uuid=','status','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','Ymrgj','passed',',\x20testId=','./testFramework','concat',',\x20hook=','hasPendingHooks','KEY_TEST_FILE_PATH','splice','BITXY','NVzeE','unknown','logCreatedEvent','TYGtH','../TestInfo.js','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','OpqdK','xlfLR','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','zcPSM','KEY_TEST_FAILURE','lqlil','uywaL','createContext','get','addPendingHook','NOxUn',',\x20testData=',',\x20response=','hookData',',\x20currentTestId:\x20','none','KEY_HOOK_RESULT','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','bXxZo','hzaUn','../grpcClient','qWsVw','tNZEt','UxPNg','HMZol','getAllPendingHookTestIds','getJestFailureData',',\x20version=','eventJson','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','finished_at','getTrackedInstance','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','trackJestInstance','parent','KEY_TEST_SCOPES','length','212108tIbdEZ','addMultipleEntries','started_at','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','ItyVD','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x20&\x20hookState=','getContext','qwqpb','stack-trace','includes','YOxoK','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20storing\x20as\x20pending\x20hook','substring','forEach','has','oqykr','KEY_HOOKS_STARTED','from','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','reverse','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','iRIqT','set','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/classLogger.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_TEST_STARTED_AT',',\x20hooksListLength=','ceil','parse','filePath','KEY_HOOKS_FINISHED','getRef','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','duration','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','350310SDuHxL','WbczQ','depth','util','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_TEST_LOGS','NONE','KEY_TEST_META','../cliUtils.js','../instances/trackedInstance.js',',\x20failureReason=',',\x20screenshotLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','URBHq','slice','hookState','wUfzE','exports','setTrackedInstance','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','410418bLZXqA','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','find','sSpEP','YFrcO','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getId','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20files',',\x20duration=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','activeHooks','getJestTestFilePath','KEY_HOOK_FAILURE_REASON',',\x20hookData=','format','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestTestScopes','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','removeActiveHook','pop','1094193nnBlLp','inspect','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','maxArrayLength','asyncError','resolveInstance','testId','hooks','runHooks','vLNPO','getAllData','POST','scopes','executionContext','getJestTestName','originalTest','getThreadId','\x22\x20from\x20testData','KEY_TEST_TAGS','\x20attachments',',\x20failureType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','findIndex',',\x20totalHooks=','testData','dvTRq','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x22\x20hook','\x20for\x20testId:\x20',',\x20payload:\x20','KEY_TEST_LOCATION','hook_result','buildHookMapFromTest',',\x20state:\x20','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','BEFORE_ALL','SptDB','\x20(testIdentifier),\x20hookType=','setActiveHook','Lbwpu','fnFbn','trackHookEvent','PqSCH','vDGNr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','64degiRz','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getJestTestIdentifier','KEY_EVENT_STARTED_AT','vqNPD','KEY_TEST_FRAMEWORK_NAME',',\x20updates=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','bDbMR',',\x20hook_run_uuid=','KEY_TEST_DURATION','storePendingHook','\x20-\x20test_identifier=','testFrameworkVersion','pid','jVmqX','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','MKfub','DEFAULT_HOOK_RESULT','LKuWf','HZCbq','error','hookUUID','IxAuk','5467070UDaWtC','missing','WwcQP','9aVtIEo','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE','jRdDH','KEY_EVENT_ENDED_AT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20logs\x20for\x20testId:\x20','isJestInternalHook','KEY_TEST_RETRY_OF','warn','testFrameworkState','trackJestInstance:\x20instance\x20already\x20exists','\x20-\x20testId:\x20','QODSb','stringify','toString',',\x20hookState=','\x20to\x20','wudPw','matchHookRegex','KEY_LOGS','tSCZv','KEY_TEST_RESULT_AT','KEY_TEST_ATTACHMENTS','Seyhr',',\x20hookUUID=','failed','removePendingHooks','retryOf','ZJHCM','hookAnalyticsId','getFileName','wKQjD','wNijY','dbUem','debug','rXuSg','RjzNT',',\x20error:\x20','kind','TEST','getTestFrameworks','KEY_TEST_UUID','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','mapTestHooks','WPPAe','Processing\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','testUUID','getCurrentInstanceName','ueHzJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','test_identifier','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','toISOString','platformIndex','sFuqr','createTestFrameworkEventPayload','startedAt','result','name','workerInfo',',\x20consoleLogs:\x20','TEST_SCREENSHOT','XHTmk','KuIth','HAjdZ','test','isArray','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','failure_reason','map','zpuNt','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20testFramework=','LOG_REPORT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_FAILURE_REASON','__workerDetails','split','KEY_TEST_FAILURE_TYPE','RvJTC','uuid','DEFAULT_TEST_RESULT',',\x20totalLogs:\x20','TRnbn','hook_id','sLUSY',',\x20hookState:\x20','replace','push',',\x20totalBatches:\x20','join','getJestFailureReason','getHooksForTest','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestFailureType','zjnVx','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','gUZbZ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','parallelIndex','KEY_HOOK_NAME','PRE','KEY_TEST_RESULT',',\x20remainingHooks=','base64','endedAt','keys','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','title',',\x20result=','ROOT_DESCRIBE_BLOCK','hook_type','afterAll','pDZHr','sendLogCreatedEvent','toUpperCase','iOvny','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Assert','xpbWB',',\x20hookType=','args','KEY_HOOK_LOGS','parseJestTestResult','filter','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','Gpvoq','hookMetadata','KEY_CUSTOM_TAGS','AssertionError','WvRMq','test_run_id','17306kAUtWz','380088FtrXiP','processPendingHooks','testFrameworkName','getPendingHooks','scope','file_name','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','ktPMh',',\x20hookId=',',\x20filePath:\x20','jest-circus','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','hookType',',\x20scope:\x20','ArEqe','apply','test_run_uuid','type',',\x20logsInBatch:\x20','ihyRa','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20state=','21Fvexvf','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'];a71_0x36c4=function(){return _0x437548;};return a71_0x36c4();}const a71_0x38c679=a71_0x15ab;function a71_0x15ab(_0x1b2736,_0x213a63){const _0x36c41e=a71_0x36c4();return a71_0x15ab=function(_0x15ab40,_0x1608d2){_0x15ab40=_0x15ab40-0x1c6;let _0x3df353=_0x36c41e[_0x15ab40];return _0x3df353;},a71_0x15ab(_0x1b2736,_0x213a63);}(function(_0x4f876c,_0x2f1d7f){const _0x3c937b=a71_0x15ab,_0x196129=_0x4f876c();while(!![]){try{const _0x23b4cd=parseInt(_0x3c937b(0x206))/0x1*(-parseInt(_0x3c937b(0x291))/0x2)+parseInt(_0x3c937b(0x346))/0x3+parseInt(_0x3c937b(0x2ee))/0x4+-parseInt(_0x3c937b(0x31a))/0x5+parseInt(_0x3c937b(0x32f))/0x6*(parseInt(_0x3c937b(0x2ab))/0x7)+parseInt(_0x3c937b(0x1ea))/0x8*(parseInt(_0x3c937b(0x292))/0x9)+-parseInt(_0x3c937b(0x203))/0xa;if(_0x23b4cd===_0x2f1d7f)break;else _0x196129['push'](_0x196129['shift']());}catch(_0x3dc9af){_0x196129['push'](_0x196129['shift']());}}}(a71_0x36c4,0x40fc1));const TestFramework=require(a71_0x38c679(0x2b9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x38c679(0x330)),{createClassLogger}=require(a71_0x38c679(0x30e)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x38c679(0x322)),TrackedInstance=require(a71_0x38c679(0x323)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x38c679(0x1de)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x38c679(0x25c)),util=require(a71_0x38c679(0x31d)),TestInfo=require(a71_0x38c679(0x2c4)),GrpcClient=require(a71_0x38c679(0x2dc)),stackTrace=require(a71_0x38c679(0x2f8));class JestTestFramework extends TestFramework{constructor(_0xe7c301,_0x4f191c,_0x236a94){const _0x46dbe4=a71_0x38c679;super(_0xe7c301,_0x4f191c,_0x236a94),this[_0x46dbe4(0x33c)]=new Map();}[a71_0x38c679(0x1e3)](_0xbbcf9d,_0x2de1da,_0x40279d){const _0x1ceafb=a71_0x38c679,_0x24dd78={};_0x24dd78['wNijY']=function(_0x2d8f79,_0x4bbc3d){return _0x2d8f79||_0x4bbc3d;};const _0x250c2d=_0x24dd78;if(_0x250c2d[_0x1ceafb(0x229)](!_0xbbcf9d,!_0x2de1da)){logger[_0x1ceafb(0x211)](_0x1ceafb(0x269)+_0xbbcf9d+',\x20hookUUID='+_0x2de1da);return;}!this['activeHooks'][_0x1ceafb(0x2ff)](_0xbbcf9d)&&this[_0x1ceafb(0x33c)][_0x1ceafb(0x307)](_0xbbcf9d,[]);const _0x5b27ef={'hookUUID':_0x2de1da,'hookType':_0x40279d,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x1ceafb(0x2d0)](_0xbbcf9d)['push'](_0x5b27ef),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0xbbcf9d+',\x20hookUUID='+_0x2de1da+',\x20hookType='+_0x40279d+_0x1ceafb(0x1d2)+this[_0x1ceafb(0x33c)][_0x1ceafb(0x2d0)](_0xbbcf9d)['length']);}[a71_0x38c679(0x344)](_0x51745b,_0x58de94){const _0xea0032=a71_0x38c679,_0x4f5897={};_0x4f5897[_0xea0032(0x1fc)]=function(_0x284893,_0x391065){return _0x284893||_0x391065;},_0x4f5897[_0xea0032(0x28b)]=function(_0x50b144,_0xf2f961){return _0x50b144!==_0xf2f961;},_0x4f5897[_0xea0032(0x252)]=function(_0x45d1ec,_0x5a5b25){return _0x45d1ec===_0x5a5b25;};const _0x239fba=_0x4f5897;if(_0x239fba[_0xea0032(0x1fc)](!_0x51745b,!_0x58de94)){logger[_0xea0032(0x211)](_0xea0032(0x33b)+_0x51745b+_0xea0032(0x221)+_0x58de94);return;}if(this[_0xea0032(0x33c)][_0xea0032(0x2ff)](_0x51745b)){const _0x573561=this[_0xea0032(0x33c)]['get'](_0x51745b),_0x2451c9=_0x573561[_0xea0032(0x1d1)](_0x50f944=>_0x50f944['hookUUID']===_0x58de94);_0x239fba['Gpvoq'](_0x2451c9,-0x1)?(_0x573561[_0xea0032(0x2be)](_0x2451c9,0x1),logger[_0xea0032(0x22b)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x51745b+_0xea0032(0x221)+_0x58de94+_0xea0032(0x274)+_0x573561[_0xea0032(0x2ed)]),_0x239fba['zpuNt'](_0x573561[_0xea0032(0x2ed)],0x0)&&this['activeHooks']['delete'](_0x51745b)):logger['debug'](_0xea0032(0x337)+_0x51745b+_0xea0032(0x221)+_0x58de94);}}['getActiveHook'](_0x526df3){const _0x3c652e=a71_0x38c679,_0x584492={};_0x584492['TYGtH']=function(_0x5f0770,_0x512e3b){return _0x5f0770>_0x512e3b;},_0x584492[_0x3c652e(0x2da)]=function(_0x224201,_0x1180bc){return _0x224201-_0x1180bc;};const _0x57e7f9=_0x584492;if(!_0x526df3)return null;if(this[_0x3c652e(0x33c)][_0x3c652e(0x2ff)](_0x526df3)){const _0x1ce302=this['activeHooks']['get'](_0x526df3);if(_0x57e7f9[_0x3c652e(0x2c3)](_0x1ce302[_0x3c652e(0x2ed)],0x0)){const _0x1bc94e=_0x1ce302[_0x57e7f9[_0x3c652e(0x2da)](_0x1ce302[_0x3c652e(0x2ed)],0x1)];return logger[_0x3c652e(0x22b)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x526df3+_0x3c652e(0x221)+_0x1bc94e[_0x3c652e(0x201)]+_0x3c652e(0x285)+_0x1bc94e[_0x3c652e(0x29e)]),_0x1bc94e;}}return null;}async['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9={}){const _0x46bfe5=a71_0x38c679,_0x12c38f={};_0x12c38f[_0x46bfe5(0x306)]=_0x46bfe5(0x2a7),_0x12c38f[_0x46bfe5(0x2f3)]=function(_0x505d76,_0x5e3148){return _0x505d76===_0x5e3148;},_0x12c38f[_0x46bfe5(0x2a0)]=function(_0x19d849,_0x549350){return _0x19d849===_0x549350;},_0x12c38f[_0x46bfe5(0x1f9)]=function(_0x4d830a,_0x19c7c8){return _0x4d830a||_0x19c7c8;},_0x12c38f[_0x46bfe5(0x28f)]=_0x46bfe5(0x30c);const _0x1f8d2c=_0x12c38f;logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20argsKeys='+Object[_0x46bfe5(0x277)](_0x4c74e9)[_0x46bfe5(0x266)](',')),await super['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9);const _0x1532de=this[_0x46bfe5(0x34b)](_0x49dcf5,_0x2d58d2,_0x4c74e9);if(!_0x1532de){logger[_0x46bfe5(0x22b)](_0x1f8d2c[_0x46bfe5(0x306)]);return;}try{let _0x2d484b,_0x116188,_0xdd2350;switch(_0x49dcf5){case TestFrameworkState[_0x46bfe5(0x230)]:_0x2d484b=_0x4c74e9[_0x46bfe5(0x24c)];const _0x5191b6={};_0x5191b6[_0x46bfe5(0x31c)]=0x2,_0x5191b6[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26c)+_0x2d58d2+_0x46bfe5(0x2d3)+util[_0x46bfe5(0x347)](_0x2d484b,_0x5191b6)),_0xdd2350=this[_0x46bfe5(0x1ec)](_0x2d484b),_0x116188=null,logger['debug'](_0x46bfe5(0x2e9)+_0xdd2350+'\x20(testIdentifier)');if(_0x1f8d2c['ItyVD'](_0x2d58d2,HookState[_0x46bfe5(0x272)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x253)+_0xdd2350);const _0x1158ef={};_0x1158ef[_0x46bfe5(0x239)]=_0x116188,_0x1158ef[_0x46bfe5(0x1d3)]=_0x2d484b,_0x1158ef[_0x46bfe5(0x34c)]=_0xdd2350;const _0x2656e2=this['parseJestTest'](_0x1158ef),_0x5a9031={};_0x5a9031[_0x46bfe5(0x31c)]=0x2,_0x5a9031[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x348)+util[_0x46bfe5(0x347)](_0x2656e2,_0x5a9031)),_0x1532de['addMultipleEntries'](_0x2656e2),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}else{if(_0x1f8d2c[_0x46bfe5(0x2a0)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x343)+_0xdd2350);const _0x24a73d=_0x1532de[_0x46bfe5(0x350)]()[_0x46bfe5(0x2d0)](_0xdd2350);logger['debug'](_0x46bfe5(0x2a9)+util[_0x46bfe5(0x347)](Object[_0x46bfe5(0x277)](_0x1f8d2c['jVmqX'](_0x24a73d,{}))));_0x24a73d&&_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]]?logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26e)+Object[_0x46bfe5(0x277)](_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]])['length']+_0x46bfe5(0x339)):logger['debug'](_0x1f8d2c[_0x46bfe5(0x28f)]);const _0x3b0ee6=_0x4c74e9[_0x46bfe5(0x1ca)]||null,_0x344186={};_0x344186['testUUID']=_0x116188,_0x344186[_0x46bfe5(0x1d3)]=_0x2d484b,_0x344186[_0x46bfe5(0x34c)]=_0xdd2350,_0x344186['originalTest']=_0x3b0ee6;const _0x7a30f2=this[_0x46bfe5(0x288)](_0x344186),_0xb218ee={};_0xb218ee['depth']=0x2,_0xb218ee[_0x46bfe5(0x349)]=0x3,logger['debug'](_0x46bfe5(0x2ae)+util[_0x46bfe5(0x347)](_0x7a30f2,_0xb218ee)),_0x1532de[_0x46bfe5(0x2ef)](_0x7a30f2),logger[_0x46bfe5(0x22b)](_0x46bfe5(0x20d)+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}}break;case TestFrameworkState[_0x46bfe5(0x255)]:if(_0x1f8d2c[_0x46bfe5(0x2f3)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){const _0x46308a={};_0x46308a['depth']=0x2,logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x46bfe5(0x347)](_0x4c74e9,_0x46308a)),await this[_0x46bfe5(0x27f)](_0x1532de,_0x49dcf5,_0x4c74e9);}break;default:if(CLIUtils[_0x46bfe5(0x21b)](_0x49dcf5[_0x46bfe5(0x217)]()[_0x46bfe5(0x259)]('.')[0x1])){const _0xc88579={};_0xc88579[_0x46bfe5(0x31c)]=0x2,_0xc88579[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23e)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+_0x46bfe5(0x33f)+util[_0x46bfe5(0x347)](_0x4c74e9[_0x46bfe5(0x2d5)],_0xc88579));const _0x33f6e1=await this[_0x46bfe5(0x1e6)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9),_0x4b0f0e={};_0x4b0f0e[_0x46bfe5(0x31c)]=0x2,_0x4b0f0e[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23c)+util[_0x46bfe5(0x347)](_0x33f6e1,_0x4b0f0e)),_0x1532de[_0x46bfe5(0x2ef)](_0x33f6e1);}else logger[_0x46bfe5(0x22b)](_0x46bfe5(0x331)+_0x49dcf5+_0x46bfe5(0x2f5)+_0x2d58d2);break;}logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x49dcf5+',\x20hookState='+_0x2d58d2);}catch(_0x4c1e69){logger[_0x46bfe5(0x200)](_0x46bfe5(0x2f4)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20exception='+util[_0x46bfe5(0x340)](_0x4c1e69));}_0x4c74e9['instance']=_0x1532de,await this[_0x46bfe5(0x34e)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9);}['getJestTestIdentifier'](_0x5c5128){const _0xce0749=a71_0x38c679,_0x18be01={};_0x18be01[_0xce0749(0x327)]=_0xce0749(0x317);const _0x5dc885=_0x18be01;if(_0x5c5128&&(_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)])){const _0x4d8d30=_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4d8d30+_0xce0749(0x1cc)),_0x4d8d30;}return logger[_0xce0749(0x22b)](_0x5dc885['URBHq']),process[_0xce0749(0x1f8)]+':testAnalyticsId';}[a71_0x38c679(0x34b)](_0x5bffe6,_0x147dd1,_0x447a9f={}){const _0x24e4a2=a71_0x38c679;let _0x4923ec=null;return _0x4923ec=TestFramework['getTrackedInstance'](),!_0x4923ec?(logger['debug'](_0x24e4a2(0x305)+_0x5bffe6),this['trackJestInstance'](_0x5bffe6,_0x447a9f),_0x4923ec=TestFramework[_0x24e4a2(0x2e7)](),logger[_0x24e4a2(0x22b)](_0x24e4a2(0x30a)+!!_0x4923ec+',\x20contextId='+_0x4923ec?.[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]())):logger[_0x24e4a2(0x22b)](_0x24e4a2(0x29d)+_0x4923ec[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]()),_0x4923ec;}[a71_0x38c679(0x2ea)](_0x1497f0,_0x1ff13c){const _0x2bed99=a71_0x38c679,_0x1cc4b1={};_0x1cc4b1[_0x2bed99(0x1ee)]=_0x2bed99(0x213);const _0xd8ca43=_0x1cc4b1;if(TestFramework[_0x2bed99(0x2e7)]()){logger[_0x2bed99(0x22b)](_0xd8ca43[_0x2bed99(0x1ee)]);return;}const _0x4bdcb6=CLIUtils[_0x2bed99(0x23a)](),_0x517a00=TrackedInstance[_0x2bed99(0x2cf)](_0x4bdcb6);let _0x3cd5a2=null;logger[_0x2bed99(0x22b)](_0x2bed99(0x30d)+_0x4bdcb6+_0x2bed99(0x2aa)+_0x1497f0),_0x3cd5a2=new TestFrameworkInstance(_0x517a00,this[_0x2bed99(0x231)](),this['getTestFrameworksVersions'](),_0x1497f0,HookState[_0x2bed99(0x320)]),TestFramework[_0x2bed99(0x32c)](_0x517a00,_0x3cd5a2),logger[_0x2bed99(0x22b)](_0x2bed99(0x2d9)+_0x517a00[_0x2bed99(0x336)]()+',\x20target='+_0x4bdcb6+_0x2bed99(0x254)+this[_0x2bed99(0x231)]()[0x0]+_0x2bed99(0x2e3)+this['getTestFrameworksVersions']()[this[_0x2bed99(0x231)]()[0x0]]);}['parseJestTest'](_0x4ec25d){const _0x2175a0=a71_0x38c679,_0x22177d={};_0x22177d[_0x2175a0(0x241)]=function(_0x4ddf3d,_0x2e0a08){return _0x4ddf3d||_0x2e0a08;},_0x22177d[_0x2175a0(0x2d2)]=_0x2175a0(0x28a);const _0x129f62=_0x22177d,{testUUID:_0x3bbdc6,testData:_0x38f7f7,testId:_0x6ac27a}=_0x4ec25d;if(_0x129f62[_0x2175a0(0x241)](!_0x38f7f7,!_0x6ac27a))return logger[_0x2175a0(0x22b)](_0x129f62[_0x2175a0(0x2d2)]),{};const _0x4f58d4=this[_0x2175a0(0x231)]()[0x0],_0x37099f=this[_0x2175a0(0x308)](),_0x569543={};_0x569543['depth']=0x2,_0x569543[_0x2175a0(0x349)]=0x3,logger[_0x2175a0(0x22b)](_0x2175a0(0x303)+util['inspect'](_0x38f7f7,_0x569543));const _0x3a8aa4=_0x38f7f7?.['scopes']||[],_0x4ce8e5=this['getJestTestName'](_0x38f7f7),_0xba2869=this[_0x2175a0(0x33d)](_0x38f7f7),_0x1a3925=_0x38f7f7['fn']?_0x38f7f7['fn'][_0x2175a0(0x217)]():null,_0x30e4b7={[TestFrameworkConstants[_0x2175a0(0x1ef)]]:_0x4f58d4,[TestFrameworkConstants[_0x2175a0(0x24f)]]:_0x37099f[_0x4f58d4],[TestFrameworkConstants[_0x2175a0(0x31f)]]:[],[TestFrameworkConstants[_0x2175a0(0x315)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2175a0(0x273)]]:TestFrameworkConstants[_0x2175a0(0x25d)],[TestFrameworkConstants[_0x2175a0(0x2c5)]]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x2bd)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_ID']]:_0x6ac27a,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x1da)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x1a3925,[TestFrameworkConstants[_0x2175a0(0x1cd)]]:[],[TestFrameworkConstants[_0x2175a0(0x310)]]:_0x38f7f7[_0x2175a0(0x2f0)]||new Date()[_0x2175a0(0x23f)](),[TestFrameworkConstants[_0x2175a0(0x20c)]]:_0x3a8aa4[0x0]||'',[TestFrameworkConstants[_0x2175a0(0x2ec)]]:_0x3a8aa4,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x28d)]]:{},[TestFrameworkConstants[_0x2175a0(0x321)]]:{}};_0x38f7f7[_0x2175a0(0x224)]&&(_0x30e4b7[TestFrameworkConstants[_0x2175a0(0x210)]]=_0x38f7f7[_0x2175a0(0x224)]);logger[_0x2175a0(0x22b)](_0x2175a0(0x335)+_0x4ce8e5+_0x2175a0(0x2b8)+_0x6ac27a+'\x20(testIdentifier),\x20scopes='+util[_0x2175a0(0x347)](_0x3a8aa4)+',\x20filePath='+_0xba2869);const _0xc71c09={};return _0xc71c09[_0x6ac27a]=_0x30e4b7,_0xc71c09;}[a71_0x38c679(0x288)](_0x4ae357){const _0x12a2d6=a71_0x38c679,_0x396ba5={'PqSCH':function(_0x53b5f4,_0x5eb35e){return _0x53b5f4===_0x5eb35e;},'GXQwj':_0x12a2d6(0x27d),'HMZol':function(_0x2133df,_0x485882){return _0x2133df===_0x485882;},'HAjdZ':'beforeAll','PVRWC':_0x12a2d6(0x30b),'tSCZv':_0x12a2d6(0x2b2),'Lbwpu':function(_0xb06501,_0x41cc49){return _0xb06501||_0x41cc49;},'jRdDH':_0x12a2d6(0x282),'kZwIt':'unknown','TRnbn':function(_0x2c45cc,_0x15ea15){return _0x2c45cc>_0x15ea15;},'TRfQa':'failed','lbIIq':'skip','ueHzJ':_0x12a2d6(0x2e8),'uFNiC':_0x12a2d6(0x2b7),'qWsVw':function(_0x5f210a,_0x248006){return _0x5f210a!==_0x248006;},'YFrcO':function(_0xe5e34a,_0x4b8f0b,_0x40e682,_0x11ecf9){return _0xe5e34a(_0x4b8f0b,_0x40e682,_0x11ecf9);},'BITXY':function(_0x1552c7,_0x495701){return _0x1552c7>_0x495701;},'WbczQ':_0x12a2d6(0x256),'wKQjD':function(_0x530f01,_0x4df84b){return _0x530f01===_0x4df84b;}},{testUUID:_0x13433d,testData:_0x419fc4,testId:_0x17bdc3}=_0x4ae357;if(_0x396ba5[_0x12a2d6(0x1e4)](!_0x419fc4,!_0x17bdc3))return logger[_0x12a2d6(0x22b)](_0x396ba5[_0x12a2d6(0x209)]),{};const _0x3a611e=this['resolveInstance'](TestFrameworkState[_0x12a2d6(0x230)],HookState[_0x12a2d6(0x1c6)]),_0x174583=_0x3a611e[_0x12a2d6(0x350)]()['get'](_0x17bdc3),_0x2ba528=_0x396ba5[_0x12a2d6(0x1e4)](_0x174583,{}),_0x5aa509=_0x2ba528?_0x2ba528[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x1256e9=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x21f)]];logger[_0x12a2d6(0x22b)](_0x12a2d6(0x278)+(_0x1256e9?Object[_0x12a2d6(0x277)](_0x1256e9)[_0x12a2d6(0x2ed)]:0x0)+_0x12a2d6(0x1ce));let _0x143333=_0x396ba5['kZwIt'];if(_0x419fc4[_0x12a2d6(0x244)])_0x143333=_0x419fc4[_0x12a2d6(0x244)];else{if(_0x419fc4[_0x12a2d6(0x32d)]&&_0x396ba5[_0x12a2d6(0x25f)](_0x419fc4[_0x12a2d6(0x32d)][_0x12a2d6(0x2ed)],0x0))_0x143333=_0x396ba5[_0x12a2d6(0x2af)];else _0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5['lbIIq'])||_0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5[_0x12a2d6(0x23b)])?_0x143333=_0x396ba5[_0x12a2d6(0x23b)]:_0x143333=_0x396ba5['uFNiC'];}const _0x95da51={..._0x2ba528,[TestFrameworkConstants[_0x12a2d6(0x273)]]:_0x143333,[TestFrameworkConstants[_0x12a2d6(0x1d6)]]:_0x419fc4['finished_at']||new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x21e)]]:new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x28d)]]:_0x5aa509,[TestFrameworkConstants[_0x12a2d6(0x21c)]]:[],[TestFrameworkConstants[_0x12a2d6(0x321)]]:{}};if(_0x396ba5[_0x12a2d6(0x2e0)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&_0x419fc4[_0x12a2d6(0x32d)]){const _0x21abdd=this[_0x12a2d6(0x267)](_0x419fc4),_0x351125=this['getJestFailureType'](_0x419fc4),_0x5246c4=this['getJestFailureData'](_0x419fc4);_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]=_0x351125,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]=_0x21abdd,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x2cc)]]=_0x5246c4;}_0x396ba5[_0x12a2d6(0x2dd)](_0x419fc4['duration'],undefined)&&(_0x95da51[TestFrameworkConstants[_0x12a2d6(0x1f4)]]=_0x419fc4[_0x12a2d6(0x318)]);_0x419fc4[_0x12a2d6(0x224)]&&(_0x95da51[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x419fc4[_0x12a2d6(0x224)]);const _0x3ccf73=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x21f)]]||{}:{},_0x48fd2f=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x232)]]:_0x13433d,_0x2a1896=_0x396ba5[_0x12a2d6(0x334)](getManualUploadLogs,_0x3ccf73,_0x48fd2f,_0x17bdc3);if(_0x396ba5[_0x12a2d6(0x25f)](_0x2a1896[_0x12a2d6(0x2ed)],0x0)){const _0x4a31f9=_0x95da51[TestFrameworkConstants['KEY_LOGS']]||[];_0x95da51[TestFrameworkConstants[_0x12a2d6(0x21c)]]=[..._0x4a31f9,..._0x2a1896];}const _0x4965b4=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x315)]]||{},_0x49bf21=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x301)]]||{},_0x1d65c5={..._0x4965b4},_0x3b6619=_0x1d65c5;Object[_0x12a2d6(0x277)](_0x49bf21)[_0x12a2d6(0x2fe)](_0x31c341=>{const _0x9148e=_0x12a2d6;!_0x3b6619[_0x31c341]&&(_0x3b6619[_0x31c341]=[]);const _0x8fd3a5=new Set((_0x3b6619[_0x31c341]||[])[_0x9148e(0x251)](_0xa0a08=>_0xa0a08[TestFrameworkConstants[_0x9148e(0x24e)]]||_0xa0a08[_0x9148e(0x260)]));(_0x49bf21[_0x31c341]||[])[_0x9148e(0x2fe)](_0x2c0e8f=>{const _0x48a096=_0x9148e,_0xdc04d8=_0x2c0e8f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2c0e8f[_0x48a096(0x260)];if(!_0x8fd3a5[_0x48a096(0x2ff)](_0xdc04d8)){const _0xa3567={..._0x2c0e8f},_0x2aa60c=_0xa3567;!_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x2aa60c[_0x48a096(0x2a8)]&&(_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x2aa60c[TestFrameworkConstants[_0x48a096(0x2d8)]]&&!_0x2aa60c[_0x48a096(0x1db)]&&(_0x2aa60c[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x48a096(0x1fd)]),_0x3b6619[_0x31c341][_0x48a096(0x264)](_0x2aa60c);}});});if(_0x4ae357[_0x12a2d6(0x1ca)]){this[_0x12a2d6(0x235)](_0x4ae357[_0x12a2d6(0x1ca)]);const _0x48b607=this['buildHookMapFromTest'](_0x4ae357['originalTest']),_0x50247d=this[_0x12a2d6(0x268)](_0x4ae357['originalTest']);_0x50247d[_0x12a2d6(0x2fe)](_0x3c454e=>{const _0x548502=_0x12a2d6,_0x1deab5=_0x48b607[_0x548502(0x2d0)](_0x3c454e);if(_0x1deab5&&(_0x396ba5[_0x548502(0x1e7)](_0x1deab5['type'],_0x396ba5['GXQwj'])||_0x396ba5[_0x548502(0x2e0)](_0x1deab5[_0x548502(0x2a3)],_0x396ba5[_0x548502(0x24b)]))){const _0x57a8b1=_0x1deab5['type'][_0x548502(0x280)]()[_0x548502(0x263)](_0x396ba5['PVRWC'],_0x396ba5[_0x548502(0x21d)]),_0x590558=_0x57a8b1;!_0x3b6619[_0x590558]&&(_0x3b6619[_0x590558]=[]);const _0x5d8ae7=_0x3b6619[_0x590558][_0x548502(0x332)](_0x4cfc8f=>(_0x4cfc8f[TestFrameworkConstants[_0x548502(0x24e)]]||_0x4cfc8f[_0x548502(0x260)])===_0x3c454e);!_0x5d8ae7&&_0x3b6619[_0x590558][_0x548502(0x264)]({'key':_0x590558,[TestFrameworkConstants[_0x548502(0x24e)]]:_0x3c454e,[TestFrameworkConstants[_0x548502(0x2d8)]]:TestFrameworkConstants[_0x548502(0x1fd)],[TestFrameworkConstants[_0x548502(0x1ed)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x548502(0x20a)]]:new Date()[_0x548502(0x23f)](),[TestFrameworkConstants[_0x548502(0x287)]]:[],[TestFrameworkConstants[_0x548502(0x271)]]:_0x1deab5[_0x548502(0x245)]||_0x1deab5[_0x548502(0x2a3)]+_0x548502(0x2ad),[TestFrameworkConstants[_0x548502(0x28d)]]:_0x5aa509});}});}if(_0x419fc4[_0x12a2d6(0x34d)]&&_0x396ba5[_0x12a2d6(0x2bf)](_0x419fc4['hooks']['length'],0x0))_0x95da51[TestFrameworkConstants[_0x12a2d6(0x315)]]=_0x419fc4[_0x12a2d6(0x34d)],logger['debug'](_0x396ba5[_0x12a2d6(0x31b)]);else _0x396ba5['TRnbn'](Object[_0x12a2d6(0x277)](_0x3b6619)[_0x12a2d6(0x2ed)],0x0)&&(_0x95da51[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3b6619,logger[_0x12a2d6(0x22b)](_0x12a2d6(0x1f1)+Object[_0x12a2d6(0x277)](_0x3b6619)['join'](',')));const _0x3932d7=this[_0x12a2d6(0x1c9)](_0x419fc4);logger[_0x12a2d6(0x22b)](_0x12a2d6(0x326)+_0x3932d7+',\x20testId='+_0x17bdc3+'\x20(testIdentifier),\x20result='+_0x143333+_0x12a2d6(0x33a)+_0x419fc4[_0x12a2d6(0x318)]);_0x396ba5[_0x12a2d6(0x228)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&logger[_0x12a2d6(0x22b)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x17bdc3+_0x12a2d6(0x1cf)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]+_0x12a2d6(0x324)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]?.['substring'](0x0,0xc8));const _0x2a0417={};return _0x2a0417[_0x17bdc3]=_0x95da51,_0x2a0417;}[a71_0x38c679(0x342)](_0x330b5a){const _0x2d9e32=a71_0x38c679,_0x429107={};_0x429107[_0x2d9e32(0x215)]=function(_0x3caebb,_0x48ca48){return _0x3caebb!==_0x48ca48;},_0x429107[_0x2d9e32(0x261)]=_0x2d9e32(0x27b);const _0x52e4e0=_0x429107,_0x588515={};_0x588515[_0x2d9e32(0x31c)]=0x2,_0x588515[_0x2d9e32(0x349)]=0x3,logger['debug'](_0x2d9e32(0x234)+util[_0x2d9e32(0x347)](_0x330b5a,_0x588515));const _0xc4ecef=[];if(_0x330b5a&&_0x330b5a['parent']){let _0x6d804d=_0x330b5a[_0x2d9e32(0x2eb)];while(_0x6d804d&&_0x6d804d[_0x2d9e32(0x245)]&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],'')&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],_0x52e4e0[_0x2d9e32(0x261)])){_0xc4ecef[_0x2d9e32(0x264)](_0x6d804d[_0x2d9e32(0x245)]),_0x6d804d=_0x6d804d['parent'];}}return _0xc4ecef[_0x2d9e32(0x304)]();}[a71_0x38c679(0x1c9)](_0x11f396){const _0x1da9f4=a71_0x38c679,_0x71d9eb={};_0x71d9eb[_0x1da9f4(0x26b)]='Unknown\x20Test';const _0x5c9eb3=_0x71d9eb;if(_0x11f396[_0x1da9f4(0x245)])return _0x11f396[_0x1da9f4(0x245)];if(_0x11f396[_0x1da9f4(0x279)])return _0x11f396[_0x1da9f4(0x279)];return _0x5c9eb3[_0x1da9f4(0x26b)];}[a71_0x38c679(0x33d)](_0x442b7c){const _0x1ea254=a71_0x38c679,_0x3683b9={'hzaUn':function(_0xbf3727,_0x562fbd){return _0xbf3727(_0x562fbd);},'gUZbZ':_0x1ea254(0x2f8)};if(_0x442b7c[_0x1ea254(0x297)])return _0x442b7c[_0x1ea254(0x297)];if(_0x442b7c[_0x1ea254(0x34a)]){const _0x493a8a=_0x3683b9[_0x1ea254(0x2db)](require,_0x3683b9[_0x1ea254(0x26d)]);try{const _0x3f51f9=_0x493a8a['parse'](_0x442b7c['asyncError']);if(_0x3f51f9[0x0]&&_0x3f51f9[0x0]['getFileName'])return _0x3f51f9[0x0]['getFileName']();}catch(_0x3bfb26){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1ea254(0x340)](_0x3bfb26));}}return null;}[a71_0x38c679(0x267)](_0x1ef96f){const _0x266526=a71_0x38c679,_0x31bc31={};_0x31bc31[_0x266526(0x299)]=function(_0x4701d0,_0x1ec2a6){return _0x4701d0>_0x1ec2a6;},_0x31bc31[_0x266526(0x225)]='Unknown\x20error';const _0x307d1c=_0x31bc31;if(_0x1ef96f['errorsDetailed']&&_0x307d1c['ktPMh'](_0x1ef96f[_0x266526(0x32d)]['length'],0x0))return util[_0x266526(0x347)](_0x1ef96f[_0x266526(0x32d)][0x0]);if(_0x1ef96f[_0x266526(0x250)])return _0x1ef96f[_0x266526(0x250)];return _0x307d1c['ZJHCM'];}[a71_0x38c679(0x26a)](_0x315314){const _0xa7d290=a71_0x38c679,_0x387b17={};_0x387b17[_0xa7d290(0x284)]=_0xa7d290(0x283),_0x387b17[_0xa7d290(0x2f7)]=_0xa7d290(0x28e),_0x387b17[_0xa7d290(0x2c8)]='UnhandledError';const _0x153169=_0x387b17,_0x469cc9=this['getJestFailureReason'](_0x315314);if(_0x469cc9&&_0x469cc9[_0xa7d290(0x2f9)](_0x153169['xpbWB']))return _0x153169[_0xa7d290(0x2f7)];return _0x153169[_0xa7d290(0x2c8)];}[a71_0x38c679(0x2e2)](_0x51d443){const _0x3ca7e4=a71_0x38c679,_0x716039={'gprTT':function(_0x34d314,_0x3f06ff){return _0x34d314(_0x3f06ff);},'sSpEP':'../../../helpers/test-observability/utils','wudPw':function(_0x4544e5,_0x59e2e8){return _0x4544e5!==_0x59e2e8;},'EGtcU':_0x3ca7e4(0x24c)},{failureData:_0x1428f3}=_0x716039['gprTT'](require,_0x716039[_0x3ca7e4(0x333)]),_0x29095d=[];return _0x716039[_0x3ca7e4(0x21a)](_0x51d443[_0x3ca7e4(0x32d)],undefined)&&_0x29095d[_0x3ca7e4(0x264)](_0x51d443['errorsDetailed'],_0x716039['EGtcU']),_0x1428f3[_0x3ca7e4(0x2a1)](null,_0x29095d);}async[a71_0x38c679(0x1e6)](_0x57700b,_0xc90efe,_0x2ac0d3,_0x169c21){const _0x2a944a=a71_0x38c679,_0xa7f21f={'WwcQP':_0x2a944a(0x309),'EzpME':function(_0x1625e6){return _0x1625e6();},'vDGNr':function(_0x587532,_0x3eff61){return _0x587532 in _0x3eff61;},'ihyRa':function(_0xfb1080,_0x44f700){return _0xfb1080===_0x44f700;},'YOxoK':function(_0x3779cf,_0x3645a2){return _0x3779cf>_0x3645a2;},'vLNPO':_0x2a944a(0x222),'fnFbn':'passed','NVzeE':function(_0x14858e,_0x321551){return _0x14858e>_0x321551;},'pDZHr':function(_0x52ac60,_0x4b6a53){return _0x52ac60===_0x4b6a53;},'uIkHp':function(_0x2a1e86,_0x135ade){return _0x2a1e86!==_0x135ade;}},{hookData:_0x10c1dd}=_0x169c21,_0x25184d=_0x2ac0d3[_0x2a944a(0x217)](),_0x234882=_0xc90efe[_0x2a944a(0x217)](),_0xad17bf={};_0xad17bf[_0x2a944a(0x31c)]=0x2,_0xad17bf[_0x2a944a(0x349)]=0x3,logger[_0x2a944a(0x22b)](_0x2a944a(0x1fb)+_0x234882+',\x20hookState='+_0x25184d+_0x2a944a(0x33f)+util[_0x2a944a(0x347)](_0x10c1dd,_0xad17bf));if(!_0x10c1dd)return logger[_0x2a944a(0x22b)](_0xa7f21f[_0x2a944a(0x205)]),{};const _0x327214=_0x10c1dd[_0x2a944a(0x25c)]||_0x10c1dd['hookAnalyticsId']||_0xa7f21f['EzpME'](uuidv4),_0x3ccec5=_0x10c1dd[_0x2a944a(0x290)]||this['getJestTestIdentifier'](_0x10c1dd),_0x14a5cf=_0xc90efe[_0x2a944a(0x217)]()['split']('.')[0x1],_0x1c82a2=_0x57700b[_0x2a944a(0x350)]()[_0x2a944a(0x2d0)](_0x3ccec5),_0x4b6488=_0x1c82a2?_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x28d)]]||{}:{};logger['debug'](_0x2a944a(0x319)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x1e2)+_0x14a5cf+_0x2a944a(0x218)+_0x25184d);if(!_0x1c82a2)return logger[_0x2a944a(0x22b)](_0x2a944a(0x2f2)+_0x3ccec5+_0x2a944a(0x2fc)),this[_0x2a944a(0x1f5)](_0x57700b,_0x3ccec5,_0xc90efe,_0x2ac0d3,_0x169c21),{};let _0x407c68=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x301)]];!_0x407c68&&(_0x407c68={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x407c68)&&(_0x407c68[_0x14a5cf]=[]);let _0x1f3782=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x315)]];!_0x1f3782&&(_0x1f3782={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x1f3782)&&(_0x1f3782[_0x14a5cf]=[]);const _0x3a0853={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x407c68,[TestFrameworkConstants[_0x2a944a(0x315)]]:_0x1f3782},_0x5c4223={};_0x5c4223[_0x3ccec5]=_0x3a0853;const _0x185fb9=_0x5c4223;if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x272)])){const _0x2b3b51={'key':_0x14a5cf,[TestFrameworkConstants[_0x2a944a(0x24e)]]:_0x327214,[TestFrameworkConstants[_0x2a944a(0x2d8)]]:TestFrameworkConstants[_0x2a944a(0x1fd)],[TestFrameworkConstants[_0x2a944a(0x1ed)]]:_0x10c1dd[_0x2a944a(0x2f0)]||new Date()[_0x2a944a(0x23f)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x10c1dd[_0x2a944a(0x245)]||_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4b6488};_0x407c68[_0x14a5cf][_0x2a944a(0x264)](_0x2b3b51),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x14a5cf;const _0x2ecfcb={};_0x2ecfcb['depth']=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x14a5cf+_0x2a944a(0x29a)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x2b3b51,_0x2ecfcb));}else{if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x1c6)])){const _0x5e8a3e=_0x10c1dd[_0x2a944a(0x244)]||(_0x10c1dd[_0x2a944a(0x32d)]&&_0xa7f21f[_0x2a944a(0x2fa)](_0x10c1dd[_0x2a944a(0x32d)][_0x2a944a(0x2ed)],0x0)?_0xa7f21f[_0x2a944a(0x34f)]:_0xa7f21f['fnFbn']),_0x50efee=_0x407c68[_0x14a5cf]||[];logger[_0x2a944a(0x22b)](_0x2a944a(0x2a6)+_0x14a5cf+_0x2a944a(0x2b8)+_0x3ccec5+',\x20result='+_0x5e8a3e+_0x2a944a(0x311)+_0x50efee[_0x2a944a(0x2ed)]);if(_0xa7f21f[_0x2a944a(0x2c0)](_0x50efee['length'],0x0)){const _0x24969a=_0x50efee[_0x2a944a(0x345)]();_0xa7f21f[_0x2a944a(0x27e)](_0x5e8a3e,_0xa7f21f[_0x2a944a(0x34f)])&&_0x10c1dd[_0x2a944a(0x32d)]?(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2b0)]]=this['getJestFailureType'](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]=this[_0x2a944a(0x267)](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x208)]]=this[_0x2a944a(0x2e2)](_0x10c1dd),logger['debug'](_0x2a944a(0x31e)+_0x14a5cf+_0x2a944a(0x1cf)+_0x24969a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x2a944a(0x324)+_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]?.[_0x2a944a(0x2fd)](0x0,0xc8))):_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0xa7f21f[_0x2a944a(0x1e5)];_0xa7f21f['uIkHp'](_0x5e8a3e,TestFrameworkConstants[_0x2a944a(0x1fd)])&&(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0x5e8a3e);_0x24969a[TestFrameworkConstants[_0x2a944a(0x20a)]]=_0x10c1dd[_0x2a944a(0x2e6)]||new Date()[_0x2a944a(0x23f)](),_0x24969a[TestFrameworkConstants[_0x2a944a(0x28d)]]=_0x4b6488;const _0x438b26=_0x24969a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1f3782[_0x14a5cf]&&(_0x1f3782[_0x14a5cf]=[]);_0x1f3782[_0x14a5cf][_0x2a944a(0x264)](_0x24969a),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x14a5cf;const _0x4664ef={};_0x4664ef[_0x2a944a(0x31c)]=0x2,logger[_0x2a944a(0x22b)](_0x2a944a(0x1eb)+_0x14a5cf+_0x2a944a(0x29a)+_0x438b26+_0x2a944a(0x27a)+_0x5e8a3e+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x24969a,_0x4664ef));}}}const _0x5aff8c={};return _0x5aff8c[_0x2a944a(0x31c)]=0x2,_0x5aff8c[_0x2a944a(0x349)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf)+_0x2a944a(0x29a)+_0x327214+',\x20testId='+_0x3ccec5+_0x2a944a(0x1f0)+util[_0x2a944a(0x347)](_0x185fb9,_0x5aff8c)),_0x185fb9;}[a71_0x38c679(0x242)](_0x18fab3){const _0x35eb1c=a71_0x38c679,_0xabc88b={};_0xabc88b[_0x35eb1c(0x2c9)]=_0x35eb1c(0x275);const _0x446a8c=_0xabc88b;try{const _0x27e888=_0x18fab3['test']?this[_0x35eb1c(0x1ec)](_0x18fab3[_0x35eb1c(0x24c)]):_0x18fab3[_0x35eb1c(0x2d5)][_0x35eb1c(0x290)],_0x2497ba=_0x18fab3[_0x35eb1c(0x2c7)],_0x3b1253=_0x2497ba[_0x35eb1c(0x2f6)](),_0x1cab05=_0x2497ba['getAllData']()['get'](_0x27e888);if(!_0x1cab05)return logger[_0x35eb1c(0x22b)](_0x35eb1c(0x2fb)+_0x27e888),{};const {[TestFrameworkConstants[_0x35eb1c(0x1ef)]]:_0x4ff049='',[TestFrameworkConstants[_0x35eb1c(0x24f)]]:_0x488143='',[TestFrameworkConstants[_0x35eb1c(0x310)]]:_0x198731='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37cb17=''}=_0x1cab05,_0x1338cc=_0x2497ba['getCurrentTestState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x3b1384=_0x2497ba['getCurrentHookState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x314b25=global?.['__workerDetails']?.[_0x35eb1c(0x246)]?.['parallelIndex'],_0x5c3441=_0x2497ba[_0x35eb1c(0x316)](),_0x454ed5=Buffer['from'](JSON[_0x35eb1c(0x216)](_0x1cab05))[_0x35eb1c(0x217)](_0x446a8c[_0x35eb1c(0x2c9)]),_0x5704f6={'hash':_0x3b1253['getId'](),'threadId':_0x3b1253[_0x35eb1c(0x1cb)]()[_0x35eb1c(0x217)](),'processId':_0x3b1253['getProcessId']()[_0x35eb1c(0x217)]()},_0x26d4ce={};_0x26d4ce[_0x35eb1c(0x240)]=_0x314b25,_0x26d4ce[_0x35eb1c(0x294)]=_0x4ff049,_0x26d4ce[_0x35eb1c(0x1f7)]=_0x488143,_0x26d4ce[_0x35eb1c(0x212)]=_0x1338cc,_0x26d4ce[_0x35eb1c(0x329)]=_0x3b1384,_0x26d4ce[_0x35eb1c(0x243)]=_0x198731,_0x26d4ce[_0x35eb1c(0x276)]=_0x37cb17,_0x26d4ce['uuid']=_0x5c3441,_0x26d4ce[_0x35eb1c(0x2e4)]=_0x454ed5,_0x26d4ce[_0x35eb1c(0x1c8)]=_0x5704f6,_0x26d4ce[_0x35eb1c(0x23d)]=_0x27e888;const _0x44f8b4=_0x26d4ce;return _0x44f8b4;}catch(_0x292822){return logger['error'](_0x35eb1c(0x341)+util[_0x35eb1c(0x340)](_0x292822)),{};}}async[a71_0x38c679(0x27f)](_0x1fc20a,_0x2cb9ae,_0x4a66b0){const _0x8085e2=a71_0x38c679,_0x222f99={'RvJTC':function(_0x1b9416,_0x55fdf7){return _0x1b9416+_0x55fdf7;},'Ymrgj':_0x8085e2(0x204),'oqykr':_0x8085e2(0x2d7),'XHTmk':function(_0x2d4916,_0x5794a8){return _0x2d4916>_0x5794a8;},'iOvny':function(_0x3a2740,_0x37e480,_0x2343e9,_0x5e5cbb){return _0x3a2740(_0x37e480,_0x2343e9,_0x5e5cbb);},'ZsvXi':function(_0x5e9ca9,_0x5b2dd0){return _0x5e9ca9-_0x5b2dd0;},'RjzNT':function(_0x98715,_0x29a96c){return _0x98715===_0x29a96c;},'LKuWf':function(_0x253758,_0x1b43a6){return _0x253758/_0x1b43a6;},'SptDB':function(_0x2fb67e,_0x113f9b){return _0x2fb67e<_0x113f9b;},'dvTRq':function(_0x79c10b,_0x3fc169){return _0x79c10b*_0x3fc169;},'makIv':function(_0x298180,_0x37327a){return _0x298180+_0x37327a;},'uywaL':function(_0x26adaf,_0xa36170){return _0x26adaf+_0xa36170;}};try{const _0x56d25b=_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)],_0x56533b=Array[_0x8085e2(0x302)](_0x1fc20a[_0x8085e2(0x350)]()['keys']()),_0x3ae095=_0x1fc20a[_0x8085e2(0x350)]()[_0x8085e2(0x2d0)](_0x56d25b);if(!_0x3ae095){logger[_0x8085e2(0x22b)](_0x8085e2(0x1df)+_0x56d25b);return;}const {[TestFrameworkConstants[_0x8085e2(0x1ef)]]:_0x4c119e='',[TestFrameworkConstants[_0x8085e2(0x24f)]]:_0x4d55b3=''}=_0x3ae095;let _0x513e45=[];if(_0x3ae095&&_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]]&&Array[_0x8085e2(0x24d)](_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]])){_0x513e45=_0x3ae095[TestFrameworkConstants['KEY_LOGS']]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x20e)+_0x56d25b);const _0x3834d2={[TestFrameworkConstants[_0x8085e2(0x21c)]]:[]},_0x43fb3e={};_0x43fb3e[_0x56d25b]=_0x3834d2,_0x1fc20a[_0x8085e2(0x2ef)](_0x43fb3e),logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x56d25b);}else logger[_0x8085e2(0x22b)](_0x8085e2(0x1fa)+_0x56d25b);logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x1d8)+_0x56d25b);const _0xc5a2e1=_0x513e45[_0x8085e2(0x289)](_0xf0d36=>_0xf0d36[_0x8085e2(0x22f)]===_0x8085e2(0x248));_0x222f99[_0x8085e2(0x249)](_0xc5a2e1[_0x8085e2(0x2ed)],0x0)&&(logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0xc5a2e1['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x56d25b),_0xc5a2e1[_0x8085e2(0x2fe)]((_0x6aadd9,_0x2d2428)=>{const _0x1f11a0=_0x8085e2;logger[_0x1f11a0(0x22b)](_0x1f11a0(0x1e9)+_0x222f99[_0x1f11a0(0x25b)](_0x2d2428,0x1)+'/'+_0xc5a2e1['length']+_0x1f11a0(0x1f6)+(_0x6aadd9['test_identifier']||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x2b3)+(_0x6aadd9[_0x1f11a0(0x2a2)]||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x1f3)+(_0x6aadd9['hook_run_uuid']||_0x222f99[_0x1f11a0(0x300)])+',\x20messageLength='+(_0x6aadd9['message']?.['length']||0x0));}));const _0x5e61a1=_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xe28c85=_0x222f99[_0x8085e2(0x281)](getMediaArtifactsLogs,_0x5e61a1,null,_0x56d25b),_0xa940e=(_0x513e45||[])[_0x8085e2(0x2ba)](_0xe28c85||[]),_0x2ec68e=_0xc5a2e1?.['length']||0x0,_0x49c73c=_0x222f99['ZsvXi'](_0x513e45?.[_0x8085e2(0x2ed)]||0x0,_0x2ec68e);logger[_0x8085e2(0x22b)](_0x8085e2(0x2ac)+_0x56d25b+_0x8085e2(0x247)+_0x49c73c+_0x8085e2(0x325)+_0x2ec68e+',\x20attachmentLogs:\x20'+(_0xe28c85?.[_0x8085e2(0x2ed)]||0x0)+_0x8085e2(0x25e)+_0xa940e[_0x8085e2(0x2ed)]);if(!_0xa940e||_0x222f99[_0x8085e2(0x22d)](_0xa940e[_0x8085e2(0x2ed)],0x0)){logger[_0x8085e2(0x22b)](_0x8085e2(0x2c6)+_0x56d25b);return;}const _0x5aebc2=0x28,_0x2ba47c=Math[_0x8085e2(0x312)](_0x222f99[_0x8085e2(0x1fe)](_0xa940e[_0x8085e2(0x2ed)],_0x5aebc2));for(let _0xfc54e=0x0;_0x222f99[_0x8085e2(0x1e1)](_0xfc54e,_0x2ba47c);_0xfc54e++){const _0x1385dd=_0x222f99[_0x8085e2(0x1d4)](_0xfc54e,_0x5aebc2),_0x2e8312=_0x222f99['RvJTC'](_0x1385dd,_0x5aebc2),_0x569eb4=_0xa940e[_0x8085e2(0x328)](_0x1385dd,_0x2e8312),_0x1a81bf=global?.[_0x8085e2(0x258)]?.[_0x8085e2(0x246)]?.[_0x8085e2(0x270)]||0x0,_0x343700={'platformIndex':_0x1a81bf,'logs':_0x569eb4,'testFrameworkName':_0x4c119e,'testFrameworkVersion':_0x4d55b3,'testFrameworkState':_0x2cb9ae[_0x8085e2(0x217)]()[_0x8085e2(0x259)]('.')[0x1]},_0x151836={};_0x151836[_0x8085e2(0x31c)]=0x3,_0x151836[_0x8085e2(0x349)]=0x5,logger[_0x8085e2(0x22b)](_0x8085e2(0x238)+_0x222f99['makIv'](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2a4)+_0x569eb4[_0x8085e2(0x2ed)]+',\x20platformIndex:\x20'+_0x1a81bf+_0x8085e2(0x1d9)+util[_0x8085e2(0x347)](_0x343700,_0x151836));const _0x4139c0=await GrpcClient['getInstance']()[_0x8085e2(0x2c2)](_0x343700);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x222f99[_0x8085e2(0x2ce)](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2d4)+util[_0x8085e2(0x347)](_0x4139c0));}if(_0xe28c85&&_0x222f99['XHTmk'](_0xe28c85[_0x8085e2(0x2ed)],0x0)&&_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x306762={[TestFrameworkConstants[_0x8085e2(0x21f)]]:{}},_0x1c2c17={};_0x1c2c17[_0x56d25b]=_0x306762,_0x1fc20a[_0x8085e2(0x2ef)](_0x1c2c17);}logger[_0x8085e2(0x22b)](_0x8085e2(0x32e)+_0x56d25b+_0x8085e2(0x265)+_0x2ba47c);}catch(_0x26f5cb){logger[_0x8085e2(0x200)](_0x8085e2(0x2ca)+(_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)])+_0x8085e2(0x22e)+util['format'](_0x26f5cb));}}['storePendingHook'](_0x515c0b,_0x2fbb22,_0x437f29,_0xb17772,_0xffe66f){const _0x22404e=a71_0x38c679,_0x5e29ba={};_0x5e29ba['HZCbq']=function(_0x7b35ad,_0x1ac0f1){return _0x7b35ad===_0x1ac0f1;},_0x5e29ba['jStoU']=_0x22404e(0x2f1);const _0x39417f=_0x5e29ba,{hookData:_0x31fe5f}=_0xffe66f,_0xf67024={'testId':_0x2fbb22,'testFrameworkState':_0x437f29,'hookState':_0xb17772,'args':_0xffe66f,'timestamp':new Date()[_0x22404e(0x23f)]()};if(_0x39417f[_0x22404e(0x1ff)](_0x437f29,TestFrameworkState[_0x22404e(0x1e0)])&&_0x31fe5f){const _0x4ceb38={};_0x4ceb38[_0x22404e(0x314)]=_0x31fe5f[_0x22404e(0x297)]||_0x31fe5f['location'],_0x4ceb38[_0x22404e(0x296)]=_0x31fe5f[_0x22404e(0x296)]||_0x31fe5f[_0x22404e(0x1c7)]&&_0x31fe5f[_0x22404e(0x1c7)][0x0]||'',_0x4ceb38[_0x22404e(0x29e)]=_0x39417f['jStoU'],_0xf67024[_0x22404e(0x28c)]=_0x4ceb38,logger[_0x22404e(0x22b)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x2fbb22+_0x22404e(0x29b)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x314)]+_0x22404e(0x29f)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x296)]);}_0x515c0b[_0x22404e(0x2d1)](_0x2fbb22,_0xf67024),logger[_0x22404e(0x22b)](_0x22404e(0x338)+_0x2fbb22+_0x22404e(0x1dd)+_0x437f29+_0x22404e(0x262)+_0xb17772);}async[a71_0x38c679(0x293)](_0x3cc8dd,_0x227c2d){const _0x4ff382=a71_0x38c679,_0x4dea0a={};_0x4dea0a[_0x4ff382(0x2cb)]=function(_0x433ef9,_0x3151b4){return _0x433ef9>_0x3151b4;},_0x4dea0a['wUfzE']='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x4dea0a[_0x4ff382(0x1f2)]=function(_0x4faa22,_0x2287b4){return _0x4faa22===_0x2287b4;},_0x4dea0a[_0x4ff382(0x22a)]=function(_0x58a075,_0x544f59){return _0x58a075===_0x544f59;},_0x4dea0a[_0x4ff382(0x2df)]=function(_0x349de6,_0x4eb276){return _0x349de6>_0x4eb276;},_0x4dea0a[_0x4ff382(0x236)]=_0x4ff382(0x2b5),_0x4dea0a[_0x4ff382(0x24a)]=_0x4ff382(0x298);const _0x583627=_0x4dea0a;if(_0x3cc8dd['hasPendingHooks'](_0x227c2d)){const _0x30164a=_0x3cc8dd[_0x4ff382(0x295)](_0x227c2d);logger[_0x4ff382(0x22b)](_0x4ff382(0x237)+_0x30164a[_0x4ff382(0x2ed)]+_0x4ff382(0x207)+_0x227c2d);for(const _0x22bdc7 of _0x30164a){try{const _0x1f341e=await this[_0x4ff382(0x1e6)](_0x3cc8dd,_0x22bdc7[_0x4ff382(0x212)],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7[_0x4ff382(0x286)]);_0x1f341e&&_0x583627['zcPSM'](Object[_0x4ff382(0x277)](_0x1f341e)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd[_0x4ff382(0x2ef)](_0x1f341e),await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x22bdc7['testFrameworkState'],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7['args']);}catch(_0x39c848){logger[_0x4ff382(0x200)](_0x4ff382(0x20b)+_0x227c2d+_0x4ff382(0x22e)+_0x39c848);}}_0x3cc8dd[_0x4ff382(0x223)](_0x227c2d),logger[_0x4ff382(0x22b)](_0x4ff382(0x1d5)+_0x227c2d);}const _0xcf97a1=_0x3cc8dd[_0x4ff382(0x350)]()[_0x4ff382(0x2d0)](_0x227c2d);if(_0xcf97a1){const _0x458635=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2bd)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x1da)]],_0x25a290=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x20c)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2ec)]]&&_0xcf97a1[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x32a)]);const _0x3c9428=_0x3cc8dd[_0x4ff382(0x2e1)]();for(const _0x56010f of _0x3c9428){if(_0x583627['bDbMR'](_0x56010f,_0x227c2d))continue;if(_0x3cc8dd[_0x4ff382(0x2bc)](_0x56010f)){const _0x200a95=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f);for(const _0x56461f of _0x200a95){if(_0x583627['dbUem'](_0x56461f[_0x4ff382(0x212)],TestFrameworkState[_0x4ff382(0x1e0)])&&_0x56461f[_0x4ff382(0x28c)]){const _0x46333c=_0x56461f['hookMetadata'][_0x4ff382(0x314)],_0x258363=_0x56461f[_0x4ff382(0x28c)][_0x4ff382(0x296)];if(_0x583627['dbUem'](_0x46333c,_0x458635)&&_0x583627[_0x4ff382(0x1f2)](_0x258363,_0x25a290)){logger[_0x4ff382(0x22b)](_0x4ff382(0x233)+_0x56010f+_0x4ff382(0x2d6)+_0x227c2d+_0x4ff382(0x29b)+_0x46333c+',\x20scope:\x20'+_0x258363);_0x56461f[_0x4ff382(0x286)]&&_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)]&&(_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)][_0x4ff382(0x290)]=_0x227c2d,logger['debug'](_0x4ff382(0x26f)+_0x56010f+_0x4ff382(0x219)+_0x227c2d));try{const _0x362a09=await this['trackHookEvent'](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f['args']);_0x362a09&&_0x583627[_0x4ff382(0x2df)](Object[_0x4ff382(0x277)](_0x362a09)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd['addMultipleEntries'](_0x362a09);await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f[_0x4ff382(0x286)]);const _0xf68df4=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f)[_0x4ff382(0x289)](_0x4c4b5d=>_0x4c4b5d!==_0x56461f);if(_0x583627[_0x4ff382(0x22a)](_0xf68df4[_0x4ff382(0x2ed)],0x0))_0x3cc8dd[_0x4ff382(0x223)](_0x56010f);else{_0x3cc8dd['removePendingHooks'](_0x56010f);for(const _0x2f6fd5 of _0xf68df4){_0x3cc8dd[_0x4ff382(0x2d1)](_0x56010f,_0x2f6fd5);}}logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x236)]);}catch(_0x225c79){logger[_0x4ff382(0x200)](_0x583627[_0x4ff382(0x24a)]);}}}}}}}}[a71_0x38c679(0x235)](_0x329711){const _0x46243f=a71_0x38c679,_0x940f27={'rXuSg':function(_0x2a56f1){return _0x2a56f1();}};if(!_0x329711||!_0x329711[_0x46243f(0x2eb)])return;_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)]&&Array[_0x46243f(0x24d)](_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)])&&_0x329711['parent'][_0x46243f(0x34d)][_0x46243f(0x2fe)](_0x1613ea=>{const _0x593b28=_0x46243f;!_0x1613ea[_0x593b28(0x226)]&&!_0x1613ea[_0x593b28(0x201)]&&(_0x1613ea[_0x593b28(0x226)]=_0x940f27[_0x593b28(0x22c)](uuidv4),_0x1613ea[_0x593b28(0x201)]=_0x1613ea[_0x593b28(0x226)],logger[_0x593b28(0x22b)](_0x593b28(0x2e5)+_0x1613ea[_0x593b28(0x2a3)]+_0x593b28(0x221)+_0x1613ea[_0x593b28(0x226)]));}),this['mapTestHooks'](_0x329711['parent']);}['getHooksForTest'](_0xe0fdd4){const _0x4d610b=a71_0x38c679,_0x5b781c={'ENESO':function(_0x4981cb,_0x5dd00d){return _0x4981cb(_0x5dd00d);}};if(!_0xe0fdd4||!_0xe0fdd4['parent'])return[];const _0x15dc16=[];return _0xe0fdd4['parent'][_0x4d610b(0x34d)]&&Array[_0x4d610b(0x24d)](_0xe0fdd4[_0x4d610b(0x2eb)][_0x4d610b(0x34d)])&&_0xe0fdd4[_0x4d610b(0x2eb)]['hooks'][_0x4d610b(0x2fe)](_0x824b7f=>{const _0x1807e0=_0x4d610b,_0xfa6b36=_0x824b7f[_0x1807e0(0x226)]||_0x824b7f[_0x1807e0(0x201)];_0xfa6b36&&!this[_0x1807e0(0x20f)](_0x824b7f)&&!_0x5b781c[_0x1807e0(0x2b1)](isInternalHook,_0x824b7f['fn'])&&_0x15dc16[_0x1807e0(0x264)](_0xfa6b36);}),[..._0x15dc16,...this[_0x4d610b(0x268)](_0xe0fdd4[_0x4d610b(0x2eb)])];}[a71_0x38c679(0x1dc)](_0x18b157){const _0x49d147=a71_0x38c679,_0x4d40cc={'IxAuk':function(_0x159493,_0x26c140){return _0x159493(_0x26c140);},'tNZEt':_0x49d147(0x2c1)},_0x11cd63=new Map(),_0x553a3a=_0x446af7=>{const _0x3aaf69=_0x49d147;if(!_0x446af7||!_0x446af7[_0x3aaf69(0x2eb)])return;_0x446af7[_0x3aaf69(0x2eb)]['hooks']&&Array[_0x3aaf69(0x24d)](_0x446af7['parent']['hooks'])&&_0x446af7['parent'][_0x3aaf69(0x34d)][_0x3aaf69(0x2fe)](_0x442c58=>{const _0x24ae1a=_0x3aaf69,_0x599893=_0x442c58['hookAnalyticsId']||_0x442c58['hookUUID'];if(_0x599893&&!this[_0x24ae1a(0x20f)](_0x442c58)&&!_0x4d40cc['IxAuk'](isInternalHook,_0x442c58['fn'])){const _0xb5efbf={};_0xb5efbf[_0x24ae1a(0x2a3)]=_0x442c58['type']||_0x4d40cc[_0x24ae1a(0x2de)],_0xb5efbf[_0x24ae1a(0x245)]=_0x442c58[_0x24ae1a(0x245)]||'\x22'+_0x442c58[_0x24ae1a(0x2a3)]+_0x24ae1a(0x1d7),_0x11cd63[_0x24ae1a(0x307)](_0x599893,_0xb5efbf);}}),_0x4d40cc[_0x3aaf69(0x202)](_0x553a3a,_0x446af7[_0x3aaf69(0x2eb)]);};return _0x4d40cc[_0x49d147(0x202)](_0x553a3a,_0x18b157),_0x11cd63;}[a71_0x38c679(0x20f)](_0x56fb32){const _0x39f9c6=a71_0x38c679,_0x142b04={};_0x142b04[_0x39f9c6(0x2cd)]=_0x39f9c6(0x29c),_0x142b04[_0x39f9c6(0x220)]=_0x39f9c6(0x30f);const _0x385850=_0x142b04;try{const _0x283761=this['getRootParentFile'](_0x56fb32);return _0x283761&&_0x283761['includes'](_0x385850[_0x39f9c6(0x2cd)]);}catch(_0xc9608){logger['debug'](_0x385850[_0x39f9c6(0x220)]);}return![];}['getRootParentFile'](_0x2a50d3){const _0x1b2e64=a71_0x38c679;if(_0x2a50d3[_0x1b2e64(0x34a)])try{const _0x3f183f=stackTrace[_0x1b2e64(0x313)](_0x2a50d3['asyncError']);return _0x3f183f[0x0]?_0x3f183f[0x0][_0x1b2e64(0x227)]():null;}catch(_0xda720c){logger[_0x1b2e64(0x22b)](_0x1b2e64(0x1d0)+util[_0x1b2e64(0x340)](_0xda720c));}if(_0x2a50d3['file'])return _0x2a50d3['file'];return null;}}module[a71_0x38c679(0x32b)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x50e835=a72_0x28de;(function(_0x215ac0,_0x148739){const _0x3b9e8f=a72_0x28de,_0x423697=_0x215ac0();while(!![]){try{const _0x4f489f=parseInt(_0x3b9e8f(0x8b))/0x1+parseInt(_0x3b9e8f(0x89))/0x2+-parseInt(_0x3b9e8f(0x81))/0x3+-parseInt(_0x3b9e8f(0x95))/0x4*(parseInt(_0x3b9e8f(0x8f))/0x5)+-parseInt(_0x3b9e8f(0xa6))/0x6*(parseInt(_0x3b9e8f(0x9a))/0x7)+-parseInt(_0x3b9e8f(0x93))/0x8*(-parseInt(_0x3b9e8f(0x87))/0x9)+-parseInt(_0x3b9e8f(0x80))/0xa*(-parseInt(_0x3b9e8f(0xa5))/0xb);if(_0x4f489f===_0x148739)break;else _0x423697['push'](_0x423697['shift']());}catch(_0x45e6e9){_0x423697['push'](_0x423697['shift']());}}}(a72_0x3d7e,0x86511));const AutomationFramework=require(a72_0x50e835(0xa1)),{createClassLogger}=require(a72_0x50e835(0x8d)),AutomationFrameworkState=require(a72_0x50e835(0x98)),CLIUtils=require(a72_0x50e835(0x9c)),TrackedInstance=require(a72_0x50e835(0xa0)),AutomationFrameworkInstance=require(a72_0x50e835(0x9d));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x50e835(0xa4));constructor(_0x5cdd23,_0x10d69b){super(_0x5cdd23,_0x10d69b);}async[a72_0x50e835(0x8e)](_0x226721,_0x53281a,_0x164459={}){const _0x441f78=a72_0x50e835,_0x23ff2e={};_0x23ff2e[_0x441f78(0x7f)]=function(_0x293793,_0x2b45f5){return _0x293793===_0x2b45f5;};const _0x3b58f1=_0x23ff2e;this['logger']['debug'](_0x441f78(0x97)+_0x226721+_0x441f78(0x82)+_0x53281a),await super[_0x441f78(0x8e)](_0x226721,_0x53281a,_0x164459);const _0x45d1a7=this[_0x441f78(0x84)](_0x226721,_0x53281a,_0x164459);if(_0x3b58f1[_0x441f78(0x7f)](_0x45d1a7,null))return;_0x164459['instance']=_0x45d1a7,await this[_0x441f78(0x88)](_0x45d1a7,_0x226721,_0x53281a,_0x164459);}['resolveInstance'](_0x5ae745,_0x4e4ccd,_0x5486d7={}){const _0x2168e7=a72_0x50e835,_0x4ea122={};_0x4ea122[_0x2168e7(0x7d)]=function(_0x3e3567,_0x30e167){return _0x3e3567===_0x30e167;},_0x4ea122[_0x2168e7(0xa3)]=function(_0x446c87,_0x4a3b6a){return _0x446c87===_0x4a3b6a;};const _0x96f00=_0x4ea122;let _0xe2262f=null;return(_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x85)])||_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x90)])&&(_0x5486d7['message']&&_0x5486d7['message'][_0x2168e7(0x9e)]&&_0x5486d7['message'][_0x2168e7(0x9e)][_0x2168e7(0x8c)])||_0x96f00[_0x2168e7(0xa3)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x96)]))&&this['trackPlaywrightInstance'](_0x5ae745,_0x5486d7),_0xe2262f=AutomationFramework['getTrackedInstance'](),_0xe2262f;}['trackPlaywrightInstance'](_0x42c2bf,_0x22a290){const _0x3bd867=a72_0x50e835,_0x3b8a80={};_0x3b8a80[_0x3bd867(0x7c)]=_0x3bd867(0x94);const _0x240014=_0x3b8a80;if(AutomationFramework[_0x3bd867(0x99)]()){this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x240014[_0x3bd867(0x7c)]);return;}const _0x13d5e9=CLIUtils[_0x3bd867(0x7e)](),_0x26e49e=TrackedInstance['createContext'](_0x13d5e9);let _0x2f7615=null;this[_0x3bd867(0x83)]['info'](_0x3bd867(0x91)+_0x13d5e9+',\x20state='+_0x42c2bf),_0x2f7615=new AutomationFrameworkInstance(_0x26e49e,this[_0x3bd867(0x8a)](),this[_0x3bd867(0x86)](),_0x42c2bf),AutomationFramework['setTrackedInstance'](_0x26e49e,_0x2f7615),this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x3bd867(0xa2)+_0x26e49e[_0x3bd867(0x9b)]()+'\x20target='+_0x13d5e9);}}function a72_0x28de(_0x5ebcbe,_0x608606){const _0x3d7eaf=a72_0x3d7e();return a72_0x28de=function(_0x28dea3,_0xf32f91){_0x28dea3=_0x28dea3-0x7c;let _0x2688c6=_0x3d7eaf[_0x28dea3];return _0x2688c6;},a72_0x28de(_0x5ebcbe,_0x608606);}function a72_0x3d7e(){const _0x593b01=['37088QYUGAt','trackPlaywrightInstance:\x20instance\x20already\x20exists','28VSZUlm','NONE','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','getTrackedInstance','85323zrzziS','getId','../cliUtils.js','../instances/automationFrameworkInstance.js','params','info','../instances/trackedInstance.js','./automationFramework.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','BhLQn','PlaywrightAutomationFramework','209wquuih','18ccSOaR','nwURK','jSYKG','getCurrentInstanceName','bOOEn','184180AFoVul','239952jSSxLf','\x20hookState=','logger','resolveInstance','CREATE','getAutomationFrameworkVersion','18zThncl','runHooks','1290722LhdVzq','getAutomationFrameworkName','559292LBstKA','bsParams','../../../helpers/classLogger.js','trackEvent','640825WxlUQq','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','exports'];a72_0x3d7e=function(){return _0x593b01;};return a72_0x3d7e();}module[a72_0x50e835(0x92)]=PlaywrightAutomationFramework;
|