browserstack-node-sdk 1.48.1 → 1.49.0
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 +3 -2
- 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/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/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
|
-
const a70_0x3bd32f=a70_0x4d75;(function(_0xba4ba0,_0x297098){const _0x5b04ef=a70_0x4d75,_0xea1e47=_0xba4ba0();while(!![]){try{const _0x380e25=-parseInt(_0x5b04ef(0x12b))/0x1+parseInt(_0x5b04ef(0x117))/0x2*(parseInt(_0x5b04ef(0x142))/0x3)+parseInt(_0x5b04ef(0x14e))/0x4+-parseInt(_0x5b04ef(0xe7))/0x5+parseInt(_0x5b04ef(0x11e))/0x6+-parseInt(_0x5b04ef(0xd0))/0x7*(parseInt(_0x5b04ef(0x156))/0x8)+-parseInt(_0x5b04ef(0x10a))/0x9*(-parseInt(_0x5b04ef(0xb1))/0xa);if(_0x380e25===_0x297098)break;else _0xea1e47['push'](_0xea1e47['shift']());}catch(_0x3ff71b){_0xea1e47['push'](_0xea1e47['shift']());}}}(a70_0x14ea,0xf326a));function a70_0x14ea(){const _0x51d925=['\x20&\x20hook\x20=\x20','KEY_TEST_LOGS','KEY_HOOK_ID','ETCFp','\x20with\x20UUID:\x20','INIT_TEST','KEY_TEST_NAME','KEY_CUSTOM_TAGS','trackEvent:\x20unsupported\x20testFrameworkState=','location','testUUID','args','pop','push','hook_type','getTestFrameworksVersions','customRerunParam','toISOString','unknown','KEY_HOOK_FAILURE_TYPE','KEY_TEST_SCOPES','KEY_AUTOMATE_SESSION_NAME','UnhandledError','getThreadId','getTestUUID','KEY_TEST_FAILURE','dcaUT','NUvwn','JQkVS','AhkDM','util',',\x20hookState:\x20','addMultipleEntries','../state/testFrameworkState.js','test','trackHookEvent','349000krnsqs','name','Tracked\x20cucumber\x20hook\x20event:\x20','bOQLH','../../../helpers/helper.js','getTestFrameworks','Error\x20in\x20createTestFrameworkEventPayload:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','yEJqq','failure_data','processPendingHooks','\x20testState:\x20','parseCucumberTest','addPendingHook','./constants/testFrameworkConstants.js','AsOAl','GhIys','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getCurrentHookState','\x20batch\x20','KEY_HOOK_LAST_STARTED','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','failure_type','trackCucumberInstance','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','hBgIH','KEY_TEST_META','keys','failed','Parsed\x20cucumber\x20test:\x20','\x20&\x20hookState=','14UVOROY','sendLogCreatedEvent:\x20for\x20testId:\x20','scopes','removePendingHooks','onjGD','inspect','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','rZtlR','\x20with\x20id\x20','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_HOOK_LAST_FINISHED','JziMw','storePendingHook','file_name','error','get','test_run_id','createContext','KEY_EVENT_ENDED_AT','readLogObjects','KEY_TEST_SCOPE','hDWrW','startedAt','4728725XGPoQr','NONE','getTestDetails','setTestDetails','\x20hookState:\x20','vyVPP','\x20payload=','KCsEm','KEY_TEST_FAILURE_REASON','getId','../cliUtils.js','cuFbB',',\x20state:\x20','hookData','body','HEwWx','zRpqa','../grpcClient','KEY_TEST_ENDED_AT','UWXOf','POST','code','LclMn','KEY_TEST_ID','eventJson','EiZXm','getCurrentInstanceName','matchHookRegex','usCPP','createTestFrameworkEventPayload','KEY_TEST_UUID','sendLogCreatedEvent','testData','\x20target=','CucumberTestFramework','135pNBvcc','parseCucumberTestResult','length','passed','\x20\x20and\x20args\x20=\x20','Updated\x20cucumber\x20test\x20result:\x20','stringify','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOK_LOGS','started_at','KEY_HOOK_RESULT','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','2buJaUB','slice','DEFAULT_HOOK_RESULT','instance','\x20response=','KEY_TEST_RERUN_NAME','getContext','6787350bYmjbg','rerun_name','KEY_HOOK_FAILURE','testFrameworkName','KEY_TEST_ATTACHMENTS','Cucumber\x20log\x20created\x20event','hookState','format','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','parallelIndex','zYvJm','puXhu','resolveInstance','816109gjiKhG','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','nGdsE','DEFAULT_TEST_RESULT','trackEvent','../TestInfo.js','WIcia','\x20pending\x20hooks\x20for\x20testId:\x20','testFrameworkState','result','xOcPD','KEY_HOOK_FAILURE_REASON','trackCucumberInstance:\x20saved\x20instance\x20contextId=','finished_at','tags','base64','meta','getCurrentTestState','split','hooks','KEY_HOOKS_FINISHED','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','lqZYR','4412766ZPpInO','testFrameworkVersion',',\x20storing\x20as\x20pending\x20hook','debug','uuid','KEY_TEST_STARTED_AT','toString','TrjJb','exports','PRE','KEY_HOOKS_STARTED',',\x20error:\x20','869372soFrgI','runHooks','KEY_TEST_CODE','KEY_TEST_RESULT','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','endedAt','getAllData','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','2340760XbkRFP','../instances/testFrameworkInstance.js','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','key','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping',',\x20state=','KEY_LOGS','Chffc','failure_reason','KEY_EVENT_STARTED_AT','LFMHt','failure','Processing\x20'];a70_0x14ea=function(){return _0x51d925;};return a70_0x14ea();}const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x3bd32f(0xae)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x3bd32f(0x157)),CLIUtils=require(a70_0x3bd32f(0xf1)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x3bd32f(0xbf)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x3bd32f(0xb5)),logger=createClassLogger(a70_0x3bd32f(0x109)),{v4:uuidv4}=require('uuid'),util=require(a70_0x3bd32f(0xab)),TestInfo=require(a70_0x3bd32f(0x130)),GrpcClient=require(a70_0x3bd32f(0xf8));class CucumberTestFramework extends TestFramework{constructor(_0x2202a4,_0x18a311,_0x1ad979){super(_0x2202a4,_0x18a311,_0x1ad979);}async[a70_0x3bd32f(0x12f)](_0x189c14,_0x3d7b76,_0x4e7b9b={}){const _0x58ce29=a70_0x3bd32f,_0x209023={};_0x209023['puXhu']='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x209023[_0x58ce29(0xd7)]=function(_0x2e0971,_0x488625){return _0x2e0971===_0x488625;},_0x209023['tCntc']=function(_0x273eb2,_0xc8a357){return _0x273eb2===_0xc8a357;},_0x209023['Chffc']=_0x58ce29(0xd9);const _0x5e4287=_0x209023;await super[_0x58ce29(0x12f)](_0x189c14,_0x3d7b76,_0x4e7b9b);const _0x4c980f=this[_0x58ce29(0x12a)](_0x189c14,_0x3d7b76,_0x4e7b9b);if(!_0x4c980f){logger[_0x58ce29(0x145)](_0x5e4287[_0x58ce29(0x129)]);return;}try{let _0x23fa1e,_0x2011e0;switch(_0x189c14){case TestFrameworkState['TEST']:_0x23fa1e=_0x4e7b9b[_0x58ce29(0xaf)],_0x2011e0=TestInfo[_0x58ce29(0xa5)](_0x23fa1e['id']);if(_0x5e4287[_0x58ce29(0xd7)](_0x3d7b76,HookState['PRE'])){logger[_0x58ce29(0x145)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x23fa1e['id']);const _0x6cac3b={};_0x6cac3b[_0x58ce29(0x97)]=_0x2011e0,_0x6cac3b['testData']=_0x23fa1e,_0x4c980f[_0x58ce29(0xad)](this['parseCucumberTest'](_0x6cac3b)),logger['debug'](_0x58ce29(0x158)+_0x23fa1e['id']),await this['processPendingHooks'](_0x4c980f,_0x23fa1e['id']);}else{if(_0x5e4287['rZtlR'](_0x3d7b76,HookState[_0x58ce29(0xfb)])){const _0x4119b2={};_0x4119b2[_0x58ce29(0x97)]=_0x2011e0,_0x4119b2[_0x58ce29(0x107)]=_0x23fa1e,_0x4c980f[_0x58ce29(0xad)](this['parseCucumberTestResult'](_0x4119b2)),await this['processPendingHooks'](_0x4c980f,_0x23fa1e['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x5e4287['tCntc'](_0x3d7b76,HookState[_0x58ce29(0xfb)])&&await this[_0x58ce29(0x106)](_0x4c980f,_0x189c14,_0x4e7b9b);break;default:if(CLIUtils[_0x58ce29(0x102)](_0x189c14[_0x58ce29(0x148)]()[_0x58ce29(0x13d)]('.')[0x1])){const _0x4e8cfb=await this['trackHookEvent'](_0x4c980f,_0x189c14,_0x3d7b76,_0x4e7b9b);_0x4c980f['addMultipleEntries'](_0x4e8cfb);}else logger[_0x58ce29(0x145)](_0x58ce29(0x95)+_0x189c14+_0x58ce29(0xcf)+_0x3d7b76);break;}}catch(_0x4ad811){logger[_0x58ce29(0xde)](util[_0x58ce29(0x125)](_0x5e4287[_0x58ce29(0x15d)],_0x189c14,_0x3d7b76,_0x4e7b9b['length'],_0x4ad811));}_0x4e7b9b[_0x58ce29(0x11a)]=_0x4c980f,await this[_0x58ce29(0x14f)](_0x4c980f,_0x189c14,_0x3d7b76,_0x4e7b9b);}[a70_0x3bd32f(0x12a)](_0xfd67dd,_0x145793,_0x194c2f={}){const _0x5b8016=a70_0x3bd32f,_0x40a119={};_0x40a119[_0x5b8016(0xa9)]=function(_0x44128f,_0x13a4f3){return _0x44128f===_0x13a4f3;},_0x40a119[_0x5b8016(0x100)]=function(_0x3aa1bd,_0x3a71ce){return _0x3aa1bd===_0x3a71ce;};const _0x56b9b6=_0x40a119;let _0x3be68c=null;return(_0x56b9b6[_0x5b8016(0xa9)](_0xfd67dd,TestFrameworkState[_0x5b8016(0x92)])||_0x56b9b6[_0x5b8016(0x100)](_0xfd67dd,TestFrameworkState[_0x5b8016(0xe8)]))&&this['trackCucumberInstance'](_0xfd67dd,_0x194c2f),_0x3be68c=TestFramework['getTrackedInstance'](),_0x3be68c;}[a70_0x3bd32f(0xc8)](_0x4f8e89,_0x3dcd40){const _0x112b6f=a70_0x3bd32f,_0x155ba0=CLIUtils[_0x112b6f(0x101)](),_0x4a06be=TrackedInstance[_0x112b6f(0xe1)](_0x155ba0);let _0x33b9c1=null;logger[_0x112b6f(0x145)](_0x112b6f(0xc9)+_0x155ba0+_0x112b6f(0x15b)+_0x4f8e89),_0x33b9c1=new TestFrameworkInstance(_0x4a06be,this[_0x112b6f(0xb6)](),this[_0x112b6f(0x9c)](),_0x4f8e89,HookState[_0x112b6f(0xe8)]),TestFramework['setTrackedInstance'](_0x4a06be,_0x33b9c1),logger[_0x112b6f(0x145)](_0x112b6f(0x137)+_0x4a06be[_0x112b6f(0xf0)]()+_0x112b6f(0x108)+_0x155ba0);}[a70_0x3bd32f(0xbd)](_0x419ebf){const _0x3ba3ce=a70_0x3bd32f,_0x133983={};_0x133983['WIcia']=_0x3ba3ce(0x126);const _0xa533d7=_0x133983,{testUUID:_0x53bd7b,testData:_0x1fea3f}=_0x419ebf;if(!_0x1fea3f||!_0x1fea3f[_0x3ba3ce(0x146)])return logger['debug'](_0xa533d7[_0x3ba3ce(0x131)]),{};const _0x5e0ae4=_0x1fea3f[_0x3ba3ce(0x146)],_0x550da6=_0x1fea3f[_0x3ba3ce(0x146)],_0x37dc21=this[_0x3ba3ce(0xb6)]()[0x0],_0x23011b=this['getTestFrameworksVersions'](),_0x49190a={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x37dc21,[TestFrameworkConstants[_0x3ba3ce(0x111)]]:_0x23011b[_0x37dc21],[TestFrameworkConstants[_0x3ba3ce(0x164)]]:[],[TestFrameworkConstants[_0x3ba3ce(0x13f)]]:{},[TestFrameworkConstants[_0x3ba3ce(0x14c)]]:{},[TestFrameworkConstants[_0x3ba3ce(0x105)]]:_0x5e0ae4,[TestFrameworkConstants[_0x3ba3ce(0x151)]]:TestFrameworkConstants[_0x3ba3ce(0x12e)],[TestFrameworkConstants[_0x3ba3ce(0xa2)]]:_0x1fea3f[_0x3ba3ce(0xb2)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1fea3f[_0x3ba3ce(0xdd)]||'',[TestFrameworkConstants[_0x3ba3ce(0xfe)]]:_0x550da6,[TestFrameworkConstants[_0x3ba3ce(0x93)]]:_0x1fea3f[_0x3ba3ce(0xb2)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1fea3f[_0x3ba3ce(0x96)]||'',[TestFrameworkConstants[_0x3ba3ce(0x150)]]:_0x1fea3f[_0x3ba3ce(0xf5)]?.[_0x3ba3ce(0xfc)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1fea3f[_0x3ba3ce(0x139)]||[],[TestFrameworkConstants[_0x3ba3ce(0x147)]]:_0x1fea3f[_0x3ba3ce(0xe6)]||new Date()[_0x3ba3ce(0x9e)](),[TestFrameworkConstants[_0x3ba3ce(0xe4)]]:_0x1fea3f[_0x3ba3ce(0xd2)]?.[0x0]||'',[TestFrameworkConstants[_0x3ba3ce(0xa1)]]:_0x1fea3f['scopes']||[],[TestFrameworkConstants[_0x3ba3ce(0x11c)]]:_0x1fea3f[_0x3ba3ce(0x9d)]?.[_0x3ba3ce(0x11f)]||_0x1fea3f[_0x3ba3ce(0xb2)]||'',[TestFrameworkConstants[_0x3ba3ce(0x94)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x1fea3f['meta']||{}};TestInfo[_0x3ba3ce(0xea)](_0x550da6,_0x49190a),logger[_0x3ba3ce(0x145)](_0x3ba3ce(0xce)+_0x1fea3f['name']+_0x3ba3ce(0x167)+_0x5e0ae4);const _0x1cfa50={};return _0x1cfa50[_0x550da6]=_0x49190a,_0x1cfa50;}[a70_0x3bd32f(0x10b)](_0x186523){const _0xd43f8f=a70_0x3bd32f,_0x3555d0={'ETCFp':_0xd43f8f(0xb8),'dcaUT':_0xd43f8f(0x9f),'KCsEm':function(_0x289001,_0xe6ad29){return _0x289001===_0xe6ad29;},'lqZYR':'failed','GhIys':_0xd43f8f(0xa3),'zRpqa':function(_0x2cb8a9,_0x392cd9,_0x32d38f){return _0x2cb8a9(_0x392cd9,_0x32d38f);},'bOQLH':function(_0xa43a7d,_0x149292){return _0xa43a7d>_0x149292;}},{testUUID:_0x506cb0,testData:_0x243e93}=_0x186523;if(!_0x243e93||!_0x243e93[_0xd43f8f(0x146)])return logger['debug'](_0x3555d0[_0xd43f8f(0x166)]),{};const _0x238086=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0xd43f8f(0xfb)]),_0x383ba6=_0x243e93[_0xd43f8f(0x146)],_0x37df22=TestInfo[_0xd43f8f(0xe9)](_0x383ba6)||{},_0x2aff6a=_0x37df22?_0x37df22[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x479a99={..._0x37df22,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x243e93[_0xd43f8f(0x134)]||_0x3555d0[_0xd43f8f(0xa7)],[TestFrameworkConstants[_0xd43f8f(0xf9)]]:_0x243e93['finishedAt']||new Date()[_0xd43f8f(0x9e)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0xd43f8f(0x9e)](),[TestFrameworkConstants[_0xd43f8f(0x94)]]:_0x2aff6a,[TestFrameworkConstants[_0xd43f8f(0x15c)]]:[],[TestFrameworkConstants[_0xd43f8f(0xcb)]]:_0x243e93[_0xd43f8f(0x13b)]||{}};_0x3555d0[_0xd43f8f(0xee)](_0x243e93[_0xd43f8f(0x134)],_0x3555d0[_0xd43f8f(0x141)])&&_0x243e93[_0xd43f8f(0x161)]&&(_0x479a99[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x243e93[_0xd43f8f(0xc7)]||_0x3555d0[_0xd43f8f(0xc1)],_0x479a99[TestFrameworkConstants[_0xd43f8f(0xef)]]=_0x243e93[_0xd43f8f(0x15e)]||'',_0x479a99[TestFrameworkConstants[_0xd43f8f(0xa6)]]=_0x243e93['failure']);const _0x15e33c=TestInfo[_0xd43f8f(0xe9)](_0x383ba6)[TestFrameworkConstants[_0xd43f8f(0x122)]]||{},_0x9797ea=_0x3555d0[_0xd43f8f(0xf7)](getManualUploadLogs,_0x15e33c,_0x238086[_0xd43f8f(0x154)]()[_0xd43f8f(0xdf)](_0x383ba6)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x3555d0[_0xd43f8f(0xb4)](_0x9797ea['length'],0x0)){const _0x799c24=_0x479a99[TestFrameworkConstants[_0xd43f8f(0x15c)]]||[];_0x479a99[TestFrameworkConstants[_0xd43f8f(0x15c)]]=[..._0x799c24,..._0x9797ea];}_0x243e93['hooks']&&_0x3555d0['bOQLH'](_0x243e93['hooks'][_0xd43f8f(0x10c)],0x0)&&(_0x479a99[TestFrameworkConstants[_0xd43f8f(0x13f)]]=_0x243e93[_0xd43f8f(0x13e)]);TestInfo[_0xd43f8f(0xea)](_0x383ba6,_0x479a99),logger[_0xd43f8f(0x145)](_0xd43f8f(0x10f)+_0x243e93[_0xd43f8f(0xb2)]+'\x20with\x20result:\x20'+_0x243e93[_0xd43f8f(0x134)]);const _0x2aacc3={};return _0x2aacc3[_0x383ba6]=_0x479a99,_0x2aacc3;}async[a70_0x3bd32f(0xb0)](_0x58198e,_0x239635,_0xffa5b,_0x1c072f){const _0x371988=a70_0x3bd32f,_0x1512bf={'TrjJb':_0x371988(0x12c),'hDWrW':function(_0x2c93e7){return _0x2c93e7();},'vyVPP':function(_0x1efeb0,_0x27d067){return _0x1efeb0 in _0x27d067;},'HEwWx':function(_0x1d27d6,_0x1c48a3){return _0x1d27d6 in _0x1c48a3;},'onjGD':function(_0x492fb1,_0x5446c8){return _0x492fb1===_0x5446c8;},'hBgIH':function(_0x4f65b4,_0x12e425){return _0x4f65b4===_0x12e425;},'cuFbB':function(_0x75e47e,_0x3f805b){return _0x75e47e>_0x3f805b;},'UmGHW':function(_0x515065,_0x48d6f4){return _0x515065===_0x48d6f4;},'LclMn':_0x371988(0xcd),'NUvwn':_0x371988(0xa3),'BSXgW':_0x371988(0x10d),'usCPP':function(_0x48e1a4,_0x53ba8a){return _0x48e1a4!==_0x53ba8a;}},{hookData:_0x4a8f8e}=_0x1c072f;if(!_0x4a8f8e)return logger[_0x371988(0x145)](_0x1512bf[_0x371988(0x149)]),{};const _0x5993e3=_0x4a8f8e[_0x371988(0x146)]||_0x1512bf[_0x371988(0xe5)](uuidv4),_0x3f1a99=_0x4a8f8e['test_run_id'],_0x33010f=_0x239635[_0x371988(0x148)]()['split']('.')[0x1],_0x12141b=TestInfo[_0x371988(0xe9)](_0x3f1a99)[TestFrameworkConstants[_0x371988(0x94)]]||{},_0x43d20f=_0x58198e[_0x371988(0x154)]()[_0x371988(0xdf)](_0x3f1a99);if(!_0x43d20f)return logger[_0x371988(0x145)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x3f1a99+_0x371988(0x144)),this[_0x371988(0xdc)](_0x58198e,_0x3f1a99,_0x239635,_0xffa5b,_0x1c072f),{};let _0x34f855=_0x43d20f[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x34f855&&(_0x34f855={});!_0x1512bf[_0x371988(0xec)](_0x33010f,_0x34f855)&&(_0x34f855[_0x33010f]=[]);let _0x5d827d=_0x43d20f[TestFrameworkConstants[_0x371988(0x13f)]];!_0x5d827d&&(_0x5d827d={});!_0x1512bf[_0x371988(0xf6)](_0x33010f,_0x5d827d)&&(_0x5d827d[_0x33010f]=[]);const _0x282e31={[TestFrameworkConstants[_0x371988(0x14c)]]:_0x34f855,[TestFrameworkConstants[_0x371988(0x13f)]]:_0x5d827d},_0xd56259={};_0xd56259[_0x3f1a99]=_0x282e31;const _0x3332a7=_0xd56259;if(_0x1512bf[_0x371988(0xd4)](_0xffa5b,HookState[_0x371988(0x14b)])){const _0x55dfda={[TestFrameworkConstants[_0x371988(0x165)]]:_0x5993e3,[TestFrameworkConstants[_0x371988(0x114)]]:TestFrameworkConstants[_0x371988(0x119)],[TestFrameworkConstants[_0x371988(0x15f)]]:_0x4a8f8e[_0x371988(0x113)],[TestFrameworkConstants[_0x371988(0x112)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4a8f8e['hook_type'],[TestFrameworkConstants[_0x371988(0x94)]]:_0x12141b};_0x55dfda[_0x371988(0x159)]=_0x33010f;const _0x461c53=_0x55dfda;_0x34f855[_0x33010f][_0x371988(0x9a)](_0x461c53),_0x3332a7[_0x3f1a99][TestFrameworkConstants[_0x371988(0xc5)]]=_0x33010f,logger[_0x371988(0x145)](_0x371988(0xd6)+_0x33010f+_0x371988(0x163)+_0x461c53+_0x371988(0x10e)+_0x1c072f);}else{if(_0x1512bf[_0x371988(0xca)](_0xffa5b,HookState[_0x371988(0xfb)])){const _0x9030e9=_0x4a8f8e['result'],_0x350611=_0x34f855[_0x33010f]||[];logger[_0x371988(0x145)](_0x371988(0x140)+_0x350611+'\x20and\x20args\x20=\x20'+_0x1c072f);if(_0x1512bf[_0x371988(0xf2)](_0x350611[_0x371988(0x10c)],0x0)){const _0x313c69=_0x350611[_0x371988(0x99)]();_0x1512bf['UmGHW'](_0x4a8f8e[_0x371988(0x134)],_0x1512bf[_0x371988(0xfd)])&&_0x4a8f8e[_0x371988(0xba)]?(_0x313c69[TestFrameworkConstants[_0x371988(0xa0)]]=_0x4a8f8e['failure_type']||_0x1512bf[_0x371988(0xa8)],_0x313c69[TestFrameworkConstants[_0x371988(0x136)]]=_0x4a8f8e['failure_reason']||'',_0x313c69[TestFrameworkConstants[_0x371988(0x120)]]=_0x4a8f8e['failure_data']):_0x313c69[TestFrameworkConstants[_0x371988(0x114)]]=_0x1512bf['BSXgW'];_0x1512bf[_0x371988(0x103)](_0x9030e9,TestFrameworkConstants[_0x371988(0x119)])&&(_0x313c69[TestFrameworkConstants[_0x371988(0x114)]]=_0x9030e9);_0x313c69[TestFrameworkConstants[_0x371988(0xe2)]]=_0x4a8f8e[_0x371988(0x138)]||new Date()[_0x371988(0x9e)](),_0x313c69[TestFrameworkConstants[_0x371988(0x94)]]=_0x12141b;const _0x4f6a9b=_0x313c69[TestFrameworkConstants[_0x371988(0x165)]];!_0x5d827d[_0x33010f]&&(_0x5d827d[_0x33010f]=[]),_0x5d827d[_0x33010f][_0x371988(0x9a)](_0x313c69),_0x3332a7[_0x3f1a99][TestFrameworkConstants[_0x371988(0xda)]]=_0x33010f;}}}return logger[_0x371988(0x145)](_0x371988(0xb3)+_0x4a8f8e[_0x371988(0x9b)]+_0x371988(0xd8)+_0x5993e3+'\x20for\x20test:\x20'+_0x3f1a99),_0x3332a7;}[a70_0x3bd32f(0x104)](_0x1eccd9){const _0x4145ff=a70_0x3bd32f,_0xa8b7cf={};_0xa8b7cf['nGdsE']=_0x4145ff(0x13a);const _0x716b54=_0xa8b7cf;try{const _0x9897bf=_0x1eccd9['test']?_0x1eccd9['test']['id']:_0x1eccd9[_0x4145ff(0xf4)][_0x4145ff(0xe0)],_0x23be77=_0x1eccd9[_0x4145ff(0x11a)],_0x38faf8=_0x23be77[_0x4145ff(0x11d)](),_0x40c3c4=_0x23be77[_0x4145ff(0x154)]()[_0x4145ff(0xdf)](_0x9897bf);if(!_0x40c3c4)return logger[_0x4145ff(0x145)](_0x4145ff(0x155)+_0x9897bf),{};logger[_0x4145ff(0x145)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x9897bf);const {[TestFrameworkConstants[_0x4145ff(0x116)]]:_0x56132b='',[TestFrameworkConstants[_0x4145ff(0x111)]]:_0x58e315='',[TestFrameworkConstants[_0x4145ff(0x147)]]:_0x1f020b='',[TestFrameworkConstants[_0x4145ff(0xf9)]]:_0x43437c=''}=_0x40c3c4,_0x578880=_0x23be77[_0x4145ff(0x13c)]()['toString']()['split']('.')[0x1],_0x4a7ac3=_0x23be77[_0x4145ff(0xc3)]()[_0x4145ff(0x148)]()[_0x4145ff(0x13d)]('.')[0x1],_0x115d04=global?.['__workerDetails']?.['workerInfo']?.[_0x4145ff(0x127)],_0x456f05=_0x23be77['getRef'](),_0x1c06cf=Buffer['from'](JSON[_0x4145ff(0x110)](_0x40c3c4))[_0x4145ff(0x148)](_0x716b54[_0x4145ff(0x12d)]),_0x5c9fb6={'hash':_0x38faf8['getId'](),'threadId':_0x38faf8[_0x4145ff(0xa4)]()[_0x4145ff(0x148)](),'processId':_0x38faf8['getProcessId']()['toString']()},_0x505a86={};_0x505a86['platformIndex']=_0x115d04,_0x505a86[_0x4145ff(0x121)]=_0x56132b,_0x505a86[_0x4145ff(0x143)]=_0x58e315,_0x505a86[_0x4145ff(0x133)]=_0x578880,_0x505a86[_0x4145ff(0x124)]=_0x4a7ac3,_0x505a86[_0x4145ff(0xe6)]=_0x1f020b,_0x505a86[_0x4145ff(0x153)]=_0x43437c,_0x505a86['uuid']=_0x456f05,_0x505a86[_0x4145ff(0xff)]=_0x1c06cf,_0x505a86['executionContext']=_0x5c9fb6;const _0x4442c9=_0x505a86;return logger[_0x4145ff(0x145)](_0x4145ff(0x115)+_0x9897bf+_0x4145ff(0xbc)+_0x578880+_0x4145ff(0xeb)+_0x4a7ac3),_0x4442c9;}catch(_0x2dde07){return logger[_0x4145ff(0xde)](_0x4145ff(0xb7)+util[_0x4145ff(0x125)](_0x2dde07)),{};}}async['sendLogCreatedEvent'](_0x984bc6,_0x5f0c61,_0x54af33){const _0xefe44e=a70_0x3bd32f,_0x2d42a3={'UWXOf':function(_0x1d1dc7,_0x6e638c,_0x5eb269){return _0x1d1dc7(_0x6e638c,_0x5eb269);},'yEJqq':function(_0x515e07,_0x4914c9){return _0x515e07===_0x4914c9;},'AsOAl':_0xefe44e(0x15a),'zYvJm':function(_0x22a31f,_0x419699){return _0x22a31f/_0x419699;},'FjYzU':function(_0x5ebcf6,_0x21f152){return _0x5ebcf6<_0x21f152;},'AhkDM':function(_0x382e9c,_0x1cfff7){return _0x382e9c*_0x1cfff7;},'xOcPD':function(_0x2a7c7b,_0x3cf00e){return _0x2a7c7b+_0x3cf00e;},'LFMHt':_0xefe44e(0x123)};try{const _0x1a4e23=_0x54af33[_0xefe44e(0x97)],_0x3155d5=_0x984bc6[_0xefe44e(0x154)]()[_0xefe44e(0xdf)](_0x1a4e23),{[TestFrameworkConstants[_0xefe44e(0x116)]]:_0x1f83a4='',[TestFrameworkConstants[_0xefe44e(0x111)]]:_0x28aab1=''}=_0x3155d5,_0x3459d8=TestInfo[_0xefe44e(0xe3)](_0x1a4e23),_0x24f612=TestInfo[_0xefe44e(0xe9)](_0x1a4e23)[TestFrameworkConstants[_0xefe44e(0x122)]]||{},_0x5ede3a=_0x2d42a3[_0xefe44e(0xfa)](getMediaArtifactsLogs,_0x24f612,_0x984bc6[_0xefe44e(0x154)]()[_0xefe44e(0xdf)](_0x1a4e23)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x352a5b=(_0x3459d8||[])['concat'](_0x5ede3a||[]);if(!_0x352a5b||_0x2d42a3[_0xefe44e(0xb9)](_0x352a5b[_0xefe44e(0x10c)],0x0)){logger['debug'](_0x2d42a3[_0xefe44e(0xc0)]);return;}const _0x479b08=0x28,_0x41f3f5=Math['ceil'](_0x2d42a3[_0xefe44e(0x128)](_0x352a5b[_0xefe44e(0x10c)],_0x479b08));for(let _0x25f9ea=0x0;_0x2d42a3['FjYzU'](_0x25f9ea,_0x41f3f5);_0x25f9ea++){const _0x31ee77=_0x2d42a3[_0xefe44e(0xaa)](_0x25f9ea,_0x479b08),_0x5f3c48=_0x2d42a3[_0xefe44e(0x135)](_0x31ee77,_0x479b08),_0x347679=_0x352a5b[_0xefe44e(0x118)](_0x31ee77,_0x5f3c48),_0x3de274={'platformIndex':'0','logs':_0x347679,'testFrameworkName':_0x1f83a4,'testFrameworkVersion':_0x28aab1,'testFrameworkState':_0x5f0c61[_0xefe44e(0x148)]()['split']('.')[0x1]};logger[_0xefe44e(0x145)](_0xefe44e(0xd1)+_0x1a4e23+_0xefe44e(0xc4)+_0x2d42a3[_0xefe44e(0x135)](_0x25f9ea,0x1)+'/'+_0x41f3f5+_0xefe44e(0xed)+util[_0xefe44e(0xd5)](_0x3de274));const _0x55eab6=await GrpcClient['getInstance']()['logCreatedEvent'](_0x3de274);logger[_0xefe44e(0x145)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x1a4e23+_0xefe44e(0xc4)+_0x2d42a3[_0xefe44e(0x135)](_0x25f9ea,0x1)+'/'+_0x41f3f5+_0xefe44e(0x11b)+util[_0xefe44e(0xd5)](_0x55eab6));}}catch(_0x30162b){logger['error'](_0xefe44e(0x152)+util['format'](_0x30162b));}logger[_0xefe44e(0x145)](_0x2d42a3[_0xefe44e(0x160)]);}[a70_0x3bd32f(0xdc)](_0x159ed6,_0x2bb5e3,_0x4c4ec2,_0x11dada,_0x215a63){const _0x5ec187=a70_0x3bd32f,_0x457fce={'testId':_0x2bb5e3,'testFrameworkState':_0x4c4ec2,'hookState':_0x11dada,'args':_0x215a63,'timestamp':new Date()[_0x5ec187(0x9e)]()};_0x159ed6[_0x5ec187(0xbe)](_0x2bb5e3,_0x457fce),logger[_0x5ec187(0x145)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2bb5e3+_0x5ec187(0xf3)+_0x4c4ec2+_0x5ec187(0xac)+_0x11dada);}async[a70_0x3bd32f(0xbb)](_0x5c8253,_0xc694ec){const _0x2b2259=a70_0x3bd32f,_0x210f86={};_0x210f86[_0x2b2259(0xdb)]=function(_0x40fcb5,_0x13d5f7){return _0x40fcb5>_0x13d5f7;};const _0x37c974=_0x210f86;if(!_0x5c8253['hasPendingHooks'](_0xc694ec))return;const _0x4822e8=_0x5c8253['getPendingHooks'](_0xc694ec);logger[_0x2b2259(0x145)](_0x2b2259(0x162)+_0x4822e8[_0x2b2259(0x10c)]+_0x2b2259(0x132)+_0xc694ec);for(const _0xa9e5d0 of _0x4822e8){try{const _0x6fff16=await this[_0x2b2259(0xb0)](_0x5c8253,_0xa9e5d0[_0x2b2259(0x133)],_0xa9e5d0[_0x2b2259(0x124)],_0xa9e5d0[_0x2b2259(0x98)]);_0x6fff16&&_0x37c974[_0x2b2259(0xdb)](Object[_0x2b2259(0xcc)](_0x6fff16)[_0x2b2259(0x10c)],0x0)&&_0x5c8253[_0x2b2259(0xad)](_0x6fff16),await this[_0x2b2259(0x14f)](_0x5c8253,_0xa9e5d0[_0x2b2259(0x133)],_0xa9e5d0[_0x2b2259(0x124)],_0xa9e5d0[_0x2b2259(0x98)]);}catch(_0x337f1a){logger[_0x2b2259(0xde)](_0x2b2259(0xc2)+_0xc694ec+_0x2b2259(0x14d)+_0x337f1a);}}_0x5c8253[_0x2b2259(0xd3)](_0xc694ec),logger['debug'](_0x2b2259(0xc6)+_0xc694ec);}}function a70_0x4d75(_0x1925fe,_0x3e8276){const _0x14ea6a=a70_0x14ea();return a70_0x4d75=function(_0x4d7507,_0x3b19e0){_0x4d7507=_0x4d7507-0x92;let _0x59708f=_0x14ea6a[_0x4d7507];return _0x59708f;},a70_0x4d75(_0x1925fe,_0x3e8276);}module[a70_0x3bd32f(0x14a)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x1de2ef=a70_0x5d72;(function(_0x581290,_0x158cab){const _0x2a3492=a70_0x5d72,_0x29be01=_0x581290();while(!![]){try{const _0x4434d6=parseInt(_0x2a3492(0x1b3))/0x1+parseInt(_0x2a3492(0x1fb))/0x2*(parseInt(_0x2a3492(0x268))/0x3)+-parseInt(_0x2a3492(0x25d))/0x4+parseInt(_0x2a3492(0x221))/0x5+-parseInt(_0x2a3492(0x26d))/0x6+parseInt(_0x2a3492(0x25c))/0x7*(-parseInt(_0x2a3492(0x1d9))/0x8)+parseInt(_0x2a3492(0x1e1))/0x9*(parseInt(_0x2a3492(0x1c4))/0xa);if(_0x4434d6===_0x158cab)break;else _0x29be01['push'](_0x29be01['shift']());}catch(_0x3785ea){_0x29be01['push'](_0x29be01['shift']());}}}(a70_0x44dc,0x3f1f7));function a70_0x5d72(_0x489471,_0x256691){const _0x44dca5=a70_0x44dc();return a70_0x5d72=function(_0x5d7248,_0x428234){_0x5d7248=_0x5d7248-0x1a6;let _0x35e69c=_0x44dca5[_0x5d7248];return _0x35e69c;},a70_0x5d72(_0x489471,_0x256691);}function a70_0x44dc(){const _0x125a5f=['\x20\x20and\x20args\x20=\x20','matchHookRegex','meta','KEY_TEST_FAILURE','kUXbv','dWgRJ','gkPrY','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','toISOString','2506048rFTfiY','wuBql','base64','kDxww','customRerunParam','CucumberTestFramework','executionContext','scopes','1827234vAWkMO','hooks','testFrameworkState','KEY_EVENT_STARTED_AT','\x20for\x20test:\x20','trackCucumberInstance','KEY_AUTOMATE_SESSION_NAME','icTrn','finishedAt','KEY_TEST_LOGS','trackHookEvent','XErcT','unknown','format','ZbnJl','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','jFsrJ','\x20&\x20hook\x20=\x20','aETrd','KEY_TEST_STARTED_AT','file_name','../../../helpers/classLogger.js','\x20and\x20args\x20=\x20','trackEvent:\x20unsupported\x20testFrameworkState=','parseCucumberTestResult','PRE','603866rEyNCe','\x20testState:\x20','ceil','getTestDetails','startedAt','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','Stored\x20pending\x20hook\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','MGBmp','tQBIS','uZmEr','KEY_TEST_CODE','uuid','getTrackedInstance','MZqKt',',\x20state:\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','NONE','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getAllData','BMNPs','name','\x20hookState:\x20','testFrameworkVersion','getId','KEY_TEST_SCOPE','KEY_HOOK_FAILURE_TYPE','KEY_HOOK_LOGS','finished_at','body','KEY_TEST_ID','./testFramework','keys','DEFAULT_HOOK_RESULT','RujJT','FVRXn','hasPendingHooks','514540FDTqqs','trackEvent','\x20payload=','instance','\x20batch\x20','createTestFrameworkEventPayload\x20testId:\x20','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','\x20with\x20id\x20','push','UPuXm','slYYE','args','length','../grpcClient','get','getTestFrameworks','getTestFrameworksVersions','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','slice','../cliUtils.js','removePendingHooks','\x20pending\x20hooks\x20for\x20testId:\x20','getPendingHooks','EdvhV','failure','hook_type','util','KEY_TEST_RESULT','KEY_HOOK_FAILURE','__workerDetails','addMultipleEntries','createTestFrameworkEventPayload','SHekl','setTestDetails','split','TdsqY','KEY_EVENT_ENDED_AT','../state/hookState.js','resolveInstance','toString','getInstance','failed','KEY_HOOK_NAME','\x20with\x20result:\x20','debug','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','runHooks','stringify','../instances/testFrameworkInstance.js','readLogObjects','setTrackedInstance','mVqij','KEY_LOGS','failure_reason','processPendingHooks','../TestInfo.js','msPpl','KEY_TEST_FAILURE_REASON','7TeeOXS','1471024ugqKPM','OppEF','test','KEY_HOOK_LAST_FINISHED','KEY_TEST_NAME','storePendingHook','KEY_HOOK_FAILURE_REASON','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','logCreatedEvent','Parsed\x20cucumber\x20test:\x20','KEY_TEST_TAGS','3TqAkzi','result','KEY_TEST_FRAMEWORK_VERSION','YonLs','getTestUUID','2213034JNuaXj','getContext',',\x20storing\x20as\x20pending\x20hook','failure_type','POST','getThreadId','\x20target=','../instances/trackedInstance.js','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','KEY_CUSTOM_TAGS','inspect','INIT_TEST','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','\x20&\x20hookState=','tags','testFrameworkName','KEY_HOOK_RESULT','91457RJuPyJ','error','endedAt','KEY_TEST_ENDED_AT','KEY_TEST_UUID','UnhandledError','test_run_id','Processing\x20','testUUID','KEY_HOOKS_FINISHED','KEY_TEST_ATTACHMENTS','hookState','testData','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','TnUyS','./constants/testFrameworkConstants.js','../../../helpers/helper.js','40sPlTpp','Updated\x20cucumber\x20test\x20result:\x20','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','KVVsp','../state/testFrameworkState.js','TEST','KEY_TEST_FRAMEWORK_NAME','failure_data','location','key','KEY_HOOKS_STARTED','parseCucumberTest'];a70_0x44dc=function(){return _0x125a5f;};return a70_0x44dc();}const TestFramework=require(a70_0x1de2ef(0x21b)),TestFrameworkState=require(a70_0x1de2ef(0x1c8)),HookState=require(a70_0x1de2ef(0x247)),{createClassLogger}=require(a70_0x1de2ef(0x1f6)),TestFrameworkInstance=require(a70_0x1de2ef(0x252)),CLIUtils=require(a70_0x1de2ef(0x235)),TrackedInstance=require(a70_0x1de2ef(0x1a9)),TestFrameworkConstants=require(a70_0x1de2ef(0x1c2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x1de2ef(0x1c3)),logger=createClassLogger(a70_0x1de2ef(0x1de)),{v4:uuidv4}=require(a70_0x1de2ef(0x207)),util=require(a70_0x1de2ef(0x23c)),TestInfo=require(a70_0x1de2ef(0x259)),GrpcClient=require(a70_0x1de2ef(0x22f));class CucumberTestFramework extends TestFramework{constructor(_0x506691,_0x54628d,_0x582518){super(_0x506691,_0x54628d,_0x582518);}async[a70_0x1de2ef(0x222)](_0x13c88f,_0x4840d2,_0x23845f={}){const _0x19630e=a70_0x1de2ef,_0x3e842d={};_0x3e842d[_0x19630e(0x22b)]=_0x19630e(0x1ae),_0x3e842d['SHekl']=function(_0x13f241,_0x5c54d9){return _0x13f241===_0x5c54d9;},_0x3e842d[_0x19630e(0x1da)]=function(_0x4b8abd,_0x4238eb){return _0x4b8abd===_0x4238eb;},_0x3e842d[_0x19630e(0x203)]=_0x19630e(0x233);const _0x5db90b=_0x3e842d;await super[_0x19630e(0x222)](_0x13c88f,_0x4840d2,_0x23845f);const _0x3bc680=this[_0x19630e(0x248)](_0x13c88f,_0x4840d2,_0x23845f);if(!_0x3bc680){logger[_0x19630e(0x24e)](_0x5db90b['UPuXm']);return;}try{let _0x6a808a,_0x523fd2;switch(_0x13c88f){case TestFrameworkState['TEST']:_0x6a808a=_0x23845f[_0x19630e(0x25f)],_0x523fd2=TestInfo[_0x19630e(0x26c)](_0x6a808a['id']);if(_0x5db90b['SHekl'](_0x4840d2,HookState[_0x19630e(0x1fa)])){logger[_0x19630e(0x24e)](_0x19630e(0x20b)+_0x6a808a['id']);const _0x5e6007={};_0x5e6007['testUUID']=_0x523fd2,_0x5e6007['testData']=_0x6a808a,_0x3bc680['addMultipleEntries'](this[_0x19630e(0x1cf)](_0x5e6007)),logger[_0x19630e(0x24e)](_0x19630e(0x1c0)+_0x6a808a['id']),await this[_0x19630e(0x258)](_0x3bc680,_0x6a808a['id']);}else{if(_0x5db90b['wuBql'](_0x4840d2,HookState['POST'])){const _0x5039a0={};_0x5039a0[_0x19630e(0x1bb)]=_0x523fd2,_0x5039a0[_0x19630e(0x1bf)]=_0x6a808a,_0x3bc680[_0x19630e(0x240)](this[_0x19630e(0x1f9)](_0x5039a0)),await this[_0x19630e(0x258)](_0x3bc680,_0x6a808a['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x5db90b[_0x19630e(0x242)](_0x4840d2,HookState['POST'])&&await this['sendLogCreatedEvent'](_0x3bc680,_0x13c88f,_0x23845f);break;default:if(CLIUtils[_0x19630e(0x1d1)](_0x13c88f['toString']()['split']('.')[0x1])){const _0x2c483e=await this[_0x19630e(0x1eb)](_0x3bc680,_0x13c88f,_0x4840d2,_0x23845f);_0x3bc680[_0x19630e(0x240)](_0x2c483e);}else logger['debug'](_0x19630e(0x1f8)+_0x13c88f+_0x19630e(0x1af)+_0x4840d2);break;}}catch(_0x2e5e20){logger[_0x19630e(0x1b4)](util[_0x19630e(0x1ee)](_0x5db90b['MGBmp'],_0x13c88f,_0x4840d2,_0x23845f[_0x19630e(0x22e)],_0x2e5e20));}_0x23845f[_0x19630e(0x224)]=_0x3bc680,await this[_0x19630e(0x250)](_0x3bc680,_0x13c88f,_0x4840d2,_0x23845f);}['resolveInstance'](_0x4550e4,_0x2f4207,_0xb9d01d={}){const _0x163c6a=a70_0x1de2ef,_0x5ae6b6={};_0x5ae6b6[_0x163c6a(0x204)]=function(_0x1a33ef,_0x1a67fc){return _0x1a33ef===_0x1a67fc;};const _0x58bb94=_0x5ae6b6;let _0x54ba85=null;return(_0x58bb94['tQBIS'](_0x4550e4,TestFrameworkState[_0x163c6a(0x1ad)])||_0x58bb94['tQBIS'](_0x4550e4,TestFrameworkState[_0x163c6a(0x20d)]))&&this[_0x163c6a(0x1e6)](_0x4550e4,_0xb9d01d),_0x54ba85=TestFramework[_0x163c6a(0x208)](),_0x54ba85;}[a70_0x1de2ef(0x1e6)](_0x5dec0e,_0x399095){const _0x1d3ffd=a70_0x1de2ef,_0x4454a8=CLIUtils['getCurrentInstanceName'](),_0x2644c6=TrackedInstance['createContext'](_0x4454a8);let _0x33810a=null;logger['debug'](_0x1d3ffd(0x1d7)+_0x4454a8+',\x20state='+_0x5dec0e),_0x33810a=new TestFrameworkInstance(_0x2644c6,this[_0x1d3ffd(0x231)](),this[_0x1d3ffd(0x232)](),_0x5dec0e,HookState[_0x1d3ffd(0x20d)]),TestFramework[_0x1d3ffd(0x254)](_0x2644c6,_0x33810a),logger[_0x1d3ffd(0x24e)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x2644c6['getId']()+_0x1d3ffd(0x1a8)+_0x4454a8);}[a70_0x1de2ef(0x1cf)](_0x5db4da){const _0x50e842=a70_0x1de2ef,_0x41296f={};_0x41296f[_0x50e842(0x1c1)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x544375=_0x41296f,{testUUID:_0x642465,testData:_0x2d5c0e}=_0x5db4da;if(!_0x2d5c0e||!_0x2d5c0e['uuid'])return logger[_0x50e842(0x24e)](_0x544375[_0x50e842(0x1c1)]),{};const _0xec685b=_0x2d5c0e[_0x50e842(0x207)],_0x3e10eb=_0x2d5c0e[_0x50e842(0x207)],_0x464b1c=this[_0x50e842(0x231)]()[0x0],_0x577a53=this[_0x50e842(0x232)](),_0x127601={[TestFrameworkConstants[_0x50e842(0x1ca)]]:_0x464b1c,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x577a53[_0x464b1c],[TestFrameworkConstants[_0x50e842(0x1ea)]]:[],[TestFrameworkConstants[_0x50e842(0x1bc)]]:{},[TestFrameworkConstants[_0x50e842(0x1ce)]]:{},[TestFrameworkConstants[_0x50e842(0x1b7)]]:_0xec685b,[TestFrameworkConstants[_0x50e842(0x23d)]]:TestFrameworkConstants[_0x50e842(0x202)],[TestFrameworkConstants[_0x50e842(0x1e7)]]:_0x2d5c0e[_0x50e842(0x211)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2d5c0e[_0x50e842(0x1f5)]||'',[TestFrameworkConstants[_0x50e842(0x21a)]]:_0x3e10eb,[TestFrameworkConstants[_0x50e842(0x261)]]:_0x2d5c0e['name']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2d5c0e[_0x50e842(0x1cc)]||'',[TestFrameworkConstants[_0x50e842(0x206)]]:_0x2d5c0e[_0x50e842(0x219)]?.['code']||null,[TestFrameworkConstants[_0x50e842(0x267)]]:_0x2d5c0e[_0x50e842(0x1b0)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2d5c0e[_0x50e842(0x1ff)]||new Date()[_0x50e842(0x1d8)](),[TestFrameworkConstants[_0x50e842(0x215)]]:_0x2d5c0e[_0x50e842(0x1e0)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2d5c0e['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x2d5c0e[_0x50e842(0x1dd)]?.['rerun_name']||_0x2d5c0e[_0x50e842(0x211)]||'',[TestFrameworkConstants[_0x50e842(0x1ab)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x2d5c0e[_0x50e842(0x1d2)]||{}};TestInfo['setTestDetails'](_0x3e10eb,_0x127601),logger[_0x50e842(0x24e)](_0x50e842(0x266)+_0x2d5c0e['name']+'\x20with\x20UUID:\x20'+_0xec685b);const _0x3645d4={};return _0x3645d4[_0x3e10eb]=_0x127601,_0x3645d4;}[a70_0x1de2ef(0x1f9)](_0x8586e3){const _0x3416a2=a70_0x1de2ef,_0x3f0777={'kUXbv':_0x3416a2(0x200),'XErcT':_0x3416a2(0x1ed),'MGtJS':function(_0x29b180,_0x503562){return _0x29b180===_0x503562;},'YonLs':_0x3416a2(0x24b),'RujJT':_0x3416a2(0x1b8),'jFsrJ':function(_0x51cf65,_0x4f4344,_0x3c5dc4){return _0x51cf65(_0x4f4344,_0x3c5dc4);},'uZmEr':function(_0x18f69a,_0x367ef3){return _0x18f69a>_0x367ef3;}},{testUUID:_0x11ae50,testData:_0x4838cb}=_0x8586e3;if(!_0x4838cb||!_0x4838cb['uuid'])return logger[_0x3416a2(0x24e)](_0x3f0777[_0x3416a2(0x1d4)]),{};const _0x2ab5cc=this[_0x3416a2(0x248)](TestFrameworkState[_0x3416a2(0x1c9)],HookState[_0x3416a2(0x1a6)]),_0x587be5=_0x4838cb[_0x3416a2(0x207)],_0x4b6c38=TestInfo[_0x3416a2(0x1fe)](_0x587be5)||{},_0x539ac9=_0x4b6c38?_0x4b6c38[TestFrameworkConstants[_0x3416a2(0x1ab)]]||{}:{},_0x307f1e={..._0x4b6c38,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4838cb[_0x3416a2(0x269)]||_0x3f0777[_0x3416a2(0x1ec)],[TestFrameworkConstants[_0x3416a2(0x1b6)]]:_0x4838cb[_0x3416a2(0x1e9)]||new Date()[_0x3416a2(0x1d8)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3416a2(0x1d8)](),[TestFrameworkConstants[_0x3416a2(0x1ab)]]:_0x539ac9,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_META']]:_0x4838cb['meta']||{}};_0x3f0777['MGtJS'](_0x4838cb['result'],_0x3f0777[_0x3416a2(0x26b)])&&_0x4838cb[_0x3416a2(0x23a)]&&(_0x307f1e[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x4838cb[_0x3416a2(0x270)]||_0x3f0777[_0x3416a2(0x21e)],_0x307f1e[TestFrameworkConstants[_0x3416a2(0x25b)]]=_0x4838cb[_0x3416a2(0x257)]||'',_0x307f1e[TestFrameworkConstants[_0x3416a2(0x1d3)]]=_0x4838cb[_0x3416a2(0x23a)]);const _0x2c5ab6=TestInfo[_0x3416a2(0x1fe)](_0x587be5)[TestFrameworkConstants[_0x3416a2(0x1bd)]]||{},_0x233dfb=_0x3f0777[_0x3416a2(0x1f1)](getManualUploadLogs,_0x2c5ab6,_0x2ab5cc['getAllData']()[_0x3416a2(0x230)](_0x587be5)[TestFrameworkConstants[_0x3416a2(0x1b7)]]);if(_0x3f0777[_0x3416a2(0x205)](_0x233dfb['length'],0x0)){const _0x24b762=_0x307f1e[TestFrameworkConstants[_0x3416a2(0x256)]]||[];_0x307f1e[TestFrameworkConstants[_0x3416a2(0x256)]]=[..._0x24b762,..._0x233dfb];}_0x4838cb['hooks']&&_0x3f0777[_0x3416a2(0x205)](_0x4838cb[_0x3416a2(0x1e2)][_0x3416a2(0x22e)],0x0)&&(_0x307f1e[TestFrameworkConstants[_0x3416a2(0x1bc)]]=_0x4838cb['hooks']);TestInfo[_0x3416a2(0x243)](_0x587be5,_0x307f1e),logger[_0x3416a2(0x24e)](_0x3416a2(0x1c5)+_0x4838cb[_0x3416a2(0x211)]+_0x3416a2(0x24d)+_0x4838cb['result']);const _0x167bc8={};return _0x167bc8[_0x587be5]=_0x307f1e,_0x167bc8;}async[a70_0x1de2ef(0x1eb)](_0x398628,_0x45cbf9,_0x3d4c8e,_0x514a05){const _0x153448=a70_0x1de2ef,_0x3f4b72={'icTrn':_0x153448(0x1c6),'CtVqd':function(_0x3818cf){return _0x3818cf();},'zaQso':function(_0x3867aa,_0xd2c0d7){return _0x3867aa in _0xd2c0d7;},'FVRXn':function(_0x4bede6,_0x1d64f1){return _0x4bede6===_0x1d64f1;},'dWgRJ':function(_0x1bf4d0,_0x3c20a2){return _0x1bf4d0===_0x3c20a2;},'dIxBD':function(_0x505109,_0x1039ae){return _0x505109>_0x1039ae;},'JEFeV':function(_0x372ec0,_0x231f64){return _0x372ec0===_0x231f64;},'KVVsp':_0x153448(0x24b),'kDxww':_0x153448(0x1b8),'aETrd':'passed','TdsqY':function(_0xb8027,_0x257093){return _0xb8027!==_0x257093;}},{hookData:_0x2dc78a}=_0x514a05;if(!_0x2dc78a)return logger[_0x153448(0x24e)](_0x3f4b72[_0x153448(0x1e8)]),{};const _0x468e20=_0x2dc78a[_0x153448(0x207)]||_0x3f4b72['CtVqd'](uuidv4),_0x5505c3=_0x2dc78a[_0x153448(0x1b9)],_0x186c6c=_0x45cbf9[_0x153448(0x249)]()[_0x153448(0x244)]('.')[0x1],_0x4decd4=TestInfo[_0x153448(0x1fe)](_0x5505c3)[TestFrameworkConstants[_0x153448(0x1ab)]]||{},_0x2b8118=_0x398628[_0x153448(0x20f)]()[_0x153448(0x230)](_0x5505c3);if(!_0x2b8118)return logger[_0x153448(0x24e)](_0x153448(0x24f)+_0x5505c3+_0x153448(0x26f)),this[_0x153448(0x262)](_0x398628,_0x5505c3,_0x45cbf9,_0x3d4c8e,_0x514a05),{};let _0x2e61a6=_0x2b8118[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2e61a6&&(_0x2e61a6={});!_0x3f4b72['zaQso'](_0x186c6c,_0x2e61a6)&&(_0x2e61a6[_0x186c6c]=[]);let _0x5086bd=_0x2b8118[TestFrameworkConstants[_0x153448(0x1bc)]];!_0x5086bd&&(_0x5086bd={});!_0x3f4b72['zaQso'](_0x186c6c,_0x5086bd)&&(_0x5086bd[_0x186c6c]=[]);const _0x3cdfcf={[TestFrameworkConstants[_0x153448(0x1ce)]]:_0x2e61a6,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x5086bd},_0x36f1fc={};_0x36f1fc[_0x5505c3]=_0x3cdfcf;const _0x2b27b4=_0x36f1fc;if(_0x3f4b72[_0x153448(0x21f)](_0x3d4c8e,HookState[_0x153448(0x1fa)])){const _0x2d6bd3={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x468e20,[TestFrameworkConstants[_0x153448(0x1b2)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x153448(0x1e4)]]:_0x2dc78a['started_at'],[TestFrameworkConstants[_0x153448(0x217)]]:[],[TestFrameworkConstants[_0x153448(0x24c)]]:_0x2dc78a[_0x153448(0x23b)],[TestFrameworkConstants[_0x153448(0x1ab)]]:_0x4decd4};_0x2d6bd3[_0x153448(0x1cd)]=_0x186c6c;const _0x5f0682=_0x2d6bd3;_0x2e61a6[_0x186c6c][_0x153448(0x22a)](_0x5f0682),_0x2b27b4[_0x5505c3][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x186c6c,logger[_0x153448(0x24e)](_0x153448(0x227)+_0x186c6c+_0x153448(0x1f2)+_0x5f0682+_0x153448(0x1d0)+_0x514a05);}else{if(_0x3f4b72[_0x153448(0x1d5)](_0x3d4c8e,HookState['POST'])){const _0x3207dd=_0x2dc78a['result'],_0x1cb1f3=_0x2e61a6[_0x186c6c]||[];logger[_0x153448(0x24e)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x1cb1f3+_0x153448(0x1f7)+_0x514a05);if(_0x3f4b72['dIxBD'](_0x1cb1f3['length'],0x0)){const _0x114d2c=_0x1cb1f3['pop']();_0x3f4b72['JEFeV'](_0x2dc78a[_0x153448(0x269)],_0x3f4b72[_0x153448(0x1c7)])&&_0x2dc78a[_0x153448(0x1cb)]?(_0x114d2c[TestFrameworkConstants[_0x153448(0x216)]]=_0x2dc78a[_0x153448(0x270)]||_0x3f4b72[_0x153448(0x1dc)],_0x114d2c[TestFrameworkConstants[_0x153448(0x263)]]=_0x2dc78a[_0x153448(0x257)]||'',_0x114d2c[TestFrameworkConstants[_0x153448(0x23e)]]=_0x2dc78a[_0x153448(0x1cb)]):_0x114d2c[TestFrameworkConstants[_0x153448(0x1b2)]]=_0x3f4b72[_0x153448(0x1f3)];_0x3f4b72[_0x153448(0x245)](_0x3207dd,TestFrameworkConstants[_0x153448(0x21d)])&&(_0x114d2c[TestFrameworkConstants[_0x153448(0x1b2)]]=_0x3207dd);_0x114d2c[TestFrameworkConstants[_0x153448(0x246)]]=_0x2dc78a[_0x153448(0x218)]||new Date()[_0x153448(0x1d8)](),_0x114d2c[TestFrameworkConstants[_0x153448(0x1ab)]]=_0x4decd4;const _0xfbddb4=_0x114d2c[TestFrameworkConstants['KEY_HOOK_ID']];!_0x5086bd[_0x186c6c]&&(_0x5086bd[_0x186c6c]=[]),_0x5086bd[_0x186c6c][_0x153448(0x22a)](_0x114d2c),_0x2b27b4[_0x5505c3][TestFrameworkConstants[_0x153448(0x260)]]=_0x186c6c;}}}return logger['debug']('Tracked\x20cucumber\x20hook\x20event:\x20'+_0x2dc78a['hook_type']+_0x153448(0x229)+_0x468e20+_0x153448(0x1e5)+_0x5505c3),_0x2b27b4;}[a70_0x1de2ef(0x241)](_0x570d7e){const _0x49eae4=a70_0x1de2ef,_0x16244d={};_0x16244d['gkPrY']=_0x49eae4(0x1db);const _0x81799c=_0x16244d;try{const _0x4c861a=_0x570d7e[_0x49eae4(0x25f)]?_0x570d7e['test']['id']:_0x570d7e['hookData'][_0x49eae4(0x1b9)],_0x2b6402=_0x570d7e['instance'],_0x59a2e2=_0x2b6402[_0x49eae4(0x26e)](),_0x3caa1e=_0x2b6402[_0x49eae4(0x20f)]()[_0x49eae4(0x230)](_0x4c861a);if(!_0x3caa1e)return logger[_0x49eae4(0x24e)](_0x49eae4(0x20e)+_0x4c861a),{};logger[_0x49eae4(0x24e)](_0x49eae4(0x226)+_0x4c861a);const {[TestFrameworkConstants[_0x49eae4(0x1ca)]]:_0x86cecc='',[TestFrameworkConstants[_0x49eae4(0x26a)]]:_0x490b30='',[TestFrameworkConstants[_0x49eae4(0x1f4)]]:_0x3404bb='',[TestFrameworkConstants[_0x49eae4(0x1b6)]]:_0x1c58bc=''}=_0x3caa1e,_0x343f26=_0x2b6402['getCurrentTestState']()[_0x49eae4(0x249)]()[_0x49eae4(0x244)]('.')[0x1],_0x49e80b=_0x2b6402['getCurrentHookState']()[_0x49eae4(0x249)]()['split']('.')[0x1],_0x1bcc2f=global?.[_0x49eae4(0x23f)]?.['workerInfo']?.['parallelIndex'],_0xe3a2ab=_0x2b6402['getRef'](),_0x5d958f=Buffer['from'](JSON[_0x49eae4(0x251)](_0x3caa1e))['toString'](_0x81799c[_0x49eae4(0x1d6)]),_0x58fc46={'hash':_0x59a2e2[_0x49eae4(0x214)](),'threadId':_0x59a2e2[_0x49eae4(0x1a7)]()[_0x49eae4(0x249)](),'processId':_0x59a2e2['getProcessId']()[_0x49eae4(0x249)]()},_0x130418={};_0x130418['platformIndex']=_0x1bcc2f,_0x130418[_0x49eae4(0x1b1)]=_0x86cecc,_0x130418[_0x49eae4(0x213)]=_0x490b30,_0x130418[_0x49eae4(0x1e3)]=_0x343f26,_0x130418[_0x49eae4(0x1be)]=_0x49e80b,_0x130418['startedAt']=_0x3404bb,_0x130418[_0x49eae4(0x1b5)]=_0x1c58bc,_0x130418['uuid']=_0xe3a2ab,_0x130418['eventJson']=_0x5d958f,_0x130418[_0x49eae4(0x1df)]=_0x58fc46;const _0x5f23f8=_0x130418;return logger['debug'](_0x49eae4(0x228)+_0x4c861a+_0x49eae4(0x1fc)+_0x343f26+_0x49eae4(0x212)+_0x49e80b),_0x5f23f8;}catch(_0x2fd20c){return logger[_0x49eae4(0x1b4)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x49eae4(0x1ee)](_0x2fd20c)),{};}}async['sendLogCreatedEvent'](_0x20b419,_0x216495,_0x5b84b9){const _0x23e644=a70_0x1de2ef,_0x2e5c96={'OppEF':function(_0xb69deb,_0x3a1338,_0x382ee3){return _0xb69deb(_0x3a1338,_0x382ee3);},'BMNPs':function(_0x338d98,_0x4ef598){return _0x338d98===_0x4ef598;},'AZuUB':_0x23e644(0x1aa),'mVqij':function(_0xc60750,_0x32f2ac){return _0xc60750/_0x32f2ac;},'msPpl':function(_0x2a8f86,_0x476c6a){return _0x2a8f86<_0x476c6a;},'ZbnJl':function(_0x1b21c2,_0x5ebaa0){return _0x1b21c2*_0x5ebaa0;},'SPlvW':function(_0x1ee4a2,_0x5aa859){return _0x1ee4a2+_0x5aa859;},'slYYE':function(_0x553551,_0x5d5887){return _0x553551+_0x5d5887;},'MZqKt':'Cucumber\x20log\x20created\x20event'};try{const _0x280a49=_0x5b84b9[_0x23e644(0x1bb)],_0x487483=_0x20b419[_0x23e644(0x20f)]()[_0x23e644(0x230)](_0x280a49),{[TestFrameworkConstants[_0x23e644(0x1ca)]]:_0x3f3d13='',[TestFrameworkConstants[_0x23e644(0x26a)]]:_0x75a7bd=''}=_0x487483,_0x1b5164=TestInfo[_0x23e644(0x253)](_0x280a49),_0x4c13ed=TestInfo['getTestDetails'](_0x280a49)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x316673=_0x2e5c96[_0x23e644(0x25e)](getMediaArtifactsLogs,_0x4c13ed,_0x20b419[_0x23e644(0x20f)]()[_0x23e644(0x230)](_0x280a49)[TestFrameworkConstants[_0x23e644(0x1b7)]]),_0x2a5721=(_0x1b5164||[])['concat'](_0x316673||[]);if(!_0x2a5721||_0x2e5c96[_0x23e644(0x210)](_0x2a5721[_0x23e644(0x22e)],0x0)){logger[_0x23e644(0x24e)](_0x2e5c96['AZuUB']);return;}const _0x2fbed8=0x28,_0x18fcc6=Math[_0x23e644(0x1fd)](_0x2e5c96[_0x23e644(0x255)](_0x2a5721[_0x23e644(0x22e)],_0x2fbed8));for(let _0x2d6826=0x0;_0x2e5c96[_0x23e644(0x25a)](_0x2d6826,_0x18fcc6);_0x2d6826++){const _0x54fa48=_0x2e5c96[_0x23e644(0x1ef)](_0x2d6826,_0x2fbed8),_0x2619cf=_0x2e5c96['SPlvW'](_0x54fa48,_0x2fbed8),_0x382770=_0x2a5721[_0x23e644(0x234)](_0x54fa48,_0x2619cf),_0x1492e0={'platformIndex':'0','logs':_0x382770,'testFrameworkName':_0x3f3d13,'testFrameworkVersion':_0x75a7bd,'testFrameworkState':_0x216495[_0x23e644(0x249)]()[_0x23e644(0x244)]('.')[0x1]};logger[_0x23e644(0x24e)](_0x23e644(0x20c)+_0x280a49+_0x23e644(0x225)+_0x2e5c96[_0x23e644(0x22c)](_0x2d6826,0x1)+'/'+_0x18fcc6+_0x23e644(0x223)+util['inspect'](_0x1492e0));const _0x448026=await GrpcClient[_0x23e644(0x24a)]()[_0x23e644(0x265)](_0x1492e0);logger['debug']('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x280a49+'\x20batch\x20'+_0x2e5c96[_0x23e644(0x22c)](_0x2d6826,0x1)+'/'+_0x18fcc6+'\x20response='+util[_0x23e644(0x1ac)](_0x448026));}}catch(_0xc54eb4){logger[_0x23e644(0x1b4)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util['format'](_0xc54eb4));}logger[_0x23e644(0x24e)](_0x2e5c96[_0x23e644(0x209)]);}['storePendingHook'](_0x379887,_0x122d69,_0x6ba5cc,_0x445f9e,_0x5822bb){const _0x39573f=a70_0x1de2ef,_0x131dbb={'testId':_0x122d69,'testFrameworkState':_0x6ba5cc,'hookState':_0x445f9e,'args':_0x5822bb,'timestamp':new Date()[_0x39573f(0x1d8)]()};_0x379887['addPendingHook'](_0x122d69,_0x131dbb),logger[_0x39573f(0x24e)](_0x39573f(0x201)+_0x122d69+_0x39573f(0x20a)+_0x6ba5cc+',\x20hookState:\x20'+_0x445f9e);}async[a70_0x1de2ef(0x258)](_0x41ac8c,_0x329960){const _0x2902d6=a70_0x1de2ef,_0x475288={};_0x475288[_0x2902d6(0x239)]=function(_0x2e08a5,_0x2fadfa){return _0x2e08a5>_0x2fadfa;};const _0xa946ab=_0x475288;if(!_0x41ac8c[_0x2902d6(0x220)](_0x329960))return;const _0x4f5bc8=_0x41ac8c[_0x2902d6(0x238)](_0x329960);logger[_0x2902d6(0x24e)](_0x2902d6(0x1ba)+_0x4f5bc8[_0x2902d6(0x22e)]+_0x2902d6(0x237)+_0x329960);for(const _0x42eaac of _0x4f5bc8){try{const _0x2a1663=await this[_0x2902d6(0x1eb)](_0x41ac8c,_0x42eaac[_0x2902d6(0x1e3)],_0x42eaac[_0x2902d6(0x1be)],_0x42eaac[_0x2902d6(0x22d)]);_0x2a1663&&_0xa946ab[_0x2902d6(0x239)](Object[_0x2902d6(0x21c)](_0x2a1663)[_0x2902d6(0x22e)],0x0)&&_0x41ac8c[_0x2902d6(0x240)](_0x2a1663),await this['runHooks'](_0x41ac8c,_0x42eaac[_0x2902d6(0x1e3)],_0x42eaac[_0x2902d6(0x1be)],_0x42eaac[_0x2902d6(0x22d)]);}catch(_0x27d734){logger[_0x2902d6(0x1b4)](_0x2902d6(0x264)+_0x329960+',\x20error:\x20'+_0x27d734);}}_0x41ac8c[_0x2902d6(0x236)](_0x329960),logger['debug'](_0x2902d6(0x1f0)+_0x329960);}}module['exports']=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0x3018(_0x119f97,_0x158b49){const _0x5d07c0=a71_0x5d07();return a71_0x3018=function(_0x30182a,_0x253595){_0x30182a=_0x30182a-0xa0;let _0x4c763a=_0x5d07c0[_0x30182a];return _0x4c763a;},a71_0x3018(_0x119f97,_0x158b49);}const a71_0x428c25=a71_0x3018;(function(_0x42f116,_0x2ebeaf){const _0x52cf71=a71_0x3018,_0x51edbd=_0x42f116();while(!![]){try{const _0x2cce04=-parseInt(_0x52cf71(0xfc))/0x1+-parseInt(_0x52cf71(0x226))/0x2+-parseInt(_0x52cf71(0x209))/0x3+-parseInt(_0x52cf71(0x18e))/0x4*(-parseInt(_0x52cf71(0x19c))/0x5)+parseInt(_0x52cf71(0x132))/0x6*(-parseInt(_0x52cf71(0x173))/0x7)+parseInt(_0x52cf71(0xb3))/0x8*(parseInt(_0x52cf71(0x1cb))/0x9)+parseInt(_0x52cf71(0xe3))/0xa;if(_0x2cce04===_0x2ebeaf)break;else _0x51edbd['push'](_0x51edbd['shift']());}catch(_0x2c88b0){_0x51edbd['push'](_0x51edbd['shift']());}}}(a71_0x5d07,0x4efcd));function a71_0x5d07(){const _0x72052=['gGZmr','xyxZt','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getPendingHooks',',\x20remainingHooks=','map','splice','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','title','\x20pending\x20hooks\x20for\x20testId:\x20','AFbiF','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_LOGS','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','getInstance','../../../helpers/helper.js','roFNV','lTwDu',',\x20result=','format','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20consoleLogs:\x20','3578800ipxpeF','event_ended_at','getHooksForTest','KEY_TEST_FAILURE','testFrameworkState','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20',',\x20argsKeys=','name','XLuxI','getFileName','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','none','hoXSV','ItxUe','trackJestInstance:\x20instance\x20already\x20exists','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','LOG_REPORT',',\x20state:\x20','getJestTestName','getId','parallelIndex','KEY_TEST_LOCATION','pmgjg','args','365327dFrXEH','debug',',\x20version=','hookState','getRootParentFile','KEY_HOOK_ID','started_at','scope','iunGb','scopes','getCurrentInstanceName','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20',',\x20hook_run_uuid=','hookMetadata','stringify','nWvAN','ZqxEw',',\x20storing\x20as\x20pending\x20hook','asyncError','buildHookMapFromTest','../instances/testFrameworkInstance.js','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20totalHooks=','NiNTr','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','delete',',\x20hook=','getTestFrameworks','pop','maxArrayLength','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','join','getContext',',\x20contextId=','fyTTM','KEY_HOOK_RESULT','filter','mTeSg','KEY_TEST_CODE','trackHookEvent','createContext','addMultipleEntries','status','POST','missing','hook_result','rxMks',',\x20hookType=','mHBbj','concat','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20state=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','duration','67752kmPpnx','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','YvWRn','file_name','skipped','parseJestTestResult','Error\x20in\x20createTestFrameworkEventPayload:\x20','UnhandledError','KEY_TEST_FRAMEWORK_VERSION','Stored\x20pending\x20hook\x20for\x20testId:\x20','setActiveHook','\x22\x20hook','inspect','toISOString','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','Brlqc','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','KEY_HOOK_LOGS','test_run_uuid','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','yeUbU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','hookType','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','\x20to\x20','unknown','removePendingHooks',',\x20screenshotLogs:\x20','KEY_TEST_DURATION','../TestInfo.js','../instances/trackedInstance.js','getAllPendingHookTestIds','vmogU','KEY_TEST_RESULT','KEY_TEST_SCOPE','set','findIndex','pnoDV','length','testId','originalTest','storePendingHook','getTestFrameworksVersions','KEY_HOOK_FAILURE','type','VGFFo','addPendingHook','includes','getTrackedInstance','KEY_HOOKS_STARTED','hookAnalyticsId','testData','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20&\x20hookState=','error','KEY_CUSTOM_TAGS','VPaxM','LZuaC','fuDHW','trackJestInstance:\x20created\x20instance\x20for\x20target=','getJestFailureData',':testAnalyticsId','getThreadId','42hYVydM','BGNXL','XfNiG','base64','getJestFailureReason','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','parseJestTest','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','trackEvent','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','startsWith','ZdAqi',',\x20scopes=','hook_type','get','parent','\x22\x20from\x20testData',',\x20hookState=','tnliz',',\x20platformIndex:\x20','hook_id','apply','eIJGJ','TEST_SCREENSHOT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','fCMYY','\x20-\x20test_identifier=','4eRGLzg','cqLwt','gcaqe','KEY_TEST_ENDED_AT','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ZEnlm','xTlAa','KEY_TEST_META','Processing\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','gJTqs','QxXvi','skip','nSOEm','2174945kilglA','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','parse','KEY_EVENT_STARTED_AT','reverse','replace','stack-trace','KEY_HOOK_LAST_STARTED','testUUID','failure_reason',',\x20hookUUID=','forEach','test','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','setTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','tmXXO','yHgLX','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','SsDYY','match','testFrameworkName','resolveInstance','KEY_HOOKS_FINISHED',',\x20attachmentLogs:\x20',',\x20exception=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','depth','startedAt','message','OHBmv','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getActiveHook','retryOf','KEY_AUTOMATE_SESSION_NAME','isArray',',\x20testFramework=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','blGzE','push','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getJestTestTags','AssertionError','failed','36sCsoai','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','__workerDetails','createTestFrameworkEventPayload','KEY_TEST_TAGS','ARrEL','errorsDetailed','\x20(testIdentifier),\x20result=','pid','DeRVz','getProcessId','filePath',',\x20filePath=','activeHooks','KEY_TEST_NAME','KEY_TEST_SCOPES','runHooks','KNyRl',',\x20filePath:\x20','isJestInternalHook','NONE','removeActiveHook',',\x20testId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','SWnJg','KEY_TEST_FRAMEWORK_NAME','split','warn','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','uuid','matchHookRegex','from','WeqXW','toString','MpFcJ','find','getJestTestScopes',',\x20failureReason=','getJestTestIdentifier','result','./constants/testFrameworkConstants.js','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_HOOK_NAME','Unknown\x20Test',',\x20duration=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','getAllData','fLUfF','VktIW','BEFORE_ALL','mapTestHooks','\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','exports','wfzJG','Qfddn','KEY_TEST_RERUN_NAME','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','passed','hook_run_uuid','ALL','63861DWuwQz','HPZvH','GtxFj','KEY_TEST_RETRY_OF','TEST','testFrameworkVersion','../../../helpers/classLogger.js','getJestFailureType','zYIeD','trackJestInstance','has','executionContext',',\x20messageLength=',',\x20response=',',\x20hookData=','toUpperCase','TUkaQ','dFwzS','KEY_TEST_FILE_PATH','QnVbE','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','IGQoL','KEY_EVENT_ENDED_AT','wFsAh','keOah','RAidz',',\x20hookId=','KEY_TEST_ID','345380FEQlht','hasPendingHooks','FjIFG',',\x20scope:\x20',',\x20test_run_uuid=',',\x20failureType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','vFQaA','KEY_TEST_RESULT_AT','afterAll','DEFAULT_TEST_RESULT','hooks','QjVlw','KEY_TEST_FAILURE_TYPE','alnHr','KEY_HOOK_LAST_FINISHED','getCurrentTestState',',\x20payload:\x20',',\x20updates=','slice','GWuMF',',\x20currentTestId:\x20','315440gKcjyP','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','\x20screenshot\x20logs\x20for\x20testId:\x20','Fflwz','substr','beforeAll','tags','test_identifier','hookUUID',',\x20hookState:\x20','edCZq','processPendingHooks','xTyVz','workerInfo','keys','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','JestTestFramework','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','hookData','finished_at','instance'];a71_0x5d07=function(){return _0x72052;};return a71_0x5d07();}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x428c25(0x20f)),TestFrameworkInstance=require(a71_0x428c25(0x110)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x428c25(0x152)),TestFrameworkConstants=require(a71_0x428c25(0x1f3)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x428c25(0xdc)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x428c25(0xc5)),{v4:uuidv4}=require(a71_0x428c25(0x1e8)),util=require('util'),TestInfo=require(a71_0x428c25(0x151)),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x428c25(0x1a2));class JestTestFramework extends TestFramework{constructor(_0x453ead,_0x39ec24,_0x1f89a5){const _0x173b43=a71_0x428c25;super(_0x453ead,_0x39ec24,_0x1f89a5),this[_0x173b43(0x1d8)]=new Map();}[a71_0x428c25(0x13c)](_0x62552f,_0x4e44ca,_0x45a447){const _0x237d79=a71_0x428c25,_0xa15b13={};_0xa15b13['HPZvH']=function(_0x40277c,_0x153f73){return _0x40277c||_0x153f73;};const _0x4e6472=_0xa15b13;if(_0x4e6472[_0x237d79(0x20a)](!_0x62552f,!_0x4e44ca)){logger[_0x237d79(0x1e6)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x62552f+_0x237d79(0x1a6)+_0x4e44ca);return;}!this[_0x237d79(0x1d8)]['has'](_0x62552f)&&this[_0x237d79(0x1d8)][_0x237d79(0x157)](_0x62552f,[]);const _0x455a89={'hookUUID':_0x4e44ca,'hookType':_0x45a447,'startedAt':new Date()['toISOString']()};this[_0x237d79(0x1d8)][_0x237d79(0x181)](_0x62552f)['push'](_0x455a89),logger[_0x237d79(0xfd)](_0x237d79(0x19d)+_0x62552f+_0x237d79(0x1a6)+_0x4e44ca+',\x20hookType='+_0x45a447+_0x237d79(0x112)+this[_0x237d79(0x1d8)][_0x237d79(0x181)](_0x62552f)[_0x237d79(0x15a)]);}[a71_0x428c25(0x1e0)](_0x30b5c5,_0x52a504){const _0x537f17=a71_0x428c25,_0x5dd9c3={};_0x5dd9c3[_0x537f17(0xb8)]=function(_0x2d8b81,_0x303256){return _0x2d8b81||_0x303256;},_0x5dd9c3['LJFte']=function(_0x5108a7,_0x42ea9c){return _0x5108a7!==_0x42ea9c;},_0x5dd9c3['NVgBQ']=function(_0x4cf2ab,_0x3d203b){return _0x4cf2ab===_0x3d203b;};const _0x390d25=_0x5dd9c3;if(_0x390d25[_0x537f17(0xb8)](!_0x30b5c5,!_0x52a504)){logger[_0x537f17(0x1e6)](_0x537f17(0x192)+_0x30b5c5+_0x537f17(0x1a6)+_0x52a504);return;}if(this[_0x537f17(0x1d8)][_0x537f17(0x213)](_0x30b5c5)){const _0x3391b8=this[_0x537f17(0x1d8)][_0x537f17(0x181)](_0x30b5c5),_0x4f54d7=_0x3391b8[_0x537f17(0x158)](_0x1d49f4=>_0x1d49f4[_0x537f17(0xbd)]===_0x52a504);_0x390d25['LJFte'](_0x4f54d7,-0x1)?(_0x3391b8[_0x537f17(0xd1)](_0x4f54d7,0x1),logger[_0x537f17(0xfd)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x30b5c5+_0x537f17(0x1a6)+_0x52a504+_0x537f17(0xcf)+_0x3391b8[_0x537f17(0x15a)]),_0x390d25['NVgBQ'](_0x3391b8[_0x537f17(0x15a)],0x0)&&this[_0x537f17(0x1d8)][_0x537f17(0x115)](_0x30b5c5)):logger[_0x537f17(0xfd)](_0x537f17(0x14b)+_0x30b5c5+_0x537f17(0x1a6)+_0x52a504);}}[a71_0x428c25(0x1be)](_0x3036c3){const _0x3909ab=a71_0x428c25,_0x4a0002={};_0x4a0002[_0x3909ab(0x113)]=function(_0x576971,_0x1dfbc7){return _0x576971>_0x1dfbc7;},_0x4a0002['xyxZt']=function(_0x45992c,_0x2adc23){return _0x45992c-_0x2adc23;};const _0x226948=_0x4a0002;if(!_0x3036c3)return null;if(this['activeHooks'][_0x3909ab(0x213)](_0x3036c3)){const _0xc14efd=this['activeHooks'][_0x3909ab(0x181)](_0x3036c3);if(_0x226948[_0x3909ab(0x113)](_0xc14efd[_0x3909ab(0x15a)],0x0)){const _0x1059d3=_0xc14efd[_0x226948[_0x3909ab(0xcc)](_0xc14efd[_0x3909ab(0x15a)],0x1)];return logger[_0x3909ab(0xfd)](_0x3909ab(0xc7)+_0x3036c3+',\x20hookUUID='+_0x1059d3[_0x3909ab(0xbd)]+_0x3909ab(0x12b)+_0x1059d3[_0x3909ab(0x149)]),_0x1059d3;}}return null;}async[a71_0x428c25(0x17b)](_0x1c1f45,_0x22b9a7,_0x2b0de0={}){const _0x3266c1=a71_0x428c25,_0x51eac4={};_0x51eac4['ZdAqi']=_0x3266c1(0x142),_0x51eac4[_0x3266c1(0x10b)]=function(_0x5e8afe,_0x5952d8){return _0x5e8afe===_0x5952d8;},_0x51eac4['LZuaC']=function(_0x3fe7f9,_0x3984a1){return _0x3fe7f9===_0x3984a1;},_0x51eac4[_0x3266c1(0xeb)]=function(_0x16e30e,_0x342be4){return _0x16e30e||_0x342be4;},_0x51eac4[_0x3266c1(0xbf)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x51eac4[_0x3266c1(0x198)]=function(_0x5db47c,_0x30e867){return _0x5db47c===_0x30e867;};const _0x5653d7=_0x51eac4;logger[_0x3266c1(0xfd)](_0x3266c1(0xd8)+_0x1c1f45+_0x3266c1(0x184)+_0x22b9a7+_0x3266c1(0xe9)+Object['keys'](_0x2b0de0)[_0x3266c1(0x11b)](',')),await super['trackEvent'](_0x1c1f45,_0x22b9a7,_0x2b0de0);const _0x116164=this[_0x3266c1(0x1b4)](_0x1c1f45,_0x22b9a7,_0x2b0de0);if(!_0x116164){logger[_0x3266c1(0xfd)](_0x5653d7[_0x3266c1(0x17e)]);return;}try{let _0x30bf3b,_0x3a7a75,_0x3388cb;switch(_0x1c1f45){case TestFrameworkState[_0x3266c1(0x20d)]:_0x30bf3b=_0x2b0de0['test'];const _0x3d258a={};_0x3d258a['depth']=0x2,_0x3d258a['maxArrayLength']=0x3,logger[_0x3266c1(0xfd)](_0x3266c1(0x1ff)+_0x22b9a7+',\x20testData='+util[_0x3266c1(0x13e)](_0x30bf3b,_0x3d258a)),_0x3388cb=this[_0x3266c1(0x1f1)](_0x30bf3b),_0x3a7a75=null,logger[_0x3266c1(0xfd)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x3388cb+'\x20(testIdentifier)');if(_0x5653d7['nWvAN'](_0x22b9a7,HookState['PRE'])){logger['debug'](_0x3266c1(0x1bd)+_0x3388cb);const _0x37c4fa={};_0x37c4fa[_0x3266c1(0x1a4)]=_0x3a7a75,_0x37c4fa[_0x3266c1(0x167)]=_0x30bf3b,_0x37c4fa[_0x3266c1(0x15b)]=_0x3388cb;const _0x1d23a2=this['parseJestTest'](_0x37c4fa),_0x5ecbd5={};_0x5ecbd5[_0x3266c1(0x1b9)]=0x2,_0x5ecbd5[_0x3266c1(0x119)]=0x3,logger[_0x3266c1(0xfd)](_0x3266c1(0x197)+util[_0x3266c1(0x13e)](_0x1d23a2,_0x5ecbd5)),_0x116164['addMultipleEntries'](_0x1d23a2),logger[_0x3266c1(0xfd)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3388cb),await this[_0x3266c1(0xc0)](_0x116164,_0x3388cb);}else{if(_0x5653d7[_0x3266c1(0x16d)](_0x22b9a7,HookState[_0x3266c1(0x127)])){logger['debug'](_0x3266c1(0x114)+_0x3388cb);const _0xc326af=_0x116164[_0x3266c1(0x1f9)]()[_0x3266c1(0x181)](_0x3388cb);logger['debug'](_0x3266c1(0x1b8)+util[_0x3266c1(0x13e)](Object[_0x3266c1(0xc3)](_0x5653d7[_0x3266c1(0xeb)](_0xc326af,{}))));_0xc326af&&_0xc326af[TestFrameworkConstants[_0x3266c1(0xb5)]]?logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x3266c1(0xc3)](_0xc326af[TestFrameworkConstants[_0x3266c1(0xb5)]])[_0x3266c1(0x15a)]+'\x20files'):logger[_0x3266c1(0xfd)](_0x5653d7[_0x3266c1(0xbf)]);const _0x19da88=_0x2b0de0[_0x3266c1(0x15c)]||null,_0x4a9ca4={};_0x4a9ca4['testUUID']=_0x3a7a75,_0x4a9ca4[_0x3266c1(0x167)]=_0x30bf3b,_0x4a9ca4[_0x3266c1(0x15b)]=_0x3388cb,_0x4a9ca4[_0x3266c1(0x15c)]=_0x19da88;const _0x12816a=this[_0x3266c1(0x137)](_0x4a9ca4),_0x3e675f={};_0x3e675f['depth']=0x2,_0x3e675f[_0x3266c1(0x119)]=0x3,logger[_0x3266c1(0xfd)](_0x3266c1(0x1c7)+util['inspect'](_0x12816a,_0x3e675f)),_0x116164['addMultipleEntries'](_0x12816a),logger[_0x3266c1(0xfd)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x3388cb),await this[_0x3266c1(0xc0)](_0x116164,_0x3388cb);}}break;case TestFrameworkState[_0x3266c1(0xf4)]:if(_0x5653d7[_0x3266c1(0x198)](_0x22b9a7,HookState[_0x3266c1(0x127)])){const _0x5cce2a={};_0x5cce2a[_0x3266c1(0x1b9)]=0x2,logger[_0x3266c1(0xfd)](_0x3266c1(0x1ad)+util[_0x3266c1(0x13e)](_0x2b0de0,_0x5cce2a)),await this['sendLogCreatedEvent'](_0x116164,_0x1c1f45,_0x2b0de0);}break;default:if(CLIUtils[_0x3266c1(0x1e9)](_0x1c1f45['toString']()[_0x3266c1(0x1e5)]('.')[0x1])){const _0x316753={};_0x316753[_0x3266c1(0x1b9)]=0x2,_0x316753['maxArrayLength']=0x3,logger[_0x3266c1(0xfd)](_0x3266c1(0x168)+_0x1c1f45+_0x3266c1(0x184)+_0x22b9a7+',\x20hookData='+util[_0x3266c1(0x13e)](_0x2b0de0['hookData'],_0x316753));const _0x2635f3=await this[_0x3266c1(0x123)](_0x116164,_0x1c1f45,_0x22b9a7,_0x2b0de0),_0x51bdb2={};_0x51bdb2[_0x3266c1(0x1b9)]=0x2,_0x51bdb2[_0x3266c1(0x119)]=0x3,logger[_0x3266c1(0xfd)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util['inspect'](_0x2635f3,_0x51bdb2)),_0x116164['addMultipleEntries'](_0x2635f3);}else logger[_0x3266c1(0xfd)](_0x3266c1(0x11a)+_0x1c1f45+_0x3266c1(0x169)+_0x22b9a7);break;}logger[_0x3266c1(0xfd)](_0x3266c1(0x1cc)+_0x1c1f45+_0x3266c1(0x184)+_0x22b9a7);}catch(_0xb0acd1){logger[_0x3266c1(0x16a)](_0x3266c1(0x17c)+_0x1c1f45+_0x3266c1(0x184)+_0x22b9a7+_0x3266c1(0x1b7)+util[_0x3266c1(0xe0)](_0xb0acd1));}_0x2b0de0[_0x3266c1(0xca)]=_0x116164,await this[_0x3266c1(0x1db)](_0x116164,_0x1c1f45,_0x22b9a7,_0x2b0de0);}['getJestTestIdentifier'](_0x54985b){const _0x8294d1=a71_0x428c25,_0x4b5e74={};_0x4b5e74[_0x8294d1(0x1eb)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x1d63f8=_0x4b5e74;if(_0x54985b&&(_0x54985b['id']||_0x54985b[_0x8294d1(0x1e8)])){const _0x503aa0=_0x54985b['id']||_0x54985b['uuid'];return logger[_0x8294d1(0xfd)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x503aa0+_0x8294d1(0x183)),_0x503aa0;}return logger[_0x8294d1(0xfd)](_0x1d63f8['WeqXW']),process[_0x8294d1(0x1d3)]+_0x8294d1(0x171);}[a71_0x428c25(0x1b4)](_0x2d66ef,_0x56e0fb,_0x18d5e9={}){const _0x5cdace=a71_0x428c25;let _0x52d935=null;return _0x52d935=TestFramework[_0x5cdace(0x164)](),!_0x52d935?(logger[_0x5cdace(0xfd)](_0x5cdace(0x12e)+_0x2d66ef),this[_0x5cdace(0x212)](_0x2d66ef,_0x18d5e9),_0x52d935=TestFramework[_0x5cdace(0x164)](),logger[_0x5cdace(0xfd)](_0x5cdace(0xd7)+!!_0x52d935+_0x5cdace(0x11d)+_0x52d935?.[_0x5cdace(0x11c)]()?.[_0x5cdace(0xf7)]())):logger[_0x5cdace(0xfd)](_0x5cdace(0x146)+_0x52d935[_0x5cdace(0x11c)]()?.[_0x5cdace(0xf7)]()),_0x52d935;}['trackJestInstance'](_0x258fcf,_0x7c015c){const _0x13fb3f=a71_0x428c25,_0x38e7a8={};_0x38e7a8[_0x13fb3f(0x12c)]=_0x13fb3f(0xf2);const _0x29d07e=_0x38e7a8;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x29d07e[_0x13fb3f(0x12c)]);return;}const _0xebdc37=CLIUtils[_0x13fb3f(0x106)](),_0x46c392=TrackedInstance[_0x13fb3f(0x124)](_0xebdc37);let _0xae11bb=null;logger[_0x13fb3f(0xfd)](_0x13fb3f(0x16f)+_0xebdc37+_0x13fb3f(0x12f)+_0x258fcf),_0xae11bb=new TestFrameworkInstance(_0x46c392,this[_0x13fb3f(0x117)](),this['getTestFrameworksVersions'](),_0x258fcf,HookState[_0x13fb3f(0x1df)]),TestFramework[_0x13fb3f(0x1ab)](_0x46c392,_0xae11bb),logger[_0x13fb3f(0xfd)](_0x13fb3f(0x130)+_0x46c392[_0x13fb3f(0xf7)]()+',\x20target='+_0xebdc37+_0x13fb3f(0x1c2)+this['getTestFrameworks']()[0x0]+_0x13fb3f(0xfe)+this[_0x13fb3f(0x15e)]()[this[_0x13fb3f(0x117)]()[0x0]]);}[a71_0x428c25(0x179)](_0x5e8166){const _0x5576fc=a71_0x428c25,_0x527b07={};_0x527b07[_0x5576fc(0x159)]=function(_0x3f9f5d,_0x1acaa9){return _0x3f9f5d||_0x1acaa9;},_0x527b07[_0x5576fc(0xf0)]=_0x5576fc(0xf3);const _0x4cb349=_0x527b07,{testUUID:_0x30ea78,testData:_0x14f4b0,testId:_0x4ceb10}=_0x5e8166;if(_0x4cb349['pnoDV'](!_0x14f4b0,!_0x4ceb10))return logger[_0x5576fc(0xfd)](_0x4cb349[_0x5576fc(0xf0)]),{};const _0x2d4ff6=this[_0x5576fc(0x117)]()[0x0],_0x1cc168=this[_0x5576fc(0x15e)](),_0x4c772a={};_0x4c772a[_0x5576fc(0x1b9)]=0x2,_0x4c772a[_0x5576fc(0x119)]=0x3,logger[_0x5576fc(0xfd)](_0x5576fc(0xe8)+util[_0x5576fc(0x13e)](_0x14f4b0,_0x4c772a));const _0x596103=_0x14f4b0?.[_0x5576fc(0x105)]||[],_0x4f0984=this[_0x5576fc(0xf6)](_0x14f4b0),_0x15ad28=this['getJestTestFilePath'](_0x14f4b0),_0x41510d=_0x14f4b0['fn']?_0x14f4b0['fn']['toString']():null,_0x2ee10b=this[_0x5576fc(0x1c8)](_0x14f4b0),_0x44fe45={[TestFrameworkConstants[_0x5576fc(0x1e4)]]:_0x2d4ff6,[TestFrameworkConstants[_0x5576fc(0x13a)]]:_0x1cc168[_0x2d4ff6],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x5576fc(0x1b5)]]:{},[TestFrameworkConstants[_0x5576fc(0x165)]]:{},[TestFrameworkConstants[_0x5576fc(0x155)]]:TestFrameworkConstants[_0x5576fc(0xa7)],[TestFrameworkConstants[_0x5576fc(0x1c0)]]:_0x4f0984,[TestFrameworkConstants[_0x5576fc(0x21b)]]:_0x15ad28,[TestFrameworkConstants[_0x5576fc(0x225)]]:_0x4ceb10,[TestFrameworkConstants[_0x5576fc(0x1d9)]]:_0x4f0984,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x15ad28,[TestFrameworkConstants[_0x5576fc(0x122)]]:_0x41510d,[TestFrameworkConstants[_0x5576fc(0x1cf)]]:_0x2ee10b,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x14f4b0['started_at']||new Date()[_0x5576fc(0x13f)](),[TestFrameworkConstants[_0x5576fc(0x156)]]:_0x596103[0x0]||'',[TestFrameworkConstants[_0x5576fc(0x1da)]]:_0x596103,[TestFrameworkConstants[_0x5576fc(0x203)]]:_0x4f0984,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x5576fc(0x195)]]:{}};_0x14f4b0['retryOf']&&(_0x44fe45[TestFrameworkConstants[_0x5576fc(0x20c)]]=_0x14f4b0[_0x5576fc(0x1bf)]);logger[_0x5576fc(0xfd)](_0x5576fc(0xcd)+_0x4f0984+_0x5576fc(0x1e1)+_0x4ceb10+_0x5576fc(0x204)+JSON[_0x5576fc(0x10a)](_0x2ee10b)+_0x5576fc(0x17f)+util[_0x5576fc(0x13e)](_0x596103)+_0x5576fc(0x1d7)+_0x15ad28);const _0x51da08={};return _0x51da08[_0x4ceb10]=_0x44fe45,_0x51da08;}[a71_0x428c25(0x137)](_0x56211c){const _0x5cd37a=a71_0x428c25,_0x220733={'gGZmr':function(_0xaace38,_0x121d44){return _0xaace38===_0x121d44;},'GtxFj':_0x5cd37a(0xa6),'TUkaQ':'beforeAll','Brlqc':_0x5cd37a(0x208),'oOQhu':'_ALL','YvWRn':function(_0x343946,_0x57cd90){return _0x343946||_0x57cd90;},'nSOEm':_0x5cd37a(0x17a),'iunGb':_0x5cd37a(0x14d),'RAidz':function(_0x23ab4e,_0x356b4d){return _0x23ab4e>_0x356b4d;},'cqLwt':_0x5cd37a(0x1ca),'keOah':function(_0x18e465,_0x2d6a82){return _0x18e465===_0x2d6a82;},'SsDYY':_0x5cd37a(0x19a),'dFwzS':_0x5cd37a(0x136),'QxXvi':_0x5cd37a(0x206),'ARrEL':function(_0x495787,_0x3ba9eb){return _0x495787!==_0x3ba9eb;},'ItxUe':function(_0x1fbefd,_0x4f24e5,_0xc7ecfe,_0x5123b5){return _0x1fbefd(_0x4f24e5,_0xc7ecfe,_0x5123b5);},'SxSZR':function(_0x2e07fa,_0x3fdf41){return _0x2e07fa>_0x3fdf41;},'KNyRl':function(_0x26d3a2,_0x4b53b0){return _0x26d3a2>_0x4b53b0;},'xTyVz':_0x5cd37a(0x140),'FjIFG':function(_0x41bc6a,_0x23dd0d){return _0x41bc6a>_0x23dd0d;}},{testUUID:_0x36a399,testData:_0x15850d,testId:_0x143dde}=_0x56211c;if(_0x220733[_0x5cd37a(0x134)](!_0x15850d,!_0x143dde))return logger[_0x5cd37a(0xfd)](_0x220733[_0x5cd37a(0x19b)]),{};const _0x52a2b8=this[_0x5cd37a(0x1b4)](TestFrameworkState[_0x5cd37a(0x20d)],HookState[_0x5cd37a(0x127)]),_0x1ae9fe=_0x52a2b8['getAllData']()[_0x5cd37a(0x181)](_0x143dde),_0x44b066=_0x220733[_0x5cd37a(0x134)](_0x1ae9fe,{}),_0x4548bc=_0x44b066?_0x44b066[TestFrameworkConstants[_0x5cd37a(0x16b)]]||{}:{},_0x3a14d9=_0x44b066[TestFrameworkConstants[_0x5cd37a(0xb5)]];logger[_0x5cd37a(0xfd)](_0x5cd37a(0x107)+(_0x3a14d9?Object[_0x5cd37a(0xc3)](_0x3a14d9)[_0x5cd37a(0x15a)]:0x0)+'\x20attachments');let _0xbbef4c=_0x220733[_0x5cd37a(0x104)];if(_0x15850d[_0x5cd37a(0x1f2)])_0xbbef4c=_0x15850d[_0x5cd37a(0x1f2)];else{if(_0x15850d[_0x5cd37a(0x1d1)]&&_0x220733[_0x5cd37a(0x223)](_0x15850d[_0x5cd37a(0x1d1)][_0x5cd37a(0x15a)],0x0))_0xbbef4c=_0x220733['cqLwt'];else _0x220733[_0x5cd37a(0x222)](_0x15850d[_0x5cd37a(0x126)],_0x220733[_0x5cd37a(0x1b1)])||_0x220733['keOah'](_0x15850d['status'],_0x220733['dFwzS'])?_0xbbef4c=_0x220733[_0x5cd37a(0x21a)]:_0xbbef4c=_0x220733[_0x5cd37a(0x199)];}const _0x11f248={..._0x44b066,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbbef4c,[TestFrameworkConstants[_0x5cd37a(0x191)]]:_0x15850d[_0x5cd37a(0xc9)]||new Date()[_0x5cd37a(0x13f)](),[TestFrameworkConstants[_0x5cd37a(0xa5)]]:new Date()[_0x5cd37a(0x13f)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4548bc,[TestFrameworkConstants[_0x5cd37a(0xd9)]]:[],[TestFrameworkConstants[_0x5cd37a(0x195)]]:{}};if(_0x220733[_0x5cd37a(0xcb)](_0xbbef4c,_0x220733[_0x5cd37a(0x18f)])&&_0x15850d[_0x5cd37a(0x1d1)]){const _0x322a5=this[_0x5cd37a(0x177)](_0x15850d),_0x23f3d0=this[_0x5cd37a(0x210)](_0x15850d),_0x415b4f=this[_0x5cd37a(0x170)](_0x15850d);_0x11f248[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x23f3d0,_0x11f248[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x322a5,_0x11f248[TestFrameworkConstants[_0x5cd37a(0xe6)]]=_0x415b4f;}_0x220733[_0x5cd37a(0x1d0)](_0x15850d[_0x5cd37a(0x131)],undefined)&&(_0x11f248[TestFrameworkConstants[_0x5cd37a(0x150)]]=_0x15850d[_0x5cd37a(0x131)]);_0x15850d['retryOf']&&(_0x11f248[TestFrameworkConstants[_0x5cd37a(0x20c)]]=_0x15850d[_0x5cd37a(0x1bf)]);const _0x359a02=_0x1ae9fe?_0x1ae9fe[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x53e37c=_0x1ae9fe?_0x1ae9fe[TestFrameworkConstants['KEY_TEST_UUID']]:_0x36a399,_0x46e742=_0x220733[_0x5cd37a(0xf1)](getManualUploadLogs,_0x359a02,_0x53e37c,_0x143dde);if(_0x220733['SxSZR'](_0x46e742[_0x5cd37a(0x15a)],0x0)){const _0x12b0f8=_0x11f248[TestFrameworkConstants[_0x5cd37a(0xd9)]]||[];_0x11f248[TestFrameworkConstants['KEY_LOGS']]=[..._0x12b0f8,..._0x46e742];}const _0x2e4251=_0x44b066[TestFrameworkConstants[_0x5cd37a(0x1b5)]]||{},_0x2c8a38=_0x44b066[TestFrameworkConstants[_0x5cd37a(0x165)]]||{},_0x1e726d={..._0x2e4251},_0x22a2d6=_0x1e726d;Object[_0x5cd37a(0xc3)](_0x2c8a38)['forEach'](_0x9966af=>{const _0xa9e90e=_0x5cd37a;!_0x22a2d6[_0x9966af]&&(_0x22a2d6[_0x9966af]=[]);const _0x14075b=new Set((_0x22a2d6[_0x9966af]||[])[_0xa9e90e(0xd0)](_0x2bab43=>_0x2bab43[TestFrameworkConstants[_0xa9e90e(0x101)]]||_0x2bab43[_0xa9e90e(0x187)]));(_0x2c8a38[_0x9966af]||[])[_0xa9e90e(0x1a7)](_0x2a92cd=>{const _0x5970a3=_0xa9e90e,_0x808536=_0x2a92cd[TestFrameworkConstants[_0x5970a3(0x101)]]||_0x2a92cd['hook_id'];if(!_0x14075b[_0x5970a3(0x213)](_0x808536)){const _0x581490={..._0x2a92cd},_0x24108b=_0x581490;!_0x24108b[TestFrameworkConstants[_0x5970a3(0x220)]]&&!_0x24108b[_0x5970a3(0xe4)]&&(_0x24108b[TestFrameworkConstants[_0x5970a3(0x220)]]=new Date()[_0x5970a3(0x13f)]()),!_0x24108b[TestFrameworkConstants[_0x5970a3(0x11f)]]&&!_0x24108b[_0x5970a3(0x129)]&&(_0x24108b[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x22a2d6[_0x9966af][_0x5970a3(0x1c6)](_0x24108b);}});});if(_0x56211c['originalTest']){this[_0x5cd37a(0x1fd)](_0x56211c[_0x5cd37a(0x15c)]);const _0x3befd2=this['buildHookMapFromTest'](_0x56211c[_0x5cd37a(0x15c)]),_0x31175c=this[_0x5cd37a(0xe5)](_0x56211c['originalTest']);_0x31175c[_0x5cd37a(0x1a7)](_0x45738f=>{const _0x59a2b0=_0x5cd37a,_0x5cdf24=_0x3befd2[_0x59a2b0(0x181)](_0x45738f);if(_0x5cdf24&&(_0x220733[_0x59a2b0(0xcb)](_0x5cdf24[_0x59a2b0(0x160)],_0x220733[_0x59a2b0(0x20b)])||_0x220733[_0x59a2b0(0xcb)](_0x5cdf24['type'],_0x220733[_0x59a2b0(0x219)]))){const _0x400ea2=_0x5cdf24[_0x59a2b0(0x160)][_0x59a2b0(0x218)]()[_0x59a2b0(0x1a1)](_0x220733[_0x59a2b0(0x141)],_0x220733['oOQhu']),_0x11556a=_0x400ea2;!_0x22a2d6[_0x11556a]&&(_0x22a2d6[_0x11556a]=[]);const _0x4b99c0=_0x22a2d6[_0x11556a][_0x59a2b0(0x1ee)](_0x38bb97=>(_0x38bb97[TestFrameworkConstants['KEY_HOOK_ID']]||_0x38bb97[_0x59a2b0(0x187)])===_0x45738f);!_0x4b99c0&&_0x22a2d6[_0x11556a]['push']({'key':_0x11556a,[TestFrameworkConstants[_0x59a2b0(0x101)]]:_0x45738f,[TestFrameworkConstants[_0x59a2b0(0x11f)]]:TestFrameworkConstants[_0x59a2b0(0xc6)],[TestFrameworkConstants[_0x59a2b0(0x19f)]]:new Date()[_0x59a2b0(0x13f)](),[TestFrameworkConstants[_0x59a2b0(0x220)]]:new Date()[_0x59a2b0(0x13f)](),[TestFrameworkConstants[_0x59a2b0(0x144)]]:[],[TestFrameworkConstants[_0x59a2b0(0x1f5)]]:_0x5cdf24[_0x59a2b0(0xea)]||_0x5cdf24['type']+'\x20hook',[TestFrameworkConstants[_0x59a2b0(0x16b)]]:_0x4548bc});}});}if(_0x15850d[_0x5cd37a(0xa8)]&&_0x220733[_0x5cd37a(0x1dc)](_0x15850d[_0x5cd37a(0xa8)][_0x5cd37a(0x15a)],0x0))_0x11f248[TestFrameworkConstants[_0x5cd37a(0x1b5)]]=_0x15850d[_0x5cd37a(0xa8)],logger[_0x5cd37a(0xfd)](_0x220733[_0x5cd37a(0xc1)]);else _0x220733[_0x5cd37a(0x228)](Object[_0x5cd37a(0xc3)](_0x22a2d6)['length'],0x0)&&(_0x11f248[TestFrameworkConstants[_0x5cd37a(0x1b5)]]=_0x22a2d6,logger[_0x5cd37a(0xfd)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x5cd37a(0xc3)](_0x22a2d6)[_0x5cd37a(0x11b)](',')));const _0x1415b2=this[_0x5cd37a(0xf6)](_0x15850d);logger['debug'](_0x5cd37a(0x1aa)+_0x1415b2+_0x5cd37a(0x1e1)+_0x143dde+_0x5cd37a(0x1d2)+_0xbbef4c+_0x5cd37a(0x1f7)+_0x15850d[_0x5cd37a(0x131)]);_0x220733[_0x5cd37a(0xcb)](_0xbbef4c,_0x220733[_0x5cd37a(0x18f)])&&logger[_0x5cd37a(0xfd)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x143dde+_0x5cd37a(0xa2)+_0x11f248[TestFrameworkConstants[_0x5cd37a(0xaa)]]+_0x5cd37a(0x1f0)+_0x11f248[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x500b2d={};return _0x500b2d[_0x143dde]=_0x11f248,_0x500b2d;}[a71_0x428c25(0x1ef)](_0x30b53f){const _0x664d6f=a71_0x428c25,_0x57c11d={};_0x57c11d[_0x664d6f(0x1e3)]=function(_0x307648,_0x322be7){return _0x307648!==_0x322be7;},_0x57c11d['eIJGJ']=function(_0x334801,_0x2d657b){return _0x334801!==_0x2d657b;},_0x57c11d[_0x664d6f(0x174)]='ROOT_DESCRIBE_BLOCK';const _0x4fe469=_0x57c11d,_0x40f345={};_0x40f345['depth']=0x2,_0x40f345['maxArrayLength']=0x3,logger[_0x664d6f(0xfd)](_0x664d6f(0xb4)+util[_0x664d6f(0x13e)](_0x30b53f,_0x40f345));const _0x3bc0ce=[];if(_0x30b53f&&_0x30b53f['parent']){let _0x36a44a=_0x30b53f['parent'];while(_0x36a44a&&_0x36a44a[_0x664d6f(0xea)]&&_0x4fe469['SWnJg'](_0x36a44a[_0x664d6f(0xea)],'')&&_0x4fe469[_0x664d6f(0x189)](_0x36a44a[_0x664d6f(0xea)],_0x4fe469[_0x664d6f(0x174)])){_0x3bc0ce['push'](_0x36a44a[_0x664d6f(0xea)]),_0x36a44a=_0x36a44a[_0x664d6f(0x182)];}}return _0x3bc0ce[_0x664d6f(0x1a0)]();}[a71_0x428c25(0xf6)](_0x4e922b){const _0x31c0fc=a71_0x428c25,_0x3fc1cb={};_0x3fc1cb[_0x31c0fc(0x1d4)]=_0x31c0fc(0x1f6);const _0x212c8f=_0x3fc1cb;if(_0x4e922b[_0x31c0fc(0xea)])return _0x4e922b[_0x31c0fc(0xea)];if(_0x4e922b['title'])return _0x4e922b[_0x31c0fc(0xd4)];return _0x212c8f[_0x31c0fc(0x1d4)];}[a71_0x428c25(0x1c8)](_0x5078af){const _0x35ebbd=a71_0x428c25,_0x36287d=[];if(_0x5078af['tags']&&Array[_0x35ebbd(0x1c1)](_0x5078af[_0x35ebbd(0xbb)]))return _0x5078af[_0x35ebbd(0xbb)][_0x35ebbd(0xd0)](_0x2de8a9=>_0x2de8a9[_0x35ebbd(0x17d)]('@')?_0x2de8a9[_0x35ebbd(0xb9)](0x1):_0x2de8a9);const _0x2164fc=this['getJestTestName'](_0x5078af),_0x29a708=_0x2164fc[_0x35ebbd(0x1b2)](/@(\w+)/g);if(_0x29a708)return _0x29a708[_0x35ebbd(0xd0)](_0x49e257=>_0x49e257['slice'](0x1));return _0x5078af[_0x35ebbd(0x105)]&&Array['isArray'](_0x5078af[_0x35ebbd(0x105)])&&_0x5078af[_0x35ebbd(0x105)][_0x35ebbd(0x1a7)](_0xb2fbc2=>{const _0x455562=_0x35ebbd,_0x36f986=_0xb2fbc2['match'](/@(\w+)/g);_0x36f986&&_0x36f986[_0x455562(0x1a7)](_0x1e40b5=>{const _0x5453bc=_0x455562,_0x2cc653=_0x1e40b5[_0x5453bc(0xb0)](0x1);!_0x36287d[_0x5453bc(0x163)](_0x2cc653)&&_0x36287d['push'](_0x2cc653);});}),_0x36287d;}['getJestTestFilePath'](_0x34ec92){const _0x421605=a71_0x428c25,_0x4c5611={'lTwDu':function(_0xd23d4c,_0x357c24){return _0xd23d4c(_0x357c24);},'WnGVf':_0x421605(0x1a2)};if(_0x34ec92[_0x421605(0x135)])return _0x34ec92[_0x421605(0x135)];if(_0x34ec92['asyncError']){const _0x517c04=_0x4c5611[_0x421605(0xde)](require,_0x4c5611['WnGVf']);try{const _0x2d6074=_0x517c04[_0x421605(0x19e)](_0x34ec92[_0x421605(0x10e)]);if(_0x2d6074[0x0]&&_0x2d6074[0x0][_0x421605(0xec)])return _0x2d6074[0x0][_0x421605(0xec)]();}catch(_0x225d89){logger[_0x421605(0xfd)](_0x421605(0xda)+util[_0x421605(0xe0)](_0x225d89));}}return null;}[a71_0x428c25(0x177)](_0x309070){const _0x1d16ba=a71_0x428c25,_0x56c659={};_0x56c659['MpFcJ']=function(_0x5c5333,_0x4ad3f2){return _0x5c5333>_0x4ad3f2;},_0x56c659[_0x1d16ba(0x185)]='Unknown\x20error';const _0x70738e=_0x56c659;if(_0x309070[_0x1d16ba(0x1d1)]&&_0x70738e[_0x1d16ba(0x1ed)](_0x309070[_0x1d16ba(0x1d1)][_0x1d16ba(0x15a)],0x0))return util[_0x1d16ba(0x13e)](_0x309070['errorsDetailed'][0x0]);if(_0x309070[_0x1d16ba(0x1a5)])return _0x309070[_0x1d16ba(0x1a5)];return _0x70738e[_0x1d16ba(0x185)];}[a71_0x428c25(0x210)](_0x2441b4){const _0x5627d5=a71_0x428c25,_0x3abddb={};_0x3abddb['JNTRm']='Assert',_0x3abddb[_0x5627d5(0x1af)]=_0x5627d5(0x1c9),_0x3abddb['XNFtf']=_0x5627d5(0x139);const _0xd08cfe=_0x3abddb,_0x1081e7=this[_0x5627d5(0x177)](_0x2441b4);if(_0x1081e7&&_0x1081e7[_0x5627d5(0x163)](_0xd08cfe['JNTRm']))return _0xd08cfe[_0x5627d5(0x1af)];return _0xd08cfe['XNFtf'];}[a71_0x428c25(0x170)](_0x1baf8b){const _0x21c78c=a71_0x428c25,_0x4ef6db={'OHBmv':function(_0x44a92d,_0xdd374){return _0x44a92d(_0xdd374);},'RNXrd':'../../../helpers/test-observability/utils','EMOdF':function(_0x3f9f49,_0x21726a){return _0x3f9f49!==_0x21726a;},'alnHr':'test'},{failureData:_0x457894}=_0x4ef6db[_0x21c78c(0x1bc)](require,_0x4ef6db['RNXrd']),_0x23195d=[];return _0x4ef6db['EMOdF'](_0x1baf8b[_0x21c78c(0x1d1)],undefined)&&_0x23195d[_0x21c78c(0x1c6)](_0x1baf8b[_0x21c78c(0x1d1)],_0x4ef6db[_0x21c78c(0xab)]),_0x457894[_0x21c78c(0x188)](null,_0x23195d);}async['trackHookEvent'](_0x4e916f,_0x50ddf1,_0x1ef3f5,_0x4fbbfd){const _0x347ca5=a71_0x428c25,_0x596105={'pmgjg':_0x347ca5(0x1c3),'fSrBq':function(_0x42cbe7){return _0x42cbe7();},'fyTTM':function(_0x3ad277,_0x38a96e){return _0x3ad277 in _0x38a96e;},'blGzE':function(_0x13711d,_0x3c4161){return _0x13711d===_0x3c4161;},'xTlAa':function(_0x239611,_0x5ee435){return _0x239611===_0x5ee435;},'VktIW':function(_0x97b4af,_0x24f36e){return _0x97b4af>_0x24f36e;},'vFQaA':_0x347ca5(0x1ca),'VGFFo':_0x347ca5(0x206),'VPaxM':function(_0x58a75c,_0x2d4743){return _0x58a75c!==_0x2d4743;}},{hookData:_0x30e347}=_0x4fbbfd,_0x2a2645=_0x1ef3f5[_0x347ca5(0x1ec)](),_0x51b96e=_0x50ddf1[_0x347ca5(0x1ec)](),_0x333389={};_0x333389[_0x347ca5(0x1b9)]=0x2,_0x333389[_0x347ca5(0x119)]=0x3,logger[_0x347ca5(0xfd)](_0x347ca5(0xee)+_0x51b96e+_0x347ca5(0x184)+_0x2a2645+_0x347ca5(0x217)+util['inspect'](_0x30e347,_0x333389));if(!_0x30e347)return logger[_0x347ca5(0xfd)](_0x596105[_0x347ca5(0xfa)]),{};const _0x2b6ca5=_0x30e347[_0x347ca5(0x1e8)]||_0x30e347['hookAnalyticsId']||_0x596105['fSrBq'](uuidv4),_0x593dd6=_0x30e347['test_run_id']||this[_0x347ca5(0x1f1)](_0x30e347),_0x56f680=_0x50ddf1[_0x347ca5(0x1ec)]()[_0x347ca5(0x1e5)]('.')[0x1],_0x5f45d5=_0x4e916f[_0x347ca5(0x1f9)]()[_0x347ca5(0x181)](_0x593dd6),_0x40781d=_0x5f45d5?_0x5f45d5[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x347ca5(0xfd)](_0x347ca5(0x133)+_0x2b6ca5+_0x347ca5(0x1e1)+_0x593dd6+'\x20(testIdentifier),\x20hookType='+_0x56f680+',\x20hookState='+_0x2a2645);if(!_0x5f45d5)return logger[_0x347ca5(0xfd)](_0x347ca5(0xc4)+_0x593dd6+_0x347ca5(0x10d)),this[_0x347ca5(0x15d)](_0x4e916f,_0x593dd6,_0x50ddf1,_0x1ef3f5,_0x4fbbfd),{};let _0x2d5598=_0x5f45d5[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2d5598&&(_0x2d5598={});!_0x596105[_0x347ca5(0x11e)](_0x56f680,_0x2d5598)&&(_0x2d5598[_0x56f680]=[]);let _0x47feab=_0x5f45d5[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x47feab&&(_0x47feab={});!_0x596105[_0x347ca5(0x11e)](_0x56f680,_0x47feab)&&(_0x47feab[_0x56f680]=[]);const _0x2923df={[TestFrameworkConstants[_0x347ca5(0x165)]]:_0x2d5598,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x47feab},_0x1f06db={};_0x1f06db[_0x593dd6]=_0x2923df;const _0x166421=_0x1f06db;if(_0x596105[_0x347ca5(0x1c5)](_0x1ef3f5,HookState['PRE'])){const _0x31d16f={'key':_0x56f680,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2b6ca5,[TestFrameworkConstants[_0x347ca5(0x11f)]]:TestFrameworkConstants[_0x347ca5(0xc6)],[TestFrameworkConstants[_0x347ca5(0x19f)]]:_0x30e347[_0x347ca5(0x102)]||new Date()[_0x347ca5(0x13f)](),[TestFrameworkConstants[_0x347ca5(0x144)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x30e347[_0x347ca5(0xea)]||_0x30e347[_0x347ca5(0x180)]||_0x56f680,[TestFrameworkConstants[_0x347ca5(0x16b)]]:_0x40781d};_0x2d5598[_0x56f680][_0x347ca5(0x1c6)](_0x31d16f),_0x166421[_0x593dd6][TestFrameworkConstants[_0x347ca5(0x1a3)]]=_0x56f680;const _0x16416b={};_0x16416b[_0x347ca5(0x1b9)]=0x2,logger['debug'](_0x347ca5(0x148)+_0x56f680+_0x347ca5(0x224)+_0x2b6ca5+_0x347ca5(0x1e1)+_0x593dd6+_0x347ca5(0x116)+util[_0x347ca5(0x13e)](_0x31d16f,_0x16416b));}else{if(_0x596105[_0x347ca5(0x194)](_0x1ef3f5,HookState[_0x347ca5(0x127)])){const _0x4f6a86=_0x30e347['result']||(_0x30e347[_0x347ca5(0x1d1)]&&_0x596105[_0x347ca5(0x1fb)](_0x30e347['errorsDetailed'][_0x347ca5(0x15a)],0x0)?_0x596105[_0x347ca5(0xa4)]:_0x596105['VGFFo']),_0x4ab6e9=_0x2d5598[_0x56f680]||[];logger['debug'](_0x347ca5(0x143)+_0x56f680+_0x347ca5(0x1e1)+_0x593dd6+',\x20result='+_0x4f6a86+',\x20hooksListLength='+_0x4ab6e9[_0x347ca5(0x15a)]);if(_0x596105[_0x347ca5(0x1fb)](_0x4ab6e9[_0x347ca5(0x15a)],0x0)){const _0x3eaaf9=_0x4ab6e9[_0x347ca5(0x118)]();_0x596105[_0x347ca5(0x194)](_0x4f6a86,_0x596105['vFQaA'])&&_0x30e347['errorsDetailed']?(_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0xd3)]]=this[_0x347ca5(0x210)](_0x30e347),_0x3eaaf9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x347ca5(0x177)](_0x30e347),_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0x15f)]]=this[_0x347ca5(0x170)](_0x30e347),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x56f680+',\x20failureType='+_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0xd3)]]+_0x347ca5(0x1f0)+_0x3eaaf9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0x11f)]]=_0x596105[_0x347ca5(0x161)];_0x596105[_0x347ca5(0x16c)](_0x4f6a86,TestFrameworkConstants[_0x347ca5(0xc6)])&&(_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0x11f)]]=_0x4f6a86);_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0x220)]]=_0x30e347[_0x347ca5(0xc9)]||new Date()['toISOString'](),_0x3eaaf9[TestFrameworkConstants[_0x347ca5(0x16b)]]=_0x40781d;const _0x53b363=_0x3eaaf9[TestFrameworkConstants['KEY_HOOK_ID']];!_0x47feab[_0x56f680]&&(_0x47feab[_0x56f680]=[]);_0x47feab[_0x56f680]['push'](_0x3eaaf9),_0x166421[_0x593dd6][TestFrameworkConstants[_0x347ca5(0xac)]]=_0x56f680;const _0x1cde5e={};_0x1cde5e['depth']=0x2,logger[_0x347ca5(0xfd)](_0x347ca5(0x18b)+_0x56f680+_0x347ca5(0x224)+_0x53b363+_0x347ca5(0xdf)+_0x4f6a86+_0x347ca5(0x116)+util[_0x347ca5(0x13e)](_0x3eaaf9,_0x1cde5e));}}}const _0x1816ca={};return _0x1816ca[_0x347ca5(0x1b9)]=0x2,_0x1816ca[_0x347ca5(0x119)]=0x3,logger[_0x347ca5(0xfd)](_0x347ca5(0xb6)+(_0x30e347[_0x347ca5(0x180)]||_0x56f680)+_0x347ca5(0x224)+_0x2b6ca5+_0x347ca5(0x1e1)+_0x593dd6+_0x347ca5(0xaf)+util['inspect'](_0x166421,_0x1816ca)),_0x166421;}[a71_0x428c25(0x1ce)](_0x50a42a){const _0xa02167=a71_0x428c25,_0x3711b2={};_0x3711b2[_0xa02167(0x12a)]=_0xa02167(0x176);const _0x4c7254=_0x3711b2;try{const _0x2650a9=_0x50a42a[_0xa02167(0x1a8)]?this['getJestTestIdentifier'](_0x50a42a[_0xa02167(0x1a8)]):_0x50a42a[_0xa02167(0xc8)][_0xa02167(0x1a9)],_0x2b9dce=_0x50a42a[_0xa02167(0xca)],_0x2f31be=_0x2b9dce[_0xa02167(0x11c)](),_0x21846d=_0x2b9dce[_0xa02167(0x1f9)]()[_0xa02167(0x181)](_0x2650a9);if(!_0x21846d)return logger[_0xa02167(0xfd)](_0xa02167(0x1c4)+_0x2650a9),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3c016b='',[TestFrameworkConstants[_0xa02167(0x13a)]]:_0x336b34='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x212cd8='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x303aeb=''}=_0x21846d,_0x44e6e2=_0x2b9dce[_0xa02167(0xad)]()[_0xa02167(0x1ec)]()[_0xa02167(0x1e5)]('.')[0x1],_0x576ef3=_0x2b9dce['getCurrentHookState']()[_0xa02167(0x1ec)]()[_0xa02167(0x1e5)]('.')[0x1],_0x1ff279=global?.['__workerDetails']?.[_0xa02167(0xc2)]?.[_0xa02167(0xf8)],_0x3cbfe8=_0x2b9dce['getRef'](),_0x234a46=Buffer[_0xa02167(0x1ea)](JSON[_0xa02167(0x10a)](_0x21846d))[_0xa02167(0x1ec)](_0x4c7254[_0xa02167(0x12a)]),_0x35c806={'hash':_0x2f31be[_0xa02167(0xf7)](),'threadId':_0x2f31be[_0xa02167(0x172)]()[_0xa02167(0x1ec)](),'processId':_0x2f31be[_0xa02167(0x1d5)]()[_0xa02167(0x1ec)]()},_0x385296={};_0x385296['platformIndex']=_0x1ff279,_0x385296[_0xa02167(0x1b3)]=_0x3c016b,_0x385296[_0xa02167(0x20e)]=_0x336b34,_0x385296['testFrameworkState']=_0x44e6e2,_0x385296[_0xa02167(0xff)]=_0x576ef3,_0x385296[_0xa02167(0x1ba)]=_0x212cd8,_0x385296['endedAt']=_0x303aeb,_0x385296[_0xa02167(0x1e8)]=_0x3cbfe8,_0x385296['eventJson']=_0x234a46,_0x385296[_0xa02167(0x214)]=_0x35c806,_0x385296[_0xa02167(0xbc)]=_0x2650a9;const _0x1d45c6=_0x385296;return _0x1d45c6;}catch(_0x9fa58c){return logger['error'](_0xa02167(0x138)+util['format'](_0x9fa58c)),{};}}async['sendLogCreatedEvent'](_0x562eec,_0x2273de,_0x103c2a){const _0x3fe23e=a71_0x428c25,_0x339386={'yeUbU':function(_0xe53d1b,_0x255dd6){return _0xe53d1b+_0x255dd6;},'QjVlw':_0x3fe23e(0x128),'XfNiG':_0x3fe23e(0xef),'zYIeD':function(_0x15baf1,_0x4e0369){return _0x15baf1>_0x4e0369;},'fCMYY':function(_0x1cff5b,_0x304121,_0x5316b2,_0xf32fbf){return _0x1cff5b(_0x304121,_0x5316b2,_0xf32fbf);},'ZqxEw':function(_0x385967,_0x335ecc){return _0x385967-_0x335ecc;},'FzVKk':function(_0x6b6b38,_0x1cf1ac){return _0x6b6b38===_0x1cf1ac;},'ZEnlm':function(_0x2a524d,_0x41bb1a){return _0x2a524d/_0x41bb1a;},'Qfddn':function(_0x29caf6,_0x57d95e){return _0x29caf6<_0x57d95e;},'jwkjG':function(_0x2c8198,_0x1d582a){return _0x2c8198*_0x1d582a;},'tmXXO':function(_0x27fb0c,_0x5b8865){return _0x27fb0c+_0x5b8865;}};try{const _0xec376e=_0x103c2a[_0x3fe23e(0x1a4)]||_0x103c2a[_0x3fe23e(0x15b)],_0x5d05f0=Array[_0x3fe23e(0x1ea)](_0x562eec[_0x3fe23e(0x1f9)]()[_0x3fe23e(0xc3)]()),_0x4078a9=_0x562eec[_0x3fe23e(0x1f9)]()[_0x3fe23e(0x181)](_0xec376e);if(!_0x4078a9){logger[_0x3fe23e(0xfd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0xec376e);return;}const {[TestFrameworkConstants[_0x3fe23e(0x1e4)]]:_0x55e757='',[TestFrameworkConstants[_0x3fe23e(0x13a)]]:_0x2caca3=''}=_0x4078a9;let _0x50f493=[];if(_0x4078a9&&_0x4078a9[TestFrameworkConstants[_0x3fe23e(0xd9)]]&&Array[_0x3fe23e(0x1c1)](_0x4078a9[TestFrameworkConstants[_0x3fe23e(0xd9)]])){_0x50f493=_0x4078a9[TestFrameworkConstants[_0x3fe23e(0xd9)]]||[],logger[_0x3fe23e(0xfd)](_0x3fe23e(0xa3)+_0x50f493['length']+'\x20logs\x20for\x20testId:\x20'+_0xec376e);const _0x2a21e0={[TestFrameworkConstants[_0x3fe23e(0xd9)]]:[]},_0x98dff0={};_0x98dff0[_0xec376e]=_0x2a21e0,_0x562eec['addMultipleEntries'](_0x98dff0),logger[_0x3fe23e(0xfd)](_0x3fe23e(0x14a)+_0xec376e);}else logger[_0x3fe23e(0xfd)](_0x3fe23e(0x1b0)+_0xec376e);logger[_0x3fe23e(0xfd)](_0x3fe23e(0x21e)+_0x50f493[_0x3fe23e(0x15a)]+'\x20for\x20testId:\x20'+_0xec376e);const _0x1d607a=_0x50f493[_0x3fe23e(0x120)](_0x4b5320=>_0x4b5320['kind']===_0x3fe23e(0x18a));_0x339386['zYIeD'](_0x1d607a[_0x3fe23e(0x15a)],0x0)&&(logger[_0x3fe23e(0xfd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x1d607a[_0x3fe23e(0x15a)]+_0x3fe23e(0xb7)+_0xec376e),_0x1d607a[_0x3fe23e(0x1a7)]((_0x2f9d85,_0x2a345d)=>{const _0x5484c9=_0x3fe23e;logger[_0x5484c9(0xfd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x339386[_0x5484c9(0x147)](_0x2a345d,0x1)+'/'+_0x1d607a[_0x5484c9(0x15a)]+_0x5484c9(0x18d)+(_0x2f9d85[_0x5484c9(0xbc)]||_0x339386[_0x5484c9(0xa9)])+_0x5484c9(0xa1)+(_0x2f9d85[_0x5484c9(0x145)]||_0x339386[_0x5484c9(0xa9)])+_0x5484c9(0x108)+(_0x2f9d85[_0x5484c9(0x207)]||_0x339386[_0x5484c9(0x175)])+_0x5484c9(0x215)+(_0x2f9d85[_0x5484c9(0x1bb)]?.['length']||0x0));}));const _0x465bff=_0x4078a9[TestFrameworkConstants[_0x3fe23e(0xb5)]]||{},_0x25d14b=_0x339386[_0x3fe23e(0x18c)](getMediaArtifactsLogs,_0x465bff,null,_0xec376e),_0x521da1=(_0x50f493||[])[_0x3fe23e(0x12d)](_0x25d14b||[]),_0x101891=_0x1d607a?.[_0x3fe23e(0x15a)]||0x0,_0x355e7a=_0x339386[_0x3fe23e(0x10c)](_0x50f493?.[_0x3fe23e(0x15a)]||0x0,_0x101891);logger[_0x3fe23e(0xfd)](_0x3fe23e(0x1ac)+_0xec376e+_0x3fe23e(0xe2)+_0x355e7a+_0x3fe23e(0x14f)+_0x101891+_0x3fe23e(0x1b6)+(_0x25d14b?.[_0x3fe23e(0x15a)]||0x0)+',\x20totalLogs:\x20'+_0x521da1[_0x3fe23e(0x15a)]);if(!_0x521da1||_0x339386['FzVKk'](_0x521da1[_0x3fe23e(0x15a)],0x0)){logger[_0x3fe23e(0xfd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xec376e);return;}const _0x3f8808=0x28,_0x4fb85d=Math['ceil'](_0x339386[_0x3fe23e(0x193)](_0x521da1[_0x3fe23e(0x15a)],_0x3f8808));for(let _0x766bec=0x0;_0x339386[_0x3fe23e(0x202)](_0x766bec,_0x4fb85d);_0x766bec++){const _0x298758=_0x339386['jwkjG'](_0x766bec,_0x3f8808),_0x4cd95f=_0x339386['tmXXO'](_0x298758,_0x3f8808),_0xaefb64=_0x521da1[_0x3fe23e(0xb0)](_0x298758,_0x4cd95f),_0x53185e=global?.[_0x3fe23e(0x1cd)]?.[_0x3fe23e(0xc2)]?.[_0x3fe23e(0xf8)]||0x0,_0x1e4d26={'platformIndex':_0x53185e,'logs':_0xaefb64,'testFrameworkName':_0x55e757,'testFrameworkVersion':_0x2caca3,'testFrameworkState':_0x2273de[_0x3fe23e(0x1ec)]()[_0x3fe23e(0x1e5)]('.')[0x1]},_0x519b12={};_0x519b12[_0x3fe23e(0x1b9)]=0x3,_0x519b12[_0x3fe23e(0x119)]=0x5,logger[_0x3fe23e(0xfd)](_0x3fe23e(0x205)+_0x339386[_0x3fe23e(0x1ae)](_0x766bec,0x1)+'/'+_0x4fb85d+_0x3fe23e(0x1fe)+_0xec376e+',\x20logsInBatch:\x20'+_0xaefb64[_0x3fe23e(0x15a)]+_0x3fe23e(0x186)+_0x53185e+_0x3fe23e(0xae)+util[_0x3fe23e(0x13e)](_0x1e4d26,_0x519b12));const _0x49691b=await GrpcClient[_0x3fe23e(0xdb)]()['logCreatedEvent'](_0x1e4d26);logger[_0x3fe23e(0xfd)](_0x3fe23e(0x205)+_0x339386[_0x3fe23e(0x1ae)](_0x766bec,0x1)+'/'+_0x4fb85d+_0x3fe23e(0x1fe)+_0xec376e+_0x3fe23e(0x216)+util[_0x3fe23e(0x13e)](_0x49691b));}if(_0x25d14b&&_0x339386[_0x3fe23e(0x211)](_0x25d14b[_0x3fe23e(0x15a)],0x0)&&_0x4078a9[TestFrameworkConstants[_0x3fe23e(0xb5)]]){const _0x9260a5={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x3f02f9={};_0x3f02f9[_0xec376e]=_0x9260a5,_0x562eec['addMultipleEntries'](_0x3f02f9);}logger[_0x3fe23e(0xfd)](_0x3fe23e(0x1e2)+_0xec376e+',\x20totalBatches:\x20'+_0x4fb85d);}catch(_0x31e6c2){logger[_0x3fe23e(0x16a)](_0x3fe23e(0xd2)+(_0x103c2a[_0x3fe23e(0x1a4)]||_0x103c2a[_0x3fe23e(0x15b)])+',\x20error:\x20'+util['format'](_0x31e6c2));}}[a71_0x428c25(0x15d)](_0x50a20f,_0x54c8b3,_0x45c365,_0x335edd,_0x27afc1){const _0x3b0525=a71_0x428c25,_0x41cfeb={};_0x41cfeb['laKSO']=function(_0x910e80,_0x2e52b5){return _0x910e80===_0x2e52b5;},_0x41cfeb[_0x3b0525(0x201)]=_0x3b0525(0xba);const _0x2baba7=_0x41cfeb,{hookData:_0x589d5a}=_0x27afc1,_0x13849f={'testId':_0x54c8b3,'testFrameworkState':_0x45c365,'hookState':_0x335edd,'args':_0x27afc1,'timestamp':new Date()['toISOString']()};if(_0x2baba7['laKSO'](_0x45c365,TestFrameworkState['BEFORE_ALL'])&&_0x589d5a){const _0x118296={};_0x118296[_0x3b0525(0x1d6)]=_0x589d5a[_0x3b0525(0x135)]||_0x589d5a['location'],_0x118296[_0x3b0525(0x103)]=_0x589d5a[_0x3b0525(0x103)]||_0x589d5a[_0x3b0525(0x105)]&&_0x589d5a[_0x3b0525(0x105)][0x0]||'',_0x118296[_0x3b0525(0x149)]=_0x2baba7[_0x3b0525(0x201)],_0x13849f[_0x3b0525(0x109)]=_0x118296,logger['debug'](_0x3b0525(0xe1)+_0x54c8b3+_0x3b0525(0x1dd)+_0x13849f[_0x3b0525(0x109)][_0x3b0525(0x1d6)]+_0x3b0525(0xa0)+_0x13849f[_0x3b0525(0x109)][_0x3b0525(0x103)]);}_0x50a20f[_0x3b0525(0x162)](_0x54c8b3,_0x13849f),logger[_0x3b0525(0xfd)](_0x3b0525(0x13b)+_0x54c8b3+_0x3b0525(0xf5)+_0x45c365+_0x3b0525(0xbe)+_0x335edd);}async[a71_0x428c25(0xc0)](_0x3c3625,_0x41c31c){const _0x38248f=a71_0x428c25,_0x427dd0={};_0x427dd0[_0x38248f(0x221)]=function(_0xd14f1,_0x5f1958){return _0xd14f1>_0x5f1958;},_0x427dd0[_0x38248f(0x154)]=_0x38248f(0x1f4),_0x427dd0[_0x38248f(0x21f)]=function(_0x3f2b5d,_0x26e6b3){return _0x3f2b5d===_0x26e6b3;},_0x427dd0['mTeSg']=_0x38248f(0x1e7),_0x427dd0[_0x38248f(0x21c)]='Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}';const _0x4af91c=_0x427dd0;if(_0x3c3625[_0x38248f(0x227)](_0x41c31c)){const _0x11a4ac=_0x3c3625[_0x38248f(0xce)](_0x41c31c);logger[_0x38248f(0xfd)](_0x38248f(0x196)+_0x11a4ac[_0x38248f(0x15a)]+_0x38248f(0xd5)+_0x41c31c);for(const _0x16aaed of _0x11a4ac){try{const _0x923c37=await this[_0x38248f(0x123)](_0x3c3625,_0x16aaed[_0x38248f(0xe7)],_0x16aaed['hookState'],_0x16aaed[_0x38248f(0xfb)]);_0x923c37&&_0x4af91c[_0x38248f(0x221)](Object[_0x38248f(0xc3)](_0x923c37)[_0x38248f(0x15a)],0x0)&&_0x3c3625[_0x38248f(0x125)](_0x923c37),await this[_0x38248f(0x1db)](_0x3c3625,_0x16aaed[_0x38248f(0xe7)],_0x16aaed[_0x38248f(0xff)],_0x16aaed['args']);}catch(_0x2d8271){logger[_0x38248f(0x16a)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x41c31c+',\x20error:\x20'+_0x2d8271);}}_0x3c3625[_0x38248f(0x14e)](_0x41c31c),logger[_0x38248f(0xfd)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x41c31c);}const _0x1d99ec=_0x3c3625[_0x38248f(0x1f9)]()['get'](_0x41c31c);if(_0x1d99ec){const _0x18a3fd=_0x1d99ec[TestFrameworkConstants[_0x38248f(0x21b)]]||_0x1d99ec[TestFrameworkConstants[_0x38248f(0xf9)]],_0x1b373a=_0x1d99ec[TestFrameworkConstants[_0x38248f(0x156)]]||_0x1d99ec[TestFrameworkConstants[_0x38248f(0x1da)]]&&_0x1d99ec[TestFrameworkConstants[_0x38248f(0x1da)]][0x0]||'';logger[_0x38248f(0xfd)](_0x4af91c[_0x38248f(0x154)]);const _0x2c32cd=_0x3c3625[_0x38248f(0x153)]();for(const _0x3affc1 of _0x2c32cd){if(_0x4af91c[_0x38248f(0x21f)](_0x3affc1,_0x41c31c))continue;if(_0x3c3625[_0x38248f(0x227)](_0x3affc1)){const _0x2502dc=_0x3c3625[_0x38248f(0xce)](_0x3affc1);for(const _0x1c27eb of _0x2502dc){if(_0x4af91c['IGQoL'](_0x1c27eb['testFrameworkState'],TestFrameworkState[_0x38248f(0x1fc)])&&_0x1c27eb[_0x38248f(0x109)]){const _0x5f00ef=_0x1c27eb['hookMetadata']['filePath'],_0x1945e9=_0x1c27eb['hookMetadata'][_0x38248f(0x103)];if(_0x4af91c[_0x38248f(0x21f)](_0x5f00ef,_0x18a3fd)&&_0x4af91c[_0x38248f(0x21f)](_0x1945e9,_0x1b373a)){logger[_0x38248f(0xfd)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x3affc1+_0x38248f(0xb2)+_0x41c31c+_0x38248f(0x1dd)+_0x5f00ef+_0x38248f(0xa0)+_0x1945e9);_0x1c27eb[_0x38248f(0xfb)]&&_0x1c27eb[_0x38248f(0xfb)][_0x38248f(0xc8)]&&(_0x1c27eb[_0x38248f(0xfb)][_0x38248f(0xc8)][_0x38248f(0x1a9)]=_0x41c31c,logger['debug'](_0x38248f(0x178)+_0x3affc1+_0x38248f(0x14c)+_0x41c31c));try{const _0x4c3110=await this['trackHookEvent'](_0x3c3625,_0x1c27eb[_0x38248f(0xe7)],_0x1c27eb[_0x38248f(0xff)],_0x1c27eb[_0x38248f(0xfb)]);_0x4c3110&&_0x4af91c[_0x38248f(0x221)](Object['keys'](_0x4c3110)[_0x38248f(0x15a)],0x0)&&_0x3c3625[_0x38248f(0x125)](_0x4c3110);await this[_0x38248f(0x1db)](_0x3c3625,_0x1c27eb[_0x38248f(0xe7)],_0x1c27eb['hookState'],_0x1c27eb[_0x38248f(0xfb)]);const _0x34066b=_0x3c3625[_0x38248f(0xce)](_0x3affc1)[_0x38248f(0x120)](_0xc1c3a5=>_0xc1c3a5!==_0x1c27eb);if(_0x4af91c[_0x38248f(0x21f)](_0x34066b[_0x38248f(0x15a)],0x0))_0x3c3625['removePendingHooks'](_0x3affc1);else{_0x3c3625[_0x38248f(0x14e)](_0x3affc1);for(const _0x9e9a39 of _0x34066b){_0x3c3625[_0x38248f(0x162)](_0x3affc1,_0x9e9a39);}}logger[_0x38248f(0xfd)](_0x4af91c[_0x38248f(0x121)]);}catch(_0x23c059){logger[_0x38248f(0x16a)](_0x4af91c[_0x38248f(0x21c)]);}}}}}}}}[a71_0x428c25(0x1fd)](_0x3f08c6){const _0x328f99=a71_0x428c25,_0x425f9c={'fLUfF':function(_0x2601f6){return _0x2601f6();}};if(!_0x3f08c6||!_0x3f08c6['parent'])return;_0x3f08c6[_0x328f99(0x182)][_0x328f99(0xa8)]&&Array[_0x328f99(0x1c1)](_0x3f08c6[_0x328f99(0x182)]['hooks'])&&_0x3f08c6[_0x328f99(0x182)][_0x328f99(0xa8)]['forEach'](_0x401a31=>{const _0x2dbbbf=_0x328f99;!_0x401a31['hookAnalyticsId']&&!_0x401a31[_0x2dbbbf(0xbd)]&&(_0x401a31[_0x2dbbbf(0x166)]=_0x425f9c[_0x2dbbbf(0x1fa)](uuidv4),_0x401a31['hookUUID']=_0x401a31['hookAnalyticsId'],logger[_0x2dbbbf(0xfd)](_0x2dbbbf(0x1f8)+_0x401a31[_0x2dbbbf(0x160)]+_0x2dbbbf(0x1a6)+_0x401a31['hookAnalyticsId']));}),this['mapTestHooks'](_0x3f08c6[_0x328f99(0x182)]);}[a71_0x428c25(0xe5)](_0x3524a8){const _0x373946=a71_0x428c25,_0x1cc73a={'roFNV':function(_0x54efbb,_0x337d28){return _0x54efbb(_0x337d28);}};if(!_0x3524a8||!_0x3524a8['parent'])return[];const _0x1b334e=[];return _0x3524a8['parent']['hooks']&&Array[_0x373946(0x1c1)](_0x3524a8['parent'][_0x373946(0xa8)])&&_0x3524a8[_0x373946(0x182)]['hooks'][_0x373946(0x1a7)](_0x14294f=>{const _0x4c59fb=_0x373946,_0x25c694=_0x14294f[_0x4c59fb(0x166)]||_0x14294f[_0x4c59fb(0xbd)];_0x25c694&&!this[_0x4c59fb(0x1de)](_0x14294f)&&!_0x1cc73a[_0x4c59fb(0xdd)](isInternalHook,_0x14294f['fn'])&&_0x1b334e[_0x4c59fb(0x1c6)](_0x25c694);}),[..._0x1b334e,...this[_0x373946(0xe5)](_0x3524a8[_0x373946(0x182)])];}[a71_0x428c25(0x10f)](_0x1c69f2){const _0x552cfe=a71_0x428c25,_0x2d233a={'AFbiF':function(_0x4226ed,_0x587a8f){return _0x4226ed(_0x587a8f);},'fuDHW':_0x552cfe(0x14d)},_0x50a828=new Map(),_0x5e8db9=_0x48d879=>{const _0x26775a=_0x552cfe,_0x1d99e6={'mjvJZ':function(_0x2fe9d9,_0x37fe17){const _0x2cd958=a71_0x3018;return _0x2d233a[_0x2cd958(0xd6)](_0x2fe9d9,_0x37fe17);},'FWLfu':_0x2d233a[_0x26775a(0x16e)]};if(!_0x48d879||!_0x48d879['parent'])return;_0x48d879[_0x26775a(0x182)][_0x26775a(0xa8)]&&Array[_0x26775a(0x1c1)](_0x48d879['parent']['hooks'])&&_0x48d879[_0x26775a(0x182)][_0x26775a(0xa8)][_0x26775a(0x1a7)](_0x2bac83=>{const _0x3f41d1=_0x26775a,_0x38a717=_0x2bac83['hookAnalyticsId']||_0x2bac83[_0x3f41d1(0xbd)];if(_0x38a717&&!this[_0x3f41d1(0x1de)](_0x2bac83)&&!_0x1d99e6['mjvJZ'](isInternalHook,_0x2bac83['fn'])){const _0x1d6c14={};_0x1d6c14['type']=_0x2bac83[_0x3f41d1(0x160)]||_0x1d99e6['FWLfu'],_0x1d6c14[_0x3f41d1(0xea)]=_0x2bac83['name']||'\x22'+_0x2bac83[_0x3f41d1(0x160)]+_0x3f41d1(0x13d),_0x50a828[_0x3f41d1(0x157)](_0x38a717,_0x1d6c14);}}),_0x2d233a[_0x26775a(0xd6)](_0x5e8db9,_0x48d879[_0x26775a(0x182)]);};return _0x2d233a[_0x552cfe(0xd6)](_0x5e8db9,_0x1c69f2),_0x50a828;}[a71_0x428c25(0x1de)](_0x15f08e){const _0x143d27=a71_0x428c25,_0x230319={};_0x230319['gcaqe']='jest-circus',_0x230319[_0x143d27(0xb1)]=_0x143d27(0xed);const _0x3ca739=_0x230319;try{const _0x1ca75d=this[_0x143d27(0x100)](_0x15f08e);return _0x1ca75d&&_0x1ca75d[_0x143d27(0x163)](_0x3ca739[_0x143d27(0x190)]);}catch(_0x2cd3ab){logger[_0x143d27(0xfd)](_0x3ca739[_0x143d27(0xb1)]);}return![];}[a71_0x428c25(0x100)](_0x55945e){const _0x46b994=a71_0x428c25;if(_0x55945e[_0x46b994(0x10e)])try{const _0x12ba6b=stackTrace['parse'](_0x55945e['asyncError']);return _0x12ba6b[0x0]?_0x12ba6b[0x0][_0x46b994(0xec)]():null;}catch(_0x57aa63){logger['debug'](_0x46b994(0x111)+util[_0x46b994(0xe0)](_0x57aa63));}if(_0x55945e[_0x46b994(0x21d)])return _0x55945e[_0x46b994(0x21d)];return null;}}module[a71_0x428c25(0x200)]=JestTestFramework;
|
|
1
|
+
const a71_0x53922f=a71_0x1209;(function(_0x50547c,_0x459dd5){const _0x4a02b4=a71_0x1209,_0x358388=_0x50547c();while(!![]){try{const _0x5c4c1f=parseInt(_0x4a02b4(0x2d6))/0x1+parseInt(_0x4a02b4(0x267))/0x2+-parseInt(_0x4a02b4(0x2bd))/0x3+-parseInt(_0x4a02b4(0x2cd))/0x4*(parseInt(_0x4a02b4(0x28d))/0x5)+-parseInt(_0x4a02b4(0x2b1))/0x6*(-parseInt(_0x4a02b4(0x2eb))/0x7)+-parseInt(_0x4a02b4(0x284))/0x8*(-parseInt(_0x4a02b4(0x2c6))/0x9)+parseInt(_0x4a02b4(0x2ff))/0xa*(-parseInt(_0x4a02b4(0x2ae))/0xb);if(_0x5c4c1f===_0x459dd5)break;else _0x358388['push'](_0x358388['shift']());}catch(_0x4ddbd1){_0x358388['push'](_0x358388['shift']());}}}(a71_0x5de1,0xe9943));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x53922f(0x1ea)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x53922f(0x34a)),TestFrameworkInstance=require(a71_0x53922f(0x208)),CLIUtils=require(a71_0x53922f(0x30d)),TrackedInstance=require(a71_0x53922f(0x31d)),TestFrameworkConstants=require(a71_0x53922f(0x335)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x53922f(0x255)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x53922f(0x2ed)),{v4:uuidv4}=require(a71_0x53922f(0x207)),util=require(a71_0x53922f(0x224)),TestInfo=require(a71_0x53922f(0x339)),GrpcClient=require(a71_0x53922f(0x268)),stackTrace=require(a71_0x53922f(0x288));function a71_0x1209(_0x52cdf7,_0x23ae5c){const _0x5de1db=a71_0x5de1();return a71_0x1209=function(_0x120916,_0x5399f4){_0x120916=_0x120916-0x1e4;let _0x5730f6=_0x5de1db[_0x120916];return _0x5730f6;},a71_0x1209(_0x52cdf7,_0x23ae5c);}function a71_0x5de1(){const _0x120ba3=['message','type','slice','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookType=','TpKgB','Uoxgp','hook_result','KEY_HOOK_FAILURE_TYPE','isArray','file','KEY_TEST_ATTACHMENTS',',\x20hookState=',',\x20totalHooks=','aDLbD','depth','vYrnN','JhpfS','failed','trackJestInstance','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','substr','getJestFailureType','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','sendLogCreatedEvent','getCurrentInstanceName','KEY_LOGS','ARRzK','error','trackJestInstance:\x20created\x20instance\x20for\x20target=','trackHookEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','toUpperCase','hook_id','filter','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','Zbaco','GWZmv','pop','maxArrayLength','../state/testFrameworkState.js','hookData','test','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','parse','dkdPx','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','TEST_SCREENSHOT','removePendingHooks','warn','KEY_TEST_DURATION','SpOlt','KEY_HOOKS_FINISHED','VzruM','../../../helpers/test-observability/utils','bjVJv',',\x20testFramework=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getContext','eFhNl','juRJA','BEFORE_ALL','lsdtr','\x22\x20hook','VsJKU','set','testFrameworkState','splice','vfSba','uuid','../instances/testFrameworkInstance.js','CBxGM','KEY_TEST_RETRY_OF','GNdSQ','\x20hook','KEY_TEST_FRAMEWORK_NAME','test_run_id','ojJXm','exports','yYMRB','\x20(testIdentifier),\x20hookType=','jest-circus','unknown','nsYPu','parallelIndex',',\x20logsInBatch:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','getAllData','KEY_EVENT_ENDED_AT','testFrameworkName','OEUab','KEY_TEST_STARTED_AT','\x20-\x20testId:\x20','\x20files','getTrackedInstance','started_at',':testAnalyticsId','file_name','util','CRuZy','KEY_TEST_SCOPES','pvVKa','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20',',\x20filePath:\x20','KEY_TEST_META',',\x20hookUUID=','ROOT_DESCRIBE_BLOCK','KaixV','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getCurrentHookState','trackEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','hbaam','YIsXy','getJestTestName','godpw','htepJ','isJestInternalHook','xNypq',',\x20testId=',',\x20failureReason=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_ENDED_AT','MKCZG','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20screenshot\x20logs\x20for\x20testId:\x20','hookMetadata',',\x20payload:\x20','hooks','asyncError','forEach','args','sNRAD','AssertionError','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','\x20attachments','length','platformIndex','LXwow','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20',',\x20consoleLogs:\x20','WCvPy','KEY_TEST_NAME','keys','../../../helpers/helper.js','KEY_TEST_FAILURE','JCPiQ','activeHooks','get','testData','testId','title','pKDQm','KEY_TEST_SCOPE','storePendingHook','hookAnalyticsId','lQldP','name','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','addPendingHook','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','1528002PGCKTN','../grpcClient','setActiveHook','getHooksForTest','KEY_HOOK_LAST_FINISHED','workerInfo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','test_identifier','\x20(testIdentifier)','iUfRT','\x20for\x20testId:\x20','\x22\x20from\x20testData','join',',\x20scopes=','hook_type',',\x20state:\x20','getJestTestScopes','substring','errorsDetailed','LqBAm','findIndex','includes','mapTestHooks','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','YRMXy','from',',\x20contextId=','KEY_TEST_TAGS','rPtkY','5775312BvuApP',',\x20hookData=','fSSMu',',\x20totalBatches:\x20','stack-trace','getTestFrameworksVersions','gZiGc','getJestFailureData','getCurrentTestState','163045jYSyOz','getRef','KEY_TEST_FRAMEWORK_VERSION','passed','KEY_TEST_RESULT','_ALL',',\x20hookId=','duration','parseJestTest','runHooks','originalTest','KEY_TEST_RESULT_AT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','CqOaz','parent','Unknown\x20Test','toISOString','upHra','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','DEFAULT_TEST_RESULT',',\x20remainingHooks=','has','getJestTestIdentifier','KEY_TEST_LOGS','\x20(testIdentifier),\x20tags=',',\x20target=','NONE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','RdXOR','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getFileName','matchHookRegex','99aplTsu','POST',',\x20screenshotLogs:\x20','3656274KfpKWE','Hcjbq','aIkRn','beforeAll',',\x20version=','KEY_TEST_FAILURE_TYPE',',\x20hook_run_uuid=','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestTags','YTCom','base64','1741806fXXDDf','qnzfU','addMultipleEntries','KEY_TEST_FAILURE_REASON','ICmpQ','KEY_HOOK_LAST_STARTED','split','KEY_TEST_LOCATION','getProcessId','9BJePXV','testUUID','BjKph','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_FILE_PATH','KEY_CUSTOM_TAGS','format','140TWMMEb','failure_reason','skipped','dAayK','ceil',',\x20error:\x20','filePath','DEFAULT_HOOK_RESULT','logCreatedEvent','370685MkDMKV','psbHb','\x20logs\x20for\x20testId:\x20','hookUUID','Assert','missing','retryOf',',\x20hook=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','debug','LOG_REPORT','PRE','GhHYH','scope','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','Stored\x20pending\x20hook\x20for\x20testId:\x20','Ciufl','test_run_uuid','scopes','14NrwBGi',',\x20argsKeys=','JestTestFramework','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','EOCnJ','KEY_AUTOMATE_SESSION_NAME','hasPendingHooks','getPendingHooks','VYmLu','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','zEJkv',',\x20storing\x20as\x20pending\x20hook','wtpky','KEY_TEST_CODE','getId','match','KEY_HOOK_LOGS','Error\x20in\x20createTestFrameworkEventPayload:\x20','BOXkp','440780JDWCVp','push',',\x20filePath=','ipmHd','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','finished_at','GplEX','TEST','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','SAwpp','exzrZ','YkUPS','XMNhS','getRootParentFile','../cliUtils.js','Shjfe','afterAll','bvBdt',',\x20failureType=','BtIBt','RlzNG','getJestTestFilePath','inspect',',\x20hookState:\x20','KEY_TEST_UUID','UnhandledError','AxxSy','concat','instance','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','../instances/trackedInstance.js','sDudy',',\x20currentTestId:\x20','bDPsn','trackJestInstance:\x20instance\x20already\x20exists','none',',\x20platformIndex:\x20','eventJson','result','hookType','status','IBiCw','GZudo','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','LwhEb',',\x20hooksListLength=','hookState','\x20to\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','wvAdZ','getTestFrameworks','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','pid','Processing\x20','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20&\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','../TestInfo.js','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','find','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','resolveInstance','GgsJN','__workerDetails','getJestFailureReason','skip','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','delete','KEY_TEST_RERUN_NAME','\x20-\x20test_identifier=','TKVZZ','SWnNc','createContext','processPendingHooks','../../../helpers/classLogger.js','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','executionContext','KEY_HOOK_RESULT','map','QlJkT',',\x20exception=','toString','buildHookMapFromTest',',\x20scope:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_HOOK_NAME','tags','qctSr','KEY_HOOK_ID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_HOOKS_STARTED'];a71_0x5de1=function(){return _0x120ba3;};return a71_0x5de1();}class JestTestFramework extends TestFramework{constructor(_0x46f941,_0x26d411,_0x3b74b9){super(_0x46f941,_0x26d411,_0x3b74b9),this['activeHooks']=new Map();}[a71_0x53922f(0x269)](_0x1c75f0,_0x39f395,_0x368b25){const _0x9cf48a=a71_0x53922f,_0x1ee1af={};_0x1ee1af[_0x9cf48a(0x34f)]=function(_0x3f4f18,_0x5834e8){return _0x3f4f18||_0x5834e8;};const _0x4aad01=_0x1ee1af;if(_0x4aad01[_0x9cf48a(0x34f)](!_0x1c75f0,!_0x39f395)){logger[_0x9cf48a(0x1f3)](_0x9cf48a(0x332)+_0x1c75f0+_0x9cf48a(0x22b)+_0x39f395);return;}!this[_0x9cf48a(0x258)][_0x9cf48a(0x2a2)](_0x1c75f0)&&this['activeHooks'][_0x9cf48a(0x203)](_0x1c75f0,[]);const _0x28f0b8={'hookUUID':_0x39f395,'hookType':_0x368b25,'startedAt':new Date()[_0x9cf48a(0x29d)]()};this[_0x9cf48a(0x258)]['get'](_0x1c75f0)[_0x9cf48a(0x300)](_0x28f0b8),logger[_0x9cf48a(0x2df)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x1c75f0+_0x9cf48a(0x22b)+_0x39f395+_0x9cf48a(0x35f)+_0x368b25+_0x9cf48a(0x368)+this[_0x9cf48a(0x258)][_0x9cf48a(0x259)](_0x1c75f0)['length']);}['removeActiveHook'](_0x548fde,_0x3e6f54){const _0x466d67=a71_0x53922f,_0x3264fa={};_0x3264fa['IBiCw']=function(_0x83e2e,_0x4388fb){return _0x83e2e||_0x4388fb;},_0x3264fa[_0x466d67(0x308)]=function(_0x4a61d7,_0x24b959){return _0x4a61d7!==_0x24b959;},_0x3264fa[_0x466d67(0x261)]=function(_0x1903b0,_0x3c0ac8){return _0x1903b0===_0x3c0ac8;};const _0x11742d=_0x3264fa;if(_0x11742d[_0x466d67(0x328)](!_0x548fde,!_0x3e6f54)){logger[_0x466d67(0x1f3)](_0x466d67(0x2ab)+_0x548fde+_0x466d67(0x22b)+_0x3e6f54);return;}if(this[_0x466d67(0x258)][_0x466d67(0x2a2)](_0x548fde)){const _0xa6d6c8=this[_0x466d67(0x258)][_0x466d67(0x259)](_0x548fde),_0x3ee0c5=_0xa6d6c8[_0x466d67(0x27b)](_0x323024=>_0x323024[_0x466d67(0x2d9)]===_0x3e6f54);_0x11742d[_0x466d67(0x308)](_0x3ee0c5,-0x1)?(_0xa6d6c8[_0x466d67(0x205)](_0x3ee0c5,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x548fde+_0x466d67(0x22b)+_0x3e6f54+_0x466d67(0x2a1)+_0xa6d6c8[_0x466d67(0x24d)]),_0x11742d[_0x466d67(0x261)](_0xa6d6c8[_0x466d67(0x24d)],0x0)&&this['activeHooks'][_0x466d67(0x343)](_0x548fde)):logger[_0x466d67(0x2df)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x548fde+',\x20hookUUID='+_0x3e6f54);}}['getActiveHook'](_0x579310){const _0x175647=a71_0x53922f,_0x436cd4={};_0x436cd4[_0x175647(0x31e)]=function(_0x39bf2c,_0x39cbf9){return _0x39bf2c>_0x39cbf9;},_0x436cd4[_0x175647(0x2f6)]=function(_0x12f2f9,_0x20e07f){return _0x12f2f9-_0x20e07f;};const _0x1e874b=_0x436cd4;if(!_0x579310)return null;if(this['activeHooks'][_0x175647(0x2a2)](_0x579310)){const _0x35b1ab=this[_0x175647(0x258)]['get'](_0x579310);if(_0x1e874b[_0x175647(0x31e)](_0x35b1ab[_0x175647(0x24d)],0x0)){const _0x52681b=_0x35b1ab[_0x1e874b['zEJkv'](_0x35b1ab['length'],0x1)];return logger['debug'](_0x175647(0x1fb)+_0x579310+_0x175647(0x22b)+_0x52681b[_0x175647(0x2d9)]+_0x175647(0x35f)+_0x52681b['hookType']),_0x52681b;}}return null;}async[a71_0x53922f(0x231)](_0x9f92b9,_0x1442c0,_0x538169={}){const _0x344a9e=a71_0x53922f,_0x230e0f={};_0x230e0f[_0x344a9e(0x248)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x230e0f['JCPiQ']=function(_0x5a2dd2,_0x23c90b){return _0x5a2dd2===_0x23c90b;},_0x230e0f[_0x344a9e(0x36c)]=function(_0x4a6259,_0x5e905c){return _0x4a6259===_0x5e905c;},_0x230e0f[_0x344a9e(0x20b)]=function(_0x514c34,_0x5cecdc){return _0x514c34||_0x5cecdc;},_0x230e0f[_0x344a9e(0x357)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x4c61df=_0x230e0f;logger[_0x344a9e(0x2df)](_0x344a9e(0x29f)+_0x9f92b9+_0x344a9e(0x367)+_0x1442c0+_0x344a9e(0x2ec)+Object[_0x344a9e(0x254)](_0x538169)[_0x344a9e(0x273)](',')),await super['trackEvent'](_0x9f92b9,_0x1442c0,_0x538169);const _0x3b0600=this[_0x344a9e(0x33d)](_0x9f92b9,_0x1442c0,_0x538169);if(!_0x3b0600){logger[_0x344a9e(0x2df)](_0x4c61df[_0x344a9e(0x248)]);return;}try{let _0x478068,_0x384f19,_0xa9173e;switch(_0x9f92b9){case TestFrameworkState[_0x344a9e(0x306)]:_0x478068=_0x538169['test'];const _0x5d3d3f={};_0x5d3d3f[_0x344a9e(0x36a)]=0x2,_0x5d3d3f[_0x344a9e(0x1e9)]=0x3,logger[_0x344a9e(0x2df)](_0x344a9e(0x37b)+_0x1442c0+',\x20testData='+util[_0x344a9e(0x315)](_0x478068,_0x5d3d3f)),_0xa9173e=this['getJestTestIdentifier'](_0x478068),_0x384f19=null,logger['debug'](_0x344a9e(0x2de)+_0xa9173e+_0x344a9e(0x26f));if(_0x4c61df[_0x344a9e(0x257)](_0x1442c0,HookState[_0x344a9e(0x2e1)])){logger[_0x344a9e(0x2df)](_0x344a9e(0x2f5)+_0xa9173e);const _0x363955={};_0x363955[_0x344a9e(0x2c7)]=_0x384f19,_0x363955[_0x344a9e(0x25a)]=_0x478068,_0x363955[_0x344a9e(0x25b)]=_0xa9173e;const _0xeab2dc=this[_0x344a9e(0x295)](_0x363955),_0x21cc55={};_0x21cc55[_0x344a9e(0x36a)]=0x2,_0x21cc55[_0x344a9e(0x1e9)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x344a9e(0x315)](_0xeab2dc,_0x21cc55)),_0x3b0600['addMultipleEntries'](_0xeab2dc),logger[_0x344a9e(0x2df)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0xa9173e),await this[_0x344a9e(0x349)](_0x3b0600,_0xa9173e);}else{if(_0x4c61df[_0x344a9e(0x36c)](_0x1442c0,HookState[_0x344a9e(0x2af)])){logger[_0x344a9e(0x2df)](_0x344a9e(0x373)+_0xa9173e);const _0x1efe28=_0x3b0600[_0x344a9e(0x219)]()[_0x344a9e(0x259)](_0xa9173e);logger[_0x344a9e(0x2df)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x344a9e(0x315)](Object[_0x344a9e(0x254)](_0x4c61df[_0x344a9e(0x20b)](_0x1efe28,{}))));_0x1efe28&&_0x1efe28[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x344a9e(0x2df)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x344a9e(0x254)](_0x1efe28[TestFrameworkConstants[_0x344a9e(0x366)]])['length']+_0x344a9e(0x21f)):logger['debug'](_0x4c61df[_0x344a9e(0x357)]);const _0x338688=_0x538169[_0x344a9e(0x297)]||null,_0x5a77bd={};_0x5a77bd[_0x344a9e(0x2c7)]=_0x384f19,_0x5a77bd['testData']=_0x478068,_0x5a77bd[_0x344a9e(0x25b)]=_0xa9173e,_0x5a77bd[_0x344a9e(0x297)]=_0x338688;const _0x209760=this[_0x344a9e(0x2e5)](_0x5a77bd),_0x208fe2={};_0x208fe2['depth']=0x2,_0x208fe2['maxArrayLength']=0x3,logger['debug'](_0x344a9e(0x232)+util[_0x344a9e(0x315)](_0x209760,_0x208fe2)),_0x3b0600[_0x344a9e(0x2bf)](_0x209760),logger[_0x344a9e(0x2df)](_0x344a9e(0x336)+_0xa9173e),await this[_0x344a9e(0x349)](_0x3b0600,_0xa9173e);}}break;case TestFrameworkState[_0x344a9e(0x2e0)]:if(_0x4c61df[_0x344a9e(0x257)](_0x1442c0,HookState[_0x344a9e(0x2af)])){const _0x350109={};_0x350109[_0x344a9e(0x36a)]=0x2,logger['debug'](_0x344a9e(0x1ed)+util[_0x344a9e(0x315)](_0x538169,_0x350109)),await this[_0x344a9e(0x374)](_0x3b0600,_0x9f92b9,_0x538169);}break;default:if(CLIUtils[_0x344a9e(0x2ad)](_0x9f92b9[_0x344a9e(0x351)]()[_0x344a9e(0x2c3)]('.')[0x1])){const _0x50a4bd={};_0x50a4bd['depth']=0x2,_0x50a4bd[_0x344a9e(0x1e9)]=0x3,logger[_0x344a9e(0x2df)](_0x344a9e(0x2e6)+_0x9f92b9+_0x344a9e(0x367)+_0x1442c0+_0x344a9e(0x285)+util[_0x344a9e(0x315)](_0x538169[_0x344a9e(0x1eb)],_0x50a4bd));const _0x772b9=await this['trackHookEvent'](_0x3b0600,_0x9f92b9,_0x1442c0,_0x538169),_0x46b177={};_0x46b177[_0x344a9e(0x36a)]=0x2,_0x46b177[_0x344a9e(0x1e9)]=0x3,logger[_0x344a9e(0x2df)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util['inspect'](_0x772b9,_0x46b177)),_0x3b0600[_0x344a9e(0x2bf)](_0x772b9);}else logger[_0x344a9e(0x2df)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x9f92b9+_0x344a9e(0x337)+_0x1442c0);break;}logger['debug'](_0x344a9e(0x240)+_0x9f92b9+_0x344a9e(0x367)+_0x1442c0);}catch(_0x29a22a){logger[_0x344a9e(0x378)](_0x344a9e(0x2ee)+_0x9f92b9+_0x344a9e(0x367)+_0x1442c0+_0x344a9e(0x350)+util[_0x344a9e(0x2cc)](_0x29a22a));}_0x538169[_0x344a9e(0x31b)]=_0x3b0600,await this[_0x344a9e(0x296)](_0x3b0600,_0x9f92b9,_0x1442c0,_0x538169);}[a71_0x53922f(0x2a3)](_0x8b75f3){const _0x5ec288=a71_0x53922f,_0x142847={};_0x142847['fTMdn']=_0x5ec288(0x372);const _0x1a45fb=_0x142847;if(_0x8b75f3&&(_0x8b75f3['id']||_0x8b75f3[_0x5ec288(0x207)])){const _0x1e20cf=_0x8b75f3['id']||_0x8b75f3[_0x5ec288(0x207)];return logger[_0x5ec288(0x2df)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x1e20cf+_0x5ec288(0x272)),_0x1e20cf;}return logger['debug'](_0x1a45fb['fTMdn']),process[_0x5ec288(0x333)]+_0x5ec288(0x222);}[a71_0x53922f(0x33d)](_0x54174f,_0x32d426,_0x561e04={}){const _0x3ccd6c=a71_0x53922f;let _0xbcf2b=null;return _0xbcf2b=TestFramework[_0x3ccd6c(0x220)](),!_0xbcf2b?(logger[_0x3ccd6c(0x2df)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x54174f),this[_0x3ccd6c(0x36e)](_0x54174f,_0x561e04),_0xbcf2b=TestFramework[_0x3ccd6c(0x220)](),logger['debug'](_0x3ccd6c(0x32a)+!!_0xbcf2b+_0x3ccd6c(0x281)+_0xbcf2b?.[_0x3ccd6c(0x1fc)]()?.[_0x3ccd6c(0x2fa)]())):logger['debug'](_0x3ccd6c(0x359)+_0xbcf2b['getContext']()?.['getId']()),_0xbcf2b;}['trackJestInstance'](_0x2b581e,_0x40bff2){const _0x280694=a71_0x53922f,_0x432d8d={};_0x432d8d[_0x280694(0x1e6)]=_0x280694(0x321);const _0x1ae56e=_0x432d8d;if(TestFramework[_0x280694(0x220)]()){logger[_0x280694(0x2df)](_0x1ae56e[_0x280694(0x1e6)]);return;}const _0x40d2bb=CLIUtils[_0x280694(0x375)](),_0x109e5c=TrackedInstance[_0x280694(0x348)](_0x40d2bb);let _0x18c284=null;logger[_0x280694(0x2df)](_0x280694(0x379)+_0x40d2bb+',\x20state='+_0x2b581e),_0x18c284=new TestFrameworkInstance(_0x109e5c,this[_0x280694(0x331)](),this['getTestFrameworksVersions'](),_0x2b581e,HookState[_0x280694(0x2a7)]),TestFramework['setTrackedInstance'](_0x109e5c,_0x18c284),logger[_0x280694(0x2df)](_0x280694(0x31c)+_0x109e5c['getId']()+_0x280694(0x2a6)+_0x40d2bb+_0x280694(0x1fa)+this[_0x280694(0x331)]()[0x0]+_0x280694(0x2b5)+this[_0x280694(0x289)]()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x5ee913){const _0x1251ad=a71_0x53922f,_0x3a5b04={};_0x3a5b04[_0x1251ad(0x312)]=function(_0x26da1b,_0x4c9844){return _0x26da1b||_0x4c9844;},_0x3a5b04[_0x1251ad(0x202)]=_0x1251ad(0x354);const _0x342fd7=_0x3a5b04,{testUUID:_0x372f0d,testData:_0x301731,testId:_0xf1dca1}=_0x5ee913;if(_0x342fd7[_0x1251ad(0x312)](!_0x301731,!_0xf1dca1))return logger['debug'](_0x342fd7['VsJKU']),{};const _0x1c01d9=this[_0x1251ad(0x331)]()[0x0],_0x40724f=this[_0x1251ad(0x289)](),_0x40a1f1={};_0x40a1f1[_0x1251ad(0x36a)]=0x2,_0x40a1f1[_0x1251ad(0x1e9)]=0x3,logger[_0x1251ad(0x2df)](_0x1251ad(0x250)+util[_0x1251ad(0x315)](_0x301731,_0x40a1f1));const _0x25b7df=_0x301731?.['scopes']||[],_0x52e182=this['getJestTestName'](_0x301731),_0x332adb=this[_0x1251ad(0x314)](_0x301731),_0x24c0ed=_0x301731['fn']?_0x301731['fn']['toString']():null,_0x305d9b=this[_0x1251ad(0x2ba)](_0x301731),_0x2e2f3d={[TestFrameworkConstants[_0x1251ad(0x20d)]]:_0x1c01d9,[TestFrameworkConstants[_0x1251ad(0x28f)]]:_0x40724f[_0x1c01d9],[TestFrameworkConstants[_0x1251ad(0x2a4)]]:[],[TestFrameworkConstants[_0x1251ad(0x1f6)]]:{},[TestFrameworkConstants[_0x1251ad(0x35a)]]:{},[TestFrameworkConstants[_0x1251ad(0x291)]]:TestFrameworkConstants[_0x1251ad(0x2a0)],[TestFrameworkConstants[_0x1251ad(0x2f0)]]:_0x52e182,[TestFrameworkConstants[_0x1251ad(0x2ca)]]:_0x332adb,[TestFrameworkConstants['KEY_TEST_ID']]:_0xf1dca1,[TestFrameworkConstants[_0x1251ad(0x253)]]:_0x52e182,[TestFrameworkConstants[_0x1251ad(0x2c4)]]:_0x332adb,[TestFrameworkConstants[_0x1251ad(0x2f9)]]:_0x24c0ed,[TestFrameworkConstants[_0x1251ad(0x282)]]:_0x305d9b,[TestFrameworkConstants[_0x1251ad(0x21d)]]:_0x301731[_0x1251ad(0x221)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1251ad(0x25e)]]:_0x25b7df[0x0]||'',[TestFrameworkConstants[_0x1251ad(0x226)]]:_0x25b7df,[TestFrameworkConstants[_0x1251ad(0x344)]]:_0x52e182,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x1251ad(0x22a)]]:{}};_0x301731[_0x1251ad(0x2dc)]&&(_0x2e2f3d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x301731[_0x1251ad(0x2dc)]);logger[_0x1251ad(0x2df)](_0x1251ad(0x1f0)+_0x52e182+_0x1251ad(0x23b)+_0xf1dca1+_0x1251ad(0x2a5)+JSON['stringify'](_0x305d9b)+_0x1251ad(0x274)+util[_0x1251ad(0x315)](_0x25b7df)+_0x1251ad(0x301)+_0x332adb);const _0x4d0a3d={};return _0x4d0a3d[_0xf1dca1]=_0x2e2f3d,_0x4d0a3d;}[a71_0x53922f(0x2e5)](_0x4957f1){const _0x56b4c9=a71_0x53922f,_0x495ad4={'vYrnN':function(_0x5c1cdc,_0x4edfad){return _0x5c1cdc===_0x4edfad;},'bjVJv':_0x56b4c9(0x30f),'ARRzK':function(_0x600a7a,_0xf8e53){return _0x600a7a===_0xf8e53;},'jCYds':_0x56b4c9(0x2b4),'GZudo':'ALL','gZiGc':_0x56b4c9(0x292),'aDLbD':function(_0x4d54d4,_0x71a128){return _0x4d54d4||_0x71a128;},'GhHYH':_0x56b4c9(0x2e4),'xNypq':_0x56b4c9(0x214),'pKDQm':function(_0x534431,_0x43f456){return _0x534431>_0x43f456;},'htepJ':_0x56b4c9(0x36d),'OEUab':_0x56b4c9(0x341),'fSSMu':_0x56b4c9(0x2cf),'Bkfce':_0x56b4c9(0x290),'nsYPu':function(_0x3dc657,_0x5c2682){return _0x3dc657===_0x5c2682;},'exzrZ':function(_0x4d31a9,_0x2b250d){return _0x4d31a9!==_0x2b250d;},'YIsXy':function(_0x2f40bd,_0x728c45,_0x4a4421,_0x4ec36b){return _0x2f40bd(_0x728c45,_0x4a4421,_0x4ec36b);},'MKCZG':_0x56b4c9(0x36f),'wvAdZ':function(_0x3a0192,_0x307c03){return _0x3a0192>_0x307c03;},'BOXkp':function(_0x3d65f3,_0x5b8171){return _0x3d65f3===_0x5b8171;}},{testUUID:_0x2e6430,testData:_0x3e366f,testId:_0x42d54e}=_0x4957f1;if(_0x495ad4[_0x56b4c9(0x369)](!_0x3e366f,!_0x42d54e))return logger[_0x56b4c9(0x2df)](_0x495ad4[_0x56b4c9(0x2e2)]),{};const _0x23287c=this[_0x56b4c9(0x33d)](TestFrameworkState[_0x56b4c9(0x306)],HookState[_0x56b4c9(0x2af)]),_0x187942=_0x23287c[_0x56b4c9(0x219)]()[_0x56b4c9(0x259)](_0x42d54e),_0x3b21e8=_0x495ad4['aDLbD'](_0x187942,{}),_0x49deba=_0x3b21e8?_0x3b21e8[TestFrameworkConstants[_0x56b4c9(0x2cb)]]||{}:{},_0x3d1754=_0x3b21e8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x56b4c9(0x2df)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3d1754?Object[_0x56b4c9(0x254)](_0x3d1754)['length']:0x0)+_0x56b4c9(0x24c));let _0x699df1=_0x495ad4[_0x56b4c9(0x23a)];if(_0x3e366f[_0x56b4c9(0x325)])_0x699df1=_0x3e366f[_0x56b4c9(0x325)];else{if(_0x3e366f[_0x56b4c9(0x279)]&&_0x495ad4[_0x56b4c9(0x25d)](_0x3e366f[_0x56b4c9(0x279)][_0x56b4c9(0x24d)],0x0))_0x699df1=_0x495ad4['htepJ'];else _0x495ad4['vYrnN'](_0x3e366f[_0x56b4c9(0x327)],_0x495ad4[_0x56b4c9(0x21c)])||_0x495ad4[_0x56b4c9(0x36b)](_0x3e366f['status'],_0x495ad4[_0x56b4c9(0x286)])?_0x699df1=_0x495ad4['fSSMu']:_0x699df1=_0x495ad4['Bkfce'];}const _0x2724f6={..._0x3b21e8,[TestFrameworkConstants[_0x56b4c9(0x291)]]:_0x699df1,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3e366f[_0x56b4c9(0x304)]||new Date()[_0x56b4c9(0x29d)](),[TestFrameworkConstants[_0x56b4c9(0x298)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x56b4c9(0x2cb)]]:_0x49deba,[TestFrameworkConstants[_0x56b4c9(0x376)]]:[],[TestFrameworkConstants[_0x56b4c9(0x22a)]]:{}};if(_0x495ad4[_0x56b4c9(0x215)](_0x699df1,_0x495ad4[_0x56b4c9(0x238)])&&_0x3e366f[_0x56b4c9(0x279)]){const _0x3d1f3b=this[_0x56b4c9(0x340)](_0x3e366f),_0x59695b=this[_0x56b4c9(0x371)](_0x3e366f),_0x12f731=this[_0x56b4c9(0x28b)](_0x3e366f);_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x2b6)]]=_0x59695b,_0x2724f6[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3d1f3b,_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x256)]]=_0x12f731;}_0x495ad4[_0x56b4c9(0x309)](_0x3e366f['duration'],undefined)&&(_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x1f4)]]=_0x3e366f[_0x56b4c9(0x294)]);_0x3e366f['retryOf']&&(_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x20a)]]=_0x3e366f[_0x56b4c9(0x2dc)]);const _0x332701=_0x187942?_0x187942[TestFrameworkConstants[_0x56b4c9(0x366)]]||{}:{},_0x48b480=_0x187942?_0x187942[TestFrameworkConstants[_0x56b4c9(0x317)]]:_0x2e6430,_0x2d8fb4=_0x495ad4[_0x56b4c9(0x235)](getManualUploadLogs,_0x332701,_0x48b480,_0x42d54e);if(_0x495ad4[_0x56b4c9(0x25d)](_0x2d8fb4[_0x56b4c9(0x24d)],0x0)){const _0x2ef67c=_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x376)]]||[];_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x376)]]=[..._0x2ef67c,..._0x2d8fb4];}const _0x2f55f8=_0x3b21e8[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x50486f=_0x3b21e8[TestFrameworkConstants[_0x56b4c9(0x35a)]]||{},_0x8ad57b={..._0x2f55f8},_0x4431b3=_0x8ad57b;Object['keys'](_0x50486f)['forEach'](_0x48abcb=>{const _0x2a4e72=_0x56b4c9;!_0x4431b3[_0x48abcb]&&(_0x4431b3[_0x48abcb]=[]);const _0x57c30e=new Set((_0x4431b3[_0x48abcb]||[])[_0x2a4e72(0x34e)](_0x59c736=>_0x59c736[TestFrameworkConstants[_0x2a4e72(0x358)]]||_0x59c736[_0x2a4e72(0x37d)]));(_0x50486f[_0x48abcb]||[])[_0x2a4e72(0x246)](_0x132d98=>{const _0x4a2597=_0x2a4e72,_0xc7e5da=_0x132d98[TestFrameworkConstants[_0x4a2597(0x358)]]||_0x132d98[_0x4a2597(0x37d)];if(!_0x57c30e[_0x4a2597(0x2a2)](_0xc7e5da)){const _0x336708={..._0x132d98},_0x4a1d6f=_0x336708;!_0x4a1d6f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4a1d6f['event_ended_at']&&(_0x4a1d6f[TestFrameworkConstants[_0x4a2597(0x21a)]]=new Date()[_0x4a2597(0x29d)]()),!_0x4a1d6f[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x4a1d6f[_0x4a2597(0x362)]&&(_0x4a1d6f[TestFrameworkConstants[_0x4a2597(0x34d)]]=TestFrameworkConstants[_0x4a2597(0x2d4)]),_0x4431b3[_0x48abcb][_0x4a2597(0x300)](_0x4a1d6f);}});});if(_0x4957f1[_0x56b4c9(0x297)]){this[_0x56b4c9(0x27d)](_0x4957f1['originalTest']);const _0x3d6fe2=this[_0x56b4c9(0x352)](_0x4957f1['originalTest']),_0x159803=this[_0x56b4c9(0x26a)](_0x4957f1[_0x56b4c9(0x297)]);_0x159803[_0x56b4c9(0x246)](_0x8b3e6d=>{const _0x31b496=_0x56b4c9,_0x3e58a7=_0x3d6fe2['get'](_0x8b3e6d);if(_0x3e58a7&&(_0x495ad4[_0x31b496(0x36b)](_0x3e58a7['type'],_0x495ad4[_0x31b496(0x1f9)])||_0x495ad4[_0x31b496(0x377)](_0x3e58a7[_0x31b496(0x35c)],_0x495ad4['jCYds']))){const _0x403a1e=_0x3e58a7['type'][_0x31b496(0x37c)]()['replace'](_0x495ad4[_0x31b496(0x329)],_0x495ad4[_0x31b496(0x28a)]),_0x3b2684=_0x403a1e;!_0x4431b3[_0x3b2684]&&(_0x4431b3[_0x3b2684]=[]);const _0x49ef9e=_0x4431b3[_0x3b2684][_0x31b496(0x33b)](_0x206fa0=>(_0x206fa0[TestFrameworkConstants[_0x31b496(0x358)]]||_0x206fa0[_0x31b496(0x37d)])===_0x8b3e6d);!_0x49ef9e&&_0x4431b3[_0x3b2684][_0x31b496(0x300)]({'key':_0x3b2684,[TestFrameworkConstants[_0x31b496(0x358)]]:_0x8b3e6d,[TestFrameworkConstants[_0x31b496(0x34d)]]:TestFrameworkConstants[_0x31b496(0x2d4)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x31b496(0x29d)](),[TestFrameworkConstants[_0x31b496(0x21a)]]:new Date()[_0x31b496(0x29d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3e58a7['name']||_0x3e58a7[_0x31b496(0x35c)]+_0x31b496(0x20c),[TestFrameworkConstants[_0x31b496(0x2cb)]]:_0x49deba});}});}if(_0x3e366f[_0x56b4c9(0x244)]&&_0x495ad4[_0x56b4c9(0x25d)](_0x3e366f['hooks']['length'],0x0))_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x1f6)]]=_0x3e366f['hooks'],logger[_0x56b4c9(0x2df)](_0x495ad4[_0x56b4c9(0x23f)]);else _0x495ad4[_0x56b4c9(0x330)](Object['keys'](_0x4431b3)[_0x56b4c9(0x24d)],0x0)&&(_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x1f6)]]=_0x4431b3,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x56b4c9(0x254)](_0x4431b3)[_0x56b4c9(0x273)](',')));const _0x2a4869=this[_0x56b4c9(0x236)](_0x3e366f);logger[_0x56b4c9(0x2df)](_0x56b4c9(0x2c9)+_0x2a4869+_0x56b4c9(0x23b)+_0x42d54e+'\x20(testIdentifier),\x20result='+_0x699df1+',\x20duration='+_0x3e366f[_0x56b4c9(0x294)]);_0x495ad4[_0x56b4c9(0x2fe)](_0x699df1,_0x495ad4[_0x56b4c9(0x238)])&&logger[_0x56b4c9(0x2df)](_0x56b4c9(0x263)+_0x42d54e+_0x56b4c9(0x311)+_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x2b6)]]+_0x56b4c9(0x23c)+_0x2724f6[TestFrameworkConstants[_0x56b4c9(0x2c0)]]?.[_0x56b4c9(0x278)](0x0,0xc8));const _0x4122b3={};return _0x4122b3[_0x42d54e]=_0x2724f6,_0x4122b3;}[a71_0x53922f(0x277)](_0x123dae){const _0x366885=a71_0x53922f,_0x3e190c={};_0x3e190c['RdXOR']=function(_0x5d8cb2,_0x25feba){return _0x5d8cb2!==_0x25feba;},_0x3e190c[_0x366885(0x1fe)]=_0x366885(0x22c);const _0x2453bf=_0x3e190c,_0x199398={};_0x199398[_0x366885(0x36a)]=0x2,_0x199398[_0x366885(0x1e9)]=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x123dae,_0x199398));const _0x5c17fe=[];if(_0x123dae&&_0x123dae['parent']){let _0x3c9f49=_0x123dae['parent'];while(_0x3c9f49&&_0x3c9f49[_0x366885(0x262)]&&_0x2453bf[_0x366885(0x2aa)](_0x3c9f49[_0x366885(0x262)],'')&&_0x2453bf['RdXOR'](_0x3c9f49[_0x366885(0x262)],_0x2453bf[_0x366885(0x1fe)])){_0x5c17fe[_0x366885(0x300)](_0x3c9f49[_0x366885(0x262)]),_0x3c9f49=_0x3c9f49['parent'];}}return _0x5c17fe['reverse']();}[a71_0x53922f(0x236)](_0x55579c){const _0x3a7b2d=a71_0x53922f,_0x551bbc={};_0x551bbc[_0x3a7b2d(0x2ef)]=_0x3a7b2d(0x29c);const _0x22f4af=_0x551bbc;if(_0x55579c[_0x3a7b2d(0x262)])return _0x55579c[_0x3a7b2d(0x262)];if(_0x55579c[_0x3a7b2d(0x25c)])return _0x55579c[_0x3a7b2d(0x25c)];return _0x22f4af['EOCnJ'];}[a71_0x53922f(0x2ba)](_0x2edf1f){const _0xb8fd25=a71_0x53922f,_0x1dc99f=[];if(_0x2edf1f[_0xb8fd25(0x356)]&&Array[_0xb8fd25(0x364)](_0x2edf1f[_0xb8fd25(0x356)]))return _0x2edf1f['tags'][_0xb8fd25(0x34e)](_0x4a54fa=>_0x4a54fa['startsWith']('@')?_0x4a54fa[_0xb8fd25(0x370)](0x1):_0x4a54fa);const _0x1c8a82=this[_0xb8fd25(0x236)](_0x2edf1f),_0x26ed82=_0x1c8a82[_0xb8fd25(0x2fb)](/@(\w+)/g);if(_0x26ed82)return _0x26ed82[_0xb8fd25(0x34e)](_0x344200=>_0x344200['slice'](0x1));return _0x2edf1f[_0xb8fd25(0x2ea)]&&Array[_0xb8fd25(0x364)](_0x2edf1f[_0xb8fd25(0x2ea)])&&_0x2edf1f[_0xb8fd25(0x2ea)][_0xb8fd25(0x246)](_0x38adcd=>{const _0x39dd2d=_0xb8fd25,_0x55a145=_0x38adcd[_0x39dd2d(0x2fb)](/@(\w+)/g);_0x55a145&&_0x55a145[_0x39dd2d(0x246)](_0x5abe31=>{const _0x12e506=_0x39dd2d,_0xb71d77=_0x5abe31['slice'](0x1);!_0x1dc99f['includes'](_0xb71d77)&&_0x1dc99f[_0x12e506(0x300)](_0xb71d77);});}),_0x1dc99f;}['getJestTestFilePath'](_0x13491a){const _0x5c4d75=a71_0x53922f,_0x5d44ef={'lsdtr':function(_0x165ca4,_0x13bf5a){return _0x165ca4(_0x13bf5a);},'ipmHd':'stack-trace'};if(_0x13491a[_0x5c4d75(0x223)])return _0x13491a[_0x5c4d75(0x223)];if(_0x13491a['asyncError']){const _0x5d4640=_0x5d44ef[_0x5c4d75(0x200)](require,_0x5d44ef[_0x5c4d75(0x302)]);try{const _0x296282=_0x5d4640[_0x5c4d75(0x1ee)](_0x13491a[_0x5c4d75(0x245)]);if(_0x296282[0x0]&&_0x296282[0x0][_0x5c4d75(0x2ac)])return _0x296282[0x0][_0x5c4d75(0x2ac)]();}catch(_0x51ee8e){logger[_0x5c4d75(0x2df)](_0x5c4d75(0x2a9)+util[_0x5c4d75(0x2cc)](_0x51ee8e));}}return null;}[a71_0x53922f(0x340)](_0x56b24b){const _0x14f742=a71_0x53922f,_0x3c410e={};_0x3c410e[_0x14f742(0x1f5)]=function(_0x59a048,_0x105f6b){return _0x59a048>_0x105f6b;},_0x3c410e[_0x14f742(0x227)]='Unknown\x20error';const _0x2b113e=_0x3c410e;if(_0x56b24b[_0x14f742(0x279)]&&_0x2b113e[_0x14f742(0x1f5)](_0x56b24b[_0x14f742(0x279)]['length'],0x0))return util['inspect'](_0x56b24b[_0x14f742(0x279)][0x0]);if(_0x56b24b[_0x14f742(0x2ce)])return _0x56b24b[_0x14f742(0x2ce)];return _0x2b113e[_0x14f742(0x227)];}[a71_0x53922f(0x371)](_0x59430f){const _0x6d447e=a71_0x53922f,_0x1a5fbf={};_0x1a5fbf[_0x6d447e(0x2d0)]=_0x6d447e(0x2da),_0x1a5fbf[_0x6d447e(0x24f)]=_0x6d447e(0x249),_0x1a5fbf['AedgL']=_0x6d447e(0x318);const _0x13ceec=_0x1a5fbf,_0x6b0150=this['getJestFailureReason'](_0x59430f);if(_0x6b0150&&_0x6b0150[_0x6d447e(0x27c)](_0x13ceec[_0x6d447e(0x2d0)]))return _0x13ceec['LXwow'];return _0x13ceec['AedgL'];}[a71_0x53922f(0x28b)](_0x4deef6){const _0x1629d3=a71_0x53922f,_0x3225e7={'RlzNG':function(_0x1b8fd2,_0x236bf7){return _0x1b8fd2(_0x236bf7);},'yYMRB':_0x1629d3(0x1f8),'CqOaz':function(_0x2b0fb9,_0x128b6b){return _0x2b0fb9!==_0x128b6b;},'zzGTN':_0x1629d3(0x1ec)},{failureData:_0x2513e7}=_0x3225e7[_0x1629d3(0x313)](require,_0x3225e7[_0x1629d3(0x211)]),_0x2e7dd9=[];return _0x3225e7[_0x1629d3(0x29a)](_0x4deef6['errorsDetailed'],undefined)&&_0x2e7dd9[_0x1629d3(0x300)](_0x4deef6[_0x1629d3(0x279)],_0x3225e7['zzGTN']),_0x2513e7['apply'](null,_0x2e7dd9);}async[a71_0x53922f(0x37a)](_0x31036d,_0x14d19f,_0x5a3915,_0x322704){const _0x2c5142=a71_0x53922f,_0x26fbd2={'Ciufl':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','uEBUa':function(_0x23f444){return _0x23f444();},'bvBdt':function(_0x57d446,_0x8064c6){return _0x57d446 in _0x8064c6;},'vfSba':function(_0x2eb1b0,_0x479c4b){return _0x2eb1b0 in _0x479c4b;},'YRMXy':function(_0x55e31e,_0x1306f8){return _0x55e31e===_0x1306f8;},'BjKph':function(_0x1cc6fb,_0x4c6f46){return _0x1cc6fb>_0x4c6f46;},'wtpky':_0x2c5142(0x36d),'ojJXm':'passed','bDPsn':function(_0x3884c6,_0x2a04bb){return _0x3884c6>_0x2a04bb;},'rXFMq':function(_0x3138ac,_0x2bdbbb){return _0x3138ac!==_0x2bdbbb;}},{hookData:_0x50bc67}=_0x322704,_0x14063f=_0x5a3915[_0x2c5142(0x351)](),_0x1b0337=_0x14d19f[_0x2c5142(0x351)](),_0x2ddfb3={};_0x2ddfb3[_0x2c5142(0x36a)]=0x2,_0x2ddfb3[_0x2c5142(0x1e9)]=0x3,logger[_0x2c5142(0x2df)](_0x2c5142(0x1e5)+_0x1b0337+_0x2c5142(0x367)+_0x14063f+_0x2c5142(0x285)+util['inspect'](_0x50bc67,_0x2ddfb3));if(!_0x50bc67)return logger[_0x2c5142(0x2df)](_0x26fbd2[_0x2c5142(0x2e8)]),{};const _0x560f4d=_0x50bc67[_0x2c5142(0x207)]||_0x50bc67[_0x2c5142(0x260)]||_0x26fbd2['uEBUa'](uuidv4),_0x2017ba=_0x50bc67[_0x2c5142(0x20e)]||this['getJestTestIdentifier'](_0x50bc67),_0x1a4099=_0x14d19f[_0x2c5142(0x351)]()['split']('.')[0x1],_0x352574=_0x31036d[_0x2c5142(0x219)]()['get'](_0x2017ba),_0x2da1f4=_0x352574?_0x352574[TestFrameworkConstants[_0x2c5142(0x2cb)]]||{}:{};logger['debug'](_0x2c5142(0x24a)+_0x560f4d+',\x20testId='+_0x2017ba+_0x2c5142(0x212)+_0x1a4099+_0x2c5142(0x367)+_0x14063f);if(!_0x352574)return logger[_0x2c5142(0x2df)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x2017ba+_0x2c5142(0x2f7)),this[_0x2c5142(0x25f)](_0x31036d,_0x2017ba,_0x14d19f,_0x5a3915,_0x322704),{};let _0x4708a8=_0x352574[TestFrameworkConstants[_0x2c5142(0x35a)]];!_0x4708a8&&(_0x4708a8={});!_0x26fbd2[_0x2c5142(0x310)](_0x1a4099,_0x4708a8)&&(_0x4708a8[_0x1a4099]=[]);let _0x4ee7de=_0x352574[TestFrameworkConstants[_0x2c5142(0x1f6)]];!_0x4ee7de&&(_0x4ee7de={});!_0x26fbd2[_0x2c5142(0x206)](_0x1a4099,_0x4ee7de)&&(_0x4ee7de[_0x1a4099]=[]);const _0x1d0d76={[TestFrameworkConstants[_0x2c5142(0x35a)]]:_0x4708a8,[TestFrameworkConstants[_0x2c5142(0x1f6)]]:_0x4ee7de},_0x5c7e91={};_0x5c7e91[_0x2017ba]=_0x1d0d76;const _0x2d5cf1=_0x5c7e91;if(_0x26fbd2[_0x2c5142(0x27f)](_0x5a3915,HookState[_0x2c5142(0x2e1)])){const _0x5ea863={'key':_0x1a4099,[TestFrameworkConstants[_0x2c5142(0x358)]]:_0x560f4d,[TestFrameworkConstants[_0x2c5142(0x34d)]]:TestFrameworkConstants[_0x2c5142(0x2d4)],[TestFrameworkConstants[_0x2c5142(0x22e)]]:_0x50bc67[_0x2c5142(0x221)]||new Date()[_0x2c5142(0x29d)](),[TestFrameworkConstants[_0x2c5142(0x2fc)]]:[],[TestFrameworkConstants[_0x2c5142(0x355)]]:_0x50bc67['name']||_0x50bc67['hook_type']||_0x1a4099,[TestFrameworkConstants[_0x2c5142(0x2cb)]]:_0x2da1f4};_0x4708a8[_0x1a4099][_0x2c5142(0x300)](_0x5ea863),_0x2d5cf1[_0x2017ba][TestFrameworkConstants[_0x2c5142(0x2c2)]]=_0x1a4099;const _0x2bcc4b={};_0x2bcc4b[_0x2c5142(0x36a)]=0x2,logger[_0x2c5142(0x2df)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1a4099+_0x2c5142(0x293)+_0x560f4d+_0x2c5142(0x23b)+_0x2017ba+',\x20hook='+util[_0x2c5142(0x315)](_0x5ea863,_0x2bcc4b));}else{if(_0x26fbd2[_0x2c5142(0x27f)](_0x5a3915,HookState[_0x2c5142(0x2af)])){const _0x50123b=_0x50bc67['result']||(_0x50bc67['errorsDetailed']&&_0x26fbd2[_0x2c5142(0x2c8)](_0x50bc67['errorsDetailed'][_0x2c5142(0x24d)],0x0)?_0x26fbd2[_0x2c5142(0x2f8)]:_0x26fbd2[_0x2c5142(0x20f)]),_0x141e13=_0x4708a8[_0x1a4099]||[];logger[_0x2c5142(0x2df)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x1a4099+',\x20testId='+_0x2017ba+',\x20result='+_0x50123b+_0x2c5142(0x32c)+_0x141e13[_0x2c5142(0x24d)]);if(_0x26fbd2[_0x2c5142(0x320)](_0x141e13['length'],0x0)){const _0x5a0918=_0x141e13[_0x2c5142(0x1e8)]();_0x26fbd2[_0x2c5142(0x27f)](_0x50123b,_0x26fbd2[_0x2c5142(0x2f8)])&&_0x50bc67[_0x2c5142(0x279)]?(_0x5a0918[TestFrameworkConstants[_0x2c5142(0x363)]]=this[_0x2c5142(0x371)](_0x50bc67),_0x5a0918[TestFrameworkConstants[_0x2c5142(0x2b8)]]=this[_0x2c5142(0x340)](_0x50bc67),_0x5a0918[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x2c5142(0x28b)](_0x50bc67),logger[_0x2c5142(0x2df)](_0x2c5142(0x299)+_0x1a4099+',\x20failureType='+_0x5a0918[TestFrameworkConstants[_0x2c5142(0x363)]]+_0x2c5142(0x23c)+_0x5a0918[TestFrameworkConstants[_0x2c5142(0x2b8)]]?.[_0x2c5142(0x278)](0x0,0xc8))):_0x5a0918[TestFrameworkConstants[_0x2c5142(0x34d)]]=_0x26fbd2[_0x2c5142(0x20f)];_0x26fbd2['rXFMq'](_0x50123b,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5a0918[TestFrameworkConstants[_0x2c5142(0x34d)]]=_0x50123b);_0x5a0918[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x50bc67['finished_at']||new Date()[_0x2c5142(0x29d)](),_0x5a0918[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2da1f4;const _0x2bc4a9=_0x5a0918[TestFrameworkConstants['KEY_HOOK_ID']];!_0x4ee7de[_0x1a4099]&&(_0x4ee7de[_0x1a4099]=[]);_0x4ee7de[_0x1a4099]['push'](_0x5a0918),_0x2d5cf1[_0x2017ba][TestFrameworkConstants[_0x2c5142(0x26b)]]=_0x1a4099;const _0x4ff2eb={};_0x4ff2eb[_0x2c5142(0x36a)]=0x2,logger[_0x2c5142(0x2df)](_0x2c5142(0x2a8)+_0x1a4099+_0x2c5142(0x293)+_0x2bc4a9+',\x20result='+_0x50123b+_0x2c5142(0x2dd)+util[_0x2c5142(0x315)](_0x5a0918,_0x4ff2eb));}}}const _0x57126c={};return _0x57126c['depth']=0x2,_0x57126c[_0x2c5142(0x1e9)]=0x3,logger['debug'](_0x2c5142(0x307)+(_0x50bc67[_0x2c5142(0x275)]||_0x1a4099)+_0x2c5142(0x293)+_0x560f4d+',\x20testId='+_0x2017ba+',\x20updates='+util[_0x2c5142(0x315)](_0x2d5cf1,_0x57126c)),_0x2d5cf1;}[a71_0x53922f(0x265)](_0x3fde2c){const _0x16fec8=a71_0x53922f,_0x28867c={};_0x28867c['godpw']=_0x16fec8(0x2bc);const _0x39d387=_0x28867c;try{const _0x1ffa79=_0x3fde2c[_0x16fec8(0x1ec)]?this[_0x16fec8(0x2a3)](_0x3fde2c[_0x16fec8(0x1ec)]):_0x3fde2c[_0x16fec8(0x1eb)]['test_run_id'],_0x3cc222=_0x3fde2c[_0x16fec8(0x31b)],_0x488bfd=_0x3cc222[_0x16fec8(0x1fc)](),_0x4b3ac5=_0x3cc222[_0x16fec8(0x219)]()[_0x16fec8(0x259)](_0x1ffa79);if(!_0x4b3ac5)return logger[_0x16fec8(0x2df)](_0x16fec8(0x33a)+_0x1ffa79),{};const {[TestFrameworkConstants[_0x16fec8(0x20d)]]:_0x36b3c6='',[TestFrameworkConstants[_0x16fec8(0x28f)]]:_0x10aced='',[TestFrameworkConstants[_0x16fec8(0x21d)]]:_0x2735da='',[TestFrameworkConstants[_0x16fec8(0x23e)]]:_0x52f9b9=''}=_0x4b3ac5,_0x271c5e=_0x3cc222[_0x16fec8(0x28c)]()[_0x16fec8(0x351)]()['split']('.')[0x1],_0x452acb=_0x3cc222[_0x16fec8(0x230)]()[_0x16fec8(0x351)]()[_0x16fec8(0x2c3)]('.')[0x1],_0x232299=global?.[_0x16fec8(0x33f)]?.[_0x16fec8(0x26c)]?.[_0x16fec8(0x216)],_0x565540=_0x3cc222[_0x16fec8(0x28e)](),_0x538d50=Buffer[_0x16fec8(0x280)](JSON['stringify'](_0x4b3ac5))[_0x16fec8(0x351)](_0x39d387[_0x16fec8(0x237)]),_0x5e9f96={'hash':_0x488bfd[_0x16fec8(0x2fa)](),'threadId':_0x488bfd['getThreadId']()[_0x16fec8(0x351)](),'processId':_0x488bfd[_0x16fec8(0x2c5)]()[_0x16fec8(0x351)]()},_0x1b4bd4={};_0x1b4bd4[_0x16fec8(0x24e)]=_0x232299,_0x1b4bd4[_0x16fec8(0x21b)]=_0x36b3c6,_0x1b4bd4['testFrameworkVersion']=_0x10aced,_0x1b4bd4[_0x16fec8(0x204)]=_0x271c5e,_0x1b4bd4['hookState']=_0x452acb,_0x1b4bd4['startedAt']=_0x2735da,_0x1b4bd4['endedAt']=_0x52f9b9,_0x1b4bd4['uuid']=_0x565540,_0x1b4bd4[_0x16fec8(0x324)]=_0x538d50,_0x1b4bd4[_0x16fec8(0x34c)]=_0x5e9f96,_0x1b4bd4[_0x16fec8(0x26e)]=_0x1ffa79;const _0x367920=_0x1b4bd4;return _0x367920;}catch(_0x6d0fd1){return logger[_0x16fec8(0x378)](_0x16fec8(0x2fd)+util[_0x16fec8(0x2cc)](_0x6d0fd1)),{};}}async[a71_0x53922f(0x374)](_0x247fbd,_0x56f5ac,_0x3de0b8){const _0xbfaad9=a71_0x53922f,_0x4d97f6={'VYmLu':function(_0xb5ccfb,_0x463d6c){return _0xb5ccfb+_0x463d6c;},'qnzfU':_0xbfaad9(0x2db),'Shjfe':_0xbfaad9(0x322),'Hcjbq':function(_0x2c2dc3,_0x3dfe2a){return _0x2c2dc3>_0x3dfe2a;},'QDVKK':function(_0x4017a3,_0x487dd3,_0x22f814,_0x179c43){return _0x4017a3(_0x487dd3,_0x22f814,_0x179c43);},'WCvPy':function(_0x559bb0,_0x15dad1){return _0x559bb0-_0x15dad1;},'GWZmv':function(_0x452073,_0x2a1e12){return _0x452073===_0x2a1e12;},'LwhEb':function(_0x51e594,_0x9e3c12){return _0x51e594/_0x9e3c12;},'SWnNc':function(_0x384d31,_0x44e3a0){return _0x384d31<_0x44e3a0;},'upHra':function(_0x4f062e,_0x274c92){return _0x4f062e*_0x274c92;},'eFhNl':function(_0x2f4ac5,_0x2b4437){return _0x2f4ac5+_0x2b4437;},'YkUPS':function(_0x38aa9d,_0x5f14ac){return _0x38aa9d+_0x5f14ac;}};try{const _0xf0607e=_0x3de0b8['testUUID']||_0x3de0b8[_0xbfaad9(0x25b)],_0x5b2afd=Array[_0xbfaad9(0x280)](_0x247fbd[_0xbfaad9(0x219)]()[_0xbfaad9(0x254)]()),_0x5f1f36=_0x247fbd[_0xbfaad9(0x219)]()[_0xbfaad9(0x259)](_0xf0607e);if(!_0x5f1f36){logger[_0xbfaad9(0x2df)](_0xbfaad9(0x2f4)+_0xf0607e);return;}const {[TestFrameworkConstants[_0xbfaad9(0x20d)]]:_0x441f93='',[TestFrameworkConstants[_0xbfaad9(0x28f)]]:_0x5e1ca6=''}=_0x5f1f36;let _0x2601ab=[];if(_0x5f1f36&&_0x5f1f36[TestFrameworkConstants[_0xbfaad9(0x376)]]&&Array[_0xbfaad9(0x364)](_0x5f1f36[TestFrameworkConstants['KEY_LOGS']])){_0x2601ab=_0x5f1f36[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0xbfaad9(0x2df)](_0xbfaad9(0x338)+_0x2601ab[_0xbfaad9(0x24d)]+_0xbfaad9(0x2d8)+_0xf0607e);const _0xaef8ac={[TestFrameworkConstants[_0xbfaad9(0x376)]]:[]},_0x2876a0={};_0x2876a0[_0xf0607e]=_0xaef8ac,_0x247fbd['addMultipleEntries'](_0x2876a0),logger[_0xbfaad9(0x2df)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xf0607e);}else logger[_0xbfaad9(0x2df)](_0xbfaad9(0x22f)+_0xf0607e);logger[_0xbfaad9(0x2df)](_0xbfaad9(0x23d)+_0x2601ab[_0xbfaad9(0x24d)]+_0xbfaad9(0x271)+_0xf0607e);const _0x488b0a=_0x2601ab[_0xbfaad9(0x1e4)](_0x599cb8=>_0x599cb8['kind']===_0xbfaad9(0x1f1));_0x4d97f6[_0xbfaad9(0x2b2)](_0x488b0a['length'],0x0)&&(logger['debug'](_0xbfaad9(0x26d)+_0x488b0a[_0xbfaad9(0x24d)]+_0xbfaad9(0x241)+_0xf0607e),_0x488b0a[_0xbfaad9(0x246)]((_0x797224,_0x2ebf29)=>{const _0x5e1445=_0xbfaad9;logger['debug'](_0x5e1445(0x35e)+_0x4d97f6[_0x5e1445(0x2f3)](_0x2ebf29,0x1)+'/'+_0x488b0a['length']+_0x5e1445(0x345)+(_0x797224[_0x5e1445(0x26e)]||_0x4d97f6['qnzfU'])+',\x20test_run_uuid='+(_0x797224[_0x5e1445(0x2e9)]||_0x4d97f6[_0x5e1445(0x2be)])+_0x5e1445(0x2b7)+(_0x797224['hook_run_uuid']||_0x4d97f6[_0x5e1445(0x30e)])+',\x20messageLength='+(_0x797224[_0x5e1445(0x35b)]?.['length']||0x0));}));const _0x59473d=_0x5f1f36[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4ef806=_0x4d97f6['QDVKK'](getMediaArtifactsLogs,_0x59473d,null,_0xf0607e),_0x2e81b3=(_0x2601ab||[])[_0xbfaad9(0x31a)](_0x4ef806||[]),_0x553dbe=_0x488b0a?.[_0xbfaad9(0x24d)]||0x0,_0x4965b5=_0x4d97f6[_0xbfaad9(0x252)](_0x2601ab?.[_0xbfaad9(0x24d)]||0x0,_0x553dbe);logger[_0xbfaad9(0x2df)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xf0607e+_0xbfaad9(0x251)+_0x4965b5+_0xbfaad9(0x2b0)+_0x553dbe+',\x20attachmentLogs:\x20'+(_0x4ef806?.[_0xbfaad9(0x24d)]||0x0)+',\x20totalLogs:\x20'+_0x2e81b3[_0xbfaad9(0x24d)]);if(!_0x2e81b3||_0x4d97f6[_0xbfaad9(0x1e7)](_0x2e81b3['length'],0x0)){logger[_0xbfaad9(0x2df)](_0xbfaad9(0x33c)+_0xf0607e);return;}const _0xaa5391=0x28,_0x3fa752=Math[_0xbfaad9(0x2d1)](_0x4d97f6[_0xbfaad9(0x32b)](_0x2e81b3[_0xbfaad9(0x24d)],_0xaa5391));for(let _0x365cfe=0x0;_0x4d97f6[_0xbfaad9(0x347)](_0x365cfe,_0x3fa752);_0x365cfe++){const _0x43db1d=_0x4d97f6[_0xbfaad9(0x29e)](_0x365cfe,_0xaa5391),_0x25f731=_0x4d97f6[_0xbfaad9(0x1fd)](_0x43db1d,_0xaa5391),_0x48d446=_0x2e81b3[_0xbfaad9(0x35d)](_0x43db1d,_0x25f731),_0x5b0d7d=global?.[_0xbfaad9(0x33f)]?.[_0xbfaad9(0x26c)]?.[_0xbfaad9(0x216)]||0x0,_0x1e03df={'platformIndex':_0x5b0d7d,'logs':_0x48d446,'testFrameworkName':_0x441f93,'testFrameworkVersion':_0x5e1ca6,'testFrameworkState':_0x56f5ac['toString']()['split']('.')[0x1]},_0x2451ce={};_0x2451ce[_0xbfaad9(0x36a)]=0x3,_0x2451ce[_0xbfaad9(0x1e9)]=0x5,logger[_0xbfaad9(0x2df)](_0xbfaad9(0x266)+_0x4d97f6[_0xbfaad9(0x30a)](_0x365cfe,0x1)+'/'+_0x3fa752+_0xbfaad9(0x21e)+_0xf0607e+_0xbfaad9(0x217)+_0x48d446[_0xbfaad9(0x24d)]+_0xbfaad9(0x323)+_0x5b0d7d+_0xbfaad9(0x243)+util[_0xbfaad9(0x315)](_0x1e03df,_0x2451ce));const _0x10b21c=await GrpcClient['getInstance']()[_0xbfaad9(0x2d5)](_0x1e03df);logger[_0xbfaad9(0x2df)](_0xbfaad9(0x266)+_0x4d97f6[_0xbfaad9(0x30a)](_0x365cfe,0x1)+'/'+_0x3fa752+'\x20-\x20testId:\x20'+_0xf0607e+',\x20response='+util[_0xbfaad9(0x315)](_0x10b21c));}if(_0x4ef806&&_0x4d97f6[_0xbfaad9(0x2b2)](_0x4ef806[_0xbfaad9(0x24d)],0x0)&&_0x5f1f36[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x2ba41f={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0xcc4747={};_0xcc4747[_0xf0607e]=_0x2ba41f,_0x247fbd[_0xbfaad9(0x2bf)](_0xcc4747);}logger[_0xbfaad9(0x2df)](_0xbfaad9(0x2b9)+_0xf0607e+_0xbfaad9(0x287)+_0x3fa752);}catch(_0x2bfba3){logger[_0xbfaad9(0x378)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x3de0b8[_0xbfaad9(0x2c7)]||_0x3de0b8[_0xbfaad9(0x25b)])+_0xbfaad9(0x2d2)+util[_0xbfaad9(0x2cc)](_0x2bfba3));}}[a71_0x53922f(0x25f)](_0x450311,_0x129a7d,_0x332942,_0x30adb3,_0x437e1f){const _0x2bd9b4=a71_0x53922f,_0x3d4441={};_0x3d4441[_0x2bd9b4(0x270)]=function(_0x57b982,_0x492f10){return _0x57b982===_0x492f10;},_0x3d4441[_0x2bd9b4(0x2c1)]='beforeAll';const _0x74d56d=_0x3d4441,{hookData:_0x49c839}=_0x437e1f,_0x18624d={'testId':_0x129a7d,'testFrameworkState':_0x332942,'hookState':_0x30adb3,'args':_0x437e1f,'timestamp':new Date()[_0x2bd9b4(0x29d)]()};if(_0x74d56d[_0x2bd9b4(0x270)](_0x332942,TestFrameworkState[_0x2bd9b4(0x1ff)])&&_0x49c839){const _0x4fe731={};_0x4fe731[_0x2bd9b4(0x2d3)]=_0x49c839[_0x2bd9b4(0x223)]||_0x49c839['location'],_0x4fe731[_0x2bd9b4(0x2e3)]=_0x49c839[_0x2bd9b4(0x2e3)]||_0x49c839[_0x2bd9b4(0x2ea)]&&_0x49c839['scopes'][0x0]||'',_0x4fe731[_0x2bd9b4(0x326)]=_0x74d56d[_0x2bd9b4(0x2c1)],_0x18624d['hookMetadata']=_0x4fe731,logger[_0x2bd9b4(0x2df)](_0x2bd9b4(0x233)+_0x129a7d+_0x2bd9b4(0x229)+_0x18624d[_0x2bd9b4(0x242)][_0x2bd9b4(0x2d3)]+',\x20scope:\x20'+_0x18624d[_0x2bd9b4(0x242)][_0x2bd9b4(0x2e3)]);}_0x450311['addPendingHook'](_0x129a7d,_0x18624d),logger['debug'](_0x2bd9b4(0x2e7)+_0x129a7d+_0x2bd9b4(0x276)+_0x332942+_0x2bd9b4(0x316)+_0x30adb3);}async[a71_0x53922f(0x349)](_0x443204,_0x20933f){const _0x441061=a71_0x53922f,_0x2f037b={};_0x2f037b[_0x441061(0x209)]=function(_0x5ead38,_0x955fdc){return _0x5ead38>_0x955fdc;},_0x2f037b[_0x441061(0x234)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x2f037b[_0x441061(0x319)]=function(_0x36fd9e,_0x5348e8){return _0x36fd9e===_0x5348e8;},_0x2f037b[_0x441061(0x33e)]=function(_0x179200,_0xec29dd){return _0x179200===_0xec29dd;},_0x2f037b[_0x441061(0x1ef)]=function(_0x161a77,_0x37dd4e){return _0x161a77===_0x37dd4e;},_0x2f037b[_0x441061(0x346)]=function(_0x1a3428,_0x31af29){return _0x1a3428===_0x31af29;},_0x2f037b[_0x441061(0x22d)]=function(_0x21afff,_0x51cdce){return _0x21afff>_0x51cdce;},_0x2f037b[_0x441061(0x225)]=_0x441061(0x32f),_0x2f037b[_0x441061(0x2bb)]=_0x441061(0x342);const _0x26222f=_0x2f037b;if(_0x443204[_0x441061(0x2f1)](_0x20933f)){const _0x2034c1=_0x443204[_0x441061(0x2f2)](_0x20933f);logger[_0x441061(0x2df)](_0x441061(0x334)+_0x2034c1['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x20933f);for(const _0x3063a8 of _0x2034c1){try{const _0x3d8aaa=await this[_0x441061(0x37a)](_0x443204,_0x3063a8['testFrameworkState'],_0x3063a8['hookState'],_0x3063a8[_0x441061(0x247)]);_0x3d8aaa&&_0x26222f[_0x441061(0x209)](Object[_0x441061(0x254)](_0x3d8aaa)[_0x441061(0x24d)],0x0)&&_0x443204['addMultipleEntries'](_0x3d8aaa),await this[_0x441061(0x296)](_0x443204,_0x3063a8[_0x441061(0x204)],_0x3063a8[_0x441061(0x32d)],_0x3063a8[_0x441061(0x247)]);}catch(_0x3cff55){logger[_0x441061(0x378)](_0x441061(0x228)+_0x20933f+',\x20error:\x20'+_0x3cff55);}}_0x443204[_0x441061(0x1f2)](_0x20933f),logger[_0x441061(0x2df)](_0x441061(0x34b)+_0x20933f);}const _0x30a213=_0x443204[_0x441061(0x219)]()[_0x441061(0x259)](_0x20933f);if(_0x30a213){const _0x2173be=_0x30a213[TestFrameworkConstants[_0x441061(0x2ca)]]||_0x30a213[TestFrameworkConstants[_0x441061(0x2c4)]],_0xc1cc72=_0x30a213[TestFrameworkConstants[_0x441061(0x25e)]]||_0x30a213[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x30a213[TestFrameworkConstants[_0x441061(0x226)]][0x0]||'';logger[_0x441061(0x2df)](_0x26222f['hbaam']);const _0x57a055=_0x443204['getAllPendingHookTestIds']();for(const _0x390bde of _0x57a055){if(_0x26222f[_0x441061(0x319)](_0x390bde,_0x20933f))continue;if(_0x443204[_0x441061(0x2f1)](_0x390bde)){const _0x21d13a=_0x443204[_0x441061(0x2f2)](_0x390bde);for(const _0x50dd33 of _0x21d13a){if(_0x26222f[_0x441061(0x33e)](_0x50dd33[_0x441061(0x204)],TestFrameworkState['BEFORE_ALL'])&&_0x50dd33['hookMetadata']){const _0x533379=_0x50dd33[_0x441061(0x242)]['filePath'],_0xcf3dda=_0x50dd33[_0x441061(0x242)][_0x441061(0x2e3)];if(_0x26222f[_0x441061(0x1ef)](_0x533379,_0x2173be)&&_0x26222f[_0x441061(0x346)](_0xcf3dda,_0xc1cc72)){logger[_0x441061(0x2df)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x390bde+_0x441061(0x31f)+_0x20933f+_0x441061(0x229)+_0x533379+_0x441061(0x353)+_0xcf3dda);_0x50dd33['args']&&_0x50dd33[_0x441061(0x247)]['hookData']&&(_0x50dd33[_0x441061(0x247)]['hookData']['test_run_id']=_0x20933f,logger[_0x441061(0x2df)](_0x441061(0x218)+_0x390bde+_0x441061(0x32e)+_0x20933f));try{const _0x2ceae9=await this['trackHookEvent'](_0x443204,_0x50dd33[_0x441061(0x204)],_0x50dd33[_0x441061(0x32d)],_0x50dd33['args']);_0x2ceae9&&_0x26222f['KaixV'](Object['keys'](_0x2ceae9)['length'],0x0)&&_0x443204[_0x441061(0x2bf)](_0x2ceae9);await this[_0x441061(0x296)](_0x443204,_0x50dd33['testFrameworkState'],_0x50dd33[_0x441061(0x32d)],_0x50dd33[_0x441061(0x247)]);const _0x550580=_0x443204[_0x441061(0x2f2)](_0x390bde)[_0x441061(0x1e4)](_0x22b743=>_0x22b743!==_0x50dd33);if(_0x26222f[_0x441061(0x1ef)](_0x550580['length'],0x0))_0x443204[_0x441061(0x1f2)](_0x390bde);else{_0x443204[_0x441061(0x1f2)](_0x390bde);for(const _0x2d80aa of _0x550580){_0x443204[_0x441061(0x264)](_0x390bde,_0x2d80aa);}}logger['debug'](_0x26222f[_0x441061(0x225)]);}catch(_0x370e2b){logger[_0x441061(0x378)](_0x26222f['YTCom']);}}}}}}}}[a71_0x53922f(0x27d)](_0x17d052){const _0x4240a3=a71_0x53922f,_0x266232={'rPtkY':function(_0x49cb3b){return _0x49cb3b();}};if(!_0x17d052||!_0x17d052[_0x4240a3(0x29b)])return;_0x17d052['parent']['hooks']&&Array[_0x4240a3(0x364)](_0x17d052[_0x4240a3(0x29b)][_0x4240a3(0x244)])&&_0x17d052[_0x4240a3(0x29b)][_0x4240a3(0x244)][_0x4240a3(0x246)](_0xd46fff=>{const _0x2cfef9=_0x4240a3;!_0xd46fff['hookAnalyticsId']&&!_0xd46fff['hookUUID']&&(_0xd46fff['hookAnalyticsId']=_0x266232[_0x2cfef9(0x283)](uuidv4),_0xd46fff[_0x2cfef9(0x2d9)]=_0xd46fff['hookAnalyticsId'],logger['debug'](_0x2cfef9(0x24b)+_0xd46fff[_0x2cfef9(0x35c)]+',\x20hookUUID='+_0xd46fff['hookAnalyticsId']));}),this['mapTestHooks'](_0x17d052[_0x4240a3(0x29b)]);}['getHooksForTest'](_0x5c411f){const _0x4b4792=a71_0x53922f,_0x29bdb2={'GplEX':function(_0x45aa77,_0x53273f){return _0x45aa77(_0x53273f);}};if(!_0x5c411f||!_0x5c411f[_0x4b4792(0x29b)])return[];const _0x3d377f=[];return _0x5c411f[_0x4b4792(0x29b)][_0x4b4792(0x244)]&&Array[_0x4b4792(0x364)](_0x5c411f['parent'][_0x4b4792(0x244)])&&_0x5c411f[_0x4b4792(0x29b)][_0x4b4792(0x244)][_0x4b4792(0x246)](_0xa8e224=>{const _0x19bc42=_0x4b4792,_0x1d3eba=_0xa8e224[_0x19bc42(0x260)]||_0xa8e224[_0x19bc42(0x2d9)];_0x1d3eba&&!this['isJestInternalHook'](_0xa8e224)&&!_0x29bdb2[_0x19bc42(0x305)](isInternalHook,_0xa8e224['fn'])&&_0x3d377f[_0x19bc42(0x300)](_0x1d3eba);}),[..._0x3d377f,...this[_0x4b4792(0x26a)](_0x5c411f['parent'])];}[a71_0x53922f(0x352)](_0x294182){const _0x23f0e3=a71_0x53922f,_0x389cb6={'LqBAm':function(_0x75ea51,_0x4c3c1d){return _0x75ea51(_0x4c3c1d);},'psbHb':'unknown','Uoxgp':function(_0x1d332a,_0x4424f8){return _0x1d332a(_0x4424f8);}},_0x4780ec=new Map(),_0x325c9d=_0x50866e=>{const _0x441269=a71_0x1209,_0x8c6ea7={'aIkRn':function(_0x5a29eb,_0x86ea6c){const _0x4bf909=a71_0x1209;return _0x389cb6[_0x4bf909(0x27a)](_0x5a29eb,_0x86ea6c);},'TpKgB':_0x389cb6[_0x441269(0x2d7)]};if(!_0x50866e||!_0x50866e[_0x441269(0x29b)])return;_0x50866e[_0x441269(0x29b)]['hooks']&&Array['isArray'](_0x50866e[_0x441269(0x29b)][_0x441269(0x244)])&&_0x50866e[_0x441269(0x29b)][_0x441269(0x244)]['forEach'](_0x1b21d4=>{const _0x5d2ace=_0x441269,_0x5016cc=_0x1b21d4['hookAnalyticsId']||_0x1b21d4['hookUUID'];if(_0x5016cc&&!this[_0x5d2ace(0x239)](_0x1b21d4)&&!_0x8c6ea7[_0x5d2ace(0x2b3)](isInternalHook,_0x1b21d4['fn'])){const _0x590046={};_0x590046[_0x5d2ace(0x35c)]=_0x1b21d4[_0x5d2ace(0x35c)]||_0x8c6ea7[_0x5d2ace(0x360)],_0x590046[_0x5d2ace(0x262)]=_0x1b21d4['name']||'\x22'+_0x1b21d4[_0x5d2ace(0x35c)]+_0x5d2ace(0x201),_0x4780ec[_0x5d2ace(0x203)](_0x5016cc,_0x590046);}}),_0x389cb6[_0x441269(0x361)](_0x325c9d,_0x50866e[_0x441269(0x29b)]);};return _0x389cb6[_0x23f0e3(0x361)](_0x325c9d,_0x294182),_0x4780ec;}[a71_0x53922f(0x239)](_0x49810a){const _0x5a0d1d=a71_0x53922f,_0x3a6840={};_0x3a6840[_0x5a0d1d(0x30b)]=_0x5a0d1d(0x213),_0x3a6840[_0x5a0d1d(0x1f7)]=_0x5a0d1d(0x27e);const _0xd5ec4f=_0x3a6840;try{const _0x1217dc=this[_0x5a0d1d(0x30c)](_0x49810a);return _0x1217dc&&_0x1217dc[_0x5a0d1d(0x27c)](_0xd5ec4f['XMNhS']);}catch(_0x9051ce){logger[_0x5a0d1d(0x2df)](_0xd5ec4f['VzruM']);}return![];}[a71_0x53922f(0x30c)](_0x422727){const _0x53a37c=a71_0x53922f;if(_0x422727[_0x53a37c(0x245)])try{const _0x16c1b7=stackTrace['parse'](_0x422727[_0x53a37c(0x245)]);return _0x16c1b7[0x0]?_0x16c1b7[0x0][_0x53a37c(0x2ac)]():null;}catch(_0x5ae642){logger[_0x53a37c(0x2df)](_0x53a37c(0x303)+util[_0x53a37c(0x2cc)](_0x5ae642));}if(_0x422727[_0x53a37c(0x365)])return _0x422727[_0x53a37c(0x365)];return null;}}module[a71_0x53922f(0x210)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x350a9b=a72_0x2985;(function(_0x2750ff,_0x12d6f8){const _0x126f47=a72_0x2985,_0x7ce018=_0x2750ff();while(!![]){try{const _0x418212=parseInt(_0x126f47(0xa4))/0x1+-parseInt(_0x126f47(0xa5))/0x2+parseInt(_0x126f47(0xa9))/0x3+parseInt(_0x126f47(0xad))/0x4+parseInt(_0x126f47(0xae))/0x5+parseInt(_0x126f47(0xa2))/0x6*(-parseInt(_0x126f47(0x9e))/0x7)+-parseInt(_0x126f47(0x93))/0x8;if(_0x418212===_0x12d6f8)break;else _0x7ce018['push'](_0x7ce018['shift']());}catch(_0x5b7e7b){_0x7ce018['push'](_0x7ce018['shift']());}}}(a72_0x3d23,0xef457));const AutomationFramework=require(a72_0x350a9b(0x9c)),{createClassLogger}=require(a72_0x350a9b(0xa3)),AutomationFrameworkState=require(a72_0x350a9b(0x91)),CLIUtils=require(a72_0x350a9b(0xa7)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x350a9b(0x99)]=createClassLogger(a72_0x350a9b(0x97));constructor(_0x2269bf,_0x2dee3a){super(_0x2269bf,_0x2dee3a);}async[a72_0x350a9b(0x8f)](_0x1b16bb,_0x7cd3f6,_0x410067={}){const _0x411ea8=a72_0x350a9b,_0x4e8a00={};_0x4e8a00['dtbgb']=function(_0x55a58f,_0x148ce5){return _0x55a58f===_0x148ce5;};const _0x5cb9fa=_0x4e8a00;this['logger'][_0x411ea8(0x95)](_0x411ea8(0xa8)+_0x1b16bb+_0x411ea8(0xb2)+_0x7cd3f6),await super[_0x411ea8(0x8f)](_0x1b16bb,_0x7cd3f6,_0x410067);const _0x4ba688=this[_0x411ea8(0x90)](_0x1b16bb,_0x7cd3f6,_0x410067);if(_0x5cb9fa['dtbgb'](_0x4ba688,null))return;_0x410067['instance']=_0x4ba688,await this[_0x411ea8(0x8d)](_0x4ba688,_0x1b16bb,_0x7cd3f6,_0x410067);}[a72_0x350a9b(0x90)](_0x3a7079,_0x4eeda6,_0xedba92={}){const _0x723dd9=a72_0x350a9b,_0x47b308={};_0x47b308[_0x723dd9(0x9d)]=function(_0x1d1c6f,_0x4af0d3){return _0x1d1c6f===_0x4af0d3;};const _0x268d52=_0x47b308;let _0x3ed88f=null;return(_0x268d52[_0x723dd9(0x9d)](_0x3a7079,AutomationFrameworkState['CREATE'])||_0x268d52['GkDoT'](_0x3a7079,AutomationFrameworkState[_0x723dd9(0xb1)])&&(_0xedba92[_0x723dd9(0xa0)]&&_0xedba92[_0x723dd9(0xa0)]['params']&&_0xedba92[_0x723dd9(0xa0)][_0x723dd9(0x8e)][_0x723dd9(0xb3)])||_0x268d52[_0x723dd9(0x9d)](_0x3a7079,AutomationFrameworkState[_0x723dd9(0xa6)]))&&this[_0x723dd9(0x94)](_0x3a7079,_0xedba92),_0x3ed88f=AutomationFramework[_0x723dd9(0xaf)](),_0x3ed88f;}[a72_0x350a9b(0x94)](_0x18812f,_0x85a3c7){const _0x5014a7=a72_0x350a9b,_0x3922a6={};_0x3922a6[_0x5014a7(0x98)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x19d9e9=_0x3922a6;if(AutomationFramework['getTrackedInstance']()){this[_0x5014a7(0x99)][_0x5014a7(0x9b)](_0x19d9e9[_0x5014a7(0x98)]);return;}const _0x6b6c9=CLIUtils[_0x5014a7(0x9f)](),_0x16ecaa=TrackedInstance[_0x5014a7(0x92)](_0x6b6c9);let _0x5bbb2d=null;this[_0x5014a7(0x99)][_0x5014a7(0x9b)](_0x5014a7(0xb4)+_0x6b6c9+_0x5014a7(0xac)+_0x18812f),_0x5bbb2d=new AutomationFrameworkInstance(_0x16ecaa,this[_0x5014a7(0xaa)](),this[_0x5014a7(0x9a)](),_0x18812f),AutomationFramework[_0x5014a7(0xa1)](_0x16ecaa,_0x5bbb2d),this[_0x5014a7(0x99)][_0x5014a7(0x9b)](_0x5014a7(0x96)+_0x16ecaa[_0x5014a7(0xab)]()+'\x20target='+_0x6b6c9);}}module[a72_0x350a9b(0xb0)]=PlaywrightAutomationFramework;function a72_0x2985(_0x4d03d1,_0x156e8e){const _0x3d2381=a72_0x3d23();return a72_0x2985=function(_0x298575,_0x407555){_0x298575=_0x298575-0x8d;let _0x77ec53=_0x3d2381[_0x298575];return _0x77ec53;},a72_0x2985(_0x4d03d1,_0x156e8e);}function a72_0x3d23(){const _0x4fc106=['3223480fsVeKk','getTrackedInstance','exports','PLAYWRIGHT_DISPATCH','\x20hookState=','bsParams','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','runHooks','params','trackEvent','resolveInstance','../state/automationFrameworkState.js','createContext','12852264vjfQcM','trackPlaywrightInstance','debug','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','PlaywrightAutomationFramework','UdXtu','logger','getAutomationFrameworkVersion','info','./automationFramework.js','GkDoT','202699KxfpLE','getCurrentInstanceName','message','setTrackedInstance','138XtKpbP','../../../helpers/classLogger.js','1518657GhMrHi','2163714xuFBnm','NONE','../cliUtils.js','trackEvent:\x20automationFrameworkState=','1941036anJXtP','getAutomationFrameworkName','getId',',\x20state=','6096364hfQIqL'];a72_0x3d23=function(){return _0x4fc106;};return a72_0x3d23();}
|