browserstack-node-sdk 1.47.2 → 1.47.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x3c46cd=a70_0x3be4;(function(_0x4b591d,_0x447816){const _0x2ebf8f=a70_0x3be4,_0x1108dc=_0x4b591d();while(!![]){try{const _0xf89e9f=parseInt(_0x2ebf8f(0x11c))/0x1*(parseInt(_0x2ebf8f(0x108))/0x2)+-parseInt(_0x2ebf8f(0x177))/0x3*(parseInt(_0x2ebf8f(0x10e))/0x4)+-parseInt(_0x2ebf8f(0xed))/0x5*(parseInt(_0x2ebf8f(0x17c))/0x6)+parseInt(_0x2ebf8f(0x12b))/0x7*(-parseInt(_0x2ebf8f(0xdf))/0x8)+parseInt(_0x2ebf8f(0x17a))/0x9+parseInt(_0x2ebf8f(0x1b4))/0xa*(-parseInt(_0x2ebf8f(0x105))/0xb)+parseInt(_0x2ebf8f(0x10a))/0xc;if(_0xf89e9f===_0x447816)break;else _0x1108dc['push'](_0x1108dc['shift']());}catch(_0x2dd262){_0x1108dc['push'](_0x1108dc['shift']());}}}(a70_0x383f,0x87228));const TestFramework=require(a70_0x3c46cd(0x18c)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x3c46cd(0x178)),TestFrameworkInstance=require(a70_0x3c46cd(0xe2)),CLIUtils=require(a70_0x3c46cd(0x171)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x3c46cd(0xfb)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3c46cd(0xf6)),{v4:uuidv4}=require(a70_0x3c46cd(0xf0)),util=require(a70_0x3c46cd(0x10b)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x3c46cd(0x11d));function a70_0x3be4(_0x32c093,_0x216a98){const _0x383f2f=a70_0x383f();return a70_0x3be4=function(_0x3be439,_0x191b33){_0x3be439=_0x3be439-0xdb;let _0x5290e6=_0x383f2f[_0x3be439];return _0x5290e6;},a70_0x3be4(_0x32c093,_0x216a98);}function a70_0x383f(){const _0x4e5204=['tags','getProcessId','KEY_TEST_UUID','testFrameworkState','pop','removePendingHooks','KEY_CUSTOM_TAGS','\x20payload=','yKXuS','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_TEST_FAILURE_REASON','OsOPL','trackCucumberInstance','KEY_HOOKS_STARTED','hasPendingHooks','7796930mgkvdI','addMultipleEntries','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','KEY_TEST_NAME','failed','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','error','8aCusvH','KEY_TEST_LOCATION','KEY_TEST_FILE_PATH','../instances/testFrameworkInstance.js','hookState','QoZGi','base64','KEY_TEST_ATTACHMENTS','sendLogCreatedEvent','KEY_HOOK_RESULT',',\x20error:\x20','eventJson','code','getCurrentHookState','5rhjuCF','startedAt','KEY_HOOK_FAILURE','uuid','testData','test','Stored\x20pending\x20hook\x20for\x20testId:\x20','ekXJA','\x20with\x20id\x20','CucumberTestFramework','KEY_HOOK_LAST_STARTED','started_at','JjNii','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','./constants/testFrameworkConstants.js','hook_type','KEY_LOGS','UODAg','hooks','ewNPw','createTestFrameworkEventPayload\x20testId:\x20','getThreadId','KEY_HOOK_NAME','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','11uHWvoY','getRef','format','188TszrHs','failure_reason','26958660WjNuZo','util','Vtahv','UnhandledError','67020EfoHRM','vZlnG','POST','split','SCNNW','getAllData','iszVu','resolveInstance','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','RHSvY','parseCucumberTestResult','debug','getId','11176rTdVTc','../grpcClient','KEY_TEST_ID','getPendingHooks','processPendingHooks','name','KEY_TEST_ENDED_AT','getCurrentInstanceName','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','PRE','instance','xVriF','stringify','addPendingHook','body','5615883atqzRy','test_run_id','KEY_TEST_SCOPE','\x20target=','exports','executionContext','trackCucumberInstance:\x20saved\x20instance\x20contextId=','concat','parallelIndex','failure_type','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','getTestDetails','\x20batch\x20','KEY_TEST_FAILURE_TYPE','\x20hookState:\x20','createContext','AGSlw','Cucumber\x20log\x20created\x20event','KEY_TEST_FAILURE','NONE','BpCnT',',\x20hookState:\x20','KEY_TEST_RESULT_AT','customRerunParam','KEY_TEST_RERUN_NAME','\x20testState:\x20','file_name','Error\x20in\x20createTestFrameworkEventPayload:\x20','DEFAULT_HOOK_RESULT','length','KEY_TEST_FRAMEWORK_NAME','failure_data','finishedAt','bwdOo','setTestDetails','getCurrentTestState','zLZZl','toISOString','DqBCV','\x20response=',',\x20state:\x20','uTTFA','workerInfo','push','matchHookRegex','storePendingHook','rerun_name','MJLVA','aILyk','parseCucumberTest','lpkKP','createTestFrameworkEventPayload','Updated\x20cucumber\x20test\x20result:\x20','LOG_REPORT','runHooks','eRyjW','from','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','MbpWi',',\x20storing\x20as\x20pending\x20hook','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','XXzoV','yUpaA','getTestFrameworksVersions','KEY_HOOK_LAST_FINISHED','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','location','\x20&\x20hookState=','Parsed\x20cucumber\x20test:\x20','../cliUtils.js','inspect','DcImM','\x20with\x20result:\x20','UuRjU','\x20pending\x20hooks\x20for\x20testId:\x20','180oIiSOw','../../../helpers/classLogger.js','RnUHE','7044372MOtguT','logCreatedEvent','5634198QatRbv','failure','KEY_HOOK_FAILURE_REASON','keys','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','moBSs','getInstance','KEY_EVENT_STARTED_AT','KEY_TEST_RESULT','KEY_HOOK_ID','scopes','trackHookEvent','key',',\x20state=','\x20\x20and\x20args\x20=\x20','IwysM','./testFramework','testFrameworkVersion','Processing\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','TEST','getTrackedInstance','KEY_TEST_META','meta','get','KEY_TEST_CODE','testFrameworkName','readLogObjects','trackEvent','toString','KEY_EVENT_ENDED_AT','\x20&\x20hook\x20=\x20','finished_at','KEY_TEST_TAGS','hookData','passed','testUUID','ceil','KEY_HOOKS_FINISHED','result','KEY_TEST_FRAMEWORK_VERSION'];a70_0x383f=function(){return _0x4e5204;};return a70_0x383f();}class CucumberTestFramework extends TestFramework{constructor(_0x30aec2,_0x338a4d,_0xd47c04){super(_0x30aec2,_0x338a4d,_0xd47c04);}async['trackEvent'](_0x1d7fca,_0x5b06d8,_0x1b870d={}){const _0x2c9504=a70_0x3c46cd,_0x41466d={};_0x41466d[_0x2c9504(0x154)]=_0x2c9504(0x16c),_0x41466d[_0x2c9504(0xe4)]=function(_0x105a91,_0x129379){return _0x105a91===_0x129379;},_0x41466d['ewNPw']=function(_0x4773f0,_0x120b96){return _0x4773f0===_0x120b96;},_0x41466d[_0x2c9504(0x181)]=function(_0x51babc,_0x25ed2d){return _0x51babc===_0x25ed2d;},_0x41466d[_0x2c9504(0x179)]=_0x2c9504(0x16d);const _0x3d73a3=_0x41466d;await super[_0x2c9504(0x198)](_0x1d7fca,_0x5b06d8,_0x1b870d);const _0x3016be=this[_0x2c9504(0x115)](_0x1d7fca,_0x5b06d8,_0x1b870d);if(!_0x3016be){logger['debug'](_0x3d73a3['uTTFA']);return;}try{let _0x2db4c1,_0x49bb65;switch(_0x1d7fca){case TestFrameworkState[_0x2c9504(0x190)]:_0x2db4c1=_0x1b870d['test'],_0x49bb65=TestInfo['getTestUUID'](_0x2db4c1['id']);if(_0x3d73a3['QoZGi'](_0x5b06d8,HookState[_0x2c9504(0x125)])){logger[_0x2c9504(0x11a)](_0x2c9504(0x124)+_0x2db4c1['id']);const _0x383abf={};_0x383abf[_0x2c9504(0x1a0)]=_0x49bb65,_0x383abf[_0x2c9504(0xf1)]=_0x2db4c1,_0x3016be[_0x2c9504(0x1b5)](this[_0x2c9504(0x15c)](_0x383abf)),logger[_0x2c9504(0x11a)](_0x2c9504(0x1b6)+_0x2db4c1['id']),await this[_0x2c9504(0x120)](_0x3016be,_0x2db4c1['id']);}else{if(_0x3d73a3[_0x2c9504(0x100)](_0x5b06d8,HookState['POST'])){const _0x1d19e1={};_0x1d19e1[_0x2c9504(0x1a0)]=_0x49bb65,_0x1d19e1[_0x2c9504(0xf1)]=_0x2db4c1,_0x3016be[_0x2c9504(0x1b5)](this[_0x2c9504(0x119)](_0x1d19e1)),await this[_0x2c9504(0x120)](_0x3016be,_0x2db4c1['id']);}}break;case TestFrameworkState[_0x2c9504(0x160)]:_0x3d73a3['moBSs'](_0x5b06d8,HookState['POST'])&&await this[_0x2c9504(0xe7)](_0x3016be,_0x1d7fca,_0x1b870d);break;default:if(CLIUtils[_0x2c9504(0x157)](_0x1d7fca[_0x2c9504(0x199)]()['split']('.')[0x1])){const _0x3c6f1c=await this[_0x2c9504(0x187)](_0x3016be,_0x1d7fca,_0x5b06d8,_0x1b870d);_0x3016be['addMultipleEntries'](_0x3c6f1c);}else logger['debug']('trackEvent:\x20unsupported\x20testFrameworkState='+_0x1d7fca+_0x2c9504(0x16f)+_0x5b06d8);break;}}catch(_0x1af703){logger['error'](util[_0x2c9504(0x107)](_0x3d73a3[_0x2c9504(0x179)],_0x1d7fca,_0x5b06d8,_0x1b870d[_0x2c9504(0x148)],_0x1af703));}_0x1b870d[_0x2c9504(0x126)]=_0x3016be,await this[_0x2c9504(0x161)](_0x3016be,_0x1d7fca,_0x5b06d8,_0x1b870d);}['resolveInstance'](_0x3f1a94,_0x3918a6,_0x36d58d={}){const _0x42b78b=a70_0x3c46cd,_0x9ca570={};_0x9ca570[_0x42b78b(0x114)]=function(_0xa03b6f,_0x268384){return _0xa03b6f===_0x268384;};const _0x6149ca=_0x9ca570;let _0x56289f=null;return(_0x6149ca['iszVu'](_0x3f1a94,TestFrameworkState['INIT_TEST'])||_0x6149ca[_0x42b78b(0x114)](_0x3f1a94,TestFrameworkState[_0x42b78b(0x13e)]))&&this[_0x42b78b(0x1b1)](_0x3f1a94,_0x36d58d),_0x56289f=TestFramework[_0x42b78b(0x191)](),_0x56289f;}[a70_0x3c46cd(0x1b1)](_0x1dfa78,_0xb92fe0){const _0x5cf7e2=a70_0x3c46cd,_0x52f27d=CLIUtils[_0x5cf7e2(0x123)](),_0x46a8cd=TrackedInstance[_0x5cf7e2(0x13a)](_0x52f27d);let _0x524988=null;logger['debug'](_0x5cf7e2(0x135)+_0x52f27d+_0x5cf7e2(0x189)+_0x1dfa78),_0x524988=new TestFrameworkInstance(_0x46a8cd,this['getTestFrameworks'](),this[_0x5cf7e2(0x16a)](),_0x1dfa78,HookState[_0x5cf7e2(0x13e)]),TestFramework['setTrackedInstance'](_0x46a8cd,_0x524988),logger[_0x5cf7e2(0x11a)](_0x5cf7e2(0x131)+_0x46a8cd[_0x5cf7e2(0x11b)]()+_0x5cf7e2(0x12e)+_0x52f27d);}[a70_0x3c46cd(0x15c)](_0x378bf6){const _0x19029c=a70_0x3c46cd,_0x1365ef={};_0x1365ef[_0x19029c(0x18b)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x485e94=_0x1365ef,{testUUID:_0x582c13,testData:_0x1de991}=_0x378bf6;if(!_0x1de991||!_0x1de991[_0x19029c(0xf0)])return logger[_0x19029c(0x11a)](_0x485e94[_0x19029c(0x18b)]),{};const _0x3b398a=_0x1de991['uuid'],_0xd46ebb=_0x1de991['uuid'],_0x31380d=this['getTestFrameworks']()[0x0],_0x1af0e6=this[_0x19029c(0x16a)](),_0x4dbaf4={[TestFrameworkConstants[_0x19029c(0x149)]]:_0x31380d,[TestFrameworkConstants[_0x19029c(0x1a4)]]:_0x1af0e6[_0x31380d],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x19029c(0x1b2)]]:{},[TestFrameworkConstants[_0x19029c(0x1a7)]]:_0x3b398a,[TestFrameworkConstants[_0x19029c(0x184)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0xe1)]]:_0x1de991[_0x19029c(0x145)]||'',[TestFrameworkConstants[_0x19029c(0x11e)]]:_0xd46ebb,[TestFrameworkConstants[_0x19029c(0xdb)]]:_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0xe0)]]:_0x1de991[_0x19029c(0x16e)]||'',[TestFrameworkConstants[_0x19029c(0x195)]]:_0x1de991[_0x19029c(0x12a)]?.[_0x19029c(0xeb)]||null,[TestFrameworkConstants[_0x19029c(0x19d)]]:_0x1de991[_0x19029c(0x1a5)]||[],[TestFrameworkConstants[_0x19029c(0x117)]]:_0x1de991[_0x19029c(0xee)]||new Date()[_0x19029c(0x150)](),[TestFrameworkConstants[_0x19029c(0x12d)]]:_0x1de991[_0x19029c(0x186)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1de991[_0x19029c(0x186)]||[],[TestFrameworkConstants[_0x19029c(0x143)]]:_0x1de991[_0x19029c(0x142)]?.[_0x19029c(0x159)]||_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0x1ab)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x1de991['meta']||{}};TestInfo[_0x19029c(0x14d)](_0xd46ebb,_0x4dbaf4),logger[_0x19029c(0x11a)](_0x19029c(0x170)+_0x1de991['name']+'\x20with\x20UUID:\x20'+_0x3b398a);const _0x401f95={};return _0x401f95[_0xd46ebb]=_0x4dbaf4,_0x401f95;}[a70_0x3c46cd(0x119)](_0x1db4f8){const _0x5bd699=a70_0x3c46cd,_0x5389f3={'OsOPL':_0x5bd699(0x164),'bwdOo':'unknown','MbpWi':function(_0x5c044b,_0x25b6e1){return _0x5c044b===_0x25b6e1;},'lpkKP':_0x5bd699(0xdc),'eRyjW':'UnhandledError','aILyk':function(_0x455946,_0x573a36,_0x2409bf){return _0x455946(_0x573a36,_0x2409bf);},'TCxqn':function(_0x3fcace,_0x524b8d){return _0x3fcace>_0x524b8d;},'MJLVA':function(_0x2c1bb5,_0x33a82a){return _0x2c1bb5>_0x33a82a;}},{testUUID:_0x3de065,testData:_0x30490b}=_0x1db4f8;if(!_0x30490b||!_0x30490b[_0x5bd699(0xf0)])return logger[_0x5bd699(0x11a)](_0x5389f3[_0x5bd699(0x1b0)]),{};const _0x3a99e6=this[_0x5bd699(0x115)](TestFrameworkState[_0x5bd699(0x190)],HookState[_0x5bd699(0x110)]),_0x2bfa7d=_0x30490b[_0x5bd699(0xf0)],_0xd4d5a6=TestInfo['getTestDetails'](_0x2bfa7d)||{},_0x5da423=_0xd4d5a6?_0xd4d5a6[TestFrameworkConstants[_0x5bd699(0x1ab)]]||{}:{},_0x5e3fc3={..._0xd4d5a6,[TestFrameworkConstants[_0x5bd699(0x184)]]:_0x30490b['result']||_0x5389f3[_0x5bd699(0x14c)],[TestFrameworkConstants[_0x5bd699(0x122)]]:_0x30490b[_0x5bd699(0x14b)]||new Date()[_0x5bd699(0x150)](),[TestFrameworkConstants[_0x5bd699(0x141)]]:new Date()[_0x5bd699(0x150)](),[TestFrameworkConstants[_0x5bd699(0x1ab)]]:_0x5da423,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5bd699(0x192)]]:_0x30490b[_0x5bd699(0x193)]||{}};_0x5389f3[_0x5bd699(0x165)](_0x30490b[_0x5bd699(0x1a3)],_0x5389f3[_0x5bd699(0x15d)])&&_0x30490b[_0x5bd699(0x17d)]&&(_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x138)]]=_0x30490b[_0x5bd699(0x134)]||_0x5389f3[_0x5bd699(0x162)],_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x1af)]]=_0x30490b[_0x5bd699(0x109)]||'',_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x13d)]]=_0x30490b['failure']);const _0x2e859f=TestInfo['getTestDetails'](_0x2bfa7d)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3795e8=_0x5389f3[_0x5bd699(0x15b)](getManualUploadLogs,_0x2e859f,_0x3a99e6[_0x5bd699(0x113)]()[_0x5bd699(0x194)](_0x2bfa7d)[TestFrameworkConstants[_0x5bd699(0x1a7)]]);if(_0x5389f3['TCxqn'](_0x3795e8[_0x5bd699(0x148)],0x0)){const _0x115461=_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0xfd)]]||[];_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0xfd)]]=[..._0x115461,..._0x3795e8];}_0x30490b[_0x5bd699(0xff)]&&_0x5389f3[_0x5bd699(0x15a)](_0x30490b[_0x5bd699(0xff)]['length'],0x0)&&(_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x1a2)]]=_0x30490b[_0x5bd699(0xff)]);TestInfo[_0x5bd699(0x14d)](_0x2bfa7d,_0x5e3fc3),logger['debug'](_0x5bd699(0x15f)+_0x30490b[_0x5bd699(0x121)]+_0x5bd699(0x174)+_0x30490b[_0x5bd699(0x1a3)]);const _0x5c93b5={};return _0x5c93b5[_0x2bfa7d]=_0x5e3fc3,_0x5c93b5;}async[a70_0x3c46cd(0x187)](_0x372f0c,_0x21d4f6,_0x296590,_0x1fcbda){const _0x390fce=a70_0x3c46cd,_0x2d3563={'AGSlw':_0x390fce(0x167),'vZlnG':function(_0x32a7fc){return _0x32a7fc();},'JjNii':function(_0x45f947,_0x2f3c83){return _0x45f947 in _0x2f3c83;},'WDScW':function(_0x4f2f36,_0x85995f){return _0x4f2f36 in _0x85995f;},'BpCnT':function(_0x40c0af,_0x4e8175){return _0x40c0af===_0x4e8175;},'xVriF':function(_0x214030,_0x246423){return _0x214030>_0x246423;},'fZTvu':_0x390fce(0xdc),'SCNNW':_0x390fce(0x10d),'yUpaA':_0x390fce(0x19f),'ekXJA':function(_0x18258c,_0x3c2b59){return _0x18258c!==_0x3c2b59;}},{hookData:_0xd02c8e}=_0x1fcbda;if(!_0xd02c8e)return logger['debug'](_0x2d3563[_0x390fce(0x13b)]),{};const _0x4edc2e=_0xd02c8e[_0x390fce(0xf0)]||_0x2d3563[_0x390fce(0x10f)](uuidv4),_0x4b36c1=_0xd02c8e[_0x390fce(0x12c)],_0x49c4bf=_0x21d4f6[_0x390fce(0x199)]()[_0x390fce(0x111)]('.')[0x1],_0x3ff84e=TestInfo['getTestDetails'](_0x4b36c1)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x6d5578=_0x372f0c[_0x390fce(0x113)]()[_0x390fce(0x194)](_0x4b36c1);if(!_0x6d5578)return logger[_0x390fce(0x11a)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4b36c1+_0x390fce(0x166)),this[_0x390fce(0x158)](_0x372f0c,_0x4b36c1,_0x21d4f6,_0x296590,_0x1fcbda),{};let _0x5726bf=_0x6d5578[TestFrameworkConstants[_0x390fce(0x1b2)]];!_0x5726bf&&(_0x5726bf={});!_0x2d3563[_0x390fce(0xf9)](_0x49c4bf,_0x5726bf)&&(_0x5726bf[_0x49c4bf]=[]);let _0x1e6c5f=_0x6d5578[TestFrameworkConstants[_0x390fce(0x1a2)]];!_0x1e6c5f&&(_0x1e6c5f={});!_0x2d3563['WDScW'](_0x49c4bf,_0x1e6c5f)&&(_0x1e6c5f[_0x49c4bf]=[]);const _0x4a351d={[TestFrameworkConstants[_0x390fce(0x1b2)]]:_0x5726bf,[TestFrameworkConstants[_0x390fce(0x1a2)]]:_0x1e6c5f},_0x502c2b={};_0x502c2b[_0x4b36c1]=_0x4a351d;const _0x3b2168=_0x502c2b;if(_0x2d3563[_0x390fce(0x13f)](_0x296590,HookState[_0x390fce(0x125)])){const _0x7cad97={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4edc2e,[TestFrameworkConstants[_0x390fce(0xe8)]]:TestFrameworkConstants[_0x390fce(0x147)],[TestFrameworkConstants[_0x390fce(0x183)]]:_0xd02c8e[_0x390fce(0xf8)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x390fce(0x103)]]:_0xd02c8e[_0x390fce(0xfc)],[TestFrameworkConstants[_0x390fce(0x1ab)]]:_0x3ff84e};_0x7cad97[_0x390fce(0x188)]=_0x49c4bf;const _0x47a528=_0x7cad97;_0x5726bf[_0x49c4bf][_0x390fce(0x156)](_0x47a528),_0x3b2168[_0x4b36c1][TestFrameworkConstants[_0x390fce(0xf7)]]=_0x49c4bf,logger[_0x390fce(0x11a)](_0x390fce(0xfa)+_0x49c4bf+_0x390fce(0x19b)+_0x47a528+_0x390fce(0x18a)+_0x1fcbda);}else{if(_0x2d3563['BpCnT'](_0x296590,HookState[_0x390fce(0x110)])){const _0x451603=_0xd02c8e['result'],_0x5a1909=_0x5726bf[_0x49c4bf]||[];logger['debug'](_0x390fce(0xdd)+_0x5a1909+'\x20and\x20args\x20=\x20'+_0x1fcbda);if(_0x2d3563[_0x390fce(0x127)](_0x5a1909[_0x390fce(0x148)],0x0)){const _0x1b0c14=_0x5a1909[_0x390fce(0x1a9)]();_0x2d3563[_0x390fce(0x13f)](_0xd02c8e[_0x390fce(0x1a3)],_0x2d3563['fZTvu'])&&_0xd02c8e['failure_data']?(_0x1b0c14[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0xd02c8e[_0x390fce(0x134)]||_0x2d3563[_0x390fce(0x112)],_0x1b0c14[TestFrameworkConstants[_0x390fce(0x17e)]]=_0xd02c8e[_0x390fce(0x109)]||'',_0x1b0c14[TestFrameworkConstants[_0x390fce(0xef)]]=_0xd02c8e[_0x390fce(0x14a)]):_0x1b0c14[TestFrameworkConstants[_0x390fce(0xe8)]]=_0x2d3563[_0x390fce(0x169)];_0x2d3563[_0x390fce(0xf4)](_0x451603,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1b0c14[TestFrameworkConstants[_0x390fce(0xe8)]]=_0x451603);_0x1b0c14[TestFrameworkConstants[_0x390fce(0x19a)]]=_0xd02c8e[_0x390fce(0x19c)]||new Date()[_0x390fce(0x150)](),_0x1b0c14[TestFrameworkConstants[_0x390fce(0x1ab)]]=_0x3ff84e;const _0x180a38=_0x1b0c14[TestFrameworkConstants[_0x390fce(0x185)]];!_0x1e6c5f[_0x49c4bf]&&(_0x1e6c5f[_0x49c4bf]=[]),_0x1e6c5f[_0x49c4bf]['push'](_0x1b0c14),_0x3b2168[_0x4b36c1][TestFrameworkConstants[_0x390fce(0x16b)]]=_0x49c4bf;}}}return logger[_0x390fce(0x11a)](_0x390fce(0x1ae)+_0xd02c8e[_0x390fce(0xfc)]+_0x390fce(0xf5)+_0x4edc2e+'\x20for\x20test:\x20'+_0x4b36c1),_0x3b2168;}[a70_0x3c46cd(0x15e)](_0x5c5115){const _0x38d476=a70_0x3c46cd,_0x24d3b2={};_0x24d3b2['UODAg']=_0x38d476(0xe5);const _0x53f27d=_0x24d3b2;try{const _0x42d3fc=_0x5c5115[_0x38d476(0xf2)]?_0x5c5115[_0x38d476(0xf2)]['id']:_0x5c5115[_0x38d476(0x19e)][_0x38d476(0x12c)],_0x2d50a5=_0x5c5115[_0x38d476(0x126)],_0x549575=_0x2d50a5['getContext'](),_0x565790=_0x2d50a5['getAllData']()[_0x38d476(0x194)](_0x42d3fc);if(!_0x565790)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x42d3fc),{};logger[_0x38d476(0x11a)](_0x38d476(0x101)+_0x42d3fc);const {[TestFrameworkConstants[_0x38d476(0x149)]]:_0x54637f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1b7097='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2535e0='',[TestFrameworkConstants[_0x38d476(0x122)]]:_0xcec6ce=''}=_0x565790,_0x538c84=_0x2d50a5[_0x38d476(0x14e)]()[_0x38d476(0x199)]()[_0x38d476(0x111)]('.')[0x1],_0x2f98ea=_0x2d50a5[_0x38d476(0xec)]()[_0x38d476(0x199)]()[_0x38d476(0x111)]('.')[0x1],_0x10edc1=global?.['__workerDetails']?.[_0x38d476(0x155)]?.[_0x38d476(0x133)],_0x1189d5=_0x2d50a5[_0x38d476(0x106)](),_0xfbd4ad=Buffer[_0x38d476(0x163)](JSON[_0x38d476(0x128)](_0x565790))[_0x38d476(0x199)](_0x53f27d[_0x38d476(0xfe)]),_0x3cf3ce={'hash':_0x549575[_0x38d476(0x11b)](),'threadId':_0x549575[_0x38d476(0x102)]()[_0x38d476(0x199)](),'processId':_0x549575[_0x38d476(0x1a6)]()[_0x38d476(0x199)]()},_0x3c243f={};_0x3c243f['platformIndex']=_0x10edc1,_0x3c243f[_0x38d476(0x196)]=_0x54637f,_0x3c243f[_0x38d476(0x18d)]=_0x1b7097,_0x3c243f[_0x38d476(0x1a8)]=_0x538c84,_0x3c243f[_0x38d476(0xe3)]=_0x2f98ea,_0x3c243f[_0x38d476(0xee)]=_0x2535e0,_0x3c243f['endedAt']=_0xcec6ce,_0x3c243f['uuid']=_0x1189d5,_0x3c243f[_0x38d476(0xea)]=_0xfbd4ad,_0x3c243f[_0x38d476(0x130)]=_0x3cf3ce;const _0x1b2fb7=_0x3c243f;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x42d3fc+_0x38d476(0x144)+_0x538c84+_0x38d476(0x139)+_0x2f98ea),_0x1b2fb7;}catch(_0x1f4414){return logger['error'](_0x38d476(0x146)+util[_0x38d476(0x107)](_0x1f4414)),{};}}async['sendLogCreatedEvent'](_0x78df72,_0x2d906c,_0xc2924){const _0x713e10=a70_0x3c46cd,_0x39ae19={'RHSvY':function(_0x259a62,_0x70b729,_0x466bcc){return _0x259a62(_0x70b729,_0x466bcc);},'UuRjU':function(_0x41d265,_0xa6d0e1){return _0x41d265===_0xa6d0e1;},'Vtahv':_0x713e10(0x104),'DqBCV':function(_0x394687,_0x559a0e){return _0x394687/_0x559a0e;},'KtDGD':function(_0x2f62c4,_0x27f6f0){return _0x2f62c4<_0x27f6f0;},'FlHAC':function(_0x13e4f6,_0x9618d8){return _0x13e4f6*_0x9618d8;},'zLZZl':function(_0x3abc86,_0x1aebea){return _0x3abc86+_0x1aebea;},'yKXuS':function(_0x81b01e,_0x40acfb){return _0x81b01e+_0x40acfb;},'XXzoV':_0x713e10(0x13c)};try{const _0x30e0ae=_0xc2924['testUUID'],_0x1797b6=_0x78df72['getAllData']()[_0x713e10(0x194)](_0x30e0ae),{[TestFrameworkConstants[_0x713e10(0x149)]]:_0x2d761d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x62f4f1=''}=_0x1797b6,_0x31ef64=TestInfo[_0x713e10(0x197)](_0x30e0ae),_0x4b7ff4=TestInfo[_0x713e10(0x136)](_0x30e0ae)[TestFrameworkConstants[_0x713e10(0xe6)]]||{},_0x4a793e=_0x39ae19[_0x713e10(0x118)](getMediaArtifactsLogs,_0x4b7ff4,_0x78df72[_0x713e10(0x113)]()[_0x713e10(0x194)](_0x30e0ae)[TestFrameworkConstants[_0x713e10(0x1a7)]]),_0x19d3e9=(_0x31ef64||[])[_0x713e10(0x132)](_0x4a793e||[]);if(!_0x19d3e9||_0x39ae19[_0x713e10(0x175)](_0x19d3e9['length'],0x0)){logger[_0x713e10(0x11a)](_0x39ae19[_0x713e10(0x10c)]);return;}const _0x984732=0x28,_0x28821e=Math[_0x713e10(0x1a1)](_0x39ae19[_0x713e10(0x151)](_0x19d3e9[_0x713e10(0x148)],_0x984732));for(let _0x2d844e=0x0;_0x39ae19['KtDGD'](_0x2d844e,_0x28821e);_0x2d844e++){const _0x49db6e=_0x39ae19['FlHAC'](_0x2d844e,_0x984732),_0x347bc0=_0x39ae19[_0x713e10(0x14f)](_0x49db6e,_0x984732),_0x551c6d=_0x19d3e9['slice'](_0x49db6e,_0x347bc0),_0x24a394={'platformIndex':'0','logs':_0x551c6d,'testFrameworkName':_0x2d761d,'testFrameworkVersion':_0x62f4f1,'testFrameworkState':_0x2d906c[_0x713e10(0x199)]()[_0x713e10(0x111)]('.')[0x1]};logger[_0x713e10(0x11a)](_0x713e10(0x116)+_0x30e0ae+_0x713e10(0x137)+_0x39ae19['yKXuS'](_0x2d844e,0x1)+'/'+_0x28821e+_0x713e10(0x1ac)+util['inspect'](_0x24a394));const _0x4b5f0c=await GrpcClient[_0x713e10(0x182)]()[_0x713e10(0x17b)](_0x24a394);logger[_0x713e10(0x11a)](_0x713e10(0x116)+_0x30e0ae+_0x713e10(0x137)+_0x39ae19[_0x713e10(0x1ad)](_0x2d844e,0x1)+'/'+_0x28821e+_0x713e10(0x152)+util[_0x713e10(0x172)](_0x4b5f0c));}}catch(_0x58c022){logger[_0x713e10(0xde)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x713e10(0x107)](_0x58c022));}logger[_0x713e10(0x11a)](_0x39ae19[_0x713e10(0x168)]);}[a70_0x3c46cd(0x158)](_0x4e2615,_0x49d753,_0x594b15,_0xc11b21,_0x2f29ce){const _0x5c444e=a70_0x3c46cd,_0x5c3500={'testId':_0x49d753,'testFrameworkState':_0x594b15,'hookState':_0xc11b21,'args':_0x2f29ce,'timestamp':new Date()[_0x5c444e(0x150)]()};_0x4e2615[_0x5c444e(0x129)](_0x49d753,_0x5c3500),logger[_0x5c444e(0x11a)](_0x5c444e(0xf3)+_0x49d753+_0x5c444e(0x153)+_0x594b15+_0x5c444e(0x140)+_0xc11b21);}async[a70_0x3c46cd(0x120)](_0x29f0c4,_0x501d1e){const _0x1682d8=a70_0x3c46cd,_0x4a80bb={};_0x4a80bb[_0x1682d8(0x173)]=function(_0x222a2b,_0x4f661f){return _0x222a2b>_0x4f661f;};const _0x5cbf4f=_0x4a80bb;if(!_0x29f0c4[_0x1682d8(0x1b3)](_0x501d1e))return;const _0x51d6f6=_0x29f0c4[_0x1682d8(0x11f)](_0x501d1e);logger['debug'](_0x1682d8(0x18e)+_0x51d6f6[_0x1682d8(0x148)]+_0x1682d8(0x176)+_0x501d1e);for(const _0x544b16 of _0x51d6f6){try{const _0x31fb3d=await this[_0x1682d8(0x187)](_0x29f0c4,_0x544b16['testFrameworkState'],_0x544b16['hookState'],_0x544b16['args']);_0x31fb3d&&_0x5cbf4f[_0x1682d8(0x173)](Object[_0x1682d8(0x17f)](_0x31fb3d)[_0x1682d8(0x148)],0x0)&&_0x29f0c4['addMultipleEntries'](_0x31fb3d),await this[_0x1682d8(0x161)](_0x29f0c4,_0x544b16[_0x1682d8(0x1a8)],_0x544b16['hookState'],_0x544b16['args']);}catch(_0x28490e){logger['error'](_0x1682d8(0x18f)+_0x501d1e+_0x1682d8(0xe9)+_0x28490e);}}_0x29f0c4[_0x1682d8(0x1aa)](_0x501d1e),logger['debug'](_0x1682d8(0x180)+_0x501d1e);}}module[a70_0x3c46cd(0x12f)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x1cae99=a70_0x558a;(function(_0x4c97ad,_0x58c2a9){const _0x2a6100=a70_0x558a,_0xd6c35f=_0x4c97ad();while(!![]){try{const _0x2c5c25=parseInt(_0x2a6100(0x152))/0x1+parseInt(_0x2a6100(0x1a3))/0x2+parseInt(_0x2a6100(0x13a))/0x3*(parseInt(_0x2a6100(0x155))/0x4)+parseInt(_0x2a6100(0x118))/0x5+parseInt(_0x2a6100(0x143))/0x6*(-parseInt(_0x2a6100(0x189))/0x7)+parseInt(_0x2a6100(0xef))/0x8+-parseInt(_0x2a6100(0x132))/0x9;if(_0x2c5c25===_0x58c2a9)break;else _0xd6c35f['push'](_0xd6c35f['shift']());}catch(_0x36721a){_0xd6c35f['push'](_0xd6c35f['shift']());}}}(a70_0x2f9f,0x87a6e));const TestFramework=require(a70_0x1cae99(0x144)),TestFrameworkState=require(a70_0x1cae99(0x15b)),HookState=require(a70_0x1cae99(0x18e)),{createClassLogger}=require(a70_0x1cae99(0x147)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a70_0x1cae99(0x17d)),TrackedInstance=require(a70_0x1cae99(0x148)),TestFrameworkConstants=require(a70_0x1cae99(0x16e)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x1cae99(0x180)),logger=createClassLogger(a70_0x1cae99(0x165)),{v4:uuidv4}=require(a70_0x1cae99(0x1be)),util=require(a70_0x1cae99(0x167)),TestInfo=require(a70_0x1cae99(0x177)),GrpcClient=require('../grpcClient');function a70_0x2f9f(){const _0x14b85e=[',\x20state=','TEST','KEY_TEST_SCOPES','failure_type','hookState','uuid','POST','QsWmq','zDMXN','KEY_TEST_LOGS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','workerInfo','\x20batch\x20','KEY_HOOK_LAST_STARTED','runHooks','\x20hookState:\x20','toISOString','unknown','4729976zlMKFg','name','getCurrentTestState','KEY_TEST_FRAMEWORK_VERSION','storePendingHook','scopes','getTrackedInstance','KEY_TEST_CODE','PRE','addMultipleEntries','testUUID','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','sendLogCreatedEvent','getInstance','getCurrentHookState','cbpZE','getContext','trackHookEvent','hNOmn','createContext','getCurrentInstanceName','slice','QqvKn','failure_data','length','readLogObjects','\x20&\x20hook\x20=\x20','KEY_HOOK_RESULT','hNEwU','getRef','getProcessId','\x20response=','\x20and\x20args\x20=\x20','hJYtP','KEY_TEST_FAILURE','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','Tracked\x20cucumber\x20hook\x20event:\x20','HmayF','KEY_TEST_FILE_PATH','startedAt','KEY_TEST_FAILURE_TYPE','4628885LfZCts','endedAt','KEY_TEST_SCOPE','concat','dmaYw','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','EkwUY','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','testFrameworkVersion','\x20for\x20test:\x20','keys','resolveInstance','ZbGkV','getAllData','Urrkq','UzVUi','Cucumber\x20log\x20created\x20event','inspect','push','parseCucumberTest','KEY_TEST_RESULT','result','KEY_TEST_UUID','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_STARTED_AT','20195811ZJzwRF','getTestFrameworks',',\x20state:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','\x20&\x20hookState=','trackEvent','testData','TbOnW','324MDGqvm','hasPendingHooks','parallelIndex','trackEvent:\x20unsupported\x20testFrameworkState=','tdaya','UnhandledError','parseCucumberTestResult','XcAPd','get','6DjYmuX','./testFramework','SUgVH','platformIndex','../../../helpers/classLogger.js','../instances/trackedInstance.js','sendLogCreatedEvent:\x20for\x20testId:\x20','format','location','DEFAULT_TEST_RESULT','finishedAt','meta','getTestUUID','KEY_TEST_STARTED_AT','KEY_HOOK_FAILURE_REASON','1016588lmobdb','sKGBm','BpZpH','18516rgOspZ','split','EifRY','\x20pending\x20hooks\x20for\x20testId:\x20','body','trackCucumberInstance','../state/testFrameworkState.js','toString','KEY_TEST_TAGS','stringify','\x20with\x20UUID:\x20','uyOON','test','KEY_HOOK_ID','vKwhi','ceil','CucumberTestFramework','setTestDetails','util','hook_type','\x20payload=','finished_at','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hooks','KEY_HOOKS_STARTED','./constants/testFrameworkConstants.js','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','ncdqK','exports','setTrackedInstance','from','WPXUd','KEY_HOOK_FAILURE','KEY_TEST_ATTACHMENTS','../TestInfo.js','getTestDetails','\x20testState:\x20','executionContext','getPendingHooks','failed','../cliUtils.js','KEY_HOOKS_FINISHED','eventJson','../../../helpers/helper.js','failure_reason','KEY_HOOK_NAME','getTestFrameworksVersions','DEFAULT_HOOK_RESULT','KEY_LOGS','test_run_id',',\x20hookState:\x20','failure','5865734kRdKmX','removePendingHooks','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','error','testFrameworkName','../state/hookState.js','lneEu','pop','Updated\x20cucumber\x20test\x20result:\x20','\x20with\x20result:\x20','instance','tags','KEY_HOOK_FAILURE_TYPE','NvdpJ','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testFrameworkState','passed','KEY_AUTOMATE_SESSION_NAME','mftTg','createTestFrameworkEventPayload\x20testId:\x20','processPendingHooks','QeyiS',',\x20storing\x20as\x20pending\x20hook','ecTkk','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','base64','1208054MosyYn','getId','KEY_TEST_META','LOG_REPORT','KEY_CUSTOM_TAGS','KEY_TEST_ID','cBgkg','debug','mChPl','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','addPendingHook','BiYvR','args','Wjdyv','hookData','getThreadId','code','Error\x20in\x20createTestFrameworkEventPayload:\x20','\x20target=','rerun_name','xhEhI','KEY_TEST_NAME'];a70_0x2f9f=function(){return _0x14b85e;};return a70_0x2f9f();}function a70_0x558a(_0x5bd75d,_0x4d725a){const _0x2f9f42=a70_0x2f9f();return a70_0x558a=function(_0x558a53,_0x34ed54){_0x558a53=_0x558a53-0xea;let _0x5d637b=_0x2f9f42[_0x558a53];return _0x5d637b;},a70_0x558a(_0x5bd75d,_0x4d725a);}class CucumberTestFramework extends TestFramework{constructor(_0x19cce4,_0xce1d99,_0x4c126b){super(_0x19cce4,_0xce1d99,_0x4c126b);}async[a70_0x1cae99(0x137)](_0x575594,_0x50f55b,_0x5e5f68={}){const _0x3edb73=a70_0x1cae99,_0xe4f77c={};_0xe4f77c[_0x3edb73(0x141)]=_0x3edb73(0x18b),_0xe4f77c[_0x3edb73(0x11c)]=function(_0x26e691,_0xc3e4d3){return _0x26e691===_0xc3e4d3;},_0xe4f77c[_0x3edb73(0x174)]=function(_0x134241,_0x2fbcfb){return _0x134241===_0x2fbcfb;},_0xe4f77c[_0x3edb73(0x128)]='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x15e185=_0xe4f77c;await super[_0x3edb73(0x137)](_0x575594,_0x50f55b,_0x5e5f68);const _0x153453=this[_0x3edb73(0x124)](_0x575594,_0x50f55b,_0x5e5f68);if(!_0x153453){logger['debug'](_0x15e185['XcAPd']);return;}try{let _0x4252dd,_0x310dcf;switch(_0x575594){case TestFrameworkState[_0x3edb73(0x1ba)]:_0x4252dd=_0x5e5f68[_0x3edb73(0x161)],_0x310dcf=TestInfo[_0x3edb73(0x14f)](_0x4252dd['id']);if(_0x15e185[_0x3edb73(0x11c)](_0x50f55b,HookState[_0x3edb73(0xf7)])){logger['debug'](_0x3edb73(0x112)+_0x4252dd['id']);const _0x4f8f74={};_0x4f8f74['testUUID']=_0x310dcf,_0x4f8f74[_0x3edb73(0x138)]=_0x4252dd,_0x153453[_0x3edb73(0xf8)](this['parseCucumberTest'](_0x4f8f74)),logger[_0x3edb73(0x1aa)](_0x3edb73(0x1ac)+_0x4252dd['id']),await this[_0x3edb73(0x19d)](_0x153453,_0x4252dd['id']);}else{if(_0x15e185['WPXUd'](_0x50f55b,HookState[_0x3edb73(0x1bf)])){const _0x580d13={};_0x580d13[_0x3edb73(0xf9)]=_0x310dcf,_0x580d13[_0x3edb73(0x138)]=_0x4252dd,_0x153453[_0x3edb73(0xf8)](this[_0x3edb73(0x140)](_0x580d13)),await this[_0x3edb73(0x19d)](_0x153453,_0x4252dd['id']);}}break;case TestFrameworkState[_0x3edb73(0x1a6)]:_0x15e185[_0x3edb73(0x174)](_0x50f55b,HookState['POST'])&&await this[_0x3edb73(0xfb)](_0x153453,_0x575594,_0x5e5f68);break;default:if(CLIUtils['matchHookRegex'](_0x575594[_0x3edb73(0x15c)]()[_0x3edb73(0x156)]('.')[0x1])){const _0x37d7ee=await this[_0x3edb73(0x100)](_0x153453,_0x575594,_0x50f55b,_0x5e5f68);_0x153453['addMultipleEntries'](_0x37d7ee);}else logger['debug'](_0x3edb73(0x13d)+_0x575594+_0x3edb73(0x136)+_0x50f55b);break;}}catch(_0x596daa){logger[_0x3edb73(0x18c)](util[_0x3edb73(0x14a)](_0x15e185['UzVUi'],_0x575594,_0x50f55b,_0x5e5f68[_0x3edb73(0x107)],_0x596daa));}_0x5e5f68[_0x3edb73(0x193)]=_0x153453,await this[_0x3edb73(0xeb)](_0x153453,_0x575594,_0x50f55b,_0x5e5f68);}[a70_0x1cae99(0x124)](_0x51b9b0,_0x12b865,_0x5d3017={}){const _0x4c995b=a70_0x1cae99,_0x1c656b={};_0x1c656b[_0x4c995b(0x10b)]=function(_0x282278,_0x3b5321){return _0x282278===_0x3b5321;};const _0x41c688=_0x1c656b;let _0x4f38c7=null;return(_0x41c688[_0x4c995b(0x10b)](_0x51b9b0,TestFrameworkState['INIT_TEST'])||_0x41c688[_0x4c995b(0x10b)](_0x51b9b0,TestFrameworkState['NONE']))&&this[_0x4c995b(0x15a)](_0x51b9b0,_0x5d3017),_0x4f38c7=TestFramework[_0x4c995b(0xf5)](),_0x4f38c7;}[a70_0x1cae99(0x15a)](_0x3d1cb6,_0x4c3171){const _0x3edad0=a70_0x1cae99,_0x3c0ef1=CLIUtils[_0x3edad0(0x103)](),_0x47a06d=TrackedInstance[_0x3edad0(0x102)](_0x3c0ef1);let _0x492f45=null;logger[_0x3edad0(0x1aa)](_0x3edad0(0xfa)+_0x3c0ef1+_0x3edad0(0x1b9)+_0x3d1cb6),_0x492f45=new TestFrameworkInstance(_0x47a06d,this[_0x3edad0(0x133)](),this[_0x3edad0(0x183)](),_0x3d1cb6,HookState['NONE']),TestFramework[_0x3edad0(0x172)](_0x47a06d,_0x492f45),logger[_0x3edad0(0x1aa)](_0x3edad0(0x135)+_0x47a06d[_0x3edad0(0x1a4)]()+_0x3edad0(0x1b5)+_0x3c0ef1);}[a70_0x1cae99(0x12c)](_0x81d386){const _0x3bbbe2=a70_0x1cae99,_0x3d4f2a={};_0x3d4f2a[_0x3bbbe2(0x1ae)]=_0x3bbbe2(0x1a1);const _0x2501b7=_0x3d4f2a,{testUUID:_0x35e7c8,testData:_0x23197f}=_0x81d386;if(!_0x23197f||!_0x23197f[_0x3bbbe2(0x1be)])return logger[_0x3bbbe2(0x1aa)](_0x2501b7[_0x3bbbe2(0x1ae)]),{};const _0x1baf5e=_0x23197f[_0x3bbbe2(0x1be)],_0x27f802=_0x23197f[_0x3bbbe2(0x1be)],_0x341a5f=this[_0x3bbbe2(0x133)]()[0x0],_0x3d5c1f=this[_0x3bbbe2(0x183)](),_0x5d6c1a={[TestFrameworkConstants[_0x3bbbe2(0x11e)]]:_0x341a5f,[TestFrameworkConstants[_0x3bbbe2(0xf2)]]:_0x3d5c1f[_0x341a5f],[TestFrameworkConstants[_0x3bbbe2(0x1c2)]]:[],[TestFrameworkConstants[_0x3bbbe2(0x17e)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x16d)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x12f)]]:_0x1baf5e,[TestFrameworkConstants[_0x3bbbe2(0x12d)]]:TestFrameworkConstants[_0x3bbbe2(0x14c)],[TestFrameworkConstants[_0x3bbbe2(0x19a)]]:_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants[_0x3bbbe2(0x115)]]:_0x23197f['file_name']||'',[TestFrameworkConstants[_0x3bbbe2(0x1a8)]]:_0x27f802,[TestFrameworkConstants[_0x3bbbe2(0x1b8)]]:_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x23197f[_0x3bbbe2(0x14b)]||'',[TestFrameworkConstants[_0x3bbbe2(0xf6)]]:_0x23197f[_0x3bbbe2(0x159)]?.[_0x3bbbe2(0x1b3)]||null,[TestFrameworkConstants[_0x3bbbe2(0x15d)]]:_0x23197f[_0x3bbbe2(0x194)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x23197f['startedAt']||new Date()[_0x3bbbe2(0xed)](),[TestFrameworkConstants[_0x3bbbe2(0x11a)]]:_0x23197f[_0x3bbbe2(0xf4)]?.[0x0]||'',[TestFrameworkConstants[_0x3bbbe2(0x1bb)]]:_0x23197f['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x23197f['customRerunParam']?.[_0x3bbbe2(0x1b6)]||_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants[_0x3bbbe2(0x1a7)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x1a5)]]:_0x23197f[_0x3bbbe2(0x14e)]||{}};TestInfo['setTestDetails'](_0x27f802,_0x5d6c1a),logger[_0x3bbbe2(0x1aa)]('Parsed\x20cucumber\x20test:\x20'+_0x23197f[_0x3bbbe2(0xf0)]+_0x3bbbe2(0x15f)+_0x1baf5e);const _0x241992={};return _0x241992[_0x27f802]=_0x5d6c1a,_0x241992;}[a70_0x1cae99(0x140)](_0x6c3e68){const _0x28f416=a70_0x1cae99,_0x264b33={'EifRY':_0x28f416(0x1c3),'tdaya':_0x28f416(0xee),'sKGBm':function(_0x5beb08,_0x25c513){return _0x5beb08===_0x25c513;},'cbpZE':'failed','mftTg':_0x28f416(0x13f),'vKwhi':function(_0x492273,_0x245627,_0x3a9262){return _0x492273(_0x245627,_0x3a9262);},'WmmmO':function(_0x44a9d7,_0x145cfa){return _0x44a9d7>_0x145cfa;},'xhEhI':function(_0x456eb7,_0x18d776){return _0x456eb7>_0x18d776;}},{testUUID:_0x290933,testData:_0x288e65}=_0x6c3e68;if(!_0x288e65||!_0x288e65[_0x28f416(0x1be)])return logger[_0x28f416(0x1aa)](_0x264b33[_0x28f416(0x157)]),{};const _0x3cace2=this[_0x28f416(0x124)](TestFrameworkState[_0x28f416(0x1ba)],HookState[_0x28f416(0x1bf)]),_0x5c4c20=_0x288e65['uuid'],_0x195f88=TestInfo[_0x28f416(0x178)](_0x5c4c20)||{},_0x4d0231=_0x195f88?_0x195f88[TestFrameworkConstants[_0x28f416(0x1a7)]]||{}:{},_0x11fd9e={..._0x195f88,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x288e65['result']||_0x264b33[_0x28f416(0x13e)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x288e65[_0x28f416(0x14d)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x28f416(0xed)](),[TestFrameworkConstants[_0x28f416(0x1a7)]]:_0x4d0231,[TestFrameworkConstants[_0x28f416(0x185)]]:[],[TestFrameworkConstants[_0x28f416(0x1a5)]]:_0x288e65['meta']||{}};_0x264b33[_0x28f416(0x153)](_0x288e65[_0x28f416(0x12e)],_0x264b33[_0x28f416(0xfe)])&&_0x288e65[_0x28f416(0x188)]&&(_0x11fd9e[TestFrameworkConstants[_0x28f416(0x117)]]=_0x288e65[_0x28f416(0x1bc)]||_0x264b33[_0x28f416(0x19b)],_0x11fd9e[TestFrameworkConstants[_0x28f416(0x11d)]]=_0x288e65[_0x28f416(0x181)]||'',_0x11fd9e[TestFrameworkConstants[_0x28f416(0x111)]]=_0x288e65[_0x28f416(0x188)]);const _0x1f12cc=TestInfo['getTestDetails'](_0x5c4c20)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f0026=_0x264b33[_0x28f416(0x163)](getManualUploadLogs,_0x1f12cc,_0x3cace2[_0x28f416(0x126)]()[_0x28f416(0x142)](_0x5c4c20)[TestFrameworkConstants[_0x28f416(0x12f)]]);if(_0x264b33['WmmmO'](_0x3f0026['length'],0x0)){const _0x371069=_0x11fd9e[TestFrameworkConstants[_0x28f416(0x185)]]||[];_0x11fd9e[TestFrameworkConstants[_0x28f416(0x185)]]=[..._0x371069,..._0x3f0026];}_0x288e65[_0x28f416(0x16c)]&&_0x264b33[_0x28f416(0x1b7)](_0x288e65[_0x28f416(0x16c)][_0x28f416(0x107)],0x0)&&(_0x11fd9e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x288e65[_0x28f416(0x16c)]);TestInfo[_0x28f416(0x166)](_0x5c4c20,_0x11fd9e),logger['debug'](_0x28f416(0x191)+_0x288e65['name']+_0x28f416(0x192)+_0x288e65[_0x28f416(0x12e)]);const _0x1bb134={};return _0x1bb134[_0x5c4c20]=_0x11fd9e,_0x1bb134;}async[a70_0x1cae99(0x100)](_0x1070e0,_0x3a7490,_0x34e78f,_0x1ba434){const _0x37c853=a70_0x1cae99,_0x38d255={'hJYtP':_0x37c853(0x120),'ecTkk':function(_0x5a9f86){return _0x5a9f86();},'cBgkg':function(_0x17de3a,_0xa943e4){return _0x17de3a in _0xa943e4;},'hNOmn':function(_0x52c329,_0x8ebc69){return _0x52c329 in _0x8ebc69;},'QeyiS':function(_0x5d27cb,_0x28c06d){return _0x5d27cb===_0x28c06d;},'HmayF':function(_0x3f46a6,_0x712ef7){return _0x3f46a6===_0x712ef7;},'BpZpH':function(_0x3d2251,_0x1b3e91){return _0x3d2251>_0x1b3e91;},'lneEu':function(_0x161782,_0x2c0101){return _0x161782===_0x2c0101;},'mChPl':_0x37c853(0x17c),'Wjdyv':_0x37c853(0x13f),'SUgVH':_0x37c853(0x199),'uyOON':function(_0xd35e1b,_0x2fd858){return _0xd35e1b!==_0x2fd858;}},{hookData:_0x4ceff0}=_0x1ba434;if(!_0x4ceff0)return logger[_0x37c853(0x1aa)](_0x38d255[_0x37c853(0x110)]),{};const _0x413503=_0x4ceff0[_0x37c853(0x1be)]||_0x38d255[_0x37c853(0x1a0)](uuidv4),_0x14bc2e=_0x4ceff0['test_run_id'],_0x413b44=_0x3a7490[_0x37c853(0x15c)]()[_0x37c853(0x156)]('.')[0x1],_0xfd6a00=TestInfo[_0x37c853(0x178)](_0x14bc2e)[TestFrameworkConstants[_0x37c853(0x1a7)]]||{},_0x7c4efc=_0x1070e0[_0x37c853(0x126)]()[_0x37c853(0x142)](_0x14bc2e);if(!_0x7c4efc)return logger['debug'](_0x37c853(0x16b)+_0x14bc2e+_0x37c853(0x19f)),this[_0x37c853(0xf3)](_0x1070e0,_0x14bc2e,_0x3a7490,_0x34e78f,_0x1ba434),{};let _0x3d46eb=_0x7c4efc[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3d46eb&&(_0x3d46eb={});!_0x38d255[_0x37c853(0x1a9)](_0x413b44,_0x3d46eb)&&(_0x3d46eb[_0x413b44]=[]);let _0x28f505=_0x7c4efc[TestFrameworkConstants[_0x37c853(0x17e)]];!_0x28f505&&(_0x28f505={});!_0x38d255[_0x37c853(0x101)](_0x413b44,_0x28f505)&&(_0x28f505[_0x413b44]=[]);const _0x336ce9={[TestFrameworkConstants[_0x37c853(0x16d)]]:_0x3d46eb,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x28f505},_0x3af118={};_0x3af118[_0x14bc2e]=_0x336ce9;const _0x3a90df=_0x3af118;if(_0x38d255[_0x37c853(0x19e)](_0x34e78f,HookState[_0x37c853(0xf7)])){const _0x4a78c5={[TestFrameworkConstants[_0x37c853(0x162)]]:_0x413503,[TestFrameworkConstants[_0x37c853(0x10a)]]:TestFrameworkConstants[_0x37c853(0x184)],[TestFrameworkConstants[_0x37c853(0x131)]]:_0x4ceff0['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x37c853(0x182)]]:_0x4ceff0[_0x37c853(0x168)],[TestFrameworkConstants[_0x37c853(0x1a7)]]:_0xfd6a00};_0x4a78c5['key']=_0x413b44;const _0x3630c3=_0x4a78c5;_0x3d46eb[_0x413b44]['push'](_0x3630c3),_0x3a90df[_0x14bc2e][TestFrameworkConstants[_0x37c853(0xea)]]=_0x413b44,logger['debug']('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x413b44+_0x37c853(0x109)+_0x3630c3+'\x20\x20and\x20args\x20=\x20'+_0x1ba434);}else{if(_0x38d255[_0x37c853(0x114)](_0x34e78f,HookState['POST'])){const _0x42ab9e=_0x4ceff0[_0x37c853(0x12e)],_0x27e378=_0x3d46eb[_0x413b44]||[];logger[_0x37c853(0x1aa)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x27e378+_0x37c853(0x10f)+_0x1ba434);if(_0x38d255[_0x37c853(0x154)](_0x27e378[_0x37c853(0x107)],0x0)){const _0x202860=_0x27e378[_0x37c853(0x190)]();_0x38d255[_0x37c853(0x18f)](_0x4ceff0[_0x37c853(0x12e)],_0x38d255[_0x37c853(0x1ab)])&&_0x4ceff0[_0x37c853(0x106)]?(_0x202860[TestFrameworkConstants[_0x37c853(0x195)]]=_0x4ceff0[_0x37c853(0x1bc)]||_0x38d255[_0x37c853(0x1b0)],_0x202860[TestFrameworkConstants[_0x37c853(0x151)]]=_0x4ceff0[_0x37c853(0x181)]||'',_0x202860[TestFrameworkConstants[_0x37c853(0x175)]]=_0x4ceff0[_0x37c853(0x106)]):_0x202860[TestFrameworkConstants[_0x37c853(0x10a)]]=_0x38d255[_0x37c853(0x145)];_0x38d255[_0x37c853(0x160)](_0x42ab9e,TestFrameworkConstants[_0x37c853(0x184)])&&(_0x202860[TestFrameworkConstants[_0x37c853(0x10a)]]=_0x42ab9e);_0x202860[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4ceff0[_0x37c853(0x16a)]||new Date()[_0x37c853(0xed)](),_0x202860[TestFrameworkConstants[_0x37c853(0x1a7)]]=_0xfd6a00;const _0x3d68ef=_0x202860[TestFrameworkConstants[_0x37c853(0x162)]];!_0x28f505[_0x413b44]&&(_0x28f505[_0x413b44]=[]),_0x28f505[_0x413b44][_0x37c853(0x12b)](_0x202860),_0x3a90df[_0x14bc2e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x413b44;}}}return logger[_0x37c853(0x1aa)](_0x37c853(0x113)+_0x4ceff0['hook_type']+'\x20with\x20id\x20'+_0x413503+_0x37c853(0x122)+_0x14bc2e),_0x3a90df;}['createTestFrameworkEventPayload'](_0x5c0e6f){const _0x5ae707=a70_0x1cae99,_0x4e473a={};_0x4e473a[_0x5ae707(0x11f)]=_0x5ae707(0x1a2);const _0x13a2e6=_0x4e473a;try{const _0xddfe4c=_0x5c0e6f[_0x5ae707(0x161)]?_0x5c0e6f[_0x5ae707(0x161)]['id']:_0x5c0e6f[_0x5ae707(0x1b1)][_0x5ae707(0x186)],_0x5bc47b=_0x5c0e6f[_0x5ae707(0x193)],_0x24faf2=_0x5bc47b[_0x5ae707(0xff)](),_0x302e91=_0x5bc47b[_0x5ae707(0x126)]()['get'](_0xddfe4c);if(!_0x302e91)return logger[_0x5ae707(0x1aa)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0xddfe4c),{};logger[_0x5ae707(0x1aa)](_0x5ae707(0x19c)+_0xddfe4c);const {[TestFrameworkConstants[_0x5ae707(0x11e)]]:_0x34b950='',[TestFrameworkConstants[_0x5ae707(0xf2)]]:_0x6cbd0e='',[TestFrameworkConstants[_0x5ae707(0x150)]]:_0x1d608e='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x12e09f=''}=_0x302e91,_0x18e0ad=_0x5bc47b[_0x5ae707(0xf1)]()[_0x5ae707(0x15c)]()[_0x5ae707(0x156)]('.')[0x1],_0x4ca67e=_0x5bc47b[_0x5ae707(0xfd)]()[_0x5ae707(0x15c)]()['split']('.')[0x1],_0x533cce=global?.['__workerDetails']?.[_0x5ae707(0x1c4)]?.[_0x5ae707(0x13c)],_0x3990a3=_0x5bc47b[_0x5ae707(0x10c)](),_0x500e7a=Buffer[_0x5ae707(0x173)](JSON[_0x5ae707(0x15e)](_0x302e91))[_0x5ae707(0x15c)](_0x13a2e6[_0x5ae707(0x11f)]),_0x4f5f1f={'hash':_0x24faf2[_0x5ae707(0x1a4)](),'threadId':_0x24faf2[_0x5ae707(0x1b2)]()[_0x5ae707(0x15c)](),'processId':_0x24faf2[_0x5ae707(0x10d)]()[_0x5ae707(0x15c)]()},_0x32af30={};_0x32af30[_0x5ae707(0x146)]=_0x533cce,_0x32af30[_0x5ae707(0x18d)]=_0x34b950,_0x32af30[_0x5ae707(0x121)]=_0x6cbd0e,_0x32af30[_0x5ae707(0x198)]=_0x18e0ad,_0x32af30[_0x5ae707(0x1bd)]=_0x4ca67e,_0x32af30[_0x5ae707(0x116)]=_0x1d608e,_0x32af30[_0x5ae707(0x119)]=_0x12e09f,_0x32af30[_0x5ae707(0x1be)]=_0x3990a3,_0x32af30[_0x5ae707(0x17f)]=_0x500e7a,_0x32af30[_0x5ae707(0x17a)]=_0x4f5f1f;const _0x3f322f=_0x32af30;return logger[_0x5ae707(0x1aa)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0xddfe4c+_0x5ae707(0x179)+_0x18e0ad+_0x5ae707(0xec)+_0x4ca67e),_0x3f322f;}catch(_0x51c2f6){return logger[_0x5ae707(0x18c)](_0x5ae707(0x1b4)+util[_0x5ae707(0x14a)](_0x51c2f6)),{};}}async[a70_0x1cae99(0xfb)](_0x191caf,_0x5a9884,_0x3e71ae){const _0x15418e=a70_0x1cae99,_0x4e642d={'TbOnW':function(_0x18dc1c,_0x677df0,_0x4d973b){return _0x18dc1c(_0x677df0,_0x4d973b);},'GUwWV':function(_0x453d25,_0x520906){return _0x453d25===_0x520906;},'QsWmq':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','Urrkq':function(_0x2d031d,_0x125ce1){return _0x2d031d/_0x125ce1;},'ncdqK':function(_0x4d786c,_0x418f10){return _0x4d786c<_0x418f10;},'QqvKn':function(_0x43b70a,_0xa71911){return _0x43b70a*_0xa71911;},'XwwBI':function(_0x3c5e2f,_0xd4a883){return _0x3c5e2f+_0xd4a883;},'NvdpJ':function(_0x23208a,_0xe52eab){return _0x23208a+_0xe52eab;},'oMpgv':function(_0x65836e,_0x3de0ec){return _0x65836e+_0x3de0ec;},'zDMXN':_0x15418e(0x129)};try{const _0x54fe9b=_0x3e71ae[_0x15418e(0xf9)],_0x5d2603=_0x191caf[_0x15418e(0x126)]()[_0x15418e(0x142)](_0x54fe9b),{[TestFrameworkConstants[_0x15418e(0x11e)]]:_0x9e810c='',[TestFrameworkConstants[_0x15418e(0xf2)]]:_0x17a310=''}=_0x5d2603,_0x549033=TestInfo[_0x15418e(0x108)](_0x54fe9b),_0x2ba5fd=TestInfo['getTestDetails'](_0x54fe9b)[TestFrameworkConstants[_0x15418e(0x176)]]||{},_0x489e7d=_0x4e642d[_0x15418e(0x139)](getMediaArtifactsLogs,_0x2ba5fd,_0x191caf[_0x15418e(0x126)]()[_0x15418e(0x142)](_0x54fe9b)[TestFrameworkConstants[_0x15418e(0x12f)]]),_0x3b6005=(_0x549033||[])[_0x15418e(0x11b)](_0x489e7d||[]);if(!_0x3b6005||_0x4e642d['GUwWV'](_0x3b6005[_0x15418e(0x107)],0x0)){logger[_0x15418e(0x1aa)](_0x4e642d[_0x15418e(0x1c0)]);return;}const _0x2e9233=0x28,_0x27d429=Math[_0x15418e(0x164)](_0x4e642d[_0x15418e(0x127)](_0x3b6005[_0x15418e(0x107)],_0x2e9233));for(let _0x191092=0x0;_0x4e642d[_0x15418e(0x170)](_0x191092,_0x27d429);_0x191092++){const _0x158725=_0x4e642d[_0x15418e(0x105)](_0x191092,_0x2e9233),_0x32f9ba=_0x4e642d['XwwBI'](_0x158725,_0x2e9233),_0x54b0cf=_0x3b6005[_0x15418e(0x104)](_0x158725,_0x32f9ba),_0x3b5094={'platformIndex':'0','logs':_0x54b0cf,'testFrameworkName':_0x9e810c,'testFrameworkVersion':_0x17a310,'testFrameworkState':_0x5a9884[_0x15418e(0x15c)]()[_0x15418e(0x156)]('.')[0x1]};logger[_0x15418e(0x1aa)](_0x15418e(0x149)+_0x54fe9b+_0x15418e(0x1c5)+_0x4e642d[_0x15418e(0x196)](_0x191092,0x1)+'/'+_0x27d429+_0x15418e(0x169)+util[_0x15418e(0x12a)](_0x3b5094));const _0x3b8829=await GrpcClient[_0x15418e(0xfc)]()['logCreatedEvent'](_0x3b5094);logger[_0x15418e(0x1aa)](_0x15418e(0x149)+_0x54fe9b+_0x15418e(0x1c5)+_0x4e642d['oMpgv'](_0x191092,0x1)+'/'+_0x27d429+_0x15418e(0x10e)+util[_0x15418e(0x12a)](_0x3b8829));}}catch(_0x2d8cfd){logger[_0x15418e(0x18c)](_0x15418e(0x16f)+util[_0x15418e(0x14a)](_0x2d8cfd));}logger[_0x15418e(0x1aa)](_0x4e642d[_0x15418e(0x1c1)]);}['storePendingHook'](_0x22a6ee,_0x2e90b7,_0x5756be,_0x2bcbad,_0x488187){const _0x5d0c77=a70_0x1cae99,_0x23d30a={'testId':_0x2e90b7,'testFrameworkState':_0x5756be,'hookState':_0x2bcbad,'args':_0x488187,'timestamp':new Date()[_0x5d0c77(0xed)]()};_0x22a6ee[_0x5d0c77(0x1ad)](_0x2e90b7,_0x23d30a),logger[_0x5d0c77(0x1aa)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2e90b7+_0x5d0c77(0x134)+_0x5756be+_0x5d0c77(0x187)+_0x2bcbad);}async['processPendingHooks'](_0x47dce0,_0x438aa){const _0x1ed149=a70_0x1cae99,_0x37669b={};_0x37669b['ZbGkV']=function(_0x14ac49,_0x19a17a){return _0x14ac49>_0x19a17a;};const _0x51b86b=_0x37669b;if(!_0x47dce0[_0x1ed149(0x13b)](_0x438aa))return;const _0x4d853a=_0x47dce0[_0x1ed149(0x17b)](_0x438aa);logger[_0x1ed149(0x1aa)]('Processing\x20'+_0x4d853a[_0x1ed149(0x107)]+_0x1ed149(0x158)+_0x438aa);for(const _0x23689c of _0x4d853a){try{const _0x3ce418=await this[_0x1ed149(0x100)](_0x47dce0,_0x23689c['testFrameworkState'],_0x23689c['hookState'],_0x23689c[_0x1ed149(0x1af)]);_0x3ce418&&_0x51b86b[_0x1ed149(0x125)](Object[_0x1ed149(0x123)](_0x3ce418)[_0x1ed149(0x107)],0x0)&&_0x47dce0[_0x1ed149(0xf8)](_0x3ce418),await this[_0x1ed149(0xeb)](_0x47dce0,_0x23689c['testFrameworkState'],_0x23689c[_0x1ed149(0x1bd)],_0x23689c[_0x1ed149(0x1af)]);}catch(_0xb15c4b){logger[_0x1ed149(0x18c)](_0x1ed149(0x130)+_0x438aa+',\x20error:\x20'+_0xb15c4b);}}_0x47dce0[_0x1ed149(0x18a)](_0x438aa),logger[_0x1ed149(0x1aa)](_0x1ed149(0x197)+_0x438aa);}}module[a70_0x1cae99(0x171)]=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71_0x542f14=a71_0x3f1e;(function(_0x46534d,_0x3f70b2){const _0x30494c=a71_0x3f1e,_0x49d718=_0x46534d();while(!![]){try{const _0x93b2f8=-parseInt(_0x30494c(0x323))/0x1*(-parseInt(_0x30494c(0x207))/0x2)+-parseInt(_0x30494c(0x2e4))/0x3*(-parseInt(_0x30494c(0x262))/0x4)+-parseInt(_0x30494c(0x1ee))/0x5*(parseInt(_0x30494c(0x306))/0x6)+parseInt(_0x30494c(0x24e))/0x7+parseInt(_0x30494c(0x1b5))/0x8+parseInt(_0x30494c(0x2ea))/0x9*(parseInt(_0x30494c(0x270))/0xa)+-parseInt(_0x30494c(0x26a))/0xb;if(_0x93b2f8===_0x3f70b2)break;else _0x49d718['push'](_0x49d718['shift']());}catch(_0x393f45){_0x49d718['push'](_0x49d718['shift']());}}}(a71_0x1fe1,0xa278e));const TestFramework=require(a71_0x542f14(0x28a)),TestFrameworkState=require(a71_0x542f14(0x226)),HookState=require(a71_0x542f14(0x1c3)),{createClassLogger}=require(a71_0x542f14(0x2a2)),TestFrameworkInstance=require(a71_0x542f14(0x1ac)),CLIUtils=require(a71_0x542f14(0x281)),TrackedInstance=require(a71_0x542f14(0x1b8)),TestFrameworkConstants=require(a71_0x542f14(0x2ce)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x542f14(0x28f)),{isInternalHook}=require(a71_0x542f14(0x22c)),logger=createClassLogger(a71_0x542f14(0x2a6)),{v4:uuidv4}=require(a71_0x542f14(0x26b)),util=require(a71_0x542f14(0x1e5)),TestInfo=require(a71_0x542f14(0x2e7)),GrpcClient=require(a71_0x542f14(0x255)),stackTrace=require(a71_0x542f14(0x29c));function a71_0x3f1e(_0x1390f1,_0x10a8ad){const _0x1fe1c7=a71_0x1fe1();return a71_0x3f1e=function(_0x3f1ed1,_0x332cd3){_0x3f1ed1=_0x3f1ed1-0x18b;let _0x227d85=_0x1fe1c7[_0x3f1ed1];return _0x227d85;},a71_0x3f1e(_0x1390f1,_0x10a8ad);}class JestTestFramework extends TestFramework{constructor(_0x356e5c,_0x6a54af,_0x24a2cd){super(_0x356e5c,_0x6a54af,_0x24a2cd),this['activeHooks']=new Map();}[a71_0x542f14(0x324)](_0x284912,_0xcee5bb,_0x5b092e){const _0x524787=a71_0x542f14,_0x58993c={};_0x58993c[_0x524787(0x286)]=function(_0x4286fe,_0x1c0def){return _0x4286fe||_0x1c0def;};const _0x48318f=_0x58993c;if(_0x48318f[_0x524787(0x286)](!_0x284912,!_0xcee5bb)){logger[_0x524787(0x2f4)](_0x524787(0x1d1)+_0x284912+_0x524787(0x1ab)+_0xcee5bb);return;}!this[_0x524787(0x303)]['has'](_0x284912)&&this[_0x524787(0x303)]['set'](_0x284912,[]);const _0xe8100e={'hookUUID':_0xcee5bb,'hookType':_0x5b092e,'startedAt':new Date()['toISOString']()};this[_0x524787(0x303)][_0x524787(0x230)](_0x284912)[_0x524787(0x214)](_0xe8100e),logger[_0x524787(0x30d)](_0x524787(0x20b)+_0x284912+_0x524787(0x1ab)+_0xcee5bb+',\x20hookType='+_0x5b092e+',\x20totalHooks='+this[_0x524787(0x303)]['get'](_0x284912)['length']);}['removeActiveHook'](_0x442c9d,_0x56b094){const _0x307c38=a71_0x542f14,_0x19dfe3={};_0x19dfe3[_0x307c38(0x1a4)]=function(_0x4b3925,_0x23f4f9){return _0x4b3925||_0x23f4f9;},_0x19dfe3[_0x307c38(0x242)]=function(_0x4d48d6,_0x40e642){return _0x4d48d6!==_0x40e642;},_0x19dfe3[_0x307c38(0x1d8)]=function(_0x23af27,_0x2dd69d){return _0x23af27===_0x2dd69d;};const _0x5b4c56=_0x19dfe3;if(_0x5b4c56[_0x307c38(0x1a4)](!_0x442c9d,!_0x56b094)){logger[_0x307c38(0x2f4)](_0x307c38(0x1d2)+_0x442c9d+_0x307c38(0x1ab)+_0x56b094);return;}if(this[_0x307c38(0x303)][_0x307c38(0x1aa)](_0x442c9d)){const _0x172c17=this[_0x307c38(0x303)]['get'](_0x442c9d),_0x10442d=_0x172c17[_0x307c38(0x2a1)](_0x21e414=>_0x21e414[_0x307c38(0x309)]===_0x56b094);_0x5b4c56[_0x307c38(0x242)](_0x10442d,-0x1)?(_0x172c17[_0x307c38(0x2be)](_0x10442d,0x1),logger['debug'](_0x307c38(0x1e8)+_0x442c9d+',\x20hookUUID='+_0x56b094+_0x307c38(0x322)+_0x172c17[_0x307c38(0x273)]),_0x5b4c56['FtsER'](_0x172c17[_0x307c38(0x273)],0x0)&&this[_0x307c38(0x303)][_0x307c38(0x2d5)](_0x442c9d)):logger[_0x307c38(0x30d)](_0x307c38(0x2f7)+_0x442c9d+_0x307c38(0x1ab)+_0x56b094);}}[a71_0x542f14(0x264)](_0x149004){const _0x2411f8=a71_0x542f14,_0x1cb29e={};_0x1cb29e['dLdul']=function(_0x4e70d6,_0x5046b5){return _0x4e70d6>_0x5046b5;},_0x1cb29e[_0x2411f8(0x22b)]=function(_0x1355d0,_0x568a87){return _0x1355d0-_0x568a87;};const _0x3c77fc=_0x1cb29e;if(!_0x149004)return null;if(this['activeHooks'][_0x2411f8(0x1aa)](_0x149004)){const _0x3892ec=this[_0x2411f8(0x303)][_0x2411f8(0x230)](_0x149004);if(_0x3c77fc[_0x2411f8(0x29f)](_0x3892ec['length'],0x0)){const _0x8f80da=_0x3892ec[_0x3c77fc['qtzUq'](_0x3892ec[_0x2411f8(0x273)],0x1)];return logger[_0x2411f8(0x30d)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x149004+_0x2411f8(0x1ab)+_0x8f80da[_0x2411f8(0x309)]+_0x2411f8(0x2b6)+_0x8f80da[_0x2411f8(0x1c2)]),_0x8f80da;}}return null;}async[a71_0x542f14(0x25f)](_0x216dce,_0x42663a,_0x49950e={}){const _0x32a5b3=a71_0x542f14,_0x2f66ea={};_0x2f66ea[_0x32a5b3(0x200)]=_0x32a5b3(0x218),_0x2f66ea[_0x32a5b3(0x267)]=function(_0x496479,_0x3ee238){return _0x496479===_0x3ee238;},_0x2f66ea['Jaste']=function(_0x533a59,_0x10ec23){return _0x533a59===_0x10ec23;},_0x2f66ea[_0x32a5b3(0x290)]=function(_0x2130fe,_0x4be515){return _0x2130fe||_0x4be515;},_0x2f66ea[_0x32a5b3(0x2de)]=_0x32a5b3(0x279);const _0x29906a=_0x2f66ea;logger['debug'](_0x32a5b3(0x197)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+',\x20argsKeys='+Object[_0x32a5b3(0x1f5)](_0x49950e)['join'](',')),await super[_0x32a5b3(0x25f)](_0x216dce,_0x42663a,_0x49950e);const _0x2141ad=this[_0x32a5b3(0x1a7)](_0x216dce,_0x42663a,_0x49950e);if(!_0x2141ad){logger[_0x32a5b3(0x30d)](_0x29906a['bciam']);return;}try{let _0x5819a1,_0x414280,_0x581622;switch(_0x216dce){case TestFrameworkState[_0x32a5b3(0x1f3)]:_0x5819a1=_0x49950e[_0x32a5b3(0x20f)];const _0x5b028d={};_0x5b028d[_0x32a5b3(0x283)]=0x2,_0x5b028d['maxArrayLength']=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1d7)+_0x42663a+_0x32a5b3(0x2c3)+util[_0x32a5b3(0x302)](_0x5819a1,_0x5b028d)),_0x581622=this['getJestTestIdentifier'](_0x5819a1),_0x414280=null,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1b4)+_0x581622+_0x32a5b3(0x2f2));if(_0x29906a[_0x32a5b3(0x267)](_0x42663a,HookState[_0x32a5b3(0x2ec)])){logger[_0x32a5b3(0x30d)](_0x32a5b3(0x266)+_0x581622);const _0x1e3495={};_0x1e3495[_0x32a5b3(0x208)]=_0x414280,_0x1e3495[_0x32a5b3(0x1eb)]=_0x5819a1,_0x1e3495[_0x32a5b3(0x2a7)]=_0x581622;const _0x3e302e=this[_0x32a5b3(0x248)](_0x1e3495),_0xdf219={};_0xdf219[_0x32a5b3(0x283)]=0x2,_0xdf219[_0x32a5b3(0x325)]=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2e1)+util['inspect'](_0x3e302e,_0xdf219)),_0x2141ad[_0x32a5b3(0x2d1)](_0x3e302e),logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2ca)+_0x581622),await this[_0x32a5b3(0x1b2)](_0x2141ad,_0x581622);}else{if(_0x29906a[_0x32a5b3(0x253)](_0x42663a,HookState[_0x32a5b3(0x1ae)])){logger['debug'](_0x32a5b3(0x256)+_0x581622);const _0x3ae035=_0x2141ad[_0x32a5b3(0x2e3)]()['get'](_0x581622);logger[_0x32a5b3(0x30d)](_0x32a5b3(0x261)+util[_0x32a5b3(0x302)](Object['keys'](_0x29906a['JkbXE'](_0x3ae035,{}))));_0x3ae035&&_0x3ae035[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x32a5b3(0x30d)](_0x32a5b3(0x223)+Object[_0x32a5b3(0x1f5)](_0x3ae035[TestFrameworkConstants[_0x32a5b3(0x192)]])['length']+'\x20files'):logger['debug'](_0x29906a['bStNe']);const _0x58b74d=_0x49950e[_0x32a5b3(0x193)]||null,_0x12f0cd={};_0x12f0cd[_0x32a5b3(0x208)]=_0x414280,_0x12f0cd['testData']=_0x5819a1,_0x12f0cd['testId']=_0x581622,_0x12f0cd[_0x32a5b3(0x193)]=_0x58b74d;const _0x31091d=this[_0x32a5b3(0x272)](_0x12f0cd),_0xfd72e={};_0xfd72e[_0x32a5b3(0x283)]=0x2,_0xfd72e[_0x32a5b3(0x325)]=0x3,logger['debug'](_0x32a5b3(0x2d0)+util[_0x32a5b3(0x302)](_0x31091d,_0xfd72e)),_0x2141ad[_0x32a5b3(0x2d1)](_0x31091d),logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1f7)+_0x581622),await this[_0x32a5b3(0x1b2)](_0x2141ad,_0x581622);}}break;case TestFrameworkState[_0x32a5b3(0x263)]:if(_0x29906a[_0x32a5b3(0x267)](_0x42663a,HookState[_0x32a5b3(0x1ae)])){const _0x1ed269={};_0x1ed269[_0x32a5b3(0x283)]=0x2,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x26d)+util[_0x32a5b3(0x302)](_0x49950e,_0x1ed269)),await this[_0x32a5b3(0x285)](_0x2141ad,_0x216dce,_0x49950e);}break;default:if(CLIUtils['matchHookRegex'](_0x216dce[_0x32a5b3(0x21f)]()[_0x32a5b3(0x216)]('.')[0x1])){const _0x4e57c1={};_0x4e57c1['depth']=0x2,_0x4e57c1['maxArrayLength']=0x3,logger['debug'](_0x32a5b3(0x277)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+_0x32a5b3(0x305)+util['inspect'](_0x49950e[_0x32a5b3(0x1e3)],_0x4e57c1));const _0x42f8b5=await this[_0x32a5b3(0x2e6)](_0x2141ad,_0x216dce,_0x42663a,_0x49950e),_0x2ddb9c={};_0x2ddb9c['depth']=0x2,_0x2ddb9c[_0x32a5b3(0x325)]=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x320)+util[_0x32a5b3(0x302)](_0x42f8b5,_0x2ddb9c)),_0x2141ad[_0x32a5b3(0x2d1)](_0x42f8b5);}else logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2fd)+_0x216dce+'\x20&\x20hookState='+_0x42663a);break;}logger[_0x32a5b3(0x30d)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x216dce+_0x32a5b3(0x307)+_0x42663a);}catch(_0x568c38){logger[_0x32a5b3(0x1c4)](_0x32a5b3(0x319)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+_0x32a5b3(0x250)+util['format'](_0x568c38));}_0x49950e['instance']=_0x2141ad,await this[_0x32a5b3(0x2ef)](_0x2141ad,_0x216dce,_0x42663a,_0x49950e);}[a71_0x542f14(0x29b)](_0xbf1c79){const _0x2f3972=a71_0x542f14,_0x3ffac4={};_0x3ffac4[_0x2f3972(0x1e0)]=_0x2f3972(0x1f8);const _0x127a3d=_0x3ffac4;if(_0xbf1c79&&(_0xbf1c79['id']||_0xbf1c79[_0x2f3972(0x26b)])){const _0x4ba111=_0xbf1c79['id']||_0xbf1c79[_0x2f3972(0x26b)];return logger[_0x2f3972(0x30d)](_0x2f3972(0x30c)+_0x4ba111+_0x2f3972(0x2ba)),_0x4ba111;}return logger[_0x2f3972(0x30d)](_0x127a3d[_0x2f3972(0x1e0)]),process[_0x2f3972(0x296)]+':testAnalyticsId';}[a71_0x542f14(0x1a7)](_0x4e26db,_0x5a34c0,_0x4ab1c3={}){const _0xc29fe2=a71_0x542f14;let _0x190be4=null;return _0x190be4=TestFramework[_0xc29fe2(0x18e)](),!_0x190be4?(logger[_0xc29fe2(0x30d)](_0xc29fe2(0x28b)+_0x4e26db),this[_0xc29fe2(0x2bc)](_0x4e26db,_0x4ab1c3),_0x190be4=TestFramework['getTrackedInstance'](),logger[_0xc29fe2(0x30d)](_0xc29fe2(0x227)+!!_0x190be4+',\x20contextId='+_0x190be4?.[_0xc29fe2(0x2b3)]()?.[_0xc29fe2(0x2db)]())):logger[_0xc29fe2(0x30d)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x190be4['getContext']()?.[_0xc29fe2(0x2db)]()),_0x190be4;}[a71_0x542f14(0x2bc)](_0x1ddddd,_0x57142d){const _0x3be7d0=a71_0x542f14,_0x174560={};_0x174560['GbZSH']=_0x3be7d0(0x298);const _0x427076=_0x174560;if(TestFramework[_0x3be7d0(0x18e)]()){logger[_0x3be7d0(0x30d)](_0x427076[_0x3be7d0(0x23e)]);return;}const _0x2a99bf=CLIUtils[_0x3be7d0(0x228)](),_0x1a30f7=TrackedInstance[_0x3be7d0(0x20c)](_0x2a99bf);let _0x43d538=null;logger[_0x3be7d0(0x30d)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x2a99bf+_0x3be7d0(0x20e)+_0x1ddddd),_0x43d538=new TestFrameworkInstance(_0x1a30f7,this[_0x3be7d0(0x28d)](),this[_0x3be7d0(0x1d3)](),_0x1ddddd,HookState[_0x3be7d0(0x2b4)]),TestFramework['setTrackedInstance'](_0x1a30f7,_0x43d538),logger[_0x3be7d0(0x30d)](_0x3be7d0(0x295)+_0x1a30f7[_0x3be7d0(0x2db)]()+_0x3be7d0(0x31e)+_0x2a99bf+_0x3be7d0(0x294)+this[_0x3be7d0(0x28d)]()[0x0]+_0x3be7d0(0x18d)+this['getTestFrameworksVersions']()[this[_0x3be7d0(0x28d)]()[0x0]]);}[a71_0x542f14(0x248)](_0x236680){const _0x4e467a=a71_0x542f14,_0x2f943e={};_0x2f943e[_0x4e467a(0x1be)]=function(_0x2d2057,_0x352db5){return _0x2d2057||_0x352db5;},_0x2f943e[_0x4e467a(0x28e)]=_0x4e467a(0x27c);const _0x520590=_0x2f943e,{testUUID:_0x3e5176,testData:_0x409e65,testId:_0x4dc367}=_0x236680;if(_0x520590[_0x4e467a(0x1be)](!_0x409e65,!_0x4dc367))return logger[_0x4e467a(0x30d)](_0x520590['pXulw']),{};const _0x193d64=this['getTestFrameworks']()[0x0],_0x1ad3ae=this['getTestFrameworksVersions'](),_0x506969={};_0x506969[_0x4e467a(0x283)]=0x2,_0x506969[_0x4e467a(0x325)]=0x3,logger[_0x4e467a(0x30d)](_0x4e467a(0x1e1)+util['inspect'](_0x409e65,_0x506969));const _0x11a645=_0x409e65?.[_0x4e467a(0x2aa)]||[],_0x465d13=this[_0x4e467a(0x1a9)](_0x409e65),_0x57b96a=this[_0x4e467a(0x194)](_0x409e65),_0x1d1f8a=_0x409e65['fn']?_0x409e65['fn'][_0x4e467a(0x21f)]():null,_0x163263={[TestFrameworkConstants[_0x4e467a(0x2f9)]]:_0x193d64,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1ad3ae[_0x193d64],[TestFrameworkConstants[_0x4e467a(0x315)]]:[],[TestFrameworkConstants[_0x4e467a(0x31b)]]:{},[TestFrameworkConstants[_0x4e467a(0x191)]]:{},[TestFrameworkConstants[_0x4e467a(0x1d6)]]:TestFrameworkConstants[_0x4e467a(0x2ed)],[TestFrameworkConstants[_0x4e467a(0x2a4)]]:_0x465d13,[TestFrameworkConstants[_0x4e467a(0x1c6)]]:_0x57b96a,[TestFrameworkConstants[_0x4e467a(0x2a5)]]:_0x4dc367,[TestFrameworkConstants[_0x4e467a(0x21b)]]:_0x465d13,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x57b96a,[TestFrameworkConstants[_0x4e467a(0x317)]]:_0x1d1f8a,[TestFrameworkConstants[_0x4e467a(0x301)]]:[],[TestFrameworkConstants[_0x4e467a(0x21a)]]:_0x409e65[_0x4e467a(0x1a6)]||new Date()[_0x4e467a(0x30a)](),[TestFrameworkConstants[_0x4e467a(0x1fc)]]:_0x11a645[0x0]||'',[TestFrameworkConstants[_0x4e467a(0x2cd)]]:_0x11a645,[TestFrameworkConstants[_0x4e467a(0x1fe)]]:_0x465d13,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4e467a(0x1b3)]]:{}};_0x409e65[_0x4e467a(0x220)]&&(_0x163263[TestFrameworkConstants[_0x4e467a(0x1dd)]]=_0x409e65[_0x4e467a(0x220)]);logger[_0x4e467a(0x30d)](_0x4e467a(0x2bf)+_0x465d13+_0x4e467a(0x205)+_0x4dc367+_0x4e467a(0x1c0)+util[_0x4e467a(0x302)](_0x11a645)+_0x4e467a(0x27e)+_0x57b96a);const _0x5ea335={};return _0x5ea335[_0x4dc367]=_0x163263,_0x5ea335;}['parseJestTestResult'](_0x3142f5){const _0x3b48ab=a71_0x542f14,_0x1ba8da={'xtuaN':function(_0x38c091,_0x410d2d){return _0x38c091===_0x410d2d;},'JCkyh':_0x3b48ab(0x1a2),'HfHju':_0x3b48ab(0x221),'eWxRE':'ALL','plnBw':'_ALL','OHtYT':function(_0x336a89,_0x408874){return _0x336a89||_0x408874;},'Tylxq':_0x3b48ab(0x260),'uNIhs':function(_0xaa10f1,_0x1ed33a){return _0xaa10f1||_0x1ed33a;},'xKpNi':_0x3b48ab(0x321),'leiyO':function(_0x5e60d5,_0x5f0459){return _0x5e60d5>_0x5f0459;},'pdzXB':_0x3b48ab(0x24f),'nwlPA':_0x3b48ab(0x1b7),'cCPLV':_0x3b48ab(0x233),'CLihg':_0x3b48ab(0x1df),'rfGGH':function(_0x3a7469,_0x43d7a7){return _0x3a7469===_0x43d7a7;},'usABq':function(_0xf3e468,_0x1adf1d){return _0xf3e468!==_0x1adf1d;},'cBukM':function(_0x1c79ed,_0x143ba4,_0x53db20,_0xe403e0){return _0x1c79ed(_0x143ba4,_0x53db20,_0xe403e0);},'VQjCS':function(_0x36f1a4,_0x107fa8){return _0x36f1a4>_0x107fa8;},'IEEFl':function(_0x3080ea,_0x298b9f){return _0x3080ea>_0x298b9f;},'HAMsf':_0x3b48ab(0x2b5)},{testUUID:_0x29a844,testData:_0x5997f6,testId:_0x396c5f}=_0x3142f5;if(_0x1ba8da[_0x3b48ab(0x31a)](!_0x5997f6,!_0x396c5f))return logger['debug'](_0x1ba8da[_0x3b48ab(0x2d7)]),{};const _0x326333=this[_0x3b48ab(0x1a7)](TestFrameworkState[_0x3b48ab(0x1f3)],HookState[_0x3b48ab(0x1ae)]),_0x28a2a6=_0x326333[_0x3b48ab(0x2e3)]()[_0x3b48ab(0x230)](_0x396c5f),_0x51b240=_0x1ba8da['uNIhs'](_0x28a2a6,{}),_0x73f0c4=_0x51b240?_0x51b240[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0xe72848=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x192)]];logger['debug'](_0x3b48ab(0x1ba)+(_0xe72848?Object[_0x3b48ab(0x1f5)](_0xe72848)[_0x3b48ab(0x273)]:0x0)+_0x3b48ab(0x2bb));let _0x11f19e=_0x1ba8da[_0x3b48ab(0x2a9)];if(_0x5997f6['result'])_0x11f19e=_0x5997f6[_0x3b48ab(0x2ee)];else{if(_0x5997f6[_0x3b48ab(0x275)]&&_0x1ba8da[_0x3b48ab(0x225)](_0x5997f6[_0x3b48ab(0x275)][_0x3b48ab(0x273)],0x0))_0x11f19e=_0x1ba8da[_0x3b48ab(0x19a)];else _0x1ba8da[_0x3b48ab(0x2b9)](_0x5997f6['status'],_0x1ba8da[_0x3b48ab(0x2fa)])||_0x1ba8da[_0x3b48ab(0x2b9)](_0x5997f6[_0x3b48ab(0x1bc)],_0x1ba8da[_0x3b48ab(0x1bd)])?_0x11f19e=_0x1ba8da[_0x3b48ab(0x1bd)]:_0x11f19e=_0x1ba8da['CLihg'];}const _0x54a942={..._0x51b240,[TestFrameworkConstants[_0x3b48ab(0x1d6)]]:_0x11f19e,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5997f6['finished_at']||new Date()[_0x3b48ab(0x30a)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3b48ab(0x30a)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x73f0c4,[TestFrameworkConstants[_0x3b48ab(0x1c8)]]:[],[TestFrameworkConstants[_0x3b48ab(0x1b3)]]:{}};if(_0x1ba8da[_0x3b48ab(0x203)](_0x11f19e,_0x1ba8da[_0x3b48ab(0x19a)])&&_0x5997f6[_0x3b48ab(0x275)]){const _0xd1d396=this[_0x3b48ab(0x30b)](_0x5997f6),_0x4f6dad=this[_0x3b48ab(0x212)](_0x5997f6),_0x277eaa=this[_0x3b48ab(0x2fe)](_0x5997f6);_0x54a942[TestFrameworkConstants[_0x3b48ab(0x26e)]]=_0x4f6dad,_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1db)]]=_0xd1d396,_0x54a942[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x277eaa;}_0x1ba8da[_0x3b48ab(0x23a)](_0x5997f6[_0x3b48ab(0x328)],undefined)&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x202)]]=_0x5997f6[_0x3b48ab(0x328)]);_0x5997f6[_0x3b48ab(0x220)]&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1dd)]]=_0x5997f6[_0x3b48ab(0x220)]);const _0x953252=_0x28a2a6?_0x28a2a6[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x513bf6=_0x28a2a6?_0x28a2a6[TestFrameworkConstants[_0x3b48ab(0x2dd)]]:_0x29a844,_0x19b5bb=_0x1ba8da['cBukM'](getManualUploadLogs,_0x953252,_0x513bf6,_0x396c5f);if(_0x1ba8da[_0x3b48ab(0x2d3)](_0x19b5bb[_0x3b48ab(0x273)],0x0)){const _0x3cb955=_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1c8)]]||[];_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1c8)]]=[..._0x3cb955,..._0x19b5bb];}const _0x56a596=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x31b)]]||{},_0x29937d=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x191)]]||{},_0x365c1e={..._0x56a596},_0x1c9862=_0x365c1e;Object[_0x3b48ab(0x1f5)](_0x29937d)[_0x3b48ab(0x1e6)](_0x23313f=>{const _0x5a6ef3=_0x3b48ab;!_0x1c9862[_0x23313f]&&(_0x1c9862[_0x23313f]=[]);const _0x24534a=new Set((_0x1c9862[_0x23313f]||[])[_0x5a6ef3(0x2c1)](_0x5ba97b=>_0x5ba97b[TestFrameworkConstants[_0x5a6ef3(0x1f0)]]||_0x5ba97b[_0x5a6ef3(0x1d0)]));(_0x29937d[_0x23313f]||[])['forEach'](_0x39d6e0=>{const _0x2d2dcf=_0x5a6ef3,_0xd1eb42=_0x39d6e0[TestFrameworkConstants['KEY_HOOK_ID']]||_0x39d6e0[_0x2d2dcf(0x1d0)];if(!_0x24534a[_0x2d2dcf(0x1aa)](_0xd1eb42)){const _0x24dd18={..._0x39d6e0},_0x1ed40a=_0x24dd18;!_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x1bf)]]&&!_0x1ed40a[_0x2d2dcf(0x2bd)]&&(_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x1bf)]]=new Date()[_0x2d2dcf(0x30a)]()),!_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x25e)]]&&!_0x1ed40a[_0x2d2dcf(0x289)]&&(_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x25e)]]=TestFrameworkConstants[_0x2d2dcf(0x2a3)]),_0x1c9862[_0x23313f][_0x2d2dcf(0x214)](_0x1ed40a);}});});if(_0x3142f5['originalTest']){this[_0x3b48ab(0x2a8)](_0x3142f5['originalTest']);const _0x2bb0e9=this[_0x3b48ab(0x2e8)](_0x3142f5['originalTest']),_0x574267=this[_0x3b48ab(0x1c7)](_0x3142f5['originalTest']);_0x574267[_0x3b48ab(0x1e6)](_0x3c4846=>{const _0x583730=_0x3b48ab,_0x43ebb4=_0x2bb0e9[_0x583730(0x230)](_0x3c4846);if(_0x43ebb4&&(_0x1ba8da[_0x583730(0x2b9)](_0x43ebb4[_0x583730(0x2dc)],_0x1ba8da[_0x583730(0x247)])||_0x1ba8da['xtuaN'](_0x43ebb4[_0x583730(0x2dc)],_0x1ba8da['HfHju']))){const _0xa0b6e9=_0x43ebb4[_0x583730(0x2dc)][_0x583730(0x1ff)]()[_0x583730(0x236)](_0x1ba8da['eWxRE'],_0x1ba8da[_0x583730(0x308)]),_0x1ded71=_0xa0b6e9;!_0x1c9862[_0x1ded71]&&(_0x1c9862[_0x1ded71]=[]);const _0x461dfb=_0x1c9862[_0x1ded71][_0x583730(0x2b1)](_0x42bee2=>(_0x42bee2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x42bee2[_0x583730(0x1d0)])===_0x3c4846);!_0x461dfb&&_0x1c9862[_0x1ded71]['push']({'key':_0x1ded71,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3c4846,[TestFrameworkConstants[_0x583730(0x25e)]]:TestFrameworkConstants[_0x583730(0x2a3)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x583730(0x30a)](),[TestFrameworkConstants[_0x583730(0x1bf)]]:new Date()[_0x583730(0x30a)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x583730(0x31d)]]:_0x43ebb4[_0x583730(0x329)]||_0x43ebb4[_0x583730(0x2dc)]+_0x583730(0x318),[TestFrameworkConstants[_0x583730(0x2eb)]]:_0x73f0c4});}});}if(_0x5997f6['hooks']&&_0x1ba8da[_0x3b48ab(0x1f2)](_0x5997f6[_0x3b48ab(0x25b)]['length'],0x0))_0x54a942[TestFrameworkConstants[_0x3b48ab(0x31b)]]=_0x5997f6[_0x3b48ab(0x25b)],logger[_0x3b48ab(0x30d)](_0x1ba8da[_0x3b48ab(0x29e)]);else _0x1ba8da['VQjCS'](Object['keys'](_0x1c9862)[_0x3b48ab(0x273)],0x0)&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x31b)]]=_0x1c9862,logger['debug'](_0x3b48ab(0x240)+Object['keys'](_0x1c9862)[_0x3b48ab(0x1cd)](',')));const _0x308f6e=this[_0x3b48ab(0x1a9)](_0x5997f6);logger['debug'](_0x3b48ab(0x2b7)+_0x308f6e+_0x3b48ab(0x205)+_0x396c5f+_0x3b48ab(0x313)+_0x11f19e+',\x20duration='+_0x5997f6[_0x3b48ab(0x328)]);_0x1ba8da[_0x3b48ab(0x2b9)](_0x11f19e,_0x1ba8da[_0x3b48ab(0x19a)])&&logger[_0x3b48ab(0x30d)](_0x3b48ab(0x288)+_0x396c5f+_0x3b48ab(0x1cb)+_0x54a942[TestFrameworkConstants[_0x3b48ab(0x26e)]]+_0x3b48ab(0x19b)+_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1db)]]?.[_0x3b48ab(0x2d4)](0x0,0xc8));const _0xb0c838={};return _0xb0c838[_0x396c5f]=_0x54a942,_0xb0c838;}[a71_0x542f14(0x271)](_0x385cf2){const _0x39ee54=a71_0x542f14,_0x43de56={};_0x43de56[_0x39ee54(0x25c)]=function(_0x55812d,_0x3c5708){return _0x55812d!==_0x3c5708;},_0x43de56['lXAYN']=_0x39ee54(0x22f);const _0x435ce9=_0x43de56,_0x5f19d1={};_0x5f19d1[_0x39ee54(0x283)]=0x2,_0x5f19d1['maxArrayLength']=0x3,logger[_0x39ee54(0x30d)](_0x39ee54(0x1b0)+util[_0x39ee54(0x302)](_0x385cf2,_0x5f19d1));const _0x22835b=[];if(_0x385cf2&&_0x385cf2[_0x39ee54(0x210)]){let _0x2f2c93=_0x385cf2['parent'];while(_0x2f2c93&&_0x2f2c93['name']&&_0x435ce9[_0x39ee54(0x25c)](_0x2f2c93[_0x39ee54(0x329)],'')&&_0x435ce9[_0x39ee54(0x25c)](_0x2f2c93[_0x39ee54(0x329)],_0x435ce9[_0x39ee54(0x19c)])){_0x22835b[_0x39ee54(0x214)](_0x2f2c93['name']),_0x2f2c93=_0x2f2c93[_0x39ee54(0x210)];}}return _0x22835b[_0x39ee54(0x2ff)]();}[a71_0x542f14(0x1a9)](_0x3fea5f){const _0x1609fd=a71_0x542f14,_0x1ac415={};_0x1ac415[_0x1609fd(0x18c)]=_0x1609fd(0x32a);const _0x33f8f3=_0x1ac415;if(_0x3fea5f['name'])return _0x3fea5f['name'];if(_0x3fea5f['title'])return _0x3fea5f[_0x1609fd(0x25a)];return _0x33f8f3[_0x1609fd(0x18c)];}[a71_0x542f14(0x194)](_0x3a7d39){const _0x2640e=a71_0x542f14,_0x43117d={'MdanY':function(_0x3e151c,_0x68917f){return _0x3e151c(_0x68917f);},'zMHqK':_0x2640e(0x29c)};if(_0x3a7d39[_0x2640e(0x201)])return _0x3a7d39['file_name'];if(_0x3a7d39[_0x2640e(0x284)]){const _0x11eaf2=_0x43117d[_0x2640e(0x28c)](require,_0x43117d[_0x2640e(0x2ae)]);try{const _0x39be9c=_0x11eaf2[_0x2640e(0x1ca)](_0x3a7d39[_0x2640e(0x284)]);if(_0x39be9c[0x0]&&_0x39be9c[0x0][_0x2640e(0x257)])return _0x39be9c[0x0]['getFileName']();}catch(_0x5f0362){logger[_0x2640e(0x30d)](_0x2640e(0x206)+util['format'](_0x5f0362));}}return null;}[a71_0x542f14(0x30b)](_0x29650c){const _0xe7665d=a71_0x542f14,_0x21ccf9={};_0x21ccf9[_0xe7665d(0x1e7)]=function(_0xbe1c2c,_0x49ca39){return _0xbe1c2c>_0x49ca39;},_0x21ccf9[_0xe7665d(0x2fc)]=_0xe7665d(0x276);const _0xc7d86a=_0x21ccf9;if(_0x29650c[_0xe7665d(0x275)]&&_0xc7d86a['cTQCt'](_0x29650c[_0xe7665d(0x275)][_0xe7665d(0x273)],0x0))return util[_0xe7665d(0x302)](_0x29650c[_0xe7665d(0x275)][0x0]);if(_0x29650c[_0xe7665d(0x316)])return _0x29650c[_0xe7665d(0x316)];return _0xc7d86a[_0xe7665d(0x2fc)];}[a71_0x542f14(0x212)](_0x18a974){const _0x5aa09b=a71_0x542f14,_0x30a43a={};_0x30a43a[_0x5aa09b(0x2c6)]=_0x5aa09b(0x219),_0x30a43a['CnjXZ']=_0x5aa09b(0x27d),_0x30a43a['umYkz']=_0x5aa09b(0x2cc);const _0x5b20db=_0x30a43a,_0x1eda7a=this[_0x5aa09b(0x30b)](_0x18a974);if(_0x1eda7a&&_0x1eda7a[_0x5aa09b(0x21c)](_0x5b20db['QZYWp']))return _0x5b20db['CnjXZ'];return _0x5b20db[_0x5aa09b(0x22d)];}['getJestFailureData'](_0x382908){const _0x1b0236=a71_0x542f14,_0x5a55c7={'vJneq':function(_0x596825,_0x5f2c16){return _0x596825(_0x5f2c16);},'TvEFq':_0x1b0236(0x22c),'uIjWf':function(_0x37f97f,_0x47e166){return _0x37f97f!==_0x47e166;},'oiPxa':_0x1b0236(0x20f)},{failureData:_0x3267c9}=_0x5a55c7['vJneq'](require,_0x5a55c7['TvEFq']),_0x312802=[];return _0x5a55c7[_0x1b0236(0x31c)](_0x382908[_0x1b0236(0x275)],undefined)&&_0x312802[_0x1b0236(0x214)](_0x382908[_0x1b0236(0x275)],_0x5a55c7[_0x1b0236(0x19e)]),_0x3267c9[_0x1b0236(0x24c)](null,_0x312802);}async[a71_0x542f14(0x2e6)](_0x41368f,_0x4e00ba,_0x346592,_0x5ac683){const _0x226a78=a71_0x542f14,_0x53bc72={'DzVRH':_0x226a78(0x259),'cCAny':function(_0x129328){return _0x129328();},'uOHpD':function(_0x5333cd,_0xcc59b3){return _0x5333cd in _0xcc59b3;},'mHHDy':function(_0x4b57d3,_0x45437b){return _0x4b57d3===_0x45437b;},'IxcEA':function(_0x4c6c98,_0x184820){return _0x4c6c98>_0x184820;},'DDdwj':_0x226a78(0x24f),'UmftL':_0x226a78(0x1df),'iReJf':function(_0x3420f7,_0x3bc77a){return _0x3420f7===_0x3bc77a;},'xFXfn':function(_0x327ce9,_0x229994){return _0x327ce9!==_0x229994;}},{hookData:_0x12201e}=_0x5ac683,_0x562a38=_0x346592[_0x226a78(0x21f)](),_0x4b1d5e=_0x4e00ba[_0x226a78(0x21f)](),_0x1e7d70={};_0x1e7d70[_0x226a78(0x283)]=0x2,_0x1e7d70[_0x226a78(0x325)]=0x3,logger['debug'](_0x226a78(0x22e)+_0x4b1d5e+',\x20hookState='+_0x562a38+_0x226a78(0x305)+util['inspect'](_0x12201e,_0x1e7d70));if(!_0x12201e)return logger[_0x226a78(0x30d)](_0x53bc72[_0x226a78(0x199)]),{};const _0x20171e=_0x12201e['uuid']||_0x12201e[_0x226a78(0x30e)]||_0x53bc72[_0x226a78(0x2df)](uuidv4),_0x3bcc27=_0x12201e['test_run_id']||this['getJestTestIdentifier'](_0x12201e),_0xcd499c=_0x4e00ba[_0x226a78(0x21f)]()[_0x226a78(0x216)]('.')[0x1],_0x1d67b7=_0x41368f[_0x226a78(0x2e3)]()['get'](_0x3bcc27),_0xd77750=_0x1d67b7?_0x1d67b7[TestFrameworkConstants[_0x226a78(0x2eb)]]||{}:{};logger[_0x226a78(0x30d)](_0x226a78(0x282)+_0x20171e+',\x20testId='+_0x3bcc27+_0x226a78(0x1a1)+_0xcd499c+',\x20hookState='+_0x562a38);if(!_0x1d67b7)return logger[_0x226a78(0x30d)](_0x226a78(0x287)+_0x3bcc27+_0x226a78(0x268)),this[_0x226a78(0x297)](_0x41368f,_0x3bcc27,_0x4e00ba,_0x346592,_0x5ac683),{};let _0x46ccec=_0x1d67b7[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x46ccec&&(_0x46ccec={});!_0x53bc72[_0x226a78(0x24a)](_0xcd499c,_0x46ccec)&&(_0x46ccec[_0xcd499c]=[]);let _0x39fb66=_0x1d67b7[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x39fb66&&(_0x39fb66={});!_0x53bc72['uOHpD'](_0xcd499c,_0x39fb66)&&(_0x39fb66[_0xcd499c]=[]);const _0x1b83d6={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x46ccec,[TestFrameworkConstants[_0x226a78(0x31b)]]:_0x39fb66},_0x2b9531={};_0x2b9531[_0x3bcc27]=_0x1b83d6;const _0x1a2b6b=_0x2b9531;if(_0x53bc72[_0x226a78(0x251)](_0x346592,HookState[_0x226a78(0x2ec)])){const _0x130ba6={'key':_0xcd499c,[TestFrameworkConstants[_0x226a78(0x1f0)]]:_0x20171e,[TestFrameworkConstants[_0x226a78(0x25e)]]:TestFrameworkConstants[_0x226a78(0x2a3)],[TestFrameworkConstants[_0x226a78(0x2f1)]]:_0x12201e['started_at']||new Date()[_0x226a78(0x30a)](),[TestFrameworkConstants[_0x226a78(0x1e9)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x12201e['name']||_0x12201e['hook_type']||_0xcd499c,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xd77750};_0x46ccec[_0xcd499c]['push'](_0x130ba6),_0x1a2b6b[_0x3bcc27][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xcd499c;const _0x25ea01={};_0x25ea01[_0x226a78(0x283)]=0x2,logger[_0x226a78(0x30d)](_0x226a78(0x2c5)+_0xcd499c+_0x226a78(0x2cb)+_0x20171e+_0x226a78(0x205)+_0x3bcc27+_0x226a78(0x27f)+util[_0x226a78(0x302)](_0x130ba6,_0x25ea01));}else{if(_0x53bc72[_0x226a78(0x251)](_0x346592,HookState[_0x226a78(0x1ae)])){const _0x44dea1=_0x12201e['result']||(_0x12201e[_0x226a78(0x275)]&&_0x53bc72[_0x226a78(0x312)](_0x12201e[_0x226a78(0x275)][_0x226a78(0x273)],0x0)?_0x53bc72[_0x226a78(0x1a0)]:_0x53bc72[_0x226a78(0x280)]),_0x5d66b6=_0x46ccec[_0xcd499c]||[];logger[_0x226a78(0x30d)](_0x226a78(0x231)+_0xcd499c+',\x20testId='+_0x3bcc27+_0x226a78(0x1fd)+_0x44dea1+_0x226a78(0x1e4)+_0x5d66b6[_0x226a78(0x273)]);if(_0x53bc72[_0x226a78(0x312)](_0x5d66b6[_0x226a78(0x273)],0x0)){const _0x2bb76b=_0x5d66b6[_0x226a78(0x2f3)]();_0x53bc72['iReJf'](_0x44dea1,_0x53bc72[_0x226a78(0x1a0)])&&_0x12201e[_0x226a78(0x275)]?(_0x2bb76b[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x226a78(0x212)](_0x12201e),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x304)]]=this['getJestFailureReason'](_0x12201e),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x29a)]]=this[_0x226a78(0x2fe)](_0x12201e),logger[_0x226a78(0x30d)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0xcd499c+_0x226a78(0x1cb)+_0x2bb76b[TestFrameworkConstants[_0x226a78(0x2c9)]]+',\x20failureReason='+_0x2bb76b[TestFrameworkConstants[_0x226a78(0x304)]]?.[_0x226a78(0x2d4)](0x0,0xc8))):_0x2bb76b[TestFrameworkConstants[_0x226a78(0x25e)]]=_0x53bc72['UmftL'];_0x53bc72[_0x226a78(0x1ea)](_0x44dea1,TestFrameworkConstants[_0x226a78(0x2a3)])&&(_0x2bb76b[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x44dea1);_0x2bb76b[TestFrameworkConstants[_0x226a78(0x1bf)]]=_0x12201e[_0x226a78(0x1d9)]||new Date()['toISOString'](),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x2eb)]]=_0xd77750;const _0x3c3e8f=_0x2bb76b[TestFrameworkConstants[_0x226a78(0x1f0)]];!_0x39fb66[_0xcd499c]&&(_0x39fb66[_0xcd499c]=[]);_0x39fb66[_0xcd499c][_0x226a78(0x214)](_0x2bb76b),_0x1a2b6b[_0x3bcc27][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xcd499c;const _0x54e02b={};_0x54e02b[_0x226a78(0x283)]=0x2,logger[_0x226a78(0x30d)](_0x226a78(0x204)+_0xcd499c+_0x226a78(0x2cb)+_0x3c3e8f+_0x226a78(0x1fd)+_0x44dea1+',\x20hook='+util[_0x226a78(0x302)](_0x2bb76b,_0x54e02b));}}}const _0x30b597={};return _0x30b597[_0x226a78(0x283)]=0x2,_0x30b597['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x12201e['hook_type']||_0xcd499c)+_0x226a78(0x2cb)+_0x20171e+',\x20testId='+_0x3bcc27+',\x20updates='+util[_0x226a78(0x302)](_0x1a2b6b,_0x30b597)),_0x1a2b6b;}['createTestFrameworkEventPayload'](_0x42fbd5){const _0xa8bdc7=a71_0x542f14,_0x316f15={};_0x316f15['dAYww']='base64';const _0x5dbd03=_0x316f15;try{const _0x25a9c8=_0x42fbd5[_0xa8bdc7(0x20f)]?this[_0xa8bdc7(0x29b)](_0x42fbd5[_0xa8bdc7(0x20f)]):_0x42fbd5['hookData'][_0xa8bdc7(0x27a)],_0x2aa207=_0x42fbd5[_0xa8bdc7(0x238)],_0x3df6c9=_0x2aa207[_0xa8bdc7(0x2b3)](),_0x2e70b1=_0x2aa207[_0xa8bdc7(0x2e3)]()[_0xa8bdc7(0x230)](_0x25a9c8);if(!_0x2e70b1)return logger[_0xa8bdc7(0x30d)](_0xa8bdc7(0x265)+_0x25a9c8),{};const {[TestFrameworkConstants[_0xa8bdc7(0x2f9)]]:_0x2921fc='',[TestFrameworkConstants[_0xa8bdc7(0x2d9)]]:_0x3170b0='',[TestFrameworkConstants[_0xa8bdc7(0x21a)]]:_0x2afd1a='',[TestFrameworkConstants[_0xa8bdc7(0x229)]]:_0x66086d=''}=_0x2e70b1,_0x514198=_0x2aa207[_0xa8bdc7(0x21e)]()[_0xa8bdc7(0x21f)]()['split']('.')[0x1],_0x16f5ad=_0x2aa207['getCurrentHookState']()['toString']()[_0xa8bdc7(0x216)]('.')[0x1],_0x28fb50=global?.[_0xa8bdc7(0x2af)]?.[_0xa8bdc7(0x2d6)]?.[_0xa8bdc7(0x23d)],_0x448bb2=_0x2aa207['getRef'](),_0x24dadc=Buffer[_0xa8bdc7(0x2cf)](JSON['stringify'](_0x2e70b1))[_0xa8bdc7(0x21f)](_0x5dbd03[_0xa8bdc7(0x326)]),_0x109e57={'hash':_0x3df6c9['getId'](),'threadId':_0x3df6c9[_0xa8bdc7(0x1af)]()[_0xa8bdc7(0x21f)](),'processId':_0x3df6c9[_0xa8bdc7(0x23c)]()['toString']()},_0x16f38c={};_0x16f38c[_0xa8bdc7(0x27b)]=_0x28fb50,_0x16f38c['testFrameworkName']=_0x2921fc,_0x16f38c[_0xa8bdc7(0x1b9)]=_0x3170b0,_0x16f38c[_0xa8bdc7(0x2e0)]=_0x514198,_0x16f38c[_0xa8bdc7(0x1dc)]=_0x16f5ad,_0x16f38c[_0xa8bdc7(0x2ad)]=_0x2afd1a,_0x16f38c[_0xa8bdc7(0x1c1)]=_0x66086d,_0x16f38c[_0xa8bdc7(0x26b)]=_0x448bb2,_0x16f38c[_0xa8bdc7(0x252)]=_0x24dadc,_0x16f38c['executionContext']=_0x109e57,_0x16f38c[_0xa8bdc7(0x2b8)]=_0x25a9c8;const _0x3cba99=_0x16f38c;return _0x3cba99;}catch(_0x4a6ba0){return logger[_0xa8bdc7(0x1c4)](_0xa8bdc7(0x30f)+util['format'](_0x4a6ba0)),{};}}async['sendLogCreatedEvent'](_0x2d7e49,_0x4784ba,_0x38ce59){const _0x4244fe=a71_0x542f14,_0x126306={'oOYYu':function(_0x11e9b2,_0x5dc4f3){return _0x11e9b2+_0x5dc4f3;},'abJAl':_0x4244fe(0x211),'HXncq':'none','VpFNK':function(_0x563def,_0x332531){return _0x563def>_0x332531;},'oSaLh':function(_0x2399d0,_0x32efb9,_0xc808a2,_0x14de74){return _0x2399d0(_0x32efb9,_0xc808a2,_0x14de74);},'tJSPz':function(_0x55b8c6,_0x56d830){return _0x55b8c6-_0x56d830;},'Octmg':function(_0x29f7d6,_0x257feb){return _0x29f7d6===_0x257feb;},'Llqpa':function(_0x47874d,_0x2dbe97){return _0x47874d/_0x2dbe97;},'ZhJnC':function(_0x405851,_0x21cd72){return _0x405851<_0x21cd72;},'GDWIJ':function(_0x19d748,_0x3b6342){return _0x19d748*_0x3b6342;},'OBEIo':function(_0x10b6e7,_0x5b74d1){return _0x10b6e7+_0x5b74d1;}};try{const _0xed5b81=_0x38ce59[_0x4244fe(0x208)]||_0x38ce59[_0x4244fe(0x2a7)],_0x37a107=Array[_0x4244fe(0x2cf)](_0x2d7e49['getAllData']()[_0x4244fe(0x1f5)]()),_0x178da8=_0x2d7e49[_0x4244fe(0x2e3)]()[_0x4244fe(0x230)](_0xed5b81);if(!_0x178da8){logger[_0x4244fe(0x30d)](_0x4244fe(0x1f4)+_0xed5b81);return;}const {[TestFrameworkConstants[_0x4244fe(0x2f9)]]:_0x52244b='',[TestFrameworkConstants[_0x4244fe(0x2d9)]]:_0x168210=''}=_0x178da8;let _0xb686a9=[];if(_0x178da8&&_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]]&&Array['isArray'](_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]])){_0xb686a9=_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]]||[],logger[_0x4244fe(0x30d)](_0x4244fe(0x327)+_0xb686a9[_0x4244fe(0x273)]+_0x4244fe(0x31f)+_0xed5b81);const _0x47594e={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x22fc0c={};_0x22fc0c[_0xed5b81]=_0x47594e,_0x2d7e49[_0x4244fe(0x2d1)](_0x22fc0c),logger[_0x4244fe(0x30d)](_0x4244fe(0x1a5)+_0xed5b81);}else logger[_0x4244fe(0x30d)](_0x4244fe(0x2c4)+_0xed5b81);logger[_0x4244fe(0x30d)](_0x4244fe(0x1c9)+_0xb686a9[_0x4244fe(0x273)]+_0x4244fe(0x195)+_0xed5b81);const _0x2a404b=_0xb686a9[_0x4244fe(0x1d5)](_0x8682ef=>_0x8682ef[_0x4244fe(0x20a)]===_0x4244fe(0x198));_0x126306[_0x4244fe(0x18b)](_0x2a404b[_0x4244fe(0x273)],0x0)&&(logger[_0x4244fe(0x30d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2a404b[_0x4244fe(0x273)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0xed5b81),_0x2a404b[_0x4244fe(0x1e6)]((_0x2fb58b,_0x3ffcee)=>{const _0x4db416=_0x4244fe;logger[_0x4db416(0x30d)](_0x4db416(0x19d)+_0x126306[_0x4db416(0x249)](_0x3ffcee,0x1)+'/'+_0x2a404b[_0x4db416(0x273)]+_0x4db416(0x20d)+(_0x2fb58b[_0x4db416(0x2b8)]||_0x126306[_0x4db416(0x1d4)])+_0x4db416(0x23b)+(_0x2fb58b['test_run_uuid']||_0x126306[_0x4db416(0x1d4)])+_0x4db416(0x1b6)+(_0x2fb58b[_0x4db416(0x232)]||_0x126306[_0x4db416(0x1cf)])+_0x4db416(0x209)+(_0x2fb58b[_0x4db416(0x1a8)]?.['length']||0x0));}));const _0x3e63ed=_0x178da8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x50411c=_0x126306['oSaLh'](getMediaArtifactsLogs,_0x3e63ed,null,_0xed5b81),_0x1865e8=(_0xb686a9||[])[_0x4244fe(0x243)](_0x50411c||[]),_0x47d782=_0x2a404b?.[_0x4244fe(0x273)]||0x0,_0x1624ca=_0x126306['tJSPz'](_0xb686a9?.[_0x4244fe(0x273)]||0x0,_0x47d782);logger[_0x4244fe(0x30d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xed5b81+_0x4244fe(0x1de)+_0x1624ca+_0x4244fe(0x278)+_0x47d782+',\x20attachmentLogs:\x20'+(_0x50411c?.['length']||0x0)+_0x4244fe(0x1ed)+_0x1865e8[_0x4244fe(0x273)]);if(!_0x1865e8||_0x126306[_0x4244fe(0x1cc)](_0x1865e8[_0x4244fe(0x273)],0x0)){logger[_0x4244fe(0x30d)](_0x4244fe(0x1f9)+_0xed5b81);return;}const _0xe56948=0x28,_0x1fa033=Math[_0x4244fe(0x300)](_0x126306[_0x4244fe(0x29d)](_0x1865e8[_0x4244fe(0x273)],_0xe56948));for(let _0x4461b2=0x0;_0x126306[_0x4244fe(0x22a)](_0x4461b2,_0x1fa033);_0x4461b2++){const _0x44d6cf=_0x126306[_0x4244fe(0x18f)](_0x4461b2,_0xe56948),_0x461378=_0x126306[_0x4244fe(0x310)](_0x44d6cf,_0xe56948),_0x140301=_0x1865e8[_0x4244fe(0x293)](_0x44d6cf,_0x461378),_0x546061=global?.[_0x4244fe(0x2af)]?.[_0x4244fe(0x2d6)]?.[_0x4244fe(0x23d)]||0x0,_0x488723={'platformIndex':_0x546061,'logs':_0x140301,'testFrameworkName':_0x52244b,'testFrameworkVersion':_0x168210,'testFrameworkState':_0x4784ba[_0x4244fe(0x21f)]()[_0x4244fe(0x216)]('.')[0x1]},_0x55a529={};_0x55a529['depth']=0x3,_0x55a529[_0x4244fe(0x325)]=0x5,logger[_0x4244fe(0x30d)](_0x4244fe(0x1e2)+_0x126306[_0x4244fe(0x310)](_0x4461b2,0x1)+'/'+_0x1fa033+'\x20-\x20testId:\x20'+_0xed5b81+',\x20logsInBatch:\x20'+_0x140301['length']+',\x20platformIndex:\x20'+_0x546061+_0x4244fe(0x1ec)+util[_0x4244fe(0x302)](_0x488723,_0x55a529));const _0x213c2b=await GrpcClient[_0x4244fe(0x1fa)]()[_0x4244fe(0x291)](_0x488723);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x126306['oOYYu'](_0x4461b2,0x1)+'/'+_0x1fa033+_0x4244fe(0x239)+_0xed5b81+_0x4244fe(0x196)+util[_0x4244fe(0x302)](_0x213c2b));}if(_0x50411c&&_0x126306['VpFNK'](_0x50411c[_0x4244fe(0x273)],0x0)&&_0x178da8[TestFrameworkConstants[_0x4244fe(0x192)]]){const _0x5ac5ac={[TestFrameworkConstants[_0x4244fe(0x192)]]:{}},_0x2100b7={};_0x2100b7[_0xed5b81]=_0x5ac5ac,_0x2d7e49[_0x4244fe(0x2d1)](_0x2100b7);}logger[_0x4244fe(0x30d)](_0x4244fe(0x190)+_0xed5b81+_0x4244fe(0x222)+_0x1fa033);}catch(_0x1353a7){logger[_0x4244fe(0x1c4)](_0x4244fe(0x2f5)+(_0x38ce59['testUUID']||_0x38ce59['testId'])+_0x4244fe(0x237)+util['format'](_0x1353a7));}}[a71_0x542f14(0x297)](_0x30d2ba,_0x3067b7,_0x2325f0,_0x9327fd,_0xc8ef2e){const _0x3955d7=a71_0x542f14,_0x3147d3={};_0x3147d3[_0x3955d7(0x24b)]=function(_0xd50f6c,_0x25eec7){return _0xd50f6c===_0x25eec7;},_0x3147d3['DJGIZ']=_0x3955d7(0x221);const _0x3eb36d=_0x3147d3,{hookData:_0x117b95}=_0xc8ef2e,_0x3b8a67={'testId':_0x3067b7,'testFrameworkState':_0x2325f0,'hookState':_0x9327fd,'args':_0xc8ef2e,'timestamp':new Date()['toISOString']()};if(_0x3eb36d[_0x3955d7(0x24b)](_0x2325f0,TestFrameworkState[_0x3955d7(0x224)])&&_0x117b95){const _0x373687={};_0x373687['filePath']=_0x117b95['file_name']||_0x117b95[_0x3955d7(0x299)],_0x373687[_0x3955d7(0x23f)]=_0x117b95[_0x3955d7(0x23f)]||_0x117b95[_0x3955d7(0x2aa)]&&_0x117b95[_0x3955d7(0x2aa)][0x0]||'',_0x373687[_0x3955d7(0x1c2)]=_0x3eb36d[_0x3955d7(0x1bb)],_0x3b8a67[_0x3955d7(0x213)]=_0x373687,logger[_0x3955d7(0x30d)](_0x3955d7(0x2ab)+_0x3067b7+_0x3955d7(0x314)+_0x3b8a67[_0x3955d7(0x213)][_0x3955d7(0x1a3)]+_0x3955d7(0x2c2)+_0x3b8a67[_0x3955d7(0x213)][_0x3955d7(0x23f)]);}_0x30d2ba[_0x3955d7(0x2c0)](_0x3067b7,_0x3b8a67),logger[_0x3955d7(0x30d)](_0x3955d7(0x2f0)+_0x3067b7+_0x3955d7(0x274)+_0x2325f0+_0x3955d7(0x2d8)+_0x9327fd);}async[a71_0x542f14(0x1b2)](_0x198f61,_0x36266a){const _0x4f4ed7=a71_0x542f14,_0x40cce7={};_0x40cce7['LoCaA']=function(_0x57e48f,_0x425ab0){return _0x57e48f>_0x425ab0;},_0x40cce7[_0x4f4ed7(0x2da)]=_0x4f4ed7(0x2c7),_0x40cce7[_0x4f4ed7(0x2f6)]=function(_0x23177e,_0x381b29){return _0x23177e===_0x381b29;},_0x40cce7[_0x4f4ed7(0x1f6)]=function(_0x67cd08,_0x38c7f4){return _0x67cd08===_0x38c7f4;},_0x40cce7[_0x4f4ed7(0x24d)]=function(_0x4d27db,_0x3e4d1f){return _0x4d27db===_0x3e4d1f;},_0x40cce7[_0x4f4ed7(0x2c8)]=_0x4f4ed7(0x1c5),_0x40cce7['UgzWJ']=_0x4f4ed7(0x1da);const _0x3eed8c=_0x40cce7;if(_0x198f61[_0x4f4ed7(0x1ce)](_0x36266a)){const _0x9c7bb=_0x198f61[_0x4f4ed7(0x2e5)](_0x36266a);logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x26f)+_0x9c7bb[_0x4f4ed7(0x273)]+_0x4f4ed7(0x1ef)+_0x36266a);for(const _0x5d580f of _0x9c7bb){try{const _0x204564=await this[_0x4f4ed7(0x2e6)](_0x198f61,_0x5d580f[_0x4f4ed7(0x2e0)],_0x5d580f[_0x4f4ed7(0x1dc)],_0x5d580f[_0x4f4ed7(0x1ad)]);_0x204564&&_0x3eed8c['LoCaA'](Object[_0x4f4ed7(0x1f5)](_0x204564)['length'],0x0)&&_0x198f61['addMultipleEntries'](_0x204564),await this[_0x4f4ed7(0x2ef)](_0x198f61,_0x5d580f['testFrameworkState'],_0x5d580f['hookState'],_0x5d580f[_0x4f4ed7(0x1ad)]);}catch(_0x3e2fd1){logger[_0x4f4ed7(0x1c4)](_0x4f4ed7(0x2e9)+_0x36266a+',\x20error:\x20'+_0x3e2fd1);}}_0x198f61['removePendingHooks'](_0x36266a),logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x2a0)+_0x36266a);}const _0xd54183=_0x198f61[_0x4f4ed7(0x2e3)]()['get'](_0x36266a);if(_0xd54183){const _0x372bae=_0xd54183[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2e2)]],_0x1792a6=_0xd54183[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2cd)]]&&_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2cd)]][0x0]||'';logger[_0x4f4ed7(0x30d)](_0x3eed8c['hbKkB']);const _0x239d49=_0x198f61[_0x4f4ed7(0x1fb)]();for(const _0x4c09c4 of _0x239d49){if(_0x3eed8c['fFwnu'](_0x4c09c4,_0x36266a))continue;if(_0x198f61[_0x4f4ed7(0x1ce)](_0x4c09c4)){const _0x1bf3ec=_0x198f61[_0x4f4ed7(0x2e5)](_0x4c09c4);for(const _0x116f83 of _0x1bf3ec){if(_0x3eed8c[_0x4f4ed7(0x2f6)](_0x116f83[_0x4f4ed7(0x2e0)],TestFrameworkState[_0x4f4ed7(0x224)])&&_0x116f83[_0x4f4ed7(0x213)]){const _0x5cd2ed=_0x116f83[_0x4f4ed7(0x213)][_0x4f4ed7(0x1a3)],_0x4ace7a=_0x116f83['hookMetadata']['scope'];if(_0x3eed8c['fFwnu'](_0x5cd2ed,_0x372bae)&&_0x3eed8c[_0x4f4ed7(0x1f6)](_0x4ace7a,_0x1792a6)){logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x235)+_0x4c09c4+_0x4f4ed7(0x217)+_0x36266a+_0x4f4ed7(0x314)+_0x5cd2ed+',\x20scope:\x20'+_0x4ace7a);_0x116f83[_0x4f4ed7(0x1ad)]&&_0x116f83['args'][_0x4f4ed7(0x1e3)]&&(_0x116f83[_0x4f4ed7(0x1ad)][_0x4f4ed7(0x1e3)]['test_run_id']=_0x36266a,logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x1f1)+_0x4c09c4+_0x4f4ed7(0x26c)+_0x36266a));try{const _0x587b2f=await this[_0x4f4ed7(0x2e6)](_0x198f61,_0x116f83[_0x4f4ed7(0x2e0)],_0x116f83[_0x4f4ed7(0x1dc)],_0x116f83[_0x4f4ed7(0x1ad)]);_0x587b2f&&_0x3eed8c[_0x4f4ed7(0x258)](Object[_0x4f4ed7(0x1f5)](_0x587b2f)[_0x4f4ed7(0x273)],0x0)&&_0x198f61['addMultipleEntries'](_0x587b2f);await this[_0x4f4ed7(0x2ef)](_0x198f61,_0x116f83['testFrameworkState'],_0x116f83[_0x4f4ed7(0x1dc)],_0x116f83[_0x4f4ed7(0x1ad)]);const _0x456db8=_0x198f61[_0x4f4ed7(0x2e5)](_0x4c09c4)['filter'](_0x4ba2c1=>_0x4ba2c1!==_0x116f83);if(_0x3eed8c[_0x4f4ed7(0x24d)](_0x456db8[_0x4f4ed7(0x273)],0x0))_0x198f61[_0x4f4ed7(0x2d2)](_0x4c09c4);else{_0x198f61[_0x4f4ed7(0x2d2)](_0x4c09c4);for(const _0x1a5052 of _0x456db8){_0x198f61[_0x4f4ed7(0x2c0)](_0x4c09c4,_0x1a5052);}}logger[_0x4f4ed7(0x30d)](_0x3eed8c[_0x4f4ed7(0x2c8)]);}catch(_0x216d13){logger['error'](_0x3eed8c[_0x4f4ed7(0x21d)]);}}}}}}}}[a71_0x542f14(0x2a8)](_0x77edaf){const _0x249b11=a71_0x542f14,_0x39b9a0={'UJVyK':function(_0x39f786){return _0x39f786();}};if(!_0x77edaf||!_0x77edaf['parent'])return;_0x77edaf[_0x249b11(0x210)][_0x249b11(0x25b)]&&Array['isArray'](_0x77edaf[_0x249b11(0x210)][_0x249b11(0x25b)])&&_0x77edaf[_0x249b11(0x210)]['hooks'][_0x249b11(0x1e6)](_0x4f5f1f=>{const _0x3b343b=_0x249b11;!_0x4f5f1f[_0x3b343b(0x30e)]&&!_0x4f5f1f['hookUUID']&&(_0x4f5f1f[_0x3b343b(0x30e)]=_0x39b9a0[_0x3b343b(0x1b1)](uuidv4),_0x4f5f1f[_0x3b343b(0x309)]=_0x4f5f1f[_0x3b343b(0x30e)],logger[_0x3b343b(0x30d)](_0x3b343b(0x311)+_0x4f5f1f[_0x3b343b(0x2dc)]+',\x20hookUUID='+_0x4f5f1f[_0x3b343b(0x30e)]));}),this[_0x249b11(0x2a8)](_0x77edaf['parent']);}[a71_0x542f14(0x1c7)](_0x10e8db){const _0x4d5bc3=a71_0x542f14,_0x33d9f8={'xJZrz':function(_0x128066,_0x1711ac){return _0x128066(_0x1711ac);}};if(!_0x10e8db||!_0x10e8db['parent'])return[];const _0xb18241=[];return _0x10e8db[_0x4d5bc3(0x210)][_0x4d5bc3(0x25b)]&&Array['isArray'](_0x10e8db['parent']['hooks'])&&_0x10e8db['parent'][_0x4d5bc3(0x25b)][_0x4d5bc3(0x1e6)](_0x4029a7=>{const _0xc39e95=_0x4d5bc3,_0x3b4dff=_0x4029a7[_0xc39e95(0x30e)]||_0x4029a7[_0xc39e95(0x309)];_0x3b4dff&&!this[_0xc39e95(0x2fb)](_0x4029a7)&&!_0x33d9f8[_0xc39e95(0x234)](isInternalHook,_0x4029a7['fn'])&&_0xb18241[_0xc39e95(0x214)](_0x3b4dff);}),[..._0xb18241,...this[_0x4d5bc3(0x1c7)](_0x10e8db['parent'])];}[a71_0x542f14(0x2e8)](_0x39b50b){const _0x4180a8=a71_0x542f14,_0x31571e={'zCbqZ':function(_0x50a1dc,_0x2850d6){return _0x50a1dc(_0x2850d6);},'IDdAD':_0x4180a8(0x321),'yXdDO':function(_0xfca745,_0x1f37c3){return _0xfca745(_0x1f37c3);},'lUSjw':function(_0x23b929,_0x4956d2){return _0x23b929(_0x4956d2);}},_0x2035d8=new Map(),_0x398aca=_0x9ed750=>{const _0xcd0a7a=_0x4180a8;if(!_0x9ed750||!_0x9ed750[_0xcd0a7a(0x210)])return;_0x9ed750[_0xcd0a7a(0x210)][_0xcd0a7a(0x25b)]&&Array[_0xcd0a7a(0x292)](_0x9ed750['parent']['hooks'])&&_0x9ed750[_0xcd0a7a(0x210)]['hooks'][_0xcd0a7a(0x1e6)](_0x1e7243=>{const _0x5a2805=_0xcd0a7a,_0x25f31d=_0x1e7243[_0x5a2805(0x30e)]||_0x1e7243[_0x5a2805(0x309)];if(_0x25f31d&&!this[_0x5a2805(0x2fb)](_0x1e7243)&&!_0x31571e['zCbqZ'](isInternalHook,_0x1e7243['fn'])){const _0x49ccb6={};_0x49ccb6['type']=_0x1e7243[_0x5a2805(0x2dc)]||_0x31571e[_0x5a2805(0x215)],_0x49ccb6[_0x5a2805(0x329)]=_0x1e7243['name']||'\x22'+_0x1e7243[_0x5a2805(0x2dc)]+_0x5a2805(0x254),_0x2035d8[_0x5a2805(0x269)](_0x25f31d,_0x49ccb6);}}),_0x31571e[_0xcd0a7a(0x244)](_0x398aca,_0x9ed750[_0xcd0a7a(0x210)]);};return _0x31571e['lUSjw'](_0x398aca,_0x39b50b),_0x2035d8;}['isJestInternalHook'](_0x126c92){const _0x2533cf=a71_0x542f14,_0x7c11b8={};_0x7c11b8[_0x2533cf(0x241)]=_0x2533cf(0x25d),_0x7c11b8[_0x2533cf(0x2b2)]=_0x2533cf(0x245);const _0x217507=_0x7c11b8;try{const _0x521319=this['getRootParentFile'](_0x126c92);return _0x521319&&_0x521319[_0x2533cf(0x21c)](_0x217507[_0x2533cf(0x241)]);}catch(_0x3fad1f){logger[_0x2533cf(0x30d)](_0x217507[_0x2533cf(0x2b2)]);}return![];}[a71_0x542f14(0x2ac)](_0xf7cd7){const _0x1b05b5=a71_0x542f14;if(_0xf7cd7[_0x1b05b5(0x284)])try{const _0xe25991=stackTrace[_0x1b05b5(0x1ca)](_0xf7cd7[_0x1b05b5(0x284)]);return _0xe25991[0x0]?_0xe25991[0x0][_0x1b05b5(0x257)]():null;}catch(_0x26da54){logger[_0x1b05b5(0x30d)](_0x1b05b5(0x2f8)+util[_0x1b05b5(0x246)](_0x26da54));}if(_0xf7cd7[_0x1b05b5(0x19f)])return _0xf7cd7[_0x1b05b5(0x19f)];return null;}}module[a71_0x542f14(0x2b0)]=JestTestFramework;function a71_0x1fe1(){const _0x5f10da=['endedAt','hookType','../state/hookState.js','error','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FILE_PATH','getHooksForTest','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','parse',',\x20failureType=','Octmg','join','hasPendingHooks','HXncq','hook_id','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getTestFrameworksVersions','abJAl','filter','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','FtsER','finished_at','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_FAILURE_REASON','hookState','KEY_TEST_RETRY_OF',',\x20consoleLogs:\x20','passed','xvRDA','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','hookData',',\x20hooksListLength=','util','forEach','cTQCt','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','KEY_HOOK_LOGS','xFXfn','testData',',\x20payload:\x20',',\x20totalLogs:\x20','209735CAkxoy','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_ID','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','IEEFl','TEST','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','keys','fOGVf','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','getInstance','getAllPendingHookTestIds','KEY_TEST_SCOPE',',\x20result=','KEY_TEST_RERUN_NAME','toUpperCase','bciam','file_name','KEY_TEST_DURATION','rfGGH','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20testId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','9254goJTad','testUUID',',\x20messageLength=','kind','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','createContext','\x20-\x20test_identifier=',',\x20state=','test','parent','missing','getJestFailureType','hookMetadata','push','IDdAD','split',',\x20currentTestId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','Assert','KEY_TEST_STARTED_AT','KEY_TEST_NAME','includes','UgzWJ','getCurrentTestState','toString','retryOf','beforeAll',',\x20totalBatches:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','BEFORE_ALL','leiyO','../state/testFrameworkState.js','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getCurrentInstanceName','KEY_TEST_ENDED_AT','ZhJnC','qtzUq','../../../helpers/test-observability/utils','umYkz','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','ROOT_DESCRIBE_BLOCK','get','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','hook_run_uuid','skipped','xJZrz','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','replace',',\x20error:\x20','instance','\x20-\x20testId:\x20','usABq',',\x20test_run_uuid=','getProcessId','parallelIndex','GbZSH','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','qUVeU','KulxQ','concat','yXdDO','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','format','JCkyh','parseJestTest','oOYYu','uOHpD','StKhU','apply','NJieh','8782284QdGIRS','failed',',\x20exception=','mHHDy','eventJson','Jaste','\x22\x20hook','../grpcClient','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getFileName','LoCaA','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','title','hooks','ezqZg','jest-circus','KEY_HOOK_RESULT','trackEvent','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','1591648ppyNrj','LOG_REPORT','getActiveHook','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','kqRri',',\x20storing\x20as\x20pending\x20hook','set','21840269zLtScA','uuid','\x20to\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_FAILURE_TYPE','Processing\x20','10087810hmAuIZ','getJestTestScopes','parseJestTestResult','length',',\x20state:\x20','errorsDetailed','Unknown\x20error','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20screenshotLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','test_run_id','platformIndex','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','AssertionError',',\x20filePath=',',\x20hook=','UmftL','../cliUtils.js','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','depth','asyncError','sendLogCreatedEvent','KKswN','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','hook_result','./testFramework','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','MdanY','getTestFrameworks','pXulw','../../../helpers/helper.js','JkbXE','logCreatedEvent','isArray','slice',',\x20testFramework=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','pid','storePendingHook','trackJestInstance:\x20instance\x20already\x20exists','location','KEY_HOOK_FAILURE','getJestTestIdentifier','stack-trace','Llqpa','HAMsf','dLdul','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','findIndex','../../../helpers/classLogger.js','DEFAULT_HOOK_RESULT','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_ID','JestTestFramework','testId','mapTestHooks','xKpNi','scopes','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getRootParentFile','startedAt','zMHqK','__workerDetails','exports','find','fzBYq','getContext','NONE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','test_identifier','xtuaN','\x22\x20from\x20testData','\x20attachments','trackJestInstance','event_ended_at','splice','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','addPendingHook','map',',\x20scope:\x20',',\x20testData=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','QZYWp','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','AFyMo','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20',',\x20hookId=','UnhandledError','KEY_TEST_SCOPES','./constants/testFrameworkConstants.js','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','addMultipleEntries','removePendingHooks','VQjCS','substring','delete','workerInfo','Tylxq',',\x20hookState:\x20','KEY_TEST_FRAMEWORK_VERSION','hbKkB','getId','type','KEY_TEST_UUID','bStNe','cCAny','testFrameworkState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_LOCATION','getAllData','3LrvtyV','getPendingHooks','trackHookEvent','../TestInfo.js','buildHookMapFromTest','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','9cdEbMt','KEY_CUSTOM_TAGS','PRE','DEFAULT_TEST_RESULT','result','runHooks','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_STARTED_AT','\x20(testIdentifier)','pop','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','fFwnu','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_FRAMEWORK_NAME','nwlPA','isJestInternalHook','oVpOJ','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getJestFailureData','reverse','ceil','KEY_TEST_TAGS','inspect','activeHooks','KEY_HOOK_FAILURE_REASON',',\x20hookData=','90fXAhBq',',\x20hookState=','plnBw','hookUUID','toISOString','getJestFailureReason','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','debug','hookAnalyticsId','Error\x20in\x20createTestFrameworkEventPayload:\x20','OBEIo','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','IxcEA','\x20(testIdentifier),\x20result=',',\x20filePath:\x20','KEY_TEST_LOGS','failure_reason','KEY_TEST_CODE','\x20hook','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','OHtYT','KEY_HOOKS_FINISHED','uIjWf','KEY_HOOK_NAME',',\x20target=','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','unknown',',\x20remainingHooks=','47zAdyRG','setActiveHook','maxArrayLength','dAYww','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','duration','name','Unknown\x20Test','VpFNK','HLYrW',',\x20version=','getTrackedInstance','GDWIJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_HOOKS_STARTED','KEY_TEST_ATTACHMENTS','originalTest','getJestTestFilePath','\x20for\x20testId:\x20',',\x20response=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','TEST_SCREENSHOT','DzVRH','pdzXB',',\x20failureReason=','lXAYN','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','oiPxa','file','DDdwj','\x20(testIdentifier),\x20hookType=','afterAll','filePath','KIrOw','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','started_at','resolveInstance','message','getJestTestName','has',',\x20hookUUID=','../instances/testFrameworkInstance.js','args','POST','getThreadId','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','UJVyK','processPendingHooks','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','3211168FaZKld',',\x20hook_run_uuid=','skip','../instances/trackedInstance.js','testFrameworkVersion','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','DJGIZ','status','cCPLV','ARaHK','KEY_EVENT_ENDED_AT','\x20(testIdentifier),\x20scopes='];a71_0x1fe1=function(){return _0x5f10da;};return a71_0x1fe1();}
|
|
1
|
+
function a71_0x5d7b(_0x38bb99,_0x2a1ab9){const _0xb58806=a71_0xb588();return a71_0x5d7b=function(_0x5d7ba8,_0x349ed8){_0x5d7ba8=_0x5d7ba8-0xf3;let _0x4fde32=_0xb58806[_0x5d7ba8];return _0x4fde32;},a71_0x5d7b(_0x38bb99,_0x2a1ab9);}const a71_0x15d427=a71_0x5d7b;(function(_0x5466b4,_0x256eb3){const _0x2bd694=a71_0x5d7b,_0x2c65f6=_0x5466b4();while(!![]){try{const _0x23be4d=-parseInt(_0x2bd694(0x179))/0x1+parseInt(_0x2bd694(0x18a))/0x2+-parseInt(_0x2bd694(0x10b))/0x3*(-parseInt(_0x2bd694(0x212))/0x4)+-parseInt(_0x2bd694(0x21f))/0x5+-parseInt(_0x2bd694(0x17c))/0x6*(-parseInt(_0x2bd694(0x254))/0x7)+parseInt(_0x2bd694(0x1e9))/0x8*(-parseInt(_0x2bd694(0x112))/0x9)+-parseInt(_0x2bd694(0x248))/0xa*(-parseInt(_0x2bd694(0x146))/0xb);if(_0x23be4d===_0x256eb3)break;else _0x2c65f6['push'](_0x2c65f6['shift']());}catch(_0x31d4d7){_0x2c65f6['push'](_0x2c65f6['shift']());}}}(a71_0xb588,0x735f9));const TestFramework=require(a71_0x15d427(0x15e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x15d427(0x18b)),{createClassLogger}=require(a71_0x15d427(0x245)),TestFrameworkInstance=require(a71_0x15d427(0x196)),CLIUtils=require(a71_0x15d427(0x166)),TrackedInstance=require(a71_0x15d427(0x26a)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x15d427(0xfb)),logger=createClassLogger(a71_0x15d427(0x144)),{v4:uuidv4}=require(a71_0x15d427(0x267)),util=require(a71_0x15d427(0x16d)),TestInfo=require(a71_0x15d427(0x1ef)),GrpcClient=require(a71_0x15d427(0x12b)),stackTrace=require('stack-trace');function a71_0xb588(){const _0x4b40ec=['KEY_TEST_SCOPES','parse','test','EAvbE','KEY_HOOK_NAME','duration','retryOf','resolveInstance','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','started_at','stringify','KEY_HOOK_ID','njsho','HhyKM','getTrackedInstance','workerInfo','BEFORE_ALL','\x22\x20from\x20testData',',\x20hookState=','delete','Unknown\x20Test','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','warn','getAllPendingHookTestIds','ceil',',\x20scope:\x20','DyjxC','NONE','KEY_HOOK_FAILURE_TYPE','hookType','getTestFrameworksVersions','XXuUT','error','2530236UPIeVI','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','NRyHC','mpqCZ',',\x20state=','lzLSt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','trackJestInstance','getInstance','\x20files',',\x20test_run_uuid=','\x20(testIdentifier)','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','2250880qiKbNS','testData','POST',',\x20filePath:\x20',',\x20remainingHooks=',',\x20hook_run_uuid=','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','failed','\x20-\x20testId:\x20','piKAc',',\x20error:\x20','bOAkb','map','getAllData','get','LPoCR','hook_run_uuid','processPendingHooks','yGnSI',',\x20hookState:\x20','Hlyxk',',\x20screenshotLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','getJestFailureData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getRef','findIndex',',\x20failureReason=','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20target=','afterAll','qqMtZ','RfGaE','isArray',',\x20exception=','RsYAL','nlNQE','../../../helpers/classLogger.js','Trbpk','KEY_TEST_RESULT','1932470RMEoYs','uTolR','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','has',',\x20hookId=','zQWCY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addPendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','OpdGD','14qWqtFV','KEY_LOGS',',\x20result=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','split','hook_type',',\x20hookUUID=','KOMTT','_ALL','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','mHCXA','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','BlAYg','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hook_result','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_FRAMEWORK_NAME','uuid','KEY_TEST_LOCATION',',\x20payload:\x20','../instances/trackedInstance.js','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getFileName','hookData','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','file','getJestFailureReason','DYiCy','forEach','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','czArF','YNYgL','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','status','debug','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getJestTestIdentifier','isJestInternalHook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20for\x20testId:\x20','TEST','pigkZ','file_name','hookUUID','replace','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','../../../helpers/test-observability/utils',',\x20currentTestId:\x20','testFrameworkState','location','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getHooksForTest','Unknown\x20error','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','concat','KEY_TEST_DURATION','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','nGFPg','removeActiveHook','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_SCOPE','3QBwRNa','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20state:\x20','filePath','setActiveHook','result','Processing\x20','873qgpsFh','LOG_REPORT','KEY_TEST_ENDED_AT','test_run_uuid','JiyMb','KEY_TEST_FILE_PATH','depth',',\x20version=','event_ended_at','executionContext','KEY_EVENT_ENDED_AT','rQGHA','keys','test_run_id','includes','find','missing','originalTest','startedAt','parseJestTest','stack-trace','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_META','getJestTestName','CXATw','../grpcClient','QcWeM',',\x20messageLength=','hook_id','ROOT_DESCRIBE_BLOCK','KEY_HOOKS_FINISHED','TEST_SCREENSHOT','toString','getId','KEY_HOOKS_STARTED','reverse','args','parent','DHePW','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getActiveHook','\x20to\x20','substring','\x20(testIdentifier),\x20result=','huMpx','dFPvQ','test_identifier','scope','UVvzR','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','JestTestFramework','MthDL','11DfZWQd',',\x20testId=','\x22\x20hook','KEY_TEST_STARTED_AT','KEY_TEST_NAME','zXdyL','parallelIndex','getJestTestFilePath',',\x20attachmentLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','passed','__workerDetails','KEY_TEST_ATTACHMENTS','UnhandledError','name','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','length','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_LOGS','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','qoukM','\x20logs\x20for\x20testId:\x20',',\x20argsKeys=','uCVcH','./testFramework','failure_reason','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','skipped','KEY_HOOK_FAILURE','KEY_TEST_ID','scopes','wqzXz','../cliUtils.js','setTrackedInstance','KEY_TEST_RETRY_OF','exports','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','BpNKC','testUUID','util',',\x20hook=','title','KEY_TEST_FAILURE_TYPE','hasPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','inspect','trackJestInstance:\x20created\x20instance\x20for\x20target=','XPNNM','ldiyK','\x20-\x20test_identifier=','KEY_TEST_FAILURE_REASON','865948hGSNVX','set','KEY_HOOK_LOGS','2632236vygqlA','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','parseJestTestResult','beforeAll','jIrsC','matchHookRegex','toUpperCase','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getTestFrameworks','pEJzh','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getCurrentTestState','lGHim','endedAt','391528wFvJbK','../state/hookState.js','addMultipleEntries','from','RAvXT','mzNFw','DEFAULT_TEST_RESULT','wZOBI','KEY_CUSTOM_TAGS','zYNKN','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','instance','../instances/testFrameworkInstance.js','wuMbO','VqvpE','zOEVm','qBllG','errorsDetailed','YGTyR','PRE','KEY_HOOK_FAILURE_REASON','hookMetadata','ByCht','pHyjp',',\x20hookData=','finished_at','apply','testFrameworkVersion','testId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20hookType=','format','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','iHbDO','splice','ljijz','dCluT','type',',\x20duration=','KEY_HOOK_RESULT','byJGU','rIXXB','GlhPH','join','getRootParentFile','hookAnalyticsId','YTHkn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','hooks','trackEvent','getCurrentHookState','xSmTh','activeHooks','getJestFailureType','\x20attachments',',\x20failureType=','runHooks','hookState','jZPkm','GiUzb','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','JAhUb','removePendingHooks','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','AssertionError','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20testFramework=','maxArrayLength','jest-circus','mapTestHooks','fyHHk','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','Ydmbp','pid',',\x20filePath=','KEY_TEST_RESULT_AT','GqdIf','asyncError','message',',\x20response=','KEY_HOOK_LAST_STARTED','trackHookEvent','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','DEFAULT_HOOK_RESULT','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','getCurrentInstanceName','9096TzWPkY','getContext','VyiCu','dFWAo','storePendingHook','NCBeq','../TestInfo.js'];a71_0xb588=function(){return _0x4b40ec;};return a71_0xb588();}class JestTestFramework extends TestFramework{constructor(_0x341cac,_0x5bce7f,_0x32063f){super(_0x341cac,_0x5bce7f,_0x32063f),this['activeHooks']=new Map();}[a71_0x15d427(0x10f)](_0x149f96,_0x3f8a96,_0x3408af){const _0x265aa9=a71_0x15d427,_0x256593={};_0x256593[_0x265aa9(0x18f)]=function(_0x4b3f99,_0x2835c8){return _0x4b3f99||_0x2835c8;};const _0x53d9e2=_0x256593;if(_0x53d9e2[_0x265aa9(0x18f)](!_0x149f96,!_0x3f8a96)){logger[_0x265aa9(0x207)](_0x265aa9(0x26f)+_0x149f96+_0x265aa9(0x25a)+_0x3f8a96);return;}!this[_0x265aa9(0x1be)][_0x265aa9(0x24c)](_0x149f96)&&this[_0x265aa9(0x1be)][_0x265aa9(0x17a)](_0x149f96,[]);const _0x4bf678={'hookUUID':_0x3f8a96,'hookType':_0x3408af,'startedAt':new Date()[_0x265aa9(0x105)]()};this[_0x265aa9(0x1be)]['get'](_0x149f96)[_0x265aa9(0x1cc)](_0x4bf678),logger[_0x265aa9(0x279)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x149f96+',\x20hookUUID='+_0x3f8a96+',\x20hookType='+_0x3408af+',\x20totalHooks='+this[_0x265aa9(0x1be)][_0x265aa9(0x22e)](_0x149f96)[_0x265aa9(0x156)]);}[a71_0x15d427(0x108)](_0x1a00f3,_0x1a37aa){const _0x2d1f8d=a71_0x15d427,_0x19a11c={};_0x19a11c['ljijz']=function(_0x52990c,_0x12a41e){return _0x52990c||_0x12a41e;},_0x19a11c[_0x2d1f8d(0x138)]=function(_0x1b2948,_0x225166){return _0x1b2948!==_0x225166;},_0x19a11c[_0x2d1f8d(0x1fc)]=function(_0xcb0967,_0x29a437){return _0xcb0967===_0x29a437;};const _0x1c0c0e=_0x19a11c;if(_0x1c0c0e[_0x2d1f8d(0x1ad)](!_0x1a00f3,!_0x1a37aa)){logger[_0x2d1f8d(0x207)](_0x2d1f8d(0x265)+_0x1a00f3+',\x20hookUUID='+_0x1a37aa);return;}if(this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x24c)](_0x1a00f3)){const _0x5cf9cd=this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x22e)](_0x1a00f3),_0xcfc8a7=_0x5cf9cd[_0x2d1f8d(0x23a)](_0x5e1d52=>_0x5e1d52['hookUUID']===_0x1a37aa);_0x1c0c0e[_0x2d1f8d(0x138)](_0xcfc8a7,-0x1)?(_0x5cf9cd[_0x2d1f8d(0x1ac)](_0xcfc8a7,0x1),logger[_0x2d1f8d(0x279)](_0x2d1f8d(0x257)+_0x1a00f3+_0x2d1f8d(0x25a)+_0x1a37aa+_0x2d1f8d(0x223)+_0x5cf9cd[_0x2d1f8d(0x156)]),_0x1c0c0e[_0x2d1f8d(0x1fc)](_0x5cf9cd[_0x2d1f8d(0x156)],0x0)&&this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x203)](_0x1a00f3)):logger[_0x2d1f8d(0x279)](_0x2d1f8d(0x102)+_0x1a00f3+_0x2d1f8d(0x25a)+_0x1a37aa);}}[a71_0x15d427(0x13a)](_0x131198){const _0x28af2e=a71_0x15d427,_0xb80b99={};_0xb80b99[_0x28af2e(0x243)]=function(_0x92a9f2,_0xfd8472){return _0x92a9f2>_0xfd8472;},_0xb80b99['ByCht']=function(_0xe3586a,_0xa7c396){return _0xe3586a-_0xa7c396;};const _0x573516=_0xb80b99;if(!_0x131198)return null;if(this['activeHooks'][_0x28af2e(0x24c)](_0x131198)){const _0x44316e=this[_0x28af2e(0x1be)][_0x28af2e(0x22e)](_0x131198);if(_0x573516['RsYAL'](_0x44316e['length'],0x0)){const _0x4823a2=_0x44316e[_0x573516[_0x28af2e(0x1a0)](_0x44316e[_0x28af2e(0x156)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x131198+',\x20hookUUID='+_0x4823a2[_0x28af2e(0xf8)]+_0x28af2e(0x1a8)+_0x4823a2[_0x28af2e(0x20e)]),_0x4823a2;}}return null;}async[a71_0x15d427(0x1bb)](_0x318aa3,_0x364a1a,_0x561647={}){const _0xd21dde=a71_0x15d427,_0x19decd={};_0x19decd[_0xd21dde(0x185)]=_0xd21dde(0x16a),_0x19decd[_0xd21dde(0x1ee)]=function(_0x8462c9,_0x282ae5){return _0x8462c9===_0x282ae5;},_0x19decd[_0xd21dde(0x261)]=function(_0x329c51,_0x1fffe5){return _0x329c51===_0x1fffe5;},_0x19decd['dFWAo']=function(_0x5f03b7,_0xc7665f){return _0x5f03b7||_0xc7665f;},_0x19decd[_0xd21dde(0x1ab)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x19decd[_0xd21dde(0x1d4)]=function(_0x40f98d,_0x30012e){return _0x40f98d===_0x30012e;};const _0x173063=_0x19decd;logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x318aa3+',\x20hookState='+_0x364a1a+_0xd21dde(0x15c)+Object[_0xd21dde(0x11e)](_0x561647)[_0xd21dde(0x1b5)](',')),await super[_0xd21dde(0x1bb)](_0x318aa3,_0x364a1a,_0x561647);const _0x54f9d6=this[_0xd21dde(0x1f7)](_0x318aa3,_0x364a1a,_0x561647);if(!_0x54f9d6){logger[_0xd21dde(0x279)](_0x173063[_0xd21dde(0x185)]);return;}try{let _0x45d86b,_0x17bd65,_0x4c83e0;switch(_0x318aa3){case TestFrameworkState['TEST']:_0x45d86b=_0x561647[_0xd21dde(0x1f2)];const _0x1bd8af={};_0x1bd8af[_0xd21dde(0x118)]=0x2,_0x1bd8af[_0xd21dde(0x1d1)]=0x3,logger['debug'](_0xd21dde(0x10c)+_0x364a1a+',\x20testData='+util['inspect'](_0x45d86b,_0x1bd8af)),_0x4c83e0=this['getJestTestIdentifier'](_0x45d86b),_0x17bd65=null,logger[_0xd21dde(0x279)](_0xd21dde(0x252)+_0x4c83e0+_0xd21dde(0x21d));if(_0x173063[_0xd21dde(0x1ee)](_0x364a1a,HookState[_0xd21dde(0x19d)])){logger[_0xd21dde(0x279)](_0xd21dde(0x238)+_0x4c83e0);const _0x4e3c4c={};_0x4e3c4c[_0xd21dde(0x16c)]=_0x17bd65,_0x4e3c4c[_0xd21dde(0x220)]=_0x45d86b,_0x4e3c4c['testId']=_0x4c83e0;const _0x12a010=this['parseJestTest'](_0x4e3c4c),_0x1909a0={};_0x1909a0['depth']=0x2,_0x1909a0[_0xd21dde(0x1d1)]=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x1cb)+util[_0xd21dde(0x173)](_0x12a010,_0x1909a0)),_0x54f9d6['addMultipleEntries'](_0x12a010),logger[_0xd21dde(0x279)](_0xd21dde(0x206)+_0x4c83e0),await this[_0xd21dde(0x231)](_0x54f9d6,_0x4c83e0);}else{if(_0x173063[_0xd21dde(0x261)](_0x364a1a,HookState[_0xd21dde(0x221)])){logger[_0xd21dde(0x279)](_0xd21dde(0x194)+_0x4c83e0);const _0x4fed4d=_0x54f9d6[_0xd21dde(0x22d)]()[_0xd21dde(0x22e)](_0x4c83e0);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0xd21dde(0x173)](Object[_0xd21dde(0x11e)](_0x173063[_0xd21dde(0x1ec)](_0x4fed4d,{}))));_0x4fed4d&&_0x4fed4d[TestFrameworkConstants[_0xd21dde(0x152)]]?logger[_0xd21dde(0x279)](_0xd21dde(0x24b)+Object['keys'](_0x4fed4d[TestFrameworkConstants[_0xd21dde(0x152)]])[_0xd21dde(0x156)]+_0xd21dde(0x21b)):logger['debug'](_0x173063[_0xd21dde(0x1ab)]);const _0x3920ae=_0x561647[_0xd21dde(0x123)]||null,_0x2414d7={};_0x2414d7['testUUID']=_0x17bd65,_0x2414d7[_0xd21dde(0x220)]=_0x45d86b,_0x2414d7['testId']=_0x4c83e0,_0x2414d7['originalTest']=_0x3920ae;const _0x3c77a1=this[_0xd21dde(0x17e)](_0x2414d7),_0x13612e={};_0x13612e['depth']=0x2,_0x13612e['maxArrayLength']=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x26c)+util[_0xd21dde(0x173)](_0x3c77a1,_0x13612e)),_0x54f9d6['addMultipleEntries'](_0x3c77a1),logger[_0xd21dde(0x279)](_0xd21dde(0xf3)+_0x4c83e0),await this['processPendingHooks'](_0x54f9d6,_0x4c83e0);}}break;case TestFrameworkState[_0xd21dde(0x113)]:if(_0x173063[_0xd21dde(0x1d4)](_0x364a1a,HookState[_0xd21dde(0x221)])){const _0x2e03a3={};_0x2e03a3[_0xd21dde(0x118)]=0x2,logger[_0xd21dde(0x279)](_0xd21dde(0x1d9)+util[_0xd21dde(0x173)](_0x561647,_0x2e03a3)),await this['sendLogCreatedEvent'](_0x54f9d6,_0x318aa3,_0x561647);}break;default:if(CLIUtils[_0xd21dde(0x181)](_0x318aa3['toString']()[_0xd21dde(0x258)]('.')[0x1])){const _0x3926b1={};_0x3926b1[_0xd21dde(0x118)]=0x2,_0x3926b1[_0xd21dde(0x1d1)]=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x25f)+_0x318aa3+_0xd21dde(0x202)+_0x364a1a+_0xd21dde(0x1a2)+util[_0xd21dde(0x173)](_0x561647[_0xd21dde(0x26e)],_0x3926b1));const _0x508dbf=await this['trackHookEvent'](_0x54f9d6,_0x318aa3,_0x364a1a,_0x561647),_0x570e1a={};_0x570e1a[_0xd21dde(0x118)]=0x2,_0x570e1a['maxArrayLength']=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x24f)+util[_0xd21dde(0x173)](_0x508dbf,_0x570e1a)),_0x54f9d6['addMultipleEntries'](_0x508dbf);}else logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x318aa3+'\x20&\x20hookState='+_0x364a1a);break;}logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x318aa3+_0xd21dde(0x202)+_0x364a1a);}catch(_0x1726d2){logger[_0xd21dde(0x211)](_0xd21dde(0x226)+_0x318aa3+_0xd21dde(0x202)+_0x364a1a+_0xd21dde(0x242)+util['format'](_0x1726d2));}_0x561647[_0xd21dde(0x195)]=_0x54f9d6,await this[_0xd21dde(0x1c2)](_0x54f9d6,_0x318aa3,_0x364a1a,_0x561647);}[a71_0x15d427(0x27b)](_0xcce8eb){const _0x35ed29=a71_0x15d427,_0x5402a3={};_0x5402a3[_0x35ed29(0x25e)]=_0x35ed29(0x263);const _0x28c4f6=_0x5402a3;if(_0xcce8eb&&(_0xcce8eb['id']||_0xcce8eb[_0x35ed29(0x267)])){const _0xa3039b=_0xcce8eb['id']||_0xcce8eb['uuid'];return logger['debug'](_0x35ed29(0x250)+_0xa3039b+_0x35ed29(0x201)),_0xa3039b;}return logger[_0x35ed29(0x279)](_0x28c4f6[_0x35ed29(0x25e)]),process[_0x35ed29(0x1db)]+':testAnalyticsId';}[a71_0x15d427(0x1f7)](_0x42186d,_0x43a8bc,_0xdf7dd3={}){const _0x2bcfe0=a71_0x15d427;let _0xfed828=null;return _0xfed828=TestFramework['getTrackedInstance'](),!_0xfed828?(logger[_0x2bcfe0(0x279)](_0x2bcfe0(0x155)+_0x42186d),this[_0x2bcfe0(0x219)](_0x42186d,_0xdf7dd3),_0xfed828=TestFramework[_0x2bcfe0(0x1fe)](),logger[_0x2bcfe0(0x279)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0xfed828+',\x20contextId='+_0xfed828?.[_0x2bcfe0(0x1ea)]()?.[_0x2bcfe0(0x133)]())):logger['debug'](_0x2bcfe0(0x127)+_0xfed828['getContext']()?.[_0x2bcfe0(0x133)]()),_0xfed828;}[a71_0x15d427(0x219)](_0x30e96f,_0x2a86ab){const _0x8deef6=a71_0x15d427,_0x4bb322={};_0x4bb322[_0x8deef6(0x188)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x5b0f70=_0x4bb322;if(TestFramework[_0x8deef6(0x1fe)]()){logger[_0x8deef6(0x279)](_0x5b0f70[_0x8deef6(0x188)]);return;}const _0x529730=CLIUtils[_0x8deef6(0x1e8)](),_0x28fd54=TrackedInstance['createContext'](_0x529730);let _0x2d3bd2=null;logger[_0x8deef6(0x279)](_0x8deef6(0x174)+_0x529730+_0x8deef6(0x216)+_0x30e96f),_0x2d3bd2=new TestFrameworkInstance(_0x28fd54,this[_0x8deef6(0x184)](),this[_0x8deef6(0x20f)](),_0x30e96f,HookState[_0x8deef6(0x20c)]),TestFramework[_0x8deef6(0x167)](_0x28fd54,_0x2d3bd2),logger[_0x8deef6(0x279)](_0x8deef6(0x25d)+_0x28fd54[_0x8deef6(0x133)]()+_0x8deef6(0x23d)+_0x529730+_0x8deef6(0x1d0)+this[_0x8deef6(0x184)]()[0x0]+_0x8deef6(0x119)+this[_0x8deef6(0x20f)]()[this['getTestFrameworks']()[0x0]]);}[a71_0x15d427(0x125)](_0x55ea9f){const _0x18c685=a71_0x15d427,_0x5dd584={};_0x5dd584[_0x18c685(0x253)]=function(_0x5e09cb,_0x2821e9){return _0x5e09cb||_0x2821e9;},_0x5dd584[_0x18c685(0x12c)]=_0x18c685(0x1a7);const _0x5c44f7=_0x5dd584,{testUUID:_0x5dfb47,testData:_0x2a3dc6,testId:_0x6895aa}=_0x55ea9f;if(_0x5c44f7['OpdGD'](!_0x2a3dc6,!_0x6895aa))return logger[_0x18c685(0x279)](_0x5c44f7[_0x18c685(0x12c)]),{};const _0x21ee08=this['getTestFrameworks']()[0x0],_0x51f596=this[_0x18c685(0x20f)](),_0xbbc4af={};_0xbbc4af['depth']=0x2,_0xbbc4af[_0x18c685(0x1d1)]=0x3,logger[_0x18c685(0x279)](_0x18c685(0x213)+util[_0x18c685(0x173)](_0x2a3dc6,_0xbbc4af));const _0x52365f=_0x2a3dc6?.[_0x18c685(0x164)]||[],_0xac2bb6=this['getJestTestName'](_0x2a3dc6),_0x1bca1a=this[_0x18c685(0x14d)](_0x2a3dc6),_0x5e6695=_0x2a3dc6['fn']?_0x2a3dc6['fn'][_0x18c685(0x132)]():null,_0x3c812e={[TestFrameworkConstants[_0x18c685(0x266)]]:_0x21ee08,[TestFrameworkConstants[_0x18c685(0x262)]]:_0x51f596[_0x21ee08],[TestFrameworkConstants[_0x18c685(0x158)]]:[],[TestFrameworkConstants[_0x18c685(0x130)]]:{},[TestFrameworkConstants[_0x18c685(0x134)]]:{},[TestFrameworkConstants[_0x18c685(0x247)]]:TestFrameworkConstants[_0x18c685(0x190)],[TestFrameworkConstants[_0x18c685(0x157)]]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x117)]]:_0x1bca1a,[TestFrameworkConstants[_0x18c685(0x163)]]:_0x6895aa,[TestFrameworkConstants[_0x18c685(0x14a)]]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x268)]]:_0x1bca1a,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5e6695,[TestFrameworkConstants['KEY_TEST_TAGS']]:[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2a3dc6[_0x18c685(0x1f9)]||new Date()[_0x18c685(0x105)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x52365f[0x0]||'',[TestFrameworkConstants[_0x18c685(0x1f0)]]:_0x52365f,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x192)]]:{},[TestFrameworkConstants[_0x18c685(0x128)]]:{}};_0x2a3dc6[_0x18c685(0x1f6)]&&(_0x3c812e[TestFrameworkConstants[_0x18c685(0x168)]]=_0x2a3dc6['retryOf']);logger[_0x18c685(0x279)](_0x18c685(0x27a)+_0xac2bb6+_0x18c685(0x147)+_0x6895aa+'\x20(testIdentifier),\x20scopes='+util[_0x18c685(0x173)](_0x52365f)+_0x18c685(0x1dc)+_0x1bca1a);const _0x1778d9={};return _0x1778d9[_0x6895aa]=_0x3c812e,_0x1778d9;}[a71_0x15d427(0x17e)](_0x455b82){const _0x222cd2=a71_0x15d427,_0x33fef7={'bOAkb':function(_0x37c3c9,_0x1d5aca){return _0x37c3c9===_0x1d5aca;},'jZPkm':_0x222cd2(0x23e),'Hlyxk':function(_0x336bd1,_0x1e98d6){return _0x336bd1===_0x1e98d6;},'oUzGD':_0x222cd2(0x17f),'yGnSI':'ALL','VMCXh':_0x222cd2(0x25c),'qqMtZ':function(_0x2dec53,_0x57bde4){return _0x2dec53||_0x57bde4;},'nlNQE':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','VqvpE':function(_0x3b1cea,_0x3f6252){return _0x3b1cea||_0x3f6252;},'GiUzb':'unknown','rIXXB':function(_0x337b32,_0x2984d6){return _0x337b32>_0x2984d6;},'nGFPg':_0x222cd2(0x227),'wnAXK':'skip','CXATw':_0x222cd2(0x161),'ldiyK':'passed','piKAc':function(_0x580a67,_0x217124){return _0x580a67!==_0x217124;},'IGpIY':function(_0x296599,_0x646163,_0x3ed2b8,_0x59018a){return _0x296599(_0x646163,_0x3ed2b8,_0x59018a);},'wZOBI':_0x222cd2(0x21e),'YTHkn':function(_0x1853cc,_0x5709ed){return _0x1853cc===_0x5709ed;}},{testUUID:_0x23f6cf,testData:_0x4f2e34,testId:_0x30f8df}=_0x455b82;if(_0x33fef7[_0x222cd2(0x23f)](!_0x4f2e34,!_0x30f8df))return logger[_0x222cd2(0x279)](_0x33fef7[_0x222cd2(0x244)]),{};const _0x49c945=this[_0x222cd2(0x1f7)](TestFrameworkState[_0x222cd2(0xf5)],HookState[_0x222cd2(0x221)]),_0x26729b=_0x49c945['getAllData']()[_0x222cd2(0x22e)](_0x30f8df),_0x3a2298=_0x33fef7[_0x222cd2(0x198)](_0x26729b,{}),_0x5595c1=_0x3a2298?_0x3a2298[TestFrameworkConstants[_0x222cd2(0x192)]]||{}:{},_0x196272=_0x3a2298[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger['debug'](_0x222cd2(0x160)+(_0x196272?Object[_0x222cd2(0x11e)](_0x196272)['length']:0x0)+_0x222cd2(0x1c0));let _0xb00aa6=_0x33fef7[_0x222cd2(0x1c5)];if(_0x4f2e34[_0x222cd2(0x110)])_0xb00aa6=_0x4f2e34['result'];else{if(_0x4f2e34[_0x222cd2(0x19b)]&&_0x33fef7[_0x222cd2(0x1b3)](_0x4f2e34['errorsDetailed']['length'],0x0))_0xb00aa6=_0x33fef7['nGFPg'];else _0x33fef7[_0x222cd2(0x234)](_0x4f2e34[_0x222cd2(0x278)],_0x33fef7['wnAXK'])||_0x33fef7['Hlyxk'](_0x4f2e34[_0x222cd2(0x278)],_0x33fef7[_0x222cd2(0x12a)])?_0xb00aa6=_0x33fef7['CXATw']:_0xb00aa6=_0x33fef7[_0x222cd2(0x176)];}const _0x532a7f={..._0x3a2298,[TestFrameworkConstants[_0x222cd2(0x247)]]:_0xb00aa6,[TestFrameworkConstants[_0x222cd2(0x114)]]:_0x4f2e34['finished_at']||new Date()[_0x222cd2(0x105)](),[TestFrameworkConstants[_0x222cd2(0x1dd)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5595c1,[TestFrameworkConstants[_0x222cd2(0x255)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x33fef7[_0x222cd2(0x234)](_0xb00aa6,_0x33fef7[_0x222cd2(0x107)])&&_0x4f2e34[_0x222cd2(0x19b)]){const _0x1c9d98=this[_0x222cd2(0x271)](_0x4f2e34),_0x1166c8=this[_0x222cd2(0x1bf)](_0x4f2e34),_0x11e176=this[_0x222cd2(0x237)](_0x4f2e34);_0x532a7f[TestFrameworkConstants[_0x222cd2(0x170)]]=_0x1166c8,_0x532a7f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x1c9d98,_0x532a7f[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x11e176;}_0x33fef7[_0x222cd2(0x229)](_0x4f2e34[_0x222cd2(0x1f5)],undefined)&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x104)]]=_0x4f2e34[_0x222cd2(0x1f5)]);_0x4f2e34[_0x222cd2(0x1f6)]&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x168)]]=_0x4f2e34[_0x222cd2(0x1f6)]);const _0x285ce5=_0x26729b?_0x26729b[TestFrameworkConstants[_0x222cd2(0x152)]]||{}:{},_0x4d4570=_0x26729b?_0x26729b[TestFrameworkConstants['KEY_TEST_UUID']]:_0x23f6cf,_0x59d8a1=_0x33fef7['IGpIY'](getManualUploadLogs,_0x285ce5,_0x4d4570,_0x30f8df);if(_0x33fef7['rIXXB'](_0x59d8a1[_0x222cd2(0x156)],0x0)){const _0x59ecb6=_0x532a7f[TestFrameworkConstants[_0x222cd2(0x255)]]||[];_0x532a7f[TestFrameworkConstants['KEY_LOGS']]=[..._0x59ecb6,..._0x59d8a1];}const _0x21581e=_0x3a2298[TestFrameworkConstants[_0x222cd2(0x130)]]||{},_0x2071ee=_0x3a2298[TestFrameworkConstants[_0x222cd2(0x134)]]||{},_0x49410c={..._0x21581e},_0x17e727=_0x49410c;Object['keys'](_0x2071ee)[_0x222cd2(0x273)](_0x15a4dd=>{const _0x1d6ac8=_0x222cd2;!_0x17e727[_0x15a4dd]&&(_0x17e727[_0x15a4dd]=[]);const _0x4084bf=new Set((_0x17e727[_0x15a4dd]||[])[_0x1d6ac8(0x22c)](_0x1128b4=>_0x1128b4[TestFrameworkConstants[_0x1d6ac8(0x1fb)]]||_0x1128b4['hook_id']));(_0x2071ee[_0x15a4dd]||[])['forEach'](_0xbcb3c0=>{const _0x339756=_0x1d6ac8,_0x3a53c1=_0xbcb3c0[TestFrameworkConstants[_0x339756(0x1fb)]]||_0xbcb3c0[_0x339756(0x12e)];if(!_0x4084bf['has'](_0x3a53c1)){const _0x4bcb81={..._0xbcb3c0},_0x2d35d9=_0x4bcb81;!_0x2d35d9[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x2d35d9[_0x339756(0x11a)]&&(_0x2d35d9[TestFrameworkConstants[_0x339756(0x11c)]]=new Date()[_0x339756(0x105)]()),!_0x2d35d9[TestFrameworkConstants[_0x339756(0x1b1)]]&&!_0x2d35d9[_0x339756(0x264)]&&(_0x2d35d9[TestFrameworkConstants[_0x339756(0x1b1)]]=TestFrameworkConstants[_0x339756(0x1e5)]),_0x17e727[_0x15a4dd]['push'](_0x2d35d9);}});});if(_0x455b82[_0x222cd2(0x123)]){this[_0x222cd2(0x1d3)](_0x455b82[_0x222cd2(0x123)]);const _0x688f7d=this['buildHookMapFromTest'](_0x455b82['originalTest']),_0x553793=this[_0x222cd2(0x100)](_0x455b82['originalTest']);_0x553793['forEach'](_0x366833=>{const _0x3ca3f5=_0x222cd2,_0x28986b=_0x688f7d[_0x3ca3f5(0x22e)](_0x366833);if(_0x28986b&&(_0x33fef7[_0x3ca3f5(0x22b)](_0x28986b[_0x3ca3f5(0x1af)],_0x33fef7[_0x3ca3f5(0x1c4)])||_0x33fef7[_0x3ca3f5(0x234)](_0x28986b[_0x3ca3f5(0x1af)],_0x33fef7['oUzGD']))){const _0x3acc1d=_0x28986b[_0x3ca3f5(0x1af)][_0x3ca3f5(0x182)]()[_0x3ca3f5(0xf9)](_0x33fef7[_0x3ca3f5(0x232)],_0x33fef7['VMCXh']),_0x5da364=_0x3acc1d;!_0x17e727[_0x5da364]&&(_0x17e727[_0x5da364]=[]);const _0x6dee5a=_0x17e727[_0x5da364][_0x3ca3f5(0x121)](_0x5613fa=>(_0x5613fa[TestFrameworkConstants[_0x3ca3f5(0x1fb)]]||_0x5613fa[_0x3ca3f5(0x12e)])===_0x366833);!_0x6dee5a&&_0x17e727[_0x5da364]['push']({'key':_0x5da364,[TestFrameworkConstants[_0x3ca3f5(0x1fb)]]:_0x366833,[TestFrameworkConstants[_0x3ca3f5(0x1b1)]]:TestFrameworkConstants[_0x3ca3f5(0x1e5)],[TestFrameworkConstants[_0x3ca3f5(0x1d8)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3ca3f5(0x17b)]]:[],[TestFrameworkConstants[_0x3ca3f5(0x1f4)]]:_0x28986b[_0x3ca3f5(0x154)]||_0x28986b[_0x3ca3f5(0x1af)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5595c1});}});}if(_0x4f2e34['hooks']&&_0x33fef7['rIXXB'](_0x4f2e34[_0x222cd2(0x1ba)][_0x222cd2(0x156)],0x0))_0x532a7f[TestFrameworkConstants[_0x222cd2(0x130)]]=_0x4f2e34[_0x222cd2(0x1ba)],logger[_0x222cd2(0x279)](_0x33fef7[_0x222cd2(0x191)]);else _0x33fef7[_0x222cd2(0x1b3)](Object[_0x222cd2(0x11e)](_0x17e727)[_0x222cd2(0x156)],0x0)&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x130)]]=_0x17e727,logger[_0x222cd2(0x279)](_0x222cd2(0x1e4)+Object['keys'](_0x17e727)[_0x222cd2(0x1b5)](',')));const _0x402748=this[_0x222cd2(0x129)](_0x4f2e34);logger[_0x222cd2(0x279)](_0x222cd2(0x236)+_0x402748+',\x20testId='+_0x30f8df+_0x222cd2(0x13d)+_0xb00aa6+_0x222cd2(0x1b0)+_0x4f2e34[_0x222cd2(0x1f5)]);_0x33fef7[_0x222cd2(0x1b8)](_0xb00aa6,_0x33fef7[_0x222cd2(0x107)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x30f8df+_0x222cd2(0x1c1)+_0x532a7f[TestFrameworkConstants[_0x222cd2(0x170)]]+_0x222cd2(0x23b)+_0x532a7f[TestFrameworkConstants[_0x222cd2(0x178)]]?.[_0x222cd2(0x13c)](0x0,0xc8));const _0x4a8ce8={};return _0x4a8ce8[_0x30f8df]=_0x532a7f,_0x4a8ce8;}['getJestTestScopes'](_0x1b975a){const _0x4ed4da=a71_0x15d427,_0x2b8594={};_0x2b8594['EAvbE']=function(_0x4d4ca7,_0xb68be2){return _0x4d4ca7!==_0xb68be2;},_0x2b8594['dCluT']=_0x4ed4da(0x12f);const _0x5598c7=_0x2b8594,_0x52f3ea={};_0x52f3ea[_0x4ed4da(0x118)]=0x2,_0x52f3ea[_0x4ed4da(0x1d1)]=0x3,logger[_0x4ed4da(0x279)](_0x4ed4da(0x183)+util[_0x4ed4da(0x173)](_0x1b975a,_0x52f3ea));const _0x2a4257=[];if(_0x1b975a&&_0x1b975a[_0x4ed4da(0x137)]){let _0x154096=_0x1b975a[_0x4ed4da(0x137)];while(_0x154096&&_0x154096[_0x4ed4da(0x154)]&&_0x5598c7[_0x4ed4da(0x1f3)](_0x154096[_0x4ed4da(0x154)],'')&&_0x5598c7[_0x4ed4da(0x1f3)](_0x154096[_0x4ed4da(0x154)],_0x5598c7[_0x4ed4da(0x1ae)])){_0x2a4257[_0x4ed4da(0x1cc)](_0x154096['name']),_0x154096=_0x154096[_0x4ed4da(0x137)];}}return _0x2a4257[_0x4ed4da(0x135)]();}[a71_0x15d427(0x129)](_0x51f23e){const _0x4213dc=a71_0x15d427,_0x4a2b96={};_0x4a2b96['rQGHA']=_0x4213dc(0x204);const _0x5b2df6=_0x4a2b96;if(_0x51f23e['name'])return _0x51f23e[_0x4213dc(0x154)];if(_0x51f23e[_0x4213dc(0x16f)])return _0x51f23e[_0x4213dc(0x16f)];return _0x5b2df6[_0x4213dc(0x11d)];}[a71_0x15d427(0x14d)](_0x2d9954){const _0x5ec7fa=a71_0x15d427,_0x3fcd8e={'mpqCZ':function(_0x11f675,_0x496921){return _0x11f675(_0x496921);},'fwUtb':_0x5ec7fa(0x126)};if(_0x2d9954[_0x5ec7fa(0xf7)])return _0x2d9954[_0x5ec7fa(0xf7)];if(_0x2d9954[_0x5ec7fa(0x1df)]){const _0x27d28c=_0x3fcd8e[_0x5ec7fa(0x215)](require,_0x3fcd8e['fwUtb']);try{const _0xcd8aca=_0x27d28c['parse'](_0x2d9954[_0x5ec7fa(0x1df)]);if(_0xcd8aca[0x0]&&_0xcd8aca[0x0][_0x5ec7fa(0x26d)])return _0xcd8aca[0x0]['getFileName']();}catch(_0x4bca53){logger['debug'](_0x5ec7fa(0x1d7)+util[_0x5ec7fa(0x1a9)](_0x4bca53));}}return null;}['getJestFailureReason'](_0x2b4a5c){const _0x209acf=a71_0x15d427,_0xd75e4f={};_0xd75e4f[_0x209acf(0x272)]=function(_0x3ea65b,_0x2e5ec5){return _0x3ea65b>_0x2e5ec5;},_0xd75e4f[_0x209acf(0x193)]=_0x209acf(0x101);const _0x10ff43=_0xd75e4f;if(_0x2b4a5c['errorsDetailed']&&_0x10ff43[_0x209acf(0x272)](_0x2b4a5c[_0x209acf(0x19b)][_0x209acf(0x156)],0x0))return util['inspect'](_0x2b4a5c[_0x209acf(0x19b)][0x0]);if(_0x2b4a5c[_0x209acf(0x15f)])return _0x2b4a5c[_0x209acf(0x15f)];return _0x10ff43[_0x209acf(0x193)];}[a71_0x15d427(0x1bf)](_0x3150f9){const _0x26f461=a71_0x15d427,_0x23e459={};_0x23e459[_0x26f461(0x210)]='Assert',_0x23e459[_0x26f461(0x217)]=_0x26f461(0x1ce),_0x23e459[_0x26f461(0x116)]=_0x26f461(0x153);const _0x202459=_0x23e459,_0x50d3c0=this[_0x26f461(0x271)](_0x3150f9);if(_0x50d3c0&&_0x50d3c0[_0x26f461(0x120)](_0x202459[_0x26f461(0x210)]))return _0x202459[_0x26f461(0x217)];return _0x202459[_0x26f461(0x116)];}[a71_0x15d427(0x237)](_0x22d434){const _0x5e1021=a71_0x15d427,_0x367e6e={'czArF':function(_0x37a50e,_0x5e1141){return _0x37a50e(_0x5e1141);},'wOMCx':'../../../helpers/test-observability/utils','RAvXT':function(_0x2411de,_0x21c066){return _0x2411de!==_0x21c066;},'jIrsC':'test'},{failureData:_0x2d0447}=_0x367e6e[_0x5e1021(0x275)](require,_0x367e6e['wOMCx']),_0x26715c=[];return _0x367e6e[_0x5e1021(0x18e)](_0x22d434[_0x5e1021(0x19b)],undefined)&&_0x26715c[_0x5e1021(0x1cc)](_0x22d434[_0x5e1021(0x19b)],_0x367e6e[_0x5e1021(0x180)]),_0x2d0447[_0x5e1021(0x1a4)](null,_0x26715c);}async[a71_0x15d427(0x1e3)](_0x485040,_0x6b2ac8,_0x48d834,_0x944df7){const _0xcc16=a71_0x15d427,_0x56d173={'NRyHC':_0xcc16(0x1f8),'UVvzR':function(_0x2758f6){return _0x2758f6();},'huMpx':function(_0x5c746f,_0x292454){return _0x5c746f in _0x292454;},'SVyKF':function(_0x17d1fe,_0x2b0a55){return _0x17d1fe in _0x2b0a55;},'jMHLN':function(_0x2a1512,_0x33ef9b){return _0x2a1512===_0x33ef9b;},'HhyKM':function(_0x2c1aa5,_0x31fac6){return _0x2c1aa5===_0x31fac6;},'RfGaE':function(_0x4921a4,_0xd407eb){return _0x4921a4>_0xd407eb;},'MthDL':_0xcc16(0x227),'XPNNM':_0xcc16(0x150),'dFPvQ':function(_0x2d8f6f,_0x45ded8){return _0x2d8f6f!==_0x45ded8;}},{hookData:_0x38745d}=_0x944df7,_0x474a3a=_0x48d834[_0xcc16(0x132)](),_0x190f29=_0x6b2ac8[_0xcc16(0x132)](),_0x478650={};_0x478650[_0xcc16(0x118)]=0x2,_0x478650[_0xcc16(0x1d1)]=0x3,logger[_0xcc16(0x279)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x190f29+_0xcc16(0x202)+_0x474a3a+',\x20hookData='+util[_0xcc16(0x173)](_0x38745d,_0x478650));if(!_0x38745d)return logger[_0xcc16(0x279)](_0x56d173[_0xcc16(0x214)]),{};const _0x24ae04=_0x38745d['uuid']||_0x38745d[_0xcc16(0x1b7)]||_0x56d173[_0xcc16(0x142)](uuidv4),_0x2c702=_0x38745d['test_run_id']||this[_0xcc16(0x27b)](_0x38745d),_0x2a9da1=_0x6b2ac8[_0xcc16(0x132)]()['split']('.')[0x1],_0x303f2f=_0x485040[_0xcc16(0x22d)]()['get'](_0x2c702),_0x4a498a=_0x303f2f?_0x303f2f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0xcc16(0x279)](_0xcc16(0x1aa)+_0x24ae04+_0xcc16(0x147)+_0x2c702+'\x20(testIdentifier),\x20hookType='+_0x2a9da1+_0xcc16(0x202)+_0x474a3a);if(!_0x303f2f)return logger['debug'](_0xcc16(0x27d)+_0x2c702+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x485040,_0x2c702,_0x6b2ac8,_0x48d834,_0x944df7),{};let _0x17d31c=_0x303f2f[TestFrameworkConstants[_0xcc16(0x134)]];!_0x17d31c&&(_0x17d31c={});!_0x56d173[_0xcc16(0x13e)](_0x2a9da1,_0x17d31c)&&(_0x17d31c[_0x2a9da1]=[]);let _0x278d84=_0x303f2f[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x278d84&&(_0x278d84={});!_0x56d173['SVyKF'](_0x2a9da1,_0x278d84)&&(_0x278d84[_0x2a9da1]=[]);const _0xd1bc73={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x17d31c,[TestFrameworkConstants[_0xcc16(0x130)]]:_0x278d84},_0xf9840e={};_0xf9840e[_0x2c702]=_0xd1bc73;const _0x5d0365=_0xf9840e;if(_0x56d173['jMHLN'](_0x48d834,HookState[_0xcc16(0x19d)])){const _0xa34ac4={'key':_0x2a9da1,[TestFrameworkConstants[_0xcc16(0x1fb)]]:_0x24ae04,[TestFrameworkConstants[_0xcc16(0x1b1)]]:TestFrameworkConstants[_0xcc16(0x1e5)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x38745d[_0xcc16(0x1f9)]||new Date()[_0xcc16(0x105)](),[TestFrameworkConstants[_0xcc16(0x17b)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x38745d['name']||_0x38745d[_0xcc16(0x259)]||_0x2a9da1,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4a498a};_0x17d31c[_0x2a9da1]['push'](_0xa34ac4),_0x5d0365[_0x2c702][TestFrameworkConstants[_0xcc16(0x1e2)]]=_0x2a9da1;const _0x25963d={};_0x25963d[_0xcc16(0x118)]=0x2,logger[_0xcc16(0x279)](_0xcc16(0x172)+_0x2a9da1+',\x20hookId='+_0x24ae04+',\x20testId='+_0x2c702+_0xcc16(0x16e)+util['inspect'](_0xa34ac4,_0x25963d));}else{if(_0x56d173[_0xcc16(0x1fd)](_0x48d834,HookState[_0xcc16(0x221)])){const _0x3189ed=_0x38745d[_0xcc16(0x110)]||(_0x38745d[_0xcc16(0x19b)]&&_0x56d173[_0xcc16(0x240)](_0x38745d[_0xcc16(0x19b)]['length'],0x0)?_0x56d173[_0xcc16(0x145)]:_0x56d173[_0xcc16(0x175)]),_0x59857d=_0x17d31c[_0x2a9da1]||[];logger['debug'](_0xcc16(0xfa)+_0x2a9da1+_0xcc16(0x147)+_0x2c702+_0xcc16(0x256)+_0x3189ed+',\x20hooksListLength='+_0x59857d[_0xcc16(0x156)]);if(_0x56d173[_0xcc16(0x240)](_0x59857d[_0xcc16(0x156)],0x0)){const _0x4f0b47=_0x59857d['pop']();_0x56d173['jMHLN'](_0x3189ed,_0x56d173[_0xcc16(0x145)])&&_0x38745d[_0xcc16(0x19b)]?(_0x4f0b47[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x38745d),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x19e)]]=this[_0xcc16(0x271)](_0x38745d),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x162)]]=this[_0xcc16(0x237)](_0x38745d),logger[_0xcc16(0x279)](_0xcc16(0x1d5)+_0x2a9da1+_0xcc16(0x1c1)+_0x4f0b47[TestFrameworkConstants[_0xcc16(0x20d)]]+_0xcc16(0x23b)+_0x4f0b47[TestFrameworkConstants[_0xcc16(0x19e)]]?.[_0xcc16(0x13c)](0x0,0xc8))):_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1b1)]]=_0x56d173[_0xcc16(0x175)];_0x56d173[_0xcc16(0x13f)](_0x3189ed,TestFrameworkConstants[_0xcc16(0x1e5)])&&(_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1b1)]]=_0x3189ed);_0x4f0b47[TestFrameworkConstants[_0xcc16(0x11c)]]=_0x38745d[_0xcc16(0x1a3)]||new Date()[_0xcc16(0x105)](),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x192)]]=_0x4a498a;const _0x2573b8=_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1fb)]];!_0x278d84[_0x2a9da1]&&(_0x278d84[_0x2a9da1]=[]);_0x278d84[_0x2a9da1][_0xcc16(0x1cc)](_0x4f0b47),_0x5d0365[_0x2c702][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x2a9da1;const _0xf9f0f7={};_0xf9f0f7[_0xcc16(0x118)]=0x2,logger[_0xcc16(0x279)](_0xcc16(0x260)+_0x2a9da1+',\x20hookId='+_0x2573b8+_0xcc16(0x256)+_0x3189ed+_0xcc16(0x16e)+util[_0xcc16(0x173)](_0x4f0b47,_0xf9f0f7));}}}const _0x18129c={};return _0x18129c[_0xcc16(0x118)]=0x2,_0x18129c[_0xcc16(0x1d1)]=0x3,logger[_0xcc16(0x279)](_0xcc16(0x277)+(_0x38745d[_0xcc16(0x259)]||_0x2a9da1)+_0xcc16(0x24d)+_0x24ae04+_0xcc16(0x147)+_0x2c702+',\x20updates='+util['inspect'](_0x5d0365,_0x18129c)),_0x5d0365;}[a71_0x15d427(0x1ca)](_0x1dd94a){const _0x4d269c=a71_0x15d427,_0xb3836c={};_0xb3836c[_0x4d269c(0x15d)]='base64';const _0x5056f0=_0xb3836c;try{const _0x3e7bea=_0x1dd94a[_0x4d269c(0x1f2)]?this[_0x4d269c(0x27b)](_0x1dd94a[_0x4d269c(0x1f2)]):_0x1dd94a[_0x4d269c(0x26e)]['test_run_id'],_0x5f0c93=_0x1dd94a[_0x4d269c(0x195)],_0x1c6f3a=_0x5f0c93['getContext'](),_0x5db3a0=_0x5f0c93[_0x4d269c(0x22d)]()[_0x4d269c(0x22e)](_0x3e7bea);if(!_0x5db3a0)return logger['debug'](_0x4d269c(0x143)+_0x3e7bea),{};const {[TestFrameworkConstants[_0x4d269c(0x266)]]:_0x1ea70d='',[TestFrameworkConstants[_0x4d269c(0x262)]]:_0x18e727='',[TestFrameworkConstants[_0x4d269c(0x149)]]:_0x4ee176='',[TestFrameworkConstants[_0x4d269c(0x114)]]:_0x264b45=''}=_0x5db3a0,_0x4e1892=_0x5f0c93[_0x4d269c(0x187)]()['toString']()[_0x4d269c(0x258)]('.')[0x1],_0xf1db14=_0x5f0c93[_0x4d269c(0x1bc)]()['toString']()[_0x4d269c(0x258)]('.')[0x1],_0x5add68=global?.[_0x4d269c(0x151)]?.[_0x4d269c(0x1ff)]?.[_0x4d269c(0x14c)],_0x265eae=_0x5f0c93[_0x4d269c(0x239)](),_0x1818d5=Buffer[_0x4d269c(0x18d)](JSON[_0x4d269c(0x1fa)](_0x5db3a0))[_0x4d269c(0x132)](_0x5056f0[_0x4d269c(0x15d)]),_0x49047f={'hash':_0x1c6f3a[_0x4d269c(0x133)](),'threadId':_0x1c6f3a['getThreadId']()[_0x4d269c(0x132)](),'processId':_0x1c6f3a['getProcessId']()['toString']()},_0x415e9b={};_0x415e9b['platformIndex']=_0x5add68,_0x415e9b['testFrameworkName']=_0x1ea70d,_0x415e9b[_0x4d269c(0x1a5)]=_0x18e727,_0x415e9b[_0x4d269c(0xfd)]=_0x4e1892,_0x415e9b[_0x4d269c(0x1c3)]=_0xf1db14,_0x415e9b[_0x4d269c(0x124)]=_0x4ee176,_0x415e9b[_0x4d269c(0x189)]=_0x264b45,_0x415e9b[_0x4d269c(0x267)]=_0x265eae,_0x415e9b['eventJson']=_0x1818d5,_0x415e9b[_0x4d269c(0x11b)]=_0x49047f,_0x415e9b[_0x4d269c(0x140)]=_0x3e7bea;const _0x44a5d4=_0x415e9b;return _0x44a5d4;}catch(_0x112169){return logger[_0x4d269c(0x211)](_0x4d269c(0x1d6)+util['format'](_0x112169)),{};}}async['sendLogCreatedEvent'](_0x57aa28,_0x1daf91,_0x27eb8b){const _0xbcbfee=a71_0x15d427,_0x45f52e={'wqzXz':function(_0x314313,_0x49498c){return _0x314313+_0x49498c;},'zXdyL':_0xbcbfee(0x122),'YNYgL':'none','KOMTT':function(_0x312b20,_0x304401){return _0x312b20>_0x304401;},'xSmTh':function(_0x289c3a,_0x2d28fd,_0x3658f7,_0x5593f8){return _0x289c3a(_0x2d28fd,_0x3658f7,_0x5593f8);},'JAhUb':function(_0x50a76b,_0x15b6a8){return _0x50a76b-_0x15b6a8;},'pHyjp':function(_0x2ea76a,_0x372df4){return _0x2ea76a===_0x372df4;},'MEWay':function(_0x3d9f50,_0x31b53b){return _0x3d9f50/_0x31b53b;},'zOEVm':function(_0xb14e97,_0x54877c){return _0xb14e97<_0x54877c;},'pigkZ':function(_0xdd38d8,_0x488110){return _0xdd38d8*_0x488110;},'Trbpk':function(_0x10ca81,_0x475403){return _0x10ca81+_0x475403;},'uTolR':function(_0xaa66c5,_0x10f17d){return _0xaa66c5+_0x10f17d;}};try{const _0x4aaa8d=_0x27eb8b[_0xbcbfee(0x16c)]||_0x27eb8b['testId'],_0x20de3a=Array[_0xbcbfee(0x18d)](_0x57aa28[_0xbcbfee(0x22d)]()[_0xbcbfee(0x11e)]()),_0x12b986=_0x57aa28['getAllData']()['get'](_0x4aaa8d);if(!_0x12b986){logger[_0xbcbfee(0x279)](_0xbcbfee(0x1c7)+_0x4aaa8d);return;}const {[TestFrameworkConstants[_0xbcbfee(0x266)]]:_0x1bf491='',[TestFrameworkConstants[_0xbcbfee(0x262)]]:_0x50e78b=''}=_0x12b986;let _0x4034d2=[];if(_0x12b986&&_0x12b986[TestFrameworkConstants[_0xbcbfee(0x255)]]&&Array[_0xbcbfee(0x241)](_0x12b986[TestFrameworkConstants['KEY_LOGS']])){_0x4034d2=_0x12b986[TestFrameworkConstants[_0xbcbfee(0x255)]]||[],logger['debug'](_0xbcbfee(0x106)+_0x4034d2[_0xbcbfee(0x156)]+_0xbcbfee(0x15b)+_0x4aaa8d);const _0x4d48a9={[TestFrameworkConstants[_0xbcbfee(0x255)]]:[]},_0x1ba961={};_0x1ba961[_0x4aaa8d]=_0x4d48a9,_0x57aa28[_0xbcbfee(0x18c)](_0x1ba961),logger['debug'](_0xbcbfee(0x14f)+_0x4aaa8d);}else logger[_0xbcbfee(0x279)](_0xbcbfee(0xff)+_0x4aaa8d);logger['debug'](_0xbcbfee(0x218)+_0x4034d2['length']+_0xbcbfee(0xf4)+_0x4aaa8d);const _0x103114=_0x4034d2[_0xbcbfee(0x205)](_0x499793=>_0x499793['kind']===_0xbcbfee(0x131));_0x45f52e[_0xbcbfee(0x25b)](_0x103114[_0xbcbfee(0x156)],0x0)&&(logger[_0xbcbfee(0x279)](_0xbcbfee(0x1cd)+_0x103114[_0xbcbfee(0x156)]+_0xbcbfee(0x23c)+_0x4aaa8d),_0x103114['forEach']((_0x124770,_0x434007)=>{const _0x40f909=_0xbcbfee;logger['debug'](_0x40f909(0x1b9)+_0x45f52e[_0x40f909(0x165)](_0x434007,0x1)+'/'+_0x103114[_0x40f909(0x156)]+_0x40f909(0x177)+(_0x124770[_0x40f909(0x140)]||_0x45f52e[_0x40f909(0x14b)])+_0x40f909(0x21c)+(_0x124770[_0x40f909(0x115)]||_0x45f52e['zXdyL'])+_0x40f909(0x224)+(_0x124770[_0x40f909(0x230)]||_0x45f52e[_0x40f909(0x276)])+_0x40f909(0x12d)+(_0x124770[_0x40f909(0x1e0)]?.['length']||0x0));}));const _0x4a517d=_0x12b986[TestFrameworkConstants[_0xbcbfee(0x152)]]||{},_0x394d9b=_0x45f52e[_0xbcbfee(0x1bd)](getMediaArtifactsLogs,_0x4a517d,null,_0x4aaa8d),_0x1eb464=(_0x4034d2||[])[_0xbcbfee(0x103)](_0x394d9b||[]),_0x2969a3=_0x103114?.[_0xbcbfee(0x156)]||0x0,_0x2c8cd2=_0x45f52e[_0xbcbfee(0x1c8)](_0x4034d2?.['length']||0x0,_0x2969a3);logger[_0xbcbfee(0x279)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x4aaa8d+',\x20consoleLogs:\x20'+_0x2c8cd2+_0xbcbfee(0x235)+_0x2969a3+_0xbcbfee(0x14e)+(_0x394d9b?.[_0xbcbfee(0x156)]||0x0)+',\x20totalLogs:\x20'+_0x1eb464[_0xbcbfee(0x156)]);if(!_0x1eb464||_0x45f52e[_0xbcbfee(0x1a1)](_0x1eb464['length'],0x0)){logger[_0xbcbfee(0x279)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x4aaa8d);return;}const _0xa1c968=0x28,_0x52ba1e=Math[_0xbcbfee(0x209)](_0x45f52e['MEWay'](_0x1eb464['length'],_0xa1c968));for(let _0x49dfd3=0x0;_0x45f52e[_0xbcbfee(0x199)](_0x49dfd3,_0x52ba1e);_0x49dfd3++){const _0x13f983=_0x45f52e[_0xbcbfee(0xf6)](_0x49dfd3,_0xa1c968),_0xde9fdc=_0x45f52e[_0xbcbfee(0x165)](_0x13f983,_0xa1c968),_0x674956=_0x1eb464['slice'](_0x13f983,_0xde9fdc),_0x40368b=global?.[_0xbcbfee(0x151)]?.[_0xbcbfee(0x1ff)]?.['parallelIndex']||0x0,_0x2efde4={'platformIndex':_0x40368b,'logs':_0x674956,'testFrameworkName':_0x1bf491,'testFrameworkVersion':_0x50e78b,'testFrameworkState':_0x1daf91[_0xbcbfee(0x132)]()[_0xbcbfee(0x258)]('.')[0x1]},_0x6f398a={};_0x6f398a['depth']=0x3,_0x6f398a['maxArrayLength']=0x5,logger[_0xbcbfee(0x279)](_0xbcbfee(0x139)+_0x45f52e[_0xbcbfee(0x246)](_0x49dfd3,0x1)+'/'+_0x52ba1e+'\x20-\x20testId:\x20'+_0x4aaa8d+',\x20logsInBatch:\x20'+_0x674956[_0xbcbfee(0x156)]+',\x20platformIndex:\x20'+_0x40368b+_0xbcbfee(0x269)+util[_0xbcbfee(0x173)](_0x2efde4,_0x6f398a));const _0x350446=await GrpcClient[_0xbcbfee(0x21a)]()[_0xbcbfee(0x26b)](_0x2efde4);logger[_0xbcbfee(0x279)](_0xbcbfee(0x139)+_0x45f52e[_0xbcbfee(0x249)](_0x49dfd3,0x1)+'/'+_0x52ba1e+_0xbcbfee(0x228)+_0x4aaa8d+_0xbcbfee(0x1e1)+util[_0xbcbfee(0x173)](_0x350446));}if(_0x394d9b&&_0x45f52e[_0xbcbfee(0x25b)](_0x394d9b['length'],0x0)&&_0x12b986[TestFrameworkConstants[_0xbcbfee(0x152)]]){const _0x490b35={[TestFrameworkConstants[_0xbcbfee(0x152)]]:{}},_0x1cb1d9={};_0x1cb1d9[_0x4aaa8d]=_0x490b35,_0x57aa28[_0xbcbfee(0x18c)](_0x1cb1d9);}logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x4aaa8d+',\x20totalBatches:\x20'+_0x52ba1e);}catch(_0x54ce59){logger[_0xbcbfee(0x211)](_0xbcbfee(0x1e7)+(_0x27eb8b[_0xbcbfee(0x16c)]||_0x27eb8b[_0xbcbfee(0x1a6)])+_0xbcbfee(0x22a)+util[_0xbcbfee(0x1a9)](_0x54ce59));}}[a71_0x15d427(0x1ed)](_0x47f6b6,_0x295647,_0x313f7b,_0x1a771e,_0x5bc95e){const _0x1f9033=a71_0x15d427,_0x356d5d={};_0x356d5d['eabIL']=function(_0x21bfb5,_0x232683){return _0x21bfb5===_0x232683;},_0x356d5d[_0x1f9033(0x1b4)]=_0x1f9033(0x17f);const _0x13e4cd=_0x356d5d,{hookData:_0x115637}=_0x5bc95e,_0x44ff6a={'testId':_0x295647,'testFrameworkState':_0x313f7b,'hookState':_0x1a771e,'args':_0x5bc95e,'timestamp':new Date()[_0x1f9033(0x105)]()};if(_0x13e4cd['eabIL'](_0x313f7b,TestFrameworkState[_0x1f9033(0x200)])&&_0x115637){const _0x47641a={};_0x47641a[_0x1f9033(0x10e)]=_0x115637[_0x1f9033(0xf7)]||_0x115637[_0x1f9033(0xfe)],_0x47641a[_0x1f9033(0x141)]=_0x115637[_0x1f9033(0x141)]||_0x115637[_0x1f9033(0x164)]&&_0x115637[_0x1f9033(0x164)][0x0]||'',_0x47641a[_0x1f9033(0x20e)]=_0x13e4cd['GlhPH'],_0x44ff6a['hookMetadata']=_0x47641a,logger['debug']('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x295647+_0x1f9033(0x222)+_0x44ff6a['hookMetadata'][_0x1f9033(0x10e)]+_0x1f9033(0x20a)+_0x44ff6a['hookMetadata']['scope']);}_0x47f6b6[_0x1f9033(0x251)](_0x295647,_0x44ff6a),logger[_0x1f9033(0x279)](_0x1f9033(0x1cf)+_0x295647+_0x1f9033(0x10d)+_0x313f7b+_0x1f9033(0x233)+_0x1a771e);}async['processPendingHooks'](_0x3910f1,_0x9fc0f6){const _0x57e38c=a71_0x15d427,_0x2646a3={};_0x2646a3[_0x57e38c(0x16b)]=function(_0x412eb3,_0x147025){return _0x412eb3>_0x147025;},_0x2646a3[_0x57e38c(0x24e)]=_0x57e38c(0x186),_0x2646a3[_0x57e38c(0x1da)]=function(_0x1f5914,_0x314025){return _0x1f5914===_0x314025;},_0x2646a3[_0x57e38c(0x1de)]=function(_0x2169ae,_0x151dcf){return _0x2169ae===_0x151dcf;},_0x2646a3['byJGU']=_0x57e38c(0x1c6),_0x2646a3[_0x57e38c(0x19c)]=_0x57e38c(0x109);const _0x217412=_0x2646a3;if(_0x3910f1[_0x57e38c(0x171)](_0x9fc0f6)){const _0x3e3322=_0x3910f1[_0x57e38c(0x1e6)](_0x9fc0f6);logger[_0x57e38c(0x279)](_0x57e38c(0x111)+_0x3e3322[_0x57e38c(0x156)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x9fc0f6);for(const _0x321a62 of _0x3e3322){try{const _0x43884b=await this[_0x57e38c(0x1e3)](_0x3910f1,_0x321a62[_0x57e38c(0xfd)],_0x321a62['hookState'],_0x321a62['args']);_0x43884b&&_0x217412[_0x57e38c(0x16b)](Object[_0x57e38c(0x11e)](_0x43884b)[_0x57e38c(0x156)],0x0)&&_0x3910f1[_0x57e38c(0x18c)](_0x43884b),await this['runHooks'](_0x3910f1,_0x321a62[_0x57e38c(0xfd)],_0x321a62[_0x57e38c(0x1c3)],_0x321a62['args']);}catch(_0x1aeaa9){logger[_0x57e38c(0x211)](_0x57e38c(0x17d)+_0x9fc0f6+_0x57e38c(0x22a)+_0x1aeaa9);}}_0x3910f1[_0x57e38c(0x1c9)](_0x9fc0f6),logger[_0x57e38c(0x279)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x9fc0f6);}const _0xd869fa=_0x3910f1[_0x57e38c(0x22d)]()[_0x57e38c(0x22e)](_0x9fc0f6);if(_0xd869fa){const _0x43dbdf=_0xd869fa[TestFrameworkConstants[_0x57e38c(0x117)]]||_0xd869fa[TestFrameworkConstants[_0x57e38c(0x268)]],_0x424392=_0xd869fa[TestFrameworkConstants[_0x57e38c(0x10a)]]||_0xd869fa[TestFrameworkConstants[_0x57e38c(0x1f0)]]&&_0xd869fa[TestFrameworkConstants[_0x57e38c(0x1f0)]][0x0]||'';logger[_0x57e38c(0x279)](_0x217412['zQWCY']);const _0x51c079=_0x3910f1[_0x57e38c(0x208)]();for(const _0x497ca9 of _0x51c079){if(_0x217412[_0x57e38c(0x1da)](_0x497ca9,_0x9fc0f6))continue;if(_0x3910f1[_0x57e38c(0x171)](_0x497ca9)){const _0x2675f5=_0x3910f1[_0x57e38c(0x1e6)](_0x497ca9);for(const _0xbd2e4d of _0x2675f5){if(_0x217412[_0x57e38c(0x1da)](_0xbd2e4d['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0xbd2e4d[_0x57e38c(0x19f)]){const _0x450c37=_0xbd2e4d[_0x57e38c(0x19f)][_0x57e38c(0x10e)],_0x348b90=_0xbd2e4d[_0x57e38c(0x19f)][_0x57e38c(0x141)];if(_0x217412[_0x57e38c(0x1da)](_0x450c37,_0x43dbdf)&&_0x217412[_0x57e38c(0x1de)](_0x348b90,_0x424392)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x497ca9+_0x57e38c(0xfc)+_0x9fc0f6+',\x20filePath:\x20'+_0x450c37+_0x57e38c(0x20a)+_0x348b90);_0xbd2e4d[_0x57e38c(0x136)]&&_0xbd2e4d[_0x57e38c(0x136)][_0x57e38c(0x26e)]&&(_0xbd2e4d[_0x57e38c(0x136)]['hookData'][_0x57e38c(0x11f)]=_0x9fc0f6,logger[_0x57e38c(0x279)](_0x57e38c(0x24a)+_0x497ca9+_0x57e38c(0x13b)+_0x9fc0f6));try{const _0x1136be=await this[_0x57e38c(0x1e3)](_0x3910f1,_0xbd2e4d[_0x57e38c(0xfd)],_0xbd2e4d['hookState'],_0xbd2e4d['args']);_0x1136be&&_0x217412['BpNKC'](Object[_0x57e38c(0x11e)](_0x1136be)[_0x57e38c(0x156)],0x0)&&_0x3910f1[_0x57e38c(0x18c)](_0x1136be);await this[_0x57e38c(0x1c2)](_0x3910f1,_0xbd2e4d[_0x57e38c(0xfd)],_0xbd2e4d[_0x57e38c(0x1c3)],_0xbd2e4d[_0x57e38c(0x136)]);const _0x1927fb=_0x3910f1[_0x57e38c(0x1e6)](_0x497ca9)[_0x57e38c(0x205)](_0x1caf80=>_0x1caf80!==_0xbd2e4d);if(_0x217412[_0x57e38c(0x1da)](_0x1927fb[_0x57e38c(0x156)],0x0))_0x3910f1[_0x57e38c(0x1c9)](_0x497ca9);else{_0x3910f1[_0x57e38c(0x1c9)](_0x497ca9);for(const _0x3acf15 of _0x1927fb){_0x3910f1['addPendingHook'](_0x497ca9,_0x3acf15);}}logger[_0x57e38c(0x279)](_0x217412[_0x57e38c(0x1b2)]);}catch(_0x6d7c18){logger['error'](_0x217412[_0x57e38c(0x19c)]);}}}}}}}}[a71_0x15d427(0x1d3)](_0x286a4c){const _0x18f00d=a71_0x15d427,_0x426ef4={'qBllG':function(_0x11ff9a){return _0x11ff9a();}};if(!_0x286a4c||!_0x286a4c[_0x18f00d(0x137)])return;_0x286a4c[_0x18f00d(0x137)][_0x18f00d(0x1ba)]&&Array[_0x18f00d(0x241)](_0x286a4c[_0x18f00d(0x137)]['hooks'])&&_0x286a4c[_0x18f00d(0x137)][_0x18f00d(0x1ba)][_0x18f00d(0x273)](_0x480ddc=>{const _0x1bc708=_0x18f00d;!_0x480ddc['hookAnalyticsId']&&!_0x480ddc[_0x1bc708(0xf8)]&&(_0x480ddc[_0x1bc708(0x1b7)]=_0x426ef4[_0x1bc708(0x19a)](uuidv4),_0x480ddc[_0x1bc708(0xf8)]=_0x480ddc[_0x1bc708(0x1b7)],logger['debug'](_0x1bc708(0x159)+_0x480ddc[_0x1bc708(0x1af)]+_0x1bc708(0x25a)+_0x480ddc[_0x1bc708(0x1b7)]));}),this['mapTestHooks'](_0x286a4c[_0x18f00d(0x137)]);}[a71_0x15d427(0x100)](_0x1934d2){const _0xfca7ba=a71_0x15d427,_0x500f97={'VyiCu':function(_0x9e11e,_0x2fa4ae){return _0x9e11e(_0x2fa4ae);}};if(!_0x1934d2||!_0x1934d2['parent'])return[];const _0x1ec9f4=[];return _0x1934d2[_0xfca7ba(0x137)][_0xfca7ba(0x1ba)]&&Array[_0xfca7ba(0x241)](_0x1934d2['parent'][_0xfca7ba(0x1ba)])&&_0x1934d2[_0xfca7ba(0x137)]['hooks'][_0xfca7ba(0x273)](_0x2a74ff=>{const _0x556142=_0xfca7ba,_0xc8276=_0x2a74ff[_0x556142(0x1b7)]||_0x2a74ff[_0x556142(0xf8)];_0xc8276&&!this[_0x556142(0x27c)](_0x2a74ff)&&!_0x500f97[_0x556142(0x1eb)](isInternalHook,_0x2a74ff['fn'])&&_0x1ec9f4[_0x556142(0x1cc)](_0xc8276);}),[..._0x1ec9f4,...this[_0xfca7ba(0x100)](_0x1934d2['parent'])];}[a71_0x15d427(0x225)](_0x49b90d){const _0x3a5dfc=a71_0x15d427,_0x52130a={'DyjxC':function(_0x473a81,_0x48a8e8){return _0x473a81(_0x48a8e8);},'qoukM':'unknown'},_0x28c099=new Map(),_0x541293=_0x17e894=>{const _0xbe3a37=a71_0x5d7b;if(!_0x17e894||!_0x17e894['parent'])return;_0x17e894['parent']['hooks']&&Array[_0xbe3a37(0x241)](_0x17e894[_0xbe3a37(0x137)][_0xbe3a37(0x1ba)])&&_0x17e894[_0xbe3a37(0x137)][_0xbe3a37(0x1ba)][_0xbe3a37(0x273)](_0x54c715=>{const _0x4e2628=_0xbe3a37,_0xcb99ae=_0x54c715[_0x4e2628(0x1b7)]||_0x54c715['hookUUID'];if(_0xcb99ae&&!this[_0x4e2628(0x27c)](_0x54c715)&&!_0x52130a[_0x4e2628(0x20b)](isInternalHook,_0x54c715['fn'])){const _0x596e8a={};_0x596e8a[_0x4e2628(0x1af)]=_0x54c715['type']||_0x52130a[_0x4e2628(0x15a)],_0x596e8a[_0x4e2628(0x154)]=_0x54c715[_0x4e2628(0x154)]||'\x22'+_0x54c715[_0x4e2628(0x1af)]+_0x4e2628(0x148),_0x28c099[_0x4e2628(0x17a)](_0xcb99ae,_0x596e8a);}}),_0x52130a['DyjxC'](_0x541293,_0x17e894[_0xbe3a37(0x137)]);};return _0x52130a[_0x3a5dfc(0x20b)](_0x541293,_0x49b90d),_0x28c099;}[a71_0x15d427(0x27c)](_0xee3c34){const _0x527f74=a71_0x15d427,_0x5261f4={};_0x5261f4[_0x527f74(0x197)]=_0x527f74(0x1d2),_0x5261f4[_0x527f74(0x22f)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x92579e=_0x5261f4;try{const _0x52f456=this['getRootParentFile'](_0xee3c34);return _0x52f456&&_0x52f456[_0x527f74(0x120)](_0x92579e['wuMbO']);}catch(_0x9fc939){logger[_0x527f74(0x279)](_0x92579e[_0x527f74(0x22f)]);}return![];}[a71_0x15d427(0x1b6)](_0x248b63){const _0x4c6ce1=a71_0x15d427;if(_0x248b63['asyncError'])try{const _0x500e84=stackTrace[_0x4c6ce1(0x1f1)](_0x248b63[_0x4c6ce1(0x1df)]);return _0x500e84[0x0]?_0x500e84[0x0][_0x4c6ce1(0x26d)]():null;}catch(_0x62ba73){logger[_0x4c6ce1(0x279)](_0x4c6ce1(0x274)+util[_0x4c6ce1(0x1a9)](_0x62ba73));}if(_0x248b63[_0x4c6ce1(0x270)])return _0x248b63[_0x4c6ce1(0x270)];return null;}}module[a71_0x15d427(0x169)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x360ddd=a72_0x2ebe;function a72_0x2ebe(_0x1f1985,_0x3b10ff){const _0x129699=a72_0x1296();return a72_0x2ebe=function(_0x2ebeca,_0x48c9a4){_0x2ebeca=_0x2ebeca-0xf6;let _0xab45a0=_0x129699[_0x2ebeca];return _0xab45a0;},a72_0x2ebe(_0x1f1985,_0x3b10ff);}(function(_0x8d40b1,_0x1d6b9e){const _0x3470f3=a72_0x2ebe,_0xdae3d=_0x8d40b1();while(!![]){try{const _0x46f0ce=parseInt(_0x3470f3(0x11a))/0x1+parseInt(_0x3470f3(0x10d))/0x2+-parseInt(_0x3470f3(0x104))/0x3+-parseInt(_0x3470f3(0x117))/0x4*(parseInt(_0x3470f3(0xf6))/0x5)+parseInt(_0x3470f3(0xf8))/0x6*(-parseInt(_0x3470f3(0x105))/0x7)+parseInt(_0x3470f3(0x108))/0x8+parseInt(_0x3470f3(0x11b))/0x9*(parseInt(_0x3470f3(0x119))/0xa);if(_0x46f0ce===_0x1d6b9e)break;else _0xdae3d['push'](_0xdae3d['shift']());}catch(_0x524816){_0xdae3d['push'](_0xdae3d['shift']());}}}(a72_0x1296,0xa71fc));const AutomationFramework=require(a72_0x360ddd(0x11f)),{createClassLogger}=require(a72_0x360ddd(0x10f)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a72_0x360ddd(0x113)),TrackedInstance=require(a72_0x360ddd(0x110)),AutomationFrameworkInstance=require(a72_0x360ddd(0x101));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x360ddd(0xfa)]=createClassLogger(a72_0x360ddd(0x10c));constructor(_0x139fc4,_0x5a4bcf){super(_0x139fc4,_0x5a4bcf);}async[a72_0x360ddd(0x11c)](_0x38eb8b,_0x174022,_0x4f8532={}){const _0x338270=a72_0x360ddd,_0x1105bd={};_0x1105bd[_0x338270(0xfe)]=function(_0x29c25a,_0x1f93f6){return _0x29c25a===_0x1f93f6;};const _0x58ab7b=_0x1105bd;this['logger'][_0x338270(0x107)]('trackEvent:\x20automationFrameworkState='+_0x38eb8b+_0x338270(0x106)+_0x174022),await super[_0x338270(0x11c)](_0x38eb8b,_0x174022,_0x4f8532);const _0xeff90d=this[_0x338270(0x11d)](_0x38eb8b,_0x174022,_0x4f8532);if(_0x58ab7b[_0x338270(0xfe)](_0xeff90d,null))return;_0x4f8532[_0x338270(0x115)]=_0xeff90d,await this[_0x338270(0x100)](_0xeff90d,_0x38eb8b,_0x174022,_0x4f8532);}[a72_0x360ddd(0x11d)](_0x544d53,_0x286b2e,_0x3d2265={}){const _0x1921bc=a72_0x360ddd,_0x3501c7={};_0x3501c7[_0x1921bc(0x118)]=function(_0x2ef69b,_0x8768bf){return _0x2ef69b===_0x8768bf;},_0x3501c7[_0x1921bc(0x116)]=function(_0x38b339,_0x375bf1){return _0x38b339===_0x375bf1;};const _0x243acf=_0x3501c7;let _0x17942f=null;return(_0x243acf[_0x1921bc(0x118)](_0x544d53,AutomationFrameworkState[_0x1921bc(0x10a)])||_0x243acf['npukx'](_0x544d53,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x3d2265[_0x1921bc(0xfb)]&&_0x3d2265[_0x1921bc(0xfb)][_0x1921bc(0x103)]&&_0x3d2265[_0x1921bc(0xfb)]['params'][_0x1921bc(0xfc)])||_0x243acf[_0x1921bc(0x116)](_0x544d53,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x544d53,_0x3d2265),_0x17942f=AutomationFramework['getTrackedInstance'](),_0x17942f;}[a72_0x360ddd(0x10b)](_0x5926f0,_0x12cc93){const _0x36da2a=a72_0x360ddd,_0x5a71fb={};_0x5a71fb['dKqco']=_0x36da2a(0x11e);const _0x62fef2=_0x5a71fb;if(AutomationFramework[_0x36da2a(0xf9)]()){this[_0x36da2a(0xfa)][_0x36da2a(0x121)](_0x62fef2[_0x36da2a(0x109)]);return;}const _0x596309=CLIUtils[_0x36da2a(0x120)](),_0x24ae11=TrackedInstance[_0x36da2a(0x112)](_0x596309);let _0x48ff8b=null;this[_0x36da2a(0xfa)][_0x36da2a(0x121)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x596309+',\x20state='+_0x5926f0),_0x48ff8b=new AutomationFrameworkInstance(_0x24ae11,this[_0x36da2a(0x114)](),this[_0x36da2a(0x111)](),_0x5926f0),AutomationFramework[_0x36da2a(0x10e)](_0x24ae11,_0x48ff8b),this['logger'][_0x36da2a(0x121)](_0x36da2a(0x102)+_0x24ae11[_0x36da2a(0xf7)]()+_0x36da2a(0xff)+_0x596309);}}module[a72_0x360ddd(0xfd)]=PlaywrightAutomationFramework;function a72_0x1296(){const _0xf54d71=['2116664AhXmep','dKqco','CREATE','trackPlaywrightInstance','PlaywrightAutomationFramework','414666yIijIq','setTrackedInstance','../../../helpers/classLogger.js','../instances/trackedInstance.js','getAutomationFrameworkVersion','createContext','../cliUtils.js','getAutomationFrameworkName','instance','npukx','278204KERnNB','sRSvb','610QijDeP','78599LBGZlr','344907YhtHEO','trackEvent','resolveInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','./automationFramework.js','getCurrentInstanceName','info','65VTPtft','getId','126tRpWTe','getTrackedInstance','logger','message','bsParams','exports','STMhp','\x20target=','runHooks','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','params','1174677ylCndt','302652lRwYLE','\x20hookState=','debug'];a72_0x1296=function(){return _0xf54d71;};return a72_0x1296();}
|