browserstack-node-sdk 1.65.4 → 1.65.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/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/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_0x3195e6=a92_0x395f;(function(_0x5189be,_0x28dd7d){const _0x407b14=a92_0x395f,_0x42affb=_0x5189be();while(!![]){try{const _0x34fc92=parseInt(_0x407b14(0x193))/0x1*(-parseInt(_0x407b14(0x136))/0x2)+-parseInt(_0x407b14(0x1b9))/0x3+parseInt(_0x407b14(0x111))/0x4*(-parseInt(_0x407b14(0x1b2))/0x5)+-parseInt(_0x407b14(0x23c))/0x6+parseInt(_0x407b14(0x13b))/0x7+-parseInt(_0x407b14(0x167))/0x8*(-parseInt(_0x407b14(0x21b))/0x9)+parseInt(_0x407b14(0x1b6))/0xa;if(_0x34fc92===_0x28dd7d)break;else _0x42affb['push'](_0x42affb['shift']());}catch(_0x99a57){_0x42affb['push'](_0x42affb['shift']());}}}(a92_0x291f,0x3c01b));const TestFramework=require(a92_0x3195e6(0x19a)),TestFrameworkState=require(a92_0x3195e6(0x286)),HookState=require(a92_0x3195e6(0x222)),{createClassLogger}=require(a92_0x3195e6(0x11a)),TestFrameworkInstance=require(a92_0x3195e6(0x106)),CLIUtils=require(a92_0x3195e6(0x17e)),TrackedInstance=require(a92_0x3195e6(0x181)),TestFrameworkConstants=require(a92_0x3195e6(0x243)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a92_0x3195e6(0x19b)),logger=createClassLogger(a92_0x3195e6(0x17a)),{v4:uuidv4}=require(a92_0x3195e6(0x170)),util=require(a92_0x3195e6(0x123)),TestInfo=require(a92_0x3195e6(0x14a)),GrpcClient=require(a92_0x3195e6(0x17d)),stackTrace=require(a92_0x3195e6(0x10b)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x8b2188,_0x518aa1,_0x30a77a){const _0x5de208=a92_0x3195e6;super(_0x8b2188,_0x518aa1,_0x30a77a),this[_0x5de208(0x1fb)]=new Map();}[a92_0x3195e6(0x158)](_0x12cb15,_0x22c8ae,_0xf50bbe){const _0x5ca8d3=a92_0x3195e6,_0x5d906d={};_0x5d906d[_0x5ca8d3(0x14e)]=function(_0x482e6d,_0x4a980f){return _0x482e6d||_0x4a980f;};const _0x1e18fb=_0x5d906d;if(_0x1e18fb[_0x5ca8d3(0x14e)](!_0x12cb15,!_0x22c8ae)){logger['warn'](_0x5ca8d3(0x13e)+_0x12cb15+_0x5ca8d3(0x1d6)+_0x22c8ae);return;}!this['activeHooks'][_0x5ca8d3(0x128)](_0x12cb15)&&this[_0x5ca8d3(0x1fb)]['set'](_0x12cb15,[]);const _0x28aee5={'hookUUID':_0x22c8ae,'hookType':_0xf50bbe,'startedAt':new Date()[_0x5ca8d3(0x10a)]()};this[_0x5ca8d3(0x1fb)][_0x5ca8d3(0x26b)](_0x12cb15)[_0x5ca8d3(0x236)](_0x28aee5),logger[_0x5ca8d3(0x24c)](_0x5ca8d3(0x233)+_0x12cb15+_0x5ca8d3(0x1d6)+_0x22c8ae+_0x5ca8d3(0x242)+_0xf50bbe+',\x20totalHooks='+this[_0x5ca8d3(0x1fb)]['get'](_0x12cb15)[_0x5ca8d3(0x247)]);}['removeActiveHook'](_0xd38448,_0x495a84){const _0x5702a7=a92_0x3195e6,_0x204103={};_0x204103[_0x5702a7(0x151)]=function(_0x2a2680,_0x12c386){return _0x2a2680||_0x12c386;},_0x204103[_0x5702a7(0x113)]=function(_0x1540e1,_0x5c64cc){return _0x1540e1!==_0x5c64cc;},_0x204103['xNHSp']=function(_0x12b20a,_0x29994f){return _0x12b20a===_0x29994f;};const _0x1717c7=_0x204103;if(_0x1717c7['dfRMz'](!_0xd38448,!_0x495a84)){logger[_0x5702a7(0x172)](_0x5702a7(0x25d)+_0xd38448+_0x5702a7(0x1d6)+_0x495a84);return;}if(this[_0x5702a7(0x1fb)]['has'](_0xd38448)){const _0xa3ce2=this['activeHooks']['get'](_0xd38448),_0x3b24a9=_0xa3ce2[_0x5702a7(0x206)](_0x2fa1ac=>_0x2fa1ac[_0x5702a7(0x1f8)]===_0x495a84);_0x1717c7['CdZRb'](_0x3b24a9,-0x1)?(_0xa3ce2[_0x5702a7(0x231)](_0x3b24a9,0x1),logger[_0x5702a7(0x24c)](_0x5702a7(0x203)+_0xd38448+',\x20hookUUID='+_0x495a84+_0x5702a7(0x1df)+_0xa3ce2[_0x5702a7(0x247)]),_0x1717c7['xNHSp'](_0xa3ce2[_0x5702a7(0x247)],0x0)&&this[_0x5702a7(0x1fb)][_0x5702a7(0x23a)](_0xd38448)):logger[_0x5702a7(0x24c)](_0x5702a7(0x22a)+_0xd38448+_0x5702a7(0x1d6)+_0x495a84);}}['getActiveHook'](_0x25c09c){const _0x1af74f=a92_0x3195e6,_0x22e1cd={};_0x22e1cd[_0x1af74f(0x16e)]=function(_0x573c66,_0x345784){return _0x573c66>_0x345784;},_0x22e1cd['vkLgt']=function(_0x275e5b,_0xbeb8a){return _0x275e5b-_0xbeb8a;};const _0x2851a3=_0x22e1cd;if(!_0x25c09c)return null;if(this[_0x1af74f(0x1fb)]['has'](_0x25c09c)){const _0x3a1479=this[_0x1af74f(0x1fb)][_0x1af74f(0x26b)](_0x25c09c);if(_0x2851a3[_0x1af74f(0x16e)](_0x3a1479[_0x1af74f(0x247)],0x0)){const _0x346da9=_0x3a1479[_0x2851a3['vkLgt'](_0x3a1479[_0x1af74f(0x247)],0x1)];return logger[_0x1af74f(0x24c)](_0x1af74f(0x209)+_0x25c09c+_0x1af74f(0x1d6)+_0x346da9[_0x1af74f(0x1f8)]+_0x1af74f(0x242)+_0x346da9[_0x1af74f(0x22c)]),_0x346da9;}}return null;}async[a92_0x3195e6(0x149)](_0x4e8c67,_0x13e0aa,_0x240c86={}){const _0x83316e=a92_0x3195e6,_0x1adbd9={};_0x1adbd9[_0x83316e(0x257)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x1adbd9[_0x83316e(0x1ce)]=function(_0x5d1de5,_0x49779b){return _0x5d1de5===_0x49779b;},_0x1adbd9[_0x83316e(0x1ae)]=function(_0x3b4bb,_0x57e422){return _0x3b4bb||_0x57e422;},_0x1adbd9[_0x83316e(0x1c0)]=_0x83316e(0x15c),_0x1adbd9[_0x83316e(0x20e)]=function(_0x3d0741,_0x6f28ea){return _0x3d0741===_0x6f28ea;};const _0x340e03=_0x1adbd9;logger[_0x83316e(0x24c)](_0x83316e(0x1b4)+_0x4e8c67+',\x20hookState='+_0x13e0aa+_0x83316e(0x18d)+Object[_0x83316e(0x14f)](_0x240c86)[_0x83316e(0x228)](',')),await super['trackEvent'](_0x4e8c67,_0x13e0aa,_0x240c86);const _0x4cb5f3=this[_0x83316e(0x12f)](_0x4e8c67,_0x13e0aa,_0x240c86);if(!_0x4cb5f3){logger['debug'](_0x340e03['qrNpd']);return;}try{let _0x508029,_0xdc3b5b,_0x3d917a;switch(_0x4e8c67){case TestFrameworkState[_0x83316e(0x25b)]:_0x508029=_0x240c86[_0x83316e(0x19e)];const _0x3f7ed9={};_0x3f7ed9[_0x83316e(0x23f)]=0x2,_0x3f7ed9[_0x83316e(0x1cd)]=0x3,logger[_0x83316e(0x24c)](_0x83316e(0x21f)+_0x13e0aa+',\x20testData='+util[_0x83316e(0x1da)](_0x508029,_0x3f7ed9)),_0x3d917a=this[_0x83316e(0x25a)](_0x508029),_0xdc3b5b=null,logger[_0x83316e(0x24c)](_0x83316e(0x258)+_0x3d917a+'\x20(testIdentifier)');if(_0x340e03[_0x83316e(0x1ce)](_0x13e0aa,HookState[_0x83316e(0x237)])){logger[_0x83316e(0x24c)](_0x83316e(0x145)+_0x3d917a);const _0x343ef1={};_0x343ef1[_0x83316e(0x1dc)]=_0xdc3b5b,_0x343ef1['testData']=_0x508029,_0x343ef1[_0x83316e(0x276)]=_0x3d917a;const _0x433bdc=this[_0x83316e(0x229)](_0x343ef1),_0x51764a={};_0x51764a[_0x83316e(0x23f)]=0x2,_0x51764a[_0x83316e(0x1cd)]=0x3,logger[_0x83316e(0x24c)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x83316e(0x1da)](_0x433bdc,_0x51764a)),_0x4cb5f3[_0x83316e(0x22d)](_0x433bdc),logger['debug'](_0x83316e(0x267)+_0x3d917a),await this[_0x83316e(0x109)](_0x4cb5f3,_0x3d917a);}else{if(_0x340e03[_0x83316e(0x1ce)](_0x13e0aa,HookState[_0x83316e(0x169)])){logger[_0x83316e(0x24c)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x3d917a);const _0x5b087f=_0x4cb5f3[_0x83316e(0x154)]()[_0x83316e(0x26b)](_0x3d917a);logger[_0x83316e(0x24c)](_0x83316e(0x265)+util[_0x83316e(0x1da)](Object[_0x83316e(0x14f)](_0x340e03[_0x83316e(0x1ae)](_0x5b087f,{}))));_0x5b087f&&_0x5b087f[TestFrameworkConstants[_0x83316e(0x144)]]?logger[_0x83316e(0x24c)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x5b087f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x83316e(0x247)]+_0x83316e(0x28d)):logger[_0x83316e(0x24c)](_0x340e03[_0x83316e(0x1c0)]);const _0x165e0c=_0x240c86[_0x83316e(0x1ef)]||null,_0x235a68={};_0x235a68[_0x83316e(0x1dc)]=_0xdc3b5b,_0x235a68[_0x83316e(0x18a)]=_0x508029,_0x235a68[_0x83316e(0x276)]=_0x3d917a,_0x235a68[_0x83316e(0x1ef)]=_0x165e0c;const _0x4efb98=this[_0x83316e(0x268)](_0x235a68),_0x2e048e={};_0x2e048e[_0x83316e(0x23f)]=0x2,_0x2e048e[_0x83316e(0x1cd)]=0x3,logger[_0x83316e(0x24c)](_0x83316e(0x21c)+util[_0x83316e(0x1da)](_0x4efb98,_0x2e048e)),_0x4cb5f3[_0x83316e(0x22d)](_0x4efb98),logger[_0x83316e(0x24c)](_0x83316e(0x103)+_0x3d917a),await this[_0x83316e(0x109)](_0x4cb5f3,_0x3d917a);}}break;case TestFrameworkState[_0x83316e(0x1ed)]:if(_0x340e03['bIgKd'](_0x13e0aa,HookState['POST'])){const _0x47bea8={};_0x47bea8['depth']=0x2,logger[_0x83316e(0x24c)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x83316e(0x1da)](_0x240c86,_0x47bea8)),await this['sendLogCreatedEvent'](_0x4cb5f3,_0x4e8c67,_0x240c86);}break;default:if(CLIUtils['matchHookRegex'](_0x4e8c67[_0x83316e(0x1d0)]()[_0x83316e(0x253)]('.')[0x1])){const _0x3364e8={};_0x3364e8['depth']=0x2,_0x3364e8[_0x83316e(0x1cd)]=0x3,logger[_0x83316e(0x24c)](_0x83316e(0x120)+_0x4e8c67+',\x20hookState='+_0x13e0aa+_0x83316e(0x11e)+util[_0x83316e(0x1da)](_0x240c86[_0x83316e(0x121)],_0x3364e8));const _0x51e82c=await this[_0x83316e(0x1f9)](_0x4cb5f3,_0x4e8c67,_0x13e0aa,_0x240c86),_0x30aa20={};_0x30aa20['depth']=0x2,_0x30aa20['maxArrayLength']=0x3,logger[_0x83316e(0x24c)](_0x83316e(0x246)+util[_0x83316e(0x1da)](_0x51e82c,_0x30aa20)),_0x4cb5f3[_0x83316e(0x22d)](_0x51e82c);}else logger[_0x83316e(0x24c)](_0x83316e(0x152)+_0x4e8c67+_0x83316e(0x215)+_0x13e0aa);break;}logger[_0x83316e(0x24c)](_0x83316e(0x184)+_0x4e8c67+_0x83316e(0x273)+_0x13e0aa);}catch(_0x41d583){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x4e8c67+',\x20hookState='+_0x13e0aa+_0x83316e(0x1d2)+util[_0x83316e(0x20f)](_0x41d583));}_0x240c86[_0x83316e(0x28b)]=_0x4cb5f3,await this[_0x83316e(0x21a)](_0x4cb5f3,_0x4e8c67,_0x13e0aa,_0x240c86);}[a92_0x3195e6(0x25a)](_0x2655bf){const _0xcdb3fe=a92_0x3195e6,_0x56dc0d={};_0x56dc0d[_0xcdb3fe(0x135)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x349c09=_0x56dc0d;if(_0x2655bf&&(_0x2655bf['id']||_0x2655bf[_0xcdb3fe(0x170)])){const _0x4bd3ad=_0x2655bf['id']||_0x2655bf['uuid'];return logger[_0xcdb3fe(0x24c)](_0xcdb3fe(0x26a)+_0x4bd3ad+_0xcdb3fe(0x290)),_0x4bd3ad;}return logger[_0xcdb3fe(0x24c)](_0x349c09[_0xcdb3fe(0x135)]),process[_0xcdb3fe(0x278)]+_0xcdb3fe(0x115);}['resolveInstance'](_0x343ef7,_0x4f6c56,_0x45c7b9={}){const _0x3d2bc4=a92_0x3195e6;let _0x23e355=null;return _0x23e355=TestFramework['getTrackedInstance'](),!_0x23e355?(logger[_0x3d2bc4(0x24c)](_0x3d2bc4(0x1c3)+_0x343ef7),this['trackJestInstance'](_0x343ef7,_0x45c7b9),_0x23e355=TestFramework[_0x3d2bc4(0x182)](),logger[_0x3d2bc4(0x24c)](_0x3d2bc4(0x1f2)+!!_0x23e355+_0x3d2bc4(0x189)+_0x23e355?.[_0x3d2bc4(0x1a3)]()?.['getId']())):logger[_0x3d2bc4(0x24c)](_0x3d2bc4(0x17b)+_0x23e355[_0x3d2bc4(0x1a3)]()?.[_0x3d2bc4(0x201)]()),_0x23e355;}[a92_0x3195e6(0x25f)](_0x28f177,_0x3eff98){const _0x2ef24f=a92_0x3195e6,_0x28bd8e={};_0x28bd8e[_0x2ef24f(0x119)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x49c9ab=_0x28bd8e;if(TestFramework[_0x2ef24f(0x182)]()){logger[_0x2ef24f(0x24c)](_0x49c9ab[_0x2ef24f(0x119)]);return;}const _0x3f2186=CLIUtils[_0x2ef24f(0x1be)](),_0xd32450=TrackedInstance[_0x2ef24f(0x125)](_0x3f2186);let _0x4db799=null;logger[_0x2ef24f(0x24c)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x3f2186+_0x2ef24f(0x264)+_0x28f177),_0x4db799=new TestFrameworkInstance(_0xd32450,this['getTestFrameworks'](),this[_0x2ef24f(0x23b)](),_0x28f177,HookState[_0x2ef24f(0x217)]),TestFramework[_0x2ef24f(0x240)](_0xd32450,_0x4db799),logger['debug'](_0x2ef24f(0x24d)+_0xd32450[_0x2ef24f(0x201)]()+_0x2ef24f(0x274)+_0x3f2186+',\x20testFramework='+this[_0x2ef24f(0x1a7)]()[0x0]+',\x20version='+this[_0x2ef24f(0x23b)]()[this[_0x2ef24f(0x1a7)]()[0x0]]);}[a92_0x3195e6(0x229)](_0x44ec6b){const _0x187793=a92_0x3195e6,_0x407d3b={};_0x407d3b[_0x187793(0x1c6)]=function(_0x585664,_0x359835){return _0x585664||_0x359835;},_0x407d3b[_0x187793(0x1aa)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0xf0c7d0=_0x407d3b,{testUUID:_0x1640b8,testData:_0x3b2b06,testId:_0x3a1df2}=_0x44ec6b;if(_0xf0c7d0[_0x187793(0x1c6)](!_0x3b2b06,!_0x3a1df2))return logger['debug'](_0xf0c7d0['FbbuY']),{};const _0x7c2cfa=this[_0x187793(0x1a7)]()[0x0],_0x9aeb4d=this[_0x187793(0x23b)](),_0x33fd54={};_0x33fd54['depth']=0x2,_0x33fd54['maxArrayLength']=0x3,logger[_0x187793(0x24c)](_0x187793(0x252)+util[_0x187793(0x1da)](_0x3b2b06,_0x33fd54));const _0x17cc84=_0x3b2b06?.[_0x187793(0x16d)]||[],_0x23f2dd=this[_0x187793(0x186)](_0x3b2b06),_0xa146fd=this[_0x187793(0x1f4)](_0x3b2b06),_0x4b4575=_0x3b2b06['fn']?_0x3b2b06['fn'][_0x187793(0x1d0)]():_0x3b2b06?.[_0x187793(0x1ac)]?_0x3b2b06[_0x187793(0x1ac)][_0x187793(0x288)][_0x187793(0x1d0)]():null,_0x1fc01e=this[_0x187793(0x14c)](_0x3b2b06),_0x539452={[TestFrameworkConstants[_0x187793(0x1c8)]]:_0x7c2cfa,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x9aeb4d[_0x7c2cfa],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x187793(0x227)]]:{},[TestFrameworkConstants[_0x187793(0x171)]]:{},[TestFrameworkConstants[_0x187793(0x270)]]:TestFrameworkConstants[_0x187793(0x289)],[TestFrameworkConstants[_0x187793(0x282)]]:_0x23f2dd,[TestFrameworkConstants[_0x187793(0x275)]]:_0xa146fd,[TestFrameworkConstants[_0x187793(0x12b)]]:_0x3a1df2,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x23f2dd,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0xa146fd,[TestFrameworkConstants[_0x187793(0x1a0)]]:_0x4b4575,[TestFrameworkConstants[_0x187793(0x27d)]]:_0x1fc01e,[TestFrameworkConstants[_0x187793(0x1d3)]]:_0x3b2b06['started_at']||new Date()[_0x187793(0x10a)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x17cc84[0x0]||'',[TestFrameworkConstants[_0x187793(0x22e)]]:_0x17cc84,[TestFrameworkConstants[_0x187793(0x11d)]]:_0x23f2dd,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x3b2b06[_0x187793(0x19f)]&&(_0x539452[TestFrameworkConstants[_0x187793(0x20d)]]=_0x3b2b06[_0x187793(0x19f)]);logger[_0x187793(0x24c)](_0x187793(0x1ad)+_0x23f2dd+_0x187793(0x238)+_0x3a1df2+_0x187793(0x1e6)+JSON[_0x187793(0x15f)](_0x1fc01e)+_0x187793(0x226)+util['inspect'](_0x17cc84)+',\x20filePath='+_0xa146fd);const _0x3040bd={};return _0x3040bd[_0x3a1df2]=_0x539452,_0x3040bd;}[a92_0x3195e6(0x268)](_0x16ca37){const _0x48acea=a92_0x3195e6,_0x5b0fd5={'WnKTb':function(_0x4cc74d,_0x2736e9){return _0x4cc74d===_0x2736e9;},'Oeout':'afterAll','vnXdd':function(_0x3fc0aa,_0x2f5ec4){return _0x3fc0aa===_0x2f5ec4;},'kdNmP':_0x48acea(0x262),'whSYV':_0x48acea(0x15d),'mePwu':_0x48acea(0x133),'sovQO':function(_0x569196,_0x1876a0){return _0x569196||_0x1876a0;},'IVYHE':_0x48acea(0x175),'aHjCk':function(_0x44f732,_0x3b0e55){return _0x44f732||_0x3b0e55;},'nfmdq':'unknown','FSrjH':function(_0x2d8fc9,_0x24af34){return _0x2d8fc9>_0x24af34;},'YIOxj':'failed','JpUhH':function(_0x5d3ea6,_0x57cfd4){return _0x5d3ea6===_0x57cfd4;},'vrQfq':_0x48acea(0x292),'Looxd':function(_0x3ec52a,_0x1abc37){return _0x3ec52a===_0x1abc37;},'XQJOG':_0x48acea(0x198),'PthoT':'passed','WjeEN':function(_0x1b6c1c,_0x173256){return _0x1b6c1c!==_0x173256;},'KOHcK':function(_0x41b972,_0xfd3211,_0x132bc7,_0x56d97e){return _0x41b972(_0xfd3211,_0x132bc7,_0x56d97e);},'zIrat':function(_0x387543,_0x3b5630){return _0x387543>_0x3b5630;},'PKuni':_0x48acea(0x27c),'UQNOe':function(_0x5096fa,_0x2184c0){return _0x5096fa===_0x2184c0;}},{testUUID:_0x154fa2,testData:_0x3ce29b,testId:_0x1b5720}=_0x16ca37;if(_0x5b0fd5[_0x48acea(0x281)](!_0x3ce29b,!_0x1b5720))return logger['debug'](_0x5b0fd5[_0x48acea(0x1e8)]),{};const _0x17b80d=this[_0x48acea(0x12f)](TestFrameworkState[_0x48acea(0x25b)],HookState[_0x48acea(0x169)]),_0x2cc134=_0x17b80d[_0x48acea(0x154)]()[_0x48acea(0x26b)](_0x1b5720),_0x2a6529=_0x5b0fd5['aHjCk'](_0x2cc134,{}),_0x15b793=_0x2a6529?_0x2a6529[TestFrameworkConstants[_0x48acea(0x1e2)]]||{}:{},_0x2b8ef8=_0x2a6529[TestFrameworkConstants[_0x48acea(0x144)]];logger['debug'](_0x48acea(0x250)+(_0x2b8ef8?Object[_0x48acea(0x14f)](_0x2b8ef8)['length']:0x0)+_0x48acea(0x1f1));let _0x35dfe2=_0x5b0fd5[_0x48acea(0x284)];if(_0x3ce29b[_0x48acea(0x220)])_0x35dfe2=_0x3ce29b[_0x48acea(0x220)];else{if(_0x3ce29b['errorsDetailed']&&_0x5b0fd5[_0x48acea(0x23d)](_0x3ce29b['errorsDetailed'][_0x48acea(0x247)],0x0))_0x35dfe2=_0x5b0fd5[_0x48acea(0x1cf)];else _0x5b0fd5[_0x48acea(0x18b)](_0x3ce29b[_0x48acea(0x1c7)],_0x5b0fd5[_0x48acea(0x1d1)])||_0x5b0fd5['Looxd'](_0x3ce29b[_0x48acea(0x1c7)],_0x5b0fd5['XQJOG'])?_0x35dfe2=_0x5b0fd5[_0x48acea(0x196)]:_0x35dfe2=_0x5b0fd5[_0x48acea(0x1ab)];}const _0x15eef8={..._0x2a6529,[TestFrameworkConstants[_0x48acea(0x270)]]:_0x35dfe2,[TestFrameworkConstants[_0x48acea(0x21d)]]:_0x3ce29b[_0x48acea(0x230)]||new Date()[_0x48acea(0x10a)](),[TestFrameworkConstants[_0x48acea(0x208)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x48acea(0x1e2)]]:_0x15b793,[TestFrameworkConstants[_0x48acea(0x210)]]:_0x2a6529[TestFrameworkConstants[_0x48acea(0x210)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x5b0fd5[_0x48acea(0x22f)](_0x35dfe2,_0x5b0fd5[_0x48acea(0x1cf)])&&_0x3ce29b[_0x48acea(0x1ba)]){const _0x56cb37=this[_0x48acea(0x202)](_0x3ce29b),_0x9f9700=this[_0x48acea(0x142)](_0x3ce29b),_0x18b3bd=this[_0x48acea(0x272)](_0x3ce29b);_0x15eef8[TestFrameworkConstants[_0x48acea(0x129)]]=_0x9f9700,_0x15eef8[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x56cb37,_0x15eef8[TestFrameworkConstants[_0x48acea(0x1af)]]=_0x18b3bd;}_0x5b0fd5[_0x48acea(0x1c2)](_0x3ce29b[_0x48acea(0x245)],undefined)&&(_0x15eef8[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x3ce29b[_0x48acea(0x245)]);_0x3ce29b[_0x48acea(0x19f)]&&(_0x15eef8[TestFrameworkConstants[_0x48acea(0x20d)]]=_0x3ce29b['retryOf']);const _0x55a1a6=_0x2cc134?_0x2cc134[TestFrameworkConstants[_0x48acea(0x144)]]||{}:{},_0x21d122=_0x2cc134?_0x2cc134[TestFrameworkConstants['KEY_TEST_UUID']]:_0x154fa2,_0x5677a5=_0x5b0fd5['KOHcK'](getManualUploadLogs,_0x55a1a6,_0x21d122,_0x1b5720);if(_0x5b0fd5[_0x48acea(0x15e)](_0x5677a5['length'],0x0)){const _0x191a31=_0x15eef8[TestFrameworkConstants[_0x48acea(0x210)]]||[];_0x15eef8[TestFrameworkConstants[_0x48acea(0x210)]]=[..._0x191a31,..._0x5677a5];}const _0x3605d5=_0x2a6529[TestFrameworkConstants[_0x48acea(0x227)]]||{},_0x56d30d=_0x2a6529[TestFrameworkConstants[_0x48acea(0x171)]]||{},_0x410ab4={..._0x3605d5},_0x3fbec6=_0x410ab4;Object[_0x48acea(0x14f)](_0x56d30d)[_0x48acea(0x20a)](_0x44e768=>{const _0x2b2a2a=_0x48acea;!_0x3fbec6[_0x44e768]&&(_0x3fbec6[_0x44e768]=[]);const _0x20b3a3=new Set((_0x3fbec6[_0x44e768]||[])[_0x2b2a2a(0x127)](_0x5d8e13=>_0x5d8e13[TestFrameworkConstants[_0x2b2a2a(0x1c9)]]||_0x5d8e13[_0x2b2a2a(0x287)]));(_0x56d30d[_0x44e768]||[])[_0x2b2a2a(0x20a)](_0x47fc62=>{const _0x540ddb=_0x2b2a2a,_0x422721=_0x47fc62[TestFrameworkConstants[_0x540ddb(0x1c9)]]||_0x47fc62['hook_id'];if(!_0x20b3a3[_0x540ddb(0x128)](_0x422721)){const _0x2c6095={..._0x47fc62},_0x56b54a=_0x2c6095;!_0x56b54a[TestFrameworkConstants[_0x540ddb(0x1fa)]]&&!_0x56b54a['event_ended_at']&&(_0x56b54a[TestFrameworkConstants[_0x540ddb(0x1fa)]]=new Date()[_0x540ddb(0x10a)]()),!_0x56b54a[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x56b54a['hook_result']&&(_0x56b54a[TestFrameworkConstants[_0x540ddb(0x1bf)]]=TestFrameworkConstants[_0x540ddb(0x159)]),_0x3fbec6[_0x44e768][_0x540ddb(0x236)](_0x56b54a);}});});if(_0x16ca37['originalTest']){this['mapTestHooks'](_0x16ca37['originalTest']);const _0x364f77=this['buildHookMapFromTest'](_0x16ca37[_0x48acea(0x1ef)]),_0x41de4e=this['getHooksForTest'](_0x16ca37[_0x48acea(0x1ef)]);_0x41de4e['forEach'](_0x54dccb=>{const _0x53771b=_0x48acea,_0x7158ea=_0x364f77['get'](_0x54dccb);if(_0x7158ea&&(_0x5b0fd5['WnKTb'](_0x7158ea[_0x53771b(0x166)],_0x5b0fd5[_0x53771b(0x178)])||_0x5b0fd5[_0x53771b(0x22f)](_0x7158ea['type'],_0x5b0fd5[_0x53771b(0x25e)]))){const _0x5ea42f=_0x7158ea[_0x53771b(0x166)][_0x53771b(0x266)]()['replace'](_0x5b0fd5[_0x53771b(0x1b8)],_0x5b0fd5['mePwu']),_0x5c52b4=_0x5ea42f;!_0x3fbec6[_0x5c52b4]&&(_0x3fbec6[_0x5c52b4]=[]);const _0x1cef6a=_0x3fbec6[_0x5c52b4][_0x53771b(0x134)](_0xe968e0=>(_0xe968e0[TestFrameworkConstants[_0x53771b(0x1c9)]]||_0xe968e0[_0x53771b(0x287)])===_0x54dccb);!_0x1cef6a&&_0x3fbec6[_0x5c52b4][_0x53771b(0x236)]({'key':_0x5c52b4,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x54dccb,[TestFrameworkConstants[_0x53771b(0x1bf)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x53771b(0x24f)]]:new Date()[_0x53771b(0x10a)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x53771b(0x10a)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x7158ea[_0x53771b(0x1ea)]||_0x7158ea[_0x53771b(0x166)]+_0x53771b(0x157),[TestFrameworkConstants[_0x53771b(0x1e2)]]:_0x15b793});}});}if(_0x3ce29b['hooks']&&_0x5b0fd5[_0x48acea(0x23d)](_0x3ce29b[_0x48acea(0x156)]['length'],0x0))_0x15eef8[TestFrameworkConstants[_0x48acea(0x227)]]=_0x3ce29b['hooks'],logger[_0x48acea(0x24c)](_0x5b0fd5[_0x48acea(0x1d5)]);else _0x5b0fd5[_0x48acea(0x15e)](Object['keys'](_0x3fbec6)[_0x48acea(0x247)],0x0)&&(_0x15eef8[TestFrameworkConstants[_0x48acea(0x227)]]=_0x3fbec6,logger[_0x48acea(0x24c)](_0x48acea(0x269)+Object[_0x48acea(0x14f)](_0x3fbec6)[_0x48acea(0x228)](',')));const _0x4385c8=this['getJestTestName'](_0x3ce29b);logger[_0x48acea(0x24c)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x4385c8+_0x48acea(0x238)+_0x1b5720+_0x48acea(0x185)+_0x35dfe2+_0x48acea(0x1a4)+_0x3ce29b[_0x48acea(0x245)]);_0x5b0fd5[_0x48acea(0x26c)](_0x35dfe2,_0x5b0fd5[_0x48acea(0x1cf)])&&logger[_0x48acea(0x24c)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x1b5720+_0x48acea(0x1b0)+_0x15eef8[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x15eef8[TestFrameworkConstants[_0x48acea(0x162)]]?.[_0x48acea(0x141)](0x0,0xc8));const _0x4620f7={};return _0x4620f7[_0x1b5720]=_0x15eef8,_0x4620f7;}[a92_0x3195e6(0x140)](_0x543a2f){const _0x5c527f=a92_0x3195e6,_0x461ce3={};_0x461ce3[_0x5c527f(0x10c)]=function(_0x33a64d,_0x505442){return _0x33a64d!==_0x505442;},_0x461ce3[_0x5c527f(0x1a5)]=function(_0x3b4ecd,_0x4ab129){return _0x3b4ecd!==_0x4ab129;},_0x461ce3[_0x5c527f(0x224)]=_0x5c527f(0x126);const _0x3405c4=_0x461ce3,_0x33d7b7={};_0x33d7b7[_0x5c527f(0x23f)]=0x2,_0x33d7b7[_0x5c527f(0x1cd)]=0x3,logger['debug'](_0x5c527f(0x16b)+util[_0x5c527f(0x1da)](_0x543a2f,_0x33d7b7));const _0xd0dbea=[];if(_0x543a2f&&_0x543a2f[_0x5c527f(0x137)]){let _0x18f2ff=_0x543a2f[_0x5c527f(0x137)];while(_0x18f2ff&&_0x18f2ff[_0x5c527f(0x1ea)]&&_0x3405c4['cAYwF'](_0x18f2ff[_0x5c527f(0x1ea)],'')&&_0x3405c4['vFZjD'](_0x18f2ff['name'],_0x3405c4[_0x5c527f(0x224)])){_0xd0dbea['push'](_0x18f2ff[_0x5c527f(0x1ea)]),_0x18f2ff=_0x18f2ff[_0x5c527f(0x137)];}}return _0xd0dbea['reverse']();}[a92_0x3195e6(0x186)](_0x39fad7){const _0x38964f=a92_0x3195e6,_0xda2375={};_0xda2375[_0x38964f(0x251)]=_0x38964f(0x1f7);const _0x3d2a97=_0xda2375;if(_0x39fad7[_0x38964f(0x1ea)])return _0x39fad7[_0x38964f(0x1ea)];if(_0x39fad7['title'])return _0x39fad7[_0x38964f(0x1f5)];return _0x3d2a97['pldcD'];}[a92_0x3195e6(0x14c)](_0x461a97){const _0x5b2018=a92_0x3195e6,_0x3cfca6=[];if(_0x461a97[_0x5b2018(0x244)]&&Array[_0x5b2018(0x225)](_0x461a97[_0x5b2018(0x244)]))return _0x461a97['tags']['map'](_0x26d389=>_0x26d389[_0x5b2018(0x150)]('@')?_0x26d389[_0x5b2018(0x17c)](0x1):_0x26d389);const _0x26ae5d=this[_0x5b2018(0x186)](_0x461a97),_0x34a5fb=_0x26ae5d['match'](/@(\w+)/g);if(_0x34a5fb)return _0x34a5fb[_0x5b2018(0x127)](_0x5ddd40=>_0x5ddd40[_0x5b2018(0x248)](0x1));return _0x461a97[_0x5b2018(0x16d)]&&Array['isArray'](_0x461a97['scopes'])&&_0x461a97[_0x5b2018(0x16d)][_0x5b2018(0x20a)](_0x1c5ca1=>{const _0x5f2f72=_0x5b2018,_0x32e5ab=_0x1c5ca1[_0x5f2f72(0x15b)](/@(\w+)/g);_0x32e5ab&&_0x32e5ab['forEach'](_0x56ef4a=>{const _0x27717a=_0x5f2f72,_0x3feccd=_0x56ef4a[_0x27717a(0x248)](0x1);!_0x3cfca6[_0x27717a(0x114)](_0x3feccd)&&_0x3cfca6[_0x27717a(0x236)](_0x3feccd);});}),_0x3cfca6;}[a92_0x3195e6(0x1f4)](_0x564564){const _0x18bcf0=a92_0x3195e6,_0x5db173={'NXgGY':function(_0x58dd6d,_0x1e9b18){return _0x58dd6d(_0x1e9b18);}};if(_0x564564['file_name'])return _0x564564[_0x18bcf0(0x25c)];if(_0x564564['asyncError'])try{const _0x4c03e3=stackTrace[_0x18bcf0(0x19d)](_0x564564[_0x18bcf0(0x160)]),_0x519906=_0x5db173[_0x18bcf0(0x1fd)](pickUserFrameFile,_0x4c03e3);if(_0x519906)return _0x519906;logger[_0x18bcf0(0x24c)](_0x18bcf0(0x1ee)+_0x4c03e3[_0x18bcf0(0x247)]+')');}catch(_0x5d52be){logger[_0x18bcf0(0x24c)](_0x18bcf0(0x194)+util[_0x18bcf0(0x20f)](_0x5d52be));}return null;}[a92_0x3195e6(0x202)](_0x2b156e){const _0x5334b9=a92_0x3195e6,_0x7ac16c={};_0x7ac16c[_0x5334b9(0x164)]=function(_0x3c77ae,_0x3ab3e8){return _0x3c77ae>_0x3ab3e8;},_0x7ac16c[_0x5334b9(0x1e5)]='Unknown\x20error';const _0x804d84=_0x7ac16c;if(_0x2b156e['errorsDetailed']&&_0x804d84[_0x5334b9(0x164)](_0x2b156e[_0x5334b9(0x1ba)][_0x5334b9(0x247)],0x0))return util['inspect'](_0x2b156e[_0x5334b9(0x1ba)][0x0]);if(_0x2b156e[_0x5334b9(0x28a)])return _0x2b156e[_0x5334b9(0x28a)];return _0x804d84[_0x5334b9(0x1e5)];}[a92_0x3195e6(0x142)](_0x337bc4){const _0x546e51=a92_0x3195e6,_0x3ca7e3={};_0x3ca7e3[_0x546e51(0x105)]=_0x546e51(0x180),_0x3ca7e3[_0x546e51(0x14b)]='AssertionError',_0x3ca7e3[_0x546e51(0x18e)]=_0x546e51(0x146);const _0x8fac35=_0x3ca7e3,_0x8dbe07=this[_0x546e51(0x202)](_0x337bc4);if(_0x8dbe07&&_0x8dbe07[_0x546e51(0x114)](_0x8fac35[_0x546e51(0x105)]))return _0x8fac35[_0x546e51(0x14b)];return _0x8fac35[_0x546e51(0x18e)];}[a92_0x3195e6(0x272)](_0x586937){const _0x544880=a92_0x3195e6,_0x2fa4b9={'KuRIw':function(_0x554115,_0xc663fc){return _0x554115(_0xc663fc);},'MAfaH':_0x544880(0x19b),'CBAcN':function(_0x1f0717,_0x3b5d87){return _0x1f0717!==_0x3b5d87;},'WfVIT':'test'},{failureData:_0xaeaba6}=_0x2fa4b9[_0x544880(0x179)](require,_0x2fa4b9['MAfaH']),_0x11db05=[];return _0x2fa4b9[_0x544880(0x221)](_0x586937['errorsDetailed'],undefined)&&_0x11db05['push'](_0x586937['errorsDetailed'],_0x2fa4b9[_0x544880(0x1e9)]),_0xaeaba6[_0x544880(0x1bb)](null,_0x11db05);}async[a92_0x3195e6(0x1f9)](_0x25ed79,_0x1ed172,_0x59ea6e,_0x77073a){const _0x54289a=a92_0x3195e6,_0x32c38d={'SfVIi':_0x54289a(0x163),'phYuL':function(_0x370315){return _0x370315();},'zVtit':function(_0x6abe9c,_0x4e4333){return _0x6abe9c in _0x4e4333;},'gFZQB':function(_0x4dcf6f,_0x5e6f8d){return _0x4dcf6f===_0x5e6f8d;},'CCMNE':function(_0x59433d,_0x4a7f27){return _0x59433d===_0x4a7f27;},'uuuAU':function(_0x3713ca,_0xa36518){return _0x3713ca>_0xa36518;},'XDlfD':_0x54289a(0x199),'qBEce':_0x54289a(0x27b),'CpvjN':function(_0x48f790,_0x2b5d51){return _0x48f790===_0x2b5d51;},'Sbubn':_0x54289a(0x1fe),'jurEP':function(_0x16442f,_0xd6d3fd){return _0x16442f>_0xd6d3fd;},'ENWTq':function(_0x279964,_0x3d94a8){return _0x279964!==_0x3d94a8;}},{hookData:_0x13d2c7}=_0x77073a,_0x2c1235=_0x59ea6e[_0x54289a(0x1d0)](),_0x137dd0=_0x1ed172[_0x54289a(0x1d0)](),_0x1005de={};_0x1005de[_0x54289a(0x23f)]=0x2,_0x1005de['maxArrayLength']=0x3,logger[_0x54289a(0x24c)](_0x54289a(0x26d)+_0x137dd0+_0x54289a(0x273)+_0x2c1235+',\x20hookData='+util[_0x54289a(0x1da)](_0x13d2c7,_0x1005de));if(!_0x13d2c7)return logger[_0x54289a(0x24c)](_0x32c38d[_0x54289a(0x18c)]),{};const _0x2875ba=_0x13d2c7[_0x54289a(0x170)]||_0x13d2c7[_0x54289a(0x1fc)]||_0x32c38d['phYuL'](uuidv4),_0x5d5f34=_0x13d2c7[_0x54289a(0x11c)]||this[_0x54289a(0x25a)](_0x13d2c7),_0x2bfd0e=_0x1ed172[_0x54289a(0x1d0)]()[_0x54289a(0x253)]('.')[0x1],_0x47edb9=_0x25ed79[_0x54289a(0x154)]()[_0x54289a(0x26b)](_0x5d5f34),_0x4323c9=_0x47edb9?_0x47edb9[TestFrameworkConstants[_0x54289a(0x1e2)]]||{}:{};logger[_0x54289a(0x24c)](_0x54289a(0x13c)+_0x2875ba+_0x54289a(0x238)+_0x5d5f34+_0x54289a(0x254)+_0x2bfd0e+_0x54289a(0x273)+_0x2c1235);if(!_0x47edb9)return logger[_0x54289a(0x24c)](_0x54289a(0x1e7)+_0x5d5f34+_0x54289a(0x285)),this[_0x54289a(0x12e)](_0x25ed79,_0x5d5f34,_0x1ed172,_0x59ea6e,_0x77073a),{};let _0x2c2eeb=_0x47edb9[TestFrameworkConstants[_0x54289a(0x171)]];!_0x2c2eeb&&(_0x2c2eeb={});!_0x32c38d['zVtit'](_0x2bfd0e,_0x2c2eeb)&&(_0x2c2eeb[_0x2bfd0e]=[]);let _0x7a5646=_0x47edb9[TestFrameworkConstants[_0x54289a(0x227)]];!_0x7a5646&&(_0x7a5646={});!_0x32c38d[_0x54289a(0x192)](_0x2bfd0e,_0x7a5646)&&(_0x7a5646[_0x2bfd0e]=[]);const _0x9afc02={[_0x5d5f34]:{[TestFrameworkConstants[_0x54289a(0x171)]]:_0x2c2eeb,[TestFrameworkConstants[_0x54289a(0x227)]]:_0x7a5646,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x54289a(0x1a7)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x54289a(0x23b)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x32c38d[_0x54289a(0x207)](_0x59ea6e,HookState[_0x54289a(0x237)])){const _0x44c589={'key':_0x2bfd0e,[TestFrameworkConstants[_0x54289a(0x1c9)]]:_0x2875ba,[TestFrameworkConstants[_0x54289a(0x1bf)]]:TestFrameworkConstants[_0x54289a(0x159)],[TestFrameworkConstants[_0x54289a(0x24f)]]:_0x13d2c7[_0x54289a(0x1b7)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x54289a(0x283)]]:[],[TestFrameworkConstants[_0x54289a(0x12c)]]:_0x13d2c7[_0x54289a(0x1ea)]||_0x13d2c7['hook_type']||_0x2bfd0e,[TestFrameworkConstants[_0x54289a(0x1e2)]]:_0x4323c9};_0x2c2eeb[_0x2bfd0e]['push'](_0x44c589),_0x9afc02[_0x5d5f34][TestFrameworkConstants[_0x54289a(0x190)]]=_0x2bfd0e;const _0xe760c6={};_0xe760c6[_0x54289a(0x23f)]=0x2,logger[_0x54289a(0x24c)](_0x54289a(0x1a2)+_0x2bfd0e+_0x54289a(0x132)+_0x2875ba+_0x54289a(0x238)+_0x5d5f34+',\x20hook='+util[_0x54289a(0x1da)](_0x44c589,_0xe760c6));}else{if(_0x32c38d[_0x54289a(0x101)](_0x59ea6e,HookState[_0x54289a(0x169)])){const _0x12424c=_0x13d2c7[_0x54289a(0x220)]||(_0x13d2c7[_0x54289a(0x1ba)]&&_0x32c38d[_0x54289a(0x1f3)](_0x13d2c7[_0x54289a(0x1ba)]['length'],0x0)?_0x32c38d[_0x54289a(0x1e3)]:_0x32c38d[_0x54289a(0x1ff)]),_0x40dd42=_0x2c2eeb[_0x2bfd0e]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x2bfd0e+',\x20testId='+_0x5d5f34+_0x54289a(0x143)+_0x12424c+_0x54289a(0x20c)+_0x40dd42[_0x54289a(0x247)]);if(_0x32c38d[_0x54289a(0x101)](_0x40dd42[_0x54289a(0x247)],0x0)&&_0x32c38d[_0x54289a(0x211)](_0x1ed172,TestFrameworkState[_0x54289a(0x26f)]))return logger[_0x54289a(0x24c)](_0x32c38d[_0x54289a(0x1b1)]),this[_0x54289a(0x12e)](_0x25ed79,_0x5d5f34,_0x1ed172,_0x59ea6e,_0x77073a),{};if(_0x32c38d['jurEP'](_0x40dd42[_0x54289a(0x247)],0x0)){const _0xb4a7bc=_0x40dd42['pop']();_0x32c38d[_0x54289a(0x211)](_0x12424c,_0x32c38d['XDlfD'])&&_0x13d2c7['errorsDetailed']?(_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x15a)]]=this['getJestFailureType'](_0x13d2c7),_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x1a1)]]=this['getJestFailureReason'](_0x13d2c7),_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x11b)]]=this[_0x54289a(0x272)](_0x13d2c7),logger[_0x54289a(0x24c)](_0x54289a(0x104)+_0x2bfd0e+_0x54289a(0x1b0)+_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x15a)]]+_0x54289a(0x1e1)+_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x1a1)]]?.['substring'](0x0,0xc8))):_0xb4a7bc[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x32c38d['qBEce'];_0x32c38d[_0x54289a(0x28e)](_0x12424c,TestFrameworkConstants[_0x54289a(0x159)])&&(_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x1bf)]]=_0x12424c);_0xb4a7bc[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x13d2c7[_0x54289a(0x230)]||new Date()[_0x54289a(0x10a)](),_0xb4a7bc[TestFrameworkConstants[_0x54289a(0x1e2)]]=_0x4323c9;const _0x5b7093=_0xb4a7bc[TestFrameworkConstants['KEY_HOOK_ID']];!_0x7a5646[_0x2bfd0e]&&(_0x7a5646[_0x2bfd0e]=[]);_0x7a5646[_0x2bfd0e][_0x54289a(0x236)](_0xb4a7bc),_0x9afc02[_0x5d5f34][TestFrameworkConstants[_0x54289a(0x183)]]=_0x2bfd0e;const _0x221beb={};_0x221beb[_0x54289a(0x23f)]=0x2,logger[_0x54289a(0x24c)](_0x54289a(0x1d4)+_0x2bfd0e+',\x20hookId='+_0x5b7093+_0x54289a(0x143)+_0x12424c+_0x54289a(0x234)+util[_0x54289a(0x1da)](_0xb4a7bc,_0x221beb));}}}return _0x9afc02;}[a92_0x3195e6(0x138)](_0x2d7362){const _0x5779c8=a92_0x3195e6,_0x110477={};_0x110477[_0x5779c8(0x112)]=_0x5779c8(0x1ec);const _0x7b1523=_0x110477;try{const _0x550a26=_0x2d7362['test']?this[_0x5779c8(0x25a)](_0x2d7362['test']):_0x2d7362[_0x5779c8(0x121)][_0x5779c8(0x11c)],_0x39f0e5=_0x2d7362[_0x5779c8(0x28b)],_0x4f19b0=_0x39f0e5['getContext'](),_0x3f119d=_0x39f0e5['getAllData']()[_0x5779c8(0x26b)](_0x550a26);if(!_0x3f119d)return logger[_0x5779c8(0x24c)](_0x5779c8(0x108)+_0x550a26),{};const {[TestFrameworkConstants[_0x5779c8(0x1c8)]]:_0x1ec50f=this[_0x5779c8(0x1a7)]()[0x0]||'',[TestFrameworkConstants[_0x5779c8(0x13d)]]:_0x186966=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x350673='',[TestFrameworkConstants[_0x5779c8(0x21d)]]:_0x279fb2=''}=_0x3f119d,_0x22ebbe=_0x39f0e5[_0x5779c8(0x124)]()['toString']()[_0x5779c8(0x253)]('.')[0x1],_0x5f8f76=_0x39f0e5[_0x5779c8(0x271)]()['toString']()[_0x5779c8(0x253)]('.')[0x1],_0x446df4=global?.[_0x5779c8(0x102)]?.[_0x5779c8(0x216)]?.[_0x5779c8(0x1cb)]||global['__bstackPlatformIndex']||0x0,_0x1cba7b=_0x39f0e5['getRef'](),_0x2ca4e8=Buffer['from'](JSON['stringify'](_0x3f119d))[_0x5779c8(0x1d0)](_0x7b1523['Ezdhy']),_0x5aaa1e={'hash':_0x4f19b0[_0x5779c8(0x201)](),'threadId':_0x4f19b0['getThreadId']()['toString'](),'processId':_0x4f19b0[_0x5779c8(0x279)]()[_0x5779c8(0x1d0)]()},_0x345572={};_0x345572['platformIndex']=_0x446df4,_0x345572[_0x5779c8(0x1f6)]=_0x1ec50f,_0x345572[_0x5779c8(0x107)]=_0x186966,_0x345572[_0x5779c8(0x1a8)]=_0x22ebbe,_0x345572['hookState']=_0x5f8f76,_0x345572[_0x5779c8(0x1f0)]=_0x350673,_0x345572['endedAt']=_0x279fb2,_0x345572[_0x5779c8(0x170)]=_0x1cba7b,_0x345572['eventJson']=_0x2ca4e8,_0x345572[_0x5779c8(0x1ca)]=_0x5aaa1e,_0x345572[_0x5779c8(0x20b)]=_0x550a26;const _0x34c9d3=_0x345572;return _0x34c9d3;}catch(_0x535066){return logger[_0x5779c8(0x10f)](_0x5779c8(0x28c)+util[_0x5779c8(0x20f)](_0x535066)),{};}}async['sendLogCreatedEvent'](_0x26e173,_0x3d4645,_0x2bc526){const _0x268dbd=a92_0x3195e6,_0x16337e={'qtaJw':function(_0x4e6559,_0x495319){return _0x4e6559+_0x495319;},'IrWKL':_0x268dbd(0x176),'sBcDY':_0x268dbd(0x259),'IKAHH':function(_0x42a507,_0x2d6b5e){return _0x42a507>_0x2d6b5e;},'YIpHS':function(_0x5368c0,_0x270276,_0x3f92c2,_0x599fd3){return _0x5368c0(_0x270276,_0x3f92c2,_0x599fd3);},'BkMFN':function(_0x1a6af9,_0x1ec535){return _0x1a6af9-_0x1ec535;},'WQkRo':function(_0xdd62c8,_0x42f886){return _0xdd62c8===_0x42f886;},'LDeuJ':function(_0x5c8b14,_0x1e179a){return _0x5c8b14/_0x1e179a;},'vNCZb':function(_0x35a758,_0x4e7a84){return _0x35a758<_0x4e7a84;},'EKpDJ':function(_0x169504,_0x5bfba1){return _0x169504*_0x5bfba1;},'PIeFo':function(_0x34d8c2,_0x405c5d){return _0x34d8c2+_0x405c5d;},'UdJei':function(_0x3e2462,_0x2a3d2a){return _0x3e2462>_0x2a3d2a;}};try{const _0x2180f8=_0x2bc526[_0x268dbd(0x1dc)]||_0x2bc526[_0x268dbd(0x276)],_0xc9312d=Array[_0x268dbd(0x1bd)](_0x26e173['getAllData']()['keys']()),_0x282b07=_0x26e173[_0x268dbd(0x154)]()[_0x268dbd(0x26b)](_0x2180f8);if(!_0x282b07){logger['debug'](_0x268dbd(0x165)+_0x2180f8);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4995ed='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x32e282=''}=_0x282b07;let _0x564542=[];_0x282b07&&_0x282b07[TestFrameworkConstants[_0x268dbd(0x210)]]&&Array[_0x268dbd(0x225)](_0x282b07[TestFrameworkConstants[_0x268dbd(0x210)]])?(_0x564542=_0x282b07[TestFrameworkConstants[_0x268dbd(0x210)]]||[],logger[_0x268dbd(0x24c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x564542['length']+_0x268dbd(0x260)+_0x2180f8),_0x26e173[_0x268dbd(0x22d)]({[_0x2180f8]:{[TestFrameworkConstants[_0x268dbd(0x210)]]:[],[TestFrameworkConstants[_0x268dbd(0x1c8)]]:this[_0x268dbd(0x1a7)]()[0x0]||'',[TestFrameworkConstants[_0x268dbd(0x13d)]]:this[_0x268dbd(0x23b)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x268dbd(0x24c)](_0x268dbd(0x21e)+_0x2180f8)):logger[_0x268dbd(0x24c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x2180f8);logger[_0x268dbd(0x24c)](_0x268dbd(0x23e)+_0x564542[_0x268dbd(0x247)]+_0x268dbd(0x197)+_0x2180f8);const _0x395a95=_0x564542['filter'](_0x1e10e1=>_0x1e10e1[_0x268dbd(0x168)]===_0x268dbd(0x10d));_0x16337e['IKAHH'](_0x395a95[_0x268dbd(0x247)],0x0)&&(logger['debug'](_0x268dbd(0x291)+_0x395a95[_0x268dbd(0x247)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x2180f8),_0x395a95['forEach']((_0x9dab56,_0x19bc8f)=>{const _0x50d8c7=_0x268dbd;logger[_0x50d8c7(0x24c)](_0x50d8c7(0x26e)+_0x16337e[_0x50d8c7(0x1d9)](_0x19bc8f,0x1)+'/'+_0x395a95[_0x50d8c7(0x247)]+_0x50d8c7(0x1cc)+(_0x9dab56[_0x50d8c7(0x20b)]||_0x16337e[_0x50d8c7(0x1c4)])+_0x50d8c7(0x277)+(_0x9dab56[_0x50d8c7(0x1b5)]||_0x16337e['IrWKL'])+_0x50d8c7(0x1de)+(_0x9dab56[_0x50d8c7(0x24b)]||_0x16337e[_0x50d8c7(0x12a)])+_0x50d8c7(0x232)+(_0x9dab56[_0x50d8c7(0x17f)]?.[_0x50d8c7(0x247)]||0x0));}));const _0x1f252a=_0x282b07[TestFrameworkConstants[_0x268dbd(0x144)]]||{},_0x3f024c=_0x16337e['YIpHS'](getMediaArtifactsLogs,_0x1f252a,null,_0x2180f8),_0x28c806=(_0x564542||[])['concat'](_0x3f024c||[]),_0x3f0926=_0x395a95?.[_0x268dbd(0x247)]||0x0,_0x354a6d=_0x16337e['BkMFN'](_0x564542?.[_0x268dbd(0x247)]||0x0,_0x3f0926);logger[_0x268dbd(0x24c)](_0x268dbd(0x1a9)+_0x2180f8+_0x268dbd(0x1d8)+_0x354a6d+_0x268dbd(0x117)+_0x3f0926+_0x268dbd(0x1e0)+(_0x3f024c?.[_0x268dbd(0x247)]||0x0)+_0x268dbd(0x1eb)+_0x28c806['length']);if(!_0x28c806||_0x16337e[_0x268dbd(0x174)](_0x28c806[_0x268dbd(0x247)],0x0)){logger[_0x268dbd(0x24c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2180f8);return;}const _0x5b6e67=0x28,_0x4c999c=Math['ceil'](_0x16337e['LDeuJ'](_0x28c806[_0x268dbd(0x247)],_0x5b6e67));for(let _0x593dd3=0x0;_0x16337e[_0x268dbd(0x214)](_0x593dd3,_0x4c999c);_0x593dd3++){const _0xbd7f03=_0x16337e['EKpDJ'](_0x593dd3,_0x5b6e67),_0x202715=_0x16337e['qtaJw'](_0xbd7f03,_0x5b6e67),_0x5c2ad1=_0x28c806[_0x268dbd(0x248)](_0xbd7f03,_0x202715),_0x378e41=global?.[_0x268dbd(0x147)]??0x0,_0x533716={'platformIndex':_0x378e41,'logs':_0x5c2ad1,'testFrameworkName':_0x4995ed,'testFrameworkVersion':_0x32e282,'testFrameworkState':_0x3d4645[_0x268dbd(0x1d0)]()[_0x268dbd(0x253)]('.')[0x1]},_0x27f767={};_0x27f767['depth']=0x3,_0x27f767[_0x268dbd(0x1cd)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x16337e[_0x268dbd(0x1d9)](_0x593dd3,0x1)+'/'+_0x4c999c+'\x20-\x20testId:\x20'+_0x2180f8+',\x20logsInBatch:\x20'+_0x5c2ad1['length']+_0x268dbd(0x155)+_0x378e41+_0x268dbd(0x24e)+util[_0x268dbd(0x1da)](_0x533716,_0x27f767));const _0x5cc6b4=await GrpcClient['getInstance']()[_0x268dbd(0x177)](_0x533716);logger[_0x268dbd(0x24c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x16337e[_0x268dbd(0x241)](_0x593dd3,0x1)+'/'+_0x4c999c+'\x20-\x20testId:\x20'+_0x2180f8+',\x20response='+util[_0x268dbd(0x1da)](_0x5cc6b4));}_0x3f024c&&_0x16337e[_0x268dbd(0x130)](_0x3f024c[_0x268dbd(0x247)],0x0)&&_0x282b07[TestFrameworkConstants[_0x268dbd(0x144)]]&&_0x26e173[_0x268dbd(0x22d)]({[_0x2180f8]:{[TestFrameworkConstants[_0x268dbd(0x144)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x268dbd(0x13d)]]:this[_0x268dbd(0x23b)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x268dbd(0x24c)](_0x268dbd(0x153)+_0x2180f8+_0x268dbd(0x1bc)+_0x4c999c);}catch(_0x180c98){logger[_0x268dbd(0x10f)](_0x268dbd(0x1c5)+(_0x2bc526[_0x268dbd(0x1dc)]||_0x2bc526[_0x268dbd(0x276)])+_0x268dbd(0x188)+util[_0x268dbd(0x20f)](_0x180c98));}}[a92_0x3195e6(0x12e)](_0x18ddba,_0x835197,_0x552070,_0x27860f,_0x499346){const _0x48e487=a92_0x3195e6,_0x1c39a6={};_0x1c39a6[_0x48e487(0x204)]=function(_0x205903,_0x38ee34){return _0x205903===_0x38ee34;},_0x1c39a6[_0x48e487(0x212)]=_0x48e487(0x262);const _0x225029=_0x1c39a6,{hookData:_0xb0d269}=_0x499346,_0x49c488={'testId':_0x835197,'testFrameworkState':_0x552070,'hookState':_0x27860f,'args':_0x499346,'timestamp':new Date()[_0x48e487(0x10a)]()};if(_0x225029[_0x48e487(0x204)](_0x552070,TestFrameworkState[_0x48e487(0x26f)])&&_0xb0d269){const _0x29dbab={};_0x29dbab['filePath']=_0xb0d269[_0x48e487(0x25c)]||_0xb0d269[_0x48e487(0x249)],_0x29dbab[_0x48e487(0x280)]=_0xb0d269['scope']||_0xb0d269[_0x48e487(0x16d)]&&_0xb0d269[_0x48e487(0x16d)][0x0]||'',_0x29dbab['hookType']=_0x225029[_0x48e487(0x212)],_0x49c488[_0x48e487(0x27e)]=_0x29dbab,logger[_0x48e487(0x24c)](_0x48e487(0x28f)+_0x835197+',\x20filePath:\x20'+_0x49c488['hookMetadata']['filePath']+_0x48e487(0x13f)+_0x49c488[_0x48e487(0x27e)][_0x48e487(0x280)]);}_0x18ddba['addPendingHook'](_0x835197,_0x49c488),logger[_0x48e487(0x24c)](_0x48e487(0x118)+_0x835197+_0x48e487(0x218)+_0x552070+',\x20hookState:\x20'+_0x27860f);}async[a92_0x3195e6(0x109)](_0x3dd617,_0x12dc93){const _0x1f49e5=a92_0x3195e6,_0x499430={};_0x499430['nZjsG']=function(_0x4845d0,_0x375e81){return _0x4845d0>_0x375e81;},_0x499430['UoUsF']=function(_0x665b37,_0x2c9581){return _0x665b37===_0x2c9581;},_0x499430[_0x1f49e5(0x255)]=function(_0x5ac949,_0x335867){return _0x5ac949===_0x335867;},_0x499430[_0x1f49e5(0x173)]=function(_0x597a1e,_0x25a5bd){return _0x597a1e===_0x25a5bd;},_0x499430[_0x1f49e5(0x200)]=function(_0x2b3b67,_0x341adf){return _0x2b3b67>_0x341adf;},_0x499430[_0x1f49e5(0x16f)]=_0x1f49e5(0x27a);const _0x59bd29=_0x499430;if(_0x3dd617['hasPendingHooks'](_0x12dc93)){const _0xadcb62=_0x3dd617[_0x1f49e5(0x161)](_0x12dc93);logger[_0x1f49e5(0x24c)](_0x1f49e5(0x19c)+_0xadcb62[_0x1f49e5(0x247)]+_0x1f49e5(0x110)+_0x12dc93);for(const _0x2b0f4e of _0xadcb62){try{const _0x5cbcaf=await this[_0x1f49e5(0x1f9)](_0x3dd617,_0x2b0f4e['testFrameworkState'],_0x2b0f4e[_0x1f49e5(0x195)],_0x2b0f4e['args']);_0x5cbcaf&&_0x59bd29[_0x1f49e5(0x239)](Object[_0x1f49e5(0x14f)](_0x5cbcaf)[_0x1f49e5(0x247)],0x0)&&_0x3dd617[_0x1f49e5(0x22d)](_0x5cbcaf),await this['runHooks'](_0x3dd617,_0x2b0f4e[_0x1f49e5(0x1a8)],_0x2b0f4e[_0x1f49e5(0x195)],_0x2b0f4e[_0x1f49e5(0x10e)]);}catch(_0x3f22fb){logger[_0x1f49e5(0x10f)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x12dc93+',\x20error:\x20'+_0x3f22fb);}}_0x3dd617[_0x1f49e5(0x24a)](_0x12dc93),logger[_0x1f49e5(0x24c)](_0x1f49e5(0x148)+_0x12dc93);}const _0x3794a1=_0x3dd617['getAllData']()[_0x1f49e5(0x26b)](_0x12dc93);if(_0x3794a1){const _0x119d09=_0x3794a1[TestFrameworkConstants[_0x1f49e5(0x275)]]||_0x3794a1[TestFrameworkConstants[_0x1f49e5(0x122)]],_0x34d3a9=_0x3794a1[TestFrameworkConstants[_0x1f49e5(0x261)]]||_0x3794a1[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x3794a1[TestFrameworkConstants[_0x1f49e5(0x22e)]][0x0]||'';logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x119d09+',\x20scope:\x20'+_0x34d3a9);const _0x2617f8=_0x3dd617[_0x1f49e5(0x1a6)]();for(const _0x252990 of _0x2617f8){if(_0x59bd29[_0x1f49e5(0x131)](_0x252990,_0x12dc93))continue;if(_0x3dd617['hasPendingHooks'](_0x252990)){const _0x5247e5=_0x3dd617[_0x1f49e5(0x161)](_0x252990);for(const _0x4a7c9c of _0x5247e5){if(_0x59bd29['lbaVZ'](_0x4a7c9c[_0x1f49e5(0x1a8)],TestFrameworkState[_0x1f49e5(0x26f)])&&_0x4a7c9c[_0x1f49e5(0x27e)]){const _0x4162c2=_0x4a7c9c['hookMetadata'][_0x1f49e5(0x1c1)],_0x3c107c=_0x4a7c9c[_0x1f49e5(0x27e)][_0x1f49e5(0x280)];if(_0x59bd29['AueXq'](_0x4162c2,_0x119d09)&&_0x59bd29[_0x1f49e5(0x173)](_0x3c107c,_0x34d3a9)){logger[_0x1f49e5(0x24c)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x252990+_0x1f49e5(0x16c)+_0x12dc93+_0x1f49e5(0x12d)+_0x4162c2+',\x20scope:\x20'+_0x3c107c);_0x4a7c9c[_0x1f49e5(0x10e)]&&_0x4a7c9c[_0x1f49e5(0x10e)][_0x1f49e5(0x121)]&&(_0x4a7c9c['args'][_0x1f49e5(0x121)]['test_run_id']=_0x12dc93,logger[_0x1f49e5(0x24c)](_0x1f49e5(0x11f)+_0x252990+_0x1f49e5(0x187)+_0x12dc93));try{const _0x2dbdc3=await this[_0x1f49e5(0x1f9)](_0x3dd617,_0x4a7c9c[_0x1f49e5(0x1a8)],_0x4a7c9c[_0x1f49e5(0x195)],_0x4a7c9c['args']);_0x2dbdc3&&_0x59bd29[_0x1f49e5(0x200)](Object[_0x1f49e5(0x14f)](_0x2dbdc3)['length'],0x0)&&_0x3dd617['addMultipleEntries'](_0x2dbdc3);await this[_0x1f49e5(0x21a)](_0x3dd617,_0x4a7c9c[_0x1f49e5(0x1a8)],_0x4a7c9c[_0x1f49e5(0x195)],_0x4a7c9c[_0x1f49e5(0x10e)]);const _0x21ff73=_0x3dd617[_0x1f49e5(0x161)](_0x252990)[_0x1f49e5(0x1b3)](_0x1e9451=>_0x1e9451!==_0x4a7c9c);if(_0x59bd29[_0x1f49e5(0x131)](_0x21ff73['length'],0x0))_0x3dd617[_0x1f49e5(0x24a)](_0x252990);else{_0x3dd617['removePendingHooks'](_0x252990);for(const _0xe79418 of _0x21ff73){_0x3dd617[_0x1f49e5(0x116)](_0x252990,_0xe79418);}}logger[_0x1f49e5(0x24c)](_0x59bd29[_0x1f49e5(0x16f)]);}catch(_0x76b314){logger['error'](_0x1f49e5(0x263)+_0x12dc93+_0x1f49e5(0x188)+_0x76b314);}}}}}}}}['mapTestHooks'](_0x5d1262){const _0x5dae51=a92_0x3195e6,_0x42c81d={'YGTxr':function(_0x518e4c){return _0x518e4c();}};if(!_0x5d1262||!_0x5d1262[_0x5dae51(0x137)])return;_0x5d1262[_0x5dae51(0x137)][_0x5dae51(0x156)]&&Array['isArray'](_0x5d1262['parent'][_0x5dae51(0x156)])&&_0x5d1262['parent'][_0x5dae51(0x156)][_0x5dae51(0x20a)](_0x531493=>{const _0x61cd10=_0x5dae51;!_0x531493['hookAnalyticsId']&&!_0x531493[_0x61cd10(0x1f8)]&&(_0x531493[_0x61cd10(0x1fc)]=_0x42c81d[_0x61cd10(0x13a)](uuidv4),_0x531493[_0x61cd10(0x1f8)]=_0x531493['hookAnalyticsId'],logger[_0x61cd10(0x24c)](_0x61cd10(0x1d7)+_0x531493[_0x61cd10(0x166)]+',\x20hookUUID='+_0x531493[_0x61cd10(0x1fc)]));}),this[_0x5dae51(0x16a)](_0x5d1262[_0x5dae51(0x137)]);}[a92_0x3195e6(0x100)](_0x5ead07){const _0x357305=a92_0x3195e6,_0x5682b9={'pOelk':function(_0x572fe9,_0x4863b5){return _0x572fe9(_0x4863b5);}};if(!_0x5ead07||!_0x5ead07[_0x357305(0x137)])return[];const _0x587a92=[];return _0x5ead07[_0x357305(0x137)][_0x357305(0x156)]&&Array[_0x357305(0x225)](_0x5ead07[_0x357305(0x137)][_0x357305(0x156)])&&_0x5ead07['parent'][_0x357305(0x156)][_0x357305(0x20a)](_0x3fa77a=>{const _0x1cecee=_0x357305,_0x59b5ba=_0x3fa77a['hookAnalyticsId']||_0x3fa77a[_0x1cecee(0x1f8)];_0x59b5ba&&!this['isJestInternalHook'](_0x3fa77a)&&!_0x5682b9['pOelk'](isInternalHook,_0x3fa77a['fn'])&&_0x587a92[_0x1cecee(0x236)](_0x59b5ba);}),[..._0x587a92,...this[_0x357305(0x100)](_0x5ead07[_0x357305(0x137)])];}[a92_0x3195e6(0x205)](_0x59a042){const _0x3c5a8c=a92_0x3195e6,_0x384ba5={'gsuoT':function(_0x322a29,_0x431600){return _0x322a29(_0x431600);},'tBHVg':_0x3c5a8c(0x256),'fNuaX':function(_0x195299,_0x5e7867){return _0x195299(_0x5e7867);},'hGwRE':function(_0x132fbc,_0x4221ed){return _0x132fbc(_0x4221ed);}},_0x10a11b=new Map(),_0x36fbca=_0xf7791e=>{const _0x1868ca=_0x3c5a8c;if(!_0xf7791e||!_0xf7791e[_0x1868ca(0x137)])return;_0xf7791e[_0x1868ca(0x137)][_0x1868ca(0x156)]&&Array[_0x1868ca(0x225)](_0xf7791e[_0x1868ca(0x137)][_0x1868ca(0x156)])&&_0xf7791e[_0x1868ca(0x137)][_0x1868ca(0x156)][_0x1868ca(0x20a)](_0x15d042=>{const _0x117d63=_0x1868ca,_0x265f2d=_0x15d042[_0x117d63(0x1fc)]||_0x15d042[_0x117d63(0x1f8)];if(_0x265f2d&&!this['isJestInternalHook'](_0x15d042)&&!_0x384ba5[_0x117d63(0x1dd)](isInternalHook,_0x15d042['fn'])){const _0x3e8098={};_0x3e8098[_0x117d63(0x166)]=_0x15d042['type']||_0x384ba5['tBHVg'],_0x3e8098[_0x117d63(0x1ea)]=_0x15d042[_0x117d63(0x1ea)]||'\x22'+_0x15d042[_0x117d63(0x166)]+_0x117d63(0x22b),_0x10a11b[_0x117d63(0x139)](_0x265f2d,_0x3e8098);}}),_0x384ba5[_0x1868ca(0x14d)](_0x36fbca,_0xf7791e[_0x1868ca(0x137)]);};return _0x384ba5[_0x3c5a8c(0x235)](_0x36fbca,_0x59a042),_0x10a11b;}['isJestInternalHook'](_0x39a0d9){const _0xe67732=a92_0x3195e6,_0x3090bd={};_0x3090bd[_0xe67732(0x1db)]='jest-circus',_0x3090bd[_0xe67732(0x18f)]=_0xe67732(0x1e4);const _0x510df3=_0x3090bd;try{const _0x5de241=this[_0xe67732(0x27f)](_0x39a0d9);if(!_0x5de241||_0x5de241[_0xe67732(0x114)](_0x510df3['GnCFR']))return!![];return![];}catch(_0x4923b2){logger[_0xe67732(0x24c)](_0x510df3[_0xe67732(0x18f)]);}return![];}[a92_0x3195e6(0x27f)](_0x450be3){const _0x1213f9=a92_0x3195e6,_0xf6e221={'QQQft':function(_0x430aa7,_0x14004b){return _0x430aa7(_0x14004b);}};if(_0x450be3['file'])return _0x450be3[_0x1213f9(0x219)];if(_0x450be3['asyncError'])try{const _0x2f40f8=stackTrace[_0x1213f9(0x19d)](_0x450be3[_0x1213f9(0x160)]),_0x32f75a=_0xf6e221[_0x1213f9(0x223)](pickUserFrameFile,_0x2f40f8);if(_0x32f75a)return _0x32f75a;logger[_0x1213f9(0x24c)](_0x1213f9(0x213)+_0x2f40f8[_0x1213f9(0x247)]+')');}catch(_0x41bc7e){logger[_0x1213f9(0x24c)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x41bc7e));}return null;}}module[a92_0x3195e6(0x191)]=JestTestFramework;function a92_0x395f(_0x51c6c0,_0x2fe6d3){const _0x291fda=a92_0x291f();return a92_0x395f=function(_0x395f53,_0x30633a){_0x395f53=_0x395f53-0x100;let _0x25245b=_0x291fda[_0x395f53];return _0x25245b;},a92_0x395f(_0x51c6c0,_0x2fe6d3);}function a92_0x291f(){const _0x5d197d=['sovQO','KEY_AUTOMATE_SESSION_NAME','KEY_HOOK_LOGS','nfmdq',',\x20storing\x20as\x20pending\x20hook','../state/testFrameworkState.js','hook_id','code','DEFAULT_TEST_RESULT','failure_reason','instance','Error\x20in\x20createTestFrameworkEventPayload:\x20','\x20files','ENWTq','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','\x22\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','skip','getHooksForTest','CCMNE','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','SqsQe','../instances/testFrameworkInstance.js','testFrameworkVersion','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','processPendingHooks','toISOString','stack-trace','cAYwF','TEST_SCREENSHOT','args','error','\x20pending\x20hooks\x20for\x20testId:\x20','1012iVhIuW','Ezdhy','CdZRb','includes',':testAnalyticsId','addPendingHook',',\x20screenshotLogs:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','ZdAMp','../../../helpers/classLogger.js','KEY_HOOK_FAILURE','test_run_id','KEY_TEST_RERUN_NAME',',\x20hookData=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','hookData','KEY_TEST_LOCATION','util','getCurrentTestState','createContext','ROOT_DESCRIBE_BLOCK','map','has','KEY_TEST_FAILURE_TYPE','sBcDY','KEY_TEST_ID','KEY_HOOK_NAME',',\x20filePath:\x20','storePendingHook','resolveInstance','UdJei','UoUsF',',\x20hookId=','_ALL','find','wtvgB','14BSkNwC','parent','createTestFrameworkEventPayload','set','YGTxr','794367YXYYAV','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20scope:\x20','getJestTestScopes','substring','getJestFailureType',',\x20result=','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','UnhandledError','browserstackPlatformIndex','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','trackEvent','../TestInfo.js','iTiyN','getJestTestTags','fNuaX','EjtSv','keys','startsWith','dfRMz','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getAllData',',\x20platformIndex:\x20','hooks','\x20hook','setActiveHook','DEFAULT_HOOK_RESULT','KEY_HOOK_FAILURE_TYPE','match','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','ALL','zIrat','stringify','asyncError','getPendingHooks','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','dtBwc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','type','936VlVcTV','kind','POST','mapTestHooks','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20',',\x20currentTestId:\x20','scopes','RPZoW','AIEga','uuid','KEY_HOOKS_STARTED','warn','AueXq','WQkRo','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','missing','logCreatedEvent','Oeout','KuRIw','JestTestFramework','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','substr','../grpcClient','../cliUtils.js','message','Assert','../instances/trackedInstance.js','getTrackedInstance','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20(testIdentifier),\x20result=','getJestTestName','\x20to\x20',',\x20error:\x20',',\x20contextId=','testData','JpUhH','SfVIi',',\x20argsKeys=','tfUQI','iouDG','KEY_HOOK_LAST_STARTED','exports','zVtit','25771xixZmi','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','hookState','XQJOG','\x20for\x20testId:\x20','skipped','failed','./testFramework','../../../helpers/test-observability/utils','Processing\x20','parse','test','retryOf','KEY_TEST_CODE','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getContext',',\x20duration=','vFZjD','getAllPendingHookTestIds','getTestFrameworks','testFrameworkState','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','FbbuY','PthoT','body','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','dylLm','KEY_TEST_FAILURE',',\x20failureType=','Sbubn','5245BPrOYE','filter','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','test_run_uuid','7987880AiMkek','started_at','whSYV','863244boKPRC','errorsDetailed','apply',',\x20totalBatches:\x20','from','getCurrentInstanceName','KEY_HOOK_RESULT','Gkkch','filePath','WjeEN','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','IrWKL','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','kqBiD','status','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_ID','executionContext','parallelIndex','\x20-\x20test_identifier=','maxArrayLength','ognwg','YIOxj','toString','vrQfq',',\x20exception=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','PKuni',',\x20hookUUID=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20consoleLogs:\x20','qtaJw','inspect','GnCFR','testUUID','gsuoT',',\x20hook_run_uuid=',',\x20remainingHooks=',',\x20attachmentLogs:\x20',',\x20failureReason=','KEY_CUSTOM_TAGS','XDlfD','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','ZUoTF','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','IVYHE','WfVIT','name',',\x20totalLogs:\x20','base64','LOG_REPORT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','originalTest','startedAt','\x20attachments','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','uuuAU','getJestTestFilePath','title','testFrameworkName','Unknown\x20Test','hookUUID','trackHookEvent','KEY_EVENT_ENDED_AT','activeHooks','hookAnalyticsId','NXgGY','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','qBEce','nPbLx','getId','getJestFailureReason','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','DJGVS','buildHookMapFromTest','findIndex','gFZQB','KEY_TEST_RESULT_AT','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','forEach','test_identifier',',\x20hooksListLength=','KEY_TEST_RETRY_OF','bIgKd','format','KEY_LOGS','CpvjN','rxmkX','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','vNCZb','\x20&\x20hookState=','workerInfo','NONE',',\x20state:\x20','file','runHooks','33471ANPHJt','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_ENDED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','result','CBAcN','../state/hookState.js','QQQft','AFDuc','isArray',',\x20scopes=','KEY_HOOKS_FINISHED','join','parseJestTest','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','\x22\x20hook','hookType','addMultipleEntries','KEY_TEST_SCOPES','vnXdd','finished_at','splice',',\x20messageLength=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20hook=','hGwRE','push','PRE',',\x20testId=','nZjsG','delete','getTestFrameworksVersions','2208378EsyscQ','FSrjH','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','depth','setTrackedInstance','PIeFo',',\x20hookType=','./constants/testFrameworkConstants.js','tags','duration','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','length','slice','location','removePendingHooks','hook_run_uuid','debug','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20payload:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','pldcD','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','split','\x20(testIdentifier),\x20hookType=','lbaVZ','unknown','qrNpd','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','none','getJestTestIdentifier','TEST','file_name','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','kdNmP','trackJestInstance','\x20logs\x20for\x20testId:\x20','KEY_TEST_SCOPE','beforeAll','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20state=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','toUpperCase','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','parseJestTestResult','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','get','UQNOe','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','BEFORE_ALL','KEY_TEST_RESULT','getCurrentHookState','getJestFailureData',',\x20hookState=',',\x20target=','KEY_TEST_FILE_PATH','testId',',\x20test_run_uuid=','pid','getProcessId','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','passed','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_TAGS','hookMetadata','getRootParentFile','scope'];a92_0x291f=function(){return _0x5d197d;};return a92_0x291f();}
|
|
1
|
+
const a92_0x55e1a9=a92_0x494b;(function(_0x2c5687,_0x5b63fb){const _0x443853=a92_0x494b,_0x30406e=_0x2c5687();while(!![]){try{const _0x56e2c0=-parseInt(_0x443853(0x17d))/0x1*(parseInt(_0x443853(0x1f6))/0x2)+-parseInt(_0x443853(0x2a8))/0x3*(-parseInt(_0x443853(0x1cb))/0x4)+parseInt(_0x443853(0x288))/0x5*(parseInt(_0x443853(0x165))/0x6)+parseInt(_0x443853(0x167))/0x7*(-parseInt(_0x443853(0x24a))/0x8)+-parseInt(_0x443853(0x278))/0x9+-parseInt(_0x443853(0x145))/0xa+parseInt(_0x443853(0x202))/0xb;if(_0x56e2c0===_0x5b63fb)break;else _0x30406e['push'](_0x30406e['shift']());}catch(_0x24eb50){_0x30406e['push'](_0x30406e['shift']());}}}(a92_0x175b,0x60e68));const TestFramework=require(a92_0x55e1a9(0x25a)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x55e1a9(0x27d)),{createClassLogger}=require(a92_0x55e1a9(0x132)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x55e1a9(0x1b4)),TestFrameworkConstants=require(a92_0x55e1a9(0x1f2)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a92_0x55e1a9(0x148)),logger=createClassLogger(a92_0x55e1a9(0x191)),{v4:uuidv4}=require('uuid'),util=require(a92_0x55e1a9(0x24e)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a92_0x55e1a9(0x29e)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a92_0x55e1a9(0x1bd));class JestTestFramework extends TestFramework{constructor(_0x3ff6f0,_0x4a82ea,_0x1cd769){super(_0x3ff6f0,_0x4a82ea,_0x1cd769),this['activeHooks']=new Map();}[a92_0x55e1a9(0x265)](_0x28b99d,_0x545427,_0x48792a){const _0x5b1d4f=a92_0x55e1a9,_0x3093f6={};_0x3093f6['ezCGB']=function(_0xbe655f,_0x2ab893){return _0xbe655f||_0x2ab893;};const _0x42e3e1=_0x3093f6;if(_0x42e3e1[_0x5b1d4f(0x238)](!_0x28b99d,!_0x545427)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x28b99d+_0x5b1d4f(0x28a)+_0x545427);return;}!this['activeHooks'][_0x5b1d4f(0x1ca)](_0x28b99d)&&this['activeHooks']['set'](_0x28b99d,[]);const _0x20a428={'hookUUID':_0x545427,'hookType':_0x48792a,'startedAt':new Date()[_0x5b1d4f(0x246)]()};this[_0x5b1d4f(0x1c1)][_0x5b1d4f(0x2a2)](_0x28b99d)[_0x5b1d4f(0x1ed)](_0x20a428),logger[_0x5b1d4f(0x211)](_0x5b1d4f(0x154)+_0x28b99d+_0x5b1d4f(0x28a)+_0x545427+',\x20hookType='+_0x48792a+_0x5b1d4f(0x17a)+this[_0x5b1d4f(0x1c1)][_0x5b1d4f(0x2a2)](_0x28b99d)[_0x5b1d4f(0x174)]);}[a92_0x55e1a9(0x237)](_0x3a8150,_0x5e6719){const _0x29551f=a92_0x55e1a9,_0x498666={};_0x498666[_0x29551f(0x267)]=function(_0x3f9e08,_0x3e2602){return _0x3f9e08||_0x3e2602;},_0x498666[_0x29551f(0x1d6)]=function(_0x404f59,_0x44d929){return _0x404f59!==_0x44d929;},_0x498666['MGyDn']=function(_0x2a14b0,_0x3e54f9){return _0x2a14b0===_0x3e54f9;};const _0x38979d=_0x498666;if(_0x38979d[_0x29551f(0x267)](!_0x3a8150,!_0x5e6719)){logger[_0x29551f(0x144)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x3a8150+_0x29551f(0x28a)+_0x5e6719);return;}if(this['activeHooks'][_0x29551f(0x1ca)](_0x3a8150)){const _0x1ef013=this[_0x29551f(0x1c1)]['get'](_0x3a8150),_0x414e13=_0x1ef013[_0x29551f(0x28f)](_0x340a93=>_0x340a93[_0x29551f(0x15b)]===_0x5e6719);_0x38979d[_0x29551f(0x1d6)](_0x414e13,-0x1)?(_0x1ef013[_0x29551f(0x205)](_0x414e13,0x1),logger[_0x29551f(0x211)](_0x29551f(0x184)+_0x3a8150+_0x29551f(0x28a)+_0x5e6719+_0x29551f(0x23c)+_0x1ef013[_0x29551f(0x174)]),_0x38979d[_0x29551f(0x280)](_0x1ef013[_0x29551f(0x174)],0x0)&&this[_0x29551f(0x1c1)][_0x29551f(0x19a)](_0x3a8150)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3a8150+_0x29551f(0x28a)+_0x5e6719);}}[a92_0x55e1a9(0x27c)](_0x180284){const _0x9aa28b=a92_0x55e1a9,_0x9252bf={};_0x9252bf[_0x9aa28b(0x206)]=function(_0x149f2d,_0x199197){return _0x149f2d>_0x199197;},_0x9252bf['wqxey']=function(_0x2a87db,_0x4f673a){return _0x2a87db-_0x4f673a;};const _0x54915c=_0x9252bf;if(!_0x180284)return null;if(this[_0x9aa28b(0x1c1)]['has'](_0x180284)){const _0x3d94a8=this[_0x9aa28b(0x1c1)][_0x9aa28b(0x2a2)](_0x180284);if(_0x54915c[_0x9aa28b(0x206)](_0x3d94a8[_0x9aa28b(0x174)],0x0)){const _0x12f3ba=_0x3d94a8[_0x54915c[_0x9aa28b(0x1de)](_0x3d94a8[_0x9aa28b(0x174)],0x1)];return logger[_0x9aa28b(0x211)](_0x9aa28b(0x28b)+_0x180284+_0x9aa28b(0x28a)+_0x12f3ba[_0x9aa28b(0x15b)]+',\x20hookType='+_0x12f3ba['hookType']),_0x12f3ba;}}return null;}async[a92_0x55e1a9(0x201)](_0x330f96,_0xae619f,_0x1d0384={}){const _0x1f1c5c=a92_0x55e1a9,_0x5bda94={};_0x5bda94[_0x1f1c5c(0x1c3)]=_0x1f1c5c(0x15a),_0x5bda94[_0x1f1c5c(0x142)]=function(_0xe81406,_0x1952f1){return _0xe81406===_0x1952f1;},_0x5bda94[_0x1f1c5c(0x253)]=function(_0x1c877a,_0x47c478){return _0x1c877a||_0x47c478;},_0x5bda94[_0x1f1c5c(0x234)]=_0x1f1c5c(0x1cc),_0x5bda94['AGuCG']=function(_0x574610,_0x592409){return _0x574610===_0x592409;};const _0x6ace38=_0x5bda94;logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x2a4)+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x279)+Object['keys'](_0x1d0384)[_0x1f1c5c(0x1b2)](',')),await super[_0x1f1c5c(0x201)](_0x330f96,_0xae619f,_0x1d0384);const _0x48a84c=this[_0x1f1c5c(0x232)](_0x330f96,_0xae619f,_0x1d0384);if(!_0x48a84c){logger[_0x1f1c5c(0x211)](_0x6ace38[_0x1f1c5c(0x1c3)]);return;}try{let _0x1d352f,_0x31b2fa,_0x10aead;switch(_0x330f96){case TestFrameworkState[_0x1f1c5c(0x137)]:_0x1d352f=_0x1d0384['test'];const _0x5cbcff={};_0x5cbcff[_0x1f1c5c(0x1b8)]=0x2,_0x5cbcff[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x281)+_0xae619f+',\x20testData='+util[_0x1f1c5c(0x277)](_0x1d352f,_0x5cbcff)),_0x10aead=this[_0x1f1c5c(0x19e)](_0x1d352f),_0x31b2fa=null,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x10aead+_0x1f1c5c(0x268));if(_0x6ace38[_0x1f1c5c(0x142)](_0xae619f,HookState[_0x1f1c5c(0x190)])){logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x10aead);const _0x46e066={};_0x46e066[_0x1f1c5c(0x173)]=_0x31b2fa,_0x46e066['testData']=_0x1d352f,_0x46e066[_0x1f1c5c(0x27f)]=_0x10aead;const _0x1340ad=this['parseJestTest'](_0x46e066),_0x3ebb4f={};_0x3ebb4f[_0x1f1c5c(0x1b8)]=0x2,_0x3ebb4f['maxArrayLength']=0x3,logger['debug'](_0x1f1c5c(0x18e)+util[_0x1f1c5c(0x277)](_0x1340ad,_0x3ebb4f)),_0x48a84c[_0x1f1c5c(0x188)](_0x1340ad),logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1e0)+_0x10aead),await this[_0x1f1c5c(0x203)](_0x48a84c,_0x10aead);}else{if(_0x6ace38[_0x1f1c5c(0x142)](_0xae619f,HookState[_0x1f1c5c(0x194)])){logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x10aead);const _0x55bbed=_0x48a84c[_0x1f1c5c(0x1db)]()[_0x1f1c5c(0x2a2)](_0x10aead);logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x209)+util[_0x1f1c5c(0x277)](Object[_0x1f1c5c(0x168)](_0x6ace38[_0x1f1c5c(0x253)](_0x55bbed,{}))));_0x55bbed&&_0x55bbed[TestFrameworkConstants[_0x1f1c5c(0x1d7)]]?logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1cf)+Object[_0x1f1c5c(0x168)](_0x55bbed[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+'\x20files'):logger[_0x1f1c5c(0x211)](_0x6ace38[_0x1f1c5c(0x234)]);const _0x3b63d4=_0x1d0384[_0x1f1c5c(0x18a)]||null,_0x1d9695={};_0x1d9695[_0x1f1c5c(0x173)]=_0x31b2fa,_0x1d9695['testData']=_0x1d352f,_0x1d9695['testId']=_0x10aead,_0x1d9695[_0x1f1c5c(0x18a)]=_0x3b63d4;const _0x42b16c=this[_0x1f1c5c(0x1ec)](_0x1d9695),_0x134a30={};_0x134a30['depth']=0x2,_0x134a30[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x1f1c5c(0x277)](_0x42b16c,_0x134a30)),_0x48a84c[_0x1f1c5c(0x188)](_0x42b16c),logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1f0)+_0x10aead),await this[_0x1f1c5c(0x203)](_0x48a84c,_0x10aead);}}break;case TestFrameworkState[_0x1f1c5c(0x1e9)]:if(_0x6ace38[_0x1f1c5c(0x1a1)](_0xae619f,HookState['POST'])){const _0x498f3a={};_0x498f3a[_0x1f1c5c(0x1b8)]=0x2,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1e4)+util['inspect'](_0x1d0384,_0x498f3a)),await this[_0x1f1c5c(0x149)](_0x48a84c,_0x330f96,_0x1d0384);}break;default:if(CLIUtils['matchHookRegex'](_0x330f96[_0x1f1c5c(0x29a)]()[_0x1f1c5c(0x239)]('.')[0x1])){const _0x1a4190={};_0x1a4190[_0x1f1c5c(0x1b8)]=0x2,_0x1a4190['maxArrayLength']=0x3,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x2af)+util[_0x1f1c5c(0x277)](_0x1d0384['hookData'],_0x1a4190));const _0x21caba=await this[_0x1f1c5c(0x216)](_0x48a84c,_0x330f96,_0xae619f,_0x1d0384),_0x3f18d5={};_0x3f18d5['depth']=0x2,_0x3f18d5[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x196)+util[_0x1f1c5c(0x277)](_0x21caba,_0x3f18d5)),_0x48a84c[_0x1f1c5c(0x188)](_0x21caba);}else logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x330f96+_0x1f1c5c(0x292)+_0xae619f);break;}logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x13e)+_0x330f96+',\x20hookState='+_0xae619f);}catch(_0xa8389d){logger[_0x1f1c5c(0x1e2)](_0x1f1c5c(0x214)+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x271)+util['format'](_0xa8389d));}_0x1d0384[_0x1f1c5c(0x16d)]=_0x48a84c,await this[_0x1f1c5c(0x159)](_0x48a84c,_0x330f96,_0xae619f,_0x1d0384);}[a92_0x55e1a9(0x19e)](_0x55aaf6){const _0x13f144=a92_0x55e1a9,_0x4fb547={};_0x4fb547[_0x13f144(0x23f)]=_0x13f144(0x222);const _0x517df0=_0x4fb547;if(_0x55aaf6&&(_0x55aaf6['id']||_0x55aaf6[_0x13f144(0x2a3)])){const _0x238de6=_0x55aaf6['id']||_0x55aaf6[_0x13f144(0x2a3)];return logger['debug'](_0x13f144(0x25e)+_0x238de6+'\x22\x20from\x20testData'),_0x238de6;}return logger[_0x13f144(0x211)](_0x517df0['QElmq']),process[_0x13f144(0x23e)]+_0x13f144(0x1f8);}[a92_0x55e1a9(0x232)](_0x49ca5b,_0x2a4c84,_0x3de5a7={}){const _0x1d394d=a92_0x55e1a9;let _0x1e4fe9=null;return _0x1e4fe9=TestFramework['getTrackedInstance'](),!_0x1e4fe9?(logger[_0x1d394d(0x211)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x49ca5b),this[_0x1d394d(0x223)](_0x49ca5b,_0x3de5a7),_0x1e4fe9=TestFramework[_0x1d394d(0x229)](),logger[_0x1d394d(0x211)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x1e4fe9+_0x1d394d(0x1da)+_0x1e4fe9?.[_0x1d394d(0x182)]()?.['getId']())):logger[_0x1d394d(0x211)](_0x1d394d(0x1ac)+_0x1e4fe9['getContext']()?.[_0x1d394d(0x289)]()),_0x1e4fe9;}['trackJestInstance'](_0x562dd9,_0x5d4ba0){const _0x49be5e=a92_0x55e1a9,_0x429936={};_0x429936['xwHzg']=_0x49be5e(0x286);const _0x47959b=_0x429936;if(TestFramework[_0x49be5e(0x229)]()){logger[_0x49be5e(0x211)](_0x47959b[_0x49be5e(0x1f3)]);return;}const _0x27e092=CLIUtils[_0x49be5e(0x157)](),_0x5e6d17=TrackedInstance[_0x49be5e(0x25b)](_0x27e092);let _0x5ae0a4=null;logger[_0x49be5e(0x211)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x27e092+_0x49be5e(0x26c)+_0x562dd9),_0x5ae0a4=new TestFrameworkInstance(_0x5e6d17,this[_0x49be5e(0x1fd)](),this[_0x49be5e(0x158)](),_0x562dd9,HookState[_0x49be5e(0x22e)]),TestFramework[_0x49be5e(0x250)](_0x5e6d17,_0x5ae0a4),logger['debug'](_0x49be5e(0x134)+_0x5e6d17['getId']()+_0x49be5e(0x1e5)+_0x27e092+_0x49be5e(0x27e)+this[_0x49be5e(0x1fd)]()[0x0]+_0x49be5e(0x2ac)+this[_0x49be5e(0x158)]()[this[_0x49be5e(0x1fd)]()[0x0]]);}[a92_0x55e1a9(0x22d)](_0x173bdc){const _0x294b44=a92_0x55e1a9,_0x2afacf={};_0x2afacf[_0x294b44(0x161)]=function(_0x4ac072,_0x3b0576){return _0x4ac072||_0x3b0576;},_0x2afacf[_0x294b44(0x130)]=_0x294b44(0x1ba);const _0x4e1c7c=_0x2afacf,{testUUID:_0x29773a,testData:_0x440fdf,testId:_0x2bfd86}=_0x173bdc;if(_0x4e1c7c[_0x294b44(0x161)](!_0x440fdf,!_0x2bfd86))return logger[_0x294b44(0x211)](_0x4e1c7c[_0x294b44(0x130)]),{};const _0x1a4314=this[_0x294b44(0x1fd)]()[0x0],_0x2eb77a=this[_0x294b44(0x158)](),_0x5b53d4={};_0x5b53d4['depth']=0x2,_0x5b53d4[_0x294b44(0x243)]=0x3,logger[_0x294b44(0x211)](_0x294b44(0x21e)+util[_0x294b44(0x277)](_0x440fdf,_0x5b53d4));const _0xc45cd=_0x440fdf?.[_0x294b44(0x298)]||[],_0xbad18d=this[_0x294b44(0x2b3)](_0x440fdf),_0x47adee=this['getJestTestFilePath'](_0x440fdf),_0x8f6189=_0x440fdf['fn']?_0x440fdf['fn'][_0x294b44(0x29a)]():_0x440fdf?.['body']?_0x440fdf[_0x294b44(0x245)]['code'][_0x294b44(0x29a)]():null,_0x57a84a=this[_0x294b44(0x28d)](_0x440fdf),_0x4e3101={[TestFrameworkConstants[_0x294b44(0x29f)]]:_0x1a4314,[TestFrameworkConstants[_0x294b44(0x133)]]:_0x2eb77a[_0x1a4314],[TestFrameworkConstants[_0x294b44(0x22a)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x294b44(0x181)]]:TestFrameworkConstants[_0x294b44(0x1a3)],[TestFrameworkConstants[_0x294b44(0x1b6)]]:_0xbad18d,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x47adee,[TestFrameworkConstants[_0x294b44(0x276)]]:_0x2bfd86,[TestFrameworkConstants[_0x294b44(0x1c0)]]:_0xbad18d,[TestFrameworkConstants[_0x294b44(0x15d)]]:_0x47adee,[TestFrameworkConstants[_0x294b44(0x13f)]]:_0x8f6189,[TestFrameworkConstants[_0x294b44(0x242)]]:_0x57a84a,[TestFrameworkConstants[_0x294b44(0x1cd)]]:_0x440fdf[_0x294b44(0x199)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x294b44(0x1a6)]]:_0xc45cd[0x0]||'',[TestFrameworkConstants[_0x294b44(0x269)]]:_0xc45cd,[TestFrameworkConstants[_0x294b44(0x260)]]:_0xbad18d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x294b44(0x179)]]:{}};_0x440fdf[_0x294b44(0x155)]&&(_0x4e3101[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x440fdf[_0x294b44(0x155)]);logger[_0x294b44(0x211)](_0x294b44(0x21d)+_0xbad18d+',\x20testId='+_0x2bfd86+'\x20(testIdentifier),\x20tags='+JSON[_0x294b44(0x2b4)](_0x57a84a)+_0x294b44(0x258)+util[_0x294b44(0x277)](_0xc45cd)+_0x294b44(0x1d2)+_0x47adee);const _0x4d7105={};return _0x4d7105[_0x2bfd86]=_0x4e3101,_0x4d7105;}[a92_0x55e1a9(0x1ec)](_0x4a6811){const _0x90771b=a92_0x55e1a9,_0xffe36d={'ZMVEZ':function(_0x3ffb6a,_0x412693){return _0x3ffb6a===_0x412693;},'Ualtb':'afterAll','CVBXW':function(_0x4b5425,_0x3a327e){return _0x4b5425===_0x3a327e;},'cZkoG':'beforeAll','lrNWu':_0x90771b(0x266),'rJJIO':_0x90771b(0x1eb),'SNZOp':function(_0x2599d8,_0x2a1879){return _0x2599d8||_0x2a1879;},'izzYW':_0x90771b(0x218),'JpwBm':function(_0x362276,_0x1efb35){return _0x362276||_0x1efb35;},'KJJYA':_0x90771b(0x1d4),'fOSXl':function(_0x56b5fd,_0x996841){return _0x56b5fd>_0x996841;},'omaIX':'failed','rnDcL':_0x90771b(0x1d9),'hAuCd':function(_0x103d01,_0xa4f1c3){return _0x103d01===_0xa4f1c3;},'aSXVW':'skipped','gsHzs':_0x90771b(0x16c),'CqmIQ':function(_0x1879b0,_0x3bcff7){return _0x1879b0!==_0x3bcff7;},'gZPrF':function(_0x159f4a,_0x1b7dcd,_0x5adad0,_0x52632d){return _0x159f4a(_0x1b7dcd,_0x5adad0,_0x52632d);},'FDnWa':function(_0x29bd5d,_0x5d6ba4){return _0x29bd5d>_0x5d6ba4;},'PxbMu':_0x90771b(0x177),'MbxKJ':function(_0x3c7496,_0x5d0097){return _0x3c7496>_0x5d0097;},'mbfog':function(_0x263e6d,_0x464b3f){return _0x263e6d===_0x464b3f;}},{testUUID:_0x3d062a,testData:_0x376de7,testId:_0xf9b9af}=_0x4a6811;if(_0xffe36d['SNZOp'](!_0x376de7,!_0xf9b9af))return logger[_0x90771b(0x211)](_0xffe36d[_0x90771b(0x19b)]),{};const _0xc2bc8=this[_0x90771b(0x232)](TestFrameworkState[_0x90771b(0x137)],HookState['POST']),_0x56c313=_0xc2bc8[_0x90771b(0x1db)]()['get'](_0xf9b9af),_0x27e493=_0xffe36d[_0x90771b(0x217)](_0x56c313,{}),_0x53e16b=_0x27e493?_0x27e493[TestFrameworkConstants[_0x90771b(0x1bb)]]||{}:{},_0x129491=_0x27e493[TestFrameworkConstants[_0x90771b(0x1d7)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x129491?Object['keys'](_0x129491)['length']:0x0)+_0x90771b(0x26d));let _0x1e7b1e=_0xffe36d['KJJYA'];if(_0x376de7[_0x90771b(0x20f)])_0x1e7b1e=_0x376de7['result'];else{if(_0x376de7[_0x90771b(0x146)]&&_0xffe36d['fOSXl'](_0x376de7['errorsDetailed']['length'],0x0))_0x1e7b1e=_0xffe36d['omaIX'];else _0xffe36d[_0x90771b(0x26b)](_0x376de7[_0x90771b(0x212)],_0xffe36d[_0x90771b(0x151)])||_0xffe36d['hAuCd'](_0x376de7[_0x90771b(0x212)],_0xffe36d[_0x90771b(0x293)])?_0x1e7b1e=_0xffe36d['aSXVW']:_0x1e7b1e=_0xffe36d[_0x90771b(0x1d3)];}const _0xe81bf0={..._0x27e493,[TestFrameworkConstants[_0x90771b(0x181)]]:_0x1e7b1e,[TestFrameworkConstants[_0x90771b(0x1fa)]]:_0x376de7[_0x90771b(0x256)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x90771b(0x246)](),[TestFrameworkConstants[_0x90771b(0x1bb)]]:_0x53e16b,[TestFrameworkConstants[_0x90771b(0x1ff)]]:_0x27e493[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x90771b(0x179)]]:{}};if(_0xffe36d[_0x90771b(0x13c)](_0x1e7b1e,_0xffe36d[_0x90771b(0x1a8)])&&_0x376de7[_0x90771b(0x146)]){const _0x44c54a=this[_0x90771b(0x19d)](_0x376de7),_0x42fd71=this[_0x90771b(0x1f9)](_0x376de7),_0x518729=this['getJestFailureData'](_0x376de7);_0xe81bf0[TestFrameworkConstants[_0x90771b(0x180)]]=_0x42fd71,_0xe81bf0[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x44c54a,_0xe81bf0[TestFrameworkConstants[_0x90771b(0x2a7)]]=_0x518729;}_0xffe36d[_0x90771b(0x139)](_0x376de7['duration'],undefined)&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x15c)]]=_0x376de7[_0x90771b(0x13d)]);_0x376de7['retryOf']&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1d5)]]=_0x376de7[_0x90771b(0x155)]);const _0x2c2b3d=_0x56c313?_0x56c313[TestFrameworkConstants[_0x90771b(0x1d7)]]||{}:{},_0x51ccd1=_0x56c313?_0x56c313[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3d062a,_0x3f393f=_0xffe36d['gZPrF'](getManualUploadLogs,_0x2c2b3d,_0x51ccd1,_0xf9b9af);if(_0xffe36d[_0x90771b(0x226)](_0x3f393f['length'],0x0)){const _0x2dc1be=_0xe81bf0[TestFrameworkConstants['KEY_LOGS']]||[];_0xe81bf0[TestFrameworkConstants['KEY_LOGS']]=[..._0x2dc1be,..._0x3f393f];}const _0x2d27c8=_0x27e493[TestFrameworkConstants[_0x90771b(0x1fc)]]||{},_0x1d50bc=_0x27e493[TestFrameworkConstants[_0x90771b(0x254)]]||{},_0x52ec06={..._0x2d27c8},_0xaf058=_0x52ec06;Object['keys'](_0x1d50bc)['forEach'](_0x4b897c=>{const _0x373fa0=_0x90771b;!_0xaf058[_0x4b897c]&&(_0xaf058[_0x4b897c]=[]);const _0x1bfe8e=new Set((_0xaf058[_0x4b897c]||[])[_0x373fa0(0x20c)](_0x16c6fb=>_0x16c6fb[TestFrameworkConstants[_0x373fa0(0x248)]]||_0x16c6fb[_0x373fa0(0x2a9)]));(_0x1d50bc[_0x4b897c]||[])['forEach'](_0x55b250=>{const _0x29946b=_0x373fa0,_0x50d601=_0x55b250[TestFrameworkConstants[_0x29946b(0x248)]]||_0x55b250['hook_id'];if(!_0x1bfe8e[_0x29946b(0x1ca)](_0x50d601)){const _0x5111d7={..._0x55b250},_0x504d87=_0x5111d7;!_0x504d87[TestFrameworkConstants[_0x29946b(0x1bc)]]&&!_0x504d87['event_ended_at']&&(_0x504d87[TestFrameworkConstants[_0x29946b(0x1bc)]]=new Date()[_0x29946b(0x246)]()),!_0x504d87[TestFrameworkConstants[_0x29946b(0x24c)]]&&!_0x504d87[_0x29946b(0x18d)]&&(_0x504d87[TestFrameworkConstants[_0x29946b(0x24c)]]=TestFrameworkConstants[_0x29946b(0x21a)]),_0xaf058[_0x4b897c][_0x29946b(0x1ed)](_0x504d87);}});});if(_0x4a6811[_0x90771b(0x18a)]){this[_0x90771b(0x272)](_0x4a6811[_0x90771b(0x18a)]);const _0x28e9f6=this[_0x90771b(0x284)](_0x4a6811['originalTest']),_0x1ff6ee=this[_0x90771b(0x219)](_0x4a6811[_0x90771b(0x18a)]);_0x1ff6ee[_0x90771b(0x24f)](_0x22d69c=>{const _0x51afbd=_0x90771b,_0x4779a8=_0x28e9f6[_0x51afbd(0x2a2)](_0x22d69c);if(_0x4779a8&&(_0xffe36d[_0x51afbd(0x1b1)](_0x4779a8[_0x51afbd(0x22f)],_0xffe36d[_0x51afbd(0x29b)])||_0xffe36d[_0x51afbd(0x26b)](_0x4779a8[_0x51afbd(0x22f)],_0xffe36d[_0x51afbd(0x17e)]))){const _0x46eb06=_0x4779a8[_0x51afbd(0x22f)][_0x51afbd(0x25d)]()[_0x51afbd(0x225)](_0xffe36d['lrNWu'],_0xffe36d[_0x51afbd(0x21c)]),_0x321b12=_0x46eb06;!_0xaf058[_0x321b12]&&(_0xaf058[_0x321b12]=[]);const _0xe51570=_0xaf058[_0x321b12]['find'](_0x425798=>(_0x425798[TestFrameworkConstants[_0x51afbd(0x248)]]||_0x425798['hook_id'])===_0x22d69c);!_0xe51570&&_0xaf058[_0x321b12]['push']({'key':_0x321b12,[TestFrameworkConstants[_0x51afbd(0x248)]]:_0x22d69c,[TestFrameworkConstants[_0x51afbd(0x24c)]]:TestFrameworkConstants[_0x51afbd(0x21a)],[TestFrameworkConstants[_0x51afbd(0x231)]]:new Date()[_0x51afbd(0x246)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x51afbd(0x246)](),[TestFrameworkConstants[_0x51afbd(0x1b7)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4779a8[_0x51afbd(0x1c6)]||_0x4779a8[_0x51afbd(0x22f)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x53e16b});}});}if(_0x376de7[_0x90771b(0x29c)]&&_0xffe36d['FDnWa'](_0x376de7[_0x90771b(0x29c)][_0x90771b(0x174)],0x0))_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1fc)]]=_0x376de7[_0x90771b(0x29c)],logger['debug'](_0xffe36d[_0x90771b(0x213)]);else _0xffe36d['MbxKJ'](Object['keys'](_0xaf058)[_0x90771b(0x174)],0x0)&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1fc)]]=_0xaf058,logger['debug'](_0x90771b(0x247)+Object['keys'](_0xaf058)[_0x90771b(0x1b2)](',')));const _0x20b2f5=this[_0x90771b(0x2b3)](_0x376de7);logger[_0x90771b(0x211)](_0x90771b(0x1ef)+_0x20b2f5+_0x90771b(0x170)+_0xf9b9af+'\x20(testIdentifier),\x20result='+_0x1e7b1e+_0x90771b(0x147)+_0x376de7[_0x90771b(0x13d)]);_0xffe36d['mbfog'](_0x1e7b1e,_0xffe36d[_0x90771b(0x1a8)])&&logger[_0x90771b(0x211)](_0x90771b(0x1af)+_0xf9b9af+_0x90771b(0x230)+_0xe81bf0[TestFrameworkConstants[_0x90771b(0x180)]]+',\x20failureReason='+_0xe81bf0[TestFrameworkConstants[_0x90771b(0x233)]]?.[_0x90771b(0x27b)](0x0,0xc8));const _0x58d9d4={};return _0x58d9d4[_0xf9b9af]=_0xe81bf0,_0x58d9d4;}[a92_0x55e1a9(0x1bf)](_0x28b0ce){const _0x445770=a92_0x55e1a9,_0x5ae98f={};_0x5ae98f[_0x445770(0x1b5)]=function(_0x375cb3,_0x1a8070){return _0x375cb3!==_0x1a8070;},_0x5ae98f[_0x445770(0x1c8)]=_0x445770(0x1ad);const _0x426029=_0x5ae98f,_0x235e6b={};_0x235e6b[_0x445770(0x1b8)]=0x2,_0x235e6b[_0x445770(0x243)]=0x3,logger[_0x445770(0x211)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x445770(0x277)](_0x28b0ce,_0x235e6b));const _0x2cefc1=[];if(_0x28b0ce&&_0x28b0ce[_0x445770(0x249)]){let _0x27f48d=_0x28b0ce[_0x445770(0x249)];while(_0x27f48d&&_0x27f48d[_0x445770(0x1c6)]&&_0x426029[_0x445770(0x1b5)](_0x27f48d[_0x445770(0x1c6)],'')&&_0x426029[_0x445770(0x1b5)](_0x27f48d[_0x445770(0x1c6)],_0x426029[_0x445770(0x1c8)])){_0x2cefc1[_0x445770(0x1ed)](_0x27f48d[_0x445770(0x1c6)]),_0x27f48d=_0x27f48d[_0x445770(0x249)];}}return _0x2cefc1[_0x445770(0x204)]();}[a92_0x55e1a9(0x2b3)](_0x5a3064){const _0x4c2093=a92_0x55e1a9,_0x4c4dc4={};_0x4c4dc4[_0x4c2093(0x140)]='Unknown\x20Test';const _0x91034b=_0x4c4dc4;if(_0x5a3064[_0x4c2093(0x1c6)])return _0x5a3064[_0x4c2093(0x1c6)];if(_0x5a3064[_0x4c2093(0x25c)])return _0x5a3064[_0x4c2093(0x25c)];return _0x91034b['jeQFR'];}['getJestTestTags'](_0x3d25e5){const _0x206d05=a92_0x55e1a9,_0x15e2bb=[];if(_0x3d25e5[_0x206d05(0x19c)]&&Array[_0x206d05(0x287)](_0x3d25e5[_0x206d05(0x19c)]))return _0x3d25e5[_0x206d05(0x19c)][_0x206d05(0x20c)](_0xad89c5=>_0xad89c5[_0x206d05(0x259)]('@')?_0xad89c5[_0x206d05(0x297)](0x1):_0xad89c5);const _0x1f73eb=this[_0x206d05(0x2b3)](_0x3d25e5),_0x70519a=_0x1f73eb[_0x206d05(0x22c)](/@(\w+)/g);if(_0x70519a)return _0x70519a[_0x206d05(0x20c)](_0x17f642=>_0x17f642[_0x206d05(0x16f)](0x1));return _0x3d25e5['scopes']&&Array[_0x206d05(0x287)](_0x3d25e5['scopes'])&&_0x3d25e5['scopes']['forEach'](_0x443e3e=>{const _0xff3b1f=_0x206d05,_0x21fd3f=_0x443e3e[_0xff3b1f(0x22c)](/@(\w+)/g);_0x21fd3f&&_0x21fd3f[_0xff3b1f(0x24f)](_0x728103=>{const _0x418358=_0xff3b1f,_0x3e2c73=_0x728103[_0x418358(0x16f)](0x1);!_0x15e2bb[_0x418358(0x227)](_0x3e2c73)&&_0x15e2bb[_0x418358(0x1ed)](_0x3e2c73);});}),_0x15e2bb;}[a92_0x55e1a9(0x13a)](_0x57dba5){const _0x27e54b=a92_0x55e1a9,_0x5ed242={'fqFsp':function(_0xa2fa5b,_0x396705){return _0xa2fa5b(_0x396705);}};if(_0x57dba5[_0x27e54b(0x18f)])return _0x57dba5[_0x27e54b(0x18f)];if(_0x57dba5[_0x27e54b(0x2ad)])try{const _0x4addc9=stackTrace['parse'](_0x57dba5[_0x27e54b(0x2ad)]),_0x4821c8=_0x5ed242[_0x27e54b(0x21f)](pickUserFrameFile,_0x4addc9);if(_0x4821c8)return _0x4821c8;logger[_0x27e54b(0x211)](_0x27e54b(0x210)+_0x4addc9['length']+')');}catch(_0x1d5b29){logger[_0x27e54b(0x211)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x27e54b(0x198)](_0x1d5b29));}return null;}[a92_0x55e1a9(0x19d)](_0x619aeb){const _0x3e6f0c=a92_0x55e1a9,_0x43fc15={};_0x43fc15[_0x3e6f0c(0x143)]=function(_0x1b6bf4,_0x3e7bb0){return _0x1b6bf4>_0x3e7bb0;},_0x43fc15[_0x3e6f0c(0x1a9)]='Unknown\x20error';const _0x17dda9=_0x43fc15;if(_0x619aeb['errorsDetailed']&&_0x17dda9[_0x3e6f0c(0x143)](_0x619aeb[_0x3e6f0c(0x146)][_0x3e6f0c(0x174)],0x0))return util[_0x3e6f0c(0x277)](_0x619aeb[_0x3e6f0c(0x146)][0x0]);if(_0x619aeb['failure_reason'])return _0x619aeb['failure_reason'];return _0x17dda9['olBiK'];}[a92_0x55e1a9(0x1f9)](_0x1ed282){const _0x9b3e2=a92_0x55e1a9,_0x2d1ce6={};_0x2d1ce6[_0x9b3e2(0x163)]=_0x9b3e2(0x14c),_0x2d1ce6['LnHMe']=_0x9b3e2(0x299),_0x2d1ce6[_0x9b3e2(0x162)]=_0x9b3e2(0x17c);const _0x3196b0=_0x2d1ce6,_0x3bb24e=this['getJestFailureReason'](_0x1ed282);if(_0x3bb24e&&_0x3bb24e[_0x9b3e2(0x227)](_0x3196b0[_0x9b3e2(0x163)]))return _0x3196b0['LnHMe'];return _0x3196b0['eAVLU'];}[a92_0x55e1a9(0x12c)](_0x143d24){const _0x2e1a06=a92_0x55e1a9,_0x28262b={'AWild':function(_0x25a358,_0x4d179c){return _0x25a358(_0x4d179c);},'rePqW':_0x2e1a06(0x148),'qAXUV':function(_0x62fd76,_0x5f324f){return _0x62fd76!==_0x5f324f;},'NluzH':_0x2e1a06(0x1dd)},{failureData:_0x5829a0}=_0x28262b[_0x2e1a06(0x1b3)](require,_0x28262b['rePqW']),_0x31a131=[];return _0x28262b[_0x2e1a06(0x1be)](_0x143d24['errorsDetailed'],undefined)&&_0x31a131[_0x2e1a06(0x1ed)](_0x143d24['errorsDetailed'],_0x28262b[_0x2e1a06(0x255)]),_0x5829a0[_0x2e1a06(0x1ea)](null,_0x31a131);}async[a92_0x55e1a9(0x216)](_0xddd139,_0x26092b,_0x2c0e92,_0x3a2bc2){const _0x488583=a92_0x55e1a9,_0x5645e2={'qwNAZ':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','pcsnQ':function(_0x1f2be4){return _0x1f2be4();},'vKUgo':function(_0x53d4ce,_0x500af0){return _0x53d4ce in _0x500af0;},'ktUaP':function(_0x521d9c,_0x419342){return _0x521d9c in _0x419342;},'cLVxN':function(_0xe535bd,_0x1e2830){return _0xe535bd===_0x1e2830;},'lDHyA':function(_0x53d786,_0x29459b){return _0x53d786>_0x29459b;},'gWIaG':_0x488583(0x15f),'biuYK':'passed','ysvNI':_0x488583(0x2a5),'TrStH':function(_0x35ba95,_0x5b7297){return _0x35ba95>_0x5b7297;},'GlUBC':function(_0x51b0f,_0x49db72){return _0x51b0f===_0x49db72;},'gLJWO':function(_0xf3f542,_0x299833){return _0xf3f542!==_0x299833;}},{hookData:_0x4789c3}=_0x3a2bc2,_0x1d9fd2=_0x2c0e92[_0x488583(0x29a)](),_0x1626ad=_0x26092b[_0x488583(0x29a)](),_0x3f68f3={};_0x3f68f3[_0x488583(0x1b8)]=0x2,_0x3f68f3[_0x488583(0x243)]=0x3,logger[_0x488583(0x211)](_0x488583(0x1dc)+_0x1626ad+_0x488583(0x26a)+_0x1d9fd2+_0x488583(0x2af)+util[_0x488583(0x277)](_0x4789c3,_0x3f68f3));if(!_0x4789c3)return logger[_0x488583(0x211)](_0x5645e2['qwNAZ']),{};const _0x483024=_0x4789c3[_0x488583(0x2a3)]||_0x4789c3[_0x488583(0x261)]||_0x5645e2[_0x488583(0x1ae)](uuidv4),_0x355c3e=_0x4789c3[_0x488583(0x1ee)]||this[_0x488583(0x19e)](_0x4789c3),_0x20b844=_0x26092b['toString']()[_0x488583(0x239)]('.')[0x1],_0x191bf3=_0xddd139[_0x488583(0x1db)]()['get'](_0x355c3e),_0x5538cb=_0x191bf3?_0x191bf3[TestFrameworkConstants[_0x488583(0x1bb)]]||{}:{};logger[_0x488583(0x211)](_0x488583(0x166)+_0x483024+',\x20testId='+_0x355c3e+_0x488583(0x21b)+_0x20b844+_0x488583(0x26a)+_0x1d9fd2);if(!_0x191bf3)return logger['debug'](_0x488583(0x2b6)+_0x355c3e+_0x488583(0x2b2)),this[_0x488583(0x215)](_0xddd139,_0x355c3e,_0x26092b,_0x2c0e92,_0x3a2bc2),{};let _0xd63fed=_0x191bf3[TestFrameworkConstants[_0x488583(0x254)]];!_0xd63fed&&(_0xd63fed={});!_0x5645e2['vKUgo'](_0x20b844,_0xd63fed)&&(_0xd63fed[_0x20b844]=[]);let _0x294ac9=_0x191bf3[TestFrameworkConstants[_0x488583(0x1fc)]];!_0x294ac9&&(_0x294ac9={});!_0x5645e2['ktUaP'](_0x20b844,_0x294ac9)&&(_0x294ac9[_0x20b844]=[]);const _0x154d2d={[_0x355c3e]:{[TestFrameworkConstants[_0x488583(0x254)]]:_0xd63fed,[TestFrameworkConstants[_0x488583(0x1fc)]]:_0x294ac9,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x488583(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x488583(0x158)]()[this[_0x488583(0x1fd)]()[0x0]]||''}};if(_0x5645e2['cLVxN'](_0x2c0e92,HookState['PRE'])){const _0x1ee712={'key':_0x20b844,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x483024,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x488583(0x21a)],[TestFrameworkConstants[_0x488583(0x231)]]:_0x4789c3['started_at']||new Date()[_0x488583(0x246)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x488583(0x16a)]]:_0x4789c3['name']||_0x4789c3[_0x488583(0x244)]||_0x20b844,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5538cb};_0xd63fed[_0x20b844]['push'](_0x1ee712),_0x154d2d[_0x355c3e][TestFrameworkConstants[_0x488583(0x264)]]=_0x20b844;const _0x50922c={};_0x50922c[_0x488583(0x1b8)]=0x2,logger[_0x488583(0x211)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x20b844+',\x20hookId='+_0x483024+_0x488583(0x170)+_0x355c3e+_0x488583(0x221)+util[_0x488583(0x277)](_0x1ee712,_0x50922c));}else{if(_0x5645e2['cLVxN'](_0x2c0e92,HookState[_0x488583(0x194)])){const _0x5e7994=_0x4789c3[_0x488583(0x20f)]||(_0x4789c3['errorsDetailed']&&_0x5645e2[_0x488583(0x28c)](_0x4789c3[_0x488583(0x146)][_0x488583(0x174)],0x0)?_0x5645e2[_0x488583(0x200)]:_0x5645e2[_0x488583(0x14d)]),_0x4ef5da=_0xd63fed[_0x20b844]||[];logger['debug'](_0x488583(0x189)+_0x20b844+_0x488583(0x170)+_0x355c3e+',\x20result='+_0x5e7994+_0x488583(0x1f5)+_0x4ef5da[_0x488583(0x174)]);if(_0x5645e2[_0x488583(0x12f)](_0x4ef5da['length'],0x0)&&_0x5645e2[_0x488583(0x12f)](_0x26092b,TestFrameworkState['BEFORE_ALL']))return logger[_0x488583(0x211)](_0x5645e2[_0x488583(0x26e)]),this[_0x488583(0x215)](_0xddd139,_0x355c3e,_0x26092b,_0x2c0e92,_0x3a2bc2),{};if(_0x5645e2[_0x488583(0x169)](_0x4ef5da['length'],0x0)){const _0x5536c9=_0x4ef5da[_0x488583(0x275)]();_0x5645e2[_0x488583(0x19f)](_0x5e7994,_0x5645e2[_0x488583(0x200)])&&_0x4789c3[_0x488583(0x146)]?(_0x5536c9[TestFrameworkConstants[_0x488583(0x235)]]=this[_0x488583(0x1f9)](_0x4789c3),_0x5536c9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x4789c3),_0x5536c9[TestFrameworkConstants[_0x488583(0x262)]]=this[_0x488583(0x12c)](_0x4789c3),logger[_0x488583(0x211)](_0x488583(0x1e3)+_0x20b844+_0x488583(0x230)+_0x5536c9[TestFrameworkConstants[_0x488583(0x235)]]+_0x488583(0x135)+_0x5536c9[TestFrameworkConstants[_0x488583(0x16b)]]?.[_0x488583(0x27b)](0x0,0xc8))):_0x5536c9[TestFrameworkConstants[_0x488583(0x24c)]]=_0x5645e2['biuYK'];_0x5645e2[_0x488583(0x2b0)](_0x5e7994,TestFrameworkConstants[_0x488583(0x21a)])&&(_0x5536c9[TestFrameworkConstants[_0x488583(0x24c)]]=_0x5e7994);_0x5536c9[TestFrameworkConstants[_0x488583(0x1bc)]]=_0x4789c3[_0x488583(0x256)]||new Date()['toISOString'](),_0x5536c9[TestFrameworkConstants[_0x488583(0x1bb)]]=_0x5538cb;const _0x176e11=_0x5536c9[TestFrameworkConstants[_0x488583(0x248)]];!_0x294ac9[_0x20b844]&&(_0x294ac9[_0x20b844]=[]);_0x294ac9[_0x20b844][_0x488583(0x1ed)](_0x5536c9),_0x154d2d[_0x355c3e][TestFrameworkConstants[_0x488583(0x294)]]=_0x20b844;const _0x1d279e={};_0x1d279e['depth']=0x2,logger['debug'](_0x488583(0x27a)+_0x20b844+_0x488583(0x1e8)+_0x176e11+_0x488583(0x1b9)+_0x5e7994+_0x488583(0x221)+util[_0x488583(0x277)](_0x5536c9,_0x1d279e));}}}return _0x154d2d;}['createTestFrameworkEventPayload'](_0x3aec97){const _0x3bbbc1=a92_0x55e1a9,_0x20ddba={};_0x20ddba['nFwXY']='base64';const _0x43e40d=_0x20ddba;try{const _0x4dabad=_0x3aec97['test']?this['getJestTestIdentifier'](_0x3aec97[_0x3bbbc1(0x1dd)]):_0x3aec97[_0x3bbbc1(0x16e)]['test_run_id'],_0x36490f=_0x3aec97[_0x3bbbc1(0x16d)],_0x418530=_0x36490f[_0x3bbbc1(0x182)](),_0x2a9e5b=_0x36490f['getAllData']()[_0x3bbbc1(0x2a2)](_0x4dabad);if(!_0x2a9e5b)return logger['debug'](_0x3bbbc1(0x273)+_0x4dabad),{};const {[TestFrameworkConstants[_0x3bbbc1(0x29f)]]:_0x1f640b=this[_0x3bbbc1(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x3bbbc1(0x133)]]:_0xb8214f=this[_0x3bbbc1(0x158)]()[this[_0x3bbbc1(0x1fd)]()[0x0]]||'',[TestFrameworkConstants[_0x3bbbc1(0x1cd)]]:_0xcb81b9='',[TestFrameworkConstants[_0x3bbbc1(0x1fa)]]:_0xee5cf3=''}=_0x2a9e5b,_0x2a2c23=_0x36490f[_0x3bbbc1(0x274)]()[_0x3bbbc1(0x29a)]()[_0x3bbbc1(0x239)]('.')[0x1],_0x29b29b=_0x36490f['getCurrentHookState']()[_0x3bbbc1(0x29a)]()['split']('.')[0x1],_0x13cc5b=global?.[_0x3bbbc1(0x195)]?.[_0x3bbbc1(0x197)]?.['parallelIndex']||global[_0x3bbbc1(0x1aa)]||0x0,_0x1f2d43=_0x36490f[_0x3bbbc1(0x14b)](),_0x5ea272=Buffer['from'](JSON['stringify'](_0x2a9e5b))[_0x3bbbc1(0x29a)](_0x43e40d[_0x3bbbc1(0x23a)]),_0x4ce24a={'hash':_0x418530[_0x3bbbc1(0x289)](),'threadId':_0x418530['getThreadId']()[_0x3bbbc1(0x29a)](),'processId':_0x418530['getProcessId']()[_0x3bbbc1(0x29a)]()},_0x5bd42f={};_0x5bd42f['platformIndex']=_0x13cc5b,_0x5bd42f[_0x3bbbc1(0x183)]=_0x1f640b,_0x5bd42f[_0x3bbbc1(0x24d)]=_0xb8214f,_0x5bd42f['testFrameworkState']=_0x2a2c23,_0x5bd42f[_0x3bbbc1(0x208)]=_0x29b29b,_0x5bd42f['startedAt']=_0xcb81b9,_0x5bd42f[_0x3bbbc1(0x2ab)]=_0xee5cf3,_0x5bd42f[_0x3bbbc1(0x2a3)]=_0x1f2d43,_0x5bd42f[_0x3bbbc1(0x18c)]=_0x5ea272,_0x5bd42f[_0x3bbbc1(0x12e)]=_0x4ce24a,_0x5bd42f['test_identifier']=_0x4dabad;const _0x213d50=_0x5bd42f;return _0x213d50;}catch(_0x3d0092){return logger['error'](_0x3bbbc1(0x178)+util[_0x3bbbc1(0x198)](_0x3d0092)),{};}}async['sendLogCreatedEvent'](_0x215f57,_0x208bc3,_0x5e94fb){const _0x46f8ad=a92_0x55e1a9,_0x5512b3={'zxpyk':function(_0x33553a,_0x493bae){return _0x33553a+_0x493bae;},'mnSrk':_0x46f8ad(0x1a7),'NYgzb':'none','yOmVh':function(_0x362ca5,_0x5bc698){return _0x362ca5>_0x5bc698;},'dlwXg':function(_0x184f3f,_0x3e7062,_0x5c97a4,_0x9414f3){return _0x184f3f(_0x3e7062,_0x5c97a4,_0x9414f3);},'OPvpa':function(_0x26412d,_0x4edc65){return _0x26412d-_0x4edc65;},'waUHt':function(_0xa82b55,_0x3ea252){return _0xa82b55===_0x3ea252;},'saDIE':function(_0x5a0d07,_0x268740){return _0x5a0d07/_0x268740;},'EtFGv':function(_0x46cba5,_0x47d72e){return _0x46cba5<_0x47d72e;},'DCUVT':function(_0x2e2c36,_0x8cd33e){return _0x2e2c36*_0x8cd33e;}};try{const _0x58dd0a=_0x5e94fb['testUUID']||_0x5e94fb['testId'],_0x1da3a5=Array[_0x46f8ad(0x15e)](_0x215f57['getAllData']()[_0x46f8ad(0x168)]()),_0x32d975=_0x215f57[_0x46f8ad(0x1db)]()[_0x46f8ad(0x2a2)](_0x58dd0a);if(!_0x32d975){logger[_0x46f8ad(0x211)](_0x46f8ad(0x295)+_0x58dd0a);return;}const {[TestFrameworkConstants[_0x46f8ad(0x29f)]]:_0x48dec7='',[TestFrameworkConstants[_0x46f8ad(0x133)]]:_0x5717f2=''}=_0x32d975;let _0x2fb59f=[];_0x32d975&&_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]]&&Array[_0x46f8ad(0x287)](_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]])?(_0x2fb59f=_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]]||[],logger[_0x46f8ad(0x211)](_0x46f8ad(0x1c9)+_0x2fb59f['length']+_0x46f8ad(0x1d1)+_0x58dd0a),_0x215f57[_0x46f8ad(0x188)]({[_0x58dd0a]:{[TestFrameworkConstants[_0x46f8ad(0x1ff)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x46f8ad(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x46f8ad(0x133)]]:this['getTestFrameworksVersions']()[this[_0x46f8ad(0x1fd)]()[0x0]]||''}}),logger['debug'](_0x46f8ad(0x1d0)+_0x58dd0a)):logger[_0x46f8ad(0x211)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x58dd0a);logger[_0x46f8ad(0x211)](_0x46f8ad(0x1df)+_0x2fb59f['length']+_0x46f8ad(0x285)+_0x58dd0a);const _0x5d387e=_0x2fb59f['filter'](_0x19499f=>_0x19499f['kind']===_0x46f8ad(0x186));_0x5512b3[_0x46f8ad(0x20e)](_0x5d387e['length'],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x5d387e[_0x46f8ad(0x174)]+_0x46f8ad(0x252)+_0x58dd0a),_0x5d387e[_0x46f8ad(0x24f)]((_0x40f3cd,_0x10a7ed)=>{const _0xf162d5=_0x46f8ad;logger['debug'](_0xf162d5(0x1ce)+_0x5512b3[_0xf162d5(0x207)](_0x10a7ed,0x1)+'/'+_0x5d387e[_0xf162d5(0x174)]+_0xf162d5(0x160)+(_0x40f3cd[_0xf162d5(0x2ae)]||_0x5512b3[_0xf162d5(0x185)])+_0xf162d5(0x1d8)+(_0x40f3cd[_0xf162d5(0x175)]||_0x5512b3[_0xf162d5(0x185)])+_0xf162d5(0x22b)+(_0x40f3cd[_0xf162d5(0x24b)]||_0x5512b3[_0xf162d5(0x1a4)])+_0xf162d5(0x241)+(_0x40f3cd[_0xf162d5(0x193)]?.[_0xf162d5(0x174)]||0x0));}));const _0x58c889=_0x32d975[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x228cff=_0x5512b3[_0x46f8ad(0x263)](getMediaArtifactsLogs,_0x58c889,null,_0x58dd0a),_0x5d3bc=(_0x2fb59f||[])['concat'](_0x228cff||[]),_0x13884d=_0x5d387e?.[_0x46f8ad(0x174)]||0x0,_0x6f3a4c=_0x5512b3[_0x46f8ad(0x14e)](_0x2fb59f?.[_0x46f8ad(0x174)]||0x0,_0x13884d);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x58dd0a+_0x46f8ad(0x25f)+_0x6f3a4c+_0x46f8ad(0x171)+_0x13884d+_0x46f8ad(0x1a5)+(_0x228cff?.[_0x46f8ad(0x174)]||0x0)+_0x46f8ad(0x156)+_0x5d3bc[_0x46f8ad(0x174)]);if(!_0x5d3bc||_0x5512b3[_0x46f8ad(0x29d)](_0x5d3bc[_0x46f8ad(0x174)],0x0)){logger[_0x46f8ad(0x211)](_0x46f8ad(0x1c7)+_0x58dd0a);return;}const _0x8a60=0x28,_0x37b937=Math[_0x46f8ad(0x1a0)](_0x5512b3[_0x46f8ad(0x12b)](_0x5d3bc[_0x46f8ad(0x174)],_0x8a60));for(let _0x53203f=0x0;_0x5512b3[_0x46f8ad(0x1f1)](_0x53203f,_0x37b937);_0x53203f++){const _0x496f89=_0x5512b3[_0x46f8ad(0x220)](_0x53203f,_0x8a60),_0x32750d=_0x5512b3[_0x46f8ad(0x207)](_0x496f89,_0x8a60),_0x571810=_0x5d3bc[_0x46f8ad(0x16f)](_0x496f89,_0x32750d),_0x10fc8c=global?.[_0x46f8ad(0x164)]??0x0,_0x3d5d9a={'platformIndex':_0x10fc8c,'logs':_0x571810,'testFrameworkName':_0x48dec7,'testFrameworkVersion':_0x5717f2,'testFrameworkState':_0x208bc3['toString']()[_0x46f8ad(0x239)]('.')[0x1]},_0x104e8a={};_0x104e8a[_0x46f8ad(0x1b8)]=0x3,_0x104e8a[_0x46f8ad(0x243)]=0x5,logger[_0x46f8ad(0x211)](_0x46f8ad(0x1b0)+_0x5512b3['zxpyk'](_0x53203f,0x1)+'/'+_0x37b937+_0x46f8ad(0x23d)+_0x58dd0a+',\x20logsInBatch:\x20'+_0x571810['length']+_0x46f8ad(0x240)+_0x10fc8c+_0x46f8ad(0x13b)+util[_0x46f8ad(0x277)](_0x3d5d9a,_0x104e8a));const _0x4c05b4=await GrpcClient[_0x46f8ad(0x14f)]()[_0x46f8ad(0x153)](_0x3d5d9a);logger[_0x46f8ad(0x211)](_0x46f8ad(0x1b0)+_0x5512b3['zxpyk'](_0x53203f,0x1)+'/'+_0x37b937+_0x46f8ad(0x23d)+_0x58dd0a+_0x46f8ad(0x1fb)+util[_0x46f8ad(0x277)](_0x4c05b4));}_0x228cff&&_0x5512b3[_0x46f8ad(0x20e)](_0x228cff['length'],0x0)&&_0x32d975[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x215f57[_0x46f8ad(0x188)]({[_0x58dd0a]:{[TestFrameworkConstants[_0x46f8ad(0x1d7)]]:{},[TestFrameworkConstants[_0x46f8ad(0x29f)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x46f8ad(0x158)]()[this[_0x46f8ad(0x1fd)]()[0x0]]||''}}),logger[_0x46f8ad(0x211)](_0x46f8ad(0x17f)+_0x58dd0a+_0x46f8ad(0x283)+_0x37b937);}catch(_0x84b69f){logger[_0x46f8ad(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x5e94fb['testUUID']||_0x5e94fb[_0x46f8ad(0x27f)])+',\x20error:\x20'+util[_0x46f8ad(0x198)](_0x84b69f));}}['storePendingHook'](_0x1fed55,_0x10b099,_0x3c6f1d,_0x5034ad,_0x1443de){const _0x351e82=a92_0x55e1a9,_0x11166a={};_0x11166a[_0x351e82(0x150)]=function(_0x2902de,_0x48c975){return _0x2902de===_0x48c975;},_0x11166a[_0x351e82(0x192)]=_0x351e82(0x141);const _0x2bf2b5=_0x11166a,{hookData:_0x303576}=_0x1443de,_0x4f9ca6={'testId':_0x10b099,'testFrameworkState':_0x3c6f1d,'hookState':_0x5034ad,'args':_0x1443de,'timestamp':new Date()[_0x351e82(0x246)]()};if(_0x2bf2b5[_0x351e82(0x150)](_0x3c6f1d,TestFrameworkState[_0x351e82(0x1c4)])&&_0x303576){const _0x48c0fc={};_0x48c0fc['filePath']=_0x303576['file_name']||_0x303576[_0x351e82(0x14a)],_0x48c0fc[_0x351e82(0x1f4)]=_0x303576[_0x351e82(0x1f4)]||_0x303576['scopes']&&_0x303576[_0x351e82(0x298)][0x0]||'',_0x48c0fc['hookType']=_0x2bf2b5[_0x351e82(0x192)],_0x4f9ca6[_0x351e82(0x172)]=_0x48c0fc,logger[_0x351e82(0x211)](_0x351e82(0x270)+_0x10b099+_0x351e82(0x1f7)+_0x4f9ca6['hookMetadata']['filePath']+_0x351e82(0x1c5)+_0x4f9ca6['hookMetadata'][_0x351e82(0x1f4)]);}_0x1fed55['addPendingHook'](_0x10b099,_0x4f9ca6),logger[_0x351e82(0x211)](_0x351e82(0x251)+_0x10b099+_0x351e82(0x2aa)+_0x3c6f1d+_0x351e82(0x290)+_0x5034ad);}async[a92_0x55e1a9(0x203)](_0x46a91c,_0x2b41f2){const _0x14e99f=a92_0x55e1a9,_0x3a6502={};_0x3a6502['VnkcI']=function(_0xbbf184,_0x2c6a2d){return _0xbbf184>_0x2c6a2d;},_0x3a6502[_0x14e99f(0x152)]=function(_0x8987c1,_0x38c472){return _0x8987c1===_0x38c472;},_0x3a6502[_0x14e99f(0x1e1)]=function(_0x29c290,_0x592a25){return _0x29c290===_0x592a25;},_0x3a6502[_0x14e99f(0x1fe)]=function(_0x108570,_0x3f13da){return _0x108570>_0x3f13da;},_0x3a6502[_0x14e99f(0x2a6)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x104587=_0x3a6502;if(_0x46a91c[_0x14e99f(0x236)](_0x2b41f2)){const _0x5c2547=_0x46a91c[_0x14e99f(0x1a2)](_0x2b41f2);logger[_0x14e99f(0x211)](_0x14e99f(0x2b1)+_0x5c2547[_0x14e99f(0x174)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2b41f2);for(const _0x203499 of _0x5c2547){try{const _0x1f56ad=await this[_0x14e99f(0x216)](_0x46a91c,_0x203499[_0x14e99f(0x138)],_0x203499[_0x14e99f(0x208)],_0x203499['args']);_0x1f56ad&&_0x104587[_0x14e99f(0x257)](Object[_0x14e99f(0x168)](_0x1f56ad)[_0x14e99f(0x174)],0x0)&&_0x46a91c[_0x14e99f(0x188)](_0x1f56ad),await this[_0x14e99f(0x159)](_0x46a91c,_0x203499[_0x14e99f(0x138)],_0x203499[_0x14e99f(0x208)],_0x203499['args']);}catch(_0x4efb96){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x2b41f2+_0x14e99f(0x136)+_0x4efb96);}}_0x46a91c[_0x14e99f(0x187)](_0x2b41f2),logger['debug'](_0x14e99f(0x20a)+_0x2b41f2);}const _0x246a80=_0x46a91c[_0x14e99f(0x1db)]()[_0x14e99f(0x2a2)](_0x2b41f2);if(_0x246a80){const _0x192813=_0x246a80[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x246a80[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x3927cc=_0x246a80[TestFrameworkConstants[_0x14e99f(0x1a6)]]||_0x246a80[TestFrameworkConstants[_0x14e99f(0x269)]]&&_0x246a80[TestFrameworkConstants[_0x14e99f(0x269)]][0x0]||'';logger[_0x14e99f(0x211)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x192813+',\x20scope:\x20'+_0x3927cc);const _0x180e2a=_0x46a91c[_0x14e99f(0x17b)]();for(const _0x5af21b of _0x180e2a){if(_0x104587['unBvv'](_0x5af21b,_0x2b41f2))continue;if(_0x46a91c[_0x14e99f(0x236)](_0x5af21b)){const _0x3a384c=_0x46a91c[_0x14e99f(0x1a2)](_0x5af21b);for(const _0x56a28b of _0x3a384c){if(_0x104587[_0x14e99f(0x152)](_0x56a28b[_0x14e99f(0x138)],TestFrameworkState[_0x14e99f(0x1c4)])&&_0x56a28b[_0x14e99f(0x172)]){const _0x594a6c=_0x56a28b[_0x14e99f(0x172)][_0x14e99f(0x228)],_0xd6cf3c=_0x56a28b[_0x14e99f(0x172)]['scope'];if(_0x104587[_0x14e99f(0x1e1)](_0x594a6c,_0x192813)&&_0x104587['RvGmv'](_0xd6cf3c,_0x3927cc)){logger[_0x14e99f(0x211)](_0x14e99f(0x2b5)+_0x5af21b+_0x14e99f(0x1e6)+_0x2b41f2+',\x20filePath:\x20'+_0x594a6c+_0x14e99f(0x1c5)+_0xd6cf3c);_0x56a28b[_0x14e99f(0x1e7)]&&_0x56a28b['args'][_0x14e99f(0x16e)]&&(_0x56a28b[_0x14e99f(0x1e7)][_0x14e99f(0x16e)][_0x14e99f(0x1ee)]=_0x2b41f2,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x5af21b+_0x14e99f(0x131)+_0x2b41f2));try{const _0x3706c6=await this['trackHookEvent'](_0x46a91c,_0x56a28b['testFrameworkState'],_0x56a28b[_0x14e99f(0x208)],_0x56a28b[_0x14e99f(0x1e7)]);_0x3706c6&&_0x104587[_0x14e99f(0x1fe)](Object[_0x14e99f(0x168)](_0x3706c6)[_0x14e99f(0x174)],0x0)&&_0x46a91c['addMultipleEntries'](_0x3706c6);await this[_0x14e99f(0x159)](_0x46a91c,_0x56a28b[_0x14e99f(0x138)],_0x56a28b[_0x14e99f(0x208)],_0x56a28b[_0x14e99f(0x1e7)]);const _0x4ffe76=_0x46a91c['getPendingHooks'](_0x5af21b)[_0x14e99f(0x12d)](_0x1ab6ec=>_0x1ab6ec!==_0x56a28b);if(_0x104587['RvGmv'](_0x4ffe76['length'],0x0))_0x46a91c['removePendingHooks'](_0x5af21b);else{_0x46a91c[_0x14e99f(0x187)](_0x5af21b);for(const _0xce4ee3 of _0x4ffe76){_0x46a91c[_0x14e99f(0x224)](_0x5af21b,_0xce4ee3);}}logger['debug'](_0x104587[_0x14e99f(0x2a6)]);}catch(_0x5e43f9){logger[_0x14e99f(0x1e2)](_0x14e99f(0x291)+_0x2b41f2+',\x20error:\x20'+_0x5e43f9);}}}}}}}}[a92_0x55e1a9(0x272)](_0x498a11){const _0x25de03=a92_0x55e1a9,_0x5229c8={'BLcMg':function(_0x5d3f4f){return _0x5d3f4f();}};if(!_0x498a11||!_0x498a11[_0x25de03(0x249)])return;_0x498a11[_0x25de03(0x249)][_0x25de03(0x29c)]&&Array[_0x25de03(0x287)](_0x498a11[_0x25de03(0x249)][_0x25de03(0x29c)])&&_0x498a11['parent'][_0x25de03(0x29c)][_0x25de03(0x24f)](_0x16b424=>{const _0x27c009=_0x25de03;!_0x16b424[_0x27c009(0x261)]&&!_0x16b424[_0x27c009(0x15b)]&&(_0x16b424[_0x27c009(0x261)]=_0x5229c8['BLcMg'](uuidv4),_0x16b424['hookUUID']=_0x16b424[_0x27c009(0x261)],logger['debug'](_0x27c009(0x2a0)+_0x16b424[_0x27c009(0x22f)]+_0x27c009(0x28a)+_0x16b424[_0x27c009(0x261)]));}),this[_0x25de03(0x272)](_0x498a11[_0x25de03(0x249)]);}[a92_0x55e1a9(0x219)](_0x33a0b5){const _0x232f37=a92_0x55e1a9,_0x277add={'MBDrZ':function(_0x4619ac,_0x1fb1ce){return _0x4619ac(_0x1fb1ce);}};if(!_0x33a0b5||!_0x33a0b5[_0x232f37(0x249)])return[];const _0x47ea13=[];return _0x33a0b5[_0x232f37(0x249)][_0x232f37(0x29c)]&&Array['isArray'](_0x33a0b5[_0x232f37(0x249)]['hooks'])&&_0x33a0b5[_0x232f37(0x249)][_0x232f37(0x29c)][_0x232f37(0x24f)](_0x144623=>{const _0x45b598=_0x232f37,_0x38befb=_0x144623['hookAnalyticsId']||_0x144623[_0x45b598(0x15b)];_0x38befb&&!this[_0x45b598(0x28e)](_0x144623)&&!_0x277add[_0x45b598(0x176)](isInternalHook,_0x144623['fn'])&&_0x47ea13['push'](_0x38befb);}),[..._0x47ea13,...this[_0x232f37(0x219)](_0x33a0b5[_0x232f37(0x249)])];}['buildHookMapFromTest'](_0x5c4fb2){const _0x2fe55a=a92_0x55e1a9,_0x505eec={'jSkOV':function(_0x3797be,_0x1dd4ff){return _0x3797be(_0x1dd4ff);},'tArXp':_0x2fe55a(0x1d4)},_0x103be2=new Map(),_0x133f9a=_0x2f0a2f=>{const _0x495b79=_0x2fe55a;if(!_0x2f0a2f||!_0x2f0a2f['parent'])return;_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)]&&Array['isArray'](_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)])&&_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)][_0x495b79(0x24f)](_0x3d16b8=>{const _0x1b4ba9=_0x495b79,_0x1d038f=_0x3d16b8[_0x1b4ba9(0x261)]||_0x3d16b8[_0x1b4ba9(0x15b)];if(_0x1d038f&&!this['isJestInternalHook'](_0x3d16b8)&&!_0x505eec['jSkOV'](isInternalHook,_0x3d16b8['fn'])){const _0xd89d10={};_0xd89d10['type']=_0x3d16b8['type']||_0x505eec[_0x1b4ba9(0x2a1)],_0xd89d10[_0x1b4ba9(0x1c6)]=_0x3d16b8[_0x1b4ba9(0x1c6)]||'\x22'+_0x3d16b8[_0x1b4ba9(0x22f)]+'\x22\x20hook',_0x103be2[_0x1b4ba9(0x1ab)](_0x1d038f,_0xd89d10);}}),_0x505eec[_0x495b79(0x282)](_0x133f9a,_0x2f0a2f[_0x495b79(0x249)]);};return _0x505eec[_0x2fe55a(0x282)](_0x133f9a,_0x5c4fb2),_0x103be2;}[a92_0x55e1a9(0x28e)](_0x2e64f5){const _0x41a2f6=a92_0x55e1a9,_0x5e0cb6={};_0x5e0cb6[_0x41a2f6(0x20b)]=_0x41a2f6(0x18b),_0x5e0cb6[_0x41a2f6(0x1c2)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3cd6f4=_0x5e0cb6;try{const _0xc32915=this['getRootParentFile'](_0x2e64f5);if(!_0xc32915||_0xc32915[_0x41a2f6(0x227)](_0x3cd6f4[_0x41a2f6(0x20b)]))return!![];return![];}catch(_0x1cc19a){logger[_0x41a2f6(0x211)](_0x3cd6f4[_0x41a2f6(0x1c2)]);}return![];}[a92_0x55e1a9(0x23b)](_0x5a83ba){const _0x2759a8=a92_0x55e1a9,_0x28f6e1={'Lgovw':function(_0x26ee13,_0x59c895){return _0x26ee13(_0x59c895);}};if(_0x5a83ba['file'])return _0x5a83ba['file'];if(_0x5a83ba['asyncError'])try{const _0x41f78a=stackTrace[_0x2759a8(0x26f)](_0x5a83ba[_0x2759a8(0x2ad)]),_0x5ed570=_0x28f6e1['Lgovw'](pickUserFrameFile,_0x41f78a);if(_0x5ed570)return _0x5ed570;logger['debug'](_0x2759a8(0x20d)+_0x41f78a['length']+')');}catch(_0xef6dfa){logger[_0x2759a8(0x211)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x2759a8(0x198)](_0xef6dfa));}return null;}}module[a92_0x55e1a9(0x296)]=JestTestFramework;function a92_0x494b(_0x10fe42,_0x9e4ef6){const _0x175be7=a92_0x175b();return a92_0x494b=function(_0x494b85,_0x542ee8){_0x494b85=_0x494b85-0x12b;let _0x4cb5c2=_0x175be7[_0x494b85];return _0x4cb5c2;},a92_0x494b(_0x10fe42,_0x9e4ef6);}function a92_0x175b(){const _0x4fa5ec=['isJestInternalHook','findIndex',',\x20hookState:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','\x20&\x20hookState=','aSXVW','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','exports','substr','scopes','AssertionError','toString','Ualtb','hooks','waUHt','../grpcClient','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','tArXp','get','uuid','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','fSfsu','KEY_TEST_FAILURE','2045397WwwoyV','hook_id',',\x20state:\x20','endedAt',',\x20version=','asyncError','test_identifier',',\x20hookData=','gLJWO','Processing\x20',',\x20storing\x20as\x20pending\x20hook','getJestTestName','stringify','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','saDIE','getJestFailureData','filter','executionContext','cLVxN','qkXCd','\x20to\x20','../../../helpers/classLogger.js','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20failureReason=',',\x20error:\x20','TEST','testFrameworkState','CqmIQ','getJestTestFilePath',',\x20payload:\x20','hAuCd','duration','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_CODE','jeQFR','beforeAll','yUpHb','KuMMY','warn','5589380fHEkAy','errorsDetailed',',\x20duration=','../../../helpers/test-observability/utils','sendLogCreatedEvent','location','getRef','Assert','biuYK','OPvpa','getInstance','RZQWs','rnDcL','unBvv','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','retryOf',',\x20totalLogs:\x20','getCurrentInstanceName','getTestFrameworksVersions','runHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hookUUID','KEY_TEST_DURATION','KEY_TEST_LOCATION','from','failed','\x20-\x20test_identifier=','CGAjo','eAVLU','LPkSM','browserstackPlatformIndex','632292bAnwui','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','77brMjnj','keys','TrStH','KEY_HOOK_NAME','KEY_HOOK_FAILURE_REASON','passed','instance','hookData','slice',',\x20testId=',',\x20screenshotLogs:\x20','hookMetadata','testUUID','length','test_run_uuid','MBDrZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_META',',\x20totalHooks=','getAllPendingHookTestIds','UnhandledError','11EzoneC','cZkoG','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_FAILURE_TYPE','KEY_TEST_RESULT','getContext','testFrameworkName','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','mnSrk','TEST_SCREENSHOT','removePendingHooks','addMultipleEntries','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','originalTest','jest-circus','eventJson','hook_result','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','file_name','PRE','JestTestFramework','xMJsu','message','POST','__workerDetails','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','workerInfo','format','started_at','delete','izzYW','tags','getJestFailureReason','getJestTestIdentifier','GlUBC','ceil','AGuCG','getPendingHooks','DEFAULT_TEST_RESULT','NYgzb',',\x20attachmentLogs:\x20','KEY_TEST_SCOPE','missing','omaIX','olBiK','__bstackPlatformIndex','set','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','ROOT_DESCRIBE_BLOCK','pcsnQ','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','ZMVEZ','join','AWild','../instances/trackedInstance.js','bWtfJ','KEY_AUTOMATE_SESSION_NAME','KEY_HOOK_LOGS','depth',',\x20result=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_CUSTOM_TAGS','KEY_EVENT_ENDED_AT','../../../helpers/stackFrameUtils','qAXUV','getJestTestScopes','KEY_TEST_NAME','activeHooks','KHCen','cIpaj','BEFORE_ALL',',\x20scope:\x20','name','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','xWcky','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','has','4trwZQc','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','\x20logs\x20for\x20testId:\x20',',\x20filePath=','gsHzs','unknown','KEY_TEST_RETRY_OF','ETBTZ','KEY_TEST_ATTACHMENTS',',\x20test_run_uuid=','skip',',\x20contextId=','getAllData','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','test','wqxey','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','RvGmv','error','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20target=',',\x20currentTestId:\x20','args',',\x20hookId=','LOG_REPORT','apply','_ALL','parseJestTestResult','push','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','EtFGv','./constants/testFrameworkConstants.js','xwHzg','scope',',\x20hooksListLength=','125354gbnqoA',',\x20filePath:\x20',':testAnalyticsId','getJestFailureType','KEY_TEST_ENDED_AT',',\x20response=','KEY_HOOKS_FINISHED','getTestFrameworks','Ilynt','KEY_LOGS','gWIaG','trackEvent','12794199qnYicy','processPendingHooks','reverse','splice','grPpy','zxpyk','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','cmoUm','map','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','yOmVh','result','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','debug','status','PxbMu','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','storePendingHook','trackHookEvent','JpwBm','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','getHooksForTest','DEFAULT_HOOK_RESULT','\x20(testIdentifier),\x20hookType=','rJJIO','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','fqFsp','DCUVT',',\x20hook=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','trackJestInstance','addPendingHook','replace','fOSXl','includes','filePath','getTrackedInstance','KEY_TEST_LOGS',',\x20hook_run_uuid=','match','parseJestTest','NONE','type',',\x20failureType=','KEY_EVENT_STARTED_AT','resolveInstance','KEY_TEST_FAILURE_REASON','LYZER','KEY_HOOK_FAILURE_TYPE','hasPendingHooks','removeActiveHook','ezCGB','split','nFwXY','getRootParentFile',',\x20remainingHooks=','\x20-\x20testId:\x20','pid','QElmq',',\x20platformIndex:\x20',',\x20messageLength=','KEY_TEST_TAGS','maxArrayLength','hook_type','body','toISOString','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_HOOK_ID','parent','105976YELAWC','hook_run_uuid','KEY_HOOK_RESULT','testFrameworkVersion','util','forEach','setTrackedInstance','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','HeGug','KEY_HOOKS_STARTED','NluzH','finished_at','VnkcI',',\x20scopes=','startsWith','./testFramework','createContext','title','toUpperCase','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20consoleLogs:\x20','KEY_TEST_RERUN_NAME','hookAnalyticsId','KEY_HOOK_FAILURE','dlwXg','KEY_HOOK_LAST_STARTED','setActiveHook','ALL','FwHli','\x20(testIdentifier)','KEY_TEST_SCOPES',',\x20hookState=','CVBXW',',\x20state=','\x20attachments','ysvNI','parse','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20exception=','mapTestHooks','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getCurrentTestState','pop','KEY_TEST_ID','inspect','2381994TLzmZz',',\x20argsKeys=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','substring','getActiveHook','../state/hookState.js',',\x20testFramework=','testId','MGyDn','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','jSkOV',',\x20totalBatches:\x20','buildHookMapFromTest','\x20for\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists','isArray','10xWhfvk','getId',',\x20hookUUID=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','lDHyA','getJestTestTags'];a92_0x175b=function(){return _0x4fa5ec;};return a92_0x175b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a93_0x1b12(_0x205e2f,_0x55e017){const _0x125f0f=a93_0x125f();return a93_0x1b12=function(_0x1b1226,_0x3eb2e6){_0x1b1226=_0x1b1226-0xb6;let _0x91ad40=_0x125f0f[_0x1b1226];return _0x91ad40;},a93_0x1b12(_0x205e2f,_0x55e017);}const a93_0x2cdafa=a93_0x1b12;function a93_0x125f(){const _0x3db2e5=['instance','base64','KEY_TEST_LOGS','KEY_TEST_FAILURE_REASON','../state/testFrameworkState.js','KEY_TEST_SCOPE','38203kgJYmu','3724115QDgCdG','KEY_TEST_NAME','parseNewmanTestResult','./constants/testFrameworkConstants.js','toISOString','6428juwMkq','getCurrentHookState','KEY_TEST_UUID','3096gNVsZK','3448rqvcJB','createTestFrameworkEventPayload','location','setTrackedInstance','KEY_TEST_LOCATION','getThreadId','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FRAMEWORK_VERSION','KwWlm','8759952uFAMOJ','addMultipleEntries','custom_metadata','result','getTestFrameworks','getContext','DEFAULT_TEST_RESULT','KEY_TEST_SCOPES','pending','QlqiF','getCurrentInstanceName','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','34pTaBwQ','NewmanTestFramework','tags','debug','scope','get','getAllData','KEY_TEST_ID','6111BszNUu','../instances/trackedInstance.js','getCurrentTestState','KEY_CUSTOM_TAGS','meta','1650278FgzvBL','resolveInstance','parseNewmanTest','getTestFrameworksVersions','util','KEY_TEST_RESULT','finished_at','trackEvent','KEY_TEST_META','format','createContext','test','file_path','KEY_TEST_FILE_PATH','KEY_TEST_RERUN_NAME','toString','KEY_HOOKS_FINISHED','KEY_TEST_STARTED_AT','1790bNQCLT','stringify','../cliUtils.js','nSGZX','6ayqztM','started_at','KEY_TEST_CODE','split','./testFramework','../instances/testFrameworkInstance.js','name','NONE','KEY_TEST_FAILURE_TYPE','uuid','getProcessId','TEST','../state/hookState.js','runHooks','1444JxMdsM','error','trackEvent:\x20state=','getTrackedInstance'];a93_0x125f=function(){return _0x3db2e5;};return a93_0x125f();}(function(_0x1b7a66,_0x335a9f){const _0x1d3f21=a93_0x1b12,_0x42a89c=_0x1b7a66();while(!![]){try{const _0x2cdfc2=parseInt(_0x1d3f21(0xc9))/0x1*(-parseInt(_0x1d3f21(0xe3))/0x2)+-parseInt(_0x1d3f21(0xeb))/0x3*(-parseInt(_0x1d3f21(0xb9))/0x4)+parseInt(_0x1d3f21(0xc4))/0x5*(parseInt(_0x1d3f21(0x106))/0x6)+parseInt(_0x1d3f21(0xf0))/0x7+-parseInt(_0x1d3f21(0xcd))/0x8*(-parseInt(_0x1d3f21(0xcc))/0x9)+-parseInt(_0x1d3f21(0x102))/0xa*(parseInt(_0x1d3f21(0xc3))/0xb)+-parseInt(_0x1d3f21(0xd6))/0xc;if(_0x2cdfc2===_0x335a9f)break;else _0x42a89c['push'](_0x42a89c['shift']());}catch(_0x2262ef){_0x42a89c['push'](_0x42a89c['shift']());}}}(a93_0x125f,0x6273b));const path=require('path'),TestFramework=require(a93_0x2cdafa(0x10a)),TestFrameworkState=require(a93_0x2cdafa(0xc1)),HookState=require(a93_0x2cdafa(0xb7)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a93_0x2cdafa(0x10b)),CLIUtils=require(a93_0x2cdafa(0x104)),TrackedInstance=require(a93_0x2cdafa(0xec)),TestFrameworkConstants=require(a93_0x2cdafa(0xc7)),util=require(a93_0x2cdafa(0xf4)),logger=createClassLogger(a93_0x2cdafa(0xe4));class NewmanTestFramework extends TestFramework{constructor(_0x5f468d,_0x46715b,_0x9fe8bc){super(_0x5f468d,_0x46715b,_0x9fe8bc);}async[a93_0x2cdafa(0xf7)](_0x2f7f28,_0x5e0afd,_0x28c842={}){const _0x5ecc04=a93_0x2cdafa,_0x1e7b53={};_0x1e7b53[_0x5ecc04(0xd5)]=function(_0x1d2da3,_0x18be0d){return _0x1d2da3===_0x18be0d;};const _0x1b4efb=_0x1e7b53;logger[_0x5ecc04(0xe6)](_0x5ecc04(0xbb)+_0x2f7f28+'\x20hook='+_0x5e0afd),await super['trackEvent'](_0x2f7f28,_0x5e0afd,_0x28c842);const _0x153c0d=this[_0x5ecc04(0xf1)](_0x2f7f28,_0x5e0afd,_0x28c842);if(!_0x153c0d)return;try{if(_0x1b4efb[_0x5ecc04(0xd5)](_0x2f7f28,TestFrameworkState[_0x5ecc04(0xb6)])&&_0x28c842[_0x5ecc04(0xfb)]){const _0x4de719=_0x1b4efb['KwWlm'](_0x5e0afd,HookState['PRE'])?this[_0x5ecc04(0xf2)](_0x28c842[_0x5ecc04(0xfb)]):this[_0x5ecc04(0xc6)](_0x28c842[_0x5ecc04(0xfb)]);_0x153c0d[_0x5ecc04(0xd7)](_0x4de719);}}catch(_0x380e40){logger['error']('trackEvent:\x20error='+util[_0x5ecc04(0xf9)](_0x380e40));}_0x28c842[_0x5ecc04(0xbd)]=_0x153c0d,await this[_0x5ecc04(0xb8)](_0x153c0d,_0x2f7f28,_0x5e0afd,_0x28c842);}[a93_0x2cdafa(0xf2)](_0x551972){const _0x26e7dd=a93_0x2cdafa,_0x4c7892=this[_0x26e7dd(0xda)]()[0x0],_0x179e29={};return _0x179e29[_0x551972[_0x26e7dd(0x10f)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4c7892,[TestFrameworkConstants[_0x26e7dd(0xd4)]]:this[_0x26e7dd(0xf3)]()[_0x4c7892],[TestFrameworkConstants[_0x26e7dd(0xbf)]]:[],[TestFrameworkConstants[_0x26e7dd(0x100)]]:{},[TestFrameworkConstants[_0x26e7dd(0xe2)]]:{},[TestFrameworkConstants[_0x26e7dd(0xf5)]]:TestFrameworkConstants[_0x26e7dd(0xdc)],[TestFrameworkConstants[_0x26e7dd(0xea)]]:_0x551972[_0x26e7dd(0x10f)],[TestFrameworkConstants[_0x26e7dd(0xcb)]]:_0x551972[_0x26e7dd(0x10f)],[TestFrameworkConstants[_0x26e7dd(0xc5)]]:_0x551972[_0x26e7dd(0x10c)],[TestFrameworkConstants[_0x26e7dd(0xfd)]]:_0x551972[_0x26e7dd(0xfc)]||'',[TestFrameworkConstants[_0x26e7dd(0xd1)]]:_0x551972[_0x26e7dd(0xcf)]||'',[TestFrameworkConstants[_0x26e7dd(0x108)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x551972[_0x26e7dd(0xe5)]||[],[TestFrameworkConstants[_0x26e7dd(0x101)]]:_0x551972[_0x26e7dd(0x107)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x26e7dd(0xc2)]]:_0x551972[_0x26e7dd(0xe7)]||'',[TestFrameworkConstants[_0x26e7dd(0xdd)]]:_0x551972['scopes']||[],[TestFrameworkConstants[_0x26e7dd(0xfe)]]:null,[TestFrameworkConstants[_0x26e7dd(0xee)]]:_0x551972[_0x26e7dd(0xd8)]||{},[TestFrameworkConstants[_0x26e7dd(0xf8)]]:_0x551972[_0x26e7dd(0xef)]||{}},_0x179e29;}[a93_0x2cdafa(0xc6)](_0x22cea3){const _0x4a534b=a93_0x2cdafa,_0x4667eb={};_0x4667eb[_0x4a534b(0xdf)]=_0x4a534b(0xde);const _0x2dbae0=_0x4667eb,_0x25765b={};return _0x25765b[_0x22cea3[_0x4a534b(0x10f)]]={[TestFrameworkConstants[_0x4a534b(0xf5)]]:_0x22cea3[_0x4a534b(0xd9)]||_0x2dbae0[_0x4a534b(0xdf)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x22cea3[_0x4a534b(0xf6)]||new Date()[_0x4a534b(0xc8)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x22cea3['failure']||[],[TestFrameworkConstants[_0x4a534b(0x10e)]]:_0x22cea3['failure_type']||null,[TestFrameworkConstants[_0x4a534b(0xc0)]]:_0x22cea3['failure_reason']||null},_0x25765b;}[a93_0x2cdafa(0xf1)](_0x5d5e7d){const _0x521c12=a93_0x2cdafa;let _0x23d6d7=TestFramework[_0x521c12(0xbc)]();if(!_0x23d6d7){const _0x293bdd=TrackedInstance[_0x521c12(0xfa)](CLIUtils[_0x521c12(0xe0)]());_0x23d6d7=new TestFrameworkInstance(_0x293bdd,this[_0x521c12(0xda)](),this[_0x521c12(0xf3)](),_0x5d5e7d,HookState[_0x521c12(0x10d)]),TestFramework[_0x521c12(0xd0)](_0x293bdd,_0x23d6d7);}return _0x23d6d7;}[a93_0x2cdafa(0xce)](_0x4e9da1){const _0x29ee87=a93_0x2cdafa,_0x3f6f8f={};_0x3f6f8f[_0x29ee87(0x105)]=_0x29ee87(0xbe);const _0x450bff=_0x3f6f8f;try{const _0x243bfa=_0x4e9da1[_0x29ee87(0xfb)]?_0x4e9da1[_0x29ee87(0xfb)][_0x29ee87(0x10f)]:null,_0x3f1d82=_0x4e9da1[_0x29ee87(0xbd)],_0x1370a3=_0x3f1d82[_0x29ee87(0xdb)](),_0x21cbf2=_0x3f1d82[_0x29ee87(0xe9)]()[_0x29ee87(0xe8)](_0x243bfa);if(!_0x21cbf2)return{};const {[TestFrameworkConstants[_0x29ee87(0xd3)]]:_0x16bd8f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2224d9='',[TestFrameworkConstants[_0x29ee87(0x101)]]:_0x1a8d7d='',[TestFrameworkConstants[_0x29ee87(0xe1)]]:_0x55aaac=''}=_0x21cbf2;return{'platformIndex':0x0,'testFrameworkName':_0x16bd8f,'testFrameworkVersion':_0x2224d9,'testFrameworkState':_0x3f1d82[_0x29ee87(0xed)]()['toString']()[_0x29ee87(0x109)]('.')[0x1],'hookState':_0x3f1d82[_0x29ee87(0xca)]()[_0x29ee87(0xff)]()['split']('.')[0x1],'startedAt':_0x1a8d7d,'endedAt':_0x55aaac,'uuid':_0x243bfa,'eventJson':Buffer['from'](JSON[_0x29ee87(0x103)](_0x21cbf2))[_0x29ee87(0xff)](_0x450bff[_0x29ee87(0x105)]),'executionContext':{'hash':_0x1370a3['getId'](),'threadId':_0x1370a3[_0x29ee87(0xd2)]()[_0x29ee87(0xff)](),'processId':_0x1370a3[_0x29ee87(0x110)]()[_0x29ee87(0xff)]()}};}catch(_0x16b15d){return logger[_0x29ee87(0xba)]('createTestFrameworkEventPayload:\x20error='+util[_0x29ee87(0xf9)](_0x16b15d)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a94_0x15b9(){const _0x58b7db=['1188383MZCCCE','NONE','test_tags','\x20for\x20test_uuid=','test_failure_type','toString','createTestFrameworkEventPayload','TEST','split','createContext','eventJson','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_TEST_UUID','debug','KEY_TEST_RESULT_AT','KEY_TEST_SCOPE','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','test_code','73881ThUDPy','KEY_HOOKS_STARTED','unknown','1163748glWlov','getCurrentTestState','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','hookState','test_started_at','POST','KEY_TEST_NAME','42iAHgSR','nXiGE','testFrameworkState','KEY_TEST_FAILURE_TYPE','test_location','KEY_TEST_ID','KEY_TEST_ENDED_AT','7236XqsJhV','trackEvent','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','testFrameworkName','testFrameworkVersion','getAllData','test_file_path','resolveInstance','test_meta','getRef','instance','getTestFrameworks','error','failed','endedAt','DqugE','KEY_TEST_LOGS','../../../helpers/classLogger.js','KEY_TEST_FRAMEWORK_NAME','KEY_LOGS','test_uuid','KEY_AUTOMATE_SESSION_NAME','SRhkG','addMultipleEntries','nddwI','WdCOS','KEY_TEST_LOCATION','base64','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','KEY_TEST_RESULT','KEY_TEST_META','parseTestResult','test_result','test_failure','getId','util','5409911yuTBRz','KEY_TEST_SCOPES','dkPQU','DEFAULT_TEST_RESULT','1662SBGQZR','dUPCk','../cliUtils.js','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','[TRACE:node-generic]\x20trackEvent\x20',',\x20hookState=','test_failure_reason','executionContext','test_name','2lpHpTU','test_identifier','__bstackPlatformIndex','test_rerun_name','testData','_currentTestUUID','parallelIndex','info','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','getCurrentHookState','KEY_TEST_FAILURE','KEY_TEST_FAILURE_REASON','AiVha','getCurrentTestUUID','32byGpQx','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_TEST_CODE','from','Unknown\x20error','24yQOBHX','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_FINISHED','1030JOQdgZ','PRE','KEY_CUSTOM_TAGS','747055IoWidm','test_ended_at','./testFramework','parseTestData','../state/testFrameworkState.js','test_duration','getTestFrameworksVersions','get','UnhandledError','8066724PVfaVf','format','uuid','PQgib','setTrackedInstance','KEY_TEST_RERUN_NAME','11VgQzXh'];a94_0x15b9=function(){return _0x58b7db;};return a94_0x15b9();}function a94_0x2d18(_0x4717d1,_0x4496f1){const _0x15b9fe=a94_0x15b9();return a94_0x2d18=function(_0x2d1816,_0x19adb5){_0x2d1816=_0x2d1816-0x1a2;let _0x5f27d5=_0x15b9fe[_0x2d1816];return _0x5f27d5;},a94_0x2d18(_0x4717d1,_0x4496f1);}const a94_0x5adf87=a94_0x2d18;(function(_0xb7406a,_0x368d89){const _0xfb5b84=a94_0x2d18,_0x3178a0=_0xb7406a();while(!![]){try{const _0x1d75c3=-parseInt(_0xfb5b84(0x1d9))/0x1*(-parseInt(_0xfb5b84(0x218))/0x2)+-parseInt(_0xfb5b84(0x20f))/0x3*(-parseInt(_0xfb5b84(0x1e7))/0x4)+parseInt(_0xfb5b84(0x1b4))/0x5*(-parseInt(_0xfb5b84(0x1ae))/0x6)+-parseInt(_0xfb5b84(0x1c4))/0x7*(parseInt(_0xfb5b84(0x1a9))/0x8)+-parseInt(_0xfb5b84(0x1d6))/0x9*(parseInt(_0xfb5b84(0x1b1))/0xa)+-parseInt(_0xfb5b84(0x1c3))/0xb*(parseInt(_0xfb5b84(0x1bd))/0xc)+-parseInt(_0xfb5b84(0x20b))/0xd*(-parseInt(_0xfb5b84(0x1e0))/0xe);if(_0x1d75c3===_0x368d89)break;else _0x3178a0['push'](_0x3178a0['shift']());}catch(_0x97e389){_0x3178a0['push'](_0x3178a0['shift']());}}}(a94_0x15b9,0x9757d));const TestFramework=require(a94_0x5adf87(0x1b6)),TestFrameworkState=require(a94_0x5adf87(0x1b8)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a94_0x5adf87(0x1f8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a94_0x5adf87(0x211)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('NodeGenericFramework'),util=require(a94_0x5adf87(0x20a));class NodeGenericFramework extends TestFramework{constructor(_0x14449a,_0x1a07ec,_0x2b20fc){const _0x38611a=a94_0x5adf87;super(_0x14449a,_0x1a07ec,_0x2b20fc),this[_0x38611a(0x21d)]=null;}['setCurrentTestUUID'](_0x32a903){const _0x236fcd=a94_0x5adf87;this[_0x236fcd(0x21d)]=_0x32a903;}[a94_0x5adf87(0x1a8)](){const _0x3facd5=a94_0x5adf87;return this[_0x3facd5(0x21d)];}async[a94_0x5adf87(0x1e8)](_0x4958c6,_0x5b9860,_0x5bd167={}){const _0x1cf7a1=a94_0x5adf87,_0x993578={};_0x993578[_0x1cf7a1(0x1e1)]=_0x1cf7a1(0x1d4),_0x993578[_0x1cf7a1(0x1c0)]=function(_0x22a319,_0x4f3c92){return _0x22a319===_0x4f3c92;};const _0x399e7c=_0x993578;logger['info'](_0x1cf7a1(0x213)+_0x4958c6+'.'+_0x5b9860+_0x1cf7a1(0x1c7)+_0x5bd167['testData']?.[_0x1cf7a1(0x1fb)]),await super['trackEvent'](_0x4958c6,_0x5b9860,_0x5bd167);const _0x2a1a8e=this[_0x1cf7a1(0x1ee)](_0x4958c6,_0x5b9860,_0x5bd167);if(!_0x2a1a8e){logger[_0x1cf7a1(0x1d1)](_0x399e7c[_0x1cf7a1(0x1e1)]);return;}try{switch(_0x4958c6){case TestFrameworkState[_0x1cf7a1(0x1cb)]:{const _0x4dfe6d=_0x5bd167[_0x1cf7a1(0x21c)],_0x1c1816=_0x4dfe6d[_0x1cf7a1(0x1fb)];if(_0x399e7c[_0x1cf7a1(0x1c0)](_0x5b9860,HookState[_0x1cf7a1(0x1b2)])){logger[_0x1cf7a1(0x1a2)](_0x1cf7a1(0x1e9)+_0x1c1816+',\x20test_name='+_0x4dfe6d['test_name']);const _0x16df16=this[_0x1cf7a1(0x1b7)](_0x4dfe6d);_0x2a1a8e['addMultipleEntries'](_0x16df16);}else{if(_0x399e7c[_0x1cf7a1(0x1c0)](_0x5b9860,HookState[_0x1cf7a1(0x1de)])){logger[_0x1cf7a1(0x1a2)](_0x1cf7a1(0x203)+_0x1c1816+',\x20result='+_0x4dfe6d[_0x1cf7a1(0x207)]);const _0x2ae306=this[_0x1cf7a1(0x206)](_0x4dfe6d,_0x2a1a8e);_0x2a1a8e[_0x1cf7a1(0x1fe)](_0x2ae306);}}break;}default:logger[_0x1cf7a1(0x1d1)](_0x1cf7a1(0x1cf)+_0x4958c6+_0x1cf7a1(0x214)+_0x5b9860);break;}}catch(_0x1e968d){logger[_0x1cf7a1(0x1f3)](_0x1cf7a1(0x212)+_0x4958c6+',\x20hookState='+_0x5b9860+',\x20error='+util['format'](_0x1e968d));}_0x5bd167[_0x1cf7a1(0x1f1)]=_0x2a1a8e,await this['runHooks'](_0x2a1a8e,_0x4958c6,_0x5b9860,_0x5bd167);}['resolveInstance'](_0x452c38,_0x2ed9b1,_0x3749d6={}){const _0x439b0c=a94_0x5adf87,_0x4fb040={};_0x4fb040['nddwI']=_0x439b0c(0x1a3);const _0x41aeca=_0x4fb040;let _0x186ca3=TestFramework['getTrackedInstance']();if(!_0x186ca3){logger[_0x439b0c(0x1d1)](_0x41aeca[_0x439b0c(0x1ff)]);const _0x3c52d5=CLIUtils['getCurrentInstanceName'](),_0x279419=TrackedInstance[_0x439b0c(0x1cd)](_0x3c52d5);_0x186ca3=new TestFrameworkInstance(_0x279419,this['getTestFrameworks'](),this[_0x439b0c(0x1ba)](),_0x452c38,HookState[_0x439b0c(0x1c5)]),TestFramework[_0x439b0c(0x1c1)](_0x279419,_0x186ca3),logger[_0x439b0c(0x1d1)]('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0x279419[_0x439b0c(0x209)]());}return _0x186ca3;}[a94_0x5adf87(0x1b7)](_0x5c71a0){const _0x55d265=a94_0x5adf87,_0x628223=_0x5c71a0[_0x55d265(0x1fb)],_0x6c66f7=this['getTestFrameworks']()[0x0],_0x51c3a0=this[_0x55d265(0x1ba)](),_0x359c4f={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x6c66f7,[TestFrameworkConstants[_0x55d265(0x1af)]]:_0x51c3a0[_0x6c66f7]||'',[TestFrameworkConstants[_0x55d265(0x1d0)]]:_0x5c71a0[_0x55d265(0x1fb)],[TestFrameworkConstants[_0x55d265(0x1f7)]]:[],[TestFrameworkConstants[_0x55d265(0x1b0)]]:{},[TestFrameworkConstants[_0x55d265(0x1d7)]]:{},[TestFrameworkConstants[_0x55d265(0x204)]]:TestFrameworkConstants[_0x55d265(0x20e)],[TestFrameworkConstants[_0x55d265(0x1fc)]]:_0x5c71a0[_0x55d265(0x217)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5c71a0['test_file_path'],[TestFrameworkConstants[_0x55d265(0x1e5)]]:_0x628223,[TestFrameworkConstants[_0x55d265(0x1df)]]:_0x5c71a0[_0x55d265(0x217)],[TestFrameworkConstants[_0x55d265(0x201)]]:_0x5c71a0[_0x55d265(0x1e4)]||_0x5c71a0[_0x55d265(0x1ed)],[TestFrameworkConstants[_0x55d265(0x1ab)]]:_0x5c71a0[_0x55d265(0x1d5)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x5c71a0[_0x55d265(0x1c6)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5c71a0[_0x55d265(0x1dd)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x55d265(0x1d3)]]:_0x5c71a0['test_scope']||'',[TestFrameworkConstants[_0x55d265(0x20c)]]:_0x5c71a0['test_scopes']||[],[TestFrameworkConstants[_0x55d265(0x1c2)]]:_0x5c71a0[_0x55d265(0x21b)]||_0x5c71a0[_0x55d265(0x217)],[TestFrameworkConstants[_0x55d265(0x1b3)]]:{},[TestFrameworkConstants[_0x55d265(0x205)]]:_0x5c71a0[_0x55d265(0x1ef)]||{}},_0x49ac09={};return _0x49ac09[_0x628223]=_0x359c4f,_0x49ac09;}[a94_0x5adf87(0x206)](_0xf98ac6,_0x530e36){const _0xa6948=a94_0x5adf87,_0x526eb0={};_0x526eb0[_0xa6948(0x1f6)]=_0xa6948(0x1d8),_0x526eb0[_0xa6948(0x1a7)]=function(_0xc248df,_0x594ff9){return _0xc248df===_0x594ff9;},_0x526eb0[_0xa6948(0x210)]=_0xa6948(0x1f4),_0x526eb0[_0xa6948(0x20d)]=_0xa6948(0x1bc),_0x526eb0[_0xa6948(0x1fd)]=_0xa6948(0x1ad),_0x526eb0['dvDxm']=function(_0x446eb4,_0x28b870){return _0x446eb4!==_0x28b870;};const _0x4502f1=_0x526eb0,_0x1c45e8=_0xf98ac6[_0xa6948(0x1fb)],_0x4318fd=_0x530e36[_0xa6948(0x1ec)]()['get'](_0x1c45e8)||{},_0x4c77c0={..._0x4318fd,[TestFrameworkConstants[_0xa6948(0x204)]]:_0xf98ac6['test_result']||_0x4502f1[_0xa6948(0x1f6)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xf98ac6[_0xa6948(0x1b5)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xa6948(0x1d2)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xa6948(0x1fa)]]:_0x4318fd[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0xa6948(0x205)]]:_0xf98ac6['test_meta']||{}};_0x4502f1[_0xa6948(0x1a7)](_0xf98ac6[_0xa6948(0x207)],_0x4502f1[_0xa6948(0x210)])&&(_0x4c77c0[TestFrameworkConstants[_0xa6948(0x1e3)]]=_0xf98ac6[_0xa6948(0x1c8)]||_0x4502f1['dkPQU'],_0x4c77c0[TestFrameworkConstants[_0xa6948(0x1a6)]]=_0xf98ac6[_0xa6948(0x215)]||_0x4502f1[_0xa6948(0x1fd)],_0x4c77c0[TestFrameworkConstants[_0xa6948(0x1a5)]]=_0xf98ac6[_0xa6948(0x208)]||[]);_0x4502f1['dvDxm'](_0xf98ac6[_0xa6948(0x1b9)],undefined)&&(_0x4c77c0[TestFrameworkConstants['KEY_TEST_DURATION']]=_0xf98ac6[_0xa6948(0x1b9)]);const _0x57e925={};return _0x57e925[_0x1c45e8]=_0x4c77c0,_0x57e925;}[a94_0x5adf87(0x1ca)](_0x129453){const _0x48c8=a94_0x5adf87,_0x27b686={};_0x27b686[_0x48c8(0x200)]=_0x48c8(0x202);const _0x1615cd=_0x27b686;try{const _0x51b151=_0x129453[_0x48c8(0x21c)]?.[_0x48c8(0x1fb)],_0xba0f7c=_0x129453[_0x48c8(0x1f1)],_0x1153b4=_0xba0f7c['getContext'](),_0x5db221=_0xba0f7c[_0x48c8(0x1ec)]()[_0x48c8(0x1bb)](_0x51b151);if(!_0x5db221)return logger[_0x48c8(0x1d1)](_0x48c8(0x1db)+_0x51b151),{};const {[TestFrameworkConstants[_0x48c8(0x1f9)]]:_0x4e0282=this[_0x48c8(0x1f2)]()[0x0]||'',[TestFrameworkConstants[_0x48c8(0x1af)]]:_0x3b6756=this[_0x48c8(0x1ba)]()[this[_0x48c8(0x1f2)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x249895='',[TestFrameworkConstants[_0x48c8(0x1e6)]]:_0x101c33=''}=_0x5db221,_0x35b16d=_0xba0f7c[_0x48c8(0x1da)]()[_0x48c8(0x1c9)]()[_0x48c8(0x1cc)]('.')[0x1],_0x28067b=_0xba0f7c[_0x48c8(0x1a4)]()[_0x48c8(0x1c9)]()['split']('.')[0x1],_0xe3adf2=global?.['__workerDetails']?.['workerInfo']?.[_0x48c8(0x21e)]||global[_0x48c8(0x21a)]||0x0,_0x45c347=_0xba0f7c[_0x48c8(0x1f0)](),_0x3c3397=Buffer[_0x48c8(0x1ac)](JSON['stringify'](_0x5db221))[_0x48c8(0x1c9)](_0x1615cd[_0x48c8(0x200)]),_0x28fc1f={'hash':_0x1153b4[_0x48c8(0x209)](),'threadId':_0x1153b4['getThreadId']()[_0x48c8(0x1c9)](),'processId':_0x1153b4['getProcessId']()['toString']()},_0x205d4c={};return _0x205d4c['platformIndex']=_0xe3adf2,_0x205d4c[_0x48c8(0x1ea)]=_0x4e0282,_0x205d4c[_0x48c8(0x1eb)]=_0x3b6756,_0x205d4c[_0x48c8(0x1e2)]=_0x35b16d,_0x205d4c[_0x48c8(0x1dc)]=_0x28067b,_0x205d4c['startedAt']=_0x249895,_0x205d4c[_0x48c8(0x1f5)]=_0x101c33,_0x205d4c[_0x48c8(0x1bf)]=_0x45c347,_0x205d4c[_0x48c8(0x1ce)]=_0x3c3397,_0x205d4c[_0x48c8(0x216)]=_0x28fc1f,_0x205d4c[_0x48c8(0x219)]=_0x51b151,_0x205d4c;}catch(_0x14b73b){return logger[_0x48c8(0x1f3)](_0x48c8(0x1aa)+util[_0x48c8(0x1be)](_0x14b73b)),{};}}}module['exports']=NodeGenericFramework;
|
|
1
|
+
function a94_0xf29c(){const _0x3022c3=['getCurrentTestState','KEY_TEST_ENDED_AT','24RwkuAO','toString','startedAt','getThreadId','test_uuid','KEY_TEST_FRAMEWORK_NAME','\x20for\x20test_uuid=','4899459uLastP','../../../helpers/classLogger.js','KEY_TEST_FAILURE','KEY_TEST_SCOPES','getRef','_currentTestUUID','KEY_TEST_META','testFrameworkName','./constants/testFrameworkConstants.js','YfHaU','10585212sphCAG','GxQZQ','1876376OnDvZI','failed','test_name','trackEvent','createTestFrameworkEventPayload','test_failure','getTestFrameworks','../instances/testFrameworkInstance.js','test_meta','KEY_TEST_TAGS','KEY_TEST_FAILURE_REASON','../cliUtils.js','error','KEY_HOOKS_FINISHED',',\x20hookState=','getAllData','4688214whrWpZ','KEY_TEST_STARTED_AT','JabcU','info','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','870QBhzSy','test_file_path','addMultipleEntries','test_code','split','ETDAc','getId','../state/testFrameworkState.js','test_identifier','PRE','uuid','../state/hookState.js','test_result','13689UJvZUL','util','test_duration','__workerDetails','GkxjR','getCurrentTestUUID','KEY_TEST_FILE_PATH','parseTestData','test_failure_reason','KEY_CUSTOM_TAGS','instance','test_failure_type','DEFAULT_TEST_RESULT','5RlsGpq','EbFJA','test_tags','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20',',\x20error=','eventJson','../instances/trackedInstance.js','parseTestResult','KEY_TEST_UUID',',\x20test_name=','KEY_TEST_RERUN_NAME','2511904ccpfNM','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getCurrentInstanceName','get','test_scopes','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','exports','resolveInstance','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','UnhandledError','KEY_LOGS','workerInfo','IuqjP','executionContext','KEY_TEST_ID','Unknown\x20error','YOKHY','KEY_HOOKS_STARTED','getCurrentHookState','stringify','from','bcVTL','toISOString','format','test_location','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','setCurrentTestUUID','hookState','test_rerun_name','getContext','KEY_TEST_NAME','TEST','1RqwfJl','platformIndex','2656157zItgDK','getTestFrameworksVersions','testData','debug','POST','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FAILURE_TYPE','[TRACE:node-generic]\x20trackEvent\x20','parallelIndex','setTrackedInstance','testFrameworkVersion'];a94_0xf29c=function(){return _0x3022c3;};return a94_0xf29c();}function a94_0x21ee(_0x2d6945,_0x1548f7){const _0xf29c3b=a94_0xf29c();return a94_0x21ee=function(_0x21ee24,_0x3422b3){_0x21ee24=_0x21ee24-0x100;let _0x4e0238=_0xf29c3b[_0x21ee24];return _0x4e0238;},a94_0x21ee(_0x2d6945,_0x1548f7);}const a94_0x3d8d16=a94_0x21ee;(function(_0x8c9783,_0x11e2a2){const _0x2799f7=a94_0x21ee,_0x2ad0be=_0x8c9783();while(!![]){try{const _0x378a37=parseInt(_0x2799f7(0x10a))/0x1*(parseInt(_0x2799f7(0x12c))/0x2)+parseInt(_0x2799f7(0x120))/0x3+-parseInt(_0x2799f7(0x166))/0x4+-parseInt(_0x2799f7(0x15b))/0x5*(parseInt(_0x2799f7(0x13c))/0x6)+-parseInt(_0x2799f7(0x10c))/0x7*(parseInt(_0x2799f7(0x119))/0x8)+parseInt(_0x2799f7(0x14e))/0x9*(-parseInt(_0x2799f7(0x141))/0xa)+parseInt(_0x2799f7(0x12a))/0xb;if(_0x378a37===_0x11e2a2)break;else _0x2ad0be['push'](_0x2ad0be['shift']());}catch(_0x35c735){_0x2ad0be['push'](_0x2ad0be['shift']());}}}(a94_0xf29c,0xd0668));const TestFramework=require('./testFramework'),TestFrameworkState=require(a94_0x3d8d16(0x148)),HookState=require(a94_0x3d8d16(0x14c)),{createClassLogger}=require(a94_0x3d8d16(0x121)),TestFrameworkInstance=require(a94_0x3d8d16(0x133)),CLIUtils=require(a94_0x3d8d16(0x137)),TrackedInstance=require(a94_0x3d8d16(0x161)),TestFrameworkConstants=require(a94_0x3d8d16(0x128)),logger=createClassLogger('NodeGenericFramework'),util=require(a94_0x3d8d16(0x14f));class NodeGenericFramework extends TestFramework{constructor(_0x4ef4b8,_0x18ea5c,_0x5f407f){const _0x5a4419=a94_0x3d8d16;super(_0x4ef4b8,_0x18ea5c,_0x5f407f),this[_0x5a4419(0x125)]=null;}[a94_0x3d8d16(0x104)](_0x351537){const _0x4b7b1f=a94_0x3d8d16;this[_0x4b7b1f(0x125)]=_0x351537;}[a94_0x3d8d16(0x153)](){return this['_currentTestUUID'];}async[a94_0x3d8d16(0x12f)](_0x387400,_0x18f7bf,_0x3e41bc={}){const _0x1586ba=a94_0x3d8d16,_0x3c20fc={};_0x3c20fc[_0x1586ba(0x176)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x3c20fc[_0x1586ba(0x12b)]=function(_0x168d03,_0x118138){return _0x168d03===_0x118138;};const _0x402c38=_0x3c20fc;logger[_0x1586ba(0x13f)](_0x1586ba(0x113)+_0x387400+'.'+_0x18f7bf+_0x1586ba(0x11f)+_0x3e41bc[_0x1586ba(0x10e)]?.[_0x1586ba(0x11d)]),await super[_0x1586ba(0x12f)](_0x387400,_0x18f7bf,_0x3e41bc);const _0x363240=this['resolveInstance'](_0x387400,_0x18f7bf,_0x3e41bc);if(!_0x363240){logger['debug'](_0x402c38[_0x1586ba(0x176)]);return;}try{switch(_0x387400){case TestFrameworkState[_0x1586ba(0x109)]:{const _0x44d56b=_0x3e41bc[_0x1586ba(0x10e)],_0x28534c=_0x44d56b['test_uuid'];if(_0x402c38[_0x1586ba(0x12b)](_0x18f7bf,HookState[_0x1586ba(0x14a)])){logger['info']('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x28534c+_0x1586ba(0x164)+_0x44d56b['test_name']);const _0x40ab68=this[_0x1586ba(0x155)](_0x44d56b);_0x363240[_0x1586ba(0x143)](_0x40ab68);}else{if(_0x402c38['GxQZQ'](_0x18f7bf,HookState[_0x1586ba(0x110)])){logger['info'](_0x1586ba(0x16e)+_0x28534c+',\x20result='+_0x44d56b['test_result']);const _0xc5eb5f=this[_0x1586ba(0x162)](_0x44d56b,_0x363240);_0x363240[_0x1586ba(0x143)](_0xc5eb5f);}}break;}default:logger['debug'](_0x1586ba(0x16b)+_0x387400+_0x1586ba(0x13a)+_0x18f7bf);break;}}catch(_0x7c3c79){logger[_0x1586ba(0x138)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x387400+_0x1586ba(0x13a)+_0x18f7bf+_0x1586ba(0x15f)+util['format'](_0x7c3c79));}_0x3e41bc[_0x1586ba(0x158)]=_0x363240,await this['runHooks'](_0x363240,_0x387400,_0x18f7bf,_0x3e41bc);}[a94_0x3d8d16(0x16d)](_0x518aaf,_0x5bbe8e,_0x53563c={}){const _0x5d6e2d=a94_0x3d8d16,_0xeaeeff={};_0xeaeeff['yZxgl']=_0x5d6e2d(0x103);const _0x4314d7=_0xeaeeff;let _0x5a44fa=TestFramework['getTrackedInstance']();if(!_0x5a44fa){logger[_0x5d6e2d(0x10f)](_0x4314d7['yZxgl']);const _0x282faf=CLIUtils[_0x5d6e2d(0x168)](),_0x580e9e=TrackedInstance['createContext'](_0x282faf);_0x5a44fa=new TestFrameworkInstance(_0x580e9e,this['getTestFrameworks'](),this[_0x5d6e2d(0x10d)](),_0x518aaf,HookState['NONE']),TestFramework[_0x5d6e2d(0x115)](_0x580e9e,_0x5a44fa),logger[_0x5d6e2d(0x10f)](_0x5d6e2d(0x140)+_0x580e9e[_0x5d6e2d(0x147)]());}return _0x5a44fa;}[a94_0x3d8d16(0x155)](_0x5ecaa6){const _0x30e553=a94_0x3d8d16,_0x353696=_0x5ecaa6[_0x30e553(0x11d)],_0xf7a8bb=this[_0x30e553(0x132)]()[0x0],_0x245e75=this[_0x30e553(0x10d)](),_0x4ddb0e={[TestFrameworkConstants[_0x30e553(0x11e)]]:_0xf7a8bb,[TestFrameworkConstants[_0x30e553(0x111)]]:_0x245e75[_0xf7a8bb]||'',[TestFrameworkConstants[_0x30e553(0x163)]]:_0x5ecaa6['test_uuid'],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x30e553(0x139)]]:{},[TestFrameworkConstants[_0x30e553(0x177)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x30e553(0x15a)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5ecaa6[_0x30e553(0x12e)],[TestFrameworkConstants[_0x30e553(0x154)]]:_0x5ecaa6[_0x30e553(0x142)],[TestFrameworkConstants[_0x30e553(0x174)]]:_0x353696,[TestFrameworkConstants[_0x30e553(0x108)]]:_0x5ecaa6['test_name'],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5ecaa6[_0x30e553(0x102)]||_0x5ecaa6[_0x30e553(0x142)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5ecaa6[_0x30e553(0x144)]||null,[TestFrameworkConstants[_0x30e553(0x135)]]:_0x5ecaa6[_0x30e553(0x15d)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5ecaa6['test_started_at']||new Date()[_0x30e553(0x100)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5ecaa6['test_scope']||'',[TestFrameworkConstants[_0x30e553(0x123)]]:_0x5ecaa6[_0x30e553(0x16a)]||[],[TestFrameworkConstants[_0x30e553(0x165)]]:_0x5ecaa6[_0x30e553(0x106)]||_0x5ecaa6[_0x30e553(0x12e)],[TestFrameworkConstants[_0x30e553(0x157)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x5ecaa6[_0x30e553(0x134)]||{}},_0x2275fc={};return _0x2275fc[_0x353696]=_0x4ddb0e,_0x2275fc;}[a94_0x3d8d16(0x162)](_0x263dd2,_0x21f1f8){const _0x5a0cb9=a94_0x3d8d16,_0x29ae31={};_0x29ae31[_0x5a0cb9(0x172)]='unknown',_0x29ae31[_0x5a0cb9(0x17b)]=function(_0x3ae1a3,_0x14a50a){return _0x3ae1a3===_0x14a50a;},_0x29ae31[_0x5a0cb9(0x13e)]=_0x5a0cb9(0x12d),_0x29ae31[_0x5a0cb9(0x152)]=_0x5a0cb9(0x16f),_0x29ae31[_0x5a0cb9(0x15c)]=_0x5a0cb9(0x175),_0x29ae31[_0x5a0cb9(0x146)]=function(_0x2110b5,_0x322b00){return _0x2110b5!==_0x322b00;};const _0x2c68f7=_0x29ae31,_0x4ef52e=_0x263dd2['test_uuid'],_0x1b558f=_0x21f1f8[_0x5a0cb9(0x13b)]()[_0x5a0cb9(0x169)](_0x4ef52e)||{},_0x473ac8={..._0x1b558f,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x263dd2[_0x5a0cb9(0x14d)]||_0x2c68f7[_0x5a0cb9(0x172)],[TestFrameworkConstants[_0x5a0cb9(0x118)]]:_0x263dd2['test_ended_at']||new Date()[_0x5a0cb9(0x100)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x5a0cb9(0x100)](),[TestFrameworkConstants['KEY_LOGS']]:_0x1b558f[TestFrameworkConstants[_0x5a0cb9(0x170)]]||[],[TestFrameworkConstants[_0x5a0cb9(0x126)]]:_0x263dd2[_0x5a0cb9(0x134)]||{}};_0x2c68f7[_0x5a0cb9(0x17b)](_0x263dd2[_0x5a0cb9(0x14d)],_0x2c68f7[_0x5a0cb9(0x13e)])&&(_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x112)]]=_0x263dd2[_0x5a0cb9(0x159)]||_0x2c68f7[_0x5a0cb9(0x152)],_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x136)]]=_0x263dd2[_0x5a0cb9(0x156)]||_0x2c68f7[_0x5a0cb9(0x15c)],_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x122)]]=_0x263dd2[_0x5a0cb9(0x131)]||[]);_0x2c68f7[_0x5a0cb9(0x146)](_0x263dd2[_0x5a0cb9(0x150)],undefined)&&(_0x473ac8[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x263dd2[_0x5a0cb9(0x150)]);const _0x19c05c={};return _0x19c05c[_0x4ef52e]=_0x473ac8,_0x19c05c;}[a94_0x3d8d16(0x130)](_0x116da4){const _0x3a16bf=a94_0x3d8d16,_0xb70e2f={};_0xb70e2f['YfHaU']='base64';const _0x5ddcec=_0xb70e2f;try{const _0x1c887d=_0x116da4[_0x3a16bf(0x10e)]?.[_0x3a16bf(0x11d)],_0x295317=_0x116da4['instance'],_0x5eb8b4=_0x295317[_0x3a16bf(0x107)](),_0x18bfaf=_0x295317['getAllData']()[_0x3a16bf(0x169)](_0x1c887d);if(!_0x18bfaf)return logger['debug'](_0x3a16bf(0x167)+_0x1c887d),{};const {[TestFrameworkConstants[_0x3a16bf(0x11e)]]:_0x1224db=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x3a16bf(0x111)]]:_0x2ad6d1=this[_0x3a16bf(0x10d)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3a16bf(0x13d)]]:_0x5a829b='',[TestFrameworkConstants[_0x3a16bf(0x118)]]:_0x5b9b68=''}=_0x18bfaf,_0x282049=_0x295317[_0x3a16bf(0x117)]()[_0x3a16bf(0x11a)]()[_0x3a16bf(0x145)]('.')[0x1],_0x2ac439=_0x295317[_0x3a16bf(0x178)]()[_0x3a16bf(0x11a)]()[_0x3a16bf(0x145)]('.')[0x1],_0x1a5b6e=global?.[_0x3a16bf(0x151)]?.[_0x3a16bf(0x171)]?.[_0x3a16bf(0x114)]||global['__bstackPlatformIndex']||0x0,_0x502370=_0x295317[_0x3a16bf(0x124)](),_0x30876e=Buffer[_0x3a16bf(0x17a)](JSON[_0x3a16bf(0x179)](_0x18bfaf))[_0x3a16bf(0x11a)](_0x5ddcec[_0x3a16bf(0x129)]),_0x373966={'hash':_0x5eb8b4[_0x3a16bf(0x147)](),'threadId':_0x5eb8b4[_0x3a16bf(0x11c)]()['toString'](),'processId':_0x5eb8b4['getProcessId']()[_0x3a16bf(0x11a)]()},_0x5d08f8={};return _0x5d08f8[_0x3a16bf(0x10b)]=_0x1a5b6e,_0x5d08f8[_0x3a16bf(0x127)]=_0x1224db,_0x5d08f8[_0x3a16bf(0x116)]=_0x2ad6d1,_0x5d08f8['testFrameworkState']=_0x282049,_0x5d08f8[_0x3a16bf(0x105)]=_0x2ac439,_0x5d08f8[_0x3a16bf(0x11b)]=_0x5a829b,_0x5d08f8['endedAt']=_0x5b9b68,_0x5d08f8[_0x3a16bf(0x14b)]=_0x502370,_0x5d08f8[_0x3a16bf(0x160)]=_0x30876e,_0x5d08f8[_0x3a16bf(0x173)]=_0x373966,_0x5d08f8[_0x3a16bf(0x149)]=_0x1c887d,_0x5d08f8;}catch(_0x3d5555){return logger['error'](_0x3a16bf(0x15e)+util[_0x3a16bf(0x101)](_0x3d5555)),{};}}}module[a94_0x3d8d16(0x16c)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a95_0x6c691=a95_0xdf77;function a95_0x257d(){const _0x8337c5=['trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','message','../instances/automationFrameworkInstance.js','7845876RGywui','951915kpePOX','exports','\x20target=','422864aPNqHF','./automationFramework.js','vqWXC','237714cbDVlx','CREATE','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkVersion','158448DhEqph','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../cliUtils.js','info','PlaywrightAutomationFramework','resolveInstance','bsParams','getTrackedInstance','2mbrkwZ','2433651vCBCzF','70WdxnbM','params','getCurrentInstanceName','NONE','ifGry','\x20hookState=','../instances/trackedInstance.js','setTrackedInstance','OsAqA','1084206XuVInc','../state/automationFrameworkState.js','logger','trackEvent','28jqOTFT','instance','createContext','trackPlaywrightInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','getAutomationFrameworkName','49TGSITB','gfsdj','tRkGd'];a95_0x257d=function(){return _0x8337c5;};return a95_0x257d();}(function(_0x3869d8,_0x2765e5){const _0x391a84=a95_0xdf77,_0x454f83=_0x3869d8();while(!![]){try{const _0x21b25b=-parseInt(_0x391a84(0x13b))/0x1*(-parseInt(_0x391a84(0x130))/0x2)+-parseInt(_0x391a84(0x128))/0x3*(parseInt(_0x391a84(0x13f))/0x4)+-parseInt(_0x391a84(0x11e))/0x5+parseInt(_0x391a84(0x124))/0x6*(-parseInt(_0x391a84(0x117))/0x7)+-parseInt(_0x391a84(0x121))/0x8+-parseInt(_0x391a84(0x11d))/0x9+-parseInt(_0x391a84(0x132))/0xa*(-parseInt(_0x391a84(0x131))/0xb);if(_0x21b25b===_0x2765e5)break;else _0x454f83['push'](_0x454f83['shift']());}catch(_0x4cc7bf){_0x454f83['push'](_0x454f83['shift']());}}}(a95_0x257d,0xd49bb));const AutomationFramework=require(a95_0x6c691(0x122)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a95_0x6c691(0x13c)),CLIUtils=require(a95_0x6c691(0x12a)),TrackedInstance=require(a95_0x6c691(0x138)),AutomationFrameworkInstance=require(a95_0x6c691(0x11c));class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x6c691(0x13d)]=createClassLogger(a95_0x6c691(0x12c));constructor(_0x2dce20,_0x4369df){super(_0x2dce20,_0x4369df);}async[a95_0x6c691(0x13e)](_0x4ac87d,_0x54f445,_0x1a42a7={}){const _0x1111a1=a95_0x6c691,_0x39b785={};_0x39b785[_0x1111a1(0x13a)]=function(_0x4a1ef2,_0x24ce61){return _0x4a1ef2===_0x24ce61;};const _0x5837a0=_0x39b785;this[_0x1111a1(0x13d)]['debug'](_0x1111a1(0x126)+_0x4ac87d+_0x1111a1(0x137)+_0x54f445),await super['trackEvent'](_0x4ac87d,_0x54f445,_0x1a42a7);const _0x55c990=this[_0x1111a1(0x12d)](_0x4ac87d,_0x54f445,_0x1a42a7);if(_0x5837a0[_0x1111a1(0x13a)](_0x55c990,null))return;_0x1a42a7[_0x1111a1(0x140)]=_0x55c990,await this['runHooks'](_0x55c990,_0x4ac87d,_0x54f445,_0x1a42a7);}['resolveInstance'](_0x10c068,_0x59c7d5,_0x184d05={}){const _0x43a5a4=a95_0x6c691,_0x4870ae={};_0x4870ae['ifGry']=function(_0x4fe389,_0x4b9c79){return _0x4fe389===_0x4b9c79;},_0x4870ae['vqWXC']=function(_0x2bd11a,_0x2348ca){return _0x2bd11a===_0x2348ca;},_0x4870ae[_0x43a5a4(0x118)]=function(_0x2e2687,_0x6b63b2){return _0x2e2687===_0x6b63b2;};const _0x2b94d6=_0x4870ae;let _0x22bb0c=null;return(_0x2b94d6[_0x43a5a4(0x136)](_0x10c068,AutomationFrameworkState[_0x43a5a4(0x125)])||_0x2b94d6[_0x43a5a4(0x123)](_0x10c068,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x184d05['message']&&_0x184d05[_0x43a5a4(0x11b)][_0x43a5a4(0x133)]&&_0x184d05['message']['params'][_0x43a5a4(0x12e)])||_0x2b94d6[_0x43a5a4(0x118)](_0x10c068,AutomationFrameworkState[_0x43a5a4(0x135)]))&&this[_0x43a5a4(0x142)](_0x10c068,_0x184d05),_0x22bb0c=AutomationFramework[_0x43a5a4(0x12f)](),_0x22bb0c;}['trackPlaywrightInstance'](_0x3befa2,_0x2bde7f){const _0xb2249=a95_0x6c691,_0x392f8f={};_0x392f8f[_0xb2249(0x119)]=_0xb2249(0x143);const _0x2423a0=_0x392f8f;if(AutomationFramework[_0xb2249(0x12f)]()){this[_0xb2249(0x13d)]['info'](_0x2423a0[_0xb2249(0x119)]);return;}const _0x462828=CLIUtils[_0xb2249(0x134)](),_0x4a559a=TrackedInstance[_0xb2249(0x141)](_0x462828);let _0x46b84e=null;this[_0xb2249(0x13d)][_0xb2249(0x12b)](_0xb2249(0x11a)+_0x462828+',\x20state='+_0x3befa2),_0x46b84e=new AutomationFrameworkInstance(_0x4a559a,this[_0xb2249(0x116)](),this[_0xb2249(0x127)](),_0x3befa2),AutomationFramework[_0xb2249(0x139)](_0x4a559a,_0x46b84e),this[_0xb2249(0x13d)][_0xb2249(0x12b)](_0xb2249(0x129)+_0x4a559a['getId']()+_0xb2249(0x120)+_0x462828);}}function a95_0xdf77(_0x5bae60,_0x3746cf){const _0x257d41=a95_0x257d();return a95_0xdf77=function(_0xdf77b1,_0x129b25){_0xdf77b1=_0xdf77b1-0x116;let _0x5d5abc=_0x257d41[_0xdf77b1];return _0x5d5abc;},a95_0xdf77(_0x5bae60,_0x3746cf);}module[a95_0x6c691(0x11f)]=PlaywrightAutomationFramework;
|