browserstack-node-sdk 1.62.0 → 1.63.0
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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/load/index.js +193 -12
- package/src/bin/load/load/loadErrors.js +248 -0
- package/src/bin/load/loadErrors.js +1 -0
- 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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.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/puppeteer-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/newmanTestFramework.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/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.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/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -0
- 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/caCertHelper.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/driverInitErrorReporter.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/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.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
|
-
function a91_0x557a(){const _0x4d9685=['hLGrl','KEY_TEST_META','replace',',\x20hook_run_uuid=','uncel','Stored\x20pending\x20hook\x20for\x20testId:\x20','testUUID','KEY_HOOKS_STARTED','../cliUtils.js','getProcessId',',\x20response=','trackJestInstance:\x20created\x20instance\x20for\x20target=','\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','parseJestTestResult','hook_type','ThMpg','953199gYmupq','name','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','NONE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','buildHookMapFromTest','getJestTestIdentifier','1276180RNSudT','XTLuP','testData','skipped','\x20attachments','getPendingHooks','sjNva','kpBhr','Bhwjh','\x20logs\x20for\x20testId:\x20','KEY_LOGS','getRootParentFile','has','args','KEY_TEST_LOCATION',',\x20testFramework=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','_ALL','get','KEY_TEST_RESULT_AT','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_TAGS','LOG_REPORT','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','warn','getInstance','KEY_TEST_RERUN_NAME','getTrackedInstance','vQLUg','NJWww','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','code','tnzfx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','QSwIr','../instances/trackedInstance.js','zPLdR','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hookState','hookMetadata','AssertionError','oaqPL','KEY_TEST_UUID',',\x20messageLength=','getAllData','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','hghGs','pPXNu','body','result','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','../state/hookState.js',',\x20hookUUID=','2579689sSpKAA','instance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ID','Mbjwq','kzTuX','testId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','trackJestInstance','QEsIy','concat','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists','../grpcClient','../TestInfo.js','getTestFrameworks','SvFvv','KEY_TEST_FAILURE','BYfBF','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','JvgWB','KEY_CUSTOM_TAGS','KEY_TEST_SCOPE','type','getTestFrameworksVersions','browserstackPlatformIndex','ZMBIP','format','./constants/testFrameworkConstants.js','KEY_TEST_STARTED_AT','VAnfU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','bZsFb','storePendingHook','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','scope','passed','KEY_HOOK_NAME','retryOf','createContext','../../../helpers/classLogger.js','vFHMJ','SprPZ',',\x20hook=',',\x20failureReason=',',\x20result=',',\x20consoleLogs:\x20','failure_reason','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','duration','KEY_TEST_ENDED_AT','edRxm','Unknown\x20error','DpyxS','map','hook_result','executionContext',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20attachmentLogs:\x20',',\x20totalBatches:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20testData=','filePath',',\x20duration=',',\x20totalLogs:\x20','addPendingHook','beforeAll','logCreatedEvent',',\x20exception=','removeActiveHook',',\x20state:\x20',',\x20argsKeys=','scopes','TEST','KEY_HOOKS_FINISHED','isJestInternalHook','processPendingHooks','GvrVG','getJestFailureData','getJestTestName','\x20pending\x20hooks\x20for\x20testId:\x20','__workerDetails','failed','asyncError','FIfjX','parent','1313298sBKYwu','test','mapTestHooks','skip','KEY_TEST_RETRY_OF','getCurrentTestState','startedAt','\x20(testIdentifier),\x20tags=','EZceJ','iUyeU','maxArrayLength','KexJq','inspect','KEY_TEST_SCOPES','UfpmP','getThreadId','BEFORE_ALL','status','util','fUhdr','delete','\x20files','PRE',',\x20hookType=','from','wiFxY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20payload:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','exports','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','BFBTP','TEST_SCREENSHOT','toISOString','KEY_HOOK_FAILURE_TYPE','hKMLV','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','bcEfg','RxzaX','originalTest','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','parseJestTest','depth','addMultipleEntries','NkzHt','ceil','zTydE','FdGyy','../../../helpers/test-observability/utils','viFiY','afterAll','KEY_TEST_FAILURE_TYPE','sRDGK','wstvH','98514wwpqrn','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','kBCyW','testFrameworkState','finished_at','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','join','includes','KEY_HOOK_ID','IEIKy',',\x20error:\x20','getId',',\x20logsInBatch:\x20','DwEyK','split','KEY_TEST_NAME',',\x20totalHooks=','forEach','KEY_HOOK_LOGS','\x20hook','runHooks','KEY_TEST_FRAMEWORK_VERSION','fajel',',\x20contextId=','rCkZH','getActiveHook','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','XfuRi',',\x20testId=','14sQYnsI','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','debug','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20hookId=','file','DKaHh',',\x20hooksListLength=','started_at',',\x20currentTestId:\x20','resolveInstance',',\x20scope:\x20','parse','trackHookEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getJestTestFilePath',',\x20remainingHooks=','keys','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','VbCdp','\x22\x20hook','length','7550576LvRSHl','toString','base64','eLpSZ','\x20-\x20testId:\x20','message','slice','errorsDetailed','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','acZmR',',\x20hookData=','getCurrentHookState','getCurrentInstanceName','test_run_uuid','error','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','set','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_LOGS','test_run_id','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','activeHooks','unknown','MyfDJ','DEFAULT_TEST_RESULT','hookUUID','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','FULdA','missing','isArray','getContext',',\x20target=',',\x20version=','sendLogCreatedEvent','getJestFailureReason','stringify','getHooksForTest','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hooks','\x20&\x20hookState=','gAbcM','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','3041828kTyQjU','hook_id','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20(testIdentifier)','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','setActiveHook',',\x20state=','KEY_TEST_FAILURE_REASON','../../../helpers/stackFrameUtils','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_RESULT','getJestTestTags','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','JDwXh','file_name','KbsBl','../../../helpers/helper.js','KEY_HOOK_FAILURE_REASON',',\x20scopes=','uuid','ZuKPo','removePendingHooks','POST','Assert','KEY_HOOK_LAST_STARTED','BjguM','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','trackEvent','filter','\x20(testIdentifier),\x20hookType=','OmsoW',':testAnalyticsId','toUpperCase','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','hookData','KEY_TEST_CODE','test_identifier','eUIGn','ncDUg','KEY_TEST_FILE_PATH','./testFramework',',\x20filePath:\x20','zjsRd',',\x20filePath=','hasPendingHooks','lkIXi','endedAt','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','qgLYD','OMtUx','AMiYQ','NkXJZ',',\x20failureType=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','ZvcdL','KEY_EVENT_ENDED_AT','XOlNB','JestTestFramework','substring','getJestFailureType','DEFAULT_HOOK_RESULT','hookType','title','\x20(testIdentifier),\x20result=','Unknown\x20Test',',\x20test_run_uuid=','hookAnalyticsId','tags','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','matchHookRegex','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_ATTACHMENTS'];a91_0x557a=function(){return _0x4d9685;};return a91_0x557a();}const a91_0x169bf5=a91_0x3666;(function(_0x21c174,_0x1dd8ae){const _0x2bb226=a91_0x3666,_0x4e5f80=_0x21c174();while(!![]){try{const _0x344df8=-parseInt(_0x2bb226(0x186))/0x1+-parseInt(_0x2bb226(0x275))/0x2*(-parseInt(_0x2bb226(0x257))/0x3)+parseInt(_0x2bb226(0x128))/0x4+parseInt(_0x2bb226(0x18d))/0x5+-parseInt(_0x2bb226(0x21f))/0x6+-parseInt(_0x2bb226(0x1c5))/0x7+parseInt(_0x2bb226(0x28e))/0x8;if(_0x344df8===_0x1dd8ae)break;else _0x4e5f80['push'](_0x4e5f80['shift']());}catch(_0x164070){_0x4e5f80['push'](_0x4e5f80['shift']());}}}(a91_0x557a,0x9e644));const TestFramework=require(a91_0x169bf5(0x154)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a91_0x169bf5(0x1c3)),{createClassLogger}=require(a91_0x169bf5(0x1ef)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a91_0x169bf5(0x17d)),TrackedInstance=require(a91_0x169bf5(0x1b2)),TestFrameworkConstants=require(a91_0x169bf5(0x1e3)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x169bf5(0x13a)),{isInternalHook}=require(a91_0x169bf5(0x251)),logger=createClassLogger(a91_0x169bf5(0x165)),{v4:uuidv4}=require('uuid'),util=require(a91_0x169bf5(0x231)),TestInfo=require(a91_0x169bf5(0x1d5)),GrpcClient=require(a91_0x169bf5(0x1d4)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a91_0x169bf5(0x131));class JestTestFramework extends TestFramework{constructor(_0x4075b8,_0x59eae8,_0x2fea2f){super(_0x4075b8,_0x59eae8,_0x2fea2f),this['activeHooks']=new Map();}[a91_0x169bf5(0x12e)](_0x2b9ead,_0x3bb4ce,_0x138749){const _0x129a59=a91_0x169bf5,_0x31b4ae={};_0x31b4ae[_0x129a59(0x1ca)]=function(_0x946b59,_0xcf515e){return _0x946b59||_0xcf515e;};const _0x291e49=_0x31b4ae;if(_0x291e49[_0x129a59(0x1ca)](!_0x2b9ead,!_0x3bb4ce)){logger[_0x129a59(0x1a5)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2b9ead+_0x129a59(0x1c4)+_0x3bb4ce);return;}!this['activeHooks'][_0x129a59(0x199)](_0x2b9ead)&&this[_0x129a59(0x2a8)][_0x129a59(0x29e)](_0x2b9ead,[]);const _0x1ea14f={'hookUUID':_0x3bb4ce,'hookType':_0x138749,'startedAt':new Date()[_0x129a59(0x242)]()};this[_0x129a59(0x2a8)][_0x129a59(0x19f)](_0x2b9ead)[_0x129a59(0x144)](_0x1ea14f),logger[_0x129a59(0x27a)](_0x129a59(0x1da)+_0x2b9ead+_0x129a59(0x1c4)+_0x3bb4ce+_0x129a59(0x236)+_0x138749+_0x129a59(0x268)+this[_0x129a59(0x2a8)]['get'](_0x2b9ead)[_0x129a59(0x28d)]);}[a91_0x169bf5(0x20e)](_0x44a72b,_0x7846ce){const _0x1f5a9a=a91_0x169bf5,_0x3d789b={};_0x3d789b[_0x1f5a9a(0x15c)]=function(_0x1f4611,_0x34e2c4){return _0x1f4611||_0x34e2c4;},_0x3d789b[_0x1f5a9a(0x1f1)]=function(_0x397a4b,_0x25a791){return _0x397a4b!==_0x25a791;},_0x3d789b['tnzfx']=function(_0x5804bc,_0x44ef19){return _0x5804bc===_0x44ef19;};const _0x309224=_0x3d789b;if(_0x309224[_0x1f5a9a(0x15c)](!_0x44a72b,!_0x7846ce)){logger['warn'](_0x1f5a9a(0x170)+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce);return;}if(this[_0x1f5a9a(0x2a8)][_0x1f5a9a(0x199)](_0x44a72b)){const _0x50e308=this['activeHooks'][_0x1f5a9a(0x19f)](_0x44a72b),_0x165cce=_0x50e308['findIndex'](_0x55bd5b=>_0x55bd5b['hookUUID']===_0x7846ce);_0x309224[_0x1f5a9a(0x1f1)](_0x165cce,-0x1)?(_0x50e308['splice'](_0x165cce,0x1),logger['debug'](_0x1f5a9a(0x205)+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce+_0x1f5a9a(0x288)+_0x50e308['length']),_0x309224[_0x1f5a9a(0x1af)](_0x50e308[_0x1f5a9a(0x28d)],0x0)&&this[_0x1f5a9a(0x2a8)][_0x1f5a9a(0x233)](_0x44a72b)):logger[_0x1f5a9a(0x27a)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce);}}[a91_0x169bf5(0x271)](_0x52ffda){const _0x3c0bd5=a91_0x169bf5,_0x591190={};_0x591190[_0x3c0bd5(0x1b3)]=function(_0x4a6bc3,_0x5518ef){return _0x4a6bc3>_0x5518ef;},_0x591190[_0x3c0bd5(0x15f)]=function(_0x403625,_0x323ad2){return _0x403625-_0x323ad2;};const _0x1c11d0=_0x591190;if(!_0x52ffda)return null;if(this[_0x3c0bd5(0x2a8)][_0x3c0bd5(0x199)](_0x52ffda)){const _0x10f429=this[_0x3c0bd5(0x2a8)][_0x3c0bd5(0x19f)](_0x52ffda);if(_0x1c11d0[_0x3c0bd5(0x1b3)](_0x10f429[_0x3c0bd5(0x28d)],0x0)){const _0x3079eb=_0x10f429[_0x1c11d0['NkXJZ'](_0x10f429[_0x3c0bd5(0x28d)],0x1)];return logger[_0x3c0bd5(0x27a)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x52ffda+_0x3c0bd5(0x1c4)+_0x3079eb[_0x3c0bd5(0x2ac)]+_0x3c0bd5(0x236)+_0x3079eb['hookType']),_0x3079eb;}}return null;}async[a91_0x169bf5(0x147)](_0x4da6c9,_0x16d659,_0x2a8560={}){const _0x30be1d=a91_0x169bf5,_0x43473f={};_0x43473f['gAbcM']=_0x30be1d(0x1b5),_0x43473f[_0x30be1d(0x265)]=function(_0x8dda1e,_0x1245e5){return _0x8dda1e===_0x1245e5;},_0x43473f[_0x30be1d(0x244)]=function(_0x36ec5d,_0x11c1fe){return _0x36ec5d===_0x11c1fe;},_0x43473f[_0x30be1d(0x252)]=function(_0x40e7f6,_0x3d96d7){return _0x40e7f6||_0x3d96d7;},_0x43473f[_0x30be1d(0x193)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x36930f=_0x43473f;logger[_0x30be1d(0x27a)](_0x30be1d(0x29d)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x210)+Object[_0x30be1d(0x289)](_0x2a8560)[_0x30be1d(0x25e)](',')),await super[_0x30be1d(0x147)](_0x4da6c9,_0x16d659,_0x2a8560);const _0xc0f7bb=this[_0x30be1d(0x282)](_0x4da6c9,_0x16d659,_0x2a8560);if(!_0xc0f7bb){logger['debug'](_0x36930f[_0x30be1d(0x126)]);return;}try{let _0x57a7b3,_0x3fd6f7,_0x5ab54b;switch(_0x4da6c9){case TestFrameworkState[_0x30be1d(0x212)]:_0x57a7b3=_0x2a8560['test'];const _0x153f49={};_0x153f49[_0x30be1d(0x24b)]=0x2,_0x153f49[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x286)+_0x16d659+_0x30be1d(0x206)+util['inspect'](_0x57a7b3,_0x153f49)),_0x5ab54b=this[_0x30be1d(0x18c)](_0x57a7b3),_0x3fd6f7=null,logger['debug'](_0x30be1d(0x2a7)+_0x5ab54b+_0x30be1d(0x12b));if(_0x36930f[_0x30be1d(0x265)](_0x16d659,HookState[_0x30be1d(0x235)])){logger[_0x30be1d(0x27a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5ab54b);const _0x43629a={};_0x43629a[_0x30be1d(0x17b)]=_0x3fd6f7,_0x43629a['testData']=_0x57a7b3,_0x43629a[_0x30be1d(0x1cb)]=_0x5ab54b;const _0x35489f=this['parseJestTest'](_0x43629a),_0x31aea9={};_0x31aea9[_0x30be1d(0x24b)]=0x2,_0x31aea9[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x1d1)+util[_0x30be1d(0x22b)](_0x35489f,_0x31aea9)),_0xc0f7bb[_0x30be1d(0x24c)](_0x35489f),logger[_0x30be1d(0x27a)](_0x30be1d(0x23f)+_0x5ab54b),await this[_0x30be1d(0x215)](_0xc0f7bb,_0x5ab54b);}else{if(_0x36930f[_0x30be1d(0x244)](_0x16d659,HookState[_0x30be1d(0x140)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x5ab54b);const _0x4f6d59=_0xc0f7bb['getAllData']()['get'](_0x5ab54b);logger[_0x30be1d(0x27a)](_0x30be1d(0x23b)+util[_0x30be1d(0x22b)](Object['keys'](_0x36930f[_0x30be1d(0x252)](_0x4f6d59,{}))));_0x4f6d59&&_0x4f6d59[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x30be1d(0x27a)](_0x30be1d(0x1d0)+Object['keys'](_0x4f6d59[TestFrameworkConstants[_0x30be1d(0x174)]])[_0x30be1d(0x28d)]+_0x30be1d(0x234)):logger[_0x30be1d(0x27a)](_0x36930f['sjNva']);const _0x28a20b=_0x2a8560[_0x30be1d(0x248)]||null,_0x133a92={};_0x133a92[_0x30be1d(0x17b)]=_0x3fd6f7,_0x133a92[_0x30be1d(0x18f)]=_0x57a7b3,_0x133a92['testId']=_0x5ab54b,_0x133a92['originalTest']=_0x28a20b;const _0x33dcd8=this[_0x30be1d(0x183)](_0x133a92),_0x4c3319={};_0x4c3319[_0x30be1d(0x24b)]=0x2,_0x4c3319[_0x30be1d(0x229)]=0x3,logger['debug'](_0x30be1d(0x14d)+util[_0x30be1d(0x22b)](_0x33dcd8,_0x4c3319)),_0xc0f7bb[_0x30be1d(0x24c)](_0x33dcd8),logger[_0x30be1d(0x27a)](_0x30be1d(0x1ac)+_0x5ab54b),await this[_0x30be1d(0x215)](_0xc0f7bb,_0x5ab54b);}}break;case TestFrameworkState[_0x30be1d(0x1a3)]:if(_0x36930f[_0x30be1d(0x265)](_0x16d659,HookState[_0x30be1d(0x140)])){const _0x4a2f15={};_0x4a2f15[_0x30be1d(0x24b)]=0x2,logger[_0x30be1d(0x27a)](_0x30be1d(0x25d)+util['inspect'](_0x2a8560,_0x4a2f15)),await this[_0x30be1d(0x2b5)](_0xc0f7bb,_0x4da6c9,_0x2a8560);}break;default:if(CLIUtils[_0x30be1d(0x172)](_0x4da6c9[_0x30be1d(0x28f)]()[_0x30be1d(0x266)]('.')[0x1])){const _0x522f58={};_0x522f58['depth']=0x2,_0x522f58[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x239)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x298)+util[_0x30be1d(0x22b)](_0x2a8560[_0x30be1d(0x14e)],_0x522f58));const _0x246bf0=await this[_0x30be1d(0x285)](_0xc0f7bb,_0x4da6c9,_0x16d659,_0x2a8560),_0x27011c={};_0x27011c['depth']=0x2,_0x27011c[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x23e)+util[_0x30be1d(0x22b)](_0x246bf0,_0x27011c)),_0xc0f7bb['addMultipleEntries'](_0x246bf0);}else logger[_0x30be1d(0x27a)](_0x30be1d(0x202)+_0x4da6c9+_0x30be1d(0x125)+_0x16d659);break;}logger['debug'](_0x30be1d(0x1e9)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659);}catch(_0x6abdb7){logger[_0x30be1d(0x29c)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x20d)+util['format'](_0x6abdb7));}_0x2a8560[_0x30be1d(0x1c6)]=_0xc0f7bb,await this[_0x30be1d(0x26c)](_0xc0f7bb,_0x4da6c9,_0x16d659,_0x2a8560);}[a91_0x169bf5(0x18c)](_0x52edf6){const _0x518ca3=a91_0x169bf5,_0xadcb94={};_0xadcb94['vZeDL']=_0x518ca3(0x188);const _0x37eacc=_0xadcb94;if(_0x52edf6&&(_0x52edf6['id']||_0x52edf6[_0x518ca3(0x13d)])){const _0x2cff2f=_0x52edf6['id']||_0x52edf6[_0x518ca3(0x13d)];return logger[_0x518ca3(0x27a)](_0x518ca3(0x272)+_0x2cff2f+'\x22\x20from\x20testData'),_0x2cff2f;}return logger[_0x518ca3(0x27a)](_0x37eacc['vZeDL']),process['pid']+_0x518ca3(0x14b);}['resolveInstance'](_0x57650d,_0x3fdfc4,_0x170ab5={}){const _0x3c6be1=a91_0x169bf5;let _0x57308b=null;return _0x57308b=TestFramework[_0x3c6be1(0x1a8)](),!_0x57308b?(logger[_0x3c6be1(0x27a)](_0x3c6be1(0x1bd)+_0x57650d),this[_0x3c6be1(0x1cd)](_0x57650d,_0x170ab5),_0x57308b=TestFramework[_0x3c6be1(0x1a8)](),logger[_0x3c6be1(0x27a)](_0x3c6be1(0x1a1)+!!_0x57308b+_0x3c6be1(0x26f)+_0x57308b?.[_0x3c6be1(0x2b2)]()?.[_0x3c6be1(0x263)]())):logger[_0x3c6be1(0x27a)](_0x3c6be1(0x276)+_0x57308b['getContext']()?.[_0x3c6be1(0x263)]()),_0x57308b;}[a91_0x169bf5(0x1cd)](_0x3f871a,_0x5af285){const _0x2bdd7c=a91_0x169bf5,_0x56b86a={};_0x56b86a[_0x2bdd7c(0x1b1)]=_0x2bdd7c(0x1d3);const _0x8b86b=_0x56b86a;if(TestFramework[_0x2bdd7c(0x1a8)]()){logger['debug'](_0x8b86b[_0x2bdd7c(0x1b1)]);return;}const _0x47d3df=CLIUtils[_0x2bdd7c(0x29a)](),_0x2d5ec1=TrackedInstance[_0x2bdd7c(0x1ee)](_0x47d3df);let _0xaed9ee=null;logger['debug'](_0x2bdd7c(0x180)+_0x47d3df+_0x2bdd7c(0x12f)+_0x3f871a),_0xaed9ee=new TestFrameworkInstance(_0x2d5ec1,this[_0x2bdd7c(0x1d6)](),this[_0x2bdd7c(0x1df)](),_0x3f871a,HookState[_0x2bdd7c(0x189)]),TestFramework['setTrackedInstance'](_0x2d5ec1,_0xaed9ee),logger['debug'](_0x2bdd7c(0x161)+_0x2d5ec1['getId']()+_0x2bdd7c(0x2b3)+_0x47d3df+_0x2bdd7c(0x19c)+this['getTestFrameworks']()[0x0]+_0x2bdd7c(0x2b4)+this[_0x2bdd7c(0x1df)]()[this[_0x2bdd7c(0x1d6)]()[0x0]]);}[a91_0x169bf5(0x24a)](_0x2480c2){const _0x24af4e=a91_0x169bf5,_0x180407={};_0x180407[_0x24af4e(0x1e5)]=function(_0x52bdcb,_0x579e12){return _0x52bdcb||_0x579e12;},_0x180407[_0x24af4e(0x164)]=_0x24af4e(0x27b);const _0x393f02=_0x180407,{testUUID:_0x5bd150,testData:_0x133b3f,testId:_0x59bab7}=_0x2480c2;if(_0x393f02[_0x24af4e(0x1e5)](!_0x133b3f,!_0x59bab7))return logger[_0x24af4e(0x27a)](_0x393f02[_0x24af4e(0x164)]),{};const _0x2480d4=this[_0x24af4e(0x1d6)]()[0x0],_0x4f61a2=this[_0x24af4e(0x1df)](),_0x1114ff={};_0x1114ff[_0x24af4e(0x24b)]=0x2,_0x1114ff[_0x24af4e(0x229)]=0x3,logger[_0x24af4e(0x27a)](_0x24af4e(0x1c2)+util[_0x24af4e(0x22b)](_0x133b3f,_0x1114ff));const _0x26b34f=_0x133b3f?.[_0x24af4e(0x211)]||[],_0x55b8a7=this[_0x24af4e(0x218)](_0x133b3f),_0x403eb4=this['getJestTestFilePath'](_0x133b3f),_0x3b00c2=_0x133b3f['fn']?_0x133b3f['fn'][_0x24af4e(0x28f)]():_0x133b3f?.['body']?_0x133b3f[_0x24af4e(0x1c0)][_0x24af4e(0x1ae)][_0x24af4e(0x28f)]():null,_0x2d82ed=this[_0x24af4e(0x134)](_0x133b3f),_0x30d0e6={[TestFrameworkConstants[_0x24af4e(0x2a6)]]:_0x2480d4,[TestFrameworkConstants[_0x24af4e(0x26d)]]:_0x4f61a2[_0x2480d4],[TestFrameworkConstants[_0x24af4e(0x2a4)]]:[],[TestFrameworkConstants[_0x24af4e(0x213)]]:{},[TestFrameworkConstants[_0x24af4e(0x17c)]]:{},[TestFrameworkConstants[_0x24af4e(0x133)]]:TestFrameworkConstants[_0x24af4e(0x2ab)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x55b8a7,[TestFrameworkConstants[_0x24af4e(0x153)]]:_0x403eb4,[TestFrameworkConstants[_0x24af4e(0x1c8)]]:_0x59bab7,[TestFrameworkConstants[_0x24af4e(0x267)]]:_0x55b8a7,[TestFrameworkConstants[_0x24af4e(0x19b)]]:_0x403eb4,[TestFrameworkConstants[_0x24af4e(0x14f)]]:_0x3b00c2,[TestFrameworkConstants[_0x24af4e(0x1a2)]]:_0x2d82ed,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x133b3f[_0x24af4e(0x280)]||new Date()[_0x24af4e(0x242)](),[TestFrameworkConstants[_0x24af4e(0x1dd)]]:_0x26b34f[0x0]||'',[TestFrameworkConstants[_0x24af4e(0x22c)]]:_0x26b34f,[TestFrameworkConstants[_0x24af4e(0x1a7)]]:_0x55b8a7,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x24af4e(0x176)]]:{}};_0x133b3f[_0x24af4e(0x1ed)]&&(_0x30d0e6[TestFrameworkConstants[_0x24af4e(0x223)]]=_0x133b3f[_0x24af4e(0x1ed)]);logger[_0x24af4e(0x27a)](_0x24af4e(0x136)+_0x55b8a7+_0x24af4e(0x274)+_0x59bab7+_0x24af4e(0x226)+JSON[_0x24af4e(0x121)](_0x2d82ed)+_0x24af4e(0x13c)+util['inspect'](_0x26b34f)+_0x24af4e(0x157)+_0x403eb4);const _0x3b3aac={};return _0x3b3aac[_0x59bab7]=_0x30d0e6,_0x3b3aac;}['parseJestTestResult'](_0x1af6f6){const _0xef613f=a91_0x169bf5,_0x48cf10={'jPvdo':function(_0x4caabd,_0xb6bbc0){return _0x4caabd===_0xb6bbc0;},'QEsIy':_0xef613f(0x253),'MLEQn':function(_0x9f179b,_0x109cc3){return _0x9f179b===_0x109cc3;},'ncDUg':'beforeAll','acZmR':'ALL','kBCyW':_0xef613f(0x19e),'hLGrl':function(_0x96f04a,_0x4ecf74){return _0x96f04a||_0x4ecf74;},'XTLuP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','JvgWB':_0xef613f(0x2a9),'IEIKy':function(_0x20a210,_0x143e95){return _0x20a210>_0x143e95;},'kpBhr':'failed','BFBTP':function(_0x3aac10,_0x222c42){return _0x3aac10===_0x222c42;},'VbCdp':_0xef613f(0x222),'OmsoW':function(_0x35b640,_0x120cfc){return _0x35b640===_0x120cfc;},'XfuRi':_0xef613f(0x190),'ZuKPo':'passed','zTydE':function(_0x45349a,_0x2400ae){return _0x45349a!==_0x2400ae;},'duBYW':function(_0x5d8c7e,_0x570a01,_0xdedb02,_0x57a3fa){return _0x5d8c7e(_0x570a01,_0xdedb02,_0x57a3fa);},'uGCEk':_0xef613f(0x12c),'ZMBIP':function(_0xace9f8,_0x414ef4){return _0xace9f8===_0x414ef4;}},{testUUID:_0x528d51,testData:_0x360628,testId:_0x1dc59f}=_0x1af6f6;if(_0x48cf10[_0xef613f(0x175)](!_0x360628,!_0x1dc59f))return logger['debug'](_0x48cf10[_0xef613f(0x18e)]),{};const _0x3636ed=this[_0xef613f(0x282)](TestFrameworkState['TEST'],HookState[_0xef613f(0x140)]),_0x57831e=_0x3636ed[_0xef613f(0x1bc)]()[_0xef613f(0x19f)](_0x1dc59f),_0x1d02b6=_0x48cf10[_0xef613f(0x175)](_0x57831e,{}),_0x46fc8d=_0x1d02b6?_0x1d02b6[TestFrameworkConstants[_0xef613f(0x1dc)]]||{}:{},_0x21a41d=_0x1d02b6[TestFrameworkConstants[_0xef613f(0x174)]];logger['debug'](_0xef613f(0x127)+(_0x21a41d?Object[_0xef613f(0x289)](_0x21a41d)[_0xef613f(0x28d)]:0x0)+_0xef613f(0x191));let _0x495366=_0x48cf10[_0xef613f(0x1db)];if(_0x360628[_0xef613f(0x1c1)])_0x495366=_0x360628[_0xef613f(0x1c1)];else{if(_0x360628[_0xef613f(0x295)]&&_0x48cf10['IEIKy'](_0x360628[_0xef613f(0x295)][_0xef613f(0x28d)],0x0))_0x495366=_0x48cf10['kpBhr'];else _0x48cf10[_0xef613f(0x240)](_0x360628[_0xef613f(0x230)],_0x48cf10[_0xef613f(0x28b)])||_0x48cf10[_0xef613f(0x14a)](_0x360628['status'],_0x48cf10['XfuRi'])?_0x495366=_0x48cf10[_0xef613f(0x273)]:_0x495366=_0x48cf10[_0xef613f(0x13e)];}const _0x36403e={..._0x1d02b6,[TestFrameworkConstants[_0xef613f(0x133)]]:_0x495366,[TestFrameworkConstants[_0xef613f(0x1fa)]]:_0x360628[_0xef613f(0x25c)]||new Date()[_0xef613f(0x242)](),[TestFrameworkConstants[_0xef613f(0x1a0)]]:new Date()[_0xef613f(0x242)](),[TestFrameworkConstants[_0xef613f(0x1dc)]]:_0x46fc8d,[TestFrameworkConstants[_0xef613f(0x197)]]:_0x1d02b6[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0xef613f(0x176)]]:{}};if(_0x48cf10[_0xef613f(0x240)](_0x495366,_0x48cf10[_0xef613f(0x194)])&&_0x360628[_0xef613f(0x295)]){const _0x3b18cc=this['getJestFailureReason'](_0x360628),_0x4dd19a=this['getJestFailureType'](_0x360628),_0x8bcb48=this[_0xef613f(0x217)](_0x360628);_0x36403e[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x4dd19a,_0x36403e[TestFrameworkConstants[_0xef613f(0x130)]]=_0x3b18cc,_0x36403e[TestFrameworkConstants[_0xef613f(0x1d8)]]=_0x8bcb48;}_0x48cf10[_0xef613f(0x24f)](_0x360628['duration'],undefined)&&(_0x36403e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x360628[_0xef613f(0x1f9)]);_0x360628[_0xef613f(0x1ed)]&&(_0x36403e[TestFrameworkConstants[_0xef613f(0x223)]]=_0x360628[_0xef613f(0x1ed)]);const _0x5f355e=_0x57831e?_0x57831e[TestFrameworkConstants[_0xef613f(0x174)]]||{}:{},_0x14a85c=_0x57831e?_0x57831e[TestFrameworkConstants[_0xef613f(0x1ba)]]:_0x528d51,_0x566357=_0x48cf10['duBYW'](getManualUploadLogs,_0x5f355e,_0x14a85c,_0x1dc59f);if(_0x48cf10['IEIKy'](_0x566357[_0xef613f(0x28d)],0x0)){const _0x5dff5e=_0x36403e[TestFrameworkConstants[_0xef613f(0x197)]]||[];_0x36403e[TestFrameworkConstants['KEY_LOGS']]=[..._0x5dff5e,..._0x566357];}const _0x10222e=_0x1d02b6[TestFrameworkConstants[_0xef613f(0x213)]]||{},_0x5b2424=_0x1d02b6[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x22a2f2={..._0x10222e},_0x29f2b7=_0x22a2f2;Object['keys'](_0x5b2424)[_0xef613f(0x269)](_0x5a6d33=>{const _0x3b0f2e=_0xef613f;!_0x29f2b7[_0x5a6d33]&&(_0x29f2b7[_0x5a6d33]=[]);const _0x20e192=new Set((_0x29f2b7[_0x5a6d33]||[])[_0x3b0f2e(0x1fe)](_0x4a3c60=>_0x4a3c60[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4a3c60[_0x3b0f2e(0x129)]));(_0x5b2424[_0x5a6d33]||[])[_0x3b0f2e(0x269)](_0x300d37=>{const _0x485f28=_0x3b0f2e,_0xa06274=_0x300d37[TestFrameworkConstants[_0x485f28(0x260)]]||_0x300d37['hook_id'];if(!_0x20e192[_0x485f28(0x199)](_0xa06274)){const _0x4d8054={..._0x300d37},_0x392daf=_0x4d8054;!_0x392daf[TestFrameworkConstants[_0x485f28(0x163)]]&&!_0x392daf['event_ended_at']&&(_0x392daf[TestFrameworkConstants[_0x485f28(0x163)]]=new Date()[_0x485f28(0x242)]()),!_0x392daf[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x392daf[_0x485f28(0x1ff)]&&(_0x392daf[TestFrameworkConstants[_0x485f28(0x1b4)]]=TestFrameworkConstants[_0x485f28(0x168)]),_0x29f2b7[_0x5a6d33][_0x485f28(0x144)](_0x392daf);}});});if(_0x1af6f6[_0xef613f(0x248)]){this[_0xef613f(0x221)](_0x1af6f6[_0xef613f(0x248)]);const _0x487576=this['buildHookMapFromTest'](_0x1af6f6['originalTest']),_0x1809d5=this[_0xef613f(0x122)](_0x1af6f6[_0xef613f(0x248)]);_0x1809d5['forEach'](_0xdefeca=>{const _0x3788a7=_0xef613f,_0x4175b7=_0x487576[_0x3788a7(0x19f)](_0xdefeca);if(_0x4175b7&&(_0x48cf10['jPvdo'](_0x4175b7[_0x3788a7(0x1de)],_0x48cf10[_0x3788a7(0x1ce)])||_0x48cf10['MLEQn'](_0x4175b7[_0x3788a7(0x1de)],_0x48cf10[_0x3788a7(0x152)]))){const _0x209ccd=_0x4175b7[_0x3788a7(0x1de)][_0x3788a7(0x14c)]()[_0x3788a7(0x177)](_0x48cf10[_0x3788a7(0x297)],_0x48cf10[_0x3788a7(0x25a)]),_0x3a3431=_0x209ccd;!_0x29f2b7[_0x3a3431]&&(_0x29f2b7[_0x3a3431]=[]);const _0x181e6a=_0x29f2b7[_0x3a3431]['find'](_0x3b7e8a=>(_0x3b7e8a[TestFrameworkConstants[_0x3788a7(0x260)]]||_0x3b7e8a[_0x3788a7(0x129)])===_0xdefeca);!_0x181e6a&&_0x29f2b7[_0x3a3431][_0x3788a7(0x144)]({'key':_0x3a3431,[TestFrameworkConstants[_0x3788a7(0x260)]]:_0xdefeca,[TestFrameworkConstants[_0x3788a7(0x1b4)]]:TestFrameworkConstants[_0x3788a7(0x168)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x3788a7(0x242)](),[TestFrameworkConstants[_0x3788a7(0x163)]]:new Date()[_0x3788a7(0x242)](),[TestFrameworkConstants[_0x3788a7(0x26a)]]:[],[TestFrameworkConstants[_0x3788a7(0x1ec)]]:_0x4175b7['name']||_0x4175b7[_0x3788a7(0x1de)]+_0x3788a7(0x26b),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x46fc8d});}});}if(_0x360628[_0xef613f(0x124)]&&_0x48cf10[_0xef613f(0x261)](_0x360628['hooks'][_0xef613f(0x28d)],0x0))_0x36403e[TestFrameworkConstants[_0xef613f(0x213)]]=_0x360628[_0xef613f(0x124)],logger[_0xef613f(0x27a)](_0x48cf10['uGCEk']);else _0x48cf10[_0xef613f(0x261)](Object[_0xef613f(0x289)](_0x29f2b7)['length'],0x0)&&(_0x36403e[TestFrameworkConstants[_0xef613f(0x213)]]=_0x29f2b7,logger[_0xef613f(0x27a)](_0xef613f(0x23c)+Object[_0xef613f(0x289)](_0x29f2b7)['join'](',')));const _0x32ec26=this[_0xef613f(0x218)](_0x360628);logger[_0xef613f(0x27a)](_0xef613f(0x132)+_0x32ec26+',\x20testId='+_0x1dc59f+_0xef613f(0x16b)+_0x495366+_0xef613f(0x208)+_0x360628[_0xef613f(0x1f9)]);_0x48cf10[_0xef613f(0x1e1)](_0x495366,_0x48cf10[_0xef613f(0x194)])&&logger[_0xef613f(0x27a)](_0xef613f(0x2ad)+_0x1dc59f+_0xef613f(0x160)+_0x36403e[TestFrameworkConstants[_0xef613f(0x254)]]+_0xef613f(0x1f3)+_0x36403e[TestFrameworkConstants[_0xef613f(0x130)]]?.[_0xef613f(0x166)](0x0,0xc8));const _0x33dad4={};return _0x33dad4[_0x1dc59f]=_0x36403e,_0x33dad4;}['getJestTestScopes'](_0x5f154f){const _0x26f54e=a91_0x169bf5,_0x233756={};_0x233756[_0x26f54e(0x1b9)]=function(_0x3819c7,_0x5e5bd1){return _0x3819c7!==_0x5e5bd1;},_0x233756[_0x26f54e(0x238)]=_0x26f54e(0x258);const _0x3eb7ce=_0x233756,_0x42f99a={};_0x42f99a['depth']=0x2,_0x42f99a[_0x26f54e(0x229)]=0x3,logger[_0x26f54e(0x27a)](_0x26f54e(0x245)+util[_0x26f54e(0x22b)](_0x5f154f,_0x42f99a));const _0xc95a16=[];if(_0x5f154f&&_0x5f154f[_0x26f54e(0x21e)]){let _0x471773=_0x5f154f[_0x26f54e(0x21e)];while(_0x471773&&_0x471773[_0x26f54e(0x187)]&&_0x3eb7ce[_0x26f54e(0x1b9)](_0x471773[_0x26f54e(0x187)],'')&&_0x3eb7ce[_0x26f54e(0x1b9)](_0x471773['name'],_0x3eb7ce[_0x26f54e(0x238)])){_0xc95a16[_0x26f54e(0x144)](_0x471773[_0x26f54e(0x187)]),_0x471773=_0x471773['parent'];}}return _0xc95a16['reverse']();}[a91_0x169bf5(0x218)](_0x4ba6b5){const _0x2549d9=a91_0x169bf5,_0x2cee8e={};_0x2cee8e[_0x2549d9(0x1e7)]=_0x2549d9(0x16c);const _0x48267c=_0x2cee8e;if(_0x4ba6b5[_0x2549d9(0x187)])return _0x4ba6b5[_0x2549d9(0x187)];if(_0x4ba6b5[_0x2549d9(0x16a)])return _0x4ba6b5['title'];return _0x48267c[_0x2549d9(0x1e7)];}[a91_0x169bf5(0x134)](_0x24a102){const _0x1cd4e1=a91_0x169bf5,_0x3cd180=[];if(_0x24a102[_0x1cd4e1(0x16f)]&&Array[_0x1cd4e1(0x2b1)](_0x24a102['tags']))return _0x24a102[_0x1cd4e1(0x16f)][_0x1cd4e1(0x1fe)](_0x5e5fdf=>_0x5e5fdf['startsWith']('@')?_0x5e5fdf['substr'](0x1):_0x5e5fdf);const _0x212580=this['getJestTestName'](_0x24a102),_0x1a7d75=_0x212580['match'](/@(\w+)/g);if(_0x1a7d75)return _0x1a7d75[_0x1cd4e1(0x1fe)](_0x18eb83=>_0x18eb83['slice'](0x1));return _0x24a102[_0x1cd4e1(0x211)]&&Array[_0x1cd4e1(0x2b1)](_0x24a102['scopes'])&&_0x24a102[_0x1cd4e1(0x211)][_0x1cd4e1(0x269)](_0x2e48a2=>{const _0x15e0a9=_0x2e48a2['match'](/@(\w+)/g);_0x15e0a9&&_0x15e0a9['forEach'](_0x15788d=>{const _0x37407a=a91_0x3666,_0x3fdb28=_0x15788d[_0x37407a(0x294)](0x1);!_0x3cd180[_0x37407a(0x25f)](_0x3fdb28)&&_0x3cd180[_0x37407a(0x144)](_0x3fdb28);});}),_0x3cd180;}[a91_0x169bf5(0x287)](_0x1966ae){const _0x44d386=a91_0x169bf5,_0x28367d={'DKaHh':function(_0x1a42ef,_0x3d6126){return _0x1a42ef(_0x3d6126);}};if(_0x1966ae[_0x44d386(0x138)])return _0x1966ae[_0x44d386(0x138)];if(_0x1966ae[_0x44d386(0x21c)])try{const _0x4adb1e=stackTrace[_0x44d386(0x284)](_0x1966ae[_0x44d386(0x21c)]),_0x34f590=_0x28367d[_0x44d386(0x27e)](pickUserFrameFile,_0x4adb1e);if(_0x34f590)return _0x34f590;logger[_0x44d386(0x27a)](_0x44d386(0x277)+_0x4adb1e['length']+')');}catch(_0x4a3cfb){logger[_0x44d386(0x27a)](_0x44d386(0x15b)+util['format'](_0x4a3cfb));}return null;}[a91_0x169bf5(0x120)](_0x54c832){const _0x443e89=a91_0x169bf5,_0xb82144={};_0xb82144[_0x443e89(0x156)]=function(_0x156193,_0x5e8121){return _0x156193>_0x5e8121;},_0xb82144[_0x443e89(0x1d7)]=_0x443e89(0x1fc);const _0x10b10b=_0xb82144;if(_0x54c832[_0x443e89(0x295)]&&_0x10b10b[_0x443e89(0x156)](_0x54c832['errorsDetailed']['length'],0x0))return util[_0x443e89(0x22b)](_0x54c832[_0x443e89(0x295)][0x0]);if(_0x54c832[_0x443e89(0x1f6)])return _0x54c832['failure_reason'];return _0x10b10b[_0x443e89(0x1d7)];}[a91_0x169bf5(0x167)](_0x3a1af5){const _0x3ebe20=a91_0x169bf5,_0x3eb8fc={};_0x3eb8fc[_0x3ebe20(0x159)]=_0x3ebe20(0x141),_0x3eb8fc[_0x3ebe20(0x143)]=_0x3ebe20(0x1b8),_0x3eb8fc[_0x3ebe20(0x1fb)]='UnhandledError';const _0x39df89=_0x3eb8fc,_0x5e5af5=this[_0x3ebe20(0x120)](_0x3a1af5);if(_0x5e5af5&&_0x5e5af5[_0x3ebe20(0x25f)](_0x39df89[_0x3ebe20(0x159)]))return _0x39df89[_0x3ebe20(0x143)];return _0x39df89[_0x3ebe20(0x1fb)];}[a91_0x169bf5(0x217)](_0x4c8bfc){const _0xcfcd10=a91_0x169bf5,_0x2b9975={'KexJq':function(_0x3fea10,_0x5096e7){return _0x3fea10(_0x5096e7);},'KbsBl':_0xcfcd10(0x251),'vzibj':function(_0x2fa34a,_0x459966){return _0x2fa34a!==_0x459966;},'pPXNu':'test'},{failureData:_0x581c0f}=_0x2b9975[_0xcfcd10(0x22a)](require,_0x2b9975[_0xcfcd10(0x139)]),_0x5ba510=[];return _0x2b9975['vzibj'](_0x4c8bfc[_0xcfcd10(0x295)],undefined)&&_0x5ba510['push'](_0x4c8bfc[_0xcfcd10(0x295)],_0x2b9975[_0xcfcd10(0x1bf)]),_0x581c0f['apply'](null,_0x5ba510);}async[a91_0x169bf5(0x285)](_0xa2aeed,_0x1107ca,_0x535c31,_0x5dcc46){const _0x1ee4d6=a91_0x169bf5,_0x2c20fe={'EasBG':_0x1ee4d6(0x2ae),'FULdA':function(_0x5d0308){return _0x5d0308();},'ThMpg':function(_0x1f0d7c,_0x4f8d7e){return _0x1f0d7c in _0x4f8d7e;},'EZceJ':function(_0x4ba24e,_0x59cdad){return _0x4ba24e===_0x59cdad;},'iUyeU':function(_0x5a3d3c,_0xcab17b){return _0x5a3d3c>_0xcab17b;},'eUIGn':_0x1ee4d6(0x21b),'JDwXh':_0x1ee4d6(0x1eb),'wstvH':_0x1ee4d6(0x1e6),'NkzHt':function(_0x201684,_0x5d8b4d){return _0x201684!==_0x5d8b4d;}},{hookData:_0x2ee756}=_0x5dcc46,_0x423581=_0x535c31['toString'](),_0x5acc10=_0x1107ca[_0x1ee4d6(0x28f)](),_0x2beea0={};_0x2beea0['depth']=0x2,_0x2beea0[_0x1ee4d6(0x229)]=0x3,logger[_0x1ee4d6(0x27a)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x5acc10+',\x20hookState='+_0x423581+_0x1ee4d6(0x298)+util[_0x1ee4d6(0x22b)](_0x2ee756,_0x2beea0));if(!_0x2ee756)return logger[_0x1ee4d6(0x27a)](_0x2c20fe['EasBG']),{};const _0x5e9f00=_0x2ee756['uuid']||_0x2ee756[_0x1ee4d6(0x16e)]||_0x2c20fe[_0x1ee4d6(0x2af)](uuidv4),_0xef83b3=_0x2ee756[_0x1ee4d6(0x2a5)]||this[_0x1ee4d6(0x18c)](_0x2ee756),_0x392515=_0x1107ca[_0x1ee4d6(0x28f)]()['split']('.')[0x1],_0x4c54d7=_0xa2aeed[_0x1ee4d6(0x1bc)]()[_0x1ee4d6(0x19f)](_0xef83b3),_0x4a410c=_0x4c54d7?_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]||{}:{};logger['debug'](_0x1ee4d6(0x1f7)+_0x5e9f00+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x149)+_0x392515+_0x1ee4d6(0x201)+_0x423581);if(!_0x4c54d7)return logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x182)+_0xef83b3+',\x20storing\x20as\x20pending\x20hook'),this[_0x1ee4d6(0x1e8)](_0xa2aeed,_0xef83b3,_0x1107ca,_0x535c31,_0x5dcc46),{};let _0x1f975b=_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x17c)]];!_0x1f975b&&(_0x1f975b={});!_0x2c20fe[_0x1ee4d6(0x185)](_0x392515,_0x1f975b)&&(_0x1f975b[_0x392515]=[]);let _0x4a19b6=_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x213)]];!_0x4a19b6&&(_0x4a19b6={});!_0x2c20fe[_0x1ee4d6(0x185)](_0x392515,_0x4a19b6)&&(_0x4a19b6[_0x392515]=[]);const _0x39d35={[_0xef83b3]:{[TestFrameworkConstants[_0x1ee4d6(0x17c)]]:_0x1f975b,[TestFrameworkConstants[_0x1ee4d6(0x213)]]:_0x4a19b6,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x1ee4d6(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x1ee4d6(0x26d)]]:this[_0x1ee4d6(0x1df)]()[this[_0x1ee4d6(0x1d6)]()[0x0]]||''}};if(_0x2c20fe['EZceJ'](_0x535c31,HookState['PRE'])){const _0x25c619={'key':_0x392515,[TestFrameworkConstants[_0x1ee4d6(0x260)]]:_0x5e9f00,[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]:TestFrameworkConstants[_0x1ee4d6(0x168)],[TestFrameworkConstants[_0x1ee4d6(0x2a2)]]:_0x2ee756[_0x1ee4d6(0x280)]||new Date()[_0x1ee4d6(0x242)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1ee4d6(0x1ec)]]:_0x2ee756[_0x1ee4d6(0x187)]||_0x2ee756[_0x1ee4d6(0x184)]||_0x392515,[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]:_0x4a410c};_0x1f975b[_0x392515]['push'](_0x25c619),_0x39d35[_0xef83b3][TestFrameworkConstants[_0x1ee4d6(0x142)]]=_0x392515;const _0x4810d0={};_0x4810d0[_0x1ee4d6(0x24b)]=0x2,logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x1b0)+_0x392515+_0x1ee4d6(0x27c)+_0x5e9f00+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x1f2)+util[_0x1ee4d6(0x22b)](_0x25c619,_0x4810d0));}else{if(_0x2c20fe[_0x1ee4d6(0x227)](_0x535c31,HookState[_0x1ee4d6(0x140)])){const _0x204e0c=_0x2ee756[_0x1ee4d6(0x1c1)]||(_0x2ee756['errorsDetailed']&&_0x2c20fe[_0x1ee4d6(0x228)](_0x2ee756[_0x1ee4d6(0x295)]['length'],0x0)?_0x2c20fe[_0x1ee4d6(0x151)]:_0x2c20fe[_0x1ee4d6(0x137)]),_0x1e8634=_0x1f975b[_0x392515]||[];logger['debug'](_0x1ee4d6(0x12d)+_0x392515+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x1f4)+_0x204e0c+_0x1ee4d6(0x27f)+_0x1e8634[_0x1ee4d6(0x28d)]);if(_0x2c20fe[_0x1ee4d6(0x227)](_0x1e8634[_0x1ee4d6(0x28d)],0x0)&&_0x2c20fe[_0x1ee4d6(0x227)](_0x1107ca,TestFrameworkState['BEFORE_ALL']))return logger[_0x1ee4d6(0x27a)](_0x2c20fe[_0x1ee4d6(0x256)]),this[_0x1ee4d6(0x1e8)](_0xa2aeed,_0xef83b3,_0x1107ca,_0x535c31,_0x5dcc46),{};if(_0x2c20fe[_0x1ee4d6(0x228)](_0x1e8634['length'],0x0)){const _0x25ada7=_0x1e8634['pop']();_0x2c20fe[_0x1ee4d6(0x227)](_0x204e0c,_0x2c20fe[_0x1ee4d6(0x151)])&&_0x2ee756[_0x1ee4d6(0x295)]?(_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x243)]]=this[_0x1ee4d6(0x167)](_0x2ee756),_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x13b)]]=this['getJestFailureReason'](_0x2ee756),_0x25ada7[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x1ee4d6(0x217)](_0x2ee756),logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x19d)+_0x392515+_0x1ee4d6(0x160)+_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x243)]]+',\x20failureReason='+_0x25ada7[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]=_0x2c20fe[_0x1ee4d6(0x137)];_0x2c20fe[_0x1ee4d6(0x24d)](_0x204e0c,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]=_0x204e0c);_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x163)]]=_0x2ee756['finished_at']||new Date()['toISOString'](),_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]=_0x4a410c;const _0x3b05ff=_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x260)]];!_0x4a19b6[_0x392515]&&(_0x4a19b6[_0x392515]=[]);_0x4a19b6[_0x392515][_0x1ee4d6(0x144)](_0x25ada7),_0x39d35[_0xef83b3][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x392515;const _0x2df51c={};_0x2df51c[_0x1ee4d6(0x24b)]=0x2,logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x123)+_0x392515+_0x1ee4d6(0x27c)+_0x3b05ff+_0x1ee4d6(0x1f4)+_0x204e0c+_0x1ee4d6(0x1f2)+util[_0x1ee4d6(0x22b)](_0x25ada7,_0x2df51c));}}}return _0x39d35;}['createTestFrameworkEventPayload'](_0x37b35f){const _0x13f536=a91_0x169bf5,_0x370caa={};_0x370caa[_0x13f536(0x26e)]=_0x13f536(0x290);const _0x43a6c7=_0x370caa;try{const _0x21faf8=_0x37b35f[_0x13f536(0x220)]?this['getJestTestIdentifier'](_0x37b35f[_0x13f536(0x220)]):_0x37b35f['hookData']['test_run_id'],_0x446b27=_0x37b35f[_0x13f536(0x1c6)],_0x446b5c=_0x446b27['getContext'](),_0x1a2ee2=_0x446b27[_0x13f536(0x1bc)]()[_0x13f536(0x19f)](_0x21faf8);if(!_0x1a2ee2)return logger['debug'](_0x13f536(0x1f8)+_0x21faf8),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x538e8d=this[_0x13f536(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x13f536(0x26d)]]:_0x31b173=this[_0x13f536(0x1df)]()[this[_0x13f536(0x1d6)]()[0x0]]||'',[TestFrameworkConstants[_0x13f536(0x1e4)]]:_0x225ba5='',[TestFrameworkConstants[_0x13f536(0x1fa)]]:_0xbc75b7=''}=_0x1a2ee2,_0x4d47cb=_0x446b27[_0x13f536(0x224)]()['toString']()[_0x13f536(0x266)]('.')[0x1],_0xced79=_0x446b27[_0x13f536(0x299)]()['toString']()[_0x13f536(0x266)]('.')[0x1],_0x31085b=global?.[_0x13f536(0x21a)]?.['workerInfo']?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0xa9b0c2=_0x446b27['getRef'](),_0x277ea0=Buffer[_0x13f536(0x237)](JSON[_0x13f536(0x121)](_0x1a2ee2))[_0x13f536(0x28f)](_0x43a6c7[_0x13f536(0x26e)]),_0x42a7a6={'hash':_0x446b5c[_0x13f536(0x263)](),'threadId':_0x446b5c[_0x13f536(0x22e)]()[_0x13f536(0x28f)](),'processId':_0x446b5c[_0x13f536(0x17e)]()['toString']()},_0x1eee82={};_0x1eee82['platformIndex']=_0x31085b,_0x1eee82['testFrameworkName']=_0x538e8d,_0x1eee82['testFrameworkVersion']=_0x31b173,_0x1eee82[_0x13f536(0x25b)]=_0x4d47cb,_0x1eee82[_0x13f536(0x1b6)]=_0xced79,_0x1eee82[_0x13f536(0x225)]=_0x225ba5,_0x1eee82[_0x13f536(0x15a)]=_0xbc75b7,_0x1eee82[_0x13f536(0x13d)]=_0xa9b0c2,_0x1eee82['eventJson']=_0x277ea0,_0x1eee82[_0x13f536(0x200)]=_0x42a7a6,_0x1eee82[_0x13f536(0x150)]=_0x21faf8;const _0x38e890=_0x1eee82;return _0x38e890;}catch(_0x1d23b0){return logger[_0x13f536(0x29c)](_0x13f536(0x135)+util[_0x13f536(0x1e2)](_0x1d23b0)),{};}}async[a91_0x169bf5(0x2b5)](_0x41c1aa,_0x4d1553,_0x51fab2){const _0x3bbeff=a91_0x169bf5,_0x43e1e6={'MyfDJ':function(_0xcd720c,_0x2752fb){return _0xcd720c+_0x2752fb;},'FdGyy':_0x3bbeff(0x2b0),'Mbjwq':'none','UfpmP':function(_0x3fc3ba,_0x58f91c){return _0x3fc3ba>_0x58f91c;},'BYfBF':function(_0x57ff87,_0x40911e,_0x222aa2,_0x5ea931){return _0x57ff87(_0x40911e,_0x222aa2,_0x5ea931);},'eLpSZ':function(_0x1af288,_0x1e2cd3){return _0x1af288-_0x1e2cd3;},'DpyxS':function(_0x518b29,_0x2bbb35){return _0x518b29===_0x2bbb35;},'lASkR':function(_0x48a3f9,_0x4bd6b7){return _0x48a3f9/_0x4bd6b7;},'hogmD':function(_0x27e68f,_0x4d02b5){return _0x27e68f<_0x4d02b5;},'RbbKr':function(_0x35c2fd,_0x2a581a){return _0x35c2fd*_0x2a581a;},'ZvcdL':function(_0x204ac1,_0x29f2d0){return _0x204ac1+_0x29f2d0;},'dOSmr':function(_0x1d9f00,_0x2154a3){return _0x1d9f00+_0x2154a3;},'txFGA':function(_0x203102,_0x1ccf3e){return _0x203102+_0x1ccf3e;},'OMtUx':function(_0x4f05c3,_0x1e901e){return _0x4f05c3>_0x1e901e;}};try{const _0x259550=_0x51fab2[_0x3bbeff(0x17b)]||_0x51fab2['testId'],_0x191d84=Array['from'](_0x41c1aa['getAllData']()['keys']()),_0x1fcb84=_0x41c1aa[_0x3bbeff(0x1bc)]()[_0x3bbeff(0x19f)](_0x259550);if(!_0x1fcb84){logger[_0x3bbeff(0x27a)](_0x3bbeff(0x278)+_0x259550);return;}const {[TestFrameworkConstants[_0x3bbeff(0x2a6)]]:_0x5921de='',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:_0x561000=''}=_0x1fcb84;let _0x1ef10c=[];_0x1fcb84&&_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]]&&Array[_0x3bbeff(0x2b1)](_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]])?(_0x1ef10c=_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]]||[],logger[_0x3bbeff(0x27a)](_0x3bbeff(0x145)+_0x1ef10c['length']+_0x3bbeff(0x196)+_0x259550),_0x41c1aa['addMultipleEntries']({[_0x259550]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3bbeff(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:this[_0x3bbeff(0x1df)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x3bbeff(0x27a)](_0x3bbeff(0x1c7)+_0x259550)):logger[_0x3bbeff(0x27a)](_0x3bbeff(0x146)+_0x259550);logger[_0x3bbeff(0x27a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x1ef10c['length']+_0x3bbeff(0x181)+_0x259550);const _0x19b5a7=_0x1ef10c[_0x3bbeff(0x148)](_0x141a03=>_0x141a03['kind']===_0x3bbeff(0x241));_0x43e1e6[_0x3bbeff(0x22d)](_0x19b5a7[_0x3bbeff(0x28d)],0x0)&&(logger[_0x3bbeff(0x27a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x19b5a7['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x259550),_0x19b5a7[_0x3bbeff(0x269)]((_0x25c163,_0x25759f)=>{const _0x4e1508=_0x3bbeff;logger[_0x4e1508(0x27a)](_0x4e1508(0x173)+_0x43e1e6[_0x4e1508(0x2aa)](_0x25759f,0x1)+'/'+_0x19b5a7[_0x4e1508(0x28d)]+'\x20-\x20test_identifier='+(_0x25c163[_0x4e1508(0x150)]||_0x43e1e6['FdGyy'])+_0x4e1508(0x16d)+(_0x25c163[_0x4e1508(0x29b)]||_0x43e1e6[_0x4e1508(0x250)])+_0x4e1508(0x178)+(_0x25c163['hook_run_uuid']||_0x43e1e6[_0x4e1508(0x1c9)])+_0x4e1508(0x1bb)+(_0x25c163[_0x4e1508(0x293)]?.[_0x4e1508(0x28d)]||0x0));}));const _0x1974bc=_0x1fcb84[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3c7a65=_0x43e1e6[_0x3bbeff(0x1d9)](getMediaArtifactsLogs,_0x1974bc,null,_0x259550),_0x2a7e9e=(_0x1ef10c||[])[_0x3bbeff(0x1cf)](_0x3c7a65||[]),_0x1b4278=_0x19b5a7?.[_0x3bbeff(0x28d)]||0x0,_0x7f5132=_0x43e1e6[_0x3bbeff(0x291)](_0x1ef10c?.[_0x3bbeff(0x28d)]||0x0,_0x1b4278);logger[_0x3bbeff(0x27a)](_0x3bbeff(0x18a)+_0x259550+_0x3bbeff(0x1f5)+_0x7f5132+',\x20screenshotLogs:\x20'+_0x1b4278+_0x3bbeff(0x203)+(_0x3c7a65?.[_0x3bbeff(0x28d)]||0x0)+_0x3bbeff(0x209)+_0x2a7e9e[_0x3bbeff(0x28d)]);if(!_0x2a7e9e||_0x43e1e6[_0x3bbeff(0x1fd)](_0x2a7e9e[_0x3bbeff(0x28d)],0x0)){logger[_0x3bbeff(0x27a)](_0x3bbeff(0x2a1)+_0x259550);return;}const _0x2fc921=0x28,_0x5ec31d=Math[_0x3bbeff(0x24e)](_0x43e1e6['lASkR'](_0x2a7e9e['length'],_0x2fc921));for(let _0x100605=0x0;_0x43e1e6['hogmD'](_0x100605,_0x5ec31d);_0x100605++){const _0x52ad01=_0x43e1e6['RbbKr'](_0x100605,_0x2fc921),_0x1383f5=_0x43e1e6[_0x3bbeff(0x162)](_0x52ad01,_0x2fc921),_0x645273=_0x2a7e9e[_0x3bbeff(0x294)](_0x52ad01,_0x1383f5),_0x3c0440=global?.[_0x3bbeff(0x1e0)]??0x0,_0x1eae58={'platformIndex':_0x3c0440,'logs':_0x645273,'testFrameworkName':_0x5921de,'testFrameworkVersion':_0x561000,'testFrameworkState':_0x4d1553['toString']()[_0x3bbeff(0x266)]('.')[0x1]},_0x3eaf76={};_0x3eaf76[_0x3bbeff(0x24b)]=0x3,_0x3eaf76[_0x3bbeff(0x229)]=0x5,logger[_0x3bbeff(0x27a)](_0x3bbeff(0x1cc)+_0x43e1e6['dOSmr'](_0x100605,0x1)+'/'+_0x5ec31d+_0x3bbeff(0x292)+_0x259550+_0x3bbeff(0x264)+_0x645273[_0x3bbeff(0x28d)]+',\x20platformIndex:\x20'+_0x3c0440+_0x3bbeff(0x23a)+util[_0x3bbeff(0x22b)](_0x1eae58,_0x3eaf76));const _0x4cf176=await GrpcClient[_0x3bbeff(0x1a6)]()[_0x3bbeff(0x20c)](_0x1eae58);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x43e1e6['txFGA'](_0x100605,0x1)+'/'+_0x5ec31d+'\x20-\x20testId:\x20'+_0x259550+_0x3bbeff(0x17f)+util[_0x3bbeff(0x22b)](_0x4cf176));}_0x3c7a65&&_0x43e1e6[_0x3bbeff(0x15d)](_0x3c7a65[_0x3bbeff(0x28d)],0x0)&&_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x174)]]&&_0x41c1aa[_0x3bbeff(0x24c)]({[_0x259550]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3bbeff(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:this[_0x3bbeff(0x1df)]()[this[_0x3bbeff(0x1d6)]()[0x0]]||''}}),logger['debug'](_0x3bbeff(0x2a3)+_0x259550+_0x3bbeff(0x204)+_0x5ec31d);}catch(_0x27635c){logger[_0x3bbeff(0x29c)](_0x3bbeff(0x1d2)+(_0x51fab2[_0x3bbeff(0x17b)]||_0x51fab2[_0x3bbeff(0x1cb)])+_0x3bbeff(0x262)+util[_0x3bbeff(0x1e2)](_0x27635c));}}[a91_0x169bf5(0x1e8)](_0xb55ac4,_0x57d3c4,_0x1bea59,_0x25f29b,_0x5bfc8c){const _0x18c3e8=a91_0x169bf5,_0x5de391={};_0x5de391[_0x18c3e8(0x247)]=function(_0x4a7471,_0x381827){return _0x4a7471===_0x381827;},_0x5de391[_0x18c3e8(0x232)]=_0x18c3e8(0x20b);const _0x51cf6e=_0x5de391,{hookData:_0x4e0115}=_0x5bfc8c,_0x5ba17b={'testId':_0x57d3c4,'testFrameworkState':_0x1bea59,'hookState':_0x25f29b,'args':_0x5bfc8c,'timestamp':new Date()[_0x18c3e8(0x242)]()};if(_0x51cf6e['RxzaX'](_0x1bea59,TestFrameworkState['BEFORE_ALL'])&&_0x4e0115){const _0x343caa={};_0x343caa[_0x18c3e8(0x207)]=_0x4e0115[_0x18c3e8(0x138)]||_0x4e0115['location'],_0x343caa['scope']=_0x4e0115['scope']||_0x4e0115[_0x18c3e8(0x211)]&&_0x4e0115[_0x18c3e8(0x211)][0x0]||'',_0x343caa[_0x18c3e8(0x169)]=_0x51cf6e[_0x18c3e8(0x232)],_0x5ba17b['hookMetadata']=_0x343caa,logger[_0x18c3e8(0x27a)](_0x18c3e8(0x171)+_0x57d3c4+_0x18c3e8(0x155)+_0x5ba17b[_0x18c3e8(0x1b7)][_0x18c3e8(0x207)]+',\x20scope:\x20'+_0x5ba17b[_0x18c3e8(0x1b7)]['scope']);}_0xb55ac4[_0x18c3e8(0x20a)](_0x57d3c4,_0x5ba17b),logger[_0x18c3e8(0x27a)](_0x18c3e8(0x17a)+_0x57d3c4+_0x18c3e8(0x20f)+_0x1bea59+',\x20hookState:\x20'+_0x25f29b);}async[a91_0x169bf5(0x215)](_0x2f5567,_0xa8e62f){const _0x1e84da=a91_0x169bf5,_0x260898={};_0x260898[_0x1e84da(0x255)]=function(_0x3046ea,_0x99d9cd){return _0x3046ea>_0x99d9cd;},_0x260898[_0x1e84da(0x1be)]=function(_0x7b4437,_0x330b0f){return _0x7b4437===_0x330b0f;},_0x260898[_0x1e84da(0x21d)]=function(_0x10c293,_0x489f13){return _0x10c293===_0x489f13;},_0x260898[_0x1e84da(0x15e)]=function(_0x13a2fa,_0x3a8125){return _0x13a2fa>_0x3a8125;},_0x260898[_0x1e84da(0x1a9)]=_0x1e84da(0x29f);const _0x1f2fbe=_0x260898;if(_0x2f5567[_0x1e84da(0x158)](_0xa8e62f)){const _0x4c546a=_0x2f5567[_0x1e84da(0x192)](_0xa8e62f);logger['debug']('Processing\x20'+_0x4c546a[_0x1e84da(0x28d)]+_0x1e84da(0x219)+_0xa8e62f);for(const _0x24d78b of _0x4c546a){try{const _0xe5730d=await this[_0x1e84da(0x285)](_0x2f5567,_0x24d78b[_0x1e84da(0x25b)],_0x24d78b[_0x1e84da(0x1b6)],_0x24d78b[_0x1e84da(0x19a)]);_0xe5730d&&_0x1f2fbe[_0x1e84da(0x255)](Object['keys'](_0xe5730d)[_0x1e84da(0x28d)],0x0)&&_0x2f5567['addMultipleEntries'](_0xe5730d),await this[_0x1e84da(0x26c)](_0x2f5567,_0x24d78b[_0x1e84da(0x25b)],_0x24d78b[_0x1e84da(0x1b6)],_0x24d78b[_0x1e84da(0x19a)]);}catch(_0x5f210c){logger['error'](_0x1e84da(0x296)+_0xa8e62f+_0x1e84da(0x262)+_0x5f210c);}}_0x2f5567[_0x1e84da(0x13f)](_0xa8e62f),logger[_0x1e84da(0x27a)](_0x1e84da(0x279)+_0xa8e62f);}const _0xf3dc4f=_0x2f5567[_0x1e84da(0x1bc)]()['get'](_0xa8e62f);if(_0xf3dc4f){const _0x23ec96=_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x153)]]||_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x19b)]],_0x1cd624=_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x1dd)]]||_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x22c)]]&&_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x22c)]][0x0]||'';logger[_0x1e84da(0x27a)](_0x1e84da(0x1ad)+_0x23ec96+_0x1e84da(0x283)+_0x1cd624);const _0x599c5c=_0x2f5567['getAllPendingHookTestIds']();for(const _0x3e625e of _0x599c5c){if(_0x1f2fbe['hghGs'](_0x3e625e,_0xa8e62f))continue;if(_0x2f5567[_0x1e84da(0x158)](_0x3e625e)){const _0x1ad8b6=_0x2f5567['getPendingHooks'](_0x3e625e);for(const _0x115308 of _0x1ad8b6){if(_0x1f2fbe[_0x1e84da(0x21d)](_0x115308['testFrameworkState'],TestFrameworkState[_0x1e84da(0x22f)])&&_0x115308[_0x1e84da(0x1b7)]){const _0x49e6f5=_0x115308[_0x1e84da(0x1b7)][_0x1e84da(0x207)],_0x3db1d7=_0x115308[_0x1e84da(0x1b7)][_0x1e84da(0x1ea)];if(_0x1f2fbe['hghGs'](_0x49e6f5,_0x23ec96)&&_0x1f2fbe[_0x1e84da(0x21d)](_0x3db1d7,_0x1cd624)){logger[_0x1e84da(0x27a)](_0x1e84da(0x1ab)+_0x3e625e+_0x1e84da(0x281)+_0xa8e62f+_0x1e84da(0x155)+_0x49e6f5+',\x20scope:\x20'+_0x3db1d7);_0x115308[_0x1e84da(0x19a)]&&_0x115308[_0x1e84da(0x19a)][_0x1e84da(0x14e)]&&(_0x115308[_0x1e84da(0x19a)][_0x1e84da(0x14e)][_0x1e84da(0x2a5)]=_0xa8e62f,logger[_0x1e84da(0x27a)](_0x1e84da(0x1a4)+_0x3e625e+'\x20to\x20'+_0xa8e62f));try{const _0x4f95e4=await this[_0x1e84da(0x285)](_0x2f5567,_0x115308['testFrameworkState'],_0x115308[_0x1e84da(0x1b6)],_0x115308[_0x1e84da(0x19a)]);_0x4f95e4&&_0x1f2fbe[_0x1e84da(0x15e)](Object[_0x1e84da(0x289)](_0x4f95e4)['length'],0x0)&&_0x2f5567['addMultipleEntries'](_0x4f95e4);await this[_0x1e84da(0x26c)](_0x2f5567,_0x115308[_0x1e84da(0x25b)],_0x115308[_0x1e84da(0x1b6)],_0x115308[_0x1e84da(0x19a)]);const _0x350a3a=_0x2f5567['getPendingHooks'](_0x3e625e)[_0x1e84da(0x148)](_0x2f665b=>_0x2f665b!==_0x115308);if(_0x1f2fbe[_0x1e84da(0x21d)](_0x350a3a[_0x1e84da(0x28d)],0x0))_0x2f5567[_0x1e84da(0x13f)](_0x3e625e);else{_0x2f5567['removePendingHooks'](_0x3e625e);for(const _0x54bcb7 of _0x350a3a){_0x2f5567[_0x1e84da(0x20a)](_0x3e625e,_0x54bcb7);}}logger[_0x1e84da(0x27a)](_0x1f2fbe['vQLUg']);}catch(_0x8a8fa2){logger[_0x1e84da(0x29c)](_0x1e84da(0x2a0)+_0xa8e62f+_0x1e84da(0x262)+_0x8a8fa2);}}}}}}}}['mapTestHooks'](_0x2eb788){const _0x34441e=a91_0x169bf5,_0x248eb4={'NYIUu':function(_0x3e9445){return _0x3e9445();}};if(!_0x2eb788||!_0x2eb788['parent'])return;_0x2eb788[_0x34441e(0x21e)][_0x34441e(0x124)]&&Array[_0x34441e(0x2b1)](_0x2eb788['parent'][_0x34441e(0x124)])&&_0x2eb788[_0x34441e(0x21e)]['hooks'][_0x34441e(0x269)](_0x35da16=>{const _0x5bb731=_0x34441e;!_0x35da16[_0x5bb731(0x16e)]&&!_0x35da16['hookUUID']&&(_0x35da16[_0x5bb731(0x16e)]=_0x248eb4['NYIUu'](uuidv4),_0x35da16['hookUUID']=_0x35da16[_0x5bb731(0x16e)],logger['debug'](_0x5bb731(0x259)+_0x35da16[_0x5bb731(0x1de)]+_0x5bb731(0x1c4)+_0x35da16[_0x5bb731(0x16e)]));}),this['mapTestHooks'](_0x2eb788[_0x34441e(0x21e)]);}[a91_0x169bf5(0x122)](_0x4bf37d){const _0x2acf10=a91_0x169bf5,_0x2fc513={'GvrVG':function(_0x1821c6,_0x351f6d){return _0x1821c6(_0x351f6d);}};if(!_0x4bf37d||!_0x4bf37d[_0x2acf10(0x21e)])return[];const _0x253138=[];return _0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)]&&Array['isArray'](_0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)])&&_0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)][_0x2acf10(0x269)](_0x18af53=>{const _0x2159b4=_0x2acf10,_0x2e58ba=_0x18af53[_0x2159b4(0x16e)]||_0x18af53[_0x2159b4(0x2ac)];_0x2e58ba&&!this[_0x2159b4(0x214)](_0x18af53)&&!_0x2fc513[_0x2159b4(0x216)](isInternalHook,_0x18af53['fn'])&&_0x253138[_0x2159b4(0x144)](_0x2e58ba);}),[..._0x253138,...this[_0x2acf10(0x122)](_0x4bf37d[_0x2acf10(0x21e)])];}[a91_0x169bf5(0x18b)](_0x2cb568){const _0x56edec=a91_0x169bf5,_0x171476={'rAOUd':function(_0x37fbc7,_0x4adb35){return _0x37fbc7(_0x4adb35);},'Bhwjh':_0x56edec(0x2a9),'bZbIU':function(_0x13bdfd,_0x3b01bc){return _0x13bdfd(_0x3b01bc);}},_0x4e2d5c=new Map(),_0x1e8907=_0x761f09=>{const _0x25fb48=_0x56edec,_0x540a1e={'uncel':function(_0x49c20b,_0x40de19){return _0x171476['rAOUd'](_0x49c20b,_0x40de19);},'NJWww':_0x171476[_0x25fb48(0x195)]};if(!_0x761f09||!_0x761f09[_0x25fb48(0x21e)])return;_0x761f09[_0x25fb48(0x21e)][_0x25fb48(0x124)]&&Array[_0x25fb48(0x2b1)](_0x761f09['parent'][_0x25fb48(0x124)])&&_0x761f09[_0x25fb48(0x21e)]['hooks'][_0x25fb48(0x269)](_0x1072f2=>{const _0x4d1cf4=_0x25fb48,_0x46336d=_0x1072f2['hookAnalyticsId']||_0x1072f2[_0x4d1cf4(0x2ac)];if(_0x46336d&&!this[_0x4d1cf4(0x214)](_0x1072f2)&&!_0x540a1e[_0x4d1cf4(0x179)](isInternalHook,_0x1072f2['fn'])){const _0x3ab61a={};_0x3ab61a[_0x4d1cf4(0x1de)]=_0x1072f2[_0x4d1cf4(0x1de)]||_0x540a1e[_0x4d1cf4(0x1aa)],_0x3ab61a[_0x4d1cf4(0x187)]=_0x1072f2[_0x4d1cf4(0x187)]||'\x22'+_0x1072f2[_0x4d1cf4(0x1de)]+_0x4d1cf4(0x28c),_0x4e2d5c['set'](_0x46336d,_0x3ab61a);}}),_0x171476['bZbIU'](_0x1e8907,_0x761f09[_0x25fb48(0x21e)]);};return _0x171476['rAOUd'](_0x1e8907,_0x2cb568),_0x4e2d5c;}[a91_0x169bf5(0x214)](_0x54c8da){const _0x14c4c8=a91_0x169bf5,_0x5d32bb={};_0x5d32bb[_0x14c4c8(0x270)]='jest-circus',_0x5d32bb[_0x14c4c8(0x246)]=_0x14c4c8(0x12a);const _0xa3e680=_0x5d32bb;try{const _0x5b2884=this[_0x14c4c8(0x198)](_0x54c8da);if(!_0x5b2884||_0x5b2884[_0x14c4c8(0x25f)](_0xa3e680['rCkZH']))return!![];return![];}catch(_0x32cf7a){logger[_0x14c4c8(0x27a)](_0xa3e680[_0x14c4c8(0x246)]);}return![];}[a91_0x169bf5(0x198)](_0x3b8661){const _0x189707=a91_0x169bf5,_0x4048f5={'vFHMJ':function(_0x3489bb,_0x2dc128){return _0x3489bb(_0x2dc128);}};if(_0x3b8661[_0x189707(0x27d)])return _0x3b8661[_0x189707(0x27d)];if(_0x3b8661[_0x189707(0x21c)])try{const _0x22c2de=stackTrace[_0x189707(0x284)](_0x3b8661[_0x189707(0x21c)]),_0x4283c1=_0x4048f5[_0x189707(0x1f0)](pickUserFrameFile,_0x22c2de);if(_0x4283c1)return _0x4283c1;logger[_0x189707(0x27a)](_0x189707(0x28a)+_0x22c2de[_0x189707(0x28d)]+')');}catch(_0x1c6b6c){logger[_0x189707(0x27a)](_0x189707(0x249)+util[_0x189707(0x1e2)](_0x1c6b6c));}return null;}}function a91_0x3666(_0x37119a,_0x3c6f4a){const _0x557a1b=a91_0x557a();return a91_0x3666=function(_0x36660b,_0x3e9a98){_0x36660b=_0x36660b-0x120;let _0x25b149=_0x557a1b[_0x36660b];return _0x25b149;},a91_0x3666(_0x37119a,_0x3c6f4a);}module[a91_0x169bf5(0x23d)]=JestTestFramework;
|
|
1
|
+
const a92_0x432af7=a92_0x202b;(function(_0x5d25a8,_0x5ab252){const _0x520adc=a92_0x202b,_0x51e306=_0x5d25a8();while(!![]){try{const _0x576028=-parseInt(_0x520adc(0x2a4))/0x1+-parseInt(_0x520adc(0x2ad))/0x2*(parseInt(_0x520adc(0x226))/0x3)+parseInt(_0x520adc(0x369))/0x4*(-parseInt(_0x520adc(0x204))/0x5)+-parseInt(_0x520adc(0x272))/0x6*(parseInt(_0x520adc(0x35f))/0x7)+-parseInt(_0x520adc(0x241))/0x8+-parseInt(_0x520adc(0x31e))/0x9*(parseInt(_0x520adc(0x346))/0xa)+parseInt(_0x520adc(0x202))/0xb;if(_0x576028===_0x5ab252)break;else _0x51e306['push'](_0x51e306['shift']());}catch(_0x3782b7){_0x51e306['push'](_0x51e306['shift']());}}}(a92_0x3a7e,0xb33f2));function a92_0x3a7e(){const _0x1b022b=['Kxryu','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','testUUID','removePendingHooks','file','\x20for\x20testId:\x20','../../../helpers/classLogger.js','POST','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','retryOf','getHooksForTest','format','KEY_AUTOMATE_SESSION_NAME','trackHookEvent',',\x20hookState=','WEQkI','LXHUZ','getProcessId',',\x20result=','hook_type','HUekg','getJestTestName','3gZyfnc','getTestFrameworksVersions','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/helper.js','\x20-\x20test_identifier=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=',',\x20attachmentLogs:\x20',',\x20hookUUID=','addPendingHook','FruGk','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','TEST','\x20pending\x20hooks\x20for\x20testId:\x20','UnhandledError',',\x20filePath:\x20',',\x20hook=','../TestInfo.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TdYDv','uuid','CCXDS','KEY_HOOKS_FINISHED','hookData','tags','../../../helpers/stackFrameUtils','../state/hookState.js','length','4013168VTdcvz','status','KEY_LOGS','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ScdGo','cfNRv','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20hooksListLength=','originalTest','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','keys','parse','body','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','iMYPa','../instances/trackedInstance.js','debug','instance','replace','\x22\x20from\x20testData','failed','\x20-\x20testId:\x20',',\x20exception=','Isaeo','RCmps','stack-trace','file_name','KEY_HOOK_LOGS','\x20&\x20hookState=','qDNbw','getJestTestTags','depth','BHIiG','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getJestFailureReason','KEY_TEST_ATTACHMENTS','workerInfo','hNesU','sendLogCreatedEvent','set','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','toISOString',',\x20totalBatches:\x20','event_ended_at','test_run_id','setActiveHook','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','HWBQK','615378BjjfVn','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','PIKon','platformIndex','processPendingHooks','ilgwP','started_at','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','jest-circus',',\x20state:\x20','./constants/testFrameworkConstants.js','getRef','KEY_HOOK_FAILURE_REASON','substring',',\x20scope:\x20','\x20(testIdentifier),\x20tags=','trackEvent','KEY_HOOKS_STARTED','asyncError','hook_id','getRootParentFile','runHooks','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','error',',\x20testId=','getJestTestIdentifier','parent','duration',',\x20hookType=',',\x20hookId=','parseJestTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','isArray','qVWNb','LMJDO','IOlpP','stringify','getId','inspect','toKuC','unknown','KEY_TEST_TAGS','passed','KEY_TEST_DURATION','testData','BVoQD','KEY_TEST_RESULT_AT','713477RessJP','getJestFailureType','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','setTrackedInstance','storePendingHook','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20failureType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','91022iZUJEl','JLCHp','wxnzU','jfFfn','KEY_TEST_FRAMEWORK_VERSION','toUpperCase','OTfRy','rVRpV','afterAll','RMjYV','uoXry',',\x20currentTestId:\x20','skipped','errorsDetailed','filter','getAllData','psBKI','jGmVd','type','endedAt','FQVhh','iAXdg','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','Btztv','PRE','TPOVJ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','beforeAll','title','resolveInstance','iSirQ','startedAt','matchHookRegex',',\x20state=','getThreadId','mapTestHooks','hasPendingHooks','exports','skip','UQLmy','LMJJp','hookMetadata','test_run_uuid',',\x20screenshotLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','hook_result','getTestFrameworks','scope','KEY_TEST_RETRY_OF','ALL','KEY_TEST_FRAMEWORK_NAME','testFrameworkState','KEY_TEST_NAME','push','isJestInternalHook','getContext','__bstackPlatformIndex','hookAnalyticsId','pqIVs','kNoYu','KEY_EVENT_STARTED_AT',',\x20consoleLogs:\x20','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','DEFAULT_TEST_RESULT','util','has','KEY_HOOK_FAILURE_TYPE','hXEpH','Chnxm','../state/testFrameworkState.js','oQfuZ','substr','KGtDH','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../grpcClient','EOSbQ','MVBLN',',\x20test_run_uuid=','reverse',',\x20version=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','mecgZ','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','\x20logs\x20for\x20testId:\x20','FxHAE','hook_run_uuid','finished_at',',\x20argsKeys=','code','VGlrU','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','scopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','zYQfa','IWPhE','kOyqI','JestTestFramework','LxbfP','IqCWA','DEFAULT_HOOK_RESULT','UoXPP','mbhjn','KEY_HOOK_LAST_FINISHED',',\x20hookState:\x20','KEY_TEST_SCOPE','YiDQO','split','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','\x20to\x20','27CkGRgH','\x22\x20hook','missing','testFrameworkVersion','hooks','MgzjS','lfAuM','warn','KEY_TEST_STARTED_AT','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','Stored\x20pending\x20hook\x20for\x20testId:\x20','RiqLc','buildHookMapFromTest','addMultipleEntries','testId','ROOT_DESCRIBE_BLOCK','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KEY_TEST_SCOPES','hIxDQ','ktNYS','rHHGk','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_TEST_RERUN_NAME','slice','EPkWz','getCurrentHookState','test','KEY_CUSTOM_TAGS','KEY_TEST_ENDED_AT',',\x20testFramework=','forEach','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hookUUID','CfIbo','Unknown\x20error','AssertionError','toString','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','520BuutBG','Error\x20in\x20createTestFrameworkEventPayload:\x20','splice','TEST_SCREENSHOT','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','TojWo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','_ALL','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ZSRbC','vNvxr','kind','KEY_HOOK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getInstance','activeHooks','oGEII','KEY_TEST_CODE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','from','concat','NONE','hookState','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_FAILURE_REASON','98mVUxbg','\x20(testIdentifier),\x20hookType=','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','HxaJp','ODPoa','getCurrentTestState','jWOED','none','filePath','743156vHZOeK','browserstackPlatformIndex','sbAUF','getAllPendingHookTestIds','map','apply','BEFORE_ALL','KEY_HOOK_FAILURE','mxGYI','../instances/testFrameworkInstance.js','KEY_TEST_FAILURE_TYPE','failure_reason','createTestFrameworkEventPayload','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','maxArrayLength','location','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','nYcIC','../../../helpers/test-observability/utils','IKSWU','getJestFailureData',',\x20storing\x20as\x20pending\x20hook','KEY_TEST_LOCATION',',\x20messageLength=','trackJestInstance:\x20instance\x20already\x20exists',',\x20error:\x20','nmGjI',',\x20hook_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance','Ruvcd','args','logCreatedEvent','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20files','getJestTestScopes','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getTrackedInstance','KEY_TEST_META','KEY_TEST_LOGS','join','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','match','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','createContext','name','includes','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','get','test_identifier','KEY_TEST_FILE_PATH','result','52045279zOQQao','KEY_HOOK_ID','35auofax','vYVrr',',\x20hookData=','Unknown\x20Test','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','JtqtE',',\x20filePath=','hookType','\x20hook',',\x20failureReason=','pop','executionContext'];a92_0x3a7e=function(){return _0x1b022b;};return a92_0x3a7e();}const TestFramework=require('./testFramework'),TestFrameworkState=require(a92_0x432af7(0x2f3)),HookState=require(a92_0x432af7(0x23f)),{createClassLogger}=require(a92_0x432af7(0x216)),TestFrameworkInstance=require(a92_0x432af7(0x372)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x432af7(0x251)),TestFrameworkConstants=require(a92_0x432af7(0x27f)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x432af7(0x229)),{isInternalHook}=require(a92_0x432af7(0x37b)),logger=createClassLogger(a92_0x432af7(0x311)),{v4:uuidv4}=require(a92_0x432af7(0x239)),util=require(a92_0x432af7(0x2ee)),TestInfo=require(a92_0x432af7(0x236)),GrpcClient=require(a92_0x432af7(0x2f8)),stackTrace=require(a92_0x432af7(0x25b)),{pickUserFrameFile}=require(a92_0x432af7(0x23e));class JestTestFramework extends TestFramework{constructor(_0x19f8e8,_0x4cfd5a,_0x457b47){super(_0x19f8e8,_0x4cfd5a,_0x457b47),this['activeHooks']=new Map();}[a92_0x432af7(0x26f)](_0x290d3d,_0x10e100,_0x2bc6f5){const _0x5806f8=a92_0x432af7,_0x5e7da0={};_0x5e7da0['rHHGk']=function(_0x2cc1d9,_0x33fd72){return _0x2cc1d9||_0x33fd72;};const _0x18cfc9=_0x5e7da0;if(_0x18cfc9[_0x5806f8(0x334)](!_0x290d3d,!_0x10e100)){logger['warn'](_0x5806f8(0x376)+_0x290d3d+_0x5806f8(0x22d)+_0x10e100);return;}!this[_0x5806f8(0x355)]['has'](_0x290d3d)&&this[_0x5806f8(0x355)][_0x5806f8(0x269)](_0x290d3d,[]);const _0x46d694={'hookUUID':_0x10e100,'hookType':_0x2bc6f5,'startedAt':new Date()[_0x5806f8(0x26b)]()};this[_0x5806f8(0x355)][_0x5806f8(0x1fe)](_0x290d3d)['push'](_0x46d694),logger[_0x5806f8(0x252)](_0x5806f8(0x1fd)+_0x290d3d+_0x5806f8(0x22d)+_0x10e100+_0x5806f8(0x291)+_0x2bc6f5+',\x20totalHooks='+this['activeHooks'][_0x5806f8(0x1fe)](_0x290d3d)['length']);}['removeActiveHook'](_0x248ae3,_0x20cffe){const _0x34ad4b=a92_0x432af7,_0x431b45={};_0x431b45[_0x34ad4b(0x34b)]=function(_0x1c5404,_0x50c969){return _0x1c5404||_0x50c969;},_0x431b45['icsIV']=function(_0xd1fbcf,_0x1c9fe6){return _0xd1fbcf!==_0x1c9fe6;},_0x431b45['EPkWz']=function(_0x40ba75,_0x499856){return _0x40ba75===_0x499856;};const _0x2c9db5=_0x431b45;if(_0x2c9db5[_0x34ad4b(0x34b)](!_0x248ae3,!_0x20cffe)){logger[_0x34ad4b(0x325)](_0x34ad4b(0x2fe)+_0x248ae3+_0x34ad4b(0x22d)+_0x20cffe);return;}if(this[_0x34ad4b(0x355)][_0x34ad4b(0x2ef)](_0x248ae3)){const _0x2696a5=this[_0x34ad4b(0x355)][_0x34ad4b(0x1fe)](_0x248ae3),_0x4e792f=_0x2696a5['findIndex'](_0x37094f=>_0x37094f[_0x34ad4b(0x340)]===_0x20cffe);_0x2c9db5['icsIV'](_0x4e792f,-0x1)?(_0x2696a5[_0x34ad4b(0x348)](_0x4e792f,0x1),logger[_0x34ad4b(0x252)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x248ae3+',\x20hookUUID='+_0x20cffe+',\x20remainingHooks='+_0x2696a5[_0x34ad4b(0x240)]),_0x2c9db5[_0x34ad4b(0x338)](_0x2696a5['length'],0x0)&&this[_0x34ad4b(0x355)]['delete'](_0x248ae3)):logger['debug'](_0x34ad4b(0x27c)+_0x248ae3+_0x34ad4b(0x22d)+_0x20cffe);}}['getActiveHook'](_0x12ce12){const _0x5bbe5d=a92_0x432af7,_0x1bc2bd={};_0x1bc2bd[_0x5bbe5d(0x250)]=function(_0x2f78bb,_0x2b9104){return _0x2f78bb>_0x2b9104;},_0x1bc2bd[_0x5bbe5d(0x2d4)]=function(_0x2729e2,_0x5c7381){return _0x2729e2-_0x5c7381;};const _0x5536db=_0x1bc2bd;if(!_0x12ce12)return null;if(this[_0x5bbe5d(0x355)][_0x5bbe5d(0x2ef)](_0x12ce12)){const _0x29e1cf=this[_0x5bbe5d(0x355)]['get'](_0x12ce12);if(_0x5536db[_0x5bbe5d(0x250)](_0x29e1cf[_0x5bbe5d(0x240)],0x0)){const _0x4a4518=_0x29e1cf[_0x5536db[_0x5bbe5d(0x2d4)](_0x29e1cf[_0x5bbe5d(0x240)],0x1)];return logger[_0x5bbe5d(0x252)](_0x5bbe5d(0x34e)+_0x12ce12+_0x5bbe5d(0x22d)+_0x4a4518[_0x5bbe5d(0x340)]+_0x5bbe5d(0x291)+_0x4a4518[_0x5bbe5d(0x20b)]),_0x4a4518;}}return null;}async[a92_0x432af7(0x285)](_0x40078a,_0x3a4d90,_0x27c634={}){const _0x1bf3bb=a92_0x432af7,_0xf63054={};_0xf63054[_0x1bf3bb(0x2fa)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0xf63054[_0x1bf3bb(0x315)]=function(_0x47deee,_0x244ac7){return _0x47deee===_0x244ac7;},_0xf63054[_0x1bf3bb(0x34f)]=function(_0x37aa6d,_0xb0b7ce){return _0x37aa6d===_0xb0b7ce;},_0xf63054[_0x1bf3bb(0x388)]=function(_0x5a33d6,_0x5509f3){return _0x5a33d6||_0x5509f3;},_0xf63054[_0x1bf3bb(0x246)]=_0x1bf3bb(0x2c7);const _0x388499=_0xf63054;logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90+_0x1bf3bb(0x305)+Object[_0x1bf3bb(0x24c)](_0x27c634)[_0x1bf3bb(0x1f4)](',')),await super[_0x1bf3bb(0x285)](_0x40078a,_0x3a4d90,_0x27c634);const _0x34189e=this[_0x1bf3bb(0x2ca)](_0x40078a,_0x3a4d90,_0x27c634);if(!_0x34189e){logger['debug'](_0x388499['MVBLN']);return;}try{let _0x546ea3,_0x229754,_0x1f0ee7;switch(_0x40078a){case TestFrameworkState[_0x1bf3bb(0x231)]:_0x546ea3=_0x27c634[_0x1bf3bb(0x33a)];const _0x34c20a={};_0x34c20a[_0x1bf3bb(0x261)]=0x2,_0x34c20a[_0x1bf3bb(0x377)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x3a4d90+',\x20testData='+util[_0x1bf3bb(0x29b)](_0x546ea3,_0x34c20a)),_0x1f0ee7=this[_0x1bf3bb(0x28e)](_0x546ea3),_0x229754=null,logger['debug'](_0x1bf3bb(0x34a)+_0x1f0ee7+'\x20(testIdentifier)');if(_0x388499[_0x1bf3bb(0x315)](_0x3a4d90,HookState[_0x1bf3bb(0x2c5)])){logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x358)+_0x1f0ee7);const _0x248f30={};_0x248f30[_0x1bf3bb(0x212)]=_0x229754,_0x248f30[_0x1bf3bb(0x2a1)]=_0x546ea3,_0x248f30[_0x1bf3bb(0x32d)]=_0x1f0ee7;const _0x771bb9=this['parseJestTest'](_0x248f30),_0x59f3ea={};_0x59f3ea['depth']=0x2,_0x59f3ea[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x1bf3bb(0x29b)](_0x771bb9,_0x59f3ea)),_0x34189e[_0x1bf3bb(0x32c)](_0x771bb9),logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x2f7)+_0x1f0ee7),await this['processPendingHooks'](_0x34189e,_0x1f0ee7);}else{if(_0x388499[_0x1bf3bb(0x34f)](_0x3a4d90,HookState[_0x1bf3bb(0x217)])){logger['debug'](_0x1bf3bb(0x30d)+_0x1f0ee7);const _0x1d0761=_0x34189e[_0x1bf3bb(0x2bc)]()[_0x1bf3bb(0x1fe)](_0x1f0ee7);logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x237)+util[_0x1bf3bb(0x29b)](Object[_0x1bf3bb(0x24c)](_0x388499[_0x1bf3bb(0x388)](_0x1d0761,{}))));_0x1d0761&&_0x1d0761[TestFrameworkConstants[_0x1bf3bb(0x265)]]?logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x1f8)+Object[_0x1bf3bb(0x24c)](_0x1d0761[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x1bf3bb(0x38c)):logger[_0x1bf3bb(0x252)](_0x388499[_0x1bf3bb(0x246)]);const _0x14918f=_0x27c634[_0x1bf3bb(0x24a)]||null,_0x1687d0={};_0x1687d0['testUUID']=_0x229754,_0x1687d0[_0x1bf3bb(0x2a1)]=_0x546ea3,_0x1687d0[_0x1bf3bb(0x32d)]=_0x1f0ee7,_0x1687d0[_0x1bf3bb(0x24a)]=_0x14918f;const _0x5019e7=this[_0x1bf3bb(0x2eb)](_0x1687d0),_0x4be341={};_0x4be341[_0x1bf3bb(0x261)]=0x2,_0x4be341[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x2d9)+util[_0x1bf3bb(0x29b)](_0x5019e7,_0x4be341)),_0x34189e['addMultipleEntries'](_0x5019e7),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1f0ee7),await this['processPendingHooks'](_0x34189e,_0x1f0ee7);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x388499[_0x1bf3bb(0x315)](_0x3a4d90,HookState[_0x1bf3bb(0x217)])){const _0x5f3f48={};_0x5f3f48[_0x1bf3bb(0x261)]=0x2,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x308)+util[_0x1bf3bb(0x29b)](_0x27c634,_0x5f3f48)),await this[_0x1bf3bb(0x268)](_0x34189e,_0x40078a,_0x27c634);}break;default:if(CLIUtils[_0x1bf3bb(0x2cd)](_0x40078a[_0x1bf3bb(0x344)]()[_0x1bf3bb(0x31b)]('.')[0x1])){const _0x31ca63={};_0x31ca63[_0x1bf3bb(0x261)]=0x2,_0x31ca63[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x24b)+_0x40078a+',\x20hookState='+_0x3a4d90+_0x1bf3bb(0x206)+util[_0x1bf3bb(0x29b)](_0x27c634[_0x1bf3bb(0x23c)],_0x31ca63));const _0x395064=await this[_0x1bf3bb(0x21d)](_0x34189e,_0x40078a,_0x3a4d90,_0x27c634),_0x23fc2d={};_0x23fc2d[_0x1bf3bb(0x261)]=0x2,_0x23fc2d[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x1bf3bb(0x29b)](_0x395064,_0x23fc2d)),_0x34189e['addMultipleEntries'](_0x395064);}else logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x40078a+_0x1bf3bb(0x25e)+_0x3a4d90);break;}logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x379)+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90);}catch(_0x40ecc1){logger[_0x1bf3bb(0x28c)](_0x1bf3bb(0x2ec)+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90+_0x1bf3bb(0x258)+util[_0x1bf3bb(0x21b)](_0x40ecc1));}_0x27c634[_0x1bf3bb(0x253)]=_0x34189e,await this[_0x1bf3bb(0x28a)](_0x34189e,_0x40078a,_0x3a4d90,_0x27c634);}[a92_0x432af7(0x28e)](_0x199dc4){const _0x3769cf=a92_0x432af7,_0x8d60df={};_0x8d60df['mbhjn']=_0x3769cf(0x211);const _0x5135f6=_0x8d60df;if(_0x199dc4&&(_0x199dc4['id']||_0x199dc4[_0x3769cf(0x239)])){const _0x146f78=_0x199dc4['id']||_0x199dc4[_0x3769cf(0x239)];return logger['debug'](_0x3769cf(0x218)+_0x146f78+_0x3769cf(0x255)),_0x146f78;}return logger['debug'](_0x5135f6[_0x3769cf(0x316)]),process['pid']+':testAnalyticsId';}['resolveInstance'](_0x1341bb,_0x53544b,_0x4f469c={}){const _0x29a9a0=a92_0x432af7;let _0x5259c8=null;return _0x5259c8=TestFramework[_0x29a9a0(0x1f1)](),!_0x5259c8?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x1341bb),this[_0x29a9a0(0x387)](_0x1341bb,_0x4f469c),_0x5259c8=TestFramework['getTrackedInstance'](),logger[_0x29a9a0(0x252)](_0x29a9a0(0x300)+!!_0x5259c8+',\x20contextId='+_0x5259c8?.['getContext']()?.[_0x29a9a0(0x29a)]())):logger[_0x29a9a0(0x252)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5259c8[_0x29a9a0(0x2e4)]()?.[_0x29a9a0(0x29a)]()),_0x5259c8;}['trackJestInstance'](_0x533c4c,_0x3cbd4e){const _0x70b31c=a92_0x432af7,_0x97c4d1={};_0x97c4d1[_0x70b31c(0x2e8)]=_0x70b31c(0x381);const _0x408a81=_0x97c4d1;if(TestFramework[_0x70b31c(0x1f1)]()){logger['debug'](_0x408a81[_0x70b31c(0x2e8)]);return;}const _0x56bed1=CLIUtils['getCurrentInstanceName'](),_0x34deb4=TrackedInstance[_0x70b31c(0x1fa)](_0x56bed1);let _0x24db55=null;logger[_0x70b31c(0x252)](_0x70b31c(0x228)+_0x56bed1+_0x70b31c(0x2ce)+_0x533c4c),_0x24db55=new TestFrameworkInstance(_0x34deb4,this[_0x70b31c(0x2db)](),this['getTestFrameworksVersions'](),_0x533c4c,HookState[_0x70b31c(0x35b)]),TestFramework[_0x70b31c(0x2a7)](_0x34deb4,_0x24db55),logger['debug'](_0x70b31c(0x33f)+_0x34deb4[_0x70b31c(0x29a)]()+',\x20target='+_0x56bed1+_0x70b31c(0x33d)+this[_0x70b31c(0x2db)]()[0x0]+_0x70b31c(0x2fd)+this[_0x70b31c(0x227)]()[this[_0x70b31c(0x2db)]()[0x0]]);}[a92_0x432af7(0x293)](_0x2dc65d){const _0x18eb56=a92_0x432af7,_0x15ca04={};_0x15ca04[_0x18eb56(0x323)]=function(_0x357bd6,_0x473a4f){return _0x357bd6||_0x473a4f;},_0x15ca04[_0x18eb56(0x2af)]=_0x18eb56(0x2a9);const _0x1253c7=_0x15ca04,{testUUID:_0x26d5fc,testData:_0x303f12,testId:_0xa5f70b}=_0x2dc65d;if(_0x1253c7[_0x18eb56(0x323)](!_0x303f12,!_0xa5f70b))return logger['debug'](_0x1253c7[_0x18eb56(0x2af)]),{};const _0x379fa8=this[_0x18eb56(0x2db)]()[0x0],_0x3df2ca=this[_0x18eb56(0x227)](),_0x4b0288={};_0x4b0288[_0x18eb56(0x261)]=0x2,_0x4b0288[_0x18eb56(0x377)]=0x3,logger[_0x18eb56(0x252)](_0x18eb56(0x2ac)+util[_0x18eb56(0x29b)](_0x303f12,_0x4b0288));const _0x482fc0=_0x303f12?.[_0x18eb56(0x309)]||[],_0x2f0d5b=this[_0x18eb56(0x225)](_0x303f12),_0x2a7908=this['getJestTestFilePath'](_0x303f12),_0x4577c3=_0x303f12['fn']?_0x303f12['fn'][_0x18eb56(0x344)]():_0x303f12?.[_0x18eb56(0x24e)]?_0x303f12[_0x18eb56(0x24e)][_0x18eb56(0x306)][_0x18eb56(0x344)]():null,_0x3ee356=this[_0x18eb56(0x260)](_0x303f12),_0x8f7013={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x379fa8,[TestFrameworkConstants[_0x18eb56(0x2b1)]]:_0x3df2ca[_0x379fa8],[TestFrameworkConstants[_0x18eb56(0x1f3)]]:[],[TestFrameworkConstants[_0x18eb56(0x23b)]]:{},[TestFrameworkConstants[_0x18eb56(0x286)]]:{},[TestFrameworkConstants[_0x18eb56(0x361)]]:TestFrameworkConstants[_0x18eb56(0x2ed)],[TestFrameworkConstants[_0x18eb56(0x21c)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2a7908,[TestFrameworkConstants['KEY_TEST_ID']]:_0xa5f70b,[TestFrameworkConstants[_0x18eb56(0x2e1)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2a7908,[TestFrameworkConstants[_0x18eb56(0x357)]]:_0x4577c3,[TestFrameworkConstants[_0x18eb56(0x29e)]]:_0x3ee356,[TestFrameworkConstants[_0x18eb56(0x326)]]:_0x303f12[_0x18eb56(0x27a)]||new Date()[_0x18eb56(0x26b)](),[TestFrameworkConstants[_0x18eb56(0x319)]]:_0x482fc0[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x482fc0,[TestFrameworkConstants[_0x18eb56(0x336)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x18eb56(0x1f2)]]:{}};_0x303f12['retryOf']&&(_0x8f7013[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x303f12[_0x18eb56(0x219)]);logger[_0x18eb56(0x252)](_0x18eb56(0x22b)+_0x2f0d5b+',\x20testId='+_0xa5f70b+_0x18eb56(0x284)+JSON[_0x18eb56(0x299)](_0x3ee356)+',\x20scopes='+util[_0x18eb56(0x29b)](_0x482fc0)+_0x18eb56(0x20a)+_0x2a7908);const _0x1a7514={};return _0x1a7514[_0xa5f70b]=_0x8f7013,_0x1a7514;}['parseJestTestResult'](_0x3ec4b1){const _0x91c2a7=a92_0x432af7,_0x234259={'RCmps':function(_0x18ca5d,_0x423a93){return _0x18ca5d===_0x423a93;},'BHIiG':_0x91c2a7(0x2b5),'dsGiT':function(_0x411247,_0x21b887){return _0x411247===_0x21b887;},'FQVhh':_0x91c2a7(0x2c8),'HUekg':_0x91c2a7(0x2de),'rVRpV':_0x91c2a7(0x34d),'YiDQO':function(_0xc3b984,_0x3aaed3){return _0xc3b984||_0x3aaed3;},'EOSbQ':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','CfIbo':_0x91c2a7(0x29d),'Btztv':function(_0x79aa71,_0x541db1){return _0x79aa71>_0x541db1;},'RMjYV':_0x91c2a7(0x256),'kOyqI':function(_0x4970ba,_0x1ed503){return _0x4970ba===_0x1ed503;},'JAImp':_0x91c2a7(0x2d3),'nmGjI':_0x91c2a7(0x2b9),'HWBQK':_0x91c2a7(0x29f),'IKSWU':function(_0x2fbbb1,_0xa583dd){return _0x2fbbb1!==_0xa583dd;},'JtqtE':function(_0x1f3ebe,_0x54b394,_0x1fba1b,_0x6eb8b){return _0x1f3ebe(_0x54b394,_0x1fba1b,_0x6eb8b);},'HxaJp':function(_0x45a6e4,_0x193291){return _0x45a6e4>_0x193291;},'mZmxl':_0x91c2a7(0x353)},{testUUID:_0x45679a,testData:_0x5a1e55,testId:_0x5abea}=_0x3ec4b1;if(_0x234259[_0x91c2a7(0x31a)](!_0x5a1e55,!_0x5abea))return logger[_0x91c2a7(0x252)](_0x234259[_0x91c2a7(0x2f9)]),{};const _0x495364=this[_0x91c2a7(0x2ca)](TestFrameworkState[_0x91c2a7(0x231)],HookState[_0x91c2a7(0x217)]),_0xc70e60=_0x495364['getAllData']()[_0x91c2a7(0x1fe)](_0x5abea),_0x51f078=_0x234259[_0x91c2a7(0x31a)](_0xc70e60,{}),_0x3708ab=_0x51f078?_0x51f078[TestFrameworkConstants[_0x91c2a7(0x33b)]]||{}:{},_0x3edf1b=_0x51f078[TestFrameworkConstants[_0x91c2a7(0x265)]];logger['debug'](_0x91c2a7(0x335)+(_0x3edf1b?Object['keys'](_0x3edf1b)[_0x91c2a7(0x240)]:0x0)+'\x20attachments');let _0x2b03c9=_0x234259[_0x91c2a7(0x341)];if(_0x5a1e55[_0x91c2a7(0x201)])_0x2b03c9=_0x5a1e55[_0x91c2a7(0x201)];else{if(_0x5a1e55[_0x91c2a7(0x2ba)]&&_0x234259[_0x91c2a7(0x2c4)](_0x5a1e55[_0x91c2a7(0x2ba)][_0x91c2a7(0x240)],0x0))_0x2b03c9=_0x234259[_0x91c2a7(0x2b6)];else _0x234259[_0x91c2a7(0x310)](_0x5a1e55[_0x91c2a7(0x242)],_0x234259['JAImp'])||_0x234259[_0x91c2a7(0x310)](_0x5a1e55[_0x91c2a7(0x242)],_0x234259[_0x91c2a7(0x383)])?_0x2b03c9=_0x234259[_0x91c2a7(0x383)]:_0x2b03c9=_0x234259[_0x91c2a7(0x271)];}const _0x37efa4={..._0x51f078,[TestFrameworkConstants[_0x91c2a7(0x361)]]:_0x2b03c9,[TestFrameworkConstants[_0x91c2a7(0x33c)]]:_0x5a1e55[_0x91c2a7(0x304)]||new Date()[_0x91c2a7(0x26b)](),[TestFrameworkConstants[_0x91c2a7(0x2a3)]]:new Date()[_0x91c2a7(0x26b)](),[TestFrameworkConstants[_0x91c2a7(0x33b)]]:_0x3708ab,[TestFrameworkConstants[_0x91c2a7(0x243)]]:_0x51f078[TestFrameworkConstants[_0x91c2a7(0x243)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x234259['kOyqI'](_0x2b03c9,_0x234259['RMjYV'])&&_0x5a1e55['errorsDetailed']){const _0xfe24a6=this[_0x91c2a7(0x264)](_0x5a1e55),_0x3e681d=this[_0x91c2a7(0x2a5)](_0x5a1e55),_0x477369=this[_0x91c2a7(0x37d)](_0x5a1e55);_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x373)]]=_0x3e681d,_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xfe24a6,_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x477369;}_0x234259[_0x91c2a7(0x37c)](_0x5a1e55[_0x91c2a7(0x290)],undefined)&&(_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x2a0)]]=_0x5a1e55['duration']);_0x5a1e55['retryOf']&&(_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x2dd)]]=_0x5a1e55[_0x91c2a7(0x219)]);const _0x55b256=_0xc70e60?_0xc70e60[TestFrameworkConstants[_0x91c2a7(0x265)]]||{}:{},_0x512259=_0xc70e60?_0xc70e60[TestFrameworkConstants['KEY_TEST_UUID']]:_0x45679a,_0x1f2710=_0x234259[_0x91c2a7(0x209)](getManualUploadLogs,_0x55b256,_0x512259,_0x5abea);if(_0x234259[_0x91c2a7(0x363)](_0x1f2710['length'],0x0)){const _0x257ae9=_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x243)]]||[];_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x243)]]=[..._0x257ae9,..._0x1f2710];}const _0x5932d5=_0x51f078[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x295422=_0x51f078[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3b04a3={..._0x5932d5},_0x5a09a4=_0x3b04a3;Object[_0x91c2a7(0x24c)](_0x295422)[_0x91c2a7(0x33e)](_0x48120d=>{const _0x2dcfed=_0x91c2a7;!_0x5a09a4[_0x48120d]&&(_0x5a09a4[_0x48120d]=[]);const _0x4b0338=new Set((_0x5a09a4[_0x48120d]||[])[_0x2dcfed(0x36d)](_0x4ebd12=>_0x4ebd12[TestFrameworkConstants[_0x2dcfed(0x203)]]||_0x4ebd12['hook_id']));(_0x295422[_0x48120d]||[])[_0x2dcfed(0x33e)](_0xb8f45b=>{const _0x199229=_0x2dcfed,_0x1c2a37=_0xb8f45b[TestFrameworkConstants[_0x199229(0x203)]]||_0xb8f45b[_0x199229(0x288)];if(!_0x4b0338[_0x199229(0x2ef)](_0x1c2a37)){const _0x3316f5={..._0xb8f45b},_0x4dd178=_0x3316f5;!_0x4dd178[TestFrameworkConstants[_0x199229(0x32f)]]&&!_0x4dd178[_0x199229(0x26d)]&&(_0x4dd178[TestFrameworkConstants[_0x199229(0x32f)]]=new Date()[_0x199229(0x26b)]()),!_0x4dd178[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x4dd178[_0x199229(0x2da)]&&(_0x4dd178[TestFrameworkConstants[_0x199229(0x1f7)]]=TestFrameworkConstants[_0x199229(0x314)]),_0x5a09a4[_0x48120d][_0x199229(0x2e2)](_0x4dd178);}});});if(_0x3ec4b1[_0x91c2a7(0x24a)]){this[_0x91c2a7(0x2d0)](_0x3ec4b1['originalTest']);const _0x2d5207=this['buildHookMapFromTest'](_0x3ec4b1['originalTest']),_0x24bc85=this[_0x91c2a7(0x21a)](_0x3ec4b1[_0x91c2a7(0x24a)]);_0x24bc85['forEach'](_0xfd6b5d=>{const _0x50a1ce=_0x91c2a7,_0x2b6551=_0x2d5207['get'](_0xfd6b5d);if(_0x2b6551&&(_0x234259['RCmps'](_0x2b6551[_0x50a1ce(0x2bf)],_0x234259[_0x50a1ce(0x262)])||_0x234259['dsGiT'](_0x2b6551[_0x50a1ce(0x2bf)],_0x234259[_0x50a1ce(0x2c1)]))){const _0x107790=_0x2b6551[_0x50a1ce(0x2bf)][_0x50a1ce(0x2b2)]()[_0x50a1ce(0x254)](_0x234259[_0x50a1ce(0x224)],_0x234259[_0x50a1ce(0x2b4)]),_0x2ebf1c=_0x107790;!_0x5a09a4[_0x2ebf1c]&&(_0x5a09a4[_0x2ebf1c]=[]);const _0x8da8e3=_0x5a09a4[_0x2ebf1c]['find'](_0x351405=>(_0x351405[TestFrameworkConstants[_0x50a1ce(0x203)]]||_0x351405[_0x50a1ce(0x288)])===_0xfd6b5d);!_0x8da8e3&&_0x5a09a4[_0x2ebf1c][_0x50a1ce(0x2e2)]({'key':_0x2ebf1c,[TestFrameworkConstants[_0x50a1ce(0x203)]]:_0xfd6b5d,[TestFrameworkConstants[_0x50a1ce(0x1f7)]]:TestFrameworkConstants[_0x50a1ce(0x314)],[TestFrameworkConstants[_0x50a1ce(0x2e9)]]:new Date()[_0x50a1ce(0x26b)](),[TestFrameworkConstants[_0x50a1ce(0x32f)]]:new Date()[_0x50a1ce(0x26b)](),[TestFrameworkConstants[_0x50a1ce(0x25d)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2b6551[_0x50a1ce(0x1fb)]||_0x2b6551[_0x50a1ce(0x2bf)]+_0x50a1ce(0x20c),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3708ab});}});}if(_0x5a1e55[_0x91c2a7(0x322)]&&_0x234259[_0x91c2a7(0x2c4)](_0x5a1e55[_0x91c2a7(0x322)]['length'],0x0))_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x23b)]]=_0x5a1e55['hooks'],logger[_0x91c2a7(0x252)](_0x234259['mZmxl']);else _0x234259['Btztv'](Object[_0x91c2a7(0x24c)](_0x5a09a4)[_0x91c2a7(0x240)],0x0)&&(_0x37efa4[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x5a09a4,logger['debug'](_0x91c2a7(0x1f9)+Object[_0x91c2a7(0x24c)](_0x5a09a4)['join'](',')));const _0x3224a2=this[_0x91c2a7(0x225)](_0x5a1e55);logger[_0x91c2a7(0x252)](_0x91c2a7(0x345)+_0x3224a2+_0x91c2a7(0x28d)+_0x5abea+_0x91c2a7(0x327)+_0x2b03c9+',\x20duration='+_0x5a1e55[_0x91c2a7(0x290)]);_0x234259[_0x91c2a7(0x25a)](_0x2b03c9,_0x234259[_0x91c2a7(0x2b6)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x5abea+_0x91c2a7(0x2aa)+_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x35e)]]?.[_0x91c2a7(0x282)](0x0,0xc8));const _0x881387={};return _0x881387[_0x5abea]=_0x37efa4,_0x881387;}[a92_0x432af7(0x1ef)](_0x383ece){const _0x26d399=a92_0x432af7,_0x114697={};_0x114697[_0x26d399(0x2e7)]=function(_0x3a6acf,_0x2c5952){return _0x3a6acf!==_0x2c5952;},_0x114697['hIxDQ']=function(_0x4a12f2,_0x52d711){return _0x4a12f2!==_0x52d711;},_0x114697[_0x26d399(0x2f6)]=_0x26d399(0x32e);const _0x340df9=_0x114697,_0x41e67a={};_0x41e67a['depth']=0x2,_0x41e67a[_0x26d399(0x377)]=0x3,logger[_0x26d399(0x252)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x26d399(0x29b)](_0x383ece,_0x41e67a));const _0x4ae5f1=[];if(_0x383ece&&_0x383ece[_0x26d399(0x28f)]){let _0x1d8220=_0x383ece[_0x26d399(0x28f)];while(_0x1d8220&&_0x1d8220[_0x26d399(0x1fb)]&&_0x340df9[_0x26d399(0x2e7)](_0x1d8220[_0x26d399(0x1fb)],'')&&_0x340df9[_0x26d399(0x332)](_0x1d8220[_0x26d399(0x1fb)],_0x340df9[_0x26d399(0x2f6)])){_0x4ae5f1[_0x26d399(0x2e2)](_0x1d8220[_0x26d399(0x1fb)]),_0x1d8220=_0x1d8220[_0x26d399(0x28f)];}}return _0x4ae5f1[_0x26d399(0x2fc)]();}[a92_0x432af7(0x225)](_0x9634e6){const _0x45f13e=a92_0x432af7,_0x31a63e={};_0x31a63e['psBKI']=_0x45f13e(0x207);const _0x1e153d=_0x31a63e;if(_0x9634e6[_0x45f13e(0x1fb)])return _0x9634e6[_0x45f13e(0x1fb)];if(_0x9634e6[_0x45f13e(0x2c9)])return _0x9634e6[_0x45f13e(0x2c9)];return _0x1e153d[_0x45f13e(0x2bd)];}['getJestTestTags'](_0x4e0108){const _0x561827=a92_0x432af7,_0x5a488e=[];if(_0x4e0108['tags']&&Array[_0x561827(0x295)](_0x4e0108[_0x561827(0x23d)]))return _0x4e0108[_0x561827(0x23d)][_0x561827(0x36d)](_0x404a6c=>_0x404a6c['startsWith']('@')?_0x404a6c[_0x561827(0x2f5)](0x1):_0x404a6c);const _0x5e4f4c=this[_0x561827(0x225)](_0x4e0108),_0xf80794=_0x5e4f4c['match'](/@(\w+)/g);if(_0xf80794)return _0xf80794['map'](_0x307784=>_0x307784[_0x561827(0x337)](0x1));return _0x4e0108['scopes']&&Array[_0x561827(0x295)](_0x4e0108[_0x561827(0x309)])&&_0x4e0108[_0x561827(0x309)][_0x561827(0x33e)](_0x2e1861=>{const _0x35b78d=_0x561827,_0x2f30ff=_0x2e1861[_0x35b78d(0x1f6)](/@(\w+)/g);_0x2f30ff&&_0x2f30ff[_0x35b78d(0x33e)](_0x14d7a0=>{const _0x25af31=_0x35b78d,_0x2fd641=_0x14d7a0[_0x25af31(0x337)](0x1);!_0x5a488e[_0x25af31(0x1fc)](_0x2fd641)&&_0x5a488e[_0x25af31(0x2e2)](_0x2fd641);});}),_0x5a488e;}['getJestTestFilePath'](_0x36c4fb){const _0x4523ba=a92_0x432af7,_0x5afaf6={'FWjKQ':function(_0x2bd9bf,_0x5b93bf){return _0x2bd9bf(_0x5b93bf);}};if(_0x36c4fb[_0x4523ba(0x25c)])return _0x36c4fb['file_name'];if(_0x36c4fb[_0x4523ba(0x287)])try{const _0x41d05d=stackTrace['parse'](_0x36c4fb[_0x4523ba(0x287)]),_0xeac1d0=_0x5afaf6['FWjKQ'](pickUserFrameFile,_0x41d05d);if(_0xeac1d0)return _0xeac1d0;logger['debug'](_0x4523ba(0x244)+_0x41d05d[_0x4523ba(0x240)]+')');}catch(_0x4a3da7){logger[_0x4523ba(0x252)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x4a3da7));}return null;}['getJestFailureReason'](_0x3b9bcb){const _0xd55c15=a92_0x432af7,_0x55c631={};_0x55c631[_0xd55c15(0x32a)]=function(_0x3e0b78,_0x3e6a77){return _0x3e0b78>_0x3e6a77;},_0x55c631[_0xd55c15(0x21f)]=_0xd55c15(0x342);const _0x3c1be0=_0x55c631;if(_0x3b9bcb[_0xd55c15(0x2ba)]&&_0x3c1be0[_0xd55c15(0x32a)](_0x3b9bcb['errorsDetailed'][_0xd55c15(0x240)],0x0))return util[_0xd55c15(0x29b)](_0x3b9bcb[_0xd55c15(0x2ba)][0x0]);if(_0x3b9bcb[_0xd55c15(0x374)])return _0x3b9bcb['failure_reason'];return _0x3c1be0[_0xd55c15(0x21f)];}[a92_0x432af7(0x2a5)](_0x3cc24d){const _0x5aa158=a92_0x432af7,_0x2c45f1={};_0x2c45f1[_0x5aa158(0x2b3)]='Assert',_0x2c45f1[_0x5aa158(0x302)]=_0x5aa158(0x343),_0x2c45f1[_0x5aa158(0x297)]=_0x5aa158(0x233);const _0x18f1bc=_0x2c45f1,_0x4968fa=this[_0x5aa158(0x264)](_0x3cc24d);if(_0x4968fa&&_0x4968fa[_0x5aa158(0x1fc)](_0x18f1bc[_0x5aa158(0x2b3)]))return _0x18f1bc['FxHAE'];return _0x18f1bc['LMJDO'];}[a92_0x432af7(0x37d)](_0x4caa49){const _0x1fbf23=a92_0x432af7,_0xba8261={'TPOVJ':function(_0x319245,_0x27c058){return _0x319245(_0x27c058);},'mecgZ':_0x1fbf23(0x37b),'LMJJp':function(_0x43350d,_0x55a31d){return _0x43350d!==_0x55a31d;},'jrfZO':_0x1fbf23(0x33a)},{failureData:_0x214fcb}=_0xba8261[_0x1fbf23(0x2c6)](require,_0xba8261[_0x1fbf23(0x2ff)]),_0x3767f0=[];return _0xba8261[_0x1fbf23(0x2d5)](_0x4caa49[_0x1fbf23(0x2ba)],undefined)&&_0x3767f0[_0x1fbf23(0x2e2)](_0x4caa49[_0x1fbf23(0x2ba)],_0xba8261['jrfZO']),_0x214fcb[_0x1fbf23(0x36e)](null,_0x3767f0);}async[a92_0x432af7(0x21d)](_0x56fa7f,_0x45b734,_0x3417f5,_0x45e4e0){const _0x337464=a92_0x432af7,_0xb61e4f={'vYVrr':_0x337464(0x263),'TdYDv':function(_0x53e187){return _0x53e187();},'sbAUF':function(_0x41f0c9,_0x3a60fb){return _0x41f0c9 in _0x3a60fb;},'oQfuZ':function(_0x370c7c,_0x39afad){return _0x370c7c===_0x39afad;},'VGlrU':function(_0x25e24a,_0x1c0d37){return _0x25e24a===_0x1c0d37;},'mxGYI':function(_0x52d390,_0x563b45){return _0x52d390>_0x563b45;},'Kxryu':_0x337464(0x256),'IWPhE':'passed','BVoQD':function(_0x5a5dc2,_0x2ed4c8){return _0x5a5dc2===_0x2ed4c8;},'nYcIC':_0x337464(0x30c),'Isaeo':function(_0x4297a0,_0x96787d){return _0x4297a0>_0x96787d;},'qDNbw':function(_0x57b8b0,_0x1d4534){return _0x57b8b0!==_0x1d4534;}},{hookData:_0x245db1}=_0x45e4e0,_0x2d272e=_0x3417f5['toString'](),_0x1b3cf8=_0x45b734['toString'](),_0x1d9554={};_0x1d9554['depth']=0x2,_0x1d9554[_0x337464(0x377)]=0x3,logger[_0x337464(0x252)](_0x337464(0x328)+_0x1b3cf8+_0x337464(0x21e)+_0x2d272e+_0x337464(0x206)+util[_0x337464(0x29b)](_0x245db1,_0x1d9554));if(!_0x245db1)return logger['debug'](_0xb61e4f[_0x337464(0x205)]),{};const _0x30a018=_0x245db1[_0x337464(0x239)]||_0x245db1[_0x337464(0x2e6)]||_0xb61e4f[_0x337464(0x238)](uuidv4),_0x5f2c0e=_0x245db1[_0x337464(0x26e)]||this[_0x337464(0x28e)](_0x245db1),_0x37ef99=_0x45b734[_0x337464(0x344)]()[_0x337464(0x31b)]('.')[0x1],_0x57f5a=_0x56fa7f[_0x337464(0x2bc)]()[_0x337464(0x1fe)](_0x5f2c0e),_0x2c9e19=_0x57f5a?_0x57f5a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x337464(0x2c3)+_0x30a018+_0x337464(0x28d)+_0x5f2c0e+_0x337464(0x360)+_0x37ef99+',\x20hookState='+_0x2d272e);if(!_0x57f5a)return logger[_0x337464(0x252)](_0x337464(0x274)+_0x5f2c0e+_0x337464(0x37e)),this[_0x337464(0x2a8)](_0x56fa7f,_0x5f2c0e,_0x45b734,_0x3417f5,_0x45e4e0),{};let _0x3d1b64=_0x57f5a[TestFrameworkConstants[_0x337464(0x286)]];!_0x3d1b64&&(_0x3d1b64={});!_0xb61e4f[_0x337464(0x36b)](_0x37ef99,_0x3d1b64)&&(_0x3d1b64[_0x37ef99]=[]);let _0x50232e=_0x57f5a[TestFrameworkConstants[_0x337464(0x23b)]];!_0x50232e&&(_0x50232e={});!_0xb61e4f[_0x337464(0x36b)](_0x37ef99,_0x50232e)&&(_0x50232e[_0x37ef99]=[]);const _0xdf7170={[_0x5f2c0e]:{[TestFrameworkConstants[_0x337464(0x286)]]:_0x3d1b64,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x50232e,[TestFrameworkConstants[_0x337464(0x2df)]]:this[_0x337464(0x2db)]()[0x0]||'',[TestFrameworkConstants[_0x337464(0x2b1)]]:this[_0x337464(0x227)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0xb61e4f[_0x337464(0x2f4)](_0x3417f5,HookState['PRE'])){const _0x197eb3={'key':_0x37ef99,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x30a018,[TestFrameworkConstants[_0x337464(0x1f7)]]:TestFrameworkConstants[_0x337464(0x314)],[TestFrameworkConstants[_0x337464(0x2e9)]]:_0x245db1[_0x337464(0x27a)]||new Date()[_0x337464(0x26b)](),[TestFrameworkConstants[_0x337464(0x25d)]]:[],[TestFrameworkConstants[_0x337464(0x352)]]:_0x245db1[_0x337464(0x1fb)]||_0x245db1[_0x337464(0x223)]||_0x37ef99,[TestFrameworkConstants[_0x337464(0x33b)]]:_0x2c9e19};_0x3d1b64[_0x37ef99]['push'](_0x197eb3),_0xdf7170[_0x5f2c0e][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x37ef99;const _0x49a3be={};_0x49a3be[_0x337464(0x261)]=0x2,logger[_0x337464(0x252)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x37ef99+_0x337464(0x292)+_0x30a018+',\x20testId='+_0x5f2c0e+_0x337464(0x235)+util[_0x337464(0x29b)](_0x197eb3,_0x49a3be));}else{if(_0xb61e4f[_0x337464(0x307)](_0x3417f5,HookState[_0x337464(0x217)])){const _0x441b1b=_0x245db1[_0x337464(0x201)]||(_0x245db1['errorsDetailed']&&_0xb61e4f[_0x337464(0x371)](_0x245db1[_0x337464(0x2ba)][_0x337464(0x240)],0x0)?_0xb61e4f[_0x337464(0x210)]:_0xb61e4f[_0x337464(0x30f)]),_0x36172e=_0x3d1b64[_0x37ef99]||[];logger[_0x337464(0x252)](_0x337464(0x31c)+_0x37ef99+',\x20testId='+_0x5f2c0e+_0x337464(0x222)+_0x441b1b+_0x337464(0x249)+_0x36172e[_0x337464(0x240)]);if(_0xb61e4f[_0x337464(0x2f4)](_0x36172e[_0x337464(0x240)],0x0)&&_0xb61e4f[_0x337464(0x2a2)](_0x45b734,TestFrameworkState[_0x337464(0x36f)]))return logger[_0x337464(0x252)](_0xb61e4f[_0x337464(0x37a)]),this[_0x337464(0x2a8)](_0x56fa7f,_0x5f2c0e,_0x45b734,_0x3417f5,_0x45e4e0),{};if(_0xb61e4f[_0x337464(0x259)](_0x36172e[_0x337464(0x240)],0x0)){const _0x2df358=_0x36172e[_0x337464(0x20e)]();_0xb61e4f[_0x337464(0x2a2)](_0x441b1b,_0xb61e4f[_0x337464(0x210)])&&_0x245db1['errorsDetailed']?(_0x2df358[TestFrameworkConstants[_0x337464(0x2f0)]]=this[_0x337464(0x2a5)](_0x245db1),_0x2df358[TestFrameworkConstants[_0x337464(0x281)]]=this['getJestFailureReason'](_0x245db1),_0x2df358[TestFrameworkConstants[_0x337464(0x370)]]=this[_0x337464(0x37d)](_0x245db1),logger[_0x337464(0x252)](_0x337464(0x30a)+_0x37ef99+_0x337464(0x2aa)+_0x2df358[TestFrameworkConstants[_0x337464(0x2f0)]]+_0x337464(0x20d)+_0x2df358[TestFrameworkConstants[_0x337464(0x281)]]?.[_0x337464(0x282)](0x0,0xc8))):_0x2df358[TestFrameworkConstants[_0x337464(0x1f7)]]=_0xb61e4f['IWPhE'];_0xb61e4f[_0x337464(0x25f)](_0x441b1b,TestFrameworkConstants[_0x337464(0x314)])&&(_0x2df358[TestFrameworkConstants[_0x337464(0x1f7)]]=_0x441b1b);_0x2df358[TestFrameworkConstants[_0x337464(0x32f)]]=_0x245db1[_0x337464(0x304)]||new Date()[_0x337464(0x26b)](),_0x2df358[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2c9e19;const _0x21f734=_0x2df358[TestFrameworkConstants[_0x337464(0x203)]];!_0x50232e[_0x37ef99]&&(_0x50232e[_0x37ef99]=[]);_0x50232e[_0x37ef99][_0x337464(0x2e2)](_0x2df358),_0xdf7170[_0x5f2c0e][TestFrameworkConstants[_0x337464(0x317)]]=_0x37ef99;const _0x482d1d={};_0x482d1d['depth']=0x2,logger[_0x337464(0x252)](_0x337464(0x2ab)+_0x37ef99+_0x337464(0x292)+_0x21f734+_0x337464(0x222)+_0x441b1b+',\x20hook='+util['inspect'](_0x2df358,_0x482d1d));}}}return _0xdf7170;}[a92_0x432af7(0x375)](_0x3016dd){const _0x58d1ea=a92_0x432af7,_0x31faef={};_0x31faef[_0x58d1ea(0x356)]='base64';const _0xd5405a=_0x31faef;try{const _0x257371=_0x3016dd[_0x58d1ea(0x33a)]?this[_0x58d1ea(0x28e)](_0x3016dd[_0x58d1ea(0x33a)]):_0x3016dd['hookData'][_0x58d1ea(0x26e)],_0x3c8ede=_0x3016dd['instance'],_0x3aca65=_0x3c8ede[_0x58d1ea(0x2e4)](),_0x547f46=_0x3c8ede[_0x58d1ea(0x2bc)]()['get'](_0x257371);if(!_0x547f46)return logger[_0x58d1ea(0x252)](_0x58d1ea(0x24f)+_0x257371),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x58757f=this[_0x58d1ea(0x2db)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5552b3=this['getTestFrameworksVersions']()[this[_0x58d1ea(0x2db)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x36a148='',[TestFrameworkConstants[_0x58d1ea(0x33c)]]:_0x39a83e=''}=_0x547f46,_0x489518=_0x3c8ede[_0x58d1ea(0x365)]()[_0x58d1ea(0x344)]()[_0x58d1ea(0x31b)]('.')[0x1],_0x324e23=_0x3c8ede[_0x58d1ea(0x339)]()[_0x58d1ea(0x344)]()[_0x58d1ea(0x31b)]('.')[0x1],_0x28911e=global?.['__workerDetails']?.[_0x58d1ea(0x266)]?.['parallelIndex']||global[_0x58d1ea(0x2e5)]||0x0,_0x550a13=_0x3c8ede[_0x58d1ea(0x280)](),_0x5e8c92=Buffer[_0x58d1ea(0x359)](JSON[_0x58d1ea(0x299)](_0x547f46))[_0x58d1ea(0x344)](_0xd5405a['oGEII']),_0x224693={'hash':_0x3aca65[_0x58d1ea(0x29a)](),'threadId':_0x3aca65[_0x58d1ea(0x2cf)]()[_0x58d1ea(0x344)](),'processId':_0x3aca65[_0x58d1ea(0x221)]()[_0x58d1ea(0x344)]()},_0xeb0f55={};_0xeb0f55[_0x58d1ea(0x277)]=_0x28911e,_0xeb0f55['testFrameworkName']=_0x58757f,_0xeb0f55[_0x58d1ea(0x321)]=_0x5552b3,_0xeb0f55['testFrameworkState']=_0x489518,_0xeb0f55['hookState']=_0x324e23,_0xeb0f55[_0x58d1ea(0x2cc)]=_0x36a148,_0xeb0f55[_0x58d1ea(0x2c0)]=_0x39a83e,_0xeb0f55['uuid']=_0x550a13,_0xeb0f55['eventJson']=_0x5e8c92,_0xeb0f55[_0x58d1ea(0x20f)]=_0x224693,_0xeb0f55[_0x58d1ea(0x1ff)]=_0x257371;const _0x26c433=_0xeb0f55;return _0x26c433;}catch(_0x55373d){return logger[_0x58d1ea(0x28c)](_0x58d1ea(0x347)+util['format'](_0x55373d)),{};}}async[a92_0x432af7(0x268)](_0x372e39,_0x5769dd,_0x262e2e){const _0x570a2d=a92_0x432af7,_0x522188={'zxwdG':function(_0x2802aa,_0x4333e7){return _0x2802aa+_0x4333e7;},'ilgwP':_0x570a2d(0x320),'IOlpP':_0x570a2d(0x367),'LxbfP':function(_0x2f9234,_0x3ed23e){return _0x2f9234>_0x3ed23e;},'hXEpH':function(_0x27a36d,_0x3245f9,_0x4f660c,_0x4e539d){return _0x27a36d(_0x3245f9,_0x4f660c,_0x4e539d);},'vNvxr':function(_0x39f0ac,_0x5abb80){return _0x39f0ac-_0x5abb80;},'jWOED':function(_0x1e6c29,_0x125682){return _0x1e6c29===_0x125682;},'ktNYS':function(_0xd95d73,_0x56cd8d){return _0xd95d73/_0x56cd8d;},'ScdGo':function(_0x3b04bd,_0x340474){return _0x3b04bd<_0x340474;},'IqCWA':function(_0x29b50b,_0x237a49){return _0x29b50b*_0x237a49;},'iSirQ':function(_0x3f4851,_0x139f28){return _0x3f4851+_0x139f28;},'PIKon':function(_0x68b252,_0xb5d4ce){return _0x68b252+_0xb5d4ce;}};try{const _0x36cd04=_0x262e2e[_0x570a2d(0x212)]||_0x262e2e[_0x570a2d(0x32d)],_0x44d596=Array[_0x570a2d(0x359)](_0x372e39[_0x570a2d(0x2bc)]()[_0x570a2d(0x24c)]()),_0x1bd5ce=_0x372e39['getAllData']()[_0x570a2d(0x1fe)](_0x36cd04);if(!_0x1bd5ce){logger['debug'](_0x570a2d(0x386)+_0x36cd04);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1d7576='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x70b56c=''}=_0x1bd5ce;let _0x5bc8b5=[];_0x1bd5ce&&_0x1bd5ce[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x1bd5ce[TestFrameworkConstants[_0x570a2d(0x243)]])?(_0x5bc8b5=_0x1bd5ce[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x570a2d(0x252)](_0x570a2d(0x330)+_0x5bc8b5[_0x570a2d(0x240)]+_0x570a2d(0x301)+_0x36cd04),_0x372e39[_0x570a2d(0x32c)]({[_0x36cd04]:{[TestFrameworkConstants[_0x570a2d(0x243)]]:[],[TestFrameworkConstants[_0x570a2d(0x2df)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x570a2d(0x2b1)]]:this[_0x570a2d(0x227)]()[this[_0x570a2d(0x2db)]()[0x0]]||''}}),logger[_0x570a2d(0x252)](_0x570a2d(0x294)+_0x36cd04)):logger[_0x570a2d(0x252)](_0x570a2d(0x26a)+_0x36cd04);logger[_0x570a2d(0x252)](_0x570a2d(0x208)+_0x5bc8b5[_0x570a2d(0x240)]+_0x570a2d(0x215)+_0x36cd04);const _0x15b2c3=_0x5bc8b5[_0x570a2d(0x2bb)](_0x2a45e8=>_0x2a45e8[_0x570a2d(0x351)]===_0x570a2d(0x349));_0x522188[_0x570a2d(0x312)](_0x15b2c3[_0x570a2d(0x240)],0x0)&&(logger[_0x570a2d(0x252)](_0x570a2d(0x385)+_0x15b2c3[_0x570a2d(0x240)]+_0x570a2d(0x273)+_0x36cd04),_0x15b2c3[_0x570a2d(0x33e)]((_0x88db30,_0x39283a)=>{const _0x273155=_0x570a2d;logger[_0x273155(0x252)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x522188['zxwdG'](_0x39283a,0x1)+'/'+_0x15b2c3['length']+_0x273155(0x22a)+(_0x88db30[_0x273155(0x1ff)]||_0x522188[_0x273155(0x279)])+_0x273155(0x2fb)+(_0x88db30[_0x273155(0x2d7)]||_0x522188['ilgwP'])+_0x273155(0x384)+(_0x88db30[_0x273155(0x303)]||_0x522188[_0x273155(0x298)])+_0x273155(0x380)+(_0x88db30['message']?.[_0x273155(0x240)]||0x0));}));const _0x2a902c=_0x1bd5ce[TestFrameworkConstants[_0x570a2d(0x265)]]||{},_0x522142=_0x522188[_0x570a2d(0x2f1)](getMediaArtifactsLogs,_0x2a902c,null,_0x36cd04),_0x2d1c99=(_0x5bc8b5||[])[_0x570a2d(0x35a)](_0x522142||[]),_0x3ee834=_0x15b2c3?.[_0x570a2d(0x240)]||0x0,_0x374535=_0x522188[_0x570a2d(0x350)](_0x5bc8b5?.[_0x570a2d(0x240)]||0x0,_0x3ee834);logger['debug'](_0x570a2d(0x34c)+_0x36cd04+_0x570a2d(0x2ea)+_0x374535+_0x570a2d(0x2d8)+_0x3ee834+_0x570a2d(0x22c)+(_0x522142?.['length']||0x0)+',\x20totalLogs:\x20'+_0x2d1c99[_0x570a2d(0x240)]);if(!_0x2d1c99||_0x522188[_0x570a2d(0x366)](_0x2d1c99[_0x570a2d(0x240)],0x0)){logger[_0x570a2d(0x252)](_0x570a2d(0x248)+_0x36cd04);return;}const _0x48e90a=0x28,_0xc13a43=Math['ceil'](_0x522188[_0x570a2d(0x333)](_0x2d1c99[_0x570a2d(0x240)],_0x48e90a));for(let _0x3b0a51=0x0;_0x522188[_0x570a2d(0x245)](_0x3b0a51,_0xc13a43);_0x3b0a51++){const _0x2be144=_0x522188[_0x570a2d(0x313)](_0x3b0a51,_0x48e90a),_0x1feace=_0x522188[_0x570a2d(0x2cb)](_0x2be144,_0x48e90a),_0x5cb519=_0x2d1c99[_0x570a2d(0x337)](_0x2be144,_0x1feace),_0x216596=global?.[_0x570a2d(0x36a)]??0x0,_0x5d8e8c={'platformIndex':_0x216596,'logs':_0x5cb519,'testFrameworkName':_0x1d7576,'testFrameworkVersion':_0x70b56c,'testFrameworkState':_0x5769dd[_0x570a2d(0x344)]()[_0x570a2d(0x31b)]('.')[0x1]},_0x463cdd={};_0x463cdd[_0x570a2d(0x261)]=0x3,_0x463cdd[_0x570a2d(0x377)]=0x5,logger[_0x570a2d(0x252)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x522188['iSirQ'](_0x3b0a51,0x1)+'/'+_0xc13a43+_0x570a2d(0x257)+_0x36cd04+',\x20logsInBatch:\x20'+_0x5cb519[_0x570a2d(0x240)]+',\x20platformIndex:\x20'+_0x216596+',\x20payload:\x20'+util['inspect'](_0x5d8e8c,_0x463cdd));const _0xf62f12=await GrpcClient[_0x570a2d(0x354)]()[_0x570a2d(0x38a)](_0x5d8e8c);logger[_0x570a2d(0x252)](_0x570a2d(0x1f5)+_0x522188[_0x570a2d(0x276)](_0x3b0a51,0x1)+'/'+_0xc13a43+_0x570a2d(0x257)+_0x36cd04+',\x20response='+util[_0x570a2d(0x29b)](_0xf62f12));}_0x522142&&_0x522188[_0x570a2d(0x312)](_0x522142[_0x570a2d(0x240)],0x0)&&_0x1bd5ce[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x372e39[_0x570a2d(0x32c)]({[_0x36cd04]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x570a2d(0x2df)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x570a2d(0x2b1)]]:this[_0x570a2d(0x227)]()[this[_0x570a2d(0x2db)]()[0x0]]||''}}),logger[_0x570a2d(0x252)](_0x570a2d(0x275)+_0x36cd04+_0x570a2d(0x26c)+_0xc13a43);}catch(_0x3b206c){logger[_0x570a2d(0x28c)](_0x570a2d(0x362)+(_0x262e2e[_0x570a2d(0x212)]||_0x262e2e[_0x570a2d(0x32d)])+_0x570a2d(0x382)+util[_0x570a2d(0x21b)](_0x3b206c));}}['storePendingHook'](_0x2fd565,_0x59e3c1,_0x2f0e1a,_0x346fee,_0x4f6753){const _0x1d9f5a=a92_0x432af7,_0x68a454={};_0x68a454[_0x1d9f5a(0x2b0)]=function(_0x4d57e0,_0x406518){return _0x4d57e0===_0x406518;},_0x68a454[_0x1d9f5a(0x364)]=_0x1d9f5a(0x2c8);const _0x41a656=_0x68a454,{hookData:_0x131da2}=_0x4f6753,_0x33a614={'testId':_0x59e3c1,'testFrameworkState':_0x2f0e1a,'hookState':_0x346fee,'args':_0x4f6753,'timestamp':new Date()[_0x1d9f5a(0x26b)]()};if(_0x41a656[_0x1d9f5a(0x2b0)](_0x2f0e1a,TestFrameworkState[_0x1d9f5a(0x36f)])&&_0x131da2){const _0x470f96={};_0x470f96[_0x1d9f5a(0x368)]=_0x131da2[_0x1d9f5a(0x25c)]||_0x131da2[_0x1d9f5a(0x378)],_0x470f96[_0x1d9f5a(0x2dc)]=_0x131da2[_0x1d9f5a(0x2dc)]||_0x131da2[_0x1d9f5a(0x309)]&&_0x131da2[_0x1d9f5a(0x309)][0x0]||'',_0x470f96['hookType']=_0x41a656['ODPoa'],_0x33a614[_0x1d9f5a(0x2d6)]=_0x470f96,logger[_0x1d9f5a(0x252)](_0x1d9f5a(0x1f0)+_0x59e3c1+_0x1d9f5a(0x234)+_0x33a614['hookMetadata'][_0x1d9f5a(0x368)]+_0x1d9f5a(0x283)+_0x33a614[_0x1d9f5a(0x2d6)][_0x1d9f5a(0x2dc)]);}_0x2fd565['addPendingHook'](_0x59e3c1,_0x33a614),logger[_0x1d9f5a(0x252)](_0x1d9f5a(0x329)+_0x59e3c1+_0x1d9f5a(0x27e)+_0x2f0e1a+_0x1d9f5a(0x318)+_0x346fee);}async[a92_0x432af7(0x278)](_0x45affb,_0x29afe6){const _0x24dd8b=a92_0x432af7,_0x5d25fe={};_0x5d25fe[_0x24dd8b(0x324)]=function(_0x595a88,_0x5eb76b){return _0x595a88>_0x5eb76b;},_0x5d25fe[_0x24dd8b(0x267)]=function(_0x3436bf,_0x3f8a8c){return _0x3436bf===_0x3f8a8c;},_0x5d25fe[_0x24dd8b(0x2c2)]=function(_0x8afb12,_0x3ed46e){return _0x8afb12===_0x3ed46e;},_0x5d25fe[_0x24dd8b(0x29c)]=function(_0x533565,_0x1435cb){return _0x533565===_0x1435cb;},_0x5d25fe['CCXDS']=function(_0x3eee56,_0x50cb07){return _0x3eee56===_0x50cb07;},_0x5d25fe[_0x24dd8b(0x2f2)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0xa142ef=_0x5d25fe;if(_0x45affb[_0x24dd8b(0x2d1)](_0x29afe6)){const _0x11c226=_0x45affb[_0x24dd8b(0x247)](_0x29afe6);logger[_0x24dd8b(0x252)]('Processing\x20'+_0x11c226['length']+_0x24dd8b(0x232)+_0x29afe6);for(const _0x3f3999 of _0x11c226){try{const _0x3a9dfd=await this['trackHookEvent'](_0x45affb,_0x3f3999[_0x24dd8b(0x2e0)],_0x3f3999['hookState'],_0x3f3999['args']);_0x3a9dfd&&_0xa142ef[_0x24dd8b(0x324)](Object[_0x24dd8b(0x24c)](_0x3a9dfd)['length'],0x0)&&_0x45affb['addMultipleEntries'](_0x3a9dfd),await this['runHooks'](_0x45affb,_0x3f3999[_0x24dd8b(0x2e0)],_0x3f3999[_0x24dd8b(0x35c)],_0x3f3999[_0x24dd8b(0x389)]);}catch(_0x1c2abb){logger[_0x24dd8b(0x28c)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x29afe6+',\x20error:\x20'+_0x1c2abb);}}_0x45affb[_0x24dd8b(0x213)](_0x29afe6),logger[_0x24dd8b(0x252)](_0x24dd8b(0x30b)+_0x29afe6);}const _0x67b5a4=_0x45affb[_0x24dd8b(0x2bc)]()[_0x24dd8b(0x1fe)](_0x29afe6);if(_0x67b5a4){const _0x271b0f=_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x200)]]||_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x37f)]],_0x334386=_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x319)]]||_0x67b5a4[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x331)]][0x0]||'';logger[_0x24dd8b(0x252)](_0x24dd8b(0x2a6)+_0x271b0f+_0x24dd8b(0x283)+_0x334386);const _0x242c55=_0x45affb[_0x24dd8b(0x36c)]();for(const _0x2db57f of _0x242c55){if(_0xa142ef[_0x24dd8b(0x267)](_0x2db57f,_0x29afe6))continue;if(_0x45affb[_0x24dd8b(0x2d1)](_0x2db57f)){const _0x5d6aa5=_0x45affb[_0x24dd8b(0x247)](_0x2db57f);for(const _0x527aab of _0x5d6aa5){if(_0xa142ef['iAXdg'](_0x527aab['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x527aab[_0x24dd8b(0x2d6)]){const _0x41cddd=_0x527aab[_0x24dd8b(0x2d6)][_0x24dd8b(0x368)],_0x5f3468=_0x527aab[_0x24dd8b(0x2d6)]['scope'];if(_0xa142ef['toKuC'](_0x41cddd,_0x271b0f)&&_0xa142ef[_0x24dd8b(0x23a)](_0x5f3468,_0x334386)){logger[_0x24dd8b(0x252)](_0x24dd8b(0x27b)+_0x2db57f+_0x24dd8b(0x2b8)+_0x29afe6+',\x20filePath:\x20'+_0x41cddd+_0x24dd8b(0x283)+_0x5f3468);_0x527aab[_0x24dd8b(0x389)]&&_0x527aab['args']['hookData']&&(_0x527aab[_0x24dd8b(0x389)][_0x24dd8b(0x23c)]['test_run_id']=_0x29afe6,logger[_0x24dd8b(0x252)](_0x24dd8b(0x35d)+_0x2db57f+_0x24dd8b(0x31d)+_0x29afe6));try{const _0x25aa71=await this[_0x24dd8b(0x21d)](_0x45affb,_0x527aab[_0x24dd8b(0x2e0)],_0x527aab[_0x24dd8b(0x35c)],_0x527aab[_0x24dd8b(0x389)]);_0x25aa71&&_0xa142ef['lfAuM'](Object[_0x24dd8b(0x24c)](_0x25aa71)['length'],0x0)&&_0x45affb[_0x24dd8b(0x32c)](_0x25aa71);await this['runHooks'](_0x45affb,_0x527aab[_0x24dd8b(0x2e0)],_0x527aab[_0x24dd8b(0x35c)],_0x527aab[_0x24dd8b(0x389)]);const _0x2d3c1e=_0x45affb[_0x24dd8b(0x247)](_0x2db57f)[_0x24dd8b(0x2bb)](_0x151c70=>_0x151c70!==_0x527aab);if(_0xa142ef[_0x24dd8b(0x29c)](_0x2d3c1e['length'],0x0))_0x45affb[_0x24dd8b(0x213)](_0x2db57f);else{_0x45affb[_0x24dd8b(0x213)](_0x2db57f);for(const _0x1773a9 of _0x2d3c1e){_0x45affb[_0x24dd8b(0x22e)](_0x2db57f,_0x1773a9);}}logger[_0x24dd8b(0x252)](_0xa142ef[_0x24dd8b(0x2f2)]);}catch(_0xd251c4){logger['error'](_0x24dd8b(0x28b)+_0x29afe6+_0x24dd8b(0x382)+_0xd251c4);}}}}}}}}[a92_0x432af7(0x2d0)](_0x42ad9e){const _0xbf021a=a92_0x432af7,_0x3f9f42={'uoXry':function(_0x4cab3c){return _0x4cab3c();}};if(!_0x42ad9e||!_0x42ad9e[_0xbf021a(0x28f)])return;_0x42ad9e[_0xbf021a(0x28f)][_0xbf021a(0x322)]&&Array['isArray'](_0x42ad9e[_0xbf021a(0x28f)]['hooks'])&&_0x42ad9e[_0xbf021a(0x28f)][_0xbf021a(0x322)][_0xbf021a(0x33e)](_0x32646e=>{const _0x219279=_0xbf021a;!_0x32646e[_0x219279(0x2e6)]&&!_0x32646e[_0x219279(0x340)]&&(_0x32646e[_0x219279(0x2e6)]=_0x3f9f42[_0x219279(0x2b7)](uuidv4),_0x32646e[_0x219279(0x340)]=_0x32646e[_0x219279(0x2e6)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x32646e[_0x219279(0x2bf)]+_0x219279(0x22d)+_0x32646e[_0x219279(0x2e6)]));}),this[_0xbf021a(0x2d0)](_0x42ad9e[_0xbf021a(0x28f)]);}[a92_0x432af7(0x21a)](_0x5ad938){const _0x25f9d1=a92_0x432af7,_0x1affe5={'qVWNb':function(_0x15f87e,_0x38cc3f){return _0x15f87e(_0x38cc3f);}};if(!_0x5ad938||!_0x5ad938[_0x25f9d1(0x28f)])return[];const _0x58f2ca=[];return _0x5ad938[_0x25f9d1(0x28f)][_0x25f9d1(0x322)]&&Array[_0x25f9d1(0x295)](_0x5ad938[_0x25f9d1(0x28f)]['hooks'])&&_0x5ad938[_0x25f9d1(0x28f)]['hooks'][_0x25f9d1(0x33e)](_0x22e416=>{const _0x10b1cb=_0x25f9d1,_0x111bc8=_0x22e416['hookAnalyticsId']||_0x22e416[_0x10b1cb(0x340)];_0x111bc8&&!this[_0x10b1cb(0x2e3)](_0x22e416)&&!_0x1affe5[_0x10b1cb(0x296)](isInternalHook,_0x22e416['fn'])&&_0x58f2ca[_0x10b1cb(0x2e2)](_0x111bc8);}),[..._0x58f2ca,...this[_0x25f9d1(0x21a)](_0x5ad938['parent'])];}[a92_0x432af7(0x32b)](_0x3638b8){const _0x240b01=a92_0x432af7,_0x418d68={'jGmVd':function(_0x4030c5,_0x2be033){return _0x4030c5(_0x2be033);},'FruGk':_0x240b01(0x29d),'JLCHp':function(_0x4cb55e,_0x29def7){return _0x4cb55e(_0x29def7);}},_0x2ff55c=new Map(),_0x195b92=_0x23bd73=>{const _0x3188e6=_0x240b01;if(!_0x23bd73||!_0x23bd73[_0x3188e6(0x28f)])return;_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)]&&Array[_0x3188e6(0x295)](_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)])&&_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)][_0x3188e6(0x33e)](_0x27e099=>{const _0x537950=_0x3188e6,_0x383415=_0x27e099['hookAnalyticsId']||_0x27e099[_0x537950(0x340)];if(_0x383415&&!this['isJestInternalHook'](_0x27e099)&&!_0x418d68[_0x537950(0x2be)](isInternalHook,_0x27e099['fn'])){const _0x44d01d={};_0x44d01d['type']=_0x27e099[_0x537950(0x2bf)]||_0x418d68[_0x537950(0x22f)],_0x44d01d[_0x537950(0x1fb)]=_0x27e099['name']||'\x22'+_0x27e099['type']+_0x537950(0x31f),_0x2ff55c[_0x537950(0x269)](_0x383415,_0x44d01d);}}),_0x418d68[_0x3188e6(0x2ae)](_0x195b92,_0x23bd73['parent']);};return _0x418d68[_0x240b01(0x2ae)](_0x195b92,_0x3638b8),_0x2ff55c;}[a92_0x432af7(0x2e3)](_0x411cd2){const _0x29313c=a92_0x432af7,_0x223fb7={};_0x223fb7['LXHUZ']=_0x29313c(0x27d),_0x223fb7[_0x29313c(0x30e)]=_0x29313c(0x38b);const _0x2d15aa=_0x223fb7;try{const _0x157d99=this[_0x29313c(0x289)](_0x411cd2);if(!_0x157d99||_0x157d99[_0x29313c(0x1fc)](_0x2d15aa[_0x29313c(0x220)]))return!![];return![];}catch(_0x2147e9){logger[_0x29313c(0x252)](_0x2d15aa[_0x29313c(0x30e)]);}return![];}[a92_0x432af7(0x289)](_0x174b4a){const _0x160de6=a92_0x432af7,_0x2aacd2={'THwyQ':function(_0x2ac633,_0x5c88a4){return _0x2ac633(_0x5c88a4);}};if(_0x174b4a[_0x160de6(0x214)])return _0x174b4a[_0x160de6(0x214)];if(_0x174b4a[_0x160de6(0x287)])try{const _0x4e5ada=stackTrace[_0x160de6(0x24d)](_0x174b4a[_0x160de6(0x287)]),_0x5baf87=_0x2aacd2['THwyQ'](pickUserFrameFile,_0x4e5ada);if(_0x5baf87)return _0x5baf87;logger[_0x160de6(0x252)](_0x160de6(0x230)+_0x4e5ada[_0x160de6(0x240)]+')');}catch(_0x52cc4b){logger[_0x160de6(0x252)](_0x160de6(0x270)+util['format'](_0x52cc4b));}return null;}}function a92_0x202b(_0x5c63c2,_0x4da50a){const _0x3a7e89=a92_0x3a7e();return a92_0x202b=function(_0x202b9f,_0x15d7fd){_0x202b9f=_0x202b9f-0x1ef;let _0x16e126=_0x3a7e89[_0x202b9f];return _0x16e126;},a92_0x202b(_0x5c63c2,_0x4da50a);}module[a92_0x432af7(0x2d2)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a93_0x1834(){const _0x35dd43=['2876580pAvtaZ','debug','KEY_TEST_FAILURE','uuid','setTrackedInstance','resolveInstance','65202IMgSKB','createTestFrameworkEventPayload','KEY_TEST_RESULT','instance','KEY_TEST_FILE_PATH','get','787257abCYak','Znfai','KEY_CUSTOM_TAGS','getTrackedInstance','DEFAULT_TEST_RESULT','getContext','KEY_TEST_ID','util','result','pending','custom_metadata','exports','format','../instances/testFrameworkInstance.js','path','from','trackEvent','KEY_TEST_SCOPES','KEY_TEST_TAGS','toISOString','getAllData','KEY_HOOKS_STARTED','failure_reason','KEY_TEST_FRAMEWORK_NAME','./constants/testFrameworkConstants.js','TEST','KEY_TEST_STARTED_AT','stringify','./testFramework','KEY_TEST_RERUN_NAME','../state/hookState.js','KEY_TEST_NAME','finished_at','NONE','24SugqcX','252EQnhLw','KEY_TEST_LOGS','\x20hook=','../cliUtils.js','30423zVQwKV','../state/testFrameworkState.js','split','KEY_TEST_CODE','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOCATION','getCurrentHookState','7917430ibotDg','TwTSL','KEY_TEST_SCOPE','started_at','parseNewmanTest','826TuUlkq','scopes','1KjkPJM','KEY_TEST_ENDED_AT','KEY_TEST_UUID','../instances/trackedInstance.js','createContext','6215088tSNEIC','getThreadId','KEY_TEST_META','toString','test','failure_type','PRE','scope','error','dkGQA','1431256zGYKJU','bakeH','location','parseNewmanTestResult','getTestFrameworksVersions','file_path','KEY_HOOKS_FINISHED','getTestFrameworks','meta','NewmanTestFramework'];a93_0x1834=function(){return _0x35dd43;};return a93_0x1834();}function a93_0x5853(_0x26ace0,_0x575b9e){const _0x18341e=a93_0x1834();return a93_0x5853=function(_0x58539d,_0x465cf5){_0x58539d=_0x58539d-0xcb;let _0x1520e1=_0x18341e[_0x58539d];return _0x1520e1;},a93_0x5853(_0x26ace0,_0x575b9e);}const a93_0x3cc248=a93_0x5853;(function(_0x3f3c7c,_0x21e55f){const _0x55c41f=a93_0x5853,_0x1ed49e=_0x3f3c7c();while(!![]){try{const _0x15d129=parseInt(_0x55c41f(0xf7))/0x1*(-parseInt(_0x55c41f(0x106))/0x2)+parseInt(_0x55c41f(0xe8))/0x3*(parseInt(_0x55c41f(0xe4))/0x4)+parseInt(_0x55c41f(0x110))/0x5+parseInt(_0x55c41f(0x116))/0x6*(parseInt(_0x55c41f(0xf5))/0x7)+parseInt(_0x55c41f(0xe3))/0x8*(parseInt(_0x55c41f(0x11c))/0x9)+-parseInt(_0x55c41f(0xf0))/0xa+-parseInt(_0x55c41f(0xfc))/0xb;if(_0x15d129===_0x21e55f)break;else _0x1ed49e['push'](_0x1ed49e['shift']());}catch(_0x36d5c7){_0x1ed49e['push'](_0x1ed49e['shift']());}}}(a93_0x1834,0xa79d1));const path=require(a93_0x3cc248(0xcf)),TestFramework=require(a93_0x3cc248(0xdd)),TestFrameworkState=require(a93_0x3cc248(0xe9)),HookState=require(a93_0x3cc248(0xdf)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a93_0x3cc248(0xce)),CLIUtils=require(a93_0x3cc248(0xe7)),TrackedInstance=require(a93_0x3cc248(0xfa)),TestFrameworkConstants=require(a93_0x3cc248(0xd9)),util=require(a93_0x3cc248(0x123)),logger=createClassLogger(a93_0x3cc248(0x10f));class NewmanTestFramework extends TestFramework{constructor(_0x5c7a7a,_0x1bde48,_0x13b3fc){super(_0x5c7a7a,_0x1bde48,_0x13b3fc);}async['trackEvent'](_0x1c0595,_0x51b745,_0x3cbbbf={}){const _0x1d6691=a93_0x3cc248,_0xfe8120={};_0xfe8120[_0x1d6691(0x11d)]=function(_0x478dac,_0x52dccc){return _0x478dac===_0x52dccc;},_0xfe8120[_0x1d6691(0x107)]=function(_0x2b339e,_0xc6b2f){return _0x2b339e===_0xc6b2f;};const _0x4b8fd6=_0xfe8120;logger[_0x1d6691(0x111)]('trackEvent:\x20state='+_0x1c0595+_0x1d6691(0xe6)+_0x51b745),await super[_0x1d6691(0xd1)](_0x1c0595,_0x51b745,_0x3cbbbf);const _0xa99e76=this[_0x1d6691(0x115)](_0x1c0595,_0x51b745,_0x3cbbbf);if(!_0xa99e76)return;try{if(_0x4b8fd6['Znfai'](_0x1c0595,TestFrameworkState[_0x1d6691(0xda)])&&_0x3cbbbf[_0x1d6691(0x100)]){const _0x35cae0=_0x4b8fd6[_0x1d6691(0x107)](_0x51b745,HookState[_0x1d6691(0x102)])?this[_0x1d6691(0xf4)](_0x3cbbbf[_0x1d6691(0x100)]):this[_0x1d6691(0x109)](_0x3cbbbf[_0x1d6691(0x100)]);_0xa99e76['addMultipleEntries'](_0x35cae0);}}catch(_0x13b993){logger[_0x1d6691(0x104)]('trackEvent:\x20error='+util[_0x1d6691(0xcd)](_0x13b993));}_0x3cbbbf[_0x1d6691(0x119)]=_0xa99e76,await this['runHooks'](_0xa99e76,_0x1c0595,_0x51b745,_0x3cbbbf);}[a93_0x3cc248(0xf4)](_0x25c812){const _0x55a047=a93_0x3cc248,_0x54d0cb=this[_0x55a047(0x10d)]()[0x0],_0x1ed9f5={};return _0x1ed9f5[_0x25c812['uuid']]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x54d0cb,[TestFrameworkConstants[_0x55a047(0xed)]]:this[_0x55a047(0x10a)]()[_0x54d0cb],[TestFrameworkConstants[_0x55a047(0xe5)]]:[],[TestFrameworkConstants[_0x55a047(0x10c)]]:{},[TestFrameworkConstants[_0x55a047(0xd6)]]:{},[TestFrameworkConstants[_0x55a047(0x118)]]:TestFrameworkConstants[_0x55a047(0x120)],[TestFrameworkConstants[_0x55a047(0x122)]]:_0x25c812[_0x55a047(0x113)],[TestFrameworkConstants[_0x55a047(0xf9)]]:_0x25c812[_0x55a047(0x113)],[TestFrameworkConstants[_0x55a047(0xe0)]]:_0x25c812['name'],[TestFrameworkConstants[_0x55a047(0x11a)]]:_0x25c812[_0x55a047(0x10b)]||'',[TestFrameworkConstants[_0x55a047(0xee)]]:_0x25c812[_0x55a047(0x108)]||'',[TestFrameworkConstants[_0x55a047(0xeb)]]:null,[TestFrameworkConstants[_0x55a047(0xd3)]]:_0x25c812['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x25c812[_0x55a047(0xf3)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x55a047(0xf2)]]:_0x25c812[_0x55a047(0x103)]||'',[TestFrameworkConstants[_0x55a047(0xd2)]]:_0x25c812[_0x55a047(0xf6)]||[],[TestFrameworkConstants[_0x55a047(0xde)]]:null,[TestFrameworkConstants[_0x55a047(0x11e)]]:_0x25c812[_0x55a047(0xcb)]||{},[TestFrameworkConstants[_0x55a047(0xfe)]]:_0x25c812[_0x55a047(0x10e)]||{}},_0x1ed9f5;}[a93_0x3cc248(0x109)](_0x1c704d){const _0x40d973=a93_0x3cc248,_0x28a2ff={};_0x28a2ff[_0x40d973(0xf1)]=_0x40d973(0x125);const _0x24f4c3=_0x28a2ff,_0x17031c={};return _0x17031c[_0x1c704d[_0x40d973(0x113)]]={[TestFrameworkConstants[_0x40d973(0x118)]]:_0x1c704d[_0x40d973(0x124)]||_0x24f4c3[_0x40d973(0xf1)],[TestFrameworkConstants[_0x40d973(0xf8)]]:_0x1c704d[_0x40d973(0xe1)]||new Date()[_0x40d973(0xd4)](),[TestFrameworkConstants[_0x40d973(0x112)]]:_0x1c704d['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x1c704d[_0x40d973(0x101)]||null,[TestFrameworkConstants[_0x40d973(0xec)]]:_0x1c704d[_0x40d973(0xd7)]||null},_0x17031c;}[a93_0x3cc248(0x115)](_0x155ca2){const _0x2ba46a=a93_0x3cc248;let _0x6354fd=TestFramework[_0x2ba46a(0x11f)]();if(!_0x6354fd){const _0x241794=TrackedInstance[_0x2ba46a(0xfb)](CLIUtils['getCurrentInstanceName']());_0x6354fd=new TestFrameworkInstance(_0x241794,this[_0x2ba46a(0x10d)](),this[_0x2ba46a(0x10a)](),_0x155ca2,HookState[_0x2ba46a(0xe2)]),TestFramework[_0x2ba46a(0x114)](_0x241794,_0x6354fd);}return _0x6354fd;}[a93_0x3cc248(0x117)](_0x430187){const _0x413d21=a93_0x3cc248,_0x15bcfc={};_0x15bcfc[_0x413d21(0x105)]='base64';const _0x3347f4=_0x15bcfc;try{const _0x5af5e8=_0x430187['test']?_0x430187[_0x413d21(0x100)]['uuid']:null,_0x229811=_0x430187['instance'],_0x2cda17=_0x229811[_0x413d21(0x121)](),_0x4be109=_0x229811[_0x413d21(0xd5)]()[_0x413d21(0x11b)](_0x5af5e8);if(!_0x4be109)return{};const {[TestFrameworkConstants[_0x413d21(0xd8)]]:_0x3fac65='',[TestFrameworkConstants[_0x413d21(0xed)]]:_0x5ec94f='',[TestFrameworkConstants[_0x413d21(0xdb)]]:_0x1c8f7b='',[TestFrameworkConstants[_0x413d21(0xf8)]]:_0x2277bd=''}=_0x4be109;return{'platformIndex':0x0,'testFrameworkName':_0x3fac65,'testFrameworkVersion':_0x5ec94f,'testFrameworkState':_0x229811['getCurrentTestState']()[_0x413d21(0xff)]()[_0x413d21(0xea)]('.')[0x1],'hookState':_0x229811[_0x413d21(0xef)]()[_0x413d21(0xff)]()['split']('.')[0x1],'startedAt':_0x1c8f7b,'endedAt':_0x2277bd,'uuid':_0x5af5e8,'eventJson':Buffer[_0x413d21(0xd0)](JSON[_0x413d21(0xdc)](_0x4be109))[_0x413d21(0xff)](_0x3347f4['dkGQA']),'executionContext':{'hash':_0x2cda17['getId'](),'threadId':_0x2cda17[_0x413d21(0xfd)]()[_0x413d21(0xff)](),'processId':_0x2cda17['getProcessId']()[_0x413d21(0xff)]()}};}catch(_0x1d00b0){return logger[_0x413d21(0x104)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x1d00b0)),{};}}}module[a93_0x3cc248(0xcc)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a94_0x2c73c2=a94_0x2a96;function a94_0x2a96(_0x4137dd,_0x15a5cf){const _0x585075=a94_0x5850();return a94_0x2a96=function(_0x2a96b4,_0x7020cf){_0x2a96b4=_0x2a96b4-0x164;let _0x43b1ac=_0x585075[_0x2a96b4];return _0x43b1ac;},a94_0x2a96(_0x4137dd,_0x15a5cf);}(function(_0x24ca8d,_0x404d31){const _0x2ba382=a94_0x2a96,_0x27a587=_0x24ca8d();while(!![]){try{const _0x15a8d3=parseInt(_0x2ba382(0x178))/0x1+-parseInt(_0x2ba382(0x16d))/0x2*(parseInt(_0x2ba382(0x186))/0x3)+parseInt(_0x2ba382(0x189))/0x4*(parseInt(_0x2ba382(0x166))/0x5)+-parseInt(_0x2ba382(0x165))/0x6*(parseInt(_0x2ba382(0x17c))/0x7)+parseInt(_0x2ba382(0x177))/0x8*(-parseInt(_0x2ba382(0x16b))/0x9)+parseInt(_0x2ba382(0x17d))/0xa*(-parseInt(_0x2ba382(0x18a))/0xb)+parseInt(_0x2ba382(0x179))/0xc;if(_0x15a8d3===_0x404d31)break;else _0x27a587['push'](_0x27a587['shift']());}catch(_0x3fefa6){_0x27a587['push'](_0x27a587['shift']());}}}(a94_0x5850,0xd7328));const AutomationFramework=require(a94_0x2c73c2(0x176)),{createClassLogger}=require(a94_0x2c73c2(0x164)),AutomationFrameworkState=require(a94_0x2c73c2(0x18e)),CLIUtils=require(a94_0x2c73c2(0x173)),TrackedInstance=require(a94_0x2c73c2(0x16c)),AutomationFrameworkInstance=require(a94_0x2c73c2(0x181));class PlaywrightAutomationFramework extends AutomationFramework{[a94_0x2c73c2(0x174)]=createClassLogger(a94_0x2c73c2(0x172));constructor(_0x4bf56b,_0x2f3ef5){super(_0x4bf56b,_0x2f3ef5);}async[a94_0x2c73c2(0x16e)](_0xfa0abd,_0x4aa53c,_0x17eae5={}){const _0x2f809b=a94_0x2c73c2,_0x59c952={};_0x59c952[_0x2f809b(0x18c)]=function(_0x38d0c3,_0x264ab1){return _0x38d0c3===_0x264ab1;};const _0x9566df=_0x59c952;this[_0x2f809b(0x174)][_0x2f809b(0x175)](_0x2f809b(0x183)+_0xfa0abd+_0x2f809b(0x184)+_0x4aa53c),await super[_0x2f809b(0x16e)](_0xfa0abd,_0x4aa53c,_0x17eae5);const _0x1dc987=this[_0x2f809b(0x170)](_0xfa0abd,_0x4aa53c,_0x17eae5);if(_0x9566df['tICXB'](_0x1dc987,null))return;_0x17eae5[_0x2f809b(0x16a)]=_0x1dc987,await this[_0x2f809b(0x167)](_0x1dc987,_0xfa0abd,_0x4aa53c,_0x17eae5);}[a94_0x2c73c2(0x170)](_0x52be7e,_0x4f9bc0,_0x5992b1={}){const _0x113a2f=a94_0x2c73c2,_0x1a5b4d={};_0x1a5b4d[_0x113a2f(0x18f)]=function(_0x14b859,_0x3e28d9){return _0x14b859===_0x3e28d9;},_0x1a5b4d[_0x113a2f(0x18b)]=function(_0x26ebbd,_0x109aa9){return _0x26ebbd===_0x109aa9;};const _0x182860=_0x1a5b4d;let _0xeca77d=null;return(_0x182860['RtUOu'](_0x52be7e,AutomationFrameworkState[_0x113a2f(0x17a)])||_0x182860[_0x113a2f(0x18b)](_0x52be7e,AutomationFrameworkState[_0x113a2f(0x17e)])&&(_0x5992b1[_0x113a2f(0x17b)]&&_0x5992b1[_0x113a2f(0x17b)]['params']&&_0x5992b1[_0x113a2f(0x17b)]['params'][_0x113a2f(0x168)])||_0x182860['kPFZW'](_0x52be7e,AutomationFrameworkState['NONE']))&&this[_0x113a2f(0x185)](_0x52be7e,_0x5992b1),_0xeca77d=AutomationFramework[_0x113a2f(0x171)](),_0xeca77d;}[a94_0x2c73c2(0x185)](_0x5ad00f,_0x2df80f){const _0x4c1b5c=a94_0x2c73c2,_0x5288b2={};_0x5288b2[_0x4c1b5c(0x16f)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x369942=_0x5288b2;if(AutomationFramework[_0x4c1b5c(0x171)]()){this['logger'][_0x4c1b5c(0x182)](_0x369942[_0x4c1b5c(0x16f)]);return;}const _0x53e3f8=CLIUtils[_0x4c1b5c(0x17f)](),_0x55e9f4=TrackedInstance[_0x4c1b5c(0x187)](_0x53e3f8);let _0x4091ac=null;this[_0x4c1b5c(0x174)][_0x4c1b5c(0x182)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x53e3f8+_0x4c1b5c(0x180)+_0x5ad00f),_0x4091ac=new AutomationFrameworkInstance(_0x55e9f4,this[_0x4c1b5c(0x18d)](),this['getAutomationFrameworkVersion'](),_0x5ad00f),AutomationFramework[_0x4c1b5c(0x188)](_0x55e9f4,_0x4091ac),this[_0x4c1b5c(0x174)]['info'](_0x4c1b5c(0x169)+_0x55e9f4['getId']()+'\x20target='+_0x53e3f8);}}function a94_0x5850(){const _0x262b10=['1727300HwFTPM','PLAYWRIGHT_DISPATCH','getCurrentInstanceName',',\x20state=','../instances/automationFrameworkInstance.js','info','trackEvent:\x20automationFrameworkState=','\x20hookState=','trackPlaywrightInstance','93XoBQZe','createContext','setTrackedInstance','5685884WoYyWx','88MLEIuy','kPFZW','tICXB','getAutomationFrameworkName','../state/automationFrameworkState.js','RtUOu','../../../helpers/classLogger.js','121734vAqieZ','5Tqyakv','runHooks','bsParams','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','instance','90rJbwLV','../instances/trackedInstance.js','23992KPNmYc','trackEvent','guIoA','resolveInstance','getTrackedInstance','PlaywrightAutomationFramework','../cliUtils.js','logger','debug','./automationFramework.js','869480BDhPoR','239037qQRzIh','42024300RjPMFx','CREATE','message','497lDwxkn'];a94_0x5850=function(){return _0x262b10;};return a94_0x5850();}module['exports']=PlaywrightAutomationFramework;
|