browserstack-node-sdk 1.50.0 → 1.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +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
|
-
|
|
1
|
+
function a69_0x5bd4(){const _0x26c54c=['test_meta','test_scopes','KEY_TEST_ATTACHMENTS','120XbVIxO','2665352ExIYnl','^(BEFORE_|AFTER_)','TEST_LOG','KEY_AUTOMATE_SESSION_STATUS','test_hooks_finished','KEY_HOOK_FAILURE_TYPE','57508JlxWmh','KEY_TEST_SCOPE','KEY_FILE_PATH','test_hook_last_finished','file_name','KEY_HOOKS_STARTED','pending','KEY_TEST_CODE','TEST_SCREENSHOT','event_ended_at','DEFAULT_TEST_RESULT','KEY_EVENT_STARTED_AT','KEY_HOOK_LAST_STARTED','hook_result','test_location','KEY_CUSTOM_TAGS','hook_name','KEY_SESSION_NAME','test_session_name','KEY_TEST_NAME','KEY_PLATFORM_INDEX','KEY_TEST_RESULT_AT','111046PltQBg','4007339VRjBFw','event_started_at','13778VyLEVn','platform_index','KEY_TEST_LOGS','KEY_TEST_ID','hook_failure','9XCSIUP','test_failure_type','1njgXjd','142070jZBTHv','KEY_TEST_ENDED_AT','KEY_HOOK_FAILURE_REASON','test_scope','KEY_TEST_RERUN_NAME','KEY_HOOKS_FINISHED','KIND_SCREENSHOT','test_attachments','test_uuid','KEY_TEST_FRAMEWORK_VERSION','test_tags','KEY_TEST_UUID','KEY_FILE_NAME','KEY_TEST_TAGS','KEY_FILE_LEVEL','test_logs','test_file_path','DEFAULT_HOOK_RESULT','file_level','automate_session_name','4YlUjJJ','KEY_FILE_SIZE','hook_failure_reason','hook_failure_type','retry_of','KEY_HOOK_ID','KEY_TEST_META','test_framework_name','KIND_LOG','test_hooks_started','KEY_TEST_RETRY_OF','test_result_at','146274qtKVgB','test_hook_last_started','automate_session_status','828prULZQ','KEY_HOOK_LAST_FINISHED','test_result','logs','exports','1090DTOYCN','KEY_TEST_FILE_PATH','KEY_AUTOMATE_SESSION_REASON','hook_logs','test_failure','test_name'];a69_0x5bd4=function(){return _0x26c54c;};return a69_0x5bd4();}const a69_0x130ffe=a69_0x5649;function a69_0x5649(_0x39c110,_0x471b1a){const _0x5bd443=a69_0x5bd4();return a69_0x5649=function(_0x5649ed,_0x11a4f3){_0x5649ed=_0x5649ed-0xae;let _0x201ff9=_0x5bd443[_0x5649ed];return _0x201ff9;},a69_0x5649(_0x39c110,_0x471b1a);}(function(_0x2623d3,_0xb3ebf0){const _0x3c589c=a69_0x5649,_0x4cf259=_0x2623d3();while(!![]){try{const _0x329ada=parseInt(_0x3c589c(0xf9))/0x1*(parseInt(_0x3c589c(0xf2))/0x2)+parseInt(_0x3c589c(0xc1))/0x3*(-parseInt(_0x3c589c(0xb5))/0x4)+parseInt(_0x3c589c(0xfa))/0x5*(-parseInt(_0x3c589c(0xd2))/0x6)+-parseInt(_0x3c589c(0xf0))/0x7+parseInt(_0x3c589c(0xd3))/0x8*(parseInt(_0x3c589c(0xf7))/0x9)+parseInt(_0x3c589c(0xc9))/0xa*(parseInt(_0x3c589c(0xd9))/0xb)+-parseInt(_0x3c589c(0xc4))/0xc*(-parseInt(_0x3c589c(0xef))/0xd);if(_0x329ada===_0xb3ebf0)break;else _0x4cf259['push'](_0x4cf259['shift']());}catch(_0x541754){_0x4cf259['push'](_0x4cf259['shift']());}}}(a69_0x5bd4,0x4ba21));const a69_0x43264a={};a69_0x43264a[a69_0x130ffe(0x105)]=a69_0x130ffe(0x102),a69_0x43264a[a69_0x130ffe(0xf5)]='test_id',a69_0x43264a[a69_0x130ffe(0xec)]=a69_0x130ffe(0xce),a69_0x43264a[a69_0x130ffe(0xca)]=a69_0x130ffe(0xb1),a69_0x43264a[a69_0x130ffe(0xae)]=a69_0x130ffe(0x104),a69_0x43264a['KEY_TEST_RESULT']=a69_0x130ffe(0xc6),a69_0x43264a[a69_0x130ffe(0xee)]=a69_0x130ffe(0xc0),a69_0x43264a['KEY_TEST_STARTED_AT']='test_started_at',a69_0x43264a[a69_0x130ffe(0xfb)]='test_ended_at',a69_0x43264a['KEY_TEST_LOCATION']=a69_0x130ffe(0xe7),a69_0x43264a[a69_0x130ffe(0xda)]=a69_0x130ffe(0xfd),a69_0x43264a['KEY_TEST_SCOPES']=a69_0x130ffe(0xd0),a69_0x43264a['KEY_TEST_FRAMEWORK_NAME']=a69_0x130ffe(0xbc),a69_0x43264a[a69_0x130ffe(0x103)]='test_framework_version',a69_0x43264a[a69_0x130ffe(0xe0)]='test_code',a69_0x43264a[a69_0x130ffe(0xfe)]='test_rerun_name',a69_0x43264a[a69_0x130ffe(0xbf)]=a69_0x130ffe(0xb9),a69_0x43264a[a69_0x130ffe(0xed)]=a69_0x130ffe(0xf3),a69_0x43264a['KEY_TEST_FAILURE']=a69_0x130ffe(0xcd),a69_0x43264a['KEY_TEST_FAILURE_TYPE']=a69_0x130ffe(0xf8),a69_0x43264a['KEY_TEST_FAILURE_REASON']='test_failure_reason',a69_0x43264a[a69_0x130ffe(0xf4)]=a69_0x130ffe(0xb0),a69_0x43264a[a69_0x130ffe(0xbb)]=a69_0x130ffe(0xcf),a69_0x43264a[a69_0x130ffe(0xea)]=a69_0x130ffe(0xeb),a69_0x43264a['KEY_AUTOMATE_SESSION_NAME']=a69_0x130ffe(0xb4),a69_0x43264a[a69_0x130ffe(0xd6)]=a69_0x130ffe(0xc3),a69_0x43264a[a69_0x130ffe(0xcb)]='automate_session_reason',a69_0x43264a[a69_0x130ffe(0xe4)]=a69_0x130ffe(0xf1),a69_0x43264a['KEY_EVENT_ENDED_AT']=a69_0x130ffe(0xe2),a69_0x43264a[a69_0x130ffe(0xba)]='hook_id',a69_0x43264a['KEY_HOOK_RESULT']=a69_0x130ffe(0xe6),a69_0x43264a[a69_0x130ffe(0xd8)]=a69_0x130ffe(0xb8),a69_0x43264a[a69_0x130ffe(0xfc)]=a69_0x130ffe(0xb7),a69_0x43264a['KEY_HOOK_FAILURE']=a69_0x130ffe(0xf6),a69_0x43264a['KEY_HOOK_LOGS']=a69_0x130ffe(0xcc),a69_0x43264a['KEY_HOOK_NAME']=a69_0x130ffe(0xe9),a69_0x43264a[a69_0x130ffe(0xe3)]=a69_0x130ffe(0xdf),a69_0x43264a[a69_0x130ffe(0xb2)]='pending',a69_0x43264a[a69_0x130ffe(0x100)]=a69_0x130ffe(0xe1),a69_0x43264a[a69_0x130ffe(0xbd)]=a69_0x130ffe(0xd5),a69_0x43264a['HOOK_REGEX']=a69_0x130ffe(0xd4),a69_0x43264a[a69_0x130ffe(0xde)]=a69_0x130ffe(0xbe),a69_0x43264a[a69_0x130ffe(0xff)]=a69_0x130ffe(0xd7),a69_0x43264a[a69_0x130ffe(0xe5)]=a69_0x130ffe(0xc2),a69_0x43264a[a69_0x130ffe(0xc5)]=a69_0x130ffe(0xdc),a69_0x43264a['KEY_LOGS']=a69_0x130ffe(0xc7),a69_0x43264a[a69_0x130ffe(0xe8)]='custom_metadata',a69_0x43264a[a69_0x130ffe(0xd1)]=a69_0x130ffe(0x101),a69_0x43264a[a69_0x130ffe(0xb6)]='file_size',a69_0x43264a[a69_0x130ffe(0x106)]=a69_0x130ffe(0xdd),a69_0x43264a[a69_0x130ffe(0xdb)]='file_path',a69_0x43264a[a69_0x130ffe(0xaf)]=a69_0x130ffe(0xb3);const TestFrameworkConstants=a69_0x43264a;module[a69_0x130ffe(0xc8)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x3ed899=a70_0x11da;function a70_0xf813(){const _0x1f377d=['KEY_TEST_UUID','createTestFrameworkEventPayload\x20testId:\x20','from','gfMiB','hook_type','testUUID','1980040HNcWNt','testFrameworkVersion','inspect','../instances/testFrameworkInstance.js','INIT_TEST','kohih','push','dQuGA','../state/hookState.js','NvIHE','KEY_HOOK_FAILURE_REASON','KEY_AUTOMATE_SESSION_NAME','157762iCgATH','exports','47712TqYTuR','TEST','2444328tUcKZU','test_run_id','getAllData','started_at','hookData','hooks','qMBqe','KEY_TEST_RESULT_AT','split','2526oNqBVJ','\x20with\x20id\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','trackEvent:\x20unsupported\x20testFrameworkState=','\x20target=','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','finishedAt','addPendingHook','\x20&\x20hook\x20=\x20','3962NfAPNY',',\x20state:\x20','sZbwk','KEY_HOOK_LOGS','wtAfL','getCurrentInstanceName','DEFAULT_TEST_RESULT','KEY_HOOK_FAILURE','\x20with\x20result:\x20','matchHookRegex','kYoVv','POST','getTestFrameworks','FXMCx','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getThreadId','Error\x20in\x20createTestFrameworkEventPayload:\x20','customRerunParam','zHoEU','NpebL','failure','KEY_TEST_ID','KEY_TEST_SCOPE','trackEvent','KEY_TEST_RESULT','trackCucumberInstance','UDoGb','KEY_HOOKS_STARTED','failure_type','KEY_TEST_NAME','jdhTT','KEY_EVENT_STARTED_AT','KEY_HOOK_FAILURE_TYPE','file_name','meta','\x20and\x20args\x20=\x20','addMultipleEntries','startedAt','NFWVm','\x20with\x20UUID:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','getContext','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','UnhandledError','getTestUUID','format','uuid','KEY_HOOKS_FINISHED','parseCucumberTest','result','keys','testFrameworkState','createContext','failure_reason','DQloq','readLogObjects','pvkpo','Parsed\x20cucumber\x20test:\x20','KEY_TEST_META','icEaS','KEY_TEST_LOCATION',',\x20state=','length','\x20testState:\x20','error','base64','trackHookEvent','KEY_TEST_FRAMEWORK_VERSION','Tracked\x20cucumber\x20hook\x20event:\x20','24rghRga','132jKcwHt','Processing\x20','UCcnj','stringify','testFrameworkName','KEY_CUSTOM_TAGS','concat','./constants/testFrameworkConstants.js','CJUWY','KEY_TEST_STARTED_AT','hasPendingHooks','createTestFrameworkEventPayload','finished_at','./testFramework','KEY_HOOK_ID','resolveInstance','fkraD','endedAt','getProcessId','args','tISDA','KEY_HOOK_LAST_FINISHED','xTiVt','executionContext','../cliUtils.js','lJkix','setTestDetails','BnRWp','jITEP','NONE','KEY_TEST_FAILURE','getTestFrameworksVersions','LOG_REPORT','debug','workerInfo','instance','../grpcClient','AGXQI','XYTen','dHWLa','toISOString','TQKSi','CucumberTestFramework','eventJson','LGbux','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Cucumber\x20log\x20created\x20event','\x20&\x20hookState=','\x20\x20and\x20args\x20=\x20','platformIndex','getTestDetails','10JbGqEa','name','hookState','../TestInfo.js','rerun_name','tags','location','getId','failed','body','test','KEY_TEST_FILE_PATH','runHooks','1796625gxGMSf','parallelIndex','KEY_TEST_ENDED_AT','214hWjKMX','KEY_TEST_FRAMEWORK_NAME','scopes','KEY_HOOK_NAME','4814LkHdES','passed','toString','../instances/trackedInstance.js','KEY_LOGS','parseCucumberTestResult','testData','failure_data','processPendingHooks','unknown','ycXER','key','KEY_HOOK_RESULT','sendLogCreatedEvent',',\x20hookState:\x20','KEY_TEST_SCOPES','getRef','\x20batch\x20','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_ATTACHMENTS','getCurrentHookState','PRE','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_LOGS','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_REASON','get'];a70_0xf813=function(){return _0x1f377d;};return a70_0xf813();}function a70_0x11da(_0x5a606c,_0x81b674){const _0xf81346=a70_0xf813();return a70_0x11da=function(_0x11da05,_0x4f3a61){_0x11da05=_0x11da05-0x166;let _0x32ede1=_0xf81346[_0x11da05];return _0x32ede1;},a70_0x11da(_0x5a606c,_0x81b674);}(function(_0x20f7a3,_0x13a1e5){const _0x184bb1=a70_0x11da,_0x599fe0=_0x20f7a3();while(!![]){try{const _0xff13a9=-parseInt(_0x184bb1(0x1ec))/0x1*(parseInt(_0x184bb1(0x1f0))/0x2)+-parseInt(_0x184bb1(0x21f))/0x3*(parseInt(_0x184bb1(0x1a8))/0x4)+parseInt(_0x184bb1(0x211))/0x5+-parseInt(_0x184bb1(0x22a))/0x6*(-parseInt(_0x184bb1(0x233))/0x7)+parseInt(_0x184bb1(0x221))/0x8+parseInt(_0x184bb1(0x1e9))/0x9*(parseInt(_0x184bb1(0x1dc))/0xa)+parseInt(_0x184bb1(0x21d))/0xb*(-parseInt(_0x184bb1(0x1a9))/0xc);if(_0xff13a9===_0x13a1e5)break;else _0x599fe0['push'](_0x599fe0['shift']());}catch(_0x159f3c){_0x599fe0['push'](_0x599fe0['shift']());}}}(a70_0xf813,0x5a9e8));const TestFramework=require(a70_0x3ed899(0x1b6)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x3ed899(0x219)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x3ed899(0x214)),CLIUtils=require(a70_0x3ed899(0x1c1)),TrackedInstance=require(a70_0x3ed899(0x1f3)),TestFrameworkConstants=require(a70_0x3ed899(0x1b0)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3ed899(0x1d3)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a70_0x3ed899(0x1df)),GrpcClient=require(a70_0x3ed899(0x1cd));class CucumberTestFramework extends TestFramework{constructor(_0x4e9cf6,_0x555f76,_0x28372d){super(_0x4e9cf6,_0x555f76,_0x28372d);}async[a70_0x3ed899(0x179)](_0x43ad7e,_0x4d7de1,_0x10fc73={}){const _0xa96a78=a70_0x3ed899,_0x142b86={};_0x142b86[_0xa96a78(0x216)]=_0xa96a78(0x202),_0x142b86['icEaS']=function(_0x1534f2,_0x2196e5){return _0x1534f2===_0x2196e5;},_0x142b86['TQKSi']=function(_0x11cbf2,_0x1820e2){return _0x11cbf2===_0x1820e2;},_0x142b86['UCcnj']='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x55995c=_0x142b86;await super['trackEvent'](_0x43ad7e,_0x4d7de1,_0x10fc73);const _0x34e409=this[_0xa96a78(0x1b8)](_0x43ad7e,_0x4d7de1,_0x10fc73);if(!_0x34e409){logger[_0xa96a78(0x1ca)](_0x55995c[_0xa96a78(0x216)]);return;}try{let _0x227e47,_0x153ae3;switch(_0x43ad7e){case TestFrameworkState['TEST']:_0x227e47=_0x10fc73[_0xa96a78(0x1e6)],_0x153ae3=TestInfo[_0xa96a78(0x18f)](_0x227e47['id']);if(_0x55995c[_0xa96a78(0x19e)](_0x4d7de1,HookState['PRE'])){logger[_0xa96a78(0x1ca)](_0xa96a78(0x206)+_0x227e47['id']);const _0x7adda4={};_0x7adda4[_0xa96a78(0x210)]=_0x153ae3,_0x7adda4[_0xa96a78(0x1f6)]=_0x227e47,_0x34e409[_0xa96a78(0x186)](this[_0xa96a78(0x193)](_0x7adda4)),logger[_0xa96a78(0x1ca)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x227e47['id']),await this[_0xa96a78(0x1f8)](_0x34e409,_0x227e47['id']);}else{if(_0x55995c[_0xa96a78(0x1d2)](_0x4d7de1,HookState[_0xa96a78(0x16c)])){const _0x51de3f={};_0x51de3f[_0xa96a78(0x210)]=_0x153ae3,_0x51de3f[_0xa96a78(0x1f6)]=_0x227e47,_0x34e409[_0xa96a78(0x186)](this['parseCucumberTestResult'](_0x51de3f)),await this[_0xa96a78(0x1f8)](_0x34e409,_0x227e47['id']);}}break;case TestFrameworkState[_0xa96a78(0x1c9)]:_0x55995c['TQKSi'](_0x4d7de1,HookState[_0xa96a78(0x16c)])&&await this[_0xa96a78(0x1fd)](_0x34e409,_0x43ad7e,_0x10fc73);break;default:if(CLIUtils[_0xa96a78(0x16a)](_0x43ad7e[_0xa96a78(0x1f2)]()[_0xa96a78(0x229)]('.')[0x1])){const _0x15b2c2=await this['trackHookEvent'](_0x34e409,_0x43ad7e,_0x4d7de1,_0x10fc73);_0x34e409[_0xa96a78(0x186)](_0x15b2c2);}else logger[_0xa96a78(0x1ca)](_0xa96a78(0x22d)+_0x43ad7e+_0xa96a78(0x1d8)+_0x4d7de1);break;}}catch(_0x1f0096){logger['error'](util[_0xa96a78(0x190)](_0x55995c[_0xa96a78(0x1ab)],_0x43ad7e,_0x4d7de1,_0x10fc73[_0xa96a78(0x1a1)],_0x1f0096));}_0x10fc73[_0xa96a78(0x1cc)]=_0x34e409,await this[_0xa96a78(0x1e8)](_0x34e409,_0x43ad7e,_0x4d7de1,_0x10fc73);}[a70_0x3ed899(0x1b8)](_0x4a87a1,_0x483150,_0x1ed012={}){const _0x438bb6=a70_0x3ed899,_0x2dd6b9={};_0x2dd6b9['kYoVv']=function(_0x5a5dbf,_0x42a0ef){return _0x5a5dbf===_0x42a0ef;},_0x2dd6b9[_0x438bb6(0x17c)]=function(_0x54d666,_0x368ce0){return _0x54d666===_0x368ce0;};const _0x583a32=_0x2dd6b9;let _0x11287f=null;return(_0x583a32[_0x438bb6(0x16b)](_0x4a87a1,TestFrameworkState[_0x438bb6(0x215)])||_0x583a32[_0x438bb6(0x17c)](_0x4a87a1,TestFrameworkState[_0x438bb6(0x1c6)]))&&this[_0x438bb6(0x17b)](_0x4a87a1,_0x1ed012),_0x11287f=TestFramework['getTrackedInstance'](),_0x11287f;}['trackCucumberInstance'](_0x20007a,_0x4c8897){const _0x2296fd=a70_0x3ed899,_0x131efa=CLIUtils[_0x2296fd(0x166)](),_0x311e35=TrackedInstance[_0x2296fd(0x197)](_0x131efa);let _0x56efc5=null;logger[_0x2296fd(0x1ca)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x131efa+_0x2296fd(0x1a0)+_0x20007a),_0x56efc5=new TestFrameworkInstance(_0x311e35,this[_0x2296fd(0x16d)](),this[_0x2296fd(0x1c8)](),_0x20007a,HookState['NONE']),TestFramework['setTrackedInstance'](_0x311e35,_0x56efc5),logger[_0x2296fd(0x1ca)](_0x2296fd(0x18a)+_0x311e35[_0x2296fd(0x1e3)]()+_0x2296fd(0x22e)+_0x131efa);}[a70_0x3ed899(0x193)](_0x4345b2){const _0x184354=a70_0x3ed899,_0xc18011={};_0xc18011[_0x184354(0x227)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x16a0f4=_0xc18011,{testUUID:_0x1d2742,testData:_0x230e3c}=_0x4345b2;if(!_0x230e3c||!_0x230e3c[_0x184354(0x191)])return logger[_0x184354(0x1ca)](_0x16a0f4[_0x184354(0x227)]),{};const _0x349628=_0x1d2742,_0x2d36fc=_0x230e3c[_0x184354(0x191)],_0x550358=this[_0x184354(0x16d)]()[0x0],_0x354be6=this[_0x184354(0x1c8)](),_0x192991={[TestFrameworkConstants[_0x184354(0x1ed)]]:_0x550358,[TestFrameworkConstants[_0x184354(0x1a6)]]:_0x354be6[_0x550358],[TestFrameworkConstants[_0x184354(0x207)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x184354(0x17d)]]:{},[TestFrameworkConstants[_0x184354(0x20b)]]:_0x349628,[TestFrameworkConstants[_0x184354(0x17a)]]:TestFrameworkConstants[_0x184354(0x167)],[TestFrameworkConstants[_0x184354(0x21c)]]:_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants[_0x184354(0x1e7)]]:_0x230e3c[_0x184354(0x183)]||'',[TestFrameworkConstants[_0x184354(0x177)]]:_0x2d36fc,[TestFrameworkConstants[_0x184354(0x17f)]]:_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants[_0x184354(0x19f)]]:_0x230e3c[_0x184354(0x1e2)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x230e3c[_0x184354(0x1e5)]?.['code']||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x230e3c[_0x184354(0x1e1)]||[],[TestFrameworkConstants[_0x184354(0x1b2)]]:_0x230e3c[_0x184354(0x187)]||new Date()[_0x184354(0x1d1)](),[TestFrameworkConstants[_0x184354(0x178)]]:_0x230e3c['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x184354(0x1ff)]]:_0x230e3c[_0x184354(0x1ee)]||[],[TestFrameworkConstants[_0x184354(0x208)]]:_0x230e3c[_0x184354(0x173)]?.[_0x184354(0x1e0)]||_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x230e3c[_0x184354(0x184)]||{}};TestInfo[_0x184354(0x1c3)](_0x2d36fc,_0x192991),logger[_0x184354(0x1ca)](_0x184354(0x19c)+_0x230e3c[_0x184354(0x1dd)]+_0x184354(0x189)+_0x349628);const _0x3acb14={};return _0x3acb14[_0x2d36fc]=_0x192991,_0x3acb14;}[a70_0x3ed899(0x1f5)](_0x529c5f){const _0x303019=a70_0x3ed899,_0x26e628={'AGXQI':_0x303019(0x18d),'BnRWp':_0x303019(0x1f9),'sspGy':function(_0x8e938e,_0x5caa73){return _0x8e938e===_0x5caa73;},'jITEP':_0x303019(0x1e4),'lJkix':'UnhandledError','DQloq':function(_0x3b535a,_0x5c4e35,_0x3ddd49){return _0x3b535a(_0x5c4e35,_0x3ddd49);},'dHWLa':function(_0x4457fd,_0x592ec8){return _0x4457fd>_0x592ec8;},'sZbwk':function(_0x3b0d88,_0x20be3a){return _0x3b0d88>_0x20be3a;}},{testUUID:_0x4dd96b,testData:_0x973fe3}=_0x529c5f;if(!_0x973fe3||!_0x973fe3[_0x303019(0x191)])return logger['debug'](_0x26e628[_0x303019(0x1ce)]),{};const _0x1d31ab=this[_0x303019(0x1b8)](TestFrameworkState[_0x303019(0x220)],HookState[_0x303019(0x16c)]),_0x39981b=_0x973fe3[_0x303019(0x191)],_0xff22d5=TestInfo[_0x303019(0x1db)](_0x39981b)||{},_0x12cd27=_0xff22d5?_0xff22d5[TestFrameworkConstants[_0x303019(0x1ae)]]||{}:{},_0x51bad7={..._0xff22d5,[TestFrameworkConstants[_0x303019(0x17a)]]:_0x973fe3[_0x303019(0x194)]||_0x26e628[_0x303019(0x1c4)],[TestFrameworkConstants[_0x303019(0x1eb)]]:_0x973fe3[_0x303019(0x230)]||new Date()[_0x303019(0x1d1)](),[TestFrameworkConstants[_0x303019(0x228)]]:new Date()[_0x303019(0x1d1)](),[TestFrameworkConstants[_0x303019(0x1ae)]]:_0x12cd27,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x303019(0x19d)]]:_0x973fe3['meta']||{}};_0x26e628['sspGy'](_0x973fe3['result'],_0x26e628[_0x303019(0x1c5)])&&_0x973fe3[_0x303019(0x176)]&&(_0x51bad7[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x973fe3['failure_type']||_0x26e628[_0x303019(0x1c2)],_0x51bad7[TestFrameworkConstants[_0x303019(0x209)]]=_0x973fe3[_0x303019(0x198)]||'',_0x51bad7[TestFrameworkConstants[_0x303019(0x1c7)]]=_0x973fe3[_0x303019(0x176)]);const _0x280755=TestInfo[_0x303019(0x1db)](_0x39981b)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4e0c3d=_0x26e628[_0x303019(0x199)](getManualUploadLogs,_0x280755,_0x1d31ab[_0x303019(0x223)]()[_0x303019(0x20a)](_0x39981b)[TestFrameworkConstants[_0x303019(0x20b)]]);if(_0x26e628[_0x303019(0x1d0)](_0x4e0c3d[_0x303019(0x1a1)],0x0)){const _0x18c1d6=_0x51bad7[TestFrameworkConstants['KEY_LOGS']]||[];_0x51bad7[TestFrameworkConstants[_0x303019(0x1f4)]]=[..._0x18c1d6,..._0x4e0c3d];}_0x973fe3[_0x303019(0x226)]&&_0x26e628[_0x303019(0x235)](_0x973fe3[_0x303019(0x226)][_0x303019(0x1a1)],0x0)&&(_0x51bad7[TestFrameworkConstants[_0x303019(0x192)]]=_0x973fe3['hooks']);TestInfo[_0x303019(0x1c3)](_0x39981b,_0x51bad7),logger[_0x303019(0x1ca)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x973fe3['name']+_0x303019(0x169)+_0x973fe3[_0x303019(0x194)]);const _0xf8c1f6={};return _0xf8c1f6[_0x39981b]=_0x51bad7,_0xf8c1f6;}async[a70_0x3ed899(0x1a5)](_0x4dc7c0,_0x1d5bc5,_0x365248,_0x25e7db){const _0x201bac=a70_0x3ed899,_0x38028d={'xTiVt':_0x201bac(0x22f),'ycXER':function(_0x5498fc){return _0x5498fc();},'EAIqZ':function(_0x13d5da,_0x2c63b5){return _0x13d5da in _0x2c63b5;},'jdhTT':function(_0x28ba17,_0x5320e1){return _0x28ba17 in _0x5320e1;},'dYKWi':function(_0x526694,_0x2a5284){return _0x526694===_0x2a5284;},'FXMCx':function(_0x328a5d,_0x57dab3){return _0x328a5d===_0x57dab3;},'pvkpo':function(_0x19dc4a,_0xe7735a){return _0x19dc4a>_0xe7735a;},'izObl':function(_0x100ba3,_0x169a2b){return _0x100ba3===_0x169a2b;},'CJUWY':_0x201bac(0x1e4),'wtAfL':_0x201bac(0x18e),'LGbux':_0x201bac(0x1f1),'tISDA':function(_0x37b68b,_0x5d1401){return _0x37b68b!==_0x5d1401;}},{hookData:_0x209ac8}=_0x25e7db;if(!_0x209ac8)return logger['debug'](_0x38028d[_0x201bac(0x1bf)]),{};const _0x47436c=_0x209ac8[_0x201bac(0x191)]||_0x38028d[_0x201bac(0x1fa)](uuidv4),_0x4ef21c=_0x209ac8[_0x201bac(0x222)],_0x30b76b=_0x1d5bc5[_0x201bac(0x1f2)]()[_0x201bac(0x229)]('.')[0x1],_0x494989=TestInfo[_0x201bac(0x1db)](_0x4ef21c)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x523017=_0x4dc7c0[_0x201bac(0x223)]()['get'](_0x4ef21c);if(!_0x523017)return logger[_0x201bac(0x1ca)](_0x201bac(0x1d6)+_0x4ef21c+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x4dc7c0,_0x4ef21c,_0x1d5bc5,_0x365248,_0x25e7db),{};let _0x2ed518=_0x523017[TestFrameworkConstants[_0x201bac(0x17d)]];!_0x2ed518&&(_0x2ed518={});!_0x38028d['EAIqZ'](_0x30b76b,_0x2ed518)&&(_0x2ed518[_0x30b76b]=[]);let _0x573528=_0x523017[TestFrameworkConstants[_0x201bac(0x192)]];!_0x573528&&(_0x573528={});!_0x38028d[_0x201bac(0x180)](_0x30b76b,_0x573528)&&(_0x573528[_0x30b76b]=[]);const _0x34dd99={[TestFrameworkConstants[_0x201bac(0x17d)]]:_0x2ed518,[TestFrameworkConstants[_0x201bac(0x192)]]:_0x573528},_0x2db333={};_0x2db333[_0x4ef21c]=_0x34dd99;const _0x268bc2=_0x2db333;if(_0x38028d['dYKWi'](_0x365248,HookState[_0x201bac(0x205)])){const _0x4a26d4={[TestFrameworkConstants[_0x201bac(0x1b7)]]:_0x47436c,[TestFrameworkConstants[_0x201bac(0x1fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x201bac(0x181)]]:_0x209ac8[_0x201bac(0x224)],[TestFrameworkConstants[_0x201bac(0x236)]]:[],[TestFrameworkConstants[_0x201bac(0x1ef)]]:_0x209ac8[_0x201bac(0x20f)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x494989};_0x4a26d4[_0x201bac(0x1fb)]=_0x30b76b;const _0x15d27e=_0x4a26d4;_0x2ed518[_0x30b76b][_0x201bac(0x217)](_0x15d27e),_0x268bc2[_0x4ef21c][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x30b76b,logger['debug'](_0x201bac(0x18c)+_0x30b76b+_0x201bac(0x232)+_0x15d27e+_0x201bac(0x1d9)+_0x25e7db);}else{if(_0x38028d[_0x201bac(0x16e)](_0x365248,HookState[_0x201bac(0x16c)])){const _0x451244=_0x209ac8[_0x201bac(0x194)],_0x4704f1=_0x2ed518[_0x30b76b]||[];logger[_0x201bac(0x1ca)](_0x201bac(0x16f)+_0x4704f1+_0x201bac(0x185)+_0x25e7db);if(_0x38028d[_0x201bac(0x19b)](_0x4704f1[_0x201bac(0x1a1)],0x0)){const _0x3e2f65=_0x4704f1['pop']();_0x38028d['izObl'](_0x209ac8[_0x201bac(0x194)],_0x38028d[_0x201bac(0x1b1)])&&_0x209ac8['failure_data']?(_0x3e2f65[TestFrameworkConstants[_0x201bac(0x182)]]=_0x209ac8[_0x201bac(0x17e)]||_0x38028d[_0x201bac(0x237)],_0x3e2f65[TestFrameworkConstants[_0x201bac(0x21b)]]=_0x209ac8['failure_reason']||'',_0x3e2f65[TestFrameworkConstants[_0x201bac(0x168)]]=_0x209ac8[_0x201bac(0x1f7)]):_0x3e2f65[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x38028d[_0x201bac(0x1d5)];_0x38028d[_0x201bac(0x1bd)](_0x451244,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1fc)]]=_0x451244);_0x3e2f65[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x209ac8[_0x201bac(0x1b5)]||new Date()['toISOString'](),_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1ae)]]=_0x494989;const _0x40ae90=_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1b7)]];!_0x573528[_0x30b76b]&&(_0x573528[_0x30b76b]=[]),_0x573528[_0x30b76b]['push'](_0x3e2f65),_0x268bc2[_0x4ef21c][TestFrameworkConstants[_0x201bac(0x1be)]]=_0x30b76b;}}}return logger[_0x201bac(0x1ca)](_0x201bac(0x1a7)+_0x209ac8[_0x201bac(0x20f)]+_0x201bac(0x22b)+_0x47436c+'\x20for\x20test:\x20'+_0x4ef21c),_0x268bc2;}[a70_0x3ed899(0x1b4)](_0xefb5ac){const _0x2e8162=a70_0x3ed899,_0x363d9d={};_0x363d9d['dQuGA']=_0x2e8162(0x1a4);const _0x3614a8=_0x363d9d;try{const _0x277d09=_0xefb5ac['test']?_0xefb5ac['test']['id']:_0xefb5ac[_0x2e8162(0x225)][_0x2e8162(0x222)],_0x88b01f=_0xefb5ac['instance'],_0x271b3b=_0x88b01f[_0x2e8162(0x18b)](),_0x5795d6=_0x88b01f[_0x2e8162(0x223)]()[_0x2e8162(0x20a)](_0x277d09);if(!_0x5795d6)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x277d09),{};logger[_0x2e8162(0x1ca)](_0x2e8162(0x20c)+_0x277d09);const {[TestFrameworkConstants[_0x2e8162(0x1ed)]]:_0x25ec3f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x57fba0='',[TestFrameworkConstants[_0x2e8162(0x1b2)]]:_0x3f201a='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1b2036=''}=_0x5795d6,_0x56d48c=_0x88b01f['getCurrentTestState']()[_0x2e8162(0x1f2)]()[_0x2e8162(0x229)]('.')[0x1],_0x26673b=_0x88b01f[_0x2e8162(0x204)]()[_0x2e8162(0x1f2)]()[_0x2e8162(0x229)]('.')[0x1],_0x3ce463=global?.['__workerDetails']?.[_0x2e8162(0x1cb)]?.[_0x2e8162(0x1ea)],_0x1d5c00=_0x88b01f[_0x2e8162(0x200)](),_0x5ef758=Buffer[_0x2e8162(0x20d)](JSON[_0x2e8162(0x1ac)](_0x5795d6))['toString'](_0x3614a8[_0x2e8162(0x218)]),_0x39ece2={'hash':_0x271b3b['getId'](),'threadId':_0x271b3b[_0x2e8162(0x171)]()[_0x2e8162(0x1f2)](),'processId':_0x271b3b[_0x2e8162(0x1bb)]()[_0x2e8162(0x1f2)]()},_0x4d9eda={};_0x4d9eda[_0x2e8162(0x1da)]=_0x3ce463,_0x4d9eda[_0x2e8162(0x1ad)]=_0x25ec3f,_0x4d9eda[_0x2e8162(0x212)]=_0x57fba0,_0x4d9eda[_0x2e8162(0x196)]=_0x56d48c,_0x4d9eda[_0x2e8162(0x1de)]=_0x26673b,_0x4d9eda[_0x2e8162(0x187)]=_0x3f201a,_0x4d9eda[_0x2e8162(0x1ba)]=_0x1b2036,_0x4d9eda[_0x2e8162(0x191)]=_0x1d5c00,_0x4d9eda[_0x2e8162(0x1d4)]=_0x5ef758,_0x4d9eda[_0x2e8162(0x1c0)]=_0x39ece2;const _0x406bc7=_0x4d9eda;return logger[_0x2e8162(0x1ca)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x277d09+_0x2e8162(0x1a2)+_0x56d48c+'\x20hookState:\x20'+_0x26673b),_0x406bc7;}catch(_0x219a05){return logger[_0x2e8162(0x1a3)](_0x2e8162(0x172)+util['format'](_0x219a05)),{};}}async[a70_0x3ed899(0x1fd)](_0x516f68,_0x175a5b,_0x4d0e29){const _0x2ca4bd=a70_0x3ed899,_0x306aed={'fkraD':function(_0x2616da,_0x1d7209,_0x168ff0){return _0x2616da(_0x1d7209,_0x168ff0);},'zHoEU':function(_0x39b5e9,_0x286bba){return _0x39b5e9===_0x286bba;},'dgyEw':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','zCSJx':function(_0x197dbf,_0xf52454){return _0x197dbf/_0xf52454;},'XYTen':function(_0x53bcdf,_0x304f47){return _0x53bcdf<_0x304f47;},'CzMSO':function(_0x5b5acc,_0x444ee5){return _0x5b5acc*_0x444ee5;},'NFWVm':function(_0x569b22,_0x35ab29){return _0x569b22+_0x35ab29;},'NpebL':function(_0x3abfe1,_0x6e3b59){return _0x3abfe1+_0x6e3b59;},'NvIHE':_0x2ca4bd(0x1d7)};try{const _0x53b3fb=_0x4d0e29[_0x2ca4bd(0x210)],_0x3245c2=_0x516f68[_0x2ca4bd(0x223)]()[_0x2ca4bd(0x20a)](_0x53b3fb),{[TestFrameworkConstants[_0x2ca4bd(0x1ed)]]:_0x1eba73='',[TestFrameworkConstants[_0x2ca4bd(0x1a6)]]:_0x229f5f=''}=_0x3245c2,_0x25c8cf=TestInfo[_0x2ca4bd(0x19a)](_0x53b3fb),_0x2f8997=TestInfo[_0x2ca4bd(0x1db)](_0x53b3fb)[TestFrameworkConstants[_0x2ca4bd(0x203)]]||{},_0x1e6699=_0x306aed[_0x2ca4bd(0x1b9)](getMediaArtifactsLogs,_0x2f8997,_0x516f68[_0x2ca4bd(0x223)]()[_0x2ca4bd(0x20a)](_0x53b3fb)[TestFrameworkConstants[_0x2ca4bd(0x20b)]]),_0x2edda2=(_0x25c8cf||[])[_0x2ca4bd(0x1af)](_0x1e6699||[]);if(!_0x2edda2||_0x306aed[_0x2ca4bd(0x174)](_0x2edda2[_0x2ca4bd(0x1a1)],0x0)){logger['debug'](_0x306aed['dgyEw']);return;}const _0x5831bb=0x28,_0x7738cc=Math['ceil'](_0x306aed['zCSJx'](_0x2edda2[_0x2ca4bd(0x1a1)],_0x5831bb));for(let _0x55e344=0x0;_0x306aed[_0x2ca4bd(0x1cf)](_0x55e344,_0x7738cc);_0x55e344++){const _0x4f5048=_0x306aed['CzMSO'](_0x55e344,_0x5831bb),_0x2354f9=_0x306aed['NFWVm'](_0x4f5048,_0x5831bb),_0x4c8440=_0x2edda2['slice'](_0x4f5048,_0x2354f9),_0x34f43b={'platformIndex':'0','logs':_0x4c8440,'testFrameworkName':_0x1eba73,'testFrameworkVersion':_0x229f5f,'testFrameworkState':_0x175a5b[_0x2ca4bd(0x1f2)]()[_0x2ca4bd(0x229)]('.')[0x1]};logger[_0x2ca4bd(0x1ca)](_0x2ca4bd(0x22c)+_0x53b3fb+_0x2ca4bd(0x201)+_0x306aed[_0x2ca4bd(0x188)](_0x55e344,0x1)+'/'+_0x7738cc+'\x20payload='+util[_0x2ca4bd(0x213)](_0x34f43b));const _0x212c39=await GrpcClient['getInstance']()['logCreatedEvent'](_0x34f43b);logger[_0x2ca4bd(0x1ca)](_0x2ca4bd(0x22c)+_0x53b3fb+_0x2ca4bd(0x201)+_0x306aed[_0x2ca4bd(0x175)](_0x55e344,0x1)+'/'+_0x7738cc+'\x20response='+util[_0x2ca4bd(0x213)](_0x212c39));}}catch(_0x55d1a8){logger[_0x2ca4bd(0x1a3)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x2ca4bd(0x190)](_0x55d1a8));}logger[_0x2ca4bd(0x1ca)](_0x306aed[_0x2ca4bd(0x21a)]);}['storePendingHook'](_0x55de1,_0x14f495,_0x5a974c,_0x54c5f6,_0x2cc319){const _0x158862=a70_0x3ed899,_0x4cfae4={'testId':_0x14f495,'testFrameworkState':_0x5a974c,'hookState':_0x54c5f6,'args':_0x2cc319,'timestamp':new Date()[_0x158862(0x1d1)]()};_0x55de1[_0x158862(0x231)](_0x14f495,_0x4cfae4),logger[_0x158862(0x1ca)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x14f495+_0x158862(0x234)+_0x5a974c+_0x158862(0x1fe)+_0x54c5f6);}async[a70_0x3ed899(0x1f8)](_0x233a17,_0x3194b0){const _0x1f9da1=a70_0x3ed899,_0xd7793e={};_0xd7793e['gfMiB']=function(_0xb472d8,_0x4b623a){return _0xb472d8>_0x4b623a;};const _0x145c06=_0xd7793e;if(!_0x233a17[_0x1f9da1(0x1b3)](_0x3194b0))return;const _0x53a21e=_0x233a17['getPendingHooks'](_0x3194b0);logger[_0x1f9da1(0x1ca)](_0x1f9da1(0x1aa)+_0x53a21e[_0x1f9da1(0x1a1)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3194b0);for(const _0x35b558 of _0x53a21e){try{const _0x1ddc85=await this[_0x1f9da1(0x1a5)](_0x233a17,_0x35b558[_0x1f9da1(0x196)],_0x35b558[_0x1f9da1(0x1de)],_0x35b558['args']);_0x1ddc85&&_0x145c06[_0x1f9da1(0x20e)](Object[_0x1f9da1(0x195)](_0x1ddc85)[_0x1f9da1(0x1a1)],0x0)&&_0x233a17['addMultipleEntries'](_0x1ddc85),await this['runHooks'](_0x233a17,_0x35b558[_0x1f9da1(0x196)],_0x35b558['hookState'],_0x35b558[_0x1f9da1(0x1bc)]);}catch(_0x592492){logger[_0x1f9da1(0x1a3)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x3194b0+',\x20error:\x20'+_0x592492);}}_0x233a17['removePendingHooks'](_0x3194b0),logger['debug'](_0x1f9da1(0x170)+_0x3194b0);}}module[a70_0x3ed899(0x21e)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x33e8ae=a70_0x1b75;(function(_0x4d52d2,_0x2b8939){const _0x11c047=a70_0x1b75,_0x1f5395=_0x4d52d2();while(!![]){try{const _0x37f690=-parseInt(_0x11c047(0xa1))/0x1+parseInt(_0x11c047(0x93))/0x2*(-parseInt(_0x11c047(0xbe))/0x3)+parseInt(_0x11c047(0xf1))/0x4*(-parseInt(_0x11c047(0xa4))/0x5)+-parseInt(_0x11c047(0xd0))/0x6+parseInt(_0x11c047(0x8c))/0x7*(parseInt(_0x11c047(0x150))/0x8)+parseInt(_0x11c047(0x10b))/0x9*(parseInt(_0x11c047(0x147))/0xa)+parseInt(_0x11c047(0x102))/0xb;if(_0x37f690===_0x2b8939)break;else _0x1f5395['push'](_0x1f5395['shift']());}catch(_0x56767b){_0x1f5395['push'](_0x1f5395['shift']());}}}(a70_0x2697,0xb88fe));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x33e8ae(0xe8)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x33e8ae(0x81)),TestFrameworkInstance=require(a70_0x33e8ae(0x80)),CLIUtils=require(a70_0x33e8ae(0xa9)),TrackedInstance=require(a70_0x33e8ae(0xb0)),TestFrameworkConstants=require(a70_0x33e8ae(0x9c)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33e8ae(0xf7)),logger=createClassLogger(a70_0x33e8ae(0xe0)),{v4:uuidv4}=require(a70_0x33e8ae(0xbd)),util=require('util'),TestInfo=require(a70_0x33e8ae(0x89)),GrpcClient=require(a70_0x33e8ae(0xc0));class CucumberTestFramework extends TestFramework{constructor(_0x31b77e,_0x57f2b4,_0x49b966){super(_0x31b77e,_0x57f2b4,_0x49b966);}async[a70_0x33e8ae(0x9e)](_0x25a718,_0x333079,_0x5f4ebb={}){const _0x408d8c=a70_0x33e8ae,_0x56ca5d={};_0x56ca5d[_0x408d8c(0x82)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x56ca5d[_0x408d8c(0x98)]=function(_0x171984,_0x691eab){return _0x171984===_0x691eab;},_0x56ca5d[_0x408d8c(0x103)]=_0x408d8c(0xce);const _0x32e4ab=_0x56ca5d;await super[_0x408d8c(0x9e)](_0x25a718,_0x333079,_0x5f4ebb);const _0x5d10d0=this[_0x408d8c(0x13a)](_0x25a718,_0x333079,_0x5f4ebb);if(!_0x5d10d0){logger['debug'](_0x32e4ab[_0x408d8c(0x82)]);return;}try{let _0x1de961,_0x582eae;switch(_0x25a718){case TestFrameworkState[_0x408d8c(0xf0)]:_0x1de961=_0x5f4ebb['test'],_0x582eae=TestInfo[_0x408d8c(0xc8)](_0x1de961['id']);if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x13c)])){logger['debug'](_0x408d8c(0x149)+_0x1de961['id']);const _0x1e623d={};_0x1e623d[_0x408d8c(0xc2)]=_0x582eae,_0x1e623d[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0x11b)](_0x1e623d)),logger[_0x408d8c(0x124)](_0x408d8c(0xd1)+_0x1de961['id']),await this[_0x408d8c(0x14c)](_0x5d10d0,_0x1de961['id']);}else{if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState['POST'])){const _0x237349={};_0x237349[_0x408d8c(0xc2)]=_0x582eae,_0x237349[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0xb5)](_0x237349)),await this['processPendingHooks'](_0x5d10d0,_0x1de961['id']);}}break;case TestFrameworkState[_0x408d8c(0x141)]:_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x99)])&&await this['sendLogCreatedEvent'](_0x5d10d0,_0x25a718,_0x5f4ebb);break;default:if(CLIUtils['matchHookRegex'](_0x25a718[_0x408d8c(0x151)]()[_0x408d8c(0x84)]('.')[0x1])){const _0x2a143c=await this[_0x408d8c(0x12d)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);_0x5d10d0[_0x408d8c(0xc4)](_0x2a143c);}else logger[_0x408d8c(0x124)](_0x408d8c(0x119)+_0x25a718+_0x408d8c(0x9a)+_0x333079);break;}}catch(_0x303e7c){logger[_0x408d8c(0x139)](util['format'](_0x32e4ab[_0x408d8c(0x103)],_0x25a718,_0x333079,_0x5f4ebb['length'],_0x303e7c));}_0x5f4ebb['instance']=_0x5d10d0,await this[_0x408d8c(0xea)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);}[a70_0x33e8ae(0x13a)](_0x12e2d8,_0x57b6b5,_0x56cd95={}){const _0x1b9f70=a70_0x33e8ae,_0x55f014={};_0x55f014['LvUHl']=function(_0x1e8847,_0x6bc0b3){return _0x1e8847===_0x6bc0b3;},_0x55f014['aWxqa']=function(_0x4d0321,_0x5c2535){return _0x4d0321===_0x5c2535;};const _0x1a73af=_0x55f014;let _0xb58558=null;return(_0x1a73af[_0x1b9f70(0x14f)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0xde)])||_0x1a73af[_0x1b9f70(0xf3)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0x109)]))&&this[_0x1b9f70(0xd5)](_0x12e2d8,_0x56cd95),_0xb58558=TestFramework[_0x1b9f70(0x9f)](),_0xb58558;}[a70_0x33e8ae(0xd5)](_0x48244e,_0x189623){const _0x1d3f7f=a70_0x33e8ae,_0x3904fe=CLIUtils['getCurrentInstanceName'](),_0x58f72c=TrackedInstance['createContext'](_0x3904fe);let _0x42f30a=null;logger[_0x1d3f7f(0x124)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x3904fe+_0x1d3f7f(0x129)+_0x48244e),_0x42f30a=new TestFrameworkInstance(_0x58f72c,this[_0x1d3f7f(0x121)](),this['getTestFrameworksVersions'](),_0x48244e,HookState['NONE']),TestFramework[_0x1d3f7f(0xb8)](_0x58f72c,_0x42f30a),logger['debug'](_0x1d3f7f(0x14b)+_0x58f72c[_0x1d3f7f(0x132)]()+_0x1d3f7f(0x90)+_0x3904fe);}[a70_0x33e8ae(0x11b)](_0x318000){const _0x2ccc94=a70_0x33e8ae,_0x48d489={};_0x48d489['nhKdL']=_0x2ccc94(0x138);const _0xcef6d=_0x48d489,{testUUID:_0x55ffbd,testData:_0x85c219}=_0x318000;if(!_0x85c219||!_0x85c219['uuid'])return logger[_0x2ccc94(0x124)](_0xcef6d[_0x2ccc94(0xeb)]),{};const _0x20e2b1=_0x55ffbd,_0x4eef19=_0x85c219[_0x2ccc94(0xbd)],_0x188e58=this['getTestFrameworks']()[0x0],_0x27b7e5=this['getTestFrameworksVersions'](),_0x101562={[TestFrameworkConstants[_0x2ccc94(0xa8)]]:_0x188e58,[TestFrameworkConstants[_0x2ccc94(0xd7)]]:_0x27b7e5[_0x188e58],[TestFrameworkConstants[_0x2ccc94(0xa7)]]:[],[TestFrameworkConstants[_0x2ccc94(0x8b)]]:{},[TestFrameworkConstants[_0x2ccc94(0x122)]]:{},[TestFrameworkConstants[_0x2ccc94(0xec)]]:_0x20e2b1,[TestFrameworkConstants[_0x2ccc94(0xfe)]]:TestFrameworkConstants[_0x2ccc94(0x12f)],[TestFrameworkConstants[_0x2ccc94(0x134)]]:_0x85c219['name']||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x85c219[_0x2ccc94(0xb1)]||'',[TestFrameworkConstants[_0x2ccc94(0x13f)]]:_0x4eef19,[TestFrameworkConstants[_0x2ccc94(0x106)]]:_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0xd3)]]:_0x85c219[_0x2ccc94(0x131)]||'',[TestFrameworkConstants[_0x2ccc94(0x10d)]]:_0x85c219[_0x2ccc94(0xff)]?.[_0x2ccc94(0x7e)]||null,[TestFrameworkConstants[_0x2ccc94(0xf8)]]:_0x85c219[_0x2ccc94(0x13b)]||[],[TestFrameworkConstants[_0x2ccc94(0xf5)]]:_0x85c219[_0x2ccc94(0x111)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2ccc94(0xdc)]]:_0x85c219[_0x2ccc94(0x11f)]?.[0x0]||'',[TestFrameworkConstants[_0x2ccc94(0xcc)]]:_0x85c219[_0x2ccc94(0x11f)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x85c219['customRerunParam']?.[_0x2ccc94(0xd8)]||_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0x7f)]]:{},[TestFrameworkConstants[_0x2ccc94(0x126)]]:_0x85c219[_0x2ccc94(0xe2)]||{}};TestInfo[_0x2ccc94(0x107)](_0x4eef19,_0x101562),logger['debug'](_0x2ccc94(0x144)+_0x85c219[_0x2ccc94(0xed)]+_0x2ccc94(0xa3)+_0x20e2b1);const _0x11f31d={};return _0x11f31d[_0x4eef19]=_0x101562,_0x11f31d;}[a70_0x33e8ae(0xb5)](_0x68a7b3){const _0x32e341=a70_0x33e8ae,_0x1c6dd6={'LNWxK':_0x32e341(0x87),'ONSfS':_0x32e341(0xaa),'vBgAA':function(_0x3346eb,_0x4f3e0a){return _0x3346eb===_0x4f3e0a;},'oXRco':_0x32e341(0x125),'BGJkM':'UnhandledError','QgUKM':function(_0x5223db,_0x1207cf,_0x57977d){return _0x5223db(_0x1207cf,_0x57977d);},'JtQaB':function(_0x40a05a,_0x4e9918){return _0x40a05a>_0x4e9918;}},{testUUID:_0x795081,testData:_0x1d5251}=_0x68a7b3;if(!_0x1d5251||!_0x1d5251['uuid'])return logger['debug'](_0x1c6dd6[_0x32e341(0x118)]),{};const _0x17d8e3=this[_0x32e341(0x13a)](TestFrameworkState[_0x32e341(0xf0)],HookState['POST']),_0x5206cb=_0x1d5251[_0x32e341(0xbd)],_0x1e9746=TestInfo[_0x32e341(0xd4)](_0x5206cb)||{},_0x57c48d=_0x1e9746?_0x1e9746[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x508bb1={..._0x1e9746,[TestFrameworkConstants[_0x32e341(0xfe)]]:_0x1d5251[_0x32e341(0xfb)]||_0x1c6dd6[_0x32e341(0x86)],[TestFrameworkConstants[_0x32e341(0xc9)]]:_0x1d5251[_0x32e341(0x105)]||new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x57c48d,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x32e341(0x126)]]:_0x1d5251['meta']||{}};_0x1c6dd6[_0x32e341(0xee)](_0x1d5251['result'],_0x1c6dd6['oXRco'])&&_0x1d5251['failure']&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0xcf)]]=_0x1d5251['failure_type']||_0x1c6dd6[_0x32e341(0xfa)],_0x508bb1[TestFrameworkConstants[_0x32e341(0x143)]]=_0x1d5251['failure_reason']||'',_0x508bb1[TestFrameworkConstants[_0x32e341(0x91)]]=_0x1d5251[_0x32e341(0x130)]);const _0x5d0734=TestInfo[_0x32e341(0xd4)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0x100)]]||{},_0x2efe71=_0x1c6dd6[_0x32e341(0x8a)](getManualUploadLogs,_0x5d0734,_0x17d8e3[_0x32e341(0x8f)]()[_0x32e341(0xca)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0xec)]]);if(_0x1c6dd6[_0x32e341(0xba)](_0x2efe71[_0x32e341(0xe7)],0x0)){const _0x5567ca=_0x508bb1[TestFrameworkConstants[_0x32e341(0xa5)]]||[];_0x508bb1[TestFrameworkConstants['KEY_LOGS']]=[..._0x5567ca,..._0x2efe71];}_0x1d5251[_0x32e341(0x85)]&&_0x1c6dd6['JtQaB'](_0x1d5251[_0x32e341(0x85)]['length'],0x0)&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0x8b)]]=_0x1d5251[_0x32e341(0x85)]);TestInfo[_0x32e341(0x107)](_0x5206cb,_0x508bb1),logger['debug'](_0x32e341(0xc5)+_0x1d5251[_0x32e341(0xed)]+_0x32e341(0x135)+_0x1d5251[_0x32e341(0xfb)]);const _0x520d69={};return _0x520d69[_0x5206cb]=_0x508bb1,_0x520d69;}async[a70_0x33e8ae(0x12d)](_0x3755ab,_0x27c913,_0x25ac5e,_0x1f27cc){const _0xb7484d=a70_0x33e8ae,_0x527236={'avosB':_0xb7484d(0xe6),'UXSvy':function(_0x21479b){return _0x21479b();},'wotyX':function(_0x247895,_0x216ef0){return _0x247895 in _0x216ef0;},'TbcbJ':function(_0xa5381d,_0x5bb23b){return _0xa5381d===_0x5bb23b;},'AjGAp':function(_0x134961,_0x5c0411){return _0x134961===_0x5c0411;},'YqeYr':function(_0x157962,_0x2d94bc){return _0x157962>_0x2d94bc;},'SiiJz':function(_0x494826,_0x20f69e){return _0x494826===_0x20f69e;},'Wxgkv':'failed','DruJc':_0xb7484d(0xa0),'ZyyZc':'passed','vEJbt':function(_0x16f50b,_0x71b428){return _0x16f50b!==_0x71b428;}},{hookData:_0x50547d}=_0x1f27cc;if(!_0x50547d)return logger[_0xb7484d(0x124)](_0x527236['avosB']),{};const _0x4067e5=_0x50547d[_0xb7484d(0xbd)]||_0x527236[_0xb7484d(0x92)](uuidv4),_0x358ce2=_0x50547d[_0xb7484d(0x10c)],_0x25c141=_0x27c913['toString']()[_0xb7484d(0x84)]('.')[0x1],_0xd0c3f2=TestInfo['getTestDetails'](_0x358ce2)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x3fcd7b=_0x3755ab[_0xb7484d(0x8f)]()[_0xb7484d(0xca)](_0x358ce2);if(!_0x3fcd7b)return logger['debug'](_0xb7484d(0xaf)+_0x358ce2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x3755ab,_0x358ce2,_0x27c913,_0x25ac5e,_0x1f27cc),{};let _0x50f5f0=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x122)]];!_0x50f5f0&&(_0x50f5f0={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x50f5f0)&&(_0x50f5f0[_0x25c141]=[]);let _0x5ba20e=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x8b)]];!_0x5ba20e&&(_0x5ba20e={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x5ba20e)&&(_0x5ba20e[_0x25c141]=[]);const _0x46d649={[TestFrameworkConstants[_0xb7484d(0x122)]]:_0x50f5f0,[TestFrameworkConstants[_0xb7484d(0x8b)]]:_0x5ba20e},_0x3c3edf={};_0x3c3edf[_0x358ce2]=_0x46d649;const _0x5d1fea=_0x3c3edf;if(_0x527236[_0xb7484d(0x128)](_0x25ac5e,HookState['PRE'])){const _0x402734={[TestFrameworkConstants[_0xb7484d(0x94)]]:_0x4067e5,[TestFrameworkConstants[_0xb7484d(0xac)]]:TestFrameworkConstants[_0xb7484d(0xdd)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x50547d['started_at'],[TestFrameworkConstants[_0xb7484d(0xb3)]]:[],[TestFrameworkConstants[_0xb7484d(0x7b)]]:_0x50547d[_0xb7484d(0x7c)],[TestFrameworkConstants[_0xb7484d(0x7f)]]:_0xd0c3f2};_0x402734[_0xb7484d(0xb9)]=_0x25c141;const _0x598dc4=_0x402734;_0x50f5f0[_0x25c141][_0xb7484d(0x123)](_0x598dc4),_0x5d1fea[_0x358ce2][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25c141,logger[_0xb7484d(0x124)](_0xb7484d(0xd9)+_0x25c141+_0xb7484d(0xcb)+_0x598dc4+_0xb7484d(0xdb)+_0x1f27cc);}else{if(_0x527236['AjGAp'](_0x25ac5e,HookState['POST'])){const _0x5ec482=_0x50547d[_0xb7484d(0xfb)],_0x2dabfa=_0x50f5f0[_0x25c141]||[];logger[_0xb7484d(0x124)](_0xb7484d(0x8d)+_0x2dabfa+_0xb7484d(0x11e)+_0x1f27cc);if(_0x527236[_0xb7484d(0xbb)](_0x2dabfa[_0xb7484d(0xe7)],0x0)){const _0x4409dd=_0x2dabfa[_0xb7484d(0xe1)]();_0x527236[_0xb7484d(0x101)](_0x50547d['result'],_0x527236['Wxgkv'])&&_0x50547d[_0xb7484d(0xf6)]?(_0x4409dd[TestFrameworkConstants[_0xb7484d(0x145)]]=_0x50547d[_0xb7484d(0x10f)]||_0x527236[_0xb7484d(0x9b)],_0x4409dd[TestFrameworkConstants[_0xb7484d(0xb7)]]=_0x50547d[_0xb7484d(0x11c)]||'',_0x4409dd[TestFrameworkConstants[_0xb7484d(0xef)]]=_0x50547d[_0xb7484d(0xf6)]):_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x527236[_0xb7484d(0x117)];_0x527236[_0xb7484d(0x13d)](_0x5ec482,TestFrameworkConstants[_0xb7484d(0xdd)])&&(_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x5ec482);_0x4409dd[TestFrameworkConstants[_0xb7484d(0x142)]]=_0x50547d[_0xb7484d(0x12c)]||new Date()[_0xb7484d(0xc1)](),_0x4409dd[TestFrameworkConstants[_0xb7484d(0x7f)]]=_0xd0c3f2;const _0x6dfd4a=_0x4409dd[TestFrameworkConstants[_0xb7484d(0x94)]];!_0x5ba20e[_0x25c141]&&(_0x5ba20e[_0x25c141]=[]),_0x5ba20e[_0x25c141][_0xb7484d(0x123)](_0x4409dd),_0x5d1fea[_0x358ce2][TestFrameworkConstants[_0xb7484d(0xe9)]]=_0x25c141;}}}return logger[_0xb7484d(0x124)](_0xb7484d(0xae)+_0x50547d[_0xb7484d(0x7c)]+_0xb7484d(0x136)+_0x4067e5+_0xb7484d(0x96)+_0x358ce2),_0x5d1fea;}[a70_0x33e8ae(0x14a)](_0x1b59ae){const _0x4c6883=a70_0x33e8ae,_0x5818c9={};_0x5818c9[_0x4c6883(0x113)]='base64';const _0x486e99=_0x5818c9;try{const _0x411c37=_0x1b59ae[_0x4c6883(0x12a)]?_0x1b59ae['test']['id']:_0x1b59ae[_0x4c6883(0xf9)][_0x4c6883(0x10c)],_0x7205ed=_0x1b59ae['instance'],_0x498e5c=_0x7205ed['getContext'](),_0x2c1f63=_0x7205ed[_0x4c6883(0x8f)]()[_0x4c6883(0xca)](_0x411c37);if(!_0x2c1f63)return logger[_0x4c6883(0x124)](_0x4c6883(0x137)+_0x411c37),{};logger[_0x4c6883(0x124)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x411c37);const {[TestFrameworkConstants[_0x4c6883(0xa8)]]:_0x359f34='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x333180='',[TestFrameworkConstants[_0x4c6883(0xf5)]]:_0x5a279b='',[TestFrameworkConstants[_0x4c6883(0xc9)]]:_0x20fb20=''}=_0x2c1f63,_0x40edb8=_0x7205ed[_0x4c6883(0xfd)]()['toString']()[_0x4c6883(0x84)]('.')[0x1],_0x1d086a=_0x7205ed['getCurrentHookState']()[_0x4c6883(0x151)]()[_0x4c6883(0x84)]('.')[0x1],_0x4f4a72=global?.['__workerDetails']?.[_0x4c6883(0x9d)]?.[_0x4c6883(0x11d)],_0x445982=_0x7205ed[_0x4c6883(0x14e)](),_0x3ff77a=Buffer[_0x4c6883(0x11a)](JSON[_0x4c6883(0xb4)](_0x2c1f63))[_0x4c6883(0x151)](_0x486e99[_0x4c6883(0x113)]),_0x2acbd0={'hash':_0x498e5c['getId'](),'threadId':_0x498e5c[_0x4c6883(0x13e)]()['toString'](),'processId':_0x498e5c[_0x4c6883(0xe4)]()[_0x4c6883(0x151)]()},_0x262db5={};_0x262db5[_0x4c6883(0x10a)]=_0x4f4a72,_0x262db5[_0x4c6883(0xd6)]=_0x359f34,_0x262db5[_0x4c6883(0xc3)]=_0x333180,_0x262db5[_0x4c6883(0xd2)]=_0x40edb8,_0x262db5[_0x4c6883(0xb2)]=_0x1d086a,_0x262db5[_0x4c6883(0x111)]=_0x5a279b,_0x262db5[_0x4c6883(0xbc)]=_0x20fb20,_0x262db5[_0x4c6883(0xbd)]=_0x445982,_0x262db5[_0x4c6883(0x120)]=_0x3ff77a,_0x262db5[_0x4c6883(0x108)]=_0x2acbd0;const _0x2d10a7=_0x262db5;return logger[_0x4c6883(0x124)](_0x4c6883(0x83)+_0x411c37+_0x4c6883(0x110)+_0x40edb8+_0x4c6883(0x104)+_0x1d086a),_0x2d10a7;}catch(_0x6123d4){return logger[_0x4c6883(0x139)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x4c6883(0x14d)](_0x6123d4)),{};}}async[a70_0x33e8ae(0xa2)](_0x18bd00,_0x215910,_0x552019){const _0x273742=a70_0x33e8ae,_0x876adb={'iusvo':function(_0x52d2ce,_0x42165c,_0x4a07d4){return _0x52d2ce(_0x42165c,_0x4a07d4);},'oMScY':function(_0x495ec4,_0x3466dc){return _0x495ec4===_0x3466dc;},'dUSqz':_0x273742(0xcd),'vzpkP':function(_0x144971,_0x3e8a49){return _0x144971/_0x3e8a49;},'FRRpL':function(_0x47a33d,_0x4ccb02){return _0x47a33d<_0x4ccb02;},'DFSmE':function(_0x5582c4,_0x19291f){return _0x5582c4*_0x19291f;},'gHSAY':function(_0x118e62,_0x535e68){return _0x118e62+_0x535e68;},'TjzPj':function(_0x3a4ab3,_0x627994){return _0x3a4ab3+_0x627994;},'TFHFL':'Cucumber\x20log\x20created\x20event'};try{const _0x11fc0=_0x552019[_0x273742(0xc2)],_0x37e8cd=_0x18bd00[_0x273742(0x8f)]()['get'](_0x11fc0),{[TestFrameworkConstants[_0x273742(0xa8)]]:_0x54149d='',[TestFrameworkConstants[_0x273742(0xd7)]]:_0x109d4a=''}=_0x37e8cd,_0x4ee869=TestInfo[_0x273742(0xe5)](_0x11fc0),_0x5bde7c=TestInfo[_0x273742(0xd4)](_0x11fc0)[TestFrameworkConstants[_0x273742(0x100)]]||{},_0x52a86d=_0x876adb[_0x273742(0xab)](getMediaArtifactsLogs,_0x5bde7c,_0x18bd00['getAllData']()[_0x273742(0xca)](_0x11fc0)[TestFrameworkConstants[_0x273742(0xec)]]),_0x256547=(_0x4ee869||[])[_0x273742(0xda)](_0x52a86d||[]);if(!_0x256547||_0x876adb['oMScY'](_0x256547[_0x273742(0xe7)],0x0)){logger[_0x273742(0x124)](_0x876adb[_0x273742(0x116)]);return;}const _0x23c94d=0x28,_0x4ec84b=Math[_0x273742(0x8e)](_0x876adb[_0x273742(0xc7)](_0x256547[_0x273742(0xe7)],_0x23c94d));for(let _0x2952ac=0x0;_0x876adb[_0x273742(0x10e)](_0x2952ac,_0x4ec84b);_0x2952ac++){const _0x6a6cb0=_0x876adb[_0x273742(0xdf)](_0x2952ac,_0x23c94d),_0x1d37fd=_0x876adb['gHSAY'](_0x6a6cb0,_0x23c94d),_0x3167e2=_0x256547['slice'](_0x6a6cb0,_0x1d37fd),_0x4b80eb={'platformIndex':'0','logs':_0x3167e2,'testFrameworkName':_0x54149d,'testFrameworkVersion':_0x109d4a,'testFrameworkState':_0x215910[_0x273742(0x151)]()[_0x273742(0x84)]('.')[0x1]};logger[_0x273742(0x124)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x11fc0+'\x20batch\x20'+_0x876adb['gHSAY'](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0xf4)+util[_0x273742(0x88)](_0x4b80eb));const _0x1f19be=await GrpcClient[_0x273742(0xc6)]()[_0x273742(0xad)](_0x4b80eb);logger[_0x273742(0x124)](_0x273742(0x114)+_0x11fc0+'\x20batch\x20'+_0x876adb[_0x273742(0xfc)](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0x115)+util[_0x273742(0x88)](_0x1f19be));}}catch(_0x443ed6){logger['error'](_0x273742(0x133)+util[_0x273742(0x14d)](_0x443ed6));}logger[_0x273742(0x124)](_0x876adb[_0x273742(0xbf)]);}[a70_0x33e8ae(0xf2)](_0x29e6b3,_0xa0246d,_0x3d9d7a,_0x52cd14,_0x551d06){const _0x1a1e68=a70_0x33e8ae,_0x56bcf8={'testId':_0xa0246d,'testFrameworkState':_0x3d9d7a,'hookState':_0x52cd14,'args':_0x551d06,'timestamp':new Date()[_0x1a1e68(0xc1)]()};_0x29e6b3['addPendingHook'](_0xa0246d,_0x56bcf8),logger[_0x1a1e68(0x124)](_0x1a1e68(0xb6)+_0xa0246d+_0x1a1e68(0x112)+_0x3d9d7a+_0x1a1e68(0x12b)+_0x52cd14);}async[a70_0x33e8ae(0x14c)](_0x447bde,_0xef2c27){const _0x4ef64b=a70_0x33e8ae,_0x356f7f={};_0x356f7f[_0x4ef64b(0x95)]=function(_0x133a9f,_0x2742b9){return _0x133a9f>_0x2742b9;};const _0x1c6b4f=_0x356f7f;if(!_0x447bde[_0x4ef64b(0x140)](_0xef2c27))return;const _0x5cb0cb=_0x447bde['getPendingHooks'](_0xef2c27);logger[_0x4ef64b(0x124)]('Processing\x20'+_0x5cb0cb['length']+_0x4ef64b(0xe3)+_0xef2c27);for(const _0x4a472f of _0x5cb0cb){try{const _0x1093f4=await this[_0x4ef64b(0x12d)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f[_0x4ef64b(0xb2)],_0x4a472f['args']);_0x1093f4&&_0x1c6b4f[_0x4ef64b(0x95)](Object['keys'](_0x1093f4)[_0x4ef64b(0xe7)],0x0)&&_0x447bde[_0x4ef64b(0xc4)](_0x1093f4),await this[_0x4ef64b(0xea)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f['hookState'],_0x4a472f[_0x4ef64b(0x127)]);}catch(_0x726ee7){logger[_0x4ef64b(0x139)](_0x4ef64b(0x97)+_0xef2c27+',\x20error:\x20'+_0x726ee7);}}_0x447bde[_0x4ef64b(0xa6)](_0xef2c27),logger[_0x4ef64b(0x124)](_0x4ef64b(0x148)+_0xef2c27);}}function a70_0x1b75(_0x3246f1,_0x5c3f54){const _0x269776=a70_0x2697();return a70_0x1b75=function(_0x1b75a8,_0x33353e){_0x1b75a8=_0x1b75a8-0x7b;let _0x1f1bf5=_0x269776[_0x1b75a8];return _0x1f1bf5;},a70_0x1b75(_0x3246f1,_0x5c3f54);}module[a70_0x33e8ae(0x146)]=CucumberTestFramework;function a70_0x2697(){const _0x551165=['KEY_TEST_FAILURE','UXSvy','3762nCufsL','KEY_HOOK_ID','jnwHb','\x20for\x20test:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','AFtcU','POST','\x20&\x20hookState=','DruJc','./constants/testFrameworkConstants.js','workerInfo','trackEvent','getTrackedInstance','UnhandledError','125661KxAXUW','sendLogCreatedEvent','\x20with\x20UUID:\x20','7486755GLDpta','KEY_LOGS','removePendingHooks','KEY_TEST_LOGS','KEY_TEST_FRAMEWORK_NAME','../cliUtils.js','unknown','iusvo','KEY_HOOK_RESULT','logCreatedEvent','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../instances/trackedInstance.js','file_name','hookState','KEY_HOOK_LOGS','stringify','parseCucumberTestResult','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON','setTrackedInstance','key','JtQaB','YqeYr','endedAt','uuid','426nbjIen','TFHFL','../grpcClient','toISOString','testUUID','testFrameworkVersion','addMultipleEntries','Updated\x20cucumber\x20test\x20result:\x20','getInstance','vzpkP','getTestUUID','KEY_TEST_ENDED_AT','get','\x20&\x20hook\x20=\x20','KEY_TEST_SCOPES','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FAILURE_TYPE','8383854lPVSps','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','testFrameworkState','KEY_TEST_LOCATION','getTestDetails','trackCucumberInstance','testFrameworkName','KEY_TEST_FRAMEWORK_VERSION','rerun_name','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','concat','\x20\x20and\x20args\x20=\x20','KEY_TEST_SCOPE','DEFAULT_HOOK_RESULT','INIT_TEST','DFSmE','CucumberTestFramework','pop','meta','\x20pending\x20hooks\x20for\x20testId:\x20','getProcessId','readLogObjects','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','length','../state/testFrameworkState.js','KEY_HOOK_LAST_FINISHED','runHooks','nhKdL','KEY_TEST_UUID','name','vBgAA','KEY_HOOK_FAILURE','TEST','4peaIwW','storePendingHook','aWxqa','\x20payload=','KEY_TEST_STARTED_AT','failure_data','../../../helpers/helper.js','KEY_TEST_TAGS','hookData','BGJkM','result','TjzPj','getCurrentTestState','KEY_TEST_RESULT','body','KEY_TEST_ATTACHMENTS','SiiJz','23413225zHsMEb','oxZgd','\x20hookState:\x20','finishedAt','KEY_TEST_NAME','setTestDetails','executionContext','NONE','platformIndex','1233MqqjSY','test_run_id','KEY_TEST_CODE','FRRpL','failure_type','\x20testState:\x20','startedAt',',\x20state:\x20','uFwWE','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20response=','dUSqz','ZyyZc','LNWxK','trackEvent:\x20unsupported\x20testFrameworkState=','from','parseCucumberTest','failure_reason','parallelIndex','\x20and\x20args\x20=\x20','scopes','eventJson','getTestFrameworks','KEY_HOOKS_STARTED','push','debug','failed','KEY_TEST_META','args','TbcbJ',',\x20state=','test',',\x20hookState:\x20','finished_at','trackHookEvent','testData','DEFAULT_TEST_RESULT','failure','location','getId','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20result:\x20','\x20with\x20id\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','error','resolveInstance','tags','PRE','vEJbt','getThreadId','KEY_TEST_ID','hasPendingHooks','LOG_REPORT','KEY_EVENT_ENDED_AT','KEY_TEST_FAILURE_REASON','Parsed\x20cucumber\x20test:\x20','KEY_HOOK_FAILURE_TYPE','exports','31660HIucLt','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','createTestFrameworkEventPayload','trackCucumberInstance:\x20saved\x20instance\x20contextId=','processPendingHooks','format','getRef','LvUHl','24oqZvkZ','toString','KEY_HOOK_NAME','hook_type','wotyX','code','KEY_CUSTOM_TAGS','../instances/testFrameworkInstance.js','../../../helpers/classLogger.js','zkMGf','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','split','hooks','ONSfS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','inspect','../TestInfo.js','QgUKM','KEY_HOOKS_FINISHED','3456068pkwxiI','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','ceil','getAllData','\x20target='];a70_0x2697=function(){return _0x551165;};return a70_0x2697();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0x25c7(){const _0x153390=['KEY_TEST_CODE','Unknown\x20Test','KEY_HOOKS_STARTED','NONE','name','originalTest','xZdCE','Unknown\x20error','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_NAME','ceil','931888UVzGXp','\x20(testIdentifier),\x20result=','parseJestTestResult','890410ZHpoXC','addMultipleEntries','getJestFailureReason','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','LCaUk','HKUat','filePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','tSqCD','duration','KEY_TEST_FAILURE_REASON','scope','tKjQe','testData','title','DEFAULT_HOOK_RESULT','BEFORE_ALL','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','filter','type','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','set',',\x20failureReason=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20attachmentLogs:\x20','KEY_EVENT_ENDED_AT','KEY_TEST_RERUN_NAME','errorsDetailed','NCaEU','trackHookEvent','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','logCreatedEvent','testId',',\x20hookType=',',\x20platformIndex:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance','Stored\x20pending\x20hook\x20for\x20testId:\x20','executionContext','getTrackedInstance',',\x20testData=','rETzy','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','testFrameworkVersion','../grpcClient','\x20to\x20','\x20hook','KEY_TEST_FRAMEWORK_VERSION','4860581LTSBIl','KEY_TEST_LOGS','mPVwO','test_run_uuid','hookState','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','svXoi','testFrameworkState','apply','message','KEY_TEST_NAME','KEY_TEST_STARTED_AT','getJestTestFilePath','getJestTestName','parse','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','RpGhW',',\x20exception=',',\x20test_run_uuid=','KEY_TEST_UUID','ALL','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Processing\x20','\x20&\x20hookState=','getCurrentHookState',',\x20consoleLogs:\x20','513RURqzO','concat','mkICE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','matchHookRegex','hookMetadata','uTZti','join','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getRef','setActiveHook','10HilHvf','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toUpperCase','file_name',',\x20storing\x20as\x20pending\x20hook','MxeZD','nerUP','QBkZI','none','pCYNn','KEY_TEST_DURATION','TEST','getJestTestTags','KEY_TEST_ID','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','setTrackedInstance',',\x20payload:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stack-trace','keys','length',',\x20hookData=','KEY_TEST_SCOPES','sWYMW','Assert','hooks','\x20pending\x20hooks\x20for\x20testId:\x20','getThreadId','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_NAME','eBBQx','jest-circus','mapTestHooks','getAllData','parseJestTest','KEY_TEST_META','vFltU','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','error','ROOT_DESCRIBE_BLOCK','qLLBK','warn','args',',\x20hookUUID=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','TCPbw','resolveInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','./constants/testFrameworkConstants.js',',\x20testId=','find','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','\x20-\x20test_identifier=',',\x20filePath:\x20','KEY_HOOK_FAILURE_REASON','mIVQs','toString','kBqLb','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','NsoCe','getHooksForTest','\x20for\x20testId:\x20','QGEQE','processPendingHooks','hookType','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','SPVbR','__workerDetails','KEY_HOOK_RESULT','KEY_TEST_FAILURE_TYPE','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','test_identifier','KEY_HOOK_FAILURE_TYPE','storePendingHook','test','started_at','CTRgS',',\x20filePath=','unknown','abaUO','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','skipped','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','fZVgv','getTestFrameworksVersions','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','JestTestFramework','DEFAULT_TEST_RESULT','kKUxQ',',\x20target=','1610868HEuuSw','POST','ottic','\x20(testIdentifier),\x20tags=','KEY_TEST_FAILURE','getJestTestIdentifier','\x20files','KEY_HOOK_LOGS','../TestInfo.js','fRwwB','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20state:\x20','match','KEY_TEST_RETRY_OF','4388McvThL','location','CDMDT','getActiveHook','substr','uQpxj','EDrkl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','failure_reason','push','getTestFrameworks','getJestFailureData','endedAt','LxcqC','hookAnalyticsId','LlLNm','format','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_TEST_ATTACHMENTS','Ugimk','KEY_TEST_FILE_PATH','trackEvent',',\x20hookState=','findIndex','../state/hookState.js','PaIRK','KEY_HOOK_LAST_FINISHED','mKOUA','activeHooks','yvOXd','getId','debug','removePendingHooks','EpBYu',',\x20version=','2026902vyKfIk','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','uYROS',',\x20totalHooks=','base64','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','failed','KEY_HOOK_FAILURE','getCurrentInstanceName','KEY_HOOKS_FINISHED','ZIWVR','hookUUID','KEY_CUSTOM_TAGS','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','getFileName','runHooks','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','LOG_REPORT','FCUNi','../../../helpers/test-observability/utils','GfJgN','\x20-\x20testId:\x20','AgAQO','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20updates=','\x22\x20hook',',\x20scope:\x20','getAllPendingHookTestIds','buildHookMapFromTest','passed','map','42536sNgCro','uWOtK','CmKyg','skip','getRootParentFile','iCloD',',\x20error:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','util',',\x20hook_run_uuid=','KEY_TEST_LOCATION','UOkdo',',\x20failureType=','oNFRb','split','TstRv','PPfaI','tags','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','HTikN','267ShAAMx','hook_type','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','startsWith',',\x20response=',',\x20hookId=','file','slice','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','workerInfo','isArray','../state/testFrameworkState.js','stringify','result','hook_id','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','TPTJw','1KyWqLr','KEY_TEST_ENDED_AT','getProcessId','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','uMYcz','getJestFailureType','has','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','PRE',':testAnalyticsId','\x22\x20from\x20testData','KEY_TEST_SCOPE','startedAt','tuXcA','status','CHfkJ','./testFramework',',\x20logsInBatch:\x20','asyncError','kWJTL','_ALL','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','replace','gKGVi','hasPendingHooks','parent','testUUID','getPendingHooks','KEY_TEST_RESULT','JTSKe','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','reverse','maxArrayLength','LjoIh','addPendingHook','NGqpO','missing','exports','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','RLQWV','MRnCS','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','yQCTT','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','finished_at','eventJson','WvXEi','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','substring','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getContext','retryOf',',\x20totalBatches:\x20','get','evOpY','toISOString','DSAqy','hookData','sendLogCreatedEvent','scopes','dPAHo',',\x20result=','TEST_SCREENSHOT','PFEzk','instance',',\x20contextId=','../../../helpers/classLogger.js','gmyOV','KEY_TEST_TAGS','depth','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','inspect'];a71_0x25c7=function(){return _0x153390;};return a71_0x25c7();}const a71_0x5b50ba=a71_0x124d;function a71_0x124d(_0x6c2d7e,_0x14a8ae){const _0x25c727=a71_0x25c7();return a71_0x124d=function(_0x124d3c,_0xdb8ce6){_0x124d3c=_0x124d3c-0xee;let _0x2b0991=_0x25c727[_0x124d3c];return _0x2b0991;},a71_0x124d(_0x6c2d7e,_0x14a8ae);}(function(_0x27cb90,_0x3c0441){const _0x5e176c=a71_0x124d,_0x587471=_0x27cb90();while(!![]){try{const _0x89e12=-parseInt(_0x5e176c(0x1a6))/0x1*(-parseInt(_0x5e176c(0x1fe))/0x2)+-parseInt(_0x5e176c(0x192))/0x3*(parseInt(_0x5e176c(0x136))/0x4)+parseInt(_0x5e176c(0x201))/0x5+-parseInt(_0x5e176c(0x15b))/0x6+parseInt(_0x5e176c(0x128))/0x7+-parseInt(_0x5e176c(0x17e))/0x8*(-parseInt(_0x5e176c(0x24c))/0x9)+parseInt(_0x5e176c(0x257))/0xa*(-parseInt(_0x5e176c(0x232))/0xb);if(_0x89e12===_0x3c0441)break;else _0x587471['push'](_0x587471['shift']());}catch(_0x29f6fa){_0x587471['push'](_0x587471['shift']());}}}(a71_0x25c7,0x4937a));const TestFramework=require(a71_0x5b50ba(0x1b6)),TestFrameworkState=require(a71_0x5b50ba(0x19f)),HookState=require(a71_0x5b50ba(0x150)),{createClassLogger}=require(a71_0x5b50ba(0x1eb)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x5b50ba(0xfc)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x5b50ba(0x172)),logger=createClassLogger(a71_0x5b50ba(0x124)),{v4:uuidv4}=require(a71_0x5b50ba(0x266)),util=require(a71_0x5b50ba(0x186)),TestInfo=require(a71_0x5b50ba(0x130)),GrpcClient=require(a71_0x5b50ba(0x22e)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x1acee7,_0x40edd2,_0x47b26c){const _0x3e11bf=a71_0x5b50ba;super(_0x1acee7,_0x40edd2,_0x47b26c),this[_0x3e11bf(0x154)]=new Map();}[a71_0x5b50ba(0x256)](_0x372b26,_0x358c2d,_0x3bc290){const _0x599571=a71_0x5b50ba,_0x25571f={};_0x25571f[_0x599571(0xf4)]=function(_0x16b84d,_0xc8cb86){return _0x16b84d||_0xc8cb86;};const _0x2e7513=_0x25571f;if(_0x2e7513['qLLBK'](!_0x372b26,!_0x358c2d)){logger[_0x599571(0xf5)](_0x599571(0x258)+_0x372b26+_0x599571(0xf7)+_0x358c2d);return;}!this[_0x599571(0x154)][_0x599571(0x1ac)](_0x372b26)&&this[_0x599571(0x154)][_0x599571(0x216)](_0x372b26,[]);const _0x9afc60={'hookUUID':_0x358c2d,'hookType':_0x3bc290,'startedAt':new Date()[_0x599571(0x1e0)]()};this[_0x599571(0x154)]['get'](_0x372b26)['push'](_0x9afc60),logger[_0x599571(0x157)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x372b26+_0x599571(0xf7)+_0x358c2d+',\x20hookType='+_0x3bc290+_0x599571(0x15e)+this['activeHooks'][_0x599571(0x1de)](_0x372b26)['length']);}['removeActiveHook'](_0x5943cb,_0x4525af){const _0xecdab8=a71_0x5b50ba,_0x57fdc0={};_0x57fdc0[_0xecdab8(0x1e8)]=function(_0x1bd6b4,_0x18cb38){return _0x1bd6b4||_0x18cb38;},_0x57fdc0[_0xecdab8(0x18e)]=function(_0x5a4249,_0x56a1e5){return _0x5a4249!==_0x56a1e5;},_0x57fdc0[_0xecdab8(0x189)]=function(_0x425394,_0x4fc71a){return _0x425394===_0x4fc71a;};const _0x3f5f79=_0x57fdc0;if(_0x3f5f79[_0xecdab8(0x1e8)](!_0x5943cb,!_0x4525af)){logger[_0xecdab8(0xf5)](_0xecdab8(0x195)+_0x5943cb+_0xecdab8(0xf7)+_0x4525af);return;}if(this[_0xecdab8(0x154)]['has'](_0x5943cb)){const _0x236f5d=this[_0xecdab8(0x154)][_0xecdab8(0x1de)](_0x5943cb),_0x6119c4=_0x236f5d[_0xecdab8(0x14f)](_0x17c068=>_0x17c068[_0xecdab8(0x167)]===_0x4525af);_0x3f5f79[_0xecdab8(0x18e)](_0x6119c4,-0x1)?(_0x236f5d['splice'](_0x6119c4,0x1),logger[_0xecdab8(0x157)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x5943cb+',\x20hookUUID='+_0x4525af+',\x20remainingHooks='+_0x236f5d[_0xecdab8(0x26f)]),_0x3f5f79[_0xecdab8(0x189)](_0x236f5d[_0xecdab8(0x26f)],0x0)&&this[_0xecdab8(0x154)]['delete'](_0x5943cb)):logger[_0xecdab8(0x157)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x5943cb+',\x20hookUUID='+_0x4525af);}}[a71_0x5b50ba(0x139)](_0x418809){const _0x200cf2=a71_0x5b50ba,_0x54f59c={};_0x54f59c[_0x200cf2(0x1c5)]=function(_0x1514d9,_0x5c65bf){return _0x1514d9>_0x5c65bf;},_0x54f59c['TstRv']=function(_0x1dff81,_0x20b66f){return _0x1dff81-_0x20b66f;};const _0x1c0d9c=_0x54f59c;if(!_0x418809)return null;if(this['activeHooks'][_0x200cf2(0x1ac)](_0x418809)){const _0x18c891=this[_0x200cf2(0x154)][_0x200cf2(0x1de)](_0x418809);if(_0x1c0d9c['JTSKe'](_0x18c891[_0x200cf2(0x26f)],0x0)){const _0x3bd861=_0x18c891[_0x1c0d9c[_0x200cf2(0x18d)](_0x18c891[_0x200cf2(0x26f)],0x1)];return logger[_0x200cf2(0x157)](_0x200cf2(0x19b)+_0x418809+_0x200cf2(0xf7)+_0x3bd861[_0x200cf2(0x167)]+_0x200cf2(0x223)+_0x3bd861[_0x200cf2(0x10c)]),_0x3bd861;}}return null;}async[a71_0x5b50ba(0x14d)](_0x5a8618,_0x3a0460,_0x2b0b96={}){const _0x1890b1=a71_0x5b50ba,_0x48f241={};_0x48f241[_0x1890b1(0xf9)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x48f241[_0x1890b1(0xf0)]=function(_0x4ef966,_0x5334d2){return _0x4ef966===_0x5334d2;},_0x48f241[_0x1890b1(0x260)]=function(_0x4ea07c,_0xef2eff){return _0x4ea07c||_0xef2eff;},_0x48f241[_0x1890b1(0x146)]=_0x1890b1(0x26c);const _0x5de558=_0x48f241;logger['debug'](_0x1890b1(0x15c)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+',\x20argsKeys='+Object[_0x1890b1(0x26e)](_0x2b0b96)[_0x1890b1(0x253)](',')),await super['trackEvent'](_0x5a8618,_0x3a0460,_0x2b0b96);const _0x450f0d=this[_0x1890b1(0xfa)](_0x5a8618,_0x3a0460,_0x2b0b96);if(!_0x450f0d){logger[_0x1890b1(0x157)](_0x5de558[_0x1890b1(0xf9)]);return;}try{let _0x48cc42,_0xab388c,_0x42caab;switch(_0x5a8618){case TestFrameworkState[_0x1890b1(0x262)]:_0x48cc42=_0x2b0b96['test'];const _0x8fe960={};_0x8fe960[_0x1890b1(0x1ee)]=0x2,_0x8fe960[_0x1890b1(0x1c8)]=0x3,logger['debug'](_0x1890b1(0x10e)+_0x3a0460+_0x1890b1(0x22a)+util[_0x1890b1(0x1f2)](_0x48cc42,_0x8fe960)),_0x42caab=this[_0x1890b1(0x12d)](_0x48cc42),_0xab388c=null,logger[_0x1890b1(0x157)](_0x1890b1(0x16b)+_0x42caab+'\x20(testIdentifier)');if(_0x5de558[_0x1890b1(0xf0)](_0x3a0460,HookState[_0x1890b1(0x1ae)])){logger[_0x1890b1(0x157)](_0x1890b1(0x1a4)+_0x42caab);const _0x210a89={};_0x210a89['testUUID']=_0xab388c,_0x210a89[_0x1890b1(0x20e)]=_0x48cc42,_0x210a89['testId']=_0x42caab;const _0x223620=this[_0x1890b1(0xee)](_0x210a89),_0x460623={};_0x460623[_0x1890b1(0x1ee)]=0x2,_0x460623[_0x1890b1(0x1c8)]=0x3,logger[_0x1890b1(0x157)](_0x1890b1(0x218)+util['inspect'](_0x223620,_0x460623)),_0x450f0d[_0x1890b1(0x202)](_0x223620),logger['debug'](_0x1890b1(0x160)+_0x42caab),await this[_0x1890b1(0x10b)](_0x450f0d,_0x42caab);}else{if(_0x5de558[_0x1890b1(0xf0)](_0x3a0460,HookState['POST'])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x42caab);const _0x4362f3=_0x450f0d[_0x1890b1(0x27c)]()['get'](_0x42caab);logger[_0x1890b1(0x157)](_0x1890b1(0x16f)+util[_0x1890b1(0x1f2)](Object[_0x1890b1(0x26e)](_0x5de558[_0x1890b1(0x260)](_0x4362f3,{}))));_0x4362f3&&_0x4362f3[TestFrameworkConstants[_0x1890b1(0x14a)]]?logger[_0x1890b1(0x157)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x1890b1(0x26e)](_0x4362f3[TestFrameworkConstants[_0x1890b1(0x14a)]])['length']+_0x1890b1(0x12e)):logger[_0x1890b1(0x157)](_0x5de558[_0x1890b1(0x146)]);const _0x50a25a=_0x2b0b96[_0x1890b1(0x1f8)]||null,_0x529456={};_0x529456[_0x1890b1(0x1c2)]=_0xab388c,_0x529456[_0x1890b1(0x20e)]=_0x48cc42,_0x529456[_0x1890b1(0x222)]=_0x42caab,_0x529456[_0x1890b1(0x1f8)]=_0x50a25a;const _0x41d88a=this[_0x1890b1(0x200)](_0x529456),_0x3c7f2f={};_0x3c7f2f[_0x1890b1(0x1ee)]=0x2,_0x3c7f2f[_0x1890b1(0x1c8)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x1890b1(0x1f2)](_0x41d88a,_0x3c7f2f)),_0x450f0d[_0x1890b1(0x202)](_0x41d88a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x42caab),await this[_0x1890b1(0x10b)](_0x450f0d,_0x42caab);}}break;case TestFrameworkState[_0x1890b1(0x170)]:if(_0x5de558['vFltU'](_0x3a0460,HookState[_0x1890b1(0x129)])){const _0x4f1ab5={};_0x4f1ab5[_0x1890b1(0x1ee)]=0x2,logger['debug'](_0x1890b1(0x13e)+util[_0x1890b1(0x1f2)](_0x2b0b96,_0x4f1ab5)),await this['sendLogCreatedEvent'](_0x450f0d,_0x5a8618,_0x2b0b96);}break;default:if(CLIUtils[_0x1890b1(0x250)](_0x5a8618[_0x1890b1(0x104)]()[_0x1890b1(0x18c)]('.')[0x1])){const _0x2054bd={};_0x2054bd[_0x1890b1(0x1ee)]=0x2,_0x2054bd[_0x1890b1(0x1c8)]=0x3,logger[_0x1890b1(0x157)](_0x1890b1(0x11e)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+_0x1890b1(0x270)+util[_0x1890b1(0x1f2)](_0x2b0b96['hookData'],_0x2054bd));const _0x417c11=await this[_0x1890b1(0x21e)](_0x450f0d,_0x5a8618,_0x3a0460,_0x2b0b96),_0x156e1e={};_0x156e1e[_0x1890b1(0x1ee)]=0x2,_0x156e1e[_0x1890b1(0x1c8)]=0x3,logger['debug'](_0x1890b1(0x1ef)+util[_0x1890b1(0x1f2)](_0x417c11,_0x156e1e)),_0x450f0d[_0x1890b1(0x202)](_0x417c11);}else logger['debug'](_0x1890b1(0xff)+_0x5a8618+_0x1890b1(0x249)+_0x3a0460);break;}logger[_0x1890b1(0x157)](_0x1890b1(0x241)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460);}catch(_0x18034a){logger[_0x1890b1(0xf2)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+_0x1890b1(0x243)+util['format'](_0x18034a));}_0x2b0b96['instance']=_0x450f0d,await this['runHooks'](_0x450f0d,_0x5a8618,_0x3a0460,_0x2b0b96);}['getJestTestIdentifier'](_0x3814c2){const _0x25489b=a71_0x5b50ba,_0x5f4782={};_0x5f4782[_0x25489b(0x205)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x1e460e=_0x5f4782;if(_0x3814c2&&(_0x3814c2['id']||_0x3814c2[_0x25489b(0x266)])){const _0x3a7004=_0x3814c2['id']||_0x3814c2[_0x25489b(0x266)];return logger[_0x25489b(0x157)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x3a7004+_0x25489b(0x1b0)),_0x3a7004;}return logger[_0x25489b(0x157)](_0x1e460e['LCaUk']),process['pid']+_0x25489b(0x1af);}[a71_0x5b50ba(0xfa)](_0x255d89,_0x535fbe,_0x2141d1={}){const _0x2a937b=a71_0x5b50ba;let _0x3e904a=null;return _0x3e904a=TestFramework[_0x2a937b(0x229)](),!_0x3e904a?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x255d89),this['trackJestInstance'](_0x255d89,_0x2141d1),_0x3e904a=TestFramework[_0x2a937b(0x229)](),logger[_0x2a937b(0x157)](_0x2a937b(0x267)+!!_0x3e904a+_0x2a937b(0x1ea)+_0x3e904a?.[_0x2a937b(0x1db)]()?.[_0x2a937b(0x156)]())):logger[_0x2a937b(0x157)](_0x2a937b(0x1da)+_0x3e904a['getContext']()?.[_0x2a937b(0x156)]()),_0x3e904a;}[a71_0x5b50ba(0x226)](_0x3ffbdb,_0x4c921d){const _0x35d362=a71_0x5b50ba,_0xbc921f={};_0xbc921f[_0x35d362(0x180)]=_0x35d362(0x26a);const _0x283ed4=_0xbc921f;if(TestFramework[_0x35d362(0x229)]()){logger[_0x35d362(0x157)](_0x283ed4['CmKyg']);return;}const _0xd9d10d=CLIUtils[_0x35d362(0x164)](),_0x16e6cc=TrackedInstance['createContext'](_0xd9d10d);let _0x442b2c=null;logger[_0x35d362(0x157)](_0x35d362(0x10d)+_0xd9d10d+',\x20state='+_0x3ffbdb),_0x442b2c=new TestFrameworkInstance(_0x16e6cc,this[_0x35d362(0x141)](),this[_0x35d362(0x122)](),_0x3ffbdb,HookState[_0x35d362(0x1f6)]),TestFramework[_0x35d362(0x268)](_0x16e6cc,_0x442b2c),logger[_0x35d362(0x157)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x16e6cc[_0x35d362(0x156)]()+_0x35d362(0x127)+_0xd9d10d+',\x20testFramework='+this[_0x35d362(0x141)]()[0x0]+_0x35d362(0x15a)+this[_0x35d362(0x122)]()[this[_0x35d362(0x141)]()[0x0]]);}[a71_0x5b50ba(0xee)](_0x3f9b8f){const _0x4ecb0d=a71_0x5b50ba,_0x44b7fc={};_0x44b7fc['EDrkl']=function(_0x43e6da,_0x5c2b74){return _0x43e6da||_0x5c2b74;},_0x44b7fc[_0x4ecb0d(0x1d2)]=_0x4ecb0d(0x204);const _0xf0a183=_0x44b7fc,{testUUID:_0x3f6c7e,testData:_0x2e8511,testId:_0x400144}=_0x3f9b8f;if(_0xf0a183[_0x4ecb0d(0x13c)](!_0x2e8511,!_0x400144))return logger[_0x4ecb0d(0x157)](_0xf0a183[_0x4ecb0d(0x1d2)]),{};const _0x216b75=this[_0x4ecb0d(0x141)]()[0x0],_0x327d36=this[_0x4ecb0d(0x122)](),_0x475879={};_0x475879['depth']=0x2,_0x475879['maxArrayLength']=0x3,logger['debug'](_0x4ecb0d(0x212)+util[_0x4ecb0d(0x1f2)](_0x2e8511,_0x475879));const _0x180ca9=_0x2e8511?.[_0x4ecb0d(0x1e4)]||[],_0x2e2c58=this[_0x4ecb0d(0x23f)](_0x2e8511),_0x4cfabc=this['getJestTestFilePath'](_0x2e8511),_0x4cb66d=_0x2e8511['fn']?_0x2e8511['fn']['toString']():null,_0x583eab=this[_0x4ecb0d(0x263)](_0x2e8511),_0x52d593={[TestFrameworkConstants[_0x4ecb0d(0x278)]]:_0x216b75,[TestFrameworkConstants[_0x4ecb0d(0x231)]]:_0x327d36[_0x216b75],[TestFrameworkConstants[_0x4ecb0d(0x233)]]:[],[TestFrameworkConstants[_0x4ecb0d(0x165)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4ecb0d(0x125)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x2e2c58,[TestFrameworkConstants[_0x4ecb0d(0x14c)]]:_0x4cfabc,[TestFrameworkConstants[_0x4ecb0d(0x264)]]:_0x400144,[TestFrameworkConstants[_0x4ecb0d(0x23c)]]:_0x2e2c58,[TestFrameworkConstants[_0x4ecb0d(0x188)]]:_0x4cfabc,[TestFrameworkConstants[_0x4ecb0d(0x1f3)]]:_0x4cb66d,[TestFrameworkConstants[_0x4ecb0d(0x1ed)]]:_0x583eab,[TestFrameworkConstants[_0x4ecb0d(0x23d)]]:_0x2e8511['started_at']||new Date()[_0x4ecb0d(0x1e0)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x180ca9[0x0]||'',[TestFrameworkConstants[_0x4ecb0d(0x271)]]:_0x180ca9,[TestFrameworkConstants[_0x4ecb0d(0x21b)]]:_0x2e2c58,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4ecb0d(0xef)]]:{}};_0x2e8511[_0x4ecb0d(0x1dc)]&&(_0x52d593[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2e8511[_0x4ecb0d(0x1dc)]);logger[_0x4ecb0d(0x157)](_0x4ecb0d(0x265)+_0x2e2c58+_0x4ecb0d(0xfd)+_0x400144+_0x4ecb0d(0x12b)+JSON[_0x4ecb0d(0x1a0)](_0x583eab)+_0x4ecb0d(0x26b)+util[_0x4ecb0d(0x1f2)](_0x180ca9)+_0x4ecb0d(0x11b)+_0x4cfabc);const _0x5aaea3={};return _0x5aaea3[_0x400144]=_0x52d593,_0x5aaea3;}[a71_0x5b50ba(0x200)](_0x3d9989){const _0x2b13e0=a71_0x5b50ba,_0x4aa767={'NGqpO':function(_0xd658c6,_0x39686b){return _0xd658c6===_0x39686b;},'abaUO':'afterAll','fZVgv':'beforeAll','MrOES':_0x2b13e0(0x246),'kBqLb':_0x2b13e0(0x1ba),'gmyOV':function(_0x992df2,_0x3d80e8){return _0x992df2||_0x3d80e8;},'EpBYu':_0x2b13e0(0x247),'MRnCS':function(_0x31e9ed,_0xe04d5c){return _0x31e9ed||_0xe04d5c;},'LjoIh':'unknown','SPVbR':function(_0x43ad06,_0x8ca545){return _0x43ad06>_0x8ca545;},'RpGhW':_0x2b13e0(0x162),'xZdCE':function(_0x576fb8,_0x3ecb92){return _0x576fb8===_0x3ecb92;},'SVgdu':_0x2b13e0(0x181),'dPAHo':function(_0x3b60d5,_0x4f3bad){return _0x3b60d5===_0x4f3bad;},'fRwwB':_0x2b13e0(0x11f),'NUtzf':_0x2b13e0(0x17c),'uWOtK':function(_0x2921e1,_0x3a0261){return _0x2921e1===_0x3a0261;},'upwhK':function(_0x11dfe1,_0x1cbc9e){return _0x11dfe1!==_0x1cbc9e;},'kWJTL':function(_0x161989,_0x3a1233,_0x3acd73,_0x1703fb){return _0x161989(_0x3a1233,_0x3acd73,_0x1703fb);},'uQpxj':function(_0x259d0c,_0x5b404c){return _0x259d0c>_0x5b404c;},'tuXcA':function(_0x266fcf,_0x143c66){return _0x266fcf>_0x143c66;},'mPVwO':_0x2b13e0(0x254)},{testUUID:_0x4a30b1,testData:_0x52d4fd,testId:_0x38b34d}=_0x3d9989;if(_0x4aa767[_0x2b13e0(0x1ec)](!_0x52d4fd,!_0x38b34d))return logger[_0x2b13e0(0x157)](_0x4aa767[_0x2b13e0(0x159)]),{};const _0x6efd20=this[_0x2b13e0(0xfa)](TestFrameworkState[_0x2b13e0(0x262)],HookState[_0x2b13e0(0x129)]),_0xe41135=_0x6efd20[_0x2b13e0(0x27c)]()[_0x2b13e0(0x1de)](_0x38b34d),_0x4bfaf2=_0x4aa767[_0x2b13e0(0x1d0)](_0xe41135,{}),_0xa3c1d9=_0x4bfaf2?_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x168)]]||{}:{},_0x2cd8c5=_0x4bfaf2[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x2b13e0(0x157)](_0x2b13e0(0x16e)+(_0x2cd8c5?Object[_0x2b13e0(0x26e)](_0x2cd8c5)[_0x2b13e0(0x26f)]:0x0)+'\x20attachments');let _0x5778d1=_0x4aa767[_0x2b13e0(0x1c9)];if(_0x52d4fd[_0x2b13e0(0x1a1)])_0x5778d1=_0x52d4fd[_0x2b13e0(0x1a1)];else{if(_0x52d4fd['errorsDetailed']&&_0x4aa767['SPVbR'](_0x52d4fd[_0x2b13e0(0x21c)][_0x2b13e0(0x26f)],0x0))_0x5778d1=_0x4aa767[_0x2b13e0(0x242)];else _0x4aa767[_0x2b13e0(0x1f9)](_0x52d4fd[_0x2b13e0(0x1b4)],_0x4aa767['SVgdu'])||_0x4aa767[_0x2b13e0(0x1e5)](_0x52d4fd[_0x2b13e0(0x1b4)],_0x4aa767[_0x2b13e0(0x131)])?_0x5778d1=_0x4aa767[_0x2b13e0(0x131)]:_0x5778d1=_0x4aa767['NUtzf'];}const _0x2bb8a8={..._0x4bfaf2,[TestFrameworkConstants[_0x2b13e0(0x1c4)]]:_0x5778d1,[TestFrameworkConstants[_0x2b13e0(0x1a7)]]:_0x52d4fd['finished_at']||new Date()[_0x2b13e0(0x1e0)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x2b13e0(0x1e0)](),[TestFrameworkConstants[_0x2b13e0(0x168)]]:_0xa3c1d9,[TestFrameworkConstants[_0x2b13e0(0x1bc)]]:[],[TestFrameworkConstants[_0x2b13e0(0xef)]]:{}};if(_0x4aa767[_0x2b13e0(0x17f)](_0x5778d1,_0x4aa767[_0x2b13e0(0x242)])&&_0x52d4fd[_0x2b13e0(0x21c)]){const _0x3b1b31=this[_0x2b13e0(0x203)](_0x52d4fd),_0x5d9a9f=this[_0x2b13e0(0x1ab)](_0x52d4fd),_0x30dc42=this['getJestFailureData'](_0x52d4fd);_0x2bb8a8[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x5d9a9f,_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x20b)]]=_0x3b1b31,_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x12c)]]=_0x30dc42;}_0x4aa767['upwhK'](_0x52d4fd[_0x2b13e0(0x20a)],undefined)&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x261)]]=_0x52d4fd[_0x2b13e0(0x20a)]);_0x52d4fd[_0x2b13e0(0x1dc)]&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x135)]]=_0x52d4fd[_0x2b13e0(0x1dc)]);const _0x31ed45=_0xe41135?_0xe41135[TestFrameworkConstants[_0x2b13e0(0x14a)]]||{}:{},_0x4088a6=_0xe41135?_0xe41135[TestFrameworkConstants[_0x2b13e0(0x245)]]:_0x4a30b1,_0x161b84=_0x4aa767[_0x2b13e0(0x1b9)](getManualUploadLogs,_0x31ed45,_0x4088a6,_0x38b34d);if(_0x4aa767[_0x2b13e0(0x13b)](_0x161b84[_0x2b13e0(0x26f)],0x0)){const _0x457082=_0x2bb8a8[TestFrameworkConstants['KEY_LOGS']]||[];_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x1bc)]]=[..._0x457082,..._0x161b84];}const _0x5e6f70=_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x165)]]||{},_0x2c81c1=_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x1f5)]]||{},_0x2ff8d7={..._0x5e6f70},_0x4607b6=_0x2ff8d7;Object[_0x2b13e0(0x26e)](_0x2c81c1)[_0x2b13e0(0x21f)](_0x40cb83=>{const _0x2a69cd=_0x2b13e0;!_0x4607b6[_0x40cb83]&&(_0x4607b6[_0x40cb83]=[]);const _0x48071a=new Set((_0x4607b6[_0x40cb83]||[])[_0x2a69cd(0x17d)](_0x386213=>_0x386213[TestFrameworkConstants['KEY_HOOK_ID']]||_0x386213['hook_id']));(_0x2c81c1[_0x40cb83]||[])[_0x2a69cd(0x21f)](_0x284af0=>{const _0x316751=_0x2a69cd,_0x4376b9=_0x284af0[TestFrameworkConstants[_0x316751(0x277)]]||_0x284af0[_0x316751(0x1a2)];if(!_0x48071a['has'](_0x4376b9)){const _0x800379={..._0x284af0},_0x3adc75=_0x800379;!_0x3adc75[TestFrameworkConstants[_0x316751(0x21a)]]&&!_0x3adc75['event_ended_at']&&(_0x3adc75[TestFrameworkConstants[_0x316751(0x21a)]]=new Date()[_0x316751(0x1e0)]()),!_0x3adc75[TestFrameworkConstants[_0x316751(0x111)]]&&!_0x3adc75['hook_result']&&(_0x3adc75[TestFrameworkConstants[_0x316751(0x111)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x4607b6[_0x40cb83][_0x316751(0x140)](_0x3adc75);}});});if(_0x3d9989[_0x2b13e0(0x1f8)]){this[_0x2b13e0(0x27b)](_0x3d9989[_0x2b13e0(0x1f8)]);const _0x50697c=this[_0x2b13e0(0x17b)](_0x3d9989['originalTest']),_0x1e80db=this[_0x2b13e0(0x108)](_0x3d9989[_0x2b13e0(0x1f8)]);_0x1e80db[_0x2b13e0(0x21f)](_0x48bee2=>{const _0x4f8a04=_0x2b13e0,_0x55c7dd=_0x50697c[_0x4f8a04(0x1de)](_0x48bee2);if(_0x55c7dd&&(_0x4aa767[_0x4f8a04(0x1cb)](_0x55c7dd['type'],_0x4aa767[_0x4f8a04(0x11d)])||_0x4aa767[_0x4f8a04(0x1cb)](_0x55c7dd[_0x4f8a04(0x214)],_0x4aa767[_0x4f8a04(0x121)]))){const _0x3ad378=_0x55c7dd[_0x4f8a04(0x214)][_0x4f8a04(0x259)]()[_0x4f8a04(0x1be)](_0x4aa767['MrOES'],_0x4aa767[_0x4f8a04(0x105)]),_0x128b3d=_0x3ad378;!_0x4607b6[_0x128b3d]&&(_0x4607b6[_0x128b3d]=[]);const _0x29eaa5=_0x4607b6[_0x128b3d][_0x4f8a04(0xfe)](_0x2ddcde=>(_0x2ddcde[TestFrameworkConstants[_0x4f8a04(0x277)]]||_0x2ddcde[_0x4f8a04(0x1a2)])===_0x48bee2);!_0x29eaa5&&_0x4607b6[_0x128b3d][_0x4f8a04(0x140)]({'key':_0x128b3d,[TestFrameworkConstants[_0x4f8a04(0x277)]]:_0x48bee2,[TestFrameworkConstants[_0x4f8a04(0x111)]]:TestFrameworkConstants[_0x4f8a04(0x210)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x4f8a04(0x1e0)](),[TestFrameworkConstants[_0x4f8a04(0x21a)]]:new Date()[_0x4f8a04(0x1e0)](),[TestFrameworkConstants[_0x4f8a04(0x12f)]]:[],[TestFrameworkConstants[_0x4f8a04(0x1fc)]]:_0x55c7dd[_0x4f8a04(0x1f7)]||_0x55c7dd[_0x4f8a04(0x214)]+_0x4f8a04(0x230),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xa3c1d9});}});}if(_0x52d4fd[_0x2b13e0(0x274)]&&_0x4aa767[_0x2b13e0(0x1b3)](_0x52d4fd[_0x2b13e0(0x274)][_0x2b13e0(0x26f)],0x0))_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x165)]]=_0x52d4fd['hooks'],logger[_0x2b13e0(0x157)](_0x4aa767[_0x2b13e0(0x234)]);else _0x4aa767[_0x2b13e0(0x10f)](Object['keys'](_0x4607b6)[_0x2b13e0(0x26f)],0x0)&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x165)]]=_0x4607b6,logger[_0x2b13e0(0x157)](_0x2b13e0(0x24f)+Object[_0x2b13e0(0x26e)](_0x4607b6)[_0x2b13e0(0x253)](',')));const _0x361f02=this[_0x2b13e0(0x23f)](_0x52d4fd);logger['debug'](_0x2b13e0(0x1fb)+_0x361f02+_0x2b13e0(0xfd)+_0x38b34d+_0x2b13e0(0x1ff)+_0x5778d1+',\x20duration='+_0x52d4fd[_0x2b13e0(0x20a)]);_0x4aa767[_0x2b13e0(0x1cb)](_0x5778d1,_0x4aa767[_0x2b13e0(0x242)])&&logger['debug'](_0x2b13e0(0x1d4)+_0x38b34d+_0x2b13e0(0x18a)+_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x112)]]+_0x2b13e0(0x217)+_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x20b)]]?.[_0x2b13e0(0x1d9)](0x0,0xc8));const _0x2a1ce0={};return _0x2a1ce0[_0x38b34d]=_0x2bb8a8,_0x2a1ce0;}['getJestTestScopes'](_0x251dbd){const _0x1b9f8e=a71_0x5b50ba,_0x335b65={};_0x335b65[_0x1b9f8e(0x279)]=function(_0x48ee1e,_0x3cfd9b){return _0x48ee1e!==_0x3cfd9b;},_0x335b65['JDSAe']=_0x1b9f8e(0xf3);const _0x37caa3=_0x335b65,_0x5a2baf={};_0x5a2baf[_0x1b9f8e(0x1ee)]=0x2,_0x5a2baf[_0x1b9f8e(0x1c8)]=0x3,logger['debug'](_0x1b9f8e(0xf8)+util['inspect'](_0x251dbd,_0x5a2baf));const _0x4b7077=[];if(_0x251dbd&&_0x251dbd[_0x1b9f8e(0x1c1)]){let _0x1d2805=_0x251dbd[_0x1b9f8e(0x1c1)];while(_0x1d2805&&_0x1d2805['name']&&_0x37caa3['eBBQx'](_0x1d2805[_0x1b9f8e(0x1f7)],'')&&_0x37caa3['eBBQx'](_0x1d2805[_0x1b9f8e(0x1f7)],_0x37caa3['JDSAe'])){_0x4b7077[_0x1b9f8e(0x140)](_0x1d2805[_0x1b9f8e(0x1f7)]),_0x1d2805=_0x1d2805['parent'];}}return _0x4b7077[_0x1b9f8e(0x1c7)]();}['getJestTestName'](_0x78da48){const _0x1f6fd0=a71_0x5b50ba,_0x11a8d2={};_0x11a8d2[_0x1f6fd0(0x272)]=_0x1f6fd0(0x1f4);const _0x1fe606=_0x11a8d2;if(_0x78da48[_0x1f6fd0(0x1f7)])return _0x78da48[_0x1f6fd0(0x1f7)];if(_0x78da48['title'])return _0x78da48[_0x1f6fd0(0x20f)];return _0x1fe606['sWYMW'];}[a71_0x5b50ba(0x263)](_0x52e387){const _0x5d1bad=a71_0x5b50ba,_0xed65f=[];if(_0x52e387['tags']&&Array['isArray'](_0x52e387[_0x5d1bad(0x18f)]))return _0x52e387[_0x5d1bad(0x18f)][_0x5d1bad(0x17d)](_0x137e29=>_0x137e29[_0x5d1bad(0x196)]('@')?_0x137e29[_0x5d1bad(0x13a)](0x1):_0x137e29);const _0x33eb2b=this[_0x5d1bad(0x23f)](_0x52e387),_0x3e6f8e=_0x33eb2b[_0x5d1bad(0x134)](/@(\w+)/g);if(_0x3e6f8e)return _0x3e6f8e[_0x5d1bad(0x17d)](_0x43944f=>_0x43944f[_0x5d1bad(0x19a)](0x1));return _0x52e387[_0x5d1bad(0x1e4)]&&Array[_0x5d1bad(0x19e)](_0x52e387['scopes'])&&_0x52e387[_0x5d1bad(0x1e4)]['forEach'](_0x3149f6=>{const _0x2f4efa=_0x5d1bad,_0x5acd78=_0x3149f6[_0x2f4efa(0x134)](/@(\w+)/g);_0x5acd78&&_0x5acd78[_0x2f4efa(0x21f)](_0x1a7f68=>{const _0x4f936d=_0x2f4efa,_0x451053=_0x1a7f68[_0x4f936d(0x19a)](0x1);!_0xed65f[_0x4f936d(0x113)](_0x451053)&&_0xed65f['push'](_0x451053);});}),_0xed65f;}[a71_0x5b50ba(0x23e)](_0x35b328){const _0x5dbf8a=a71_0x5b50ba,_0x96203={'yvOXd':function(_0x852d4a,_0x825f50){return _0x852d4a(_0x825f50);},'NCaEU':_0x5dbf8a(0x26d)};if(_0x35b328[_0x5dbf8a(0x25a)])return _0x35b328['file_name'];if(_0x35b328[_0x5dbf8a(0x1b8)]){const _0x340e66=_0x96203[_0x5dbf8a(0x155)](require,_0x96203[_0x5dbf8a(0x21d)]);try{const _0x3d2fd2=_0x340e66[_0x5dbf8a(0x240)](_0x35b328[_0x5dbf8a(0x1b8)]);if(_0x3d2fd2[0x0]&&_0x3d2fd2[0x0][_0x5dbf8a(0x16c)])return _0x3d2fd2[0x0][_0x5dbf8a(0x16c)]();}catch(_0x25d4df){logger[_0x5dbf8a(0x157)](_0x5dbf8a(0x13d)+util[_0x5dbf8a(0x147)](_0x25d4df));}}return null;}['getJestFailureReason'](_0x1028e3){const _0xedbd1d=a71_0x5b50ba,_0x43bb77={};_0x43bb77[_0xedbd1d(0x1b5)]=function(_0x284c28,_0x577289){return _0x284c28>_0x577289;},_0x43bb77[_0xedbd1d(0x252)]=_0xedbd1d(0x1fa);const _0x45f007=_0x43bb77;if(_0x1028e3[_0xedbd1d(0x21c)]&&_0x45f007[_0xedbd1d(0x1b5)](_0x1028e3[_0xedbd1d(0x21c)][_0xedbd1d(0x26f)],0x0))return util[_0xedbd1d(0x1f2)](_0x1028e3[_0xedbd1d(0x21c)][0x0]);if(_0x1028e3['failure_reason'])return _0x1028e3[_0xedbd1d(0x13f)];return _0x45f007[_0xedbd1d(0x252)];}[a71_0x5b50ba(0x1ab)](_0x4f7401){const _0x44d6a9=a71_0x5b50ba,_0xf21382={};_0xf21382[_0x44d6a9(0x166)]=_0x44d6a9(0x273),_0xf21382['ottic']='AssertionError',_0xf21382['tKjQe']=_0x44d6a9(0x148);const _0x254df6=_0xf21382,_0x156cfd=this[_0x44d6a9(0x203)](_0x4f7401);if(_0x156cfd&&_0x156cfd[_0x44d6a9(0x113)](_0x254df6[_0x44d6a9(0x166)]))return _0x254df6[_0x44d6a9(0x12a)];return _0x254df6[_0x44d6a9(0x20d)];}['getJestFailureData'](_0x3712db){const _0x257052=a71_0x5b50ba,_0x5305eb={'KgneM':function(_0x12722c,_0x1fbf86){return _0x12722c(_0x1fbf86);},'mkICE':_0x257052(0x172),'uMYcz':function(_0x4d6c69,_0x49af29){return _0x4d6c69!==_0x49af29;},'ZxHGV':_0x257052(0x118)},{failureData:_0x3d0e90}=_0x5305eb['KgneM'](require,_0x5305eb[_0x257052(0x24e)]),_0x476fc2=[];return _0x5305eb[_0x257052(0x1aa)](_0x3712db[_0x257052(0x21c)],undefined)&&_0x476fc2[_0x257052(0x140)](_0x3712db[_0x257052(0x21c)],_0x5305eb['ZxHGV']),_0x3d0e90[_0x257052(0x23a)](null,_0x476fc2);}async['trackHookEvent'](_0x33ef64,_0x386a12,_0x12f3ba,_0x475b6e){const _0x13b797=a71_0x5b50ba,_0x200e6b={'PsTJq':_0x13b797(0x1d8),'QCjUV':function(_0x437c68){return _0x437c68();},'QBkZI':function(_0x422e93,_0x5d64cb){return _0x422e93 in _0x5d64cb;},'cwJlB':function(_0x336674,_0x5a0731){return _0x336674 in _0x5a0731;},'rETzy':function(_0x146cd1,_0x3c2d42){return _0x146cd1===_0x3c2d42;},'evOpY':function(_0x140386,_0x590579){return _0x140386>_0x590579;},'HKUat':'failed','LxcqC':_0x13b797(0x17c),'qlgQr':function(_0x4c0f42,_0x32bb32){return _0x4c0f42>_0x32bb32;},'HTikN':function(_0x4d9d7b,_0x5e5a09){return _0x4d9d7b===_0x5e5a09;},'mIVQs':function(_0x4fc424,_0x58ed51){return _0x4fc424!==_0x58ed51;}},{hookData:_0x1597cb}=_0x475b6e,_0x4f7479=_0x12f3ba[_0x13b797(0x104)](),_0x508131=_0x386a12[_0x13b797(0x104)](),_0x26e527={};_0x26e527[_0x13b797(0x1ee)]=0x2,_0x26e527[_0x13b797(0x1c8)]=0x3,logger['debug'](_0x13b797(0x176)+_0x508131+',\x20hookState='+_0x4f7479+_0x13b797(0x270)+util[_0x13b797(0x1f2)](_0x1597cb,_0x26e527));if(!_0x1597cb)return logger['debug'](_0x200e6b['PsTJq']),{};const _0x4c7bea=_0x1597cb['uuid']||_0x1597cb[_0x13b797(0x145)]||_0x200e6b['QCjUV'](uuidv4),_0x41f0ca=_0x1597cb[_0x13b797(0x1d3)]||this['getJestTestIdentifier'](_0x1597cb),_0x1c1682=_0x386a12['toString']()['split']('.')[0x1],_0x16d0ae=_0x33ef64[_0x13b797(0x27c)]()[_0x13b797(0x1de)](_0x41f0ca),_0x548452=_0x16d0ae?_0x16d0ae[TestFrameworkConstants[_0x13b797(0x168)]]||{}:{};logger[_0x13b797(0x157)](_0x13b797(0x132)+_0x4c7bea+_0x13b797(0xfd)+_0x41f0ca+'\x20(testIdentifier),\x20hookType='+_0x1c1682+_0x13b797(0x14e)+_0x4f7479);if(!_0x16d0ae)return logger[_0x13b797(0x157)](_0x13b797(0x1ad)+_0x41f0ca+_0x13b797(0x25b)),this['storePendingHook'](_0x33ef64,_0x41f0ca,_0x386a12,_0x12f3ba,_0x475b6e),{};let _0x4cc578=_0x16d0ae[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x4cc578&&(_0x4cc578={});!_0x200e6b[_0x13b797(0x25e)](_0x1c1682,_0x4cc578)&&(_0x4cc578[_0x1c1682]=[]);let _0x15d90c=_0x16d0ae[TestFrameworkConstants[_0x13b797(0x165)]];!_0x15d90c&&(_0x15d90c={});!_0x200e6b['cwJlB'](_0x1c1682,_0x15d90c)&&(_0x15d90c[_0x1c1682]=[]);const _0x6c7215={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x4cc578,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x15d90c},_0xfe2f1b={};_0xfe2f1b[_0x41f0ca]=_0x6c7215;const _0x33fdfe=_0xfe2f1b;if(_0x200e6b[_0x13b797(0x22b)](_0x12f3ba,HookState[_0x13b797(0x1ae)])){const _0x5ab53c={'key':_0x1c1682,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4c7bea,[TestFrameworkConstants[_0x13b797(0x111)]]:TestFrameworkConstants[_0x13b797(0x210)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x1597cb[_0x13b797(0x119)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x13b797(0x12f)]]:[],[TestFrameworkConstants[_0x13b797(0x1fc)]]:_0x1597cb['name']||_0x1597cb[_0x13b797(0x193)]||_0x1c1682,[TestFrameworkConstants[_0x13b797(0x168)]]:_0x548452};_0x4cc578[_0x1c1682][_0x13b797(0x140)](_0x5ab53c),_0x33fdfe[_0x41f0ca][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1c1682;const _0x1887d3={};_0x1887d3[_0x13b797(0x1ee)]=0x2,logger[_0x13b797(0x157)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1c1682+_0x13b797(0x198)+_0x4c7bea+',\x20testId='+_0x41f0ca+',\x20hook='+util[_0x13b797(0x1f2)](_0x5ab53c,_0x1887d3));}else{if(_0x200e6b[_0x13b797(0x22b)](_0x12f3ba,HookState[_0x13b797(0x129)])){const _0x2b5666=_0x1597cb[_0x13b797(0x1a1)]||(_0x1597cb[_0x13b797(0x21c)]&&_0x200e6b[_0x13b797(0x1df)](_0x1597cb[_0x13b797(0x21c)][_0x13b797(0x26f)],0x0)?_0x200e6b[_0x13b797(0x206)]:_0x200e6b[_0x13b797(0x144)]),_0x2687f5=_0x4cc578[_0x1c1682]||[];logger[_0x13b797(0x157)](_0x13b797(0x220)+_0x1c1682+_0x13b797(0xfd)+_0x41f0ca+_0x13b797(0x1e6)+_0x2b5666+',\x20hooksListLength='+_0x2687f5['length']);if(_0x200e6b['qlgQr'](_0x2687f5[_0x13b797(0x26f)],0x0)){const _0x9315ed=_0x2687f5['pop']();_0x200e6b[_0x13b797(0x191)](_0x2b5666,_0x200e6b[_0x13b797(0x206)])&&_0x1597cb[_0x13b797(0x21c)]?(_0x9315ed[TestFrameworkConstants[_0x13b797(0x116)]]=this[_0x13b797(0x1ab)](_0x1597cb),_0x9315ed[TestFrameworkConstants[_0x13b797(0x102)]]=this[_0x13b797(0x203)](_0x1597cb),_0x9315ed[TestFrameworkConstants[_0x13b797(0x163)]]=this[_0x13b797(0x142)](_0x1597cb),logger[_0x13b797(0x157)](_0x13b797(0x149)+_0x1c1682+_0x13b797(0x18a)+_0x9315ed[TestFrameworkConstants[_0x13b797(0x116)]]+_0x13b797(0x217)+_0x9315ed[TestFrameworkConstants[_0x13b797(0x102)]]?.['substring'](0x0,0xc8))):_0x9315ed[TestFrameworkConstants[_0x13b797(0x111)]]=_0x200e6b[_0x13b797(0x144)];_0x200e6b[_0x13b797(0x103)](_0x2b5666,TestFrameworkConstants[_0x13b797(0x210)])&&(_0x9315ed[TestFrameworkConstants[_0x13b797(0x111)]]=_0x2b5666);_0x9315ed[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x1597cb[_0x13b797(0x1d5)]||new Date()[_0x13b797(0x1e0)](),_0x9315ed[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x548452;const _0x84845=_0x9315ed[TestFrameworkConstants[_0x13b797(0x277)]];!_0x15d90c[_0x1c1682]&&(_0x15d90c[_0x1c1682]=[]);_0x15d90c[_0x1c1682][_0x13b797(0x140)](_0x9315ed),_0x33fdfe[_0x41f0ca][TestFrameworkConstants[_0x13b797(0x152)]]=_0x1c1682;const _0x5c5561={};_0x5c5561[_0x13b797(0x1ee)]=0x2,logger[_0x13b797(0x157)](_0x13b797(0x225)+_0x1c1682+_0x13b797(0x198)+_0x84845+_0x13b797(0x1e6)+_0x2b5666+',\x20hook='+util[_0x13b797(0x1f2)](_0x9315ed,_0x5c5561));}}}const _0x1d7b58={};return _0x1d7b58[_0x13b797(0x1ee)]=0x2,_0x1d7b58['maxArrayLength']=0x3,logger[_0x13b797(0x157)](_0x13b797(0x1bb)+(_0x1597cb[_0x13b797(0x193)]||_0x1c1682)+_0x13b797(0x198)+_0x4c7bea+',\x20testId='+_0x41f0ca+_0x13b797(0x177)+util['inspect'](_0x33fdfe,_0x1d7b58)),_0x33fdfe;}[a71_0x5b50ba(0x1f0)](_0x2871cd){const _0x3c92da=a71_0x5b50ba,_0x186d35={};_0x186d35[_0x3c92da(0x15d)]=_0x3c92da(0x15f);const _0x466ddc=_0x186d35;try{const _0x2b1a5b=_0x2871cd[_0x3c92da(0x118)]?this[_0x3c92da(0x12d)](_0x2871cd[_0x3c92da(0x118)]):_0x2871cd[_0x3c92da(0x1e2)][_0x3c92da(0x1d3)],_0x4aca73=_0x2871cd[_0x3c92da(0x1e9)],_0x273eea=_0x4aca73[_0x3c92da(0x1db)](),_0x17f28b=_0x4aca73[_0x3c92da(0x27c)]()[_0x3c92da(0x1de)](_0x2b1a5b);if(!_0x17f28b)return logger[_0x3c92da(0x157)](_0x3c92da(0x1d1)+_0x2b1a5b),{};const {[TestFrameworkConstants[_0x3c92da(0x278)]]:_0x124771='',[TestFrameworkConstants[_0x3c92da(0x231)]]:_0xa5011e='',[TestFrameworkConstants[_0x3c92da(0x23d)]]:_0xfee3d6='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2211b8=''}=_0x17f28b,_0x992aee=_0x4aca73['getCurrentTestState']()[_0x3c92da(0x104)]()[_0x3c92da(0x18c)]('.')[0x1],_0x4543eb=_0x4aca73[_0x3c92da(0x24a)]()['toString']()[_0x3c92da(0x18c)]('.')[0x1],_0x20013d=global?.[_0x3c92da(0x110)]?.[_0x3c92da(0x19d)]?.['parallelIndex'],_0x370f39=_0x4aca73[_0x3c92da(0x255)](),_0x39bfe7=Buffer[_0x3c92da(0x16a)](JSON[_0x3c92da(0x1a0)](_0x17f28b))[_0x3c92da(0x104)](_0x466ddc[_0x3c92da(0x15d)]),_0x5f9b31={'hash':_0x273eea[_0x3c92da(0x156)](),'threadId':_0x273eea[_0x3c92da(0x276)]()['toString'](),'processId':_0x273eea[_0x3c92da(0x1a8)]()['toString']()},_0x54ba42={};_0x54ba42['platformIndex']=_0x20013d,_0x54ba42['testFrameworkName']=_0x124771,_0x54ba42[_0x3c92da(0x22d)]=_0xa5011e,_0x54ba42[_0x3c92da(0x239)]=_0x992aee,_0x54ba42[_0x3c92da(0x236)]=_0x4543eb,_0x54ba42[_0x3c92da(0x1b2)]=_0xfee3d6,_0x54ba42[_0x3c92da(0x143)]=_0x2211b8,_0x54ba42[_0x3c92da(0x266)]=_0x370f39,_0x54ba42[_0x3c92da(0x1d6)]=_0x39bfe7,_0x54ba42[_0x3c92da(0x228)]=_0x5f9b31,_0x54ba42[_0x3c92da(0x115)]=_0x2b1a5b;const _0x19f3be=_0x54ba42;return _0x19f3be;}catch(_0x59dc89){return logger['error'](_0x3c92da(0x19c)+util[_0x3c92da(0x147)](_0x59dc89)),{};}}async[a71_0x5b50ba(0x1e3)](_0x3d96a6,_0xf47692,_0x40bebe){const _0x410393=a71_0x5b50ba,_0x51be3c={'CTRgS':function(_0x23bd13,_0x459d66){return _0x23bd13+_0x459d66;},'svXoi':_0x410393(0x1cc),'NQPBq':_0x410393(0x25f),'TPTJw':function(_0x2855c8,_0x27291a){return _0x2855c8>_0x27291a;},'iCloD':function(_0x146676,_0x4e8d68,_0x1b3740,_0x4e0b3f){return _0x146676(_0x4e8d68,_0x1b3740,_0x4e0b3f);},'WvXEi':function(_0x2df048,_0x1e882d){return _0x2df048-_0x1e882d;},'mKOUA':function(_0x397e5a,_0x165297){return _0x397e5a===_0x165297;},'cpFUG':function(_0x1d45c8,_0x3ca395){return _0x1d45c8/_0x3ca395;},'XreoQ':function(_0x2d21ba,_0x50cf9f){return _0x2d21ba<_0x50cf9f;},'eOcwR':function(_0x5c3e06,_0x36f113){return _0x5c3e06*_0x36f113;},'mUjcm':function(_0x1e5934,_0xfa6d87){return _0x1e5934>_0xfa6d87;}};try{const _0x19411a=_0x40bebe[_0x410393(0x1c2)]||_0x40bebe[_0x410393(0x222)],_0x56a57a=Array['from'](_0x3d96a6[_0x410393(0x27c)]()[_0x410393(0x26e)]()),_0x493185=_0x3d96a6[_0x410393(0x27c)]()[_0x410393(0x1de)](_0x19411a);if(!_0x493185){logger['debug'](_0x410393(0x185)+_0x19411a);return;}const {[TestFrameworkConstants[_0x410393(0x278)]]:_0xab4d8d='',[TestFrameworkConstants[_0x410393(0x231)]]:_0x2f30fa=''}=_0x493185;let _0x5cbc62=[];if(_0x493185&&_0x493185[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x410393(0x19e)](_0x493185[TestFrameworkConstants['KEY_LOGS']])){_0x5cbc62=_0x493185[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x410393(0x157)](_0x410393(0x215)+_0x5cbc62[_0x410393(0x26f)]+'\x20logs\x20for\x20testId:\x20'+_0x19411a);const _0x4e0882={[TestFrameworkConstants[_0x410393(0x1bc)]]:[]},_0x5f1b4a={};_0x5f1b4a[_0x19411a]=_0x4e0882,_0x3d96a6[_0x410393(0x202)](_0x5f1b4a),logger[_0x410393(0x157)](_0x410393(0x1bd)+_0x19411a);}else logger[_0x410393(0x157)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x19411a);logger['debug'](_0x410393(0xfb)+_0x5cbc62[_0x410393(0x26f)]+_0x410393(0x109)+_0x19411a);const _0x1513f7=_0x5cbc62[_0x410393(0x213)](_0x4a984e=>_0x4a984e['kind']===_0x410393(0x1e7));_0x51be3c[_0x410393(0x1a5)](_0x1513f7[_0x410393(0x26f)],0x0)&&(logger[_0x410393(0x157)](_0x410393(0x1c6)+_0x1513f7['length']+_0x410393(0x1a3)+_0x19411a),_0x1513f7[_0x410393(0x21f)]((_0x286c41,_0x3eb82d)=>{const _0x104c62=_0x410393;logger[_0x104c62(0x157)](_0x104c62(0x190)+_0x51be3c['CTRgS'](_0x3eb82d,0x1)+'/'+_0x1513f7['length']+_0x104c62(0x100)+(_0x286c41[_0x104c62(0x115)]||_0x51be3c['svXoi'])+_0x104c62(0x244)+(_0x286c41[_0x104c62(0x235)]||_0x51be3c[_0x104c62(0x238)])+_0x104c62(0x187)+(_0x286c41['hook_run_uuid']||_0x51be3c['NQPBq'])+',\x20messageLength='+(_0x286c41[_0x104c62(0x23b)]?.[_0x104c62(0x26f)]||0x0));}));const _0x36684d=_0x493185[TestFrameworkConstants[_0x410393(0x14a)]]||{},_0x30152a=_0x51be3c[_0x410393(0x183)](getMediaArtifactsLogs,_0x36684d,null,_0x19411a),_0x4023a2=(_0x5cbc62||[])[_0x410393(0x24d)](_0x30152a||[]),_0x2f6f4c=_0x1513f7?.[_0x410393(0x26f)]||0x0,_0x1dc70a=_0x51be3c[_0x410393(0x1d7)](_0x5cbc62?.[_0x410393(0x26f)]||0x0,_0x2f6f4c);logger[_0x410393(0x157)](_0x410393(0x208)+_0x19411a+_0x410393(0x24b)+_0x1dc70a+',\x20screenshotLogs:\x20'+_0x2f6f4c+_0x410393(0x219)+(_0x30152a?.[_0x410393(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x4023a2['length']);if(!_0x4023a2||_0x51be3c[_0x410393(0x153)](_0x4023a2[_0x410393(0x26f)],0x0)){logger[_0x410393(0x157)](_0x410393(0x114)+_0x19411a);return;}const _0x2929a9=0x28,_0xdf41d7=Math[_0x410393(0x1fd)](_0x51be3c['cpFUG'](_0x4023a2[_0x410393(0x26f)],_0x2929a9));for(let _0x5c51c1=0x0;_0x51be3c['XreoQ'](_0x5c51c1,_0xdf41d7);_0x5c51c1++){const _0x37e003=_0x51be3c['eOcwR'](_0x5c51c1,_0x2929a9),_0x34f243=_0x51be3c[_0x410393(0x11a)](_0x37e003,_0x2929a9),_0x25d0c5=_0x4023a2[_0x410393(0x19a)](_0x37e003,_0x34f243),_0x50aa32=global?.[_0x410393(0x110)]?.[_0x410393(0x19d)]?.['parallelIndex']||0x0,_0x42ea6c={'platformIndex':_0x50aa32,'logs':_0x25d0c5,'testFrameworkName':_0xab4d8d,'testFrameworkVersion':_0x2f30fa,'testFrameworkState':_0xf47692[_0x410393(0x104)]()[_0x410393(0x18c)]('.')[0x1]},_0x21d257={};_0x21d257[_0x410393(0x1ee)]=0x3,_0x21d257['maxArrayLength']=0x5,logger['debug'](_0x410393(0xf1)+_0x51be3c[_0x410393(0x11a)](_0x5c51c1,0x1)+'/'+_0xdf41d7+'\x20-\x20testId:\x20'+_0x19411a+_0x410393(0x1b7)+_0x25d0c5['length']+_0x410393(0x224)+_0x50aa32+_0x410393(0x269)+util[_0x410393(0x1f2)](_0x42ea6c,_0x21d257));const _0x1930d0=await GrpcClient['getInstance']()[_0x410393(0x221)](_0x42ea6c);logger[_0x410393(0x157)](_0x410393(0xf1)+_0x51be3c['CTRgS'](_0x5c51c1,0x1)+'/'+_0xdf41d7+_0x410393(0x174)+_0x19411a+_0x410393(0x197)+util[_0x410393(0x1f2)](_0x1930d0));}if(_0x30152a&&_0x51be3c['mUjcm'](_0x30152a['length'],0x0)&&_0x493185[TestFrameworkConstants[_0x410393(0x14a)]]){const _0x44deb6={[TestFrameworkConstants[_0x410393(0x14a)]]:{}},_0x515451={};_0x515451[_0x19411a]=_0x44deb6,_0x3d96a6[_0x410393(0x202)](_0x515451);}logger[_0x410393(0x157)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x19411a+_0x410393(0x1dd)+_0xdf41d7);}catch(_0x2b22de){logger[_0x410393(0xf2)](_0x410393(0x1f1)+(_0x40bebe[_0x410393(0x1c2)]||_0x40bebe['testId'])+_0x410393(0x184)+util[_0x410393(0x147)](_0x2b22de));}}[a71_0x5b50ba(0x117)](_0x2738b0,_0x55ec7e,_0x7b25fb,_0x5359e3,_0x2eeb4c){const _0x269c37=a71_0x5b50ba,_0x368f4a={};_0x368f4a[_0x269c37(0x10a)]=function(_0x1267cc,_0x29ac36){return _0x1267cc===_0x29ac36;},_0x368f4a[_0x269c37(0x171)]='beforeAll';const _0x338789=_0x368f4a,{hookData:_0x5fde8a}=_0x2eeb4c,_0x394906={'testId':_0x55ec7e,'testFrameworkState':_0x7b25fb,'hookState':_0x5359e3,'args':_0x2eeb4c,'timestamp':new Date()['toISOString']()};if(_0x338789[_0x269c37(0x10a)](_0x7b25fb,TestFrameworkState[_0x269c37(0x211)])&&_0x5fde8a){const _0x4a8a3b={};_0x4a8a3b[_0x269c37(0x207)]=_0x5fde8a[_0x269c37(0x25a)]||_0x5fde8a[_0x269c37(0x137)],_0x4a8a3b['scope']=_0x5fde8a['scope']||_0x5fde8a['scopes']&&_0x5fde8a['scopes'][0x0]||'',_0x4a8a3b[_0x269c37(0x10c)]=_0x338789['FCUNi'],_0x394906['hookMetadata']=_0x4a8a3b,logger['debug'](_0x269c37(0x106)+_0x55ec7e+',\x20filePath:\x20'+_0x394906[_0x269c37(0x251)][_0x269c37(0x207)]+_0x269c37(0x179)+_0x394906[_0x269c37(0x251)][_0x269c37(0x20c)]);}_0x2738b0[_0x269c37(0x1ca)](_0x55ec7e,_0x394906),logger[_0x269c37(0x157)](_0x269c37(0x227)+_0x55ec7e+_0x269c37(0x133)+_0x7b25fb+',\x20hookState:\x20'+_0x5359e3);}async['processPendingHooks'](_0xb4ef78,_0x44e651){const _0x240b49=a71_0x5b50ba,_0x54d240={};_0x54d240['DSAqy']=function(_0x42f2e0,_0x344c23){return _0x42f2e0>_0x344c23;},_0x54d240[_0x240b49(0x126)]=_0x240b49(0x1a9),_0x54d240[_0x240b49(0x138)]=function(_0x58c7e3,_0x270ffe){return _0x58c7e3===_0x270ffe;},_0x54d240[_0x240b49(0x175)]=function(_0x5db2e2,_0xf5a467){return _0x5db2e2===_0xf5a467;},_0x54d240[_0x240b49(0x173)]=function(_0x3e7b74,_0x7e1cbd){return _0x3e7b74===_0x7e1cbd;},_0x54d240['ASqUj']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x54d240[_0x240b49(0x25d)]=_0x240b49(0x22c);const _0x148497=_0x54d240;if(_0xb4ef78['hasPendingHooks'](_0x44e651)){const _0x552572=_0xb4ef78[_0x240b49(0x1c3)](_0x44e651);logger[_0x240b49(0x157)](_0x240b49(0x248)+_0x552572['length']+_0x240b49(0x275)+_0x44e651);for(const _0x42d47e of _0x552572){try{const _0x1376ed=await this[_0x240b49(0x21e)](_0xb4ef78,_0x42d47e['testFrameworkState'],_0x42d47e[_0x240b49(0x236)],_0x42d47e['args']);_0x1376ed&&_0x148497[_0x240b49(0x1e1)](Object[_0x240b49(0x26e)](_0x1376ed)[_0x240b49(0x26f)],0x0)&&_0xb4ef78[_0x240b49(0x202)](_0x1376ed),await this[_0x240b49(0x16d)](_0xb4ef78,_0x42d47e[_0x240b49(0x239)],_0x42d47e['hookState'],_0x42d47e[_0x240b49(0xf6)]);}catch(_0x2b526c){logger[_0x240b49(0xf2)](_0x240b49(0x1ce)+_0x44e651+_0x240b49(0x184)+_0x2b526c);}}_0xb4ef78[_0x240b49(0x158)](_0x44e651),logger[_0x240b49(0x157)](_0x240b49(0x237)+_0x44e651);}const _0x55af4a=_0xb4ef78['getAllData']()[_0x240b49(0x1de)](_0x44e651);if(_0x55af4a){const _0x536170=_0x55af4a[TestFrameworkConstants[_0x240b49(0x14c)]]||_0x55af4a[TestFrameworkConstants[_0x240b49(0x188)]],_0x425cc1=_0x55af4a[TestFrameworkConstants[_0x240b49(0x1b1)]]||_0x55af4a[TestFrameworkConstants[_0x240b49(0x271)]]&&_0x55af4a[TestFrameworkConstants[_0x240b49(0x271)]][0x0]||'';logger[_0x240b49(0x157)](_0x148497[_0x240b49(0x126)]);const _0x52bc66=_0xb4ef78[_0x240b49(0x17a)]();for(const _0xa28516 of _0x52bc66){if(_0x148497[_0x240b49(0x138)](_0xa28516,_0x44e651))continue;if(_0xb4ef78[_0x240b49(0x1c0)](_0xa28516)){const _0x5579c3=_0xb4ef78[_0x240b49(0x1c3)](_0xa28516);for(const _0x3c87d3 of _0x5579c3){if(_0x148497[_0x240b49(0x175)](_0x3c87d3['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x3c87d3[_0x240b49(0x251)]){const _0x444709=_0x3c87d3[_0x240b49(0x251)][_0x240b49(0x207)],_0x522616=_0x3c87d3[_0x240b49(0x251)][_0x240b49(0x20c)];if(_0x148497['CDMDT'](_0x444709,_0x536170)&&_0x148497['AgAQO'](_0x522616,_0x425cc1)){logger['debug'](_0x240b49(0x120)+_0xa28516+',\x20currentTestId:\x20'+_0x44e651+_0x240b49(0x101)+_0x444709+',\x20scope:\x20'+_0x522616);_0x3c87d3[_0x240b49(0xf6)]&&_0x3c87d3['args'][_0x240b49(0x1e2)]&&(_0x3c87d3[_0x240b49(0xf6)]['hookData'][_0x240b49(0x1d3)]=_0x44e651,logger[_0x240b49(0x157)](_0x240b49(0x194)+_0xa28516+_0x240b49(0x22f)+_0x44e651));try{const _0x2d417a=await this[_0x240b49(0x21e)](_0xb4ef78,_0x3c87d3[_0x240b49(0x239)],_0x3c87d3[_0x240b49(0x236)],_0x3c87d3[_0x240b49(0xf6)]);_0x2d417a&&_0x148497[_0x240b49(0x1e1)](Object[_0x240b49(0x26e)](_0x2d417a)['length'],0x0)&&_0xb4ef78[_0x240b49(0x202)](_0x2d417a);await this[_0x240b49(0x16d)](_0xb4ef78,_0x3c87d3[_0x240b49(0x239)],_0x3c87d3[_0x240b49(0x236)],_0x3c87d3[_0x240b49(0xf6)]);const _0x548e9d=_0xb4ef78['getPendingHooks'](_0xa28516)[_0x240b49(0x213)](_0x2b43e2=>_0x2b43e2!==_0x3c87d3);if(_0x148497[_0x240b49(0x173)](_0x548e9d['length'],0x0))_0xb4ef78['removePendingHooks'](_0xa28516);else{_0xb4ef78['removePendingHooks'](_0xa28516);for(const _0x1c493f of _0x548e9d){_0xb4ef78[_0x240b49(0x1ca)](_0xa28516,_0x1c493f);}}logger[_0x240b49(0x157)](_0x148497['ASqUj']);}catch(_0x604b9d){logger[_0x240b49(0xf2)](_0x148497[_0x240b49(0x25d)]);}}}}}}}}[a71_0x5b50ba(0x27b)](_0x402838){const _0x4ccc61=a71_0x5b50ba,_0x134f4a={'oNFRb':function(_0x4a8c51){return _0x4a8c51();}};if(!_0x402838||!_0x402838[_0x4ccc61(0x1c1)])return;_0x402838[_0x4ccc61(0x1c1)]['hooks']&&Array['isArray'](_0x402838['parent'][_0x4ccc61(0x274)])&&_0x402838[_0x4ccc61(0x1c1)]['hooks'][_0x4ccc61(0x21f)](_0x236e10=>{const _0x251c3b=_0x4ccc61;!_0x236e10[_0x251c3b(0x145)]&&!_0x236e10[_0x251c3b(0x167)]&&(_0x236e10[_0x251c3b(0x145)]=_0x134f4a[_0x251c3b(0x18b)](uuidv4),_0x236e10[_0x251c3b(0x167)]=_0x236e10[_0x251c3b(0x145)],logger[_0x251c3b(0x157)](_0x251c3b(0x123)+_0x236e10[_0x251c3b(0x214)]+_0x251c3b(0xf7)+_0x236e10[_0x251c3b(0x145)]));}),this['mapTestHooks'](_0x402838['parent']);}[a71_0x5b50ba(0x108)](_0xa9747b){const _0xf84e9f=a71_0x5b50ba,_0x4b75a9={'MxeZD':function(_0x2dbfa6,_0x2f8ead){return _0x2dbfa6(_0x2f8ead);}};if(!_0xa9747b||!_0xa9747b[_0xf84e9f(0x1c1)])return[];const _0x3cca49=[];return _0xa9747b['parent']['hooks']&&Array['isArray'](_0xa9747b['parent'][_0xf84e9f(0x274)])&&_0xa9747b[_0xf84e9f(0x1c1)][_0xf84e9f(0x274)][_0xf84e9f(0x21f)](_0x3b6289=>{const _0x3212ee=_0xf84e9f,_0x246c7d=_0x3b6289[_0x3212ee(0x145)]||_0x3b6289[_0x3212ee(0x167)];_0x246c7d&&!this['isJestInternalHook'](_0x3b6289)&&!_0x4b75a9[_0x3212ee(0x25c)](isInternalHook,_0x3b6289['fn'])&&_0x3cca49[_0x3212ee(0x140)](_0x246c7d);}),[..._0x3cca49,...this[_0xf84e9f(0x108)](_0xa9747b[_0xf84e9f(0x1c1)])];}[a71_0x5b50ba(0x17b)](_0x5b8447){const _0x346731=a71_0x5b50ba,_0x2ed595={'Ugimk':function(_0x28338c,_0x2a52c8){return _0x28338c(_0x2a52c8);},'gKGVi':_0x346731(0x11c),'RLQWV':function(_0x530566,_0xdef265){return _0x530566(_0xdef265);},'tvePj':function(_0x1d7f57,_0x1174b){return _0x1d7f57(_0x1174b);}},_0x5c8c8e=new Map(),_0x3c0d6c=_0x2973dd=>{const _0x5c7801=_0x346731,_0x251c88={'NsoCe':function(_0x51a22f,_0x2edde9){const _0x5c1277=a71_0x124d;return _0x2ed595[_0x5c1277(0x14b)](_0x51a22f,_0x2edde9);},'cGNtg':_0x2ed595[_0x5c7801(0x1bf)]};if(!_0x2973dd||!_0x2973dd[_0x5c7801(0x1c1)])return;_0x2973dd[_0x5c7801(0x1c1)][_0x5c7801(0x274)]&&Array[_0x5c7801(0x19e)](_0x2973dd[_0x5c7801(0x1c1)]['hooks'])&&_0x2973dd['parent'][_0x5c7801(0x274)][_0x5c7801(0x21f)](_0x90b3ee=>{const _0x7fa1b6=_0x5c7801,_0x5a23f4=_0x90b3ee[_0x7fa1b6(0x145)]||_0x90b3ee[_0x7fa1b6(0x167)];if(_0x5a23f4&&!this['isJestInternalHook'](_0x90b3ee)&&!_0x251c88[_0x7fa1b6(0x107)](isInternalHook,_0x90b3ee['fn'])){const _0x787504={};_0x787504['type']=_0x90b3ee[_0x7fa1b6(0x214)]||_0x251c88['cGNtg'],_0x787504[_0x7fa1b6(0x1f7)]=_0x90b3ee[_0x7fa1b6(0x1f7)]||'\x22'+_0x90b3ee[_0x7fa1b6(0x214)]+_0x7fa1b6(0x178),_0x5c8c8e[_0x7fa1b6(0x216)](_0x5a23f4,_0x787504);}}),_0x2ed595[_0x5c7801(0x1cf)](_0x3c0d6c,_0x2973dd[_0x5c7801(0x1c1)]);};return _0x2ed595['tvePj'](_0x3c0d6c,_0x5b8447),_0x5c8c8e;}['isJestInternalHook'](_0x353ef0){const _0x3ca833=a71_0x5b50ba,_0x205f7a={};_0x205f7a[_0x3ca833(0x151)]=_0x3ca833(0x27a),_0x205f7a[_0x3ca833(0x209)]=_0x3ca833(0x169);const _0x1d00af=_0x205f7a;try{const _0x47f1e7=this[_0x3ca833(0x182)](_0x353ef0);return _0x47f1e7&&_0x47f1e7['includes'](_0x1d00af[_0x3ca833(0x151)]);}catch(_0x3c3ca1){logger[_0x3ca833(0x157)](_0x1d00af['tSqCD']);}return![];}[a71_0x5b50ba(0x182)](_0x2aee6d){const _0x5b0cee=a71_0x5b50ba;if(_0x2aee6d['asyncError'])try{const _0x1d64df=stackTrace[_0x5b0cee(0x240)](_0x2aee6d[_0x5b0cee(0x1b8)]);return _0x1d64df[0x0]?_0x1d64df[0x0][_0x5b0cee(0x16c)]():null;}catch(_0x3121dd){logger[_0x5b0cee(0x157)](_0x5b0cee(0x161)+util[_0x5b0cee(0x147)](_0x3121dd));}if(_0x2aee6d[_0x5b0cee(0x199)])return _0x2aee6d[_0x5b0cee(0x199)];return null;}}module[a71_0x5b50ba(0x1cd)]=JestTestFramework;
|
|
1
|
+
const a71_0x476389=a71_0x46ab;(function(_0x136333,_0x4234d2){const _0x190021=a71_0x46ab,_0x10fb23=_0x136333();while(!![]){try{const _0x5e4f51=parseInt(_0x190021(0x1a5))/0x1*(-parseInt(_0x190021(0x152))/0x2)+parseInt(_0x190021(0x226))/0x3+parseInt(_0x190021(0x209))/0x4+-parseInt(_0x190021(0xd9))/0x5+parseInt(_0x190021(0x1f8))/0x6+parseInt(_0x190021(0xf6))/0x7+parseInt(_0x190021(0x14d))/0x8*(-parseInt(_0x190021(0x1d4))/0x9);if(_0x5e4f51===_0x4234d2)break;else _0x10fb23['push'](_0x10fb23['shift']());}catch(_0x4c364d){_0x10fb23['push'](_0x10fb23['shift']());}}}(a71_0x6aa7,0x2df0a));const TestFramework=require(a71_0x476389(0x20f)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x476389(0x1b3)),TestFrameworkInstance=require(a71_0x476389(0x21c)),CLIUtils=require(a71_0x476389(0xfb)),TrackedInstance=require(a71_0x476389(0x1c6)),TestFrameworkConstants=require(a71_0x476389(0xe2)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x476389(0x14f)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x476389(0x195)),util=require(a71_0x476389(0x1c3)),TestInfo=require(a71_0x476389(0x205)),GrpcClient=require(a71_0x476389(0xec)),stackTrace=require(a71_0x476389(0x154));class JestTestFramework extends TestFramework{constructor(_0x36cd60,_0x2ec587,_0x4793f2){super(_0x36cd60,_0x2ec587,_0x4793f2),this['activeHooks']=new Map();}[a71_0x476389(0x145)](_0x532863,_0x2bec32,_0x538db2){const _0x3f4302=a71_0x476389,_0x181b15={};_0x181b15[_0x3f4302(0x21a)]=function(_0x4aec7c,_0x49cea4){return _0x4aec7c||_0x49cea4;};const _0x1e44ce=_0x181b15;if(_0x1e44ce['SJREx'](!_0x532863,!_0x2bec32)){logger[_0x3f4302(0x119)](_0x3f4302(0x247)+_0x532863+_0x3f4302(0x189)+_0x2bec32);return;}!this[_0x3f4302(0x1ee)][_0x3f4302(0x12e)](_0x532863)&&this[_0x3f4302(0x1ee)][_0x3f4302(0x12c)](_0x532863,[]);const _0x128f3e={'hookUUID':_0x2bec32,'hookType':_0x538db2,'startedAt':new Date()[_0x3f4302(0x1a7)]()};this[_0x3f4302(0x1ee)][_0x3f4302(0x185)](_0x532863)['push'](_0x128f3e),logger[_0x3f4302(0x128)](_0x3f4302(0xd2)+_0x532863+_0x3f4302(0x189)+_0x2bec32+_0x3f4302(0x1a6)+_0x538db2+_0x3f4302(0x173)+this[_0x3f4302(0x1ee)][_0x3f4302(0x185)](_0x532863)[_0x3f4302(0x16a)]);}[a71_0x476389(0x12a)](_0x2bc941,_0x1ddc66){const _0x1d28a0=a71_0x476389,_0x15981e={};_0x15981e[_0x1d28a0(0xe4)]=function(_0x10fd3b,_0x23f095){return _0x10fd3b||_0x23f095;},_0x15981e[_0x1d28a0(0x17f)]=function(_0x41c30a,_0x1e21d7){return _0x41c30a!==_0x1e21d7;},_0x15981e[_0x1d28a0(0x23f)]=function(_0xf529b3,_0xa4669d){return _0xf529b3===_0xa4669d;};const _0x121230=_0x15981e;if(_0x121230[_0x1d28a0(0xe4)](!_0x2bc941,!_0x1ddc66)){logger[_0x1d28a0(0x119)](_0x1d28a0(0x157)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66);return;}if(this['activeHooks']['has'](_0x2bc941)){const _0x7752c2=this['activeHooks'][_0x1d28a0(0x185)](_0x2bc941),_0x37102a=_0x7752c2[_0x1d28a0(0x1ce)](_0x533e74=>_0x533e74[_0x1d28a0(0x16f)]===_0x1ddc66);_0x121230[_0x1d28a0(0x17f)](_0x37102a,-0x1)?(_0x7752c2[_0x1d28a0(0x1c1)](_0x37102a,0x1),logger['debug'](_0x1d28a0(0xe1)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66+_0x1d28a0(0x245)+_0x7752c2[_0x1d28a0(0x16a)]),_0x121230[_0x1d28a0(0x23f)](_0x7752c2[_0x1d28a0(0x16a)],0x0)&&this[_0x1d28a0(0x1ee)]['delete'](_0x2bc941)):logger[_0x1d28a0(0x128)](_0x1d28a0(0xe8)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66);}}[a71_0x476389(0x206)](_0x2ec18a){const _0x278154=a71_0x476389,_0x3ddbe8={};_0x3ddbe8[_0x278154(0x175)]=function(_0xb35322,_0x4f6027){return _0xb35322>_0x4f6027;},_0x3ddbe8['pvViH']=function(_0xbb9988,_0x30584c){return _0xbb9988-_0x30584c;};const _0x62cb03=_0x3ddbe8;if(!_0x2ec18a)return null;if(this[_0x278154(0x1ee)][_0x278154(0x12e)](_0x2ec18a)){const _0x426586=this[_0x278154(0x1ee)]['get'](_0x2ec18a);if(_0x62cb03[_0x278154(0x175)](_0x426586[_0x278154(0x16a)],0x0)){const _0x22c113=_0x426586[_0x62cb03[_0x278154(0x19e)](_0x426586['length'],0x1)];return logger[_0x278154(0x128)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x2ec18a+_0x278154(0x189)+_0x22c113[_0x278154(0x16f)]+_0x278154(0x1a6)+_0x22c113[_0x278154(0x1fa)]),_0x22c113;}}return null;}async[a71_0x476389(0x131)](_0x23c625,_0x847555,_0x49a2f2={}){const _0x40d29a=a71_0x476389,_0x33dfe8={};_0x33dfe8[_0x40d29a(0xd0)]=_0x40d29a(0x232),_0x33dfe8['klqKy']=function(_0x58cf17,_0x193504){return _0x58cf17===_0x193504;},_0x33dfe8[_0x40d29a(0x225)]=function(_0x43f4ca,_0x4dced1){return _0x43f4ca||_0x4dced1;},_0x33dfe8[_0x40d29a(0x24e)]=_0x40d29a(0x100),_0x33dfe8['kXKUg']=function(_0x426dcc,_0x53398a){return _0x426dcc===_0x53398a;};const _0x255ff3=_0x33dfe8;logger[_0x40d29a(0x128)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x23c625+_0x40d29a(0x1a0)+_0x847555+_0x40d29a(0x1eb)+Object[_0x40d29a(0x11d)](_0x49a2f2)[_0x40d29a(0x24c)](',')),await super[_0x40d29a(0x131)](_0x23c625,_0x847555,_0x49a2f2);const _0x172367=this[_0x40d29a(0x1b5)](_0x23c625,_0x847555,_0x49a2f2);if(!_0x172367){logger[_0x40d29a(0x128)](_0x255ff3[_0x40d29a(0xd0)]);return;}try{let _0x1179e5,_0x1fc7af,_0x35ff3f;switch(_0x23c625){case TestFrameworkState[_0x40d29a(0x182)]:_0x1179e5=_0x49a2f2[_0x40d29a(0x170)];const _0x3fe556={};_0x3fe556[_0x40d29a(0x1a4)]=0x2,_0x3fe556[_0x40d29a(0x215)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x847555+',\x20testData='+util[_0x40d29a(0x1a9)](_0x1179e5,_0x3fe556)),_0x35ff3f=this['getJestTestIdentifier'](_0x1179e5),_0x1fc7af=null,logger[_0x40d29a(0x128)](_0x40d29a(0xfc)+_0x35ff3f+_0x40d29a(0x138));if(_0x255ff3[_0x40d29a(0x23a)](_0x847555,HookState[_0x40d29a(0xde)])){logger[_0x40d29a(0x128)](_0x40d29a(0x16c)+_0x35ff3f);const _0x2152ce={};_0x2152ce['testUUID']=_0x1fc7af,_0x2152ce[_0x40d29a(0x1cf)]=_0x1179e5,_0x2152ce[_0x40d29a(0x176)]=_0x35ff3f;const _0x47a279=this[_0x40d29a(0x123)](_0x2152ce),_0x5d71ba={};_0x5d71ba['depth']=0x2,_0x5d71ba[_0x40d29a(0x215)]=0x3,logger[_0x40d29a(0x128)](_0x40d29a(0x105)+util[_0x40d29a(0x1a9)](_0x47a279,_0x5d71ba)),_0x172367['addMultipleEntries'](_0x47a279),logger[_0x40d29a(0x128)](_0x40d29a(0xcd)+_0x35ff3f),await this['processPendingHooks'](_0x172367,_0x35ff3f);}else{if(_0x255ff3['klqKy'](_0x847555,HookState['POST'])){logger[_0x40d29a(0x128)](_0x40d29a(0x1de)+_0x35ff3f);const _0x3e6c1d=_0x172367[_0x40d29a(0x196)]()[_0x40d29a(0x185)](_0x35ff3f);logger[_0x40d29a(0x128)](_0x40d29a(0x1b0)+util[_0x40d29a(0x1a9)](Object[_0x40d29a(0x11d)](_0x255ff3['eRYYA'](_0x3e6c1d,{}))));_0x3e6c1d&&_0x3e6c1d[TestFrameworkConstants[_0x40d29a(0x104)]]?logger[_0x40d29a(0x128)](_0x40d29a(0xeb)+Object['keys'](_0x3e6c1d[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x40d29a(0x111)):logger[_0x40d29a(0x128)](_0x255ff3[_0x40d29a(0x24e)]);const _0x2376b9=_0x49a2f2[_0x40d29a(0x147)]||null,_0x309259={};_0x309259[_0x40d29a(0x16b)]=_0x1fc7af,_0x309259[_0x40d29a(0x1cf)]=_0x1179e5,_0x309259[_0x40d29a(0x176)]=_0x35ff3f,_0x309259[_0x40d29a(0x147)]=_0x2376b9;const _0x261c48=this[_0x40d29a(0x1ab)](_0x309259),_0x260192={};_0x260192['depth']=0x2,_0x260192[_0x40d29a(0x215)]=0x3,logger[_0x40d29a(0x128)](_0x40d29a(0x172)+util[_0x40d29a(0x1a9)](_0x261c48,_0x260192)),_0x172367[_0x40d29a(0xda)](_0x261c48),logger[_0x40d29a(0x128)](_0x40d29a(0xe7)+_0x35ff3f),await this[_0x40d29a(0x1e0)](_0x172367,_0x35ff3f);}}break;case TestFrameworkState[_0x40d29a(0x146)]:if(_0x255ff3['kXKUg'](_0x847555,HookState[_0x40d29a(0x113)])){const _0x2a682a={};_0x2a682a[_0x40d29a(0x1a4)]=0x2,logger['debug'](_0x40d29a(0x106)+util[_0x40d29a(0x1a9)](_0x49a2f2,_0x2a682a)),await this[_0x40d29a(0xc9)](_0x172367,_0x23c625,_0x49a2f2);}break;default:if(CLIUtils[_0x40d29a(0x12b)](_0x23c625[_0x40d29a(0x1c9)]()['split']('.')[0x1])){const _0x426da5={};_0x426da5[_0x40d29a(0x1a4)]=0x2,_0x426da5[_0x40d29a(0x215)]=0x3,logger['debug'](_0x40d29a(0xef)+_0x23c625+',\x20hookState='+_0x847555+_0x40d29a(0x1e2)+util[_0x40d29a(0x1a9)](_0x49a2f2['hookData'],_0x426da5));const _0x651bdc=await this[_0x40d29a(0x1e7)](_0x172367,_0x23c625,_0x847555,_0x49a2f2),_0x41478f={};_0x41478f[_0x40d29a(0x1a4)]=0x2,_0x41478f[_0x40d29a(0x215)]=0x3,logger['debug'](_0x40d29a(0xd6)+util[_0x40d29a(0x1a9)](_0x651bdc,_0x41478f)),_0x172367[_0x40d29a(0xda)](_0x651bdc);}else logger['debug'](_0x40d29a(0x22f)+_0x23c625+_0x40d29a(0xd7)+_0x847555);break;}logger['debug'](_0x40d29a(0x10d)+_0x23c625+_0x40d29a(0x1a0)+_0x847555);}catch(_0xa66e54){logger[_0x40d29a(0xc4)](_0x40d29a(0x1e1)+_0x23c625+_0x40d29a(0x1a0)+_0x847555+_0x40d29a(0x231)+util['format'](_0xa66e54));}_0x49a2f2[_0x40d29a(0x14c)]=_0x172367,await this['runHooks'](_0x172367,_0x23c625,_0x847555,_0x49a2f2);}[a71_0x476389(0xd1)](_0x2451db){const _0x1f785f=a71_0x476389,_0x392e06={};_0x392e06[_0x1f785f(0x11a)]=_0x1f785f(0x114);const _0x5415e3=_0x392e06;if(_0x2451db&&(_0x2451db['id']||_0x2451db[_0x1f785f(0x195)])){const _0x3bff18=_0x2451db['id']||_0x2451db[_0x1f785f(0x195)];return logger[_0x1f785f(0x128)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x3bff18+_0x1f785f(0x18b)),_0x3bff18;}return logger[_0x1f785f(0x128)](_0x5415e3[_0x1f785f(0x11a)]),process[_0x1f785f(0x200)]+_0x1f785f(0xfa);}[a71_0x476389(0x1b5)](_0x5a9ce8,_0x15d744,_0x15edf5={}){const _0x5e8a3c=a71_0x476389;let _0x2342ea=null;return _0x2342ea=TestFramework[_0x5e8a3c(0x134)](),!_0x2342ea?(logger['debug'](_0x5e8a3c(0x1f9)+_0x5a9ce8),this[_0x5e8a3c(0x118)](_0x5a9ce8,_0x15edf5),_0x2342ea=TestFramework[_0x5e8a3c(0x134)](),logger['debug'](_0x5e8a3c(0xc5)+!!_0x2342ea+',\x20contextId='+_0x2342ea?.['getContext']()?.['getId']())):logger['debug'](_0x5e8a3c(0x18e)+_0x2342ea[_0x5e8a3c(0x22b)]()?.['getId']()),_0x2342ea;}[a71_0x476389(0x118)](_0x4abd38,_0x2c25eb){const _0x2e2fc7=a71_0x476389,_0x4c6cb0={};_0x4c6cb0[_0x2e2fc7(0x16e)]=_0x2e2fc7(0x1d3);const _0x1c18b0=_0x4c6cb0;if(TestFramework[_0x2e2fc7(0x134)]()){logger[_0x2e2fc7(0x128)](_0x1c18b0[_0x2e2fc7(0x16e)]);return;}const _0xeb9ce6=CLIUtils[_0x2e2fc7(0x230)](),_0xaf6bb0=TrackedInstance[_0x2e2fc7(0x1f3)](_0xeb9ce6);let _0xb3ae4d=null;logger[_0x2e2fc7(0x128)](_0x2e2fc7(0x15b)+_0xeb9ce6+_0x2e2fc7(0x214)+_0x4abd38),_0xb3ae4d=new TestFrameworkInstance(_0xaf6bb0,this[_0x2e2fc7(0x1b1)](),this[_0x2e2fc7(0x194)](),_0x4abd38,HookState[_0x2e2fc7(0x234)]),TestFramework[_0x2e2fc7(0xff)](_0xaf6bb0,_0xb3ae4d),logger[_0x2e2fc7(0x128)](_0x2e2fc7(0x23c)+_0xaf6bb0[_0x2e2fc7(0x13e)]()+_0x2e2fc7(0x20c)+_0xeb9ce6+_0x2e2fc7(0x241)+this['getTestFrameworks']()[0x0]+',\x20version='+this[_0x2e2fc7(0x194)]()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x2e5b65){const _0x34c102=a71_0x476389,_0x1029ae={};_0x1029ae['bewqK']=function(_0x362544,_0x1b8542){return _0x362544||_0x1b8542;},_0x1029ae['GALSC']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x1fd6fa=_0x1029ae,{testUUID:_0x5db7d7,testData:_0x34130b,testId:_0x3cede3}=_0x2e5b65;if(_0x1fd6fa['bewqK'](!_0x34130b,!_0x3cede3))return logger['debug'](_0x1fd6fa[_0x34c102(0x139)]),{};const _0x1fe43a=this['getTestFrameworks']()[0x0],_0x305c3c=this[_0x34c102(0x194)](),_0x39ed87={};_0x39ed87['depth']=0x2,_0x39ed87[_0x34c102(0x215)]=0x3,logger[_0x34c102(0x128)](_0x34c102(0x1b6)+util[_0x34c102(0x1a9)](_0x34130b,_0x39ed87));const _0x397bb5=_0x34130b?.[_0x34c102(0xfd)]||[],_0x467b5e=this[_0x34c102(0x24b)](_0x34130b),_0x457eb8=this[_0x34c102(0x156)](_0x34130b),_0x227364=_0x34130b['fn']?_0x34130b['fn']['toString']():null,_0x2d0661=this[_0x34c102(0x193)](_0x34130b),_0xde7683={[TestFrameworkConstants[_0x34c102(0x184)]]:_0x1fe43a,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x305c3c[_0x1fe43a],[TestFrameworkConstants[_0x34c102(0x1c5)]]:[],[TestFrameworkConstants[_0x34c102(0x190)]]:{},[TestFrameworkConstants[_0x34c102(0x1b4)]]:{},[TestFrameworkConstants[_0x34c102(0x1e5)]]:TestFrameworkConstants[_0x34c102(0x203)],[TestFrameworkConstants[_0x34c102(0x19f)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x18d)]]:_0x457eb8,[TestFrameworkConstants[_0x34c102(0x1b9)]]:_0x3cede3,[TestFrameworkConstants[_0x34c102(0x137)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x198)]]:_0x457eb8,[TestFrameworkConstants[_0x34c102(0x1f0)]]:_0x227364,[TestFrameworkConstants[_0x34c102(0x238)]]:_0x2d0661,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x34130b[_0x34c102(0x127)]||new Date()[_0x34c102(0x1a7)](),[TestFrameworkConstants[_0x34c102(0x1b7)]]:_0x397bb5[0x0]||'',[TestFrameworkConstants[_0x34c102(0x155)]]:_0x397bb5,[TestFrameworkConstants[_0x34c102(0x1cb)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x1fc)]]:{},[TestFrameworkConstants[_0x34c102(0x22e)]]:{}};_0x34130b[_0x34c102(0x141)]&&(_0xde7683[TestFrameworkConstants[_0x34c102(0x1ec)]]=_0x34130b[_0x34c102(0x141)]);logger[_0x34c102(0x128)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x467b5e+',\x20testId='+_0x3cede3+_0x34c102(0x1ad)+JSON[_0x34c102(0x120)](_0x2d0661)+_0x34c102(0xea)+util[_0x34c102(0x1a9)](_0x397bb5)+_0x34c102(0x1c0)+_0x457eb8);const _0x49ea09={};return _0x49ea09[_0x3cede3]=_0xde7683,_0x49ea09;}[a71_0x476389(0x1ab)](_0x24265f){const _0x87ab58=a71_0x476389,_0x25e278={'lSleH':function(_0x403684,_0x10e024){return _0x403684===_0x10e024;},'esDvB':_0x87ab58(0x179),'jGkJx':function(_0x8e9b35,_0x48a4e2){return _0x8e9b35===_0x48a4e2;},'sBLwL':_0x87ab58(0x1aa),'fJJKN':_0x87ab58(0x1f6),'YlKEJ':'_ALL','UgXmW':function(_0xfa21f5,_0xd95a68){return _0xfa21f5||_0xd95a68;},'PyEgu':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','IOKiK':_0x87ab58(0x197),'suXGg':function(_0x45b875,_0x24cfd5){return _0x45b875>_0x24cfd5;},'RrjZO':'failed','ZQVol':function(_0x52070c,_0x5f32a8){return _0x52070c===_0x5f32a8;},'FtIwD':_0x87ab58(0x17e),'GnkLD':function(_0xcda519,_0x2b2aec){return _0xcda519===_0x2b2aec;},'ujrQc':_0x87ab58(0x1a3),'yLbSp':_0x87ab58(0x102),'qpAdi':function(_0x5816ce,_0x4c76f5){return _0x5816ce!==_0x4c76f5;},'PrAID':function(_0x908843,_0xd6d7a6,_0x1ae5ac,_0x4217de){return _0x908843(_0xd6d7a6,_0x1ae5ac,_0x4217de);},'jcgRq':function(_0x1c0765,_0x310590){return _0x1c0765>_0x310590;},'jvlVl':_0x87ab58(0x1d7)},{testUUID:_0x398f50,testData:_0x1d7ec4,testId:_0x15d010}=_0x24265f;if(_0x25e278[_0x87ab58(0x1c8)](!_0x1d7ec4,!_0x15d010))return logger['debug'](_0x25e278[_0x87ab58(0x1bf)]),{};const _0x1311d8=this[_0x87ab58(0x1b5)](TestFrameworkState[_0x87ab58(0x182)],HookState[_0x87ab58(0x113)]),_0x273513=_0x1311d8[_0x87ab58(0x196)]()['get'](_0x15d010),_0x3603af=_0x25e278[_0x87ab58(0x1c8)](_0x273513,{}),_0x42f66=_0x3603af?_0x3603af[TestFrameworkConstants[_0x87ab58(0x1fc)]]||{}:{},_0x54eaba=_0x3603af[TestFrameworkConstants[_0x87ab58(0x104)]];logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x54eaba?Object[_0x87ab58(0x11d)](_0x54eaba)[_0x87ab58(0x16a)]:0x0)+_0x87ab58(0x223));let _0x4cc9a9=_0x25e278['IOKiK'];if(_0x1d7ec4['result'])_0x4cc9a9=_0x1d7ec4[_0x87ab58(0x18c)];else{if(_0x1d7ec4[_0x87ab58(0x11c)]&&_0x25e278['suXGg'](_0x1d7ec4[_0x87ab58(0x11c)][_0x87ab58(0x16a)],0x0))_0x4cc9a9=_0x25e278[_0x87ab58(0x1a8)];else _0x25e278[_0x87ab58(0x221)](_0x1d7ec4['status'],_0x25e278[_0x87ab58(0xf5)])||_0x25e278[_0x87ab58(0x246)](_0x1d7ec4[_0x87ab58(0xc7)],_0x25e278[_0x87ab58(0x1e6)])?_0x4cc9a9=_0x25e278[_0x87ab58(0x1e6)]:_0x4cc9a9=_0x25e278['yLbSp'];}const _0x4c4a74={..._0x3603af,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4cc9a9,[TestFrameworkConstants[_0x87ab58(0x116)]]:_0x1d7ec4[_0x87ab58(0x148)]||new Date()[_0x87ab58(0x1a7)](),[TestFrameworkConstants[_0x87ab58(0x1bc)]]:new Date()[_0x87ab58(0x1a7)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42f66,[TestFrameworkConstants[_0x87ab58(0xdd)]]:[],[TestFrameworkConstants[_0x87ab58(0x22e)]]:{}};if(_0x25e278[_0x87ab58(0x1ed)](_0x4cc9a9,_0x25e278[_0x87ab58(0x1a8)])&&_0x1d7ec4[_0x87ab58(0x11c)]){const _0x1f8a08=this['getJestFailureReason'](_0x1d7ec4),_0x34779e=this[_0x87ab58(0xc2)](_0x1d7ec4),_0x3337f6=this[_0x87ab58(0x199)](_0x1d7ec4);_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x202)]]=_0x34779e,_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xf0)]]=_0x1f8a08,_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x13d)]]=_0x3337f6;}_0x25e278[_0x87ab58(0x136)](_0x1d7ec4[_0x87ab58(0x240)],undefined)&&(_0x4c4a74[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x1d7ec4[_0x87ab58(0x240)]);_0x1d7ec4[_0x87ab58(0x141)]&&(_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x1ec)]]=_0x1d7ec4[_0x87ab58(0x141)]);const _0x148ede=_0x273513?_0x273513[TestFrameworkConstants[_0x87ab58(0x104)]]||{}:{},_0x57d911=_0x273513?_0x273513[TestFrameworkConstants[_0x87ab58(0x109)]]:_0x398f50,_0x35b00d=_0x25e278[_0x87ab58(0x21f)](getManualUploadLogs,_0x148ede,_0x57d911,_0x15d010);if(_0x25e278[_0x87ab58(0xf7)](_0x35b00d[_0x87ab58(0x16a)],0x0)){const _0x70c54b=_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xdd)]]||[];_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xdd)]]=[..._0x70c54b,..._0x35b00d];}const _0x4f7837=_0x3603af[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x3bf0be=_0x3603af[TestFrameworkConstants[_0x87ab58(0x1b4)]]||{},_0xf5a06a={..._0x4f7837},_0x25c265=_0xf5a06a;Object[_0x87ab58(0x11d)](_0x3bf0be)[_0x87ab58(0x11e)](_0x2b3b00=>{const _0x5e2a1e=_0x87ab58;!_0x25c265[_0x2b3b00]&&(_0x25c265[_0x2b3b00]=[]);const _0x1d4993=new Set((_0x25c265[_0x2b3b00]||[])['map'](_0x5c99e4=>_0x5c99e4[TestFrameworkConstants[_0x5e2a1e(0x1b8)]]||_0x5c99e4[_0x5e2a1e(0x21e)]));(_0x3bf0be[_0x2b3b00]||[])[_0x5e2a1e(0x11e)](_0x50c392=>{const _0x380873=_0x5e2a1e,_0x2af1d5=_0x50c392[TestFrameworkConstants[_0x380873(0x1b8)]]||_0x50c392[_0x380873(0x21e)];if(!_0x1d4993['has'](_0x2af1d5)){const _0x1d6f23={..._0x50c392},_0x6cb3da=_0x1d6f23;!_0x6cb3da[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x6cb3da[_0x380873(0x24d)]&&(_0x6cb3da[TestFrameworkConstants[_0x380873(0x233)]]=new Date()[_0x380873(0x1a7)]()),!_0x6cb3da[TestFrameworkConstants[_0x380873(0x125)]]&&!_0x6cb3da['hook_result']&&(_0x6cb3da[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x25c265[_0x2b3b00][_0x380873(0x144)](_0x6cb3da);}});});if(_0x24265f[_0x87ab58(0x147)]){this[_0x87ab58(0x10a)](_0x24265f[_0x87ab58(0x147)]);const _0x87699b=this[_0x87ab58(0x1dd)](_0x24265f[_0x87ab58(0x147)]),_0x3f77d9=this[_0x87ab58(0x169)](_0x24265f[_0x87ab58(0x147)]);_0x3f77d9[_0x87ab58(0x11e)](_0x3c7a40=>{const _0x329d66=_0x87ab58,_0x3fbff6=_0x87699b[_0x329d66(0x185)](_0x3c7a40);if(_0x3fbff6&&(_0x25e278[_0x329d66(0xf8)](_0x3fbff6[_0x329d66(0x107)],_0x25e278['esDvB'])||_0x25e278[_0x329d66(0x1ed)](_0x3fbff6[_0x329d66(0x107)],_0x25e278[_0x329d66(0x177)]))){const _0x113f55=_0x3fbff6[_0x329d66(0x107)][_0x329d66(0x10f)]()[_0x329d66(0x23e)](_0x25e278[_0x329d66(0xf9)],_0x25e278[_0x329d66(0xcb)]),_0x212d9f=_0x113f55;!_0x25c265[_0x212d9f]&&(_0x25c265[_0x212d9f]=[]);const _0x2925a1=_0x25c265[_0x212d9f][_0x329d66(0x1b2)](_0x424c5f=>(_0x424c5f[TestFrameworkConstants[_0x329d66(0x1b8)]]||_0x424c5f[_0x329d66(0x21e)])===_0x3c7a40);!_0x2925a1&&_0x25c265[_0x212d9f][_0x329d66(0x144)]({'key':_0x212d9f,[TestFrameworkConstants[_0x329d66(0x1b8)]]:_0x3c7a40,[TestFrameworkConstants[_0x329d66(0x125)]]:TestFrameworkConstants[_0x329d66(0x1bd)],[TestFrameworkConstants[_0x329d66(0x174)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x329d66(0x233)]]:new Date()[_0x329d66(0x1a7)](),[TestFrameworkConstants[_0x329d66(0x1ff)]]:[],[TestFrameworkConstants[_0x329d66(0x21b)]]:_0x3fbff6[_0x329d66(0x130)]||_0x3fbff6[_0x329d66(0x107)]+_0x329d66(0x14e),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42f66});}});}if(_0x1d7ec4[_0x87ab58(0x244)]&&_0x25e278[_0x87ab58(0xf7)](_0x1d7ec4['hooks'][_0x87ab58(0x16a)],0x0))_0x4c4a74[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1d7ec4['hooks'],logger[_0x87ab58(0x128)](_0x25e278[_0x87ab58(0x101)]);else _0x25e278[_0x87ab58(0xf7)](Object[_0x87ab58(0x11d)](_0x25c265)[_0x87ab58(0x16a)],0x0)&&(_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x190)]]=_0x25c265,logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x25c265)[_0x87ab58(0x24c)](',')));const _0x5090d6=this['getJestTestName'](_0x1d7ec4);logger[_0x87ab58(0x128)](_0x87ab58(0x149)+_0x5090d6+_0x87ab58(0x1d5)+_0x15d010+_0x87ab58(0x162)+_0x4cc9a9+_0x87ab58(0x117)+_0x1d7ec4['duration']);_0x25e278[_0x87ab58(0xf8)](_0x4cc9a9,_0x25e278[_0x87ab58(0x1a8)])&&logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x15d010+_0x87ab58(0x19b)+_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x202)]]+',\x20failureReason='+_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xf0)]]?.[_0x87ab58(0x1ca)](0x0,0xc8));const _0x4fd454={};return _0x4fd454[_0x15d010]=_0x4c4a74,_0x4fd454;}[a71_0x476389(0x1c4)](_0x497921){const _0x3010ec=a71_0x476389,_0x461a8f={};_0x461a8f[_0x3010ec(0x135)]=function(_0x5ab271,_0x23bdb9){return _0x5ab271!==_0x23bdb9;},_0x461a8f[_0x3010ec(0x13a)]=_0x3010ec(0x1df);const _0x220781=_0x461a8f,_0x2a27c6={};_0x2a27c6[_0x3010ec(0x1a4)]=0x2,_0x2a27c6[_0x3010ec(0x215)]=0x3,logger[_0x3010ec(0x128)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x3010ec(0x1a9)](_0x497921,_0x2a27c6));const _0x7dac31=[];if(_0x497921&&_0x497921[_0x3010ec(0x239)]){let _0x399de7=_0x497921[_0x3010ec(0x239)];while(_0x399de7&&_0x399de7[_0x3010ec(0x130)]&&_0x220781[_0x3010ec(0x135)](_0x399de7['name'],'')&&_0x220781[_0x3010ec(0x135)](_0x399de7[_0x3010ec(0x130)],_0x220781[_0x3010ec(0x13a)])){_0x7dac31[_0x3010ec(0x144)](_0x399de7[_0x3010ec(0x130)]),_0x399de7=_0x399de7['parent'];}}return _0x7dac31[_0x3010ec(0x1e4)]();}[a71_0x476389(0x24b)](_0x4cec84){const _0x3319ba=a71_0x476389,_0x124fcb={};_0x124fcb[_0x3319ba(0x164)]=_0x3319ba(0x201);const _0x4f0b58=_0x124fcb;if(_0x4cec84[_0x3319ba(0x130)])return _0x4cec84[_0x3319ba(0x130)];if(_0x4cec84[_0x3319ba(0x12f)])return _0x4cec84['title'];return _0x4f0b58[_0x3319ba(0x164)];}[a71_0x476389(0x193)](_0x12ddfe){const _0x599f2a=a71_0x476389,_0x70812c=[];if(_0x12ddfe[_0x599f2a(0x1d6)]&&Array[_0x599f2a(0x10e)](_0x12ddfe[_0x599f2a(0x1d6)]))return _0x12ddfe[_0x599f2a(0x1d6)]['map'](_0x4b310e=>_0x4b310e[_0x599f2a(0x1cd)]('@')?_0x4b310e['substr'](0x1):_0x4b310e);const _0x249135=this[_0x599f2a(0x24b)](_0x12ddfe),_0x26570d=_0x249135[_0x599f2a(0x1fb)](/@(\w+)/g);if(_0x26570d)return _0x26570d[_0x599f2a(0x1ac)](_0x14081d=>_0x14081d['slice'](0x1));return _0x12ddfe[_0x599f2a(0xfd)]&&Array[_0x599f2a(0x10e)](_0x12ddfe['scopes'])&&_0x12ddfe[_0x599f2a(0xfd)][_0x599f2a(0x11e)](_0x265390=>{const _0x452ee7=_0x599f2a,_0x3a9031=_0x265390[_0x452ee7(0x1fb)](/@(\w+)/g);_0x3a9031&&_0x3a9031[_0x452ee7(0x11e)](_0x5ddc8a=>{const _0x37d894=_0x452ee7,_0x367a13=_0x5ddc8a['slice'](0x1);!_0x70812c['includes'](_0x367a13)&&_0x70812c[_0x37d894(0x144)](_0x367a13);});}),_0x70812c;}[a71_0x476389(0x156)](_0x598364){const _0x5b230d=a71_0x476389,_0x100fec={'vLWKI':function(_0x5b4a55,_0x14d72e){return _0x5b4a55(_0x14d72e);},'uAUHK':_0x5b230d(0x154)};if(_0x598364['file_name'])return _0x598364[_0x5b230d(0x140)];if(_0x598364[_0x5b230d(0x187)]){const _0x516abe=_0x100fec['vLWKI'](require,_0x100fec[_0x5b230d(0x112)]);try{const _0x404ab5=_0x516abe['parse'](_0x598364['asyncError']);if(_0x404ab5[0x0]&&_0x404ab5[0x0][_0x5b230d(0xf4)])return _0x404ab5[0x0][_0x5b230d(0xf4)]();}catch(_0x34abf7){logger[_0x5b230d(0x128)](_0x5b230d(0xe9)+util[_0x5b230d(0x15d)](_0x34abf7));}}return null;}[a71_0x476389(0xdb)](_0x7626ab){const _0x21c8a4=a71_0x476389,_0x357ac4={};_0x357ac4[_0x21c8a4(0x132)]=function(_0x4a12a2,_0x2e565c){return _0x4a12a2>_0x2e565c;},_0x357ac4['jxfUq']=_0x21c8a4(0x13f);const _0x5bef1e=_0x357ac4;if(_0x7626ab['errorsDetailed']&&_0x5bef1e[_0x21c8a4(0x132)](_0x7626ab['errorsDetailed']['length'],0x0))return util[_0x21c8a4(0x1a9)](_0x7626ab[_0x21c8a4(0x11c)][0x0]);if(_0x7626ab[_0x21c8a4(0xe6)])return _0x7626ab[_0x21c8a4(0xe6)];return _0x5bef1e['jxfUq'];}[a71_0x476389(0xc2)](_0x432064){const _0x30ce9e=a71_0x476389,_0x3e25c1={};_0x3e25c1['BmwcI']=_0x30ce9e(0x218),_0x3e25c1[_0x30ce9e(0x243)]=_0x30ce9e(0x150),_0x3e25c1[_0x30ce9e(0x248)]=_0x30ce9e(0xfe);const _0x3f3673=_0x3e25c1,_0x1210bd=this['getJestFailureReason'](_0x432064);if(_0x1210bd&&_0x1210bd[_0x30ce9e(0x161)](_0x3f3673['BmwcI']))return _0x3f3673[_0x30ce9e(0x243)];return _0x3f3673[_0x30ce9e(0x248)];}[a71_0x476389(0x199)](_0x2ed407){const _0x3a6dab=a71_0x476389,_0x3c6949={'ITVBA':function(_0x1549a2,_0xb3f2c2){return _0x1549a2(_0xb3f2c2);},'sKLjV':'../../../helpers/test-observability/utils','IUVyq':function(_0x133df3,_0x30cdb6){return _0x133df3!==_0x30cdb6;},'HuJXE':_0x3a6dab(0x170)},{failureData:_0x3ff9c4}=_0x3c6949['ITVBA'](require,_0x3c6949[_0x3a6dab(0x142)]),_0x4cb2bc=[];return _0x3c6949[_0x3a6dab(0x110)](_0x2ed407[_0x3a6dab(0x11c)],undefined)&&_0x4cb2bc[_0x3a6dab(0x144)](_0x2ed407[_0x3a6dab(0x11c)],_0x3c6949['HuJXE']),_0x3ff9c4[_0x3a6dab(0x13c)](null,_0x4cb2bc);}async[a71_0x476389(0x1e7)](_0x249612,_0x188982,_0x2242b4,_0x55f273){const _0x42e9ea=a71_0x476389,_0x2ad2b5={'dYDnU':_0x42e9ea(0x167),'qiHvV':function(_0xc52e4){return _0xc52e4();},'MRnfu':function(_0x246f81,_0xeab49c){return _0x246f81 in _0xeab49c;},'StHIP':function(_0xc73147,_0x4f45f6){return _0xc73147===_0x4f45f6;},'dExUw':function(_0x1e9b7a,_0x3e2a2c){return _0x1e9b7a===_0x3e2a2c;},'jGFTZ':function(_0x36e466,_0x1433d9){return _0x36e466>_0x1433d9;},'Rqrzi':'failed','PogaW':_0x42e9ea(0x102),'xzlzg':function(_0x18cf58,_0xfa6fa2){return _0x18cf58>_0xfa6fa2;},'drRpy':function(_0x4d0187,_0x25e855){return _0x4d0187!==_0x25e855;}},{hookData:_0x3cdaa0}=_0x55f273,_0x5120f6=_0x2242b4[_0x42e9ea(0x1c9)](),_0x382eee=_0x188982[_0x42e9ea(0x1c9)](),_0x53e1cd={};_0x53e1cd[_0x42e9ea(0x1a4)]=0x2,_0x53e1cd[_0x42e9ea(0x215)]=0x3,logger[_0x42e9ea(0x128)](_0x42e9ea(0x24a)+_0x382eee+',\x20hookState='+_0x5120f6+_0x42e9ea(0x1e2)+util['inspect'](_0x3cdaa0,_0x53e1cd));if(!_0x3cdaa0)return logger[_0x42e9ea(0x128)](_0x2ad2b5[_0x42e9ea(0xcc)]),{};const _0x4ba774=_0x3cdaa0[_0x42e9ea(0x195)]||_0x3cdaa0[_0x42e9ea(0x1ef)]||_0x2ad2b5[_0x42e9ea(0x211)](uuidv4),_0x4713e5=_0x3cdaa0[_0x42e9ea(0x208)]||this[_0x42e9ea(0xd1)](_0x3cdaa0),_0x21d180=_0x188982[_0x42e9ea(0x1c9)]()[_0x42e9ea(0x15a)]('.')[0x1],_0x4741d7=_0x249612['getAllData']()['get'](_0x4713e5),_0x577c1f=_0x4741d7?_0x4741d7[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x42e9ea(0x191)+_0x4ba774+_0x42e9ea(0x1d5)+_0x4713e5+_0x42e9ea(0x213)+_0x21d180+',\x20hookState='+_0x5120f6);if(!_0x4741d7)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x4713e5+',\x20storing\x20as\x20pending\x20hook'),this[_0x42e9ea(0x15f)](_0x249612,_0x4713e5,_0x188982,_0x2242b4,_0x55f273),{};let _0x3320c8=_0x4741d7[TestFrameworkConstants[_0x42e9ea(0x1b4)]];!_0x3320c8&&(_0x3320c8={});!_0x2ad2b5['MRnfu'](_0x21d180,_0x3320c8)&&(_0x3320c8[_0x21d180]=[]);let _0x30f9d7=_0x4741d7[TestFrameworkConstants[_0x42e9ea(0x190)]];!_0x30f9d7&&(_0x30f9d7={});!_0x2ad2b5[_0x42e9ea(0x1dc)](_0x21d180,_0x30f9d7)&&(_0x30f9d7[_0x21d180]=[]);const _0x51d188={[TestFrameworkConstants[_0x42e9ea(0x1b4)]]:_0x3320c8,[TestFrameworkConstants[_0x42e9ea(0x190)]]:_0x30f9d7},_0x4b008e={};_0x4b008e[_0x4713e5]=_0x51d188;const _0x3b81bd=_0x4b008e;if(_0x2ad2b5['StHIP'](_0x2242b4,HookState[_0x42e9ea(0xde)])){const _0x55f59c={'key':_0x21d180,[TestFrameworkConstants[_0x42e9ea(0x1b8)]]:_0x4ba774,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x42e9ea(0x174)]]:_0x3cdaa0[_0x42e9ea(0x127)]||new Date()[_0x42e9ea(0x1a7)](),[TestFrameworkConstants[_0x42e9ea(0x1ff)]]:[],[TestFrameworkConstants[_0x42e9ea(0x21b)]]:_0x3cdaa0[_0x42e9ea(0x130)]||_0x3cdaa0[_0x42e9ea(0x216)]||_0x21d180,[TestFrameworkConstants[_0x42e9ea(0x1fc)]]:_0x577c1f};_0x3320c8[_0x21d180][_0x42e9ea(0x144)](_0x55f59c),_0x3b81bd[_0x4713e5][TestFrameworkConstants[_0x42e9ea(0x1c7)]]=_0x21d180;const _0x13b132={};_0x13b132[_0x42e9ea(0x1a4)]=0x2,logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x21d180+_0x42e9ea(0x1e8)+_0x4ba774+_0x42e9ea(0x1d5)+_0x4713e5+_0x42e9ea(0x19d)+util['inspect'](_0x55f59c,_0x13b132));}else{if(_0x2ad2b5['dExUw'](_0x2242b4,HookState['POST'])){const _0x55706f=_0x3cdaa0[_0x42e9ea(0x18c)]||(_0x3cdaa0[_0x42e9ea(0x11c)]&&_0x2ad2b5[_0x42e9ea(0x14b)](_0x3cdaa0[_0x42e9ea(0x11c)][_0x42e9ea(0x16a)],0x0)?_0x2ad2b5['Rqrzi']:_0x2ad2b5['PogaW']),_0x36ec48=_0x3320c8[_0x21d180]||[];logger[_0x42e9ea(0x128)](_0x42e9ea(0x224)+_0x21d180+_0x42e9ea(0x1d5)+_0x4713e5+',\x20result='+_0x55706f+_0x42e9ea(0x210)+_0x36ec48[_0x42e9ea(0x16a)]);if(_0x2ad2b5[_0x42e9ea(0x17b)](_0x36ec48[_0x42e9ea(0x16a)],0x0)){const _0x1d6c15=_0x36ec48['pop']();_0x2ad2b5[_0x42e9ea(0x124)](_0x55706f,_0x2ad2b5['Rqrzi'])&&_0x3cdaa0[_0x42e9ea(0x11c)]?(_0x1d6c15[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x3cdaa0),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0xce)]]=this[_0x42e9ea(0xdb)](_0x3cdaa0),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x129)]]=this['getJestFailureData'](_0x3cdaa0),logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x21d180+_0x42e9ea(0x19b)+_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x16d)]]+_0x42e9ea(0x11f)+_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0xce)]]?.['substring'](0x0,0xc8))):_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x125)]]=_0x2ad2b5[_0x42e9ea(0x15e)];_0x2ad2b5['drRpy'](_0x55706f,TestFrameworkConstants[_0x42e9ea(0x1bd)])&&(_0x1d6c15[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x55706f);_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x233)]]=_0x3cdaa0[_0x42e9ea(0x148)]||new Date()[_0x42e9ea(0x1a7)](),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x1fc)]]=_0x577c1f;const _0x43b303=_0x1d6c15[TestFrameworkConstants['KEY_HOOK_ID']];!_0x30f9d7[_0x21d180]&&(_0x30f9d7[_0x21d180]=[]);_0x30f9d7[_0x21d180]['push'](_0x1d6c15),_0x3b81bd[_0x4713e5][TestFrameworkConstants[_0x42e9ea(0x168)]]=_0x21d180;const _0x20130a={};_0x20130a[_0x42e9ea(0x1a4)]=0x2,logger[_0x42e9ea(0x128)](_0x42e9ea(0x217)+_0x21d180+_0x42e9ea(0x1e8)+_0x43b303+',\x20result='+_0x55706f+_0x42e9ea(0x19d)+util[_0x42e9ea(0x1a9)](_0x1d6c15,_0x20130a));}}}const _0x3885ca={};return _0x3885ca['depth']=0x2,_0x3885ca[_0x42e9ea(0x215)]=0x3,logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x3cdaa0[_0x42e9ea(0x216)]||_0x21d180)+_0x42e9ea(0x1e8)+_0x4ba774+',\x20testId='+_0x4713e5+',\x20updates='+util['inspect'](_0x3b81bd,_0x3885ca)),_0x3b81bd;}[a71_0x476389(0x1f5)](_0x27cae5){const _0xde7859=a71_0x476389,_0x3198c1={};_0x3198c1[_0xde7859(0x143)]=_0xde7859(0x1e3);const _0x28da25=_0x3198c1;try{const _0x5f2b64=_0x27cae5['test']?this['getJestTestIdentifier'](_0x27cae5[_0xde7859(0x170)]):_0x27cae5[_0xde7859(0x165)][_0xde7859(0x208)],_0x2143c2=_0x27cae5['instance'],_0x35a203=_0x2143c2['getContext'](),_0x460461=_0x2143c2['getAllData']()[_0xde7859(0x185)](_0x5f2b64);if(!_0x460461)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5f2b64),{};const {[TestFrameworkConstants[_0xde7859(0x184)]]:_0x3cff91='',[TestFrameworkConstants[_0xde7859(0x1ae)]]:_0x22f673='',[TestFrameworkConstants[_0xde7859(0x183)]]:_0x10077d='',[TestFrameworkConstants[_0xde7859(0x116)]]:_0x105a1d=''}=_0x460461,_0x29387d=_0x2143c2[_0xde7859(0x23b)]()[_0xde7859(0x1c9)]()['split']('.')[0x1],_0xf4228c=_0x2143c2[_0xde7859(0x11b)]()['toString']()[_0xde7859(0x15a)]('.')[0x1],_0x48f041=global?.[_0xde7859(0xd8)]?.[_0xde7859(0x19c)]?.[_0xde7859(0x188)],_0x34b2ae=_0x2143c2[_0xde7859(0x227)](),_0x271bca=Buffer['from'](JSON[_0xde7859(0x120)](_0x460461))[_0xde7859(0x1c9)](_0x28da25[_0xde7859(0x143)]),_0x3601b2={'hash':_0x35a203[_0xde7859(0x13e)](),'threadId':_0x35a203[_0xde7859(0x228)]()['toString'](),'processId':_0x35a203['getProcessId']()['toString']()},_0x674fee={};_0x674fee[_0xde7859(0x158)]=_0x48f041,_0x674fee[_0xde7859(0x1bb)]=_0x3cff91,_0x674fee[_0xde7859(0xc3)]=_0x22f673,_0x674fee[_0xde7859(0x1d9)]=_0x29387d,_0x674fee[_0xde7859(0x1da)]=_0xf4228c,_0x674fee[_0xde7859(0x1d1)]=_0x10077d,_0x674fee[_0xde7859(0x163)]=_0x105a1d,_0x674fee['uuid']=_0x34b2ae,_0x674fee['eventJson']=_0x271bca,_0x674fee['executionContext']=_0x3601b2,_0x674fee[_0xde7859(0x1f2)]=_0x5f2b64;const _0x401130=_0x674fee;return _0x401130;}catch(_0x51391c){return logger[_0xde7859(0xc4)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x51391c)),{};}}async[a71_0x476389(0xc9)](_0xef79ae,_0x358053,_0x4f14e7){const _0x2dac27=a71_0x476389,_0x3c7806={'ruhwl':function(_0x180b6e,_0x3a06b3){return _0x180b6e+_0x3a06b3;},'JEFOL':_0x2dac27(0x13b),'dQJfJ':_0x2dac27(0x220),'JKGHj':function(_0x341fde,_0x205800){return _0x341fde>_0x205800;},'dxtum':function(_0x921ecc,_0x28a4e7,_0x522ead,_0x426db9){return _0x921ecc(_0x28a4e7,_0x522ead,_0x426db9);},'GYySx':function(_0x1acc85,_0x551f62){return _0x1acc85-_0x551f62;},'XdtTK':function(_0x1c636d,_0x509bb0){return _0x1c636d===_0x509bb0;},'cojfw':function(_0x5a5464,_0x2be757){return _0x5a5464/_0x2be757;},'OXAdW':function(_0x2dd9ea,_0x59447f){return _0x2dd9ea<_0x59447f;},'WtKhL':function(_0x1a6ce8,_0x3f4cce){return _0x1a6ce8*_0x3f4cce;},'ddmrq':function(_0x1cdee3,_0xa32f51){return _0x1cdee3+_0xa32f51;},'jIJkM':function(_0xde2516,_0x289c31){return _0xde2516+_0x289c31;},'RGNSW':function(_0x589f2f,_0x11eedb){return _0x589f2f+_0x11eedb;}};try{const _0x2993f3=_0x4f14e7[_0x2dac27(0x16b)]||_0x4f14e7[_0x2dac27(0x176)],_0x3c2835=Array['from'](_0xef79ae['getAllData']()['keys']()),_0x1045c9=_0xef79ae[_0x2dac27(0x196)]()[_0x2dac27(0x185)](_0x2993f3);if(!_0x1045c9){logger[_0x2dac27(0x128)](_0x2dac27(0x17a)+_0x2993f3);return;}const {[TestFrameworkConstants[_0x2dac27(0x184)]]:_0x5e1a39='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3e55e9=''}=_0x1045c9;let _0x58ed8c=[];if(_0x1045c9&&_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]]&&Array[_0x2dac27(0x10e)](_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]])){_0x58ed8c=_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]]||[],logger[_0x2dac27(0x128)](_0x2dac27(0x180)+_0x58ed8c['length']+_0x2dac27(0x22c)+_0x2993f3);const _0x6062b7={[TestFrameworkConstants['KEY_LOGS']]:[]},_0xc91f1f={};_0xc91f1f[_0x2993f3]=_0x6062b7,_0xef79ae['addMultipleEntries'](_0xc91f1f),logger[_0x2dac27(0x128)](_0x2dac27(0x1a1)+_0x2993f3);}else logger[_0x2dac27(0x128)](_0x2dac27(0x1fd)+_0x2993f3);logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x58ed8c[_0x2dac27(0x16a)]+'\x20for\x20testId:\x20'+_0x2993f3);const _0x108b5d=_0x58ed8c[_0x2dac27(0x1af)](_0x579037=>_0x579037[_0x2dac27(0x1f1)]===_0x2dac27(0xf1));_0x3c7806[_0x2dac27(0x236)](_0x108b5d[_0x2dac27(0x16a)],0x0)&&(logger[_0x2dac27(0x128)](_0x2dac27(0x126)+_0x108b5d[_0x2dac27(0x16a)]+_0x2dac27(0xdc)+_0x2993f3),_0x108b5d[_0x2dac27(0x11e)]((_0x27c08c,_0x5db843)=>{const _0x2afc03=_0x2dac27;logger[_0x2afc03(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x3c7806['ruhwl'](_0x5db843,0x1)+'/'+_0x108b5d[_0x2afc03(0x16a)]+_0x2afc03(0xed)+(_0x27c08c[_0x2afc03(0x1f2)]||_0x3c7806[_0x2afc03(0x122)])+',\x20test_run_uuid='+(_0x27c08c['test_run_uuid']||_0x3c7806[_0x2afc03(0x122)])+',\x20hook_run_uuid='+(_0x27c08c[_0x2afc03(0x21d)]||_0x3c7806['dQJfJ'])+_0x2afc03(0x1d8)+(_0x27c08c[_0x2afc03(0x18a)]?.[_0x2afc03(0x16a)]||0x0));}));const _0x57cad4=_0x1045c9[TestFrameworkConstants[_0x2dac27(0x104)]]||{},_0x333998=_0x3c7806[_0x2dac27(0x12d)](getMediaArtifactsLogs,_0x57cad4,null,_0x2993f3),_0x12c52b=(_0x58ed8c||[])[_0x2dac27(0xca)](_0x333998||[]),_0x41f97d=_0x108b5d?.[_0x2dac27(0x16a)]||0x0,_0x23f94a=_0x3c7806[_0x2dac27(0x15c)](_0x58ed8c?.[_0x2dac27(0x16a)]||0x0,_0x41f97d);logger[_0x2dac27(0x128)](_0x2dac27(0x151)+_0x2993f3+',\x20consoleLogs:\x20'+_0x23f94a+_0x2dac27(0x1d2)+_0x41f97d+_0x2dac27(0x20e)+(_0x333998?.['length']||0x0)+_0x2dac27(0x222)+_0x12c52b[_0x2dac27(0x16a)]);if(!_0x12c52b||_0x3c7806[_0x2dac27(0x212)](_0x12c52b['length'],0x0)){logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2993f3);return;}const _0x4e04f5=0x28,_0x5a73a8=Math[_0x2dac27(0x1db)](_0x3c7806['cojfw'](_0x12c52b[_0x2dac27(0x16a)],_0x4e04f5));for(let _0x11ec43=0x0;_0x3c7806[_0x2dac27(0x108)](_0x11ec43,_0x5a73a8);_0x11ec43++){const _0xdfbeae=_0x3c7806[_0x2dac27(0x181)](_0x11ec43,_0x4e04f5),_0x349eac=_0x3c7806[_0x2dac27(0x1ba)](_0xdfbeae,_0x4e04f5),_0x5bf8df=_0x12c52b['slice'](_0xdfbeae,_0x349eac),_0xf9df35=global?.['__workerDetails']?.[_0x2dac27(0x19c)]?.['parallelIndex']||0x0,_0x276071={'platformIndex':_0xf9df35,'logs':_0x5bf8df,'testFrameworkName':_0x5e1a39,'testFrameworkVersion':_0x3e55e9,'testFrameworkState':_0x358053[_0x2dac27(0x1c9)]()[_0x2dac27(0x15a)]('.')[0x1]},_0x3fe8c3={};_0x3fe8c3['depth']=0x3,_0x3fe8c3[_0x2dac27(0x215)]=0x5,logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3c7806[_0x2dac27(0x115)](_0x11ec43,0x1)+'/'+_0x5a73a8+_0x2dac27(0x17d)+_0x2993f3+_0x2dac27(0x249)+_0x5bf8df[_0x2dac27(0x16a)]+_0x2dac27(0x242)+_0xf9df35+',\x20payload:\x20'+util[_0x2dac27(0x1a9)](_0x276071,_0x3fe8c3));const _0x3422fd=await GrpcClient[_0x2dac27(0x1e9)]()[_0x2dac27(0x1c2)](_0x276071);logger[_0x2dac27(0x128)](_0x2dac27(0x20d)+_0x3c7806[_0x2dac27(0x103)](_0x11ec43,0x1)+'/'+_0x5a73a8+_0x2dac27(0x17d)+_0x2993f3+_0x2dac27(0x23d)+util[_0x2dac27(0x1a9)](_0x3422fd));}if(_0x333998&&_0x3c7806[_0x2dac27(0x236)](_0x333998[_0x2dac27(0x16a)],0x0)&&_0x1045c9[TestFrameworkConstants[_0x2dac27(0x104)]]){const _0x2c192b={[TestFrameworkConstants[_0x2dac27(0x104)]]:{}},_0x4f11e6={};_0x4f11e6[_0x2993f3]=_0x2c192b,_0xef79ae[_0x2dac27(0xda)](_0x4f11e6);}logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x2993f3+_0x2dac27(0x171)+_0x5a73a8);}catch(_0x5d1b2c){logger[_0x2dac27(0xc4)](_0x2dac27(0x1cc)+(_0x4f14e7['testUUID']||_0x4f14e7[_0x2dac27(0x176)])+_0x2dac27(0x237)+util[_0x2dac27(0x15d)](_0x5d1b2c));}}[a71_0x476389(0x15f)](_0x5230f8,_0x4dc703,_0x57f041,_0x113d5d,_0x21909a){const _0x4af1d2=a71_0x476389,_0x1c7071={};_0x1c7071['AEOml']=function(_0x170e0a,_0x24b92c){return _0x170e0a===_0x24b92c;},_0x1c7071['NYZcu']=_0x4af1d2(0x1aa);const _0x37a832=_0x1c7071,{hookData:_0x297c9f}=_0x21909a,_0x4840c6={'testId':_0x4dc703,'testFrameworkState':_0x57f041,'hookState':_0x113d5d,'args':_0x21909a,'timestamp':new Date()[_0x4af1d2(0x1a7)]()};if(_0x37a832[_0x4af1d2(0x178)](_0x57f041,TestFrameworkState[_0x4af1d2(0x18f)])&&_0x297c9f){const _0x1f92af={};_0x1f92af[_0x4af1d2(0x20b)]=_0x297c9f['file_name']||_0x297c9f[_0x4af1d2(0x159)],_0x1f92af['scope']=_0x297c9f['scope']||_0x297c9f['scopes']&&_0x297c9f[_0x4af1d2(0xfd)][0x0]||'',_0x1f92af[_0x4af1d2(0x1fa)]=_0x37a832[_0x4af1d2(0x166)],_0x4840c6[_0x4af1d2(0x20a)]=_0x1f92af,logger[_0x4af1d2(0x128)](_0x4af1d2(0x204)+_0x4dc703+',\x20filePath:\x20'+_0x4840c6[_0x4af1d2(0x20a)][_0x4af1d2(0x20b)]+',\x20scope:\x20'+_0x4840c6[_0x4af1d2(0x20a)][_0x4af1d2(0xe3)]);}_0x5230f8['addPendingHook'](_0x4dc703,_0x4840c6),logger[_0x4af1d2(0x128)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x4dc703+',\x20state:\x20'+_0x57f041+_0x4af1d2(0x207)+_0x113d5d);}async[a71_0x476389(0x1e0)](_0x48d259,_0x5bb5d8){const _0xba927a=a71_0x476389,_0x460417={};_0x460417['vUBPe']=function(_0x4bf89d,_0x147221){return _0x4bf89d>_0x147221;},_0x460417[_0xba927a(0xd5)]=_0xba927a(0x133),_0x460417['iZEUZ']=function(_0x1eb64b,_0x2201bb){return _0x1eb64b===_0x2201bb;},_0x460417[_0xba927a(0xee)]=function(_0xb7e186,_0x8e2e16){return _0xb7e186===_0x8e2e16;},_0x460417[_0xba927a(0x22a)]=function(_0x22adac,_0x14ad32){return _0x22adac===_0x14ad32;},_0x460417[_0xba927a(0x1be)]=function(_0x565d22,_0xf04ecb){return _0x565d22===_0xf04ecb;},_0x460417[_0xba927a(0x1f4)]=_0xba927a(0x160),_0x460417[_0xba927a(0x10b)]=_0xba927a(0x14a);const _0x55939e=_0x460417;if(_0x48d259[_0xba927a(0x186)](_0x5bb5d8)){const _0x1c3f72=_0x48d259[_0xba927a(0x1d0)](_0x5bb5d8);logger[_0xba927a(0x128)]('Processing\x20'+_0x1c3f72[_0xba927a(0x16a)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5bb5d8);for(const _0x10d457 of _0x1c3f72){try{const _0x9c1939=await this['trackHookEvent'](_0x48d259,_0x10d457['testFrameworkState'],_0x10d457[_0xba927a(0x1da)],_0x10d457[_0xba927a(0x1ea)]);_0x9c1939&&_0x55939e[_0xba927a(0x19a)](Object[_0xba927a(0x11d)](_0x9c1939)['length'],0x0)&&_0x48d259[_0xba927a(0xda)](_0x9c1939),await this['runHooks'](_0x48d259,_0x10d457[_0xba927a(0x1d9)],_0x10d457[_0xba927a(0x1da)],_0x10d457['args']);}catch(_0x38ef5e){logger[_0xba927a(0xc4)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5bb5d8+_0xba927a(0x237)+_0x38ef5e);}}_0x48d259[_0xba927a(0x10c)](_0x5bb5d8),logger[_0xba927a(0x128)](_0xba927a(0x17c)+_0x5bb5d8);}const _0x179dbc=_0x48d259[_0xba927a(0x196)]()[_0xba927a(0x185)](_0x5bb5d8);if(_0x179dbc){const _0x5f3831=_0x179dbc[TestFrameworkConstants[_0xba927a(0x18d)]]||_0x179dbc[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x14960f=_0x179dbc[TestFrameworkConstants[_0xba927a(0x1b7)]]||_0x179dbc[TestFrameworkConstants[_0xba927a(0x155)]]&&_0x179dbc[TestFrameworkConstants[_0xba927a(0x155)]][0x0]||'';logger[_0xba927a(0x128)](_0x55939e[_0xba927a(0xd5)]);const _0x15aff8=_0x48d259['getAllPendingHookTestIds']();for(const _0x272d62 of _0x15aff8){if(_0x55939e['iZEUZ'](_0x272d62,_0x5bb5d8))continue;if(_0x48d259[_0xba927a(0x186)](_0x272d62)){const _0x503cd6=_0x48d259[_0xba927a(0x1d0)](_0x272d62);for(const _0x285ecf of _0x503cd6){if(_0x55939e[_0xba927a(0xee)](_0x285ecf[_0xba927a(0x1d9)],TestFrameworkState[_0xba927a(0x18f)])&&_0x285ecf[_0xba927a(0x20a)]){const _0x528d94=_0x285ecf[_0xba927a(0x20a)][_0xba927a(0x20b)],_0x2e0c9f=_0x285ecf[_0xba927a(0x20a)][_0xba927a(0xe3)];if(_0x55939e[_0xba927a(0x22a)](_0x528d94,_0x5f3831)&&_0x55939e[_0xba927a(0x1be)](_0x2e0c9f,_0x14960f)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x272d62+_0xba927a(0xd4)+_0x5bb5d8+_0xba927a(0xcf)+_0x528d94+_0xba927a(0x219)+_0x2e0c9f);_0x285ecf[_0xba927a(0x1ea)]&&_0x285ecf[_0xba927a(0x1ea)]['hookData']&&(_0x285ecf['args'][_0xba927a(0x165)][_0xba927a(0x208)]=_0x5bb5d8,logger['debug'](_0xba927a(0x153)+_0x272d62+'\x20to\x20'+_0x5bb5d8));try{const _0xe80271=await this[_0xba927a(0x1e7)](_0x48d259,_0x285ecf[_0xba927a(0x1d9)],_0x285ecf[_0xba927a(0x1da)],_0x285ecf[_0xba927a(0x1ea)]);_0xe80271&&_0x55939e[_0xba927a(0x19a)](Object[_0xba927a(0x11d)](_0xe80271)[_0xba927a(0x16a)],0x0)&&_0x48d259[_0xba927a(0xda)](_0xe80271);await this['runHooks'](_0x48d259,_0x285ecf[_0xba927a(0x1d9)],_0x285ecf[_0xba927a(0x1da)],_0x285ecf[_0xba927a(0x1ea)]);const _0xf53c94=_0x48d259[_0xba927a(0x1d0)](_0x272d62)[_0xba927a(0x1af)](_0x5754c2=>_0x5754c2!==_0x285ecf);if(_0x55939e[_0xba927a(0xee)](_0xf53c94[_0xba927a(0x16a)],0x0))_0x48d259[_0xba927a(0x10c)](_0x272d62);else{_0x48d259[_0xba927a(0x10c)](_0x272d62);for(const _0x360566 of _0xf53c94){_0x48d259[_0xba927a(0xf2)](_0x272d62,_0x360566);}}logger[_0xba927a(0x128)](_0x55939e[_0xba927a(0x1f4)]);}catch(_0x1b4499){logger[_0xba927a(0xc4)](_0x55939e[_0xba927a(0x10b)]);}}}}}}}}['mapTestHooks'](_0x9356b9){const _0x14567f=a71_0x476389,_0x79deca={'nwLQz':function(_0x309097){return _0x309097();}};if(!_0x9356b9||!_0x9356b9[_0x14567f(0x239)])return;_0x9356b9[_0x14567f(0x239)][_0x14567f(0x244)]&&Array[_0x14567f(0x10e)](_0x9356b9[_0x14567f(0x239)]['hooks'])&&_0x9356b9[_0x14567f(0x239)]['hooks']['forEach'](_0x338d92=>{const _0xcadaf7=_0x14567f;!_0x338d92[_0xcadaf7(0x1ef)]&&!_0x338d92['hookUUID']&&(_0x338d92[_0xcadaf7(0x1ef)]=_0x79deca[_0xcadaf7(0xe5)](uuidv4),_0x338d92[_0xcadaf7(0x16f)]=_0x338d92[_0xcadaf7(0x1ef)],logger[_0xcadaf7(0x128)](_0xcadaf7(0xdf)+_0x338d92[_0xcadaf7(0x107)]+_0xcadaf7(0x189)+_0x338d92[_0xcadaf7(0x1ef)]));}),this['mapTestHooks'](_0x9356b9[_0x14567f(0x239)]);}[a71_0x476389(0x169)](_0x545f36){const _0x588873=a71_0x476389,_0x4076e0={'GQwzZ':function(_0x2e562c,_0x3d0076){return _0x2e562c(_0x3d0076);}};if(!_0x545f36||!_0x545f36[_0x588873(0x239)])return[];const _0x1c4868=[];return _0x545f36[_0x588873(0x239)][_0x588873(0x244)]&&Array['isArray'](_0x545f36['parent'][_0x588873(0x244)])&&_0x545f36[_0x588873(0x239)][_0x588873(0x244)][_0x588873(0x11e)](_0x1ec431=>{const _0x21e4db=_0x588873,_0x5cf014=_0x1ec431['hookAnalyticsId']||_0x1ec431[_0x21e4db(0x16f)];_0x5cf014&&!this[_0x21e4db(0xc8)](_0x1ec431)&&!_0x4076e0[_0x21e4db(0xd3)](isInternalHook,_0x1ec431['fn'])&&_0x1c4868[_0x21e4db(0x144)](_0x5cf014);}),[..._0x1c4868,...this[_0x588873(0x169)](_0x545f36['parent'])];}[a71_0x476389(0x1dd)](_0x4e0d48){const _0x13fbd9=a71_0x476389,_0x2d95a7={'PJazf':function(_0x35b105,_0x4695ae){return _0x35b105(_0x4695ae);},'nYDUL':_0x13fbd9(0x197),'IBTDL':function(_0x3a239c,_0x4d9471){return _0x3a239c(_0x4d9471);}},_0x20ca25=new Map(),_0x4d399d=_0x3e80a3=>{const _0x11a310=_0x13fbd9;if(!_0x3e80a3||!_0x3e80a3[_0x11a310(0x239)])return;_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)]&&Array[_0x11a310(0x10e)](_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)])&&_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)]['forEach'](_0x1965bc=>{const _0xeff889=_0x11a310,_0x3c622f=_0x1965bc[_0xeff889(0x1ef)]||_0x1965bc['hookUUID'];if(_0x3c622f&&!this['isJestInternalHook'](_0x1965bc)&&!_0x2d95a7[_0xeff889(0xf3)](isInternalHook,_0x1965bc['fn'])){const _0x40635b={};_0x40635b[_0xeff889(0x107)]=_0x1965bc['type']||_0x2d95a7[_0xeff889(0xe0)],_0x40635b[_0xeff889(0x130)]=_0x1965bc[_0xeff889(0x130)]||'\x22'+_0x1965bc['type']+_0xeff889(0x1f7),_0x20ca25[_0xeff889(0x12c)](_0x3c622f,_0x40635b);}}),_0x2d95a7[_0x11a310(0x121)](_0x4d399d,_0x3e80a3[_0x11a310(0x239)]);};return _0x2d95a7['PJazf'](_0x4d399d,_0x4e0d48),_0x20ca25;}['isJestInternalHook'](_0x390613){const _0x359225=a71_0x476389,_0x27e1bd={};_0x27e1bd[_0x359225(0xc6)]=_0x359225(0x22d),_0x27e1bd['UbrhL']=_0x359225(0x235);const _0x586dc2=_0x27e1bd;try{const _0x1de27d=this['getRootParentFile'](_0x390613);return _0x1de27d&&_0x1de27d['includes'](_0x586dc2[_0x359225(0xc6)]);}catch(_0x5bcd9d){logger[_0x359225(0x128)](_0x586dc2[_0x359225(0x229)]);}return![];}[a71_0x476389(0x1fe)](_0x13fb2d){const _0x1802ba=a71_0x476389;if(_0x13fb2d[_0x1802ba(0x187)])try{const _0x36902d=stackTrace['parse'](_0x13fb2d['asyncError']);return _0x36902d[0x0]?_0x36902d[0x0][_0x1802ba(0xf4)]():null;}catch(_0x4a9f46){logger[_0x1802ba(0x128)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x4a9f46));}if(_0x13fb2d['file'])return _0x13fb2d[_0x1802ba(0x192)];return null;}}function a71_0x46ab(_0x3135ca,_0x18e584){const _0x6aa72f=a71_0x6aa7();return a71_0x46ab=function(_0x46abee,_0x3c184c){_0x46abee=_0x46abee-0xc2;let _0x5b40d7=_0x6aa72f[_0x46abee];return _0x5b40d7;},a71_0x46ab(_0x3135ca,_0x18e584);}module[a71_0x476389(0x1a2)]=JestTestFramework;function a71_0x6aa7(){const _0x719e1c=['none','ZQVol',',\x20totalLogs:\x20','\x20attachments','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','eRYYA','650649PTYpvZ','getRef','getThreadId','UbrhL','vyyFx','getContext','\x20logs\x20for\x20testId:\x20','jest-circus','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getCurrentInstanceName',',\x20exception=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_EVENT_ENDED_AT','NONE','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','JKGHj',',\x20error:\x20','KEY_TEST_TAGS','parent','klqKy','getCurrentTestState','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20response=','replace','voNAD','duration',',\x20testFramework=',',\x20platformIndex:\x20','Cohgx','hooks',',\x20remainingHooks=','GnkLD','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','wuxFc',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getJestTestName','join','event_ended_at','tSxPN','getJestFailureType','testFrameworkVersion','error','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','bgFkt','status','isJestInternalHook','sendLogCreatedEvent','concat','YlKEJ','dYDnU','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON',',\x20filePath:\x20','jmEZM','getJestTestIdentifier','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','GQwzZ',',\x20currentTestId:\x20','wztmb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20&\x20hookState=','__workerDetails','172070hyIMBk','addMultipleEntries','getJestFailureReason','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_LOGS','PRE','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','nYDUL','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','./constants/testFrameworkConstants.js','scope','IYLhb','nwLQz','failure_reason','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','../grpcClient','\x20-\x20test_identifier=','wGHsm','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','TEST_SCREENSHOT','addPendingHook','PJazf','getFileName','FtIwD','843332KqWgmk','jcgRq','lSleH','fJJKN',':testAnalyticsId','../cliUtils.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','scopes','UnhandledError','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','jvlVl','passed','RGNSW','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','type','OXAdW','KEY_TEST_UUID','mapTestHooks','HOQoW','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','isArray','toUpperCase','IUVyq','\x20files','uAUHK','POST','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','jIJkM','KEY_TEST_ENDED_AT',',\x20duration=','trackJestInstance','warn','zWtsv','getCurrentHookState','errorsDetailed','keys','forEach',',\x20failureReason=','stringify','IBTDL','JEFOL','parseJestTest','StHIP','KEY_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','started_at','debug','KEY_HOOK_FAILURE','removeActiveHook','matchHookRegex','set','dxtum','has','title','name','trackEvent','KaIgU','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getTrackedInstance','GlEwd','qpAdi','KEY_TEST_NAME','\x20(testIdentifier)','GALSC','xSIBL','missing','apply','KEY_TEST_FAILURE','getId','Unknown\x20error','file_name','retryOf','sKLjV','uLGYI','push','setActiveHook','LOG_REPORT','originalTest','finished_at','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','jGFTZ','instance','24ZuFTjy','\x20hook','../../../helpers/test-observability/utils','AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','38660vMoHmi','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','stack-trace','KEY_TEST_SCOPES','getJestTestFilePath','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','platformIndex','location','split','trackJestInstance:\x20created\x20instance\x20for\x20target=','GYySx','format','PogaW','storePendingHook','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','includes','\x20(testIdentifier),\x20result=','endedAt','EkiNN','hookData','NYZcu','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_HOOK_LAST_FINISHED','getHooksForTest','length','testUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','mHBlm','hookUUID','test',',\x20totalBatches:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20',',\x20totalHooks=','KEY_EVENT_STARTED_AT','fbgBc','testId','sBLwL','AEOml','afterAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','xzlzg','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','\x20-\x20testId:\x20','skip','tjCtB','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WtKhL','TEST','KEY_TEST_STARTED_AT','KEY_TEST_FRAMEWORK_NAME','get','hasPendingHooks','asyncError','parallelIndex',',\x20hookUUID=','message','\x22\x20from\x20testData','result','KEY_TEST_FILE_PATH','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','BEFORE_ALL','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','file','getJestTestTags','getTestFrameworksVersions','uuid','getAllData','unknown','KEY_TEST_LOCATION','getJestFailureData','vUBPe',',\x20failureType=','workerInfo',',\x20hook=','pvViH','KEY_AUTOMATE_SESSION_NAME',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','exports','skipped','depth','10FmSbAH',',\x20hookType=','toISOString','RrjZO','inspect','beforeAll','parseJestTestResult','map','\x20(testIdentifier),\x20tags=','KEY_TEST_FRAMEWORK_VERSION','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','getTestFrameworks','find','../../../helpers/classLogger.js','KEY_HOOKS_STARTED','resolveInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_TEST_SCOPE','KEY_HOOK_ID','KEY_TEST_ID','ddmrq','testFrameworkName','KEY_TEST_RESULT_AT','DEFAULT_HOOK_RESULT','aLEBy','PyEgu',',\x20filePath=','splice','logCreatedEvent','util','getJestTestScopes','KEY_TEST_LOGS','../instances/trackedInstance.js','KEY_HOOK_LAST_STARTED','UgXmW','toString','substring','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','startsWith','findIndex','testData','getPendingHooks','startedAt',',\x20screenshotLogs:\x20','trackJestInstance:\x20instance\x20already\x20exists','1492839HhTlMc',',\x20testId=','tags','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20messageLength=','testFrameworkState','hookState','ceil','MRnfu','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','ROOT_DESCRIBE_BLOCK','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20hookData=','base64','reverse','KEY_TEST_RESULT','ujrQc','trackHookEvent',',\x20hookId=','getInstance','args',',\x20argsKeys=','KEY_TEST_RETRY_OF','jGkJx','activeHooks','hookAnalyticsId','KEY_TEST_CODE','kind','test_identifier','createContext','AkcZn','createTestFrameworkEventPayload','ALL','\x22\x20hook','1465386uEully','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','hookType','match','KEY_CUSTOM_TAGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getRootParentFile','KEY_HOOK_LOGS','pid','Unknown\x20Test','KEY_TEST_FAILURE_TYPE','DEFAULT_TEST_RESULT','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','../TestInfo.js','getActiveHook',',\x20hookState:\x20','test_run_id','1327628HqPWap','hookMetadata','filePath',',\x20target=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20attachmentLogs:\x20','./testFramework',',\x20hooksListLength=','qiHvV','XdtTK','\x20(testIdentifier),\x20hookType=',',\x20state=','maxArrayLength','hook_type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Assert',',\x20scope:\x20','SJREx','KEY_HOOK_NAME','../instances/testFrameworkInstance.js','hook_run_uuid','hook_id','PrAID'];a71_0x6aa7=function(){return _0x719e1c;};return a71_0x6aa7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a72_0x58e8(_0x43a7ba,_0x3c44a6){const _0x20c879=a72_0x20c8();return a72_0x58e8=function(_0x58e8bc,_0x5c3e25){_0x58e8bc=_0x58e8bc-0xc7;let _0x40b1f2=_0x20c879[_0x58e8bc];return _0x40b1f2;},a72_0x58e8(_0x43a7ba,_0x3c44a6);}const a72_0x4eff9c=a72_0x58e8;(function(_0x1a9352,_0x58ac3a){const _0x47c892=a72_0x58e8,_0x8fb0c6=_0x1a9352();while(!![]){try{const _0x2616cf=parseInt(_0x47c892(0xcb))/0x1+parseInt(_0x47c892(0xee))/0x2*(parseInt(_0x47c892(0xd9))/0x3)+-parseInt(_0x47c892(0xec))/0x4+parseInt(_0x47c892(0xf2))/0x5*(-parseInt(_0x47c892(0xdc))/0x6)+-parseInt(_0x47c892(0xca))/0x7*(-parseInt(_0x47c892(0xd1))/0x8)+parseInt(_0x47c892(0xe3))/0x9+-parseInt(_0x47c892(0xc9))/0xa;if(_0x2616cf===_0x58ac3a)break;else _0x8fb0c6['push'](_0x8fb0c6['shift']());}catch(_0x5c2042){_0x8fb0c6['push'](_0x8fb0c6['shift']());}}}(a72_0x20c8,0xc4e6f));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a72_0x4eff9c(0xf6)),AutomationFrameworkState=require(a72_0x4eff9c(0xda)),CLIUtils=require(a72_0x4eff9c(0xe9)),TrackedInstance=require(a72_0x4eff9c(0xd5)),AutomationFrameworkInstance=require(a72_0x4eff9c(0xcd));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x4eff9c(0xe8));constructor(_0x65b205,_0x4661d2){super(_0x65b205,_0x4661d2);}async[a72_0x4eff9c(0xc7)](_0x5e6037,_0x3a71f7,_0x2f1c43={}){const _0x4b81be=a72_0x4eff9c,_0x4b55fa={};_0x4b55fa['eETMl']=function(_0x12ec0c,_0x3698f0){return _0x12ec0c===_0x3698f0;};const _0x518642=_0x4b55fa;this[_0x4b81be(0xf5)][_0x4b81be(0xf4)](_0x4b81be(0xdb)+_0x5e6037+_0x4b81be(0xf1)+_0x3a71f7),await super[_0x4b81be(0xc7)](_0x5e6037,_0x3a71f7,_0x2f1c43);const _0x2cb442=this['resolveInstance'](_0x5e6037,_0x3a71f7,_0x2f1c43);if(_0x518642[_0x4b81be(0xd7)](_0x2cb442,null))return;_0x2f1c43[_0x4b81be(0xe5)]=_0x2cb442,await this[_0x4b81be(0xea)](_0x2cb442,_0x5e6037,_0x3a71f7,_0x2f1c43);}[a72_0x4eff9c(0xe4)](_0x3cae6b,_0x2ef9f2,_0x35f31e={}){const _0xe593f5=a72_0x4eff9c,_0x176674={};_0x176674[_0xe593f5(0xd3)]=function(_0x31b1bd,_0x3ff5be){return _0x31b1bd===_0x3ff5be;},_0x176674['NadWA']=function(_0x22c69b,_0x399257){return _0x22c69b===_0x399257;},_0x176674[_0xe593f5(0xe2)]=function(_0x383f83,_0x1692e5){return _0x383f83===_0x1692e5;};const _0x5b31ed=_0x176674;let _0x56da40=null;return(_0x5b31ed[_0xe593f5(0xd3)](_0x3cae6b,AutomationFrameworkState[_0xe593f5(0xed)])||_0x5b31ed[_0xe593f5(0xc8)](_0x3cae6b,AutomationFrameworkState[_0xe593f5(0xd0)])&&(_0x35f31e[_0xe593f5(0xcf)]&&_0x35f31e[_0xe593f5(0xcf)][_0xe593f5(0xeb)]&&_0x35f31e[_0xe593f5(0xcf)][_0xe593f5(0xeb)][_0xe593f5(0xf7)])||_0x5b31ed[_0xe593f5(0xe2)](_0x3cae6b,AutomationFrameworkState[_0xe593f5(0xcc)]))&&this[_0xe593f5(0xd6)](_0x3cae6b,_0x35f31e),_0x56da40=AutomationFramework[_0xe593f5(0xf0)](),_0x56da40;}['trackPlaywrightInstance'](_0x6e4e38,_0x597bff){const _0x4a90df=a72_0x4eff9c,_0x22ddf3={};_0x22ddf3[_0x4a90df(0xd4)]=_0x4a90df(0xdd);const _0x36f7cd=_0x22ddf3;if(AutomationFramework['getTrackedInstance']()){this[_0x4a90df(0xf5)][_0x4a90df(0xe7)](_0x36f7cd[_0x4a90df(0xd4)]);return;}const _0x5a2a92=CLIUtils[_0x4a90df(0xd8)](),_0x32332a=TrackedInstance[_0x4a90df(0xce)](_0x5a2a92);let _0x5f3eee=null;this[_0x4a90df(0xf5)][_0x4a90df(0xe7)](_0x4a90df(0xde)+_0x5a2a92+_0x4a90df(0xe0)+_0x6e4e38),_0x5f3eee=new AutomationFrameworkInstance(_0x32332a,this[_0x4a90df(0xdf)](),this[_0x4a90df(0xd2)](),_0x6e4e38),AutomationFramework[_0x4a90df(0xe6)](_0x32332a,_0x5f3eee),this[_0x4a90df(0xf5)][_0x4a90df(0xe7)](_0x4a90df(0xe1)+_0x32332a[_0x4a90df(0xf3)]()+_0x4a90df(0xef)+_0x5a2a92);}}function a72_0x20c8(){const _0x1c9059=['createContext','message','PLAYWRIGHT_DISPATCH','1408YEvFIl','getAutomationFrameworkVersion','vLRxb','usyCV','../instances/trackedInstance.js','trackPlaywrightInstance','eETMl','getCurrentInstanceName','552UHfGik','../state/automationFrameworkState.js','trackEvent:\x20automationFrameworkState=','7656612VomPzk','trackPlaywrightInstance:\x20instance\x20already\x20exists','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getAutomationFrameworkName',',\x20state=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','PCvwo','14140917jFSSJM','resolveInstance','instance','setTrackedInstance','info','PlaywrightAutomationFramework','../cliUtils.js','runHooks','params','687544UZOOYC','CREATE','16026gNEsJk','\x20target=','getTrackedInstance','\x20hookState=','5JekiOS','getId','debug','logger','../../../helpers/classLogger.js','bsParams','trackEvent','NadWA','20455510qRrend','42rpZJBS','1253389rUWWcm','NONE','../instances/automationFrameworkInstance.js'];a72_0x20c8=function(){return _0x1c9059;};return a72_0x20c8();}module['exports']=PlaywrightAutomationFramework;
|