browserstack-node-sdk 1.50.2 → 1.50.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a69_0x511929=a69_0x3de9;function a69_0x3de9(_0x18180b,_0x49930b){const _0x319abf=a69_0x319a();return a69_0x3de9=function(_0x3de9a1,_0x4326f5){_0x3de9a1=_0x3de9a1-0x11b;let _0x38555c=_0x319abf[_0x3de9a1];return _0x38555c;},a69_0x3de9(_0x18180b,_0x49930b);}(function(_0x10b7f4,_0x482e0a){const _0x5d12bb=a69_0x3de9,_0x3dc67a=_0x10b7f4();while(!![]){try{const _0x23f3f7=-parseInt(_0x5d12bb(0x15f))/0x1*(-parseInt(_0x5d12bb(0x11b))/0x2)+parseInt(_0x5d12bb(0x15e))/0x3+-parseInt(_0x5d12bb(0x142))/0x4+-parseInt(_0x5d12bb(0x13a))/0x5+-parseInt(_0x5d12bb(0x123))/0x6+parseInt(_0x5d12bb(0x14a))/0x7*(parseInt(_0x5d12bb(0x134))/0x8)+-parseInt(_0x5d12bb(0x158))/0x9*(-parseInt(_0x5d12bb(0x13b))/0xa);if(_0x23f3f7===_0x482e0a)break;else _0x3dc67a['push'](_0x3dc67a['shift']());}catch(_0x38b4c7){_0x3dc67a['push'](_0x3dc67a['shift']());}}}(a69_0x319a,0x83f5e));const a69_0x5a12d1={};a69_0x5a12d1['KEY_TEST_UUID']='test_uuid',a69_0x5a12d1['KEY_TEST_ID']=a69_0x511929(0x135),a69_0x5a12d1['KEY_TEST_NAME']='test_name',a69_0x5a12d1['KEY_TEST_FILE_PATH']=a69_0x511929(0x11d),a69_0x5a12d1[a69_0x511929(0x152)]='test_tags',a69_0x5a12d1[a69_0x511929(0x131)]=a69_0x511929(0x13d),a69_0x5a12d1['KEY_TEST_RESULT_AT']=a69_0x511929(0x125),a69_0x5a12d1[a69_0x511929(0x11f)]='test_started_at',a69_0x5a12d1[a69_0x511929(0x14e)]=a69_0x511929(0x15c),a69_0x5a12d1[a69_0x511929(0x166)]='test_location',a69_0x5a12d1[a69_0x511929(0x12d)]=a69_0x511929(0x143),a69_0x5a12d1['KEY_TEST_SCOPES']=a69_0x511929(0x138),a69_0x5a12d1[a69_0x511929(0x154)]=a69_0x511929(0x15a),a69_0x5a12d1['KEY_TEST_FRAMEWORK_VERSION']=a69_0x511929(0x147),a69_0x5a12d1['KEY_TEST_CODE']='test_code',a69_0x5a12d1['KEY_TEST_RERUN_NAME']='test_rerun_name',a69_0x5a12d1[a69_0x511929(0x12f)]=a69_0x511929(0x129),a69_0x5a12d1[a69_0x511929(0x14c)]='platform_index',a69_0x5a12d1[a69_0x511929(0x145)]='test_failure',a69_0x5a12d1['KEY_TEST_FAILURE_TYPE']=a69_0x511929(0x124),a69_0x5a12d1[a69_0x511929(0x165)]=a69_0x511929(0x130),a69_0x5a12d1[a69_0x511929(0x120)]=a69_0x511929(0x149),a69_0x5a12d1[a69_0x511929(0x11e)]=a69_0x511929(0x159),a69_0x5a12d1[a69_0x511929(0x128)]=a69_0x511929(0x12b),a69_0x5a12d1[a69_0x511929(0x160)]='automate_session_name',a69_0x5a12d1[a69_0x511929(0x144)]=a69_0x511929(0x151),a69_0x5a12d1[a69_0x511929(0x15d)]='automate_session_reason',a69_0x5a12d1[a69_0x511929(0x140)]=a69_0x511929(0x132),a69_0x5a12d1[a69_0x511929(0x139)]=a69_0x511929(0x155),a69_0x5a12d1[a69_0x511929(0x148)]=a69_0x511929(0x167),a69_0x5a12d1['KEY_HOOK_RESULT']=a69_0x511929(0x14b),a69_0x5a12d1[a69_0x511929(0x127)]=a69_0x511929(0x162),a69_0x5a12d1['KEY_HOOK_FAILURE_REASON']=a69_0x511929(0x163),a69_0x5a12d1[a69_0x511929(0x164)]=a69_0x511929(0x12a),a69_0x5a12d1['KEY_HOOK_LOGS']='hook_logs',a69_0x5a12d1['KEY_HOOK_NAME']='hook_name',a69_0x5a12d1['DEFAULT_TEST_RESULT']='pending',a69_0x5a12d1['DEFAULT_HOOK_RESULT']=a69_0x511929(0x153),a69_0x5a12d1[a69_0x511929(0x121)]=a69_0x511929(0x12c),a69_0x5a12d1[a69_0x511929(0x150)]=a69_0x511929(0x126),a69_0x5a12d1['HOOK_REGEX']='^(BEFORE_|AFTER_)',a69_0x5a12d1[a69_0x511929(0x13c)]=a69_0x511929(0x156),a69_0x5a12d1['KEY_HOOKS_FINISHED']=a69_0x511929(0x12e),a69_0x5a12d1[a69_0x511929(0x13e)]=a69_0x511929(0x137),a69_0x5a12d1['KEY_HOOK_LAST_FINISHED']=a69_0x511929(0x146),a69_0x5a12d1['KEY_LOGS']=a69_0x511929(0x168),a69_0x5a12d1[a69_0x511929(0x15b)]=a69_0x511929(0x141),a69_0x5a12d1[a69_0x511929(0x11c)]='test_attachments',a69_0x5a12d1[a69_0x511929(0x136)]=a69_0x511929(0x14f),a69_0x5a12d1[a69_0x511929(0x133)]=a69_0x511929(0x14d),a69_0x5a12d1[a69_0x511929(0x157)]=a69_0x511929(0x13f),a69_0x5a12d1[a69_0x511929(0x161)]=a69_0x511929(0x122);function a69_0x319a(){const _0x91444a=['hook_failure','test_session_name','TEST_SCREENSHOT','KEY_TEST_SCOPE','test_hooks_finished','KEY_TEST_RETRY_OF','test_failure_reason','KEY_TEST_RESULT','event_started_at','KEY_FILE_NAME','1569288DaFVNW','test_id','KEY_FILE_SIZE','test_hook_last_started','test_scopes','KEY_EVENT_ENDED_AT','3892090VmVdzQ','13598230fQiIUp','KEY_HOOKS_STARTED','test_result','KEY_HOOK_LAST_STARTED','file_path','KEY_EVENT_STARTED_AT','custom_metadata','1644792mSzuQe','test_scope','KEY_AUTOMATE_SESSION_STATUS','KEY_TEST_FAILURE','test_hook_last_finished','test_framework_version','KEY_HOOK_ID','test_logs','21qPsvbX','hook_result','KEY_PLATFORM_INDEX','file_name','KEY_TEST_ENDED_AT','file_size','KIND_LOG','automate_session_status','KEY_TEST_TAGS','pending','KEY_TEST_FRAMEWORK_NAME','event_ended_at','test_hooks_started','KEY_FILE_PATH','9dPtANe','test_meta','test_framework_name','KEY_CUSTOM_TAGS','test_ended_at','KEY_AUTOMATE_SESSION_REASON','264741Piwvtk','2vyocNv','KEY_AUTOMATE_SESSION_NAME','KEY_FILE_LEVEL','hook_failure_type','hook_failure_reason','KEY_HOOK_FAILURE','KEY_TEST_FAILURE_REASON','KEY_TEST_LOCATION','hook_id','logs','388816FAhOxV','KEY_TEST_ATTACHMENTS','test_file_path','KEY_TEST_META','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','KIND_SCREENSHOT','file_level','4171458kwGPuc','test_failure_type','test_result_at','TEST_LOG','KEY_HOOK_FAILURE_TYPE','KEY_SESSION_NAME','retry_of'];a69_0x319a=function(){return _0x91444a;};return a69_0x319a();}const TestFrameworkConstants=a69_0x5a12d1;module['exports']=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x33e8ae=a70_0x1b75;(function(_0x4d52d2,_0x2b8939){const _0x11c047=a70_0x1b75,_0x1f5395=_0x4d52d2();while(!![]){try{const _0x37f690=-parseInt(_0x11c047(0xa1))/0x1+parseInt(_0x11c047(0x93))/0x2*(-parseInt(_0x11c047(0xbe))/0x3)+parseInt(_0x11c047(0xf1))/0x4*(-parseInt(_0x11c047(0xa4))/0x5)+-parseInt(_0x11c047(0xd0))/0x6+parseInt(_0x11c047(0x8c))/0x7*(parseInt(_0x11c047(0x150))/0x8)+parseInt(_0x11c047(0x10b))/0x9*(parseInt(_0x11c047(0x147))/0xa)+parseInt(_0x11c047(0x102))/0xb;if(_0x37f690===_0x2b8939)break;else _0x1f5395['push'](_0x1f5395['shift']());}catch(_0x56767b){_0x1f5395['push'](_0x1f5395['shift']());}}}(a70_0x2697,0xb88fe));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x33e8ae(0xe8)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x33e8ae(0x81)),TestFrameworkInstance=require(a70_0x33e8ae(0x80)),CLIUtils=require(a70_0x33e8ae(0xa9)),TrackedInstance=require(a70_0x33e8ae(0xb0)),TestFrameworkConstants=require(a70_0x33e8ae(0x9c)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33e8ae(0xf7)),logger=createClassLogger(a70_0x33e8ae(0xe0)),{v4:uuidv4}=require(a70_0x33e8ae(0xbd)),util=require('util'),TestInfo=require(a70_0x33e8ae(0x89)),GrpcClient=require(a70_0x33e8ae(0xc0));class CucumberTestFramework extends TestFramework{constructor(_0x31b77e,_0x57f2b4,_0x49b966){super(_0x31b77e,_0x57f2b4,_0x49b966);}async[a70_0x33e8ae(0x9e)](_0x25a718,_0x333079,_0x5f4ebb={}){const _0x408d8c=a70_0x33e8ae,_0x56ca5d={};_0x56ca5d[_0x408d8c(0x82)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x56ca5d[_0x408d8c(0x98)]=function(_0x171984,_0x691eab){return _0x171984===_0x691eab;},_0x56ca5d[_0x408d8c(0x103)]=_0x408d8c(0xce);const _0x32e4ab=_0x56ca5d;await super[_0x408d8c(0x9e)](_0x25a718,_0x333079,_0x5f4ebb);const _0x5d10d0=this[_0x408d8c(0x13a)](_0x25a718,_0x333079,_0x5f4ebb);if(!_0x5d10d0){logger['debug'](_0x32e4ab[_0x408d8c(0x82)]);return;}try{let _0x1de961,_0x582eae;switch(_0x25a718){case TestFrameworkState[_0x408d8c(0xf0)]:_0x1de961=_0x5f4ebb['test'],_0x582eae=TestInfo[_0x408d8c(0xc8)](_0x1de961['id']);if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x13c)])){logger['debug'](_0x408d8c(0x149)+_0x1de961['id']);const _0x1e623d={};_0x1e623d[_0x408d8c(0xc2)]=_0x582eae,_0x1e623d[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0x11b)](_0x1e623d)),logger[_0x408d8c(0x124)](_0x408d8c(0xd1)+_0x1de961['id']),await this[_0x408d8c(0x14c)](_0x5d10d0,_0x1de961['id']);}else{if(_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState['POST'])){const _0x237349={};_0x237349[_0x408d8c(0xc2)]=_0x582eae,_0x237349[_0x408d8c(0x12e)]=_0x1de961,_0x5d10d0[_0x408d8c(0xc4)](this[_0x408d8c(0xb5)](_0x237349)),await this['processPendingHooks'](_0x5d10d0,_0x1de961['id']);}}break;case TestFrameworkState[_0x408d8c(0x141)]:_0x32e4ab[_0x408d8c(0x98)](_0x333079,HookState[_0x408d8c(0x99)])&&await this['sendLogCreatedEvent'](_0x5d10d0,_0x25a718,_0x5f4ebb);break;default:if(CLIUtils['matchHookRegex'](_0x25a718[_0x408d8c(0x151)]()[_0x408d8c(0x84)]('.')[0x1])){const _0x2a143c=await this[_0x408d8c(0x12d)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);_0x5d10d0[_0x408d8c(0xc4)](_0x2a143c);}else logger[_0x408d8c(0x124)](_0x408d8c(0x119)+_0x25a718+_0x408d8c(0x9a)+_0x333079);break;}}catch(_0x303e7c){logger[_0x408d8c(0x139)](util['format'](_0x32e4ab[_0x408d8c(0x103)],_0x25a718,_0x333079,_0x5f4ebb['length'],_0x303e7c));}_0x5f4ebb['instance']=_0x5d10d0,await this[_0x408d8c(0xea)](_0x5d10d0,_0x25a718,_0x333079,_0x5f4ebb);}[a70_0x33e8ae(0x13a)](_0x12e2d8,_0x57b6b5,_0x56cd95={}){const _0x1b9f70=a70_0x33e8ae,_0x55f014={};_0x55f014['LvUHl']=function(_0x1e8847,_0x6bc0b3){return _0x1e8847===_0x6bc0b3;},_0x55f014['aWxqa']=function(_0x4d0321,_0x5c2535){return _0x4d0321===_0x5c2535;};const _0x1a73af=_0x55f014;let _0xb58558=null;return(_0x1a73af[_0x1b9f70(0x14f)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0xde)])||_0x1a73af[_0x1b9f70(0xf3)](_0x12e2d8,TestFrameworkState[_0x1b9f70(0x109)]))&&this[_0x1b9f70(0xd5)](_0x12e2d8,_0x56cd95),_0xb58558=TestFramework[_0x1b9f70(0x9f)](),_0xb58558;}[a70_0x33e8ae(0xd5)](_0x48244e,_0x189623){const _0x1d3f7f=a70_0x33e8ae,_0x3904fe=CLIUtils['getCurrentInstanceName'](),_0x58f72c=TrackedInstance['createContext'](_0x3904fe);let _0x42f30a=null;logger[_0x1d3f7f(0x124)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x3904fe+_0x1d3f7f(0x129)+_0x48244e),_0x42f30a=new TestFrameworkInstance(_0x58f72c,this[_0x1d3f7f(0x121)](),this['getTestFrameworksVersions'](),_0x48244e,HookState['NONE']),TestFramework[_0x1d3f7f(0xb8)](_0x58f72c,_0x42f30a),logger['debug'](_0x1d3f7f(0x14b)+_0x58f72c[_0x1d3f7f(0x132)]()+_0x1d3f7f(0x90)+_0x3904fe);}[a70_0x33e8ae(0x11b)](_0x318000){const _0x2ccc94=a70_0x33e8ae,_0x48d489={};_0x48d489['nhKdL']=_0x2ccc94(0x138);const _0xcef6d=_0x48d489,{testUUID:_0x55ffbd,testData:_0x85c219}=_0x318000;if(!_0x85c219||!_0x85c219['uuid'])return logger[_0x2ccc94(0x124)](_0xcef6d[_0x2ccc94(0xeb)]),{};const _0x20e2b1=_0x55ffbd,_0x4eef19=_0x85c219[_0x2ccc94(0xbd)],_0x188e58=this['getTestFrameworks']()[0x0],_0x27b7e5=this['getTestFrameworksVersions'](),_0x101562={[TestFrameworkConstants[_0x2ccc94(0xa8)]]:_0x188e58,[TestFrameworkConstants[_0x2ccc94(0xd7)]]:_0x27b7e5[_0x188e58],[TestFrameworkConstants[_0x2ccc94(0xa7)]]:[],[TestFrameworkConstants[_0x2ccc94(0x8b)]]:{},[TestFrameworkConstants[_0x2ccc94(0x122)]]:{},[TestFrameworkConstants[_0x2ccc94(0xec)]]:_0x20e2b1,[TestFrameworkConstants[_0x2ccc94(0xfe)]]:TestFrameworkConstants[_0x2ccc94(0x12f)],[TestFrameworkConstants[_0x2ccc94(0x134)]]:_0x85c219['name']||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x85c219[_0x2ccc94(0xb1)]||'',[TestFrameworkConstants[_0x2ccc94(0x13f)]]:_0x4eef19,[TestFrameworkConstants[_0x2ccc94(0x106)]]:_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0xd3)]]:_0x85c219[_0x2ccc94(0x131)]||'',[TestFrameworkConstants[_0x2ccc94(0x10d)]]:_0x85c219[_0x2ccc94(0xff)]?.[_0x2ccc94(0x7e)]||null,[TestFrameworkConstants[_0x2ccc94(0xf8)]]:_0x85c219[_0x2ccc94(0x13b)]||[],[TestFrameworkConstants[_0x2ccc94(0xf5)]]:_0x85c219[_0x2ccc94(0x111)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2ccc94(0xdc)]]:_0x85c219[_0x2ccc94(0x11f)]?.[0x0]||'',[TestFrameworkConstants[_0x2ccc94(0xcc)]]:_0x85c219[_0x2ccc94(0x11f)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x85c219['customRerunParam']?.[_0x2ccc94(0xd8)]||_0x85c219[_0x2ccc94(0xed)]||'',[TestFrameworkConstants[_0x2ccc94(0x7f)]]:{},[TestFrameworkConstants[_0x2ccc94(0x126)]]:_0x85c219[_0x2ccc94(0xe2)]||{}};TestInfo[_0x2ccc94(0x107)](_0x4eef19,_0x101562),logger['debug'](_0x2ccc94(0x144)+_0x85c219[_0x2ccc94(0xed)]+_0x2ccc94(0xa3)+_0x20e2b1);const _0x11f31d={};return _0x11f31d[_0x4eef19]=_0x101562,_0x11f31d;}[a70_0x33e8ae(0xb5)](_0x68a7b3){const _0x32e341=a70_0x33e8ae,_0x1c6dd6={'LNWxK':_0x32e341(0x87),'ONSfS':_0x32e341(0xaa),'vBgAA':function(_0x3346eb,_0x4f3e0a){return _0x3346eb===_0x4f3e0a;},'oXRco':_0x32e341(0x125),'BGJkM':'UnhandledError','QgUKM':function(_0x5223db,_0x1207cf,_0x57977d){return _0x5223db(_0x1207cf,_0x57977d);},'JtQaB':function(_0x40a05a,_0x4e9918){return _0x40a05a>_0x4e9918;}},{testUUID:_0x795081,testData:_0x1d5251}=_0x68a7b3;if(!_0x1d5251||!_0x1d5251['uuid'])return logger['debug'](_0x1c6dd6[_0x32e341(0x118)]),{};const _0x17d8e3=this[_0x32e341(0x13a)](TestFrameworkState[_0x32e341(0xf0)],HookState['POST']),_0x5206cb=_0x1d5251[_0x32e341(0xbd)],_0x1e9746=TestInfo[_0x32e341(0xd4)](_0x5206cb)||{},_0x57c48d=_0x1e9746?_0x1e9746[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x508bb1={..._0x1e9746,[TestFrameworkConstants[_0x32e341(0xfe)]]:_0x1d5251[_0x32e341(0xfb)]||_0x1c6dd6[_0x32e341(0x86)],[TestFrameworkConstants[_0x32e341(0xc9)]]:_0x1d5251[_0x32e341(0x105)]||new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x32e341(0xc1)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x57c48d,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x32e341(0x126)]]:_0x1d5251['meta']||{}};_0x1c6dd6[_0x32e341(0xee)](_0x1d5251['result'],_0x1c6dd6['oXRco'])&&_0x1d5251['failure']&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0xcf)]]=_0x1d5251['failure_type']||_0x1c6dd6[_0x32e341(0xfa)],_0x508bb1[TestFrameworkConstants[_0x32e341(0x143)]]=_0x1d5251['failure_reason']||'',_0x508bb1[TestFrameworkConstants[_0x32e341(0x91)]]=_0x1d5251[_0x32e341(0x130)]);const _0x5d0734=TestInfo[_0x32e341(0xd4)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0x100)]]||{},_0x2efe71=_0x1c6dd6[_0x32e341(0x8a)](getManualUploadLogs,_0x5d0734,_0x17d8e3[_0x32e341(0x8f)]()[_0x32e341(0xca)](_0x5206cb)[TestFrameworkConstants[_0x32e341(0xec)]]);if(_0x1c6dd6[_0x32e341(0xba)](_0x2efe71[_0x32e341(0xe7)],0x0)){const _0x5567ca=_0x508bb1[TestFrameworkConstants[_0x32e341(0xa5)]]||[];_0x508bb1[TestFrameworkConstants['KEY_LOGS']]=[..._0x5567ca,..._0x2efe71];}_0x1d5251[_0x32e341(0x85)]&&_0x1c6dd6['JtQaB'](_0x1d5251[_0x32e341(0x85)]['length'],0x0)&&(_0x508bb1[TestFrameworkConstants[_0x32e341(0x8b)]]=_0x1d5251[_0x32e341(0x85)]);TestInfo[_0x32e341(0x107)](_0x5206cb,_0x508bb1),logger['debug'](_0x32e341(0xc5)+_0x1d5251[_0x32e341(0xed)]+_0x32e341(0x135)+_0x1d5251[_0x32e341(0xfb)]);const _0x520d69={};return _0x520d69[_0x5206cb]=_0x508bb1,_0x520d69;}async[a70_0x33e8ae(0x12d)](_0x3755ab,_0x27c913,_0x25ac5e,_0x1f27cc){const _0xb7484d=a70_0x33e8ae,_0x527236={'avosB':_0xb7484d(0xe6),'UXSvy':function(_0x21479b){return _0x21479b();},'wotyX':function(_0x247895,_0x216ef0){return _0x247895 in _0x216ef0;},'TbcbJ':function(_0xa5381d,_0x5bb23b){return _0xa5381d===_0x5bb23b;},'AjGAp':function(_0x134961,_0x5c0411){return _0x134961===_0x5c0411;},'YqeYr':function(_0x157962,_0x2d94bc){return _0x157962>_0x2d94bc;},'SiiJz':function(_0x494826,_0x20f69e){return _0x494826===_0x20f69e;},'Wxgkv':'failed','DruJc':_0xb7484d(0xa0),'ZyyZc':'passed','vEJbt':function(_0x16f50b,_0x71b428){return _0x16f50b!==_0x71b428;}},{hookData:_0x50547d}=_0x1f27cc;if(!_0x50547d)return logger[_0xb7484d(0x124)](_0x527236['avosB']),{};const _0x4067e5=_0x50547d[_0xb7484d(0xbd)]||_0x527236[_0xb7484d(0x92)](uuidv4),_0x358ce2=_0x50547d[_0xb7484d(0x10c)],_0x25c141=_0x27c913['toString']()[_0xb7484d(0x84)]('.')[0x1],_0xd0c3f2=TestInfo['getTestDetails'](_0x358ce2)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x3fcd7b=_0x3755ab[_0xb7484d(0x8f)]()[_0xb7484d(0xca)](_0x358ce2);if(!_0x3fcd7b)return logger['debug'](_0xb7484d(0xaf)+_0x358ce2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x3755ab,_0x358ce2,_0x27c913,_0x25ac5e,_0x1f27cc),{};let _0x50f5f0=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x122)]];!_0x50f5f0&&(_0x50f5f0={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x50f5f0)&&(_0x50f5f0[_0x25c141]=[]);let _0x5ba20e=_0x3fcd7b[TestFrameworkConstants[_0xb7484d(0x8b)]];!_0x5ba20e&&(_0x5ba20e={});!_0x527236[_0xb7484d(0x7d)](_0x25c141,_0x5ba20e)&&(_0x5ba20e[_0x25c141]=[]);const _0x46d649={[TestFrameworkConstants[_0xb7484d(0x122)]]:_0x50f5f0,[TestFrameworkConstants[_0xb7484d(0x8b)]]:_0x5ba20e},_0x3c3edf={};_0x3c3edf[_0x358ce2]=_0x46d649;const _0x5d1fea=_0x3c3edf;if(_0x527236[_0xb7484d(0x128)](_0x25ac5e,HookState['PRE'])){const _0x402734={[TestFrameworkConstants[_0xb7484d(0x94)]]:_0x4067e5,[TestFrameworkConstants[_0xb7484d(0xac)]]:TestFrameworkConstants[_0xb7484d(0xdd)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x50547d['started_at'],[TestFrameworkConstants[_0xb7484d(0xb3)]]:[],[TestFrameworkConstants[_0xb7484d(0x7b)]]:_0x50547d[_0xb7484d(0x7c)],[TestFrameworkConstants[_0xb7484d(0x7f)]]:_0xd0c3f2};_0x402734[_0xb7484d(0xb9)]=_0x25c141;const _0x598dc4=_0x402734;_0x50f5f0[_0x25c141][_0xb7484d(0x123)](_0x598dc4),_0x5d1fea[_0x358ce2][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25c141,logger[_0xb7484d(0x124)](_0xb7484d(0xd9)+_0x25c141+_0xb7484d(0xcb)+_0x598dc4+_0xb7484d(0xdb)+_0x1f27cc);}else{if(_0x527236['AjGAp'](_0x25ac5e,HookState['POST'])){const _0x5ec482=_0x50547d[_0xb7484d(0xfb)],_0x2dabfa=_0x50f5f0[_0x25c141]||[];logger[_0xb7484d(0x124)](_0xb7484d(0x8d)+_0x2dabfa+_0xb7484d(0x11e)+_0x1f27cc);if(_0x527236[_0xb7484d(0xbb)](_0x2dabfa[_0xb7484d(0xe7)],0x0)){const _0x4409dd=_0x2dabfa[_0xb7484d(0xe1)]();_0x527236[_0xb7484d(0x101)](_0x50547d['result'],_0x527236['Wxgkv'])&&_0x50547d[_0xb7484d(0xf6)]?(_0x4409dd[TestFrameworkConstants[_0xb7484d(0x145)]]=_0x50547d[_0xb7484d(0x10f)]||_0x527236[_0xb7484d(0x9b)],_0x4409dd[TestFrameworkConstants[_0xb7484d(0xb7)]]=_0x50547d[_0xb7484d(0x11c)]||'',_0x4409dd[TestFrameworkConstants[_0xb7484d(0xef)]]=_0x50547d[_0xb7484d(0xf6)]):_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x527236[_0xb7484d(0x117)];_0x527236[_0xb7484d(0x13d)](_0x5ec482,TestFrameworkConstants[_0xb7484d(0xdd)])&&(_0x4409dd[TestFrameworkConstants[_0xb7484d(0xac)]]=_0x5ec482);_0x4409dd[TestFrameworkConstants[_0xb7484d(0x142)]]=_0x50547d[_0xb7484d(0x12c)]||new Date()[_0xb7484d(0xc1)](),_0x4409dd[TestFrameworkConstants[_0xb7484d(0x7f)]]=_0xd0c3f2;const _0x6dfd4a=_0x4409dd[TestFrameworkConstants[_0xb7484d(0x94)]];!_0x5ba20e[_0x25c141]&&(_0x5ba20e[_0x25c141]=[]),_0x5ba20e[_0x25c141][_0xb7484d(0x123)](_0x4409dd),_0x5d1fea[_0x358ce2][TestFrameworkConstants[_0xb7484d(0xe9)]]=_0x25c141;}}}return logger[_0xb7484d(0x124)](_0xb7484d(0xae)+_0x50547d[_0xb7484d(0x7c)]+_0xb7484d(0x136)+_0x4067e5+_0xb7484d(0x96)+_0x358ce2),_0x5d1fea;}[a70_0x33e8ae(0x14a)](_0x1b59ae){const _0x4c6883=a70_0x33e8ae,_0x5818c9={};_0x5818c9[_0x4c6883(0x113)]='base64';const _0x486e99=_0x5818c9;try{const _0x411c37=_0x1b59ae[_0x4c6883(0x12a)]?_0x1b59ae['test']['id']:_0x1b59ae[_0x4c6883(0xf9)][_0x4c6883(0x10c)],_0x7205ed=_0x1b59ae['instance'],_0x498e5c=_0x7205ed['getContext'](),_0x2c1f63=_0x7205ed[_0x4c6883(0x8f)]()[_0x4c6883(0xca)](_0x411c37);if(!_0x2c1f63)return logger[_0x4c6883(0x124)](_0x4c6883(0x137)+_0x411c37),{};logger[_0x4c6883(0x124)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x411c37);const {[TestFrameworkConstants[_0x4c6883(0xa8)]]:_0x359f34='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x333180='',[TestFrameworkConstants[_0x4c6883(0xf5)]]:_0x5a279b='',[TestFrameworkConstants[_0x4c6883(0xc9)]]:_0x20fb20=''}=_0x2c1f63,_0x40edb8=_0x7205ed[_0x4c6883(0xfd)]()['toString']()[_0x4c6883(0x84)]('.')[0x1],_0x1d086a=_0x7205ed['getCurrentHookState']()[_0x4c6883(0x151)]()[_0x4c6883(0x84)]('.')[0x1],_0x4f4a72=global?.['__workerDetails']?.[_0x4c6883(0x9d)]?.[_0x4c6883(0x11d)],_0x445982=_0x7205ed[_0x4c6883(0x14e)](),_0x3ff77a=Buffer[_0x4c6883(0x11a)](JSON[_0x4c6883(0xb4)](_0x2c1f63))[_0x4c6883(0x151)](_0x486e99[_0x4c6883(0x113)]),_0x2acbd0={'hash':_0x498e5c['getId'](),'threadId':_0x498e5c[_0x4c6883(0x13e)]()['toString'](),'processId':_0x498e5c[_0x4c6883(0xe4)]()[_0x4c6883(0x151)]()},_0x262db5={};_0x262db5[_0x4c6883(0x10a)]=_0x4f4a72,_0x262db5[_0x4c6883(0xd6)]=_0x359f34,_0x262db5[_0x4c6883(0xc3)]=_0x333180,_0x262db5[_0x4c6883(0xd2)]=_0x40edb8,_0x262db5[_0x4c6883(0xb2)]=_0x1d086a,_0x262db5[_0x4c6883(0x111)]=_0x5a279b,_0x262db5[_0x4c6883(0xbc)]=_0x20fb20,_0x262db5[_0x4c6883(0xbd)]=_0x445982,_0x262db5[_0x4c6883(0x120)]=_0x3ff77a,_0x262db5[_0x4c6883(0x108)]=_0x2acbd0;const _0x2d10a7=_0x262db5;return logger[_0x4c6883(0x124)](_0x4c6883(0x83)+_0x411c37+_0x4c6883(0x110)+_0x40edb8+_0x4c6883(0x104)+_0x1d086a),_0x2d10a7;}catch(_0x6123d4){return logger[_0x4c6883(0x139)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x4c6883(0x14d)](_0x6123d4)),{};}}async[a70_0x33e8ae(0xa2)](_0x18bd00,_0x215910,_0x552019){const _0x273742=a70_0x33e8ae,_0x876adb={'iusvo':function(_0x52d2ce,_0x42165c,_0x4a07d4){return _0x52d2ce(_0x42165c,_0x4a07d4);},'oMScY':function(_0x495ec4,_0x3466dc){return _0x495ec4===_0x3466dc;},'dUSqz':_0x273742(0xcd),'vzpkP':function(_0x144971,_0x3e8a49){return _0x144971/_0x3e8a49;},'FRRpL':function(_0x47a33d,_0x4ccb02){return _0x47a33d<_0x4ccb02;},'DFSmE':function(_0x5582c4,_0x19291f){return _0x5582c4*_0x19291f;},'gHSAY':function(_0x118e62,_0x535e68){return _0x118e62+_0x535e68;},'TjzPj':function(_0x3a4ab3,_0x627994){return _0x3a4ab3+_0x627994;},'TFHFL':'Cucumber\x20log\x20created\x20event'};try{const _0x11fc0=_0x552019[_0x273742(0xc2)],_0x37e8cd=_0x18bd00[_0x273742(0x8f)]()['get'](_0x11fc0),{[TestFrameworkConstants[_0x273742(0xa8)]]:_0x54149d='',[TestFrameworkConstants[_0x273742(0xd7)]]:_0x109d4a=''}=_0x37e8cd,_0x4ee869=TestInfo[_0x273742(0xe5)](_0x11fc0),_0x5bde7c=TestInfo[_0x273742(0xd4)](_0x11fc0)[TestFrameworkConstants[_0x273742(0x100)]]||{},_0x52a86d=_0x876adb[_0x273742(0xab)](getMediaArtifactsLogs,_0x5bde7c,_0x18bd00['getAllData']()[_0x273742(0xca)](_0x11fc0)[TestFrameworkConstants[_0x273742(0xec)]]),_0x256547=(_0x4ee869||[])[_0x273742(0xda)](_0x52a86d||[]);if(!_0x256547||_0x876adb['oMScY'](_0x256547[_0x273742(0xe7)],0x0)){logger[_0x273742(0x124)](_0x876adb[_0x273742(0x116)]);return;}const _0x23c94d=0x28,_0x4ec84b=Math[_0x273742(0x8e)](_0x876adb[_0x273742(0xc7)](_0x256547[_0x273742(0xe7)],_0x23c94d));for(let _0x2952ac=0x0;_0x876adb[_0x273742(0x10e)](_0x2952ac,_0x4ec84b);_0x2952ac++){const _0x6a6cb0=_0x876adb[_0x273742(0xdf)](_0x2952ac,_0x23c94d),_0x1d37fd=_0x876adb['gHSAY'](_0x6a6cb0,_0x23c94d),_0x3167e2=_0x256547['slice'](_0x6a6cb0,_0x1d37fd),_0x4b80eb={'platformIndex':'0','logs':_0x3167e2,'testFrameworkName':_0x54149d,'testFrameworkVersion':_0x109d4a,'testFrameworkState':_0x215910[_0x273742(0x151)]()[_0x273742(0x84)]('.')[0x1]};logger[_0x273742(0x124)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x11fc0+'\x20batch\x20'+_0x876adb['gHSAY'](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0xf4)+util[_0x273742(0x88)](_0x4b80eb));const _0x1f19be=await GrpcClient[_0x273742(0xc6)]()[_0x273742(0xad)](_0x4b80eb);logger[_0x273742(0x124)](_0x273742(0x114)+_0x11fc0+'\x20batch\x20'+_0x876adb[_0x273742(0xfc)](_0x2952ac,0x1)+'/'+_0x4ec84b+_0x273742(0x115)+util[_0x273742(0x88)](_0x1f19be));}}catch(_0x443ed6){logger['error'](_0x273742(0x133)+util[_0x273742(0x14d)](_0x443ed6));}logger[_0x273742(0x124)](_0x876adb[_0x273742(0xbf)]);}[a70_0x33e8ae(0xf2)](_0x29e6b3,_0xa0246d,_0x3d9d7a,_0x52cd14,_0x551d06){const _0x1a1e68=a70_0x33e8ae,_0x56bcf8={'testId':_0xa0246d,'testFrameworkState':_0x3d9d7a,'hookState':_0x52cd14,'args':_0x551d06,'timestamp':new Date()[_0x1a1e68(0xc1)]()};_0x29e6b3['addPendingHook'](_0xa0246d,_0x56bcf8),logger[_0x1a1e68(0x124)](_0x1a1e68(0xb6)+_0xa0246d+_0x1a1e68(0x112)+_0x3d9d7a+_0x1a1e68(0x12b)+_0x52cd14);}async[a70_0x33e8ae(0x14c)](_0x447bde,_0xef2c27){const _0x4ef64b=a70_0x33e8ae,_0x356f7f={};_0x356f7f[_0x4ef64b(0x95)]=function(_0x133a9f,_0x2742b9){return _0x133a9f>_0x2742b9;};const _0x1c6b4f=_0x356f7f;if(!_0x447bde[_0x4ef64b(0x140)](_0xef2c27))return;const _0x5cb0cb=_0x447bde['getPendingHooks'](_0xef2c27);logger[_0x4ef64b(0x124)]('Processing\x20'+_0x5cb0cb['length']+_0x4ef64b(0xe3)+_0xef2c27);for(const _0x4a472f of _0x5cb0cb){try{const _0x1093f4=await this[_0x4ef64b(0x12d)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f[_0x4ef64b(0xb2)],_0x4a472f['args']);_0x1093f4&&_0x1c6b4f[_0x4ef64b(0x95)](Object['keys'](_0x1093f4)[_0x4ef64b(0xe7)],0x0)&&_0x447bde[_0x4ef64b(0xc4)](_0x1093f4),await this[_0x4ef64b(0xea)](_0x447bde,_0x4a472f[_0x4ef64b(0xd2)],_0x4a472f['hookState'],_0x4a472f[_0x4ef64b(0x127)]);}catch(_0x726ee7){logger[_0x4ef64b(0x139)](_0x4ef64b(0x97)+_0xef2c27+',\x20error:\x20'+_0x726ee7);}}_0x447bde[_0x4ef64b(0xa6)](_0xef2c27),logger[_0x4ef64b(0x124)](_0x4ef64b(0x148)+_0xef2c27);}}function a70_0x1b75(_0x3246f1,_0x5c3f54){const _0x269776=a70_0x2697();return a70_0x1b75=function(_0x1b75a8,_0x33353e){_0x1b75a8=_0x1b75a8-0x7b;let _0x1f1bf5=_0x269776[_0x1b75a8];return _0x1f1bf5;},a70_0x1b75(_0x3246f1,_0x5c3f54);}module[a70_0x33e8ae(0x146)]=CucumberTestFramework;function a70_0x2697(){const _0x551165=['KEY_TEST_FAILURE','UXSvy','3762nCufsL','KEY_HOOK_ID','jnwHb','\x20for\x20test:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','AFtcU','POST','\x20&\x20hookState=','DruJc','./constants/testFrameworkConstants.js','workerInfo','trackEvent','getTrackedInstance','UnhandledError','125661KxAXUW','sendLogCreatedEvent','\x20with\x20UUID:\x20','7486755GLDpta','KEY_LOGS','removePendingHooks','KEY_TEST_LOGS','KEY_TEST_FRAMEWORK_NAME','../cliUtils.js','unknown','iusvo','KEY_HOOK_RESULT','logCreatedEvent','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../instances/trackedInstance.js','file_name','hookState','KEY_HOOK_LOGS','stringify','parseCucumberTestResult','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON','setTrackedInstance','key','JtQaB','YqeYr','endedAt','uuid','426nbjIen','TFHFL','../grpcClient','toISOString','testUUID','testFrameworkVersion','addMultipleEntries','Updated\x20cucumber\x20test\x20result:\x20','getInstance','vzpkP','getTestUUID','KEY_TEST_ENDED_AT','get','\x20&\x20hook\x20=\x20','KEY_TEST_SCOPES','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FAILURE_TYPE','8383854lPVSps','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','testFrameworkState','KEY_TEST_LOCATION','getTestDetails','trackCucumberInstance','testFrameworkName','KEY_TEST_FRAMEWORK_VERSION','rerun_name','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','concat','\x20\x20and\x20args\x20=\x20','KEY_TEST_SCOPE','DEFAULT_HOOK_RESULT','INIT_TEST','DFSmE','CucumberTestFramework','pop','meta','\x20pending\x20hooks\x20for\x20testId:\x20','getProcessId','readLogObjects','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','length','../state/testFrameworkState.js','KEY_HOOK_LAST_FINISHED','runHooks','nhKdL','KEY_TEST_UUID','name','vBgAA','KEY_HOOK_FAILURE','TEST','4peaIwW','storePendingHook','aWxqa','\x20payload=','KEY_TEST_STARTED_AT','failure_data','../../../helpers/helper.js','KEY_TEST_TAGS','hookData','BGJkM','result','TjzPj','getCurrentTestState','KEY_TEST_RESULT','body','KEY_TEST_ATTACHMENTS','SiiJz','23413225zHsMEb','oxZgd','\x20hookState:\x20','finishedAt','KEY_TEST_NAME','setTestDetails','executionContext','NONE','platformIndex','1233MqqjSY','test_run_id','KEY_TEST_CODE','FRRpL','failure_type','\x20testState:\x20','startedAt',',\x20state:\x20','uFwWE','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20response=','dUSqz','ZyyZc','LNWxK','trackEvent:\x20unsupported\x20testFrameworkState=','from','parseCucumberTest','failure_reason','parallelIndex','\x20and\x20args\x20=\x20','scopes','eventJson','getTestFrameworks','KEY_HOOKS_STARTED','push','debug','failed','KEY_TEST_META','args','TbcbJ',',\x20state=','test',',\x20hookState:\x20','finished_at','trackHookEvent','testData','DEFAULT_TEST_RESULT','failure','location','getId','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20result:\x20','\x20with\x20id\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','error','resolveInstance','tags','PRE','vEJbt','getThreadId','KEY_TEST_ID','hasPendingHooks','LOG_REPORT','KEY_EVENT_ENDED_AT','KEY_TEST_FAILURE_REASON','Parsed\x20cucumber\x20test:\x20','KEY_HOOK_FAILURE_TYPE','exports','31660HIucLt','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','createTestFrameworkEventPayload','trackCucumberInstance:\x20saved\x20instance\x20contextId=','processPendingHooks','format','getRef','LvUHl','24oqZvkZ','toString','KEY_HOOK_NAME','hook_type','wotyX','code','KEY_CUSTOM_TAGS','../instances/testFrameworkInstance.js','../../../helpers/classLogger.js','zkMGf','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','split','hooks','ONSfS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','inspect','../TestInfo.js','QgUKM','KEY_HOOKS_FINISHED','3456068pkwxiI','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','ceil','getAllData','\x20target='];a70_0x2697=function(){return _0x551165;};return a70_0x2697();}
|
|
1
|
+
const a70_0x500105=a70_0x1152;function a70_0x1152(_0x27b8ba,_0x4c0ade){const _0x3f0eb5=a70_0x3f0e();return a70_0x1152=function(_0x115236,_0x135d09){_0x115236=_0x115236-0x1cb;let _0x1fa6aa=_0x3f0eb5[_0x115236];return _0x1fa6aa;},a70_0x1152(_0x27b8ba,_0x4c0ade);}(function(_0x1007f6,_0x15c4ad){const _0x454aeb=a70_0x1152,_0x43cf6d=_0x1007f6();while(!![]){try{const _0x4ae6e9=parseInt(_0x454aeb(0x265))/0x1*(parseInt(_0x454aeb(0x293))/0x2)+-parseInt(_0x454aeb(0x24d))/0x3+-parseInt(_0x454aeb(0x243))/0x4+-parseInt(_0x454aeb(0x209))/0x5*(parseInt(_0x454aeb(0x244))/0x6)+-parseInt(_0x454aeb(0x1e6))/0x7+-parseInt(_0x454aeb(0x24f))/0x8+-parseInt(_0x454aeb(0x236))/0x9*(-parseInt(_0x454aeb(0x1ee))/0xa);if(_0x4ae6e9===_0x15c4ad)break;else _0x43cf6d['push'](_0x43cf6d['shift']());}catch(_0x36f2ce){_0x43cf6d['push'](_0x43cf6d['shift']());}}}(a70_0x3f0e,0xdde2f));function a70_0x3f0e(){const _0x4e53cd=['addPendingHook','\x20batch\x20','VsWQQ','wdqNX','getProcessId','parseCucumberTest',',\x20state=','KEY_TEST_META','zbIpf','LmzEU','failure_data','length','WPurH','removePendingHooks','meta','\x20with\x20result:\x20','failure_type','USVrV','location','bKvbz','Error\x20in\x20createTestFrameworkEventPayload:\x20','zxkbB','zNRvD','45NKzLBI','passed','KEY_HOOK_ID','executionContext','getTestDetails','addMultipleEntries','eventJson','push','BFpXW','TEST','trackEvent','processPendingHooks','unknown','552912xdMpEo','2320122tYZWTk','POST','\x20testState:\x20','KEY_LOGS','\x20response=','\x20target=','parseCucumberTestResult','UoxRp','CucumberTestFramework','2222079DikwDr','KEY_TEST_TAGS','1814520DgWoBS','zdGex','failure','KEY_TEST_NAME','code','getRef','QlJsa','KEY_EVENT_ENDED_AT','setTestDetails','getThreadId','../state/testFrameworkState.js','runHooks','KEY_HOOK_FAILURE_REASON','KEY_AUTOMATE_SESSION_NAME','KEY_HOOKS_STARTED','testUUID','trackHookEvent','startedAt','../grpcClient','test_run_id','KEY_TEST_SCOPES','\x20and\x20args\x20=\x20','13gCpUMe','UnhandledError','createTestFrameworkEventPayload','trackCucumberInstance:\x20saved\x20instance\x20contextId=','KEY_EVENT_STARTED_AT','../cliUtils.js','customRerunParam','result','Stored\x20pending\x20hook\x20for\x20testId:\x20','readLogObjects','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','exports','error','KEY_TEST_RESULT','XzIEr','oxdYs','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','./constants/testFrameworkConstants.js','kCajw','hookData','matchHookRegex','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FRAMEWORK_VERSION','pRbNg','util','testFrameworkName','stringify','sendLogCreatedEvent:\x20for\x20testId:\x20','sendLogCreatedEvent','getId','split','KEY_TEST_ID','uuid','createTestFrameworkEventPayload\x20testId:\x20','KEY_TEST_ATTACHMENTS','GWyiV','KEY_HOOKS_FINISHED','setTrackedInstance','failed','trackEvent\x20loading\x20testData\x20for\x20testId:\x20',',\x20error:\x20','\x20for\x20test:\x20','toString','getCurrentHookState','args','KEY_HOOK_NAME','49710viakFB','instance','getInstance','trackCucumberInstance','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','debug','ceil','keys','workerInfo','KEY_HOOK_RESULT','storePendingHook','toISOString','../../../helpers/classLogger.js','KEY_CUSTOM_TAGS','\x20with\x20id\x20','scopes','Tracked\x20cucumber\x20hook\x20event:\x20','format','KEY_TEST_FILE_PATH','gPmGN','KEY_TEST_SCOPE','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','../instances/testFrameworkInstance.js','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','\x20payload=','test','JvtLf','\x20&\x20hookState=','getTestFrameworksVersions','QHuOK','dZRNA','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','name','__workerDetails','KEY_TEST_UUID','KEY_TEST_RESULT_AT','failure_reason','9977380TrwNov','createContext','KEY_HOOK_FAILURE_TYPE','logCreatedEvent','file_name','slice','DEFAULT_HOOK_RESULT','resolveInstance','7006990jneCac','hooks','testData','body','ZEPuu','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','../state/hookState.js','get','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getAllData','hook_type','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','DEFAULT_TEST_RESULT','trackEvent:\x20unsupported\x20testFrameworkState=','PRE','NONE','rDWlA','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','endedAt','jaUSf','KEY_TEST_FAILURE','Processing\x20','HrtHx','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getPendingHooks','LOG_REPORT','INIT_TEST','5xVVUxj','KEY_TEST_STARTED_AT','getContext','sNrID','KEY_TEST_FAILURE_TYPE','getTestFrameworks','finished_at','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','Updated\x20cucumber\x20test\x20result:\x20','rerun_name','parallelIndex','tags','pjQNj','key','testFrameworkState',',\x20storing\x20as\x20pending\x20hook','getTestUUID','PyWYf','KEY_TEST_ENDED_AT','legta','\x20&\x20hook\x20=\x20','getCurrentTestState'];a70_0x3f0e=function(){return _0x4e53cd;};return a70_0x3f0e();}const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x500105(0x259)),HookState=require(a70_0x500105(0x1f4)),{createClassLogger}=require(a70_0x500105(0x1cc)),TestFrameworkInstance=require(a70_0x500105(0x1d6)),CLIUtils=require(a70_0x500105(0x26a)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x500105(0x276)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x500105(0x24c)),{v4:uuidv4}=require(a70_0x500105(0x285)),util=require(a70_0x500105(0x27d)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x500105(0x261));class CucumberTestFramework extends TestFramework{constructor(_0x444a4a,_0x4ebc6e,_0x64f0b4){super(_0x444a4a,_0x4ebc6e,_0x64f0b4);}async[a70_0x500105(0x240)](_0x2ec81a,_0x58b76b,_0x5b7d6d={}){const _0x1106dc=a70_0x500105,_0x8cbb21={};_0x8cbb21[_0x1106dc(0x235)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x8cbb21[_0x1106dc(0x1d3)]=function(_0x1182d1,_0x3b970d){return _0x1182d1===_0x3b970d;},_0x8cbb21['kBwle']=function(_0x100dd4,_0x27c896){return _0x100dd4===_0x27c896;},_0x8cbb21[_0x1106dc(0x230)]=function(_0x30ff9a,_0x3a3226){return _0x30ff9a===_0x3a3226;},_0x8cbb21[_0x1106dc(0x24b)]=_0x1106dc(0x27a);const _0x230877=_0x8cbb21;await super[_0x1106dc(0x240)](_0x2ec81a,_0x58b76b,_0x5b7d6d);const _0x1beca0=this[_0x1106dc(0x1ed)](_0x2ec81a,_0x58b76b,_0x5b7d6d);if(!_0x1beca0){logger[_0x1106dc(0x298)](_0x230877['zNRvD']);return;}try{let _0x27cfd5,_0x3baeb7;switch(_0x2ec81a){case TestFrameworkState[_0x1106dc(0x23f)]:_0x27cfd5=_0x5b7d6d[_0x1106dc(0x1da)],_0x3baeb7=TestInfo[_0x1106dc(0x219)](_0x27cfd5['id']);if(_0x230877[_0x1106dc(0x1d3)](_0x58b76b,HookState[_0x1106dc(0x1fc)])){logger[_0x1106dc(0x298)](_0x1106dc(0x28c)+_0x27cfd5['id']);const _0x1dc04a={};_0x1dc04a['testUUID']=_0x3baeb7,_0x1dc04a[_0x1106dc(0x1f0)]=_0x27cfd5,_0x1beca0['addMultipleEntries'](this[_0x1106dc(0x224)](_0x1dc04a)),logger[_0x1106dc(0x298)](_0x1106dc(0x1d5)+_0x27cfd5['id']),await this['processPendingHooks'](_0x1beca0,_0x27cfd5['id']);}else{if(_0x230877['kBwle'](_0x58b76b,HookState[_0x1106dc(0x245)])){const _0x458b9a={};_0x458b9a[_0x1106dc(0x25e)]=_0x3baeb7,_0x458b9a[_0x1106dc(0x1f0)]=_0x27cfd5,_0x1beca0['addMultipleEntries'](this[_0x1106dc(0x24a)](_0x458b9a)),await this[_0x1106dc(0x241)](_0x1beca0,_0x27cfd5['id']);}}break;case TestFrameworkState[_0x1106dc(0x207)]:_0x230877[_0x1106dc(0x230)](_0x58b76b,HookState[_0x1106dc(0x245)])&&await this[_0x1106dc(0x281)](_0x1beca0,_0x2ec81a,_0x5b7d6d);break;default:if(CLIUtils[_0x1106dc(0x279)](_0x2ec81a[_0x1106dc(0x28f)]()['split']('.')[0x1])){const _0x459352=await this[_0x1106dc(0x25f)](_0x1beca0,_0x2ec81a,_0x58b76b,_0x5b7d6d);_0x1beca0[_0x1106dc(0x23b)](_0x459352);}else logger[_0x1106dc(0x298)](_0x1106dc(0x1fb)+_0x2ec81a+_0x1106dc(0x1dc)+_0x58b76b);break;}}catch(_0x1ffa6c){logger[_0x1106dc(0x271)](util[_0x1106dc(0x1d1)](_0x230877[_0x1106dc(0x24b)],_0x2ec81a,_0x58b76b,_0x5b7d6d[_0x1106dc(0x22a)],_0x1ffa6c));}_0x5b7d6d[_0x1106dc(0x294)]=_0x1beca0,await this['runHooks'](_0x1beca0,_0x2ec81a,_0x58b76b,_0x5b7d6d);}['resolveInstance'](_0x280e9d,_0x2aa28a,_0xd079ae={}){const _0x3b2552=a70_0x500105,_0x5092eb={};_0x5092eb[_0x3b2552(0x273)]=function(_0x51e60d,_0x4c6d46){return _0x51e60d===_0x4c6d46;};const _0x2bcd78=_0x5092eb;let _0x6549fd=null;return(_0x2bcd78[_0x3b2552(0x273)](_0x280e9d,TestFrameworkState[_0x3b2552(0x208)])||_0x2bcd78[_0x3b2552(0x273)](_0x280e9d,TestFrameworkState[_0x3b2552(0x1fd)]))&&this[_0x3b2552(0x296)](_0x280e9d,_0xd079ae),_0x6549fd=TestFramework['getTrackedInstance'](),_0x6549fd;}['trackCucumberInstance'](_0x299de9,_0x527f73){const _0x3db632=a70_0x500105,_0x5b8c8e=CLIUtils['getCurrentInstanceName'](),_0x185748=TrackedInstance[_0x3db632(0x1e7)](_0x5b8c8e);let _0x54c808=null;logger[_0x3db632(0x298)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x5b8c8e+_0x3db632(0x225)+_0x299de9),_0x54c808=new TestFrameworkInstance(_0x185748,this[_0x3db632(0x20e)](),this['getTestFrameworksVersions'](),_0x299de9,HookState[_0x3db632(0x1fd)]),TestFramework[_0x3db632(0x28a)](_0x185748,_0x54c808),logger[_0x3db632(0x298)](_0x3db632(0x268)+_0x185748['getId']()+_0x3db632(0x249)+_0x5b8c8e);}[a70_0x500105(0x224)](_0x5e5e40){const _0x5ba291=a70_0x500105,_0x11cd09={};_0x11cd09[_0x5ba291(0x1f2)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x11777b=_0x11cd09,{testUUID:_0x1b7093,testData:_0x58c127}=_0x5e5e40;if(!_0x58c127||!_0x58c127[_0x5ba291(0x285)])return logger[_0x5ba291(0x298)](_0x11777b[_0x5ba291(0x1f2)]),{};const _0x33b00d=_0x1b7093,_0x326391=_0x58c127[_0x5ba291(0x285)],_0x3c2859=this[_0x5ba291(0x20e)]()[0x0],_0x46ca22=this[_0x5ba291(0x1dd)](),_0x3023ef={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3c2859,[TestFrameworkConstants[_0x5ba291(0x27b)]]:_0x46ca22[_0x3c2859],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x5ba291(0x289)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5ba291(0x1e3)]]:_0x33b00d,[TestFrameworkConstants[_0x5ba291(0x272)]]:TestFrameworkConstants[_0x5ba291(0x1fa)],[TestFrameworkConstants[_0x5ba291(0x25c)]]:_0x58c127[_0x5ba291(0x1e1)]||'',[TestFrameworkConstants[_0x5ba291(0x1d2)]]:_0x58c127[_0x5ba291(0x1ea)]||'',[TestFrameworkConstants[_0x5ba291(0x284)]]:_0x326391,[TestFrameworkConstants[_0x5ba291(0x252)]]:_0x58c127[_0x5ba291(0x1e1)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x58c127[_0x5ba291(0x231)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x58c127[_0x5ba291(0x1f1)]?.[_0x5ba291(0x253)]||null,[TestFrameworkConstants[_0x5ba291(0x24e)]]:_0x58c127[_0x5ba291(0x214)]||[],[TestFrameworkConstants[_0x5ba291(0x20a)]]:_0x58c127[_0x5ba291(0x260)]||new Date()[_0x5ba291(0x1cb)](),[TestFrameworkConstants[_0x5ba291(0x1d4)]]:_0x58c127[_0x5ba291(0x1cf)]?.[0x0]||'',[TestFrameworkConstants[_0x5ba291(0x263)]]:_0x58c127[_0x5ba291(0x1cf)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x58c127[_0x5ba291(0x26b)]?.[_0x5ba291(0x212)]||_0x58c127['name']||'',[TestFrameworkConstants[_0x5ba291(0x1cd)]]:{},[TestFrameworkConstants[_0x5ba291(0x226)]]:_0x58c127[_0x5ba291(0x22d)]||{}};TestInfo[_0x5ba291(0x257)](_0x326391,_0x3023ef),logger['debug']('Parsed\x20cucumber\x20test:\x20'+_0x58c127[_0x5ba291(0x1e1)]+'\x20with\x20UUID:\x20'+_0x33b00d);const _0x248249={};return _0x248249[_0x326391]=_0x3023ef,_0x248249;}['parseCucumberTestResult'](_0x57be8a){const _0x34aeb6=a70_0x500105,_0xf799a6={'vVfZm':_0x34aeb6(0x1f9),'tzLeM':_0x34aeb6(0x242),'JvtLf':function(_0x4c8e39,_0x413d4b){return _0x4c8e39===_0x413d4b;},'PyWYf':_0x34aeb6(0x28b),'legta':_0x34aeb6(0x266),'pRbNg':function(_0xa46c9c,_0x1be5be,_0x334229){return _0xa46c9c(_0x1be5be,_0x334229);},'LmzEU':function(_0x4a900e,_0x57017c){return _0x4a900e>_0x57017c;},'HrtHx':function(_0x5caf7b,_0x585686){return _0x5caf7b>_0x585686;}},{testUUID:_0x548e85,testData:_0x278d17}=_0x57be8a;if(!_0x278d17||!_0x278d17[_0x34aeb6(0x285)])return logger[_0x34aeb6(0x298)](_0xf799a6['vVfZm']),{};const _0x2cff83=this[_0x34aeb6(0x1ed)](TestFrameworkState['TEST'],HookState['POST']),_0xa65258=_0x278d17[_0x34aeb6(0x285)],_0x5d3641=TestInfo[_0x34aeb6(0x23a)](_0xa65258)||{},_0x2565f8=_0x5d3641?_0x5d3641[TestFrameworkConstants[_0x34aeb6(0x1cd)]]||{}:{},_0x1f329a={..._0x5d3641,[TestFrameworkConstants[_0x34aeb6(0x272)]]:_0x278d17[_0x34aeb6(0x26c)]||_0xf799a6['tzLeM'],[TestFrameworkConstants[_0x34aeb6(0x21b)]]:_0x278d17['finishedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x34aeb6(0x1e4)]]:new Date()[_0x34aeb6(0x1cb)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2565f8,[TestFrameworkConstants[_0x34aeb6(0x247)]]:[],[TestFrameworkConstants[_0x34aeb6(0x226)]]:_0x278d17[_0x34aeb6(0x22d)]||{}};_0xf799a6[_0x34aeb6(0x1db)](_0x278d17[_0x34aeb6(0x26c)],_0xf799a6[_0x34aeb6(0x21a)])&&_0x278d17[_0x34aeb6(0x251)]&&(_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x20d)]]=_0x278d17[_0x34aeb6(0x22f)]||_0xf799a6[_0x34aeb6(0x21c)],_0x1f329a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x278d17[_0x34aeb6(0x1e5)]||'',_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x202)]]=_0x278d17[_0x34aeb6(0x251)]);const _0x4c3bc9=TestInfo[_0x34aeb6(0x23a)](_0xa65258)[TestFrameworkConstants[_0x34aeb6(0x287)]]||{},_0x34b95c=_0xf799a6[_0x34aeb6(0x27c)](getManualUploadLogs,_0x4c3bc9,_0x2cff83['getAllData']()[_0x34aeb6(0x1f5)](_0xa65258)[TestFrameworkConstants[_0x34aeb6(0x1e3)]]);if(_0xf799a6[_0x34aeb6(0x228)](_0x34b95c[_0x34aeb6(0x22a)],0x0)){const _0x2dbfa6=_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x247)]]||[];_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x247)]]=[..._0x2dbfa6,..._0x34b95c];}_0x278d17[_0x34aeb6(0x1ef)]&&_0xf799a6[_0x34aeb6(0x204)](_0x278d17[_0x34aeb6(0x1ef)][_0x34aeb6(0x22a)],0x0)&&(_0x1f329a[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x278d17[_0x34aeb6(0x1ef)]);TestInfo[_0x34aeb6(0x257)](_0xa65258,_0x1f329a),logger[_0x34aeb6(0x298)](_0x34aeb6(0x211)+_0x278d17['name']+_0x34aeb6(0x22e)+_0x278d17[_0x34aeb6(0x26c)]);const _0x18cdc5={};return _0x18cdc5[_0xa65258]=_0x1f329a,_0x18cdc5;}async[a70_0x500105(0x25f)](_0x2ec1c6,_0x186039,_0x533930,_0x15ba04){const _0x445c86=a70_0x500105,_0x363223={'BFpXW':_0x445c86(0x1f3),'kCajw':function(_0x1c9008){return _0x1c9008();},'WPurH':function(_0x34fda6,_0x1eb6a5){return _0x34fda6 in _0x1eb6a5;},'sNrID':function(_0x4c5732,_0x5ee495){return _0x4c5732 in _0x5ee495;},'GWyiV':function(_0xc88092,_0x233be2){return _0xc88092===_0x233be2;},'wdqNX':function(_0x3e8aab,_0x57b4b2){return _0x3e8aab>_0x57b4b2;},'VxWel':_0x445c86(0x28b),'zbIpf':_0x445c86(0x266),'QHuOK':_0x445c86(0x237),'QiAVS':function(_0x562896,_0x28f7b1){return _0x562896!==_0x28f7b1;}},{hookData:_0x2eef6b}=_0x15ba04;if(!_0x2eef6b)return logger[_0x445c86(0x298)](_0x363223[_0x445c86(0x23e)]),{};const _0x4b41aa=_0x2eef6b['uuid']||_0x363223[_0x445c86(0x277)](uuidv4),_0x2b8a93=_0x2eef6b[_0x445c86(0x262)],_0x2f2629=_0x186039[_0x445c86(0x28f)]()[_0x445c86(0x283)]('.')[0x1],_0x4deda8=TestInfo['getTestDetails'](_0x2b8a93)[TestFrameworkConstants[_0x445c86(0x1cd)]]||{},_0x462ba0=_0x2ec1c6[_0x445c86(0x1f7)]()['get'](_0x2b8a93);if(!_0x462ba0)return logger[_0x445c86(0x298)](_0x445c86(0x205)+_0x2b8a93+_0x445c86(0x218)),this[_0x445c86(0x29d)](_0x2ec1c6,_0x2b8a93,_0x186039,_0x533930,_0x15ba04),{};let _0x44265e=_0x462ba0[TestFrameworkConstants[_0x445c86(0x25d)]];!_0x44265e&&(_0x44265e={});!_0x363223[_0x445c86(0x22b)](_0x2f2629,_0x44265e)&&(_0x44265e[_0x2f2629]=[]);let _0x14ed95=_0x462ba0[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x14ed95&&(_0x14ed95={});!_0x363223[_0x445c86(0x20c)](_0x2f2629,_0x14ed95)&&(_0x14ed95[_0x2f2629]=[]);const _0x3fdd75={[TestFrameworkConstants[_0x445c86(0x25d)]]:_0x44265e,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x14ed95},_0x13e3c3={};_0x13e3c3[_0x2b8a93]=_0x3fdd75;const _0x2079c3=_0x13e3c3;if(_0x363223[_0x445c86(0x288)](_0x533930,HookState[_0x445c86(0x1fc)])){const _0x1d67a4={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4b41aa,[TestFrameworkConstants[_0x445c86(0x29c)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x445c86(0x269)]]:_0x2eef6b['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x445c86(0x292)]]:_0x2eef6b[_0x445c86(0x1f8)],[TestFrameworkConstants[_0x445c86(0x1cd)]]:_0x4deda8};_0x1d67a4[_0x445c86(0x216)]=_0x2f2629;const _0x566f35=_0x1d67a4;_0x44265e[_0x2f2629][_0x445c86(0x23d)](_0x566f35),_0x2079c3[_0x2b8a93][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x2f2629,logger[_0x445c86(0x298)](_0x445c86(0x297)+_0x2f2629+_0x445c86(0x21d)+_0x566f35+'\x20\x20and\x20args\x20=\x20'+_0x15ba04);}else{if(_0x363223[_0x445c86(0x288)](_0x533930,HookState[_0x445c86(0x245)])){const _0x1aa720=_0x2eef6b['result'],_0x394e8f=_0x44265e[_0x2f2629]||[];logger[_0x445c86(0x298)](_0x445c86(0x1f6)+_0x394e8f+_0x445c86(0x264)+_0x15ba04);if(_0x363223[_0x445c86(0x222)](_0x394e8f[_0x445c86(0x22a)],0x0)){const _0x5e2ec3=_0x394e8f['pop']();_0x363223[_0x445c86(0x288)](_0x2eef6b['result'],_0x363223['VxWel'])&&_0x2eef6b[_0x445c86(0x229)]?(_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x1e8)]]=_0x2eef6b['failure_type']||_0x363223[_0x445c86(0x227)],_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x25b)]]=_0x2eef6b[_0x445c86(0x1e5)]||'',_0x5e2ec3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x2eef6b[_0x445c86(0x229)]):_0x5e2ec3[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x363223[_0x445c86(0x1de)];_0x363223['QiAVS'](_0x1aa720,TestFrameworkConstants[_0x445c86(0x1ec)])&&(_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x29c)]]=_0x1aa720);_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x256)]]=_0x2eef6b[_0x445c86(0x20f)]||new Date()[_0x445c86(0x1cb)](),_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x1cd)]]=_0x4deda8;const _0x30c548=_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x238)]];!_0x14ed95[_0x2f2629]&&(_0x14ed95[_0x2f2629]=[]),_0x14ed95[_0x2f2629]['push'](_0x5e2ec3),_0x2079c3[_0x2b8a93][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x2f2629;}}}return logger[_0x445c86(0x298)](_0x445c86(0x1d0)+_0x2eef6b[_0x445c86(0x1f8)]+_0x445c86(0x1ce)+_0x4b41aa+_0x445c86(0x28e)+_0x2b8a93),_0x2079c3;}[a70_0x500105(0x267)](_0x2d6029){const _0x253b83=a70_0x500105,_0x2713b2={};_0x2713b2['VsWQQ']='base64';const _0x3680af=_0x2713b2;try{const _0x2e1cc0=_0x2d6029[_0x253b83(0x1da)]?_0x2d6029[_0x253b83(0x1da)]['id']:_0x2d6029[_0x253b83(0x278)]['test_run_id'],_0x39675f=_0x2d6029['instance'],_0x1fffcc=_0x39675f[_0x253b83(0x20b)](),_0x2aa46a=_0x39675f[_0x253b83(0x1f7)]()[_0x253b83(0x1f5)](_0x2e1cc0);if(!_0x2aa46a)return logger[_0x253b83(0x298)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2e1cc0),{};logger[_0x253b83(0x298)](_0x253b83(0x286)+_0x2e1cc0);const {[TestFrameworkConstants[_0x253b83(0x1d8)]]:_0xe16abc='',[TestFrameworkConstants[_0x253b83(0x27b)]]:_0x2e1162='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2af9d0='',[TestFrameworkConstants[_0x253b83(0x21b)]]:_0x5437e9=''}=_0x2aa46a,_0xab50c9=_0x39675f[_0x253b83(0x21e)]()['toString']()['split']('.')[0x1],_0x26708a=_0x39675f[_0x253b83(0x290)]()[_0x253b83(0x28f)]()['split']('.')[0x1],_0x119e42=global?.[_0x253b83(0x1e2)]?.[_0x253b83(0x29b)]?.[_0x253b83(0x213)],_0x333d45=_0x39675f[_0x253b83(0x254)](),_0x7347d=Buffer['from'](JSON[_0x253b83(0x27f)](_0x2aa46a))[_0x253b83(0x28f)](_0x3680af[_0x253b83(0x221)]),_0x3cfa50={'hash':_0x1fffcc[_0x253b83(0x282)](),'threadId':_0x1fffcc[_0x253b83(0x258)]()[_0x253b83(0x28f)](),'processId':_0x1fffcc[_0x253b83(0x223)]()['toString']()},_0x594aa3={};_0x594aa3['platformIndex']=_0x119e42,_0x594aa3[_0x253b83(0x27e)]=_0xe16abc,_0x594aa3['testFrameworkVersion']=_0x2e1162,_0x594aa3[_0x253b83(0x217)]=_0xab50c9,_0x594aa3['hookState']=_0x26708a,_0x594aa3[_0x253b83(0x260)]=_0x2af9d0,_0x594aa3[_0x253b83(0x200)]=_0x5437e9,_0x594aa3[_0x253b83(0x285)]=_0x333d45,_0x594aa3[_0x253b83(0x23c)]=_0x7347d,_0x594aa3[_0x253b83(0x239)]=_0x3cfa50;const _0x3c94db=_0x594aa3;return logger[_0x253b83(0x298)](_0x253b83(0x210)+_0x2e1cc0+_0x253b83(0x246)+_0xab50c9+'\x20hookState:\x20'+_0x26708a),_0x3c94db;}catch(_0x544446){return logger['error'](_0x253b83(0x233)+util['format'](_0x544446)),{};}}async[a70_0x500105(0x281)](_0x52b907,_0x4b5e0b,_0x4fe048){const _0x1ad1a2=a70_0x500105,_0x31e19f={'dZRNA':function(_0x4d54e1,_0x391050,_0x34c7c8){return _0x4d54e1(_0x391050,_0x34c7c8);},'oxdYs':function(_0x2a13ba,_0x3323b1){return _0x2a13ba===_0x3323b1;},'jaUSf':_0x1ad1a2(0x26f),'bKvbz':function(_0x4c8f74,_0x409037){return _0x4c8f74/_0x409037;},'rDWlA':function(_0x2aaa10,_0x35d55a){return _0x2aaa10<_0x35d55a;},'pjQNj':function(_0x522e5a,_0x4d24df){return _0x522e5a*_0x4d24df;},'QlJsa':function(_0x14dcc5,_0x3481d9){return _0x14dcc5+_0x3481d9;},'zxkbB':'Cucumber\x20log\x20created\x20event'};try{const _0x3abfda=_0x4fe048['testUUID'],_0x1f5217=_0x52b907[_0x1ad1a2(0x1f7)]()['get'](_0x3abfda),{[TestFrameworkConstants[_0x1ad1a2(0x1d8)]]:_0xdf4c56='',[TestFrameworkConstants[_0x1ad1a2(0x27b)]]:_0x365454=''}=_0x1f5217,_0x1845b7=TestInfo[_0x1ad1a2(0x26e)](_0x3abfda),_0x1fbb16=TestInfo['getTestDetails'](_0x3abfda)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1e4ea2=_0x31e19f[_0x1ad1a2(0x1df)](getMediaArtifactsLogs,_0x1fbb16,_0x52b907[_0x1ad1a2(0x1f7)]()['get'](_0x3abfda)[TestFrameworkConstants[_0x1ad1a2(0x1e3)]]),_0x5289c5=(_0x1845b7||[])['concat'](_0x1e4ea2||[]);if(!_0x5289c5||_0x31e19f[_0x1ad1a2(0x274)](_0x5289c5[_0x1ad1a2(0x22a)],0x0)){logger[_0x1ad1a2(0x298)](_0x31e19f[_0x1ad1a2(0x201)]);return;}const _0x1aaaba=0x28,_0x5ca499=Math[_0x1ad1a2(0x299)](_0x31e19f[_0x1ad1a2(0x232)](_0x5289c5[_0x1ad1a2(0x22a)],_0x1aaaba));for(let _0x331507=0x0;_0x31e19f[_0x1ad1a2(0x1fe)](_0x331507,_0x5ca499);_0x331507++){const _0x482965=_0x31e19f[_0x1ad1a2(0x215)](_0x331507,_0x1aaaba),_0x3b41cd=_0x31e19f[_0x1ad1a2(0x255)](_0x482965,_0x1aaaba),_0x722bba=_0x5289c5[_0x1ad1a2(0x1eb)](_0x482965,_0x3b41cd),_0x595e03={'platformIndex':'0','logs':_0x722bba,'testFrameworkName':_0xdf4c56,'testFrameworkVersion':_0x365454,'testFrameworkState':_0x4b5e0b[_0x1ad1a2(0x28f)]()[_0x1ad1a2(0x283)]('.')[0x1]};logger[_0x1ad1a2(0x298)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x3abfda+_0x1ad1a2(0x220)+_0x31e19f['QlJsa'](_0x331507,0x1)+'/'+_0x5ca499+_0x1ad1a2(0x1d9)+util['inspect'](_0x595e03));const _0x411270=await GrpcClient[_0x1ad1a2(0x295)]()[_0x1ad1a2(0x1e9)](_0x595e03);logger[_0x1ad1a2(0x298)](_0x1ad1a2(0x280)+_0x3abfda+_0x1ad1a2(0x220)+_0x31e19f['QlJsa'](_0x331507,0x1)+'/'+_0x5ca499+_0x1ad1a2(0x248)+util['inspect'](_0x411270));}}catch(_0x2d44b6){logger[_0x1ad1a2(0x271)](_0x1ad1a2(0x1e0)+util[_0x1ad1a2(0x1d1)](_0x2d44b6));}logger['debug'](_0x31e19f[_0x1ad1a2(0x234)]);}[a70_0x500105(0x29d)](_0xcedbf8,_0x15c378,_0x32dc41,_0x295fb4,_0x4ac174){const _0x537c3d=a70_0x500105,_0x3641a7={'testId':_0x15c378,'testFrameworkState':_0x32dc41,'hookState':_0x295fb4,'args':_0x4ac174,'timestamp':new Date()[_0x537c3d(0x1cb)]()};_0xcedbf8[_0x537c3d(0x21f)](_0x15c378,_0x3641a7),logger[_0x537c3d(0x298)](_0x537c3d(0x26d)+_0x15c378+',\x20state:\x20'+_0x32dc41+',\x20hookState:\x20'+_0x295fb4);}async[a70_0x500105(0x241)](_0x5652cf,_0xdfa90){const _0x4ad851=a70_0x500105,_0x3803a7={};_0x3803a7['zdGex']=function(_0x5bc14b,_0x58bb68){return _0x5bc14b>_0x58bb68;};const _0x267f9b=_0x3803a7;if(!_0x5652cf['hasPendingHooks'](_0xdfa90))return;const _0x5819d5=_0x5652cf[_0x4ad851(0x206)](_0xdfa90);logger[_0x4ad851(0x298)](_0x4ad851(0x203)+_0x5819d5[_0x4ad851(0x22a)]+_0x4ad851(0x1d7)+_0xdfa90);for(const _0x26bcdb of _0x5819d5){try{const _0x5a60a9=await this[_0x4ad851(0x25f)](_0x5652cf,_0x26bcdb[_0x4ad851(0x217)],_0x26bcdb['hookState'],_0x26bcdb['args']);_0x5a60a9&&_0x267f9b[_0x4ad851(0x250)](Object[_0x4ad851(0x29a)](_0x5a60a9)['length'],0x0)&&_0x5652cf['addMultipleEntries'](_0x5a60a9),await this[_0x4ad851(0x25a)](_0x5652cf,_0x26bcdb[_0x4ad851(0x217)],_0x26bcdb['hookState'],_0x26bcdb[_0x4ad851(0x291)]);}catch(_0x4df8ac){logger[_0x4ad851(0x271)](_0x4ad851(0x1ff)+_0xdfa90+_0x4ad851(0x28d)+_0x4df8ac);}}_0x5652cf[_0x4ad851(0x22c)](_0xdfa90),logger['debug'](_0x4ad851(0x275)+_0xdfa90);}}module[a70_0x500105(0x270)]=CucumberTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71_0x476389=a71_0x46ab;(function(_0x136333,_0x4234d2){const _0x190021=a71_0x46ab,_0x10fb23=_0x136333();while(!![]){try{const _0x5e4f51=parseInt(_0x190021(0x1a5))/0x1*(-parseInt(_0x190021(0x152))/0x2)+parseInt(_0x190021(0x226))/0x3+parseInt(_0x190021(0x209))/0x4+-parseInt(_0x190021(0xd9))/0x5+parseInt(_0x190021(0x1f8))/0x6+parseInt(_0x190021(0xf6))/0x7+parseInt(_0x190021(0x14d))/0x8*(-parseInt(_0x190021(0x1d4))/0x9);if(_0x5e4f51===_0x4234d2)break;else _0x10fb23['push'](_0x10fb23['shift']());}catch(_0x4c364d){_0x10fb23['push'](_0x10fb23['shift']());}}}(a71_0x6aa7,0x2df0a));const TestFramework=require(a71_0x476389(0x20f)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x476389(0x1b3)),TestFrameworkInstance=require(a71_0x476389(0x21c)),CLIUtils=require(a71_0x476389(0xfb)),TrackedInstance=require(a71_0x476389(0x1c6)),TestFrameworkConstants=require(a71_0x476389(0xe2)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x476389(0x14f)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x476389(0x195)),util=require(a71_0x476389(0x1c3)),TestInfo=require(a71_0x476389(0x205)),GrpcClient=require(a71_0x476389(0xec)),stackTrace=require(a71_0x476389(0x154));class JestTestFramework extends TestFramework{constructor(_0x36cd60,_0x2ec587,_0x4793f2){super(_0x36cd60,_0x2ec587,_0x4793f2),this['activeHooks']=new Map();}[a71_0x476389(0x145)](_0x532863,_0x2bec32,_0x538db2){const _0x3f4302=a71_0x476389,_0x181b15={};_0x181b15[_0x3f4302(0x21a)]=function(_0x4aec7c,_0x49cea4){return _0x4aec7c||_0x49cea4;};const _0x1e44ce=_0x181b15;if(_0x1e44ce['SJREx'](!_0x532863,!_0x2bec32)){logger[_0x3f4302(0x119)](_0x3f4302(0x247)+_0x532863+_0x3f4302(0x189)+_0x2bec32);return;}!this[_0x3f4302(0x1ee)][_0x3f4302(0x12e)](_0x532863)&&this[_0x3f4302(0x1ee)][_0x3f4302(0x12c)](_0x532863,[]);const _0x128f3e={'hookUUID':_0x2bec32,'hookType':_0x538db2,'startedAt':new Date()[_0x3f4302(0x1a7)]()};this[_0x3f4302(0x1ee)][_0x3f4302(0x185)](_0x532863)['push'](_0x128f3e),logger[_0x3f4302(0x128)](_0x3f4302(0xd2)+_0x532863+_0x3f4302(0x189)+_0x2bec32+_0x3f4302(0x1a6)+_0x538db2+_0x3f4302(0x173)+this[_0x3f4302(0x1ee)][_0x3f4302(0x185)](_0x532863)[_0x3f4302(0x16a)]);}[a71_0x476389(0x12a)](_0x2bc941,_0x1ddc66){const _0x1d28a0=a71_0x476389,_0x15981e={};_0x15981e[_0x1d28a0(0xe4)]=function(_0x10fd3b,_0x23f095){return _0x10fd3b||_0x23f095;},_0x15981e[_0x1d28a0(0x17f)]=function(_0x41c30a,_0x1e21d7){return _0x41c30a!==_0x1e21d7;},_0x15981e[_0x1d28a0(0x23f)]=function(_0xf529b3,_0xa4669d){return _0xf529b3===_0xa4669d;};const _0x121230=_0x15981e;if(_0x121230[_0x1d28a0(0xe4)](!_0x2bc941,!_0x1ddc66)){logger[_0x1d28a0(0x119)](_0x1d28a0(0x157)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66);return;}if(this['activeHooks']['has'](_0x2bc941)){const _0x7752c2=this['activeHooks'][_0x1d28a0(0x185)](_0x2bc941),_0x37102a=_0x7752c2[_0x1d28a0(0x1ce)](_0x533e74=>_0x533e74[_0x1d28a0(0x16f)]===_0x1ddc66);_0x121230[_0x1d28a0(0x17f)](_0x37102a,-0x1)?(_0x7752c2[_0x1d28a0(0x1c1)](_0x37102a,0x1),logger['debug'](_0x1d28a0(0xe1)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66+_0x1d28a0(0x245)+_0x7752c2[_0x1d28a0(0x16a)]),_0x121230[_0x1d28a0(0x23f)](_0x7752c2[_0x1d28a0(0x16a)],0x0)&&this[_0x1d28a0(0x1ee)]['delete'](_0x2bc941)):logger[_0x1d28a0(0x128)](_0x1d28a0(0xe8)+_0x2bc941+_0x1d28a0(0x189)+_0x1ddc66);}}[a71_0x476389(0x206)](_0x2ec18a){const _0x278154=a71_0x476389,_0x3ddbe8={};_0x3ddbe8[_0x278154(0x175)]=function(_0xb35322,_0x4f6027){return _0xb35322>_0x4f6027;},_0x3ddbe8['pvViH']=function(_0xbb9988,_0x30584c){return _0xbb9988-_0x30584c;};const _0x62cb03=_0x3ddbe8;if(!_0x2ec18a)return null;if(this[_0x278154(0x1ee)][_0x278154(0x12e)](_0x2ec18a)){const _0x426586=this[_0x278154(0x1ee)]['get'](_0x2ec18a);if(_0x62cb03[_0x278154(0x175)](_0x426586[_0x278154(0x16a)],0x0)){const _0x22c113=_0x426586[_0x62cb03[_0x278154(0x19e)](_0x426586['length'],0x1)];return logger[_0x278154(0x128)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x2ec18a+_0x278154(0x189)+_0x22c113[_0x278154(0x16f)]+_0x278154(0x1a6)+_0x22c113[_0x278154(0x1fa)]),_0x22c113;}}return null;}async[a71_0x476389(0x131)](_0x23c625,_0x847555,_0x49a2f2={}){const _0x40d29a=a71_0x476389,_0x33dfe8={};_0x33dfe8[_0x40d29a(0xd0)]=_0x40d29a(0x232),_0x33dfe8['klqKy']=function(_0x58cf17,_0x193504){return _0x58cf17===_0x193504;},_0x33dfe8[_0x40d29a(0x225)]=function(_0x43f4ca,_0x4dced1){return _0x43f4ca||_0x4dced1;},_0x33dfe8[_0x40d29a(0x24e)]=_0x40d29a(0x100),_0x33dfe8['kXKUg']=function(_0x426dcc,_0x53398a){return _0x426dcc===_0x53398a;};const _0x255ff3=_0x33dfe8;logger[_0x40d29a(0x128)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x23c625+_0x40d29a(0x1a0)+_0x847555+_0x40d29a(0x1eb)+Object[_0x40d29a(0x11d)](_0x49a2f2)[_0x40d29a(0x24c)](',')),await super[_0x40d29a(0x131)](_0x23c625,_0x847555,_0x49a2f2);const _0x172367=this[_0x40d29a(0x1b5)](_0x23c625,_0x847555,_0x49a2f2);if(!_0x172367){logger[_0x40d29a(0x128)](_0x255ff3[_0x40d29a(0xd0)]);return;}try{let _0x1179e5,_0x1fc7af,_0x35ff3f;switch(_0x23c625){case TestFrameworkState[_0x40d29a(0x182)]:_0x1179e5=_0x49a2f2[_0x40d29a(0x170)];const _0x3fe556={};_0x3fe556[_0x40d29a(0x1a4)]=0x2,_0x3fe556[_0x40d29a(0x215)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x847555+',\x20testData='+util[_0x40d29a(0x1a9)](_0x1179e5,_0x3fe556)),_0x35ff3f=this['getJestTestIdentifier'](_0x1179e5),_0x1fc7af=null,logger[_0x40d29a(0x128)](_0x40d29a(0xfc)+_0x35ff3f+_0x40d29a(0x138));if(_0x255ff3[_0x40d29a(0x23a)](_0x847555,HookState[_0x40d29a(0xde)])){logger[_0x40d29a(0x128)](_0x40d29a(0x16c)+_0x35ff3f);const _0x2152ce={};_0x2152ce['testUUID']=_0x1fc7af,_0x2152ce[_0x40d29a(0x1cf)]=_0x1179e5,_0x2152ce[_0x40d29a(0x176)]=_0x35ff3f;const _0x47a279=this[_0x40d29a(0x123)](_0x2152ce),_0x5d71ba={};_0x5d71ba['depth']=0x2,_0x5d71ba[_0x40d29a(0x215)]=0x3,logger[_0x40d29a(0x128)](_0x40d29a(0x105)+util[_0x40d29a(0x1a9)](_0x47a279,_0x5d71ba)),_0x172367['addMultipleEntries'](_0x47a279),logger[_0x40d29a(0x128)](_0x40d29a(0xcd)+_0x35ff3f),await this['processPendingHooks'](_0x172367,_0x35ff3f);}else{if(_0x255ff3['klqKy'](_0x847555,HookState['POST'])){logger[_0x40d29a(0x128)](_0x40d29a(0x1de)+_0x35ff3f);const _0x3e6c1d=_0x172367[_0x40d29a(0x196)]()[_0x40d29a(0x185)](_0x35ff3f);logger[_0x40d29a(0x128)](_0x40d29a(0x1b0)+util[_0x40d29a(0x1a9)](Object[_0x40d29a(0x11d)](_0x255ff3['eRYYA'](_0x3e6c1d,{}))));_0x3e6c1d&&_0x3e6c1d[TestFrameworkConstants[_0x40d29a(0x104)]]?logger[_0x40d29a(0x128)](_0x40d29a(0xeb)+Object['keys'](_0x3e6c1d[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x40d29a(0x111)):logger[_0x40d29a(0x128)](_0x255ff3[_0x40d29a(0x24e)]);const _0x2376b9=_0x49a2f2[_0x40d29a(0x147)]||null,_0x309259={};_0x309259[_0x40d29a(0x16b)]=_0x1fc7af,_0x309259[_0x40d29a(0x1cf)]=_0x1179e5,_0x309259[_0x40d29a(0x176)]=_0x35ff3f,_0x309259[_0x40d29a(0x147)]=_0x2376b9;const _0x261c48=this[_0x40d29a(0x1ab)](_0x309259),_0x260192={};_0x260192['depth']=0x2,_0x260192[_0x40d29a(0x215)]=0x3,logger[_0x40d29a(0x128)](_0x40d29a(0x172)+util[_0x40d29a(0x1a9)](_0x261c48,_0x260192)),_0x172367[_0x40d29a(0xda)](_0x261c48),logger[_0x40d29a(0x128)](_0x40d29a(0xe7)+_0x35ff3f),await this[_0x40d29a(0x1e0)](_0x172367,_0x35ff3f);}}break;case TestFrameworkState[_0x40d29a(0x146)]:if(_0x255ff3['kXKUg'](_0x847555,HookState[_0x40d29a(0x113)])){const _0x2a682a={};_0x2a682a[_0x40d29a(0x1a4)]=0x2,logger['debug'](_0x40d29a(0x106)+util[_0x40d29a(0x1a9)](_0x49a2f2,_0x2a682a)),await this[_0x40d29a(0xc9)](_0x172367,_0x23c625,_0x49a2f2);}break;default:if(CLIUtils[_0x40d29a(0x12b)](_0x23c625[_0x40d29a(0x1c9)]()['split']('.')[0x1])){const _0x426da5={};_0x426da5[_0x40d29a(0x1a4)]=0x2,_0x426da5[_0x40d29a(0x215)]=0x3,logger['debug'](_0x40d29a(0xef)+_0x23c625+',\x20hookState='+_0x847555+_0x40d29a(0x1e2)+util[_0x40d29a(0x1a9)](_0x49a2f2['hookData'],_0x426da5));const _0x651bdc=await this[_0x40d29a(0x1e7)](_0x172367,_0x23c625,_0x847555,_0x49a2f2),_0x41478f={};_0x41478f[_0x40d29a(0x1a4)]=0x2,_0x41478f[_0x40d29a(0x215)]=0x3,logger['debug'](_0x40d29a(0xd6)+util[_0x40d29a(0x1a9)](_0x651bdc,_0x41478f)),_0x172367[_0x40d29a(0xda)](_0x651bdc);}else logger['debug'](_0x40d29a(0x22f)+_0x23c625+_0x40d29a(0xd7)+_0x847555);break;}logger['debug'](_0x40d29a(0x10d)+_0x23c625+_0x40d29a(0x1a0)+_0x847555);}catch(_0xa66e54){logger[_0x40d29a(0xc4)](_0x40d29a(0x1e1)+_0x23c625+_0x40d29a(0x1a0)+_0x847555+_0x40d29a(0x231)+util['format'](_0xa66e54));}_0x49a2f2[_0x40d29a(0x14c)]=_0x172367,await this['runHooks'](_0x172367,_0x23c625,_0x847555,_0x49a2f2);}[a71_0x476389(0xd1)](_0x2451db){const _0x1f785f=a71_0x476389,_0x392e06={};_0x392e06[_0x1f785f(0x11a)]=_0x1f785f(0x114);const _0x5415e3=_0x392e06;if(_0x2451db&&(_0x2451db['id']||_0x2451db[_0x1f785f(0x195)])){const _0x3bff18=_0x2451db['id']||_0x2451db[_0x1f785f(0x195)];return logger[_0x1f785f(0x128)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x3bff18+_0x1f785f(0x18b)),_0x3bff18;}return logger[_0x1f785f(0x128)](_0x5415e3[_0x1f785f(0x11a)]),process[_0x1f785f(0x200)]+_0x1f785f(0xfa);}[a71_0x476389(0x1b5)](_0x5a9ce8,_0x15d744,_0x15edf5={}){const _0x5e8a3c=a71_0x476389;let _0x2342ea=null;return _0x2342ea=TestFramework[_0x5e8a3c(0x134)](),!_0x2342ea?(logger['debug'](_0x5e8a3c(0x1f9)+_0x5a9ce8),this[_0x5e8a3c(0x118)](_0x5a9ce8,_0x15edf5),_0x2342ea=TestFramework[_0x5e8a3c(0x134)](),logger['debug'](_0x5e8a3c(0xc5)+!!_0x2342ea+',\x20contextId='+_0x2342ea?.['getContext']()?.['getId']())):logger['debug'](_0x5e8a3c(0x18e)+_0x2342ea[_0x5e8a3c(0x22b)]()?.['getId']()),_0x2342ea;}[a71_0x476389(0x118)](_0x4abd38,_0x2c25eb){const _0x2e2fc7=a71_0x476389,_0x4c6cb0={};_0x4c6cb0[_0x2e2fc7(0x16e)]=_0x2e2fc7(0x1d3);const _0x1c18b0=_0x4c6cb0;if(TestFramework[_0x2e2fc7(0x134)]()){logger[_0x2e2fc7(0x128)](_0x1c18b0[_0x2e2fc7(0x16e)]);return;}const _0xeb9ce6=CLIUtils[_0x2e2fc7(0x230)](),_0xaf6bb0=TrackedInstance[_0x2e2fc7(0x1f3)](_0xeb9ce6);let _0xb3ae4d=null;logger[_0x2e2fc7(0x128)](_0x2e2fc7(0x15b)+_0xeb9ce6+_0x2e2fc7(0x214)+_0x4abd38),_0xb3ae4d=new TestFrameworkInstance(_0xaf6bb0,this[_0x2e2fc7(0x1b1)](),this[_0x2e2fc7(0x194)](),_0x4abd38,HookState[_0x2e2fc7(0x234)]),TestFramework[_0x2e2fc7(0xff)](_0xaf6bb0,_0xb3ae4d),logger[_0x2e2fc7(0x128)](_0x2e2fc7(0x23c)+_0xaf6bb0[_0x2e2fc7(0x13e)]()+_0x2e2fc7(0x20c)+_0xeb9ce6+_0x2e2fc7(0x241)+this['getTestFrameworks']()[0x0]+',\x20version='+this[_0x2e2fc7(0x194)]()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x2e5b65){const _0x34c102=a71_0x476389,_0x1029ae={};_0x1029ae['bewqK']=function(_0x362544,_0x1b8542){return _0x362544||_0x1b8542;},_0x1029ae['GALSC']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x1fd6fa=_0x1029ae,{testUUID:_0x5db7d7,testData:_0x34130b,testId:_0x3cede3}=_0x2e5b65;if(_0x1fd6fa['bewqK'](!_0x34130b,!_0x3cede3))return logger['debug'](_0x1fd6fa[_0x34c102(0x139)]),{};const _0x1fe43a=this['getTestFrameworks']()[0x0],_0x305c3c=this[_0x34c102(0x194)](),_0x39ed87={};_0x39ed87['depth']=0x2,_0x39ed87[_0x34c102(0x215)]=0x3,logger[_0x34c102(0x128)](_0x34c102(0x1b6)+util[_0x34c102(0x1a9)](_0x34130b,_0x39ed87));const _0x397bb5=_0x34130b?.[_0x34c102(0xfd)]||[],_0x467b5e=this[_0x34c102(0x24b)](_0x34130b),_0x457eb8=this[_0x34c102(0x156)](_0x34130b),_0x227364=_0x34130b['fn']?_0x34130b['fn']['toString']():null,_0x2d0661=this[_0x34c102(0x193)](_0x34130b),_0xde7683={[TestFrameworkConstants[_0x34c102(0x184)]]:_0x1fe43a,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x305c3c[_0x1fe43a],[TestFrameworkConstants[_0x34c102(0x1c5)]]:[],[TestFrameworkConstants[_0x34c102(0x190)]]:{},[TestFrameworkConstants[_0x34c102(0x1b4)]]:{},[TestFrameworkConstants[_0x34c102(0x1e5)]]:TestFrameworkConstants[_0x34c102(0x203)],[TestFrameworkConstants[_0x34c102(0x19f)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x18d)]]:_0x457eb8,[TestFrameworkConstants[_0x34c102(0x1b9)]]:_0x3cede3,[TestFrameworkConstants[_0x34c102(0x137)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x198)]]:_0x457eb8,[TestFrameworkConstants[_0x34c102(0x1f0)]]:_0x227364,[TestFrameworkConstants[_0x34c102(0x238)]]:_0x2d0661,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x34130b[_0x34c102(0x127)]||new Date()[_0x34c102(0x1a7)](),[TestFrameworkConstants[_0x34c102(0x1b7)]]:_0x397bb5[0x0]||'',[TestFrameworkConstants[_0x34c102(0x155)]]:_0x397bb5,[TestFrameworkConstants[_0x34c102(0x1cb)]]:_0x467b5e,[TestFrameworkConstants[_0x34c102(0x1fc)]]:{},[TestFrameworkConstants[_0x34c102(0x22e)]]:{}};_0x34130b[_0x34c102(0x141)]&&(_0xde7683[TestFrameworkConstants[_0x34c102(0x1ec)]]=_0x34130b[_0x34c102(0x141)]);logger[_0x34c102(0x128)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x467b5e+',\x20testId='+_0x3cede3+_0x34c102(0x1ad)+JSON[_0x34c102(0x120)](_0x2d0661)+_0x34c102(0xea)+util[_0x34c102(0x1a9)](_0x397bb5)+_0x34c102(0x1c0)+_0x457eb8);const _0x49ea09={};return _0x49ea09[_0x3cede3]=_0xde7683,_0x49ea09;}[a71_0x476389(0x1ab)](_0x24265f){const _0x87ab58=a71_0x476389,_0x25e278={'lSleH':function(_0x403684,_0x10e024){return _0x403684===_0x10e024;},'esDvB':_0x87ab58(0x179),'jGkJx':function(_0x8e9b35,_0x48a4e2){return _0x8e9b35===_0x48a4e2;},'sBLwL':_0x87ab58(0x1aa),'fJJKN':_0x87ab58(0x1f6),'YlKEJ':'_ALL','UgXmW':function(_0xfa21f5,_0xd95a68){return _0xfa21f5||_0xd95a68;},'PyEgu':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','IOKiK':_0x87ab58(0x197),'suXGg':function(_0x45b875,_0x24cfd5){return _0x45b875>_0x24cfd5;},'RrjZO':'failed','ZQVol':function(_0x52070c,_0x5f32a8){return _0x52070c===_0x5f32a8;},'FtIwD':_0x87ab58(0x17e),'GnkLD':function(_0xcda519,_0x2b2aec){return _0xcda519===_0x2b2aec;},'ujrQc':_0x87ab58(0x1a3),'yLbSp':_0x87ab58(0x102),'qpAdi':function(_0x5816ce,_0x4c76f5){return _0x5816ce!==_0x4c76f5;},'PrAID':function(_0x908843,_0xd6d7a6,_0x1ae5ac,_0x4217de){return _0x908843(_0xd6d7a6,_0x1ae5ac,_0x4217de);},'jcgRq':function(_0x1c0765,_0x310590){return _0x1c0765>_0x310590;},'jvlVl':_0x87ab58(0x1d7)},{testUUID:_0x398f50,testData:_0x1d7ec4,testId:_0x15d010}=_0x24265f;if(_0x25e278[_0x87ab58(0x1c8)](!_0x1d7ec4,!_0x15d010))return logger['debug'](_0x25e278[_0x87ab58(0x1bf)]),{};const _0x1311d8=this[_0x87ab58(0x1b5)](TestFrameworkState[_0x87ab58(0x182)],HookState[_0x87ab58(0x113)]),_0x273513=_0x1311d8[_0x87ab58(0x196)]()['get'](_0x15d010),_0x3603af=_0x25e278[_0x87ab58(0x1c8)](_0x273513,{}),_0x42f66=_0x3603af?_0x3603af[TestFrameworkConstants[_0x87ab58(0x1fc)]]||{}:{},_0x54eaba=_0x3603af[TestFrameworkConstants[_0x87ab58(0x104)]];logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x54eaba?Object[_0x87ab58(0x11d)](_0x54eaba)[_0x87ab58(0x16a)]:0x0)+_0x87ab58(0x223));let _0x4cc9a9=_0x25e278['IOKiK'];if(_0x1d7ec4['result'])_0x4cc9a9=_0x1d7ec4[_0x87ab58(0x18c)];else{if(_0x1d7ec4[_0x87ab58(0x11c)]&&_0x25e278['suXGg'](_0x1d7ec4[_0x87ab58(0x11c)][_0x87ab58(0x16a)],0x0))_0x4cc9a9=_0x25e278[_0x87ab58(0x1a8)];else _0x25e278[_0x87ab58(0x221)](_0x1d7ec4['status'],_0x25e278[_0x87ab58(0xf5)])||_0x25e278[_0x87ab58(0x246)](_0x1d7ec4[_0x87ab58(0xc7)],_0x25e278[_0x87ab58(0x1e6)])?_0x4cc9a9=_0x25e278[_0x87ab58(0x1e6)]:_0x4cc9a9=_0x25e278['yLbSp'];}const _0x4c4a74={..._0x3603af,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4cc9a9,[TestFrameworkConstants[_0x87ab58(0x116)]]:_0x1d7ec4[_0x87ab58(0x148)]||new Date()[_0x87ab58(0x1a7)](),[TestFrameworkConstants[_0x87ab58(0x1bc)]]:new Date()[_0x87ab58(0x1a7)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42f66,[TestFrameworkConstants[_0x87ab58(0xdd)]]:[],[TestFrameworkConstants[_0x87ab58(0x22e)]]:{}};if(_0x25e278[_0x87ab58(0x1ed)](_0x4cc9a9,_0x25e278[_0x87ab58(0x1a8)])&&_0x1d7ec4[_0x87ab58(0x11c)]){const _0x1f8a08=this['getJestFailureReason'](_0x1d7ec4),_0x34779e=this[_0x87ab58(0xc2)](_0x1d7ec4),_0x3337f6=this[_0x87ab58(0x199)](_0x1d7ec4);_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x202)]]=_0x34779e,_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xf0)]]=_0x1f8a08,_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x13d)]]=_0x3337f6;}_0x25e278[_0x87ab58(0x136)](_0x1d7ec4[_0x87ab58(0x240)],undefined)&&(_0x4c4a74[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x1d7ec4[_0x87ab58(0x240)]);_0x1d7ec4[_0x87ab58(0x141)]&&(_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x1ec)]]=_0x1d7ec4[_0x87ab58(0x141)]);const _0x148ede=_0x273513?_0x273513[TestFrameworkConstants[_0x87ab58(0x104)]]||{}:{},_0x57d911=_0x273513?_0x273513[TestFrameworkConstants[_0x87ab58(0x109)]]:_0x398f50,_0x35b00d=_0x25e278[_0x87ab58(0x21f)](getManualUploadLogs,_0x148ede,_0x57d911,_0x15d010);if(_0x25e278[_0x87ab58(0xf7)](_0x35b00d[_0x87ab58(0x16a)],0x0)){const _0x70c54b=_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xdd)]]||[];_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xdd)]]=[..._0x70c54b,..._0x35b00d];}const _0x4f7837=_0x3603af[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x3bf0be=_0x3603af[TestFrameworkConstants[_0x87ab58(0x1b4)]]||{},_0xf5a06a={..._0x4f7837},_0x25c265=_0xf5a06a;Object[_0x87ab58(0x11d)](_0x3bf0be)[_0x87ab58(0x11e)](_0x2b3b00=>{const _0x5e2a1e=_0x87ab58;!_0x25c265[_0x2b3b00]&&(_0x25c265[_0x2b3b00]=[]);const _0x1d4993=new Set((_0x25c265[_0x2b3b00]||[])['map'](_0x5c99e4=>_0x5c99e4[TestFrameworkConstants[_0x5e2a1e(0x1b8)]]||_0x5c99e4[_0x5e2a1e(0x21e)]));(_0x3bf0be[_0x2b3b00]||[])[_0x5e2a1e(0x11e)](_0x50c392=>{const _0x380873=_0x5e2a1e,_0x2af1d5=_0x50c392[TestFrameworkConstants[_0x380873(0x1b8)]]||_0x50c392[_0x380873(0x21e)];if(!_0x1d4993['has'](_0x2af1d5)){const _0x1d6f23={..._0x50c392},_0x6cb3da=_0x1d6f23;!_0x6cb3da[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x6cb3da[_0x380873(0x24d)]&&(_0x6cb3da[TestFrameworkConstants[_0x380873(0x233)]]=new Date()[_0x380873(0x1a7)]()),!_0x6cb3da[TestFrameworkConstants[_0x380873(0x125)]]&&!_0x6cb3da['hook_result']&&(_0x6cb3da[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x25c265[_0x2b3b00][_0x380873(0x144)](_0x6cb3da);}});});if(_0x24265f[_0x87ab58(0x147)]){this[_0x87ab58(0x10a)](_0x24265f[_0x87ab58(0x147)]);const _0x87699b=this[_0x87ab58(0x1dd)](_0x24265f[_0x87ab58(0x147)]),_0x3f77d9=this[_0x87ab58(0x169)](_0x24265f[_0x87ab58(0x147)]);_0x3f77d9[_0x87ab58(0x11e)](_0x3c7a40=>{const _0x329d66=_0x87ab58,_0x3fbff6=_0x87699b[_0x329d66(0x185)](_0x3c7a40);if(_0x3fbff6&&(_0x25e278[_0x329d66(0xf8)](_0x3fbff6[_0x329d66(0x107)],_0x25e278['esDvB'])||_0x25e278[_0x329d66(0x1ed)](_0x3fbff6[_0x329d66(0x107)],_0x25e278[_0x329d66(0x177)]))){const _0x113f55=_0x3fbff6[_0x329d66(0x107)][_0x329d66(0x10f)]()[_0x329d66(0x23e)](_0x25e278[_0x329d66(0xf9)],_0x25e278[_0x329d66(0xcb)]),_0x212d9f=_0x113f55;!_0x25c265[_0x212d9f]&&(_0x25c265[_0x212d9f]=[]);const _0x2925a1=_0x25c265[_0x212d9f][_0x329d66(0x1b2)](_0x424c5f=>(_0x424c5f[TestFrameworkConstants[_0x329d66(0x1b8)]]||_0x424c5f[_0x329d66(0x21e)])===_0x3c7a40);!_0x2925a1&&_0x25c265[_0x212d9f][_0x329d66(0x144)]({'key':_0x212d9f,[TestFrameworkConstants[_0x329d66(0x1b8)]]:_0x3c7a40,[TestFrameworkConstants[_0x329d66(0x125)]]:TestFrameworkConstants[_0x329d66(0x1bd)],[TestFrameworkConstants[_0x329d66(0x174)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x329d66(0x233)]]:new Date()[_0x329d66(0x1a7)](),[TestFrameworkConstants[_0x329d66(0x1ff)]]:[],[TestFrameworkConstants[_0x329d66(0x21b)]]:_0x3fbff6[_0x329d66(0x130)]||_0x3fbff6[_0x329d66(0x107)]+_0x329d66(0x14e),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42f66});}});}if(_0x1d7ec4[_0x87ab58(0x244)]&&_0x25e278[_0x87ab58(0xf7)](_0x1d7ec4['hooks'][_0x87ab58(0x16a)],0x0))_0x4c4a74[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1d7ec4['hooks'],logger[_0x87ab58(0x128)](_0x25e278[_0x87ab58(0x101)]);else _0x25e278[_0x87ab58(0xf7)](Object[_0x87ab58(0x11d)](_0x25c265)[_0x87ab58(0x16a)],0x0)&&(_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x190)]]=_0x25c265,logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x25c265)[_0x87ab58(0x24c)](',')));const _0x5090d6=this['getJestTestName'](_0x1d7ec4);logger[_0x87ab58(0x128)](_0x87ab58(0x149)+_0x5090d6+_0x87ab58(0x1d5)+_0x15d010+_0x87ab58(0x162)+_0x4cc9a9+_0x87ab58(0x117)+_0x1d7ec4['duration']);_0x25e278[_0x87ab58(0xf8)](_0x4cc9a9,_0x25e278[_0x87ab58(0x1a8)])&&logger[_0x87ab58(0x128)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x15d010+_0x87ab58(0x19b)+_0x4c4a74[TestFrameworkConstants[_0x87ab58(0x202)]]+',\x20failureReason='+_0x4c4a74[TestFrameworkConstants[_0x87ab58(0xf0)]]?.[_0x87ab58(0x1ca)](0x0,0xc8));const _0x4fd454={};return _0x4fd454[_0x15d010]=_0x4c4a74,_0x4fd454;}[a71_0x476389(0x1c4)](_0x497921){const _0x3010ec=a71_0x476389,_0x461a8f={};_0x461a8f[_0x3010ec(0x135)]=function(_0x5ab271,_0x23bdb9){return _0x5ab271!==_0x23bdb9;},_0x461a8f[_0x3010ec(0x13a)]=_0x3010ec(0x1df);const _0x220781=_0x461a8f,_0x2a27c6={};_0x2a27c6[_0x3010ec(0x1a4)]=0x2,_0x2a27c6[_0x3010ec(0x215)]=0x3,logger[_0x3010ec(0x128)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x3010ec(0x1a9)](_0x497921,_0x2a27c6));const _0x7dac31=[];if(_0x497921&&_0x497921[_0x3010ec(0x239)]){let _0x399de7=_0x497921[_0x3010ec(0x239)];while(_0x399de7&&_0x399de7[_0x3010ec(0x130)]&&_0x220781[_0x3010ec(0x135)](_0x399de7['name'],'')&&_0x220781[_0x3010ec(0x135)](_0x399de7[_0x3010ec(0x130)],_0x220781[_0x3010ec(0x13a)])){_0x7dac31[_0x3010ec(0x144)](_0x399de7[_0x3010ec(0x130)]),_0x399de7=_0x399de7['parent'];}}return _0x7dac31[_0x3010ec(0x1e4)]();}[a71_0x476389(0x24b)](_0x4cec84){const _0x3319ba=a71_0x476389,_0x124fcb={};_0x124fcb[_0x3319ba(0x164)]=_0x3319ba(0x201);const _0x4f0b58=_0x124fcb;if(_0x4cec84[_0x3319ba(0x130)])return _0x4cec84[_0x3319ba(0x130)];if(_0x4cec84[_0x3319ba(0x12f)])return _0x4cec84['title'];return _0x4f0b58[_0x3319ba(0x164)];}[a71_0x476389(0x193)](_0x12ddfe){const _0x599f2a=a71_0x476389,_0x70812c=[];if(_0x12ddfe[_0x599f2a(0x1d6)]&&Array[_0x599f2a(0x10e)](_0x12ddfe[_0x599f2a(0x1d6)]))return _0x12ddfe[_0x599f2a(0x1d6)]['map'](_0x4b310e=>_0x4b310e[_0x599f2a(0x1cd)]('@')?_0x4b310e['substr'](0x1):_0x4b310e);const _0x249135=this[_0x599f2a(0x24b)](_0x12ddfe),_0x26570d=_0x249135[_0x599f2a(0x1fb)](/@(\w+)/g);if(_0x26570d)return _0x26570d[_0x599f2a(0x1ac)](_0x14081d=>_0x14081d['slice'](0x1));return _0x12ddfe[_0x599f2a(0xfd)]&&Array[_0x599f2a(0x10e)](_0x12ddfe['scopes'])&&_0x12ddfe[_0x599f2a(0xfd)][_0x599f2a(0x11e)](_0x265390=>{const _0x452ee7=_0x599f2a,_0x3a9031=_0x265390[_0x452ee7(0x1fb)](/@(\w+)/g);_0x3a9031&&_0x3a9031[_0x452ee7(0x11e)](_0x5ddc8a=>{const _0x37d894=_0x452ee7,_0x367a13=_0x5ddc8a['slice'](0x1);!_0x70812c['includes'](_0x367a13)&&_0x70812c[_0x37d894(0x144)](_0x367a13);});}),_0x70812c;}[a71_0x476389(0x156)](_0x598364){const _0x5b230d=a71_0x476389,_0x100fec={'vLWKI':function(_0x5b4a55,_0x14d72e){return _0x5b4a55(_0x14d72e);},'uAUHK':_0x5b230d(0x154)};if(_0x598364['file_name'])return _0x598364[_0x5b230d(0x140)];if(_0x598364[_0x5b230d(0x187)]){const _0x516abe=_0x100fec['vLWKI'](require,_0x100fec[_0x5b230d(0x112)]);try{const _0x404ab5=_0x516abe['parse'](_0x598364['asyncError']);if(_0x404ab5[0x0]&&_0x404ab5[0x0][_0x5b230d(0xf4)])return _0x404ab5[0x0][_0x5b230d(0xf4)]();}catch(_0x34abf7){logger[_0x5b230d(0x128)](_0x5b230d(0xe9)+util[_0x5b230d(0x15d)](_0x34abf7));}}return null;}[a71_0x476389(0xdb)](_0x7626ab){const _0x21c8a4=a71_0x476389,_0x357ac4={};_0x357ac4[_0x21c8a4(0x132)]=function(_0x4a12a2,_0x2e565c){return _0x4a12a2>_0x2e565c;},_0x357ac4['jxfUq']=_0x21c8a4(0x13f);const _0x5bef1e=_0x357ac4;if(_0x7626ab['errorsDetailed']&&_0x5bef1e[_0x21c8a4(0x132)](_0x7626ab['errorsDetailed']['length'],0x0))return util[_0x21c8a4(0x1a9)](_0x7626ab[_0x21c8a4(0x11c)][0x0]);if(_0x7626ab[_0x21c8a4(0xe6)])return _0x7626ab[_0x21c8a4(0xe6)];return _0x5bef1e['jxfUq'];}[a71_0x476389(0xc2)](_0x432064){const _0x30ce9e=a71_0x476389,_0x3e25c1={};_0x3e25c1['BmwcI']=_0x30ce9e(0x218),_0x3e25c1[_0x30ce9e(0x243)]=_0x30ce9e(0x150),_0x3e25c1[_0x30ce9e(0x248)]=_0x30ce9e(0xfe);const _0x3f3673=_0x3e25c1,_0x1210bd=this['getJestFailureReason'](_0x432064);if(_0x1210bd&&_0x1210bd[_0x30ce9e(0x161)](_0x3f3673['BmwcI']))return _0x3f3673[_0x30ce9e(0x243)];return _0x3f3673[_0x30ce9e(0x248)];}[a71_0x476389(0x199)](_0x2ed407){const _0x3a6dab=a71_0x476389,_0x3c6949={'ITVBA':function(_0x1549a2,_0xb3f2c2){return _0x1549a2(_0xb3f2c2);},'sKLjV':'../../../helpers/test-observability/utils','IUVyq':function(_0x133df3,_0x30cdb6){return _0x133df3!==_0x30cdb6;},'HuJXE':_0x3a6dab(0x170)},{failureData:_0x3ff9c4}=_0x3c6949['ITVBA'](require,_0x3c6949[_0x3a6dab(0x142)]),_0x4cb2bc=[];return _0x3c6949[_0x3a6dab(0x110)](_0x2ed407[_0x3a6dab(0x11c)],undefined)&&_0x4cb2bc[_0x3a6dab(0x144)](_0x2ed407[_0x3a6dab(0x11c)],_0x3c6949['HuJXE']),_0x3ff9c4[_0x3a6dab(0x13c)](null,_0x4cb2bc);}async[a71_0x476389(0x1e7)](_0x249612,_0x188982,_0x2242b4,_0x55f273){const _0x42e9ea=a71_0x476389,_0x2ad2b5={'dYDnU':_0x42e9ea(0x167),'qiHvV':function(_0xc52e4){return _0xc52e4();},'MRnfu':function(_0x246f81,_0xeab49c){return _0x246f81 in _0xeab49c;},'StHIP':function(_0xc73147,_0x4f45f6){return _0xc73147===_0x4f45f6;},'dExUw':function(_0x1e9b7a,_0x3e2a2c){return _0x1e9b7a===_0x3e2a2c;},'jGFTZ':function(_0x36e466,_0x1433d9){return _0x36e466>_0x1433d9;},'Rqrzi':'failed','PogaW':_0x42e9ea(0x102),'xzlzg':function(_0x18cf58,_0xfa6fa2){return _0x18cf58>_0xfa6fa2;},'drRpy':function(_0x4d0187,_0x25e855){return _0x4d0187!==_0x25e855;}},{hookData:_0x3cdaa0}=_0x55f273,_0x5120f6=_0x2242b4[_0x42e9ea(0x1c9)](),_0x382eee=_0x188982[_0x42e9ea(0x1c9)](),_0x53e1cd={};_0x53e1cd[_0x42e9ea(0x1a4)]=0x2,_0x53e1cd[_0x42e9ea(0x215)]=0x3,logger[_0x42e9ea(0x128)](_0x42e9ea(0x24a)+_0x382eee+',\x20hookState='+_0x5120f6+_0x42e9ea(0x1e2)+util['inspect'](_0x3cdaa0,_0x53e1cd));if(!_0x3cdaa0)return logger[_0x42e9ea(0x128)](_0x2ad2b5[_0x42e9ea(0xcc)]),{};const _0x4ba774=_0x3cdaa0[_0x42e9ea(0x195)]||_0x3cdaa0[_0x42e9ea(0x1ef)]||_0x2ad2b5[_0x42e9ea(0x211)](uuidv4),_0x4713e5=_0x3cdaa0[_0x42e9ea(0x208)]||this[_0x42e9ea(0xd1)](_0x3cdaa0),_0x21d180=_0x188982[_0x42e9ea(0x1c9)]()[_0x42e9ea(0x15a)]('.')[0x1],_0x4741d7=_0x249612['getAllData']()['get'](_0x4713e5),_0x577c1f=_0x4741d7?_0x4741d7[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x42e9ea(0x191)+_0x4ba774+_0x42e9ea(0x1d5)+_0x4713e5+_0x42e9ea(0x213)+_0x21d180+',\x20hookState='+_0x5120f6);if(!_0x4741d7)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x4713e5+',\x20storing\x20as\x20pending\x20hook'),this[_0x42e9ea(0x15f)](_0x249612,_0x4713e5,_0x188982,_0x2242b4,_0x55f273),{};let _0x3320c8=_0x4741d7[TestFrameworkConstants[_0x42e9ea(0x1b4)]];!_0x3320c8&&(_0x3320c8={});!_0x2ad2b5['MRnfu'](_0x21d180,_0x3320c8)&&(_0x3320c8[_0x21d180]=[]);let _0x30f9d7=_0x4741d7[TestFrameworkConstants[_0x42e9ea(0x190)]];!_0x30f9d7&&(_0x30f9d7={});!_0x2ad2b5[_0x42e9ea(0x1dc)](_0x21d180,_0x30f9d7)&&(_0x30f9d7[_0x21d180]=[]);const _0x51d188={[TestFrameworkConstants[_0x42e9ea(0x1b4)]]:_0x3320c8,[TestFrameworkConstants[_0x42e9ea(0x190)]]:_0x30f9d7},_0x4b008e={};_0x4b008e[_0x4713e5]=_0x51d188;const _0x3b81bd=_0x4b008e;if(_0x2ad2b5['StHIP'](_0x2242b4,HookState[_0x42e9ea(0xde)])){const _0x55f59c={'key':_0x21d180,[TestFrameworkConstants[_0x42e9ea(0x1b8)]]:_0x4ba774,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x42e9ea(0x174)]]:_0x3cdaa0[_0x42e9ea(0x127)]||new Date()[_0x42e9ea(0x1a7)](),[TestFrameworkConstants[_0x42e9ea(0x1ff)]]:[],[TestFrameworkConstants[_0x42e9ea(0x21b)]]:_0x3cdaa0[_0x42e9ea(0x130)]||_0x3cdaa0[_0x42e9ea(0x216)]||_0x21d180,[TestFrameworkConstants[_0x42e9ea(0x1fc)]]:_0x577c1f};_0x3320c8[_0x21d180][_0x42e9ea(0x144)](_0x55f59c),_0x3b81bd[_0x4713e5][TestFrameworkConstants[_0x42e9ea(0x1c7)]]=_0x21d180;const _0x13b132={};_0x13b132[_0x42e9ea(0x1a4)]=0x2,logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x21d180+_0x42e9ea(0x1e8)+_0x4ba774+_0x42e9ea(0x1d5)+_0x4713e5+_0x42e9ea(0x19d)+util['inspect'](_0x55f59c,_0x13b132));}else{if(_0x2ad2b5['dExUw'](_0x2242b4,HookState['POST'])){const _0x55706f=_0x3cdaa0[_0x42e9ea(0x18c)]||(_0x3cdaa0[_0x42e9ea(0x11c)]&&_0x2ad2b5[_0x42e9ea(0x14b)](_0x3cdaa0[_0x42e9ea(0x11c)][_0x42e9ea(0x16a)],0x0)?_0x2ad2b5['Rqrzi']:_0x2ad2b5['PogaW']),_0x36ec48=_0x3320c8[_0x21d180]||[];logger[_0x42e9ea(0x128)](_0x42e9ea(0x224)+_0x21d180+_0x42e9ea(0x1d5)+_0x4713e5+',\x20result='+_0x55706f+_0x42e9ea(0x210)+_0x36ec48[_0x42e9ea(0x16a)]);if(_0x2ad2b5[_0x42e9ea(0x17b)](_0x36ec48[_0x42e9ea(0x16a)],0x0)){const _0x1d6c15=_0x36ec48['pop']();_0x2ad2b5[_0x42e9ea(0x124)](_0x55706f,_0x2ad2b5['Rqrzi'])&&_0x3cdaa0[_0x42e9ea(0x11c)]?(_0x1d6c15[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x3cdaa0),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0xce)]]=this[_0x42e9ea(0xdb)](_0x3cdaa0),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x129)]]=this['getJestFailureData'](_0x3cdaa0),logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x21d180+_0x42e9ea(0x19b)+_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x16d)]]+_0x42e9ea(0x11f)+_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0xce)]]?.['substring'](0x0,0xc8))):_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x125)]]=_0x2ad2b5[_0x42e9ea(0x15e)];_0x2ad2b5['drRpy'](_0x55706f,TestFrameworkConstants[_0x42e9ea(0x1bd)])&&(_0x1d6c15[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x55706f);_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x233)]]=_0x3cdaa0[_0x42e9ea(0x148)]||new Date()[_0x42e9ea(0x1a7)](),_0x1d6c15[TestFrameworkConstants[_0x42e9ea(0x1fc)]]=_0x577c1f;const _0x43b303=_0x1d6c15[TestFrameworkConstants['KEY_HOOK_ID']];!_0x30f9d7[_0x21d180]&&(_0x30f9d7[_0x21d180]=[]);_0x30f9d7[_0x21d180]['push'](_0x1d6c15),_0x3b81bd[_0x4713e5][TestFrameworkConstants[_0x42e9ea(0x168)]]=_0x21d180;const _0x20130a={};_0x20130a[_0x42e9ea(0x1a4)]=0x2,logger[_0x42e9ea(0x128)](_0x42e9ea(0x217)+_0x21d180+_0x42e9ea(0x1e8)+_0x43b303+',\x20result='+_0x55706f+_0x42e9ea(0x19d)+util[_0x42e9ea(0x1a9)](_0x1d6c15,_0x20130a));}}}const _0x3885ca={};return _0x3885ca['depth']=0x2,_0x3885ca[_0x42e9ea(0x215)]=0x3,logger[_0x42e9ea(0x128)]('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x3cdaa0[_0x42e9ea(0x216)]||_0x21d180)+_0x42e9ea(0x1e8)+_0x4ba774+',\x20testId='+_0x4713e5+',\x20updates='+util['inspect'](_0x3b81bd,_0x3885ca)),_0x3b81bd;}[a71_0x476389(0x1f5)](_0x27cae5){const _0xde7859=a71_0x476389,_0x3198c1={};_0x3198c1[_0xde7859(0x143)]=_0xde7859(0x1e3);const _0x28da25=_0x3198c1;try{const _0x5f2b64=_0x27cae5['test']?this['getJestTestIdentifier'](_0x27cae5[_0xde7859(0x170)]):_0x27cae5[_0xde7859(0x165)][_0xde7859(0x208)],_0x2143c2=_0x27cae5['instance'],_0x35a203=_0x2143c2['getContext'](),_0x460461=_0x2143c2['getAllData']()[_0xde7859(0x185)](_0x5f2b64);if(!_0x460461)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5f2b64),{};const {[TestFrameworkConstants[_0xde7859(0x184)]]:_0x3cff91='',[TestFrameworkConstants[_0xde7859(0x1ae)]]:_0x22f673='',[TestFrameworkConstants[_0xde7859(0x183)]]:_0x10077d='',[TestFrameworkConstants[_0xde7859(0x116)]]:_0x105a1d=''}=_0x460461,_0x29387d=_0x2143c2[_0xde7859(0x23b)]()[_0xde7859(0x1c9)]()['split']('.')[0x1],_0xf4228c=_0x2143c2[_0xde7859(0x11b)]()['toString']()[_0xde7859(0x15a)]('.')[0x1],_0x48f041=global?.[_0xde7859(0xd8)]?.[_0xde7859(0x19c)]?.[_0xde7859(0x188)],_0x34b2ae=_0x2143c2[_0xde7859(0x227)](),_0x271bca=Buffer['from'](JSON[_0xde7859(0x120)](_0x460461))[_0xde7859(0x1c9)](_0x28da25[_0xde7859(0x143)]),_0x3601b2={'hash':_0x35a203[_0xde7859(0x13e)](),'threadId':_0x35a203[_0xde7859(0x228)]()['toString'](),'processId':_0x35a203['getProcessId']()['toString']()},_0x674fee={};_0x674fee[_0xde7859(0x158)]=_0x48f041,_0x674fee[_0xde7859(0x1bb)]=_0x3cff91,_0x674fee[_0xde7859(0xc3)]=_0x22f673,_0x674fee[_0xde7859(0x1d9)]=_0x29387d,_0x674fee[_0xde7859(0x1da)]=_0xf4228c,_0x674fee[_0xde7859(0x1d1)]=_0x10077d,_0x674fee[_0xde7859(0x163)]=_0x105a1d,_0x674fee['uuid']=_0x34b2ae,_0x674fee['eventJson']=_0x271bca,_0x674fee['executionContext']=_0x3601b2,_0x674fee[_0xde7859(0x1f2)]=_0x5f2b64;const _0x401130=_0x674fee;return _0x401130;}catch(_0x51391c){return logger[_0xde7859(0xc4)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x51391c)),{};}}async[a71_0x476389(0xc9)](_0xef79ae,_0x358053,_0x4f14e7){const _0x2dac27=a71_0x476389,_0x3c7806={'ruhwl':function(_0x180b6e,_0x3a06b3){return _0x180b6e+_0x3a06b3;},'JEFOL':_0x2dac27(0x13b),'dQJfJ':_0x2dac27(0x220),'JKGHj':function(_0x341fde,_0x205800){return _0x341fde>_0x205800;},'dxtum':function(_0x921ecc,_0x28a4e7,_0x522ead,_0x426db9){return _0x921ecc(_0x28a4e7,_0x522ead,_0x426db9);},'GYySx':function(_0x1acc85,_0x551f62){return _0x1acc85-_0x551f62;},'XdtTK':function(_0x1c636d,_0x509bb0){return _0x1c636d===_0x509bb0;},'cojfw':function(_0x5a5464,_0x2be757){return _0x5a5464/_0x2be757;},'OXAdW':function(_0x2dd9ea,_0x59447f){return _0x2dd9ea<_0x59447f;},'WtKhL':function(_0x1a6ce8,_0x3f4cce){return _0x1a6ce8*_0x3f4cce;},'ddmrq':function(_0x1cdee3,_0xa32f51){return _0x1cdee3+_0xa32f51;},'jIJkM':function(_0xde2516,_0x289c31){return _0xde2516+_0x289c31;},'RGNSW':function(_0x589f2f,_0x11eedb){return _0x589f2f+_0x11eedb;}};try{const _0x2993f3=_0x4f14e7[_0x2dac27(0x16b)]||_0x4f14e7[_0x2dac27(0x176)],_0x3c2835=Array['from'](_0xef79ae['getAllData']()['keys']()),_0x1045c9=_0xef79ae[_0x2dac27(0x196)]()[_0x2dac27(0x185)](_0x2993f3);if(!_0x1045c9){logger[_0x2dac27(0x128)](_0x2dac27(0x17a)+_0x2993f3);return;}const {[TestFrameworkConstants[_0x2dac27(0x184)]]:_0x5e1a39='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3e55e9=''}=_0x1045c9;let _0x58ed8c=[];if(_0x1045c9&&_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]]&&Array[_0x2dac27(0x10e)](_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]])){_0x58ed8c=_0x1045c9[TestFrameworkConstants[_0x2dac27(0xdd)]]||[],logger[_0x2dac27(0x128)](_0x2dac27(0x180)+_0x58ed8c['length']+_0x2dac27(0x22c)+_0x2993f3);const _0x6062b7={[TestFrameworkConstants['KEY_LOGS']]:[]},_0xc91f1f={};_0xc91f1f[_0x2993f3]=_0x6062b7,_0xef79ae['addMultipleEntries'](_0xc91f1f),logger[_0x2dac27(0x128)](_0x2dac27(0x1a1)+_0x2993f3);}else logger[_0x2dac27(0x128)](_0x2dac27(0x1fd)+_0x2993f3);logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x58ed8c[_0x2dac27(0x16a)]+'\x20for\x20testId:\x20'+_0x2993f3);const _0x108b5d=_0x58ed8c[_0x2dac27(0x1af)](_0x579037=>_0x579037[_0x2dac27(0x1f1)]===_0x2dac27(0xf1));_0x3c7806[_0x2dac27(0x236)](_0x108b5d[_0x2dac27(0x16a)],0x0)&&(logger[_0x2dac27(0x128)](_0x2dac27(0x126)+_0x108b5d[_0x2dac27(0x16a)]+_0x2dac27(0xdc)+_0x2993f3),_0x108b5d[_0x2dac27(0x11e)]((_0x27c08c,_0x5db843)=>{const _0x2afc03=_0x2dac27;logger[_0x2afc03(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x3c7806['ruhwl'](_0x5db843,0x1)+'/'+_0x108b5d[_0x2afc03(0x16a)]+_0x2afc03(0xed)+(_0x27c08c[_0x2afc03(0x1f2)]||_0x3c7806[_0x2afc03(0x122)])+',\x20test_run_uuid='+(_0x27c08c['test_run_uuid']||_0x3c7806[_0x2afc03(0x122)])+',\x20hook_run_uuid='+(_0x27c08c[_0x2afc03(0x21d)]||_0x3c7806['dQJfJ'])+_0x2afc03(0x1d8)+(_0x27c08c[_0x2afc03(0x18a)]?.[_0x2afc03(0x16a)]||0x0));}));const _0x57cad4=_0x1045c9[TestFrameworkConstants[_0x2dac27(0x104)]]||{},_0x333998=_0x3c7806[_0x2dac27(0x12d)](getMediaArtifactsLogs,_0x57cad4,null,_0x2993f3),_0x12c52b=(_0x58ed8c||[])[_0x2dac27(0xca)](_0x333998||[]),_0x41f97d=_0x108b5d?.[_0x2dac27(0x16a)]||0x0,_0x23f94a=_0x3c7806[_0x2dac27(0x15c)](_0x58ed8c?.[_0x2dac27(0x16a)]||0x0,_0x41f97d);logger[_0x2dac27(0x128)](_0x2dac27(0x151)+_0x2993f3+',\x20consoleLogs:\x20'+_0x23f94a+_0x2dac27(0x1d2)+_0x41f97d+_0x2dac27(0x20e)+(_0x333998?.['length']||0x0)+_0x2dac27(0x222)+_0x12c52b[_0x2dac27(0x16a)]);if(!_0x12c52b||_0x3c7806[_0x2dac27(0x212)](_0x12c52b['length'],0x0)){logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2993f3);return;}const _0x4e04f5=0x28,_0x5a73a8=Math[_0x2dac27(0x1db)](_0x3c7806['cojfw'](_0x12c52b[_0x2dac27(0x16a)],_0x4e04f5));for(let _0x11ec43=0x0;_0x3c7806[_0x2dac27(0x108)](_0x11ec43,_0x5a73a8);_0x11ec43++){const _0xdfbeae=_0x3c7806[_0x2dac27(0x181)](_0x11ec43,_0x4e04f5),_0x349eac=_0x3c7806[_0x2dac27(0x1ba)](_0xdfbeae,_0x4e04f5),_0x5bf8df=_0x12c52b['slice'](_0xdfbeae,_0x349eac),_0xf9df35=global?.['__workerDetails']?.[_0x2dac27(0x19c)]?.['parallelIndex']||0x0,_0x276071={'platformIndex':_0xf9df35,'logs':_0x5bf8df,'testFrameworkName':_0x5e1a39,'testFrameworkVersion':_0x3e55e9,'testFrameworkState':_0x358053[_0x2dac27(0x1c9)]()[_0x2dac27(0x15a)]('.')[0x1]},_0x3fe8c3={};_0x3fe8c3['depth']=0x3,_0x3fe8c3[_0x2dac27(0x215)]=0x5,logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3c7806[_0x2dac27(0x115)](_0x11ec43,0x1)+'/'+_0x5a73a8+_0x2dac27(0x17d)+_0x2993f3+_0x2dac27(0x249)+_0x5bf8df[_0x2dac27(0x16a)]+_0x2dac27(0x242)+_0xf9df35+',\x20payload:\x20'+util[_0x2dac27(0x1a9)](_0x276071,_0x3fe8c3));const _0x3422fd=await GrpcClient[_0x2dac27(0x1e9)]()[_0x2dac27(0x1c2)](_0x276071);logger[_0x2dac27(0x128)](_0x2dac27(0x20d)+_0x3c7806[_0x2dac27(0x103)](_0x11ec43,0x1)+'/'+_0x5a73a8+_0x2dac27(0x17d)+_0x2993f3+_0x2dac27(0x23d)+util[_0x2dac27(0x1a9)](_0x3422fd));}if(_0x333998&&_0x3c7806[_0x2dac27(0x236)](_0x333998[_0x2dac27(0x16a)],0x0)&&_0x1045c9[TestFrameworkConstants[_0x2dac27(0x104)]]){const _0x2c192b={[TestFrameworkConstants[_0x2dac27(0x104)]]:{}},_0x4f11e6={};_0x4f11e6[_0x2993f3]=_0x2c192b,_0xef79ae[_0x2dac27(0xda)](_0x4f11e6);}logger[_0x2dac27(0x128)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x2993f3+_0x2dac27(0x171)+_0x5a73a8);}catch(_0x5d1b2c){logger[_0x2dac27(0xc4)](_0x2dac27(0x1cc)+(_0x4f14e7['testUUID']||_0x4f14e7[_0x2dac27(0x176)])+_0x2dac27(0x237)+util[_0x2dac27(0x15d)](_0x5d1b2c));}}[a71_0x476389(0x15f)](_0x5230f8,_0x4dc703,_0x57f041,_0x113d5d,_0x21909a){const _0x4af1d2=a71_0x476389,_0x1c7071={};_0x1c7071['AEOml']=function(_0x170e0a,_0x24b92c){return _0x170e0a===_0x24b92c;},_0x1c7071['NYZcu']=_0x4af1d2(0x1aa);const _0x37a832=_0x1c7071,{hookData:_0x297c9f}=_0x21909a,_0x4840c6={'testId':_0x4dc703,'testFrameworkState':_0x57f041,'hookState':_0x113d5d,'args':_0x21909a,'timestamp':new Date()[_0x4af1d2(0x1a7)]()};if(_0x37a832[_0x4af1d2(0x178)](_0x57f041,TestFrameworkState[_0x4af1d2(0x18f)])&&_0x297c9f){const _0x1f92af={};_0x1f92af[_0x4af1d2(0x20b)]=_0x297c9f['file_name']||_0x297c9f[_0x4af1d2(0x159)],_0x1f92af['scope']=_0x297c9f['scope']||_0x297c9f['scopes']&&_0x297c9f[_0x4af1d2(0xfd)][0x0]||'',_0x1f92af[_0x4af1d2(0x1fa)]=_0x37a832[_0x4af1d2(0x166)],_0x4840c6[_0x4af1d2(0x20a)]=_0x1f92af,logger[_0x4af1d2(0x128)](_0x4af1d2(0x204)+_0x4dc703+',\x20filePath:\x20'+_0x4840c6[_0x4af1d2(0x20a)][_0x4af1d2(0x20b)]+',\x20scope:\x20'+_0x4840c6[_0x4af1d2(0x20a)][_0x4af1d2(0xe3)]);}_0x5230f8['addPendingHook'](_0x4dc703,_0x4840c6),logger[_0x4af1d2(0x128)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x4dc703+',\x20state:\x20'+_0x57f041+_0x4af1d2(0x207)+_0x113d5d);}async[a71_0x476389(0x1e0)](_0x48d259,_0x5bb5d8){const _0xba927a=a71_0x476389,_0x460417={};_0x460417['vUBPe']=function(_0x4bf89d,_0x147221){return _0x4bf89d>_0x147221;},_0x460417[_0xba927a(0xd5)]=_0xba927a(0x133),_0x460417['iZEUZ']=function(_0x1eb64b,_0x2201bb){return _0x1eb64b===_0x2201bb;},_0x460417[_0xba927a(0xee)]=function(_0xb7e186,_0x8e2e16){return _0xb7e186===_0x8e2e16;},_0x460417[_0xba927a(0x22a)]=function(_0x22adac,_0x14ad32){return _0x22adac===_0x14ad32;},_0x460417[_0xba927a(0x1be)]=function(_0x565d22,_0xf04ecb){return _0x565d22===_0xf04ecb;},_0x460417[_0xba927a(0x1f4)]=_0xba927a(0x160),_0x460417[_0xba927a(0x10b)]=_0xba927a(0x14a);const _0x55939e=_0x460417;if(_0x48d259[_0xba927a(0x186)](_0x5bb5d8)){const _0x1c3f72=_0x48d259[_0xba927a(0x1d0)](_0x5bb5d8);logger[_0xba927a(0x128)]('Processing\x20'+_0x1c3f72[_0xba927a(0x16a)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5bb5d8);for(const _0x10d457 of _0x1c3f72){try{const _0x9c1939=await this['trackHookEvent'](_0x48d259,_0x10d457['testFrameworkState'],_0x10d457[_0xba927a(0x1da)],_0x10d457[_0xba927a(0x1ea)]);_0x9c1939&&_0x55939e[_0xba927a(0x19a)](Object[_0xba927a(0x11d)](_0x9c1939)['length'],0x0)&&_0x48d259[_0xba927a(0xda)](_0x9c1939),await this['runHooks'](_0x48d259,_0x10d457[_0xba927a(0x1d9)],_0x10d457[_0xba927a(0x1da)],_0x10d457['args']);}catch(_0x38ef5e){logger[_0xba927a(0xc4)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5bb5d8+_0xba927a(0x237)+_0x38ef5e);}}_0x48d259[_0xba927a(0x10c)](_0x5bb5d8),logger[_0xba927a(0x128)](_0xba927a(0x17c)+_0x5bb5d8);}const _0x179dbc=_0x48d259[_0xba927a(0x196)]()[_0xba927a(0x185)](_0x5bb5d8);if(_0x179dbc){const _0x5f3831=_0x179dbc[TestFrameworkConstants[_0xba927a(0x18d)]]||_0x179dbc[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x14960f=_0x179dbc[TestFrameworkConstants[_0xba927a(0x1b7)]]||_0x179dbc[TestFrameworkConstants[_0xba927a(0x155)]]&&_0x179dbc[TestFrameworkConstants[_0xba927a(0x155)]][0x0]||'';logger[_0xba927a(0x128)](_0x55939e[_0xba927a(0xd5)]);const _0x15aff8=_0x48d259['getAllPendingHookTestIds']();for(const _0x272d62 of _0x15aff8){if(_0x55939e['iZEUZ'](_0x272d62,_0x5bb5d8))continue;if(_0x48d259[_0xba927a(0x186)](_0x272d62)){const _0x503cd6=_0x48d259[_0xba927a(0x1d0)](_0x272d62);for(const _0x285ecf of _0x503cd6){if(_0x55939e[_0xba927a(0xee)](_0x285ecf[_0xba927a(0x1d9)],TestFrameworkState[_0xba927a(0x18f)])&&_0x285ecf[_0xba927a(0x20a)]){const _0x528d94=_0x285ecf[_0xba927a(0x20a)][_0xba927a(0x20b)],_0x2e0c9f=_0x285ecf[_0xba927a(0x20a)][_0xba927a(0xe3)];if(_0x55939e[_0xba927a(0x22a)](_0x528d94,_0x5f3831)&&_0x55939e[_0xba927a(0x1be)](_0x2e0c9f,_0x14960f)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x272d62+_0xba927a(0xd4)+_0x5bb5d8+_0xba927a(0xcf)+_0x528d94+_0xba927a(0x219)+_0x2e0c9f);_0x285ecf[_0xba927a(0x1ea)]&&_0x285ecf[_0xba927a(0x1ea)]['hookData']&&(_0x285ecf['args'][_0xba927a(0x165)][_0xba927a(0x208)]=_0x5bb5d8,logger['debug'](_0xba927a(0x153)+_0x272d62+'\x20to\x20'+_0x5bb5d8));try{const _0xe80271=await this[_0xba927a(0x1e7)](_0x48d259,_0x285ecf[_0xba927a(0x1d9)],_0x285ecf[_0xba927a(0x1da)],_0x285ecf[_0xba927a(0x1ea)]);_0xe80271&&_0x55939e[_0xba927a(0x19a)](Object[_0xba927a(0x11d)](_0xe80271)[_0xba927a(0x16a)],0x0)&&_0x48d259[_0xba927a(0xda)](_0xe80271);await this['runHooks'](_0x48d259,_0x285ecf[_0xba927a(0x1d9)],_0x285ecf[_0xba927a(0x1da)],_0x285ecf[_0xba927a(0x1ea)]);const _0xf53c94=_0x48d259[_0xba927a(0x1d0)](_0x272d62)[_0xba927a(0x1af)](_0x5754c2=>_0x5754c2!==_0x285ecf);if(_0x55939e[_0xba927a(0xee)](_0xf53c94[_0xba927a(0x16a)],0x0))_0x48d259[_0xba927a(0x10c)](_0x272d62);else{_0x48d259[_0xba927a(0x10c)](_0x272d62);for(const _0x360566 of _0xf53c94){_0x48d259[_0xba927a(0xf2)](_0x272d62,_0x360566);}}logger[_0xba927a(0x128)](_0x55939e[_0xba927a(0x1f4)]);}catch(_0x1b4499){logger[_0xba927a(0xc4)](_0x55939e[_0xba927a(0x10b)]);}}}}}}}}['mapTestHooks'](_0x9356b9){const _0x14567f=a71_0x476389,_0x79deca={'nwLQz':function(_0x309097){return _0x309097();}};if(!_0x9356b9||!_0x9356b9[_0x14567f(0x239)])return;_0x9356b9[_0x14567f(0x239)][_0x14567f(0x244)]&&Array[_0x14567f(0x10e)](_0x9356b9[_0x14567f(0x239)]['hooks'])&&_0x9356b9[_0x14567f(0x239)]['hooks']['forEach'](_0x338d92=>{const _0xcadaf7=_0x14567f;!_0x338d92[_0xcadaf7(0x1ef)]&&!_0x338d92['hookUUID']&&(_0x338d92[_0xcadaf7(0x1ef)]=_0x79deca[_0xcadaf7(0xe5)](uuidv4),_0x338d92[_0xcadaf7(0x16f)]=_0x338d92[_0xcadaf7(0x1ef)],logger[_0xcadaf7(0x128)](_0xcadaf7(0xdf)+_0x338d92[_0xcadaf7(0x107)]+_0xcadaf7(0x189)+_0x338d92[_0xcadaf7(0x1ef)]));}),this['mapTestHooks'](_0x9356b9[_0x14567f(0x239)]);}[a71_0x476389(0x169)](_0x545f36){const _0x588873=a71_0x476389,_0x4076e0={'GQwzZ':function(_0x2e562c,_0x3d0076){return _0x2e562c(_0x3d0076);}};if(!_0x545f36||!_0x545f36[_0x588873(0x239)])return[];const _0x1c4868=[];return _0x545f36[_0x588873(0x239)][_0x588873(0x244)]&&Array['isArray'](_0x545f36['parent'][_0x588873(0x244)])&&_0x545f36[_0x588873(0x239)][_0x588873(0x244)][_0x588873(0x11e)](_0x1ec431=>{const _0x21e4db=_0x588873,_0x5cf014=_0x1ec431['hookAnalyticsId']||_0x1ec431[_0x21e4db(0x16f)];_0x5cf014&&!this[_0x21e4db(0xc8)](_0x1ec431)&&!_0x4076e0[_0x21e4db(0xd3)](isInternalHook,_0x1ec431['fn'])&&_0x1c4868[_0x21e4db(0x144)](_0x5cf014);}),[..._0x1c4868,...this[_0x588873(0x169)](_0x545f36['parent'])];}[a71_0x476389(0x1dd)](_0x4e0d48){const _0x13fbd9=a71_0x476389,_0x2d95a7={'PJazf':function(_0x35b105,_0x4695ae){return _0x35b105(_0x4695ae);},'nYDUL':_0x13fbd9(0x197),'IBTDL':function(_0x3a239c,_0x4d9471){return _0x3a239c(_0x4d9471);}},_0x20ca25=new Map(),_0x4d399d=_0x3e80a3=>{const _0x11a310=_0x13fbd9;if(!_0x3e80a3||!_0x3e80a3[_0x11a310(0x239)])return;_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)]&&Array[_0x11a310(0x10e)](_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)])&&_0x3e80a3[_0x11a310(0x239)][_0x11a310(0x244)]['forEach'](_0x1965bc=>{const _0xeff889=_0x11a310,_0x3c622f=_0x1965bc[_0xeff889(0x1ef)]||_0x1965bc['hookUUID'];if(_0x3c622f&&!this['isJestInternalHook'](_0x1965bc)&&!_0x2d95a7[_0xeff889(0xf3)](isInternalHook,_0x1965bc['fn'])){const _0x40635b={};_0x40635b[_0xeff889(0x107)]=_0x1965bc['type']||_0x2d95a7[_0xeff889(0xe0)],_0x40635b[_0xeff889(0x130)]=_0x1965bc[_0xeff889(0x130)]||'\x22'+_0x1965bc['type']+_0xeff889(0x1f7),_0x20ca25[_0xeff889(0x12c)](_0x3c622f,_0x40635b);}}),_0x2d95a7[_0x11a310(0x121)](_0x4d399d,_0x3e80a3[_0x11a310(0x239)]);};return _0x2d95a7['PJazf'](_0x4d399d,_0x4e0d48),_0x20ca25;}['isJestInternalHook'](_0x390613){const _0x359225=a71_0x476389,_0x27e1bd={};_0x27e1bd[_0x359225(0xc6)]=_0x359225(0x22d),_0x27e1bd['UbrhL']=_0x359225(0x235);const _0x586dc2=_0x27e1bd;try{const _0x1de27d=this['getRootParentFile'](_0x390613);return _0x1de27d&&_0x1de27d['includes'](_0x586dc2[_0x359225(0xc6)]);}catch(_0x5bcd9d){logger[_0x359225(0x128)](_0x586dc2[_0x359225(0x229)]);}return![];}[a71_0x476389(0x1fe)](_0x13fb2d){const _0x1802ba=a71_0x476389;if(_0x13fb2d[_0x1802ba(0x187)])try{const _0x36902d=stackTrace['parse'](_0x13fb2d['asyncError']);return _0x36902d[0x0]?_0x36902d[0x0][_0x1802ba(0xf4)]():null;}catch(_0x4a9f46){logger[_0x1802ba(0x128)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x4a9f46));}if(_0x13fb2d['file'])return _0x13fb2d[_0x1802ba(0x192)];return null;}}function a71_0x46ab(_0x3135ca,_0x18e584){const _0x6aa72f=a71_0x6aa7();return a71_0x46ab=function(_0x46abee,_0x3c184c){_0x46abee=_0x46abee-0xc2;let _0x5b40d7=_0x6aa72f[_0x46abee];return _0x5b40d7;},a71_0x46ab(_0x3135ca,_0x18e584);}module[a71_0x476389(0x1a2)]=JestTestFramework;function a71_0x6aa7(){const _0x719e1c=['none','ZQVol',',\x20totalLogs:\x20','\x20attachments','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','eRYYA','650649PTYpvZ','getRef','getThreadId','UbrhL','vyyFx','getContext','\x20logs\x20for\x20testId:\x20','jest-circus','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getCurrentInstanceName',',\x20exception=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_EVENT_ENDED_AT','NONE','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','JKGHj',',\x20error:\x20','KEY_TEST_TAGS','parent','klqKy','getCurrentTestState','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20response=','replace','voNAD','duration',',\x20testFramework=',',\x20platformIndex:\x20','Cohgx','hooks',',\x20remainingHooks=','GnkLD','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','wuxFc',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getJestTestName','join','event_ended_at','tSxPN','getJestFailureType','testFrameworkVersion','error','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','bgFkt','status','isJestInternalHook','sendLogCreatedEvent','concat','YlKEJ','dYDnU','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON',',\x20filePath:\x20','jmEZM','getJestTestIdentifier','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','GQwzZ',',\x20currentTestId:\x20','wztmb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20&\x20hookState=','__workerDetails','172070hyIMBk','addMultipleEntries','getJestFailureReason','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_LOGS','PRE','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','nYDUL','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','./constants/testFrameworkConstants.js','scope','IYLhb','nwLQz','failure_reason','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','../grpcClient','\x20-\x20test_identifier=','wGHsm','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','TEST_SCREENSHOT','addPendingHook','PJazf','getFileName','FtIwD','843332KqWgmk','jcgRq','lSleH','fJJKN',':testAnalyticsId','../cliUtils.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','scopes','UnhandledError','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','jvlVl','passed','RGNSW','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','type','OXAdW','KEY_TEST_UUID','mapTestHooks','HOQoW','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','isArray','toUpperCase','IUVyq','\x20files','uAUHK','POST','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','jIJkM','KEY_TEST_ENDED_AT',',\x20duration=','trackJestInstance','warn','zWtsv','getCurrentHookState','errorsDetailed','keys','forEach',',\x20failureReason=','stringify','IBTDL','JEFOL','parseJestTest','StHIP','KEY_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','started_at','debug','KEY_HOOK_FAILURE','removeActiveHook','matchHookRegex','set','dxtum','has','title','name','trackEvent','KaIgU','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getTrackedInstance','GlEwd','qpAdi','KEY_TEST_NAME','\x20(testIdentifier)','GALSC','xSIBL','missing','apply','KEY_TEST_FAILURE','getId','Unknown\x20error','file_name','retryOf','sKLjV','uLGYI','push','setActiveHook','LOG_REPORT','originalTest','finished_at','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','jGFTZ','instance','24ZuFTjy','\x20hook','../../../helpers/test-observability/utils','AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','38660vMoHmi','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','stack-trace','KEY_TEST_SCOPES','getJestTestFilePath','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','platformIndex','location','split','trackJestInstance:\x20created\x20instance\x20for\x20target=','GYySx','format','PogaW','storePendingHook','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','includes','\x20(testIdentifier),\x20result=','endedAt','EkiNN','hookData','NYZcu','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_HOOK_LAST_FINISHED','getHooksForTest','length','testUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','mHBlm','hookUUID','test',',\x20totalBatches:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20',',\x20totalHooks=','KEY_EVENT_STARTED_AT','fbgBc','testId','sBLwL','AEOml','afterAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','xzlzg','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','\x20-\x20testId:\x20','skip','tjCtB','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WtKhL','TEST','KEY_TEST_STARTED_AT','KEY_TEST_FRAMEWORK_NAME','get','hasPendingHooks','asyncError','parallelIndex',',\x20hookUUID=','message','\x22\x20from\x20testData','result','KEY_TEST_FILE_PATH','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','BEFORE_ALL','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','file','getJestTestTags','getTestFrameworksVersions','uuid','getAllData','unknown','KEY_TEST_LOCATION','getJestFailureData','vUBPe',',\x20failureType=','workerInfo',',\x20hook=','pvViH','KEY_AUTOMATE_SESSION_NAME',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','exports','skipped','depth','10FmSbAH',',\x20hookType=','toISOString','RrjZO','inspect','beforeAll','parseJestTestResult','map','\x20(testIdentifier),\x20tags=','KEY_TEST_FRAMEWORK_VERSION','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','getTestFrameworks','find','../../../helpers/classLogger.js','KEY_HOOKS_STARTED','resolveInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_TEST_SCOPE','KEY_HOOK_ID','KEY_TEST_ID','ddmrq','testFrameworkName','KEY_TEST_RESULT_AT','DEFAULT_HOOK_RESULT','aLEBy','PyEgu',',\x20filePath=','splice','logCreatedEvent','util','getJestTestScopes','KEY_TEST_LOGS','../instances/trackedInstance.js','KEY_HOOK_LAST_STARTED','UgXmW','toString','substring','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','startsWith','findIndex','testData','getPendingHooks','startedAt',',\x20screenshotLogs:\x20','trackJestInstance:\x20instance\x20already\x20exists','1492839HhTlMc',',\x20testId=','tags','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20messageLength=','testFrameworkState','hookState','ceil','MRnfu','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','ROOT_DESCRIBE_BLOCK','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20hookData=','base64','reverse','KEY_TEST_RESULT','ujrQc','trackHookEvent',',\x20hookId=','getInstance','args',',\x20argsKeys=','KEY_TEST_RETRY_OF','jGkJx','activeHooks','hookAnalyticsId','KEY_TEST_CODE','kind','test_identifier','createContext','AkcZn','createTestFrameworkEventPayload','ALL','\x22\x20hook','1465386uEully','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','hookType','match','KEY_CUSTOM_TAGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getRootParentFile','KEY_HOOK_LOGS','pid','Unknown\x20Test','KEY_TEST_FAILURE_TYPE','DEFAULT_TEST_RESULT','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','../TestInfo.js','getActiveHook',',\x20hookState:\x20','test_run_id','1327628HqPWap','hookMetadata','filePath',',\x20target=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20attachmentLogs:\x20','./testFramework',',\x20hooksListLength=','qiHvV','XdtTK','\x20(testIdentifier),\x20hookType=',',\x20state=','maxArrayLength','hook_type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Assert',',\x20scope:\x20','SJREx','KEY_HOOK_NAME','../instances/testFrameworkInstance.js','hook_run_uuid','hook_id','PrAID'];a71_0x6aa7=function(){return _0x719e1c;};return a71_0x6aa7();}
|
|
1
|
+
function a71_0x5c51(_0x4671f2,_0x5d8048){const _0x1262f8=a71_0x1262();return a71_0x5c51=function(_0x5c516e,_0x39a050){_0x5c516e=_0x5c516e-0x1dc;let _0x298771=_0x1262f8[_0x5c516e];return _0x298771;},a71_0x5c51(_0x4671f2,_0x5d8048);}const a71_0x1b56eb=a71_0x5c51;(function(_0xa54ea7,_0xbae9b4){const _0x26759b=a71_0x5c51,_0x1cbcce=_0xa54ea7();while(!![]){try{const _0x3a398e=parseInt(_0x26759b(0x342))/0x1+parseInt(_0x26759b(0x202))/0x2*(parseInt(_0x26759b(0x212))/0x3)+parseInt(_0x26759b(0x225))/0x4+-parseInt(_0x26759b(0x31f))/0x5+parseInt(_0x26759b(0x2cd))/0x6+-parseInt(_0x26759b(0x226))/0x7*(parseInt(_0x26759b(0x2df))/0x8)+-parseInt(_0x26759b(0x29c))/0x9;if(_0x3a398e===_0xbae9b4)break;else _0x1cbcce['push'](_0x1cbcce['shift']());}catch(_0x2e26c5){_0x1cbcce['push'](_0x1cbcce['shift']());}}}(a71_0x1262,0xb472a));function a71_0x1262(){const _0x41efe9=['iCgKn','vTnMv','storePendingHook','../TestInfo.js','stringify','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hAfFy','maxArrayLength','skipped','hook_type','NUApL','nFTmJ','parent','instance',',\x20hookUUID=','KEY_HOOKS_STARTED','4012496bFZuZX','21TqCSiU','KEY_HOOK_LOGS','setTrackedInstance','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','originalTest','scope','PnLGB','clHEI','Jzmlq','ZsiiO','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','fTDEf','findIndex','\x20(testIdentifier),\x20tags=','KEY_TEST_META','logCreatedEvent','Assert',',\x20messageLength=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_EVENT_ENDED_AT','tCRok','substr','event_ended_at','CUHTx','file_name','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','delete','none','inspect',',\x20testId=','LOG_REPORT','../instances/trackedInstance.js','getPendingHooks','exports','QQpmB','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_FAILURE_REASON','szIkw','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','QgnBq','jest-circus','includes','slice','\x20logs\x20for\x20testId:\x20','hookState','reverse',',\x20version=','testFrameworkName','\x20(testIdentifier),\x20result=','getId','length','testFrameworkVersion','oDfnn','from','hookType','KEY_HOOK_FAILURE_REASON','../cliUtils.js','apply','thtCY','bHugS','trackJestInstance:\x20instance\x20already\x20exists','Uiipb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getActiveHook','splice','addMultipleEntries','KEY_HOOK_NAME','status','FwHTs','warn','DEFAULT_TEST_RESULT','zXlcz','parseJestTestResult',',\x20logsInBatch:\x20','gZtZe',',\x20target=','setActiveHook','ALL','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BCdaG','aOPlJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','skip','testUUID',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20totalLogs:\x20','getHooksForTest',',\x20attachmentLogs:\x20','Adiah','KiYnZ',',\x20failureType=','getContext','keys','workerInfo','forEach',',\x20result=','isJestInternalHook','getCurrentInstanceName','retryOf','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','has','util','getJestTestName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','eventJson','DACUC','getCurrentTestState','debug','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','duration','createContext','895824BHDONA','../state/testFrameworkState.js','name','PiNct',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','nzseL','vEFPl','yWlzu',',\x20hookState=','qxakD','testFrameworkState','errorsDetailed','cuYhP',',\x20currentTestId:\x20','KEY_TEST_FAILURE_TYPE','\x20-\x20testId:\x20','test',',\x20error:\x20','runHooks','UQAKD','processPendingHooks','stack-trace','isArray','JestTestFramework','ROOT_DESCRIBE_BLOCK','map','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KVjQh',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','base64','platformIndex','HtIxo','azZuk','PRE','XMAZm',',\x20filePath=','match',',\x20filePath:\x20','fDJDD','hvvoz','trackJestInstance:\x20created\x20instance\x20for\x20target=','qgBgo','MvAql','\x20for\x20testId:\x20','getJestTestIdentifier','1581684sEOPeS','oXKRP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','WllAb','matchHookRegex','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','ZclkI',',\x20exception=','qoamQ','addPendingHook','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','toISOString','getJestFailureType','UUZdC','BEFORE_ALL','toString','3372568JVmhnB','KEY_TEST_STARTED_AT','dVfRF','finished_at',',\x20totalBatches:\x20','getRef','buildHookMapFromTest','KEY_TEST_RETRY_OF','fzVWT',',\x20contextId=',',\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','BRxbU','BEKOc','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','executionContext','Mkyvv','format','scopes','args','\x20to\x20','depth','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','kxzWa','hasPendingHooks','KEY_TEST_FAILURE','ReZRB','pop','test_run_id','EXxtr','\x20(testIdentifier),\x20hookType=','asyncError','sendLogCreatedEvent','\x22\x20from\x20testData','message','parseJestTest','testData','../state/hookState.js','KEY_TEST_RERUN_NAME','KEY_TEST_SCOPE','./testFramework',',\x20totalHooks=','concat','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookId=','hookData','KEY_TEST_LOCATION','endedAt','passed','../../../helpers/test-observability/utils','trackEvent','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','OHlJc','beforeAll','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','failed','getAllPendingHookTestIds','split','1731745WqzqlE','set','bzHbB','Processing\x20','substring','WgTsb','KEY_TEST_RESULT','POST','unknown','resolveInstance','KEY_HOOKS_FINISHED','kind','KEY_TEST_DURATION','KEY_TEST_ATTACHMENTS','TEST_SCREENSHOT','KEY_TEST_CODE','QCbTC','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','type','failure_reason','getFileName','NLjrb','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','SNZig','KEY_LOGS','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20storing\x20as\x20pending\x20hook','uuid','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','tags','XKJHj','../../../helpers/helper.js','getCurrentHookState','900776uKzrEj','getJestFailureData','trackJestInstance','KEY_TEST_FILE_PATH',',\x20hookData=','../grpcClient','hookMetadata','cjTrP','qSPzy','filter','test_identifier','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','XJEbs',',\x20payload:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KbSFh','file','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','hookAnalyticsId',',\x20hook=','WeLwa','KEY_TEST_UUID','hooks',',\x20response=','trackHookEvent','removePendingHooks','result','getTestFrameworks','OcmoW','getRootParentFile','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','DEFAULT_HOOK_RESULT','TEST','BAlKR','aYsLi',',\x20screenshotLogs:\x20','TVqsI','UPRMa',',\x20failureReason=','started_at','getJestTestFilePath','\x20attachments','hookUUID','Yzrkv',',\x20scope:\x20','ceil','qKYmL','SxHsK','testId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_run_uuid','parallelIndex','activeHooks',',\x20hooksListLength=','dZJsS','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_SCOPES','lwltW','\x20files','get',',\x20testData=','\x20&\x20hookState=','hxFKg','getInstance','push','UnhandledError','toUpperCase','missing','startedAt','\x20pending\x20hooks\x20for\x20testId:\x20','HzdFf','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x22\x20hook','xgGZt','KEY_TEST_LOGS','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','UGcbX','getJestFailureReason','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','pid','../../../helpers/classLogger.js','uSUHS','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','hook_id','getThreadId','title','KEY_CUSTOM_TAGS','\x20-\x20test_identifier=','THdzt',',\x20testFramework=',',\x20remainingHooks=','13438rlJvSc','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','uBzgQ','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20argsKeys=','KEY_TEST_NAME','startsWith','filePath','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_ID','./constants/testFrameworkConstants.js','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','parse','126MJFbhV','getAllData','KEY_HOOK_RESULT'];a71_0x1262=function(){return _0x41efe9;};return a71_0x1262();}const TestFramework=require(a71_0x1b56eb(0x309)),TestFrameworkState=require(a71_0x1b56eb(0x29d)),HookState=require(a71_0x1b56eb(0x306)),{createClassLogger}=require(a71_0x1b56eb(0x1f6)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x1b56eb(0x260)),TrackedInstance=require(a71_0x1b56eb(0x247)),TestFrameworkConstants=require(a71_0x1b56eb(0x20d)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x1b56eb(0x340)),{isInternalHook}=require(a71_0x1b56eb(0x313)),logger=createClassLogger(a71_0x1b56eb(0x2b4)),{v4:uuidv4}=require(a71_0x1b56eb(0x33b)),util=require(a71_0x1b56eb(0x290)),TestInfo=require(a71_0x1b56eb(0x218)),GrpcClient=require(a71_0x1b56eb(0x347)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x14416f,_0x1da0eb,_0xf378b4){const _0x39962c=a71_0x1b56eb;super(_0x14416f,_0x1da0eb,_0xf378b4),this[_0x39962c(0x37a)]=new Map();}[a71_0x1b56eb(0x274)](_0x14429e,_0x14eeb1,_0x430b8c){const _0x4771a6=a71_0x1b56eb,_0x5da718={};_0x5da718[_0x4771a6(0x205)]=function(_0x490dff,_0x22874b){return _0x490dff||_0x22874b;};const _0x340f53=_0x5da718;if(_0x340f53['uBzgQ'](!_0x14429e,!_0x14eeb1)){logger[_0x4771a6(0x26d)](_0x4771a6(0x316)+_0x14429e+_0x4771a6(0x223)+_0x14eeb1);return;}!this['activeHooks'][_0x4771a6(0x28f)](_0x14429e)&&this[_0x4771a6(0x37a)][_0x4771a6(0x320)](_0x14429e,[]);const _0x59495d={'hookUUID':_0x14eeb1,'hookType':_0x430b8c,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x1e5)](_0x59495d),logger[_0x4771a6(0x298)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x14429e+_0x4771a6(0x223)+_0x14eeb1+_0x4771a6(0x2e9)+_0x430b8c+_0x4771a6(0x30a)+this[_0x4771a6(0x37a)][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x25a)]);}['removeActiveHook'](_0x81f531,_0x5a0b20){const _0x21e9f1=a71_0x1b56eb,_0x28b9cc={};_0x28b9cc[_0x21e9f1(0x2fb)]=function(_0x593135,_0x134316){return _0x593135||_0x134316;},_0x28b9cc[_0x21e9f1(0x1e3)]=function(_0x17f3eb,_0xe43949){return _0x17f3eb!==_0xe43949;},_0x28b9cc[_0x21e9f1(0x2ec)]=function(_0x333eb2,_0x263307){return _0x333eb2===_0x263307;};const _0xbd7d39=_0x28b9cc;if(_0xbd7d39['ReZRB'](!_0x81f531,!_0x5a0b20)){logger[_0x21e9f1(0x26d)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x81f531+_0x21e9f1(0x223)+_0x5a0b20);return;}if(this[_0x21e9f1(0x37a)][_0x21e9f1(0x28f)](_0x81f531)){const _0x225e9a=this['activeHooks'][_0x21e9f1(0x1e0)](_0x81f531),_0x23c788=_0x225e9a[_0x21e9f1(0x233)](_0x29a30d=>_0x29a30d['hookUUID']===_0x5a0b20);_0xbd7d39[_0x21e9f1(0x1e3)](_0x23c788,-0x1)?(_0x225e9a[_0x21e9f1(0x268)](_0x23c788,0x1),logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20+_0x21e9f1(0x201)+_0x225e9a[_0x21e9f1(0x25a)]),_0xbd7d39['BEKOc'](_0x225e9a['length'],0x0)&&this[_0x21e9f1(0x37a)][_0x21e9f1(0x242)](_0x81f531)):logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20);}}[a71_0x1b56eb(0x267)](_0x57dd62){const _0x4caf92=a71_0x1b56eb,_0x722a69={};_0x722a69['KVjQh']=function(_0x2092aa,_0x1122f4){return _0x2092aa>_0x1122f4;},_0x722a69['CUHTx']=function(_0x12b3c0,_0x502657){return _0x12b3c0-_0x502657;};const _0x1fbb46=_0x722a69;if(!_0x57dd62)return null;if(this[_0x4caf92(0x37a)][_0x4caf92(0x28f)](_0x57dd62)){const _0x255821=this[_0x4caf92(0x37a)]['get'](_0x57dd62);if(_0x1fbb46[_0x4caf92(0x2b8)](_0x255821[_0x4caf92(0x25a)],0x0)){const _0x385bbd=_0x255821[_0x1fbb46[_0x4caf92(0x23e)](_0x255821[_0x4caf92(0x25a)],0x1)];return logger[_0x4caf92(0x298)](_0x4caf92(0x229)+_0x57dd62+_0x4caf92(0x223)+_0x385bbd[_0x4caf92(0x36f)]+_0x4caf92(0x2e9)+_0x385bbd[_0x4caf92(0x25e)]),_0x385bbd;}}return null;}async['trackEvent'](_0x595eef,_0x22f0e7,_0x6cc4dc={}){const _0x20fa17=a71_0x1b56eb,_0x474ef6={};_0x474ef6[_0x20fa17(0x34f)]=_0x20fa17(0x2bc),_0x474ef6['XKJHj']=function(_0x28b915,_0x2e0599){return _0x28b915===_0x2e0599;},_0x474ef6[_0x20fa17(0x2a3)]=function(_0x37636e,_0x1b0e0e){return _0x37636e||_0x1b0e0e;},_0x474ef6[_0x20fa17(0x22f)]=_0x20fa17(0x30d);const _0x9145e6=_0x474ef6;logger['debug'](_0x20fa17(0x240)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x207)+Object['keys'](_0x6cc4dc)['join'](',')),await super[_0x20fa17(0x314)](_0x595eef,_0x22f0e7,_0x6cc4dc);const _0x4d26ea=this[_0x20fa17(0x328)](_0x595eef,_0x22f0e7,_0x6cc4dc);if(!_0x4d26ea){logger['debug'](_0x9145e6[_0x20fa17(0x34f)]);return;}try{let _0x49a164,_0x1a44ad,_0x1cf3f8;switch(_0x595eef){case TestFrameworkState[_0x20fa17(0x365)]:_0x49a164=_0x6cc4dc[_0x20fa17(0x2ad)];const _0x3a1f42={};_0x3a1f42['depth']=0x2,_0x3a1f42[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x277)+_0x22f0e7+_0x20fa17(0x1e1)+util[_0x20fa17(0x244)](_0x49a164,_0x3a1f42)),_0x1cf3f8=this[_0x20fa17(0x2cc)](_0x49a164),_0x1a44ad=null,logger[_0x20fa17(0x298)](_0x20fa17(0x2ba)+_0x1cf3f8+'\x20(testIdentifier)');if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState[_0x20fa17(0x2c1)])){logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x1cf3f8);const _0x2b2dbe={};_0x2b2dbe[_0x20fa17(0x27d)]=_0x1a44ad,_0x2b2dbe[_0x20fa17(0x305)]=_0x49a164,_0x2b2dbe[_0x20fa17(0x375)]=_0x1cf3f8;const _0x11f736=this[_0x20fa17(0x304)](_0x2b2dbe),_0x30697a={};_0x30697a['depth']=0x2,_0x30697a[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x294)+util['inspect'](_0x11f736,_0x30697a)),_0x4d26ea[_0x20fa17(0x269)](_0x11f736),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}else{if(_0x9145e6['XKJHj'](_0x22f0e7,HookState[_0x20fa17(0x326)])){logger['debug'](_0x20fa17(0x31a)+_0x1cf3f8);const _0x2475dd=_0x4d26ea[_0x20fa17(0x213)]()[_0x20fa17(0x1e0)](_0x1cf3f8);logger[_0x20fa17(0x298)](_0x20fa17(0x34e)+util[_0x20fa17(0x244)](Object[_0x20fa17(0x287)](_0x9145e6[_0x20fa17(0x2a3)](_0x2475dd,{}))));_0x2475dd&&_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]]?logger['debug'](_0x20fa17(0x292)+Object[_0x20fa17(0x287)](_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]])[_0x20fa17(0x25a)]+_0x20fa17(0x1df)):logger[_0x20fa17(0x298)](_0x9145e6['ZsiiO']);const _0x31825e=_0x6cc4dc[_0x20fa17(0x22a)]||null,_0x5a10c2={};_0x5a10c2[_0x20fa17(0x27d)]=_0x1a44ad,_0x5a10c2[_0x20fa17(0x305)]=_0x49a164,_0x5a10c2[_0x20fa17(0x375)]=_0x1cf3f8,_0x5a10c2[_0x20fa17(0x22a)]=_0x31825e;const _0x251cd7=this[_0x20fa17(0x270)](_0x5a10c2),_0x30f157={};_0x30f157[_0x20fa17(0x2f5)]=0x2,_0x30f157[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x24e)+util[_0x20fa17(0x244)](_0x251cd7,_0x30f157)),_0x4d26ea[_0x20fa17(0x269)](_0x251cd7),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}}break;case TestFrameworkState[_0x20fa17(0x246)]:if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState['POST'])){const _0x12d7fc={};_0x12d7fc[_0x20fa17(0x2f5)]=0x2,logger[_0x20fa17(0x298)](_0x20fa17(0x27f)+util[_0x20fa17(0x244)](_0x6cc4dc,_0x12d7fc)),await this[_0x20fa17(0x301)](_0x4d26ea,_0x595eef,_0x6cc4dc);}break;default:if(CLIUtils[_0x20fa17(0x2d3)](_0x595eef[_0x20fa17(0x2de)]()[_0x20fa17(0x31e)]('.')[0x1])){const _0x5df747={};_0x5df747[_0x20fa17(0x2f5)]=0x2,_0x5df747[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x33d)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x346)+util['inspect'](_0x6cc4dc[_0x20fa17(0x30f)],_0x5df747));const _0x3406a4=await this[_0x20fa17(0x35d)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc),_0x40d21a={};_0x40d21a[_0x20fa17(0x2f5)]=0x2,_0x40d21a[_0x20fa17(0x21c)]=0x3,logger['debug'](_0x20fa17(0x356)+util[_0x20fa17(0x244)](_0x3406a4,_0x40d21a)),_0x4d26ea[_0x20fa17(0x269)](_0x3406a4);}else logger[_0x20fa17(0x298)](_0x20fa17(0x2d4)+_0x595eef+_0x20fa17(0x1e2)+_0x22f0e7);break;}logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x595eef+',\x20hookState='+_0x22f0e7);}catch(_0x3a7d72){logger[_0x20fa17(0x293)](_0x20fa17(0x1f4)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x2d6)+util[_0x20fa17(0x2f1)](_0x3a7d72));}_0x6cc4dc[_0x20fa17(0x222)]=_0x4d26ea,await this[_0x20fa17(0x2af)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc);}['getJestTestIdentifier'](_0x282df9){const _0x3514a8=a71_0x1b56eb,_0x5736e2={};_0x5736e2['bHugS']=_0x3514a8(0x1f0);const _0x546a51=_0x5736e2;if(_0x282df9&&(_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)])){const _0x4d8c8c=_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)];return logger[_0x3514a8(0x298)](_0x3514a8(0x363)+_0x4d8c8c+_0x3514a8(0x302)),_0x4d8c8c;}return logger['debug'](_0x546a51[_0x3514a8(0x263)]),process[_0x3514a8(0x1f5)]+':testAnalyticsId';}['resolveInstance'](_0x514629,_0x3ee678,_0x4238ba={}){const _0x3304ad=a71_0x1b56eb;let _0x2a75e5=null;return _0x2a75e5=TestFramework[_0x3304ad(0x1f3)](),!_0x2a75e5?(logger[_0x3304ad(0x298)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x514629),this[_0x3304ad(0x344)](_0x514629,_0x4238ba),_0x2a75e5=TestFramework['getTrackedInstance'](),logger[_0x3304ad(0x298)](_0x3304ad(0x2d1)+!!_0x2a75e5+_0x3304ad(0x2e8)+_0x2a75e5?.['getContext']()?.[_0x3304ad(0x259)]())):logger[_0x3304ad(0x298)](_0x3304ad(0x331)+_0x2a75e5['getContext']()?.[_0x3304ad(0x259)]()),_0x2a75e5;}[a71_0x1b56eb(0x344)](_0x50245a,_0xdb6050){const _0x486f21=a71_0x1b56eb,_0x46eaaf={};_0x46eaaf[_0x486f21(0x335)]=_0x486f21(0x264);const _0x14f515=_0x46eaaf;if(TestFramework[_0x486f21(0x1f3)]()){logger[_0x486f21(0x298)](_0x14f515[_0x486f21(0x335)]);return;}const _0x4ec035=CLIUtils[_0x486f21(0x28c)](),_0x452ae5=TrackedInstance[_0x486f21(0x29b)](_0x4ec035);let _0x2f6838=null;logger[_0x486f21(0x298)](_0x486f21(0x2c8)+_0x4ec035+',\x20state='+_0x50245a),_0x2f6838=new TestFrameworkInstance(_0x452ae5,this[_0x486f21(0x360)](),this[_0x486f21(0x30c)](),_0x50245a,HookState['NONE']),TestFramework[_0x486f21(0x228)](_0x452ae5,_0x2f6838),logger[_0x486f21(0x298)](_0x486f21(0x377)+_0x452ae5[_0x486f21(0x259)]()+_0x486f21(0x273)+_0x4ec035+_0x486f21(0x200)+this[_0x486f21(0x360)]()[0x0]+_0x486f21(0x256)+this[_0x486f21(0x30c)]()[this[_0x486f21(0x360)]()[0x0]]);}[a71_0x1b56eb(0x304)](_0x228fe){const _0x270462=a71_0x1b56eb,_0x2ef042={};_0x2ef042[_0x270462(0x24d)]=function(_0x3417b4,_0x475a27){return _0x3417b4||_0x475a27;},_0x2ef042[_0x270462(0x349)]=_0x270462(0x2d0);const _0x53ba76=_0x2ef042,{testUUID:_0x3bca63,testData:_0x456074,testId:_0x1fbd25}=_0x228fe;if(_0x53ba76[_0x270462(0x24d)](!_0x456074,!_0x1fbd25))return logger['debug'](_0x53ba76['cjTrP']),{};const _0x1c182d=this['getTestFrameworks']()[0x0],_0x499e53=this[_0x270462(0x30c)](),_0x54b02d={};_0x54b02d[_0x270462(0x2f5)]=0x2,_0x54b02d[_0x270462(0x21c)]=0x3,logger[_0x270462(0x298)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x270462(0x244)](_0x456074,_0x54b02d));const _0x2c9f60=_0x456074?.[_0x270462(0x2f2)]||[],_0x44d410=this[_0x270462(0x291)](_0x456074),_0x5d0c07=this['getJestTestFilePath'](_0x456074),_0x1ffb78=_0x456074['fn']?_0x456074['fn'][_0x270462(0x2de)]():null,_0x776666=this['getJestTestTags'](_0x456074),_0x396533={[TestFrameworkConstants[_0x270462(0x315)]]:_0x1c182d,[TestFrameworkConstants[_0x270462(0x20f)]]:_0x499e53[_0x1c182d],[TestFrameworkConstants[_0x270462(0x1ef)]]:[],[TestFrameworkConstants[_0x270462(0x329)]]:{},[TestFrameworkConstants[_0x270462(0x224)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x270462(0x26e)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x44d410,[TestFrameworkConstants[_0x270462(0x345)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x20c)]]:_0x1fbd25,[TestFrameworkConstants[_0x270462(0x208)]]:_0x44d410,[TestFrameworkConstants[_0x270462(0x310)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x32e)]]:_0x1ffb78,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x776666,[TestFrameworkConstants[_0x270462(0x2e0)]]:_0x456074[_0x270462(0x36c)]||new Date()[_0x270462(0x2da)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2c9f60[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2c9f60,[TestFrameworkConstants[_0x270462(0x307)]]:_0x44d410,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x270462(0x235)]]:{}};_0x456074[_0x270462(0x28d)]&&(_0x396533[TestFrameworkConstants[_0x270462(0x2e6)]]=_0x456074[_0x270462(0x28d)]);logger[_0x270462(0x298)](_0x270462(0x2ed)+_0x44d410+',\x20testId='+_0x1fbd25+_0x270462(0x234)+JSON[_0x270462(0x219)](_0x776666)+_0x270462(0x27e)+util[_0x270462(0x244)](_0x2c9f60)+_0x270462(0x2c3)+_0x5d0c07);const _0x6bdeb5={};return _0x6bdeb5[_0x1fbd25]=_0x396533,_0x6bdeb5;}[a71_0x1b56eb(0x270)](_0x273fba){const _0x465603=a71_0x1b56eb,_0x3dd286={'zXlcz':function(_0x49d8aa,_0x4926d3){return _0x49d8aa===_0x4926d3;},'BAlKR':'afterAll','qgBgo':function(_0x1d136e,_0xc525fa){return _0x1d136e===_0xc525fa;},'lCjmR':'beforeAll','rZrZZ':_0x465603(0x275),'NUApL':'_ALL','aYsLi':function(_0x4566af,_0x35e981){return _0x4566af||_0x35e981;},'fzVWT':_0x465603(0x376),'iCgKn':_0x465603(0x327),'MDMho':function(_0x27241c,_0xfbdc16){return _0x27241c>_0xfbdc16;},'FwHTs':_0x465603(0x31c),'UUZdC':_0x465603(0x27c),'KiYnZ':function(_0x4fa318,_0x379163){return _0x4fa318===_0x379163;},'ZclkI':_0x465603(0x21d),'KbSFh':_0x465603(0x312),'etTep':function(_0x4fa813,_0x23ed63){return _0x4fa813===_0x23ed63;},'EXxtr':function(_0x5476f2,_0x660dfe){return _0x5476f2!==_0x660dfe;},'Adiah':function(_0x170f8b,_0x218039,_0x40bc49,_0x5f1cc7){return _0x170f8b(_0x218039,_0x40bc49,_0x5f1cc7);},'UPRMa':function(_0x3e7688,_0x11e720){return _0x3e7688>_0x11e720;},'vTnMv':function(_0x160be1,_0x436ee7){return _0x160be1>_0x436ee7;},'PiNct':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','xrgVr':function(_0x3b3eb6,_0x1500c4){return _0x3b3eb6===_0x1500c4;}},{testUUID:_0x209119,testData:_0x51e36b,testId:_0x206a94}=_0x273fba;if(_0x3dd286[_0x465603(0x367)](!_0x51e36b,!_0x206a94))return logger['debug'](_0x3dd286[_0x465603(0x2e7)]),{};const _0x435014=this['resolveInstance'](TestFrameworkState[_0x465603(0x365)],HookState[_0x465603(0x326)]),_0x5bd168=_0x435014[_0x465603(0x213)]()['get'](_0x206a94),_0x26963e=_0x3dd286[_0x465603(0x367)](_0x5bd168,{}),_0x1b86f6=_0x26963e?_0x26963e[TestFrameworkConstants[_0x465603(0x1fd)]]||{}:{},_0x2be5f6=_0x26963e[TestFrameworkConstants[_0x465603(0x32c)]];logger[_0x465603(0x298)](_0x465603(0x239)+(_0x2be5f6?Object[_0x465603(0x287)](_0x2be5f6)[_0x465603(0x25a)]:0x0)+_0x465603(0x36e));let _0x48cc94=_0x3dd286[_0x465603(0x215)];if(_0x51e36b[_0x465603(0x35f)])_0x48cc94=_0x51e36b[_0x465603(0x35f)];else{if(_0x51e36b[_0x465603(0x2a8)]&&_0x3dd286['MDMho'](_0x51e36b[_0x465603(0x2a8)][_0x465603(0x25a)],0x0))_0x48cc94=_0x3dd286[_0x465603(0x26c)];else _0x3dd286[_0x465603(0x26f)](_0x51e36b[_0x465603(0x26b)],_0x3dd286[_0x465603(0x2dc)])||_0x3dd286[_0x465603(0x284)](_0x51e36b['status'],_0x3dd286[_0x465603(0x2d5)])?_0x48cc94=_0x3dd286[_0x465603(0x2d5)]:_0x48cc94=_0x3dd286[_0x465603(0x354)];}const _0x31747b={..._0x26963e,[TestFrameworkConstants[_0x465603(0x325)]]:_0x48cc94,[TestFrameworkConstants[_0x465603(0x33c)]]:_0x51e36b['finished_at']||new Date()[_0x465603(0x2da)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x465603(0x2da)](),[TestFrameworkConstants[_0x465603(0x1fd)]]:_0x1b86f6,[TestFrameworkConstants[_0x465603(0x338)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3dd286['etTep'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&_0x51e36b[_0x465603(0x2a8)]){const _0x5a93de=this[_0x465603(0x1f2)](_0x51e36b),_0x17eba3=this[_0x465603(0x2db)](_0x51e36b),_0x4c8d40=this['getJestFailureData'](_0x51e36b);_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]=_0x17eba3,_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]=_0x5a93de,_0x31747b[TestFrameworkConstants[_0x465603(0x2fa)]]=_0x4c8d40;}_0x3dd286[_0x465603(0x2fe)](_0x51e36b['duration'],undefined)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x32b)]]=_0x51e36b[_0x465603(0x29a)]);_0x51e36b[_0x465603(0x28d)]&&(_0x31747b[TestFrameworkConstants[_0x465603(0x2e6)]]=_0x51e36b[_0x465603(0x28d)]);const _0x3f7eba=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x32c)]]||{}:{},_0x362ba5=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x35a)]]:_0x209119,_0x528fc2=_0x3dd286[_0x465603(0x283)](getManualUploadLogs,_0x3f7eba,_0x362ba5,_0x206a94);if(_0x3dd286[_0x465603(0x36a)](_0x528fc2[_0x465603(0x25a)],0x0)){const _0x1fb4ca=_0x31747b[TestFrameworkConstants[_0x465603(0x338)]]||[];_0x31747b[TestFrameworkConstants['KEY_LOGS']]=[..._0x1fb4ca,..._0x528fc2];}const _0x18e1a6=_0x26963e[TestFrameworkConstants[_0x465603(0x329)]]||{},_0x3f3f6a=_0x26963e[TestFrameworkConstants[_0x465603(0x224)]]||{},_0x9b99e6={..._0x18e1a6},_0x1b0daf=_0x9b99e6;Object[_0x465603(0x287)](_0x3f3f6a)['forEach'](_0x9d5694=>{const _0xa3cd62=_0x465603;!_0x1b0daf[_0x9d5694]&&(_0x1b0daf[_0x9d5694]=[]);const _0x5e8b36=new Set((_0x1b0daf[_0x9d5694]||[])[_0xa3cd62(0x2b6)](_0x9c0d72=>_0x9c0d72[TestFrameworkConstants[_0xa3cd62(0x20e)]]||_0x9c0d72[_0xa3cd62(0x1fa)]));(_0x3f3f6a[_0x9d5694]||[])[_0xa3cd62(0x289)](_0x689865=>{const _0x39e18f=_0xa3cd62,_0x45e8d9=_0x689865[TestFrameworkConstants['KEY_HOOK_ID']]||_0x689865[_0x39e18f(0x1fa)];if(!_0x5e8b36['has'](_0x45e8d9)){const _0x28e487={..._0x689865},_0x12283d=_0x28e487;!_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]&&!_0x12283d[_0x39e18f(0x23d)]&&(_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]=new Date()[_0x39e18f(0x2da)]()),!_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x12283d['hook_result']&&(_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x39e18f(0x364)]),_0x1b0daf[_0x9d5694][_0x39e18f(0x1e5)](_0x12283d);}});});if(_0x273fba[_0x465603(0x22a)]){this['mapTestHooks'](_0x273fba[_0x465603(0x22a)]);const _0x43b6b8=this[_0x465603(0x2e5)](_0x273fba[_0x465603(0x22a)]),_0x4d102c=this[_0x465603(0x281)](_0x273fba[_0x465603(0x22a)]);_0x4d102c[_0x465603(0x289)](_0x4d863e=>{const _0xcd659f=_0x465603,_0x33a01a=_0x43b6b8[_0xcd659f(0x1e0)](_0x4d863e);if(_0x33a01a&&(_0x3dd286[_0xcd659f(0x26f)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286[_0xcd659f(0x366)])||_0x3dd286[_0xcd659f(0x2c9)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286['lCjmR']))){const _0x301457=_0x33a01a[_0xcd659f(0x332)][_0xcd659f(0x1e7)]()['replace'](_0x3dd286['rZrZZ'],_0x3dd286[_0xcd659f(0x21f)]),_0x3ddc65=_0x301457;!_0x1b0daf[_0x3ddc65]&&(_0x1b0daf[_0x3ddc65]=[]);const _0x3b80f6=_0x1b0daf[_0x3ddc65]['find'](_0x33f349=>(_0x33f349[TestFrameworkConstants[_0xcd659f(0x20e)]]||_0x33f349[_0xcd659f(0x1fa)])===_0x4d863e);!_0x3b80f6&&_0x1b0daf[_0x3ddc65][_0xcd659f(0x1e5)]({'key':_0x3ddc65,[TestFrameworkConstants[_0xcd659f(0x20e)]]:_0x4d863e,[TestFrameworkConstants[_0xcd659f(0x214)]]:TestFrameworkConstants[_0xcd659f(0x364)],[TestFrameworkConstants[_0xcd659f(0x231)]]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants[_0xcd659f(0x227)]]:[],[TestFrameworkConstants[_0xcd659f(0x26a)]]:_0x33a01a[_0xcd659f(0x29e)]||_0x33a01a[_0xcd659f(0x332)]+'\x20hook',[TestFrameworkConstants[_0xcd659f(0x1fd)]]:_0x1b86f6});}});}if(_0x51e36b[_0x465603(0x35b)]&&_0x3dd286[_0x465603(0x216)](_0x51e36b[_0x465603(0x35b)]['length'],0x0))_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x51e36b['hooks'],logger['debug'](_0x3dd286[_0x465603(0x29f)]);else _0x3dd286[_0x465603(0x216)](Object[_0x465603(0x287)](_0x1b0daf)[_0x465603(0x25a)],0x0)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x1b0daf,logger[_0x465603(0x298)](_0x465603(0x34d)+Object['keys'](_0x1b0daf)['join'](',')));const _0x4a6da2=this[_0x465603(0x291)](_0x51e36b);logger[_0x465603(0x298)](_0x465603(0x204)+_0x4a6da2+_0x465603(0x245)+_0x206a94+_0x465603(0x258)+_0x48cc94+',\x20duration='+_0x51e36b[_0x465603(0x29a)]);_0x3dd286['xrgVr'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&logger[_0x465603(0x298)](_0x465603(0x1f8)+_0x206a94+_0x465603(0x285)+_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]+',\x20failureReason='+_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]?.[_0x465603(0x323)](0x0,0xc8));const _0xf1b736={};return _0xf1b736[_0x206a94]=_0x31747b,_0xf1b736;}['getJestTestScopes'](_0x5312e4){const _0x303529=a71_0x1b56eb,_0x2ebb73={};_0x2ebb73['UGcbX']=function(_0x58c6f3,_0x467524){return _0x58c6f3!==_0x467524;},_0x2ebb73[_0x303529(0x2a6)]=function(_0x54a9db,_0x21c9c9){return _0x54a9db!==_0x21c9c9;},_0x2ebb73[_0x303529(0x2bf)]=_0x303529(0x2b5);const _0x188851=_0x2ebb73,_0x5a3b93={};_0x5a3b93[_0x303529(0x2f5)]=0x2,_0x5a3b93[_0x303529(0x21c)]=0x3,logger[_0x303529(0x298)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x5312e4,_0x5a3b93));const _0x168a47=[];if(_0x5312e4&&_0x5312e4[_0x303529(0x221)]){let _0x3f0527=_0x5312e4[_0x303529(0x221)];while(_0x3f0527&&_0x3f0527[_0x303529(0x29e)]&&_0x188851[_0x303529(0x1f1)](_0x3f0527[_0x303529(0x29e)],'')&&_0x188851[_0x303529(0x2a6)](_0x3f0527['name'],_0x188851[_0x303529(0x2bf)])){_0x168a47[_0x303529(0x1e5)](_0x3f0527[_0x303529(0x29e)]),_0x3f0527=_0x3f0527[_0x303529(0x221)];}}return _0x168a47[_0x303529(0x255)]();}[a71_0x1b56eb(0x291)](_0x5b6ccd){const _0x57037f=a71_0x1b56eb,_0x487c7d={};_0x487c7d['azZuk']='Unknown\x20Test';const _0x20f544=_0x487c7d;if(_0x5b6ccd[_0x57037f(0x29e)])return _0x5b6ccd['name'];if(_0x5b6ccd['title'])return _0x5b6ccd[_0x57037f(0x1fc)];return _0x20f544[_0x57037f(0x2c0)];}['getJestTestTags'](_0x28532a){const _0x2c27d4=a71_0x1b56eb,_0x3f4d58=[];if(_0x28532a[_0x2c27d4(0x33e)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x33e)]))return _0x28532a[_0x2c27d4(0x33e)][_0x2c27d4(0x2b6)](_0x469635=>_0x469635[_0x2c27d4(0x209)]('@')?_0x469635[_0x2c27d4(0x23c)](0x1):_0x469635);const _0x4f84fd=this[_0x2c27d4(0x291)](_0x28532a),_0x487465=_0x4f84fd[_0x2c27d4(0x2c4)](/@(\w+)/g);if(_0x487465)return _0x487465[_0x2c27d4(0x2b6)](_0x48adb0=>_0x48adb0['slice'](0x1));return _0x28532a[_0x2c27d4(0x2f2)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x2f2)])&&_0x28532a[_0x2c27d4(0x2f2)][_0x2c27d4(0x289)](_0x53008f=>{const _0x159f3b=_0x2c27d4,_0xc1497a=_0x53008f[_0x159f3b(0x2c4)](/@(\w+)/g);_0xc1497a&&_0xc1497a[_0x159f3b(0x289)](_0x3095ce=>{const _0x5a143f=_0x159f3b,_0x5e3dd2=_0x3095ce['slice'](0x1);!_0x3f4d58[_0x5a143f(0x251)](_0x5e3dd2)&&_0x3f4d58['push'](_0x5e3dd2);});}),_0x3f4d58;}[a71_0x1b56eb(0x36d)](_0x3b8cad){const _0x129bde=a71_0x1b56eb,_0x36c34b={'DACUC':function(_0x46896e,_0x24d686){return _0x46896e(_0x24d686);},'RSGGF':_0x129bde(0x2b2)};if(_0x3b8cad[_0x129bde(0x23f)])return _0x3b8cad[_0x129bde(0x23f)];if(_0x3b8cad[_0x129bde(0x300)]){const _0x442bba=_0x36c34b[_0x129bde(0x296)](require,_0x36c34b['RSGGF']);try{const _0x8ac2da=_0x442bba[_0x129bde(0x211)](_0x3b8cad[_0x129bde(0x300)]);if(_0x8ac2da[0x0]&&_0x8ac2da[0x0][_0x129bde(0x334)])return _0x8ac2da[0x0][_0x129bde(0x334)]();}catch(_0x49b554){logger['debug'](_0x129bde(0x1f9)+util[_0x129bde(0x2f1)](_0x49b554));}}return null;}[a71_0x1b56eb(0x1f2)](_0x1bd570){const _0x3f5ab9=a71_0x1b56eb,_0x19ceb3={};_0x19ceb3['BCdaG']=function(_0x41aa83,_0x5c2d08){return _0x41aa83>_0x5c2d08;},_0x19ceb3[_0x3f5ab9(0x370)]='Unknown\x20error';const _0x51180e=_0x19ceb3;if(_0x1bd570[_0x3f5ab9(0x2a8)]&&_0x51180e[_0x3f5ab9(0x279)](_0x1bd570['errorsDetailed']['length'],0x0))return util['inspect'](_0x1bd570[_0x3f5ab9(0x2a8)][0x0]);if(_0x1bd570[_0x3f5ab9(0x333)])return _0x1bd570[_0x3f5ab9(0x333)];return _0x51180e[_0x3f5ab9(0x370)];}[a71_0x1b56eb(0x2db)](_0xafbf36){const _0x4d148f=a71_0x1b56eb,_0x3fbe4a={};_0x3fbe4a[_0x4d148f(0x2ca)]=_0x4d148f(0x237),_0x3fbe4a[_0x4d148f(0x337)]='AssertionError',_0x3fbe4a[_0x4d148f(0x369)]=_0x4d148f(0x1e6);const _0x24292e=_0x3fbe4a,_0x164b82=this[_0x4d148f(0x1f2)](_0xafbf36);if(_0x164b82&&_0x164b82['includes'](_0x24292e['MvAql']))return _0x24292e['SNZig'];return _0x24292e[_0x4d148f(0x369)];}[a71_0x1b56eb(0x343)](_0x5df9f8){const _0x114522=a71_0x1b56eb,_0x5bddb4={'thtCY':function(_0x4549b7,_0x5ad384){return _0x4549b7(_0x5ad384);},'aOPlJ':_0x114522(0x313),'uSUHS':function(_0x40603b,_0x14d53b){return _0x40603b!==_0x14d53b;},'anYbm':_0x114522(0x2ad)},{failureData:_0x2587ea}=_0x5bddb4[_0x114522(0x262)](require,_0x5bddb4[_0x114522(0x27a)]),_0x100c41=[];return _0x5bddb4[_0x114522(0x1f7)](_0x5df9f8['errorsDetailed'],undefined)&&_0x100c41['push'](_0x5df9f8['errorsDetailed'],_0x5bddb4['anYbm']),_0x2587ea[_0x114522(0x261)](null,_0x100c41);}async[a71_0x1b56eb(0x35d)](_0x34d8fc,_0xe1431c,_0x1147bb,_0x47fe50){const _0x4ac29f=a71_0x1b56eb,_0xe97b4f={'nfdIm':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','qKYmL':function(_0x11d519){return _0x11d519();},'oDfnn':function(_0xf9c0c3,_0x3bd212){return _0xf9c0c3 in _0x3bd212;},'xgGZt':function(_0x485cb8,_0x321aa5){return _0x485cb8 in _0x321aa5;},'yWlzu':function(_0x99a2fd,_0x133ecd){return _0x99a2fd===_0x133ecd;},'WeLwa':function(_0x5f0ced,_0x435d56){return _0x5f0ced===_0x435d56;},'clHEI':function(_0x507f45,_0x2ec872){return _0x507f45>_0x2ec872;},'cuYhP':_0x4ac29f(0x31c),'Mkyvv':_0x4ac29f(0x312),'QCbTC':function(_0xafb678,_0x1cbc22){return _0xafb678>_0x1cbc22;},'XMAZm':function(_0x107720,_0x22b9b6){return _0x107720===_0x22b9b6;},'OHlJc':function(_0x1e739a,_0xddb673){return _0x1e739a!==_0xddb673;}},{hookData:_0x5a70a8}=_0x47fe50,_0x121d01=_0x1147bb['toString'](),_0x3a11f8=_0xe1431c[_0x4ac29f(0x2de)](),_0x1ffff8={};_0x1ffff8['depth']=0x2,_0x1ffff8[_0x4ac29f(0x21c)]=0x3,logger[_0x4ac29f(0x298)](_0x4ac29f(0x2f6)+_0x3a11f8+',\x20hookState='+_0x121d01+_0x4ac29f(0x346)+util['inspect'](_0x5a70a8,_0x1ffff8));if(!_0x5a70a8)return logger[_0x4ac29f(0x298)](_0xe97b4f['nfdIm']),{};const _0x1b8c0e=_0x5a70a8[_0x4ac29f(0x33b)]||_0x5a70a8[_0x4ac29f(0x357)]||_0xe97b4f[_0x4ac29f(0x373)](uuidv4),_0x1fbc34=_0x5a70a8[_0x4ac29f(0x2fd)]||this['getJestTestIdentifier'](_0x5a70a8),_0x1293a4=_0xe1431c[_0x4ac29f(0x2de)]()[_0x4ac29f(0x31e)]('.')[0x1],_0x5025aa=_0x34d8fc['getAllData']()['get'](_0x1fbc34),_0x455f52=_0x5025aa?_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x1fd)]]||{}:{};logger[_0x4ac29f(0x298)](_0x4ac29f(0x20b)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x2ff)+_0x1293a4+_0x4ac29f(0x2a5)+_0x121d01);if(!_0x5025aa)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1fbc34+_0x4ac29f(0x33a)),this[_0x4ac29f(0x217)](_0x34d8fc,_0x1fbc34,_0xe1431c,_0x1147bb,_0x47fe50),{};let _0x3221c4=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x224)]];!_0x3221c4&&(_0x3221c4={});!_0xe97b4f[_0x4ac29f(0x25c)](_0x1293a4,_0x3221c4)&&(_0x3221c4[_0x1293a4]=[]);let _0xc6e6e7=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x329)]];!_0xc6e6e7&&(_0xc6e6e7={});!_0xe97b4f[_0x4ac29f(0x1ee)](_0x1293a4,_0xc6e6e7)&&(_0xc6e6e7[_0x1293a4]=[]);const _0x27c7cd={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3221c4,[TestFrameworkConstants[_0x4ac29f(0x329)]]:_0xc6e6e7},_0x263d70={};_0x263d70[_0x1fbc34]=_0x27c7cd;const _0xa4cc43=_0x263d70;if(_0xe97b4f[_0x4ac29f(0x2a4)](_0x1147bb,HookState['PRE'])){const _0xa718a2={'key':_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x20e)]]:_0x1b8c0e,[TestFrameworkConstants[_0x4ac29f(0x214)]]:TestFrameworkConstants[_0x4ac29f(0x364)],[TestFrameworkConstants[_0x4ac29f(0x231)]]:_0x5a70a8['started_at']||new Date()[_0x4ac29f(0x2da)](),[TestFrameworkConstants[_0x4ac29f(0x227)]]:[],[TestFrameworkConstants[_0x4ac29f(0x26a)]]:_0x5a70a8['name']||_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x1fd)]]:_0x455f52};_0x3221c4[_0x1293a4][_0x4ac29f(0x1e5)](_0xa718a2),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1293a4;const _0x33c081={};_0x33c081[_0x4ac29f(0x2f5)]=0x2,logger['debug'](_0x4ac29f(0x1ec)+_0x1293a4+',\x20hookId='+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x358)+util['inspect'](_0xa718a2,_0x33c081));}else{if(_0xe97b4f[_0x4ac29f(0x359)](_0x1147bb,HookState['POST'])){const _0x45af11=_0x5a70a8['result']||(_0x5a70a8['errorsDetailed']&&_0xe97b4f[_0x4ac29f(0x22d)](_0x5a70a8[_0x4ac29f(0x2a8)][_0x4ac29f(0x25a)],0x0)?_0xe97b4f[_0x4ac29f(0x2a9)]:_0xe97b4f[_0x4ac29f(0x2f0)]),_0x140249=_0x3221c4[_0x1293a4]||[];logger['debug'](_0x4ac29f(0x2f7)+_0x1293a4+_0x4ac29f(0x245)+_0x1fbc34+',\x20result='+_0x45af11+_0x4ac29f(0x37b)+_0x140249[_0x4ac29f(0x25a)]);if(_0xe97b4f[_0x4ac29f(0x32f)](_0x140249['length'],0x0)){const _0xb9b13c=_0x140249[_0x4ac29f(0x2fc)]();_0xe97b4f[_0x4ac29f(0x2c2)](_0x45af11,_0xe97b4f['cuYhP'])&&_0x5a70a8[_0x4ac29f(0x2a8)]?(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]=this[_0x4ac29f(0x2db)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x4ac29f(0x1f2)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x276)]]=this[_0x4ac29f(0x343)](_0x5a70a8),logger[_0x4ac29f(0x298)](_0x4ac29f(0x2ee)+_0x1293a4+_0x4ac29f(0x285)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]+_0x4ac29f(0x36b)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x25f)]]?.[_0x4ac29f(0x323)](0x0,0xc8))):_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0xe97b4f[_0x4ac29f(0x2f0)];_0xe97b4f[_0x4ac29f(0x317)](_0x45af11,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0x45af11);_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x23a)]]=_0x5a70a8[_0x4ac29f(0x2e2)]||new Date()[_0x4ac29f(0x2da)](),_0xb9b13c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x455f52;const _0x1a8ab7=_0xb9b13c[TestFrameworkConstants['KEY_HOOK_ID']];!_0xc6e6e7[_0x1293a4]&&(_0xc6e6e7[_0x1293a4]=[]);_0xc6e6e7[_0x1293a4][_0x4ac29f(0x1e5)](_0xb9b13c),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1293a4;const _0x591d67={};_0x591d67[_0x4ac29f(0x2f5)]=0x2,logger[_0x4ac29f(0x298)](_0x4ac29f(0x203)+_0x1293a4+_0x4ac29f(0x30e)+_0x1a8ab7+_0x4ac29f(0x28a)+_0x45af11+_0x4ac29f(0x358)+util[_0x4ac29f(0x244)](_0xb9b13c,_0x591d67));}}}const _0x34abcb={};return _0x34abcb['depth']=0x2,_0x34abcb[_0x4ac29f(0x21c)]=0x3,logger['debug'](_0x4ac29f(0x330)+(_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4)+_0x4ac29f(0x30e)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+',\x20updates='+util[_0x4ac29f(0x244)](_0xa4cc43,_0x34abcb)),_0xa4cc43;}['createTestFrameworkEventPayload'](_0x3d3bfc){const _0x1a7dc7=a71_0x1b56eb,_0x1663e6={};_0x1663e6['WgTsb']=_0x1a7dc7(0x2bd);const _0x2d0a60=_0x1663e6;try{const _0x8940ea=_0x3d3bfc[_0x1a7dc7(0x2ad)]?this[_0x1a7dc7(0x2cc)](_0x3d3bfc[_0x1a7dc7(0x2ad)]):_0x3d3bfc[_0x1a7dc7(0x30f)]['test_run_id'],_0x31d92f=_0x3d3bfc['instance'],_0x171715=_0x31d92f[_0x1a7dc7(0x286)](),_0x1a395b=_0x31d92f[_0x1a7dc7(0x213)]()[_0x1a7dc7(0x1e0)](_0x8940ea);if(!_0x1a395b)return logger[_0x1a7dc7(0x298)](_0x1a7dc7(0x206)+_0x8940ea),{};const {[TestFrameworkConstants[_0x1a7dc7(0x315)]]:_0xb0a2f1='',[TestFrameworkConstants[_0x1a7dc7(0x20f)]]:_0x34954d='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2ed8f5='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2195bf=''}=_0x1a395b,_0x1d91c1=_0x31d92f[_0x1a7dc7(0x297)]()[_0x1a7dc7(0x2de)]()['split']('.')[0x1],_0x15ab3e=_0x31d92f[_0x1a7dc7(0x341)]()[_0x1a7dc7(0x2de)]()[_0x1a7dc7(0x31e)]('.')[0x1],_0x586c71=global?.['__workerDetails']?.[_0x1a7dc7(0x288)]?.[_0x1a7dc7(0x379)],_0x1b5445=_0x31d92f[_0x1a7dc7(0x2e4)](),_0x4f3062=Buffer[_0x1a7dc7(0x25d)](JSON[_0x1a7dc7(0x219)](_0x1a395b))[_0x1a7dc7(0x2de)](_0x2d0a60[_0x1a7dc7(0x324)]),_0x3d9d1b={'hash':_0x171715[_0x1a7dc7(0x259)](),'threadId':_0x171715[_0x1a7dc7(0x1fb)]()[_0x1a7dc7(0x2de)](),'processId':_0x171715['getProcessId']()[_0x1a7dc7(0x2de)]()},_0x49fdb5={};_0x49fdb5[_0x1a7dc7(0x2be)]=_0x586c71,_0x49fdb5[_0x1a7dc7(0x257)]=_0xb0a2f1,_0x49fdb5[_0x1a7dc7(0x25b)]=_0x34954d,_0x49fdb5[_0x1a7dc7(0x2a7)]=_0x1d91c1,_0x49fdb5[_0x1a7dc7(0x254)]=_0x15ab3e,_0x49fdb5[_0x1a7dc7(0x1e9)]=_0x2ed8f5,_0x49fdb5[_0x1a7dc7(0x311)]=_0x2195bf,_0x49fdb5[_0x1a7dc7(0x33b)]=_0x1b5445,_0x49fdb5[_0x1a7dc7(0x295)]=_0x4f3062,_0x49fdb5[_0x1a7dc7(0x2ef)]=_0x3d9d1b,_0x49fdb5[_0x1a7dc7(0x34c)]=_0x8940ea;const _0x3427e9=_0x49fdb5;return _0x3427e9;}catch(_0x255573){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x1a7dc7(0x2f1)](_0x255573)),{};}}async[a71_0x1b56eb(0x301)](_0x237bb0,_0x2a439e,_0x119f45){const _0x22c1dd=a71_0x1b56eb,_0x4a7cf1={'THdzt':function(_0x48d1b4,_0x54dfe9){return _0x48d1b4+_0x54dfe9;},'BRxbU':_0x22c1dd(0x1e8),'QgnBq':_0x22c1dd(0x243),'HzdFf':function(_0x27017c,_0x4ae05b){return _0x27017c>_0x4ae05b;},'QQpmB':function(_0x48b37f,_0x3236f9,_0x195a9e,_0x2faf51){return _0x48b37f(_0x3236f9,_0x195a9e,_0x2faf51);},'oXKRP':function(_0x5c6b2a,_0x1939c6){return _0x5c6b2a-_0x1939c6;},'qoamQ':function(_0x4ed3ed,_0x9fcb4a){return _0x4ed3ed===_0x9fcb4a;},'qSPzy':function(_0x1969c7,_0x4fbb32){return _0x1969c7/_0x4fbb32;},'fTDEf':function(_0x7e9355,_0xabf915){return _0x7e9355<_0xabf915;},'aoiLW':function(_0x666dad,_0xf95940){return _0x666dad*_0xf95940;},'Jzmlq':function(_0x31d5f0,_0x2e6724){return _0x31d5f0+_0x2e6724;},'nFTmJ':function(_0x3fe563,_0x5e97a4){return _0x3fe563>_0x5e97a4;}};try{const _0x3c4729=_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)],_0x5e69fa=Array[_0x22c1dd(0x25d)](_0x237bb0[_0x22c1dd(0x213)]()[_0x22c1dd(0x287)]()),_0x2ff3d9=_0x237bb0[_0x22c1dd(0x213)]()['get'](_0x3c4729);if(!_0x2ff3d9){logger[_0x22c1dd(0x298)](_0x22c1dd(0x299)+_0x3c4729);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4b5fbd='',[TestFrameworkConstants[_0x22c1dd(0x20f)]]:_0x1c238d=''}=_0x2ff3d9;let _0x2fa60a=[];if(_0x2ff3d9&&_0x2ff3d9[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x22c1dd(0x2b3)](_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]])){_0x2fa60a=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]]||[],logger[_0x22c1dd(0x298)](_0x22c1dd(0x210)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x253)+_0x3c4729);const _0x292942={[TestFrameworkConstants[_0x22c1dd(0x338)]]:[]},_0x736906={};_0x736906[_0x3c4729]=_0x292942,_0x237bb0[_0x22c1dd(0x269)](_0x736906),logger['debug'](_0x22c1dd(0x266)+_0x3c4729);}else logger['debug'](_0x22c1dd(0x2ea)+_0x3c4729);logger[_0x22c1dd(0x298)](_0x22c1dd(0x352)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x2cb)+_0x3c4729);const _0x3c38fe=_0x2fa60a[_0x22c1dd(0x34b)](_0x5f3329=>_0x5f3329[_0x22c1dd(0x32a)]===_0x22c1dd(0x32d));_0x4a7cf1[_0x22c1dd(0x1eb)](_0x3c38fe[_0x22c1dd(0x25a)],0x0)&&(logger[_0x22c1dd(0x298)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x3c38fe[_0x22c1dd(0x25a)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x3c4729),_0x3c38fe[_0x22c1dd(0x289)]((_0x341e25,_0x1420b8)=>{const _0x5f468d=_0x22c1dd;logger['debug'](_0x5f468d(0x24b)+_0x4a7cf1[_0x5f468d(0x1ff)](_0x1420b8,0x1)+'/'+_0x3c38fe['length']+_0x5f468d(0x1fe)+(_0x341e25[_0x5f468d(0x34c)]||_0x4a7cf1[_0x5f468d(0x2eb)])+_0x5f468d(0x2a0)+(_0x341e25['test_run_uuid']||_0x4a7cf1[_0x5f468d(0x2eb)])+',\x20hook_run_uuid='+(_0x341e25[_0x5f468d(0x378)]||_0x4a7cf1[_0x5f468d(0x24f)])+_0x5f468d(0x238)+(_0x341e25[_0x5f468d(0x303)]?.[_0x5f468d(0x25a)]||0x0));}));const _0x52df23=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]||{},_0x12a66e=_0x4a7cf1[_0x22c1dd(0x24a)](getMediaArtifactsLogs,_0x52df23,null,_0x3c4729),_0x4e3ec4=(_0x2fa60a||[])[_0x22c1dd(0x30b)](_0x12a66e||[]),_0x123f9a=_0x3c38fe?.[_0x22c1dd(0x25a)]||0x0,_0x37777f=_0x4a7cf1[_0x22c1dd(0x2ce)](_0x2fa60a?.[_0x22c1dd(0x25a)]||0x0,_0x123f9a);logger[_0x22c1dd(0x298)](_0x22c1dd(0x230)+_0x3c4729+',\x20consoleLogs:\x20'+_0x37777f+_0x22c1dd(0x368)+_0x123f9a+_0x22c1dd(0x282)+(_0x12a66e?.[_0x22c1dd(0x25a)]||0x0)+_0x22c1dd(0x280)+_0x4e3ec4[_0x22c1dd(0x25a)]);if(!_0x4e3ec4||_0x4a7cf1[_0x22c1dd(0x2d7)](_0x4e3ec4[_0x22c1dd(0x25a)],0x0)){logger['debug'](_0x22c1dd(0x27b)+_0x3c4729);return;}const _0x274e06=0x28,_0x207076=Math[_0x22c1dd(0x372)](_0x4a7cf1[_0x22c1dd(0x34a)](_0x4e3ec4[_0x22c1dd(0x25a)],_0x274e06));for(let _0x306351=0x0;_0x4a7cf1[_0x22c1dd(0x232)](_0x306351,_0x207076);_0x306351++){const _0x24139c=_0x4a7cf1['aoiLW'](_0x306351,_0x274e06),_0x875c60=_0x4a7cf1[_0x22c1dd(0x1ff)](_0x24139c,_0x274e06),_0xa8cad0=_0x4e3ec4[_0x22c1dd(0x252)](_0x24139c,_0x875c60),_0xf83bb2=global?.[_0x22c1dd(0x319)]?.[_0x22c1dd(0x288)]?.[_0x22c1dd(0x379)]||0x0,_0x5ac18d={'platformIndex':_0xf83bb2,'logs':_0xa8cad0,'testFrameworkName':_0x4b5fbd,'testFrameworkVersion':_0x1c238d,'testFrameworkState':_0x2a439e[_0x22c1dd(0x2de)]()[_0x22c1dd(0x31e)]('.')[0x1]},_0x3289d6={};_0x3289d6[_0x22c1dd(0x2f5)]=0x3,_0x3289d6[_0x22c1dd(0x21c)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4a7cf1['THdzt'](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x271)+_0xa8cad0['length']+',\x20platformIndex:\x20'+_0xf83bb2+_0x22c1dd(0x350)+util[_0x22c1dd(0x244)](_0x5ac18d,_0x3289d6));const _0x30b9a2=await GrpcClient[_0x22c1dd(0x1e4)]()[_0x22c1dd(0x236)](_0x5ac18d);logger['debug'](_0x22c1dd(0x2cf)+_0x4a7cf1[_0x22c1dd(0x22e)](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x35c)+util[_0x22c1dd(0x244)](_0x30b9a2));}if(_0x12a66e&&_0x4a7cf1[_0x22c1dd(0x220)](_0x12a66e[_0x22c1dd(0x25a)],0x0)&&_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]){const _0x16408a={[TestFrameworkConstants[_0x22c1dd(0x32c)]]:{}},_0x18ef7e={};_0x18ef7e[_0x3c4729]=_0x16408a,_0x237bb0[_0x22c1dd(0x269)](_0x18ef7e);}logger[_0x22c1dd(0x298)](_0x22c1dd(0x2a1)+_0x3c4729+_0x22c1dd(0x2e3)+_0x207076);}catch(_0x252bfe){logger[_0x22c1dd(0x293)](_0x22c1dd(0x336)+(_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)])+_0x22c1dd(0x2ae)+util[_0x22c1dd(0x2f1)](_0x252bfe));}}[a71_0x1b56eb(0x217)](_0x2d2924,_0x1a06c9,_0x3dbfd5,_0x5c8ff9,_0x2a9e14){const _0x4581e5=a71_0x1b56eb,_0x2ad8e0={};_0x2ad8e0['gZtZe']=function(_0x393688,_0x1c1c1e){return _0x393688===_0x1c1c1e;},_0x2ad8e0[_0x4581e5(0x23b)]=_0x4581e5(0x318);const _0x48b7a9=_0x2ad8e0,{hookData:_0x3fd20d}=_0x2a9e14,_0x35fe66={'testId':_0x1a06c9,'testFrameworkState':_0x3dbfd5,'hookState':_0x5c8ff9,'args':_0x2a9e14,'timestamp':new Date()[_0x4581e5(0x2da)]()};if(_0x48b7a9[_0x4581e5(0x272)](_0x3dbfd5,TestFrameworkState[_0x4581e5(0x2dd)])&&_0x3fd20d){const _0x2216ee={};_0x2216ee[_0x4581e5(0x20a)]=_0x3fd20d[_0x4581e5(0x23f)]||_0x3fd20d['location'],_0x2216ee[_0x4581e5(0x22b)]=_0x3fd20d[_0x4581e5(0x22b)]||_0x3fd20d[_0x4581e5(0x2f2)]&&_0x3fd20d[_0x4581e5(0x2f2)][0x0]||'',_0x2216ee['hookType']=_0x48b7a9[_0x4581e5(0x23b)],_0x35fe66[_0x4581e5(0x348)]=_0x2216ee,logger[_0x4581e5(0x298)](_0x4581e5(0x278)+_0x1a06c9+_0x4581e5(0x2c5)+_0x35fe66['hookMetadata'][_0x4581e5(0x20a)]+_0x4581e5(0x371)+_0x35fe66[_0x4581e5(0x348)][_0x4581e5(0x22b)]);}_0x2d2924[_0x4581e5(0x2d8)](_0x1a06c9,_0x35fe66),logger[_0x4581e5(0x298)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x1a06c9+_0x4581e5(0x2b9)+_0x3dbfd5+',\x20hookState:\x20'+_0x5c8ff9);}async[a71_0x1b56eb(0x2b1)](_0x153032,_0x56838a){const _0x36fc37=a71_0x1b56eb,_0x4decfd={};_0x4decfd[_0x36fc37(0x321)]=function(_0x10fa32,_0x3da582){return _0x10fa32>_0x3da582;},_0x4decfd[_0x36fc37(0x21b)]=_0x36fc37(0x1dc),_0x4decfd['WllAb']=function(_0x2df7ef,_0x4edd4c){return _0x2df7ef===_0x4edd4c;},_0x4decfd['hvvoz']=function(_0xf784fc,_0x41bb1c){return _0xf784fc===_0x41bb1c;},_0x4decfd['sNTpE']=function(_0x45698c,_0x5621df){return _0x45698c===_0x5621df;},_0x4decfd['OcmoW']=function(_0x370a9,_0x2d4d44){return _0x370a9===_0x2d4d44;},_0x4decfd[_0x36fc37(0x22c)]=function(_0xb82883,_0x1533af){return _0xb82883>_0x1533af;},_0x4decfd[_0x36fc37(0x2b0)]=function(_0x146637,_0x3db071){return _0x146637===_0x3db071;},_0x4decfd[_0x36fc37(0x2f8)]=_0x36fc37(0x21a),_0x4decfd[_0x36fc37(0x265)]=_0x36fc37(0x2d9);const _0x2f92f2=_0x4decfd;if(_0x153032[_0x36fc37(0x2f9)](_0x56838a)){const _0x2554b4=_0x153032[_0x36fc37(0x248)](_0x56838a);logger['debug'](_0x36fc37(0x322)+_0x2554b4[_0x36fc37(0x25a)]+_0x36fc37(0x1ea)+_0x56838a);for(const _0x4f77ea of _0x2554b4){try{const _0x23c82a=await this[_0x36fc37(0x35d)](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea[_0x36fc37(0x254)],_0x4f77ea[_0x36fc37(0x2f3)]);_0x23c82a&&_0x2f92f2[_0x36fc37(0x321)](Object[_0x36fc37(0x287)](_0x23c82a)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x23c82a),await this['runHooks'](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea['hookState'],_0x4f77ea[_0x36fc37(0x2f3)]);}catch(_0x3365ca){logger['error'](_0x36fc37(0x2b7)+_0x56838a+',\x20error:\x20'+_0x3365ca);}}_0x153032['removePendingHooks'](_0x56838a),logger[_0x36fc37(0x298)](_0x36fc37(0x28e)+_0x56838a);}const _0x22cca6=_0x153032[_0x36fc37(0x213)]()[_0x36fc37(0x1e0)](_0x56838a);if(_0x22cca6){const _0x497b35=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x345)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x310)]],_0xfba04d=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x308)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]]&&_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]][0x0]||'';logger[_0x36fc37(0x298)](_0x2f92f2[_0x36fc37(0x21b)]);const _0x407176=_0x153032[_0x36fc37(0x31d)]();for(const _0x33f3e9 of _0x407176){if(_0x2f92f2[_0x36fc37(0x2d2)](_0x33f3e9,_0x56838a))continue;if(_0x153032['hasPendingHooks'](_0x33f3e9)){const _0x23447d=_0x153032['getPendingHooks'](_0x33f3e9);for(const _0x1c5df7 of _0x23447d){if(_0x2f92f2[_0x36fc37(0x2c7)](_0x1c5df7[_0x36fc37(0x2a7)],TestFrameworkState[_0x36fc37(0x2dd)])&&_0x1c5df7[_0x36fc37(0x348)]){const _0x595663=_0x1c5df7[_0x36fc37(0x348)]['filePath'],_0x395ecb=_0x1c5df7[_0x36fc37(0x348)][_0x36fc37(0x22b)];if(_0x2f92f2['sNTpE'](_0x595663,_0x497b35)&&_0x2f92f2[_0x36fc37(0x361)](_0x395ecb,_0xfba04d)){logger[_0x36fc37(0x298)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x33f3e9+_0x36fc37(0x2aa)+_0x56838a+_0x36fc37(0x2c5)+_0x595663+',\x20scope:\x20'+_0x395ecb);_0x1c5df7[_0x36fc37(0x2f3)]&&_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)]&&(_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)][_0x36fc37(0x2fd)]=_0x56838a,logger[_0x36fc37(0x298)](_0x36fc37(0x241)+_0x33f3e9+_0x36fc37(0x2f4)+_0x56838a));try{const _0x16b532=await this[_0x36fc37(0x35d)](_0x153032,_0x1c5df7[_0x36fc37(0x2a7)],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);_0x16b532&&_0x2f92f2[_0x36fc37(0x22c)](Object['keys'](_0x16b532)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x16b532);await this['runHooks'](_0x153032,_0x1c5df7['testFrameworkState'],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);const _0x142378=_0x153032['getPendingHooks'](_0x33f3e9)[_0x36fc37(0x34b)](_0x38dccc=>_0x38dccc!==_0x1c5df7);if(_0x2f92f2[_0x36fc37(0x2b0)](_0x142378['length'],0x0))_0x153032['removePendingHooks'](_0x33f3e9);else{_0x153032[_0x36fc37(0x35e)](_0x33f3e9);for(const _0x3784fe of _0x142378){_0x153032['addPendingHook'](_0x33f3e9,_0x3784fe);}}logger[_0x36fc37(0x298)](_0x2f92f2['kxzWa']);}catch(_0x23995e){logger['error'](_0x2f92f2[_0x36fc37(0x265)]);}}}}}}}}['mapTestHooks'](_0x20a59d){const _0x545fee=a71_0x1b56eb,_0x2671e6={'wnylu':function(_0x4a5596){return _0x4a5596();}};if(!_0x20a59d||!_0x20a59d[_0x545fee(0x221)])return;_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)]&&Array[_0x545fee(0x2b3)](_0x20a59d['parent'][_0x545fee(0x35b)])&&_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)][_0x545fee(0x289)](_0x4c46af=>{const _0x5b3d72=_0x545fee;!_0x4c46af['hookAnalyticsId']&&!_0x4c46af[_0x5b3d72(0x36f)]&&(_0x4c46af[_0x5b3d72(0x357)]=_0x2671e6['wnylu'](uuidv4),_0x4c46af['hookUUID']=_0x4c46af['hookAnalyticsId'],logger[_0x5b3d72(0x298)](_0x5b3d72(0x339)+_0x4c46af['type']+',\x20hookUUID='+_0x4c46af['hookAnalyticsId']));}),this[_0x545fee(0x2bb)](_0x20a59d[_0x545fee(0x221)]);}[a71_0x1b56eb(0x281)](_0x48acd4){const _0x19fe95=a71_0x1b56eb,_0x489aaf={'nzseL':function(_0x428b70,_0x529979){return _0x428b70(_0x529979);}};if(!_0x48acd4||!_0x48acd4[_0x19fe95(0x221)])return[];const _0x122ab2=[];return _0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)]&&Array[_0x19fe95(0x2b3)](_0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)])&&_0x48acd4['parent'][_0x19fe95(0x35b)]['forEach'](_0xe24526=>{const _0x2a4a82=_0x19fe95,_0x29a397=_0xe24526['hookAnalyticsId']||_0xe24526[_0x2a4a82(0x36f)];_0x29a397&&!this[_0x2a4a82(0x28b)](_0xe24526)&&!_0x489aaf[_0x2a4a82(0x2a2)](isInternalHook,_0xe24526['fn'])&&_0x122ab2['push'](_0x29a397);}),[..._0x122ab2,...this[_0x19fe95(0x281)](_0x48acd4[_0x19fe95(0x221)])];}[a71_0x1b56eb(0x2e5)](_0x1c5a43){const _0x510e81=a71_0x1b56eb,_0x53224a={'SxHsK':function(_0x4b7726,_0xcc6340){return _0x4b7726(_0xcc6340);},'fDJDD':_0x510e81(0x327),'lwltW':function(_0x262d54,_0x7d9ea9){return _0x262d54(_0x7d9ea9);}},_0x41b5f6=new Map(),_0x1e141a=_0x1b4479=>{const _0x4d3394=_0x510e81;if(!_0x1b4479||!_0x1b4479[_0x4d3394(0x221)])return;_0x1b4479['parent'][_0x4d3394(0x35b)]&&Array[_0x4d3394(0x2b3)](_0x1b4479[_0x4d3394(0x221)]['hooks'])&&_0x1b4479[_0x4d3394(0x221)][_0x4d3394(0x35b)][_0x4d3394(0x289)](_0x17e228=>{const _0x23b5f3=_0x4d3394,_0x1d954c=_0x17e228[_0x23b5f3(0x357)]||_0x17e228[_0x23b5f3(0x36f)];if(_0x1d954c&&!this[_0x23b5f3(0x28b)](_0x17e228)&&!_0x53224a[_0x23b5f3(0x374)](isInternalHook,_0x17e228['fn'])){const _0x134c3c={};_0x134c3c[_0x23b5f3(0x332)]=_0x17e228[_0x23b5f3(0x332)]||_0x53224a[_0x23b5f3(0x2c6)],_0x134c3c[_0x23b5f3(0x29e)]=_0x17e228[_0x23b5f3(0x29e)]||'\x22'+_0x17e228[_0x23b5f3(0x332)]+_0x23b5f3(0x1ed),_0x41b5f6['set'](_0x1d954c,_0x134c3c);}}),_0x53224a['SxHsK'](_0x1e141a,_0x1b4479[_0x4d3394(0x221)]);};return _0x53224a[_0x510e81(0x1de)](_0x1e141a,_0x1c5a43),_0x41b5f6;}[a71_0x1b56eb(0x28b)](_0x1b2e64){const _0x5d0608=a71_0x1b56eb,_0x34f7de={};_0x34f7de[_0x5d0608(0x37c)]=_0x5d0608(0x250),_0x34f7de[_0x5d0608(0x2e1)]=_0x5d0608(0x353);const _0x428307=_0x34f7de;try{const _0x30693b=this[_0x5d0608(0x362)](_0x1b2e64);return _0x30693b&&_0x30693b[_0x5d0608(0x251)](_0x428307[_0x5d0608(0x37c)]);}catch(_0x4662c9){logger[_0x5d0608(0x298)](_0x428307[_0x5d0608(0x2e1)]);}return![];}[a71_0x1b56eb(0x362)](_0x50eac4){const _0x3a5b06=a71_0x1b56eb;if(_0x50eac4[_0x3a5b06(0x300)])try{const _0x49bab9=stackTrace[_0x3a5b06(0x211)](_0x50eac4['asyncError']);return _0x49bab9[0x0]?_0x49bab9[0x0][_0x3a5b06(0x334)]():null;}catch(_0x405185){logger[_0x3a5b06(0x298)](_0x3a5b06(0x351)+util['format'](_0x405185));}if(_0x50eac4[_0x3a5b06(0x355)])return _0x50eac4[_0x3a5b06(0x355)];return null;}}module[a71_0x1b56eb(0x249)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a72_0x1e9705=a72_0x5986;function a72_0x5986(_0x1b7583,_0x2211d7){const _0x4fd3de=a72_0x4fd3();return a72_0x5986=function(_0x5986a4,_0x19c601){_0x5986a4=_0x5986a4-0xdb;let _0x37e6bc=_0x4fd3de[_0x5986a4];return _0x37e6bc;},a72_0x5986(_0x1b7583,_0x2211d7);}(function(_0x4b8167,_0x2af061){const _0xf9afd=a72_0x5986,_0x39f995=_0x4b8167();while(!![]){try{const _0x592ba9=-parseInt(_0xf9afd(0xed))/0x1*(parseInt(_0xf9afd(0xdf))/0x2)+-parseInt(_0xf9afd(0xdd))/0x3*(-parseInt(_0xf9afd(0x104))/0x4)+parseInt(_0xf9afd(0xe5))/0x5+parseInt(_0xf9afd(0x100))/0x6*(-parseInt(_0xf9afd(0xf7))/0x7)+-parseInt(_0xf9afd(0xef))/0x8+-parseInt(_0xf9afd(0xe4))/0x9*(-parseInt(_0xf9afd(0x105))/0xa)+parseInt(_0xf9afd(0xea))/0xb;if(_0x592ba9===_0x2af061)break;else _0x39f995['push'](_0x39f995['shift']());}catch(_0x332863){_0x39f995['push'](_0x39f995['shift']());}}}(a72_0x4fd3,0xbf6a8));const AutomationFramework=require(a72_0x1e9705(0xe9)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x1e9705(0x101)),CLIUtils=require(a72_0x1e9705(0x103)),TrackedInstance=require(a72_0x1e9705(0xf3)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x1e9705(0xe8)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x5a6d56,_0x13ff7b){super(_0x5a6d56,_0x13ff7b);}async[a72_0x1e9705(0xe1)](_0x175317,_0x45918e,_0x5581b7={}){const _0x356f03=a72_0x1e9705,_0xda7e2c={};_0xda7e2c[_0x356f03(0xdc)]=function(_0x4a48d5,_0x566a8f){return _0x4a48d5===_0x566a8f;};const _0x36baa2=_0xda7e2c;this['logger'][_0x356f03(0xf1)](_0x356f03(0xf5)+_0x175317+_0x356f03(0xe7)+_0x45918e),await super[_0x356f03(0xe1)](_0x175317,_0x45918e,_0x5581b7);const _0x539d4d=this[_0x356f03(0xf6)](_0x175317,_0x45918e,_0x5581b7);if(_0x36baa2[_0x356f03(0xdc)](_0x539d4d,null))return;_0x5581b7[_0x356f03(0xde)]=_0x539d4d,await this[_0x356f03(0xfa)](_0x539d4d,_0x175317,_0x45918e,_0x5581b7);}['resolveInstance'](_0x3c713f,_0x453cb9,_0x3f0c8e={}){const _0x51f6d3=a72_0x1e9705,_0x4f54b3={};_0x4f54b3[_0x51f6d3(0xeb)]=function(_0x36f77e,_0x5f4de2){return _0x36f77e===_0x5f4de2;};const _0x5f1705=_0x4f54b3;let _0x31d929=null;return(_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xff)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xe6)])&&(_0x3f0c8e['message']&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)]&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)][_0x51f6d3(0xe2)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xf4)]))&&this[_0x51f6d3(0xf2)](_0x3c713f,_0x3f0c8e),_0x31d929=AutomationFramework['getTrackedInstance'](),_0x31d929;}[a72_0x1e9705(0xf2)](_0x4b770c,_0x1255cc){const _0xf9d1bd=a72_0x1e9705,_0x415ce0={};_0x415ce0['WpvNQ']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x443cf3=_0x415ce0;if(AutomationFramework[_0xf9d1bd(0xfc)]()){this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)](_0x443cf3[_0xf9d1bd(0xf9)]);return;}const _0x5a6442=CLIUtils[_0xf9d1bd(0xf8)](),_0x3e3c49=TrackedInstance[_0xf9d1bd(0xfe)](_0x5a6442);let _0x1e7082=null;this[_0xf9d1bd(0xe8)]['info'](_0xf9d1bd(0x102)+_0x5a6442+_0xf9d1bd(0xdb)+_0x4b770c),_0x1e7082=new AutomationFrameworkInstance(_0x3e3c49,this['getAutomationFrameworkName'](),this[_0xf9d1bd(0xf0)](),_0x4b770c),AutomationFramework[_0xf9d1bd(0xfd)](_0x3e3c49,_0x1e7082),this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3e3c49['getId']()+_0xf9d1bd(0xe0)+_0x5a6442);}}function a72_0x4fd3(){const _0x3cc6d1=['10824GaquYk','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../cliUtils.js','4ldOwta','10JiINMT',',\x20state=','iSNIu','996369MJSsmJ','instance','837206Msvzzh','\x20target=','trackEvent','bsParams','message','137763eiWKvk','3878700gwUEZL','PLAYWRIGHT_DISPATCH','\x20hookState=','logger','./automationFramework.js','31844747mgKDnN','qZcbr','params','2NTAhha','info','9866568qyNGpy','getAutomationFrameworkVersion','debug','trackPlaywrightInstance','../instances/trackedInstance.js','NONE','trackEvent:\x20automationFrameworkState=','resolveInstance','4515TQHQhi','getCurrentInstanceName','WpvNQ','runHooks','exports','getTrackedInstance','setTrackedInstance','createContext','CREATE'];a72_0x4fd3=function(){return _0x3cc6d1;};return a72_0x4fd3();}module[a72_0x1e9705(0xfb)]=PlaywrightAutomationFramework;
|