browserstack-node-sdk 1.49.3 → 1.49.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69_0x518fb4=a69_0x273a;(function(_0x3887e4,_0x467231){const _0x24df5a=a69_0x273a,_0x32189e=_0x3887e4();while(!![]){try{const _0x5b9baf=parseInt(_0x24df5a(0x172))/0x1+parseInt(_0x24df5a(0x156))/0x2*(parseInt(_0x24df5a(0x170))/0x3)+parseInt(_0x24df5a(0x162))/0x4+-parseInt(_0x24df5a(0x163))/0x5*(-parseInt(_0x24df5a(0x123))/0x6)+-parseInt(_0x24df5a(0x144))/0x7*(-parseInt(_0x24df5a(0x16f))/0x8)+-parseInt(_0x24df5a(0x133))/0x9*(parseInt(_0x24df5a(0x15c))/0xa)+-parseInt(_0x24df5a(0x16d))/0xb*(parseInt(_0x24df5a(0x122))/0xc);if(_0x5b9baf===_0x467231)break;else _0x32189e['push'](_0x32189e['shift']());}catch(_0x56c564){_0x32189e['push'](_0x32189e['shift']());}}}(a69_0x3adb,0xdf1e5));function a69_0x273a(_0x45909d,_0x2d4961){const _0x3adb9d=a69_0x3adb();return a69_0x273a=function(_0x273a49,_0x5acaa2){_0x273a49=_0x273a49-0x121;let _0x328caa=_0x3adb9d[_0x273a49];return _0x328caa;},a69_0x273a(_0x45909d,_0x2d4961);}const a69_0x44ac4c={};a69_0x44ac4c[a69_0x518fb4(0x166)]=a69_0x518fb4(0x13a),a69_0x44ac4c['KEY_TEST_ID']=a69_0x518fb4(0x13d),a69_0x44ac4c['KEY_TEST_NAME']=a69_0x518fb4(0x153),a69_0x44ac4c[a69_0x518fb4(0x132)]=a69_0x518fb4(0x13c),a69_0x44ac4c[a69_0x518fb4(0x12b)]=a69_0x518fb4(0x14b),a69_0x44ac4c[a69_0x518fb4(0x165)]=a69_0x518fb4(0x147),a69_0x44ac4c[a69_0x518fb4(0x148)]='test_result_at',a69_0x44ac4c['KEY_TEST_STARTED_AT']=a69_0x518fb4(0x136),a69_0x44ac4c[a69_0x518fb4(0x126)]=a69_0x518fb4(0x135),a69_0x44ac4c[a69_0x518fb4(0x157)]=a69_0x518fb4(0x169),a69_0x44ac4c[a69_0x518fb4(0x138)]='test_scope',a69_0x44ac4c[a69_0x518fb4(0x176)]='test_scopes',a69_0x44ac4c[a69_0x518fb4(0x178)]=a69_0x518fb4(0x139),a69_0x44ac4c[a69_0x518fb4(0x167)]=a69_0x518fb4(0x13f),a69_0x44ac4c[a69_0x518fb4(0x15f)]='test_code',a69_0x44ac4c[a69_0x518fb4(0x158)]=a69_0x518fb4(0x15d),a69_0x44ac4c[a69_0x518fb4(0x159)]=a69_0x518fb4(0x15e),a69_0x44ac4c[a69_0x518fb4(0x146)]=a69_0x518fb4(0x128),a69_0x44ac4c['KEY_TEST_FAILURE']=a69_0x518fb4(0x150),a69_0x44ac4c[a69_0x518fb4(0x12d)]=a69_0x518fb4(0x16b),a69_0x44ac4c['KEY_TEST_FAILURE_REASON']=a69_0x518fb4(0x143),a69_0x44ac4c[a69_0x518fb4(0x12e)]='test_logs',a69_0x44ac4c[a69_0x518fb4(0x16e)]=a69_0x518fb4(0x15b),a69_0x44ac4c[a69_0x518fb4(0x177)]=a69_0x518fb4(0x168),a69_0x44ac4c['KEY_AUTOMATE_SESSION_NAME']=a69_0x518fb4(0x142),a69_0x44ac4c['KEY_AUTOMATE_SESSION_STATUS']=a69_0x518fb4(0x16c),a69_0x44ac4c['KEY_AUTOMATE_SESSION_REASON']='automate_session_reason',a69_0x44ac4c['KEY_EVENT_STARTED_AT']=a69_0x518fb4(0x151),a69_0x44ac4c['KEY_EVENT_ENDED_AT']=a69_0x518fb4(0x13b),a69_0x44ac4c[a69_0x518fb4(0x160)]=a69_0x518fb4(0x155),a69_0x44ac4c[a69_0x518fb4(0x14d)]=a69_0x518fb4(0x154),a69_0x44ac4c[a69_0x518fb4(0x12c)]=a69_0x518fb4(0x149),a69_0x44ac4c[a69_0x518fb4(0x127)]='hook_failure_reason',a69_0x44ac4c['KEY_HOOK_FAILURE']='hook_failure',a69_0x44ac4c['KEY_HOOK_LOGS']=a69_0x518fb4(0x174),a69_0x44ac4c[a69_0x518fb4(0x131)]=a69_0x518fb4(0x130),a69_0x44ac4c[a69_0x518fb4(0x171)]='pending',a69_0x44ac4c[a69_0x518fb4(0x14c)]=a69_0x518fb4(0x15a),a69_0x44ac4c[a69_0x518fb4(0x145)]='TEST_SCREENSHOT',a69_0x44ac4c['KIND_LOG']=a69_0x518fb4(0x134),a69_0x44ac4c[a69_0x518fb4(0x124)]=a69_0x518fb4(0x161),a69_0x44ac4c[a69_0x518fb4(0x14e)]=a69_0x518fb4(0x137),a69_0x44ac4c[a69_0x518fb4(0x12a)]=a69_0x518fb4(0x152),a69_0x44ac4c['KEY_HOOK_LAST_STARTED']='test_hook_last_started',a69_0x44ac4c[a69_0x518fb4(0x16a)]=a69_0x518fb4(0x12f),a69_0x44ac4c[a69_0x518fb4(0x125)]=a69_0x518fb4(0x164),a69_0x44ac4c[a69_0x518fb4(0x141)]='custom_metadata',a69_0x44ac4c[a69_0x518fb4(0x129)]=a69_0x518fb4(0x13e),a69_0x44ac4c['KEY_FILE_SIZE']=a69_0x518fb4(0x14f),a69_0x44ac4c[a69_0x518fb4(0x175)]=a69_0x518fb4(0x140),a69_0x44ac4c['KEY_FILE_PATH']='file_path',a69_0x44ac4c[a69_0x518fb4(0x121)]=a69_0x518fb4(0x173);const TestFrameworkConstants=a69_0x44ac4c;function a69_0x3adb(){const _0x1e1135=['KEY_TEST_ATTACHMENTS','KEY_HOOKS_FINISHED','KEY_TEST_TAGS','KEY_HOOK_FAILURE_TYPE','KEY_TEST_FAILURE_TYPE','KEY_TEST_LOGS','test_hook_last_finished','hook_name','KEY_HOOK_NAME','KEY_TEST_FILE_PATH','171goZxzH','TEST_LOG','test_ended_at','test_started_at','test_hooks_started','KEY_TEST_SCOPE','test_framework_name','test_uuid','event_ended_at','test_file_path','test_id','test_attachments','test_framework_version','file_name','KEY_CUSTOM_TAGS','automate_session_name','test_failure_reason','839601KdBEJF','KIND_SCREENSHOT','KEY_PLATFORM_INDEX','test_result','KEY_TEST_RESULT_AT','hook_failure_type','exports','test_tags','DEFAULT_HOOK_RESULT','KEY_HOOK_RESULT','KEY_HOOKS_STARTED','file_size','test_failure','event_started_at','test_hooks_finished','test_name','hook_result','hook_id','166FdrBFk','KEY_TEST_LOCATION','KEY_TEST_RERUN_NAME','KEY_TEST_RETRY_OF','pending','test_meta','512560rrRZBT','test_rerun_name','retry_of','KEY_TEST_CODE','KEY_HOOK_ID','^(BEFORE_|AFTER_)','7026876RqFogM','15qFiExn','logs','KEY_TEST_RESULT','KEY_TEST_UUID','KEY_TEST_FRAMEWORK_VERSION','test_session_name','test_location','KEY_HOOK_LAST_FINISHED','test_failure_type','automate_session_status','84568QtAxwF','KEY_TEST_META','72yBzjFo','42114zUILrF','DEFAULT_TEST_RESULT','1321312zOrVzV','file_level','hook_logs','KEY_FILE_NAME','KEY_TEST_SCOPES','KEY_SESSION_NAME','KEY_TEST_FRAMEWORK_NAME','KEY_FILE_LEVEL','7572OCtzTl','2832426APXVpZ','HOOK_REGEX','KEY_LOGS','KEY_TEST_ENDED_AT','KEY_HOOK_FAILURE_REASON','platform_index'];a69_0x3adb=function(){return _0x1e1135;};return a69_0x3adb();}module[a69_0x518fb4(0x14a)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a70_0x16fa(){const _0x504426=['afknI','exports','getTestDetails','1616607htdcHR','KEY_TEST_STARTED_AT','aLHas','../grpcClient','KEY_TEST_RESULT_AT','testUUID','KEY_AUTOMATE_SESSION_NAME','__workerDetails','KPiUY','readLogObjects','getContext','failure_reason','removePendingHooks','KEY_HOOK_FAILURE_TYPE','addPendingHook','YNdQl','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','83982hZrymO','createTestFrameworkEventPayload','KEY_TEST_LOCATION','testFrameworkName','parallelIndex','KEY_TEST_FILE_PATH','scopes','resolveInstance','ceil','\x20response=','DJVBZ','POST','../state/hookState.js',',\x20storing\x20as\x20pending\x20hook','customRerunParam','\x20hookState:\x20','toISOString','result','finished_at','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','../state/testFrameworkState.js','ZfXxQ','Processing\x20','KEY_HOOK_RESULT','hook_type','../cliUtils.js','87762qdcUVW','2304434HETkXY','jBHhg','getPendingHooks','Parsed\x20cucumber\x20test:\x20','args','unknown','KEY_TEST_RESULT','debug','push','KEY_TEST_NAME','fTLXq','split','instance','addMultipleEntries','finishedAt','KEY_CUSTOM_TAGS','code','ivspe','DEFAULT_HOOK_RESULT','test','from',',\x20state:\x20','getTestFrameworks','85JiXjZz','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','WjJNF','../../../helpers/helper.js','runHooks','hooks','workerInfo','./constants/testFrameworkConstants.js','parseCucumberTestResult','key','\x20with\x20id\x20','1vsDNff','sWGIt','eventJson','\x20testState:\x20','testData','format','CucumberTestFramework','\x20for\x20test:\x20','KEY_HOOK_ID','KEY_TEST_FAILURE_REASON','KEY_TEST_ID','trackCucumberInstance:\x20saved\x20instance\x20contextId=','getId','storePendingHook','KEY_HOOKS_FINISHED','gBMOK','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','get','UnhandledError','KEY_HOOK_LAST_STARTED','hasPendingHooks','testFrameworkState','Mthvk','KEY_TEST_FAILURE_TYPE','getCurrentInstanceName','test_run_id','WCYuV','XsLqO','failure_type','processPendingHooks','KEY_TEST_FRAMEWORK_VERSION','hookState','failure','KEY_TEST_UUID','platformIndex','28qMEPGr','setTestDetails','keys','Tracked\x20cucumber\x20hook\x20event:\x20','MJIHF','toString','KEY_TEST_SCOPE','error','424VtwpmJ','pop','getAllData','JBWai','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','name','lIQfr','bWwOG','inspect','startedAt','../instances/trackedInstance.js',',\x20state=','createContext','getTestUUID','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','10rpYXAB','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','createTestFrameworkEventPayload\x20testId:\x20','ZtQIW','trackCucumberInstance','KEY_HOOKS_STARTED','stringify','testFrameworkVersion','NONE','36519nXFyey','KEY_TEST_CODE','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','logCreatedEvent','body','KEY_TEST_META','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','13610340cSOWuk','ANDre','./testFramework','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getProcessId','KEY_TEST_SCOPES','\x20batch\x20','\x20\x20and\x20args\x20=\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20payload=','getInstance','hookData','KEY_HOOK_NAME','util','DKWsH','KEY_EVENT_STARTED_AT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_LOGS','getThreadId','getTestFrameworksVersions','parseCucumberTest','TpZpm','Stored\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','PRE','../instances/testFrameworkInstance.js','endedAt','458878BxSQJB',',\x20error:\x20','executionContext','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','location','LOG_REPORT','failure_data','\x20with\x20UUID:\x20','aMBKR','KEY_TEST_LOGS','YwkIW','trackHookEvent','sendLogCreatedEvent','Cucumber\x20log\x20created\x20event','Fsszg','\x20with\x20result:\x20','LLFAX','getTrackedInstance','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x20pending\x20hooks\x20for\x20testId:\x20','../../../helpers/classLogger.js','meta','length','tags','KEY_HOOK_LAST_FINISHED','KEY_TEST_RERUN_NAME','QITia','uuid'];a70_0x16fa=function(){return _0x504426;};return a70_0x16fa();}const a70_0x24dd00=a70_0x4d7b;(function(_0x181cf1,_0x583b87){const _0x1438bc=a70_0x4d7b,_0x548810=_0x181cf1();while(!![]){try{const _0x5b5042=-parseInt(_0x1438bc(0x1e5))/0x1*(parseInt(_0x1438bc(0x24b))/0x2)+-parseInt(_0x1438bc(0x1a8))/0x3*(parseInt(_0x1438bc(0x208))/0x4)+-parseInt(_0x1438bc(0x1da))/0x5*(parseInt(_0x1438bc(0x1c2))/0x6)+-parseInt(_0x1438bc(0x228))/0x7*(parseInt(_0x1438bc(0x210))/0x8)+parseInt(_0x1438bc(0x197))/0x9*(parseInt(_0x1438bc(0x21f))/0xa)+-parseInt(_0x1438bc(0x1c3))/0xb+parseInt(_0x1438bc(0x230))/0xc;if(_0x5b5042===_0x583b87)break;else _0x548810['push'](_0x548810['shift']());}catch(_0x1fa4b2){_0x548810['push'](_0x548810['shift']());}}}(a70_0x16fa,0x258a7));function a70_0x4d7b(_0x10333d,_0x442192){const _0x16faa7=a70_0x16fa();return a70_0x4d7b=function(_0x4d7b65,_0x1e5d5c){_0x4d7b65=_0x4d7b65-0x17c;let _0x55923d=_0x16faa7[_0x4d7b65];return _0x55923d;},a70_0x4d7b(_0x10333d,_0x442192);}const TestFramework=require(a70_0x24dd00(0x232)),TestFrameworkState=require(a70_0x24dd00(0x1bc)),HookState=require(a70_0x24dd00(0x1b4)),{createClassLogger}=require(a70_0x24dd00(0x18c)),TestFrameworkInstance=require(a70_0x24dd00(0x249)),CLIUtils=require(a70_0x24dd00(0x1c1)),TrackedInstance=require(a70_0x24dd00(0x21a)),TestFrameworkConstants=require(a70_0x24dd00(0x1e1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x24dd00(0x1dd)),logger=createClassLogger(a70_0x24dd00(0x1eb)),{v4:uuidv4}=require(a70_0x24dd00(0x193)),util=require(a70_0x24dd00(0x23d)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x24dd00(0x19a));class CucumberTestFramework extends TestFramework{constructor(_0x2a6d4f,_0x404bda,_0x4a097c){super(_0x2a6d4f,_0x404bda,_0x4a097c);}async[a70_0x24dd00(0x247)](_0x4957a7,_0x372e0f,_0x4156b5={}){const _0x4e175c=a70_0x24dd00,_0x489488={};_0x489488['ANDre']=_0x4e175c(0x220),_0x489488[_0x4e175c(0x213)]=function(_0x215e59,_0x15c65d){return _0x215e59===_0x15c65d;},_0x489488[_0x4e175c(0x200)]=_0x4e175c(0x1f5);const _0x1c030f=_0x489488;await super['trackEvent'](_0x4957a7,_0x372e0f,_0x4156b5);const _0x3d1b23=this[_0x4e175c(0x1af)](_0x4957a7,_0x372e0f,_0x4156b5);if(!_0x3d1b23){logger[_0x4e175c(0x1ca)](_0x1c030f[_0x4e175c(0x231)]);return;}try{let _0x20f872,_0x22f2a0;switch(_0x4957a7){case TestFrameworkState['TEST']:_0x20f872=_0x4156b5[_0x4e175c(0x1d6)],_0x22f2a0=TestInfo[_0x4e175c(0x21d)](_0x20f872['id']);if(_0x1c030f['JBWai'](_0x372e0f,HookState[_0x4e175c(0x248)])){logger[_0x4e175c(0x1ca)](_0x4e175c(0x189)+_0x20f872['id']);const _0x2f2479={};_0x2f2479[_0x4e175c(0x19c)]=_0x22f2a0,_0x2f2479[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23['addMultipleEntries'](this[_0x4e175c(0x244)](_0x2f2479)),logger['debug'](_0x4e175c(0x21e)+_0x20f872['id']),await this[_0x4e175c(0x202)](_0x3d1b23,_0x20f872['id']);}else{if(_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])){const _0x313624={};_0x313624[_0x4e175c(0x19c)]=_0x22f2a0,_0x313624[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23[_0x4e175c(0x1d0)](this[_0x4e175c(0x1e2)](_0x313624)),await this['processPendingHooks'](_0x3d1b23,_0x20f872['id']);}}break;case TestFrameworkState[_0x4e175c(0x17c)]:_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])&&await this['sendLogCreatedEvent'](_0x3d1b23,_0x4957a7,_0x4156b5);break;default:if(CLIUtils['matchHookRegex'](_0x4957a7[_0x4e175c(0x20d)]()[_0x4e175c(0x1ce)]('.')[0x1])){const _0x32ab4b=await this[_0x4e175c(0x182)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);_0x3d1b23[_0x4e175c(0x1d0)](_0x32ab4b);}else logger[_0x4e175c(0x1ca)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x4957a7+'\x20&\x20hookState='+_0x372e0f);break;}}catch(_0x2bb31d){logger[_0x4e175c(0x20f)](util[_0x4e175c(0x1ea)](_0x1c030f['XsLqO'],_0x4957a7,_0x372e0f,_0x4156b5[_0x4e175c(0x18e)],_0x2bb31d));}_0x4156b5[_0x4e175c(0x1cf)]=_0x3d1b23,await this[_0x4e175c(0x1de)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);}[a70_0x24dd00(0x1af)](_0xf73b80,_0x1d6dc2,_0xc5905d={}){const _0x3899e8=a70_0x24dd00,_0x228712={};_0x228712[_0x3899e8(0x194)]=function(_0x4251c7,_0x25f5aa){return _0x4251c7===_0x25f5aa;},_0x228712[_0x3899e8(0x187)]=function(_0x38f1a2,_0x5978dd){return _0x38f1a2===_0x5978dd;};const _0x5f4406=_0x228712;let _0x3178ce=null;return(_0x5f4406[_0x3899e8(0x194)](_0xf73b80,TestFrameworkState['INIT_TEST'])||_0x5f4406[_0x3899e8(0x187)](_0xf73b80,TestFrameworkState[_0x3899e8(0x227)]))&&this[_0x3899e8(0x223)](_0xf73b80,_0xc5905d),_0x3178ce=TestFramework[_0x3899e8(0x188)](),_0x3178ce;}['trackCucumberInstance'](_0x45ca1d,_0x2bfc17){const _0x1a8d18=a70_0x24dd00,_0x2afc24=CLIUtils[_0x1a8d18(0x1fd)](),_0x517603=TrackedInstance[_0x1a8d18(0x21c)](_0x2afc24);let _0x9bc10f=null;logger[_0x1a8d18(0x1ca)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x2afc24+_0x1a8d18(0x21b)+_0x45ca1d),_0x9bc10f=new TestFrameworkInstance(_0x517603,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x45ca1d,HookState[_0x1a8d18(0x227)]),TestFramework['setTrackedInstance'](_0x517603,_0x9bc10f),logger[_0x1a8d18(0x1ca)](_0x1a8d18(0x1f0)+_0x517603[_0x1a8d18(0x1f1)]()+'\x20target='+_0x2afc24);}[a70_0x24dd00(0x244)](_0x1d6131){const _0x5579a9=a70_0x24dd00,_0x176e23={};_0x176e23[_0x5579a9(0x1cd)]=_0x5579a9(0x1db);const _0x24e80d=_0x176e23,{testUUID:_0x4d3792,testData:_0x344e31}=_0x1d6131;if(!_0x344e31||!_0x344e31[_0x5579a9(0x193)])return logger['debug'](_0x24e80d[_0x5579a9(0x1cd)]),{};const _0x45d43b=_0x344e31[_0x5579a9(0x193)],_0x1e9401=_0x344e31[_0x5579a9(0x193)],_0x4d66ef=this[_0x5579a9(0x1d9)]()[0x0],_0x186f46=this[_0x5579a9(0x243)](),_0x778d80={[TestFrameworkConstants[_0x5579a9(0x22f)]]:_0x4d66ef,[TestFrameworkConstants[_0x5579a9(0x203)]]:_0x186f46[_0x4d66ef],[TestFrameworkConstants[_0x5579a9(0x180)]]:[],[TestFrameworkConstants[_0x5579a9(0x1f3)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5579a9(0x206)]]:_0x45d43b,[TestFrameworkConstants[_0x5579a9(0x1c9)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x5579a9(0x19d)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1ad)]]:_0x344e31['file_name']||'',[TestFrameworkConstants[_0x5579a9(0x1ef)]]:_0x1e9401,[TestFrameworkConstants[_0x5579a9(0x1cc)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1aa)]]:_0x344e31[_0x5579a9(0x24f)]||'',[TestFrameworkConstants[_0x5579a9(0x229)]]:_0x344e31[_0x5579a9(0x22c)]?.[_0x5579a9(0x1d3)]||null,[TestFrameworkConstants[_0x5579a9(0x22e)]]:_0x344e31[_0x5579a9(0x18f)]||[],[TestFrameworkConstants[_0x5579a9(0x198)]]:_0x344e31[_0x5579a9(0x219)]||new Date()[_0x5579a9(0x1b8)](),[TestFrameworkConstants[_0x5579a9(0x20e)]]:_0x344e31[_0x5579a9(0x1ae)]?.[0x0]||'',[TestFrameworkConstants[_0x5579a9(0x235)]]:_0x344e31[_0x5579a9(0x1ae)]||[],[TestFrameworkConstants[_0x5579a9(0x191)]]:_0x344e31[_0x5579a9(0x1b6)]?.['rerun_name']||_0x344e31['name']||'',[TestFrameworkConstants[_0x5579a9(0x1d2)]]:{},[TestFrameworkConstants[_0x5579a9(0x22d)]]:_0x344e31[_0x5579a9(0x18d)]||{}};TestInfo[_0x5579a9(0x209)](_0x1e9401,_0x778d80),logger[_0x5579a9(0x1ca)](_0x5579a9(0x1c6)+_0x344e31['name']+_0x5579a9(0x17e)+_0x45d43b);const _0x50b4d0={};return _0x50b4d0[_0x1e9401]=_0x778d80,_0x50b4d0;}[a70_0x24dd00(0x1e2)](_0x82a03){const _0x1c55e0=a70_0x24dd00,_0x94cba5={'Mthvk':_0x1c55e0(0x22a),'jNoeS':_0x1c55e0(0x1c8),'YwkIW':function(_0x37fe2c,_0x3b8016){return _0x37fe2c===_0x3b8016;},'Fsszg':'failed','sWGIt':_0x1c55e0(0x1f7),'YNdQl':function(_0x35318b,_0x5b113a,_0x50812a){return _0x35318b(_0x5b113a,_0x50812a);},'MJIHF':function(_0x5c6602,_0x441540){return _0x5c6602>_0x441540;},'ivspe':function(_0x1ab584,_0x46f774){return _0x1ab584>_0x46f774;}},{testUUID:_0x5a740b,testData:_0x3dc614}=_0x82a03;if(!_0x3dc614||!_0x3dc614[_0x1c55e0(0x193)])return logger[_0x1c55e0(0x1ca)](_0x94cba5[_0x1c55e0(0x1fb)]),{};const _0x5c2b97=this[_0x1c55e0(0x1af)](TestFrameworkState['TEST'],HookState[_0x1c55e0(0x1b3)]),_0x98bd4=_0x3dc614[_0x1c55e0(0x193)],_0x1596eb=TestInfo[_0x1c55e0(0x196)](_0x98bd4)||{},_0x570a74=_0x1596eb?_0x1596eb[TestFrameworkConstants[_0x1c55e0(0x1d2)]]||{}:{},_0x54d811={..._0x1596eb,[TestFrameworkConstants[_0x1c55e0(0x1c9)]]:_0x3dc614[_0x1c55e0(0x1b9)]||_0x94cba5['jNoeS'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3dc614[_0x1c55e0(0x1d1)]||new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x19b)]]:new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x1d2)]]:_0x570a74,[TestFrameworkConstants[_0x1c55e0(0x241)]]:[],[TestFrameworkConstants[_0x1c55e0(0x22d)]]:_0x3dc614[_0x1c55e0(0x18d)]||{}};_0x94cba5[_0x1c55e0(0x181)](_0x3dc614[_0x1c55e0(0x1b9)],_0x94cba5[_0x1c55e0(0x185)])&&_0x3dc614['failure']&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1fc)]]=_0x3dc614['failure_type']||_0x94cba5[_0x1c55e0(0x1e6)],_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1ee)]]=_0x3dc614['failure_reason']||'',_0x54d811[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3dc614[_0x1c55e0(0x205)]);const _0x69910=TestInfo[_0x1c55e0(0x196)](_0x98bd4)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f0569=_0x94cba5[_0x1c55e0(0x1a6)](getManualUploadLogs,_0x69910,_0x5c2b97[_0x1c55e0(0x212)]()[_0x1c55e0(0x1f6)](_0x98bd4)[TestFrameworkConstants[_0x1c55e0(0x206)]]);if(_0x94cba5[_0x1c55e0(0x20c)](_0x3f0569[_0x1c55e0(0x18e)],0x0)){const _0x10ffa9=_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]||[];_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]=[..._0x10ffa9,..._0x3f0569];}_0x3dc614[_0x1c55e0(0x1df)]&&_0x94cba5[_0x1c55e0(0x1d4)](_0x3dc614['hooks']['length'],0x0)&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1f3)]]=_0x3dc614[_0x1c55e0(0x1df)]);TestInfo[_0x1c55e0(0x209)](_0x98bd4,_0x54d811),logger[_0x1c55e0(0x1ca)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x3dc614['name']+_0x1c55e0(0x186)+_0x3dc614['result']);const _0x220fca={};return _0x220fca[_0x98bd4]=_0x54d811,_0x220fca;}async[a70_0x24dd00(0x182)](_0x5e20d5,_0x1ea46e,_0xb3d420,_0x334f5a){const _0xc989ea=a70_0x24dd00,_0x2e4937={'QITia':_0xc989ea(0x1a7),'WjJNF':function(_0x353c00){return _0x353c00();},'bWwOG':function(_0x4b8b2a,_0x1c3163){return _0x4b8b2a in _0x1c3163;},'WCYuV':function(_0x306474,_0x2a8a3c){return _0x306474===_0x2a8a3c;},'KPiUY':function(_0x136383,_0x4077cf){return _0x136383>_0x4077cf;},'aMBKR':'failed','ZfXxQ':_0xc989ea(0x1f7),'DKWsH':'passed','ZtQIW':function(_0x143829,_0x16cab2){return _0x143829!==_0x16cab2;}},{hookData:_0x2cf95a}=_0x334f5a;if(!_0x2cf95a)return logger['debug'](_0x2e4937[_0xc989ea(0x192)]),{};const _0x4f9551=_0x2cf95a[_0xc989ea(0x193)]||_0x2e4937[_0xc989ea(0x1dc)](uuidv4),_0x3af019=_0x2cf95a['test_run_id'],_0x515e2c=_0x1ea46e[_0xc989ea(0x20d)]()[_0xc989ea(0x1ce)]('.')[0x1],_0x540914=TestInfo[_0xc989ea(0x196)](_0x3af019)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x1b0d32=_0x5e20d5['getAllData']()[_0xc989ea(0x1f6)](_0x3af019);if(!_0x1b0d32)return logger[_0xc989ea(0x1ca)](_0xc989ea(0x24e)+_0x3af019+_0xc989ea(0x1b5)),this[_0xc989ea(0x1f2)](_0x5e20d5,_0x3af019,_0x1ea46e,_0xb3d420,_0x334f5a),{};let _0x5932df=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x224)]];!_0x5932df&&(_0x5932df={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x5932df)&&(_0x5932df[_0x515e2c]=[]);let _0x4b54fa=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x1f3)]];!_0x4b54fa&&(_0x4b54fa={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x4b54fa)&&(_0x4b54fa[_0x515e2c]=[]);const _0x32af7f={[TestFrameworkConstants[_0xc989ea(0x224)]]:_0x5932df,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x4b54fa},_0x148bfa={};_0x148bfa[_0x3af019]=_0x32af7f;const _0x5cc38a=_0x148bfa;if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x248)])){const _0xcb6a23={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f9551,[TestFrameworkConstants[_0xc989ea(0x1bf)]]:TestFrameworkConstants[_0xc989ea(0x1d5)],[TestFrameworkConstants[_0xc989ea(0x23f)]]:_0x2cf95a['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0xc989ea(0x23c)]]:_0x2cf95a[_0xc989ea(0x1c0)],[TestFrameworkConstants[_0xc989ea(0x1d2)]]:_0x540914};_0xcb6a23[_0xc989ea(0x1e3)]=_0x515e2c;const _0x5bcaf9=_0xcb6a23;_0x5932df[_0x515e2c][_0xc989ea(0x1cb)](_0x5bcaf9),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x1f8)]]=_0x515e2c,logger[_0xc989ea(0x1ca)](_0xc989ea(0x1bb)+_0x515e2c+'\x20&\x20hook\x20=\x20'+_0x5bcaf9+_0xc989ea(0x237)+_0x334f5a);}else{if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x1b3)])){const _0x13e736=_0x2cf95a['result'],_0x512598=_0x5932df[_0x515e2c]||[];logger['debug'](_0xc989ea(0x233)+_0x512598+'\x20and\x20args\x20=\x20'+_0x334f5a);if(_0x2e4937[_0xc989ea(0x19f)](_0x512598[_0xc989ea(0x18e)],0x0)){const _0x5f0684=_0x512598[_0xc989ea(0x211)]();_0x2e4937[_0xc989ea(0x1ff)](_0x2cf95a[_0xc989ea(0x1b9)],_0x2e4937[_0xc989ea(0x17f)])&&_0x2cf95a[_0xc989ea(0x17d)]?(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1a4)]]=_0x2cf95a[_0xc989ea(0x201)]||_0x2e4937[_0xc989ea(0x1bd)],_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x2cf95a[_0xc989ea(0x1a2)]||'',_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x2cf95a['failure_data']):_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x2e4937[_0xc989ea(0x23e)];_0x2e4937[_0xc989ea(0x222)](_0x13e736,TestFrameworkConstants[_0xc989ea(0x1d5)])&&(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x13e736);_0x5f0684[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x2cf95a[_0xc989ea(0x1ba)]||new Date()[_0xc989ea(0x1b8)](),_0x5f0684[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x540914;const _0x1929cf=_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1ed)]];!_0x4b54fa[_0x515e2c]&&(_0x4b54fa[_0x515e2c]=[]),_0x4b54fa[_0x515e2c]['push'](_0x5f0684),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x190)]]=_0x515e2c;}}}return logger['debug'](_0xc989ea(0x20b)+_0x2cf95a['hook_type']+_0xc989ea(0x1e4)+_0x4f9551+_0xc989ea(0x1ec)+_0x3af019),_0x5cc38a;}[a70_0x24dd00(0x1a9)](_0x489c85){const _0x5cc096=a70_0x24dd00,_0x85a140={};_0x85a140['aLHas']='base64';const _0xe28310=_0x85a140;try{const _0x15310a=_0x489c85[_0x5cc096(0x1d6)]?_0x489c85['test']['id']:_0x489c85[_0x5cc096(0x23b)][_0x5cc096(0x1fe)],_0x4e6324=_0x489c85[_0x5cc096(0x1cf)],_0x3d62b5=_0x4e6324[_0x5cc096(0x1a1)](),_0x84efed=_0x4e6324[_0x5cc096(0x212)]()[_0x5cc096(0x1f6)](_0x15310a);if(!_0x84efed)return logger[_0x5cc096(0x1ca)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x15310a),{};logger['debug'](_0x5cc096(0x221)+_0x15310a);const {[TestFrameworkConstants[_0x5cc096(0x22f)]]:_0x17ec04='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x403635='',[TestFrameworkConstants[_0x5cc096(0x198)]]:_0x10a1b4='',[TestFrameworkConstants[_0x5cc096(0x18a)]]:_0x2a7bb4=''}=_0x84efed,_0x2f26c6=_0x4e6324['getCurrentTestState']()[_0x5cc096(0x20d)]()['split']('.')[0x1],_0x22b44a=_0x4e6324['getCurrentHookState']()[_0x5cc096(0x20d)]()[_0x5cc096(0x1ce)]('.')[0x1],_0x6f2065=global?.[_0x5cc096(0x19e)]?.[_0x5cc096(0x1e0)]?.[_0x5cc096(0x1ac)],_0x4dfb10=_0x4e6324['getRef'](),_0x3c1178=Buffer[_0x5cc096(0x1d7)](JSON[_0x5cc096(0x225)](_0x84efed))[_0x5cc096(0x20d)](_0xe28310[_0x5cc096(0x199)]),_0x3b835d={'hash':_0x3d62b5['getId'](),'threadId':_0x3d62b5[_0x5cc096(0x242)]()['toString'](),'processId':_0x3d62b5[_0x5cc096(0x234)]()['toString']()},_0x3e940a={};_0x3e940a[_0x5cc096(0x207)]=_0x6f2065,_0x3e940a[_0x5cc096(0x1ab)]=_0x17ec04,_0x3e940a[_0x5cc096(0x226)]=_0x403635,_0x3e940a[_0x5cc096(0x1fa)]=_0x2f26c6,_0x3e940a[_0x5cc096(0x204)]=_0x22b44a,_0x3e940a['startedAt']=_0x10a1b4,_0x3e940a[_0x5cc096(0x24a)]=_0x2a7bb4,_0x3e940a[_0x5cc096(0x193)]=_0x4dfb10,_0x3e940a[_0x5cc096(0x1e7)]=_0x3c1178,_0x3e940a[_0x5cc096(0x24d)]=_0x3b835d;const _0x14f2ca=_0x3e940a;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x15310a+_0x5cc096(0x1e8)+_0x2f26c6+_0x5cc096(0x1b7)+_0x22b44a),_0x14f2ca;}catch(_0xe44a01){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x5cc096(0x1ea)](_0xe44a01)),{};}}async[a70_0x24dd00(0x183)](_0x262b35,_0x126b04,_0x3d7c39){const _0x158bf0=a70_0x24dd00,_0xcecbbb={'VbPFR':function(_0x5f2877,_0x5c1b1f,_0x25d43c){return _0x5f2877(_0x5c1b1f,_0x25d43c);},'DJVBZ':function(_0x26992a,_0x447dae){return _0x26992a===_0x447dae;},'TpZpm':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','TydwY':function(_0x1dd5b4,_0x5214a5){return _0x1dd5b4/_0x5214a5;},'lIQfr':function(_0xd2a8c,_0x11b17e){return _0xd2a8c<_0x11b17e;},'TwPCh':function(_0x212f68,_0x51ee25){return _0x212f68*_0x51ee25;},'YBzuH':function(_0x3ce332,_0x44b996){return _0x3ce332+_0x44b996;},'gBMOK':function(_0x4bd574,_0x523303){return _0x4bd574+_0x523303;},'Woozd':_0x158bf0(0x184)};try{const _0x2154e0=_0x3d7c39[_0x158bf0(0x19c)],_0x22e9f3=_0x262b35[_0x158bf0(0x212)]()[_0x158bf0(0x1f6)](_0x2154e0),{[TestFrameworkConstants[_0x158bf0(0x22f)]]:_0x1da871='',[TestFrameworkConstants[_0x158bf0(0x203)]]:_0x5b3ea2=''}=_0x22e9f3,_0x154109=TestInfo[_0x158bf0(0x1a0)](_0x2154e0),_0x466214=TestInfo[_0x158bf0(0x196)](_0x2154e0)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x15b89f=_0xcecbbb['VbPFR'](getMediaArtifactsLogs,_0x466214,_0x262b35['getAllData']()['get'](_0x2154e0)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x4d83f9=(_0x154109||[])['concat'](_0x15b89f||[]);if(!_0x4d83f9||_0xcecbbb[_0x158bf0(0x1b2)](_0x4d83f9[_0x158bf0(0x18e)],0x0)){logger[_0x158bf0(0x1ca)](_0xcecbbb[_0x158bf0(0x245)]);return;}const _0x1bf535=0x28,_0x357640=Math[_0x158bf0(0x1b0)](_0xcecbbb['TydwY'](_0x4d83f9[_0x158bf0(0x18e)],_0x1bf535));for(let _0x3ddd15=0x0;_0xcecbbb[_0x158bf0(0x216)](_0x3ddd15,_0x357640);_0x3ddd15++){const _0x9e8df4=_0xcecbbb['TwPCh'](_0x3ddd15,_0x1bf535),_0x5c4319=_0xcecbbb['YBzuH'](_0x9e8df4,_0x1bf535),_0x3bed52=_0x4d83f9['slice'](_0x9e8df4,_0x5c4319),_0x15f8e9={'platformIndex':'0','logs':_0x3bed52,'testFrameworkName':_0x1da871,'testFrameworkVersion':_0x5b3ea2,'testFrameworkState':_0x126b04[_0x158bf0(0x20d)]()['split']('.')[0x1]};logger[_0x158bf0(0x1ca)](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x239)+util['inspect'](_0x15f8e9));const _0x101167=await GrpcClient[_0x158bf0(0x23a)]()[_0x158bf0(0x22b)](_0x15f8e9);logger['debug'](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x1b1)+util[_0x158bf0(0x218)](_0x101167));}}catch(_0x1a2773){logger[_0x158bf0(0x20f)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x158bf0(0x1ea)](_0x1a2773));}logger['debug'](_0xcecbbb['Woozd']);}[a70_0x24dd00(0x1f2)](_0x125ea0,_0xe974a1,_0x5287a0,_0x560827,_0x1e56c3){const _0x37c738=a70_0x24dd00,_0x38878f={'testId':_0xe974a1,'testFrameworkState':_0x5287a0,'hookState':_0x560827,'args':_0x1e56c3,'timestamp':new Date()[_0x37c738(0x1b8)]()};_0x125ea0[_0x37c738(0x1a5)](_0xe974a1,_0x38878f),logger[_0x37c738(0x1ca)](_0x37c738(0x246)+_0xe974a1+_0x37c738(0x1d8)+_0x5287a0+',\x20hookState:\x20'+_0x560827);}async[a70_0x24dd00(0x202)](_0x99bb6d,_0xd0b0b9){const _0x30350f=a70_0x24dd00,_0x587444={};_0x587444[_0x30350f(0x1c4)]=function(_0x5e8c46,_0x4a6ce5){return _0x5e8c46>_0x4a6ce5;};const _0x3c725c=_0x587444;if(!_0x99bb6d[_0x30350f(0x1f9)](_0xd0b0b9))return;const _0x5b8023=_0x99bb6d[_0x30350f(0x1c5)](_0xd0b0b9);logger[_0x30350f(0x1ca)](_0x30350f(0x1be)+_0x5b8023['length']+_0x30350f(0x18b)+_0xd0b0b9);for(const _0x15620c of _0x5b8023){try{const _0x5c6dce=await this[_0x30350f(0x182)](_0x99bb6d,_0x15620c['testFrameworkState'],_0x15620c[_0x30350f(0x204)],_0x15620c[_0x30350f(0x1c7)]);_0x5c6dce&&_0x3c725c['jBHhg'](Object[_0x30350f(0x20a)](_0x5c6dce)['length'],0x0)&&_0x99bb6d['addMultipleEntries'](_0x5c6dce),await this['runHooks'](_0x99bb6d,_0x15620c[_0x30350f(0x1fa)],_0x15620c['hookState'],_0x15620c[_0x30350f(0x1c7)]);}catch(_0x535be1){logger[_0x30350f(0x20f)](_0x30350f(0x214)+_0xd0b0b9+_0x30350f(0x24c)+_0x535be1);}}_0x99bb6d[_0x30350f(0x1a3)](_0xd0b0b9),logger['debug'](_0x30350f(0x240)+_0xd0b0b9);}}module[a70_0x24dd00(0x195)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x1ba694=a70_0x11b6;function a70_0x213b(){const _0x158e0e=['14nAGrOA','1463736yqrNnk','KEY_HOOK_ID','\x20with\x20result:\x20','\x20hookState:\x20','DEFAULT_TEST_RESULT',',\x20state=','keys','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','getTestFrameworksVersions','2447433sZSmLU','KEY_TEST_UUID','stringify','args','sendLogCreatedEvent','hUvHe','workerInfo',',\x20storing\x20as\x20pending\x20hook','tKrKj','fjSGB','qjqNE','getPendingHooks','oORvt','toString','KEY_HOOKS_STARTED','MJJxk','12000131kLnONP','KEY_HOOK_RESULT','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','\x20with\x20id\x20','NONE','resolveInstance','../instances/testFrameworkInstance.js','KEY_EVENT_STARTED_AT','KEY_TEST_NAME','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','../state/hookState.js','\x20target=','LUsUz','oVgXR','KEY_TEST_ENDED_AT','1224624huNtma','startedAt','KEY_HOOK_NAME','hook_type','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','storePendingHook','getTestDetails','TSOCq','push','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','KEY_HOOKS_FINISHED','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','meta','KEY_TEST_RESULT_AT','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_FAILURE','\x20with\x20UUID:\x20','3517DYBlBg','endedAt','KEY_TEST_META','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','\x20response=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackEvent:\x20unsupported\x20testFrameworkState=','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','unknown','inspect','failed','testUUID','./testFramework','createContext','getContext','KEY_TEST_LOCATION','UnhandledError','addPendingHook','KEY_TEST_ATTACHMENTS','parseCucumberTest','rerun_name','getCurrentTestState','testFrameworkName','KEY_HOOK_LAST_STARTED','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','\x20and\x20args\x20=\x20','12hhbacz','executionContext','yIWFk','debug','Cucumber\x20log\x20created\x20event','pop','../instances/trackedInstance.js','LevfT','SBMpK','tags','failure_reason','DEFAULT_HOOK_RESULT','KEY_TEST_SCOPE','GzzZg','parseCucumberTestResult','\x20&\x20hook\x20=\x20','testFrameworkState','file_name','body','KEY_LOGS','__workerDetails','getTestFrameworks','result','trackHookEvent','\x20pending\x20hooks\x20for\x20testId:\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','failure','setTestDetails','KEY_HOOK_LAST_FINISHED','failure_type','KEY_CUSTOM_TAGS','removePendingHooks','getCurrentInstanceName','length','ceil','getAllData','toISOString','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','cWEHy','fHolj','KEY_TEST_RESULT','POST','../cliUtils.js','getInstance','testData','CQbHz','KEY_TEST_FAILURE_REASON','hasPendingHooks','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','processPendingHooks','VJksp','../TestInfo.js','test','hookState','customRerunParam','./constants/testFrameworkConstants.js','../grpcClient','TEST','xqILr','key','LOG_REPORT','get','split','KEY_TEST_FRAMEWORK_VERSION','runHooks','\x20batch\x20','logCreatedEvent','KEY_HOOK_FAILURE','KEY_HOOK_FAILURE_REASON','getTrackedInstance','KEY_HOOK_FAILURE_TYPE','KEY_TEST_TAGS','location','addMultipleEntries','readLogObjects','AigXW','../state/testFrameworkState.js','4412tadKLS','Processing\x20','KEY_TEST_ID','khGSz','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getRef','KEY_TEST_SCOPES','../../../helpers/classLogger.js','hooks','1234620xrYrEd','KEY_TEST_FAILURE_TYPE','RudJn','name','KEY_AUTOMATE_SESSION_NAME','failure_data','test_run_id','uuid','from','216cqjQoh','sLVem','getThreadId','testFrameworkVersion','INIT_TEST',',\x20state:\x20','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_LOGS','getCurrentHookState','base64','trackEvent','\x20&\x20hookState=','\x20\x20and\x20args\x20=\x20','hookData','kZoVF','wgvrn',',\x20hookState:\x20','jFjYq','Updated\x20cucumber\x20test\x20result:\x20','KEY_EVENT_ENDED_AT','code','znYVn','error','FsqIi','10SFLlRw','2115BabuHD','\x20for\x20test:\x20','eventJson'];a70_0x213b=function(){return _0x158e0e;};return a70_0x213b();}function a70_0x11b6(_0x89cc87,_0xb1d297){const _0x213bba=a70_0x213b();return a70_0x11b6=function(_0x11b6ae,_0x4d4927){_0x11b6ae=_0x11b6ae-0x9c;let _0x32eee6=_0x213bba[_0x11b6ae];return _0x32eee6;},a70_0x11b6(_0x89cc87,_0xb1d297);}(function(_0x5359e6,_0x67adab){const _0x189d16=a70_0x11b6,_0x11ffa0=_0x5359e6();while(!![]){try{const _0x3cb686=-parseInt(_0x189d16(0xa8))/0x1*(-parseInt(_0x189d16(0x121))/0x2)+-parseInt(_0x189d16(0x13a))/0x3*(parseInt(_0x189d16(0x10f))/0x4)+-parseInt(_0x189d16(0x118))/0x5+parseInt(_0x189d16(0x167))/0x6*(parseInt(_0x189d16(0x13d))/0x7)+-parseInt(_0x189d16(0x13e))/0x8+-parseInt(_0x189d16(0x147))/0x9*(parseInt(_0x189d16(0x139))/0xa)+-parseInt(_0x189d16(0x157))/0xb*(-parseInt(_0x189d16(0xc2))/0xc);if(_0x3cb686===_0x67adab)break;else _0x11ffa0['push'](_0x11ffa0['shift']());}catch(_0x5ad8c8){_0x11ffa0['push'](_0x11ffa0['shift']());}}}(a70_0x213b,0x618a2));const TestFramework=require(a70_0x1ba694(0xb4)),TestFrameworkState=require(a70_0x1ba694(0x10e)),HookState=require(a70_0x1ba694(0x162)),{createClassLogger}=require(a70_0x1ba694(0x116)),TestFrameworkInstance=require(a70_0x1ba694(0x15d)),CLIUtils=require(a70_0x1ba694(0xec)),TrackedInstance=require(a70_0x1ba694(0xc8)),TestFrameworkConstants=require(a70_0x1ba694(0xf9)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x1ba694(0x11f)),util=require('util'),TestInfo=require(a70_0x1ba694(0xf5)),GrpcClient=require(a70_0x1ba694(0xfa));class CucumberTestFramework extends TestFramework{constructor(_0xdc592f,_0x39b449,_0x4058f9){super(_0xdc592f,_0x39b449,_0x4058f9);}async[a70_0x1ba694(0x12b)](_0xc8cd89,_0x1c5ec4,_0x4be2cc={}){const _0x4d3fff=a70_0x1ba694,_0x67bea1={};_0x67bea1[_0x4d3fff(0x122)]=_0x4d3fff(0xc0),_0x67bea1[_0x4d3fff(0x10d)]=function(_0x311a02,_0x2b9667){return _0x311a02===_0x2b9667;},_0x67bea1[_0x4d3fff(0x130)]=function(_0x513bd7,_0x2af5b8){return _0x513bd7===_0x2af5b8;},_0x67bea1[_0x4d3fff(0x112)]=_0x4d3fff(0x159);const _0x3ae833=_0x67bea1;await super[_0x4d3fff(0x12b)](_0xc8cd89,_0x1c5ec4,_0x4be2cc);const _0x4dc2b1=this[_0x4d3fff(0x15c)](_0xc8cd89,_0x1c5ec4,_0x4be2cc);if(!_0x4dc2b1){logger[_0x4d3fff(0xc5)](_0x3ae833[_0x4d3fff(0x122)]);return;}try{let _0x1d7c55,_0x36b003;switch(_0xc8cd89){case TestFrameworkState[_0x4d3fff(0xfb)]:_0x1d7c55=_0x4be2cc['test'],_0x36b003=TestInfo['getTestUUID'](_0x1d7c55['id']);if(_0x3ae833[_0x4d3fff(0x10d)](_0x1c5ec4,HookState['PRE'])){logger[_0x4d3fff(0xc5)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x1d7c55['id']);const _0x25bf79={};_0x25bf79[_0x4d3fff(0xb3)]=_0x36b003,_0x25bf79[_0x4d3fff(0xee)]=_0x1d7c55,_0x4dc2b1[_0x4d3fff(0x10b)](this[_0x4d3fff(0xbb)](_0x25bf79)),logger[_0x4d3fff(0xc5)](_0x4d3fff(0x160)+_0x1d7c55['id']),await this[_0x4d3fff(0xf3)](_0x4dc2b1,_0x1d7c55['id']);}else{if(_0x3ae833['AigXW'](_0x1c5ec4,HookState[_0x4d3fff(0xeb)])){const _0x5c58fe={};_0x5c58fe['testUUID']=_0x36b003,_0x5c58fe[_0x4d3fff(0xee)]=_0x1d7c55,_0x4dc2b1[_0x4d3fff(0x10b)](this[_0x4d3fff(0xd0)](_0x5c58fe)),await this[_0x4d3fff(0xf3)](_0x4dc2b1,_0x1d7c55['id']);}}break;case TestFrameworkState[_0x4d3fff(0xfe)]:_0x3ae833['wgvrn'](_0x1c5ec4,HookState[_0x4d3fff(0xeb)])&&await this[_0x4d3fff(0x14b)](_0x4dc2b1,_0xc8cd89,_0x4be2cc);break;default:if(CLIUtils['matchHookRegex'](_0xc8cd89[_0x4d3fff(0x154)]()[_0x4d3fff(0x100)]('.')[0x1])){const _0x389cda=await this['trackHookEvent'](_0x4dc2b1,_0xc8cd89,_0x1c5ec4,_0x4be2cc);_0x4dc2b1[_0x4d3fff(0x10b)](_0x389cda);}else logger[_0x4d3fff(0xc5)](_0x4d3fff(0xae)+_0xc8cd89+_0x4d3fff(0x12c)+_0x1c5ec4);break;}}catch(_0x4a6224){logger[_0x4d3fff(0x137)](util['format'](_0x3ae833[_0x4d3fff(0x112)],_0xc8cd89,_0x1c5ec4,_0x4be2cc['length'],_0x4a6224));}_0x4be2cc['instance']=_0x4dc2b1,await this['runHooks'](_0x4dc2b1,_0xc8cd89,_0x1c5ec4,_0x4be2cc);}[a70_0x1ba694(0x15c)](_0x1950cc,_0x539121,_0x38ad59={}){const _0x436e44=a70_0x1ba694,_0x2dcd18={};_0x2dcd18['kZoVF']=function(_0x2e5216,_0x453637){return _0x2e5216===_0x453637;};const _0xc076b2=_0x2dcd18;let _0x5ea2eb=null;return(_0xc076b2[_0x436e44(0x12f)](_0x1950cc,TestFrameworkState[_0x436e44(0x125)])||_0xc076b2[_0x436e44(0x12f)](_0x1950cc,TestFrameworkState[_0x436e44(0x15b)]))&&this['trackCucumberInstance'](_0x1950cc,_0x38ad59),_0x5ea2eb=TestFramework[_0x436e44(0x107)](),_0x5ea2eb;}['trackCucumberInstance'](_0x3547fd,_0x2b8cc6){const _0x43faef=a70_0x1ba694,_0x274765=CLIUtils[_0x43faef(0xe2)](),_0x2a3144=TrackedInstance[_0x43faef(0xb5)](_0x274765);let _0x178a98=null;logger['debug']('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x274765+_0x43faef(0x143)+_0x3547fd),_0x178a98=new TestFrameworkInstance(_0x2a3144,this[_0x43faef(0xd7)](),this[_0x43faef(0x146)](),_0x3547fd,HookState[_0x43faef(0x15b)]),TestFramework['setTrackedInstance'](_0x2a3144,_0x178a98),logger[_0x43faef(0xc5)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x2a3144['getId']()+_0x43faef(0x163)+_0x274765);}[a70_0x1ba694(0xbb)](_0x43b27d){const _0x281f75=a70_0x1ba694,_0x3941f6={};_0x3941f6['GzzZg']=_0x281f75(0x113);const _0x3275b1=_0x3941f6,{testUUID:_0x38e494,testData:_0x14f433}=_0x43b27d;if(!_0x14f433||!_0x14f433[_0x281f75(0x11f)])return logger['debug'](_0x3275b1[_0x281f75(0xcf)]),{};const _0x184e41=_0x14f433['uuid'],_0x3fa74e=_0x14f433['uuid'],_0x5bc8dc=this[_0x281f75(0xd7)]()[0x0],_0x100d2b=this[_0x281f75(0x146)](),_0x33be71={[TestFrameworkConstants[_0x281f75(0x127)]]:_0x5bc8dc,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x100d2b[_0x5bc8dc],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x281f75(0xa1)]]:{},[TestFrameworkConstants[_0x281f75(0x155)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x184e41,[TestFrameworkConstants[_0x281f75(0xea)]]:TestFrameworkConstants[_0x281f75(0x142)],[TestFrameworkConstants[_0x281f75(0x11c)]]:_0x14f433[_0x281f75(0x11b)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x14f433[_0x281f75(0xd3)]||'',[TestFrameworkConstants[_0x281f75(0x111)]]:_0x3fa74e,[TestFrameworkConstants[_0x281f75(0x15f)]]:_0x14f433[_0x281f75(0x11b)]||'',[TestFrameworkConstants[_0x281f75(0xb7)]]:_0x14f433[_0x281f75(0x10a)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x14f433[_0x281f75(0xd4)]?.[_0x281f75(0x135)]||null,[TestFrameworkConstants[_0x281f75(0x109)]]:_0x14f433[_0x281f75(0xcb)]||[],[TestFrameworkConstants[_0x281f75(0x161)]]:_0x14f433[_0x281f75(0x168)]||new Date()[_0x281f75(0xe6)](),[TestFrameworkConstants[_0x281f75(0xce)]]:_0x14f433['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x281f75(0x115)]]:_0x14f433['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x14f433[_0x281f75(0xf8)]?.[_0x281f75(0xbc)]||_0x14f433['name']||'',[TestFrameworkConstants[_0x281f75(0xe0)]]:{},[TestFrameworkConstants[_0x281f75(0xaa)]]:_0x14f433[_0x281f75(0xa3)]||{}};TestInfo[_0x281f75(0xdd)](_0x3fa74e,_0x33be71),logger[_0x281f75(0xc5)]('Parsed\x20cucumber\x20test:\x20'+_0x14f433[_0x281f75(0x11b)]+_0x281f75(0xa7)+_0x184e41);const _0x32b208={};return _0x32b208[_0x3fa74e]=_0x33be71,_0x32b208;}[a70_0x1ba694(0xd0)](_0x4e57cc){const _0x455c83=a70_0x1ba694,_0x236d0c={'RudJn':_0x455c83(0xaf),'atDEq':_0x455c83(0xb0),'hUvHe':function(_0xaa654e,_0x171936){return _0xaa654e===_0x171936;},'xqILr':_0x455c83(0xb2),'TSOCq':'UnhandledError','FsqIi':function(_0x26ebd0,_0x3029f2,_0xd76da0){return _0x26ebd0(_0x3029f2,_0xd76da0);},'fjSGB':function(_0x55f2d2,_0x2cae42){return _0x55f2d2>_0x2cae42;}},{testUUID:_0x23dd94,testData:_0x31d5f9}=_0x4e57cc;if(!_0x31d5f9||!_0x31d5f9[_0x455c83(0x11f)])return logger[_0x455c83(0xc5)](_0x236d0c[_0x455c83(0x11a)]),{};const _0x2af139=this[_0x455c83(0x15c)](TestFrameworkState['TEST'],HookState[_0x455c83(0xeb)]),_0x3cc6af=_0x31d5f9[_0x455c83(0x11f)],_0x5df3ee=TestInfo['getTestDetails'](_0x3cc6af)||{},_0x4672d9=_0x5df3ee?_0x5df3ee[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x3c699a={..._0x5df3ee,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x31d5f9['result']||_0x236d0c['atDEq'],[TestFrameworkConstants[_0x455c83(0x166)]]:_0x31d5f9['finishedAt']||new Date()[_0x455c83(0xe6)](),[TestFrameworkConstants[_0x455c83(0xa4)]]:new Date()[_0x455c83(0xe6)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4672d9,[TestFrameworkConstants[_0x455c83(0xd5)]]:[],[TestFrameworkConstants[_0x455c83(0xaa)]]:_0x31d5f9[_0x455c83(0xa3)]||{}};_0x236d0c[_0x455c83(0x14c)](_0x31d5f9[_0x455c83(0xd8)],_0x236d0c[_0x455c83(0xfc)])&&_0x31d5f9[_0x455c83(0xdc)]&&(_0x3c699a[TestFrameworkConstants[_0x455c83(0x119)]]=_0x31d5f9[_0x455c83(0xdf)]||_0x236d0c[_0x455c83(0x9e)],_0x3c699a[TestFrameworkConstants[_0x455c83(0xf0)]]=_0x31d5f9[_0x455c83(0xcc)]||'',_0x3c699a[TestFrameworkConstants[_0x455c83(0xa6)]]=_0x31d5f9[_0x455c83(0xdc)]);const _0x52ba9b=TestInfo['getTestDetails'](_0x3cc6af)[TestFrameworkConstants[_0x455c83(0xba)]]||{},_0x3bfae2=_0x236d0c[_0x455c83(0x138)](getManualUploadLogs,_0x52ba9b,_0x2af139[_0x455c83(0xe5)]()[_0x455c83(0xff)](_0x3cc6af)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x236d0c[_0x455c83(0x150)](_0x3bfae2[_0x455c83(0xe3)],0x0)){const _0x17030e=_0x3c699a[TestFrameworkConstants['KEY_LOGS']]||[];_0x3c699a[TestFrameworkConstants[_0x455c83(0xd5)]]=[..._0x17030e,..._0x3bfae2];}_0x31d5f9[_0x455c83(0x117)]&&_0x236d0c[_0x455c83(0x150)](_0x31d5f9[_0x455c83(0x117)][_0x455c83(0xe3)],0x0)&&(_0x3c699a[TestFrameworkConstants[_0x455c83(0xa1)]]=_0x31d5f9[_0x455c83(0x117)]);TestInfo[_0x455c83(0xdd)](_0x3cc6af,_0x3c699a),logger[_0x455c83(0xc5)](_0x455c83(0x133)+_0x31d5f9[_0x455c83(0x11b)]+_0x455c83(0x140)+_0x31d5f9['result']);const _0x34728c={};return _0x34728c[_0x3cc6af]=_0x3c699a,_0x34728c;}async[a70_0x1ba694(0xd9)](_0x3e2f0b,_0x25bbcd,_0xff0645,_0x1aba6b){const _0x31e163=a70_0x1ba694,_0x3e85ff={'GbhOT':_0x31e163(0xf2),'tKrKj':function(_0x2ea3bd){return _0x2ea3bd();},'fHolj':function(_0x353dc5,_0x26a863){return _0x353dc5 in _0x26a863;},'cWEHy':function(_0x9e7c57,_0x1fd67c){return _0x9e7c57===_0x1fd67c;},'yIWFk':function(_0x51edfd,_0x592c95){return _0x51edfd===_0x592c95;},'SBMpK':function(_0x1d81e9,_0x265bcc){return _0x1d81e9>_0x265bcc;},'oVgXR':'failed','SWgIW':_0x31e163(0xb8),'RiMBW':'passed','qjqNE':function(_0x4f20c9,_0x5db55d){return _0x4f20c9!==_0x5db55d;}},{hookData:_0x4cea47}=_0x1aba6b;if(!_0x4cea47)return logger[_0x31e163(0xc5)](_0x3e85ff['GbhOT']),{};const _0x5de212=_0x4cea47[_0x31e163(0x11f)]||_0x3e85ff[_0x31e163(0x14f)](uuidv4),_0x57eceb=_0x4cea47[_0x31e163(0x11e)],_0x3d5d65=_0x25bbcd[_0x31e163(0x154)]()['split']('.')[0x1],_0x5467b4=TestInfo[_0x31e163(0x9d)](_0x57eceb)[TestFrameworkConstants[_0x31e163(0xe0)]]||{},_0x3d656c=_0x3e2f0b[_0x31e163(0xe5)]()[_0x31e163(0xff)](_0x57eceb);if(!_0x3d656c)return logger[_0x31e163(0xc5)](_0x31e163(0xa2)+_0x57eceb+_0x31e163(0x14e)),this[_0x31e163(0x9c)](_0x3e2f0b,_0x57eceb,_0x25bbcd,_0xff0645,_0x1aba6b),{};let _0x4c8506=_0x3d656c[TestFrameworkConstants[_0x31e163(0x155)]];!_0x4c8506&&(_0x4c8506={});!_0x3e85ff[_0x31e163(0xe9)](_0x3d5d65,_0x4c8506)&&(_0x4c8506[_0x3d5d65]=[]);let _0x128e15=_0x3d656c[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x128e15&&(_0x128e15={});!_0x3e85ff[_0x31e163(0xe9)](_0x3d5d65,_0x128e15)&&(_0x128e15[_0x3d5d65]=[]);const _0x41afaa={[TestFrameworkConstants[_0x31e163(0x155)]]:_0x4c8506,[TestFrameworkConstants[_0x31e163(0xa1)]]:_0x128e15},_0xab0a5b={};_0xab0a5b[_0x57eceb]=_0x41afaa;const _0x1ed423=_0xab0a5b;if(_0x3e85ff[_0x31e163(0xe8)](_0xff0645,HookState['PRE'])){const _0x57113a={[TestFrameworkConstants[_0x31e163(0x13f)]]:_0x5de212,[TestFrameworkConstants[_0x31e163(0x158)]]:TestFrameworkConstants[_0x31e163(0xcd)],[TestFrameworkConstants[_0x31e163(0x15e)]]:_0x4cea47['started_at'],[TestFrameworkConstants[_0x31e163(0x128)]]:[],[TestFrameworkConstants[_0x31e163(0x169)]]:_0x4cea47[_0x31e163(0x16a)],[TestFrameworkConstants[_0x31e163(0xe0)]]:_0x5467b4};_0x57113a[_0x31e163(0xfd)]=_0x3d5d65;const _0xf9c90=_0x57113a;_0x4c8506[_0x3d5d65][_0x31e163(0x9f)](_0xf9c90),_0x1ed423[_0x57eceb][TestFrameworkConstants[_0x31e163(0xbf)]]=_0x3d5d65,logger['debug'](_0x31e163(0x145)+_0x3d5d65+_0x31e163(0xd1)+_0xf9c90+_0x31e163(0x12d)+_0x1aba6b);}else{if(_0x3e85ff[_0x31e163(0xc4)](_0xff0645,HookState['POST'])){const _0x38b4bb=_0x4cea47[_0x31e163(0xd8)],_0x31de15=_0x4c8506[_0x3d5d65]||[];logger['debug'](_0x31e163(0xe7)+_0x31de15+_0x31e163(0xc1)+_0x1aba6b);if(_0x3e85ff[_0x31e163(0xca)](_0x31de15['length'],0x0)){const _0x303f51=_0x31de15[_0x31e163(0xc7)]();_0x3e85ff[_0x31e163(0xe8)](_0x4cea47[_0x31e163(0xd8)],_0x3e85ff[_0x31e163(0x165)])&&_0x4cea47['failure_data']?(_0x303f51[TestFrameworkConstants[_0x31e163(0x108)]]=_0x4cea47['failure_type']||_0x3e85ff['SWgIW'],_0x303f51[TestFrameworkConstants[_0x31e163(0x106)]]=_0x4cea47['failure_reason']||'',_0x303f51[TestFrameworkConstants[_0x31e163(0x105)]]=_0x4cea47[_0x31e163(0x11d)]):_0x303f51[TestFrameworkConstants[_0x31e163(0x158)]]=_0x3e85ff['RiMBW'];_0x3e85ff[_0x31e163(0x151)](_0x38b4bb,TestFrameworkConstants[_0x31e163(0xcd)])&&(_0x303f51[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x38b4bb);_0x303f51[TestFrameworkConstants[_0x31e163(0x134)]]=_0x4cea47['finished_at']||new Date()[_0x31e163(0xe6)](),_0x303f51[TestFrameworkConstants[_0x31e163(0xe0)]]=_0x5467b4;const _0x40bca1=_0x303f51[TestFrameworkConstants[_0x31e163(0x13f)]];!_0x128e15[_0x3d5d65]&&(_0x128e15[_0x3d5d65]=[]),_0x128e15[_0x3d5d65][_0x31e163(0x9f)](_0x303f51),_0x1ed423[_0x57eceb][TestFrameworkConstants[_0x31e163(0xde)]]=_0x3d5d65;}}}return logger[_0x31e163(0xc5)]('Tracked\x20cucumber\x20hook\x20event:\x20'+_0x4cea47[_0x31e163(0x16a)]+_0x31e163(0x15a)+_0x5de212+_0x31e163(0x13b)+_0x57eceb),_0x1ed423;}['createTestFrameworkEventPayload'](_0x547a97){const _0x542d8a=a70_0x1ba694,_0x85fb43={};_0x85fb43[_0x542d8a(0xef)]=_0x542d8a(0x12a);const _0x2a14d2=_0x85fb43;try{const _0x26a3fd=_0x547a97['test']?_0x547a97[_0x542d8a(0xf6)]['id']:_0x547a97[_0x542d8a(0x12e)][_0x542d8a(0x11e)],_0x372831=_0x547a97['instance'],_0x524b54=_0x372831[_0x542d8a(0xb6)](),_0x5d66e9=_0x372831[_0x542d8a(0xe5)]()['get'](_0x26a3fd);if(!_0x5d66e9)return logger[_0x542d8a(0xc5)](_0x542d8a(0xad)+_0x26a3fd),{};logger[_0x542d8a(0xc5)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x26a3fd);const {[TestFrameworkConstants[_0x542d8a(0x127)]]:_0x2adf50='',[TestFrameworkConstants[_0x542d8a(0x101)]]:_0x39c5f0='',[TestFrameworkConstants[_0x542d8a(0x161)]]:_0x540257='',[TestFrameworkConstants[_0x542d8a(0x166)]]:_0x2669ba=''}=_0x5d66e9,_0x5d5a57=_0x372831[_0x542d8a(0xbd)]()[_0x542d8a(0x154)]()['split']('.')[0x1],_0x21c5b6=_0x372831[_0x542d8a(0x129)]()['toString']()[_0x542d8a(0x100)]('.')[0x1],_0x57a897=global?.[_0x542d8a(0xd6)]?.[_0x542d8a(0x14d)]?.['parallelIndex'],_0x45f551=_0x372831[_0x542d8a(0x114)](),_0x355be3=Buffer[_0x542d8a(0x120)](JSON[_0x542d8a(0x149)](_0x5d66e9))[_0x542d8a(0x154)](_0x2a14d2['CQbHz']),_0x3af30d={'hash':_0x524b54['getId'](),'threadId':_0x524b54[_0x542d8a(0x123)]()[_0x542d8a(0x154)](),'processId':_0x524b54['getProcessId']()['toString']()},_0x1fb928={};_0x1fb928['platformIndex']=_0x57a897,_0x1fb928[_0x542d8a(0xbe)]=_0x2adf50,_0x1fb928[_0x542d8a(0x124)]=_0x39c5f0,_0x1fb928[_0x542d8a(0xd2)]=_0x5d5a57,_0x1fb928[_0x542d8a(0xf7)]=_0x21c5b6,_0x1fb928['startedAt']=_0x540257,_0x1fb928[_0x542d8a(0xa9)]=_0x2669ba,_0x1fb928[_0x542d8a(0x11f)]=_0x45f551,_0x1fb928[_0x542d8a(0x13c)]=_0x355be3,_0x1fb928[_0x542d8a(0xc3)]=_0x3af30d;const _0x362028=_0x1fb928;return logger[_0x542d8a(0xc5)](_0x542d8a(0x16b)+_0x26a3fd+'\x20testState:\x20'+_0x5d5a57+_0x542d8a(0x141)+_0x21c5b6),_0x362028;}catch(_0x441a5e){return logger['error'](_0x542d8a(0xa5)+util['format'](_0x441a5e)),{};}}async[a70_0x1ba694(0x14b)](_0x302824,_0x219ce4,_0x134ed9){const _0x4648cd=a70_0x1ba694,_0x2c41ae={'XXxMU':function(_0x59360b,_0x282cb8,_0x285df9){return _0x59360b(_0x282cb8,_0x285df9);},'VJksp':function(_0x2c8c13,_0x5f2ccc){return _0x2c8c13===_0x5f2ccc;},'LUsUz':_0x4648cd(0xa0),'MJJxk':function(_0x28991f,_0x22a933){return _0x28991f/_0x22a933;},'oORvt':function(_0x3e68b4,_0x3ef6fa){return _0x3e68b4<_0x3ef6fa;},'znYVn':function(_0x9cd78b,_0x170855){return _0x9cd78b*_0x170855;},'jFjYq':function(_0x20a6f6,_0x3306b4){return _0x20a6f6+_0x3306b4;},'HFDHC':function(_0x4a4d8f,_0x3af048){return _0x4a4d8f+_0x3af048;},'lWdHX':_0x4648cd(0xc6)};try{const _0x3e4f99=_0x134ed9[_0x4648cd(0xb3)],_0x3169e3=_0x302824[_0x4648cd(0xe5)]()[_0x4648cd(0xff)](_0x3e4f99),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x228f61='',[TestFrameworkConstants[_0x4648cd(0x101)]]:_0x2d6b28=''}=_0x3169e3,_0x5e4d4a=TestInfo[_0x4648cd(0x10c)](_0x3e4f99),_0x5efd3e=TestInfo['getTestDetails'](_0x3e4f99)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x36025a=_0x2c41ae['XXxMU'](getMediaArtifactsLogs,_0x5efd3e,_0x302824[_0x4648cd(0xe5)]()[_0x4648cd(0xff)](_0x3e4f99)[TestFrameworkConstants[_0x4648cd(0x148)]]),_0x4e71b8=(_0x5e4d4a||[])['concat'](_0x36025a||[]);if(!_0x4e71b8||_0x2c41ae[_0x4648cd(0xf4)](_0x4e71b8[_0x4648cd(0xe3)],0x0)){logger[_0x4648cd(0xc5)](_0x2c41ae[_0x4648cd(0x164)]);return;}const _0x2d27db=0x28,_0x4bd7f0=Math[_0x4648cd(0xe4)](_0x2c41ae[_0x4648cd(0x156)](_0x4e71b8[_0x4648cd(0xe3)],_0x2d27db));for(let _0x23e959=0x0;_0x2c41ae[_0x4648cd(0x153)](_0x23e959,_0x4bd7f0);_0x23e959++){const _0x7ac863=_0x2c41ae[_0x4648cd(0x136)](_0x23e959,_0x2d27db),_0xb7df90=_0x2c41ae[_0x4648cd(0x132)](_0x7ac863,_0x2d27db),_0x8d714f=_0x4e71b8['slice'](_0x7ac863,_0xb7df90),_0x36ed3b={'platformIndex':'0','logs':_0x8d714f,'testFrameworkName':_0x228f61,'testFrameworkVersion':_0x2d6b28,'testFrameworkState':_0x219ce4[_0x4648cd(0x154)]()[_0x4648cd(0x100)]('.')[0x1]};logger[_0x4648cd(0xc5)](_0x4648cd(0xdb)+_0x3e4f99+'\x20batch\x20'+_0x2c41ae['HFDHC'](_0x23e959,0x1)+'/'+_0x4bd7f0+'\x20payload='+util[_0x4648cd(0xb1)](_0x36ed3b));const _0x5d9cdc=await GrpcClient[_0x4648cd(0xed)]()[_0x4648cd(0x104)](_0x36ed3b);logger[_0x4648cd(0xc5)](_0x4648cd(0xdb)+_0x3e4f99+_0x4648cd(0x103)+_0x2c41ae['jFjYq'](_0x23e959,0x1)+'/'+_0x4bd7f0+_0x4648cd(0xac)+util['inspect'](_0x5d9cdc));}}catch(_0x18fd99){logger[_0x4648cd(0x137)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util['format'](_0x18fd99));}logger[_0x4648cd(0xc5)](_0x2c41ae['lWdHX']);}[a70_0x1ba694(0x9c)](_0x1a58f7,_0x475a9e,_0x144c80,_0x352bce,_0x2516b2){const _0x525eec=a70_0x1ba694,_0x20a981={'testId':_0x475a9e,'testFrameworkState':_0x144c80,'hookState':_0x352bce,'args':_0x2516b2,'timestamp':new Date()[_0x525eec(0xe6)]()};_0x1a58f7[_0x525eec(0xb9)](_0x475a9e,_0x20a981),logger[_0x525eec(0xc5)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x475a9e+_0x525eec(0x126)+_0x144c80+_0x525eec(0x131)+_0x352bce);}async[a70_0x1ba694(0xf3)](_0x4f6ef8,_0x5237f6){const _0x5d4ff4=a70_0x1ba694,_0x1d3931={};_0x1d3931['LevfT']=function(_0x4f69b0,_0x30fd5d){return _0x4f69b0>_0x30fd5d;};const _0x1c43b9=_0x1d3931;if(!_0x4f6ef8[_0x5d4ff4(0xf1)](_0x5237f6))return;const _0x3eb915=_0x4f6ef8[_0x5d4ff4(0x152)](_0x5237f6);logger[_0x5d4ff4(0xc5)](_0x5d4ff4(0x110)+_0x3eb915[_0x5d4ff4(0xe3)]+_0x5d4ff4(0xda)+_0x5237f6);for(const _0x3106d6 of _0x3eb915){try{const _0x8d93fb=await this[_0x5d4ff4(0xd9)](_0x4f6ef8,_0x3106d6['testFrameworkState'],_0x3106d6[_0x5d4ff4(0xf7)],_0x3106d6[_0x5d4ff4(0x14a)]);_0x8d93fb&&_0x1c43b9[_0x5d4ff4(0xc9)](Object[_0x5d4ff4(0x144)](_0x8d93fb)[_0x5d4ff4(0xe3)],0x0)&&_0x4f6ef8[_0x5d4ff4(0x10b)](_0x8d93fb),await this[_0x5d4ff4(0x102)](_0x4f6ef8,_0x3106d6[_0x5d4ff4(0xd2)],_0x3106d6[_0x5d4ff4(0xf7)],_0x3106d6[_0x5d4ff4(0x14a)]);}catch(_0x47e0cf){logger[_0x5d4ff4(0x137)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5237f6+',\x20error:\x20'+_0x47e0cf);}}_0x4f6ef8[_0x5d4ff4(0xe1)](_0x5237f6),logger['debug'](_0x5d4ff4(0xab)+_0x5237f6);}}module['exports']=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71_0x3fb4df=a71_0x52a4;(function(_0x5cacd0,_0x171cda){const _0x4daa88=a71_0x52a4,_0x3d70ed=_0x5cacd0();while(!![]){try{const _0x3abcdf=-parseInt(_0x4daa88(0x14e))/0x1*(parseInt(_0x4daa88(0x12f))/0x2)+-parseInt(_0x4daa88(0x1d2))/0x3+parseInt(_0x4daa88(0x162))/0x4*(parseInt(_0x4daa88(0x139))/0x5)+parseInt(_0x4daa88(0x1d6))/0x6+parseInt(_0x4daa88(0x133))/0x7+parseInt(_0x4daa88(0x1bc))/0x8+-parseInt(_0x4daa88(0x183))/0x9;if(_0x3abcdf===_0x171cda)break;else _0x3d70ed['push'](_0x3d70ed['shift']());}catch(_0x556168){_0x3d70ed['push'](_0x3d70ed['shift']());}}}(a71_0x3358,0x5476f));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x3fb4df(0x18b)),HookState=require(a71_0x3fb4df(0x1c9)),{createClassLogger}=require(a71_0x3fb4df(0x17f)),TestFrameworkInstance=require(a71_0x3fb4df(0x10a)),CLIUtils=require(a71_0x3fb4df(0x22b)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x3fb4df(0x1d9)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x3fb4df(0xf7)),{isInternalHook}=require(a71_0x3fb4df(0xfb)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x3fb4df(0x156)),util=require(a71_0x3fb4df(0x184)),TestInfo=require(a71_0x3fb4df(0x12e)),GrpcClient=require(a71_0x3fb4df(0x109)),stackTrace=require(a71_0x3fb4df(0xbb));function a71_0x52a4(_0x5b396f,_0x1af02e){const _0x3358da=a71_0x3358();return a71_0x52a4=function(_0x52a467,_0x27d3db){_0x52a467=_0x52a467-0xb8;let _0x54a840=_0x3358da[_0x52a467];return _0x54a840;},a71_0x52a4(_0x5b396f,_0x1af02e);}function a71_0x3358(){const _0x1bf8be=['__workerDetails','KEY_TEST_RERUN_NAME','getJestFailureType','KEY_TEST_RETRY_OF','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','getContext','parseJestTestResult','removeActiveHook','processPendingHooks','getAllData','eEHsh','testFrameworkState','addMultipleEntries','Unknown\x20error','filePath','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20hookData=','KEY_TEST_UUID','../cliUtils.js','createContext','kbMnf',',\x20hook=','setTrackedInstance','\x20to\x20',',\x20hooksListLength=','event_ended_at','KEY_HOOK_FAILURE','QUpMv','aiNjA','split','parseJestTest','addPendingHook','getAllPendingHookTestIds','forEach','KEY_EVENT_ENDED_AT',',\x20remainingHooks=','includes','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','platformIndex','ceil','KQsnX','KEY_TEST_DURATION','push','warn','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Assert','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','TeehK','getRef','from','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_CODE','unknown','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_TEST_ID','KEY_TEST_SCOPE','stack-trace','file',',\x20screenshotLogs:\x20','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','keys','concat','VSstW','zCNcY',',\x20error:\x20','ocfKc','getId','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','KEY_HOOK_ID','zsUhz','replace',',\x20response=','depth','originalTest','Stored\x20pending\x20hook\x20for\x20testId:\x20','gTErn','test_run_uuid','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','parse','wEBbG','ejHkI',',\x20hookState:\x20','test_run_id','hooks','hookUUID','\x20logs\x20for\x20testId:\x20','LrALJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','matchHookRegex','qEmOg','args','test_identifier','mwLfW','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','YQVTr','message','location','XqGNU','title','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','wcHdz',',\x20filePath:\x20','resolveInstance','getInstance','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getJestTestName','stringify','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','slice','\x20(testIdentifier),\x20hookType=','../../../helpers/helper.js','pwcKl','isArray','createTestFrameworkEventPayload','../../../helpers/test-observability/utils','started_at','yetAV','hNPcr',',\x20state:\x20','storePendingHook','LvXAt','Ketgt','get','mapTestHooks','trackJestInstance:\x20created\x20instance\x20for\x20target=','nmtmj','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','asyncError','../grpcClient','../instances/testFrameworkInstance.js','SkTjA','set','getCurrentTestState','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','NONE','hookType','KEY_TEST_FRAMEWORK_VERSION',',\x20hookUUID=','udYIh',',\x20storing\x20as\x20pending\x20hook','base64','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_HOOK_NAME','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','substring','PQzjf','PRE','trackHookEvent','toISOString','result',',\x20scope:\x20',',\x20totalLogs:\x20',',\x20target=','errorsDetailed','substr','length','hook_run_uuid',',\x20argsKeys=',',\x20version=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getCurrentHookState','../TestInfo.js','105720VbmRiu','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','DEFAULT_HOOK_RESULT','test','775019WiXfRW','getJestTestTags','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','110JNEsiL','bvQuS',',\x20hookState=','JhQYq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_RESULT','HwhDC','tWOsH','nJGdL','skipped','getFileName','getPendingHooks','hasPendingHooks','irwiA','logCreatedEvent','testId','testFrameworkVersion','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','startsWith','prKzs','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','1dyWJgJ','has','KEY_HOOKS_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','format','name','getRootParentFile','KEY_TEST_FAILURE_REASON','uuid','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists','UxcTH','activeHooks',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','qKAJB','tvvWQ','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','TEST_SCREENSHOT','72628KWYYaU','KEY_TEST_STARTED_AT','getTrackedInstance',':testAnalyticsId','UwVDX','Wwpcm','type','maxArrayLength','Processing\x20','NMxed','SdhCf','KEY_TEST_ATTACHMENTS','KEY_HOOKS_STARTED',',\x20hookId=','vPVWy','scope','debug','\x20-\x20test_identifier=','\x22\x20from\x20testData','POST','hookData','KEY_HOOK_LAST_STARTED','parallelIndex','workerInfo','gXhdf','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','\x20files','failure_reason','\x20(testIdentifier)','../../../helpers/classLogger.js',',\x20filePath=',',\x20testData=','getJestFailureReason','1592442dhegxm','util','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','zsaYE','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','hookMetadata','../state/testFrameworkState.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getJestFailureData','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','failed','getJestTestFilePath','KEY_TEST_LOCATION','match','startedAt','KzMth','inspect','nYJds','IoSQD','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eventJson','fydzW',',\x20test_run_uuid=','KEY_TEST_LOGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOK_FAILURE_REASON','KEY_TEST_FAILURE_TYPE','hook_result','xsgre',',\x20payload:\x20',',\x20exception=','buildHookMapFromTest','GcjSB','KEY_EVENT_STARTED_AT','getJestTestScopes','KEY_HOOK_FAILURE_TYPE','toString','finished_at','error','find','kind','executionContext','jjANf',',\x20totalHooks=','duration','KEY_LOGS','UnYuy','filter','qoGCd','QUssC','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getHooksForTest','2242320LXeDoR','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20consoleLogs:\x20','NSxPP','pcyHb',',\x20currentTestId:\x20','Unknown\x20Test','xuJqV','KEY_TEST_RESULT_AT',',\x20contextId=','\x20-\x20testId:\x20','\x20attachments','../state/hookState.js','tags','KEY_TEST_SCOPES',',\x20testId=','ubaKT',',\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','vpjev','getJestTestIdentifier','1515969uiPZdD','VcykN','pid','BEFORE_ALL','1743762KSQFRb','testUUID','KEY_TEST_TAGS','./constants/testFrameworkConstants.js','hook_id','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','getTestFrameworksVersions','KEY_HOOK_RESULT','\x20screenshot\x20logs\x20for\x20testId:\x20','sYfyv','kZFyd','hookAnalyticsId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_ENDED_AT','hookState','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20totalBatches:\x20','dvXqD','FebRh',',\x20failureReason=','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_FRAMEWORK_NAME','\x20hook','runHooks',',\x20failureType=','missing','LOG_REPORT','yBJeX','join','file_name','sSyJl','isJestInternalHook','\x20(testIdentifier),\x20tags=','getThreadId','ALL','_ALL','KEY_HOOK_LAST_FINISHED','DEFAULT_TEST_RESULT','CqLHH','none','VTToC','apply',',\x20state=','rmmEM','hook_type','jeSuv','KEY_TEST_META',',\x20testFramework=',',\x20hookType=',',\x20hook_run_uuid=','testData','nbPnD','HIQcY','scopes','delete','map','KEY_TEST_FILE_PATH',',\x20logsInBatch:\x20','status','KEY_CUSTOM_TAGS','ePTbR','ficqS','hrXuk','instance','\x22\x20hook'];a71_0x3358=function(){return _0x1bf8be;};return a71_0x3358();}class JestTestFramework extends TestFramework{constructor(_0x555089,_0xd08535,_0x9fe249){const _0x28934d=a71_0x3fb4df;super(_0x555089,_0xd08535,_0x9fe249),this[_0x28934d(0x15a)]=new Map();}['setActiveHook'](_0x178377,_0xc92bee,_0xbe5b42){const _0x27cd4e=a71_0x3fb4df,_0x12b287={};_0x12b287[_0x27cd4e(0x140)]=function(_0x3a2afe,_0xd320ad){return _0x3a2afe||_0xd320ad;};const _0x23a5cc=_0x12b287;if(_0x23a5cc[_0x27cd4e(0x140)](!_0x178377,!_0xc92bee)){logger[_0x27cd4e(0x244)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee);return;}!this[_0x27cd4e(0x15a)]['has'](_0x178377)&&this[_0x27cd4e(0x15a)][_0x27cd4e(0x10c)](_0x178377,[]);const _0x2a4c49={'hookUUID':_0xc92bee,'hookType':_0xbe5b42,'startedAt':new Date()[_0x27cd4e(0x121)]()};this['activeHooks']['get'](_0x178377)[_0x27cd4e(0x243)](_0x2a4c49),logger[_0x27cd4e(0x172)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee+_0x27cd4e(0x207)+_0xbe5b42+_0x27cd4e(0x1b2)+this[_0x27cd4e(0x15a)][_0x27cd4e(0x103)](_0x178377)[_0x27cd4e(0x128)]);}[a71_0x3fb4df(0x220)](_0x2e4a42,_0x2e974a){const _0x255ec5=a71_0x3fb4df,_0x4fe407={};_0x4fe407['prKzs']=function(_0x15b5bd,_0x3b4ac8){return _0x15b5bd||_0x3b4ac8;},_0x4fe407[_0x255ec5(0x1d0)]=function(_0x349f21,_0x1e2473){return _0x349f21!==_0x1e2473;},_0x4fe407[_0x255ec5(0x17a)]=function(_0x86aa66,_0x48f393){return _0x86aa66===_0x48f393;};const _0xc4b2ef=_0x4fe407;if(_0xc4b2ef[_0x255ec5(0x14c)](!_0x2e4a42,!_0x2e974a)){logger[_0x255ec5(0x244)](_0x255ec5(0x117)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);return;}if(this[_0x255ec5(0x15a)][_0x255ec5(0x14f)](_0x2e4a42)){const _0x3f43b8=this['activeHooks'][_0x255ec5(0x103)](_0x2e4a42),_0x2d4c37=_0x3f43b8['findIndex'](_0xac1fe7=>_0xac1fe7[_0x255ec5(0xdb)]===_0x2e974a);_0xc4b2ef[_0x255ec5(0x1d0)](_0x2d4c37,-0x1)?(_0x3f43b8['splice'](_0x2d4c37,0x1),logger[_0x255ec5(0x172)](_0x255ec5(0x189)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a+_0x255ec5(0x23c)+_0x3f43b8[_0x255ec5(0x128)]),_0xc4b2ef['gXhdf'](_0x3f43b8['length'],0x0)&&this[_0x255ec5(0x15a)][_0x255ec5(0x20d)](_0x2e4a42)):logger[_0x255ec5(0x172)](_0x255ec5(0x190)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);}}[a71_0x3fb4df(0x1ea)](_0x4d328d){const _0x19f74e=a71_0x3fb4df,_0x4ba87b={};_0x4ba87b[_0x19f74e(0x1a7)]=function(_0x214c22,_0xc696e4){return _0x214c22>_0xc696e4;},_0x4ba87b['dvXqD']=function(_0x11a16d,_0x237a9f){return _0x11a16d-_0x237a9f;};const _0x2dc821=_0x4ba87b;if(!_0x4d328d)return null;if(this[_0x19f74e(0x15a)]['has'](_0x4d328d)){const _0x5dfbb6=this['activeHooks'][_0x19f74e(0x103)](_0x4d328d);if(_0x2dc821[_0x19f74e(0x1a7)](_0x5dfbb6[_0x19f74e(0x128)],0x0)){const _0x4e4fd8=_0x5dfbb6[_0x2dc821[_0x19f74e(0x1e7)](_0x5dfbb6[_0x19f74e(0x128)],0x1)];return logger[_0x19f74e(0x172)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x4d328d+_0x19f74e(0x113)+_0x4e4fd8[_0x19f74e(0xdb)]+_0x19f74e(0x207)+_0x4e4fd8[_0x19f74e(0x111)]),_0x4e4fd8;}}return null;}async[a71_0x3fb4df(0x248)](_0x27c608,_0x678d2a,_0x1f08b7={}){const _0x3a9005=a71_0x3fb4df,_0x2aac5d={};_0x2aac5d[_0x3a9005(0x1b8)]=_0x3a9005(0x17b),_0x2aac5d[_0x3a9005(0xc3)]=function(_0x343dd0,_0x137940){return _0x343dd0===_0x137940;},_0x2aac5d[_0x3a9005(0x106)]=function(_0x1a6e75,_0x467ef9){return _0x1a6e75||_0x467ef9;},_0x2aac5d['Uoyow']=_0x3a9005(0x21d);const _0x3b4a85=_0x2aac5d;logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x12a)+Object[_0x3a9005(0xc0)](_0x1f08b7)[_0x3a9005(0x1f3)](',')),await super[_0x3a9005(0x248)](_0x27c608,_0x678d2a,_0x1f08b7);const _0x4c5724=this[_0x3a9005(0xef)](_0x27c608,_0x678d2a,_0x1f08b7);if(!_0x4c5724){logger[_0x3a9005(0x172)](_0x3b4a85[_0x3a9005(0x1b8)]);return;}try{let _0x557dbc,_0x35721c,_0x255427;switch(_0x27c608){case TestFrameworkState['TEST']:_0x557dbc=_0x1f08b7[_0x3a9005(0x132)];const _0x2b2be4={};_0x2b2be4[_0x3a9005(0xcc)]=0x2,_0x2b2be4[_0x3a9005(0x169)]=0x3,logger['debug'](_0x3a9005(0x1eb)+_0x678d2a+_0x3a9005(0x181)+util[_0x3a9005(0x197)](_0x557dbc,_0x2b2be4)),_0x255427=this[_0x3a9005(0x1d1)](_0x557dbc),_0x35721c=null,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x255427+_0x3a9005(0x17e));if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x11f)])){logger[_0x3a9005(0x172)](_0x3a9005(0x1cf)+_0x255427);const _0x4d58f3={};_0x4d58f3[_0x3a9005(0x1d7)]=_0x35721c,_0x4d58f3['testData']=_0x557dbc,_0x4d58f3['testId']=_0x255427;const _0x21ca42=this[_0x3a9005(0x237)](_0x4d58f3),_0x2ce17b={};_0x2ce17b[_0x3a9005(0xcc)]=0x2,_0x2ce17b[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x15c)+util[_0x3a9005(0x197)](_0x21ca42,_0x2ce17b)),_0x4c5724[_0x3a9005(0x225)](_0x21ca42),logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x255427),await this['processPendingHooks'](_0x4c5724,_0x255427);}else{if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){logger['debug'](_0x3a9005(0x136)+_0x255427);const _0x338677=_0x4c5724[_0x3a9005(0x222)]()[_0x3a9005(0x103)](_0x255427);logger['debug'](_0x3a9005(0xbf)+util[_0x3a9005(0x197)](Object[_0x3a9005(0xc0)](_0x3b4a85[_0x3a9005(0x106)](_0x338677,{}))));_0x338677&&_0x338677[TestFrameworkConstants[_0x3a9005(0x16d)]]?logger[_0x3a9005(0x172)](_0x3a9005(0x186)+Object['keys'](_0x338677[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x3a9005(0x128)]+_0x3a9005(0x17c)):logger[_0x3a9005(0x172)](_0x3b4a85['Uoyow']);const _0x3f0e7c=_0x1f08b7[_0x3a9005(0xcd)]||null,_0x4e04a9={};_0x4e04a9[_0x3a9005(0x1d7)]=_0x35721c,_0x4e04a9[_0x3a9005(0x209)]=_0x557dbc,_0x4e04a9[_0x3a9005(0x148)]=_0x255427,_0x4e04a9[_0x3a9005(0xcd)]=_0x3f0e7c;const _0x3f3a57=this['parseJestTestResult'](_0x4e04a9),_0x32fc62={};_0x32fc62[_0x3a9005(0xcc)]=0x2,_0x32fc62[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x12c)+util[_0x3a9005(0x197)](_0x3f3a57,_0x32fc62)),_0x4c5724[_0x3a9005(0x225)](_0x3f3a57),logger['debug'](_0x3a9005(0x135)+_0x255427),await this[_0x3a9005(0x221)](_0x4c5724,_0x255427);}}break;case TestFrameworkState[_0x3a9005(0x1f1)]:if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){const _0x178ef3={};_0x178ef3[_0x3a9005(0xcc)]=0x2,logger[_0x3a9005(0x172)](_0x3a9005(0x10f)+util[_0x3a9005(0x197)](_0x1f08b7,_0x178ef3)),await this['sendLogCreatedEvent'](_0x4c5724,_0x27c608,_0x1f08b7);}break;default:if(CLIUtils[_0x3a9005(0xdf)](_0x27c608[_0x3a9005(0x1ab)]()[_0x3a9005(0x236)]('.')[0x1])){const _0x41ae63={};_0x41ae63[_0x3a9005(0xcc)]=0x2,_0x41ae63[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0xd4)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x229)+util['inspect'](_0x1f08b7[_0x3a9005(0x176)],_0x41ae63));const _0x51aa72=await this[_0x3a9005(0x120)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7),_0x5a061e={};_0x5a061e[_0x3a9005(0xcc)]=0x2,_0x5a061e[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x3a9005(0x197)](_0x51aa72,_0x5a061e)),_0x4c5724[_0x3a9005(0x225)](_0x51aa72);}else logger[_0x3a9005(0x172)](_0x3a9005(0x11b)+_0x27c608+'\x20&\x20hookState='+_0x678d2a);break;}logger[_0x3a9005(0x172)](_0x3a9005(0x138)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a);}catch(_0x1cc7ac){logger[_0x3a9005(0x1ad)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x1a5)+util['format'](_0x1cc7ac));}_0x1f08b7[_0x3a9005(0x216)]=_0x4c5724,await this[_0x3a9005(0x1ee)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7);}[a71_0x3fb4df(0x1d1)](_0x4d56aa){const _0x49fbf7=a71_0x3fb4df,_0x166e34={};_0x166e34[_0x49fbf7(0x214)]=_0x49fbf7(0x14a);const _0x3f8b39=_0x166e34;if(_0x4d56aa&&(_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)])){const _0x389680=_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)];return logger[_0x49fbf7(0x172)](_0x49fbf7(0x1ba)+_0x389680+_0x49fbf7(0x174)),_0x389680;}return logger[_0x49fbf7(0x172)](_0x3f8b39['ficqS']),process[_0x49fbf7(0x1d4)]+_0x49fbf7(0x165);}[a71_0x3fb4df(0xef)](_0x8e84a4,_0x5db541,_0x47903f={}){const _0x478ff3=a71_0x3fb4df;let _0x449ea5=null;return _0x449ea5=TestFramework[_0x478ff3(0x164)](),!_0x449ea5?(logger[_0x478ff3(0x172)](_0x478ff3(0xc7)+_0x8e84a4),this['trackJestInstance'](_0x8e84a4,_0x47903f),_0x449ea5=TestFramework[_0x478ff3(0x164)](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x449ea5+_0x478ff3(0x1c6)+_0x449ea5?.[_0x478ff3(0x21e)]()?.['getId']())):logger[_0x478ff3(0x172)](_0x478ff3(0x228)+_0x449ea5['getContext']()?.[_0x478ff3(0xc6)]()),_0x449ea5;}['trackJestInstance'](_0x4d85e3,_0x31d614){const _0x10d04c=a71_0x3fb4df,_0x301f1c={};_0x301f1c[_0x10d04c(0x1e8)]=_0x10d04c(0x158);const _0x1e0106=_0x301f1c;if(TestFramework['getTrackedInstance']()){logger[_0x10d04c(0x172)](_0x1e0106[_0x10d04c(0x1e8)]);return;}const _0x46214c=CLIUtils[_0x10d04c(0x21c)](),_0x4e565e=TrackedInstance[_0x10d04c(0x22c)](_0x46214c);let _0x20d528=null;logger[_0x10d04c(0x172)](_0x10d04c(0x105)+_0x46214c+_0x10d04c(0x201)+_0x4d85e3),_0x20d528=new TestFrameworkInstance(_0x4e565e,this[_0x10d04c(0xbe)](),this[_0x10d04c(0x1dc)](),_0x4d85e3,HookState[_0x10d04c(0x110)]),TestFramework[_0x10d04c(0x22f)](_0x4e565e,_0x20d528),logger[_0x10d04c(0x172)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x4e565e[_0x10d04c(0xc6)]()+_0x10d04c(0x125)+_0x46214c+_0x10d04c(0x206)+this[_0x10d04c(0xbe)]()[0x0]+_0x10d04c(0x12b)+this[_0x10d04c(0x1dc)]()[this[_0x10d04c(0xbe)]()[0x0]]);}[a71_0x3fb4df(0x237)](_0x1cf66e){const _0x449791=a71_0x3fb4df,_0x4c8817={};_0x4c8817[_0x449791(0xd7)]=function(_0x3cf62b,_0x15bb0a){return _0x3cf62b||_0x15bb0a;},_0x4c8817[_0x449791(0x159)]=_0x449791(0x14d);const _0x55f318=_0x4c8817,{testUUID:_0x3ef5e8,testData:_0x142732,testId:_0x3fcd8a}=_0x1cf66e;if(_0x55f318[_0x449791(0xd7)](!_0x142732,!_0x3fcd8a))return logger['debug'](_0x55f318[_0x449791(0x159)]),{};const _0x18cc51=this['getTestFrameworks']()[0x0],_0x39a321=this[_0x449791(0x1dc)](),_0x58f7d3={};_0x58f7d3[_0x449791(0xcc)]=0x2,_0x58f7d3['maxArrayLength']=0x3,logger[_0x449791(0x172)](_0x449791(0x19a)+util[_0x449791(0x197)](_0x142732,_0x58f7d3));const _0x10f9fe=_0x142732?.['scopes']||[],_0x134624=this[_0x449791(0xf2)](_0x142732),_0x49e3b6=this[_0x449791(0x192)](_0x142732),_0x47aad0=_0x142732['fn']?_0x142732['fn'][_0x449791(0x1ab)]():null,_0x2e4c1a=this['getJestTestTags'](_0x142732),_0x174dce={[TestFrameworkConstants[_0x449791(0x1ec)]]:_0x18cc51,[TestFrameworkConstants[_0x449791(0x112)]]:_0x39a321[_0x18cc51],[TestFrameworkConstants[_0x449791(0x19e)]]:[],[TestFrameworkConstants[_0x449791(0x150)]]:{},[TestFrameworkConstants[_0x449791(0x16e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x449791(0x1fc)],[TestFrameworkConstants[_0x449791(0x10e)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x20f)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0xb9)]]:_0x3fcd8a,[TestFrameworkConstants[_0x449791(0x157)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x193)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0x24d)]]:_0x47aad0,[TestFrameworkConstants[_0x449791(0x1d8)]]:_0x2e4c1a,[TestFrameworkConstants[_0x449791(0x163)]]:_0x142732[_0x449791(0xfc)]||new Date()[_0x449791(0x121)](),[TestFrameworkConstants[_0x449791(0xba)]]:_0x10f9fe[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x10f9fe,[TestFrameworkConstants[_0x449791(0x219)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x212)]]:{},[TestFrameworkConstants[_0x449791(0x205)]]:{}};_0x142732['retryOf']&&(_0x174dce[TestFrameworkConstants[_0x449791(0x21b)]]=_0x142732['retryOf']);logger[_0x449791(0x172)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x134624+_0x449791(0x1cc)+_0x3fcd8a+_0x449791(0x1f7)+JSON[_0x449791(0xf3)](_0x2e4c1a)+',\x20scopes='+util[_0x449791(0x197)](_0x10f9fe)+_0x449791(0x180)+_0x49e3b6);const _0x9d162f={};return _0x9d162f[_0x3fcd8a]=_0x174dce,_0x9d162f;}[a71_0x3fb4df(0x21f)](_0x3a639c){const _0xcb228b=a71_0x3fb4df,_0x4738df={'nJGdL':function(_0x5b692a,_0x3ae5ae){return _0x5b692a===_0x3ae5ae;},'KQsnX':'afterAll','ubaKT':function(_0xdb5a07,_0x5d03fd){return _0xdb5a07===_0x5d03fd;},'hNPcr':'beforeAll','irwiA':_0xcb228b(0x1f9),'HIQcY':_0xcb228b(0x1fa),'pwcKl':function(_0x483176,_0x23542b){return _0x483176||_0x23542b;},'TeehK':_0xcb228b(0x1e2),'LvXAt':function(_0x1d04c8,_0x5d3d8c){return _0x1d04c8||_0x5d3d8c;},'tYQCo':_0xcb228b(0x24e),'aiNjA':function(_0x3011d1,_0x961ca2){return _0x3011d1>_0x961ca2;},'VcykN':_0xcb228b(0x191),'JhQYq':'skip','HwhDC':_0xcb228b(0x142),'XqGNU':'passed','nYJds':function(_0xf7390b,_0x262754){return _0xf7390b!==_0x262754;},'jbQly':function(_0x4c2166,_0x1b6154,_0x23d61d,_0x11f197){return _0x4c2166(_0x1b6154,_0x23d61d,_0x11f197);},'Ketgt':function(_0x3a70fc,_0x29e999){return _0x3a70fc>_0x29e999;},'Yxlof':function(_0x4d02ee,_0x4ba095){return _0x4d02ee>_0x4ba095;},'qoGCd':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x16f9f8,testData:_0x3de088,testId:_0x53c59b}=_0x3a639c;if(_0x4738df[_0xcb228b(0xf8)](!_0x3de088,!_0x53c59b))return logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x249)]),{};const _0x49a9f1=this[_0xcb228b(0xef)](TestFrameworkState['TEST'],HookState['POST']),_0x369758=_0x49a9f1['getAllData']()['get'](_0x53c59b),_0x13f650=_0x4738df[_0xcb228b(0x101)](_0x369758,{}),_0x42893e=_0x13f650?_0x13f650[TestFrameworkConstants[_0xcb228b(0x212)]]||{}:{},_0x433051=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16d)]];logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x433051?Object['keys'](_0x433051)['length']:0x0)+_0xcb228b(0x1c8));let _0xf21629=_0x4738df['tYQCo'];if(_0x3de088[_0xcb228b(0x122)])_0xf21629=_0x3de088[_0xcb228b(0x122)];else{if(_0x3de088[_0xcb228b(0x126)]&&_0x4738df[_0xcb228b(0x235)](_0x3de088[_0xcb228b(0x126)][_0xcb228b(0x128)],0x0))_0xf21629=_0x4738df[_0xcb228b(0x1d3)];else _0x4738df[_0xcb228b(0x141)](_0x3de088['status'],_0x4738df[_0xcb228b(0x13c)])||_0x4738df[_0xcb228b(0x141)](_0x3de088[_0xcb228b(0x211)],_0x4738df[_0xcb228b(0x13f)])?_0xf21629=_0x4738df[_0xcb228b(0x13f)]:_0xf21629=_0x4738df[_0xcb228b(0xea)];}const _0x3b606d={..._0x13f650,[TestFrameworkConstants[_0xcb228b(0x13e)]]:_0xf21629,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3de088[_0xcb228b(0x1ac)]||new Date()[_0xcb228b(0x121)](),[TestFrameworkConstants[_0xcb228b(0x1c5)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e,[TestFrameworkConstants[_0xcb228b(0x1b4)]]:[],[TestFrameworkConstants[_0xcb228b(0x205)]]:{}};if(_0x4738df[_0xcb228b(0x1cd)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&_0x3de088['errorsDetailed']){const _0x233fed=this[_0xcb228b(0x182)](_0x3de088),_0x21de9d=this['getJestFailureType'](_0x3de088),_0x22ed02=this['getJestFailureData'](_0x3de088);_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1a1)]]=_0x21de9d,_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]=_0x233fed,_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x22ed02;}_0x4738df[_0xcb228b(0x198)](_0x3de088[_0xcb228b(0x1b3)],undefined)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x242)]]=_0x3de088['duration']);_0x3de088['retryOf']&&(_0x3b606d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x3de088['retryOf']);const _0x123be4=_0x369758?_0x369758[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4fcf9d=_0x369758?_0x369758[TestFrameworkConstants[_0xcb228b(0x22a)]]:_0x16f9f8,_0x24a172=_0x4738df['jbQly'](getManualUploadLogs,_0x123be4,_0x4fcf9d,_0x53c59b);if(_0x4738df[_0xcb228b(0x102)](_0x24a172[_0xcb228b(0x128)],0x0)){const _0x186839=_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]||[];_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]=[..._0x186839,..._0x24a172];}const _0x5bd44b=_0x13f650[TestFrameworkConstants[_0xcb228b(0x150)]]||{},_0x4185ec=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16e)]]||{},_0x454666={..._0x5bd44b},_0x23ee84=_0x454666;Object[_0xcb228b(0xc0)](_0x4185ec)[_0xcb228b(0x23a)](_0x405bcc=>{const _0x219688=_0xcb228b;!_0x23ee84[_0x405bcc]&&(_0x23ee84[_0x405bcc]=[]);const _0x181989=new Set((_0x23ee84[_0x405bcc]||[])['map'](_0x12cd53=>_0x12cd53[TestFrameworkConstants[_0x219688(0xc8)]]||_0x12cd53['hook_id']));(_0x4185ec[_0x405bcc]||[])[_0x219688(0x23a)](_0x5178e4=>{const _0x487bfd=_0x219688,_0x20d4b2=_0x5178e4[TestFrameworkConstants[_0x487bfd(0xc8)]]||_0x5178e4[_0x487bfd(0x1da)];if(!_0x181989['has'](_0x20d4b2)){const _0x2013ac={..._0x5178e4},_0x261c8e=_0x2013ac;!_0x261c8e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x261c8e[_0x487bfd(0x232)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x23b)]]=new Date()[_0x487bfd(0x121)]()),!_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]&&!_0x261c8e[_0x487bfd(0x1a2)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]=TestFrameworkConstants[_0x487bfd(0x131)]),_0x23ee84[_0x405bcc][_0x487bfd(0x243)](_0x261c8e);}});});if(_0x3a639c[_0xcb228b(0xcd)]){this['mapTestHooks'](_0x3a639c[_0xcb228b(0xcd)]);const _0x936dd0=this[_0xcb228b(0x1a6)](_0x3a639c[_0xcb228b(0xcd)]),_0x754297=this['getHooksForTest'](_0x3a639c['originalTest']);_0x754297[_0xcb228b(0x23a)](_0x2fdff3=>{const _0x39dd4e=_0xcb228b,_0x535956=_0x936dd0[_0x39dd4e(0x103)](_0x2fdff3);if(_0x535956&&(_0x4738df['nJGdL'](_0x535956[_0x39dd4e(0x168)],_0x4738df[_0x39dd4e(0x241)])||_0x4738df[_0x39dd4e(0x1cd)](_0x535956['type'],_0x4738df[_0x39dd4e(0xfe)]))){const _0x1646b7=_0x535956['type']['toUpperCase']()[_0x39dd4e(0xca)](_0x4738df[_0x39dd4e(0x146)],_0x4738df[_0x39dd4e(0x20b)]),_0x39db09=_0x1646b7;!_0x23ee84[_0x39db09]&&(_0x23ee84[_0x39db09]=[]);const _0x35f154=_0x23ee84[_0x39db09][_0x39dd4e(0x1ae)](_0x394bde=>(_0x394bde[TestFrameworkConstants[_0x39dd4e(0xc8)]]||_0x394bde[_0x39dd4e(0x1da)])===_0x2fdff3);!_0x35f154&&_0x23ee84[_0x39db09]['push']({'key':_0x39db09,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2fdff3,[TestFrameworkConstants[_0x39dd4e(0x1dd)]]:TestFrameworkConstants[_0x39dd4e(0x131)],[TestFrameworkConstants[_0x39dd4e(0x1a8)]]:new Date()[_0x39dd4e(0x121)](),[TestFrameworkConstants[_0x39dd4e(0x23b)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x535956['name']||_0x535956[_0x39dd4e(0x168)]+_0x39dd4e(0x1ed),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e});}});}if(_0x3de088[_0xcb228b(0xda)]&&_0x4738df['Yxlof'](_0x3de088[_0xcb228b(0xda)]['length'],0x0))_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x3de088['hooks'],logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x1b7)]);else _0x4738df[_0xcb228b(0x235)](Object['keys'](_0x23ee84)[_0xcb228b(0x128)],0x0)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x23ee84,logger[_0xcb228b(0x172)](_0xcb228b(0xec)+Object[_0xcb228b(0xc0)](_0x23ee84)[_0xcb228b(0x1f3)](',')));const _0x145ec5=this['getJestTestName'](_0x3de088);logger['debug'](_0xcb228b(0x18f)+_0x145ec5+_0xcb228b(0x1cc)+_0x53c59b+_0xcb228b(0x1bd)+_0xf21629+',\x20duration='+_0x3de088[_0xcb228b(0x1b3)]);_0x4738df[_0xcb228b(0x141)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x53c59b+',\x20failureType='+_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0xcb228b(0x1e9)+_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]?.[_0xcb228b(0x11d)](0x0,0xc8));const _0x5c9863={};return _0x5c9863[_0x53c59b]=_0x3b606d,_0x5c9863;}[a71_0x3fb4df(0x1a9)](_0x116100){const _0x270935=a71_0x3fb4df,_0x1314ba={};_0x1314ba[_0x270935(0xed)]=function(_0x349f69,_0x47c8af){return _0x349f69!==_0x47c8af;},_0x1314ba[_0x270935(0x234)]=function(_0x45e07f,_0x72accf){return _0x45e07f!==_0x72accf;},_0x1314ba[_0x270935(0x204)]='ROOT_DESCRIBE_BLOCK';const _0x1ab76d=_0x1314ba,_0x60ed6d={};_0x60ed6d[_0x270935(0xcc)]=0x2,_0x60ed6d[_0x270935(0x169)]=0x3,logger[_0x270935(0x172)](_0x270935(0x18d)+util[_0x270935(0x197)](_0x116100,_0x60ed6d));const _0x402e3a=[];if(_0x116100&&_0x116100[_0x270935(0x1b9)]){let _0x2b2f6b=_0x116100[_0x270935(0x1b9)];while(_0x2b2f6b&&_0x2b2f6b[_0x270935(0x153)]&&_0x1ab76d['wcHdz'](_0x2b2f6b[_0x270935(0x153)],'')&&_0x1ab76d[_0x270935(0x234)](_0x2b2f6b[_0x270935(0x153)],_0x1ab76d[_0x270935(0x204)])){_0x402e3a[_0x270935(0x243)](_0x2b2f6b[_0x270935(0x153)]),_0x2b2f6b=_0x2b2f6b[_0x270935(0x1b9)];}}return _0x402e3a['reverse']();}[a71_0x3fb4df(0xf2)](_0x4d2171){const _0x328933=a71_0x3fb4df,_0xee7d7b={};_0xee7d7b[_0x328933(0x11e)]=_0x328933(0x1c3);const _0x4c01ff=_0xee7d7b;if(_0x4d2171['name'])return _0x4d2171[_0x328933(0x153)];if(_0x4d2171[_0x328933(0xeb)])return _0x4d2171[_0x328933(0xeb)];return _0x4c01ff[_0x328933(0x11e)];}[a71_0x3fb4df(0x134)](_0xa36a52){const _0x8e7bce=a71_0x3fb4df,_0x21124e=[];if(_0xa36a52[_0x8e7bce(0x1ca)]&&Array[_0x8e7bce(0xf9)](_0xa36a52[_0x8e7bce(0x1ca)]))return _0xa36a52[_0x8e7bce(0x1ca)][_0x8e7bce(0x20e)](_0x3a26cc=>_0x3a26cc[_0x8e7bce(0x14b)]('@')?_0x3a26cc[_0x8e7bce(0x127)](0x1):_0x3a26cc);const _0x40b955=this[_0x8e7bce(0xf2)](_0xa36a52),_0xab4a10=_0x40b955[_0x8e7bce(0x194)](/@(\w+)/g);if(_0xab4a10)return _0xab4a10['map'](_0x46713e=>_0x46713e[_0x8e7bce(0xf5)](0x1));return _0xa36a52['scopes']&&Array[_0x8e7bce(0xf9)](_0xa36a52['scopes'])&&_0xa36a52[_0x8e7bce(0x20c)][_0x8e7bce(0x23a)](_0x43ff3e=>{const _0x2155ad=_0x8e7bce,_0x464317=_0x43ff3e[_0x2155ad(0x194)](/@(\w+)/g);_0x464317&&_0x464317[_0x2155ad(0x23a)](_0x379b56=>{const _0x139d16=_0x2155ad,_0x3bd58a=_0x379b56[_0x139d16(0xf5)](0x1);!_0x21124e[_0x139d16(0x23d)](_0x3bd58a)&&_0x21124e['push'](_0x3bd58a);});}),_0x21124e;}['getJestTestFilePath'](_0x46f0d0){const _0x2390be=a71_0x3fb4df,_0x35c340={'NSxPP':function(_0x231aca,_0x266d21){return _0x231aca(_0x266d21);},'pcyHb':'stack-trace'};if(_0x46f0d0[_0x2390be(0x1f4)])return _0x46f0d0[_0x2390be(0x1f4)];if(_0x46f0d0[_0x2390be(0x108)]){const _0x40cf47=_0x35c340[_0x2390be(0x1c0)](require,_0x35c340[_0x2390be(0x1c1)]);try{const _0x2095af=_0x40cf47[_0x2390be(0xd5)](_0x46f0d0[_0x2390be(0x108)]);if(_0x2095af[0x0]&&_0x2095af[0x0]['getFileName'])return _0x2095af[0x0][_0x2390be(0x143)]();}catch(_0x5e1bb4){logger['debug'](_0x2390be(0x1db)+util[_0x2390be(0x152)](_0x5e1bb4));}}return null;}[a71_0x3fb4df(0x182)](_0x127e5f){const _0x50bef9=a71_0x3fb4df,_0x397e46={};_0x397e46[_0x50bef9(0x199)]=function(_0x2834ac,_0x30fb57){return _0x2834ac>_0x30fb57;},_0x397e46[_0x50bef9(0x15d)]=_0x50bef9(0x226);const _0x5c13e6=_0x397e46;if(_0x127e5f['errorsDetailed']&&_0x5c13e6[_0x50bef9(0x199)](_0x127e5f['errorsDetailed'][_0x50bef9(0x128)],0x0))return util['inspect'](_0x127e5f['errorsDetailed'][0x0]);if(_0x127e5f[_0x50bef9(0x17d)])return _0x127e5f['failure_reason'];return _0x5c13e6[_0x50bef9(0x15d)];}['getJestFailureType'](_0x1c9c29){const _0x2c8fbf=a71_0x3fb4df,_0x25d4b6={};_0x25d4b6[_0x2c8fbf(0xc2)]=_0x2c8fbf(0x246),_0x25d4b6[_0x2c8fbf(0x1e0)]='AssertionError',_0x25d4b6['kbMnf']='UnhandledError';const _0x1c4a22=_0x25d4b6,_0x2cf56b=this[_0x2c8fbf(0x182)](_0x1c9c29);if(_0x2cf56b&&_0x2cf56b[_0x2c8fbf(0x23d)](_0x1c4a22[_0x2c8fbf(0xc2)]))return _0x1c4a22[_0x2c8fbf(0x1e0)];return _0x1c4a22[_0x2c8fbf(0x22d)];}['getJestFailureData'](_0x55c8fb){const _0x1af153=a71_0x3fb4df,_0x1999d1={'UwVDX':function(_0x4676b0,_0x509781){return _0x4676b0(_0x509781);},'wntej':_0x1af153(0xfb),'SdhCf':function(_0x1e043d,_0x3552bd){return _0x1e043d!==_0x3552bd;},'PmeyB':_0x1af153(0x132)},{failureData:_0x261d34}=_0x1999d1[_0x1af153(0x166)](require,_0x1999d1['wntej']),_0x131e3b=[];return _0x1999d1[_0x1af153(0x16c)](_0x55c8fb[_0x1af153(0x126)],undefined)&&_0x131e3b['push'](_0x55c8fb['errorsDetailed'],_0x1999d1['PmeyB']),_0x261d34[_0x1af153(0x200)](null,_0x131e3b);}async[a71_0x3fb4df(0x120)](_0x336301,_0x15fa7b,_0x37dc36,_0x3c4356){const _0x4b217e=a71_0x3fb4df,_0x20196d={'UWloW':_0x4b217e(0xd2),'IduRQ':function(_0x498489){return _0x498489();},'zsaYE':function(_0x2c8c58,_0x57699e){return _0x2c8c58 in _0x57699e;},'sYfyv':function(_0x7264f1,_0x1900e4){return _0x7264f1===_0x1900e4;},'udYIh':function(_0x54ee04,_0x493a1a){return _0x54ee04===_0x493a1a;},'hrXuk':function(_0x1e3386,_0x49ce2f){return _0x1e3386>_0x49ce2f;},'imCgf':_0x4b217e(0x191),'qEmOg':'passed','mwLfW':function(_0x108404,_0x306ff0){return _0x108404===_0x306ff0;},'gTErn':function(_0x1d19f6,_0x552a87){return _0x1d19f6!==_0x552a87;}},{hookData:_0x1b8e7f}=_0x3c4356,_0x4df7da=_0x37dc36[_0x4b217e(0x1ab)](),_0x341354=_0x15fa7b[_0x4b217e(0x1ab)](),_0x1ff675={};_0x1ff675['depth']=0x2,_0x1ff675[_0x4b217e(0x169)]=0x3,logger['debug'](_0x4b217e(0x107)+_0x341354+',\x20hookState='+_0x4df7da+',\x20hookData='+util['inspect'](_0x1b8e7f,_0x1ff675));if(!_0x1b8e7f)return logger[_0x4b217e(0x172)](_0x20196d['UWloW']),{};const _0x2b6d58=_0x1b8e7f[_0x4b217e(0x156)]||_0x1b8e7f[_0x4b217e(0x1e1)]||_0x20196d['IduRQ'](uuidv4),_0x3c1fa9=_0x1b8e7f[_0x4b217e(0xd9)]||this[_0x4b217e(0x1d1)](_0x1b8e7f),_0x37fc8a=_0x15fa7b[_0x4b217e(0x1ab)]()[_0x4b217e(0x236)]('.')[0x1],_0x39cc46=_0x336301[_0x4b217e(0x222)]()[_0x4b217e(0x103)](_0x3c1fa9),_0x1139a0=_0x39cc46?_0x39cc46[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x4b217e(0x172)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+_0x4b217e(0xf6)+_0x37fc8a+',\x20hookState='+_0x4df7da);if(!_0x39cc46)return logger['debug'](_0x4b217e(0xde)+_0x3c1fa9+_0x4b217e(0x115)),this[_0x4b217e(0x100)](_0x336301,_0x3c1fa9,_0x15fa7b,_0x37dc36,_0x3c4356),{};let _0x5ab57e=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x16e)]];!_0x5ab57e&&(_0x5ab57e={});!_0x20196d[_0x4b217e(0x188)](_0x37fc8a,_0x5ab57e)&&(_0x5ab57e[_0x37fc8a]=[]);let _0x3142de=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x150)]];!_0x3142de&&(_0x3142de={});!_0x20196d['zsaYE'](_0x37fc8a,_0x3142de)&&(_0x3142de[_0x37fc8a]=[]);const _0x5f396f={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5ab57e,[TestFrameworkConstants[_0x4b217e(0x150)]]:_0x3142de},_0x3dce99={};_0x3dce99[_0x3c1fa9]=_0x5f396f;const _0x74d2cf=_0x3dce99;if(_0x20196d[_0x4b217e(0x1df)](_0x37dc36,HookState[_0x4b217e(0x11f)])){const _0x4cc736={'key':_0x37fc8a,[TestFrameworkConstants[_0x4b217e(0xc8)]]:_0x2b6d58,[TestFrameworkConstants[_0x4b217e(0x1dd)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4b217e(0x1a8)]]:_0x1b8e7f[_0x4b217e(0xfc)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4b217e(0x11a)]]:_0x1b8e7f[_0x4b217e(0x153)]||_0x1b8e7f[_0x4b217e(0x203)]||_0x37fc8a,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1139a0};_0x5ab57e[_0x37fc8a][_0x4b217e(0x243)](_0x4cc736),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x177)]]=_0x37fc8a;const _0xf94f16={};_0xf94f16['depth']=0x2,logger[_0x4b217e(0x172)](_0x4b217e(0x118)+_0x37fc8a+',\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20hook='+util[_0x4b217e(0x197)](_0x4cc736,_0xf94f16));}else{if(_0x20196d[_0x4b217e(0x114)](_0x37dc36,HookState[_0x4b217e(0x175)])){const _0x2ca2b5=_0x1b8e7f[_0x4b217e(0x122)]||(_0x1b8e7f[_0x4b217e(0x126)]&&_0x20196d[_0x4b217e(0x215)](_0x1b8e7f['errorsDetailed'][_0x4b217e(0x128)],0x0)?_0x20196d['imCgf']:_0x20196d[_0x4b217e(0xe0)]),_0x17327d=_0x5ab57e[_0x37fc8a]||[];logger[_0x4b217e(0x172)](_0x4b217e(0x11c)+_0x37fc8a+',\x20testId='+_0x3c1fa9+',\x20result='+_0x2ca2b5+_0x4b217e(0x231)+_0x17327d[_0x4b217e(0x128)]);if(_0x20196d['hrXuk'](_0x17327d[_0x4b217e(0x128)],0x0)){const _0x5183a0=_0x17327d['pop']();_0x20196d[_0x4b217e(0xe3)](_0x2ca2b5,_0x20196d['imCgf'])&&_0x1b8e7f['errorsDetailed']?(_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]=this[_0x4b217e(0x21a)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]=this[_0x4b217e(0x182)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x233)]]=this[_0x4b217e(0x18e)](_0x1b8e7f),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x37fc8a+_0x4b217e(0x1ef)+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]+',\x20failureReason='+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]?.['substring'](0x0,0xc8))):_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1dd)]]=_0x20196d[_0x4b217e(0xe0)];_0x20196d[_0x4b217e(0xcf)](_0x2ca2b5,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5183a0[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2ca2b5);_0x5183a0[TestFrameworkConstants[_0x4b217e(0x23b)]]=_0x1b8e7f[_0x4b217e(0x1ac)]||new Date()[_0x4b217e(0x121)](),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x212)]]=_0x1139a0;const _0x2d2a11=_0x5183a0[TestFrameworkConstants[_0x4b217e(0xc8)]];!_0x3142de[_0x37fc8a]&&(_0x3142de[_0x37fc8a]=[]);_0x3142de[_0x37fc8a][_0x4b217e(0x243)](_0x5183a0),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x1fb)]]=_0x37fc8a;const _0x4ed5f8={};_0x4ed5f8[_0x4b217e(0xcc)]=0x2,logger['debug'](_0x4b217e(0x19f)+_0x37fc8a+_0x4b217e(0x16f)+_0x2d2a11+_0x4b217e(0x1ce)+_0x2ca2b5+_0x4b217e(0x22e)+util['inspect'](_0x5183a0,_0x4ed5f8));}}}const _0x5c5ed3={};return _0x5c5ed3[_0x4b217e(0xcc)]=0x2,_0x5c5ed3['maxArrayLength']=0x3,logger[_0x4b217e(0x172)](_0x4b217e(0xe6)+(_0x1b8e7f['hook_type']||_0x37fc8a)+_0x4b217e(0x16f)+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20updates='+util['inspect'](_0x74d2cf,_0x5c5ed3)),_0x74d2cf;}[a71_0x3fb4df(0xfa)](_0x22aadf){const _0x3e6dd8=a71_0x3fb4df,_0x590665={};_0x590665[_0x3e6dd8(0x1a3)]=_0x3e6dd8(0x116);const _0x260f78=_0x590665;try{const _0x51cbcb=_0x22aadf[_0x3e6dd8(0x132)]?this[_0x3e6dd8(0x1d1)](_0x22aadf[_0x3e6dd8(0x132)]):_0x22aadf[_0x3e6dd8(0x176)]['test_run_id'],_0x1e2abb=_0x22aadf[_0x3e6dd8(0x216)],_0x4e5b76=_0x1e2abb[_0x3e6dd8(0x21e)](),_0x42b22e=_0x1e2abb[_0x3e6dd8(0x222)]()[_0x3e6dd8(0x103)](_0x51cbcb);if(!_0x42b22e)return logger['debug'](_0x3e6dd8(0x187)+_0x51cbcb),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x26eea6='',[TestFrameworkConstants[_0x3e6dd8(0x112)]]:_0x29dfea='',[TestFrameworkConstants[_0x3e6dd8(0x163)]]:_0x522c56='',[TestFrameworkConstants[_0x3e6dd8(0x1e3)]]:_0x4bcb41=''}=_0x42b22e,_0x52dce6=_0x1e2abb[_0x3e6dd8(0x10d)]()['toString']()['split']('.')[0x1],_0x16cf8b=_0x1e2abb[_0x3e6dd8(0x12d)]()['toString']()[_0x3e6dd8(0x236)]('.')[0x1],_0xa8a472=global?.[_0x3e6dd8(0x218)]?.[_0x3e6dd8(0x179)]?.['parallelIndex'],_0x1c1b42=_0x1e2abb[_0x3e6dd8(0x24a)](),_0xad0328=Buffer['from'](JSON[_0x3e6dd8(0xf3)](_0x42b22e))[_0x3e6dd8(0x1ab)](_0x260f78[_0x3e6dd8(0x1a3)]),_0x3273e9={'hash':_0x4e5b76[_0x3e6dd8(0xc6)](),'threadId':_0x4e5b76[_0x3e6dd8(0x1f8)]()['toString'](),'processId':_0x4e5b76['getProcessId']()[_0x3e6dd8(0x1ab)]()},_0xeef25b={};_0xeef25b[_0x3e6dd8(0x23f)]=_0xa8a472,_0xeef25b['testFrameworkName']=_0x26eea6,_0xeef25b[_0x3e6dd8(0x149)]=_0x29dfea,_0xeef25b[_0x3e6dd8(0x224)]=_0x52dce6,_0xeef25b[_0x3e6dd8(0x1e4)]=_0x16cf8b,_0xeef25b[_0x3e6dd8(0x195)]=_0x522c56,_0xeef25b['endedAt']=_0x4bcb41,_0xeef25b[_0x3e6dd8(0x156)]=_0x1c1b42,_0xeef25b[_0x3e6dd8(0x19b)]=_0xad0328,_0xeef25b[_0x3e6dd8(0x1b0)]=_0x3273e9,_0xeef25b[_0x3e6dd8(0xe2)]=_0x51cbcb;const _0x3f7526=_0xeef25b;return _0x3f7526;}catch(_0x4c9caf){return logger[_0x3e6dd8(0x1ad)](_0x3e6dd8(0x15f)+util[_0x3e6dd8(0x152)](_0x4c9caf)),{};}}async[a71_0x3fb4df(0xd3)](_0x1e5bc6,_0x53c667,_0x1163ea){const _0x399128=a71_0x3fb4df,_0x51ebdb={'xuJqV':function(_0x49f3db,_0x1675cf){return _0x49f3db+_0x1675cf;},'nbPnD':_0x399128(0x1f0),'bvQuS':_0x399128(0x1fe),'sSyJl':function(_0xf64369,_0x4b64d8){return _0xf64369>_0x4b64d8;},'fydzW':function(_0x5d082d,_0x37f74e,_0x505f66,_0x3af8ac){return _0x5d082d(_0x37f74e,_0x505f66,_0x3af8ac);},'VTToC':function(_0x38591d,_0xe46729){return _0x38591d-_0xe46729;},'ocfKc':function(_0x2a5fe5,_0x45fb60){return _0x2a5fe5===_0x45fb60;},'NMxed':function(_0x195ffe,_0x172058){return _0x195ffe/_0x172058;},'PzDyE':function(_0x114688,_0x52c300){return _0x114688<_0x52c300;},'yEXHE':function(_0x22e421,_0x4ecbf9){return _0x22e421*_0x4ecbf9;},'jjANf':function(_0x372afa,_0x313eb9){return _0x372afa+_0x313eb9;},'cRsHI':function(_0x12970a,_0x44be89){return _0x12970a>_0x44be89;}};try{const _0x339195=_0x1163ea[_0x399128(0x1d7)]||_0x1163ea['testId'],_0x2d8e2f=Array[_0x399128(0x24b)](_0x1e5bc6[_0x399128(0x222)]()[_0x399128(0xc0)]()),_0x37499b=_0x1e5bc6[_0x399128(0x222)]()['get'](_0x339195);if(!_0x37499b){logger['debug'](_0x399128(0xe4)+_0x339195);return;}const {[TestFrameworkConstants[_0x399128(0x1ec)]]:_0x158da1='',[TestFrameworkConstants[_0x399128(0x112)]]:_0x455025=''}=_0x37499b;let _0x593dcf=[];if(_0x37499b&&_0x37499b[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x399128(0xf9)](_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]])){_0x593dcf=_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]]||[],logger[_0x399128(0x172)](_0x399128(0xe5)+_0x593dcf[_0x399128(0x128)]+_0x399128(0xdc)+_0x339195);const _0x38c028={[TestFrameworkConstants[_0x399128(0x1b4)]]:[]},_0x152180={};_0x152180[_0x339195]=_0x38c028,_0x1e5bc6[_0x399128(0x225)](_0x152180),logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);}else logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);logger[_0x399128(0x172)](_0x399128(0x18c)+_0x593dcf['length']+'\x20for\x20testId:\x20'+_0x339195);const _0x34919d=_0x593dcf[_0x399128(0x1b6)](_0x2bc50b=>_0x2bc50b[_0x399128(0x1af)]===_0x399128(0x161));_0x51ebdb[_0x399128(0x1f5)](_0x34919d[_0x399128(0x128)],0x0)&&(logger[_0x399128(0x172)](_0x399128(0x137)+_0x34919d[_0x399128(0x128)]+_0x399128(0x1de)+_0x339195),_0x34919d[_0x399128(0x23a)]((_0x32317d,_0x3e9674)=>{const _0xfadcbb=_0x399128;logger[_0xfadcbb(0x172)](_0xfadcbb(0x119)+_0x51ebdb[_0xfadcbb(0x1c4)](_0x3e9674,0x1)+'/'+_0x34919d['length']+_0xfadcbb(0x173)+(_0x32317d[_0xfadcbb(0xe2)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x19d)+(_0x32317d[_0xfadcbb(0xd0)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x208)+(_0x32317d[_0xfadcbb(0x129)]||_0x51ebdb[_0xfadcbb(0x13a)])+',\x20messageLength='+(_0x32317d[_0xfadcbb(0xe8)]?.[_0xfadcbb(0x128)]||0x0));}));const _0x365fe0=_0x37499b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x5b0373=_0x51ebdb[_0x399128(0x19c)](getMediaArtifactsLogs,_0x365fe0,null,_0x339195),_0x4960ea=(_0x593dcf||[])[_0x399128(0xc1)](_0x5b0373||[]),_0x3d2d87=_0x34919d?.['length']||0x0,_0x124417=_0x51ebdb[_0x399128(0x1ff)](_0x593dcf?.['length']||0x0,_0x3d2d87);logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x339195+_0x399128(0x1bf)+_0x124417+_0x399128(0xbd)+_0x3d2d87+',\x20attachmentLogs:\x20'+(_0x5b0373?.['length']||0x0)+_0x399128(0x124)+_0x4960ea[_0x399128(0x128)]);if(!_0x4960ea||_0x51ebdb[_0x399128(0xc5)](_0x4960ea[_0x399128(0x128)],0x0)){logger['debug'](_0x399128(0x151)+_0x339195);return;}const _0x568ee6=0x28,_0x4c3cb8=Math[_0x399128(0x240)](_0x51ebdb[_0x399128(0x16b)](_0x4960ea[_0x399128(0x128)],_0x568ee6));for(let _0x2ccc8a=0x0;_0x51ebdb['PzDyE'](_0x2ccc8a,_0x4c3cb8);_0x2ccc8a++){const _0x128373=_0x51ebdb['yEXHE'](_0x2ccc8a,_0x568ee6),_0x2fbadf=_0x51ebdb[_0x399128(0x1c4)](_0x128373,_0x568ee6),_0x4a01b2=_0x4960ea[_0x399128(0xf5)](_0x128373,_0x2fbadf),_0x528dfd=global?.['__workerDetails']?.[_0x399128(0x179)]?.[_0x399128(0x178)]||0x0,_0x5b3e49={'platformIndex':_0x528dfd,'logs':_0x4a01b2,'testFrameworkName':_0x158da1,'testFrameworkVersion':_0x455025,'testFrameworkState':_0x53c667[_0x399128(0x1ab)]()[_0x399128(0x236)]('.')[0x1]},_0x20c326={};_0x20c326[_0x399128(0xcc)]=0x3,_0x20c326[_0x399128(0x169)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+_0x399128(0x1c7)+_0x339195+_0x399128(0x210)+_0x4a01b2['length']+_0x399128(0x15b)+_0x528dfd+_0x399128(0x1a4)+util[_0x399128(0x197)](_0x5b3e49,_0x20c326));const _0x4e55fb=await GrpcClient[_0x399128(0xf0)]()[_0x399128(0x147)](_0x5b3e49);logger[_0x399128(0x172)](_0x399128(0x1be)+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+'\x20-\x20testId:\x20'+_0x339195+_0x399128(0xcb)+util[_0x399128(0x197)](_0x4e55fb));}if(_0x5b0373&&_0x51ebdb['cRsHI'](_0x5b0373[_0x399128(0x128)],0x0)&&_0x37499b[TestFrameworkConstants[_0x399128(0x16d)]]){const _0x424a96={[TestFrameworkConstants[_0x399128(0x16d)]]:{}},_0x12410d={};_0x12410d[_0x339195]=_0x424a96,_0x1e5bc6[_0x399128(0x225)](_0x12410d);}logger[_0x399128(0x172)](_0x399128(0xf4)+_0x339195+_0x399128(0x1e6)+_0x4c3cb8);}catch(_0x1a1d00){logger[_0x399128(0x1ad)](_0x399128(0x13d)+(_0x1163ea[_0x399128(0x1d7)]||_0x1163ea[_0x399128(0x148)])+_0x399128(0xc4)+util[_0x399128(0x152)](_0x1a1d00));}}[a71_0x3fb4df(0x100)](_0x30742d,_0x428923,_0x2845c0,_0x380a38,_0x328bd1){const _0xf8b2b8=a71_0x3fb4df,_0x2bce30={};_0x2bce30['tvvWQ']=function(_0x2428df,_0x52e88b){return _0x2428df===_0x52e88b;},_0x2bce30[_0xf8b2b8(0xd6)]=_0xf8b2b8(0xd1);const _0x453c44=_0x2bce30,{hookData:_0x3f7e6c}=_0x328bd1,_0x29b043={'testId':_0x428923,'testFrameworkState':_0x2845c0,'hookState':_0x380a38,'args':_0x328bd1,'timestamp':new Date()[_0xf8b2b8(0x121)]()};if(_0x453c44[_0xf8b2b8(0x15e)](_0x2845c0,TestFrameworkState[_0xf8b2b8(0x1d5)])&&_0x3f7e6c){const _0x2de711={};_0x2de711[_0xf8b2b8(0x227)]=_0x3f7e6c[_0xf8b2b8(0x1f4)]||_0x3f7e6c[_0xf8b2b8(0xe9)],_0x2de711[_0xf8b2b8(0x171)]=_0x3f7e6c[_0xf8b2b8(0x171)]||_0x3f7e6c[_0xf8b2b8(0x20c)]&&_0x3f7e6c[_0xf8b2b8(0x20c)][0x0]||'',_0x2de711[_0xf8b2b8(0x111)]=_0x453c44['wEBbG'],_0x29b043[_0xf8b2b8(0x18a)]=_0x2de711,logger[_0xf8b2b8(0x172)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x428923+',\x20filePath:\x20'+_0x29b043['hookMetadata'][_0xf8b2b8(0x227)]+_0xf8b2b8(0x123)+_0x29b043[_0xf8b2b8(0x18a)][_0xf8b2b8(0x171)]);}_0x30742d[_0xf8b2b8(0x238)](_0x428923,_0x29b043),logger[_0xf8b2b8(0x172)](_0xf8b2b8(0xce)+_0x428923+_0xf8b2b8(0xff)+_0x2845c0+_0xf8b2b8(0xd8)+_0x380a38);}async[a71_0x3fb4df(0x221)](_0x3162e5,_0x1666e9){const _0x1cf31b=a71_0x3fb4df,_0x369400={};_0x369400[_0x1cf31b(0x10b)]=function(_0x50bada,_0x323441){return _0x50bada>_0x323441;},_0x369400[_0x1cf31b(0x213)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x369400['YQVTr']=function(_0x1f5f89,_0x2fa4dc){return _0x1f5f89===_0x2fa4dc;},_0x369400[_0x1cf31b(0x167)]=function(_0x384d57,_0x1d0fff){return _0x384d57===_0x1d0fff;},_0x369400[_0x1cf31b(0x196)]=function(_0x13c9f5,_0x2fbed2){return _0x13c9f5>_0x2fbed2;},_0x369400['CqLHH']=function(_0x33de13,_0x5879f1){return _0x33de13===_0x5879f1;},_0x369400['LrALJ']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x369400[_0x1cf31b(0x1b5)]=_0x1cf31b(0x160);const _0x10f10d=_0x369400;if(_0x3162e5[_0x1cf31b(0x145)](_0x1666e9)){const _0x17a584=_0x3162e5[_0x1cf31b(0x144)](_0x1666e9);logger[_0x1cf31b(0x172)](_0x1cf31b(0x16a)+_0x17a584['length']+_0x1cf31b(0x1e5)+_0x1666e9);for(const _0x553781 of _0x17a584){try{const _0x3e49c5=await this[_0x1cf31b(0x120)](_0x3162e5,_0x553781['testFrameworkState'],_0x553781[_0x1cf31b(0x1e4)],_0x553781[_0x1cf31b(0xe1)]);_0x3e49c5&&_0x10f10d['SkTjA'](Object[_0x1cf31b(0xc0)](_0x3e49c5)[_0x1cf31b(0x128)],0x0)&&_0x3162e5[_0x1cf31b(0x225)](_0x3e49c5),await this['runHooks'](_0x3162e5,_0x553781[_0x1cf31b(0x224)],_0x553781['hookState'],_0x553781[_0x1cf31b(0xe1)]);}catch(_0x118919){logger[_0x1cf31b(0x1ad)](_0x1cf31b(0x247)+_0x1666e9+',\x20error:\x20'+_0x118919);}}_0x3162e5['removePendingHooks'](_0x1666e9),logger[_0x1cf31b(0x172)](_0x1cf31b(0x24c)+_0x1666e9);}const _0x4c27bf=_0x3162e5[_0x1cf31b(0x222)]()[_0x1cf31b(0x103)](_0x1666e9);if(_0x4c27bf){const _0x575ca6=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x20f)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x193)]],_0x2980ca=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0xba)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]]&&_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]][0x0]||'';logger[_0x1cf31b(0x172)](_0x10f10d['ePTbR']);const _0x384ed7=_0x3162e5[_0x1cf31b(0x239)]();for(const _0x50e1c8 of _0x384ed7){if(_0x10f10d[_0x1cf31b(0xe7)](_0x50e1c8,_0x1666e9))continue;if(_0x3162e5[_0x1cf31b(0x145)](_0x50e1c8)){const _0x270a58=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8);for(const _0x15aacb of _0x270a58){if(_0x10f10d[_0x1cf31b(0xe7)](_0x15aacb['testFrameworkState'],TestFrameworkState[_0x1cf31b(0x1d5)])&&_0x15aacb[_0x1cf31b(0x18a)]){const _0x23a472=_0x15aacb['hookMetadata']['filePath'],_0x21cd87=_0x15aacb[_0x1cf31b(0x18a)][_0x1cf31b(0x171)];if(_0x10f10d[_0x1cf31b(0xe7)](_0x23a472,_0x575ca6)&&_0x10f10d['Wwpcm'](_0x21cd87,_0x2980ca)){logger[_0x1cf31b(0x172)](_0x1cf31b(0x130)+_0x50e1c8+_0x1cf31b(0x1c2)+_0x1666e9+_0x1cf31b(0xee)+_0x23a472+',\x20scope:\x20'+_0x21cd87);_0x15aacb[_0x1cf31b(0xe1)]&&_0x15aacb['args'][_0x1cf31b(0x176)]&&(_0x15aacb[_0x1cf31b(0xe1)][_0x1cf31b(0x176)][_0x1cf31b(0xd9)]=_0x1666e9,logger[_0x1cf31b(0x172)](_0x1cf31b(0x23e)+_0x50e1c8+_0x1cf31b(0x230)+_0x1666e9));try{const _0x53df75=await this[_0x1cf31b(0x120)](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb[_0x1cf31b(0x1e4)],_0x15aacb['args']);_0x53df75&&_0x10f10d[_0x1cf31b(0x196)](Object[_0x1cf31b(0xc0)](_0x53df75)[_0x1cf31b(0x128)],0x0)&&_0x3162e5['addMultipleEntries'](_0x53df75);await this['runHooks'](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb['hookState'],_0x15aacb[_0x1cf31b(0xe1)]);const _0x5bdedd=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8)[_0x1cf31b(0x1b6)](_0xc1cd27=>_0xc1cd27!==_0x15aacb);if(_0x10f10d[_0x1cf31b(0x1fd)](_0x5bdedd['length'],0x0))_0x3162e5['removePendingHooks'](_0x50e1c8);else{_0x3162e5[_0x1cf31b(0x185)](_0x50e1c8);for(const _0x31e488 of _0x5bdedd){_0x3162e5[_0x1cf31b(0x238)](_0x50e1c8,_0x31e488);}}logger[_0x1cf31b(0x172)](_0x10f10d[_0x1cf31b(0xdd)]);}catch(_0x334831){logger[_0x1cf31b(0x1ad)](_0x10f10d[_0x1cf31b(0x1b5)]);}}}}}}}}[a71_0x3fb4df(0x104)](_0x29fd1d){const _0x5b00b7=a71_0x3fb4df,_0x2dec3b={'EbTTd':function(_0x1402be){return _0x1402be();}};if(!_0x29fd1d||!_0x29fd1d[_0x5b00b7(0x1b9)])return;_0x29fd1d['parent'][_0x5b00b7(0xda)]&&Array['isArray'](_0x29fd1d[_0x5b00b7(0x1b9)]['hooks'])&&_0x29fd1d[_0x5b00b7(0x1b9)][_0x5b00b7(0xda)][_0x5b00b7(0x23a)](_0x182cca=>{const _0x3e6518=_0x5b00b7;!_0x182cca[_0x3e6518(0x1e1)]&&!_0x182cca['hookUUID']&&(_0x182cca[_0x3e6518(0x1e1)]=_0x2dec3b['EbTTd'](uuidv4),_0x182cca['hookUUID']=_0x182cca[_0x3e6518(0x1e1)],logger['debug'](_0x3e6518(0xb8)+_0x182cca[_0x3e6518(0x168)]+_0x3e6518(0x113)+_0x182cca['hookAnalyticsId']));}),this[_0x5b00b7(0x104)](_0x29fd1d[_0x5b00b7(0x1b9)]);}['getHooksForTest'](_0x3ec5e9){const _0x4584d7=a71_0x3fb4df,_0x2d9668={'yetAV':function(_0x5c4b64,_0x361e12){return _0x5c4b64(_0x361e12);}};if(!_0x3ec5e9||!_0x3ec5e9['parent'])return[];const _0x41e657=[];return _0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)]&&Array[_0x4584d7(0xf9)](_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)])&&_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)][_0x4584d7(0x23a)](_0xc72cdd=>{const _0x3f5282=_0x4584d7,_0x2172ad=_0xc72cdd['hookAnalyticsId']||_0xc72cdd[_0x3f5282(0xdb)];_0x2172ad&&!this[_0x3f5282(0x1f6)](_0xc72cdd)&&!_0x2d9668[_0x3f5282(0xfd)](isInternalHook,_0xc72cdd['fn'])&&_0x41e657['push'](_0x2172ad);}),[..._0x41e657,...this[_0x4584d7(0x1bb)](_0x3ec5e9[_0x4584d7(0x1b9)])];}[a71_0x3fb4df(0x1a6)](_0x434c54){const _0x2398d1=a71_0x3fb4df,_0x47060d={'vPVWy':function(_0x2df7e4,_0x307c64){return _0x2df7e4(_0x307c64);},'rmmEM':_0x2398d1(0x24e),'eEHsh':function(_0x5061c2,_0x3d6258){return _0x5061c2(_0x3d6258);}},_0x55f77f=new Map(),_0x178efe=_0x2a8eb8=>{const _0xdeb775=_0x2398d1;if(!_0x2a8eb8||!_0x2a8eb8[_0xdeb775(0x1b9)])return;_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)]&&Array[_0xdeb775(0xf9)](_0x2a8eb8['parent'][_0xdeb775(0xda)])&&_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)][_0xdeb775(0x23a)](_0x3fd5ef=>{const _0x3c28cc=_0xdeb775,_0x256633=_0x3fd5ef[_0x3c28cc(0x1e1)]||_0x3fd5ef[_0x3c28cc(0xdb)];if(_0x256633&&!this[_0x3c28cc(0x1f6)](_0x3fd5ef)&&!_0x47060d[_0x3c28cc(0x170)](isInternalHook,_0x3fd5ef['fn'])){const _0x33f1de={};_0x33f1de['type']=_0x3fd5ef['type']||_0x47060d[_0x3c28cc(0x202)],_0x33f1de[_0x3c28cc(0x153)]=_0x3fd5ef['name']||'\x22'+_0x3fd5ef[_0x3c28cc(0x168)]+_0x3c28cc(0x217),_0x55f77f[_0x3c28cc(0x10c)](_0x256633,_0x33f1de);}}),_0x47060d[_0xdeb775(0x223)](_0x178efe,_0x2a8eb8[_0xdeb775(0x1b9)]);};return _0x47060d['vPVWy'](_0x178efe,_0x434c54),_0x55f77f;}[a71_0x3fb4df(0x1f6)](_0x1308b5){const _0x4b1363=a71_0x3fb4df,_0x273bf4={};_0x273bf4[_0x4b1363(0xc9)]='jest-circus',_0x273bf4['yBJeX']=_0x4b1363(0x245);const _0x538723=_0x273bf4;try{const _0x4be3fc=this[_0x4b1363(0x154)](_0x1308b5);return _0x4be3fc&&_0x4be3fc[_0x4b1363(0x23d)](_0x538723['zsUhz']);}catch(_0x3019f3){logger[_0x4b1363(0x172)](_0x538723[_0x4b1363(0x1f2)]);}return![];}[a71_0x3fb4df(0x154)](_0x5e2c72){const _0x14bca7=a71_0x3fb4df;if(_0x5e2c72[_0x14bca7(0x108)])try{const _0x36da30=stackTrace[_0x14bca7(0xd5)](_0x5e2c72[_0x14bca7(0x108)]);return _0x36da30[0x0]?_0x36da30[0x0][_0x14bca7(0x143)]():null;}catch(_0x4130f7){logger[_0x14bca7(0x172)](_0x14bca7(0xf1)+util[_0x14bca7(0x152)](_0x4130f7));}if(_0x5e2c72[_0x14bca7(0xbc)])return _0x5e2c72[_0x14bca7(0xbc)];return null;}}module['exports']=JestTestFramework;
|
|
1
|
+
const a71_0x4cfaa1=a71_0x6992;(function(_0x93c5d7,_0x5071b0){const _0x1f8ac0=a71_0x6992,_0x29fd44=_0x93c5d7();while(!![]){try{const _0x17d71c=parseInt(_0x1f8ac0(0x2ce))/0x1*(parseInt(_0x1f8ac0(0x226))/0x2)+-parseInt(_0x1f8ac0(0x2d7))/0x3+-parseInt(_0x1f8ac0(0x2cb))/0x4*(parseInt(_0x1f8ac0(0x273))/0x5)+-parseInt(_0x1f8ac0(0x303))/0x6+parseInt(_0x1f8ac0(0x1fa))/0x7+-parseInt(_0x1f8ac0(0x215))/0x8+-parseInt(_0x1f8ac0(0x1cf))/0x9*(-parseInt(_0x1f8ac0(0x2dc))/0xa);if(_0x17d71c===_0x5071b0)break;else _0x29fd44['push'](_0x29fd44['shift']());}catch(_0xb14a02){_0x29fd44['push'](_0x29fd44['shift']());}}}(a71_0x25c6,0x32d68));function a71_0x6992(_0x130745,_0x410eab){const _0x25c61d=a71_0x25c6();return a71_0x6992=function(_0x6992df,_0x5182f1){_0x6992df=_0x6992df-0x18a;let _0xf97945=_0x25c61d[_0x6992df];return _0xf97945;},a71_0x6992(_0x130745,_0x410eab);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x4cfaa1(0x2a9)),HookState=require(a71_0x4cfaa1(0x2de)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x4cfaa1(0x1f0)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x4cfaa1(0x1d3)),{isInternalHook}=require(a71_0x4cfaa1(0x29e)),logger=createClassLogger(a71_0x4cfaa1(0x26f)),{v4:uuidv4}=require(a71_0x4cfaa1(0x2ef)),util=require(a71_0x4cfaa1(0x2d2)),TestInfo=require(a71_0x4cfaa1(0x302)),GrpcClient=require(a71_0x4cfaa1(0x28d)),stackTrace=require('stack-trace');function a71_0x25c6(){const _0x5bfda8=['80538yvpGXn','substr','ztFhA','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','delete','20msbMrG','parseJestTest','../state/hookState.js','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','format','KEY_HOOK_ID','storePendingHook','getJestTestTags','yNzTj','join','inspect','PeaCn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WRSRi',',\x20result=','gtrOZ','isArray','jest-circus','rhibI','uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','hookMetadata','uAlkv','getJestTestIdentifier','__workerDetails','HPMxx','warn','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','processPendingHooks','result','KEY_TEST_SCOPE','stringify','trackJestInstance:\x20instance\x20already\x20exists','zoytw','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_LAST_FINISHED','KEY_TEST_FAILURE_TYPE','debug','../TestInfo.js','391062SguaLy','testFrameworkState','concat','addMultipleEntries',',\x20test_run_uuid=','KEY_TEST_ENDED_AT','fVygQ','DEFAULT_TEST_RESULT',',\x20target=','hookData','hookUUID','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','keys','KEY_HOOK_NAME','KEY_HOOK_FAILURE_REASON','KEY_CUSTOM_TAGS','KEY_TEST_META','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','Hlmbd','getJestFailureType','testUUID',',\x20testData=','asyncError','KEY_TEST_LOCATION',',\x20hook_run_uuid=','buildHookMapFromTest','BEFORE_ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_HOOKS_FINISHED','failure_reason','uwRum','parseJestTestResult','IBLvR','NffCw','errorsDetailed','KEY_TEST_ATTACHMENTS','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_RETRY_OF','JMIti','workerInfo','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','removeActiveHook','cxTmJ','\x20&\x20hookState=','KEY_EVENT_STARTED_AT','OHRDh','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','reverse','match','getJestFailureReason','PRE',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','testFrameworkName','forEach','KEY_TEST_NAME','KEY_TEST_FAILURE','TEST','toISOString','pop','hookType','hook_result','DEFAULT_HOOK_RESULT','getId','xVErn','failed',',\x20failureType=','afterAll','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','test_run_uuid','ceil','logCreatedEvent',',\x20hooksListLength=','scope','gKhxB','_ALL','KEY_TEST_LOGS','KEY_TEST_FILE_PATH','MGOfQ','RRoZv','\x20-\x20testId:\x20',',\x20payload:\x20','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','trackJestInstance','skipped','get','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_STARTED_AT','KEY_TEST_FRAMEWORK_VERSION','1419948VXMRUR','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','CQMDV','../../../helpers/helper.js','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','resolveInstance',',\x20hookState:\x20','ePKCV',',\x20contextId=','getPendingHooks','iJvMg','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','Processing\x20','\x20-\x20test_identifier=','testId','znhpS','\x20files','status','YfiQf','getActiveHook','originalTest',',\x20hook=','DnLkN',',\x20state:\x20','sendLogCreatedEvent','CoVCs','retryOf','KEY_TEST_RESULT_AT','substring','hook_type','event_ended_at','slice','../cliUtils.js','euVuG','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','MKFPZ','map',',\x20hookType=','rhvbU',',\x20hookId=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','844410OEblKV','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','getCurrentHookState','length','\x20for\x20testId:\x20','KEY_TEST_SCOPES','AwfQt','parse','RQBnf','getTestFrameworksVersions','ewZfN','SezBl','apply','KEY_TEST_UUID','getTrackedInstance',',\x20hookState=','hook_id',',\x20response=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','matchHookRegex','EHCCD','getFileName','getThreadId','none','\x20logs\x20for\x20testId:\x20','getJestTestName','2408048TLISGr',',\x20testId=','test',',\x20hookUUID=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','kind','includes','finished_at','KEY_TEST_ID','rfVpq',',\x20scopes=','KEY_LOGS',',\x20currentTestId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','file_name','rWycV','478982hHEtcQ','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','args','scopes','\x20attachments','LBBdH','split','parallelIndex','pCZaf','KEY_TEST_DURATION','setTrackedInstance','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','filter','skip',',\x20filePath:\x20','name','ervgG','beforeAll',',\x20duration=','\x20hook',',\x20totalBatches:\x20',',\x20hookData=','testData','Aapot','trackEvent','getHooksForTest',',\x20state=','passed','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KABpo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','JqbFK','POST','executionContext','KEY_HOOK_LOGS','fdNfq',',\x20exception=',',\x20error:\x20','hookState','wxOSi','title','KEY_AUTOMATE_SESSION_NAME',',\x20filePath=','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','nPFcH','getAllData','startsWith','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','hasPendingHooks','getRootParentFile','toUpperCase','trackHookEvent','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','file','started_at','getRef','getJestFailureData','YtaHV','toString','type','Unknown\x20error','AssertionError','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','VSAbh','TljQg',',\x20totalLogs:\x20','cccLX','hooks','JestTestFramework','missing','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','aJtoG','220xEcrrA','KEY_TEST_RERUN_NAME',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','getJestTestFilePath','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','lAwsb','replace','createContext','UnhandledError','\x20(testIdentifier)','KEY_TEST_RESULT','boBXW','hookAnalyticsId','tags','eOQgK','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','cXLYF','TFGdH','Unknown\x20Test','VbqkT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','rXWzV','activeHooks','../grpcClient','Exusl','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','mapTestHooks','\x22\x20hook','filePath','KEY_EVENT_ENDED_AT','instance',',\x20platformIndex:\x20','set','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','unknown','KEY_TEST_FAILURE_REASON',',\x20failureReason=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test_run_id','splice','../../../helpers/test-observability/utils','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','BLYOy',',\x20scope:\x20','ziOdS','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getProcessId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','location','PPdPu','EDInB','../state/testFrameworkState.js','duration','KEY_HOOK_FAILURE','qbGPt','\x20to\x20',',\x20totalHooks=','CIvQX','has','Kjuvz','LaVqW','AHJya','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hook_run_uuid','\x22\x20from\x20testData',',\x20messageLength=','test_identifier','ZAjzW','getTestFrameworks','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','createTestFrameworkEventPayload','getAllPendingHookTestIds','MwVru','find','parent','zAGsE','depth','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20',',\x20remainingHooks=','endedAt','runHooks','ALL','TEST_SCREENSHOT','startedAt','EKGCz','6764APRUAT',',\x20updates=','push','1qTpWnR','UTaxx','from','KEY_TEST_CODE','util','oOAoU','getContext','maxArrayLength',':testAnalyticsId'];a71_0x25c6=function(){return _0x5bfda8;};return a71_0x25c6();}class JestTestFramework extends TestFramework{constructor(_0x3c23b8,_0x256421,_0x390910){const _0x4cca3f=a71_0x4cfaa1;super(_0x3c23b8,_0x256421,_0x390910),this[_0x4cca3f(0x28c)]=new Map();}['setActiveHook'](_0x5e411b,_0x37fe1c,_0x298101){const _0x1b622c=a71_0x4cfaa1,_0x5b80e8={};_0x5b80e8['SezBl']=function(_0x3bfef1,_0x1c2444){return _0x3bfef1||_0x1c2444;};const _0x3bbebd=_0x5b80e8;if(_0x3bbebd[_0x1b622c(0x205)](!_0x5e411b,!_0x37fe1c)){logger[_0x1b622c(0x2f6)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x5e411b+_0x1b622c(0x218)+_0x37fe1c);return;}!this[_0x1b622c(0x28c)]['has'](_0x5e411b)&&this[_0x1b622c(0x28c)][_0x1b622c(0x296)](_0x5e411b,[]);const _0x5d4168={'hookUUID':_0x37fe1c,'hookType':_0x298101,'startedAt':new Date()[_0x1b622c(0x1ac)]()};this['activeHooks'][_0x1b622c(0x1ca)](_0x5e411b)[_0x1b622c(0x2cd)](_0x5d4168),logger[_0x1b622c(0x301)](_0x1b622c(0x29f)+_0x5e411b+_0x1b622c(0x218)+_0x37fe1c+_0x1b622c(0x1f6)+_0x298101+_0x1b622c(0x2ae)+this['activeHooks'][_0x1b622c(0x1ca)](_0x5e411b)[_0x1b622c(0x1fd)]);}[a71_0x4cfaa1(0x19b)](_0x49fb92,_0x212335){const _0x4de739=a71_0x4cfaa1,_0x105ec7={};_0x105ec7[_0x4de739(0x2b9)]=function(_0x345720,_0x2944ea){return _0x345720||_0x2944ea;},_0x105ec7[_0x4de739(0x28b)]=function(_0x1a91fa,_0x555615){return _0x1a91fa!==_0x555615;},_0x105ec7[_0x4de739(0x2cf)]=function(_0x33d792,_0x318211){return _0x33d792===_0x318211;};const _0x14a8ff=_0x105ec7;if(_0x14a8ff[_0x4de739(0x2b9)](!_0x49fb92,!_0x212335)){logger[_0x4de739(0x2f6)](_0x4de739(0x223)+_0x49fb92+',\x20hookUUID='+_0x212335);return;}if(this['activeHooks']['has'](_0x49fb92)){const _0x1b187f=this[_0x4de739(0x28c)]['get'](_0x49fb92),_0x30a434=_0x1b187f['findIndex'](_0x478b74=>_0x478b74[_0x4de739(0x30d)]===_0x212335);_0x14a8ff[_0x4de739(0x28b)](_0x30a434,-0x1)?(_0x1b187f[_0x4de739(0x29d)](_0x30a434,0x1),logger[_0x4de739(0x301)](_0x4de739(0x27a)+_0x49fb92+_0x4de739(0x218)+_0x212335+_0x4de739(0x2c4)+_0x1b187f[_0x4de739(0x1fd)]),_0x14a8ff[_0x4de739(0x2cf)](_0x1b187f[_0x4de739(0x1fd)],0x0)&&this['activeHooks'][_0x4de739(0x2db)](_0x49fb92)):logger[_0x4de739(0x301)](_0x4de739(0x1f9)+_0x49fb92+_0x4de739(0x218)+_0x212335);}}[a71_0x4cfaa1(0x1e3)](_0x5830e5){const _0x43f6dc=a71_0x4cfaa1,_0x1eb533={};_0x1eb533[_0x43f6dc(0x1e6)]=function(_0x58dccb,_0x598d18){return _0x58dccb>_0x598d18;},_0x1eb533[_0x43f6dc(0x23e)]=function(_0x4872e1,_0x408976){return _0x4872e1-_0x408976;};const _0x561a36=_0x1eb533;if(!_0x5830e5)return null;if(this[_0x43f6dc(0x28c)][_0x43f6dc(0x2b0)](_0x5830e5)){const _0x4cebf8=this['activeHooks'][_0x43f6dc(0x1ca)](_0x5830e5);if(_0x561a36[_0x43f6dc(0x1e6)](_0x4cebf8[_0x43f6dc(0x1fd)],0x0)){const _0x25e3b2=_0x4cebf8[_0x561a36[_0x43f6dc(0x23e)](_0x4cebf8[_0x43f6dc(0x1fd)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x5830e5+_0x43f6dc(0x218)+_0x25e3b2[_0x43f6dc(0x30d)]+_0x43f6dc(0x1f6)+_0x25e3b2['hookType']),_0x25e3b2;}}return null;}async['trackEvent'](_0x5cf749,_0x25259b,_0x4ca0d9={}){const _0x56f710=a71_0x4cfaa1,_0x4bb7e4={};_0x4bb7e4[_0x56f710(0x26d)]=_0x56f710(0x2f7),_0x4bb7e4['eOQgK']=function(_0x470a27,_0x50d875){return _0x470a27===_0x50d875;},_0x4bb7e4[_0x56f710(0x244)]=function(_0x3c6696,_0x1ca240){return _0x3c6696||_0x1ca240;},_0x4bb7e4[_0x56f710(0x289)]=_0x56f710(0x1fb),_0x4bb7e4[_0x56f710(0x191)]=function(_0x1cb8e4,_0x9d8b45){return _0x1cb8e4===_0x9d8b45;};const _0x43184f=_0x4bb7e4;logger[_0x56f710(0x301)](_0x56f710(0x285)+_0x5cf749+_0x56f710(0x209)+_0x25259b+',\x20argsKeys='+Object[_0x56f710(0x30f)](_0x4ca0d9)[_0x56f710(0x2e5)](',')),await super[_0x56f710(0x23f)](_0x5cf749,_0x25259b,_0x4ca0d9);const _0x206805=this['resolveInstance'](_0x5cf749,_0x25259b,_0x4ca0d9);if(!_0x206805){logger[_0x56f710(0x301)](_0x43184f[_0x56f710(0x26d)]);return;}try{let _0x9071db,_0x26153c,_0x484b70;switch(_0x5cf749){case TestFrameworkState[_0x56f710(0x1ab)]:_0x9071db=_0x4ca0d9[_0x56f710(0x217)];const _0x5769c0={};_0x5769c0['depth']=0x2,_0x5769c0[_0x56f710(0x2d5)]=0x3,logger[_0x56f710(0x301)](_0x56f710(0x18c)+_0x25259b+_0x56f710(0x318)+util[_0x56f710(0x2e6)](_0x9071db,_0x5769c0)),_0x484b70=this['getJestTestIdentifier'](_0x9071db),_0x26153c=null,logger[_0x56f710(0x301)](_0x56f710(0x29b)+_0x484b70+_0x56f710(0x27f));if(_0x43184f[_0x56f710(0x284)](_0x25259b,HookState['PRE'])){logger['debug'](_0x56f710(0x19a)+_0x484b70);const _0x38aa96={};_0x38aa96[_0x56f710(0x317)]=_0x26153c,_0x38aa96[_0x56f710(0x23d)]=_0x9071db,_0x38aa96[_0x56f710(0x1de)]=_0x484b70;const _0x6427a2=this[_0x56f710(0x2dd)](_0x38aa96),_0x406f8c={};_0x406f8c['depth']=0x2,_0x406f8c['maxArrayLength']=0x3,logger[_0x56f710(0x301)](_0x56f710(0x269)+util[_0x56f710(0x2e6)](_0x6427a2,_0x406f8c)),_0x206805[_0x56f710(0x306)](_0x6427a2),logger[_0x56f710(0x301)](_0x56f710(0x2c3)+_0x484b70),await this[_0x56f710(0x2f8)](_0x206805,_0x484b70);}else{if(_0x43184f[_0x56f710(0x284)](_0x25259b,HookState['POST'])){logger[_0x56f710(0x301)](_0x56f710(0x25d)+_0x484b70);const _0x3e7ee3=_0x206805[_0x56f710(0x255)]()['get'](_0x484b70);logger[_0x56f710(0x301)](_0x56f710(0x1f3)+util[_0x56f710(0x2e6)](Object[_0x56f710(0x30f)](_0x43184f['KABpo'](_0x3e7ee3,{}))));_0x3e7ee3&&_0x3e7ee3[TestFrameworkConstants[_0x56f710(0x194)]]?logger[_0x56f710(0x301)](_0x56f710(0x276)+Object[_0x56f710(0x30f)](_0x3e7ee3[TestFrameworkConstants[_0x56f710(0x194)]])[_0x56f710(0x1fd)]+_0x56f710(0x1e0)):logger[_0x56f710(0x301)](_0x43184f['VbqkT']);const _0x1ade44=_0x4ca0d9[_0x56f710(0x1e4)]||null,_0x409902={};_0x409902[_0x56f710(0x317)]=_0x26153c,_0x409902[_0x56f710(0x23d)]=_0x9071db,_0x409902[_0x56f710(0x1de)]=_0x484b70,_0x409902[_0x56f710(0x1e4)]=_0x1ade44;const _0x5d19a3=this[_0x56f710(0x190)](_0x409902),_0x5bb952={};_0x5bb952[_0x56f710(0x2c2)]=0x2,_0x5bb952[_0x56f710(0x2d5)]=0x3,logger[_0x56f710(0x301)](_0x56f710(0x253)+util[_0x56f710(0x2e6)](_0x5d19a3,_0x5bb952)),_0x206805['addMultipleEntries'](_0x5d19a3),logger[_0x56f710(0x301)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x484b70),await this[_0x56f710(0x2f8)](_0x206805,_0x484b70);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x43184f[_0x56f710(0x191)](_0x25259b,HookState[_0x56f710(0x247)])){const _0x27c219={};_0x27c219[_0x56f710(0x2c2)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x56f710(0x2e6)](_0x4ca0d9,_0x27c219)),await this[_0x56f710(0x1e8)](_0x206805,_0x5cf749,_0x4ca0d9);}break;default:if(CLIUtils[_0x56f710(0x20e)](_0x5cf749[_0x56f710(0x265)]()[_0x56f710(0x22c)]('.')[0x1])){const _0x5c181d={};_0x5c181d[_0x56f710(0x2c2)]=0x2,_0x5c181d[_0x56f710(0x2d5)]=0x3,logger[_0x56f710(0x301)](_0x56f710(0x1b7)+_0x5cf749+_0x56f710(0x209)+_0x25259b+_0x56f710(0x23c)+util[_0x56f710(0x2e6)](_0x4ca0d9[_0x56f710(0x30c)],_0x5c181d));const _0x1c677b=await this['trackHookEvent'](_0x206805,_0x5cf749,_0x25259b,_0x4ca0d9),_0x1af7e5={};_0x1af7e5[_0x56f710(0x2c2)]=0x2,_0x1af7e5[_0x56f710(0x2d5)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x56f710(0x2e6)](_0x1c677b,_0x1af7e5)),_0x206805[_0x56f710(0x306)](_0x1c677b);}else logger[_0x56f710(0x301)](_0x56f710(0x1d1)+_0x5cf749+_0x56f710(0x19d)+_0x25259b);break;}logger[_0x56f710(0x301)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x5cf749+_0x56f710(0x209)+_0x25259b);}catch(_0x3be63c){logger[_0x56f710(0x252)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x5cf749+_0x56f710(0x209)+_0x25259b+_0x56f710(0x24b)+util[_0x56f710(0x2e0)](_0x3be63c));}_0x4ca0d9[_0x56f710(0x294)]=_0x206805,await this[_0x56f710(0x2c6)](_0x206805,_0x5cf749,_0x25259b,_0x4ca0d9);}[a71_0x4cfaa1(0x2f3)](_0x2296cf){const _0x335b01=a71_0x4cfaa1,_0x215930={};_0x215930[_0x335b01(0x1f4)]=_0x335b01(0x278);const _0x3bc9ba=_0x215930;if(_0x2296cf&&(_0x2296cf['id']||_0x2296cf['uuid'])){const _0x521f37=_0x2296cf['id']||_0x2296cf[_0x335b01(0x2ef)];return logger['debug'](_0x335b01(0x25e)+_0x521f37+_0x335b01(0x2b6)),_0x521f37;}return logger[_0x335b01(0x301)](_0x3bc9ba[_0x335b01(0x1f4)]),process['pid']+_0x335b01(0x2d6);}[a71_0x4cfaa1(0x1d5)](_0x265749,_0x215be0,_0x15d521={}){const _0x3306ae=a71_0x4cfaa1;let _0x3c1f7f=null;return _0x3c1f7f=TestFramework['getTrackedInstance'](),!_0x3c1f7f?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x265749),this[_0x3306ae(0x1c8)](_0x265749,_0x15d521),_0x3c1f7f=TestFramework['getTrackedInstance'](),logger['debug'](_0x3306ae(0x2f0)+!!_0x3c1f7f+_0x3306ae(0x1d8)+_0x3c1f7f?.[_0x3306ae(0x2d4)]()?.[_0x3306ae(0x1b1)]())):logger[_0x3306ae(0x301)](_0x3306ae(0x2bb)+_0x3c1f7f[_0x3306ae(0x2d4)]()?.[_0x3306ae(0x1b1)]()),_0x3c1f7f;}['trackJestInstance'](_0x2299c7,_0x22bae4){const _0x24dc23=a71_0x4cfaa1,_0x597c4e={};_0x597c4e[_0x24dc23(0x2b3)]=_0x24dc23(0x2fc);const _0x253240=_0x597c4e;if(TestFramework[_0x24dc23(0x208)]()){logger['debug'](_0x253240[_0x24dc23(0x2b3)]);return;}const _0x335d6b=CLIUtils['getCurrentInstanceName'](),_0x1a6912=TrackedInstance[_0x24dc23(0x27d)](_0x335d6b);let _0x3a55c2=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x335d6b+_0x24dc23(0x241)+_0x2299c7),_0x3a55c2=new TestFrameworkInstance(_0x1a6912,this['getTestFrameworks'](),this[_0x24dc23(0x203)](),_0x2299c7,HookState['NONE']),TestFramework[_0x24dc23(0x230)](_0x1a6912,_0x3a55c2),logger[_0x24dc23(0x301)](_0x24dc23(0x2df)+_0x1a6912[_0x24dc23(0x1b1)]()+_0x24dc23(0x30b)+_0x335d6b+',\x20testFramework='+this['getTestFrameworks']()[0x0]+',\x20version='+this['getTestFrameworksVersions']()[this[_0x24dc23(0x2ba)]()[0x0]]);}[a71_0x4cfaa1(0x2dd)](_0x52c203){const _0xab9ada=a71_0x4cfaa1,_0x2b4bba={};_0x2b4bba[_0xab9ada(0x2a2)]=function(_0x56854e,_0x323a89){return _0x56854e||_0x323a89;},_0x2b4bba[_0xab9ada(0x19f)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x49e21c=_0x2b4bba,{testUUID:_0x2aaf54,testData:_0x4e780f,testId:_0x5b2339}=_0x52c203;if(_0x49e21c[_0xab9ada(0x2a2)](!_0x4e780f,!_0x5b2339))return logger[_0xab9ada(0x301)](_0x49e21c['OHRDh']),{};const _0x4e15e1=this[_0xab9ada(0x2ba)]()[0x0],_0x38d478=this['getTestFrameworksVersions'](),_0x57fa6d={};_0x57fa6d[_0xab9ada(0x2c2)]=0x2,_0x57fa6d[_0xab9ada(0x2d5)]=0x3,logger['debug'](_0xab9ada(0x1d4)+util[_0xab9ada(0x2e6)](_0x4e780f,_0x57fa6d));const _0xe8e0e2=_0x4e780f?.[_0xab9ada(0x229)]||[],_0x30da0e=this[_0xab9ada(0x214)](_0x4e780f),_0x469dc2=this[_0xab9ada(0x279)](_0x4e780f),_0x204d6f=_0x4e780f['fn']?_0x4e780f['fn'][_0xab9ada(0x265)]():null,_0x21bb76=this[_0xab9ada(0x2e3)](_0x4e780f),_0x18a811={[TestFrameworkConstants[_0xab9ada(0x20d)]]:_0x4e15e1,[TestFrameworkConstants[_0xab9ada(0x1ce)]]:_0x38d478[_0x4e15e1],[TestFrameworkConstants[_0xab9ada(0x1c0)]]:[],[TestFrameworkConstants[_0xab9ada(0x18d)]]:{},[TestFrameworkConstants[_0xab9ada(0x1cb)]]:{},[TestFrameworkConstants[_0xab9ada(0x280)]]:TestFrameworkConstants[_0xab9ada(0x30a)],[TestFrameworkConstants[_0xab9ada(0x250)]]:_0x30da0e,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x469dc2,[TestFrameworkConstants[_0xab9ada(0x21e)]]:_0x5b2339,[TestFrameworkConstants[_0xab9ada(0x1a9)]]:_0x30da0e,[TestFrameworkConstants[_0xab9ada(0x31a)]]:_0x469dc2,[TestFrameworkConstants[_0xab9ada(0x2d1)]]:_0x204d6f,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x21bb76,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4e780f[_0xab9ada(0x261)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xab9ada(0x2fa)]]:_0xe8e0e2[0x0]||'',[TestFrameworkConstants[_0xab9ada(0x1ff)]]:_0xe8e0e2,[TestFrameworkConstants[_0xab9ada(0x274)]]:_0x30da0e,[TestFrameworkConstants[_0xab9ada(0x312)]]:{},[TestFrameworkConstants[_0xab9ada(0x313)]]:{}};_0x4e780f[_0xab9ada(0x1ea)]&&(_0x18a811[TestFrameworkConstants[_0xab9ada(0x196)]]=_0x4e780f['retryOf']);logger[_0xab9ada(0x301)](_0xab9ada(0x219)+_0x30da0e+',\x20testId='+_0x5b2339+_0xab9ada(0x1c6)+JSON[_0xab9ada(0x2fb)](_0x21bb76)+_0xab9ada(0x220)+util[_0xab9ada(0x2e6)](_0xe8e0e2)+_0xab9ada(0x251)+_0x469dc2);const _0x35c8ea={};return _0x35c8ea[_0x5b2339]=_0x18a811,_0x35c8ea;}['parseJestTestResult'](_0x2a2b4b){const _0x5ebd7f=a71_0x4cfaa1,_0x2e1b9e={'rhibI':function(_0x2c6c62,_0x299134){return _0x2c6c62===_0x299134;},'aJtoG':_0x5ebd7f(0x1b5),'AxjkF':'beforeAll','CQMDV':_0x5ebd7f(0x2c7),'uAlkv':_0x5ebd7f(0x1bf),'yNzTj':function(_0x1158fb,_0x254127){return _0x1158fb||_0x254127;},'olyUB':_0x5ebd7f(0x243),'zLkkF':_0x5ebd7f(0x298),'Kjuvz':function(_0x5bb945,_0x1e68b9){return _0x5bb945>_0x1e68b9;},'LBBdH':'failed','rhvbU':function(_0x484ba6,_0x1a60d6){return _0x484ba6===_0x1a60d6;},'cXLYF':_0x5ebd7f(0x234),'fVygQ':function(_0x5f4f3d,_0x52153b){return _0x5f4f3d===_0x52153b;},'lAwsb':_0x5ebd7f(0x1c9),'lHrPu':_0x5ebd7f(0x242),'WRSRi':function(_0x436944,_0x4c1b92){return _0x436944===_0x4c1b92;},'Hlmbd':function(_0x4205c2,_0x4e9fcd){return _0x4205c2!==_0x4e9fcd;},'TFGdH':function(_0x1c2964,_0xb4b3b4,_0x206ca8,_0x11fbb2){return _0x1c2964(_0xb4b3b4,_0x206ca8,_0x11fbb2);},'TljQg':function(_0x274366,_0x1e8d37){return _0x274366>_0x1e8d37;},'ervgG':function(_0x5cf810,_0x37a4bc){return _0x5cf810>_0x37a4bc;},'VSAbh':_0x5ebd7f(0x1b8),'EKGCz':function(_0x4782dd,_0xf2add6){return _0x4782dd===_0xf2add6;}},{testUUID:_0x521d1d,testData:_0x10d95a,testId:_0x4f69a9}=_0x2a2b4b;if(_0x2e1b9e[_0x5ebd7f(0x2e4)](!_0x10d95a,!_0x4f69a9))return logger['debug'](_0x2e1b9e['olyUB']),{};const _0xbea0d1=this[_0x5ebd7f(0x1d5)](TestFrameworkState[_0x5ebd7f(0x1ab)],HookState['POST']),_0x252f84=_0xbea0d1[_0x5ebd7f(0x255)]()[_0x5ebd7f(0x1ca)](_0x4f69a9),_0x319b7c=_0x2e1b9e[_0x5ebd7f(0x2e4)](_0x252f84,{}),_0x35fee2=_0x319b7c?_0x319b7c[TestFrameworkConstants[_0x5ebd7f(0x312)]]||{}:{},_0xd202fb=_0x319b7c[TestFrameworkConstants[_0x5ebd7f(0x194)]];logger[_0x5ebd7f(0x301)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0xd202fb?Object[_0x5ebd7f(0x30f)](_0xd202fb)[_0x5ebd7f(0x1fd)]:0x0)+_0x5ebd7f(0x22a));let _0x3fe370=_0x2e1b9e['zLkkF'];if(_0x10d95a[_0x5ebd7f(0x2f9)])_0x3fe370=_0x10d95a['result'];else{if(_0x10d95a['errorsDetailed']&&_0x2e1b9e['Kjuvz'](_0x10d95a[_0x5ebd7f(0x193)][_0x5ebd7f(0x1fd)],0x0))_0x3fe370=_0x2e1b9e[_0x5ebd7f(0x22b)];else _0x2e1b9e[_0x5ebd7f(0x1f7)](_0x10d95a[_0x5ebd7f(0x1e1)],_0x2e1b9e[_0x5ebd7f(0x286)])||_0x2e1b9e[_0x5ebd7f(0x309)](_0x10d95a[_0x5ebd7f(0x1e1)],_0x2e1b9e[_0x5ebd7f(0x27b)])?_0x3fe370=_0x2e1b9e[_0x5ebd7f(0x27b)]:_0x3fe370=_0x2e1b9e['lHrPu'];}const _0x2926f4={..._0x319b7c,[TestFrameworkConstants[_0x5ebd7f(0x280)]]:_0x3fe370,[TestFrameworkConstants[_0x5ebd7f(0x308)]]:_0x10d95a[_0x5ebd7f(0x21d)]||new Date()[_0x5ebd7f(0x1ac)](),[TestFrameworkConstants[_0x5ebd7f(0x1eb)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x35fee2,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x2e1b9e[_0x5ebd7f(0x2e9)](_0x3fe370,_0x2e1b9e[_0x5ebd7f(0x22b)])&&_0x10d95a[_0x5ebd7f(0x193)]){const _0x48b5f5=this[_0x5ebd7f(0x1a3)](_0x10d95a),_0x5984f7=this[_0x5ebd7f(0x316)](_0x10d95a),_0x58b0b8=this[_0x5ebd7f(0x263)](_0x10d95a);_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x300)]]=_0x5984f7,_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x299)]]=_0x48b5f5,_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x1aa)]]=_0x58b0b8;}_0x2e1b9e[_0x5ebd7f(0x315)](_0x10d95a[_0x5ebd7f(0x2aa)],undefined)&&(_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x22f)]]=_0x10d95a[_0x5ebd7f(0x2aa)]);_0x10d95a[_0x5ebd7f(0x1ea)]&&(_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x196)]]=_0x10d95a['retryOf']);const _0x53823e=_0x252f84?_0x252f84[TestFrameworkConstants[_0x5ebd7f(0x194)]]||{}:{},_0x5ca3b0=_0x252f84?_0x252f84[TestFrameworkConstants[_0x5ebd7f(0x207)]]:_0x521d1d,_0x68cfb0=_0x2e1b9e[_0x5ebd7f(0x287)](getManualUploadLogs,_0x53823e,_0x5ca3b0,_0x4f69a9);if(_0x2e1b9e[_0x5ebd7f(0x26b)](_0x68cfb0[_0x5ebd7f(0x1fd)],0x0)){const _0x59277c=_0x2926f4[TestFrameworkConstants['KEY_LOGS']]||[];_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x221)]]=[..._0x59277c,..._0x68cfb0];}const _0x5dc839=_0x319b7c[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x10b047=_0x319b7c[TestFrameworkConstants[_0x5ebd7f(0x1cb)]]||{},_0x3fb72f={..._0x5dc839},_0x10aedd=_0x3fb72f;Object[_0x5ebd7f(0x30f)](_0x10b047)[_0x5ebd7f(0x1a8)](_0x357096=>{const _0x3567ea=_0x5ebd7f;!_0x10aedd[_0x357096]&&(_0x10aedd[_0x357096]=[]);const _0x52a779=new Set((_0x10aedd[_0x357096]||[])[_0x3567ea(0x1f5)](_0x5d936f=>_0x5d936f[TestFrameworkConstants[_0x3567ea(0x2e1)]]||_0x5d936f[_0x3567ea(0x20a)]));(_0x10b047[_0x357096]||[])[_0x3567ea(0x1a8)](_0x25c56e=>{const _0x3c3510=_0x3567ea,_0x2552d2=_0x25c56e[TestFrameworkConstants[_0x3c3510(0x2e1)]]||_0x25c56e['hook_id'];if(!_0x52a779[_0x3c3510(0x2b0)](_0x2552d2)){const _0x426d39={..._0x25c56e},_0x3ba309=_0x426d39;!_0x3ba309[TestFrameworkConstants[_0x3c3510(0x293)]]&&!_0x3ba309[_0x3c3510(0x1ee)]&&(_0x3ba309[TestFrameworkConstants[_0x3c3510(0x293)]]=new Date()[_0x3c3510(0x1ac)]()),!_0x3ba309[TestFrameworkConstants[_0x3c3510(0x1f2)]]&&!_0x3ba309[_0x3c3510(0x1af)]&&(_0x3ba309[TestFrameworkConstants[_0x3c3510(0x1f2)]]=TestFrameworkConstants[_0x3c3510(0x1b0)]),_0x10aedd[_0x357096][_0x3c3510(0x2cd)](_0x3ba309);}});});if(_0x2a2b4b[_0x5ebd7f(0x1e4)]){this[_0x5ebd7f(0x290)](_0x2a2b4b[_0x5ebd7f(0x1e4)]);const _0x54f1d9=this[_0x5ebd7f(0x18a)](_0x2a2b4b[_0x5ebd7f(0x1e4)]),_0x519b8b=this['getHooksForTest'](_0x2a2b4b[_0x5ebd7f(0x1e4)]);_0x519b8b[_0x5ebd7f(0x1a8)](_0x53dcf8=>{const _0x1c74f0=_0x5ebd7f,_0x5bc897=_0x54f1d9[_0x1c74f0(0x1ca)](_0x53dcf8);if(_0x5bc897&&(_0x2e1b9e[_0x1c74f0(0x2ee)](_0x5bc897[_0x1c74f0(0x266)],_0x2e1b9e[_0x1c74f0(0x272)])||_0x2e1b9e[_0x1c74f0(0x2ee)](_0x5bc897[_0x1c74f0(0x266)],_0x2e1b9e['AxjkF']))){const _0x328946=_0x5bc897[_0x1c74f0(0x266)][_0x1c74f0(0x25a)]()[_0x1c74f0(0x27c)](_0x2e1b9e[_0x1c74f0(0x1d2)],_0x2e1b9e[_0x1c74f0(0x2f2)]),_0x500059=_0x328946;!_0x10aedd[_0x500059]&&(_0x10aedd[_0x500059]=[]);const _0x3bef0c=_0x10aedd[_0x500059][_0x1c74f0(0x2bf)](_0x28b4de=>(_0x28b4de[TestFrameworkConstants['KEY_HOOK_ID']]||_0x28b4de['hook_id'])===_0x53dcf8);!_0x3bef0c&&_0x10aedd[_0x500059][_0x1c74f0(0x2cd)]({'key':_0x500059,[TestFrameworkConstants[_0x1c74f0(0x2e1)]]:_0x53dcf8,[TestFrameworkConstants[_0x1c74f0(0x1f2)]]:TestFrameworkConstants[_0x1c74f0(0x1b0)],[TestFrameworkConstants[_0x1c74f0(0x19e)]]:new Date()[_0x1c74f0(0x1ac)](),[TestFrameworkConstants[_0x1c74f0(0x293)]]:new Date()[_0x1c74f0(0x1ac)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1c74f0(0x310)]]:_0x5bc897[_0x1c74f0(0x236)]||_0x5bc897[_0x1c74f0(0x266)]+_0x1c74f0(0x23a),[TestFrameworkConstants[_0x1c74f0(0x312)]]:_0x35fee2});}});}if(_0x10d95a['hooks']&&_0x2e1b9e[_0x5ebd7f(0x237)](_0x10d95a[_0x5ebd7f(0x26e)][_0x5ebd7f(0x1fd)],0x0))_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x18d)]]=_0x10d95a[_0x5ebd7f(0x26e)],logger[_0x5ebd7f(0x301)](_0x2e1b9e[_0x5ebd7f(0x26a)]);else _0x2e1b9e[_0x5ebd7f(0x2b1)](Object[_0x5ebd7f(0x30f)](_0x10aedd)['length'],0x0)&&(_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x18d)]]=_0x10aedd,logger[_0x5ebd7f(0x301)](_0x5ebd7f(0x231)+Object['keys'](_0x10aedd)[_0x5ebd7f(0x2e5)](',')));const _0x3a1cad=this[_0x5ebd7f(0x214)](_0x10d95a);logger[_0x5ebd7f(0x301)](_0x5ebd7f(0x25f)+_0x3a1cad+',\x20testId='+_0x4f69a9+'\x20(testIdentifier),\x20result='+_0x3fe370+_0x5ebd7f(0x239)+_0x10d95a[_0x5ebd7f(0x2aa)]);_0x2e1b9e[_0x5ebd7f(0x2ca)](_0x3fe370,_0x2e1b9e[_0x5ebd7f(0x22b)])&&logger[_0x5ebd7f(0x301)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x4f69a9+_0x5ebd7f(0x1b4)+_0x2926f4[TestFrameworkConstants[_0x5ebd7f(0x300)]]+_0x5ebd7f(0x29a)+_0x2926f4[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x5ebd7f(0x1ec)](0x0,0xc8));const _0x338a2f={};return _0x338a2f[_0x4f69a9]=_0x2926f4,_0x338a2f;}['getJestTestScopes'](_0x1122e7){const _0x395368=a71_0x4cfaa1,_0x2c7dd9={};_0x2c7dd9['boBXW']=function(_0x4c9693,_0x5632bf){return _0x4c9693!==_0x5632bf;},_0x2c7dd9[_0x395368(0x2ac)]='ROOT_DESCRIBE_BLOCK';const _0x4ffad4=_0x2c7dd9,_0x3eb22e={};_0x3eb22e[_0x395368(0x2c2)]=0x2,_0x3eb22e[_0x395368(0x2d5)]=0x3,logger[_0x395368(0x301)](_0x395368(0x2da)+util[_0x395368(0x2e6)](_0x1122e7,_0x3eb22e));const _0x3829f4=[];if(_0x1122e7&&_0x1122e7['parent']){let _0x197f16=_0x1122e7[_0x395368(0x2c0)];while(_0x197f16&&_0x197f16['name']&&_0x4ffad4['boBXW'](_0x197f16[_0x395368(0x236)],'')&&_0x4ffad4[_0x395368(0x281)](_0x197f16[_0x395368(0x236)],_0x4ffad4[_0x395368(0x2ac)])){_0x3829f4[_0x395368(0x2cd)](_0x197f16['name']),_0x197f16=_0x197f16[_0x395368(0x2c0)];}}return _0x3829f4[_0x395368(0x1a1)]();}['getJestTestName'](_0x37bd6e){const _0x36348c=a71_0x4cfaa1,_0x536722={};_0x536722[_0x36348c(0x1be)]=_0x36348c(0x288);const _0x1b70dc=_0x536722;if(_0x37bd6e[_0x36348c(0x236)])return _0x37bd6e['name'];if(_0x37bd6e[_0x36348c(0x24f)])return _0x37bd6e[_0x36348c(0x24f)];return _0x1b70dc[_0x36348c(0x1be)];}[a71_0x4cfaa1(0x2e3)](_0x258cce){const _0x30b7e8=a71_0x4cfaa1,_0x2823cd=[];if(_0x258cce['tags']&&Array[_0x30b7e8(0x2ec)](_0x258cce['tags']))return _0x258cce[_0x30b7e8(0x283)][_0x30b7e8(0x1f5)](_0x4d2698=>_0x4d2698[_0x30b7e8(0x256)]('@')?_0x4d2698[_0x30b7e8(0x2d8)](0x1):_0x4d2698);const _0x419875=this[_0x30b7e8(0x214)](_0x258cce),_0x30b021=_0x419875['match'](/@(\w+)/g);if(_0x30b021)return _0x30b021[_0x30b7e8(0x1f5)](_0x4db38f=>_0x4db38f['slice'](0x1));return _0x258cce[_0x30b7e8(0x229)]&&Array['isArray'](_0x258cce[_0x30b7e8(0x229)])&&_0x258cce[_0x30b7e8(0x229)][_0x30b7e8(0x1a8)](_0x374d56=>{const _0x1bee4c=_0x30b7e8,_0x3be672=_0x374d56[_0x1bee4c(0x1a2)](/@(\w+)/g);_0x3be672&&_0x3be672[_0x1bee4c(0x1a8)](_0x21ba8a=>{const _0x1b8209=_0x1bee4c,_0x12b949=_0x21ba8a['slice'](0x1);!_0x2823cd['includes'](_0x12b949)&&_0x2823cd[_0x1b8209(0x2cd)](_0x12b949);});}),_0x2823cd;}[a71_0x4cfaa1(0x279)](_0x40e823){const _0x49507f=a71_0x4cfaa1,_0x54c120={'PeaCn':function(_0x59aeb6,_0x464069){return _0x59aeb6(_0x464069);},'rfVpq':'stack-trace'};if(_0x40e823['file_name'])return _0x40e823['file_name'];if(_0x40e823['asyncError']){const _0x2106c6=_0x54c120[_0x49507f(0x2e7)](require,_0x54c120[_0x49507f(0x21f)]);try{const _0x23bd7a=_0x2106c6[_0x49507f(0x201)](_0x40e823[_0x49507f(0x319)]);if(_0x23bd7a[0x0]&&_0x23bd7a[0x0]['getFileName'])return _0x23bd7a[0x0][_0x49507f(0x210)]();}catch(_0x19cec9){logger[_0x49507f(0x301)](_0x49507f(0x21a)+util[_0x49507f(0x2e0)](_0x19cec9));}}return null;}[a71_0x4cfaa1(0x1a3)](_0x436d7e){const _0x3f0599=a71_0x4cfaa1,_0x33ec7c={};_0x33ec7c[_0x3f0599(0x1e2)]=function(_0x33ee08,_0x57b25e){return _0x33ee08>_0x57b25e;},_0x33ec7c[_0x3f0599(0x225)]=_0x3f0599(0x267);const _0x39171d=_0x33ec7c;if(_0x436d7e[_0x3f0599(0x193)]&&_0x39171d[_0x3f0599(0x1e2)](_0x436d7e[_0x3f0599(0x193)][_0x3f0599(0x1fd)],0x0))return util['inspect'](_0x436d7e[_0x3f0599(0x193)][0x0]);if(_0x436d7e['failure_reason'])return _0x436d7e[_0x3f0599(0x18e)];return _0x39171d[_0x3f0599(0x225)];}[a71_0x4cfaa1(0x316)](_0x12135a){const _0x161ddf=a71_0x4cfaa1,_0x5c0878={};_0x5c0878[_0x161ddf(0x2fd)]='Assert',_0x5c0878[_0x161ddf(0x2d3)]=_0x161ddf(0x268),_0x5c0878[_0x161ddf(0x2b2)]=_0x161ddf(0x27e);const _0x242ce0=_0x5c0878,_0x26e5f7=this[_0x161ddf(0x1a3)](_0x12135a);if(_0x26e5f7&&_0x26e5f7[_0x161ddf(0x21c)](_0x242ce0[_0x161ddf(0x2fd)]))return _0x242ce0[_0x161ddf(0x2d3)];return _0x242ce0[_0x161ddf(0x2b2)];}[a71_0x4cfaa1(0x263)](_0x23b0ef){const _0xeb24c0=a71_0x4cfaa1,_0x3d0a3d={'CIvQX':function(_0x5a2cdc,_0xfc2dc6){return _0x5a2cdc(_0xfc2dc6);},'pCZaf':_0xeb24c0(0x29e),'xVErn':function(_0x430cb0,_0x94fa82){return _0x430cb0!==_0x94fa82;},'AWEjd':_0xeb24c0(0x217)},{failureData:_0xea8983}=_0x3d0a3d[_0xeb24c0(0x2af)](require,_0x3d0a3d[_0xeb24c0(0x22e)]),_0x5246af=[];return _0x3d0a3d[_0xeb24c0(0x1b2)](_0x23b0ef['errorsDetailed'],undefined)&&_0x5246af[_0xeb24c0(0x2cd)](_0x23b0ef['errorsDetailed'],_0x3d0a3d['AWEjd']),_0xea8983[_0xeb24c0(0x206)](null,_0x5246af);}async[a71_0x4cfaa1(0x25b)](_0x532315,_0x4d2d75,_0x56ec0e,_0x2e5cb1){const _0x222f7e=a71_0x4cfaa1,_0x347c77={'iCTGQ':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','MwVru':function(_0x169770){return _0x169770();},'RRoZv':function(_0x145768,_0x2e580d){return _0x145768 in _0x2e580d;},'EDInB':function(_0x30ff0d,_0x4ada8f){return _0x30ff0d===_0x4ada8f;},'BLYOy':function(_0x35f74d,_0x112580){return _0x35f74d===_0x112580;},'WNjrP':function(_0x2e818b,_0x20ae2b){return _0x2e818b>_0x20ae2b;},'znhpS':_0x222f7e(0x1b3),'rMPWO':'passed','VfJLR':function(_0x2c1013,_0x3b1a4a){return _0x2c1013>_0x3b1a4a;},'ewZfN':function(_0x4dd522,_0x8383f1){return _0x4dd522!==_0x8383f1;}},{hookData:_0x12e72a}=_0x2e5cb1,_0x3b90d5=_0x56ec0e[_0x222f7e(0x265)](),_0x112e87=_0x4d2d75['toString'](),_0x107fd4={};_0x107fd4[_0x222f7e(0x2c2)]=0x2,_0x107fd4['maxArrayLength']=0x3,logger['debug'](_0x222f7e(0x199)+_0x112e87+_0x222f7e(0x209)+_0x3b90d5+_0x222f7e(0x23c)+util[_0x222f7e(0x2e6)](_0x12e72a,_0x107fd4));if(!_0x12e72a)return logger[_0x222f7e(0x301)](_0x347c77['iCTGQ']),{};const _0x16d072=_0x12e72a['uuid']||_0x12e72a[_0x222f7e(0x282)]||_0x347c77[_0x222f7e(0x2be)](uuidv4),_0x591c12=_0x12e72a[_0x222f7e(0x29c)]||this[_0x222f7e(0x2f3)](_0x12e72a),_0x57fa73=_0x4d2d75['toString']()[_0x222f7e(0x22c)]('.')[0x1],_0x2dc8fd=_0x532315[_0x222f7e(0x255)]()['get'](_0x591c12),_0x556cbd=_0x2dc8fd?_0x2dc8fd[TestFrameworkConstants[_0x222f7e(0x312)]]||{}:{};logger[_0x222f7e(0x301)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x16d072+_0x222f7e(0x216)+_0x591c12+'\x20(testIdentifier),\x20hookType='+_0x57fa73+_0x222f7e(0x209)+_0x3b90d5);if(!_0x2dc8fd)return logger[_0x222f7e(0x301)](_0x222f7e(0x257)+_0x591c12+_0x222f7e(0x1a5)),this[_0x222f7e(0x2e2)](_0x532315,_0x591c12,_0x4d2d75,_0x56ec0e,_0x2e5cb1),{};let _0x11fcbc=_0x2dc8fd[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x11fcbc&&(_0x11fcbc={});!_0x347c77[_0x222f7e(0x1c3)](_0x57fa73,_0x11fcbc)&&(_0x11fcbc[_0x57fa73]=[]);let _0x2a79dd=_0x2dc8fd[TestFrameworkConstants[_0x222f7e(0x18d)]];!_0x2a79dd&&(_0x2a79dd={});!_0x347c77[_0x222f7e(0x1c3)](_0x57fa73,_0x2a79dd)&&(_0x2a79dd[_0x57fa73]=[]);const _0x441f5e={[TestFrameworkConstants[_0x222f7e(0x1cb)]]:_0x11fcbc,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2a79dd},_0x4977a7={};_0x4977a7[_0x591c12]=_0x441f5e;const _0x73e4c=_0x4977a7;if(_0x347c77[_0x222f7e(0x2a8)](_0x56ec0e,HookState[_0x222f7e(0x1a4)])){const _0x21d0e7={'key':_0x57fa73,[TestFrameworkConstants[_0x222f7e(0x2e1)]]:_0x16d072,[TestFrameworkConstants[_0x222f7e(0x1f2)]]:TestFrameworkConstants[_0x222f7e(0x1b0)],[TestFrameworkConstants[_0x222f7e(0x19e)]]:_0x12e72a['started_at']||new Date()[_0x222f7e(0x1ac)](),[TestFrameworkConstants[_0x222f7e(0x249)]]:[],[TestFrameworkConstants[_0x222f7e(0x310)]]:_0x12e72a[_0x222f7e(0x236)]||_0x12e72a[_0x222f7e(0x1ed)]||_0x57fa73,[TestFrameworkConstants[_0x222f7e(0x312)]]:_0x556cbd};_0x11fcbc[_0x57fa73][_0x222f7e(0x2cd)](_0x21d0e7),_0x73e4c[_0x591c12][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x57fa73;const _0x5b6a0b={};_0x5b6a0b[_0x222f7e(0x2c2)]=0x2,logger[_0x222f7e(0x301)](_0x222f7e(0x28f)+_0x57fa73+_0x222f7e(0x1f8)+_0x16d072+_0x222f7e(0x216)+_0x591c12+_0x222f7e(0x1e5)+util[_0x222f7e(0x2e6)](_0x21d0e7,_0x5b6a0b));}else{if(_0x347c77[_0x222f7e(0x2a0)](_0x56ec0e,HookState[_0x222f7e(0x247)])){const _0x5a8ff0=_0x12e72a['result']||(_0x12e72a[_0x222f7e(0x193)]&&_0x347c77['WNjrP'](_0x12e72a[_0x222f7e(0x193)][_0x222f7e(0x1fd)],0x0)?_0x347c77[_0x222f7e(0x1df)]:_0x347c77['rMPWO']),_0x3b3ee3=_0x11fcbc[_0x57fa73]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x57fa73+_0x222f7e(0x216)+_0x591c12+_0x222f7e(0x2ea)+_0x5a8ff0+_0x222f7e(0x1bc)+_0x3b3ee3[_0x222f7e(0x1fd)]);if(_0x347c77['VfJLR'](_0x3b3ee3[_0x222f7e(0x1fd)],0x0)){const _0x367e54=_0x3b3ee3[_0x222f7e(0x1ad)]();_0x347c77[_0x222f7e(0x2a0)](_0x5a8ff0,_0x347c77['znhpS'])&&_0x12e72a['errorsDetailed']?(_0x367e54[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x222f7e(0x316)](_0x12e72a),_0x367e54[TestFrameworkConstants[_0x222f7e(0x311)]]=this[_0x222f7e(0x1a3)](_0x12e72a),_0x367e54[TestFrameworkConstants[_0x222f7e(0x2ab)]]=this[_0x222f7e(0x263)](_0x12e72a),logger['debug'](_0x222f7e(0x1c7)+_0x57fa73+',\x20failureType='+_0x367e54[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x367e54[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x222f7e(0x1ec)](0x0,0xc8))):_0x367e54[TestFrameworkConstants[_0x222f7e(0x1f2)]]=_0x347c77['rMPWO'];_0x347c77[_0x222f7e(0x204)](_0x5a8ff0,TestFrameworkConstants[_0x222f7e(0x1b0)])&&(_0x367e54[TestFrameworkConstants[_0x222f7e(0x1f2)]]=_0x5a8ff0);_0x367e54[TestFrameworkConstants[_0x222f7e(0x293)]]=_0x12e72a[_0x222f7e(0x21d)]||new Date()[_0x222f7e(0x1ac)](),_0x367e54[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x556cbd;const _0x39f28a=_0x367e54[TestFrameworkConstants[_0x222f7e(0x2e1)]];!_0x2a79dd[_0x57fa73]&&(_0x2a79dd[_0x57fa73]=[]);_0x2a79dd[_0x57fa73]['push'](_0x367e54),_0x73e4c[_0x591c12][TestFrameworkConstants[_0x222f7e(0x2ff)]]=_0x57fa73;const _0x25eb97={};_0x25eb97[_0x222f7e(0x2c2)]=0x2,logger[_0x222f7e(0x301)](_0x222f7e(0x1cc)+_0x57fa73+',\x20hookId='+_0x39f28a+_0x222f7e(0x2ea)+_0x5a8ff0+',\x20hook='+util[_0x222f7e(0x2e6)](_0x367e54,_0x25eb97));}}}const _0xf25fa8={};return _0xf25fa8[_0x222f7e(0x2c2)]=0x2,_0xf25fa8[_0x222f7e(0x2d5)]=0x3,logger[_0x222f7e(0x301)](_0x222f7e(0x271)+(_0x12e72a[_0x222f7e(0x1ed)]||_0x57fa73)+_0x222f7e(0x1f8)+_0x16d072+_0x222f7e(0x216)+_0x591c12+_0x222f7e(0x2cc)+util[_0x222f7e(0x2e6)](_0x73e4c,_0xf25fa8)),_0x73e4c;}[a71_0x4cfaa1(0x2bc)](_0x5338ac){const _0x48882e=a71_0x4cfaa1,_0x1bb57c={};_0x1bb57c[_0x48882e(0x18f)]='base64';const _0x252254=_0x1bb57c;try{const _0x122a4f=_0x5338ac[_0x48882e(0x217)]?this[_0x48882e(0x2f3)](_0x5338ac[_0x48882e(0x217)]):_0x5338ac[_0x48882e(0x30c)]['test_run_id'],_0x5c15f1=_0x5338ac[_0x48882e(0x294)],_0x2f204c=_0x5c15f1['getContext'](),_0x4de061=_0x5c15f1['getAllData']()[_0x48882e(0x1ca)](_0x122a4f);if(!_0x4de061)return logger[_0x48882e(0x301)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x122a4f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5bd59f='',[TestFrameworkConstants[_0x48882e(0x1ce)]]:_0x25ee52='',[TestFrameworkConstants[_0x48882e(0x1cd)]]:_0x45e654='',[TestFrameworkConstants[_0x48882e(0x308)]]:_0x37a9d7=''}=_0x4de061,_0x178e3e=_0x5c15f1['getCurrentTestState']()[_0x48882e(0x265)]()['split']('.')[0x1],_0x2f9100=_0x5c15f1[_0x48882e(0x1fc)]()[_0x48882e(0x265)]()[_0x48882e(0x22c)]('.')[0x1],_0x3dc7d6=global?.[_0x48882e(0x2f4)]?.[_0x48882e(0x198)]?.[_0x48882e(0x22d)],_0x3ecefc=_0x5c15f1[_0x48882e(0x262)](),_0x3bf26b=Buffer[_0x48882e(0x2d0)](JSON[_0x48882e(0x2fb)](_0x4de061))[_0x48882e(0x265)](_0x252254[_0x48882e(0x18f)]),_0x21c360={'hash':_0x2f204c['getId'](),'threadId':_0x2f204c[_0x48882e(0x211)]()['toString'](),'processId':_0x2f204c[_0x48882e(0x2a4)]()[_0x48882e(0x265)]()},_0x1d1e18={};_0x1d1e18['platformIndex']=_0x3dc7d6,_0x1d1e18[_0x48882e(0x1a7)]=_0x5bd59f,_0x1d1e18['testFrameworkVersion']=_0x25ee52,_0x1d1e18['testFrameworkState']=_0x178e3e,_0x1d1e18['hookState']=_0x2f9100,_0x1d1e18[_0x48882e(0x2c9)]=_0x45e654,_0x1d1e18[_0x48882e(0x2c5)]=_0x37a9d7,_0x1d1e18[_0x48882e(0x2ef)]=_0x3ecefc,_0x1d1e18['eventJson']=_0x3bf26b,_0x1d1e18[_0x48882e(0x248)]=_0x21c360,_0x1d1e18[_0x48882e(0x2b8)]=_0x122a4f;const _0x11b7cf=_0x1d1e18;return _0x11b7cf;}catch(_0x225ffb){return logger[_0x48882e(0x252)](_0x48882e(0x195)+util[_0x48882e(0x2e0)](_0x225ffb)),{};}}async[a71_0x4cfaa1(0x1e8)](_0x438c45,_0x4e9013,_0x45dd75){const _0x190b37=a71_0x4cfaa1,_0x46a68c={'cxTmJ':function(_0x4a61ca,_0x565407){return _0x4a61ca+_0x565407;},'MGOfQ':_0x190b37(0x270),'nPFcH':_0x190b37(0x212),'xpXya':function(_0x455b2f,_0x33b162){return _0x455b2f>_0x33b162;},'gRHvr':function(_0x15b247,_0x3a34e5,_0x4e0d38,_0x12e6c6){return _0x15b247(_0x3a34e5,_0x4e0d38,_0x12e6c6);},'AwfQt':function(_0x532437,_0x122885){return _0x532437-_0x122885;},'HPMxx':function(_0x5ca8d0,_0x2c6ce8){return _0x5ca8d0===_0x2c6ce8;},'euVuG':function(_0x1a1a04,_0x3a0ca5){return _0x1a1a04/_0x3a0ca5;},'eIFSJ':function(_0x58fd69,_0x1bfb1b){return _0x58fd69<_0x1bfb1b;},'NffCw':function(_0x39117c,_0x32673e){return _0x39117c*_0x32673e;},'JqbFK':function(_0x5cfd5c,_0x3c6764){return _0x5cfd5c+_0x3c6764;},'zAGsE':function(_0x2b24e0,_0x596549){return _0x2b24e0>_0x596549;}};try{const _0x139dee=_0x45dd75['testUUID']||_0x45dd75[_0x190b37(0x1de)],_0x847c28=Array[_0x190b37(0x2d0)](_0x438c45[_0x190b37(0x255)]()[_0x190b37(0x30f)]()),_0x427708=_0x438c45[_0x190b37(0x255)]()[_0x190b37(0x1ca)](_0x139dee);if(!_0x427708){logger[_0x190b37(0x301)](_0x190b37(0x2b4)+_0x139dee);return;}const {[TestFrameworkConstants[_0x190b37(0x20d)]]:_0xddf081='',[TestFrameworkConstants[_0x190b37(0x1ce)]]:_0x32b171=''}=_0x427708;let _0x463cf5=[];if(_0x427708&&_0x427708[TestFrameworkConstants[_0x190b37(0x221)]]&&Array[_0x190b37(0x2ec)](_0x427708[TestFrameworkConstants[_0x190b37(0x221)]])){_0x463cf5=_0x427708[TestFrameworkConstants[_0x190b37(0x221)]]||[],logger[_0x190b37(0x301)](_0x190b37(0x2e8)+_0x463cf5[_0x190b37(0x1fd)]+_0x190b37(0x213)+_0x139dee);const _0x291791={[TestFrameworkConstants[_0x190b37(0x221)]]:[]},_0x54194e={};_0x54194e[_0x139dee]=_0x291791,_0x438c45[_0x190b37(0x306)](_0x54194e),logger[_0x190b37(0x301)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x139dee);}else logger[_0x190b37(0x301)](_0x190b37(0x2a3)+_0x139dee);logger['debug'](_0x190b37(0x1a6)+_0x463cf5[_0x190b37(0x1fd)]+_0x190b37(0x1fe)+_0x139dee);const _0x443b82=_0x463cf5[_0x190b37(0x233)](_0x5a5e1f=>_0x5a5e1f[_0x190b37(0x21b)]===_0x190b37(0x2c8));_0x46a68c['xpXya'](_0x443b82[_0x190b37(0x1fd)],0x0)&&(logger[_0x190b37(0x301)](_0x190b37(0x245)+_0x443b82['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x139dee),_0x443b82['forEach']((_0x1c0574,_0x41fb58)=>{const _0x1c6f88=_0x190b37;logger[_0x1c6f88(0x301)](_0x1c6f88(0x1a0)+_0x46a68c[_0x1c6f88(0x19c)](_0x41fb58,0x1)+'/'+_0x443b82[_0x1c6f88(0x1fd)]+_0x1c6f88(0x1dd)+(_0x1c0574[_0x1c6f88(0x2b8)]||_0x46a68c[_0x1c6f88(0x1c2)])+_0x1c6f88(0x307)+(_0x1c0574[_0x1c6f88(0x1b9)]||_0x46a68c['MGOfQ'])+_0x1c6f88(0x31b)+(_0x1c0574[_0x1c6f88(0x2b5)]||_0x46a68c[_0x1c6f88(0x254)])+_0x1c6f88(0x2b7)+(_0x1c0574['message']?.[_0x1c6f88(0x1fd)]||0x0));}));const _0x1996a6=_0x427708[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x18906=_0x46a68c['gRHvr'](getMediaArtifactsLogs,_0x1996a6,null,_0x139dee),_0x13cc4d=(_0x463cf5||[])[_0x190b37(0x305)](_0x18906||[]),_0x4fbf0c=_0x443b82?.[_0x190b37(0x1fd)]||0x0,_0x5f8aa2=_0x46a68c[_0x190b37(0x200)](_0x463cf5?.[_0x190b37(0x1fd)]||0x0,_0x4fbf0c);logger[_0x190b37(0x301)](_0x190b37(0x2a5)+_0x139dee+',\x20consoleLogs:\x20'+_0x5f8aa2+',\x20screenshotLogs:\x20'+_0x4fbf0c+',\x20attachmentLogs:\x20'+(_0x18906?.['length']||0x0)+_0x190b37(0x26c)+_0x13cc4d[_0x190b37(0x1fd)]);if(!_0x13cc4d||_0x46a68c[_0x190b37(0x2f5)](_0x13cc4d[_0x190b37(0x1fd)],0x0)){logger[_0x190b37(0x301)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x139dee);return;}const _0xd7d4e3=0x28,_0x177a5b=Math[_0x190b37(0x1ba)](_0x46a68c[_0x190b37(0x1f1)](_0x13cc4d['length'],_0xd7d4e3));for(let _0x51b7b5=0x0;_0x46a68c['eIFSJ'](_0x51b7b5,_0x177a5b);_0x51b7b5++){const _0x3a601e=_0x46a68c[_0x190b37(0x192)](_0x51b7b5,_0xd7d4e3),_0x18fe44=_0x46a68c[_0x190b37(0x19c)](_0x3a601e,_0xd7d4e3),_0x29f68b=_0x13cc4d[_0x190b37(0x1ef)](_0x3a601e,_0x18fe44),_0x664296=global?.[_0x190b37(0x2f4)]?.[_0x190b37(0x198)]?.['parallelIndex']||0x0,_0x15f257={'platformIndex':_0x664296,'logs':_0x29f68b,'testFrameworkName':_0xddf081,'testFrameworkVersion':_0x32b171,'testFrameworkState':_0x4e9013[_0x190b37(0x265)]()[_0x190b37(0x22c)]('.')[0x1]},_0x183543={};_0x183543[_0x190b37(0x2c2)]=0x3,_0x183543[_0x190b37(0x2d5)]=0x5,logger['debug'](_0x190b37(0x232)+_0x46a68c['cxTmJ'](_0x51b7b5,0x1)+'/'+_0x177a5b+_0x190b37(0x1c4)+_0x139dee+_0x190b37(0x275)+_0x29f68b[_0x190b37(0x1fd)]+_0x190b37(0x295)+_0x664296+_0x190b37(0x1c5)+util[_0x190b37(0x2e6)](_0x15f257,_0x183543));const _0x20e9dd=await GrpcClient['getInstance']()[_0x190b37(0x1bb)](_0x15f257);logger['debug'](_0x190b37(0x232)+_0x46a68c[_0x190b37(0x246)](_0x51b7b5,0x1)+'/'+_0x177a5b+_0x190b37(0x1c4)+_0x139dee+_0x190b37(0x20b)+util[_0x190b37(0x2e6)](_0x20e9dd));}if(_0x18906&&_0x46a68c[_0x190b37(0x2c1)](_0x18906[_0x190b37(0x1fd)],0x0)&&_0x427708[TestFrameworkConstants[_0x190b37(0x194)]]){const _0x38bd21={[TestFrameworkConstants[_0x190b37(0x194)]]:{}},_0x7dc416={};_0x7dc416[_0x139dee]=_0x38bd21,_0x438c45[_0x190b37(0x306)](_0x7dc416);}logger[_0x190b37(0x301)](_0x190b37(0x28a)+_0x139dee+_0x190b37(0x23b)+_0x177a5b);}catch(_0x19d5c6){logger[_0x190b37(0x252)](_0x190b37(0x1db)+(_0x45dd75[_0x190b37(0x317)]||_0x45dd75[_0x190b37(0x1de)])+_0x190b37(0x24c)+util[_0x190b37(0x2e0)](_0x19d5c6));}}[a71_0x4cfaa1(0x2e2)](_0x1e42c7,_0x5234c9,_0x2729a7,_0xf6c8c0,_0x32df8e){const _0x3146c3=a71_0x4cfaa1,_0x113f5f={};_0x113f5f[_0x3146c3(0x24a)]=function(_0x32bcaf,_0x245155){return _0x32bcaf===_0x245155;},_0x113f5f['wtSlP']=_0x3146c3(0x238);const _0x2da029=_0x113f5f,{hookData:_0x4374bb}=_0x32df8e,_0x461442={'testId':_0x5234c9,'testFrameworkState':_0x2729a7,'hookState':_0xf6c8c0,'args':_0x32df8e,'timestamp':new Date()[_0x3146c3(0x1ac)]()};if(_0x2da029['fdNfq'](_0x2729a7,TestFrameworkState[_0x3146c3(0x18b)])&&_0x4374bb){const _0x41110d={};_0x41110d[_0x3146c3(0x292)]=_0x4374bb[_0x3146c3(0x224)]||_0x4374bb[_0x3146c3(0x2a6)],_0x41110d[_0x3146c3(0x1bd)]=_0x4374bb[_0x3146c3(0x1bd)]||_0x4374bb['scopes']&&_0x4374bb[_0x3146c3(0x229)][0x0]||'',_0x41110d[_0x3146c3(0x1ae)]=_0x2da029['wtSlP'],_0x461442[_0x3146c3(0x2f1)]=_0x41110d,logger[_0x3146c3(0x301)](_0x3146c3(0x20c)+_0x5234c9+_0x3146c3(0x235)+_0x461442[_0x3146c3(0x2f1)]['filePath']+_0x3146c3(0x2a1)+_0x461442[_0x3146c3(0x2f1)]['scope']);}_0x1e42c7['addPendingHook'](_0x5234c9,_0x461442),logger[_0x3146c3(0x301)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x5234c9+_0x3146c3(0x1e7)+_0x2729a7+_0x3146c3(0x1d6)+_0xf6c8c0);}async['processPendingHooks'](_0x5b942c,_0x7f86d0){const _0x30dd5d=a71_0x4cfaa1,_0x3e3f8f={};_0x3e3f8f[_0x30dd5d(0x2a7)]=function(_0xb94575,_0x587af2){return _0xb94575>_0x587af2;},_0x3e3f8f[_0x30dd5d(0x202)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x3e3f8f['ztFhA']=function(_0x5a88b0,_0xabf5c5){return _0x5a88b0===_0xabf5c5;},_0x3e3f8f[_0x30dd5d(0x24e)]=function(_0x184261,_0x24f53c){return _0x184261===_0x24f53c;},_0x3e3f8f[_0x30dd5d(0x1e9)]=function(_0x57766f,_0x1c7927){return _0x57766f===_0x1c7927;},_0x3e3f8f[_0x30dd5d(0x20f)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x3e3f8f['ePKCV']=_0x30dd5d(0x25c);const _0x4098dd=_0x3e3f8f;if(_0x5b942c[_0x30dd5d(0x258)](_0x7f86d0)){const _0x208ae8=_0x5b942c[_0x30dd5d(0x1d9)](_0x7f86d0);logger[_0x30dd5d(0x301)](_0x30dd5d(0x1dc)+_0x208ae8[_0x30dd5d(0x1fd)]+_0x30dd5d(0x277)+_0x7f86d0);for(const _0x2f7ab6 of _0x208ae8){try{const _0x24c070=await this[_0x30dd5d(0x25b)](_0x5b942c,_0x2f7ab6[_0x30dd5d(0x304)],_0x2f7ab6[_0x30dd5d(0x24d)],_0x2f7ab6[_0x30dd5d(0x228)]);_0x24c070&&_0x4098dd[_0x30dd5d(0x2a7)](Object['keys'](_0x24c070)[_0x30dd5d(0x1fd)],0x0)&&_0x5b942c[_0x30dd5d(0x306)](_0x24c070),await this[_0x30dd5d(0x2c6)](_0x5b942c,_0x2f7ab6[_0x30dd5d(0x304)],_0x2f7ab6[_0x30dd5d(0x24d)],_0x2f7ab6[_0x30dd5d(0x228)]);}catch(_0x444721){logger[_0x30dd5d(0x252)](_0x30dd5d(0x2fe)+_0x7f86d0+_0x30dd5d(0x24c)+_0x444721);}}_0x5b942c[_0x30dd5d(0x1b6)](_0x7f86d0),logger[_0x30dd5d(0x301)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x7f86d0);}const _0x44c6fe=_0x5b942c['getAllData']()[_0x30dd5d(0x1ca)](_0x7f86d0);if(_0x44c6fe){const _0x4a9433=_0x44c6fe[TestFrameworkConstants[_0x30dd5d(0x1c1)]]||_0x44c6fe[TestFrameworkConstants[_0x30dd5d(0x31a)]],_0x2ec529=_0x44c6fe[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x44c6fe[TestFrameworkConstants[_0x30dd5d(0x1ff)]]&&_0x44c6fe[TestFrameworkConstants[_0x30dd5d(0x1ff)]][0x0]||'';logger['debug'](_0x4098dd[_0x30dd5d(0x202)]);const _0x1913a2=_0x5b942c[_0x30dd5d(0x2bd)]();for(const _0x3277b2 of _0x1913a2){if(_0x4098dd[_0x30dd5d(0x2d9)](_0x3277b2,_0x7f86d0))continue;if(_0x5b942c[_0x30dd5d(0x258)](_0x3277b2)){const _0x10b2d3=_0x5b942c[_0x30dd5d(0x1d9)](_0x3277b2);for(const _0x462e38 of _0x10b2d3){if(_0x4098dd['ztFhA'](_0x462e38['testFrameworkState'],TestFrameworkState[_0x30dd5d(0x18b)])&&_0x462e38['hookMetadata']){const _0x5b3140=_0x462e38[_0x30dd5d(0x2f1)]['filePath'],_0x4013c8=_0x462e38['hookMetadata']['scope'];if(_0x4098dd[_0x30dd5d(0x2d9)](_0x5b3140,_0x4a9433)&&_0x4098dd[_0x30dd5d(0x24e)](_0x4013c8,_0x2ec529)){logger[_0x30dd5d(0x301)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x3277b2+_0x30dd5d(0x222)+_0x7f86d0+_0x30dd5d(0x235)+_0x5b3140+_0x30dd5d(0x2a1)+_0x4013c8);_0x462e38[_0x30dd5d(0x228)]&&_0x462e38[_0x30dd5d(0x228)]['hookData']&&(_0x462e38[_0x30dd5d(0x228)][_0x30dd5d(0x30c)][_0x30dd5d(0x29c)]=_0x7f86d0,logger[_0x30dd5d(0x301)](_0x30dd5d(0x30e)+_0x3277b2+_0x30dd5d(0x2ad)+_0x7f86d0));try{const _0x24419b=await this[_0x30dd5d(0x25b)](_0x5b942c,_0x462e38[_0x30dd5d(0x304)],_0x462e38[_0x30dd5d(0x24d)],_0x462e38['args']);_0x24419b&&_0x4098dd[_0x30dd5d(0x2a7)](Object[_0x30dd5d(0x30f)](_0x24419b)[_0x30dd5d(0x1fd)],0x0)&&_0x5b942c['addMultipleEntries'](_0x24419b);await this[_0x30dd5d(0x2c6)](_0x5b942c,_0x462e38[_0x30dd5d(0x304)],_0x462e38[_0x30dd5d(0x24d)],_0x462e38[_0x30dd5d(0x228)]);const _0x1e08b0=_0x5b942c[_0x30dd5d(0x1d9)](_0x3277b2)['filter'](_0x31f9d4=>_0x31f9d4!==_0x462e38);if(_0x4098dd[_0x30dd5d(0x1e9)](_0x1e08b0[_0x30dd5d(0x1fd)],0x0))_0x5b942c[_0x30dd5d(0x1b6)](_0x3277b2);else{_0x5b942c[_0x30dd5d(0x1b6)](_0x3277b2);for(const _0x3e532a of _0x1e08b0){_0x5b942c['addPendingHook'](_0x3277b2,_0x3e532a);}}logger['debug'](_0x4098dd['EHCCD']);}catch(_0x3c912e){logger[_0x30dd5d(0x252)](_0x4098dd[_0x30dd5d(0x1d7)]);}}}}}}}}[a71_0x4cfaa1(0x290)](_0x343feb){const _0x4e7923=a71_0x4cfaa1,_0x1701af={'YtaHV':function(_0x4ed758){return _0x4ed758();}};if(!_0x343feb||!_0x343feb[_0x4e7923(0x2c0)])return;_0x343feb[_0x4e7923(0x2c0)][_0x4e7923(0x26e)]&&Array[_0x4e7923(0x2ec)](_0x343feb[_0x4e7923(0x2c0)]['hooks'])&&_0x343feb['parent']['hooks'][_0x4e7923(0x1a8)](_0x39bbc4=>{const _0x5268c8=_0x4e7923;!_0x39bbc4[_0x5268c8(0x282)]&&!_0x39bbc4['hookUUID']&&(_0x39bbc4[_0x5268c8(0x282)]=_0x1701af[_0x5268c8(0x264)](uuidv4),_0x39bbc4['hookUUID']=_0x39bbc4['hookAnalyticsId'],logger[_0x5268c8(0x301)](_0x5268c8(0x314)+_0x39bbc4[_0x5268c8(0x266)]+_0x5268c8(0x218)+_0x39bbc4[_0x5268c8(0x282)]));}),this[_0x4e7923(0x290)](_0x343feb[_0x4e7923(0x2c0)]);}[a71_0x4cfaa1(0x240)](_0x49557c){const _0x4ee95d=a71_0x4cfaa1,_0x5f61df={'SgApX':function(_0x50cc33,_0x165b70){return _0x50cc33(_0x165b70);}};if(!_0x49557c||!_0x49557c[_0x4ee95d(0x2c0)])return[];const _0x39fce9=[];return _0x49557c[_0x4ee95d(0x2c0)][_0x4ee95d(0x26e)]&&Array[_0x4ee95d(0x2ec)](_0x49557c[_0x4ee95d(0x2c0)]['hooks'])&&_0x49557c[_0x4ee95d(0x2c0)][_0x4ee95d(0x26e)]['forEach'](_0x460c77=>{const _0x4e5aa9=_0x4ee95d,_0x3df0b1=_0x460c77[_0x4e5aa9(0x282)]||_0x460c77[_0x4e5aa9(0x30d)];_0x3df0b1&&!this['isJestInternalHook'](_0x460c77)&&!_0x5f61df['SgApX'](isInternalHook,_0x460c77['fn'])&&_0x39fce9['push'](_0x3df0b1);}),[..._0x39fce9,...this[_0x4ee95d(0x240)](_0x49557c[_0x4ee95d(0x2c0)])];}[a71_0x4cfaa1(0x18a)](_0x187fa5){const _0x50de0a=a71_0x4cfaa1,_0x1a5ff9={'gtrOZ':function(_0xf42af3,_0x5324d0){return _0xf42af3(_0x5324d0);},'kSvZH':_0x50de0a(0x298),'iJvMg':function(_0x3138b8,_0x57f68d){return _0x3138b8(_0x57f68d);}},_0x23a9fb=new Map(),_0x394891=_0x1b7474=>{const _0x129363=_0x50de0a;if(!_0x1b7474||!_0x1b7474['parent'])return;_0x1b7474['parent'][_0x129363(0x26e)]&&Array['isArray'](_0x1b7474['parent']['hooks'])&&_0x1b7474['parent'][_0x129363(0x26e)][_0x129363(0x1a8)](_0x4210cd=>{const _0xc7b448=_0x129363,_0x3f4a70=_0x4210cd[_0xc7b448(0x282)]||_0x4210cd[_0xc7b448(0x30d)];if(_0x3f4a70&&!this[_0xc7b448(0x1d0)](_0x4210cd)&&!_0x1a5ff9[_0xc7b448(0x2eb)](isInternalHook,_0x4210cd['fn'])){const _0x2696e0={};_0x2696e0[_0xc7b448(0x266)]=_0x4210cd[_0xc7b448(0x266)]||_0x1a5ff9['kSvZH'],_0x2696e0['name']=_0x4210cd[_0xc7b448(0x236)]||'\x22'+_0x4210cd[_0xc7b448(0x266)]+_0xc7b448(0x291),_0x23a9fb['set'](_0x3f4a70,_0x2696e0);}}),_0x1a5ff9[_0x129363(0x2eb)](_0x394891,_0x1b7474[_0x129363(0x2c0)]);};return _0x1a5ff9[_0x50de0a(0x1da)](_0x394891,_0x187fa5),_0x23a9fb;}[a71_0x4cfaa1(0x1d0)](_0x1c6ba3){const _0x1b9fd9=a71_0x4cfaa1,_0x3dc82d={};_0x3dc82d['Exusl']=_0x1b9fd9(0x2ed),_0x3dc82d['JMIti']=_0x1b9fd9(0x227);const _0x421f90=_0x3dc82d;try{const _0x103a45=this['getRootParentFile'](_0x1c6ba3);return _0x103a45&&_0x103a45['includes'](_0x421f90[_0x1b9fd9(0x28e)]);}catch(_0x42c3b4){logger['debug'](_0x421f90[_0x1b9fd9(0x197)]);}return![];}[a71_0x4cfaa1(0x259)](_0x12f863){const _0x4e33df=a71_0x4cfaa1;if(_0x12f863['asyncError'])try{const _0x175712=stackTrace['parse'](_0x12f863['asyncError']);return _0x175712[0x0]?_0x175712[0x0][_0x4e33df(0x210)]():null;}catch(_0x2761a6){logger['debug'](_0x4e33df(0x297)+util[_0x4e33df(0x2e0)](_0x2761a6));}if(_0x12f863[_0x4e33df(0x260)])return _0x12f863['file'];return null;}}module['exports']=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x47f071=a72_0x2cca;(function(_0x4e9c9a,_0x335db7){const _0x40b94d=a72_0x2cca,_0x1a166c=_0x4e9c9a();while(!![]){try{const _0x57ce99=parseInt(_0x40b94d(0x9a))/0x1+-parseInt(_0x40b94d(0x9d))/0x2*(parseInt(_0x40b94d(0x88))/0x3)+parseInt(_0x40b94d(0x9f))/0x4+-parseInt(_0x40b94d(0x81))/0x5+parseInt(_0x40b94d(0x90))/0x6*(parseInt(_0x40b94d(0x86))/0x7)+-parseInt(_0x40b94d(0x97))/0x8*(parseInt(_0x40b94d(0x82))/0x9)+parseInt(_0x40b94d(0xa3))/0xa;if(_0x57ce99===_0x335db7)break;else _0x1a166c['push'](_0x1a166c['shift']());}catch(_0x389611){_0x1a166c['push'](_0x1a166c['shift']());}}}(a72_0x24be,0x3cb68));function a72_0x2cca(_0x1626e6,_0x46c5d4){const _0x24be4e=a72_0x24be();return a72_0x2cca=function(_0x2ccae9,_0x4bb187){_0x2ccae9=_0x2ccae9-0x7f;let _0x12cf1b=_0x24be4e[_0x2ccae9];return _0x12cf1b;},a72_0x2cca(_0x1626e6,_0x46c5d4);}function a72_0x24be(){const _0x47485f=['trackEvent:\x20automationFrameworkState=','RxGyR','pWueH','debug','../cliUtils.js','\x20target=','1658064eigaPj','trackEvent','PlaywrightAutomationFramework','476454QpUMxX','params','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','8GbqUvL','../instances/trackedInstance.js','556100HafhSd','setTrackedInstance','logger','bsParams','1170420dHDdgv','resolveInstance','trackPlaywrightInstance','getTrackedInstance','856740oiNlBz','9gLbQgD','./automationFramework.js','POctM','../state/automationFrameworkState.js','7lmRHJu','\x20hookState=','89394CJDzKw','JxqMW','CREATE','instance','info','getCurrentInstanceName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','message','83742BeXJvX'];a72_0x24be=function(){return _0x47485f;};return a72_0x24be();}const AutomationFramework=require(a72_0x47f071(0x83)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x47f071(0x85)),CLIUtils=require(a72_0x47f071(0x95)),TrackedInstance=require(a72_0x47f071(0x9e)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x47f071(0xa1)]=createClassLogger(a72_0x47f071(0x99));constructor(_0x681760,_0x44b389){super(_0x681760,_0x44b389);}async[a72_0x47f071(0x98)](_0x25a707,_0x115d17,_0x576116={}){const _0x4c723d=a72_0x47f071,_0x171421={};_0x171421[_0x4c723d(0x89)]=function(_0x584e40,_0x169d5e){return _0x584e40===_0x169d5e;};const _0x183637=_0x171421;this[_0x4c723d(0xa1)][_0x4c723d(0x94)](_0x4c723d(0x91)+_0x25a707+_0x4c723d(0x87)+_0x115d17),await super[_0x4c723d(0x98)](_0x25a707,_0x115d17,_0x576116);const _0xc00c42=this['resolveInstance'](_0x25a707,_0x115d17,_0x576116);if(_0x183637['JxqMW'](_0xc00c42,null))return;_0x576116[_0x4c723d(0x8b)]=_0xc00c42,await this['runHooks'](_0xc00c42,_0x25a707,_0x115d17,_0x576116);}[a72_0x47f071(0xa4)](_0x132521,_0x4cfde7,_0xdf44ea={}){const _0x1f1885=a72_0x47f071,_0x52e645={};_0x52e645['POctM']=function(_0x41c0cd,_0x447918){return _0x41c0cd===_0x447918;},_0x52e645['RxGyR']=function(_0x891130,_0x1d6ca8){return _0x891130===_0x1d6ca8;};const _0x2ddcd8=_0x52e645;let _0x5739f3=null;return(_0x2ddcd8[_0x1f1885(0x84)](_0x132521,AutomationFrameworkState[_0x1f1885(0x8a)])||_0x2ddcd8[_0x1f1885(0x84)](_0x132521,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0xdf44ea[_0x1f1885(0x8f)]&&_0xdf44ea['message'][_0x1f1885(0x9b)]&&_0xdf44ea[_0x1f1885(0x8f)][_0x1f1885(0x9b)][_0x1f1885(0xa2)])||_0x2ddcd8[_0x1f1885(0x92)](_0x132521,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x132521,_0xdf44ea),_0x5739f3=AutomationFramework[_0x1f1885(0x80)](),_0x5739f3;}[a72_0x47f071(0x7f)](_0x16da5f,_0x7993b7){const _0xc735ea=a72_0x47f071,_0x182cf3={};_0x182cf3[_0xc735ea(0x93)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x4eaae3=_0x182cf3;if(AutomationFramework['getTrackedInstance']()){this[_0xc735ea(0xa1)][_0xc735ea(0x8c)](_0x4eaae3['pWueH']);return;}const _0x43536a=CLIUtils[_0xc735ea(0x8d)](),_0x269950=TrackedInstance['createContext'](_0x43536a);let _0x48658d=null;this[_0xc735ea(0xa1)][_0xc735ea(0x8c)](_0xc735ea(0x8e)+_0x43536a+',\x20state='+_0x16da5f),_0x48658d=new AutomationFrameworkInstance(_0x269950,this['getAutomationFrameworkName'](),this['getAutomationFrameworkVersion'](),_0x16da5f),AutomationFramework[_0xc735ea(0xa0)](_0x269950,_0x48658d),this[_0xc735ea(0xa1)]['info'](_0xc735ea(0x9c)+_0x269950['getId']()+_0xc735ea(0x96)+_0x43536a);}}module['exports']=PlaywrightAutomationFramework;
|