browserstack-node-sdk 1.49.10 → 1.49.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69_0x30761d=a69_0x490e;(function(_0x608243,_0x411eee){const _0x106d1f=a69_0x490e,_0x58be6f=_0x608243();while(!![]){try{const _0x49b86b=-parseInt(_0x106d1f(0x245))/0x1+parseInt(_0x106d1f(0x1f0))/0x2+parseInt(_0x106d1f(0x23d))/0x3+parseInt(_0x106d1f(0x20d))/0x4+parseInt(_0x106d1f(0x1fb))/0x5+parseInt(_0x106d1f(0x226))/0x6+-parseInt(_0x106d1f(0x1f3))/0x7;if(_0x49b86b===_0x411eee)break;else _0x58be6f['push'](_0x58be6f['shift']());}catch(_0x46a502){_0x58be6f['push'](_0x58be6f['shift']());}}}(a69_0x4e2a,0x19559));const a69_0x5e37cf={};a69_0x5e37cf[a69_0x30761d(0x232)]=a69_0x30761d(0x206),a69_0x5e37cf[a69_0x30761d(0x24b)]=a69_0x30761d(0x20f),a69_0x5e37cf['KEY_TEST_NAME']=a69_0x30761d(0x20a),a69_0x5e37cf[a69_0x30761d(0x21f)]=a69_0x30761d(0x20e),a69_0x5e37cf[a69_0x30761d(0x231)]=a69_0x30761d(0x215),a69_0x5e37cf[a69_0x30761d(0x238)]=a69_0x30761d(0x212),a69_0x5e37cf['KEY_TEST_RESULT_AT']='test_result_at',a69_0x5e37cf[a69_0x30761d(0x248)]=a69_0x30761d(0x242),a69_0x5e37cf[a69_0x30761d(0x1f8)]=a69_0x30761d(0x22b),a69_0x5e37cf[a69_0x30761d(0x23c)]=a69_0x30761d(0x241),a69_0x5e37cf[a69_0x30761d(0x246)]='test_scope',a69_0x5e37cf[a69_0x30761d(0x1fd)]=a69_0x30761d(0x1f7),a69_0x5e37cf[a69_0x30761d(0x227)]=a69_0x30761d(0x23e),a69_0x5e37cf[a69_0x30761d(0x220)]=a69_0x30761d(0x1f2),a69_0x5e37cf[a69_0x30761d(0x20c)]=a69_0x30761d(0x201),a69_0x5e37cf[a69_0x30761d(0x217)]=a69_0x30761d(0x1ef),a69_0x5e37cf[a69_0x30761d(0x229)]=a69_0x30761d(0x219),a69_0x5e37cf[a69_0x30761d(0x228)]=a69_0x30761d(0x21e),a69_0x5e37cf[a69_0x30761d(0x225)]=a69_0x30761d(0x23b),a69_0x5e37cf[a69_0x30761d(0x210)]=a69_0x30761d(0x23f),a69_0x5e37cf[a69_0x30761d(0x20b)]=a69_0x30761d(0x209),a69_0x5e37cf[a69_0x30761d(0x24a)]=a69_0x30761d(0x21b),a69_0x5e37cf[a69_0x30761d(0x200)]='test_meta',a69_0x5e37cf[a69_0x30761d(0x214)]=a69_0x30761d(0x239),a69_0x5e37cf[a69_0x30761d(0x1ff)]=a69_0x30761d(0x216),a69_0x5e37cf[a69_0x30761d(0x218)]=a69_0x30761d(0x21c),a69_0x5e37cf[a69_0x30761d(0x1fe)]=a69_0x30761d(0x21a),a69_0x5e37cf['KEY_EVENT_STARTED_AT']=a69_0x30761d(0x1f1),a69_0x5e37cf[a69_0x30761d(0x249)]=a69_0x30761d(0x1fc),a69_0x5e37cf[a69_0x30761d(0x233)]=a69_0x30761d(0x1f6),a69_0x5e37cf[a69_0x30761d(0x240)]=a69_0x30761d(0x244),a69_0x5e37cf['KEY_HOOK_FAILURE_TYPE']=a69_0x30761d(0x22d),a69_0x5e37cf[a69_0x30761d(0x205)]=a69_0x30761d(0x1f9),a69_0x5e37cf[a69_0x30761d(0x230)]=a69_0x30761d(0x203),a69_0x5e37cf[a69_0x30761d(0x211)]='hook_logs',a69_0x5e37cf['KEY_HOOK_NAME']=a69_0x30761d(0x234),a69_0x5e37cf[a69_0x30761d(0x204)]=a69_0x30761d(0x1fa),a69_0x5e37cf[a69_0x30761d(0x224)]=a69_0x30761d(0x1fa),a69_0x5e37cf['KIND_SCREENSHOT']='TEST_SCREENSHOT',a69_0x5e37cf[a69_0x30761d(0x236)]=a69_0x30761d(0x23a),a69_0x5e37cf[a69_0x30761d(0x207)]=a69_0x30761d(0x235),a69_0x5e37cf['KEY_HOOKS_STARTED']=a69_0x30761d(0x22a),a69_0x5e37cf[a69_0x30761d(0x1f5)]='test_hooks_finished',a69_0x5e37cf[a69_0x30761d(0x22c)]=a69_0x30761d(0x22f),a69_0x5e37cf[a69_0x30761d(0x223)]=a69_0x30761d(0x24d),a69_0x5e37cf[a69_0x30761d(0x21d)]=a69_0x30761d(0x22e),a69_0x5e37cf['KEY_CUSTOM_TAGS']=a69_0x30761d(0x1f4),a69_0x5e37cf[a69_0x30761d(0x208)]='test_attachments',a69_0x5e37cf[a69_0x30761d(0x24c)]=a69_0x30761d(0x237),a69_0x5e37cf[a69_0x30761d(0x243)]=a69_0x30761d(0x247),a69_0x5e37cf[a69_0x30761d(0x221)]=a69_0x30761d(0x222),a69_0x5e37cf['KEY_FILE_LEVEL']=a69_0x30761d(0x213);function a69_0x4e2a(){const _0x303738=['test_location','test_started_at','KEY_FILE_NAME','hook_result','22403HNdYHl','KEY_TEST_SCOPE','file_name','KEY_TEST_STARTED_AT','KEY_EVENT_ENDED_AT','KEY_TEST_LOGS','KEY_TEST_ID','KEY_FILE_SIZE','test_hook_last_finished','test_rerun_name','131748CjlpsE','event_started_at','test_framework_version','2938054PaAWuG','custom_metadata','KEY_HOOKS_FINISHED','hook_id','test_scopes','KEY_TEST_ENDED_AT','hook_failure_reason','pending','1018025HvYZYW','event_ended_at','KEY_TEST_SCOPES','KEY_AUTOMATE_SESSION_REASON','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_META','test_code','exports','hook_failure','DEFAULT_TEST_RESULT','KEY_HOOK_FAILURE_REASON','test_uuid','HOOK_REGEX','KEY_TEST_ATTACHMENTS','test_failure_reason','test_name','KEY_TEST_FAILURE_REASON','KEY_TEST_CODE','699292eUGpcD','test_file_path','test_id','KEY_TEST_FAILURE_TYPE','KEY_HOOK_LOGS','test_result','file_level','KEY_SESSION_NAME','test_tags','automate_session_name','KEY_TEST_RERUN_NAME','KEY_AUTOMATE_SESSION_STATUS','retry_of','automate_session_reason','test_logs','automate_session_status','KEY_LOGS','platform_index','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_VERSION','KEY_FILE_PATH','file_path','KEY_HOOK_LAST_FINISHED','DEFAULT_HOOK_RESULT','KEY_TEST_FAILURE','369642HmAsOZ','KEY_TEST_FRAMEWORK_NAME','KEY_PLATFORM_INDEX','KEY_TEST_RETRY_OF','test_hooks_started','test_ended_at','KEY_HOOK_LAST_STARTED','hook_failure_type','logs','test_hook_last_started','KEY_HOOK_FAILURE','KEY_TEST_TAGS','KEY_TEST_UUID','KEY_HOOK_ID','hook_name','^(BEFORE_|AFTER_)','KIND_LOG','file_size','KEY_TEST_RESULT','test_session_name','TEST_LOG','test_failure','KEY_TEST_LOCATION','119955ZGvFkF','test_framework_name','test_failure_type','KEY_HOOK_RESULT'];a69_0x4e2a=function(){return _0x303738;};return a69_0x4e2a();}const TestFrameworkConstants=a69_0x5e37cf;function a69_0x490e(_0x2895f3,_0x5b8507){const _0x4e2a48=a69_0x4e2a();return a69_0x490e=function(_0x490eb0,_0x16f3d1){_0x490eb0=_0x490eb0-0x1ef;let _0x47adf6=_0x4e2a48[_0x490eb0];return _0x47adf6;},a69_0x490e(_0x2895f3,_0x5b8507);}module[a69_0x30761d(0x202)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x52c991=a70_0x17c2;(function(_0x5587b2,_0x4059a7){const _0x542bd5=a70_0x17c2,_0x3e85b0=_0x5587b2();while(!![]){try{const _0xab5614=parseInt(_0x542bd5(0x141))/0x1*(parseInt(_0x542bd5(0xb6))/0x2)+-parseInt(_0x542bd5(0x165))/0x3+parseInt(_0x542bd5(0x117))/0x4*(-parseInt(_0x542bd5(0xc9))/0x5)+-parseInt(_0x542bd5(0x12c))/0x6+parseInt(_0x542bd5(0xce))/0x7+-parseInt(_0x542bd5(0x166))/0x8+parseInt(_0x542bd5(0xb4))/0x9;if(_0xab5614===_0x4059a7)break;else _0x3e85b0['push'](_0x3e85b0['shift']());}catch(_0x197d37){_0x3e85b0['push'](_0x3e85b0['shift']());}}}(a70_0x3db2,0x2dab3));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x52c991(0x159)),HookState=require(a70_0x52c991(0xe2)),{createClassLogger}=require(a70_0x52c991(0x11d)),TestFrameworkInstance=require(a70_0x52c991(0xad)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x52c991(0x158)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x52c991(0xbd)),logger=createClassLogger(a70_0x52c991(0x132)),{v4:uuidv4}=require(a70_0x52c991(0x16d)),util=require(a70_0x52c991(0x130)),TestInfo=require(a70_0x52c991(0x119)),GrpcClient=require(a70_0x52c991(0xd3));function a70_0x17c2(_0x41871f,_0x362202){const _0x3db2d2=a70_0x3db2();return a70_0x17c2=function(_0x17c229,_0x2131cc){_0x17c229=_0x17c229-0xa2;let _0x1e45cf=_0x3db2d2[_0x17c229];return _0x1e45cf;},a70_0x17c2(_0x41871f,_0x362202);}function a70_0x3db2(){const _0x4080d9=['getId','format','platformIndex','aatXA','KEY_CUSTOM_TAGS','gWqAv','gMbll','\x20for\x20test:\x20','name','createTestFrameworkEventPayload','5GpQcoO','QhkTJ','sendLogCreatedEvent','addPendingHook','getTestFrameworks','1622222LPtwTa','test_run_id','hook_type','inspect','toISOString','../grpcClient','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','boEwH','LewMN','kXNMz','from','fhTSD','rerun_name','LOG_REPORT','KEY_TEST_ATTACHMENTS','UnhandledError','parseCucumberTest','KEY_TEST_RESULT_AT','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hooks','../state/hookState.js','KEY_TEST_FAILURE_TYPE','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPE','KEY_EVENT_STARTED_AT','failed','push','Updated\x20cucumber\x20test\x20result:\x20','logCreatedEvent','result','\x20payload=','getProcessId','failure_type','KEY_HOOK_FAILURE_TYPE','workerInfo','getAllData','key','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','testFrameworkName','KEY_LOGS','KEY_TEST_FAILURE','KEY_HOOK_ID','getTrackedInstance','YEHEw','instance','KEY_TEST_FAILURE_REASON','trackCucumberInstance','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','xdrcj','DEFAULT_TEST_RESULT','KEY_TEST_NAME','PRE','KEY_TEST_LOCATION','NONE','code','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','__workerDetails','\x20&\x20hookState=','toString','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','KEY_EVENT_ENDED_AT','error',',\x20storing\x20as\x20pending\x20hook','lOCLo','lvhNL','KEY_HOOK_LOGS','KEY_HOOKS_FINISHED','finishedAt','testUUID','endedAt','809364FsTKTs','processPendingHooks','../TestInfo.js','meta','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','setTrackedInstance','../../../helpers/classLogger.js','\x20&\x20hook\x20=\x20','testData','trackEvent:\x20unsupported\x20testFrameworkState=','Unldi','\x20and\x20args\x20=\x20','xsNZH','Vdull','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','base64','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20with\x20result:\x20','location','keys','getTestUUID','1153866wUEHYt','zFBxE','KEY_HOOK_RESULT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','util','getCurrentTestState','CucumberTestFramework','customRerunParam','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','concat','runHooks','getTestFrameworksVersions','KEY_TEST_RERUN_NAME','split','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_HOOK_FAILURE','parallelIndex','getTestDetails','MGEPI','KEY_HOOK_FAILURE_REASON','oYFzw','1PfZANj','trackHookEvent','KEY_TEST_ENDED_AT','\x20target=','DEFAULT_HOOK_RESULT','\x20hookState:\x20','KEY_TEST_STARTED_AT','\x20testState:\x20','MEQrt','KEY_TEST_UUID','Cucumber\x20log\x20created\x20event','getInstance','failure_data','Parsed\x20cucumber\x20test:\x20','KEY_TEST_META','hookState','KEY_TEST_ID','INIT_TEST',',\x20error:\x20','stringify','KEY_TEST_RESULT',',\x20state:\x20','GyKyp','./constants/testFrameworkConstants.js','../state/testFrameworkState.js','\x20with\x20id\x20','cjOUV','trackEvent','createContext','matchHookRegex','addMultipleEntries','KEY_TEST_FILE_PATH','body','KEY_TEST_FRAMEWORK_NAME','storePendingHook','get','108765bUJCRy','309200YjAmiA','getCurrentHookState','Processing\x20','hasPendingHooks','POST','\x20batch\x20','getPendingHooks','uuid','tags','createTestFrameworkEventPayload\x20testId:\x20','unknown','QNGZk','ixRuK','test','testFrameworkState','oICsS','parseCucumberTestResult','setTestDetails','sendLogCreatedEvent:\x20for\x20testId:\x20','TEST','args','idrrm','AEvZS','../instances/testFrameworkInstance.js','KEY_HOOKS_STARTED','KEY_TEST_CODE','removePendingHooks','wEymQ','hookData','\x20\x20and\x20args\x20=\x20','1634499JBldSZ','debug','486518iTCSjK','length','startedAt','ADuAA','PCakp','scopes','failure_reason','../../../helpers/helper.js','file_name'];a70_0x3db2=function(){return _0x4080d9;};return a70_0x3db2();}class CucumberTestFramework extends TestFramework{constructor(_0x3bb984,_0x57a203,_0x8601ef){super(_0x3bb984,_0x57a203,_0x8601ef);}async[a70_0x52c991(0x15c)](_0x3cbb1c,_0x522c7e,_0x46047c={}){const _0xd7c722=a70_0x52c991,_0x333a87={};_0x333a87[_0xd7c722(0xba)]=_0xd7c722(0xf5),_0x333a87[_0xd7c722(0x101)]=function(_0x544e9d,_0xedfac4){return _0x544e9d===_0xedfac4;},_0x333a87[_0xd7c722(0x123)]=function(_0x6cefca,_0x590b44){return _0x6cefca===_0x590b44;},_0x333a87[_0xd7c722(0x13e)]=_0xd7c722(0xf4);const _0x113e5a=_0x333a87;await super[_0xd7c722(0x15c)](_0x3cbb1c,_0x522c7e,_0x46047c);const _0x5f2036=this['resolveInstance'](_0x3cbb1c,_0x522c7e,_0x46047c);if(!_0x5f2036){logger[_0xd7c722(0xb5)](_0x113e5a['PCakp']);return;}try{let _0x75df23,_0x3271b9;switch(_0x3cbb1c){case TestFrameworkState[_0xd7c722(0xa9)]:_0x75df23=_0x46047c[_0xd7c722(0xa3)],_0x3271b9=TestInfo[_0xd7c722(0x12b)](_0x75df23['id']);if(_0x113e5a['xdrcj'](_0x522c7e,HookState[_0xd7c722(0x104)])){logger[_0xd7c722(0xb5)](_0xd7c722(0xd4)+_0x75df23['id']);const _0x5b4802={};_0x5b4802[_0xd7c722(0x115)]=_0x3271b9,_0x5b4802[_0xd7c722(0x11f)]=_0x75df23,_0x5f2036[_0xd7c722(0x15f)](this[_0xd7c722(0xde)](_0x5b4802)),logger[_0xd7c722(0xb5)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x75df23['id']),await this[_0xd7c722(0x118)](_0x5f2036,_0x75df23['id']);}else{if(_0x113e5a[_0xd7c722(0x123)](_0x522c7e,HookState[_0xd7c722(0x16a)])){const _0x2127d3={};_0x2127d3[_0xd7c722(0x115)]=_0x3271b9,_0x2127d3[_0xd7c722(0x11f)]=_0x75df23,_0x5f2036['addMultipleEntries'](this[_0xd7c722(0xa6)](_0x2127d3)),await this[_0xd7c722(0x118)](_0x5f2036,_0x75df23['id']);}}break;case TestFrameworkState[_0xd7c722(0xdb)]:_0x113e5a[_0xd7c722(0x101)](_0x522c7e,HookState[_0xd7c722(0x16a)])&&await this[_0xd7c722(0xcb)](_0x5f2036,_0x3cbb1c,_0x46047c);break;default:if(CLIUtils[_0xd7c722(0x15e)](_0x3cbb1c[_0xd7c722(0x10b)]()['split']('.')[0x1])){const _0x2f84a4=await this[_0xd7c722(0x142)](_0x5f2036,_0x3cbb1c,_0x522c7e,_0x46047c);_0x5f2036['addMultipleEntries'](_0x2f84a4);}else logger[_0xd7c722(0xb5)](_0xd7c722(0x120)+_0x3cbb1c+_0xd7c722(0x10a)+_0x522c7e);break;}}catch(_0x5b169f){logger[_0xd7c722(0x10e)](util[_0xd7c722(0xc0)](_0x113e5a[_0xd7c722(0x13e)],_0x3cbb1c,_0x522c7e,_0x46047c[_0xd7c722(0xb7)],_0x5b169f));}_0x46047c[_0xd7c722(0xfd)]=_0x5f2036,await this['runHooks'](_0x5f2036,_0x3cbb1c,_0x522c7e,_0x46047c);}['resolveInstance'](_0x4498b9,_0x591a1b,_0x1dce7c={}){const _0x3bd19a=a70_0x52c991,_0x3528ed={};_0x3528ed['MEQrt']=function(_0x22c3f6,_0x2f4590){return _0x22c3f6===_0x2f4590;};const _0x1b87c0=_0x3528ed;let _0x197764=null;return(_0x1b87c0[_0x3bd19a(0x149)](_0x4498b9,TestFrameworkState[_0x3bd19a(0x152)])||_0x1b87c0[_0x3bd19a(0x149)](_0x4498b9,TestFrameworkState[_0x3bd19a(0x106)]))&&this['trackCucumberInstance'](_0x4498b9,_0x1dce7c),_0x197764=TestFramework[_0x3bd19a(0xfb)](),_0x197764;}[a70_0x52c991(0xff)](_0x3494c8,_0x203f20){const _0x4c293c=a70_0x52c991,_0x1134dd=CLIUtils['getCurrentInstanceName'](),_0xabf730=TrackedInstance[_0x4c293c(0x15d)](_0x1134dd);let _0xbebe09=null;logger[_0x4c293c(0xb5)](_0x4c293c(0xf3)+_0x1134dd+',\x20state='+_0x3494c8),_0xbebe09=new TestFrameworkInstance(_0xabf730,this['getTestFrameworks'](),this[_0x4c293c(0x137)](),_0x3494c8,HookState[_0x4c293c(0x106)]),TestFramework[_0x4c293c(0x11c)](_0xabf730,_0xbebe09),logger[_0x4c293c(0xb5)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0xabf730[_0x4c293c(0xbf)]()+_0x4c293c(0x144)+_0x1134dd);}[a70_0x52c991(0xde)](_0x14f380){const _0xef964e=a70_0x52c991,_0x3dc60b={};_0x3dc60b[_0xef964e(0xd9)]=_0xef964e(0x11b);const _0x1f90f9=_0x3dc60b,{testUUID:_0x490421,testData:_0x4c466e}=_0x14f380;if(!_0x4c466e||!_0x4c466e[_0xef964e(0x16d)])return logger[_0xef964e(0xb5)](_0x1f90f9['fhTSD']),{};const _0xe3611b=_0x490421,_0x135da0=_0x4c466e['uuid'],_0x52c395=this[_0xef964e(0xcd)]()[0x0],_0x4ef069=this['getTestFrameworksVersions'](),_0x1f0f73={[TestFrameworkConstants[_0xef964e(0x162)]]:_0x52c395,[TestFrameworkConstants[_0xef964e(0xe4)]]:_0x4ef069[_0x52c395],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0xef964e(0x113)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0xe3611b,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xef964e(0x102)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4c466e[_0xef964e(0xc7)]||'',[TestFrameworkConstants[_0xef964e(0x160)]]:_0x4c466e[_0xef964e(0xbe)]||'',[TestFrameworkConstants[_0xef964e(0x151)]]:_0x135da0,[TestFrameworkConstants[_0xef964e(0x103)]]:_0x4c466e[_0xef964e(0xc7)]||'',[TestFrameworkConstants[_0xef964e(0x105)]]:_0x4c466e[_0xef964e(0x129)]||'',[TestFrameworkConstants[_0xef964e(0xaf)]]:_0x4c466e[_0xef964e(0x161)]?.[_0xef964e(0x107)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4c466e[_0xef964e(0x16e)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4c466e[_0xef964e(0xb8)]||new Date()[_0xef964e(0xd2)](),[TestFrameworkConstants[_0xef964e(0xe5)]]:_0x4c466e[_0xef964e(0xbb)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4c466e['scopes']||[],[TestFrameworkConstants[_0xef964e(0x138)]]:_0x4c466e[_0xef964e(0x133)]?.[_0xef964e(0xda)]||_0x4c466e['name']||'',[TestFrameworkConstants[_0xef964e(0xc3)]]:{},[TestFrameworkConstants[_0xef964e(0x14f)]]:_0x4c466e[_0xef964e(0x11a)]||{}};TestInfo[_0xef964e(0xa7)](_0x135da0,_0x1f0f73),logger['debug'](_0xef964e(0x14e)+_0x4c466e[_0xef964e(0xc7)]+'\x20with\x20UUID:\x20'+_0xe3611b);const _0xc196e1={};return _0xc196e1[_0x135da0]=_0x1f0f73,_0xc196e1;}[a70_0x52c991(0xa6)](_0x101d67){const _0x23e821=a70_0x52c991,_0xdf0487={'ErJxR':_0x23e821(0xf6),'cjOUV':_0x23e821(0x170),'Unldi':function(_0xd73395,_0x2dc53b){return _0xd73395===_0x2dc53b;},'wEymQ':'failed','QNGZk':_0x23e821(0xdd),'gWqAv':function(_0x21706c,_0x233457,_0x1802a1){return _0x21706c(_0x233457,_0x1802a1);},'oYFzw':function(_0x2e7901,_0x58ea9f){return _0x2e7901>_0x58ea9f;}},{testUUID:_0x44ab0f,testData:_0x1548cd}=_0x101d67;if(!_0x1548cd||!_0x1548cd['uuid'])return logger['debug'](_0xdf0487['ErJxR']),{};const _0x28a316=this['resolveInstance'](TestFrameworkState[_0x23e821(0xa9)],HookState[_0x23e821(0x16a)]),_0x1a97b9=_0x1548cd[_0x23e821(0x16d)],_0x55affb=TestInfo['getTestDetails'](_0x1a97b9)||{},_0x2abb79=_0x55affb?_0x55affb[TestFrameworkConstants[_0x23e821(0xc3)]]||{}:{},_0x2d575d={..._0x55affb,[TestFrameworkConstants[_0x23e821(0x155)]]:_0x1548cd[_0x23e821(0xeb)]||_0xdf0487[_0x23e821(0x15b)],[TestFrameworkConstants[_0x23e821(0x143)]]:_0x1548cd[_0x23e821(0x114)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x23e821(0xdf)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x23e821(0xc3)]]:_0x2abb79,[TestFrameworkConstants[_0x23e821(0xf8)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:_0x1548cd[_0x23e821(0x11a)]||{}};_0xdf0487[_0x23e821(0x121)](_0x1548cd[_0x23e821(0xeb)],_0xdf0487[_0x23e821(0xb1)])&&_0x1548cd['failure']&&(_0x2d575d[TestFrameworkConstants[_0x23e821(0xe3)]]=_0x1548cd[_0x23e821(0xee)]||_0xdf0487[_0x23e821(0x171)],_0x2d575d[TestFrameworkConstants[_0x23e821(0xfe)]]=_0x1548cd['failure_reason']||'',_0x2d575d[TestFrameworkConstants[_0x23e821(0xf9)]]=_0x1548cd['failure']);const _0x150752=TestInfo[_0x23e821(0x13d)](_0x1a97b9)[TestFrameworkConstants[_0x23e821(0xdc)]]||{},_0x4df76f=_0xdf0487[_0x23e821(0xc4)](getManualUploadLogs,_0x150752,_0x28a316[_0x23e821(0xf1)]()[_0x23e821(0x164)](_0x1a97b9)[TestFrameworkConstants[_0x23e821(0x14a)]]);if(_0xdf0487[_0x23e821(0x140)](_0x4df76f[_0x23e821(0xb7)],0x0)){const _0x3806f6=_0x2d575d[TestFrameworkConstants[_0x23e821(0xf8)]]||[];_0x2d575d[TestFrameworkConstants[_0x23e821(0xf8)]]=[..._0x3806f6,..._0x4df76f];}_0x1548cd[_0x23e821(0xe1)]&&_0xdf0487[_0x23e821(0x140)](_0x1548cd[_0x23e821(0xe1)][_0x23e821(0xb7)],0x0)&&(_0x2d575d[TestFrameworkConstants[_0x23e821(0x113)]]=_0x1548cd[_0x23e821(0xe1)]);TestInfo[_0x23e821(0xa7)](_0x1a97b9,_0x2d575d),logger['debug'](_0x23e821(0xe9)+_0x1548cd[_0x23e821(0xc7)]+_0x23e821(0x128)+_0x1548cd[_0x23e821(0xeb)]);const _0x1b51c3={};return _0x1b51c3[_0x1a97b9]=_0x2d575d,_0x1b51c3;}async['trackHookEvent'](_0x168efa,_0x1acf16,_0xf250a4,_0x9a8ebb){const _0x55abe3=a70_0x52c991,_0x50ce81={'GyKyp':_0x55abe3(0x10c),'gMbll':function(_0x554551){return _0x554551();},'lOCLo':function(_0x4fb42c,_0x30359e){return _0x4fb42c in _0x30359e;},'jITSj':function(_0x3d16c7,_0x3e4baf){return _0x3d16c7 in _0x3e4baf;},'AEvZS':function(_0x2b17ac,_0x409380){return _0x2b17ac===_0x409380;},'fEQsp':function(_0x1bad01,_0x1f5b6a){return _0x1bad01===_0x1f5b6a;},'ixRuK':function(_0x1e9e82,_0xad0c55){return _0x1e9e82>_0xad0c55;},'lvhNL':function(_0x9c9b32,_0x370097){return _0x9c9b32===_0x370097;},'LewMN':_0x55abe3(0xe7),'beTdL':_0x55abe3(0xdd),'qWaDu':'passed','Vdull':function(_0x25a9c8,_0x199a9b){return _0x25a9c8!==_0x199a9b;}},{hookData:_0x237500}=_0x9a8ebb;if(!_0x237500)return logger[_0x55abe3(0xb5)](_0x50ce81[_0x55abe3(0x157)]),{};const _0x12bb58=_0x237500[_0x55abe3(0x16d)]||_0x50ce81[_0x55abe3(0xc5)](uuidv4),_0x2c0e1a=_0x237500[_0x55abe3(0xcf)],_0x25cd25=_0x1acf16[_0x55abe3(0x10b)]()[_0x55abe3(0x139)]('.')[0x1],_0x4edd66=TestInfo[_0x55abe3(0x13d)](_0x2c0e1a)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x3335b3=_0x168efa['getAllData']()[_0x55abe3(0x164)](_0x2c0e1a);if(!_0x3335b3)return logger[_0x55abe3(0xb5)](_0x55abe3(0xe0)+_0x2c0e1a+_0x55abe3(0x10f)),this[_0x55abe3(0x163)](_0x168efa,_0x2c0e1a,_0x1acf16,_0xf250a4,_0x9a8ebb),{};let _0x5ed888=_0x3335b3[TestFrameworkConstants[_0x55abe3(0xae)]];!_0x5ed888&&(_0x5ed888={});!_0x50ce81[_0x55abe3(0x110)](_0x25cd25,_0x5ed888)&&(_0x5ed888[_0x25cd25]=[]);let _0x54339e=_0x3335b3[TestFrameworkConstants[_0x55abe3(0x113)]];!_0x54339e&&(_0x54339e={});!_0x50ce81['jITSj'](_0x25cd25,_0x54339e)&&(_0x54339e[_0x25cd25]=[]);const _0x578e6b={[TestFrameworkConstants[_0x55abe3(0xae)]]:_0x5ed888,[TestFrameworkConstants[_0x55abe3(0x113)]]:_0x54339e},_0x4d0c98={};_0x4d0c98[_0x2c0e1a]=_0x578e6b;const _0x2ad6f8=_0x4d0c98;if(_0x50ce81[_0x55abe3(0xac)](_0xf250a4,HookState[_0x55abe3(0x104)])){const _0x3fa12a={[TestFrameworkConstants[_0x55abe3(0xfa)]]:_0x12bb58,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x55abe3(0xe6)]]:_0x237500['started_at'],[TestFrameworkConstants[_0x55abe3(0x112)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x237500[_0x55abe3(0xd0)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4edd66};_0x3fa12a[_0x55abe3(0xf2)]=_0x25cd25;const _0x3b6864=_0x3fa12a;_0x5ed888[_0x25cd25][_0x55abe3(0xe8)](_0x3b6864),_0x2ad6f8[_0x2c0e1a][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25cd25,logger[_0x55abe3(0xb5)](_0x55abe3(0x100)+_0x25cd25+_0x55abe3(0x11e)+_0x3b6864+_0x55abe3(0xb3)+_0x9a8ebb);}else{if(_0x50ce81['fEQsp'](_0xf250a4,HookState[_0x55abe3(0x16a)])){const _0x1d0441=_0x237500[_0x55abe3(0xeb)],_0x18621d=_0x5ed888[_0x25cd25]||[];logger[_0x55abe3(0xb5)](_0x55abe3(0x108)+_0x18621d+_0x55abe3(0x122)+_0x9a8ebb);if(_0x50ce81[_0x55abe3(0xa2)](_0x18621d[_0x55abe3(0xb7)],0x0)){const _0xc88458=_0x18621d['pop']();_0x50ce81[_0x55abe3(0x111)](_0x237500[_0x55abe3(0xeb)],_0x50ce81[_0x55abe3(0xd6)])&&_0x237500['failure_data']?(_0xc88458[TestFrameworkConstants[_0x55abe3(0xef)]]=_0x237500[_0x55abe3(0xee)]||_0x50ce81['beTdL'],_0xc88458[TestFrameworkConstants[_0x55abe3(0x13f)]]=_0x237500[_0x55abe3(0xbc)]||'',_0xc88458[TestFrameworkConstants[_0x55abe3(0x13b)]]=_0x237500[_0x55abe3(0x14d)]):_0xc88458[TestFrameworkConstants[_0x55abe3(0x12e)]]=_0x50ce81['qWaDu'];_0x50ce81[_0x55abe3(0x124)](_0x1d0441,TestFrameworkConstants[_0x55abe3(0x145)])&&(_0xc88458[TestFrameworkConstants[_0x55abe3(0x12e)]]=_0x1d0441);_0xc88458[TestFrameworkConstants[_0x55abe3(0x10d)]]=_0x237500['finished_at']||new Date()[_0x55abe3(0xd2)](),_0xc88458[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4edd66;const _0x419e92=_0xc88458[TestFrameworkConstants[_0x55abe3(0xfa)]];!_0x54339e[_0x25cd25]&&(_0x54339e[_0x25cd25]=[]),_0x54339e[_0x25cd25][_0x55abe3(0xe8)](_0xc88458),_0x2ad6f8[_0x2c0e1a][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x25cd25;}}}return logger[_0x55abe3(0xb5)]('Tracked\x20cucumber\x20hook\x20event:\x20'+_0x237500[_0x55abe3(0xd0)]+_0x55abe3(0x15a)+_0x12bb58+_0x55abe3(0xc6)+_0x2c0e1a),_0x2ad6f8;}[a70_0x52c991(0xc8)](_0xd6d728){const _0x3d581e=a70_0x52c991,_0x35c169={};_0x35c169['kXNMz']=_0x3d581e(0x126);const _0x1a3aba=_0x35c169;try{const _0x1b5564=_0xd6d728[_0x3d581e(0xa3)]?_0xd6d728[_0x3d581e(0xa3)]['id']:_0xd6d728[_0x3d581e(0xb2)]['test_run_id'],_0x446fab=_0xd6d728[_0x3d581e(0xfd)],_0x10cbfc=_0x446fab['getContext'](),_0x989ed2=_0x446fab[_0x3d581e(0xf1)]()[_0x3d581e(0x164)](_0x1b5564);if(!_0x989ed2)return logger[_0x3d581e(0xb5)](_0x3d581e(0x12f)+_0x1b5564),{};logger['debug'](_0x3d581e(0x16f)+_0x1b5564);const {[TestFrameworkConstants[_0x3d581e(0x162)]]:_0x55c958='',[TestFrameworkConstants[_0x3d581e(0xe4)]]:_0x307337='',[TestFrameworkConstants[_0x3d581e(0x147)]]:_0x24a9c4='',[TestFrameworkConstants[_0x3d581e(0x143)]]:_0x354184=''}=_0x989ed2,_0x2d7af7=_0x446fab[_0x3d581e(0x131)]()[_0x3d581e(0x10b)]()[_0x3d581e(0x139)]('.')[0x1],_0x7d2849=_0x446fab[_0x3d581e(0x167)]()[_0x3d581e(0x10b)]()[_0x3d581e(0x139)]('.')[0x1],_0x13cca5=global?.[_0x3d581e(0x109)]?.[_0x3d581e(0xf0)]?.[_0x3d581e(0x13c)],_0xc82664=_0x446fab['getRef'](),_0x5c1fe6=Buffer[_0x3d581e(0xd8)](JSON[_0x3d581e(0x154)](_0x989ed2))[_0x3d581e(0x10b)](_0x1a3aba[_0x3d581e(0xd7)]),_0x487a5b={'hash':_0x10cbfc[_0x3d581e(0xbf)](),'threadId':_0x10cbfc['getThreadId']()[_0x3d581e(0x10b)](),'processId':_0x10cbfc[_0x3d581e(0xed)]()['toString']()},_0x1fd788={};_0x1fd788[_0x3d581e(0xc1)]=_0x13cca5,_0x1fd788[_0x3d581e(0xf7)]=_0x55c958,_0x1fd788['testFrameworkVersion']=_0x307337,_0x1fd788[_0x3d581e(0xa4)]=_0x2d7af7,_0x1fd788[_0x3d581e(0x150)]=_0x7d2849,_0x1fd788[_0x3d581e(0xb8)]=_0x24a9c4,_0x1fd788[_0x3d581e(0x116)]=_0x354184,_0x1fd788[_0x3d581e(0x16d)]=_0xc82664,_0x1fd788['eventJson']=_0x5c1fe6,_0x1fd788['executionContext']=_0x487a5b;const _0x43afa1=_0x1fd788;return logger[_0x3d581e(0xb5)](_0x3d581e(0x125)+_0x1b5564+_0x3d581e(0x148)+_0x2d7af7+_0x3d581e(0x146)+_0x7d2849),_0x43afa1;}catch(_0x390ced){return logger[_0x3d581e(0x10e)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x3d581e(0xc0)](_0x390ced)),{};}}async[a70_0x52c991(0xcb)](_0x3e6272,_0x5f2b65,_0x1d01b7){const _0x304458=a70_0x52c991,_0x46d64e={'xfbhL':function(_0x4a9b5a,_0x1b391a,_0x34fa22){return _0x4a9b5a(_0x1b391a,_0x34fa22);},'oICsS':function(_0x308d01,_0x3d9dc5){return _0x308d01===_0x3d9dc5;},'QhkTJ':_0x304458(0x134),'boEwH':function(_0x40832d,_0x49dabd){return _0x40832d/_0x49dabd;},'EIidC':function(_0x5c64a8,_0x1f39a4){return _0x5c64a8<_0x1f39a4;},'aatXA':function(_0x55570a,_0x15bf93){return _0x55570a*_0x15bf93;},'zFBxE':function(_0x43262a,_0x296bfd){return _0x43262a+_0x296bfd;},'ADuAA':function(_0x25792b,_0x4422be){return _0x25792b+_0x4422be;},'XlGLv':function(_0x2d8c75,_0x52f671){return _0x2d8c75+_0x52f671;},'idrrm':_0x304458(0x14b)};try{const _0xd85b78=_0x1d01b7[_0x304458(0x115)],_0x5c01dc=_0x3e6272[_0x304458(0xf1)]()[_0x304458(0x164)](_0xd85b78),{[TestFrameworkConstants[_0x304458(0x162)]]:_0x43b5b4='',[TestFrameworkConstants[_0x304458(0xe4)]]:_0x3a272b=''}=_0x5c01dc,_0x960fe4=TestInfo['readLogObjects'](_0xd85b78),_0x1d3879=TestInfo[_0x304458(0x13d)](_0xd85b78)[TestFrameworkConstants[_0x304458(0xdc)]]||{},_0x5be53b=_0x46d64e['xfbhL'](getMediaArtifactsLogs,_0x1d3879,_0x3e6272[_0x304458(0xf1)]()[_0x304458(0x164)](_0xd85b78)[TestFrameworkConstants[_0x304458(0x14a)]]),_0x4d70ea=(_0x960fe4||[])[_0x304458(0x135)](_0x5be53b||[]);if(!_0x4d70ea||_0x46d64e[_0x304458(0xa5)](_0x4d70ea['length'],0x0)){logger[_0x304458(0xb5)](_0x46d64e[_0x304458(0xca)]);return;}const _0x31205a=0x28,_0x33f520=Math['ceil'](_0x46d64e[_0x304458(0xd5)](_0x4d70ea[_0x304458(0xb7)],_0x31205a));for(let _0x3e06d3=0x0;_0x46d64e['EIidC'](_0x3e06d3,_0x33f520);_0x3e06d3++){const _0xc151e3=_0x46d64e[_0x304458(0xc2)](_0x3e06d3,_0x31205a),_0x53da1e=_0x46d64e[_0x304458(0x12d)](_0xc151e3,_0x31205a),_0x35d946=_0x4d70ea['slice'](_0xc151e3,_0x53da1e),_0x1c4c0e={'platformIndex':'0','logs':_0x35d946,'testFrameworkName':_0x43b5b4,'testFrameworkVersion':_0x3a272b,'testFrameworkState':_0x5f2b65[_0x304458(0x10b)]()[_0x304458(0x139)]('.')[0x1]};logger[_0x304458(0xb5)](_0x304458(0xa8)+_0xd85b78+_0x304458(0x16b)+_0x46d64e[_0x304458(0xb9)](_0x3e06d3,0x1)+'/'+_0x33f520+_0x304458(0xec)+util['inspect'](_0x1c4c0e));const _0x5735a9=await GrpcClient[_0x304458(0x14c)]()[_0x304458(0xea)](_0x1c4c0e);logger[_0x304458(0xb5)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0xd85b78+_0x304458(0x16b)+_0x46d64e['XlGLv'](_0x3e06d3,0x1)+'/'+_0x33f520+'\x20response='+util[_0x304458(0xd1)](_0x5735a9));}}catch(_0x1de248){logger[_0x304458(0x10e)](_0x304458(0x13a)+util['format'](_0x1de248));}logger[_0x304458(0xb5)](_0x46d64e[_0x304458(0xab)]);}['storePendingHook'](_0x509e2e,_0x3d5271,_0x28bee1,_0x332494,_0x538052){const _0x52cf16=a70_0x52c991,_0x2a9478={'testId':_0x3d5271,'testFrameworkState':_0x28bee1,'hookState':_0x332494,'args':_0x538052,'timestamp':new Date()[_0x52cf16(0xd2)]()};_0x509e2e[_0x52cf16(0xcc)](_0x3d5271,_0x2a9478),logger[_0x52cf16(0xb5)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3d5271+_0x52cf16(0x156)+_0x28bee1+',\x20hookState:\x20'+_0x332494);}async[a70_0x52c991(0x118)](_0x38fc84,_0x5f1639){const _0x17e826=a70_0x52c991,_0x4046e7={};_0x4046e7[_0x17e826(0xfc)]=function(_0x501f51,_0x57b41a){return _0x501f51>_0x57b41a;};const _0x2b8d41=_0x4046e7;if(!_0x38fc84[_0x17e826(0x169)](_0x5f1639))return;const _0xbb2145=_0x38fc84[_0x17e826(0x16c)](_0x5f1639);logger[_0x17e826(0xb5)](_0x17e826(0x168)+_0xbb2145[_0x17e826(0xb7)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5f1639);for(const _0x27bd01 of _0xbb2145){try{const _0x260bd1=await this[_0x17e826(0x142)](_0x38fc84,_0x27bd01[_0x17e826(0xa4)],_0x27bd01[_0x17e826(0x150)],_0x27bd01[_0x17e826(0xaa)]);_0x260bd1&&_0x2b8d41[_0x17e826(0xfc)](Object[_0x17e826(0x12a)](_0x260bd1)[_0x17e826(0xb7)],0x0)&&_0x38fc84[_0x17e826(0x15f)](_0x260bd1),await this[_0x17e826(0x136)](_0x38fc84,_0x27bd01[_0x17e826(0xa4)],_0x27bd01[_0x17e826(0x150)],_0x27bd01[_0x17e826(0xaa)]);}catch(_0x54bdb8){logger[_0x17e826(0x10e)](_0x17e826(0x127)+_0x5f1639+_0x17e826(0x153)+_0x54bdb8);}}_0x38fc84[_0x17e826(0xb0)](_0x5f1639),logger[_0x17e826(0xb5)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5f1639);}}module['exports']=CucumberTestFramework;
|
|
1
|
+
const a70_0x150d61=a70_0xa051;(function(_0x22d624,_0x3677da){const _0xb5b087=a70_0xa051,_0x1bc717=_0x22d624();while(!![]){try{const _0x3ec838=-parseInt(_0xb5b087(0x1cb))/0x1*(parseInt(_0xb5b087(0x11e))/0x2)+-parseInt(_0xb5b087(0x127))/0x3*(parseInt(_0xb5b087(0x19e))/0x4)+parseInt(_0xb5b087(0x1db))/0x5+-parseInt(_0xb5b087(0x139))/0x6*(-parseInt(_0xb5b087(0x144))/0x7)+parseInt(_0xb5b087(0x175))/0x8*(parseInt(_0xb5b087(0x170))/0x9)+-parseInt(_0xb5b087(0x17c))/0xa+parseInt(_0xb5b087(0x119))/0xb;if(_0x3ec838===_0x3677da)break;else _0x1bc717['push'](_0x1bc717['shift']());}catch(_0x2ed0dd){_0x1bc717['push'](_0x1bc717['shift']());}}}(a70_0xb27f,0x59a19));const TestFramework=require(a70_0x150d61(0x121)),TestFrameworkState=require(a70_0x150d61(0x1b3)),HookState=require(a70_0x150d61(0x1a1)),{createClassLogger}=require(a70_0x150d61(0x160)),TestFrameworkInstance=require(a70_0x150d61(0x186)),CLIUtils=require(a70_0x150d61(0x14b)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x150d61(0x16a)),{v4:uuidv4}=require('uuid'),util=require(a70_0x150d61(0x1d0)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x2e88a5,_0x105488,_0x1eae5c){super(_0x2e88a5,_0x105488,_0x1eae5c);}async[a70_0x150d61(0x1df)](_0x4dda9e,_0x255c38,_0x26ff8e={}){const _0x2333cf=a70_0x150d61,_0x269e24={};_0x269e24['VFHOx']=_0x2333cf(0x1b8),_0x269e24[_0x2333cf(0x18d)]=function(_0x548b0e,_0xfb7963){return _0x548b0e===_0xfb7963;},_0x269e24['mKHcq']=function(_0x29d347,_0x4c5e36){return _0x29d347===_0x4c5e36;},_0x269e24[_0x2333cf(0x184)]=_0x2333cf(0x199);const _0x40313f=_0x269e24;await super[_0x2333cf(0x1df)](_0x4dda9e,_0x255c38,_0x26ff8e);const _0x4e08d9=this[_0x2333cf(0x1c7)](_0x4dda9e,_0x255c38,_0x26ff8e);if(!_0x4e08d9){logger[_0x2333cf(0x11b)](_0x40313f[_0x2333cf(0x1b0)]);return;}try{let _0x126113,_0x40d5e3;switch(_0x4dda9e){case TestFrameworkState['TEST']:_0x126113=_0x26ff8e[_0x2333cf(0x1d5)],_0x40d5e3=TestInfo[_0x2333cf(0x15e)](_0x126113['id']);if(_0x40313f[_0x2333cf(0x18d)](_0x255c38,HookState[_0x2333cf(0x12d)])){logger[_0x2333cf(0x11b)](_0x2333cf(0x1bf)+_0x126113['id']);const _0x82fb5d={};_0x82fb5d['testUUID']=_0x40d5e3,_0x82fb5d[_0x2333cf(0x198)]=_0x126113,_0x4e08d9['addMultipleEntries'](this[_0x2333cf(0x1de)](_0x82fb5d)),logger[_0x2333cf(0x11b)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x126113['id']),await this[_0x2333cf(0x1c6)](_0x4e08d9,_0x126113['id']);}else{if(_0x40313f[_0x2333cf(0x18d)](_0x255c38,HookState[_0x2333cf(0x1a5)])){const _0x3a6636={};_0x3a6636[_0x2333cf(0x19a)]=_0x40d5e3,_0x3a6636[_0x2333cf(0x198)]=_0x126113,_0x4e08d9[_0x2333cf(0x190)](this['parseCucumberTestResult'](_0x3a6636)),await this[_0x2333cf(0x1c6)](_0x4e08d9,_0x126113['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x40313f[_0x2333cf(0x195)](_0x255c38,HookState[_0x2333cf(0x1a5)])&&await this['sendLogCreatedEvent'](_0x4e08d9,_0x4dda9e,_0x26ff8e);break;default:if(CLIUtils[_0x2333cf(0x158)](_0x4dda9e[_0x2333cf(0x1bb)]()[_0x2333cf(0x16e)]('.')[0x1])){const _0x268263=await this['trackHookEvent'](_0x4e08d9,_0x4dda9e,_0x255c38,_0x26ff8e);_0x4e08d9[_0x2333cf(0x190)](_0x268263);}else logger[_0x2333cf(0x11b)](_0x2333cf(0x187)+_0x4dda9e+_0x2333cf(0x171)+_0x255c38);break;}}catch(_0xeb057b){logger[_0x2333cf(0x143)](util[_0x2333cf(0x150)](_0x40313f[_0x2333cf(0x184)],_0x4dda9e,_0x255c38,_0x26ff8e[_0x2333cf(0x1a3)],_0xeb057b));}_0x26ff8e[_0x2333cf(0x151)]=_0x4e08d9,await this[_0x2333cf(0x19c)](_0x4e08d9,_0x4dda9e,_0x255c38,_0x26ff8e);}[a70_0x150d61(0x1c7)](_0x257eaf,_0x4dc9d4,_0x4de7b9={}){const _0x41dbcf=a70_0x150d61,_0x53bcb3={};_0x53bcb3['TaASP']=function(_0x2e40c7,_0x1b6858){return _0x2e40c7===_0x1b6858;};const _0x57a8ca=_0x53bcb3;let _0x57f32c=null;return(_0x57a8ca[_0x41dbcf(0x1b7)](_0x257eaf,TestFrameworkState[_0x41dbcf(0x1ad)])||_0x57a8ca[_0x41dbcf(0x1b7)](_0x257eaf,TestFrameworkState[_0x41dbcf(0x1a0)]))&&this['trackCucumberInstance'](_0x257eaf,_0x4de7b9),_0x57f32c=TestFramework[_0x41dbcf(0x17d)](),_0x57f32c;}[a70_0x150d61(0x1b6)](_0x141280,_0x79a3de){const _0x40231f=a70_0x150d61,_0x47cda6=CLIUtils[_0x40231f(0x1d1)](),_0x69c444=TrackedInstance['createContext'](_0x47cda6);let _0x3caa21=null;logger[_0x40231f(0x11b)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x47cda6+_0x40231f(0x1e4)+_0x141280),_0x3caa21=new TestFrameworkInstance(_0x69c444,this[_0x40231f(0x1d8)](),this[_0x40231f(0x14a)](),_0x141280,HookState[_0x40231f(0x1a0)]),TestFramework['setTrackedInstance'](_0x69c444,_0x3caa21),logger[_0x40231f(0x11b)](_0x40231f(0x15a)+_0x69c444[_0x40231f(0x1bd)]()+'\x20target='+_0x47cda6);}['parseCucumberTest'](_0x40db9e){const _0x3db506=a70_0x150d61,_0x59baf0={};_0x59baf0[_0x3db506(0x1a9)]=_0x3db506(0x16d);const _0x4f5471=_0x59baf0,{testUUID:_0x26aaee,testData:_0x59bbcd}=_0x40db9e;if(!_0x59bbcd||!_0x59bbcd['uuid'])return logger[_0x3db506(0x11b)](_0x4f5471[_0x3db506(0x1a9)]),{};const _0x559491=_0x26aaee,_0x4a0791=_0x59bbcd['uuid'],_0x39416f=this[_0x3db506(0x1d8)]()[0x0],_0x57a8fb=this[_0x3db506(0x14a)](),_0xa5600e={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x39416f,[TestFrameworkConstants[_0x3db506(0x1aa)]]:_0x57a8fb[_0x39416f],[TestFrameworkConstants[_0x3db506(0x1ac)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3db506(0x11d)]]:{},[TestFrameworkConstants[_0x3db506(0x18e)]]:_0x559491,[TestFrameworkConstants[_0x3db506(0x164)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3db506(0x162)]]:_0x59bbcd[_0x3db506(0x196)]||'',[TestFrameworkConstants[_0x3db506(0x142)]]:_0x59bbcd['file_name']||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x4a0791,[TestFrameworkConstants[_0x3db506(0x16f)]]:_0x59bbcd[_0x3db506(0x196)]||'',[TestFrameworkConstants[_0x3db506(0x1c0)]]:_0x59bbcd[_0x3db506(0x124)]||'',[TestFrameworkConstants[_0x3db506(0x197)]]:_0x59bbcd['body']?.[_0x3db506(0x12f)]||null,[TestFrameworkConstants[_0x3db506(0x1b9)]]:_0x59bbcd[_0x3db506(0x1b5)]||[],[TestFrameworkConstants[_0x3db506(0x1b2)]]:_0x59bbcd['startedAt']||new Date()[_0x3db506(0x13d)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x59bbcd[_0x3db506(0x15c)]?.[0x0]||'',[TestFrameworkConstants[_0x3db506(0x126)]]:_0x59bbcd[_0x3db506(0x15c)]||[],[TestFrameworkConstants[_0x3db506(0x1ce)]]:_0x59bbcd[_0x3db506(0x145)]?.[_0x3db506(0x11a)]||_0x59bbcd[_0x3db506(0x196)]||'',[TestFrameworkConstants[_0x3db506(0x18a)]]:{},[TestFrameworkConstants[_0x3db506(0x140)]]:_0x59bbcd[_0x3db506(0x1c8)]||{}};TestInfo[_0x3db506(0x1cc)](_0x4a0791,_0xa5600e),logger[_0x3db506(0x11b)](_0x3db506(0x1c2)+_0x59bbcd[_0x3db506(0x196)]+'\x20with\x20UUID:\x20'+_0x559491);const _0x4db55b={};return _0x4db55b[_0x4a0791]=_0xa5600e,_0x4db55b;}[a70_0x150d61(0x169)](_0x1ddb45){const _0x3a66d0=a70_0x150d61,_0x4b7d85={'YSUsZ':_0x3a66d0(0x19d),'KuVoR':'unknown','Ldwkh':function(_0x5cbf91,_0x45e8be){return _0x5cbf91===_0x45e8be;},'xduwt':_0x3a66d0(0x178),'jElvP':_0x3a66d0(0x137),'STKLx':function(_0x3893f4,_0x22fd5d,_0x38b535){return _0x3893f4(_0x22fd5d,_0x38b535);},'jOCOl':function(_0x252255,_0x116aa5){return _0x252255>_0x116aa5;}},{testUUID:_0x5d70d2,testData:_0x23c267}=_0x1ddb45;if(!_0x23c267||!_0x23c267[_0x3a66d0(0x17f)])return logger[_0x3a66d0(0x11b)](_0x4b7d85[_0x3a66d0(0x19b)]),{};const _0x5035f4=this[_0x3a66d0(0x1c7)](TestFrameworkState[_0x3a66d0(0x131)],HookState[_0x3a66d0(0x1a5)]),_0x1bf7a7=_0x23c267[_0x3a66d0(0x17f)],_0x3386e3=TestInfo['getTestDetails'](_0x1bf7a7)||{},_0x5e12d9=_0x3386e3?_0x3386e3[TestFrameworkConstants[_0x3a66d0(0x18a)]]||{}:{},_0x54d562={..._0x3386e3,[TestFrameworkConstants[_0x3a66d0(0x164)]]:_0x23c267[_0x3a66d0(0x1a8)]||_0x4b7d85[_0x3a66d0(0x14e)],[TestFrameworkConstants[_0x3a66d0(0x1e0)]]:_0x23c267[_0x3a66d0(0x1cf)]||new Date()[_0x3a66d0(0x13d)](),[TestFrameworkConstants[_0x3a66d0(0x141)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3a66d0(0x18a)]]:_0x5e12d9,[TestFrameworkConstants[_0x3a66d0(0x14f)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:_0x23c267[_0x3a66d0(0x1c8)]||{}};_0x4b7d85[_0x3a66d0(0x123)](_0x23c267[_0x3a66d0(0x1a8)],_0x4b7d85[_0x3a66d0(0x1da)])&&_0x23c267[_0x3a66d0(0x147)]&&(_0x54d562[TestFrameworkConstants[_0x3a66d0(0x1b4)]]=_0x23c267[_0x3a66d0(0x188)]||_0x4b7d85[_0x3a66d0(0x1e3)],_0x54d562[TestFrameworkConstants[_0x3a66d0(0x132)]]=_0x23c267[_0x3a66d0(0x167)]||'',_0x54d562[TestFrameworkConstants[_0x3a66d0(0x191)]]=_0x23c267[_0x3a66d0(0x147)]);const _0x5551e1=TestInfo[_0x3a66d0(0x1ba)](_0x1bf7a7)[TestFrameworkConstants[_0x3a66d0(0x1c9)]]||{},_0x1db533=_0x4b7d85[_0x3a66d0(0x13b)](getManualUploadLogs,_0x5551e1,_0x5035f4[_0x3a66d0(0x176)]()[_0x3a66d0(0x13c)](_0x1bf7a7)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x4b7d85[_0x3a66d0(0x192)](_0x1db533[_0x3a66d0(0x1a3)],0x0)){const _0x5d09ab=_0x54d562[TestFrameworkConstants['KEY_LOGS']]||[];_0x54d562[TestFrameworkConstants[_0x3a66d0(0x14f)]]=[..._0x5d09ab,..._0x1db533];}_0x23c267[_0x3a66d0(0x1e2)]&&_0x4b7d85[_0x3a66d0(0x192)](_0x23c267[_0x3a66d0(0x1e2)][_0x3a66d0(0x1a3)],0x0)&&(_0x54d562[TestFrameworkConstants[_0x3a66d0(0x1cd)]]=_0x23c267[_0x3a66d0(0x1e2)]);TestInfo[_0x3a66d0(0x1cc)](_0x1bf7a7,_0x54d562),logger[_0x3a66d0(0x11b)](_0x3a66d0(0x163)+_0x23c267[_0x3a66d0(0x196)]+'\x20with\x20result:\x20'+_0x23c267[_0x3a66d0(0x1a8)]);const _0xc5b5b7={};return _0xc5b5b7[_0x1bf7a7]=_0x54d562,_0xc5b5b7;}async[a70_0x150d61(0x173)](_0x3b1546,_0x127cc9,_0x36aae8,_0x4c30e6){const _0x121d38=a70_0x150d61,_0x18325e={'LWSTz':_0x121d38(0x1c3),'vRZtE':function(_0xd7e4fc){return _0xd7e4fc();},'XIniT':function(_0x986d4b,_0x212713){return _0x986d4b in _0x212713;},'sCxSC':function(_0x46f114,_0x2c5a89){return _0x46f114 in _0x2c5a89;},'XyOIK':function(_0x3f4d1e,_0x7db818){return _0x3f4d1e===_0x7db818;},'saVpV':function(_0x12c0d0,_0x24967e){return _0x12c0d0===_0x24967e;},'wjhUW':function(_0x9ea558,_0x127293){return _0x9ea558>_0x127293;},'cjUzH':function(_0xc89ed9,_0x4e45a2){return _0xc89ed9===_0x4e45a2;},'JLIZa':'failed','zHnrM':_0x121d38(0x137),'zhXAe':_0x121d38(0x146),'eirzy':function(_0x39a9ba,_0x5bc923){return _0x39a9ba!==_0x5bc923;}},{hookData:_0x3d27ec}=_0x4c30e6;if(!_0x3d27ec)return logger[_0x121d38(0x11b)](_0x18325e['LWSTz']),{};const _0x1ed98e=_0x3d27ec[_0x121d38(0x17f)]||_0x18325e[_0x121d38(0x1d4)](uuidv4),_0xa25931=_0x3d27ec[_0x121d38(0x129)],_0x1e26be=_0x127cc9[_0x121d38(0x1bb)]()['split']('.')[0x1],_0x501102=TestInfo['getTestDetails'](_0xa25931)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x11b96b=_0x3b1546[_0x121d38(0x176)]()[_0x121d38(0x13c)](_0xa25931);if(!_0x11b96b)return logger[_0x121d38(0x11b)](_0x121d38(0x1a2)+_0xa25931+',\x20storing\x20as\x20pending\x20hook'),this[_0x121d38(0x1dc)](_0x3b1546,_0xa25931,_0x127cc9,_0x36aae8,_0x4c30e6),{};let _0x49628c=_0x11b96b[TestFrameworkConstants[_0x121d38(0x11d)]];!_0x49628c&&(_0x49628c={});!_0x18325e[_0x121d38(0x1af)](_0x1e26be,_0x49628c)&&(_0x49628c[_0x1e26be]=[]);let _0x27df0d=_0x11b96b[TestFrameworkConstants[_0x121d38(0x1cd)]];!_0x27df0d&&(_0x27df0d={});!_0x18325e[_0x121d38(0x156)](_0x1e26be,_0x27df0d)&&(_0x27df0d[_0x1e26be]=[]);const _0x28a58b={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x49628c,[TestFrameworkConstants[_0x121d38(0x1cd)]]:_0x27df0d},_0x1394b5={};_0x1394b5[_0xa25931]=_0x28a58b;const _0x1fde10=_0x1394b5;if(_0x18325e['XyOIK'](_0x36aae8,HookState[_0x121d38(0x12d)])){const _0x239ebf={[TestFrameworkConstants[_0x121d38(0x1be)]]:_0x1ed98e,[TestFrameworkConstants[_0x121d38(0x1ae)]]:TestFrameworkConstants[_0x121d38(0x17e)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x3d27ec[_0x121d38(0x133)],[TestFrameworkConstants[_0x121d38(0x16c)]]:[],[TestFrameworkConstants[_0x121d38(0x18f)]]:_0x3d27ec['hook_type'],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x501102};_0x239ebf[_0x121d38(0x12e)]=_0x1e26be;const _0x1c76a8=_0x239ebf;_0x49628c[_0x1e26be][_0x121d38(0x12a)](_0x1c76a8),_0x1fde10[_0xa25931][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1e26be,logger[_0x121d38(0x11b)](_0x121d38(0x1d9)+_0x1e26be+_0x121d38(0x1c5)+_0x1c76a8+_0x121d38(0x13e)+_0x4c30e6);}else{if(_0x18325e[_0x121d38(0x120)](_0x36aae8,HookState[_0x121d38(0x1a5)])){const _0x57635a=_0x3d27ec[_0x121d38(0x1a8)],_0x28bae4=_0x49628c[_0x1e26be]||[];logger[_0x121d38(0x11b)](_0x121d38(0x1ca)+_0x28bae4+_0x121d38(0x166)+_0x4c30e6);if(_0x18325e[_0x121d38(0x15d)](_0x28bae4['length'],0x0)){const _0x413429=_0x28bae4[_0x121d38(0x11c)]();_0x18325e[_0x121d38(0x1e1)](_0x3d27ec[_0x121d38(0x1a8)],_0x18325e[_0x121d38(0x1ab)])&&_0x3d27ec[_0x121d38(0x13f)]?(_0x413429[TestFrameworkConstants[_0x121d38(0x180)]]=_0x3d27ec[_0x121d38(0x188)]||_0x18325e['zHnrM'],_0x413429[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x3d27ec[_0x121d38(0x167)]||'',_0x413429[TestFrameworkConstants[_0x121d38(0x17b)]]=_0x3d27ec['failure_data']):_0x413429[TestFrameworkConstants[_0x121d38(0x1ae)]]=_0x18325e[_0x121d38(0x135)];_0x18325e['eirzy'](_0x57635a,TestFrameworkConstants[_0x121d38(0x17e)])&&(_0x413429[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x57635a);_0x413429[TestFrameworkConstants[_0x121d38(0x155)]]=_0x3d27ec[_0x121d38(0x154)]||new Date()[_0x121d38(0x13d)](),_0x413429[TestFrameworkConstants[_0x121d38(0x18a)]]=_0x501102;const _0x4cffcd=_0x413429[TestFrameworkConstants[_0x121d38(0x1be)]];!_0x27df0d[_0x1e26be]&&(_0x27df0d[_0x1e26be]=[]),_0x27df0d[_0x1e26be][_0x121d38(0x12a)](_0x413429),_0x1fde10[_0xa25931][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1e26be;}}}return logger[_0x121d38(0x11b)](_0x121d38(0x159)+_0x3d27ec[_0x121d38(0x152)]+_0x121d38(0x149)+_0x1ed98e+'\x20for\x20test:\x20'+_0xa25931),_0x1fde10;}['createTestFrameworkEventPayload'](_0x25778d){const _0x3bb69e=a70_0x150d61,_0x26c5d2={};_0x26c5d2[_0x3bb69e(0x11f)]=_0x3bb69e(0x128);const _0x3cf08a=_0x26c5d2;try{const _0x3b8632=_0x25778d[_0x3bb69e(0x1d5)]?_0x25778d['test']['id']:_0x25778d[_0x3bb69e(0x12c)][_0x3bb69e(0x129)],_0x555694=_0x25778d['instance'],_0xd027af=_0x555694[_0x3bb69e(0x161)](),_0x2c0f09=_0x555694[_0x3bb69e(0x176)]()[_0x3bb69e(0x13c)](_0x3b8632);if(!_0x2c0f09)return logger[_0x3bb69e(0x11b)](_0x3bb69e(0x14d)+_0x3b8632),{};logger[_0x3bb69e(0x11b)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x3b8632);const {[TestFrameworkConstants[_0x3bb69e(0x13a)]]:_0x23f60a='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x26141b='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2e6df4='',[TestFrameworkConstants[_0x3bb69e(0x1e0)]]:_0x66b0c7=''}=_0x2c0f09,_0x5883=_0x555694[_0x3bb69e(0x19f)]()[_0x3bb69e(0x1bb)]()[_0x3bb69e(0x16e)]('.')[0x1],_0x116d03=_0x555694[_0x3bb69e(0x189)]()[_0x3bb69e(0x1bb)]()[_0x3bb69e(0x16e)]('.')[0x1],_0x67df51=global?.['__workerDetails']?.[_0x3bb69e(0x181)]?.[_0x3bb69e(0x182)],_0x4348e6=_0x555694['getRef'](),_0x5c2c3e=Buffer[_0x3bb69e(0x157)](JSON[_0x3bb69e(0x1c4)](_0x2c0f09))[_0x3bb69e(0x1bb)](_0x3cf08a[_0x3bb69e(0x11f)]),_0x19e960={'hash':_0xd027af[_0x3bb69e(0x1bd)](),'threadId':_0xd027af[_0x3bb69e(0x1bc)]()['toString'](),'processId':_0xd027af[_0x3bb69e(0x194)]()['toString']()},_0x438211={};_0x438211[_0x3bb69e(0x122)]=_0x67df51,_0x438211[_0x3bb69e(0x138)]=_0x23f60a,_0x438211[_0x3bb69e(0x134)]=_0x26141b,_0x438211['testFrameworkState']=_0x5883,_0x438211['hookState']=_0x116d03,_0x438211['startedAt']=_0x2e6df4,_0x438211[_0x3bb69e(0x125)]=_0x66b0c7,_0x438211[_0x3bb69e(0x17f)]=_0x4348e6,_0x438211[_0x3bb69e(0x1a7)]=_0x5c2c3e,_0x438211['executionContext']=_0x19e960;const _0x296104=_0x438211;return logger[_0x3bb69e(0x11b)](_0x3bb69e(0x1d6)+_0x3b8632+_0x3bb69e(0x179)+_0x5883+'\x20hookState:\x20'+_0x116d03),_0x296104;}catch(_0x1d55bd){return logger['error'](_0x3bb69e(0x18b)+util[_0x3bb69e(0x150)](_0x1d55bd)),{};}}async[a70_0x150d61(0x1c1)](_0x221f98,_0x518f02,_0x2929c1){const _0x328afd=a70_0x150d61,_0x56bcd9={'jEjic':function(_0x111859,_0x3f17be,_0x517ba){return _0x111859(_0x3f17be,_0x517ba);},'BwxkH':function(_0x18c007,_0x562716){return _0x18c007===_0x562716;},'vGrwC':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','xZuwd':function(_0x23fbac,_0x35fccf){return _0x23fbac/_0x35fccf;},'EArKR':function(_0x4351b5,_0x5a4552){return _0x4351b5<_0x5a4552;},'WfDxk':function(_0x673152,_0x55cf50){return _0x673152*_0x55cf50;},'eIZgG':function(_0x4d55fd,_0x21bb2d){return _0x4d55fd+_0x21bb2d;},'ODkOn':'Cucumber\x20log\x20created\x20event'};try{const _0x1eac34=_0x2929c1['testUUID'],_0x454b96=_0x221f98[_0x328afd(0x176)]()[_0x328afd(0x13c)](_0x1eac34),{[TestFrameworkConstants[_0x328afd(0x13a)]]:_0x543e86='',[TestFrameworkConstants[_0x328afd(0x1aa)]]:_0x21e212=''}=_0x454b96,_0x5cc80b=TestInfo[_0x328afd(0x130)](_0x1eac34),_0x31cba1=TestInfo['getTestDetails'](_0x1eac34)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1a5919=_0x56bcd9['jEjic'](getMediaArtifactsLogs,_0x31cba1,_0x221f98[_0x328afd(0x176)]()[_0x328afd(0x13c)](_0x1eac34)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x4fa399=(_0x5cc80b||[])['concat'](_0x1a5919||[]);if(!_0x4fa399||_0x56bcd9['BwxkH'](_0x4fa399[_0x328afd(0x1a3)],0x0)){logger[_0x328afd(0x11b)](_0x56bcd9['vGrwC']);return;}const _0x298a2b=0x28,_0x4c560f=Math[_0x328afd(0x177)](_0x56bcd9['xZuwd'](_0x4fa399[_0x328afd(0x1a3)],_0x298a2b));for(let _0xf99cca=0x0;_0x56bcd9['EArKR'](_0xf99cca,_0x4c560f);_0xf99cca++){const _0x565340=_0x56bcd9[_0x328afd(0x1a4)](_0xf99cca,_0x298a2b),_0x13e411=_0x56bcd9[_0x328afd(0x18c)](_0x565340,_0x298a2b),_0x182a06=_0x4fa399[_0x328afd(0x148)](_0x565340,_0x13e411),_0x5f1d11={'platformIndex':'0','logs':_0x182a06,'testFrameworkName':_0x543e86,'testFrameworkVersion':_0x21e212,'testFrameworkState':_0x518f02['toString']()['split']('.')[0x1]};logger[_0x328afd(0x11b)](_0x328afd(0x1dd)+_0x1eac34+_0x328afd(0x168)+_0x56bcd9[_0x328afd(0x18c)](_0xf99cca,0x1)+'/'+_0x4c560f+_0x328afd(0x1b1)+util[_0x328afd(0x15f)](_0x5f1d11));const _0x230471=await GrpcClient[_0x328afd(0x174)]()['logCreatedEvent'](_0x5f1d11);logger[_0x328afd(0x11b)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x1eac34+_0x328afd(0x168)+_0x56bcd9[_0x328afd(0x18c)](_0xf99cca,0x1)+'/'+_0x4c560f+_0x328afd(0x136)+util[_0x328afd(0x15f)](_0x230471));}}catch(_0x175e4a){logger[_0x328afd(0x143)](_0x328afd(0x1d3)+util[_0x328afd(0x150)](_0x175e4a));}logger['debug'](_0x56bcd9[_0x328afd(0x1d2)]);}[a70_0x150d61(0x1dc)](_0x40201f,_0x31f718,_0x33e665,_0xcaff8d,_0x169502){const _0x1223ea=a70_0x150d61,_0x3c21a5={'testId':_0x31f718,'testFrameworkState':_0x33e665,'hookState':_0xcaff8d,'args':_0x169502,'timestamp':new Date()['toISOString']()};_0x40201f[_0x1223ea(0x165)](_0x31f718,_0x3c21a5),logger[_0x1223ea(0x11b)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x31f718+_0x1223ea(0x193)+_0x33e665+_0x1223ea(0x16b)+_0xcaff8d);}async[a70_0x150d61(0x1c6)](_0x2b3c4a,_0x2b4916){const _0x48c38a=a70_0x150d61,_0x4116c9={};_0x4116c9[_0x48c38a(0x1a6)]=function(_0x41a4f9,_0x1213ca){return _0x41a4f9>_0x1213ca;};const _0x5b9a45=_0x4116c9;if(!_0x2b3c4a['hasPendingHooks'](_0x2b4916))return;const _0x5c7914=_0x2b3c4a[_0x48c38a(0x1d7)](_0x2b4916);logger[_0x48c38a(0x11b)]('Processing\x20'+_0x5c7914[_0x48c38a(0x1a3)]+_0x48c38a(0x15b)+_0x2b4916);for(const _0x66c3c1 of _0x5c7914){try{const _0xe79a9=await this[_0x48c38a(0x173)](_0x2b3c4a,_0x66c3c1['testFrameworkState'],_0x66c3c1['hookState'],_0x66c3c1[_0x48c38a(0x14c)]);_0xe79a9&&_0x5b9a45[_0x48c38a(0x1a6)](Object['keys'](_0xe79a9)[_0x48c38a(0x1a3)],0x0)&&_0x2b3c4a[_0x48c38a(0x190)](_0xe79a9),await this[_0x48c38a(0x19c)](_0x2b3c4a,_0x66c3c1[_0x48c38a(0x172)],_0x66c3c1[_0x48c38a(0x12b)],_0x66c3c1[_0x48c38a(0x14c)]);}catch(_0x30e3c3){logger[_0x48c38a(0x143)](_0x48c38a(0x17a)+_0x2b4916+',\x20error:\x20'+_0x30e3c3);}}_0x2b3c4a[_0x48c38a(0x183)](_0x2b4916),logger['debug'](_0x48c38a(0x185)+_0x2b4916);}}function a70_0xa051(_0x1ceb66,_0x5a7932){const _0xb27f9c=a70_0xb27f();return a70_0xa051=function(_0xa05125,_0x2e472c){_0xa05125=_0xa05125-0x119;let _0x2e7896=_0xb27f9c[_0xa05125];return _0x2e7896;},a70_0xa051(_0x1ceb66,_0x5a7932);}function a70_0xb27f(){const _0x496f02=['cjUzH','hooks','jElvP',',\x20state=','2807563kSTgMD','rerun_name','debug','pop','KEY_HOOKS_STARTED','1694nXiBzO','vbULN','saVpV','./testFramework','platformIndex','Ldwkh','location','endedAt','KEY_TEST_SCOPES','49779UIXHZV','base64','test_run_id','push','hookState','hookData','PRE','key','code','readLogObjects','TEST','KEY_TEST_FAILURE_REASON','started_at','testFrameworkVersion','zhXAe','\x20response=','UnhandledError','testFrameworkName','1497714YnkbxR','KEY_TEST_FRAMEWORK_NAME','STKLx','get','toISOString','\x20\x20and\x20args\x20=\x20','failure_data','KEY_TEST_META','KEY_TEST_RESULT_AT','KEY_TEST_FILE_PATH','error','14LYIeqz','customRerunParam','passed','failure','slice','\x20with\x20id\x20','getTestFrameworksVersions','../cliUtils.js','args','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KuVoR','KEY_LOGS','format','instance','hook_type','exports','finished_at','KEY_EVENT_ENDED_AT','sCxSC','from','matchHookRegex','Tracked\x20cucumber\x20hook\x20event:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','\x20pending\x20hooks\x20for\x20testId:\x20','scopes','wjhUW','getTestUUID','inspect','../../../helpers/classLogger.js','getContext','KEY_AUTOMATE_SESSION_NAME','Updated\x20cucumber\x20test\x20result:\x20','KEY_TEST_RESULT','addPendingHook','\x20and\x20args\x20=\x20','failure_reason','\x20batch\x20','parseCucumberTestResult','CucumberTestFramework',',\x20hookState:\x20','KEY_HOOK_LOGS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','split','KEY_TEST_NAME','1719jTplBy','\x20&\x20hookState=','testFrameworkState','trackHookEvent','getInstance','1096UnjnCj','getAllData','ceil','failed','\x20testState:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_FAILURE','425040icwUxM','getTrackedInstance','DEFAULT_HOOK_RESULT','uuid','KEY_HOOK_FAILURE_TYPE','workerInfo','parallelIndex','removePendingHooks','CaRaA','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','../instances/testFrameworkInstance.js','trackEvent:\x20unsupported\x20testFrameworkState=','failure_type','getCurrentHookState','KEY_CUSTOM_TAGS','Error\x20in\x20createTestFrameworkEventPayload:\x20','eIZgG','thRIw','KEY_TEST_UUID','KEY_HOOK_NAME','addMultipleEntries','KEY_TEST_FAILURE','jOCOl',',\x20state:\x20','getProcessId','mKHcq','name','KEY_TEST_CODE','testData','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','testUUID','YSUsZ','runHooks','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','52GLMwmp','getCurrentTestState','NONE','../state/hookState.js','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','length','WfDxk','POST','xLFut','eventJson','result','TlllV','KEY_TEST_FRAMEWORK_VERSION','JLIZa','KEY_TEST_LOGS','INIT_TEST','KEY_HOOK_RESULT','XIniT','VFHOx','\x20payload=','KEY_TEST_STARTED_AT','../state/testFrameworkState.js','KEY_TEST_FAILURE_TYPE','tags','trackCucumberInstance','TaASP','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_TAGS','getTestDetails','toString','getThreadId','getId','KEY_HOOK_ID','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_LOCATION','sendLogCreatedEvent','Parsed\x20cucumber\x20test:\x20','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','stringify','\x20&\x20hook\x20=\x20','processPendingHooks','resolveInstance','meta','KEY_TEST_ATTACHMENTS','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','243azWxuk','setTestDetails','KEY_HOOKS_FINISHED','KEY_TEST_RERUN_NAME','finishedAt','util','getCurrentInstanceName','ODkOn','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','vRZtE','test','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','getPendingHooks','getTestFrameworks','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','xduwt','252625mKmRWU','storePendingHook','sendLogCreatedEvent:\x20for\x20testId:\x20','parseCucumberTest','trackEvent','KEY_TEST_ENDED_AT'];a70_0xb27f=function(){return _0x496f02;};return a70_0xb27f();}module[a70_0x150d61(0x153)]=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0x1a20(){const _0x18032e=['removeActiveHook','POST','hook_type','HsEDx',',\x20hookUUID=','../state/testFrameworkState.js','getTrackedInstance','getJestFailureType','RWAaD','705306zidFFd',',\x20hook=','WWhQJ','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_HOOK_LAST_STARTED','sendLogCreatedEvent','aWAhp','../cliUtils.js','CrJFL','none','Uedvf','hookUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20result=','replace','yafHk','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','skip',',\x20error:\x20','wHrOj','2939618lIsLff',',\x20hook_run_uuid=','uggAu','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','kind','eventJson','trackJestInstance','./constants/testFrameworkConstants.js','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_TAGS','getProcessId',',\x20totalBatches:\x20','BYRmH','started_at','\x20screenshot\x20logs\x20for\x20testId:\x20','GxeBX','PRE',',\x20messageLength=','UskmJ','KEY_TEST_UUID','Stored\x20pending\x20hook\x20for\x20testId:\x20','file','processPendingHooks','getAllData','../state/hookState.js','hookState','UnhandledError','workerInfo','../../../helpers/helper.js','oYbzo','\x20(testIdentifier),\x20hookType=','getTestFrameworks','endedAt','failure_reason',',\x20attachmentLogs:\x20','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','Rcfxj','trackHookEvent','KEY_TEST_ATTACHMENTS','QvIvb','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20exception=','getJestTestName','reverse','createContext','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20-\x20test_identifier=','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','getAllPendingHookTestIds','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','VrILx','Unknown\x20error',',\x20state:\x20','getJestTestScopes','testFrameworkState','../../../helpers/test-observability/utils','getFileName','dgQFD','AzFbf','scopes','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_HOOK_FAILURE_TYPE','yYkMk','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','\x20files','Assert','KncOK','sFFwo','duration','\x20(testIdentifier),\x20result=','buildHookMapFromTest',',\x20scopes=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','setActiveHook','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','hookMetadata','KEY_EVENT_ENDED_AT','KEY_TEST_NAME','location','getActiveHook','testData','../TestInfo.js','util','errorsDetailed','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION','isArray','3192tgYSPX','KEY_AUTOMATE_SESSION_NAME','beforeAll','vlukR','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','WZUvn','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','removePendingHooks','hookData',',\x20platformIndex:\x20','getRef','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','hookType','pop','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ceil','KEY_CUSTOM_TAGS','GuuhQ','testUUID','ytJON','apply','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','yobLm','tOPQO','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','trackEvent','asyncError','IMVox','KEY_TEST_DURATION','RcOii','activeHooks','DEFAULT_HOOK_RESULT','vLiWy','format','setTrackedInstance','\x20-\x20testId:\x20',',\x20duration=','map','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','grMlc','KEY_HOOK_FAILURE_REASON','uRyac','23954yLqvup','substr','hcgTo','filePath','KEY_TEST_ID','test',',\x20scope:\x20','Arkhe','KEY_TEST_FRAMEWORK_NAME','RLBEW','trackJestInstance:\x20instance\x20already\x20exists','KEY_TEST_CODE','splice','includes','roATH','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','name','toString','296060ObMdVq','BaIOK','PLuqz','getJestFailureReason','TEST','getTestFrameworksVersions',',\x20hookId=','unknown','pJpOJ','../grpcClient','push','WqOTV','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES',',\x20failureType=','exports','hQLMM','parent','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','stringify','KEY_TEST_RERUN_NAME','getCurrentTestState','ALL','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','retryOf',',\x20version=','KEY_HOOK_ID','getJestTestTags','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file_name','slice',',\x20argsKeys=','keys','uuid','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getJestFailureData','inspect','_ALL','storePendingHook','hook_id','afterAll',',\x20screenshotLogs:\x20',',\x20payload:\x20',',\x20hookState:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','pZzNB','KEY_TEST_FAILURE_TYPE','jqVIm','forEach','test_run_uuid','85611GNvtTJ','startsWith','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20totalLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','LOG_REPORT',',\x20test_run_uuid=','PFrZe','getContext','originalTest','MUoQk','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','__workerDetails','28WoHzwp','IWURu',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','OUqEY','AssertionError','jAbUX','12879iJxgiE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','EorGn','hasPendingHooks','matchHookRegex','\x20attachments','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','aauOX','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','error','NONE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','KEY_TEST_RESULT',',\x20logsInBatch:\x20','match','569550tnQJWD','ezKPH','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','parseJestTest','maxArrayLength',',\x20testId=','pid','gyMLS','getRootParentFile','length','hook_result','isJestInternalHook','rjWXE','test_run_id','depth','KEY_TEST_LOCATION','Dlaqv','title','KEY_HOOKS_FINISHED','VDZSK','hooks','createTestFrameworkEventPayload','Error\x20in\x20createTestFrameworkEventPayload:\x20','MmNmN','hookAnalyticsId','iAtVd','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','OFSHA','parse','MgNXQ','BEFORE_ALL','sKPbF','delete','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','czEbs','tzFaE','type','../instances/trackedInstance.js','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','set','parallelIndex','scope','kMfGH','tags','passed','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_HOOK_NAME','logCreatedEvent','getCurrentInstanceName',',\x20filePath=','OsUDH','nKXVs','rtjLF','ZJVbr','hjTtb','DEFAULT_TEST_RESULT','from','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x22\x20hook','UVRuM','platformIndex','result','wmiuS','warn','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','RuUZh','KEY_TEST_META','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20hookType=','status','stack-trace',',\x20testData=','YegRV','\x20&\x20hookState=','Vdbrn',',\x20failureReason=','debug','findIndex','10WLoekP',',\x20filePath:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','base64','hook_run_uuid','\x20(testIdentifier),\x20tags=','test_identifier','KEY_HOOK_LAST_FINISHED','ROOT_DESCRIBE_BLOCK',',\x20consoleLogs:\x20','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','JestTestFramework','missing','34LEXwuv','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hookState=','testFrameworkVersion','KEY_TEST_ENDED_AT','testId','zbffi','getId','filter','KEY_LOGS','KNcJJ','VURMV','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','\x20(testIdentifier)','getPendingHooks',',\x20state=','get','LSIEw','ySTqD','resolveInstance','KEY_HOOK_RESULT','lxRCA','failed','runHooks','startedAt','../instances/testFrameworkInstance.js','getThreadId','rhpFk','KEY_HOOK_LOGS','has','args','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20response=','\x20hook','getHooksForTest','instance','getJestTestIdentifier','split','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20currentTestId:\x20','addMultipleEntries','event_ended_at',',\x20hookData=','message','addPendingHook'];a71_0x1a20=function(){return _0x18032e;};return a71_0x1a20();}function a71_0x2cb0(_0x22b85f,_0x534c89){const _0x1a209f=a71_0x1a20();return a71_0x2cb0=function(_0x2cb0be,_0x533342){_0x2cb0be=_0x2cb0be-0x17b;let _0x54da16=_0x1a209f[_0x2cb0be];return _0x54da16;},a71_0x2cb0(_0x22b85f,_0x534c89);}const a71_0x35fb0a=a71_0x2cb0;(function(_0xd7b06a,_0x209b0a){const _0x2e7521=a71_0x2cb0,_0x4b5409=_0xd7b06a();while(!![]){try{const _0x223390=parseInt(_0x2e7521(0x1f1))/0x1*(parseInt(_0x2e7521(0x2c4))/0x2)+parseInt(_0x2e7521(0x30a))/0x3+-parseInt(_0x2e7521(0x17b))/0x4*(parseInt(_0x2e7521(0x2d6))/0x5)+parseInt(_0x2e7521(0x192))/0x6+-parseInt(_0x2e7521(0x227))/0x7+-parseInt(_0x2e7521(0x298))/0x8*(-parseInt(_0x2e7521(0x182))/0x9)+parseInt(_0x2e7521(0x1e4))/0xa*(-parseInt(_0x2e7521(0x23c))/0xb);if(_0x223390===_0x209b0a)break;else _0x4b5409['push'](_0x4b5409['shift']());}catch(_0x4a9a7e){_0x4b5409['push'](_0x4b5409['shift']());}}}(a71_0x1a20,0x4dec1));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x35fb0a(0x223)),HookState=require(a71_0x35fb0a(0x255)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x35fb0a(0x20a)),CLIUtils=require(a71_0x35fb0a(0x22f)),TrackedInstance=require(a71_0x35fb0a(0x1b8)),TestFrameworkConstants=require(a71_0x35fb0a(0x244)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x35fb0a(0x259)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x35fb0a(0x1ef)),{v4:uuidv4}=require(a71_0x35fb0a(0x2f9)),util=require(a71_0x35fb0a(0x293)),TestInfo=require(a71_0x35fb0a(0x292)),GrpcClient=require(a71_0x35fb0a(0x2df)),stackTrace=require(a71_0x35fb0a(0x1dc));class JestTestFramework extends TestFramework{constructor(_0x2a9993,_0x2f6a08,_0x43212e){const _0x49510b=a71_0x35fb0a;super(_0x2a9993,_0x2f6a08,_0x43212e),this[_0x49510b(0x2b8)]=new Map();}[a71_0x35fb0a(0x28a)](_0x1ad11e,_0x1fb7e2,_0x39df39){const _0xf4a4be=a71_0x35fb0a,_0x3d991f={};_0x3d991f['fxRUG']=function(_0x15b405,_0x478f29){return _0x15b405||_0x478f29;};const _0x1c4380=_0x3d991f;if(_0x1c4380['fxRUG'](!_0x1ad11e,!_0x1fb7e2)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1ad11e+',\x20hookUUID='+_0x1fb7e2);return;}!this[_0xf4a4be(0x2b8)][_0xf4a4be(0x20e)](_0x1ad11e)&&this[_0xf4a4be(0x2b8)][_0xf4a4be(0x1bb)](_0x1ad11e,[]);const _0x167cec={'hookUUID':_0x1fb7e2,'hookType':_0x39df39,'startedAt':new Date()[_0xf4a4be(0x260)]()};this['activeHooks'][_0xf4a4be(0x201)](_0x1ad11e)['push'](_0x167cec),logger['debug'](_0xf4a4be(0x2ee)+_0x1ad11e+_0xf4a4be(0x222)+_0x1fb7e2+_0xf4a4be(0x1da)+_0x39df39+',\x20totalHooks='+this[_0xf4a4be(0x2b8)]['get'](_0x1ad11e)[_0xf4a4be(0x19c)]);}[a71_0x35fb0a(0x21e)](_0x546241,_0x31dbb5){const _0x4262ff=a71_0x35fb0a,_0xcadd0d={};_0xcadd0d[_0x4262ff(0x1b2)]=function(_0x472124,_0x2beec8){return _0x472124||_0x2beec8;},_0xcadd0d['ytJON']=function(_0xa2f8fc,_0x2a1cdf){return _0xa2f8fc!==_0x2a1cdf;},_0xcadd0d['ySTqD']=function(_0x351247,_0x298a6f){return _0x351247===_0x298a6f;};const _0xb11fa7=_0xcadd0d;if(_0xb11fa7[_0x4262ff(0x1b2)](!_0x546241,!_0x31dbb5)){logger[_0x4262ff(0x1d4)](_0x4262ff(0x1d5)+_0x546241+_0x4262ff(0x222)+_0x31dbb5);return;}if(this[_0x4262ff(0x2b8)][_0x4262ff(0x20e)](_0x546241)){const _0x1c56ea=this[_0x4262ff(0x2b8)][_0x4262ff(0x201)](_0x546241),_0x151312=_0x1c56ea[_0x4262ff(0x1e3)](_0x5cee0b=>_0x5cee0b[_0x4262ff(0x233)]===_0x31dbb5);_0xb11fa7[_0x4262ff(0x2ad)](_0x151312,-0x1)?(_0x1c56ea[_0x4262ff(0x2d0)](_0x151312,0x1),logger['debug'](_0x4262ff(0x26f)+_0x546241+_0x4262ff(0x222)+_0x31dbb5+',\x20remainingHooks='+_0x1c56ea[_0x4262ff(0x19c)]),_0xb11fa7[_0x4262ff(0x203)](_0x1c56ea[_0x4262ff(0x19c)],0x0)&&this[_0x4262ff(0x2b8)][_0x4262ff(0x1b3)](_0x546241)):logger[_0x4262ff(0x1e2)](_0x4262ff(0x2a5)+_0x546241+_0x4262ff(0x222)+_0x31dbb5);}}[a71_0x35fb0a(0x290)](_0x1b5b5e){const _0x8a2d08=a71_0x35fb0a,_0x2649c3={};_0x2649c3[_0x8a2d08(0x1b6)]=function(_0x22b670,_0x2795ed){return _0x22b670>_0x2795ed;},_0x2649c3[_0x8a2d08(0x27a)]=function(_0x28b829,_0x5f36ba){return _0x28b829-_0x5f36ba;};const _0x52ae00=_0x2649c3;if(!_0x1b5b5e)return null;if(this[_0x8a2d08(0x2b8)][_0x8a2d08(0x20e)](_0x1b5b5e)){const _0x4875a1=this[_0x8a2d08(0x2b8)][_0x8a2d08(0x201)](_0x1b5b5e);if(_0x52ae00[_0x8a2d08(0x1b6)](_0x4875a1[_0x8a2d08(0x19c)],0x0)){const _0x4b11ce=_0x4875a1[_0x52ae00[_0x8a2d08(0x27a)](_0x4875a1['length'],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x1b5b5e+_0x8a2d08(0x222)+_0x4b11ce[_0x8a2d08(0x233)]+',\x20hookType='+_0x4b11ce[_0x8a2d08(0x2a6)]),_0x4b11ce;}}return null;}async[a71_0x35fb0a(0x2b3)](_0x2f64bb,_0x58c162,_0x10ba3a={}){const _0x2b867f=a71_0x35fb0a,_0x19ed7b={};_0x19ed7b[_0x2b867f(0x1a3)]=_0x2b867f(0x2f4),_0x19ed7b[_0x2b867f(0x1c8)]=function(_0x502a1d,_0x86c6ac){return _0x502a1d===_0x86c6ac;},_0x19ed7b[_0x2b867f(0x17f)]=function(_0x4f0e0a,_0x13a553){return _0x4f0e0a||_0x13a553;},_0x19ed7b[_0x2b867f(0x184)]=_0x2b867f(0x1ba);const _0x34a7ee=_0x19ed7b;logger[_0x2b867f(0x1e2)](_0x2b867f(0x188)+_0x2f64bb+_0x2b867f(0x1f3)+_0x58c162+_0x2b867f(0x2f7)+Object[_0x2b867f(0x2f8)](_0x10ba3a)['join'](',')),await super[_0x2b867f(0x2b3)](_0x2f64bb,_0x58c162,_0x10ba3a);const _0x2b2871=this[_0x2b867f(0x204)](_0x2f64bb,_0x58c162,_0x10ba3a);if(!_0x2b2871){logger['debug'](_0x34a7ee[_0x2b867f(0x1a3)]);return;}try{let _0x120053,_0x240411,_0x3ad292;switch(_0x2f64bb){case TestFrameworkState[_0x2b867f(0x2da)]:_0x120053=_0x10ba3a['test'];const _0x5d6e13={};_0x5d6e13[_0x2b867f(0x1a1)]=0x2,_0x5d6e13[_0x2b867f(0x197)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x58c162+_0x2b867f(0x1dd)+util[_0x2b867f(0x2fc)](_0x120053,_0x5d6e13)),_0x3ad292=this[_0x2b867f(0x215)](_0x120053),_0x240411=null,logger[_0x2b867f(0x1e2)](_0x2b867f(0x1f2)+_0x3ad292+_0x2b867f(0x1fe));if(_0x34a7ee[_0x2b867f(0x1c8)](_0x58c162,HookState[_0x2b867f(0x24d)])){logger[_0x2b867f(0x1e2)](_0x2b867f(0x238)+_0x3ad292);const _0x17b977={};_0x17b977[_0x2b867f(0x2ac)]=_0x240411,_0x17b977[_0x2b867f(0x291)]=_0x120053,_0x17b977[_0x2b867f(0x1f6)]=_0x3ad292;const _0x1c0577=this[_0x2b867f(0x196)](_0x17b977),_0x28bc59={};_0x28bc59[_0x2b867f(0x1a1)]=0x2,_0x28bc59[_0x2b867f(0x197)]=0x3,logger[_0x2b867f(0x1e2)](_0x2b867f(0x234)+util['inspect'](_0x1c0577,_0x28bc59)),_0x2b2871[_0x2b867f(0x219)](_0x1c0577),logger[_0x2b867f(0x1e2)](_0x2b867f(0x316)+_0x3ad292),await this['processPendingHooks'](_0x2b2871,_0x3ad292);}else{if(_0x34a7ee['nKXVs'](_0x58c162,HookState['POST'])){logger[_0x2b867f(0x1e2)](_0x2b867f(0x1c1)+_0x3ad292);const _0x38af93=_0x2b2871['getAllData']()[_0x2b867f(0x201)](_0x3ad292);logger[_0x2b867f(0x1e2)](_0x2b867f(0x1fd)+util[_0x2b867f(0x2fc)](Object[_0x2b867f(0x2f8)](_0x34a7ee['OUqEY'](_0x38af93,{}))));_0x38af93&&_0x38af93[TestFrameworkConstants[_0x2b867f(0x264)]]?logger[_0x2b867f(0x1e2)](_0x2b867f(0x183)+Object[_0x2b867f(0x2f8)](_0x38af93[TestFrameworkConstants[_0x2b867f(0x264)]])['length']+_0x2b867f(0x281)):logger['debug'](_0x34a7ee[_0x2b867f(0x184)]);const _0x2d72e0=_0x10ba3a[_0x2b867f(0x314)]||null,_0x5561e8={};_0x5561e8['testUUID']=_0x240411,_0x5561e8[_0x2b867f(0x291)]=_0x120053,_0x5561e8[_0x2b867f(0x1f6)]=_0x3ad292,_0x5561e8[_0x2b867f(0x314)]=_0x2d72e0;const _0x4f0c18=this[_0x2b867f(0x1b9)](_0x5561e8),_0x523324={};_0x523324[_0x2b867f(0x1a1)]=0x2,_0x523324['maxArrayLength']=0x3,logger[_0x2b867f(0x1e2)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util['inspect'](_0x4f0c18,_0x523324)),_0x2b2871['addMultipleEntries'](_0x4f0c18),logger[_0x2b867f(0x1e2)](_0x2b867f(0x304)+_0x3ad292),await this['processPendingHooks'](_0x2b2871,_0x3ad292);}}break;case TestFrameworkState[_0x2b867f(0x310)]:if(_0x34a7ee['nKXVs'](_0x58c162,HookState[_0x2b867f(0x21f)])){const _0x52cb8f={};_0x52cb8f[_0x2b867f(0x1a1)]=0x2,logger[_0x2b867f(0x1e2)](_0x2b867f(0x1b4)+util['inspect'](_0x10ba3a,_0x52cb8f)),await this['sendLogCreatedEvent'](_0x2b2871,_0x2f64bb,_0x10ba3a);}break;default:if(CLIUtils[_0x2b867f(0x186)](_0x2f64bb['toString']()[_0x2b867f(0x216)]('.')[0x1])){const _0x113a54={};_0x113a54[_0x2b867f(0x1a1)]=0x2,_0x113a54[_0x2b867f(0x197)]=0x3,logger[_0x2b867f(0x1e2)](_0x2b867f(0x26b)+_0x2f64bb+',\x20hookState='+_0x58c162+_0x2b867f(0x21b)+util[_0x2b867f(0x2fc)](_0x10ba3a[_0x2b867f(0x2a2)],_0x113a54));const _0x4a90e0=await this['trackHookEvent'](_0x2b2871,_0x2f64bb,_0x58c162,_0x10ba3a),_0x14856b={};_0x14856b['depth']=0x2,_0x14856b['maxArrayLength']=0x3,logger['debug'](_0x2b867f(0x210)+util[_0x2b867f(0x2fc)](_0x4a90e0,_0x14856b)),_0x2b2871[_0x2b867f(0x219)](_0x4a90e0);}else logger[_0x2b867f(0x1e2)](_0x2b867f(0x2af)+_0x2f64bb+_0x2b867f(0x1df)+_0x58c162);break;}logger['debug'](_0x2b867f(0x2d3)+_0x2f64bb+',\x20hookState='+_0x58c162);}catch(_0x2f44d7){logger[_0x2b867f(0x18c)](_0x2b867f(0x2a0)+_0x2f64bb+_0x2b867f(0x1f3)+_0x58c162+_0x2b867f(0x267)+util['format'](_0x2f44d7));}_0x10ba3a['instance']=_0x2b2871,await this[_0x2b867f(0x208)](_0x2b2871,_0x2f64bb,_0x58c162,_0x10ba3a);}[a71_0x35fb0a(0x215)](_0x373ba6){const _0x5eed82=a71_0x35fb0a,_0x53b584={};_0x53b584[_0x5eed82(0x22e)]=_0x5eed82(0x318);const _0x201ac3=_0x53b584;if(_0x373ba6&&(_0x373ba6['id']||_0x373ba6['uuid'])){const _0x1f4368=_0x373ba6['id']||_0x373ba6['uuid'];return logger[_0x5eed82(0x1e2)](_0x5eed82(0x2b2)+_0x1f4368+'\x22\x20from\x20testData'),_0x1f4368;}return logger[_0x5eed82(0x1e2)](_0x201ac3['aWAhp']),process[_0x5eed82(0x199)]+':testAnalyticsId';}[a71_0x35fb0a(0x204)](_0x37ddd4,_0x1222b8,_0x4a6be2={}){const _0x31e03e=a71_0x35fb0a;let _0x43e443=null;return _0x43e443=TestFramework[_0x31e03e(0x224)](),!_0x43e443?(logger[_0x31e03e(0x1e2)](_0x31e03e(0x18a)+_0x37ddd4),this[_0x31e03e(0x243)](_0x37ddd4,_0x4a6be2),_0x43e443=TestFramework[_0x31e03e(0x224)](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x43e443+',\x20contextId='+_0x43e443?.['getContext']()?.['getId']())):logger[_0x31e03e(0x1e2)](_0x31e03e(0x22b)+_0x43e443[_0x31e03e(0x313)]()?.[_0x31e03e(0x1f8)]()),_0x43e443;}[a71_0x35fb0a(0x243)](_0x4ef306,_0x386cbc){const _0x25e344=a71_0x35fb0a,_0x3b7340={};_0x3b7340[_0x25e344(0x230)]=_0x25e344(0x2ce);const _0x2fcf03=_0x3b7340;if(TestFramework[_0x25e344(0x224)]()){logger['debug'](_0x2fcf03[_0x25e344(0x230)]);return;}const _0x3d1e8d=CLIUtils[_0x25e344(0x1c5)](),_0x49644d=TrackedInstance[_0x25e344(0x26a)](_0x3d1e8d);let _0x24c1e6=null;logger[_0x25e344(0x1e2)](_0x25e344(0x29e)+_0x3d1e8d+_0x25e344(0x200)+_0x4ef306),_0x24c1e6=new TestFrameworkInstance(_0x49644d,this[_0x25e344(0x25c)](),this['getTestFrameworksVersions'](),_0x4ef306,HookState[_0x25e344(0x18d)]),TestFramework[_0x25e344(0x2bc)](_0x49644d,_0x24c1e6),logger[_0x25e344(0x1e2)](_0x25e344(0x271)+_0x49644d['getId']()+',\x20target='+_0x3d1e8d+',\x20testFramework='+this[_0x25e344(0x25c)]()[0x0]+_0x25e344(0x2f0)+this[_0x25e344(0x2db)]()[this[_0x25e344(0x25c)]()[0x0]]);}['parseJestTest'](_0x6854eb){const _0xaa491c=a71_0x35fb0a,_0x37d6a4={};_0x37d6a4[_0xaa491c(0x2e1)]=function(_0x4d26f3,_0x45137f){return _0x4d26f3||_0x45137f;},_0x37d6a4[_0xaa491c(0x24f)]=_0xaa491c(0x29c);const _0x3d36a4=_0x37d6a4,{testUUID:_0x5c1b7d,testData:_0x36ad91,testId:_0x1eaaa7}=_0x6854eb;if(_0x3d36a4[_0xaa491c(0x2e1)](!_0x36ad91,!_0x1eaaa7))return logger[_0xaa491c(0x1e2)](_0x3d36a4[_0xaa491c(0x24f)]),{};const _0x3363ab=this[_0xaa491c(0x25c)]()[0x0],_0x152982=this[_0xaa491c(0x2db)](),_0x485e6c={};_0x485e6c[_0xaa491c(0x1a1)]=0x2,_0x485e6c[_0xaa491c(0x197)]=0x3,logger[_0xaa491c(0x1e2)](_0xaa491c(0x17e)+util['inspect'](_0x36ad91,_0x485e6c));const _0x3aa6d3=_0x36ad91?.[_0xaa491c(0x27b)]||[],_0x1b067c=this[_0xaa491c(0x268)](_0x36ad91),_0x4853b8=this[_0xaa491c(0x26d)](_0x36ad91),_0x4206c3=_0x36ad91['fn']?_0x36ad91['fn'][_0xaa491c(0x2d5)]():null,_0x4993ef=this[_0xaa491c(0x2f2)](_0x36ad91),_0x464bb1={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3363ab,[TestFrameworkConstants[_0xaa491c(0x296)]]:_0x152982[_0x3363ab],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0xaa491c(0x1a5)]]:{},[TestFrameworkConstants[_0xaa491c(0x27f)]]:{},[TestFrameworkConstants[_0xaa491c(0x18f)]]:TestFrameworkConstants[_0xaa491c(0x1cc)],[TestFrameworkConstants[_0xaa491c(0x299)]]:_0x1b067c,[TestFrameworkConstants[_0xaa491c(0x2e3)]]:_0x4853b8,[TestFrameworkConstants[_0xaa491c(0x2c8)]]:_0x1eaaa7,[TestFrameworkConstants[_0xaa491c(0x28e)]]:_0x1b067c,[TestFrameworkConstants[_0xaa491c(0x1a2)]]:_0x4853b8,[TestFrameworkConstants[_0xaa491c(0x2cf)]]:_0x4206c3,[TestFrameworkConstants[_0xaa491c(0x246)]]:_0x4993ef,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x36ad91['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x3aa6d3[0x0]||'',[TestFrameworkConstants[_0xaa491c(0x2e4)]]:_0x3aa6d3,[TestFrameworkConstants[_0xaa491c(0x2eb)]]:_0x1b067c,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0xaa491c(0x1d7)]]:{}};_0x36ad91[_0xaa491c(0x2ef)]&&(_0x464bb1[TestFrameworkConstants[_0xaa491c(0x23f)]]=_0x36ad91['retryOf']);logger['debug']('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x1b067c+_0xaa491c(0x198)+_0x1eaaa7+_0xaa491c(0x1e9)+JSON[_0xaa491c(0x2ea)](_0x4993ef)+_0xaa491c(0x288)+util['inspect'](_0x3aa6d3)+_0xaa491c(0x1c6)+_0x4853b8);const _0x59388a={};return _0x59388a[_0x1eaaa7]=_0x464bb1,_0x59388a;}[a71_0x35fb0a(0x1b9)](_0x52d025){const _0x54ec32=a71_0x35fb0a,_0x6abd33={'MUoQk':function(_0x18cab0,_0x22e39e){return _0x18cab0===_0x22e39e;},'MgNXQ':_0x54ec32(0x300),'MmNmN':function(_0x22c72d,_0x562164){return _0x22c72d===_0x562164;},'Rcfxj':_0x54ec32(0x29a),'RuUZh':_0x54ec32(0x2ed),'hQLMM':_0x54ec32(0x2fd),'UbUjQ':function(_0x4667a7,_0x484b0a){return _0x4667a7||_0x484b0a;},'YsUuV':_0x54ec32(0x28b),'OsUDH':function(_0x785040,_0x19eaec){return _0x785040||_0x19eaec;},'tOPQO':_0x54ec32(0x2dd),'zbffi':function(_0xe03ed5,_0x9ac34d){return _0xe03ed5>_0x9ac34d;},'wHrOj':_0x54ec32(0x207),'vLiWy':function(_0x293e14,_0x3ecf06){return _0x293e14===_0x3ecf06;},'jqVIm':_0x54ec32(0x239),'BYRmH':'skipped','rjWXE':_0x54ec32(0x1c0),'aauOX':function(_0x2593ce,_0x23d889){return _0x2593ce!==_0x23d889;},'IWURu':function(_0x3b469e,_0x2337ad,_0x8b17e1,_0x817dd3){return _0x3b469e(_0x2337ad,_0x8b17e1,_0x817dd3);},'yafHk':function(_0x3e8015,_0x16e30c){return _0x3e8015>_0x16e30c;},'BoIEd':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','rtjLF':function(_0x15377d,_0x335987){return _0x15377d===_0x335987;}},{testUUID:_0x20370a,testData:_0x149f42,testId:_0x4f5c45}=_0x52d025;if(_0x6abd33['UbUjQ'](!_0x149f42,!_0x4f5c45))return logger[_0x54ec32(0x1e2)](_0x6abd33['YsUuV']),{};const _0x4882cb=this[_0x54ec32(0x204)](TestFrameworkState[_0x54ec32(0x2da)],HookState[_0x54ec32(0x21f)]),_0x9ef85f=_0x4882cb[_0x54ec32(0x254)]()[_0x54ec32(0x201)](_0x4f5c45),_0x311b95=_0x6abd33[_0x54ec32(0x1c7)](_0x9ef85f,{}),_0x56d9ee=_0x311b95?_0x311b95[TestFrameworkConstants[_0x54ec32(0x2aa)]]||{}:{},_0x518804=_0x311b95[TestFrameworkConstants[_0x54ec32(0x264)]];logger[_0x54ec32(0x1e2)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x518804?Object[_0x54ec32(0x2f8)](_0x518804)[_0x54ec32(0x19c)]:0x0)+_0x54ec32(0x187));let _0x4927d1=_0x6abd33[_0x54ec32(0x2b1)];if(_0x149f42[_0x54ec32(0x1d2)])_0x4927d1=_0x149f42[_0x54ec32(0x1d2)];else{if(_0x149f42[_0x54ec32(0x294)]&&_0x6abd33[_0x54ec32(0x1f7)](_0x149f42[_0x54ec32(0x294)]['length'],0x0))_0x4927d1=_0x6abd33[_0x54ec32(0x23b)];else _0x6abd33[_0x54ec32(0x2ba)](_0x149f42[_0x54ec32(0x1db)],_0x6abd33[_0x54ec32(0x307)])||_0x6abd33[_0x54ec32(0x2ba)](_0x149f42[_0x54ec32(0x1db)],_0x6abd33[_0x54ec32(0x249)])?_0x4927d1=_0x6abd33[_0x54ec32(0x249)]:_0x4927d1=_0x6abd33[_0x54ec32(0x19f)];}const _0x1779c9={..._0x311b95,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4927d1,[TestFrameworkConstants[_0x54ec32(0x1f5)]]:_0x149f42['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x56d9ee,[TestFrameworkConstants[_0x54ec32(0x1fa)]]:[],[TestFrameworkConstants[_0x54ec32(0x1d7)]]:{}};if(_0x6abd33[_0x54ec32(0x1aa)](_0x4927d1,_0x6abd33['wHrOj'])&&_0x149f42[_0x54ec32(0x294)]){const _0x185c1d=this[_0x54ec32(0x2d9)](_0x149f42),_0x129eeb=this[_0x54ec32(0x225)](_0x149f42),_0x58aaab=this[_0x54ec32(0x2fb)](_0x149f42);_0x1779c9[TestFrameworkConstants[_0x54ec32(0x306)]]=_0x129eeb,_0x1779c9[TestFrameworkConstants[_0x54ec32(0x295)]]=_0x185c1d,_0x1779c9[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x58aaab;}_0x6abd33[_0x54ec32(0x189)](_0x149f42[_0x54ec32(0x285)],undefined)&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x2b6)]]=_0x149f42['duration']);_0x149f42[_0x54ec32(0x2ef)]&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x23f)]]=_0x149f42[_0x54ec32(0x2ef)]);const _0x136e2b=_0x9ef85f?_0x9ef85f[TestFrameworkConstants[_0x54ec32(0x264)]]||{}:{},_0x55cb48=_0x9ef85f?_0x9ef85f[TestFrameworkConstants[_0x54ec32(0x250)]]:_0x20370a,_0x3c54c3=_0x6abd33[_0x54ec32(0x17c)](getManualUploadLogs,_0x136e2b,_0x55cb48,_0x4f5c45);if(_0x6abd33[_0x54ec32(0x237)](_0x3c54c3[_0x54ec32(0x19c)],0x0)){const _0x25d0aa=_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1fa)]]||[];_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1fa)]]=[..._0x25d0aa,..._0x3c54c3];}const _0x128cb2=_0x311b95[TestFrameworkConstants[_0x54ec32(0x1a5)]]||{},_0x188a86=_0x311b95[TestFrameworkConstants[_0x54ec32(0x27f)]]||{},_0x496eae={..._0x128cb2},_0x5b30b2=_0x496eae;Object[_0x54ec32(0x2f8)](_0x188a86)['forEach'](_0x4729ed=>{const _0x418b0c=_0x54ec32;!_0x5b30b2[_0x4729ed]&&(_0x5b30b2[_0x4729ed]=[]);const _0x2d6544=new Set((_0x5b30b2[_0x4729ed]||[])['map'](_0x1599f0=>_0x1599f0[TestFrameworkConstants[_0x418b0c(0x2f1)]]||_0x1599f0[_0x418b0c(0x2ff)]));(_0x188a86[_0x4729ed]||[])[_0x418b0c(0x308)](_0x3461f1=>{const _0x5d22d8=_0x418b0c,_0x4eb801=_0x3461f1[TestFrameworkConstants[_0x5d22d8(0x2f1)]]||_0x3461f1[_0x5d22d8(0x2ff)];if(!_0x2d6544[_0x5d22d8(0x20e)](_0x4eb801)){const _0xf0e635={..._0x3461f1},_0x157e1c=_0xf0e635;!_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x28d)]]&&!_0x157e1c[_0x5d22d8(0x21a)]&&(_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x28d)]]=new Date()[_0x5d22d8(0x260)]()),!_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x205)]]&&!_0x157e1c[_0x5d22d8(0x19d)]&&(_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x205)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5b30b2[_0x4729ed]['push'](_0x157e1c);}});});if(_0x52d025[_0x54ec32(0x314)]){this[_0x54ec32(0x2f3)](_0x52d025['originalTest']);const _0x58b9d4=this[_0x54ec32(0x287)](_0x52d025['originalTest']),_0x2205f0=this[_0x54ec32(0x213)](_0x52d025[_0x54ec32(0x314)]);_0x2205f0['forEach'](_0x454bfe=>{const _0x2633ce=_0x54ec32,_0x7abcbb=_0x58b9d4[_0x2633ce(0x201)](_0x454bfe);if(_0x7abcbb&&(_0x6abd33[_0x2633ce(0x315)](_0x7abcbb[_0x2633ce(0x1b7)],_0x6abd33[_0x2633ce(0x1b0)])||_0x6abd33['MmNmN'](_0x7abcbb[_0x2633ce(0x1b7)],_0x6abd33[_0x2633ce(0x262)]))){const _0x79ddaa=_0x7abcbb['type']['toUpperCase']()[_0x2633ce(0x236)](_0x6abd33[_0x2633ce(0x1d6)],_0x6abd33[_0x2633ce(0x2e7)]),_0x40f143=_0x79ddaa;!_0x5b30b2[_0x40f143]&&(_0x5b30b2[_0x40f143]=[]);const _0x4877e6=_0x5b30b2[_0x40f143]['find'](_0x49226b=>(_0x49226b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x49226b[_0x2633ce(0x2ff)])===_0x454bfe);!_0x4877e6&&_0x5b30b2[_0x40f143][_0x2633ce(0x2e0)]({'key':_0x40f143,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x454bfe,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2633ce(0x2b9)],[TestFrameworkConstants[_0x2633ce(0x22a)]]:new Date()[_0x2633ce(0x260)](),[TestFrameworkConstants[_0x2633ce(0x28d)]]:new Date()[_0x2633ce(0x260)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x2633ce(0x1c3)]]:_0x7abcbb['name']||_0x7abcbb[_0x2633ce(0x1b7)]+_0x2633ce(0x212),[TestFrameworkConstants[_0x2633ce(0x2aa)]]:_0x56d9ee});}});}if(_0x149f42[_0x54ec32(0x1a7)]&&_0x6abd33['zbffi'](_0x149f42[_0x54ec32(0x1a7)][_0x54ec32(0x19c)],0x0))_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1a5)]]=_0x149f42['hooks'],logger[_0x54ec32(0x1e2)](_0x6abd33['BoIEd']);else _0x6abd33[_0x54ec32(0x1f7)](Object[_0x54ec32(0x2f8)](_0x5b30b2)['length'],0x0)&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1a5)]]=_0x5b30b2,logger[_0x54ec32(0x1e2)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x54ec32(0x2f8)](_0x5b30b2)['join'](',')));const _0x3e1060=this[_0x54ec32(0x268)](_0x149f42);logger[_0x54ec32(0x1e2)](_0x54ec32(0x195)+_0x3e1060+_0x54ec32(0x198)+_0x4f5c45+_0x54ec32(0x286)+_0x4927d1+_0x54ec32(0x2be)+_0x149f42[_0x54ec32(0x285)]);_0x6abd33[_0x54ec32(0x1c9)](_0x4927d1,_0x6abd33[_0x54ec32(0x23b)])&&logger[_0x54ec32(0x1e2)](_0x54ec32(0x266)+_0x4f5c45+_0x54ec32(0x2e5)+_0x1779c9[TestFrameworkConstants[_0x54ec32(0x306)]]+',\x20failureReason='+_0x1779c9[TestFrameworkConstants[_0x54ec32(0x295)]]?.['substring'](0x0,0xc8));const _0x3591e7={};return _0x3591e7[_0x4f5c45]=_0x1779c9,_0x3591e7;}[a71_0x35fb0a(0x275)](_0x4e3863){const _0x299bc7=a71_0x35fb0a,_0x2ecc51={};_0x2ecc51['gyMLS']=function(_0x1edc7a,_0x2c3ea0){return _0x1edc7a!==_0x2c3ea0;},_0x2ecc51[_0x299bc7(0x2ab)]=function(_0x26c063,_0x3b3c03){return _0x26c063!==_0x3b3c03;},_0x2ecc51[_0x299bc7(0x2b0)]=_0x299bc7(0x1ec);const _0x39e357=_0x2ecc51,_0x34f706={};_0x34f706[_0x299bc7(0x1a1)]=0x2,_0x34f706[_0x299bc7(0x197)]=0x3,logger[_0x299bc7(0x1e2)](_0x299bc7(0x2e9)+util['inspect'](_0x4e3863,_0x34f706));const _0x4c9870=[];if(_0x4e3863&&_0x4e3863[_0x299bc7(0x2e8)]){let _0x3854b7=_0x4e3863[_0x299bc7(0x2e8)];while(_0x3854b7&&_0x3854b7['name']&&_0x39e357[_0x299bc7(0x19a)](_0x3854b7[_0x299bc7(0x2d4)],'')&&_0x39e357[_0x299bc7(0x2ab)](_0x3854b7[_0x299bc7(0x2d4)],_0x39e357['yobLm'])){_0x4c9870[_0x299bc7(0x2e0)](_0x3854b7[_0x299bc7(0x2d4)]),_0x3854b7=_0x3854b7[_0x299bc7(0x2e8)];}}return _0x4c9870[_0x299bc7(0x269)]();}[a71_0x35fb0a(0x268)](_0x57da3b){const _0x11ffff=a71_0x35fb0a,_0x4faee6={};_0x4faee6['YegRV']='Unknown\x20Test';const _0x425ec9=_0x4faee6;if(_0x57da3b[_0x11ffff(0x2d4)])return _0x57da3b[_0x11ffff(0x2d4)];if(_0x57da3b[_0x11ffff(0x1a4)])return _0x57da3b[_0x11ffff(0x1a4)];return _0x425ec9[_0x11ffff(0x1de)];}[a71_0x35fb0a(0x2f2)](_0x5c2fd4){const _0x28f3f8=a71_0x35fb0a,_0x1dd43d=[];if(_0x5c2fd4[_0x28f3f8(0x1bf)]&&Array['isArray'](_0x5c2fd4[_0x28f3f8(0x1bf)]))return _0x5c2fd4[_0x28f3f8(0x1bf)][_0x28f3f8(0x2bf)](_0x330c82=>_0x330c82[_0x28f3f8(0x30b)]('@')?_0x330c82[_0x28f3f8(0x2c5)](0x1):_0x330c82);const _0x53be5d=this[_0x28f3f8(0x268)](_0x5c2fd4),_0x417f17=_0x53be5d[_0x28f3f8(0x191)](/@(\w+)/g);if(_0x417f17)return _0x417f17[_0x28f3f8(0x2bf)](_0x3b5ed1=>_0x3b5ed1[_0x28f3f8(0x2f6)](0x1));return _0x5c2fd4['scopes']&&Array[_0x28f3f8(0x297)](_0x5c2fd4['scopes'])&&_0x5c2fd4[_0x28f3f8(0x27b)]['forEach'](_0xa37abd=>{const _0x1f51be=_0x28f3f8,_0x48854e=_0xa37abd['match'](/@(\w+)/g);_0x48854e&&_0x48854e[_0x1f51be(0x308)](_0x30ac17=>{const _0x1a5de0=_0x1f51be,_0x57d91e=_0x30ac17[_0x1a5de0(0x2f6)](0x1);!_0x1dd43d[_0x1a5de0(0x2d1)](_0x57d91e)&&_0x1dd43d[_0x1a5de0(0x2e0)](_0x57d91e);});}),_0x1dd43d;}[a71_0x35fb0a(0x26d)](_0x3b1927){const _0x42c355=a71_0x35fb0a,_0x3fe898={'czEbs':function(_0x5c2ff9,_0x35c7b0){return _0x5c2ff9(_0x35c7b0);},'hjTtb':_0x42c355(0x1dc)};if(_0x3b1927[_0x42c355(0x2f5)])return _0x3b1927[_0x42c355(0x2f5)];if(_0x3b1927['asyncError']){const _0x30351c=_0x3fe898[_0x42c355(0x1b5)](require,_0x3fe898[_0x42c355(0x1cb)]);try{const _0x3e213e=_0x30351c[_0x42c355(0x1af)](_0x3b1927['asyncError']);if(_0x3e213e[0x0]&&_0x3e213e[0x0]['getFileName'])return _0x3e213e[0x0][_0x42c355(0x278)]();}catch(_0x25ebb4){logger[_0x42c355(0x1e2)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x42c355(0x2bb)](_0x25ebb4));}}return null;}[a71_0x35fb0a(0x2d9)](_0x1151cb){const _0x24f9e6=a71_0x35fb0a,_0x3293c1={};_0x3293c1[_0x24f9e6(0x29d)]=function(_0x6d3879,_0x2e888c){return _0x6d3879>_0x2e888c;},_0x3293c1[_0x24f9e6(0x265)]=_0x24f9e6(0x273);const _0x38b80b=_0x3293c1;if(_0x1151cb['errorsDetailed']&&_0x38b80b['WZUvn'](_0x1151cb[_0x24f9e6(0x294)][_0x24f9e6(0x19c)],0x0))return util['inspect'](_0x1151cb[_0x24f9e6(0x294)][0x0]);if(_0x1151cb[_0x24f9e6(0x25e)])return _0x1151cb[_0x24f9e6(0x25e)];return _0x38b80b['QvIvb'];}[a71_0x35fb0a(0x225)](_0x17c3b9){const _0x1d4a02=a71_0x35fb0a,_0x2d8398={};_0x2d8398[_0x1d4a02(0x1d3)]=_0x1d4a02(0x282),_0x2d8398[_0x1d4a02(0x279)]=_0x1d4a02(0x180),_0x2d8398[_0x1d4a02(0x24c)]=_0x1d4a02(0x257);const _0x539939=_0x2d8398,_0x345b75=this['getJestFailureReason'](_0x17c3b9);if(_0x345b75&&_0x345b75['includes'](_0x539939[_0x1d4a02(0x1d3)]))return _0x539939[_0x1d4a02(0x279)];return _0x539939[_0x1d4a02(0x24c)];}[a71_0x35fb0a(0x2fb)](_0x271eaa){const _0x536f66=a71_0x35fb0a,_0x5bb3cc={'oYbzo':function(_0x2c5235,_0x4497fe){return _0x2c5235(_0x4497fe);},'pJpOJ':_0x536f66(0x277),'mwaaX':function(_0x404b40,_0x12d886){return _0x404b40!==_0x12d886;},'hcgTo':_0x536f66(0x2c9)},{failureData:_0x866a2e}=_0x5bb3cc[_0x536f66(0x25a)](require,_0x5bb3cc[_0x536f66(0x2de)]),_0x43d7be=[];return _0x5bb3cc['mwaaX'](_0x271eaa[_0x536f66(0x294)],undefined)&&_0x43d7be[_0x536f66(0x2e0)](_0x271eaa[_0x536f66(0x294)],_0x5bb3cc[_0x536f66(0x2c6)]),_0x866a2e[_0x536f66(0x2ae)](null,_0x43d7be);}async[a71_0x35fb0a(0x263)](_0xae2aa5,_0x52b232,_0x37fee8,_0x143c4d){const _0x33eb2e=a71_0x35fb0a,_0x3bf248={'IMVox':_0x33eb2e(0x289),'VURMV':function(_0xdc0640){return _0xdc0640();},'OFSHA':function(_0x387b7a,_0x5b03f8){return _0x387b7a in _0x5b03f8;},'hANTY':function(_0x1401d6,_0x348a2e){return _0x1401d6 in _0x348a2e;},'WWhQJ':function(_0x4af02a,_0x2f0a4e){return _0x4af02a===_0x2f0a4e;},'Arkhe':function(_0x42ae4f,_0x148236){return _0x42ae4f>_0x148236;},'VDZSK':'failed','PFrZe':_0x33eb2e(0x1c0),'HxMTd':function(_0x34df85,_0x3bfb96){return _0x34df85>_0x3bfb96;},'LYsoU':function(_0x2d4675,_0xb4977f){return _0x2d4675===_0xb4977f;},'iAtVd':function(_0x421af5,_0x2ddf78){return _0x421af5!==_0x2ddf78;}},{hookData:_0x3a2eaa}=_0x143c4d,_0x522900=_0x37fee8[_0x33eb2e(0x2d5)](),_0x2fe9bf=_0x52b232[_0x33eb2e(0x2d5)](),_0x4fec4c={};_0x4fec4c[_0x33eb2e(0x1a1)]=0x2,_0x4fec4c[_0x33eb2e(0x197)]=0x3,logger[_0x33eb2e(0x1e2)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2fe9bf+_0x33eb2e(0x1f3)+_0x522900+_0x33eb2e(0x21b)+util[_0x33eb2e(0x2fc)](_0x3a2eaa,_0x4fec4c));if(!_0x3a2eaa)return logger[_0x33eb2e(0x1e2)](_0x3bf248[_0x33eb2e(0x2b5)]),{};const _0xe9c227=_0x3a2eaa[_0x33eb2e(0x2f9)]||_0x3a2eaa[_0x33eb2e(0x1ab)]||_0x3bf248[_0x33eb2e(0x1fc)](uuidv4),_0x26ad25=_0x3a2eaa[_0x33eb2e(0x1a0)]||this['getJestTestIdentifier'](_0x3a2eaa),_0x164254=_0x52b232['toString']()[_0x33eb2e(0x216)]('.')[0x1],_0x122078=_0xae2aa5[_0x33eb2e(0x254)]()[_0x33eb2e(0x201)](_0x26ad25),_0x28bd4e=_0x122078?_0x122078[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x217)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x25b)+_0x164254+_0x33eb2e(0x1f3)+_0x522900);if(!_0x122078)return logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x280)+_0x26ad25+_0x33eb2e(0x17d)),this[_0x33eb2e(0x2fe)](_0xae2aa5,_0x26ad25,_0x52b232,_0x37fee8,_0x143c4d),{};let _0xd1e865=_0x122078[TestFrameworkConstants[_0x33eb2e(0x27f)]];!_0xd1e865&&(_0xd1e865={});!_0x3bf248[_0x33eb2e(0x1ae)](_0x164254,_0xd1e865)&&(_0xd1e865[_0x164254]=[]);let _0x2e08df=_0x122078[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2e08df&&(_0x2e08df={});!_0x3bf248['hANTY'](_0x164254,_0x2e08df)&&(_0x2e08df[_0x164254]=[]);const _0x404d75={[TestFrameworkConstants[_0x33eb2e(0x27f)]]:_0xd1e865,[TestFrameworkConstants[_0x33eb2e(0x1a5)]]:_0x2e08df},_0x40efef={};_0x40efef[_0x26ad25]=_0x404d75;const _0x4afc18=_0x40efef;if(_0x3bf248[_0x33eb2e(0x229)](_0x37fee8,HookState[_0x33eb2e(0x24d)])){const _0x5c19d6={'key':_0x164254,[TestFrameworkConstants[_0x33eb2e(0x2f1)]]:_0xe9c227,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x33eb2e(0x2b9)],[TestFrameworkConstants[_0x33eb2e(0x22a)]]:_0x3a2eaa[_0x33eb2e(0x24a)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x33eb2e(0x20d)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3a2eaa['name']||_0x3a2eaa[_0x33eb2e(0x220)]||_0x164254,[TestFrameworkConstants[_0x33eb2e(0x2aa)]]:_0x28bd4e};_0xd1e865[_0x164254][_0x33eb2e(0x2e0)](_0x5c19d6),_0x4afc18[_0x26ad25][TestFrameworkConstants[_0x33eb2e(0x22c)]]=_0x164254;const _0x212a1e={};_0x212a1e[_0x33eb2e(0x1a1)]=0x2,logger['debug'](_0x33eb2e(0x194)+_0x164254+_0x33eb2e(0x2dc)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x228)+util[_0x33eb2e(0x2fc)](_0x5c19d6,_0x212a1e));}else{if(_0x3bf248['WWhQJ'](_0x37fee8,HookState['POST'])){const _0x28f6f6=_0x3a2eaa[_0x33eb2e(0x1d2)]||(_0x3a2eaa[_0x33eb2e(0x294)]&&_0x3bf248[_0x33eb2e(0x2cb)](_0x3a2eaa[_0x33eb2e(0x294)]['length'],0x0)?_0x3bf248[_0x33eb2e(0x1a6)]:_0x3bf248[_0x33eb2e(0x312)]),_0x2bb3ad=_0xd1e865[_0x164254]||[];logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x18e)+_0x164254+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x235)+_0x28f6f6+',\x20hooksListLength='+_0x2bb3ad['length']);if(_0x3bf248['HxMTd'](_0x2bb3ad[_0x33eb2e(0x19c)],0x0)){const _0x18782f=_0x2bb3ad[_0x33eb2e(0x2a7)]();_0x3bf248['LYsoU'](_0x28f6f6,_0x3bf248[_0x33eb2e(0x1a6)])&&_0x3a2eaa[_0x33eb2e(0x294)]?(_0x18782f[TestFrameworkConstants[_0x33eb2e(0x27d)]]=this[_0x33eb2e(0x225)](_0x3a2eaa),_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2c2)]]=this[_0x33eb2e(0x2d9)](_0x3a2eaa),_0x18782f[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x33eb2e(0x2fb)](_0x3a2eaa),logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1e6)+_0x164254+',\x20failureType='+_0x18782f[TestFrameworkConstants[_0x33eb2e(0x27d)]]+_0x33eb2e(0x1e1)+_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2c2)]]?.[_0x33eb2e(0x317)](0x0,0xc8))):_0x18782f[TestFrameworkConstants[_0x33eb2e(0x205)]]=_0x3bf248[_0x33eb2e(0x312)];_0x3bf248[_0x33eb2e(0x1ac)](_0x28f6f6,TestFrameworkConstants[_0x33eb2e(0x2b9)])&&(_0x18782f[TestFrameworkConstants[_0x33eb2e(0x205)]]=_0x28f6f6);_0x18782f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3a2eaa['finished_at']||new Date()[_0x33eb2e(0x260)](),_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2aa)]]=_0x28bd4e;const _0x433696=_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2f1)]];!_0x2e08df[_0x164254]&&(_0x2e08df[_0x164254]=[]);_0x2e08df[_0x164254][_0x33eb2e(0x2e0)](_0x18782f),_0x4afc18[_0x26ad25][TestFrameworkConstants[_0x33eb2e(0x1eb)]]=_0x164254;const _0x4b8cf8={};_0x4b8cf8[_0x33eb2e(0x1a1)]=0x2,logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1d8)+_0x164254+_0x33eb2e(0x2dc)+_0x433696+_0x33eb2e(0x235)+_0x28f6f6+_0x33eb2e(0x228)+util[_0x33eb2e(0x2fc)](_0x18782f,_0x4b8cf8));}}}const _0x12f485={};return _0x12f485['depth']=0x2,_0x12f485[_0x33eb2e(0x197)]=0x3,logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1d9)+(_0x3a2eaa['hook_type']||_0x164254)+_0x33eb2e(0x2dc)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+',\x20updates='+util[_0x33eb2e(0x2fc)](_0x4afc18,_0x12f485)),_0x4afc18;}[a71_0x35fb0a(0x1a8)](_0x1c3fb9){const _0x4cd03f=a71_0x35fb0a,_0x3b3b2f={};_0x3b3b2f[_0x4cd03f(0x181)]=_0x4cd03f(0x1e7);const _0x366cd8=_0x3b3b2f;try{const _0x30f78e=_0x1c3fb9[_0x4cd03f(0x2c9)]?this[_0x4cd03f(0x215)](_0x1c3fb9['test']):_0x1c3fb9['hookData'][_0x4cd03f(0x1a0)],_0x377117=_0x1c3fb9[_0x4cd03f(0x214)],_0x31d45a=_0x377117['getContext'](),_0x11cea6=_0x377117[_0x4cd03f(0x254)]()[_0x4cd03f(0x201)](_0x30f78e);if(!_0x11cea6)return logger[_0x4cd03f(0x1e2)](_0x4cd03f(0x2fa)+_0x30f78e),{};const {[TestFrameworkConstants[_0x4cd03f(0x2cc)]]:_0x30dcfe='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5f2620='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x44e5c4='',[TestFrameworkConstants[_0x4cd03f(0x1f5)]]:_0x33417d=''}=_0x11cea6,_0x11d875=_0x377117[_0x4cd03f(0x2ec)]()[_0x4cd03f(0x2d5)]()[_0x4cd03f(0x216)]('.')[0x1],_0x82394b=_0x377117['getCurrentHookState']()[_0x4cd03f(0x2d5)]()[_0x4cd03f(0x216)]('.')[0x1],_0x43f8be=global?.[_0x4cd03f(0x319)]?.[_0x4cd03f(0x258)]?.[_0x4cd03f(0x1bc)],_0x58164a=_0x377117[_0x4cd03f(0x2a4)](),_0x19d46e=Buffer[_0x4cd03f(0x1cd)](JSON[_0x4cd03f(0x2ea)](_0x11cea6))[_0x4cd03f(0x2d5)](_0x366cd8[_0x4cd03f(0x181)]),_0x40f124={'hash':_0x31d45a[_0x4cd03f(0x1f8)](),'threadId':_0x31d45a[_0x4cd03f(0x20b)]()['toString'](),'processId':_0x31d45a[_0x4cd03f(0x247)]()[_0x4cd03f(0x2d5)]()},_0x5b3bd7={};_0x5b3bd7[_0x4cd03f(0x1d1)]=_0x43f8be,_0x5b3bd7['testFrameworkName']=_0x30dcfe,_0x5b3bd7[_0x4cd03f(0x1f4)]=_0x5f2620,_0x5b3bd7[_0x4cd03f(0x276)]=_0x11d875,_0x5b3bd7[_0x4cd03f(0x256)]=_0x82394b,_0x5b3bd7[_0x4cd03f(0x209)]=_0x44e5c4,_0x5b3bd7[_0x4cd03f(0x25d)]=_0x33417d,_0x5b3bd7[_0x4cd03f(0x2f9)]=_0x58164a,_0x5b3bd7[_0x4cd03f(0x242)]=_0x19d46e,_0x5b3bd7['executionContext']=_0x40f124,_0x5b3bd7['test_identifier']=_0x30f78e;const _0x48f8d2=_0x5b3bd7;return _0x48f8d2;}catch(_0x351c07){return logger['error'](_0x4cd03f(0x1a9)+util[_0x4cd03f(0x2bb)](_0x351c07)),{};}}async[a71_0x35fb0a(0x22d)](_0x11abf6,_0x320949,_0x1175bf){const _0x24f64b=a71_0x35fb0a,_0x3ac7a9={'vlukR':function(_0x122c60,_0x4ed834){return _0x122c60+_0x4ed834;},'RWAaD':_0x24f64b(0x1f0),'RLBEW':_0x24f64b(0x231),'HsEDx':function(_0xe57290,_0x304296){return _0xe57290>_0x304296;},'MEFoK':function(_0x212674,_0x8cf722,_0x4ea454,_0x449996){return _0x212674(_0x8cf722,_0x4ea454,_0x449996);},'kMfGH':function(_0x3a1825,_0x39c0a0){return _0x3a1825-_0x39c0a0;},'lxRCA':function(_0x10e3c9,_0x2a3c73){return _0x10e3c9===_0x2a3c73;},'uRyac':function(_0x301a0f,_0x2bc01b){return _0x301a0f/_0x2bc01b;},'EoWYh':function(_0x5aa585,_0x2fb8d2){return _0x5aa585<_0x2fb8d2;},'UVRuM':function(_0x2bbeb1,_0x5159c5){return _0x2bbeb1*_0x5159c5;},'roATH':function(_0x1b423d,_0x237688){return _0x1b423d+_0x237688;}};try{const _0x1159ab=_0x1175bf[_0x24f64b(0x2ac)]||_0x1175bf[_0x24f64b(0x1f6)],_0x15cd30=Array['from'](_0x11abf6[_0x24f64b(0x254)]()['keys']()),_0x17a490=_0x11abf6['getAllData']()[_0x24f64b(0x201)](_0x1159ab);if(!_0x17a490){logger[_0x24f64b(0x1e2)](_0x24f64b(0x240)+_0x1159ab);return;}const {[TestFrameworkConstants[_0x24f64b(0x2cc)]]:_0x32a4cb='',[TestFrameworkConstants[_0x24f64b(0x296)]]:_0x41b166=''}=_0x17a490;let _0x1a6fed=[];if(_0x17a490&&_0x17a490[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x24f64b(0x297)](_0x17a490[TestFrameworkConstants[_0x24f64b(0x1fa)]])){_0x1a6fed=_0x17a490[TestFrameworkConstants[_0x24f64b(0x1fa)]]||[],logger['debug'](_0x24f64b(0x2a8)+_0x1a6fed[_0x24f64b(0x19c)]+'\x20logs\x20for\x20testId:\x20'+_0x1159ab);const _0x89d003={[TestFrameworkConstants[_0x24f64b(0x1fa)]]:[]},_0x2b8305={};_0x2b8305[_0x1159ab]=_0x89d003,_0x11abf6[_0x24f64b(0x219)](_0x2b8305),logger['debug'](_0x24f64b(0x29f)+_0x1159ab);}else logger[_0x24f64b(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1159ab);logger[_0x24f64b(0x1e2)](_0x24f64b(0x2e2)+_0x1a6fed[_0x24f64b(0x19c)]+'\x20for\x20testId:\x20'+_0x1159ab);const _0x132550=_0x1a6fed['filter'](_0x6e2ffc=>_0x6e2ffc[_0x24f64b(0x241)]==='TEST_SCREENSHOT');_0x3ac7a9[_0x24f64b(0x221)](_0x132550['length'],0x0)&&(logger[_0x24f64b(0x1e2)](_0x24f64b(0x26e)+_0x132550['length']+_0x24f64b(0x24b)+_0x1159ab),_0x132550['forEach']((_0x3c13c8,_0x120c46)=>{const _0x16c5a8=_0x24f64b;logger[_0x16c5a8(0x1e2)](_0x16c5a8(0x1c2)+_0x3ac7a9[_0x16c5a8(0x29b)](_0x120c46,0x1)+'/'+_0x132550[_0x16c5a8(0x19c)]+_0x16c5a8(0x26c)+(_0x3c13c8[_0x16c5a8(0x1ea)]||_0x3ac7a9[_0x16c5a8(0x226)])+_0x16c5a8(0x311)+(_0x3c13c8[_0x16c5a8(0x309)]||_0x3ac7a9['RWAaD'])+_0x16c5a8(0x23d)+(_0x3c13c8[_0x16c5a8(0x1e8)]||_0x3ac7a9[_0x16c5a8(0x2cd)])+_0x16c5a8(0x24e)+(_0x3c13c8[_0x16c5a8(0x21c)]?.[_0x16c5a8(0x19c)]||0x0));}));const _0x26ce99=_0x17a490[TestFrameworkConstants[_0x24f64b(0x264)]]||{},_0x27cb0e=_0x3ac7a9['MEFoK'](getMediaArtifactsLogs,_0x26ce99,null,_0x1159ab),_0x3411e0=(_0x1a6fed||[])['concat'](_0x27cb0e||[]),_0x2081ca=_0x132550?.[_0x24f64b(0x19c)]||0x0,_0x3b4cee=_0x3ac7a9[_0x24f64b(0x1be)](_0x1a6fed?.[_0x24f64b(0x19c)]||0x0,_0x2081ca);logger['debug'](_0x24f64b(0x1ad)+_0x1159ab+_0x24f64b(0x1ed)+_0x3b4cee+_0x24f64b(0x301)+_0x2081ca+_0x24f64b(0x25f)+(_0x27cb0e?.['length']||0x0)+_0x24f64b(0x30e)+_0x3411e0[_0x24f64b(0x19c)]);if(!_0x3411e0||_0x3ac7a9[_0x24f64b(0x206)](_0x3411e0[_0x24f64b(0x19c)],0x0)){logger[_0x24f64b(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x1159ab);return;}const _0xd9060e=0x28,_0x3f551b=Math[_0x24f64b(0x2a9)](_0x3ac7a9[_0x24f64b(0x2c3)](_0x3411e0[_0x24f64b(0x19c)],_0xd9060e));for(let _0x574eac=0x0;_0x3ac7a9['EoWYh'](_0x574eac,_0x3f551b);_0x574eac++){const _0xb53114=_0x3ac7a9[_0x24f64b(0x1d0)](_0x574eac,_0xd9060e),_0x69e9c8=_0x3ac7a9[_0x24f64b(0x2d2)](_0xb53114,_0xd9060e),_0x33758c=_0x3411e0[_0x24f64b(0x2f6)](_0xb53114,_0x69e9c8),_0x3c65cd=global?.[_0x24f64b(0x319)]?.[_0x24f64b(0x258)]?.[_0x24f64b(0x1bc)]||0x0,_0xa25ba={'platformIndex':_0x3c65cd,'logs':_0x33758c,'testFrameworkName':_0x32a4cb,'testFrameworkVersion':_0x41b166,'testFrameworkState':_0x320949['toString']()[_0x24f64b(0x216)]('.')[0x1]},_0x32d387={};_0x32d387['depth']=0x3,_0x32d387[_0x24f64b(0x197)]=0x5,logger[_0x24f64b(0x1e2)](_0x24f64b(0x30f)+_0x3ac7a9[_0x24f64b(0x29b)](_0x574eac,0x1)+'/'+_0x3f551b+'\x20-\x20testId:\x20'+_0x1159ab+_0x24f64b(0x190)+_0x33758c[_0x24f64b(0x19c)]+_0x24f64b(0x2a3)+_0x3c65cd+_0x24f64b(0x302)+util[_0x24f64b(0x2fc)](_0xa25ba,_0x32d387));const _0xdeaebf=await GrpcClient['getInstance']()[_0x24f64b(0x1c4)](_0xa25ba);logger['debug'](_0x24f64b(0x30f)+_0x3ac7a9['roATH'](_0x574eac,0x1)+'/'+_0x3f551b+_0x24f64b(0x2bd)+_0x1159ab+_0x24f64b(0x211)+util[_0x24f64b(0x2fc)](_0xdeaebf));}if(_0x27cb0e&&_0x3ac7a9['HsEDx'](_0x27cb0e[_0x24f64b(0x19c)],0x0)&&_0x17a490[TestFrameworkConstants[_0x24f64b(0x264)]]){const _0x544831={[TestFrameworkConstants[_0x24f64b(0x264)]]:{}},_0x296a75={};_0x296a75[_0x1159ab]=_0x544831,_0x11abf6[_0x24f64b(0x219)](_0x296a75);}logger[_0x24f64b(0x1e2)](_0x24f64b(0x261)+_0x1159ab+_0x24f64b(0x248)+_0x3f551b);}catch(_0x3dbd35){logger[_0x24f64b(0x18c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x1175bf[_0x24f64b(0x2ac)]||_0x1175bf[_0x24f64b(0x1f6)])+_0x24f64b(0x23a)+util['format'](_0x3dbd35));}}['storePendingHook'](_0x4d0ded,_0x55e19e,_0x47d50,_0x23c26e,_0x24e873){const _0x4f854f=a71_0x35fb0a,_0x3fb84e={};_0x3fb84e['RcOii']=function(_0x14ab81,_0x499acb){return _0x14ab81===_0x499acb;},_0x3fb84e[_0x4f854f(0x2c1)]=_0x4f854f(0x29a);const _0x2a14b2=_0x3fb84e,{hookData:_0x3cc95c}=_0x24e873,_0x1b6eca={'testId':_0x55e19e,'testFrameworkState':_0x47d50,'hookState':_0x23c26e,'args':_0x24e873,'timestamp':new Date()[_0x4f854f(0x260)]()};if(_0x2a14b2[_0x4f854f(0x2b7)](_0x47d50,TestFrameworkState[_0x4f854f(0x1b1)])&&_0x3cc95c){const _0x174007={};_0x174007['filePath']=_0x3cc95c['file_name']||_0x3cc95c[_0x4f854f(0x28f)],_0x174007[_0x4f854f(0x1bd)]=_0x3cc95c[_0x4f854f(0x1bd)]||_0x3cc95c[_0x4f854f(0x27b)]&&_0x3cc95c['scopes'][0x0]||'',_0x174007[_0x4f854f(0x2a6)]=_0x2a14b2[_0x4f854f(0x2c1)],_0x1b6eca[_0x4f854f(0x28c)]=_0x174007,logger[_0x4f854f(0x1e2)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x55e19e+_0x4f854f(0x1e5)+_0x1b6eca['hookMetadata'][_0x4f854f(0x2c7)]+_0x4f854f(0x2ca)+_0x1b6eca[_0x4f854f(0x28c)]['scope']);}_0x4d0ded['addPendingHook'](_0x55e19e,_0x1b6eca),logger[_0x4f854f(0x1e2)](_0x4f854f(0x251)+_0x55e19e+_0x4f854f(0x274)+_0x47d50+_0x4f854f(0x303)+_0x23c26e);}async[a71_0x35fb0a(0x253)](_0x447271,_0x4cfb65){const _0x49f2e2=a71_0x35fb0a,_0xa2bf={};_0xa2bf[_0x49f2e2(0x2d8)]=function(_0x39b50c,_0x3dd465){return _0x39b50c>_0x3dd465;},_0xa2bf[_0x49f2e2(0x2d7)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0xa2bf['Vdbrn']=function(_0x5e3277,_0x43b46b){return _0x5e3277===_0x43b46b;},_0xa2bf['ezKPH']=function(_0xd91f7c,_0x4d9bb8){return _0xd91f7c===_0x4d9bb8;},_0xa2bf['pZzNB']=function(_0xcc13e7,_0x13b8cb){return _0xcc13e7===_0x13b8cb;},_0xa2bf[_0x49f2e2(0x27e)]=function(_0x56802e,_0x3e5d38){return _0x56802e>_0x3e5d38;},_0xa2bf[_0x49f2e2(0x284)]=function(_0x196213,_0x17cbb7){return _0x196213===_0x17cbb7;},_0xa2bf[_0x49f2e2(0x1ca)]=_0x49f2e2(0x30c),_0xa2bf[_0x49f2e2(0x23e)]='Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}';const _0x1e10e9=_0xa2bf;if(_0x447271[_0x49f2e2(0x185)](_0x4cfb65)){const _0x512da0=_0x447271[_0x49f2e2(0x1ff)](_0x4cfb65);logger[_0x49f2e2(0x1e2)]('Processing\x20'+_0x512da0[_0x49f2e2(0x19c)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x4cfb65);for(const _0x260401 of _0x512da0){try{const _0x42f31e=await this['trackHookEvent'](_0x447271,_0x260401['testFrameworkState'],_0x260401[_0x49f2e2(0x256)],_0x260401[_0x49f2e2(0x20f)]);_0x42f31e&&_0x1e10e9[_0x49f2e2(0x2d8)](Object[_0x49f2e2(0x2f8)](_0x42f31e)['length'],0x0)&&_0x447271['addMultipleEntries'](_0x42f31e),await this['runHooks'](_0x447271,_0x260401[_0x49f2e2(0x276)],_0x260401[_0x49f2e2(0x256)],_0x260401['args']);}catch(_0x3bc312){logger[_0x49f2e2(0x18c)](_0x49f2e2(0x2c0)+_0x4cfb65+_0x49f2e2(0x23a)+_0x3bc312);}}_0x447271[_0x49f2e2(0x2a1)](_0x4cfb65),logger['debug'](_0x49f2e2(0x30d)+_0x4cfb65);}const _0x442a89=_0x447271[_0x49f2e2(0x254)]()[_0x49f2e2(0x201)](_0x4cfb65);if(_0x442a89){const _0x4bf99c=_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e3)]]||_0x442a89[TestFrameworkConstants[_0x49f2e2(0x1a2)]],_0x1cb742=_0x442a89[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e4)]]&&_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e4)]][0x0]||'';logger[_0x49f2e2(0x1e2)](_0x1e10e9['BaIOK']);const _0x5c3624=_0x447271[_0x49f2e2(0x270)]();for(const _0x36c87d of _0x5c3624){if(_0x1e10e9['Vdbrn'](_0x36c87d,_0x4cfb65))continue;if(_0x447271[_0x49f2e2(0x185)](_0x36c87d)){const _0xe10440=_0x447271[_0x49f2e2(0x1ff)](_0x36c87d);for(const _0xefe8bb of _0xe10440){if(_0x1e10e9[_0x49f2e2(0x1e0)](_0xefe8bb['testFrameworkState'],TestFrameworkState[_0x49f2e2(0x1b1)])&&_0xefe8bb[_0x49f2e2(0x28c)]){const _0x492c94=_0xefe8bb['hookMetadata'][_0x49f2e2(0x2c7)],_0x1d8527=_0xefe8bb['hookMetadata'][_0x49f2e2(0x1bd)];if(_0x1e10e9[_0x49f2e2(0x193)](_0x492c94,_0x4bf99c)&&_0x1e10e9[_0x49f2e2(0x305)](_0x1d8527,_0x1cb742)){logger[_0x49f2e2(0x1e2)](_0x49f2e2(0x18b)+_0x36c87d+_0x49f2e2(0x218)+_0x4cfb65+_0x49f2e2(0x1e5)+_0x492c94+_0x49f2e2(0x2ca)+_0x1d8527);_0xefe8bb['args']&&_0xefe8bb['args'][_0x49f2e2(0x2a2)]&&(_0xefe8bb['args'][_0x49f2e2(0x2a2)]['test_run_id']=_0x4cfb65,logger[_0x49f2e2(0x1e2)](_0x49f2e2(0x27c)+_0x36c87d+'\x20to\x20'+_0x4cfb65));try{const _0x5b3a21=await this['trackHookEvent'](_0x447271,_0xefe8bb[_0x49f2e2(0x276)],_0xefe8bb[_0x49f2e2(0x256)],_0xefe8bb['args']);_0x5b3a21&&_0x1e10e9[_0x49f2e2(0x27e)](Object[_0x49f2e2(0x2f8)](_0x5b3a21)[_0x49f2e2(0x19c)],0x0)&&_0x447271[_0x49f2e2(0x219)](_0x5b3a21);await this[_0x49f2e2(0x208)](_0x447271,_0xefe8bb[_0x49f2e2(0x276)],_0xefe8bb[_0x49f2e2(0x256)],_0xefe8bb['args']);const _0x5343f7=_0x447271[_0x49f2e2(0x1ff)](_0x36c87d)[_0x49f2e2(0x1f9)](_0x400d75=>_0x400d75!==_0xefe8bb);if(_0x1e10e9[_0x49f2e2(0x284)](_0x5343f7[_0x49f2e2(0x19c)],0x0))_0x447271[_0x49f2e2(0x2a1)](_0x36c87d);else{_0x447271[_0x49f2e2(0x2a1)](_0x36c87d);for(const _0x334c32 of _0x5343f7){_0x447271[_0x49f2e2(0x21d)](_0x36c87d,_0x334c32);}}logger[_0x49f2e2(0x1e2)](_0x1e10e9['ZJVbr']);}catch(_0x2ac96d){logger[_0x49f2e2(0x18c)](_0x1e10e9['uggAu']);}}}}}}}}[a71_0x35fb0a(0x2f3)](_0x12f6c0){const _0x1010eb=a71_0x35fb0a,_0x180ba0={'LSIEw':function(_0x3adcd2){return _0x3adcd2();}};if(!_0x12f6c0||!_0x12f6c0['parent'])return;_0x12f6c0['parent'][_0x1010eb(0x1a7)]&&Array['isArray'](_0x12f6c0['parent'][_0x1010eb(0x1a7)])&&_0x12f6c0[_0x1010eb(0x2e8)][_0x1010eb(0x1a7)][_0x1010eb(0x308)](_0x346a53=>{const _0x2d04fd=_0x1010eb;!_0x346a53[_0x2d04fd(0x1ab)]&&!_0x346a53['hookUUID']&&(_0x346a53[_0x2d04fd(0x1ab)]=_0x180ba0[_0x2d04fd(0x202)](uuidv4),_0x346a53[_0x2d04fd(0x233)]=_0x346a53[_0x2d04fd(0x1ab)],logger[_0x2d04fd(0x1e2)](_0x2d04fd(0x1ee)+_0x346a53[_0x2d04fd(0x1b7)]+_0x2d04fd(0x222)+_0x346a53[_0x2d04fd(0x1ab)]));}),this[_0x1010eb(0x2f3)](_0x12f6c0[_0x1010eb(0x2e8)]);}[a71_0x35fb0a(0x213)](_0x4703ae){const _0x587f94=a71_0x35fb0a,_0xd01a3e={'KncOK':function(_0x3ff0d1,_0x556d8e){return _0x3ff0d1(_0x556d8e);}};if(!_0x4703ae||!_0x4703ae[_0x587f94(0x2e8)])return[];const _0x4cc45c=[];return _0x4703ae[_0x587f94(0x2e8)][_0x587f94(0x1a7)]&&Array[_0x587f94(0x297)](_0x4703ae['parent'][_0x587f94(0x1a7)])&&_0x4703ae['parent']['hooks'][_0x587f94(0x308)](_0x338588=>{const _0x42338c=_0x587f94,_0x1f18d5=_0x338588[_0x42338c(0x1ab)]||_0x338588[_0x42338c(0x233)];_0x1f18d5&&!this[_0x42338c(0x19e)](_0x338588)&&!_0xd01a3e[_0x42338c(0x283)](isInternalHook,_0x338588['fn'])&&_0x4cc45c[_0x42338c(0x2e0)](_0x1f18d5);}),[..._0x4cc45c,...this[_0x587f94(0x213)](_0x4703ae[_0x587f94(0x2e8)])];}[a71_0x35fb0a(0x287)](_0x4e34b6){const _0x3e222f=a71_0x35fb0a,_0x41f825={'KNcJJ':function(_0x59ca5d,_0x10d270){return _0x59ca5d(_0x10d270);},'rhpFk':_0x3e222f(0x2dd)},_0x359928=new Map(),_0x39b419=_0x401bf0=>{const _0x196416=_0x3e222f;if(!_0x401bf0||!_0x401bf0[_0x196416(0x2e8)])return;_0x401bf0['parent'][_0x196416(0x1a7)]&&Array[_0x196416(0x297)](_0x401bf0['parent'][_0x196416(0x1a7)])&&_0x401bf0[_0x196416(0x2e8)][_0x196416(0x1a7)][_0x196416(0x308)](_0x364505=>{const _0x324e08=_0x196416,_0x15c622=_0x364505[_0x324e08(0x1ab)]||_0x364505[_0x324e08(0x233)];if(_0x15c622&&!this[_0x324e08(0x19e)](_0x364505)&&!_0x41f825[_0x324e08(0x1fb)](isInternalHook,_0x364505['fn'])){const _0x3544c8={};_0x3544c8['type']=_0x364505['type']||_0x41f825[_0x324e08(0x20c)],_0x3544c8[_0x324e08(0x2d4)]=_0x364505['name']||'\x22'+_0x364505[_0x324e08(0x1b7)]+_0x324e08(0x1cf),_0x359928[_0x324e08(0x1bb)](_0x15c622,_0x3544c8);}}),_0x41f825[_0x196416(0x1fb)](_0x39b419,_0x401bf0['parent']);};return _0x41f825[_0x3e222f(0x1fb)](_0x39b419,_0x4e34b6),_0x359928;}[a71_0x35fb0a(0x19e)](_0x4f274d){const _0x4ad972=a71_0x35fb0a,_0x57fba9={};_0x57fba9[_0x4ad972(0x272)]='jest-circus',_0x57fba9[_0x4ad972(0x232)]=_0x4ad972(0x1ce);const _0x8be92d=_0x57fba9;try{const _0xe40fee=this[_0x4ad972(0x19b)](_0x4f274d);return _0xe40fee&&_0xe40fee[_0x4ad972(0x2d1)](_0x8be92d['VrILx']);}catch(_0x391369){logger[_0x4ad972(0x1e2)](_0x8be92d[_0x4ad972(0x232)]);}return![];}[a71_0x35fb0a(0x19b)](_0x418831){const _0x16fca1=a71_0x35fb0a;if(_0x418831[_0x16fca1(0x2b4)])try{const _0x2979c7=stackTrace[_0x16fca1(0x1af)](_0x418831['asyncError']);return _0x2979c7[0x0]?_0x2979c7[0x0][_0x16fca1(0x278)]():null;}catch(_0xa8c1d7){logger[_0x16fca1(0x1e2)](_0x16fca1(0x245)+util['format'](_0xa8c1d7));}if(_0x418831[_0x16fca1(0x252)])return _0x418831[_0x16fca1(0x252)];return null;}}module[a71_0x35fb0a(0x2e6)]=JestTestFramework;
|
|
1
|
+
const a71_0x35d83e=a71_0x4a6b;(function(_0x35fffb,_0x5b232f){const _0x1c91aa=a71_0x4a6b,_0x46dac6=_0x35fffb();while(!![]){try{const _0x4ad7b1=-parseInt(_0x1c91aa(0x175))/0x1+parseInt(_0x1c91aa(0x167))/0x2+-parseInt(_0x1c91aa(0x266))/0x3*(parseInt(_0x1c91aa(0x2e0))/0x4)+parseInt(_0x1c91aa(0x27e))/0x5+-parseInt(_0x1c91aa(0x2c6))/0x6+parseInt(_0x1c91aa(0x180))/0x7+parseInt(_0x1c91aa(0x1b3))/0x8;if(_0x4ad7b1===_0x5b232f)break;else _0x46dac6['push'](_0x46dac6['shift']());}catch(_0x578b38){_0x46dac6['push'](_0x46dac6['shift']());}}}(a71_0x59fb,0xd331a));function a71_0x59fb(){const _0x96c335=['[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','\x20logs\x20for\x20testId:\x20','wBhGf','hook_id','CxPVq','format','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','from','errorsDetailed',',\x20updates=','uqfsz','\x20screenshot\x20logs\x20for\x20testId:\x20','getId','isArray','substring','rLBek','AssertionError',',\x20storing\x20as\x20pending\x20hook','executionContext','result',',\x20hookState=','KnYIP','setActiveHook','getAllData','retryOf','KEY_TEST_NAME','getRootParentFile','getCurrentHookState','storePendingHook','WvxHt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','has','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','KEY_HOOK_RESULT','KEY_TEST_ENDED_AT','parent','activeHooks','KEY_TEST_FRAMEWORK_NAME','getFileName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getJestTestIdentifier','getCurrentTestState',',\x20filePath:\x20','apply','\x20for\x20testId:\x20',',\x20error:\x20','depth','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','trackHookEvent','kMtrj','asyncError','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','AIvaj','\x20(testIdentifier)','DBalP','TEST','uuid','aajpx','mapTestHooks','split','7723818wnYCAa','getJestTestFilePath','hook_type','adwDa','getContext','test','XBeeY','ILcke','hooks','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','alInv','dsrlh','hookUUID','stack-trace','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_TEST_TAGS','removePendingHooks','cLuIV',',\x20test_run_uuid=','UIuWe','uQJXk','GEjnB','ROOT_DESCRIBE_BLOCK','getPendingHooks','duration','getTestFrameworks','24bMGKrI','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','instance','KEY_TEST_DURATION','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','iYwNU','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','toString','kind','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','failed','getJestTestScopes','getJestTestTags','skip','name','jest-circus','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','xUhEo',',\x20scope:\x20','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20filePath=','\x22\x20hook','exports',',\x20totalLogs:\x20','tVRZq','createContext','KQgxw','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','883614sGmLvo','trackEvent','scope','ROZIi','NONE',',\x20failureType=','get','testId','Unknown\x20Test','getThreadId','hook_result','KEY_HOOK_ID','jDHpI','KEY_HOOK_LOGS','1703794Mlrwwl','join','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','args','getAllPendingHookTestIds','test_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getProcessId','../cliUtils.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','11006380TeWDaI','FaVfB','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','resolveInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','none','WVuPT','Wxxoo','yvMws',',\x20messageLength=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','IFkcb','KEY_TEST_SCOPE',',\x20remainingHooks=','__workerDetails','XljUn','STixB','WTqSz','./testFramework','base64','xhCaP','KEY_HOOK_LAST_FINISHED',',\x20response=','sendLogCreatedEvent','LOG_REPORT',',\x20hooksListLength=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_STARTED_AT','scopes','KEY_TEST_RESULT_AT','endedAt','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','../TestInfo.js','getJestFailureReason','trackJestInstance:\x20created\x20instance\x20for\x20target=','removeActiveHook','parseJestTestResult',',\x20state:\x20','../instances/testFrameworkInstance.js',',\x20currentTestId:\x20',',\x20exception=','unknown','EFnce','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20testData=','../state/testFrameworkState.js','filter','getJestFailureData','KEY_TEST_FAILURE','getTrackedInstance','5736400SQbZAY','tags','xGkvg','forEach','RhskX','KEY_TEST_FAILURE_REASON','started_at',',\x20hookId=','KEY_HOOK_NAME','finished_at','addPendingHook','iUxGU','testFrameworkVersion','\x22\x20from\x20testData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','hvplH','hookAnalyticsId','parallelIndex','RMTdr','testFrameworkState','pWMYP','NLgkj','Processing\x20','replace','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','stringify','error','set','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hookData=','KEY_TEST_FRAMEWORK_VERSION','length','OjSop',':testAnalyticsId','iBVqL','../../../helpers/test-observability/utils','getHooksForTest','filePath','status','zrIFy',',\x20platformIndex:\x20','mzOYb','KEY_HOOK_LAST_STARTED','\x20to\x20','MCKsN','PibfT','getCurrentInstanceName',',\x20logsInBatch:\x20','getTestFrameworksVersions','getRef','iIDFY','POST','beforeAll','KEY_HOOK_FAILURE_TYPE','runHooks','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','NqbKq','WkBCY','file_name','hookMetadata','Elllf','wPZrR','ceil','lRQhQ','trackJestInstance:\x20instance\x20already\x20exists',',\x20scopes=','KEY_EVENT_ENDED_AT','VxcwU','SEcPV','Lljcm',',\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20consoleLogs:\x20','trackJestInstance','buildHookMapFromTest',',\x20testId=','\x20hook','./constants/testFrameworkConstants.js','AaLVr',',\x20argsKeys=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_RESULT','reverse','KEY_LOGS','workerInfo',',\x20payload:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','parse','pid','concat','Assert','matchHookRegex','type','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_META','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','MWRmp','hookState','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','missing','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','keys','GqBvo','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','cUXhJ','map','\x20files','OeQjO','processPendingHooks','file','KEY_TEST_FAILURE_TYPE','pDXHr','hasPendingHooks','hookType','KEY_TEST_FILE_PATH','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','isJestInternalHook','EuZRL','Unknown\x20error',',\x20screenshotLogs:\x20','push','UnhandledError','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','logCreatedEvent','JestTestFramework','FVHNj','KEY_TEST_ATTACHMENTS','KEY_TEST_LOCATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','egxCj','inspect','JpdFS','originalTest','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','\x20pending\x20hooks\x20for\x20testId:\x20','ipQPo','KEY_TEST_RETRY_OF',',\x20version=','afterAll','testFrameworkName','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','skipped',',\x20result=','Error\x20in\x20createTestFrameworkEventPayload:\x20',',\x20testFramework=','FBtTN','includes','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','substr','KEY_TEST_SCOPES','location','\x20-\x20testId:\x20','KEY_TEST_UUID','hookData','../instances/trackedInstance.js','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','addMultipleEntries','../../../helpers/helper.js','getJestTestName','setTrackedInstance','slice','startedAt','KEY_CUSTOM_TAGS','KEY_TEST_RERUN_NAME','testData','passed','splice','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','QlZQL','getJestFailureType','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','test_run_id','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','util','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','93075jfbIFV','platformIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','wRvKM',',\x20contextId=','KEY_HOOK_FAILURE','DEFAULT_TEST_RESULT','maxArrayLength','debug','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_CODE','toISOString','KEY_TEST_ID','krVoN','IOtsi',',\x20failureReason=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20hook=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','PRE','KEY_AUTOMATE_SESSION_NAME','6555500wSvnVP',',\x20hookUUID=',',\x20hook_run_uuid=','testUUID','warn','test_identifier','DEFAULT_HOOK_RESULT','KEY_HOOKS_FINISHED'];a71_0x59fb=function(){return _0x96c335;};return a71_0x59fb();}const TestFramework=require(a71_0x35d83e(0x193)),TestFrameworkState=require(a71_0x35d83e(0x1ae)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x35d83e(0x1a7)),CLIUtils=require(a71_0x35d83e(0x17d)),TrackedInstance=require(a71_0x35d83e(0x251)),TestFrameworkConstants=require(a71_0x35d83e(0x200)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x35d83e(0x254)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x35d83e(0x230)),{v4:uuidv4}=require(a71_0x35d83e(0x2c2)),util=require(a71_0x35d83e(0x264)),TestInfo=require(a71_0x35d83e(0x1a1)),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x35d83e(0x2d3));function a71_0x4a6b(_0x5dcae0,_0x4d6044){const _0x59fbd4=a71_0x59fb();return a71_0x4a6b=function(_0x4a6b28,_0x11f7cc){_0x4a6b28=_0x4a6b28-0x157;let _0x2b57ff=_0x59fbd4[_0x4a6b28];return _0x2b57ff;},a71_0x4a6b(_0x5dcae0,_0x4d6044);}class JestTestFramework extends TestFramework{constructor(_0x15885b,_0x1fb3e0,_0x1ea27b){const _0x2541cf=a71_0x35d83e;super(_0x15885b,_0x1fb3e0,_0x1ea27b),this[_0x2541cf(0x2aa)]=new Map();}[a71_0x35d83e(0x29c)](_0x1badd5,_0x2a8a8e,_0x2830c7){const _0x23626f=a71_0x35d83e,_0x204192={};_0x204192['xGkvg']=function(_0x25e587,_0x1d44db){return _0x25e587||_0x1d44db;};const _0x4f4b44=_0x204192;if(_0x4f4b44[_0x23626f(0x1b5)](!_0x1badd5,!_0x2a8a8e)){logger[_0x23626f(0x282)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1badd5+_0x23626f(0x27f)+_0x2a8a8e);return;}!this[_0x23626f(0x2aa)][_0x23626f(0x2a5)](_0x1badd5)&&this[_0x23626f(0x2aa)][_0x23626f(0x1ce)](_0x1badd5,[]);const _0x588376={'hookUUID':_0x2a8a8e,'hookType':_0x2830c7,'startedAt':new Date()[_0x23626f(0x274)]()};this[_0x23626f(0x2aa)]['get'](_0x1badd5)[_0x23626f(0x22c)](_0x588376),logger[_0x23626f(0x26f)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x1badd5+',\x20hookUUID='+_0x2a8a8e+',\x20hookType='+_0x2830c7+',\x20totalHooks='+this[_0x23626f(0x2aa)][_0x23626f(0x16d)](_0x1badd5)[_0x23626f(0x1d2)]);}[a71_0x35d83e(0x1a4)](_0x1f2b96,_0x48d123){const _0x7bcbd3=a71_0x35d83e,_0x4076fb={};_0x4076fb[_0x7bcbd3(0x1df)]=function(_0x3dce66,_0xda3c06){return _0x3dce66||_0xda3c06;},_0x4076fb[_0x7bcbd3(0x16a)]=function(_0x4b8b28,_0x4215cc){return _0x4b8b28!==_0x4215cc;},_0x4076fb[_0x7bcbd3(0x25f)]=function(_0x30e725,_0x523185){return _0x30e725===_0x523185;};const _0x291533=_0x4076fb;if(_0x291533[_0x7bcbd3(0x1df)](!_0x1f2b96,!_0x48d123)){logger['warn'](_0x7bcbd3(0x2b8)+_0x1f2b96+',\x20hookUUID='+_0x48d123);return;}if(this[_0x7bcbd3(0x2aa)][_0x7bcbd3(0x2a5)](_0x1f2b96)){const _0x2f5fd9=this[_0x7bcbd3(0x2aa)][_0x7bcbd3(0x16d)](_0x1f2b96),_0x44f97a=_0x2f5fd9['findIndex'](_0x412dfa=>_0x412dfa[_0x7bcbd3(0x2d2)]===_0x48d123);_0x291533['ROZIi'](_0x44f97a,-0x1)?(_0x2f5fd9[_0x7bcbd3(0x25d)](_0x44f97a,0x1),logger[_0x7bcbd3(0x26f)](_0x7bcbd3(0x25e)+_0x1f2b96+',\x20hookUUID='+_0x48d123+_0x7bcbd3(0x18e)+_0x2f5fd9[_0x7bcbd3(0x1d2)]),_0x291533['QlZQL'](_0x2f5fd9['length'],0x0)&&this[_0x7bcbd3(0x2aa)]['delete'](_0x1f2b96)):logger[_0x7bcbd3(0x26f)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1f2b96+',\x20hookUUID='+_0x48d123);}}['getActiveHook'](_0x138e8d){const _0x1bb05a=a71_0x35d83e,_0x27e8a5={};_0x27e8a5[_0x1bb05a(0x26a)]=function(_0x53dfed,_0x355969){return _0x53dfed>_0x355969;},_0x27e8a5[_0x1bb05a(0x1c7)]=function(_0x3fe775,_0x599982){return _0x3fe775-_0x599982;};const _0x36bc53=_0x27e8a5;if(!_0x138e8d)return null;if(this[_0x1bb05a(0x2aa)]['has'](_0x138e8d)){const _0x52b71c=this[_0x1bb05a(0x2aa)][_0x1bb05a(0x16d)](_0x138e8d);if(_0x36bc53[_0x1bb05a(0x26a)](_0x52b71c[_0x1bb05a(0x1d2)],0x0)){const _0x2d4c42=_0x52b71c[_0x36bc53[_0x1bb05a(0x1c7)](_0x52b71c[_0x1bb05a(0x1d2)],0x1)];return logger[_0x1bb05a(0x26f)](_0x1bb05a(0x2cf)+_0x138e8d+_0x1bb05a(0x27f)+_0x2d4c42[_0x1bb05a(0x2d2)]+_0x1bb05a(0x1f9)+_0x2d4c42[_0x1bb05a(0x225)]),_0x2d4c42;}}return null;}async[a71_0x35d83e(0x168)](_0x4416ec,_0x4da249,_0x5dfa3f={}){const _0x3be7b2=a71_0x35d83e,_0x182870={};_0x182870[_0x3be7b2(0x1f2)]=_0x3be7b2(0x17f),_0x182870[_0x3be7b2(0x1d5)]=function(_0x3c7d28,_0x416d94){return _0x3c7d28===_0x416d94;},_0x182870[_0x3be7b2(0x195)]=function(_0x1f7333,_0x490027){return _0x1f7333||_0x490027;},_0x182870['cUXhJ']=_0x3be7b2(0x271),_0x182870[_0x3be7b2(0x192)]=function(_0x68d32e,_0x4b19f2){return _0x68d32e===_0x4b19f2;};const _0x27df32=_0x182870;logger[_0x3be7b2(0x26f)](_0x3be7b2(0x2b5)+_0x4416ec+_0x3be7b2(0x29a)+_0x4da249+_0x3be7b2(0x202)+Object[_0x3be7b2(0x219)](_0x5dfa3f)['join'](',')),await super[_0x3be7b2(0x168)](_0x4416ec,_0x4da249,_0x5dfa3f);const _0x1f0c01=this['resolveInstance'](_0x4416ec,_0x4da249,_0x5dfa3f);if(!_0x1f0c01){logger[_0x3be7b2(0x26f)](_0x27df32['lRQhQ']);return;}try{let _0x1a7ff2,_0x22029c,_0x589f81;switch(_0x4416ec){case TestFrameworkState['TEST']:_0x1a7ff2=_0x5dfa3f[_0x3be7b2(0x2cb)];const _0x146d0c={};_0x146d0c[_0x3be7b2(0x2b4)]=0x2,_0x146d0c[_0x3be7b2(0x26e)]=0x3,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x227)+_0x4da249+_0x3be7b2(0x1ad)+util['inspect'](_0x1a7ff2,_0x146d0c)),_0x589f81=this[_0x3be7b2(0x2ae)](_0x1a7ff2),_0x22029c=null,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x2a6)+_0x589f81+_0x3be7b2(0x2bf));if(_0x27df32[_0x3be7b2(0x1d5)](_0x4da249,HookState[_0x3be7b2(0x27c)])){logger['debug'](_0x3be7b2(0x2d4)+_0x589f81);const _0x42bb9d={};_0x42bb9d[_0x3be7b2(0x281)]=_0x22029c,_0x42bb9d['testData']=_0x1a7ff2,_0x42bb9d[_0x3be7b2(0x16e)]=_0x589f81;const _0x2ed488=this['parseJestTest'](_0x42bb9d),_0x47335c={};_0x47335c[_0x3be7b2(0x2b4)]=0x2,_0x47335c['maxArrayLength']=0x3,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x21b)+util[_0x3be7b2(0x236)](_0x2ed488,_0x47335c)),_0x1f0c01[_0x3be7b2(0x253)](_0x2ed488),logger[_0x3be7b2(0x26f)](_0x3be7b2(0x209)+_0x589f81),await this[_0x3be7b2(0x220)](_0x1f0c01,_0x589f81);}else{if(_0x27df32[_0x3be7b2(0x1d5)](_0x4da249,HookState[_0x3be7b2(0x1e6)])){logger['debug'](_0x3be7b2(0x2bd)+_0x589f81);const _0x1f5008=_0x1f0c01[_0x3be7b2(0x29d)]()['get'](_0x589f81);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x3be7b2(0x236)](Object[_0x3be7b2(0x219)](_0x27df32[_0x3be7b2(0x195)](_0x1f5008,{}))));_0x1f5008&&_0x1f5008[TestFrameworkConstants[_0x3be7b2(0x232)]]?logger[_0x3be7b2(0x26f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x3be7b2(0x219)](_0x1f5008[TestFrameworkConstants[_0x3be7b2(0x232)]])['length']+_0x3be7b2(0x21e)):logger[_0x3be7b2(0x26f)](_0x27df32[_0x3be7b2(0x21c)]);const _0xcdf52b=_0x5dfa3f[_0x3be7b2(0x238)]||null,_0x52a3cf={};_0x52a3cf[_0x3be7b2(0x281)]=_0x22029c,_0x52a3cf[_0x3be7b2(0x25b)]=_0x1a7ff2,_0x52a3cf[_0x3be7b2(0x16e)]=_0x589f81,_0x52a3cf[_0x3be7b2(0x238)]=_0xcdf52b;const _0x39f21e=this[_0x3be7b2(0x1a5)](_0x52a3cf),_0x369140={};_0x369140[_0x3be7b2(0x2b4)]=0x2,_0x369140[_0x3be7b2(0x26e)]=0x3,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x242)+util[_0x3be7b2(0x236)](_0x39f21e,_0x369140)),_0x1f0c01[_0x3be7b2(0x253)](_0x39f21e),logger[_0x3be7b2(0x26f)](_0x3be7b2(0x2ad)+_0x589f81),await this[_0x3be7b2(0x220)](_0x1f0c01,_0x589f81);}}break;case TestFrameworkState[_0x3be7b2(0x199)]:if(_0x27df32[_0x3be7b2(0x192)](_0x4da249,HookState['POST'])){const _0x4f2771={};_0x4f2771[_0x3be7b2(0x2b4)]=0x2,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x1ac)+util[_0x3be7b2(0x236)](_0x5dfa3f,_0x4f2771)),await this['sendLogCreatedEvent'](_0x1f0c01,_0x4416ec,_0x5dfa3f);}break;default:if(CLIUtils[_0x3be7b2(0x20e)](_0x4416ec[_0x3be7b2(0x2e8)]()[_0x3be7b2(0x2c5)]('.')[0x1])){const _0x3e9194={};_0x3e9194['depth']=0x2,_0x3e9194['maxArrayLength']=0x3,logger[_0x3be7b2(0x26f)](_0x3be7b2(0x1cb)+_0x4416ec+_0x3be7b2(0x29a)+_0x4da249+_0x3be7b2(0x1d0)+util[_0x3be7b2(0x236)](_0x5dfa3f[_0x3be7b2(0x250)],_0x3e9194));const _0x3a21f3=await this[_0x3be7b2(0x2b9)](_0x1f0c01,_0x4416ec,_0x4da249,_0x5dfa3f),_0x4c8ed4={};_0x4c8ed4[_0x3be7b2(0x2b4)]=0x2,_0x4c8ed4[_0x3be7b2(0x26e)]=0x3,logger[_0x3be7b2(0x26f)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x3be7b2(0x236)](_0x3a21f3,_0x4c8ed4)),_0x1f0c01[_0x3be7b2(0x253)](_0x3a21f3);}else logger[_0x3be7b2(0x26f)](_0x3be7b2(0x2e5)+_0x4416ec+'\x20&\x20hookState='+_0x4da249);break;}logger[_0x3be7b2(0x26f)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x4416ec+_0x3be7b2(0x29a)+_0x4da249);}catch(_0x462998){logger['error'](_0x3be7b2(0x279)+_0x4416ec+_0x3be7b2(0x29a)+_0x4da249+_0x3be7b2(0x1a9)+util[_0x3be7b2(0x28b)](_0x462998));}_0x5dfa3f['instance']=_0x1f0c01,await this[_0x3be7b2(0x1e9)](_0x1f0c01,_0x4416ec,_0x4da249,_0x5dfa3f);}['getJestTestIdentifier'](_0x5a8c99){const _0x3e5fe4=a71_0x35d83e,_0x54114f={};_0x54114f[_0x3e5fe4(0x214)]=_0x3e5fe4(0x1cf);const _0x55c4f7=_0x54114f;if(_0x5a8c99&&(_0x5a8c99['id']||_0x5a8c99['uuid'])){const _0x6cb525=_0x5a8c99['id']||_0x5a8c99['uuid'];return logger[_0x3e5fe4(0x26f)](_0x3e5fe4(0x182)+_0x6cb525+_0x3e5fe4(0x1c0)),_0x6cb525;}return logger['debug'](_0x55c4f7[_0x3e5fe4(0x214)]),process[_0x3e5fe4(0x20b)]+_0x3e5fe4(0x1d4);}['resolveInstance'](_0x29b5eb,_0x499e4d,_0x50778e={}){const _0x6c46f8=a71_0x35d83e;let _0x509c3f=null;return _0x509c3f=TestFramework[_0x6c46f8(0x1b2)](),!_0x509c3f?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x29b5eb),this['trackJestInstance'](_0x29b5eb,_0x50778e),_0x509c3f=TestFramework['getTrackedInstance'](),logger[_0x6c46f8(0x26f)](_0x6c46f8(0x210)+!!_0x509c3f+_0x6c46f8(0x26b)+_0x509c3f?.[_0x6c46f8(0x2ca)]()?.['getId']())):logger[_0x6c46f8(0x26f)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x509c3f[_0x6c46f8(0x2ca)]()?.[_0x6c46f8(0x292)]()),_0x509c3f;}[a71_0x35d83e(0x1fc)](_0x16d008,_0x41ac42){const _0x344e2c=a71_0x35d83e,_0x39dfb3={};_0x39dfb3[_0x344e2c(0x2c0)]=_0x344e2c(0x1f3);const _0x58a44b=_0x39dfb3;if(TestFramework[_0x344e2c(0x1b2)]()){logger[_0x344e2c(0x26f)](_0x58a44b[_0x344e2c(0x2c0)]);return;}const _0x43734b=CLIUtils[_0x344e2c(0x1e1)](),_0x47a10f=TrackedInstance[_0x344e2c(0x164)](_0x43734b);let _0x4cda87=null;logger[_0x344e2c(0x26f)](_0x344e2c(0x1a3)+_0x43734b+',\x20state='+_0x16d008),_0x4cda87=new TestFrameworkInstance(_0x47a10f,this[_0x344e2c(0x2df)](),this[_0x344e2c(0x1e3)](),_0x16d008,HookState[_0x344e2c(0x16b)]),TestFramework[_0x344e2c(0x256)](_0x47a10f,_0x4cda87),logger[_0x344e2c(0x26f)](_0x344e2c(0x19b)+_0x47a10f[_0x344e2c(0x292)]()+',\x20target='+_0x43734b+_0x344e2c(0x247)+this[_0x344e2c(0x2df)]()[0x0]+_0x344e2c(0x23d)+this['getTestFrameworksVersions']()[this[_0x344e2c(0x2df)]()[0x0]]);}['parseJestTest'](_0xda7659){const _0x178851=a71_0x35d83e,_0x7e70bd={};_0x7e70bd[_0x178851(0x1f0)]=function(_0x54a3bb,_0x1af807){return _0x54a3bb||_0x1af807;},_0x7e70bd[_0x178851(0x276)]=_0x178851(0x213);const _0x2d0781=_0x7e70bd,{testUUID:_0x51bda8,testData:_0x398b25,testId:_0x57fe48}=_0xda7659;if(_0x2d0781[_0x178851(0x1f0)](!_0x398b25,!_0x57fe48))return logger[_0x178851(0x26f)](_0x2d0781[_0x178851(0x276)]),{};const _0x241127=this[_0x178851(0x2df)]()[0x0],_0x1c397c=this[_0x178851(0x1e3)](),_0x2ba3c3={};_0x2ba3c3[_0x178851(0x2b4)]=0x2,_0x2ba3c3[_0x178851(0x26e)]=0x3,logger[_0x178851(0x26f)](_0x178851(0x218)+util[_0x178851(0x236)](_0x398b25,_0x2ba3c3));const _0x2f7be5=_0x398b25?.[_0x178851(0x19d)]||[],_0x542b45=this[_0x178851(0x255)](_0x398b25),_0x270293=this[_0x178851(0x2c7)](_0x398b25),_0x237cea=_0x398b25['fn']?_0x398b25['fn'][_0x178851(0x2e8)]():null,_0x1fe403=this[_0x178851(0x157)](_0x398b25),_0x128a8b={[TestFrameworkConstants[_0x178851(0x2ab)]]:_0x241127,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1c397c[_0x241127],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x178851(0x285)]]:{},[TestFrameworkConstants[_0x178851(0x2e4)]]:{},[TestFrameworkConstants[_0x178851(0x204)]]:TestFrameworkConstants[_0x178851(0x26d)],[TestFrameworkConstants[_0x178851(0x27d)]]:_0x542b45,[TestFrameworkConstants[_0x178851(0x226)]]:_0x270293,[TestFrameworkConstants[_0x178851(0x275)]]:_0x57fe48,[TestFrameworkConstants[_0x178851(0x29f)]]:_0x542b45,[TestFrameworkConstants[_0x178851(0x233)]]:_0x270293,[TestFrameworkConstants[_0x178851(0x273)]]:_0x237cea,[TestFrameworkConstants[_0x178851(0x2d5)]]:_0x1fe403,[TestFrameworkConstants[_0x178851(0x19c)]]:_0x398b25[_0x178851(0x1b9)]||new Date()[_0x178851(0x274)](),[TestFrameworkConstants[_0x178851(0x18d)]]:_0x2f7be5[0x0]||'',[TestFrameworkConstants[_0x178851(0x24c)]]:_0x2f7be5,[TestFrameworkConstants[_0x178851(0x25a)]]:_0x542b45,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x178851(0x212)]]:{}};_0x398b25[_0x178851(0x29e)]&&(_0x128a8b[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x398b25[_0x178851(0x29e)]);logger[_0x178851(0x26f)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x542b45+_0x178851(0x1fe)+_0x57fe48+_0x178851(0x2bc)+JSON[_0x178851(0x1cc)](_0x1fe403)+_0x178851(0x1f4)+util[_0x178851(0x236)](_0x2f7be5)+_0x178851(0x15f)+_0x270293);const _0x757182={};return _0x757182[_0x57fe48]=_0x128a8b,_0x757182;}[a71_0x35d83e(0x1a5)](_0x3390cb){const _0x46bf54=a71_0x35d83e,_0x5e2a5d={'jDHpI':function(_0x3a0e76,_0x5392d9){return _0x3a0e76===_0x5392d9;},'YRzKJ':_0x46bf54(0x23e),'cLuIV':function(_0x1cd2b6,_0x3a0d46){return _0x1cd2b6===_0x3a0d46;},'EuZRL':_0x46bf54(0x1e7),'OeQjO':'ALL','NLgkj':'_ALL','uQJXk':function(_0x1ec787,_0x534847){return _0x1ec787||_0x534847;},'ipQPo':_0x46bf54(0x1c1),'uqfsz':function(_0x55bac4,_0x86ef44){return _0x55bac4||_0x86ef44;},'KQgxw':'unknown','AIvaj':function(_0x436071,_0x44b3de){return _0x436071>_0x44b3de;},'IFkcb':_0x46bf54(0x2eb),'hEfSK':function(_0x1b669e,_0x2372bd){return _0x1b669e===_0x2372bd;},'hJRaL':_0x46bf54(0x158),'Elllf':function(_0x2f9175,_0x482019){return _0x2f9175===_0x482019;},'WkBCY':_0x46bf54(0x244),'wFmDW':_0x46bf54(0x25c),'VxcwU':function(_0xb70ee1,_0x2507bb){return _0xb70ee1!==_0x2507bb;},'nihYR':function(_0x4ca3b6,_0x447d10,_0x13b8e9,_0x1e70a3){return _0x4ca3b6(_0x447d10,_0x13b8e9,_0x1e70a3);},'Lljcm':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x547ac1,testData:_0x406f6a,testId:_0x742c2c}=_0x3390cb;if(_0x5e2a5d[_0x46bf54(0x2da)](!_0x406f6a,!_0x742c2c))return logger[_0x46bf54(0x26f)](_0x5e2a5d[_0x46bf54(0x23b)]),{};const _0x3485e5=this[_0x46bf54(0x183)](TestFrameworkState[_0x46bf54(0x2c1)],HookState[_0x46bf54(0x1e6)]),_0x59ae58=_0x3485e5[_0x46bf54(0x29d)]()['get'](_0x742c2c),_0x56ba25=_0x5e2a5d[_0x46bf54(0x290)](_0x59ae58,{}),_0x1daff5=_0x56ba25?_0x56ba25[TestFrameworkConstants[_0x46bf54(0x259)]]||{}:{},_0x549f2f=_0x56ba25[TestFrameworkConstants[_0x46bf54(0x232)]];logger[_0x46bf54(0x26f)](_0x46bf54(0x252)+(_0x549f2f?Object['keys'](_0x549f2f)[_0x46bf54(0x1d2)]:0x0)+'\x20attachments');let _0x122121=_0x5e2a5d[_0x46bf54(0x165)];if(_0x406f6a[_0x46bf54(0x299)])_0x122121=_0x406f6a[_0x46bf54(0x299)];else{if(_0x406f6a['errorsDetailed']&&_0x5e2a5d[_0x46bf54(0x2be)](_0x406f6a[_0x46bf54(0x28e)][_0x46bf54(0x1d2)],0x0))_0x122121=_0x5e2a5d[_0x46bf54(0x18c)];else _0x5e2a5d['hEfSK'](_0x406f6a[_0x46bf54(0x1d9)],_0x5e2a5d['hJRaL'])||_0x5e2a5d[_0x46bf54(0x1ef)](_0x406f6a['status'],_0x5e2a5d[_0x46bf54(0x1ec)])?_0x122121=_0x5e2a5d[_0x46bf54(0x1ec)]:_0x122121=_0x5e2a5d['wFmDW'];}const _0x5bc1fc={..._0x56ba25,[TestFrameworkConstants[_0x46bf54(0x204)]]:_0x122121,[TestFrameworkConstants[_0x46bf54(0x2a8)]]:_0x406f6a[_0x46bf54(0x1bc)]||new Date()[_0x46bf54(0x274)](),[TestFrameworkConstants[_0x46bf54(0x19e)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1daff5,[TestFrameworkConstants[_0x46bf54(0x206)]]:[],[TestFrameworkConstants[_0x46bf54(0x212)]]:{}};if(_0x5e2a5d['hEfSK'](_0x122121,_0x5e2a5d['IFkcb'])&&_0x406f6a[_0x46bf54(0x28e)]){const _0x543c62=this[_0x46bf54(0x1a2)](_0x406f6a),_0x5d97ce=this['getJestFailureType'](_0x406f6a),_0x2f1cdd=this[_0x46bf54(0x1b0)](_0x406f6a);_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x222)]]=_0x5d97ce,_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x1b8)]]=_0x543c62,_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x1b1)]]=_0x2f1cdd;}_0x5e2a5d[_0x46bf54(0x1f6)](_0x406f6a['duration'],undefined)&&(_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x2e3)]]=_0x406f6a[_0x46bf54(0x2de)]);_0x406f6a[_0x46bf54(0x29e)]&&(_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x23c)]]=_0x406f6a['retryOf']);const _0x576dd5=_0x59ae58?_0x59ae58[TestFrameworkConstants[_0x46bf54(0x232)]]||{}:{},_0x47ef22=_0x59ae58?_0x59ae58[TestFrameworkConstants[_0x46bf54(0x24f)]]:_0x547ac1,_0x496627=_0x5e2a5d['nihYR'](getManualUploadLogs,_0x576dd5,_0x47ef22,_0x742c2c);if(_0x5e2a5d[_0x46bf54(0x2be)](_0x496627[_0x46bf54(0x1d2)],0x0)){const _0x29a788=_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x206)]]||[];_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x206)]]=[..._0x29a788,..._0x496627];}const _0x14e826=_0x56ba25[TestFrameworkConstants[_0x46bf54(0x285)]]||{},_0x284979=_0x56ba25[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x58fde3={..._0x14e826},_0x24135f=_0x58fde3;Object['keys'](_0x284979)['forEach'](_0xc15ddf=>{const _0x41c687=_0x46bf54;!_0x24135f[_0xc15ddf]&&(_0x24135f[_0xc15ddf]=[]);const _0x2a6c56=new Set((_0x24135f[_0xc15ddf]||[])[_0x41c687(0x21d)](_0x15949a=>_0x15949a[TestFrameworkConstants[_0x41c687(0x172)]]||_0x15949a[_0x41c687(0x289)]));(_0x284979[_0xc15ddf]||[])[_0x41c687(0x1b6)](_0x5db110=>{const _0x30859d=_0x41c687,_0x446671=_0x5db110[TestFrameworkConstants[_0x30859d(0x172)]]||_0x5db110[_0x30859d(0x289)];if(!_0x2a6c56[_0x30859d(0x2a5)](_0x446671)){const _0x1ffebc={..._0x5db110},_0x5675ae=_0x1ffebc;!_0x5675ae[TestFrameworkConstants[_0x30859d(0x1f5)]]&&!_0x5675ae['event_ended_at']&&(_0x5675ae[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x30859d(0x274)]()),!_0x5675ae[TestFrameworkConstants[_0x30859d(0x2a7)]]&&!_0x5675ae[_0x30859d(0x171)]&&(_0x5675ae[TestFrameworkConstants[_0x30859d(0x2a7)]]=TestFrameworkConstants[_0x30859d(0x284)]),_0x24135f[_0xc15ddf][_0x30859d(0x22c)](_0x5675ae);}});});if(_0x3390cb[_0x46bf54(0x238)]){this['mapTestHooks'](_0x3390cb[_0x46bf54(0x238)]);const _0x521730=this[_0x46bf54(0x1fd)](_0x3390cb[_0x46bf54(0x238)]),_0x1f5a9f=this[_0x46bf54(0x1d7)](_0x3390cb[_0x46bf54(0x238)]);_0x1f5a9f['forEach'](_0x542fc1=>{const _0x21436e=_0x46bf54,_0x1444e2=_0x521730[_0x21436e(0x16d)](_0x542fc1);if(_0x1444e2&&(_0x5e2a5d['jDHpI'](_0x1444e2[_0x21436e(0x20f)],_0x5e2a5d['YRzKJ'])||_0x5e2a5d[_0x21436e(0x2d7)](_0x1444e2[_0x21436e(0x20f)],_0x5e2a5d[_0x21436e(0x229)]))){const _0x109ff5=_0x1444e2[_0x21436e(0x20f)]['toUpperCase']()[_0x21436e(0x1ca)](_0x5e2a5d[_0x21436e(0x21f)],_0x5e2a5d[_0x21436e(0x1c8)]),_0x3fd003=_0x109ff5;!_0x24135f[_0x3fd003]&&(_0x24135f[_0x3fd003]=[]);const _0x24c5ae=_0x24135f[_0x3fd003]['find'](_0x4ce20e=>(_0x4ce20e[TestFrameworkConstants[_0x21436e(0x172)]]||_0x4ce20e[_0x21436e(0x289)])===_0x542fc1);!_0x24c5ae&&_0x24135f[_0x3fd003]['push']({'key':_0x3fd003,[TestFrameworkConstants[_0x21436e(0x172)]]:_0x542fc1,[TestFrameworkConstants[_0x21436e(0x2a7)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x21436e(0x269)]]:new Date()[_0x21436e(0x274)](),[TestFrameworkConstants[_0x21436e(0x1f5)]]:new Date()[_0x21436e(0x274)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x21436e(0x1bb)]]:_0x1444e2['name']||_0x1444e2[_0x21436e(0x20f)]+_0x21436e(0x1ff),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1daff5});}});}if(_0x406f6a[_0x46bf54(0x2ce)]&&_0x5e2a5d[_0x46bf54(0x2be)](_0x406f6a[_0x46bf54(0x2ce)]['length'],0x0))_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x285)]]=_0x406f6a['hooks'],logger[_0x46bf54(0x26f)](_0x5e2a5d[_0x46bf54(0x1f8)]);else _0x5e2a5d[_0x46bf54(0x2be)](Object[_0x46bf54(0x219)](_0x24135f)['length'],0x0)&&(_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x285)]]=_0x24135f,logger['debug'](_0x46bf54(0x22e)+Object['keys'](_0x24135f)[_0x46bf54(0x176)](',')));const _0x56b4ba=this[_0x46bf54(0x255)](_0x406f6a);logger[_0x46bf54(0x26f)](_0x46bf54(0x1a0)+_0x56b4ba+_0x46bf54(0x1fe)+_0x742c2c+_0x46bf54(0x240)+_0x122121+',\x20duration='+_0x406f6a[_0x46bf54(0x2de)]);_0x5e2a5d[_0x46bf54(0x173)](_0x122121,_0x5e2a5d['IFkcb'])&&logger['debug'](_0x46bf54(0x239)+_0x742c2c+_0x46bf54(0x16c)+_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x222)]]+_0x46bf54(0x278)+_0x5bc1fc[TestFrameworkConstants[_0x46bf54(0x1b8)]]?.[_0x46bf54(0x294)](0x0,0xc8));const _0xf6f407={};return _0xf6f407[_0x742c2c]=_0x5bc1fc,_0xf6f407;}[a71_0x35d83e(0x2ec)](_0x2b8299){const _0x430b04=a71_0x35d83e,_0x554be2={};_0x554be2[_0x430b04(0x2d9)]=function(_0x1da83c,_0x190b06){return _0x1da83c!==_0x190b06;},_0x554be2[_0x430b04(0x188)]=function(_0x2ea719,_0x3d438a){return _0x2ea719!==_0x3d438a;},_0x554be2[_0x430b04(0x1be)]=_0x430b04(0x2dc);const _0x476646=_0x554be2,_0x53a516={};_0x53a516[_0x430b04(0x2b4)]=0x2,_0x53a516[_0x430b04(0x26e)]=0x3,logger[_0x430b04(0x26f)](_0x430b04(0x24a)+util[_0x430b04(0x236)](_0x2b8299,_0x53a516));const _0x19ade6=[];if(_0x2b8299&&_0x2b8299[_0x430b04(0x2a9)]){let _0x217a0e=_0x2b8299[_0x430b04(0x2a9)];while(_0x217a0e&&_0x217a0e['name']&&_0x476646['UIuWe'](_0x217a0e[_0x430b04(0x159)],'')&&_0x476646[_0x430b04(0x188)](_0x217a0e['name'],_0x476646['iUxGU'])){_0x19ade6['push'](_0x217a0e['name']),_0x217a0e=_0x217a0e[_0x430b04(0x2a9)];}}return _0x19ade6[_0x430b04(0x205)]();}[a71_0x35d83e(0x255)](_0x4f41c0){const _0x178844=a71_0x35d83e,_0x40d323={};_0x40d323[_0x178844(0x235)]=_0x178844(0x16f);const _0x5e4363=_0x40d323;if(_0x4f41c0['name'])return _0x4f41c0['name'];if(_0x4f41c0['title'])return _0x4f41c0['title'];return _0x5e4363[_0x178844(0x235)];}['getJestTestTags'](_0x4ec65b){const _0x48fd83=a71_0x35d83e,_0x256232=[];if(_0x4ec65b['tags']&&Array[_0x48fd83(0x293)](_0x4ec65b['tags']))return _0x4ec65b[_0x48fd83(0x1b4)][_0x48fd83(0x21d)](_0x2726fe=>_0x2726fe['startsWith']('@')?_0x2726fe[_0x48fd83(0x24b)](0x1):_0x2726fe);const _0x3d8c94=this[_0x48fd83(0x255)](_0x4ec65b),_0x1cff92=_0x3d8c94['match'](/@(\w+)/g);if(_0x1cff92)return _0x1cff92[_0x48fd83(0x21d)](_0x5b8c9c=>_0x5b8c9c[_0x48fd83(0x257)](0x1));return _0x4ec65b[_0x48fd83(0x19d)]&&Array[_0x48fd83(0x293)](_0x4ec65b[_0x48fd83(0x19d)])&&_0x4ec65b['scopes'][_0x48fd83(0x1b6)](_0x45db29=>{const _0x557308=_0x48fd83,_0x3ce7e4=_0x45db29['match'](/@(\w+)/g);_0x3ce7e4&&_0x3ce7e4[_0x557308(0x1b6)](_0x29de7d=>{const _0x233c56=_0x557308,_0x223b76=_0x29de7d['slice'](0x1);!_0x256232[_0x233c56(0x249)](_0x223b76)&&_0x256232[_0x233c56(0x22c)](_0x223b76);});}),_0x256232;}[a71_0x35d83e(0x2c7)](_0x4eaea5){const _0x268895=a71_0x35d83e,_0x32399a={'RlLDA':function(_0x27d719,_0x57dccc){return _0x27d719(_0x57dccc);},'xUhEo':_0x268895(0x2d3)};if(_0x4eaea5[_0x268895(0x1ed)])return _0x4eaea5[_0x268895(0x1ed)];if(_0x4eaea5[_0x268895(0x2bb)]){const _0x386af9=_0x32399a['RlLDA'](require,_0x32399a[_0x268895(0x15c)]);try{const _0x3024b1=_0x386af9[_0x268895(0x20a)](_0x4eaea5[_0x268895(0x2bb)]);if(_0x3024b1[0x0]&&_0x3024b1[0x0][_0x268895(0x2ac)])return _0x3024b1[0x0][_0x268895(0x2ac)]();}catch(_0x1c97ed){logger['debug'](_0x268895(0x261)+util[_0x268895(0x28b)](_0x1c97ed));}}return null;}[a71_0x35d83e(0x1a2)](_0x334b4c){const _0x4a2b69=a71_0x35d83e,_0x292f20={};_0x292f20[_0x4a2b69(0x295)]=function(_0x4b2715,_0x134744){return _0x4b2715>_0x134744;},_0x292f20[_0x4a2b69(0x237)]=_0x4a2b69(0x22a);const _0x1d1058=_0x292f20;if(_0x334b4c[_0x4a2b69(0x28e)]&&_0x1d1058[_0x4a2b69(0x295)](_0x334b4c[_0x4a2b69(0x28e)][_0x4a2b69(0x1d2)],0x0))return util[_0x4a2b69(0x236)](_0x334b4c['errorsDetailed'][0x0]);if(_0x334b4c['failure_reason'])return _0x334b4c['failure_reason'];return _0x1d1058[_0x4a2b69(0x237)];}[a71_0x35d83e(0x260)](_0x5b17d4){const _0x3a60a7=a71_0x35d83e,_0x4d08ec={};_0x4d08ec[_0x3a60a7(0x190)]=_0x3a60a7(0x20d),_0x4d08ec[_0x3a60a7(0x231)]=_0x3a60a7(0x296),_0x4d08ec['wBhGf']=_0x3a60a7(0x22d);const _0x304e7f=_0x4d08ec,_0x58c11b=this[_0x3a60a7(0x1a2)](_0x5b17d4);if(_0x58c11b&&_0x58c11b[_0x3a60a7(0x249)](_0x304e7f[_0x3a60a7(0x190)]))return _0x304e7f[_0x3a60a7(0x231)];return _0x304e7f[_0x3a60a7(0x288)];}[a71_0x35d83e(0x1b0)](_0x44bd89){const _0x58d795=a71_0x35d83e,_0x5bd120={'isRbq':function(_0x443fd4,_0x3a2226){return _0x443fd4(_0x3a2226);},'SEcPV':_0x58d795(0x1d6),'mzOYb':function(_0x5de685,_0x176366){return _0x5de685!==_0x176366;},'adwDa':_0x58d795(0x2cb)},{failureData:_0x541cf6}=_0x5bd120['isRbq'](require,_0x5bd120[_0x58d795(0x1f7)]),_0x56c084=[];return _0x5bd120[_0x58d795(0x1dc)](_0x44bd89[_0x58d795(0x28e)],undefined)&&_0x56c084[_0x58d795(0x22c)](_0x44bd89[_0x58d795(0x28e)],_0x5bd120[_0x58d795(0x2c9)]),_0x541cf6[_0x58d795(0x2b1)](null,_0x56c084);}async[a71_0x35d83e(0x2b9)](_0x32cfa7,_0x4fec84,_0x45e0cc,_0x40769e){const _0x357fbd=a71_0x35d83e,_0xd64a69={'zrIFy':_0x357fbd(0x2b6),'hRsol':function(_0x2543f5){return _0x2543f5();},'crRoo':function(_0x5ccc82,_0xb5fbb7){return _0x5ccc82 in _0xb5fbb7;},'MTcfQ':function(_0x2af16f,_0xabdf6){return _0x2af16f in _0xabdf6;},'hBrLy':function(_0x1764cc,_0x2d6e7f){return _0x1764cc===_0x2d6e7f;},'TtMID':function(_0x2a4fd2,_0x1ba1c3){return _0x2a4fd2===_0x1ba1c3;},'STixB':function(_0x3c0930,_0x1f0d86){return _0x3c0930>_0x1f0d86;},'KnYIP':_0x357fbd(0x2eb),'NqbKq':_0x357fbd(0x25c),'Wxxoo':function(_0x1af2af,_0x27729b){return _0x1af2af===_0x27729b;},'WVuPT':function(_0xd4b160,_0x1778fa){return _0xd4b160!==_0x1778fa;}},{hookData:_0x12d3eb}=_0x40769e,_0x330812=_0x45e0cc[_0x357fbd(0x2e8)](),_0x47c455=_0x4fec84[_0x357fbd(0x2e8)](),_0x37119d={};_0x37119d['depth']=0x2,_0x37119d[_0x357fbd(0x26e)]=0x3,logger[_0x357fbd(0x26f)](_0x357fbd(0x263)+_0x47c455+',\x20hookState='+_0x330812+_0x357fbd(0x1d0)+util[_0x357fbd(0x236)](_0x12d3eb,_0x37119d));if(!_0x12d3eb)return logger[_0x357fbd(0x26f)](_0xd64a69[_0x357fbd(0x1da)]),{};const _0x49e355=_0x12d3eb[_0x357fbd(0x2c2)]||_0x12d3eb[_0x357fbd(0x1c3)]||_0xd64a69['hRsol'](uuidv4),_0x57e0fa=_0x12d3eb['test_run_id']||this['getJestTestIdentifier'](_0x12d3eb),_0x15fb28=_0x4fec84[_0x357fbd(0x2e8)]()[_0x357fbd(0x2c5)]('.')[0x1],_0x20b542=_0x32cfa7[_0x357fbd(0x29d)]()[_0x357fbd(0x16d)](_0x57e0fa),_0x371de5=_0x20b542?_0x20b542[TestFrameworkConstants[_0x357fbd(0x259)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x49e355+',\x20testId='+_0x57e0fa+'\x20(testIdentifier),\x20hookType='+_0x15fb28+_0x357fbd(0x29a)+_0x330812);if(!_0x20b542)return logger[_0x357fbd(0x26f)](_0x357fbd(0x166)+_0x57e0fa+_0x357fbd(0x297)),this[_0x357fbd(0x2a2)](_0x32cfa7,_0x57e0fa,_0x4fec84,_0x45e0cc,_0x40769e),{};let _0x329e41=_0x20b542[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x329e41&&(_0x329e41={});!_0xd64a69['crRoo'](_0x15fb28,_0x329e41)&&(_0x329e41[_0x15fb28]=[]);let _0x43feb1=_0x20b542[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x43feb1&&(_0x43feb1={});!_0xd64a69['MTcfQ'](_0x15fb28,_0x43feb1)&&(_0x43feb1[_0x15fb28]=[]);const _0x4b083d={[TestFrameworkConstants[_0x357fbd(0x2e4)]]:_0x329e41,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x43feb1},_0x33e208={};_0x33e208[_0x57e0fa]=_0x4b083d;const _0x59b5e4=_0x33e208;if(_0xd64a69['hBrLy'](_0x45e0cc,HookState[_0x357fbd(0x27c)])){const _0x56adab={'key':_0x15fb28,[TestFrameworkConstants[_0x357fbd(0x172)]]:_0x49e355,[TestFrameworkConstants[_0x357fbd(0x2a7)]]:TestFrameworkConstants[_0x357fbd(0x284)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x12d3eb[_0x357fbd(0x1b9)]||new Date()[_0x357fbd(0x274)](),[TestFrameworkConstants[_0x357fbd(0x174)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x12d3eb[_0x357fbd(0x159)]||_0x12d3eb[_0x357fbd(0x2c8)]||_0x15fb28,[TestFrameworkConstants[_0x357fbd(0x259)]]:_0x371de5};_0x329e41[_0x15fb28]['push'](_0x56adab),_0x59b5e4[_0x57e0fa][TestFrameworkConstants[_0x357fbd(0x1dd)]]=_0x15fb28;const _0x1ae1f1={};_0x1ae1f1[_0x357fbd(0x2b4)]=0x2,logger[_0x357fbd(0x26f)](_0x357fbd(0x17b)+_0x15fb28+_0x357fbd(0x1ba)+_0x49e355+',\x20testId='+_0x57e0fa+_0x357fbd(0x27a)+util[_0x357fbd(0x236)](_0x56adab,_0x1ae1f1));}else{if(_0xd64a69['TtMID'](_0x45e0cc,HookState['POST'])){const _0x3b0be3=_0x12d3eb[_0x357fbd(0x299)]||(_0x12d3eb['errorsDetailed']&&_0xd64a69[_0x357fbd(0x191)](_0x12d3eb['errorsDetailed'][_0x357fbd(0x1d2)],0x0)?_0xd64a69[_0x357fbd(0x29b)]:_0xd64a69[_0x357fbd(0x1eb)]),_0xd5ef5d=_0x329e41[_0x15fb28]||[];logger[_0x357fbd(0x26f)](_0x357fbd(0x1fa)+_0x15fb28+_0x357fbd(0x1fe)+_0x57e0fa+',\x20result='+_0x3b0be3+_0x357fbd(0x19a)+_0xd5ef5d[_0x357fbd(0x1d2)]);if(_0xd64a69[_0x357fbd(0x191)](_0xd5ef5d[_0x357fbd(0x1d2)],0x0)){const _0x3ca4b5=_0xd5ef5d['pop']();_0xd64a69[_0x357fbd(0x187)](_0x3b0be3,_0xd64a69[_0x357fbd(0x29b)])&&_0x12d3eb[_0x357fbd(0x28e)]?(_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x1e8)]]=this[_0x357fbd(0x260)](_0x12d3eb),_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x270)]]=this[_0x357fbd(0x1a2)](_0x12d3eb),_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x26c)]]=this[_0x357fbd(0x1b0)](_0x12d3eb),logger[_0x357fbd(0x26f)](_0x357fbd(0x2ea)+_0x15fb28+_0x357fbd(0x16c)+_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x1e8)]]+_0x357fbd(0x278)+_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x270)]]?.['substring'](0x0,0xc8))):_0x3ca4b5[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0xd64a69[_0x357fbd(0x1eb)];_0xd64a69[_0x357fbd(0x186)](_0x3b0be3,TestFrameworkConstants[_0x357fbd(0x284)])&&(_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x2a7)]]=_0x3b0be3);_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x1f5)]]=_0x12d3eb['finished_at']||new Date()['toISOString'](),_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x259)]]=_0x371de5;const _0x18a5da=_0x3ca4b5[TestFrameworkConstants[_0x357fbd(0x172)]];!_0x43feb1[_0x15fb28]&&(_0x43feb1[_0x15fb28]=[]);_0x43feb1[_0x15fb28]['push'](_0x3ca4b5),_0x59b5e4[_0x57e0fa][TestFrameworkConstants[_0x357fbd(0x196)]]=_0x15fb28;const _0x3774da={};_0x3774da[_0x357fbd(0x2b4)]=0x2,logger[_0x357fbd(0x26f)](_0x357fbd(0x18b)+_0x15fb28+_0x357fbd(0x1ba)+_0x18a5da+_0x357fbd(0x245)+_0x3b0be3+',\x20hook='+util[_0x357fbd(0x236)](_0x3ca4b5,_0x3774da));}}}const _0x3d86d8={};return _0x3d86d8[_0x357fbd(0x2b4)]=0x2,_0x3d86d8['maxArrayLength']=0x3,logger[_0x357fbd(0x26f)](_0x357fbd(0x15e)+(_0x12d3eb[_0x357fbd(0x2c8)]||_0x15fb28)+_0x357fbd(0x1ba)+_0x49e355+_0x357fbd(0x1fe)+_0x57e0fa+_0x357fbd(0x28f)+util[_0x357fbd(0x236)](_0x59b5e4,_0x3d86d8)),_0x59b5e4;}['createTestFrameworkEventPayload'](_0xe749de){const _0x40e478=a71_0x35d83e,_0x109808={};_0x109808[_0x40e478(0x2a3)]=_0x40e478(0x194);const _0x4080bf=_0x109808;try{const _0x49a952=_0xe749de['test']?this[_0x40e478(0x2ae)](_0xe749de[_0x40e478(0x2cb)]):_0xe749de[_0x40e478(0x250)]['test_run_id'],_0x513d68=_0xe749de[_0x40e478(0x2e2)],_0xd2cfa1=_0x513d68['getContext'](),_0x51cbf5=_0x513d68[_0x40e478(0x29d)]()[_0x40e478(0x16d)](_0x49a952);if(!_0x51cbf5)return logger['debug'](_0x40e478(0x2e1)+_0x49a952),{};const {[TestFrameworkConstants[_0x40e478(0x2ab)]]:_0x169a05='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x185d06='',[TestFrameworkConstants[_0x40e478(0x19c)]]:_0x5cec6f='',[TestFrameworkConstants[_0x40e478(0x2a8)]]:_0x59e649=''}=_0x51cbf5,_0x2b4161=_0x513d68[_0x40e478(0x2af)]()[_0x40e478(0x2e8)]()[_0x40e478(0x2c5)]('.')[0x1],_0x5b8264=_0x513d68[_0x40e478(0x2a1)]()[_0x40e478(0x2e8)]()[_0x40e478(0x2c5)]('.')[0x1],_0x296a2d=global?.[_0x40e478(0x18f)]?.[_0x40e478(0x207)]?.[_0x40e478(0x1c4)],_0x1d244c=_0x513d68[_0x40e478(0x1e4)](),_0x2499ae=Buffer['from'](JSON['stringify'](_0x51cbf5))[_0x40e478(0x2e8)](_0x4080bf['WvxHt']),_0x50479a={'hash':_0xd2cfa1[_0x40e478(0x292)](),'threadId':_0xd2cfa1[_0x40e478(0x170)]()['toString'](),'processId':_0xd2cfa1[_0x40e478(0x17c)]()['toString']()},_0x1c0c4a={};_0x1c0c4a[_0x40e478(0x267)]=_0x296a2d,_0x1c0c4a[_0x40e478(0x23f)]=_0x169a05,_0x1c0c4a[_0x40e478(0x1bf)]=_0x185d06,_0x1c0c4a[_0x40e478(0x1c6)]=_0x2b4161,_0x1c0c4a[_0x40e478(0x215)]=_0x5b8264,_0x1c0c4a[_0x40e478(0x258)]=_0x5cec6f,_0x1c0c4a[_0x40e478(0x19f)]=_0x59e649,_0x1c0c4a['uuid']=_0x1d244c,_0x1c0c4a['eventJson']=_0x2499ae,_0x1c0c4a[_0x40e478(0x298)]=_0x50479a,_0x1c0c4a[_0x40e478(0x283)]=_0x49a952;const _0x673d51=_0x1c0c4a;return _0x673d51;}catch(_0x23e022){return logger['error'](_0x40e478(0x246)+util[_0x40e478(0x28b)](_0x23e022)),{};}}async[a71_0x35d83e(0x198)](_0x1896a1,_0x4471e8,_0xe760a1){const _0x1ac75e=a71_0x35d83e,_0x42bd48={'PibfT':function(_0xb4cb2b,_0x593b2c){return _0xb4cb2b+_0x593b2c;},'FBtTN':_0x1ac75e(0x217),'lsrRL':_0x1ac75e(0x185),'tVRZq':function(_0x8c18b9,_0x454663){return _0x8c18b9>_0x454663;},'TWDzX':function(_0x4d6247,_0x6e062b,_0x3ecf5b,_0x34b789){return _0x4d6247(_0x6e062b,_0x3ecf5b,_0x34b789);},'kMtrj':function(_0x1ab377,_0x2b73c5){return _0x1ab377-_0x2b73c5;},'iYwNU':function(_0x25edfe,_0x2812d2){return _0x25edfe===_0x2812d2;},'EFnce':function(_0x13f822,_0x10e93f){return _0x13f822/_0x10e93f;},'pDXHr':function(_0x3f2b03,_0x4af90a){return _0x3f2b03<_0x4af90a;},'dsrlh':function(_0x5716e4,_0x4f6cd6){return _0x5716e4*_0x4f6cd6;},'iJRYS':function(_0x310523,_0x526f0f){return _0x310523+_0x526f0f;},'JIobU':function(_0x202fbf,_0x5545eb){return _0x202fbf+_0x5545eb;}};try{const _0x9bc601=_0xe760a1[_0x1ac75e(0x281)]||_0xe760a1[_0x1ac75e(0x16e)],_0x553e65=Array[_0x1ac75e(0x28d)](_0x1896a1[_0x1ac75e(0x29d)]()['keys']()),_0x40369e=_0x1896a1[_0x1ac75e(0x29d)]()[_0x1ac75e(0x16d)](_0x9bc601);if(!_0x40369e){logger[_0x1ac75e(0x26f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x9bc601);return;}const {[TestFrameworkConstants[_0x1ac75e(0x2ab)]]:_0x5aee55='',[TestFrameworkConstants[_0x1ac75e(0x1d1)]]:_0x1a22ea=''}=_0x40369e;let _0x4f07cb=[];if(_0x40369e&&_0x40369e[TestFrameworkConstants[_0x1ac75e(0x206)]]&&Array[_0x1ac75e(0x293)](_0x40369e[TestFrameworkConstants['KEY_LOGS']])){_0x4f07cb=_0x40369e[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x1ac75e(0x26f)](_0x1ac75e(0x243)+_0x4f07cb[_0x1ac75e(0x1d2)]+_0x1ac75e(0x287)+_0x9bc601);const _0x177ae7={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x189130={};_0x189130[_0x9bc601]=_0x177ae7,_0x1896a1[_0x1ac75e(0x253)](_0x189130),logger['debug'](_0x1ac75e(0x17e)+_0x9bc601);}else logger['debug'](_0x1ac75e(0x184)+_0x9bc601);logger[_0x1ac75e(0x26f)](_0x1ac75e(0x234)+_0x4f07cb[_0x1ac75e(0x1d2)]+_0x1ac75e(0x2b2)+_0x9bc601);const _0x1ed5fb=_0x4f07cb[_0x1ac75e(0x1af)](_0x1f159f=>_0x1f159f[_0x1ac75e(0x2e9)]==='TEST_SCREENSHOT');_0x42bd48[_0x1ac75e(0x163)](_0x1ed5fb[_0x1ac75e(0x1d2)],0x0)&&(logger[_0x1ac75e(0x26f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x1ed5fb[_0x1ac75e(0x1d2)]+_0x1ac75e(0x291)+_0x9bc601),_0x1ed5fb[_0x1ac75e(0x1b6)]((_0x5b55a0,_0x3aa0d1)=>{const _0x198758=_0x1ac75e;logger[_0x198758(0x26f)](_0x198758(0x241)+_0x42bd48['PibfT'](_0x3aa0d1,0x1)+'/'+_0x1ed5fb[_0x198758(0x1d2)]+'\x20-\x20test_identifier='+(_0x5b55a0[_0x198758(0x283)]||_0x42bd48[_0x198758(0x248)])+_0x198758(0x2d8)+(_0x5b55a0[_0x198758(0x17a)]||_0x42bd48[_0x198758(0x248)])+_0x198758(0x280)+(_0x5b55a0['hook_run_uuid']||_0x42bd48['lsrRL'])+_0x198758(0x189)+(_0x5b55a0['message']?.[_0x198758(0x1d2)]||0x0));}));const _0x2bd043=_0x40369e[TestFrameworkConstants[_0x1ac75e(0x232)]]||{},_0x16e76e=_0x42bd48['TWDzX'](getMediaArtifactsLogs,_0x2bd043,null,_0x9bc601),_0x515fb4=(_0x4f07cb||[])[_0x1ac75e(0x20c)](_0x16e76e||[]),_0x4812ed=_0x1ed5fb?.[_0x1ac75e(0x1d2)]||0x0,_0x59963b=_0x42bd48[_0x1ac75e(0x2ba)](_0x4f07cb?.[_0x1ac75e(0x1d2)]||0x0,_0x4812ed);logger[_0x1ac75e(0x26f)](_0x1ac75e(0x2a4)+_0x9bc601+_0x1ac75e(0x1fb)+_0x59963b+_0x1ac75e(0x22b)+_0x4812ed+',\x20attachmentLogs:\x20'+(_0x16e76e?.['length']||0x0)+_0x1ac75e(0x162)+_0x515fb4[_0x1ac75e(0x1d2)]);if(!_0x515fb4||_0x42bd48[_0x1ac75e(0x2e6)](_0x515fb4[_0x1ac75e(0x1d2)],0x0)){logger[_0x1ac75e(0x26f)](_0x1ac75e(0x2b7)+_0x9bc601);return;}const _0x501d02=0x28,_0x5a7bd6=Math[_0x1ac75e(0x1f1)](_0x42bd48[_0x1ac75e(0x1ab)](_0x515fb4[_0x1ac75e(0x1d2)],_0x501d02));for(let _0x5b3d18=0x0;_0x42bd48[_0x1ac75e(0x223)](_0x5b3d18,_0x5a7bd6);_0x5b3d18++){const _0x3b5ef5=_0x42bd48[_0x1ac75e(0x2d1)](_0x5b3d18,_0x501d02),_0x231123=_0x42bd48['iJRYS'](_0x3b5ef5,_0x501d02),_0x3ad18c=_0x515fb4[_0x1ac75e(0x257)](_0x3b5ef5,_0x231123),_0x4580ea=global?.['__workerDetails']?.[_0x1ac75e(0x207)]?.['parallelIndex']||0x0,_0x5dcd79={'platformIndex':_0x4580ea,'logs':_0x3ad18c,'testFrameworkName':_0x5aee55,'testFrameworkVersion':_0x1a22ea,'testFrameworkState':_0x4471e8[_0x1ac75e(0x2e8)]()['split']('.')[0x1]},_0x310093={};_0x310093[_0x1ac75e(0x2b4)]=0x3,_0x310093[_0x1ac75e(0x26e)]=0x5,logger[_0x1ac75e(0x26f)](_0x1ac75e(0x15b)+_0x42bd48[_0x1ac75e(0x1e0)](_0x5b3d18,0x1)+'/'+_0x5a7bd6+_0x1ac75e(0x24e)+_0x9bc601+_0x1ac75e(0x1e2)+_0x3ad18c['length']+_0x1ac75e(0x1db)+_0x4580ea+_0x1ac75e(0x208)+util['inspect'](_0x5dcd79,_0x310093));const _0x126e06=await GrpcClient['getInstance']()[_0x1ac75e(0x22f)](_0x5dcd79);logger[_0x1ac75e(0x26f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x42bd48['JIobU'](_0x5b3d18,0x1)+'/'+_0x5a7bd6+_0x1ac75e(0x24e)+_0x9bc601+_0x1ac75e(0x197)+util[_0x1ac75e(0x236)](_0x126e06));}if(_0x16e76e&&_0x42bd48['tVRZq'](_0x16e76e[_0x1ac75e(0x1d2)],0x0)&&_0x40369e[TestFrameworkConstants[_0x1ac75e(0x232)]]){const _0x367ba1={[TestFrameworkConstants[_0x1ac75e(0x232)]]:{}},_0x4c3e74={};_0x4c3e74[_0x9bc601]=_0x367ba1,_0x1896a1[_0x1ac75e(0x253)](_0x4c3e74);}logger[_0x1ac75e(0x26f)](_0x1ac75e(0x203)+_0x9bc601+',\x20totalBatches:\x20'+_0x5a7bd6);}catch(_0x47523c){logger[_0x1ac75e(0x1cd)](_0x1ac75e(0x268)+(_0xe760a1[_0x1ac75e(0x281)]||_0xe760a1[_0x1ac75e(0x16e)])+_0x1ac75e(0x2b3)+util['format'](_0x47523c));}}[a71_0x35d83e(0x2a2)](_0x4527e1,_0x3fc3dd,_0x54208f,_0x20aeb4,_0x3767ae){const _0x1a02c5=a71_0x35d83e,_0x23bfaa={};_0x23bfaa[_0x1a02c5(0x1c2)]=function(_0x41f563,_0x255bf2){return _0x41f563===_0x255bf2;},_0x23bfaa[_0x1a02c5(0x1b7)]='beforeAll';const _0x15fd59=_0x23bfaa,{hookData:_0x17d26c}=_0x3767ae,_0x290df2={'testId':_0x3fc3dd,'testFrameworkState':_0x54208f,'hookState':_0x20aeb4,'args':_0x3767ae,'timestamp':new Date()['toISOString']()};if(_0x15fd59[_0x1a02c5(0x1c2)](_0x54208f,TestFrameworkState['BEFORE_ALL'])&&_0x17d26c){const _0x36304e={};_0x36304e[_0x1a02c5(0x1d8)]=_0x17d26c[_0x1a02c5(0x1ed)]||_0x17d26c[_0x1a02c5(0x24d)],_0x36304e[_0x1a02c5(0x169)]=_0x17d26c[_0x1a02c5(0x169)]||_0x17d26c[_0x1a02c5(0x19d)]&&_0x17d26c[_0x1a02c5(0x19d)][0x0]||'',_0x36304e[_0x1a02c5(0x225)]=_0x15fd59[_0x1a02c5(0x1b7)],_0x290df2[_0x1a02c5(0x1ee)]=_0x36304e,logger['debug'](_0x1a02c5(0x1ea)+_0x3fc3dd+_0x1a02c5(0x2b0)+_0x290df2[_0x1a02c5(0x1ee)]['filePath']+_0x1a02c5(0x15d)+_0x290df2[_0x1a02c5(0x1ee)][_0x1a02c5(0x169)]);}_0x4527e1['addPendingHook'](_0x3fc3dd,_0x290df2),logger[_0x1a02c5(0x26f)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3fc3dd+_0x1a02c5(0x1a6)+_0x54208f+',\x20hookState:\x20'+_0x20aeb4);}async[a71_0x35d83e(0x220)](_0x1d04d9,_0xdb9853){const _0x13ff16=a71_0x35d83e,_0x3ce01a={};_0x3ce01a['alInv']=function(_0x3e7178,_0x4a3ab1){return _0x3e7178>_0x4a3ab1;},_0x3ce01a[_0x13ff16(0x1c5)]=_0x13ff16(0x272),_0x3ce01a[_0x13ff16(0x2c3)]=function(_0x34a7d8,_0x1dd0ee){return _0x34a7d8===_0x1dd0ee;},_0x3ce01a[_0x13ff16(0x277)]=function(_0x5e24a1,_0x2d013c){return _0x5e24a1>_0x2d013c;},_0x3ce01a[_0x13ff16(0x1e5)]=function(_0x5d72d9,_0x4375b5){return _0x5d72d9===_0x4375b5;},_0x3ce01a['bVaOE']=_0x13ff16(0x18a),_0x3ce01a[_0x13ff16(0x201)]=_0x13ff16(0x2e7);const _0x3c6cb9=_0x3ce01a;if(_0x1d04d9[_0x13ff16(0x224)](_0xdb9853)){const _0x44f1e8=_0x1d04d9[_0x13ff16(0x2dd)](_0xdb9853);logger[_0x13ff16(0x26f)](_0x13ff16(0x1c9)+_0x44f1e8[_0x13ff16(0x1d2)]+_0x13ff16(0x23a)+_0xdb9853);for(const _0xb4cfc7 of _0x44f1e8){try{const _0xfc4492=await this['trackHookEvent'](_0x1d04d9,_0xb4cfc7['testFrameworkState'],_0xb4cfc7[_0x13ff16(0x215)],_0xb4cfc7[_0x13ff16(0x178)]);_0xfc4492&&_0x3c6cb9[_0x13ff16(0x2d0)](Object[_0x13ff16(0x219)](_0xfc4492)[_0x13ff16(0x1d2)],0x0)&&_0x1d04d9['addMultipleEntries'](_0xfc4492),await this[_0x13ff16(0x1e9)](_0x1d04d9,_0xb4cfc7['testFrameworkState'],_0xb4cfc7['hookState'],_0xb4cfc7[_0x13ff16(0x178)]);}catch(_0x5c5f58){logger[_0x13ff16(0x1cd)](_0x13ff16(0x265)+_0xdb9853+_0x13ff16(0x2b3)+_0x5c5f58);}}_0x1d04d9[_0x13ff16(0x2d6)](_0xdb9853),logger[_0x13ff16(0x26f)](_0x13ff16(0x27b)+_0xdb9853);}const _0x37e7c5=_0x1d04d9[_0x13ff16(0x29d)]()['get'](_0xdb9853);if(_0x37e7c5){const _0x5f382d=_0x37e7c5[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x37e7c5[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x433c29=_0x37e7c5[TestFrameworkConstants[_0x13ff16(0x18d)]]||_0x37e7c5[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x37e7c5[TestFrameworkConstants[_0x13ff16(0x24c)]][0x0]||'';logger[_0x13ff16(0x26f)](_0x3c6cb9[_0x13ff16(0x1c5)]);const _0x20e5cc=_0x1d04d9[_0x13ff16(0x179)]();for(const _0xd74440 of _0x20e5cc){if(_0x3c6cb9[_0x13ff16(0x2c3)](_0xd74440,_0xdb9853))continue;if(_0x1d04d9['hasPendingHooks'](_0xd74440)){const _0x1f0021=_0x1d04d9['getPendingHooks'](_0xd74440);for(const _0x31c9d2 of _0x1f0021){if(_0x3c6cb9[_0x13ff16(0x2c3)](_0x31c9d2[_0x13ff16(0x1c6)],TestFrameworkState['BEFORE_ALL'])&&_0x31c9d2['hookMetadata']){const _0x29b1a0=_0x31c9d2['hookMetadata'][_0x13ff16(0x1d8)],_0x10c41a=_0x31c9d2['hookMetadata'][_0x13ff16(0x169)];if(_0x3c6cb9[_0x13ff16(0x2c3)](_0x29b1a0,_0x5f382d)&&_0x3c6cb9['aajpx'](_0x10c41a,_0x433c29)){logger[_0x13ff16(0x26f)](_0x13ff16(0x216)+_0xd74440+_0x13ff16(0x1a8)+_0xdb9853+_0x13ff16(0x2b0)+_0x29b1a0+_0x13ff16(0x15d)+_0x10c41a);_0x31c9d2['args']&&_0x31c9d2['args'][_0x13ff16(0x250)]&&(_0x31c9d2[_0x13ff16(0x178)]['hookData'][_0x13ff16(0x262)]=_0xdb9853,logger['debug'](_0x13ff16(0x28c)+_0xd74440+_0x13ff16(0x1de)+_0xdb9853));try{const _0x4e5d65=await this[_0x13ff16(0x2b9)](_0x1d04d9,_0x31c9d2[_0x13ff16(0x1c6)],_0x31c9d2[_0x13ff16(0x215)],_0x31c9d2[_0x13ff16(0x178)]);_0x4e5d65&&_0x3c6cb9[_0x13ff16(0x277)](Object[_0x13ff16(0x219)](_0x4e5d65)[_0x13ff16(0x1d2)],0x0)&&_0x1d04d9[_0x13ff16(0x253)](_0x4e5d65);await this[_0x13ff16(0x1e9)](_0x1d04d9,_0x31c9d2[_0x13ff16(0x1c6)],_0x31c9d2['hookState'],_0x31c9d2['args']);const _0x3edc5c=_0x1d04d9[_0x13ff16(0x2dd)](_0xd74440)[_0x13ff16(0x1af)](_0x23065b=>_0x23065b!==_0x31c9d2);if(_0x3c6cb9[_0x13ff16(0x1e5)](_0x3edc5c[_0x13ff16(0x1d2)],0x0))_0x1d04d9['removePendingHooks'](_0xd74440);else{_0x1d04d9[_0x13ff16(0x2d6)](_0xd74440);for(const _0x19ba15 of _0x3edc5c){_0x1d04d9[_0x13ff16(0x1bd)](_0xd74440,_0x19ba15);}}logger[_0x13ff16(0x26f)](_0x3c6cb9['bVaOE']);}catch(_0x3fec40){logger[_0x13ff16(0x1cd)](_0x3c6cb9['AaLVr']);}}}}}}}}[a71_0x35d83e(0x2c4)](_0x35fbd9){const _0x1a81f7=a71_0x35d83e,_0x4bb5ad={'hpxZP':function(_0x46e5e9){return _0x46e5e9();}};if(!_0x35fbd9||!_0x35fbd9[_0x1a81f7(0x2a9)])return;_0x35fbd9[_0x1a81f7(0x2a9)][_0x1a81f7(0x2ce)]&&Array[_0x1a81f7(0x293)](_0x35fbd9[_0x1a81f7(0x2a9)][_0x1a81f7(0x2ce)])&&_0x35fbd9['parent'][_0x1a81f7(0x2ce)][_0x1a81f7(0x1b6)](_0xfb3d45=>{const _0x494a5f=_0x1a81f7;!_0xfb3d45['hookAnalyticsId']&&!_0xfb3d45[_0x494a5f(0x2d2)]&&(_0xfb3d45['hookAnalyticsId']=_0x4bb5ad['hpxZP'](uuidv4),_0xfb3d45[_0x494a5f(0x2d2)]=_0xfb3d45['hookAnalyticsId'],logger[_0x494a5f(0x26f)](_0x494a5f(0x286)+_0xfb3d45[_0x494a5f(0x20f)]+_0x494a5f(0x27f)+_0xfb3d45['hookAnalyticsId']));}),this[_0x1a81f7(0x2c4)](_0x35fbd9[_0x1a81f7(0x2a9)]);}[a71_0x35d83e(0x1d7)](_0x3b6b87){const _0x820903=a71_0x35d83e,_0x30642e={'ILcke':function(_0x18766c,_0x50264c){return _0x18766c(_0x50264c);}};if(!_0x3b6b87||!_0x3b6b87[_0x820903(0x2a9)])return[];const _0x1e73f3=[];return _0x3b6b87[_0x820903(0x2a9)]['hooks']&&Array[_0x820903(0x293)](_0x3b6b87[_0x820903(0x2a9)][_0x820903(0x2ce)])&&_0x3b6b87[_0x820903(0x2a9)][_0x820903(0x2ce)][_0x820903(0x1b6)](_0x291f49=>{const _0xa3aa3f=_0x820903,_0x4de123=_0x291f49[_0xa3aa3f(0x1c3)]||_0x291f49[_0xa3aa3f(0x2d2)];_0x4de123&&!this['isJestInternalHook'](_0x291f49)&&!_0x30642e[_0xa3aa3f(0x2cd)](isInternalHook,_0x291f49['fn'])&&_0x1e73f3[_0xa3aa3f(0x22c)](_0x4de123);}),[..._0x1e73f3,...this[_0x820903(0x1d7)](_0x3b6b87[_0x820903(0x2a9)])];}['buildHookMapFromTest'](_0x4ae61b){const _0x200fcc=a71_0x35d83e,_0x5ebde7={'OjSop':function(_0x476f2d,_0xce03d1){return _0x476f2d(_0xce03d1);},'GqBvo':_0x200fcc(0x1aa)},_0x3164ed=new Map(),_0x50bfd0=_0x17bc9c=>{const _0x49d75=_0x200fcc,_0x420750={'GEjnB':function(_0x81418c,_0x4805ec){const _0x238466=a71_0x4a6b;return _0x5ebde7[_0x238466(0x1d3)](_0x81418c,_0x4805ec);},'CxPVq':_0x5ebde7[_0x49d75(0x21a)]};if(!_0x17bc9c||!_0x17bc9c['parent'])return;_0x17bc9c[_0x49d75(0x2a9)][_0x49d75(0x2ce)]&&Array[_0x49d75(0x293)](_0x17bc9c[_0x49d75(0x2a9)]['hooks'])&&_0x17bc9c[_0x49d75(0x2a9)][_0x49d75(0x2ce)][_0x49d75(0x1b6)](_0x49a133=>{const _0x479084=_0x49d75,_0x287af9=_0x49a133[_0x479084(0x1c3)]||_0x49a133[_0x479084(0x2d2)];if(_0x287af9&&!this[_0x479084(0x228)](_0x49a133)&&!_0x420750[_0x479084(0x2db)](isInternalHook,_0x49a133['fn'])){const _0x331597={};_0x331597[_0x479084(0x20f)]=_0x49a133['type']||_0x420750[_0x479084(0x28a)],_0x331597[_0x479084(0x159)]=_0x49a133[_0x479084(0x159)]||'\x22'+_0x49a133[_0x479084(0x20f)]+_0x479084(0x160),_0x3164ed[_0x479084(0x1ce)](_0x287af9,_0x331597);}}),_0x5ebde7[_0x49d75(0x1d3)](_0x50bfd0,_0x17bc9c[_0x49d75(0x2a9)]);};return _0x5ebde7[_0x200fcc(0x1d3)](_0x50bfd0,_0x4ae61b),_0x3164ed;}[a71_0x35d83e(0x228)](_0x3ef744){const _0xa527f4=a71_0x35d83e,_0x57f9ea={};_0x57f9ea[_0xa527f4(0x181)]=_0xa527f4(0x15a),_0x57f9ea[_0xa527f4(0x2cc)]=_0xa527f4(0x177);const _0x4f54e0=_0x57f9ea;try{const _0xf2cac3=this[_0xa527f4(0x2a0)](_0x3ef744);return _0xf2cac3&&_0xf2cac3[_0xa527f4(0x249)](_0x4f54e0[_0xa527f4(0x181)]);}catch(_0x31b2a3){logger[_0xa527f4(0x26f)](_0x4f54e0['XBeeY']);}return![];}[a71_0x35d83e(0x2a0)](_0x39d95c){const _0x294162=a71_0x35d83e;if(_0x39d95c['asyncError'])try{const _0x5a3773=stackTrace[_0x294162(0x20a)](_0x39d95c[_0x294162(0x2bb)]);return _0x5a3773[0x0]?_0x5a3773[0x0]['getFileName']():null;}catch(_0x4fa36a){logger[_0x294162(0x26f)](_0x294162(0x211)+util[_0x294162(0x28b)](_0x4fa36a));}if(_0x39d95c[_0x294162(0x221)])return _0x39d95c['file'];return null;}}module[a71_0x35d83e(0x161)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a72_0x5422(_0x12c14d,_0x3f1928){const _0x58edde=a72_0x58ed();return a72_0x5422=function(_0x542250,_0x19440a){_0x542250=_0x542250-0x79;let _0x388b44=_0x58edde[_0x542250];return _0x388b44;},a72_0x5422(_0x12c14d,_0x3f1928);}const a72_0x2a14ef=a72_0x5422;(function(_0x5602f8,_0x4792a0){const _0x58ab07=a72_0x5422,_0x2b8878=_0x5602f8();while(!![]){try{const _0x10122e=parseInt(_0x58ab07(0x96))/0x1*(parseInt(_0x58ab07(0x8b))/0x2)+parseInt(_0x58ab07(0x9c))/0x3+parseInt(_0x58ab07(0xa2))/0x4+parseInt(_0x58ab07(0x79))/0x5+-parseInt(_0x58ab07(0x92))/0x6*(-parseInt(_0x58ab07(0x97))/0x7)+parseInt(_0x58ab07(0x83))/0x8*(parseInt(_0x58ab07(0x7a))/0x9)+-parseInt(_0x58ab07(0x86))/0xa;if(_0x10122e===_0x4792a0)break;else _0x2b8878['push'](_0x2b8878['shift']());}catch(_0x1edf1e){_0x2b8878['push'](_0x2b8878['shift']());}}}(a72_0x58ed,0xe769d));function a72_0x58ed(){const _0xc6deaf=['message','params','1561692aHDzLd','setTrackedInstance','../cliUtils.js','./automationFramework.js','bsParams','logger','5056564ngpzYe','PlaywrightAutomationFramework','5697410xbSHSc','18bIgjQA','../state/automationFrameworkState.js','NONE','sIJSx','getAutomationFrameworkName','resolveInstance','uoleK','trackEvent','GbBRd','3356216RNxvyE','debug','CREATE','39260510gHARuQ','exports','getId','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','instance','2GVbUQi','info','TfhZK','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getTrackedInstance','\x20target=','trackPlaywrightInstance','15282oMkwku','sVjtd','createContext','runHooks','715894KHrjpf','1085SdiOZF','trackPlaywrightInstance:\x20instance\x20already\x20exists','PLAYWRIGHT_DISPATCH'];a72_0x58ed=function(){return _0xc6deaf;};return a72_0x58ed();}const AutomationFramework=require(a72_0x2a14ef(0x9f)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x2a14ef(0x7b)),CLIUtils=require(a72_0x2a14ef(0x9e)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x2a14ef(0xa3));constructor(_0x4cefba,_0x3991bb){super(_0x4cefba,_0x3991bb);}async[a72_0x2a14ef(0x81)](_0x393883,_0x286dab,_0x462142={}){const _0x383bb2=a72_0x2a14ef,_0x311fd9={};_0x311fd9['TfhZK']=function(_0x30fd8c,_0x51002a){return _0x30fd8c===_0x51002a;};const _0x3f84e6=_0x311fd9;this[_0x383bb2(0xa1)][_0x383bb2(0x84)]('trackEvent:\x20automationFrameworkState='+_0x393883+'\x20hookState='+_0x286dab),await super[_0x383bb2(0x81)](_0x393883,_0x286dab,_0x462142);const _0x1d0c32=this[_0x383bb2(0x7f)](_0x393883,_0x286dab,_0x462142);if(_0x3f84e6[_0x383bb2(0x8d)](_0x1d0c32,null))return;_0x462142[_0x383bb2(0x8a)]=_0x1d0c32,await this[_0x383bb2(0x95)](_0x1d0c32,_0x393883,_0x286dab,_0x462142);}[a72_0x2a14ef(0x7f)](_0x3bb1ef,_0x273969,_0xc0f57e={}){const _0x2be3cc=a72_0x2a14ef,_0x1e49a2={};_0x1e49a2[_0x2be3cc(0x80)]=function(_0x56ae33,_0x59c323){return _0x56ae33===_0x59c323;},_0x1e49a2['GbBRd']=function(_0x1becbe,_0x583b88){return _0x1becbe===_0x583b88;},_0x1e49a2[_0x2be3cc(0x93)]=function(_0x1a4e93,_0x322f1d){return _0x1a4e93===_0x322f1d;};const _0x31db7f=_0x1e49a2;let _0x44d7c1=null;return(_0x31db7f[_0x2be3cc(0x80)](_0x3bb1ef,AutomationFrameworkState[_0x2be3cc(0x85)])||_0x31db7f[_0x2be3cc(0x82)](_0x3bb1ef,AutomationFrameworkState[_0x2be3cc(0x99)])&&(_0xc0f57e['message']&&_0xc0f57e['message'][_0x2be3cc(0x9b)]&&_0xc0f57e[_0x2be3cc(0x9a)]['params'][_0x2be3cc(0xa0)])||_0x31db7f['sVjtd'](_0x3bb1ef,AutomationFrameworkState[_0x2be3cc(0x7c)]))&&this[_0x2be3cc(0x91)](_0x3bb1ef,_0xc0f57e),_0x44d7c1=AutomationFramework[_0x2be3cc(0x8f)](),_0x44d7c1;}[a72_0x2a14ef(0x91)](_0x424a0a,_0x2c7e57){const _0x384be4=a72_0x2a14ef,_0x5049d5={};_0x5049d5[_0x384be4(0x7d)]=_0x384be4(0x98);const _0x27cd05=_0x5049d5;if(AutomationFramework[_0x384be4(0x8f)]()){this[_0x384be4(0xa1)][_0x384be4(0x8c)](_0x27cd05[_0x384be4(0x7d)]);return;}const _0x545ef4=CLIUtils['getCurrentInstanceName'](),_0x3fe129=TrackedInstance[_0x384be4(0x94)](_0x545ef4);let _0x5e661d=null;this[_0x384be4(0xa1)]['info'](_0x384be4(0x8e)+_0x545ef4+',\x20state='+_0x424a0a),_0x5e661d=new AutomationFrameworkInstance(_0x3fe129,this[_0x384be4(0x7e)](),this['getAutomationFrameworkVersion'](),_0x424a0a),AutomationFramework[_0x384be4(0x9d)](_0x3fe129,_0x5e661d),this[_0x384be4(0xa1)][_0x384be4(0x8c)](_0x384be4(0x89)+_0x3fe129[_0x384be4(0x88)]()+_0x384be4(0x90)+_0x545ef4);}}module[a72_0x2a14ef(0x87)]=PlaywrightAutomationFramework;
|