browserstack-node-sdk 1.68.2 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +172 -0
- package/generated/sdk-messages_pb.js +1334 -0
- package/generated/sdk_grpc_pb.d.ts +10 -0
- package/generated/sdk_grpc_pb.js +69 -0
- package/package.json +5 -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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.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/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.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/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/mochaTestFramework.js +1 -0
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.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/seleniumAutomationFramework.js +1 -0
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/runStateStore.js +1 -0
- package/src/bin/v2/sdkErrorHandler.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a96_0x5bc3(_0x1a6e58,_0x32341c){const _0x5178c0=a96_0x5178();return a96_0x5bc3=function(_0x5bc30e,_0x3e1aa0){_0x5bc30e=_0x5bc30e-0xe0;let _0x41c6b1=_0x5178c0[_0x5bc30e];return _0x41c6b1;},a96_0x5bc3(_0x1a6e58,_0x32341c);}const a96_0x5e4a31=a96_0x5bc3;(function(_0x426192,_0x39a54a){const _0x9ed1d6=a96_0x5bc3,_0x4ab34b=_0x426192();while(!![]){try{const _0x24c6c4=-parseInt(_0x9ed1d6(0x16a))/0x1*(parseInt(_0x9ed1d6(0x233))/0x2)+-parseInt(_0x9ed1d6(0xeb))/0x3+-parseInt(_0x9ed1d6(0x18c))/0x4*(-parseInt(_0x9ed1d6(0x120))/0x5)+parseInt(_0x9ed1d6(0x18b))/0x6+parseInt(_0x9ed1d6(0x187))/0x7*(parseInt(_0x9ed1d6(0x104))/0x8)+-parseInt(_0x9ed1d6(0x276))/0x9*(parseInt(_0x9ed1d6(0xe2))/0xa)+-parseInt(_0x9ed1d6(0x1e9))/0xb*(-parseInt(_0x9ed1d6(0x246))/0xc);if(_0x24c6c4===_0x39a54a)break;else _0x4ab34b['push'](_0x4ab34b['shift']());}catch(_0x1a61bc){_0x4ab34b['push'](_0x4ab34b['shift']());}}}(a96_0x5178,0x69279));const TestFramework=require(a96_0x5e4a31(0x1d7)),TestFrameworkState=require(a96_0x5e4a31(0x17c)),HookState=require(a96_0x5e4a31(0x1a2)),{createClassLogger}=require(a96_0x5e4a31(0x147)),TestFrameworkInstance=require(a96_0x5e4a31(0x1bc)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x5e4a31(0x176)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x5e4a31(0x1be)),{isInternalHook}=require(a96_0x5e4a31(0xf9)),logger=createClassLogger(a96_0x5e4a31(0x263)),{v4:uuidv4}=require(a96_0x5e4a31(0x122)),util=require(a96_0x5e4a31(0x257)),TestInfo=require(a96_0x5e4a31(0x241)),GrpcClient=require(a96_0x5e4a31(0x19d)),stackTrace=require(a96_0x5e4a31(0x1ed)),{pickUserFrameFile}=require(a96_0x5e4a31(0x1e4));function a96_0x5178(){const _0x808ef3=['setActiveHook','reverse','storePendingHook','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','workerInfo',':testAnalyticsId','KEY_HOOK_FAILURE','JUbki','parse','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','MelRA','mhfTT','length','RWAqF','FQYzV','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','logCreatedEvent',',\x20hook=','parallelIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','name','trackJestInstance:\x20created\x20instance\x20for\x20target=','gHEru','jyckQ','ZKjeH','mFzLq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','DEFAULT_HOOK_RESULT','tags','setTrackedInstance','KEY_TEST_SCOPE','KEY_HOOK_ID','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','addMultipleEntries','afterAll','hook_result',',\x20state=','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KNqNk','originalTest','skip','POST','OawcL','OIimt','debug','none','CIgQs','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','passed','LktoE','KEY_HOOK_RESULT','xqhhm','concat',',\x20testId=','hookState','38byAcdC','findIndex','location','apply','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','\x20for\x20testId:\x20','getContext','\x20(testIdentifier),\x20result=','KEY_TEST_META','getJestFailureData','Gagsv','fBaDO','testData','YrOdc','../TestInfo.js','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','matchHookRegex','resolveInstance','34392WyBYfA',',\x20consoleLogs:\x20','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','testUUID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','trackHookEvent','mTKhT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20hook_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','mapTestHooks','KEY_HOOK_LAST_STARTED','lqlTf','executionContext','util','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','tFWOS','KowIL','push','AjDzj','YfIHV','failure_reason',',\x20failureReason=','bSzZb',',\x20exception=','pChGQ','JestTestFramework',',\x20currentTestId:\x20','NbAMH','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','qXkdR','Hxwcq','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','lHWIb','hook_run_uuid','\x20pending\x20hooks\x20for\x20testId:\x20','join','getActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','KEY_TEST_FRAMEWORK_NAME','hookType',',\x20error:\x20','KEY_TEST_ATTACHMENTS','finished_at','SketY','1224mtjydU','message','GYkyJ','HkWHR',',\x20hookState:\x20','failed','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','hasPendingHooks','Unknown\x20Test','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_HOOK_NAME','rbaKX','file','FCvnp','args','KEY_EVENT_STARTED_AT','5430YVwsxE','from',',\x20response=','removePendingHooks','startedAt','KEY_TEST_TAGS','body','khPVl','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','2098968nXYoUs','KEY_TEST_SCOPES','retryOf','KEY_AUTOMATE_SESSION_NAME','EFpyZ','forEach','stringify','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','gPgOo','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getPendingHooks','lmQeq','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_NAME','../../../helpers/test-observability/utils',',\x20hookType=','test_run_uuid','filePath','KEY_LOGS','getProcessId',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','delete','map',',\x20screenshotLogs:\x20','16ckqvfJ','JXjhM','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','testId','has','beforeAll','get','scope','GQImV','kind','TEST','getRootParentFile','xTdfJ','jJQYj','\x20(testIdentifier),\x20tags=','set','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','asyncError','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','hook_id','eHWnn',',\x20testData=','hookData','CTuEg','btWXB','KEY_HOOK_FAILURE_REASON','Iccui','1055125isaQUg','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','uuid','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','runHooks','Processing\x20','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getId','event_ended_at','scBgL',',\x20hookUUID=','KEY_TEST_FAILURE_REASON','LOG_REPORT','title','KEY_TEST_RESULT_AT','depth','AssertionError',',\x20filePath:\x20','parent','inspect',',\x20hookId=','hooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20totalHooks=',',\x20filePath=',',\x20scope:\x20',',\x20result=','split','getHooksForTest','result','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','DEFAULT_TEST_RESULT','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','hookUUID','error',',\x20hooksListLength=','../../../helpers/classLogger.js','QAjrV','__bstackPlatformIndex','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOK_LOGS','testFrameworkName','splice','getCurrentHookState','scopes','isJestInternalHook','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','includes','isArray','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','FRTmw','KEY_TEST_RESULT','Unknown\x20error','status','eiGOr','toUpperCase','hTaCn','activeHooks','getJestTestTags','trackEvent','replace','getJestTestFilePath','dUnMr','Stored\x20pending\x20hook\x20for\x20testId:\x20','pYoGW','started_at','buildHookMapFromTest','test','41802qlpWXz','XLTvf','\x22\x20hook','KEY_TEST_STARTED_AT','KEY_TEST_RERUN_NAME','substring','uueqG','test_run_id','toISOString','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','HVNfx','hookMetadata','./constants/testFrameworkConstants.js','WUrTV','DibMN','MCuvI','KEY_TEST_LOGS','missing','../state/testFrameworkState.js','processPendingHooks','eZvGs','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','prtHf','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','testFrameworkVersion','FZvla','KEY_HOOK_LAST_FINISHED','\x20(testIdentifier)','keys','262969Viwdrt','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','oqXts',',\x20testFramework=','4633488BjWugA','4KgDMvC','XVJgv','KEY_TEST_RETRY_OF','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','oecUc','GeMpd','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','TEST_SCREENSHOT','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20',',\x20messageLength=','ZOvuI','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getAllPendingHookTestIds','code','getJestFailureReason','\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','../grpcClient','KEY_TEST_LOCATION','type','ZmLwr','\x20files','../state/hookState.js','createTestFrameworkEventPayload','parseJestTestResult','KEY_TEST_FAILURE_TYPE','KEY_HOOK_FAILURE_TYPE','match','getJestTestName',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20hookData=','getJestTestScopes',',\x20failureType=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','BEFORE_ALL','KEY_CUSTOM_TAGS','KEY_HOOKS_STARTED','errorsDetailed','getAllData',',\x20storing\x20as\x20pending\x20hook','getTestFrameworks','getRef','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_TEST_DURATION','duration','KEY_TEST_CODE','getCurrentTestState','../instances/testFrameworkInstance.js','getJestTestIdentifier','../../../helpers/helper.js','test_identifier','SFgZe','iMeMI','ceil','aVanm','getTrackedInstance',',\x20remainingHooks=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','ALL','exports','slice','ZENbl','toString','hUwKD','maxArrayLength',',\x20contextId=','PZKmE','NONE','Error\x20in\x20createTestFrameworkEventPayload:\x20','qgEil','_ALL','startsWith','qeXTR','pid','./testFramework','Assert','DKGmG','KEY_HOOKS_FINISHED','CfUrT','createContext','addPendingHook','__workerDetails','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','find','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','fFCqR','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','../../../helpers/stackFrameUtils','EjWcd','unknown','testFrameworkState','iXEaY','3608LwTwVp','KEY_TEST_ENDED_AT','file_name','skipped','stack-trace','getThreadId','format','warn','parseJestTest','getJestFailureType','\x20hook'];a96_0x5178=function(){return _0x808ef3;};return a96_0x5178();}class JestTestFramework extends TestFramework{constructor(_0x514eac,_0x2c2317,_0x3669ba){const _0x5b7d80=a96_0x5e4a31;super(_0x514eac,_0x2c2317,_0x3669ba),this[_0x5b7d80(0x15f)]=new Map();}[a96_0x5e4a31(0x1f4)](_0x4257da,_0x38e539,_0x470656){const _0x4a6708=a96_0x5e4a31,_0x11747c={};_0x11747c[_0x4a6708(0x1c0)]=function(_0x32859a,_0x14d84d){return _0x32859a||_0x14d84d;};const _0x61be33=_0x11747c;if(_0x61be33['SFgZe'](!_0x4257da,!_0x38e539)){logger[_0x4a6708(0x1f0)](_0x4a6708(0x24a)+_0x4257da+_0x4a6708(0x12b)+_0x38e539);return;}!this[_0x4a6708(0x15f)][_0x4a6708(0x108)](_0x4257da)&&this['activeHooks'][_0x4a6708(0x113)](_0x4257da,[]);const _0x132a98={'hookUUID':_0x38e539,'hookType':_0x470656,'startedAt':new Date()['toISOString']()};this[_0x4a6708(0x15f)]['get'](_0x4257da)['push'](_0x132a98),logger['debug'](_0x4a6708(0x197)+_0x4257da+',\x20hookUUID='+_0x38e539+_0x4a6708(0xfa)+_0x470656+_0x4a6708(0x139)+this[_0x4a6708(0x15f)][_0x4a6708(0x10a)](_0x4257da)[_0x4a6708(0x200)]);}['removeActiveHook'](_0xee98a9,_0x41f197){const _0x2b0987=a96_0x5e4a31,_0x45409f={};_0x45409f[_0x2b0987(0x25a)]=function(_0x2e976d,_0x49420c){return _0x2e976d||_0x49420c;},_0x45409f['gCprR']=function(_0x1b27b5,_0x4f2170){return _0x1b27b5!==_0x4f2170;},_0x45409f[_0x2b0987(0x1a0)]=function(_0x172a3b,_0x1fefba){return _0x172a3b===_0x1fefba;};const _0x5053a6=_0x45409f;if(_0x5053a6[_0x2b0987(0x25a)](!_0xee98a9,!_0x41f197)){logger['warn'](_0x2b0987(0x204)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197);return;}if(this['activeHooks'][_0x2b0987(0x108)](_0xee98a9)){const _0x59baf2=this[_0x2b0987(0x15f)][_0x2b0987(0x10a)](_0xee98a9),_0x119997=_0x59baf2[_0x2b0987(0x234)](_0xc5ec65=>_0xc5ec65[_0x2b0987(0x144)]===_0x41f197);_0x5053a6['gCprR'](_0x119997,-0x1)?(_0x59baf2[_0x2b0987(0x14d)](_0x119997,0x1),logger[_0x2b0987(0x228)](_0x2b0987(0x22b)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197+_0x2b0987(0x1c5)+_0x59baf2[_0x2b0987(0x200)]),_0x5053a6['ZmLwr'](_0x59baf2[_0x2b0987(0x200)],0x0)&&this[_0x2b0987(0x15f)][_0x2b0987(0x101)](_0xee98a9)):logger[_0x2b0987(0x228)](_0x2b0987(0x258)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197);}}[a96_0x5e4a31(0x26e)](_0x381c97){const _0x20e834=a96_0x5e4a31,_0x52f7b6={};_0x52f7b6['MFfEN']=function(_0xe069b,_0x105446){return _0xe069b>_0x105446;},_0x52f7b6['RWAqF']=function(_0x4c587d,_0x173dbb){return _0x4c587d-_0x173dbb;};const _0x4eb43c=_0x52f7b6;if(!_0x381c97)return null;if(this[_0x20e834(0x15f)][_0x20e834(0x108)](_0x381c97)){const _0x3de1d6=this['activeHooks'][_0x20e834(0x10a)](_0x381c97);if(_0x4eb43c['MFfEN'](_0x3de1d6['length'],0x0)){const _0x43c75d=_0x3de1d6[_0x4eb43c[_0x20e834(0x201)](_0x3de1d6['length'],0x1)];return logger[_0x20e834(0x228)](_0x20e834(0x17f)+_0x381c97+',\x20hookUUID='+_0x43c75d['hookUUID']+',\x20hookType='+_0x43c75d[_0x20e834(0x271)]),_0x43c75d;}}return null;}async[a96_0x5e4a31(0x161)](_0x26db4d,_0x115f4f,_0x422884={}){const _0x3b9828=a96_0x5e4a31,_0x232f34={};_0x232f34['BZPjY']=_0x3b9828(0x269),_0x232f34[_0x3b9828(0x1c3)]=function(_0x29c4f6,_0x528977){return _0x29c4f6===_0x528977;},_0x232f34[_0x3b9828(0x110)]=function(_0x881838,_0x1f763c){return _0x881838||_0x1f763c;},_0x232f34[_0x3b9828(0x179)]=_0x3b9828(0x205),_0x232f34[_0x3b9828(0x278)]=function(_0xb22dac,_0x3e2e47){return _0xb22dac===_0x3e2e47;};const _0x4490ef=_0x232f34;logger[_0x3b9828(0x228)](_0x3b9828(0x188)+_0x26db4d+_0x3b9828(0xff)+_0x115f4f+',\x20argsKeys='+Object[_0x3b9828(0x186)](_0x422884)[_0x3b9828(0x26d)](',')),await super[_0x3b9828(0x161)](_0x26db4d,_0x115f4f,_0x422884);const _0x3bf2ce=this[_0x3b9828(0x245)](_0x26db4d,_0x115f4f,_0x422884);if(!_0x3bf2ce){logger['debug'](_0x4490ef['BZPjY']);return;}try{let _0x351144,_0x59e380,_0x1f44a6;switch(_0x26db4d){case TestFrameworkState[_0x3b9828(0x10e)]:_0x351144=_0x422884[_0x3b9828(0x169)];const _0x2257c4={};_0x2257c4[_0x3b9828(0x130)]=0x2,_0x2257c4['maxArrayLength']=0x3,logger[_0x3b9828(0x228)](_0x3b9828(0x121)+_0x115f4f+_0x3b9828(0x11a)+util[_0x3b9828(0x134)](_0x351144,_0x2257c4)),_0x1f44a6=this[_0x3b9828(0x1bd)](_0x351144),_0x59e380=null,logger[_0x3b9828(0x228)](_0x3b9828(0x20c)+_0x1f44a6+_0x3b9828(0x185));if(_0x4490ef[_0x3b9828(0x1c3)](_0x115f4f,HookState[_0x3b9828(0x126)])){logger['debug'](_0x3b9828(0x137)+_0x1f44a6);const _0x119694={};_0x119694['testUUID']=_0x59e380,_0x119694[_0x3b9828(0x23f)]=_0x351144,_0x119694[_0x3b9828(0x107)]=_0x1f44a6;const _0x3f8b73=this['parseJestTest'](_0x119694),_0x523c93={};_0x523c93[_0x3b9828(0x130)]=0x2,_0x523c93['maxArrayLength']=0x3,logger[_0x3b9828(0x228)](_0x3b9828(0x115)+util[_0x3b9828(0x134)](_0x3f8b73,_0x523c93)),_0x3bf2ce[_0x3b9828(0x21d)](_0x3f8b73),logger[_0x3b9828(0x228)](_0x3b9828(0x153)+_0x1f44a6),await this[_0x3b9828(0x17d)](_0x3bf2ce,_0x1f44a6);}else{if(_0x4490ef[_0x3b9828(0x1c3)](_0x115f4f,HookState[_0x3b9828(0x225)])){logger[_0x3b9828(0x228)](_0x3b9828(0x157)+_0x1f44a6);const _0x652c02=_0x3bf2ce[_0x3b9828(0x1b3)]()[_0x3b9828(0x10a)](_0x1f44a6);logger[_0x3b9828(0x228)](_0x3b9828(0x249)+util[_0x3b9828(0x134)](Object['keys'](_0x4490ef[_0x3b9828(0x110)](_0x652c02,{}))));_0x652c02&&_0x652c02[TestFrameworkConstants[_0x3b9828(0x273)]]?logger['debug'](_0x3b9828(0x138)+Object[_0x3b9828(0x186)](_0x652c02[TestFrameworkConstants[_0x3b9828(0x273)]])[_0x3b9828(0x200)]+_0x3b9828(0x1a1)):logger[_0x3b9828(0x228)](_0x4490ef['MCuvI']);const _0x3e384a=_0x422884[_0x3b9828(0x223)]||null,_0x245cb1={};_0x245cb1[_0x3b9828(0x24c)]=_0x59e380,_0x245cb1[_0x3b9828(0x23f)]=_0x351144,_0x245cb1[_0x3b9828(0x107)]=_0x1f44a6,_0x245cb1['originalTest']=_0x3e384a;const _0x4befdb=this[_0x3b9828(0x1a4)](_0x245cb1),_0x2b5866={};_0x2b5866['depth']=0x2,_0x2b5866['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x3b9828(0x134)](_0x4befdb,_0x2b5866)),_0x3bf2ce['addMultipleEntries'](_0x4befdb),logger[_0x3b9828(0x228)](_0x3b9828(0x280)+_0x1f44a6),await this[_0x3b9828(0x17d)](_0x3bf2ce,_0x1f44a6);}}break;case TestFrameworkState[_0x3b9828(0x12d)]:if(_0x4490ef['GYkyJ'](_0x115f4f,HookState[_0x3b9828(0x225)])){const _0x11b84e={};_0x11b84e[_0x3b9828(0x130)]=0x2,logger[_0x3b9828(0x228)](_0x3b9828(0x143)+util[_0x3b9828(0x134)](_0x422884,_0x11b84e)),await this[_0x3b9828(0x156)](_0x3bf2ce,_0x26db4d,_0x422884);}break;default:if(CLIUtils[_0x3b9828(0x244)](_0x26db4d['toString']()['split']('.')[0x1])){const _0x1739b9={};_0x1739b9[_0x3b9828(0x130)]=0x2,_0x1739b9['maxArrayLength']=0x3,logger['debug'](_0x3b9828(0x27c)+_0x26db4d+_0x3b9828(0xff)+_0x115f4f+_0x3b9828(0x1ab)+util[_0x3b9828(0x134)](_0x422884[_0x3b9828(0x11b)],_0x1739b9));const _0x2da5c3=await this['trackHookEvent'](_0x3bf2ce,_0x26db4d,_0x115f4f,_0x422884),_0x2fb5d7={};_0x2fb5d7['depth']=0x2,_0x2fb5d7[_0x3b9828(0x1cd)]=0x3,logger['debug'](_0x3b9828(0x1aa)+util[_0x3b9828(0x134)](_0x2da5c3,_0x2fb5d7)),_0x3bf2ce['addMultipleEntries'](_0x2da5c3);}else logger[_0x3b9828(0x228)](_0x3b9828(0x221)+_0x26db4d+'\x20&\x20hookState='+_0x115f4f);break;}logger[_0x3b9828(0x228)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x26db4d+_0x3b9828(0xff)+_0x115f4f);}catch(_0x374d4d){logger[_0x3b9828(0x145)](_0x3b9828(0x208)+_0x26db4d+',\x20hookState='+_0x115f4f+_0x3b9828(0x261)+util['format'](_0x374d4d));}_0x422884['instance']=_0x3bf2ce,await this[_0x3b9828(0x124)](_0x3bf2ce,_0x26db4d,_0x115f4f,_0x422884);}[a96_0x5e4a31(0x1bd)](_0x4e2ec4){const _0x59ba20=a96_0x5e4a31,_0x3e86b0={};_0x3e86b0[_0x59ba20(0x284)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x49ba5f=_0x3e86b0;if(_0x4e2ec4&&(_0x4e2ec4['id']||_0x4e2ec4[_0x59ba20(0x122)])){const _0x281239=_0x4e2ec4['id']||_0x4e2ec4[_0x59ba20(0x122)];return logger[_0x59ba20(0x228)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x281239+'\x22\x20from\x20testData'),_0x281239;}return logger['debug'](_0x49ba5f[_0x59ba20(0x284)]),process[_0x59ba20(0x1d6)]+_0x59ba20(0x1f9);}[a96_0x5e4a31(0x245)](_0x3b63a8,_0x5d0d71,_0xdc080c={}){const _0x1a4ba4=a96_0x5e4a31;let _0x5af48f=null;return _0x5af48f=TestFramework[_0x1a4ba4(0x1c4)](),!_0x5af48f?(logger['debug'](_0x1a4ba4(0xea)+_0x3b63a8),this[_0x1a4ba4(0x114)](_0x3b63a8,_0xdc080c),_0x5af48f=TestFramework[_0x1a4ba4(0x1c4)](),logger['debug'](_0x1a4ba4(0xf4)+!!_0x5af48f+_0x1a4ba4(0x1ce)+_0x5af48f?.['getContext']()?.[_0x1a4ba4(0x128)]())):logger[_0x1a4ba4(0x228)](_0x1a4ba4(0x24d)+_0x5af48f[_0x1a4ba4(0x239)]()?.[_0x1a4ba4(0x128)]()),_0x5af48f;}[a96_0x5e4a31(0x114)](_0x517ffb,_0x32899f){const _0x841e44=a96_0x5e4a31,_0x1bb68a={};_0x1bb68a['EFpyZ']='trackJestInstance:\x20instance\x20already\x20exists';const _0x53e52e=_0x1bb68a;if(TestFramework[_0x841e44(0x1c4)]()){logger[_0x841e44(0x228)](_0x53e52e[_0x841e44(0xef)]);return;}const _0xe50462=CLIUtils['getCurrentInstanceName'](),_0x4c1f43=TrackedInstance[_0x841e44(0x1dc)](_0xe50462);let _0x436d47=null;logger['debug'](_0x841e44(0x210)+_0xe50462+_0x841e44(0x220)+_0x517ffb),_0x436d47=new TestFrameworkInstance(_0x4c1f43,this[_0x841e44(0x1b5)](),this[_0x841e44(0x142)](),_0x517ffb,HookState[_0x841e44(0x1d0)]),TestFramework[_0x841e44(0x219)](_0x4c1f43,_0x436d47),logger[_0x841e44(0x228)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x4c1f43[_0x841e44(0x128)]()+',\x20target='+_0xe50462+_0x841e44(0x18a)+this['getTestFrameworks']()[0x0]+_0x841e44(0x207)+this[_0x841e44(0x142)]()[this[_0x841e44(0x1b5)]()[0x0]]);}[a96_0x5e4a31(0x1f1)](_0x848922){const _0x2d9e03=a96_0x5e4a31,_0x4bdb3c={};_0x4bdb3c[_0x2d9e03(0x23d)]=function(_0x40b1b7,_0x4024e6){return _0x40b1b7||_0x4024e6;},_0x4bdb3c['JUbki']=_0x2d9e03(0x266);const _0x2a9717=_0x4bdb3c,{testUUID:_0x11e7cf,testData:_0x869bd3,testId:_0x5f2167}=_0x848922;if(_0x2a9717[_0x2d9e03(0x23d)](!_0x869bd3,!_0x5f2167))return logger['debug'](_0x2a9717[_0x2d9e03(0x1fb)]),{};const _0x20b018=this[_0x2d9e03(0x1b5)]()[0x0],_0xd5a16=this['getTestFrameworksVersions'](),_0x25534d={};_0x25534d[_0x2d9e03(0x130)]=0x2,_0x25534d[_0x2d9e03(0x1cd)]=0x3,logger[_0x2d9e03(0x228)](_0x2d9e03(0x20e)+util[_0x2d9e03(0x134)](_0x869bd3,_0x25534d));const _0x2cd002=_0x869bd3?.['scopes']||[],_0x48549e=this[_0x2d9e03(0x1a8)](_0x869bd3),_0x2277d5=this[_0x2d9e03(0x163)](_0x869bd3),_0x4902e1=_0x869bd3['fn']?_0x869bd3['fn'][_0x2d9e03(0x1cb)]():_0x869bd3?.[_0x2d9e03(0xe8)]?_0x869bd3[_0x2d9e03(0xe8)][_0x2d9e03(0x199)][_0x2d9e03(0x1cb)]():null,_0x2c1ee7=this[_0x2d9e03(0x160)](_0x869bd3),_0x2d59d7={[TestFrameworkConstants[_0x2d9e03(0x270)]]:_0x20b018,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xd5a16[_0x20b018],[TestFrameworkConstants[_0x2d9e03(0x17a)]]:[],[TestFrameworkConstants[_0x2d9e03(0x1da)]]:{},[TestFrameworkConstants[_0x2d9e03(0x1b1)]]:{},[TestFrameworkConstants[_0x2d9e03(0x159)]]:TestFrameworkConstants[_0x2d9e03(0x141)],[TestFrameworkConstants[_0x2d9e03(0xee)]]:_0x48549e,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2277d5,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5f2167,[TestFrameworkConstants[_0x2d9e03(0xf8)]]:_0x48549e,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2277d5,[TestFrameworkConstants[_0x2d9e03(0x1ba)]]:_0x4902e1,[TestFrameworkConstants[_0x2d9e03(0xe7)]]:_0x2c1ee7,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x869bd3[_0x2d9e03(0x167)]||new Date()[_0x2d9e03(0x172)](),[TestFrameworkConstants[_0x2d9e03(0x21a)]]:_0x2cd002[0x0]||'',[TestFrameworkConstants[_0x2d9e03(0xec)]]:_0x2cd002,[TestFrameworkConstants[_0x2d9e03(0x16e)]]:_0x48549e,[TestFrameworkConstants[_0x2d9e03(0x1b0)]]:{},[TestFrameworkConstants[_0x2d9e03(0x23b)]]:{}};_0x869bd3[_0x2d9e03(0xed)]&&(_0x2d59d7[TestFrameworkConstants[_0x2d9e03(0x18e)]]=_0x869bd3[_0x2d9e03(0xed)]);logger['debug'](_0x2d9e03(0x152)+_0x48549e+_0x2d9e03(0x231)+_0x5f2167+_0x2d9e03(0x112)+JSON['stringify'](_0x2c1ee7)+',\x20scopes='+util[_0x2d9e03(0x134)](_0x2cd002)+_0x2d9e03(0x13a)+_0x2277d5);const _0x3fb888={};return _0x3fb888[_0x5f2167]=_0x2d59d7,_0x3fb888;}[a96_0x5e4a31(0x1a4)](_0x19f53f){const _0x2f3e26=a96_0x5e4a31,_0x5297d3={'lHWIb':function(_0x190a0d,_0x3092f1){return _0x190a0d===_0x3092f1;},'FQYzV':_0x2f3e26(0x21e),'QEpAA':function(_0x157675,_0x428f2a){return _0x157675===_0x428f2a;},'Iccui':_0x2f3e26(0x109),'jJQYj':_0x2f3e26(0x1c7),'RmtVV':_0x2f3e26(0x1d3),'eHWnn':function(_0x106350,_0x35443e){return _0x106350||_0x35443e;},'xnEzi':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','HVNfx':_0x2f3e26(0x1e6),'iXEaY':function(_0x1b0136,_0x34aedb){return _0x1b0136>_0x34aedb;},'qgEil':_0x2f3e26(0x27b),'GQImV':function(_0x37cbce,_0x192f9a){return _0x37cbce===_0x192f9a;},'QAjrV':_0x2f3e26(0x224),'CTuEg':_0x2f3e26(0x1ec),'gPgOo':_0x2f3e26(0x22c),'hUwKD':function(_0x3b27d9,_0x1a1f1c){return _0x3b27d9===_0x1a1f1c;},'YfIHV':function(_0x474f08,_0x28bffc){return _0x474f08!==_0x28bffc;},'YrOdc':function(_0x42fc35,_0x2dd470,_0x633a9b,_0x4db938){return _0x42fc35(_0x2dd470,_0x633a9b,_0x4db938);},'ZKjeH':function(_0x5587b8,_0x5affa7){return _0x5587b8>_0x5affa7;},'GeMpd':function(_0xc7dbdf,_0x485755){return _0xc7dbdf>_0x485755;},'scBgL':_0x2f3e26(0x117),'GSLSf':function(_0x57bf57,_0x270840){return _0x57bf57>_0x270840;},'VnnyI':function(_0x14e4d7,_0x142490){return _0x14e4d7===_0x142490;}},{testUUID:_0x3d7ef6,testData:_0x1a280d,testId:_0x5c99a2}=_0x19f53f;if(_0x5297d3[_0x2f3e26(0x119)](!_0x1a280d,!_0x5c99a2))return logger['debug'](_0x5297d3['xnEzi']),{};const _0x2b4308=this[_0x2f3e26(0x245)](TestFrameworkState[_0x2f3e26(0x10e)],HookState[_0x2f3e26(0x225)]),_0x53a07b=_0x2b4308[_0x2f3e26(0x1b3)]()[_0x2f3e26(0x10a)](_0x5c99a2),_0x27625f=_0x5297d3['eHWnn'](_0x53a07b,{}),_0x56d5e5=_0x27625f?_0x27625f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x3ccce8=_0x27625f[TestFrameworkConstants[_0x2f3e26(0x273)]];logger[_0x2f3e26(0x228)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3ccce8?Object[_0x2f3e26(0x186)](_0x3ccce8)[_0x2f3e26(0x200)]:0x0)+'\x20attachments');let _0x2a5099=_0x5297d3[_0x2f3e26(0x174)];if(_0x1a280d[_0x2f3e26(0x13f)])_0x2a5099=_0x1a280d['result'];else{if(_0x1a280d['errorsDetailed']&&_0x5297d3[_0x2f3e26(0x1e8)](_0x1a280d[_0x2f3e26(0x1b2)][_0x2f3e26(0x200)],0x0))_0x2a5099=_0x5297d3['qgEil'];else _0x5297d3[_0x2f3e26(0x10c)](_0x1a280d[_0x2f3e26(0x15b)],_0x5297d3[_0x2f3e26(0x148)])||_0x5297d3[_0x2f3e26(0x26a)](_0x1a280d['status'],_0x5297d3[_0x2f3e26(0x11c)])?_0x2a5099=_0x5297d3[_0x2f3e26(0x11c)]:_0x2a5099=_0x5297d3[_0x2f3e26(0xf3)];}const _0x134577={..._0x27625f,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x2a5099,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1a280d[_0x2f3e26(0x274)]||new Date()[_0x2f3e26(0x172)](),[TestFrameworkConstants[_0x2f3e26(0x12f)]]:new Date()[_0x2f3e26(0x172)](),[TestFrameworkConstants[_0x2f3e26(0x1b0)]]:_0x56d5e5,[TestFrameworkConstants[_0x2f3e26(0xfd)]]:_0x27625f[TestFrameworkConstants[_0x2f3e26(0xfd)]]||[],[TestFrameworkConstants[_0x2f3e26(0x23b)]]:{}};if(_0x5297d3[_0x2f3e26(0x1cc)](_0x2a5099,_0x5297d3[_0x2f3e26(0x1d2)])&&_0x1a280d[_0x2f3e26(0x1b2)]){const _0x3524a2=this[_0x2f3e26(0x19a)](_0x1a280d),_0x5b14a3=this['getJestFailureType'](_0x1a280d),_0x1b4582=this[_0x2f3e26(0x23c)](_0x1a280d);_0x134577[TestFrameworkConstants[_0x2f3e26(0x1a5)]]=_0x5b14a3,_0x134577[TestFrameworkConstants[_0x2f3e26(0x12c)]]=_0x3524a2,_0x134577[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1b4582;}_0x5297d3[_0x2f3e26(0x25d)](_0x1a280d['duration'],undefined)&&(_0x134577[TestFrameworkConstants[_0x2f3e26(0x1b8)]]=_0x1a280d[_0x2f3e26(0x1b9)]);_0x1a280d[_0x2f3e26(0xed)]&&(_0x134577[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1a280d[_0x2f3e26(0xed)]);const _0x520ba2=_0x53a07b?_0x53a07b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2581a0=_0x53a07b?_0x53a07b[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3d7ef6,_0x1e2e4e=_0x5297d3[_0x2f3e26(0x240)](getManualUploadLogs,_0x520ba2,_0x2581a0,_0x5c99a2);if(_0x5297d3[_0x2f3e26(0x213)](_0x1e2e4e[_0x2f3e26(0x200)],0x0)){const _0xf8b600=_0x134577[TestFrameworkConstants[_0x2f3e26(0xfd)]]||[];_0x134577[TestFrameworkConstants[_0x2f3e26(0xfd)]]=[..._0xf8b600,..._0x1e2e4e];}const _0x4396ad=_0x27625f[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x477742=_0x27625f[TestFrameworkConstants[_0x2f3e26(0x1b1)]]||{},_0xf46042={..._0x4396ad},_0x48b7dc=_0xf46042;Object[_0x2f3e26(0x186)](_0x477742)[_0x2f3e26(0xf0)](_0x138d6b=>{const _0x1e0bd5=_0x2f3e26;!_0x48b7dc[_0x138d6b]&&(_0x48b7dc[_0x138d6b]=[]);const _0x35ffc5=new Set((_0x48b7dc[_0x138d6b]||[])[_0x1e0bd5(0x102)](_0x556ff7=>_0x556ff7[TestFrameworkConstants[_0x1e0bd5(0x21b)]]||_0x556ff7['hook_id']));(_0x477742[_0x138d6b]||[])[_0x1e0bd5(0xf0)](_0x38fdc5=>{const _0x395978=_0x1e0bd5,_0x3c717e=_0x38fdc5[TestFrameworkConstants[_0x395978(0x21b)]]||_0x38fdc5[_0x395978(0x118)];if(!_0x35ffc5['has'](_0x3c717e)){const _0x512ef4={..._0x38fdc5},_0x5a946a=_0x512ef4;!_0x5a946a[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x5a946a[_0x395978(0x129)]&&(_0x5a946a[TestFrameworkConstants[_0x395978(0x151)]]=new Date()['toISOString']()),!_0x5a946a[TestFrameworkConstants[_0x395978(0x22e)]]&&!_0x5a946a[_0x395978(0x21f)]&&(_0x5a946a[TestFrameworkConstants[_0x395978(0x22e)]]=TestFrameworkConstants[_0x395978(0x217)]),_0x48b7dc[_0x138d6b][_0x395978(0x25b)](_0x5a946a);}});});if(_0x19f53f['originalTest']){this[_0x2f3e26(0x253)](_0x19f53f[_0x2f3e26(0x223)]);const _0x36f052=this[_0x2f3e26(0x168)](_0x19f53f[_0x2f3e26(0x223)]),_0xacc425=this['getHooksForTest'](_0x19f53f[_0x2f3e26(0x223)]);_0xacc425['forEach'](_0x48738a=>{const _0x51e9de=_0x2f3e26,_0x280845=_0x36f052['get'](_0x48738a);if(_0x280845&&(_0x5297d3[_0x51e9de(0x26a)](_0x280845[_0x51e9de(0x19f)],_0x5297d3[_0x51e9de(0x202)])||_0x5297d3['QEpAA'](_0x280845[_0x51e9de(0x19f)],_0x5297d3[_0x51e9de(0x11f)]))){const _0xeeef77=_0x280845[_0x51e9de(0x19f)][_0x51e9de(0x15d)]()[_0x51e9de(0x162)](_0x5297d3[_0x51e9de(0x111)],_0x5297d3['RmtVV']),_0x102394=_0xeeef77;!_0x48b7dc[_0x102394]&&(_0x48b7dc[_0x102394]=[]);const _0x5820fe=_0x48b7dc[_0x102394][_0x51e9de(0x1e0)](_0x178bf6=>(_0x178bf6[TestFrameworkConstants[_0x51e9de(0x21b)]]||_0x178bf6[_0x51e9de(0x118)])===_0x48738a);!_0x5820fe&&_0x48b7dc[_0x102394][_0x51e9de(0x25b)]({'key':_0x102394,[TestFrameworkConstants[_0x51e9de(0x21b)]]:_0x48738a,[TestFrameworkConstants[_0x51e9de(0x22e)]]:TestFrameworkConstants[_0x51e9de(0x217)],[TestFrameworkConstants[_0x51e9de(0xe1)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x51e9de(0x172)](),[TestFrameworkConstants[_0x51e9de(0x14b)]]:[],[TestFrameworkConstants[_0x51e9de(0x281)]]:_0x280845[_0x51e9de(0x20f)]||_0x280845[_0x51e9de(0x19f)]+_0x51e9de(0x1f3),[TestFrameworkConstants[_0x51e9de(0x1b0)]]:_0x56d5e5});}});}if(_0x1a280d[_0x2f3e26(0x136)]&&_0x5297d3[_0x2f3e26(0x191)](_0x1a280d['hooks']['length'],0x0))_0x134577[TestFrameworkConstants[_0x2f3e26(0x1da)]]=_0x1a280d[_0x2f3e26(0x136)],logger['debug'](_0x5297d3[_0x2f3e26(0x12a)]);else _0x5297d3['GSLSf'](Object[_0x2f3e26(0x186)](_0x48b7dc)[_0x2f3e26(0x200)],0x0)&&(_0x134577[TestFrameworkConstants[_0x2f3e26(0x1da)]]=_0x48b7dc,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x2f3e26(0x186)](_0x48b7dc)[_0x2f3e26(0x26d)](',')));const _0x13fb21=this[_0x2f3e26(0x1a8)](_0x1a280d);logger[_0x2f3e26(0x228)](_0x2f3e26(0x173)+_0x13fb21+_0x2f3e26(0x231)+_0x5c99a2+_0x2f3e26(0x23a)+_0x2a5099+',\x20duration='+_0x1a280d[_0x2f3e26(0x1b9)]);_0x5297d3['VnnyI'](_0x2a5099,_0x5297d3[_0x2f3e26(0x1d2)])&&logger[_0x2f3e26(0x228)](_0x2f3e26(0x1f7)+_0x5c99a2+',\x20failureType='+_0x134577[TestFrameworkConstants[_0x2f3e26(0x1a5)]]+_0x2f3e26(0x25f)+_0x134577[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x2f3e26(0x16f)](0x0,0xc8));const _0x550da2={};return _0x550da2[_0x5c99a2]=_0x134577,_0x550da2;}[a96_0x5e4a31(0x1ac)](_0x10518c){const _0x3061a1=a96_0x5e4a31,_0x182034={};_0x182034['FRTmw']=function(_0x30ea22,_0x2101cc){return _0x30ea22!==_0x2101cc;},_0x182034['oecUc']='ROOT_DESCRIBE_BLOCK';const _0x33b135=_0x182034,_0x80d282={};_0x80d282[_0x3061a1(0x130)]=0x2,_0x80d282[_0x3061a1(0x1cd)]=0x3,logger[_0x3061a1(0x228)](_0x3061a1(0x140)+util[_0x3061a1(0x134)](_0x10518c,_0x80d282));const _0x534517=[];if(_0x10518c&&_0x10518c['parent']){let _0x13b282=_0x10518c[_0x3061a1(0x133)];while(_0x13b282&&_0x13b282['name']&&_0x33b135[_0x3061a1(0x158)](_0x13b282[_0x3061a1(0x20f)],'')&&_0x33b135[_0x3061a1(0x158)](_0x13b282[_0x3061a1(0x20f)],_0x33b135[_0x3061a1(0x190)])){_0x534517[_0x3061a1(0x25b)](_0x13b282[_0x3061a1(0x20f)]),_0x13b282=_0x13b282[_0x3061a1(0x133)];}}return _0x534517[_0x3061a1(0x1f5)]();}[a96_0x5e4a31(0x1a8)](_0x500a97){const _0x1c138c=a96_0x5e4a31,_0x5ce84f={};_0x5ce84f[_0x1c138c(0x17e)]=_0x1c138c(0x27e);const _0x55bca7=_0x5ce84f;if(_0x500a97[_0x1c138c(0x20f)])return _0x500a97[_0x1c138c(0x20f)];if(_0x500a97['title'])return _0x500a97[_0x1c138c(0x12e)];return _0x55bca7[_0x1c138c(0x17e)];}[a96_0x5e4a31(0x160)](_0x1783d0){const _0x42bc93=a96_0x5e4a31,_0x52057c=[];if(_0x1783d0[_0x42bc93(0x218)]&&Array[_0x42bc93(0x155)](_0x1783d0['tags']))return _0x1783d0[_0x42bc93(0x218)]['map'](_0x399213=>_0x399213[_0x42bc93(0x1d4)]('@')?_0x399213['substr'](0x1):_0x399213);const _0x552c79=this[_0x42bc93(0x1a8)](_0x1783d0),_0x2a8788=_0x552c79[_0x42bc93(0x1a7)](/@(\w+)/g);if(_0x2a8788)return _0x2a8788[_0x42bc93(0x102)](_0x33c30f=>_0x33c30f[_0x42bc93(0x1c9)](0x1));return _0x1783d0[_0x42bc93(0x14f)]&&Array[_0x42bc93(0x155)](_0x1783d0[_0x42bc93(0x14f)])&&_0x1783d0[_0x42bc93(0x14f)]['forEach'](_0x3482cc=>{const _0x1dbec6=_0x42bc93,_0x48ac9f=_0x3482cc['match'](/@(\w+)/g);_0x48ac9f&&_0x48ac9f[_0x1dbec6(0xf0)](_0x5c2ffc=>{const _0x123109=_0x1dbec6,_0x78bed0=_0x5c2ffc[_0x123109(0x1c9)](0x1);!_0x52057c[_0x123109(0x154)](_0x78bed0)&&_0x52057c[_0x123109(0x25b)](_0x78bed0);});}),_0x52057c;}['getJestTestFilePath'](_0x148850){const _0x4ba86d=a96_0x5e4a31,_0x749a82={'khPVl':function(_0x357d7a,_0x5cb291){return _0x357d7a(_0x5cb291);}};if(_0x148850[_0x4ba86d(0x1eb)])return _0x148850['file_name'];if(_0x148850['asyncError'])try{const _0x340c69=stackTrace['parse'](_0x148850[_0x4ba86d(0x116)]),_0x479cb6=_0x749a82[_0x4ba86d(0xe9)](pickUserFrameFile,_0x340c69);if(_0x479cb6)return _0x479cb6;logger['debug'](_0x4ba86d(0x21c)+_0x340c69['length']+')');}catch(_0x4b4364){logger[_0x4ba86d(0x228)](_0x4ba86d(0x203)+util[_0x4ba86d(0x1ef)](_0x4b4364));}return null;}[a96_0x5e4a31(0x19a)](_0x4d8902){const _0x5b6813=a96_0x5e4a31,_0x289c66={};_0x289c66['gHEru']=function(_0x70460a,_0x22b9f0){return _0x70460a>_0x22b9f0;},_0x289c66[_0x5b6813(0x259)]=_0x5b6813(0x15a);const _0x46bb50=_0x289c66;if(_0x4d8902['errorsDetailed']&&_0x46bb50[_0x5b6813(0x211)](_0x4d8902[_0x5b6813(0x1b2)][_0x5b6813(0x200)],0x0))return util['inspect'](_0x4d8902[_0x5b6813(0x1b2)][0x0]);if(_0x4d8902[_0x5b6813(0x25e)])return _0x4d8902['failure_reason'];return _0x46bb50[_0x5b6813(0x259)];}[a96_0x5e4a31(0x1f2)](_0x35ebc0){const _0xf9f414=a96_0x5e4a31,_0xe0a15a={};_0xe0a15a[_0xf9f414(0x18d)]=_0xf9f414(0x1d8),_0xe0a15a['xqhhm']=_0xf9f414(0x131),_0xe0a15a[_0xf9f414(0x1d5)]='UnhandledError';const _0x295c04=_0xe0a15a,_0x559d43=this[_0xf9f414(0x19a)](_0x35ebc0);if(_0x559d43&&_0x559d43[_0xf9f414(0x154)](_0x295c04[_0xf9f414(0x18d)]))return _0x295c04[_0xf9f414(0x22f)];return _0x295c04[_0xf9f414(0x1d5)];}['getJestFailureData'](_0x1babd3){const _0x55b219=a96_0x5e4a31,_0x43628b={'rbaKX':function(_0x5e1890,_0x4b3028){return _0x5e1890(_0x4b3028);},'AjDzj':_0x55b219(0xf9),'EjWcd':function(_0x13070c,_0x2be2ec){return _0x13070c!==_0x2be2ec;},'KNqNk':_0x55b219(0x169)},{failureData:_0x2be6b0}=_0x43628b[_0x55b219(0x282)](require,_0x43628b[_0x55b219(0x25c)]),_0x47d93e=[];return _0x43628b[_0x55b219(0x1e5)](_0x1babd3[_0x55b219(0x1b2)],undefined)&&_0x47d93e[_0x55b219(0x25b)](_0x1babd3[_0x55b219(0x1b2)],_0x43628b[_0x55b219(0x222)]),_0x2be6b0[_0x55b219(0x236)](null,_0x47d93e);}async[a96_0x5e4a31(0x24e)](_0xc347b2,_0x3346d0,_0x2c6172,_0x13e874){const _0x5891a9=a96_0x5e4a31,_0x437bf4={'eiGOr':_0x5891a9(0x181),'uueqG':function(_0x5dfba8){return _0x5dfba8();},'DibMN':function(_0x4a1295,_0x173923){return _0x4a1295 in _0x173923;},'vCoLI':function(_0x5dd917,_0x165a3c){return _0x5dd917 in _0x165a3c;},'HkWHR':function(_0x4f2443,_0x33f5c5){return _0x4f2443===_0x33f5c5;},'JXjhM':function(_0x24e5be,_0x1ffefc){return _0x24e5be>_0x1ffefc;},'mTKhT':_0x5891a9(0x27b),'prtHf':_0x5891a9(0x22c),'jyckQ':function(_0x3e861c,_0x3315ba){return _0x3e861c===_0x3315ba;},'CfUrT':_0x5891a9(0x1b7),'btWXB':function(_0x1e0196,_0x364fc1){return _0x1e0196>_0x364fc1;},'MelRA':function(_0x117ff7,_0x245a95){return _0x117ff7===_0x245a95;},'bSzZb':function(_0x133582,_0x59d49f){return _0x133582!==_0x59d49f;}},{hookData:_0x34cec7}=_0x13e874,_0x193e4d=_0x2c6172[_0x5891a9(0x1cb)](),_0x3f6d93=_0x3346d0[_0x5891a9(0x1cb)](),_0x298ceb={};_0x298ceb['depth']=0x2,_0x298ceb[_0x5891a9(0x1cd)]=0x3,logger[_0x5891a9(0x228)](_0x5891a9(0x252)+_0x3f6d93+',\x20hookState='+_0x193e4d+_0x5891a9(0x1ab)+util[_0x5891a9(0x134)](_0x34cec7,_0x298ceb));if(!_0x34cec7)return logger[_0x5891a9(0x228)](_0x437bf4[_0x5891a9(0x15c)]),{};const _0x17dcf4=_0x34cec7[_0x5891a9(0x122)]||_0x34cec7[_0x5891a9(0x242)]||_0x437bf4[_0x5891a9(0x170)](uuidv4),_0x4c5aa6=_0x34cec7['test_run_id']||this[_0x5891a9(0x1bd)](_0x34cec7),_0x24ed11=_0x3346d0[_0x5891a9(0x1cb)]()['split']('.')[0x1],_0x4e2c61=_0xc347b2['getAllData']()['get'](_0x4c5aa6),_0x20f6d9=_0x4e2c61?_0x4e2c61[TestFrameworkConstants[_0x5891a9(0x1b0)]]||{}:{};logger[_0x5891a9(0x228)](_0x5891a9(0x19c)+_0x17dcf4+_0x5891a9(0x231)+_0x4c5aa6+'\x20(testIdentifier),\x20hookType='+_0x24ed11+',\x20hookState='+_0x193e4d);if(!_0x4e2c61)return logger['debug'](_0x5891a9(0xf2)+_0x4c5aa6+_0x5891a9(0x1b4)),this[_0x5891a9(0x1f6)](_0xc347b2,_0x4c5aa6,_0x3346d0,_0x2c6172,_0x13e874),{};let _0x2f8c72=_0x4e2c61[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2f8c72&&(_0x2f8c72={});!_0x437bf4[_0x5891a9(0x178)](_0x24ed11,_0x2f8c72)&&(_0x2f8c72[_0x24ed11]=[]);let _0x25cd6f=_0x4e2c61[TestFrameworkConstants[_0x5891a9(0x1da)]];!_0x25cd6f&&(_0x25cd6f={});!_0x437bf4['vCoLI'](_0x24ed11,_0x25cd6f)&&(_0x25cd6f[_0x24ed11]=[]);const _0xda6b3e={[_0x4c5aa6]:{[TestFrameworkConstants[_0x5891a9(0x1b1)]]:_0x2f8c72,[TestFrameworkConstants[_0x5891a9(0x1da)]]:_0x25cd6f,[TestFrameworkConstants[_0x5891a9(0x270)]]:this[_0x5891a9(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x5891a9(0x206)]]:this[_0x5891a9(0x142)]()[this[_0x5891a9(0x1b5)]()[0x0]]||''}};if(_0x437bf4[_0x5891a9(0x279)](_0x2c6172,HookState['PRE'])){const _0x57d2ed={'key':_0x24ed11,[TestFrameworkConstants[_0x5891a9(0x21b)]]:_0x17dcf4,[TestFrameworkConstants[_0x5891a9(0x22e)]]:TestFrameworkConstants[_0x5891a9(0x217)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x34cec7[_0x5891a9(0x167)]||new Date()[_0x5891a9(0x172)](),[TestFrameworkConstants[_0x5891a9(0x14b)]]:[],[TestFrameworkConstants[_0x5891a9(0x281)]]:_0x34cec7[_0x5891a9(0x20f)]||_0x34cec7['hook_type']||_0x24ed11,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x20f6d9};_0x2f8c72[_0x24ed11][_0x5891a9(0x25b)](_0x57d2ed),_0xda6b3e[_0x4c5aa6][TestFrameworkConstants[_0x5891a9(0x254)]]=_0x24ed11;const _0x46c0d7={};_0x46c0d7[_0x5891a9(0x130)]=0x2,logger[_0x5891a9(0x228)](_0x5891a9(0x192)+_0x24ed11+_0x5891a9(0x135)+_0x17dcf4+_0x5891a9(0x231)+_0x4c5aa6+_0x5891a9(0x20a)+util[_0x5891a9(0x134)](_0x57d2ed,_0x46c0d7));}else{if(_0x437bf4[_0x5891a9(0x279)](_0x2c6172,HookState[_0x5891a9(0x225)])){const _0xe69c=_0x34cec7[_0x5891a9(0x13f)]||(_0x34cec7[_0x5891a9(0x1b2)]&&_0x437bf4[_0x5891a9(0x105)](_0x34cec7[_0x5891a9(0x1b2)][_0x5891a9(0x200)],0x0)?_0x437bf4[_0x5891a9(0x24f)]:_0x437bf4[_0x5891a9(0x180)]),_0x39da0a=_0x2f8c72[_0x24ed11]||[];logger[_0x5891a9(0x228)](_0x5891a9(0x27f)+_0x24ed11+',\x20testId='+_0x4c5aa6+',\x20result='+_0xe69c+_0x5891a9(0x146)+_0x39da0a[_0x5891a9(0x200)]);if(_0x437bf4[_0x5891a9(0x212)](_0x39da0a[_0x5891a9(0x200)],0x0)&&_0x437bf4['HkWHR'](_0x3346d0,TestFrameworkState['BEFORE_ALL']))return logger[_0x5891a9(0x228)](_0x437bf4[_0x5891a9(0x1db)]),this[_0x5891a9(0x1f6)](_0xc347b2,_0x4c5aa6,_0x3346d0,_0x2c6172,_0x13e874),{};if(_0x437bf4[_0x5891a9(0x11d)](_0x39da0a[_0x5891a9(0x200)],0x0)){const _0x57c94e=_0x39da0a['pop']();_0x437bf4[_0x5891a9(0x1fe)](_0xe69c,_0x437bf4[_0x5891a9(0x24f)])&&_0x34cec7[_0x5891a9(0x1b2)]?(_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1a6)]]=this['getJestFailureType'](_0x34cec7),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x11e)]]=this[_0x5891a9(0x19a)](_0x34cec7),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1fa)]]=this[_0x5891a9(0x23c)](_0x34cec7),logger[_0x5891a9(0x228)](_0x5891a9(0x24b)+_0x24ed11+_0x5891a9(0x1ad)+_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1a6)]]+',\x20failureReason='+_0x57c94e[TestFrameworkConstants[_0x5891a9(0x11e)]]?.[_0x5891a9(0x16f)](0x0,0xc8))):_0x57c94e[TestFrameworkConstants[_0x5891a9(0x22e)]]=_0x437bf4['prtHf'];_0x437bf4[_0x5891a9(0x260)](_0xe69c,TestFrameworkConstants[_0x5891a9(0x217)])&&(_0x57c94e[TestFrameworkConstants[_0x5891a9(0x22e)]]=_0xe69c);_0x57c94e[TestFrameworkConstants[_0x5891a9(0x151)]]=_0x34cec7['finished_at']||new Date()['toISOString'](),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1b0)]]=_0x20f6d9;const _0x45c90c=_0x57c94e[TestFrameworkConstants[_0x5891a9(0x21b)]];!_0x25cd6f[_0x24ed11]&&(_0x25cd6f[_0x24ed11]=[]);_0x25cd6f[_0x24ed11]['push'](_0x57c94e),_0xda6b3e[_0x4c5aa6][TestFrameworkConstants[_0x5891a9(0x184)]]=_0x24ed11;const _0x2a07d5={};_0x2a07d5[_0x5891a9(0x130)]=0x2,logger[_0x5891a9(0x228)](_0x5891a9(0x1e3)+_0x24ed11+',\x20hookId='+_0x45c90c+_0x5891a9(0x13c)+_0xe69c+',\x20hook='+util[_0x5891a9(0x134)](_0x57c94e,_0x2a07d5));}}}return _0xda6b3e;}[a96_0x5e4a31(0x1a3)](_0x361c32){const _0x4c56b3=a96_0x5e4a31,_0x3f11b3={};_0x3f11b3['WUrTV']='base64';const _0xeabd71=_0x3f11b3;try{const _0x4cf746=_0x361c32[_0x4c56b3(0x169)]?this[_0x4c56b3(0x1bd)](_0x361c32[_0x4c56b3(0x169)]):_0x361c32[_0x4c56b3(0x11b)]['test_run_id'],_0x5bc171=_0x361c32['instance'],_0x145592=_0x5bc171[_0x4c56b3(0x239)](),_0x3edcc5=_0x5bc171['getAllData']()[_0x4c56b3(0x10a)](_0x4cf746);if(!_0x3edcc5)return logger['debug'](_0x4c56b3(0x1e1)+_0x4cf746),{};const {[TestFrameworkConstants[_0x4c56b3(0x270)]]:_0x56b70e=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4c56b3(0x206)]]:_0x58be58=this[_0x4c56b3(0x142)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x4c56b3(0x16d)]]:_0x353ebf='',[TestFrameworkConstants[_0x4c56b3(0x1ea)]]:_0x2c6f16=''}=_0x3edcc5,_0x5ec79e=_0x5bc171[_0x4c56b3(0x1bb)]()[_0x4c56b3(0x1cb)]()[_0x4c56b3(0x13d)]('.')[0x1],_0x347cca=_0x5bc171[_0x4c56b3(0x14e)]()[_0x4c56b3(0x1cb)]()['split']('.')[0x1],_0x26e7d7=global?.[_0x4c56b3(0x1de)]?.[_0x4c56b3(0x1f8)]?.[_0x4c56b3(0x20b)]||global[_0x4c56b3(0x149)]||0x0,_0x35aa06=_0x5bc171[_0x4c56b3(0x1b6)](),_0x533860=Buffer[_0x4c56b3(0xe3)](JSON[_0x4c56b3(0xf1)](_0x3edcc5))['toString'](_0xeabd71[_0x4c56b3(0x177)]),_0x37db60={'hash':_0x145592[_0x4c56b3(0x128)](),'threadId':_0x145592[_0x4c56b3(0x1ee)]()['toString'](),'processId':_0x145592[_0x4c56b3(0xfe)]()[_0x4c56b3(0x1cb)]()},_0xd65295={};_0xd65295['platformIndex']=_0x26e7d7,_0xd65295[_0x4c56b3(0x14c)]=_0x56b70e,_0xd65295[_0x4c56b3(0x182)]=_0x58be58,_0xd65295[_0x4c56b3(0x1e7)]=_0x5ec79e,_0xd65295[_0x4c56b3(0x232)]=_0x347cca,_0xd65295[_0x4c56b3(0xe6)]=_0x353ebf,_0xd65295['endedAt']=_0x2c6f16,_0xd65295[_0x4c56b3(0x122)]=_0x35aa06,_0xd65295['eventJson']=_0x533860,_0xd65295[_0x4c56b3(0x256)]=_0x37db60,_0xd65295[_0x4c56b3(0x1bf)]=_0x4cf746;const _0x5d4299=_0xd65295;return _0x5d4299;}catch(_0x41ddac){return logger[_0x4c56b3(0x145)](_0x4c56b3(0x1d1)+util['format'](_0x41ddac)),{};}}async[a96_0x5e4a31(0x156)](_0x42b8ad,_0x82f26a,_0x421c95){const _0x2e6958=a96_0x5e4a31,_0x214d06={'FZvla':function(_0x2a5e0a,_0x753837){return _0x2a5e0a+_0x753837;},'mFzLq':_0x2e6958(0x17b),'ZOvuI':_0x2e6958(0x229),'oqXts':function(_0x560d5b,_0x12be6f){return _0x560d5b>_0x12be6f;},'fBaDO':function(_0xa62620,_0xe58bd1,_0x1ae601,_0x163ab6){return _0xa62620(_0xe58bd1,_0x1ae601,_0x163ab6);},'lmQeq':function(_0x4f1396,_0x3c84ff){return _0x4f1396-_0x3c84ff;},'OIimt':function(_0x21e8aa,_0x34e9ae){return _0x21e8aa===_0x34e9ae;},'LktoE':function(_0x8ee35d,_0x5bf526){return _0x8ee35d/_0x5bf526;},'iMeMI':function(_0xb4ece4,_0x202580){return _0xb4ece4<_0x202580;},'dUnMr':function(_0x33d898,_0x5ca178){return _0x33d898*_0x5ca178;},'OawcL':function(_0x2ff1d,_0x541107){return _0x2ff1d+_0x541107;},'moFBG':function(_0x7d16cc,_0x467a89){return _0x7d16cc>_0x467a89;}};try{const _0x5c93e4=_0x421c95[_0x2e6958(0x24c)]||_0x421c95['testId'],_0x46d84a=Array[_0x2e6958(0xe3)](_0x42b8ad[_0x2e6958(0x1b3)]()[_0x2e6958(0x186)]()),_0x5013de=_0x42b8ad['getAllData']()[_0x2e6958(0x10a)](_0x5c93e4);if(!_0x5013de){logger[_0x2e6958(0x228)](_0x2e6958(0x1fd)+_0x5c93e4);return;}const {[TestFrameworkConstants[_0x2e6958(0x270)]]:_0x3c5839='',[TestFrameworkConstants[_0x2e6958(0x206)]]:_0x34df44=''}=_0x5013de;let _0x2b84fb=[];_0x5013de&&_0x5013de[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x2e6958(0x155)](_0x5013de[TestFrameworkConstants['KEY_LOGS']])?(_0x2b84fb=_0x5013de[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2e6958(0x228)](_0x2e6958(0x250)+_0x2b84fb[_0x2e6958(0x200)]+'\x20logs\x20for\x20testId:\x20'+_0x5c93e4),_0x42b8ad[_0x2e6958(0x21d)]({[_0x5c93e4]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2e6958(0x270)]]:this[_0x2e6958(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x2e6958(0x206)]]:this[_0x2e6958(0x142)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x2e6958(0x228)](_0x2e6958(0x216)+_0x5c93e4)):logger[_0x2e6958(0x228)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5c93e4);logger[_0x2e6958(0x228)](_0x2e6958(0x20d)+_0x2b84fb['length']+_0x2e6958(0x238)+_0x5c93e4);const _0x4d60b5=_0x2b84fb[_0x2e6958(0x248)](_0x3366e0=>_0x3366e0[_0x2e6958(0x10d)]===_0x2e6958(0x193));_0x214d06[_0x2e6958(0x189)](_0x4d60b5[_0x2e6958(0x200)],0x0)&&(logger[_0x2e6958(0x228)](_0x2e6958(0x215)+_0x4d60b5[_0x2e6958(0x200)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5c93e4),_0x4d60b5[_0x2e6958(0xf0)]((_0x26616d,_0x347fc6)=>{const _0x172eb8=_0x2e6958;logger[_0x172eb8(0x228)](_0x172eb8(0x1c6)+_0x214d06[_0x172eb8(0x183)](_0x347fc6,0x1)+'/'+_0x4d60b5[_0x172eb8(0x200)]+'\x20-\x20test_identifier='+(_0x26616d['test_identifier']||_0x214d06[_0x172eb8(0x214)])+',\x20test_run_uuid='+(_0x26616d[_0x172eb8(0xfb)]||_0x214d06[_0x172eb8(0x214)])+_0x172eb8(0x251)+(_0x26616d[_0x172eb8(0x26b)]||_0x214d06[_0x172eb8(0x196)])+_0x172eb8(0x195)+(_0x26616d[_0x172eb8(0x277)]?.[_0x172eb8(0x200)]||0x0));}));const _0x195f4e=_0x5013de[TestFrameworkConstants[_0x2e6958(0x273)]]||{},_0x5c5576=_0x214d06[_0x2e6958(0x23e)](getMediaArtifactsLogs,_0x195f4e,null,_0x5c93e4),_0x20e13f=(_0x2b84fb||[])[_0x2e6958(0x230)](_0x5c5576||[]),_0xe3e207=_0x4d60b5?.['length']||0x0,_0x275f8b=_0x214d06[_0x2e6958(0xf6)](_0x2b84fb?.[_0x2e6958(0x200)]||0x0,_0xe3e207);logger['debug'](_0x2e6958(0x127)+_0x5c93e4+_0x2e6958(0x247)+_0x275f8b+_0x2e6958(0x103)+_0xe3e207+',\x20attachmentLogs:\x20'+(_0x5c5576?.[_0x2e6958(0x200)]||0x0)+',\x20totalLogs:\x20'+_0x20e13f['length']);if(!_0x20e13f||_0x214d06[_0x2e6958(0x227)](_0x20e13f[_0x2e6958(0x200)],0x0)){logger[_0x2e6958(0x228)](_0x2e6958(0x100)+_0x5c93e4);return;}const _0x19de13=0x28,_0x337540=Math[_0x2e6958(0x1c2)](_0x214d06[_0x2e6958(0x22d)](_0x20e13f[_0x2e6958(0x200)],_0x19de13));for(let _0x3ed247=0x0;_0x214d06[_0x2e6958(0x1c1)](_0x3ed247,_0x337540);_0x3ed247++){const _0xdf2817=_0x214d06[_0x2e6958(0x164)](_0x3ed247,_0x19de13),_0x376c63=_0x214d06[_0x2e6958(0x183)](_0xdf2817,_0x19de13),_0x1cf148=_0x20e13f['slice'](_0xdf2817,_0x376c63),_0xade992=global?.['browserstackPlatformIndex']??0x0,_0x47a76b={'platformIndex':_0xade992,'logs':_0x1cf148,'testFrameworkName':_0x3c5839,'testFrameworkVersion':_0x34df44,'testFrameworkState':_0x82f26a[_0x2e6958(0x1cb)]()['split']('.')[0x1]},_0x2e91fe={};_0x2e91fe[_0x2e6958(0x130)]=0x3,_0x2e91fe[_0x2e6958(0x1cd)]=0x5,logger[_0x2e6958(0x228)](_0x2e6958(0x243)+_0x214d06['FZvla'](_0x3ed247,0x1)+'/'+_0x337540+_0x2e6958(0x19b)+_0x5c93e4+_0x2e6958(0x1a9)+_0x1cf148['length']+',\x20platformIndex:\x20'+_0xade992+',\x20payload:\x20'+util[_0x2e6958(0x134)](_0x47a76b,_0x2e91fe));const _0xd142df=await GrpcClient['getInstance']()[_0x2e6958(0x209)](_0x47a76b);logger[_0x2e6958(0x228)](_0x2e6958(0x243)+_0x214d06[_0x2e6958(0x226)](_0x3ed247,0x1)+'/'+_0x337540+_0x2e6958(0x19b)+_0x5c93e4+_0x2e6958(0xe4)+util[_0x2e6958(0x134)](_0xd142df));}_0x5c5576&&_0x214d06['moFBG'](_0x5c5576['length'],0x0)&&_0x5013de[TestFrameworkConstants[_0x2e6958(0x273)]]&&_0x42b8ad[_0x2e6958(0x21d)]({[_0x5c93e4]:{[TestFrameworkConstants[_0x2e6958(0x273)]]:{},[TestFrameworkConstants[_0x2e6958(0x270)]]:this[_0x2e6958(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x2e6958(0x206)]]:this['getTestFrameworksVersions']()[this[_0x2e6958(0x1b5)]()[0x0]]||''}}),logger[_0x2e6958(0x228)](_0x2e6958(0xf7)+_0x5c93e4+',\x20totalBatches:\x20'+_0x337540);}catch(_0x1d20e7){logger[_0x2e6958(0x145)](_0x2e6958(0x1df)+(_0x421c95['testUUID']||_0x421c95['testId'])+_0x2e6958(0x272)+util[_0x2e6958(0x1ef)](_0x1d20e7));}}['storePendingHook'](_0x3adc91,_0x3c20ce,_0x49d6b6,_0x37ba05,_0x11b44b){const _0x2f5171=a96_0x5e4a31,_0xe9c20c={};_0xe9c20c[_0x2f5171(0x1ff)]=function(_0x33ce02,_0x4bccdb){return _0x33ce02===_0x4bccdb;},_0xe9c20c['Hxwcq']='beforeAll';const _0x48b37c=_0xe9c20c,{hookData:_0x243af0}=_0x11b44b,_0x4aa7bc={'testId':_0x3c20ce,'testFrameworkState':_0x49d6b6,'hookState':_0x37ba05,'args':_0x11b44b,'timestamp':new Date()[_0x2f5171(0x172)]()};if(_0x48b37c[_0x2f5171(0x1ff)](_0x49d6b6,TestFrameworkState[_0x2f5171(0x1af)])&&_0x243af0){const _0x36c063={};_0x36c063['filePath']=_0x243af0['file_name']||_0x243af0[_0x2f5171(0x235)],_0x36c063[_0x2f5171(0x10b)]=_0x243af0[_0x2f5171(0x10b)]||_0x243af0['scopes']&&_0x243af0[_0x2f5171(0x14f)][0x0]||'',_0x36c063['hookType']=_0x48b37c[_0x2f5171(0x268)],_0x4aa7bc[_0x2f5171(0x175)]=_0x36c063,logger[_0x2f5171(0x228)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x3c20ce+_0x2f5171(0x132)+_0x4aa7bc[_0x2f5171(0x175)][_0x2f5171(0xfc)]+_0x2f5171(0x13b)+_0x4aa7bc[_0x2f5171(0x175)][_0x2f5171(0x10b)]);}_0x3adc91[_0x2f5171(0x1dd)](_0x3c20ce,_0x4aa7bc),logger[_0x2f5171(0x228)](_0x2f5171(0x165)+_0x3c20ce+',\x20state:\x20'+_0x49d6b6+_0x2f5171(0x27a)+_0x37ba05);}async[a96_0x5e4a31(0x17d)](_0x1cd9d7,_0x1e712b){const _0x543811=a96_0x5e4a31,_0x34baac={};_0x34baac['NbAMH']=function(_0x58d746,_0x77a201){return _0x58d746>_0x77a201;},_0x34baac[_0x543811(0x1ca)]=function(_0x1df1d8,_0x287e1c){return _0x1df1d8===_0x287e1c;},_0x34baac[_0x543811(0x16b)]=function(_0x3da3af,_0x4161f2){return _0x3da3af===_0x4161f2;},_0x34baac[_0x543811(0x1e2)]=function(_0x19203d,_0x1e5154){return _0x19203d===_0x1e5154;},_0x34baac[_0x543811(0x262)]=_0x543811(0x123);const _0x3eaa44=_0x34baac;if(_0x1cd9d7[_0x543811(0x27d)](_0x1e712b)){const _0x1bc843=_0x1cd9d7[_0x543811(0xf5)](_0x1e712b);logger[_0x543811(0x228)](_0x543811(0x125)+_0x1bc843[_0x543811(0x200)]+_0x543811(0x26c)+_0x1e712b);for(const _0x2ad23d of _0x1bc843){try{const _0x14fb66=await this[_0x543811(0x24e)](_0x1cd9d7,_0x2ad23d[_0x543811(0x1e7)],_0x2ad23d[_0x543811(0x232)],_0x2ad23d[_0x543811(0xe0)]);_0x14fb66&&_0x3eaa44['NbAMH'](Object[_0x543811(0x186)](_0x14fb66)[_0x543811(0x200)],0x0)&&_0x1cd9d7[_0x543811(0x21d)](_0x14fb66),await this[_0x543811(0x124)](_0x1cd9d7,_0x2ad23d[_0x543811(0x1e7)],_0x2ad23d[_0x543811(0x232)],_0x2ad23d[_0x543811(0xe0)]);}catch(_0x1821d5){logger['error'](_0x543811(0x18f)+_0x1e712b+_0x543811(0x272)+_0x1821d5);}}_0x1cd9d7['removePendingHooks'](_0x1e712b),logger['debug'](_0x543811(0x1ae)+_0x1e712b);}const _0x19f007=_0x1cd9d7[_0x543811(0x1b3)]()['get'](_0x1e712b);if(_0x19f007){const _0x18ee23=_0x19f007[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x19f007[TestFrameworkConstants[_0x543811(0x19e)]],_0x51434f=_0x19f007[TestFrameworkConstants[_0x543811(0x21a)]]||_0x19f007[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x19f007[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x543811(0x228)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x18ee23+_0x543811(0x13b)+_0x51434f);const _0x3864eb=_0x1cd9d7[_0x543811(0x198)]();for(const _0x15ae55 of _0x3864eb){if(_0x3eaa44['ZENbl'](_0x15ae55,_0x1e712b))continue;if(_0x1cd9d7['hasPendingHooks'](_0x15ae55)){const _0x4ad0eb=_0x1cd9d7[_0x543811(0xf5)](_0x15ae55);for(const _0x373a6b of _0x4ad0eb){if(_0x3eaa44['ZENbl'](_0x373a6b[_0x543811(0x1e7)],TestFrameworkState[_0x543811(0x1af)])&&_0x373a6b[_0x543811(0x175)]){const _0x11e623=_0x373a6b[_0x543811(0x175)]['filePath'],_0x8c10b7=_0x373a6b['hookMetadata']['scope'];if(_0x3eaa44[_0x543811(0x16b)](_0x11e623,_0x18ee23)&&_0x3eaa44[_0x543811(0x16b)](_0x8c10b7,_0x51434f)){logger['debug'](_0x543811(0x26f)+_0x15ae55+_0x543811(0x264)+_0x1e712b+',\x20filePath:\x20'+_0x11e623+_0x543811(0x13b)+_0x8c10b7);_0x373a6b[_0x543811(0xe0)]&&_0x373a6b[_0x543811(0xe0)]['hookData']&&(_0x373a6b['args'][_0x543811(0x11b)][_0x543811(0x171)]=_0x1e712b,logger[_0x543811(0x228)](_0x543811(0x194)+_0x15ae55+'\x20to\x20'+_0x1e712b));try{const _0x3af38a=await this[_0x543811(0x24e)](_0x1cd9d7,_0x373a6b[_0x543811(0x1e7)],_0x373a6b['hookState'],_0x373a6b[_0x543811(0xe0)]);_0x3af38a&&_0x3eaa44[_0x543811(0x265)](Object['keys'](_0x3af38a)['length'],0x0)&&_0x1cd9d7[_0x543811(0x21d)](_0x3af38a);await this[_0x543811(0x124)](_0x1cd9d7,_0x373a6b[_0x543811(0x1e7)],_0x373a6b['hookState'],_0x373a6b[_0x543811(0xe0)]);const _0x5ae6d5=_0x1cd9d7[_0x543811(0xf5)](_0x15ae55)[_0x543811(0x248)](_0xe671b0=>_0xe671b0!==_0x373a6b);if(_0x3eaa44['fFCqR'](_0x5ae6d5[_0x543811(0x200)],0x0))_0x1cd9d7[_0x543811(0xe5)](_0x15ae55);else{_0x1cd9d7[_0x543811(0xe5)](_0x15ae55);for(const _0x23cedd of _0x5ae6d5){_0x1cd9d7[_0x543811(0x1dd)](_0x15ae55,_0x23cedd);}}logger[_0x543811(0x228)](_0x3eaa44[_0x543811(0x262)]);}catch(_0x504909){logger[_0x543811(0x145)](_0x543811(0x106)+_0x1e712b+_0x543811(0x272)+_0x504909);}}}}}}}}['mapTestHooks'](_0x5ab42f){const _0x5b091e=a96_0x5e4a31,_0x2ecd2a={'qXkdR':function(_0x47d29a){return _0x47d29a();}};if(!_0x5ab42f||!_0x5ab42f[_0x5b091e(0x133)])return;_0x5ab42f[_0x5b091e(0x133)][_0x5b091e(0x136)]&&Array[_0x5b091e(0x155)](_0x5ab42f['parent'][_0x5b091e(0x136)])&&_0x5ab42f[_0x5b091e(0x133)][_0x5b091e(0x136)][_0x5b091e(0xf0)](_0x214ea6=>{const _0x11986e=_0x5b091e;!_0x214ea6[_0x11986e(0x242)]&&!_0x214ea6[_0x11986e(0x144)]&&(_0x214ea6[_0x11986e(0x242)]=_0x2ecd2a[_0x11986e(0x267)](uuidv4),_0x214ea6[_0x11986e(0x144)]=_0x214ea6[_0x11986e(0x242)],logger[_0x11986e(0x228)](_0x11986e(0x14a)+_0x214ea6['type']+_0x11986e(0x12b)+_0x214ea6[_0x11986e(0x242)]));}),this[_0x5b091e(0x253)](_0x5ab42f[_0x5b091e(0x133)]);}[a96_0x5e4a31(0x13e)](_0xa8df5){const _0x511e20=a96_0x5e4a31,_0x51a86d={'pYoGW':function(_0xcd8b60,_0x18d93c){return _0xcd8b60(_0x18d93c);}};if(!_0xa8df5||!_0xa8df5[_0x511e20(0x133)])return[];const _0x27b897=[];return _0xa8df5[_0x511e20(0x133)][_0x511e20(0x136)]&&Array[_0x511e20(0x155)](_0xa8df5['parent']['hooks'])&&_0xa8df5[_0x511e20(0x133)][_0x511e20(0x136)][_0x511e20(0xf0)](_0x456db2=>{const _0x3e760f=_0x511e20,_0xb96d53=_0x456db2[_0x3e760f(0x242)]||_0x456db2[_0x3e760f(0x144)];_0xb96d53&&!this[_0x3e760f(0x150)](_0x456db2)&&!_0x51a86d[_0x3e760f(0x166)](isInternalHook,_0x456db2['fn'])&&_0x27b897['push'](_0xb96d53);}),[..._0x27b897,...this[_0x511e20(0x13e)](_0xa8df5[_0x511e20(0x133)])];}[a96_0x5e4a31(0x168)](_0x4247c2){const _0xa27273=a96_0x5e4a31,_0x1c88e1={'DKGmG':function(_0x1c3411,_0x539f2f){return _0x1c3411(_0x539f2f);},'hTaCn':_0xa27273(0x1e6),'PZKmE':function(_0x4103de,_0x3ff6d1){return _0x4103de(_0x3ff6d1);}},_0x263944=new Map(),_0x2a6605=_0x1a94f2=>{const _0x444613=_0xa27273;if(!_0x1a94f2||!_0x1a94f2[_0x444613(0x133)])return;_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)]&&Array[_0x444613(0x155)](_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)])&&_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)][_0x444613(0xf0)](_0x1d7b86=>{const _0x232387=_0x444613,_0x4b4298=_0x1d7b86[_0x232387(0x242)]||_0x1d7b86[_0x232387(0x144)];if(_0x4b4298&&!this[_0x232387(0x150)](_0x1d7b86)&&!_0x1c88e1[_0x232387(0x1d9)](isInternalHook,_0x1d7b86['fn'])){const _0x16cc21={};_0x16cc21[_0x232387(0x19f)]=_0x1d7b86[_0x232387(0x19f)]||_0x1c88e1[_0x232387(0x15e)],_0x16cc21[_0x232387(0x20f)]=_0x1d7b86[_0x232387(0x20f)]||'\x22'+_0x1d7b86['type']+_0x232387(0x16c),_0x263944[_0x232387(0x113)](_0x4b4298,_0x16cc21);}}),_0x1c88e1[_0x444613(0x1cf)](_0x2a6605,_0x1a94f2[_0x444613(0x133)]);};return _0x1c88e1[_0xa27273(0x1cf)](_0x2a6605,_0x4247c2),_0x263944;}[a96_0x5e4a31(0x150)](_0x416df8){const _0x1599ef=a96_0x5e4a31,_0x4f2518={};_0x4f2518[_0x1599ef(0x22a)]='jest-circus',_0x4f2518[_0x1599ef(0x275)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3c0d5e=_0x4f2518;try{const _0x1f503b=this[_0x1599ef(0x10f)](_0x416df8);if(!_0x1f503b||_0x1f503b['includes'](_0x3c0d5e[_0x1599ef(0x22a)]))return!![];return![];}catch(_0xe6b040){logger[_0x1599ef(0x228)](_0x3c0d5e[_0x1599ef(0x275)]);}return![];}['getRootParentFile'](_0x167c65){const _0x3d9279=a96_0x5e4a31,_0x41588c={'lqlTf':function(_0x204eef,_0x514284){return _0x204eef(_0x514284);}};if(_0x167c65[_0x3d9279(0x283)])return _0x167c65[_0x3d9279(0x283)];if(_0x167c65['asyncError'])try{const _0x52d259=stackTrace[_0x3d9279(0x1fc)](_0x167c65['asyncError']),_0x51571f=_0x41588c[_0x3d9279(0x255)](pickUserFrameFile,_0x52d259);if(_0x51571f)return _0x51571f;logger[_0x3d9279(0x228)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x52d259[_0x3d9279(0x200)]+')');}catch(_0x587da8){logger[_0x3d9279(0x228)](_0x3d9279(0x237)+util[_0x3d9279(0x1ef)](_0x587da8));}return null;}}module[a96_0x5e4a31(0x1c8)]=JestTestFramework;
|
|
1
|
+
const a96_0x48ec3c=a96_0x2fe6;function a96_0x2fe6(_0x305927,_0x564e3f){const _0x2930f4=a96_0x2930();return a96_0x2fe6=function(_0x2fe698,_0x5d21eb){_0x2fe698=_0x2fe698-0x16d;let _0x36f3ee=_0x2930f4[_0x2fe698];return _0x36f3ee;},a96_0x2fe6(_0x305927,_0x564e3f);}function a96_0x2930(){const _0x484661=['pfsIj','body','buildHookMapFromTest','jIUQE','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','hook_result','KEY_HOOK_NAME','KEY_HOOKS_STARTED','yFXZh','uuid','sxTKx',',\x20target=','KEY_TEST_STARTED_AT','\x20&\x20hookState=','mapTestHooks',',\x20contextId=','gqUnU','substr','uEUIv','getThreadId','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','xsjNB','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_TEST_FILE_PATH','Unknown\x20error','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','FfyVx','BEFORE_ALL','JUkiZ','testUUID','KEY_HOOK_FAILURE','ROOT_DESCRIBE_BLOCK','ZSfGw','KEY_TEST_SCOPES','reverse','__bstackPlatformIndex',',\x20totalHooks=','getContext','filePath','retryOf','../../../helpers/stackFrameUtils','scope','createTestFrameworkEventPayload','xgRHw','DEFAULT_TEST_RESULT',',\x20version=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20duration=','findIndex','KEY_EVENT_ENDED_AT','location','isJestInternalHook',',\x20payload:\x20',',\x20hookData=','\x20pending\x20hooks\x20for\x20testId:\x20','hPezv','GbQVY','browserstackPlatformIndex','test','KEY_HOOK_FAILURE_TYPE','getTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','finished_at','hMxaz','toISOString','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20failureReason=','\x20files','UjRSi','resolveInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','testId','trackEvent','getJestFailureType','util',',\x20messageLength=',',\x20state:\x20','warn','KEY_HOOK_RESULT','TEST','parent','\x20to\x20',',\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20attachmentLogs:\x20','skip','KEY_HOOK_LAST_FINISHED','capPi','uZThy','test_run_id','filter','UnhandledError','from','KEY_TEST_CODE','activeHooks',',\x20hookUUID=','5391281uUPOQm','CgASM','KEY_TEST_TAGS','addPendingHook','logCreatedEvent','type','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','parseJestTest','../state/testFrameworkState.js',',\x20hook=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','TEST_SCREENSHOT','lIMMb','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','push','tLRnd','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','BqeSn','forEach','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hook_run_uuid','EzPSW','../instances/trackedInstance.js',',\x20storing\x20as\x20pending\x20hook','testFrameworkName','delete','workerInfo','failure_reason','error',',\x20scopes=','errorsDetailed','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','pgaKL','getInstance','KEY_TEST_SCOPE',',\x20testData=','status','POST','fpBWV','trackHookEvent','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','startsWith','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getCurrentHookState','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','hookState','KEY_TEST_RESULT',',\x20platformIndex:\x20','hookData','exports','started_at','../../../helpers/classLogger.js','\x20logs\x20for\x20testId:\x20',',\x20consoleLogs:\x20','stringify',',\x20hookState:\x20','concat','getJestTestFilePath','KEY_HOOK_LOGS','../TestInfo.js','QNodx','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','5458292IkPaLt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','xLZbR','none','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Processing\x20','hook_type','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20testFramework=','parse','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','getAllPendingHookTestIds',',\x20hookType=','MDcCf','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','xiMWw','./constants/testFrameworkConstants.js','join','kind','executionContext','stack-trace','dOrwf',',\x20filePath:\x20',',\x20logsInBatch:\x20','depth','trackJestInstance:\x20created\x20instance\x20for\x20target=','isArray','skipped','name','result','test_identifier','unknown','../grpcClient','\x20-\x20test_identifier=','split','JzEdR','gKqtB','getAllData','pid','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','IPlOw','kDCkI','rrMfl','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','keys','jazQS','AssertionError','getJestTestScopes','tsTyE','iwOcn','../../../helpers/helper.js','sendLogCreatedEvent','KEY_TEST_UUID','hookMetadata','duration','UxfvV','base64','removePendingHooks',',\x20totalBatches:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','DQuyc','getJestTestName','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','createContext',',\x20filePath=','TieoG','format','debug','matchHookRegex','KEY_TEST_FAILURE','99586ReREAz','aHBfq','KEY_TEST_ATTACHMENTS',',\x20test_run_uuid=','toString','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','DKDKu','instance','jPTtg','../../../helpers/test-observability/utils','lQzEq','substring','_ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getPendingHooks','passed','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','iGAkW','SKnRX','testFrameworkVersion','asyncError','36114ZJqZNI','DEFAULT_HOOK_RESULT','file_name','../instances/testFrameworkInstance.js','getCurrentInstanceName','set','qWnVI','getTestFrameworks','\x20screenshot\x20logs\x20for\x20testId:\x20','Wevlb','hookUUID','getJestFailureData','apply','OQqmV',',\x20hooksListLength=','maxArrayLength','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','missing','KEY_TEST_LOGS','hooks','KEY_TEST_FAILURE_REASON','slice','ZyNes','Stored\x20pending\x20hook\x20for\x20testId:\x20','jAEXR','getRootParentFile','PRE','scopes','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','jUZSU','failed','\x20(testIdentifier),\x20hookType=','\x20attachments','\x22\x20from\x20testData','hookType','XfdTq','file','parseJestTestResult','972125DkKcJz','ITGTO','tags','hookAnalyticsId','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','setTrackedInstance','UrIqy','4401228PrviiS','./testFramework','jpFfC','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20currentTestId:\x20',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','storePendingHook','find','hook_id','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','includes','removeActiveHook','replace','KEY_TEST_LOCATION','has','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','xHHwP',',\x20result=',',\x20response=','setActiveHook','endedAt','FrVrp','NPyUP','nWTBa','NONE','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','get','originalTest','testData','afterAll','SQSIc','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','jest-circus','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','testFrameworkState','KEY_HOOKS_FINISHED','820XwxsKv',',\x20hook_run_uuid=','MkNAP','getJestTestTags','getId','runHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','processPendingHooks',',\x20failureType=','BbqWZ','KEY_HOOK_LAST_STARTED','ZGGGo','startedAt','KEY_TEST_FRAMEWORK_VERSION','beforeAll','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','trackJestInstance:\x20instance\x20already\x20exists','ALL','ecTmV','eventJson','inspect',',\x20testId=','KEY_TEST_RESULT_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_META','uaWCR','ZwqBA','hasPendingHooks','ufKwy',',\x20scope:\x20','getJestTestIdentifier','map','310240ArMlCO','Soxnc','FVsfE','KEY_AUTOMATE_SESSION_NAME','getHooksForTest','JgXUP','toUpperCase','\x20-\x20testId:\x20','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_ENDED_AT','hTcHL','match','KEY_LOGS',',\x20state=','\x22\x20hook','qLTgt','KEY_TEST_RETRY_OF','KEY_EVENT_STARTED_AT','NIzsd','getJestFailureReason','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','bvLvN','args','length','KEY_TEST_FRAMEWORK_NAME',',\x20error:\x20','code','title','getActiveHook','KEY_HOOK_FAILURE_REASON','KEY_HOOK_ID','getRef','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','event_ended_at'];a96_0x2930=function(){return _0x484661;};return a96_0x2930();}(function(_0xab7588,_0x26c27d){const _0x60720a=a96_0x2fe6,_0x52ff4c=_0xab7588();while(!![]){try{const _0x538bc6=parseInt(_0x60720a(0x1c2))/0x1+-parseInt(_0x60720a(0x187))/0x2+parseInt(_0x60720a(0x1c9))/0x3+-parseInt(_0x60720a(0x2da))/0x4+parseInt(_0x60720a(0x1f0))/0x5*(-parseInt(_0x60720a(0x19c))/0x6)+parseInt(_0x60720a(0x298))/0x7+parseInt(_0x60720a(0x211))/0x8;if(_0x538bc6===_0x26c27d)break;else _0x52ff4c['push'](_0x52ff4c['shift']());}catch(_0x317a5a){_0x52ff4c['push'](_0x52ff4c['shift']());}}}(a96_0x2930,0xceb5a));const TestFramework=require(a96_0x48ec3c(0x1ca)),TestFrameworkState=require(a96_0x48ec3c(0x2a0)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a96_0x48ec3c(0x2ce)),TestFrameworkInstance=require(a96_0x48ec3c(0x19f)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a96_0x48ec3c(0x2ae)),TestFrameworkConstants=require(a96_0x48ec3c(0x2ec)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x48ec3c(0x173)),{isInternalHook}=require(a96_0x48ec3c(0x190)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a96_0x48ec3c(0x280)),TestInfo=require(a96_0x48ec3c(0x2d6)),GrpcClient=require(a96_0x48ec3c(0x2fc)),stackTrace=require(a96_0x48ec3c(0x2f0)),{pickUserFrameFile}=require(a96_0x48ec3c(0x25d));class JestTestFramework extends TestFramework{constructor(_0x2b740b,_0x8595ae,_0x55f50f){const _0x156ea8=a96_0x48ec3c;super(_0x2b740b,_0x8595ae,_0x55f50f),this[_0x156ea8(0x296)]=new Map();}[a96_0x48ec3c(0x1df)](_0x1f8a23,_0x35394c,_0x112a7d){const _0x45dd3f=a96_0x48ec3c,_0x27b31e={};_0x27b31e['jUZSU']=function(_0x39dd4a,_0x3c42c6){return _0x39dd4a||_0x3c42c6;};const _0x2ee19d=_0x27b31e;if(_0x2ee19d[_0x45dd3f(0x1b9)](!_0x1f8a23,!_0x35394c)){logger[_0x45dd3f(0x283)](_0x45dd3f(0x17f)+_0x1f8a23+_0x45dd3f(0x297)+_0x35394c);return;}!this[_0x45dd3f(0x296)][_0x45dd3f(0x1d8)](_0x1f8a23)&&this[_0x45dd3f(0x296)]['set'](_0x1f8a23,[]);const _0x5932d4={'hookUUID':_0x35394c,'hookType':_0x112a7d,'startedAt':new Date()[_0x45dd3f(0x275)]()};this[_0x45dd3f(0x296)][_0x45dd3f(0x1e6)](_0x1f8a23)[_0x45dd3f(0x2a6)](_0x5932d4),logger['debug'](_0x45dd3f(0x1b8)+_0x1f8a23+_0x45dd3f(0x297)+_0x35394c+_0x45dd3f(0x2e7)+_0x112a7d+_0x45dd3f(0x259)+this[_0x45dd3f(0x296)][_0x45dd3f(0x1e6)](_0x1f8a23)[_0x45dd3f(0x22a)]);}[a96_0x48ec3c(0x1d5)](_0x2a5086,_0x138b68){const _0x4f290b=a96_0x48ec3c,_0x2f5361={};_0x2f5361[_0x4f290b(0x1e1)]=function(_0x4dc832,_0x373f47){return _0x4dc832||_0x373f47;},_0x2f5361[_0x4f290b(0x2b8)]=function(_0x5a0833,_0x5b867b){return _0x5a0833!==_0x5b867b;},_0x2f5361[_0x4f290b(0x16e)]=function(_0x16320a,_0x2f6a65){return _0x16320a===_0x2f6a65;};const _0x1f7cc3=_0x2f5361;if(_0x1f7cc3['FrVrp'](!_0x2a5086,!_0x138b68)){logger['warn'](_0x4f290b(0x1da)+_0x2a5086+_0x4f290b(0x297)+_0x138b68);return;}if(this[_0x4f290b(0x296)]['has'](_0x2a5086)){const _0x39059d=this['activeHooks']['get'](_0x2a5086),_0x53eca2=_0x39059d[_0x4f290b(0x265)](_0xcbbc19=>_0xcbbc19[_0x4f290b(0x1a6)]===_0x138b68);_0x1f7cc3[_0x4f290b(0x2b8)](_0x53eca2,-0x1)?(_0x39059d['splice'](_0x53eca2,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x2a5086+_0x4f290b(0x297)+_0x138b68+',\x20remainingHooks='+_0x39059d[_0x4f290b(0x22a)]),_0x1f7cc3[_0x4f290b(0x16e)](_0x39059d[_0x4f290b(0x22a)],0x0)&&this[_0x4f290b(0x296)][_0x4f290b(0x2b1)](_0x2a5086)):logger['debug'](_0x4f290b(0x2a8)+_0x2a5086+_0x4f290b(0x297)+_0x138b68);}}[a96_0x48ec3c(0x22f)](_0x11a04f){const _0x308fcc=a96_0x48ec3c,_0x3a19d1={};_0x3a19d1[_0x308fcc(0x18d)]=function(_0x303fcf,_0x3c94ea){return _0x303fcf>_0x3c94ea;},_0x3a19d1['nWTBa']=function(_0x5118a7,_0x514672){return _0x5118a7-_0x514672;};const _0x27c63c=_0x3a19d1;if(!_0x11a04f)return null;if(this['activeHooks'][_0x308fcc(0x1d8)](_0x11a04f)){const _0x20b94d=this['activeHooks'][_0x308fcc(0x1e6)](_0x11a04f);if(_0x27c63c['DKDKu'](_0x20b94d[_0x308fcc(0x22a)],0x0)){const _0x9ea41d=_0x20b94d[_0x27c63c[_0x308fcc(0x1e3)](_0x20b94d[_0x308fcc(0x22a)],0x1)];return logger[_0x308fcc(0x184)](_0x308fcc(0x2d8)+_0x11a04f+',\x20hookUUID='+_0x9ea41d[_0x308fcc(0x1a6)]+_0x308fcc(0x2e7)+_0x9ea41d[_0x308fcc(0x1be)]),_0x9ea41d;}}return null;}async[a96_0x48ec3c(0x27e)](_0x4e54a8,_0x3580ef,_0x522ae6={}){const _0x2f04dc=a96_0x48ec3c,_0x4c4789={};_0x4c4789[_0x2f04dc(0x17d)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4c4789['jIUQE']=function(_0x59f8ec,_0xdefffb){return _0x59f8ec===_0xdefffb;},_0x4c4789[_0x2f04dc(0x2eb)]=function(_0x2c7344,_0x2d979a){return _0x2c7344===_0x2d979a;},_0x4c4789['FfyVx']=function(_0x59d8bf,_0x1cc230){return _0x59d8bf||_0x1cc230;},_0x4c4789[_0x2f04dc(0x191)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x59fa1c=_0x4c4789;logger[_0x2f04dc(0x184)](_0x2f04dc(0x303)+_0x4e54a8+_0x2f04dc(0x1ce)+_0x3580ef+',\x20argsKeys='+Object[_0x2f04dc(0x16d)](_0x522ae6)[_0x2f04dc(0x2ed)](',')),await super[_0x2f04dc(0x27e)](_0x4e54a8,_0x3580ef,_0x522ae6);const _0x347704=this['resolveInstance'](_0x4e54a8,_0x3580ef,_0x522ae6);if(!_0x347704){logger[_0x2f04dc(0x184)](_0x59fa1c[_0x2f04dc(0x17d)]);return;}try{let _0x220035,_0x465a5d,_0x117e97;switch(_0x4e54a8){case TestFrameworkState['TEST']:_0x220035=_0x522ae6[_0x2f04dc(0x26f)];const _0x206928={};_0x206928[_0x2f04dc(0x2f4)]=0x2,_0x206928['maxArrayLength']=0x3,logger[_0x2f04dc(0x184)](_0x2f04dc(0x194)+_0x3580ef+_0x2f04dc(0x2bb)+util['inspect'](_0x220035,_0x206928)),_0x117e97=this[_0x2f04dc(0x20f)](_0x220035),_0x465a5d=null,logger[_0x2f04dc(0x184)](_0x2f04dc(0x28b)+_0x117e97+'\x20(testIdentifier)');if(_0x59fa1c[_0x2f04dc(0x238)](_0x3580ef,HookState['PRE'])){logger[_0x2f04dc(0x184)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x117e97);const _0x53432f={};_0x53432f['testUUID']=_0x465a5d,_0x53432f[_0x2f04dc(0x1e8)]=_0x220035,_0x53432f[_0x2f04dc(0x27d)]=_0x117e97;const _0x5077f5=this[_0x2f04dc(0x29f)](_0x53432f),_0xf75773={};_0xf75773['depth']=0x2,_0xf75773[_0x2f04dc(0x1ab)]=0x3,logger['debug'](_0x2f04dc(0x233)+util[_0x2f04dc(0x205)](_0x5077f5,_0xf75773)),_0x347704[_0x2f04dc(0x226)](_0x5077f5),logger[_0x2f04dc(0x184)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x117e97),await this[_0x2f04dc(0x1f8)](_0x347704,_0x117e97);}else{if(_0x59fa1c[_0x2f04dc(0x2eb)](_0x3580ef,HookState[_0x2f04dc(0x2bd)])){logger[_0x2f04dc(0x184)](_0x2f04dc(0x2d9)+_0x117e97);const _0x4e25aa=_0x347704['getAllData']()[_0x2f04dc(0x1e6)](_0x117e97);logger[_0x2f04dc(0x184)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x2f04dc(0x205)](Object[_0x2f04dc(0x16d)](_0x59fa1c[_0x2f04dc(0x24f)](_0x4e25aa,{}))));_0x4e25aa&&_0x4e25aa[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x2f04dc(0x184)](_0x2f04dc(0x263)+Object[_0x2f04dc(0x16d)](_0x4e25aa[TestFrameworkConstants[_0x2f04dc(0x189)]])[_0x2f04dc(0x22a)]+_0x2f04dc(0x279)):logger[_0x2f04dc(0x184)](_0x59fa1c[_0x2f04dc(0x191)]);const _0x4b8c0b=_0x522ae6['originalTest']||null,_0x21e06b={};_0x21e06b[_0x2f04dc(0x252)]=_0x465a5d,_0x21e06b[_0x2f04dc(0x1e8)]=_0x220035,_0x21e06b[_0x2f04dc(0x27d)]=_0x117e97,_0x21e06b[_0x2f04dc(0x1e7)]=_0x4b8c0b;const _0x5865f9=this[_0x2f04dc(0x1c1)](_0x21e06b),_0x1ea427={};_0x1ea427[_0x2f04dc(0x2f4)]=0x2,_0x1ea427[_0x2f04dc(0x1ab)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x2f04dc(0x205)](_0x5865f9,_0x1ea427)),_0x347704['addMultipleEntries'](_0x5865f9),logger[_0x2f04dc(0x184)](_0x2f04dc(0x1eb)+_0x117e97),await this[_0x2f04dc(0x1f8)](_0x347704,_0x117e97);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x59fa1c[_0x2f04dc(0x238)](_0x3580ef,HookState[_0x2f04dc(0x2bd)])){const _0x254aa9={};_0x254aa9['depth']=0x2,logger[_0x2f04dc(0x184)](_0x2f04dc(0x239)+util['inspect'](_0x522ae6,_0x254aa9)),await this[_0x2f04dc(0x174)](_0x347704,_0x4e54a8,_0x522ae6);}break;default:if(CLIUtils[_0x2f04dc(0x185)](_0x4e54a8[_0x2f04dc(0x18b)]()[_0x2f04dc(0x2fe)]('.')[0x1])){const _0x31587a={};_0x31587a[_0x2f04dc(0x2f4)]=0x2,_0x31587a[_0x2f04dc(0x1ab)]=0x3,logger[_0x2f04dc(0x184)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x4e54a8+_0x2f04dc(0x1ce)+_0x3580ef+_0x2f04dc(0x26a)+util[_0x2f04dc(0x205)](_0x522ae6['hookData'],_0x31587a));const _0x4b7400=await this['trackHookEvent'](_0x347704,_0x4e54a8,_0x3580ef,_0x522ae6),_0x236aec={};_0x236aec[_0x2f04dc(0x2f4)]=0x2,_0x236aec[_0x2f04dc(0x1ab)]=0x3,logger[_0x2f04dc(0x184)](_0x2f04dc(0x1cc)+util[_0x2f04dc(0x205)](_0x4b7400,_0x236aec)),_0x347704[_0x2f04dc(0x226)](_0x4b7400);}else logger[_0x2f04dc(0x184)](_0x2f04dc(0x1e5)+_0x4e54a8+_0x2f04dc(0x242)+_0x3580ef);break;}logger[_0x2f04dc(0x184)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x4e54a8+_0x2f04dc(0x1ce)+_0x3580ef);}catch(_0x3af601){logger[_0x2f04dc(0x2b4)](_0x2f04dc(0x1f7)+_0x4e54a8+_0x2f04dc(0x1ce)+_0x3580ef+',\x20exception='+util['format'](_0x3af601));}_0x522ae6[_0x2f04dc(0x18e)]=_0x347704,await this['runHooks'](_0x347704,_0x4e54a8,_0x3580ef,_0x522ae6);}['getJestTestIdentifier'](_0x457611){const _0x49d41f=a96_0x48ec3c,_0x1c411c={};_0x1c411c[_0x49d41f(0x224)]=_0x49d41f(0x2ea);const _0xef4535=_0x1c411c;if(_0x457611&&(_0x457611['id']||_0x457611[_0x49d41f(0x23e)])){const _0x3476b7=_0x457611['id']||_0x457611['uuid'];return logger[_0x49d41f(0x184)](_0x49d41f(0x1f6)+_0x3476b7+_0x49d41f(0x1bd)),_0x3476b7;}return logger[_0x49d41f(0x184)](_0xef4535[_0x49d41f(0x224)]),process[_0x49d41f(0x302)]+':testAnalyticsId';}[a96_0x48ec3c(0x27b)](_0x155ba4,_0x4b644a,_0x49a2e7={}){const _0x1baf61=a96_0x48ec3c;let _0x2f6f31=null;return _0x2f6f31=TestFramework[_0x1baf61(0x271)](),!_0x2f6f31?(logger[_0x1baf61(0x184)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x155ba4),this['trackJestInstance'](_0x155ba4,_0x49a2e7),_0x2f6f31=TestFramework[_0x1baf61(0x271)](),logger[_0x1baf61(0x184)](_0x1baf61(0x1c6)+!!_0x2f6f31+_0x1baf61(0x244)+_0x2f6f31?.[_0x1baf61(0x25a)]()?.[_0x1baf61(0x1f4)]())):logger['debug'](_0x1baf61(0x1d9)+_0x2f6f31[_0x1baf61(0x25a)]()?.[_0x1baf61(0x1f4)]()),_0x2f6f31;}['trackJestInstance'](_0x56cf6f,_0x5f5c88){const _0x363664=a96_0x48ec3c,_0x2a3f43={};_0x2a3f43[_0x363664(0x2dc)]=_0x363664(0x201);const _0x109b22=_0x2a3f43;if(TestFramework[_0x363664(0x271)]()){logger['debug'](_0x109b22[_0x363664(0x2dc)]);return;}const _0x581dbd=CLIUtils[_0x363664(0x1a0)](),_0x102f40=TrackedInstance[_0x363664(0x180)](_0x581dbd);let _0x71442c=null;logger[_0x363664(0x184)](_0x363664(0x2f5)+_0x581dbd+_0x363664(0x21f)+_0x56cf6f),_0x71442c=new TestFrameworkInstance(_0x102f40,this[_0x363664(0x1a3)](),this[_0x363664(0x219)](),_0x56cf6f,HookState[_0x363664(0x1e4)]),TestFramework[_0x363664(0x1c7)](_0x102f40,_0x71442c),logger[_0x363664(0x184)](_0x363664(0x277)+_0x102f40[_0x363664(0x1f4)]()+_0x363664(0x240)+_0x581dbd+_0x363664(0x2e3)+this[_0x363664(0x1a3)]()[0x0]+_0x363664(0x262)+this['getTestFrameworksVersions']()[this[_0x363664(0x1a3)]()[0x0]]);}['parseJestTest'](_0xb37558){const _0x1d3468=a96_0x48ec3c,_0x51982d={};_0x51982d[_0x1d3468(0x27a)]=function(_0x32e4fa,_0x1aa5a9){return _0x32e4fa||_0x1aa5a9;},_0x51982d[_0x1d3468(0x18f)]=_0x1d3468(0x200);const _0x1a8b62=_0x51982d,{testUUID:_0x4d5c00,testData:_0x27a688,testId:_0x1775c2}=_0xb37558;if(_0x1a8b62[_0x1d3468(0x27a)](!_0x27a688,!_0x1775c2))return logger[_0x1d3468(0x184)](_0x1a8b62['jPTtg']),{};const _0x4cafcb=this[_0x1d3468(0x1a3)]()[0x0],_0x45bb1d=this[_0x1d3468(0x219)](),_0x46bdbf={};_0x46bdbf['depth']=0x2,_0x46bdbf[_0x1d3468(0x1ab)]=0x3,logger[_0x1d3468(0x184)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x1d3468(0x205)](_0x27a688,_0x46bdbf));const _0x593bc7=_0x27a688?.[_0x1d3468(0x1b7)]||[],_0x384c23=this[_0x1d3468(0x17e)](_0x27a688),_0x390f16=this[_0x1d3468(0x2d4)](_0x27a688),_0x5de57c=_0x27a688['fn']?_0x27a688['fn'][_0x1d3468(0x18b)]():_0x27a688?.[_0x1d3468(0x236)]?_0x27a688[_0x1d3468(0x236)][_0x1d3468(0x22d)]['toString']():null,_0x43e1c3=this[_0x1d3468(0x1f3)](_0x27a688),_0x4227e6={[TestFrameworkConstants[_0x1d3468(0x22b)]]:_0x4cafcb,[TestFrameworkConstants[_0x1d3468(0x1fe)]]:_0x45bb1d[_0x4cafcb],[TestFrameworkConstants[_0x1d3468(0x1ae)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x1d3468(0x23c)]]:{},[TestFrameworkConstants[_0x1d3468(0x2c9)]]:TestFrameworkConstants[_0x1d3468(0x261)],[TestFrameworkConstants[_0x1d3468(0x214)]]:_0x384c23,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x390f16,[TestFrameworkConstants['KEY_TEST_ID']]:_0x1775c2,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x384c23,[TestFrameworkConstants[_0x1d3468(0x1d7)]]:_0x390f16,[TestFrameworkConstants[_0x1d3468(0x295)]]:_0x5de57c,[TestFrameworkConstants[_0x1d3468(0x29a)]]:_0x43e1c3,[TestFrameworkConstants[_0x1d3468(0x241)]]:_0x27a688[_0x1d3468(0x2cd)]||new Date()[_0x1d3468(0x275)](),[TestFrameworkConstants[_0x1d3468(0x2ba)]]:_0x593bc7[0x0]||'',[TestFrameworkConstants[_0x1d3468(0x256)]]:_0x593bc7,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x384c23,[TestFrameworkConstants[_0x1d3468(0x28a)]]:{},[TestFrameworkConstants[_0x1d3468(0x209)]]:{}};_0x27a688[_0x1d3468(0x25c)]&&(_0x4227e6[TestFrameworkConstants[_0x1d3468(0x222)]]=_0x27a688['retryOf']);logger[_0x1d3468(0x184)](_0x1d3468(0x18c)+_0x384c23+_0x1d3468(0x206)+_0x1775c2+_0x1d3468(0x276)+JSON[_0x1d3468(0x2d1)](_0x43e1c3)+_0x1d3468(0x2b5)+util[_0x1d3468(0x205)](_0x593bc7)+_0x1d3468(0x181)+_0x390f16);const _0x47d31e={};return _0x47d31e[_0x1775c2]=_0x4227e6,_0x47d31e;}[a96_0x48ec3c(0x1c1)](_0x1a3f12){const _0x498231=a96_0x48ec3c,_0x4b946e={'gqUnU':function(_0x1bba3a,_0x1b8cbe){return _0x1bba3a===_0x1b8cbe;},'ITGTO':_0x498231(0x1e9),'SQSIc':'beforeAll','wMgMv':_0x498231(0x202),'ZSfGw':_0x498231(0x193),'bUAwO':function(_0x43a8ba,_0x2fd591){return _0x43a8ba||_0x2fd591;},'eiKNI':_0x498231(0x2c0),'Fulyl':function(_0xdf70a8,_0x2645d9){return _0xdf70a8||_0x2645d9;},'UxfvV':_0x498231(0x2fb),'BqeSn':function(_0x3c246c,_0x3f4e7f){return _0x3c246c>_0x3f4e7f;},'jpFfC':'failed','KqYuo':function(_0x1b06df,_0x54b432){return _0x1b06df===_0x54b432;},'hMxaz':_0x498231(0x28d),'xHHwP':function(_0x1096ed,_0x573d83){return _0x1096ed===_0x573d83;},'iwOcn':_0x498231(0x2f7),'iGAkW':_0x498231(0x196),'UrAIi':function(_0x1cfa44,_0x95e1a8){return _0x1cfa44!==_0x95e1a8;},'dOrwf':function(_0x45885f,_0x379e8f,_0x49e3e4,_0x195551){return _0x45885f(_0x379e8f,_0x49e3e4,_0x195551);},'tsTyE':function(_0x2b8e44,_0x2cf578){return _0x2b8e44>_0x2cf578;},'XfdTq':_0x498231(0x24e)},{testUUID:_0x283b30,testData:_0x3198f7,testId:_0x53953f}=_0x1a3f12;if(_0x4b946e['bUAwO'](!_0x3198f7,!_0x53953f))return logger['debug'](_0x4b946e['eiKNI']),{};const _0x42e897=this[_0x498231(0x27b)](TestFrameworkState[_0x498231(0x285)],HookState['POST']),_0x57c3f3=_0x42e897[_0x498231(0x301)]()['get'](_0x53953f),_0x287e4b=_0x4b946e['Fulyl'](_0x57c3f3,{}),_0x40fd24=_0x287e4b?_0x287e4b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x84e33e=_0x287e4b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x498231(0x184)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x84e33e?Object['keys'](_0x84e33e)['length']:0x0)+_0x498231(0x1bc));let _0x6dcc03=_0x4b946e[_0x498231(0x178)];if(_0x3198f7['result'])_0x6dcc03=_0x3198f7[_0x498231(0x2f9)];else{if(_0x3198f7['errorsDetailed']&&_0x4b946e[_0x498231(0x2a9)](_0x3198f7[_0x498231(0x2b6)][_0x498231(0x22a)],0x0))_0x6dcc03=_0x4b946e[_0x498231(0x1cb)];else _0x4b946e['KqYuo'](_0x3198f7[_0x498231(0x2bc)],_0x4b946e[_0x498231(0x274)])||_0x4b946e[_0x498231(0x1dc)](_0x3198f7[_0x498231(0x2bc)],_0x4b946e[_0x498231(0x172)])?_0x6dcc03=_0x4b946e['iwOcn']:_0x6dcc03=_0x4b946e[_0x498231(0x198)];}const _0x119f7a={..._0x287e4b,[TestFrameworkConstants[_0x498231(0x2c9)]]:_0x6dcc03,[TestFrameworkConstants[_0x498231(0x21b)]]:_0x3198f7[_0x498231(0x273)]||new Date()[_0x498231(0x275)](),[TestFrameworkConstants[_0x498231(0x207)]]:new Date()[_0x498231(0x275)](),[TestFrameworkConstants[_0x498231(0x28a)]]:_0x40fd24,[TestFrameworkConstants[_0x498231(0x21e)]]:_0x287e4b[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x498231(0x209)]]:{}};if(_0x4b946e[_0x498231(0x245)](_0x6dcc03,_0x4b946e['jpFfC'])&&_0x3198f7['errorsDetailed']){const _0x23e741=this['getJestFailureReason'](_0x3198f7),_0x4a0e15=this['getJestFailureType'](_0x3198f7),_0x5972f7=this[_0x498231(0x1a7)](_0x3198f7);_0x119f7a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x4a0e15,_0x119f7a[TestFrameworkConstants[_0x498231(0x1b0)]]=_0x23e741,_0x119f7a[TestFrameworkConstants[_0x498231(0x186)]]=_0x5972f7;}_0x4b946e['UrAIi'](_0x3198f7[_0x498231(0x177)],undefined)&&(_0x119f7a[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x3198f7[_0x498231(0x177)]);_0x3198f7['retryOf']&&(_0x119f7a[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x3198f7[_0x498231(0x25c)]);const _0x3e9942=_0x57c3f3?_0x57c3f3[TestFrameworkConstants[_0x498231(0x189)]]||{}:{},_0x2b10ff=_0x57c3f3?_0x57c3f3[TestFrameworkConstants[_0x498231(0x175)]]:_0x283b30,_0x14c2d5=_0x4b946e[_0x498231(0x2f1)](getManualUploadLogs,_0x3e9942,_0x2b10ff,_0x53953f);if(_0x4b946e[_0x498231(0x2a9)](_0x14c2d5[_0x498231(0x22a)],0x0)){const _0x2da73d=_0x119f7a[TestFrameworkConstants[_0x498231(0x21e)]]||[];_0x119f7a[TestFrameworkConstants[_0x498231(0x21e)]]=[..._0x2da73d,..._0x14c2d5];}const _0x4eb2f3=_0x287e4b[TestFrameworkConstants[_0x498231(0x1ef)]]||{},_0x277ff2=_0x287e4b[TestFrameworkConstants[_0x498231(0x23c)]]||{},_0x561d17={..._0x4eb2f3},_0x5357f1=_0x561d17;Object[_0x498231(0x16d)](_0x277ff2)['forEach'](_0x4236c9=>{const _0xd4424d=_0x498231;!_0x5357f1[_0x4236c9]&&(_0x5357f1[_0x4236c9]=[]);const _0x17a8b1=new Set((_0x5357f1[_0x4236c9]||[])[_0xd4424d(0x210)](_0x1a37e2=>_0x1a37e2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1a37e2[_0xd4424d(0x1d2)]));(_0x277ff2[_0x4236c9]||[])[_0xd4424d(0x2aa)](_0x328433=>{const _0x584272=_0xd4424d,_0x5919af=_0x328433[TestFrameworkConstants[_0x584272(0x231)]]||_0x328433[_0x584272(0x1d2)];if(!_0x17a8b1[_0x584272(0x1d8)](_0x5919af)){const _0x3ebfb1={..._0x328433},_0x4ed402=_0x3ebfb1;!_0x4ed402[TestFrameworkConstants[_0x584272(0x266)]]&&!_0x4ed402[_0x584272(0x234)]&&(_0x4ed402[TestFrameworkConstants[_0x584272(0x266)]]=new Date()[_0x584272(0x275)]()),!_0x4ed402[TestFrameworkConstants[_0x584272(0x284)]]&&!_0x4ed402[_0x584272(0x23a)]&&(_0x4ed402[TestFrameworkConstants[_0x584272(0x284)]]=TestFrameworkConstants[_0x584272(0x19d)]),_0x5357f1[_0x4236c9]['push'](_0x4ed402);}});});if(_0x1a3f12[_0x498231(0x1e7)]){this[_0x498231(0x243)](_0x1a3f12[_0x498231(0x1e7)]);const _0x2020bf=this[_0x498231(0x237)](_0x1a3f12[_0x498231(0x1e7)]),_0x510374=this['getHooksForTest'](_0x1a3f12[_0x498231(0x1e7)]);_0x510374[_0x498231(0x2aa)](_0x4dd4d0=>{const _0x46a028=_0x498231,_0x1dc1bd=_0x2020bf[_0x46a028(0x1e6)](_0x4dd4d0);if(_0x1dc1bd&&(_0x4b946e[_0x46a028(0x245)](_0x1dc1bd[_0x46a028(0x29d)],_0x4b946e[_0x46a028(0x1c3)])||_0x4b946e[_0x46a028(0x245)](_0x1dc1bd[_0x46a028(0x29d)],_0x4b946e[_0x46a028(0x1ea)]))){const _0x332210=_0x1dc1bd['type'][_0x46a028(0x217)]()[_0x46a028(0x1d6)](_0x4b946e['wMgMv'],_0x4b946e[_0x46a028(0x255)]),_0xd0ccd=_0x332210;!_0x5357f1[_0xd0ccd]&&(_0x5357f1[_0xd0ccd]=[]);const _0x3389b5=_0x5357f1[_0xd0ccd][_0x46a028(0x1d1)](_0x1fa5bf=>(_0x1fa5bf[TestFrameworkConstants[_0x46a028(0x231)]]||_0x1fa5bf[_0x46a028(0x1d2)])===_0x4dd4d0);!_0x3389b5&&_0x5357f1[_0xd0ccd]['push']({'key':_0xd0ccd,[TestFrameworkConstants[_0x46a028(0x231)]]:_0x4dd4d0,[TestFrameworkConstants[_0x46a028(0x284)]]:TestFrameworkConstants[_0x46a028(0x19d)],[TestFrameworkConstants[_0x46a028(0x223)]]:new Date()[_0x46a028(0x275)](),[TestFrameworkConstants[_0x46a028(0x266)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x46a028(0x23b)]]:_0x1dc1bd['name']||_0x1dc1bd[_0x46a028(0x29d)]+'\x20hook',[TestFrameworkConstants[_0x46a028(0x28a)]]:_0x40fd24});}});}if(_0x3198f7[_0x498231(0x1af)]&&_0x4b946e[_0x498231(0x171)](_0x3198f7[_0x498231(0x1af)][_0x498231(0x22a)],0x0))_0x119f7a[TestFrameworkConstants[_0x498231(0x1ef)]]=_0x3198f7[_0x498231(0x1af)],logger['debug'](_0x4b946e[_0x498231(0x1bf)]);else _0x4b946e['tsTyE'](Object[_0x498231(0x16d)](_0x5357f1)[_0x498231(0x22a)],0x0)&&(_0x119f7a[TestFrameworkConstants[_0x498231(0x1ef)]]=_0x5357f1,logger['debug'](_0x498231(0x2e9)+Object[_0x498231(0x16d)](_0x5357f1)[_0x498231(0x2ed)](',')));const _0x1c1072=this[_0x498231(0x17e)](_0x3198f7);logger['debug'](_0x498231(0x289)+_0x1c1072+_0x498231(0x206)+_0x53953f+'\x20(testIdentifier),\x20result='+_0x6dcc03+_0x498231(0x264)+_0x3198f7[_0x498231(0x177)]);_0x4b946e[_0x498231(0x1dc)](_0x6dcc03,_0x4b946e['jpFfC'])&&logger[_0x498231(0x184)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x53953f+_0x498231(0x1f9)+_0x119f7a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x498231(0x278)+_0x119f7a[TestFrameworkConstants[_0x498231(0x1b0)]]?.[_0x498231(0x192)](0x0,0xc8));const _0x1fef97={};return _0x1fef97[_0x53953f]=_0x119f7a,_0x1fef97;}[a96_0x48ec3c(0x170)](_0x1e3258){const _0x23d4aa=a96_0x48ec3c,_0x30b5fb={};_0x30b5fb[_0x23d4aa(0x199)]=function(_0x2e5f36,_0x37ebc5){return _0x2e5f36!==_0x37ebc5;},_0x30b5fb[_0x23d4aa(0x212)]=function(_0x374c2d,_0xf6e9ff){return _0x374c2d!==_0xf6e9ff;},_0x30b5fb['bvLvN']=_0x23d4aa(0x254);const _0x39ad47=_0x30b5fb,_0x1f033c={};_0x1f033c[_0x23d4aa(0x2f4)]=0x2,_0x1f033c[_0x23d4aa(0x1ab)]=0x3,logger['debug'](_0x23d4aa(0x29e)+util['inspect'](_0x1e3258,_0x1f033c));const _0x197a63=[];if(_0x1e3258&&_0x1e3258[_0x23d4aa(0x286)]){let _0x5523b8=_0x1e3258['parent'];while(_0x5523b8&&_0x5523b8[_0x23d4aa(0x2f8)]&&_0x39ad47['SKnRX'](_0x5523b8['name'],'')&&_0x39ad47[_0x23d4aa(0x212)](_0x5523b8['name'],_0x39ad47[_0x23d4aa(0x228)])){_0x197a63[_0x23d4aa(0x2a6)](_0x5523b8['name']),_0x5523b8=_0x5523b8[_0x23d4aa(0x286)];}}return _0x197a63[_0x23d4aa(0x257)]();}[a96_0x48ec3c(0x17e)](_0x219ded){const _0x4f3dbd=a96_0x48ec3c,_0x23ee46={};_0x23ee46[_0x4f3dbd(0x2a4)]='Unknown\x20Test';const _0x1c546e=_0x23ee46;if(_0x219ded[_0x4f3dbd(0x2f8)])return _0x219ded[_0x4f3dbd(0x2f8)];if(_0x219ded['title'])return _0x219ded[_0x4f3dbd(0x22e)];return _0x1c546e[_0x4f3dbd(0x2a4)];}[a96_0x48ec3c(0x1f3)](_0x25ef01){const _0x34f1c2=a96_0x48ec3c,_0x31a16a=[];if(_0x25ef01['tags']&&Array[_0x34f1c2(0x2f6)](_0x25ef01[_0x34f1c2(0x1c4)]))return _0x25ef01[_0x34f1c2(0x1c4)][_0x34f1c2(0x210)](_0x206464=>_0x206464[_0x34f1c2(0x2c3)]('@')?_0x206464[_0x34f1c2(0x246)](0x1):_0x206464);const _0x4ae38e=this[_0x34f1c2(0x17e)](_0x25ef01),_0x37e8b8=_0x4ae38e['match'](/@(\w+)/g);if(_0x37e8b8)return _0x37e8b8[_0x34f1c2(0x210)](_0x132e31=>_0x132e31[_0x34f1c2(0x1b1)](0x1));return _0x25ef01[_0x34f1c2(0x1b7)]&&Array[_0x34f1c2(0x2f6)](_0x25ef01['scopes'])&&_0x25ef01[_0x34f1c2(0x1b7)][_0x34f1c2(0x2aa)](_0x40a1b4=>{const _0x286730=_0x34f1c2,_0x234f68=_0x40a1b4[_0x286730(0x21d)](/@(\w+)/g);_0x234f68&&_0x234f68[_0x286730(0x2aa)](_0xb030f2=>{const _0xb2c505=_0x286730,_0x202e15=_0xb030f2['slice'](0x1);!_0x31a16a[_0xb2c505(0x1d4)](_0x202e15)&&_0x31a16a[_0xb2c505(0x2a6)](_0x202e15);});}),_0x31a16a;}[a96_0x48ec3c(0x2d4)](_0x983301){const _0x4a7579=a96_0x48ec3c,_0x5bb0fb={'JzEdR':function(_0x77fde1,_0x3c34b6){return _0x77fde1(_0x3c34b6);}};if(_0x983301['file_name'])return _0x983301[_0x4a7579(0x19e)];if(_0x983301[_0x4a7579(0x19b)])try{const _0x5c8ea4=stackTrace[_0x4a7579(0x2e4)](_0x983301[_0x4a7579(0x19b)]),_0x34981b=_0x5bb0fb[_0x4a7579(0x2ff)](pickUserFrameFile,_0x5c8ea4);if(_0x34981b)return _0x34981b;logger['debug'](_0x4a7579(0x1db)+_0x5c8ea4[_0x4a7579(0x22a)]+')');}catch(_0xcb4955){logger[_0x4a7579(0x184)](_0x4a7579(0x2c2)+util['format'](_0xcb4955));}return null;}[a96_0x48ec3c(0x225)](_0x54c937){const _0x3cec15=a96_0x48ec3c,_0x5d884a={};_0x5d884a[_0x3cec15(0x20a)]=function(_0x30012e,_0x205451){return _0x30012e>_0x205451;},_0x5d884a[_0x3cec15(0x306)]=_0x3cec15(0x24d);const _0x46dbaa=_0x5d884a;if(_0x54c937[_0x3cec15(0x2b6)]&&_0x46dbaa[_0x3cec15(0x20a)](_0x54c937[_0x3cec15(0x2b6)][_0x3cec15(0x22a)],0x0))return util[_0x3cec15(0x205)](_0x54c937[_0x3cec15(0x2b6)][0x0]);if(_0x54c937[_0x3cec15(0x2b3)])return _0x54c937[_0x3cec15(0x2b3)];return _0x46dbaa[_0x3cec15(0x306)];}[a96_0x48ec3c(0x27f)](_0x74d896){const _0x2b175d=a96_0x48ec3c,_0x2b2c45={};_0x2b2c45[_0x2b175d(0x2d7)]='Assert',_0x2b2c45[_0x2b175d(0x290)]=_0x2b175d(0x16f),_0x2b2c45['gUzTI']=_0x2b175d(0x293);const _0x169a89=_0x2b2c45,_0x2712e9=this[_0x2b175d(0x225)](_0x74d896);if(_0x2712e9&&_0x2712e9[_0x2b175d(0x1d4)](_0x169a89['QNodx']))return _0x169a89[_0x2b175d(0x290)];return _0x169a89['gUzTI'];}[a96_0x48ec3c(0x1a7)](_0x4f2ac4){const _0x4c9220=a96_0x48ec3c,_0x421b8b={'lkQvr':function(_0x36dfe1,_0x266745){return _0x36dfe1(_0x266745);},'gKqtB':_0x4c9220(0x190),'hTcHL':function(_0x563dea,_0x2aad24){return _0x563dea!==_0x2aad24;},'aHBfq':_0x4c9220(0x26f)},{failureData:_0x2ccb43}=_0x421b8b['lkQvr'](require,_0x421b8b[_0x4c9220(0x300)]),_0x1021be=[];return _0x421b8b[_0x4c9220(0x21c)](_0x4f2ac4[_0x4c9220(0x2b6)],undefined)&&_0x1021be[_0x4c9220(0x2a6)](_0x4f2ac4[_0x4c9220(0x2b6)],_0x421b8b[_0x4c9220(0x188)]),_0x2ccb43[_0x4c9220(0x1a8)](null,_0x1021be);}async[a96_0x48ec3c(0x2bf)](_0x3df6b7,_0x4d09b5,_0x2b765d,_0x36927e){const _0x465bf8=a96_0x48ec3c,_0x207b1b={'ecTmV':_0x465bf8(0x307),'pfsIj':function(_0x4630de){return _0x4630de();},'ufKwy':function(_0x5d3d49,_0x5d8a87){return _0x5d3d49 in _0x5d8a87;},'ZwqBA':function(_0x3fd337,_0xbadc5f){return _0x3fd337===_0xbadc5f;},'jAEXR':function(_0x293f61,_0x1a430c){return _0x293f61>_0x1a430c;},'kDCkI':_0x465bf8(0x1ba),'GbQVY':'passed','sxTKx':function(_0x454020,_0x9255f5){return _0x454020===_0x9255f5;},'KdPJb':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','xgRHw':function(_0x38f2e9,_0x4c2bf7){return _0x38f2e9===_0x4c2bf7;},'tLRnd':function(_0x46a59c,_0x32efc1){return _0x46a59c!==_0x32efc1;}},{hookData:_0x57c2bc}=_0x36927e,_0x2beeed=_0x2b765d['toString'](),_0x410332=_0x4d09b5[_0x465bf8(0x18b)](),_0x3ebcfa={};_0x3ebcfa[_0x465bf8(0x2f4)]=0x2,_0x3ebcfa['maxArrayLength']=0x3,logger[_0x465bf8(0x184)](_0x465bf8(0x2a2)+_0x410332+',\x20hookState='+_0x2beeed+_0x465bf8(0x26a)+util[_0x465bf8(0x205)](_0x57c2bc,_0x3ebcfa));if(!_0x57c2bc)return logger[_0x465bf8(0x184)](_0x207b1b[_0x465bf8(0x203)]),{};const _0x4374ce=_0x57c2bc['uuid']||_0x57c2bc['hookAnalyticsId']||_0x207b1b[_0x465bf8(0x235)](uuidv4),_0x3eaa2f=_0x57c2bc['test_run_id']||this['getJestTestIdentifier'](_0x57c2bc),_0x5dc471=_0x4d09b5['toString']()[_0x465bf8(0x2fe)]('.')[0x1],_0x3c403d=_0x3df6b7[_0x465bf8(0x301)]()[_0x465bf8(0x1e6)](_0x3eaa2f),_0x46725a=_0x3c403d?_0x3c403d[TestFrameworkConstants[_0x465bf8(0x28a)]]||{}:{};logger[_0x465bf8(0x184)](_0x465bf8(0x21a)+_0x4374ce+_0x465bf8(0x206)+_0x3eaa2f+_0x465bf8(0x1bb)+_0x5dc471+',\x20hookState='+_0x2beeed);if(!_0x3c403d)return logger[_0x465bf8(0x184)](_0x465bf8(0x2c1)+_0x3eaa2f+_0x465bf8(0x2af)),this[_0x465bf8(0x1d0)](_0x3df6b7,_0x3eaa2f,_0x4d09b5,_0x2b765d,_0x36927e),{};let _0x1cc578=_0x3c403d[TestFrameworkConstants[_0x465bf8(0x23c)]];!_0x1cc578&&(_0x1cc578={});!_0x207b1b[_0x465bf8(0x20d)](_0x5dc471,_0x1cc578)&&(_0x1cc578[_0x5dc471]=[]);let _0x5a2cd8=_0x3c403d[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x5a2cd8&&(_0x5a2cd8={});!_0x207b1b[_0x465bf8(0x20d)](_0x5dc471,_0x5a2cd8)&&(_0x5a2cd8[_0x5dc471]=[]);const _0x3faea0={[_0x3eaa2f]:{[TestFrameworkConstants[_0x465bf8(0x23c)]]:_0x1cc578,[TestFrameworkConstants[_0x465bf8(0x1ef)]]:_0x5a2cd8,[TestFrameworkConstants[_0x465bf8(0x22b)]]:this[_0x465bf8(0x1a3)]()[0x0]||'',[TestFrameworkConstants[_0x465bf8(0x1fe)]]:this[_0x465bf8(0x219)]()[this[_0x465bf8(0x1a3)]()[0x0]]||''}};if(_0x207b1b['ZwqBA'](_0x2b765d,HookState[_0x465bf8(0x1b6)])){const _0xf0e9a7={'key':_0x5dc471,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4374ce,[TestFrameworkConstants[_0x465bf8(0x284)]]:TestFrameworkConstants[_0x465bf8(0x19d)],[TestFrameworkConstants[_0x465bf8(0x223)]]:_0x57c2bc[_0x465bf8(0x2cd)]||new Date()[_0x465bf8(0x275)](),[TestFrameworkConstants[_0x465bf8(0x2d5)]]:[],[TestFrameworkConstants[_0x465bf8(0x23b)]]:_0x57c2bc[_0x465bf8(0x2f8)]||_0x57c2bc[_0x465bf8(0x2e1)]||_0x5dc471,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x46725a};_0x1cc578[_0x5dc471]['push'](_0xf0e9a7),_0x3faea0[_0x3eaa2f][TestFrameworkConstants[_0x465bf8(0x1fb)]]=_0x5dc471;const _0x192de5={};_0x192de5['depth']=0x2,logger[_0x465bf8(0x184)](_0x465bf8(0x24b)+_0x5dc471+_0x465bf8(0x288)+_0x4374ce+',\x20testId='+_0x3eaa2f+_0x465bf8(0x2a1)+util[_0x465bf8(0x205)](_0xf0e9a7,_0x192de5));}else{if(_0x207b1b[_0x465bf8(0x20b)](_0x2b765d,HookState[_0x465bf8(0x2bd)])){const _0x372478=_0x57c2bc[_0x465bf8(0x2f9)]||(_0x57c2bc['errorsDetailed']&&_0x207b1b[_0x465bf8(0x1b4)](_0x57c2bc[_0x465bf8(0x2b6)][_0x465bf8(0x22a)],0x0)?_0x207b1b[_0x465bf8(0x305)]:_0x207b1b['GbQVY']),_0x333d1b=_0x1cc578[_0x5dc471]||[];logger[_0x465bf8(0x184)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x5dc471+_0x465bf8(0x206)+_0x3eaa2f+_0x465bf8(0x1dd)+_0x372478+_0x465bf8(0x1aa)+_0x333d1b[_0x465bf8(0x22a)]);if(_0x207b1b['ZwqBA'](_0x333d1b[_0x465bf8(0x22a)],0x0)&&_0x207b1b[_0x465bf8(0x23f)](_0x4d09b5,TestFrameworkState[_0x465bf8(0x250)]))return logger[_0x465bf8(0x184)](_0x207b1b['KdPJb']),this[_0x465bf8(0x1d0)](_0x3df6b7,_0x3eaa2f,_0x4d09b5,_0x2b765d,_0x36927e),{};if(_0x207b1b['jAEXR'](_0x333d1b[_0x465bf8(0x22a)],0x0)){const _0x2d11cc=_0x333d1b['pop']();_0x207b1b[_0x465bf8(0x260)](_0x372478,_0x207b1b[_0x465bf8(0x305)])&&_0x57c2bc[_0x465bf8(0x2b6)]?(_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x270)]]=this[_0x465bf8(0x27f)](_0x57c2bc),_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x230)]]=this[_0x465bf8(0x225)](_0x57c2bc),_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x253)]]=this[_0x465bf8(0x1a7)](_0x57c2bc),logger[_0x465bf8(0x184)](_0x465bf8(0x1d3)+_0x5dc471+_0x465bf8(0x1f9)+_0x2d11cc[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x465bf8(0x278)+_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x230)]]?.['substring'](0x0,0xc8))):_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x284)]]=_0x207b1b[_0x465bf8(0x26d)];_0x207b1b[_0x465bf8(0x2a7)](_0x372478,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x284)]]=_0x372478);_0x2d11cc[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x57c2bc[_0x465bf8(0x273)]||new Date()[_0x465bf8(0x275)](),_0x2d11cc[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x46725a;const _0x3a83d0=_0x2d11cc[TestFrameworkConstants[_0x465bf8(0x231)]];!_0x5a2cd8[_0x5dc471]&&(_0x5a2cd8[_0x5dc471]=[]);_0x5a2cd8[_0x5dc471]['push'](_0x2d11cc),_0x3faea0[_0x3eaa2f][TestFrameworkConstants[_0x465bf8(0x28e)]]=_0x5dc471;const _0x22515a={};_0x22515a['depth']=0x2,logger[_0x465bf8(0x184)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x5dc471+_0x465bf8(0x288)+_0x3a83d0+_0x465bf8(0x1dd)+_0x372478+_0x465bf8(0x2a1)+util[_0x465bf8(0x205)](_0x2d11cc,_0x22515a));}}}return _0x3faea0;}[a96_0x48ec3c(0x25f)](_0x28547f){const _0x169d31=a96_0x48ec3c,_0x4ea44c={};_0x4ea44c[_0x169d31(0x1c8)]=_0x169d31(0x179);const _0x10254b=_0x4ea44c;try{const _0x3c798f=_0x28547f[_0x169d31(0x26f)]?this[_0x169d31(0x20f)](_0x28547f[_0x169d31(0x26f)]):_0x28547f[_0x169d31(0x2cb)][_0x169d31(0x291)],_0x2a17f7=_0x28547f['instance'],_0x4f69cc=_0x2a17f7['getContext'](),_0x1ebc20=_0x2a17f7['getAllData']()[_0x169d31(0x1e6)](_0x3c798f);if(!_0x1ebc20)return logger[_0x169d31(0x184)](_0x169d31(0x2df)+_0x3c798f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5c91dd=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x169d31(0x1fe)]]:_0x2208b7=this[_0x169d31(0x219)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x169d31(0x241)]]:_0x21694a='',[TestFrameworkConstants[_0x169d31(0x21b)]]:_0x1d1d44=''}=_0x1ebc20,_0x337313=_0x2a17f7['getCurrentTestState']()['toString']()[_0x169d31(0x2fe)]('.')[0x1],_0x12fc8d=_0x2a17f7[_0x169d31(0x2c5)]()['toString']()['split']('.')[0x1],_0x565b53=global?.['__workerDetails']?.[_0x169d31(0x2b2)]?.['parallelIndex']||global[_0x169d31(0x258)]||0x0,_0x132112=_0x2a17f7[_0x169d31(0x232)](),_0x310444=Buffer['from'](JSON[_0x169d31(0x2d1)](_0x1ebc20))[_0x169d31(0x18b)](_0x10254b[_0x169d31(0x1c8)]),_0x207667={'hash':_0x4f69cc[_0x169d31(0x1f4)](),'threadId':_0x4f69cc[_0x169d31(0x248)]()[_0x169d31(0x18b)](),'processId':_0x4f69cc['getProcessId']()['toString']()},_0x3b1b0d={};_0x3b1b0d['platformIndex']=_0x565b53,_0x3b1b0d[_0x169d31(0x2b0)]=_0x5c91dd,_0x3b1b0d[_0x169d31(0x19a)]=_0x2208b7,_0x3b1b0d[_0x169d31(0x1ee)]=_0x337313,_0x3b1b0d[_0x169d31(0x2c8)]=_0x12fc8d,_0x3b1b0d[_0x169d31(0x1fd)]=_0x21694a,_0x3b1b0d[_0x169d31(0x1e0)]=_0x1d1d44,_0x3b1b0d[_0x169d31(0x23e)]=_0x132112,_0x3b1b0d[_0x169d31(0x204)]=_0x310444,_0x3b1b0d[_0x169d31(0x2ef)]=_0x207667,_0x3b1b0d[_0x169d31(0x2fa)]=_0x3c798f;const _0x49c5af=_0x3b1b0d;return _0x49c5af;}catch(_0xeb9b23){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x169d31(0x183)](_0xeb9b23)),{};}}async['sendLogCreatedEvent'](_0x1fe025,_0x18db80,_0xcc7e80){const _0x2a52ba=a96_0x48ec3c,_0x2c8c51={'MkNAP':function(_0x262bf7,_0x400137){return _0x262bf7+_0x400137;},'JUkiZ':_0x2a52ba(0x1ad),'bhDFO':_0x2a52ba(0x2dd),'DWlce':function(_0x3e4d21,_0x2d8230){return _0x3e4d21>_0x2d8230;},'hPezv':function(_0x28547d,_0x28a1a8,_0x21a2a9,_0x30e05d){return _0x28547d(_0x28a1a8,_0x21a2a9,_0x30e05d);},'ZGGGo':function(_0x28c750,_0x5f2e15){return _0x28c750-_0x5f2e15;},'MDcCf':function(_0x5092f7,_0x1d4d12){return _0x5092f7===_0x1d4d12;},'TJHev':function(_0xb19195,_0x22236a){return _0xb19195/_0x22236a;},'CgASM':function(_0x1a0187,_0x627d70){return _0x1a0187<_0x627d70;},'Wevlb':function(_0x25859b,_0x1b61ad){return _0x25859b*_0x1b61ad;},'xsjNB':function(_0x17157d,_0x1bf642){return _0x17157d>_0x1bf642;}};try{const _0x291d9c=_0xcc7e80['testUUID']||_0xcc7e80['testId'],_0x2af615=Array[_0x2a52ba(0x294)](_0x1fe025[_0x2a52ba(0x301)]()[_0x2a52ba(0x16d)]()),_0x4892f3=_0x1fe025[_0x2a52ba(0x301)]()[_0x2a52ba(0x1e6)](_0x291d9c);if(!_0x4892f3){logger[_0x2a52ba(0x184)](_0x2a52ba(0x2a5)+_0x291d9c);return;}const {[TestFrameworkConstants[_0x2a52ba(0x22b)]]:_0x5ebf67='',[TestFrameworkConstants[_0x2a52ba(0x1fe)]]:_0x12f7dc=''}=_0x4892f3;let _0x443f64=[];_0x4892f3&&_0x4892f3[TestFrameworkConstants[_0x2a52ba(0x21e)]]&&Array[_0x2a52ba(0x2f6)](_0x4892f3[TestFrameworkConstants[_0x2a52ba(0x21e)]])?(_0x443f64=_0x4892f3[TestFrameworkConstants[_0x2a52ba(0x21e)]]||[],logger[_0x2a52ba(0x184)](_0x2a52ba(0x2de)+_0x443f64[_0x2a52ba(0x22a)]+_0x2a52ba(0x2cf)+_0x291d9c),_0x1fe025[_0x2a52ba(0x226)]({[_0x291d9c]:{[TestFrameworkConstants[_0x2a52ba(0x21e)]]:[],[TestFrameworkConstants[_0x2a52ba(0x22b)]]:this[_0x2a52ba(0x1a3)]()[0x0]||'',[TestFrameworkConstants[_0x2a52ba(0x1fe)]]:this[_0x2a52ba(0x219)]()[this[_0x2a52ba(0x1a3)]()[0x0]]||''}}),logger[_0x2a52ba(0x184)](_0x2a52ba(0x2db)+_0x291d9c)):logger['debug'](_0x2a52ba(0x208)+_0x291d9c);logger[_0x2a52ba(0x184)](_0x2a52ba(0x2e2)+_0x443f64['length']+'\x20for\x20testId:\x20'+_0x291d9c);const _0x3fb600=_0x443f64[_0x2a52ba(0x292)](_0xfeeef5=>_0xfeeef5[_0x2a52ba(0x2ee)]===_0x2a52ba(0x2a3));_0x2c8c51['DWlce'](_0x3fb600[_0x2a52ba(0x22a)],0x0)&&(logger['debug'](_0x2a52ba(0x1cf)+_0x3fb600[_0x2a52ba(0x22a)]+_0x2a52ba(0x1a4)+_0x291d9c),_0x3fb600[_0x2a52ba(0x2aa)]((_0x531975,_0x2c873b)=>{const _0x334dd8=_0x2a52ba;logger[_0x334dd8(0x184)](_0x334dd8(0x27c)+_0x2c8c51[_0x334dd8(0x1f2)](_0x2c873b,0x1)+'/'+_0x3fb600[_0x334dd8(0x22a)]+_0x334dd8(0x2fd)+(_0x531975[_0x334dd8(0x2fa)]||_0x2c8c51[_0x334dd8(0x251)])+_0x334dd8(0x18a)+(_0x531975['test_run_uuid']||_0x2c8c51[_0x334dd8(0x251)])+_0x334dd8(0x1f1)+(_0x531975[_0x334dd8(0x2ac)]||_0x2c8c51['bhDFO'])+_0x334dd8(0x281)+(_0x531975['message']?.[_0x334dd8(0x22a)]||0x0));}));const _0x226e4a=_0x4892f3[TestFrameworkConstants[_0x2a52ba(0x189)]]||{},_0x2fb5b8=_0x2c8c51[_0x2a52ba(0x26c)](getMediaArtifactsLogs,_0x226e4a,null,_0x291d9c),_0x85175e=(_0x443f64||[])[_0x2a52ba(0x2d3)](_0x2fb5b8||[]),_0x21a0f4=_0x3fb600?.[_0x2a52ba(0x22a)]||0x0,_0x202f27=_0x2c8c51[_0x2a52ba(0x1fc)](_0x443f64?.['length']||0x0,_0x21a0f4);logger[_0x2a52ba(0x184)](_0x2a52ba(0x272)+_0x291d9c+_0x2a52ba(0x2d0)+_0x202f27+',\x20screenshotLogs:\x20'+_0x21a0f4+_0x2a52ba(0x28c)+(_0x2fb5b8?.[_0x2a52ba(0x22a)]||0x0)+',\x20totalLogs:\x20'+_0x85175e[_0x2a52ba(0x22a)]);if(!_0x85175e||_0x2c8c51[_0x2a52ba(0x2e8)](_0x85175e['length'],0x0)){logger['debug'](_0x2a52ba(0x17c)+_0x291d9c);return;}const _0xa9fc9b=0x28,_0x9deeb5=Math[_0x2a52ba(0x2c6)](_0x2c8c51['TJHev'](_0x85175e[_0x2a52ba(0x22a)],_0xa9fc9b));for(let _0x26eac5=0x0;_0x2c8c51[_0x2a52ba(0x299)](_0x26eac5,_0x9deeb5);_0x26eac5++){const _0x413e4a=_0x2c8c51[_0x2a52ba(0x1a5)](_0x26eac5,_0xa9fc9b),_0x486a5a=_0x2c8c51['MkNAP'](_0x413e4a,_0xa9fc9b),_0x125111=_0x85175e['slice'](_0x413e4a,_0x486a5a),_0x13d1aa=global?.[_0x2a52ba(0x26e)]??0x0,_0x3e75a4={'platformIndex':_0x13d1aa,'logs':_0x125111,'testFrameworkName':_0x5ebf67,'testFrameworkVersion':_0x12f7dc,'testFrameworkState':_0x18db80[_0x2a52ba(0x18b)]()['split']('.')[0x1]},_0x66044d={};_0x66044d[_0x2a52ba(0x2f4)]=0x3,_0x66044d[_0x2a52ba(0x1ab)]=0x5,logger[_0x2a52ba(0x184)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x2c8c51[_0x2a52ba(0x1f2)](_0x26eac5,0x1)+'/'+_0x9deeb5+'\x20-\x20testId:\x20'+_0x291d9c+_0x2a52ba(0x2f3)+_0x125111[_0x2a52ba(0x22a)]+_0x2a52ba(0x2ca)+_0x13d1aa+_0x2a52ba(0x269)+util['inspect'](_0x3e75a4,_0x66044d));const _0x103c1f=await GrpcClient[_0x2a52ba(0x2b9)]()[_0x2a52ba(0x29c)](_0x3e75a4);logger[_0x2a52ba(0x184)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x2c8c51['MkNAP'](_0x26eac5,0x1)+'/'+_0x9deeb5+_0x2a52ba(0x218)+_0x291d9c+_0x2a52ba(0x1de)+util[_0x2a52ba(0x205)](_0x103c1f));}_0x2fb5b8&&_0x2c8c51[_0x2a52ba(0x24a)](_0x2fb5b8[_0x2a52ba(0x22a)],0x0)&&_0x4892f3[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x1fe025[_0x2a52ba(0x226)]({[_0x291d9c]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x2a52ba(0x22b)]]:this[_0x2a52ba(0x1a3)]()[0x0]||'',[TestFrameworkConstants[_0x2a52ba(0x1fe)]]:this[_0x2a52ba(0x219)]()[this[_0x2a52ba(0x1a3)]()[0x0]]||''}}),logger['debug'](_0x2a52ba(0x227)+_0x291d9c+_0x2a52ba(0x17b)+_0x9deeb5);}catch(_0x5d2ca8){logger[_0x2a52ba(0x2b4)](_0x2a52ba(0x2c7)+(_0xcc7e80[_0x2a52ba(0x252)]||_0xcc7e80[_0x2a52ba(0x27d)])+',\x20error:\x20'+util['format'](_0x5d2ca8));}}[a96_0x48ec3c(0x1d0)](_0xa84c36,_0x548c9e,_0x5b84ef,_0x6b5e2b,_0x1b0bc7){const _0x415677=a96_0x48ec3c,_0x47410c={};_0x47410c[_0x415677(0x213)]=function(_0x429e89,_0x43d653){return _0x429e89===_0x43d653;},_0x47410c[_0x415677(0x2be)]=_0x415677(0x1ff);const _0x552152=_0x47410c,{hookData:_0xbc5750}=_0x1b0bc7,_0x2695d7={'testId':_0x548c9e,'testFrameworkState':_0x5b84ef,'hookState':_0x6b5e2b,'args':_0x1b0bc7,'timestamp':new Date()[_0x415677(0x275)]()};if(_0x552152[_0x415677(0x213)](_0x5b84ef,TestFrameworkState[_0x415677(0x250)])&&_0xbc5750){const _0x50841e={};_0x50841e[_0x415677(0x25b)]=_0xbc5750[_0x415677(0x19e)]||_0xbc5750[_0x415677(0x267)],_0x50841e[_0x415677(0x25e)]=_0xbc5750[_0x415677(0x25e)]||_0xbc5750['scopes']&&_0xbc5750[_0x415677(0x1b7)][0x0]||'',_0x50841e[_0x415677(0x1be)]=_0x552152[_0x415677(0x2be)],_0x2695d7[_0x415677(0x176)]=_0x50841e,logger['debug']('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x548c9e+',\x20filePath:\x20'+_0x2695d7[_0x415677(0x176)][_0x415677(0x25b)]+',\x20scope:\x20'+_0x2695d7[_0x415677(0x176)][_0x415677(0x25e)]);}_0xa84c36[_0x415677(0x29b)](_0x548c9e,_0x2695d7),logger['debug'](_0x415677(0x1b3)+_0x548c9e+_0x415677(0x282)+_0x5b84ef+_0x415677(0x2d2)+_0x6b5e2b);}async[a96_0x48ec3c(0x1f8)](_0x1e5fea,_0x3a4922){const _0x416581=a96_0x48ec3c,_0x304342={};_0x304342[_0x416581(0x1b2)]=function(_0xd9e504,_0x5e54f2){return _0xd9e504>_0x5e54f2;},_0x304342[_0x416581(0x247)]=function(_0x5d6394,_0x1b6fc7){return _0x5d6394===_0x1b6fc7;},_0x304342[_0x416581(0x28f)]=function(_0xf4c737,_0x584054){return _0xf4c737===_0x584054;},_0x304342[_0x416581(0x304)]=function(_0x307a79,_0x56f001){return _0x307a79===_0x56f001;},_0x304342[_0x416581(0x182)]=function(_0x3fdc2e,_0x4c4379){return _0x3fdc2e>_0x4c4379;},_0x304342[_0x416581(0x1fa)]=_0x416581(0x2ab);const _0x360b85=_0x304342;if(_0x1e5fea[_0x416581(0x20c)](_0x3a4922)){const _0x39962f=_0x1e5fea[_0x416581(0x195)](_0x3a4922);logger[_0x416581(0x184)](_0x416581(0x2e0)+_0x39962f[_0x416581(0x22a)]+_0x416581(0x26b)+_0x3a4922);for(const _0x1cdba1 of _0x39962f){try{const _0x321be3=await this['trackHookEvent'](_0x1e5fea,_0x1cdba1['testFrameworkState'],_0x1cdba1[_0x416581(0x2c8)],_0x1cdba1[_0x416581(0x229)]);_0x321be3&&_0x360b85[_0x416581(0x1b2)](Object[_0x416581(0x16d)](_0x321be3)['length'],0x0)&&_0x1e5fea[_0x416581(0x226)](_0x321be3),await this['runHooks'](_0x1e5fea,_0x1cdba1['testFrameworkState'],_0x1cdba1[_0x416581(0x2c8)],_0x1cdba1[_0x416581(0x229)]);}catch(_0x83df5){logger[_0x416581(0x2b4)](_0x416581(0x2c4)+_0x3a4922+',\x20error:\x20'+_0x83df5);}}_0x1e5fea[_0x416581(0x17a)](_0x3a4922),logger[_0x416581(0x184)](_0x416581(0x2b7)+_0x3a4922);}const _0x99f546=_0x1e5fea[_0x416581(0x301)]()['get'](_0x3a4922);if(_0x99f546){const _0x44c006=_0x99f546[TestFrameworkConstants[_0x416581(0x24c)]]||_0x99f546[TestFrameworkConstants[_0x416581(0x1d7)]],_0x1e9ee7=_0x99f546[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x99f546[TestFrameworkConstants[_0x416581(0x256)]]&&_0x99f546[TestFrameworkConstants[_0x416581(0x256)]][0x0]||'';logger[_0x416581(0x184)](_0x416581(0x249)+_0x44c006+',\x20scope:\x20'+_0x1e9ee7);const _0x323c4f=_0x1e5fea[_0x416581(0x2e6)]();for(const _0x109721 of _0x323c4f){if(_0x360b85['uEUIv'](_0x109721,_0x3a4922))continue;if(_0x1e5fea['hasPendingHooks'](_0x109721)){const _0x1ffbcb=_0x1e5fea['getPendingHooks'](_0x109721);for(const _0x3a2c80 of _0x1ffbcb){if(_0x360b85[_0x416581(0x247)](_0x3a2c80[_0x416581(0x1ee)],TestFrameworkState['BEFORE_ALL'])&&_0x3a2c80[_0x416581(0x176)]){const _0x49039b=_0x3a2c80[_0x416581(0x176)][_0x416581(0x25b)],_0xe88e28=_0x3a2c80['hookMetadata'][_0x416581(0x25e)];if(_0x360b85[_0x416581(0x28f)](_0x49039b,_0x44c006)&&_0x360b85[_0x416581(0x304)](_0xe88e28,_0x1e9ee7)){logger[_0x416581(0x184)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x109721+_0x416581(0x1cd)+_0x3a4922+_0x416581(0x2f2)+_0x49039b+_0x416581(0x20e)+_0xe88e28);_0x3a2c80['args']&&_0x3a2c80['args'][_0x416581(0x2cb)]&&(_0x3a2c80['args'][_0x416581(0x2cb)]['test_run_id']=_0x3a4922,logger[_0x416581(0x184)](_0x416581(0x197)+_0x109721+_0x416581(0x287)+_0x3a4922));try{const _0x58c4d3=await this['trackHookEvent'](_0x1e5fea,_0x3a2c80['testFrameworkState'],_0x3a2c80[_0x416581(0x2c8)],_0x3a2c80['args']);_0x58c4d3&&_0x360b85[_0x416581(0x182)](Object['keys'](_0x58c4d3)['length'],0x0)&&_0x1e5fea[_0x416581(0x226)](_0x58c4d3);await this[_0x416581(0x1f5)](_0x1e5fea,_0x3a2c80[_0x416581(0x1ee)],_0x3a2c80[_0x416581(0x2c8)],_0x3a2c80[_0x416581(0x229)]);const _0x4568c8=_0x1e5fea[_0x416581(0x195)](_0x109721)[_0x416581(0x292)](_0x2e62cd=>_0x2e62cd!==_0x3a2c80);if(_0x360b85[_0x416581(0x247)](_0x4568c8[_0x416581(0x22a)],0x0))_0x1e5fea['removePendingHooks'](_0x109721);else{_0x1e5fea['removePendingHooks'](_0x109721);for(const _0x2e6ed7 of _0x4568c8){_0x1e5fea[_0x416581(0x29b)](_0x109721,_0x2e6ed7);}}logger[_0x416581(0x184)](_0x360b85[_0x416581(0x1fa)]);}catch(_0x2223e1){logger[_0x416581(0x2b4)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x3a4922+_0x416581(0x22c)+_0x2223e1);}}}}}}}}[a96_0x48ec3c(0x243)](_0x1aefa1){const _0x17f0d4=a96_0x48ec3c,_0x124350={'yFXZh':function(_0x565fa2){return _0x565fa2();}};if(!_0x1aefa1||!_0x1aefa1[_0x17f0d4(0x286)])return;_0x1aefa1[_0x17f0d4(0x286)]['hooks']&&Array['isArray'](_0x1aefa1[_0x17f0d4(0x286)][_0x17f0d4(0x1af)])&&_0x1aefa1[_0x17f0d4(0x286)][_0x17f0d4(0x1af)][_0x17f0d4(0x2aa)](_0x204f34=>{const _0x94602=_0x17f0d4;!_0x204f34[_0x94602(0x1c5)]&&!_0x204f34[_0x94602(0x1a6)]&&(_0x204f34[_0x94602(0x1c5)]=_0x124350[_0x94602(0x23d)](uuidv4),_0x204f34[_0x94602(0x1a6)]=_0x204f34[_0x94602(0x1c5)],logger[_0x94602(0x184)](_0x94602(0x1ac)+_0x204f34[_0x94602(0x29d)]+_0x94602(0x297)+_0x204f34[_0x94602(0x1c5)]));}),this[_0x17f0d4(0x243)](_0x1aefa1[_0x17f0d4(0x286)]);}[a96_0x48ec3c(0x215)](_0xa7ad2b){const _0x5782be=a96_0x48ec3c,_0x39b47={'NPyUP':function(_0x52f633,_0x56dee6){return _0x52f633(_0x56dee6);}};if(!_0xa7ad2b||!_0xa7ad2b[_0x5782be(0x286)])return[];const _0x4dc241=[];return _0xa7ad2b[_0x5782be(0x286)]['hooks']&&Array[_0x5782be(0x2f6)](_0xa7ad2b[_0x5782be(0x286)][_0x5782be(0x1af)])&&_0xa7ad2b[_0x5782be(0x286)][_0x5782be(0x1af)][_0x5782be(0x2aa)](_0xbdafa8=>{const _0x4c69f8=_0x5782be,_0x4a845b=_0xbdafa8[_0x4c69f8(0x1c5)]||_0xbdafa8[_0x4c69f8(0x1a6)];_0x4a845b&&!this[_0x4c69f8(0x268)](_0xbdafa8)&&!_0x39b47[_0x4c69f8(0x1e2)](isInternalHook,_0xbdafa8['fn'])&&_0x4dc241[_0x4c69f8(0x2a6)](_0x4a845b);}),[..._0x4dc241,...this[_0x5782be(0x215)](_0xa7ad2b[_0x5782be(0x286)])];}[a96_0x48ec3c(0x237)](_0x25bf70){const _0x1bfdba=a96_0x48ec3c,_0x5b84fa={'lxLHz':function(_0xa98238,_0x14c094){return _0xa98238(_0x14c094);},'qLTgt':_0x1bfdba(0x2fb),'aCHir':function(_0x2320b6,_0x2fbbeb){return _0x2320b6(_0x2fbbeb);},'EzPSW':function(_0x4b4f92,_0x57abee){return _0x4b4f92(_0x57abee);}},_0x3b7c64=new Map(),_0x1b9ea6=_0x33df25=>{const _0x18b0ed=_0x1bfdba,_0x2dabff={'nQrkg':function(_0x58ff0c,_0x2fecd8){return _0x5b84fa['lxLHz'](_0x58ff0c,_0x2fecd8);},'wOamz':_0x5b84fa[_0x18b0ed(0x221)]};if(!_0x33df25||!_0x33df25['parent'])return;_0x33df25['parent'][_0x18b0ed(0x1af)]&&Array['isArray'](_0x33df25[_0x18b0ed(0x286)][_0x18b0ed(0x1af)])&&_0x33df25[_0x18b0ed(0x286)]['hooks']['forEach'](_0x555697=>{const _0x3694e1=_0x18b0ed,_0x4404cd=_0x555697[_0x3694e1(0x1c5)]||_0x555697[_0x3694e1(0x1a6)];if(_0x4404cd&&!this[_0x3694e1(0x268)](_0x555697)&&!_0x2dabff['nQrkg'](isInternalHook,_0x555697['fn'])){const _0x10f7bd={};_0x10f7bd[_0x3694e1(0x29d)]=_0x555697[_0x3694e1(0x29d)]||_0x2dabff['wOamz'],_0x10f7bd[_0x3694e1(0x2f8)]=_0x555697[_0x3694e1(0x2f8)]||'\x22'+_0x555697[_0x3694e1(0x29d)]+_0x3694e1(0x220),_0x3b7c64[_0x3694e1(0x1a1)](_0x4404cd,_0x10f7bd);}}),_0x5b84fa['aCHir'](_0x1b9ea6,_0x33df25['parent']);};return _0x5b84fa[_0x1bfdba(0x2ad)](_0x1b9ea6,_0x25bf70),_0x3b7c64;}[a96_0x48ec3c(0x268)](_0x4a74aa){const _0x2d10e1=a96_0x48ec3c,_0x21ab75={};_0x21ab75[_0x2d10e1(0x1a9)]=_0x2d10e1(0x1ec),_0x21ab75[_0x2d10e1(0x1a2)]=_0x2d10e1(0x2e5);const _0x1ab18b=_0x21ab75;try{const _0xb7302a=this[_0x2d10e1(0x1b5)](_0x4a74aa);if(!_0xb7302a||_0xb7302a[_0x2d10e1(0x1d4)](_0x1ab18b[_0x2d10e1(0x1a9)]))return!![];return![];}catch(_0x5734cb){logger['debug'](_0x1ab18b['qWnVI']);}return![];}[a96_0x48ec3c(0x1b5)](_0x6da164){const _0x185ac1=a96_0x48ec3c,_0x5ecb5d={'JgXUP':function(_0x37f413,_0x535bac){return _0x37f413(_0x535bac);}};if(_0x6da164['file'])return _0x6da164[_0x185ac1(0x1c0)];if(_0x6da164[_0x185ac1(0x19b)])try{const _0x83c383=stackTrace[_0x185ac1(0x2e4)](_0x6da164[_0x185ac1(0x19b)]),_0x864de0=_0x5ecb5d[_0x185ac1(0x216)](pickUserFrameFile,_0x83c383);if(_0x864de0)return _0x864de0;logger[_0x185ac1(0x184)](_0x185ac1(0x1ed)+_0x83c383[_0x185ac1(0x22a)]+')');}catch(_0x1d40de){logger[_0x185ac1(0x184)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x185ac1(0x183)](_0x1d40de));}return null;}}module[a96_0x48ec3c(0x2cc)]=JestTestFramework;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function a97_0x31bd(){const _0x42f1ef=['updateMultipleEntries','format','getAllData','KEY_TEST_SCOPES','failure_reason_expanded','KEY_TEST_TAGS','assign','./testFramework.js','920263tMKnxz','retry_of','trackEvent:\x20no\x20mochaEvent\x20on\x20args\x20for\x20state=','TEST','KEY_TEST_RESULT','KEY_TEST_NAME','KEY_EVENT_ENDED_AT','scopes','trackReportedEvent:\x20no\x20payload\x20on\x20eventType=','AFTER_ALL','\x20uuid=','createTestFrameworkEventPayload:\x20','get','getProcessId','5BUNMJe','KEY_TEST_IDENTIFIER','10409082AUJgOi','16311528XLnRUg','trackReportedEvent:\x20eventType=','runHooks','result','KEY_HOOK_FAILURE','hooks','\x20hook_type=','KEY_TEST_LOCATION','KEY_TEST_RERUN_NAME','KEY_HOOK_FAILURE_TYPE','failure','scope','dyvqw','KEY_HOOK_NAME','KEY_TEST_FAILURE_REASON_EXPANDED','AFTER_EACH','frameworkFields','NONE','split','KEY_HOOKS_STARTED','getId','base64','createTestFrameworkEventPayload:\x20no\x20data\x20for\x20entryId=','2YGGNid','code','KEY_CUSTOM_TAGS','KEY_HOOK_ID','instance','framework','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_DURATION','createTestFrameworkEventPayload','loadHook','mochaEntryId','isHook','uuid','KEY_HOOK_RESULT','9515kBbojR','KEY_TEST_STARTED_AT','body','loadTest','../../../helpers/classLogger.js','trackReportedEvent:\x20dispatch\x20failed\x20for\x20eventType=','stringify','util','RNDHP','KEY_TEST_RESULT_AT','PmcRl','from','getThreadId','KEY_TEST_SCOPE','trackEvent:\x20failed\x20to\x20load\x20event\x20data\x20for\x20state=','getTestFrameworksVersions','KEY_TEST_ID','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FAILURE_TYPE','resolveInstance:\x20created\x20instance\x20target=','getRef','failure_reason','57732FauLiN','exports','IaJYm','KEY_TEST_ENDED_AT','KEY_LOGS','failure_backtrace','POST','BEFORE_ALL','toString','PRE','KEY_TEST_FAILURE_BACKTRACE','debug','GFvCl','108uvQrau','TestRunStarted','19566ZUQjkT','7870dxGVVw','failure_type','KEY_TEST_FILE_PATH','duration_in_ms','started_at','finished_at','createContext','./constants/testFrameworkConstants.js','getCurrentHookState','failed','\x20state=','KEY_TEST_CODE','getTestFrameworks','../cliUtils.js','map','getCurrentTestState','pzxLm','error','../state/testFrameworkState.js','KEY_TEST_UUID','createTestFrameworkEventPayload:\x20entryId=','88quPqxz','includes','name','KEY_EVENT_STARTED_AT','BEFORE_EACH','../state/hookState.js','addMultipleEntries','browserstackPlatformIndex','\x20contextId=','mochaEvent','KEY_HOOK_FAILURE_REASON','setTrackedInstance','ZwTwI','testFrameworkState','wUpKH','KEY_HOOKS_FINISHED','HookRunStarted','trackEvent','1666574UCVcqd','hook_type','mocha_legacy_hooks','hookState'];a97_0x31bd=function(){return _0x42f1ef;};return a97_0x31bd();}const a97_0x37b598=a97_0x426f;function a97_0x426f(_0x1cd85a,_0x3ce78d){const _0x31bdfe=a97_0x31bd();return a97_0x426f=function(_0x426fdf,_0x139353){_0x426fdf=_0x426fdf-0x90;let _0x5a30fa=_0x31bdfe[_0x426fdf];return _0x5a30fa;},a97_0x426f(_0x1cd85a,_0x3ce78d);}(function(_0x19fbbe,_0x3729a6){const _0x38c376=a97_0x426f,_0x115617=_0x19fbbe();while(!![]){try{const _0x3008d3=-parseInt(_0x38c376(0x119))/0x1*(parseInt(_0x38c376(0xb2))/0x2)+parseInt(_0x38c376(0xe3))/0x3*(parseInt(_0x38c376(0xd6))/0x4)+-parseInt(_0x38c376(0x98))/0x5*(-parseInt(_0x38c376(0x9a))/0x6)+parseInt(_0x38c376(0x10d))/0x7+-parseInt(_0x38c376(0xfb))/0x8*(parseInt(_0x38c376(0xe5))/0x9)+parseInt(_0x38c376(0xe6))/0xa*(parseInt(_0x38c376(0xc0))/0xb)+-parseInt(_0x38c376(0x9b))/0xc;if(_0x3008d3===_0x3729a6)break;else _0x115617['push'](_0x115617['shift']());}catch(_0x3b3119){_0x115617['push'](_0x115617['shift']());}}}(a97_0x31bd,0xd45a9));const util=require(a97_0x37b598(0xc7)),TestFramework=require(a97_0x37b598(0x118)),TestFrameworkState=require(a97_0x37b598(0xf8)),HookState=require(a97_0x37b598(0x100)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),TrackedInstance=require('../instances/trackedInstance.js'),CLIUtils=require(a97_0x37b598(0xf3)),TestFrameworkConstants=require(a97_0x37b598(0xed)),{createClassLogger}=require(a97_0x37b598(0xc4)),logger=createClassLogger('MochaTestFramework'),a97_0x5a1180={};a97_0x5a1180[a97_0x37b598(0xdd)]=TestFrameworkState[a97_0x37b598(0xdd)],a97_0x5a1180[a97_0x37b598(0x93)]=TestFrameworkState[a97_0x37b598(0x93)],a97_0x5a1180[a97_0x37b598(0xff)]=TestFrameworkState[a97_0x37b598(0xff)],a97_0x5a1180['AFTER_EACH']=TestFrameworkState[a97_0x37b598(0xaa)];const HOOK_STATES=a97_0x5a1180,LEGACY_HOOKS_BUCKET='MOCHA_TEST_HOOKS',KEY_LEGACY_HOOKS=a97_0x37b598(0x10f);class MochaTestFramework extends TestFramework{constructor(_0x1ace49,_0x2ea29d,_0x21f9c0){super(_0x1ace49,_0x2ea29d,_0x21f9c0);}async['trackReportedEvent'](_0x1a620e,_0x27a61f,_0x135583={}){const _0x388d1a=a97_0x37b598,_0x27c87e={};_0x27c87e['PmcRl']=_0x388d1a(0xe4),_0x27c87e[_0x388d1a(0x107)]=_0x388d1a(0x10b);const _0x2b053d=_0x27c87e,_0x2e5397=!!(_0x1a620e&&_0x1a620e['hook_run']),_0x3402f3=_0x2e5397?_0x1a620e['hook_run']:_0x1a620e&&_0x1a620e['test_run'];if(!_0x3402f3)return logger['debug'](_0x388d1a(0x92)+_0x27a61f),![];const _0x27ceb6=_0x2e5397?HOOK_STATES[_0x3402f3[_0x388d1a(0x10e)]]:TestFrameworkState[_0x388d1a(0x11c)];if(!_0x27ceb6)return logger['debug'](_0x388d1a(0x9c)+_0x27a61f+_0x388d1a(0xa1)+_0x3402f3[_0x388d1a(0x10e)]+'\x20maps\x20to\x20no\x20Mocha\x20state;\x20leaving\x20it\x20on\x20the\x20Direct\x20flow'),![];const _0x59ed5a=[_0x2b053d[_0x388d1a(0xca)],_0x2b053d['ZwTwI']][_0x388d1a(0xfc)](_0x27a61f)?HookState[_0x388d1a(0xdf)]:HookState['POST'];logger[_0x388d1a(0xe1)](_0x388d1a(0x9c)+_0x27a61f+_0x388d1a(0x94)+_0x3402f3['uuid']+_0x388d1a(0xf0)+_0x27ceb6+'.'+_0x59ed5a);try{const _0x3cd2c6={'payload':_0x3402f3,'eventType':_0x27a61f,'isHook':_0x2e5397,..._0x135583},_0x17f8ea={};_0x17f8ea[_0x388d1a(0x104)]=_0x3cd2c6,await this[_0x388d1a(0x10c)](_0x27ceb6,_0x59ed5a,_0x17f8ea);}catch(_0x55ec3e){logger[_0x388d1a(0xf7)](_0x388d1a(0xc5)+_0x27a61f+':\x20'+util[_0x388d1a(0x112)](_0x55ec3e));}return!![];}async['trackEvent'](_0xb27cb9,_0x2ea5e4,_0x242533={}){const _0x4e956f=a97_0x37b598,_0x4d03ff={};_0x4d03ff['IaJYm']='trackEvent:\x20instance\x20could\x20not\x20be\x20resolved';const _0x191782=_0x4d03ff;await super[_0x4e956f(0x10c)](_0xb27cb9,_0x2ea5e4,_0x242533);const _0x144edf=_0x242533[_0x4e956f(0x104)];if(!_0x144edf){logger[_0x4e956f(0xe1)](_0x4e956f(0x11b)+_0xb27cb9+'.'+_0x2ea5e4);return;}const _0x24431d=this['resolveInstance'](_0xb27cb9);if(!_0x24431d){logger[_0x4e956f(0xe1)](_0x191782[_0x4e956f(0xd8)]);return;}try{_0x242533[_0x4e956f(0xbc)]=_0x144edf[_0x4e956f(0xbd)]?this['loadHook'](_0x24431d,_0xb27cb9,_0x2ea5e4,_0x144edf):this[_0x4e956f(0xc3)](_0x24431d,_0x2ea5e4,_0x144edf);}catch(_0x17fd21){logger['error'](_0x4e956f(0xce)+_0xb27cb9+'.'+_0x2ea5e4+':\x20'+util[_0x4e956f(0x112)](_0x17fd21));return;}_0x242533[_0x4e956f(0xb6)]=_0x24431d,await this[_0x4e956f(0x9d)](_0x24431d,_0xb27cb9,_0x2ea5e4,_0x242533);}['resolveInstance'](_0x6a814b){const _0x830e2c=a97_0x37b598;let _0xf5b840=TestFramework['getTrackedInstance']();if(_0xf5b840)return _0xf5b840;const _0x4d6300=CLIUtils['getCurrentInstanceName'](),_0x527059=TrackedInstance[_0x830e2c(0xec)](_0x4d6300);return _0xf5b840=new TestFrameworkInstance(_0x527059,this[_0x830e2c(0xf2)](),this['getTestFrameworksVersions'](),_0x6a814b,HookState[_0x830e2c(0xac)]),TestFramework[_0x830e2c(0x106)](_0x527059,_0xf5b840),logger['debug'](_0x830e2c(0xd3)+_0x4d6300+_0x830e2c(0x103)+_0x527059[_0x830e2c(0xaf)]()+_0x830e2c(0xf0)+_0x6a814b),_0xf5b840;}['loadTest'](_0x37a25a,_0x6b0ed5,{payload:_0x19e1a6,testFilePath:_0x3d6356}){const _0x5e03be=a97_0x37b598,_0x51c79c={};_0x51c79c['dyvqw']=function(_0x2e4331,_0x10a479){return _0x2e4331===_0x10a479;};const _0x223a42=_0x51c79c,_0x385d9c=_0x19e1a6[_0x5e03be(0xbe)],_0x2c05ce={...this[_0x5e03be(0xab)](_0x19e1a6),[TestFrameworkConstants[_0x5e03be(0xf9)]]:_0x385d9c,[TestFrameworkConstants[_0x5e03be(0xd0)]]:_0x385d9c,[TestFrameworkConstants[_0x5e03be(0x99)]]:_0x19e1a6['identifier'],[TestFrameworkConstants[_0x5e03be(0x11e)]]:_0x19e1a6[_0x5e03be(0xfd)],[TestFrameworkConstants[_0x5e03be(0xcd)]]:_0x19e1a6['scope'],[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x19e1a6['scopes'],[TestFrameworkConstants[_0x5e03be(0xf1)]]:_0x19e1a6[_0x5e03be(0xc2)]?_0x19e1a6[_0x5e03be(0xc2)][_0x5e03be(0xb3)]:null,[TestFrameworkConstants[_0x5e03be(0xe8)]]:_0x3d6356,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x3d6356,[TestFrameworkConstants[_0x5e03be(0x11d)]]:_0x19e1a6[_0x5e03be(0x9e)],[TestFrameworkConstants[_0x5e03be(0xc1)]]:_0x19e1a6[_0x5e03be(0xea)],[TestFrameworkConstants[_0x5e03be(0xa3)]]:_0x19e1a6['name'],[TestFrameworkConstants['KEY_TEST_RETRY_OF']]:_0x19e1a6[_0x5e03be(0x11a)],[TestFrameworkConstants[_0x5e03be(0x116)]]:[],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x5e03be(0xda)]]:[]};_0x223a42[_0x5e03be(0xa7)](_0x6b0ed5,HookState['POST'])&&Object[_0x5e03be(0x117)](_0x2c05ce,{[TestFrameworkConstants[_0x5e03be(0xd9)]]:_0x19e1a6['finished_at'],[TestFrameworkConstants[_0x5e03be(0xc9)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x5e03be(0xb9)]]:_0x19e1a6[_0x5e03be(0xe9)],[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x19e1a6[_0x5e03be(0xa5)],[TestFrameworkConstants[_0x5e03be(0xd2)]]:_0x19e1a6[_0x5e03be(0xe7)],[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x19e1a6[_0x5e03be(0xd5)],[TestFrameworkConstants[_0x5e03be(0xe0)]]:_0x19e1a6[_0x5e03be(0xdb)],[TestFrameworkConstants[_0x5e03be(0xa9)]]:_0x19e1a6[_0x5e03be(0x115)],[KEY_LEGACY_HOOKS]:_0x19e1a6[_0x5e03be(0xa0)]||[]});const _0x1473b1={};return _0x1473b1[_0x385d9c]=_0x2c05ce,_0x37a25a[_0x5e03be(0x101)](_0x1473b1),_0x385d9c;}[a97_0x37b598(0xbb)](_0x378ae9,_0x384d05,_0xc91003,{payload:_0x539607,currentTestUuid:_0x4c94f3,testFilePath:_0x11befc}){const _0x4330fc=a97_0x37b598,_0x2ece2b={};_0x2ece2b[_0x4330fc(0xf6)]=function(_0xde9461,_0x3f29e4){return _0xde9461===_0x3f29e4;},_0x2ece2b[_0x4330fc(0xc8)]=_0x4330fc(0xef),_0x2ece2b[_0x4330fc(0x109)]=function(_0x520941,_0x10f212){return _0x520941===_0x10f212;};const _0xfc8efa=_0x2ece2b,_0x493186=_0x384d05['toString']()[_0x4330fc(0xad)]('.')[0x1],_0x49c3cd=_0x539607[_0x4330fc(0xbe)],_0x4b5420={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x49c3cd,[TestFrameworkConstants[_0x4330fc(0xa8)]]:_0x539607['name'],[TestFrameworkConstants[_0x4330fc(0xbf)]]:_0x539607[_0x4330fc(0x9e)],[TestFrameworkConstants[_0x4330fc(0xfe)]]:_0x539607[_0x4330fc(0xea)],[TestFrameworkConstants[_0x4330fc(0xb4)]]:{}};_0x4b5420['key']=_0x493186;const _0x5a4e42=_0x4b5420;_0xfc8efa['pzxLm'](_0xc91003,HookState[_0x4330fc(0xdc)])&&(_0x5a4e42[TestFrameworkConstants[_0x4330fc(0x90)]]=_0x539607[_0x4330fc(0xeb)],_0xfc8efa[_0x4330fc(0xf6)](_0x539607[_0x4330fc(0x9e)],_0xfc8efa[_0x4330fc(0xc8)])&&(_0x5a4e42[TestFrameworkConstants[_0x4330fc(0xa4)]]=_0x539607[_0x4330fc(0xe7)],_0x5a4e42[TestFrameworkConstants[_0x4330fc(0x105)]]=_0x539607[_0x4330fc(0xd5)],_0x5a4e42[TestFrameworkConstants[_0x4330fc(0x9f)]]=_0x539607['failure']));const _0x556e50=_0xfc8efa['wUpKH'](_0xc91003,HookState[_0x4330fc(0xdf)])?TestFrameworkConstants[_0x4330fc(0xae)]:TestFrameworkConstants[_0x4330fc(0x10a)],_0x219a7a={};_0x219a7a[_0x493186]=[_0x5a4e42];const _0x36a94c={...this['frameworkFields'](_0x539607),[TestFrameworkConstants[_0x4330fc(0xcd)]]:_0x539607[_0x4330fc(0xa6)],[TestFrameworkConstants[_0x4330fc(0x114)]]:_0x539607[_0x4330fc(0x91)],[TestFrameworkConstants[_0x4330fc(0xe8)]]:_0x11befc,[TestFrameworkConstants[_0x4330fc(0xa2)]]:_0x11befc,[TestFrameworkConstants[_0x4330fc(0xc1)]]:_0x539607[_0x4330fc(0xea)],[TestFrameworkConstants[_0x4330fc(0xd9)]]:_0x539607['finished_at'],[_0x556e50]:_0x219a7a};_0x4c94f3&&(_0x36a94c[TestFrameworkConstants[_0x4330fc(0xf9)]]=_0x4c94f3);const _0x3a074b={};return _0x3a074b[_0x49c3cd]=_0x36a94c,_0x378ae9[_0x4330fc(0x111)](_0x3a074b),_0x49c3cd;}[a97_0x37b598(0xab)](_0x43212d){const _0x2a8ec5=a97_0x37b598,_0x24b640=this[_0x2a8ec5(0xf2)]()[0x0],_0x37d994=this['getTestFrameworksVersions']()||{},_0x218946={[TestFrameworkConstants[_0x2a8ec5(0xd1)]]:_0x43212d[_0x2a8ec5(0xb7)],[TestFrameworkConstants[_0x2a8ec5(0xb8)]]:_0x37d994[_0x24b640]||''};return _0x218946;}[a97_0x37b598(0xba)](_0x4716a2){const _0xcb1c4d=a97_0x37b598,_0xc31158={};_0xc31158[_0xcb1c4d(0xe2)]=_0xcb1c4d(0xb0);const _0x4d46b6=_0xc31158;try{const _0x1b14e3=_0x4716a2[_0xcb1c4d(0xb6)],_0x5e7a40=_0x4716a2[_0xcb1c4d(0xbc)],_0x1b60bd=_0x1b14e3[_0xcb1c4d(0x113)]()[_0xcb1c4d(0x96)](_0x5e7a40);if(!_0x1b60bd)return logger[_0xcb1c4d(0xe1)](_0xcb1c4d(0xb1)+_0x5e7a40),{};const _0x379846=!!(_0x4716a2[_0xcb1c4d(0x104)]&&_0x4716a2['mochaEvent'][_0xcb1c4d(0xbd)]),_0x3e605={..._0x1b60bd},_0x1cc753=_0x3e605;delete _0x1cc753[KEY_LEGACY_HOOKS];!_0x379846&&(_0x1cc753[TestFrameworkConstants[_0xcb1c4d(0xae)]]={},_0x1cc753[TestFrameworkConstants[_0xcb1c4d(0x10a)]]={[LEGACY_HOOKS_BUCKET]:(_0x1b60bd[KEY_LEGACY_HOOKS]||[])[_0xcb1c4d(0xf4)](_0x36893a=>({[TestFrameworkConstants[_0xcb1c4d(0xb5)]]:_0x36893a}))});const _0x5e1b27=_0x1b14e3['getContext'](),_0xae233e=this[_0xcb1c4d(0xf2)]()[0x0],_0x1495f7=this[_0xcb1c4d(0xcf)]()||{},_0x42cfb0={'platformIndex':global[_0xcb1c4d(0x102)]??0x0,'testFrameworkName':_0xae233e,'testFrameworkVersion':_0x1495f7[_0xae233e]||'','testFrameworkState':_0x1b14e3[_0xcb1c4d(0xf5)]()[_0xcb1c4d(0xde)]()[_0xcb1c4d(0xad)]('.')[0x1],'hookState':_0x1b14e3[_0xcb1c4d(0xee)]()[_0xcb1c4d(0xde)]()[_0xcb1c4d(0xad)]('.')[0x1],'startedAt':_0x1b60bd[TestFrameworkConstants[_0xcb1c4d(0xc1)]]||'','endedAt':_0x1b60bd[TestFrameworkConstants[_0xcb1c4d(0xd9)]]||'','uuid':_0x1b14e3[_0xcb1c4d(0xd4)](),'eventJson':Buffer[_0xcb1c4d(0xcb)](JSON[_0xcb1c4d(0xc6)](_0x1cc753))[_0xcb1c4d(0xde)](_0x4d46b6[_0xcb1c4d(0xe2)]),'executionContext':{'hash':_0x5e1b27[_0xcb1c4d(0xaf)](),'threadId':_0x5e1b27[_0xcb1c4d(0xcc)]()[_0xcb1c4d(0xde)](),'processId':_0x5e1b27[_0xcb1c4d(0x97)]()[_0xcb1c4d(0xde)]()}};return logger['debug'](_0xcb1c4d(0xfa)+_0x5e7a40+_0xcb1c4d(0xf0)+_0x42cfb0[_0xcb1c4d(0x108)]+'.'+_0x42cfb0[_0xcb1c4d(0x110)]),_0x42cfb0;}catch(_0x36083f){return logger[_0xcb1c4d(0xf7)](_0xcb1c4d(0x95)+util['format'](_0x36083f)),{};}}}module[a97_0x37b598(0xd7)]=MochaTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a98_0x36f4(){const _0x1feed0=['WSakd','3663528iIEliV','KEY_TEST_FRAMEWORK_VERSION','uioQZ','KEY_TEST_UUID','QqXtd','KEY_TEST_SCOPES','tags','KEY_HOOKS_FINISHED','from','../cliUtils.js','KEY_TEST_TAGS','trackEvent:\x20error=','createTestFrameworkEventPayload','debug','failure_reason','name','KEY_TEST_NAME','toISOString','getTrackedInstance','KEY_TEST_FAILURE','KEY_TEST_LOGS','KEY_HOOKS_STARTED','stringify','41845COiJNN','KEY_TEST_LOCATION','37851kLQBmk','../state/hookState.js','parseNewmanTestResult','scopes','getCurrentTestState','TEST','\x20hook=','KEY_TEST_RESULT','getAllData','base64','KEY_TEST_FILE_PATH','103975wwkBFZ','KEY_TEST_META','started_at','parseNewmanTest','meta','KEY_TEST_SCOPE','custom_metadata','failure_type','KEY_TEST_RERUN_NAME','trackEvent:\x20state=','resolveInstance','739515MKMoSZ','result','KEY_TEST_CODE','finished_at','getId','58vnZwPe','KEY_TEST_FRAMEWORK_NAME','test','toString','../instances/testFrameworkInstance.js','KEY_TEST_ENDED_AT','format','uuid','NONE','getTestFrameworksVersions','error','getCurrentHookState','getContext','42246wlwebz','getTestFrameworks','KEY_TEST_FAILURE_REASON','setTrackedInstance','36fIkwNf','955000zzpFXN','KEY_TEST_STARTED_AT','trackEvent','addMultipleEntries','wJzDQ','KEY_TEST_ID','../state/testFrameworkState.js','failure','util','path','../../../helpers/classLogger.js','get','KEY_TEST_FAILURE_TYPE','12mctHdx','scope','exports'];a98_0x36f4=function(){return _0x1feed0;};return a98_0x36f4();}const a98_0x232119=a98_0x3623;(function(_0x37e8fc,_0x14a42e){const _0x26359f=a98_0x3623,_0x3ce872=_0x37e8fc();while(!![]){try{const _0x4a3143=parseInt(_0x26359f(0x1b5))/0x1+parseInt(_0x26359f(0x1c5))/0x2*(parseInt(_0x26359f(0x201))/0x3)+-parseInt(_0x26359f(0x1e4))/0x4*(parseInt(_0x26359f(0x1ff))/0x5)+-parseInt(_0x26359f(0x1d2))/0x6+-parseInt(_0x26359f(0x1c0))/0x7+-parseInt(_0x26359f(0x1e8))/0x8+-parseInt(_0x26359f(0x1d6))/0x9*(-parseInt(_0x26359f(0x1d7))/0xa);if(_0x4a3143===_0x14a42e)break;else _0x3ce872['push'](_0x3ce872['shift']());}catch(_0x396c85){_0x3ce872['push'](_0x3ce872['shift']());}}}(a98_0x36f4,0x3e886));const path=require(a98_0x232119(0x1e0)),TestFramework=require('./testFramework'),TestFrameworkState=require(a98_0x232119(0x1dd)),HookState=require(a98_0x232119(0x202)),{createClassLogger}=require(a98_0x232119(0x1e1)),TestFrameworkInstance=require(a98_0x232119(0x1c9)),CLIUtils=require(a98_0x232119(0x1f1)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a98_0x232119(0x1df)),logger=createClassLogger('NewmanTestFramework');function a98_0x3623(_0x54385c,_0x3a151d){const _0x36f448=a98_0x36f4();return a98_0x3623=function(_0x36238e,_0x4bb400){_0x36238e=_0x36238e-0x1b0;let _0x25fcbf=_0x36f448[_0x36238e];return _0x25fcbf;},a98_0x3623(_0x54385c,_0x3a151d);}class NewmanTestFramework extends TestFramework{constructor(_0x1bb543,_0x4bf647,_0x15fcb8){super(_0x1bb543,_0x4bf647,_0x15fcb8);}async['trackEvent'](_0x5a8426,_0x1c3a2a,_0x4a1e7e={}){const _0x75e279=a98_0x232119,_0x9ad1c5={};_0x9ad1c5[_0x75e279(0x1ea)]=function(_0x29b504,_0x2e1d8b){return _0x29b504===_0x2e1d8b;},_0x9ad1c5['wJzDQ']=function(_0x130580,_0x402c4a){return _0x130580===_0x402c4a;};const _0x3144aa=_0x9ad1c5;logger[_0x75e279(0x1f5)](_0x75e279(0x1be)+_0x5a8426+_0x75e279(0x1b0)+_0x1c3a2a),await super[_0x75e279(0x1d9)](_0x5a8426,_0x1c3a2a,_0x4a1e7e);const _0x4f1110=this[_0x75e279(0x1bf)](_0x5a8426,_0x1c3a2a,_0x4a1e7e);if(!_0x4f1110)return;try{if(_0x3144aa[_0x75e279(0x1ea)](_0x5a8426,TestFrameworkState[_0x75e279(0x206)])&&_0x4a1e7e[_0x75e279(0x1c7)]){const _0xd723a7=_0x3144aa[_0x75e279(0x1db)](_0x1c3a2a,HookState['PRE'])?this[_0x75e279(0x1b8)](_0x4a1e7e[_0x75e279(0x1c7)]):this['parseNewmanTestResult'](_0x4a1e7e['test']);_0x4f1110[_0x75e279(0x1da)](_0xd723a7);}}catch(_0x5ec468){logger['error'](_0x75e279(0x1f3)+util[_0x75e279(0x1cb)](_0x5ec468));}_0x4a1e7e['instance']=_0x4f1110,await this['runHooks'](_0x4f1110,_0x5a8426,_0x1c3a2a,_0x4a1e7e);}['parseNewmanTest'](_0x5565e9){const _0x581cc4=a98_0x232119,_0x4aa906=this['getTestFrameworks']()[0x0],_0x179a36={};return _0x179a36[_0x5565e9[_0x581cc4(0x1cc)]]={[TestFrameworkConstants[_0x581cc4(0x1c6)]]:_0x4aa906,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x4aa906],[TestFrameworkConstants[_0x581cc4(0x1fc)]]:[],[TestFrameworkConstants[_0x581cc4(0x1ef)]]:{},[TestFrameworkConstants[_0x581cc4(0x1fd)]]:{},[TestFrameworkConstants[_0x581cc4(0x1b1)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x581cc4(0x1dc)]]:_0x5565e9[_0x581cc4(0x1cc)],[TestFrameworkConstants[_0x581cc4(0x1eb)]]:_0x5565e9[_0x581cc4(0x1cc)],[TestFrameworkConstants[_0x581cc4(0x1f8)]]:_0x5565e9[_0x581cc4(0x1f7)],[TestFrameworkConstants[_0x581cc4(0x1b4)]]:_0x5565e9['file_path']||'',[TestFrameworkConstants[_0x581cc4(0x200)]]:_0x5565e9['location']||'',[TestFrameworkConstants[_0x581cc4(0x1c2)]]:null,[TestFrameworkConstants[_0x581cc4(0x1f2)]]:_0x5565e9[_0x581cc4(0x1ee)]||[],[TestFrameworkConstants[_0x581cc4(0x1d8)]]:_0x5565e9[_0x581cc4(0x1b7)]||new Date()[_0x581cc4(0x1f9)](),[TestFrameworkConstants[_0x581cc4(0x1ba)]]:_0x5565e9[_0x581cc4(0x1e5)]||'',[TestFrameworkConstants[_0x581cc4(0x1ed)]]:_0x5565e9[_0x581cc4(0x204)]||[],[TestFrameworkConstants[_0x581cc4(0x1bd)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5565e9[_0x581cc4(0x1bb)]||{},[TestFrameworkConstants[_0x581cc4(0x1b6)]]:_0x5565e9[_0x581cc4(0x1b9)]||{}},_0x179a36;}[a98_0x232119(0x203)](_0x46a036){const _0x3634a5=a98_0x232119,_0x487009={};_0x487009[_0x3634a5(0x1ec)]='pending';const _0x52882f=_0x487009,_0x35fc8d={};return _0x35fc8d[_0x46a036[_0x3634a5(0x1cc)]]={[TestFrameworkConstants[_0x3634a5(0x1b1)]]:_0x46a036[_0x3634a5(0x1c1)]||_0x52882f[_0x3634a5(0x1ec)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x46a036[_0x3634a5(0x1c3)]||new Date()[_0x3634a5(0x1f9)](),[TestFrameworkConstants[_0x3634a5(0x1fb)]]:_0x46a036[_0x3634a5(0x1de)]||[],[TestFrameworkConstants[_0x3634a5(0x1e3)]]:_0x46a036[_0x3634a5(0x1bc)]||null,[TestFrameworkConstants[_0x3634a5(0x1d4)]]:_0x46a036[_0x3634a5(0x1f6)]||null},_0x35fc8d;}[a98_0x232119(0x1bf)](_0xecc660){const _0x5c0077=a98_0x232119;let _0x5d2373=TestFramework[_0x5c0077(0x1fa)]();if(!_0x5d2373){const _0x5c3f4c=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x5d2373=new TestFrameworkInstance(_0x5c3f4c,this[_0x5c0077(0x1d3)](),this[_0x5c0077(0x1ce)](),_0xecc660,HookState[_0x5c0077(0x1cd)]),TestFramework[_0x5c0077(0x1d5)](_0x5c3f4c,_0x5d2373);}return _0x5d2373;}[a98_0x232119(0x1f4)](_0xf8f4dd){const _0x3a9c37=a98_0x232119,_0xbb7136={};_0xbb7136[_0x3a9c37(0x1e7)]=_0x3a9c37(0x1b3);const _0x433328=_0xbb7136;try{const _0x406677=_0xf8f4dd['test']?_0xf8f4dd[_0x3a9c37(0x1c7)][_0x3a9c37(0x1cc)]:null,_0x25600c=_0xf8f4dd['instance'],_0xbaeb81=_0x25600c[_0x3a9c37(0x1d1)](),_0x38d746=_0x25600c[_0x3a9c37(0x1b2)]()[_0x3a9c37(0x1e2)](_0x406677);if(!_0x38d746)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4f1dfa='',[TestFrameworkConstants[_0x3a9c37(0x1e9)]]:_0xb4bf9f='',[TestFrameworkConstants[_0x3a9c37(0x1d8)]]:_0x292b2d='',[TestFrameworkConstants[_0x3a9c37(0x1ca)]]:_0x5dbf15=''}=_0x38d746;return{'platformIndex':0x0,'testFrameworkName':_0x4f1dfa,'testFrameworkVersion':_0xb4bf9f,'testFrameworkState':_0x25600c[_0x3a9c37(0x205)]()[_0x3a9c37(0x1c8)]()['split']('.')[0x1],'hookState':_0x25600c[_0x3a9c37(0x1d0)]()[_0x3a9c37(0x1c8)]()['split']('.')[0x1],'startedAt':_0x292b2d,'endedAt':_0x5dbf15,'uuid':_0x406677,'eventJson':Buffer[_0x3a9c37(0x1f0)](JSON[_0x3a9c37(0x1fe)](_0x38d746))[_0x3a9c37(0x1c8)](_0x433328['WSakd']),'executionContext':{'hash':_0xbaeb81[_0x3a9c37(0x1c4)](),'threadId':_0xbaeb81['getThreadId']()[_0x3a9c37(0x1c8)](),'processId':_0xbaeb81['getProcessId']()[_0x3a9c37(0x1c8)]()}};}catch(_0x1a6fe4){return logger[_0x3a9c37(0x1cf)]('createTestFrameworkEventPayload:\x20error='+util[_0x3a9c37(0x1cb)](_0x1a6fe4)),{};}}}module[a98_0x232119(0x1e6)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a98_0x33caaf=a98_0x2f97;function a98_0x54a1(){const _0x29b72a=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','from','getTrackedInstance','KEY_TEST_UUID','../instances/testFrameworkInstance.js','test_failure','createContext','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','__workerDetails','ZhtEQ','KEY_TEST_FILE_PATH','TEST','startedAt','test_duration','error','624WWHsWr','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=',',\x20test_name=','UnhandledError','getProcessId','KEY_LOGS','KEY_AUTOMATE_SESSION_NAME','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','toString','parallelIndex','getCurrentHookState','info','KEY_TEST_FRAMEWORK_NAME','executionContext','test_uuid','DEFAULT_TEST_RESULT','KEY_TEST_ENDED_AT','testData','parseTestResult','46230BykYnm','getCurrentTestUUID','KEY_TEST_META','1802876aFCZpl','KEY_HOOKS_FINISHED','16624570oNIrKP','split','platformIndex','getContext','setCurrentTestUUID','test_failure_reason','NodeGenericFramework','resolveInstance','workerInfo','POST','uuid','debug','PRE','72NwVqWk','fvCab','KEY_TEST_LOCATION','335482mjWara','KEY_TEST_FRAMEWORK_VERSION','exports','__bstackPlatformIndex','getThreadId','failed','WKcnA','NONE','endedAt','rxHJh','KEY_TEST_ID',',\x20hookState=','trackEvent','test_file_path','test_result','KEY_TEST_LOGS','../../../helpers/classLogger.js','\x20for\x20test_uuid=',',\x20error=','1160959UFygMW','KEY_CUSTOM_TAGS','testFrameworkName','KEY_TEST_TAGS','getTestFrameworks','lPvqw','hookState','KEY_TEST_RERUN_NAME','format','KEY_TEST_SCOPE','IxMrw','getTestFrameworksVersions','toISOString','createTestFrameworkEventPayload','getRef','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getAllData','test_failure_type','../state/hookState.js','3jVqoMg','35300oCVAQW','_currentTestUUID','./constants/testFrameworkConstants.js','test_meta','setTrackedInstance','parseTestData','test_ended_at','test_name','KEY_TEST_RESULT','getCurrentTestState','test_identifier','KEY_TEST_SCOPES','runHooks','base64','test_tags','3741849EXbPRO','get','ZkkUy','instance','[TRACE:node-generic]\x20trackEvent\x20','test_rerun_name','KEY_TEST_STARTED_AT','KEY_TEST_FAILURE_TYPE','testFrameworkState',',\x20result=','getCurrentInstanceName','addMultipleEntries','KEY_TEST_FAILURE','unknown','./testFramework','KEY_TEST_FAILURE_REASON','test_location','util','testFrameworkVersion','eventJson','Unknown\x20error'];a98_0x54a1=function(){return _0x29b72a;};return a98_0x54a1();}(function(_0x5cd286,_0x2b13ca){const _0xcaea9c=a98_0x2f97,_0x357452=_0x5cd286();while(!![]){try{const _0xa40cfd=parseInt(_0xcaea9c(0x1ef))/0x1+-parseInt(_0xcaea9c(0x1c7))/0x2+-parseInt(_0xcaea9c(0x180))/0x3*(parseInt(_0xcaea9c(0x1ca))/0x4)+parseInt(_0xcaea9c(0x181))/0x5*(parseInt(_0xcaea9c(0x1b4))/0x6)+parseInt(_0xcaea9c(0x1dc))/0x7*(parseInt(_0xcaea9c(0x1d9))/0x8)+parseInt(_0xcaea9c(0x190))/0x9+-parseInt(_0xcaea9c(0x1cc))/0xa;if(_0xa40cfd===_0x2b13ca)break;else _0x357452['push'](_0x357452['shift']());}catch(_0x551fd5){_0x357452['push'](_0x357452['shift']());}}}(a98_0x54a1,0x93f33));const TestFramework=require(a98_0x33caaf(0x19e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a98_0x33caaf(0x17f)),{createClassLogger}=require(a98_0x33caaf(0x1ec)),TestFrameworkInstance=require(a98_0x33caaf(0x1a9)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a98_0x33caaf(0x183)),logger=createClassLogger(a98_0x33caaf(0x1d2)),util=require(a98_0x33caaf(0x1a1));function a98_0x2f97(_0x5ed476,_0x2fef66){const _0x54a185=a98_0x54a1();return a98_0x2f97=function(_0x2f9741,_0x2703b9){_0x2f9741=_0x2f9741-0x179;let _0x5097eb=_0x54a185[_0x2f9741];return _0x5097eb;},a98_0x2f97(_0x5ed476,_0x2fef66);}class NodeGenericFramework extends TestFramework{constructor(_0x4ae41d,_0x56c403,_0x418e9c){const _0x3d28a0=a98_0x33caaf;super(_0x4ae41d,_0x56c403,_0x418e9c),this[_0x3d28a0(0x182)]=null;}[a98_0x33caaf(0x1d0)](_0x4c4d4e){const _0x3d1515=a98_0x33caaf;this[_0x3d1515(0x182)]=_0x4c4d4e;}[a98_0x33caaf(0x1c8)](){const _0x4be029=a98_0x33caaf;return this[_0x4be029(0x182)];}async['trackEvent'](_0x18bdd0,_0x4d6711,_0x1e63f6={}){const _0x3a5a03=a98_0x33caaf,_0x6f0b81={};_0x6f0b81[_0x3a5a03(0x192)]=_0x3a5a03(0x1a5),_0x6f0b81['tfyEv']=function(_0x83d506,_0x3de2d4){return _0x83d506===_0x3de2d4;};const _0x4d53f3=_0x6f0b81;logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x194)+_0x18bdd0+'.'+_0x4d6711+_0x3a5a03(0x1ed)+_0x1e63f6['testData']?.[_0x3a5a03(0x1c2)]),await super[_0x3a5a03(0x1e8)](_0x18bdd0,_0x4d6711,_0x1e63f6);const _0x2a1ae5=this[_0x3a5a03(0x1d3)](_0x18bdd0,_0x4d6711,_0x1e63f6);if(!_0x2a1ae5){logger['debug'](_0x4d53f3[_0x3a5a03(0x192)]);return;}try{switch(_0x18bdd0){case TestFrameworkState[_0x3a5a03(0x1b0)]:{const _0x3578e3=_0x1e63f6[_0x3a5a03(0x1c5)],_0x5404d2=_0x3578e3['test_uuid'];if(_0x4d53f3['tfyEv'](_0x4d6711,HookState[_0x3a5a03(0x1d8)])){logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x1ac)+_0x5404d2+_0x3a5a03(0x1b6)+_0x3578e3[_0x3a5a03(0x188)]);const _0x2ee8b7=this[_0x3a5a03(0x186)](_0x3578e3);_0x2a1ae5['addMultipleEntries'](_0x2ee8b7);}else{if(_0x4d53f3['tfyEv'](_0x4d6711,HookState[_0x3a5a03(0x1d5)])){logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x1b5)+_0x5404d2+_0x3a5a03(0x199)+_0x3578e3[_0x3a5a03(0x1ea)]);const _0x5a091e=this[_0x3a5a03(0x1c6)](_0x3578e3,_0x2a1ae5);_0x2a1ae5[_0x3a5a03(0x19b)](_0x5a091e);}}break;}default:logger[_0x3a5a03(0x1d7)](_0x3a5a03(0x1bb)+_0x18bdd0+_0x3a5a03(0x1e7)+_0x4d6711);break;}}catch(_0x41226b){logger['error']('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x18bdd0+_0x3a5a03(0x1e7)+_0x4d6711+_0x3a5a03(0x1ee)+util[_0x3a5a03(0x1f7)](_0x41226b));}_0x1e63f6[_0x3a5a03(0x193)]=_0x2a1ae5,await this[_0x3a5a03(0x18d)](_0x2a1ae5,_0x18bdd0,_0x4d6711,_0x1e63f6);}[a98_0x33caaf(0x1d3)](_0x8627d2,_0x170c44,_0x4dbffd={}){const _0x3fb7b2=a98_0x33caaf,_0x51b913={};_0x51b913['IDAmF']='[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance';const _0x305889=_0x51b913;let _0x95d6d6=TestFramework[_0x3fb7b2(0x1a7)]();if(!_0x95d6d6){logger[_0x3fb7b2(0x1d7)](_0x305889['IDAmF']);const _0xdc616=CLIUtils[_0x3fb7b2(0x19a)](),_0x42c170=TrackedInstance[_0x3fb7b2(0x1ab)](_0xdc616);_0x95d6d6=new TestFrameworkInstance(_0x42c170,this[_0x3fb7b2(0x1f3)](),this[_0x3fb7b2(0x1fa)](),_0x8627d2,HookState[_0x3fb7b2(0x1e3)]),TestFramework[_0x3fb7b2(0x185)](_0x42c170,_0x95d6d6),logger['debug']('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0x42c170['getId']());}return _0x95d6d6;}[a98_0x33caaf(0x186)](_0x693a40){const _0x4ae2d1=a98_0x33caaf,_0x3369dc=_0x693a40[_0x4ae2d1(0x1c2)],_0x428a61=this[_0x4ae2d1(0x1f3)]()[0x0],_0x3951da=this[_0x4ae2d1(0x1fa)](),_0x5c0163={[TestFrameworkConstants[_0x4ae2d1(0x1c0)]]:_0x428a61,[TestFrameworkConstants[_0x4ae2d1(0x1dd)]]:_0x3951da[_0x428a61]||'',[TestFrameworkConstants[_0x4ae2d1(0x1a8)]]:_0x693a40[_0x4ae2d1(0x1c2)],[TestFrameworkConstants[_0x4ae2d1(0x1eb)]]:[],[TestFrameworkConstants[_0x4ae2d1(0x1cb)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4ae2d1(0x189)]]:TestFrameworkConstants[_0x4ae2d1(0x1c3)],[TestFrameworkConstants[_0x4ae2d1(0x1ba)]]:_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1af)]]:_0x693a40['test_file_path'],[TestFrameworkConstants[_0x4ae2d1(0x1e6)]]:_0x3369dc,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1db)]]:_0x693a40[_0x4ae2d1(0x1a0)]||_0x693a40[_0x4ae2d1(0x1e9)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x693a40['test_code']||null,[TestFrameworkConstants[_0x4ae2d1(0x1f2)]]:_0x693a40[_0x4ae2d1(0x18f)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x693a40['test_started_at']||new Date()[_0x4ae2d1(0x179)](),[TestFrameworkConstants[_0x4ae2d1(0x1f8)]]:_0x693a40['test_scope']||'',[TestFrameworkConstants[_0x4ae2d1(0x18c)]]:_0x693a40['test_scopes']||[],[TestFrameworkConstants[_0x4ae2d1(0x1f6)]]:_0x693a40[_0x4ae2d1(0x195)]||_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1f0)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x693a40[_0x4ae2d1(0x184)]||{}},_0x39a6d0={};return _0x39a6d0[_0x3369dc]=_0x5c0163,_0x39a6d0;}['parseTestResult'](_0x5678ed,_0x104dc4){const _0x5608dd=a98_0x33caaf,_0x90cd1d={};_0x90cd1d[_0x5608dd(0x1f9)]=_0x5608dd(0x19d),_0x90cd1d[_0x5608dd(0x1e2)]=function(_0xf08570,_0x2dca14){return _0xf08570===_0x2dca14;},_0x90cd1d['fvCab']=_0x5608dd(0x1e1),_0x90cd1d[_0x5608dd(0x1e5)]=_0x5608dd(0x1b7),_0x90cd1d[_0x5608dd(0x1f4)]=_0x5608dd(0x1a4),_0x90cd1d[_0x5608dd(0x1ae)]=function(_0x5695e7,_0x2f5af3){return _0x5695e7!==_0x2f5af3;};const _0x4ef4f8=_0x90cd1d,_0xbee412=_0x5678ed[_0x5608dd(0x1c2)],_0x24ad2a=_0x104dc4['getAllData']()[_0x5608dd(0x191)](_0xbee412)||{},_0x44642b={..._0x24ad2a,[TestFrameworkConstants[_0x5608dd(0x189)]]:_0x5678ed[_0x5608dd(0x1ea)]||_0x4ef4f8[_0x5608dd(0x1f9)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5678ed[_0x5608dd(0x187)]||new Date()[_0x5608dd(0x179)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x5608dd(0x179)](),[TestFrameworkConstants['KEY_LOGS']]:_0x24ad2a[TestFrameworkConstants[_0x5608dd(0x1b9)]]||[],[TestFrameworkConstants[_0x5608dd(0x1c9)]]:_0x5678ed['test_meta']||{}};_0x4ef4f8[_0x5608dd(0x1e2)](_0x5678ed[_0x5608dd(0x1ea)],_0x4ef4f8[_0x5608dd(0x1da)])&&(_0x44642b[TestFrameworkConstants[_0x5608dd(0x197)]]=_0x5678ed[_0x5608dd(0x17e)]||_0x4ef4f8[_0x5608dd(0x1e5)],_0x44642b[TestFrameworkConstants[_0x5608dd(0x19f)]]=_0x5678ed[_0x5608dd(0x1d1)]||_0x4ef4f8[_0x5608dd(0x1f4)],_0x44642b[TestFrameworkConstants[_0x5608dd(0x19c)]]=_0x5678ed[_0x5608dd(0x1aa)]||[]);_0x4ef4f8['ZhtEQ'](_0x5678ed[_0x5608dd(0x1b2)],undefined)&&(_0x44642b[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5678ed[_0x5608dd(0x1b2)]);const _0x172ebc={};return _0x172ebc[_0xbee412]=_0x44642b,_0x172ebc;}[a98_0x33caaf(0x17a)](_0x80e7c7){const _0x505a86=a98_0x33caaf,_0x3642={};_0x3642['dfGTw']=_0x505a86(0x18e);const _0x52af3a=_0x3642;try{const _0x4f3907=_0x80e7c7[_0x505a86(0x1c5)]?.[_0x505a86(0x1c2)],_0x227586=_0x80e7c7['instance'],_0x1f8aad=_0x227586[_0x505a86(0x1cf)](),_0x3bf854=_0x227586[_0x505a86(0x17d)]()[_0x505a86(0x191)](_0x4f3907);if(!_0x3bf854)return logger[_0x505a86(0x1d7)](_0x505a86(0x17c)+_0x4f3907),{};const {[TestFrameworkConstants[_0x505a86(0x1c0)]]:_0x2ce1ad=this[_0x505a86(0x1f3)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x23a577=this['getTestFrameworksVersions']()[this[_0x505a86(0x1f3)]()[0x0]]||'',[TestFrameworkConstants[_0x505a86(0x196)]]:_0x390293='',[TestFrameworkConstants[_0x505a86(0x1c4)]]:_0x105637=''}=_0x3bf854,_0x476b51=_0x227586[_0x505a86(0x18a)]()['toString']()['split']('.')[0x1],_0x191cf6=_0x227586[_0x505a86(0x1be)]()[_0x505a86(0x1bc)]()[_0x505a86(0x1cd)]('.')[0x1],_0x4e9dca=global?.[_0x505a86(0x1ad)]?.[_0x505a86(0x1d4)]?.[_0x505a86(0x1bd)]||global[_0x505a86(0x1df)]||0x0,_0x3356f=_0x227586[_0x505a86(0x17b)](),_0x309c96=Buffer[_0x505a86(0x1a6)](JSON['stringify'](_0x3bf854))['toString'](_0x52af3a['dfGTw']),_0x23111c={'hash':_0x1f8aad['getId'](),'threadId':_0x1f8aad[_0x505a86(0x1e0)]()['toString'](),'processId':_0x1f8aad[_0x505a86(0x1b8)]()[_0x505a86(0x1bc)]()},_0x190269={};return _0x190269[_0x505a86(0x1ce)]=_0x4e9dca,_0x190269[_0x505a86(0x1f1)]=_0x2ce1ad,_0x190269[_0x505a86(0x1a2)]=_0x23a577,_0x190269[_0x505a86(0x198)]=_0x476b51,_0x190269[_0x505a86(0x1f5)]=_0x191cf6,_0x190269[_0x505a86(0x1b1)]=_0x390293,_0x190269[_0x505a86(0x1e4)]=_0x105637,_0x190269[_0x505a86(0x1d6)]=_0x3356f,_0x190269[_0x505a86(0x1a3)]=_0x309c96,_0x190269[_0x505a86(0x1c1)]=_0x23111c,_0x190269[_0x505a86(0x18b)]=_0x4f3907,_0x190269;}catch(_0x951410){return logger[_0x505a86(0x1b3)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x505a86(0x1f7)](_0x951410)),{};}}}module[a98_0x33caaf(0x1de)]=NodeGenericFramework;
|
|
1
|
+
const a99_0x3a509c=a99_0x55ea;function a99_0x4aef(){const _0x987bf8=['stringify','../state/hookState.js','uuid','KjVHm','exports','getId','getTestFrameworksVersions','KEY_TEST_CODE','KEY_TEST_FRAMEWORK_VERSION','format','getAllData','createContext','../instances/testFrameworkInstance.js','KJTdG','oRlqJ','testData','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','TEST','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','get','hookState','createTestFrameworkEventPayload','gjYeL','KEY_AUTOMATE_SESSION_NAME','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','getProcessId','toString','test_duration','error','87eWsPip','parseTestData','KEY_HOOKS_STARTED','test_name','KEY_TEST_TAGS','testFrameworkState','KEY_TEST_FAILURE','test_failure_reason','KEY_TEST_META','test_tags','LGsPu','SkZZO','KEY_TEST_FAILURE_REASON','parseTestResult','790376YlKtzH','test_identifier','runHooks','74129Qnjydu','KEY_TEST_LOGS','info',',\x20error=','test_result','458538QWvkbG','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','toISOString','GvaAk','203497GRNcFv','Unknown\x20error','KEY_TEST_RESULT','split','KEY_TEST_RERUN_NAME','trackEvent','test_meta','KEY_TEST_SCOPES','GFYzW','KEY_TEST_FILE_PATH','LNnvi','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','eventJson','test_scopes','KEY_TEST_FAILURE_TYPE','_currentTestUUID','test_scope','testFrameworkName',',\x20test_name=','setTrackedInstance','getCurrentTestUUID','KEY_TEST_UUID','../cliUtils.js','platformIndex','[TRACE:node-generic]\x20trackEvent\x20','addMultipleEntries','endedAt','aaxyQ','workerInfo','KEY_LOGS','getCurrentTestState','222100DKZlsO','./testFramework','4063590XHaBEl',',\x20result=','3408jemwxo','DEFAULT_TEST_RESULT','NONE','test_location','KEY_TEST_ID','test_started_at','../state/testFrameworkState.js',',\x20hookState=','__workerDetails','KEY_HOOKS_FINISHED','resolveInstance','../instances/trackedInstance.js','2FcbzXf','KEY_TEST_FRAMEWORK_NAME','getThreadId','KEY_TEST_SCOPE','base64','testFrameworkVersion','\x20for\x20test_uuid=','instance','setCurrentTestUUID','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','test_file_path','PRE','util','debug','KEY_TEST_ENDED_AT','test_rerun_name','getTestFrameworks','test_uuid'];a99_0x4aef=function(){return _0x987bf8;};return a99_0x4aef();}(function(_0x310b6a,_0x49c23e){const _0x428724=a99_0x55ea,_0x24dff2=_0x310b6a();while(!![]){try{const _0x2c135d=-parseInt(_0x428724(0x245))/0x1*(parseInt(_0x428724(0x205))/0x2)+parseInt(_0x428724(0x234))/0x3*(-parseInt(_0x428724(0x1f9))/0x4)+-parseInt(_0x428724(0x1f5))/0x5+-parseInt(_0x428724(0x24a))/0x6+-parseInt(_0x428724(0x24e))/0x7+-parseInt(_0x428724(0x242))/0x8+parseInt(_0x428724(0x1f7))/0x9;if(_0x2c135d===_0x49c23e)break;else _0x24dff2['push'](_0x24dff2['shift']());}catch(_0x188e8a){_0x24dff2['push'](_0x24dff2['shift']());}}}(a99_0x4aef,0x1961a));const TestFramework=require(a99_0x3a509c(0x1f6)),TestFrameworkState=require(a99_0x3a509c(0x1ff)),HookState=require(a99_0x3a509c(0x218)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a99_0x3a509c(0x223)),CLIUtils=require(a99_0x3a509c(0x264)),TrackedInstance=require(a99_0x3a509c(0x204)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('NodeGenericFramework'),util=require(a99_0x3a509c(0x211));function a99_0x55ea(_0x299796,_0x6f2e1b){const _0x4aef03=a99_0x4aef();return a99_0x55ea=function(_0x55eaea,_0x3bd0d0){_0x55eaea=_0x55eaea-0x1ef;let _0x13c196=_0x4aef03[_0x55eaea];return _0x13c196;},a99_0x55ea(_0x299796,_0x6f2e1b);}class NodeGenericFramework extends TestFramework{constructor(_0x42135c,_0x3354ce,_0x503524){const _0x4c4066=a99_0x3a509c;super(_0x42135c,_0x3354ce,_0x503524),this[_0x4c4066(0x25d)]=null;}[a99_0x3a509c(0x20d)](_0x3d894f){const _0x54b153=a99_0x3a509c;this[_0x54b153(0x25d)]=_0x3d894f;}[a99_0x3a509c(0x262)](){const _0x44d440=a99_0x3a509c;return this[_0x44d440(0x25d)];}async[a99_0x3a509c(0x253)](_0x2b4600,_0x3c4805,_0x2afc1b={}){const _0x7e030c=a99_0x3a509c,_0x3e3236={};_0x3e3236['KJTdG']='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x3e3236['gjYeL']=function(_0x31819c,_0x395957){return _0x31819c===_0x395957;};const _0x2207c0=_0x3e3236;logger[_0x7e030c(0x247)](_0x7e030c(0x266)+_0x2b4600+'.'+_0x3c4805+_0x7e030c(0x20b)+_0x2afc1b[_0x7e030c(0x226)]?.['test_uuid']),await super['trackEvent'](_0x2b4600,_0x3c4805,_0x2afc1b);const _0x220eb9=this[_0x7e030c(0x203)](_0x2b4600,_0x3c4805,_0x2afc1b);if(!_0x220eb9){logger[_0x7e030c(0x212)](_0x2207c0[_0x7e030c(0x224)]);return;}try{switch(_0x2b4600){case TestFrameworkState[_0x7e030c(0x228)]:{const _0x4339cb=_0x2afc1b[_0x7e030c(0x226)],_0x11767b=_0x4339cb['test_uuid'];if(_0x2207c0['gjYeL'](_0x3c4805,HookState[_0x7e030c(0x210)])){logger['info'](_0x7e030c(0x22f)+_0x11767b+_0x7e030c(0x260)+_0x4339cb[_0x7e030c(0x237)]);const _0x1ca06b=this['parseTestData'](_0x4339cb);_0x220eb9[_0x7e030c(0x1ef)](_0x1ca06b);}else{if(_0x2207c0[_0x7e030c(0x22d)](_0x3c4805,HookState['POST'])){logger['info'](_0x7e030c(0x259)+_0x11767b+_0x7e030c(0x1f8)+_0x4339cb[_0x7e030c(0x249)]);const _0x2ab5ed=this[_0x7e030c(0x241)](_0x4339cb,_0x220eb9);_0x220eb9['addMultipleEntries'](_0x2ab5ed);}}break;}default:logger[_0x7e030c(0x212)](_0x7e030c(0x229)+_0x2b4600+_0x7e030c(0x200)+_0x3c4805);break;}}catch(_0x3c1960){logger[_0x7e030c(0x233)](_0x7e030c(0x227)+_0x2b4600+',\x20hookState='+_0x3c4805+_0x7e030c(0x248)+util[_0x7e030c(0x220)](_0x3c1960));}_0x2afc1b[_0x7e030c(0x20c)]=_0x220eb9,await this[_0x7e030c(0x244)](_0x220eb9,_0x2b4600,_0x3c4805,_0x2afc1b);}['resolveInstance'](_0x16ddf9,_0x557370,_0x576b1c={}){const _0x2e16d0=a99_0x3a509c,_0x597eb0={};_0x597eb0[_0x2e16d0(0x21a)]=_0x2e16d0(0x20e);const _0x3c632a=_0x597eb0;let _0xba5cda=TestFramework['getTrackedInstance']();if(!_0xba5cda){logger[_0x2e16d0(0x212)](_0x3c632a['KjVHm']);const _0x5bb2e6=CLIUtils['getCurrentInstanceName'](),_0xa12c26=TrackedInstance[_0x2e16d0(0x222)](_0x5bb2e6);_0xba5cda=new TestFrameworkInstance(_0xa12c26,this[_0x2e16d0(0x215)](),this[_0x2e16d0(0x21d)](),_0x16ddf9,HookState[_0x2e16d0(0x1fb)]),TestFramework[_0x2e16d0(0x261)](_0xa12c26,_0xba5cda),logger[_0x2e16d0(0x212)]('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0xa12c26[_0x2e16d0(0x21c)]());}return _0xba5cda;}[a99_0x3a509c(0x235)](_0x5a3b31){const _0x41f115=a99_0x3a509c,_0x51dbd5=_0x5a3b31[_0x41f115(0x216)],_0x4e3157=this[_0x41f115(0x215)]()[0x0],_0x2a21be=this[_0x41f115(0x21d)](),_0x294778={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4e3157,[TestFrameworkConstants[_0x41f115(0x21f)]]:_0x2a21be[_0x4e3157]||'',[TestFrameworkConstants[_0x41f115(0x263)]]:_0x5a3b31[_0x41f115(0x216)],[TestFrameworkConstants[_0x41f115(0x246)]]:[],[TestFrameworkConstants[_0x41f115(0x202)]]:{},[TestFrameworkConstants[_0x41f115(0x236)]]:{},[TestFrameworkConstants[_0x41f115(0x250)]]:TestFrameworkConstants[_0x41f115(0x1fa)],[TestFrameworkConstants[_0x41f115(0x22e)]]:_0x5a3b31[_0x41f115(0x237)],[TestFrameworkConstants[_0x41f115(0x257)]]:_0x5a3b31['test_file_path'],[TestFrameworkConstants[_0x41f115(0x1fd)]]:_0x51dbd5,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x5a3b31[_0x41f115(0x237)],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5a3b31[_0x41f115(0x1fc)]||_0x5a3b31[_0x41f115(0x20f)],[TestFrameworkConstants[_0x41f115(0x21e)]]:_0x5a3b31['test_code']||null,[TestFrameworkConstants[_0x41f115(0x238)]]:_0x5a3b31[_0x41f115(0x23d)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5a3b31[_0x41f115(0x1fe)]||new Date()[_0x41f115(0x24c)](),[TestFrameworkConstants[_0x41f115(0x208)]]:_0x5a3b31[_0x41f115(0x25e)]||'',[TestFrameworkConstants[_0x41f115(0x255)]]:_0x5a3b31[_0x41f115(0x25b)]||[],[TestFrameworkConstants[_0x41f115(0x252)]]:_0x5a3b31[_0x41f115(0x214)]||_0x5a3b31[_0x41f115(0x237)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x41f115(0x23c)]]:_0x5a3b31[_0x41f115(0x254)]||{}},_0x3f9af5={};return _0x3f9af5[_0x51dbd5]=_0x294778,_0x3f9af5;}[a99_0x3a509c(0x241)](_0x17e929,_0x369ee3){const _0x356e01=a99_0x3a509c,_0x43b634={};_0x43b634[_0x356e01(0x256)]='unknown',_0x43b634[_0x356e01(0x225)]=function(_0x1d2361,_0x48db53){return _0x1d2361===_0x48db53;},_0x43b634[_0x356e01(0x23f)]='failed',_0x43b634[_0x356e01(0x1f1)]='UnhandledError',_0x43b634[_0x356e01(0x258)]=_0x356e01(0x24f),_0x43b634[_0x356e01(0x23e)]=function(_0x1c615d,_0x2ed123){return _0x1c615d!==_0x2ed123;};const _0x3b63d4=_0x43b634,_0xdc4ae4=_0x17e929['test_uuid'],_0x1db959=_0x369ee3[_0x356e01(0x221)]()[_0x356e01(0x22a)](_0xdc4ae4)||{},_0x144eba={..._0x1db959,[TestFrameworkConstants[_0x356e01(0x250)]]:_0x17e929[_0x356e01(0x249)]||_0x3b63d4['GFYzW'],[TestFrameworkConstants[_0x356e01(0x213)]]:_0x17e929['test_ended_at']||new Date()[_0x356e01(0x24c)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x356e01(0x1f3)]]:_0x1db959[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x356e01(0x23c)]]:_0x17e929['test_meta']||{}};_0x3b63d4[_0x356e01(0x225)](_0x17e929[_0x356e01(0x249)],_0x3b63d4['SkZZO'])&&(_0x144eba[TestFrameworkConstants[_0x356e01(0x25c)]]=_0x17e929['test_failure_type']||_0x3b63d4[_0x356e01(0x1f1)],_0x144eba[TestFrameworkConstants[_0x356e01(0x240)]]=_0x17e929[_0x356e01(0x23b)]||_0x3b63d4[_0x356e01(0x258)],_0x144eba[TestFrameworkConstants[_0x356e01(0x23a)]]=_0x17e929['test_failure']||[]);_0x3b63d4[_0x356e01(0x23e)](_0x17e929['test_duration'],undefined)&&(_0x144eba[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x17e929[_0x356e01(0x232)]);const _0x524467={};return _0x524467[_0xdc4ae4]=_0x144eba,_0x524467;}[a99_0x3a509c(0x22c)](_0x3d1105){const _0x55d382=a99_0x3a509c,_0x286199={};_0x286199[_0x55d382(0x24d)]=_0x55d382(0x209);const _0x4c5a2f=_0x286199;try{const _0x549b49=_0x3d1105[_0x55d382(0x226)]?.[_0x55d382(0x216)],_0x5615bb=_0x3d1105[_0x55d382(0x20c)],_0x5cac1c=_0x5615bb['getContext'](),_0x360091=_0x5615bb[_0x55d382(0x221)]()[_0x55d382(0x22a)](_0x549b49);if(!_0x360091)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x549b49),{};const {[TestFrameworkConstants[_0x55d382(0x206)]]:_0x387cae=this[_0x55d382(0x215)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5e279b=this[_0x55d382(0x21d)]()[this[_0x55d382(0x215)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x170cc3='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x38fecb=''}=_0x360091,_0x421f68=_0x5615bb[_0x55d382(0x1f4)]()[_0x55d382(0x231)]()[_0x55d382(0x251)]('.')[0x1],_0x55b670=_0x5615bb['getCurrentHookState']()[_0x55d382(0x231)]()[_0x55d382(0x251)]('.')[0x1],_0xe45cc7=global?.[_0x55d382(0x201)]?.[_0x55d382(0x1f2)]?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0xa7683b=_0x5615bb['getRef'](),_0x4d2018=Buffer['from'](JSON[_0x55d382(0x217)](_0x360091))[_0x55d382(0x231)](_0x4c5a2f['GvaAk']),_0x3f452a={'hash':_0x5cac1c['getId'](),'threadId':_0x5cac1c[_0x55d382(0x207)]()[_0x55d382(0x231)](),'processId':_0x5cac1c[_0x55d382(0x230)]()['toString']()},_0x20056f={};return _0x20056f[_0x55d382(0x265)]=_0xe45cc7,_0x20056f[_0x55d382(0x25f)]=_0x387cae,_0x20056f[_0x55d382(0x20a)]=_0x5e279b,_0x20056f[_0x55d382(0x239)]=_0x421f68,_0x20056f[_0x55d382(0x22b)]=_0x55b670,_0x20056f['startedAt']=_0x170cc3,_0x20056f[_0x55d382(0x1f0)]=_0x38fecb,_0x20056f[_0x55d382(0x219)]=_0xa7683b,_0x20056f[_0x55d382(0x25a)]=_0x4d2018,_0x20056f['executionContext']=_0x3f452a,_0x20056f[_0x55d382(0x243)]=_0x549b49,_0x20056f;}catch(_0x29d3a2){return logger[_0x55d382(0x233)](_0x55d382(0x24b)+util[_0x55d382(0x220)](_0x29d3a2)),{};}}}module[a99_0x3a509c(0x21b)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a100_0x1393f3=a100_0x4d64;function a100_0x3b17(){const _0x24e983=['getId','CREATE','getAutomationFrameworkName','getCurrentInstanceName','instance','10VCpZUl','trackEvent','PLAYWRIGHT_DISPATCH','../instances/trackedInstance.js','7LHlExq','../state/automationFrameworkState.js','poWIT','5762292vzDVsz','vawoB','getAutomationFrameworkVersion','PlaywrightAutomationFramework','../../../helpers/classLogger.js','2360384hxKceo','NONE','params','bsParams','runHooks','trackPlaywrightInstance','createContext','./automationFramework.js','yOLNG','../instances/automationFrameworkInstance.js','24DpOPJL','17032wrngxf','logger','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','message',',\x20state=','14393610ZNPsEx','info','getTrackedInstance','setTrackedInstance','3298398mXwHZj','BoWxq','resolveInstance','465369PGoEoI','debug','2161224UrMEMD'];a100_0x3b17=function(){return _0x24e983;};return a100_0x3b17();}(function(_0xc522e2,_0x435867){const _0x37fddd=a100_0x4d64,_0x5ed25d=_0xc522e2();while(!![]){try{const _0x56f73c=-parseInt(_0x37fddd(0xfb))/0x1+-parseInt(_0x37fddd(0x10f))/0x2+parseInt(_0x37fddd(0xf8))/0x3+-parseInt(_0x37fddd(0x11a))/0x4*(-parseInt(_0x37fddd(0x103))/0x5)+-parseInt(_0x37fddd(0x10a))/0x6*(parseInt(_0x37fddd(0x107))/0x7)+parseInt(_0x37fddd(0x119))/0x8*(parseInt(_0x37fddd(0xfd))/0x9)+parseInt(_0x37fddd(0xf4))/0xa;if(_0x56f73c===_0x435867)break;else _0x5ed25d['push'](_0x5ed25d['shift']());}catch(_0x112a23){_0x5ed25d['push'](_0x5ed25d['shift']());}}}(a100_0x3b17,0xa1930));function a100_0x4d64(_0x14243e,_0x2d9fc4){const _0x3b1707=a100_0x3b17();return a100_0x4d64=function(_0x4d6487,_0x50e8ed){_0x4d6487=_0x4d6487-0xf2;let _0x1e8fc1=_0x3b1707[_0x4d6487];return _0x1e8fc1;},a100_0x4d64(_0x14243e,_0x2d9fc4);}const AutomationFramework=require(a100_0x1393f3(0x116)),{createClassLogger}=require(a100_0x1393f3(0x10e)),AutomationFrameworkState=require(a100_0x1393f3(0x108)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a100_0x1393f3(0x106)),AutomationFrameworkInstance=require(a100_0x1393f3(0x118));class PlaywrightAutomationFramework extends AutomationFramework{[a100_0x1393f3(0x11b)]=createClassLogger(a100_0x1393f3(0x10d));constructor(_0x2a41cf,_0x10b1c6){super(_0x2a41cf,_0x10b1c6);}async[a100_0x1393f3(0x104)](_0x1919fd,_0x29316b,_0x186ac5={}){const _0x180148=a100_0x1393f3,_0x361e72={};_0x361e72['vawoB']=function(_0x419ddb,_0xc3e8f5){return _0x419ddb===_0xc3e8f5;};const _0x3362cc=_0x361e72;this[_0x180148(0x11b)][_0x180148(0xfc)]('trackEvent:\x20automationFrameworkState='+_0x1919fd+'\x20hookState='+_0x29316b),await super[_0x180148(0x104)](_0x1919fd,_0x29316b,_0x186ac5);const _0x593d79=this[_0x180148(0xfa)](_0x1919fd,_0x29316b,_0x186ac5);if(_0x3362cc[_0x180148(0x10b)](_0x593d79,null))return;_0x186ac5[_0x180148(0x102)]=_0x593d79,await this[_0x180148(0x113)](_0x593d79,_0x1919fd,_0x29316b,_0x186ac5);}[a100_0x1393f3(0xfa)](_0x4bb044,_0x22ed29,_0x2af170={}){const _0x298d86=a100_0x1393f3,_0x25b4d0={};_0x25b4d0[_0x298d86(0x117)]=function(_0x572892,_0x3779fb){return _0x572892===_0x3779fb;},_0x25b4d0[_0x298d86(0x109)]=function(_0x2728c5,_0x1c37c5){return _0x2728c5===_0x1c37c5;};const _0x32294c=_0x25b4d0;let _0x8f7b78=null;return(_0x32294c[_0x298d86(0x117)](_0x4bb044,AutomationFrameworkState[_0x298d86(0xff)])||_0x32294c[_0x298d86(0x117)](_0x4bb044,AutomationFrameworkState[_0x298d86(0x105)])&&(_0x2af170['message']&&_0x2af170[_0x298d86(0xf2)][_0x298d86(0x111)]&&_0x2af170[_0x298d86(0xf2)][_0x298d86(0x111)][_0x298d86(0x112)])||_0x32294c[_0x298d86(0x109)](_0x4bb044,AutomationFrameworkState[_0x298d86(0x110)]))&&this[_0x298d86(0x114)](_0x4bb044,_0x2af170),_0x8f7b78=AutomationFramework['getTrackedInstance'](),_0x8f7b78;}[a100_0x1393f3(0x114)](_0x3dccac,_0x2700e5){const _0x236e6d=a100_0x1393f3,_0x23e39d={};_0x23e39d[_0x236e6d(0xf9)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x207acf=_0x23e39d;if(AutomationFramework[_0x236e6d(0xf6)]()){this[_0x236e6d(0x11b)][_0x236e6d(0xf5)](_0x207acf['BoWxq']);return;}const _0x20bac2=CLIUtils[_0x236e6d(0x101)](),_0xb2f8a=TrackedInstance[_0x236e6d(0x115)](_0x20bac2);let _0xe80d12=null;this['logger']['info'](_0x236e6d(0x11c)+_0x20bac2+_0x236e6d(0xf3)+_0x3dccac),_0xe80d12=new AutomationFrameworkInstance(_0xb2f8a,this[_0x236e6d(0x100)](),this[_0x236e6d(0x10c)](),_0x3dccac),AutomationFramework[_0x236e6d(0xf7)](_0xb2f8a,_0xe80d12),this[_0x236e6d(0x11b)]['info']('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0xb2f8a[_0x236e6d(0xfe)]()+'\x20target='+_0x20bac2);}}module['exports']=PlaywrightAutomationFramework;
|