browserstack-node-sdk 1.65.7 → 1.66.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 +118 -0
- package/generated/sdk-messages_pb.js +908 -0
- package/generated/sdk_grpc_pb.d.ts +10 -0
- package/generated/sdk_grpc_pb.js +74 -0
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -0
- package/src/bin/detox/command.js +2 -0
- package/src/bin/detox/modifyDetoxConf.js +1 -0
- package/src/bin/detox/traEmitter.js +1 -0
- 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/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/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -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/detox-driver/a11y.js +574 -0
- package/src/detox-driver/allocationDriver.js +26 -0
- package/src/detox-driver/cloudPlatformAction.js +111 -0
- package/src/detox-driver/environment.js +253 -0
- package/src/detox-driver/expect.js +44 -0
- package/src/detox-driver/index.js +12 -0
- package/src/detox-driver/login-timeout-preload.js +25 -0
- package/src/detox-driver/runtimeDriver.js +351 -0
- package/src/detox-driver/session-reporter.js +41 -0
- package/src/detox-driver/tra-capture.js +81 -0
- 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
|
-
const a92_0x491c39=a92_0x2b14;function a92_0x2b14(_0x2c15cb,_0x2c3a44){const _0x400a8a=a92_0x400a();return a92_0x2b14=function(_0x2b1441,_0x5bba87){_0x2b1441=_0x2b1441-0xa4;let _0x3fca3b=_0x400a8a[_0x2b1441];return _0x3fca3b;},a92_0x2b14(_0x2c15cb,_0x2c3a44);}function a92_0x400a(){const _0x46358b=['QrJxf',',\x20hookUUID=','mapTestHooks','setActiveHook','KEY_TEST_ENDED_AT','gvsnF','RBLUu','pjgOx','KEY_TEST_META','split','hookState','KEY_HOOK_FAILURE_REASON','XZgPV',',\x20version=','set','tfiKi','apply','storePendingHook','vQYoJ','KEY_TEST_CODE',',\x20hookType=','status','../TestInfo.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_SCOPES','hookData','agLsK','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20',',\x20error:\x20','toISOString','map','KEY_TEST_FRAMEWORK_VERSION','KaJJV','getAllPendingHookTestIds','length','name','none',',\x20currentTestId:\x20','event_ended_at','194LoZEZt','FOriH','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20payload:\x20','started_at','ygRPR','KEY_TEST_SCOPE','cVsEC','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hook_id',',\x20testFramework=','oQuln','getJestFailureType','rWbMk','1265504HxYzkq','createTestFrameworkEventPayload','KEY_EVENT_STARTED_AT',',\x20testId=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','DMQYO','skip','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20response=','IeDWr','KEY_HOOKS_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_FILE_PATH','loZZK','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','test_identifier','KEY_TEST_LOCATION',',\x20state=',',\x20messageLength=','SaaEv',',\x20exception=','\x20&\x20hookState=','rFuOv','keys','KEY_TEST_FAILURE_REASON','mCnYl','WRFwN','warn','KEY_TEST_FAILURE_TYPE','getHooksForTest','qafrF','trackJestInstance','removeActiveHook','\x20files','Processing\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','izORI','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','addMultipleEntries','853138bNlPEv','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','GiTSL',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','CRSYN','getJestTestIdentifier','Stored\x20pending\x20hook\x20for\x20testId:\x20','POST','../instances/trackedInstance.js','JhmSM','1717auyTSj','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','HXvaH','KEY_TEST_UUID','test_run_id','type','EpuWx','passed',',\x20hookData=','KEY_HOOK_FAILURE','delete','bXfoq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20scope:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','title','9CTweCr',',\x20hookState:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','LOG_REPORT','\x20for\x20testId:\x20','filePath','getCurrentHookState','message','\x22\x20hook','PytDW','createContext','\x20attachments','scopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','find','dpsli','failure_reason','sendLogCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_LOGS','error','base64','uuid','getThreadId','KEY_TEST_NAME','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','hooks','testData','processPendingHooks','parse','\x20-\x20testId:\x20','UnhandledError','KEY_TEST_TAGS',',\x20totalBatches:\x20','join','GHWdi','\x20to\x20','getContext','filter','DEFAULT_TEST_RESULT','QWCjd','file','trackHookEvent',',\x20totalHooks=','unknown','tkOfU','548220UjDpuS','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','hyypY','\x20logs\x20for\x20testId:\x20','ULeXu','KEY_HOOK_NAME','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','hookAnalyticsId',':testAnalyticsId','parseJestTestResult','Unknown\x20Test','HfazP','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','isJestInternalHook','AssertionError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','slice','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','407274mlcufh','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','afterAll','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20testData=','getId','logCreatedEvent','../instances/testFrameworkInstance.js','rBbZI','TEST_SCREENSHOT',',\x20screenshotLogs:\x20','stack-trace','../state/hookState.js','body','CVhah','YLVNz','parallelIndex',',\x20test_run_uuid=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','file_name','depth','match','rzQdK','exports','qJKHt','browserstackPlatformIndex','hookMetadata','originalTest','getJestTestScopes','parseJestTest','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','substr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hook=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','instance','qEYmb','./testFramework','substring','hasPendingHooks','setTrackedInstance','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getJestTestName','ALL','tlQWR','inspect','finished_at',',\x20remainingHooks=','KEY_HOOK_LAST_FINISHED','\x20hook','KEY_EVENT_ENDED_AT','platformIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','getJestFailureReason','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','stringify',',\x20argsKeys=','runHooks','\x20pending\x20hooks\x20for\x20testId:\x20','SbaqB','getPendingHooks','scope','maxArrayLength','forEach','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','trackEvent','MMRAw','KEY_HOOK_LAST_STARTED','KWTyJ','buildHookMapFromTest',',\x20totalLogs:\x20','KEY_TEST_RETRY_OF',',\x20failureType=','util','findIndex','KEY_TEST_STARTED_AT','hook_run_uuid','Xqknw','getTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','EgNtc','nrOSE','KEY_HOOK_RESULT','hookType','result','getAllData','LSnFD','pmneh','startedAt','OEHtX','concat','includes','../../../helpers/helper.js','getInstance','QQcrI','missing','ziPnL','Lgrdx',',\x20filePath=','./constants/testFrameworkConstants.js','KEY_TEST_LOGS','ysZyV','getProcessId','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20failureReason=','KEY_HOOKS_FINISHED','get','getJestFailureData','GaVbd','hookUUID','OnXrv','getRootParentFile','tags',',\x20hooksListLength=','parent','test_run_uuid','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_TEST_RERUN_NAME','21DdEGMl','364150VHsubc',',\x20scopes=','HzzdD','5FdrBGd','ROOT_DESCRIBE_BLOCK','JFTNj','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_result','ebJCy','testFrameworkName','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','resolveInstance','retryOf',',\x20result=','has','toUpperCase','FDhGL','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','getJestTestTags',',\x20attachmentLogs:\x20','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','args','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','testFrameworkVersion','from','UeOYk',',\x20contextId=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Assert','matchHookRegex','KEY_TEST_RESULT_AT','debug','addPendingHook','../cliUtils.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','duration','getCurrentInstanceName',',\x20hook_run_uuid=','ZeiHf','getJestTestFilePath','jest-circus','ceil','asyncError','push',',\x20filePath:\x20','pop','beforeAll',',\x20state:\x20','KUupa','EwpPo','KEY_AUTOMATE_SESSION_NAME','\x20(testIdentifier),\x20hookType=','KEY_HOOK_LOGS','toString','uZaFW','getTestFrameworksVersions','522832SAwMwa','KEY_HOOK_FAILURE_TYPE','aqrdT','errorsDetailed','pid','KEY_CUSTOM_TAGS','code','test','TEST','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','VJwAu','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','skipped','uSJgb','failed','testId','vpTQq','__bstackPlatformIndex','isArray','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_ATTACHMENTS',',\x20hookId=','HxikO','\x20(testIdentifier)',',\x20target=','KEY_TEST_RESULT','testFrameworkState','qAnZA','DEFAULT_HOOK_RESULT','EjupZ','../../../helpers/test-observability/utils','removePendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','AxZyz','testUUID','wyZHD','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','eajMJ','IVwcJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','format','BEFORE_ALL','nReCu','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','activeHooks','MNrWj','trackJestInstance:\x20created\x20instance\x20for\x20target='];a92_0x400a=function(){return _0x46358b;};return a92_0x400a();}(function(_0x3bbd32,_0x59bbf1){const _0x2bae5e=a92_0x2b14,_0x1e1ce5=_0x3bbd32();while(!![]){try{const _0x2aa533=-parseInt(_0x2bae5e(0x231))/0x1*(-parseInt(_0x2bae5e(0x1ee))/0x2)+parseInt(_0x2bae5e(0xcc))/0x3+parseInt(_0x2bae5e(0x194))/0x4*(-parseInt(_0x2bae5e(0x15b))/0x5)+-parseInt(_0x2bae5e(0xdf))/0x6*(parseInt(_0x2bae5e(0x157))/0x7)+parseInt(_0x2bae5e(0x1fc))/0x8+-parseInt(_0x2bae5e(0x241))/0x9*(-parseInt(_0x2bae5e(0x158))/0xa)+-parseInt(_0x2bae5e(0x225))/0xb;if(_0x2aa533===_0x59bbf1)break;else _0x1e1ce5['push'](_0x1e1ce5['shift']());}catch(_0x3cea41){_0x1e1ce5['push'](_0x1e1ce5['shift']());}}}(a92_0x400a,0x20395));const TestFramework=require(a92_0x491c39(0x106)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x491c39(0xeb)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x491c39(0xe6)),CLIUtils=require(a92_0x491c39(0x17c)),TrackedInstance=require(a92_0x491c39(0x22f)),TestFrameworkConstants=require(a92_0x491c39(0x144)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x491c39(0x13d)),{isInternalHook}=require(a92_0x491c39(0x1b3)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a92_0x491c39(0xb3)),util=require(a92_0x491c39(0x12a)),TestInfo=require(a92_0x491c39(0x1dd)),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x491c39(0xea)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x30f640,_0xc89382,_0x398329){super(_0x30f640,_0xc89382,_0x398329),this['activeHooks']=new Map();}[a92_0x491c39(0x1ca)](_0x2a9cc5,_0x3dd57f,_0x27365a){const _0x4bf687=a92_0x491c39,_0x2f3379={};_0x2f3379[_0x4bf687(0x123)]=function(_0x1b4df8,_0x3fd57e){return _0x1b4df8||_0x3fd57e;};const _0x2a80fb=_0x2f3379;if(_0x2a80fb[_0x4bf687(0x123)](!_0x2a9cc5,!_0x3dd57f)){logger[_0x4bf687(0x219)](_0x4bf687(0xaf)+_0x2a9cc5+_0x4bf687(0x1c8)+_0x3dd57f);return;}!this[_0x4bf687(0x1c4)][_0x4bf687(0x166)](_0x2a9cc5)&&this['activeHooks']['set'](_0x2a9cc5,[]);const _0x53400e={'hookUUID':_0x3dd57f,'hookType':_0x27365a,'startedAt':new Date()['toISOString']()};this['activeHooks']['get'](_0x2a9cc5)[_0x4bf687(0x187)](_0x53400e),logger[_0x4bf687(0x17a)](_0x4bf687(0x169)+_0x2a9cc5+',\x20hookUUID='+_0x3dd57f+_0x4bf687(0x1db)+_0x27365a+_0x4bf687(0xc9)+this[_0x4bf687(0x1c4)][_0x4bf687(0x14b)](_0x2a9cc5)[_0x4bf687(0x1e9)]);}[a92_0x491c39(0x21e)](_0x1ff42e,_0x410c41){const _0x15c858=a92_0x491c39,_0x2994b3={};_0x2994b3[_0x15c858(0x1d6)]=function(_0x545620,_0x2c474e){return _0x545620||_0x2c474e;},_0x2994b3[_0x15c858(0x1c7)]=function(_0x5a1938,_0x2265ba){return _0x5a1938!==_0x2265ba;},_0x2994b3[_0x15c858(0x1c2)]=function(_0x569c3e,_0x5bae0f){return _0x569c3e===_0x5bae0f;};const _0x56f7a7=_0x2994b3;if(_0x56f7a7[_0x15c858(0x1d6)](!_0x1ff42e,!_0x410c41)){logger[_0x15c858(0x219)](_0x15c858(0x221)+_0x1ff42e+',\x20hookUUID='+_0x410c41);return;}if(this[_0x15c858(0x1c4)][_0x15c858(0x166)](_0x1ff42e)){const _0x43963f=this[_0x15c858(0x1c4)][_0x15c858(0x14b)](_0x1ff42e),_0x389da9=_0x43963f[_0x15c858(0x12b)](_0x540eb6=>_0x540eb6[_0x15c858(0x14e)]===_0x410c41);_0x56f7a7['QrJxf'](_0x389da9,-0x1)?(_0x43963f['splice'](_0x389da9,0x1),logger[_0x15c858(0x17a)](_0x15c858(0xfd)+_0x1ff42e+',\x20hookUUID='+_0x410c41+_0x15c858(0x110)+_0x43963f[_0x15c858(0x1e9)]),_0x56f7a7[_0x15c858(0x1c2)](_0x43963f['length'],0x0)&&this[_0x15c858(0x1c4)][_0x15c858(0x23b)](_0x1ff42e)):logger[_0x15c858(0x17a)](_0x15c858(0xfe)+_0x1ff42e+_0x15c858(0x1c8)+_0x410c41);}}['getActiveHook'](_0x18d70d){const _0x208005=a92_0x491c39,_0x38c8e8={};_0x38c8e8['qAnZA']=function(_0x2cd8fa,_0x9f49cf){return _0x2cd8fa>_0x9f49cf;},_0x38c8e8[_0x208005(0x192)]=function(_0x5cb35f,_0x5a0ccd){return _0x5cb35f-_0x5a0ccd;};const _0x9bd6af=_0x38c8e8;if(!_0x18d70d)return null;if(this[_0x208005(0x1c4)][_0x208005(0x166)](_0x18d70d)){const _0x72fa44=this[_0x208005(0x1c4)][_0x208005(0x14b)](_0x18d70d);if(_0x9bd6af[_0x208005(0x1b0)](_0x72fa44['length'],0x0)){const _0x3f5558=_0x72fa44[_0x9bd6af[_0x208005(0x192)](_0x72fa44['length'],0x1)];return logger[_0x208005(0x17a)](_0x208005(0x155)+_0x18d70d+_0x208005(0x1c8)+_0x3f5558[_0x208005(0x14e)]+_0x208005(0x1db)+_0x3f5558[_0x208005(0x134)]),_0x3f5558;}}return null;}async[a92_0x491c39(0x122)](_0x27a493,_0x4578e9,_0x11c5d1={}){const _0x482e2e=a92_0x491c39,_0x248a75={};_0x248a75['zJbCY']=_0x482e2e(0x1b9),_0x248a75['vpTQq']=function(_0x1388e6,_0xb80373){return _0x1388e6===_0xb80373;},_0x248a75[_0x482e2e(0x23c)]=function(_0x1cf9e8,_0x1a4404){return _0x1cf9e8===_0x1a4404;},_0x248a75['PytDW']=function(_0x68edeb,_0x1ddac3){return _0x68edeb||_0x1ddac3;},_0x248a75[_0x482e2e(0xd7)]=_0x482e2e(0x209),_0x248a75[_0x482e2e(0x15a)]=function(_0x112dec,_0x31ba71){return _0x112dec===_0x31ba71;};const _0xf36516=_0x248a75;logger[_0x482e2e(0x17a)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x27a493+_0x482e2e(0x228)+_0x4578e9+_0x482e2e(0x119)+Object[_0x482e2e(0x215)](_0x11c5d1)[_0x482e2e(0xc0)](',')),await super[_0x482e2e(0x122)](_0x27a493,_0x4578e9,_0x11c5d1);const _0x51bc52=this[_0x482e2e(0x163)](_0x27a493,_0x4578e9,_0x11c5d1);if(!_0x51bc52){logger[_0x482e2e(0x17a)](_0xf36516['zJbCY']);return;}try{let _0xa33bd7,_0x29ac9a,_0x3dc8b1;switch(_0x27a493){case TestFrameworkState[_0x482e2e(0x19c)]:_0xa33bd7=_0x11c5d1[_0x482e2e(0x19b)];const _0x2d0c6e={};_0x2d0c6e['depth']=0x2,_0x2d0c6e[_0x482e2e(0x11f)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x4578e9+_0x482e2e(0xe3)+util[_0x482e2e(0x10e)](_0xa33bd7,_0x2d0c6e)),_0x3dc8b1=this[_0x482e2e(0x22c)](_0xa33bd7),_0x29ac9a=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x3dc8b1+_0x482e2e(0x1ac));if(_0xf36516[_0x482e2e(0x1a5)](_0x4578e9,HookState['PRE'])){logger[_0x482e2e(0x17a)](_0x482e2e(0xd8)+_0x3dc8b1);const _0x369683={};_0x369683[_0x482e2e(0x1b7)]=_0x29ac9a,_0x369683[_0x482e2e(0xb9)]=_0xa33bd7,_0x369683['testId']=_0x3dc8b1;const _0x107306=this[_0x482e2e(0xfc)](_0x369683),_0x5948a0={};_0x5948a0[_0x482e2e(0xf3)]=0x2,_0x5948a0[_0x482e2e(0x11f)]=0x3,logger['debug'](_0x482e2e(0x16b)+util[_0x482e2e(0x10e)](_0x107306,_0x5948a0)),_0x51bc52['addMultipleEntries'](_0x107306),logger['debug'](_0x482e2e(0x23f)+_0x3dc8b1),await this[_0x482e2e(0xba)](_0x51bc52,_0x3dc8b1);}else{if(_0xf36516[_0x482e2e(0x23c)](_0x4578e9,HookState[_0x482e2e(0x22e)])){logger['debug'](_0x482e2e(0x1ba)+_0x3dc8b1);const _0xea76f1=_0x51bc52[_0x482e2e(0x136)]()[_0x482e2e(0x14b)](_0x3dc8b1);logger['debug'](_0x482e2e(0x229)+util[_0x482e2e(0x10e)](Object[_0x482e2e(0x215)](_0xf36516[_0x482e2e(0xa6)](_0xea76f1,{}))));_0xea76f1&&_0xea76f1[TestFrameworkConstants[_0x482e2e(0x1a9)]]?logger['debug'](_0x482e2e(0x1c3)+Object['keys'](_0xea76f1[TestFrameworkConstants[_0x482e2e(0x1a9)]])[_0x482e2e(0x1e9)]+_0x482e2e(0x21f)):logger[_0x482e2e(0x17a)](_0xf36516[_0x482e2e(0xd7)]);const _0x2cdc4b=_0x11c5d1[_0x482e2e(0xfa)]||null,_0x222ad1={};_0x222ad1[_0x482e2e(0x1b7)]=_0x29ac9a,_0x222ad1[_0x482e2e(0xb9)]=_0xa33bd7,_0x222ad1[_0x482e2e(0x1a4)]=_0x3dc8b1,_0x222ad1[_0x482e2e(0xfa)]=_0x2cdc4b;const _0x18a392=this[_0x482e2e(0xd5)](_0x222ad1),_0x315659={};_0x315659[_0x482e2e(0xf3)]=0x2,_0x315659[_0x482e2e(0x11f)]=0x3,logger[_0x482e2e(0x17a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x482e2e(0x10e)](_0x18a392,_0x315659)),_0x51bc52['addMultipleEntries'](_0x18a392),logger['debug'](_0x482e2e(0x223)+_0x3dc8b1),await this['processPendingHooks'](_0x51bc52,_0x3dc8b1);}}break;case TestFrameworkState[_0x482e2e(0x244)]:if(_0xf36516[_0x482e2e(0x15a)](_0x4578e9,HookState[_0x482e2e(0x22e)])){const _0x1c0952={};_0x1c0952[_0x482e2e(0xf3)]=0x2,logger[_0x482e2e(0x17a)](_0x482e2e(0x121)+util[_0x482e2e(0x10e)](_0x11c5d1,_0x1c0952)),await this[_0x482e2e(0xae)](_0x51bc52,_0x27a493,_0x11c5d1);}break;default:if(CLIUtils[_0x482e2e(0x178)](_0x27a493[_0x482e2e(0x191)]()[_0x482e2e(0x1d0)]('.')[0x1])){const _0x4bbd03={};_0x4bbd03[_0x482e2e(0xf3)]=0x2,_0x4bbd03['maxArrayLength']=0x3,logger[_0x482e2e(0x17a)](_0x482e2e(0x1bb)+_0x27a493+_0x482e2e(0x228)+_0x4578e9+_0x482e2e(0x239)+util['inspect'](_0x11c5d1[_0x482e2e(0x1e0)],_0x4bbd03));const _0x327106=await this[_0x482e2e(0xc8)](_0x51bc52,_0x27a493,_0x4578e9,_0x11c5d1),_0x39642a={};_0x39642a[_0x482e2e(0xf3)]=0x2,_0x39642a[_0x482e2e(0x11f)]=0x3,logger[_0x482e2e(0x17a)](_0x482e2e(0x117)+util[_0x482e2e(0x10e)](_0x327106,_0x39642a)),_0x51bc52[_0x482e2e(0x224)](_0x327106);}else logger['debug'](_0x482e2e(0x1f0)+_0x27a493+_0x482e2e(0x213)+_0x4578e9);break;}logger[_0x482e2e(0x17a)](_0x482e2e(0x19e)+_0x27a493+_0x482e2e(0x228)+_0x4578e9);}catch(_0x56fa00){logger[_0x482e2e(0xb1)](_0x482e2e(0xb7)+_0x27a493+',\x20hookState='+_0x4578e9+_0x482e2e(0x212)+util[_0x482e2e(0x1c0)](_0x56fa00));}_0x11c5d1['instance']=_0x51bc52,await this['runHooks'](_0x51bc52,_0x27a493,_0x4578e9,_0x11c5d1);}['getJestTestIdentifier'](_0x2270bd){const _0x4c4a66=a92_0x491c39,_0x520caa={};_0x520caa['EpuWx']=_0x4c4a66(0x1f6);const _0x151cfe=_0x520caa;if(_0x2270bd&&(_0x2270bd['id']||_0x2270bd['uuid'])){const _0xa013ac=_0x2270bd['id']||_0x2270bd[_0x4c4a66(0xb3)];return logger[_0x4c4a66(0x17a)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0xa013ac+'\x22\x20from\x20testData'),_0xa013ac;}return logger['debug'](_0x151cfe[_0x4c4a66(0x237)]),process[_0x4c4a66(0x198)]+_0x4c4a66(0xd4);}['resolveInstance'](_0x5032bc,_0x2f3c0a,_0x37bd90={}){const _0x3a77f8=a92_0x491c39;let _0xa4f636=null;return _0xa4f636=TestFramework[_0x3a77f8(0x12f)](),!_0xa4f636?(logger[_0x3a77f8(0x17a)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5032bc),this[_0x3a77f8(0x21d)](_0x5032bc,_0x37bd90),_0xa4f636=TestFramework[_0x3a77f8(0x12f)](),logger[_0x3a77f8(0x17a)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0xa4f636+_0x3a77f8(0x175)+_0xa4f636?.[_0x3a77f8(0xc3)]()?.[_0x3a77f8(0xe4)]())):logger[_0x3a77f8(0x17a)](_0x3a77f8(0x10a)+_0xa4f636[_0x3a77f8(0xc3)]()?.[_0x3a77f8(0xe4)]()),_0xa4f636;}[a92_0x491c39(0x21d)](_0x180f9f,_0x4b65de){const _0x417966=a92_0x491c39,_0x447f29={};_0x447f29[_0x417966(0x137)]=_0x417966(0x204);const _0x52628a=_0x447f29;if(TestFramework[_0x417966(0x12f)]()){logger['debug'](_0x52628a['LSnFD']);return;}const _0xb4185a=CLIUtils[_0x417966(0x180)](),_0x18d3d9=TrackedInstance[_0x417966(0xa7)](_0xb4185a);let _0x7f8e0d=null;logger[_0x417966(0x17a)](_0x417966(0x1c6)+_0xb4185a+_0x417966(0x20f)+_0x180f9f),_0x7f8e0d=new TestFrameworkInstance(_0x18d3d9,this[_0x417966(0x19d)](),this[_0x417966(0x193)](),_0x180f9f,HookState['NONE']),TestFramework[_0x417966(0x109)](_0x18d3d9,_0x7f8e0d),logger[_0x417966(0x17a)](_0x417966(0x15e)+_0x18d3d9[_0x417966(0xe4)]()+_0x417966(0x1ad)+_0xb4185a+_0x417966(0x1f8)+this[_0x417966(0x19d)]()[0x0]+_0x417966(0x1d4)+this['getTestFrameworksVersions']()[this[_0x417966(0x19d)]()[0x0]]);}[a92_0x491c39(0xfc)](_0x393e2b){const _0x4f069c=a92_0x491c39,_0x43e5cc={};_0x43e5cc[_0x4f069c(0x1ab)]=function(_0x3e6692,_0x2cc9ee){return _0x3e6692||_0x2cc9ee;},_0x43e5cc[_0x4f069c(0x138)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x12d941=_0x43e5cc,{testUUID:_0x3c1cbc,testData:_0x322958,testId:_0x5482d4}=_0x393e2b;if(_0x12d941[_0x4f069c(0x1ab)](!_0x322958,!_0x5482d4))return logger[_0x4f069c(0x17a)](_0x12d941['pmneh']),{};const _0x36f529=this[_0x4f069c(0x19d)]()[0x0],_0x5accc5=this[_0x4f069c(0x193)](),_0x21de8d={};_0x21de8d[_0x4f069c(0xf3)]=0x2,_0x21de8d['maxArrayLength']=0x3,logger[_0x4f069c(0x17a)](_0x4f069c(0x17e)+util['inspect'](_0x322958,_0x21de8d));const _0x594a51=_0x322958?.[_0x4f069c(0xa9)]||[],_0x1d8b0f=this['getJestTestName'](_0x322958),_0x5ec9a8=this[_0x4f069c(0x183)](_0x322958),_0x383665=_0x322958['fn']?_0x322958['fn'][_0x4f069c(0x191)]():_0x322958?.[_0x4f069c(0xec)]?_0x322958[_0x4f069c(0xec)][_0x4f069c(0x19a)][_0x4f069c(0x191)]():null,_0x4dd0b8=this[_0x4f069c(0x16c)](_0x322958),_0x470725={[TestFrameworkConstants[_0x4f069c(0x102)]]:_0x36f529,[TestFrameworkConstants[_0x4f069c(0x1e6)]]:_0x5accc5[_0x36f529],[TestFrameworkConstants[_0x4f069c(0x145)]]:[],[TestFrameworkConstants[_0x4f069c(0x14a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4f069c(0x1ae)]]:TestFrameworkConstants[_0x4f069c(0xc5)],[TestFrameworkConstants[_0x4f069c(0x18e)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x20a)]]:_0x5ec9a8,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5482d4,[TestFrameworkConstants[_0x4f069c(0xb5)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x20e)]]:_0x5ec9a8,[TestFrameworkConstants[_0x4f069c(0x1da)]]:_0x383665,[TestFrameworkConstants[_0x4f069c(0xbe)]]:_0x4dd0b8,[TestFrameworkConstants[_0x4f069c(0x12c)]]:_0x322958['started_at']||new Date()[_0x4f069c(0x1e4)](),[TestFrameworkConstants[_0x4f069c(0x1f4)]]:_0x594a51[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x594a51,[TestFrameworkConstants[_0x4f069c(0x156)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x199)]]:{},[TestFrameworkConstants[_0x4f069c(0x1cf)]]:{}};_0x322958[_0x4f069c(0x164)]&&(_0x470725[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x322958['retryOf']);logger['debug'](_0x4f069c(0x176)+_0x1d8b0f+',\x20testId='+_0x5482d4+'\x20(testIdentifier),\x20tags='+JSON[_0x4f069c(0x118)](_0x4dd0b8)+_0x4f069c(0x159)+util[_0x4f069c(0x10e)](_0x594a51)+_0x4f069c(0x143)+_0x5ec9a8);const _0x110921={};return _0x110921[_0x5482d4]=_0x470725,_0x110921;}['parseJestTestResult'](_0x10a040){const _0x577de0=a92_0x491c39,_0x923830={'SbaqB':function(_0x15f427,_0x57ed89){return _0x15f427===_0x57ed89;},'vQYoJ':_0x577de0(0xe1),'rFuOv':function(_0x1d3ac,_0x434057){return _0x1d3ac===_0x434057;},'GaVbd':_0x577de0(0x18a),'rBbZI':_0x577de0(0x10c),'NwLtJ':'_ALL','SaaEv':function(_0x52bb4d,_0x37935f){return _0x52bb4d||_0x37935f;},'Caoms':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','nrOSE':function(_0x505bc4,_0x48b2cc){return _0x505bc4||_0x48b2cc;},'OQZAS':_0x577de0(0xca),'Xqknw':function(_0x3b07df,_0xc3f344){return _0x3b07df>_0xc3f344;},'JhmSM':'failed','GHWdi':_0x577de0(0x202),'GiTSL':_0x577de0(0x1a1),'oQuln':_0x577de0(0x238),'HXvaH':function(_0x18bdce,_0x7d5cc0){return _0x18bdce!==_0x7d5cc0;},'XZgPV':function(_0x5a7edd,_0x25a38e,_0x3a38c6,_0x5e1782){return _0x5a7edd(_0x25a38e,_0x3a38c6,_0x5e1782);},'VJwAu':function(_0x33cce7,_0x17c5dc){return _0x33cce7>_0x17c5dc;},'rzQdK':function(_0x1417b1,_0x4d94a4){return _0x1417b1>_0x4d94a4;},'CRSYN':_0x577de0(0x200),'FDhGL':function(_0x1d4af7,_0xb74754){return _0x1d4af7>_0xb74754;}},{testUUID:_0x47efd6,testData:_0x30233e,testId:_0x30c520}=_0x10a040;if(_0x923830[_0x577de0(0x211)](!_0x30233e,!_0x30c520))return logger[_0x577de0(0x17a)](_0x923830['Caoms']),{};const _0x42d260=this[_0x577de0(0x163)](TestFrameworkState[_0x577de0(0x19c)],HookState[_0x577de0(0x22e)]),_0x5c2cc8=_0x42d260['getAllData']()[_0x577de0(0x14b)](_0x30c520),_0x4ddd43=_0x923830[_0x577de0(0x132)](_0x5c2cc8,{}),_0x155449=_0x4ddd43?_0x4ddd43[TestFrameworkConstants[_0x577de0(0x199)]]||{}:{},_0x3b79f4=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x1a9)]];logger[_0x577de0(0x17a)](_0x577de0(0x16a)+(_0x3b79f4?Object['keys'](_0x3b79f4)[_0x577de0(0x1e9)]:0x0)+_0x577de0(0xa8));let _0x55881c=_0x923830['OQZAS'];if(_0x30233e[_0x577de0(0x135)])_0x55881c=_0x30233e[_0x577de0(0x135)];else{if(_0x30233e[_0x577de0(0x197)]&&_0x923830[_0x577de0(0x12e)](_0x30233e[_0x577de0(0x197)]['length'],0x0))_0x55881c=_0x923830[_0x577de0(0x230)];else _0x923830[_0x577de0(0x11c)](_0x30233e[_0x577de0(0x1dc)],_0x923830[_0x577de0(0xc1)])||_0x923830[_0x577de0(0x214)](_0x30233e[_0x577de0(0x1dc)],_0x923830[_0x577de0(0x227)])?_0x55881c=_0x923830[_0x577de0(0x227)]:_0x55881c=_0x923830[_0x577de0(0x1f9)];}const _0xa3d7de={..._0x4ddd43,[TestFrameworkConstants[_0x577de0(0x1ae)]]:_0x55881c,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x30233e['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x577de0(0x179)]]:new Date()[_0x577de0(0x1e4)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x155449,[TestFrameworkConstants[_0x577de0(0xb0)]]:_0x4ddd43[TestFrameworkConstants[_0x577de0(0xb0)]]||[],[TestFrameworkConstants[_0x577de0(0x1cf)]]:{}};if(_0x923830[_0x577de0(0x214)](_0x55881c,_0x923830[_0x577de0(0x230)])&&_0x30233e[_0x577de0(0x197)]){const _0x2833b7=this[_0x577de0(0x116)](_0x30233e),_0x155c7a=this[_0x577de0(0x1fa)](_0x30233e),_0x103b86=this[_0x577de0(0x14c)](_0x30233e);_0xa3d7de[TestFrameworkConstants[_0x577de0(0x21a)]]=_0x155c7a,_0xa3d7de[TestFrameworkConstants[_0x577de0(0x216)]]=_0x2833b7,_0xa3d7de[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x103b86;}_0x923830[_0x577de0(0x233)](_0x30233e[_0x577de0(0x17f)],undefined)&&(_0xa3d7de[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x30233e[_0x577de0(0x17f)]);_0x30233e[_0x577de0(0x164)]&&(_0xa3d7de[TestFrameworkConstants[_0x577de0(0x128)]]=_0x30233e[_0x577de0(0x164)]);const _0x1aab8c=_0x5c2cc8?_0x5c2cc8[TestFrameworkConstants[_0x577de0(0x1a9)]]||{}:{},_0x1200c2=_0x5c2cc8?_0x5c2cc8[TestFrameworkConstants[_0x577de0(0x234)]]:_0x47efd6,_0x3c52a8=_0x923830[_0x577de0(0x1d3)](getManualUploadLogs,_0x1aab8c,_0x1200c2,_0x30c520);if(_0x923830[_0x577de0(0x19f)](_0x3c52a8[_0x577de0(0x1e9)],0x0)){const _0x249233=_0xa3d7de[TestFrameworkConstants[_0x577de0(0xb0)]]||[];_0xa3d7de[TestFrameworkConstants[_0x577de0(0xb0)]]=[..._0x249233,..._0x3c52a8];}const _0x557cc6=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x14a)]]||{},_0x478dc2=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x207)]]||{},_0x32d8c5={..._0x557cc6},_0x3b1016=_0x32d8c5;Object[_0x577de0(0x215)](_0x478dc2)[_0x577de0(0x120)](_0x5c3809=>{const _0x1df30b=_0x577de0;!_0x3b1016[_0x5c3809]&&(_0x3b1016[_0x5c3809]=[]);const _0x4632a2=new Set((_0x3b1016[_0x5c3809]||[])[_0x1df30b(0x1e5)](_0x4107b1=>_0x4107b1[TestFrameworkConstants[_0x1df30b(0xb6)]]||_0x4107b1[_0x1df30b(0x1f7)]));(_0x478dc2[_0x5c3809]||[])['forEach'](_0x35c260=>{const _0x42991e=_0x1df30b,_0x4c64f7=_0x35c260[TestFrameworkConstants[_0x42991e(0xb6)]]||_0x35c260['hook_id'];if(!_0x4632a2[_0x42991e(0x166)](_0x4c64f7)){const _0x4e6b8c={..._0x35c260},_0xaa3636=_0x4e6b8c;!_0xaa3636[TestFrameworkConstants[_0x42991e(0x113)]]&&!_0xaa3636[_0x42991e(0x1ed)]&&(_0xaa3636[TestFrameworkConstants[_0x42991e(0x113)]]=new Date()['toISOString']()),!_0xaa3636[TestFrameworkConstants[_0x42991e(0x133)]]&&!_0xaa3636[_0x42991e(0x15f)]&&(_0xaa3636[TestFrameworkConstants[_0x42991e(0x133)]]=TestFrameworkConstants[_0x42991e(0x1b1)]),_0x3b1016[_0x5c3809]['push'](_0xaa3636);}});});if(_0x10a040[_0x577de0(0xfa)]){this[_0x577de0(0x1c9)](_0x10a040[_0x577de0(0xfa)]);const _0x3ec445=this[_0x577de0(0x126)](_0x10a040[_0x577de0(0xfa)]),_0x2ee1ea=this[_0x577de0(0x21b)](_0x10a040[_0x577de0(0xfa)]);_0x2ee1ea[_0x577de0(0x120)](_0x23425a=>{const _0x3db35e=_0x577de0,_0x49164b=_0x3ec445[_0x3db35e(0x14b)](_0x23425a);if(_0x49164b&&(_0x923830[_0x3db35e(0x11c)](_0x49164b['type'],_0x923830[_0x3db35e(0x1d9)])||_0x923830['rFuOv'](_0x49164b[_0x3db35e(0x236)],_0x923830[_0x3db35e(0x14d)]))){const _0x8f58dc=_0x49164b['type'][_0x3db35e(0x167)]()['replace'](_0x923830[_0x3db35e(0xe7)],_0x923830['NwLtJ']),_0x14bcb4=_0x8f58dc;!_0x3b1016[_0x14bcb4]&&(_0x3b1016[_0x14bcb4]=[]);const _0x2d5276=_0x3b1016[_0x14bcb4][_0x3db35e(0xab)](_0x3551eb=>(_0x3551eb[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3551eb[_0x3db35e(0x1f7)])===_0x23425a);!_0x2d5276&&_0x3b1016[_0x14bcb4][_0x3db35e(0x187)]({'key':_0x14bcb4,[TestFrameworkConstants[_0x3db35e(0xb6)]]:_0x23425a,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x3db35e(0x1b1)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x3db35e(0x1e4)](),[TestFrameworkConstants[_0x3db35e(0x113)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3db35e(0x190)]]:[],[TestFrameworkConstants[_0x3db35e(0xd1)]]:_0x49164b['name']||_0x49164b[_0x3db35e(0x236)]+_0x3db35e(0x112),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x155449});}});}if(_0x30233e[_0x577de0(0xb8)]&&_0x923830[_0x577de0(0xf5)](_0x30233e[_0x577de0(0xb8)][_0x577de0(0x1e9)],0x0))_0xa3d7de[TestFrameworkConstants[_0x577de0(0x14a)]]=_0x30233e[_0x577de0(0xb8)],logger[_0x577de0(0x17a)](_0x923830[_0x577de0(0x22b)]);else _0x923830[_0x577de0(0x168)](Object['keys'](_0x3b1016)[_0x577de0(0x1e9)],0x0)&&(_0xa3d7de[TestFrameworkConstants[_0x577de0(0x14a)]]=_0x3b1016,logger['debug'](_0x577de0(0x1de)+Object[_0x577de0(0x215)](_0x3b1016)[_0x577de0(0xc0)](',')));const _0x2eb5e7=this['getJestTestName'](_0x30233e);logger['debug'](_0x577de0(0x22a)+_0x2eb5e7+_0x577de0(0x1ff)+_0x30c520+'\x20(testIdentifier),\x20result='+_0x55881c+',\x20duration='+_0x30233e[_0x577de0(0x17f)]);_0x923830[_0x577de0(0x11c)](_0x55881c,_0x923830['JhmSM'])&&logger['debug'](_0x577de0(0xe2)+_0x30c520+_0x577de0(0x129)+_0xa3d7de[TestFrameworkConstants[_0x577de0(0x21a)]]+_0x577de0(0x149)+_0xa3d7de[TestFrameworkConstants[_0x577de0(0x216)]]?.['substring'](0x0,0xc8));const _0x44b19d={};return _0x44b19d[_0x30c520]=_0xa3d7de,_0x44b19d;}[a92_0x491c39(0xfb)](_0x4a81d0){const _0x128a7e=a92_0x491c39,_0x56d442={};_0x56d442[_0x128a7e(0x146)]=function(_0x5d0889,_0x44d79f){return _0x5d0889!==_0x44d79f;},_0x56d442[_0x128a7e(0x1ef)]=function(_0x3f2c12,_0x15e895){return _0x3f2c12!==_0x15e895;},_0x56d442[_0x128a7e(0x217)]=_0x128a7e(0x15c);const _0x54416c=_0x56d442,_0x1a2e6b={};_0x1a2e6b['depth']=0x2,_0x1a2e6b[_0x128a7e(0x11f)]=0x3,logger[_0x128a7e(0x17a)](_0x128a7e(0xf1)+util[_0x128a7e(0x10e)](_0x4a81d0,_0x1a2e6b));const _0x50b880=[];if(_0x4a81d0&&_0x4a81d0[_0x128a7e(0x153)]){let _0x44fef3=_0x4a81d0[_0x128a7e(0x153)];while(_0x44fef3&&_0x44fef3['name']&&_0x54416c[_0x128a7e(0x146)](_0x44fef3[_0x128a7e(0x1ea)],'')&&_0x54416c[_0x128a7e(0x1ef)](_0x44fef3[_0x128a7e(0x1ea)],_0x54416c[_0x128a7e(0x217)])){_0x50b880[_0x128a7e(0x187)](_0x44fef3['name']),_0x44fef3=_0x44fef3[_0x128a7e(0x153)];}}return _0x50b880['reverse']();}[a92_0x491c39(0x10b)](_0x449f00){const _0x33b748=a92_0x491c39,_0x226fed={};_0x226fed[_0x33b748(0xcb)]=_0x33b748(0xd6);const _0x25b127=_0x226fed;if(_0x449f00[_0x33b748(0x1ea)])return _0x449f00[_0x33b748(0x1ea)];if(_0x449f00[_0x33b748(0x240)])return _0x449f00[_0x33b748(0x240)];return _0x25b127[_0x33b748(0xcb)];}[a92_0x491c39(0x16c)](_0x1d7085){const _0x3896a0=a92_0x491c39,_0x37de11=[];if(_0x1d7085[_0x3896a0(0x151)]&&Array[_0x3896a0(0x1a7)](_0x1d7085[_0x3896a0(0x151)]))return _0x1d7085[_0x3896a0(0x151)][_0x3896a0(0x1e5)](_0x267659=>_0x267659['startsWith']('@')?_0x267659[_0x3896a0(0xff)](0x1):_0x267659);const _0x618fad=this[_0x3896a0(0x10b)](_0x1d7085),_0x21ed9a=_0x618fad[_0x3896a0(0xf4)](/@(\w+)/g);if(_0x21ed9a)return _0x21ed9a[_0x3896a0(0x1e5)](_0x93fd33=>_0x93fd33[_0x3896a0(0xdd)](0x1));return _0x1d7085[_0x3896a0(0xa9)]&&Array[_0x3896a0(0x1a7)](_0x1d7085['scopes'])&&_0x1d7085[_0x3896a0(0xa9)]['forEach'](_0x7d2ab9=>{const _0x134b63=_0x3896a0,_0x3707ff=_0x7d2ab9[_0x134b63(0xf4)](/@(\w+)/g);_0x3707ff&&_0x3707ff[_0x134b63(0x120)](_0x4c021c=>{const _0x1e9b86=_0x134b63,_0xb7e513=_0x4c021c[_0x1e9b86(0xdd)](0x1);!_0x37de11[_0x1e9b86(0x13c)](_0xb7e513)&&_0x37de11[_0x1e9b86(0x187)](_0xb7e513);});}),_0x37de11;}['getJestTestFilePath'](_0x3f51b1){const _0x1fb482=a92_0x491c39,_0x4cce47={'rWbMk':function(_0x5b2ee1,_0x4ea253){return _0x5b2ee1(_0x4ea253);}};if(_0x3f51b1['file_name'])return _0x3f51b1[_0x1fb482(0xf2)];if(_0x3f51b1['asyncError'])try{const _0x52c149=stackTrace['parse'](_0x3f51b1[_0x1fb482(0x186)]),_0x4fa748=_0x4cce47[_0x1fb482(0x1fb)](pickUserFrameFile,_0x52c149);if(_0x4fa748)return _0x4fa748;logger[_0x1fb482(0x17a)](_0x1fb482(0xe0)+_0x52c149['length']+')');}catch(_0x587b01){logger[_0x1fb482(0x17a)](_0x1fb482(0x20c)+util[_0x1fb482(0x1c0)](_0x587b01));}return null;}['getJestFailureReason'](_0x1a46a9){const _0x4026fd=a92_0x491c39,_0x5c8458={};_0x5c8458[_0x4026fd(0xc6)]=function(_0x4daec5,_0x2e565a){return _0x4daec5>_0x2e565a;},_0x5c8458[_0x4026fd(0x201)]='Unknown\x20error';const _0x23340e=_0x5c8458;if(_0x1a46a9[_0x4026fd(0x197)]&&_0x23340e[_0x4026fd(0xc6)](_0x1a46a9[_0x4026fd(0x197)][_0x4026fd(0x1e9)],0x0))return util[_0x4026fd(0x10e)](_0x1a46a9[_0x4026fd(0x197)][0x0]);if(_0x1a46a9[_0x4026fd(0xad)])return _0x1a46a9[_0x4026fd(0xad)];return _0x23340e['DMQYO'];}[a92_0x491c39(0x1fa)](_0x9b186f){const _0x416f28=a92_0x491c39,_0x2afdd7={};_0x2afdd7['EgNtc']=_0x416f28(0x177),_0x2afdd7[_0x416f28(0x174)]=_0x416f28(0xda),_0x2afdd7[_0x416f28(0x18d)]=_0x416f28(0xbd);const _0x1205de=_0x2afdd7,_0x526a9a=this[_0x416f28(0x116)](_0x9b186f);if(_0x526a9a&&_0x526a9a[_0x416f28(0x13c)](_0x1205de[_0x416f28(0x131)]))return _0x1205de[_0x416f28(0x174)];return _0x1205de[_0x416f28(0x18d)];}[a92_0x491c39(0x14c)](_0x3d473e){const _0x47f3ac=a92_0x491c39,_0x1cb4c4={'pjgOx':function(_0x25e232,_0x3d3db0){return _0x25e232(_0x3d3db0);},'IeDWr':_0x47f3ac(0x1b3),'uSJgb':function(_0x39197b,_0x582309){return _0x39197b!==_0x582309;},'AxZyz':_0x47f3ac(0x19b)},{failureData:_0x269d53}=_0x1cb4c4[_0x47f3ac(0x1ce)](require,_0x1cb4c4[_0x47f3ac(0x206)]),_0x40f247=[];return _0x1cb4c4[_0x47f3ac(0x1a2)](_0x3d473e[_0x47f3ac(0x197)],undefined)&&_0x40f247['push'](_0x3d473e['errorsDetailed'],_0x1cb4c4[_0x47f3ac(0x1b6)]),_0x269d53[_0x47f3ac(0x1d7)](null,_0x40f247);}async[a92_0x491c39(0xc8)](_0x4af704,_0x9a17b2,_0x485d63,_0x2d02ce){const _0x115173=a92_0x491c39,_0xf0dfe6={'giFjr':_0x115173(0x1bf),'OEHtX':function(_0x3e0968){return _0x3e0968();},'QQcrI':function(_0x54fff2,_0x5df36a){return _0x54fff2 in _0x5df36a;},'loZZK':function(_0xb3ccc0,_0x2cb53e){return _0xb3ccc0===_0x2cb53e;},'OnXrv':function(_0x413828,_0x4e0811){return _0x413828>_0x4e0811;},'agLsK':_0x115173(0x1a3),'ULeXu':_0x115173(0x238),'dpsli':function(_0x1620c4,_0x1a36c9){return _0x1620c4===_0x1a36c9;},'gvsnF':_0x115173(0x115),'qafrF':function(_0x189155,_0x4d168e){return _0x189155>_0x4d168e;},'ziPnL':function(_0x1727d2,_0x1a075f){return _0x1727d2===_0x1a075f;},'vzisj':function(_0x526fb7,_0x16dd29){return _0x526fb7!==_0x16dd29;}},{hookData:_0x43a8ee}=_0x2d02ce,_0x4ad21f=_0x485d63[_0x115173(0x191)](),_0xe3aa11=_0x9a17b2['toString'](),_0x1258bc={};_0x1258bc[_0x115173(0xf3)]=0x2,_0x1258bc[_0x115173(0x11f)]=0x3,logger[_0x115173(0x17a)](_0x115173(0xd2)+_0xe3aa11+',\x20hookState='+_0x4ad21f+_0x115173(0x239)+util['inspect'](_0x43a8ee,_0x1258bc));if(!_0x43a8ee)return logger['debug'](_0xf0dfe6['giFjr']),{};const _0x1ff1a0=_0x43a8ee[_0x115173(0xb3)]||_0x43a8ee[_0x115173(0xd3)]||_0xf0dfe6[_0x115173(0x13a)](uuidv4),_0x404c9f=_0x43a8ee[_0x115173(0x235)]||this['getJestTestIdentifier'](_0x43a8ee),_0xe0c80c=_0x9a17b2[_0x115173(0x191)]()['split']('.')[0x1],_0x2406f5=_0x4af704['getAllData']()[_0x115173(0x14b)](_0x404c9f),_0xafbf57=_0x2406f5?_0x2406f5[TestFrameworkConstants[_0x115173(0x199)]]||{}:{};logger[_0x115173(0x17a)](_0x115173(0xcd)+_0x1ff1a0+_0x115173(0x1ff)+_0x404c9f+_0x115173(0x18f)+_0xe0c80c+',\x20hookState='+_0x4ad21f);if(!_0x2406f5)return logger[_0x115173(0x17a)](_0x115173(0x171)+_0x404c9f+',\x20storing\x20as\x20pending\x20hook'),this[_0x115173(0x1d8)](_0x4af704,_0x404c9f,_0x9a17b2,_0x485d63,_0x2d02ce),{};let _0x5b44c7=_0x2406f5[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x5b44c7&&(_0x5b44c7={});!_0xf0dfe6['QQcrI'](_0xe0c80c,_0x5b44c7)&&(_0x5b44c7[_0xe0c80c]=[]);let _0x4d72f1=_0x2406f5[TestFrameworkConstants[_0x115173(0x14a)]];!_0x4d72f1&&(_0x4d72f1={});!_0xf0dfe6[_0x115173(0x13f)](_0xe0c80c,_0x4d72f1)&&(_0x4d72f1[_0xe0c80c]=[]);const _0x1f5ef8={[_0x404c9f]:{[TestFrameworkConstants[_0x115173(0x207)]]:_0x5b44c7,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x4d72f1,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x115173(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x115173(0x1e6)]]:this[_0x115173(0x193)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0xf0dfe6['loZZK'](_0x485d63,HookState['PRE'])){const _0x1d72e8={'key':_0xe0c80c,[TestFrameworkConstants[_0x115173(0xb6)]]:_0x1ff1a0,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x115173(0x1b1)],[TestFrameworkConstants[_0x115173(0x1fe)]]:_0x43a8ee[_0x115173(0x1f2)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x115173(0x190)]]:[],[TestFrameworkConstants[_0x115173(0xd1)]]:_0x43a8ee[_0x115173(0x1ea)]||_0x43a8ee['hook_type']||_0xe0c80c,[TestFrameworkConstants[_0x115173(0x199)]]:_0xafbf57};_0x5b44c7[_0xe0c80c][_0x115173(0x187)](_0x1d72e8),_0x1f5ef8[_0x404c9f][TestFrameworkConstants[_0x115173(0x124)]]=_0xe0c80c;const _0x3adb24={};_0x3adb24[_0x115173(0xf3)]=0x2,logger[_0x115173(0x17a)](_0x115173(0xdb)+_0xe0c80c+_0x115173(0x1aa)+_0x1ff1a0+',\x20testId='+_0x404c9f+',\x20hook='+util[_0x115173(0x10e)](_0x1d72e8,_0x3adb24));}else{if(_0xf0dfe6[_0x115173(0x20b)](_0x485d63,HookState[_0x115173(0x22e)])){const _0x1e513c=_0x43a8ee[_0x115173(0x135)]||(_0x43a8ee[_0x115173(0x197)]&&_0xf0dfe6[_0x115173(0x14f)](_0x43a8ee[_0x115173(0x197)][_0x115173(0x1e9)],0x0)?_0xf0dfe6[_0x115173(0x1e1)]:_0xf0dfe6['ULeXu']),_0x4ed274=_0x5b44c7[_0xe0c80c]||[];logger[_0x115173(0x17a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0xe0c80c+_0x115173(0x1ff)+_0x404c9f+',\x20result='+_0x1e513c+_0x115173(0x152)+_0x4ed274[_0x115173(0x1e9)]);if(_0xf0dfe6['loZZK'](_0x4ed274['length'],0x0)&&_0xf0dfe6[_0x115173(0xac)](_0x9a17b2,TestFrameworkState['BEFORE_ALL']))return logger[_0x115173(0x17a)](_0xf0dfe6[_0x115173(0x1cc)]),this[_0x115173(0x1d8)](_0x4af704,_0x404c9f,_0x9a17b2,_0x485d63,_0x2d02ce),{};if(_0xf0dfe6[_0x115173(0x21c)](_0x4ed274['length'],0x0)){const _0x130bfa=_0x4ed274[_0x115173(0x189)]();_0xf0dfe6[_0x115173(0x141)](_0x1e513c,_0xf0dfe6[_0x115173(0x1e1)])&&_0x43a8ee['errorsDetailed']?(_0x130bfa[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x115173(0x1fa)](_0x43a8ee),_0x130bfa[TestFrameworkConstants[_0x115173(0x1d2)]]=this[_0x115173(0x116)](_0x43a8ee),_0x130bfa[TestFrameworkConstants[_0x115173(0x23a)]]=this['getJestFailureData'](_0x43a8ee),logger['debug'](_0x115173(0x1a0)+_0xe0c80c+_0x115173(0x129)+_0x130bfa[TestFrameworkConstants[_0x115173(0x195)]]+_0x115173(0x149)+_0x130bfa[TestFrameworkConstants[_0x115173(0x1d2)]]?.[_0x115173(0x107)](0x0,0xc8))):_0x130bfa[TestFrameworkConstants[_0x115173(0x133)]]=_0xf0dfe6[_0x115173(0xd0)];_0xf0dfe6['vzisj'](_0x1e513c,TestFrameworkConstants[_0x115173(0x1b1)])&&(_0x130bfa[TestFrameworkConstants[_0x115173(0x133)]]=_0x1e513c);_0x130bfa[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x43a8ee[_0x115173(0x10f)]||new Date()[_0x115173(0x1e4)](),_0x130bfa[TestFrameworkConstants[_0x115173(0x199)]]=_0xafbf57;const _0x3630b8=_0x130bfa[TestFrameworkConstants[_0x115173(0xb6)]];!_0x4d72f1[_0xe0c80c]&&(_0x4d72f1[_0xe0c80c]=[]);_0x4d72f1[_0xe0c80c][_0x115173(0x187)](_0x130bfa),_0x1f5ef8[_0x404c9f][TestFrameworkConstants[_0x115173(0x111)]]=_0xe0c80c;const _0x436869={};_0x436869[_0x115173(0xf3)]=0x2,logger[_0x115173(0x17a)](_0x115173(0x103)+_0xe0c80c+_0x115173(0x1aa)+_0x3630b8+_0x115173(0x165)+_0x1e513c+_0x115173(0x101)+util[_0x115173(0x10e)](_0x130bfa,_0x436869));}}}return _0x1f5ef8;}[a92_0x491c39(0x1fd)](_0x2dc848){const _0x416c42=a92_0x491c39,_0x425a32={};_0x425a32['WRFwN']=_0x416c42(0xb2);const _0x434ffc=_0x425a32;try{const _0x158cc0=_0x2dc848[_0x416c42(0x19b)]?this[_0x416c42(0x22c)](_0x2dc848[_0x416c42(0x19b)]):_0x2dc848[_0x416c42(0x1e0)][_0x416c42(0x235)],_0x218db8=_0x2dc848[_0x416c42(0x104)],_0x5aeb1b=_0x218db8[_0x416c42(0xc3)](),_0x37e35b=_0x218db8[_0x416c42(0x136)]()[_0x416c42(0x14b)](_0x158cc0);if(!_0x37e35b)return logger[_0x416c42(0x17a)](_0x416c42(0xdc)+_0x158cc0),{};const {[TestFrameworkConstants[_0x416c42(0x102)]]:_0x287c38=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x416c42(0x1e6)]]:_0x264c86=this[_0x416c42(0x193)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x416c42(0x12c)]]:_0x35cc9b='',[TestFrameworkConstants[_0x416c42(0x1cb)]]:_0x5871df=''}=_0x37e35b,_0x25fc72=_0x218db8['getCurrentTestState']()['toString']()[_0x416c42(0x1d0)]('.')[0x1],_0x32b233=_0x218db8[_0x416c42(0x247)]()[_0x416c42(0x191)]()[_0x416c42(0x1d0)]('.')[0x1],_0x135d67=global?.['__workerDetails']?.['workerInfo']?.[_0x416c42(0xef)]||global[_0x416c42(0x1a6)]||0x0,_0x160917=_0x218db8['getRef'](),_0x3d7bd0=Buffer[_0x416c42(0x173)](JSON[_0x416c42(0x118)](_0x37e35b))['toString'](_0x434ffc[_0x416c42(0x218)]),_0x457e04={'hash':_0x5aeb1b[_0x416c42(0xe4)](),'threadId':_0x5aeb1b[_0x416c42(0xb4)]()['toString'](),'processId':_0x5aeb1b[_0x416c42(0x147)]()[_0x416c42(0x191)]()},_0x325f11={};_0x325f11[_0x416c42(0x114)]=_0x135d67,_0x325f11[_0x416c42(0x161)]=_0x287c38,_0x325f11[_0x416c42(0x172)]=_0x264c86,_0x325f11[_0x416c42(0x1af)]=_0x25fc72,_0x325f11[_0x416c42(0x1d1)]=_0x32b233,_0x325f11[_0x416c42(0x139)]=_0x35cc9b,_0x325f11[_0x416c42(0x16e)]=_0x5871df,_0x325f11[_0x416c42(0xb3)]=_0x160917,_0x325f11['eventJson']=_0x3d7bd0,_0x325f11['executionContext']=_0x457e04,_0x325f11[_0x416c42(0x20d)]=_0x158cc0;const _0x1488da=_0x325f11;return _0x1488da;}catch(_0x49a1af){return logger[_0x416c42(0xb1)](_0x416c42(0x1a8)+util[_0x416c42(0x1c0)](_0x49a1af)),{};}}async[a92_0x491c39(0xae)](_0x1f8cf8,_0x409bde,_0x8924c4){const _0x57c7be=a92_0x491c39,_0x1bd227={'UUxwQ':function(_0x14e9bd,_0xa3e9f1){return _0x14e9bd+_0xa3e9f1;},'MNrWj':_0x57c7be(0x140),'ygRPR':_0x57c7be(0x1eb),'hyypY':function(_0xd22f3f,_0x124dae){return _0xd22f3f>_0x124dae;},'IVwcJ':function(_0x23f84d,_0x5e3d77,_0x3019de,_0x1d22d0){return _0x23f84d(_0x5e3d77,_0x3019de,_0x1d22d0);},'izORI':function(_0x231273,_0x4decb7){return _0x231273-_0x4decb7;},'wsCiQ':function(_0x4fe64e,_0x21b3ce){return _0x4fe64e===_0x21b3ce;},'ewMgs':function(_0x544cb8,_0x149d21){return _0x544cb8/_0x149d21;},'qJKHt':function(_0x1ea194,_0x5b02af){return _0x1ea194<_0x5b02af;},'aqrdT':function(_0xa09922,_0x21b455){return _0xa09922*_0x21b455;},'jZYWe':function(_0x5d8c3b,_0x4714ee){return _0x5d8c3b+_0x4714ee;},'NwmiE':function(_0x47cd2b,_0x56b62b){return _0x47cd2b+_0x56b62b;}};try{const _0x21359f=_0x8924c4['testUUID']||_0x8924c4[_0x57c7be(0x1a4)],_0x2701a0=Array['from'](_0x1f8cf8[_0x57c7be(0x136)]()[_0x57c7be(0x215)]()),_0x2aa780=_0x1f8cf8[_0x57c7be(0x136)]()[_0x57c7be(0x14b)](_0x21359f);if(!_0x2aa780){logger['debug'](_0x57c7be(0x130)+_0x21359f);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2609ad='',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:_0x2d9112=''}=_0x2aa780;let _0x1bbe53=[];_0x2aa780&&_0x2aa780[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x2aa780[TestFrameworkConstants['KEY_LOGS']])?(_0x1bbe53=_0x2aa780[TestFrameworkConstants[_0x57c7be(0xb0)]]||[],logger[_0x57c7be(0x17a)](_0x57c7be(0x1be)+_0x1bbe53[_0x57c7be(0x1e9)]+_0x57c7be(0xcf)+_0x21359f),_0x1f8cf8[_0x57c7be(0x224)]({[_0x21359f]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x57c7be(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:this[_0x57c7be(0x193)]()[this[_0x57c7be(0x19d)]()[0x0]]||''}}),logger[_0x57c7be(0x17a)](_0x57c7be(0x100)+_0x21359f)):logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x21359f);logger[_0x57c7be(0x17a)](_0x57c7be(0x208)+_0x1bbe53['length']+_0x57c7be(0x245)+_0x21359f);const _0x2bd2c1=_0x1bbe53[_0x57c7be(0xc4)](_0x5360c1=>_0x5360c1['kind']===_0x57c7be(0xe8));_0x1bd227['hyypY'](_0x2bd2c1[_0x57c7be(0x1e9)],0x0)&&(logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2bd2c1[_0x57c7be(0x1e9)]+_0x57c7be(0x148)+_0x21359f),_0x2bd2c1[_0x57c7be(0x120)]((_0x2ba90c,_0x2f71f5)=>{const _0x4d1413=_0x57c7be;logger[_0x4d1413(0x17a)](_0x4d1413(0x16f)+_0x1bd227['UUxwQ'](_0x2f71f5,0x1)+'/'+_0x2bd2c1[_0x4d1413(0x1e9)]+'\x20-\x20test_identifier='+(_0x2ba90c['test_identifier']||_0x1bd227[_0x4d1413(0x1c5)])+_0x4d1413(0xf0)+(_0x2ba90c[_0x4d1413(0x154)]||_0x1bd227['MNrWj'])+_0x4d1413(0x181)+(_0x2ba90c[_0x4d1413(0x12d)]||_0x1bd227[_0x4d1413(0x1f3)])+_0x4d1413(0x210)+(_0x2ba90c[_0x4d1413(0xa4)]?.[_0x4d1413(0x1e9)]||0x0));}));const _0x303dcb=_0x2aa780[TestFrameworkConstants[_0x57c7be(0x1a9)]]||{},_0x2bd944=_0x1bd227[_0x57c7be(0x1bd)](getMediaArtifactsLogs,_0x303dcb,null,_0x21359f),_0x28bd40=(_0x1bbe53||[])[_0x57c7be(0x13b)](_0x2bd944||[]),_0x4e642e=_0x2bd2c1?.[_0x57c7be(0x1e9)]||0x0,_0x3b904d=_0x1bd227[_0x57c7be(0x222)](_0x1bbe53?.[_0x57c7be(0x1e9)]||0x0,_0x4e642e);logger['debug'](_0x57c7be(0x1b5)+_0x21359f+',\x20consoleLogs:\x20'+_0x3b904d+_0x57c7be(0xe9)+_0x4e642e+_0x57c7be(0x16d)+(_0x2bd944?.[_0x57c7be(0x1e9)]||0x0)+_0x57c7be(0x127)+_0x28bd40[_0x57c7be(0x1e9)]);if(!_0x28bd40||_0x1bd227['wsCiQ'](_0x28bd40['length'],0x0)){logger[_0x57c7be(0x17a)](_0x57c7be(0x203)+_0x21359f);return;}const _0x205787=0x28,_0x46f80f=Math[_0x57c7be(0x185)](_0x1bd227['ewMgs'](_0x28bd40[_0x57c7be(0x1e9)],_0x205787));for(let _0x5eea8b=0x0;_0x1bd227[_0x57c7be(0xf7)](_0x5eea8b,_0x46f80f);_0x5eea8b++){const _0x445617=_0x1bd227[_0x57c7be(0x196)](_0x5eea8b,_0x205787),_0xd1d3b6=_0x1bd227['jZYWe'](_0x445617,_0x205787),_0x32fb45=_0x28bd40[_0x57c7be(0xdd)](_0x445617,_0xd1d3b6),_0x4fd01f=global?.[_0x57c7be(0xf8)]??0x0,_0x2270a8={'platformIndex':_0x4fd01f,'logs':_0x32fb45,'testFrameworkName':_0x2609ad,'testFrameworkVersion':_0x2d9112,'testFrameworkState':_0x409bde['toString']()[_0x57c7be(0x1d0)]('.')[0x1]},_0x44d8e3={};_0x44d8e3[_0x57c7be(0xf3)]=0x3,_0x44d8e3['maxArrayLength']=0x5,logger[_0x57c7be(0x17a)](_0x57c7be(0xaa)+_0x1bd227['NwmiE'](_0x5eea8b,0x1)+'/'+_0x46f80f+_0x57c7be(0xbc)+_0x21359f+',\x20logsInBatch:\x20'+_0x32fb45[_0x57c7be(0x1e9)]+',\x20platformIndex:\x20'+_0x4fd01f+_0x57c7be(0x1f1)+util[_0x57c7be(0x10e)](_0x2270a8,_0x44d8e3));const _0x328835=await GrpcClient[_0x57c7be(0x13e)]()[_0x57c7be(0xe5)](_0x2270a8);logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1bd227['NwmiE'](_0x5eea8b,0x1)+'/'+_0x46f80f+_0x57c7be(0xbc)+_0x21359f+_0x57c7be(0x205)+util[_0x57c7be(0x10e)](_0x328835));}_0x2bd944&&_0x1bd227[_0x57c7be(0xce)](_0x2bd944['length'],0x0)&&_0x2aa780[TestFrameworkConstants[_0x57c7be(0x1a9)]]&&_0x1f8cf8['addMultipleEntries']({[_0x21359f]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x57c7be(0x102)]]:this[_0x57c7be(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:this[_0x57c7be(0x193)]()[this[_0x57c7be(0x19d)]()[0x0]]||''}}),logger[_0x57c7be(0x17a)](_0x57c7be(0x232)+_0x21359f+_0x57c7be(0xbf)+_0x46f80f);}catch(_0x1272d8){logger[_0x57c7be(0xb1)](_0x57c7be(0x23d)+(_0x8924c4[_0x57c7be(0x1b7)]||_0x8924c4[_0x57c7be(0x1a4)])+_0x57c7be(0x1e3)+util[_0x57c7be(0x1c0)](_0x1272d8));}}[a92_0x491c39(0x1d8)](_0x33b4b4,_0x45d620,_0x35b174,_0x1e0bab,_0x4f3699){const _0x3093ce=a92_0x491c39,_0x2bc5e1={};_0x2bc5e1[_0x3093ce(0x1e7)]=function(_0x324126,_0x55e5a6){return _0x324126===_0x55e5a6;},_0x2bc5e1[_0x3093ce(0x1cd)]='beforeAll';const _0x146627=_0x2bc5e1,{hookData:_0x2b7bf7}=_0x4f3699,_0x554636={'testId':_0x45d620,'testFrameworkState':_0x35b174,'hookState':_0x1e0bab,'args':_0x4f3699,'timestamp':new Date()[_0x3093ce(0x1e4)]()};if(_0x146627[_0x3093ce(0x1e7)](_0x35b174,TestFrameworkState[_0x3093ce(0x1c1)])&&_0x2b7bf7){const _0x554fb9={};_0x554fb9[_0x3093ce(0x246)]=_0x2b7bf7['file_name']||_0x2b7bf7['location'],_0x554fb9[_0x3093ce(0x11e)]=_0x2b7bf7[_0x3093ce(0x11e)]||_0x2b7bf7['scopes']&&_0x2b7bf7[_0x3093ce(0xa9)][0x0]||'',_0x554fb9['hookType']=_0x146627['RBLUu'],_0x554636['hookMetadata']=_0x554fb9,logger[_0x3093ce(0x17a)](_0x3093ce(0x243)+_0x45d620+',\x20filePath:\x20'+_0x554636[_0x3093ce(0xf9)][_0x3093ce(0x246)]+_0x3093ce(0x23e)+_0x554636[_0x3093ce(0xf9)][_0x3093ce(0x11e)]);}_0x33b4b4[_0x3093ce(0x17b)](_0x45d620,_0x554636),logger[_0x3093ce(0x17a)](_0x3093ce(0x22d)+_0x45d620+_0x3093ce(0x18b)+_0x35b174+_0x3093ce(0x242)+_0x1e0bab);}async[a92_0x491c39(0xba)](_0x3fd10b,_0xc21442){const _0x456101=a92_0x491c39,_0x363778={};_0x363778[_0x456101(0x182)]=function(_0x2f8430,_0x4472a7){return _0x2f8430>_0x4472a7;},_0x363778[_0x456101(0x1bc)]=function(_0x4ef575,_0x5d692a){return _0x4ef575===_0x5d692a;},_0x363778[_0x456101(0x18c)]=function(_0x5bff3d,_0x149f33){return _0x5bff3d===_0x149f33;},_0x363778[_0x456101(0xee)]=function(_0x2e11e4,_0x409f84){return _0x2e11e4===_0x409f84;},_0x363778['xtntM']=function(_0x846d40,_0x122348){return _0x846d40>_0x122348;},_0x363778[_0x456101(0x1b8)]=function(_0x2aa2e3,_0x15faa9){return _0x2aa2e3===_0x15faa9;},_0x363778[_0x456101(0x15d)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x503012=_0x363778;if(_0x3fd10b[_0x456101(0x108)](_0xc21442)){const _0x4d424d=_0x3fd10b[_0x456101(0x11d)](_0xc21442);logger['debug'](_0x456101(0x220)+_0x4d424d['length']+_0x456101(0x11b)+_0xc21442);for(const _0x175b45 of _0x4d424d){try{const _0x2ebcb6=await this[_0x456101(0xc8)](_0x3fd10b,_0x175b45[_0x456101(0x1af)],_0x175b45[_0x456101(0x1d1)],_0x175b45[_0x456101(0x170)]);_0x2ebcb6&&_0x503012[_0x456101(0x182)](Object[_0x456101(0x215)](_0x2ebcb6)[_0x456101(0x1e9)],0x0)&&_0x3fd10b[_0x456101(0x224)](_0x2ebcb6),await this['runHooks'](_0x3fd10b,_0x175b45[_0x456101(0x1af)],_0x175b45['hookState'],_0x175b45[_0x456101(0x170)]);}catch(_0x1334f7){logger[_0x456101(0xb1)](_0x456101(0x162)+_0xc21442+',\x20error:\x20'+_0x1334f7);}}_0x3fd10b[_0x456101(0x1b4)](_0xc21442),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0xc21442);}const _0x595f51=_0x3fd10b['getAllData']()['get'](_0xc21442);if(_0x595f51){const _0x1ea29b=_0x595f51[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x595f51[TestFrameworkConstants[_0x456101(0x20e)]],_0x25c9ab=_0x595f51[TestFrameworkConstants[_0x456101(0x1f4)]]||_0x595f51[TestFrameworkConstants[_0x456101(0x1df)]]&&_0x595f51[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x456101(0x17a)](_0x456101(0x1e2)+_0x1ea29b+_0x456101(0x23e)+_0x25c9ab);const _0x17cf57=_0x3fd10b[_0x456101(0x1e8)]();for(const _0x532a51 of _0x17cf57){if(_0x503012['eajMJ'](_0x532a51,_0xc21442))continue;if(_0x3fd10b[_0x456101(0x108)](_0x532a51)){const _0x12b09e=_0x3fd10b[_0x456101(0x11d)](_0x532a51);for(const _0x2358e4 of _0x12b09e){if(_0x503012[_0x456101(0x1bc)](_0x2358e4['testFrameworkState'],TestFrameworkState[_0x456101(0x1c1)])&&_0x2358e4[_0x456101(0xf9)]){const _0x44e8fd=_0x2358e4['hookMetadata'][_0x456101(0x246)],_0x359474=_0x2358e4[_0x456101(0xf9)][_0x456101(0x11e)];if(_0x503012[_0x456101(0x18c)](_0x44e8fd,_0x1ea29b)&&_0x503012[_0x456101(0xee)](_0x359474,_0x25c9ab)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x532a51+_0x456101(0x1ec)+_0xc21442+_0x456101(0x188)+_0x44e8fd+',\x20scope:\x20'+_0x359474);_0x2358e4['args']&&_0x2358e4['args']['hookData']&&(_0x2358e4[_0x456101(0x170)][_0x456101(0x1e0)][_0x456101(0x235)]=_0xc21442,logger[_0x456101(0x17a)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x532a51+_0x456101(0xc2)+_0xc21442));try{const _0x46b275=await this[_0x456101(0xc8)](_0x3fd10b,_0x2358e4[_0x456101(0x1af)],_0x2358e4[_0x456101(0x1d1)],_0x2358e4[_0x456101(0x170)]);_0x46b275&&_0x503012['xtntM'](Object[_0x456101(0x215)](_0x46b275)[_0x456101(0x1e9)],0x0)&&_0x3fd10b[_0x456101(0x224)](_0x46b275);await this[_0x456101(0x11a)](_0x3fd10b,_0x2358e4['testFrameworkState'],_0x2358e4['hookState'],_0x2358e4[_0x456101(0x170)]);const _0x20ffe1=_0x3fd10b[_0x456101(0x11d)](_0x532a51)['filter'](_0x257aeb=>_0x257aeb!==_0x2358e4);if(_0x503012[_0x456101(0x1b8)](_0x20ffe1[_0x456101(0x1e9)],0x0))_0x3fd10b[_0x456101(0x1b4)](_0x532a51);else{_0x3fd10b[_0x456101(0x1b4)](_0x532a51);for(const _0x43ff54 of _0x20ffe1){_0x3fd10b[_0x456101(0x17b)](_0x532a51,_0x43ff54);}}logger[_0x456101(0x17a)](_0x503012[_0x456101(0x15d)]);}catch(_0x505d67){logger[_0x456101(0xb1)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0xc21442+_0x456101(0x1e3)+_0x505d67);}}}}}}}}[a92_0x491c39(0x1c9)](_0x11afce){const _0x2787bb=a92_0x491c39,_0x596ad6={'Lgrdx':function(_0x186dcb){return _0x186dcb();}};if(!_0x11afce||!_0x11afce[_0x2787bb(0x153)])return;_0x11afce['parent'][_0x2787bb(0xb8)]&&Array['isArray'](_0x11afce[_0x2787bb(0x153)][_0x2787bb(0xb8)])&&_0x11afce[_0x2787bb(0x153)][_0x2787bb(0xb8)][_0x2787bb(0x120)](_0x5976cf=>{const _0x75d646=_0x2787bb;!_0x5976cf['hookAnalyticsId']&&!_0x5976cf[_0x75d646(0x14e)]&&(_0x5976cf[_0x75d646(0xd3)]=_0x596ad6[_0x75d646(0x142)](uuidv4),_0x5976cf[_0x75d646(0x14e)]=_0x5976cf[_0x75d646(0xd3)],logger[_0x75d646(0x17a)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5976cf[_0x75d646(0x236)]+_0x75d646(0x1c8)+_0x5976cf[_0x75d646(0xd3)]));}),this[_0x2787bb(0x1c9)](_0x11afce[_0x2787bb(0x153)]);}[a92_0x491c39(0x21b)](_0x2cc62a){const _0x3c5c9d=a92_0x491c39,_0xfb0c6b={'tlQWR':function(_0x442cf6,_0x541512){return _0x442cf6(_0x541512);}};if(!_0x2cc62a||!_0x2cc62a[_0x3c5c9d(0x153)])return[];const _0xf4bc7e=[];return _0x2cc62a[_0x3c5c9d(0x153)]['hooks']&&Array[_0x3c5c9d(0x1a7)](_0x2cc62a[_0x3c5c9d(0x153)]['hooks'])&&_0x2cc62a[_0x3c5c9d(0x153)][_0x3c5c9d(0xb8)]['forEach'](_0x448d99=>{const _0x1075d1=_0x3c5c9d,_0x7f14ef=_0x448d99['hookAnalyticsId']||_0x448d99[_0x1075d1(0x14e)];_0x7f14ef&&!this[_0x1075d1(0xd9)](_0x448d99)&&!_0xfb0c6b[_0x1075d1(0x10d)](isInternalHook,_0x448d99['fn'])&&_0xf4bc7e[_0x1075d1(0x187)](_0x7f14ef);}),[..._0xf4bc7e,...this[_0x3c5c9d(0x21b)](_0x2cc62a[_0x3c5c9d(0x153)])];}[a92_0x491c39(0x126)](_0xbccbd9){const _0x100126=a92_0x491c39,_0x3c7dcd={'ebJCy':function(_0x2a28d4,_0x54fcfc){return _0x2a28d4(_0x54fcfc);},'EjupZ':_0x100126(0xca),'CVhah':function(_0x4b03da,_0x5d366e){return _0x4b03da(_0x5d366e);}},_0x49c808=new Map(),_0x3ddf30=_0x413907=>{const _0x29e07=_0x100126;if(!_0x413907||!_0x413907[_0x29e07(0x153)])return;_0x413907['parent']['hooks']&&Array[_0x29e07(0x1a7)](_0x413907[_0x29e07(0x153)][_0x29e07(0xb8)])&&_0x413907[_0x29e07(0x153)][_0x29e07(0xb8)][_0x29e07(0x120)](_0x4b8d34=>{const _0x5ef1b0=_0x29e07,_0x5f1ecc=_0x4b8d34[_0x5ef1b0(0xd3)]||_0x4b8d34[_0x5ef1b0(0x14e)];if(_0x5f1ecc&&!this[_0x5ef1b0(0xd9)](_0x4b8d34)&&!_0x3c7dcd['ebJCy'](isInternalHook,_0x4b8d34['fn'])){const _0x501b69={};_0x501b69[_0x5ef1b0(0x236)]=_0x4b8d34['type']||_0x3c7dcd[_0x5ef1b0(0x1b2)],_0x501b69[_0x5ef1b0(0x1ea)]=_0x4b8d34['name']||'\x22'+_0x4b8d34[_0x5ef1b0(0x236)]+_0x5ef1b0(0xa5),_0x49c808[_0x5ef1b0(0x1d5)](_0x5f1ecc,_0x501b69);}}),_0x3c7dcd[_0x29e07(0xed)](_0x3ddf30,_0x413907['parent']);};return _0x3c7dcd[_0x100126(0x160)](_0x3ddf30,_0xbccbd9),_0x49c808;}[a92_0x491c39(0xd9)](_0x533991){const _0x37386e=a92_0x491c39,_0x539b82={};_0x539b82[_0x37386e(0x1f5)]=_0x37386e(0x184),_0x539b82[_0x37386e(0x125)]=_0x37386e(0x17d);const _0xbc1819=_0x539b82;try{const _0x41c217=this['getRootParentFile'](_0x533991);if(!_0x41c217||_0x41c217['includes'](_0xbc1819['cVsEC']))return!![];return![];}catch(_0x25b707){logger[_0x37386e(0x17a)](_0xbc1819[_0x37386e(0x125)]);}return![];}[a92_0x491c39(0x150)](_0x5afa6b){const _0x6f5d4f=a92_0x491c39,_0x196b13={'qEYmb':function(_0x1d71c1,_0xcf5fe5){return _0x1d71c1(_0xcf5fe5);}};if(_0x5afa6b[_0x6f5d4f(0xc7)])return _0x5afa6b[_0x6f5d4f(0xc7)];if(_0x5afa6b[_0x6f5d4f(0x186)])try{const _0x562942=stackTrace[_0x6f5d4f(0xbb)](_0x5afa6b[_0x6f5d4f(0x186)]),_0xb44557=_0x196b13[_0x6f5d4f(0x105)](pickUserFrameFile,_0x562942);if(_0xb44557)return _0xb44557;logger[_0x6f5d4f(0x17a)](_0x6f5d4f(0x226)+_0x562942['length']+')');}catch(_0xe9d440){logger[_0x6f5d4f(0x17a)](_0x6f5d4f(0xde)+util['format'](_0xe9d440));}return null;}}module[a92_0x491c39(0xf6)]=JestTestFramework;
|
|
1
|
+
const a96_0x3c1396=a96_0x1d5f;(function(_0x19019a,_0x121d27){const _0x5629ff=a96_0x1d5f,_0x39a4bf=_0x19019a();while(!![]){try{const _0x4c1a92=-parseInt(_0x5629ff(0x1db))/0x1*(parseInt(_0x5629ff(0x1ed))/0x2)+-parseInt(_0x5629ff(0x218))/0x3+parseInt(_0x5629ff(0x268))/0x4+-parseInt(_0x5629ff(0x1a5))/0x5+parseInt(_0x5629ff(0x1e3))/0x6+parseInt(_0x5629ff(0x22f))/0x7*(-parseInt(_0x5629ff(0x165))/0x8)+parseInt(_0x5629ff(0x15e))/0x9;if(_0x4c1a92===_0x121d27)break;else _0x39a4bf['push'](_0x39a4bf['shift']());}catch(_0x2ad58f){_0x39a4bf['push'](_0x39a4bf['shift']());}}}(a96_0x4560,0xd6a47));const TestFramework=require(a96_0x3c1396(0x17a)),TestFrameworkState=require(a96_0x3c1396(0x2a8)),HookState=require(a96_0x3c1396(0x23b)),{createClassLogger}=require(a96_0x3c1396(0x2ab)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x3c1396(0x253)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x3c1396(0x15a)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x3c1396(0x25b)),{isInternalHook}=require(a96_0x3c1396(0x295)),logger=createClassLogger(a96_0x3c1396(0x149)),{v4:uuidv4}=require(a96_0x3c1396(0x19e)),util=require(a96_0x3c1396(0x19f)),TestInfo=require(a96_0x3c1396(0x1c7)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x3c1396(0x1b1)),{pickUserFrameFile}=require(a96_0x3c1396(0x10c));class JestTestFramework extends TestFramework{constructor(_0x12cd35,_0x57aa91,_0x2293b2){const _0xbf5e0f=a96_0x3c1396;super(_0x12cd35,_0x57aa91,_0x2293b2),this[_0xbf5e0f(0x1f7)]=new Map();}[a96_0x3c1396(0x20f)](_0x15bed9,_0x48b10a,_0x4c8a03){const _0x286a4f=a96_0x3c1396,_0x39d9ae={};_0x39d9ae[_0x286a4f(0x27a)]=function(_0x2efb90,_0x1574c9){return _0x2efb90||_0x1574c9;};const _0x26860e=_0x39d9ae;if(_0x26860e['irjhx'](!_0x15bed9,!_0x48b10a)){logger[_0x286a4f(0x1f4)](_0x286a4f(0x141)+_0x15bed9+',\x20hookUUID='+_0x48b10a);return;}!this[_0x286a4f(0x1f7)][_0x286a4f(0x1e2)](_0x15bed9)&&this[_0x286a4f(0x1f7)][_0x286a4f(0x16f)](_0x15bed9,[]);const _0x1c8368={'hookUUID':_0x48b10a,'hookType':_0x4c8a03,'startedAt':new Date()[_0x286a4f(0x161)]()};this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['push'](_0x1c8368),logger[_0x286a4f(0x262)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x15bed9+_0x286a4f(0x1fc)+_0x48b10a+_0x286a4f(0x11d)+_0x4c8a03+',\x20totalHooks='+this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['length']);}[a96_0x3c1396(0x1b2)](_0x294086,_0x46ab5b){const _0x14d9b7=a96_0x3c1396,_0x404640={};_0x404640['WytRB']=function(_0x3d83c7,_0x5e1155){return _0x3d83c7||_0x5e1155;},_0x404640['KYpJv']=function(_0x112006,_0x51bd7b){return _0x112006!==_0x51bd7b;},_0x404640[_0x14d9b7(0x25d)]=function(_0x5a710a,_0xb6425f){return _0x5a710a===_0xb6425f;};const _0x1f49d0=_0x404640;if(_0x1f49d0[_0x14d9b7(0x131)](!_0x294086,!_0x46ab5b)){logger['warn'](_0x14d9b7(0x27e)+_0x294086+',\x20hookUUID='+_0x46ab5b);return;}if(this[_0x14d9b7(0x1f7)]['has'](_0x294086)){const _0x348602=this[_0x14d9b7(0x1f7)][_0x14d9b7(0x1d0)](_0x294086),_0x5e3f8b=_0x348602['findIndex'](_0x255b15=>_0x255b15[_0x14d9b7(0x13e)]===_0x46ab5b);_0x1f49d0[_0x14d9b7(0x18c)](_0x5e3f8b,-0x1)?(_0x348602['splice'](_0x5e3f8b,0x1),logger[_0x14d9b7(0x262)](_0x14d9b7(0x259)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b+',\x20remainingHooks='+_0x348602[_0x14d9b7(0x206)]),_0x1f49d0[_0x14d9b7(0x25d)](_0x348602['length'],0x0)&&this[_0x14d9b7(0x1f7)][_0x14d9b7(0x114)](_0x294086)):logger[_0x14d9b7(0x262)](_0x14d9b7(0x258)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b);}}['getActiveHook'](_0x366320){const _0x14ecdc=a96_0x3c1396,_0x59405a={};_0x59405a[_0x14ecdc(0x21d)]=function(_0x5e9826,_0x37bdf2){return _0x5e9826>_0x37bdf2;},_0x59405a[_0x14ecdc(0x1cb)]=function(_0x258034,_0x1ec67e){return _0x258034-_0x1ec67e;};const _0x1e3b50=_0x59405a;if(!_0x366320)return null;if(this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1e2)](_0x366320)){const _0x35adf1=this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1d0)](_0x366320);if(_0x1e3b50['wkcyT'](_0x35adf1[_0x14ecdc(0x206)],0x0)){const _0xf6b9e3=_0x35adf1[_0x1e3b50[_0x14ecdc(0x1cb)](_0x35adf1[_0x14ecdc(0x206)],0x1)];return logger[_0x14ecdc(0x262)](_0x14ecdc(0x180)+_0x366320+_0x14ecdc(0x1fc)+_0xf6b9e3[_0x14ecdc(0x13e)]+_0x14ecdc(0x11d)+_0xf6b9e3[_0x14ecdc(0x28e)]),_0xf6b9e3;}}return null;}async[a96_0x3c1396(0x236)](_0x29f49b,_0x307ac1,_0x532b79={}){const _0x36e56f=a96_0x3c1396,_0x1401cd={};_0x1401cd[_0x36e56f(0x1e9)]=_0x36e56f(0x1d2),_0x1401cd[_0x36e56f(0x1bf)]=function(_0x517ea5,_0x358c7f){return _0x517ea5===_0x358c7f;},_0x1401cd[_0x36e56f(0x280)]=function(_0x5ec65c,_0x4fb96a){return _0x5ec65c===_0x4fb96a;},_0x1401cd[_0x36e56f(0x26d)]=function(_0x4cafb8,_0x13d1ed){return _0x4cafb8||_0x13d1ed;},_0x1401cd[_0x36e56f(0x1e5)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x4a5e0f=_0x1401cd;logger[_0x36e56f(0x262)](_0x36e56f(0x203)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1+_0x36e56f(0x222)+Object[_0x36e56f(0x283)](_0x532b79)[_0x36e56f(0x29e)](',')),await super[_0x36e56f(0x236)](_0x29f49b,_0x307ac1,_0x532b79);const _0x588f6f=this[_0x36e56f(0x238)](_0x29f49b,_0x307ac1,_0x532b79);if(!_0x588f6f){logger[_0x36e56f(0x262)](_0x4a5e0f['gUAGS']);return;}try{let _0x59af29,_0x10800a,_0x3e435c;switch(_0x29f49b){case TestFrameworkState[_0x36e56f(0x1cd)]:_0x59af29=_0x532b79['test'];const _0x24e8a4={};_0x24e8a4[_0x36e56f(0x1c6)]=0x2,_0x24e8a4[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x198)+_0x307ac1+_0x36e56f(0x127)+util[_0x36e56f(0x153)](_0x59af29,_0x24e8a4)),_0x3e435c=this['getJestTestIdentifier'](_0x59af29),_0x10800a=null,logger[_0x36e56f(0x262)](_0x36e56f(0x1ca)+_0x3e435c+_0x36e56f(0x22a));if(_0x4a5e0f[_0x36e56f(0x1bf)](_0x307ac1,HookState[_0x36e56f(0x254)])){logger[_0x36e56f(0x262)](_0x36e56f(0x27f)+_0x3e435c);const _0x3a835e={};_0x3a835e[_0x36e56f(0x138)]=_0x10800a,_0x3a835e[_0x36e56f(0x293)]=_0x59af29,_0x3a835e[_0x36e56f(0x20d)]=_0x3e435c;const _0x203842=this[_0x36e56f(0x2a0)](_0x3a835e),_0x2155dd={};_0x2155dd[_0x36e56f(0x1c6)]=0x2,_0x2155dd[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x197)+util['inspect'](_0x203842,_0x2155dd)),_0x588f6f[_0x36e56f(0x113)](_0x203842),logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}else{if(_0x4a5e0f[_0x36e56f(0x280)](_0x307ac1,HookState[_0x36e56f(0x164)])){logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x3e435c);const _0x50bc14=_0x588f6f[_0x36e56f(0x1ee)]()['get'](_0x3e435c);logger['debug'](_0x36e56f(0x272)+util[_0x36e56f(0x153)](Object[_0x36e56f(0x283)](_0x4a5e0f['jXEsE'](_0x50bc14,{}))));_0x50bc14&&_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x36e56f(0x262)](_0x36e56f(0x22d)+Object[_0x36e56f(0x283)](_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x36e56f(0x117)):logger[_0x36e56f(0x262)](_0x4a5e0f['Tomnm']);const _0x2c40e8=_0x532b79[_0x36e56f(0x1cc)]||null,_0xd29875={};_0xd29875[_0x36e56f(0x138)]=_0x10800a,_0xd29875[_0x36e56f(0x293)]=_0x59af29,_0xd29875[_0x36e56f(0x20d)]=_0x3e435c,_0xd29875[_0x36e56f(0x1cc)]=_0x2c40e8;const _0x507131=this[_0x36e56f(0x298)](_0xd29875),_0xc9d858={};_0xc9d858['depth']=0x2,_0xc9d858[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x23f)+util['inspect'](_0x507131,_0xc9d858)),_0x588f6f['addMultipleEntries'](_0x507131),logger[_0x36e56f(0x262)](_0x36e56f(0x265)+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x4a5e0f['haYRK'](_0x307ac1,HookState[_0x36e56f(0x164)])){const _0x1fc24c={};_0x1fc24c[_0x36e56f(0x1c6)]=0x2,logger[_0x36e56f(0x262)](_0x36e56f(0x13a)+util[_0x36e56f(0x153)](_0x532b79,_0x1fc24c)),await this[_0x36e56f(0x241)](_0x588f6f,_0x29f49b,_0x532b79);}break;default:if(CLIUtils['matchHookRegex'](_0x29f49b[_0x36e56f(0x215)]()[_0x36e56f(0x1af)]('.')[0x1])){const _0x156c7d={};_0x156c7d[_0x36e56f(0x1c6)]=0x2,_0x156c7d[_0x36e56f(0x25f)]=0x3,logger['debug'](_0x36e56f(0x195)+_0x29f49b+',\x20hookState='+_0x307ac1+_0x36e56f(0x109)+util[_0x36e56f(0x153)](_0x532b79[_0x36e56f(0x1ec)],_0x156c7d));const _0x237b01=await this[_0x36e56f(0x24b)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79),_0x342aa9={};_0x342aa9[_0x36e56f(0x1c6)]=0x2,_0x342aa9[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x297)+util['inspect'](_0x237b01,_0x342aa9)),_0x588f6f['addMultipleEntries'](_0x237b01);}else logger[_0x36e56f(0x262)](_0x36e56f(0x1a7)+_0x29f49b+_0x36e56f(0x1e8)+_0x307ac1);break;}logger[_0x36e56f(0x262)](_0x36e56f(0x1ac)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1);}catch(_0x39d682){logger[_0x36e56f(0x1cf)](_0x36e56f(0x17f)+_0x29f49b+',\x20hookState='+_0x307ac1+',\x20exception='+util[_0x36e56f(0x158)](_0x39d682));}_0x532b79[_0x36e56f(0x175)]=_0x588f6f,await this[_0x36e56f(0x17c)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79);}[a96_0x3c1396(0x292)](_0x26ab2a){const _0x365d46=a96_0x3c1396,_0x3e62a9={};_0x3e62a9[_0x365d46(0x1a1)]=_0x365d46(0x1ab);const _0x618a2=_0x3e62a9;if(_0x26ab2a&&(_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)])){const _0x465707=_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)];return logger[_0x365d46(0x262)](_0x365d46(0x22e)+_0x465707+'\x22\x20from\x20testData'),_0x465707;}return logger[_0x365d46(0x262)](_0x618a2[_0x365d46(0x1a1)]),process[_0x365d46(0x14b)]+_0x365d46(0x22c);}['resolveInstance'](_0x413fc9,_0x22e40b,_0xcfa615={}){const _0x91518e=a96_0x3c1396;let _0x21da69=null;return _0x21da69=TestFramework[_0x91518e(0x1dd)](),!_0x21da69?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x413fc9),this[_0x91518e(0x23a)](_0x413fc9,_0xcfa615),_0x21da69=TestFramework[_0x91518e(0x1dd)](),logger[_0x91518e(0x262)](_0x91518e(0x133)+!!_0x21da69+_0x91518e(0x14e)+_0x21da69?.[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]())):logger[_0x91518e(0x262)](_0x91518e(0x1df)+_0x21da69[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]()),_0x21da69;}['trackJestInstance'](_0x5a0f74,_0xe80752){const _0xfd95f4=a96_0x3c1396,_0x2169c8={};_0x2169c8[_0xfd95f4(0x247)]=_0xfd95f4(0x289);const _0x5145b0=_0x2169c8;if(TestFramework[_0xfd95f4(0x1dd)]()){logger['debug'](_0x5145b0['UlJBR']);return;}const _0x1e2b26=CLIUtils[_0xfd95f4(0x27d)](),_0x1940a4=TrackedInstance[_0xfd95f4(0x146)](_0x1e2b26);let _0x198eb3=null;logger[_0xfd95f4(0x262)](_0xfd95f4(0x1b5)+_0x1e2b26+_0xfd95f4(0x201)+_0x5a0f74),_0x198eb3=new TestFrameworkInstance(_0x1940a4,this[_0xfd95f4(0x19d)](),this[_0xfd95f4(0x21b)](),_0x5a0f74,HookState[_0xfd95f4(0x1b9)]),TestFramework[_0xfd95f4(0x29c)](_0x1940a4,_0x198eb3),logger[_0xfd95f4(0x262)](_0xfd95f4(0x10e)+_0x1940a4[_0xfd95f4(0x16c)]()+_0xfd95f4(0x266)+_0x1e2b26+_0xfd95f4(0x129)+this[_0xfd95f4(0x19d)]()[0x0]+_0xfd95f4(0x22b)+this[_0xfd95f4(0x21b)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x3c1396(0x2a0)](_0x39578b){const _0x112d4e=a96_0x3c1396,_0xeb456d={};_0xeb456d['yMFSq']=function(_0x3a26e4,_0x36e790){return _0x3a26e4||_0x36e790;},_0xeb456d['bFfJu']=_0x112d4e(0x147);const _0x163574=_0xeb456d,{testUUID:_0x193234,testData:_0x2bf8be,testId:_0x2d2ca1}=_0x39578b;if(_0x163574[_0x112d4e(0x287)](!_0x2bf8be,!_0x2d2ca1))return logger[_0x112d4e(0x262)](_0x163574[_0x112d4e(0x255)]),{};const _0x40fcf2=this[_0x112d4e(0x19d)]()[0x0],_0x187696=this['getTestFrameworksVersions'](),_0x577b1f={};_0x577b1f[_0x112d4e(0x1c6)]=0x2,_0x577b1f[_0x112d4e(0x25f)]=0x3,logger[_0x112d4e(0x262)](_0x112d4e(0x29d)+util[_0x112d4e(0x153)](_0x2bf8be,_0x577b1f));const _0x596f12=_0x2bf8be?.[_0x112d4e(0x21f)]||[],_0x3b336d=this[_0x112d4e(0x184)](_0x2bf8be),_0x5e5d55=this[_0x112d4e(0x27c)](_0x2bf8be),_0x5d8b72=_0x2bf8be['fn']?_0x2bf8be['fn'][_0x112d4e(0x215)]():_0x2bf8be?.[_0x112d4e(0x11c)]?_0x2bf8be['body'][_0x112d4e(0x16d)]['toString']():null,_0x1cce87=this['getJestTestTags'](_0x2bf8be),_0x4a3c9f={[TestFrameworkConstants[_0x112d4e(0x246)]]:_0x40fcf2,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x187696[_0x40fcf2],[TestFrameworkConstants[_0x112d4e(0x225)]]:[],[TestFrameworkConstants[_0x112d4e(0x227)]]:{},[TestFrameworkConstants[_0x112d4e(0x20e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x112d4e(0x116)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x3b336d,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x233)]]:_0x2d2ca1,[TestFrameworkConstants[_0x112d4e(0x288)]]:_0x3b336d,[TestFrameworkConstants[_0x112d4e(0x26c)]]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x1b0)]]:_0x5d8b72,[TestFrameworkConstants[_0x112d4e(0x230)]]:_0x1cce87,[TestFrameworkConstants[_0x112d4e(0x2b1)]]:_0x2bf8be[_0x112d4e(0x219)]||new Date()[_0x112d4e(0x161)](),[TestFrameworkConstants[_0x112d4e(0x2a7)]]:_0x596f12[0x0]||'',[TestFrameworkConstants[_0x112d4e(0x26f)]]:_0x596f12,[TestFrameworkConstants[_0x112d4e(0x1b3)]]:_0x3b336d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x112d4e(0x1fb)]]:{}};_0x2bf8be['retryOf']&&(_0x4a3c9f[TestFrameworkConstants[_0x112d4e(0x226)]]=_0x2bf8be[_0x112d4e(0x166)]);logger['debug'](_0x112d4e(0x294)+_0x3b336d+_0x112d4e(0x291)+_0x2d2ca1+'\x20(testIdentifier),\x20tags='+JSON[_0x112d4e(0x10a)](_0x1cce87)+',\x20scopes='+util[_0x112d4e(0x153)](_0x596f12)+_0x112d4e(0x1d9)+_0x5e5d55);const _0x283a20={};return _0x283a20[_0x2d2ca1]=_0x4a3c9f,_0x283a20;}['parseJestTestResult'](_0x58cc0f){const _0x2e34bf=a96_0x3c1396,_0x5bae3a={'CevOD':function(_0x486e0c,_0x57fbe6){return _0x486e0c===_0x57fbe6;},'oYnKt':_0x2e34bf(0x1bc),'TBtLz':function(_0x2fbd5e,_0x23d6fb){return _0x2fbd5e===_0x23d6fb;},'yvHRv':_0x2e34bf(0x167),'lLhfW':_0x2e34bf(0x29b),'OzUny':'_ALL','TRtpq':function(_0x2b4a6d,_0x3be7f4){return _0x2b4a6d||_0x3be7f4;},'UshxO':_0x2e34bf(0x124),'tniyj':'unknown','FfInd':function(_0x2f2fbd,_0x372566){return _0x2f2fbd>_0x372566;},'OkcEu':_0x2e34bf(0x242),'GgVAP':function(_0x48fec3,_0xf140f){return _0x48fec3===_0xf140f;},'siNTt':_0x2e34bf(0x1a3),'PqXOp':function(_0x4da4c0,_0x11a1b3){return _0x4da4c0===_0x11a1b3;},'CHuiS':_0x2e34bf(0x17b),'nUerR':_0x2e34bf(0x188),'OGdPk':function(_0x45fafc,_0x35351d){return _0x45fafc===_0x35351d;},'DTevt':function(_0x2c32d7,_0x40033f){return _0x2c32d7!==_0x40033f;},'smySn':function(_0x4f58e3,_0x6790e6,_0x141bcd,_0x66f94b){return _0x4f58e3(_0x6790e6,_0x141bcd,_0x66f94b);},'LkvWl':function(_0x438f4b,_0x157a92){return _0x438f4b>_0x157a92;},'bFTsQ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','qBzvx':function(_0x3f1be5,_0x21c3ba){return _0x3f1be5>_0x21c3ba;},'EbztT':function(_0x16ed5c,_0x197c46){return _0x16ed5c===_0x197c46;}},{testUUID:_0x43e2bd,testData:_0x34bdcf,testId:_0x447021}=_0x58cc0f;if(_0x5bae3a[_0x2e34bf(0x214)](!_0x34bdcf,!_0x447021))return logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x1d8)]),{};const _0x10564c=this[_0x2e34bf(0x238)](TestFrameworkState[_0x2e34bf(0x1cd)],HookState[_0x2e34bf(0x164)]),_0x8846a4=_0x10564c['getAllData']()[_0x2e34bf(0x1d0)](_0x447021),_0x47d972=_0x5bae3a[_0x2e34bf(0x214)](_0x8846a4,{}),_0xc1017e=_0x47d972?_0x47d972[TestFrameworkConstants[_0x2e34bf(0x122)]]||{}:{},_0x3a2918=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x155)]];logger[_0x2e34bf(0x262)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3a2918?Object['keys'](_0x3a2918)[_0x2e34bf(0x206)]:0x0)+_0x2e34bf(0x1c0));let _0x5f1ac5=_0x5bae3a[_0x2e34bf(0x189)];if(_0x34bdcf[_0x2e34bf(0x12c)])_0x5f1ac5=_0x34bdcf[_0x2e34bf(0x12c)];else{if(_0x34bdcf[_0x2e34bf(0x14c)]&&_0x5bae3a[_0x2e34bf(0x143)](_0x34bdcf[_0x2e34bf(0x14c)][_0x2e34bf(0x206)],0x0))_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x182)];else _0x5bae3a['GgVAP'](_0x34bdcf['status'],_0x5bae3a[_0x2e34bf(0x191)])||_0x5bae3a[_0x2e34bf(0x1fd)](_0x34bdcf[_0x2e34bf(0x185)],_0x5bae3a[_0x2e34bf(0x13b)])?_0x5f1ac5=_0x5bae3a['CHuiS']:_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x193)];}const _0x49b7c0={..._0x47d972,[TestFrameworkConstants[_0x2e34bf(0x194)]]:_0x5f1ac5,[TestFrameworkConstants[_0x2e34bf(0x231)]]:_0x34bdcf['finished_at']||new Date()[_0x2e34bf(0x161)](),[TestFrameworkConstants[_0x2e34bf(0x275)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x2e34bf(0x122)]]:_0xc1017e,[TestFrameworkConstants[_0x2e34bf(0x211)]]:_0x47d972[TestFrameworkConstants[_0x2e34bf(0x211)]]||[],[TestFrameworkConstants[_0x2e34bf(0x1fb)]]:{}};if(_0x5bae3a[_0x2e34bf(0x285)](_0x5f1ac5,_0x5bae3a[_0x2e34bf(0x182)])&&_0x34bdcf[_0x2e34bf(0x14c)]){const _0xf9826e=this[_0x2e34bf(0x28d)](_0x34bdcf),_0x12b1a0=this[_0x2e34bf(0x243)](_0x34bdcf),_0xe88359=this['getJestFailureData'](_0x34bdcf);_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]=_0x12b1a0,_0x49b7c0[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xf9826e,_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x299)]]=_0xe88359;}_0x5bae3a[_0x2e34bf(0x244)](_0x34bdcf[_0x2e34bf(0x177)],undefined)&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x10f)]]=_0x34bdcf[_0x2e34bf(0x177)]);_0x34bdcf[_0x2e34bf(0x166)]&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x226)]]=_0x34bdcf['retryOf']);const _0x8ebb55=_0x8846a4?_0x8846a4[TestFrameworkConstants[_0x2e34bf(0x155)]]||{}:{},_0x286d37=_0x8846a4?_0x8846a4[TestFrameworkConstants['KEY_TEST_UUID']]:_0x43e2bd,_0x2f5a85=_0x5bae3a[_0x2e34bf(0x11f)](getManualUploadLogs,_0x8ebb55,_0x286d37,_0x447021);if(_0x5bae3a['LkvWl'](_0x2f5a85[_0x2e34bf(0x206)],0x0)){const _0x3a0258=_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]||[];_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]=[..._0x3a0258,..._0x2f5a85];}const _0x3e1acf=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x227)]]||{},_0x6eb3bb=_0x47d972[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x5660de={..._0x3e1acf},_0x1e105d=_0x5660de;Object[_0x2e34bf(0x283)](_0x6eb3bb)[_0x2e34bf(0x2a5)](_0xccb2eb=>{const _0x449b8c=_0x2e34bf;!_0x1e105d[_0xccb2eb]&&(_0x1e105d[_0xccb2eb]=[]);const _0x126e9a=new Set((_0x1e105d[_0xccb2eb]||[])[_0x449b8c(0x10d)](_0x41db7a=>_0x41db7a[TestFrameworkConstants[_0x449b8c(0x18d)]]||_0x41db7a[_0x449b8c(0x216)]));(_0x6eb3bb[_0xccb2eb]||[])[_0x449b8c(0x2a5)](_0x52242b=>{const _0x30cb36=_0x449b8c,_0x3a1f12=_0x52242b[TestFrameworkConstants[_0x30cb36(0x18d)]]||_0x52242b['hook_id'];if(!_0x126e9a['has'](_0x3a1f12)){const _0x4d8c7a={..._0x52242b},_0x45be60=_0x4d8c7a;!_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]&&!_0x45be60[_0x30cb36(0x28b)]&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]=new Date()[_0x30cb36(0x161)]()),!_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]&&!_0x45be60['hook_result']&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]=TestFrameworkConstants[_0x30cb36(0x24e)]),_0x1e105d[_0xccb2eb][_0x30cb36(0x1eb)](_0x45be60);}});});if(_0x58cc0f['originalTest']){this[_0x2e34bf(0x220)](_0x58cc0f[_0x2e34bf(0x1cc)]);const _0x236268=this[_0x2e34bf(0x1ef)](_0x58cc0f[_0x2e34bf(0x1cc)]),_0x5c811f=this[_0x2e34bf(0x200)](_0x58cc0f[_0x2e34bf(0x1cc)]);_0x5c811f[_0x2e34bf(0x2a5)](_0x27ef29=>{const _0x567427=_0x2e34bf,_0xc65d29=_0x236268[_0x567427(0x1d0)](_0x27ef29);if(_0xc65d29&&(_0x5bae3a[_0x567427(0x1e1)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x162)])||_0x5bae3a[_0x567427(0x263)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x1f6)]))){const _0x11764a=_0xc65d29[_0x567427(0x24c)][_0x567427(0x192)]()[_0x567427(0x14d)](_0x5bae3a[_0x567427(0x128)],_0x5bae3a[_0x567427(0x250)]),_0x1d47ef=_0x11764a;!_0x1e105d[_0x1d47ef]&&(_0x1e105d[_0x1d47ef]=[]);const _0x15ab3b=_0x1e105d[_0x1d47ef][_0x567427(0x1e7)](_0x394f04=>(_0x394f04[TestFrameworkConstants[_0x567427(0x18d)]]||_0x394f04['hook_id'])===_0x27ef29);!_0x15ab3b&&_0x1e105d[_0x1d47ef][_0x567427(0x1eb)]({'key':_0x1d47ef,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x27ef29,[TestFrameworkConstants[_0x567427(0x223)]]:TestFrameworkConstants[_0x567427(0x24e)],[TestFrameworkConstants[_0x567427(0x16e)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x217)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x156)]]:[],[TestFrameworkConstants[_0x567427(0x13c)]]:_0xc65d29[_0x567427(0x1de)]||_0xc65d29[_0x567427(0x24c)]+_0x567427(0x24a),[TestFrameworkConstants[_0x567427(0x122)]]:_0xc1017e});}});}if(_0x34bdcf[_0x2e34bf(0x2ad)]&&_0x5bae3a['FfInd'](_0x34bdcf[_0x2e34bf(0x2ad)][_0x2e34bf(0x206)],0x0))_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x227)]]=_0x34bdcf[_0x2e34bf(0x2ad)],logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x150)]);else _0x5bae3a[_0x2e34bf(0x134)](Object[_0x2e34bf(0x283)](_0x1e105d)[_0x2e34bf(0x206)],0x0)&&(_0x49b7c0[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1e105d,logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f0)+Object[_0x2e34bf(0x283)](_0x1e105d)['join'](',')));const _0x273dd6=this[_0x2e34bf(0x184)](_0x34bdcf);logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f2)+_0x273dd6+_0x2e34bf(0x291)+_0x447021+_0x2e34bf(0x2a2)+_0x5f1ac5+_0x2e34bf(0x142)+_0x34bdcf[_0x2e34bf(0x177)]);_0x5bae3a[_0x2e34bf(0x15d)](_0x5f1ac5,_0x5bae3a['OkcEu'])&&logger[_0x2e34bf(0x262)](_0x2e34bf(0x221)+_0x447021+_0x2e34bf(0x179)+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]+',\x20failureReason='+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x1ad)]]?.['substring'](0x0,0xc8));const _0x51334b={};return _0x51334b[_0x447021]=_0x49b7c0,_0x51334b;}[a96_0x3c1396(0x2b0)](_0x38dc2f){const _0x7baf75=a96_0x3c1396,_0x114fcb={};_0x114fcb['YdpKH']=function(_0xd06e22,_0x4b069f){return _0xd06e22!==_0x4b069f;},_0x114fcb[_0x7baf75(0x1a2)]='ROOT_DESCRIBE_BLOCK';const _0x3fb1b8=_0x114fcb,_0x3053df={};_0x3053df[_0x7baf75(0x1c6)]=0x2,_0x3053df['maxArrayLength']=0x3,logger[_0x7baf75(0x262)](_0x7baf75(0x282)+util[_0x7baf75(0x153)](_0x38dc2f,_0x3053df));const _0x28bb8c=[];if(_0x38dc2f&&_0x38dc2f['parent']){let _0x8ef7c4=_0x38dc2f['parent'];while(_0x8ef7c4&&_0x8ef7c4['name']&&_0x3fb1b8[_0x7baf75(0x1b8)](_0x8ef7c4['name'],'')&&_0x3fb1b8['YdpKH'](_0x8ef7c4[_0x7baf75(0x1de)],_0x3fb1b8['EHDIf'])){_0x28bb8c[_0x7baf75(0x1eb)](_0x8ef7c4[_0x7baf75(0x1de)]),_0x8ef7c4=_0x8ef7c4[_0x7baf75(0x252)];}}return _0x28bb8c[_0x7baf75(0x232)]();}[a96_0x3c1396(0x184)](_0x1f1023){const _0x1ff47d=a96_0x3c1396,_0x5ed4b4={};_0x5ed4b4[_0x1ff47d(0x168)]=_0x1ff47d(0x126);const _0x369e56=_0x5ed4b4;if(_0x1f1023[_0x1ff47d(0x1de)])return _0x1f1023[_0x1ff47d(0x1de)];if(_0x1f1023[_0x1ff47d(0x267)])return _0x1f1023[_0x1ff47d(0x267)];return _0x369e56[_0x1ff47d(0x168)];}['getJestTestTags'](_0x1a5889){const _0x441215=a96_0x3c1396,_0x32e9dc=[];if(_0x1a5889[_0x441215(0x1c8)]&&Array['isArray'](_0x1a5889['tags']))return _0x1a5889[_0x441215(0x1c8)]['map'](_0x2f81c3=>_0x2f81c3[_0x441215(0x115)]('@')?_0x2f81c3[_0x441215(0x160)](0x1):_0x2f81c3);const _0x4c4349=this[_0x441215(0x184)](_0x1a5889),_0x6162cf=_0x4c4349['match'](/@(\w+)/g);if(_0x6162cf)return _0x6162cf['map'](_0x4924f6=>_0x4924f6[_0x441215(0x190)](0x1));return _0x1a5889['scopes']&&Array['isArray'](_0x1a5889[_0x441215(0x21f)])&&_0x1a5889[_0x441215(0x21f)][_0x441215(0x2a5)](_0x352aa8=>{const _0x58ab0d=_0x441215,_0x40d621=_0x352aa8['match'](/@(\w+)/g);_0x40d621&&_0x40d621[_0x58ab0d(0x2a5)](_0x4a2ae5=>{const _0x4fbe07=_0x58ab0d,_0x412fcd=_0x4a2ae5[_0x4fbe07(0x190)](0x1);!_0x32e9dc[_0x4fbe07(0x130)](_0x412fcd)&&_0x32e9dc[_0x4fbe07(0x1eb)](_0x412fcd);});}),_0x32e9dc;}[a96_0x3c1396(0x27c)](_0x51a14c){const _0x2dd4a7=a96_0x3c1396,_0x458450={'bxWzh':function(_0x6d94b,_0x4e2d9d){return _0x6d94b(_0x4e2d9d);}};if(_0x51a14c[_0x2dd4a7(0x1e4)])return _0x51a14c['file_name'];if(_0x51a14c['asyncError'])try{const _0x32f77c=stackTrace[_0x2dd4a7(0x11b)](_0x51a14c[_0x2dd4a7(0x121)]),_0x26d243=_0x458450[_0x2dd4a7(0x10b)](pickUserFrameFile,_0x32f77c);if(_0x26d243)return _0x26d243;logger['debug'](_0x2dd4a7(0x112)+_0x32f77c[_0x2dd4a7(0x206)]+')');}catch(_0x11e776){logger['debug'](_0x2dd4a7(0x178)+util[_0x2dd4a7(0x158)](_0x11e776));}return null;}[a96_0x3c1396(0x28d)](_0x2162bb){const _0x16b225=a96_0x3c1396,_0x3ec09b={};_0x3ec09b[_0x16b225(0x274)]=function(_0x5a8550,_0x278635){return _0x5a8550>_0x278635;},_0x3ec09b['zqgqG']='Unknown\x20error';const _0x492ea5=_0x3ec09b;if(_0x2162bb[_0x16b225(0x14c)]&&_0x492ea5['ztaaO'](_0x2162bb[_0x16b225(0x14c)]['length'],0x0))return util[_0x16b225(0x153)](_0x2162bb[_0x16b225(0x14c)][0x0]);if(_0x2162bb[_0x16b225(0x234)])return _0x2162bb[_0x16b225(0x234)];return _0x492ea5[_0x16b225(0x18e)];}['getJestFailureType'](_0x379657){const _0x5247ae=a96_0x3c1396,_0x5dba9c={};_0x5dba9c[_0x5247ae(0x17d)]=_0x5247ae(0x21e),_0x5dba9c['AvzSb']=_0x5247ae(0x11e),_0x5dba9c[_0x5247ae(0x139)]=_0x5247ae(0x125);const _0x487bb5=_0x5dba9c,_0x20cadd=this['getJestFailureReason'](_0x379657);if(_0x20cadd&&_0x20cadd[_0x5247ae(0x130)](_0x487bb5[_0x5247ae(0x17d)]))return _0x487bb5[_0x5247ae(0x2ac)];return _0x487bb5[_0x5247ae(0x139)];}[a96_0x3c1396(0x137)](_0x5f5bd0){const _0x50848f=a96_0x3c1396,_0xe98f8d={'TFpVe':function(_0x2b3b8e,_0xe82fd9){return _0x2b3b8e(_0xe82fd9);},'VtSHi':_0x50848f(0x295),'hIczl':function(_0x5391f1,_0x378526){return _0x5391f1!==_0x378526;},'QiLqC':'test'},{failureData:_0x2dc3c0}=_0xe98f8d[_0x50848f(0x148)](require,_0xe98f8d[_0x50848f(0x26e)]),_0x50c4f4=[];return _0xe98f8d[_0x50848f(0x24d)](_0x5f5bd0[_0x50848f(0x14c)],undefined)&&_0x50c4f4[_0x50848f(0x1eb)](_0x5f5bd0[_0x50848f(0x14c)],_0xe98f8d[_0x50848f(0x144)]),_0x2dc3c0['apply'](null,_0x50c4f4);}async[a96_0x3c1396(0x24b)](_0x24183f,_0x5e3964,_0x29d0e8,_0x47d6ff){const _0x276856=a96_0x3c1396,_0x5af9d0={'JdOja':_0x276856(0x270),'fMKXj':function(_0xc98bf){return _0xc98bf();},'shTve':function(_0x1a87c6,_0x3cf186){return _0x1a87c6 in _0x3cf186;},'PccdT':function(_0x30f511,_0x10abf5){return _0x30f511===_0x10abf5;},'OJFFx':function(_0x1a8b0f,_0x1711a6){return _0x1a8b0f>_0x1711a6;},'mSLdv':_0x276856(0x242),'zWWiG':_0x276856(0x188),'JDVcb':_0x276856(0x16a),'RcaIW':function(_0x4c0fa9,_0x324a19){return _0x4c0fa9>_0x324a19;},'yvRDy':function(_0x10d42a,_0x11e74c){return _0x10d42a===_0x11e74c;},'PCGDF':function(_0x302664,_0x165026){return _0x302664!==_0x165026;}},{hookData:_0x6be567}=_0x47d6ff,_0x1f9869=_0x29d0e8[_0x276856(0x215)](),_0x41aa99=_0x5e3964[_0x276856(0x215)](),_0x2c0039={};_0x2c0039[_0x276856(0x1c6)]=0x2,_0x2c0039[_0x276856(0x25f)]=0x3,logger[_0x276856(0x262)](_0x276856(0x1f5)+_0x41aa99+_0x276856(0x284)+_0x1f9869+_0x276856(0x109)+util[_0x276856(0x153)](_0x6be567,_0x2c0039));if(!_0x6be567)return logger['debug'](_0x5af9d0[_0x276856(0x14a)]),{};const _0x1b4b5d=_0x6be567[_0x276856(0x19e)]||_0x6be567[_0x276856(0x186)]||_0x5af9d0[_0x276856(0x123)](uuidv4),_0x5cef63=_0x6be567['test_run_id']||this[_0x276856(0x292)](_0x6be567),_0x471a18=_0x5e3964[_0x276856(0x215)]()[_0x276856(0x1af)]('.')[0x1],_0x51c37e=_0x24183f[_0x276856(0x1ee)]()[_0x276856(0x1d0)](_0x5cef63),_0x11b2b4=_0x51c37e?_0x51c37e[TestFrameworkConstants[_0x276856(0x122)]]||{}:{};logger[_0x276856(0x262)](_0x276856(0x1ff)+_0x1b4b5d+',\x20testId='+_0x5cef63+_0x276856(0x23d)+_0x471a18+_0x276856(0x284)+_0x1f9869);if(!_0x51c37e)return logger[_0x276856(0x262)](_0x276856(0x1ea)+_0x5cef63+_0x276856(0x2a4)),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};let _0x30a51e=_0x51c37e[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x30a51e&&(_0x30a51e={});!_0x5af9d0[_0x276856(0x16b)](_0x471a18,_0x30a51e)&&(_0x30a51e[_0x471a18]=[]);let _0x2dc3ad=_0x51c37e[TestFrameworkConstants[_0x276856(0x227)]];!_0x2dc3ad&&(_0x2dc3ad={});!_0x5af9d0['shTve'](_0x471a18,_0x2dc3ad)&&(_0x2dc3ad[_0x471a18]=[]);const _0x34026d={[_0x5cef63]:{[TestFrameworkConstants[_0x276856(0x20e)]]:_0x30a51e,[TestFrameworkConstants[_0x276856(0x227)]]:_0x2dc3ad,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x276856(0x145)]]:this['getTestFrameworksVersions']()[this[_0x276856(0x19d)]()[0x0]]||''}};if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x254)])){const _0x92fe03={'key':_0x471a18,[TestFrameworkConstants[_0x276856(0x18d)]]:_0x1b4b5d,[TestFrameworkConstants[_0x276856(0x223)]]:TestFrameworkConstants[_0x276856(0x24e)],[TestFrameworkConstants[_0x276856(0x16e)]]:_0x6be567['started_at']||new Date()[_0x276856(0x161)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x276856(0x13c)]]:_0x6be567[_0x276856(0x1de)]||_0x6be567[_0x276856(0x235)]||_0x471a18,[TestFrameworkConstants[_0x276856(0x122)]]:_0x11b2b4};_0x30a51e[_0x471a18][_0x276856(0x1eb)](_0x92fe03),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x228)]]=_0x471a18;const _0x5aca16={};_0x5aca16[_0x276856(0x1c6)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x471a18+_0x276856(0x17e)+_0x1b4b5d+_0x276856(0x291)+_0x5cef63+_0x276856(0x187)+util[_0x276856(0x153)](_0x92fe03,_0x5aca16));}else{if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x164)])){const _0x1c89bd=_0x6be567[_0x276856(0x12c)]||(_0x6be567[_0x276856(0x14c)]&&_0x5af9d0[_0x276856(0x1c4)](_0x6be567['errorsDetailed'][_0x276856(0x206)],0x0)?_0x5af9d0['mSLdv']:_0x5af9d0[_0x276856(0x281)]),_0x22979a=_0x30a51e[_0x471a18]||[];logger[_0x276856(0x262)](_0x276856(0x202)+_0x471a18+_0x276856(0x291)+_0x5cef63+',\x20result='+_0x1c89bd+_0x276856(0x2a9)+_0x22979a[_0x276856(0x206)]);if(_0x5af9d0[_0x276856(0x151)](_0x22979a[_0x276856(0x206)],0x0)&&_0x5af9d0[_0x276856(0x151)](_0x5e3964,TestFrameworkState[_0x276856(0x173)]))return logger[_0x276856(0x262)](_0x5af9d0[_0x276856(0x13d)]),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};if(_0x5af9d0[_0x276856(0x24f)](_0x22979a[_0x276856(0x206)],0x0)){const _0x5ad331=_0x22979a[_0x276856(0x1e0)]();_0x5af9d0['yvRDy'](_0x1c89bd,_0x5af9d0[_0x276856(0x276)])&&_0x6be567[_0x276856(0x14c)]?(_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x6be567),_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x276856(0x28d)](_0x6be567),_0x5ad331[TestFrameworkConstants[_0x276856(0x15c)]]=this[_0x276856(0x137)](_0x6be567),logger[_0x276856(0x262)](_0x276856(0x171)+_0x471a18+_0x276856(0x179)+_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x5ad331[TestFrameworkConstants[_0x276856(0x181)]]?.['substring'](0x0,0xc8))):_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x5af9d0[_0x276856(0x281)];_0x5af9d0[_0x276856(0x159)](_0x1c89bd,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x1c89bd);_0x5ad331[TestFrameworkConstants[_0x276856(0x217)]]=_0x6be567[_0x276856(0x12d)]||new Date()[_0x276856(0x161)](),_0x5ad331[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x11b2b4;const _0x111111=_0x5ad331[TestFrameworkConstants[_0x276856(0x18d)]];!_0x2dc3ad[_0x471a18]&&(_0x2dc3ad[_0x471a18]=[]);_0x2dc3ad[_0x471a18][_0x276856(0x1eb)](_0x5ad331),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x20c)]]=_0x471a18;const _0x1747d4={};_0x1747d4[_0x276856(0x1c6)]=0x2,logger['debug'](_0x276856(0x196)+_0x471a18+_0x276856(0x17e)+_0x111111+_0x276856(0x251)+_0x1c89bd+_0x276856(0x187)+util['inspect'](_0x5ad331,_0x1747d4));}}}return _0x34026d;}[a96_0x3c1396(0x1ce)](_0x187772){const _0x243129=a96_0x3c1396,_0x16a892={};_0x16a892[_0x243129(0x25c)]=_0x243129(0x152);const _0x101bb4=_0x16a892;try{const _0x24c906=_0x187772[_0x243129(0x154)]?this[_0x243129(0x292)](_0x187772[_0x243129(0x154)]):_0x187772[_0x243129(0x1ec)][_0x243129(0x229)],_0x2ef73a=_0x187772[_0x243129(0x175)],_0x11c182=_0x2ef73a[_0x243129(0x1d3)](),_0x547695=_0x2ef73a[_0x243129(0x1ee)]()['get'](_0x24c906);if(!_0x547695)return logger['debug'](_0x243129(0x19a)+_0x24c906),{};const {[TestFrameworkConstants[_0x243129(0x246)]]:_0x545772=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x243129(0x145)]]:_0x3c75c9=this[_0x243129(0x21b)]()[this[_0x243129(0x19d)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x45ae09='',[TestFrameworkConstants[_0x243129(0x231)]]:_0x61614=''}=_0x547695,_0x1f3b4f=_0x2ef73a[_0x243129(0x224)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x7ea4c8=_0x2ef73a[_0x243129(0x2a6)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x11af6b=global?.['__workerDetails']?.[_0x243129(0x248)]?.[_0x243129(0x170)]||global[_0x243129(0x1d1)]||0x0,_0x29a3a8=_0x2ef73a['getRef'](),_0x4f0741=Buffer['from'](JSON[_0x243129(0x10a)](_0x547695))[_0x243129(0x215)](_0x101bb4[_0x243129(0x25c)]),_0x574f07={'hash':_0x11c182['getId'](),'threadId':_0x11c182[_0x243129(0x269)]()[_0x243129(0x215)](),'processId':_0x11c182[_0x243129(0x1f9)]()[_0x243129(0x215)]()},_0x21ffda={};_0x21ffda[_0x243129(0x23e)]=_0x11af6b,_0x21ffda['testFrameworkName']=_0x545772,_0x21ffda[_0x243129(0x1e6)]=_0x3c75c9,_0x21ffda[_0x243129(0x1fa)]=_0x1f3b4f,_0x21ffda[_0x243129(0x25e)]=_0x7ea4c8,_0x21ffda[_0x243129(0x27b)]=_0x45ae09,_0x21ffda['endedAt']=_0x61614,_0x21ffda[_0x243129(0x19e)]=_0x29a3a8,_0x21ffda[_0x243129(0x157)]=_0x4f0741,_0x21ffda[_0x243129(0x26a)]=_0x574f07,_0x21ffda[_0x243129(0x2a1)]=_0x24c906;const _0x4d8fa8=_0x21ffda;return _0x4d8fa8;}catch(_0x4cf041){return logger[_0x243129(0x1cf)](_0x243129(0x204)+util['format'](_0x4cf041)),{};}}async[a96_0x3c1396(0x241)](_0x591a4c,_0x1674f7,_0x1f231a){const _0x39a70c=a96_0x3c1396,_0x51399e={'dioHG':function(_0xdbb9f4,_0x1e2808){return _0xdbb9f4+_0x1e2808;},'VpfPQ':_0x39a70c(0x20a),'YebLx':'none','rkdgx':function(_0x4df9ec,_0x348289){return _0x4df9ec>_0x348289;},'SNFlq':function(_0x2e9d49,_0x502133,_0x1b3c3b,_0x32cddf){return _0x2e9d49(_0x502133,_0x1b3c3b,_0x32cddf);},'YCNLA':function(_0xdbd589,_0x5a80eb){return _0xdbd589-_0x5a80eb;},'Zgueh':function(_0x13f307,_0x411b04){return _0x13f307===_0x411b04;},'oXuKz':function(_0x1133da,_0x3ab1d9){return _0x1133da/_0x3ab1d9;},'UJgSP':function(_0x3b8871,_0x5f57cc){return _0x3b8871<_0x5f57cc;},'sMfLs':function(_0x7c938a,_0x15a748){return _0x7c938a*_0x15a748;},'OHCZw':function(_0x46fbb9,_0x1a84ec){return _0x46fbb9+_0x1a84ec;},'nvLpA':function(_0x1eed76,_0x19aa9f){return _0x1eed76>_0x19aa9f;}};try{const _0x44c22d=_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)],_0xb7434f=Array[_0x39a70c(0x118)](_0x591a4c[_0x39a70c(0x1ee)]()[_0x39a70c(0x283)]()),_0x459736=_0x591a4c[_0x39a70c(0x1ee)]()['get'](_0x44c22d);if(!_0x459736){logger[_0x39a70c(0x262)](_0x39a70c(0x18b)+_0x44c22d);return;}const {[TestFrameworkConstants[_0x39a70c(0x246)]]:_0x4f471f='',[TestFrameworkConstants[_0x39a70c(0x145)]]:_0xcab186=''}=_0x459736;let _0xc4283c=[];_0x459736&&_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]&&Array[_0x39a70c(0x1c5)](_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]])?(_0xc4283c=_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]||[],logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0xc4283c['length']+_0x39a70c(0x1ae)+_0x44c22d),_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x211)]]:[],[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d)):logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d);logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0xc4283c[_0x39a70c(0x206)]+_0x39a70c(0x19c)+_0x44c22d);const _0x273a08=_0xc4283c[_0x39a70c(0x278)](_0x4895cd=>_0x4895cd[_0x39a70c(0x1c2)]===_0x39a70c(0x174));_0x51399e[_0x39a70c(0x261)](_0x273a08[_0x39a70c(0x206)],0x0)&&(logger[_0x39a70c(0x262)](_0x39a70c(0x15f)+_0x273a08['length']+_0x39a70c(0x25a)+_0x44c22d),_0x273a08[_0x39a70c(0x2a5)]((_0x385c47,_0x2f3061)=>{const _0x225e39=_0x39a70c;logger['debug'](_0x225e39(0x120)+_0x51399e[_0x225e39(0x1da)](_0x2f3061,0x1)+'/'+_0x273a08[_0x225e39(0x206)]+'\x20-\x20test_identifier='+(_0x385c47[_0x225e39(0x2a1)]||_0x51399e[_0x225e39(0x12f)])+_0x225e39(0x1b4)+(_0x385c47[_0x225e39(0x1b7)]||_0x51399e[_0x225e39(0x12f)])+',\x20hook_run_uuid='+(_0x385c47[_0x225e39(0x1fe)]||_0x51399e[_0x225e39(0x11a)])+',\x20messageLength='+(_0x385c47['message']?.[_0x225e39(0x206)]||0x0));}));const _0x3e5b87=_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]||{},_0x125591=_0x51399e[_0x39a70c(0x119)](getMediaArtifactsLogs,_0x3e5b87,null,_0x44c22d),_0x1b06ad=(_0xc4283c||[])[_0x39a70c(0x257)](_0x125591||[]),_0x2f267b=_0x273a08?.[_0x39a70c(0x206)]||0x0,_0x506977=_0x51399e[_0x39a70c(0x1c1)](_0xc4283c?.['length']||0x0,_0x2f267b);logger['debug'](_0x39a70c(0x2ae)+_0x44c22d+_0x39a70c(0x1a4)+_0x506977+',\x20screenshotLogs:\x20'+_0x2f267b+_0x39a70c(0x239)+(_0x125591?.['length']||0x0)+_0x39a70c(0x199)+_0x1b06ad[_0x39a70c(0x206)]);if(!_0x1b06ad||_0x51399e[_0x39a70c(0x207)](_0x1b06ad['length'],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x44c22d);return;}const _0x13b03e=0x28,_0x5a9896=Math[_0x39a70c(0x245)](_0x51399e[_0x39a70c(0x15b)](_0x1b06ad[_0x39a70c(0x206)],_0x13b03e));for(let _0x508148=0x0;_0x51399e[_0x39a70c(0x1ba)](_0x508148,_0x5a9896);_0x508148++){const _0x40f413=_0x51399e[_0x39a70c(0x1bd)](_0x508148,_0x13b03e),_0xd2981d=_0x51399e[_0x39a70c(0x1d5)](_0x40f413,_0x13b03e),_0x45c92e=_0x1b06ad['slice'](_0x40f413,_0xd2981d),_0x159d31=global?.['browserstackPlatformIndex']??0x0,_0x165781={'platformIndex':_0x159d31,'logs':_0x45c92e,'testFrameworkName':_0x4f471f,'testFrameworkVersion':_0xcab186,'testFrameworkState':_0x1674f7[_0x39a70c(0x215)]()[_0x39a70c(0x1af)]('.')[0x1]},_0x8eb37a={};_0x8eb37a[_0x39a70c(0x1c6)]=0x3,_0x8eb37a[_0x39a70c(0x25f)]=0x5,logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x260)+_0x45c92e[_0x39a70c(0x206)]+_0x39a70c(0x176)+_0x159d31+_0x39a70c(0x1d4)+util[_0x39a70c(0x153)](_0x165781,_0x8eb37a));const _0x2b9e6b=await GrpcClient[_0x39a70c(0x12a)]()[_0x39a70c(0x140)](_0x165781);logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x29a)+util[_0x39a70c(0x153)](_0x2b9e6b));}_0x125591&&_0x51399e[_0x39a70c(0x163)](_0x125591[_0x39a70c(0x206)],0x0)&&_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]&&_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x155)]]:{},[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)](_0x39a70c(0x183)+_0x44c22d+_0x39a70c(0x1d6)+_0x5a9896);}catch(_0x472912){logger[_0x39a70c(0x1cf)](_0x39a70c(0x213)+(_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)])+',\x20error:\x20'+util[_0x39a70c(0x158)](_0x472912));}}['storePendingHook'](_0x45b10f,_0x1fa2fa,_0x59705f,_0x251f9f,_0x255f04){const _0x184c74=a96_0x3c1396,_0x5aaebd={};_0x5aaebd['rNTrX']=function(_0x54bb58,_0x24fecb){return _0x54bb58===_0x24fecb;},_0x5aaebd['kjJhH']='beforeAll';const _0x481aa0=_0x5aaebd,{hookData:_0x2999a1}=_0x255f04,_0x280657={'testId':_0x1fa2fa,'testFrameworkState':_0x59705f,'hookState':_0x251f9f,'args':_0x255f04,'timestamp':new Date()[_0x184c74(0x161)]()};if(_0x481aa0[_0x184c74(0x21a)](_0x59705f,TestFrameworkState['BEFORE_ALL'])&&_0x2999a1){const _0x3e90ed={};_0x3e90ed['filePath']=_0x2999a1['file_name']||_0x2999a1[_0x184c74(0x277)],_0x3e90ed[_0x184c74(0x12e)]=_0x2999a1['scope']||_0x2999a1[_0x184c74(0x21f)]&&_0x2999a1[_0x184c74(0x21f)][0x0]||'',_0x3e90ed['hookType']=_0x481aa0[_0x184c74(0x205)],_0x280657[_0x184c74(0x13f)]=_0x3e90ed,logger[_0x184c74(0x262)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x1fa2fa+',\x20filePath:\x20'+_0x280657['hookMetadata']['filePath']+_0x184c74(0x1f3)+_0x280657[_0x184c74(0x13f)]['scope']);}_0x45b10f[_0x184c74(0x249)](_0x1fa2fa,_0x280657),logger[_0x184c74(0x262)](_0x184c74(0x279)+_0x1fa2fa+_0x184c74(0x264)+_0x59705f+',\x20hookState:\x20'+_0x251f9f);}async[a96_0x3c1396(0x1b6)](_0x5b661b,_0x2e0825){const _0x3bd9b3=a96_0x3c1396,_0x11ca2b={};_0x11ca2b['YcqLV']=function(_0x131ba9,_0x10909b){return _0x131ba9>_0x10909b;},_0x11ca2b[_0x3bd9b3(0x1a6)]=function(_0x446008,_0x2d68cd){return _0x446008===_0x2d68cd;},_0x11ca2b['ytSID']=function(_0x429be2,_0x17248a){return _0x429be2===_0x17248a;},_0x11ca2b['AMJgc']=function(_0x15aadc,_0x28c664){return _0x15aadc===_0x28c664;},_0x11ca2b['ykYaQ']=function(_0x631f0e,_0x772d25){return _0x631f0e===_0x772d25;},_0x11ca2b[_0x3bd9b3(0x28f)]=function(_0x3ba135,_0x23047c){return _0x3ba135>_0x23047c;},_0x11ca2b[_0x3bd9b3(0x28c)]=function(_0xd1f818,_0x35d5f6){return _0xd1f818===_0x35d5f6;},_0x11ca2b[_0x3bd9b3(0x132)]=_0x3bd9b3(0x256);const _0x3a2c8a=_0x11ca2b;if(_0x5b661b[_0x3bd9b3(0x296)](_0x2e0825)){const _0x4af7d0=_0x5b661b[_0x3bd9b3(0x1bb)](_0x2e0825);logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x135)+_0x4af7d0['length']+_0x3bd9b3(0x19b)+_0x2e0825);for(const _0x29e1f9 of _0x4af7d0){try{const _0xc8c8cd=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x29e1f9['testFrameworkState'],_0x29e1f9['hookState'],_0x29e1f9['args']);_0xc8c8cd&&_0x3a2c8a[_0x3bd9b3(0x172)](Object['keys'](_0xc8c8cd)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0xc8c8cd),await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x29e1f9[_0x3bd9b3(0x1fa)],_0x29e1f9[_0x3bd9b3(0x25e)],_0x29e1f9[_0x3bd9b3(0x20b)]);}catch(_0x4901bc){logger[_0x3bd9b3(0x1cf)](_0x3bd9b3(0x2af)+_0x2e0825+_0x3bd9b3(0x23c)+_0x4901bc);}}_0x5b661b[_0x3bd9b3(0x271)](_0x2e0825),logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x2a3)+_0x2e0825);}const _0x190dfa=_0x5b661b[_0x3bd9b3(0x1ee)]()[_0x3bd9b3(0x1d0)](_0x2e0825);if(_0x190dfa){const _0x38e034=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x1a9)]]||_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26c)]],_0x371c6f=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x2a7)]]||_0x190dfa[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26f)]][0x0]||'';logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x210)+_0x38e034+',\x20scope:\x20'+_0x371c6f);const _0x13b190=_0x5b661b[_0x3bd9b3(0x2aa)]();for(const _0x292903 of _0x13b190){if(_0x3a2c8a[_0x3bd9b3(0x1a6)](_0x292903,_0x2e0825))continue;if(_0x5b661b[_0x3bd9b3(0x296)](_0x292903)){const _0x3c5e7d=_0x5b661b[_0x3bd9b3(0x1bb)](_0x292903);for(const _0x1386b3 of _0x3c5e7d){if(_0x3a2c8a[_0x3bd9b3(0x1f1)](_0x1386b3[_0x3bd9b3(0x1fa)],TestFrameworkState['BEFORE_ALL'])&&_0x1386b3['hookMetadata']){const _0x5bb794=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x286)],_0x27d207=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x12e)];if(_0x3a2c8a[_0x3bd9b3(0x208)](_0x5bb794,_0x38e034)&&_0x3a2c8a[_0x3bd9b3(0x1a0)](_0x27d207,_0x371c6f)){logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x169)+_0x292903+_0x3bd9b3(0x1d7)+_0x2e0825+_0x3bd9b3(0x28a)+_0x5bb794+_0x3bd9b3(0x1f3)+_0x27d207);_0x1386b3[_0x3bd9b3(0x20b)]&&_0x1386b3['args'][_0x3bd9b3(0x1ec)]&&(_0x1386b3[_0x3bd9b3(0x20b)][_0x3bd9b3(0x1ec)]['test_run_id']=_0x2e0825,logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x1c9)+_0x292903+_0x3bd9b3(0x1f8)+_0x2e0825));try{const _0x151586=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x1386b3[_0x3bd9b3(0x1fa)],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);_0x151586&&_0x3a2c8a[_0x3bd9b3(0x28f)](Object['keys'](_0x151586)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0x151586);await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x1386b3['testFrameworkState'],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);const _0x4c1e82=_0x5b661b['getPendingHooks'](_0x292903)[_0x3bd9b3(0x278)](_0x58905a=>_0x58905a!==_0x1386b3);if(_0x3a2c8a['IeqNq'](_0x4c1e82['length'],0x0))_0x5b661b['removePendingHooks'](_0x292903);else{_0x5b661b[_0x3bd9b3(0x271)](_0x292903);for(const _0x5a0c2c of _0x4c1e82){_0x5b661b[_0x3bd9b3(0x249)](_0x292903,_0x5a0c2c);}}logger[_0x3bd9b3(0x262)](_0x3a2c8a['IgkPH']);}catch(_0x2a16b1){logger['error'](_0x3bd9b3(0x290)+_0x2e0825+_0x3bd9b3(0x23c)+_0x2a16b1);}}}}}}}}['mapTestHooks'](_0x5ad851){const _0x5b4506=a96_0x3c1396,_0xe39ea8={'jDCuR':function(_0x5ce839){return _0x5ce839();}};if(!_0x5ad851||!_0x5ad851['parent'])return;_0x5ad851['parent']['hooks']&&Array['isArray'](_0x5ad851[_0x5b4506(0x252)][_0x5b4506(0x2ad)])&&_0x5ad851['parent'][_0x5b4506(0x2ad)][_0x5b4506(0x2a5)](_0x47281b=>{const _0x3e5730=_0x5b4506;!_0x47281b[_0x3e5730(0x186)]&&!_0x47281b[_0x3e5730(0x13e)]&&(_0x47281b[_0x3e5730(0x186)]=_0xe39ea8[_0x3e5730(0x273)](uuidv4),_0x47281b[_0x3e5730(0x13e)]=_0x47281b[_0x3e5730(0x186)],logger[_0x3e5730(0x262)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x47281b[_0x3e5730(0x24c)]+',\x20hookUUID='+_0x47281b[_0x3e5730(0x186)]));}),this[_0x5b4506(0x220)](_0x5ad851[_0x5b4506(0x252)]);}[a96_0x3c1396(0x200)](_0x1897ca){const _0x4d94e1=a96_0x3c1396,_0x492a22={'KuILy':function(_0xc125a2,_0x120912){return _0xc125a2(_0x120912);}};if(!_0x1897ca||!_0x1897ca['parent'])return[];const _0x3237b9=[];return _0x1897ca['parent'][_0x4d94e1(0x2ad)]&&Array[_0x4d94e1(0x1c5)](_0x1897ca['parent'][_0x4d94e1(0x2ad)])&&_0x1897ca[_0x4d94e1(0x252)][_0x4d94e1(0x2ad)]['forEach'](_0x516ea7=>{const _0x319557=_0x4d94e1,_0x2e1658=_0x516ea7[_0x319557(0x186)]||_0x516ea7['hookUUID'];_0x2e1658&&!this[_0x319557(0x237)](_0x516ea7)&&!_0x492a22[_0x319557(0x209)](isInternalHook,_0x516ea7['fn'])&&_0x3237b9['push'](_0x2e1658);}),[..._0x3237b9,...this['getHooksForTest'](_0x1897ca[_0x4d94e1(0x252)])];}[a96_0x3c1396(0x1ef)](_0x1d3c30){const _0x20c66f=a96_0x3c1396,_0x1331e8={'yoUdc':function(_0x458bec,_0x406bc4){return _0x458bec(_0x406bc4);},'vKhfB':_0x20c66f(0x240),'oEAfS':function(_0x745816,_0x4e26e5){return _0x745816(_0x4e26e5);}},_0x3b3fbd=new Map(),_0x53dbde=_0x22cda6=>{const _0x1a964a=_0x20c66f,_0x407773={'QmlxT':function(_0xb951b1,_0x5866b5){const _0x52dbe7=a96_0x1d5f;return _0x1331e8[_0x52dbe7(0x18f)](_0xb951b1,_0x5866b5);},'hKzFf':_0x1331e8[_0x1a964a(0x12b)]};if(!_0x22cda6||!_0x22cda6[_0x1a964a(0x252)])return;_0x22cda6['parent']['hooks']&&Array[_0x1a964a(0x1c5)](_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)])&&_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)][_0x1a964a(0x2a5)](_0x1d0fd1=>{const _0x481ad7=_0x1a964a,_0x1d5646=_0x1d0fd1[_0x481ad7(0x186)]||_0x1d0fd1[_0x481ad7(0x13e)];if(_0x1d5646&&!this['isJestInternalHook'](_0x1d0fd1)&&!_0x407773[_0x481ad7(0x1be)](isInternalHook,_0x1d0fd1['fn'])){const _0x228a6e={};_0x228a6e['type']=_0x1d0fd1[_0x481ad7(0x24c)]||_0x407773['hKzFf'],_0x228a6e['name']=_0x1d0fd1[_0x481ad7(0x1de)]||'\x22'+_0x1d0fd1[_0x481ad7(0x24c)]+_0x481ad7(0x1dc),_0x3b3fbd[_0x481ad7(0x16f)](_0x1d5646,_0x228a6e);}}),_0x1331e8[_0x1a964a(0x18f)](_0x53dbde,_0x22cda6[_0x1a964a(0x252)]);};return _0x1331e8['oEAfS'](_0x53dbde,_0x1d3c30),_0x3b3fbd;}[a96_0x3c1396(0x237)](_0x33cc7a){const _0x41b0bb=a96_0x3c1396,_0x1000e2={};_0x1000e2[_0x41b0bb(0x1a8)]='jest-circus',_0x1000e2['VmGxr']=_0x41b0bb(0x29f);const _0x175cd1=_0x1000e2;try{const _0x21e4c1=this[_0x41b0bb(0x136)](_0x33cc7a);if(!_0x21e4c1||_0x21e4c1[_0x41b0bb(0x130)](_0x175cd1[_0x41b0bb(0x1a8)]))return!![];return![];}catch(_0x5ecc54){logger[_0x41b0bb(0x262)](_0x175cd1[_0x41b0bb(0x1aa)]);}return![];}[a96_0x3c1396(0x136)](_0x3e2dda){const _0x51290b=a96_0x3c1396,_0x505a3d={'pxufZ':function(_0xccf4b0,_0x11ef87){return _0xccf4b0(_0x11ef87);}};if(_0x3e2dda[_0x51290b(0x18a)])return _0x3e2dda['file'];if(_0x3e2dda[_0x51290b(0x121)])try{const _0x5916cf=stackTrace['parse'](_0x3e2dda[_0x51290b(0x121)]),_0x5490e6=_0x505a3d[_0x51290b(0x110)](pickUserFrameFile,_0x5916cf);if(_0x5490e6)return _0x5490e6;logger['debug'](_0x51290b(0x212)+_0x5916cf['length']+')');}catch(_0x1ec879){logger[_0x51290b(0x262)](_0x51290b(0x111)+util[_0x51290b(0x158)](_0x1ec879));}return null;}}module[a96_0x3c1396(0x26b)]=JestTestFramework;function a96_0x1d5f(_0x38025a,_0x3b9abd){const _0x4560c1=a96_0x4560();return a96_0x1d5f=function(_0x1d5f75,_0x57811d){_0x1d5f75=_0x1d5f75-0x109;let _0x5ec993=_0x4560c1[_0x1d5f75];return _0x5ec993;},a96_0x1d5f(_0x38025a,_0x3b9abd);}function a96_0x4560(){const _0x44b5af=['getInstance','vKhfB','result','finished_at','scope','VpfPQ','includes','WytRB','IgkPH','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','qBzvx','Processing\x20','getRootParentFile','getJestFailureData','testUUID','ElARK','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','CHuiS','KEY_HOOK_NAME','JDVcb','hookUUID','hookMetadata','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20duration=','FfInd','QiLqC','KEY_TEST_FRAMEWORK_VERSION','createContext','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','TFpVe','JestTestFramework','JdOja','pid','errorsDetailed','replace',',\x20contextId=','KEY_TEST_FAILURE_TYPE','bFTsQ','PccdT','base64','inspect','test','KEY_TEST_ATTACHMENTS','KEY_HOOK_LOGS','eventJson','format','PCGDF','./constants/testFrameworkConstants.js','oXuKz','KEY_HOOK_FAILURE','EbztT','31698729eFKKhq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','substr','toISOString','oYnKt','nvLpA','POST','8QhTPYg','retryOf','beforeAll','bYXBF','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','shTve','getId','code','KEY_EVENT_STARTED_AT','set','parallelIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','YcqLV','BEFORE_ALL','TEST_SCREENSHOT','instance',',\x20platformIndex:\x20','duration','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20failureType=','./testFramework','skipped','runHooks','wKEyM',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_HOOK_FAILURE_REASON','OkcEu','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestName','status','hookAnalyticsId',',\x20hook=','passed','tniyj','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KYpJv','KEY_HOOK_ID','zqgqG','yoUdc','slice','siNTt','toUpperCase','nUerR','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalLogs:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','\x20for\x20testId:\x20','getTestFrameworks','uuid','util','ykYaQ','tQWJT','EHDIf','skip',',\x20consoleLogs:\x20','7192475ZaryuZ','JYxDE','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','PPlDM','KEY_TEST_FILE_PATH','VmGxr','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','\x20logs\x20for\x20testId:\x20','split','KEY_TEST_CODE','stack-trace','removeActiveHook','KEY_TEST_RERUN_NAME',',\x20test_run_uuid=','trackJestInstance:\x20created\x20instance\x20for\x20target=','processPendingHooks','test_run_uuid','YdpKH','NONE','UJgSP','getPendingHooks','afterAll','sMfLs','QmlxT','dSxvf','\x20attachments','YCNLA','kind','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','OJFFx','isArray','depth','../TestInfo.js','tags','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','bicfF','originalTest','TEST','createTestFrameworkEventPayload','error','get','__bstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getContext',',\x20payload:\x20','OHCZw',',\x20totalBatches:\x20',',\x20currentTestId:\x20','UshxO',',\x20filePath=','dioHG','153929xTZcPx','\x22\x20hook','getTrackedInstance','name','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','pop','CevOD','has','1425120LmFZYf','file_name','Tomnm','testFrameworkVersion','find','\x20&\x20hookState=','gUAGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','push','hookData','14FoLxTK','getAllData','buildHookMapFromTest','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','ytSID','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20scope:\x20','warn','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','yvHRv','activeHooks','\x20to\x20','getProcessId','testFrameworkState','KEY_TEST_META',',\x20hookUUID=','PqXOp','hook_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest',',\x20state=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','Error\x20in\x20createTestFrameworkEventPayload:\x20','kjJhH','length','Zgueh','AMJgc','KuILy','missing','args','KEY_HOOK_LAST_FINISHED','testId','KEY_HOOKS_STARTED','setActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','KEY_LOGS','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','TRtpq','toString','hook_id','KEY_EVENT_ENDED_AT','1925412nkQetO','started_at','rNTrX','getTestFrameworksVersions','storePendingHook','wkcyT','Assert','scopes','mapTestHooks','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20argsKeys=','KEY_HOOK_RESULT','getCurrentTestState','KEY_TEST_LOGS','KEY_TEST_RETRY_OF','KEY_HOOKS_FINISHED','KEY_HOOK_LAST_STARTED','test_run_id','\x20(testIdentifier)',',\x20version=',':testAnalyticsId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','4604978MDgtQr','KEY_TEST_TAGS','KEY_TEST_ENDED_AT','reverse','KEY_TEST_ID','failure_reason','hook_type','trackEvent','isJestInternalHook','resolveInstance',',\x20attachmentLogs:\x20','trackJestInstance','../state/hookState.js',',\x20error:\x20','\x20(testIdentifier),\x20hookType=','platformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','unknown','sendLogCreatedEvent','failed','getJestFailureType','DTevt','ceil','KEY_TEST_FRAMEWORK_NAME','UlJBR','workerInfo','addPendingHook','\x20hook','trackHookEvent','type','hIczl','DEFAULT_HOOK_RESULT','RcaIW','OzUny',',\x20result=','parent','../cliUtils.js','PRE','bFfJu','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','concat','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','\x20screenshot\x20logs\x20for\x20testId:\x20','../../../helpers/helper.js','tqWaL','HCqHp','hookState','maxArrayLength',',\x20logsInBatch:\x20','rkdgx','debug','TBtLz',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20target=','title','3740920QFUhqO','getThreadId','executionContext','exports','KEY_TEST_LOCATION','jXEsE','VtSHi','KEY_TEST_SCOPES','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','jDCuR','ztaaO','KEY_TEST_RESULT_AT','mSLdv','location','filter','Stored\x20pending\x20hook\x20for\x20testId:\x20','irjhx','startedAt','getJestTestFilePath','getCurrentInstanceName','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','haYRK','zWWiG','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','keys',',\x20hookState=','OGdPk','filePath','yMFSq','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists',',\x20filePath:\x20','event_ended_at','IeqNq','getJestFailureReason','hookType','RfBXA','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20testId=','getJestTestIdentifier','testData','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','../../../helpers/test-observability/utils','hasPendingHooks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','parseJestTestResult','KEY_TEST_FAILURE',',\x20response=','ALL','setTrackedInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','join','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parseJestTest','test_identifier','\x20(testIdentifier),\x20result=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','forEach','getCurrentHookState','KEY_TEST_SCOPE','../state/testFrameworkState.js',',\x20hooksListLength=','getAllPendingHookTestIds','../../../helpers/classLogger.js','AvzSb','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getJestTestScopes','KEY_TEST_STARTED_AT',',\x20hookData=','stringify','bxWzh','../../../helpers/stackFrameUtils','map','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_DURATION','pxufZ','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','addMultipleEntries','delete','startsWith','DEFAULT_TEST_RESULT','\x20files','from','SNFlq','YebLx','parse','body',',\x20hookType=','AssertionError','smySn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','asyncError','KEY_CUSTOM_TAGS','fMKXj','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UnhandledError','Unknown\x20Test',',\x20testData=','lLhfW',',\x20testFramework='];a96_0x4560=function(){return _0x44b5af;};return a96_0x4560();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a97_0x447d(_0x7df455,_0x4c46d4){const _0x3cf5c6=a97_0x3cf5();return a97_0x447d=function(_0x447dda,_0x60d0bf){_0x447dda=_0x447dda-0xe5;let _0x3f6b0b=_0x3cf5c6[_0x447dda];return _0x3f6b0b;},a97_0x447d(_0x7df455,_0x4c46d4);}function a97_0x3cf5(){const _0x47ceb1=['KEY_TEST_FILE_PATH','get','parseNewmanTestResult','tags','getTestFrameworksVersions','toString','addMultipleEntries','exports','file_path','stringify','setTrackedInstance','instance','scope','failure_reason','KEY_TEST_UUID','getThreadId','from','DEFAULT_TEST_RESULT','getId','1755710AYyDNv','format','KEY_TEST_SCOPES','7ilcFuU','KEY_HOOKS_FINISHED','../state/testFrameworkState.js','uuid','KEY_TEST_TAGS','1219787tKayip','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','TIuLN','KEY_TEST_FAILURE_TYPE','trackEvent:\x20error=','5812304fmNKqL','util','path','TEST','runHooks','2246000ObyYar','location','getContext','getTestFrameworks','getCurrentTestState','KEY_TEST_RESULT','custom_metadata','createContext','../instances/trackedInstance.js','failure','KEY_TEST_META','getCurrentHookState','./constants/testFrameworkConstants.js','./testFramework','NONE','split','toISOString','../../../helpers/classLogger.js','KEY_TEST_LOCATION','trackEvent:\x20state=','KEY_TEST_FAILURE_REASON','KEY_TEST_SCOPE','KEY_TEST_FRAMEWORK_VERSION','1402400vauQlV','started_at','svFJC','../cliUtils.js','debug','KEY_CUSTOM_TAGS','parseNewmanTest','result','KEY_TEST_FAILURE','createTestFrameworkEventPayload','KEY_TEST_NAME','KEY_TEST_STARTED_AT','2XRhIXL','finished_at','trackEvent','KEY_TEST_FRAMEWORK_NAME','5443506vdClRF','getTrackedInstance','KEY_TEST_CODE','3116934wjpMWD','test','name','tgtLX','9WuiVTj','PRE','error'];a97_0x3cf5=function(){return _0x47ceb1;};return a97_0x3cf5();}const a97_0x4c05d9=a97_0x447d;(function(_0x36d3eb,_0x2a1aa5){const _0x12485a=a97_0x447d,_0x146ebe=_0x36d3eb();while(!![]){try{const _0x1fbc0d=parseInt(_0x12485a(0x10d))/0x1+-parseInt(_0x12485a(0x13b))/0x2*(parseInt(_0x12485a(0xeb))/0x3)+parseInt(_0x12485a(0x12f))/0x4+parseInt(_0x12485a(0x118))/0x5+-parseInt(_0x12485a(0xe8))/0x6+-parseInt(_0x12485a(0x108))/0x7*(-parseInt(_0x12485a(0x113))/0x8)+-parseInt(_0x12485a(0xef))/0x9*(parseInt(_0x12485a(0x105))/0xa);if(_0x1fbc0d===_0x2a1aa5)break;else _0x146ebe['push'](_0x146ebe['shift']());}catch(_0x37b49f){_0x146ebe['push'](_0x146ebe['shift']());}}}(a97_0x3cf5,0x986c5));const path=require(a97_0x4c05d9(0x115)),TestFramework=require(a97_0x4c05d9(0x125)),TestFrameworkState=require(a97_0x4c05d9(0x10a)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a97_0x4c05d9(0x129)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a97_0x4c05d9(0x132)),TrackedInstance=require(a97_0x4c05d9(0x120)),TestFrameworkConstants=require(a97_0x4c05d9(0x124)),util=require(a97_0x4c05d9(0x114)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x1b1dfc,_0x1080ff,_0x16986e){super(_0x1b1dfc,_0x1080ff,_0x16986e);}async[a97_0x4c05d9(0xe6)](_0x444259,_0x2814c6,_0x30f338={}){const _0x1c5740=a97_0x4c05d9,_0x195451={};_0x195451[_0x1c5740(0x131)]=function(_0x42da98,_0x3fd7d4){return _0x42da98===_0x3fd7d4;};const _0x39f7f8=_0x195451;logger[_0x1c5740(0x133)](_0x1c5740(0x12b)+_0x444259+'\x20hook='+_0x2814c6),await super['trackEvent'](_0x444259,_0x2814c6,_0x30f338);const _0x2166e3=this['resolveInstance'](_0x444259,_0x2814c6,_0x30f338);if(!_0x2166e3)return;try{if(_0x39f7f8[_0x1c5740(0x131)](_0x444259,TestFrameworkState[_0x1c5740(0x116)])&&_0x30f338[_0x1c5740(0xec)]){const _0x337aa6=_0x39f7f8[_0x1c5740(0x131)](_0x2814c6,HookState[_0x1c5740(0xf0)])?this[_0x1c5740(0x135)](_0x30f338[_0x1c5740(0xec)]):this[_0x1c5740(0xf4)](_0x30f338['test']);_0x2166e3[_0x1c5740(0xf8)](_0x337aa6);}}catch(_0x33202e){logger[_0x1c5740(0xf1)](_0x1c5740(0x112)+util[_0x1c5740(0x106)](_0x33202e));}_0x30f338[_0x1c5740(0xfd)]=_0x2166e3,await this[_0x1c5740(0x117)](_0x2166e3,_0x444259,_0x2814c6,_0x30f338);}[a97_0x4c05d9(0x135)](_0x285fdf){const _0x2752ab=a97_0x4c05d9,_0x42f9bb=this[_0x2752ab(0x11b)]()[0x0],_0x2c466f={};return _0x2c466f[_0x285fdf[_0x2752ab(0x10b)]]={[TestFrameworkConstants[_0x2752ab(0xe7)]]:_0x42f9bb,[TestFrameworkConstants[_0x2752ab(0x12e)]]:this[_0x2752ab(0xf6)]()[_0x42f9bb],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x2752ab(0x109)]]:{},[TestFrameworkConstants[_0x2752ab(0x10f)]]:{},[TestFrameworkConstants[_0x2752ab(0x11d)]]:TestFrameworkConstants[_0x2752ab(0x103)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x285fdf[_0x2752ab(0x10b)],[TestFrameworkConstants[_0x2752ab(0x100)]]:_0x285fdf['uuid'],[TestFrameworkConstants[_0x2752ab(0x139)]]:_0x285fdf[_0x2752ab(0xed)],[TestFrameworkConstants[_0x2752ab(0xf2)]]:_0x285fdf[_0x2752ab(0xfa)]||'',[TestFrameworkConstants[_0x2752ab(0x12a)]]:_0x285fdf[_0x2752ab(0x119)]||'',[TestFrameworkConstants[_0x2752ab(0xea)]]:null,[TestFrameworkConstants[_0x2752ab(0x10c)]]:_0x285fdf[_0x2752ab(0xf5)]||[],[TestFrameworkConstants[_0x2752ab(0x13a)]]:_0x285fdf[_0x2752ab(0x130)]||new Date()[_0x2752ab(0x128)](),[TestFrameworkConstants[_0x2752ab(0x12d)]]:_0x285fdf[_0x2752ab(0xfe)]||'',[TestFrameworkConstants[_0x2752ab(0x107)]]:_0x285fdf['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x2752ab(0x134)]]:_0x285fdf[_0x2752ab(0x11e)]||{},[TestFrameworkConstants[_0x2752ab(0x122)]]:_0x285fdf['meta']||{}},_0x2c466f;}[a97_0x4c05d9(0xf4)](_0x5ab3f4){const _0x157858=a97_0x4c05d9,_0x35fe98={};_0x35fe98[_0x157858(0xee)]='pending';const _0x2b6769=_0x35fe98,_0x397e0d={};return _0x397e0d[_0x5ab3f4['uuid']]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x5ab3f4[_0x157858(0x136)]||_0x2b6769[_0x157858(0xee)],[TestFrameworkConstants[_0x157858(0x10e)]]:_0x5ab3f4[_0x157858(0xe5)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x157858(0x137)]]:_0x5ab3f4[_0x157858(0x121)]||[],[TestFrameworkConstants[_0x157858(0x111)]]:_0x5ab3f4['failure_type']||null,[TestFrameworkConstants[_0x157858(0x12c)]]:_0x5ab3f4[_0x157858(0xff)]||null},_0x397e0d;}['resolveInstance'](_0x5cda99){const _0x406e50=a97_0x4c05d9;let _0x54912f=TestFramework[_0x406e50(0xe9)]();if(!_0x54912f){const _0xdbf68d=TrackedInstance[_0x406e50(0x11f)](CLIUtils['getCurrentInstanceName']());_0x54912f=new TestFrameworkInstance(_0xdbf68d,this['getTestFrameworks'](),this[_0x406e50(0xf6)](),_0x5cda99,HookState[_0x406e50(0x126)]),TestFramework[_0x406e50(0xfc)](_0xdbf68d,_0x54912f);}return _0x54912f;}[a97_0x4c05d9(0x138)](_0x18ac1a){const _0x3c1300=a97_0x4c05d9,_0x4c489d={};_0x4c489d[_0x3c1300(0x110)]='base64';const _0x1e51d5=_0x4c489d;try{const _0x485f54=_0x18ac1a[_0x3c1300(0xec)]?_0x18ac1a[_0x3c1300(0xec)][_0x3c1300(0x10b)]:null,_0x5a3edf=_0x18ac1a[_0x3c1300(0xfd)],_0x1a01a3=_0x5a3edf[_0x3c1300(0x11a)](),_0x541e3a=_0x5a3edf['getAllData']()[_0x3c1300(0xf3)](_0x485f54);if(!_0x541e3a)return{};const {[TestFrameworkConstants[_0x3c1300(0xe7)]]:_0x3789f5='',[TestFrameworkConstants[_0x3c1300(0x12e)]]:_0x58bc0e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x387f95='',[TestFrameworkConstants[_0x3c1300(0x10e)]]:_0x3c08ec=''}=_0x541e3a;return{'platformIndex':0x0,'testFrameworkName':_0x3789f5,'testFrameworkVersion':_0x58bc0e,'testFrameworkState':_0x5a3edf[_0x3c1300(0x11c)]()[_0x3c1300(0xf7)]()[_0x3c1300(0x127)]('.')[0x1],'hookState':_0x5a3edf[_0x3c1300(0x123)]()[_0x3c1300(0xf7)]()[_0x3c1300(0x127)]('.')[0x1],'startedAt':_0x387f95,'endedAt':_0x3c08ec,'uuid':_0x485f54,'eventJson':Buffer[_0x3c1300(0x102)](JSON[_0x3c1300(0xfb)](_0x541e3a))[_0x3c1300(0xf7)](_0x1e51d5['TIuLN']),'executionContext':{'hash':_0x1a01a3[_0x3c1300(0x104)](),'threadId':_0x1a01a3[_0x3c1300(0x101)]()['toString'](),'processId':_0x1a01a3['getProcessId']()[_0x3c1300(0xf7)]()}};}catch(_0x4e9951){return logger[_0x3c1300(0xf1)]('createTestFrameworkEventPayload:\x20error='+util[_0x3c1300(0x106)](_0x4e9951)),{};}}}module[a97_0x4c05d9(0xf9)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a94_0x50fc83=a94_0x2fea;function a94_0x2fea(_0x372fdd,_0x39e5d3){const _0x2a7a86=a94_0x2a7a();return a94_0x2fea=function(_0x2fea3a,_0x47b0a4){_0x2fea3a=_0x2fea3a-0x149;let _0x26addd=_0x2a7a86[_0x2fea3a];return _0x26addd;},a94_0x2fea(_0x372fdd,_0x39e5d3);}(function(_0x51346a,_0x4b7e4b){const _0x2d27c3=a94_0x2fea,_0x4b8f8e=_0x51346a();while(!![]){try{const _0x2f2dcb=parseInt(_0x2d27c3(0x1bb))/0x1+parseInt(_0x2d27c3(0x1a9))/0x2+parseInt(_0x2d27c3(0x157))/0x3+-parseInt(_0x2d27c3(0x18e))/0x4+-parseInt(_0x2d27c3(0x158))/0x5+parseInt(_0x2d27c3(0x19b))/0x6+parseInt(_0x2d27c3(0x18a))/0x7*(-parseInt(_0x2d27c3(0x195))/0x8);if(_0x2f2dcb===_0x4b7e4b)break;else _0x4b8f8e['push'](_0x4b8f8e['shift']());}catch(_0x1c26d7){_0x4b8f8e['push'](_0x4b8f8e['shift']());}}}(a94_0x2a7a,0x801b7));const TestFramework=require(a94_0x50fc83(0x182)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a94_0x50fc83(0x187)),{createClassLogger}=require(a94_0x50fc83(0x176)),TestFrameworkInstance=require(a94_0x50fc83(0x174)),CLIUtils=require(a94_0x50fc83(0x154)),TrackedInstance=require(a94_0x50fc83(0x165)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a94_0x50fc83(0x1a6)),util=require('util');class NodeGenericFramework extends TestFramework{constructor(_0x12871e,_0x4d74d4,_0x4e47a0){super(_0x12871e,_0x4d74d4,_0x4e47a0),this['_currentTestUUID']=null;}[a94_0x50fc83(0x1a3)](_0xe5087f){this['_currentTestUUID']=_0xe5087f;}[a94_0x50fc83(0x183)](){const _0x19ef43=a94_0x50fc83;return this[_0x19ef43(0x19e)];}async[a94_0x50fc83(0x14b)](_0x44eb49,_0x5d3b3b,_0x380fe0={}){const _0x175b66=a94_0x50fc83,_0x5b5ab5={};_0x5b5ab5['hACLZ']=_0x175b66(0x1aa),_0x5b5ab5['eNslr']=function(_0x370bb2,_0x11f733){return _0x370bb2===_0x11f733;};const _0xb2c6cc=_0x5b5ab5;logger['info']('[TRACE:node-generic]\x20trackEvent\x20'+_0x44eb49+'.'+_0x5d3b3b+_0x175b66(0x170)+_0x380fe0['testData']?.[_0x175b66(0x15d)]),await super[_0x175b66(0x14b)](_0x44eb49,_0x5d3b3b,_0x380fe0);const _0x4c5496=this[_0x175b66(0x1a5)](_0x44eb49,_0x5d3b3b,_0x380fe0);if(!_0x4c5496){logger['debug'](_0xb2c6cc[_0x175b66(0x194)]);return;}try{switch(_0x44eb49){case TestFrameworkState[_0x175b66(0x19f)]:{const _0x51554e=_0x380fe0[_0x175b66(0x161)],_0x50c3ba=_0x51554e[_0x175b66(0x15d)];if(_0xb2c6cc[_0x175b66(0x198)](_0x5d3b3b,HookState['PRE'])){logger[_0x175b66(0x199)](_0x175b66(0x191)+_0x50c3ba+_0x175b66(0x175)+_0x51554e[_0x175b66(0x169)]);const _0x3474b7=this[_0x175b66(0x1b8)](_0x51554e);_0x4c5496['addMultipleEntries'](_0x3474b7);}else{if(_0xb2c6cc['eNslr'](_0x5d3b3b,HookState[_0x175b66(0x168)])){logger['info'](_0x175b66(0x151)+_0x50c3ba+_0x175b66(0x152)+_0x51554e[_0x175b66(0x16e)]);const _0x13aad8=this[_0x175b66(0x17c)](_0x51554e,_0x4c5496);_0x4c5496[_0x175b66(0x15b)](_0x13aad8);}}break;}default:logger[_0x175b66(0x16c)](_0x175b66(0x1b6)+_0x44eb49+_0x175b66(0x16b)+_0x5d3b3b);break;}}catch(_0xeba07b){logger['error'](_0x175b66(0x1ba)+_0x44eb49+_0x175b66(0x16b)+_0x5d3b3b+_0x175b66(0x177)+util[_0x175b66(0x19c)](_0xeba07b));}_0x380fe0['instance']=_0x4c5496,await this['runHooks'](_0x4c5496,_0x44eb49,_0x5d3b3b,_0x380fe0);}[a94_0x50fc83(0x1a5)](_0x291e79,_0x3023ce,_0x24846a={}){const _0x188ba0=a94_0x50fc83,_0x23d1d3={};_0x23d1d3[_0x188ba0(0x1b9)]=_0x188ba0(0x167);const _0x43bbd5=_0x23d1d3;let _0xdf68c7=TestFramework[_0x188ba0(0x164)]();if(!_0xdf68c7){logger['debug'](_0x43bbd5[_0x188ba0(0x1b9)]);const _0x109bc0=CLIUtils[_0x188ba0(0x18d)](),_0x45f2e4=TrackedInstance[_0x188ba0(0x162)](_0x109bc0);_0xdf68c7=new TestFrameworkInstance(_0x45f2e4,this['getTestFrameworks'](),this[_0x188ba0(0x16a)](),_0x291e79,HookState[_0x188ba0(0x15f)]),TestFramework[_0x188ba0(0x14f)](_0x45f2e4,_0xdf68c7),logger[_0x188ba0(0x16c)](_0x188ba0(0x178)+_0x45f2e4[_0x188ba0(0x1be)]());}return _0xdf68c7;}[a94_0x50fc83(0x1b8)](_0x521593){const _0x11da7f=a94_0x50fc83,_0x500f5=_0x521593['test_uuid'],_0x24d9b1=this[_0x11da7f(0x193)]()[0x0],_0x477ba4=this[_0x11da7f(0x16a)](),_0x35224a={[TestFrameworkConstants[_0x11da7f(0x1a2)]]:_0x24d9b1,[TestFrameworkConstants[_0x11da7f(0x1a1)]]:_0x477ba4[_0x24d9b1]||'',[TestFrameworkConstants[_0x11da7f(0x153)]]:_0x521593[_0x11da7f(0x15d)],[TestFrameworkConstants[_0x11da7f(0x156)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x11da7f(0x160)]]:TestFrameworkConstants[_0x11da7f(0x166)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants[_0x11da7f(0x18b)]]:_0x521593[_0x11da7f(0x197)],[TestFrameworkConstants[_0x11da7f(0x186)]]:_0x500f5,[TestFrameworkConstants[_0x11da7f(0x1b0)]]:_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants[_0x11da7f(0x180)]]:_0x521593[_0x11da7f(0x155)]||_0x521593[_0x11da7f(0x197)],[TestFrameworkConstants[_0x11da7f(0x181)]]:_0x521593[_0x11da7f(0x159)]||null,[TestFrameworkConstants[_0x11da7f(0x19a)]]:_0x521593[_0x11da7f(0x179)]||[],[TestFrameworkConstants[_0x11da7f(0x1ac)]]:_0x521593[_0x11da7f(0x185)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x521593[_0x11da7f(0x14c)]||'',[TestFrameworkConstants[_0x11da7f(0x18c)]]:_0x521593[_0x11da7f(0x1bc)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x521593[_0x11da7f(0x16d)]||_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x521593['test_meta']||{}},_0x21a12a={};return _0x21a12a[_0x500f5]=_0x35224a,_0x21a12a;}['parseTestResult'](_0x2fd880,_0x2d0d12){const _0x398a76=a94_0x50fc83,_0x924f31={};_0x924f31[_0x398a76(0x1b7)]=_0x398a76(0x149),_0x924f31['sdVnt']=function(_0x54b6bd,_0x2ee6fc){return _0x54b6bd===_0x2ee6fc;},_0x924f31[_0x398a76(0x1ab)]=_0x398a76(0x18f),_0x924f31['eVvdn']=_0x398a76(0x15c),_0x924f31[_0x398a76(0x1b4)]=_0x398a76(0x1b1),_0x924f31['yUeDM']=function(_0x351c3f,_0x105541){return _0x351c3f!==_0x105541;};const _0xacb1d0=_0x924f31,_0x296448=_0x2fd880['test_uuid'],_0x1b8313=_0x2d0d12[_0x398a76(0x1a0)]()['get'](_0x296448)||{},_0xf65d2e={..._0x1b8313,[TestFrameworkConstants[_0x398a76(0x160)]]:_0x2fd880[_0x398a76(0x16e)]||_0xacb1d0[_0x398a76(0x1b7)],[TestFrameworkConstants[_0x398a76(0x1b2)]]:_0x2fd880[_0x398a76(0x14d)]||new Date()[_0x398a76(0x190)](),[TestFrameworkConstants[_0x398a76(0x173)]]:new Date()[_0x398a76(0x190)](),[TestFrameworkConstants[_0x398a76(0x19d)]]:_0x1b8313[TestFrameworkConstants[_0x398a76(0x19d)]]||[],[TestFrameworkConstants[_0x398a76(0x1a8)]]:_0x2fd880[_0x398a76(0x17f)]||{}};_0xacb1d0['sdVnt'](_0x2fd880['test_result'],_0xacb1d0['WpfPm'])&&(_0xf65d2e[TestFrameworkConstants[_0x398a76(0x188)]]=_0x2fd880['test_failure_type']||_0xacb1d0[_0x398a76(0x17d)],_0xf65d2e[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x2fd880['test_failure_reason']||_0xacb1d0[_0x398a76(0x1b4)],_0xf65d2e[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x2fd880[_0x398a76(0x1ae)]||[]);_0xacb1d0['yUeDM'](_0x2fd880[_0x398a76(0x189)],undefined)&&(_0xf65d2e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2fd880[_0x398a76(0x189)]);const _0x1cd7e0={};return _0x1cd7e0[_0x296448]=_0xf65d2e,_0x1cd7e0;}[a94_0x50fc83(0x1af)](_0x4cc52d){const _0x57748a=a94_0x50fc83,_0x2ad3c8={};_0x2ad3c8[_0x57748a(0x16f)]=_0x57748a(0x196);const _0x277c00=_0x2ad3c8;try{const _0x156b7a=_0x4cc52d[_0x57748a(0x161)]?.[_0x57748a(0x15d)],_0xde2358=_0x4cc52d['instance'],_0x2a420d=_0xde2358[_0x57748a(0x15e)](),_0x3b994f=_0xde2358[_0x57748a(0x1a0)]()['get'](_0x156b7a);if(!_0x3b994f)return logger[_0x57748a(0x16c)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x156b7a),{};const {[TestFrameworkConstants[_0x57748a(0x1a2)]]:_0xfc72d1=this[_0x57748a(0x193)]()[0x0]||'',[TestFrameworkConstants[_0x57748a(0x1a1)]]:_0x49875b=this[_0x57748a(0x16a)]()[this[_0x57748a(0x193)]()[0x0]]||'',[TestFrameworkConstants[_0x57748a(0x1ac)]]:_0x28c0a4='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x623783=''}=_0x3b994f,_0x1bdcba=_0xde2358[_0x57748a(0x1a7)]()[_0x57748a(0x171)]()[_0x57748a(0x150)]('.')[0x1],_0x2f56f0=_0xde2358[_0x57748a(0x17a)]()[_0x57748a(0x171)]()['split']('.')[0x1],_0xd93cca=global?.['__workerDetails']?.[_0x57748a(0x14e)]?.[_0x57748a(0x1b3)]||global['__bstackPlatformIndex']||0x0,_0x5e9d6f=_0xde2358['getRef'](),_0x443f0a=Buffer['from'](JSON[_0x57748a(0x163)](_0x3b994f))[_0x57748a(0x171)](_0x277c00[_0x57748a(0x16f)]),_0x2b947e={'hash':_0x2a420d[_0x57748a(0x1be)](),'threadId':_0x2a420d[_0x57748a(0x172)]()[_0x57748a(0x171)](),'processId':_0x2a420d[_0x57748a(0x184)]()[_0x57748a(0x171)]()},_0x98e34f={};return _0x98e34f[_0x57748a(0x17b)]=_0xd93cca,_0x98e34f[_0x57748a(0x1ad)]=_0xfc72d1,_0x98e34f['testFrameworkVersion']=_0x49875b,_0x98e34f['testFrameworkState']=_0x1bdcba,_0x98e34f[_0x57748a(0x1b5)]=_0x2f56f0,_0x98e34f[_0x57748a(0x1a4)]=_0x28c0a4,_0x98e34f[_0x57748a(0x15a)]=_0x623783,_0x98e34f[_0x57748a(0x1bd)]=_0x5e9d6f,_0x98e34f[_0x57748a(0x192)]=_0x443f0a,_0x98e34f['executionContext']=_0x2b947e,_0x98e34f[_0x57748a(0x14a)]=_0x156b7a,_0x98e34f;}catch(_0x374563){return logger['error'](_0x57748a(0x17e)+util[_0x57748a(0x19c)](_0x374563)),{};}}}module['exports']=NodeGenericFramework;function a94_0x2a7a(){const _0x534858=['KEY_TEST_STARTED_AT','testFrameworkName','test_failure','createTestFrameworkEventPayload','KEY_TEST_NAME','Unknown\x20error','KEY_TEST_ENDED_AT','parallelIndex','kevwo','hookState','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','kJknx','parseTestData','JABZS','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','11181esmhNa','test_scopes','uuid','getId','unknown','test_identifier','trackEvent','test_scope','test_ended_at','workerInfo','setTrackedInstance','split','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=',',\x20result=','KEY_TEST_UUID','../cliUtils.js','test_location','KEY_TEST_LOGS','864213QuFpGs','577535adAzPa','test_code','endedAt','addMultipleEntries','UnhandledError','test_uuid','getContext','NONE','KEY_TEST_RESULT','testData','createContext','stringify','getTrackedInstance','../instances/trackedInstance.js','DEFAULT_TEST_RESULT','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','POST','test_name','getTestFrameworksVersions',',\x20hookState=','debug','test_rerun_name','test_result','plONk','\x20for\x20test_uuid=','toString','getThreadId','KEY_TEST_RESULT_AT','../instances/testFrameworkInstance.js',',\x20test_name=','../../../helpers/classLogger.js',',\x20error=','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','test_tags','getCurrentHookState','platformIndex','parseTestResult','eVvdn','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','test_meta','KEY_TEST_LOCATION','KEY_TEST_CODE','./testFramework','getCurrentTestUUID','getProcessId','test_started_at','KEY_TEST_ID','../state/hookState.js','KEY_TEST_FAILURE_TYPE','test_duration','364aFAQRB','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES','getCurrentInstanceName','3216364YzaCpN','failed','toISOString','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','eventJson','getTestFrameworks','hACLZ','70376talAmw','base64','test_file_path','eNslr','info','KEY_TEST_TAGS','5184870sUebhh','format','KEY_LOGS','_currentTestUUID','TEST','getAllData','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FRAMEWORK_NAME','setCurrentTestUUID','startedAt','resolveInstance','NodeGenericFramework','getCurrentTestState','KEY_TEST_META','1476744fqEPwr','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','WpfPm'];a94_0x2a7a=function(){return _0x534858;};return a94_0x2a7a();}
|
|
1
|
+
const a98_0x272469=a98_0x3626;(function(_0x4d3177,_0x4057e1){const _0x515a26=a98_0x3626,_0x242cf1=_0x4d3177();while(!![]){try{const _0xb34ecd=parseInt(_0x515a26(0x1e6))/0x1*(parseInt(_0x515a26(0x1e1))/0x2)+parseInt(_0x515a26(0x17e))/0x3*(parseInt(_0x515a26(0x1d7))/0x4)+parseInt(_0x515a26(0x1f9))/0x5*(parseInt(_0x515a26(0x1d1))/0x6)+parseInt(_0x515a26(0x1f0))/0x7+-parseInt(_0x515a26(0x1e5))/0x8*(-parseInt(_0x515a26(0x1f2))/0x9)+parseInt(_0x515a26(0x1a5))/0xa*(-parseInt(_0x515a26(0x1b8))/0xb)+parseInt(_0x515a26(0x190))/0xc;if(_0xb34ecd===_0x4057e1)break;else _0x242cf1['push'](_0x242cf1['shift']());}catch(_0x368530){_0x242cf1['push'](_0x242cf1['shift']());}}}(a98_0x10b5,0x8d6f5));const TestFramework=require(a98_0x272469(0x1cf)),TestFrameworkState=require(a98_0x272469(0x1e9)),HookState=require(a98_0x272469(0x18a)),{createClassLogger}=require(a98_0x272469(0x1af)),TestFrameworkInstance=require(a98_0x272469(0x1c6)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a98_0x272469(0x193)),logger=createClassLogger(a98_0x272469(0x1b2)),util=require(a98_0x272469(0x1c5));class NodeGenericFramework extends TestFramework{constructor(_0x41088d,_0x451cc5,_0xba7cf7){const _0x133da2=a98_0x272469;super(_0x41088d,_0x451cc5,_0xba7cf7),this[_0x133da2(0x181)]=null;}[a98_0x272469(0x1a3)](_0x463248){const _0xb6f507=a98_0x272469;this[_0xb6f507(0x181)]=_0x463248;}[a98_0x272469(0x17c)](){const _0x2e7b86=a98_0x272469;return this[_0x2e7b86(0x181)];}async['trackEvent'](_0x1f857f,_0x377eda,_0x98dded={}){const _0x2f16a7=a98_0x272469,_0xeec112={};_0xeec112[_0x2f16a7(0x1b5)]=_0x2f16a7(0x194),_0xeec112[_0x2f16a7(0x1e0)]=function(_0x3ceaf5,_0x3ff1c9){return _0x3ceaf5===_0x3ff1c9;},_0xeec112[_0x2f16a7(0x1a7)]=function(_0x57760f,_0x5944b2){return _0x57760f===_0x5944b2;};const _0xb8e4ad=_0xeec112;logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1f857f+'.'+_0x377eda+_0x2f16a7(0x182)+_0x98dded[_0x2f16a7(0x1a4)]?.[_0x2f16a7(0x1de)]),await super[_0x2f16a7(0x1d2)](_0x1f857f,_0x377eda,_0x98dded);const _0x5b1199=this[_0x2f16a7(0x1b0)](_0x1f857f,_0x377eda,_0x98dded);if(!_0x5b1199){logger[_0x2f16a7(0x18f)](_0xb8e4ad['iSgCD']);return;}try{switch(_0x1f857f){case TestFrameworkState[_0x2f16a7(0x1c1)]:{const _0x44aa4d=_0x98dded[_0x2f16a7(0x1a4)],_0x20da4f=_0x44aa4d[_0x2f16a7(0x1de)];if(_0xb8e4ad['rkxkG'](_0x377eda,HookState[_0x2f16a7(0x196)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1bf)+_0x44aa4d[_0x2f16a7(0x17b)]);const _0x1b0f88=this[_0x2f16a7(0x1d5)](_0x44aa4d);_0x5b1199['addMultipleEntries'](_0x1b0f88);}else{if(_0xb8e4ad[_0x2f16a7(0x1a7)](_0x377eda,HookState[_0x2f16a7(0x17f)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1b9)+_0x44aa4d[_0x2f16a7(0x1f7)]);const _0x543c51=this['parseTestResult'](_0x44aa4d,_0x5b1199);_0x5b1199[_0x2f16a7(0x1a1)](_0x543c51);}}break;}default:logger['debug'](_0x2f16a7(0x1ef)+_0x1f857f+',\x20hookState='+_0x377eda);break;}}catch(_0x488035){logger[_0x2f16a7(0x198)](_0x2f16a7(0x1e8)+_0x1f857f+_0x2f16a7(0x1c4)+_0x377eda+_0x2f16a7(0x1ac)+util['format'](_0x488035));}_0x98dded['instance']=_0x5b1199,await this[_0x2f16a7(0x1b1)](_0x5b1199,_0x1f857f,_0x377eda,_0x98dded);}['resolveInstance'](_0x20cdb2,_0x1f2f2b,_0x1a8fe2={}){const _0x415481=a98_0x272469,_0x5942c1={};_0x5942c1[_0x415481(0x19b)]=_0x415481(0x1a2);const _0x4bad60=_0x5942c1;let _0x3d8138=TestFramework['getTrackedInstance']();if(!_0x3d8138){logger[_0x415481(0x18f)](_0x4bad60[_0x415481(0x19b)]);const _0x3314a2=CLIUtils['getCurrentInstanceName'](),_0x10ab09=TrackedInstance['createContext'](_0x3314a2);_0x3d8138=new TestFrameworkInstance(_0x10ab09,this[_0x415481(0x185)](),this[_0x415481(0x1f1)](),_0x20cdb2,HookState[_0x415481(0x1ce)]),TestFramework[_0x415481(0x1d6)](_0x10ab09,_0x3d8138),logger[_0x415481(0x18f)](_0x415481(0x1f8)+_0x10ab09[_0x415481(0x1d8)]());}return _0x3d8138;}[a98_0x272469(0x1d5)](_0x520584){const _0x2234d6=a98_0x272469,_0x254e11=_0x520584[_0x2234d6(0x1de)],_0x41b5d9=this[_0x2234d6(0x185)]()[0x0],_0x2d369f=this[_0x2234d6(0x1f1)](),_0x45c00e={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x41b5d9,[TestFrameworkConstants[_0x2234d6(0x1c7)]]:_0x2d369f[_0x41b5d9]||'',[TestFrameworkConstants[_0x2234d6(0x1db)]]:_0x520584[_0x2234d6(0x1de)],[TestFrameworkConstants[_0x2234d6(0x1b6)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2234d6(0x18e)]]:TestFrameworkConstants[_0x2234d6(0x1f3)],[TestFrameworkConstants[_0x2234d6(0x1a0)]]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x17a)]]:_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants[_0x2234d6(0x17d)]]:_0x254e11,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x18c)]]:_0x520584['test_location']||_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x520584[_0x2234d6(0x195)]||null,[TestFrameworkConstants[_0x2234d6(0x1ed)]]:_0x520584[_0x2234d6(0x192)]||[],[TestFrameworkConstants[_0x2234d6(0x1bd)]]:_0x520584[_0x2234d6(0x1cb)]||new Date()[_0x2234d6(0x1c9)](),[TestFrameworkConstants[_0x2234d6(0x1dc)]]:_0x520584['test_scope']||'',[TestFrameworkConstants[_0x2234d6(0x1e2)]]:_0x520584[_0x2234d6(0x180)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x520584[_0x2234d6(0x188)]||_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x1be)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x520584[_0x2234d6(0x1a6)]||{}},_0x2f34f7={};return _0x2f34f7[_0x254e11]=_0x45c00e,_0x2f34f7;}['parseTestResult'](_0x366036,_0x5741ae){const _0x3a0457=a98_0x272469,_0x2f1adb={};_0x2f1adb[_0x3a0457(0x184)]=_0x3a0457(0x1ca),_0x2f1adb[_0x3a0457(0x1d3)]=function(_0x455bed,_0x4544e2){return _0x455bed===_0x4544e2;},_0x2f1adb[_0x3a0457(0x1e4)]=_0x3a0457(0x1eb),_0x2f1adb[_0x3a0457(0x18d)]=_0x3a0457(0x1b7),_0x2f1adb[_0x3a0457(0x197)]='Unknown\x20error',_0x2f1adb[_0x3a0457(0x1ec)]=function(_0x72fa73,_0x55173d){return _0x72fa73!==_0x55173d;};const _0x3adef1=_0x2f1adb,_0xc02b92=_0x366036[_0x3a0457(0x1de)],_0x32155c=_0x5741ae[_0x3a0457(0x1da)]()[_0x3a0457(0x1aa)](_0xc02b92)||{},_0x1188d6={..._0x32155c,[TestFrameworkConstants[_0x3a0457(0x18e)]]:_0x366036[_0x3a0457(0x1f7)]||_0x3adef1['eBOLI'],[TestFrameworkConstants[_0x3a0457(0x1b4)]]:_0x366036[_0x3a0457(0x1c3)]||new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants[_0x3a0457(0x186)]]:_0x32155c[TestFrameworkConstants[_0x3a0457(0x186)]]||[],[TestFrameworkConstants[_0x3a0457(0x1ab)]]:_0x366036['test_meta']||{}};_0x3adef1[_0x3a0457(0x1d3)](_0x366036[_0x3a0457(0x1f7)],_0x3adef1[_0x3a0457(0x1e4)])&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1f6)]]=_0x366036['test_failure_type']||_0x3adef1[_0x3a0457(0x18d)],_0x1188d6[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x366036[_0x3a0457(0x1ea)]||_0x3adef1[_0x3a0457(0x197)],_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1a9)]]=_0x366036[_0x3a0457(0x1b3)]||[]);_0x3adef1[_0x3a0457(0x1ec)](_0x366036[_0x3a0457(0x1ba)],undefined)&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1e7)]]=_0x366036['test_duration']);const _0x2ca455={};return _0x2ca455[_0xc02b92]=_0x1188d6,_0x2ca455;}[a98_0x272469(0x1dd)](_0x3ac328){const _0x49046c=a98_0x272469,_0x8920b3={};_0x8920b3['fGwFZ']=_0x49046c(0x1bb);const _0xa4eb40=_0x8920b3;try{const _0x26bae7=_0x3ac328[_0x49046c(0x1a4)]?.['test_uuid'],_0x4b492d=_0x3ac328[_0x49046c(0x1cd)],_0x56f458=_0x4b492d[_0x49046c(0x1d9)](),_0x42ce4a=_0x4b492d[_0x49046c(0x1da)]()['get'](_0x26bae7);if(!_0x42ce4a)return logger[_0x49046c(0x18f)](_0x49046c(0x19d)+_0x26bae7),{};const {[TestFrameworkConstants[_0x49046c(0x1ee)]]:_0x55b577=this[_0x49046c(0x185)]()[0x0]||'',[TestFrameworkConstants[_0x49046c(0x1c7)]]:_0x41905d=this[_0x49046c(0x1f1)]()[this[_0x49046c(0x185)]()[0x0]]||'',[TestFrameworkConstants[_0x49046c(0x1bd)]]:_0x483ba1='',[TestFrameworkConstants[_0x49046c(0x1b4)]]:_0x15ce3b=''}=_0x42ce4a,_0x438147=_0x4b492d[_0x49046c(0x1c2)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x3652a7=_0x4b492d[_0x49046c(0x19c)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x173b3d=global?.[_0x49046c(0x1cc)]?.[_0x49046c(0x1ae)]?.[_0x49046c(0x1a8)]||global['__bstackPlatformIndex']||0x0,_0x4f6802=_0x4b492d[_0x49046c(0x1f5)](),_0x3056f6=Buffer[_0x49046c(0x187)](JSON[_0x49046c(0x19e)](_0x42ce4a))['toString'](_0xa4eb40[_0x49046c(0x183)]),_0x5f60a7={'hash':_0x56f458[_0x49046c(0x1d8)](),'threadId':_0x56f458[_0x49046c(0x1f4)]()[_0x49046c(0x1d4)](),'processId':_0x56f458[_0x49046c(0x1fa)]()[_0x49046c(0x1d4)]()},_0x1aaa4d={};return _0x1aaa4d[_0x49046c(0x189)]=_0x173b3d,_0x1aaa4d[_0x49046c(0x1df)]=_0x55b577,_0x1aaa4d[_0x49046c(0x1d0)]=_0x41905d,_0x1aaa4d['testFrameworkState']=_0x438147,_0x1aaa4d[_0x49046c(0x1bc)]=_0x3652a7,_0x1aaa4d['startedAt']=_0x483ba1,_0x1aaa4d[_0x49046c(0x199)]=_0x15ce3b,_0x1aaa4d[_0x49046c(0x18b)]=_0x4f6802,_0x1aaa4d[_0x49046c(0x1e3)]=_0x3056f6,_0x1aaa4d['executionContext']=_0x5f60a7,_0x1aaa4d[_0x49046c(0x19a)]=_0x26bae7,_0x1aaa4d;}catch(_0x1c1276){return logger[_0x49046c(0x198)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x49046c(0x1c0)](_0x1c1276)),{};}}}module[a98_0x272469(0x1c8)]=NodeGenericFramework;function a98_0x3626(_0x3c014d,_0x2d03d7){const _0x10b525=a98_0x10b5();return a98_0x3626=function(_0x3626a3,_0x1b3f90){_0x3626a3=_0x3626a3-0x17a;let _0x24aa63=_0x10b525[_0x3626a3];return _0x24aa63;},a98_0x3626(_0x3c014d,_0x2d03d7);}function a98_0x10b5(){const _0x295a54=['PRE','vYKNC','error','endedAt','test_identifier','QJLPD','getCurrentHookState','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','stringify','test_file_path','KEY_AUTOMATE_SESSION_NAME','addMultipleEntries','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','setCurrentTestUUID','testData','772130VuHSlY','test_meta','vRwFk','parallelIndex','KEY_TEST_FAILURE','get','KEY_TEST_META',',\x20error=','split','workerInfo','../../../helpers/classLogger.js','resolveInstance','runHooks','NodeGenericFramework','test_failure','KEY_TEST_ENDED_AT','iSgCD','KEY_TEST_LOGS','UnhandledError','121RCNPMW',',\x20result=','test_duration','base64','hookState','KEY_TEST_STARTED_AT','KEY_CUSTOM_TAGS',',\x20test_name=','format','TEST','getCurrentTestState','test_ended_at',',\x20hookState=','util','../instances/testFrameworkInstance.js','KEY_TEST_FRAMEWORK_VERSION','exports','toISOString','unknown','test_started_at','__workerDetails','instance','NONE','./testFramework','testFrameworkVersion','102WCHJSb','trackEvent','xQnTl','toString','parseTestData','setTrackedInstance','606748ZNmcOU','getId','getContext','getAllData','KEY_TEST_UUID','KEY_TEST_SCOPE','createTestFrameworkEventPayload','test_uuid','testFrameworkName','rkxkG','191698gFISWV','KEY_TEST_SCOPES','eventJson','scmNM','268312lDPTzv','5YwdvVr','KEY_TEST_DURATION','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','../state/testFrameworkState.js','test_failure_reason','failed','aXGLh','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','920318gwYYBm','getTestFrameworksVersions','90HsCZmD','DEFAULT_TEST_RESULT','getThreadId','getRef','KEY_TEST_FAILURE_TYPE','test_result','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','95905wvlJby','getProcessId','KEY_TEST_FILE_PATH','test_name','getCurrentTestUUID','KEY_TEST_ID','3GPnTWh','POST','test_scopes','_currentTestUUID','\x20for\x20test_uuid=','fGwFZ','eBOLI','getTestFrameworks','KEY_LOGS','from','test_rerun_name','platformIndex','../state/hookState.js','uuid','KEY_TEST_LOCATION','bmASS','KEY_TEST_RESULT','debug','57444xMORaA','info','test_tags','./constants/testFrameworkConstants.js','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','test_code'];a98_0x10b5=function(){return _0x295a54;};return a98_0x10b5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a99_0x149abe=a99_0x66ee;(function(_0x12b504,_0x73b7da){const _0x7d0da1=a99_0x66ee,_0x364b33=_0x12b504();while(!![]){try{const _0x48734b=-parseInt(_0x7d0da1(0xe3))/0x1*(-parseInt(_0x7d0da1(0xd9))/0x2)+-parseInt(_0x7d0da1(0xf3))/0x3*(parseInt(_0x7d0da1(0xd4))/0x4)+parseInt(_0x7d0da1(0xf1))/0x5+-parseInt(_0x7d0da1(0xe2))/0x6*(parseInt(_0x7d0da1(0xed))/0x7)+parseInt(_0x7d0da1(0xd0))/0x8+-parseInt(_0x7d0da1(0xcb))/0x9*(-parseInt(_0x7d0da1(0xd8))/0xa)+parseInt(_0x7d0da1(0xcd))/0xb*(-parseInt(_0x7d0da1(0xea))/0xc);if(_0x48734b===_0x73b7da)break;else _0x364b33['push'](_0x364b33['shift']());}catch(_0x2b600e){_0x364b33['push'](_0x364b33['shift']());}}}(a99_0x1a44,0x863b3));function a99_0x66ee(_0x414526,_0x146535){const _0x1a44d0=a99_0x1a44();return a99_0x66ee=function(_0x66eeee,_0x28e3ea){_0x66eeee=_0x66eeee-0xcb;let _0x2beb2f=_0x1a44d0[_0x66eeee];return _0x2beb2f;},a99_0x66ee(_0x414526,_0x146535);}const AutomationFramework=require(a99_0x149abe(0xe4)),{createClassLogger}=require(a99_0x149abe(0xe9)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a99_0x149abe(0xdb)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a99_0x1a44(){const _0x28a6d2=['\x20hookState=','info','8052520fIZhpe',',\x20state=','trackEvent','logger','527784QMrWYr','exports','CREATE','bCNpy','30IBSKSb','2tXbHdu','message','../cliUtils.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackEvent:\x20automationFrameworkState=','createContext','instance','getAutomationFrameworkVersion','PlaywrightAutomationFramework','18SkYzay','764857qzeZpM','./automationFramework.js','KjUAM','PLAYWRIGHT_DISPATCH','getTrackedInstance','trackPlaywrightInstance','../../../helpers/classLogger.js','13704WgWzGE','trackPlaywrightInstance:\x20instance\x20already\x20exists','getCurrentInstanceName','2512986UEjQIg','efkKl','debug','WYolJ','350050fSoQTt','getId','3pdRIzF','runHooks','params','setTrackedInstance','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2975823LtNoxx','\x20target=','10351BrDzHJ'];a99_0x1a44=function(){return _0x28a6d2;};return a99_0x1a44();}class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x149abe(0xd3)]=createClassLogger(a99_0x149abe(0xe1));constructor(_0x404708,_0x263aaa){super(_0x404708,_0x263aaa);}async['trackEvent'](_0x1c668a,_0x4caee6,_0x506c47={}){const _0x232925=a99_0x149abe,_0x4e8d36={};_0x4e8d36[_0x232925(0xf0)]=function(_0x5a9bf1,_0x1a7677){return _0x5a9bf1===_0x1a7677;};const _0x27af4b=_0x4e8d36;this[_0x232925(0xd3)][_0x232925(0xef)](_0x232925(0xdd)+_0x1c668a+_0x232925(0xce)+_0x4caee6),await super[_0x232925(0xd2)](_0x1c668a,_0x4caee6,_0x506c47);const _0x34b36d=this['resolveInstance'](_0x1c668a,_0x4caee6,_0x506c47);if(_0x27af4b[_0x232925(0xf0)](_0x34b36d,null))return;_0x506c47[_0x232925(0xdf)]=_0x34b36d,await this[_0x232925(0xf4)](_0x34b36d,_0x1c668a,_0x4caee6,_0x506c47);}['resolveInstance'](_0x22e556,_0x2c5757,_0xe46674={}){const _0x39e0d=a99_0x149abe,_0x5be0aa={};_0x5be0aa[_0x39e0d(0xee)]=function(_0xba5390,_0x4fd6a2){return _0xba5390===_0x4fd6a2;},_0x5be0aa[_0x39e0d(0xd7)]=function(_0x455d99,_0x34e799){return _0x455d99===_0x34e799;};const _0x459408=_0x5be0aa;let _0x1f2d98=null;return(_0x459408['efkKl'](_0x22e556,AutomationFrameworkState[_0x39e0d(0xd6)])||_0x459408[_0x39e0d(0xee)](_0x22e556,AutomationFrameworkState[_0x39e0d(0xe6)])&&(_0xe46674[_0x39e0d(0xda)]&&_0xe46674[_0x39e0d(0xda)][_0x39e0d(0xf5)]&&_0xe46674[_0x39e0d(0xda)][_0x39e0d(0xf5)]['bsParams'])||_0x459408[_0x39e0d(0xd7)](_0x22e556,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x22e556,_0xe46674),_0x1f2d98=AutomationFramework['getTrackedInstance'](),_0x1f2d98;}[a99_0x149abe(0xe8)](_0x9b1afc,_0x3ab832){const _0x401ec1=a99_0x149abe,_0x228a84={};_0x228a84[_0x401ec1(0xe5)]=_0x401ec1(0xeb);const _0x4b5b4b=_0x228a84;if(AutomationFramework[_0x401ec1(0xe7)]()){this[_0x401ec1(0xd3)][_0x401ec1(0xcf)](_0x4b5b4b[_0x401ec1(0xe5)]);return;}const _0x454a2e=CLIUtils[_0x401ec1(0xec)](),_0x945bc5=TrackedInstance[_0x401ec1(0xde)](_0x454a2e);let _0x1054a5=null;this[_0x401ec1(0xd3)][_0x401ec1(0xcf)](_0x401ec1(0xdc)+_0x454a2e+_0x401ec1(0xd1)+_0x9b1afc),_0x1054a5=new AutomationFrameworkInstance(_0x945bc5,this['getAutomationFrameworkName'](),this[_0x401ec1(0xe0)](),_0x9b1afc),AutomationFramework[_0x401ec1(0xf6)](_0x945bc5,_0x1054a5),this[_0x401ec1(0xd3)]['info'](_0x401ec1(0xf7)+_0x945bc5[_0x401ec1(0xf2)]()+_0x401ec1(0xcc)+_0x454a2e);}}module[a99_0x149abe(0xd5)]=PlaywrightAutomationFramework;
|