browserstack-node-sdk 1.51.0 → 1.52.1
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 +4 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/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/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/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/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a75_0x1889a9=a75_0x5149;function a75_0x5149(_0x424a3c,_0x3b53c3){const _0x5e03dd=a75_0x5e03();return a75_0x5149=function(_0x5149c7,_0x5d7c7b){_0x5149c7=_0x5149c7-0x1ef;let _0x56bd81=_0x5e03dd[_0x5149c7];return _0x56bd81;},a75_0x5149(_0x424a3c,_0x3b53c3);}(function(_0x2ab2fe,_0x1e9bfc){const _0x3adcf5=a75_0x5149,_0x20f95a=_0x2ab2fe();while(!![]){try{const _0x43fd6a=parseInt(_0x3adcf5(0x24b))/0x1+-parseInt(_0x3adcf5(0x33a))/0x2*(-parseInt(_0x3adcf5(0x323))/0x3)+-parseInt(_0x3adcf5(0x325))/0x4+-parseInt(_0x3adcf5(0x21a))/0x5*(parseInt(_0x3adcf5(0x21e))/0x6)+parseInt(_0x3adcf5(0x369))/0x7*(-parseInt(_0x3adcf5(0x2d3))/0x8)+parseInt(_0x3adcf5(0x225))/0x9+parseInt(_0x3adcf5(0x300))/0xa;if(_0x43fd6a===_0x1e9bfc)break;else _0x20f95a['push'](_0x20f95a['shift']());}catch(_0x232f0e){_0x20f95a['push'](_0x20f95a['shift']());}}}(a75_0x5e03,0x59dd5));function a75_0x5e03(){const _0x598e3d=['ebdQU','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','oCHpU','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','keys',',\x20hookId=','parallelIndex','iCflN',',\x20scopes=','KEY_TEST_RESULT','createTestFrameworkEventPayload','code',',\x20hookUUID=','KEY_TEST_CODE','toString',',\x20totalLogs:\x20','match','\x20files','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20hook=','activeHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','tags','rksjj','KaDbC','FHueF','passed','parseJestTestResult',',\x20screenshotLogs:\x20',',\x20remainingHooks=','test_run_uuid','TEST_SCREENSHOT','NbmVI','sWyqB','stringify','asakF','KEY_TEST_FAILURE','../../../helpers/helper.js','./constants/testFrameworkConstants.js','KEY_TEST_TAGS','xOfps','KEY_HOOK_FAILURE_TYPE','KEY_TEST_FRAMEWORK_VERSION','util','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','ARYrh','RkkuQ','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','getJestFailureReason','result','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','Assert','testUUID','skip','XtSIK','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','substr','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','../instances/testFrameworkInstance.js','../TestInfo.js','getTestFrameworksVersions','KEY_TEST_SCOPE','map','getJestTestScopes','includes','DDVBY','scope','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','wGPSe','Uxvbd','mjgPn','from','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','Stored\x20pending\x20hook\x20for\x20testId:\x20','skipped','format','has','testId','message','KEY_EVENT_ENDED_AT','TEST','wxvqJ','ubWHu','test_run_id','inspect','\x20&\x20hookState=','KEY_TEST_RERUN_NAME',',\x20consoleLogs:\x20','failure_reason',',\x20testData=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','../state/testFrameworkState.js','KOyfy','name','splice','filter',',\x20testFramework=','552eIWrfl','removePendingHooks',',\x20result=','Osjjp','jVoEj','logCreatedEvent','get',',\x20hookState=','aUXcH','rocCC','\x20(testIdentifier),\x20result=','iPsNQ','\x20to\x20','file','QRoKe','\x22\x20hook','hasPendingHooks','instance','getInstance','IMBMg','lnQan','scopes','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','unknown','filePath','event_ended_at','addPendingHook',',\x20logsInBatch:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','getActiveHook','sendLogCreatedEvent',',\x20attachmentLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','resolveInstance','hookMetadata','originalTest',',\x20duration=','yNIUI','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','Vabrx','DEFAULT_HOOK_RESULT','uuid','1624790ujReBZ','set','bYbDA','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','file_name','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','YKFBk','type','length','getJestTestFilePath','warn','WDquZ','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20messageLength=','xLUdY','depth','getCurrentTestState','LdwNF','hookType','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','\x20-\x20test_identifier=','KEY_TEST_FILE_PATH','./testFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','YheAd','toISOString','ALL',',\x20target=','storePendingHook','setTrackedInstance','workerInfo','9801YRjMpk','args','2072144UycemK','KEY_TEST_FRAMEWORK_NAME','LOG_REPORT','ODhLc','oICWb','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_HOOKS_STARTED','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','guysH','hook_type','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','ONQBS','pmmLw','delete','KEY_TEST_STARTED_AT','uWGkP','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','fwYSG','FPQPY','afterAll','8MhFlZo','ROOT_DESCRIBE_BLOCK','../../../helpers/classLogger.js','none','rfssD','hook_run_uuid',',\x20error:\x20','isJestInternalHook','_ALL','KEY_TEST_DURATION','QWDpn','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','zAaww','kYUsz','matchHookRegex','KEY_CUSTOM_TAGS','hookAnalyticsId',',\x20scope:\x20',',\x20platformIndex:\x20','GAXRn','processPendingHooks','KEY_HOOK_RESULT','KEY_TEST_ENDED_AT','getRootParentFile','forEach','../cliUtils.js','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=',',\x20hookState:\x20','platformIndex',',\x20storing\x20as\x20pending\x20hook','KEY_HOOKS_FINISHED','\x20(testIdentifier),\x20hookType=','DcDDG','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getThreadId','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','testData','mapTestHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','vwgHI','getJestTestIdentifier','VKXfE','getTestFrameworks','POST',',\x20state:\x20','eventJson','13027fwbBBC','KEY_HOOK_LOGS','pIWzT','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','join','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','endedAt','DHRzb','kDLAc','LfCnQ','getHooksForTest','YiDRH','\x20hook','hooks','hookUUID','pop','KEY_TEST_ID','findIndex','__workerDetails','GVqBa','../instances/trackedInstance.js','KEY_TEST_ATTACHMENTS','parseJestTest','UnhandledError','OgiEp','finished_at','hookState','QJvab','getContext','ceil','parent',',\x20failureType=','RjRPe','status','BEazf','KsYMF','Odmoi','failed','KEY_TEST_FAILURE_REASON','getJestFailureType','getJestTestName',',\x20hookType=','hookData',',\x20version=',',\x20contextId=','body','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20hookData=','qRgck','AssertionError','xZSJw','testFrameworkVersion','sgFUJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','trackHookEvent','KEY_TEST_UUID','getRef','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','parse','hook_id','KEY_TEST_RESULT_AT','test','\x22\x20from\x20testData',',\x20state=','HgaOf','WRSHc','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','../../../helpers/test-observability/utils','fRVvS','push','base64','pid','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','yxfwx','duration','ItUZk','KEY_HOOK_FAILURE','getId','WceeF','errorsDetailed','debug','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','tKpat','exports','60885rhOyFr','beforeAll','getCurrentInstanceName','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','90eDPbdy','KEY_TEST_LOCATION','PRE','JestTestFramework','getJestFailureData','dSXGX','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','5781069BSNyie','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_SCOPES','apply','getFileName','DEFAULT_TEST_RESULT','../grpcClient','removeActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','asyncError','getAllData','testFrameworkState','XjPBz','started_at','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','addMultipleEntries','xolpg','stack-trace','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','split',',\x20failureReason=','BEFORE_ALL','slice','tpcLQ','getCurrentHookState','EYvkU','testFrameworkName',',\x20filePath:\x20','KEY_TEST_FAILURE_TYPE',',\x20testId=','KEY_HOOK_ID','getPendingHooks','hook_result','ffXoa','Unknown\x20Test','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','KEY_TEST_LOGS','379297GxmmBO','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','browserstackPlatformIndex','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20-\x20testId:\x20','find','KEY_EVENT_STARTED_AT','HayGy','isArray','NONE','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','retryOf',',\x20payload:\x20',':testAnalyticsId','error','title','test_identifier','getProcessId','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','maxArrayLength','ERkKK','KEY_TEST_RETRY_OF','runHooks','getTrackedInstance','trackEvent'];a75_0x5e03=function(){return _0x598e3d;};return a75_0x5e03();}const TestFramework=require(a75_0x1889a9(0x319)),TestFrameworkState=require(a75_0x1889a9(0x2cd)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a75_0x1889a9(0x33c)),TestFrameworkInstance=require(a75_0x1889a9(0x2a9)),CLIUtils=require(a75_0x1889a9(0x353)),TrackedInstance=require(a75_0x1889a9(0x37d)),TestFrameworkConstants=require(a75_0x1889a9(0x293)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a75_0x1889a9(0x292)),{isInternalHook}=require(a75_0x1889a9(0x209)),logger=createClassLogger(a75_0x1889a9(0x221)),{v4:uuidv4}=require(a75_0x1889a9(0x2ff)),util=require(a75_0x1889a9(0x298)),TestInfo=require(a75_0x1889a9(0x2aa)),GrpcClient=require(a75_0x1889a9(0x22b)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x3e13a9,_0x4b4ce7,_0x14e9d4){super(_0x3e13a9,_0x4b4ce7,_0x14e9d4),this['activeHooks']=new Map();}['setActiveHook'](_0x34a5b4,_0x96c05,_0x30f325){const _0x27f071=a75_0x1889a9,_0xda89d6={};_0xda89d6[_0x27f071(0x311)]=function(_0x1303ad,_0x27fc7e){return _0x1303ad||_0x27fc7e;};const _0x2e3c3b=_0xda89d6;if(_0x2e3c3b[_0x27f071(0x311)](!_0x34a5b4,!_0x96c05)){logger[_0x27f071(0x30c)](_0x27f071(0x361)+_0x34a5b4+_0x27f071(0x278)+_0x96c05);return;}!this[_0x27f071(0x281)][_0x27f071(0x2be)](_0x34a5b4)&&this['activeHooks'][_0x27f071(0x301)](_0x34a5b4,[]);const _0x3b2bb7={'hookUUID':_0x96c05,'hookType':_0x30f325,'startedAt':new Date()['toISOString']()};this[_0x27f071(0x281)]['get'](_0x34a5b4)['push'](_0x3b2bb7),logger[_0x27f071(0x216)](_0x27f071(0x2a0)+_0x34a5b4+_0x27f071(0x278)+_0x96c05+_0x27f071(0x392)+_0x30f325+',\x20totalHooks='+this[_0x27f071(0x281)]['get'](_0x34a5b4)[_0x27f071(0x30a)]);}[a75_0x1889a9(0x22c)](_0x4b3c74,_0xed65be){const _0x4539c0=a75_0x1889a9,_0x3a178c={};_0x3a178c['YiDRH']=function(_0x4f2fd1,_0x1e43db){return _0x4f2fd1||_0x1e43db;},_0x3a178c[_0x4539c0(0x28e)]=function(_0xf395b4,_0x3f29e4){return _0xf395b4!==_0x3f29e4;},_0x3a178c['QRoKe']=function(_0x131b81,_0xb4273f){return _0x131b81===_0xb4273f;};const _0x2f5c94=_0x3a178c;if(_0x2f5c94[_0x4539c0(0x374)](!_0x4b3c74,!_0xed65be)){logger[_0x4539c0(0x30c)](_0x4539c0(0x305)+_0x4b3c74+_0x4539c0(0x278)+_0xed65be);return;}if(this[_0x4539c0(0x281)][_0x4539c0(0x2be)](_0x4b3c74)){const _0x269100=this[_0x4539c0(0x281)][_0x4539c0(0x2d9)](_0x4b3c74),_0x10c12b=_0x269100[_0x4539c0(0x37a)](_0x5f5bd9=>_0x5f5bd9['hookUUID']===_0xed65be);_0x2f5c94['sWyqB'](_0x10c12b,-0x1)?(_0x269100[_0x4539c0(0x2d0)](_0x10c12b,0x1),logger['debug'](_0x4539c0(0x233)+_0x4b3c74+_0x4539c0(0x278)+_0xed65be+_0x4539c0(0x28a)+_0x269100['length']),_0x2f5c94[_0x4539c0(0x2e1)](_0x269100['length'],0x0)&&this[_0x4539c0(0x281)][_0x4539c0(0x333)](_0x4b3c74)):logger[_0x4539c0(0x216)](_0x4539c0(0x1ff)+_0x4b3c74+_0x4539c0(0x278)+_0xed65be);}}[a75_0x1889a9(0x2f0)](_0x3ebdc6){const _0x244e57=a75_0x1889a9,_0x22d85e={};_0x22d85e[_0x244e57(0x329)]=function(_0x12404e,_0x518206){return _0x12404e>_0x518206;},_0x22d85e[_0x244e57(0x2c3)]=function(_0x2894cc,_0x2df3be){return _0x2894cc-_0x2df3be;};const _0x385ef7=_0x22d85e;if(!_0x3ebdc6)return null;if(this[_0x244e57(0x281)]['has'](_0x3ebdc6)){const _0x5c5468=this[_0x244e57(0x281)][_0x244e57(0x2d9)](_0x3ebdc6);if(_0x385ef7['oICWb'](_0x5c5468['length'],0x0)){const _0x2165b0=_0x5c5468[_0x385ef7['wxvqJ'](_0x5c5468['length'],0x1)];return logger[_0x244e57(0x216)](_0x244e57(0x250)+_0x3ebdc6+_0x244e57(0x278)+_0x2165b0[_0x244e57(0x377)]+',\x20hookType='+_0x2165b0['hookType']),_0x2165b0;}}return null;}async[a75_0x1889a9(0x269)](_0x55c0cc,_0x30438d,_0x11c24e={}){const _0x19fd4f=a75_0x1889a9,_0x16cd04={};_0x16cd04[_0x19fd4f(0x328)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x16cd04[_0x19fd4f(0x30d)]=function(_0xb96878,_0x13606c){return _0xb96878===_0x13606c;},_0x16cd04[_0x19fd4f(0x214)]=function(_0x221306,_0x106a93){return _0x221306===_0x106a93;},_0x16cd04[_0x19fd4f(0x36b)]=function(_0x2a527d,_0x428b9d){return _0x2a527d||_0x428b9d;},_0x16cd04[_0x19fd4f(0x344)]=_0x19fd4f(0x2b9);const _0x378537=_0x16cd04;logger[_0x19fd4f(0x216)](_0x19fd4f(0x336)+_0x55c0cc+_0x19fd4f(0x2da)+_0x30438d+',\x20argsKeys='+Object[_0x19fd4f(0x270)](_0x11c24e)[_0x19fd4f(0x36d)](',')),await super['trackEvent'](_0x55c0cc,_0x30438d,_0x11c24e);const _0xaf6cf7=this[_0x19fd4f(0x2f7)](_0x55c0cc,_0x30438d,_0x11c24e);if(!_0xaf6cf7){logger[_0x19fd4f(0x216)](_0x378537['ODhLc']);return;}try{let _0x17a3ec,_0x51dc3e,_0x7e573c;switch(_0x55c0cc){case TestFrameworkState['TEST']:_0x17a3ec=_0x11c24e[_0x19fd4f(0x203)];const _0x5bcd81={};_0x5bcd81['depth']=0x2,_0x5bcd81['maxArrayLength']=0x3,logger[_0x19fd4f(0x216)](_0x19fd4f(0x217)+_0x30438d+_0x19fd4f(0x2cb)+util[_0x19fd4f(0x2c6)](_0x17a3ec,_0x5bcd81)),_0x7e573c=this[_0x19fd4f(0x363)](_0x17a3ec),_0x51dc3e=null,logger[_0x19fd4f(0x216)](_0x19fd4f(0x29d)+_0x7e573c+'\x20(testIdentifier)');if(_0x378537[_0x19fd4f(0x30d)](_0x30438d,HookState['PRE'])){logger[_0x19fd4f(0x216)](_0x19fd4f(0x31b)+_0x7e573c);const _0x4546d6={};_0x4546d6[_0x19fd4f(0x2a3)]=_0x51dc3e,_0x4546d6['testData']=_0x17a3ec,_0x4546d6[_0x19fd4f(0x2bf)]=_0x7e573c;const _0x5e25b9=this[_0x19fd4f(0x37f)](_0x4546d6),_0x468502={};_0x468502[_0x19fd4f(0x312)]=0x2,_0x468502[_0x19fd4f(0x264)]=0x3,logger['debug'](_0x19fd4f(0x299)+util[_0x19fd4f(0x2c6)](_0x5e25b9,_0x468502)),_0xaf6cf7['addMultipleEntries'](_0x5e25b9),logger[_0x19fd4f(0x216)](_0x19fd4f(0x2f5)+_0x7e573c),await this[_0x19fd4f(0x34e)](_0xaf6cf7,_0x7e573c);}else{if(_0x378537[_0x19fd4f(0x214)](_0x30438d,HookState['POST'])){logger[_0x19fd4f(0x216)](_0x19fd4f(0x26b)+_0x7e573c);const _0x1666a7=_0xaf6cf7['getAllData']()[_0x19fd4f(0x2d9)](_0x7e573c);logger[_0x19fd4f(0x216)](_0x19fd4f(0x22d)+util[_0x19fd4f(0x2c6)](Object['keys'](_0x378537['pIWzT'](_0x1666a7,{}))));_0x1666a7&&_0x1666a7[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x19fd4f(0x216)](_0x19fd4f(0x36e)+Object[_0x19fd4f(0x270)](_0x1666a7[TestFrameworkConstants[_0x19fd4f(0x37e)]])[_0x19fd4f(0x30a)]+_0x19fd4f(0x27d)):logger[_0x19fd4f(0x216)](_0x378537[_0x19fd4f(0x344)]);const _0x91575d=_0x11c24e['originalTest']||null,_0x5d36ed={};_0x5d36ed[_0x19fd4f(0x2a3)]=_0x51dc3e,_0x5d36ed[_0x19fd4f(0x35e)]=_0x17a3ec,_0x5d36ed[_0x19fd4f(0x2bf)]=_0x7e573c,_0x5d36ed[_0x19fd4f(0x2f9)]=_0x91575d;const _0x1bff03=this[_0x19fd4f(0x288)](_0x5d36ed),_0x10f21e={};_0x10f21e[_0x19fd4f(0x312)]=0x2,_0x10f21e['maxArrayLength']=0x3,logger[_0x19fd4f(0x216)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x19fd4f(0x2c6)](_0x1bff03,_0x10f21e)),_0xaf6cf7['addMultipleEntries'](_0x1bff03),logger[_0x19fd4f(0x216)](_0x19fd4f(0x27f)+_0x7e573c),await this[_0x19fd4f(0x34e)](_0xaf6cf7,_0x7e573c);}}break;case TestFrameworkState[_0x19fd4f(0x327)]:if(_0x378537[_0x19fd4f(0x214)](_0x30438d,HookState[_0x19fd4f(0x366)])){const _0xb27530={};_0xb27530[_0x19fd4f(0x312)]=0x2,logger[_0x19fd4f(0x216)](_0x19fd4f(0x304)+util[_0x19fd4f(0x2c6)](_0x11c24e,_0xb27530)),await this[_0x19fd4f(0x2f1)](_0xaf6cf7,_0x55c0cc,_0x11c24e);}break;default:if(CLIUtils[_0x19fd4f(0x348)](_0x55c0cc[_0x19fd4f(0x27a)]()[_0x19fd4f(0x238)]('.')[0x1])){const _0x134cc6={};_0x134cc6[_0x19fd4f(0x312)]=0x2,_0x134cc6[_0x19fd4f(0x264)]=0x3,logger[_0x19fd4f(0x216)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x55c0cc+_0x19fd4f(0x2da)+_0x30438d+_0x19fd4f(0x1f5)+util[_0x19fd4f(0x2c6)](_0x11c24e[_0x19fd4f(0x1ef)],_0x134cc6));const _0x324295=await this['trackHookEvent'](_0xaf6cf7,_0x55c0cc,_0x30438d,_0x11c24e),_0x27dfa4={};_0x27dfa4[_0x19fd4f(0x312)]=0x2,_0x27dfa4['maxArrayLength']=0x3,logger[_0x19fd4f(0x216)](_0x19fd4f(0x1fb)+util[_0x19fd4f(0x2c6)](_0x324295,_0x27dfa4)),_0xaf6cf7[_0x19fd4f(0x234)](_0x324295);}else logger[_0x19fd4f(0x216)](_0x19fd4f(0x30f)+_0x55c0cc+_0x19fd4f(0x2c7)+_0x30438d);break;}logger[_0x19fd4f(0x216)](_0x19fd4f(0x354)+_0x55c0cc+_0x19fd4f(0x2da)+_0x30438d);}catch(_0x4681af){logger[_0x19fd4f(0x25e)](_0x19fd4f(0x1f4)+_0x55c0cc+_0x19fd4f(0x2da)+_0x30438d+',\x20exception='+util[_0x19fd4f(0x2bd)](_0x4681af));}_0x11c24e[_0x19fd4f(0x2e4)]=_0xaf6cf7,await this[_0x19fd4f(0x267)](_0xaf6cf7,_0x55c0cc,_0x30438d,_0x11c24e);}[a75_0x1889a9(0x363)](_0x46d4fa){const _0x3b6309=a75_0x1889a9,_0x4a9a05={};_0x4a9a05[_0x3b6309(0x2de)]=_0x3b6309(0x282);const _0x257570=_0x4a9a05;if(_0x46d4fa&&(_0x46d4fa['id']||_0x46d4fa[_0x3b6309(0x2ff)])){const _0x3d6786=_0x46d4fa['id']||_0x46d4fa['uuid'];return logger['debug'](_0x3b6309(0x35d)+_0x3d6786+_0x3b6309(0x204)),_0x3d6786;}return logger[_0x3b6309(0x216)](_0x257570[_0x3b6309(0x2de)]),process[_0x3b6309(0x20d)]+_0x3b6309(0x25d);}[a75_0x1889a9(0x2f7)](_0x27ba9b,_0x5f18eb,_0x590a80={}){const _0x22911f=a75_0x1889a9;let _0x5988b9=null;return _0x5988b9=TestFramework[_0x22911f(0x268)](),!_0x5988b9?(logger[_0x22911f(0x216)](_0x22911f(0x307)+_0x27ba9b),this['trackJestInstance'](_0x27ba9b,_0x590a80),_0x5988b9=TestFramework[_0x22911f(0x268)](),logger['debug'](_0x22911f(0x208)+!!_0x5988b9+_0x22911f(0x1f1)+_0x5988b9?.['getContext']()?.[_0x22911f(0x213)]())):logger[_0x22911f(0x216)](_0x22911f(0x2cc)+_0x5988b9['getContext']()?.['getId']()),_0x5988b9;}['trackJestInstance'](_0x2e5aa4,_0x9d6b88){const _0x198e13=a75_0x1889a9,_0xc4f62c={};_0xc4f62c[_0x198e13(0x2b4)]=_0x198e13(0x303);const _0x349bec=_0xc4f62c;if(TestFramework[_0x198e13(0x268)]()){logger[_0x198e13(0x216)](_0x349bec['Uxvbd']);return;}const _0x557252=CLIUtils[_0x198e13(0x21c)](),_0x594d70=TrackedInstance['createContext'](_0x557252);let _0x15be5e=null;logger[_0x198e13(0x216)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x557252+_0x198e13(0x205)+_0x2e5aa4),_0x15be5e=new TestFrameworkInstance(_0x594d70,this[_0x198e13(0x365)](),this[_0x198e13(0x2ab)](),_0x2e5aa4,HookState[_0x198e13(0x258)]),TestFramework[_0x198e13(0x321)](_0x594d70,_0x15be5e),logger[_0x198e13(0x216)](_0x198e13(0x30e)+_0x594d70[_0x198e13(0x213)]()+_0x198e13(0x31f)+_0x557252+_0x198e13(0x2d2)+this[_0x198e13(0x365)]()[0x0]+_0x198e13(0x1f0)+this['getTestFrameworksVersions']()[this[_0x198e13(0x365)]()[0x0]]);}[a75_0x1889a9(0x37f)](_0x3848b8){const _0x3d3275=a75_0x1889a9,_0x333a12={};_0x333a12['xZSJw']=function(_0x498795,_0x1d1e6b){return _0x498795||_0x1d1e6b;},_0x333a12[_0x3d3275(0x29b)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x9b7a03=_0x333a12,{testUUID:_0x139d08,testData:_0xa7883b,testId:_0x482efd}=_0x3848b8;if(_0x9b7a03[_0x3d3275(0x1f8)](!_0xa7883b,!_0x482efd))return logger[_0x3d3275(0x216)](_0x9b7a03[_0x3d3275(0x29b)]),{};const _0x37c7da=this[_0x3d3275(0x365)]()[0x0],_0x4d51da=this[_0x3d3275(0x2ab)](),_0x46b28e={};_0x46b28e[_0x3d3275(0x312)]=0x2,_0x46b28e[_0x3d3275(0x264)]=0x3,logger['debug'](_0x3d3275(0x2e9)+util['inspect'](_0xa7883b,_0x46b28e));const _0x1f95ba=_0xa7883b?.[_0x3d3275(0x2e8)]||[],_0x9c1844=this[_0x3d3275(0x391)](_0xa7883b),_0x5a2263=this[_0x3d3275(0x30b)](_0xa7883b),_0x120daf=_0xa7883b['fn']?_0xa7883b['fn']['toString']():_0xa7883b?.['body']?_0xa7883b[_0x3d3275(0x1f2)][_0x3d3275(0x277)]['toString']():null,_0x2de56a=this['getJestTestTags'](_0xa7883b),_0x17cb41={[TestFrameworkConstants[_0x3d3275(0x326)]]:_0x37c7da,[TestFrameworkConstants[_0x3d3275(0x297)]]:_0x4d51da[_0x37c7da],[TestFrameworkConstants[_0x3d3275(0x24a)]]:[],[TestFrameworkConstants[_0x3d3275(0x358)]]:{},[TestFrameworkConstants[_0x3d3275(0x32b)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x3d3275(0x22a)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x9c1844,[TestFrameworkConstants[_0x3d3275(0x318)]]:_0x5a2263,[TestFrameworkConstants[_0x3d3275(0x379)]]:_0x482efd,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x9c1844,[TestFrameworkConstants[_0x3d3275(0x21f)]]:_0x5a2263,[TestFrameworkConstants[_0x3d3275(0x279)]]:_0x120daf,[TestFrameworkConstants[_0x3d3275(0x294)]]:_0x2de56a,[TestFrameworkConstants[_0x3d3275(0x334)]]:_0xa7883b[_0x3d3275(0x232)]||new Date()[_0x3d3275(0x31d)](),[TestFrameworkConstants[_0x3d3275(0x2ac)]]:_0x1f95ba[0x0]||'',[TestFrameworkConstants[_0x3d3275(0x227)]]:_0x1f95ba,[TestFrameworkConstants[_0x3d3275(0x2c8)]]:_0x9c1844,[TestFrameworkConstants[_0x3d3275(0x349)]]:{},[TestFrameworkConstants[_0x3d3275(0x27e)]]:{}};_0xa7883b[_0x3d3275(0x25b)]&&(_0x17cb41[TestFrameworkConstants[_0x3d3275(0x266)]]=_0xa7883b[_0x3d3275(0x25b)]);logger[_0x3d3275(0x216)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x9c1844+_0x3d3275(0x242)+_0x482efd+_0x3d3275(0x248)+JSON[_0x3d3275(0x28f)](_0x2de56a)+_0x3d3275(0x274)+util[_0x3d3275(0x2c6)](_0x1f95ba)+',\x20filePath='+_0x5a2263);const _0x3b0b49={};return _0x3b0b49[_0x482efd]=_0x17cb41,_0x3b0b49;}[a75_0x1889a9(0x288)](_0x42188f){const _0x3ecb46=a75_0x1889a9,_0x4b3ced={'jVoEj':function(_0x355154,_0x33f271){return _0x355154===_0x33f271;},'kDLAc':_0x3ecb46(0x339),'EYvkU':_0x3ecb46(0x21b),'DHRzb':_0x3ecb46(0x31e),'wGPSe':_0x3ecb46(0x342),'Gwbsq':function(_0x23c8f3,_0x12083c){return _0x23c8f3||_0x12083c;},'ItUZk':_0x3ecb46(0x26f),'GVqBa':function(_0x32c3be,_0x4213c8){return _0x32c3be||_0x4213c8;},'qRgck':'unknown','oCHpU':function(_0x497bbe,_0x48f64f){return _0x497bbe>_0x48f64f;},'LdwNF':'failed','XjPBz':function(_0x26447b,_0x3b942a){return _0x26447b===_0x3b942a;},'RqjYK':_0x3ecb46(0x2a4),'aUXcH':_0x3ecb46(0x2bc),'YheAd':'passed','GyuyO':function(_0x760d06,_0x391989){return _0x760d06!==_0x391989;},'ubHzH':function(_0x38ba59,_0x296b12,_0x2ec5cb,_0x2299a7){return _0x38ba59(_0x296b12,_0x2ec5cb,_0x2299a7);},'dSXGX':function(_0x3b3f93,_0x2f89c7){return _0x3b3f93>_0x2f89c7;},'uWGkP':_0x3ecb46(0x226),'KsYMF':function(_0x7d5662,_0x422c9a){return _0x7d5662>_0x422c9a;}},{testUUID:_0x5e8a4b,testData:_0x45bd3e,testId:_0x579a5a}=_0x42188f;if(_0x4b3ced['Gwbsq'](!_0x45bd3e,!_0x579a5a))return logger['debug'](_0x4b3ced[_0x3ecb46(0x211)]),{};const _0x34aeaa=this['resolveInstance'](TestFrameworkState[_0x3ecb46(0x2c2)],HookState[_0x3ecb46(0x366)]),_0x3331c4=_0x34aeaa[_0x3ecb46(0x22f)]()[_0x3ecb46(0x2d9)](_0x579a5a),_0x8ceebf=_0x4b3ced[_0x3ecb46(0x37c)](_0x3331c4,{}),_0x2bf15e=_0x8ceebf?_0x8ceebf[TestFrameworkConstants[_0x3ecb46(0x349)]]||{}:{},_0x4cce1a=_0x8ceebf[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x3ecb46(0x216)](_0x3ecb46(0x316)+(_0x4cce1a?Object[_0x3ecb46(0x270)](_0x4cce1a)[_0x3ecb46(0x30a)]:0x0)+'\x20attachments');let _0xa73721=_0x4b3ced[_0x3ecb46(0x1f6)];if(_0x45bd3e[_0x3ecb46(0x29f)])_0xa73721=_0x45bd3e[_0x3ecb46(0x29f)];else{if(_0x45bd3e[_0x3ecb46(0x215)]&&_0x4b3ced[_0x3ecb46(0x26d)](_0x45bd3e[_0x3ecb46(0x215)][_0x3ecb46(0x30a)],0x0))_0xa73721=_0x4b3ced[_0x3ecb46(0x314)];else _0x4b3ced[_0x3ecb46(0x231)](_0x45bd3e[_0x3ecb46(0x38a)],_0x4b3ced['RqjYK'])||_0x4b3ced[_0x3ecb46(0x2d7)](_0x45bd3e[_0x3ecb46(0x38a)],_0x4b3ced['aUXcH'])?_0xa73721=_0x4b3ced[_0x3ecb46(0x2db)]:_0xa73721=_0x4b3ced[_0x3ecb46(0x31c)];}const _0x1f8640={..._0x8ceebf,[TestFrameworkConstants[_0x3ecb46(0x275)]]:_0xa73721,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x45bd3e[_0x3ecb46(0x382)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3ecb46(0x202)]]:new Date()[_0x3ecb46(0x31d)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2bf15e,[TestFrameworkConstants[_0x3ecb46(0x24e)]]:_0x8ceebf[TestFrameworkConstants[_0x3ecb46(0x24e)]]||[],[TestFrameworkConstants[_0x3ecb46(0x27e)]]:{}};if(_0x4b3ced[_0x3ecb46(0x231)](_0xa73721,_0x4b3ced[_0x3ecb46(0x314)])&&_0x45bd3e[_0x3ecb46(0x215)]){const _0x218d2f=this[_0x3ecb46(0x29e)](_0x45bd3e),_0x1de6a4=this['getJestFailureType'](_0x45bd3e),_0x49d333=this[_0x3ecb46(0x222)](_0x45bd3e);_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x241)]]=_0x1de6a4,_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x38f)]]=_0x218d2f,_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x291)]]=_0x49d333;}_0x4b3ced['GyuyO'](_0x45bd3e['duration'],undefined)&&(_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x343)]]=_0x45bd3e[_0x3ecb46(0x210)]);_0x45bd3e[_0x3ecb46(0x25b)]&&(_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x266)]]=_0x45bd3e[_0x3ecb46(0x25b)]);const _0x340443=_0x3331c4?_0x3331c4[TestFrameworkConstants[_0x3ecb46(0x37e)]]||{}:{},_0x1ec73f=_0x3331c4?_0x3331c4[TestFrameworkConstants[_0x3ecb46(0x1fd)]]:_0x5e8a4b,_0x213469=_0x4b3ced['ubHzH'](getManualUploadLogs,_0x340443,_0x1ec73f,_0x579a5a);if(_0x4b3ced['oCHpU'](_0x213469['length'],0x0)){const _0x51377b=_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x24e)]]||[];_0x1f8640[TestFrameworkConstants['KEY_LOGS']]=[..._0x51377b,..._0x213469];}const _0x16265f=_0x8ceebf[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x14eef5=_0x8ceebf[TestFrameworkConstants[_0x3ecb46(0x32b)]]||{},_0x5e28d0={..._0x16265f},_0x219a51=_0x5e28d0;Object['keys'](_0x14eef5)[_0x3ecb46(0x352)](_0x595160=>{const _0x206f1b=_0x3ecb46;!_0x219a51[_0x595160]&&(_0x219a51[_0x595160]=[]);const _0x2bc338=new Set((_0x219a51[_0x595160]||[])[_0x206f1b(0x2ad)](_0x1c3f68=>_0x1c3f68[TestFrameworkConstants[_0x206f1b(0x243)]]||_0x1c3f68[_0x206f1b(0x201)]));(_0x14eef5[_0x595160]||[])[_0x206f1b(0x352)](_0x357ceb=>{const _0x41aee0=_0x206f1b,_0x72cda7=_0x357ceb[TestFrameworkConstants[_0x41aee0(0x243)]]||_0x357ceb[_0x41aee0(0x201)];if(!_0x2bc338['has'](_0x72cda7)){const _0x5eb727={..._0x357ceb},_0x40ecad=_0x5eb727;!_0x40ecad[TestFrameworkConstants[_0x41aee0(0x2c1)]]&&!_0x40ecad[_0x41aee0(0x2ec)]&&(_0x40ecad[TestFrameworkConstants[_0x41aee0(0x2c1)]]=new Date()['toISOString']()),!_0x40ecad[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x40ecad[_0x41aee0(0x245)]&&(_0x40ecad[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x41aee0(0x2fe)]),_0x219a51[_0x595160][_0x41aee0(0x20b)](_0x40ecad);}});});if(_0x42188f['originalTest']){this[_0x3ecb46(0x35f)](_0x42188f['originalTest']);const _0x1b2689=this[_0x3ecb46(0x1f3)](_0x42188f['originalTest']),_0xa62979=this[_0x3ecb46(0x373)](_0x42188f[_0x3ecb46(0x2f9)]);_0xa62979[_0x3ecb46(0x352)](_0x1128d7=>{const _0x52f17b=_0x3ecb46,_0x441095=_0x1b2689[_0x52f17b(0x2d9)](_0x1128d7);if(_0x441095&&(_0x4b3ced[_0x52f17b(0x2d7)](_0x441095[_0x52f17b(0x309)],_0x4b3ced[_0x52f17b(0x371)])||_0x4b3ced[_0x52f17b(0x2d7)](_0x441095[_0x52f17b(0x309)],_0x4b3ced[_0x52f17b(0x23e)]))){const _0x5d68cc=_0x441095[_0x52f17b(0x309)]['toUpperCase']()['replace'](_0x4b3ced[_0x52f17b(0x370)],_0x4b3ced[_0x52f17b(0x2b3)]),_0x4604a5=_0x5d68cc;!_0x219a51[_0x4604a5]&&(_0x219a51[_0x4604a5]=[]);const _0x4dd494=_0x219a51[_0x4604a5][_0x52f17b(0x254)](_0x3906a7=>(_0x3906a7[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3906a7[_0x52f17b(0x201)])===_0x1128d7);!_0x4dd494&&_0x219a51[_0x4604a5][_0x52f17b(0x20b)]({'key':_0x4604a5,[TestFrameworkConstants[_0x52f17b(0x243)]]:_0x1128d7,[TestFrameworkConstants[_0x52f17b(0x34f)]]:TestFrameworkConstants[_0x52f17b(0x2fe)],[TestFrameworkConstants[_0x52f17b(0x255)]]:new Date()[_0x52f17b(0x31d)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x52f17b(0x36a)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x441095[_0x52f17b(0x2cf)]||_0x441095['type']+_0x52f17b(0x375),[TestFrameworkConstants[_0x52f17b(0x349)]]:_0x2bf15e});}});}if(_0x45bd3e[_0x3ecb46(0x376)]&&_0x4b3ced[_0x3ecb46(0x223)](_0x45bd3e[_0x3ecb46(0x376)][_0x3ecb46(0x30a)],0x0))_0x1f8640[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x45bd3e['hooks'],logger[_0x3ecb46(0x216)](_0x4b3ced[_0x3ecb46(0x335)]);else _0x4b3ced[_0x3ecb46(0x38c)](Object[_0x3ecb46(0x270)](_0x219a51)[_0x3ecb46(0x30a)],0x0)&&(_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x358)]]=_0x219a51,logger['debug'](_0x3ecb46(0x2f3)+Object[_0x3ecb46(0x270)](_0x219a51)['join'](',')));const _0x352cb8=this['getJestTestName'](_0x45bd3e);logger['debug'](_0x3ecb46(0x2fc)+_0x352cb8+',\x20testId='+_0x579a5a+_0x3ecb46(0x2dd)+_0xa73721+_0x3ecb46(0x2fa)+_0x45bd3e[_0x3ecb46(0x210)]);_0x4b3ced[_0x3ecb46(0x231)](_0xa73721,_0x4b3ced[_0x3ecb46(0x314)])&&logger[_0x3ecb46(0x216)](_0x3ecb46(0x330)+_0x579a5a+_0x3ecb46(0x388)+_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x241)]]+_0x3ecb46(0x239)+_0x1f8640[TestFrameworkConstants[_0x3ecb46(0x38f)]]?.['substring'](0x0,0xc8));const _0x1bb42d={};return _0x1bb42d[_0x579a5a]=_0x1f8640,_0x1bb42d;}[a75_0x1889a9(0x2ae)](_0x442231){const _0x4bcf2d=a75_0x1889a9,_0x419bde={};_0x419bde[_0x4bcf2d(0x347)]=function(_0x39b864,_0x3dd55d){return _0x39b864!==_0x3dd55d;},_0x419bde[_0x4bcf2d(0x2e7)]=function(_0x1ea59b,_0x1ea24d){return _0x1ea59b!==_0x1ea24d;},_0x419bde[_0x4bcf2d(0x284)]=_0x4bcf2d(0x33b);const _0x476a16=_0x419bde,_0x450de2={};_0x450de2[_0x4bcf2d(0x312)]=0x2,_0x450de2[_0x4bcf2d(0x264)]=0x3,logger[_0x4bcf2d(0x216)](_0x4bcf2d(0x36c)+util[_0x4bcf2d(0x2c6)](_0x442231,_0x450de2));const _0x38f289=[];if(_0x442231&&_0x442231[_0x4bcf2d(0x387)]){let _0x67a733=_0x442231[_0x4bcf2d(0x387)];while(_0x67a733&&_0x67a733[_0x4bcf2d(0x2cf)]&&_0x476a16[_0x4bcf2d(0x347)](_0x67a733[_0x4bcf2d(0x2cf)],'')&&_0x476a16[_0x4bcf2d(0x2e7)](_0x67a733[_0x4bcf2d(0x2cf)],_0x476a16[_0x4bcf2d(0x284)])){_0x38f289[_0x4bcf2d(0x20b)](_0x67a733['name']),_0x67a733=_0x67a733[_0x4bcf2d(0x387)];}}return _0x38f289['reverse']();}[a75_0x1889a9(0x391)](_0x35f71b){const _0x834dfd=a75_0x1889a9,_0x47bc16={};_0x47bc16[_0x834dfd(0x362)]=_0x834dfd(0x247);const _0x1563ba=_0x47bc16;if(_0x35f71b['name'])return _0x35f71b[_0x834dfd(0x2cf)];if(_0x35f71b[_0x834dfd(0x25f)])return _0x35f71b[_0x834dfd(0x25f)];return _0x1563ba[_0x834dfd(0x362)];}['getJestTestTags'](_0x553aa5){const _0x4ab896=a75_0x1889a9,_0x45a227=[];if(_0x553aa5[_0x4ab896(0x283)]&&Array['isArray'](_0x553aa5[_0x4ab896(0x283)]))return _0x553aa5['tags'][_0x4ab896(0x2ad)](_0x217a55=>_0x217a55['startsWith']('@')?_0x217a55[_0x4ab896(0x2a7)](0x1):_0x217a55);const _0x46beb9=this[_0x4ab896(0x391)](_0x553aa5),_0x57ebf5=_0x46beb9[_0x4ab896(0x27c)](/@(\w+)/g);if(_0x57ebf5)return _0x57ebf5['map'](_0x5688b6=>_0x5688b6['slice'](0x1));return _0x553aa5[_0x4ab896(0x2e8)]&&Array[_0x4ab896(0x257)](_0x553aa5['scopes'])&&_0x553aa5[_0x4ab896(0x2e8)][_0x4ab896(0x352)](_0x3d34b5=>{const _0x306feb=_0x4ab896,_0x5d6872=_0x3d34b5[_0x306feb(0x27c)](/@(\w+)/g);_0x5d6872&&_0x5d6872[_0x306feb(0x352)](_0xf1cf20=>{const _0x4fd1fb=_0x306feb,_0x5958b3=_0xf1cf20[_0x4fd1fb(0x23b)](0x1);!_0x45a227[_0x4fd1fb(0x2af)](_0x5958b3)&&_0x45a227[_0x4fd1fb(0x20b)](_0x5958b3);});}),_0x45a227;}[a75_0x1889a9(0x30b)](_0x3f5410){const _0x1f75dd=a75_0x1889a9,_0xff2c5a={'GAXRn':function(_0x46ffe9,_0x3f71f1){return _0x46ffe9(_0x3f71f1);},'mjgPn':_0x1f75dd(0x236)};if(_0x3f5410[_0x1f75dd(0x306)])return _0x3f5410[_0x1f75dd(0x306)];if(_0x3f5410[_0x1f75dd(0x22e)]){const _0x954d31=_0xff2c5a[_0x1f75dd(0x34d)](require,_0xff2c5a[_0x1f75dd(0x2b5)]);try{const _0x4df077=_0x954d31[_0x1f75dd(0x200)](_0x3f5410[_0x1f75dd(0x22e)]);if(_0x4df077[0x0]&&_0x4df077[0x0]['getFileName'])return _0x4df077[0x0][_0x1f75dd(0x229)]();}catch(_0x36320a){logger[_0x1f75dd(0x216)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1f75dd(0x2bd)](_0x36320a));}}return null;}[a75_0x1889a9(0x29e)](_0x2acda9){const _0x5b7f90=a75_0x1889a9,_0x3c6267={};_0x3c6267['xOfps']=function(_0x56efb0,_0x445080){return _0x56efb0>_0x445080;},_0x3c6267[_0x5b7f90(0x2dc)]='Unknown\x20error';const _0x10db27=_0x3c6267;if(_0x2acda9[_0x5b7f90(0x215)]&&_0x10db27[_0x5b7f90(0x295)](_0x2acda9['errorsDetailed'][_0x5b7f90(0x30a)],0x0))return util[_0x5b7f90(0x2c6)](_0x2acda9[_0x5b7f90(0x215)][0x0]);if(_0x2acda9[_0x5b7f90(0x2ca)])return _0x2acda9[_0x5b7f90(0x2ca)];return _0x10db27[_0x5b7f90(0x2dc)];}[a75_0x1889a9(0x390)](_0x15bd89){const _0x5e65d7=a75_0x1889a9,_0x359874={};_0x359874['jmrMY']=_0x5e65d7(0x2a2),_0x359874[_0x5e65d7(0x35a)]=_0x5e65d7(0x1f7),_0x359874['axleX']=_0x5e65d7(0x380);const _0xce6b28=_0x359874,_0x29ac0a=this[_0x5e65d7(0x29e)](_0x15bd89);if(_0x29ac0a&&_0x29ac0a[_0x5e65d7(0x2af)](_0xce6b28['jmrMY']))return _0xce6b28['DcDDG'];return _0xce6b28['axleX'];}['getJestFailureData'](_0x5ee1c3){const _0x11dbf1=a75_0x1889a9,_0x3ac931={'LfCnQ':function(_0x54c1ca,_0x49ecfd){return _0x54c1ca(_0x49ecfd);},'Odmoi':_0x11dbf1(0x209),'rbcUG':function(_0xfd53d8,_0x1a6c20){return _0xfd53d8!==_0x1a6c20;},'slhKS':_0x11dbf1(0x203)},{failureData:_0x5d2d1c}=_0x3ac931[_0x11dbf1(0x372)](require,_0x3ac931[_0x11dbf1(0x38d)]),_0x3c166e=[];return _0x3ac931['rbcUG'](_0x5ee1c3[_0x11dbf1(0x215)],undefined)&&_0x3c166e[_0x11dbf1(0x20b)](_0x5ee1c3[_0x11dbf1(0x215)],_0x3ac931['slhKS']),_0x5d2d1c[_0x11dbf1(0x228)](null,_0x3c166e);}async[a75_0x1889a9(0x1fc)](_0x407995,_0x2067f2,_0xf42fda,_0x12827c){const _0x52476b=a75_0x1889a9,_0x637bb1={'AqKei':_0x52476b(0x2a6),'zAaww':function(_0x42183c){return _0x42183c();},'QJvab':function(_0x159686,_0x1c0052){return _0x159686 in _0x1c0052;},'cCuck':function(_0x39d9b1,_0x199410){return _0x39d9b1 in _0x199410;},'oDgIR':function(_0x5c6647,_0x3b1f09){return _0x5c6647===_0x3b1f09;},'HgaOf':function(_0x1a1b5a,_0x101608){return _0x1a1b5a===_0x101608;},'fwYSG':function(_0x36df01,_0x1f0b54){return _0x36df01>_0x1f0b54;},'Vabrx':_0x52476b(0x38e),'IMBMg':_0x52476b(0x287),'NbmVI':function(_0x5e2002,_0x146c4d){return _0x5e2002===_0x146c4d;},'ERkKK':_0x52476b(0x2ba),'dlJTh':function(_0x2feea9,_0x13500d){return _0x2feea9>_0x13500d;},'VKXfE':function(_0x3cd147,_0x3ae812){return _0x3cd147!==_0x3ae812;}},{hookData:_0xc46d2b}=_0x12827c,_0x17b252=_0xf42fda[_0x52476b(0x27a)](),_0x5c5e72=_0x2067f2[_0x52476b(0x27a)](),_0x300847={};_0x300847['depth']=0x2,_0x300847['maxArrayLength']=0x3,logger[_0x52476b(0x216)](_0x52476b(0x26c)+_0x5c5e72+',\x20hookState='+_0x17b252+',\x20hookData='+util['inspect'](_0xc46d2b,_0x300847));if(!_0xc46d2b)return logger[_0x52476b(0x216)](_0x637bb1['AqKei']),{};const _0x4fb1af=_0xc46d2b[_0x52476b(0x2ff)]||_0xc46d2b['hookAnalyticsId']||_0x637bb1[_0x52476b(0x346)](uuidv4),_0x1b01be=_0xc46d2b[_0x52476b(0x2c5)]||this[_0x52476b(0x363)](_0xc46d2b),_0x31bead=_0x2067f2['toString']()[_0x52476b(0x238)]('.')[0x1],_0x3ef094=_0x407995[_0x52476b(0x22f)]()['get'](_0x1b01be),_0x1391cf=_0x3ef094?_0x3ef094[TestFrameworkConstants[_0x52476b(0x349)]]||{}:{};logger[_0x52476b(0x216)](_0x52476b(0x26e)+_0x4fb1af+',\x20testId='+_0x1b01be+_0x52476b(0x359)+_0x31bead+_0x52476b(0x2da)+_0x17b252);if(!_0x3ef094)return logger[_0x52476b(0x216)](_0x52476b(0x25a)+_0x1b01be+_0x52476b(0x357)),this['storePendingHook'](_0x407995,_0x1b01be,_0x2067f2,_0xf42fda,_0x12827c),{};let _0x4bb259=_0x3ef094[TestFrameworkConstants[_0x52476b(0x32b)]];!_0x4bb259&&(_0x4bb259={});!_0x637bb1[_0x52476b(0x384)](_0x31bead,_0x4bb259)&&(_0x4bb259[_0x31bead]=[]);let _0xb46ef5=_0x3ef094[TestFrameworkConstants[_0x52476b(0x358)]];!_0xb46ef5&&(_0xb46ef5={});!_0x637bb1['cCuck'](_0x31bead,_0xb46ef5)&&(_0xb46ef5[_0x31bead]=[]);const _0x43cc29={[_0x1b01be]:{[TestFrameworkConstants[_0x52476b(0x32b)]]:_0x4bb259,[TestFrameworkConstants[_0x52476b(0x358)]]:_0xb46ef5,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x52476b(0x2ab)]()[this[_0x52476b(0x365)]()[0x0]]||''}};if(_0x637bb1['oDgIR'](_0xf42fda,HookState[_0x52476b(0x220)])){const _0x2725e0={'key':_0x31bead,[TestFrameworkConstants[_0x52476b(0x243)]]:_0x4fb1af,[TestFrameworkConstants[_0x52476b(0x34f)]]:TestFrameworkConstants[_0x52476b(0x2fe)],[TestFrameworkConstants[_0x52476b(0x255)]]:_0xc46d2b['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x52476b(0x36a)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0xc46d2b[_0x52476b(0x2cf)]||_0xc46d2b[_0x52476b(0x32e)]||_0x31bead,[TestFrameworkConstants[_0x52476b(0x349)]]:_0x1391cf};_0x4bb259[_0x31bead][_0x52476b(0x20b)](_0x2725e0),_0x43cc29[_0x1b01be][TestFrameworkConstants[_0x52476b(0x262)]]=_0x31bead;const _0x48bc0d={};_0x48bc0d[_0x52476b(0x312)]=0x2,logger[_0x52476b(0x216)](_0x52476b(0x237)+_0x31bead+_0x52476b(0x271)+_0x4fb1af+',\x20testId='+_0x1b01be+_0x52476b(0x280)+util[_0x52476b(0x2c6)](_0x2725e0,_0x48bc0d));}else{if(_0x637bb1[_0x52476b(0x206)](_0xf42fda,HookState['POST'])){const _0x3a1896=_0xc46d2b[_0x52476b(0x29f)]||(_0xc46d2b[_0x52476b(0x215)]&&_0x637bb1[_0x52476b(0x337)](_0xc46d2b[_0x52476b(0x215)][_0x52476b(0x30a)],0x0)?_0x637bb1[_0x52476b(0x2fd)]:_0x637bb1[_0x52476b(0x2e6)]),_0x5d770c=_0x4bb259[_0x31bead]||[];logger[_0x52476b(0x216)](_0x52476b(0x360)+_0x31bead+_0x52476b(0x242)+_0x1b01be+_0x52476b(0x2d5)+_0x3a1896+',\x20hooksListLength='+_0x5d770c[_0x52476b(0x30a)]);if(_0x637bb1['oDgIR'](_0x5d770c[_0x52476b(0x30a)],0x0)&&_0x637bb1[_0x52476b(0x28d)](_0x2067f2,TestFrameworkState[_0x52476b(0x23a)]))return logger[_0x52476b(0x216)](_0x637bb1[_0x52476b(0x265)]),this['storePendingHook'](_0x407995,_0x1b01be,_0x2067f2,_0xf42fda,_0x12827c),{};if(_0x637bb1['dlJTh'](_0x5d770c[_0x52476b(0x30a)],0x0)){const _0xfb0ef=_0x5d770c[_0x52476b(0x378)]();_0x637bb1[_0x52476b(0x28d)](_0x3a1896,_0x637bb1['Vabrx'])&&_0xc46d2b[_0x52476b(0x215)]?(_0xfb0ef[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x52476b(0x390)](_0xc46d2b),_0xfb0ef[TestFrameworkConstants[_0x52476b(0x2b7)]]=this['getJestFailureReason'](_0xc46d2b),_0xfb0ef[TestFrameworkConstants[_0x52476b(0x212)]]=this[_0x52476b(0x222)](_0xc46d2b),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x31bead+',\x20failureType='+_0xfb0ef[TestFrameworkConstants[_0x52476b(0x296)]]+_0x52476b(0x239)+_0xfb0ef[TestFrameworkConstants[_0x52476b(0x2b7)]]?.['substring'](0x0,0xc8))):_0xfb0ef[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x637bb1[_0x52476b(0x2e6)];_0x637bb1[_0x52476b(0x364)](_0x3a1896,TestFrameworkConstants[_0x52476b(0x2fe)])&&(_0xfb0ef[TestFrameworkConstants[_0x52476b(0x34f)]]=_0x3a1896);_0xfb0ef[TestFrameworkConstants[_0x52476b(0x2c1)]]=_0xc46d2b[_0x52476b(0x382)]||new Date()['toISOString'](),_0xfb0ef[TestFrameworkConstants[_0x52476b(0x349)]]=_0x1391cf;const _0x3a3bf4=_0xfb0ef[TestFrameworkConstants[_0x52476b(0x243)]];!_0xb46ef5[_0x31bead]&&(_0xb46ef5[_0x31bead]=[]);_0xb46ef5[_0x31bead][_0x52476b(0x20b)](_0xfb0ef),_0x43cc29[_0x1b01be][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x31bead;const _0xb51aa3={};_0xb51aa3['depth']=0x2,logger[_0x52476b(0x216)](_0x52476b(0x224)+_0x31bead+_0x52476b(0x271)+_0x3a3bf4+_0x52476b(0x2d5)+_0x3a1896+_0x52476b(0x280)+util[_0x52476b(0x2c6)](_0xfb0ef,_0xb51aa3));}}}return _0x43cc29;}[a75_0x1889a9(0x276)](_0x20aed0){const _0x2323fb=a75_0x1889a9,_0x449f1c={};_0x449f1c['asakF']=_0x2323fb(0x20c);const _0x4cfd09=_0x449f1c;try{const _0x5822b9=_0x20aed0['test']?this[_0x2323fb(0x363)](_0x20aed0[_0x2323fb(0x203)]):_0x20aed0['hookData']['test_run_id'],_0x2dfb9d=_0x20aed0[_0x2323fb(0x2e4)],_0x8e6dd3=_0x2dfb9d[_0x2323fb(0x385)](),_0x2dd44d=_0x2dfb9d[_0x2323fb(0x22f)]()[_0x2323fb(0x2d9)](_0x5822b9);if(!_0x2dd44d)return logger['debug'](_0x2323fb(0x252)+_0x5822b9),{};const {[TestFrameworkConstants[_0x2323fb(0x326)]]:_0x4b0fe9=this[_0x2323fb(0x365)]()[0x0]||'',[TestFrameworkConstants[_0x2323fb(0x297)]]:_0x4531dc=this['getTestFrameworksVersions']()[this[_0x2323fb(0x365)]()[0x0]]||'',[TestFrameworkConstants[_0x2323fb(0x334)]]:_0x2a4746='',[TestFrameworkConstants[_0x2323fb(0x350)]]:_0x533c22=''}=_0x2dd44d,_0x5a5bd6=_0x2dfb9d[_0x2323fb(0x313)]()[_0x2323fb(0x27a)]()[_0x2323fb(0x238)]('.')[0x1],_0x4cb8d7=_0x2dfb9d[_0x2323fb(0x23d)]()[_0x2323fb(0x27a)]()[_0x2323fb(0x238)]('.')[0x1],_0x49b704=global?.[_0x2323fb(0x37b)]?.[_0x2323fb(0x322)]?.[_0x2323fb(0x272)]||global['__bstackPlatformIndex']||0x0,_0x3d8bbc=_0x2dfb9d[_0x2323fb(0x1fe)](),_0x4b9789=Buffer[_0x2323fb(0x2b6)](JSON[_0x2323fb(0x28f)](_0x2dd44d))[_0x2323fb(0x27a)](_0x4cfd09[_0x2323fb(0x290)]),_0x5f5672={'hash':_0x8e6dd3[_0x2323fb(0x213)](),'threadId':_0x8e6dd3[_0x2323fb(0x35c)]()[_0x2323fb(0x27a)](),'processId':_0x8e6dd3[_0x2323fb(0x261)]()['toString']()},_0x3e7312={};_0x3e7312[_0x2323fb(0x356)]=_0x49b704,_0x3e7312[_0x2323fb(0x23f)]=_0x4b0fe9,_0x3e7312[_0x2323fb(0x1f9)]=_0x4531dc,_0x3e7312[_0x2323fb(0x230)]=_0x5a5bd6,_0x3e7312[_0x2323fb(0x383)]=_0x4cb8d7,_0x3e7312['startedAt']=_0x2a4746,_0x3e7312[_0x2323fb(0x36f)]=_0x533c22,_0x3e7312['uuid']=_0x3d8bbc,_0x3e7312[_0x2323fb(0x368)]=_0x4b9789,_0x3e7312['executionContext']=_0x5f5672,_0x3e7312[_0x2323fb(0x260)]=_0x5822b9;const _0x3a1d83=_0x3e7312;return _0x3a1d83;}catch(_0x5bb050){return logger[_0x2323fb(0x25e)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2323fb(0x2bd)](_0x5bb050)),{};}}async[a75_0x1889a9(0x2f1)](_0x398bc3,_0x40c11d,_0x67ef7e){const _0x2bf0b5=a75_0x1889a9,_0x1340bc={'tKpat':function(_0x529b63,_0x1e7a12){return _0x529b63+_0x1e7a12;},'yaDyU':'missing','fRVvS':_0x2bf0b5(0x33d),'RjRPe':function(_0x5de5af,_0x4bbdb2){return _0x5de5af>_0x4bbdb2;},'ONQBS':function(_0x25dd09,_0xdf411a,_0x3d6bac,_0xe25676){return _0x25dd09(_0xdf411a,_0x3d6bac,_0xe25676);},'XtSIK':function(_0x486738,_0x1cdf9c){return _0x486738-_0x1cdf9c;},'guysH':function(_0x2d252a,_0x50ffbb){return _0x2d252a===_0x50ffbb;},'WRSHc':function(_0x16efa8,_0x1625c1){return _0x16efa8/_0x1625c1;},'BEazf':function(_0xd0b386,_0x159e9e){return _0xd0b386<_0x159e9e;},'tpcLQ':function(_0x5497be,_0x252a41){return _0x5497be*_0x252a41;},'ffXoa':function(_0x422365,_0x5102d2){return _0x422365+_0x5102d2;},'ARYrh':function(_0x525638,_0xf8693e){return _0x525638+_0xf8693e;},'rfssD':function(_0xea6c9f,_0x10bd14){return _0xea6c9f+_0x10bd14;},'LoTkR':function(_0x2aafce,_0x54de1c){return _0x2aafce>_0x54de1c;}};try{const _0x48634b=_0x67ef7e[_0x2bf0b5(0x2a3)]||_0x67ef7e[_0x2bf0b5(0x2bf)],_0x2126a5=Array[_0x2bf0b5(0x2b6)](_0x398bc3[_0x2bf0b5(0x22f)]()[_0x2bf0b5(0x270)]()),_0x3c3dc8=_0x398bc3['getAllData']()[_0x2bf0b5(0x2d9)](_0x48634b);if(!_0x3c3dc8){logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x2b8)+_0x48634b);return;}const {[TestFrameworkConstants[_0x2bf0b5(0x326)]]:_0x54fbb6='',[TestFrameworkConstants[_0x2bf0b5(0x297)]]:_0x88755f=''}=_0x3c3dc8;let _0x5d15d4=[];_0x3c3dc8&&_0x3c3dc8[TestFrameworkConstants[_0x2bf0b5(0x24e)]]&&Array[_0x2bf0b5(0x257)](_0x3c3dc8[TestFrameworkConstants[_0x2bf0b5(0x24e)]])?(_0x5d15d4=_0x3c3dc8[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2bf0b5(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x5d15d4[_0x2bf0b5(0x30a)]+_0x2bf0b5(0x259)+_0x48634b),_0x398bc3[_0x2bf0b5(0x234)]({[_0x48634b]:{[TestFrameworkConstants[_0x2bf0b5(0x24e)]]:[],[TestFrameworkConstants[_0x2bf0b5(0x326)]]:this[_0x2bf0b5(0x365)]()[0x0]||'',[TestFrameworkConstants[_0x2bf0b5(0x297)]]:this[_0x2bf0b5(0x2ab)]()[this[_0x2bf0b5(0x365)]()[0x0]]||''}}),logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x31a)+_0x48634b)):logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x2b2)+_0x48634b);logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x24f)+_0x5d15d4[_0x2bf0b5(0x30a)]+'\x20for\x20testId:\x20'+_0x48634b);const _0x4924cb=_0x5d15d4[_0x2bf0b5(0x2d1)](_0x551dd6=>_0x551dd6['kind']===_0x2bf0b5(0x28c));_0x1340bc[_0x2bf0b5(0x389)](_0x4924cb['length'],0x0)&&(logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x21d)+_0x4924cb[_0x2bf0b5(0x30a)]+_0x2bf0b5(0x24d)+_0x48634b),_0x4924cb[_0x2bf0b5(0x352)]((_0x312391,_0x13b1bd)=>{const _0x518e51=_0x2bf0b5;logger[_0x518e51(0x216)](_0x518e51(0x2f4)+_0x1340bc[_0x518e51(0x218)](_0x13b1bd,0x1)+'/'+_0x4924cb[_0x518e51(0x30a)]+_0x518e51(0x317)+(_0x312391[_0x518e51(0x260)]||_0x1340bc['yaDyU'])+',\x20test_run_uuid='+(_0x312391[_0x518e51(0x28b)]||_0x1340bc['yaDyU'])+',\x20hook_run_uuid='+(_0x312391[_0x518e51(0x33f)]||_0x1340bc[_0x518e51(0x20a)])+_0x518e51(0x310)+(_0x312391[_0x518e51(0x2c0)]?.[_0x518e51(0x30a)]||0x0));}));const _0x5294fb=_0x3c3dc8[TestFrameworkConstants[_0x2bf0b5(0x37e)]]||{},_0x3b650a=_0x1340bc[_0x2bf0b5(0x331)](getMediaArtifactsLogs,_0x5294fb,null,_0x48634b),_0x3c6736=(_0x5d15d4||[])['concat'](_0x3b650a||[]),_0x13ca96=_0x4924cb?.[_0x2bf0b5(0x30a)]||0x0,_0x128fa3=_0x1340bc[_0x2bf0b5(0x2a5)](_0x5d15d4?.[_0x2bf0b5(0x30a)]||0x0,_0x13ca96);logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x32f)+_0x48634b+_0x2bf0b5(0x2c9)+_0x128fa3+_0x2bf0b5(0x289)+_0x13ca96+_0x2bf0b5(0x2f2)+(_0x3b650a?.['length']||0x0)+_0x2bf0b5(0x27b)+_0x3c6736[_0x2bf0b5(0x30a)]);if(!_0x3c6736||_0x1340bc[_0x2bf0b5(0x32d)](_0x3c6736[_0x2bf0b5(0x30a)],0x0)){logger['debug'](_0x2bf0b5(0x2a8)+_0x48634b);return;}const _0x91466b=0x28,_0x3bff67=Math[_0x2bf0b5(0x386)](_0x1340bc[_0x2bf0b5(0x207)](_0x3c6736[_0x2bf0b5(0x30a)],_0x91466b));for(let _0x50fad4=0x0;_0x1340bc[_0x2bf0b5(0x38b)](_0x50fad4,_0x3bff67);_0x50fad4++){const _0x349b5a=_0x1340bc[_0x2bf0b5(0x23c)](_0x50fad4,_0x91466b),_0x21b61e=_0x1340bc[_0x2bf0b5(0x246)](_0x349b5a,_0x91466b),_0x480423=_0x3c6736[_0x2bf0b5(0x23b)](_0x349b5a,_0x21b61e),_0x424599=global?.[_0x2bf0b5(0x251)]??0x0,_0x2ab938={'platformIndex':_0x424599,'logs':_0x480423,'testFrameworkName':_0x54fbb6,'testFrameworkVersion':_0x88755f,'testFrameworkState':_0x40c11d['toString']()[_0x2bf0b5(0x238)]('.')[0x1]},_0x1aa94f={};_0x1aa94f[_0x2bf0b5(0x312)]=0x3,_0x1aa94f['maxArrayLength']=0x5,logger['debug'](_0x2bf0b5(0x249)+_0x1340bc[_0x2bf0b5(0x29a)](_0x50fad4,0x1)+'/'+_0x3bff67+_0x2bf0b5(0x253)+_0x48634b+_0x2bf0b5(0x2ee)+_0x480423[_0x2bf0b5(0x30a)]+_0x2bf0b5(0x34c)+_0x424599+_0x2bf0b5(0x25c)+util[_0x2bf0b5(0x2c6)](_0x2ab938,_0x1aa94f));const _0x27f260=await GrpcClient[_0x2bf0b5(0x2e5)]()[_0x2bf0b5(0x2d8)](_0x2ab938);logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x249)+_0x1340bc[_0x2bf0b5(0x33e)](_0x50fad4,0x1)+'/'+_0x3bff67+_0x2bf0b5(0x253)+_0x48634b+',\x20response='+util[_0x2bf0b5(0x2c6)](_0x27f260));}_0x3b650a&&_0x1340bc['LoTkR'](_0x3b650a[_0x2bf0b5(0x30a)],0x0)&&_0x3c3dc8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x398bc3[_0x2bf0b5(0x234)]({[_0x48634b]:{[TestFrameworkConstants[_0x2bf0b5(0x37e)]]:{},[TestFrameworkConstants[_0x2bf0b5(0x326)]]:this[_0x2bf0b5(0x365)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2bf0b5(0x2ab)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x2bf0b5(0x216)](_0x2bf0b5(0x263)+_0x48634b+',\x20totalBatches:\x20'+_0x3bff67);}catch(_0x4facef){logger['error'](_0x2bf0b5(0x29c)+(_0x67ef7e[_0x2bf0b5(0x2a3)]||_0x67ef7e[_0x2bf0b5(0x2bf)])+_0x2bf0b5(0x340)+util['format'](_0x4facef));}}[a75_0x1889a9(0x320)](_0x1a1bd1,_0x1aad3e,_0x1df743,_0x3c1cf8,_0x2665ec){const _0x415b2e=a75_0x1889a9,_0x8a36ea={};_0x8a36ea[_0x415b2e(0x256)]=function(_0x1883f6,_0x1e422e){return _0x1883f6===_0x1e422e;},_0x8a36ea[_0x415b2e(0x26a)]=_0x415b2e(0x21b);const _0x1ba5a3=_0x8a36ea,{hookData:_0x10313b}=_0x2665ec,_0x275126={'testId':_0x1aad3e,'testFrameworkState':_0x1df743,'hookState':_0x3c1cf8,'args':_0x2665ec,'timestamp':new Date()[_0x415b2e(0x31d)]()};if(_0x1ba5a3[_0x415b2e(0x256)](_0x1df743,TestFrameworkState['BEFORE_ALL'])&&_0x10313b){const _0x15006f={};_0x15006f['filePath']=_0x10313b[_0x415b2e(0x306)]||_0x10313b['location'],_0x15006f[_0x415b2e(0x2b1)]=_0x10313b[_0x415b2e(0x2b1)]||_0x10313b[_0x415b2e(0x2e8)]&&_0x10313b['scopes'][0x0]||'',_0x15006f[_0x415b2e(0x315)]=_0x1ba5a3['ebdQU'],_0x275126[_0x415b2e(0x2f8)]=_0x15006f,logger[_0x415b2e(0x216)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x1aad3e+_0x415b2e(0x240)+_0x275126['hookMetadata'][_0x415b2e(0x2eb)]+_0x415b2e(0x34b)+_0x275126[_0x415b2e(0x2f8)]['scope']);}_0x1a1bd1[_0x415b2e(0x2ed)](_0x1aad3e,_0x275126),logger[_0x415b2e(0x216)](_0x415b2e(0x2bb)+_0x1aad3e+_0x415b2e(0x367)+_0x1df743+_0x415b2e(0x355)+_0x3c1cf8);}async[a75_0x1889a9(0x34e)](_0x4436eb,_0x1a113e){const _0x1c5979=a75_0x1889a9,_0x1679e2={};_0x1679e2[_0x1c5979(0x2b0)]=function(_0x4763e2,_0x205caf){return _0x4763e2>_0x205caf;},_0x1679e2[_0x1c5979(0x2ce)]=function(_0xb46f9b,_0x57fe96){return _0xb46f9b===_0x57fe96;},_0x1679e2[_0x1c5979(0x302)]=function(_0xe4ec36,_0xa45676){return _0xe4ec36===_0xa45676;},_0x1679e2['ubWHu']=function(_0xc10a3,_0x4f1489){return _0xc10a3>_0x4f1489;},_0x1679e2[_0x1c5979(0x308)]=function(_0x20600c,_0x1f70be){return _0x20600c===_0x1f70be;},_0x1679e2[_0x1c5979(0x2d6)]=_0x1c5979(0x2ef);const _0x594f11=_0x1679e2;if(_0x4436eb['hasPendingHooks'](_0x1a113e)){const _0x3b10cb=_0x4436eb[_0x1c5979(0x244)](_0x1a113e);logger[_0x1c5979(0x216)]('Processing\x20'+_0x3b10cb[_0x1c5979(0x30a)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x1a113e);for(const _0x1b27e4 of _0x3b10cb){try{const _0x3fe328=await this['trackHookEvent'](_0x4436eb,_0x1b27e4[_0x1c5979(0x230)],_0x1b27e4[_0x1c5979(0x383)],_0x1b27e4[_0x1c5979(0x324)]);_0x3fe328&&_0x594f11[_0x1c5979(0x2b0)](Object[_0x1c5979(0x270)](_0x3fe328)[_0x1c5979(0x30a)],0x0)&&_0x4436eb[_0x1c5979(0x234)](_0x3fe328),await this['runHooks'](_0x4436eb,_0x1b27e4[_0x1c5979(0x230)],_0x1b27e4[_0x1c5979(0x383)],_0x1b27e4[_0x1c5979(0x324)]);}catch(_0x2a06ab){logger[_0x1c5979(0x25e)](_0x1c5979(0x2a1)+_0x1a113e+_0x1c5979(0x340)+_0x2a06ab);}}_0x4436eb['removePendingHooks'](_0x1a113e),logger[_0x1c5979(0x216)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x1a113e);}const _0x3cd8f4=_0x4436eb[_0x1c5979(0x22f)]()[_0x1c5979(0x2d9)](_0x1a113e);if(_0x3cd8f4){const _0x5e1953=_0x3cd8f4[TestFrameworkConstants[_0x1c5979(0x318)]]||_0x3cd8f4[TestFrameworkConstants[_0x1c5979(0x21f)]],_0x2973a4=_0x3cd8f4[TestFrameworkConstants[_0x1c5979(0x2ac)]]||_0x3cd8f4[TestFrameworkConstants[_0x1c5979(0x227)]]&&_0x3cd8f4[TestFrameworkConstants[_0x1c5979(0x227)]][0x0]||'';logger[_0x1c5979(0x216)](_0x1c5979(0x345)+_0x5e1953+_0x1c5979(0x34b)+_0x2973a4);const _0x550655=_0x4436eb['getAllPendingHookTestIds']();for(const _0x248728 of _0x550655){if(_0x594f11[_0x1c5979(0x2ce)](_0x248728,_0x1a113e))continue;if(_0x4436eb[_0x1c5979(0x2e3)](_0x248728)){const _0x4e0690=_0x4436eb[_0x1c5979(0x244)](_0x248728);for(const _0x437565 of _0x4e0690){if(_0x594f11[_0x1c5979(0x2ce)](_0x437565[_0x1c5979(0x230)],TestFrameworkState[_0x1c5979(0x23a)])&&_0x437565['hookMetadata']){const _0x4f5ebe=_0x437565[_0x1c5979(0x2f8)][_0x1c5979(0x2eb)],_0x2babf5=_0x437565[_0x1c5979(0x2f8)][_0x1c5979(0x2b1)];if(_0x594f11[_0x1c5979(0x302)](_0x4f5ebe,_0x5e1953)&&_0x594f11['KOyfy'](_0x2babf5,_0x2973a4)){logger[_0x1c5979(0x216)](_0x1c5979(0x32c)+_0x248728+',\x20currentTestId:\x20'+_0x1a113e+_0x1c5979(0x240)+_0x4f5ebe+_0x1c5979(0x34b)+_0x2babf5);_0x437565[_0x1c5979(0x324)]&&_0x437565[_0x1c5979(0x324)][_0x1c5979(0x1ef)]&&(_0x437565[_0x1c5979(0x324)][_0x1c5979(0x1ef)][_0x1c5979(0x2c5)]=_0x1a113e,logger[_0x1c5979(0x216)](_0x1c5979(0x32a)+_0x248728+_0x1c5979(0x2df)+_0x1a113e));try{const _0x4d4a3a=await this[_0x1c5979(0x1fc)](_0x4436eb,_0x437565[_0x1c5979(0x230)],_0x437565['hookState'],_0x437565[_0x1c5979(0x324)]);_0x4d4a3a&&_0x594f11[_0x1c5979(0x2c4)](Object[_0x1c5979(0x270)](_0x4d4a3a)['length'],0x0)&&_0x4436eb[_0x1c5979(0x234)](_0x4d4a3a);await this[_0x1c5979(0x267)](_0x4436eb,_0x437565['testFrameworkState'],_0x437565['hookState'],_0x437565[_0x1c5979(0x324)]);const _0x4b8816=_0x4436eb[_0x1c5979(0x244)](_0x248728)[_0x1c5979(0x2d1)](_0x9bf246=>_0x9bf246!==_0x437565);if(_0x594f11[_0x1c5979(0x308)](_0x4b8816[_0x1c5979(0x30a)],0x0))_0x4436eb[_0x1c5979(0x2d4)](_0x248728);else{_0x4436eb['removePendingHooks'](_0x248728);for(const _0x5e5d42 of _0x4b8816){_0x4436eb['addPendingHook'](_0x248728,_0x5e5d42);}}logger['debug'](_0x594f11[_0x1c5979(0x2d6)]);}catch(_0x1602ee){logger['error'](_0x1c5979(0x2f6)+_0x1a113e+_0x1c5979(0x340)+_0x1602ee);}}}}}}}}[a75_0x1889a9(0x35f)](_0x2e51c7){const _0x6108c0=a75_0x1889a9,_0x565c13={'FHueF':function(_0x485f20){return _0x485f20();}};if(!_0x2e51c7||!_0x2e51c7[_0x6108c0(0x387)])return;_0x2e51c7[_0x6108c0(0x387)][_0x6108c0(0x376)]&&Array[_0x6108c0(0x257)](_0x2e51c7['parent'][_0x6108c0(0x376)])&&_0x2e51c7['parent'][_0x6108c0(0x376)]['forEach'](_0x134c52=>{const _0x5e2e5b=_0x6108c0;!_0x134c52[_0x5e2e5b(0x34a)]&&!_0x134c52[_0x5e2e5b(0x377)]&&(_0x134c52[_0x5e2e5b(0x34a)]=_0x565c13[_0x5e2e5b(0x286)](uuidv4),_0x134c52['hookUUID']=_0x134c52[_0x5e2e5b(0x34a)],logger['debug'](_0x5e2e5b(0x20e)+_0x134c52[_0x5e2e5b(0x309)]+_0x5e2e5b(0x278)+_0x134c52[_0x5e2e5b(0x34a)]));}),this[_0x6108c0(0x35f)](_0x2e51c7[_0x6108c0(0x387)]);}[a75_0x1889a9(0x373)](_0x23b111){const _0x53c89e=a75_0x1889a9,_0x552b2a={'iCflN':function(_0x31d54c,_0x585d8b){return _0x31d54c(_0x585d8b);}};if(!_0x23b111||!_0x23b111[_0x53c89e(0x387)])return[];const _0x3c9fa6=[];return _0x23b111[_0x53c89e(0x387)][_0x53c89e(0x376)]&&Array[_0x53c89e(0x257)](_0x23b111['parent'][_0x53c89e(0x376)])&&_0x23b111[_0x53c89e(0x387)][_0x53c89e(0x376)]['forEach'](_0x5f5677=>{const _0x3e293c=_0x53c89e,_0x3e5d91=_0x5f5677[_0x3e293c(0x34a)]||_0x5f5677[_0x3e293c(0x377)];_0x3e5d91&&!this[_0x3e293c(0x341)](_0x5f5677)&&!_0x552b2a[_0x3e293c(0x273)](isInternalHook,_0x5f5677['fn'])&&_0x3c9fa6[_0x3e293c(0x20b)](_0x3e5d91);}),[..._0x3c9fa6,...this[_0x53c89e(0x373)](_0x23b111[_0x53c89e(0x387)])];}['buildHookMapFromTest'](_0x519136){const _0x516a9b=a75_0x1889a9,_0x90c23d={'yNIUI':function(_0x239a84,_0x2d7d36){return _0x239a84(_0x2d7d36);},'FPQPY':_0x516a9b(0x2ea),'yxfwx':function(_0x19d60b,_0x12798f){return _0x19d60b(_0x12798f);},'sgFUJ':function(_0x3514e5,_0x40b1ee){return _0x3514e5(_0x40b1ee);}},_0x204c21=new Map(),_0x2c4c7c=_0x1d8cf8=>{const _0x1e71cc=_0x516a9b,_0x420bae={'KaDbC':function(_0x59ae6a,_0x18ccf9){const _0x3ed697=a75_0x5149;return _0x90c23d[_0x3ed697(0x2fb)](_0x59ae6a,_0x18ccf9);},'pmmLw':_0x90c23d[_0x1e71cc(0x338)]};if(!_0x1d8cf8||!_0x1d8cf8[_0x1e71cc(0x387)])return;_0x1d8cf8[_0x1e71cc(0x387)][_0x1e71cc(0x376)]&&Array[_0x1e71cc(0x257)](_0x1d8cf8['parent']['hooks'])&&_0x1d8cf8[_0x1e71cc(0x387)][_0x1e71cc(0x376)]['forEach'](_0xe3dc1e=>{const _0x3bd286=_0x1e71cc,_0x439c78=_0xe3dc1e[_0x3bd286(0x34a)]||_0xe3dc1e[_0x3bd286(0x377)];if(_0x439c78&&!this[_0x3bd286(0x341)](_0xe3dc1e)&&!_0x420bae[_0x3bd286(0x285)](isInternalHook,_0xe3dc1e['fn'])){const _0x492fca={};_0x492fca[_0x3bd286(0x309)]=_0xe3dc1e[_0x3bd286(0x309)]||_0x420bae[_0x3bd286(0x332)],_0x492fca[_0x3bd286(0x2cf)]=_0xe3dc1e['name']||'\x22'+_0xe3dc1e[_0x3bd286(0x309)]+_0x3bd286(0x2e2),_0x204c21['set'](_0x439c78,_0x492fca);}}),_0x90c23d[_0x1e71cc(0x20f)](_0x2c4c7c,_0x1d8cf8[_0x1e71cc(0x387)]);};return _0x90c23d[_0x516a9b(0x1fa)](_0x2c4c7c,_0x519136),_0x204c21;}[a75_0x1889a9(0x341)](_0x5c090b){const _0x34d217=a75_0x1889a9,_0x5b1ea8={};_0x5b1ea8[_0x34d217(0x381)]='jest-circus',_0x5b1ea8[_0x34d217(0x235)]=_0x34d217(0x24c);const _0x51ebf8=_0x5b1ea8;try{const _0x230d94=this[_0x34d217(0x351)](_0x5c090b);return _0x230d94&&_0x230d94[_0x34d217(0x2af)](_0x51ebf8[_0x34d217(0x381)]);}catch(_0x2a4344){logger[_0x34d217(0x216)](_0x51ebf8[_0x34d217(0x235)]);}return![];}['getRootParentFile'](_0x5ad6df){const _0x1ff329=a75_0x1889a9;if(_0x5ad6df[_0x1ff329(0x22e)])try{const _0x16954b=stackTrace['parse'](_0x5ad6df[_0x1ff329(0x22e)]);return _0x16954b[0x0]?_0x16954b[0x0]['getFileName']():null;}catch(_0x52c432){logger['debug'](_0x1ff329(0x35b)+util['format'](_0x52c432));}if(_0x5ad6df[_0x1ff329(0x2e0)])return _0x5ad6df[_0x1ff329(0x2e0)];return null;}}module[a75_0x1889a9(0x219)]=JestTestFramework;
|
|
1
|
+
const a75_0x1deb9a=a75_0x284e;(function(_0x3c6089,_0x2da855){const _0x239e9f=a75_0x284e,_0x4685ea=_0x3c6089();while(!![]){try{const _0x4abea7=parseInt(_0x239e9f(0x184))/0x1*(parseInt(_0x239e9f(0x223))/0x2)+-parseInt(_0x239e9f(0x140))/0x3*(parseInt(_0x239e9f(0x1a6))/0x4)+-parseInt(_0x239e9f(0x272))/0x5*(-parseInt(_0x239e9f(0x1b1))/0x6)+-parseInt(_0x239e9f(0x1fc))/0x7*(parseInt(_0x239e9f(0x2ab))/0x8)+parseInt(_0x239e9f(0x260))/0x9+parseInt(_0x239e9f(0x22b))/0xa*(parseInt(_0x239e9f(0x141))/0xb)+-parseInt(_0x239e9f(0x281))/0xc*(parseInt(_0x239e9f(0x251))/0xd);if(_0x4abea7===_0x2da855)break;else _0x4685ea['push'](_0x4685ea['shift']());}catch(_0x1ccb67){_0x4685ea['push'](_0x4685ea['shift']());}}}(a75_0x5826,0x7439b));const TestFramework=require(a75_0x1deb9a(0x240)),TestFrameworkState=require(a75_0x1deb9a(0x221)),HookState=require(a75_0x1deb9a(0x156)),{createClassLogger}=require(a75_0x1deb9a(0x1b8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a75_0x1deb9a(0x21d)),TrackedInstance=require(a75_0x1deb9a(0x29f)),TestFrameworkConstants=require(a75_0x1deb9a(0x1e2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a75_0x1deb9a(0x125)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a75_0x1deb9a(0x1dc)),{v4:uuidv4}=require(a75_0x1deb9a(0x1c4)),util=require('util'),TestInfo=require(a75_0x1deb9a(0x2c7)),GrpcClient=require(a75_0x1deb9a(0x21c)),stackTrace=require(a75_0x1deb9a(0x299));class JestTestFramework extends TestFramework{constructor(_0x563dfd,_0x1ba68f,_0x3435b6){const _0x42bf22=a75_0x1deb9a;super(_0x563dfd,_0x1ba68f,_0x3435b6),this[_0x42bf22(0x148)]=new Map();}['setActiveHook'](_0x4e30d8,_0xd37888,_0x380ed0){const _0x724948=a75_0x1deb9a,_0x39aa66={};_0x39aa66[_0x724948(0x242)]=function(_0x26e4bc,_0x146fda){return _0x26e4bc||_0x146fda;};const _0x502473=_0x39aa66;if(_0x502473[_0x724948(0x242)](!_0x4e30d8,!_0xd37888)){logger[_0x724948(0x1f6)](_0x724948(0x14d)+_0x4e30d8+',\x20hookUUID='+_0xd37888);return;}!this[_0x724948(0x148)]['has'](_0x4e30d8)&&this['activeHooks'][_0x724948(0x17d)](_0x4e30d8,[]);const _0x506712={'hookUUID':_0xd37888,'hookType':_0x380ed0,'startedAt':new Date()[_0x724948(0x2b0)]()};this[_0x724948(0x148)]['get'](_0x4e30d8)[_0x724948(0x243)](_0x506712),logger[_0x724948(0x1ed)](_0x724948(0x23c)+_0x4e30d8+_0x724948(0x149)+_0xd37888+_0x724948(0x18e)+_0x380ed0+_0x724948(0x1d0)+this['activeHooks'][_0x724948(0x2ad)](_0x4e30d8)[_0x724948(0x209)]);}['removeActiveHook'](_0x3db4ea,_0x272ee3){const _0x3104fc=a75_0x1deb9a,_0x590561={};_0x590561['jcZSY']=function(_0x5ac097,_0x2a9b71){return _0x5ac097||_0x2a9b71;},_0x590561['ffAlT']=function(_0x57134f,_0x3ade9e){return _0x57134f!==_0x3ade9e;},_0x590561['YaOxU']=function(_0x14fe71,_0x530164){return _0x14fe71===_0x530164;};const _0x1bad28=_0x590561;if(_0x1bad28[_0x3104fc(0x129)](!_0x3db4ea,!_0x272ee3)){logger[_0x3104fc(0x1f6)](_0x3104fc(0x195)+_0x3db4ea+_0x3104fc(0x149)+_0x272ee3);return;}if(this[_0x3104fc(0x148)][_0x3104fc(0x2b7)](_0x3db4ea)){const _0x33307e=this[_0x3104fc(0x148)][_0x3104fc(0x2ad)](_0x3db4ea),_0x249485=_0x33307e[_0x3104fc(0x2a0)](_0x3d6431=>_0x3d6431[_0x3104fc(0x293)]===_0x272ee3);_0x1bad28['ffAlT'](_0x249485,-0x1)?(_0x33307e[_0x3104fc(0x23d)](_0x249485,0x1),logger[_0x3104fc(0x1ed)](_0x3104fc(0x161)+_0x3db4ea+_0x3104fc(0x149)+_0x272ee3+_0x3104fc(0x162)+_0x33307e[_0x3104fc(0x209)]),_0x1bad28[_0x3104fc(0x18c)](_0x33307e[_0x3104fc(0x209)],0x0)&&this[_0x3104fc(0x148)][_0x3104fc(0x237)](_0x3db4ea)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3db4ea+',\x20hookUUID='+_0x272ee3);}}[a75_0x1deb9a(0x215)](_0x42e833){const _0x258db6=a75_0x1deb9a,_0x2a8264={};_0x2a8264[_0x258db6(0x257)]=function(_0x13dfaa,_0x1e7660){return _0x13dfaa>_0x1e7660;},_0x2a8264[_0x258db6(0x263)]=function(_0x5f0226,_0x2fb469){return _0x5f0226-_0x2fb469;};const _0x5c0237=_0x2a8264;if(!_0x42e833)return null;if(this[_0x258db6(0x148)][_0x258db6(0x2b7)](_0x42e833)){const _0x4dc712=this[_0x258db6(0x148)][_0x258db6(0x2ad)](_0x42e833);if(_0x5c0237['Beuwa'](_0x4dc712[_0x258db6(0x209)],0x0)){const _0x1c473b=_0x4dc712[_0x5c0237[_0x258db6(0x263)](_0x4dc712[_0x258db6(0x209)],0x1)];return logger[_0x258db6(0x1ed)](_0x258db6(0x1f9)+_0x42e833+',\x20hookUUID='+_0x1c473b[_0x258db6(0x293)]+',\x20hookType='+_0x1c473b[_0x258db6(0x1db)]),_0x1c473b;}}return null;}async['trackEvent'](_0xf43bca,_0xfbb16e,_0x1f2f2f={}){const _0x15d1b7=a75_0x1deb9a,_0x1e052f={};_0x1e052f[_0x15d1b7(0x187)]=_0x15d1b7(0x276),_0x1e052f[_0x15d1b7(0x175)]=function(_0x524251,_0x50b8d1){return _0x524251===_0x50b8d1;},_0x1e052f[_0x15d1b7(0x1d3)]=function(_0x9148d,_0x1a87c8){return _0x9148d||_0x1a87c8;},_0x1e052f[_0x15d1b7(0x1aa)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x1e052f[_0x15d1b7(0x1d1)]=function(_0x13f8c3,_0x4b7c09){return _0x13f8c3===_0x4b7c09;};const _0x5dd322=_0x1e052f;logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1fa)+_0xf43bca+',\x20hookState='+_0xfbb16e+',\x20argsKeys='+Object['keys'](_0x1f2f2f)[_0x15d1b7(0x1bf)](',')),await super[_0x15d1b7(0x19b)](_0xf43bca,_0xfbb16e,_0x1f2f2f);const _0x1afaf2=this[_0x15d1b7(0x1a5)](_0xf43bca,_0xfbb16e,_0x1f2f2f);if(!_0x1afaf2){logger[_0x15d1b7(0x1ed)](_0x5dd322['hxnZA']);return;}try{let _0x59d63e,_0x51e49f,_0x865220;switch(_0xf43bca){case TestFrameworkState[_0x15d1b7(0x23b)]:_0x59d63e=_0x1f2f2f['test'];const _0x354dd0={};_0x354dd0['depth']=0x2,_0x354dd0[_0x15d1b7(0x1f4)]=0x3,logger[_0x15d1b7(0x1ed)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0xfbb16e+_0x15d1b7(0x24c)+util[_0x15d1b7(0x21a)](_0x59d63e,_0x354dd0)),_0x865220=this['getJestTestIdentifier'](_0x59d63e),_0x51e49f=null,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1ae)+_0x865220+_0x15d1b7(0x275));if(_0x5dd322[_0x15d1b7(0x175)](_0xfbb16e,HookState['PRE'])){logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x235)+_0x865220);const _0x24bf48={};_0x24bf48[_0x15d1b7(0x146)]=_0x51e49f,_0x24bf48['testData']=_0x59d63e,_0x24bf48[_0x15d1b7(0x185)]=_0x865220;const _0x1a76b8=this['parseJestTest'](_0x24bf48),_0x28ed82={};_0x28ed82[_0x15d1b7(0x15e)]=0x2,_0x28ed82['maxArrayLength']=0x3,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1d8)+util[_0x15d1b7(0x21a)](_0x1a76b8,_0x28ed82)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x1a76b8),logger[_0x15d1b7(0x1ed)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x865220),await this[_0x15d1b7(0x2c2)](_0x1afaf2,_0x865220);}else{if(_0x5dd322[_0x15d1b7(0x175)](_0xfbb16e,HookState[_0x15d1b7(0x147)])){logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x29b)+_0x865220);const _0x28e514=_0x1afaf2['getAllData']()['get'](_0x865220);logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x170)+util[_0x15d1b7(0x21a)](Object['keys'](_0x5dd322[_0x15d1b7(0x1d3)](_0x28e514,{}))));_0x28e514&&_0x28e514[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x207)+Object[_0x15d1b7(0x1e0)](_0x28e514[TestFrameworkConstants[_0x15d1b7(0x12b)]])[_0x15d1b7(0x209)]+_0x15d1b7(0x2b5)):logger[_0x15d1b7(0x1ed)](_0x5dd322[_0x15d1b7(0x1aa)]);const _0x3873c4=_0x1f2f2f[_0x15d1b7(0x27b)]||null,_0x26c487={};_0x26c487[_0x15d1b7(0x146)]=_0x51e49f,_0x26c487[_0x15d1b7(0x16f)]=_0x59d63e,_0x26c487['testId']=_0x865220,_0x26c487[_0x15d1b7(0x27b)]=_0x3873c4;const _0x45fe4e=this[_0x15d1b7(0x15b)](_0x26c487),_0x323710={};_0x323710['depth']=0x2,_0x323710[_0x15d1b7(0x1f4)]=0x3,logger['debug'](_0x15d1b7(0x142)+util['inspect'](_0x45fe4e,_0x323710)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x45fe4e),logger['debug'](_0x15d1b7(0x22d)+_0x865220),await this[_0x15d1b7(0x2c2)](_0x1afaf2,_0x865220);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x5dd322['kNFJU'](_0xfbb16e,HookState[_0x15d1b7(0x147)])){const _0x4abe94={};_0x4abe94[_0x15d1b7(0x15e)]=0x2,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x2c5)+util['inspect'](_0x1f2f2f,_0x4abe94)),await this[_0x15d1b7(0x1bc)](_0x1afaf2,_0xf43bca,_0x1f2f2f);}break;default:if(CLIUtils[_0x15d1b7(0x194)](_0xf43bca[_0x15d1b7(0x1ec)]()[_0x15d1b7(0x13b)]('.')[0x1])){const _0x347526={};_0x347526[_0x15d1b7(0x15e)]=0x2,_0x347526[_0x15d1b7(0x1f4)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e+',\x20hookData='+util[_0x15d1b7(0x21a)](_0x1f2f2f['hookData'],_0x347526));const _0x293386=await this[_0x15d1b7(0x177)](_0x1afaf2,_0xf43bca,_0xfbb16e,_0x1f2f2f),_0xfe5e3={};_0xfe5e3[_0x15d1b7(0x15e)]=0x2,_0xfe5e3[_0x15d1b7(0x1f4)]=0x3,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x261)+util['inspect'](_0x293386,_0xfe5e3)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x293386);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0xf43bca+_0x15d1b7(0x165)+_0xfbb16e);break;}logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x25a)+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e);}catch(_0x2e6079){logger['error'](_0x15d1b7(0x228)+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e+_0x15d1b7(0x26c)+util[_0x15d1b7(0x214)](_0x2e6079));}_0x1f2f2f['instance']=_0x1afaf2,await this[_0x15d1b7(0x199)](_0x1afaf2,_0xf43bca,_0xfbb16e,_0x1f2f2f);}[a75_0x1deb9a(0x279)](_0x15f045){const _0x330bef=a75_0x1deb9a,_0x33ddf3={};_0x33ddf3[_0x330bef(0x1ef)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x5e14cc=_0x33ddf3;if(_0x15f045&&(_0x15f045['id']||_0x15f045['uuid'])){const _0x564081=_0x15f045['id']||_0x15f045['uuid'];return logger[_0x330bef(0x1ed)](_0x330bef(0x2a8)+_0x564081+_0x330bef(0x2aa)),_0x564081;}return logger[_0x330bef(0x1ed)](_0x5e14cc[_0x330bef(0x1ef)]),process[_0x330bef(0x2a5)]+_0x330bef(0x1de);}[a75_0x1deb9a(0x1a5)](_0x3c3379,_0xe14470,_0x29b92f={}){const _0x20bd6e=a75_0x1deb9a;let _0x28233f=null;return _0x28233f=TestFramework[_0x20bd6e(0x164)](),!_0x28233f?(logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x179)+_0x3c3379),this['trackJestInstance'](_0x3c3379,_0x29b92f),_0x28233f=TestFramework[_0x20bd6e(0x164)](),logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x2ca)+!!_0x28233f+_0x20bd6e(0x2b1)+_0x28233f?.[_0x20bd6e(0x248)]()?.[_0x20bd6e(0x269)]())):logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x191)+_0x28233f[_0x20bd6e(0x248)]()?.[_0x20bd6e(0x269)]()),_0x28233f;}[a75_0x1deb9a(0x204)](_0x20df0a,_0x364166){const _0x358892=a75_0x1deb9a,_0x318334={};_0x318334[_0x358892(0x134)]=_0x358892(0x20f);const _0x41594e=_0x318334;if(TestFramework['getTrackedInstance']()){logger[_0x358892(0x1ed)](_0x41594e[_0x358892(0x134)]);return;}const _0x751c6a=CLIUtils[_0x358892(0x2b3)](),_0x57f904=TrackedInstance[_0x358892(0x25e)](_0x751c6a);let _0x12482f=null;logger['debug'](_0x358892(0x12a)+_0x751c6a+_0x358892(0x239)+_0x20df0a),_0x12482f=new TestFrameworkInstance(_0x57f904,this[_0x358892(0x157)](),this[_0x358892(0x1cb)](),_0x20df0a,HookState[_0x358892(0x201)]),TestFramework['setTrackedInstance'](_0x57f904,_0x12482f),logger[_0x358892(0x1ed)](_0x358892(0x158)+_0x57f904['getId']()+',\x20target='+_0x751c6a+',\x20testFramework='+this[_0x358892(0x157)]()[0x0]+_0x358892(0x1e6)+this[_0x358892(0x1cb)]()[this[_0x358892(0x157)]()[0x0]]);}[a75_0x1deb9a(0x1b7)](_0x42213e){const _0x1a5ecb=a75_0x1deb9a,_0x218af3={};_0x218af3[_0x1a5ecb(0x16d)]=function(_0x564349,_0x2b1374){return _0x564349||_0x2b1374;},_0x218af3['XuctP']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x593479=_0x218af3,{testUUID:_0x9fc657,testData:_0xd0d804,testId:_0x3e2ddf}=_0x42213e;if(_0x593479[_0x1a5ecb(0x16d)](!_0xd0d804,!_0x3e2ddf))return logger['debug'](_0x593479[_0x1a5ecb(0x2bc)]),{};const _0x4cad78=this['getTestFrameworks']()[0x0],_0x517998=this[_0x1a5ecb(0x1cb)](),_0x5ec8a4={};_0x5ec8a4['depth']=0x2,_0x5ec8a4['maxArrayLength']=0x3,logger['debug'](_0x1a5ecb(0x183)+util[_0x1a5ecb(0x21a)](_0xd0d804,_0x5ec8a4));const _0x3bfd08=_0xd0d804?.[_0x1a5ecb(0x295)]||[],_0x46f13b=this['getJestTestName'](_0xd0d804),_0x4668a7=this[_0x1a5ecb(0x2a3)](_0xd0d804),_0x121727=_0xd0d804['fn']?_0xd0d804['fn'][_0x1a5ecb(0x1ec)]():_0xd0d804?.[_0x1a5ecb(0x227)]?_0xd0d804['body'][_0x1a5ecb(0x24b)]['toString']():null,_0x47ce40=this[_0x1a5ecb(0x297)](_0xd0d804),_0x4d8944={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4cad78,[TestFrameworkConstants[_0x1a5ecb(0x208)]]:_0x517998[_0x4cad78],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x1a5ecb(0x1b2)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1a5ecb(0x2a1)],[TestFrameworkConstants[_0x1a5ecb(0x1f1)]]:_0x46f13b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4668a7,[TestFrameworkConstants[_0x1a5ecb(0x190)]]:_0x3e2ddf,[TestFrameworkConstants[_0x1a5ecb(0x168)]]:_0x46f13b,[TestFrameworkConstants[_0x1a5ecb(0x250)]]:_0x4668a7,[TestFrameworkConstants[_0x1a5ecb(0x15d)]]:_0x121727,[TestFrameworkConstants[_0x1a5ecb(0x1e9)]]:_0x47ce40,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0xd0d804[_0x1a5ecb(0x252)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1a5ecb(0x15a)]]:_0x3bfd08[0x0]||'',[TestFrameworkConstants[_0x1a5ecb(0x2c4)]]:_0x3bfd08,[TestFrameworkConstants[_0x1a5ecb(0x1e1)]]:_0x46f13b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x1a5ecb(0x2b6)]]:{}};_0xd0d804[_0x1a5ecb(0x186)]&&(_0x4d8944[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0xd0d804[_0x1a5ecb(0x186)]);logger[_0x1a5ecb(0x1ed)](_0x1a5ecb(0x273)+_0x46f13b+',\x20testId='+_0x3e2ddf+_0x1a5ecb(0x255)+JSON[_0x1a5ecb(0x2b4)](_0x47ce40)+_0x1a5ecb(0x18d)+util[_0x1a5ecb(0x21a)](_0x3bfd08)+_0x1a5ecb(0x2bf)+_0x4668a7);const _0x17b0a4={};return _0x17b0a4[_0x3e2ddf]=_0x4d8944,_0x17b0a4;}[a75_0x1deb9a(0x15b)](_0x51be4b){const _0x1866e1=a75_0x1deb9a,_0x76d0aa={'CYhBw':function(_0x3edbe1,_0x48fed4){return _0x3edbe1===_0x48fed4;},'TbriS':_0x1866e1(0x159),'WgwYY':function(_0x23a447,_0x127d1f){return _0x23a447===_0x127d1f;},'VuhMH':_0x1866e1(0x192),'OwIlh':_0x1866e1(0x17c),'wJvtd':_0x1866e1(0x1c7),'UrIvB':function(_0x38a5cb,_0x57bab7){return _0x38a5cb||_0x57bab7;},'dHtAF':_0x1866e1(0x2a6),'SITey':_0x1866e1(0x202),'vAtgL':function(_0x3348a9,_0x3e1af5){return _0x3348a9>_0x3e1af5;},'DzLga':'failed','COhvI':_0x1866e1(0x206),'BzRwe':_0x1866e1(0x1f5),'yYTXR':'passed','bbAhB':function(_0x7d8aca,_0x5cce33){return _0x7d8aca!==_0x5cce33;},'yeDOY':function(_0x38bd21,_0x5e52af,_0x38f459,_0x4b9ecc){return _0x38bd21(_0x5e52af,_0x38f459,_0x4b9ecc);},'fwSfv':_0x1866e1(0x16c),'dIggY':function(_0x998891,_0x2478e0){return _0x998891>_0x2478e0;}},{testUUID:_0x5f5b63,testData:_0x2aac59,testId:_0x3eeda3}=_0x51be4b;if(_0x76d0aa[_0x1866e1(0x25c)](!_0x2aac59,!_0x3eeda3))return logger[_0x1866e1(0x1ed)](_0x76d0aa[_0x1866e1(0x20b)]),{};const _0x22c7c4=this[_0x1866e1(0x1a5)](TestFrameworkState['TEST'],HookState[_0x1866e1(0x147)]),_0x566a11=_0x22c7c4[_0x1866e1(0x283)]()[_0x1866e1(0x2ad)](_0x3eeda3),_0x3f1588=_0x76d0aa['UrIvB'](_0x566a11,{}),_0x2d07bc=_0x3f1588?_0x3f1588[TestFrameworkConstants[_0x1866e1(0x188)]]||{}:{},_0x160824=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x12b)]];logger[_0x1866e1(0x1ed)](_0x1866e1(0x1f2)+(_0x160824?Object[_0x1866e1(0x1e0)](_0x160824)[_0x1866e1(0x209)]:0x0)+_0x1866e1(0x21f));let _0x41e9b5=_0x76d0aa[_0x1866e1(0x298)];if(_0x2aac59['result'])_0x41e9b5=_0x2aac59[_0x1866e1(0x151)];else{if(_0x2aac59['errorsDetailed']&&_0x76d0aa[_0x1866e1(0x26e)](_0x2aac59[_0x1866e1(0x1e8)][_0x1866e1(0x209)],0x0))_0x41e9b5=_0x76d0aa[_0x1866e1(0x166)];else _0x76d0aa[_0x1866e1(0x1eb)](_0x2aac59[_0x1866e1(0x154)],_0x76d0aa['COhvI'])||_0x76d0aa[_0x1866e1(0x13d)](_0x2aac59[_0x1866e1(0x154)],_0x76d0aa['BzRwe'])?_0x41e9b5=_0x76d0aa[_0x1866e1(0x1a1)]:_0x41e9b5=_0x76d0aa[_0x1866e1(0x1c6)];}const _0x13309d={..._0x3f1588,[TestFrameworkConstants[_0x1866e1(0x13f)]]:_0x41e9b5,[TestFrameworkConstants[_0x1866e1(0x1cc)]]:_0x2aac59[_0x1866e1(0x1f3)]||new Date()[_0x1866e1(0x2b0)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2d07bc,[TestFrameworkConstants[_0x1866e1(0x1c2)]]:_0x3f1588[TestFrameworkConstants[_0x1866e1(0x1c2)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x76d0aa['CYhBw'](_0x41e9b5,_0x76d0aa[_0x1866e1(0x166)])&&_0x2aac59['errorsDetailed']){const _0x467d78=this[_0x1866e1(0x282)](_0x2aac59),_0x484d3c=this[_0x1866e1(0x1b5)](_0x2aac59),_0x59d7c4=this[_0x1866e1(0x2ac)](_0x2aac59);_0x13309d[TestFrameworkConstants[_0x1866e1(0x1b3)]]=_0x484d3c,_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c1)]]=_0x467d78,_0x13309d[TestFrameworkConstants[_0x1866e1(0x28a)]]=_0x59d7c4;}_0x76d0aa['bbAhB'](_0x2aac59[_0x1866e1(0x1ba)],undefined)&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x2b8)]]=_0x2aac59['duration']);_0x2aac59[_0x1866e1(0x186)]&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x24d)]]=_0x2aac59[_0x1866e1(0x186)]);const _0x4c8414=_0x566a11?_0x566a11[TestFrameworkConstants[_0x1866e1(0x12b)]]||{}:{},_0x2725f0=_0x566a11?_0x566a11[TestFrameworkConstants[_0x1866e1(0x15f)]]:_0x5f5b63,_0x4bdc97=_0x76d0aa[_0x1866e1(0x20a)](getManualUploadLogs,_0x4c8414,_0x2725f0,_0x3eeda3);if(_0x76d0aa['vAtgL'](_0x4bdc97[_0x1866e1(0x209)],0x0)){const _0x4e0751=_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c2)]]||[];_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c2)]]=[..._0x4e0751,..._0x4bdc97];}const _0x1ac927=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x135)]]||{},_0x434d4f=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x1b2)]]||{},_0x2bc102={..._0x1ac927},_0x5c233b=_0x2bc102;Object['keys'](_0x434d4f)[_0x1866e1(0x155)](_0x323b20=>{const _0xf231f7=_0x1866e1;!_0x5c233b[_0x323b20]&&(_0x5c233b[_0x323b20]=[]);const _0x3a4947=new Set((_0x5c233b[_0x323b20]||[])[_0xf231f7(0x18a)](_0x15952c=>_0x15952c[TestFrameworkConstants['KEY_HOOK_ID']]||_0x15952c[_0xf231f7(0x29e)]));(_0x434d4f[_0x323b20]||[])[_0xf231f7(0x155)](_0x57c1d6=>{const _0x41283a=_0xf231f7,_0x2a2d7d=_0x57c1d6[TestFrameworkConstants[_0x41283a(0x27a)]]||_0x57c1d6['hook_id'];if(!_0x3a4947['has'](_0x2a2d7d)){const _0x41af13={..._0x57c1d6},_0x475cb9=_0x41af13;!_0x475cb9[TestFrameworkConstants[_0x41283a(0x213)]]&&!_0x475cb9[_0x41283a(0x16e)]&&(_0x475cb9[TestFrameworkConstants[_0x41283a(0x213)]]=new Date()[_0x41283a(0x2b0)]()),!_0x475cb9[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x475cb9[_0x41283a(0x264)]&&(_0x475cb9[TestFrameworkConstants[_0x41283a(0x1a3)]]=TestFrameworkConstants[_0x41283a(0x1c8)]),_0x5c233b[_0x323b20][_0x41283a(0x243)](_0x475cb9);}});});if(_0x51be4b['originalTest']){this[_0x1866e1(0x1e7)](_0x51be4b[_0x1866e1(0x27b)]);const _0x5bb88b=this[_0x1866e1(0x1fe)](_0x51be4b[_0x1866e1(0x27b)]),_0x2a1f44=this[_0x1866e1(0x14f)](_0x51be4b[_0x1866e1(0x27b)]);_0x2a1f44[_0x1866e1(0x155)](_0x3dceb1=>{const _0x12955a=_0x1866e1,_0x53d6fa=_0x5bb88b[_0x12955a(0x2ad)](_0x3dceb1);if(_0x53d6fa&&(_0x76d0aa[_0x12955a(0x13d)](_0x53d6fa['type'],_0x76d0aa[_0x12955a(0x262)])||_0x76d0aa[_0x12955a(0x1eb)](_0x53d6fa[_0x12955a(0x196)],_0x76d0aa[_0x12955a(0x150)]))){const _0x1130f3=_0x53d6fa[_0x12955a(0x196)][_0x12955a(0x23e)]()[_0x12955a(0x12e)](_0x76d0aa['OwIlh'],_0x76d0aa[_0x12955a(0x24e)]),_0xf37b59=_0x1130f3;!_0x5c233b[_0xf37b59]&&(_0x5c233b[_0xf37b59]=[]);const _0xf27f30=_0x5c233b[_0xf37b59][_0x12955a(0x1d5)](_0x269a1d=>(_0x269a1d[TestFrameworkConstants[_0x12955a(0x27a)]]||_0x269a1d['hook_id'])===_0x3dceb1);!_0xf27f30&&_0x5c233b[_0xf37b59][_0x12955a(0x243)]({'key':_0xf37b59,[TestFrameworkConstants[_0x12955a(0x27a)]]:_0x3dceb1,[TestFrameworkConstants[_0x12955a(0x1a3)]]:TestFrameworkConstants[_0x12955a(0x1c8)],[TestFrameworkConstants[_0x12955a(0x169)]]:new Date()[_0x12955a(0x2b0)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x12955a(0x2b0)](),[TestFrameworkConstants[_0x12955a(0x1d4)]]:[],[TestFrameworkConstants[_0x12955a(0x2ba)]]:_0x53d6fa[_0x12955a(0x27c)]||_0x53d6fa[_0x12955a(0x196)]+_0x12955a(0x17a),[TestFrameworkConstants[_0x12955a(0x188)]]:_0x2d07bc});}});}if(_0x2aac59[_0x1866e1(0x145)]&&_0x76d0aa['vAtgL'](_0x2aac59[_0x1866e1(0x145)]['length'],0x0))_0x13309d[TestFrameworkConstants[_0x1866e1(0x135)]]=_0x2aac59[_0x1866e1(0x145)],logger[_0x1866e1(0x1ed)](_0x76d0aa[_0x1866e1(0x1bb)]);else _0x76d0aa[_0x1866e1(0x180)](Object[_0x1866e1(0x1e0)](_0x5c233b)[_0x1866e1(0x209)],0x0)&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x135)]]=_0x5c233b,logger['debug'](_0x1866e1(0x280)+Object[_0x1866e1(0x1e0)](_0x5c233b)[_0x1866e1(0x1bf)](',')));const _0x518fdd=this[_0x1866e1(0x277)](_0x2aac59);logger['debug'](_0x1866e1(0x254)+_0x518fdd+_0x1866e1(0x200)+_0x3eeda3+_0x1866e1(0x1e4)+_0x41e9b5+',\x20duration='+_0x2aac59[_0x1866e1(0x1ba)]);_0x76d0aa[_0x1866e1(0x1eb)](_0x41e9b5,_0x76d0aa[_0x1866e1(0x166)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x3eeda3+_0x1866e1(0x29d)+_0x13309d[TestFrameworkConstants[_0x1866e1(0x1b3)]]+_0x1866e1(0x238)+_0x13309d[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x1866e1(0x2a4)](0x0,0xc8));const _0x17a15e={};return _0x17a15e[_0x3eeda3]=_0x13309d,_0x17a15e;}[a75_0x1deb9a(0x1ff)](_0x8a969c){const _0x3b1b4c=a75_0x1deb9a,_0x4207f8={};_0x4207f8['mPYmz']=function(_0x5a5d69,_0x75f2e2){return _0x5a5d69!==_0x75f2e2;},_0x4207f8[_0x3b1b4c(0x211)]='ROOT_DESCRIBE_BLOCK';const _0x28080a=_0x4207f8,_0x43edc7={};_0x43edc7[_0x3b1b4c(0x15e)]=0x2,_0x43edc7[_0x3b1b4c(0x1f4)]=0x3,logger[_0x3b1b4c(0x1ed)](_0x3b1b4c(0x167)+util[_0x3b1b4c(0x21a)](_0x8a969c,_0x43edc7));const _0x260c33=[];if(_0x8a969c&&_0x8a969c[_0x3b1b4c(0x29a)]){let _0x24e069=_0x8a969c['parent'];while(_0x24e069&&_0x24e069[_0x3b1b4c(0x27c)]&&_0x28080a[_0x3b1b4c(0x230)](_0x24e069[_0x3b1b4c(0x27c)],'')&&_0x28080a[_0x3b1b4c(0x230)](_0x24e069[_0x3b1b4c(0x27c)],_0x28080a[_0x3b1b4c(0x211)])){_0x260c33[_0x3b1b4c(0x243)](_0x24e069[_0x3b1b4c(0x27c)]),_0x24e069=_0x24e069[_0x3b1b4c(0x29a)];}}return _0x260c33[_0x3b1b4c(0x266)]();}['getJestTestName'](_0x416fcf){const _0x3851e4=a75_0x1deb9a,_0x16591c={};_0x16591c[_0x3851e4(0x198)]=_0x3851e4(0x138);const _0x195f0b=_0x16591c;if(_0x416fcf[_0x3851e4(0x27c)])return _0x416fcf['name'];if(_0x416fcf['title'])return _0x416fcf[_0x3851e4(0x21b)];return _0x195f0b[_0x3851e4(0x198)];}[a75_0x1deb9a(0x297)](_0x4d8b8b){const _0xd6845f=a75_0x1deb9a,_0x42cde3=[];if(_0x4d8b8b[_0xd6845f(0x136)]&&Array[_0xd6845f(0x294)](_0x4d8b8b[_0xd6845f(0x136)]))return _0x4d8b8b[_0xd6845f(0x136)][_0xd6845f(0x18a)](_0x5d3f1f=>_0x5d3f1f[_0xd6845f(0x258)]('@')?_0x5d3f1f[_0xd6845f(0x2c8)](0x1):_0x5d3f1f);const _0x176d2e=this[_0xd6845f(0x277)](_0x4d8b8b),_0x3d700c=_0x176d2e[_0xd6845f(0x174)](/@(\w+)/g);if(_0x3d700c)return _0x3d700c[_0xd6845f(0x18a)](_0x5ac044=>_0x5ac044[_0xd6845f(0x1b4)](0x1));return _0x4d8b8b[_0xd6845f(0x295)]&&Array[_0xd6845f(0x294)](_0x4d8b8b['scopes'])&&_0x4d8b8b[_0xd6845f(0x295)][_0xd6845f(0x155)](_0x504624=>{const _0x8becf7=_0xd6845f,_0x4be71d=_0x504624[_0x8becf7(0x174)](/@(\w+)/g);_0x4be71d&&_0x4be71d[_0x8becf7(0x155)](_0x2b35f6=>{const _0x2566bf=_0x8becf7,_0x372e94=_0x2b35f6[_0x2566bf(0x1b4)](0x1);!_0x42cde3[_0x2566bf(0x2c9)](_0x372e94)&&_0x42cde3[_0x2566bf(0x243)](_0x372e94);});}),_0x42cde3;}['getJestTestFilePath'](_0x547625){const _0x491ad7=a75_0x1deb9a,_0x54020c={'AKccW':function(_0xf78554,_0x43e5e8){return _0xf78554(_0x43e5e8);},'WJkFd':_0x491ad7(0x299)};if(_0x547625[_0x491ad7(0x245)])return _0x547625['file_name'];if(_0x547625['asyncError']){const _0x2a645e=_0x54020c[_0x491ad7(0x13c)](require,_0x54020c[_0x491ad7(0x173)]);try{const _0x315a59=_0x2a645e[_0x491ad7(0x28b)](_0x547625[_0x491ad7(0x1e5)]);if(_0x315a59[0x0]&&_0x315a59[0x0][_0x491ad7(0x152)])return _0x315a59[0x0][_0x491ad7(0x152)]();}catch(_0x4fd44f){logger[_0x491ad7(0x1ed)](_0x491ad7(0x27f)+util[_0x491ad7(0x214)](_0x4fd44f));}}return null;}[a75_0x1deb9a(0x282)](_0x3c4d2d){const _0x2b9bca=a75_0x1deb9a,_0x30a01b={};_0x30a01b[_0x2b9bca(0x197)]=function(_0x153367,_0x520373){return _0x153367>_0x520373;},_0x30a01b['rkNlO']='Unknown\x20error';const _0xce096b=_0x30a01b;if(_0x3c4d2d['errorsDetailed']&&_0xce096b[_0x2b9bca(0x197)](_0x3c4d2d[_0x2b9bca(0x1e8)][_0x2b9bca(0x209)],0x0))return util[_0x2b9bca(0x21a)](_0x3c4d2d[_0x2b9bca(0x1e8)][0x0]);if(_0x3c4d2d[_0x2b9bca(0x23a)])return _0x3c4d2d[_0x2b9bca(0x23a)];return _0xce096b[_0x2b9bca(0x2af)];}[a75_0x1deb9a(0x1b5)](_0x3e9938){const _0x4a4bd8=a75_0x1deb9a,_0x20ddc3={};_0x20ddc3[_0x4a4bd8(0x172)]=_0x4a4bd8(0x18b),_0x20ddc3['ivUVd']=_0x4a4bd8(0x28f),_0x20ddc3[_0x4a4bd8(0x193)]=_0x4a4bd8(0x1b0);const _0x1731e5=_0x20ddc3,_0x2a27af=this[_0x4a4bd8(0x282)](_0x3e9938);if(_0x2a27af&&_0x2a27af[_0x4a4bd8(0x2c9)](_0x1731e5[_0x4a4bd8(0x172)]))return _0x1731e5[_0x4a4bd8(0x2be)];return _0x1731e5['XoOaB'];}[a75_0x1deb9a(0x2ac)](_0x5d3a46){const _0x4fa36e=a75_0x1deb9a,_0x1c40c1={'Reycx':function(_0x5cb4b0,_0x409a76){return _0x5cb4b0(_0x409a76);},'LcQyD':_0x4fa36e(0x143),'ipRzO':function(_0x5114f2,_0xe80cca){return _0x5114f2!==_0xe80cca;},'qqEJH':_0x4fa36e(0x225)},{failureData:_0xb3a16d}=_0x1c40c1[_0x4fa36e(0x17f)](require,_0x1c40c1[_0x4fa36e(0x1d9)]),_0x3cf38b=[];return _0x1c40c1['ipRzO'](_0x5d3a46[_0x4fa36e(0x1e8)],undefined)&&_0x3cf38b[_0x4fa36e(0x243)](_0x5d3a46[_0x4fa36e(0x1e8)],_0x1c40c1[_0x4fa36e(0x1ac)]),_0xb3a16d[_0x4fa36e(0x244)](null,_0x3cf38b);}async[a75_0x1deb9a(0x177)](_0xc516f3,_0x47be08,_0x59a7f3,_0x2950e2){const _0x5e4c56=a75_0x1deb9a,_0xe83a9={'OuxTS':_0x5e4c56(0x220),'iPWqY':function(_0x34bd7d){return _0x34bd7d();},'CpEDi':function(_0x409fee,_0x2cd4c7){return _0x409fee in _0x2cd4c7;},'dZvOV':function(_0x26e97e,_0xeeedfd){return _0x26e97e in _0xeeedfd;},'egcqv':function(_0x354766,_0x305af4){return _0x354766===_0x305af4;},'UFPAU':function(_0x15ad49,_0xb25286){return _0x15ad49===_0xb25286;},'ofWLJ':function(_0x4c14ac,_0x5da9b2){return _0x4c14ac>_0x5da9b2;},'GhVdw':_0x5e4c56(0x171),'xSfZV':_0x5e4c56(0x23f),'FrPnl':function(_0x46f715,_0x20c9c2){return _0x46f715===_0x20c9c2;},'JqIlk':function(_0x2e70b2,_0x563637){return _0x2e70b2===_0x563637;},'PFAAt':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','QHSCx':function(_0x551fda,_0x43c22d){return _0x551fda>_0x43c22d;},'ldNjJ':function(_0x143a3e,_0x13430e){return _0x143a3e===_0x13430e;},'XSKLG':function(_0x39dda7,_0x231a28){return _0x39dda7!==_0x231a28;}},{hookData:_0x2bf274}=_0x2950e2,_0x1db6f7=_0x59a7f3['toString'](),_0x932b41=_0x47be08['toString'](),_0x25e28b={};_0x25e28b[_0x5e4c56(0x15e)]=0x2,_0x25e28b[_0x5e4c56(0x1f4)]=0x3,logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x1b9)+_0x932b41+_0x5e4c56(0x25f)+_0x1db6f7+_0x5e4c56(0x2c6)+util[_0x5e4c56(0x21a)](_0x2bf274,_0x25e28b));if(!_0x2bf274)return logger['debug'](_0xe83a9[_0x5e4c56(0x2a2)]),{};const _0x28b57d=_0x2bf274[_0x5e4c56(0x1c4)]||_0x2bf274['hookAnalyticsId']||_0xe83a9['iPWqY'](uuidv4),_0xf94a54=_0x2bf274['test_run_id']||this['getJestTestIdentifier'](_0x2bf274),_0x25321b=_0x47be08[_0x5e4c56(0x1ec)]()['split']('.')[0x1],_0x5bcc5c=_0xc516f3[_0x5e4c56(0x283)]()[_0x5e4c56(0x2ad)](_0xf94a54),_0x4c9a3d=_0x5bcc5c?_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x188)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x28b57d+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x236)+_0x25321b+',\x20hookState='+_0x1db6f7);if(!_0x5bcc5c)return logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x181)+_0xf94a54+_0x5e4c56(0x2cc)),this[_0x5e4c56(0x267)](_0xc516f3,_0xf94a54,_0x47be08,_0x59a7f3,_0x2950e2),{};let _0x12d7f3=_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x1b2)]];!_0x12d7f3&&(_0x12d7f3={});!_0xe83a9['CpEDi'](_0x25321b,_0x12d7f3)&&(_0x12d7f3[_0x25321b]=[]);let _0x250775=_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x135)]];!_0x250775&&(_0x250775={});!_0xe83a9[_0x5e4c56(0x25b)](_0x25321b,_0x250775)&&(_0x250775[_0x25321b]=[]);const _0x22fe33={[_0xf94a54]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x12d7f3,[TestFrameworkConstants[_0x5e4c56(0x135)]]:_0x250775,[TestFrameworkConstants[_0x5e4c56(0x16b)]]:this[_0x5e4c56(0x157)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x5e4c56(0x1cb)]()[this[_0x5e4c56(0x157)]()[0x0]]||''}};if(_0xe83a9['egcqv'](_0x59a7f3,HookState['PRE'])){const _0x86988={'key':_0x25321b,[TestFrameworkConstants[_0x5e4c56(0x27a)]]:_0x28b57d,[TestFrameworkConstants[_0x5e4c56(0x1a3)]]:TestFrameworkConstants[_0x5e4c56(0x1c8)],[TestFrameworkConstants[_0x5e4c56(0x169)]]:_0x2bf274[_0x5e4c56(0x252)]||new Date()[_0x5e4c56(0x2b0)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5e4c56(0x2ba)]]:_0x2bf274['name']||_0x2bf274['hook_type']||_0x25321b,[TestFrameworkConstants[_0x5e4c56(0x188)]]:_0x4c9a3d};_0x12d7f3[_0x25321b][_0x5e4c56(0x243)](_0x86988),_0x22fe33[_0xf94a54][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25321b;const _0x66ebe={};_0x66ebe[_0x5e4c56(0x15e)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x25321b+',\x20hookId='+_0x28b57d+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x1ab)+util[_0x5e4c56(0x21a)](_0x86988,_0x66ebe));}else{if(_0xe83a9[_0x5e4c56(0x24f)](_0x59a7f3,HookState[_0x5e4c56(0x147)])){const _0x431694=_0x2bf274[_0x5e4c56(0x151)]||(_0x2bf274[_0x5e4c56(0x1e8)]&&_0xe83a9[_0x5e4c56(0x139)](_0x2bf274['errorsDetailed'][_0x5e4c56(0x209)],0x0)?_0xe83a9[_0x5e4c56(0x268)]:_0xe83a9[_0x5e4c56(0x1ee)]),_0x5d6c49=_0x12d7f3[_0x25321b]||[];logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x176)+_0x25321b+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x287)+_0x431694+_0x5e4c56(0x1af)+_0x5d6c49[_0x5e4c56(0x209)]);if(_0xe83a9['FrPnl'](_0x5d6c49[_0x5e4c56(0x209)],0x0)&&_0xe83a9[_0x5e4c56(0x12d)](_0x47be08,TestFrameworkState[_0x5e4c56(0x1f7)]))return logger[_0x5e4c56(0x1ed)](_0xe83a9[_0x5e4c56(0x218)]),this[_0x5e4c56(0x267)](_0xc516f3,_0xf94a54,_0x47be08,_0x59a7f3,_0x2950e2),{};if(_0xe83a9['QHSCx'](_0x5d6c49['length'],0x0)){const _0x5f4545=_0x5d6c49[_0x5e4c56(0x1d2)]();_0xe83a9[_0x5e4c56(0x14a)](_0x431694,_0xe83a9[_0x5e4c56(0x268)])&&_0x2bf274[_0x5e4c56(0x1e8)]?(_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x222)]]=this['getJestFailureType'](_0x2bf274),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x290)]]=this[_0x5e4c56(0x282)](_0x2bf274),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x144)]]=this[_0x5e4c56(0x2ac)](_0x2bf274),logger['debug'](_0x5e4c56(0x2c1)+_0x25321b+_0x5e4c56(0x29d)+_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x222)]]+_0x5e4c56(0x238)+_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x290)]]?.[_0x5e4c56(0x2a4)](0x0,0xc8))):_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x1a3)]]=_0xe83a9['xSfZV'];_0xe83a9[_0x5e4c56(0x253)](_0x431694,TestFrameworkConstants[_0x5e4c56(0x1c8)])&&(_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x1a3)]]=_0x431694);_0x5f4545[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x2bf274[_0x5e4c56(0x1f3)]||new Date()[_0x5e4c56(0x2b0)](),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x188)]]=_0x4c9a3d;const _0x28cbcf=_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x27a)]];!_0x250775[_0x25321b]&&(_0x250775[_0x25321b]=[]);_0x250775[_0x25321b][_0x5e4c56(0x243)](_0x5f4545),_0x22fe33[_0xf94a54][TestFrameworkConstants[_0x5e4c56(0x233)]]=_0x25321b;const _0x2fed19={};_0x2fed19['depth']=0x2,logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x2c0)+_0x25321b+',\x20hookId='+_0x28cbcf+_0x5e4c56(0x287)+_0x431694+',\x20hook='+util[_0x5e4c56(0x21a)](_0x5f4545,_0x2fed19));}}}return _0x22fe33;}[a75_0x1deb9a(0x217)](_0x1d6b43){const _0x51d052=a75_0x1deb9a,_0x38a04b={};_0x38a04b[_0x51d052(0x133)]='base64';const _0x3df8ea=_0x38a04b;try{const _0x23db9a=_0x1d6b43[_0x51d052(0x225)]?this[_0x51d052(0x279)](_0x1d6b43[_0x51d052(0x225)]):_0x1d6b43[_0x51d052(0x1fb)][_0x51d052(0x1b6)],_0x51c0d9=_0x1d6b43[_0x51d052(0x20c)],_0xfaa157=_0x51c0d9[_0x51d052(0x248)](),_0x103868=_0x51c0d9[_0x51d052(0x283)]()['get'](_0x23db9a);if(!_0x103868)return logger['debug'](_0x51d052(0x1f8)+_0x23db9a),{};const {[TestFrameworkConstants[_0x51d052(0x16b)]]:_0x57613e=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x51d052(0x208)]]:_0x506877=this[_0x51d052(0x1cb)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x51d052(0x1ce)]]:_0x165f68='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x47f88f=''}=_0x103868,_0xc44138=_0x51c0d9['getCurrentTestState']()['toString']()[_0x51d052(0x13b)]('.')[0x1],_0x17cc9c=_0x51c0d9[_0x51d052(0x241)]()[_0x51d052(0x1ec)]()[_0x51d052(0x13b)]('.')[0x1],_0xb5c760=global?.[_0x51d052(0x231)]?.[_0x51d052(0x285)]?.['parallelIndex']||global[_0x51d052(0x2c3)]||0x0,_0x54faf5=_0x51c0d9[_0x51d052(0x25d)](),_0x8dd671=Buffer[_0x51d052(0x234)](JSON[_0x51d052(0x2b4)](_0x103868))[_0x51d052(0x1ec)](_0x3df8ea[_0x51d052(0x133)]),_0x2c438b={'hash':_0xfaa157[_0x51d052(0x269)](),'threadId':_0xfaa157[_0x51d052(0x17b)]()[_0x51d052(0x1ec)](),'processId':_0xfaa157[_0x51d052(0x286)]()[_0x51d052(0x1ec)]()},_0x556478={};_0x556478['platformIndex']=_0xb5c760,_0x556478[_0x51d052(0x128)]=_0x57613e,_0x556478['testFrameworkVersion']=_0x506877,_0x556478[_0x51d052(0x249)]=_0xc44138,_0x556478['hookState']=_0x17cc9c,_0x556478[_0x51d052(0x2bd)]=_0x165f68,_0x556478['endedAt']=_0x47f88f,_0x556478[_0x51d052(0x1c4)]=_0x54faf5,_0x556478['eventJson']=_0x8dd671,_0x556478[_0x51d052(0x1d7)]=_0x2c438b,_0x556478[_0x51d052(0x274)]=_0x23db9a;const _0x3ccc39=_0x556478;return _0x3ccc39;}catch(_0x306933){return logger[_0x51d052(0x2cb)](_0x51d052(0x28d)+util[_0x51d052(0x214)](_0x306933)),{};}}async[a75_0x1deb9a(0x1bc)](_0xf554f8,_0xf18710,_0x73a440){const _0x23c1e4=a75_0x1deb9a,_0x229c07={'AjPQl':function(_0x297865,_0x251e89){return _0x297865+_0x251e89;},'SJjRD':'missing','PZZxu':_0x23c1e4(0x288),'sPsdU':function(_0x413414,_0x3e8a38){return _0x413414>_0x3e8a38;},'IySNZ':function(_0xb4bc4a,_0x25f493,_0x1c259b,_0x13f2fb){return _0xb4bc4a(_0x25f493,_0x1c259b,_0x13f2fb);},'NVrPo':function(_0xda33ab,_0x23b369){return _0xda33ab-_0x23b369;},'TKTTF':function(_0x24e6da,_0x3415b9){return _0x24e6da===_0x3415b9;},'oGOjN':function(_0xe4e13b,_0x350a61){return _0xe4e13b/_0x350a61;},'GbqYN':function(_0x1c56c2,_0x4fc204){return _0x1c56c2<_0x4fc204;},'bdvuc':function(_0x448320,_0x3967dd){return _0x448320*_0x3967dd;},'yNiwS':function(_0x3df1a4,_0x31a02c){return _0x3df1a4+_0x31a02c;},'uVGZQ':function(_0x2ff58e,_0x293c77){return _0x2ff58e>_0x293c77;}};try{const _0x219dee=_0x73a440[_0x23c1e4(0x146)]||_0x73a440[_0x23c1e4(0x185)],_0x3180f2=Array[_0x23c1e4(0x234)](_0xf554f8[_0x23c1e4(0x283)]()['keys']()),_0xb84b9e=_0xf554f8[_0x23c1e4(0x283)]()[_0x23c1e4(0x2ad)](_0x219dee);if(!_0xb84b9e){logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x22f)+_0x219dee);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3d09a2='',[TestFrameworkConstants[_0x23c1e4(0x208)]]:_0x3c30a9=''}=_0xb84b9e;let _0x27ac01=[];_0xb84b9e&&_0xb84b9e[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x23c1e4(0x294)](_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x1c2)]])?(_0x27ac01=_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x1c2)]]||[],logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x2ae)+_0x27ac01[_0x23c1e4(0x209)]+'\x20logs\x20for\x20testId:\x20'+_0x219dee),_0xf554f8['addMultipleEntries']({[_0x219dee]:{[TestFrameworkConstants[_0x23c1e4(0x1c2)]]:[],[TestFrameworkConstants[_0x23c1e4(0x16b)]]:this[_0x23c1e4(0x157)]()[0x0]||'',[TestFrameworkConstants[_0x23c1e4(0x208)]]:this[_0x23c1e4(0x1cb)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x289)+_0x219dee)):logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x22c)+_0x219dee);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x247)+_0x27ac01[_0x23c1e4(0x209)]+_0x23c1e4(0x284)+_0x219dee);const _0x63af1e=_0x27ac01['filter'](_0x5bd47a=>_0x5bd47a[_0x23c1e4(0x219)]===_0x23c1e4(0x19f));_0x229c07[_0x23c1e4(0x1ea)](_0x63af1e[_0x23c1e4(0x209)],0x0)&&(logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x153)+_0x63af1e[_0x23c1e4(0x209)]+_0x23c1e4(0x226)+_0x219dee),_0x63af1e[_0x23c1e4(0x155)]((_0x5a4f47,_0x5a0326)=>{const _0x1f58af=_0x23c1e4;logger['debug'](_0x1f58af(0x127)+_0x229c07[_0x1f58af(0x12c)](_0x5a0326,0x1)+'/'+_0x63af1e[_0x1f58af(0x209)]+_0x1f58af(0x224)+(_0x5a4f47[_0x1f58af(0x274)]||_0x229c07[_0x1f58af(0x1dd)])+_0x1f58af(0x271)+(_0x5a4f47[_0x1f58af(0x19a)]||_0x229c07['SJjRD'])+',\x20hook_run_uuid='+(_0x5a4f47[_0x1f58af(0x1a0)]||_0x229c07[_0x1f58af(0x232)])+_0x1f58af(0x27d)+(_0x5a4f47[_0x1f58af(0x291)]?.[_0x1f58af(0x209)]||0x0));}));const _0x5271a3=_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x12b)]]||{},_0x2caa4d=_0x229c07[_0x23c1e4(0x18f)](getMediaArtifactsLogs,_0x5271a3,null,_0x219dee),_0x52b6e9=(_0x27ac01||[])[_0x23c1e4(0x1bd)](_0x2caa4d||[]),_0x26f43f=_0x63af1e?.[_0x23c1e4(0x209)]||0x0,_0x3ab34e=_0x229c07[_0x23c1e4(0x296)](_0x27ac01?.[_0x23c1e4(0x209)]||0x0,_0x26f43f);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x124)+_0x219dee+_0x23c1e4(0x1f0)+_0x3ab34e+_0x23c1e4(0x26d)+_0x26f43f+_0x23c1e4(0x26f)+(_0x2caa4d?.[_0x23c1e4(0x209)]||0x0)+',\x20totalLogs:\x20'+_0x52b6e9[_0x23c1e4(0x209)]);if(!_0x52b6e9||_0x229c07['TKTTF'](_0x52b6e9['length'],0x0)){logger['debug'](_0x23c1e4(0x28c)+_0x219dee);return;}const _0x749087=0x28,_0x5ece4d=Math[_0x23c1e4(0x270)](_0x229c07[_0x23c1e4(0x17e)](_0x52b6e9[_0x23c1e4(0x209)],_0x749087));for(let _0x49d42c=0x0;_0x229c07[_0x23c1e4(0x13a)](_0x49d42c,_0x5ece4d);_0x49d42c++){const _0x21957e=_0x229c07[_0x23c1e4(0x216)](_0x49d42c,_0x749087),_0x1fa31d=_0x229c07[_0x23c1e4(0x12c)](_0x21957e,_0x749087),_0x5375a0=_0x52b6e9[_0x23c1e4(0x1b4)](_0x21957e,_0x1fa31d),_0xf599fc=global?.[_0x23c1e4(0x292)]??0x0,_0x5c8eb3={'platformIndex':_0xf599fc,'logs':_0x5375a0,'testFrameworkName':_0x3d09a2,'testFrameworkVersion':_0x3c30a9,'testFrameworkState':_0xf18710[_0x23c1e4(0x1ec)]()['split']('.')[0x1]},_0x2a911b={};_0x2a911b[_0x23c1e4(0x15e)]=0x3,_0x2a911b[_0x23c1e4(0x1f4)]=0x5,logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x182)+_0x229c07[_0x23c1e4(0x1ad)](_0x49d42c,0x1)+'/'+_0x5ece4d+_0x23c1e4(0x259)+_0x219dee+',\x20logsInBatch:\x20'+_0x5375a0[_0x23c1e4(0x209)]+_0x23c1e4(0x1c5)+_0xf599fc+_0x23c1e4(0x14c)+util[_0x23c1e4(0x21a)](_0x5c8eb3,_0x2a911b));const _0x31701c=await GrpcClient[_0x23c1e4(0x1fd)]()[_0x23c1e4(0x14b)](_0x5c8eb3);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x182)+_0x229c07['AjPQl'](_0x49d42c,0x1)+'/'+_0x5ece4d+_0x23c1e4(0x259)+_0x219dee+_0x23c1e4(0x1cd)+util[_0x23c1e4(0x21a)](_0x31701c));}_0x2caa4d&&_0x229c07[_0x23c1e4(0x1be)](_0x2caa4d[_0x23c1e4(0x209)],0x0)&&_0xb84b9e[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0xf554f8['addMultipleEntries']({[_0x219dee]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x23c1e4(0x16b)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x23c1e4(0x208)]]:this[_0x23c1e4(0x1cb)]()[this[_0x23c1e4(0x157)]()[0x0]]||''}}),logger['debug'](_0x23c1e4(0x229)+_0x219dee+_0x23c1e4(0x26b)+_0x5ece4d);}catch(_0x35f486){logger['error'](_0x23c1e4(0x16a)+(_0x73a440[_0x23c1e4(0x146)]||_0x73a440[_0x23c1e4(0x185)])+',\x20error:\x20'+util[_0x23c1e4(0x214)](_0x35f486));}}[a75_0x1deb9a(0x267)](_0x31a458,_0x800846,_0x4b164a,_0x315599,_0x3e3d4a){const _0x160262=a75_0x1deb9a,_0xd23f22={};_0xd23f22[_0x160262(0x29c)]=function(_0x258e86,_0x585a66){return _0x258e86===_0x585a66;},_0xd23f22[_0x160262(0x26a)]='beforeAll';const _0x3e356d=_0xd23f22,{hookData:_0x3332ea}=_0x3e3d4a,_0x3e4340={'testId':_0x800846,'testFrameworkState':_0x4b164a,'hookState':_0x315599,'args':_0x3e3d4a,'timestamp':new Date()[_0x160262(0x2b0)]()};if(_0x3e356d['JCCFi'](_0x4b164a,TestFrameworkState[_0x160262(0x1f7)])&&_0x3332ea){const _0x4fda53={};_0x4fda53['filePath']=_0x3332ea[_0x160262(0x245)]||_0x3332ea[_0x160262(0x1a9)],_0x4fda53['scope']=_0x3332ea['scope']||_0x3332ea[_0x160262(0x295)]&&_0x3332ea[_0x160262(0x295)][0x0]||'',_0x4fda53[_0x160262(0x1db)]=_0x3e356d['AADHw'],_0x3e4340[_0x160262(0x2bb)]=_0x4fda53,logger[_0x160262(0x1ed)](_0x160262(0x189)+_0x800846+_0x160262(0x13e)+_0x3e4340[_0x160262(0x2bb)]['filePath']+',\x20scope:\x20'+_0x3e4340[_0x160262(0x2bb)][_0x160262(0x203)]);}_0x31a458[_0x160262(0x14e)](_0x800846,_0x3e4340),logger[_0x160262(0x1ed)](_0x160262(0x210)+_0x800846+_0x160262(0x15c)+_0x4b164a+_0x160262(0x1a2)+_0x315599);}async[a75_0x1deb9a(0x2c2)](_0x11c90d,_0x3bbd75){const _0x23f289=a75_0x1deb9a,_0x323305={};_0x323305['lGrrz']=function(_0x5f0449,_0x3cfc9e){return _0x5f0449>_0x3cfc9e;},_0x323305['EDgZd']=function(_0x3560ac,_0x3f077f){return _0x3560ac===_0x3f077f;},_0x323305[_0x23f289(0x19d)]=function(_0x5029e2,_0x18d61c){return _0x5029e2===_0x18d61c;},_0x323305['wMkSi']=function(_0x3a3aad,_0x249621){return _0x3a3aad===_0x249621;},_0x323305['PKSWK']=function(_0x3abf6c,_0x162e4d){return _0x3abf6c===_0x162e4d;},_0x323305[_0x23f289(0x20d)]=_0x23f289(0x21e);const _0x38c975=_0x323305;if(_0x11c90d[_0x23f289(0x278)](_0x3bbd75)){const _0x4545c5=_0x11c90d[_0x23f289(0x22e)](_0x3bbd75);logger[_0x23f289(0x1ed)](_0x23f289(0x1c9)+_0x4545c5[_0x23f289(0x209)]+_0x23f289(0x132)+_0x3bbd75);for(const _0x594d7d of _0x4545c5){try{const _0x5aeb20=await this['trackHookEvent'](_0x11c90d,_0x594d7d[_0x23f289(0x249)],_0x594d7d[_0x23f289(0x1c3)],_0x594d7d[_0x23f289(0x131)]);_0x5aeb20&&_0x38c975[_0x23f289(0x256)](Object[_0x23f289(0x1e0)](_0x5aeb20)['length'],0x0)&&_0x11c90d[_0x23f289(0x2a9)](_0x5aeb20),await this[_0x23f289(0x199)](_0x11c90d,_0x594d7d[_0x23f289(0x249)],_0x594d7d['hookState'],_0x594d7d[_0x23f289(0x131)]);}catch(_0x194568){logger[_0x23f289(0x2cb)](_0x23f289(0x163)+_0x3bbd75+_0x23f289(0x19c)+_0x194568);}}_0x11c90d[_0x23f289(0x2b2)](_0x3bbd75),logger[_0x23f289(0x1ed)](_0x23f289(0x1e3)+_0x3bbd75);}const _0xc6e271=_0x11c90d['getAllData']()[_0x23f289(0x2ad)](_0x3bbd75);if(_0xc6e271){const _0x187e36=_0xc6e271[TestFrameworkConstants[_0x23f289(0x1a4)]]||_0xc6e271[TestFrameworkConstants[_0x23f289(0x250)]],_0xbd1bb4=_0xc6e271[TestFrameworkConstants[_0x23f289(0x15a)]]||_0xc6e271[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0xc6e271[TestFrameworkConstants[_0x23f289(0x2c4)]][0x0]||'';logger[_0x23f289(0x1ed)](_0x23f289(0x1ca)+_0x187e36+_0x23f289(0x212)+_0xbd1bb4);const _0x42fdc9=_0x11c90d[_0x23f289(0x27e)]();for(const _0x3cdabf of _0x42fdc9){if(_0x38c975['EDgZd'](_0x3cdabf,_0x3bbd75))continue;if(_0x11c90d[_0x23f289(0x278)](_0x3cdabf)){const _0x1d3e90=_0x11c90d[_0x23f289(0x22e)](_0x3cdabf);for(const _0x22aff2 of _0x1d3e90){if(_0x38c975[_0x23f289(0x19d)](_0x22aff2[_0x23f289(0x249)],TestFrameworkState['BEFORE_ALL'])&&_0x22aff2[_0x23f289(0x2bb)]){const _0x4c4174=_0x22aff2[_0x23f289(0x2bb)]['filePath'],_0x522d3d=_0x22aff2[_0x23f289(0x2bb)][_0x23f289(0x203)];if(_0x38c975[_0x23f289(0x1a7)](_0x4c4174,_0x187e36)&&_0x38c975[_0x23f289(0x160)](_0x522d3d,_0xbd1bb4)){logger[_0x23f289(0x1ed)](_0x23f289(0x2b9)+_0x3cdabf+',\x20currentTestId:\x20'+_0x3bbd75+',\x20filePath:\x20'+_0x4c4174+_0x23f289(0x212)+_0x522d3d);_0x22aff2[_0x23f289(0x131)]&&_0x22aff2[_0x23f289(0x131)][_0x23f289(0x1fb)]&&(_0x22aff2['args']['hookData'][_0x23f289(0x1b6)]=_0x3bbd75,logger['debug'](_0x23f289(0x130)+_0x3cdabf+_0x23f289(0x24a)+_0x3bbd75));try{const _0x91b205=await this[_0x23f289(0x177)](_0x11c90d,_0x22aff2[_0x23f289(0x249)],_0x22aff2[_0x23f289(0x1c3)],_0x22aff2[_0x23f289(0x131)]);_0x91b205&&_0x38c975[_0x23f289(0x256)](Object['keys'](_0x91b205)['length'],0x0)&&_0x11c90d[_0x23f289(0x2a9)](_0x91b205);await this['runHooks'](_0x11c90d,_0x22aff2['testFrameworkState'],_0x22aff2['hookState'],_0x22aff2[_0x23f289(0x131)]);const _0x2636b2=_0x11c90d[_0x23f289(0x22e)](_0x3cdabf)[_0x23f289(0x20e)](_0x26e7b9=>_0x26e7b9!==_0x22aff2);if(_0x38c975[_0x23f289(0x1a7)](_0x2636b2[_0x23f289(0x209)],0x0))_0x11c90d[_0x23f289(0x2b2)](_0x3cdabf);else{_0x11c90d[_0x23f289(0x2b2)](_0x3cdabf);for(const _0x12ba66 of _0x2636b2){_0x11c90d['addPendingHook'](_0x3cdabf,_0x12ba66);}}logger[_0x23f289(0x1ed)](_0x38c975['NtylL']);}catch(_0x1a0588){logger[_0x23f289(0x2cb)](_0x23f289(0x265)+_0x3bbd75+',\x20error:\x20'+_0x1a0588);}}}}}}}}['mapTestHooks'](_0x5e77b5){const _0x5230c6=a75_0x1deb9a,_0x50956c={'tNhou':function(_0xcbbcd5){return _0xcbbcd5();}};if(!_0x5e77b5||!_0x5e77b5[_0x5230c6(0x29a)])return;_0x5e77b5['parent'][_0x5230c6(0x145)]&&Array[_0x5230c6(0x294)](_0x5e77b5[_0x5230c6(0x29a)][_0x5230c6(0x145)])&&_0x5e77b5[_0x5230c6(0x29a)][_0x5230c6(0x145)][_0x5230c6(0x155)](_0x28b9a2=>{const _0x59cf02=_0x5230c6;!_0x28b9a2[_0x59cf02(0x1a8)]&&!_0x28b9a2['hookUUID']&&(_0x28b9a2['hookAnalyticsId']=_0x50956c[_0x59cf02(0x2a7)](uuidv4),_0x28b9a2['hookUUID']=_0x28b9a2[_0x59cf02(0x1a8)],logger[_0x59cf02(0x1ed)](_0x59cf02(0x246)+_0x28b9a2[_0x59cf02(0x196)]+_0x59cf02(0x149)+_0x28b9a2[_0x59cf02(0x1a8)]));}),this['mapTestHooks'](_0x5e77b5['parent']);}['getHooksForTest'](_0x334520){const _0x243bc1=a75_0x1deb9a,_0x5eb293={'swSjI':function(_0x327aea,_0x34f2bb){return _0x327aea(_0x34f2bb);}};if(!_0x334520||!_0x334520['parent'])return[];const _0x1dc471=[];return _0x334520[_0x243bc1(0x29a)][_0x243bc1(0x145)]&&Array[_0x243bc1(0x294)](_0x334520['parent'][_0x243bc1(0x145)])&&_0x334520[_0x243bc1(0x29a)][_0x243bc1(0x145)]['forEach'](_0xb00565=>{const _0xe48fa7=_0x243bc1,_0x2c5f72=_0xb00565[_0xe48fa7(0x1a8)]||_0xb00565[_0xe48fa7(0x293)];_0x2c5f72&&!this[_0xe48fa7(0x19e)](_0xb00565)&&!_0x5eb293[_0xe48fa7(0x178)](isInternalHook,_0xb00565['fn'])&&_0x1dc471[_0xe48fa7(0x243)](_0x2c5f72);}),[..._0x1dc471,...this[_0x243bc1(0x14f)](_0x334520[_0x243bc1(0x29a)])];}[a75_0x1deb9a(0x1fe)](_0x23cc78){const _0x142978=a75_0x1deb9a,_0x3c5f74={'uDLAi':function(_0x50f0dd,_0x2f954a){return _0x50f0dd(_0x2f954a);},'KDWlv':_0x142978(0x202),'HopVq':function(_0x27bb26,_0x2d51da){return _0x27bb26(_0x2d51da);}},_0xc72c17=new Map(),_0x309585=_0x14004e=>{const _0x482386=_0x142978;if(!_0x14004e||!_0x14004e['parent'])return;_0x14004e['parent'][_0x482386(0x145)]&&Array[_0x482386(0x294)](_0x14004e['parent'][_0x482386(0x145)])&&_0x14004e[_0x482386(0x29a)][_0x482386(0x145)][_0x482386(0x155)](_0x274859=>{const _0x19a471=_0x482386,_0x4c6473=_0x274859[_0x19a471(0x1a8)]||_0x274859['hookUUID'];if(_0x4c6473&&!this['isJestInternalHook'](_0x274859)&&!_0x3c5f74[_0x19a471(0x28e)](isInternalHook,_0x274859['fn'])){const _0x588339={};_0x588339[_0x19a471(0x196)]=_0x274859['type']||_0x3c5f74[_0x19a471(0x1da)],_0x588339['name']=_0x274859[_0x19a471(0x27c)]||'\x22'+_0x274859[_0x19a471(0x196)]+'\x22\x20hook',_0xc72c17[_0x19a471(0x17d)](_0x4c6473,_0x588339);}}),_0x3c5f74[_0x482386(0x205)](_0x309585,_0x14004e[_0x482386(0x29a)]);};return _0x3c5f74['HopVq'](_0x309585,_0x23cc78),_0xc72c17;}[a75_0x1deb9a(0x19e)](_0x47cee6){const _0x1349cd=a75_0x1deb9a,_0x34627d={};_0x34627d['stGyC']=_0x1349cd(0x22a),_0x34627d['diHMH']=_0x1349cd(0x1df);const _0x145744=_0x34627d;try{const _0x5c70d=this[_0x1349cd(0x1c0)](_0x47cee6);return _0x5c70d&&_0x5c70d['includes'](_0x145744[_0x1349cd(0x1d6)]);}catch(_0x39eb60){logger[_0x1349cd(0x1ed)](_0x145744[_0x1349cd(0x12f)]);}return![];}['getRootParentFile'](_0x239ada){const _0x44704=a75_0x1deb9a;if(_0x239ada[_0x44704(0x1e5)])try{const _0xe061b2=stackTrace[_0x44704(0x28b)](_0x239ada['asyncError']);return _0xe061b2[0x0]?_0xe061b2[0x0][_0x44704(0x152)]():null;}catch(_0x2be051){logger[_0x44704(0x1ed)](_0x44704(0x137)+util[_0x44704(0x214)](_0x2be051));}if(_0x239ada[_0x44704(0x1cf)])return _0x239ada[_0x44704(0x1cf)];return null;}}function a75_0x5826(){const _0x422116=['NRQua','WJkFd','match','lJVgh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','trackHookEvent','swSjI','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x20hook','getThreadId','ALL','set','oGOjN','Reycx','dIggY','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','566876ZduPWC','testId','retryOf','hxnZA','KEY_CUSTOM_TAGS','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','map','Assert','YaOxU',',\x20scopes=',',\x20hookType=','IySNZ','KEY_TEST_ID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','beforeAll','XoOaB','matchHookRegex','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','type','KypRh','zJnqA','runHooks','test_run_uuid','trackEvent',',\x20error:\x20','PnVia','isJestInternalHook','TEST_SCREENSHOT','hook_run_uuid','BzRwe',',\x20hookState:\x20','KEY_HOOK_RESULT','KEY_TEST_FILE_PATH','resolveInstance','166316RgjLzN','wMkSi','hookAnalyticsId','location','YIOWJ',',\x20hook=','qqEJH','yNiwS','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hooksListLength=','UnhandledError','7782GsjWAH','KEY_HOOKS_STARTED','KEY_TEST_FAILURE_TYPE','slice','getJestFailureType','test_run_id','parseJestTest','../../../helpers/classLogger.js','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','duration','fwSfv','sendLogCreatedEvent','concat','uVGZQ','join','getRootParentFile','KEY_TEST_FAILURE_REASON','KEY_LOGS','hookState','uuid',',\x20platformIndex:\x20','yYTXR','_ALL','DEFAULT_HOOK_RESULT','Processing\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','getTestFrameworksVersions','KEY_TEST_ENDED_AT',',\x20response=','KEY_TEST_STARTED_AT','file',',\x20totalHooks=','kNFJU','pop','zzBLb','KEY_HOOK_LOGS','find','stGyC','executionContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','LcQyD','KDWlv','hookType','JestTestFramework','SJjRD',':testAnalyticsId','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','keys','KEY_TEST_RERUN_NAME','./constants/testFrameworkConstants.js','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','\x20(testIdentifier),\x20result=','asyncError',',\x20version=','mapTestHooks','errorsDetailed','KEY_TEST_TAGS','sPsdU','WgwYY','toString','debug','xSfZV','CMIhT',',\x20consoleLogs:\x20','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','finished_at','maxArrayLength','skipped','warn','BEFORE_ALL','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','hookData','7MKzwdI','getInstance','buildHookMapFromTest','getJestTestScopes',',\x20testId=','NONE','unknown','scope','trackJestInstance','HopVq','skip','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_TEST_FRAMEWORK_VERSION','length','yeDOY','dHtAF','instance','NtylL','filter','trackJestInstance:\x20instance\x20already\x20exists','Stored\x20pending\x20hook\x20for\x20testId:\x20','HWDtz',',\x20scope:\x20','KEY_EVENT_ENDED_AT','format','getActiveHook','bdvuc','createTestFrameworkEventPayload','PFAAt','kind','inspect','title','../grpcClient','../cliUtils.js','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','\x20attachments','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','../state/testFrameworkState.js','KEY_HOOK_FAILURE_TYPE','2qRwSzf','\x20-\x20test_identifier=','test','\x20screenshot\x20logs\x20for\x20testId:\x20','body','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','jest-circus','7113650wsypuo','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','mPYmz','__workerDetails','PZZxu','KEY_HOOK_LAST_FINISHED','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','\x20(testIdentifier),\x20hookType=','delete',',\x20failureReason=',',\x20state=','failure_reason','TEST','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','splice','toUpperCase','passed','./testFramework','getCurrentHookState','XeCkL','push','apply','file_name','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','getContext','testFrameworkState','\x20to\x20','code',',\x20testData=','KEY_TEST_RETRY_OF','wJvtd','UFPAU','KEY_TEST_LOCATION','9801103UShJKV','started_at','XSKLG','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','\x20(testIdentifier),\x20tags=','lGrrz','Beuwa','startsWith','\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','dZvOV','UrIvB','getRef','createContext',',\x20hookState=','7973784PIVVZm','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','TbriS','jTRJf','hook_result','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','reverse','storePendingHook','GhVdw','getId','AADHw',',\x20totalBatches:\x20',',\x20exception=',',\x20screenshotLogs:\x20','vAtgL',',\x20attachmentLogs:\x20','ceil',',\x20test_run_uuid=','2895rYUzos','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','test_identifier','\x20(testIdentifier)','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getJestTestName','hasPendingHooks','getJestTestIdentifier','KEY_HOOK_ID','originalTest','name',',\x20messageLength=','getAllPendingHookTestIds','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','12lLHyPK','getJestFailureReason','getAllData','\x20for\x20testId:\x20','workerInfo','getProcessId',',\x20result=','none','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_FAILURE','parse','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','uDLAi','AssertionError','KEY_HOOK_FAILURE_REASON','message','browserstackPlatformIndex','hookUUID','isArray','scopes','NVrPo','getJestTestTags','SITey','stack-trace','parent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','JCCFi',',\x20failureType=','hook_id','../instances/trackedInstance.js','findIndex','DEFAULT_TEST_RESULT','OuxTS','getJestTestFilePath','substring','pid','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','tNhou','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addMultipleEntries','\x22\x20from\x20testData','6163616tOiojG','getJestFailureData','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','rkNlO','toISOString',',\x20contextId=','removePendingHooks','getCurrentInstanceName','stringify','\x20files','KEY_TEST_META','has','KEY_TEST_DURATION','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','KEY_HOOK_NAME','hookMetadata','XuctP','startedAt','ivUVd',',\x20filePath=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','processPendingHooks','__bstackPlatformIndex','KEY_TEST_SCOPES','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20hookData=','../TestInfo.js','substr','includes','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','error',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','../../../helpers/helper.js','exports','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','testFrameworkName','jcZSY','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_ATTACHMENTS','AjPQl','JqIlk','replace','diHMH','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','args','\x20pending\x20hooks\x20for\x20testId:\x20','lGblZ','XpOXu','KEY_HOOKS_FINISHED','tags','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','Unknown\x20Test','ofWLJ','GbqYN','split','AKccW','CYhBw',',\x20filePath:\x20','KEY_TEST_RESULT','66kaNDBf','11vlvNDP','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../../../helpers/test-observability/utils','KEY_HOOK_FAILURE','hooks','testUUID','POST','activeHooks',',\x20hookUUID=','ldNjJ','logCreatedEvent',',\x20payload:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','addPendingHook','getHooksForTest','VuhMH','result','getFileName','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','status','forEach','../state/hookState.js','getTestFrameworks','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','afterAll','KEY_TEST_SCOPE','parseJestTestResult',',\x20state:\x20','KEY_TEST_CODE','depth','KEY_TEST_UUID','PKSWK','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20remainingHooks=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getTrackedInstance','\x20&\x20hookState=','DzLga','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_NAME','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','tFpAI','event_ended_at','testData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','failed'];a75_0x5826=function(){return _0x422116;};return a75_0x5826();}function a75_0x284e(_0x40e657,_0x12d0b1){const _0x5826e3=a75_0x5826();return a75_0x284e=function(_0x284ec0,_0x51c351){_0x284ec0=_0x284ec0-0x124;let _0x51e839=_0x5826e3[_0x284ec0];return _0x51e839;},a75_0x284e(_0x40e657,_0x12d0b1);}module[a75_0x1deb9a(0x126)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a76_0x30a8db=a76_0x2a2b;(function(_0x364fd3,_0x54b45d){const _0x3fe4a1=a76_0x2a2b,_0x305f2d=_0x364fd3();while(!![]){try{const _0x528e79=-parseInt(_0x3fe4a1(0xdd))/0x1*(parseInt(_0x3fe4a1(0xf2))/0x2)+parseInt(_0x3fe4a1(0xe1))/0x3+parseInt(_0x3fe4a1(0xe9))/0x4+-parseInt(_0x3fe4a1(0xef))/0x5+parseInt(_0x3fe4a1(0xf6))/0x6+-parseInt(_0x3fe4a1(0xd4))/0x7+-parseInt(_0x3fe4a1(0xd8))/0x8;if(_0x528e79===_0x54b45d)break;else _0x305f2d['push'](_0x305f2d['shift']());}catch(_0x36060b){_0x305f2d['push'](_0x305f2d['shift']());}}}(a76_0xab77,0xa0cd4));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a76_0x30a8db(0xe2)),AutomationFrameworkState=require(a76_0x30a8db(0xe0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a76_0x30a8db(0xe6));function a76_0x2a2b(_0x5476ca,_0x5bd917){const _0xab77da=a76_0xab77();return a76_0x2a2b=function(_0x2a2be7,_0x18e2d8){_0x2a2be7=_0x2a2be7-0xd0;let _0x415edb=_0xab77da[_0x2a2be7];return _0x415edb;},a76_0x2a2b(_0x5476ca,_0x5bd917);}class PlaywrightAutomationFramework extends AutomationFramework{[a76_0x30a8db(0xf0)]=createClassLogger(a76_0x30a8db(0xde));constructor(_0x4e56b2,_0x5218d5){super(_0x4e56b2,_0x5218d5);}async['trackEvent'](_0x42cc82,_0x3699a4,_0x241f9b={}){const _0x5b3da9=a76_0x30a8db,_0x769cd0={};_0x769cd0[_0x5b3da9(0xea)]=function(_0x573f86,_0x114303){return _0x573f86===_0x114303;};const _0x4d8a89=_0x769cd0;this[_0x5b3da9(0xf0)]['debug'](_0x5b3da9(0xee)+_0x42cc82+_0x5b3da9(0xd9)+_0x3699a4),await super['trackEvent'](_0x42cc82,_0x3699a4,_0x241f9b);const _0x5b1f67=this[_0x5b3da9(0xf5)](_0x42cc82,_0x3699a4,_0x241f9b);if(_0x4d8a89[_0x5b3da9(0xea)](_0x5b1f67,null))return;_0x241f9b[_0x5b3da9(0xe8)]=_0x5b1f67,await this[_0x5b3da9(0xd2)](_0x5b1f67,_0x42cc82,_0x3699a4,_0x241f9b);}[a76_0x30a8db(0xf5)](_0x3290bf,_0x537f23,_0x1db2b7={}){const _0x1c515a=a76_0x30a8db,_0x53eb3f={};_0x53eb3f['gzzRL']=function(_0x4b3636,_0x4ab791){return _0x4b3636===_0x4ab791;},_0x53eb3f['YzQfO']=function(_0x100717,_0x1c8612){return _0x100717===_0x1c8612;};const _0x178c8c=_0x53eb3f;let _0x2e0dc8=null;return(_0x178c8c[_0x1c515a(0xd6)](_0x3290bf,AutomationFrameworkState[_0x1c515a(0xf4)])||_0x178c8c[_0x1c515a(0xd3)](_0x3290bf,AutomationFrameworkState[_0x1c515a(0xda)])&&(_0x1db2b7[_0x1c515a(0xe7)]&&_0x1db2b7['message'][_0x1c515a(0xd7)]&&_0x1db2b7[_0x1c515a(0xe7)]['params'][_0x1c515a(0xf1)])||_0x178c8c[_0x1c515a(0xd6)](_0x3290bf,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x3290bf,_0x1db2b7),_0x2e0dc8=AutomationFramework['getTrackedInstance'](),_0x2e0dc8;}[a76_0x30a8db(0xec)](_0x47c16a,_0x1c81ea){const _0xbaf59f=a76_0x30a8db,_0x360045={};_0x360045[_0xbaf59f(0xed)]=_0xbaf59f(0xe4);const _0x37ac82=_0x360045;if(AutomationFramework['getTrackedInstance']()){this[_0xbaf59f(0xf0)][_0xbaf59f(0xd0)](_0x37ac82[_0xbaf59f(0xed)]);return;}const _0x283836=CLIUtils[_0xbaf59f(0xe3)](),_0x2b8dc1=TrackedInstance[_0xbaf59f(0xf3)](_0x283836);let _0x57a619=null;this[_0xbaf59f(0xf0)]['info'](_0xbaf59f(0xdc)+_0x283836+_0xbaf59f(0xd5)+_0x47c16a),_0x57a619=new AutomationFrameworkInstance(_0x2b8dc1,this[_0xbaf59f(0xdb)](),this['getAutomationFrameworkVersion'](),_0x47c16a),AutomationFramework[_0xbaf59f(0xeb)](_0x2b8dc1,_0x57a619),this['logger'][_0xbaf59f(0xd0)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x2b8dc1[_0xbaf59f(0xe5)]()+_0xbaf59f(0xdf)+_0x283836);}}module[a76_0x30a8db(0xd1)]=PlaywrightAutomationFramework;function a76_0xab77(){const _0x442bc7=['YzQfO','936663NUyooC',',\x20state=','gzzRL','params','8551088AJJMbm','\x20hookState=','PLAYWRIGHT_DISPATCH','getAutomationFrameworkName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','97661uazqfR','PlaywrightAutomationFramework','\x20target=','../state/automationFrameworkState.js','3002745THwzJu','../../../helpers/classLogger.js','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','getId','../instances/automationFrameworkInstance.js','message','instance','2726572nSkMHW','JgSUT','setTrackedInstance','trackPlaywrightInstance','TQXCX','trackEvent:\x20automationFrameworkState=','4830490ooXInC','logger','bsParams','2tNVhdO','createContext','CREATE','resolveInstance','7455240sGqrRB','info','exports','runHooks'];a76_0xab77=function(){return _0x442bc7;};return a76_0xab77();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a77_0x1e36(_0x8678ee,_0x2c78bc){const _0x5a1117=a77_0x5a11();return a77_0x1e36=function(_0x1e36d3,_0x486353){_0x1e36d3=_0x1e36d3-0x1be;let _0x13fd5a=_0x5a1117[_0x1e36d3];return _0x13fd5a;},a77_0x1e36(_0x8678ee,_0x2c78bc);}const a77_0x5924cc=a77_0x1e36;(function(_0xb96274,_0x445f36){const _0x36ac16=a77_0x1e36,_0x117f25=_0xb96274();while(!![]){try{const _0x3b8e94=-parseInt(_0x36ac16(0x294))/0x1+-parseInt(_0x36ac16(0x25c))/0x2*(parseInt(_0x36ac16(0x290))/0x3)+parseInt(_0x36ac16(0x202))/0x4+parseInt(_0x36ac16(0x222))/0x5+-parseInt(_0x36ac16(0x217))/0x6+-parseInt(_0x36ac16(0x21f))/0x7+parseInt(_0x36ac16(0x1d4))/0x8;if(_0x3b8e94===_0x445f36)break;else _0x117f25['push'](_0x117f25['shift']());}catch(_0x273c7f){_0x117f25['push'](_0x117f25['shift']());}}}(a77_0x5a11,0xd2d83));function a77_0x5a11(){const _0x55fa4f=['RvHuP',',\x20state=','basename','GgBqc','parsePlaywrightTestResult','gbHwY','../cliUtils.js','hgGFz','cMcHB','\x20hookState:\x20','stringify','getTestUUID','nIcui','values','toISOString','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','createTestFrameworkEventPayload','slice','UqfxU','endedAt','KEY_TEST_FAILURE','JgNGR','getRef','../../playwright/reporter/pwUtils','KEY_HOOK_FAILURE','UUEux','some','INIT_TEST','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','KEY_HOOK_FAILURE_TYPE','23226480nHOgGt','\x20payload=','jblmq','error','getTrackedInstance','pLmfV','field_type',',\x20testFrameworkState=','err','getTime','eUpMn','pop','retry','Error\x20processing\x20direct\x20trace\x20file\x20','TEST','getTestFrameworks','TjELV','TzQOT','from','platformIndex','\x20&\x20hook\x20=\x20','getTraceFilePaths','GRKBd','dJlQo','KEY_TEST_NAME','message','RnRWL','concat','aqSGE','info','debug','KEY_HOOKS_STARTED','annotations','expectedStatus','jEuxD','testFrameworkVersion','WnDKm','forEach','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','KEY_TEST_UUID','zbApW','DEFAULT_HOOK_RESULT','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','wqYkx','izBwI','KEY_HOOK_ID','5764420yulSAQ','KEY_TEST_RESULT_AT','trim','TlqBx','getTestIdentifierFromTestInfo','startTime','hook','KEY_TEST_RESULT','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','../../../helpers/helper.js','PRE','logCreatedEvent','./constants/testFrameworkConstants.js','RiPbI','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','Gafdi','\x20batch\x20','steps','getTestDetails','KEY_HOOK_LAST_STARTED','executionContext','5790954KCBPXH','YDUOd','Elkkd','KEY_EVENT_ENDED_AT','PdSsW','createContext','SbrVQ','title','7906220pDIouo','results','failed','7744975pYEujC','KEY_LOGS','AhLlF','mywRE','ZgcES','jArfi','KEY_HOOKS_FINISHED','../instances/testFrameworkInstance.js','kPeAA','Error\x20in\x20createTestFrameworkEventPayload:\x20','sjWkq','KEY_TEST_FAILURE_REASON','resolveInstance','multi_dropdown','Error\x20processing\x20trace\x20file\x20','step','No\x20reason\x20provided','sendLogCreatedEvent\x20for\x20testId:\x20','sendLogCreatedEvent','getId','map','ZTmEN','parsePlaywrightTest','TVWWF','length','KEY_TEST_TAGS','RdMkL','addMultipleEntries','DZrJj','pHQKf','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_SCOPES','result','\x20response=','KEY_TEST_RERUN_NAME','Rcetd','trackEvent:\x20found\x20instance,\x20testFrameworkState=','../../../helpers/test-observability/utils','test','SSrGe','jXssz','NONE','KEY_EVENT_STARTED_AT','KEY_HOOK_NAME','\x20from\x20TestDetails:\x20','status','push','KEY_TEST_ATTACHMENTS','PMDcC','DEFAULT_TEST_RESULT','bsesM','attachments','nRXXg','../../utils/constants','trackEvent','MvwVo','trackHookEvent','\x20hookState=','246488sEhSrj','getTestFrameworksVersions','\x20testHookState=','testFrameworkState','statSync','filePath','../instances/trackedInstance.js','oDUAm','KEY_TEST_LOCATION','KEY_CUSTOM_TAGS','format','\x20instanceId=','browserstackPlatformIndex','KEY_TEST_FRAMEWORK_NAME','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','ZkPqP','KEY_TEST_FRAMEWORK_VERSION','instance','bGCTw','\x20testState:\x20','setTestDetails','eventJson','UfDrZ','getInstance','KEY_TEST_STARTED_AT','KEY_TEST_CODE','matchHookRegex','AYosG','split','EyoXn','ertKF','get','errors','qeGrF','exports','KEY_HOOK_RESULT','uuid','getCurrentHookState','adEbC','duration','nYODy','parallelIndex','KEY_TEST_ENDED_AT','toString','KEY_TEST_FAILURE_TYPE','jhbFv','getCurrentInstanceName','KEY_HOOK_FAILURE_REASON','emrep','getAllData','startedAt','filter','39SyYoOf','POST','jiqIu','trackPlaywrightInstance','1333000GqaTQp','dvnJq','TEST_ATTACHMENT','lnRcF','iBXcD','sendLogCreatedEvent:\x20testId=','KEY_TEST_ID','luBNJ','KEY_TEST_SCOPE','path','util','inspect'];a77_0x5a11=function(){return _0x55fa4f;};return a77_0x5a11();}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a77_0x5924cc(0x229)),CLIUtils=require(a77_0x5924cc(0x2a6)),TrackedInstance=require(a77_0x5924cc(0x262)),TestFrameworkConstants=require(a77_0x5924cc(0x20e)),logger=createClassLogger('PlaywrightTestFramework'),{v4:uuidv4}=require(a77_0x5924cc(0x280)),util=require(a77_0x5924cc(0x29e)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a77_0x5924cc(0x20b)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a77_0x5924cc(0x247)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a77_0x5924cc(0x1cd)),{findNestedKey,sendTraceZip,validateFilePath}=require('../../playwright/reporter/pwUtils'),path=require(a77_0x5924cc(0x29d)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require(a77_0x5924cc(0x257));class PlaywrightTestFramework extends TestFramework{constructor(_0x14b071,_0x3fc34b,_0x46ff95){super(_0x14b071,_0x3fc34b,_0x46ff95);}async['trackEvent'](_0x1f96d0,_0x3b8cf2,_0x28a4b2={}){const _0x132e27=a77_0x5924cc,_0x26ac9d={'bGCTw':function(_0x3376b3,_0xc32264){return _0x3376b3===_0xc32264;},'RdMkL':function(_0x148f2b,_0xeb9f32){return _0x148f2b===_0xeb9f32;},'qFtaJ':function(_0x1b6016,_0x2b1202,_0x2c9070){return _0x1b6016(_0x2b1202,_0x2c9070);},'aqSGE':function(_0x2358ce,_0x127203){return _0x2358ce===_0x127203;},'dvnJq':'test','SbrVQ':_0x132e27(0x1c5)};super[_0x132e27(0x258)](_0x1f96d0,_0x3b8cf2,_0x28a4b2);if(_0x26ac9d[_0x132e27(0x26e)](_0x1f96d0,TestFrameworkState['TEST_SCREENSHOT'])){const _0x287d5f=TestInfo[_0x132e27(0x206)](_0x28a4b2[_0x132e27(0x248)],_0x28a4b2[_0x132e27(0x248)][_0x132e27(0x1e0)]);TestInfo[_0x132e27(0x270)](_0x287d5f,_0x28a4b2[_0x132e27(0x242)],!![]);}const _0x5df967=this[_0x132e27(0x22e)](_0x1f96d0,_0x3b8cf2,_0x28a4b2);if(!_0x5df967)return;logger[_0x132e27(0x1f2)](_0x132e27(0x246)+_0x1f96d0+_0x132e27(0x25b)+_0x3b8cf2+_0x132e27(0x267)+_0x5df967[_0x132e27(0x1cc)]());try{if(_0x26ac9d[_0x132e27(0x23c)](_0x3b8cf2,HookState[_0x132e27(0x20c)])&&_0x26ac9d[_0x132e27(0x26e)](_0x1f96d0,TestFrameworkState[_0x132e27(0x1e2)])){const _0x1d3d59=_0x28a4b2[_0x132e27(0x248)];logger['debug']('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x1d3d59['id']+'}');const _0x565fed=TestInfo[_0x132e27(0x1c1)](_0x26ac9d['qFtaJ'](getTestRunIdentifier,_0x1d3d59,_0x28a4b2[_0x132e27(0x242)]['retry']));_0x5df967[_0x132e27(0x23d)](this[_0x132e27(0x238)](_0x565fed,_0x1d3d59,_0x28a4b2[_0x132e27(0x242)])),logger[_0x132e27(0x1f2)](_0x132e27(0x210)+_0x1d3d59['id']+_0x132e27(0x1db)+_0x1f96d0+_0x132e27(0x25e)+_0x3b8cf2+'\x20instance='+_0x5df967[_0x132e27(0x1cc)]());}if(_0x26ac9d[_0x132e27(0x26e)](_0x3b8cf2,HookState[_0x132e27(0x291)])&&_0x26ac9d[_0x132e27(0x1f0)](_0x1f96d0,TestFrameworkState[_0x132e27(0x1e2)])){const _0x2a01c1=_0x28a4b2['test'],_0x32ec13=_0x28a4b2[_0x132e27(0x242)];logger[_0x132e27(0x1f2)](_0x132e27(0x1fa)+_0x2a01c1['id']),_0x5df967[_0x132e27(0x23d)](this[_0x132e27(0x2a4)](_0x2a01c1['id'],_0x32ec13,_0x2a01c1)),await this[_0x132e27(0x234)](_0x5df967,_0x1f96d0,_0x3b8cf2,_0x26ac9d[_0x132e27(0x295)],_0x28a4b2);}if(CLIUtils[_0x132e27(0x276)](_0x1f96d0[_0x132e27(0x287)]()[_0x132e27(0x278)]('.')[0x1])){const _0x333c0f=await this[_0x132e27(0x25a)](_0x5df967,_0x1f96d0,_0x3b8cf2,_0x28a4b2);_0x5df967[_0x132e27(0x23d)](_0x333c0f);}}catch(_0x14309d){logger[_0x132e27(0x1d7)](util[_0x132e27(0x266)](_0x26ac9d[_0x132e27(0x21d)],_0x1f96d0,_0x3b8cf2,_0x28a4b2['length'],_0x14309d));}_0x28a4b2[_0x132e27(0x26d)]=_0x5df967,await this['runHooks'](_0x5df967,_0x1f96d0,_0x3b8cf2,_0x28a4b2);}[a77_0x5924cc(0x22e)](_0x4b95c9,_0x451e2c,_0x255826={}){const _0xc6e100=a77_0x5924cc,_0x5918e8={};_0x5918e8[_0xc6e100(0x279)]=function(_0x12b696,_0x43ee43){return _0x12b696===_0x43ee43;};const _0x1a818f=_0x5918e8;let _0x34580d=null;return(_0x1a818f[_0xc6e100(0x279)](_0x4b95c9,TestFrameworkState[_0xc6e100(0x1d1)])||_0x1a818f['EyoXn'](_0x4b95c9,TestFrameworkState[_0xc6e100(0x24b)]))&&this[_0xc6e100(0x293)](_0x4b95c9,_0x255826),_0x34580d=TestFramework[_0xc6e100(0x1d8)](),_0x34580d;}[a77_0x5924cc(0x293)](_0x59df68,_0x3f0c1b){const _0x370793=a77_0x5924cc,_0x365653=CLIUtils[_0x370793(0x28a)](),_0x1fe264=TrackedInstance[_0x370793(0x21c)](_0x365653);let _0x160214=null;logger[_0x370793(0x1f1)](_0x370793(0x1d2)+_0x365653+_0x370793(0x2a1)+_0x59df68),_0x160214=new TestFrameworkInstance(_0x1fe264,this['getTestFrameworks'](),this[_0x370793(0x25d)](),_0x59df68,HookState[_0x370793(0x24b)]),TestFramework['setTrackedInstance'](_0x1fe264,_0x160214),logger[_0x370793(0x1f1)](_0x370793(0x26a)+_0x1fe264['getId']()+'\x20target='+_0x365653);}['parsePlaywrightTest'](_0x5cdb9f,_0x2ee434,_0x2e0adf){const _0x545972=a77_0x5924cc,_0x555062={'nRXXg':function(_0x2db610,_0x1c46ef){return _0x2db610(_0x1c46ef);},'OKhWp':function(_0x3ea05f,_0x1756f0){return _0x3ea05f(_0x1756f0);},'MvwVo':function(_0x2fd7a0,_0x4d1b05){return _0x2fd7a0(_0x4d1b05);},'jArfi':function(_0x578ef4,_0x51aeb1){return _0x578ef4(_0x51aeb1);},'ZTmEN':function(_0x30dd48,_0x1169b8){return _0x30dd48(_0x1169b8);},'AhLlF':function(_0xa34833,_0x5d2cea){return _0xa34833(_0x5d2cea);},'jblmq':function(_0x40ffba,_0x3ab0c7,_0xba72ef){return _0x40ffba(_0x3ab0c7,_0xba72ef);}},_0x1966df=_0x555062[_0x545972(0x256)](getPlaywrightTestId,_0x2ee434),_0x2aa8a7=_0x555062[_0x545972(0x256)](getPlaywrightTestTitle,_0x2ee434),_0x3b4984=_0x555062[_0x545972(0x256)](getTestTags,_0x2ee434),_0x1def12=_0x555062['OKhWp'](getPlaywrightTestCode,_0x2ee434),_0x59796d=_0x555062[_0x545972(0x256)](getPlaywrightTestFilePath,_0x2ee434),_0x2ec17a=_0x59796d+':'+_0x555062[_0x545972(0x259)](getPlaywrightTestLocation,_0x2ee434),_0x6ffa45=_0x555062[_0x545972(0x227)](getPlaywrightTestScope,_0x2ee434),_0x5aaf77=_0x555062[_0x545972(0x237)](getPlaywrightTestScopes,_0x2ee434),_0x44a9d1=_0x555062[_0x545972(0x224)](getPlaywrightSessionName,_0x2ee434),_0xb9dcd5=this[_0x545972(0x1e3)]()[0x0],_0x1e0ee3=_0x555062[_0x545972(0x1d6)](getTestRunIdentifier,_0x2ee434,_0x2e0adf[_0x545972(0x1e0)]),_0x1eefff={[TestFrameworkConstants[_0x545972(0x269)]]:_0xb9dcd5,[TestFrameworkConstants[_0x545972(0x26c)]]:this[_0x545972(0x25d)]()[_0xb9dcd5],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x545972(0x228)]]:{},[TestFrameworkConstants[_0x545972(0x1f3)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5cdb9f,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x545972(0x253)],[TestFrameworkConstants[_0x545972(0x240)]]:_0x44a9d1,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x59796d,[TestFrameworkConstants[_0x545972(0x29a)]]:_0x1966df,[TestFrameworkConstants[_0x545972(0x1ec)]]:_0x2aa8a7,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2ec17a,[TestFrameworkConstants[_0x545972(0x275)]]:_0x1def12,[TestFrameworkConstants[_0x545972(0x23b)]]:_0x3b4984,[TestFrameworkConstants[_0x545972(0x274)]]:_0x2ee434[_0x545972(0x220)][0x0][_0x545972(0x207)],[TestFrameworkConstants[_0x545972(0x29c)]]:_0x6ffa45,[TestFrameworkConstants[_0x545972(0x241)]]:_0x5aaf77,[TestFrameworkConstants[_0x545972(0x244)]]:_0x555062[_0x545972(0x237)](getPlaywrightCustomRerunParam,_0x2ee434)};TestInfo['setTestDetails'](_0x1e0ee3,_0x1eefff);const _0x393c84={};return _0x393c84[_0x1e0ee3]=_0x1eefff,_0x393c84;}[a77_0x5924cc(0x2a4)](_0x39075b,_0x4edd6c,_0x1d94ae){const _0x3c3bd5=a77_0x5924cc,_0xd39f17={'oDUAm':function(_0x108b6b,_0x536122){return _0x108b6b(_0x536122);},'UUEux':_0x3c3bd5(0x296),'UqfxU':function(_0x2fb9ef,_0xc91453){return _0x2fb9ef===_0xc91453;},'Rcetd':function(_0x273588,_0x1e8d88){return _0x273588(_0x1e8d88);},'pHQKf':_0x3c3bd5(0x232),'lnRcF':_0x3c3bd5(0x22f),'jXssz':function(_0x5cdd34,_0x44572c,_0x243590){return _0x5cdd34(_0x44572c,_0x243590);},'VZZjR':function(_0x53e5ac,_0x461dbc){return _0x53e5ac+_0x461dbc;},'hgGFz':function(_0x4ca101,_0x258a19){return _0x4ca101===_0x258a19;},'nIcui':function(_0x121903,_0x37e037){return _0x121903===_0x37e037;},'abZde':'skipped','JgNGR':'passed','iBXcD':function(_0x58fc92,_0x4f85f2){return _0x58fc92===_0x4f85f2;},'PMDcC':'failed','adEbC':'timedOut','KIKcE':function(_0x5d7fbf,_0x23e47b){return _0x5d7fbf===_0x23e47b;},'pLmfV':function(_0x118228,_0x42ed7e){return _0x118228===_0x42ed7e;},'eUpMn':'Expected\x20to\x20fail,\x20but\x20passed.','dJlQo':function(_0x2037d9,_0xfc2dab){return _0x2037d9||_0xfc2dab;},'GRKBd':function(_0x279f1b,_0x845450){return _0x279f1b(_0x845450);},'TzQOT':function(_0x260361,_0x1bd223){return _0x260361>_0x1bd223;},'Gafdi':function(_0x2fefcb,_0x155f86,_0x497189){return _0x2fefcb(_0x155f86,_0x497189);},'TjELV':function(_0x2a3f5e,_0x3684a7){return _0x2a3f5e-_0x3684a7;},'rnxIT':function(_0x358d5b,_0x69d924,_0x302c3b){return _0x358d5b(_0x69d924,_0x302c3b);},'TVWWF':'path','emrep':function(_0x2ba8d4,_0x3fe8ff){return _0x2ba8d4(_0x3fe8ff);},'KdEKo':function(_0xbf5617,_0x44f072){return _0xbf5617>_0x44f072;}};logger[_0x3c3bd5(0x1f2)]('parsePlaywrightTestResult:\x20testId='+_0x39075b);const _0x490e0a=_0xd39f17[_0x3c3bd5(0x24a)](getTestRunIdentifier,_0x1d94ae,_0x4edd6c[_0x3c3bd5(0x1e0)]),_0x12658d=new Date(_0x4edd6c[_0x3c3bd5(0x207)]),_0x2f046e=_0x4edd6c[_0x3c3bd5(0x283)],_0x57244e=new Date(_0xd39f17['VZZjR'](_0x12658d[_0x3c3bd5(0x1dd)](),_0x2f046e)),_0x525575=_0x4edd6c[_0x3c3bd5(0x24f)],_0x27487c=TestInfo[_0x3c3bd5(0x214)](_0x490e0a)[TestFrameworkConstants[_0x3c3bd5(0x265)]]||{};let _0x39d137=_0x525575;if(_0xd39f17[_0x3c3bd5(0x2a7)](_0x4edd6c[_0x3c3bd5(0x24f)],_0x1d94ae['expectedStatus']))_0x39d137=_0xd39f17[_0x3c3bd5(0x1c2)](_0x4edd6c[_0x3c3bd5(0x24f)],_0xd39f17['abZde'])?_0xd39f17['abZde']:_0xd39f17['JgNGR'];else{(_0xd39f17[_0x3c3bd5(0x298)](_0x39d137,_0xd39f17[_0x3c3bd5(0x1cb)])||_0xd39f17['iBXcD'](_0x39d137,_0xd39f17[_0x3c3bd5(0x252)])||_0xd39f17[_0x3c3bd5(0x298)](_0x39d137,_0xd39f17[_0x3c3bd5(0x282)]))&&(_0x39d137=_0xd39f17['PMDcC']);if(_0xd39f17['KIKcE'](_0x4edd6c[_0x3c3bd5(0x24f)],_0xd39f17[_0x3c3bd5(0x1cb)])&&_0xd39f17[_0x3c3bd5(0x1d9)](_0x1d94ae[_0x3c3bd5(0x1f5)],_0xd39f17['PMDcC'])){const _0x437a5d={};_0x437a5d['message']=_0xd39f17[_0x3c3bd5(0x1de)],_0x437a5d['stack']=_0xd39f17['eUpMn'],_0x4edd6c[_0x3c3bd5(0x1d7)]=_0x437a5d,_0x4edd6c[_0x3c3bd5(0x27c)]=[_0x4edd6c[_0x3c3bd5(0x1d7)]];}}const {failureData:_0x38afb4,logs:_0x5ce7e8}=_0xd39f17[_0x3c3bd5(0x24a)](getFailureData,_0x4edd6c?.[_0x3c3bd5(0x27c)],{}),_0x54bf16={[TestFrameworkConstants[_0x3c3bd5(0x1ca)]]:_0xd39f17[_0x3c3bd5(0x1eb)](_0x38afb4,null),[TestFrameworkConstants[_0x3c3bd5(0x288)]]:_0x4edd6c?.[_0x3c3bd5(0x1d7)]&&_0xd39f17[_0x3c3bd5(0x263)](getFailureType,_0x4edd6c[_0x3c3bd5(0x1d7)][_0x3c3bd5(0x1ed)]),[TestFrameworkConstants[_0x3c3bd5(0x22d)]]:_0x4edd6c?.[_0x3c3bd5(0x1d7)]&&_0xd39f17[_0x3c3bd5(0x1ea)](removeAnsiColors,_0x4edd6c[_0x3c3bd5(0x1d7)][_0x3c3bd5(0x1ed)]),[TestFrameworkConstants[_0x3c3bd5(0x223)]]:[],[TestFrameworkConstants[_0x3c3bd5(0x209)]]:_0x39d137,[TestFrameworkConstants[_0x3c3bd5(0x286)]]:_0x57244e[_0x3c3bd5(0x1c4)](),[TestFrameworkConstants[_0x3c3bd5(0x203)]]:new Date()[_0x3c3bd5(0x1c4)](),[TestFrameworkConstants[_0x3c3bd5(0x265)]]:_0x27487c};if(_0x4edd6c&&_0xd39f17[_0x3c3bd5(0x1e5)](_0x4edd6c[_0x3c3bd5(0x1e0)],0x0)){const _0x1544d6=TestInfo[_0x3c3bd5(0x1c1)](_0xd39f17[_0x3c3bd5(0x211)](getTestRunIdentifier,_0x1d94ae,_0xd39f17[_0x3c3bd5(0x1e4)](_0x4edd6c[_0x3c3bd5(0x1e0)],0x1)));_0x54bf16[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1544d6;}const _0x10b0e5={};_0x10b0e5[_0x3c3bd5(0x248)]=_0x1d94ae;const _0x4638e2=this[_0x3c3bd5(0x22e)](TestFrameworkState[_0x3c3bd5(0x1e2)],HookState[_0x3c3bd5(0x291)],_0x10b0e5),_0x421861=_0x4638e2[_0x3c3bd5(0x28d)]()[_0x3c3bd5(0x27b)](_0x490e0a)[TestFrameworkConstants[_0x3c3bd5(0x1fb)]],_0x57f0f9=[],_0x24b33d=_0xd39f17['rnxIT'](findNestedKey,_0x4edd6c,_0xd39f17[_0x3c3bd5(0x239)]);if(_0x24b33d&&_0xd39f17[_0x3c3bd5(0x28c)](validateFilePath,_0x24b33d))try{_0x57f0f9['push']({'kind':_0xd39f17[_0x3c3bd5(0x1cf)],'timestamp':new Date()[_0x3c3bd5(0x1c4)](),'test_run_uuid':_0x421861,'file_name':path[_0x3c3bd5(0x2a2)](_0x24b33d),'file_size':fs[_0x3c3bd5(0x260)](_0x24b33d)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x22663d){logger[_0x3c3bd5(0x1d7)](_0x3c3bd5(0x1e1)+_0x24b33d+':\x20'+_0x22663d[_0x3c3bd5(0x1ed)]);}const _0x122504=TestInfo[_0x3c3bd5(0x1e9)](),_0x3cf5b6=_0x122504[_0x3c3bd5(0x28f)](_0x51cd02=>_0x51cd02['testUId']===_0x421861);_0x3cf5b6[_0x3c3bd5(0x1f9)](_0x4ba8e6=>{const _0x15eb79=_0x3c3bd5;if(_0x4ba8e6[_0x15eb79(0x261)]&&_0xd39f17['oDUAm'](validateFilePath,_0x4ba8e6[_0x15eb79(0x261)])&&!_0x57f0f9[_0x15eb79(0x1d0)](_0x2e3412=>_0x2e3412['file_name']===path[_0x15eb79(0x2a2)](_0x4ba8e6[_0x15eb79(0x261)])))try{_0x57f0f9['push']({'kind':_0xd39f17[_0x15eb79(0x1cf)],'timestamp':new Date()[_0x15eb79(0x1c4)](),'test_run_uuid':_0x421861,'file_name':path[_0x15eb79(0x2a2)](_0x4ba8e6[_0x15eb79(0x261)]),'file_size':fs['statSync'](_0x4ba8e6[_0x15eb79(0x261)])['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x42eb46){logger[_0x15eb79(0x1d7)](_0x15eb79(0x230)+_0x4ba8e6['filePath']+_0x15eb79(0x24e)+_0x42eb46[_0x15eb79(0x1ed)]);}});if(_0xd39f17['TzQOT'](_0x57f0f9['length'],0x0)){const _0x3e8bc9=_0x54bf16[TestFrameworkConstants[_0x3c3bd5(0x223)]]||[];_0x54bf16[TestFrameworkConstants['KEY_LOGS']]=[..._0x3e8bc9,..._0x57f0f9];}const _0x5b6bfa=TestInfo[_0x3c3bd5(0x214)](_0x490e0a)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x46ffa7=_0xd39f17[_0x3c3bd5(0x24a)](getManualUploadLogs,_0x5b6bfa,_0x4638e2[_0x3c3bd5(0x28d)]()[_0x3c3bd5(0x27b)](_0x490e0a)[TestFrameworkConstants[_0x3c3bd5(0x1fb)]]);if(_0xd39f17['KdEKo'](_0x46ffa7[_0x3c3bd5(0x23a)],0x0)){const _0x3dc17a=_0x54bf16[TestFrameworkConstants[_0x3c3bd5(0x223)]]||[];_0x54bf16[TestFrameworkConstants[_0x3c3bd5(0x223)]]=[..._0x3dc17a,..._0x46ffa7];}const _0x1be909=_0x1d94ae[_0x3c3bd5(0x1f4)]||[],_0x105f7b=_0x54bf16[TestFrameworkConstants[_0x3c3bd5(0x265)]]||{};_0x1be909[_0x3c3bd5(0x1f9)](_0x684c27=>{const _0x372db9=_0x3c3bd5,{type:_0x3f2ea0}=_0x684c27;let _0x364b6e=_0x684c27['description'];if(!_0x3f2ea0)return;(_0xd39f17[_0x372db9(0x1c8)](_0x364b6e,undefined)||_0xd39f17[_0x372db9(0x1c8)](_0x364b6e,null)||_0xd39f17[_0x372db9(0x1c8)](_0xd39f17[_0x372db9(0x245)](String,_0x364b6e)[_0x372db9(0x204)](),''))&&(_0x364b6e=_0xd39f17[_0x372db9(0x23f)]);if(!_0x105f7b[_0x3f2ea0]){const _0xa1ac12={};_0xa1ac12[_0x372db9(0x1da)]=_0xd39f17[_0x372db9(0x297)],_0xa1ac12[_0x372db9(0x1c3)]=[],_0x105f7b[_0x3f2ea0]=_0xa1ac12;}else!_0x105f7b[_0x3f2ea0][_0x372db9(0x1da)]&&(_0x105f7b[_0x3f2ea0]['field_type']=_0xd39f17['lnRcF']),!Array['isArray'](_0x105f7b[_0x3f2ea0][_0x372db9(0x1c3)])&&(_0x105f7b[_0x3f2ea0][_0x372db9(0x1c3)]=[]);const _0x33ea81=_0xd39f17[_0x372db9(0x263)](String,_0x364b6e)[_0x372db9(0x278)](',')[_0x372db9(0x236)](_0x43f1e1=>_0x43f1e1[_0x372db9(0x204)]());_0x105f7b[_0x3f2ea0]['values']=[...new Set([..._0x105f7b[_0x3f2ea0][_0x372db9(0x1c3)],..._0x33ea81])];}),_0x54bf16[TestFrameworkConstants[_0x3c3bd5(0x265)]]=_0x105f7b,TestInfo['setTestDetails'](_0x490e0a,_0x54bf16);const _0x2f754a={};return _0x2f754a[_0x490e0a]=_0x54bf16,_0x2f754a;}async['trackHookEvent'](_0x4a31d0,_0x1897e4,_0x4409a5,_0x186254){const _0x472daa=a77_0x5924cc,_0xada8af={'GgBqc':function(_0x22943f,_0x3ef5d5,_0x2b7384){return _0x22943f(_0x3ef5d5,_0x2b7384);},'YDUOd':function(_0x5a08e8,_0x3f950f){return _0x5a08e8 in _0x3f950f;},'RiPbI':function(_0xe939cf,_0x54a86a){return _0xe939cf(_0x54a86a);},'ertKF':function(_0x2be9e1,_0x5740d5){return _0x2be9e1===_0x5740d5;},'zbApW':function(_0x44fe74){return _0x44fe74();},'KspLx':function(_0x45d5fe,_0x3d006a){return _0x45d5fe===_0x3d006a;},'PdSsW':function(_0x1b522d,_0x51b8ad){return _0x1b522d>_0x51b8ad;},'jhbFv':function(_0x44b2c1,_0x368e48,_0xf32286){return _0x44b2c1(_0x368e48,_0xf32286);},'AYosG':_0x472daa(0x1dc),'qeGrF':function(_0x206a6b,_0x116a77){return _0x206a6b(_0x116a77);},'HFVzV':function(_0x2a193b,_0x321b23){return _0x2a193b(_0x321b23);},'jEuxD':_0x472daa(0x221),'UfDrZ':'passed','RIcUD':function(_0x18127a,_0x497263){return _0x18127a!==_0x497263;},'DZrJj':function(_0xdfbddb,_0x8638a5){return _0xdfbddb+_0x8638a5;},'izBwI':_0x472daa(0x208)},_0x3caa45=_0x186254[_0x472daa(0x248)],_0x44c688=_0x186254['step'],_0x5d1755=_0xada8af[_0x472daa(0x2a3)](getTestRunIdentifier,_0x3caa45,_0x186254[_0x472daa(0x242)][_0x472daa(0x1e0)]),_0x44f6a8=_0x1897e4[_0x472daa(0x287)]()[_0x472daa(0x278)]('.')[0x1];let _0x339048=_0x4a31d0[_0x472daa(0x28d)]()[_0x472daa(0x27b)](_0x5d1755)[TestFrameworkConstants[_0x472daa(0x1f3)]];!_0x339048&&(_0x339048={});!_0xada8af['YDUOd'](_0x44f6a8,_0x339048)&&(_0x339048[_0x44f6a8]=[]);let _0xca3245=_0x4a31d0[_0x472daa(0x28d)]()[_0x472daa(0x27b)](_0x5d1755)[TestFrameworkConstants[_0x472daa(0x228)]];!_0xca3245&&(_0xca3245={});!_0xada8af[_0x472daa(0x218)](_0x44f6a8,_0xca3245)&&(_0xca3245[_0x44f6a8]=[]);const _0x1b59f9={[TestFrameworkConstants[_0x472daa(0x1f3)]]:_0x339048,[TestFrameworkConstants[_0x472daa(0x228)]]:_0xca3245},_0xddfe45={};_0xddfe45[_0x5d1755]=_0x1b59f9;const _0x3be02b=_0xddfe45,_0x5f8324=_0xada8af['RiPbI'](getPlaywrightTestFilePath,_0x3caa45),_0x29dc9f=_0x5f8324+':'+_0xada8af[_0x472daa(0x20f)](getPlaywrightTestLocation,_0x3caa45),_0x340130=TestInfo[_0x472daa(0x214)](_0x5d1755)[TestFrameworkConstants[_0x472daa(0x265)]]||{};if(_0xada8af[_0x472daa(0x27a)](_0x4409a5,HookState['PRE'])){const _0x5e6b7d={'key':_0x44f6a8,[TestFrameworkConstants[_0x472daa(0x201)]]:_0xada8af[_0x472daa(0x1fc)](uuidv4),[TestFrameworkConstants[_0x472daa(0x27f)]]:TestFrameworkConstants[_0x472daa(0x1fd)],[TestFrameworkConstants[_0x472daa(0x24c)]]:_0x44c688[_0x472daa(0x207)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x472daa(0x24d)]]:_0x44c688[_0x472daa(0x21e)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5f8324,[TestFrameworkConstants[_0x472daa(0x264)]]:_0x29dc9f,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x340130};_0x339048[_0x44f6a8][_0x472daa(0x250)](_0x5e6b7d),_0x3be02b[_0x5d1755][TestFrameworkConstants[_0x472daa(0x215)]]=_0x44f6a8,logger['debug'](_0x472daa(0x20a)+_0x44f6a8+_0x472daa(0x1e8)+_0x5e6b7d+'\x20\x20and\x20args\x20=\x20'+_0x186254);}else{if(_0xada8af['KspLx'](_0x4409a5,HookState[_0x472daa(0x291)])){const _0x2c1321=await _0x186254[_0x472daa(0x242)],_0x2c4607=_0x339048[_0x44f6a8]||[],_0x322b88=_0x186254[_0x472daa(0x231)];logger[_0x472daa(0x1f2)]('Hook\x20List\x20in\x20Post\x20'+_0x2c4607+'\x20and\x20args\x20=\x20'+_0x186254);if(_0xada8af[_0x472daa(0x21b)](_0x2c4607[_0x472daa(0x23a)],0x0)){const _0x5613f2=_0x2c4607[_0x472daa(0x1df)]();if(_0x322b88[_0x472daa(0x1d7)]){const _0x364c29=_0xada8af[_0x472daa(0x289)](failureData,_0x322b88[_0x472daa(0x1d7)],_0xada8af[_0x472daa(0x277)]);_0x5613f2[TestFrameworkConstants[_0x472daa(0x1d3)]]=_0xada8af[_0x472daa(0x27d)](getFailureType,_0x322b88?.[_0x472daa(0x1d7)]['message']),_0x5613f2[TestFrameworkConstants[_0x472daa(0x28b)]]=_0xada8af['HFVzV'](removeAnsiColors,_0x322b88?.[_0x472daa(0x1d7)][_0x472daa(0x1ed)]),_0x5613f2[TestFrameworkConstants[_0x472daa(0x27f)]]=_0xada8af[_0x472daa(0x1f6)],_0x5613f2[TestFrameworkConstants[_0x472daa(0x1ce)]]=_0x364c29;}else _0x5613f2[TestFrameworkConstants[_0x472daa(0x27f)]]=_0xada8af[_0x472daa(0x272)];_0xada8af['RIcUD'](_0x2c1321,TestFrameworkConstants[_0x472daa(0x1fd)])&&(_0x5613f2[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x322b88[_0x472daa(0x1d7)]?_0xada8af['UfDrZ']:_0xada8af[_0x472daa(0x1f6)]);const _0xafebd4=new Date(_0x322b88['startTime']),_0x161140=new Date(_0xada8af[_0x472daa(0x23e)](_0xafebd4[_0x472daa(0x1dd)](),_0x322b88['duration']));_0x5613f2[TestFrameworkConstants[_0x472daa(0x21a)]]=_0x161140[_0x472daa(0x1c4)](),_0x5613f2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x340130;const _0x4f196e=_0x5613f2[TestFrameworkConstants['KEY_HOOK_ID']];await this[_0x472daa(0x234)](_0x4a31d0,_0x1897e4,_0x4f196e,_0xada8af[_0x472daa(0x200)],_0x186254),!_0xca3245[_0x44f6a8]&&(_0xca3245[_0x44f6a8]=[]),_0xca3245[_0x44f6a8][_0x472daa(0x250)](_0x5613f2),_0x3be02b[_0x5d1755][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x44f6a8;}}}return _0x3be02b;}async[a77_0x5924cc(0x234)](_0x12f548,_0x8082c5,_0x46e085,_0x26662b,_0x2dac11){const _0x10fa4d=a77_0x5924cc,_0x4f3fe0={'jiqIu':function(_0x513e3c,_0x50631d){return _0x513e3c===_0x50631d;},'WnDKm':'test','TlqBx':function(_0x288a29,_0x71ef90,_0x113a81){return _0x288a29(_0x71ef90,_0x113a81);},'RvHuP':function(_0x37e463,_0x57472e,_0xd012af){return _0x37e463(_0x57472e,_0xd012af);},'bsesM':_0x10fa4d(0x255),'SSrGe':function(_0x386ea5,_0x2caf85,_0x4e855f,_0xaa6369){return _0x386ea5(_0x2caf85,_0x4e855f,_0xaa6369);},'gbHwY':function(_0x5d62d2,_0x201aff,_0x5e4592){return _0x5d62d2(_0x201aff,_0x5e4592);},'nYODy':function(_0x27e862,_0x53e389,_0x5baab1){return _0x27e862(_0x53e389,_0x5baab1);},'pYzdf':function(_0x65be93,_0xa4ab59,_0x15dad4){return _0x65be93(_0xa4ab59,_0x15dad4);},'RnRWL':function(_0x21cd38,_0x339e8b){return _0x21cd38/_0x339e8b;},'ZkPqP':function(_0x2516ba,_0x27096a){return _0x2516ba<_0x27096a;},'mywRE':function(_0x169bdb,_0x583f9c){return _0x169bdb*_0x583f9c;},'kPeAA':function(_0x2ab7e1,_0x3bded2){return _0x2ab7e1+_0x3bded2;},'luBNJ':function(_0x119997,_0x35c7ca,_0xc3baa7,_0x5f4529,_0x46b883){return _0x119997(_0x35c7ca,_0xc3baa7,_0x5f4529,_0x46b883);},'dSmxw':function(_0x1d4972,_0x5e0dc3){return _0x1d4972+_0x5e0dc3;},'ZgcES':function(_0x4aac2e,_0x450dd4,_0x22ac47,_0x1df7bb){return _0x4aac2e(_0x450dd4,_0x22ac47,_0x1df7bb);},'wqYkx':_0x10fa4d(0x208),'cMcHB':function(_0x708cc0,_0x5b8040,_0x1428ba){return _0x708cc0(_0x5b8040,_0x1428ba);}};try{if(_0x4f3fe0[_0x10fa4d(0x292)](_0x26662b,_0x4f3fe0[_0x10fa4d(0x1f8)])){const _0x4d1350=await _0x2dac11[_0x10fa4d(0x242)],_0x34beec=_0x4f3fe0[_0x10fa4d(0x205)](getTestRunIdentifier,_0x2dac11[_0x10fa4d(0x248)],_0x2dac11['result'][_0x10fa4d(0x1e0)]),_0x23e2a7=_0x2dac11['test'];logger['debug'](_0x10fa4d(0x299)+_0x34beec+'\x20result='+util[_0x10fa4d(0x29f)](_0x4d1350));const _0x1fb6e4=_0x12f548['getAllData']()[_0x10fa4d(0x27b)](_0x34beec)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x4f3fe0[_0x10fa4d(0x2a0)](sendTraceZip,_0x4d1350,_0x1fb6e4);const _0x2d4e49=TestInfo[_0x10fa4d(0x214)](_0x34beec)[_0x4f3fe0[_0x10fa4d(0x254)]],_0x5e7285={};if(_0x2d4e49){!_0x4d1350[_0x10fa4d(0x255)]&&(_0x4d1350[_0x10fa4d(0x255)]=[]);_0x5e7285[_0x10fa4d(0x255)]=_0x4d1350[_0x10fa4d(0x255)][_0x10fa4d(0x1ef)](_0x2d4e49||[]);const _0x53b28c=TestInfo[_0x10fa4d(0x214)](_0x34beec);delete _0x53b28c[_0x4f3fe0[_0x10fa4d(0x254)]],TestInfo[_0x10fa4d(0x270)](_0x34beec,_0x53b28c);}const {steps:_0x59f4bf,logs:_0x3f8746}=_0x4f3fe0[_0x10fa4d(0x249)](getStepsAndLogs,_0x4d1350[_0x10fa4d(0x213)],_0x12f548[_0x10fa4d(0x28d)]()[_0x10fa4d(0x27b)](_0x34beec)[TestFrameworkConstants[_0x10fa4d(0x1fb)]],_0x4f3fe0['WnDKm']),_0x2b355c=_0x4f3fe0[_0x10fa4d(0x2a5)](getScreenshots,_0x5e7285,_0x12f548[_0x10fa4d(0x28d)]()[_0x10fa4d(0x27b)](_0x34beec)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x12473f=_0x4f3fe0[_0x10fa4d(0x284)](getVideos,_0x4d1350,_0x12f548[_0x10fa4d(0x28d)]()[_0x10fa4d(0x27b)](_0x34beec)[TestFrameworkConstants[_0x10fa4d(0x1fb)]]),{_:_0x57f4a3,logs:_0x398e90}=_0x4f3fe0[_0x10fa4d(0x2a5)](getFailureData,_0x4d1350[_0x10fa4d(0x27c)],{'test_run_uuid':_0x12f548[_0x10fa4d(0x28d)]()['get'](_0x34beec)[TestFrameworkConstants[_0x10fa4d(0x1fb)]]}),_0x564f67=TestInfo[_0x10fa4d(0x214)](_0x34beec)[TestFrameworkConstants[_0x10fa4d(0x251)]]||{},_0xa0df88=_0x4f3fe0['pYzdf'](getMediaArtifactsLogs,_0x564f67,_0x12f548['getAllData']()[_0x10fa4d(0x27b)](_0x34beec)[TestFrameworkConstants['KEY_TEST_UUID']]),_0xe396e5=_0x12f548[_0x10fa4d(0x28d)]()[_0x10fa4d(0x27b)](_0x34beec),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x52fc3a='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2ef460=''}=_0xe396e5,_0xaa5fa6=(_0x3f8746||[])['concat'](_0x2b355c||[])[_0x10fa4d(0x1ef)](_0x398e90||[])['concat'](_0x12473f||[])['concat'](_0xa0df88||[]),_0x591783=0x28,_0x59ae8c=Math['ceil'](_0x4f3fe0[_0x10fa4d(0x1ee)](_0xaa5fa6[_0x10fa4d(0x23a)],_0x591783));for(let _0x5140fc=0x0;_0x4f3fe0[_0x10fa4d(0x26b)](_0x5140fc,_0x59ae8c);_0x5140fc++){const _0xf8fea1=_0x4f3fe0[_0x10fa4d(0x225)](_0x5140fc,_0x591783),_0x6151dd=_0x4f3fe0[_0x10fa4d(0x22a)](_0xf8fea1,_0x591783),_0x5160cc=_0xaa5fa6[_0x10fa4d(0x1c7)](_0xf8fea1,_0x6151dd),_0xc70bab={'platformIndex':global?.[_0x10fa4d(0x268)]??0x0,'logs':_0x5160cc,'testFrameworkName':_0x52fc3a,'testFrameworkVersion':_0x2ef460,'testFrameworkState':_0x8082c5[_0x10fa4d(0x287)]()[_0x10fa4d(0x278)]('.')[0x1]};_0x4f3fe0[_0x10fa4d(0x29b)](updatePayloadForTraceLogs,_0xc70bab,_0x2dac11,_0x34beec,_0x12f548),logger[_0x10fa4d(0x1f2)](_0x10fa4d(0x233)+_0x34beec+_0x10fa4d(0x212)+_0x4f3fe0[_0x10fa4d(0x22a)](_0x5140fc,0x1)+'/'+_0x59ae8c+_0x10fa4d(0x1d5)+util[_0x10fa4d(0x29f)](_0xc70bab));const _0x1eda11=await GrpcClient[_0x10fa4d(0x273)]()[_0x10fa4d(0x20d)](_0xc70bab);logger['debug'](_0x10fa4d(0x233)+_0x34beec+_0x10fa4d(0x212)+_0x4f3fe0['dSmxw'](_0x5140fc,0x1)+'/'+_0x59ae8c+_0x10fa4d(0x243)+util[_0x10fa4d(0x29f)](_0x1eda11));}}else{const {steps:_0x252010,logs:_0x2579b1}=_0x4f3fe0[_0x10fa4d(0x226)](getStepsAndLogs,_0x2dac11[_0x10fa4d(0x231)][_0x10fa4d(0x213)],_0x46e085,_0x4f3fe0[_0x10fa4d(0x1ff)]),_0x1e1869=_0x4f3fe0[_0x10fa4d(0x1be)](getTestRunIdentifier,_0x2dac11[_0x10fa4d(0x248)],_0x2dac11[_0x10fa4d(0x242)][_0x10fa4d(0x1e0)]);logger[_0x10fa4d(0x1f2)](_0x10fa4d(0x299)+_0x1e1869);const _0x911094=_0x12f548[_0x10fa4d(0x28d)]()[_0x10fa4d(0x27b)](_0x1e1869),{[TestFrameworkConstants[_0x10fa4d(0x269)]]:_0x57397a='',[TestFrameworkConstants[_0x10fa4d(0x26c)]]:_0xe8a01c=''}=_0x911094,_0x125e12={'platformIndex':'0','logs':_0x2579b1,'testFrameworkName':_0x57397a,'testFrameworkVersion':_0xe8a01c,'testFrameworkState':_0x8082c5[_0x10fa4d(0x287)]()['split']('.')[0x1]};_0x4f3fe0[_0x10fa4d(0x29b)](updatePayloadForTraceLogs,_0x125e12,_0x2dac11,_0x1e1869,_0x12f548),logger['debug'](_0x10fa4d(0x233)+_0x1e1869+'\x20payload='+util[_0x10fa4d(0x29f)](_0x125e12));const _0x11529f=await GrpcClient[_0x10fa4d(0x273)]()[_0x10fa4d(0x20d)](_0x125e12);}}catch(_0x5198ab){logger[_0x10fa4d(0x1d7)]('Error\x20in\x20sendLogCreatedEvent:\x20'+util[_0x10fa4d(0x266)](_0x5198ab));}}[a77_0x5924cc(0x1c6)](_0x5504a7){const _0x259c9f=a77_0x5924cc,_0x2b84fa={'Elkkd':function(_0x3b6960,_0x5e4f77,_0x173922){return _0x3b6960(_0x5e4f77,_0x173922);},'sjWkq':'base64'};try{const _0x24a1d0=_0x5504a7['test']['id'],_0x1e9cc6=_0x2b84fa[_0x259c9f(0x219)](getTestRunIdentifier,_0x5504a7[_0x259c9f(0x248)],_0x5504a7[_0x259c9f(0x242)][_0x259c9f(0x1e0)]),_0x30949a=_0x5504a7[_0x259c9f(0x26d)],_0x1caf48=_0x30949a['getContext'](),_0x5becde=_0x30949a[_0x259c9f(0x28d)]()[_0x259c9f(0x27b)](_0x1e9cc6);logger[_0x259c9f(0x1f2)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x24a1d0);const {[TestFrameworkConstants[_0x259c9f(0x269)]]:_0x550210='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x35b9a0='',[TestFrameworkConstants[_0x259c9f(0x274)]]:_0x28c49e='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x38e4c0=''}=_0x5becde,_0x34a4d1=_0x30949a['getCurrentTestState']()[_0x259c9f(0x287)]()[_0x259c9f(0x278)]('.')[0x1],_0x15d3ad=_0x30949a[_0x259c9f(0x281)]()[_0x259c9f(0x287)]()[_0x259c9f(0x278)]('.')[0x1],_0x1f2599=_0x5504a7?.['result']?.[_0x259c9f(0x285)],_0x262862=_0x30949a[_0x259c9f(0x1cc)](),_0x18073d=Buffer[_0x259c9f(0x1e6)](JSON[_0x259c9f(0x1c0)](_0x5becde))[_0x259c9f(0x287)](_0x2b84fa[_0x259c9f(0x22c)]),_0x3c5985={'hash':_0x1caf48[_0x259c9f(0x235)](),'threadId':_0x1caf48['getThreadId']()[_0x259c9f(0x287)](),'processId':_0x1caf48['getProcessId']()[_0x259c9f(0x287)]()},_0x15ccf8={};_0x15ccf8[_0x259c9f(0x1e7)]=_0x1f2599,_0x15ccf8['testFrameworkName']=_0x550210,_0x15ccf8[_0x259c9f(0x1f7)]=_0x35b9a0,_0x15ccf8[_0x259c9f(0x25f)]=_0x34a4d1,_0x15ccf8['hookState']=_0x15d3ad,_0x15ccf8[_0x259c9f(0x28e)]=_0x28c49e,_0x15ccf8[_0x259c9f(0x1c9)]=_0x38e4c0,_0x15ccf8[_0x259c9f(0x280)]=_0x262862,_0x15ccf8[_0x259c9f(0x271)]=_0x18073d,_0x15ccf8[_0x259c9f(0x216)]=_0x3c5985;const _0x2ca6d7=_0x15ccf8;return logger['debug'](_0x259c9f(0x1fe)+_0x24a1d0+_0x259c9f(0x26f)+_0x34a4d1+_0x259c9f(0x1bf)+_0x15d3ad),_0x2ca6d7;}catch(_0x2619d2){return logger[_0x259c9f(0x1d7)](_0x259c9f(0x22b)+util[_0x259c9f(0x266)](_0x2619d2)),{};}}}module[a77_0x5924cc(0x27e)]=PlaywrightTestFramework;
|
|
1
|
+
const a77_0x2f19d7=a77_0x5d49;(function(_0x13bbd3,_0xf43a97){const _0x193b33=a77_0x5d49,_0x3364da=_0x13bbd3();while(!![]){try{const _0x29bdd1=parseInt(_0x193b33(0x204))/0x1+parseInt(_0x193b33(0x2a4))/0x2*(parseInt(_0x193b33(0x1f9))/0x3)+parseInt(_0x193b33(0x1fa))/0x4*(-parseInt(_0x193b33(0x1f4))/0x5)+-parseInt(_0x193b33(0x29d))/0x6*(-parseInt(_0x193b33(0x260))/0x7)+parseInt(_0x193b33(0x210))/0x8+-parseInt(_0x193b33(0x251))/0x9+-parseInt(_0x193b33(0x227))/0xa*(parseInt(_0x193b33(0x23d))/0xb);if(_0x29bdd1===_0xf43a97)break;else _0x3364da['push'](_0x3364da['shift']());}catch(_0x5b2fa4){_0x3364da['push'](_0x3364da['shift']());}}}(a77_0x18da,0x581a4));const TestFramework=require(a77_0x2f19d7(0x23a)),TestFrameworkState=require(a77_0x2f19d7(0x233)),HookState=require(a77_0x2f19d7(0x22e)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a77_0x2f19d7(0x2db)),TestFrameworkConstants=require(a77_0x2f19d7(0x2bf)),logger=createClassLogger(a77_0x2f19d7(0x24e)),{v4:uuidv4}=require(a77_0x2f19d7(0x26b)),util=require('util'),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a77_0x2f19d7(0x211)),TestInfo=require(a77_0x2f19d7(0x1f5)),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a77_0x2f19d7(0x22c)),{getFailureData,getTestTags,getTestRunIdentifier}=require('../../playwright/reporter/pwUtils'),{findNestedKey,sendTraceZip,validateFilePath}=require(a77_0x2f19d7(0x219)),path=require('path'),fs=require('fs'),helper=require(a77_0x2f19d7(0x209)),{PLAYWRIGHT_TRACE_LOGS}=require('../../utils/constants');function a77_0x5d49(_0x3d917c,_0x8145dd){const _0x18da78=a77_0x18da();return a77_0x5d49=function(_0x5d496b,_0x45f884){_0x5d496b=_0x5d496b-0x1ee;let _0x5b4cdb=_0x18da78[_0x5d496b];return _0x5b4cdb;},a77_0x5d49(_0x3d917c,_0x8145dd);}function a77_0x18da(){const _0x2ef488=['irAVY','some','BpvYX','push','bmYjQ','instance','trackEvent:\x20found\x20instance,\x20testFrameworkState=','field_type','matchHookRegex','KEY_TEST_FILE_PATH','getTestIdentifierFromTestInfo','info','createTestFrameworkEventPayload\x20testId:\x20','oeDXU','errors','qdMtc','cknts','error','OJuuU','ADUTU','suHFU','KEY_EVENT_ENDED_AT','failed','VResY','1790274oGEelR','RHwMQ','DArSN','addMultipleEntries','pop','KEY_TEST_ID','trim','2RPzJeL','KEY_TEST_LOGS','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','MIgBp','message','KEY_HOOK_LOGS','pLQoy','trackEvent','path','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_VERSION','map','KEY_HOOK_LAST_STARTED','KEY_HOOK_FAILURE',',\x20state=','getTestDetails','iXRRN','toString','KEY_TEST_ENDED_AT','VzLKh','results','OXeWm','TfTAm','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','attachments','KEY_TEST_NAME','NONE','./constants/testFrameworkConstants.js','pfYsF','result','annotations','swPEi','inspect','parsePlaywrightTestResult','\x20target=','jEZVA','ciLpC','KEY_TEST_RETRY_OF','err','Error\x20processing\x20trace\x20file\x20','KEY_TEST_FAILURE_TYPE','retry','\x20hookState=','trackPlaywrightInstance','debug','KEY_HOOK_FAILURE_REASON','LiGlD','endedAt','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','ScYBP','KEY_LOGS','getAllData','test','getTestFrameworks','INIT_TEST','../instances/trackedInstance.js','oNrfs','ZchRR','JNUWt','testFrameworkName','testUId',',\x20testFrameworkState=','TycGN','5PnbjkJ','../TestInfo.js','skipped','sendLogCreatedEvent:\x20testId=','DEFAULT_TEST_RESULT','1676607lljnlq','2879220jglxvU','\x20testState:\x20','pRPYq','timedOut','getTime','trackHookEvent','getTestFrameworksVersions','KEY_TEST_LOCATION','KEY_TEST_ATTACHMENTS','KEY_TEST_SCOPES','278493wdTekg','file_name','basename','qolPE','Smuzi','../../../../src/helpers/helper','steps','yYbtR','toISOString','PwPJI','status','getRef','5592032FUOWwZ','../../../helpers/helper.js','knAOS','KEY_TEST_STARTED_AT','getCurrentTestState','\x20&\x20hook\x20=\x20','getTestUUID','browserstackPlatformIndex','stack','../../playwright/reporter/pwUtils','ceil','GtwXn','multi_dropdown','length','parsePlaywrightTest','duration','testFrameworkState','KEY_HOOK_ID','createTestFrameworkEventPayload','KEY_HOOKS_STARTED','rZtII','parsePlaywrightTestResult:\x20testId=','UMtQu','10mXdnFk','split','IYxFh','ORKDj','parallelIndex','../../../helpers/test-observability/utils','title','../state/hookState.js','fJjzK','getId','TEST_SCREENSHOT','NBjxy','../state/testFrameworkState.js','cINQd','filePath','values','platformIndex','UKXpu','Error\x20in\x20sendLogCreatedEvent:\x20','./testFramework','vPXzO','SeivK','11566027bLBMwx','KEY_HOOK_NAME','setTrackedInstance','KEY_TEST_UUID','PRE','startedAt','No\x20reason\x20provided','sendLogCreatedEvent','passed','logCreatedEvent','getContext','qgutv','wAxdy','\x20batch\x20','KEY_TEST_RESULT','FmCyK','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','PlaywrightTestFramework','CbmIn','description','8946YHsxQH','expectedStatus','MOXqE','\x20instanceId=','createContext','KEY_TEST_CODE','statSync','Expected\x20to\x20fail,\x20but\x20passed.','getInstance','UEMQS','format','\x20testHookState=','tNjxj','TLySU','cqExG','14vzkgYG','vKYlH','Hkdir','KEY_TEST_RESULT_AT','LqddP','\x20result=','base64','KEY_CUSTOM_TAGS','setTestDetails','\x20\x20and\x20args\x20=\x20','size','uuid','\x20hookState:\x20','RaWJH','getTrackedInstance','iqUVK','forEach','sendLogCreatedEvent\x20for\x20testId:\x20','stringify','EKWZO','get','KEY_TEST_FRAMEWORK_NAME','getCurrentHookState','KEY_HOOK_RESULT','slice','runHooks','HdhOg','KEY_EVENT_STARTED_AT','step','POST','startTime','KDDSA','KEY_HOOK_LAST_FINISHED','getThreadId','ndZiY','concat','resolveInstance'];a77_0x18da=function(){return _0x2ef488;};return a77_0x18da();}class PlaywrightTestFramework extends TestFramework{constructor(_0x3ba785,_0x58099a,_0x2f75d2){super(_0x3ba785,_0x58099a,_0x2f75d2);}async[a77_0x2f19d7(0x2ab)](_0x3c1882,_0x18600e,_0x2c16e2={}){const _0x2f49ed=a77_0x2f19d7,_0x4fcd67={'HdhOg':function(_0xc571ee,_0x25d342){return _0xc571ee===_0x25d342;},'pRPYq':function(_0x5f083a,_0x537859){return _0x5f083a===_0x537859;},'CbmIn':function(_0x48b019,_0x2b188c,_0x58660c){return _0x48b019(_0x2b188c,_0x58660c);},'pLQoy':function(_0x58dac0,_0x4bc814){return _0x58dac0===_0x4bc814;},'RaWJH':_0x2f49ed(0x2d8),'ndZiY':_0x2f49ed(0x2bb)};super['trackEvent'](_0x3c1882,_0x18600e,_0x2c16e2);if(_0x4fcd67[_0x2f49ed(0x27a)](_0x3c1882,TestFrameworkState[_0x2f49ed(0x231)])){const _0x3e99f8=TestInfo[_0x2f49ed(0x28f)](_0x2c16e2[_0x2f49ed(0x2d8)],_0x2c16e2['test'][_0x2f49ed(0x2cd)]);TestInfo[_0x2f49ed(0x268)](_0x3e99f8,_0x2c16e2['result'],!![]);}const _0x12c212=this[_0x2f49ed(0x284)](_0x3c1882,_0x18600e,_0x2c16e2);if(!_0x12c212)return;logger[_0x2f49ed(0x2d0)](_0x2f49ed(0x28b)+_0x3c1882+_0x2f49ed(0x2ce)+_0x18600e+_0x2f49ed(0x254)+_0x12c212['getRef']());try{if(_0x4fcd67[_0x2f49ed(0x1fc)](_0x18600e,HookState[_0x2f49ed(0x241)])&&_0x4fcd67[_0x2f49ed(0x27a)](_0x3c1882,TestFrameworkState['TEST'])){const _0x29033b=_0x2c16e2['test'];logger[_0x2f49ed(0x2d0)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x29033b['id']+'}');const _0x24d48c=TestInfo[_0x2f49ed(0x216)](_0x4fcd67[_0x2f49ed(0x24f)](getTestRunIdentifier,_0x29033b,_0x2c16e2[_0x2f49ed(0x2c1)][_0x2f49ed(0x2cd)]));_0x12c212['addMultipleEntries'](this['parsePlaywrightTest'](_0x24d48c,_0x29033b,_0x2c16e2[_0x2f49ed(0x2c1)])),logger[_0x2f49ed(0x2d0)](_0x2f49ed(0x24d)+_0x29033b['id']+_0x2f49ed(0x1f2)+_0x3c1882+_0x2f49ed(0x25c)+_0x18600e+'\x20instance='+_0x12c212[_0x2f49ed(0x20f)]());}if(_0x4fcd67[_0x2f49ed(0x27a)](_0x18600e,HookState[_0x2f49ed(0x27d)])&&_0x4fcd67[_0x2f49ed(0x2aa)](_0x3c1882,TestFrameworkState['TEST'])){const _0xe7c233=_0x2c16e2[_0x2f49ed(0x2d8)],_0x33ec66=_0x2c16e2[_0x2f49ed(0x2c1)];logger[_0x2f49ed(0x2d0)]('trackEvent\x20loading\x20testResults\x20for\x20testId:\x20'+_0xe7c233['id']),_0x12c212[_0x2f49ed(0x2a0)](this[_0x2f49ed(0x2c5)](_0xe7c233['id'],_0x33ec66,_0xe7c233)),await this[_0x2f49ed(0x244)](_0x12c212,_0x3c1882,_0x18600e,_0x4fcd67[_0x2f49ed(0x26d)],_0x2c16e2);}if(CLIUtils[_0x2f49ed(0x28d)](_0x3c1882[_0x2f49ed(0x2b5)]()['split']('.')[0x1])){const _0x291c5e=await this[_0x2f49ed(0x1ff)](_0x12c212,_0x3c1882,_0x18600e,_0x2c16e2);_0x12c212[_0x2f49ed(0x2a0)](_0x291c5e);}}catch(_0x551c7b){logger[_0x2f49ed(0x296)](util[_0x2f49ed(0x25b)](_0x4fcd67[_0x2f49ed(0x282)],_0x3c1882,_0x18600e,_0x2c16e2[_0x2f49ed(0x21d)],_0x551c7b));}_0x2c16e2['instance']=_0x12c212,await this[_0x2f49ed(0x279)](_0x12c212,_0x3c1882,_0x18600e,_0x2c16e2);}[a77_0x2f19d7(0x284)](_0x5cac93,_0x354a03,_0x8881da={}){const _0x1594c1=a77_0x2f19d7,_0x210891={};_0x210891[_0x1594c1(0x289)]=function(_0x14b496,_0xab2f4b){return _0x14b496===_0xab2f4b;};const _0x176dd2=_0x210891;let _0x184e61=null;return(_0x176dd2[_0x1594c1(0x289)](_0x5cac93,TestFrameworkState[_0x1594c1(0x2da)])||_0x176dd2[_0x1594c1(0x289)](_0x5cac93,TestFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x5cac93,_0x8881da),_0x184e61=TestFramework[_0x1594c1(0x26e)](),_0x184e61;}[a77_0x2f19d7(0x2cf)](_0x5e1771,_0x265e48){const _0x21018f=a77_0x2f19d7,_0x5a61d3=CLIUtils['getCurrentInstanceName'](),_0x1fd61f=TrackedInstance[_0x21018f(0x255)](_0x5a61d3);let _0x4d24bd=null;logger[_0x21018f(0x290)](_0x21018f(0x2d4)+_0x5a61d3+_0x21018f(0x2b2)+_0x5e1771),_0x4d24bd=new TestFrameworkInstance(_0x1fd61f,this['getTestFrameworks'](),this[_0x21018f(0x200)](),_0x5e1771,HookState[_0x21018f(0x2be)]),TestFramework[_0x21018f(0x23f)](_0x1fd61f,_0x4d24bd),logger['info'](_0x21018f(0x2a6)+_0x1fd61f['getId']()+_0x21018f(0x2c6)+_0x5a61d3);}[a77_0x2f19d7(0x21e)](_0xed4c4c,_0x407af0,_0x2a784a){const _0x4bdf74=a77_0x2f19d7,_0x3b5fa9={'TycGN':function(_0x3949a9,_0x7a2335){return _0x3949a9(_0x7a2335);},'UMtQu':function(_0x500baf,_0x583ac3){return _0x500baf(_0x583ac3);},'NBjxy':function(_0x2d28a5,_0xe9853e){return _0x2d28a5(_0xe9853e);},'cqExG':function(_0x5c9ee4,_0x51e880){return _0x5c9ee4(_0x51e880);},'iqUVK':function(_0x39056b,_0x1d75e3){return _0x39056b(_0x1d75e3);},'OXeWm':function(_0x24a586,_0x202e71,_0x687526){return _0x24a586(_0x202e71,_0x687526);}},_0x3b5b05=_0x3b5fa9['TycGN'](getPlaywrightTestId,_0x407af0),_0x26b90=_0x3b5fa9[_0x4bdf74(0x1f3)](getPlaywrightTestTitle,_0x407af0),_0x2af9eb=_0x3b5fa9[_0x4bdf74(0x1f3)](getTestTags,_0x407af0),_0xa5a086=_0x3b5fa9[_0x4bdf74(0x226)](getPlaywrightTestCode,_0x407af0),_0x2379e0=_0x3b5fa9[_0x4bdf74(0x232)](getPlaywrightTestFilePath,_0x407af0),_0x4d0c6c=_0x2379e0+':'+_0x3b5fa9['NBjxy'](getPlaywrightTestLocation,_0x407af0),_0xcbe40e=_0x3b5fa9[_0x4bdf74(0x25f)](getPlaywrightTestScope,_0x407af0),_0x10363e=_0x3b5fa9['iqUVK'](getPlaywrightTestScopes,_0x407af0),_0xf9e449=_0x3b5fa9[_0x4bdf74(0x232)](getPlaywrightSessionName,_0x407af0),_0x5445af=this[_0x4bdf74(0x2d9)]()[0x0],_0x4664f0=_0x3b5fa9[_0x4bdf74(0x2b9)](getTestRunIdentifier,_0x407af0,_0x2a784a[_0x4bdf74(0x2cd)]),_0x1356cc={[TestFrameworkConstants[_0x4bdf74(0x275)]]:_0x5445af,[TestFrameworkConstants[_0x4bdf74(0x2ae)]]:this[_0x4bdf74(0x200)]()[_0x5445af],[TestFrameworkConstants[_0x4bdf74(0x2a5)]]:[],[TestFrameworkConstants[_0x4bdf74(0x2ad)]]:{},[TestFrameworkConstants[_0x4bdf74(0x223)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0xed4c4c,[TestFrameworkConstants[_0x4bdf74(0x24b)]]:TestFrameworkConstants[_0x4bdf74(0x1f8)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0xf9e449,[TestFrameworkConstants[_0x4bdf74(0x28e)]]:_0x2379e0,[TestFrameworkConstants[_0x4bdf74(0x2a2)]]:_0x3b5b05,[TestFrameworkConstants[_0x4bdf74(0x2bd)]]:_0x26b90,[TestFrameworkConstants[_0x4bdf74(0x201)]]:_0x4d0c6c,[TestFrameworkConstants[_0x4bdf74(0x256)]]:_0xa5a086,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x2af9eb,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x407af0[_0x4bdf74(0x2b8)][0x0][_0x4bdf74(0x27e)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0xcbe40e,[TestFrameworkConstants[_0x4bdf74(0x203)]]:_0x10363e,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x3b5fa9[_0x4bdf74(0x26f)](getPlaywrightCustomRerunParam,_0x407af0)};TestInfo[_0x4bdf74(0x268)](_0x4664f0,_0x1356cc);const _0x179d87={};return _0x179d87[_0x4664f0]=_0x1356cc,_0x179d87;}[a77_0x2f19d7(0x2c5)](_0x297bf1,_0x14b530,_0x3608c5){const _0x1d9314=a77_0x2f19d7,_0x18a548={'MOXqE':function(_0x59055b,_0x43d02c){return _0x59055b(_0x43d02c);},'tNjxj':'TEST_ATTACHMENT','KDDSA':function(_0x4b4885,_0x4920bd){return _0x4b4885===_0x4920bd;},'LqddP':function(_0x29fec8,_0x196ef9){return _0x29fec8===_0x196ef9;},'ciLpC':function(_0x239dc7,_0x677e3){return _0x239dc7(_0x677e3);},'JNUWt':_0x1d9314(0x243),'knAOS':_0x1d9314(0x21c),'cknts':function(_0x522649,_0x79c142){return _0x522649(_0x79c142);},'RHwMQ':function(_0x533757,_0x2dccd0,_0xc42041){return _0x533757(_0x2dccd0,_0xc42041);},'VzLKh':function(_0x56816a,_0x1bccb5){return _0x56816a+_0x1bccb5;},'PwPJI':_0x1d9314(0x1f6),'ScYBP':_0x1d9314(0x245),'qgutv':function(_0x9989ba,_0x537cf4){return _0x9989ba===_0x537cf4;},'suHFU':_0x1d9314(0x29b),'swPEi':_0x1d9314(0x1fd),'jEZVA':function(_0x1f1759,_0x71d77d){return _0x1f1759===_0x71d77d;},'vKYlH':_0x1d9314(0x258),'vPXzO':function(_0x3e768c,_0x357799,_0x341a53){return _0x3e768c(_0x357799,_0x341a53);},'TLySU':function(_0xeb0854,_0x2929fb){return _0xeb0854||_0x2929fb;},'ORKDj':function(_0x9a14aa,_0x5886b0){return _0x9a14aa(_0x5886b0);},'LiGlD':function(_0xf187e7,_0x19337f){return _0xf187e7>_0x19337f;},'fJjzK':function(_0x58bf1c,_0xf1a3cc){return _0x58bf1c-_0xf1a3cc;},'MIgBp':_0x1d9314(0x2ac),'rZtII':function(_0x3694b5,_0x58cc32,_0x5a45bf){return _0x3694b5(_0x58cc32,_0x5a45bf);}};logger['debug'](_0x1d9314(0x225)+_0x297bf1);const _0x5f2db2=_0x18a548[_0x1d9314(0x29e)](getTestRunIdentifier,_0x3608c5,_0x14b530[_0x1d9314(0x2cd)]),_0x30e1f9=new Date(_0x14b530[_0x1d9314(0x27e)]),_0x2bd80b=_0x14b530['duration'],_0x78840d=new Date(_0x18a548[_0x1d9314(0x2b7)](_0x30e1f9[_0x1d9314(0x1fe)](),_0x2bd80b)),_0x159f4c=_0x14b530[_0x1d9314(0x20e)],_0x2d8438=TestInfo[_0x1d9314(0x2b3)](_0x5f2db2)[TestFrameworkConstants[_0x1d9314(0x267)]]||{};let _0x28eb56=_0x159f4c;if(_0x18a548[_0x1d9314(0x264)](_0x14b530['status'],_0x3608c5[_0x1d9314(0x252)]))_0x28eb56=_0x18a548['KDDSA'](_0x14b530['status'],_0x18a548[_0x1d9314(0x20d)])?_0x18a548[_0x1d9314(0x20d)]:_0x18a548[_0x1d9314(0x2d5)];else{(_0x18a548[_0x1d9314(0x264)](_0x28eb56,_0x18a548[_0x1d9314(0x2d5)])||_0x18a548[_0x1d9314(0x248)](_0x28eb56,_0x18a548[_0x1d9314(0x299)])||_0x18a548[_0x1d9314(0x248)](_0x28eb56,_0x18a548[_0x1d9314(0x2c3)]))&&(_0x28eb56=_0x18a548[_0x1d9314(0x299)]);if(_0x18a548[_0x1d9314(0x2c7)](_0x14b530[_0x1d9314(0x20e)],_0x18a548[_0x1d9314(0x2d5)])&&_0x18a548[_0x1d9314(0x2c7)](_0x3608c5[_0x1d9314(0x252)],_0x18a548[_0x1d9314(0x299)])){const _0x16ae4f={};_0x16ae4f['message']=_0x18a548[_0x1d9314(0x261)],_0x16ae4f[_0x1d9314(0x218)]=_0x18a548[_0x1d9314(0x261)],_0x14b530[_0x1d9314(0x296)]=_0x16ae4f,_0x14b530['errors']=[_0x14b530[_0x1d9314(0x296)]];}}const {failureData:_0x19c196,logs:_0x391ead}=_0x18a548[_0x1d9314(0x23b)](getFailureData,_0x14b530?.[_0x1d9314(0x293)],{}),_0x5b7bec={[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x18a548[_0x1d9314(0x25e)](_0x19c196,null),[TestFrameworkConstants[_0x1d9314(0x2cc)]]:_0x14b530?.['error']&&_0x18a548[_0x1d9314(0x253)](getFailureType,_0x14b530[_0x1d9314(0x296)][_0x1d9314(0x2a8)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x14b530?.[_0x1d9314(0x296)]&&_0x18a548[_0x1d9314(0x22a)](removeAnsiColors,_0x14b530[_0x1d9314(0x296)][_0x1d9314(0x2a8)]),[TestFrameworkConstants[_0x1d9314(0x2d6)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x28eb56,[TestFrameworkConstants[_0x1d9314(0x2b6)]]:_0x78840d[_0x1d9314(0x20c)](),[TestFrameworkConstants[_0x1d9314(0x263)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2d8438};if(_0x14b530&&_0x18a548['LiGlD'](_0x14b530['retry'],0x0)){const _0x3da362=TestInfo[_0x1d9314(0x216)](_0x18a548[_0x1d9314(0x23b)](getTestRunIdentifier,_0x3608c5,_0x18a548[_0x1d9314(0x22f)](_0x14b530[_0x1d9314(0x2cd)],0x1)));_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2c9)]]=_0x3da362;}const _0x43b64b={};_0x43b64b[_0x1d9314(0x2d8)]=_0x3608c5;const _0x23c38c=this['resolveInstance'](TestFrameworkState['TEST'],HookState['POST'],_0x43b64b),_0x3bdb22=_0x23c38c[_0x1d9314(0x2d7)]()[_0x1d9314(0x274)](_0x5f2db2)[TestFrameworkConstants[_0x1d9314(0x240)]],_0xcce6b=[],_0x466600=_0x18a548[_0x1d9314(0x29e)](findNestedKey,_0x14b530,_0x18a548[_0x1d9314(0x2a7)]);if(_0x466600&&_0x18a548[_0x1d9314(0x2c8)](validateFilePath,_0x466600))try{_0xcce6b[_0x1d9314(0x288)]({'kind':_0x18a548[_0x1d9314(0x25d)],'timestamp':new Date()[_0x1d9314(0x20c)](),'test_run_uuid':_0x3bdb22,'file_name':path[_0x1d9314(0x206)](_0x466600),'file_size':fs[_0x1d9314(0x257)](_0x466600)[_0x1d9314(0x26a)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x488393){logger[_0x1d9314(0x296)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x466600+':\x20'+_0x488393[_0x1d9314(0x2a8)]);}const _0x4a72ed=TestInfo['getTraceFilePaths'](),_0x9116d=_0x4a72ed['filter'](_0x2ed033=>_0x2ed033[_0x1d9314(0x1f1)]===_0x3bdb22);_0x9116d[_0x1d9314(0x270)](_0x15241e=>{const _0x3dfb52=_0x1d9314;if(_0x15241e[_0x3dfb52(0x235)]&&_0x18a548[_0x3dfb52(0x253)](validateFilePath,_0x15241e[_0x3dfb52(0x235)])&&!_0xcce6b[_0x3dfb52(0x286)](_0x14d8d5=>_0x14d8d5[_0x3dfb52(0x205)]===path['basename'](_0x15241e['filePath'])))try{_0xcce6b[_0x3dfb52(0x288)]({'kind':_0x18a548[_0x3dfb52(0x25d)],'timestamp':new Date()[_0x3dfb52(0x20c)](),'test_run_uuid':_0x3bdb22,'file_name':path[_0x3dfb52(0x206)](_0x15241e[_0x3dfb52(0x235)]),'file_size':fs[_0x3dfb52(0x257)](_0x15241e[_0x3dfb52(0x235)])['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1e6df0){logger['error'](_0x3dfb52(0x2cb)+_0x15241e['filePath']+'\x20from\x20TestDetails:\x20'+_0x1e6df0['message']);}});if(_0x18a548[_0x1d9314(0x2d2)](_0xcce6b[_0x1d9314(0x21d)],0x0)){const _0x1328e6=_0x5b7bec[TestFrameworkConstants['KEY_LOGS']]||[];_0x5b7bec[TestFrameworkConstants['KEY_LOGS']]=[..._0x1328e6,..._0xcce6b];}const _0x1c4b97=TestInfo['getTestDetails'](_0x5f2db2)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xe84f71=_0x18a548[_0x1d9314(0x224)](getManualUploadLogs,_0x1c4b97,_0x23c38c['getAllData']()[_0x1d9314(0x274)](_0x5f2db2)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x18a548['LiGlD'](_0xe84f71['length'],0x0)){const _0x230392=_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2d6)]]||[];_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2d6)]]=[..._0x230392,..._0xe84f71];}const _0xbab42e=_0x3608c5[_0x1d9314(0x2c2)]||[],_0x124887=_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x267)]]||{};_0xbab42e[_0x1d9314(0x270)](_0x539b40=>{const _0x4d84ce=_0x1d9314,{type:_0x528c2a}=_0x539b40;let _0x35799a=_0x539b40[_0x4d84ce(0x250)];if(!_0x528c2a)return;(_0x18a548[_0x4d84ce(0x27f)](_0x35799a,undefined)||_0x18a548[_0x4d84ce(0x27f)](_0x35799a,null)||_0x18a548['LqddP'](_0x18a548['ciLpC'](String,_0x35799a)[_0x4d84ce(0x2a3)](),''))&&(_0x35799a=_0x18a548[_0x4d84ce(0x1ef)]);if(!_0x124887[_0x528c2a]){const _0x452408={};_0x452408['field_type']=_0x18a548['knAOS'],_0x452408[_0x4d84ce(0x236)]=[],_0x124887[_0x528c2a]=_0x452408;}else!_0x124887[_0x528c2a][_0x4d84ce(0x28c)]&&(_0x124887[_0x528c2a]['field_type']=_0x18a548[_0x4d84ce(0x212)]),!Array['isArray'](_0x124887[_0x528c2a][_0x4d84ce(0x236)])&&(_0x124887[_0x528c2a][_0x4d84ce(0x236)]=[]);const _0x5ccac1=_0x18a548[_0x4d84ce(0x295)](String,_0x35799a)['split'](',')[_0x4d84ce(0x2af)](_0x13af54=>_0x13af54[_0x4d84ce(0x2a3)]());_0x124887[_0x528c2a][_0x4d84ce(0x236)]=[...new Set([..._0x124887[_0x528c2a]['values'],..._0x5ccac1])];}),_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x267)]]=_0x124887,TestInfo[_0x1d9314(0x268)](_0x5f2db2,_0x5b7bec);const _0x42116b={};return _0x42116b[_0x5f2db2]=_0x5b7bec,_0x42116b;}async['trackHookEvent'](_0x4e9f50,_0x248890,_0x4944a3,_0x2203ba){const _0xddb721=a77_0x2f19d7,_0x4b9845={'oNrfs':function(_0xf2ec01,_0x94955,_0x18585c){return _0xf2ec01(_0x94955,_0x18585c);},'iXRRN':function(_0x58afce,_0x435cc1){return _0x58afce in _0x435cc1;},'EKWZO':function(_0x5372e5,_0x42e5ba){return _0x5372e5(_0x42e5ba);},'wkCfw':function(_0x40d7dd,_0x26c0d5){return _0x40d7dd===_0x26c0d5;},'BbYSe':function(_0x3e21c0){return _0x3e21c0();},'Hkdir':function(_0x235fb9,_0x2f5dc2){return _0x235fb9===_0x2f5dc2;},'wCfHL':function(_0x1afe34,_0x3ba7cd){return _0x1afe34>_0x3ba7cd;},'TfTAm':function(_0x49fddf,_0xcfaa82,_0x547215){return _0x49fddf(_0xcfaa82,_0x547215);},'ADUTU':_0xddb721(0x2ca),'ZchRR':_0xddb721(0x29b),'DArSN':_0xddb721(0x245),'irAVY':function(_0x3b2bb3,_0x7cac83){return _0x3b2bb3!==_0x7cac83;},'SeivK':function(_0x1a7bb7,_0x361ed1){return _0x1a7bb7+_0x361ed1;},'yYbtR':'hook'},_0x29a4a7=_0x2203ba[_0xddb721(0x2d8)],_0x460892=_0x2203ba[_0xddb721(0x27c)],_0x19b311=_0x4b9845[_0xddb721(0x2dc)](getTestRunIdentifier,_0x29a4a7,_0x2203ba['result'][_0xddb721(0x2cd)]),_0x36fbc3=_0x248890[_0xddb721(0x2b5)]()['split']('.')[0x1];let _0x3e3fdf=_0x4e9f50[_0xddb721(0x2d7)]()['get'](_0x19b311)[TestFrameworkConstants[_0xddb721(0x223)]];!_0x3e3fdf&&(_0x3e3fdf={});!_0x4b9845[_0xddb721(0x2b4)](_0x36fbc3,_0x3e3fdf)&&(_0x3e3fdf[_0x36fbc3]=[]);let _0x2690d7=_0x4e9f50[_0xddb721(0x2d7)]()[_0xddb721(0x274)](_0x19b311)[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2690d7&&(_0x2690d7={});!_0x4b9845['iXRRN'](_0x36fbc3,_0x2690d7)&&(_0x2690d7[_0x36fbc3]=[]);const _0x1fb281={[TestFrameworkConstants[_0xddb721(0x223)]]:_0x3e3fdf,[TestFrameworkConstants[_0xddb721(0x2ad)]]:_0x2690d7},_0x17b367={};_0x17b367[_0x19b311]=_0x1fb281;const _0x277508=_0x17b367,_0x4e4000=_0x4b9845[_0xddb721(0x273)](getPlaywrightTestFilePath,_0x29a4a7),_0x1e9787=_0x4e4000+':'+_0x4b9845[_0xddb721(0x273)](getPlaywrightTestLocation,_0x29a4a7),_0x33311a=TestInfo[_0xddb721(0x2b3)](_0x19b311)[TestFrameworkConstants[_0xddb721(0x267)]]||{};if(_0x4b9845['wkCfw'](_0x4944a3,HookState[_0xddb721(0x241)])){const _0x33d719={'key':_0x36fbc3,[TestFrameworkConstants[_0xddb721(0x221)]]:_0x4b9845['BbYSe'](uuidv4),[TestFrameworkConstants[_0xddb721(0x277)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0xddb721(0x27b)]]:_0x460892[_0xddb721(0x27e)],[TestFrameworkConstants[_0xddb721(0x2a9)]]:[],[TestFrameworkConstants[_0xddb721(0x23e)]]:_0x460892[_0xddb721(0x22d)],[TestFrameworkConstants[_0xddb721(0x28e)]]:_0x4e4000,[TestFrameworkConstants[_0xddb721(0x201)]]:_0x1e9787,[TestFrameworkConstants[_0xddb721(0x267)]]:_0x33311a};_0x3e3fdf[_0x36fbc3]['push'](_0x33d719),_0x277508[_0x19b311][TestFrameworkConstants[_0xddb721(0x2b0)]]=_0x36fbc3,logger[_0xddb721(0x2d0)]('Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x36fbc3+_0xddb721(0x215)+_0x33d719+_0xddb721(0x269)+_0x2203ba);}else{if(_0x4b9845[_0xddb721(0x262)](_0x4944a3,HookState[_0xddb721(0x27d)])){const _0x23711a=await _0x2203ba[_0xddb721(0x2c1)],_0x1fe82a=_0x3e3fdf[_0x36fbc3]||[],_0x3134dc=_0x2203ba[_0xddb721(0x27c)];logger[_0xddb721(0x2d0)]('Hook\x20List\x20in\x20Post\x20'+_0x1fe82a+'\x20and\x20args\x20=\x20'+_0x2203ba);if(_0x4b9845['wCfHL'](_0x1fe82a['length'],0x0)){const _0x372dd5=_0x1fe82a[_0xddb721(0x2a1)]();if(_0x3134dc['error']){const _0x3f2513=_0x4b9845[_0xddb721(0x2ba)](failureData,_0x3134dc[_0xddb721(0x296)],_0x4b9845[_0xddb721(0x298)]);_0x372dd5[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x4b9845['EKWZO'](getFailureType,_0x3134dc?.[_0xddb721(0x296)][_0xddb721(0x2a8)]),_0x372dd5[TestFrameworkConstants[_0xddb721(0x2d1)]]=_0x4b9845['EKWZO'](removeAnsiColors,_0x3134dc?.[_0xddb721(0x296)][_0xddb721(0x2a8)]),_0x372dd5[TestFrameworkConstants[_0xddb721(0x277)]]=_0x4b9845[_0xddb721(0x1ee)],_0x372dd5[TestFrameworkConstants[_0xddb721(0x2b1)]]=_0x3f2513;}else _0x372dd5[TestFrameworkConstants[_0xddb721(0x277)]]=_0x4b9845[_0xddb721(0x29f)];_0x4b9845[_0xddb721(0x285)](_0x23711a,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x372dd5[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x3134dc[_0xddb721(0x296)]?_0x4b9845[_0xddb721(0x29f)]:_0x4b9845['ZchRR']);const _0x471444=new Date(_0x3134dc['startTime']),_0x1546bd=new Date(_0x4b9845[_0xddb721(0x23c)](_0x471444[_0xddb721(0x1fe)](),_0x3134dc[_0xddb721(0x21f)]));_0x372dd5[TestFrameworkConstants[_0xddb721(0x29a)]]=_0x1546bd[_0xddb721(0x20c)](),_0x372dd5[TestFrameworkConstants[_0xddb721(0x267)]]=_0x33311a;const _0x229ff2=_0x372dd5[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x4e9f50,_0x248890,_0x229ff2,_0x4b9845[_0xddb721(0x20b)],_0x2203ba),!_0x2690d7[_0x36fbc3]&&(_0x2690d7[_0x36fbc3]=[]),_0x2690d7[_0x36fbc3][_0xddb721(0x288)](_0x372dd5),_0x277508[_0x19b311][TestFrameworkConstants[_0xddb721(0x280)]]=_0x36fbc3;}}}return _0x277508;}async[a77_0x2f19d7(0x244)](_0x584b88,_0x304504,_0x86bd24,_0x5776ab,_0x4325c9){const _0x449af2=a77_0x2f19d7,_0x7cdaae={'UKXpu':function(_0x598f93,_0x140c6e){return _0x598f93===_0x140c6e;},'OJuuU':'test','FmCyK':function(_0x52bf8b,_0x36cc44,_0x4d2f52){return _0x52bf8b(_0x36cc44,_0x4d2f52);},'GtwXn':function(_0x4cf0e8,_0x19196f,_0x4af811){return _0x4cf0e8(_0x19196f,_0x4af811);},'Smuzi':_0x449af2(0x2bc),'qolPE':function(_0x39f38b,_0x1a3fa0,_0x3f83e7,_0x13c895){return _0x39f38b(_0x1a3fa0,_0x3f83e7,_0x13c895);},'wAxdy':function(_0xe02224,_0x31b1b6,_0x3a3c89){return _0xe02224(_0x31b1b6,_0x3a3c89);},'axHok':function(_0x9b90ed,_0x582c27,_0x27bca5){return _0x9b90ed(_0x582c27,_0x27bca5);},'VResY':function(_0x1091b4,_0x3cdcc6,_0x12aa45){return _0x1091b4(_0x3cdcc6,_0x12aa45);},'oeDXU':function(_0x56ce4a,_0x414abe){return _0x56ce4a/_0x414abe;},'BpvYX':function(_0x148d0e,_0x1d7f77){return _0x148d0e<_0x1d7f77;},'pfYsF':function(_0x3008a3,_0x389a22){return _0x3008a3*_0x389a22;},'IYxFh':function(_0x2649df,_0x321f05){return _0x2649df+_0x321f05;},'dsCHX':function(_0x133e0a,_0x2cd64c,_0x159b3c,_0xf459ef,_0x28308d){return _0x133e0a(_0x2cd64c,_0x159b3c,_0xf459ef,_0x28308d);},'cINQd':function(_0x32af8d,_0x2d027b){return _0x32af8d+_0x2d027b;},'UEMQS':function(_0x1f9a47,_0x37f5ab,_0x1673f1,_0x2b688f){return _0x1f9a47(_0x37f5ab,_0x1673f1,_0x2b688f);},'aDDES':'hook','CqduB':function(_0x13d6d9,_0x5088f4,_0x17ecc7,_0x54cdd1,_0xff137b){return _0x13d6d9(_0x5088f4,_0x17ecc7,_0x54cdd1,_0xff137b);}};try{if(_0x7cdaae[_0x449af2(0x238)](_0x5776ab,_0x7cdaae[_0x449af2(0x297)])){const _0x27cbd0=await _0x4325c9['result'],_0x5e509d=_0x7cdaae[_0x449af2(0x24c)](getTestRunIdentifier,_0x4325c9[_0x449af2(0x2d8)],_0x4325c9[_0x449af2(0x2c1)][_0x449af2(0x2cd)]),_0x4c3599=_0x4325c9[_0x449af2(0x2d8)];logger[_0x449af2(0x2d0)](_0x449af2(0x1f7)+_0x5e509d+_0x449af2(0x265)+util['inspect'](_0x27cbd0));const _0x42f8b9=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x7cdaae[_0x449af2(0x21b)](sendTraceZip,_0x27cbd0,_0x42f8b9);const _0x36bb60=TestInfo[_0x449af2(0x2b3)](_0x5e509d)[_0x7cdaae['Smuzi']],_0x51ea61={};if(_0x36bb60){!_0x27cbd0[_0x449af2(0x2bc)]&&(_0x27cbd0[_0x449af2(0x2bc)]=[]);_0x51ea61[_0x449af2(0x2bc)]=_0x27cbd0[_0x449af2(0x2bc)][_0x449af2(0x283)](_0x36bb60||[]);const _0x1fd824=TestInfo[_0x449af2(0x2b3)](_0x5e509d);delete _0x1fd824[_0x7cdaae[_0x449af2(0x208)]],TestInfo[_0x449af2(0x268)](_0x5e509d,_0x1fd824);}const {steps:_0x5c2780,logs:_0x4af1b4}=_0x7cdaae[_0x449af2(0x207)](getStepsAndLogs,_0x27cbd0[_0x449af2(0x20a)],_0x584b88['getAllData']()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants['KEY_TEST_UUID']],_0x7cdaae['OJuuU']),_0x9e76b4=_0x7cdaae[_0x449af2(0x249)](getScreenshots,_0x51ea61,_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),_0x24b824=_0x7cdaae[_0x449af2(0x24c)](getVideos,_0x27cbd0,_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),{_:_0x50dfed,logs:_0x22ea55}=_0x7cdaae['axHok'](getFailureData,_0x27cbd0[_0x449af2(0x293)],{'test_run_uuid':_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]}),_0x3dbf79=TestInfo[_0x449af2(0x2b3)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x202)]]||{},_0x566d30=_0x7cdaae[_0x449af2(0x29c)](getMediaArtifactsLogs,_0x3dbf79,_0x584b88[_0x449af2(0x2d7)]()['get'](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),_0x3bd823=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d),{[TestFrameworkConstants[_0x449af2(0x275)]]:_0x3538c5='',[TestFrameworkConstants[_0x449af2(0x2ae)]]:_0x5d75d7=''}=_0x3bd823,_0x498162=(_0x4af1b4||[])[_0x449af2(0x283)](_0x9e76b4||[])[_0x449af2(0x283)](_0x22ea55||[])[_0x449af2(0x283)](_0x24b824||[])[_0x449af2(0x283)](_0x566d30||[]),_0x46c57e=0x28,_0x34dee1=Math[_0x449af2(0x21a)](_0x7cdaae[_0x449af2(0x292)](_0x498162[_0x449af2(0x21d)],_0x46c57e));for(let _0x327245=0x0;_0x7cdaae[_0x449af2(0x287)](_0x327245,_0x34dee1);_0x327245++){const _0x50db09=_0x7cdaae[_0x449af2(0x2c0)](_0x327245,_0x46c57e),_0x607ca=_0x7cdaae[_0x449af2(0x229)](_0x50db09,_0x46c57e),_0x3a5c7c=_0x498162[_0x449af2(0x278)](_0x50db09,_0x607ca),_0x569f43={'platformIndex':global?.[_0x449af2(0x217)]??0x0,'logs':_0x3a5c7c,'testFrameworkName':_0x3538c5,'testFrameworkVersion':_0x5d75d7,'testFrameworkState':_0x304504[_0x449af2(0x2b5)]()[_0x449af2(0x228)]('.')[0x1]};_0x7cdaae['dsCHX'](updatePayloadForTraceLogs,_0x569f43,_0x4325c9,_0x5e509d,_0x584b88),logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x5e509d+_0x449af2(0x24a)+_0x7cdaae['IYxFh'](_0x327245,0x1)+'/'+_0x34dee1+'\x20payload='+util[_0x449af2(0x2c4)](_0x569f43));const _0x1d524a=await GrpcClient[_0x449af2(0x259)]()[_0x449af2(0x246)](_0x569f43);logger[_0x449af2(0x2d0)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x5e509d+'\x20batch\x20'+_0x7cdaae[_0x449af2(0x234)](_0x327245,0x1)+'/'+_0x34dee1+'\x20response='+util['inspect'](_0x1d524a));}}else{const {steps:_0x40a3b5,logs:_0x30dd41}=_0x7cdaae[_0x449af2(0x25a)](getStepsAndLogs,_0x4325c9[_0x449af2(0x27c)][_0x449af2(0x20a)],_0x86bd24,_0x7cdaae['aDDES']),_0x626283=_0x7cdaae['axHok'](getTestRunIdentifier,_0x4325c9[_0x449af2(0x2d8)],_0x4325c9[_0x449af2(0x2c1)][_0x449af2(0x2cd)]);logger[_0x449af2(0x2d0)](_0x449af2(0x1f7)+_0x626283);const _0x1e16fe=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x626283),{[TestFrameworkConstants[_0x449af2(0x275)]]:_0x4ac925='',[TestFrameworkConstants[_0x449af2(0x2ae)]]:_0x36e7bd=''}=_0x1e16fe,_0x35326e={'platformIndex':'0','logs':_0x30dd41,'testFrameworkName':_0x4ac925,'testFrameworkVersion':_0x36e7bd,'testFrameworkState':_0x304504['toString']()['split']('.')[0x1]};_0x7cdaae['CqduB'](updatePayloadForTraceLogs,_0x35326e,_0x4325c9,_0x626283,_0x584b88),logger[_0x449af2(0x2d0)](_0x449af2(0x271)+_0x626283+'\x20payload='+util[_0x449af2(0x2c4)](_0x35326e));const _0x26a57a=await GrpcClient[_0x449af2(0x259)]()['logCreatedEvent'](_0x35326e);}}catch(_0x257e64){logger[_0x449af2(0x296)](_0x449af2(0x239)+util['format'](_0x257e64));}}[a77_0x2f19d7(0x222)](_0x703baf){const _0x46539a=a77_0x2f19d7,_0x45b7f4={'qdMtc':function(_0x31130b,_0x478dce,_0x2a4b69){return _0x31130b(_0x478dce,_0x2a4b69);},'BfZwU':_0x46539a(0x266)};try{const _0x340d0e=_0x703baf[_0x46539a(0x2d8)]['id'],_0x158c50=_0x45b7f4[_0x46539a(0x294)](getTestRunIdentifier,_0x703baf[_0x46539a(0x2d8)],_0x703baf[_0x46539a(0x2c1)][_0x46539a(0x2cd)]),_0x2dc364=_0x703baf[_0x46539a(0x28a)],_0x22b0a3=_0x2dc364[_0x46539a(0x247)](),_0x469387=_0x2dc364[_0x46539a(0x2d7)]()[_0x46539a(0x274)](_0x158c50);logger[_0x46539a(0x2d0)](_0x46539a(0x291)+_0x340d0e);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5ee930='',[TestFrameworkConstants[_0x46539a(0x2ae)]]:_0x4ec7dd='',[TestFrameworkConstants[_0x46539a(0x213)]]:_0x19acf7='',[TestFrameworkConstants[_0x46539a(0x2b6)]]:_0x3bcace=''}=_0x469387,_0x1d92d1=_0x2dc364[_0x46539a(0x214)]()['toString']()['split']('.')[0x1],_0x9a9dca=_0x2dc364[_0x46539a(0x276)]()[_0x46539a(0x2b5)]()['split']('.')[0x1],_0x5187fe=_0x703baf?.['result']?.[_0x46539a(0x22b)],_0x21b1d6=_0x2dc364['getRef'](),_0x103502=Buffer['from'](JSON[_0x46539a(0x272)](_0x469387))[_0x46539a(0x2b5)](_0x45b7f4['BfZwU']),_0x522da6={'hash':_0x22b0a3[_0x46539a(0x230)](),'threadId':_0x22b0a3[_0x46539a(0x281)]()[_0x46539a(0x2b5)](),'processId':_0x22b0a3['getProcessId']()[_0x46539a(0x2b5)]()},_0x29ccd4={};_0x29ccd4[_0x46539a(0x237)]=_0x5187fe,_0x29ccd4[_0x46539a(0x1f0)]=_0x5ee930,_0x29ccd4['testFrameworkVersion']=_0x4ec7dd,_0x29ccd4[_0x46539a(0x220)]=_0x1d92d1,_0x29ccd4['hookState']=_0x9a9dca,_0x29ccd4[_0x46539a(0x242)]=_0x19acf7,_0x29ccd4[_0x46539a(0x2d3)]=_0x3bcace,_0x29ccd4[_0x46539a(0x26b)]=_0x21b1d6,_0x29ccd4['eventJson']=_0x103502,_0x29ccd4['executionContext']=_0x522da6;const _0x4daa1a=_0x29ccd4;return logger[_0x46539a(0x2d0)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x340d0e+_0x46539a(0x1fb)+_0x1d92d1+_0x46539a(0x26c)+_0x9a9dca),_0x4daa1a;}catch(_0x38aba1){return logger[_0x46539a(0x296)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x38aba1)),{};}}}module['exports']=PlaywrightTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78_0x4caa0b=a78_0x56ef;(function(_0x25e7d0,_0x17de40){const _0x5602e6=a78_0x56ef,_0x88c952=_0x25e7d0();while(!![]){try{const _0xb1f535=parseInt(_0x5602e6(0x152))/0x1+-parseInt(_0x5602e6(0x164))/0x2+-parseInt(_0x5602e6(0x151))/0x3+-parseInt(_0x5602e6(0x169))/0x4*(parseInt(_0x5602e6(0x14c))/0x5)+parseInt(_0x5602e6(0x16b))/0x6*(-parseInt(_0x5602e6(0x154))/0x7)+-parseInt(_0x5602e6(0x15e))/0x8+parseInt(_0x5602e6(0x14e))/0x9;if(_0xb1f535===_0x17de40)break;else _0x88c952['push'](_0x88c952['shift']());}catch(_0x40fe4c){_0x88c952['push'](_0x88c952['shift']());}}}(a78_0x4f3b,0x4fef6));function a78_0x4f3b(){const _0x16475f=['../instances/automationFrameworkInstance.js','instance','3601952VRlipF','getTrackedInstance','\x20hookState=','logger','trackPuppeteerInstance:\x20saved\x20instance\x20contextId=','../instances/trackedInstance.js','957788SXwbZu','createContext','../state/hookState.js','ZWELd','\x20target=','1034468YfiXFy','getAutomationFrameworkName','96LpVLcq','setTrackedInstance','runHooks','resolveInstance','CREATE','UrODW','getAutomationFrameworkVersion','trackEvent','NONE','exports','10JXIwNH','../../../helpers/classLogger.js','15200163eSBgjf','VVXFp','debug','502728VZINDS','576695BVtsBb','trackPuppeteerInstance:\x20created\x20instance\x20for\x20target=','141855ECQEqM','XfCoW','trackEvent:\x20automationFrameworkState=','info','YNqJt','getId','getCurrentInstanceName','trackPuppeteerInstance'];a78_0x4f3b=function(){return _0x16475f;};return a78_0x4f3b();}function a78_0x56ef(_0x1e47f7,_0x2785a8){const _0x4f3bcd=a78_0x4f3b();return a78_0x56ef=function(_0x56ef95,_0x2983ba){_0x56ef95=_0x56ef95-0x144;let _0xffaa5b=_0x4f3bcd[_0x56ef95];return _0xffaa5b;},a78_0x56ef(_0x1e47f7,_0x2785a8);}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a78_0x4caa0b(0x14d)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a78_0x4caa0b(0x166)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a78_0x4caa0b(0x163)),AutomationFrameworkInstance=require(a78_0x4caa0b(0x15c));class PuppeteerAutomationFramework extends AutomationFramework{[a78_0x4caa0b(0x161)]=createClassLogger('PuppeteerAutomationFramework');constructor(_0x4b2928,_0x230527){super(_0x4b2928,_0x230527);}async[a78_0x4caa0b(0x149)](_0x13ea8d,_0x49bce2,_0x4b8f96={}){const _0x381676=a78_0x4caa0b,_0x3903c9={};_0x3903c9[_0x381676(0x147)]=function(_0xf133c4,_0xc9170){return _0xf133c4===_0xc9170;},_0x3903c9['VVXFp']='trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking';const _0x8db27a=_0x3903c9;this[_0x381676(0x161)][_0x381676(0x150)](_0x381676(0x156)+_0x13ea8d+_0x381676(0x160)+_0x49bce2),await super[_0x381676(0x149)](_0x13ea8d,_0x49bce2,_0x4b8f96);const _0x3b6bf0=this[_0x381676(0x145)](_0x13ea8d,_0x49bce2,_0x4b8f96);if(_0x8db27a[_0x381676(0x147)](_0x3b6bf0,null)){this[_0x381676(0x161)][_0x381676(0x150)](_0x8db27a[_0x381676(0x14f)]);return;}_0x4b8f96[_0x381676(0x15d)]=_0x3b6bf0,await this[_0x381676(0x144)](_0x3b6bf0,_0x13ea8d,_0x49bce2,_0x4b8f96);}[a78_0x4caa0b(0x145)](_0x5e543a,_0xd6eec3,_0x1d0e6f={}){const _0x53f29c=a78_0x4caa0b,_0x5e2772={};_0x5e2772['ZWELd']=function(_0x141271,_0x346977){return _0x141271===_0x346977;},_0x5e2772[_0x53f29c(0x158)]=function(_0x378c06,_0x5696cc){return _0x378c06===_0x5696cc;};const _0x2dffae=_0x5e2772;let _0x3cef60=null;return(_0x2dffae[_0x53f29c(0x167)](_0x5e543a,AutomationFrameworkState[_0x53f29c(0x146)])&&_0x2dffae['YNqJt'](_0xd6eec3,HookState['PRE'])||_0x2dffae['YNqJt'](_0x5e543a,AutomationFrameworkState[_0x53f29c(0x14a)]))&&this[_0x53f29c(0x15b)](_0x5e543a,_0x1d0e6f),_0x3cef60=AutomationFramework[_0x53f29c(0x15f)](),_0x3cef60;}['trackPuppeteerInstance'](_0x52dae1,_0xf77bfc){const _0xa06260=a78_0x4caa0b,_0x4ea495={};_0x4ea495[_0xa06260(0x155)]='trackPuppeteerInstance:\x20instance\x20already\x20exists';const _0x124942=_0x4ea495;if(AutomationFramework['getTrackedInstance']()){this[_0xa06260(0x161)][_0xa06260(0x157)](_0x124942[_0xa06260(0x155)]);return;}const _0x4547c1=CLIUtils[_0xa06260(0x15a)](),_0x44876a=TrackedInstance[_0xa06260(0x165)](_0x4547c1);let _0x2f9a09=null;this[_0xa06260(0x161)][_0xa06260(0x157)](_0xa06260(0x153)+_0x4547c1+',\x20state='+_0x52dae1),_0x2f9a09=new AutomationFrameworkInstance(_0x44876a,this[_0xa06260(0x16a)](),this[_0xa06260(0x148)](),_0x52dae1),AutomationFramework[_0xa06260(0x16c)](_0x44876a,_0x2f9a09),this[_0xa06260(0x161)][_0xa06260(0x157)](_0xa06260(0x162)+_0x44876a[_0xa06260(0x159)]()+_0xa06260(0x168)+_0x4547c1);}}module[a78_0x4caa0b(0x14b)]=PuppeteerAutomationFramework;
|