browserstack-node-sdk 1.49.8 → 1.49.9
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
|
+
function a69_0x2e35(_0x5586c0,_0x558cff){const _0x3568cb=a69_0x3568();return a69_0x2e35=function(_0x2e35ef,_0x50524d){_0x2e35ef=_0x2e35ef-0xfb;let _0x300044=_0x3568cb[_0x2e35ef];return _0x300044;},a69_0x2e35(_0x5586c0,_0x558cff);}const a69_0x418a3e=a69_0x2e35;(function(_0x336ce0,_0x299715){const _0xb25f3=a69_0x2e35,_0x54d705=_0x336ce0();while(!![]){try{const _0x9bb51f=parseInt(_0xb25f3(0x110))/0x1+parseInt(_0xb25f3(0xfe))/0x2*(parseInt(_0xb25f3(0x14e))/0x3)+-parseInt(_0xb25f3(0x10e))/0x4+parseInt(_0xb25f3(0x144))/0x5*(-parseInt(_0xb25f3(0x11a))/0x6)+-parseInt(_0xb25f3(0x137))/0x7*(parseInt(_0xb25f3(0x108))/0x8)+parseInt(_0xb25f3(0x13c))/0x9+parseInt(_0xb25f3(0x145))/0xa*(parseInt(_0xb25f3(0x10f))/0xb);if(_0x9bb51f===_0x299715)break;else _0x54d705['push'](_0x54d705['shift']());}catch(_0x45d002){_0x54d705['push'](_0x54d705['shift']());}}}(a69_0x3568,0x309ac));const a69_0x508bca={};a69_0x508bca[a69_0x418a3e(0x124)]=a69_0x418a3e(0x138),a69_0x508bca[a69_0x418a3e(0x105)]='test_id',a69_0x508bca[a69_0x418a3e(0x155)]=a69_0x418a3e(0x152),a69_0x508bca['KEY_TEST_FILE_PATH']=a69_0x418a3e(0x13e),a69_0x508bca[a69_0x418a3e(0x129)]=a69_0x418a3e(0x13b),a69_0x508bca[a69_0x418a3e(0x11f)]='test_result',a69_0x508bca[a69_0x418a3e(0x109)]=a69_0x418a3e(0x139),a69_0x508bca[a69_0x418a3e(0x14c)]='test_started_at',a69_0x508bca['KEY_TEST_ENDED_AT']=a69_0x418a3e(0x120),a69_0x508bca[a69_0x418a3e(0x136)]=a69_0x418a3e(0x153),a69_0x508bca['KEY_TEST_SCOPE']='test_scope',a69_0x508bca[a69_0x418a3e(0x12b)]=a69_0x418a3e(0x11c),a69_0x508bca[a69_0x418a3e(0x102)]=a69_0x418a3e(0x118),a69_0x508bca[a69_0x418a3e(0x115)]=a69_0x418a3e(0x106),a69_0x508bca[a69_0x418a3e(0x148)]=a69_0x418a3e(0x112),a69_0x508bca[a69_0x418a3e(0x146)]=a69_0x418a3e(0x142),a69_0x508bca[a69_0x418a3e(0x14f)]=a69_0x418a3e(0x12a),a69_0x508bca['KEY_PLATFORM_INDEX']=a69_0x418a3e(0xfd),a69_0x508bca[a69_0x418a3e(0x140)]=a69_0x418a3e(0x151),a69_0x508bca['KEY_TEST_FAILURE_TYPE']=a69_0x418a3e(0x13f),a69_0x508bca[a69_0x418a3e(0x12f)]='test_failure_reason',a69_0x508bca[a69_0x418a3e(0x150)]=a69_0x418a3e(0x14d),a69_0x508bca[a69_0x418a3e(0x130)]=a69_0x418a3e(0x107),a69_0x508bca[a69_0x418a3e(0x13d)]=a69_0x418a3e(0x104),a69_0x508bca[a69_0x418a3e(0x10c)]='automate_session_name',a69_0x508bca[a69_0x418a3e(0x10d)]='automate_session_status',a69_0x508bca[a69_0x418a3e(0x11d)]='automate_session_reason',a69_0x508bca[a69_0x418a3e(0x113)]=a69_0x418a3e(0x14b),a69_0x508bca[a69_0x418a3e(0x128)]=a69_0x418a3e(0x111),a69_0x508bca[a69_0x418a3e(0x116)]=a69_0x418a3e(0x141),a69_0x508bca[a69_0x418a3e(0x11b)]=a69_0x418a3e(0x143),a69_0x508bca[a69_0x418a3e(0xfb)]=a69_0x418a3e(0x117),a69_0x508bca[a69_0x418a3e(0x126)]='hook_failure_reason',a69_0x508bca['KEY_HOOK_FAILURE']=a69_0x418a3e(0x135),a69_0x508bca[a69_0x418a3e(0x122)]='hook_logs',a69_0x508bca['KEY_HOOK_NAME']=a69_0x418a3e(0x12e),a69_0x508bca[a69_0x418a3e(0x13a)]=a69_0x418a3e(0xfc),a69_0x508bca[a69_0x418a3e(0x114)]='pending',a69_0x508bca['KIND_SCREENSHOT']=a69_0x418a3e(0xff),a69_0x508bca[a69_0x418a3e(0x10b)]=a69_0x418a3e(0x132),a69_0x508bca['HOOK_REGEX']=a69_0x418a3e(0x134),a69_0x508bca['KEY_HOOKS_STARTED']=a69_0x418a3e(0x149),a69_0x508bca['KEY_HOOKS_FINISHED']=a69_0x418a3e(0x10a),a69_0x508bca[a69_0x418a3e(0x119)]=a69_0x418a3e(0x101),a69_0x508bca[a69_0x418a3e(0x125)]=a69_0x418a3e(0x131),a69_0x508bca[a69_0x418a3e(0x121)]=a69_0x418a3e(0x154),a69_0x508bca[a69_0x418a3e(0x103)]=a69_0x418a3e(0x123),a69_0x508bca[a69_0x418a3e(0x100)]=a69_0x418a3e(0x127),a69_0x508bca[a69_0x418a3e(0x11e)]='file_size',a69_0x508bca[a69_0x418a3e(0x14a)]=a69_0x418a3e(0x133),a69_0x508bca[a69_0x418a3e(0x147)]='file_path',a69_0x508bca['KEY_FILE_LEVEL']=a69_0x418a3e(0x12c);const TestFrameworkConstants=a69_0x508bca;function a69_0x3568(){const _0x480026=['test_location','logs','KEY_TEST_NAME','KEY_HOOK_FAILURE_TYPE','pending','platform_index','2Etzkry','TEST_SCREENSHOT','KEY_TEST_ATTACHMENTS','test_hook_last_started','KEY_TEST_FRAMEWORK_NAME','KEY_CUSTOM_TAGS','test_session_name','KEY_TEST_ID','test_framework_version','test_meta','8kdwHsW','KEY_TEST_RESULT_AT','test_hooks_finished','KIND_LOG','KEY_AUTOMATE_SESSION_NAME','KEY_AUTOMATE_SESSION_STATUS','353572BCiXRW','5529612uhLqQB','214535uBltlv','event_ended_at','test_code','KEY_EVENT_STARTED_AT','DEFAULT_HOOK_RESULT','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOK_ID','hook_failure_type','test_framework_name','KEY_HOOK_LAST_STARTED','759180xUVJvt','KEY_HOOK_RESULT','test_scopes','KEY_AUTOMATE_SESSION_REASON','KEY_FILE_SIZE','KEY_TEST_RESULT','test_ended_at','KEY_LOGS','KEY_HOOK_LOGS','custom_metadata','KEY_TEST_UUID','KEY_HOOK_LAST_FINISHED','KEY_HOOK_FAILURE_REASON','test_attachments','KEY_EVENT_ENDED_AT','KEY_TEST_TAGS','retry_of','KEY_TEST_SCOPES','file_level','exports','hook_name','KEY_TEST_FAILURE_REASON','KEY_TEST_META','test_hook_last_finished','TEST_LOG','file_name','^(BEFORE_|AFTER_)','hook_failure','KEY_TEST_LOCATION','2170567UBKJcr','test_uuid','test_result_at','DEFAULT_TEST_RESULT','test_tags','356454lifZlE','KEY_SESSION_NAME','test_file_path','test_failure_type','KEY_TEST_FAILURE','hook_id','test_rerun_name','hook_result','10KrvGQx','10jOFgmK','KEY_TEST_RERUN_NAME','KEY_FILE_PATH','KEY_TEST_CODE','test_hooks_started','KEY_FILE_NAME','event_started_at','KEY_TEST_STARTED_AT','test_logs','281355SEWbak','KEY_TEST_RETRY_OF','KEY_TEST_LOGS','test_failure','test_name'];a69_0x3568=function(){return _0x480026;};return a69_0x3568();}module[a69_0x418a3e(0x12d)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x2d1347=a70_0x6c4c;(function(_0x4f366f,_0x8fca07){const _0x43b174=a70_0x6c4c,_0x336c41=_0x4f366f();while(!![]){try{const _0x438a3c=parseInt(_0x43b174(0xda))/0x1*(parseInt(_0x43b174(0xf5))/0x2)+-parseInt(_0x43b174(0xcc))/0x3*(-parseInt(_0x43b174(0xf2))/0x4)+parseInt(_0x43b174(0x162))/0x5+parseInt(_0x43b174(0x152))/0x6+parseInt(_0x43b174(0x9d))/0x7+parseInt(_0x43b174(0x109))/0x8+-parseInt(_0x43b174(0x156))/0x9;if(_0x438a3c===_0x8fca07)break;else _0x336c41['push'](_0x336c41['shift']());}catch(_0x3bf5a9){_0x336c41['push'](_0x336c41['shift']());}}}(a70_0x2ea9,0x202f6));const TestFramework=require(a70_0x2d1347(0xec)),TestFrameworkState=require(a70_0x2d1347(0x114)),HookState=require(a70_0x2d1347(0x153)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x2d1347(0xb2)),CLIUtils=require(a70_0x2d1347(0x104)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x2d1347(0x129)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x2d1347(0xc5)),logger=createClassLogger(a70_0x2d1347(0xb9)),{v4:uuidv4}=require(a70_0x2d1347(0xc1)),util=require(a70_0x2d1347(0xe2)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x2d1347(0xee));function a70_0x2ea9(){const _0xa338b8=['KEY_TEST_FRAMEWORK_NAME','test_run_id','get','code','util','KEY_TEST_SCOPES','addMultipleEntries','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_HOOKS_STARTED','testData','\x20pending\x20hooks\x20for\x20testId:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','endedAt','Updated\x20cucumber\x20test\x20result:\x20','./testFramework','getAllData','../grpcClient','KEY_HOOK_ID','KEY_HOOK_FAILURE_REASON','KEY_TEST_NAME','8uZoKAq','KEY_TEST_TAGS','KEY_TEST_META','4xXPAFn','failed','\x20response=','Error\x20in\x20createTestFrameworkEventPayload:\x20','startedAt','ceil','BZpZo','Spyjb','hasPendingHooks','Hhpht','getId','storePendingHook','KEY_HOOK_LOGS','__workerDetails','args','../cliUtils.js','trackCucumberInstance','hookState','getTestUUID','getCurrentTestState','337824AAPdUX','UnhandledError','POST','unknown','KEY_TEST_RESULT','KEY_LOGS','matchHookRegex','BQlgN','eventJson','\x20&\x20hookState=','getTestFrameworks','../state/testFrameworkState.js','result','KEY_TEST_ATTACHMENTS','sendLogCreatedEvent','test','getPendingHooks','setTestDetails','getRef','\x20\x20and\x20args\x20=\x20','file_name','KEY_HOOK_LAST_STARTED','FAACs','NONE','started_at','passed','finishedAt','toISOString','inspect','dmnzR','push','PRE','./constants/testFrameworkConstants.js','BbOCk','LOG_REPORT','trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_CODE','testFrameworkVersion',',\x20state:\x20','readLogObjects','finished_at','length','\x20testState:\x20','runHooks','KEY_HOOK_FAILURE','hookData','processPendingHooks','KEY_TEST_FAILURE_TYPE','\x20batch\x20','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','NaUkQ','testUUID','uarQs','Lzyxb','name','trackEvent','customRerunParam','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','IwyOH','aGUTe','trackHookEvent','format','LKBFm','addPendingHook','KEY_EVENT_STARTED_AT','\x20with\x20result:\x20','failure_type','KEY_TEST_ID','sendLogCreatedEvent:\x20for\x20testId:\x20','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','instance','pop','KEY_TEST_ENDED_AT','65838EQbpsQ','../state/hookState.js','Cucumber\x20log\x20created\x20event','failure_reason','6185556RdSsQY','getCurrentInstanceName','cInmo','jutwj','getContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','stringify','meBrW','body','trackCucumberInstance:\x20saved\x20instance\x20contextId=','resolveInstance','from','803340oRpsmA','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','base64','1373281FrHWtV','Processing\x20','split','createContext','getInstance','KEY_TEST_RERUN_NAME','\x20target=','parseCucumberTestResult','wflvG','failure','gGfXL','workerInfo','\x20and\x20args\x20=\x20','rerun_name','hook_type','KEY_TEST_LOGS','KEY_HOOK_RESULT','KEY_HOOK_NAME','testFrameworkState','setTrackedInstance','failure_data','../instances/testFrameworkInstance.js','exports','KEY_TEST_STARTED_AT','getTestFrameworksVersions','KEY_TEST_FAILURE','DPXNV','toString','CucumberTestFramework','scopes','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','nuLiG','KEY_TEST_UUID','getCurrentHookState','TEST','logCreatedEvent','uuid','removePendingHooks','error','KEY_TEST_FRAMEWORK_VERSION','../../../helpers/helper.js','INIT_TEST','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','getThreadId','DEFAULT_TEST_RESULT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','387579fMOOzs','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getTestDetails','parallelIndex','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','qEBte','debug','KEY_TEST_SCOPE','KEY_CUSTOM_TAGS','key','WIegP','\x20payload=','SojsS','hooks','75338fPPXsV','\x20for\x20test:\x20','ITFic','KEY_HOOK_FAILURE_TYPE'];a70_0x2ea9=function(){return _0xa338b8;};return a70_0x2ea9();}function a70_0x6c4c(_0x5427bc,_0x1fcac3){const _0x2ea97a=a70_0x2ea9();return a70_0x6c4c=function(_0x6c4c7e,_0x3b2fd2){_0x6c4c7e=_0x6c4c7e-0x9d;let _0x1416d7=_0x2ea97a[_0x6c4c7e];return _0x1416d7;},a70_0x6c4c(_0x5427bc,_0x1fcac3);}class CucumberTestFramework extends TestFramework{constructor(_0x4da0fe,_0x40023b,_0x293a23){super(_0x4da0fe,_0x40023b,_0x293a23);}async[a70_0x2d1347(0x140)](_0x4ef923,_0x585c11,_0x4108b4={}){const _0x5a940a=a70_0x2d1347,_0x4f424a={};_0x4f424a[_0x5a940a(0xa5)]=_0x5a940a(0x13a),_0x4f424a[_0x5a940a(0xbc)]=function(_0x2347cd,_0x12f5c0){return _0x2347cd===_0x12f5c0;},_0x4f424a[_0x5a940a(0x11f)]=_0x5a940a(0x142);const _0x24f512=_0x4f424a;await super[_0x5a940a(0x140)](_0x4ef923,_0x585c11,_0x4108b4);const _0x1fc10d=this[_0x5a940a(0x160)](_0x4ef923,_0x585c11,_0x4108b4);if(!_0x1fc10d){logger[_0x5a940a(0xd2)](_0x24f512[_0x5a940a(0xa5)]);return;}try{let _0x47a766,_0x4463b7;switch(_0x4ef923){case TestFrameworkState[_0x5a940a(0xbf)]:_0x47a766=_0x4108b4['test'],_0x4463b7=TestInfo[_0x5a940a(0x107)](_0x47a766['id']);if(_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState[_0x5a940a(0x128)])){logger[_0x5a940a(0xd2)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x47a766['id']);const _0x114105={};_0x114105[_0x5a940a(0x13c)]=_0x4463b7,_0x114105[_0x5a940a(0xe7)]=_0x47a766,_0x1fc10d[_0x5a940a(0xe4)](this['parseCucumberTest'](_0x114105)),logger[_0x5a940a(0xd2)](_0x5a940a(0xc8)+_0x47a766['id']),await this[_0x5a940a(0x137)](_0x1fc10d,_0x47a766['id']);}else{if(_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState[_0x5a940a(0x10b)])){const _0x52919c={};_0x52919c['testUUID']=_0x4463b7,_0x52919c[_0x5a940a(0xe7)]=_0x47a766,_0x1fc10d[_0x5a940a(0xe4)](this[_0x5a940a(0xa4)](_0x52919c)),await this[_0x5a940a(0x137)](_0x1fc10d,_0x47a766['id']);}}break;case TestFrameworkState[_0x5a940a(0x12b)]:_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState['POST'])&&await this[_0x5a940a(0x117)](_0x1fc10d,_0x4ef923,_0x4108b4);break;default:if(CLIUtils[_0x5a940a(0x10f)](_0x4ef923[_0x5a940a(0xb8)]()[_0x5a940a(0x9f)]('.')[0x1])){const _0x2c00cf=await this['trackHookEvent'](_0x1fc10d,_0x4ef923,_0x585c11,_0x4108b4);_0x1fc10d[_0x5a940a(0xe4)](_0x2c00cf);}else logger[_0x5a940a(0xd2)](_0x5a940a(0x12c)+_0x4ef923+_0x5a940a(0x112)+_0x585c11);break;}}catch(_0x4c0364){logger['error'](util[_0x5a940a(0x146)](_0x24f512[_0x5a940a(0x11f)],_0x4ef923,_0x585c11,_0x4108b4[_0x5a940a(0x132)],_0x4c0364));}_0x4108b4['instance']=_0x1fc10d,await this['runHooks'](_0x1fc10d,_0x4ef923,_0x585c11,_0x4108b4);}[a70_0x2d1347(0x160)](_0x193c3e,_0x31ba32,_0x5028d1={}){const _0x22fe4c=a70_0x2d1347,_0x450c88={};_0x450c88['gGfXL']=function(_0x408515,_0x2a5d39){return _0x408515===_0x2a5d39;},_0x450c88[_0x22fe4c(0x15d)]=function(_0x2f2b77,_0xd9c70e){return _0x2f2b77===_0xd9c70e;};const _0x58367f=_0x450c88;let _0x1ccae6=null;return(_0x58367f[_0x22fe4c(0xa7)](_0x193c3e,TestFrameworkState[_0x22fe4c(0xc6)])||_0x58367f['meBrW'](_0x193c3e,TestFrameworkState[_0x22fe4c(0x120)]))&&this[_0x22fe4c(0x105)](_0x193c3e,_0x5028d1),_0x1ccae6=TestFramework['getTrackedInstance'](),_0x1ccae6;}[a70_0x2d1347(0x105)](_0x3526cc,_0x2f9994){const _0x10d47c=a70_0x2d1347,_0xd3f890=CLIUtils[_0x10d47c(0x157)](),_0x1759eb=TrackedInstance[_0x10d47c(0xa0)](_0xd3f890);let _0x2832ae=null;logger[_0x10d47c(0xd2)](_0x10d47c(0xd0)+_0xd3f890+',\x20state='+_0x3526cc),_0x2832ae=new TestFrameworkInstance(_0x1759eb,this[_0x10d47c(0x113)](),this[_0x10d47c(0xb5)](),_0x3526cc,HookState[_0x10d47c(0x120)]),TestFramework[_0x10d47c(0xb0)](_0x1759eb,_0x2832ae),logger[_0x10d47c(0xd2)](_0x10d47c(0x15f)+_0x1759eb[_0x10d47c(0xff)]()+_0x10d47c(0xa3)+_0xd3f890);}['parseCucumberTest'](_0x3d5466){const _0x2fb164=a70_0x2d1347,_0x29aadf={};_0x29aadf[_0x2fb164(0xd6)]=_0x2fb164(0x15b);const _0x33bc5a=_0x29aadf,{testUUID:_0x336b60,testData:_0x3ca00f}=_0x3d5466;if(!_0x3ca00f||!_0x3ca00f[_0x2fb164(0xc1)])return logger['debug'](_0x33bc5a['WIegP']),{};const _0x43c946=_0x336b60,_0x408b67=_0x3ca00f[_0x2fb164(0xc1)],_0x59b39b=this[_0x2fb164(0x113)]()[0x0],_0x5ebe19=this[_0x2fb164(0xb5)](),_0x2820e6={[TestFrameworkConstants[_0x2fb164(0xde)]]:_0x59b39b,[TestFrameworkConstants[_0x2fb164(0xc4)]]:_0x5ebe19[_0x59b39b],[TestFrameworkConstants[_0x2fb164(0xac)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2fb164(0xbd)]]:_0x43c946,[TestFrameworkConstants[_0x2fb164(0x10d)]]:TestFrameworkConstants[_0x2fb164(0xca)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x3ca00f[_0x2fb164(0x13f)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x3ca00f[_0x2fb164(0x11d)]||'',[TestFrameworkConstants[_0x2fb164(0x14c)]]:_0x408b67,[TestFrameworkConstants[_0x2fb164(0xf1)]]:_0x3ca00f[_0x2fb164(0x13f)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x3ca00f['location']||'',[TestFrameworkConstants[_0x2fb164(0x12d)]]:_0x3ca00f[_0x2fb164(0x15e)]?.[_0x2fb164(0xe1)]||null,[TestFrameworkConstants[_0x2fb164(0xf3)]]:_0x3ca00f['tags']||[],[TestFrameworkConstants[_0x2fb164(0xb4)]]:_0x3ca00f['startedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x2fb164(0xd3)]]:_0x3ca00f[_0x2fb164(0xba)]?.[0x0]||'',[TestFrameworkConstants[_0x2fb164(0xe3)]]:_0x3ca00f['scopes']||[],[TestFrameworkConstants[_0x2fb164(0xa2)]]:_0x3ca00f[_0x2fb164(0x141)]?.[_0x2fb164(0xaa)]||_0x3ca00f['name']||'',[TestFrameworkConstants[_0x2fb164(0xd4)]]:{},[TestFrameworkConstants[_0x2fb164(0xf4)]]:_0x3ca00f['meta']||{}};TestInfo[_0x2fb164(0x11a)](_0x408b67,_0x2820e6),logger[_0x2fb164(0xd2)]('Parsed\x20cucumber\x20test:\x20'+_0x3ca00f[_0x2fb164(0x13f)]+'\x20with\x20UUID:\x20'+_0x43c946);const _0x352dfc={};return _0x352dfc[_0x408b67]=_0x2820e6,_0x352dfc;}[a70_0x2d1347(0xa4)](_0x4bb973){const _0x276d4a=a70_0x2d1347,_0x450a5f={'qEBte':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','BQlgN':_0x276d4a(0x10c),'IwyOH':function(_0x4fe273,_0x544f61){return _0x4fe273===_0x544f61;},'Ifwqu':_0x276d4a(0xf6),'ITFic':_0x276d4a(0x10a),'BCkwi':function(_0x539964,_0x1f3c78,_0x433019){return _0x539964(_0x1f3c78,_0x433019);},'EurGg':function(_0x73175a,_0x464d8e){return _0x73175a>_0x464d8e;}},{testUUID:_0x5a81aa,testData:_0x3a79d2}=_0x4bb973;if(!_0x3a79d2||!_0x3a79d2[_0x276d4a(0xc1)])return logger[_0x276d4a(0xd2)](_0x450a5f[_0x276d4a(0xd1)]),{};const _0x5ef178=this[_0x276d4a(0x160)](TestFrameworkState['TEST'],HookState[_0x276d4a(0x10b)]),_0x2c97a7=_0x3a79d2['uuid'],_0x54c6c6=TestInfo[_0x276d4a(0xce)](_0x2c97a7)||{},_0x2ccc31=_0x54c6c6?_0x54c6c6[TestFrameworkConstants[_0x276d4a(0xd4)]]||{}:{},_0x572c18={..._0x54c6c6,[TestFrameworkConstants[_0x276d4a(0x10d)]]:_0x3a79d2[_0x276d4a(0x115)]||_0x450a5f[_0x276d4a(0x110)],[TestFrameworkConstants[_0x276d4a(0x151)]]:_0x3a79d2[_0x276d4a(0x123)]||new Date()[_0x276d4a(0x124)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2ccc31,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x276d4a(0xf4)]]:_0x3a79d2['meta']||{}};_0x450a5f[_0x276d4a(0x143)](_0x3a79d2[_0x276d4a(0x115)],_0x450a5f['Ifwqu'])&&_0x3a79d2[_0x276d4a(0xa6)]&&(_0x572c18[TestFrameworkConstants[_0x276d4a(0x138)]]=_0x3a79d2[_0x276d4a(0x14b)]||_0x450a5f[_0x276d4a(0xdc)],_0x572c18[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3a79d2[_0x276d4a(0x155)]||'',_0x572c18[TestFrameworkConstants[_0x276d4a(0xb6)]]=_0x3a79d2[_0x276d4a(0xa6)]);const _0x47dbbc=TestInfo[_0x276d4a(0xce)](_0x2c97a7)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x11d449=_0x450a5f['BCkwi'](getManualUploadLogs,_0x47dbbc,_0x5ef178[_0x276d4a(0xed)]()[_0x276d4a(0xe0)](_0x2c97a7)[TestFrameworkConstants[_0x276d4a(0xbd)]]);if(_0x450a5f['EurGg'](_0x11d449[_0x276d4a(0x132)],0x0)){const _0x5504df=_0x572c18[TestFrameworkConstants[_0x276d4a(0x10e)]]||[];_0x572c18[TestFrameworkConstants[_0x276d4a(0x10e)]]=[..._0x5504df,..._0x11d449];}_0x3a79d2[_0x276d4a(0xd9)]&&_0x450a5f['EurGg'](_0x3a79d2[_0x276d4a(0xd9)][_0x276d4a(0x132)],0x0)&&(_0x572c18[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3a79d2[_0x276d4a(0xd9)]);TestInfo[_0x276d4a(0x11a)](_0x2c97a7,_0x572c18),logger[_0x276d4a(0xd2)](_0x276d4a(0xeb)+_0x3a79d2[_0x276d4a(0x13f)]+_0x276d4a(0x14a)+_0x3a79d2[_0x276d4a(0x115)]);const _0x40f858={};return _0x40f858[_0x2c97a7]=_0x572c18,_0x40f858;}async[a70_0x2d1347(0x145)](_0x5740f2,_0x8be97,_0x40f384,_0x894388){const _0x41152c=a70_0x2d1347,_0x1ba11b={'ysYhh':_0x41152c(0xc7),'NaUkQ':function(_0x3160f8){return _0x3160f8();},'UTPsT':function(_0x7d028d,_0x29f172){return _0x7d028d in _0x29f172;},'xwYzQ':function(_0x1a6b25,_0x14fc62){return _0x1a6b25 in _0x14fc62;},'aGUTe':function(_0x1ff930,_0x5cffef){return _0x1ff930===_0x5cffef;},'dmnzR':function(_0x488f19,_0x1e6456){return _0x488f19>_0x1e6456;},'Lzyxb':function(_0x47cc32,_0x56bf77){return _0x47cc32===_0x56bf77;},'ThkFw':_0x41152c(0xf6),'lqQKr':_0x41152c(0x10a),'DPXNV':_0x41152c(0x122),'zdNsc':function(_0x2873e2,_0x11e3ef){return _0x2873e2!==_0x11e3ef;}},{hookData:_0x297578}=_0x894388;if(!_0x297578)return logger['debug'](_0x1ba11b['ysYhh']),{};const _0x121157=_0x297578[_0x41152c(0xc1)]||_0x1ba11b[_0x41152c(0x13b)](uuidv4),_0x26e6b2=_0x297578[_0x41152c(0xdf)],_0x8b0697=_0x8be97['toString']()[_0x41152c(0x9f)]('.')[0x1],_0x2a93c6=TestInfo[_0x41152c(0xce)](_0x26e6b2)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x21cfc9=_0x5740f2[_0x41152c(0xed)]()[_0x41152c(0xe0)](_0x26e6b2);if(!_0x21cfc9)return logger[_0x41152c(0xd2)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x26e6b2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x5740f2,_0x26e6b2,_0x8be97,_0x40f384,_0x894388),{};let _0x4ecb18=_0x21cfc9[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x4ecb18&&(_0x4ecb18={});!_0x1ba11b['UTPsT'](_0x8b0697,_0x4ecb18)&&(_0x4ecb18[_0x8b0697]=[]);let _0x41a9e6=_0x21cfc9[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x41a9e6&&(_0x41a9e6={});!_0x1ba11b['xwYzQ'](_0x8b0697,_0x41a9e6)&&(_0x41a9e6[_0x8b0697]=[]);const _0x5df558={[TestFrameworkConstants[_0x41152c(0xe6)]]:_0x4ecb18,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x41a9e6},_0x248b3d={};_0x248b3d[_0x26e6b2]=_0x5df558;const _0x4b7384=_0x248b3d;if(_0x1ba11b[_0x41152c(0x144)](_0x40f384,HookState[_0x41152c(0x128)])){const _0x4c43d0={[TestFrameworkConstants[_0x41152c(0xef)]]:_0x121157,[TestFrameworkConstants[_0x41152c(0xad)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x41152c(0x149)]]:_0x297578[_0x41152c(0x121)],[TestFrameworkConstants[_0x41152c(0x101)]]:[],[TestFrameworkConstants[_0x41152c(0xae)]]:_0x297578[_0x41152c(0xab)],[TestFrameworkConstants[_0x41152c(0xd4)]]:_0x2a93c6};_0x4c43d0[_0x41152c(0xd5)]=_0x8b0697;const _0x345f1b=_0x4c43d0;_0x4ecb18[_0x8b0697][_0x41152c(0x127)](_0x345f1b),_0x4b7384[_0x26e6b2][TestFrameworkConstants[_0x41152c(0x11e)]]=_0x8b0697,logger['debug']('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x8b0697+'\x20&\x20hook\x20=\x20'+_0x345f1b+_0x41152c(0x11c)+_0x894388);}else{if(_0x1ba11b[_0x41152c(0x144)](_0x40f384,HookState[_0x41152c(0x10b)])){const _0x37592d=_0x297578[_0x41152c(0x115)],_0x49c4ac=_0x4ecb18[_0x8b0697]||[];logger[_0x41152c(0xd2)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x49c4ac+_0x41152c(0xa9)+_0x894388);if(_0x1ba11b[_0x41152c(0x126)](_0x49c4ac[_0x41152c(0x132)],0x0)){const _0x407f52=_0x49c4ac[_0x41152c(0x150)]();_0x1ba11b[_0x41152c(0x13e)](_0x297578['result'],_0x1ba11b['ThkFw'])&&_0x297578[_0x41152c(0xb1)]?(_0x407f52[TestFrameworkConstants[_0x41152c(0xdd)]]=_0x297578[_0x41152c(0x14b)]||_0x1ba11b['lqQKr'],_0x407f52[TestFrameworkConstants[_0x41152c(0xf0)]]=_0x297578[_0x41152c(0x155)]||'',_0x407f52[TestFrameworkConstants[_0x41152c(0x135)]]=_0x297578[_0x41152c(0xb1)]):_0x407f52[TestFrameworkConstants[_0x41152c(0xad)]]=_0x1ba11b[_0x41152c(0xb7)];_0x1ba11b['zdNsc'](_0x37592d,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x407f52[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x37592d);_0x407f52[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x297578[_0x41152c(0x131)]||new Date()[_0x41152c(0x124)](),_0x407f52[TestFrameworkConstants[_0x41152c(0xd4)]]=_0x2a93c6;const _0x4b12a5=_0x407f52[TestFrameworkConstants[_0x41152c(0xef)]];!_0x41a9e6[_0x8b0697]&&(_0x41a9e6[_0x8b0697]=[]),_0x41a9e6[_0x8b0697][_0x41152c(0x127)](_0x407f52),_0x4b7384[_0x26e6b2][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x8b0697;}}}return logger[_0x41152c(0xd2)](_0x41152c(0xe5)+_0x297578[_0x41152c(0xab)]+'\x20with\x20id\x20'+_0x121157+_0x41152c(0xdb)+_0x26e6b2),_0x4b7384;}['createTestFrameworkEventPayload'](_0x2fbd31){const _0x485ff0=a70_0x2d1347,_0x4273f0={};_0x4273f0[_0x485ff0(0x147)]=_0x485ff0(0x164);const _0x5961c2=_0x4273f0;try{const _0x196ab2=_0x2fbd31[_0x485ff0(0x118)]?_0x2fbd31[_0x485ff0(0x118)]['id']:_0x2fbd31[_0x485ff0(0x136)][_0x485ff0(0xdf)],_0x158b96=_0x2fbd31[_0x485ff0(0x14f)],_0x5e744f=_0x158b96[_0x485ff0(0x15a)](),_0x5709c3=_0x158b96['getAllData']()[_0x485ff0(0xe0)](_0x196ab2);if(!_0x5709c3)return logger[_0x485ff0(0xd2)](_0x485ff0(0xcd)+_0x196ab2),{};logger['debug']('createTestFrameworkEventPayload\x20testId:\x20'+_0x196ab2);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ea3aa='',[TestFrameworkConstants[_0x485ff0(0xc4)]]:_0x545f0c='',[TestFrameworkConstants[_0x485ff0(0xb4)]]:_0x20c394='',[TestFrameworkConstants[_0x485ff0(0x151)]]:_0x271453=''}=_0x5709c3,_0x3aacb0=_0x158b96[_0x485ff0(0x108)]()[_0x485ff0(0xb8)]()[_0x485ff0(0x9f)]('.')[0x1],_0x3d49f7=_0x158b96[_0x485ff0(0xbe)]()['toString']()[_0x485ff0(0x9f)]('.')[0x1],_0x5824d0=global?.[_0x485ff0(0x102)]?.[_0x485ff0(0xa8)]?.[_0x485ff0(0xcf)],_0x462d0a=_0x158b96[_0x485ff0(0x11b)](),_0x36f0e8=Buffer[_0x485ff0(0x161)](JSON[_0x485ff0(0x15c)](_0x5709c3))[_0x485ff0(0xb8)](_0x5961c2[_0x485ff0(0x147)]),_0x44dec5={'hash':_0x5e744f[_0x485ff0(0xff)](),'threadId':_0x5e744f[_0x485ff0(0xc9)]()['toString'](),'processId':_0x5e744f['getProcessId']()[_0x485ff0(0xb8)]()},_0x5a2219={};_0x5a2219['platformIndex']=_0x5824d0,_0x5a2219['testFrameworkName']=_0x4ea3aa,_0x5a2219[_0x485ff0(0x12e)]=_0x545f0c,_0x5a2219[_0x485ff0(0xaf)]=_0x3aacb0,_0x5a2219['hookState']=_0x3d49f7,_0x5a2219[_0x485ff0(0xf9)]=_0x20c394,_0x5a2219[_0x485ff0(0xea)]=_0x271453,_0x5a2219[_0x485ff0(0xc1)]=_0x462d0a,_0x5a2219[_0x485ff0(0x111)]=_0x36f0e8,_0x5a2219['executionContext']=_0x44dec5;const _0x39ea4b=_0x5a2219;return logger[_0x485ff0(0xd2)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x196ab2+_0x485ff0(0x133)+_0x3aacb0+'\x20hookState:\x20'+_0x3d49f7),_0x39ea4b;}catch(_0x25911a){return logger[_0x485ff0(0xc3)](_0x485ff0(0xf8)+util[_0x485ff0(0x146)](_0x25911a)),{};}}async['sendLogCreatedEvent'](_0x2cd2cc,_0x2f744f,_0x2f5324){const _0x14b81d=a70_0x2d1347,_0x12bc1b={'SJbpi':function(_0x3c1e60,_0xb532ea,_0x5341e7){return _0x3c1e60(_0xb532ea,_0x5341e7);},'BZpZo':function(_0xe91c5,_0x49047e){return _0xe91c5===_0x49047e;},'Spyjb':_0x14b81d(0xbb),'Hhpht':function(_0x1afa27,_0x348c09){return _0x1afa27/_0x348c09;},'SojsS':function(_0x2ae400,_0x5ed717){return _0x2ae400<_0x5ed717;},'jutwj':function(_0x781c14,_0x3cbea7){return _0x781c14*_0x3cbea7;},'BbOCk':function(_0x2ed644,_0x3068a4){return _0x2ed644+_0x3068a4;},'uarQs':function(_0x93f633,_0x5ef304){return _0x93f633+_0x5ef304;},'lkDAE':_0x14b81d(0x154)};try{const _0x12365c=_0x2f5324[_0x14b81d(0x13c)],_0x11783d=_0x2cd2cc[_0x14b81d(0xed)]()[_0x14b81d(0xe0)](_0x12365c),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x59846c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x35603f=''}=_0x11783d,_0x362715=TestInfo[_0x14b81d(0x130)](_0x12365c),_0x45dfaa=TestInfo[_0x14b81d(0xce)](_0x12365c)[TestFrameworkConstants[_0x14b81d(0x116)]]||{},_0xbd7af3=_0x12bc1b['SJbpi'](getMediaArtifactsLogs,_0x45dfaa,_0x2cd2cc[_0x14b81d(0xed)]()[_0x14b81d(0xe0)](_0x12365c)[TestFrameworkConstants[_0x14b81d(0xbd)]]),_0x1dd4be=(_0x362715||[])['concat'](_0xbd7af3||[]);if(!_0x1dd4be||_0x12bc1b[_0x14b81d(0xfb)](_0x1dd4be[_0x14b81d(0x132)],0x0)){logger['debug'](_0x12bc1b[_0x14b81d(0xfc)]);return;}const _0x9c46b=0x28,_0x15ad4d=Math[_0x14b81d(0xfa)](_0x12bc1b[_0x14b81d(0xfe)](_0x1dd4be[_0x14b81d(0x132)],_0x9c46b));for(let _0x2e78b4=0x0;_0x12bc1b[_0x14b81d(0xd8)](_0x2e78b4,_0x15ad4d);_0x2e78b4++){const _0x2e1ea4=_0x12bc1b[_0x14b81d(0x159)](_0x2e78b4,_0x9c46b),_0x5d0cb1=_0x12bc1b[_0x14b81d(0x12a)](_0x2e1ea4,_0x9c46b),_0x3ccec9=_0x1dd4be['slice'](_0x2e1ea4,_0x5d0cb1),_0x11c3c2={'platformIndex':'0','logs':_0x3ccec9,'testFrameworkName':_0x59846c,'testFrameworkVersion':_0x35603f,'testFrameworkState':_0x2f744f[_0x14b81d(0xb8)]()[_0x14b81d(0x9f)]('.')[0x1]};logger[_0x14b81d(0xd2)](_0x14b81d(0x14d)+_0x12365c+'\x20batch\x20'+_0x12bc1b[_0x14b81d(0x12a)](_0x2e78b4,0x1)+'/'+_0x15ad4d+_0x14b81d(0xd7)+util[_0x14b81d(0x125)](_0x11c3c2));const _0x36ae4d=await GrpcClient[_0x14b81d(0xa1)]()[_0x14b81d(0xc0)](_0x11c3c2);logger[_0x14b81d(0xd2)](_0x14b81d(0x14d)+_0x12365c+_0x14b81d(0x139)+_0x12bc1b[_0x14b81d(0x13d)](_0x2e78b4,0x1)+'/'+_0x15ad4d+_0x14b81d(0xf7)+util[_0x14b81d(0x125)](_0x36ae4d));}}catch(_0x40fb80){logger[_0x14b81d(0xc3)](_0x14b81d(0x14e)+util['format'](_0x40fb80));}logger[_0x14b81d(0xd2)](_0x12bc1b['lkDAE']);}[a70_0x2d1347(0x100)](_0x307f18,_0x3f23d1,_0x3c5b8c,_0x3ec6c9,_0x3db6eb){const _0x5cbad6=a70_0x2d1347,_0x44e55c={'testId':_0x3f23d1,'testFrameworkState':_0x3c5b8c,'hookState':_0x3ec6c9,'args':_0x3db6eb,'timestamp':new Date()[_0x5cbad6(0x124)]()};_0x307f18[_0x5cbad6(0x148)](_0x3f23d1,_0x44e55c),logger[_0x5cbad6(0xd2)](_0x5cbad6(0xe9)+_0x3f23d1+_0x5cbad6(0x12f)+_0x3c5b8c+',\x20hookState:\x20'+_0x3ec6c9);}async[a70_0x2d1347(0x137)](_0x53ef9a,_0x1ff7de){const _0x28ca38=a70_0x2d1347,_0x501af2={};_0x501af2[_0x28ca38(0x158)]=function(_0x2a7305,_0x19080d){return _0x2a7305>_0x19080d;};const _0x367491=_0x501af2;if(!_0x53ef9a[_0x28ca38(0xfd)](_0x1ff7de))return;const _0x391168=_0x53ef9a[_0x28ca38(0x119)](_0x1ff7de);logger[_0x28ca38(0xd2)](_0x28ca38(0x9e)+_0x391168[_0x28ca38(0x132)]+_0x28ca38(0xe8)+_0x1ff7de);for(const _0x44aa9d of _0x391168){try{const _0x47266f=await this['trackHookEvent'](_0x53ef9a,_0x44aa9d['testFrameworkState'],_0x44aa9d[_0x28ca38(0x106)],_0x44aa9d[_0x28ca38(0x103)]);_0x47266f&&_0x367491[_0x28ca38(0x158)](Object['keys'](_0x47266f)[_0x28ca38(0x132)],0x0)&&_0x53ef9a['addMultipleEntries'](_0x47266f),await this[_0x28ca38(0x134)](_0x53ef9a,_0x44aa9d[_0x28ca38(0xaf)],_0x44aa9d['hookState'],_0x44aa9d[_0x28ca38(0x103)]);}catch(_0x37204a){logger[_0x28ca38(0xc3)](_0x28ca38(0xcb)+_0x1ff7de+',\x20error:\x20'+_0x37204a);}}_0x53ef9a[_0x28ca38(0xc2)](_0x1ff7de),logger[_0x28ca38(0xd2)](_0x28ca38(0x163)+_0x1ff7de);}}module[a70_0x2d1347(0xb3)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x42e6bd=a70_0x40a5;(function(_0x5e16cd,_0x486f93){const _0x48d9a5=a70_0x40a5,_0x2b401b=_0x5e16cd();while(!![]){try{const _0x1178bf=parseInt(_0x48d9a5(0x1b7))/0x1*(-parseInt(_0x48d9a5(0x1db))/0x2)+parseInt(_0x48d9a5(0x18f))/0x3+-parseInt(_0x48d9a5(0x17d))/0x4*(-parseInt(_0x48d9a5(0x145))/0x5)+-parseInt(_0x48d9a5(0x12f))/0x6+-parseInt(_0x48d9a5(0x132))/0x7+parseInt(_0x48d9a5(0x191))/0x8+-parseInt(_0x48d9a5(0x194))/0x9;if(_0x1178bf===_0x486f93)break;else _0x2b401b['push'](_0x2b401b['shift']());}catch(_0x3b4348){_0x2b401b['push'](_0x2b401b['shift']());}}}(a70_0x5561,0xcfb76));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x42e6bd(0x167)),HookState=require(a70_0x42e6bd(0x170)),{createClassLogger}=require(a70_0x42e6bd(0x1bc)),TestFrameworkInstance=require(a70_0x42e6bd(0x13a)),CLIUtils=require(a70_0x42e6bd(0x1d2)),TrackedInstance=require(a70_0x42e6bd(0x160)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x42e6bd(0x12b)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x42e6bd(0x155));function a70_0x40a5(_0x1cbf22,_0x2f16a4){const _0x55617d=a70_0x5561();return a70_0x40a5=function(_0x40a5c6,_0x3d3ea8){_0x40a5c6=_0x40a5c6-0x122;let _0x5b4527=_0x55617d[_0x40a5c6];return _0x5b4527;},a70_0x40a5(_0x1cbf22,_0x2f16a4);}class CucumberTestFramework extends TestFramework{constructor(_0x105cb8,_0x27dcf3,_0x2d65d8){super(_0x105cb8,_0x27dcf3,_0x2d65d8);}async[a70_0x42e6bd(0x133)](_0x4a2886,_0x5a0f1c,_0x128186={}){const _0x2aab4a=a70_0x42e6bd,_0x373346={};_0x373346['wlypL']='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x373346[_0x2aab4a(0x141)]=function(_0x2f70ac,_0x313af9){return _0x2f70ac===_0x313af9;},_0x373346[_0x2aab4a(0x152)]=function(_0x298d28,_0x26d175){return _0x298d28===_0x26d175;},_0x373346[_0x2aab4a(0x1b0)]='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x17850e=_0x373346;await super[_0x2aab4a(0x133)](_0x4a2886,_0x5a0f1c,_0x128186);const _0xd2a106=this[_0x2aab4a(0x175)](_0x4a2886,_0x5a0f1c,_0x128186);if(!_0xd2a106){logger[_0x2aab4a(0x17c)](_0x17850e[_0x2aab4a(0x19d)]);return;}try{let _0x323299,_0x1081bb;switch(_0x4a2886){case TestFrameworkState[_0x2aab4a(0x139)]:_0x323299=_0x128186[_0x2aab4a(0x149)],_0x1081bb=TestInfo[_0x2aab4a(0x1b8)](_0x323299['id']);if(_0x17850e[_0x2aab4a(0x141)](_0x5a0f1c,HookState[_0x2aab4a(0x14a)])){logger[_0x2aab4a(0x17c)](_0x2aab4a(0x1b1)+_0x323299['id']);const _0x469c78={};_0x469c78[_0x2aab4a(0x13d)]=_0x1081bb,_0x469c78[_0x2aab4a(0x164)]=_0x323299,_0xd2a106[_0x2aab4a(0x1b3)](this[_0x2aab4a(0x1c1)](_0x469c78)),logger['debug'](_0x2aab4a(0x177)+_0x323299['id']),await this[_0x2aab4a(0x1be)](_0xd2a106,_0x323299['id']);}else{if(_0x17850e[_0x2aab4a(0x141)](_0x5a0f1c,HookState['POST'])){const _0x4bc594={};_0x4bc594['testUUID']=_0x1081bb,_0x4bc594['testData']=_0x323299,_0xd2a106[_0x2aab4a(0x1b3)](this['parseCucumberTestResult'](_0x4bc594)),await this[_0x2aab4a(0x1be)](_0xd2a106,_0x323299['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x17850e[_0x2aab4a(0x152)](_0x5a0f1c,HookState[_0x2aab4a(0x180)])&&await this[_0x2aab4a(0x1c5)](_0xd2a106,_0x4a2886,_0x128186);break;default:if(CLIUtils[_0x2aab4a(0x1df)](_0x4a2886[_0x2aab4a(0x1de)]()[_0x2aab4a(0x1e5)]('.')[0x1])){const _0x3249a3=await this[_0x2aab4a(0x12a)](_0xd2a106,_0x4a2886,_0x5a0f1c,_0x128186);_0xd2a106['addMultipleEntries'](_0x3249a3);}else logger[_0x2aab4a(0x17c)](_0x2aab4a(0x198)+_0x4a2886+'\x20&\x20hookState='+_0x5a0f1c);break;}}catch(_0x78a529){logger[_0x2aab4a(0x1d6)](util[_0x2aab4a(0x168)](_0x17850e[_0x2aab4a(0x1b0)],_0x4a2886,_0x5a0f1c,_0x128186[_0x2aab4a(0x165)],_0x78a529));}_0x128186[_0x2aab4a(0x124)]=_0xd2a106,await this[_0x2aab4a(0x19b)](_0xd2a106,_0x4a2886,_0x5a0f1c,_0x128186);}['resolveInstance'](_0xbcaeee,_0x274129,_0x498664={}){const _0x348ab1=a70_0x42e6bd,_0x306601={};_0x306601[_0x348ab1(0x151)]=function(_0x442622,_0x559680){return _0x442622===_0x559680;},_0x306601[_0x348ab1(0x1c6)]=function(_0x8d25a5,_0x4e550f){return _0x8d25a5===_0x4e550f;};const _0x328928=_0x306601;let _0x4625ac=null;return(_0x328928[_0x348ab1(0x151)](_0xbcaeee,TestFrameworkState[_0x348ab1(0x1a0)])||_0x328928[_0x348ab1(0x1c6)](_0xbcaeee,TestFrameworkState[_0x348ab1(0x1cb)]))&&this['trackCucumberInstance'](_0xbcaeee,_0x498664),_0x4625ac=TestFramework['getTrackedInstance'](),_0x4625ac;}[a70_0x42e6bd(0x183)](_0x104b16,_0x491b08){const _0x17d567=a70_0x42e6bd,_0x16a7c9=CLIUtils['getCurrentInstanceName'](),_0x1b191a=TrackedInstance[_0x17d567(0x172)](_0x16a7c9);let _0x1c5309=null;logger[_0x17d567(0x17c)](_0x17d567(0x181)+_0x16a7c9+',\x20state='+_0x104b16),_0x1c5309=new TestFrameworkInstance(_0x1b191a,this[_0x17d567(0x1ae)](),this[_0x17d567(0x1b5)](),_0x104b16,HookState['NONE']),TestFramework['setTrackedInstance'](_0x1b191a,_0x1c5309),logger[_0x17d567(0x17c)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x1b191a[_0x17d567(0x1a9)]()+_0x17d567(0x182)+_0x16a7c9);}[a70_0x42e6bd(0x1c1)](_0x1a0c84){const _0x6e2443=a70_0x42e6bd,_0x2cccfd={};_0x2cccfd[_0x6e2443(0x1a4)]=_0x6e2443(0x1d5);const _0x536c2c=_0x2cccfd,{testUUID:_0x1a3c37,testData:_0x4c6d33}=_0x1a0c84;if(!_0x4c6d33||!_0x4c6d33[_0x6e2443(0x1bb)])return logger['debug'](_0x536c2c[_0x6e2443(0x1a4)]),{};const _0x27c918=_0x1a3c37,_0x2254ff=_0x4c6d33[_0x6e2443(0x1bb)],_0x558ba8=this[_0x6e2443(0x1ae)]()[0x0],_0x40116c=this[_0x6e2443(0x1b5)](),_0x159d15={[TestFrameworkConstants[_0x6e2443(0x15c)]]:_0x558ba8,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x40116c[_0x558ba8],[TestFrameworkConstants[_0x6e2443(0x1c9)]]:[],[TestFrameworkConstants[_0x6e2443(0x1ca)]]:{},[TestFrameworkConstants[_0x6e2443(0x185)]]:{},[TestFrameworkConstants[_0x6e2443(0x1a3)]]:_0x27c918,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x6e2443(0x163)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4c6d33[_0x6e2443(0x1e6)]||'',[TestFrameworkConstants[_0x6e2443(0x1e3)]]:_0x4c6d33[_0x6e2443(0x125)]||'',[TestFrameworkConstants[_0x6e2443(0x199)]]:_0x2254ff,[TestFrameworkConstants[_0x6e2443(0x13e)]]:_0x4c6d33['name']||'',[TestFrameworkConstants[_0x6e2443(0x179)]]:_0x4c6d33[_0x6e2443(0x1a5)]||'',[TestFrameworkConstants[_0x6e2443(0x138)]]:_0x4c6d33['body']?.[_0x6e2443(0x1a6)]||null,[TestFrameworkConstants[_0x6e2443(0x1bf)]]:_0x4c6d33['tags']||[],[TestFrameworkConstants[_0x6e2443(0x12c)]]:_0x4c6d33[_0x6e2443(0x1e2)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x6e2443(0x1c2)]]:_0x4c6d33['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x6e2443(0x1cd)]]:_0x4c6d33['scopes']||[],[TestFrameworkConstants[_0x6e2443(0x173)]]:_0x4c6d33[_0x6e2443(0x15b)]?.[_0x6e2443(0x1da)]||_0x4c6d33[_0x6e2443(0x1e6)]||'',[TestFrameworkConstants[_0x6e2443(0x1e0)]]:{},[TestFrameworkConstants[_0x6e2443(0x15d)]]:_0x4c6d33['meta']||{}};TestInfo[_0x6e2443(0x17e)](_0x2254ff,_0x159d15),logger['debug'](_0x6e2443(0x169)+_0x4c6d33[_0x6e2443(0x1e6)]+_0x6e2443(0x184)+_0x27c918);const _0x7fce6a={};return _0x7fce6a[_0x2254ff]=_0x159d15,_0x7fce6a;}[a70_0x42e6bd(0x127)](_0x5a926c){const _0x4eace7=a70_0x42e6bd,_0x171e14={'KEotO':_0x4eace7(0x188),'aVJoX':'unknown','DrQNN':function(_0x5b6a2b,_0x5c5af9){return _0x5b6a2b===_0x5c5af9;},'MpbIh':_0x4eace7(0x15e),'bjhvg':_0x4eace7(0x12d),'VvTUl':function(_0x5b0824,_0x431d42,_0x5e1d9a){return _0x5b0824(_0x431d42,_0x5e1d9a);},'UmdVi':function(_0x253ce5,_0x37632d){return _0x253ce5>_0x37632d;},'qMpFW':function(_0x468578,_0xf76eb0){return _0x468578>_0xf76eb0;}},{testUUID:_0x2e633a,testData:_0xbe2924}=_0x5a926c;if(!_0xbe2924||!_0xbe2924['uuid'])return logger[_0x4eace7(0x17c)](_0x171e14[_0x4eace7(0x126)]),{};const _0x23fe97=this['resolveInstance'](TestFrameworkState[_0x4eace7(0x139)],HookState[_0x4eace7(0x180)]),_0xa92ebf=_0xbe2924['uuid'],_0x3ccc7e=TestInfo[_0x4eace7(0x186)](_0xa92ebf)||{},_0x79de5b=_0x3ccc7e?_0x3ccc7e[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x10255e={..._0x3ccc7e,[TestFrameworkConstants[_0x4eace7(0x19a)]]:_0xbe2924[_0x4eace7(0x154)]||_0x171e14['aVJoX'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xbe2924['finishedAt']||new Date()[_0x4eace7(0x140)](),[TestFrameworkConstants[_0x4eace7(0x150)]]:new Date()[_0x4eace7(0x140)](),[TestFrameworkConstants[_0x4eace7(0x1e0)]]:_0x79de5b,[TestFrameworkConstants[_0x4eace7(0x148)]]:[],[TestFrameworkConstants[_0x4eace7(0x15d)]]:_0xbe2924[_0x4eace7(0x17b)]||{}};_0x171e14[_0x4eace7(0x193)](_0xbe2924[_0x4eace7(0x154)],_0x171e14[_0x4eace7(0x134)])&&_0xbe2924[_0x4eace7(0x187)]&&(_0x10255e[TestFrameworkConstants[_0x4eace7(0x1c7)]]=_0xbe2924[_0x4eace7(0x128)]||_0x171e14['bjhvg'],_0x10255e[TestFrameworkConstants[_0x4eace7(0x13b)]]=_0xbe2924[_0x4eace7(0x158)]||'',_0x10255e[TestFrameworkConstants[_0x4eace7(0x137)]]=_0xbe2924['failure']);const _0x5d6357=TestInfo['getTestDetails'](_0xa92ebf)[TestFrameworkConstants[_0x4eace7(0x16c)]]||{},_0x27901b=_0x171e14[_0x4eace7(0x1dd)](getManualUploadLogs,_0x5d6357,_0x23fe97['getAllData']()[_0x4eace7(0x144)](_0xa92ebf)[TestFrameworkConstants[_0x4eace7(0x1a3)]]);if(_0x171e14[_0x4eace7(0x14c)](_0x27901b[_0x4eace7(0x165)],0x0)){const _0x1fe3ee=_0x10255e[TestFrameworkConstants[_0x4eace7(0x148)]]||[];_0x10255e[TestFrameworkConstants['KEY_LOGS']]=[..._0x1fe3ee,..._0x27901b];}_0xbe2924[_0x4eace7(0x1e4)]&&_0x171e14[_0x4eace7(0x147)](_0xbe2924[_0x4eace7(0x1e4)][_0x4eace7(0x165)],0x0)&&(_0x10255e[TestFrameworkConstants[_0x4eace7(0x1ca)]]=_0xbe2924[_0x4eace7(0x1e4)]);TestInfo[_0x4eace7(0x17e)](_0xa92ebf,_0x10255e),logger[_0x4eace7(0x17c)](_0x4eace7(0x1bd)+_0xbe2924['name']+_0x4eace7(0x1aa)+_0xbe2924[_0x4eace7(0x154)]);const _0x52fa1b={};return _0x52fa1b[_0xa92ebf]=_0x10255e,_0x52fa1b;}async[a70_0x42e6bd(0x12a)](_0x203843,_0x960bc1,_0x24a8d1,_0xa58ac){const _0x48465e=a70_0x42e6bd,_0x165752={'Nrhnd':'No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','WAILc':function(_0x21537a){return _0x21537a();},'qaUHP':function(_0x33ebb6,_0x1acaa6){return _0x33ebb6 in _0x1acaa6;},'DtGxD':function(_0x2ea206,_0x43d23d){return _0x2ea206===_0x43d23d;},'KPZoF':function(_0x35ebf6,_0xaf0e5b){return _0x35ebf6===_0xaf0e5b;},'bZbCC':function(_0x18450a,_0x2a6792){return _0x18450a>_0x2a6792;},'xVkUc':function(_0x3c34f2,_0x6ae78e){return _0x3c34f2===_0x6ae78e;},'yNPkT':_0x48465e(0x15e),'NFKPm':_0x48465e(0x12d),'OQXug':'passed','aCtoQ':function(_0x5197ca,_0x11ca79){return _0x5197ca!==_0x11ca79;}},{hookData:_0xc05fe5}=_0xa58ac;if(!_0xc05fe5)return logger[_0x48465e(0x17c)](_0x165752['Nrhnd']),{};const _0x438dc0=_0xc05fe5[_0x48465e(0x1bb)]||_0x165752[_0x48465e(0x1b9)](uuidv4),_0xb0bb44=_0xc05fe5['test_run_id'],_0x5a135f=_0x960bc1[_0x48465e(0x1de)]()[_0x48465e(0x1e5)]('.')[0x1],_0x53578a=TestInfo['getTestDetails'](_0xb0bb44)[TestFrameworkConstants[_0x48465e(0x1e0)]]||{},_0x140171=_0x203843[_0x48465e(0x16b)]()['get'](_0xb0bb44);if(!_0x140171)return logger['debug'](_0x48465e(0x159)+_0xb0bb44+_0x48465e(0x1d7)),this['storePendingHook'](_0x203843,_0xb0bb44,_0x960bc1,_0x24a8d1,_0xa58ac),{};let _0x4c0745=_0x140171[TestFrameworkConstants[_0x48465e(0x185)]];!_0x4c0745&&(_0x4c0745={});!_0x165752['qaUHP'](_0x5a135f,_0x4c0745)&&(_0x4c0745[_0x5a135f]=[]);let _0x19be3d=_0x140171[TestFrameworkConstants[_0x48465e(0x1ca)]];!_0x19be3d&&(_0x19be3d={});!_0x165752[_0x48465e(0x135)](_0x5a135f,_0x19be3d)&&(_0x19be3d[_0x5a135f]=[]);const _0x3ebb93={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x4c0745,[TestFrameworkConstants[_0x48465e(0x1ca)]]:_0x19be3d},_0xa9c0f0={};_0xa9c0f0[_0xb0bb44]=_0x3ebb93;const _0x5de98f=_0xa9c0f0;if(_0x165752['DtGxD'](_0x24a8d1,HookState[_0x48465e(0x14a)])){const _0x3f50d6={[TestFrameworkConstants[_0x48465e(0x195)]]:_0x438dc0,[TestFrameworkConstants[_0x48465e(0x1d0)]]:TestFrameworkConstants[_0x48465e(0x1e7)],[TestFrameworkConstants[_0x48465e(0x19e)]]:_0xc05fe5['started_at'],[TestFrameworkConstants[_0x48465e(0x143)]]:[],[TestFrameworkConstants[_0x48465e(0x190)]]:_0xc05fe5[_0x48465e(0x18c)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x53578a};_0x3f50d6[_0x48465e(0x129)]=_0x5a135f;const _0x337057=_0x3f50d6;_0x4c0745[_0x5a135f][_0x48465e(0x16e)](_0x337057),_0x5de98f[_0xb0bb44][TestFrameworkConstants[_0x48465e(0x176)]]=_0x5a135f,logger[_0x48465e(0x17c)](_0x48465e(0x146)+_0x5a135f+_0x48465e(0x153)+_0x337057+'\x20\x20and\x20args\x20=\x20'+_0xa58ac);}else{if(_0x165752[_0x48465e(0x1ba)](_0x24a8d1,HookState[_0x48465e(0x180)])){const _0x509f62=_0xc05fe5[_0x48465e(0x154)],_0x4b3dd3=_0x4c0745[_0x5a135f]||[];logger[_0x48465e(0x17c)](_0x48465e(0x1d3)+_0x4b3dd3+_0x48465e(0x1a8)+_0xa58ac);if(_0x165752[_0x48465e(0x197)](_0x4b3dd3[_0x48465e(0x165)],0x0)){const _0x4ba371=_0x4b3dd3['pop']();_0x165752[_0x48465e(0x123)](_0xc05fe5['result'],_0x165752[_0x48465e(0x1a7)])&&_0xc05fe5[_0x48465e(0x1cf)]?(_0x4ba371[TestFrameworkConstants[_0x48465e(0x17a)]]=_0xc05fe5['failure_type']||_0x165752[_0x48465e(0x14b)],_0x4ba371[TestFrameworkConstants[_0x48465e(0x1ac)]]=_0xc05fe5[_0x48465e(0x158)]||'',_0x4ba371[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0xc05fe5[_0x48465e(0x1cf)]):_0x4ba371[TestFrameworkConstants[_0x48465e(0x1d0)]]=_0x165752[_0x48465e(0x1d9)];_0x165752['aCtoQ'](_0x509f62,TestFrameworkConstants[_0x48465e(0x1e7)])&&(_0x4ba371[TestFrameworkConstants[_0x48465e(0x1d0)]]=_0x509f62);_0x4ba371[TestFrameworkConstants[_0x48465e(0x13f)]]=_0xc05fe5[_0x48465e(0x18e)]||new Date()[_0x48465e(0x140)](),_0x4ba371[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x53578a;const _0x12e3d6=_0x4ba371[TestFrameworkConstants['KEY_HOOK_ID']];!_0x19be3d[_0x5a135f]&&(_0x19be3d[_0x5a135f]=[]),_0x19be3d[_0x5a135f][_0x48465e(0x16e)](_0x4ba371),_0x5de98f[_0xb0bb44][TestFrameworkConstants[_0x48465e(0x13c)]]=_0x5a135f;}}}return logger['debug']('Tracked\x20cucumber\x20hook\x20event:\x20'+_0xc05fe5[_0x48465e(0x18c)]+'\x20with\x20id\x20'+_0x438dc0+'\x20for\x20test:\x20'+_0xb0bb44),_0x5de98f;}[a70_0x42e6bd(0x178)](_0x3b5e73){const _0x70c097=a70_0x42e6bd,_0x32dee4={};_0x32dee4[_0x70c097(0x14d)]=_0x70c097(0x174);const _0x229acb=_0x32dee4;try{const _0x2eec88=_0x3b5e73[_0x70c097(0x149)]?_0x3b5e73[_0x70c097(0x149)]['id']:_0x3b5e73['hookData'][_0x70c097(0x1d4)],_0x5a3af4=_0x3b5e73[_0x70c097(0x124)],_0x2b9721=_0x5a3af4['getContext'](),_0xf73795=_0x5a3af4[_0x70c097(0x16b)]()[_0x70c097(0x144)](_0x2eec88);if(!_0xf73795)return logger[_0x70c097(0x17c)](_0x70c097(0x1e8)+_0x2eec88),{};logger['debug'](_0x70c097(0x1ce)+_0x2eec88);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x31670c='',[TestFrameworkConstants[_0x70c097(0x1cc)]]:_0x2e354b='',[TestFrameworkConstants[_0x70c097(0x12c)]]:_0x5d308d='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3de3b8=''}=_0xf73795,_0x3c4e23=_0x5a3af4['getCurrentTestState']()[_0x70c097(0x1de)]()[_0x70c097(0x1e5)]('.')[0x1],_0x396a5d=_0x5a3af4[_0x70c097(0x1c0)]()[_0x70c097(0x1de)]()[_0x70c097(0x1e5)]('.')[0x1],_0x42634b=global?.['__workerDetails']?.[_0x70c097(0x16f)]?.[_0x70c097(0x130)],_0xc1ad65=_0x5a3af4[_0x70c097(0x161)](),_0x19803b=Buffer['from'](JSON[_0x70c097(0x18a)](_0xf73795))[_0x70c097(0x1de)](_0x229acb[_0x70c097(0x14d)]),_0x2496ff={'hash':_0x2b9721['getId'](),'threadId':_0x2b9721[_0x70c097(0x1ab)]()[_0x70c097(0x1de)](),'processId':_0x2b9721[_0x70c097(0x1d1)]()[_0x70c097(0x1de)]()},_0xb0bd40={};_0xb0bd40[_0x70c097(0x1af)]=_0x42634b,_0xb0bd40['testFrameworkName']=_0x31670c,_0xb0bd40[_0x70c097(0x192)]=_0x2e354b,_0xb0bd40[_0x70c097(0x16a)]=_0x3c4e23,_0xb0bd40[_0x70c097(0x1a1)]=_0x396a5d,_0xb0bd40[_0x70c097(0x1e2)]=_0x5d308d,_0xb0bd40[_0x70c097(0x166)]=_0x3de3b8,_0xb0bd40['uuid']=_0xc1ad65,_0xb0bd40['eventJson']=_0x19803b,_0xb0bd40['executionContext']=_0x2496ff;const _0x662803=_0xb0bd40;return logger[_0x70c097(0x17c)](_0x70c097(0x16d)+_0x2eec88+_0x70c097(0x1c3)+_0x3c4e23+_0x70c097(0x1b2)+_0x396a5d),_0x662803;}catch(_0x16fe6c){return logger[_0x70c097(0x1d6)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x16fe6c)),{};}}async[a70_0x42e6bd(0x1c5)](_0x589a50,_0x2ec567,_0x121ec7){const _0x3d3bce=a70_0x42e6bd,_0x39da9a={'jdtgS':function(_0x47c462,_0x188f87,_0x4c866f){return _0x47c462(_0x188f87,_0x4c866f);},'aBeHV':function(_0x235d61,_0x40d794){return _0x235d61===_0x40d794;},'LkbNB':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','asWJp':function(_0x9a94f4,_0x2f58af){return _0x9a94f4/_0x2f58af;},'BTBxg':function(_0x27106f,_0x377289){return _0x27106f<_0x377289;},'KMqft':function(_0x36a354,_0x35b63d){return _0x36a354*_0x35b63d;},'QMhwb':function(_0x47e355,_0x32bc16){return _0x47e355+_0x32bc16;},'nRYnp':function(_0x25f785,_0x4b3378){return _0x25f785+_0x4b3378;},'nCjDt':'Cucumber\x20log\x20created\x20event'};try{const _0x3a054e=_0x121ec7[_0x3d3bce(0x13d)],_0x4cbd68=_0x589a50[_0x3d3bce(0x16b)]()[_0x3d3bce(0x144)](_0x3a054e),{[TestFrameworkConstants[_0x3d3bce(0x15c)]]:_0x244c9e='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4242dc=''}=_0x4cbd68,_0x34a94e=TestInfo[_0x3d3bce(0x136)](_0x3a054e),_0x5c878b=TestInfo['getTestDetails'](_0x3a054e)[TestFrameworkConstants[_0x3d3bce(0x16c)]]||{},_0xd0a87f=_0x39da9a[_0x3d3bce(0x122)](getMediaArtifactsLogs,_0x5c878b,_0x589a50[_0x3d3bce(0x16b)]()[_0x3d3bce(0x144)](_0x3a054e)[TestFrameworkConstants[_0x3d3bce(0x1a3)]]),_0x456453=(_0x34a94e||[])[_0x3d3bce(0x196)](_0xd0a87f||[]);if(!_0x456453||_0x39da9a[_0x3d3bce(0x1c4)](_0x456453[_0x3d3bce(0x165)],0x0)){logger[_0x3d3bce(0x17c)](_0x39da9a['LkbNB']);return;}const _0x3b88d7=0x28,_0x5abb67=Math[_0x3d3bce(0x19f)](_0x39da9a[_0x3d3bce(0x14e)](_0x456453[_0x3d3bce(0x165)],_0x3b88d7));for(let _0x38bee1=0x0;_0x39da9a[_0x3d3bce(0x131)](_0x38bee1,_0x5abb67);_0x38bee1++){const _0x3e2474=_0x39da9a[_0x3d3bce(0x1a2)](_0x38bee1,_0x3b88d7),_0x21ac4a=_0x39da9a[_0x3d3bce(0x15f)](_0x3e2474,_0x3b88d7),_0xb48ac1=_0x456453[_0x3d3bce(0x19c)](_0x3e2474,_0x21ac4a),_0xdb7863={'platformIndex':'0','logs':_0xb48ac1,'testFrameworkName':_0x244c9e,'testFrameworkVersion':_0x4242dc,'testFrameworkState':_0x2ec567[_0x3d3bce(0x1de)]()['split']('.')[0x1]};logger[_0x3d3bce(0x17c)](_0x3d3bce(0x14f)+_0x3a054e+'\x20batch\x20'+_0x39da9a[_0x3d3bce(0x18b)](_0x38bee1,0x1)+'/'+_0x5abb67+'\x20payload='+util[_0x3d3bce(0x171)](_0xdb7863));const _0x13e0b3=await GrpcClient[_0x3d3bce(0x1ad)]()[_0x3d3bce(0x1e9)](_0xdb7863);logger[_0x3d3bce(0x17c)](_0x3d3bce(0x14f)+_0x3a054e+'\x20batch\x20'+_0x39da9a[_0x3d3bce(0x15f)](_0x38bee1,0x1)+'/'+_0x5abb67+_0x3d3bce(0x1b6)+util['inspect'](_0x13e0b3));}}catch(_0x4610ea){logger[_0x3d3bce(0x1d6)](_0x3d3bce(0x1d8)+util[_0x3d3bce(0x168)](_0x4610ea));}logger[_0x3d3bce(0x17c)](_0x39da9a[_0x3d3bce(0x1b4)]);}['storePendingHook'](_0xfa8da,_0x3210af,_0x4a12dd,_0x583a6e,_0x3a6b00){const _0x2d5e6a=a70_0x42e6bd,_0x2794a4={'testId':_0x3210af,'testFrameworkState':_0x4a12dd,'hookState':_0x583a6e,'args':_0x3a6b00,'timestamp':new Date()['toISOString']()};_0xfa8da['addPendingHook'](_0x3210af,_0x2794a4),logger[_0x2d5e6a(0x17c)](_0x2d5e6a(0x142)+_0x3210af+_0x2d5e6a(0x157)+_0x4a12dd+',\x20hookState:\x20'+_0x583a6e);}async[a70_0x42e6bd(0x1be)](_0x510c6a,_0xa8818){const _0x49bac0=a70_0x42e6bd,_0x1ae299={};_0x1ae299[_0x49bac0(0x1c8)]=function(_0x17a243,_0x4bd651){return _0x17a243>_0x4bd651;};const _0x51fbb4=_0x1ae299;if(!_0x510c6a[_0x49bac0(0x12e)](_0xa8818))return;const _0x1bc1ea=_0x510c6a['getPendingHooks'](_0xa8818);logger['debug'](_0x49bac0(0x156)+_0x1bc1ea[_0x49bac0(0x165)]+_0x49bac0(0x17f)+_0xa8818);for(const _0x355743 of _0x1bc1ea){try{const _0x4ad6ef=await this[_0x49bac0(0x12a)](_0x510c6a,_0x355743[_0x49bac0(0x16a)],_0x355743[_0x49bac0(0x1a1)],_0x355743[_0x49bac0(0x1e1)]);_0x4ad6ef&&_0x51fbb4[_0x49bac0(0x1c8)](Object[_0x49bac0(0x162)](_0x4ad6ef)[_0x49bac0(0x165)],0x0)&&_0x510c6a[_0x49bac0(0x1b3)](_0x4ad6ef),await this[_0x49bac0(0x19b)](_0x510c6a,_0x355743[_0x49bac0(0x16a)],_0x355743[_0x49bac0(0x1a1)],_0x355743[_0x49bac0(0x1e1)]);}catch(_0x564e06){logger[_0x49bac0(0x1d6)](_0x49bac0(0x189)+_0xa8818+',\x20error:\x20'+_0x564e06);}}_0x510c6a[_0x49bac0(0x1dc)](_0xa8818),logger[_0x49bac0(0x17c)](_0x49bac0(0x18d)+_0xa8818);}}function a70_0x5561(){const _0x3df474=['parseCucumberTestResult','failure_type','key','trackHookEvent','CucumberTestFramework','KEY_TEST_STARTED_AT','UnhandledError','hasPendingHooks','4141206xNehPq','parallelIndex','BTBxg','3496052WyIEtD','trackEvent','MpbIh','qaUHP','readLogObjects','KEY_TEST_FAILURE','KEY_TEST_CODE','TEST','../instances/testFrameworkInstance.js','KEY_TEST_FAILURE_REASON','KEY_HOOK_LAST_FINISHED','testUUID','KEY_TEST_NAME','KEY_EVENT_ENDED_AT','toISOString','aUexn','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_LOGS','get','18905GjpaIV','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','qMpFW','KEY_LOGS','test','PRE','NFKPm','UmdVi','NozUn','asWJp','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_RESULT_AT','edopY','FwJeI','\x20&\x20hook\x20=\x20','result','../grpcClient','Processing\x20',',\x20state:\x20','failure_reason','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','exports','customRerunParam','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_META','failed','QMhwb','../instances/trackedInstance.js','getRef','keys','DEFAULT_TEST_RESULT','testData','length','endedAt','../state/testFrameworkState.js','format','Parsed\x20cucumber\x20test:\x20','testFrameworkState','getAllData','KEY_TEST_ATTACHMENTS','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','push','workerInfo','../state/hookState.js','inspect','createContext','KEY_TEST_RERUN_NAME','base64','resolveInstance','KEY_HOOK_LAST_STARTED','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','createTestFrameworkEventPayload','KEY_TEST_LOCATION','KEY_HOOK_FAILURE_TYPE','meta','debug','1768WoAwbi','setTestDetails','\x20pending\x20hooks\x20for\x20testId:\x20','POST','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','\x20target=','trackCucumberInstance','\x20with\x20UUID:\x20','KEY_HOOKS_STARTED','getTestDetails','failure','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','stringify','nRYnp','hook_type','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','finished_at','2319852nnZqos','KEY_HOOK_NAME','11903728XWMYAW','testFrameworkVersion','DrQNN','14170104DobWxy','KEY_HOOK_ID','concat','bZbCC','trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_ID','KEY_TEST_RESULT','runHooks','slice','wlypL','KEY_EVENT_STARTED_AT','ceil','INIT_TEST','hookState','KMqft','KEY_TEST_UUID','bCAqz','location','code','yNPkT','\x20and\x20args\x20=\x20','getId','\x20with\x20result:\x20','getThreadId','KEY_HOOK_FAILURE_REASON','getInstance','getTestFrameworks','platformIndex','Wgdec','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','\x20hookState:\x20','addMultipleEntries','nCjDt','getTestFrameworksVersions','\x20response=','105851FPykqP','getTestUUID','WAILc','KPZoF','uuid','../../../helpers/classLogger.js','Updated\x20cucumber\x20test\x20result:\x20','processPendingHooks','KEY_TEST_TAGS','getCurrentHookState','parseCucumberTest','KEY_TEST_SCOPE','\x20testState:\x20','aBeHV','sendLogCreatedEvent','ZMiOu','KEY_TEST_FAILURE_TYPE','pwPpI','KEY_TEST_LOGS','KEY_HOOKS_FINISHED','NONE','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPES','createTestFrameworkEventPayload\x20testId:\x20','failure_data','KEY_HOOK_RESULT','getProcessId','../cliUtils.js','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','test_run_id','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','error',',\x20storing\x20as\x20pending\x20hook','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','OQXug','rerun_name','6LQvKbI','removePendingHooks','VvTUl','toString','matchHookRegex','KEY_CUSTOM_TAGS','args','startedAt','KEY_TEST_FILE_PATH','hooks','split','name','DEFAULT_HOOK_RESULT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','logCreatedEvent','jdtgS','xVkUc','instance','file_name','KEotO'];a70_0x5561=function(){return _0x3df474;};return a70_0x5561();}module[a70_0x42e6bd(0x15a)]=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0x5c54(_0x3ffe15,_0x2fde72){const _0x328788=a71_0x3287();return a71_0x5c54=function(_0x5c54c7,_0x101b41){_0x5c54c7=_0x5c54c7-0x19e;let _0x41f2e7=_0x328788[_0x5c54c7];return _0x41f2e7;},a71_0x5c54(_0x3ffe15,_0x2fde72);}const a71_0x2104af=a71_0x5c54;function a71_0x3287(){const _0x38478b=[',\x20duration=','KEY_HOOK_LAST_STARTED','passed','uuid','mlLgG','replace','jLyCg','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','asyncError','concat','scope','jhLrN',',\x20target=',',\x20scopes=',',\x20state:\x20','setTrackedInstance',',\x20currentTestId:\x20','startsWith',',\x20version=','afterAll','KEY_TEST_UUID','set','KEY_LOGS','getTestFrameworks','getPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','\x20screenshot\x20logs\x20for\x20testId:\x20','name','VkNnx','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','originalTest','slice','KEY_TEST_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Migbl','none','aekwx','SoYtH','retryOf','\x20logs\x20for\x20testId:\x20','getInstance',',\x20hooksListLength=','KEY_TEST_RESULT','failed','2969815isoHua','\x20-\x20testId:\x20','DiSBL','neTrU','getCurrentTestState','getContext','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hookData','ljUIp','KEY_HOOK_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RETRY_OF','Processing\x20','clCwt','cyZvI','lEsXs','testFrameworkName','debug','depth','find','finished_at','getTrackedInstance','fMEEy','split','parallelIndex','Eqczy','Unknown\x20Test','4438968XVsfoB','file','status','4129560uLnBpD','jZiwZ','KEY_TEST_ATTACHMENTS','inspect','rUDdo','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','args','storePendingHook','PXQsQ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','map','UcVNT','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FAILURE_TYPE','UnhandledError','DEFAULT_HOOK_RESULT','started_at','parseJestTest','VKCNX','getJestTestScopes','getTestFrameworksVersions',',\x20totalBatches:\x20','hookMetadata','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','TvwwA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_EVENT_ENDED_AT','3715245qpSDsF','forEach','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','kBkLH','has','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addMultipleEntries','testUUID','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','get','findIndex','getRef','KEY_TEST_ID',',\x20payload:\x20','\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','Hzkuy','parent','getFileName',',\x20updates=','dWhbz','hookUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','activeHooks','KEY_TEST_FRAMEWORK_VERSION','trackHookEvent','KEY_TEST_FRAMEWORK_NAME','cQAra','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','parse','IsoMj','TMlVs','KEY_HOOK_FAILURE_REASON','endedAt','test_identifier','getJestTestName','hZxuY','KEY_TEST_CODE','ItfAO','matchHookRegex','jHlJo','7oJyfZU','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','tags','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','\x20(testIdentifier),\x20result=','apply','pop','CyOKs','missing','./constants/testFrameworkConstants.js','fkuza','getAllPendingHookTestIds','trackEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getRootParentFile','cOpIp','BzXvf','errorsDetailed','getJestTestTags','AiNHk','toISOString','executionContext',',\x20scope:\x20','HkZfM','mrnbN','ROOT_DESCRIBE_BLOCK','dZWrZ','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','LzDJD',',\x20result=',',\x20totalHooks=','CMAQV','warn','join','stack-trace','DEFAULT_TEST_RESULT','KZTsH','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','pid','match','XAmsR','amFvU','rgplm',',\x20hook_run_uuid=','processPendingHooks','KQGFQ',',\x20hookState=','BEFORE_ALL','KEY_TEST_SCOPES',',\x20screenshotLogs:\x20','length','jCGZl','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','Vacfb','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','FgjaJ','TEST','test_run_id',',\x20testData=','jtZiX','getHooksForTest','NONE','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','8WAYGUV','NvixU','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','lLKWx','format','../../../helpers/classLogger.js','keys','getJestTestIdentifier','XMCXN',',\x20state=','trackJestInstance:\x20instance\x20already\x20exists','hooks',',\x20argsKeys=','buildHookMapFromTest','\x20(testIdentifier)','../state/hookState.js',',\x20hookUUID=','KEY_TEST_LOCATION','unknown','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','128148MjewGC','wsnHu','BboIO','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20totalLogs:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_TAGS','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_TEST_DURATION','runHooks','startedAt','addPendingHook','ogYJU',',\x20failureType=','goIOA','location','event_ended_at','sendLogCreatedEvent','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','LJiGM','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','duration','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','eventJson','testFrameworkVersion','resolveInstance','../../../helpers/test-observability/utils','../grpcClient','KEY_TEST_FAILURE_REASON','fnxkG','Uvlav','getJestFailureType','__workerDetails',',\x20failureReason=',',\x20contextId=','getJestFailureReason',',\x20messageLength=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_HOOK_NAME','1502vNBpiP','EiDAQ',',\x20error:\x20','result','title','FRMmY','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','testFrameworkState','getAllData','hook_type','KEY_HOOK_LOGS','toString','../../../helpers/helper.js','type','\x20&\x20hookState=',',\x20testId=','createTestFrameworkEventPayload','POST','hook_id','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','NYrUB','../TestInfo.js','hook_run_uuid','trackJestInstance','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20test_run_uuid=','test',',\x20filePath:\x20','XGxrj','beforeAll','removeActiveHook',',\x20storing\x20as\x20pending\x20hook','KEY_TEST_META',',\x20hookType=','isArray','nLsUl','geMwb','util','242HNQmvS','LXcGc','\x20-\x20test_identifier=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','../state/testFrameworkState.js',',\x20filePath=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','OMQBW','KEY_TEST_SCOPE','hookType','DdRsb','KEY_HOOKS_FINISHED','gPIUa','instance','file_name',',\x20exception=',',\x20hook=','push','filePath','KEY_EVENT_STARTED_AT','KEY_TEST_NAME','KEY_TEST_FAILURE','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','testId','splice','UlqgM','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','Bobbr','hookState','removePendingHooks',',\x20hookData=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ceil','from','ThZfj','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x22\x20hook','kind','../instances/trackedInstance.js','ogPvm','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Unknown\x20error','test_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hasPendingHooks','isJestInternalHook','error','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',':testAnalyticsId','xPaNQ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','_ALL','logCreatedEvent','testData','delete','3076760UotEJp','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','JestTestFramework','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','\x20attachments','fPlQm','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getJestFailureData','getActiveHook','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_RERUN_NAME','hookAnalyticsId','\x20to\x20','getThreadId','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toUpperCase','TEST_SCREENSHOT','rhJPK','KEY_TEST_FILE_PATH','substr','FABNy','\x20(testIdentifier),\x20tags=',',\x20hookId=','includes',',\x20logsInBatch:\x20','stringify','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','../instances/testFrameworkInstance.js','YZiGw','parseJestTestResult','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','setActiveHook','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','failure_reason','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','oYEak','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','fMxYQ','getId','WUvaS','myDFS','maxArrayLength','./testFramework','KEY_HOOK_FAILURE_TYPE','oZIkX','scopes','KEY_HOOK_FAILURE','../cliUtils.js'];a71_0x3287=function(){return _0x38478b;};return a71_0x3287();}(function(_0x49f34c,_0x420a78){const _0x10cf1e=a71_0x5c54,_0x3fbb4c=_0x49f34c();while(!![]){try{const _0x5d51b2=-parseInt(_0x10cf1e(0x210))/0x1*(-parseInt(_0x10cf1e(0x237))/0x2)+parseInt(_0x10cf1e(0x1e5))/0x3*(parseInt(_0x10cf1e(0x1d0))/0x4)+parseInt(_0x10cf1e(0x2d0))/0x5+parseInt(_0x10cf1e(0x2eb))/0x6+parseInt(_0x10cf1e(0x332))/0x7*(-parseInt(_0x10cf1e(0x26f))/0x8)+-parseInt(_0x10cf1e(0x309))/0x9+-parseInt(_0x10cf1e(0x2ee))/0xa;if(_0x5d51b2===_0x420a78)break;else _0x3fbb4c['push'](_0x3fbb4c['shift']());}catch(_0x4f9d2f){_0x3fbb4c['push'](_0x3fbb4c['shift']());}}}(a71_0x3287,0x5f5d1));const TestFramework=require(a71_0x2104af(0x29d)),TestFrameworkState=require(a71_0x2104af(0x23b)),HookState=require(a71_0x2104af(0x1e0)),{createClassLogger}=require(a71_0x2104af(0x1d6)),TestFrameworkInstance=require(a71_0x2104af(0x28c)),CLIUtils=require(a71_0x2104af(0x2a2)),TrackedInstance=require(a71_0x2104af(0x25d)),TestFrameworkConstants=require(a71_0x2104af(0x33b)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x2104af(0x21c)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x2104af(0x271)),{v4:uuidv4}=require('uuid'),util=require(a71_0x2104af(0x236)),TestInfo=require(a71_0x2104af(0x225)),GrpcClient=require(a71_0x2104af(0x204)),stackTrace=require(a71_0x2104af(0x1af));class JestTestFramework extends TestFramework{constructor(_0x268585,_0x12f4b8,_0x1018f3){super(_0x268585,_0x12f4b8,_0x1018f3),this['activeHooks']=new Map();}[a71_0x2104af(0x291)](_0x2e6aba,_0x42d517,_0x405f62){const _0x1a5ee1=a71_0x2104af,_0x29a641={};_0x29a641[_0x1a5ee1(0x1cc)]=function(_0x10d9cb,_0x6a600){return _0x10d9cb||_0x6a600;};const _0x332b56=_0x29a641;if(_0x332b56[_0x1a5ee1(0x1cc)](!_0x2e6aba,!_0x42d517)){logger[_0x1a5ee1(0x1ad)](_0x1a5ee1(0x23a)+_0x2e6aba+',\x20hookUUID='+_0x42d517);return;}!this[_0x1a5ee1(0x320)][_0x1a5ee1(0x30d)](_0x2e6aba)&&this[_0x1a5ee1(0x320)][_0x1a5ee1(0x2b8)](_0x2e6aba,[]);const _0x2eca82={'hookUUID':_0x42d517,'hookType':_0x405f62,'startedAt':new Date()[_0x1a5ee1(0x19f)]()};this['activeHooks']['get'](_0x2e6aba)['push'](_0x2eca82),logger[_0x1a5ee1(0x2e1)](_0x1a5ee1(0x1ff)+_0x2e6aba+_0x1a5ee1(0x1e1)+_0x42d517+_0x1a5ee1(0x232)+_0x405f62+_0x1a5ee1(0x1ab)+this['activeHooks'][_0x1a5ee1(0x312)](_0x2e6aba)[_0x1a5ee1(0x1bf)]);}[a71_0x2104af(0x22f)](_0x40aeea,_0x24adf0){const _0x2e5078=a71_0x2104af,_0x4e76cb={};_0x4e76cb[_0x2e5078(0x1d4)]=function(_0x25bf99,_0x24e88a){return _0x25bf99||_0x24e88a;},_0x4e76cb[_0x2e5078(0x250)]=function(_0x310ac2,_0x3d808f){return _0x310ac2!==_0x3d808f;},_0x4e76cb[_0x2e5078(0x1ac)]=function(_0x1038e3,_0x3237fc){return _0x1038e3===_0x3237fc;};const _0x351feb=_0x4e76cb;if(_0x351feb[_0x2e5078(0x1d4)](!_0x40aeea,!_0x24adf0)){logger[_0x2e5078(0x1ad)](_0x2e5078(0x1d2)+_0x40aeea+',\x20hookUUID='+_0x24adf0);return;}if(this[_0x2e5078(0x320)][_0x2e5078(0x30d)](_0x40aeea)){const _0x244d56=this['activeHooks'][_0x2e5078(0x312)](_0x40aeea),_0x277db1=_0x244d56[_0x2e5078(0x313)](_0x3d3d0d=>_0x3d3d0d[_0x2e5078(0x31e)]===_0x24adf0);_0x351feb['UlqgM'](_0x277db1,-0x1)?(_0x244d56[_0x2e5078(0x24f)](_0x277db1,0x1),logger[_0x2e5078(0x2e1)](_0x2e5078(0x325)+_0x40aeea+_0x2e5078(0x1e1)+_0x24adf0+',\x20remainingHooks='+_0x244d56[_0x2e5078(0x1bf)]),_0x351feb['CMAQV'](_0x244d56[_0x2e5078(0x1bf)],0x0)&&this['activeHooks'][_0x2e5078(0x26e)](_0x40aeea)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x40aeea+_0x2e5078(0x1e1)+_0x24adf0);}}[a71_0x2104af(0x278)](_0x5bed32){const _0x138239=a71_0x2104af,_0x1f2d10={};_0x1f2d10[_0x138239(0x339)]=function(_0x589773,_0x3eeb31){return _0x589773>_0x3eeb31;},_0x1f2d10[_0x138239(0x1fc)]=function(_0x4fb204,_0x291a7e){return _0x4fb204-_0x291a7e;};const _0x276681=_0x1f2d10;if(!_0x5bed32)return null;if(this[_0x138239(0x320)]['has'](_0x5bed32)){const _0x4ce465=this[_0x138239(0x320)][_0x138239(0x312)](_0x5bed32);if(_0x276681[_0x138239(0x339)](_0x4ce465[_0x138239(0x1bf)],0x0)){const _0x1bc155=_0x4ce465[_0x276681[_0x138239(0x1fc)](_0x4ce465[_0x138239(0x1bf)],0x1)];return logger[_0x138239(0x2e1)](_0x138239(0x333)+_0x5bed32+_0x138239(0x1e1)+_0x1bc155[_0x138239(0x31e)]+_0x138239(0x232)+_0x1bc155[_0x138239(0x240)]),_0x1bc155;}}return null;}async[a71_0x2104af(0x33e)](_0x52bc0f,_0x4fc552,_0x4724b5={}){const _0x41e2ee=a71_0x2104af,_0x4c16a={};_0x4c16a[_0x41e2ee(0x1d9)]=_0x41e2ee(0x223),_0x4c16a[_0x41e2ee(0x207)]=function(_0x5f2c66,_0x1c0041){return _0x5f2c66===_0x1c0041;},_0x4c16a['dWhbz']=function(_0x35ac79,_0x4ff310){return _0x35ac79||_0x4ff310;},_0x4c16a['VkNnx']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x4c16a[_0x41e2ee(0x2de)]=function(_0x390fba,_0x5e1772){return _0x390fba===_0x5e1772;};const _0x49bb24=_0x4c16a;logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1fb)+_0x52bc0f+',\x20hookState='+_0x4fc552+_0x41e2ee(0x1dd)+Object[_0x41e2ee(0x1d7)](_0x4724b5)['join'](',')),await super[_0x41e2ee(0x33e)](_0x52bc0f,_0x4fc552,_0x4724b5);const _0xf1e826=this[_0x41e2ee(0x202)](_0x52bc0f,_0x4fc552,_0x4724b5);if(!_0xf1e826){logger[_0x41e2ee(0x2e1)](_0x49bb24['XMCXN']);return;}try{let _0x3bbf1e,_0x45ebbe,_0x40f2b3;switch(_0x52bc0f){case TestFrameworkState[_0x41e2ee(0x1c9)]:_0x3bbf1e=_0x4724b5['test'];const _0x2cfc70={};_0x2cfc70['depth']=0x2,_0x2cfc70[_0x41e2ee(0x29c)]=0x3,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x30b)+_0x4fc552+_0x41e2ee(0x1cb)+util[_0x41e2ee(0x2f1)](_0x3bbf1e,_0x2cfc70)),_0x40f2b3=this[_0x41e2ee(0x1d8)](_0x3bbf1e),_0x45ebbe=null,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x31f)+_0x40f2b3+_0x41e2ee(0x1df));if(_0x49bb24[_0x41e2ee(0x207)](_0x4fc552,HookState[_0x41e2ee(0x28a)])){logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1ef)+_0x40f2b3);const _0x31184c={};_0x31184c[_0x41e2ee(0x310)]=_0x45ebbe,_0x31184c[_0x41e2ee(0x26d)]=_0x3bbf1e,_0x31184c['testId']=_0x40f2b3;const _0xfd94f0=this[_0x41e2ee(0x2ff)](_0x31184c),_0x333a9e={};_0x333a9e['depth']=0x2,_0x333a9e[_0x41e2ee(0x29c)]=0x3,logger['debug'](_0x41e2ee(0x1c7)+util[_0x41e2ee(0x2f1)](_0xfd94f0,_0x333a9e)),_0xf1e826[_0x41e2ee(0x30f)](_0xfd94f0),logger['debug'](_0x41e2ee(0x2c4)+_0x40f2b3),await this['processPendingHooks'](_0xf1e826,_0x40f2b3);}else{if(_0x49bb24['Uvlav'](_0x4fc552,HookState[_0x41e2ee(0x221)])){logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x23d)+_0x40f2b3);const _0x3c7fc3=_0xf1e826['getAllData']()[_0x41e2ee(0x312)](_0x40f2b3);logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x25f)+util[_0x41e2ee(0x2f1)](Object[_0x41e2ee(0x1d7)](_0x49bb24[_0x41e2ee(0x31d)](_0x3c7fc3,{}))));_0x3c7fc3&&_0x3c7fc3[TestFrameworkConstants[_0x41e2ee(0x2f0)]]?logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x33f)+Object[_0x41e2ee(0x1d7)](_0x3c7fc3[TestFrameworkConstants[_0x41e2ee(0x2f0)]])['length']+'\x20files'):logger['debug'](_0x49bb24[_0x41e2ee(0x2bf)]);const _0x1d997b=_0x4724b5['originalTest']||null,_0x3cfcf5={};_0x3cfcf5[_0x41e2ee(0x310)]=_0x45ebbe,_0x3cfcf5[_0x41e2ee(0x26d)]=_0x3bbf1e,_0x3cfcf5['testId']=_0x40f2b3,_0x3cfcf5[_0x41e2ee(0x2c1)]=_0x1d997b;const _0x13c191=this[_0x41e2ee(0x28e)](_0x3cfcf5),_0x5c55d8={};_0x5c55d8[_0x41e2ee(0x2e2)]=0x2,_0x5c55d8[_0x41e2ee(0x29c)]=0x3,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x26a)+util[_0x41e2ee(0x2f1)](_0x13c191,_0x5c55d8)),_0xf1e826[_0x41e2ee(0x30f)](_0x13c191),logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x295)+_0x40f2b3),await this['processPendingHooks'](_0xf1e826,_0x40f2b3);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x49bb24[_0x41e2ee(0x2de)](_0x4fc552,HookState[_0x41e2ee(0x221)])){const _0x412d04={};_0x412d04['depth']=0x2,logger[_0x41e2ee(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x41e2ee(0x2f1)](_0x4724b5,_0x412d04)),await this[_0x41e2ee(0x1f9)](_0xf1e826,_0x52bc0f,_0x4724b5);}break;default:if(CLIUtils[_0x41e2ee(0x330)](_0x52bc0f[_0x41e2ee(0x21b)]()[_0x41e2ee(0x2e7)]('.')[0x1])){const _0x5e244a={};_0x5e244a['depth']=0x2,_0x5e244a['maxArrayLength']=0x3,logger['debug'](_0x41e2ee(0x311)+_0x52bc0f+',\x20hookState='+_0x4fc552+_0x41e2ee(0x255)+util['inspect'](_0x4724b5['hookData'],_0x5e244a));const _0x86c32d=await this[_0x41e2ee(0x322)](_0xf1e826,_0x52bc0f,_0x4fc552,_0x4724b5),_0x4558df={};_0x4558df[_0x41e2ee(0x2e2)]=0x2,_0x4558df[_0x41e2ee(0x29c)]=0x3,logger['debug'](_0x41e2ee(0x1c3)+util[_0x41e2ee(0x2f1)](_0x86c32d,_0x4558df)),_0xf1e826[_0x41e2ee(0x30f)](_0x86c32d);}else logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1e9)+_0x52bc0f+_0x41e2ee(0x21e)+_0x4fc552);break;}logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x318)+_0x52bc0f+_0x41e2ee(0x1bb)+_0x4fc552);}catch(_0x282117){logger[_0x41e2ee(0x265)](_0x41e2ee(0x25a)+_0x52bc0f+_0x41e2ee(0x1bb)+_0x4fc552+_0x41e2ee(0x246)+util[_0x41e2ee(0x1d5)](_0x282117));}_0x4724b5[_0x41e2ee(0x244)]=_0xf1e826,await this['runHooks'](_0xf1e826,_0x52bc0f,_0x4fc552,_0x4724b5);}[a71_0x2104af(0x1d8)](_0x3a7ace){const _0x4f6a1e=a71_0x2104af,_0x2d89f4={};_0x2d89f4[_0x4f6a1e(0x252)]=_0x4f6a1e(0x297);const _0x1a862b=_0x2d89f4;if(_0x3a7ace&&(_0x3a7ace['id']||_0x3a7ace['uuid'])){const _0x12746e=_0x3a7ace['id']||_0x3a7ace[_0x4f6a1e(0x2a6)];return logger[_0x4f6a1e(0x2e1)](_0x4f6a1e(0x30e)+_0x12746e+'\x22\x20from\x20testData'),_0x12746e;}return logger[_0x4f6a1e(0x2e1)](_0x1a862b['Bobbr']),process[_0x4f6a1e(0x1b3)]+_0x4f6a1e(0x268);}[a71_0x2104af(0x202)](_0x2b564b,_0x3e6e3e,_0x48e8ff={}){const _0x1547d0=a71_0x2104af;let _0x3a00f3=null;return _0x3a00f3=TestFramework['getTrackedInstance'](),!_0x3a00f3?(logger[_0x1547d0(0x2e1)](_0x1547d0(0x2c0)+_0x2b564b),this[_0x1547d0(0x227)](_0x2b564b,_0x48e8ff),_0x3a00f3=TestFramework[_0x1547d0(0x2e5)](),logger[_0x1547d0(0x2e1)](_0x1547d0(0x256)+!!_0x3a00f3+_0x1547d0(0x20b)+_0x3a00f3?.[_0x1547d0(0x2d5)]()?.['getId']())):logger[_0x1547d0(0x2e1)](_0x1547d0(0x1d3)+_0x3a00f3['getContext']()?.[_0x1547d0(0x299)]()),_0x3a00f3;}['trackJestInstance'](_0x5716fb,_0x564ae3){const _0x4d63ca=a71_0x2104af,_0x4f1137={};_0x4f1137[_0x4d63ca(0x215)]=_0x4d63ca(0x1db);const _0x133f57=_0x4f1137;if(TestFramework[_0x4d63ca(0x2e5)]()){logger['debug'](_0x133f57[_0x4d63ca(0x215)]);return;}const _0x1bf32e=CLIUtils['getCurrentInstanceName'](),_0x52d09b=TrackedInstance['createContext'](_0x1bf32e);let _0x4372c4=null;logger[_0x4d63ca(0x2e1)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x1bf32e+_0x4d63ca(0x1da)+_0x5716fb),_0x4372c4=new TestFrameworkInstance(_0x52d09b,this[_0x4d63ca(0x2ba)](),this[_0x4d63ca(0x302)](),_0x5716fb,HookState[_0x4d63ca(0x1ce)]),TestFramework[_0x4d63ca(0x2b2)](_0x52d09b,_0x4372c4),logger[_0x4d63ca(0x2e1)](_0x4d63ca(0x1fa)+_0x52d09b[_0x4d63ca(0x299)]()+_0x4d63ca(0x2af)+_0x1bf32e+',\x20testFramework='+this[_0x4d63ca(0x2ba)]()[0x0]+_0x4d63ca(0x2b5)+this[_0x4d63ca(0x302)]()[this[_0x4d63ca(0x2ba)]()[0x0]]);}[a71_0x2104af(0x2ff)](_0x579ac0){const _0x182bbe=a71_0x2104af,_0x35bb55={};_0x35bb55['geMwb']=function(_0x3632fe,_0x117ea3){return _0x3632fe||_0x117ea3;},_0x35bb55[_0x182bbe(0x32d)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x46736c=_0x35bb55,{testUUID:_0x31aa0f,testData:_0x42642d,testId:_0x495be4}=_0x579ac0;if(_0x46736c[_0x182bbe(0x235)](!_0x42642d,!_0x495be4))return logger[_0x182bbe(0x2e1)](_0x46736c[_0x182bbe(0x32d)]),{};const _0x49c883=this[_0x182bbe(0x2ba)]()[0x0],_0x2936e9=this['getTestFrameworksVersions'](),_0x3aac87={};_0x3aac87['depth']=0x2,_0x3aac87[_0x182bbe(0x29c)]=0x3,logger[_0x182bbe(0x2e1)](_0x182bbe(0x1c6)+util[_0x182bbe(0x2f1)](_0x42642d,_0x3aac87));const _0x14ea3b=_0x42642d?.['scopes']||[],_0xbd0843=this[_0x182bbe(0x32c)](_0x42642d),_0x3b4c53=this[_0x182bbe(0x1a7)](_0x42642d),_0x34322a=_0x42642d['fn']?_0x42642d['fn'][_0x182bbe(0x21b)]():null,_0x379fb4=this[_0x182bbe(0x344)](_0x42642d),_0x49444e={[TestFrameworkConstants[_0x182bbe(0x323)]]:_0x49c883,[TestFrameworkConstants[_0x182bbe(0x321)]]:_0x2936e9[_0x49c883],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x182bbe(0x242)]]:{},[TestFrameworkConstants[_0x182bbe(0x293)]]:{},[TestFrameworkConstants[_0x182bbe(0x2ce)]]:TestFrameworkConstants[_0x182bbe(0x1b0)],[TestFrameworkConstants[_0x182bbe(0x279)]]:_0xbd0843,[TestFrameworkConstants[_0x182bbe(0x282)]]:_0x3b4c53,[TestFrameworkConstants[_0x182bbe(0x315)]]:_0x495be4,[TestFrameworkConstants[_0x182bbe(0x24b)]]:_0xbd0843,[TestFrameworkConstants[_0x182bbe(0x1e2)]]:_0x3b4c53,[TestFrameworkConstants[_0x182bbe(0x32e)]]:_0x34322a,[TestFrameworkConstants[_0x182bbe(0x1ed)]]:_0x379fb4,[TestFrameworkConstants[_0x182bbe(0x2c3)]]:_0x42642d[_0x182bbe(0x2fe)]||new Date()[_0x182bbe(0x19f)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x14ea3b[0x0]||'',[TestFrameworkConstants[_0x182bbe(0x1bd)]]:_0x14ea3b,[TestFrameworkConstants[_0x182bbe(0x27a)]]:_0xbd0843,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x182bbe(0x231)]]:{}};_0x42642d[_0x182bbe(0x2ca)]&&(_0x49444e[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x42642d[_0x182bbe(0x2ca)]);logger[_0x182bbe(0x2e1)](_0x182bbe(0x305)+_0xbd0843+_0x182bbe(0x21f)+_0x495be4+_0x182bbe(0x285)+JSON['stringify'](_0x379fb4)+_0x182bbe(0x2b0)+util[_0x182bbe(0x2f1)](_0x14ea3b)+_0x182bbe(0x23c)+_0x3b4c53);const _0x97ee64={};return _0x97ee64[_0x495be4]=_0x49444e,_0x97ee64;}['parseJestTestResult'](_0x54524a){const _0x4bb249=a71_0x2104af,_0x5d87f8={'myDFS':function(_0x5c2226,_0x59c2ca){return _0x5c2226===_0x59c2ca;},'amFvU':_0x4bb249(0x2b6),'aekwx':_0x4bb249(0x22e),'UcVNT':'ALL','BJTHE':_0x4bb249(0x26b),'jHlJo':function(_0x1d104b,_0x3a8c76){return _0x1d104b||_0x3a8c76;},'YZiGw':_0x4bb249(0x20e),'jhLrN':'unknown','mlLgG':function(_0x1ef9ef,_0x49e357){return _0x1ef9ef>_0x49e357;},'KQGFQ':_0x4bb249(0x2cf),'zJMKz':'skip','clCwt':'skipped','fkuza':_0x4bb249(0x2a5),'ThZfj':function(_0x2c76e8,_0x52c5fa){return _0x2c76e8===_0x52c5fa;},'nMgoV':function(_0x2c99da,_0x3ae1c3){return _0x2c99da!==_0x3ae1c3;},'fPlQm':function(_0x5221f5,_0x5ccb93,_0x485c8c,_0x45eca4){return _0x5221f5(_0x5ccb93,_0x485c8c,_0x45eca4);},'VKCNX':function(_0x5680cd,_0x4d02cf){return _0x5680cd>_0x4d02cf;},'LXcGc':function(_0x5337f2,_0x5c8fa5){return _0x5337f2>_0x5c8fa5;},'PXQsQ':_0x4bb249(0x1ec),'cQAra':function(_0x56a597,_0x1d6d72){return _0x56a597===_0x1d6d72;}},{testUUID:_0x54c310,testData:_0x4571c2,testId:_0x181b88}=_0x54524a;if(_0x5d87f8['jHlJo'](!_0x4571c2,!_0x181b88))return logger['debug'](_0x5d87f8[_0x4bb249(0x28d)]),{};const _0x48e4c0=this['resolveInstance'](TestFrameworkState[_0x4bb249(0x1c9)],HookState['POST']),_0x548347=_0x48e4c0[_0x4bb249(0x218)]()[_0x4bb249(0x312)](_0x181b88),_0x3b7998=_0x5d87f8[_0x4bb249(0x331)](_0x548347,{}),_0x4eebe1=_0x3b7998?_0x3b7998[TestFrameworkConstants[_0x4bb249(0x1ee)]]||{}:{},_0x11d6c5=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x2f0)]];logger[_0x4bb249(0x2e1)](_0x4bb249(0x1cf)+(_0x11d6c5?Object[_0x4bb249(0x1d7)](_0x11d6c5)['length']:0x0)+_0x4bb249(0x274));let _0xd273cd=_0x5d87f8[_0x4bb249(0x2ae)];if(_0x4571c2[_0x4bb249(0x213)])_0xd273cd=_0x4571c2[_0x4bb249(0x213)];else{if(_0x4571c2[_0x4bb249(0x343)]&&_0x5d87f8[_0x4bb249(0x2a7)](_0x4571c2[_0x4bb249(0x343)][_0x4bb249(0x1bf)],0x0))_0xd273cd=_0x5d87f8[_0x4bb249(0x1ba)];else _0x5d87f8['myDFS'](_0x4571c2[_0x4bb249(0x2ed)],_0x5d87f8['zJMKz'])||_0x5d87f8[_0x4bb249(0x29b)](_0x4571c2[_0x4bb249(0x2ed)],_0x5d87f8[_0x4bb249(0x2dd)])?_0xd273cd=_0x5d87f8['clCwt']:_0xd273cd=_0x5d87f8[_0x4bb249(0x33c)];}const _0x5d014f={..._0x3b7998,[TestFrameworkConstants[_0x4bb249(0x2ce)]]:_0xd273cd,[TestFrameworkConstants[_0x4bb249(0x292)]]:_0x4571c2[_0x4bb249(0x2e4)]||new Date()[_0x4bb249(0x19f)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x4bb249(0x19f)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4eebe1,[TestFrameworkConstants[_0x4bb249(0x2b9)]]:[],[TestFrameworkConstants[_0x4bb249(0x231)]]:{}};if(_0x5d87f8[_0x4bb249(0x259)](_0xd273cd,_0x5d87f8[_0x4bb249(0x1ba)])&&_0x4571c2[_0x4bb249(0x343)]){const _0x273b1b=this[_0x4bb249(0x20c)](_0x4571c2),_0x3554a7=this[_0x4bb249(0x208)](_0x4571c2),_0x8e22e7=this['getJestFailureData'](_0x4571c2);_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2fb)]]=_0x3554a7,_0x5d014f[TestFrameworkConstants[_0x4bb249(0x205)]]=_0x273b1b,_0x5d014f[TestFrameworkConstants[_0x4bb249(0x24c)]]=_0x8e22e7;}_0x5d87f8['nMgoV'](_0x4571c2[_0x4bb249(0x1fe)],undefined)&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x1f0)]]=_0x4571c2[_0x4bb249(0x1fe)]);_0x4571c2[_0x4bb249(0x2ca)]&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2db)]]=_0x4571c2[_0x4bb249(0x2ca)]);const _0x4bb718=_0x548347?_0x548347[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4ae85b=_0x548347?_0x548347[TestFrameworkConstants[_0x4bb249(0x2b7)]]:_0x54c310,_0x57b102=_0x5d87f8[_0x4bb249(0x275)](getManualUploadLogs,_0x4bb718,_0x4ae85b,_0x181b88);if(_0x5d87f8[_0x4bb249(0x300)](_0x57b102[_0x4bb249(0x1bf)],0x0)){const _0x3052d2=_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2b9)]]||[];_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2b9)]]=[..._0x3052d2,..._0x57b102];}const _0x44f38f=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x242)]]||{},_0x5f27ce=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x293)]]||{},_0x22fa10={..._0x44f38f},_0x502b31=_0x22fa10;Object[_0x4bb249(0x1d7)](_0x5f27ce)[_0x4bb249(0x30a)](_0x5dd552=>{const _0x3e5162=_0x4bb249;!_0x502b31[_0x5dd552]&&(_0x502b31[_0x5dd552]=[]);const _0x8ce9f5=new Set((_0x502b31[_0x5dd552]||[])[_0x3e5162(0x2f8)](_0xbd0e16=>_0xbd0e16[TestFrameworkConstants[_0x3e5162(0x2d9)]]||_0xbd0e16['hook_id']));(_0x5f27ce[_0x5dd552]||[])[_0x3e5162(0x30a)](_0x9d215d=>{const _0x3f85da=_0x3e5162,_0x2f5b98=_0x9d215d[TestFrameworkConstants[_0x3f85da(0x2d9)]]||_0x9d215d[_0x3f85da(0x222)];if(!_0x8ce9f5[_0x3f85da(0x30d)](_0x2f5b98)){const _0x3fa25d={..._0x9d215d},_0xb426c=_0x3fa25d;!_0xb426c[TestFrameworkConstants[_0x3f85da(0x308)]]&&!_0xb426c[_0x3f85da(0x1f8)]&&(_0xb426c[TestFrameworkConstants[_0x3f85da(0x308)]]=new Date()['toISOString']()),!_0xb426c[TestFrameworkConstants[_0x3f85da(0x1e8)]]&&!_0xb426c['hook_result']&&(_0xb426c[TestFrameworkConstants[_0x3f85da(0x1e8)]]=TestFrameworkConstants[_0x3f85da(0x2fd)]),_0x502b31[_0x5dd552][_0x3f85da(0x248)](_0xb426c);}});});if(_0x54524a[_0x4bb249(0x2c1)]){this['mapTestHooks'](_0x54524a[_0x4bb249(0x2c1)]);const _0x49ca5f=this[_0x4bb249(0x1de)](_0x54524a[_0x4bb249(0x2c1)]),_0x4b6af0=this[_0x4bb249(0x1cd)](_0x54524a[_0x4bb249(0x2c1)]);_0x4b6af0[_0x4bb249(0x30a)](_0x36e044=>{const _0x44bacc=_0x4bb249,_0x2e5ee8=_0x49ca5f['get'](_0x36e044);if(_0x2e5ee8&&(_0x5d87f8['myDFS'](_0x2e5ee8[_0x44bacc(0x21d)],_0x5d87f8[_0x44bacc(0x1b6)])||_0x5d87f8[_0x44bacc(0x29b)](_0x2e5ee8[_0x44bacc(0x21d)],_0x5d87f8[_0x44bacc(0x2c8)]))){const _0x2a8b4c=_0x2e5ee8[_0x44bacc(0x21d)][_0x44bacc(0x27f)]()[_0x44bacc(0x2a8)](_0x5d87f8[_0x44bacc(0x2f9)],_0x5d87f8['BJTHE']),_0x5d63a3=_0x2a8b4c;!_0x502b31[_0x5d63a3]&&(_0x502b31[_0x5d63a3]=[]);const _0x871d92=_0x502b31[_0x5d63a3][_0x44bacc(0x2e3)](_0x45b43e=>(_0x45b43e[TestFrameworkConstants[_0x44bacc(0x2d9)]]||_0x45b43e['hook_id'])===_0x36e044);!_0x871d92&&_0x502b31[_0x5d63a3][_0x44bacc(0x248)]({'key':_0x5d63a3,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x36e044,[TestFrameworkConstants[_0x44bacc(0x1e8)]]:TestFrameworkConstants[_0x44bacc(0x2fd)],[TestFrameworkConstants[_0x44bacc(0x24a)]]:new Date()[_0x44bacc(0x19f)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x44bacc(0x20f)]]:_0x2e5ee8[_0x44bacc(0x2be)]||_0x2e5ee8[_0x44bacc(0x21d)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4eebe1});}});}if(_0x4571c2[_0x4bb249(0x1dc)]&&_0x5d87f8[_0x4bb249(0x238)](_0x4571c2['hooks'][_0x4bb249(0x1bf)],0x0))_0x5d014f[TestFrameworkConstants[_0x4bb249(0x242)]]=_0x4571c2['hooks'],logger[_0x4bb249(0x2e1)](_0x5d87f8[_0x4bb249(0x2f6)]);else _0x5d87f8[_0x4bb249(0x238)](Object[_0x4bb249(0x1d7)](_0x502b31)[_0x4bb249(0x1bf)],0x0)&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x242)]]=_0x502b31,logger[_0x4bb249(0x2e1)](_0x4bb249(0x1b2)+Object[_0x4bb249(0x1d7)](_0x502b31)[_0x4bb249(0x1ae)](',')));const _0xf15f16=this[_0x4bb249(0x32c)](_0x4571c2);logger[_0x4bb249(0x2e1)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0xf15f16+_0x4bb249(0x21f)+_0x181b88+_0x4bb249(0x336)+_0xd273cd+_0x4bb249(0x2a3)+_0x4571c2['duration']);_0x5d87f8[_0x4bb249(0x324)](_0xd273cd,_0x5d87f8[_0x4bb249(0x1ba)])&&logger[_0x4bb249(0x2e1)](_0x4bb249(0x229)+_0x181b88+_0x4bb249(0x1f5)+_0x5d014f[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x4bb249(0x20a)+_0x5d014f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x4bb249(0x28f)](0x0,0xc8));const _0x17b48b={};return _0x17b48b[_0x181b88]=_0x5d014f,_0x17b48b;}[a71_0x2104af(0x301)](_0x19787b){const _0xca3743=a71_0x2104af,_0x17810b={};_0x17810b[_0xca3743(0x234)]=function(_0x3521e5,_0x5f3c2e){return _0x3521e5!==_0x5f3c2e;},_0x17810b[_0xca3743(0x2d3)]=function(_0x339844,_0x4675ce){return _0x339844!==_0x4675ce;},_0x17810b['fnxkG']=_0xca3743(0x1a4);const _0x1d4f91=_0x17810b,_0x23d41a={};_0x23d41a[_0xca3743(0x2e2)]=0x2,_0x23d41a[_0xca3743(0x29c)]=0x3,logger[_0xca3743(0x2e1)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0xca3743(0x2f1)](_0x19787b,_0x23d41a));const _0x126089=[];if(_0x19787b&&_0x19787b[_0xca3743(0x31a)]){let _0x580341=_0x19787b[_0xca3743(0x31a)];while(_0x580341&&_0x580341[_0xca3743(0x2be)]&&_0x1d4f91[_0xca3743(0x234)](_0x580341[_0xca3743(0x2be)],'')&&_0x1d4f91['neTrU'](_0x580341[_0xca3743(0x2be)],_0x1d4f91[_0xca3743(0x206)])){_0x126089[_0xca3743(0x248)](_0x580341[_0xca3743(0x2be)]),_0x580341=_0x580341[_0xca3743(0x31a)];}}return _0x126089['reverse']();}[a71_0x2104af(0x32c)](_0x29b0eb){const _0x58133c=a71_0x2104af,_0x4b4c5d={};_0x4b4c5d[_0x58133c(0x30c)]=_0x58133c(0x2ea);const _0xa03416=_0x4b4c5d;if(_0x29b0eb['name'])return _0x29b0eb[_0x58133c(0x2be)];if(_0x29b0eb[_0x58133c(0x214)])return _0x29b0eb[_0x58133c(0x214)];return _0xa03416[_0x58133c(0x30c)];}['getJestTestTags'](_0x1a2f3c){const _0x1f0954=a71_0x2104af,_0x1aa3ce=[];if(_0x1a2f3c['tags']&&Array['isArray'](_0x1a2f3c[_0x1f0954(0x334)]))return _0x1a2f3c['tags'][_0x1f0954(0x2f8)](_0x4d81cb=>_0x4d81cb[_0x1f0954(0x2b4)]('@')?_0x4d81cb[_0x1f0954(0x283)](0x1):_0x4d81cb);const _0x1464b1=this[_0x1f0954(0x32c)](_0x1a2f3c),_0x2bdd0f=_0x1464b1[_0x1f0954(0x1b4)](/@(\w+)/g);if(_0x2bdd0f)return _0x2bdd0f[_0x1f0954(0x2f8)](_0x143c41=>_0x143c41[_0x1f0954(0x2c2)](0x1));return _0x1a2f3c[_0x1f0954(0x2a0)]&&Array['isArray'](_0x1a2f3c[_0x1f0954(0x2a0)])&&_0x1a2f3c[_0x1f0954(0x2a0)]['forEach'](_0x32b950=>{const _0x59e314=_0x1f0954,_0x11eb3e=_0x32b950[_0x59e314(0x1b4)](/@(\w+)/g);_0x11eb3e&&_0x11eb3e[_0x59e314(0x30a)](_0x24c680=>{const _0x159b45=_0x59e314,_0x477f47=_0x24c680[_0x159b45(0x2c2)](0x1);!_0x1aa3ce[_0x159b45(0x287)](_0x477f47)&&_0x1aa3ce[_0x159b45(0x248)](_0x477f47);});}),_0x1aa3ce;}['getJestTestFilePath'](_0x1e0463){const _0x25ff92=a71_0x2104af,_0x3da424={'ljUIp':function(_0x333aec,_0x591dd0){return _0x333aec(_0x591dd0);},'ogPvm':_0x25ff92(0x1af)};if(_0x1e0463[_0x25ff92(0x245)])return _0x1e0463[_0x25ff92(0x245)];if(_0x1e0463[_0x25ff92(0x2ab)]){const _0xcdf5fb=_0x3da424[_0x25ff92(0x2d8)](require,_0x3da424[_0x25ff92(0x25e)]);try{const _0x282286=_0xcdf5fb[_0x25ff92(0x326)](_0x1e0463[_0x25ff92(0x2ab)]);if(_0x282286[0x0]&&_0x282286[0x0][_0x25ff92(0x31b)])return _0x282286[0x0][_0x25ff92(0x31b)]();}catch(_0x32e5ab){logger[_0x25ff92(0x2e1)](_0x25ff92(0x27e)+util[_0x25ff92(0x1d5)](_0x32e5ab));}}return null;}[a71_0x2104af(0x20c)](_0x8d2dd5){const _0x94ffc6=a71_0x2104af,_0x502f14={};_0x502f14[_0x94ffc6(0x2ef)]=function(_0x4f4ae9,_0x24b659){return _0x4f4ae9>_0x24b659;},_0x502f14[_0x94ffc6(0x2f2)]=_0x94ffc6(0x260);const _0x42ba84=_0x502f14;if(_0x8d2dd5[_0x94ffc6(0x343)]&&_0x42ba84[_0x94ffc6(0x2ef)](_0x8d2dd5[_0x94ffc6(0x343)][_0x94ffc6(0x1bf)],0x0))return util[_0x94ffc6(0x2f1)](_0x8d2dd5[_0x94ffc6(0x343)][0x0]);if(_0x8d2dd5[_0x94ffc6(0x294)])return _0x8d2dd5[_0x94ffc6(0x294)];return _0x42ba84[_0x94ffc6(0x2f2)];}[a71_0x2104af(0x208)](_0x1aeb03){const _0x143485=a71_0x2104af,_0x4fa835={};_0x4fa835[_0x143485(0x32f)]='Assert',_0x4fa835[_0x143485(0x241)]='AssertionError',_0x4fa835[_0x143485(0x269)]=_0x143485(0x2fc);const _0x140754=_0x4fa835,_0x1b5e6b=this['getJestFailureReason'](_0x1aeb03);if(_0x1b5e6b&&_0x1b5e6b[_0x143485(0x287)](_0x140754['ItfAO']))return _0x140754[_0x143485(0x241)];return _0x140754[_0x143485(0x269)];}[a71_0x2104af(0x277)](_0x5e64ad){const _0x5a54c0=a71_0x2104af,_0x1d84a={'jCGZl':function(_0x2a40e0,_0x1df4f4){return _0x2a40e0(_0x1df4f4);},'DiSBL':_0x5a54c0(0x203),'IsoMj':function(_0x440ca7,_0x255014){return _0x440ca7!==_0x255014;},'gPIUa':_0x5a54c0(0x22b)},{failureData:_0x44b1e3}=_0x1d84a[_0x5a54c0(0x1c0)](require,_0x1d84a[_0x5a54c0(0x2d2)]),_0x15c7c5=[];return _0x1d84a[_0x5a54c0(0x327)](_0x5e64ad['errorsDetailed'],undefined)&&_0x15c7c5[_0x5a54c0(0x248)](_0x5e64ad[_0x5a54c0(0x343)],_0x1d84a[_0x5a54c0(0x243)]),_0x44b1e3[_0x5a54c0(0x337)](null,_0x15c7c5);}async[a71_0x2104af(0x322)](_0x4335ba,_0x50e69d,_0x13f91a,_0x10a983){const _0x460059=a71_0x2104af,_0x58d652={'oYEak':_0x460059(0x1a8),'jLyCg':function(_0x2bb93f){return _0x2bb93f();},'KZTsH':function(_0x2f5f46,_0x45e905){return _0x2f5f46 in _0x45e905;},'fzNFp':function(_0x747ac,_0x2844f0){return _0x747ac in _0x2844f0;},'BboIO':function(_0x1745e2,_0x56b472){return _0x1745e2===_0x56b472;},'fMxYQ':function(_0x43ed0c,_0x27e220){return _0x43ed0c>_0x27e220;},'SoYtH':_0x460059(0x2cf),'Vacfb':'passed','XGxrj':function(_0x57c478,_0x27d256){return _0x57c478===_0x27d256;},'mrnbN':function(_0x4e8f0e,_0x3c5329){return _0x4e8f0e!==_0x3c5329;}},{hookData:_0x5a299a}=_0x10a983,_0x7803ca=_0x13f91a['toString'](),_0x112152=_0x50e69d[_0x460059(0x21b)](),_0x3e3d86={};_0x3e3d86[_0x460059(0x2e2)]=0x2,_0x3e3d86[_0x460059(0x29c)]=0x3,logger['debug'](_0x460059(0x228)+_0x112152+',\x20hookState='+_0x7803ca+_0x460059(0x255)+util[_0x460059(0x2f1)](_0x5a299a,_0x3e3d86));if(!_0x5a299a)return logger[_0x460059(0x2e1)](_0x58d652[_0x460059(0x296)]),{};const _0x532bb1=_0x5a299a[_0x460059(0x2a6)]||_0x5a299a[_0x460059(0x27b)]||_0x58d652[_0x460059(0x2a9)](uuidv4),_0x656f46=_0x5a299a[_0x460059(0x1ca)]||this['getJestTestIdentifier'](_0x5a299a),_0x5cb124=_0x50e69d[_0x460059(0x21b)]()[_0x460059(0x2e7)]('.')[0x1],_0x3c1884=_0x4335ba['getAllData']()[_0x460059(0x312)](_0x656f46),_0x4b339c=_0x3c1884?_0x3c1884[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x460059(0x2e1)](_0x460059(0x2bc)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x272)+_0x5cb124+_0x460059(0x1bb)+_0x7803ca);if(!_0x3c1884)return logger[_0x460059(0x2e1)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x656f46+_0x460059(0x230)),this[_0x460059(0x2f5)](_0x4335ba,_0x656f46,_0x50e69d,_0x13f91a,_0x10a983),{};let _0xa882f5=_0x3c1884[TestFrameworkConstants[_0x460059(0x293)]];!_0xa882f5&&(_0xa882f5={});!_0x58d652[_0x460059(0x1b1)](_0x5cb124,_0xa882f5)&&(_0xa882f5[_0x5cb124]=[]);let _0x59c0d8=_0x3c1884[TestFrameworkConstants[_0x460059(0x242)]];!_0x59c0d8&&(_0x59c0d8={});!_0x58d652['fzNFp'](_0x5cb124,_0x59c0d8)&&(_0x59c0d8[_0x5cb124]=[]);const _0x2d5f2d={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0xa882f5,[TestFrameworkConstants[_0x460059(0x242)]]:_0x59c0d8},_0x29ccba={};_0x29ccba[_0x656f46]=_0x2d5f2d;const _0x31c0d8=_0x29ccba;if(_0x58d652[_0x460059(0x1e7)](_0x13f91a,HookState[_0x460059(0x28a)])){const _0x5b6992={'key':_0x5cb124,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x532bb1,[TestFrameworkConstants[_0x460059(0x1e8)]]:TestFrameworkConstants[_0x460059(0x2fd)],[TestFrameworkConstants[_0x460059(0x24a)]]:_0x5a299a[_0x460059(0x2fe)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x460059(0x21a)]]:[],[TestFrameworkConstants[_0x460059(0x20f)]]:_0x5a299a[_0x460059(0x2be)]||_0x5a299a[_0x460059(0x219)]||_0x5cb124,[TestFrameworkConstants[_0x460059(0x1ee)]]:_0x4b339c};_0xa882f5[_0x5cb124][_0x460059(0x248)](_0x5b6992),_0x31c0d8[_0x656f46][TestFrameworkConstants[_0x460059(0x2a4)]]=_0x5cb124;const _0x595c36={};_0x595c36[_0x460059(0x2e2)]=0x2,logger[_0x460059(0x2e1)](_0x460059(0x270)+_0x5cb124+_0x460059(0x286)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x247)+util[_0x460059(0x2f1)](_0x5b6992,_0x595c36));}else{if(_0x58d652[_0x460059(0x1e7)](_0x13f91a,HookState['POST'])){const _0x1f7476=_0x5a299a[_0x460059(0x213)]||(_0x5a299a[_0x460059(0x343)]&&_0x58d652[_0x460059(0x298)](_0x5a299a[_0x460059(0x343)][_0x460059(0x1bf)],0x0)?_0x58d652[_0x460059(0x2c9)]:_0x58d652[_0x460059(0x1c5)]),_0x4c82db=_0xa882f5[_0x5cb124]||[];logger[_0x460059(0x2e1)](_0x460059(0x2aa)+_0x5cb124+_0x460059(0x21f)+_0x656f46+_0x460059(0x1aa)+_0x1f7476+_0x460059(0x2cd)+_0x4c82db['length']);if(_0x58d652[_0x460059(0x298)](_0x4c82db[_0x460059(0x1bf)],0x0)){const _0x594032=_0x4c82db[_0x460059(0x338)]();_0x58d652[_0x460059(0x22d)](_0x1f7476,_0x58d652[_0x460059(0x2c9)])&&_0x5a299a[_0x460059(0x343)]?(_0x594032[TestFrameworkConstants[_0x460059(0x29e)]]=this[_0x460059(0x208)](_0x5a299a),_0x594032[TestFrameworkConstants[_0x460059(0x329)]]=this[_0x460059(0x20c)](_0x5a299a),_0x594032[TestFrameworkConstants[_0x460059(0x2a1)]]=this[_0x460059(0x277)](_0x5a299a),logger['debug'](_0x460059(0x307)+_0x5cb124+_0x460059(0x1f5)+_0x594032[TestFrameworkConstants[_0x460059(0x29e)]]+_0x460059(0x20a)+_0x594032[TestFrameworkConstants[_0x460059(0x329)]]?.[_0x460059(0x28f)](0x0,0xc8))):_0x594032[TestFrameworkConstants[_0x460059(0x1e8)]]=_0x58d652[_0x460059(0x1c5)];_0x58d652[_0x460059(0x1a3)](_0x1f7476,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x594032[TestFrameworkConstants[_0x460059(0x1e8)]]=_0x1f7476);_0x594032[TestFrameworkConstants[_0x460059(0x308)]]=_0x5a299a[_0x460059(0x2e4)]||new Date()[_0x460059(0x19f)](),_0x594032[TestFrameworkConstants[_0x460059(0x1ee)]]=_0x4b339c;const _0x420329=_0x594032[TestFrameworkConstants['KEY_HOOK_ID']];!_0x59c0d8[_0x5cb124]&&(_0x59c0d8[_0x5cb124]=[]);_0x59c0d8[_0x5cb124][_0x460059(0x248)](_0x594032),_0x31c0d8[_0x656f46][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5cb124;const _0x4c2056={};_0x4c2056[_0x460059(0x2e2)]=0x2,logger[_0x460059(0x2e1)](_0x460059(0x262)+_0x5cb124+_0x460059(0x286)+_0x420329+_0x460059(0x1aa)+_0x1f7476+_0x460059(0x247)+util['inspect'](_0x594032,_0x4c2056));}}}const _0x3335dc={};return _0x3335dc[_0x460059(0x2e2)]=0x2,_0x3335dc[_0x460059(0x29c)]=0x3,logger['debug'](_0x460059(0x216)+(_0x5a299a[_0x460059(0x219)]||_0x5cb124)+_0x460059(0x286)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x31c)+util[_0x460059(0x2f1)](_0x31c0d8,_0x3335dc)),_0x31c0d8;}[a71_0x2104af(0x220)](_0x1beb5f){const _0x3badd0=a71_0x2104af,_0x32cdaf={};_0x32cdaf[_0x3badd0(0x29f)]='base64';const _0x2a6489=_0x32cdaf;try{const _0x3edc1b=_0x1beb5f[_0x3badd0(0x22b)]?this[_0x3badd0(0x1d8)](_0x1beb5f[_0x3badd0(0x22b)]):_0x1beb5f[_0x3badd0(0x2d7)]['test_run_id'],_0x1a7234=_0x1beb5f[_0x3badd0(0x244)],_0x1dff4a=_0x1a7234[_0x3badd0(0x2d5)](),_0x4bc977=_0x1a7234[_0x3badd0(0x218)]()[_0x3badd0(0x312)](_0x3edc1b);if(!_0x4bc977)return logger[_0x3badd0(0x2e1)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x3edc1b),{};const {[TestFrameworkConstants[_0x3badd0(0x323)]]:_0x3ac130='',[TestFrameworkConstants[_0x3badd0(0x321)]]:_0x561775='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x401f3c='',[TestFrameworkConstants[_0x3badd0(0x292)]]:_0x5782f1=''}=_0x4bc977,_0x10ac13=_0x1a7234[_0x3badd0(0x2d4)]()[_0x3badd0(0x21b)]()['split']('.')[0x1],_0x43d920=_0x1a7234['getCurrentHookState']()[_0x3badd0(0x21b)]()[_0x3badd0(0x2e7)]('.')[0x1],_0x5accd5=global?.[_0x3badd0(0x209)]?.['workerInfo']?.['parallelIndex'],_0x179c92=_0x1a7234[_0x3badd0(0x314)](),_0x343c91=Buffer['from'](JSON[_0x3badd0(0x289)](_0x4bc977))['toString'](_0x2a6489[_0x3badd0(0x29f)]),_0x46b22b={'hash':_0x1dff4a['getId'](),'threadId':_0x1dff4a[_0x3badd0(0x27d)]()[_0x3badd0(0x21b)](),'processId':_0x1dff4a['getProcessId']()[_0x3badd0(0x21b)]()},_0x53ef21={};_0x53ef21['platformIndex']=_0x5accd5,_0x53ef21[_0x3badd0(0x2e0)]=_0x3ac130,_0x53ef21[_0x3badd0(0x201)]=_0x561775,_0x53ef21[_0x3badd0(0x217)]=_0x10ac13,_0x53ef21[_0x3badd0(0x253)]=_0x43d920,_0x53ef21[_0x3badd0(0x1f2)]=_0x401f3c,_0x53ef21[_0x3badd0(0x32a)]=_0x5782f1,_0x53ef21[_0x3badd0(0x2a6)]=_0x179c92,_0x53ef21[_0x3badd0(0x200)]=_0x343c91,_0x53ef21[_0x3badd0(0x1a0)]=_0x46b22b,_0x53ef21[_0x3badd0(0x32b)]=_0x3edc1b;const _0x4f1ef4=_0x53ef21;return _0x4f1ef4;}catch(_0x48a69d){return logger[_0x3badd0(0x265)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x3badd0(0x1d5)](_0x48a69d)),{};}}async['sendLogCreatedEvent'](_0x737afb,_0xd7fefb,_0x4b9e7e){const _0x4f6e70=a71_0x2104af,_0x58b1a1={'WUvaS':function(_0x29d8e9,_0x5671db){return _0x29d8e9+_0x5671db;},'HkZfM':_0x4f6e70(0x33a),'NvixU':_0x4f6e70(0x2c7),'TvwwA':function(_0x529c6a,_0x40f6f2){return _0x529c6a>_0x40f6f2;},'GLeXh':function(_0x20797e,_0xa5e375,_0x538130,_0x546981){return _0x20797e(_0xa5e375,_0x538130,_0x546981);},'XjTMG':function(_0x54d17c,_0x4c21f7){return _0x54d17c-_0x4c21f7;},'AiNHk':function(_0x1760d6,_0x4be307){return _0x1760d6===_0x4be307;},'NFlvc':function(_0x106182,_0x5c5d10){return _0x106182/_0x5c5d10;},'sihKF':function(_0x1ae8c2,_0x11a72f){return _0x1ae8c2<_0x11a72f;},'Hzkuy':function(_0x5c2d21,_0x32404d){return _0x5c2d21*_0x32404d;},'rhJPK':function(_0x27f2e7,_0x335ee4){return _0x27f2e7+_0x335ee4;},'pKiLV':function(_0x31aac0,_0x559ca1){return _0x31aac0+_0x559ca1;},'Migbl':function(_0x12581f,_0x3f797c){return _0x12581f>_0x3f797c;}};try{const _0x26148f=_0x4b9e7e['testUUID']||_0x4b9e7e[_0x4f6e70(0x24e)],_0x1b15f0=Array[_0x4f6e70(0x258)](_0x737afb[_0x4f6e70(0x218)]()['keys']()),_0x1d52ad=_0x737afb[_0x4f6e70(0x218)]()['get'](_0x26148f);if(!_0x1d52ad){logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x290)+_0x26148f);return;}const {[TestFrameworkConstants[_0x4f6e70(0x323)]]:_0x30209b='',[TestFrameworkConstants[_0x4f6e70(0x321)]]:_0x401b1f=''}=_0x1d52ad;let _0x11ba2e=[];if(_0x1d52ad&&_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]]&&Array[_0x4f6e70(0x233)](_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]])){_0x11ba2e=_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]]||[],logger[_0x4f6e70(0x2e1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x11ba2e[_0x4f6e70(0x1bf)]+_0x4f6e70(0x2cb)+_0x26148f);const _0x4e509a={[TestFrameworkConstants[_0x4f6e70(0x2b9)]]:[]},_0xaca3ef={};_0xaca3ef[_0x26148f]=_0x4e509a,_0x737afb[_0x4f6e70(0x30f)](_0xaca3ef),logger['debug'](_0x4f6e70(0x2da)+_0x26148f);}else logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x273)+_0x26148f);logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x28b)+_0x11ba2e[_0x4f6e70(0x1bf)]+_0x4f6e70(0x317)+_0x26148f);const _0x21d90a=_0x11ba2e[_0x4f6e70(0x1c1)](_0x183871=>_0x183871[_0x4f6e70(0x25c)]===_0x4f6e70(0x280));_0x58b1a1[_0x4f6e70(0x306)](_0x21d90a[_0x4f6e70(0x1bf)],0x0)&&(logger[_0x4f6e70(0x2e1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x21d90a[_0x4f6e70(0x1bf)]+_0x4f6e70(0x2bd)+_0x26148f),_0x21d90a[_0x4f6e70(0x30a)]((_0x18aab1,_0x29991c)=>{const _0x57fe9e=_0x4f6e70;logger[_0x57fe9e(0x2e1)](_0x57fe9e(0x1c2)+_0x58b1a1[_0x57fe9e(0x29a)](_0x29991c,0x1)+'/'+_0x21d90a[_0x57fe9e(0x1bf)]+_0x57fe9e(0x239)+(_0x18aab1[_0x57fe9e(0x32b)]||_0x58b1a1[_0x57fe9e(0x1a2)])+_0x57fe9e(0x22a)+(_0x18aab1[_0x57fe9e(0x261)]||_0x58b1a1['HkZfM'])+_0x57fe9e(0x1b8)+(_0x18aab1[_0x57fe9e(0x226)]||_0x58b1a1[_0x57fe9e(0x1d1)])+_0x57fe9e(0x20d)+(_0x18aab1['message']?.[_0x57fe9e(0x1bf)]||0x0));}));const _0x27c951=_0x1d52ad[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1cc335=_0x58b1a1['GLeXh'](getMediaArtifactsLogs,_0x27c951,null,_0x26148f),_0x3837ed=(_0x11ba2e||[])[_0x4f6e70(0x2ac)](_0x1cc335||[]),_0x5d5803=_0x21d90a?.[_0x4f6e70(0x1bf)]||0x0,_0x1d3815=_0x58b1a1['XjTMG'](_0x11ba2e?.[_0x4f6e70(0x1bf)]||0x0,_0x5d5803);logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x2f7)+_0x26148f+',\x20consoleLogs:\x20'+_0x1d3815+_0x4f6e70(0x1be)+_0x5d5803+',\x20attachmentLogs:\x20'+(_0x1cc335?.['length']||0x0)+_0x4f6e70(0x1ea)+_0x3837ed[_0x4f6e70(0x1bf)]);if(!_0x3837ed||_0x58b1a1[_0x4f6e70(0x19e)](_0x3837ed['length'],0x0)){logger['debug'](_0x4f6e70(0x335)+_0x26148f);return;}const _0xb1a1d6=0x28,_0x3c26bf=Math[_0x4f6e70(0x257)](_0x58b1a1['NFlvc'](_0x3837ed[_0x4f6e70(0x1bf)],_0xb1a1d6));for(let _0x119d87=0x0;_0x58b1a1['sihKF'](_0x119d87,_0x3c26bf);_0x119d87++){const _0x4e9795=_0x58b1a1[_0x4f6e70(0x319)](_0x119d87,_0xb1a1d6),_0x5bc1c1=_0x58b1a1[_0x4f6e70(0x281)](_0x4e9795,_0xb1a1d6),_0x4bdf10=_0x3837ed[_0x4f6e70(0x2c2)](_0x4e9795,_0x5bc1c1),_0x520a46=global?.[_0x4f6e70(0x209)]?.['workerInfo']?.[_0x4f6e70(0x2e8)]||0x0,_0x8714ef={'platformIndex':_0x520a46,'logs':_0x4bdf10,'testFrameworkName':_0x30209b,'testFrameworkVersion':_0x401b1f,'testFrameworkState':_0xd7fefb[_0x4f6e70(0x21b)]()[_0x4f6e70(0x2e7)]('.')[0x1]},_0xd5062f={};_0xd5062f[_0x4f6e70(0x2e2)]=0x3,_0xd5062f['maxArrayLength']=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x58b1a1['pKiLV'](_0x119d87,0x1)+'/'+_0x3c26bf+_0x4f6e70(0x2d1)+_0x26148f+_0x4f6e70(0x288)+_0x4bdf10[_0x4f6e70(0x1bf)]+',\x20platformIndex:\x20'+_0x520a46+_0x4f6e70(0x316)+util[_0x4f6e70(0x2f1)](_0x8714ef,_0xd5062f));const _0x1df49c=await GrpcClient[_0x4f6e70(0x2cc)]()[_0x4f6e70(0x26c)](_0x8714ef);logger['debug'](_0x4f6e70(0x267)+_0x58b1a1['rhJPK'](_0x119d87,0x1)+'/'+_0x3c26bf+_0x4f6e70(0x2d1)+_0x26148f+',\x20response='+util[_0x4f6e70(0x2f1)](_0x1df49c));}if(_0x1cc335&&_0x58b1a1[_0x4f6e70(0x2c6)](_0x1cc335[_0x4f6e70(0x1bf)],0x0)&&_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2f0)]]){const _0x61fd71={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0xe5b8ca={};_0xe5b8ca[_0x26148f]=_0x61fd71,_0x737afb[_0x4f6e70(0x30f)](_0xe5b8ca);}logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x1a6)+_0x26148f+_0x4f6e70(0x303)+_0x3c26bf);}catch(_0x55547c){logger[_0x4f6e70(0x265)](_0x4f6e70(0x2f3)+(_0x4b9e7e[_0x4f6e70(0x310)]||_0x4b9e7e['testId'])+',\x20error:\x20'+util[_0x4f6e70(0x1d5)](_0x55547c));}}['storePendingHook'](_0x1335c7,_0xc3a061,_0x1e7652,_0x434f5c,_0x1b3f30){const _0x4ad6a1=a71_0x2104af,_0x22eb41={};_0x22eb41[_0x4ad6a1(0x284)]=function(_0x787e41,_0x3627bd){return _0x787e41===_0x3627bd;},_0x22eb41[_0x4ad6a1(0x1f4)]=_0x4ad6a1(0x22e);const _0x1cdb10=_0x22eb41,{hookData:_0x350943}=_0x1b3f30,_0x2c29fc={'testId':_0xc3a061,'testFrameworkState':_0x1e7652,'hookState':_0x434f5c,'args':_0x1b3f30,'timestamp':new Date()[_0x4ad6a1(0x19f)]()};if(_0x1cdb10[_0x4ad6a1(0x284)](_0x1e7652,TestFrameworkState[_0x4ad6a1(0x1bc)])&&_0x350943){const _0x5022c8={};_0x5022c8[_0x4ad6a1(0x249)]=_0x350943[_0x4ad6a1(0x245)]||_0x350943[_0x4ad6a1(0x1f7)],_0x5022c8[_0x4ad6a1(0x2ad)]=_0x350943[_0x4ad6a1(0x2ad)]||_0x350943[_0x4ad6a1(0x2a0)]&&_0x350943[_0x4ad6a1(0x2a0)][0x0]||'',_0x5022c8[_0x4ad6a1(0x240)]=_0x1cdb10['ogYJU'],_0x2c29fc[_0x4ad6a1(0x304)]=_0x5022c8,logger['debug'](_0x4ad6a1(0x1c4)+_0xc3a061+_0x4ad6a1(0x22c)+_0x2c29fc[_0x4ad6a1(0x304)]['filePath']+_0x4ad6a1(0x1a1)+_0x2c29fc[_0x4ad6a1(0x304)][_0x4ad6a1(0x2ad)]);}_0x1335c7['addPendingHook'](_0xc3a061,_0x2c29fc),logger[_0x4ad6a1(0x2e1)](_0x4ad6a1(0x1eb)+_0xc3a061+_0x4ad6a1(0x2b1)+_0x1e7652+',\x20hookState:\x20'+_0x434f5c);}async[a71_0x2104af(0x1b9)](_0xe055b6,_0x3e564b){const _0x5be265=a71_0x2104af,_0x5355ad={};_0x5355ad[_0x5be265(0x2e6)]=function(_0x32145b,_0x44952b){return _0x32145b>_0x44952b;},_0x5355ad[_0x5be265(0x328)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x5355ad['Eqczy']=function(_0x4d725c,_0x5c501f){return _0x4d725c===_0x5c501f;},_0x5355ad[_0x5be265(0x1a5)]=function(_0x5f3692,_0x22a840){return _0x5f3692===_0x22a840;},_0x5355ad[_0x5be265(0x211)]=function(_0x3a5a71,_0x240d4c){return _0x3a5a71>_0x240d4c;},_0x5355ad[_0x5be265(0x342)]=function(_0x18491e,_0x409120){return _0x18491e===_0x409120;},_0x5355ad[_0x5be265(0x1a9)]=_0x5be265(0x2fa),_0x5355ad['cOpIp']=_0x5be265(0x24d);const _0x5e37a6=_0x5355ad;if(_0xe055b6[_0x5be265(0x263)](_0x3e564b)){const _0x27dc77=_0xe055b6[_0x5be265(0x2bb)](_0x3e564b);logger[_0x5be265(0x2e1)](_0x5be265(0x2dc)+_0x27dc77[_0x5be265(0x1bf)]+_0x5be265(0x266)+_0x3e564b);for(const _0x47fc4c of _0x27dc77){try{const _0x7783c=await this[_0x5be265(0x322)](_0xe055b6,_0x47fc4c['testFrameworkState'],_0x47fc4c[_0x5be265(0x253)],_0x47fc4c[_0x5be265(0x2f4)]);_0x7783c&&_0x5e37a6[_0x5be265(0x2e6)](Object[_0x5be265(0x1d7)](_0x7783c)['length'],0x0)&&_0xe055b6[_0x5be265(0x30f)](_0x7783c),await this['runHooks'](_0xe055b6,_0x47fc4c['testFrameworkState'],_0x47fc4c[_0x5be265(0x253)],_0x47fc4c[_0x5be265(0x2f4)]);}catch(_0x5b44b2){logger[_0x5be265(0x265)](_0x5be265(0x2d6)+_0x3e564b+_0x5be265(0x212)+_0x5b44b2);}}_0xe055b6[_0x5be265(0x254)](_0x3e564b),logger[_0x5be265(0x2e1)](_0x5be265(0x276)+_0x3e564b);}const _0x2bedeb=_0xe055b6[_0x5be265(0x218)]()[_0x5be265(0x312)](_0x3e564b);if(_0x2bedeb){const _0x212b92=_0x2bedeb[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x2bedeb[TestFrameworkConstants[_0x5be265(0x1e2)]],_0x49b900=_0x2bedeb[TestFrameworkConstants[_0x5be265(0x23f)]]||_0x2bedeb[TestFrameworkConstants[_0x5be265(0x1bd)]]&&_0x2bedeb[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0x5e37a6['TMlVs']);const _0x4cd3dc=_0xe055b6[_0x5be265(0x33d)]();for(const _0x3afef8 of _0x4cd3dc){if(_0x5e37a6[_0x5be265(0x2e9)](_0x3afef8,_0x3e564b))continue;if(_0xe055b6[_0x5be265(0x263)](_0x3afef8)){const _0x299e9c=_0xe055b6[_0x5be265(0x2bb)](_0x3afef8);for(const _0x5c4735 of _0x299e9c){if(_0x5e37a6[_0x5be265(0x2e9)](_0x5c4735[_0x5be265(0x217)],TestFrameworkState[_0x5be265(0x1bc)])&&_0x5c4735[_0x5be265(0x304)]){const _0xde228a=_0x5c4735[_0x5be265(0x304)]['filePath'],_0x340605=_0x5c4735['hookMetadata']['scope'];if(_0x5e37a6['Eqczy'](_0xde228a,_0x212b92)&&_0x5e37a6['dZWrZ'](_0x340605,_0x49b900)){logger[_0x5be265(0x2e1)](_0x5be265(0x251)+_0x3afef8+_0x5be265(0x2b3)+_0x3e564b+_0x5be265(0x22c)+_0xde228a+',\x20scope:\x20'+_0x340605);_0x5c4735[_0x5be265(0x2f4)]&&_0x5c4735['args'][_0x5be265(0x2d7)]&&(_0x5c4735['args'][_0x5be265(0x2d7)][_0x5be265(0x1ca)]=_0x3e564b,logger[_0x5be265(0x2e1)](_0x5be265(0x1e4)+_0x3afef8+_0x5be265(0x27c)+_0x3e564b));try{const _0x58121d=await this[_0x5be265(0x322)](_0xe055b6,_0x5c4735[_0x5be265(0x217)],_0x5c4735[_0x5be265(0x253)],_0x5c4735[_0x5be265(0x2f4)]);_0x58121d&&_0x5e37a6[_0x5be265(0x211)](Object[_0x5be265(0x1d7)](_0x58121d)[_0x5be265(0x1bf)],0x0)&&_0xe055b6[_0x5be265(0x30f)](_0x58121d);await this[_0x5be265(0x1f1)](_0xe055b6,_0x5c4735[_0x5be265(0x217)],_0x5c4735[_0x5be265(0x253)],_0x5c4735[_0x5be265(0x2f4)]);const _0x4e2fb4=_0xe055b6[_0x5be265(0x2bb)](_0x3afef8)[_0x5be265(0x1c1)](_0x315a0e=>_0x315a0e!==_0x5c4735);if(_0x5e37a6[_0x5be265(0x342)](_0x4e2fb4[_0x5be265(0x1bf)],0x0))_0xe055b6[_0x5be265(0x254)](_0x3afef8);else{_0xe055b6[_0x5be265(0x254)](_0x3afef8);for(const _0x3d2a04 of _0x4e2fb4){_0xe055b6[_0x5be265(0x1f3)](_0x3afef8,_0x3d2a04);}}logger['debug'](_0x5e37a6[_0x5be265(0x1a9)]);}catch(_0x483a2){logger['error'](_0x5e37a6[_0x5be265(0x341)]);}}}}}}}}['mapTestHooks'](_0x20d81b){const _0x35d53a=a71_0x2104af,_0x50beb9={'rgplm':function(_0x2363e0){return _0x2363e0();}};if(!_0x20d81b||!_0x20d81b[_0x35d53a(0x31a)])return;_0x20d81b[_0x35d53a(0x31a)][_0x35d53a(0x1dc)]&&Array[_0x35d53a(0x233)](_0x20d81b[_0x35d53a(0x31a)]['hooks'])&&_0x20d81b[_0x35d53a(0x31a)]['hooks']['forEach'](_0x4f9a2d=>{const _0x2b6b16=_0x35d53a;!_0x4f9a2d[_0x2b6b16(0x27b)]&&!_0x4f9a2d[_0x2b6b16(0x31e)]&&(_0x4f9a2d[_0x2b6b16(0x27b)]=_0x50beb9[_0x2b6b16(0x1b7)](uuidv4),_0x4f9a2d[_0x2b6b16(0x31e)]=_0x4f9a2d[_0x2b6b16(0x27b)],logger[_0x2b6b16(0x2e1)](_0x2b6b16(0x1fd)+_0x4f9a2d[_0x2b6b16(0x21d)]+',\x20hookUUID='+_0x4f9a2d[_0x2b6b16(0x27b)]));}),this['mapTestHooks'](_0x20d81b[_0x35d53a(0x31a)]);}[a71_0x2104af(0x1cd)](_0x302c05){const _0x5bf820=a71_0x2104af,_0x51b217={'FgjaJ':function(_0x30f87e,_0x217e6f){return _0x30f87e(_0x217e6f);}};if(!_0x302c05||!_0x302c05[_0x5bf820(0x31a)])return[];const _0x5855f5=[];return _0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)]&&Array[_0x5bf820(0x233)](_0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)])&&_0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)][_0x5bf820(0x30a)](_0x1e0424=>{const _0x1075e1=_0x5bf820,_0x3617d0=_0x1e0424[_0x1075e1(0x27b)]||_0x1e0424[_0x1075e1(0x31e)];_0x3617d0&&!this['isJestInternalHook'](_0x1e0424)&&!_0x51b217[_0x1075e1(0x1c8)](isInternalHook,_0x1e0424['fn'])&&_0x5855f5[_0x1075e1(0x248)](_0x3617d0);}),[..._0x5855f5,...this['getHooksForTest'](_0x302c05[_0x5bf820(0x31a)])];}[a71_0x2104af(0x1de)](_0x30f45c){const _0x4c2529=a71_0x2104af,_0x11fb65={'NYrUB':function(_0x3a479e,_0x1c5ae9){return _0x3a479e(_0x1c5ae9);},'goIOA':_0x4c2529(0x1e3)},_0x29788e=new Map(),_0x3d606f=_0x188558=>{const _0x2c86d0=_0x4c2529,_0x2f5f4f={'OMQBW':function(_0x55b55c,_0xb28c1f){return _0x11fb65['NYrUB'](_0x55b55c,_0xb28c1f);},'lEsXs':_0x11fb65[_0x2c86d0(0x1f6)]};if(!_0x188558||!_0x188558[_0x2c86d0(0x31a)])return;_0x188558[_0x2c86d0(0x31a)][_0x2c86d0(0x1dc)]&&Array[_0x2c86d0(0x233)](_0x188558[_0x2c86d0(0x31a)][_0x2c86d0(0x1dc)])&&_0x188558[_0x2c86d0(0x31a)]['hooks'][_0x2c86d0(0x30a)](_0x113ec1=>{const _0x38621e=_0x2c86d0,_0x3590c6=_0x113ec1[_0x38621e(0x27b)]||_0x113ec1[_0x38621e(0x31e)];if(_0x3590c6&&!this[_0x38621e(0x264)](_0x113ec1)&&!_0x2f5f4f[_0x38621e(0x23e)](isInternalHook,_0x113ec1['fn'])){const _0x416171={};_0x416171['type']=_0x113ec1[_0x38621e(0x21d)]||_0x2f5f4f[_0x38621e(0x2df)],_0x416171[_0x38621e(0x2be)]=_0x113ec1[_0x38621e(0x2be)]||'\x22'+_0x113ec1[_0x38621e(0x21d)]+_0x38621e(0x25b),_0x29788e[_0x38621e(0x2b8)](_0x3590c6,_0x416171);}}),_0x11fb65[_0x2c86d0(0x224)](_0x3d606f,_0x188558['parent']);};return _0x11fb65['NYrUB'](_0x3d606f,_0x30f45c),_0x29788e;}['isJestInternalHook'](_0x8eeb92){const _0x4683d7=a71_0x2104af,_0x4ca9ae={};_0x4ca9ae[_0x4683d7(0x1b5)]='jest-circus',_0x4ca9ae[_0x4683d7(0x1e6)]=_0x4683d7(0x2c5);const _0x548cda=_0x4ca9ae;try{const _0x404350=this[_0x4683d7(0x340)](_0x8eeb92);return _0x404350&&_0x404350['includes'](_0x548cda[_0x4683d7(0x1b5)]);}catch(_0x25f68c){logger[_0x4683d7(0x2e1)](_0x548cda[_0x4683d7(0x1e6)]);}return![];}['getRootParentFile'](_0x4888a2){const _0x162bf9=a71_0x2104af;if(_0x4888a2[_0x162bf9(0x2ab)])try{const _0x46fa52=stackTrace[_0x162bf9(0x326)](_0x4888a2[_0x162bf9(0x2ab)]);return _0x46fa52[0x0]?_0x46fa52[0x0][_0x162bf9(0x31b)]():null;}catch(_0x237d9e){logger[_0x162bf9(0x2e1)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x237d9e));}if(_0x4888a2['file'])return _0x4888a2[_0x162bf9(0x2ec)];return null;}}module['exports']=JestTestFramework;
|
|
1
|
+
const a71_0x15b910=a71_0x2241;function a71_0x42ba(){const _0x53f106=['dBgpu','OZOfm','WJqWn','deVth','getJestFailureType','LfiZx','sqGqE','ALL','pdPgH','LjPuN',',\x20state=','KqSfo','VweYK','VKlaX','get','whams','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','testFrameworkState','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=',',\x20hook=','KEY_TEST_FAILURE_REASON','isJestInternalHook','../grpcClient','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','QTgLl','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','maxArrayLength','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','78bOORud','getTestFrameworks',',\x20hooksListLength=','NwJDl',',\x20currentTestId:\x20','toString','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20filePath=','getId','__workerDetails','unknown','KMJVz','uuid','map','ZDmbP','instance','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','AFIay','title','afterAll','originalTest','jxvMv','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','result','KYiHW','KEY_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','push','Ywgtv',',\x20argsKeys=','retryOf','NIyct','cLmOV','parseJestTestResult','status','test_run_uuid','../../../helpers/helper.js','POST','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','Qyfgu','RqPNE','setActiveHook','hookData','endedAt',',\x20contextId=','VlilA','KEY_HOOK_RESULT','KEY_TEST_ENDED_AT','getRootParentFile','BEFORE_ALL','3116256WzQcki','pHbio','udWsw','testId',',\x20logsInBatch:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','from',',\x20filePath:\x20','KEY_TEST_NAME','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','hookAnalyticsId','\x20hook','ceil',',\x20error:\x20','\x22\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','AaZuF','format','getJestTestTags','find','Unknown\x20Test','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20storing\x20as\x20pending\x20hook','file','Mfehu','hook_run_uuid','KEY_TEST_ATTACHMENTS','platformIndex','workerInfo','parse',',\x20response=','failure_reason','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','exports','asyncError','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','../instances/testFrameworkInstance.js','KEY_HOOK_FAILURE_REASON','KEY_TEST_ID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','eventJson','type','352ehStMK','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','match','NPfvw',',\x20hookState:\x20','LOG_REPORT','runHooks','srGyE','trackJestInstance:\x20created\x20instance\x20for\x20target=','set','jest-circus','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','GZOoA','hooks',',\x20payload:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','debug','\x20(testIdentifier),\x20hookType=','vISOe','apply','getJestTestIdentifier','KEY_HOOKS_STARTED','trackHookEvent','dewZA','forEach','4543myYRiP','Unknown\x20error','depth','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_DURATION','scope','ZbgDW','util','executionContext','inspect','TSIJY','addPendingHook','SCMZZ',',\x20version=','89015OorNQm','hPXIy','oLpDT','hasPendingHooks','createContext','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','getJestTestName','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_RESULT','hook_id','stack-trace','../state/testFrameworkState.js','KEY_HOOK_LAST_STARTED','_ALL','getInstance','sNWgG','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','../../../helpers/test-observability/utils','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','delete','parseJestTest','event_ended_at','KEY_TEST_CODE','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20-\x20testId:\x20','QwAkx','getPendingHooks','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','dwqqy',',\x20hookData=','../state/hookState.js','test_run_id','\x20to\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20totalBatches:\x20','failed',',\x20test_run_uuid=','\x20attachments','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=',',\x20scope:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','passed','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FILE_PATH','KEY_TEST_RERUN_NAME','13899640eijbbO','startsWith','kind','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','filePath','KEY_HOOK_FAILURE_TYPE','HHPfw','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','started_at','NLtxW','Assert','substring','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','SlslF','reverse','hookMetadata','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','./constants/testFrameworkConstants.js','BNgyZ',',\x20consoleLogs:\x20','getActiveHook','pNXIK','\x20screenshot\x20logs\x20for\x20testId:\x20','keys','hqVRh','sULKe','../instances/trackedInstance.js','lNvml','DEFAULT_HOOK_RESULT','getAllPendingHookTestIds','KEY_EVENT_ENDED_AT','buildHookMapFromTest','KNstR','getJestFailureReason','testFrameworkName','\x20(testIdentifier),\x20tags=','createTestFrameworkEventPayload','NONE','scopes','KEY_TEST_UUID','testUUID','resolveInstance','KEY_HOOK_ID','filter','plvKZ','mfIEd','KEY_TEST_FRAMEWORK_VERSION','error','KEY_TEST_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20testId=','XtBLR','warn','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','mapTestHooks','qBBBQ','name','getCurrentHookState','GbaAu','getProcessId','XTQlh','KEY_TEST_LOCATION',',\x20hookState=','\x20&\x20hookState=','iebKd','26938VrBPZa','HKkrp','KZXUP','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','291864aIjXZg','XFALf','yKQsA','DEFAULT_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','getCurrentTestState','replace','vCFoA','getHooksForTest','SrBxv','sendLogCreatedEvent',',\x20result=','getContext',',\x20failureType=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_HOOKS_FINISHED','getTestFrameworksVersions','hookUUID','getFileName','skip',',\x20updates=','hook_result','getJestFailureData',',\x20hookId=','processPendingHooks','KEY_TEST_TAGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_RESULT_AT','trackEvent','split','slice','\x20logs\x20for\x20testId:\x20','WWpUy','Stored\x20pending\x20hook\x20for\x20testId:\x20','trackJestInstance','addMultipleEntries','TEST','kzwTo',',\x20hookType=','parallelIndex','findIndex','TjzvF','pYvdZ','KEY_TEST_FAILURE',',\x20screenshotLogs:\x20','matchHookRegex','KEY_HOOK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','missing',',\x20target=','zFipG','KEY_CUSTOM_TAGS','wXiHc','storePendingHook','KEY_TEST_SCOPES','KEY_TEST_SCOPE','cfuEj',':testAnalyticsId','KEY_TEST_LOGS','\x20files','getAllData','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','duration','\x20for\x20testId:\x20','getJestTestFilePath','file_name','KEY_TEST_FAILURE_TYPE','hookState','tMuaI','length','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','test',',\x20state:\x20','setTrackedInstance','trackJestInstance:\x20instance\x20already\x20exists','getJestTestScopes','KEY_AUTOMATE_SESSION_NAME','tags','toUpperCase','activeHooks','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20hookUUID=',',\x20scopes=',',\x20messageLength=','base64','KEY_TEST_META','beforeAll','errorsDetailed','MYYoZ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','44sdTPZn','stringify','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','hookType','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','join','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','has',',\x20remainingHooks=','finished_at','pop','includes','KExuo','hook_type','skipped','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x20(testIdentifier),\x20result=','4289301FSSuGr','AssertionError','test_identifier','parent','splice','args','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','toISOString',',\x20totalLogs:\x20','testFrameworkVersion','pid','WvTSj','isArray','getTrackedInstance','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'];a71_0x42ba=function(){return _0x53f106;};return a71_0x42ba();}(function(_0x3403ac,_0xb0cae7){const _0x3574eb=a71_0x2241,_0x419bdd=_0x3403ac();while(!![]){try{const _0x394c98=parseInt(_0x3574eb(0x294))/0x1+-parseInt(_0x3574eb(0x290))/0x2*(-parseInt(_0x3574eb(0x32d))/0x3)+-parseInt(_0x3574eb(0x2ef))/0x4*(-parseInt(_0x3574eb(0x21d))/0x5)+parseInt(_0x3574eb(0x35f))/0x6+parseInt(_0x3574eb(0x20f))/0x7*(-parseInt(_0x3574eb(0x1f6))/0x8)+parseInt(_0x3574eb(0x300))/0x9+-parseInt(_0x3574eb(0x24d))/0xa;if(_0x394c98===_0xb0cae7)break;else _0x419bdd['push'](_0x419bdd['shift']());}catch(_0x53e82a){_0x419bdd['push'](_0x419bdd['shift']());}}}(a71_0x42ba,0x65668));function a71_0x2241(_0x53c705,_0x459a8a){const _0x42ba01=a71_0x42ba();return a71_0x2241=function(_0x22413c,_0xbdafb5){_0x22413c=_0x22413c-0x1ed;let _0x200dfd=_0x42ba01[_0x22413c];return _0x200dfd;},a71_0x2241(_0x53c705,_0x459a8a);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x15b910(0x228)),HookState=require(a71_0x15b910(0x23d)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x15b910(0x1f0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x15b910(0x269)),TestFrameworkConstants=require(a71_0x15b910(0x260)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x15b910(0x351)),{isInternalHook}=require(a71_0x15b910(0x22e)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a71_0x15b910(0x216)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a71_0x15b910(0x327)),stackTrace=require(a71_0x15b910(0x227));class JestTestFramework extends TestFramework{constructor(_0x23df31,_0x355621,_0x97b96f){const _0xd7458c=a71_0x15b910;super(_0x23df31,_0x355621,_0x97b96f),this[_0xd7458c(0x2e4)]=new Map();}[a71_0x15b910(0x356)](_0x2ac133,_0x3b7061,_0x1372ce){const _0x3a8a36=a71_0x15b910,_0x1cf441={};_0x1cf441['NwJDl']=function(_0x4a3f15,_0x3f50dd){return _0x4a3f15||_0x3f50dd;};const _0x1a4629=_0x1cf441;if(_0x1a4629[_0x3a8a36(0x330)](!_0x2ac133,!_0x3b7061)){logger[_0x3a8a36(0x283)](_0x3a8a36(0x2f5)+_0x2ac133+',\x20hookUUID='+_0x3b7061);return;}!this[_0x3a8a36(0x2e4)][_0x3a8a36(0x2f6)](_0x2ac133)&&this['activeHooks'][_0x3a8a36(0x1ff)](_0x2ac133,[]);const _0x295db2={'hookUUID':_0x3b7061,'hookType':_0x1372ce,'startedAt':new Date()[_0x3a8a36(0x308)]()};this[_0x3a8a36(0x2e4)][_0x3a8a36(0x31e)](_0x2ac133)['push'](_0x295db2),logger['debug'](_0x3a8a36(0x2d2)+_0x2ac133+_0x3a8a36(0x2e6)+_0x3b7061+',\x20hookType='+_0x1372ce+',\x20totalHooks='+this[_0x3a8a36(0x2e4)]['get'](_0x2ac133)[_0x3a8a36(0x2da)]);}['removeActiveHook'](_0x51c0f8,_0x4471f9){const _0x131cff=a71_0x15b910,_0x168daa={};_0x168daa['yKQsA']=function(_0x3603a7,_0xeb3651){return _0x3603a7||_0xeb3651;},_0x168daa['TxnAV']=function(_0x265e63,_0x38a2c1){return _0x265e63!==_0x38a2c1;},_0x168daa['SrBxv']=function(_0x338465,_0x215795){return _0x338465===_0x215795;};const _0xe977ed=_0x168daa;if(_0xe977ed[_0x131cff(0x296)](!_0x51c0f8,!_0x4471f9)){logger[_0x131cff(0x283)](_0x131cff(0x247)+_0x51c0f8+_0x131cff(0x2e6)+_0x4471f9);return;}if(this[_0x131cff(0x2e4)][_0x131cff(0x2f6)](_0x51c0f8)){const _0x555d53=this[_0x131cff(0x2e4)]['get'](_0x51c0f8),_0xf7bb2a=_0x555d53[_0x131cff(0x2bc)](_0x279fc4=>_0x279fc4[_0x131cff(0x2a5)]===_0x4471f9);_0xe977ed['TxnAV'](_0xf7bb2a,-0x1)?(_0x555d53[_0x131cff(0x304)](_0xf7bb2a,0x1),logger[_0x131cff(0x206)](_0x131cff(0x2e5)+_0x51c0f8+',\x20hookUUID='+_0x4471f9+_0x131cff(0x2f7)+_0x555d53[_0x131cff(0x2da)]),_0xe977ed[_0x131cff(0x29d)](_0x555d53[_0x131cff(0x2da)],0x0)&&this[_0x131cff(0x2e4)][_0x131cff(0x232)](_0x51c0f8)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x51c0f8+_0x131cff(0x2e6)+_0x4471f9);}}[a71_0x15b910(0x263)](_0x178170){const _0xd53aae=a71_0x15b910,_0x921a30={};_0x921a30[_0xd53aae(0x289)]=function(_0x1b13df,_0x61e4a){return _0x1b13df>_0x61e4a;},_0x921a30[_0xd53aae(0x36f)]=function(_0x1540ed,_0x53a92c){return _0x1540ed-_0x53a92c;};const _0x5e8e58=_0x921a30;if(!_0x178170)return null;if(this[_0xd53aae(0x2e4)]['has'](_0x178170)){const _0x4be289=this[_0xd53aae(0x2e4)]['get'](_0x178170);if(_0x5e8e58[_0xd53aae(0x289)](_0x4be289[_0xd53aae(0x2da)],0x0)){const _0x11da8f=_0x4be289[_0x5e8e58[_0xd53aae(0x36f)](_0x4be289[_0xd53aae(0x2da)],0x1)];return logger[_0xd53aae(0x206)](_0xd53aae(0x2f3)+_0x178170+_0xd53aae(0x2e6)+_0x11da8f[_0xd53aae(0x2a5)]+_0xd53aae(0x2ba)+_0x11da8f[_0xd53aae(0x2f2)]),_0x11da8f;}}return null;}async[a71_0x15b910(0x2b0)](_0x27afd1,_0x807464,_0x8929b={}){const _0x5595f9=a71_0x15b910,_0x5035cb={};_0x5035cb[_0x5595f9(0x26a)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x5035cb[_0x5595f9(0x208)]=function(_0x4225aa,_0x3fe346){return _0x4225aa===_0x3fe346;},_0x5035cb['bPBce']=function(_0xa3c7eb,_0x5bdf59){return _0xa3c7eb===_0x5bdf59;},_0x5035cb[_0x5595f9(0x295)]=function(_0x207d3d,_0x2ba1b7){return _0x207d3d||_0x2ba1b7;},_0x5035cb['hPXIy']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x59064a=_0x5035cb;logger['debug'](_0x5595f9(0x323)+_0x27afd1+_0x5595f9(0x28d)+_0x807464+_0x5595f9(0x34a)+Object[_0x5595f9(0x266)](_0x8929b)['join'](',')),await super['trackEvent'](_0x27afd1,_0x807464,_0x8929b);const _0x379223=this[_0x5595f9(0x278)](_0x27afd1,_0x807464,_0x8929b);if(!_0x379223){logger[_0x5595f9(0x206)](_0x59064a['lNvml']);return;}try{let _0x418669,_0x1cd641,_0x4afe41;switch(_0x27afd1){case TestFrameworkState['TEST']:_0x418669=_0x8929b[_0x5595f9(0x2dc)];const _0x155b13={};_0x155b13[_0x5595f9(0x211)]=0x2,_0x155b13[_0x5595f9(0x32b)]=0x3,logger['debug'](_0x5595f9(0x32a)+_0x807464+',\x20testData='+util[_0x5595f9(0x218)](_0x418669,_0x155b13)),_0x4afe41=this[_0x5595f9(0x20a)](_0x418669),_0x1cd641=null,logger['debug'](_0x5595f9(0x251)+_0x4afe41+'\x20(testIdentifier)');if(_0x59064a[_0x5595f9(0x208)](_0x807464,HookState[_0x5595f9(0x249)])){logger[_0x5595f9(0x206)](_0x5595f9(0x1f7)+_0x4afe41);const _0x442746={};_0x442746[_0x5595f9(0x277)]=_0x1cd641,_0x442746['testData']=_0x418669,_0x442746[_0x5595f9(0x362)]=_0x4afe41;const _0x1f6a58=this[_0x5595f9(0x233)](_0x442746),_0x2c3abb={};_0x2c3abb[_0x5595f9(0x211)]=0x2,_0x2c3abb[_0x5595f9(0x32b)]=0x3,logger[_0x5595f9(0x206)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util['inspect'](_0x1f6a58,_0x2c3abb)),_0x379223['addMultipleEntries'](_0x1f6a58),logger[_0x5595f9(0x206)](_0x5595f9(0x230)+_0x4afe41),await this[_0x5595f9(0x2ac)](_0x379223,_0x4afe41);}else{if(_0x59064a['bPBce'](_0x807464,HookState['POST'])){logger[_0x5595f9(0x206)](_0x5595f9(0x2db)+_0x4afe41);const _0xb5e38f=_0x379223[_0x5595f9(0x2d1)]()['get'](_0x4afe41);logger[_0x5595f9(0x206)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x5595f9(0x218)](Object['keys'](_0x59064a[_0x5595f9(0x295)](_0xb5e38f,{}))));_0xb5e38f&&_0xb5e38f[TestFrameworkConstants[_0x5595f9(0x379)]]?logger[_0x5595f9(0x206)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x5595f9(0x266)](_0xb5e38f[TestFrameworkConstants[_0x5595f9(0x379)]])[_0x5595f9(0x2da)]+_0x5595f9(0x2d0)):logger[_0x5595f9(0x206)](_0x59064a[_0x5595f9(0x21e)]);const _0x4d3711=_0x8929b[_0x5595f9(0x341)]||null,_0x35bcea={};_0x35bcea[_0x5595f9(0x277)]=_0x1cd641,_0x35bcea['testData']=_0x418669,_0x35bcea['testId']=_0x4afe41,_0x35bcea[_0x5595f9(0x341)]=_0x4d3711;const _0x3ec8a6=this[_0x5595f9(0x34e)](_0x35bcea),_0x54d228={};_0x54d228['depth']=0x2,_0x54d228['maxArrayLength']=0x3,logger[_0x5595f9(0x206)](_0x5595f9(0x212)+util[_0x5595f9(0x218)](_0x3ec8a6,_0x54d228)),_0x379223[_0x5595f9(0x2b7)](_0x3ec8a6),logger[_0x5595f9(0x206)](_0x5595f9(0x25f)+_0x4afe41),await this['processPendingHooks'](_0x379223,_0x4afe41);}}break;case TestFrameworkState[_0x5595f9(0x1fb)]:if(_0x59064a[_0x5595f9(0x208)](_0x807464,HookState[_0x5595f9(0x352)])){const _0x347c58={};_0x347c58[_0x5595f9(0x211)]=0x2,logger[_0x5595f9(0x206)](_0x5595f9(0x280)+util['inspect'](_0x8929b,_0x347c58)),await this[_0x5595f9(0x29e)](_0x379223,_0x27afd1,_0x8929b);}break;default:if(CLIUtils[_0x5595f9(0x2c1)](_0x27afd1[_0x5595f9(0x332)]()[_0x5595f9(0x2b1)]('.')[0x1])){const _0x1453ef={};_0x1453ef[_0x5595f9(0x211)]=0x2,_0x1453ef[_0x5595f9(0x32b)]=0x3,logger[_0x5595f9(0x206)](_0x5595f9(0x236)+_0x27afd1+_0x5595f9(0x28d)+_0x807464+',\x20hookData='+util[_0x5595f9(0x218)](_0x8929b[_0x5595f9(0x357)],_0x1453ef));const _0x26e17e=await this[_0x5595f9(0x20c)](_0x379223,_0x27afd1,_0x807464,_0x8929b),_0x4f1693={};_0x4f1693[_0x5595f9(0x211)]=0x2,_0x4f1693[_0x5595f9(0x32b)]=0x3,logger[_0x5595f9(0x206)](_0x5595f9(0x231)+util[_0x5595f9(0x218)](_0x26e17e,_0x4f1693)),_0x379223['addMultipleEntries'](_0x26e17e);}else logger[_0x5595f9(0x206)](_0x5595f9(0x22f)+_0x27afd1+_0x5595f9(0x28e)+_0x807464);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x27afd1+_0x5595f9(0x28d)+_0x807464);}catch(_0x4ceba3){logger[_0x5595f9(0x27e)](_0x5595f9(0x25b)+_0x27afd1+_0x5595f9(0x28d)+_0x807464+',\x20exception='+util[_0x5595f9(0x370)](_0x4ceba3));}_0x8929b[_0x5595f9(0x33c)]=_0x379223,await this[_0x5595f9(0x1fc)](_0x379223,_0x27afd1,_0x807464,_0x8929b);}['getJestTestIdentifier'](_0x217d4a){const _0x4e5cdd=a71_0x15b910,_0x2cd87b={};_0x2cd87b[_0x4e5cdd(0x2fb)]=_0x4e5cdd(0x2c4);const _0x353381=_0x2cd87b;if(_0x217d4a&&(_0x217d4a['id']||_0x217d4a[_0x4e5cdd(0x339)])){const _0x557585=_0x217d4a['id']||_0x217d4a['uuid'];return logger[_0x4e5cdd(0x206)](_0x4e5cdd(0x1ef)+_0x557585+_0x4e5cdd(0x36d)),_0x557585;}return logger[_0x4e5cdd(0x206)](_0x353381[_0x4e5cdd(0x2fb)]),process[_0x4e5cdd(0x30b)]+_0x4e5cdd(0x2ce);}[a71_0x15b910(0x278)](_0x547375,_0x516d49,_0x210e1b={}){const _0x3b0d50=a71_0x15b910;let _0x57e5ce=null;return _0x57e5ce=TestFramework[_0x3b0d50(0x30e)](),!_0x57e5ce?(logger[_0x3b0d50(0x206)](_0x3b0d50(0x240)+_0x547375),this[_0x3b0d50(0x2b6)](_0x547375,_0x210e1b),_0x57e5ce=TestFramework[_0x3b0d50(0x30e)](),logger[_0x3b0d50(0x206)](_0x3b0d50(0x245)+!!_0x57e5ce+_0x3b0d50(0x359)+_0x57e5ce?.[_0x3b0d50(0x2a0)]()?.[_0x3b0d50(0x335)]())):logger[_0x3b0d50(0x206)](_0x3b0d50(0x1f3)+_0x57e5ce['getContext']()?.[_0x3b0d50(0x335)]()),_0x57e5ce;}['trackJestInstance'](_0x49b46e,_0x80e9f3){const _0x37c8ab=a71_0x15b910,_0x594854={};_0x594854[_0x37c8ab(0x282)]=_0x37c8ab(0x2df);const _0x2aa603=_0x594854;if(TestFramework['getTrackedInstance']()){logger[_0x37c8ab(0x206)](_0x2aa603['XtBLR']);return;}const _0x1c9bb5=CLIUtils['getCurrentInstanceName'](),_0xe5639b=TrackedInstance[_0x37c8ab(0x221)](_0x1c9bb5);let _0x50cd28=null;logger[_0x37c8ab(0x206)](_0x37c8ab(0x1fe)+_0x1c9bb5+_0x37c8ab(0x31a)+_0x49b46e),_0x50cd28=new TestFrameworkInstance(_0xe5639b,this['getTestFrameworks'](),this[_0x37c8ab(0x2a4)](),_0x49b46e,HookState[_0x37c8ab(0x274)]),TestFramework[_0x37c8ab(0x2de)](_0xe5639b,_0x50cd28),logger['debug']('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0xe5639b[_0x37c8ab(0x335)]()+_0x37c8ab(0x2c6)+_0x1c9bb5+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0x37c8ab(0x21c)+this[_0x37c8ab(0x2a4)]()[this[_0x37c8ab(0x32e)]()[0x0]]);}[a71_0x15b910(0x233)](_0xac40ad){const _0x47d02b=a71_0x15b910,_0x112ab9={};_0x112ab9['Mfehu']=function(_0x231a54,_0x4b00d9){return _0x231a54||_0x4b00d9;},_0x112ab9[_0x47d02b(0x318)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x455997=_0x112ab9,{testUUID:_0xa1912a,testData:_0x8a48f9,testId:_0x4341df}=_0xac40ad;if(_0x455997[_0x47d02b(0x377)](!_0x8a48f9,!_0x4341df))return logger[_0x47d02b(0x206)](_0x455997[_0x47d02b(0x318)]),{};const _0x48f95b=this['getTestFrameworks']()[0x0],_0x4b53f0=this[_0x47d02b(0x2a4)](),_0xbb5b99={};_0xbb5b99[_0x47d02b(0x211)]=0x2,_0xbb5b99[_0x47d02b(0x32b)]=0x3,logger[_0x47d02b(0x206)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x47d02b(0x218)](_0x8a48f9,_0xbb5b99));const _0x48a7a6=_0x8a48f9?.[_0x47d02b(0x275)]||[],_0x21fc67=this[_0x47d02b(0x223)](_0x8a48f9),_0x300852=this[_0x47d02b(0x2d5)](_0x8a48f9),_0x26a703=_0x8a48f9['fn']?_0x8a48f9['fn'][_0x47d02b(0x332)]():null,_0x2d671b=this[_0x47d02b(0x371)](_0x8a48f9),_0x33f843={[TestFrameworkConstants[_0x47d02b(0x322)]]:_0x48f95b,[TestFrameworkConstants[_0x47d02b(0x27d)]]:_0x4b53f0[_0x48f95b],[TestFrameworkConstants[_0x47d02b(0x2cf)]]:[],[TestFrameworkConstants[_0x47d02b(0x2a3)]]:{},[TestFrameworkConstants[_0x47d02b(0x20b)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x47d02b(0x297)],[TestFrameworkConstants[_0x47d02b(0x2e1)]]:_0x21fc67,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x300852,[TestFrameworkConstants[_0x47d02b(0x1f2)]]:_0x4341df,[TestFrameworkConstants[_0x47d02b(0x367)]]:_0x21fc67,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x300852,[TestFrameworkConstants[_0x47d02b(0x235)]]:_0x26a703,[TestFrameworkConstants[_0x47d02b(0x2ad)]]:_0x2d671b,[TestFrameworkConstants[_0x47d02b(0x27f)]]:_0x8a48f9[_0x47d02b(0x256)]||new Date()[_0x47d02b(0x308)](),[TestFrameworkConstants[_0x47d02b(0x2cc)]]:_0x48a7a6[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x48a7a6,[TestFrameworkConstants[_0x47d02b(0x24c)]]:_0x21fc67,[TestFrameworkConstants[_0x47d02b(0x2c8)]]:{},[TestFrameworkConstants[_0x47d02b(0x2ea)]]:{}};_0x8a48f9['retryOf']&&(_0x33f843[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x8a48f9[_0x47d02b(0x34b)]);logger['debug'](_0x47d02b(0x32c)+_0x21fc67+',\x20testId='+_0x4341df+_0x47d02b(0x272)+JSON[_0x47d02b(0x2f0)](_0x2d671b)+_0x47d02b(0x2e7)+util[_0x47d02b(0x218)](_0x48a7a6)+_0x47d02b(0x334)+_0x300852);const _0x133b10={};return _0x133b10[_0x4341df]=_0x33f843,_0x133b10;}['parseJestTestResult'](_0x9aa12c){const _0x483fcf=a71_0x15b910,_0x4d51e0={'deVth':function(_0x1e6d3c,_0x3d8351){return _0x1e6d3c===_0x3d8351;},'BNgyZ':_0x483fcf(0x340),'DGTfJ':_0x483fcf(0x2eb),'KNstR':_0x483fcf(0x317),'iebKd':_0x483fcf(0x22a),'jxvMv':function(_0x1fb5d7,_0x3274f6){return _0x1fb5d7||_0x3274f6;},'wXiHc':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','NjtnT':_0x483fcf(0x337),'mfIEd':function(_0x45f51e,_0x35b8a9){return _0x45f51e>_0x35b8a9;},'MYYoZ':_0x483fcf(0x242),'gamWd':_0x483fcf(0x2a7),'XTQlh':function(_0x52184e,_0x422574){return _0x52184e===_0x422574;},'ZDmbP':_0x483fcf(0x2fd),'VweYK':'passed','NIyct':function(_0x5791fc,_0x5a7686){return _0x5791fc===_0x5a7686;},'TjzvF':function(_0x114545,_0x292856){return _0x114545!==_0x292856;},'pHbio':function(_0x574d0a,_0x9a5dc8,_0x237f28,_0x21fa4a){return _0x574d0a(_0x9a5dc8,_0x237f28,_0x21fa4a);},'srGyE':_0x483fcf(0x374),'TSIJY':function(_0x3d8212,_0x199b06){return _0x3d8212>_0x199b06;}},{testUUID:_0x25e62f,testData:_0x477ff0,testId:_0x33ae88}=_0x9aa12c;if(_0x4d51e0['jxvMv'](!_0x477ff0,!_0x33ae88))return logger['debug'](_0x4d51e0[_0x483fcf(0x2c9)]),{};const _0x2313ca=this[_0x483fcf(0x278)](TestFrameworkState[_0x483fcf(0x2b8)],HookState[_0x483fcf(0x352)]),_0x246ad9=_0x2313ca[_0x483fcf(0x2d1)]()[_0x483fcf(0x31e)](_0x33ae88),_0x1d3726=_0x4d51e0[_0x483fcf(0x342)](_0x246ad9,{}),_0x24be8c=_0x1d3726?_0x1d3726[TestFrameworkConstants[_0x483fcf(0x2c8)]]||{}:{},_0x205c14=_0x1d3726[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x483fcf(0x206)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x205c14?Object[_0x483fcf(0x266)](_0x205c14)['length']:0x0)+_0x483fcf(0x244));let _0x50e821=_0x4d51e0['NjtnT'];if(_0x477ff0[_0x483fcf(0x344)])_0x50e821=_0x477ff0[_0x483fcf(0x344)];else{if(_0x477ff0[_0x483fcf(0x2ec)]&&_0x4d51e0[_0x483fcf(0x27c)](_0x477ff0['errorsDetailed']['length'],0x0))_0x50e821=_0x4d51e0[_0x483fcf(0x2ed)];else _0x4d51e0[_0x483fcf(0x313)](_0x477ff0['status'],_0x4d51e0['gamWd'])||_0x4d51e0['XTQlh'](_0x477ff0[_0x483fcf(0x34f)],_0x4d51e0['ZDmbP'])?_0x50e821=_0x4d51e0[_0x483fcf(0x33b)]:_0x50e821=_0x4d51e0[_0x483fcf(0x31c)];}const _0x504d60={..._0x1d3726,[TestFrameworkConstants[_0x483fcf(0x225)]]:_0x50e821,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x477ff0['finished_at']||new Date()[_0x483fcf(0x308)](),[TestFrameworkConstants[_0x483fcf(0x2af)]]:new Date()[_0x483fcf(0x308)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x24be8c,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x483fcf(0x2ea)]]:{}};if(_0x4d51e0[_0x483fcf(0x34c)](_0x50e821,_0x4d51e0[_0x483fcf(0x2ed)])&&_0x477ff0[_0x483fcf(0x2ec)]){const _0x5a2b85=this[_0x483fcf(0x270)](_0x477ff0),_0x52df48=this[_0x483fcf(0x314)](_0x477ff0),_0x1ec44b=this[_0x483fcf(0x2aa)](_0x477ff0);_0x504d60[TestFrameworkConstants[_0x483fcf(0x2d7)]]=_0x52df48,_0x504d60[TestFrameworkConstants[_0x483fcf(0x325)]]=_0x5a2b85,_0x504d60[TestFrameworkConstants[_0x483fcf(0x2bf)]]=_0x1ec44b;}_0x4d51e0[_0x483fcf(0x2bd)](_0x477ff0[_0x483fcf(0x2d3)],undefined)&&(_0x504d60[TestFrameworkConstants[_0x483fcf(0x213)]]=_0x477ff0['duration']);_0x477ff0[_0x483fcf(0x34b)]&&(_0x504d60[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x477ff0['retryOf']);const _0x43988e=_0x246ad9?_0x246ad9[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x40b72d=_0x246ad9?_0x246ad9[TestFrameworkConstants[_0x483fcf(0x276)]]:_0x25e62f,_0x4a8f45=_0x4d51e0[_0x483fcf(0x360)](getManualUploadLogs,_0x43988e,_0x40b72d,_0x33ae88);if(_0x4d51e0[_0x483fcf(0x27c)](_0x4a8f45[_0x483fcf(0x2da)],0x0)){const _0xaa07e2=_0x504d60[TestFrameworkConstants[_0x483fcf(0x346)]]||[];_0x504d60[TestFrameworkConstants['KEY_LOGS']]=[..._0xaa07e2,..._0x4a8f45];}const _0x3d8e17=_0x1d3726[TestFrameworkConstants[_0x483fcf(0x2a3)]]||{},_0x34c635=_0x1d3726[TestFrameworkConstants[_0x483fcf(0x20b)]]||{},_0x19198a={..._0x3d8e17},_0x564c34=_0x19198a;Object[_0x483fcf(0x266)](_0x34c635)[_0x483fcf(0x20e)](_0x472352=>{const _0x5545d9=_0x483fcf;!_0x564c34[_0x472352]&&(_0x564c34[_0x472352]=[]);const _0x13b945=new Set((_0x564c34[_0x472352]||[])[_0x5545d9(0x33a)](_0x3bfd21=>_0x3bfd21[TestFrameworkConstants[_0x5545d9(0x279)]]||_0x3bfd21[_0x5545d9(0x226)]));(_0x34c635[_0x472352]||[])[_0x5545d9(0x20e)](_0x59b490=>{const _0x278f4e=_0x5545d9,_0x28aa90=_0x59b490[TestFrameworkConstants['KEY_HOOK_ID']]||_0x59b490[_0x278f4e(0x226)];if(!_0x13b945[_0x278f4e(0x2f6)](_0x28aa90)){const _0x4abd07={..._0x59b490},_0xe5f6a9=_0x4abd07;!_0xe5f6a9[TestFrameworkConstants[_0x278f4e(0x26d)]]&&!_0xe5f6a9[_0x278f4e(0x234)]&&(_0xe5f6a9[TestFrameworkConstants[_0x278f4e(0x26d)]]=new Date()['toISOString']()),!_0xe5f6a9[TestFrameworkConstants[_0x278f4e(0x35b)]]&&!_0xe5f6a9[_0x278f4e(0x2a9)]&&(_0xe5f6a9[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x278f4e(0x26b)]),_0x564c34[_0x472352]['push'](_0xe5f6a9);}});});if(_0x9aa12c['originalTest']){this[_0x483fcf(0x285)](_0x9aa12c[_0x483fcf(0x341)]);const _0x3047fa=this[_0x483fcf(0x26e)](_0x9aa12c[_0x483fcf(0x341)]),_0x2d20fa=this['getHooksForTest'](_0x9aa12c[_0x483fcf(0x341)]);_0x2d20fa[_0x483fcf(0x20e)](_0x3038e7=>{const _0x579af8=_0x483fcf,_0x578c10=_0x3047fa[_0x579af8(0x31e)](_0x3038e7);if(_0x578c10&&(_0x4d51e0[_0x579af8(0x313)](_0x578c10[_0x579af8(0x1f5)],_0x4d51e0[_0x579af8(0x261)])||_0x4d51e0[_0x579af8(0x313)](_0x578c10[_0x579af8(0x1f5)],_0x4d51e0['DGTfJ']))){const _0x318917=_0x578c10['type'][_0x579af8(0x2e3)]()[_0x579af8(0x29a)](_0x4d51e0[_0x579af8(0x26f)],_0x4d51e0[_0x579af8(0x28f)]),_0x2839f2=_0x318917;!_0x564c34[_0x2839f2]&&(_0x564c34[_0x2839f2]=[]);const _0x5d0025=_0x564c34[_0x2839f2][_0x579af8(0x372)](_0x456b3a=>(_0x456b3a[TestFrameworkConstants[_0x579af8(0x279)]]||_0x456b3a[_0x579af8(0x226)])===_0x3038e7);!_0x5d0025&&_0x564c34[_0x2839f2]['push']({'key':_0x2839f2,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3038e7,[TestFrameworkConstants[_0x579af8(0x35b)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x579af8(0x26d)]]:new Date()[_0x579af8(0x308)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x579af8(0x2c2)]]:_0x578c10['name']||_0x578c10[_0x579af8(0x1f5)]+_0x579af8(0x36a),[TestFrameworkConstants[_0x579af8(0x2c8)]]:_0x24be8c});}});}if(_0x477ff0[_0x483fcf(0x203)]&&_0x4d51e0['mfIEd'](_0x477ff0[_0x483fcf(0x203)][_0x483fcf(0x2da)],0x0))_0x504d60[TestFrameworkConstants[_0x483fcf(0x2a3)]]=_0x477ff0['hooks'],logger[_0x483fcf(0x206)](_0x4d51e0[_0x483fcf(0x1fd)]);else _0x4d51e0[_0x483fcf(0x219)](Object['keys'](_0x564c34)[_0x483fcf(0x2da)],0x0)&&(_0x504d60[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x564c34,logger[_0x483fcf(0x206)](_0x483fcf(0x364)+Object[_0x483fcf(0x266)](_0x564c34)[_0x483fcf(0x2f4)](',')));const _0x1da12e=this['getJestTestName'](_0x477ff0);logger[_0x483fcf(0x206)](_0x483fcf(0x23a)+_0x1da12e+',\x20testId='+_0x33ae88+_0x483fcf(0x2ff)+_0x50e821+',\x20duration='+_0x477ff0[_0x483fcf(0x2d3)]);_0x4d51e0[_0x483fcf(0x28b)](_0x50e821,_0x4d51e0[_0x483fcf(0x2ed)])&&logger[_0x483fcf(0x206)](_0x483fcf(0x347)+_0x33ae88+_0x483fcf(0x2a1)+_0x504d60[TestFrameworkConstants[_0x483fcf(0x2d7)]]+',\x20failureReason='+_0x504d60[TestFrameworkConstants[_0x483fcf(0x325)]]?.[_0x483fcf(0x259)](0x0,0xc8));const _0x528048={};return _0x528048[_0x33ae88]=_0x504d60,_0x528048;}[a71_0x15b910(0x2e0)](_0xf207f0){const _0x3137b0=a71_0x15b910,_0x322089={};_0x322089['cfuEj']=function(_0xb8e7fc,_0x321144){return _0xb8e7fc!==_0x321144;},_0x322089[_0x3137b0(0x2be)]=_0x3137b0(0x25a);const _0x557dcd=_0x322089,_0x4cc0e1={};_0x4cc0e1['depth']=0x2,_0x4cc0e1['maxArrayLength']=0x3,logger[_0x3137b0(0x206)](_0x3137b0(0x2a2)+util[_0x3137b0(0x218)](_0xf207f0,_0x4cc0e1));const _0x15eef6=[];if(_0xf207f0&&_0xf207f0[_0x3137b0(0x303)]){let _0x4b4a28=_0xf207f0[_0x3137b0(0x303)];while(_0x4b4a28&&_0x4b4a28[_0x3137b0(0x287)]&&_0x557dcd[_0x3137b0(0x2cd)](_0x4b4a28[_0x3137b0(0x287)],'')&&_0x557dcd[_0x3137b0(0x2cd)](_0x4b4a28[_0x3137b0(0x287)],_0x557dcd['pYvdZ'])){_0x15eef6[_0x3137b0(0x348)](_0x4b4a28[_0x3137b0(0x287)]),_0x4b4a28=_0x4b4a28[_0x3137b0(0x303)];}}return _0x15eef6[_0x3137b0(0x25d)]();}[a71_0x15b910(0x223)](_0x2c33cc){const _0x1f50ce=a71_0x15b910,_0x2f36b9={};_0x2f36b9[_0x1f50ce(0x361)]=_0x1f50ce(0x373);const _0x8fb19f=_0x2f36b9;if(_0x2c33cc[_0x1f50ce(0x287)])return _0x2c33cc[_0x1f50ce(0x287)];if(_0x2c33cc[_0x1f50ce(0x33f)])return _0x2c33cc['title'];return _0x8fb19f[_0x1f50ce(0x361)];}[a71_0x15b910(0x371)](_0x4273bc){const _0x5c7104=a71_0x15b910,_0xa2c85c=[];if(_0x4273bc['tags']&&Array[_0x5c7104(0x30d)](_0x4273bc['tags']))return _0x4273bc[_0x5c7104(0x2e2)][_0x5c7104(0x33a)](_0x52a1ac=>_0x52a1ac[_0x5c7104(0x24e)]('@')?_0x52a1ac['substr'](0x1):_0x52a1ac);const _0x59b8f9=this[_0x5c7104(0x223)](_0x4273bc),_0x42bdbf=_0x59b8f9[_0x5c7104(0x1f8)](/@(\w+)/g);if(_0x42bdbf)return _0x42bdbf['map'](_0x364262=>_0x364262[_0x5c7104(0x2b2)](0x1));return _0x4273bc[_0x5c7104(0x275)]&&Array[_0x5c7104(0x30d)](_0x4273bc[_0x5c7104(0x275)])&&_0x4273bc[_0x5c7104(0x275)]['forEach'](_0x29bb23=>{const _0x9447bd=_0x29bb23['match'](/@(\w+)/g);_0x9447bd&&_0x9447bd['forEach'](_0x195b94=>{const _0x47ac5e=a71_0x2241,_0x3a7eb5=_0x195b94[_0x47ac5e(0x2b2)](0x1);!_0xa2c85c[_0x47ac5e(0x2fa)](_0x3a7eb5)&&_0xa2c85c[_0x47ac5e(0x348)](_0x3a7eb5);});}),_0xa2c85c;}[a71_0x15b910(0x2d5)](_0xacc3da){const _0x236738=a71_0x15b910,_0x38dd89={'ZbgDW':function(_0x34c5b7,_0x16a72d){return _0x34c5b7(_0x16a72d);},'whams':'stack-trace'};if(_0xacc3da[_0x236738(0x2d6)])return _0xacc3da['file_name'];if(_0xacc3da['asyncError']){const _0x4f4312=_0x38dd89[_0x236738(0x215)](require,_0x38dd89[_0x236738(0x31f)]);try{const _0x242500=_0x4f4312['parse'](_0xacc3da[_0x236738(0x1ee)]);if(_0x242500[0x0]&&_0x242500[0x0][_0x236738(0x2a6)])return _0x242500[0x0][_0x236738(0x2a6)]();}catch(_0x97be29){logger[_0x236738(0x206)](_0x236738(0x30f)+util[_0x236738(0x370)](_0x97be29));}}return null;}['getJestFailureReason'](_0x353c40){const _0x1d7723=a71_0x15b910,_0x260e49={};_0x260e49[_0x1d7723(0x25c)]=function(_0x40c62d,_0x5cff7d){return _0x40c62d>_0x5cff7d;},_0x260e49[_0x1d7723(0x1f9)]=_0x1d7723(0x210);const _0x3cab6e=_0x260e49;if(_0x353c40[_0x1d7723(0x2ec)]&&_0x3cab6e[_0x1d7723(0x25c)](_0x353c40[_0x1d7723(0x2ec)][_0x1d7723(0x2da)],0x0))return util[_0x1d7723(0x218)](_0x353c40[_0x1d7723(0x2ec)][0x0]);if(_0x353c40[_0x1d7723(0x37e)])return _0x353c40[_0x1d7723(0x37e)];return _0x3cab6e[_0x1d7723(0x1f9)];}[a71_0x15b910(0x314)](_0x12d612){const _0x3ae8a=a71_0x15b910,_0x23fbad={};_0x23fbad[_0x3ae8a(0x23b)]=_0x3ae8a(0x258),_0x23fbad[_0x3ae8a(0x355)]=_0x3ae8a(0x301),_0x23fbad[_0x3ae8a(0x31d)]='UnhandledError';const _0x4d3143=_0x23fbad,_0x351e9f=this[_0x3ae8a(0x270)](_0x12d612);if(_0x351e9f&&_0x351e9f[_0x3ae8a(0x2fa)](_0x4d3143[_0x3ae8a(0x23b)]))return _0x4d3143['RqPNE'];return _0x4d3143[_0x3ae8a(0x31d)];}[a71_0x15b910(0x2aa)](_0x4be74f){const _0x7a49c=a71_0x15b910,_0x50d21a={'ixBCm':function(_0x5773e5,_0x2eec92){return _0x5773e5(_0x2eec92);},'oLpDT':_0x7a49c(0x22e),'QwAkx':function(_0x4521f6,_0x21a131){return _0x4521f6!==_0x21a131;},'plvKZ':'test'},{failureData:_0xeedb63}=_0x50d21a['ixBCm'](require,_0x50d21a[_0x7a49c(0x21f)]),_0x439525=[];return _0x50d21a[_0x7a49c(0x238)](_0x4be74f[_0x7a49c(0x2ec)],undefined)&&_0x439525['push'](_0x4be74f[_0x7a49c(0x2ec)],_0x50d21a[_0x7a49c(0x27b)]),_0xeedb63[_0x7a49c(0x209)](null,_0x439525);}async[a71_0x15b910(0x20c)](_0x505714,_0x1a95b8,_0x34505b,_0x5b8f99){const _0x3fbf26=a71_0x15b910,_0x468fb7={'zFipG':_0x3fbf26(0x306),'NLtxW':function(_0xb623a6){return _0xb623a6();},'vCFoA':function(_0x4a379f,_0x314c55){return _0x4a379f in _0x314c55;},'kzwTo':function(_0x3dfcfe,_0x34de21){return _0x3dfcfe in _0x34de21;},'HKkrp':function(_0x315898,_0x154081){return _0x315898===_0x154081;},'sNWgG':function(_0x50f726,_0x2c9df3){return _0x50f726>_0x2c9df3;},'LfiZx':'failed','KqSfo':_0x3fbf26(0x248),'OZOfm':function(_0x57b579,_0x1576fa){return _0x57b579>_0x1576fa;},'kQYHx':function(_0x266dda,_0x30d97e){return _0x266dda!==_0x30d97e;}},{hookData:_0x3b6ca9}=_0x5b8f99,_0x1e9ee3=_0x34505b[_0x3fbf26(0x332)](),_0x3ac47f=_0x1a95b8[_0x3fbf26(0x332)](),_0x1e2ab2={};_0x1e2ab2['depth']=0x2,_0x1e2ab2[_0x3fbf26(0x32b)]=0x3,logger[_0x3fbf26(0x206)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3ac47f+_0x3fbf26(0x28d)+_0x1e9ee3+_0x3fbf26(0x23c)+util[_0x3fbf26(0x218)](_0x3b6ca9,_0x1e2ab2));if(!_0x3b6ca9)return logger[_0x3fbf26(0x206)](_0x468fb7[_0x3fbf26(0x2c7)]),{};const _0x350174=_0x3b6ca9['uuid']||_0x3b6ca9[_0x3fbf26(0x369)]||_0x468fb7[_0x3fbf26(0x257)](uuidv4),_0x4472af=_0x3b6ca9[_0x3fbf26(0x23e)]||this[_0x3fbf26(0x20a)](_0x3b6ca9),_0x57337e=_0x1a95b8[_0x3fbf26(0x332)]()['split']('.')[0x1],_0x5af7aa=_0x505714[_0x3fbf26(0x2d1)]()[_0x3fbf26(0x31e)](_0x4472af),_0x2c8934=_0x5af7aa?_0x5af7aa[TestFrameworkConstants[_0x3fbf26(0x2c8)]]||{}:{};logger['debug'](_0x3fbf26(0x33d)+_0x350174+_0x3fbf26(0x281)+_0x4472af+_0x3fbf26(0x207)+_0x57337e+_0x3fbf26(0x28d)+_0x1e9ee3);if(!_0x5af7aa)return logger[_0x3fbf26(0x206)](_0x3fbf26(0x284)+_0x4472af+_0x3fbf26(0x375)),this[_0x3fbf26(0x2ca)](_0x505714,_0x4472af,_0x1a95b8,_0x34505b,_0x5b8f99),{};let _0x5e6344=_0x5af7aa[TestFrameworkConstants[_0x3fbf26(0x20b)]];!_0x5e6344&&(_0x5e6344={});!_0x468fb7[_0x3fbf26(0x29b)](_0x57337e,_0x5e6344)&&(_0x5e6344[_0x57337e]=[]);let _0x3eba7a=_0x5af7aa[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3eba7a&&(_0x3eba7a={});!_0x468fb7[_0x3fbf26(0x2b9)](_0x57337e,_0x3eba7a)&&(_0x3eba7a[_0x57337e]=[]);const _0x1d79d0={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5e6344,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x3eba7a},_0xbf9238={};_0xbf9238[_0x4472af]=_0x1d79d0;const _0x19915c=_0xbf9238;if(_0x468fb7[_0x3fbf26(0x291)](_0x34505b,HookState[_0x3fbf26(0x249)])){const _0x1e0b7b={'key':_0x57337e,[TestFrameworkConstants[_0x3fbf26(0x279)]]:_0x350174,[TestFrameworkConstants[_0x3fbf26(0x35b)]]:TestFrameworkConstants[_0x3fbf26(0x26b)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x3b6ca9['started_at']||new Date()[_0x3fbf26(0x308)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3b6ca9['name']||_0x3b6ca9['hook_type']||_0x57337e,[TestFrameworkConstants[_0x3fbf26(0x2c8)]]:_0x2c8934};_0x5e6344[_0x57337e]['push'](_0x1e0b7b),_0x19915c[_0x4472af][TestFrameworkConstants[_0x3fbf26(0x229)]]=_0x57337e;const _0x4ab58f={};_0x4ab58f[_0x3fbf26(0x211)]=0x2,logger[_0x3fbf26(0x206)](_0x3fbf26(0x2fe)+_0x57337e+_0x3fbf26(0x2ab)+_0x350174+_0x3fbf26(0x281)+_0x4472af+',\x20hook='+util[_0x3fbf26(0x218)](_0x1e0b7b,_0x4ab58f));}else{if(_0x468fb7['HKkrp'](_0x34505b,HookState[_0x3fbf26(0x352)])){const _0x2f4355=_0x3b6ca9[_0x3fbf26(0x344)]||(_0x3b6ca9[_0x3fbf26(0x2ec)]&&_0x468fb7[_0x3fbf26(0x22c)](_0x3b6ca9[_0x3fbf26(0x2ec)][_0x3fbf26(0x2da)],0x0)?_0x468fb7['LfiZx']:_0x468fb7[_0x3fbf26(0x31b)]),_0x7879ec=_0x5e6344[_0x57337e]||[];logger['debug'](_0x3fbf26(0x222)+_0x57337e+_0x3fbf26(0x281)+_0x4472af+_0x3fbf26(0x29f)+_0x2f4355+_0x3fbf26(0x32f)+_0x7879ec[_0x3fbf26(0x2da)]);if(_0x468fb7[_0x3fbf26(0x311)](_0x7879ec[_0x3fbf26(0x2da)],0x0)){const _0x4ab0b7=_0x7879ec[_0x3fbf26(0x2f9)]();_0x468fb7[_0x3fbf26(0x291)](_0x2f4355,_0x468fb7[_0x3fbf26(0x315)])&&_0x3b6ca9[_0x3fbf26(0x2ec)]?(_0x4ab0b7[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x3fbf26(0x314)](_0x3b6ca9),_0x4ab0b7[TestFrameworkConstants[_0x3fbf26(0x1f1)]]=this['getJestFailureReason'](_0x3b6ca9),_0x4ab0b7[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x3fbf26(0x2aa)](_0x3b6ca9),logger[_0x3fbf26(0x206)](_0x3fbf26(0x37f)+_0x57337e+_0x3fbf26(0x2a1)+_0x4ab0b7[TestFrameworkConstants[_0x3fbf26(0x253)]]+',\x20failureReason='+_0x4ab0b7[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x3fbf26(0x259)](0x0,0xc8))):_0x4ab0b7[TestFrameworkConstants[_0x3fbf26(0x35b)]]=_0x468fb7['KqSfo'];_0x468fb7['kQYHx'](_0x2f4355,TestFrameworkConstants[_0x3fbf26(0x26b)])&&(_0x4ab0b7[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2f4355);_0x4ab0b7[TestFrameworkConstants[_0x3fbf26(0x26d)]]=_0x3b6ca9[_0x3fbf26(0x2f8)]||new Date()[_0x3fbf26(0x308)](),_0x4ab0b7[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2c8934;const _0x3a5468=_0x4ab0b7[TestFrameworkConstants[_0x3fbf26(0x279)]];!_0x3eba7a[_0x57337e]&&(_0x3eba7a[_0x57337e]=[]);_0x3eba7a[_0x57337e][_0x3fbf26(0x348)](_0x4ab0b7),_0x19915c[_0x4472af][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x57337e;const _0x4da2f7={};_0x4da2f7['depth']=0x2,logger['debug'](_0x3fbf26(0x2ae)+_0x57337e+',\x20hookId='+_0x3a5468+',\x20result='+_0x2f4355+_0x3fbf26(0x324)+util[_0x3fbf26(0x218)](_0x4ab0b7,_0x4da2f7));}}}const _0x25ce44={};return _0x25ce44[_0x3fbf26(0x211)]=0x2,_0x25ce44[_0x3fbf26(0x32b)]=0x3,logger[_0x3fbf26(0x206)](_0x3fbf26(0x368)+(_0x3b6ca9[_0x3fbf26(0x2fc)]||_0x57337e)+_0x3fbf26(0x2ab)+_0x350174+',\x20testId='+_0x4472af+_0x3fbf26(0x2a8)+util[_0x3fbf26(0x218)](_0x19915c,_0x25ce44)),_0x19915c;}[a71_0x15b910(0x273)](_0x46b52){const _0x7efe81=a71_0x15b910,_0x58360e={};_0x58360e['GZOoA']=_0x7efe81(0x2e9);const _0x586153=_0x58360e;try{const _0x55dbaf=_0x46b52['test']?this['getJestTestIdentifier'](_0x46b52[_0x7efe81(0x2dc)]):_0x46b52['hookData'][_0x7efe81(0x23e)],_0x483b71=_0x46b52[_0x7efe81(0x33c)],_0x4ffbb6=_0x483b71['getContext'](),_0x392e5c=_0x483b71['getAllData']()[_0x7efe81(0x31e)](_0x55dbaf);if(!_0x392e5c)return logger[_0x7efe81(0x206)](_0x7efe81(0x307)+_0x55dbaf),{};const {[TestFrameworkConstants[_0x7efe81(0x322)]]:_0x5f5bc5='',[TestFrameworkConstants[_0x7efe81(0x27d)]]:_0xcdb15b='',[TestFrameworkConstants[_0x7efe81(0x27f)]]:_0x400f19='',[TestFrameworkConstants[_0x7efe81(0x35c)]]:_0x2c1976=''}=_0x392e5c,_0x3c040d=_0x483b71[_0x7efe81(0x299)]()['toString']()[_0x7efe81(0x2b1)]('.')[0x1],_0x2d98c9=_0x483b71[_0x7efe81(0x288)]()[_0x7efe81(0x332)]()[_0x7efe81(0x2b1)]('.')[0x1],_0x2ba94f=global?.[_0x7efe81(0x336)]?.[_0x7efe81(0x37b)]?.[_0x7efe81(0x2bb)],_0x2f410e=_0x483b71['getRef'](),_0x2526b7=Buffer[_0x7efe81(0x365)](JSON[_0x7efe81(0x2f0)](_0x392e5c))[_0x7efe81(0x332)](_0x586153[_0x7efe81(0x202)]),_0x1b5506={'hash':_0x4ffbb6[_0x7efe81(0x335)](),'threadId':_0x4ffbb6['getThreadId']()[_0x7efe81(0x332)](),'processId':_0x4ffbb6[_0x7efe81(0x28a)]()[_0x7efe81(0x332)]()},_0x20382c={};_0x20382c[_0x7efe81(0x37a)]=_0x2ba94f,_0x20382c[_0x7efe81(0x271)]=_0x5f5bc5,_0x20382c[_0x7efe81(0x30a)]=_0xcdb15b,_0x20382c[_0x7efe81(0x321)]=_0x3c040d,_0x20382c['hookState']=_0x2d98c9,_0x20382c['startedAt']=_0x400f19,_0x20382c[_0x7efe81(0x358)]=_0x2c1976,_0x20382c[_0x7efe81(0x339)]=_0x2f410e,_0x20382c[_0x7efe81(0x1f4)]=_0x2526b7,_0x20382c[_0x7efe81(0x217)]=_0x1b5506,_0x20382c['test_identifier']=_0x55dbaf;const _0x25c7b3=_0x20382c;return _0x25c7b3;}catch(_0x76bfca){return logger[_0x7efe81(0x27e)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x76bfca)),{};}}async[a71_0x15b910(0x29e)](_0x460607,_0x2c9301,_0x2fdc10){const _0x2d9dbe=a71_0x15b910,_0x5eae7d={'tMuaI':function(_0x562aee,_0x2a942b){return _0x562aee+_0x2a942b;},'KYiHW':_0x2d9dbe(0x2c5),'zflCg':'none','pNXIK':function(_0x16329f,_0x497210){return _0x16329f>_0x497210;},'WJqWn':function(_0x49e9e5,_0x42d9de,_0x1c61a0,_0x3c106c){return _0x49e9e5(_0x42d9de,_0x1c61a0,_0x3c106c);},'aAOzY':function(_0x22ed10,_0x88c541){return _0x22ed10-_0x88c541;},'VlilA':function(_0x49b5fa,_0x21e278){return _0x49b5fa===_0x21e278;},'AFIay':function(_0x43e1d3,_0x5d993f){return _0x43e1d3/_0x5d993f;},'QTgLl':function(_0x450b6f,_0x151bb1){return _0x450b6f<_0x151bb1;},'qBBBQ':function(_0x5c151d,_0x3e7f01){return _0x5c151d*_0x3e7f01;},'FVTNM':function(_0x4aa12f,_0x2a0306){return _0x4aa12f+_0x2a0306;}};try{const _0xf90eb7=_0x2fdc10[_0x2d9dbe(0x277)]||_0x2fdc10[_0x2d9dbe(0x362)],_0x4670fd=Array['from'](_0x460607[_0x2d9dbe(0x2d1)]()[_0x2d9dbe(0x266)]()),_0x24d27c=_0x460607[_0x2d9dbe(0x2d1)]()[_0x2d9dbe(0x31e)](_0xf90eb7);if(!_0x24d27c){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0xf90eb7);return;}const {[TestFrameworkConstants[_0x2d9dbe(0x322)]]:_0x335c76='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3ab9e0=''}=_0x24d27c;let _0xfb01b3=[];if(_0x24d27c&&_0x24d27c[TestFrameworkConstants[_0x2d9dbe(0x346)]]&&Array[_0x2d9dbe(0x30d)](_0x24d27c[TestFrameworkConstants[_0x2d9dbe(0x346)]])){_0xfb01b3=_0x24d27c[TestFrameworkConstants[_0x2d9dbe(0x346)]]||[],logger['debug'](_0x2d9dbe(0x298)+_0xfb01b3[_0x2d9dbe(0x2da)]+_0x2d9dbe(0x2b3)+_0xf90eb7);const _0xd8d460={[TestFrameworkConstants[_0x2d9dbe(0x346)]]:[]},_0x2e0fb2={};_0x2e0fb2[_0xf90eb7]=_0xd8d460,_0x460607[_0x2d9dbe(0x2b7)](_0x2e0fb2),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xf90eb7);}else logger['debug'](_0x2d9dbe(0x2ee)+_0xf90eb7);logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x24a)+_0xfb01b3[_0x2d9dbe(0x2da)]+_0x2d9dbe(0x2d4)+_0xf90eb7);const _0x4202c2=_0xfb01b3[_0x2d9dbe(0x27a)](_0x241c36=>_0x241c36[_0x2d9dbe(0x24f)]==='TEST_SCREENSHOT');_0x5eae7d[_0x2d9dbe(0x264)](_0x4202c2['length'],0x0)&&(logger['debug'](_0x2d9dbe(0x2f1)+_0x4202c2[_0x2d9dbe(0x2da)]+_0x2d9dbe(0x265)+_0xf90eb7),_0x4202c2[_0x2d9dbe(0x20e)]((_0x24ee93,_0x8d3389)=>{const _0x183a3c=_0x2d9dbe;logger[_0x183a3c(0x206)](_0x183a3c(0x255)+_0x5eae7d['tMuaI'](_0x8d3389,0x1)+'/'+_0x4202c2['length']+'\x20-\x20test_identifier='+(_0x24ee93[_0x183a3c(0x302)]||_0x5eae7d[_0x183a3c(0x345)])+_0x183a3c(0x243)+(_0x24ee93[_0x183a3c(0x350)]||_0x5eae7d['KYiHW'])+',\x20hook_run_uuid='+(_0x24ee93[_0x183a3c(0x378)]||_0x5eae7d['zflCg'])+_0x183a3c(0x2e8)+(_0x24ee93['message']?.['length']||0x0));}));const _0x34c1cf=_0x24d27c[TestFrameworkConstants[_0x2d9dbe(0x379)]]||{},_0x3ac534=_0x5eae7d[_0x2d9dbe(0x312)](getMediaArtifactsLogs,_0x34c1cf,null,_0xf90eb7),_0x2abd27=(_0xfb01b3||[])['concat'](_0x3ac534||[]),_0x300aea=_0x4202c2?.['length']||0x0,_0x19e422=_0x5eae7d['aAOzY'](_0xfb01b3?.[_0x2d9dbe(0x2da)]||0x0,_0x300aea);logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x201)+_0xf90eb7+_0x2d9dbe(0x262)+_0x19e422+_0x2d9dbe(0x2c0)+_0x300aea+',\x20attachmentLogs:\x20'+(_0x3ac534?.[_0x2d9dbe(0x2da)]||0x0)+_0x2d9dbe(0x309)+_0x2abd27[_0x2d9dbe(0x2da)]);if(!_0x2abd27||_0x5eae7d[_0x2d9dbe(0x35a)](_0x2abd27[_0x2d9dbe(0x2da)],0x0)){logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x36e)+_0xf90eb7);return;}const _0xd106f4=0x28,_0x4b1595=Math[_0x2d9dbe(0x36b)](_0x5eae7d[_0x2d9dbe(0x33e)](_0x2abd27['length'],_0xd106f4));for(let _0x4e753a=0x0;_0x5eae7d[_0x2d9dbe(0x329)](_0x4e753a,_0x4b1595);_0x4e753a++){const _0x347366=_0x5eae7d[_0x2d9dbe(0x286)](_0x4e753a,_0xd106f4),_0x1ed03e=_0x5eae7d[_0x2d9dbe(0x2d9)](_0x347366,_0xd106f4),_0x26f1b5=_0x2abd27[_0x2d9dbe(0x2b2)](_0x347366,_0x1ed03e),_0x1efce2=global?.[_0x2d9dbe(0x336)]?.[_0x2d9dbe(0x37b)]?.[_0x2d9dbe(0x2bb)]||0x0,_0x385731={'platformIndex':_0x1efce2,'logs':_0x26f1b5,'testFrameworkName':_0x335c76,'testFrameworkVersion':_0x3ab9e0,'testFrameworkState':_0x2c9301[_0x2d9dbe(0x332)]()[_0x2d9dbe(0x2b1)]('.')[0x1]},_0x5ab7c4={};_0x5ab7c4['depth']=0x3,_0x5ab7c4[_0x2d9dbe(0x32b)]=0x5,logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x343)+_0x5eae7d['FVTNM'](_0x4e753a,0x1)+'/'+_0x4b1595+_0x2d9dbe(0x237)+_0xf90eb7+_0x2d9dbe(0x363)+_0x26f1b5['length']+',\x20platformIndex:\x20'+_0x1efce2+_0x2d9dbe(0x204)+util[_0x2d9dbe(0x218)](_0x385731,_0x5ab7c4));const _0x118bad=await GrpcClient[_0x2d9dbe(0x22b)]()['logCreatedEvent'](_0x385731);logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x343)+_0x5eae7d['tMuaI'](_0x4e753a,0x1)+'/'+_0x4b1595+_0x2d9dbe(0x237)+_0xf90eb7+_0x2d9dbe(0x37d)+util[_0x2d9dbe(0x218)](_0x118bad));}if(_0x3ac534&&_0x5eae7d[_0x2d9dbe(0x264)](_0x3ac534[_0x2d9dbe(0x2da)],0x0)&&_0x24d27c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x581e26={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x22841d={};_0x22841d[_0xf90eb7]=_0x581e26,_0x460607[_0x2d9dbe(0x2b7)](_0x22841d);}logger[_0x2d9dbe(0x206)](_0x2d9dbe(0x224)+_0xf90eb7+_0x2d9dbe(0x241)+_0x4b1595);}catch(_0x231369){logger[_0x2d9dbe(0x27e)](_0x2d9dbe(0x353)+(_0x2fdc10['testUUID']||_0x2fdc10['testId'])+_0x2d9dbe(0x36c)+util[_0x2d9dbe(0x370)](_0x231369));}}[a71_0x15b910(0x2ca)](_0x33dae7,_0x3dc833,_0x235d87,_0x3a0dc4,_0x1b0cf9){const _0x20ac18=a71_0x15b910,_0x18f30a={};_0x18f30a[_0x20ac18(0x292)]=function(_0x29e377,_0x343cb0){return _0x29e377===_0x343cb0;},_0x18f30a[_0x20ac18(0x310)]=_0x20ac18(0x2eb);const _0x1211ab=_0x18f30a,{hookData:_0x1ccef4}=_0x1b0cf9,_0x1d6a52={'testId':_0x3dc833,'testFrameworkState':_0x235d87,'hookState':_0x3a0dc4,'args':_0x1b0cf9,'timestamp':new Date()[_0x20ac18(0x308)]()};if(_0x1211ab[_0x20ac18(0x292)](_0x235d87,TestFrameworkState[_0x20ac18(0x35e)])&&_0x1ccef4){const _0x16eb36={};_0x16eb36[_0x20ac18(0x252)]=_0x1ccef4[_0x20ac18(0x2d6)]||_0x1ccef4['location'],_0x16eb36[_0x20ac18(0x214)]=_0x1ccef4['scope']||_0x1ccef4[_0x20ac18(0x275)]&&_0x1ccef4['scopes'][0x0]||'',_0x16eb36[_0x20ac18(0x2f2)]=_0x1211ab['dBgpu'],_0x1d6a52['hookMetadata']=_0x16eb36,logger[_0x20ac18(0x206)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x3dc833+_0x20ac18(0x366)+_0x1d6a52['hookMetadata']['filePath']+_0x20ac18(0x246)+_0x1d6a52['hookMetadata'][_0x20ac18(0x214)]);}_0x33dae7[_0x20ac18(0x21a)](_0x3dc833,_0x1d6a52),logger[_0x20ac18(0x206)](_0x20ac18(0x2b5)+_0x3dc833+_0x20ac18(0x2dd)+_0x235d87+_0x20ac18(0x1fa)+_0x3a0dc4);}async['processPendingHooks'](_0x739027,_0x26329b){const _0x418243=a71_0x15b910,_0xe3b61={};_0xe3b61[_0x418243(0x20d)]=function(_0x3b4f0e,_0x1e72b1){return _0x3b4f0e>_0x1e72b1;},_0xe3b61[_0x418243(0x34d)]=_0x418243(0x250),_0xe3b61[_0x418243(0x267)]=function(_0x35cf5f,_0x44d26a){return _0x35cf5f===_0x44d26a;},_0xe3b61['SCMZZ']=function(_0x112e14,_0xe3d26e){return _0x112e14===_0xe3d26e;},_0xe3b61[_0x418243(0x319)]=function(_0x70753d,_0x51130a){return _0x70753d>_0x51130a;},_0xe3b61[_0x418243(0x316)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0xe3b61[_0x418243(0x268)]='Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}';const _0x2f384f=_0xe3b61;if(_0x739027[_0x418243(0x220)](_0x26329b)){const _0xcff304=_0x739027[_0x418243(0x239)](_0x26329b);logger[_0x418243(0x206)]('Processing\x20'+_0xcff304[_0x418243(0x2da)]+_0x418243(0x333)+_0x26329b);for(const _0xcf77b5 of _0xcff304){try{const _0xf19a0c=await this[_0x418243(0x20c)](_0x739027,_0xcf77b5['testFrameworkState'],_0xcf77b5[_0x418243(0x2d8)],_0xcf77b5[_0x418243(0x305)]);_0xf19a0c&&_0x2f384f['dewZA'](Object[_0x418243(0x266)](_0xf19a0c)[_0x418243(0x2da)],0x0)&&_0x739027[_0x418243(0x2b7)](_0xf19a0c),await this[_0x418243(0x1fc)](_0x739027,_0xcf77b5[_0x418243(0x321)],_0xcf77b5['hookState'],_0xcf77b5['args']);}catch(_0x427f93){logger['error'](_0x418243(0x328)+_0x26329b+_0x418243(0x36c)+_0x427f93);}}_0x739027['removePendingHooks'](_0x26329b),logger[_0x418243(0x206)](_0x418243(0x293)+_0x26329b);}const _0x3b6445=_0x739027[_0x418243(0x2d1)]()['get'](_0x26329b);if(_0x3b6445){const _0x7aecb=_0x3b6445[TestFrameworkConstants[_0x418243(0x24b)]]||_0x3b6445[TestFrameworkConstants[_0x418243(0x28c)]],_0x415bcf=_0x3b6445[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x3b6445[TestFrameworkConstants[_0x418243(0x2cb)]]&&_0x3b6445[TestFrameworkConstants[_0x418243(0x2cb)]][0x0]||'';logger[_0x418243(0x206)](_0x2f384f[_0x418243(0x34d)]);const _0xe7bf91=_0x739027[_0x418243(0x26c)]();for(const _0x28c80e of _0xe7bf91){if(_0x2f384f[_0x418243(0x267)](_0x28c80e,_0x26329b))continue;if(_0x739027[_0x418243(0x220)](_0x28c80e)){const _0xb29d7=_0x739027['getPendingHooks'](_0x28c80e);for(const _0x471f18 of _0xb29d7){if(_0x2f384f['SCMZZ'](_0x471f18[_0x418243(0x321)],TestFrameworkState[_0x418243(0x35e)])&&_0x471f18[_0x418243(0x25e)]){const _0x2c9441=_0x471f18[_0x418243(0x25e)][_0x418243(0x252)],_0x460921=_0x471f18['hookMetadata'][_0x418243(0x214)];if(_0x2f384f[_0x418243(0x21b)](_0x2c9441,_0x7aecb)&&_0x2f384f[_0x418243(0x267)](_0x460921,_0x415bcf)){logger[_0x418243(0x206)](_0x418243(0x22d)+_0x28c80e+_0x418243(0x331)+_0x26329b+_0x418243(0x366)+_0x2c9441+_0x418243(0x246)+_0x460921);_0x471f18[_0x418243(0x305)]&&_0x471f18[_0x418243(0x305)][_0x418243(0x357)]&&(_0x471f18[_0x418243(0x305)][_0x418243(0x357)]['test_run_id']=_0x26329b,logger[_0x418243(0x206)](_0x418243(0x2c3)+_0x28c80e+_0x418243(0x23f)+_0x26329b));try{const _0x5de91d=await this[_0x418243(0x20c)](_0x739027,_0x471f18[_0x418243(0x321)],_0x471f18[_0x418243(0x2d8)],_0x471f18[_0x418243(0x305)]);_0x5de91d&&_0x2f384f[_0x418243(0x319)](Object[_0x418243(0x266)](_0x5de91d)[_0x418243(0x2da)],0x0)&&_0x739027[_0x418243(0x2b7)](_0x5de91d);await this[_0x418243(0x1fc)](_0x739027,_0x471f18[_0x418243(0x321)],_0x471f18[_0x418243(0x2d8)],_0x471f18[_0x418243(0x305)]);const _0x201700=_0x739027[_0x418243(0x239)](_0x28c80e)['filter'](_0x111fb1=>_0x111fb1!==_0x471f18);if(_0x2f384f['hqVRh'](_0x201700[_0x418243(0x2da)],0x0))_0x739027['removePendingHooks'](_0x28c80e);else{_0x739027['removePendingHooks'](_0x28c80e);for(const _0x23c12c of _0x201700){_0x739027[_0x418243(0x21a)](_0x28c80e,_0x23c12c);}}logger['debug'](_0x2f384f[_0x418243(0x316)]);}catch(_0x3075f6){logger['error'](_0x2f384f[_0x418243(0x268)]);}}}}}}}}[a71_0x15b910(0x285)](_0x57aeb5){const _0x451910=a71_0x15b910,_0x2abba9={'Qyfgu':function(_0x542700){return _0x542700();}};if(!_0x57aeb5||!_0x57aeb5[_0x451910(0x303)])return;_0x57aeb5[_0x451910(0x303)][_0x451910(0x203)]&&Array[_0x451910(0x30d)](_0x57aeb5[_0x451910(0x303)][_0x451910(0x203)])&&_0x57aeb5[_0x451910(0x303)]['hooks'][_0x451910(0x20e)](_0x1c2ac7=>{const _0x545e46=_0x451910;!_0x1c2ac7[_0x545e46(0x369)]&&!_0x1c2ac7[_0x545e46(0x2a5)]&&(_0x1c2ac7['hookAnalyticsId']=_0x2abba9[_0x545e46(0x354)](uuidv4),_0x1c2ac7[_0x545e46(0x2a5)]=_0x1c2ac7[_0x545e46(0x369)],logger[_0x545e46(0x206)](_0x545e46(0x320)+_0x1c2ac7[_0x545e46(0x1f5)]+_0x545e46(0x2e6)+_0x1c2ac7[_0x545e46(0x369)]));}),this[_0x451910(0x285)](_0x57aeb5[_0x451910(0x303)]);}['getHooksForTest'](_0x23fd7a){const _0x2f6ec3=a71_0x15b910,_0x3bab39={'WWpUy':function(_0x43ad2c,_0x4ab972){return _0x43ad2c(_0x4ab972);}};if(!_0x23fd7a||!_0x23fd7a[_0x2f6ec3(0x303)])return[];const _0x136895=[];return _0x23fd7a[_0x2f6ec3(0x303)][_0x2f6ec3(0x203)]&&Array[_0x2f6ec3(0x30d)](_0x23fd7a[_0x2f6ec3(0x303)][_0x2f6ec3(0x203)])&&_0x23fd7a[_0x2f6ec3(0x303)][_0x2f6ec3(0x203)][_0x2f6ec3(0x20e)](_0x578621=>{const _0x58b62e=_0x2f6ec3,_0x3b4419=_0x578621['hookAnalyticsId']||_0x578621[_0x58b62e(0x2a5)];_0x3b4419&&!this[_0x58b62e(0x326)](_0x578621)&&!_0x3bab39[_0x58b62e(0x2b4)](isInternalHook,_0x578621['fn'])&&_0x136895[_0x58b62e(0x348)](_0x3b4419);}),[..._0x136895,...this[_0x2f6ec3(0x29c)](_0x23fd7a[_0x2f6ec3(0x303)])];}['buildHookMapFromTest'](_0x42db44){const _0x4bff54=a71_0x15b910,_0x3c3556={'Ywgtv':function(_0x5a90d2,_0x1f3aa9){return _0x5a90d2(_0x1f3aa9);},'WvTSj':_0x4bff54(0x337)},_0x5b3955=new Map(),_0x525e97=_0x23d125=>{const _0x374466=_0x4bff54,_0x9610a5={'KMJVz':function(_0x50cc84,_0x52c653){return _0x3c3556['Ywgtv'](_0x50cc84,_0x52c653);},'HHPfw':_0x3c3556[_0x374466(0x30c)]};if(!_0x23d125||!_0x23d125[_0x374466(0x303)])return;_0x23d125[_0x374466(0x303)][_0x374466(0x203)]&&Array[_0x374466(0x30d)](_0x23d125['parent']['hooks'])&&_0x23d125[_0x374466(0x303)][_0x374466(0x203)][_0x374466(0x20e)](_0x3a8885=>{const _0x58c286=_0x374466,_0x2308c2=_0x3a8885[_0x58c286(0x369)]||_0x3a8885[_0x58c286(0x2a5)];if(_0x2308c2&&!this['isJestInternalHook'](_0x3a8885)&&!_0x9610a5[_0x58c286(0x338)](isInternalHook,_0x3a8885['fn'])){const _0x349368={};_0x349368['type']=_0x3a8885[_0x58c286(0x1f5)]||_0x9610a5[_0x58c286(0x254)],_0x349368[_0x58c286(0x287)]=_0x3a8885[_0x58c286(0x287)]||'\x22'+_0x3a8885[_0x58c286(0x1f5)]+'\x22\x20hook',_0x5b3955[_0x58c286(0x1ff)](_0x2308c2,_0x349368);}}),_0x3c3556[_0x374466(0x349)](_0x525e97,_0x23d125['parent']);};return _0x3c3556[_0x4bff54(0x349)](_0x525e97,_0x42db44),_0x5b3955;}[a71_0x15b910(0x326)](_0x5b2426){const _0x186464=a71_0x15b910,_0x2f3d60={};_0x2f3d60['eLlmr']=_0x186464(0x200),_0x2f3d60['YHzrc']=_0x186464(0x205);const _0x587201=_0x2f3d60;try{const _0x579255=this[_0x186464(0x35d)](_0x5b2426);return _0x579255&&_0x579255[_0x186464(0x2fa)](_0x587201['eLlmr']);}catch(_0x3ba5b9){logger[_0x186464(0x206)](_0x587201['YHzrc']);}return![];}[a71_0x15b910(0x35d)](_0x220b69){const _0x218a84=a71_0x15b910;if(_0x220b69[_0x218a84(0x1ee)])try{const _0x51b7a2=stackTrace[_0x218a84(0x37c)](_0x220b69[_0x218a84(0x1ee)]);return _0x51b7a2[0x0]?_0x51b7a2[0x0][_0x218a84(0x2a6)]():null;}catch(_0x335316){logger[_0x218a84(0x206)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x218a84(0x370)](_0x335316));}if(_0x220b69[_0x218a84(0x376)])return _0x220b69[_0x218a84(0x376)];return null;}}module[a71_0x15b910(0x1ed)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a72_0x2d95(){const _0x4146ad=['uEVdd','logger','../instances/automationFrameworkInstance.js','message','trackEvent','5402593ipQBSj','367590nSrvmx','../cliUtils.js','createContext','getId','params','./automationFramework.js','19863ygqgMi','trackPlaywrightInstance:\x20instance\x20already\x20exists','getTrackedInstance','CREATE','PLAYWRIGHT_DISPATCH','315986wRrnVL','debug','565320apkJVT','trackEvent:\x20automationFrameworkState=','2480JoKjuR','10IqIdFK','\x20target=','getAutomationFrameworkVersion','bsParams','3fBNxQA','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','975184qYChty','../../../helpers/classLogger.js','../state/automationFrameworkState.js','resolveInstance','getAutomationFrameworkName','trackPlaywrightInstance','280tDhBqS','\x20hookState=','PlaywrightAutomationFramework','XmUfg','exports','585384MlMRDS','enrcx','instance','info'];a72_0x2d95=function(){return _0x4146ad;};return a72_0x2d95();}const a72_0x213ea8=a72_0xe769;(function(_0x46c4ee,_0x461ffd){const _0xfa7cff=a72_0xe769,_0xd96c4c=_0x46c4ee();while(!![]){try{const _0x17d792=-parseInt(_0xfa7cff(0x10f))/0x1+-parseInt(_0xfa7cff(0xf8))/0x2*(-parseInt(_0xfa7cff(0x116))/0x3)+parseInt(_0xfa7cff(0x118))/0x4+-parseInt(_0xfa7cff(0x112))/0x5*(parseInt(_0xfa7cff(0x102))/0x6)+parseInt(_0xfa7cff(0x101))/0x7+parseInt(_0xfa7cff(0x111))/0x8*(parseInt(_0xfa7cff(0x108))/0x9)+parseInt(_0xfa7cff(0xf3))/0xa*(-parseInt(_0xfa7cff(0x10d))/0xb);if(_0x17d792===_0x461ffd)break;else _0xd96c4c['push'](_0xd96c4c['shift']());}catch(_0x117b26){_0xd96c4c['push'](_0xd96c4c['shift']());}}}(a72_0x2d95,0x7a237));const AutomationFramework=require(a72_0x213ea8(0x107)),{createClassLogger}=require(a72_0x213ea8(0x119)),AutomationFrameworkState=require(a72_0x213ea8(0x11a)),CLIUtils=require(a72_0x213ea8(0x103)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a72_0x213ea8(0xfe));function a72_0xe769(_0x52060c,_0x3e099d){const _0x2d954a=a72_0x2d95();return a72_0xe769=function(_0xe769b3,_0xafca7f){_0xe769b3=_0xe769b3-0xf2;let _0x17d236=_0x2d954a[_0xe769b3];return _0x17d236;},a72_0xe769(_0x52060c,_0x3e099d);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x213ea8(0xfd)]=createClassLogger(a72_0x213ea8(0xf5));constructor(_0x3963dc,_0x3daa20){super(_0x3963dc,_0x3daa20);}async[a72_0x213ea8(0x100)](_0x348d85,_0x1be348,_0x308a52={}){const _0x48bcdc=a72_0x213ea8,_0x28ac3b={};_0x28ac3b[_0x48bcdc(0xfc)]=function(_0x218498,_0x9b65d4){return _0x218498===_0x9b65d4;};const _0x3e92fa=_0x28ac3b;this['logger'][_0x48bcdc(0x10e)](_0x48bcdc(0x110)+_0x348d85+_0x48bcdc(0xf4)+_0x1be348),await super[_0x48bcdc(0x100)](_0x348d85,_0x1be348,_0x308a52);const _0x26a81b=this[_0x48bcdc(0x11b)](_0x348d85,_0x1be348,_0x308a52);if(_0x3e92fa[_0x48bcdc(0xfc)](_0x26a81b,null))return;_0x308a52[_0x48bcdc(0xfa)]=_0x26a81b,await this['runHooks'](_0x26a81b,_0x348d85,_0x1be348,_0x308a52);}['resolveInstance'](_0x5caca8,_0x1a4d3a,_0x4f29c2={}){const _0x16ddf9=a72_0x213ea8,_0x586e26={};_0x586e26[_0x16ddf9(0xf9)]=function(_0x44ca32,_0x59285a){return _0x44ca32===_0x59285a;};const _0x4a4d27=_0x586e26;let _0x5d9f24=null;return(_0x4a4d27[_0x16ddf9(0xf9)](_0x5caca8,AutomationFrameworkState[_0x16ddf9(0x10b)])||_0x4a4d27[_0x16ddf9(0xf9)](_0x5caca8,AutomationFrameworkState[_0x16ddf9(0x10c)])&&(_0x4f29c2['message']&&_0x4f29c2['message'][_0x16ddf9(0x106)]&&_0x4f29c2[_0x16ddf9(0xff)]['params'][_0x16ddf9(0x115)])||_0x4a4d27[_0x16ddf9(0xf9)](_0x5caca8,AutomationFrameworkState['NONE']))&&this[_0x16ddf9(0xf2)](_0x5caca8,_0x4f29c2),_0x5d9f24=AutomationFramework['getTrackedInstance'](),_0x5d9f24;}[a72_0x213ea8(0xf2)](_0x1a4b21,_0xcd2ab){const _0x3d30d8=a72_0x213ea8,_0x4e851b={};_0x4e851b[_0x3d30d8(0xf6)]=_0x3d30d8(0x109);const _0x4fc4c3=_0x4e851b;if(AutomationFramework[_0x3d30d8(0x10a)]()){this[_0x3d30d8(0xfd)][_0x3d30d8(0xfb)](_0x4fc4c3[_0x3d30d8(0xf6)]);return;}const _0x182553=CLIUtils['getCurrentInstanceName'](),_0x27021b=TrackedInstance[_0x3d30d8(0x104)](_0x182553);let _0x2e0820=null;this[_0x3d30d8(0xfd)][_0x3d30d8(0xfb)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x182553+',\x20state='+_0x1a4b21),_0x2e0820=new AutomationFrameworkInstance(_0x27021b,this[_0x3d30d8(0x11c)](),this[_0x3d30d8(0x114)](),_0x1a4b21),AutomationFramework['setTrackedInstance'](_0x27021b,_0x2e0820),this[_0x3d30d8(0xfd)][_0x3d30d8(0xfb)](_0x3d30d8(0x117)+_0x27021b[_0x3d30d8(0x105)]()+_0x3d30d8(0x113)+_0x182553);}}module[a72_0x213ea8(0xf7)]=PlaywrightAutomationFramework;
|