browserstack-node-sdk 1.46.8 → 1.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +18 -0
- package/generated/sdk-messages_pb.js +147 -3
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -0
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -0
- 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_0x202956=a70_0x5391;(function(_0x1a7c6b,_0x13cb3f){const _0xb3d561=a70_0x5391,_0x402d4c=_0x1a7c6b();while(!![]){try{const _0x50945e=parseInt(_0xb3d561(0x1c7))/0x1+-parseInt(_0xb3d561(0x204))/0x2+-parseInt(_0xb3d561(0x21a))/0x3+-parseInt(_0xb3d561(0x268))/0x4+-parseInt(_0xb3d561(0x272))/0x5*(parseInt(_0xb3d561(0x245))/0x6)+-parseInt(_0xb3d561(0x202))/0x7+parseInt(_0xb3d561(0x1b2))/0x8;if(_0x50945e===_0x13cb3f)break;else _0x402d4c['push'](_0x402d4c['shift']());}catch(_0x2c723e){_0x402d4c['push'](_0x402d4c['shift']());}}}(a70_0x5b22,0x9f9c7));const TestFramework=require(a70_0x202956(0x25b)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x202956(0x1e4)),{createClassLogger}=require(a70_0x202956(0x1e7)),TestFrameworkInstance=require(a70_0x202956(0x261)),CLIUtils=require(a70_0x202956(0x1ce)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x202956(0x26a)),{v4:uuidv4}=require(a70_0x202956(0x21d)),util=require(a70_0x202956(0x226)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x202956(0x1c0));function a70_0x5b22(){const _0x2ced83=['KEY_HOOKS_FINISHED','\x20&\x20hookState=','endedAt','executionContext','3893394dQLKaQ','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','UnhandledError','uuid','\x20and\x20args\x20=\x20','args','from','trackEvent','customRerunParam','\x20payload=','result',',\x20state:\x20','util','KEY_TEST_ATTACHMENTS','VgGFx','length','split','body','pORxJ','format','KEY_TEST_ID','KEY_TEST_TAGS','getProcessId','sendLogCreatedEvent','KEY_HOOK_ID','dMejH','testData','DEFAULT_HOOK_RESULT','debug','logCreatedEvent','INIT_TEST','resolveInstance','eventJson','finished_at','\x20for\x20test:\x20','QILff','hookState','UgQeJ','\x20with\x20id\x20','KEY_TEST_FILE_PATH','wcVsd','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','readLogObjects','559578xwrjmB','Pknvc','Cucumber\x20log\x20created\x20event','createTestFrameworkEventPayload','getTestFrameworks','qAHWZ','rerun_name','testFrameworkVersion','getAllData','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','inspect','yUVgR','KEY_HOOKS_STARTED','kgNja','KEY_HOOK_LAST_FINISHED','\x20testState:\x20','testFrameworkName','started_at','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','kZtzS','KEY_LOGS','getId','./testFramework','TEST','Updated\x20cucumber\x20test\x20result:\x20','getCurrentInstanceName','QLHuM',',\x20state=','../instances/testFrameworkInstance.js','processPendingHooks','error','NONE','KEY_HOOK_FAILURE_TYPE','GqFMC','parseCucumberTest','223700zttsPR','KEY_CUSTOM_TAGS','CucumberTestFramework','QezcH','\x20response=','getContext','\x20\x20and\x20args\x20=\x20','Processing\x20','tags','getTestUUID','10nhhPsv','Stored\x20pending\x20hook\x20for\x20testId:\x20','cnZNO','file_name','toString','code','parseCucumberTestResult','OwGTR','getTestDetails','trackEvent:\x20unsupported\x20testFrameworkState=','\x20hookState:\x20','Tracked\x20cucumber\x20hook\x20event:\x20','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FAILURE_TYPE','17324840VJznKV','testUUID','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20',',\x20storing\x20as\x20pending\x20hook','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_RERUN_NAME','__workerDetails','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getTrackedInstance','meta','failure_data','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','keys','instance','../grpcClient','llYTF','KEY_TEST_RESULT','KEY_HOOK_RESULT','failure_type','unknown','KEY_TEST_FRAMEWORK_NAME','365090oegYTZ','KEY_TEST_SCOPE','KEY_TEST_FAILURE_REASON','FtKae','getTestFrameworksVersions','storePendingHook','PRE','../cliUtils.js','hooks','\x20target=','fIFGN','addPendingHook','concat','NsuvM','hasPendingHooks','ONCGA','trackCucumberInstance','KEY_TEST_NAME','KEY_TEST_CODE','trackHookEvent','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','mHSeu','\x20&\x20hook\x20=\x20','KEY_TEST_UUID','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','toISOString','name','FcWec','getInstance','../state/hookState.js','KEY_TEST_LOGS','\x20batch\x20','../../../helpers/classLogger.js','failure_reason','KEY_TEST_STARTED_AT','mKqxa','exports','getPendingHooks','get','getCurrentTestState','KEY_TEST_ENDED_AT','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','kGpil','testFrameworkState','removePendingHooks','hRdWT','setTrackedInstance','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE','KEY_TEST_LOCATION','POST','DEFAULT_TEST_RESULT','LOG_REPORT','matchHookRegex','KEY_EVENT_ENDED_AT','finishedAt','runHooks','sendLogCreatedEvent:\x20for\x20testId:\x20','1456350tXIlDP','\x20with\x20UUID:\x20','257258vEbiAG','KEY_TEST_META','test_run_id','slice','addMultipleEntries','IuueR','hook_type','KEY_AUTOMATE_SESSION_NAME','AnKCb','OzRKy','failed','qYgNk','createContext','\x20with\x20result:\x20','startedAt','scopes','platformIndex','hookData'];a70_0x5b22=function(){return _0x2ced83;};return a70_0x5b22();}class CucumberTestFramework extends TestFramework{constructor(_0x57301f,_0x38eeec,_0x8fe222){super(_0x57301f,_0x38eeec,_0x8fe222);}async['trackEvent'](_0x2d8d36,_0x963228,_0x30c48c={}){const _0x5dc1c0=a70_0x202956,_0x493478={};_0x493478[_0x5dc1c0(0x1f5)]=_0x5dc1c0(0x1db),_0x493478['AnKCb']=function(_0x110ee2,_0x268a79){return _0x110ee2===_0x268a79;},_0x493478[_0x5dc1c0(0x1d4)]=function(_0x4be4a8,_0x19eb9a){return _0x4be4a8===_0x19eb9a;},_0x493478[_0x5dc1c0(0x1d1)]=_0x5dc1c0(0x1b0);const _0x1de403=_0x493478;await super[_0x5dc1c0(0x221)](_0x2d8d36,_0x963228,_0x30c48c);const _0x4f6b05=this[_0x5dc1c0(0x239)](_0x2d8d36,_0x963228,_0x30c48c);if(!_0x4f6b05){logger['debug'](_0x1de403['hRdWT']);return;}try{let _0x304355,_0x4a4f7f;switch(_0x2d8d36){case TestFrameworkState[_0x5dc1c0(0x25c)]:_0x304355=_0x30c48c['test'],_0x4a4f7f=TestInfo[_0x5dc1c0(0x271)](_0x304355['id']);if(_0x1de403['AnKCb'](_0x963228,HookState[_0x5dc1c0(0x1cd)])){logger[_0x5dc1c0(0x236)](_0x5dc1c0(0x1df)+_0x304355['id']);const _0x4170b6={};_0x4170b6[_0x5dc1c0(0x1b3)]=_0x4a4f7f,_0x4170b6[_0x5dc1c0(0x234)]=_0x304355,_0x4f6b05[_0x5dc1c0(0x208)](this[_0x5dc1c0(0x267)](_0x4170b6)),logger['debug']('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x304355['id']),await this[_0x5dc1c0(0x262)](_0x4f6b05,_0x304355['id']);}else{if(_0x1de403[_0x5dc1c0(0x20c)](_0x963228,HookState[_0x5dc1c0(0x1fa)])){const _0x5d277b={};_0x5d277b[_0x5dc1c0(0x1b3)]=_0x4a4f7f,_0x5d277b['testData']=_0x304355,_0x4f6b05['addMultipleEntries'](this[_0x5dc1c0(0x1aa)](_0x5d277b)),await this['processPendingHooks'](_0x4f6b05,_0x304355['id']);}}break;case TestFrameworkState[_0x5dc1c0(0x1fc)]:_0x1de403[_0x5dc1c0(0x1d4)](_0x963228,HookState[_0x5dc1c0(0x1fa)])&&await this[_0x5dc1c0(0x231)](_0x4f6b05,_0x2d8d36,_0x30c48c);break;default:if(CLIUtils[_0x5dc1c0(0x1fd)](_0x2d8d36[_0x5dc1c0(0x1a8)]()['split']('.')[0x1])){const _0x46750e=await this[_0x5dc1c0(0x1da)](_0x4f6b05,_0x2d8d36,_0x963228,_0x30c48c);_0x4f6b05[_0x5dc1c0(0x208)](_0x46750e);}else logger[_0x5dc1c0(0x236)](_0x5dc1c0(0x1ad)+_0x2d8d36+_0x5dc1c0(0x217)+_0x963228);break;}}catch(_0x1e2f30){logger[_0x5dc1c0(0x263)](util[_0x5dc1c0(0x22d)](_0x1de403[_0x5dc1c0(0x1d1)],_0x2d8d36,_0x963228,_0x30c48c[_0x5dc1c0(0x229)],_0x1e2f30));}_0x30c48c['instance']=_0x4f6b05,await this[_0x5dc1c0(0x200)](_0x4f6b05,_0x2d8d36,_0x963228,_0x30c48c);}[a70_0x202956(0x239)](_0x113ca5,_0x16375e,_0xbcf162={}){const _0x4bc5d1=a70_0x202956,_0x459426={};_0x459426[_0x4bc5d1(0x266)]=function(_0x3c6c99,_0x1fc667){return _0x3c6c99===_0x1fc667;};const _0x4a1000=_0x459426;let _0x57e971=null;return(_0x4a1000['GqFMC'](_0x113ca5,TestFrameworkState[_0x4bc5d1(0x238)])||_0x4a1000['GqFMC'](_0x113ca5,TestFrameworkState[_0x4bc5d1(0x264)]))&&this[_0x4bc5d1(0x1d7)](_0x113ca5,_0xbcf162),_0x57e971=TestFramework[_0x4bc5d1(0x1ba)](),_0x57e971;}[a70_0x202956(0x1d7)](_0x32de2d,_0x54079b){const _0x28b6f4=a70_0x202956,_0x4017f3=CLIUtils[_0x28b6f4(0x25e)](),_0x252340=TrackedInstance[_0x28b6f4(0x210)](_0x4017f3);let _0x4140cd=null;logger[_0x28b6f4(0x236)](_0x28b6f4(0x1b6)+_0x4017f3+_0x28b6f4(0x260)+_0x32de2d),_0x4140cd=new TestFrameworkInstance(_0x252340,this[_0x28b6f4(0x249)](),this['getTestFrameworksVersions'](),_0x32de2d,HookState['NONE']),TestFramework[_0x28b6f4(0x1f6)](_0x252340,_0x4140cd),logger[_0x28b6f4(0x236)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x252340[_0x28b6f4(0x25a)]()+_0x28b6f4(0x1d0)+_0x4017f3);}[a70_0x202956(0x267)](_0x3b03d0){const _0x4e41cf=a70_0x202956,_0x51f6e1={};_0x51f6e1[_0x4e41cf(0x1c1)]=_0x4e41cf(0x1b9);const _0x22fe44=_0x51f6e1,{testUUID:_0x1b90b4,testData:_0xe84031}=_0x3b03d0;if(!_0xe84031||!_0xe84031[_0x4e41cf(0x21d)])return logger[_0x4e41cf(0x236)](_0x22fe44['llYTF']),{};const _0x7f9d83=_0xe84031[_0x4e41cf(0x21d)],_0x489ac1=_0xe84031[_0x4e41cf(0x21d)],_0x3cc1cd=this[_0x4e41cf(0x249)]()[0x0],_0xa531f2=this[_0x4e41cf(0x1cb)](),_0x401248={[TestFrameworkConstants[_0x4e41cf(0x1c6)]]:_0x3cc1cd,[TestFrameworkConstants[_0x4e41cf(0x1f1)]]:_0xa531f2[_0x3cc1cd],[TestFrameworkConstants[_0x4e41cf(0x1e5)]]:[],[TestFrameworkConstants[_0x4e41cf(0x216)]]:{},[TestFrameworkConstants[_0x4e41cf(0x251)]]:{},[TestFrameworkConstants[_0x4e41cf(0x1de)]]:_0x7f9d83,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4e41cf(0x1fb)],[TestFrameworkConstants[_0x4e41cf(0x20b)]]:_0xe84031['name']||'',[TestFrameworkConstants[_0x4e41cf(0x241)]]:_0xe84031[_0x4e41cf(0x1a7)]||'',[TestFrameworkConstants[_0x4e41cf(0x22e)]]:_0x489ac1,[TestFrameworkConstants[_0x4e41cf(0x1d8)]]:_0xe84031['name']||'',[TestFrameworkConstants[_0x4e41cf(0x1f9)]]:_0xe84031['location']||'',[TestFrameworkConstants[_0x4e41cf(0x1d9)]]:_0xe84031[_0x4e41cf(0x22b)]?.[_0x4e41cf(0x1a9)]||null,[TestFrameworkConstants[_0x4e41cf(0x22f)]]:_0xe84031[_0x4e41cf(0x270)]||[],[TestFrameworkConstants[_0x4e41cf(0x1e9)]]:_0xe84031[_0x4e41cf(0x212)]||new Date()[_0x4e41cf(0x1e0)](),[TestFrameworkConstants[_0x4e41cf(0x1c8)]]:_0xe84031['scopes']?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0xe84031[_0x4e41cf(0x213)]||[],[TestFrameworkConstants[_0x4e41cf(0x1b7)]]:_0xe84031[_0x4e41cf(0x222)]?.[_0x4e41cf(0x24b)]||_0xe84031[_0x4e41cf(0x1e1)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4e41cf(0x205)]]:_0xe84031[_0x4e41cf(0x1bb)]||{}};TestInfo['setTestDetails'](_0x489ac1,_0x401248),logger[_0x4e41cf(0x236)]('Parsed\x20cucumber\x20test:\x20'+_0xe84031[_0x4e41cf(0x1e1)]+_0x4e41cf(0x203)+_0x7f9d83);const _0x509f87={};return _0x509f87[_0x489ac1]=_0x401248,_0x509f87;}[a70_0x202956(0x1aa)](_0x1f01d3){const _0x4d95dd=a70_0x202956,_0x5aead3={'FtKae':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','yUVgR':_0x4d95dd(0x1c5),'Pknvc':function(_0x3c0ade,_0x346e6b){return _0x3c0ade===_0x346e6b;},'QILff':_0x4d95dd(0x20e),'EEMwO':_0x4d95dd(0x21c),'CCtMp':function(_0x5e9304,_0x335840,_0x592c1b){return _0x5e9304(_0x335840,_0x592c1b);},'pORxJ':function(_0x12f20b,_0x3587d3){return _0x12f20b>_0x3587d3;},'dEqst':function(_0x1d29ee,_0x445ad6){return _0x1d29ee>_0x445ad6;}},{testUUID:_0xf33e9b,testData:_0x85494e}=_0x1f01d3;if(!_0x85494e||!_0x85494e[_0x4d95dd(0x21d)])return logger[_0x4d95dd(0x236)](_0x5aead3[_0x4d95dd(0x1ca)]),{};const _0x232184=this[_0x4d95dd(0x239)](TestFrameworkState[_0x4d95dd(0x25c)],HookState['POST']),_0x511247=_0x85494e[_0x4d95dd(0x21d)],_0x400b82=TestInfo[_0x4d95dd(0x1ac)](_0x511247)||{},_0x1218ac=_0x400b82?_0x400b82[TestFrameworkConstants[_0x4d95dd(0x269)]]||{}:{},_0x2fe418={..._0x400b82,[TestFrameworkConstants[_0x4d95dd(0x1c2)]]:_0x85494e[_0x4d95dd(0x224)]||_0x5aead3[_0x4d95dd(0x250)],[TestFrameworkConstants[_0x4d95dd(0x1ef)]]:_0x85494e[_0x4d95dd(0x1ff)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x4d95dd(0x1e0)](),[TestFrameworkConstants[_0x4d95dd(0x269)]]:_0x1218ac,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x4d95dd(0x205)]]:_0x85494e[_0x4d95dd(0x1bb)]||{}};_0x5aead3[_0x4d95dd(0x246)](_0x85494e[_0x4d95dd(0x224)],_0x5aead3[_0x4d95dd(0x23d)])&&_0x85494e['failure']&&(_0x2fe418[TestFrameworkConstants[_0x4d95dd(0x1b1)]]=_0x85494e[_0x4d95dd(0x1c4)]||_0x5aead3['EEMwO'],_0x2fe418[TestFrameworkConstants[_0x4d95dd(0x1c9)]]=_0x85494e[_0x4d95dd(0x1e8)]||'',_0x2fe418[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x85494e['failure']);const _0x51f1ea=TestInfo[_0x4d95dd(0x1ac)](_0x511247)[TestFrameworkConstants[_0x4d95dd(0x227)]]||{},_0x3b84cc=_0x5aead3['CCtMp'](getManualUploadLogs,_0x51f1ea,_0x232184[_0x4d95dd(0x24d)]()['get'](_0x511247)[TestFrameworkConstants[_0x4d95dd(0x1de)]]);if(_0x5aead3[_0x4d95dd(0x22c)](_0x3b84cc[_0x4d95dd(0x229)],0x0)){const _0x1fa8d1=_0x2fe418[TestFrameworkConstants['KEY_LOGS']]||[];_0x2fe418[TestFrameworkConstants[_0x4d95dd(0x259)]]=[..._0x1fa8d1,..._0x3b84cc];}_0x85494e['hooks']&&_0x5aead3['dEqst'](_0x85494e[_0x4d95dd(0x1cf)][_0x4d95dd(0x229)],0x0)&&(_0x2fe418[TestFrameworkConstants[_0x4d95dd(0x216)]]=_0x85494e['hooks']);TestInfo['setTestDetails'](_0x511247,_0x2fe418),logger[_0x4d95dd(0x236)](_0x4d95dd(0x25d)+_0x85494e['name']+_0x4d95dd(0x211)+_0x85494e[_0x4d95dd(0x224)]);const _0x51e861={};return _0x51e861[_0x511247]=_0x2fe418,_0x51e861;}async['trackHookEvent'](_0x501765,_0x55c3a0,_0x17cb17,_0xfc192f){const _0xab9171=a70_0x202956,_0x3965f2={'wcVsd':_0xab9171(0x243),'UgQeJ':function(_0x39fba9){return _0x39fba9();},'FcWec':function(_0x2a7b89,_0x31697a){return _0x2a7b89 in _0x31697a;},'mKqxa':function(_0x3af13c,_0x1bf2a4){return _0x3af13c===_0x1bf2a4;},'IuueR':function(_0x4f4d0f,_0x3b45c5){return _0x4f4d0f===_0x3b45c5;},'mHSeu':function(_0x222203,_0x384006){return _0x222203>_0x384006;},'cnZNO':_0xab9171(0x20e),'VgGFx':_0xab9171(0x21c),'hhbLT':'passed','InNwQ':function(_0x705ff9,_0xa7e880){return _0x705ff9!==_0xa7e880;}},{hookData:_0x2926ea}=_0xfc192f;if(!_0x2926ea)return logger[_0xab9171(0x236)](_0x3965f2[_0xab9171(0x242)]),{};const _0x309728=_0x2926ea['uuid']||_0x3965f2[_0xab9171(0x23f)](uuidv4),_0x2c1c9c=_0x2926ea['test_run_id'],_0x2dfb62=_0x55c3a0[_0xab9171(0x1a8)]()['split']('.')[0x1],_0x2b32e9=TestInfo['getTestDetails'](_0x2c1c9c)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x2e1f99=_0x501765[_0xab9171(0x24d)]()[_0xab9171(0x1ed)](_0x2c1c9c);if(!_0x2e1f99)return logger[_0xab9171(0x236)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2c1c9c+_0xab9171(0x1b5)),this[_0xab9171(0x1cc)](_0x501765,_0x2c1c9c,_0x55c3a0,_0x17cb17,_0xfc192f),{};let _0x2e8a0d=_0x2e1f99[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2e8a0d&&(_0x2e8a0d={});!_0x3965f2[_0xab9171(0x1e2)](_0x2dfb62,_0x2e8a0d)&&(_0x2e8a0d[_0x2dfb62]=[]);let _0x2f8838=_0x2e1f99[TestFrameworkConstants[_0xab9171(0x216)]];!_0x2f8838&&(_0x2f8838={});!_0x3965f2[_0xab9171(0x1e2)](_0x2dfb62,_0x2f8838)&&(_0x2f8838[_0x2dfb62]=[]);const _0x4c1ffb={[TestFrameworkConstants[_0xab9171(0x251)]]:_0x2e8a0d,[TestFrameworkConstants[_0xab9171(0x216)]]:_0x2f8838},_0x574f1f={};_0x574f1f[_0x2c1c9c]=_0x4c1ffb;const _0x26d066=_0x574f1f;if(_0x3965f2[_0xab9171(0x1ea)](_0x17cb17,HookState[_0xab9171(0x1cd)])){const _0x19a90b={[TestFrameworkConstants[_0xab9171(0x232)]]:_0x309728,[TestFrameworkConstants[_0xab9171(0x1c3)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x2926ea[_0xab9171(0x256)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2926ea[_0xab9171(0x20a)],[TestFrameworkConstants[_0xab9171(0x269)]]:_0x2b32e9};_0x19a90b['key']=_0x2dfb62;const _0x45d1d0=_0x19a90b;_0x2e8a0d[_0x2dfb62]['push'](_0x45d1d0),_0x26d066[_0x2c1c9c][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x2dfb62,logger[_0xab9171(0x236)](_0xab9171(0x21b)+_0x2dfb62+_0xab9171(0x1dd)+_0x45d1d0+_0xab9171(0x26e)+_0xfc192f);}else{if(_0x3965f2[_0xab9171(0x209)](_0x17cb17,HookState[_0xab9171(0x1fa)])){const _0x167e1a=_0x2926ea[_0xab9171(0x224)],_0x3d8efa=_0x2e8a0d[_0x2dfb62]||[];logger['debug'](_0xab9171(0x1bd)+_0x3d8efa+_0xab9171(0x21e)+_0xfc192f);if(_0x3965f2[_0xab9171(0x1dc)](_0x3d8efa['length'],0x0)){const _0x4d4964=_0x3d8efa['pop']();_0x3965f2[_0xab9171(0x209)](_0x2926ea[_0xab9171(0x224)],_0x3965f2[_0xab9171(0x274)])&&_0x2926ea[_0xab9171(0x1bc)]?(_0x4d4964[TestFrameworkConstants[_0xab9171(0x265)]]=_0x2926ea[_0xab9171(0x1c4)]||_0x3965f2[_0xab9171(0x228)],_0x4d4964[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x2926ea['failure_reason']||'',_0x4d4964[TestFrameworkConstants[_0xab9171(0x1f8)]]=_0x2926ea['failure_data']):_0x4d4964[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x3965f2['hhbLT'];_0x3965f2['InNwQ'](_0x167e1a,TestFrameworkConstants[_0xab9171(0x235)])&&(_0x4d4964[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x167e1a);_0x4d4964[TestFrameworkConstants[_0xab9171(0x1fe)]]=_0x2926ea[_0xab9171(0x23b)]||new Date()[_0xab9171(0x1e0)](),_0x4d4964[TestFrameworkConstants[_0xab9171(0x269)]]=_0x2b32e9;const _0x50996b=_0x4d4964[TestFrameworkConstants[_0xab9171(0x232)]];!_0x2f8838[_0x2dfb62]&&(_0x2f8838[_0x2dfb62]=[]),_0x2f8838[_0x2dfb62]['push'](_0x4d4964),_0x26d066[_0x2c1c9c][TestFrameworkConstants[_0xab9171(0x253)]]=_0x2dfb62;}}}return logger[_0xab9171(0x236)](_0xab9171(0x1af)+_0x2926ea[_0xab9171(0x20a)]+_0xab9171(0x240)+_0x309728+_0xab9171(0x23c)+_0x2c1c9c),_0x26d066;}[a70_0x202956(0x248)](_0x51cc06){const _0x48bb0d=a70_0x202956,_0x27ad28={};_0x27ad28[_0x48bb0d(0x233)]='base64';const _0x31f18d=_0x27ad28;try{const _0x2204bf=_0x51cc06['test']?_0x51cc06['test']['id']:_0x51cc06[_0x48bb0d(0x215)][_0x48bb0d(0x206)],_0x226640=_0x51cc06[_0x48bb0d(0x1bf)],_0x35cd6d=_0x226640[_0x48bb0d(0x26d)](),_0x217b94=_0x226640[_0x48bb0d(0x24d)]()[_0x48bb0d(0x1ed)](_0x2204bf);if(!_0x217b94)return logger[_0x48bb0d(0x236)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2204bf),{};logger[_0x48bb0d(0x236)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x2204bf);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x355e88='',[TestFrameworkConstants[_0x48bb0d(0x1f1)]]:_0x514706='',[TestFrameworkConstants[_0x48bb0d(0x1e9)]]:_0x5c397b='',[TestFrameworkConstants[_0x48bb0d(0x1ef)]]:_0x7c4010=''}=_0x217b94,_0x1750ec=_0x226640[_0x48bb0d(0x1ee)]()[_0x48bb0d(0x1a8)]()[_0x48bb0d(0x22a)]('.')[0x1],_0x152100=_0x226640['getCurrentHookState']()[_0x48bb0d(0x1a8)]()[_0x48bb0d(0x22a)]('.')[0x1],_0x298450=global?.[_0x48bb0d(0x1b8)]?.['workerInfo']?.['parallelIndex'],_0x1bfd71=_0x226640['getRef'](),_0x4976b7=Buffer[_0x48bb0d(0x220)](JSON['stringify'](_0x217b94))[_0x48bb0d(0x1a8)](_0x31f18d['dMejH']),_0x23836b={'hash':_0x35cd6d[_0x48bb0d(0x25a)](),'threadId':_0x35cd6d['getThreadId']()['toString'](),'processId':_0x35cd6d[_0x48bb0d(0x230)]()[_0x48bb0d(0x1a8)]()},_0x4e2910={};_0x4e2910[_0x48bb0d(0x214)]=_0x298450,_0x4e2910[_0x48bb0d(0x255)]=_0x355e88,_0x4e2910[_0x48bb0d(0x24c)]=_0x514706,_0x4e2910['testFrameworkState']=_0x1750ec,_0x4e2910[_0x48bb0d(0x23e)]=_0x152100,_0x4e2910[_0x48bb0d(0x212)]=_0x5c397b,_0x4e2910[_0x48bb0d(0x218)]=_0x7c4010,_0x4e2910['uuid']=_0x1bfd71,_0x4e2910[_0x48bb0d(0x23a)]=_0x4976b7,_0x4e2910[_0x48bb0d(0x219)]=_0x23836b;const _0x2bde78=_0x4e2910;return logger[_0x48bb0d(0x236)](_0x48bb0d(0x1f0)+_0x2204bf+_0x48bb0d(0x254)+_0x1750ec+_0x48bb0d(0x1ae)+_0x152100),_0x2bde78;}catch(_0x5c6612){return logger[_0x48bb0d(0x263)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x5c6612)),{};}}async['sendLogCreatedEvent'](_0x561195,_0x3907dd,_0x2d48ef){const _0x90c959=a70_0x202956,_0x490883={'qAHWZ':function(_0x2b511e,_0xe60c65,_0x32fca0){return _0x2b511e(_0xe60c65,_0x32fca0);},'qYgNk':function(_0x39afdc,_0x41561f){return _0x39afdc===_0x41561f;},'kZtzS':_0x90c959(0x24e),'kGpil':function(_0x5c8f2f,_0xe5bd8d){return _0x5c8f2f/_0xe5bd8d;},'OzRKy':function(_0x48cf27,_0x136a2f){return _0x48cf27<_0x136a2f;},'kgNja':function(_0x3ae952,_0x18fb8e){return _0x3ae952*_0x18fb8e;},'ONCGA':function(_0x5724f7,_0x481612){return _0x5724f7+_0x481612;},'QLHuM':function(_0x125e8a,_0x127fac){return _0x125e8a+_0x127fac;},'bUoyO':function(_0x75bf37,_0x1a0f01){return _0x75bf37+_0x1a0f01;},'OwGTR':_0x90c959(0x247)};try{const _0x3ce57b=_0x2d48ef[_0x90c959(0x1b3)],_0x15223d=_0x561195[_0x90c959(0x24d)]()[_0x90c959(0x1ed)](_0x3ce57b),{[TestFrameworkConstants[_0x90c959(0x1c6)]]:_0x3e263a='',[TestFrameworkConstants[_0x90c959(0x1f1)]]:_0xdebfb1=''}=_0x15223d,_0x4688e6=TestInfo[_0x90c959(0x244)](_0x3ce57b),_0x4ac48e=TestInfo['getTestDetails'](_0x3ce57b)[TestFrameworkConstants[_0x90c959(0x227)]]||{},_0x387506=_0x490883[_0x90c959(0x24a)](getMediaArtifactsLogs,_0x4ac48e,_0x561195[_0x90c959(0x24d)]()['get'](_0x3ce57b)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x32cfe9=(_0x4688e6||[])[_0x90c959(0x1d3)](_0x387506||[]);if(!_0x32cfe9||_0x490883[_0x90c959(0x20f)](_0x32cfe9[_0x90c959(0x229)],0x0)){logger[_0x90c959(0x236)](_0x490883[_0x90c959(0x258)]);return;}const _0x5c2111=0x28,_0x59bb8b=Math['ceil'](_0x490883[_0x90c959(0x1f2)](_0x32cfe9[_0x90c959(0x229)],_0x5c2111));for(let _0x4dab54=0x0;_0x490883[_0x90c959(0x20d)](_0x4dab54,_0x59bb8b);_0x4dab54++){const _0x473b02=_0x490883[_0x90c959(0x252)](_0x4dab54,_0x5c2111),_0x49f1f8=_0x490883[_0x90c959(0x1d6)](_0x473b02,_0x5c2111),_0x396e32=_0x32cfe9[_0x90c959(0x207)](_0x473b02,_0x49f1f8),_0x568ac2={'platformIndex':'0','logs':_0x396e32,'testFrameworkName':_0x3e263a,'testFrameworkVersion':_0xdebfb1,'testFrameworkState':_0x3907dd[_0x90c959(0x1a8)]()['split']('.')[0x1]};logger[_0x90c959(0x236)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x3ce57b+_0x90c959(0x1e6)+_0x490883[_0x90c959(0x25f)](_0x4dab54,0x1)+'/'+_0x59bb8b+_0x90c959(0x223)+util[_0x90c959(0x24f)](_0x568ac2));const _0x477425=await GrpcClient[_0x90c959(0x1e3)]()[_0x90c959(0x237)](_0x568ac2);logger[_0x90c959(0x236)](_0x90c959(0x201)+_0x3ce57b+_0x90c959(0x1e6)+_0x490883['bUoyO'](_0x4dab54,0x1)+'/'+_0x59bb8b+_0x90c959(0x26c)+util[_0x90c959(0x24f)](_0x477425));}}catch(_0x254fb0){logger[_0x90c959(0x263)](_0x90c959(0x1b4)+util[_0x90c959(0x22d)](_0x254fb0));}logger[_0x90c959(0x236)](_0x490883[_0x90c959(0x1ab)]);}[a70_0x202956(0x1cc)](_0x580f34,_0x1ac07b,_0x531037,_0x509b55,_0x481186){const _0x1a079=a70_0x202956,_0x119d1b={'testId':_0x1ac07b,'testFrameworkState':_0x531037,'hookState':_0x509b55,'args':_0x481186,'timestamp':new Date()[_0x1a079(0x1e0)]()};_0x580f34[_0x1a079(0x1d2)](_0x1ac07b,_0x119d1b),logger['debug'](_0x1a079(0x273)+_0x1ac07b+_0x1a079(0x225)+_0x531037+',\x20hookState:\x20'+_0x509b55);}async[a70_0x202956(0x262)](_0x2d1575,_0xe78892){const _0x2e07fe=a70_0x202956,_0x597cee={};_0x597cee[_0x2e07fe(0x26b)]=function(_0x1294e9,_0x4897d4){return _0x1294e9>_0x4897d4;};const _0x71b48a=_0x597cee;if(!_0x2d1575[_0x2e07fe(0x1d5)](_0xe78892))return;const _0x1395a8=_0x2d1575[_0x2e07fe(0x1ec)](_0xe78892);logger['debug'](_0x2e07fe(0x26f)+_0x1395a8[_0x2e07fe(0x229)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0xe78892);for(const _0x41fe00 of _0x1395a8){try{const _0xc84a25=await this['trackHookEvent'](_0x2d1575,_0x41fe00[_0x2e07fe(0x1f3)],_0x41fe00[_0x2e07fe(0x23e)],_0x41fe00[_0x2e07fe(0x21f)]);_0xc84a25&&_0x71b48a[_0x2e07fe(0x26b)](Object[_0x2e07fe(0x1be)](_0xc84a25)[_0x2e07fe(0x229)],0x0)&&_0x2d1575[_0x2e07fe(0x208)](_0xc84a25),await this[_0x2e07fe(0x200)](_0x2d1575,_0x41fe00['testFrameworkState'],_0x41fe00[_0x2e07fe(0x23e)],_0x41fe00['args']);}catch(_0x27fc39){logger[_0x2e07fe(0x263)](_0x2e07fe(0x257)+_0xe78892+',\x20error:\x20'+_0x27fc39);}}_0x2d1575[_0x2e07fe(0x1f4)](_0xe78892),logger[_0x2e07fe(0x236)](_0x2e07fe(0x1f7)+_0xe78892);}}function a70_0x5391(_0x49eaf8,_0x3d4edd){const _0x5b22f7=a70_0x5b22();return a70_0x5391=function(_0x53919f,_0x279452){_0x53919f=_0x53919f-0x1a7;let _0x2c72c1=_0x5b22f7[_0x53919f];return _0x2c72c1;},a70_0x5391(_0x49eaf8,_0x3d4edd);}module[a70_0x202956(0x1eb)]=CucumberTestFramework;
|
|
1
|
+
function a70_0x49f3(){const _0x420e58=['uuid','KEY_TEST_FRAMEWORK_NAME','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','UnhandledError','getCurrentInstanceName','LmpjQ','991048OzBPyo','length','5439826OJEAMi','getTestFrameworks','inspect','\x20batch\x20',',\x20error:\x20','ceil','nfiiM','hooks','args','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_TAGS','AYQjR','../TestInfo.js','location','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED','\x20with\x20result:\x20','Updated\x20cucumber\x20test\x20result:\x20','code','KEY_EVENT_STARTED_AT','getInstance','POST','name','testFrameworkVersion','trackEvent','getTestDetails','1050409FJMnuE','FQshd','storePendingHook','scopes','KEY_TEST_META','base64','hook_type','parallelIndex','\x20&\x20hookState=','instance','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','platformIndex','KEY_TEST_FAILURE_REASON','split','hedxL','\x20&\x20hook\x20=\x20','\x20hookState:\x20','__workerDetails','3324610LtwLxB','addPendingHook','KEY_CUSTOM_TAGS','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','slice','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20',',\x20state=','mhmvQ','failure_reason','eventJson','KEY_TEST_FAILURE_TYPE','stringify','failure_type','epRWN','KEY_TEST_FAILURE','hookData','KEY_HOOK_ID','trackHookEvent','from','result','setTestDetails','testUUID','trackCucumberInstance','\x20response=','\x20for\x20test:\x20','KEY_HOOK_FAILURE_REASON','KEY_TEST_SCOPES','wbuRK','DEFAULT_TEST_RESULT','finishedAt','./testFramework','MPunR','PRE','hasPendingHooks','../grpcClient','JRSbo','passed','started_at','KEY_TEST_ATTACHMENTS','../../../helpers/helper.js','concat','rerun_name','setTrackedInstance','ruuzD','failed','KEY_TEST_ENDED_AT','util','getId','addMultipleEntries','failure_data','KEY_TEST_RESULT_AT','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_SCOPE','DHMjD','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','CucumberTestFramework','xXVlx','FGsbB','executionContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','matchHookRegex','./constants/testFrameworkConstants.js','RFlVR','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','iVKZs','getProcessId','BFnhh','push','KEY_HOOK_LAST_FINISHED','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','KMGdL','KEY_TEST_RESULT','\x20pending\x20hooks\x20for\x20testId:\x20','\x20target=','getPendingHooks','OWQGu','testData','KEY_EVENT_ENDED_AT','customRerunParam','trackCucumberInstance:\x20saved\x20instance\x20contextId=','sendLogCreatedEvent','meta','252030dSdZRC',',\x20hookState:\x20',',\x20state:\x20','dddsw','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','testFrameworkState','../instances/trackedInstance.js','AegkO','48SbQNKn','../cliUtils.js','createContext','BwtsH','Error\x20in\x20createTestFrameworkEventPayload:\x20','processPendingHooks','rYedR','parseCucumberTestResult','KEY_TEST_NAME','yMECp','getTestFrameworksVersions','KEY_HOOK_RESULT','workerInfo','debug','resolveInstance','Processing\x20','toString','file_name','test','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getTestUUID','get','error','finished_at','KEY_HOOK_FAILURE_TYPE','1871028DEWklx','\x20\x20and\x20args\x20=\x20','Bmdli','\x20with\x20UUID:\x20','PYVYN','logCreatedEvent','TEST','Parsed\x20cucumber\x20test:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20id\x20','4ImKkob','DEFAULT_HOOK_RESULT','body','../instances/testFrameworkInstance.js','yhNEF','removePendingHooks','KEY_TEST_UUID','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','hookState','failure','KEY_HOOKS_STARTED','parseCucumberTest','Tracked\x20cucumber\x20hook\x20event:\x20','test_run_id','format','1380966dYtUGZ','getAllData','LOG_REPORT','toISOString','KEY_HOOK_LAST_STARTED','GrzuF','zRwPU','startedAt','KEY_TEST_LOCATION','cNMOi','KEY_LOGS','createTestFrameworkEventPayload\x20testId:\x20','getCurrentTestState','key','NONE','Cfcuf','../state/hookState.js','getThreadId'];a70_0x49f3=function(){return _0x420e58;};return a70_0x49f3();}const a70_0x33f887=a70_0x406b;function a70_0x406b(_0x260ee8,_0x3056a6){const _0x49f350=a70_0x49f3();return a70_0x406b=function(_0x406b88,_0x4db96b){_0x406b88=_0x406b88-0x1bd;let _0x14ab45=_0x49f350[_0x406b88];return _0x14ab45;},a70_0x406b(_0x260ee8,_0x3056a6);}(function(_0x5dc7ea,_0x231c51){const _0x17381c=a70_0x406b,_0x1e9edd=_0x5dc7ea();while(!![]){try{const _0x472343=parseInt(_0x17381c(0x201))/0x1+parseInt(_0x17381c(0x1e5))/0x2+parseInt(_0x17381c(0x1cd))/0x3+-parseInt(_0x17381c(0x1be))/0x4*(-parseInt(_0x17381c(0x213))/0x5)+-parseInt(_0x17381c(0x267))/0x6+-parseInt(_0x17381c(0x1e7))/0x7+parseInt(_0x17381c(0x26f))/0x8*(-parseInt(_0x17381c(0x288))/0x9);if(_0x472343===_0x231c51)break;else _0x1e9edd['push'](_0x1e9edd['shift']());}catch(_0x4d5dc6){_0x1e9edd['push'](_0x1e9edd['shift']());}}}(a70_0x49f3,0x93a1e));const TestFramework=require(a70_0x33f887(0x231)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x33f887(0x1dd)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x33f887(0x1c1)),CLIUtils=require(a70_0x33f887(0x270)),TrackedInstance=require(a70_0x33f887(0x26d)),TestFrameworkConstants=require(a70_0x33f887(0x251)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33f887(0x23a)),logger=createClassLogger(a70_0x33f887(0x24b)),{v4:uuidv4}=require(a70_0x33f887(0x1df)),util=require(a70_0x33f887(0x241)),TestInfo=require(a70_0x33f887(0x1f3)),GrpcClient=require(a70_0x33f887(0x235));class CucumberTestFramework extends TestFramework{constructor(_0x2e74a5,_0x53e300,_0x520faa){super(_0x2e74a5,_0x53e300,_0x520faa);}async[a70_0x33f887(0x1ff)](_0x379831,_0x170003,_0x4dff6d={}){const _0x1a7923=a70_0x33f887,_0x5c3889={};_0x5c3889[_0x1a7923(0x252)]=_0x1a7923(0x282),_0x5c3889['yMECp']=function(_0x73b7eb,_0x232542){return _0x73b7eb===_0x232542;},_0x5c3889[_0x1a7923(0x260)]=function(_0xb04364,_0x25fc13){return _0xb04364===_0x25fc13;},_0x5c3889[_0x1a7923(0x24c)]=_0x1a7923(0x246);const _0x96b4e7=_0x5c3889;await super[_0x1a7923(0x1ff)](_0x379831,_0x170003,_0x4dff6d);const _0x3f2ab4=this['resolveInstance'](_0x379831,_0x170003,_0x4dff6d);if(!_0x3f2ab4){logger[_0x1a7923(0x27c)](_0x96b4e7[_0x1a7923(0x252)]);return;}try{let _0x341a23,_0x53abee;switch(_0x379831){case TestFrameworkState[_0x1a7923(0x28e)]:_0x341a23=_0x4dff6d[_0x1a7923(0x281)],_0x53abee=TestInfo[_0x1a7923(0x283)](_0x341a23['id']);if(_0x96b4e7[_0x1a7923(0x278)](_0x170003,HookState[_0x1a7923(0x233)])){logger[_0x1a7923(0x27c)](_0x1a7923(0x1f0)+_0x341a23['id']);const _0x47e635={};_0x47e635[_0x1a7923(0x228)]=_0x53abee,_0x47e635[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this[_0x1a7923(0x1c9)](_0x47e635)),logger[_0x1a7923(0x27c)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x341a23['id']),await this['processPendingHooks'](_0x3f2ab4,_0x341a23['id']);}else{if(_0x96b4e7[_0x1a7923(0x260)](_0x170003,HookState[_0x1a7923(0x1fc)])){const _0x221abb={};_0x221abb[_0x1a7923(0x228)]=_0x53abee,_0x221abb[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this['parseCucumberTestResult'](_0x221abb)),await this[_0x1a7923(0x274)](_0x3f2ab4,_0x341a23['id']);}}break;case TestFrameworkState[_0x1a7923(0x1cf)]:_0x96b4e7['OWQGu'](_0x170003,HookState[_0x1a7923(0x1fc)])&&await this[_0x1a7923(0x265)](_0x3f2ab4,_0x379831,_0x4dff6d);break;default:if(CLIUtils[_0x1a7923(0x250)](_0x379831[_0x1a7923(0x27f)]()[_0x1a7923(0x20e)]('.')[0x1])){const _0x68a53d=await this['trackHookEvent'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);_0x3f2ab4[_0x1a7923(0x243)](_0x68a53d);}else logger[_0x1a7923(0x27c)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x379831+_0x1a7923(0x209)+_0x170003);break;}}catch(_0x503cdc){logger[_0x1a7923(0x285)](util[_0x1a7923(0x1cc)](_0x96b4e7[_0x1a7923(0x24c)],_0x379831,_0x170003,_0x4dff6d[_0x1a7923(0x1e6)],_0x503cdc));}_0x4dff6d[_0x1a7923(0x20a)]=_0x3f2ab4,await this['runHooks'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);}[a70_0x33f887(0x27d)](_0x162ddb,_0x268871,_0x552cd1={}){const _0xe37145=a70_0x33f887,_0x2336b3={};_0x2336b3[_0xe37145(0x20f)]=function(_0xf81c64,_0x1b2226){return _0xf81c64===_0x1b2226;},_0x2336b3[_0xe37145(0x232)]=function(_0x272410,_0x5427f3){return _0x272410===_0x5427f3;};const _0x49cc5c=_0x2336b3;let _0x3a4135=null;return(_0x49cc5c['hedxL'](_0x162ddb,TestFrameworkState['INIT_TEST'])||_0x49cc5c[_0xe37145(0x232)](_0x162ddb,TestFrameworkState[_0xe37145(0x1db)]))&&this[_0xe37145(0x229)](_0x162ddb,_0x552cd1),_0x3a4135=TestFramework['getTrackedInstance'](),_0x3a4135;}['trackCucumberInstance'](_0x4df861,_0xab4bdf){const _0x476d10=a70_0x33f887,_0xf9a318=CLIUtils[_0x476d10(0x1e3)](),_0x10fae7=TrackedInstance[_0x476d10(0x271)](_0xf9a318);let _0x5a61fd=null;logger['debug']('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0xf9a318+_0x476d10(0x219)+_0x4df861),_0x5a61fd=new TestFrameworkInstance(_0x10fae7,this[_0x476d10(0x1e8)](),this['getTestFrameworksVersions'](),_0x4df861,HookState[_0x476d10(0x1db)]),TestFramework[_0x476d10(0x23d)](_0x10fae7,_0x5a61fd),logger[_0x476d10(0x27c)](_0x476d10(0x264)+_0x10fae7['getId']()+_0x476d10(0x25e)+_0xf9a318);}[a70_0x33f887(0x1c9)](_0x4379f8){const _0x215e99=a70_0x33f887,_0x4776f8={};_0x4776f8[_0x215e99(0x202)]=_0x215e99(0x24f);const _0x442118=_0x4776f8,{testUUID:_0x23e766,testData:_0x5b7e69}=_0x4379f8;if(!_0x5b7e69||!_0x5b7e69[_0x215e99(0x1df)])return logger[_0x215e99(0x27c)](_0x442118[_0x215e99(0x202)]),{};const _0x4a4ae5=_0x5b7e69[_0x215e99(0x1df)],_0x29e0c2=_0x5b7e69[_0x215e99(0x1df)],_0x5cc24d=this[_0x215e99(0x1e8)]()[0x0],_0x19fc7e=this[_0x215e99(0x279)](),_0x3c384f={[TestFrameworkConstants[_0x215e99(0x1e0)]]:_0x5cc24d,[TestFrameworkConstants[_0x215e99(0x25a)]]:_0x19fc7e[_0x5cc24d],[TestFrameworkConstants[_0x215e99(0x24a)]]:[],[TestFrameworkConstants[_0x215e99(0x1f6)]]:{},[TestFrameworkConstants[_0x215e99(0x1c8)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4a4ae5,[TestFrameworkConstants[_0x215e99(0x25c)]]:TestFrameworkConstants[_0x215e99(0x22f)],[TestFrameworkConstants[_0x215e99(0x290)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b7e69[_0x215e99(0x280)]||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x29e0c2,[TestFrameworkConstants[_0x215e99(0x277)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x1d5)]]:_0x5b7e69[_0x215e99(0x1f4)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5b7e69[_0x215e99(0x1c0)]?.[_0x215e99(0x1f9)]||null,[TestFrameworkConstants[_0x215e99(0x1f1)]]:_0x5b7e69['tags']||[],[TestFrameworkConstants[_0x215e99(0x249)]]:_0x5b7e69['startedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x215e99(0x247)]]:_0x5b7e69[_0x215e99(0x204)]?.[0x0]||'',[TestFrameworkConstants[_0x215e99(0x22d)]]:_0x5b7e69[_0x215e99(0x204)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x5b7e69[_0x215e99(0x263)]?.[_0x215e99(0x23c)]||_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x215)]]:{},[TestFrameworkConstants[_0x215e99(0x205)]]:_0x5b7e69['meta']||{}};TestInfo[_0x215e99(0x227)](_0x29e0c2,_0x3c384f),logger[_0x215e99(0x27c)](_0x215e99(0x28f)+_0x5b7e69['name']+_0x215e99(0x28b)+_0x4a4ae5);const _0x2c3d52={};return _0x2c3d52[_0x29e0c2]=_0x3c384f,_0x2c3d52;}[a70_0x33f887(0x276)](_0x52a375){const _0x46802e=a70_0x33f887,_0x381c06={'mhmvQ':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','epRWN':'unknown','nfiiM':function(_0x54e8b6,_0x489663){return _0x54e8b6===_0x489663;},'GrzuF':'failed','yhNEF':'UnhandledError','XoBnS':function(_0x362070,_0x237566,_0x2ce61c){return _0x362070(_0x237566,_0x2ce61c);},'dddsw':function(_0x4e270d,_0x1e1ecd){return _0x4e270d>_0x1e1ecd;},'iYxce':function(_0x3d3e7e,_0x2b7bd9){return _0x3d3e7e>_0x2b7bd9;}},{testUUID:_0x420dc7,testData:_0x2616ca}=_0x52a375;if(!_0x2616ca||!_0x2616ca[_0x46802e(0x1df)])return logger[_0x46802e(0x27c)](_0x381c06[_0x46802e(0x21a)]),{};const _0x15adaf=this[_0x46802e(0x27d)](TestFrameworkState[_0x46802e(0x28e)],HookState[_0x46802e(0x1fc)]),_0x450918=_0x2616ca['uuid'],_0x547347=TestInfo[_0x46802e(0x200)](_0x450918)||{},_0x140f1d=_0x547347?_0x547347[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x39ed35={..._0x547347,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x2616ca['result']||_0x381c06[_0x46802e(0x220)],[TestFrameworkConstants[_0x46802e(0x240)]]:_0x2616ca[_0x46802e(0x230)]||new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x245)]]:new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x215)]]:_0x140f1d,[TestFrameworkConstants[_0x46802e(0x1d7)]]:[],[TestFrameworkConstants[_0x46802e(0x205)]]:_0x2616ca[_0x46802e(0x266)]||{}};_0x381c06[_0x46802e(0x1ed)](_0x2616ca['result'],_0x381c06[_0x46802e(0x1d2)])&&_0x2616ca[_0x46802e(0x1c7)]&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x21d)]]=_0x2616ca['failure_type']||_0x381c06[_0x46802e(0x1c2)],_0x39ed35[TestFrameworkConstants[_0x46802e(0x20d)]]=_0x2616ca[_0x46802e(0x21b)]||'',_0x39ed35[TestFrameworkConstants[_0x46802e(0x221)]]=_0x2616ca[_0x46802e(0x1c7)]);const _0x2e38ff=TestInfo[_0x46802e(0x200)](_0x450918)[TestFrameworkConstants[_0x46802e(0x239)]]||{},_0x5e4b9e=_0x381c06['XoBnS'](getManualUploadLogs,_0x2e38ff,_0x15adaf[_0x46802e(0x1ce)]()[_0x46802e(0x284)](_0x450918)[TestFrameworkConstants[_0x46802e(0x1c4)]]);if(_0x381c06[_0x46802e(0x26a)](_0x5e4b9e[_0x46802e(0x1e6)],0x0)){const _0xeb0331=_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]||[];_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]=[..._0xeb0331,..._0x5e4b9e];}_0x2616ca['hooks']&&_0x381c06['iYxce'](_0x2616ca['hooks'][_0x46802e(0x1e6)],0x0)&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x1f6)]]=_0x2616ca[_0x46802e(0x1ee)]);TestInfo[_0x46802e(0x227)](_0x450918,_0x39ed35),logger[_0x46802e(0x27c)](_0x46802e(0x1f8)+_0x2616ca[_0x46802e(0x1fd)]+_0x46802e(0x1f7)+_0x2616ca[_0x46802e(0x226)]);const _0x4bbd31={};return _0x4bbd31[_0x450918]=_0x39ed35,_0x4bbd31;}async[a70_0x33f887(0x224)](_0xd1c18f,_0xe0725c,_0x90ba48,_0x521045){const _0x4faf26=a70_0x33f887,_0x3f7c48={'Bmdli':_0x4faf26(0x26b),'JRSbo':function(_0x381fb2){return _0x381fb2();},'Cfcuf':function(_0x1d8a83,_0x163baf){return _0x1d8a83 in _0x163baf;},'wbuRK':function(_0x46c470,_0xd94f91){return _0x46c470 in _0xd94f91;},'DHMjD':function(_0x50f2f0,_0xc5e58f){return _0x50f2f0===_0xc5e58f;},'BFnhh':function(_0x51a9f6,_0x312319){return _0x51a9f6>_0x312319;},'zRwPU':function(_0x1ff578,_0xa11eb2){return _0x1ff578===_0xa11eb2;},'eXvVB':_0x4faf26(0x23f),'iVKZs':_0x4faf26(0x1e2),'LmpjQ':_0x4faf26(0x237),'cNMOi':function(_0x40b98c,_0x312ac3){return _0x40b98c!==_0x312ac3;}},{hookData:_0x785ba4}=_0x521045;if(!_0x785ba4)return logger[_0x4faf26(0x27c)](_0x3f7c48[_0x4faf26(0x28a)]),{};const _0x4f7411=_0x785ba4['uuid']||_0x3f7c48[_0x4faf26(0x236)](uuidv4),_0x5e7264=_0x785ba4['test_run_id'],_0x2e48cf=_0xe0725c[_0x4faf26(0x27f)]()['split']('.')[0x1],_0x20ba78=TestInfo[_0x4faf26(0x200)](_0x5e7264)[TestFrameworkConstants[_0x4faf26(0x215)]]||{},_0xd5814c=_0xd1c18f[_0x4faf26(0x1ce)]()[_0x4faf26(0x284)](_0x5e7264);if(!_0xd5814c)return logger[_0x4faf26(0x27c)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5e7264+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0xd1c18f,_0x5e7264,_0xe0725c,_0x90ba48,_0x521045),{};let _0x4fb8b9=_0xd5814c[TestFrameworkConstants[_0x4faf26(0x1c8)]];!_0x4fb8b9&&(_0x4fb8b9={});!_0x3f7c48[_0x4faf26(0x1dc)](_0x2e48cf,_0x4fb8b9)&&(_0x4fb8b9[_0x2e48cf]=[]);let _0x35f45d=_0xd5814c[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x35f45d&&(_0x35f45d={});!_0x3f7c48[_0x4faf26(0x22e)](_0x2e48cf,_0x35f45d)&&(_0x35f45d[_0x2e48cf]=[]);const _0x55c84b={[TestFrameworkConstants[_0x4faf26(0x1c8)]]:_0x4fb8b9,[TestFrameworkConstants[_0x4faf26(0x1f6)]]:_0x35f45d},_0x34ee8c={};_0x34ee8c[_0x5e7264]=_0x55c84b;const _0x3a1fd6=_0x34ee8c;if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x233)])){const _0x13bc5c={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f7411,[TestFrameworkConstants[_0x4faf26(0x27a)]]:TestFrameworkConstants[_0x4faf26(0x1bf)],[TestFrameworkConstants[_0x4faf26(0x1fa)]]:_0x785ba4[_0x4faf26(0x238)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x785ba4[_0x4faf26(0x207)],[TestFrameworkConstants[_0x4faf26(0x215)]]:_0x20ba78};_0x13bc5c[_0x4faf26(0x1da)]=_0x2e48cf;const _0x4911fa=_0x13bc5c;_0x4fb8b9[_0x2e48cf][_0x4faf26(0x257)](_0x4911fa),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x1d1)]]=_0x2e48cf,logger['debug'](_0x4faf26(0x1c5)+_0x2e48cf+_0x4faf26(0x210)+_0x4911fa+_0x4faf26(0x289)+_0x521045);}else{if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x1fc)])){const _0x13d3b9=_0x785ba4[_0x4faf26(0x226)],_0x16de21=_0x4fb8b9[_0x2e48cf]||[];logger[_0x4faf26(0x27c)](_0x4faf26(0x20b)+_0x16de21+'\x20and\x20args\x20=\x20'+_0x521045);if(_0x3f7c48[_0x4faf26(0x256)](_0x16de21[_0x4faf26(0x1e6)],0x0)){const _0x2fb1f3=_0x16de21['pop']();_0x3f7c48[_0x4faf26(0x1d3)](_0x785ba4[_0x4faf26(0x226)],_0x3f7c48['eXvVB'])&&_0x785ba4[_0x4faf26(0x244)]?(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x287)]]=_0x785ba4[_0x4faf26(0x21f)]||_0x3f7c48[_0x4faf26(0x254)],_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x22c)]]=_0x785ba4[_0x4faf26(0x21b)]||'',_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x785ba4[_0x4faf26(0x244)]):_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x3f7c48[_0x4faf26(0x1e4)];_0x3f7c48[_0x4faf26(0x1d6)](_0x13d3b9,TestFrameworkConstants[_0x4faf26(0x1bf)])&&(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x27a)]]=_0x13d3b9);_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x262)]]=_0x785ba4[_0x4faf26(0x286)]||new Date()[_0x4faf26(0x1d0)](),_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x215)]]=_0x20ba78;const _0x3f9038=_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x223)]];!_0x35f45d[_0x2e48cf]&&(_0x35f45d[_0x2e48cf]=[]),_0x35f45d[_0x2e48cf]['push'](_0x2fb1f3),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x258)]]=_0x2e48cf;}}}return logger[_0x4faf26(0x27c)](_0x4faf26(0x1ca)+_0x785ba4['hook_type']+_0x4faf26(0x1bd)+_0x4f7411+_0x4faf26(0x22b)+_0x5e7264),_0x3a1fd6;}['createTestFrameworkEventPayload'](_0xc60eb6){const _0x3a3b55=a70_0x33f887,_0x591be0={};_0x591be0[_0x3a3b55(0x275)]=_0x3a3b55(0x206);const _0x17693e=_0x591be0;try{const _0x389717=_0xc60eb6[_0x3a3b55(0x281)]?_0xc60eb6[_0x3a3b55(0x281)]['id']:_0xc60eb6[_0x3a3b55(0x222)][_0x3a3b55(0x1cb)],_0x4affbf=_0xc60eb6[_0x3a3b55(0x20a)],_0x1df454=_0x4affbf['getContext'](),_0x216260=_0x4affbf[_0x3a3b55(0x1ce)]()[_0x3a3b55(0x284)](_0x389717);if(!_0x216260)return logger['debug'](_0x3a3b55(0x253)+_0x389717),{};logger[_0x3a3b55(0x27c)](_0x3a3b55(0x1d8)+_0x389717);const {[TestFrameworkConstants[_0x3a3b55(0x1e0)]]:_0x2ed725='',[TestFrameworkConstants[_0x3a3b55(0x25a)]]:_0x577c47='',[TestFrameworkConstants[_0x3a3b55(0x249)]]:_0x2384fe='',[TestFrameworkConstants[_0x3a3b55(0x240)]]:_0x28992b=''}=_0x216260,_0x5f46f6=_0x4affbf[_0x3a3b55(0x1d9)]()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x441cd7=_0x4affbf['getCurrentHookState']()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x53295e=global?.[_0x3a3b55(0x212)]?.[_0x3a3b55(0x27b)]?.[_0x3a3b55(0x208)],_0x2793d3=_0x4affbf['getRef'](),_0x55be69=Buffer[_0x3a3b55(0x225)](JSON[_0x3a3b55(0x21e)](_0x216260))[_0x3a3b55(0x27f)](_0x17693e[_0x3a3b55(0x275)]),_0x3cff54={'hash':_0x1df454[_0x3a3b55(0x242)](),'threadId':_0x1df454[_0x3a3b55(0x1de)]()['toString'](),'processId':_0x1df454[_0x3a3b55(0x255)]()[_0x3a3b55(0x27f)]()},_0x6081bd={};_0x6081bd[_0x3a3b55(0x20c)]=_0x53295e,_0x6081bd['testFrameworkName']=_0x2ed725,_0x6081bd[_0x3a3b55(0x1fe)]=_0x577c47,_0x6081bd['testFrameworkState']=_0x5f46f6,_0x6081bd[_0x3a3b55(0x1c6)]=_0x441cd7,_0x6081bd[_0x3a3b55(0x1d4)]=_0x2384fe,_0x6081bd['endedAt']=_0x28992b,_0x6081bd['uuid']=_0x2793d3,_0x6081bd[_0x3a3b55(0x21c)]=_0x55be69,_0x6081bd[_0x3a3b55(0x24e)]=_0x3cff54;const _0x382bb7=_0x6081bd;return logger[_0x3a3b55(0x27c)](_0x3a3b55(0x218)+_0x389717+'\x20testState:\x20'+_0x5f46f6+_0x3a3b55(0x211)+_0x441cd7),_0x382bb7;}catch(_0x2c559c){return logger[_0x3a3b55(0x285)](_0x3a3b55(0x273)+util[_0x3a3b55(0x1cc)](_0x2c559c)),{};}}async[a70_0x33f887(0x265)](_0x1291d8,_0x139d0b,_0x1fa21a){const _0x7fc32c=a70_0x33f887,_0xd97171={'FGsbB':function(_0x33aaa7,_0x51ba22,_0x1c6858){return _0x33aaa7(_0x51ba22,_0x1c6858);},'AYQjR':function(_0x476662,_0x5dee2a){return _0x476662===_0x5dee2a;},'BwtsH':_0x7fc32c(0x1e1),'AegkO':function(_0x5a96ba,_0x712cab){return _0x5a96ba/_0x712cab;},'KegUP':function(_0x14147f,_0x4d5c79){return _0x14147f<_0x4d5c79;},'wDztE':function(_0x5d482a,_0x3fc506){return _0x5d482a*_0x3fc506;},'ruuzD':function(_0x50d2e6,_0x51b744){return _0x50d2e6+_0x51b744;},'KMGdL':'Cucumber\x20log\x20created\x20event'};try{const _0x3a150b=_0x1fa21a[_0x7fc32c(0x228)],_0x19270f=_0x1291d8['getAllData']()[_0x7fc32c(0x284)](_0x3a150b),{[TestFrameworkConstants[_0x7fc32c(0x1e0)]]:_0x5c6050='',[TestFrameworkConstants[_0x7fc32c(0x25a)]]:_0x326a36=''}=_0x19270f,_0x41ff55=TestInfo['readLogObjects'](_0x3a150b),_0x2e76cd=TestInfo['getTestDetails'](_0x3a150b)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x432cf5=_0xd97171[_0x7fc32c(0x24d)](getMediaArtifactsLogs,_0x2e76cd,_0x1291d8[_0x7fc32c(0x1ce)]()[_0x7fc32c(0x284)](_0x3a150b)[TestFrameworkConstants[_0x7fc32c(0x1c4)]]),_0x193169=(_0x41ff55||[])[_0x7fc32c(0x23b)](_0x432cf5||[]);if(!_0x193169||_0xd97171[_0x7fc32c(0x1f2)](_0x193169[_0x7fc32c(0x1e6)],0x0)){logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x272)]);return;}const _0x32672e=0x28,_0x15da39=Math[_0x7fc32c(0x1ec)](_0xd97171[_0x7fc32c(0x26e)](_0x193169['length'],_0x32672e));for(let _0xa71c06=0x0;_0xd97171['KegUP'](_0xa71c06,_0x15da39);_0xa71c06++){const _0x16f73e=_0xd97171['wDztE'](_0xa71c06,_0x32672e),_0x2358d3=_0xd97171[_0x7fc32c(0x23e)](_0x16f73e,_0x32672e),_0xccd230=_0x193169[_0x7fc32c(0x217)](_0x16f73e,_0x2358d3),_0x3ccea3={'platformIndex':'0','logs':_0xccd230,'testFrameworkName':_0x5c6050,'testFrameworkVersion':_0x326a36,'testFrameworkState':_0x139d0b[_0x7fc32c(0x27f)]()['split']('.')[0x1]};logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+_0x7fc32c(0x1ea)+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+'\x20payload='+util['inspect'](_0x3ccea3));const _0x46d093=await GrpcClient[_0x7fc32c(0x1fb)]()[_0x7fc32c(0x28d)](_0x3ccea3);logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+'\x20batch\x20'+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+_0x7fc32c(0x22a)+util[_0x7fc32c(0x1e9)](_0x46d093));}}catch(_0x55875a){logger['error']('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x7fc32c(0x1cc)](_0x55875a));}logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x25b)]);}[a70_0x33f887(0x203)](_0x2af914,_0x5aace4,_0x5b583c,_0x509064,_0x53bcf5){const _0x5ebf45=a70_0x33f887,_0x213b84={'testId':_0x5aace4,'testFrameworkState':_0x5b583c,'hookState':_0x509064,'args':_0x53bcf5,'timestamp':new Date()[_0x5ebf45(0x1d0)]()};_0x2af914[_0x5ebf45(0x214)](_0x5aace4,_0x213b84),logger[_0x5ebf45(0x27c)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x5aace4+_0x5ebf45(0x269)+_0x5b583c+_0x5ebf45(0x268)+_0x509064);}async[a70_0x33f887(0x274)](_0x92f48f,_0x327c8e){const _0x379de5=a70_0x33f887,_0x156fb3={};_0x156fb3[_0x379de5(0x28c)]=function(_0x3293aa,_0xb0332){return _0x3293aa>_0xb0332;};const _0x1777e9=_0x156fb3;if(!_0x92f48f[_0x379de5(0x234)](_0x327c8e))return;const _0x352092=_0x92f48f[_0x379de5(0x25f)](_0x327c8e);logger[_0x379de5(0x27c)](_0x379de5(0x27e)+_0x352092[_0x379de5(0x1e6)]+_0x379de5(0x25d)+_0x327c8e);for(const _0x458993 of _0x352092){try{const _0xd048fd=await this['trackHookEvent'](_0x92f48f,_0x458993[_0x379de5(0x26c)],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);_0xd048fd&&_0x1777e9[_0x379de5(0x28c)](Object['keys'](_0xd048fd)[_0x379de5(0x1e6)],0x0)&&_0x92f48f[_0x379de5(0x243)](_0xd048fd),await this['runHooks'](_0x92f48f,_0x458993['testFrameworkState'],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);}catch(_0x3e4207){logger[_0x379de5(0x285)](_0x379de5(0x216)+_0x327c8e+_0x379de5(0x1eb)+_0x3e4207);}}_0x92f48f[_0x379de5(0x1c3)](_0x327c8e),logger[_0x379de5(0x27c)](_0x379de5(0x1f5)+_0x327c8e);}}module['exports']=CucumberTestFramework;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function a71_0x36c4(){const _0x437548=['\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','TRfQa','KEY_HOOK_FAILURE_TYPE','ENESO','_ALL',',\x20test_run_uuid=','status','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','Ymrgj','passed',',\x20testId=','./testFramework','concat',',\x20hook=','hasPendingHooks','KEY_TEST_FILE_PATH','splice','BITXY','NVzeE','unknown','logCreatedEvent','TYGtH','../TestInfo.js','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','OpqdK','xlfLR','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','zcPSM','KEY_TEST_FAILURE','lqlil','uywaL','createContext','get','addPendingHook','NOxUn',',\x20testData=',',\x20response=','hookData',',\x20currentTestId:\x20','none','KEY_HOOK_RESULT','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','bXxZo','hzaUn','../grpcClient','qWsVw','tNZEt','UxPNg','HMZol','getAllPendingHookTestIds','getJestFailureData',',\x20version=','eventJson','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','finished_at','getTrackedInstance','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','trackJestInstance','parent','KEY_TEST_SCOPES','length','212108tIbdEZ','addMultipleEntries','started_at','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','ItyVD','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x20&\x20hookState=','getContext','qwqpb','stack-trace','includes','YOxoK','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20storing\x20as\x20pending\x20hook','substring','forEach','has','oqykr','KEY_HOOKS_STARTED','from','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','reverse','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','iRIqT','set','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/classLogger.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_TEST_STARTED_AT',',\x20hooksListLength=','ceil','parse','filePath','KEY_HOOKS_FINISHED','getRef','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','duration','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','350310SDuHxL','WbczQ','depth','util','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_TEST_LOGS','NONE','KEY_TEST_META','../cliUtils.js','../instances/trackedInstance.js',',\x20failureReason=',',\x20screenshotLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','URBHq','slice','hookState','wUfzE','exports','setTrackedInstance','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','410418bLZXqA','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','find','sSpEP','YFrcO','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getId','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20files',',\x20duration=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','activeHooks','getJestTestFilePath','KEY_HOOK_FAILURE_REASON',',\x20hookData=','format','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestTestScopes','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','removeActiveHook','pop','1094193nnBlLp','inspect','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','maxArrayLength','asyncError','resolveInstance','testId','hooks','runHooks','vLNPO','getAllData','POST','scopes','executionContext','getJestTestName','originalTest','getThreadId','\x22\x20from\x20testData','KEY_TEST_TAGS','\x20attachments',',\x20failureType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','findIndex',',\x20totalHooks=','testData','dvTRq','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x22\x20hook','\x20for\x20testId:\x20',',\x20payload:\x20','KEY_TEST_LOCATION','hook_result','buildHookMapFromTest',',\x20state:\x20','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','BEFORE_ALL','SptDB','\x20(testIdentifier),\x20hookType=','setActiveHook','Lbwpu','fnFbn','trackHookEvent','PqSCH','vDGNr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','64degiRz','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getJestTestIdentifier','KEY_EVENT_STARTED_AT','vqNPD','KEY_TEST_FRAMEWORK_NAME',',\x20updates=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','bDbMR',',\x20hook_run_uuid=','KEY_TEST_DURATION','storePendingHook','\x20-\x20test_identifier=','testFrameworkVersion','pid','jVmqX','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','MKfub','DEFAULT_HOOK_RESULT','LKuWf','HZCbq','error','hookUUID','IxAuk','5467070UDaWtC','missing','WwcQP','9aVtIEo','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE','jRdDH','KEY_EVENT_ENDED_AT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20logs\x20for\x20testId:\x20','isJestInternalHook','KEY_TEST_RETRY_OF','warn','testFrameworkState','trackJestInstance:\x20instance\x20already\x20exists','\x20-\x20testId:\x20','QODSb','stringify','toString',',\x20hookState=','\x20to\x20','wudPw','matchHookRegex','KEY_LOGS','tSCZv','KEY_TEST_RESULT_AT','KEY_TEST_ATTACHMENTS','Seyhr',',\x20hookUUID=','failed','removePendingHooks','retryOf','ZJHCM','hookAnalyticsId','getFileName','wKQjD','wNijY','dbUem','debug','rXuSg','RjzNT',',\x20error:\x20','kind','TEST','getTestFrameworks','KEY_TEST_UUID','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','mapTestHooks','WPPAe','Processing\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','testUUID','getCurrentInstanceName','ueHzJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','test_identifier','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','toISOString','platformIndex','sFuqr','createTestFrameworkEventPayload','startedAt','result','name','workerInfo',',\x20consoleLogs:\x20','TEST_SCREENSHOT','XHTmk','KuIth','HAjdZ','test','isArray','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','failure_reason','map','zpuNt','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20testFramework=','LOG_REPORT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_FAILURE_REASON','__workerDetails','split','KEY_TEST_FAILURE_TYPE','RvJTC','uuid','DEFAULT_TEST_RESULT',',\x20totalLogs:\x20','TRnbn','hook_id','sLUSY',',\x20hookState:\x20','replace','push',',\x20totalBatches:\x20','join','getJestFailureReason','getHooksForTest','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestFailureType','zjnVx','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','gUZbZ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','parallelIndex','KEY_HOOK_NAME','PRE','KEY_TEST_RESULT',',\x20remainingHooks=','base64','endedAt','keys','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','title',',\x20result=','ROOT_DESCRIBE_BLOCK','hook_type','afterAll','pDZHr','sendLogCreatedEvent','toUpperCase','iOvny','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Assert','xpbWB',',\x20hookType=','args','KEY_HOOK_LOGS','parseJestTestResult','filter','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','Gpvoq','hookMetadata','KEY_CUSTOM_TAGS','AssertionError','WvRMq','test_run_id','17306kAUtWz','380088FtrXiP','processPendingHooks','testFrameworkName','getPendingHooks','scope','file_name','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','ktPMh',',\x20hookId=',',\x20filePath:\x20','jest-circus','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','hookType',',\x20scope:\x20','ArEqe','apply','test_run_uuid','type',',\x20logsInBatch:\x20','ihyRa','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20state=','21Fvexvf','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'];a71_0x36c4=function(){return _0x437548;};return a71_0x36c4();}const a71_0x38c679=a71_0x15ab;function a71_0x15ab(_0x1b2736,_0x213a63){const _0x36c41e=a71_0x36c4();return a71_0x15ab=function(_0x15ab40,_0x1608d2){_0x15ab40=_0x15ab40-0x1c6;let _0x3df353=_0x36c41e[_0x15ab40];return _0x3df353;},a71_0x15ab(_0x1b2736,_0x213a63);}(function(_0x4f876c,_0x2f1d7f){const _0x3c937b=a71_0x15ab,_0x196129=_0x4f876c();while(!![]){try{const _0x23b4cd=parseInt(_0x3c937b(0x206))/0x1*(-parseInt(_0x3c937b(0x291))/0x2)+parseInt(_0x3c937b(0x346))/0x3+parseInt(_0x3c937b(0x2ee))/0x4+-parseInt(_0x3c937b(0x31a))/0x5+parseInt(_0x3c937b(0x32f))/0x6*(parseInt(_0x3c937b(0x2ab))/0x7)+parseInt(_0x3c937b(0x1ea))/0x8*(parseInt(_0x3c937b(0x292))/0x9)+-parseInt(_0x3c937b(0x203))/0xa;if(_0x23b4cd===_0x2f1d7f)break;else _0x196129['push'](_0x196129['shift']());}catch(_0x3dc9af){_0x196129['push'](_0x196129['shift']());}}}(a71_0x36c4,0x40fc1));const TestFramework=require(a71_0x38c679(0x2b9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x38c679(0x330)),{createClassLogger}=require(a71_0x38c679(0x30e)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x38c679(0x322)),TrackedInstance=require(a71_0x38c679(0x323)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x38c679(0x1de)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x38c679(0x25c)),util=require(a71_0x38c679(0x31d)),TestInfo=require(a71_0x38c679(0x2c4)),GrpcClient=require(a71_0x38c679(0x2dc)),stackTrace=require(a71_0x38c679(0x2f8));class JestTestFramework extends TestFramework{constructor(_0xe7c301,_0x4f191c,_0x236a94){const _0x46dbe4=a71_0x38c679;super(_0xe7c301,_0x4f191c,_0x236a94),this[_0x46dbe4(0x33c)]=new Map();}[a71_0x38c679(0x1e3)](_0xbbcf9d,_0x2de1da,_0x40279d){const _0x1ceafb=a71_0x38c679,_0x24dd78={};_0x24dd78['wNijY']=function(_0x2d8f79,_0x4bbc3d){return _0x2d8f79||_0x4bbc3d;};const _0x250c2d=_0x24dd78;if(_0x250c2d[_0x1ceafb(0x229)](!_0xbbcf9d,!_0x2de1da)){logger[_0x1ceafb(0x211)](_0x1ceafb(0x269)+_0xbbcf9d+',\x20hookUUID='+_0x2de1da);return;}!this['activeHooks'][_0x1ceafb(0x2ff)](_0xbbcf9d)&&this[_0x1ceafb(0x33c)][_0x1ceafb(0x307)](_0xbbcf9d,[]);const _0x5b27ef={'hookUUID':_0x2de1da,'hookType':_0x40279d,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x1ceafb(0x2d0)](_0xbbcf9d)['push'](_0x5b27ef),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0xbbcf9d+',\x20hookUUID='+_0x2de1da+',\x20hookType='+_0x40279d+_0x1ceafb(0x1d2)+this[_0x1ceafb(0x33c)][_0x1ceafb(0x2d0)](_0xbbcf9d)['length']);}[a71_0x38c679(0x344)](_0x51745b,_0x58de94){const _0xea0032=a71_0x38c679,_0x4f5897={};_0x4f5897[_0xea0032(0x1fc)]=function(_0x284893,_0x391065){return _0x284893||_0x391065;},_0x4f5897[_0xea0032(0x28b)]=function(_0x50b144,_0xf2f961){return _0x50b144!==_0xf2f961;},_0x4f5897[_0xea0032(0x252)]=function(_0x45d1ec,_0x5a5b25){return _0x45d1ec===_0x5a5b25;};const _0x239fba=_0x4f5897;if(_0x239fba[_0xea0032(0x1fc)](!_0x51745b,!_0x58de94)){logger[_0xea0032(0x211)](_0xea0032(0x33b)+_0x51745b+_0xea0032(0x221)+_0x58de94);return;}if(this[_0xea0032(0x33c)][_0xea0032(0x2ff)](_0x51745b)){const _0x573561=this[_0xea0032(0x33c)]['get'](_0x51745b),_0x2451c9=_0x573561[_0xea0032(0x1d1)](_0x50f944=>_0x50f944['hookUUID']===_0x58de94);_0x239fba['Gpvoq'](_0x2451c9,-0x1)?(_0x573561[_0xea0032(0x2be)](_0x2451c9,0x1),logger[_0xea0032(0x22b)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x51745b+_0xea0032(0x221)+_0x58de94+_0xea0032(0x274)+_0x573561[_0xea0032(0x2ed)]),_0x239fba['zpuNt'](_0x573561[_0xea0032(0x2ed)],0x0)&&this['activeHooks']['delete'](_0x51745b)):logger['debug'](_0xea0032(0x337)+_0x51745b+_0xea0032(0x221)+_0x58de94);}}['getActiveHook'](_0x526df3){const _0x3c652e=a71_0x38c679,_0x584492={};_0x584492['TYGtH']=function(_0x5f0770,_0x512e3b){return _0x5f0770>_0x512e3b;},_0x584492[_0x3c652e(0x2da)]=function(_0x224201,_0x1180bc){return _0x224201-_0x1180bc;};const _0x57e7f9=_0x584492;if(!_0x526df3)return null;if(this[_0x3c652e(0x33c)][_0x3c652e(0x2ff)](_0x526df3)){const _0x1ce302=this['activeHooks']['get'](_0x526df3);if(_0x57e7f9[_0x3c652e(0x2c3)](_0x1ce302[_0x3c652e(0x2ed)],0x0)){const _0x1bc94e=_0x1ce302[_0x57e7f9[_0x3c652e(0x2da)](_0x1ce302[_0x3c652e(0x2ed)],0x1)];return logger[_0x3c652e(0x22b)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x526df3+_0x3c652e(0x221)+_0x1bc94e[_0x3c652e(0x201)]+_0x3c652e(0x285)+_0x1bc94e[_0x3c652e(0x29e)]),_0x1bc94e;}}return null;}async['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9={}){const _0x46bfe5=a71_0x38c679,_0x12c38f={};_0x12c38f[_0x46bfe5(0x306)]=_0x46bfe5(0x2a7),_0x12c38f[_0x46bfe5(0x2f3)]=function(_0x505d76,_0x5e3148){return _0x505d76===_0x5e3148;},_0x12c38f[_0x46bfe5(0x2a0)]=function(_0x19d849,_0x549350){return _0x19d849===_0x549350;},_0x12c38f[_0x46bfe5(0x1f9)]=function(_0x4d830a,_0x19c7c8){return _0x4d830a||_0x19c7c8;},_0x12c38f[_0x46bfe5(0x28f)]=_0x46bfe5(0x30c);const _0x1f8d2c=_0x12c38f;logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20argsKeys='+Object[_0x46bfe5(0x277)](_0x4c74e9)[_0x46bfe5(0x266)](',')),await super['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9);const _0x1532de=this[_0x46bfe5(0x34b)](_0x49dcf5,_0x2d58d2,_0x4c74e9);if(!_0x1532de){logger[_0x46bfe5(0x22b)](_0x1f8d2c[_0x46bfe5(0x306)]);return;}try{let _0x2d484b,_0x116188,_0xdd2350;switch(_0x49dcf5){case TestFrameworkState[_0x46bfe5(0x230)]:_0x2d484b=_0x4c74e9[_0x46bfe5(0x24c)];const _0x5191b6={};_0x5191b6[_0x46bfe5(0x31c)]=0x2,_0x5191b6[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26c)+_0x2d58d2+_0x46bfe5(0x2d3)+util[_0x46bfe5(0x347)](_0x2d484b,_0x5191b6)),_0xdd2350=this[_0x46bfe5(0x1ec)](_0x2d484b),_0x116188=null,logger['debug'](_0x46bfe5(0x2e9)+_0xdd2350+'\x20(testIdentifier)');if(_0x1f8d2c['ItyVD'](_0x2d58d2,HookState[_0x46bfe5(0x272)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x253)+_0xdd2350);const _0x1158ef={};_0x1158ef[_0x46bfe5(0x239)]=_0x116188,_0x1158ef[_0x46bfe5(0x1d3)]=_0x2d484b,_0x1158ef[_0x46bfe5(0x34c)]=_0xdd2350;const _0x2656e2=this['parseJestTest'](_0x1158ef),_0x5a9031={};_0x5a9031[_0x46bfe5(0x31c)]=0x2,_0x5a9031[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x348)+util[_0x46bfe5(0x347)](_0x2656e2,_0x5a9031)),_0x1532de['addMultipleEntries'](_0x2656e2),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}else{if(_0x1f8d2c[_0x46bfe5(0x2a0)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x343)+_0xdd2350);const _0x24a73d=_0x1532de[_0x46bfe5(0x350)]()[_0x46bfe5(0x2d0)](_0xdd2350);logger['debug'](_0x46bfe5(0x2a9)+util[_0x46bfe5(0x347)](Object[_0x46bfe5(0x277)](_0x1f8d2c['jVmqX'](_0x24a73d,{}))));_0x24a73d&&_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]]?logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26e)+Object[_0x46bfe5(0x277)](_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]])['length']+_0x46bfe5(0x339)):logger['debug'](_0x1f8d2c[_0x46bfe5(0x28f)]);const _0x3b0ee6=_0x4c74e9[_0x46bfe5(0x1ca)]||null,_0x344186={};_0x344186['testUUID']=_0x116188,_0x344186[_0x46bfe5(0x1d3)]=_0x2d484b,_0x344186[_0x46bfe5(0x34c)]=_0xdd2350,_0x344186['originalTest']=_0x3b0ee6;const _0x7a30f2=this[_0x46bfe5(0x288)](_0x344186),_0xb218ee={};_0xb218ee['depth']=0x2,_0xb218ee[_0x46bfe5(0x349)]=0x3,logger['debug'](_0x46bfe5(0x2ae)+util[_0x46bfe5(0x347)](_0x7a30f2,_0xb218ee)),_0x1532de[_0x46bfe5(0x2ef)](_0x7a30f2),logger[_0x46bfe5(0x22b)](_0x46bfe5(0x20d)+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}}break;case TestFrameworkState[_0x46bfe5(0x255)]:if(_0x1f8d2c[_0x46bfe5(0x2f3)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){const _0x46308a={};_0x46308a['depth']=0x2,logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x46bfe5(0x347)](_0x4c74e9,_0x46308a)),await this[_0x46bfe5(0x27f)](_0x1532de,_0x49dcf5,_0x4c74e9);}break;default:if(CLIUtils[_0x46bfe5(0x21b)](_0x49dcf5[_0x46bfe5(0x217)]()[_0x46bfe5(0x259)]('.')[0x1])){const _0xc88579={};_0xc88579[_0x46bfe5(0x31c)]=0x2,_0xc88579[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23e)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+_0x46bfe5(0x33f)+util[_0x46bfe5(0x347)](_0x4c74e9[_0x46bfe5(0x2d5)],_0xc88579));const _0x33f6e1=await this[_0x46bfe5(0x1e6)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9),_0x4b0f0e={};_0x4b0f0e[_0x46bfe5(0x31c)]=0x2,_0x4b0f0e[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23c)+util[_0x46bfe5(0x347)](_0x33f6e1,_0x4b0f0e)),_0x1532de[_0x46bfe5(0x2ef)](_0x33f6e1);}else logger[_0x46bfe5(0x22b)](_0x46bfe5(0x331)+_0x49dcf5+_0x46bfe5(0x2f5)+_0x2d58d2);break;}logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x49dcf5+',\x20hookState='+_0x2d58d2);}catch(_0x4c1e69){logger[_0x46bfe5(0x200)](_0x46bfe5(0x2f4)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20exception='+util[_0x46bfe5(0x340)](_0x4c1e69));}_0x4c74e9['instance']=_0x1532de,await this[_0x46bfe5(0x34e)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9);}['getJestTestIdentifier'](_0x5c5128){const _0xce0749=a71_0x38c679,_0x18be01={};_0x18be01[_0xce0749(0x327)]=_0xce0749(0x317);const _0x5dc885=_0x18be01;if(_0x5c5128&&(_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)])){const _0x4d8d30=_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4d8d30+_0xce0749(0x1cc)),_0x4d8d30;}return logger[_0xce0749(0x22b)](_0x5dc885['URBHq']),process[_0xce0749(0x1f8)]+':testAnalyticsId';}[a71_0x38c679(0x34b)](_0x5bffe6,_0x147dd1,_0x447a9f={}){const _0x24e4a2=a71_0x38c679;let _0x4923ec=null;return _0x4923ec=TestFramework['getTrackedInstance'](),!_0x4923ec?(logger['debug'](_0x24e4a2(0x305)+_0x5bffe6),this['trackJestInstance'](_0x5bffe6,_0x447a9f),_0x4923ec=TestFramework[_0x24e4a2(0x2e7)](),logger[_0x24e4a2(0x22b)](_0x24e4a2(0x30a)+!!_0x4923ec+',\x20contextId='+_0x4923ec?.[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]())):logger[_0x24e4a2(0x22b)](_0x24e4a2(0x29d)+_0x4923ec[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]()),_0x4923ec;}[a71_0x38c679(0x2ea)](_0x1497f0,_0x1ff13c){const _0x2bed99=a71_0x38c679,_0x1cc4b1={};_0x1cc4b1[_0x2bed99(0x1ee)]=_0x2bed99(0x213);const _0xd8ca43=_0x1cc4b1;if(TestFramework[_0x2bed99(0x2e7)]()){logger[_0x2bed99(0x22b)](_0xd8ca43[_0x2bed99(0x1ee)]);return;}const _0x4bdcb6=CLIUtils[_0x2bed99(0x23a)](),_0x517a00=TrackedInstance[_0x2bed99(0x2cf)](_0x4bdcb6);let _0x3cd5a2=null;logger[_0x2bed99(0x22b)](_0x2bed99(0x30d)+_0x4bdcb6+_0x2bed99(0x2aa)+_0x1497f0),_0x3cd5a2=new TestFrameworkInstance(_0x517a00,this[_0x2bed99(0x231)](),this['getTestFrameworksVersions'](),_0x1497f0,HookState[_0x2bed99(0x320)]),TestFramework[_0x2bed99(0x32c)](_0x517a00,_0x3cd5a2),logger[_0x2bed99(0x22b)](_0x2bed99(0x2d9)+_0x517a00[_0x2bed99(0x336)]()+',\x20target='+_0x4bdcb6+_0x2bed99(0x254)+this[_0x2bed99(0x231)]()[0x0]+_0x2bed99(0x2e3)+this['getTestFrameworksVersions']()[this[_0x2bed99(0x231)]()[0x0]]);}['parseJestTest'](_0x4ec25d){const _0x2175a0=a71_0x38c679,_0x22177d={};_0x22177d[_0x2175a0(0x241)]=function(_0x4ddf3d,_0x2e0a08){return _0x4ddf3d||_0x2e0a08;},_0x22177d[_0x2175a0(0x2d2)]=_0x2175a0(0x28a);const _0x129f62=_0x22177d,{testUUID:_0x3bbdc6,testData:_0x38f7f7,testId:_0x6ac27a}=_0x4ec25d;if(_0x129f62[_0x2175a0(0x241)](!_0x38f7f7,!_0x6ac27a))return logger[_0x2175a0(0x22b)](_0x129f62[_0x2175a0(0x2d2)]),{};const _0x4f58d4=this[_0x2175a0(0x231)]()[0x0],_0x37099f=this[_0x2175a0(0x308)](),_0x569543={};_0x569543['depth']=0x2,_0x569543[_0x2175a0(0x349)]=0x3,logger[_0x2175a0(0x22b)](_0x2175a0(0x303)+util['inspect'](_0x38f7f7,_0x569543));const _0x3a8aa4=_0x38f7f7?.['scopes']||[],_0x4ce8e5=this['getJestTestName'](_0x38f7f7),_0xba2869=this[_0x2175a0(0x33d)](_0x38f7f7),_0x1a3925=_0x38f7f7['fn']?_0x38f7f7['fn'][_0x2175a0(0x217)]():null,_0x30e4b7={[TestFrameworkConstants[_0x2175a0(0x1ef)]]:_0x4f58d4,[TestFrameworkConstants[_0x2175a0(0x24f)]]:_0x37099f[_0x4f58d4],[TestFrameworkConstants[_0x2175a0(0x31f)]]:[],[TestFrameworkConstants[_0x2175a0(0x315)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2175a0(0x273)]]:TestFrameworkConstants[_0x2175a0(0x25d)],[TestFrameworkConstants[_0x2175a0(0x2c5)]]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x2bd)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_ID']]:_0x6ac27a,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x1da)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x1a3925,[TestFrameworkConstants[_0x2175a0(0x1cd)]]:[],[TestFrameworkConstants[_0x2175a0(0x310)]]:_0x38f7f7[_0x2175a0(0x2f0)]||new Date()[_0x2175a0(0x23f)](),[TestFrameworkConstants[_0x2175a0(0x20c)]]:_0x3a8aa4[0x0]||'',[TestFrameworkConstants[_0x2175a0(0x2ec)]]:_0x3a8aa4,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x28d)]]:{},[TestFrameworkConstants[_0x2175a0(0x321)]]:{}};_0x38f7f7[_0x2175a0(0x224)]&&(_0x30e4b7[TestFrameworkConstants[_0x2175a0(0x210)]]=_0x38f7f7[_0x2175a0(0x224)]);logger[_0x2175a0(0x22b)](_0x2175a0(0x335)+_0x4ce8e5+_0x2175a0(0x2b8)+_0x6ac27a+'\x20(testIdentifier),\x20scopes='+util[_0x2175a0(0x347)](_0x3a8aa4)+',\x20filePath='+_0xba2869);const _0xc71c09={};return _0xc71c09[_0x6ac27a]=_0x30e4b7,_0xc71c09;}[a71_0x38c679(0x288)](_0x4ae357){const _0x12a2d6=a71_0x38c679,_0x396ba5={'PqSCH':function(_0x53b5f4,_0x5eb35e){return _0x53b5f4===_0x5eb35e;},'GXQwj':_0x12a2d6(0x27d),'HMZol':function(_0x2133df,_0x485882){return _0x2133df===_0x485882;},'HAjdZ':'beforeAll','PVRWC':_0x12a2d6(0x30b),'tSCZv':_0x12a2d6(0x2b2),'Lbwpu':function(_0xb06501,_0x41cc49){return _0xb06501||_0x41cc49;},'jRdDH':_0x12a2d6(0x282),'kZwIt':'unknown','TRnbn':function(_0x2c45cc,_0x15ea15){return _0x2c45cc>_0x15ea15;},'TRfQa':'failed','lbIIq':'skip','ueHzJ':_0x12a2d6(0x2e8),'uFNiC':_0x12a2d6(0x2b7),'qWsVw':function(_0x5f210a,_0x248006){return _0x5f210a!==_0x248006;},'YFrcO':function(_0xe5e34a,_0x4b8f0b,_0x40e682,_0x11ecf9){return _0xe5e34a(_0x4b8f0b,_0x40e682,_0x11ecf9);},'BITXY':function(_0x1552c7,_0x495701){return _0x1552c7>_0x495701;},'WbczQ':_0x12a2d6(0x256),'wKQjD':function(_0x530f01,_0x4df84b){return _0x530f01===_0x4df84b;}},{testUUID:_0x13433d,testData:_0x419fc4,testId:_0x17bdc3}=_0x4ae357;if(_0x396ba5[_0x12a2d6(0x1e4)](!_0x419fc4,!_0x17bdc3))return logger[_0x12a2d6(0x22b)](_0x396ba5[_0x12a2d6(0x209)]),{};const _0x3a611e=this['resolveInstance'](TestFrameworkState[_0x12a2d6(0x230)],HookState[_0x12a2d6(0x1c6)]),_0x174583=_0x3a611e[_0x12a2d6(0x350)]()['get'](_0x17bdc3),_0x2ba528=_0x396ba5[_0x12a2d6(0x1e4)](_0x174583,{}),_0x5aa509=_0x2ba528?_0x2ba528[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x1256e9=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x21f)]];logger[_0x12a2d6(0x22b)](_0x12a2d6(0x278)+(_0x1256e9?Object[_0x12a2d6(0x277)](_0x1256e9)[_0x12a2d6(0x2ed)]:0x0)+_0x12a2d6(0x1ce));let _0x143333=_0x396ba5['kZwIt'];if(_0x419fc4[_0x12a2d6(0x244)])_0x143333=_0x419fc4[_0x12a2d6(0x244)];else{if(_0x419fc4[_0x12a2d6(0x32d)]&&_0x396ba5[_0x12a2d6(0x25f)](_0x419fc4[_0x12a2d6(0x32d)][_0x12a2d6(0x2ed)],0x0))_0x143333=_0x396ba5[_0x12a2d6(0x2af)];else _0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5['lbIIq'])||_0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5[_0x12a2d6(0x23b)])?_0x143333=_0x396ba5[_0x12a2d6(0x23b)]:_0x143333=_0x396ba5['uFNiC'];}const _0x95da51={..._0x2ba528,[TestFrameworkConstants[_0x12a2d6(0x273)]]:_0x143333,[TestFrameworkConstants[_0x12a2d6(0x1d6)]]:_0x419fc4['finished_at']||new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x21e)]]:new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x28d)]]:_0x5aa509,[TestFrameworkConstants[_0x12a2d6(0x21c)]]:[],[TestFrameworkConstants[_0x12a2d6(0x321)]]:{}};if(_0x396ba5[_0x12a2d6(0x2e0)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&_0x419fc4[_0x12a2d6(0x32d)]){const _0x21abdd=this[_0x12a2d6(0x267)](_0x419fc4),_0x351125=this['getJestFailureType'](_0x419fc4),_0x5246c4=this['getJestFailureData'](_0x419fc4);_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]=_0x351125,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]=_0x21abdd,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x2cc)]]=_0x5246c4;}_0x396ba5[_0x12a2d6(0x2dd)](_0x419fc4['duration'],undefined)&&(_0x95da51[TestFrameworkConstants[_0x12a2d6(0x1f4)]]=_0x419fc4[_0x12a2d6(0x318)]);_0x419fc4[_0x12a2d6(0x224)]&&(_0x95da51[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x419fc4[_0x12a2d6(0x224)]);const _0x3ccf73=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x21f)]]||{}:{},_0x48fd2f=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x232)]]:_0x13433d,_0x2a1896=_0x396ba5[_0x12a2d6(0x334)](getManualUploadLogs,_0x3ccf73,_0x48fd2f,_0x17bdc3);if(_0x396ba5[_0x12a2d6(0x25f)](_0x2a1896[_0x12a2d6(0x2ed)],0x0)){const _0x4a31f9=_0x95da51[TestFrameworkConstants['KEY_LOGS']]||[];_0x95da51[TestFrameworkConstants[_0x12a2d6(0x21c)]]=[..._0x4a31f9,..._0x2a1896];}const _0x4965b4=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x315)]]||{},_0x49bf21=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x301)]]||{},_0x1d65c5={..._0x4965b4},_0x3b6619=_0x1d65c5;Object[_0x12a2d6(0x277)](_0x49bf21)[_0x12a2d6(0x2fe)](_0x31c341=>{const _0x9148e=_0x12a2d6;!_0x3b6619[_0x31c341]&&(_0x3b6619[_0x31c341]=[]);const _0x8fd3a5=new Set((_0x3b6619[_0x31c341]||[])[_0x9148e(0x251)](_0xa0a08=>_0xa0a08[TestFrameworkConstants[_0x9148e(0x24e)]]||_0xa0a08[_0x9148e(0x260)]));(_0x49bf21[_0x31c341]||[])[_0x9148e(0x2fe)](_0x2c0e8f=>{const _0x48a096=_0x9148e,_0xdc04d8=_0x2c0e8f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2c0e8f[_0x48a096(0x260)];if(!_0x8fd3a5[_0x48a096(0x2ff)](_0xdc04d8)){const _0xa3567={..._0x2c0e8f},_0x2aa60c=_0xa3567;!_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x2aa60c[_0x48a096(0x2a8)]&&(_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x2aa60c[TestFrameworkConstants[_0x48a096(0x2d8)]]&&!_0x2aa60c[_0x48a096(0x1db)]&&(_0x2aa60c[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x48a096(0x1fd)]),_0x3b6619[_0x31c341][_0x48a096(0x264)](_0x2aa60c);}});});if(_0x4ae357[_0x12a2d6(0x1ca)]){this[_0x12a2d6(0x235)](_0x4ae357[_0x12a2d6(0x1ca)]);const _0x48b607=this['buildHookMapFromTest'](_0x4ae357['originalTest']),_0x50247d=this[_0x12a2d6(0x268)](_0x4ae357['originalTest']);_0x50247d[_0x12a2d6(0x2fe)](_0x3c454e=>{const _0x548502=_0x12a2d6,_0x1deab5=_0x48b607[_0x548502(0x2d0)](_0x3c454e);if(_0x1deab5&&(_0x396ba5[_0x548502(0x1e7)](_0x1deab5['type'],_0x396ba5['GXQwj'])||_0x396ba5[_0x548502(0x2e0)](_0x1deab5[_0x548502(0x2a3)],_0x396ba5[_0x548502(0x24b)]))){const _0x57a8b1=_0x1deab5['type'][_0x548502(0x280)]()[_0x548502(0x263)](_0x396ba5['PVRWC'],_0x396ba5[_0x548502(0x21d)]),_0x590558=_0x57a8b1;!_0x3b6619[_0x590558]&&(_0x3b6619[_0x590558]=[]);const _0x5d8ae7=_0x3b6619[_0x590558][_0x548502(0x332)](_0x4cfc8f=>(_0x4cfc8f[TestFrameworkConstants[_0x548502(0x24e)]]||_0x4cfc8f[_0x548502(0x260)])===_0x3c454e);!_0x5d8ae7&&_0x3b6619[_0x590558][_0x548502(0x264)]({'key':_0x590558,[TestFrameworkConstants[_0x548502(0x24e)]]:_0x3c454e,[TestFrameworkConstants[_0x548502(0x2d8)]]:TestFrameworkConstants[_0x548502(0x1fd)],[TestFrameworkConstants[_0x548502(0x1ed)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x548502(0x20a)]]:new Date()[_0x548502(0x23f)](),[TestFrameworkConstants[_0x548502(0x287)]]:[],[TestFrameworkConstants[_0x548502(0x271)]]:_0x1deab5[_0x548502(0x245)]||_0x1deab5[_0x548502(0x2a3)]+_0x548502(0x2ad),[TestFrameworkConstants[_0x548502(0x28d)]]:_0x5aa509});}});}if(_0x419fc4[_0x12a2d6(0x34d)]&&_0x396ba5[_0x12a2d6(0x2bf)](_0x419fc4['hooks']['length'],0x0))_0x95da51[TestFrameworkConstants[_0x12a2d6(0x315)]]=_0x419fc4[_0x12a2d6(0x34d)],logger['debug'](_0x396ba5[_0x12a2d6(0x31b)]);else _0x396ba5['TRnbn'](Object[_0x12a2d6(0x277)](_0x3b6619)[_0x12a2d6(0x2ed)],0x0)&&(_0x95da51[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3b6619,logger[_0x12a2d6(0x22b)](_0x12a2d6(0x1f1)+Object[_0x12a2d6(0x277)](_0x3b6619)['join'](',')));const _0x3932d7=this[_0x12a2d6(0x1c9)](_0x419fc4);logger[_0x12a2d6(0x22b)](_0x12a2d6(0x326)+_0x3932d7+',\x20testId='+_0x17bdc3+'\x20(testIdentifier),\x20result='+_0x143333+_0x12a2d6(0x33a)+_0x419fc4[_0x12a2d6(0x318)]);_0x396ba5[_0x12a2d6(0x228)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&logger[_0x12a2d6(0x22b)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x17bdc3+_0x12a2d6(0x1cf)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]+_0x12a2d6(0x324)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]?.['substring'](0x0,0xc8));const _0x2a0417={};return _0x2a0417[_0x17bdc3]=_0x95da51,_0x2a0417;}[a71_0x38c679(0x342)](_0x330b5a){const _0x2d9e32=a71_0x38c679,_0x429107={};_0x429107[_0x2d9e32(0x215)]=function(_0x3caebb,_0x48ca48){return _0x3caebb!==_0x48ca48;},_0x429107[_0x2d9e32(0x261)]=_0x2d9e32(0x27b);const _0x52e4e0=_0x429107,_0x588515={};_0x588515[_0x2d9e32(0x31c)]=0x2,_0x588515[_0x2d9e32(0x349)]=0x3,logger['debug'](_0x2d9e32(0x234)+util[_0x2d9e32(0x347)](_0x330b5a,_0x588515));const _0xc4ecef=[];if(_0x330b5a&&_0x330b5a['parent']){let _0x6d804d=_0x330b5a[_0x2d9e32(0x2eb)];while(_0x6d804d&&_0x6d804d[_0x2d9e32(0x245)]&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],'')&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],_0x52e4e0[_0x2d9e32(0x261)])){_0xc4ecef[_0x2d9e32(0x264)](_0x6d804d[_0x2d9e32(0x245)]),_0x6d804d=_0x6d804d['parent'];}}return _0xc4ecef[_0x2d9e32(0x304)]();}[a71_0x38c679(0x1c9)](_0x11f396){const _0x1da9f4=a71_0x38c679,_0x71d9eb={};_0x71d9eb[_0x1da9f4(0x26b)]='Unknown\x20Test';const _0x5c9eb3=_0x71d9eb;if(_0x11f396[_0x1da9f4(0x245)])return _0x11f396[_0x1da9f4(0x245)];if(_0x11f396[_0x1da9f4(0x279)])return _0x11f396[_0x1da9f4(0x279)];return _0x5c9eb3[_0x1da9f4(0x26b)];}[a71_0x38c679(0x33d)](_0x442b7c){const _0x1ea254=a71_0x38c679,_0x3683b9={'hzaUn':function(_0xbf3727,_0x562fbd){return _0xbf3727(_0x562fbd);},'gUZbZ':_0x1ea254(0x2f8)};if(_0x442b7c[_0x1ea254(0x297)])return _0x442b7c[_0x1ea254(0x297)];if(_0x442b7c[_0x1ea254(0x34a)]){const _0x493a8a=_0x3683b9[_0x1ea254(0x2db)](require,_0x3683b9[_0x1ea254(0x26d)]);try{const _0x3f51f9=_0x493a8a['parse'](_0x442b7c['asyncError']);if(_0x3f51f9[0x0]&&_0x3f51f9[0x0]['getFileName'])return _0x3f51f9[0x0]['getFileName']();}catch(_0x3bfb26){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1ea254(0x340)](_0x3bfb26));}}return null;}[a71_0x38c679(0x267)](_0x1ef96f){const _0x266526=a71_0x38c679,_0x31bc31={};_0x31bc31[_0x266526(0x299)]=function(_0x4701d0,_0x1ec2a6){return _0x4701d0>_0x1ec2a6;},_0x31bc31[_0x266526(0x225)]='Unknown\x20error';const _0x307d1c=_0x31bc31;if(_0x1ef96f['errorsDetailed']&&_0x307d1c['ktPMh'](_0x1ef96f[_0x266526(0x32d)]['length'],0x0))return util[_0x266526(0x347)](_0x1ef96f[_0x266526(0x32d)][0x0]);if(_0x1ef96f[_0x266526(0x250)])return _0x1ef96f[_0x266526(0x250)];return _0x307d1c['ZJHCM'];}[a71_0x38c679(0x26a)](_0x315314){const _0xa7d290=a71_0x38c679,_0x387b17={};_0x387b17[_0xa7d290(0x284)]=_0xa7d290(0x283),_0x387b17[_0xa7d290(0x2f7)]=_0xa7d290(0x28e),_0x387b17[_0xa7d290(0x2c8)]='UnhandledError';const _0x153169=_0x387b17,_0x469cc9=this['getJestFailureReason'](_0x315314);if(_0x469cc9&&_0x469cc9[_0xa7d290(0x2f9)](_0x153169['xpbWB']))return _0x153169[_0xa7d290(0x2f7)];return _0x153169[_0xa7d290(0x2c8)];}[a71_0x38c679(0x2e2)](_0x51d443){const _0x3ca7e4=a71_0x38c679,_0x716039={'gprTT':function(_0x34d314,_0x3f06ff){return _0x34d314(_0x3f06ff);},'sSpEP':'../../../helpers/test-observability/utils','wudPw':function(_0x4544e5,_0x59e2e8){return _0x4544e5!==_0x59e2e8;},'EGtcU':_0x3ca7e4(0x24c)},{failureData:_0x1428f3}=_0x716039['gprTT'](require,_0x716039[_0x3ca7e4(0x333)]),_0x29095d=[];return _0x716039[_0x3ca7e4(0x21a)](_0x51d443[_0x3ca7e4(0x32d)],undefined)&&_0x29095d[_0x3ca7e4(0x264)](_0x51d443['errorsDetailed'],_0x716039['EGtcU']),_0x1428f3[_0x3ca7e4(0x2a1)](null,_0x29095d);}async[a71_0x38c679(0x1e6)](_0x57700b,_0xc90efe,_0x2ac0d3,_0x169c21){const _0x2a944a=a71_0x38c679,_0xa7f21f={'WwcQP':_0x2a944a(0x309),'EzpME':function(_0x1625e6){return _0x1625e6();},'vDGNr':function(_0x587532,_0x3eff61){return _0x587532 in _0x3eff61;},'ihyRa':function(_0xfb1080,_0x44f700){return _0xfb1080===_0x44f700;},'YOxoK':function(_0x3779cf,_0x3645a2){return _0x3779cf>_0x3645a2;},'vLNPO':_0x2a944a(0x222),'fnFbn':'passed','NVzeE':function(_0x14858e,_0x321551){return _0x14858e>_0x321551;},'pDZHr':function(_0x52ac60,_0x4b6a53){return _0x52ac60===_0x4b6a53;},'uIkHp':function(_0x2a1e86,_0x135ade){return _0x2a1e86!==_0x135ade;}},{hookData:_0x10c1dd}=_0x169c21,_0x25184d=_0x2ac0d3[_0x2a944a(0x217)](),_0x234882=_0xc90efe[_0x2a944a(0x217)](),_0xad17bf={};_0xad17bf[_0x2a944a(0x31c)]=0x2,_0xad17bf[_0x2a944a(0x349)]=0x3,logger[_0x2a944a(0x22b)](_0x2a944a(0x1fb)+_0x234882+',\x20hookState='+_0x25184d+_0x2a944a(0x33f)+util[_0x2a944a(0x347)](_0x10c1dd,_0xad17bf));if(!_0x10c1dd)return logger[_0x2a944a(0x22b)](_0xa7f21f[_0x2a944a(0x205)]),{};const _0x327214=_0x10c1dd[_0x2a944a(0x25c)]||_0x10c1dd['hookAnalyticsId']||_0xa7f21f['EzpME'](uuidv4),_0x3ccec5=_0x10c1dd[_0x2a944a(0x290)]||this['getJestTestIdentifier'](_0x10c1dd),_0x14a5cf=_0xc90efe[_0x2a944a(0x217)]()['split']('.')[0x1],_0x1c82a2=_0x57700b[_0x2a944a(0x350)]()[_0x2a944a(0x2d0)](_0x3ccec5),_0x4b6488=_0x1c82a2?_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x28d)]]||{}:{};logger['debug'](_0x2a944a(0x319)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x1e2)+_0x14a5cf+_0x2a944a(0x218)+_0x25184d);if(!_0x1c82a2)return logger[_0x2a944a(0x22b)](_0x2a944a(0x2f2)+_0x3ccec5+_0x2a944a(0x2fc)),this[_0x2a944a(0x1f5)](_0x57700b,_0x3ccec5,_0xc90efe,_0x2ac0d3,_0x169c21),{};let _0x407c68=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x301)]];!_0x407c68&&(_0x407c68={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x407c68)&&(_0x407c68[_0x14a5cf]=[]);let _0x1f3782=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x315)]];!_0x1f3782&&(_0x1f3782={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x1f3782)&&(_0x1f3782[_0x14a5cf]=[]);const _0x3a0853={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x407c68,[TestFrameworkConstants[_0x2a944a(0x315)]]:_0x1f3782},_0x5c4223={};_0x5c4223[_0x3ccec5]=_0x3a0853;const _0x185fb9=_0x5c4223;if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x272)])){const _0x2b3b51={'key':_0x14a5cf,[TestFrameworkConstants[_0x2a944a(0x24e)]]:_0x327214,[TestFrameworkConstants[_0x2a944a(0x2d8)]]:TestFrameworkConstants[_0x2a944a(0x1fd)],[TestFrameworkConstants[_0x2a944a(0x1ed)]]:_0x10c1dd[_0x2a944a(0x2f0)]||new Date()[_0x2a944a(0x23f)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x10c1dd[_0x2a944a(0x245)]||_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4b6488};_0x407c68[_0x14a5cf][_0x2a944a(0x264)](_0x2b3b51),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x14a5cf;const _0x2ecfcb={};_0x2ecfcb['depth']=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x14a5cf+_0x2a944a(0x29a)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x2b3b51,_0x2ecfcb));}else{if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x1c6)])){const _0x5e8a3e=_0x10c1dd[_0x2a944a(0x244)]||(_0x10c1dd[_0x2a944a(0x32d)]&&_0xa7f21f[_0x2a944a(0x2fa)](_0x10c1dd[_0x2a944a(0x32d)][_0x2a944a(0x2ed)],0x0)?_0xa7f21f[_0x2a944a(0x34f)]:_0xa7f21f['fnFbn']),_0x50efee=_0x407c68[_0x14a5cf]||[];logger[_0x2a944a(0x22b)](_0x2a944a(0x2a6)+_0x14a5cf+_0x2a944a(0x2b8)+_0x3ccec5+',\x20result='+_0x5e8a3e+_0x2a944a(0x311)+_0x50efee[_0x2a944a(0x2ed)]);if(_0xa7f21f[_0x2a944a(0x2c0)](_0x50efee['length'],0x0)){const _0x24969a=_0x50efee[_0x2a944a(0x345)]();_0xa7f21f[_0x2a944a(0x27e)](_0x5e8a3e,_0xa7f21f[_0x2a944a(0x34f)])&&_0x10c1dd[_0x2a944a(0x32d)]?(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2b0)]]=this['getJestFailureType'](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]=this[_0x2a944a(0x267)](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x208)]]=this[_0x2a944a(0x2e2)](_0x10c1dd),logger['debug'](_0x2a944a(0x31e)+_0x14a5cf+_0x2a944a(0x1cf)+_0x24969a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x2a944a(0x324)+_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]?.[_0x2a944a(0x2fd)](0x0,0xc8))):_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0xa7f21f[_0x2a944a(0x1e5)];_0xa7f21f['uIkHp'](_0x5e8a3e,TestFrameworkConstants[_0x2a944a(0x1fd)])&&(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0x5e8a3e);_0x24969a[TestFrameworkConstants[_0x2a944a(0x20a)]]=_0x10c1dd[_0x2a944a(0x2e6)]||new Date()[_0x2a944a(0x23f)](),_0x24969a[TestFrameworkConstants[_0x2a944a(0x28d)]]=_0x4b6488;const _0x438b26=_0x24969a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1f3782[_0x14a5cf]&&(_0x1f3782[_0x14a5cf]=[]);_0x1f3782[_0x14a5cf][_0x2a944a(0x264)](_0x24969a),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x14a5cf;const _0x4664ef={};_0x4664ef[_0x2a944a(0x31c)]=0x2,logger[_0x2a944a(0x22b)](_0x2a944a(0x1eb)+_0x14a5cf+_0x2a944a(0x29a)+_0x438b26+_0x2a944a(0x27a)+_0x5e8a3e+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x24969a,_0x4664ef));}}}const _0x5aff8c={};return _0x5aff8c[_0x2a944a(0x31c)]=0x2,_0x5aff8c[_0x2a944a(0x349)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf)+_0x2a944a(0x29a)+_0x327214+',\x20testId='+_0x3ccec5+_0x2a944a(0x1f0)+util[_0x2a944a(0x347)](_0x185fb9,_0x5aff8c)),_0x185fb9;}[a71_0x38c679(0x242)](_0x18fab3){const _0x35eb1c=a71_0x38c679,_0xabc88b={};_0xabc88b[_0x35eb1c(0x2c9)]=_0x35eb1c(0x275);const _0x446a8c=_0xabc88b;try{const _0x27e888=_0x18fab3['test']?this[_0x35eb1c(0x1ec)](_0x18fab3[_0x35eb1c(0x24c)]):_0x18fab3[_0x35eb1c(0x2d5)][_0x35eb1c(0x290)],_0x2497ba=_0x18fab3[_0x35eb1c(0x2c7)],_0x3b1253=_0x2497ba[_0x35eb1c(0x2f6)](),_0x1cab05=_0x2497ba['getAllData']()['get'](_0x27e888);if(!_0x1cab05)return logger[_0x35eb1c(0x22b)](_0x35eb1c(0x2fb)+_0x27e888),{};const {[TestFrameworkConstants[_0x35eb1c(0x1ef)]]:_0x4ff049='',[TestFrameworkConstants[_0x35eb1c(0x24f)]]:_0x488143='',[TestFrameworkConstants[_0x35eb1c(0x310)]]:_0x198731='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37cb17=''}=_0x1cab05,_0x1338cc=_0x2497ba['getCurrentTestState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x3b1384=_0x2497ba['getCurrentHookState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x314b25=global?.['__workerDetails']?.[_0x35eb1c(0x246)]?.['parallelIndex'],_0x5c3441=_0x2497ba[_0x35eb1c(0x316)](),_0x454ed5=Buffer['from'](JSON[_0x35eb1c(0x216)](_0x1cab05))[_0x35eb1c(0x217)](_0x446a8c[_0x35eb1c(0x2c9)]),_0x5704f6={'hash':_0x3b1253['getId'](),'threadId':_0x3b1253[_0x35eb1c(0x1cb)]()[_0x35eb1c(0x217)](),'processId':_0x3b1253['getProcessId']()[_0x35eb1c(0x217)]()},_0x26d4ce={};_0x26d4ce[_0x35eb1c(0x240)]=_0x314b25,_0x26d4ce[_0x35eb1c(0x294)]=_0x4ff049,_0x26d4ce[_0x35eb1c(0x1f7)]=_0x488143,_0x26d4ce[_0x35eb1c(0x212)]=_0x1338cc,_0x26d4ce[_0x35eb1c(0x329)]=_0x3b1384,_0x26d4ce[_0x35eb1c(0x243)]=_0x198731,_0x26d4ce[_0x35eb1c(0x276)]=_0x37cb17,_0x26d4ce['uuid']=_0x5c3441,_0x26d4ce[_0x35eb1c(0x2e4)]=_0x454ed5,_0x26d4ce[_0x35eb1c(0x1c8)]=_0x5704f6,_0x26d4ce[_0x35eb1c(0x23d)]=_0x27e888;const _0x44f8b4=_0x26d4ce;return _0x44f8b4;}catch(_0x292822){return logger['error'](_0x35eb1c(0x341)+util[_0x35eb1c(0x340)](_0x292822)),{};}}async[a71_0x38c679(0x27f)](_0x1fc20a,_0x2cb9ae,_0x4a66b0){const _0x8085e2=a71_0x38c679,_0x222f99={'RvJTC':function(_0x1b9416,_0x55fdf7){return _0x1b9416+_0x55fdf7;},'Ymrgj':_0x8085e2(0x204),'oqykr':_0x8085e2(0x2d7),'XHTmk':function(_0x2d4916,_0x5794a8){return _0x2d4916>_0x5794a8;},'iOvny':function(_0x3a2740,_0x37e480,_0x2343e9,_0x5e5cbb){return _0x3a2740(_0x37e480,_0x2343e9,_0x5e5cbb);},'ZsvXi':function(_0x5e9ca9,_0x5b2dd0){return _0x5e9ca9-_0x5b2dd0;},'RjzNT':function(_0x98715,_0x29a96c){return _0x98715===_0x29a96c;},'LKuWf':function(_0x253758,_0x1b43a6){return _0x253758/_0x1b43a6;},'SptDB':function(_0x2fb67e,_0x113f9b){return _0x2fb67e<_0x113f9b;},'dvTRq':function(_0x79c10b,_0x3fc169){return _0x79c10b*_0x3fc169;},'makIv':function(_0x298180,_0x37327a){return _0x298180+_0x37327a;},'uywaL':function(_0x26adaf,_0xa36170){return _0x26adaf+_0xa36170;}};try{const _0x56d25b=_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)],_0x56533b=Array[_0x8085e2(0x302)](_0x1fc20a[_0x8085e2(0x350)]()['keys']()),_0x3ae095=_0x1fc20a[_0x8085e2(0x350)]()[_0x8085e2(0x2d0)](_0x56d25b);if(!_0x3ae095){logger[_0x8085e2(0x22b)](_0x8085e2(0x1df)+_0x56d25b);return;}const {[TestFrameworkConstants[_0x8085e2(0x1ef)]]:_0x4c119e='',[TestFrameworkConstants[_0x8085e2(0x24f)]]:_0x4d55b3=''}=_0x3ae095;let _0x513e45=[];if(_0x3ae095&&_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]]&&Array[_0x8085e2(0x24d)](_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]])){_0x513e45=_0x3ae095[TestFrameworkConstants['KEY_LOGS']]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x20e)+_0x56d25b);const _0x3834d2={[TestFrameworkConstants[_0x8085e2(0x21c)]]:[]},_0x43fb3e={};_0x43fb3e[_0x56d25b]=_0x3834d2,_0x1fc20a[_0x8085e2(0x2ef)](_0x43fb3e),logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x56d25b);}else logger[_0x8085e2(0x22b)](_0x8085e2(0x1fa)+_0x56d25b);logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x1d8)+_0x56d25b);const _0xc5a2e1=_0x513e45[_0x8085e2(0x289)](_0xf0d36=>_0xf0d36[_0x8085e2(0x22f)]===_0x8085e2(0x248));_0x222f99[_0x8085e2(0x249)](_0xc5a2e1[_0x8085e2(0x2ed)],0x0)&&(logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0xc5a2e1['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x56d25b),_0xc5a2e1[_0x8085e2(0x2fe)]((_0x6aadd9,_0x2d2428)=>{const _0x1f11a0=_0x8085e2;logger[_0x1f11a0(0x22b)](_0x1f11a0(0x1e9)+_0x222f99[_0x1f11a0(0x25b)](_0x2d2428,0x1)+'/'+_0xc5a2e1['length']+_0x1f11a0(0x1f6)+(_0x6aadd9['test_identifier']||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x2b3)+(_0x6aadd9[_0x1f11a0(0x2a2)]||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x1f3)+(_0x6aadd9['hook_run_uuid']||_0x222f99[_0x1f11a0(0x300)])+',\x20messageLength='+(_0x6aadd9['message']?.['length']||0x0));}));const _0x5e61a1=_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xe28c85=_0x222f99[_0x8085e2(0x281)](getMediaArtifactsLogs,_0x5e61a1,null,_0x56d25b),_0xa940e=(_0x513e45||[])[_0x8085e2(0x2ba)](_0xe28c85||[]),_0x2ec68e=_0xc5a2e1?.['length']||0x0,_0x49c73c=_0x222f99['ZsvXi'](_0x513e45?.[_0x8085e2(0x2ed)]||0x0,_0x2ec68e);logger[_0x8085e2(0x22b)](_0x8085e2(0x2ac)+_0x56d25b+_0x8085e2(0x247)+_0x49c73c+_0x8085e2(0x325)+_0x2ec68e+',\x20attachmentLogs:\x20'+(_0xe28c85?.[_0x8085e2(0x2ed)]||0x0)+_0x8085e2(0x25e)+_0xa940e[_0x8085e2(0x2ed)]);if(!_0xa940e||_0x222f99[_0x8085e2(0x22d)](_0xa940e[_0x8085e2(0x2ed)],0x0)){logger[_0x8085e2(0x22b)](_0x8085e2(0x2c6)+_0x56d25b);return;}const _0x5aebc2=0x28,_0x2ba47c=Math[_0x8085e2(0x312)](_0x222f99[_0x8085e2(0x1fe)](_0xa940e[_0x8085e2(0x2ed)],_0x5aebc2));for(let _0xfc54e=0x0;_0x222f99[_0x8085e2(0x1e1)](_0xfc54e,_0x2ba47c);_0xfc54e++){const _0x1385dd=_0x222f99[_0x8085e2(0x1d4)](_0xfc54e,_0x5aebc2),_0x2e8312=_0x222f99['RvJTC'](_0x1385dd,_0x5aebc2),_0x569eb4=_0xa940e[_0x8085e2(0x328)](_0x1385dd,_0x2e8312),_0x1a81bf=global?.[_0x8085e2(0x258)]?.[_0x8085e2(0x246)]?.[_0x8085e2(0x270)]||0x0,_0x343700={'platformIndex':_0x1a81bf,'logs':_0x569eb4,'testFrameworkName':_0x4c119e,'testFrameworkVersion':_0x4d55b3,'testFrameworkState':_0x2cb9ae[_0x8085e2(0x217)]()[_0x8085e2(0x259)]('.')[0x1]},_0x151836={};_0x151836[_0x8085e2(0x31c)]=0x3,_0x151836[_0x8085e2(0x349)]=0x5,logger[_0x8085e2(0x22b)](_0x8085e2(0x238)+_0x222f99['makIv'](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2a4)+_0x569eb4[_0x8085e2(0x2ed)]+',\x20platformIndex:\x20'+_0x1a81bf+_0x8085e2(0x1d9)+util[_0x8085e2(0x347)](_0x343700,_0x151836));const _0x4139c0=await GrpcClient['getInstance']()[_0x8085e2(0x2c2)](_0x343700);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x222f99[_0x8085e2(0x2ce)](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2d4)+util[_0x8085e2(0x347)](_0x4139c0));}if(_0xe28c85&&_0x222f99['XHTmk'](_0xe28c85[_0x8085e2(0x2ed)],0x0)&&_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x306762={[TestFrameworkConstants[_0x8085e2(0x21f)]]:{}},_0x1c2c17={};_0x1c2c17[_0x56d25b]=_0x306762,_0x1fc20a[_0x8085e2(0x2ef)](_0x1c2c17);}logger[_0x8085e2(0x22b)](_0x8085e2(0x32e)+_0x56d25b+_0x8085e2(0x265)+_0x2ba47c);}catch(_0x26f5cb){logger[_0x8085e2(0x200)](_0x8085e2(0x2ca)+(_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)])+_0x8085e2(0x22e)+util['format'](_0x26f5cb));}}['storePendingHook'](_0x515c0b,_0x2fbb22,_0x437f29,_0xb17772,_0xffe66f){const _0x22404e=a71_0x38c679,_0x5e29ba={};_0x5e29ba['HZCbq']=function(_0x7b35ad,_0x1ac0f1){return _0x7b35ad===_0x1ac0f1;},_0x5e29ba['jStoU']=_0x22404e(0x2f1);const _0x39417f=_0x5e29ba,{hookData:_0x31fe5f}=_0xffe66f,_0xf67024={'testId':_0x2fbb22,'testFrameworkState':_0x437f29,'hookState':_0xb17772,'args':_0xffe66f,'timestamp':new Date()[_0x22404e(0x23f)]()};if(_0x39417f[_0x22404e(0x1ff)](_0x437f29,TestFrameworkState[_0x22404e(0x1e0)])&&_0x31fe5f){const _0x4ceb38={};_0x4ceb38[_0x22404e(0x314)]=_0x31fe5f[_0x22404e(0x297)]||_0x31fe5f['location'],_0x4ceb38[_0x22404e(0x296)]=_0x31fe5f[_0x22404e(0x296)]||_0x31fe5f[_0x22404e(0x1c7)]&&_0x31fe5f[_0x22404e(0x1c7)][0x0]||'',_0x4ceb38[_0x22404e(0x29e)]=_0x39417f['jStoU'],_0xf67024[_0x22404e(0x28c)]=_0x4ceb38,logger[_0x22404e(0x22b)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x2fbb22+_0x22404e(0x29b)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x314)]+_0x22404e(0x29f)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x296)]);}_0x515c0b[_0x22404e(0x2d1)](_0x2fbb22,_0xf67024),logger[_0x22404e(0x22b)](_0x22404e(0x338)+_0x2fbb22+_0x22404e(0x1dd)+_0x437f29+_0x22404e(0x262)+_0xb17772);}async[a71_0x38c679(0x293)](_0x3cc8dd,_0x227c2d){const _0x4ff382=a71_0x38c679,_0x4dea0a={};_0x4dea0a[_0x4ff382(0x2cb)]=function(_0x433ef9,_0x3151b4){return _0x433ef9>_0x3151b4;},_0x4dea0a['wUfzE']='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x4dea0a[_0x4ff382(0x1f2)]=function(_0x4faa22,_0x2287b4){return _0x4faa22===_0x2287b4;},_0x4dea0a[_0x4ff382(0x22a)]=function(_0x58a075,_0x544f59){return _0x58a075===_0x544f59;},_0x4dea0a[_0x4ff382(0x2df)]=function(_0x349de6,_0x4eb276){return _0x349de6>_0x4eb276;},_0x4dea0a[_0x4ff382(0x236)]=_0x4ff382(0x2b5),_0x4dea0a[_0x4ff382(0x24a)]=_0x4ff382(0x298);const _0x583627=_0x4dea0a;if(_0x3cc8dd['hasPendingHooks'](_0x227c2d)){const _0x30164a=_0x3cc8dd[_0x4ff382(0x295)](_0x227c2d);logger[_0x4ff382(0x22b)](_0x4ff382(0x237)+_0x30164a[_0x4ff382(0x2ed)]+_0x4ff382(0x207)+_0x227c2d);for(const _0x22bdc7 of _0x30164a){try{const _0x1f341e=await this[_0x4ff382(0x1e6)](_0x3cc8dd,_0x22bdc7[_0x4ff382(0x212)],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7[_0x4ff382(0x286)]);_0x1f341e&&_0x583627['zcPSM'](Object[_0x4ff382(0x277)](_0x1f341e)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd[_0x4ff382(0x2ef)](_0x1f341e),await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x22bdc7['testFrameworkState'],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7['args']);}catch(_0x39c848){logger[_0x4ff382(0x200)](_0x4ff382(0x20b)+_0x227c2d+_0x4ff382(0x22e)+_0x39c848);}}_0x3cc8dd[_0x4ff382(0x223)](_0x227c2d),logger[_0x4ff382(0x22b)](_0x4ff382(0x1d5)+_0x227c2d);}const _0xcf97a1=_0x3cc8dd[_0x4ff382(0x350)]()[_0x4ff382(0x2d0)](_0x227c2d);if(_0xcf97a1){const _0x458635=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2bd)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x1da)]],_0x25a290=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x20c)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2ec)]]&&_0xcf97a1[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x32a)]);const _0x3c9428=_0x3cc8dd[_0x4ff382(0x2e1)]();for(const _0x56010f of _0x3c9428){if(_0x583627['bDbMR'](_0x56010f,_0x227c2d))continue;if(_0x3cc8dd[_0x4ff382(0x2bc)](_0x56010f)){const _0x200a95=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f);for(const _0x56461f of _0x200a95){if(_0x583627['dbUem'](_0x56461f[_0x4ff382(0x212)],TestFrameworkState[_0x4ff382(0x1e0)])&&_0x56461f[_0x4ff382(0x28c)]){const _0x46333c=_0x56461f['hookMetadata'][_0x4ff382(0x314)],_0x258363=_0x56461f[_0x4ff382(0x28c)][_0x4ff382(0x296)];if(_0x583627['dbUem'](_0x46333c,_0x458635)&&_0x583627[_0x4ff382(0x1f2)](_0x258363,_0x25a290)){logger[_0x4ff382(0x22b)](_0x4ff382(0x233)+_0x56010f+_0x4ff382(0x2d6)+_0x227c2d+_0x4ff382(0x29b)+_0x46333c+',\x20scope:\x20'+_0x258363);_0x56461f[_0x4ff382(0x286)]&&_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)]&&(_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)][_0x4ff382(0x290)]=_0x227c2d,logger['debug'](_0x4ff382(0x26f)+_0x56010f+_0x4ff382(0x219)+_0x227c2d));try{const _0x362a09=await this['trackHookEvent'](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f['args']);_0x362a09&&_0x583627[_0x4ff382(0x2df)](Object[_0x4ff382(0x277)](_0x362a09)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd['addMultipleEntries'](_0x362a09);await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f[_0x4ff382(0x286)]);const _0xf68df4=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f)[_0x4ff382(0x289)](_0x4c4b5d=>_0x4c4b5d!==_0x56461f);if(_0x583627[_0x4ff382(0x22a)](_0xf68df4[_0x4ff382(0x2ed)],0x0))_0x3cc8dd[_0x4ff382(0x223)](_0x56010f);else{_0x3cc8dd['removePendingHooks'](_0x56010f);for(const _0x2f6fd5 of _0xf68df4){_0x3cc8dd[_0x4ff382(0x2d1)](_0x56010f,_0x2f6fd5);}}logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x236)]);}catch(_0x225c79){logger[_0x4ff382(0x200)](_0x583627[_0x4ff382(0x24a)]);}}}}}}}}[a71_0x38c679(0x235)](_0x329711){const _0x46243f=a71_0x38c679,_0x940f27={'rXuSg':function(_0x2a56f1){return _0x2a56f1();}};if(!_0x329711||!_0x329711[_0x46243f(0x2eb)])return;_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)]&&Array[_0x46243f(0x24d)](_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)])&&_0x329711['parent'][_0x46243f(0x34d)][_0x46243f(0x2fe)](_0x1613ea=>{const _0x593b28=_0x46243f;!_0x1613ea[_0x593b28(0x226)]&&!_0x1613ea[_0x593b28(0x201)]&&(_0x1613ea[_0x593b28(0x226)]=_0x940f27[_0x593b28(0x22c)](uuidv4),_0x1613ea[_0x593b28(0x201)]=_0x1613ea[_0x593b28(0x226)],logger[_0x593b28(0x22b)](_0x593b28(0x2e5)+_0x1613ea[_0x593b28(0x2a3)]+_0x593b28(0x221)+_0x1613ea[_0x593b28(0x226)]));}),this['mapTestHooks'](_0x329711['parent']);}['getHooksForTest'](_0xe0fdd4){const _0x4d610b=a71_0x38c679,_0x5b781c={'ENESO':function(_0x4981cb,_0x5dd00d){return _0x4981cb(_0x5dd00d);}};if(!_0xe0fdd4||!_0xe0fdd4['parent'])return[];const _0x15dc16=[];return _0xe0fdd4['parent'][_0x4d610b(0x34d)]&&Array[_0x4d610b(0x24d)](_0xe0fdd4[_0x4d610b(0x2eb)][_0x4d610b(0x34d)])&&_0xe0fdd4[_0x4d610b(0x2eb)]['hooks'][_0x4d610b(0x2fe)](_0x824b7f=>{const _0x1807e0=_0x4d610b,_0xfa6b36=_0x824b7f[_0x1807e0(0x226)]||_0x824b7f[_0x1807e0(0x201)];_0xfa6b36&&!this[_0x1807e0(0x20f)](_0x824b7f)&&!_0x5b781c[_0x1807e0(0x2b1)](isInternalHook,_0x824b7f['fn'])&&_0x15dc16[_0x1807e0(0x264)](_0xfa6b36);}),[..._0x15dc16,...this[_0x4d610b(0x268)](_0xe0fdd4[_0x4d610b(0x2eb)])];}[a71_0x38c679(0x1dc)](_0x18b157){const _0x49d147=a71_0x38c679,_0x4d40cc={'IxAuk':function(_0x159493,_0x26c140){return _0x159493(_0x26c140);},'tNZEt':_0x49d147(0x2c1)},_0x11cd63=new Map(),_0x553a3a=_0x446af7=>{const _0x3aaf69=_0x49d147;if(!_0x446af7||!_0x446af7[_0x3aaf69(0x2eb)])return;_0x446af7[_0x3aaf69(0x2eb)]['hooks']&&Array[_0x3aaf69(0x24d)](_0x446af7['parent']['hooks'])&&_0x446af7['parent'][_0x3aaf69(0x34d)][_0x3aaf69(0x2fe)](_0x442c58=>{const _0x24ae1a=_0x3aaf69,_0x599893=_0x442c58['hookAnalyticsId']||_0x442c58['hookUUID'];if(_0x599893&&!this[_0x24ae1a(0x20f)](_0x442c58)&&!_0x4d40cc['IxAuk'](isInternalHook,_0x442c58['fn'])){const _0xb5efbf={};_0xb5efbf[_0x24ae1a(0x2a3)]=_0x442c58['type']||_0x4d40cc[_0x24ae1a(0x2de)],_0xb5efbf[_0x24ae1a(0x245)]=_0x442c58[_0x24ae1a(0x245)]||'\x22'+_0x442c58[_0x24ae1a(0x2a3)]+_0x24ae1a(0x1d7),_0x11cd63[_0x24ae1a(0x307)](_0x599893,_0xb5efbf);}}),_0x4d40cc[_0x3aaf69(0x202)](_0x553a3a,_0x446af7[_0x3aaf69(0x2eb)]);};return _0x4d40cc[_0x49d147(0x202)](_0x553a3a,_0x18b157),_0x11cd63;}[a71_0x38c679(0x20f)](_0x56fb32){const _0x39f9c6=a71_0x38c679,_0x142b04={};_0x142b04[_0x39f9c6(0x2cd)]=_0x39f9c6(0x29c),_0x142b04[_0x39f9c6(0x220)]=_0x39f9c6(0x30f);const _0x385850=_0x142b04;try{const _0x283761=this['getRootParentFile'](_0x56fb32);return _0x283761&&_0x283761['includes'](_0x385850[_0x39f9c6(0x2cd)]);}catch(_0xc9608){logger['debug'](_0x385850[_0x39f9c6(0x220)]);}return![];}['getRootParentFile'](_0x2a50d3){const _0x1b2e64=a71_0x38c679;if(_0x2a50d3[_0x1b2e64(0x34a)])try{const _0x3f183f=stackTrace[_0x1b2e64(0x313)](_0x2a50d3['asyncError']);return _0x3f183f[0x0]?_0x3f183f[0x0][_0x1b2e64(0x227)]():null;}catch(_0xda720c){logger[_0x1b2e64(0x22b)](_0x1b2e64(0x1d0)+util[_0x1b2e64(0x340)](_0xda720c));}if(_0x2a50d3['file'])return _0x2a50d3['file'];return null;}}module[a71_0x38c679(0x32b)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x50e835=a72_0x28de;(function(_0x215ac0,_0x148739){const _0x3b9e8f=a72_0x28de,_0x423697=_0x215ac0();while(!![]){try{const _0x4f489f=parseInt(_0x3b9e8f(0x8b))/0x1+parseInt(_0x3b9e8f(0x89))/0x2+-parseInt(_0x3b9e8f(0x81))/0x3+-parseInt(_0x3b9e8f(0x95))/0x4*(parseInt(_0x3b9e8f(0x8f))/0x5)+-parseInt(_0x3b9e8f(0xa6))/0x6*(parseInt(_0x3b9e8f(0x9a))/0x7)+-parseInt(_0x3b9e8f(0x93))/0x8*(-parseInt(_0x3b9e8f(0x87))/0x9)+-parseInt(_0x3b9e8f(0x80))/0xa*(-parseInt(_0x3b9e8f(0xa5))/0xb);if(_0x4f489f===_0x148739)break;else _0x423697['push'](_0x423697['shift']());}catch(_0x45e6e9){_0x423697['push'](_0x423697['shift']());}}}(a72_0x3d7e,0x86511));const AutomationFramework=require(a72_0x50e835(0xa1)),{createClassLogger}=require(a72_0x50e835(0x8d)),AutomationFrameworkState=require(a72_0x50e835(0x98)),CLIUtils=require(a72_0x50e835(0x9c)),TrackedInstance=require(a72_0x50e835(0xa0)),AutomationFrameworkInstance=require(a72_0x50e835(0x9d));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x50e835(0xa4));constructor(_0x5cdd23,_0x10d69b){super(_0x5cdd23,_0x10d69b);}async[a72_0x50e835(0x8e)](_0x226721,_0x53281a,_0x164459={}){const _0x441f78=a72_0x50e835,_0x23ff2e={};_0x23ff2e[_0x441f78(0x7f)]=function(_0x293793,_0x2b45f5){return _0x293793===_0x2b45f5;};const _0x3b58f1=_0x23ff2e;this['logger']['debug'](_0x441f78(0x97)+_0x226721+_0x441f78(0x82)+_0x53281a),await super[_0x441f78(0x8e)](_0x226721,_0x53281a,_0x164459);const _0x45d1a7=this[_0x441f78(0x84)](_0x226721,_0x53281a,_0x164459);if(_0x3b58f1[_0x441f78(0x7f)](_0x45d1a7,null))return;_0x164459['instance']=_0x45d1a7,await this[_0x441f78(0x88)](_0x45d1a7,_0x226721,_0x53281a,_0x164459);}['resolveInstance'](_0x5ae745,_0x4e4ccd,_0x5486d7={}){const _0x2168e7=a72_0x50e835,_0x4ea122={};_0x4ea122[_0x2168e7(0x7d)]=function(_0x3e3567,_0x30e167){return _0x3e3567===_0x30e167;},_0x4ea122[_0x2168e7(0xa3)]=function(_0x446c87,_0x4a3b6a){return _0x446c87===_0x4a3b6a;};const _0x96f00=_0x4ea122;let _0xe2262f=null;return(_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x85)])||_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x90)])&&(_0x5486d7['message']&&_0x5486d7['message'][_0x2168e7(0x9e)]&&_0x5486d7['message'][_0x2168e7(0x9e)][_0x2168e7(0x8c)])||_0x96f00[_0x2168e7(0xa3)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x96)]))&&this['trackPlaywrightInstance'](_0x5ae745,_0x5486d7),_0xe2262f=AutomationFramework['getTrackedInstance'](),_0xe2262f;}['trackPlaywrightInstance'](_0x42c2bf,_0x22a290){const _0x3bd867=a72_0x50e835,_0x3b8a80={};_0x3b8a80[_0x3bd867(0x7c)]=_0x3bd867(0x94);const _0x240014=_0x3b8a80;if(AutomationFramework[_0x3bd867(0x99)]()){this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x240014[_0x3bd867(0x7c)]);return;}const _0x13d5e9=CLIUtils[_0x3bd867(0x7e)](),_0x26e49e=TrackedInstance['createContext'](_0x13d5e9);let _0x2f7615=null;this[_0x3bd867(0x83)]['info'](_0x3bd867(0x91)+_0x13d5e9+',\x20state='+_0x42c2bf),_0x2f7615=new AutomationFrameworkInstance(_0x26e49e,this[_0x3bd867(0x8a)](),this[_0x3bd867(0x86)](),_0x42c2bf),AutomationFramework['setTrackedInstance'](_0x26e49e,_0x2f7615),this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x3bd867(0xa2)+_0x26e49e[_0x3bd867(0x9b)]()+'\x20target='+_0x13d5e9);}}function a72_0x28de(_0x5ebcbe,_0x608606){const _0x3d7eaf=a72_0x3d7e();return a72_0x28de=function(_0x28dea3,_0xf32f91){_0x28dea3=_0x28dea3-0x7c;let _0x2688c6=_0x3d7eaf[_0x28dea3];return _0x2688c6;},a72_0x28de(_0x5ebcbe,_0x608606);}function a72_0x3d7e(){const _0x593b01=['37088QYUGAt','trackPlaywrightInstance:\x20instance\x20already\x20exists','28VSZUlm','NONE','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','getTrackedInstance','85323zrzziS','getId','../cliUtils.js','../instances/automationFrameworkInstance.js','params','info','../instances/trackedInstance.js','./automationFramework.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','BhLQn','PlaywrightAutomationFramework','209wquuih','18ccSOaR','nwURK','jSYKG','getCurrentInstanceName','bOOEn','184180AFoVul','239952jSSxLf','\x20hookState=','logger','resolveInstance','CREATE','getAutomationFrameworkVersion','18zThncl','runHooks','1290722LhdVzq','getAutomationFrameworkName','559292LBstKA','bsParams','../../../helpers/classLogger.js','trackEvent','640825WxlUQq','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','exports'];a72_0x3d7e=function(){return _0x593b01;};return a72_0x3d7e();}module[a72_0x50e835(0x92)]=PlaywrightAutomationFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72_0x442578=a72_0x3838;(function(_0x1d5bcb,_0xb935c){const _0x37c8df=a72_0x3838,_0x4a1fa3=_0x1d5bcb();while(!![]){try{const _0x351275=-parseInt(_0x37c8df(0x26b))/0x1*(parseInt(_0x37c8df(0x238))/0x2)+parseInt(_0x37c8df(0x25c))/0x3*(parseInt(_0x37c8df(0x1e3))/0x4)+parseInt(_0x37c8df(0x1d0))/0x5*(-parseInt(_0x37c8df(0x211))/0x6)+-parseInt(_0x37c8df(0x1f8))/0x7*(-parseInt(_0x37c8df(0x282))/0x8)+-parseInt(_0x37c8df(0x203))/0x9*(parseInt(_0x37c8df(0x28f))/0xa)+parseInt(_0x37c8df(0x275))/0xb+-parseInt(_0x37c8df(0x20c))/0xc*(-parseInt(_0x37c8df(0x1ee))/0xd);if(_0x351275===_0xb935c)break;else _0x4a1fa3['push'](_0x4a1fa3['shift']());}catch(_0x5a8906){_0x4a1fa3['push'](_0x4a1fa3['shift']());}}}(a72_0x126f,0x2e1e8));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a72_0x442578(0x25f)),CLIUtils=require(a72_0x442578(0x1ec)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a72_0x442578(0x1d7)),logger=createClassLogger(a72_0x442578(0x1f3)),{v4:uuidv4}=require(a72_0x442578(0x24c)),util=require(a72_0x442578(0x1d5)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require('../../../helpers/helper.js'),TestInfo=require(a72_0x442578(0x230)),GrpcClient=require(a72_0x442578(0x26e)),{removeAnsiColors,getFailureType,failureData}=require('../../../helpers/test-observability/utils'),{getFailureData,getTestTags,getTestRunIdentifier}=require(a72_0x442578(0x1b5)),{findNestedKey,sendTraceZip,validateFilePath}=require('../../playwright/reporter/pwUtils'),path=require(a72_0x442578(0x21b)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require('../../utils/constants');function a72_0x126f(){const _0x273e12=['title','KEY_TEST_UUID','KEY_TEST_FAILURE','getTraceFilePaths','size','KEY_TEST_ENDED_AT','fsmQB','retry','KEY_TEST_RESULT','taJBq','uFgha','KEY_TEST_LOCATION','../../playwright/reporter/pwUtils','QxIFS','sendLogCreatedEvent:\x20testId=','steps','info','Expected\x20to\x20fail,\x20but\x20passed.','vImrG','\x20testState:\x20','inspect','startedAt','KEY_TEST_FILE_PATH','skipped','ggPcI','concat','ceil','values','nwklV','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','ITyqD','TEST','MGCxH','some','KEY_HOOK_LAST_STARTED','getContext','\x20from\x20TestDetails:\x20','startTime','instance','5RNKmHU','testUId','InmDU','getThreadId','qZkzc','util','setTrackedInstance','./constants/testFrameworkConstants.js','resolveInstance','filePath','\x20hookState=','WxLES','vAvvG','exports','createTestFrameworkEventPayload','logCreatedEvent','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FRAMEWORK_NAME',',\x20testFrameworkState=','7204kwOicY','KEY_TEST_ATTACHMENTS','executionContext','uZrws','toString','testFrameworkState','UeCYo','BqCBI','fwJGD','../cliUtils.js','KEY_HOOK_FAILURE','78OgCeda','forEach','FJlno','error','getTrackedInstance','PlaywrightTestFramework','KEY_TEST_NAME','KEY_HOOK_FAILURE_TYPE','\x20batch\x20','NONE','392uZUOnc','test','createTestFrameworkEventPayload\x20testId:\x20','KEY_CUSTOM_TAGS','ceJGk','format','KEY_TEST_CODE','zMSqS','\x20result=','sendLogCreatedEvent','multi_dropdown','9DUxKTh','parallelIndex','KEY_TEST_RESULT_AT','\x20hookState:\x20','trackEvent','zvTQc','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getCurrentHookState','TEST_SCREENSHOT','985884swmeAh','results','\x20payload=','\x20response=','zMgSD','2132148ZtsuaB','POST','getCurrentInstanceName','stack','isArray','\x20instanceId=','KEY_TEST_STARTED_AT','push','getTestFrameworksVersions','KEY_EVENT_ENDED_AT','path','\x20instance=','KEY_TEST_RETRY_OF','BjDSV','xqRfR','get','No\x20reason\x20provided','WusDl','failed','DEFAULT_TEST_RESULT','duration','DEFAULT_HOOK_RESULT','SiEva','annotations','getInstance','split','ohajd','getAllData','errors','hookState','DIOrQ','../TestInfo.js','toISOString','err','addMultipleEntries','basename','result','INIT_TEST','stringify','16GEFRzI','CBlge','workerInfo','UDbkn','TMWYT','VjSIE','kGrgg','KEY_TEST_RERUN_NAME','base64','filter','eventJson','getTestDetails','expectedStatus','statSync','WUpKo','YjBgK','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','trackEvent:\x20found\x20instance,\x20testFrameworkState=','nGSsD','Xnxpg','uuid','description','KEY_HOOK_NAME','Vrltl','vsKBT','debug','field_type','KEY_HOOK_LOGS','PXzeh','KEY_HOOKS_STARTED','createContext','getProcessId','step','aJTYM','parsePlaywrightTest','__workerDetails','318txZcMe','EtxNF','KEY_AUTOMATE_SESSION_NAME','../instances/testFrameworkInstance.js','hook','trackHookEvent','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','MFvwC','getTestIdentifierFromTestInfo','KEY_HOOK_RESULT','pop','testFrameworkName','KEY_TEST_LOGS','vmumE','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','46532GdGtHW','sendLogCreatedEvent\x20for\x20testId:\x20','trackPlaywrightInstance','../grpcClient','bssvv','AfBzs','getId','sKiva','KEY_HOOKS_FINISHED','parsePlaywrightTestResult','2093839cJFdGy','fMXuy','qjJJW','message','DdXLA','ioQfL','nRfvK','eWNqG','KEY_HOOK_ID','PRE','OiUmW','status','ZSOMl','37640PEoxJc','jnhZy','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','KEY_TEST_FAILURE_TYPE','matchHookRegex','attachments','KEY_TEST_SCOPES','Error\x20in\x20createTestFrameworkEventPayload:\x20','CedpT','iawRF','getTime','FCKbI','trim','2211590ojIQBC','getRef','KEY_LOGS','getTestFrameworks','KEY_TEST_ID','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','oqTxh','slice','bfxje','endedAt','setTestDetails','wJUOn','wwuXY','length','platformIndex','\x20&\x20hook\x20=\x20'];a72_0x126f=function(){return _0x273e12;};return a72_0x126f();}class PlaywrightTestFramework extends TestFramework{constructor(_0xc0e276,_0x584ee5,_0x294864){super(_0xc0e276,_0x584ee5,_0x294864);}async['trackEvent'](_0x24b39d,_0x1aa923,_0x4c82f8={}){const _0x57b619=a72_0x442578,_0x17041c={'qZkzc':function(_0x4f5af7,_0x4c0161){return _0x4f5af7===_0x4c0161;},'rnPaE':function(_0x14948b,_0x42d6f2){return _0x14948b===_0x42d6f2;},'nGSsD':function(_0x332a04,_0x303ef1){return _0x332a04===_0x303ef1;},'ceJGk':function(_0x11160f,_0x494231,_0x57a4c1){return _0x11160f(_0x494231,_0x57a4c1);},'SiEva':_0x57b619(0x1f9),'BjDSV':_0x57b619(0x26a)};super[_0x57b619(0x207)](_0x24b39d,_0x1aa923,_0x4c82f8);if(_0x17041c[_0x57b619(0x1d4)](_0x24b39d,TestFrameworkState[_0x57b619(0x20b)])){const _0x2e48f3=TestInfo[_0x57b619(0x264)](_0x4c82f8[_0x57b619(0x1f9)],_0x4c82f8[_0x57b619(0x1f9)]['retry']);TestInfo[_0x57b619(0x1a3)](_0x2e48f3,_0x4c82f8['result'],!![]);}const _0x53ee1c=this['resolveInstance'](_0x24b39d,_0x1aa923,_0x4c82f8);if(!_0x53ee1c)return;logger[_0x57b619(0x251)](_0x57b619(0x249)+_0x24b39d+_0x57b619(0x1da)+_0x1aa923+_0x57b619(0x216)+_0x53ee1c[_0x57b619(0x290)]());try{if(_0x17041c['rnPaE'](_0x1aa923,HookState[_0x57b619(0x27e)])&&_0x17041c[_0x57b619(0x24a)](_0x24b39d,TestFrameworkState['TEST'])){const _0x7c32a9=_0x4c82f8[_0x57b619(0x1f9)];logger[_0x57b619(0x251)](_0x57b619(0x248)+_0x7c32a9['id']+'}');const _0x7485c3=TestInfo['getTestUUID'](_0x17041c[_0x57b619(0x1fc)](getTestRunIdentifier,_0x7c32a9,_0x4c82f8[_0x57b619(0x235)][_0x57b619(0x1b0)]));_0x53ee1c[_0x57b619(0x233)](this[_0x57b619(0x25a)](_0x7485c3,_0x7c32a9,_0x4c82f8[_0x57b619(0x235)])),logger[_0x57b619(0x251)](_0x57b619(0x19e)+_0x7c32a9['id']+_0x57b619(0x1e2)+_0x24b39d+'\x20testHookState='+_0x1aa923+_0x57b619(0x21c)+_0x53ee1c['getRef']());}if(_0x17041c['qZkzc'](_0x1aa923,HookState[_0x57b619(0x212)])&&_0x17041c['qZkzc'](_0x24b39d,TestFrameworkState['TEST'])){const _0x576a71=_0x4c82f8[_0x57b619(0x1f9)],_0x23a453=_0x4c82f8[_0x57b619(0x235)];logger['debug']('trackEvent\x20loading\x20testResults\x20for\x20testId:\x20'+_0x576a71['id']),_0x53ee1c[_0x57b619(0x233)](this[_0x57b619(0x274)](_0x576a71['id'],_0x23a453,_0x576a71)),await this[_0x57b619(0x201)](_0x53ee1c,_0x24b39d,_0x1aa923,_0x17041c[_0x57b619(0x227)],_0x4c82f8);}if(CLIUtils[_0x57b619(0x286)](_0x24b39d['toString']()[_0x57b619(0x22a)]('.')[0x1])){const _0x346cae=await this[_0x57b619(0x261)](_0x53ee1c,_0x24b39d,_0x1aa923,_0x4c82f8);_0x53ee1c[_0x57b619(0x233)](_0x346cae);}}catch(_0xdc2801){logger[_0x57b619(0x1f1)](util['format'](_0x17041c[_0x57b619(0x21e)],_0x24b39d,_0x1aa923,_0x4c82f8[_0x57b619(0x1a6)],_0xdc2801));}_0x4c82f8['instance']=_0x53ee1c,await this['runHooks'](_0x53ee1c,_0x24b39d,_0x1aa923,_0x4c82f8);}[a72_0x442578(0x1d8)](_0x19b142,_0x2105c5,_0x41251a={}){const _0x6b324=a72_0x442578,_0x2f42c9={};_0x2f42c9[_0x6b324(0x276)]=function(_0x3913a7,_0x1d8d45){return _0x3913a7===_0x1d8d45;};const _0x5ccb77=_0x2f42c9;let _0x43dd48=null;return(_0x5ccb77[_0x6b324(0x276)](_0x19b142,TestFrameworkState[_0x6b324(0x236)])||_0x5ccb77['fMXuy'](_0x19b142,TestFrameworkState[_0x6b324(0x1f7)]))&&this['trackPlaywrightInstance'](_0x19b142,_0x41251a),_0x43dd48=TestFramework[_0x6b324(0x1f2)](),_0x43dd48;}[a72_0x442578(0x26d)](_0xf62cc9,_0x2be47d){const _0x327f38=a72_0x442578,_0x2ca2b9=CLIUtils[_0x327f38(0x213)](),_0x26125e=TrackedInstance[_0x327f38(0x256)](_0x2ca2b9);let _0x3e795c=null;logger[_0x327f38(0x1b9)](_0x327f38(0x262)+_0x2ca2b9+',\x20state='+_0xf62cc9),_0x3e795c=new TestFrameworkInstance(_0x26125e,this[_0x327f38(0x19c)](),this[_0x327f38(0x219)](),_0xf62cc9,HookState[_0x327f38(0x1f7)]),TestFramework[_0x327f38(0x1d6)](_0x26125e,_0x3e795c),logger[_0x327f38(0x1b9)](_0x327f38(0x209)+_0x26125e['getId']()+'\x20target='+_0x2ca2b9);}[a72_0x442578(0x25a)](_0x2dba35,_0x315518,_0x73c0d8){const _0x2031ee=a72_0x442578,_0x23ce32={'vAvvG':function(_0x7edd23,_0x13db29){return _0x7edd23(_0x13db29);},'ggPcI':function(_0x3b146f,_0x472ad0){return _0x3b146f(_0x472ad0);},'uFgha':function(_0x1895b2,_0x1c4ec1){return _0x1895b2(_0x1c4ec1);},'bssvv':function(_0x39719e,_0x4e07a8){return _0x39719e(_0x4e07a8);},'KslqJ':function(_0x1b3874,_0x3eea5a){return _0x1b3874(_0x3eea5a);},'DIOrQ':function(_0x30f123,_0x4542bd){return _0x30f123(_0x4542bd);},'ioQfL':function(_0x25a36f,_0x5dd6e8){return _0x25a36f(_0x5dd6e8);},'uzfuq':function(_0x2ec735,_0x4deb5e){return _0x2ec735(_0x4deb5e);},'fsmQB':function(_0x46dea8,_0x1d6220,_0xbddc8e){return _0x46dea8(_0x1d6220,_0xbddc8e);},'bJzMK':function(_0x22990f,_0x1b57f3){return _0x22990f(_0x1b57f3);}},_0x556aa3=_0x23ce32[_0x2031ee(0x1dc)](getPlaywrightTestId,_0x315518),_0x384c3a=_0x23ce32[_0x2031ee(0x1dc)](getPlaywrightTestTitle,_0x315518),_0x4a359f=_0x23ce32[_0x2031ee(0x1c1)](getTestTags,_0x315518),_0x36ac58=_0x23ce32[_0x2031ee(0x1b3)](getPlaywrightTestCode,_0x315518),_0x499a02=_0x23ce32[_0x2031ee(0x26f)](getPlaywrightTestFilePath,_0x315518),_0x41c729=_0x499a02+':'+_0x23ce32['KslqJ'](getPlaywrightTestLocation,_0x315518),_0x45f42f=_0x23ce32[_0x2031ee(0x22f)](getPlaywrightTestScope,_0x315518),_0xec525e=_0x23ce32[_0x2031ee(0x27a)](getPlaywrightTestScopes,_0x315518),_0x5b6cc6=_0x23ce32['uzfuq'](getPlaywrightSessionName,_0x315518),_0x14476e=this['getTestFrameworks']()[0x0],_0x3d4097=_0x23ce32[_0x2031ee(0x1af)](getTestRunIdentifier,_0x315518,_0x73c0d8[_0x2031ee(0x1b0)]),_0x2fda10={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x14476e,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x14476e],[TestFrameworkConstants[_0x2031ee(0x268)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x2031ee(0x255)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x2dba35,[TestFrameworkConstants[_0x2031ee(0x1b1)]]:TestFrameworkConstants[_0x2031ee(0x224)],[TestFrameworkConstants[_0x2031ee(0x25e)]]:_0x5b6cc6,[TestFrameworkConstants[_0x2031ee(0x1bf)]]:_0x499a02,[TestFrameworkConstants[_0x2031ee(0x19d)]]:_0x556aa3,[TestFrameworkConstants[_0x2031ee(0x1f4)]]:_0x384c3a,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x41c729,[TestFrameworkConstants[_0x2031ee(0x1fe)]]:_0x36ac58,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4a359f,[TestFrameworkConstants[_0x2031ee(0x217)]]:_0x315518[_0x2031ee(0x20d)][0x0][_0x2031ee(0x1ce)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x45f42f,[TestFrameworkConstants[_0x2031ee(0x288)]]:_0xec525e,[TestFrameworkConstants[_0x2031ee(0x23f)]]:_0x23ce32['bJzMK'](getPlaywrightCustomRerunParam,_0x315518)};TestInfo[_0x2031ee(0x1a3)](_0x3d4097,_0x2fda10);const _0x14b992={};return _0x14b992[_0x3d4097]=_0x2fda10,_0x14b992;}['parsePlaywrightTestResult'](_0x711253,_0x31abb8,_0x303fcb){const _0x5dc44d=a72_0x442578,_0x33ffb7={'ohajd':function(_0x1ee0e5,_0x28b539){return _0x1ee0e5(_0x28b539);},'EtxNF':'TEST_ATTACHMENT','VjSIE':function(_0x5bafaf,_0x25fb12){return _0x5bafaf===_0x25fb12;},'zMSqS':function(_0x12cbdd,_0x2c23ee){return _0x12cbdd===_0x2c23ee;},'eWNqG':_0x5dc44d(0x221),'FCKbI':_0x5dc44d(0x202),'tYRri':function(_0x1f292e,_0x439a81,_0x20a7d0){return _0x1f292e(_0x439a81,_0x20a7d0);},'DdXLA':function(_0x42639d,_0x595534){return _0x42639d+_0x595534;},'vImrG':function(_0x67af74,_0x15a383){return _0x67af74===_0x15a383;},'WusDl':_0x5dc44d(0x1c0),'wwuXY':'passed','WxLES':'failed','vmumE':'timedOut','jnhZy':function(_0x15f7f0,_0x2fb6d9){return _0x15f7f0===_0x2fb6d9;},'bfxje':function(_0x555930,_0x46f89d){return _0x555930===_0x46f89d;},'sKiva':_0x5dc44d(0x1ba),'nRfvK':function(_0x5441d7,_0x504a59,_0x108de3){return _0x5441d7(_0x504a59,_0x108de3);},'AfBzs':function(_0x58ddc6,_0x35c94e){return _0x58ddc6||_0x35c94e;},'uZrws':function(_0x44b65c,_0x18766a){return _0x44b65c(_0x18766a);},'tFTES':function(_0x38eee7,_0x2944f6){return _0x38eee7>_0x2944f6;},'nyNoP':function(_0x380487,_0x46fca9){return _0x380487-_0x46fca9;},'LiiAZ':_0x5dc44d(0x21b),'kxejL':function(_0x58226f,_0x4ff8e6){return _0x58226f(_0x4ff8e6);},'PXzeh':function(_0x28ed7f,_0x146372){return _0x28ed7f>_0x146372;},'ZSOMl':function(_0xd126bc,_0x1fac9d,_0x18b821){return _0xd126bc(_0x1fac9d,_0x18b821);},'CBlge':function(_0x341da0,_0x5ada54){return _0x341da0>_0x5ada54;}};logger['debug']('parsePlaywrightTestResult:\x20testId='+_0x711253);const _0x354141=_0x33ffb7['tYRri'](getTestRunIdentifier,_0x303fcb,_0x31abb8['retry']),_0x493e93=new Date(_0x31abb8[_0x5dc44d(0x1ce)]),_0x23b8a7=_0x31abb8[_0x5dc44d(0x225)],_0x45f628=new Date(_0x33ffb7[_0x5dc44d(0x279)](_0x493e93[_0x5dc44d(0x28c)](),_0x23b8a7)),_0x198062=_0x31abb8[_0x5dc44d(0x280)],_0x5eb4e4=TestInfo['getTestDetails'](_0x354141)[TestFrameworkConstants[_0x5dc44d(0x1fb)]]||{};let _0x262bb1=_0x198062;if(_0x33ffb7[_0x5dc44d(0x23d)](_0x31abb8[_0x5dc44d(0x280)],_0x303fcb[_0x5dc44d(0x244)]))_0x262bb1=_0x33ffb7[_0x5dc44d(0x1bb)](_0x31abb8[_0x5dc44d(0x280)],_0x33ffb7[_0x5dc44d(0x222)])?_0x33ffb7[_0x5dc44d(0x222)]:_0x33ffb7[_0x5dc44d(0x1a5)];else{(_0x33ffb7[_0x5dc44d(0x1ff)](_0x262bb1,_0x33ffb7['wwuXY'])||_0x33ffb7['VjSIE'](_0x262bb1,_0x33ffb7[_0x5dc44d(0x1db)])||_0x33ffb7[_0x5dc44d(0x1ff)](_0x262bb1,_0x33ffb7[_0x5dc44d(0x269)]))&&(_0x262bb1=_0x33ffb7['WxLES']);if(_0x33ffb7[_0x5dc44d(0x283)](_0x31abb8[_0x5dc44d(0x280)],_0x33ffb7['wwuXY'])&&_0x33ffb7[_0x5dc44d(0x1a1)](_0x303fcb[_0x5dc44d(0x244)],_0x33ffb7[_0x5dc44d(0x1db)])){const _0x492c56={};_0x492c56[_0x5dc44d(0x278)]=_0x33ffb7[_0x5dc44d(0x272)],_0x492c56[_0x5dc44d(0x214)]=_0x33ffb7['sKiva'],_0x31abb8[_0x5dc44d(0x1f1)]=_0x492c56,_0x31abb8[_0x5dc44d(0x22d)]=[_0x31abb8[_0x5dc44d(0x1f1)]];}}const {failureData:_0x1e8498,logs:_0x3783a0}=_0x33ffb7[_0x5dc44d(0x27b)](getFailureData,_0x31abb8?.[_0x5dc44d(0x22d)],{}),_0x2bb40e={[TestFrameworkConstants[_0x5dc44d(0x1ab)]]:_0x33ffb7[_0x5dc44d(0x270)](_0x1e8498,null),[TestFrameworkConstants[_0x5dc44d(0x285)]]:_0x31abb8?.[_0x5dc44d(0x1f1)]&&_0x33ffb7[_0x5dc44d(0x1e6)](getFailureType,_0x31abb8[_0x5dc44d(0x1f1)][_0x5dc44d(0x278)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x31abb8?.[_0x5dc44d(0x1f1)]&&_0x33ffb7[_0x5dc44d(0x1e6)](removeAnsiColors,_0x31abb8[_0x5dc44d(0x1f1)][_0x5dc44d(0x278)]),[TestFrameworkConstants[_0x5dc44d(0x19b)]]:[],[TestFrameworkConstants[_0x5dc44d(0x1b1)]]:_0x262bb1,[TestFrameworkConstants[_0x5dc44d(0x1ae)]]:_0x45f628[_0x5dc44d(0x231)](),[TestFrameworkConstants[_0x5dc44d(0x205)]]:new Date()[_0x5dc44d(0x231)](),[TestFrameworkConstants[_0x5dc44d(0x1fb)]]:_0x5eb4e4};if(_0x31abb8&&_0x33ffb7['tFTES'](_0x31abb8['retry'],0x0)){const _0x5b5ecd=TestInfo['getTestUUID'](_0x33ffb7['nRfvK'](getTestRunIdentifier,_0x303fcb,_0x33ffb7['nyNoP'](_0x31abb8['retry'],0x1)));_0x2bb40e[TestFrameworkConstants[_0x5dc44d(0x21d)]]=_0x5b5ecd;}const _0x31b3b6={};_0x31b3b6[_0x5dc44d(0x1f9)]=_0x303fcb;const _0x35336d=this['resolveInstance'](TestFrameworkState[_0x5dc44d(0x1c8)],HookState[_0x5dc44d(0x212)],_0x31b3b6),_0xfe82a1=_0x35336d[_0x5dc44d(0x22c)]()[_0x5dc44d(0x220)](_0x354141)[TestFrameworkConstants[_0x5dc44d(0x1aa)]],_0x598da5=[],_0x21b03c=_0x33ffb7[_0x5dc44d(0x27b)](findNestedKey,_0x31abb8,_0x33ffb7['LiiAZ']);if(_0x21b03c&&_0x33ffb7['kxejL'](validateFilePath,_0x21b03c))try{_0x598da5[_0x5dc44d(0x218)]({'kind':_0x33ffb7[_0x5dc44d(0x25d)],'timestamp':new Date()[_0x5dc44d(0x231)](),'test_run_uuid':_0xfe82a1,'file_name':path[_0x5dc44d(0x234)](_0x21b03c),'file_size':fs['statSync'](_0x21b03c)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0xa32a1c){logger[_0x5dc44d(0x1f1)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x21b03c+':\x20'+_0xa32a1c['message']);}const _0x24bd94=TestInfo[_0x5dc44d(0x1ac)](),_0x3a0ff9=_0x24bd94[_0x5dc44d(0x241)](_0x3d8990=>_0x3d8990[_0x5dc44d(0x1d1)]===_0xfe82a1);_0x3a0ff9[_0x5dc44d(0x1ef)](_0x5985af=>{const _0x42c545=_0x5dc44d;if(_0x5985af['filePath']&&_0x33ffb7['ohajd'](validateFilePath,_0x5985af[_0x42c545(0x1d9)])&&!_0x598da5[_0x42c545(0x1ca)](_0x30e670=>_0x30e670['file_name']===path[_0x42c545(0x234)](_0x5985af['filePath'])))try{_0x598da5[_0x42c545(0x218)]({'kind':_0x33ffb7[_0x42c545(0x25d)],'timestamp':new Date()[_0x42c545(0x231)](),'test_run_uuid':_0xfe82a1,'file_name':path[_0x42c545(0x234)](_0x5985af['filePath']),'file_size':fs[_0x42c545(0x245)](_0x5985af[_0x42c545(0x1d9)])[_0x42c545(0x1ad)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x236956){logger[_0x42c545(0x1f1)]('Error\x20processing\x20trace\x20file\x20'+_0x5985af[_0x42c545(0x1d9)]+_0x42c545(0x1cd)+_0x236956[_0x42c545(0x278)]);}});if(_0x33ffb7[_0x5dc44d(0x254)](_0x598da5[_0x5dc44d(0x1a6)],0x0)){const _0x4035fe=_0x2bb40e[TestFrameworkConstants[_0x5dc44d(0x19b)]]||[];_0x2bb40e[TestFrameworkConstants[_0x5dc44d(0x19b)]]=[..._0x4035fe,..._0x598da5];}const _0xfbd806=TestInfo[_0x5dc44d(0x243)](_0x354141)[TestFrameworkConstants[_0x5dc44d(0x1e4)]]||{},_0x4ae7d2=_0x33ffb7[_0x5dc44d(0x281)](getManualUploadLogs,_0xfbd806,_0x35336d['getAllData']()[_0x5dc44d(0x220)](_0x354141)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x33ffb7[_0x5dc44d(0x239)](_0x4ae7d2[_0x5dc44d(0x1a6)],0x0)){const _0x39af17=_0x2bb40e[TestFrameworkConstants['KEY_LOGS']]||[];_0x2bb40e[TestFrameworkConstants['KEY_LOGS']]=[..._0x39af17,..._0x4ae7d2];}const _0x34ebc7=_0x303fcb[_0x5dc44d(0x228)]||[],_0x1bf979=_0x2bb40e[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};_0x34ebc7[_0x5dc44d(0x1ef)](_0xb213b=>{const _0xc5deff=_0x5dc44d,{type:_0x1f4bfe}=_0xb213b;let _0x4e784c=_0xb213b[_0xc5deff(0x24d)];if(!_0x1f4bfe)return;(_0x33ffb7[_0xc5deff(0x23d)](_0x4e784c,undefined)||_0x33ffb7[_0xc5deff(0x1ff)](_0x4e784c,null)||_0x33ffb7[_0xc5deff(0x23d)](_0x33ffb7[_0xc5deff(0x22b)](String,_0x4e784c)[_0xc5deff(0x28e)](),''))&&(_0x4e784c=_0x33ffb7[_0xc5deff(0x27c)]);if(!_0x1bf979[_0x1f4bfe]){const _0xb56cc2={};_0xb56cc2[_0xc5deff(0x252)]=_0x33ffb7[_0xc5deff(0x28d)],_0xb56cc2[_0xc5deff(0x1c4)]=[],_0x1bf979[_0x1f4bfe]=_0xb56cc2;}else!_0x1bf979[_0x1f4bfe][_0xc5deff(0x252)]&&(_0x1bf979[_0x1f4bfe][_0xc5deff(0x252)]=_0x33ffb7[_0xc5deff(0x28d)]),!Array[_0xc5deff(0x215)](_0x1bf979[_0x1f4bfe][_0xc5deff(0x1c4)])&&(_0x1bf979[_0x1f4bfe]['values']=[]);const _0x35c392=_0x33ffb7[_0xc5deff(0x22b)](String,_0x4e784c)[_0xc5deff(0x22a)](',')['map'](_0x57670e=>_0x57670e[_0xc5deff(0x28e)]());_0x1bf979[_0x1f4bfe][_0xc5deff(0x1c4)]=[...new Set([..._0x1bf979[_0x1f4bfe][_0xc5deff(0x1c4)],..._0x35c392])];}),_0x2bb40e[TestFrameworkConstants[_0x5dc44d(0x1fb)]]=_0x1bf979,TestInfo[_0x5dc44d(0x1a3)](_0x354141,_0x2bb40e);const _0xdba359={};return _0xdba359[_0x354141]=_0x2bb40e,_0xdba359;}async[a72_0x442578(0x261)](_0x2bb16c,_0x87f045,_0x5ee668,_0x992bfb){const _0x311a76=a72_0x442578,_0x491682={'fwJGD':function(_0x25af71,_0x34919e,_0x33ae79){return _0x25af71(_0x34919e,_0x33ae79);},'ITyqD':function(_0x48e9af,_0x417e20){return _0x48e9af in _0x417e20;},'UeCYo':function(_0x735ed4,_0x32d354){return _0x735ed4 in _0x32d354;},'BqCBI':function(_0x151775,_0x260c69){return _0x151775(_0x260c69);},'kGrgg':function(_0x118630,_0x4d897a){return _0x118630===_0x4d897a;},'zMgSD':function(_0x23ae68){return _0x23ae68();},'RDJcn':function(_0xba1b7c,_0x343d77){return _0xba1b7c>_0x343d77;},'OiUmW':_0x311a76(0x232),'oqTxh':function(_0x29558e,_0x407bf9){return _0x29558e(_0x407bf9);},'TMWYT':function(_0x33d2ec,_0x85a243){return _0x33d2ec(_0x85a243);},'xqRfR':_0x311a76(0x223),'UDbkn':'passed','nwklV':function(_0x43f43d,_0x25b9bd){return _0x43f43d!==_0x25b9bd;},'hQbTB':function(_0x4a1311,_0x4acbf6){return _0x4a1311+_0x4acbf6;},'vdVny':_0x311a76(0x260)},_0x11243b=_0x992bfb[_0x311a76(0x1f9)],_0x438697=_0x992bfb[_0x311a76(0x258)],_0x20a3c0=_0x491682[_0x311a76(0x1eb)](getTestRunIdentifier,_0x11243b,_0x992bfb[_0x311a76(0x235)][_0x311a76(0x1b0)]),_0x318644=_0x87f045[_0x311a76(0x1e7)]()[_0x311a76(0x22a)]('.')[0x1];let _0x393783=_0x2bb16c['getAllData']()[_0x311a76(0x220)](_0x20a3c0)[TestFrameworkConstants[_0x311a76(0x255)]];!_0x393783&&(_0x393783={});!_0x491682[_0x311a76(0x1c7)](_0x318644,_0x393783)&&(_0x393783[_0x318644]=[]);let _0x2ae41f=_0x2bb16c[_0x311a76(0x22c)]()[_0x311a76(0x220)](_0x20a3c0)[TestFrameworkConstants[_0x311a76(0x273)]];!_0x2ae41f&&(_0x2ae41f={});!_0x491682[_0x311a76(0x1e9)](_0x318644,_0x2ae41f)&&(_0x2ae41f[_0x318644]=[]);const _0x53130c={[TestFrameworkConstants[_0x311a76(0x255)]]:_0x393783,[TestFrameworkConstants[_0x311a76(0x273)]]:_0x2ae41f},_0x423f90={};_0x423f90[_0x20a3c0]=_0x53130c;const _0x39b1ec=_0x423f90,_0x18f127=_0x491682['BqCBI'](getPlaywrightTestFilePath,_0x11243b),_0x1a1300=_0x18f127+':'+_0x491682[_0x311a76(0x1ea)](getPlaywrightTestLocation,_0x11243b),_0x12129d=TestInfo[_0x311a76(0x243)](_0x20a3c0)[TestFrameworkConstants[_0x311a76(0x1fb)]]||{};if(_0x491682[_0x311a76(0x23e)](_0x5ee668,HookState['PRE'])){const _0xdc918c={'key':_0x318644,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x491682[_0x311a76(0x210)](uuidv4),[TestFrameworkConstants[_0x311a76(0x265)]]:TestFrameworkConstants[_0x311a76(0x226)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x438697[_0x311a76(0x1ce)],[TestFrameworkConstants[_0x311a76(0x253)]]:[],[TestFrameworkConstants[_0x311a76(0x24e)]]:_0x438697[_0x311a76(0x1a9)],[TestFrameworkConstants[_0x311a76(0x1bf)]]:_0x18f127,[TestFrameworkConstants[_0x311a76(0x1b4)]]:_0x1a1300,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x12129d};_0x393783[_0x318644]['push'](_0xdc918c),_0x39b1ec[_0x20a3c0][TestFrameworkConstants[_0x311a76(0x1cb)]]=_0x318644,logger[_0x311a76(0x251)](_0x311a76(0x284)+_0x318644+_0x311a76(0x1a8)+_0xdc918c+'\x20\x20and\x20args\x20=\x20'+_0x992bfb);}else{if(_0x491682[_0x311a76(0x23e)](_0x5ee668,HookState['POST'])){const _0x25ad74=await _0x992bfb[_0x311a76(0x235)],_0x1af9be=_0x393783[_0x318644]||[],_0x21101a=_0x992bfb[_0x311a76(0x258)];logger[_0x311a76(0x251)]('Hook\x20List\x20in\x20Post\x20'+_0x1af9be+'\x20and\x20args\x20=\x20'+_0x992bfb);if(_0x491682['RDJcn'](_0x1af9be['length'],0x0)){const _0x9f736c=_0x1af9be[_0x311a76(0x266)]();if(_0x21101a[_0x311a76(0x1f1)]){const _0x4cc905=_0x491682[_0x311a76(0x1eb)](failureData,_0x21101a['error'],_0x491682[_0x311a76(0x27f)]);_0x9f736c[TestFrameworkConstants[_0x311a76(0x1f5)]]=_0x491682[_0x311a76(0x19f)](getFailureType,_0x21101a?.[_0x311a76(0x1f1)][_0x311a76(0x278)]),_0x9f736c[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x491682[_0x311a76(0x23c)](removeAnsiColors,_0x21101a?.[_0x311a76(0x1f1)][_0x311a76(0x278)]),_0x9f736c[TestFrameworkConstants[_0x311a76(0x265)]]=_0x491682[_0x311a76(0x21f)],_0x9f736c[TestFrameworkConstants[_0x311a76(0x1ed)]]=_0x4cc905;}else _0x9f736c[TestFrameworkConstants[_0x311a76(0x265)]]=_0x491682['UDbkn'];_0x491682[_0x311a76(0x1c5)](_0x25ad74,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x9f736c[TestFrameworkConstants[_0x311a76(0x265)]]=!_0x21101a[_0x311a76(0x1f1)]?_0x491682[_0x311a76(0x23b)]:_0x491682[_0x311a76(0x21f)]);const _0x2ccbbd=new Date(_0x21101a[_0x311a76(0x1ce)]),_0x5e51ed=new Date(_0x491682['hQbTB'](_0x2ccbbd[_0x311a76(0x28c)](),_0x21101a[_0x311a76(0x225)]));_0x9f736c[TestFrameworkConstants[_0x311a76(0x21a)]]=_0x5e51ed['toISOString'](),_0x9f736c[TestFrameworkConstants[_0x311a76(0x1fb)]]=_0x12129d;const _0x32344a=_0x9f736c[TestFrameworkConstants[_0x311a76(0x27d)]];await this['sendLogCreatedEvent'](_0x2bb16c,_0x87f045,_0x32344a,_0x491682['vdVny'],_0x992bfb),!_0x2ae41f[_0x318644]&&(_0x2ae41f[_0x318644]=[]),_0x2ae41f[_0x318644][_0x311a76(0x218)](_0x9f736c),_0x39b1ec[_0x20a3c0][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x318644;}}}return _0x39b1ec;}async[a72_0x442578(0x201)](_0x29253c,_0x56f5a1,_0x574728,_0x35870d,_0x2d4b96){const _0x4eae65=a72_0x442578,_0x36ec75={'DhkNB':function(_0x4be04a,_0x1d4615){return _0x4be04a===_0x1d4615;},'qjJJW':'test','MFvwC':function(_0x31c546,_0x4f0ac2,_0x4086c9){return _0x31c546(_0x4f0ac2,_0x4086c9);},'CedpT':function(_0x231382,_0x2f5e5b,_0x329e75){return _0x231382(_0x2f5e5b,_0x329e75);},'Xnxpg':_0x4eae65(0x287),'YjBgK':function(_0x1d787b,_0xe4c580,_0x3414a9,_0x53f539){return _0x1d787b(_0xe4c580,_0x3414a9,_0x53f539);},'wJUOn':function(_0x1c2bbc,_0x3cf439,_0x2ebbdc){return _0x1c2bbc(_0x3cf439,_0x2ebbdc);},'NYZAY':function(_0x3fa50e,_0x2f9a10,_0x4a541f){return _0x3fa50e(_0x2f9a10,_0x4a541f);},'aJTYM':function(_0x5a02a0,_0x5eac68){return _0x5a02a0/_0x5eac68;},'Vrltl':function(_0x5506f6,_0x32de19){return _0x5506f6<_0x32de19;},'MGCxH':function(_0x13fa13,_0x35b3db){return _0x13fa13*_0x35b3db;},'vsKBT':function(_0x248117,_0x21ae78){return _0x248117+_0x21ae78;},'WUpKo':function(_0x347e3e,_0x245f1e,_0x190e41,_0x53f1b3,_0x23f86b){return _0x347e3e(_0x245f1e,_0x190e41,_0x53f1b3,_0x23f86b);},'iawRF':function(_0x2080a2,_0x5f2f93){return _0x2080a2+_0x5f2f93;},'taJBq':_0x4eae65(0x260),'FJlno':function(_0xb3f2b0,_0x4eeef2,_0x33f6ac){return _0xb3f2b0(_0x4eeef2,_0x33f6ac);},'zvTQc':function(_0x477c18,_0x1f89b1,_0x2775a0,_0xfbcc22,_0x36ced1){return _0x477c18(_0x1f89b1,_0x2775a0,_0xfbcc22,_0x36ced1);}};try{if(_0x36ec75['DhkNB'](_0x35870d,_0x36ec75['qjJJW'])){const _0xb0966d=await _0x2d4b96[_0x4eae65(0x235)],_0x3b14ce=_0x36ec75[_0x4eae65(0x263)](getTestRunIdentifier,_0x2d4b96[_0x4eae65(0x1f9)],_0x2d4b96[_0x4eae65(0x235)][_0x4eae65(0x1b0)]),_0x2aa653=_0x2d4b96[_0x4eae65(0x1f9)];logger[_0x4eae65(0x251)](_0x4eae65(0x1b7)+_0x3b14ce+_0x4eae65(0x200)+util[_0x4eae65(0x1bd)](_0xb0966d));const _0x98c2b0=_0x29253c['getAllData']()[_0x4eae65(0x220)](_0x3b14ce)[TestFrameworkConstants[_0x4eae65(0x1aa)]];await _0x36ec75[_0x4eae65(0x28a)](sendTraceZip,_0xb0966d,_0x98c2b0);const _0x494cd6=TestInfo[_0x4eae65(0x243)](_0x3b14ce)[_0x36ec75[_0x4eae65(0x24b)]],_0x8b45ed={};if(_0x494cd6){!_0xb0966d[_0x4eae65(0x287)]&&(_0xb0966d['attachments']=[]);_0x8b45ed[_0x4eae65(0x287)]=_0xb0966d[_0x4eae65(0x287)][_0x4eae65(0x1c2)](_0x494cd6||[]);const _0x18b51b=TestInfo[_0x4eae65(0x243)](_0x3b14ce);delete _0x18b51b[_0x36ec75[_0x4eae65(0x24b)]],TestInfo[_0x4eae65(0x1a3)](_0x3b14ce,_0x18b51b);}const {steps:_0x45ad8d,logs:_0x418b1c}=_0x36ec75[_0x4eae65(0x247)](getStepsAndLogs,_0xb0966d[_0x4eae65(0x1b8)],_0x29253c[_0x4eae65(0x22c)]()[_0x4eae65(0x220)](_0x3b14ce)[TestFrameworkConstants[_0x4eae65(0x1aa)]],_0x36ec75[_0x4eae65(0x277)]),_0x13b09f=_0x36ec75[_0x4eae65(0x1a4)](getScreenshots,_0x8b45ed,_0x29253c[_0x4eae65(0x22c)]()['get'](_0x3b14ce)[TestFrameworkConstants[_0x4eae65(0x1aa)]]),_0x2635fe=_0x36ec75[_0x4eae65(0x1a4)](getVideos,_0xb0966d,_0x29253c[_0x4eae65(0x22c)]()[_0x4eae65(0x220)](_0x3b14ce)[TestFrameworkConstants[_0x4eae65(0x1aa)]]),{_:_0x207515,logs:_0x122fe3}=_0x36ec75['NYZAY'](getFailureData,_0xb0966d[_0x4eae65(0x22d)],{'test_run_uuid':_0x29253c[_0x4eae65(0x22c)]()[_0x4eae65(0x220)](_0x3b14ce)[TestFrameworkConstants['KEY_TEST_UUID']]}),_0x33ae2b=TestInfo[_0x4eae65(0x243)](_0x3b14ce)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xb648e7=_0x36ec75[_0x4eae65(0x263)](getMediaArtifactsLogs,_0x33ae2b,_0x29253c[_0x4eae65(0x22c)]()['get'](_0x3b14ce)[TestFrameworkConstants[_0x4eae65(0x1aa)]]),_0x377715=_0x29253c[_0x4eae65(0x22c)]()[_0x4eae65(0x220)](_0x3b14ce),{[TestFrameworkConstants[_0x4eae65(0x1e1)]]:_0x133bba='',[TestFrameworkConstants[_0x4eae65(0x1e0)]]:_0x610faf=''}=_0x377715,_0x194f6f=(_0x418b1c||[])['concat'](_0x13b09f||[])['concat'](_0x122fe3||[])['concat'](_0x2635fe||[])[_0x4eae65(0x1c2)](_0xb648e7||[]),_0x4f51fc=0x28,_0x2293cd=Math[_0x4eae65(0x1c3)](_0x36ec75[_0x4eae65(0x259)](_0x194f6f[_0x4eae65(0x1a6)],_0x4f51fc));for(let _0xd2932f=0x0;_0x36ec75[_0x4eae65(0x24f)](_0xd2932f,_0x2293cd);_0xd2932f++){const _0x1c7af0=_0x36ec75[_0x4eae65(0x1c9)](_0xd2932f,_0x4f51fc),_0x4e6d3d=_0x36ec75[_0x4eae65(0x250)](_0x1c7af0,_0x4f51fc),_0x5b6092=_0x194f6f[_0x4eae65(0x1a0)](_0x1c7af0,_0x4e6d3d),_0xec3848={'platformIndex':'0','logs':_0x5b6092,'testFrameworkName':_0x133bba,'testFrameworkVersion':_0x610faf,'testFrameworkState':_0x56f5a1[_0x4eae65(0x1e7)]()[_0x4eae65(0x22a)]('.')[0x1]};_0x36ec75[_0x4eae65(0x246)](updatePayloadForTraceLogs,_0xec3848,_0x2d4b96,_0x3b14ce,_0x29253c),logger[_0x4eae65(0x251)](_0x4eae65(0x26c)+_0x3b14ce+_0x4eae65(0x1f6)+_0x36ec75[_0x4eae65(0x28b)](_0xd2932f,0x1)+'/'+_0x2293cd+_0x4eae65(0x20e)+util[_0x4eae65(0x1bd)](_0xec3848));const _0x322b8d=await GrpcClient['getInstance']()[_0x4eae65(0x1df)](_0xec3848);logger[_0x4eae65(0x251)](_0x4eae65(0x26c)+_0x3b14ce+_0x4eae65(0x1f6)+_0x36ec75[_0x4eae65(0x250)](_0xd2932f,0x1)+'/'+_0x2293cd+_0x4eae65(0x20f)+util[_0x4eae65(0x1bd)](_0x322b8d));}}else{const {steps:_0x411be7,logs:_0x2e1f0e}=_0x36ec75[_0x4eae65(0x247)](getStepsAndLogs,_0x2d4b96[_0x4eae65(0x258)][_0x4eae65(0x1b8)],_0x574728,_0x36ec75[_0x4eae65(0x1b2)]),_0x57b530=_0x36ec75[_0x4eae65(0x1f0)](getTestRunIdentifier,_0x2d4b96[_0x4eae65(0x1f9)],_0x2d4b96[_0x4eae65(0x235)]['retry']);logger[_0x4eae65(0x251)](_0x4eae65(0x1b7)+_0x57b530);const _0x52d1fb=_0x29253c[_0x4eae65(0x22c)]()[_0x4eae65(0x220)](_0x57b530),{[TestFrameworkConstants[_0x4eae65(0x1e1)]]:_0x335abd='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x526537=''}=_0x52d1fb,_0x1484ce={'platformIndex':'0','logs':_0x2e1f0e,'testFrameworkName':_0x335abd,'testFrameworkVersion':_0x526537,'testFrameworkState':_0x56f5a1[_0x4eae65(0x1e7)]()['split']('.')[0x1]};_0x36ec75[_0x4eae65(0x208)](updatePayloadForTraceLogs,_0x1484ce,_0x2d4b96,_0x57b530,_0x29253c),logger[_0x4eae65(0x251)](_0x4eae65(0x26c)+_0x57b530+_0x4eae65(0x20e)+util[_0x4eae65(0x1bd)](_0x1484ce));const _0x5cb802=await GrpcClient[_0x4eae65(0x229)]()[_0x4eae65(0x1df)](_0x1484ce);}}catch(_0x52b2ee){logger[_0x4eae65(0x1f1)]('Error\x20in\x20sendLogCreatedEvent:\x20'+util['format'](_0x52b2ee));}}[a72_0x442578(0x1de)](_0x4c204c){const _0x14c50d=a72_0x442578,_0x59c8b7={'InmDU':function(_0x3214b7,_0x1773da,_0x2ec27f){return _0x3214b7(_0x1773da,_0x2ec27f);},'QxIFS':_0x14c50d(0x240)};try{const _0x273034=_0x4c204c[_0x14c50d(0x1f9)]['id'],_0x1fff29=_0x59c8b7[_0x14c50d(0x1d2)](getTestRunIdentifier,_0x4c204c[_0x14c50d(0x1f9)],_0x4c204c[_0x14c50d(0x235)]['retry']),_0x39fade=_0x4c204c[_0x14c50d(0x1cf)],_0x2637b1=_0x39fade[_0x14c50d(0x1cc)](),_0x4824d1=_0x39fade['getAllData']()[_0x14c50d(0x220)](_0x1fff29);logger[_0x14c50d(0x251)](_0x14c50d(0x1fa)+_0x273034);const {[TestFrameworkConstants[_0x14c50d(0x1e1)]]:_0x36d381='',[TestFrameworkConstants[_0x14c50d(0x1e0)]]:_0x36df6c='',[TestFrameworkConstants[_0x14c50d(0x217)]]:_0x2beb69='',[TestFrameworkConstants[_0x14c50d(0x1ae)]]:_0x2c336c=''}=_0x4824d1,_0x2fcf7f=_0x39fade['getCurrentTestState']()[_0x14c50d(0x1e7)]()[_0x14c50d(0x22a)]('.')[0x1],_0x442ab4=_0x39fade[_0x14c50d(0x20a)]()[_0x14c50d(0x1e7)]()[_0x14c50d(0x22a)]('.')[0x1],_0x55a00d=global?.[_0x14c50d(0x25b)]?.[_0x14c50d(0x23a)]?.[_0x14c50d(0x204)],_0x12004b=_0x39fade[_0x14c50d(0x290)](),_0x54db0a=Buffer['from'](JSON[_0x14c50d(0x237)](_0x4824d1))[_0x14c50d(0x1e7)](_0x59c8b7[_0x14c50d(0x1b6)]),_0xca6871={'hash':_0x2637b1[_0x14c50d(0x271)](),'threadId':_0x2637b1[_0x14c50d(0x1d3)]()['toString'](),'processId':_0x2637b1[_0x14c50d(0x257)]()[_0x14c50d(0x1e7)]()},_0x1415c3={};_0x1415c3[_0x14c50d(0x1a7)]=_0x55a00d,_0x1415c3[_0x14c50d(0x267)]=_0x36d381,_0x1415c3['testFrameworkVersion']=_0x36df6c,_0x1415c3[_0x14c50d(0x1e8)]=_0x2fcf7f,_0x1415c3[_0x14c50d(0x22e)]=_0x442ab4,_0x1415c3[_0x14c50d(0x1be)]=_0x2beb69,_0x1415c3[_0x14c50d(0x1a2)]=_0x2c336c,_0x1415c3[_0x14c50d(0x24c)]=_0x12004b,_0x1415c3[_0x14c50d(0x242)]=_0x54db0a,_0x1415c3[_0x14c50d(0x1e5)]=_0xca6871;const _0xba2d50=_0x1415c3;return logger[_0x14c50d(0x251)](_0x14c50d(0x1c6)+_0x273034+_0x14c50d(0x1bc)+_0x2fcf7f+_0x14c50d(0x206)+_0x442ab4),_0xba2d50;}catch(_0x23d84c){return logger['error'](_0x14c50d(0x289)+util[_0x14c50d(0x1fd)](_0x23d84c)),{};}}}function a72_0x3838(_0x4df325,_0x258d4c){const _0x126f50=a72_0x126f();return a72_0x3838=function(_0x3838f2,_0x6e570){_0x3838f2=_0x3838f2-0x19b;let _0x452aba=_0x126f50[_0x3838f2];return _0x452aba;},a72_0x3838(_0x4df325,_0x258d4c);}module[a72_0x442578(0x1dd)]=PlaywrightTestFramework;
|
|
1
|
+
function a73_0x23e1(){const _0x4247dd=['\x20&\x20hook\x20=\x20','ivpAv','info','KEY_TEST_ID','OaWtP','4479336bTWSGU','parallelIndex','ljMMv','startedAt','retry','format','ceil','Dlfos','\x20target=','expectedStatus','LPfji','getTestDetails','passed','file_name','Hook\x20List\x20in\x20Post\x20','endedAt','xvNZv','attachments','PmvLj','some','ilrqY','KEY_CUSTOM_TAGS','NONE','CpfTp','createTestFrameworkEventPayload\x20testId:\x20','err','Bjlof','ioodB','KEY_EVENT_STARTED_AT','KEY_EVENT_ENDED_AT','basename','addMultipleEntries','resolveInstance','stringify','values','error','Error\x20processing\x20direct\x20trace\x20file\x20','KEY_TEST_LOCATION','hook','CqMgb','DEFAULT_TEST_RESULT','\x20from\x20TestDetails:\x20','size','rvsRW','getId','split','aYmlB','CzzRe','AFckr','createContext','utNer','Error\x20in\x20createTestFrameworkEventPayload:\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','3eCRnty','../../../helpers/classLogger.js','qrHeF','Expected\x20to\x20fail,\x20but\x20passed.','KEY_TEST_FRAMEWORK_VERSION','rsijs','331709UXlwKo','KEY_HOOK_FAILURE_REASON','HTuaP','igIrT','bJMMy','KEY_TEST_FAILURE_TYPE','getCurrentInstanceName','getInstance','xkyWR','thSki','KEY_TEST_FAILURE','iEVRV','trackHookEvent','xmnZo','uhXCB','getCurrentTestState','./constants/testFrameworkConstants.js','KEY_TEST_NAME','../state/hookState.js','eOOnV','../cliUtils.js','Error\x20in\x20sendLogCreatedEvent:\x20','sendLogCreatedEvent','pNhpM',',\x20testFrameworkState=','142002bZydwa','BGqzc','logCreatedEvent','KEY_LOGS','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','toISOString','\x20hookState:\x20','KEY_TEST_ATTACHMENTS','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getTestIdentifierFromTestInfo','../../playwright/reporter/pwUtils','FiXwV','KEY_TEST_ENDED_AT','step','statSync','Ukkcs','POST','KEY_HOOKS_FINISHED','filePath','pop','ORIyM','getTestFrameworksVersions','sendLogCreatedEvent\x20for\x20testId:\x20','KEY_HOOK_ID','../../../helpers/test-observability/utils','result','htSjX','TEST','\x20batch\x20','startTime','KEY_TEST_TAGS','SiBUv','platformIndex','AjVAt','KEY_AUTOMATE_SESSION_NAME','concat','../TestInfo.js','setTrackedInstance','exports','PlaywrightTestFramework','PRE','__workerDetails','24ZQVCNZ','getRef','KEY_TEST_SCOPES','getAllData','\x20instanceId=','get','getTestUUID','KEY_TEST_CODE','KEY_HOOK_LOGS','ySTnx','cUItg','description','createTestFrameworkEventPayload','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','rkEqr','trim','push','duration','upyEr','KEY_TEST_RETRY_OF','runHooks','1815594lNuOlO','kerJD','KEY_HOOK_LAST_STARTED','path','filter','HUQFf','testFrameworkName','errors','steps','UOtBK','KEY_HOOK_FAILURE','Shezy','debug','KEY_HOOK_FAILURE_TYPE','\x20testState:\x20','eCUpr','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_FILE_PATH','KEY_HOOK_LAST_FINISHED','testFrameworkVersion','xQwhg','IoGmM','title','KEY_HOOKS_STARTED','testFrameworkState','kTieD','KEY_TEST_RESULT_AT','status','map','forEach','toString','Error\x20processing\x20trace\x20file\x20','VOuiq','KEY_HOOK_RESULT','getProcessId','gHkLJ','kxZYC','matchHookRegex','ojzeP','871115gAGtPY','INIT_TEST','field_type','\x20testHookState=','trackPlaywrightInstance','KEY_TEST_FRAMEWORK_NAME','BMBVK','qBggH','ZGaTR','executionContext','\x20response=','./testFramework','parsePlaywrightTestResult:\x20testId=','parsePlaywrightTestResult','test','KEY_TEST_FAILURE_REASON','workerInfo','inspect','setTestDetails','../../utils/constants','YhUjj','kSpDa','instance','from','TEST_ATTACHMENT','results','577314VnPKYG','KEY_TEST_UUID','LDMAr','slice','CHZji','getTestFrameworks','trackEvent','stack','message','sendLogCreatedEvent:\x20testId=','getContext','failed','DEFAULT_HOOK_RESULT','testUId','TEST_SCREENSHOT','\x20payload=','pcHJR','timedOut','trackEvent:\x20found\x20instance,\x20testFrameworkState=','../instances/trackedInstance.js','KEY_TEST_STARTED_AT','502508QDVVPx','eventJson','length','isArray','parsePlaywrightTest','MrIto'];a73_0x23e1=function(){return _0x4247dd;};return a73_0x23e1();}const a73_0x35862d=a73_0xa72c;(function(_0x2b15f6,_0x5f281a){const _0x4a28e2=a73_0xa72c,_0x126b69=_0x2b15f6();while(!![]){try{const _0x125834=parseInt(_0x4a28e2(0x1f4))/0x1+parseInt(_0x4a28e2(0x180))/0x2+-parseInt(_0x4a28e2(0x1d5))/0x3*(parseInt(_0x4a28e2(0x195))/0x4)+-parseInt(_0x4a28e2(0x166))/0x5+-parseInt(_0x4a28e2(0x233))/0x6+-parseInt(_0x4a28e2(0x1db))/0x7*(parseInt(_0x4a28e2(0x21e))/0x8)+parseInt(_0x4a28e2(0x1a0))/0x9;if(_0x125834===_0x5f281a)break;else _0x126b69['push'](_0x126b69['shift']());}catch(_0x4057bd){_0x126b69['push'](_0x126b69['shift']());}}}(a73_0x23e1,0x2cdc9));function a73_0xa72c(_0x34d018,_0x302c2e){const _0x23e112=a73_0x23e1();return a73_0xa72c=function(_0xa72c4,_0x267137){_0xa72c4=_0xa72c4-0x15d;let _0xd181a=_0x23e112[_0xa72c4];return _0xd181a;},a73_0xa72c(_0x34d018,_0x302c2e);}const TestFramework=require(a73_0x35862d(0x171)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a73_0x35862d(0x1ed)),{createClassLogger}=require(a73_0x35862d(0x1d6)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x35862d(0x1ef)),TrackedInstance=require(a73_0x35862d(0x193)),TestFrameworkConstants=require(a73_0x35862d(0x1eb)),logger=createClassLogger(a73_0x35862d(0x21b)),{v4:uuidv4}=require('uuid'),util=require('util'),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require('../../../helpers/helper.js'),TestInfo=require(a73_0x35862d(0x218)),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a73_0x35862d(0x20c)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x35862d(0x1fe)),{findNestedKey,sendTraceZip,validateFilePath}=require('../../playwright/reporter/pwUtils'),path=require('path'),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x35862d(0x179));class PlaywrightTestFramework extends TestFramework{constructor(_0x2ebe51,_0x3a16b1,_0x371ef1){super(_0x2ebe51,_0x3a16b1,_0x371ef1);}async[a73_0x35862d(0x186)](_0x135d9b,_0x34798e,_0xa049e6={}){const _0x2c176b=a73_0x35862d,_0x25a476={'MrIto':function(_0x349346,_0x1fbae5){return _0x349346===_0x1fbae5;},'ORIyM':function(_0x3e70b1,_0x1a95af){return _0x3e70b1===_0x1a95af;},'ojzeP':function(_0x49a8e5,_0x46c8b0,_0x580066){return _0x49a8e5(_0x46c8b0,_0x580066);},'mGTyT':function(_0x31f547,_0x21f912){return _0x31f547===_0x21f912;},'OaWtP':'test','ySTnx':'trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s'};super['trackEvent'](_0x135d9b,_0x34798e,_0xa049e6);if(_0x25a476[_0x2c176b(0x19a)](_0x135d9b,TestFrameworkState[_0x2c176b(0x18e)])){const _0x164928=TestInfo[_0x2c176b(0x1fd)](_0xa049e6[_0x2c176b(0x174)],_0xa049e6[_0x2c176b(0x174)]['retry']);TestInfo['setTestDetails'](_0x164928,_0xa049e6['result'],!![]);}const _0x2d1577=this[_0x2c176b(0x1c0)](_0x135d9b,_0x34798e,_0xa049e6);if(!_0x2d1577)return;logger[_0x2c176b(0x23f)](_0x2c176b(0x192)+_0x135d9b+'\x20hookState='+_0x34798e+_0x2c176b(0x222)+_0x2d1577['getRef']());try{if(_0x25a476['MrIto'](_0x34798e,HookState[_0x2c176b(0x21c)])&&_0x25a476[_0x2c176b(0x208)](_0x135d9b,TestFrameworkState[_0x2c176b(0x20f)])){const _0x12eec1=_0xa049e6['test'];logger['debug'](_0x2c176b(0x1d4)+_0x12eec1['id']+'}');const _0x51de2d=TestInfo['getTestUUID'](_0x25a476[_0x2c176b(0x165)](getTestRunIdentifier,_0x12eec1,_0xa049e6[_0x2c176b(0x20d)]['retry']));_0x2d1577[_0x2c176b(0x1bf)](this[_0x2c176b(0x199)](_0x51de2d,_0x12eec1,_0xa049e6[_0x2c176b(0x20d)])),logger[_0x2c176b(0x23f)](_0x2c176b(0x22b)+_0x12eec1['id']+_0x2c176b(0x1f3)+_0x135d9b+_0x2c176b(0x169)+_0x34798e+'\x20instance='+_0x2d1577[_0x2c176b(0x21f)]());}if(_0x25a476['MrIto'](_0x34798e,HookState[_0x2c176b(0x204)])&&_0x25a476['mGTyT'](_0x135d9b,TestFrameworkState[_0x2c176b(0x20f)])){const _0x2e1e4d=_0xa049e6[_0x2c176b(0x174)],_0x5dd658=_0xa049e6[_0x2c176b(0x20d)];logger[_0x2c176b(0x23f)](_0x2c176b(0x1f8)+_0x2e1e4d['id']),_0x2d1577[_0x2c176b(0x1bf)](this[_0x2c176b(0x173)](_0x2e1e4d['id'],_0x5dd658,_0x2e1e4d)),await this[_0x2c176b(0x1f1)](_0x2d1577,_0x135d9b,_0x34798e,_0x25a476[_0x2c176b(0x19f)],_0xa049e6);}if(CLIUtils[_0x2c176b(0x164)](_0x135d9b[_0x2c176b(0x15d)]()['split']('.')[0x1])){const _0x342bde=await this[_0x2c176b(0x1e7)](_0x2d1577,_0x135d9b,_0x34798e,_0xa049e6);_0x2d1577['addMultipleEntries'](_0x342bde);}}catch(_0x534d42){logger[_0x2c176b(0x1c3)](util[_0x2c176b(0x1a5)](_0x25a476[_0x2c176b(0x227)],_0x135d9b,_0x34798e,_0xa049e6[_0x2c176b(0x197)],_0x534d42));}_0xa049e6[_0x2c176b(0x17c)]=_0x2d1577,await this[_0x2c176b(0x232)](_0x2d1577,_0x135d9b,_0x34798e,_0xa049e6);}[a73_0x35862d(0x1c0)](_0x2fff09,_0x3af0ab,_0x43f86d={}){const _0x3775fb=a73_0x35862d,_0x184e46={};_0x184e46[_0x3775fb(0x16e)]=function(_0x4e07ab,_0x453819){return _0x4e07ab===_0x453819;};const _0x55bb31=_0x184e46;let _0x401cfa=null;return(_0x55bb31[_0x3775fb(0x16e)](_0x2fff09,TestFrameworkState[_0x3775fb(0x167)])||_0x55bb31[_0x3775fb(0x16e)](_0x2fff09,TestFrameworkState[_0x3775fb(0x1b6)]))&&this[_0x3775fb(0x16a)](_0x2fff09,_0x43f86d),_0x401cfa=TestFramework['getTrackedInstance'](),_0x401cfa;}[a73_0x35862d(0x16a)](_0x36579d,_0x543398){const _0x531c97=a73_0x35862d,_0x7b8134=CLIUtils[_0x531c97(0x1e1)](),_0x44acd9=TrackedInstance[_0x531c97(0x1d1)](_0x7b8134);let _0x2cac5f=null;logger[_0x531c97(0x19d)](_0x531c97(0x243)+_0x7b8134+',\x20state='+_0x36579d),_0x2cac5f=new TestFrameworkInstance(_0x44acd9,this[_0x531c97(0x185)](),this[_0x531c97(0x209)](),_0x36579d,HookState[_0x531c97(0x1b6)]),TestFramework[_0x531c97(0x219)](_0x44acd9,_0x2cac5f),logger[_0x531c97(0x19d)](_0x531c97(0x1fc)+_0x44acd9['getId']()+_0x531c97(0x1a8)+_0x7b8134);}[a73_0x35862d(0x199)](_0x27dd11,_0xb0c732,_0x4aee94){const _0x384951=a73_0x35862d,_0x1498fb={'rvsRW':function(_0x157eea,_0x2e36a8){return _0x157eea(_0x2e36a8);},'cUItg':function(_0x1752bd,_0x1b3c74){return _0x1752bd(_0x1b3c74);},'qrHeF':function(_0x5774e5,_0x489f11){return _0x5774e5(_0x489f11);},'ilrqY':function(_0xe1e57a,_0x5a485a){return _0xe1e57a(_0x5a485a);},'GtUSm':function(_0x308738,_0x536807){return _0x308738(_0x536807);},'htSjX':function(_0x10ee71,_0x3bc1a8){return _0x10ee71(_0x3bc1a8);},'upyEr':function(_0x56aa5c,_0x44db91,_0x277572){return _0x56aa5c(_0x44db91,_0x277572);},'CqMgb':function(_0x33579e,_0x2756d2){return _0x33579e(_0x2756d2);}},_0x16b326=_0x1498fb['rvsRW'](getPlaywrightTestId,_0xb0c732),_0x1ef115=_0x1498fb[_0x384951(0x1cb)](getPlaywrightTestTitle,_0xb0c732),_0x44eb41=_0x1498fb[_0x384951(0x228)](getTestTags,_0xb0c732),_0x145303=_0x1498fb[_0x384951(0x1d7)](getPlaywrightTestCode,_0xb0c732),_0x5972db=_0x1498fb[_0x384951(0x228)](getPlaywrightTestFilePath,_0xb0c732),_0x1b935b=_0x5972db+':'+_0x1498fb[_0x384951(0x1d7)](getPlaywrightTestLocation,_0xb0c732),_0x16a4d7=_0x1498fb[_0x384951(0x1b4)](getPlaywrightTestScope,_0xb0c732),_0x81c6f7=_0x1498fb['GtUSm'](getPlaywrightTestScopes,_0xb0c732),_0x414963=_0x1498fb[_0x384951(0x20e)](getPlaywrightSessionName,_0xb0c732),_0x498ebb=this[_0x384951(0x185)]()[0x0],_0x467bea=_0x1498fb[_0x384951(0x230)](getTestRunIdentifier,_0xb0c732,_0x4aee94[_0x384951(0x1a4)]),_0x1b47b2={[TestFrameworkConstants[_0x384951(0x16b)]]:_0x498ebb,[TestFrameworkConstants[_0x384951(0x1d9)]]:this[_0x384951(0x209)]()[_0x498ebb],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x384951(0x205)]]:{},[TestFrameworkConstants[_0x384951(0x24a)]]:{},[TestFrameworkConstants[_0x384951(0x181)]]:_0x27dd11,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x384951(0x1c8)],[TestFrameworkConstants[_0x384951(0x216)]]:_0x414963,[TestFrameworkConstants[_0x384951(0x244)]]:_0x5972db,[TestFrameworkConstants[_0x384951(0x19e)]]:_0x16b326,[TestFrameworkConstants[_0x384951(0x1ec)]]:_0x1ef115,[TestFrameworkConstants[_0x384951(0x1c5)]]:_0x1b935b,[TestFrameworkConstants[_0x384951(0x225)]]:_0x145303,[TestFrameworkConstants[_0x384951(0x212)]]:_0x44eb41,[TestFrameworkConstants[_0x384951(0x194)]]:_0xb0c732[_0x384951(0x17f)][0x0][_0x384951(0x211)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x16a4d7,[TestFrameworkConstants[_0x384951(0x220)]]:_0x81c6f7,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x1498fb[_0x384951(0x1c7)](getPlaywrightCustomRerunParam,_0xb0c732)};TestInfo[_0x384951(0x178)](_0x467bea,_0x1b47b2);const _0x34fb08={};return _0x34fb08[_0x467bea]=_0x1b47b2,_0x34fb08;}[a73_0x35862d(0x173)](_0xc94fec,_0x37a7d4,_0x1c7bca){const _0x32ac9c=a73_0x35862d,_0xcd4903={'ivpAv':function(_0x5b7791,_0x557e66){return _0x5b7791(_0x557e66);},'PmvLj':_0x32ac9c(0x17e),'pcHJR':function(_0x25a790,_0x512504){return _0x25a790===_0x512504;},'pFvEf':function(_0x138b3d,_0x165892){return _0x138b3d===_0x165892;},'SiBUv':'No\x20reason\x20provided','uhXCB':'multi_dropdown','LDMAr':function(_0x175338,_0x65a97e){return _0x175338(_0x65a97e);},'UOtBK':function(_0x57086e,_0xfc1ad8,_0x3ec78d){return _0x57086e(_0xfc1ad8,_0x3ec78d);},'xkyWR':function(_0x45d21c,_0x4a9e0a){return _0x45d21c+_0x4a9e0a;},'cGgiz':function(_0x343b76,_0x13387d){return _0x343b76===_0x13387d;},'ioodB':function(_0x2039d5,_0x3cbc25){return _0x2039d5===_0x3cbc25;},'BMBVK':'skipped','xmnZo':'passed','thSki':_0x32ac9c(0x18b),'bJMMy':function(_0x10976a,_0x4be827){return _0x10976a===_0x4be827;},'utNer':_0x32ac9c(0x191),'FiXwV':function(_0x2ab6a4,_0x1480e5){return _0x2ab6a4===_0x1480e5;},'Ukkcs':_0x32ac9c(0x1d8),'DUpID':function(_0x34ab86,_0x24d746,_0x1bb79a){return _0x34ab86(_0x24d746,_0x1bb79a);},'iEVRV':function(_0x196215,_0x4b8d9c){return _0x196215||_0x4b8d9c;},'YhUjj':function(_0x389e0f,_0x106cea){return _0x389e0f(_0x106cea);},'Bjlof':function(_0x53324c,_0x28428b){return _0x53324c(_0x28428b);},'BGqzc':function(_0xc384f8,_0x3ff008){return _0xc384f8>_0x3ff008;},'CpfTp':function(_0x45be0f,_0x1813c5,_0x360051){return _0x45be0f(_0x1813c5,_0x360051);},'kxZYC':function(_0x106413,_0x15e44e){return _0x106413-_0x15e44e;},'rsijs':_0x32ac9c(0x236),'eOOnV':function(_0x425174,_0x57d6ed){return _0x425174(_0x57d6ed);},'ljMMv':function(_0x52caa2,_0x35a273,_0x5b2280){return _0x52caa2(_0x35a273,_0x5b2280);}};logger[_0x32ac9c(0x23f)](_0x32ac9c(0x172)+_0xc94fec);const _0x53eab8=_0xcd4903[_0x32ac9c(0x23c)](getTestRunIdentifier,_0x1c7bca,_0x37a7d4[_0x32ac9c(0x1a4)]),_0xbd2955=new Date(_0x37a7d4[_0x32ac9c(0x211)]),_0x466e6b=_0x37a7d4[_0x32ac9c(0x22f)],_0x1f4dda=new Date(_0xcd4903[_0x32ac9c(0x1e3)](_0xbd2955['getTime'](),_0x466e6b)),_0x274c32=_0x37a7d4[_0x32ac9c(0x24e)],_0x50a98f=TestInfo[_0x32ac9c(0x1ab)](_0x53eab8)[TestFrameworkConstants[_0x32ac9c(0x1b5)]]||{};let _0x38bf8c=_0x274c32;if(_0xcd4903['cGgiz'](_0x37a7d4[_0x32ac9c(0x24e)],_0x1c7bca[_0x32ac9c(0x1a9)]))_0x38bf8c=_0xcd4903[_0x32ac9c(0x1bb)](_0x37a7d4[_0x32ac9c(0x24e)],_0xcd4903[_0x32ac9c(0x16c)])?_0xcd4903['BMBVK']:_0xcd4903[_0x32ac9c(0x1e8)];else{(_0xcd4903[_0x32ac9c(0x190)](_0x38bf8c,_0xcd4903[_0x32ac9c(0x1e8)])||_0xcd4903[_0x32ac9c(0x1bb)](_0x38bf8c,_0xcd4903[_0x32ac9c(0x1e4)])||_0xcd4903[_0x32ac9c(0x1df)](_0x38bf8c,_0xcd4903[_0x32ac9c(0x1d2)]))&&(_0x38bf8c=_0xcd4903[_0x32ac9c(0x1e4)]);if(_0xcd4903[_0x32ac9c(0x190)](_0x37a7d4[_0x32ac9c(0x24e)],_0xcd4903[_0x32ac9c(0x1e8)])&&_0xcd4903[_0x32ac9c(0x1ff)](_0x1c7bca['expectedStatus'],_0xcd4903[_0x32ac9c(0x1e4)])){const _0x51de2c={};_0x51de2c[_0x32ac9c(0x188)]=_0xcd4903['Ukkcs'],_0x51de2c[_0x32ac9c(0x187)]=_0xcd4903[_0x32ac9c(0x203)],_0x37a7d4[_0x32ac9c(0x1c3)]=_0x51de2c,_0x37a7d4[_0x32ac9c(0x23a)]=[_0x37a7d4[_0x32ac9c(0x1c3)]];}}const {failureData:_0x22fe8e,logs:_0x50437b}=_0xcd4903['DUpID'](getFailureData,_0x37a7d4?.[_0x32ac9c(0x23a)],{}),_0x5328eb={[TestFrameworkConstants[_0x32ac9c(0x1e5)]]:_0xcd4903[_0x32ac9c(0x1e6)](_0x22fe8e,null),[TestFrameworkConstants[_0x32ac9c(0x1e0)]]:_0x37a7d4?.[_0x32ac9c(0x1c3)]&&_0xcd4903[_0x32ac9c(0x17a)](getFailureType,_0x37a7d4[_0x32ac9c(0x1c3)][_0x32ac9c(0x188)]),[TestFrameworkConstants[_0x32ac9c(0x175)]]:_0x37a7d4?.[_0x32ac9c(0x1c3)]&&_0xcd4903[_0x32ac9c(0x1ba)](removeAnsiColors,_0x37a7d4[_0x32ac9c(0x1c3)][_0x32ac9c(0x188)]),[TestFrameworkConstants[_0x32ac9c(0x1f7)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x38bf8c,[TestFrameworkConstants[_0x32ac9c(0x200)]]:_0x1f4dda[_0x32ac9c(0x1f9)](),[TestFrameworkConstants[_0x32ac9c(0x24d)]]:new Date()[_0x32ac9c(0x1f9)](),[TestFrameworkConstants[_0x32ac9c(0x1b5)]]:_0x50a98f};if(_0x37a7d4&&_0xcd4903[_0x32ac9c(0x1f5)](_0x37a7d4['retry'],0x0)){const _0x512f17=TestInfo[_0x32ac9c(0x224)](_0xcd4903[_0x32ac9c(0x1b7)](getTestRunIdentifier,_0x1c7bca,_0xcd4903[_0x32ac9c(0x163)](_0x37a7d4[_0x32ac9c(0x1a4)],0x1)));_0x5328eb[TestFrameworkConstants[_0x32ac9c(0x231)]]=_0x512f17;}const _0x1886c6={};_0x1886c6['test']=_0x1c7bca;const _0x3ca822=this[_0x32ac9c(0x1c0)](TestFrameworkState[_0x32ac9c(0x20f)],HookState['POST'],_0x1886c6),_0x57fa53=_0x3ca822['getAllData']()[_0x32ac9c(0x223)](_0x53eab8)[TestFrameworkConstants[_0x32ac9c(0x181)]],_0x131767=[],_0x1f7010=_0xcd4903[_0x32ac9c(0x23c)](findNestedKey,_0x37a7d4,_0xcd4903[_0x32ac9c(0x1da)]);if(_0x1f7010&&_0xcd4903[_0x32ac9c(0x1ee)](validateFilePath,_0x1f7010))try{_0x131767[_0x32ac9c(0x22e)]({'kind':_0xcd4903[_0x32ac9c(0x1b2)],'timestamp':new Date()[_0x32ac9c(0x1f9)](),'test_run_uuid':_0x57fa53,'file_name':path['basename'](_0x1f7010),'file_size':fs[_0x32ac9c(0x202)](_0x1f7010)[_0x32ac9c(0x1ca)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x44bc5a){logger[_0x32ac9c(0x1c3)](_0x32ac9c(0x1c4)+_0x1f7010+':\x20'+_0x44bc5a[_0x32ac9c(0x188)]);}const _0x291cb9=TestInfo['getTraceFilePaths'](),_0x4ac4c5=_0x291cb9[_0x32ac9c(0x237)](_0x2985d8=>_0x2985d8[_0x32ac9c(0x18d)]===_0x57fa53);_0x4ac4c5[_0x32ac9c(0x250)](_0x30089b=>{const _0x457e71=_0x32ac9c;if(_0x30089b['filePath']&&_0xcd4903[_0x457e71(0x19c)](validateFilePath,_0x30089b[_0x457e71(0x206)])&&!_0x131767[_0x457e71(0x1b3)](_0x1fb24a=>_0x1fb24a[_0x457e71(0x1ad)]===path[_0x457e71(0x1be)](_0x30089b[_0x457e71(0x206)])))try{_0x131767[_0x457e71(0x22e)]({'kind':_0xcd4903[_0x457e71(0x1b2)],'timestamp':new Date()[_0x457e71(0x1f9)](),'test_run_uuid':_0x57fa53,'file_name':path[_0x457e71(0x1be)](_0x30089b[_0x457e71(0x206)]),'file_size':fs['statSync'](_0x30089b[_0x457e71(0x206)])[_0x457e71(0x1ca)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5cf856){logger[_0x457e71(0x1c3)](_0x457e71(0x15e)+_0x30089b[_0x457e71(0x206)]+_0x457e71(0x1c9)+_0x5cf856[_0x457e71(0x188)]);}});if(_0xcd4903[_0x32ac9c(0x1f5)](_0x131767[_0x32ac9c(0x197)],0x0)){const _0x17c03d=_0x5328eb[TestFrameworkConstants[_0x32ac9c(0x1f7)]]||[];_0x5328eb[TestFrameworkConstants['KEY_LOGS']]=[..._0x17c03d,..._0x131767];}const _0x523a4d=TestInfo['getTestDetails'](_0x53eab8)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x74d086=_0xcd4903[_0x32ac9c(0x1a2)](getManualUploadLogs,_0x523a4d,_0x3ca822[_0x32ac9c(0x221)]()[_0x32ac9c(0x223)](_0x53eab8)[TestFrameworkConstants[_0x32ac9c(0x181)]]);if(_0xcd4903[_0x32ac9c(0x1f5)](_0x74d086[_0x32ac9c(0x197)],0x0)){const _0x3db050=_0x5328eb[TestFrameworkConstants[_0x32ac9c(0x1f7)]]||[];_0x5328eb[TestFrameworkConstants[_0x32ac9c(0x1f7)]]=[..._0x3db050,..._0x74d086];}const _0x29df8f=_0x1c7bca['annotations']||[],_0x199a36=_0x5328eb[TestFrameworkConstants[_0x32ac9c(0x1b5)]]||{};_0x29df8f['forEach'](_0x43d102=>{const _0x4537c8=_0x32ac9c,{type:_0x52d911}=_0x43d102;let _0x14f0cc=_0x43d102[_0x4537c8(0x229)];if(!_0x52d911)return;(_0xcd4903[_0x4537c8(0x190)](_0x14f0cc,undefined)||_0xcd4903['pFvEf'](_0x14f0cc,null)||_0xcd4903[_0x4537c8(0x190)](_0xcd4903[_0x4537c8(0x19c)](String,_0x14f0cc)[_0x4537c8(0x22d)](),''))&&(_0x14f0cc=_0xcd4903[_0x4537c8(0x213)]);if(!_0x199a36[_0x52d911]){const _0x2d7da4={};_0x2d7da4[_0x4537c8(0x168)]=_0xcd4903[_0x4537c8(0x1e9)],_0x2d7da4['values']=[],_0x199a36[_0x52d911]=_0x2d7da4;}else!_0x199a36[_0x52d911][_0x4537c8(0x168)]&&(_0x199a36[_0x52d911][_0x4537c8(0x168)]=_0xcd4903['uhXCB']),!Array[_0x4537c8(0x198)](_0x199a36[_0x52d911]['values'])&&(_0x199a36[_0x52d911][_0x4537c8(0x1c2)]=[]);const _0x1fc636=_0xcd4903[_0x4537c8(0x182)](String,_0x14f0cc)[_0x4537c8(0x1cd)](',')[_0x4537c8(0x24f)](_0x35b89c=>_0x35b89c[_0x4537c8(0x22d)]());_0x199a36[_0x52d911][_0x4537c8(0x1c2)]=[...new Set([..._0x199a36[_0x52d911][_0x4537c8(0x1c2)],..._0x1fc636])];}),_0x5328eb[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x199a36,TestInfo[_0x32ac9c(0x178)](_0x53eab8,_0x5328eb);const _0x3555d0={};return _0x3555d0[_0x53eab8]=_0x5328eb,_0x3555d0;}async[a73_0x35862d(0x1e7)](_0x1b0221,_0x4ebaed,_0x4fbafd,_0x23b014){const _0x59ce99=a73_0x35862d,_0x26942e={'kerJD':function(_0x33b184,_0x337209,_0x47106a){return _0x33b184(_0x337209,_0x47106a);},'gHkLJ':function(_0x43271d,_0x23ac62){return _0x43271d in _0x23ac62;},'pNhpM':function(_0x540820,_0x673e40){return _0x540820 in _0x673e40;},'Dlfos':function(_0x37061a,_0x38374b){return _0x37061a(_0x38374b);},'kSpDa':function(_0x3426e0,_0x63f0e2){return _0x3426e0===_0x63f0e2;},'eCUpr':function(_0x1fc7e6){return _0x1fc7e6();},'LPfji':function(_0x128d6c,_0x185f1c){return _0x128d6c>_0x185f1c;},'ailIF':function(_0x1afea0,_0x1d6f48,_0x5a30a5){return _0x1afea0(_0x1d6f48,_0x5a30a5);},'HUQFf':_0x59ce99(0x1b9),'VOuiq':function(_0x2af7f3,_0x4cfe9d){return _0x2af7f3(_0x4cfe9d);},'HTuaP':_0x59ce99(0x18b),'igIrT':_0x59ce99(0x1ac),'gbGgc':function(_0x31045f,_0x26fdab){return _0x31045f!==_0x26fdab;},'yIhMx':function(_0x42c050,_0x1d23b0){return _0x42c050+_0x1d23b0;},'kWpWN':_0x59ce99(0x1c6)},_0x1ac65a=_0x23b014[_0x59ce99(0x174)],_0x5a506d=_0x23b014[_0x59ce99(0x201)],_0x5701f5=_0x26942e[_0x59ce99(0x234)](getTestRunIdentifier,_0x1ac65a,_0x23b014['result'][_0x59ce99(0x1a4)]),_0x551c52=_0x4ebaed[_0x59ce99(0x15d)]()[_0x59ce99(0x1cd)]('.')[0x1];let _0x428700=_0x1b0221['getAllData']()[_0x59ce99(0x223)](_0x5701f5)[TestFrameworkConstants[_0x59ce99(0x24a)]];!_0x428700&&(_0x428700={});!_0x26942e[_0x59ce99(0x162)](_0x551c52,_0x428700)&&(_0x428700[_0x551c52]=[]);let _0x19ba3b=_0x1b0221[_0x59ce99(0x221)]()[_0x59ce99(0x223)](_0x5701f5)[TestFrameworkConstants[_0x59ce99(0x205)]];!_0x19ba3b&&(_0x19ba3b={});!_0x26942e[_0x59ce99(0x1f2)](_0x551c52,_0x19ba3b)&&(_0x19ba3b[_0x551c52]=[]);const _0x26383a={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x428700,[TestFrameworkConstants[_0x59ce99(0x205)]]:_0x19ba3b},_0x3b2eb2={};_0x3b2eb2[_0x5701f5]=_0x26383a;const _0x5ad4cb=_0x3b2eb2,_0x37c3a6=_0x26942e['Dlfos'](getPlaywrightTestFilePath,_0x1ac65a),_0x5df0f8=_0x37c3a6+':'+_0x26942e[_0x59ce99(0x1a7)](getPlaywrightTestLocation,_0x1ac65a),_0x1f5990=TestInfo[_0x59ce99(0x1ab)](_0x5701f5)[TestFrameworkConstants[_0x59ce99(0x1b5)]]||{};if(_0x26942e[_0x59ce99(0x17b)](_0x4fbafd,HookState['PRE'])){const _0x113c46={'key':_0x551c52,[TestFrameworkConstants[_0x59ce99(0x20b)]]:_0x26942e[_0x59ce99(0x242)](uuidv4),[TestFrameworkConstants[_0x59ce99(0x160)]]:TestFrameworkConstants[_0x59ce99(0x18c)],[TestFrameworkConstants[_0x59ce99(0x1bc)]]:_0x5a506d[_0x59ce99(0x211)],[TestFrameworkConstants[_0x59ce99(0x226)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5a506d[_0x59ce99(0x249)],[TestFrameworkConstants[_0x59ce99(0x244)]]:_0x37c3a6,[TestFrameworkConstants[_0x59ce99(0x1c5)]]:_0x5df0f8,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1f5990};_0x428700[_0x551c52][_0x59ce99(0x22e)](_0x113c46),_0x5ad4cb[_0x5701f5][TestFrameworkConstants[_0x59ce99(0x235)]]=_0x551c52,logger['debug']('Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x551c52+_0x59ce99(0x19b)+_0x113c46+'\x20\x20and\x20args\x20=\x20'+_0x23b014);}else{if(_0x26942e['kSpDa'](_0x4fbafd,HookState[_0x59ce99(0x204)])){const _0x327d47=await _0x23b014[_0x59ce99(0x20d)],_0x1befec=_0x428700[_0x551c52]||[],_0x5aabbc=_0x23b014[_0x59ce99(0x201)];logger[_0x59ce99(0x23f)](_0x59ce99(0x1ae)+_0x1befec+'\x20and\x20args\x20=\x20'+_0x23b014);if(_0x26942e[_0x59ce99(0x1aa)](_0x1befec[_0x59ce99(0x197)],0x0)){const _0x3599f9=_0x1befec[_0x59ce99(0x207)]();if(_0x5aabbc['error']){const _0x4d1e2c=_0x26942e['ailIF'](failureData,_0x5aabbc[_0x59ce99(0x1c3)],_0x26942e[_0x59ce99(0x238)]);_0x3599f9[TestFrameworkConstants[_0x59ce99(0x240)]]=_0x26942e[_0x59ce99(0x1a7)](getFailureType,_0x5aabbc?.['error'][_0x59ce99(0x188)]),_0x3599f9[TestFrameworkConstants[_0x59ce99(0x1dc)]]=_0x26942e[_0x59ce99(0x15f)](removeAnsiColors,_0x5aabbc?.[_0x59ce99(0x1c3)][_0x59ce99(0x188)]),_0x3599f9[TestFrameworkConstants[_0x59ce99(0x160)]]=_0x26942e[_0x59ce99(0x1dd)],_0x3599f9[TestFrameworkConstants[_0x59ce99(0x23d)]]=_0x4d1e2c;}else _0x3599f9[TestFrameworkConstants[_0x59ce99(0x160)]]=_0x26942e[_0x59ce99(0x1de)];_0x26942e['gbGgc'](_0x327d47,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3599f9[TestFrameworkConstants[_0x59ce99(0x160)]]=!_0x5aabbc[_0x59ce99(0x1c3)]?_0x26942e[_0x59ce99(0x1de)]:_0x26942e[_0x59ce99(0x1dd)]);const _0x376337=new Date(_0x5aabbc[_0x59ce99(0x211)]),_0x1c7ca3=new Date(_0x26942e['yIhMx'](_0x376337['getTime'](),_0x5aabbc['duration']));_0x3599f9[TestFrameworkConstants[_0x59ce99(0x1bd)]]=_0x1c7ca3[_0x59ce99(0x1f9)](),_0x3599f9[TestFrameworkConstants[_0x59ce99(0x1b5)]]=_0x1f5990;const _0x553cfe=_0x3599f9[TestFrameworkConstants['KEY_HOOK_ID']];await this[_0x59ce99(0x1f1)](_0x1b0221,_0x4ebaed,_0x553cfe,_0x26942e['kWpWN'],_0x23b014),!_0x19ba3b[_0x551c52]&&(_0x19ba3b[_0x551c52]=[]),_0x19ba3b[_0x551c52][_0x59ce99(0x22e)](_0x3599f9),_0x5ad4cb[_0x5701f5][TestFrameworkConstants[_0x59ce99(0x245)]]=_0x551c52;}}}return _0x5ad4cb;}async[a73_0x35862d(0x1f1)](_0x1b0c43,_0x2c7bf6,_0x575811,_0x558ebd,_0x4990b5){const _0x183197=a73_0x35862d,_0xe1d03e={'AFckr':function(_0x5aa5f5,_0x5dd793){return _0x5aa5f5===_0x5dd793;},'qBggH':_0x183197(0x174),'kTieD':function(_0x4df2c9,_0x3137a3,_0x4361bb){return _0x4df2c9(_0x3137a3,_0x4361bb);},'rkEqr':_0x183197(0x1b1),'CHZji':function(_0x2dafc0,_0x5c357e,_0x1db5db,_0x1c7ab9){return _0x2dafc0(_0x5c357e,_0x1db5db,_0x1c7ab9);},'utNoZ':function(_0xef665c,_0x65958d,_0x373350){return _0xef665c(_0x65958d,_0x373350);},'hABbZ':function(_0x4198cf,_0x4ebe30,_0xda67b0){return _0x4198cf(_0x4ebe30,_0xda67b0);},'Shezy':function(_0x3590b8,_0x2dd45e){return _0x3590b8/_0x2dd45e;},'CzzRe':function(_0x4074d0,_0x2fbfd6){return _0x4074d0<_0x2fbfd6;},'xvNZv':function(_0x22280e,_0xfdc1db){return _0x22280e*_0xfdc1db;},'aYmlB':function(_0x3c165c,_0x3b2b84){return _0x3c165c+_0x3b2b84;},'IoGmM':function(_0x4f9540,_0xb6e48e,_0x5ea887,_0x4e0018,_0x43603c){return _0x4f9540(_0xb6e48e,_0x5ea887,_0x4e0018,_0x43603c);},'AjVAt':_0x183197(0x1c6)};try{if(_0xe1d03e[_0x183197(0x1d0)](_0x558ebd,_0xe1d03e[_0x183197(0x16d)])){const _0x1a9e3a=await _0x4990b5[_0x183197(0x20d)],_0x147609=_0xe1d03e[_0x183197(0x24c)](getTestRunIdentifier,_0x4990b5[_0x183197(0x174)],_0x4990b5['result'][_0x183197(0x1a4)]),_0x356880=_0x4990b5[_0x183197(0x174)];logger[_0x183197(0x23f)]('sendLogCreatedEvent:\x20testId='+_0x147609+'\x20result='+util[_0x183197(0x177)](_0x1a9e3a));const _0x1b1779=_0x1b0c43[_0x183197(0x221)]()[_0x183197(0x223)](_0x147609)[TestFrameworkConstants[_0x183197(0x181)]];await _0xe1d03e[_0x183197(0x24c)](sendTraceZip,_0x1a9e3a,_0x1b1779);const _0x17bb49=TestInfo['getTestDetails'](_0x147609)[_0xe1d03e[_0x183197(0x22c)]],_0x32e338={};if(_0x17bb49){!_0x1a9e3a['attachments']&&(_0x1a9e3a[_0x183197(0x1b1)]=[]);_0x32e338[_0x183197(0x1b1)]=_0x1a9e3a[_0x183197(0x1b1)]['concat'](_0x17bb49||[]);const _0x5c2c48=TestInfo[_0x183197(0x1ab)](_0x147609);delete _0x5c2c48[_0xe1d03e[_0x183197(0x22c)]],TestInfo['setTestDetails'](_0x147609,_0x5c2c48);}const {steps:_0x29ca0d,logs:_0xa5e12f}=_0xe1d03e[_0x183197(0x184)](getStepsAndLogs,_0x1a9e3a[_0x183197(0x23b)],_0x1b0c43[_0x183197(0x221)]()[_0x183197(0x223)](_0x147609)[TestFrameworkConstants[_0x183197(0x181)]],_0xe1d03e[_0x183197(0x16d)]),_0x16fea2=_0xe1d03e['utNoZ'](getScreenshots,_0x32e338,_0x1b0c43['getAllData']()[_0x183197(0x223)](_0x147609)[TestFrameworkConstants[_0x183197(0x181)]]),_0x4facbc=_0xe1d03e[_0x183197(0x24c)](getVideos,_0x1a9e3a,_0x1b0c43['getAllData']()['get'](_0x147609)[TestFrameworkConstants['KEY_TEST_UUID']]),{_:_0x5e006b,logs:_0x33f62b}=_0xe1d03e['utNoZ'](getFailureData,_0x1a9e3a[_0x183197(0x23a)],{'test_run_uuid':_0x1b0c43['getAllData']()[_0x183197(0x223)](_0x147609)[TestFrameworkConstants['KEY_TEST_UUID']]}),_0x45dfad=TestInfo[_0x183197(0x1ab)](_0x147609)[TestFrameworkConstants[_0x183197(0x1fb)]]||{},_0x49e7d8=_0xe1d03e['hABbZ'](getMediaArtifactsLogs,_0x45dfad,_0x1b0c43[_0x183197(0x221)]()['get'](_0x147609)[TestFrameworkConstants[_0x183197(0x181)]]),_0x2f6cab=_0x1b0c43[_0x183197(0x221)]()[_0x183197(0x223)](_0x147609),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x858856='',[TestFrameworkConstants[_0x183197(0x1d9)]]:_0x4ca31b=''}=_0x2f6cab,_0x1e447f=(_0xa5e12f||[])[_0x183197(0x217)](_0x16fea2||[])[_0x183197(0x217)](_0x33f62b||[])[_0x183197(0x217)](_0x4facbc||[])[_0x183197(0x217)](_0x49e7d8||[]),_0xdd3ac3=0x28,_0x13efd4=Math[_0x183197(0x1a6)](_0xe1d03e[_0x183197(0x23e)](_0x1e447f['length'],_0xdd3ac3));for(let _0x9b3e35=0x0;_0xe1d03e[_0x183197(0x1cf)](_0x9b3e35,_0x13efd4);_0x9b3e35++){const _0x3b2e55=_0xe1d03e[_0x183197(0x1b0)](_0x9b3e35,_0xdd3ac3),_0x5ac811=_0xe1d03e[_0x183197(0x1ce)](_0x3b2e55,_0xdd3ac3),_0x2df589=_0x1e447f[_0x183197(0x183)](_0x3b2e55,_0x5ac811),_0x12a5e5={'platformIndex':'0','logs':_0x2df589,'testFrameworkName':_0x858856,'testFrameworkVersion':_0x4ca31b,'testFrameworkState':_0x2c7bf6[_0x183197(0x15d)]()[_0x183197(0x1cd)]('.')[0x1]};_0xe1d03e['IoGmM'](updatePayloadForTraceLogs,_0x12a5e5,_0x4990b5,_0x147609,_0x1b0c43),logger[_0x183197(0x23f)](_0x183197(0x20a)+_0x147609+_0x183197(0x210)+_0xe1d03e['aYmlB'](_0x9b3e35,0x1)+'/'+_0x13efd4+_0x183197(0x18f)+util[_0x183197(0x177)](_0x12a5e5));const _0x9b7237=await GrpcClient['getInstance']()[_0x183197(0x1f6)](_0x12a5e5);logger[_0x183197(0x23f)](_0x183197(0x20a)+_0x147609+_0x183197(0x210)+_0xe1d03e[_0x183197(0x1ce)](_0x9b3e35,0x1)+'/'+_0x13efd4+_0x183197(0x170)+util[_0x183197(0x177)](_0x9b7237));}}else{const {steps:_0x2a48c,logs:_0x3877aa}=_0xe1d03e[_0x183197(0x184)](getStepsAndLogs,_0x4990b5['step'][_0x183197(0x23b)],_0x575811,_0xe1d03e[_0x183197(0x215)]),_0x1f766a=_0xe1d03e[_0x183197(0x24c)](getTestRunIdentifier,_0x4990b5[_0x183197(0x174)],_0x4990b5[_0x183197(0x20d)][_0x183197(0x1a4)]);logger[_0x183197(0x23f)](_0x183197(0x189)+_0x1f766a);const _0x5e6711=_0x1b0c43['getAllData']()[_0x183197(0x223)](_0x1f766a),{[TestFrameworkConstants[_0x183197(0x16b)]]:_0x31ed2e='',[TestFrameworkConstants[_0x183197(0x1d9)]]:_0x31e95e=''}=_0x5e6711,_0x5ec4f0={'platformIndex':'0','logs':_0x3877aa,'testFrameworkName':_0x31ed2e,'testFrameworkVersion':_0x31e95e,'testFrameworkState':_0x2c7bf6[_0x183197(0x15d)]()[_0x183197(0x1cd)]('.')[0x1]};_0xe1d03e[_0x183197(0x248)](updatePayloadForTraceLogs,_0x5ec4f0,_0x4990b5,_0x1f766a,_0x1b0c43),logger[_0x183197(0x23f)](_0x183197(0x20a)+_0x1f766a+_0x183197(0x18f)+util[_0x183197(0x177)](_0x5ec4f0));const _0x400f4c=await GrpcClient[_0x183197(0x1e2)]()[_0x183197(0x1f6)](_0x5ec4f0);}}catch(_0x5cc034){logger[_0x183197(0x1c3)](_0x183197(0x1f0)+util['format'](_0x5cc034));}}[a73_0x35862d(0x22a)](_0x14e9ab){const _0x42ae28=a73_0x35862d,_0x28ccf8={'KiBJN':function(_0x45e7be,_0x3b0ba4,_0x19b256){return _0x45e7be(_0x3b0ba4,_0x19b256);},'xQwhg':'base64'};try{const _0x1650ff=_0x14e9ab[_0x42ae28(0x174)]['id'],_0x3e0581=_0x28ccf8['KiBJN'](getTestRunIdentifier,_0x14e9ab['test'],_0x14e9ab['result'][_0x42ae28(0x1a4)]),_0x1537dc=_0x14e9ab['instance'],_0x3b6242=_0x1537dc[_0x42ae28(0x18a)](),_0x4a62af=_0x1537dc[_0x42ae28(0x221)]()[_0x42ae28(0x223)](_0x3e0581);logger[_0x42ae28(0x23f)](_0x42ae28(0x1b8)+_0x1650ff);const {[TestFrameworkConstants[_0x42ae28(0x16b)]]:_0x556b81='',[TestFrameworkConstants[_0x42ae28(0x1d9)]]:_0x143a90='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x560bdb='',[TestFrameworkConstants[_0x42ae28(0x200)]]:_0xb62798=''}=_0x4a62af,_0x4d55f3=_0x1537dc[_0x42ae28(0x1ea)]()[_0x42ae28(0x15d)]()[_0x42ae28(0x1cd)]('.')[0x1],_0x29caa8=_0x1537dc['getCurrentHookState']()[_0x42ae28(0x15d)]()[_0x42ae28(0x1cd)]('.')[0x1],_0xab1aa3=global?.[_0x42ae28(0x21d)]?.[_0x42ae28(0x176)]?.[_0x42ae28(0x1a1)],_0x5e02c8=_0x1537dc[_0x42ae28(0x21f)](),_0x5b9566=Buffer[_0x42ae28(0x17d)](JSON[_0x42ae28(0x1c1)](_0x4a62af))[_0x42ae28(0x15d)](_0x28ccf8[_0x42ae28(0x247)]),_0x2f36e0={'hash':_0x3b6242[_0x42ae28(0x1cc)](),'threadId':_0x3b6242['getThreadId']()[_0x42ae28(0x15d)](),'processId':_0x3b6242[_0x42ae28(0x161)]()[_0x42ae28(0x15d)]()},_0x175588={};_0x175588[_0x42ae28(0x214)]=_0xab1aa3,_0x175588[_0x42ae28(0x239)]=_0x556b81,_0x175588[_0x42ae28(0x246)]=_0x143a90,_0x175588[_0x42ae28(0x24b)]=_0x4d55f3,_0x175588['hookState']=_0x29caa8,_0x175588[_0x42ae28(0x1a3)]=_0x560bdb,_0x175588[_0x42ae28(0x1af)]=_0xb62798,_0x175588['uuid']=_0x5e02c8,_0x175588[_0x42ae28(0x196)]=_0x5b9566,_0x175588[_0x42ae28(0x16f)]=_0x2f36e0;const _0x3408f0=_0x175588;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x1650ff+_0x42ae28(0x241)+_0x4d55f3+_0x42ae28(0x1fa)+_0x29caa8),_0x3408f0;}catch(_0x213347){return logger[_0x42ae28(0x1c3)](_0x42ae28(0x1d3)+util[_0x42ae28(0x1a5)](_0x213347)),{};}}}module[a73_0x35862d(0x21a)]=PlaywrightTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a74_0x3d76(){const _0x176cf5=['getTrackedInstance','setTrackedInstance','trackEvent','getState','TestFramework','../instances/trackedContext','9832jzhWnO','60orGOpR','getInstances','../cliUtils','../state/testFrameworkState','__bstack_test_framework_instances__',';\x20hookState=','getTestFrameworksVersions','../eventDispatcher','getId','registerObserver','instances','../../../helpers/classLogger','exports','1867500nucVTK','notifyObserver','1714380uRDbmR','getTestFrameworks','setCurrentHookState','testFrameworkVersions','has','336122JeWuWu','binSessionId','set','getAllData','debug','290415rVZxwG','865656wWvPYq','868412mzlGzZ','get','3115PvAfau','../instances/testFrameworkInstance','setState','testFrameworks','hasState','getHookRegistryKey','trackEvent:\x20testFrameworkState=','../instances/trackedInstance'];a74_0x3d76=function(){return _0x176cf5;};return a74_0x3d76();}const a74_0x131ed2=a74_0x2983;(function(_0x3c14b4,_0x27a4ca){const _0x442956=a74_0x2983,_0x2be193=_0x3c14b4();while(!![]){try{const _0x13b3ae=-parseInt(_0x442956(0xc6))/0x1+parseInt(_0x442956(0xcd))/0x2+parseInt(_0x442956(0xbf))/0x3+-parseInt(_0x442956(0xc1))/0x4+-parseInt(_0x442956(0xcb))/0x5*(parseInt(_0x442956(0xde))/0x6)+-parseInt(_0x442956(0xcf))/0x7*(-parseInt(_0x442956(0xdd))/0x8)+parseInt(_0x442956(0xcc))/0x9;if(_0x13b3ae===_0x27a4ca)break;else _0x2be193['push'](_0x2be193['shift']());}catch(_0x34a500){_0x2be193['push'](_0x2be193['shift']());}}}(a74_0x3d76,0x567c8));const CLIUtils=require(a74_0x131ed2(0xe0)),eventDispatcher=require(a74_0x131ed2(0xe5)),TestFrameworkInstance=require(a74_0x131ed2(0xd0)),TrackedContext=require(a74_0x131ed2(0xdc)),TestFrameworkState=require(a74_0x131ed2(0xe1)),HookState=require('../state/hookState'),{createClassLogger}=require(a74_0x131ed2(0xbd)),TrackedInstance=require(a74_0x131ed2(0xd6)),logger=createClassLogger(a74_0x131ed2(0xdb));function a74_0x2983(_0x120d9f,_0x124383){const _0x3d76fd=a74_0x3d76();return a74_0x2983=function(_0x2983d4,_0x47d48d){_0x2983d4=_0x2983d4-0xbb;let _0x2acfb7=_0x3d76fd[_0x2983d4];return _0x2acfb7;},a74_0x2983(_0x120d9f,_0x124383);}!global[a74_0x131ed2(0xe2)]&&(global[a74_0x131ed2(0xe2)]=new Map());class TestFramework{static get[a74_0x131ed2(0xbc)](){const _0x42cf86=a74_0x131ed2;return global[_0x42cf86(0xe2)];}[a74_0x131ed2(0xd2)]=[];['testFrameworkVersions']={};[a74_0x131ed2(0xc7)]=null;constructor(_0x288d68,_0x12a22b,_0x370838){const _0x386386=a74_0x131ed2;this['testFrameworks']=_0x288d68,this[_0x386386(0xc4)]=_0x12a22b,this['binSessionId']=_0x370838;}[a74_0x131ed2(0xdf)](){return TestFramework['instances'];}['setInstance'](_0x10294f,_0x1d66ce){const _0x5bb134=a74_0x131ed2;TestFramework[_0x5bb134(0xbc)][_0x5bb134(0xc8)](_0x10294f['getId'],_0x1d66ce);}static[a74_0x131ed2(0xd7)](){const _0x4bc54e=a74_0x131ed2,_0x193c23=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework['instances']['get'](_0x193c23[_0x4bc54e(0xe6)]());}static[a74_0x131ed2(0xd8)](_0x1b371d,_0x45d749){const _0x4a3cf0=a74_0x131ed2;TestFramework['instances']['set'](_0x1b371d[_0x4a3cf0(0xe6)](),_0x45d749);}[a74_0x131ed2(0xe4)](){const _0x31c436=a74_0x131ed2;return this[_0x31c436(0xc4)];}[a74_0x131ed2(0xc2)](){return this['testFrameworks'];}[a74_0x131ed2(0xd9)](_0x283e7e,_0x35eb1d,_0x22ae16={}){const _0x528839=a74_0x131ed2;logger[_0x528839(0xca)](_0x528839(0xd5)+_0x283e7e+_0x528839(0xe3)+_0x35eb1d);}async['runHooks'](_0x3725d1,_0x4393fd,_0x154a3b,_0x36ce50={}){const _0x3f4ff2=a74_0x131ed2,_0x2ecca9=CLIUtils['getHookRegistryKey'](_0x4393fd,_0x154a3b);_0x3725d1['setCurrentTestState'](_0x4393fd),_0x3725d1[_0x3f4ff2(0xc3)](_0x154a3b),await eventDispatcher[_0x3f4ff2(0xc0)](_0x2ecca9,_0x36ce50);}static['registerObserver'](_0xcd5818,_0x2ddc49,_0x364191){const _0x1b6397=a74_0x131ed2;eventDispatcher[_0x1b6397(0xbb)](CLIUtils[_0x1b6397(0xd4)](_0xcd5818,_0x2ddc49),_0x364191);}static[a74_0x131ed2(0xda)](_0x5c2ebc,_0x25b6f3){const _0x5270a4=a74_0x131ed2;return _0x5c2ebc['getAllData']()[_0x5270a4(0xce)](_0x25b6f3);}static[a74_0x131ed2(0xd1)](_0x316dba,_0x487779,_0x202285){const _0x507d1d=a74_0x131ed2;_0x316dba['getAllData']()[_0x507d1d(0xc8)](_0x487779,_0x202285);}static[a74_0x131ed2(0xd3)](_0x4e0f6b,_0x489be9){const _0x234d95=a74_0x131ed2;return _0x4e0f6b[_0x234d95(0xc9)]()[_0x234d95(0xc5)](_0x489be9);}}module[a74_0x131ed2(0xbe)]=TestFramework;
|